@charset "utf-8";
/* CSS Info
 FileName   : module.css
 Editor     : geocode
======================== */

#salon #wrapper .mark {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#salon #wrapper .mark .icon{
	position: absolute;
	left: 90px;
	top: 155px;
	z-index: 100;
}

/* #header
----------------------------------------------------------- */
/* 20150802_修正 ヘッダ調整 */
#header {
	width:100%;
	height: 186px;
	position:absolute;
	left:0;
	top:0;
	background: url("/images/header.png") repeat-x left top;
	z-index:210;
}

#top #header {
	height: 190px;
	background: url("/images/header_top.png") repeat-x left top;
}
#header .header_inner{
	position: relative;
	width:1000px;
	height:160px;
	margin:0 auto;
}
#top .header_inner {
	height: 190px;
}
#header h1, #header .txt {
	color: #FFFFFF;
	font-size: 10px;
	left: 430px;
	line-height: 19px;
	position: absolute;
	top: 0;
}
#header .logo {
	left: 0;
	position: absolute;
	top: 0;
}

#header #news_ticker {
	position:absolute;
	top:92px;
	left:0;
	height: 22px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#header #news_ticker .lead{
	position: absolute;
	left: -71px;
}
#header #news_ticker #ticker{
	position: relative;
	height: 15px;
	padding: 4px 0 3px;
	line-height: 15px;
}
#header #news_ticker #ticker .ticker{
	padding: 0 30px 0 0;
	color: #fff;
}
#header #news_ticker #ticker .ticker img{
	vertical-align: -3px;
	padding: 0 5px 0 0;
}
#header #news_ticker #ticker .ticker span{
	color: #e1d296;
}

/* 20150802_修正 ヘッダ調整 */
#header #gnav {
	position: absolute;
	top:114px;
	left:-1px;
	width:1010px;
}

/* 20150930_修正 学割バナーサイズ調整 */
#top .bannerList .gakuwari img{
	width: 230px;
}

/* 20150802_修正 ヘッダ調整 */
#top #header #gnav {
	top:114px;
}

#header #gnav>li{
	position:relative;
	float:left;
}
#header #gnav>li:last-child{
	width: 105px;
}
#header #gnav>li ul{
	display:none;
	position:absolute;
	width:100%;
	left:0;
	top:55px;
}
#header #gnav>li ul li{
	width:100%;
}

#header .banner{
	position:absolute;
	right:0;
	top:1px;
	height: 73px;
	background: #fff;
}

/* 20150802_修正 ヘッダ調整 */
#header .bubble{
	display:none;
	position:absolute;
	right:-110px;
	bottom:-110px;
}

/* 20150802_修正 ヘッダ調整 */
#top #header .bubble{
	bottom:-75px;
}

/* 20150802_修正 ヘッダ調整 */
#header .minilogo{
	position:absolute;
	left:-105px;
	top:114px;
}

/* 20150802_修正 ヘッダ調整 */
#top #header .minilogo{
	top:114px;
}

/* 20150802_修正 ヘッダ調整 */
#header .facebook{
	display: none;
	position:fixed;
	right:0;
	top:300px;
}

/* ============================================
.salon_menu
============================================ */

.salon_menu {
  position: absolute;
  top: 35px;
  right: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 380px;
}
.salon_menu .east{
	margin: 0 0 0 55px;
}
.megamenu {
    position: absolute;
    z-index: 999;
    left: 0;

    width: 100%;
    max-height: 0;

    -webkit-transition: all .3s ease-in;

    transition: all .3s ease-in;
    -webkit-animation-name: slidein;
            animation-name: slidein;
    overflow: hidden;
    opacity: 0;
}
.salon_menu li:hover .megamenu {
    max-height: 9999px;
    padding: 0;
    opacity: 1;
}
@-webkit-keyframes slidein {
    0% {
      margin: -30px 0 0 0;
    }
    100% {
      margin: 10px 0 0 0;
    }
}
@keyframes slidein {
    0% {
      margin: -30px 0 0 0;
    }
    100% {
      margin: 10px 0 0 0;
    }
}
.megamenu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.megamenu .inner li {
    width: calc( (100% / 5) );
    padding: 0;
}
.salon_menu .btn:hover {
    cursor: pointer;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    opacity: .7;
}

/* east */
.salon_menu .east .megamenu {
  left: -355px;
  width: 980px;
}
.salon_menu .east .megamenu a{
  text-decoration: none;
}
.salon_menu .east .megamenu a img:hover {
  opacity: .7;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.salon_menu .east .megamenu .inner1 {
  background: url(/images/header_east_salon_top.png) 50% 0 no-repeat;
  padding: 28px 0 0 0;
}
.salon_menu .east .megamenu .inner1 .list {
  width: 980px;
}
.salon_menu .east .megamenu .inner2 {
  padding: 5px 25px 5px 21px;
  background: url(/images/header_east_salon_in.png) 50% 0 repeat-y;
}
.salon_menu .east .megamenu .bottom {
  padding: 14px 0;
  background: url(/images/header_east_salon_bottom.png) 50% 100% no-repeat;
  text-align: center;
}
.salon_menu .east .megamenu .bottom a:hover {
  opacity: .7;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

/* west */
.salon_menu .west .megamenu {
  left: -35px;
  width: 674px;
}
.salon_menu .west .megamenu a{
  text-decoration: none;
}
.salon_menu .west .megamenu a img:hover {
  opacity: .7;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.salon_menu .west .megamenu .inner1 {
  background: url(/images/header_west_salon_top.png) 50% 0 no-repeat;
  padding: 28px 0 0 0;
}
.salon_menu .west .megamenu .inner1 .list {
  width: 650px;
}
.salon_menu .west .megamenu .inner2 {
  padding: 10px 25px 15px 25px;
  background: url(/images/header_west_salon_in.png) 50% 0 repeat-y;
}
.salon_menu .west .megamenu .bottom {
  padding: 14px 0;
  background: url(/images/header_west_salon_bottom.png) 50% 100% no-repeat;
  text-align: center;
}
.salon_menu .west .megamenu .bottom a:hover {
  opacity: .7;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}


.salon_menu .list li{
	min-height: 104px;
	width: 139px;
	background:url(https://www.mens-rinx.jp/images/header_salon_none.png) no-repeat center top;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 8px 7px;
	font-size: 12px;
}
.salon_menu .list a{
	-webkit-text-decoration: overlinenone;
	        text-decoration: overlinenone;
	color: #000;
}
.salon_menu .list a:hover{
	text-decoration: underline;
}
.salon_menu .list img{
	margin: 0 0 6px 0;
}
.salon_menu .list span{
	background:url(https://www.mens-rinx.jp/images/header_salon_icon.png) no-repeat left center;
	padding: 0 0 0 22px;
}
.salon_menu .list .bottom{
  width: 100%;
	height: 57px;
	text-align: center;
	background: url(https://www.mens-rinx.jp/images/header_salon_bottom.png) no-repeat center bottom;
}
.salon_menu .list .bottom img{
	margin-top: 14px;
}




/* 20150802_修正 店舗数表示 トップ用 */
#top #header .the_scale{
	display:none;
}

/* 20150802_修正 店舗数表示 下層用 */
#header .the_scale{
	position: absolute;
	top: 93px;
	left: 20%;
}


/* #visual
----------------------------------------------------------- */
/* 20150802_修正 ヘッダ調整 */
#visual {
	position: relative;
/*	height:500px;*/
	padding:171px 0 20px 0;
}

/* 20150802_修正 ヘッダ調整 */
#salon #visual{
	padding-top:169px;
}

/* 20150802_修正 ヘッダ調整 */
#sub #visual{
	width:100%;
	height:auto;
	/*padding-bottom:0px;*/
	background:url(/images/header_bg.jpg) repeat center 169px;
	text-align:center;
	padding:169px 0 0;
	margin-top: -169px;
}

/* 20150802_修正 ヘッダ調整 */
#sub #visual.trivia{
	width:100%;
	height:auto;
	padding:169px 0 0 0;
	background:url(/images/trivia/trivia_visual_bg.jpg) repeat 0 0;
	text-align:center;
}

/* 20150802_修正 ヘッダ調整 */
#sub #visual.one_column{
	position: relative;
	clear: both;
	width:1000px;
	height:109px;
	margin:-23px auto 0;
	padding:40px 0 0 0;
	background:none;
	text-align:center;
}

#sub #visual.one_column h1{
	text-align: center;
}
#sub #visual.one_column h1 img{
	padding-right:10px;
}

#contact #visual{
	width:1000px;
	margin: 0 auto 40px auto;
	height:auto;
	padding-bottom:0px;
}

#contact .nav{
	float:left;
}

#contact #content{
	float: right;
	width: 740px;
}

#contact table{
	width: 100%;
}

#contact th{
	width: 150px;
}

#contact .onebox{
	padding: 20px;
	margin: 0 0 40px 0;
	text-align: center;
	background: #fff;
}

#contact .onebox p{
	padding: 0 0 20px 0;
}

#contact th{
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
}

#contact td{
	text-align: left;
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
}

#contact .bui dd{
	text-align: center;
	float: left;
	margin: 0 5px 15px 0;
}

#contact .bui02{
	width: 370px;
	float: left;
}

#contact .bui03{
	width: 250px;
	float: left;
}

#contact .bui02 dd,
#contact .bui03 dd{
	text-align: center;
	float: left;
	margin: 0 5px 15px 0;
}

#contact .bui dd img,
#contact .bui02 dd img,
#contact .bui03 dd img{
	margin: 0 0 5px 0;
}

#contact .submit{
	padding: 30px 0 20px 0;
	text-align: center;
}

#contact .contact_txt{
	background: url(../images/contact_img02.jpg) no-repeat 0 0;
	width: 700px;
	height: 88px;
	text-align: left;
	padding: 35px 0 0 40px!important;
}

#contact .comp{
	background: #f5f1ea;
	text-align: left;
}

#contact .comp p{
	padding: 20px;
}

.err{
	color: #ca0000;
	font-weight: bold;
}



.mailcaption{
	float:right;
	position:relative;
}
.mailcaption .info{
	color:#806c1f;
  margin: 10px 0 0;
	padding: 0 0 5px 13px!important;
	font-size: 10px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 3px;
}
.mailcaption .btn{
	margin:0!important;
	padding: 0!important;
}
.mailcaption .shadow{
	border-right: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:absolute;
	right:-4px;
}
.mailcaption .inner{
	border: 1px solid #79b7f5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width:660px;
	padding: 10px 10px 0 10px;
	background: #ffffff;
}
.mailcaption .inner p{
	padding-bottom:10px!important;
}
.mailcaption .inner span{
	color: #0080ff;
}
.mailcaption .inner dl{
	background:#faf3e0;
	margin-bottom:10px;
	padding:10px;
}
.mailcaption .inner dt{
	color:#806c1f;
	font-weight: bold;
}
.mailcaption .inner ol{
	margin-left: 22px;
}
.mailcaption .inner ol li{
	list-style-type: decimal;
	margin-top: 3px;
}
.mailcaption .btn{
	width:270px;
	height:0;
	overflow: hidden;
	padding:22px 0 0 0!important;
	background: url(../images/btn_mailcaption.jpg) no-repeat;
	cursor: pointer;
}
.mailcaption .btn.active{
	background: url(../images/btn_mailcaption_on.jpg) no-repeat;
}

.email_form{
	padding:0 0 3px 0;
}
.email_form input{
	margin-top: 7px;
	padding:2px;
	width:210px;
}



/* #gnav
----------------------------------------------------------- */
#gnav-con {
	width:100%;
	background:url(../images/gnavi_bg.png) repeat-x;
	margin-bottom:36px;
}
#sub #gnav-con{
	margin-bottom:20px;
}
#gnav {
	width: 1000px;
	margin: 0 auto;
}
#gnav li {
	float: left;
}
/* #container
----------------------------------------------------------- */

#container:after {
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	content: ".";
}

#container {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
/* Hides from IE-mac \*/
* html #container {
	height: 1%;
}
/* End hide from IE-mac */
#container {
	display: block;
}

.content-full {
	width:1000px;
	margin:0 auto;
	clear:both;
}
#top .content-full_top2 {
    clear: both;
    margin: 0 auto;
    width: 1055px;
}
#top .content-full_top2 h2{
	text-align:center;}
/* 背景01(グレー) */
.bg01{
	background: #efefef;
	width:100%;
	padding: 20px 0;
}

/* 背景02(ベージュ) */
.bg02{
	background: #f9f6ef;
	width:100%;
	padding: 20px 0 0 0;
}

/* 背景03(ホワイト) */
.bg03{
	background: #fff;
	width:100%;
	padding: 20px 0;
}

/* 背景03(グラデーション) */
.bg04{
	background: url(../images/index_grad.png) repeat-x 0 0;
	width:100%;
	padding:20px 0;
}

.inner{
	width: 1000px;
	margin: 0 auto;
}
#ninin .inner{
	width: 740px;
}

.inner:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.inner { display: inline-block; }
/* Hides from IE-mac \*/
* html .inner { height: 1%; }
.inner { display: block; }
/* End hide from IE-mac */


/* #path
----------------------------------------------------------- */
#path {
  position: relative;
  color: #333;
  margin-bottom:15px;
}
#path li {
  display: inline;
  padding: 0 17px 0 0;
  background: url(../images/path.png) no-repeat right center;
}
#path li:last-child {
  background: none;
}

/* #rnav
----------------------------------------------------------- */
#rnav {
	position:absolute;
	right:0;
	top:90px;
	background:url(../images/snavi_bg.png) no-repeat;
	width:76px;
	height:408px;
	z-index:999999;
}
#rnav ul{
	margin:95px 0 0 18px;
}
.fixed#rnav {
	position:fixed;
}

/* #campaign
----------------------------------------------------------- */
#campaign{
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

#campaign .rgt { margin-right:0 !important;}
#campaign .mosaic-block {
	position:relative;
	overflow:hidden;
	width: 450px;
	height: 260px;
	float: left;
	margin: 0 10px;
/*	cursor: pointer;*/
}

#campaign .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#fff;
	}

#campaign .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		color:#fff !important;
}

#campaign .bar .mosaic-overlay {
	bottom: -105px;
	height: 105px;
}
#campaign .comment{
	padding: 10px!important;
	font-size: 12px;
}



/*all_salon_list*/

.all_salon_list{
	clear: both;
	margin: 0 0 10px 0;
	padding: 39px 0 0 0;
	background:url(../images/all_salon_list_bg.png) no-repeat center top;
}
.all_salon_list h2{
	text-align: center;
}
.all_salon_list h3{
	margin: 41px 0 15px 0;
	text-align: center;
}
.all_salon_list .lead{
	margin: 0 0 17px 0;
	text-align: center;
	text-shadow:0 0 2px #fff ,0 0 5px #fff;
	color: #323232;
	font-size: 14px;
	text-shadow:1px 0 0 #fff,
				0 1px 1px #fff,
				1px 1px 2px #fff,
				0 -1px 3px #fff,
				-1px 0 4px #fff,
				-1px -1px 5px #fff;
}


/* #choose
----------------------------------------------------------- */
#choose h2{
	margin: 0 0 20px 0;
}
#choose h3{
	margin:0 0 15px 0;
}
#choose li {
	float:left;
}
#choose .face,
#choose .bodys,
#choose .genital,
#choose .half,
#choose .order,
#choose .rate{
	float:left;
	display:inline-block;
}
#choose .face ul{
	width: 270px;
	padding: 5px;
	overflow:hidden;
	background: #efefef;
	margin: 0 10px 0 0;
}
#choose .face li,
#choose .bodys li,
#choose .genital li{
	background: #fff;
}

#choose .face li.none{
	display:block;
	width:132px;
	height:75px;
}

#choose .bodys ul{
	width:545px;
	overflow:hidden;
	padding: 5px;
	background: #efefef;
	margin: 0 10px 0 0;
}

#choose .genital ul{
	width:133px;
	overflow:hidden;
	padding: 5px;
	background: #efefef;
}

#choose .half,
#choose .order{
	margin: 20px 0 0 0;
}

#choose .half ul{
	overflow:hidden;
	padding: 0 10px 0 0;
}

#choose .order ul{
	overflow:hidden;
	padding: 0 38px 0 0;
}

#choose .rate{
	margin: 10px 0 0 0;
}


#choose p{
	padding-top:33px !important;
	display:block;
	float:left;
	text-align: right;
}
#choose li{
background-color:#F2EDE1!important;
}

/* #point3
----------------------------------------------------------- */
#point3 {
	overflow: hidden;
	padding: 30px 0;
}
#point3 h2{
	margin: 0 0 20px 0;
}

#point3 .machine,
#point3 .safe,
#point3 .price{
	display:block;
	overflow:hidden;
	width:230px;
	float:left;
	position:relative;
	padding-bottom:20px;
	height: 280px;
	margin: 20px 0 5px 0;
}

#point3 .machine dt,
#point3 .safe dt,
#point3 .price dt{
	margin:140px 0 0 15px;
}

#point3 .machine dd,
#point3 .safe dd,
#point3 .price dd{
	margin:10px 0 0 20px;
	font-size:.9em;
	max-width: 195px;
	line-height: 1.6;
}
#point3 .machine dd.btn,
#point3 .safe dd.btn,
#point3 .price dd.btn{
	position:absolute;
	bottom: 0;
	left: 0;
}

#point3 .machine {
	background: url(../images/pt3_bg01.jpg) no-repeat center 0;
	padding: 10px 5px 20px 0;
}
#point3 .safe {
	background:url(../images/pt3_bg02.jpg) no-repeat center 0;
	padding: 10px 5px 20px 5px;
}
#point3 .price {
	background:url(../images/pt3_bg03.jpg) no-repeat center 0;
	padding: 10px 0 20px 5px;
}

/* shopslider */
#shopslider {
	width: 720px;
	height: 90px;
	margin: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #efebd9;
}

#shopslider ul {
	width: 600px;
	height: 60px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 20px 0 0 0;
}
#shopslider ul li {
	width: 90px;
	height: 50px;
	float: left;
	display: inline;
	overflow: hidden;
}
#shopslider #loopleft img,
#shopslider #loopright img{
	margin-top:20px;
}

#shopslider #loopleft {
	top: 0;
	left: 0;
	width: 40px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	background:url(../images/gray_bg.png) repeat;
}
#shopslider #loopright {
	background:url(../images/gray_bg.png) repeat;
	top: 0;
	right: 0;
	width: 40px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}

#shopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#shopslider ul {
	display: inline-block;
	overflow: hidden;
}



#point3 .salon {
	float:left;
	width:375px;
	margin-right:15px;
	background:url(../images/pt3_salon_bg.png) no-repeat right top;
}

#point3 .shop{
	position: relative;
	width: 720px;
	height: 230px;
	margin: 0 0 30px 0;

	font-size: 12px;
	line-height: 1.8;
	background:url(../images/pt3_rinx_img02.jpg) no-repeat 0 0;
}

#point3 .shop .txt{
	position:absolute;
	width: 356px;
	top: 127px;
	left: 352px;
}


#point3 h3{
	margin:0 0 15px 0;
}

#tooltip{
	position:relative;
	margin: -30px 0 40px 0!important;
	padding: 0!important;
}

#tooltip dt{
	cursor:pointer;
}

#tooltip dd {
	display:none;
	z-index:999999;
	position:absolute;
	background:#efefef;
	padding:0;
	border:2px solid #3C71A7;
	width:716px;
}


#tooltip .close{
	cursor:pointer;
	color:#3C71A7;
	text-align:right;
	font-weight:bold;
	margin-right:5px;
}


#tooltip .map ul {
	width:345px;
	height:155px;
	padding-top:45px;
	float:left;
	margin:0 0 10px 9px;
}
#tooltip .map ul.west {
	background:url(../images/top_map_west.jpg) no-repeat left top;
}
#tooltip .map ul.east {
	background:url(../images/top_map_east.jpg) no-repeat left top;
}

#tooltip .map li {
    display: block;
    margin: 0 6px;
    padding: 2px 10px;
}
#tooltip .map .west li:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F8F3E5;
}
#tooltip .map .east li:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F8F3E5;
}

#tooltip .map em{
	width:15em;
	float:left;
	font-style:normal;
}
#tooltip .map span{
	background:url(../images/icn_orange_tel.png) no-repeat left center;
	padding-left:18px;
	text-align:right;
	color:#ff9200;
}


.dr{
	margin: 20px 0 0 0;
	text-align: center;
}



/* #voice
----------------------------------------------------------- */
#voice {
	width:1085px;
	margin: 0 auto 40px auto;
}

#voice h2 {
	margin:0px 0 20px 0;
	text-align:center;
}

#voice .mosaic-block {
	position:relative;
	overflow:hidden;
	width:170px;
	height:120px;
}

#voice .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
	}

#voice .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#000;
		color:#fff !important;
}

#voice .bar .mosaic-overlay {
	bottom:-60px;
	height:60px;
	background:url(../images/comment_bg.png) repeat;
}
#voice .mosaic-overlay .comment{
	display: block;
	padding: 5px;
	font-size: .85em;
}

.backNav{
	text-align: center;
	padding: 10px 0 50px 0;
}

#voice-area {
	overflow: hidden;
	background: #fff;
	padding: 20px 0 20px 20px;
	margin: 0 0 20px 0;
}


.koe {
	width: 170px;
	float: left;
	margin: 0 5px 15px 0;
	cursor: pointer;
}

.koe .new{
	font-weight: bold;
	color:#c10000;
}

.koe a,
.koe-s a{ text-decoration: none;}
.koe a:hover,
.koe-s a:hover{ text-decoration: underline;}
.koe li{ color:#59656C;}
.koe li em,.koe-s li em { color:#D1AC52;}
.koe li span,.koe-s li span {}

#voice .rgt { margin-right:0 !important;}

.koe-s ul{
	float:left;
	width: 83px;
	margin: 0 5px 15px 0;
	font-size: 9px;
}

.voiceCategory {
	width: 900px;
	padding: 10px 0 10px 10px;
	margin: 10px auto 0 auto;
	background: #efebd9;
}

#koe-list{
	clear:both;
	position:relative;
	overflow:visible;
	width: 910px;
	margin: 20px auto;
	background: #ffffff;
	padding-right:20px;
}

.voiceCategory li{
	float: left;
	padding: 0 10px 0 0;
}

#koe-list .bx-wrapper .bx-viewport {
	padding: 10px 0;
	position:absolute;
}

#koe-list .bx-wrapper .bx-pager,
#koe-list .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

#koe-list .bx-wrapper .bx-prev {
	left: -25px;
	background: url(../images/voi_nav_lft.png) no-repeat;
}

#koe-list .bx-wrapper .bx-next {
	right: -30px;
	background: url(../images/voi_nav_rgt.png) no-repeat;
}

#koe-list .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:15px;
	margin-top: -16px;
	outline: 0;
	width: 27px;
	height: 90px;
	text-indent: -9999px;
	z-index: 9999;
}

#koe-list .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* #gallery
----------------------------------------------------------- */
#gallery-area {
	overflow: hidden;
	padding: 20px;
	background: #fff;
}

#gallery-area dl{
	float: left;
	background: url(../images/bg_gallery03.png) no-repeat 3px 25px;
	height: 100px;
	margin: 0 22px 0 0;
}

#gallery-area dt{
	background: url(../images/icon_arrow.png) no-repeat 5px 3px;
	padding: 0 0 0 25px;
}

#gallery-area dt em{
	color: #247aab;
}

#gallery-area dt a{
	color:#FAAA39;
}

#gallery-area dd{
	float: left;
	padding: 5px;
}

.galleryBtn{
	width: 100%;
	padding:10px 0 0 0;
	background:url(../images/bg_gallery_button.png) repeat-x 0 0;
}
.galleryBtn img{
	vertical-align:middle;
}
.galleryBtn .gallery{
	margin-left:40px;
}
.galleryBtn .gallery img{
	margin:-40px 0 0 50px;
}
.galleryBtn .monitor{
	margin-left:40px;
}

#gallery-area a{
	text-decoration: none;
}

#gallery-area a:hover{
	text-decoration: underline;
}

#gallery-area .pickup{
	margin: 0 0 0 25px;
}

#gallery-area .pickup ul{
	position: relative;
	float: left;
	width: 300px;
	height: 165px;
	background: url(../images/bg_gallery04.png) no-repeat 0 0;
	margin: 20px 40px 20px 0;
}

#gallery-area .pickup ul .ttl{
	position:absolute;
	top: 8px;
	left: 30px;
	color: #fff;
	font-size: 11.5px;
}

#gallery-area .pickup ul .ttl a{
	color: #fff;
}

#gallery-area .pickup ul .ttl b{
	color: #ffff00;
}

#gallery-area .pickup ul .before{
	position:absolute;
	top: 135px;
	left: 29px;
}

#gallery-area .pickup ul .after{
	position:absolute;
	top: 135px;
	left: 185px;
	color: #795b10;
}


#gallery-area .pickup ul .small{
	position:absolute;
	top: 43px;
	left: 12px;
	width: 114px;
	height:92px;
	overflow:hidden;
}

#gallery-area .pickup ul .small img{
	width: 120px;
	margin-top:-4px;
}

#gallery-area .pickup ul .large{
	position:absolute;
	top: 10px;
	left: 135px;
	font-weight: bold;
	background:#fff;
	overflow:hidden;
	width: 155px;
	height:125px;
}

#gallery-area .pickup ul .large img{
	width: 163px;
	margin-top:-4px;
}

/* #order
----------------------------------------------------------- */

#order h2{
	padding: 20px 0;
}

/* ---IE7.IE8 clearfix--- */
#order .box:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
#order .box { display: inline-block; }
/* Hides from IE-mac \*/
* html #order .box { height: 1%; }
#order .box { display: block; }
/* End hide from IE-mac */

#order .box{
	overflow: hidden;
	font-size: 14px;
	line-height: 1.7;
	background:url(../images/bg_odr_txt.jpg) no-repeat 0 0;
}

#order .counseling{
	width: 360px;
	margin: 10px 30px 0 255px;
	padding: 0 30px 20px 0;
	border-right: 1px dotted #808080;
	float:left;
}

#order .counseling .imgL{
	float: left;
	margin: 0 20px 0 0;

}

#order .topic{
	width: 320px;
	float:left;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
}

#order .topic .more{
	float: right;
	background:url(../images/odr_arrow.png) no-repeat 0 center;
	padding: 0 0 0 10px;
}

#order .topic .more a {
	color:#2980b9;
}

#order h3{
	padding: 0 0 10px 0;
}

#order .staff {
	text-align:center;
	padding: 20px 0 0 0;
}

#order .map {
	position: relative;
	background:url(../images/odr_map.jpg) no-repeat 0 0;
	width: 1000px;
	height: 510px;
	margin: 30px auto 0 auto;
}

#order .map .salon01 {
	position: absolute;
	top: 167px;
	left: 50px;
}

#order .map .salon02 {
	position: absolute;
	top: 288px;
	left: 544px;
}

#order .map .salon03 {
	position: absolute;
	top: 344px;
	left: 273px;
}

#order .map .salon04 {
	position: absolute;
	top: 136px;
	left: 360px;
}

#order .map .salon05 {
	position: absolute;
	top: 172px;
	left: 670px;
}


/* #faq
----------------------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
#faq:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
#faq { display: inline-block; }
/* Hides from IE-mac \*/
* html #faq { height: 1%; }
#faq { display: block; }
/* End hide from IE-mac */


#top #faq {
	font-size: 12px;
	padding: 50px 0 0 0;
}

#top #faq .read b{
	color: #105c89;
}

#top #faq h2{
	margin:0;
	padding: 0;
}

#top #faq .qa01,
#top #faq dl.qa02,
#top #faq dl.qa03,
#top #faq dl.qa04,
#top #faq dl.qa05{
	color: #5b380d;
}

#top #faq .qa01{
	width: 1000px;
	height: 283px;
	background:url("../images/qa01.jpg") no-repeat 0 0;
	border-bottom:1px solid #fff;
}

#top #faq .read{
	width: 100%;
	height: 38px;
	padding: 7px 0 20px 0;
	font-size:14px;
}

#top #faq .qa01 .ttl{
	padding:40px 0 40px 112px;
	display:block;
}

#top #faq .qa01 .comment{
	padding:32px 320px 23px 22px;
}

#top #faq dl{
	float: left;
	width: 500px;
	border-bottom:1px solid #fff;
}
#top #faq dl dt{
	height:100px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-right:1px solid #fff;
}
#top #faq dl dd{
	width: 460px;
	padding:0 19px 20px 20px;
	border-right:1px solid #fff;
}

#top #faq dl.qa02{
	background:url("../images/qa02.png") no-repeat left top #efe7cf;
}
#top #faq dl.qa02 dt{
	padding:40px 0 0 112px;
}
#top #faq dl.qa02 dd{
	background:url("../images/qa23_a.png") no-repeat right bottom;
}

#top #faq dl.qa03{
	background:url("../images/qa03.png") no-repeat left top #efe7cf;
}
#top #faq dl.qa03 dt{
	padding:30px 0 0 112px;
}
#top #faq dl.qa03 dd{
	background:url("../images/qa23_a.png") no-repeat right bottom;
}

#top #faq dl.qa04{
	background:url("../images/qa04.png") no-repeat left top #f7f7f7;
}
#faq dl.qa04 dt{
	padding:32px 0 0 112px;
}
#faq dl.qa04 dd{
	background:url("../images/qa45_a.png") no-repeat right bottom;
}

#top #faq dl.qa05{
	background:url("../images/qa05.png") no-repeat left top #f7f7f7;
}
#top #faq dl.qa05 dt{
	padding:40px 0 0 112px;
}
#top #faq dl.qa05 dd{
	background:url("../images/qa45_a.png") no-repeat right bottom;
}


#faq .qa_other{
	margin:400px 0 40px 0;
	padding: 40px 0 0;
}
#faq .qa_other h3{
	margin-bottom:20px;
}
#faq .qa_other .navi{
	padding-bottom:10px;
   background: url("/images/top_otherqa_shadow.jpg") no-repeat center bottom;
}
#faq .qa_other .navi p{
	float:left;
	cursor:pointer;
}
#faq .qa_other p:hover {background:#ffffff; text-decoration:none;}/*BG color is a must for IE6*/

#faq .qa_other p.tooltip span {
	display:none;
	margin:73px 0 0 -270px;
	width:300px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
#faq .qa_other p.tooltip span {
	margin:12px 0 0 -73px;
}
}

#faq .qa_other p.tooltip:hover span{
	display:inline;
	position:absolute;
	padding:10px;
	border:2px solid #987623;
	border-radius: 10px;
	background:#ffffff;
	color:#502B00;
}
#faq .qa_other p.tooltip:hover span img.arrow{
	position:absolute;
	left:50%;
	top:-16px;
}
#faq .qa_other p.tooltip:hover span img.icon_a{
	float:left;
	margin:0 8px 0 0;
	display:inline;
}


/* #useful
----------------------------------------------------------- */

#top #useful{
	padding: 0 0 50px 0;
}

#top #useful h2{
	padding: 0 0 40px 0;
}

#top #useful .inner{
	width: 870px;
	margin: 0 0 0 90px;
}

#top #useful .summery01,
#top #useful .summery02,
#top #useful .summery03{
	display:block;

	width: 200px;
	height: 145px;
	margin: 0 30px 0 0;
	padding: 110px 30px 0 30px;
	font-size: 12px;
	line-height: 1.8;
	float: left;

	color: #222;
	text-decoration: none;
}

#top #useful .summery01:hover,
#top #useful .summery02:hover,
#top #useful .summery03:hover{
	text-decoration: underline;
}

#top #useful .summery01{
	background:url(../images/useful_top_bg01.png) no-repeat 0 0;
}

#top #useful .summery02{
	background:url(../images/useful_top_bg02.png) no-repeat 0 0;
}

#top #useful .summery03{
	background:url(../images/useful_top_bg03.png) no-repeat 0 0;
}

/* #concept
----------------------------------------------------------- */

.bg_concept{
	position: relative;
	z-index: -1;
	background:url(../images/concept_bg.jpg) no-repeat center top;
	background-size: cover;
}

#concept{
	position: relative;
	width: 1000px;
	min-height: 600px;
	margin: 0 auto 40px;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
}

#concept .lead{
	margin: 0 0 25px 0;
}

#concept .lead p{
	padding:0 0 0 15px;
	text-shadow:1px 0 0 #fff,
	0 1px 1px #fff,
	1px 1px 2px #fff,
	0 -1px 3px #fff,
	-1px 0 4px #fff,
	-1px -1px 5px #fff;

	letter-spacing: 1.2px;
	line-height: 1.8;
}

#concept h2{
	margin:0px 0 5px 0;
}

.concept_photo{
	position: absolute;
	right: -30px;
	bottom: 0;
}

.concept_inner{
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 460px;
	margin: 0 20px 25px 20px;
	padding: 15px;
	outline: 2px solid rgba(255,255,255,.9);
	border: 1px solid #dbbd86; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(242,238,227,0.8)),color-stop(20%, rgba(255,255,255,0.8)),to(rgba(255,255,255,0.8)));
background: linear-gradient(to bottom,  rgba(242,238,227,0.8) 0%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2eee3', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
}
.concept_inner h3{
	margin: 0 0 15px 0;
	text-align: center;
}

.concept03{
	clear: both;
	margin: 0 0 0 15px;
}
.concept03 h3{
	margin: 0 0 10px -5px;
}
.concept03 p{
	text-shadow:1px 0 0 #fff,
	0 1px 1px #fff,
	1px 1px 2px #fff,
	0 -1px 3px #fff,
	-1px 0 4px #fff,
	-1px -1px 5px #fff;

	letter-spacing: 1.2px;
	line-height: 1.8;
}

/* indexend
----------------------------------------------------------- */

.indexend{
    position:relative;
	width: 497px;
	margin: 0 10px;
	padding: 4px;
	background: #e6dbbb;
	border: 1px solid #c19c29;
}
.indexend:before,
.indexend:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
    box-shadow:0 0 15px rgba(0,0,0,0.4);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 20px;
}
.indexend:after{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.indexend_inner{
	padding: 10px;
	background: #fff;
	font-size: 14px;
}
.murmura_lead {
    background: url("../images/murmura_lead.jpg") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    height: 118px;
    line-height: 1.5;
    padding: 0 0 0 147px;
    width: 326px;
}
.murmura_lead span{
	color:#cba54d;
}
.rmtp{
	float: left;
}
.rmtp .indexend_inner{
	padding: 15px 15px 200px 15px;
	background: #fff url(../images/rmtp_bg.jpg) no-repeat left bottom;
}
.rmtp h3{
	margin: 0 0 10px 0;
	text-align: center;
}
.rmtp .rmtp_btn{
	float: right;
	margin: -35px 0 0 0;
}

.murmura{
	float: right;
}
.murmura ul{
	height: 155px;
/*	padding: 0 30px 0 15px;
	border: 1px solid #dcdcdc;*/
	background: url(../images/murmura_bg.png) no-repeat center center;
}
.murmura ul li{
	padding: 15px 0;
/*	border-bottom: 1px solid #dedede;*/
}
.murmura ul li h3 {
    border-bottom: 1px solid #dec07a;
    color: #255182;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.murmura ul li h3 img {
    padding: 0 5px 0 0;
    vertical-align: middle;
}
.murmura ul li h3 span {
    padding-right: 10px;
}
.murmura ul li.new_murmura h3{
	padding: 0 0 0 45px;
	background: url(../images/murmura_new.png) no-repeat left center;
}

#murmura_scroll .more{
	text-align:right;
}

#murmura_scroll .more a{
	color:#255182;
}

#murmura_scroll{
	position: relative;
	overflow: hidden;
}

#murmura_scroll .murmura_scrollInner{
	height: 150px;
	overflow: hidden;
}

#murmura_scroll .scrollbar {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 8px;
	height: 136px;
	z-index: 1;
}

/* #news
----------------------------------------------------------- */
#news{
	padding: 30px 0;
}

#news h2{
	padding: 20px 0;
}

#news .newsBox{
	position:relative;
	margin: 0 30px 10px 0;
	background:url(../images/bg_new.jpg) no-repeat right 0;
	font-size: 14px;
}

.newsList li{
	background:#efefef;
}

.newsList li:nth-child(even){
	background: #fff;
}

#news .newsBox .category01{
	position: absolute;
	top: 75px;
	right: 174px;
}

#news .newsBox .category02{
	position: absolute;
	top: 75px;
	right: 56px;
}

#news .newsBox .category03{
	position: absolute;
	top: 170px;
	right: 174px;
}

#news .newsBox .category04{
	position: absolute;
	top: 170px;
	right: 56px;
}

#news .newsBox .category05{
	position: absolute;
	top: 270px;
	right: 174px;
}

#news .newsBox .category06{
	position: absolute;
	top: 270px;
	right: 56px;
}

#news .newsBox ul{
	width: 574px;
	margin: 0 0 0 35px;
}

#news .newsBox a{
	margin: 0 0 0 5px;
	color: #336699;
}

#news .newsBox li{
	padding: 8px 8px 8px 3px;
	font-size: 14px;
}

#news .newsBox li img{
	margin: 0 5px;
	vertical-align: middle;
}

#news .newsBox ul .bg01{
	background: #f9f6ef;
}

/* #ftr_bnr
----------------------------------------------------------- */

#ftr_bnr{
	width: 100%;
	border-top: 1px solid #d4d4d4;
}

/* ---IE7.IE8 clearfix--- */
#ftr_bnr ul:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
#ftr_bnr ul { display: inline-block; }
/* Hides from IE-mac \*/
* html #ftr_bnr ul { height: 1%; }
#ftr_bnr ul { display: block; }
/* End hide from IE-mac */

#ftr_bnr .inner{
	width: 1000px;
	margin: 0 auto;
}

#ftr_bnr ul{
	padding: 20px 0;
	text-align: center;
}

#ftr_bnr li{
	display:inline-block;
	padding: 0 10px 0 0;
}

/* 20160523_fb */
#ftr_bnr ul img{
	vertical-align: middle;
}

/* #content
----------------------------------------------------------- */
#content { /* 2013-12-17_update */
	float: right;
	width: 720px;
}

#content .pagetop {
	padding: 20px 20px 20px 0;
	text-align: right;
}
/* #lnav
----------------------------------------------------------- */
#lnav { /* 2013-12-17_update */
	float: left;
	width: 250px;
}

#sub #lnav,
.sub #lnav{ /* 2013-12-17_update */
	float: left;
	width: 230px;
}

#lnav li img{
	width: 230px;
}

#lnav .sideVoiceBlock img{
	width: 85px;
}

#lnav .oyakudachi img{
	width: auto;
}

#lnav .ntv {
	margin-top:-15px;
}

#first #visual h1,
#first #visual p.title{
	position:relative;
	width:1000px;
	height:208px;
	margin:0 auto 20px;
	padding:45px 0 0 0;
	text-align:center;
}

#first #visual h1 #anm00{
	position:absolute;
	right:0;
	top:45px;
}
#first #visual h1 #anm01{
	display:block;
	position:absolute;
	right:0;
	top:45px;
}

/*パンくず*/

/*申込状況*/

#visual .lead_box{
	width:860px;
	margin:0 auto;
	padding:20px 20px 25px;
	border:1px solid #a98544;
	border-top-width:5px;
	background:#fff;
}

#visual .lead_box .path{
	margin:0 0 10px 0;
	line-height:30px;
	font-size:12px;
	color:#26507f;
}
#visual .lead_box .path a{
	color:#26507f;
	text-decoration:none;
}
#visual .lead_box .path a:hover{
	text-decoration:underline;
}

#visual .lead_box h2,
#visual .lead_box h3{
	margin:0 0 15px 0;
	font-size:14px;
	font-weight:bold;
	color:#a98544;
}
#visual .lead_box h2 span,
#visual .lead_box h3 span{
	color:#d12525;
}


#visual .lead_box h2 b{
	color:#00bf60;
}

#visual .lead_box table th{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#4e4736;
}
#visual .lead_box table td{
	padding:0 10px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
}
#visual .lead_box table td span{
	font-weight:normal;
	color:#4e4736;
}

#visual .lead_box p{
	margin:10px 0 0 0;
	font-size:12px;
}

#visual .lead_box .count li {
	float:left;
	width:170px;
}
#visual .lead_box .count li span{
	color:#FF6600;
	font-weight:bold;
}



/*メイン*/

#first #container #content{
	float:none;
	width:900px;
	margin:0 auto;
}

#zenshinc #container #content,
#kaohigec #container #content,
#body #container #content,
#inbu #container #content{
	float:none;
	width:100%;
}

/*メンズひげ脱毛*/

.first01{
	position:relative;
	padding:0 0 35px 0;
	background:url(../images/first01_bg.png) repeat-x 0 146px #fff;
}

.first01 h2{
	position:absolute;
	left:50%;
	top:29px;
	margin:0 0 0 -157px;
}

.first01_inner{
	background:url(../images/first01_inner_bg.png) repeat-y center top;
}

.first01_hige{
	overflow:hidden;
	width:760px;
	margin:0 auto 10px;
}
.first01_hige li{
	float:left;
	width:245px;
	margin:0 12px 5px 0;
}
.first01_hige li:nth-child(3n){
	margin-right:0;
}

.first01_inner h3{
	position:absolute;
	left:72px;
	top:426px;
	width:757px;
}
.first01_inner h3 #anm03{
	position:absolute;
	right:0;
	top:0;
}
.first01_inner h3 #anm04{
	position:absolute;
	top:-19px;
	right:50px;
}


.first01_inner .first01_plan{
	width:782px;
	margin:0 auto 10px;
	padding:0 0 30px 26px;
	background:url(../images/first01_inner_btm.png) no-repeat center bottom;
}

/*メンズボディ脱毛*/

.first02{
	position:relative;
	padding:0 0 35px 0;
	background:url(../images/first02_bg.png) repeat-x 0 120px #fff;
	margin-top:30px;
}

.first02 h2{
	position:absolute;
	left:50%;
	top:29px;
	margin:0 0 0 -173px;
}

.first02 ul{
	overflow:hidden;
	padding:3px 0 0 42px;
}
.first02 ul li{
	float:left;
	width:397px;
	margin:0 12px 5px 0;
}

/*メンズ陰部脱毛*/

.first03{
	position:relative;
	padding:0 0 55px 0;
	background:url(../images/first03_bg.png) repeat-x 0 120px #fff;
	margin-top:30px;
}

.first03 h2{
	position:absolute;
	left:50%;
	top:29px;
	margin:0 0 0 -173px;
}

.first03 ul{
	overflow:hidden;
	padding:3px 0 0 42px;
}
.first03 ul li{
	float:left;
	width:397px;
	margin:0 12px 5px 0;
}

/*メンズ陰部脱毛*/

.first_double{
	margin:0 0 35px 0;
	background:url(../images/first_double_bg.png) repeat-y left top;
}

.first_double_inner{
	overflow:hidden;
	background:url(../images/first_double_btm.png) no-repeat left bottom;
}
.first_double_inner p{
	padding:10px 20px 15px;
	font-size:12px;
}

.first04{
	float:left;
	width:360px;
}

.first05{
	float:right;
	width:360px;
}

.first06{
	margin:0 0 40px 0;
}

/*最寄り店舗*/

.first07{
	position:relative;
	height:346px;
	margin:0 0 50px 0;
	background:url(../images/first07_bg.jpg) no-repeat 0 82px;
}

.first07 h2{
	margin:0 0 0 0;
}

.first07 p{
	margin:0 0 13px 0;
	line-height:50px;
	font-size:12px;
}

.first07 h3{
	position:absolute;
	left:12px;
	top:125px;
}

.first07 table{
	position:absolute;
	left:7px;
	top:161px;
	width:335px;
}
.first07 table tr:nth-child(odd) th,
.first07 table tr:nth-child(odd) td{
	background:#efefef;
}
.first07 table th{
	padding:0 10px;
	font-weight:normal;
	text-align:left;
	font-size:13px;
	line-height:2;
}
.first07 table th a{
	color:#2980b9;
	text-decoration:none;
}
.first07 table th a:hover{
	text-decoration:underline;
}
.first07 table td{
	padding:0 10px;
	font-weight:bold;
	text-align:right;
	font-size:13px;
	line-height:2;
	color:#ff9200;
}
.first07 table td span{
	padding:0 0 0 20px;
	background:url(../images/first07_tel.png) no-repeat 0 3px;
}

.first07 .mail{
	position:absolute;
	left:362px;
	top:161px;
}

.first07 .east{
	position:absolute;
	left:609px;
	top:242px;
}


/* body
----------------------------------------------------------- */

/*リード*/
#body #visual h2{
	position:relative;
	width:1000px;
	height:275px;
	margin:0 auto;
	text-align:center;
}

#visual h2 #anmb00{
	position:absolute;
	left:349px;
	top:15px;
	z-index:5;
}
#visual h2 #anmb01{
	display:block;
	position:absolute;
	right:229px;
	top:71px;
	z-index:4;
}
#visual h2 #anmb02{
	position:absolute;
	left:134px;
	top:96px;
	z-index:5;
}
#visual h2 #anmb03{
	position:absolute;
	left:281px;
	top:165px;
	z-index:5;
}

#body .body01{
	margin:0 0 30px 0;
	/*background:url(../images/body01_bg.png) repeat-x center top #c2dbb9;*/
}


#body .body01 h3{
	position:relative;
	width:900px;
	height:410px;
	margin:0 auto;
}

#body .body01 h3 img{
	position:absolute;
}
#body .body01 h3 #anmb04{
	left:193px;
	top:0;
}
#body .body01 h3 #anmb05{
	left:291px;
	top:80px;
}

#body .body01 .body01_inner{
	width:1100px;
	margin:0 auto;
	background-color: rgba(255,255,255,0.8);
}

#body .body01 .body01_inner ul{
	overflow:hidden;
	position:relative;
	padding-bottom:29px;
	background:url(../images/body_parts_logo.png) no-repeat bottom right;
}
#body .body01 .body01_inner ul li{
	float:left;
	margin:29px 0 -10px 29px;
}

#body .body01 .body01_inner ul li {
    width: 329px;
    height: 324px;
}
#body .body01 .body01_inner ul li img {
    -webkit-transition: -webkit-transform 0.6s linear;
    transition: -webkit-transform 0.6s linear;
    transition: transform 0.6s linear;
    transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}
#body .body01 .body01_inner ul li img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#body .body02{
	margin:0 0 40px 0;
}
#body .body02 li h3{
	position:relative;
	margin:18px 0 15px;
}
#body .body02 li h3 .circle{
	position:absolute;
	right:30px;
	top:-8px;
}
#body .body02 li p{
	text-align:center;
}


/* inbu
----------------------------------------------------------- */

#inbu #visual h2{
	position:relative;
	width:1000px;
	height:275px;
	margin:0 auto;
	text-align:center;
}

/* 20151002_背景カット */
#inbu .inbu01{
	margin:0 0 30px 0;
/*	background:url(../images/inbu01_bg.png) repeat-x center top #e9e4d7;*/
}

#inbu .inbu01 h3{
	position:relative;
	width:740px;
	height:410px;
	margin:0 auto;
}

#inbu .inbu01 h3 img{
	position:absolute;
}

#inbu .inbu01 h3{
	position:relative;
	width:740px;
	height:287px;
	margin:0 auto;
}
#inbu .inbu01 h3 img{
	position:absolute;
}
#inbu .inbu01 h3 #anmi01{
	left:247px;
	top:0;
}
#inbu .inbu01 h3 #anmi02{
	left:417px;
	top:130px;
}

#inbu .inbu01{
	margin:0 0 30px 0;
}
#inbu .inbu01 .inbu01_inner{
	position:relative;
	width:1100px;
	margin:0 auto;
}
#inbu .inbu01 .inbu01_inner2{
	position:relative;
	width:100%;
	margin:0 auto;
	background:url(/images/inbu_campbox_bg3.jpg) no-repeat 50% 0;
	background-size:cover;}
#inbu .inbu01 .inbu01_inner2 .inner{
	width:1100px;
	margin:auto;
	padding-bottom:50px;}
#inbu .inbu01 .inbu01_inner #anmi03{
	left:156px;
	top:531px;
}
#inbu .inbu01 .inbu01_inner #anmi04{
	right:101px;
	top:531px;
}
#inbu .inbu01 .inbu01_inner #anmi05{
	left:208px;
	top:602px;
}
#inbu .inbu01 p{
	width:auto;
	margin:0 auto;
}

.box780{
	position:relative;
	width:740px;
	margin:0 auto 30px;
	background:url(../images/inbu02_bg.png) repeat-y left top;
}
.box780 h3{
	margin:0 0 15px 0;
	padding:30px 0 0 0;
	background:url(../images/inbu02_top.png) no-repeat left top;
	text-align:center;
}

#inbu .inbu02{
	text-align:center;
	font-size:12px;
	line-height:1.8;
}
#inbu .inbu02 .img{
	margin:15px 0 0 0;
	padding:0 0 5px 0;
	background:url(../images/inbu02_btm.png) no-repeat left bottom;
}

#inbu .inbu03{
	text-align:center;
}

#inbu .inbu03 h4{
	margin:0 0 10px 0;
	padding:16px 0 0 0;
	background:url(../images/inbu02_top.png) no-repeat left top;
}

#inbu .inbu03 ul{
	padding:0 0 7px 0;
	background:url(../images/inbu02_btm.png) no-repeat left bottom;
}
#inbu .inbu03 ul li{
	position:relative;
	margin:0 0 10px 0;
}
#inbu .inbu03 ul li .circle{
	position:absolute;
	right:-10px;
	top:24px;
}

#inbu .inbu04 ul{
	padding:0 0 7px 0;
	background:url(../images/inbu02_btm.png) no-repeat left bottom;
}
#inbu .inbu04 ul li{
	position:relative;
	margin:0 0 10px 0;
	padding:16px 0 0 0;
	background:url(../images/inbu02_top.png) no-repeat left top;
	text-align:center;
}
#inbu .inbu04 ul li .circle{
	position:absolute;
	right:-10px;
	top:79px;
}

#inbu .inbu05{
	position:relative;
	width:701px;
	height:543px;
	margin:0 auto 50px;
	padding:37px 0 0 0;
}
#inbu .inbu05 h3{
	position:absolute;
	left:80px;
	top:0;
}
#inbu .inbu05 p{
	position:absolute;
	left:116px;
	top:162px;
}


/* kaohige
----------------------------------------------------------- */
#kaohigec #visual h2{
	position:relative;
	width:1000px;
	height:275px;
	margin:0 auto;
	text-align:center;
}

#kaohigec #visual h2 #anmb02.kaohigec{
	left:84px;
}


#kaohigec .kaohigec01{
	margin:0 0 30px 0;
}


#kaohigec .kaohigec01 h3 img{
/*	position:absolute;*/
}

#kaohigec .kaohigec01 h3{
	position:relative;
	width:740px;
	height:80px;
	margin:0;
}

#kaohigec .kaohigec01 h3 #anmk01{
	left:240px;
	top:0;
}
#kaohigec .kaohigec01 h3 #anmk02{
	left:424px;
	top:132px;
}

#kaohigec .kaohigec02{
	position:relative;
	width:900px;
	height:697px;
	margin:0 auto;
}
#kaohigec .kaohigec02 img{
	position:absolute;
}
#kaohigec .kaohigec02 #anmk03{
	left:81px;
	top:175px;
}
#kaohigec .kaohigec02 #anmk04{
	left:75px;
	top:330px;
}
#kaohigec .kaohigec02 #anmk05{
	left:437px;
	top:197px;
}

#kaohigec .kaohigec03{
	position:relative;
	width:900px;
	height:656px;
	margin:0 auto;
	padding:0 0 30px 0;
}
#kaohigec .kaohigec03 img{
	position:absolute;
	z-index:1;
}
#kaohigec .kaohigec03 #anmk06{
	left:72px;
	top:0;
	z-index:2;
}
#kaohigec .kaohigec03 #anmk07{
	left:393px;
	top:142px;
	z-index:2;
}


#kaohigec .box780.kaohigec04 ul{
	overflow:hidden;
	padding:5px 0 45px 38px;
	background:url(../images/kaohigec04_btm.png) no-repeat left bottom;
}
#kaohigec .box780.kaohigec04 ul li{
	float:left;
	width:190px;
	margin:0 50px 0 0;
	font-size:12px;
	line-height:1.5;
}
#kaohigec .box780.kaohigec04 ul li:last-child{
	margin:0;
}

#kaohigec .box900{
	position:relative;
	width:740px;
	margin:0 auto 30px;
	background:url(../images/inbu02_bg.png) repeat-y left top;
}
#kaohigec .box900 ul{
	padding:0 0 23px 0;
	background:url(../images/inbu02_btm.png) no-repeat left bottom;
}
#kaohigec .box900 ul li{
	position:relative;
	margin:0 0 30px 0;
	padding:0 15px;
}
#kaohigec .box900 ul li:first-child{
	padding:22px 0 0 0;
	background:url(../images/inbu02_top.png) no-repeat left top ;
	text-align:center;
}
#kaohigec .box900 ul li:last-child{
	margin:0;
}
#kaohigec .box900 ul li .circle{
	position:absolute;
	right:24px;
	top:-7px;
}
#kaohigec .box900 ul li:first-child .circle{
	top:16px;
	right:23px;
}
#kaohigec .box900 ul li:first-child .circle02{
	top:11px;
	right:23px;
	position:absolute;
}

#kaohigec .kaohigec07 h3{
	position:relative;
	height:107px;
	margin:0 auto;
	background:url(../images/kaohigec07.png) no-repeat left top ;
}
#kaohigec .kaohigec07 h3 img{
	position:absolute;
	left:151px;
	top:42px;
}
#kaohigec .kaohigec07 ul{
	height:394px;
	margin:0 auto 40px;
	padding:80px 0 0 0;
	background:url(../images/kaohigec07_01.jpg) no-repeat left top;
}
#kaohigec .kaohigec07 ul li{
	margin:0 290px 75px 40px;
	font-size:12px;
}
#kaohigec .kaohigec07 ul li:last-child{
	margin-bottom:0;
}


/* zenshinc
----------------------------------------------------------- */

#zenshinc #visual{
	padding:130px 0 0 0;
	background:url(../images/plan_bg.jpg) no-repeat 50% 130px;
	background-size:cover;
}

#zenshinc #visual h2{
	position:relative;
	width:1000px;
	height:275px;
	margin:0 auto;
	text-align:center;
}

#zenshinc #visual h2 #anmb02.zenshinc{
	left:29px;
}


#zenshinc .zenshinc01{
	margin:0 0 30px 0;
	background:url(../images/zenshinc01_bg.png) repeat-x center top #f8eede;
}

#zenshinc .zenshinc01 h3{
	position:relative;
	width:1000px;
	height:290px;
	margin:0 auto;
}
#zenshinc .zenshinc01 h3 img{
	position:absolute;
}
#zenshinc .zenshinc01 h3 #anmz01{
	left:237px;
	top:0;
}
#zenshinc .zenshinc01 h3 #anmz02{
	left:419px;
	top:128px;
}

#zenshinc .zenshinc02{
	position:relative;
	width:900px;
	height:620px;
	margin:0 auto;
}
#zenshinc .zenshinc02 img{
	position:absolute;
}
#zenshinc .zenshinc02 #anmz03{
	left:80px;
	top:199px;
}
#zenshinc .zenshinc02 #anmz04{
	left:80px;
	top:492px;
}

#zenshinc .zenshinc03{
	position:relative;
	width:900px;
	height:650px;
	margin:0 auto;
}
#zenshinc .zenshinc03 img{
	position:absolute;
}
#zenshinc .zenshinc03 h3{
	position:absolute;
	z-index:1;
}
#zenshinc .zenshinc03 #anmz05{
	left:156px;
	top:0;
	z-index:2;
}
#zenshinc .zenshinc03 #anmz06{
	left:356px;
	top:549px;
}
#zenshinc .zenshinc03 #anmz07{
	left:662px;
	top:549px;
}

#zenshinc .zenshinc04{
	position:relative;
	width:900px;
	height:652px;
	margin:0 auto;
}
#zenshinc .zenshinc04 img{
	position:absolute;
}
#zenshinc .zenshinc04 h3{
	position:absolute;
	z-index:1;
}
#zenshinc .zenshinc04 #anmz08{
	left:629px;
	top:128px;
	z-index:2;
}

.zenshinc_wrapper:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.zenshinc_wrapper{
	width:1000px;
	margin:0 auto;
}
#first .zenshinc_wrapper{
	margin-left:-50px;
	margin-right:-50px;
}

.zenshinc_left{
	float:right;
	width:740px;
}

#first .zenshinc_left{
background: none repeat scroll 0 0 #fff;
    float: left;
    margin: -30px 0 40px -75px;
    padding: 0 60px;
    width: 780px;
}
.zenshinc_right{
	float:right;
	width:230px;
}
.zenshinc_right li{
	margin:0 0 10px 0;
}

.zenshinc05{
	position:relative;
	margin:0 0 40px 0;
}
.zenshinc05 p{
	margin:10px 0 0 0;
}

.zenshinc06{
	position:relative;
	background:url(../images/zenshinc06_bg.png) no-repeat left bottom;
	height:395px;
	margin:0 0 50px 0;
}
#first .zenshinc06{
	position:relative;
	background:url(../images/zenshinc06_bg.png) no-repeat left bottom;
	height:400px;
	width:740px;
	margin:0 auto 50px auto;
}
.zenshinc06 p{
	margin:0 0 13px 0;
	padding:0 0 0 30px;
	line-height:51px;
}
.zenshinc06 h3{
	padding:0 0 0 50px;
}
.zenshinc06 table{
	position:absolute;
	left:55px;
	top:169px;
	width:370px;
}
.zenshinc06 table tr:nth-child(odd) th,
.zenshinc06 table tr:nth-child(odd) td{
	background:#efefef;
}
.zenshinc06 table th{
	padding:0 10px;
	font-weight:normal;
	text-align:left;
	font-size:13px;
	line-height:2;
}
.zenshinc06 table th a{
	color:#2980b9;
	text-decoration:none;
}
.zenshinc06 table th a:hover{
	text-decoration:underline;
}
.zenshinc06 table td{
	padding:0 10px;
	font-weight:bold;
	text-align:right;
	font-size:13px;
	line-height:2;
	color:#ff9200;
}
.zenshinc06 table td span{
	padding:0 0 0 20px;
	background:url(../images/first07_tel.png) no-repeat 0 3px;
}

.zenshinc06 .mail{
	position:absolute;
	left:443px;
	top:169px;
	margin:0;
	padding:0;
}
.zenshinc06 .east{
	position:absolute;
	left:443px;
	top:248px;
	margin:0;
	padding:0;
}


/* 20150303_サロン情報(可変処理) */

.salon_menu_outer{
	width: 740px;
	padding:20px;
	background:#fff;
	margin: 0 auto;
}

.salon_menu_outer .salon_menu_list{
	margin: 0 auto;
}

.salon_menu_list{
	position:relative;
	background:#fff url(../images/zenshinc06_bg.png) no-repeat 0 69px;

	width:740px;
	margin:0 auto 30px auto;
	padding: 0 0 1px 0;
}

.salon_menu_list p{
	margin: 0;
	padding:0 0 0 20px;
	line-height:51px;
}

.salon_menu_list .salon_box{
	border:1px solid #bf981a;
	background:#ebe1cd;
	padding:4px;
	width: 690px;
	margin: -3px 20px 20px 20px;
}

.salon_menu_list .inner{
	background:#fff!important;
	padding: 20px!important;
	width: 650px!important;
	margin:0!important;
}

.salon_menu_list .inner h3{
	padding: 0!important;
	position: static;
	height: auto!important;
}

.salon_menu_list .inner h3 img{
	position: static!important;
}

.salon_menu_list .east,
.salon_menu_list .west {
	float: left;
}

.salon_menu_list .east {
	margin: 0 20px 0 0;
}

.salon_menu_list .east h3,
.salon_menu_list .west h3 {
	margin: 0 0 10px 0;
}

.salon_menu_list table{
	width: 313px;
}

.salon_menu_list table tr:nth-child(odd) th,
.salon_menu_list table tr:nth-child(odd) td{
	background:#efefef;
}

.salon_menu_list table th{
	padding: 0 0 0 5px;
	font-weight:normal;
	text-align:left;
	font-size:13px;
	line-height:1.3;
}

.salon_menu_list table th a{
	color:#2980b9;
	text-decoration:none;
}


.salon_menu_list table th .new_shop_name_only{
	color:#2980b9;
	text-decoration:none;
}




.salon_menu_list table th a:hover{
	text-decoration:underline;
}

.salon_menu_list table td{
	width: 125px;

	padding:0 10px 0 0;
	font-weight:bold;
	text-align:right;
	font-size:13px;
	line-height:2;
	color:#ff9200;
}

.salon_menu_list table td span{
	padding:0 0 0 20px;
	background:url(../images/first07_tel.png) no-repeat 0 3px;
}


.salon_menu_list table td .new_shop_tel_none{
	padding:0 0 0 20px;
	background:none;
}




.salon_menu_list em {
	display: inline-block;
}

.salon_menu_list .mail{
	float: left;
	margin:0;
	padding: 0 0 10px 20px;
}

/* #girlphoto
----------------------------------------------------------- */
#girlphoto {
	background: url(../images/bg_girlsphoto.jpg) repeat-x 0 0;
	padding:2px 0 1px 0;
	clear:both;
	text-align:center;
}

#girlphoto .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 5px 5px 10px 5px;
	*zoom: 1;
}

#girlphoto .bx-wrapper .bx-viewport {
	position:absolute;
	left: -2px;
}

#girlslider li{
	position:relative;
	cursor:pointer;
}
#girlslider li .wrap{
	display:none;
	position:absolute;
	left:5px;
	top:0;
	width:200px;
	height:100px;
	padding:20px 0;
	background:rgba(50,50,50,0.8);
	text-align:center;
	color:#fff;
	overflow:hidden;
}
#girlslider li .txt{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:140px;
	line-height:2.5em;
}


/*131222seki_tsuika*/
.blocklink{
	cursor:pointer;
}
.brown{color:#796B46;}
.blue{color:#105C89;}
.orange{color:#F49D29;}

.btn_contact{
	text-align:center;
	margin:20px 0;
}

.topsaloninfo {
	width:794px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.topsaloninfo h4{
	text-align: center;
	background: rgba(255,255,255,.6);
}

.topsaloninfo .west{
	float:right;
	width:375px;
	border: 4px solid #e6dbbb;
	outline: 1px solid #c19c29;
	color: #2980B9;
}
.topsaloninfo .east{
	float:left;
	width:375px;
	border: 4px solid #e6dbbb;
	outline: 1px solid #c19c29;
	color: #61392D;
}
.topsaloninfo li {
    padding:6px 15px;
	background: rgba(255,255,255,.6);
	font-size: 14px;
}
.topsaloninfo li:nth-child(2n+1) {
    background: none repeat scroll 0 0 rgba(248, 243, 229,.6);
}
.topsaloninfo li .left{
    float: left;
    width: 220px;
}
.topsaloninfo li a{
    text-decoration: none;
}
.topsaloninfo li a:hover {
    text-decoration: underline;
}
.topsaloninfo li .right{
	background: url("../images/icn_orange_tel.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #FF9200;
	padding-left: 18px;
	text-align: right;
}


.topsaloninfo li .right_none{

	color: #FF9200;
	padding-left: 18px;
	text-align: right;
}


.topsaloninfo em{
	font-style: normal;
	font-size:11px;
	color:#FD0002;
	margin-left:3px;
	font-weight:bold;
}
.topsaloninfo .east li a {
	color: #61392D;
}
.topsaloninfo .west li a {
	color: #2A80B9;
}

.title_img img{
	position: relative;
	margin-left: -10px;
}

.shop_voice_btn{
	color:#FFF !important;
	background-color:#2a80b9 !important;
	padding-right:20px !important;
	padding-left:10px !important;}
.shop_voice_btn2{
	color:#FFF !important;
	background-color:#2a80b9 !important;
	padding-right:20px !important;
	padding-left:10px !important;
	margin-top:20px;
	display:inline-block;}

.navigation03 .module-triangle-right {
    display: inline-block;
    position: relative;
    }
.navigation03 .module-triangle-right::before {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-left-color: #ffffff;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -4px;
    }


/* 201504_7周年キャンペーンバナー調整 */

.camp_short{
        text-align:center;
        padding: 36px 0 0 0;
}


/* 新footer
----------------------------------------------------------- */

/* 回り込み解除 */
#new_footer:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

#new_footer{
	background:url("/images/blue_bg.png") repeat;
	width:100%;
	float:left;
	clear:both;
	position: relative;
	padding: 30px 0 0 0;
}

#new_footer .footer_inner {
	clear: both;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
#new_footer .footer_inner .home {
	width:400px;
	background:url(/images/icon_footer_home.jpg) no-repeat left center;
	margin: 0 0 20px 0;
}

#new_footer .footer_inner .menu {
	color:#8DCAED;
	overflow:hidden;
	float:left;
}


#new_footer h2{
	margin: 0 0 10px 0;
}

#new_footer .type1 {
	width:195px;
	margin-right:30px;
	float:left;
}

#new_footer .type2 {
	width:530px;
	float:left;
}

#new_footer .type2 .bui{
	margin-right: 60px;
}

#new_footer .type2 .last1{
	margin-bottom: 18px;
	margin-right: 0;
}

#new_footer .type2 .last2{
	margin-right: 0;
}

#new_footer .type3 {
	float: left;
	width: 420px;
	margin-right: 30px;
}

#new_footer .type3 ul {
	margin-right: 55px;
}

#new_footer .type3._kansai {
	width: 280px;
}

#new_footer .type3._othermenu {
	width: 210px;
}

#new_footer .type3._othermenu ul {
  margin-right: 30px;
}

#new_footer .type4 {
	float: left;
	width: 400px;
}


#new_footer .footer_inner h2 {
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #ab9a5e;
	background:url(/images/footer_arrow.png) no-repeat left center;
	padding:6px 0 6px 22px;
	clear:left;
}

#new_footer .footer_inner .none {
	background: none!important;
	padding: 0!important;
}

#new_footer .footer_inner .menu ul {
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}

#new_footer .footer_inner .menu li {
	font-size: 11px;
	color:#fff;
	padding-left:12px;
	background:url(/images/footer_arrow2.png) no-repeat left center;
}

#new_footer .footer_inner a {
	color:#fff;
	text-decoration:none;
}

#new_footer .footer_inner a:hover {
	text-decoration:underline;
}

#new_footer .footer_left{
	width: 450px;
	float: left;
}

#new_footer .footer_right{
	width: 548px;
	float: right;
}

#new_footer .useful{
	margin-right: 100px;
}

#new_footer .type4 .useful{
	margin-right: 0;
}

#new_footer .type4 .useful li {
	margin-right: 20px;
}

/* 回り込み解除 */
#new_footer .group:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

#new_footer .group{
	padding: 0 0 30px 0;
}


/* 新フッタ、ロゴ周り---------------------------------------------------------*/

/* 回り込み解除 */
#new_footer .second_footer:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

#new_footer .second_footer{
	width: 100%;
	background:url(/images/new_footer_bg.jpg) 0 0;
	padding: 30px 0 20px 0;
}

#new_footer .second_footer .second_footer_inner{
	width: 500px;
	margin: 0 auto;
}


/* 旧footer
----------------------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
#blue-bg:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
#blue-bg { display: inline-block; }
/* Hides from IE-mac \*/
* html #blue-bg { height: 1%; }
#blue-bg { display: block; }
/* End hide from IE-mac */


#blue-bg{
	background:url(../images/blue_bg.png) repeat;
	width:100%;
	float:left;
	clear:both;
	position: relative;
}

/* #footer {
	clear: both;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
#footer .home {
	position: absolute;
	top: 20px;
	left: 20px;
	background:url(../images/icon_footer_home.jpg) no-repeat left center;
	width:200px;
}
#footer .logo {
	position: absolute;
	top: 70px;
	left: 20px;
}
#footer .tel {
	position: absolute;
	top: 260px;
	left: 20px;
}

#footer #menu-area {
	margin:20px 0 0 280px;
}
#footer .menu {
	color:#8DCAED;
	overflow:hidden;
	float:left;
}

#footer h2 {
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #ab9a5e;
	background:url(../images/footer_arrow.png) no-repeat left center;
	padding:6px 0 6px 22px;
	clear:left;
}

#footer .none {
	background: none!important;
	padding: 0!important;
}

#footer .menu ul {
	float:left;
	display:block;
	margin:10px 0 20px 0;
}
#footer #six ul {
	width:120px;
	color:#fff;
}

#footer .three {
	width:160px;
	margin-right:24px;
	float:left;
}
#footer .three_rgt {
	width:160px;
	margin-right:0;
	float:left;
}

#footer .menu li {
	font-size: 11px;
	color:#fff;
	padding-left:12px;
	background:url(../images/footer_arrow2.png) no-repeat left center;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
} */

#footer {
	margin-top: 260px!important;
	margin-bottom: -20px!important;
	min-width: 1420px!important;
	padding: 100px 0!important;
}
#footer > .sp {
	display: none!important;
}
#footer > .pc {
	width: 1420px!important;
	margin: 0 auto;
}
#footer > .pc #pagetop {
	width: 70px!important;
	height: 68px!important;
	background: url(/sp/images_re/pagetop.svg) no-repeat center/70px 68px!important;
	top: -140px!important;
	left: calc(50% - 35px)!important;
}
#footer > .pc > .inner {
	display: block!important;
	width: 1420px!important;
	max-width: none!important;
}
#footer > .pc .logoArea {
	width: 300px!important;
	display: inline-block!important;
}
#footer > .pc .logoArea .logo svg {
	width: 160px!important;
	height: 56px!important;
}
#footer > .pc .logoArea .footerTtl {
	font-size: 14px!important;
	padding: 20px 0 0!important;
	width: auto!important;
}
#footer > .pc .logoArea .footerTtl .line {
	margin: 0 6px!important;
}
#footer > .pc .logoArea .footerTtl .since {
	font-size: 18px!important;
}
#footer > .pc .logoArea small {
	margin-top: 10px!important;
	font-size: 13.4px;
}
#footer > .pc nav {
	width: 1090px!important;
	display: inline-block!important;
	vertical-align: top!important;
}
#footer > .pc nav .home {
	font-size: 14px!important;
	margin: 10px 0 50px!important;
}
#footer > .pc nav dl dt {
	font-size: 13px!important;
	margin-bottom: 30px!important;
	padding-left: 60px!important;
}
#footer > .pc nav dl dt:before {
	width: 50px!important;
}
#footer > .pc nav dl dd {
	font-size: 12px!important;
	margin-bottom: 15px!important;
}
#footer > .pc nav dl dd + dt {
	margin-top: 40px!important;
}
#footer > .pc nav dl div.column2 + div {
	margin-left: 0!important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#footer nav dl div {
		max-width: 220px!important;
	}
}

@media screen and (max-width:1420px) {
#footer {
	min-width: 1200px!important;
}
#footer > .pc {
	width: 1200px!important;
}
#footer > .pc > .inner {
	width: 1200px!important;
}
#footer > .pc .logoArea {
	width: 250px!important;
}
#footer > .pc .logoArea .footerTtl {
	font-size: 12px!important;
}
#footer > .pc .logoArea .footerTtl .since {
	font-size: 15px!important;
}
#footer > .pc .logoArea small {
	font-size: 11.4px!important;
}
#footer > .pc nav {
	width: 940px!important;
}
#footer > .pc nav dl dt {
	padding-left: 40px!important;
}
#footer > .pc nav dl dt:before {
	width: 30px!important;
}
#footer > .pc nav dl dd {
	font-size: 11px!important;
}
}

@media screen and (max-width: 1100px) {
	#footer {
		padding: 100px 0!important;
	}
	#footer nav {
		margin-left: 0!important;
	}
}

@media screen and (max-width: 900px) {
	#footer .logoArea {
		margin-right: 0!important;
	}
	#footer nav dl div+div {
		margin-left: 0!important;
	}
	#footer nav dl dt {
		padding-left: 60px!important;
	}
}


.copy {
	background: #796b46;
	text-align: center;
	color: #fff;
	font-size:10px;
	letter-spacing: 1.2px;
	padding: 10px 0;
	display: none;
}

.copy a{
	color: #fff;
	text-decoration:none;
}

.copy a:hover{
	text-decoration:underline;
}


#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	z-index:99999;
	display: none!important;
}

/* 20160125_スマホバナー非表示化 */
#sp_banner{display:none;}


/* 20160412追加
----------------------------------------------------------- */
#spLinkBlockInPc{
	display:none;
	position: relative;
}


.spLinkBlockSpBtn img {
	width: 100%;
}
.spLinkBlockSpBtn02 {
	margin-top: 4%;
}
.spLinkBlockSpBtn02 img {
	width: 100%;
}

.spLinkBlockSpBtn {
	top: 50%;
	position: absolute;
}


/* gnav_txt
----------------------------------------------------------- */
.gnavLinkBlock a.gnavLink {
	line-height: 100%;
	padding-top: 22px;
	letter-spacing: -1px;
	height: 33px;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #505050;
	text-decoration: none;
	background: url(../images/header/gnav_line.png) no-repeat 0 0;
}

.gnavLinkBlock a.gnavLink:hover{
	color: #ffffff;
	background: url(../images/header/gnav_line.png) no-repeat 0 0 #b8a456;
}

.gnavLinkBlock .g02Link {
	width: 123px;
}

.gnavLinkBlock .g03Link {
	width: 102px;
}

.gnavLinkBlock .g04Link {
	width: 125px;
}

.gnavLinkBlock .g05Link {
	width: 121px;
}

.gnavLinkBlock .g06Link {
	width: 110px;
}

.gnavLinkBlock .g07Link {
	width: 127px;
}

.gnavLinkBlock .g08Link {
	width: 134px;
}

.gnavLinkBlock .g09Link {
	width: 107px;
}

.gnavLinkBlock a.gnavSubLink {
	line-height: 100%;
	padding-top: 18px;
	letter-spacing: -1px;
	height: 29px;
	font-size: 12px;
	text-align: center;
	display: block;
	color: #5d4f2b;
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
}

.gnavLinkBlock a.gnavSubLink:hover{
	background-color: rgba(243,233,206,0.7);
}

.gnavLinkBlock .gnavSubLinkSpacer {
	display: none;
}

.gnavLinkBlock .g02SubLink {
	width: 123px;
}

.gnavLinkBlock .g06SubLink {
	width: 110px;
}


/* spMenu
----------------------------------------------------------- */
#spMenu {
	top: 0!important;
	overflow: auto!important;
}
#spMenu #spMenuInner {
	min-height: 900px!important;
	min-width: 1200px!important;
}
#spMenu #spMenuInner .spMenuLogo {
	top: 30px!important;
	left: 30px!important;
}
#spMenu #spMenuInner .spMenuLogo svg {
	width: 140px!important;
	height: 40px!important;
}
#spMenu #spMenuInner .spMenuHome {
	top: 36px!important;
	left: 190px!important;
	font-size: 30px!important;
}
#spMenu #spMenuInner ul.spMenuList {
	width: 330px!important;
	height: 330px!important;
}
#spMenu #spMenuInner #spScrollInner .spMenuList:before {
	height: 100px !important;
	right: calc(-100vw - -40px) !important;
	top: -140px !important;
	display: none!important;
}
#spMenu #spMenuInner #spScrollInner .spMenuList:after {
	height: 100px !important;
	left: calc(-100vw - -40px) !important;
	bottom: -140px !important;
	display: none!important;
}
#spMenu #spMenuInner .spMenuList li a {
	font-size: 18px!important;
}
#spMenu #spMenuInner .spMenuList li a div svg {
	margin: 0 auto 20px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuPolicy {
	width: 194px !important;
	height: 194px !important;
	top: -65px !important;
	left: -246px !important;
}
#spMenu #spMenuInner .spMenuList li.spMenuPolicy svg {
	width: 36px!important;
	height: 36px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuFlow {
	width: 194px !important;
	height: 194px !important;
	top: -190px !important;
	left: -50px !important;
}
#spMenu #spMenuInner .spMenuList li.spMenuFlow svg {
	width: 35px!important;
	height: 39px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuSalon {
	width: 160px !important;
	height: 160px !important;
	top: 164px !important;
	left: -180px !important;
}
#spMenu #spMenuInner .spMenuList li.spMenuSalon svg {
	width: 32px!important;
	height: 32px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuPrice {
	top: 0!important;
	left: 0!important;
	width: 330px!important;
	height: 330px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuPrice svg {
	width: 44px!important;
	height: 26px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuFaq {
	width: 160px !important;
	height: 160px !important;
	top: -170px !important;
	left: 200px !important;
}
#spMenu #spMenuInner .spMenuList li.spMenuFaq svg {
	width: 18px!important;
	height: 32px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuVoice {
	width: 170px !important;
	height: 170px !important;
	top: 330px !important;
	left: -40px !important;
}
#spMenu #spMenuInner .spMenuList li.spMenuVoice svg {
	width: 38px!important;
	height: 34px!important;
}
#spMenu #spMenuInner .spMenuList li.spMenuGallery {
	width: 162px !important;
	height: 162px !important;
	top: 335px !important;
	left: 170px !important;
}
#spMenu #spMenuInner .spMenuList li.spMenuGallery svg {
	width: 38px!important;
	height: 32px!important;
}
#spMenu #spMenuInner li.pcMenuDoctor {
	width: 170px !important;
	height: 170px !important;
	top: -15px !important;
	left: 340px !important;
}
#spMenu #spMenuInner li.pcMenuDoctor svg {
	width: 30px!important;
	height: 38px!important;
}
#spMenu #spMenuInner li.pcMenuStaff {
	width: 200px !important;
	height: 200px !important;
	top: 200px !important;
	left: 350px !important;
}
#spMenu #spMenuInner li.pcMenuStaff svg {
	width: 50px!important;
	height: 32px!important;
}
.notRe #spMenu #spMenuInner .spMenuMail {
	width: 330px;
	right: 50px;
	bottom: 160px;
}
@media screen and (max-width:1280px) {
.notRe #spMenu #spMenuInner .spMenuMail {
	bottom: 100px;
}
}
.notRe #spMenu #spMenuInner .spMenuMail a {
	height: 90px;
}
.notRe #spMenu #spMenuInner .spMenuMail a i {
	width: 64px;
	height: 90px;
}
.notRe #spMenu #spMenuInner .spMenuMail a i svg {
	width: 46px;
	height: 90px;
}
.notRe #spMenu #spMenuInner .spMenuMail a div {
	margin: 0;
	padding: 20px 0 0;
	font-size: 16px;
}
.notRe #spMenu #spMenuInner .spMenuMail a div b {
	padding: 0 0 10px;
	font-size: 18px;
}
/* spMenuBtn★
----------------------------------------------------------- */
#spMenuBtn {
	width: 100px!important;
	height: 100px!important;
	right: 50px!important;
}
#spMenuBtn .open {
	padding: 34px 0 0!important;
	width: 100px!important;
	height: 100px!important;
}
#spMenuBtn .open div {
	width: 40px!important;
	height: 32px!important;
}
#spMenuBtn .open div span:nth-of-type(2) {
	top: 15px!important;
}
#spMenuBtn .close {
	margin: 20px!important;
	width: 60px!important;
	height: 60px!important;
	padding: 22px 0 0!important;
	background: url(/sp/images_re/icon_menu_close.svg) no-repeat center/60px 60px!important;
}
#spMenuBtn.hide {
	-webkit-transform: translateX(200px)!important;
	transform: translateX(200px)!important;
}
@media screen and (min-width:751px) {
#pcContactBtn {
	top: 5px!important;
}
#spMenuBtn {
	bottom: auto!important;
	top: 210px!important;
}
#comicBtn {
	width: 55px!important;
	height: auto!important;
	top: 340px!important;
}
#comicBtn.hide {
	-webkit-transform: translateX(55px)!important;
	transform: translateX(55px)!important;
}
}
/* spMenuBg
----------------------------------------------------------- */
#spMenuBg {
	width: 100px!important;
	height: 100px!important;
	right: 50px!important;
	bottom: 50px!important;
}

/* pcContactBtn
----------------------------------------------------------- */
#pcContactBtn {
	width: 140px!important;
	height: 200px!important;
	right: 30px!important;
	bottom: 160px!important;
}
#pcContactBtn.hide {
	-webkit-transform: translateX(200px)!important;
	transform: translateX(200px)!important;
}