@charset "utf-8";


/******************************************************************** structure
*/
body{
	text-align:left;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:link{color:#6EC3F2; text-decoration:none;}
a:visited{color:#6EC3F2; text-decoration:none;}
a:hover{color:#6EC3F2; text-decoration:none;}

#wrapper { width: 978px; text-align: left; margin: 0 auto;}

#header {
	position: relative;
	height: auto;
	width: 100%;
	line-height:0;
}

#container {}

#footer {clear: both;}
.pc_none{display:block;}
.sp_none{display:none;}

/******************************************************************** header
*/
header{
	position:fixed;
	left:0;
	top:0;
	background:rgba(255,255,255,.9);
	width:100%;
	z-index:999;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
}
header #header{
	width:100%;
	padding:0 3%;
	box-sizing:border-box;
	margin:0 auto;
	height:60px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header #header .logo{
	width:80px;
	height:auto;
	position: absolute;
	left:3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height:0;
}
header #header .logo img{
	width:100%;
}

header #header .logo a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
header #header .logo a:hover{opacity:0.5;}

header #header .tel_sp{
	right:3%;
	float:right;
	position: relative;
	margin-right:0.7em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header #header .contact_sp{
	right:3%;
	float:right;
	margin-right:2em;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fa-envelope:before {
	content: "\f199";
}
.fa-phone:before {
	content: "\f098";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-size{
	font-size: 38px !important;
}
.fa-color {
	color:#000;
}

/******************************************************************** globalNav
*/
.globNav-toggle{
	position:absolute;
	right:3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.globNav-toggle i{
	font-size:0.7em;
	text-align:center;
}
.globNav-toggle i:before{
	font-size:2.4em;
	display:block;
}
#globalNav {
	display:none;
	clear:both;
	position:absolute;
	top:61px;
	left:0%;
	width:100%;
}
#globalNav li{
	background:rgba(255,255,255,.8);
}
#globalNav li a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	position: relative;
	z-index: 2;
	overflow: hidden;	
}
#globalNav li a:link{color:#333; text-decoration:none;}
#globalNav li a:visited{color:#333; text-decoration:none;}
#globalNav li a:hover{color:#333; text-decoration:none;}
#globalNav li.close{
	background:rgba(0,0,0,.8);
	color:#FFF;
	display:block;
	width:100%;
	height:44px;
	line-height:50px;
	text-align:center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#globalNav li.close:before{
	display:inline;
	content:"×";
	margin-right:0.5em;
}

/******************************************************************** container
*/

.ttl{
	margin-bottom:6%;
	text-align:center;
}
.ttl p{
	font-size:2rem;
	line-height:1;
}
.ttl p:after{
	display:block;
	content:" ";
	background:#E50012;
	width:80px;
	height:2px;
	margin:2.5% auto;
}
.ttl h2{
	font-size:1.5rem;
	font-weight:800;
	font-style: italic;
	line-height:1.2;
}
.white_shadow{
	text-shadow: 1px 1px 0 #fff;
}
/******************************************************************** footer
*/

footer{
	background:url(../img/bg_footer.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
	padding:8% 4%;
	color:#FFF;
}
footer .logo{margin-bottom:2%; line-height:0;}
footer h2{margin-bottom:3%;}

footer .txt { letter-spacing: 0.05em; font-size:1rem; margin-bottom:2%}
footer #copy { letter-spacing: 0.05em; font-size:0.7rem; color:#CCC;}

.pageTop { text-align: right;}



/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



/******************************************************************** index
*/
.catch{
	background:url(../img/bg.jpg) no-repeat 75% 0;
	background-size:cover;
	height:100vh;
}
.catch  .top_logo{
	width:30%;
	top:14%;
	margin:0 auto 0 4%;
	line-height:0;
	position: relative;
}
.catch .top_logo img{
	width:100%;
}
.main{
	height:100vh;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h1{
	width:90%;
	margin:0 5% 0 5%;
	line-height:0;
	position: absolute;
	bottom: 30%;
	/*
	-webkit-transform: translateY(-42%);
	-ms-transform: translateY(-42%);
	transform: translateY(-42%);
	*/
}
h1 img{
	width:100%;
	/*
	-webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, .99));
	-webkit-filter:drop-shadow(0 0 3px rgba(255, 255, 255, .99));
	-moz-filter:drop-shadow(0 0 3px rgba(255, 255, 255, .99));
	-o-filter:drop-shadow(0 0 3px rgba(255, 255, 255, .99));
	-ms-filter:drop-shadow(0 0 3px rgba(255, 255, 255, .99));
	*/
}
.catch h1 .cname{
	display:block;
	margin:1em auto 0;
	text-align:center;
	letter-spacing:0.1em;
	font-size:1.1rem;
	font-weight:normal;
	line-height:1;
}
.catch h1 .cname:after{
	width:16%;
	height:1px;
	background:#333;
	content:"";
	display:block;
	margin:1.5em auto;
}
.catch h2{
	position:absolute;
	bottom: 3%;
	margin:0 5% 0 5%;
	width:90%;
}
.catch h2 img{
	width: 100%;
	-webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, .99));
	-webkit-filter:drop-shadow(0 0 2px rgba(255, 255, 255, .99));
	-moz-filter:drop-shadow(0 0 2px rgba(255, 255, 255, .99));
	-o-filter:drop-shadow(0 0 2px rgba(255, 255, 255, .99));
	-ms-filter:drop-shadow(0 0 2px rgba(255, 255, 255, .99));
}
.catch h2 .normal{font-weight:normal;}
.catch h2 .subTitle{
	display:block;
	font-size:0.9rem;
	font-weight:normal;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height:1.4;
	margin-top:0.5em;
}
.mouse a{
/*
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-decoration: none;
	padding-top: 60px;
*/
	position: absolute;
	bottom: 20px;
	right: 5%;
	z-index: 2;
	display: inline-block;
	color:#333;
	/*
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-decoration: none;
	*/
	padding-top: 60px;
}
.mouse a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #191919;
	border-radius: 50px;
	box-sizing: border-box;
}
.mouse a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #191919;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 12px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 12px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/******************************************************************** btn_contact
*/
#btn_contact{
	text-align:center;
	padding:30px 5%;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
	background:#fff;
}
#btn_contact img{
	max-width:88%;
}
.tel{
	margin:10px auto 0 auto;
}
.tel p{
	margin:10px 0 0 0;
}
.tel p.tel_txt{
	font-family: "Oswald";
	font-size: 2rem;
	font-weight: 900;
}
.tel_txt_sp{

}
.tel_txt_sp img{
	max-width:88%;
}
/******************************************************************** about
*/
#about{
	background:url(../img/nayami_bg_sp.jpg)  center top #fff;
	background-size:100% auto;
	padding:12% 0 12% 0;
	box-sizing:border-box;
}
#about .wrapper {
	text-align:left;
	padding:0 5%;
}
#about h3{
	font-size: 1.3rem;
	font-weight: 900;
	line-height:1.3;
	margin-bottom:1.5rem;
}
#about h3 span{
	background: linear-gradient(transparent 60%, #FFD200 60%);
}
#about .txt{
	position:relative;
	line-height:1.6;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom:30px;
}
#about .txt strong{
	font-weight:bold;
}
#about ul.about_box_01_list{
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.about_box_01_list li{
	width:50%;
	float:left;
	margin-bottom:10px;
}
.about_box_01_list li img{
	width:100%;
}
.about_box_01_list li p{
	text-align:left;
	padding:0 10px 0 10px;
	font-size:0.9rem;
	line-height:1.4;
}






/******************************************************************** omakase
*/
#omakase{
	padding:2% 5% 0 5%;
	box-sizing:border-box;
	margin-bottom:40px;
}
#omakase .wrapper{
/*
	background:url(../img/koriman.png) no-repeat left top;
*/
}
#omakase .omakase_txt{

}
#omakase .omakase_catch{
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:30px;
}
#omakase img{
	margin:30px auto 10px auto;
	width:100%;
}
#omakase .txt_f{
	padding-top:30px;
	background:#fff;
}



/******************************************************************** osusume
*/
#osusume{
	background:url(../img/osusume_bg_sp.jpg) no-repeat center top;
	background-size:100% auto;
	padding:12% 0 12% 0;
	box-sizing:border-box;

}


.osusume_01{
	margin:0 auto 30px auto;
}
.osusume_01 img{
	width:100%;
}



#osusume .wrapper {
	text-align:left;
	padding:0 5%;
}
#osusume .ttl,
#osusume .txt{
	position:relative;
	z-index:2;
}
#osusume .txt{
	text-align: justify;
	text-justify: inter-ideograph;
}
#osusume ul{
	margin-bottom:50px;
}
#osusume ul li{
	background:url(../img/ico_check.png) no-repeat left center;
	padding-left:30px;
	margin-bottom:10px;
	font-size:1rem;
	font-weight:bold;
	background-size:20px 20px;
}
#osusume ul li span{
	color:#E20000;
}
#osusume .arrow{
	background:url(../img/onayami_arrow.png) no-repeat bottom center;
	bottom:0;
	height:60px;
	width:100%;
}


/******************************************************************** concept
*/
#concept{
	background:#f1f1f1;
	padding:8% 5%;
}
#concept .ttl h2{}

#concept .concept_box{
	background:#fff;
	padding:5%;
	margin-top:30px;
}
#concept .no{
	margin:0 auto 20px auto;
	padding:10px;
	width:60px;
	height:60px;
	line-height:1;
	background:#333;
	color:#fff;
	font-family: "Oswald";
	font-size: 3rem;
	font-weight: 900;
	text-align:center;
}
#concept .no span{
	display:block;
	font-size:15px;
}
#concept h3{
	font-size: 1.3rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:20px;
}



#concept ul li{
	margin-bottom:20px;
	text-align:center;
}
#serconceptvice ul li h3{
	font-size:1.2rem;
	margin-bottom:0.5em;
}
#concept .ico{
	border:#FFF 2px solid;
	border-radius:80px;
	width:160px;
	height:160px;
	text-align:center;
	line-height:0;
	padding:40px 0;
	margin:0 auto;
	box-sizing:border-box;
}
#concept .fR{
	float:none;
	margin-top:2.5%;
}
#concept .txt{
	line-height:1.8;
	margin-bottom:1rem;
}
#concept a:link,
#concept a:visited{color:#FF6; text-decoration:underline;}


#concept .concept_box_01 img{
	width:100%;
}
#concept .concept_box_01_l{

}
#concept .concept_box_01_l img{
	width:100%;
}
#concept .concept_box_01_r{

}
#concept ul.concept_box_03_list{
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.concept_box_03_list li{
	/*
	width:50%;
	float:left;
	*/
	width:100%;

}
.concept_box_03_list li img{
	width:100%;
}
.concept_box_03_list li p{
	text-align:left;
	padding:0 10px 0 10px;
	font-size:0.9rem;
	line-height:1.4;
}


/******************************************************************** method
*/
#method{
	padding:8% 5%;
	background-size:cover;
	background:#F4F2EC;
	box-sizing:border-box;
}
#method h3{
	font-size: 1.6rem;
	font-weight: 900;
	line-height:1.3;
	margin-bottom:1.5rem;
	text-align:center;
}
#method .method_ttl img{
	max-width:100%;
}
#method h3 span{
	background: linear-gradient(transparent 60%, #FFD200 60%);
}
#method .txt{
	line-height:1.6;
	font-size:1rem;
	text-align:left;
	margin-bottom:30px;
}
#method .txt strong{
	font-weight:bold;
}

#method .method_box{
	background:#fff;
	padding:4%;
	margin-top:30px;
}
#method .no{
	margin:0 auto 30px auto;
	text-align:center;
}
#method h3{
	font-size: 1.4rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:3rem;
}


#method .method_box_l{

}
#method .method_box_l img{
	width:100%;
}
#method .method_box_r{

}

#method .method_box_s{
	border:1px solid #ccc;
	margin:20px 0;
	padding:16px 20px;
}


#method_box_01_list{

}
#method  ul.method_box_01_list{
    margin:10px 0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
#method  ul.method_box_01_list li{
	margin-bottom:20px;
}
#method  ul.method_box_01_list li img{
	width:100%;
}
#method  ul.method_box_01_list li p{
	text-align:left;
	font-size:0.9rem;
	line-height:1.4;
}
/******************************************************************** soap
*/
#soap{
	padding:8% 5%;
	background:#EFF3F4;
}

#soap .ttl h2{}

#soap .soap_box{
	background:#fff;
	padding:4%;
	margin-top:30px;
}
#soap .no{
	margin:0 auto 30px auto;
	text-align:center;
}
#soap .no span{
	display:block;
	font-size:20px;
}
#soap h3{
	font-size: 1.4rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:3rem;
}




#soap .soap_box_01 img{
	width:100%;
}
#soap .soap_box_01_l{

}
#soap .soap_box_01_l img{
	width:100%;
}
#soap .soap_box_01_r{

}
#soap ul.soap_box_03_list{
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.soap_box_03_list li{
	width:50%;
	margin:0 auto;
	/*
	float:left;
	*/
}
.soap_box_03_list li img{
	width:100%;
}
.soap_box_03_list li p{
	text-align:left;
	padding:0 20px 0 20px;
}


.soap_kinou_box{
	border:1px solid #ccc;
	margin:20px 0;
	padding:16px 20px;
}


/******************************************************************** support
*/
#support{
	padding:2% 5% 8% 5%;
	background:#f1f1f1;

	/*
	background:url(../img/trainer_01.png) no-repeat right 80px #f1f1f1;
	*/
}


#support .support_txt{

}
#support .support_catch{
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:30px;
}
/******************************************************************** flow
*/
#flow{
	padding:12% 5%;
	background:#6ACBF8;
}
#flow .ttl h2{}
#flow ul li{
	margin-bottom:12%;
	text-align:center;
}
#flow ul li h3{
	font-size:1.2rem;
	margin-bottom:0.5em;
}
#flow .ico{
	border:#FFF 2px solid;
	border-radius:80px;
	width:160px;
	height:160px;
	text-align:center;
	line-height:0;
	padding:40px 0;
	margin:0 auto;
	box-sizing:border-box;
}
#flow .fR{
	float:none;
	margin-top:2.5%;
}
#flow ul li .txt{
	line-height:1.4;
	font-size:0.9em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#flow .step{
	background:#fff;
	padding:40px;
	margin-top:50px;
}
#flow .step_box{
	background:#fff;
	padding:5%;
	margin-top:50px;
}
#flow .no{
	margin:0 auto 30px auto;
	padding:10px;
	width:60px;
	height:60px;
	line-height:1;
	background:#69CAF7;
	color:#fff;
	font-family: "Oswald";
	font-size: 3rem;
	font-weight: 900;
	text-align:center;
}
#flow .no span{
	display:block;
	font-size:15px;
}
#flow h3{
	font-size: 1.3rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:20px;
}
#flow .flow_img{
	margin:0 0 10px 0;
	width:100%;
}
#flow .flow_img img{
	width:100%;
}

#flow .about_tel_btn{

}
#flow .about_tel_btn img{
	margin-top:18px;
	width:100%;
}

.flow_03_02{
	text-align:center;
}
.flow_03_02 img{
	width:100%;
}

/******************************************************************** fct
*/
#fct{
	padding:8% 5%;
	background:#f5f5f5;
}
#fct ul.fct_box_01_list{
    margin:10px 0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.fct_box_01_list li{
	margin-bottom:30px;
}
.fct_box_01_list li img{
	width:100%;
}
.fct_box_01_list li p.fct_ttl_sub{
	font-size:1rem;
	font-weight:bold;
	margin-bottom:10px;
}
.fct_box_01_list li p{
	text-align:left;
	line-height:1.5;
}


/******************************************************************** price
*/
#price{
	background:#f1f1f1;
	padding:12% 5%;
	background:url(../img/bg_price_sp.jpg) no-repeat center center;
	background-size:cover;
}
#price .ttl_price{
	margin-bottom:0px;
}
#price .nyukaikin{
/*
	margin-bottom:400px;
*/
	margin-top:700px;
}
#price .ttl h2{
	color:#fff;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-webkit-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-moz-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-o-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-ms-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
}
#price h3{
	color:#fff;
	font-size: 1.3rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:20px;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-webkit-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-moz-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-o-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
	-ms-filter:drop-shadow(0 0 3px rgba(0, 0, 0, .9));
}
#price a:link,
#price a:visited{color:#FF6; text-decoration:underline;}
#price .txt p:first-of-type {
    margin-top: 0;
}
#price .txt {
    margin-top: 40px;
}
#price p.txt{
    margin-top: 16px;
    text-align:center;
    color:#fff;
	-webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .95));
	-webkit-filter:drop-shadow(0 0 2px rgba(0, 0, 0, .95));
	-moz-filter:drop-shadow(0 0 2px rgba(0, 0, 0, .95));
	-o-filter:drop-shadow(0 0 2px rgba(0, 0, 0, .95));
	-ms-filter:drop-shadow(0 0 2px rgba(0, 0, 0, .95));
}
#price table{
	margin:30px auto 30px auto;
	width: 100%;
	line-height:1.4;
}

#price table th {
    text-align: center;
    padding: 5px 15px;
    background: #444;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    border: solid 1px #aaa;
    box-sizing: border-box;
    font-size:0.8rem;
}
#price table td {
    text-align: center;
    padding: 5px 15px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    background:#fff;
    font-size:0.8rem;
}
#price table td.cellinfo {
    text-align: center;
    padding: 5px 15px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    background:#f5f5f5;
}
#price table td span{
	font-size:1rem;
	font-weight:bold;
}
/******************************************************************** voice
*/
#voice{
	padding:12% 5%;
	background:#ffffff;
}
#voice .ttl h2{}
#voice h3.ttl_sub{
	font-size: 1.3rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:3rem;
}
#voice .beforeafter{
	margin-bottom:30px;
}

#voice a:link,
#voice a:visited{color:#FF6; text-decoration:underline;}


#voice .txt p:first-of-type {
    margin-top: 0;
}
#voice .txt p{
    margin-top: 16px;
}
#voice .txt p span{
    font-weight:bold;
    background-image: linear-gradient(transparent 50%, #ffafaf 50%);
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/******************************************************************** studio
*/
#studio{
	padding:12% 5%;
}
#studio h3{
	font-size: 1.2rem;
	font-weight: 900;
	text-align:center;
	line-height:1.3;
	margin-bottom:20px;
}
#studio ul{
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
#studio ul li{
	margin-top:20px;
	text-align:left;
	float:left;
	width:47%;
	padding:1.5%;
}
#studio ul li h3{
	font-size:1rem;
	margin-bottom:0.5em;
	font-weight:bold;
	
}
#studio ul li img{
		width:100%;
}


#studio ul li p{
	line-height:1.3;
	font-size:0.9em;
	text-align: justify;
	text-justify: inter-ideograph;
}
#studio a:link,
#studio a:visited{color:#30A0DA; text-decoration:underline;}


.official ul{
	width:90%;
	margin:40px auto 0 auto !important;
}
.official img{
	width:100%;
}

.official2{
	margin:40px auto 0 auto;
}
.official2 li{
	width:100% !important;
	padding:0 !important;
}
.official2 li img{
	width:100%;
}

#map{
	width:100%;
	height:40vh;
}

/******************************************************************** contact
*/
#contact{
	background:#F1F1F1;
	padding:12% 5%;
}
#contact h3{
	font-size:1.2rem;
	margin-bottom:0.5em;
	font-weight:bold;
}
#contact .contact_txt{
	margin-bottom:70px;
}
#contact .contact_txt h3{
	text-align:center; 
}
#contact .contact_txt .tel{
	text-align:center; 
}
/*
#contact .txt p:first-of-type {
    margin-top: 0;
}
*/
#contact .txt p {
    margin-top: 16px;
}
#contact dt{
	font-weight:bold;
	margin-bottom:0.5em;
}
#contact dd{
	margin-bottom:1.1em;
}
textarea{
	width:100%;
}
/******************************************************************** thanks
*/
.thanks{
	padding:20% 5% 12%;
	text-align:center;
}

.btn a{
	display:block;
	width:80%;
	height:50px;
	line-height:50px;
	background:#221815;
	color:#FFF;
	box-sizing:border-box;
	border:#666666 1px solid;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.btn a:after{
	position:absolute;
	right:5%;
	top:50%;
	margin-top:-25px;
	content:"\f105";
	font-family:fontAwesome;
	display:block;
	color:#FFF;
}