@charset "utf-8";
/* @group reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
}
html {
	overflow: inherit;
	height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, td, th, address {
	font-size:100%;
	font-weight:normal;
}
ol,ul {
	list-style: none;
}

fieldset,img { 
	border: 0;
}
img {
	vertical-align:top;
}
table {
	width:100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
sup {
	font-size:62.5%;
	vertical-align: text-top;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* @end */

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 16px;
	line-height: 33px;
}
p {
	margin-bottom:20px;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#wrapper {
	width: auto;

}
#conteiner {
	width: auto;
	overflow:hidden;
	height: 100%;
	margin: 0 0 0 0;	/*上、右、下、左へのボックス外にとる余白。#subのwidthの値を変えた場合はここの27%を調整する。*/
}


#sideber {
	position: fixed;	/*スクロールしても固定させる設定*/
	left: 0px;top: 0px;
	width: 13%;
	background-color:#8eabb7;
	text-align:center;
	height: 100%;
	overflow: auto;

}
#sideber a {
	color:#000000;
}

#sideber a:hover {
	color:#000;
}
.active {
	color:#000;
}



/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	overflow: hidden;
	padding-top:10px;
	line-height:20px;

}
/*メニュー１個あたりの設定*/
#menubar ul li {
	overflow:hidden;
}
#menubar li {
	margin-bottom:30px;

}

#menubar a {
	font-size: 14px;
	text-align: center;
}

/*マウスオン時*/
#menubar a:hover {
	text-decoration:underline;


}
.active a{
	color:#000;
}


/*スマホ用メニューを表示させない*/
#sh {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

#rogo {
	width: 100%;
	margin-top:15px;
}
.menu_e {
	color:#000;
	font-size:25px;
	margin-bottom:-30px;
	letter-spacing:0.1em;
}
.nav_section {
	margin-bottom:17px;
	width:90%;
	line-height:28px;
	margin-left:auto;
	margin-right:auto;
}
.nav_text {
	margin-bottom:15px;
	color:#4d4d4d;
	font-size:12px;
	width:90%;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}



/*メイン*/
#main {
	overflow:hidden;
	margin-left:13%;
	width:87%;
}

#top_content {
	overflow: hidden;
	background-image: url(../img/top_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: calc(100%*700/1691);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
}
#top_text {
	overflow: hidden;
	width: 31.5%;
	margin-left:0.8%;
}

.fadein {
	opacity : 0;
 	transform: translateY(20px);
  	transition: all 1s;
}


section {
	width: 94.6%;
	margin-bottom:5%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

#pageTop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	}
#top_h1 h1{
	text-align:right;
	width:94.6%;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	}
.font_b{
	color:#c2cfd3;
	}

.contents_1000{
	width:62.5%;
	margin-left:auto;
	margin-right:auto;
	}
.main_text{
	font-size:28px;
	font-family: '02UtsukushiMincho';
	text-align:center;
	margin-bottom:20%;
	line-height:60px;
	}
.naka_title{
	font-size:25px;
	font-family: '02UtsukushiMincho';
	text-align:center;
	margin-bottom:7%;
	line-height:60px;
	border-bottom:solid #000 1px;
	}
.contents_center_text{
	font-size:20px;
	font-family: '02UtsukushiMincho';
	text-align:center;
	margin-bottom:5%;
	line-height:50px;
	}
.sub_contents_center_text{
	font-size:20px;
	font-family: '02UtsukushiMincho';
	text-align:center;
	line-height:50px;
	}


.jisseki{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}


.jisseki_contents {
	margin:-20px 5px 70px 5px;
	width: calc( 33.3% - 10px);
}
.in_jisseki_contents {
	margin:0 5px 70px 5px;
	width: calc( 33.3% - 10px);
}


.jisseki_title {
	font-size:18px;
	font-family: '02UtsukushiMincho';
	margin-bottom:2%;
	text-align:center;
}
.text_p {
	color:#e05a80;
}
.sign {
	text-align:right;
	margin-top:5%;
	margin-bottom:5%;
}
.news {
	overflow:hidden;
	border-bottom:#000 dotted 1px;
}

.news ul li {
	overflow:hidden;
	display:inline;
	float:left;

}
.news_date {
	padding-left:2%;
	width:14%;
}
.news_contents {
	width:86%;
}
footer {
	width:100%;
	background-image:url(../img/footer_bg.png);
	background-repeat:repeat;
	padding-top:7%;
	margin-top:10%;
}
#footer_contents {
	overflow:hidden;
	margin-left:14%;
	line-height:21px;
}
.footer_main {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:12%;
	padding-left:5%;
	padding-right:5%;
	background-image:url(../img/footer_bg03.png);
	background-repeat:no-repeat;
	text-align:center;
	background-size:cover;
}
.font_12{
	font-size:12px;
	}

.heiretu{
	width:60%;
	margin:2% auto 2%  auto;
	overflow:hidden;
	}

.heiretu ul li {
	overflow:hidden;
	display:inline;
	float:left;

}
#footer_text {
	font-size:31px;
	font-family: 'TT0207M';
	text-align:center;
	margin-bottom:2%;
}

/**/

/*サブページ*/

#sub_content {    
	overflow: hidden;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: calc(100%*700/1691);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
}


#top_title {
	background-color:#c79494;
	opacity: 0.6;
	margin-bottom:4%;
}
#top_title_text {
	font-size:30px;
	font-family: '02UtsukushiMincho';
	color:#FFF;
	margin-top:4%;
	padding-top:2%; 
	padding-bottom:2%; 
	padding-left:5%; 
}
.sub_naka_title {
	font-size:20px;
	font-family: '02UtsukushiMincho';
	border-bottom:#000 solid 1px;
	margin-bottom:5%;
}
.contents_1000 p{
	margin-bottom:2%;
	}

.contents_700{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	}

.contents_700 ul{
	display:-webkit-box;	display:-ms-flexbox;	display:flex;
	border-bottom:#000 dotted 1px;
	padding-bottom:1%;
	padding-top:1%;
	}


.price{
	text-align:right;
	margin-left: auto;
	}
.kakumaru{
	border-radius: 30px;
	border: #c79494 dotted 1px;
	padding:2%;
	}

.contents_700 p{
	padding-top:50px;
	}
.form{
	display:-webkit-box;	display:-ms-flexbox;	display:flex;
	border-bottom:#000 dotted 1px;
	padding-bottom:1%;
	padding-top:1%;
	}
.contents_name{
	width:40%;
	padding-right:2%;
	}

.form_contents{
	flex:1;
	}
input.en_on { ime-mode: disabled; }
input[type="radio"] {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
	margin-right:10px;
}
input[type="submit"] {
    -webkit-transform: scale(1);
    transform: scale(1);
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
#submit {
	text-align:center;
}

input {
	font-size:15px;
}
.pri_500 {
	width:50%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:#999 solid 1px;
}

/*ポートフォリオ*/

.in_con_text {
	width:80%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.in_contents_700{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	}
.in_contents_700 p{
	margin-bottom:5%;
	}


.in_contents_700 ul{
	display:-webkit-box;	display:-ms-flexbox;	display:flex;
	}
.in_photo{
	width:21.4%;
	}
.in_text{
	flex:1;
	margin-left:7.1%;
	}

.intro{
	display:-webkit-box;	display:-ms-flexbox;	display:flex;
	}

.intro_left{
	width:30%;
	}
.intro_right{
	flex:1;
	}







