@charset "utf-8";
/* CSS Document */

@media screen and (max-width:736px) {
    html, body {
        width: 100%;
        -webkit-text-size-adjust : 100%;
        font-size: 14px;
        line-height: 1.6em;
    }

    img {
        max-width: 100% !important;
        height: auto;
        vertical-align: bottom;
    }

    .mobile{display: inherit;}
    .pc{display:none;}

    .inner,.inner_min,.inner90{
        width: 94%;
        margin: 0 auto;
        box-sizing: border-box;
    }
	
	.min-w{
		min-width: 100%;
		box-sizing: border-box;
	}

	.telLink {pointer-events: auto;}
	
    /*----------

	header

	---------*/
	header{
		background-image:url(../images/bg_main002_sp.jpg);
		background-repeat: no-repeat;
		background-size:100%;
		background-position: left top;
		min-width:100%;
		min-height:auto;
		position: relative;
		box-sizing: border-box;
	}

	header.mg002 {background-image:url(../images/bg_main_sp.jpg);}
	header.mg002 .mainimg{float: none;}
	header p#siteid{
		background-color:rgba(255,255,255,0.85);
		padding: 5px;
		width: 50px;
		text-align: center;
		position: absolute;
		top:0;
		left: 0;
	}

	header .mainimg{
		text-align: center;
		width:100%;
		height:auto;
		float:none;
		padding: 60px 0 10px;
		box-sizing: border-box;
	}
	header .mainimg h1{width: 100%; margin:0 0 0 0; padding-right: 7%; box-sizing: border-box; text-align: right;}
	header .mainimg h1 img{width:auto; height:300px;}

	header .mainimg ul{margin:20px 3% 20px; }
	header .mainimg ul li{
		margin:0 -1%;
	}

	.redcaprion{
		background-color:#f95a5a;
		color: #fff;
		font-size:3vw;
		padding: 10px 0;
		border-radius: 30px;
		text-align: center;
	}

	.bf001{font-size:5.5vw; line-height: 1.5em; letter-spacing: 0.15em;}
	.bf002{font-size:5.5vw; line-height: 1.8em; margin-bottom: 30px;}
	.bf002 span{font-size:8vw; display: block; letter-spacing: 0.15em;}
	.bf003{font-size:5.5vw; line-height: 1.5em;}

	.global-nav {
	  position: fixed;
	  right: -320px; /* これで隠れる */
	  top: 0;
	  width: 300px; /* スマホに収まるくらい */
	  height: 100vh;
	  padding-top: 40px;
	  background-color: #fff;
	  transition: all .6s;
	  z-index: 200;
	  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.global-nav.fixed{
	position:fixed;
	border-bottom:none;
	z-index: 200;
	}
	.hamburger {
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
	  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
	  cursor: pointer;
	  z-index: 300;
	  display: block;
	  /*background:#f46997;*/
	  background:#d1aa88;
	}
	.global-nav__list {
		width: auto;
	  margin: 0 0 0 0;
	  padding: 0 0 0 0;
	  list-style: none;
	}
	.global-nav__item {
	  text-align:left;
	  padding: 0 14px;
	  float: none;
	  width: 100%;
	  box-sizing: border-box;
	}
	.global-nav__item a {
		text-align: left;
		display: block;
		padding: 8px 0 8px 8%;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #111;
		background: url(../images/icon_arrow_hover.png) 3% center no-repeat;
		background-size: 10px;
	}
	.global-nav__item a:hover {
		color:#fff;
		background:#f46997 url(../images/icon_arrow.png) 3% center no-repeat;
		background-size: 10px;
	}
	.global-nav__item span{border-right: none;}
	.hamburger__line {
	  position: absolute;
	  left: 16px;
	  width: 18px;
	  height: 1px;
	  background-color: #fff;
	  transition: all .6s;
	}
	.hamburger__line--1 {top: 12px;}
	.hamburger__line--2 {top: 18px;}
	.hamburger__line--3 {top: 24px;}
	.hamburger__menu {
		position: absolute;
		top: 26px;
		left:10px;
		color: #fff;
		font-size: 11px;
	}
	.black-bg {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  background-color: #000;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .6s;
	  cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .global-nav {
	  right: 0;
	}
	.nav-open .black-bg {
	  opacity: .8;
	  visibility: visible;
	}
	.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 20px;
	}
	.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
	}
	.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 20px;
	}
	.nav-open .hamburger{background: #d1aa88;}

	/*----------

	お問い合わせバナー

	---------*/
	.contectbnr_area{
		padding: 20px 0;
		margin-bottom: 40px;
	}

	.contectbnr_area h2{
		font-size:3.5vw;
		line-height: 1.3em;
		margin: 0 0 15px 0;
	}

	.contectbnr_area div.telunit{width: 100%; margin-right: 0;}
	.contectbnr_area div.telunit h3{
		display: none;
		/*background-image:url(../images/icon_tel.png);
		background-size: 12px;
		background-position: 20% center;
		background-repeat: no-repeat;
		border:none;
		border-radius:6px;
		padding: 0px 0;
		font-size:3.5vw;
		margin-bottom: 0px;*/
	}
	.contectbnr_area div.telunit p.tellnunber{
		font-size:7vw;
		line-height: 1.5em;
		margin-bottom:6px; 
	}
	.contectbnr_area div.telunit p.tellnunber a{
		display: block;
		color:#fff;
		border-radius:40px;
		border:1px solid #fff;
		padding:5px 0; 
	}
	.contectbnr_area div.telunit p.telcaption{
		font-size: 3vw;
		margin-top: 0px;
	}

	.contectbnr_area div.mailunit{
		width: 100%;
		padding: 10px 2%;
		border-radius: 8px;
		box-sizing: border-box;
		margin-top: 12px;
	}
	.contectbnr_area div.mailunit h3{
		font-size:5vw;
	}
	.contectbnr_area div.mailunit h3 span{
		display: block;
		font-size: 4vw;
		margin-bottom:8px;
	}
	.contectbnr_area div.mailunit h3 span::before{
		content: '';
		display: inline-block;
		width: 20px;/*画像の幅*/
		height: 20px;/*画像の高さ*/
		background-image: url(../images/icon_mail_b.png);
		background-repeat: no-repeat;
		background-size: contain;
	    vertical-align: middle;
	    margin-right: 10px;
	}
	.contectbnr_area div.mailunit p.contact_btn{
		width: 100%;
		margin:10px auto 0;
	}
	.contectbnr_area div.mailunit p.contact_btn a{
		display: block;
		border:solid 1px #d1aa88;
		border-radius: 30px;
		background: #d1aa88 url(../images/icon_arrow.png) 90% center no-repeat;
		background-size: 15px;
		color:#fff;
		padding: 12px 0;
		font-size:5vw;
		font-weight: bold;
	}
	.contectbnr_area div.mailunit p.contact_btn a:hover{
		background: #fff url(../images/icon_arrow_hover_b.png) 90% center no-repeat;
	}

	/*----------

	contents

	---------*/
	.mtpt{
	margin-top: 0px;
	padding-top: 0px;
	}

	.nayami{
		text-align: center;
		padding: 0 0 20px;
	}
	.nayami h2{margin-bottom: 20px;}
	.nayami .nayamiimg{width: 40%; margin: 40px auto;}
	.nayami ul.nayami_list{margin-top: 20px;}
	.nayami ul.nayami_list li{
		display: inline-block;
		width: 48%;
		border-radius: 6px;
		margin: 0 1% 8px 0;
		background-color: #848484;
		color:#fff;
		padding: 10px 0;
		font-size:3.5vw;
	}
	.nayami ul.nayami_list li:last-child{width:100%;}
	.genin{margin-top: 50px;}

	.memoto{
	background-image: url(../images/bg_color_yellow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 45%;
	padding: 40px 0;
	}
	.memoto h3{margin-bottom: 40px; text-align: center;}
	.memoto_img{float: none;}
	.memoto_text{
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.memoto_text p{line-height: 1.9em;}

	.gannkasibou{
	background-image: url(../images/bg_color_blue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 65%;
	padding: 30px 0;
	}
	.gannkasibou h2.bf002{margin-bottom: 0;}
	.gannkasibou h3{font-size:10vw; margin: 30px 0 20px; line-height: 1.2em;}
	.gannkasibou h3 span{font-size: 4vw; margin-top:0px; display: block; letter-spacing: 0.1em;}
	.gannkasibou .siboulist{background: url(../images/icon_arrow_bottom.png) center no-repeat; margin: 0 8%;}
	.gannkasibou .siboulist li:first-child{float:none; margin-bottom: 30px; padding-bottom: 30px;}
	.gannkasibou .siboulist li:last-child{float:none;}
	.gannkasibou .siboutext{
		width: 100%;
		margin:30px auto 0;
		line-height: 1.8em;
	}
.darkcircles{
	padding: 60px 0;
}
.darkcircles h2,
.darkcircles h3{
	text-align: center;
}
.darkcircles h2{font-size:8vw; }
.darkcircles h3{font-size: 5.5vw;}
.darkcircles .darkcircles_list{
	flex-wrap:wrap;
	width: 95%;
    margin: 0 auto;
}
.darkcircles .darkcircles_list li {width: 100% !important;}
.darkcircles .darkcircles_list li,
.darkcircles .darkcircles_list li:last-of-type{
    background: url(../images/icon_arrow_right.png) right top 70% no-repeat;
    margin-right: 0;
    padding-right: 7vw;
    background-size: 10%;
    margin-bottom: 6vw;
}
.darkcircles .darkcircles_list li:last-of-type{
    background: none;
}

.darkcircles .darkcircles_list li h4 {
    padding: 5px 0;
    margin-bottom: 10px;
}

	.darkcircles_care {margin: 30px auto;}
	.darkcircles_care h2{font-size: 5.5vw; text-align: center; margin-bottom: 50px;}
	.darkcircles_care h2 span{
		font-size: 150%;
		margin-bottom:20px;
	}
		.darkcircles_care .careunit {
			flex-wrap:nowrap;
		}
	.darkcircles_care .careunit article{
		width:100%;
		margin: 0 10% 60px 0;
		background:
		url(../images/bg_point_head.jpg) center 20px no-repeat,
		url(../images/bg_color_yellow.jpg) center 20px no-repeat;
		background-size: 100%,100% 95%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.darkcircles_care .careunit article .care_stepnumber{
    	margin: 0 auto 30px;
		width:220px;
	}

	.darkcircles_care .careunit article h3{
		text-align: center;
		font-size: 6vw;
		margin-bottom: 20px;
	}
	.darkcircles_care .careunit article .care_img{width: 80%;  margin: 0 auto;;}
	.darkcircles_care .careunit article img{width: 100%; }
	.darkcircles_care .careunit article div.whitebox{
		z-index: 0;
		display: block;
		position: relative;
		background: #fff;
		margin: -20px 0 0;
		padding: 10px 5%;
	}

	.typeunit h2{
	text-align: center;
	}
	.type_content article:first-child{width: 100%;}
	.type_content article{
		width: 100%;
		padding: 0 2% 0px;
		box-sizing: border-box;
		background-repeat:no-repeat;
		background-position:center 30px;
		background-size: 100% 30%;
		margin: 0 0 50px;
	}

	.type_content article h3{
		font-size: 8vw;
		margin-bottom: 20px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 80px;
		padding: 80px 0 0;
		text-align: center;
	}

	.type_content article .whitebox{
		background-image: url(../images/bg_color_white.jpg);
		background-repeat: no-repeat;
		background-position: center 50px;
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 0 4% 20px;
	}

	.type_content article .whitebox p.img_eye{text-align: center; margin:0 auto 30px; width: 40%;}
	.type_content article .whitebox h4{
		padding: 8px 0;
		width: 150px;
		border-radius: 30px;
		margin: 0px auto 15px;
	}
	.type_content article .whitebox div.type_list01{margin-bottom: 30px;}
	.type_content article .whitebox div.type_list02 li{font-size:4vw; margin-bottom: 20px; font-weight: bold;}
	.type_content article.type001 .whitebox div.type_list01{width:100%; margin-right: 0;}
	.type_content article.type001 .whitebox div.type_list02{width:100%;}

	div.mayamiki{text-align: center;}
	div.mayamiki p{
		font-size: 24px;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}

	.akaruimemoto{
		background: url(../images/bg_akaruimemoto_sp.jpg) center no-repeat;
		background-size:100%;
		padding: 10% 4% 35%;
	}
	.akaruimemoto h2{
		float:right;
		margin-right:0;
	}

	.akaruimemoto h2 img{
		width: 120px;
	}

	.point5{margin: 30px 0;}
	.point5 h2{text-align: center; margin-bottom: 50px;}
	.point5 .point5unit article{
		width:100%;
		margin: 0 0 60px;
		background:
		url(../images/bg_point_head.jpg) center 20px no-repeat,
		url(../images/bg_color_yellow.jpg) center 20px no-repeat;
		background-size: 100%,100% 95%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.point5 .point5unit article h3{
		text-align: center;
		font-size: 6vw;
		margin-bottom: 60px;
	}
	.point5 .point5unit article img{width: 100%;}
	.point5 .point5unit article div.whitebox{
		z-index: 3;
		display: block;
		position: relative;
		background: #fff;
		margin:-20px 5% 0;
		padding: 10px 5%;
	}

	.point_special{margin-bottom: 60px;}
	.point_special h2{
		text-align: center;
	}
	.pros_contents{
		background-image: url(../images/bg_pro_sp.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-size:cover;
		padding: 40px 4% 80px;
		min-width:100%;
		min-height: auto;
		box-sizing: border-box;
	}

	.pros_text {width: 65%;}
	.pros_text ul li{
		font-size:4vw;
		margin-bottom: 5px;
	}
	.pros_text h3{font-size:4vw; margin:20px 0 40px; }
	.pros_text h3 span{display:block; font-size:8vw; margin-top: 10px;}
	.pros_text .pro_info p{margin-bottom: 25px;}

	.point_special .inner.pro_white{
		box-sizing: border-box;
		padding:30px 5%;
		background-color: #fff;
		position:relative;
		z-index: 3;
		margin:-40px auto 0;  
	}
	.point_special .pro_white div.prolist:first-child{float:none; width:100%; margin-bottom: 40px;}
	.point_special .pro_white div.prolist:last-child{float:none; width:100%;}
	.point_special .pro_white div.prolist h3{text-align: center;font-size: 4.5vw; margin-bottom: 25px;}
	.point_special .pro_white div.prolist ul li {
		padding: 15px 5px;
	}
	.point_special .pro_white div.prolist ul li span{font-size: 13px; display:block; width:auto;}


	.midashi_ttl{
	background-image: url(../images/bg_ttl.png);
	background-size:1000px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 4% 20px;
	margin: 0 0 -20px 0;
	}

	.midashi_ttl h2{
		font-size:4.5vw;
		letter-spacing: 0em;
		text-align: left;
	}

	.chiryou{margin-bottom: 40px;}
	.chiryou p.ch_text{
		text-align:left;
		margin-bottom: 50px;
	}
	.chiryou h2{margin-bottom: 120px;}
	.ch_content{
		background-image:url(../images/bg_chiryou.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding:20px 3%;
		box-sizing: border-box;
		margin:20px 0 0;
	}
	.ch_content .ch_white{
		background-color: rgba(255,255,255,0.85);
		padding:20px 5%;
		width: 100%;
		box-sizing: border-box;
	}
	.ch_content .ch_white h3{
		text-align: center;
		font-size: 6vw;
		margin: 30px 0 30px;
	}
	.ch_content .ch_white p:nth-child(n+2){margin-top: 20px;}


	.blog{
		margin: 30px auto;
		background: url(../images/bg_blog.jpg) center top no-repeat;
		background-size:120%;
		padding: 20% 1% 0;
		box-sizing: border-box;
	}
	.blog .blogin{
		background-image: url(../images/bg_blog_left.png),url(../images/bg_blog_right.png);
		background-position:left top,right top;
		background-repeat: no-repeat,no-repeat;
		background-size: 18%,18%;
		background-color: rgba(255,255,255,0.94);
		padding:40px 2% 20px;
		text-align: center;
		box-sizing: border-box;
		margin: 0 auto 0;
	}
	.blog .blogin h2{margin-bottom: 40px;}
	.blog .blogin h3{
		font-size:4vw;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	/*.blog .blogin p.keyword{
		background: #fff url(../images/icon_serch_b.png) 96% center no-repeat;
		border:solid 5px #3c91bc;
		padding:30px 2%;
		width:100%;
		box-sizing: border-box;
		font-size:4vw;
		text-align:center;
		border-radius: 8px;
		margin: 20px -5%;
	 }*/
	 .blog .keyttl{
	 	display:block;
	 	margin:0 20% 10px;
	 	border-radius: 30px;
	 	background:#3c91bc;
	 	color: #fff;
	 	text-align: center;
	 	padding: 6px 0;
	 }
	.blog p.keyword{
	 	border:3px solid #3c91bc;
	 	width: 70%;
	 	padding: 10px 10px;
	 	border-radius: 6px;
	 	font-size: 4.5vw;
	 	color: #3c91bc;
	 	box-sizing: border-box;
	 }
	 .blog p.keybtn{
	 	border-radius: 6px;
	 	padding: 10% 2%;
	 	background-color: #3c91bc;
	 	text-align: center;
	 	width: 10%;
	 	box-sizing: border-box;
	 	margin-left: 2%;
	 }
	 .blog p.keybtn img{width: 100%;}


	.kumatarumi h2{text-align: center;}
	.kumatarumi p.redcaprion{width:100%; margin: 20px auto 100px;}

	.risoukabu h3{
		text-align: center;
		font-size:4vw;
		margin-bottom: 50px;
	}
	.risoukabu h3 span{
		font-size:6vw;
		line-height: 1.5em;
		color: #f95a5a;
	}

	.kabu .kabu_img{float: none;}
	.kabu .kabu_text{float: none; width:100%; margin-top: 20px;}
	.kabu .kabu_text p:nth-child(n+2){margin-top: 15px;}
	p.hituyou{font-size: 5vw; text-align: center; margin:50px 0;}

	.chiryouhou{
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 100% 200px;
	}

	.chiryouhou h2{
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 80px;
		padding: 80px 0 0;
		text-align: center;
		font-size:8vw;
		margin-bottom: 0px;
	}

	.chiryouhou .bg_white{
		background:url(../images/bg_color_white.jpg) center 100px no-repeat;
		background-size: 100%;
		padding: 20px 5%;
	}
	.chiryouhou .img_eye{text-align: center; width:50%; margin:0 auto 20px;}

	.osusume{
		text-align: center;
		color: #fff;
		background: #f49a95;
		width: 120px;
		height: 120px;
		margin:30px auto;
		padding-top: 30px;
		font-size: 18px;
		border-radius: 60px;
		box-sizing: border-box;
	}
	.chh_caption{
		text-align:left;
		font-size: 14px;
	}

	.chiryouhou article h3{
		text-align: center;
		font-size: 3.5vw;
		margin-bottom: 50px;
	}
	.chiryouhou article h3 span{
		display: block;
		font-size: 7vw;
		line-height: 1.5em;
	}
	.chiryouhou article{margin:0 0 40px 0; width: 100%;}
	.chiryouhou.fukurami article{
		background:
		url(../images/bg_pink_head.jpg) center 35px no-repeat,
		url(../images/bg_color_pink.jpg) center 35px no-repeat;
		background-size: 100% 7%,100% 80%;
	}
	.chiryouhou.hekomi article{
		background:
		url(../images/bg_blue_head.jpg) center 35px no-repeat,
		url(../images/bg_color_blue.jpg) center 35px no-repeat;
		background-size: 100% 7%,100% 80%;
	}
	.chiryouhou.shiwa article{
		background:
		url(../images/bg_yellow02_head.jpg) center 35px no-repeat,
		url(../images/bg_color_yellow02.jpg) center 35px no-repeat;
		background-size: 100% 7%,100% 80%;
	}

	.ch_flow{margin-bottom: 20px;}
	.ch_flow li img {width: 100%; vertical-align:bottom;}
	.ch_flow li{
		width: 30%;
		margin-right: 2%;
		padding-right: 2%;
		background: url(../images/icon_arrow_right.png) right center no-repeat;
	}
	.ch_flow li span{border: solid 3px #fff; display: block;}
	.ch_flow li:last-child{
		background: none;
		padding: 0 0 0 0;
		margin:0 0 0 0; 
	}
	.ch_flow li:last-child span{border: solid 3px #ffbab8;}

	.chiryouhou article .whitebox{
		background: #fff;
		padding:30px 5%;
	}
	.chiryouhou article .whitebox .chw_text{float:none; width: 100%; margin-bottom: 20px;}
	.chiryouhou article .whitebox .chw_text h4{font-weight: bold; font-size:16px; margin-bottom: 8px;}
	.chiryouhou article .whitebox .chw_price{float:none; width: 100%;}
	.chiryouhou article .whitebox .chw_price h4{background: #ffedd3; text-align:center; padding: 12px 0;}
	.chiryouhou article .whitebox .chw_price dl,
	.chiryouhou article .whitebox .chw_price p{padding: 10px 0; border-bottom: solid 1px #ccc;}
	.chiryouhou article .whitebox .chw_price dl dt,
	.chiryouhou article .whitebox .chw_price p{font-size:3.5vw; margin-bottom: 14px;}
	.chiryouhou article .whitebox .chw_price dl dd{font-size:3.5vw; text-align: right;}
	.chiryouhou article .whitebox .chw_price dl dd span{font-size: 8vw;}
	.chiryouhou article .whitebox .chw_price p.price_red{color:#d20000;}

	.chui{
		background: url(../images/bg_chui.png) center no-repeat;
		background-size:100%;
	}

	.chui div.in_contents{
		width:100%;
		margin:0 auto 40px;
		background: #fff;
		padding:20px 3%;
		box-sizing: border-box;
	}

	.chui div.in_contents h2{
		text-align: center;
		font-size:6vw;
		margin-bottom: 30px;
	}
	.chui div.in_contents h2 span{
		background: #f49a95;
		color: #fff;
		text-align: center;
		padding:6px;
		width: 200px;
		border-radius: 20px;
		display: block;
		font-size: 4vw;
		margin:0 auto 10px; 
	}
	.chui div.in_contents table{width: 100%; border-top: solid 1px #ccc;}
	.chui div.in_contents table tr{border-bottom: solid 1px #ccc;}
	.chui div.in_contents table tr th,
	.chui div.in_contents table tr td{padding:10px 10px 20px; vertical-align: middle; width: 100%; display: block; box-sizing: border-box;}
	.chui div.in_contents table tr th{text-align: left; font-size: 16px; width: 100%; font-weight: bold; padding:20px 0 0; }
	.chui div.in_contents table tr td ul li{
		list-style: disc;
		margin:0 0 8px 20px;
	}

	.faq{margin-bottom: 40px;} 
	.faq h2{
		text-align: center;
		font-size:6vw;
		margin-bottom: 30px;
	}

	.faq article{padding: 30px 0;}
	.faq.pink article{border-top: solid 1px #e2b3b3;}

	.faq article h3{font-size: 4.5vw; margin-bottom: 25px; letter-spacing: 0em;}
	.faq article h3 span{font-size: 5vw; margin-right: 6px;}
	.faq.pink article h3{color: #d07272;}

	.faq article p{margin-left: 20px;}

	.think{margin-bottom: 40px;}
	.think h2{text-align: center;}
	.th00{
		background: #f49a95;
		color: #fff;
		text-align: center;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 20px 3% 20px;
		margin: 0 auto;
		position: relative;
	}
	.th00 h3{font-size: 6vw; line-height: 1.7em;}
	.th00 h3 span{font-size: 3.5vw; display: block; margin-bottom: 10px;}

	.think_content{
		margin:0 0 0; 
		background:
		url(../images/bg_think_sp.png) center top no-repeat,
		url(../images/bg_color_pink02.jpg) center top no-repeat;
		background-size:100%,100% 80%;
	}

	.think .th01{
		font-size:3.5vw;
		padding: 20px 0 0 10px;
		width: 55%;
	}

	.think .th02{
		text-align: center;
		font-size:4vw;
		color: #fff;
		margin: 35% 0 20px;
	}
	.think .th02 span{font-size:6vw; display: block; margin: 10px 0; letter-spacing: 0em;}
	.think .th03{text-align: center;}

	.thinkunit{padding:20px 3%;}

	.thinkunit .th_list{width: 100%;}
	.thinkunit .think001{
		float:none;
		background: url(../images/bg_think001.jpg) center 70px no-repeat;
		background-size: 100%;
	}
	.thinkunit .think002{
		float:none;
		background: url(../images/bg_think002.jpg) center 70px no-repeat;
		background-size: 100%;
	}

	.thinkunit .th_list h4{
		text-align: center;
		border: 3px solid #fff;
		color: #fff;
		background: #f49a95;
		width: 150px;
		height: 150px;
		border-radius: 75px;
		box-sizing: border-box;
		font-size: 3.5vw;
		padding-top: 50px;
		margin:0 auto 20px; 
	}
	.thinkunit .th_list .whitebox{
		background: #fff;
		padding: 30px 5%;
		margin: 65% 3% 30px;
	}
	.think .redcaprion{width: 100%; margin: 0 auto;}


	.clinic{margin-bottom: 40px;}
	.clinic h2{text-align: center; margin-bottom: 30px;}
	.cl_img{margin-bottom: 40px;}
	.cl_img li{width: 100%;}
	.cl_img li img{width: 100%;}
	.cl_info{
		float:none;
		width: 100%;
		margin-bottom: 30px;
	}
	.cl_info table {width: 100%; border-top:solid 1px #ccc; box-sizing: border-box;}
	.cl_info table tr{border-bottom:solid 1px #ccc;}
	.cl_info table tr th,
	.cl_info table tr td{padding: 15px 10px; text-align: left; vertical-align: middle;  box-sizing: border-box;}
	.cl_info table tr th{width: 25%;}

	.ggmap{
		float:none;
		width:100%;
	}
	.ggmap iframe{width: 100%;}

	/* お問い合わせ */
	#contact h2{text-align: center;}
	.formTable{width: 100%;}
	.formTable tr{border-top:1px solid #ccc; }
	.formTable tr th,.formTable tr td{padding:10px 5px 20px 15px; box-sizing: border-box; vertical-align: middle; width: 100%; display: block;}
	.formTable tr th{width: 100%; text-align: left; padding:20px 0 10px;}
	.formTable tr th span.redtext{font-weight: bold; color:#ad0000; font-size: 14px;}
	.formTable tr td label{display: block;}
	.formTable tr td label:nth-child(n+2){margin-top: 20px;}
	.formTable tr td .w90{width: 90%;}
	.formTable tr td input:focus,
	.formTable tr td textarea:focus{background: #fcf9eb; outline-style:none;}
	.formTable tr td input,
	.formTable tr td textarea,
	.formTable tr td select{font-size:14px;}
	.formTable tr td input[type="text"],
	.formTable tr td input[type="tel"],
	.formTable tr td input[type="email"],
	.formTable tr td select,
	.formTable tr td textarea{padding: 10px; box-sizing: border-box;}
	.formTable tr td.barth select{width: 80%; margin-top: 10px;}

	.formTable tr td div.dayselect{
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.formTable tr td div.dayselect:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
		box-sizing: border-box;
	}
	.formTable tr td div.dayselect p{font-weight: bold; font-size:14px; margin-bottom: 15px; box-sizing: border-box;}
	.formTable tr td div.dayselect dl{
		float:none;
		margin: 0 0 12px 20px;
		box-sizing: border-box;
	}
	.formTable tr td div.dayselect dl select{width: 90%; box-sizing: border-box;}
	.formTable tr td div.dayselect dl dt{margin-bottom: 10px;}
	.formTable tr td div.dayselect dl dt,.formTable tr td div.dayselect dl dd {width:100%; box-sizing: border-box;}

	p.pdfdl a{
		display: block;
		background: #ad0000;
		border:solid 1px #ad0000;
		color: #fff;
		width: 100%;
		margin: 20px 0 0;
		padding:10px 0;
		box-sizing: border-box;
		text-align: center;
		border-radius: 6px;
	}
	p.pdfdl a:hover{
		background: #fff;
		border:solid 1px #ad0000;
		color: #ad0000;
	}

	p.submitbtn{
		width: 85%;
		margin: 0 auto;
	}
	p.submitbtn input{
		width: 100%;
		display: block;
		padding:20px 0;
		text-align: center;
		font-size:18px;
		cursor: pointer;
		border-radius: 8px;
	}

	.formError{left:30px !important; box-sizing: border-box;}

	.copy{
		font-size: 11px;
		text-align: center;
		margin:60px 0 30px;
	}

	.underbtn .mobile{
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	background: #ed9021;
	color: #fff;
	padding: 8px 0 8px;
	box-sizing: border-box;
	}
	.underbtn.no-fixed .mobile{display: none;}

	.underbtn .mobile h3{
		text-align: center;
		font-size: 3vw;
		margin-bottom: 6px;
	}
	.underbtn .mobile p{box-sizing: border-box; text-align: center;}
	.underbtn .mobile p a{display: block; box-sizing: border-box;}
	.underbtn .mobile p.under_mailunit,
	.underbtn .mobile p.under_telunit{width: 40%; margin-left: 1%;}

	.underbtn .mobile p.under_telunit a{
		font-size: 3.5vw;
		border:solid 1px #fff;
		background-image:url(../images/icon_tel_orange.png);
		background-position: 8% center;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 15px;
		text-align: center;
		padding: 6% 0 6% 16px;
		color: #ed9021;
		border-radius: 4px;
	}
	.underbtn .mobile p.under_telunit a:hover{
		background-image:url(../images/icon_tel_b.png);
		background-position: 8% center;
		background-repeat: no-repeat;
		background-size: 15px;
		background-color: #ed9021;
		color: #fff;
	}
	.underbtn .mobile p.under_mailunit a{
		font-size: 3vw;
		background-image:url(../images/icon_mail_orange.png);
		background-position: 8% center;
		background-repeat: no-repeat;
		background-color: #fff;
		background-size: 12px;
		border:solid 1px #fff;
		color: #ed9021;
		padding: 6% 0 6% 16px;
		border-radius: 4px;
	}
	.underbtn .mobile p.under_mailunit a:hover{
		background-image:url(../images/icon_mail_orange_hover.png);
		background-position: 8% center;
		background-repeat: no-repeat;
		background-size: 12px;
		background-color: #ed9021;
		color: #fff;
	}
	.underbtn .mobile p.under_top{width: 15%; margin:0 1%;}
	.underbtn .mobile p.under_top a{
		font-size: 2.5vw;
		border-radius: 4px;
		line-height: 1.4em;
		padding:12% 0;
		border:solid 1px #fff;
		color: #fff;
		text-align: center;
	}
	.underbtn .mobile p.under_top a img{width: 24px;}

	/* 送信完了 */
	body.thanks header{
		background: none;
		min-width: auto;
		min-height: auto;
		position: static;
		box-sizing: border-box;
	}

	body.thanks header p#siteid{
		background-color:rgba(255,255,255,0.85);
		padding: 5px;
		width: 50px;
		margin: 20px auto;
		text-align: center;
		position: relative;
	}

	body.thanks .thnks_area h2{text-align: center;}
	body.thanks .thnks_area p{
		text-align:left;
		margin-bottom: 20px;
	}

	body.thanks .thnks_area p.redtext{font-weight: bold; color:#ad0000; font-size: 14px;}
    
    .menseki{
    background: #f2f2f2;
    margin: 50px 0 20px;
    padding: 30px 0 10px;
    }
    .menseki h2{text-align: center;}
    .menseki p{font-size: 3vw; margin-bottom: 20px;}
    .menseki ul li{
        list-style: decimal;
        margin:0 20px 10px 20px;
        font-size: 3vw;
    }
    
    
    .darkcircles_care .darkcircles_list {
    	flex-wrap: nowrap !important;
	}
    
    
   /*--*/
	.darkcircles_list01 article{
		width:100% !important;
		margin: 0 1% 70px;
		padding: 0 2%;
		box-sizing: border-box;
	}    
    
   	.darkcircles_list01 article .care_stepnumber01{
    	margin: 0 auto 30px;
		width:220px;
	}
    
    .sp_only {
		display: inherit;
	}

}