@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup.f_menu,nav,section,summary { 
 display:block;
}

/* icon用font */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?62215588');
  src: url('../font/fontello.eot?62215588#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?62215588') format('woff'),
       url('../font/fontello.ttf?62215588') format('truetype'),
       url('../font/fontello.svg?62215588#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before  {
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-right:.4em
 }
 
.icon-ticket:before { content: '\e800'; } /* '' */
.icon-globe:before { content: '\e801'; } /* '' */
.icon-desktop:before { content: '\e802'; } /* '' */
.icon-up-dir:before { content: '\e803'; } /* '' */
.icon-menu-1:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-right-small:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-angle-right:before { content: '\e808'; } /* '' */
.icon-angle-left:before { content: '\e809'; } /* '' */
.icon-angle-up:before { content: '\e80a'; } /* '' */
.icon-angle-down:before { content: '\e80b'; } /* '' */
.icon-down-dir:before { content: '\e80c'; } /* '' */
.icon-up-open:before { content: '\e80d'; } /* '' */
.icon-location:before { content: '\e80e'; } /* '' */
.icon-location-1:before { content: '\e80f'; } /* '' */
.icon-mail-alt:before { content: '\e811'; } /* '' */
.icon-left-small:before { content: '\e812'; } /* '' */

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {list-style: none;}

p{margin-bottom:1.0em;}

/*=============================================*/
/*                 マージン            */
/*=============================================*/
.m_b0{margin-bottom:0px !important;}
.m_b05{margin-bottom:5px;}
.m_b10{margin-bottom:10px;}
.m_b15{margin-bottom:15px;}
.m_b20{margin-bottom:20px;}
.m_b25{margin-bottom:25px;}
.m_b30{margin-bottom:30px;}
.m_t05{margin-top:5px;}
.m_t10{margin-top:10px;}
.m_t15{margin-top:15px;}
.m_t20{margin-top:20px;}
.m_t25{margin-top:25px;}
.m_t30{margin-top:30px;}
.m_l20{margin-left:20px;}
.m_r20{margin-right:20px;}

.p_l05{padding-left:5px;}
.p_l10{padding-left:10px;}
.p_l15{padding-left:15px;}
.p_l20{padding-left:20px;}
.p_l25{padding-left:25px;}
.p_l30{padding-left:30px;}
.p_l40{padding-left:30px;}
.p_l50{padding-left:50px;}
.p_l65{padding-left:65px;}
.p_r05{padding-right:5px;}
.p_r10{padding-right:10px;}
.p_r15{padding-right:15px;}
.p_r20{padding-right:20px;}
.p_r25{padding-right:25px;}
.p_r30{padding-right:30px;}
.p_r40{padding-right:40px;}
.p_r50{padding-right:50px;}
.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t30{padding-top:30px;}
.p_t40{padding-top:40px;}
.p_t50{padding-top:50px;}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */
html{ height:100%;}

body {
	background:#FFF;
	text-align:left;
	color: #494b26;
	cursor: auto;
	font: normal normal 15px/26px "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:0em;
	word-spacing:normal;
	max-height:100%;
	-webkit-text-size-adjust: 100%;
}

a:link { color:#fff; text-decoration: none;}
a:visited,a:active { color: #fff; text-decoration: none;}
a:hover { color: #fff; text-decoration:none;}

/* global-header */

.global-header{
	position:relative;
}

.global-header p{margin-bottom:0;}

/* ロゴ */
.logo {
	margin:0;
	position:absolute;
	top:0px;
	left:30px;
	z-index: 999;
	width:85px;
}

.gMenuBtn{
		line-height: 1;
		position:fixed;
		right:10px;
		top:10px;
		z-index:9999;
	}
	
	.gMenuBtn .menu_btn{
		display: block;
		position: relative;
		padding: 10px 13px 17px;
		margin:0;
		
	}
	
	.gMenuBtn .menu_btn:after{
		content: '';
		display: block;
		position: absolute;
		bottom: 2px;
		left: 50%;
		width: 27px;
		height: 11px;
		margin-left: -14px;
		background: url(../img/shared/header_btn_menu_w.png) no-repeat 0 0;
		background-size: 27px 22px;
		-webkit-transition: background-position .3s ease;
		 transition: background-position .3s ease;
	}

	.gMenuBtn .menu_btn.black:after{
		background-image: url(../img/shared/header_btn_menu_b.png);
	}

	.gMenuBtn-lines,
	.gMenuBtn-lines span{  
		display: inline-block;
		-webkit-transition: all .3s ease-out;
		        transition: all .3s ease-out;
	}

	.gMenuBtn-lines{
		position: relative;
		width: 23px;
		height: 13px;
	}

	.gMenuBtn-lines span{
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
	}

	.gMenuBtn .menu_btn.black .gMenuBtn-lines span{
		background:#000;
	}

	.active .gMenuBtn .menu_btn.black:after{
		background-image: url(../img/shared/header_btn_menu_w.png) !important;
	}

	.active .gMenuBtn .menu_btn .gMenuBtn-lines span{
		background:#fff !important;
	}

	.gMenuBtn-lines span:nth-of-type(1){
		top: 0;
	}

	.gMenuBtn-lines span:nth-of-type(2){
		top: 6px;
	}

	.gMenuBtn-lines span:nth-of-type(3){
		bottom: 0;
	}
	
	/* state
	-----------------------------------------------------------------*/
	.active .gMenuBtn > .menu_btn:after{
		background-position: 0 -11px;
	}
	.active .gMenuBtn-lines span:nth-of-type(1){
		-webkit-transform: translateY(6px) rotate(45deg);
		        transform: translateY(6px) rotate(45deg);
	}
	.active .gMenuBtn-lines span:nth-of-type(2){
		opacity: 0;
	}
	.active .gMenuBtn-lines span:nth-of-type(3){
		-webkit-transform: translateY(-6px) rotate(-45deg);
		        transform: translateY(-6px) rotate(-45deg);
	}

/*=============================================*/
/*           header_img                        */
/*=============================================*/

.mainimage {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:#fff;
}

.mainimage img {
	margin: 0px auto;
	z-index:1000;
	width:100%;
}


/*=============================================*/
/*           　フッター箇所　　　　　          */
/*=============================================*/

.global-footer {
	background:url(../img/shared/footer_bg.jpg) 0 0 repeat;
	padding:20px 0;
}

#btn_pc a{
	display:block;
	padding:12px 10px 10px;
	color:#000;
	position:relative;
	width:80%;
	margin:0 auto;
	max-width:380px;
	border:solid 1px rgba(0,0,0,0.5);
	border-radius:30px;
}

#btn_pc a span{
	font-size:18px;
	vertical-align:-1px;
	color:#000;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-10px;
}

.copyright{
	text-align:center;
	font-style:normal;
	margin-top:20px;
	color: #000;
	font-size:12px;
}

address{font-style:normal;}

address strong{font-weight:normal;}

/* shared */

.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
 }
 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

section{padding: 0;}

.txt_bold {font-weight:bold;}
.txt_center {text-align:center;}
.txt_right{text-align:right;}
.txt_left{text-align:left;}
.txt_fix {margin-left:-7px;}

.clear{clear:both;}

.accordion .title{
	position:relative;
}

.accordion .title:after{
		font-family: "fontello";
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:10px;
		text-align:center;
		font-weight:bold;
		display:block;
		top:50%;
		margin-top:-4px;
		z-index:2;
		color:#fff;
		font-size:24px;
		line-height:10px;
}

.accordion .title.close:after{content:'\e80c';}
.accordion .title.open:after{content:'\E803';}

.accordion .content{
	display:none;
}

.accordion.sty01 .title:after,
.accordion.sty02 .title:after{color:#222020;}

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

.txt_tel{
	font-size:20px;
	color:#fff !important;
	line-height:20px;
	display:inline-block;
	padding-top:4px;
}

.mincho {font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.img_col2 .col,
.img_col3 .col{
	float:left;
	margin-right:2%;
}

.img_col3 .col{width:32%;}
.img_col2 .col{width:49%;}

.img_col2 .col:last-child,
.img_col3 .col:last-child{margin-right:0;}

.sec{padding-bottom:25px;}

.fullWidth{width:100%;}

.f_12{
	font-size:12px !important;
	line-height:20px;
}

.color_red{color:#800000;}


/* index */

#index #sec1 .box01{
	background:url(../img/index/sec1_box02.png) 0 0 repeat;
	border:solid 1px rgba(166, 140, 35, 0.2);
	padding:15px 10px;
}

#index #sec1 .box01 dl{
	background:url(../img/index/bg_dl2.png) 0 0 repeat;
	padding:10px 10px 8px;
	font-size:18px;
}

#index #sec1 .box01 dl dt{float:left;}

#index #sec1 .box01 dl dd{
	float:right;
	color: #af5963;;
}

#index #sec1 .box01 .title{
	background:url(../img/index/bg01.png) 0 0 repeat;
	padding:8px 10px 5px;
	font-weight:bold;
}

#index #sec1 .box01 .title:after{color:#494b26;}



#index #sec1 .box02{
	background:url(../img/index/sec1_box01.png) 0 0 repeat;
	border:solid 1px rgba(166, 140, 35, 0.2);
	padding:15px 10px;
}

#index #sec1 .box02 dl{
	background:url(../img/index/bg_dl.png) 0 0 repeat;
	padding:10px 10px 8px;
	font-size:18px;
}

#index #sec1 .box02 dl dt{float:left;}

#index #sec1 .box02 dl dd{
	float:right;
	color: #af5963;;
}

#index #sec1 .box02 .title{
	background:url(../img/index/bg02.png) 0 0 repeat;
	padding:8px 10px 5px;
	font-weight:bold;
}

#index #sec1 .box02 .title:after{color:#494b26;}



#index #facebook{
	background:url(../img/index/bg02.png) 0 0 repeat;
	padding:20px 10px;
}

#index #facebook .inner{
	max-width:500px;
	margin:0 auto;
}

/* removement_ladies */

#removement_ladies #sec1{
	background:url(../img/removement_ladies/bg01.jpg) 0 0 repeat;
	padding:20px 0;
}

#removement_ladies #sec1 .box01 .title{padding:10px;}

#removement_ladies #sec1 .box01 .title img{
	position:relative;
	z-index:2;
}

#removement_ladies #sec1 .box01 .title:before{
	background:#fff;
	content:'';
	position:absolute;
	top:30%;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
}

#removement_ladies #sec1 .box01 .title:after{
	color:#988735;
	top:65%;
}

#removement_ladies #sec1 .box01 .content{
	background:#fff;
	padding:10px;
}

#removement_ladies #sec2{
	padding:20px 10px;
}

#removement_ladies #sec2 .box01{
	background:url(../img/index/sec1_box01.png) 0 0 repeat;
	border:solid 1px rgba(166, 140, 35, 0.2);
	padding:15px 0;
}

#removement_ladies #sec2 .box01 .inner{
	padding:0 10px;
}

#removement_ladies #sec2 .title{
	background:url(../img/index/bg01.png) 0 0 repeat;
	padding:8px 10px 5px;
	font-weight:bold;
}

#removement_ladies #sec2 .title:after{color:#494b26;}

#removement_ladies #sec2 .content{
	background:rgba(255,255,255,0.5);
	padding:15px 10px;
} 

#removement_ladies #sec2 .txt_1{
	font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #E47CA1;
    color: #fff;
    position: relative;
}

#removement_ladies #sec2 h4{
	font-size: 16px;
    font-weight: bold;
    padding: 8px 10px 5px;
    background-color: #F9DDE7;
    position: relative;
}

#removement_ladies #sec2 .list01{
	padding: 5px;
    background: url(../img/shared/line.png) repeat-x bottom center;
	font-size:18px;
}

#removement_ladies #sec2 .list01 dd{
	text-align:right;
	color: #c74e4e;
	font-weight: bold;
}

#removement_ladies #sec2 .list01 dt span {color: #a58a0e;}

#removement_ladies #sec2 .list01 dd span {font-weight:normal}

.row_h:before{
	content:'';
	display:inline-block;
	background:url(../img/removement_ladies/row_h.png) 0 0 no-repeat;
	background-size:15px 13px;
	width:15px;
	height:13px;
	margin-right:10px;
}

#removement_ladies #sec3{padding-bottom:30px;}

#removement_ladies #sec3 .title{
	background:rgba(0,0,0,0.2);
	padding:10px 10px 5px;
	font-size:18px;
	font-weight:bold;
}

#removement_ladies #sec3 .title:after{color:#000;}

table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

#removement_ladies #sec3 th, 
#removement_ladies #sec3 td {
    border: 1px solid #dbdeda;
	background:url(../img/removement_ladies/bg_td01.jpg) repeat;
	font-size: 12px;
	font-weight: bold;
	color: #645318;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:4px 2px;
	line-height:20px;
}

#removement_ladies #sec3 th{
	text-align: center;
	background:url(../img/removement_ladies/bg_th.jpg) repeat;
	color: #676a36;

}

#removement_ladies #sec3 td.td_ttl{
	background:url(../img/removement_ladies/bg_td.jpg) repeat;
	color: #ffffff;
}

#removement_ladies #sec4{
	background: url(../img/removement_ladies/bg03.jpg) repeat top center;
	padding:30px 0;
}

#removement_ladies #sec4 .inner{
	background:#fff;
	padding:15px 10px;
	margin:0 10px;
}

#removement_ladies #sec4 .ttl{
	border-top:dashed 1px rgba(0,0,0,0.1);
	padding-top:15px;
}

#removement_ladies #sec4 .box01{padding-left:6%;}

#removement_ladies #sec4 h4{font-size:18px;}

#removement_ladies #sec4 h4 span{color: #c74e4e;}

#removement_ladies #sec5{
	background: url(../img/removement_ladies/bg02_re.jpg) repeat;
	padding:30px 0 10px;
}

#removement_ladies #sec5 .box01{
	margin-bottom:20px;
	position:relative;
}

#removement_ladies #sec5 .arrow1:before,
#removement_ladies #sec5 .arrow1:after{
	position:absolute;
	content:'';
	left:-2px;
	width:10%;
	z-index:1;
	top:40px;
}

#removement_ladies #sec5 .arrow1:before{
	bottom:15px;
	background:url(../img/removement_ladies/arrow1.png) top center repeat-y;
	background-size:26px;
}

#removement_ladies #sec5 .box01:after{
	bottom:0;
	background:url(../img/removement_ladies/arrow2.png) bottom center no-repeat;
	background-size:26px;
}

#removement_ladies #sec5 .box01 dt{
	padding-bottom:10px;
	position:relative;
	z-index:2;
}

#removement_ladies #sec5 .box01 dd{padding-left:11%;}

#removement_ladies #sec6{
	padding:30px 0 0;
}

#removement_ladies #sec6 .title{
	padding:0 10px 5px;
}

#removement_ladies #sec6 .title:before{
	content:'';
	position:absolute;
	top:15%;
	left:0;
	right:0;
	bottom:0;
	background:url(../img/removement_ladies/bg_box.png) 0 0 repeat;
	z-index:1;
}

#removement_ladies #sec6 .title:after{
	color:#898a62;
	top:58%;
}

#removement_ladies #sec6 .title img{
	position:relative;
	z-index:2;
}

#removement_ladies #sec6 .content{
	background:url(../img/removement_ladies/bg_box.png) 0 0 repeat;
	padding:10px 10px 10px;
	position:relative;
}

#removement_ladies #sec6 .content:before{
	content:'';
	display:block;
	height:1px;
	border-top:dotted 2px #777b37;
	padding-bottom:10px;
}

/* removement_mens */

#removement_mens #sec1 {
    background: #f6f5f5;
	padding:30px 0 0;
}

#removement_mens #sec1 .box01{
	background-color: #FDEE77;
	position:relative;
	padding:30px 0;
}

#removement_mens #sec1 .box01 h3{
	position:absolute;
	left:0;
	top:-20px;
}

#removement_mens #sec2 {padding-bottom:30px;}

#removement_mens #sec2 .title:after{
	color:#000;
	top:60%;
}

#removement_mens #sec3 {
    background: #f2f2f2;
    padding:30px 0;
}

#removement_mens #sec3 .ttl1{
	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;
    font-weight: bold;
    font-size: 18px;
    background-color: #E03E41;
    color: #fff;
	padding:10px;
	margin:0;
}

.tbl01 th {
    text-align: center;
    background: #000;
    color: #fff;
}

.tbl01 th,
.tbl01 td{
	border: 1px solid #dbdeda;
    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;
	padding:3px 2px;
}

.tbl01 td{
	background: #fff; 
	color: #645318;
}

.tbl01 td.td_ttl{
	background: #A4A4A4;
    color: #ffffff;
}

.tbl01 td.td_ttl span{font-size:12px;}

#removement_mens #sec3 .box01{
	background-color: #fff;
    border: 5px #DEDEDE solid;
	padding:10px;
}

#removement_mens #sec3 .box01 h3{
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #E7A60A;
	padding-top:10px;
}

#removement_mens #sec3 .box01 h3 span {
    font-size: 18px;
    font-weight: 500;
}

#removement_mens #sec3 .box01 h4{
	font-size: 16px;
    font-weight: bold;
    padding: 5px 12px;
    background-color: #000;
    position: relative;
    color: #fff;
	margin-bottom:10px;
}

#removement_mens .list{
	border-bottom:dotted 2px #777b37;
	padding-bottom:5px;
}

#removement_mens .list dt span{color: #9c9c9c;}

#removement_mens .list .price{
    color: #E03E41;
	text-align:right;
}

#removement_mens .list .price span{font-size:12px;}

#removement_mens .list01 dl{
	background:#fff;
	padding:10px;
	margin-bottom:10px;
	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;
}

#removement_mens .list01 dl dt{font-weight: bold;}

#removement_mens .list01 dl dt span.price {
    float: right;
    color: #edb723;
}

#removement_mens #sec3 .ttl2{
	background:rgba(0,0,0,0.2);
	padding:10px 10px 5px;
	font-size:18px;
	font-weight:bold;
}

#removement_mens #sec3 .ttl2:after{color:#000;}

#removement_mens #sec4{
	background:#000;
	color:#fff;
	padding-bottom:30px;
}

#removement_mens #sec4 .btn{
	width:200px;
	margin:0 auto;
}
#removement_mens #sec5{
	padding:20px 10px;
}

#removement_mens #sec5 .box01{
	background:url("../img/index/bg02.png") 0 0 repeat;
	border:solid 1px rgba(166, 140, 35, 0.2);
	padding:15px 0;
}

#removement_mens #sec5 .box01 .inner{
	padding:0 10px;
}

#removement_mens #sec5 .title{
	background:url(../img/index/bg01.png) 0 0 repeat;
	padding:8px 10px 5px;
	font-weight:bold;
}

#removement_mens #sec5 .title:after{color:#494b26;}

#removement_mens #sec5 .content{
	background:rgba(255,255,255,0.5);
	padding:15px 10px;
} 

#removement_mens #sec5 .txt_1{
	font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #494b26;
    color: #fff;
    position: relative;
}

#removement_mens #sec5 h4{
	font-size: 16px;
    font-weight: bold;
    padding: 8px 10px 5px;
    position: relative;
	background:url(../img/index/bg_dl2.png) 0 0 repeat;
}

#removement_mens #sec5 .list01{
	padding: 5px;
    background: url(../img/shared/line.png) repeat-x bottom center;
	font-size:18px;
}

#removement_mens #sec5 .list01 dd{
	text-align:right;
	color: #c74e4e;
	font-weight: bold;
}

#removement_mens #sec5 .list01 dt span {color: #a58a0e;}

#removement_mens #sec5 .list01 dd span {font-weight:normal}

.tbl_min01{min-width:480px;}

/* facial */

#facial #sec2{
	background:url(../img/facial/bg01.jpg) 0 0 repeat;
	padding:20px 10px;
}

#facial #sec2 .box01{position:relative;}

#facial #sec2 .box01 .btn{
	position:absolute;
	left:3%;
	width:60%;
	bottom:15%;
}

#facial #sec3{padding:30px 0 20px;}

#facial #sec3 .h3_dl01 {
    background: url(../img/facial/bg_h301.png) repeat;
    font-size: 16px;
    font-weight: bold;
	margin-bottom:10px;
	padding:8px 10px;
}

#facial #sec3 .h3_dl01 dt { float: left; }

#facial #sec3 .h3_dl01 dd { 
	float: right; 
	color: #a58a0e;
}

#facial #sec3 .list h4 {
  	font-size: 16px;
    font-weight: bold;
    background: url(../img/facial/bg_h302.png) repeat;
    position: relative;
	padding:8px 10px;
}

#facial #sec3 .list h4 span {
    float: right;
    color: #a58a0e;
}

#facial #sec3 .list dl {padding:8px 0px;}

#facial #sec3 .list dl dt {
    float: left;
    letter-spacing: 1px;
}

#facial #sec3 .list dl dt span {color: #a58a0e;}

#facial #sec3 .list dl dt.price {
    color: #c74e4e;
    float: right;
}

#facial #sec4{
	background:url(../img/facial/bg01.jpg) 0 0 repeat;
	padding:30px 0;
}

#facial #sec4 dl {
	padding-bottom:15px;
	position:relative;
}

#facial #sec4 dl dd{padding-left:20%;}

#facial #sec4 dl:before,
#facial #sec4 dl:after{
	position:absolute;
	content:'';
	left:7%;
	width:10%;
	z-index:1;
	top:40px;
}

#facial #sec4 dl:before{
	bottom:15px;
	background:url(../img/removement_ladies/arrow1.png) top center repeat-y;
	background-size:26px;
}

#facial #sec4 dl:after{
	bottom:0;
	background:url(../img/removement_ladies/arrow2.png) bottom center no-repeat;
	background-size:26px;
}

#facial #sec4 dl.dl01:before{top:40%;}

#facial #sec4 dl.dl02:before{
	top:48%;
	bottom:-35%;
}

#facial #sec4 dl.dl02:after{bottom:-42%;}

#facial #sec4 dl.dl03:before{
	top:40%;
	bottom:-15%;
}

#facial #sec4 dl.dl03:after{bottom:-20%;}

#facial #sec4 dl.dl04:before{top:50%;}

#facial #sec4 dl.dl05:before,
#facial #sec4 dl.dl05:after{display:none;}

/* whitening */

#whitening #sec2{
	background:url(../img/whitening/bg_sec01.png) 0 0 repeat;
	margin:0 10px 20px;
	padding:15px 0;
}

#whitening #sec3{
	background:url(../img/whitening/bg_sec02.png) 0 0 repeat;
	margin:0 10px 20px;
	padding:15px 0;
}

#whitening #sec4 dl {
	padding-bottom:15px;
	position:relative;
}

#whitening #sec4 dl dt{
	position:relative;
	z-index:2;
}

#whitening #sec4 dl dd{padding-left:20%;}

#whitening #sec4 dl:before,
#whitening #sec4 dl:after{
	position:absolute;
	content:'';
	left:7%;
	width:10%;
	z-index:1;
	top:40px;
}

#whitening #sec4 dl:before{
	bottom:15px;
	background:url(../img/removement_ladies/arrow1.png) top center repeat-y;
	background-size:26px;
}

#whitening #sec4 dl:after{
	bottom:0;
	background:url(../img/removement_ladies/arrow2.png) bottom center no-repeat;
	background-size:26px;
}

#whitening #sec4 dl.dl06:before,
#whitening #sec4 dl.dl06:after{display:none;}

#whitening #sec5{
	background:url(../img/whitening/bg_sec04.jpg) top center no-repeat;
	background-size:cover;
	padding:30px 0px;
}

#whitening #sec5 dl {
    background: #978666;
    background: -moz-linear-gradient(left, #978666 0%, #e6d8bd 50%, #978666 100%);
    background: -webkit-linear-gradient(left, #978666 0%,#e6d8bd 50%,#978666 100%);
    background: linear-gradient(to right, #978666 0%,#e6d8bd 50%,#978666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#978666', endColorstr='#978666',GradientType=1 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px;
    position: relative;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-align: center;
}

#whitening #sec5 dl::before {
    background: url(../img/whitening/bg_dl.jpg) repeat top center;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    content: "";
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#whitening #sec5 dl dt {
    font-weight: bold;
    position: relative;
    z-index: 5;
    line-height: 33px;
    font-size: 16px;
    padding-top: 10px;
}

#whitening #sec5 dl dd {
    position: relative;
    z-index: 5;
    margin-top: 6px;
    padding-bottom: 10px;
	font-size:13px;
}

.gothics {
    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;
}

#whitening #sec6{padding:30px 0;}

#whitening #sec6 .h3_dl01 {
    background: url(../img/facial/bg_h301.png) repeat;
    font-size: 16px;
    font-weight: bold;
	margin-bottom:10px;
	padding:8px 10px;
}

#whitening #sec6 .h3_dl01 dt { float: left; }

#whitening #sec6 .h3_dl01 dd { 
	float: right; 
	color: #a58a0e;
}

#whitening #sec6 .list h4 {
    font-weight: bold;
   padding:8px 10px;
    background: url(../img/whitening/bg_h302.png) repeat;
    position: relative;
}

#whitening #sec6 .list h4 span {
    float: right;
    color: #a58a0e;
}

#whitening #sec6 .list dl {
     padding:8px 10px;
	background: url(../img/whitening/line.png) repeat-x bottom center;
	margin-bottom:10px;
}

#whitening #sec6 .list dl dt{float:left;}

#whitening #sec6 .list dl dt span {color: #a58a0e;}

#whitening #sec6 .list dl dt.price {
    color: #c74e4e;
    float: right;
}

#whitening #sec6 .list dl dd {clear: both;}

#whitening #sec6 .list h4.bg_pink {
    background: url(../img/whitening/bg_h303.png) repeat;
}

#whitening #sec7{
	background: url(../img/whitening/bg01.jpg) repeat top center;
	padding:30px 0;
}

#whitening #sec7 .inner{
	background:#fff;
	padding:15px 10px;
	margin:0 10px;
}

#whitening #sec7 .ttl{
	border-top:dashed 1px rgba(0,0,0,0.1);
	padding-top:15px;
}

#whitening #sec7 .box01{padding-left:6%;}

#whitening #sec7 h4{font-size:18px;}

#whitening #sec7 h4 span{color: #c74e4e;}

/* slimming */

#slimming #sec2{
	background:url(../img/whitening/bg01.jpg) 0 0 repeat;
	padding:20px 0 0;
}

#slimming #sec2 .title{
	background:rgba(0,0,0,0.1);
	padding:8px 10px 5px;
	font-weight:bold;
}

#slimming #sec2 .title:after{color:#000;}

#slimming #sec2 .box01,
#slimming #sec2 .box02{
	background:url(../img/slimming/box1_bg.png) 0 0 repeat;
	margin:0 10px 10px;
	padding:10px;
	position:relative;
}

#slimming #sec2 .box02{
	background:url(../img/slimming/box2_bg.png) 0 0 repeat;
}

#slimming #sec2 .box01 .inner,
#slimming #sec2 .box02 .inner{
	position:relative;
	z-index:2;
}

#slimming #sec2 .box01:before,
#slimming #sec2 .box02:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:solid 5px rgba(215, 229, 203, 0.5);
}

#slimming #sec2 .dl01{
    background: #978666;
    background: -moz-linear-gradient(left, #978666 0%, #e6d8bd 50%, #978666 100%);
    background: -webkit-linear-gradient(left, #978666 0%,#e6d8bd 50%,#978666 100%);
    background: linear-gradient(to right, #978666 0%,#e6d8bd 50%,#978666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#978666', endColorstr='#978666',GradientType=1 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-align: center;
	padding:5px 0;
}

#slimming #sec2 .dl01::before {
    background: url(../img/whitening/bg_dl.jpg) repeat top center;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    content: "";
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#slimming #sec2 .dl01 p{
    position: relative;
    z-index: 5;
}

#slimming #sec3{
	background:url(../img/slimming/bg_sec03.jpg) 0 0 repeat;
	padding:20px 0 20px;
}

#slimming .list h4 {
    font-weight: bold;
   padding:8px 10px;
    background: url(../img/whitening/bg_h302.png) repeat;
    position: relative;
}

#slimming .list h4 span {
    float: right;
    color: #a58a0e;
}

#slimming .list dl {
     padding:8px 10px;
	background: url(../img/whitening/line.png) repeat-x bottom center;
	margin-bottom:10px;
}

#slimming .list dl dt{float:left;}

#slimming .list dl dt span {color: #a58a0e;}

#slimming .list dl dt.price {
    color: #c74e4e;
    float: right;
}

#slimming .list dl dd{clear: both;}

#slimming .list h4.bg_pink {background: url(../img/whitening/bg_h303.png) repeat;}

#slimming #sec4{padding:30px 0 0px;}

#slimming #sec4 .box01{
	margin-bottom:20px;
	position:relative;
}

#slimming #sec4 .arrow1:before,
#slimming #sec4 .arrow1:after{
	position:absolute;
	content:'';
	left:-2px;
	width:10%;
	z-index:1;
	top:40px;
}

#slimming #sec4 .arrow1:before{
	bottom:15px;
	background:url(../img/removement_ladies/arrow1.png) top center repeat-y;
	background-size:26px;
}

#slimming #sec4 .box01:after{
	bottom:0;
	background:url(../img/removement_ladies/arrow2.png) bottom center no-repeat;
	background-size:26px;
}

#slimming #sec4 .box01 dt{
	padding-bottom:10px;
	position:relative;
	z-index:2;
}

#slimming #sec4 .box01 dd{padding-left:11%;}

#slimming #sec4 .point{
	border:solid 1px #9b8c6d;
	border-radius:5px;
	padding:5px;
	text-align:center;
}

#slimming #sec4 .point span{
	display:block;
	padding-top:5px;
}

/* loading  */

.c-loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}

.c-loading-bgWhite {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.c-loading-bgWhite {
	background: #39623d;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.c-loading-txt {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1;
	overflow: hidden;
	width: 150px;
	height: 183px;
	margin: -70px 0 0 -68px;
	background: url(../img/shared/open_logo.png) no-repeat 0 0;
	/*mix-blend-mode: exclusion;*/
	-webkit-transform: translateZ(2px);
	transform: translateZ(2px);
	background-size: 100%;
	opacity: 0;
}

/* media screen */

@media (max-width: 720px) {
	
	
}

@media (max-width: 640px) {
	

	
}

@media (max-width: 480px) {

	

}

@media (max-width: 375px){
	
	.br01{display:block;}
	.br01 + br{display:none;}
	
	#removement_ladies #sec5 .box01 .txt_fix1{padding-left:20px;}
	
	
}

@media (max-width: 360px){
	
	#index #sec1 .box01 dl{font-size:16px;}
	
}


@media (max-width: 320px){
		
	.br02{display:block;}
	.br02 + br{display:none;}
	
	.br01_clear{display:inline;}
	.br01_clear + br{display:block;}
	
	
}
#news_box {
    background: #fff;
    margin: 10px auto;
    line-height: 1.8;
	    border: 5px solid #06c755;

	color: #494B26;
}
#news_box .ttl {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

#news_box .txt {
    padding: 20px 50px 0;
    text-align: center;font-size: 18px;
}
