@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: 15px;
	line-height: 30px;
}
p {
	margin-bottom:15px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#wrapper {
	width: auto;

}
#conteiner {
	width: auto;
	overflow:hidden;
	height: 100%;
}

#sh {
	position: fixed;
	z-index:9997;
	width:100%;
	background-color:#8eabb7;
	top:0;
}


#rogo {
	width: 50%;
	padding:2% 0% 5% 5%;
}
#sideber {
	display:none;

}


/*スマホ用メニューを非表示から表示に切り替える*/
nav#menubar-s {
	display: block;
	text-align: center;	/*文字をセンタリング*/
}
#menubar-s a {
	display: block;
	background: #000;	/*背景色*/
	text-decoration: none;
	padding: 15px 0px;	/*上下、左右へとる余白*/
	font-size:14px;
	color:#FFF;
	border-top:#8eabb7 solid 1px;

}

/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	top:5.6%;		/*上から18pxの場所に配置*/
	right: 4.5%;	/*右から10pxの場所に配置*/
	width: 12%;	/*幅*/
	z-index:9998;


}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 5px;	/*角丸のサイズ*/
	margin-bottom: 10px;	/*バー同士の余白*/
}


/*メイン*/

#main {
	overflow:hidden;
	margin-top:25%;
	width:100%;
}
#top_content {
	overflow: hidden;
	background-image: url(../img/sh_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: 70%;
	margin-top:10%;
	margin-left:2%;
}

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

section {
	width: 98%;
	margin-bottom:10%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;

}
#pageTop{
	position: fixed;
	bottom: 2px;
	right: 5px;
	width:25%;
	}

#top_h1 h1{
	text-align:right;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	line-height:12px;
	margin-top:10%;
	}
.font_b{
	color:#c2cfd3;
	}
.contents_1000{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
.main_text{
	font-size:17px;
	font-family: '02UtsukushiMincho';
	margin-bottom:40%;
	line-height:30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
.naka_title{
	font-size:20px;
	font-family: '02UtsukushiMincho';
	text-align:center;
	margin-bottom:7%;
	line-height:40px;
	border-bottom:solid #000 1px;
	}
.contents_center_text{
	font-size:18px;
	font-family: '02UtsukushiMincho';
	margin-bottom:10%;
	line-height:30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.sub_contents_center_text{
	font-size:18px;
	font-family: '02UtsukushiMincho';
	margin-bottom:10%;
	line-height:30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}


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


.jisseki_contents {
	margin-bottom:5px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5%;
	margin-bottom:20%;

}
.in_jisseki_contents {
	margin-bottom:5px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20%;
}


.jisseki_title {
	font-size:16px;
	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:18%;
}
.news_contents {
	width:82%;
}
footer {
	width:100%;
	background-image:url(../img/footer_bg.png);
	background-repeat:repeat;
	padding-top:7%;
	margin-top:10%;
}
#footer_contents {
	overflow:hidden;
}
.footer_main {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10%;
	padding-bottom:12%;
	padding-left:15%;
	padding-right:15%;
	background-image:url(../img/footer_bg03.png);
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	line-height:18px;
}
.font_12{
	font-size:12px;
	}

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

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

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

/*サブページ*/

#sub_content {
	overflow: hidden;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#top_title {
	background-color:#c79494;
	opacity: 0.6;
	margin-bottom:4%;
}
#top_title_text {
	font-size:20px;
	font-family: '02UtsukushiMincho';
	color:#FFF;
	margin-top:6%;
	padding-top:2%; 
	padding-bottom:2%; 
	padding-left:5%; 
}
.sub_naka_title {
	font-size:18px;
	font-family: '02UtsukushiMincho';
	border-bottom:#000 solid 1px;
	margin-bottom:5%;
}
.contents_1000 p{
	margin-bottom:2%;
	}
.contents_700{
	width:90%;
	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%
	}

.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%;
	-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;
	}
.contents_name{
	width:100%;
	}

.form_contents{
	width:100%;
	}
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;
}
input[type="text"] {
	width:100%;
}
input[type="tel"] {
	width:100%;
}
input[type="email"] {
	width:100%;
}

#submit {
	text-align:center;
}

input {
	font-size:15px;
}
textarea {
	width:100%;
}
.pri_500 {
	width:90%;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:#999 solid 1px;
	text-align:center;
}
.iframe {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

/*ポートフォリオ*/

.in_con_text {
	width:90%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.in_contents_700{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	flex-direction:column;
	margin-top:20%;
	}
.in_contents_700 p{
	margin-top:5%;
	}
.in_contents_700 ul{
	overflow:hidden;
	width:100%;
	}


.in_photo{
	width:100%;
	margin-bottom:5%;
	text-align:center;
	}
.in_text{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
.intro{
	display:-webkit-box;	display:-ms-flexbox;	display:flex;
	}

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



























