@charset "UTF-8";

*{
	padding:0;
	margin:0;
}
/*デフォルト　google webFont */
body{
	font-family: 'Noto Sans Japanese', serif;
	font-style: normal;
	font-size:16px;
	font-weight:200;	/*基本テキスト　web-font-Light*/
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Sans Japanese', serif;
	font-style: normal;
	font-size:16px;
	font-weight:200;	/*基本テキスト　web-font-Light*/
}
a{
	text-decoration:none;
}
ul{
	list-style:none;
}
img{
	max-width:100%;
	border:0;
}

.wrapper1200{
	width:100%;
	max-width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#smart-menu-bg{
	/*position:fixed;*/
	width:100%;
	height:auto;
	background:#00A199;
	margin:0 auto;
	overflow:hidden;
		z-index:99995;
}

.sub-hd-menu{
	position:fixed!important;
	z-index:99999;
}
#smart-menu-box{
	width:100%;/*20160319modify*/
	max-width:100%;/*20160319modify*/
	height:auto;
	margin:0 auto;
	overflow:hidden;
	background:#00A199;
	position:relative;

}
#smart-menu-box > p{
	width:300px;
	color:white;
	line-height:56px;
}
#smart-menu-box > p a:hover{
	filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
	opacity:.85;
}
#smart-menu-box > p span{
	position:absolute;
	top:0;
	right:210px;
}
#smart-menu-box > p.right{
	width:200px;
	height:56px;
	overflow:hidden;
}
#smart-menu-box > p.right img{
	margin-top:14px;
}

#smart-menu-box img{
	margin-top:12px;
	width:auto;
}

#sub-hd-menu{
	width:660px;
	height:56px;
	float:right;
	overflow:hidden;
	text-align:right;

}
#sub-hd-menu li{
	float:left;
	line-height:56px;
	height:56px;
	margin-right:-10px;
	padding-left:10px;
}
#sub-hd-menu li a{
	width:100%;
	height:56px;
	display:block;
}
#sub-hd-menu #sub-li1{
	width:23%;
}
#sub-hd-menu #sub-li2{
	width:23%;
}
#sub-hd-menu #sub-li3{
	width:23%;
}
#sub-hd-menu #sub-li4{
	width:28%;
}
#sub-hd-menu #sub-li5{
	width:28%;
}


#sub-hd-menu #sub-li1 a{
	background:url(../images/navi_service_wh.png) no-repeat;
	background-position:10px 15px;
}
#sub-hd-menu #sub-li1 a:hover{
	background:url(../images/navi_service_gr.png) no-repeat;
	background-position:10px 15px;
}
#sub-hd-menu #sub-li1.on a{
	background:url(../images/navi_service_gr.png) no-repeat!important;
	background-position:10px 15px!important;
}



#sub-hd-menu #sub-li2 a{
	background:url(../images/navi_about_wh.png) no-repeat;
	background-position:0px 16px;
}
#sub-hd-menu #sub-li2 a:hover{
	background:url(../images/navi_about_gr.png) no-repeat;
	background-position:0px 16px;
}
#sub-hd-menu #sub-li2.on a{
	background:url(../images/navi_about_gr.png) no-repeat!important;
	background-position:0px 16px!important;
}


#sub-hd-menu #sub-li3 a{
	background:url(../images/navi_clinic_wh.png) no-repeat;
	background-position:10px 18px;
}
#sub-hd-menu #sub-li3 a:hover{
	background:url(../images/navi_clinic_gr.png) no-repeat;
	background-position:10px 18px;
}
#sub-hd-menu #sub-li3.on a{
	background:url(../images/navi_clinic_gr.png) no-repeat!important;
	background-position:10px 18px!important;
}

#sub-hd-menu #sub-li4 a{
	background:url(../images/navi_qa_wh.png) no-repeat;
	background-position:30px 18px;
}
#sub-hd-menu #sub-li4 a:hover{
	background:url(../images/navi_qa_gr.png) no-repeat;
	background-position:30px 18px;
}

#sub-hd-menu #sub-li4.on a{
	background:url(../images/navi_qa_gr.png) no-repeat!important;
	background-position:30px 18px!important;
}

#sub-hd-menu #sub-li5 a{
	background:url(../images/navi_qa_wh.png) no-repeat;
	background-position:30px 18px;
}
#sub-hd-menu #sub-li5 a:hover{
	background:url(../images/navi_qa_gr.png) no-repeat;
	background-position:30px 18px;
}

#sub-hd-menu #sub-li5.on a{
	background:url(../images/navi_qa_gr.png) no-repeat!important;
	background-position:30px 18px!important;
}



/*背景 ブラウザリサイズの時　class追加*/
#header{
	width:100%;
	height:696px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}

#header .hd-txt{
	color:#00A199;
	padding:15px 0 0 10px;
	width:auto;
	float:left;
	margin:0 auto;
	display:block;
}

#header .hd-txt-cap{
	color:#ED7700;
	padding:0;
	width:auto;
	float:right;
	margin:10px 30px;
	font-size: 12px;
	display:block;
}



/*トップ予約リンクボタン*/
#header .top-txt .hd-web-btn{
	width:192px;
	height:32px;
	padding:5px 0;
	margin:10px 30px 5px 0;
	line-height:30px;
	float:right;
	display:inline-block;
	font-size:13px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#ED7700;
	transition:all .3s;
	border-radius:10px;
}
#header .top-txt .hd-web-btn:hover{
	background:white;
	color:#ED7700;
}


/*ブログリンクボタン*/
#header .top-txt .hd-blog-btn{
	width:192px;
	height:32px;
	padding:5px 0;
	margin:10px 30px 5px 0;
	line-height:30px;
	float:right;
	display:inline-block;
	font-size:13px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#00A199;
	transition:all .3s;
	border-radius:10px;
}
#header .top-txt .hd-blog-btn:hover{
	background:white;
	color:#00A199;
}

/*top ページ　丸ナビ設定-----↓*/
#header #menu{
	position:absolute;
	top:70px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#header #menu ul{
	width:100%;/*20160319modify*/
	max-width: 1200px;/*20160319modify*/
	margin:0 auto;
	background:0 auto;
	padding-left:50px;
}
/*TOPの丸ナビ*/
#header #menu ul li{
	width:120px;
	height:120px;
	padding:30px;
	float:left;
	border-radius:50%;
	margin:100px 16px;
	text-align:center;
	transition:all .4s;
	position:relative;
}

#header #menu ul li.nav01, #menu ul li.nav04{
	border:1px solid #00A199;
	color:#00A199;
}
#header #menu ul li.nav01:hover, #menu ul li.nav04:hover{
	border:1px solid #00A199;
	color:white;
	background:#00A199;
}

#menu ul li.nav04 img{
	margin-top:30px!important;
}
#header #menu ul li.nav02:hover, #menu ul li.nav05:hover{
	border:1px solid #ED7700;
	color:white;
	background:#ED7700;
}
#header #menu ul li.nav02, #menu ul li.nav05{
	border:1px solid #ED7700;
	color:#ED7700;
}
/*丸ナビ中のテキスト位置、文字数による、変更が必要*/
#header #menu ul li.nav01 p{
	position:absolute;
	top:85px;
	left:60px;
}

#header #menu ul li.nav02 p{
	position:absolute;
	top:85px;
	left:45px;
}

#header #menu ul li.nav04 p{
	position:absolute;
	top:85px;
	left:32px;
}
#header #menu ul li.nav05 p{
	position:absolute;
	top:85px;
	left:42px;
}


/*丸マークの背景マークの位置*/
#header #menu ul li.nav01 span{
	display:inline-block;
	width:120px;
	height:100px;
	background:url(../images/circlenavi_service.png);
	background-repeat:no-repeat;
	background-position:25px 15px;
}
#header #menu ul li.nav01:hover span{
	width:120px;
	height:100px;
	background:url(../images/circlenavi_service_wh.png);
	background-repeat:no-repeat;
	background-position:25px 15px;
}

#header #menu ul li.nav02 span{
	display:inline-block;
	width:120px;
	height:100px;
	background:url(../images/circlenavi_about.png);
	background-repeat:no-repeat;
	background-position:6px 15px;
}
#header #menu ul li.nav02:hover span{
	background:url(../images/circlenavi_about_wh.png);
	background-repeat:no-repeat;
	background-position:6px 15px;
}

#header #menu ul li.nav04 span{
	display:inline-block;
	width:140px;
	height:100px;
	background:url(../images/circlenavi_clinic.png);
	background-repeat:no-repeat;
	background-position:0px 15px;
}
#header #menu ul li.nav04:hover span{
	background:url(../images/circlenavi_clinic_wh.png);
	background-repeat:no-repeat;
	background-position:0px 15px;
}
#header #menu ul li.nav05 span{
	display:inline-block;
	width:120px;
	height:100px;
	background:url(../images/circlenavi_qa.png);
	background-repeat:no-repeat;
	background-position:6px 10px;
}
#header #menu ul li.nav05:hover span{
	background:url(../images/circlenavi_qa_wh.png);
	background-repeat:no-repeat;
	background-position:6px 10px;
}

#header #menu ul li.nav03{
	width:25%;
	height:auto;
	/*margin:0!important;*/
	padding:0!important;
}


#header .top-txt{
	position:absolute;
	top:0;
	width:100%;
	z-index:99999;
}

#header .top-txt div{
	width:100%;/*20160319modify*/
	overflow:hidden;
	margin:0 auto!important;
}

#header .top-txt p{
	z-index:99997;
}



/*top ページ　丸ナビ設定-----↑*/

/*topスライドショー-----↓*/
#slide {
	width:100%;
	height:566px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	top:0;
	z-index:-99999;
	background-color:#fff;
	opacity:1;
}
#slide img {
	position:absolute;
	left:auto;
	top:auto;
	width:100%;
}
/*topスライドショー-----↑*/

/*top出てくる　sub共通のメニュー ↓*/
#top-show-box{
	width:100%;
	position:fixed;
	top:-62px;
	background:#00A199;
	z-index:9900;
	transition:all .4s;
}
#top-show{
	width:100%;/*20160319modify*/
	overflow:hidden;
	margin:0 auto;
}

#top-show > p{
	width:300px;
	color:white;
	line-height:56px;
}
#top-show > p.right{
	width:200px;
	height:56px;
	overflow:hidden;
}
/**/
.top-show{
	top:0!important;
}
/*top出てくる　sub共通のメニュー↑*/

#hd-bg1{
	width: 100%;
	height: 128px;
	position: absolute;
	bottom: 122px;
	z-index: 2;
	left: -6px;
}

#hd-bg1 .hd-com{
	width:100%;
	height:136px;
	margin:0 auto;
	background:url(../images/mc_ilst.png) no-repeat;
}
#hd-bg2{
	width: 100%;
	height: 128px;
	background: #00A199;
	position: absolute;
	bottom: 1px;
	z-index: 1;
}

#hd-bg2 .hd-com{
	width:100%;
	height:76px;
	max-width:1200px;
	margin:0 auto;
	padding:25px 0;
	color:white;
	font-size:12px;
	font-weight:100;
	/*letter-spacing:1px;*/
}
#hd-bg2 .hd-com a{
	color:white;
	display:inline-block;
	padding:0 10px;	
}

#hd-bg2 .hd-com .top-hd-web-btn:hover{
	background:#ED7700;
}

#hd-bg2 .hd-com .top-hd-blog-btn:hover{
	background:#00A199;
}

#hd-bg2 .hd-com > p{
	float:left;
	width:26%;
	padding:5px 0;
	margin-left:5%;
	margin-right:3%;
}
#hd-bg2 .hd-com table.tb1{
	float:left;
	width:28%;
}
#hd-bg2 .hd-com table.tb1 img{
	margin-top:-6px;
}
#hd-bg2 .hd-com table.tb2{
	float:left;
	width:37%;
}
#hd-bg2 .hd-com table tr td{
	vertical-align:top;
	padding:2px 0;
}
#hd-bg2 .hd-com table tr td > span{
	border:1px white solid;
}

#hd-bg2 .hd-com > p span:first-child{
	border:1px white solid;
	padding:0 5px;
}
#hd-bg2 .hd-com > p span:nth-of-type(2){
	padding:0 10px;
}
.bold-green-bg{
	padding:0 10px;
	/*margin:;*/
	background:#007672;
}
.bold-green-bg:hover{
	background:#3ABAB1;
}
/*#main{
	width:100%;
	height:auto;
	background-image:url('../images/overlay.png');
	
}
*/
/*01,03,04クラム　に適用している　白背景*/
.white-bg{
	width:100%;
	height:auto;
	background:white;
}
.white-bg-opa85{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color: #FFFFFF;
	opacity: 0.85;
}
.about-bg-top {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/MKC_body_bg.jpg);
	background-repeat: no-repeat;
}
.bg{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/MKC_body_bg.jpg);
	background-repeat: no-repeat;
	z-index:-99999999;
	opacity:.2;
}
.cum01{
	width:100%;/*20160319modify*/
	height:248px;
	background:white;
	color:#00A199;
	overflow:hidden;
}
.cum01 span{
	width:40%;
	height:125px;
	display:block;
	float:left;
	padding:50px 3%;
	letter-spacing:0px;
}

.cum01 span:nth-of-type(2) h4{
	font-size:23px;
	margin-bottom:30px;
}
.cum01 span:nth-of-type(2) p{
	font-size:19px;
	line-height:32px;
}
.cum02{
	width:100%;
	height:auto;
	overflow:hidden;
}

.cum02 span{
	width:40%;
	display:block;
	float:left;
	padding:70px 5%;
	font-size:17px;
}
.cum02 > p{
	padding:90px 0 10px 0;
	font-size:19px;
}
.cum02 span > p{
	width:45%;
	float:left;
}

.cum02 span > p:first-child{
	width:160px;
	height:100px;
	padding:50px 20px;
	text-align:center;
	border-radius:50%;
	text-align:center;
	
}
.cum02 span > p:nth-of-type(2){
	margin-left:5%;
	line-height:30px;
}

.cum02 span.span1{
	color:#00A199;
}
.cum02 span.span1 > p:first-child{
	border:1px #00A199 solid;
	color:#00A199;
}
.cum02 span.span2{
	color:#ED7700;
}
.cum02 span.span2 > p:first-child{
	border:1px #ED7700 solid;
	color:#ED7700;
}
.cum02 span.span3{
	color:#ED7700;
}
.cum02 span.span3 > p:first-child{
	border:1px white solid;
	color:white;
	background:#ED7700;
}
.cum02 span > p img{
	margin-bottom:15px;
}

/*btn*/

/*.btn-green01,.btn-orange01{
	max-width:240px;
	max-height:48px;
	display:block;
	border-radius:5px;
	text-align:center;
	
	padding:10px;
	transition:all .4s;
	font-size:17px;
}


.btn-green01{
	border:1px #00A199 solid;
	color:#00A199;
}
.btn-green01:hover{
	color:white;
	background:#00A199;
}

.btn-orange01{
	border:1px #ED7700 solid;
	color:#ED7700;
}
.btn-orange01:hover{
	color:white;
	background:#ED7700;
}
*/



.cum03{
	width:100%;
	height:403px;
	background:white;

}
.cum03 > span{
	width:50%;
	display:block;
	float:left;
}

.cum03 > span.sk{
	width:100%;
	display:block;
	float:left;
	margin-left: -600px;
}

.cum03 > span.con{
	width:600px;
	display:block;
	float:right;
}




/*営業時間テーブルーフッター部分一部通用*/
.skjl{
/*	width:90%;*/
	margin:40px 0 0 5%;
	/*border-collapse: collapse;*/
	border-collapse:separate; 
	border-spacing:0;
	color:#666;
	margin-left: 620px;
}
.skjl tr td{
	width:12%;
	height:43px;
	border-bottom:1px #00A199 solid;
	vertical-align:center;
	text-align:center;
	position:relative;
	
}
.skjl tr td:first-child{
	width:23%;	
}
.skjl tr td:last-child{
	width:28%;	
	text-align:left;
	padding-left:20px;
}
.skjl tr td:last-child span{
	width:100%;
	position:absolute;
	top:13px;
	right:-40px;
	
}
.skjl .green{
	color:#00A199;
	
}
.skjl .txt-td{
	text-align:right!important;
	border:0!important;
}
.cum03 p.p3{
	color:#666;
	clear:both;
	padding:25px 0 0 8%;
	font-size:17px;
	text-align:center;
	line-height:35px;
}
.cum03 > span:last-child a{
	float:right;
	margin:70px 20px 0 0;
}




.cum03 > span a{
	width:256px;
	height:120px;
	overflow:hidden;
	display:inline-block;
	border:1px solid;
	border-radius:20px;
	text-align:center;
	vertical-align: middle;
	transition:all .4s;
	
}
.cum03 > span a.tel-btn{
	border:1px #00A199 solid;
	color:#00A199!important;
	font-size:17px!important;
}

.tel-img{
	/*width:100%;*/
	height:100px;
	display:inline-block;
	background:url(../images/tel_gr.png) no-repeat;
	background-position:center;
	margin-left: auto;
    margin-right: auto;
}
.web-img{
	width:100%;
	height:100%;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	vertical-align: middle;
	background:url(../images/web_btn_wh.png) no-repeat;
	background-position:45px 13px;
}
.cum03 > span a.web-btn:hover .web-img{
	text-align:center;
	background:url(../images/web_btn_ora.png) no-repeat;
	background-position:45px 13px;

}
.cum03 > span a.web-btn{
	border:1px white solid;
	background:#ED7700;
	color:white!important;
	font-size:19px!important;
}
.cum03 > span a.web-btn:hover{
	border:1px #ED7700 solid;
	background:#fcebd9;
	color:#ED7700!important;
	font-size:19px!important;
}


.cum03 > span a span{
	display:block;
	clear:both;
	padding:10px;
	text-align:center;
	
}

.cum04{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
}

.cum04 span{
	width:37%;
	display:block;
	float:left;
	margin:15px 2% 20px 8%;
}
.cum04 span > h4{
	color:#00A199;
	font-size:20px;
	
}

.cum04 span dl{
	width:auto;
	overflow:hidden;
	font-size:16px;
	color:#666;
}
.cum04 span dt{
	width:30%;
	display:block;
	float:left;
	padding:10px 0;
}
.cum04 span dd{
	width:70%;
	display:block;
	float:left;
	padding:10px 0;
}
.cum05{
	position:relative;
	width:100%;
	margin:auto;
	height:488px;
	clear:both;
}
/*#googleMap{
	width:100%!important;
	height:488px;
	margin:0 auto;
}*/

.p-map {
  position: relative;
  padding-bottom: 27%;
  height: 0;
  overflow: hidden;
}
.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}


#footer-menu{
	width:100%;
	height:auto;
	overflow:hidden;
	bottom:0px;
	background:#00A199;
}
#footer-menu ul{
	width:100%;
	max-width:1200px;
	height:auto;
	margin:0 auto;
}
#footer-menu ul li{
	width:15%;
	height:88px;
	line-height:88px;
	text-align:center;
	color:white;
	background:#00A199;
	float:left;
}
#footer-menu ul li a{
	width:100%;
	height:88px;
	line-height:88px;
	display:block;
}
#footer-menu ul li#li1{
	width:38%;
}
#footer-menu ul li#li1:hover{
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#footer-menu ul li#li1 img{
	margin-top:25px;
}
#footer-menu ul li#li2{
	background:url(../images/navi_service_wh.png) no-repeat;
	background-position:30px 33px;
}
#footer-menu ul li#li2:hover{
	background:url(../images/navi_service_gr.png) no-repeat;
	background-position:30px 33px;
}
#footer-menu ul li#li3{
	background:url(../images/navi_about_wh.png) no-repeat;
	background-position:20px 33px;
}
#footer-menu ul li#li3:hover{
	background:url(../images/navi_about_gr.png) no-repeat;
	background-position:20px 33px;
}
#footer-menu ul li#li4{
	background:url(../images/navi_clinic_wh.png) no-repeat;
	background-position:10px 36px;
}
#footer-menu ul li#li4:hover{
	background:url(../images/navi_clinic_gr.png) no-repeat;
	background-position:10px 36px;
}
#footer-menu ul li#li5{
	background:url(../images/navi_qa_wh.png) no-repeat;
	background-position:20px 36px;
}
#footer-menu ul li#li5:hover{
	background:url(../images/navi_qa_gr.png) no-repeat;
	background-position:20px 36px;
}


#footer-menu ul li a{
	color:white;
	display:block;
	/*padding-left:30px!important;*/ /*2010319modify*/
}

#footer{
	width:100%;
	height:auto;
	overflow:hidden;
}
#footer #footer-btn{
	width:100%;
	height:auto;
	background:#00A199;
}
#footer #footer-btn .btn-box{
	width:100%;/*20160319modify*/
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:50px 5%;
	background:#00A199;
	color:white;
	text-align:center;
}
#footer #footer-btn .btn-box p{
	margin-bottom:10px;
	font-size:16px;
}
#footer #footer-btn .btn-box ul{
	width:73%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#footer #footer-btn .btn-box ul li{
	float:left;
	width:45%;
	margin-left:5%;
}
#footer #footer-btn .btn-box ul li:first-child{
	margin-left:2.5%;
}

/*フッターWEB予約*/
#footer #footer-btn .btn-box .web-btn{
	background:#ED7700;
	position:relative;
}
#footer #footer-btn .btn-box .web-btn span{
	position:relative;
	/*top:18px;
	left:115px;
	width:35px;
	height:35px;*/
/*	margin-left:auto;
	margin-right:auto; width:120px;*/
	width:156px;
	height:30px;

	/*background-position:25px 15px;*/
	display:block;
	background:url(../images/foot_web_btn_wh.png) no-repeat;
	background-size:100%;
	background-position:0 0px;
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	vertical-align: middle;
}
#footer #footer-btn .btn-box .web-btn:hover span{
	background:url(../images/foot_web_btn_ora.png) no-repeat;
	background-size:100%;
	background-position:0 0px;

}
#footer #footer-btn .btn-box .web-btn:hover{
	background:url(../images/foot_web_btn_ora.png) no-repeat;
	/*background:#fcebd9;*/
	background:#fff;
	border:1px solid #ED7700;
	color:#ED7700;
}
#footer #footer-btn .btn-box .tel-btn{ 
	background:#00A199;
}
#footer #footer-btn .btn-box .tel-btn img{ 
	display:block;
	margin:0 auto;
}
#footer #footer-btn .btn-box ul li a{
	display:block;
	padding:20px;
	text-align:center;
	color:white;
	border-radius:15px;
	border:1px white solid;
	/*font-size:22px;*/
	/*font-weight:bold;*/
	transition:all .3s;
}

#footer #footer-logo-box{
	width:100%;
	overflow:hidden;
	background:white;
}
#footer #footer-logo{
	width:100%;/*20160319modify*/
	height:256px;
	margin:0 auto;
	background:white;
	text-align:center;
	
}

#footer #footer-logo > p:first-child{
	width:45%;
	color:#999;
	font-size:14px;
}
#footer #footer-logo > p a:first-child{
	display:block;
}
#footer #footer-logo > p a:first-child:hover{
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#footer #footer-logo img{
	width:60%;
	height:auto;
	margin:45px 0px 45px 45px;
	display: block;
}
#footer #footer-logo .access{
	clear:both;
	display:block;
	text-align:left;
	margin-left:55px;
	/*text-indent:50px;*/
}



/*foot の営業時間表*/
.foot-skjl{
	width:50%!important;
	
}



#footer #footer-logo .foot-sch{
	display:block;
}

#copyright{
	width:100%;
	height:48px;
	line-height:48px;
	color:white;
	text-align:center;
	letter-spacing:1px;
	background:#00A199;
	font-size:11px;
}

/*スマホメニュー*/

#smart-menu{
	width:100%;
	margin-top:56px;
/*	position:fixed;*/
	z-index:99998;
clear:both;
}
#smart-menu ul{
	height:440px;
	display:none;
}
#smart-menu ul li{
	width:90%;
	height:88px;
	display:block;
	padding:0 5%;
	background:#ED7700;
	line-height:88px;
	text-align:center;
	color:white;
	font-family:'Noto Sans Japanese', serif;
	font-weight:200;
/*	border-bottom:1px white solid;*/
}
#smart-menu ul li a{
	color:white;
}


/*スマホメニューハンバーガーボタン*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	float:right;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 26.4px;
	margin:15px 20px 15px 15px;
	display:none;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11.5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11.5px) rotate(-49deg);
	transform: translateY(11.5px) rotate(-49deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11.5px) rotate(49deg);
	transform: translateY(-11.5px) rotate(49deg);
}

/*GOTOP↓*/
.pagetop {
    position: fixed;
    bottom:5px; /*トップへボタン一調整　　上下*/
    right:5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index:9999;

}
.pagetop a {
    display: block;
    bottom: 280px;
    right: 55px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border-radius: 50px;
    z-index:9999;

}
.pagetop a:hover{
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.pagetop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index:9999;
}

.pagetop img{
	width:80%;
}

/*GOTOP↑*/

#page-top {
	position:fixed;
	bottom: 0px;
	z-index: 9999;
	background:#00A199;
	width: 100%;
	height:50px;
	overflow: hidden;
	cursor:pointer;
	text-align:center;
	line-height:50px;
	display:none;
}
#page-top a{
	font-size:17px;
	font-weight:100;
	color:white;
	
	
}
#page-top a img:hover{
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#page-top img {
	position: relative;
	bottom: 15px;
	left: 15%;
}



.h3-green{
	width:100%;
	height:88px;
	line-height:88px;
	text-align:center;
	color:white;
	background:#14a8a1;
	font-size:24px;
	font-weight:100;
	letter-spacing:3px;
	
}
.h3-orange{
	width:100%;
	height:88px;
	line-height:88px;
	text-align:center;
	color:white;
	background:#ED7700;
	font-size:24px;
}
.none{
	display:none!important;
}

.border-none{
	border:0!important;
}

.clear{
	clear:both;
	overflow:hidden;
}

.left{
	float:left;
	margin-left:10px;
}
.right{
	float:right;
}


.cen-gr{
	text-align:center;
	color:#00A199;
}
.color-gr{
	color:#00A199;
}
.waku1{
	border:1px solid #00A199;
	padding:1px 3px;
}
.waku2{
	background:#00A199;
	padding:1px 3px;
	color:white!important;
}
/*午前午後*/
.no-hover:hover{
	background:#007672!important;
	opacity:1!important;
}
/*weｂ予約ページに適応-----↓*/
.waku3 .line-ora-top{
	display:none;
}
.waku3 .line-ora-down{
		display:none;
}
.waku3 .con-web-btn{
	position:relative;
	font-size:20px;
	color:white;
	width:180px;
	height:180px;
	display:inline-block;
	border-radius:50%;
	background:#ED7700;
}

.waku3 .con-web-btn:hover{
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}


.waku3 .con-web-btn img{
	position:absolute;
	top:30px;
	left:75px;
}
.waku3 .btn-txt{
	position:absolute;
	top:90px;
	left:50px;
}

.waku3,.waku4{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ED7700;
	border-radius:40px;
	padding:1px 3px;
	margin-bottom:70px;
}
.waku3.on1{
	margin-top:25px;
}
.waku3 div{
	margin:15px 100px;position:relative;
}
.waku3 .right{
	overflow:hidden;
	padding:60px 40px;
	font-size:19px;
	color:#ED7700;
}

.waku3 .right span{
	display:block;
	padding-top:50px;
	padding-left:140px;
}
.waku4 div{
	margin:25px 50px 25px 20px;position:relative;
}
.waku4 .line-ora-top{
		display:none;
}
.waku4 .line-ora-down{
		display:none;
}
.waku4 .right{
	overflow:hidden;
	padding:10px 0 10px 10px;
	font-size:19px;
	color:#ED7700;
}

.waku4 img{
	width:300px;
	margin-left:2%;
}


#smart-menu-bg #smart-menu-box .menu-trigger span {
}
/*weｂ予約ページに適応-----↑*/



/*スマホ縦---------------------------------------------------------*/
/*@media screen and (min-width: 0) and (max-width: 414px)*/
@media screen and (min-width: 0) and (max-width: 499px){
#page-top{
	display:block!important;
}
.pagetop,#footer-menu{
	display:none!important;
}
.wrapper1200{
	width:100%;
	max-width:499px;
}


#smart-menu-bg{
	position:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:99999;
}
.menu-trigger{
	margin-top:9px;
	width: 30px;
	height: 24px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11.5px) rotate(-49deg);
	transform: translateY(11.5px) rotate(-49deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11.5px) rotate(49deg);
	transform: translateY(-11.5px) rotate(49deg);
}



.menu-trigger span{
	z-index:99999;
}

#smart-menu-box{
		z-index:999999;
}
#smart-menu-box > p {
    width: 250px;
}


#smart-menu-box img{
	margin-top:11px;
	width:75%;
}

.sub-hd-menu{
	position:fixed!important;
	z-index:9999;
}

#header{
	width:100%;
	height:500px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}

#smart-menu ul{
	height:300px;
	display:none;
}

#smart-menu ul li{
	width:90%;
	height:60px;
	display:block;
	padding:0 5%;
	background:#ED7700;
	line-height:60px;
	text-align:center;
	color:white;
	font-family:'Noto Sans Japanese', serif;
	font-weight:200;
}


.top-txt{
	display:none;
}

#slide{
	display:none;
}

#smart-hd-logo{
	display:none;
}

/*イラスト*/
#hd-bg1{
	width: 100%;
	height: 220px;
	position: absolute;
	bottom: 122px;
	z-index: 2;
	left: -6px;
}


/*ヘッダグリーンBG*/
#hd-bg2{
	width: 100%;
	height: 250px;
	position: absolute;
	/*	background:#00A199;
	position:absolute;
	bottom:0;
	z-index:1;*/
}


#hd-bg2 .hd-com{
	width:100%;
	height:76px;
	/*max-width:414px;*/
	margin-left:-30px;
	padding:50px 10px 5px 0px;
	color:white;
	font-size:14px;
}
#hd-bg2 .hd-com table{
	padding-left:-50px;
	/*max-width:414px;*/
	width:100%;
}
#hd-bg2 .hd-com table.tb1{
	display:none;
}

/*#hd-bg2 .hd-com table.tb1{
	float:left;
	width:100%;
	padding-left:0;
	margin:20px 0px 0px -30px;
	height:80px;
}*/

#hd-bg2 .hd-com table.tb2{
	float:left;
	width:100%;
}
#hd-bg2 .hd-com table tr td{
	vertical-align:top;
	padding:3px 5px;
	width:auto;
}

#hd-bg2 .hd-com table a{
	vertical-align:top;
	padding:0 10px;
	width:58px;
}

#hd-bg2 .hd-com .bold-green-bg{
	width:30px;	
	margin-left:-20px;
}

#hd-bg2 .hd-com table.tb1 a{
	vertical-align:top;
	padding:0 10px;
	width:auto;
}

#hd-bg2 .hd-com table tr td > span{
	border:1px white solid;
	padding:0px;
}

.wrapper1200{
	width:100%;
}


#smart-hd-rsv span .hd-web-btn{
	width:16%;
	/*height:32px;*/
	padding:3px 3px;
	/*margin:5px 5px 10px 0;*/
	margin-right:10px;
	margin-top:70px;
	line-height:20px;
	float:right;
	display:inline-block;
	font-size:12px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#ED7700;
	transition:all .3s;
	border-radius:10px;
}
#smart-hd-rsv span .hd-web-btn:hover{
	background:white;
	color:#ED7700;
}
	
#smart-hd-rsv span .hd-blog-btn{
	width:16%;
	/*height:32px;*/
	padding:3px 3px;
	/*margin:5px 5px 10px 0;*/
	margin-right:10px;
		margin-top:70px;
	line-height:20px;
	float:right;
	display:inline-block;
	font-size:12px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#00A199;
	transition:all .3s;
	border-radius:10px;
}
#smart-hd-rsv span .hd-blog-btn:hover{
	background:white;
	color:#00A199;
}

#smart-hd-tel-sp{
	width:45%;
	position:relative;
	top:70px;
	/*right:25px;*/
	color:#00A199;
	font-size:13px;
	line-height: 17px;
	margin-left:10px;
	float:left;
}

.p-map {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
	
.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
}

#smart-hd-tel{
	display:none;
}

.h3-green{
	font-size:20px;
	letter-spacing:normal;
}
.cum01{
	width:100%;
	height:400px;
	/*overflow:hidden;*/
}
.cum01 span{
	text-align:center;
	width:70%;
	margin:none;
	display:block;	
	float:left;
/*	font-size:50%;*/
	padding:40px 5% 5px 5%;
}

.cum01 span img{
		margin-left:50px;

}
	
	
.white-bg .cum01 .sp-cs{
	padding:0;
	position:relative;
	margin-left:40px;
}

.white-bg .cum01 .sp-cs h4{
	font-size:19px;
}
	
.white-bg .cum01 .sp-cs p{
	font-size:17px;
}
	
	
.cum02{
	width:100%;	
}
.cum02 .cen-gr{
	padding-top:30px;
}


.cum02 span{
	float:none;
	width:100%;
	padding:30px 0;
	margin:0 auto!important;
}
.cum02 span > p{
	float:none;
	width:100%;
	margin:0 auto!important;
}
.cum02 span > p a{
	width:100%!important;
	margin:0 auto;
}
.cum02 span > p:nth-of-type(2){
	width:250px;
	padding:30px 0 0 0;
}
.cum02 span > p:nth-of-type(2) a{
	margin-left:0;
}


.cum03{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
}
.cum03 span{
	width:100%;
	display:block;
	float:none;
	margin-bottom:30px;
}
.cum03 > span.sk {
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
}

.cum03 span .tel-btn{
	display:none;
}
.cum03 span .web-btn{
	display:none;
}

.white-bg .cum03 .p3{
	color:#666;
	clear:both;
	text-align:center;
	padding:20px 30px;
		font-size:14px;
}

.skjl{
	width:90%;
	margin-left:10px;
	margin-right:10px;
}



.cum04{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
}

.cum04 h4{
	padding:10px 0;
}
.cum04 span{
	width:100%;
	float:none;
	/*text-align:center;*/
	padding-left:40px;
}
.cum04 span dl{
	width:100%;
	overflow:hidden;
}
.cum04 span dt{
	width:100%;
	display:block;
	float:none;
	padding:10px 0 5px 0;
}
.cum04 span dd{
	width:100%;
	display:block;
	float:left;
	padding:5px 0 10px 0;
}

.cum04 #box1{
	position:relative;
	width:100%;
	height:488px;
	clear:both;
}
/*横幅注意*/
.cum05{
	position:relative;
	width:90%;
	/*padding:0 20px 20px 20px;*/
	height:400px;
	clear:both;
}

#googleMap{
	width:100%!important;
	height:400px;
	margin:0 auto;
}


#footer #footer-btn{
	width:100%;
}
#footer #footer-btn .btn-box{
	padding:5%;
}
#footer #footer-btn .btn-box ul{
	width:100%;
}
#footer #footer-btn .btn-box ul li{
	float:none;
	width:80%;
	margin:10px auto!important;
}

#footer-menu ul{
	display:none;
}
#footer #footer-btn .btn-box{
	width:100%;
	padding:30px 0;
}

#footer #footer-logo-box #footer-logo p{
	margin-left:0;
	width:35%;
}

#footer #footer-logo-box .foot-sch {
	display:none;
}

#footer #footer-logo img{
	width:250px;
	min-width: 250px;
	margin-left:25px;
}

#footer #footer-logo .access{
	clear:both;
	display:block;
	text-align:left;
	margin-left:35px;
	min-width: 250px;
	/*text-indent:50px;*/
}


.waku3 .line-ora-top{
	display:none;
}
.waku3 .line-ora-down{
	display:none;
}


.waku3 .con-web-btn{
	position:relative;
	font-size:20px;
	color:white;
	width:180px;
	height:180px;
	display:inline-block;
	border-radius:50%;
	background:#ED7700;
	margin-left:25%;
}

.waku3 .con-web-btn:hover{
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}


.waku3 .con-web-btn img{
	position:absolute;
	top:30px;
	left:75px;
}
.waku3 .btn-txt{
	position:absolute;
	top:90px;
	left:50px;
}



.waku3,.waku4{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border-radius:30px;
	padding:1px 3px;
	margin-bottom:70px;
}
.waku3.on1{
	margin-top:25px;
	
}
.waku3 div{
		margin-left:auto;
	margin-right:auto;
	position:relative;
	width:90%;
}
.waku3 .right{
	overflow:hidden;
	padding:30px 15px;
	font-size:17px;
	color:#ED7700;
}

.waku3 .right span{
	display:block;
	padding-top:50px;
	padding-left:120px;
}
.waku4 div{
	margin:45px 0px 45px 0px;position:relative;
}
.waku4 .line-ora-top{
	display:none;
}
.waku4 .line-ora-down{
	display:none;
}
.waku4 .right{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	
	font-size:17px;
	color:#ED7700;
}

.waku4 img{
	width:300px;
	margin-left:10%;
	margin-right:5%;
}



}


/*スマホ横ータブレット　追加ーーーーーーーーーーーーーーーーーーー*/

@media screen and (min-width: 500px) and (max-width: 767px){

.sub-com .wrapper1200{
	width:100%;
	max-width:767px;
	min-width: 500px
}

#header .top-txt{
	width:100%;
	margin-top:56px;
	margin-left:0px;
		z-index:99900;
}

#smart-menu ul{
	height:300px;
	display:none;
}

#smart-menu ul li{
	width:90%;
	height:60px;
	display:block;
	padding:0 5%;
	background:#ED7700;
	line-height:60px;
	text-align:center;
	color:white;
	font-family:'Noto Sans Japanese', serif;
	font-weight:200;
}



#slide {
	width:100%;
	height:566px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	top:0;
	z-index:-999999;
		background-color:#fff;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}




/*トップ予約リンクボタン*/
#header .top-txt .hd-web-btn{
	width:115px;
	height:32px;
	padding:5px 0;
	margin-top:100px;
	margin-right:0px;
	line-height:30px;
	float:right;
	display:inline-block;
	font-size:11px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#ED7700;
	transition:all .3s;
	border-radius:10px;
}
#header .top-txt .hd-web-btn:hover{
	background:white;
	color:#ED7700;
}
	
/*トップブログリンクボタン*/
#header .top-txt .hd-blog-btn{
	width:115px;
	height:32px;
	padding:5px 0;
	margin-top:60px;
	margin-right:30px;
	line-height:30px;
	float:right;
	display:inline-block;
	font-size:11px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#00A199;
	transition:all .3s;
	border-radius:10px;
}
#header .top-txt .hd-blog-btn:hover{
	background:white;
	color:#00A199;
}

#smart-hd-logo{
	position:absolute;
	top:100px;
	left:55px;
}
#smart-hd-tel{
	position:absolute;
	margin-top:20px;
	
	margin-right:5px;
	color:#00A199;
	font-size:13px;
}
#header .hd-txt {
    color: #00A199;
    padding: 10px 0 0 10px;
    width: auto;
    float: left;
    margin: 10px 0px 0px 0px;
    display: block;
}


#header .top-txt div{
	width:100%;
	overflow:hidden;
	margin:10px 10px;
	z-index:99900;
}
#header{
	width:100%;
	height:600px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}

/*ヘッダグリーンBG*/
#hd-bg2 .hd-com{
	width: 100%;
	height:auto;
	position: absolute;

	bottom:0;
	z-index:1;
}


#hd-bg2{
	width:100%;
	height:230px;
	background:#00A199;
	position:absolute;
	bottom:0;
	z-index:1;
}


.cum01{
	width:100%;
	overflow:hidden;
}
.cum01 span{
	width:40%;
	display:block;
	float:left;
	padding:30px 5%;
}


.cum01 span:nth-of-type(2) h4{
	font-size:17px;
	margin-bottom:30px;
}
.cum01 span:nth-of-type(2) p{
	font-size:16px;
	line-height:30px;
}

.cum02{
	width:100%;	
}


.cum02 span > p{
	float:none;
	width:100%;
	margin:0 auto!important;
	font-size:16px;
}
.cum02 span > p a{
	width:100%;
	margin:0 auto;
}
.cum02 span > p:nth-of-type(2){
	width:200px;
	padding:20px  20px 0 20px;
}
.cum02 span > p:nth-of-type(2) a{
	margin-left:0;
}

.cum03{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
	padding-bottom:30px;
}
.cum03 > span{
	width:100%;
	display:block;
	
/*	float:left;*/

}

.cum03 > span.sk {
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
}

.cum03 > span.con {
    width: 70%;
    display: block;
    float: none;
    margin: 0px auto;
    clear: both;
}

.cum03 > span .web-btn{
	display:none;
}

.cum03 > span .tel-btn{
	display:none;
}



.skjl{
	width:70%;
	margin:auto;
}


.cum03 p{
	color:#666;
	clear:both;
	text-align:center;
	padding:0;
}
.cum03 p.p3{
	color:#666;
	clear:both;
	padding:5% 10%;
	font-size:17px;
	text-align:center;
	line-height:35px;
}

.cum03 > span:last-child a{
	/*margin:10%;*/
	margin:50px 4% 50px 12%;
}


.cum04{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
/*	text-align:center;*/
}

.cum04 span{
	width:100%;
	display:block;
	float:left;
}

.cum04 span dl{
	width:100%;
	overflow:hidden;
	
}
.cum04 span dt{
	width:100%;
	display:block;
	float:left;
	padding:10px 0;
	
}
.cum04 span dd{
	width:100%;
	display:block;
	float:left;
	padding:0px 0;
}

.cum05{
	position:relative;
	width:90%;
	padding:0 20px 20px 20px;
	height:400px;
	clear:both;
}

#googleMap{
	width:100%!important;
	height:400px;
	margin:0 auto;
}

.p-map {
  position: relative;
  padding-bottom: 83%;
  height: 0;
  overflow: hidden;
}
	

#hd-bg1 .hd-com{
	display:none;
}


#hd-bg2 .hd-com table{
	max-width:700px;
}


#footer #footer-btn{
	width:100%;
}
#footer #footer-btn .btn-box{
	width:100%;
	padding:70px 0;
}
#footer #footer-btn .btn-box ul{
	width:100%;
}

#footer-menu ul{
	display:none;
}
#footer #footer-logo .foot-sch table{
	display:block;
	margin-top:40px;
}

#footer #footer-logo-box #footer-logo{
	width:100%;
}

#footer #footer-logo .access{
	clear:both;
	display:block;
	text-align:left;
}


.waku3 .line-ora-top{
	display:none;
}
.waku3 .line-ora-down{
	display:none;
}

.waku3,.waku4{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border-radius:40px;
	padding:1px 3px;
	margin-bottom:70px;
text-align: center;
}
.waku3.on1{
	margin-top:25px;
}
.waku3 div{
	margin:15px 0px;position:relative;
	margin-left:2%;
	text-align:center;	margin-right:auto;
	margin-right:auto;
}
.waku3 .right{
	overflow:hidden;
	padding:65px 40px;
	font-size:17px;
	color:#ED7700;
	float:none;
}

.waku3 .right span{
	display:block;
	padding-top:50px;
	padding-left:140px;
}
.waku4 div{
	margin:25px 50px 25px 20px;position:relative;
}
.waku4 .line-ora-top{
	display:none;
}
.waku4 .line-ora-down{
	display:none;
}
.waku4 .right{
	margin-right:-30px;
	font-size:17px;
	color:#ED7700;
	float:none;
}

.waku4 img{
	width:280px;
	margin-right:auto;
	margin-left:auto;
		text-align:center;

}



}



/*タブ-PC--------------------------------------------------------------*/
/*@media screen and (min-width: 415px) and (max-width: 1024px)*/
@media screen and (min-width: 768px) and (max-width: 1024px){

.wrapper1200{
	width:100%;
	max-width:1024px;
}
/*#header .hd-txt{

	margin-top:65px;
}*/

#header .top-txt{
	width:100%;
	margin-top:60px;
		z-index:99900;
}

/*トップ予約リンクボタン*/
#header .top-txt .hd-web-btn{
	width:155px;
	height:32px;
	padding:5px 0;
	margin:75px 10px 5px 0;
	line-height:30px;
	float:right;
	display:inline-block;
	font-size:13px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#ED7700;
	transition:all .3s;
	border-radius:10px;
}
#header .top-txt .hd-web-btn:hover{
	background:white;
	color:#ED7700;
}
	
	#header .hd-txt-cap{
	color:#ED7700;
	padding:0;
	width:auto;
	float:right;
	margin:10px 10px;
	font-size: 12px;
	display:block;
}

/*トップブログリンクボタン*/
#header .top-txt .hd-blog-btn{
	width:140px;
	height:32px;
	padding:5px 0;
	margin:75px 30px 5px 0;
	line-height:30px;
	float:right;
	display:inline-block;
	font-size:13px;
	color:white;
	text-align:center;
	vertical-align: middle;
	background:#00A199;
	transition:all .3s;
	border-radius:10px;
}
#header .top-txt .hd-blog-btn:hover{
	background:white;
	color:#00A199;
}
	
#header .top-txt div{
	width:100%;
	overflow:hidden;
	margin:0 auto!important;
	z-index:99900;
}

#slide {
	width:100%;
	height:566px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	top:0;
	z-index:-999999;
		background-color:#fff;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

.cum01{
	width:100%;
	overflow:hidden;
}
.cum01 span{
	width:40%;
	display:block;
	float:left;
	padding:60px 5%;
}





.cum01 span:nth-of-type(2) h4{
	font-size:20px;
	margin-bottom:30px;
}
.cum01 span:nth-of-type(2) p{
	font-size:17px;
	line-height:30px;
}

.cum02{
	width:100%;	
}


.cum02 span > p{
	float:none;
	width:100%;
	margin:0 auto!important;
}
.cum02 span > p a{
	width:100%;
	margin:0 auto;
}
.cum02 span > p:nth-of-type(2){
	width:300px;
	padding:30px  0 0 40px;
}
.cum02 span > p:nth-of-type(2) a{
	margin-left:0;
}

.cum03{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
}
.cum03 > span{
	width:100%;
	display:block;
	
/*	float:left;*/

}

.cum03 > span.con{
    width: 70%;
    display: block;
    float: none;
	margin:0px auto;
      clear: both;
}


.cum03 > span:after{
      clear: both;
}

.cum03 > span .web-btn{

}

.cum03 > span .tel-btn{
}

/*.cum03 span table{
	width:90%;
	margin:30px 5% 12px 5%;
	border-collapse: collapse;
	color:#666;
}
.cum03 span table tr td{
	width:13%;
	height:43px;
	border:1px #B3B3B3 solid;
	vertical-align:center;
	text-align:center;
	
}
.cum03 span table tr td:first-child{
	width:23%;	
}*/

.skjl{
	width:70%;
	margin:auto;
}
.cum03 > span.sk{
    width: 100%;
    display: block;
    float: none;
    margin-left:auto;
}


.cum03 p{
	color:#666;
	clear:both;
	text-align:center;
	padding:0;
}
.cum03 p.p3{
	color:#666;
	clear:both;
	padding:5% 10%;
	font-size:17px;
	text-align:center;
	line-height:35px;
}

.cum03 > span:last-child a{
	/*margin:10%;*/
	margin:50px 0px;
}

.cum03 > span:last-child a.web-btn {
    float: left;
}



.cum04{
	width:100%;
	height:auto;
	overflow:hidden;
	background:white;
	/*padding-left:160px;*/
	
}

.cum04 span{
	width:90%;
	display:block;
	float:left;
}

.cum04 span dl{
	width:60%;
	overflow:hidden;
	
}
.cum04 span dt{
	width:30%;
	display:block;
	float:left;
	padding:10px 0;
	
}
.cum04 span dd{
	width:70%;
	display:block;
	float:left;
	padding:10px 0;
}

/*ヘッダグリーンBG*/
#hd-bg2{
	width:100%;
	height:168px;
	background:#00A199;
	position:absolute;
	bottom:0;
	z-index:1;
}

#hd-bg1 .hd-com{
	display:none;
}


#hd-bg2 .hd-com table{
	max-width:700px;
}

/*#hd-bg2 .hd-com p{
	float:right;
}*/


#footer #footer-btn{
	width:100%;
}
#footer #footer-btn .btn-box{
	width:100%;
	padding:70px 0;
}
#footer #footer-btn .btn-box ul{
	width:100%;
}

#footer-menu ul{
	display:none;
}
#footer #footer-logo .foot-sch table{
	display:block;
	margin-top:40px;
}

#footer #footer-logo-box #footer-logo{
	width:100%;
}

#footer #footer-logo .access{
	clear:both;
	display:block;
	text-align:left;
}

.waku3 .line-ora-top{
	display:none;
}
.waku3 .line-ora-down{
	display:none;
}

.waku3,.waku4{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ED7700;
	border-radius:40px;
	padding:1px 3px;
	margin-bottom:70px;
}
.waku3.on1{
	margin-top:25px;
}
.waku3 div{
	margin:15px 50px;position:relative;
	margin-left:2%;
}
.waku3 .right{
	overflow:hidden;
	padding:65px 40px 65px 0px;
	font-size:17px;
	color:#ED7700;
}

.waku3 .right span{
	display:block;
	padding-top:50px;
	padding-left:140px;
}
.waku4 div{
	margin:25px 20px 25px 20px;position:relative;
}
.waku4 .line-ora-top{
	display:none;
}
.waku4 .line-ora-down{
	display:none;
}
.waku4 .right{
	overflow:hidden;
	padding:10px 0px 10px 0px;
	font-size:15px;
	color:#ED7700;
}

.waku4 img{
	width:230px;
	padding:o;
		margin-left:0;
}

}



/*PCトップメニュー--------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
#header #menu ul li {
    width: 120px;
    height: 120px;
    padding: 15px;
/*transition: width 0.5s ease-in,height 0.5s ease-in,padding 0.5s ease-in;*/
}

/*PCトップメニューここまで--------------------------------------------------------------*/


}


@media screen and (min-width: 0) and (max-width: 1024px){


.menu-trigger {
	display:block;
}
#smart-menu-box{
	/*max-width:1200px;*/
	max-width:1024px;
	width:100%;
	/*margin-top:10px;*/
}
#smart-menu-bg {
    position: fixed;
}

/*pc版以外は　非表示に*/
#sub-hd-menu, #smart-menu-box > p.right,#menu,#hd-bg2 .hd-com > p,#top-show-box{
	display:none;
}
/*ヘッダー右のtel画像　非表示に*/
#hd-tel{
	display:none;
}

#hd-bg2{
	margin-left:auto;
	margin-right:auto;
}
/*.pc-none{
	display:none;
}*/

#hd-bg2 .hd-com{
	width:100%;
}

#hd-bg2 .hd-com table.tb1{
	width:auto;
	float:right;
	margin-right:60px;
}

#hd-bg2 .hd-com table.tb2{
	width:auto;
	float:left;
	margin-left:50px;
}

/*pc版非表示にすること*/
#smart-hd-logo{
	position:absolute;
	top:130px;
	left:10px;
	width: 45%;
}
#smart-hd-tel{
	position:absolute;
	top:90px;
	right:15px;
	color:#00A199;
	font-size:13px;
}



}



@media screen and (min-width: 1025px){

#smart-hd-logo, #smart-hd-tel{
	display:none;
}

#smart-menu{
/*	padding-top:56px;*/
}
#smart-menu ul{
	display:none!important;
}
/*
#header .top-txt div{
	width:1200px;
	overflow:hidden;
	margin:0 auto!important;
}*/


}





@media screen and (min-width: 0) and (max-width: 414px){
.hvr-rectangle-out {
	width:90%;
	height:97px;
	font-size:20px;
	line-height:97px;
	margin:0 0 0 5%;
}
}

@media screen and (min-width: 1024px){

.pc-none{
	display:none;
}
.cum04{
	width:100%;/*20160319modify*/
}
}


/*btn*/

.btn-green01,.btn-orange01{
	max-width:240px;
	max-height:48px;
	display:block;
	border-radius:5px;
	text-align:center;
	
	padding:10px;
	transition:all .4s;
	font-size:17px;
}


.btn-green01{
	border:1px #00A199 solid;
	color:#00A199;
}
.btn-green01:hover{
	color:white;
	background:#00A199;
}

.btn-orange01{
	border:1px #ED7700 solid;
	color:#ED7700;
}
.btn-orange01:hover{
	color:white;
	background:#ED7700;
}




/*googlefont */

.web-font-Thin, .web-font-Light, .web-font-DemiLight, .web-font-Regular, .web-font-Medium, .web-font-Bold, .web-font-Black{
	font-family: 'Noto Sans Japanese', serif;
	font-style: normal;
}

.web-font-Thin{
	font-weight:100!important;
}
.web-font-Light{
	font-weight:200!important;
}
.web-font-DemiLight{
	font-weight:300!important;
}
.web-font-Regular{
	font-weight:400!important;
}
.web-font-Medium{
	font-weight:500!important;
}
.web-font-Bold{
	font-weight:700!important;
}
.web-font-Black{
	font-weight:800!important;
}
.clear{
	clear:both;
}

.fs8{font-size:8px !important;}
.fs9{font-size:9px !important;}
.fs10{font-size:10px !important;}
.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}
.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}
.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs21{font-size:21px !important;}
.fs22{font-size:22px !important;}
.fs23{font-size:23px !important;}
.fs24{font-size:24px !important;}
.fs25{font-size:25px !important;}
.fs26{font-size:26px !important;}
.fs27{font-size:27px !important;}
.fs28{font-size:28px !important;}

.mt-1{margin-top:1px !important;}
.mt-2{margin-top:2px !important;}
.mt-4{margin-top:4px !important;}
.mt-5{margin-top:5px !important;}
.mt-6{margin-top:6px !important;}
.mt-8{margin-top:8px !important;}
.mt-10{margin-top:10px !important;}
.mt-13{margin-top:13px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-35{margin-top:35px !important;}
.mt-40{margin-top:40px !important;}
.mt-45{margin-top:45px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px !important;}
.mt-65{margin-top:65px !important;}
.mt-70{margin-top:70px !important;}
.mt-75{margin-top:75px !important;}
.mt-80{margin-top:80px !important;}
.mt-85{margin-top:85px !important;}
.mt-90{margin-top:90px !important;}
.mt-95{margin-top:95px !important;}
.mt-100{margin-top:100px !important;}
.mt-110{margin-top:110px !important;}
.mt-115{margin-top:115px !important;}
.mt-120{margin-top:120px !important;}
.mt-125{margin-top:125px !important;}
.mt-130{margin-top:130px !important;}
.mt-135{margin-top:135px !important;}
.mt-140{margin-top:140px !important;}
.mt-145{margin-top:145px !important;}
.mt-150{margin-top:150px !important;}
.mt-155{margin-top:155px !important;}
.mt-160{margin-top:160px !important;}
.mt-165{margin-top:165px !important;}
.mt-170{margin-top:170px !important;}
.mt-175{margin-top:175px !important;}
.mt-180{margin-top:180px !important;}
.mt-185{margin-top:185px !important;}
.mt-190{margin-top:190px !important;}
.mt-195{margin-top:195px !important;}
.mt-200{margin-top:200px !important;}

.ml-1{margin-left:1px !important;}
.ml-2{margin-left:2px !important;}
.ml-4{margin-left:4px !important;}
.ml-5{margin-left:5px !important;}
.ml-6{margin-left:6px !important;}
.ml-8{margin-left:8px !important;}
.ml-10{margin-left:10px !important;}
.ml-15{margin-left:15px !important;}
.ml-20{margin-left:20px !important;}
.ml-25{margin-left:25px !important;}
.ml-30{margin-left:30px !important;}
.ml-35{margin-left:35px !important;}
.ml-40{margin-left:40px !important;}
.ml-45{margin-left:45px !important;}
.ml-50{margin-left:50px !important;}
.ml-55{margin-left:55px !important;}
.ml-60{margin-left:60px !important;}
.ml-65{margin-left:65px !important;}
.ml-70{margin-left:70px !important;}
.ml-75{margin-left:75px !important;}
.ml-80{margin-left:80px !important;}
.ml-85{margin-left:85px !important;}
.ml-90{margin-left:90px !important;}
.ml-95{margin-left:95px !important;}
.ml-100{margin-left:100px !important;}
.ml-110{margin-left:110px !important;}
.ml-115{margin-left:115px !important;}
.ml-120{margin-left:120px !important;}
.ml-125{margin-left:125px !important;}
.ml-130{margin-left:130px !important;}
.ml-135{margin-left:135px !important;}
.ml-140{margin-left:140px !important;}
.ml-145{margin-left:145px !important;}
.ml-150{margin-left:150px !important;}
.ml-155{margin-left:155px !important;}
.ml-160{margin-left:160px !important;}
.ml-165{margin-left:165px !important;}
.ml-170{margin-left:170px !important;}
.ml-175{margin-left:175px !important;}
.ml-180{margin-left:180px !important;}
.ml-185{margin-left:185px !important;}
.ml-190{margin-left:190px !important;}
.ml-195{margin-left:195px !important;}
.ml-200{margin-left:200px !important;}


.mb-1{margin-bottom:1px !important;}
.mb-2{margin-bottom:2px !important;}
.mb-4{margin-bottom:4px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-6{margin-bottom:6px !important;}
.mb-8{margin-bottom:8px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-35{margin-bottom:35px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-45{margin-bottom:45px !important;}
.mb-50{margin-bottom:50px !important;}
.mb-55{margin-bottom:55px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-65{margin-bottom:65px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-75{margin-bottom:75px !important;}
.mb-80{margin-bottom:80px !important;}
.mb-85{margin-bottom:85px !important;}
.mb-90{margin-bottom:90px !important;}
.mb-95{margin-bottom:95px !important;}
.mb-100{margin-bottom:100px !important;}
.mb-110{margin-bottom:110px !important;}
.mb-115{margin-bottom:115px !important;}
.mb-120{margin-bottom:120px !important;}
.mb-125{margin-bottom:125px !important;}
.mb-130{margin-bottom:130px !important;}
.mb-135{margin-bottom:135px !important;}
.mb-140{margin-bottom:140px !important;}
.mb-145{margin-bottom:145px !important;}
.mb-150{margin-bottom:150px !important;}
.mb-155{margin-bottom:155px !important;}
.mb-160{margin-bottom:160px !important;}
.mb-165{margin-bottom:165px !important;}
.mb-170{margin-bottom:170px !important;}
.mb-175{margin-bottom:175px !important;}
.mb-180{margin-bottom:180px !important;}
.mb-185{margin-bottom:185px !important;}
.mb-190{margin-bottom:190px !important;}
.mb-195{margin-bottom:195px !important;}
.mb-200{margin-bottom:200px !important;}


.mr-1{margin-right:1px !important;}
.mr-2{margin-right:2px !important;}
.mr-4{margin-right:4px !important;}
.mr-5{margin-right:5px !important;}
.mr-6{margin-right:6px !important;}
.mr-8{margin-right:8px !important;}
.mr-10{margin-right:10px !important;}
.mr-15{margin-right:15px !important;}
.mr-20{margin-right:20px !important;}
.mr-25{margin-right:25px !important;}
.mr-30{margin-right:30px !important;}
.mr-35{margin-right:35px !important;}
.mr-40{margin-right:40px !important;}
.mr-45{margin-right:45px !important;}
.mr-50{margin-right:50px !important;}
.mr-55{margin-right:55px !important;}
.mr-60{margin-right:60px !important;}
.mr-65{margin-right:65px !important;}
.mr-70{margin-right:70px !important;}
.mr-75{margin-right:75px !important;}
.mr-80{margin-right:80px !important;}
.mr-85{margin-right:85px !important;}
.mr-90{margin-right:90px !important;}
.mr-95{margin-right:95px !important;}
.mr-100{margin-right:100px !important;}
.mr-110{margin-right:110px !important;}
.mr-115{margin-right:115px !important;}
.mr-120{margin-right:120px !important;}
.mr-125{margin-right:125px !important;}
.mr-130{margin-right:130px !important;}
.mr-135{margin-right:135px !important;}
.mr-140{margin-right:140px !important;}
.mr-145{margin-right:145px !important;}
.mr-150{margin-right:150px !important;}
.mr-155{margin-right:155px !important;}
.mr-160{margin-right:160px !important;}
.mr-165{margin-right:165px !important;}
.mr-170{margin-right:170px !important;}
.mr-175{margin-right:175px !important;}
.mr-180{margin-right:180px !important;}
.mr-185{margin-right:185px !important;}
.mr-190{margin-right:190px !important;}
.mr-195{margin-right:195px !important;}
.mr-200{margin-right:200px !important;}
