@charset "utf-8";

/* Common */

body{
	margin: 0;
	background: url(bg.gif) #000;
	background: url(bg.gif), -moz-linear-gradient(-45deg, #000, #010a1c);
	background: url(bg.gif), -webkit-linear-gradient(-45deg, #000, #010a1c);
	background: url(bg.gif), -ms-linear-gradient(-45deg, #000, #010a1c);
	background: url(2.gif), linear-gradient(135deg, rgb(153,68,75), #79242a);
	background-repeat: repeat;
	background-position: 0, 0;
	background-size: auto, auto;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	line-height: 1.4;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
li, ul, ol ,dd{
    padding-inline-start: 0px;
	margin-inline-start: 0;
	list-style: none;
}
p{
	margin: 0;
}

img{
	vertical-align: bottom;
}

section{
	background: url(sec-bg.png) repeat top left;
	padding: 5px;
	width: 1020px;
	box-sizing: border-box;
	margin: 0 auto 80px;
	background-size: 32px;
}

section div.secBdr{
	background: #876731;
	background: -moz-linear-gradient(-45deg, #876731 0%, #f8efb7 40%, #876731);
	background: -webkit-linear-gradient(-45deg, #876731 0%, #f8efb7 40%, #876731);
	background: -ms-linear-gradient(-45deg, #876731 0%, #f8efb7 40%, #876731);
	background: linear-gradient(135deg, #eea2a4 0%, #ffdedf 40%, #ed5a65);
	box-sizing: border-box;
	padding: 5px;
}
.pageTop,.pageTop2{
display:none;
}
#staff_contents h2{
margin:0;
}
section div.secInr{
	<!--background: url(sec-bg.png) repeat top left-->;
	padding: 50px 0;
	background-size: 32px;
}

section div.secInr:before{
	content: " ";
	<!--background: url(sec-hd.png) no-repeat top center-->;
	display: block;
	width: 400px;
    height: 48px;
    background-size: contain;
    margin: 0 auto 30px;
}

#staff_contents .title:before{
	content: " ";
	background: url(sec-hd.png) no-repeat top center;
	display: block;
	width: 200px;
    height: 24px;
    background-size: contain;
    margin: 0 auto 30px;
}

section div.secInr:after{
	content: " ";
	background: url(sec-ft.png) no-repeat top center;
	display: block;
	width: 400px;
    height: 34.5px;
    background-size: contain;
    margin: 100px auto 0;
}

section div.secInr h3.ttl{
	height: 76px;
	text-align: center;
	margin: 0 0 30px;
}

section div.secInr h3.ttl img{
	height: 100%;
}
.atci{
    height: 300px;
    overflow-y: scroll;
}
header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after,li:after {content : "";display : block;height : 0;clear : both;}

#system_contents, #access_contents, #staff_contents, #recruit_contents, #reserve_contents {
    <!--margin-top: -60px-->;
    <!--padding-top: 60px-->;
}
.recruitInr ul li{
	width:50%;
	float:left;
}
.recruitInr ul li img{
	width:100%;
}
.recruitInr .room-txt{
    padding: 20px;
}

/* セラピスト */
.staff_box li{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #27283b; /* Old browsers */
    background: -moz-linear-gradient(left,  #27283b 0%, #27283b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#27283b), color-stop(100%,#27283b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #27283b 0%,#27283b 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(left,  #27283b 0%,#27283b 100%); /* IE10+ */
    background: linear-gradient(to right,  #f3b3b5 0%,#ed5e69 100%); /* W3C */
    <!--box-shadow: 1px 1px 0 #ccc-->;
}
.staff_box li .img{
    width: 180px;
    position: relative;
    z-index: 1;
    float: left;
}
.staff_box li .img:after{
    width: 100%;
    height: 270px;
    border: 1px solid #fff;
    background: #ebe3d7;
    box-shadow: 1px 1px 3px #ccc;
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: -1;
}
.staff_box li .img img{
    margin-bottom: 20px;
    padding: 1px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #ccc;
    display: inline-block;
}
.staff_box li .img .thum {
    text-align: center;
}
.staff_box li .img .thum img{
    width: 60px;
    height: 90px;
}
.staff_box li .img .thum span{
    height: 60px;
    overflow: hidden;
    margin: 0 4px;
    display: inline-block;
}
.staff_box li .img .thum span{
    overflow: visible;
}
.staff_box li .contents{
    float: right;
    width: 740px;
        font-size: 14px;
		color:#FFF;
}
.staff_box li .name, .staff_box li .profile{
    margin-bottom: 15px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed #705630;
       font-size: 14px;
}
.staff_box li .name{
    overflow: hidden;
    white-space: nowrap;
        font-size: 14px;
}
.staff_box dl dt{
    margin-bottom: 5px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed #705630;
    
}
.staff_box dl .txt{
    /*max-height: 90px;
    overflow: hidden;*/
        font-size: 12px;
}
.staff_box li .contents_foot{
    float: right;
    width: 460px;
}
.staff_box li .contents_foot .btn_sch{
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed #705630;
    
    position: relative;
    cursor: pointer;
}
.staff_box li .contents_foot .btn_sch i{
    height: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    font-size: 16px;
}
.staff_box li .contents_foot table{
    width: 100%;
}
.staff_box li .contents_foot table th, .staff_box li .contents_foot table td{
    border-bottom: 1px dashed #bbb;
    box-sizing: border-box;
    text-align: center;
}
.staff_box li .contents_foot table th{
    width: 56%;
    padding: 8px;
    
}
.staff_box li .contents_foot table td{
    width: 44%;
    border-left: #d8d0c5 1px solid;
}
.staff_box li .contents_foot table .sat{
    color: #094FA7;
}
.staff_box li .contents_foot table .sun{
    color: #d6294a;
}
.staff_box li .contents_foot .table_fade_box {
    display: none;
}

.hdm{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.hdm span.en{
    display: none;
}

.hdm span.ja{
}

@media screen and (max-width: 767px) {
    .hdm{
        font-size: 20px;
        color: #fff;
        margin-bottom: 5px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    }
    .hdm span.en{
        display: none;
    }
}

.ht01{
    position: relative;
    margin: 0 auto 12px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    text-indent: 0.1em;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #000;
    z-index: 2;
}
.ht01 span.en{
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 0.2em;
    
    font-size: 1.6em;
    line-height: 60px
}
.ht01 span.en:after{
    content: '';
    position: absolute;
    left: 0;
    top: 2.0em;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #221c12 0%, #a88245 36%, #a88245 64%, #221c12 100%);
}
.ht01 span.ja{
    display: block;
    font-size: 0.8em;
}
/*------------------------access.php------------------------*/
.access-img{
    margin-top: 50px;
    text-align: center;
}

.access-box table{
    width: 100%;
}
.access-box table th{
    width: 20%;
    font-size: 14px;
    padding: 15px 0;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #825f2e;
}
.access-box table td{
    font-size: 14px;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #825f2e;
    color: #000;
}
.access-box table td a{
    color: #000000;
    font-weight: bold;
}
.map{
    width: 100%;
}
.map iframe{
    width: 100%;
    height: 450px;
}
@media screen and (max-width: 767px) {
    .access-img{
        margin-top: 25px;
        text-align: center;
    }
    .access-box{
        padding: 10px 10px!important;
    }
    .access-box .address table th{
        font-size: 14px;
        padding: 10px 0;
    }
    .access-box .address table td{
        font-size: 12px;
        text-align: left;
        padding: 10px 0;
    }
    .access-box iframe{
        width: 100%;
        height: 340px!important;
    }
}




@media screen and (max-width: 640px) {


body{
	background-size: 50%;
	padding-bottom: 100px;
}

section{
	padding: 5px;
	width: 95%;
	background-size: 16px;
	margin-bottom: 30px;
}

section div.secInr{
	padding: 30px 10px;
	background-size: 16px;
}

section div.secInr:before{
	width: 200px;
    height: 24px;
    background-size: contain;
    margin: 0 auto 20px;
}

section div.secInr:after{
	width: 200px;
    height: 24px;
    background-size: contain;
    margin: 20px auto 0;
}

section div.secInr h3.ttl{
	height: 60px;
}

#information{
background: url(bg-news.jpg) no-repeat;
    height: 580px;
    padding: 40px 0;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    background-size: 100% 100%;
    box-sizing: border-box;
	padding: 25% 1% 0 1%;
}
#information .ttl{
display:none;
}
section div.secInrs{
background:none
}
section div.secBdrs{
background:none
}
/* セラピスト */
.staff_box li .img{
    width: 25%;
}
.staff_box li .img:after{
    display: none;
}
.staff_box li .img img{
    width: 86px;
    height: 129px;
    margin-bottom: 10px;
}
.staff_box li .img .thum {
    margin-bottom: 10px;
}
.staff_box li .img .thum span{
    width: 34px;
    height: 34px;
    overflow: hidden;
    margin: 0;
}
.staff_box li .img .thum span{
    overflow: visible;
}
.staff_box li .img .thum img{
    width: 34px;
    height: 51px;
}
.staff_box li .contents{
    width: 70%;
    float: right;
}
/*.staff_box dl .txt{
    max-height: 180px;
}*/
.staff_box dl dt{
    padding: 5px;
}
.staff_box li .name, .staff_box li .profile{
    padding: 0 5px;
}
.staff_box li .contents_foot {
    width: 100%;
    clear: both;
}
.staff_box li .contents_foot .title_sch{
    padding: 5px;
    display: none;
}
.staff_box li .contents_foot .btn_sch{
    padding: 5px;
}


}




/*  Main Visual  */

.mvContents{
	background: rgba(0,0,0,0.4);
	width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
}

.mvInr{
	width: 1020px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}

h1{
	margin: 15px 0 0;
    font-size: initial;
    line-height: 16px;
}

h1 img{
	height: 16px;
}

h2{
	text-align: center;
	margin: 90px 0 0;
}

h2 img{
	height: 200px;
}

.about{
	position: absolute;
	bottom: 30px;
	right: 0
}

img.open{
	height: 36px;
	margin-bottom: 20px;
}

img.tel{
	/*
	height: 71px;
	*/
	height: 25px;
}

div.call{
	display: none;
}

@media screen and (max-width: 767px) {
    .pageTop{
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 22;
		display: block;
        width: 45px;
        height: 45px;
        text-decoration: none;
        background: rgba(154,97,42,0.9);
        text-align: center;
        border-radius: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }
	.pageTop2{
        position: fixed;
        bottom: 20px;
        left: 10px;
        z-index: 22;
		display: block;
        width: 45px;
        height: 45px;
        text-decoration: none;
        background: rgba(154,97,42,0.9);
        text-align: center;
        border-radius: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .pageTop a{
        display: block;
        width: 45px;
        height: 45px;
        text-decoration: none;
        background: rgba(240 118 127);
        text-align: center;
        border-radius: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }
	.pageTop2 .fa{
		font-size: 30px;
		color: #FFF;
		line-height: 45px;
	}
	.pageTop2 a{
        display: block;
        width: 45px;
        height: 45px;
        text-decoration: none;
        background: rgba(240 118 127);
        text-align: center;
        border-radius: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .pageTop a:after{
        content: "";
        position: absolute;
        right: 14px;
        top: 19px;
        width: 16px;
        height: 16px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


@media screen and (max-width: 640px) {

.mvContents,
.mvInr,
.bx-viewport{
    height: 500px !important;
    width: 100%;
}

.bx-wrapper{
	margin-bottom: 0 !important;
}

.mvSlide div{
	width: 480px !important;
}

.bx-viewport img{
	width: 480px !important;
	height: 400px !important;
}

h1{
	text-align: center;
	margin-top: 85px;
}

h1 img{
	height: 22px;
}

h2{
	margin: 20px 0 0;
}

h2 img{
	height: 147px;
}

.about{
	position: relative;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin-top: 50px;
}

img.open{
	height: 24px;
	margin-bottom: 15px;
}

img.tel{
	height: 18px;
}

div.call{
	display: block;
	position: absolute;
	top: 10px;
	right: 6px;
	width: 50px;
	height: 50px;
}

div.call img{
	width: 100%;
}


}






/*  Navigation  */

nav{
	text-align: center;
	margin: 80px 0;
}

nav div.navContainer{
	display: inline-block;
}

nav div.navBlc{
	float: left;
}

nav a img{
	height: 144px;
	margin: 0 20px;
}


@media screen and (max-width: 640px) {

nav{
	margin: 30px 0 10px;
}


nav a img{
	height: 100px;
	margin: 0 5px;
}

nav div.navBlc{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}


}





/*  event  */


section#event,
section#event div.secInr{
	<!--background: url(sec-bg-info.png) repeat top left;-->
}


.info{
	text-align: center;
}

.info div.infoInr{
	display: inline-block;
	text-align: left;
}

.info p.cp-ttl{
	text-align: center;
	margin-bottom: 30px;
}

.cp-off{
	width: 400px;
	float: left;
	margin: 0 20px;
}

.cp-desc{
	width: 700px;
	padding-top: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.cp-desc.sp{
	display: none;
}

.cp-off img,
.cp-desc img{
	width: 100%;
}


.info p{
	margin: 0 0 5px;
	font-size: 14px;
}

.info span.date{
	font-size: 12px;
	font-style: italic;
	margin-right: 15px;
}


@media screen and (max-width: 640px) {


.info p{
	margin: 0 0 5px;
	font-size: 12px;
}

.info span.date{
	font-size: 11px;
	margin-right: 10px;
}

.info p.cp-ttl img{
	width: 85%;
}

.cp-off{
	width: 95%;
	float: none;
	margin: 0 auto 10px;
}

.cp-desc.pc{
	display: none;
}

.cp-desc.sp{
	display: block;
}

.cp-desc{
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
}


}


/*  information  */

.information{
	text-align: center;
	font-size: 14px;
}

.informationInr{
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

.informationBlc{
	width: 300px;
	float: left;
	margin: 0 12px;
}

.informationBlc p{
	text-align: left;
}

.informationImg{
	width: 300px;
	height: 300px;
}

.informationImg img{
	width: 100%;
}

img.informationName{
	height: 24px;
	margin: 20px 0;
}


@media screen and (max-width: 640px) {

.information{
	font-size: 12px;
}

.informationBlc{
	float: none;
	margin: 0 auto 30px;
	width: 100%;
}

.informationImg{
	width: 280px;
	height: 280px;
	margin: 0 auto;
}

.informationInr{
	margin-top: 0;
}

.informationInr.first{
	margin-top: 30px;
}


img.informationName{
	height: 18px;
	margin: 10px 0;
}

}




/*  System  */

.systemInr{
	display: inline-block;
	width: 100%;
}

.systemBlc{
	text-align: center;
	margin: 20px 0 0;
	font-family: "DF-KaKouMinCho-W3";
}
img.systemTtl{
	height: 24px;
	margin-bottom: 20px;
}

img.systemTtl.small{
	height: 19px;
}

.systemBlc p{
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1;
}

p.systemDesc{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

span.time{
	font-size: 16px;
}

span.price{
	font-size: 24px;
	font-weight: 600;
	margin-left: 30px;
	letter-spacing: 0.025em;
}

.systemLimited{
	clear: both;
	text-align: center;
	width: 368px;
	margin: 0 auto;
}

.systemLimited img{
	height: 18px;
	margin:40px 0 30px; 
}

.systemLimited p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1;
	text-align: right;
}


@media screen and (max-width: 640px) {

img.systemTtl{
	height: 18px;
	margin-bottom: 10px;
}

p.systemDesc{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px;
}

img.systemTtl.small{
	height: 16px;
	margin-bottom: 15px;
}

.systemBlc p{
	margin-bottom: 10px;
}

span.time{
	font-size: 14px;
}

span.price{
	font-size: 18px;
	margin-left: 15px;
}

}


/*  Cast  */

section div.secInr.cast h3.ttl{
	margin-bottom: 0;
}

.cast{
	text-align: center;
}

.modal-content{
	width: 600px;
	height: 90%;
	margin: 0 auto;
	position: fixed;
	display: none;
	z-index: 2;
}
  
.modal-content .bx-wrapper{
	background: transparent;
	margin-bottom: 10px;
}

.modal-content .bx-viewport{
	height: 90% !important;
	width: 600px !important;
	margin: 0 auto;
}

.modal-content ul{  
	padding: 0;  
	margin: 0;
	height: 600px;
}  

.modal-content ul li{
	width: 600px !important;
}

.modal-content ul li img{
	margin: 0 auto;
}

.modal-content ul li img.sidePh{
	margin: 75px 0;
}

#modal-overlay{
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.85 );
}
#cast-pager{
	margin-bottom: 15px;
	text-align: center;
}

#cast-pager img{
	width: 60px;
	height: 60px;
}

p.close-btn{
	text-align: center;
}

#modal-close{
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	font-style: 30px;
	letter-spacing: 0.1em;
}
 
#modal-close:hover{
	cursor: pointer;
	color: #f00;
}

.castInr{
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

div.castBlc{
	width: 300px;
	float: left;
    margin: 0 12px;
    font-size: 14px;
}

div.castBlc img{
	width: 300px;
}

div.castBlc p.castName{
	margin-top: 10px;
	font-weight: 600;
}

div.castBlc p.castDesc{
	padding: 5px 0 15px;
	text-align: left;
	min-height: 95px;
}

a.button-link img{
	height: 40px;
	width: 240px;
}


@media screen and (max-width: 640px) {

div.castBlc{
	width: 100%;
	float: none;
    margin: 0 auto 30px;
    font-size: 12px;
}

div.castBlc p.castDesc{
	min-height: 0;
	padding: 5px 0 10px;
}

div.castBlc img{
	width: 280px;
	height: inherit;
}

.modal-content ul li img.sidePh{
	width: 300px !important;
    height: inherit !important;
    margin: 87.5px auto;
}

.modal-content{
	margin-top: 30px;
	width: 100%;
    left: 0 !important;
}

.modal-content .bx-viewport{
	width: 90% !important;
}


.modal-content ul{
	height: 400px;
	margin-bottom: 20px;
}

.modal-content ul li{
	width: 100% !important;
}

.modal-content ul li img{
	width: auto !important;
}


a.button-link img{
	height: 40px;
	width: inherit;
}

}


/*  Access  */

section div.secInr.access{
	padding: 50px 100px;
}

.shop{
	text-align: center;
}

p.logo img{
	height: 80px;
	margin: 20px 0 15px;
}

p.address{
	margin-bottom: 30px;
	
}

p.address span{
	font-weight: bold;
}

p.address img{
	height: 38px;
	margin-bottom: 10px;
}

p.btn img{
	height: 40px;
}


@media screen and (max-width: 640px) {

section div.secInr.access{
	padding: 50px 10px;
}

.secInr.access iframe{
	width: 100% !important;
	height: 260px !important;
}

p.logo img{
	height: 50px;
}


p.address{
	margin-bottom: 20px;

}

p.address img{
	height: 24px;
	margin-bottom: 10px;
}

}


/* Recruit */

.recruitInr{
	display: inline-block;
	width: 100%;
}


.recruitColumn{
	width: 38%;
	float: left;
}

.recruitColumn.left{
	margin: 0 2% 0 10%;
}

.recruitColumn.right{
	margin: 0 10% 0 2%;
}

.recruitSub img{
	height: 16px;
}

.recruitSub.small img{
	height: 14px;
}

.recruitColumn p{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.recruitColumn p.recruitSub{
	margin-bottom: 10px;
}


@media screen and (max-width: 640px) {


.recruitInr{
	width: 90%;
	margin: 0 5%;
}
.recruitColumn{
	width: 100%;
	float: none;
}

.recruitColumn.left,
.recruitColumn.right{
	margin: 0;
}

.recruitSub img{
	height: 14px;
}

.recruitSub.small img{
	height: 12px;
}

.recruitColumn p{
	font-size: 12px;
	line-height: 1.5;

}


}


/* Copyright */

footer{
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
footer .bnr a{
	display: inline-block;
	color:#FFF;
	text-decoration: none;
	line-height: 40px;
}

@media screen and (max-width: 640px) {
footer{
	margin-top: 60px;
}
footer .bnr a{
	display: inline-block;
	color:#FFF;
	text-decoration: none;
	line-height: 40px;
}
}


.videoCont{
	width: 90%;
	margin: 5%;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.bnr{
	width: 90%;
    margin: 0 auto 20px;
}
