/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300);
*{
	margin:0;
	padding:0;

}
li{
	list-style:none;
}

body{
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fafafa;
	background-image:url(../image/sche_back.jpg);
	background-repeat:repeat;
	color:#000000;
}
h1{
	margin:0;
	}
body a{
    color: #fafafa;
}
body a:hover{
    color: #000000;
    text-decoration: none;
}
h1,h2,h3,h4,h5{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.modal { 
    position:fixed; 
    display:none; 
    z-index:9999; 
    top:50%; 
    left:50%; 
    width:400px; 
    height:200px; 
    margin:-100px 0 0 -200px; 
    padding:20px; 
    text-align:center;
}
.modal p { 
    margin-bottom:20px; 
}
.modal a { 
    margin: 10px;
    padding: 5px 10px;
    cursor:pointer; 
    border: solid 1px #fff;
    border-radius: 3px;
}
.modal a:hover{
    background: rgba(166,20,7,0.9);
}

#logo{
    width: 100%;
    margin-top: 1em;
}

#call{
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}
#call span{
    font-size: 0.7em;
}
/*デフォルトメニューバー表示しすてむ
#pull{
    position: absolute;
    top:10px;
    right: 10px;
    width: 45px;
    height: 45px;
    line-height: 1em;
    text-align: center;
	color:#000;
}*/
#pull span{
    font-size: 0.7em;
}
#pull i{
    font-size: 2em;
}

nav ul{
    display: none;
}
nav li{
    border-top: solid 1px #666666;
}
nav a{
    display: block;
    padding: 0.3em;
}
nav .active a{
    border-bottom: 2px solid transparent;
    border-color: #fff;
    padding-bottom: 4px;
}
nav a:hover{
	/*
    border-bottom: 2px solid transparent;*/
    border-color: #fff;
    color: #fff;
    padding-bottom: 4px;
}
#slider{
	margin: 0 auto;
    max-width: 964px;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    z-index: 100;
	display:none;
}
#slider #catch{
    position: absolute;
    width: 100%;
    text-align: center;
    top:30%;
}
#slider #catch h1{
    font-size: 1em;
}
#slider #catch a{
    display: none;
}
.cycle-slideshow { 
    width: 100%;
    position: relative;
    z-index: -1;
}
.cycle-slideshow img {
    width: 100%; 
    height: auto
}
.cycle-pager {
	width:100%;
    text-align: center;
    position: absolute;
    margin-top: -20px;
}
.cycle-pager span {
	display: inline-block;  
	width: 30px; 
	height: 30px; 
	font-family: arial; 
	font-size: 60px;
	color: #ffffff;
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active{
	color: #a61407;
}
.cycle-pager > * { 
    cursor: pointer;
}
#top section{
    padding: 0em 0;
}
#top h2{
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
    text-transform: inherit;
}
#top h2 span{
    border-bottom: solid 1px #880000;
    display: inline-block;
    font-size: 2em;
    margin-bottom: 10px;
	font-family: 'Yu Gothic', sans-serif;
}
#girls{
    padding-bottom: 0 !important;
	margin: 0 auto;
    max-width: 964px;
}
#girls li{
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
}
#girls li img{
    width: 100%;
    opacity: 1.0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#girls li img:hover{
    opacity: 1.0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#girls .girl_info{
    display: none;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 0.8em;
    bottom: 0;
    background:rgba(0,0,0,0.6);
}
#girls .girl_info a{
    text-decoration: underline;
}
#girls .girl_info h3{
    font-size: 1.5em;
	color:#ffffff;
}
#girls .girl_info p{
	color:#ffffff;
}
#top #kotei_contents{
	  background-image: url("../image/sche_back03.jpg");
    border-color: #aeaeae;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin: 15px auto;
    max-width: 500px;
    padding: 15px;
	}
#schedule{
    margin: 0 auto;
    max-width: 964px;
    padding-bottom: 0 !important;
}
#schedule ul{
    margin-bottom: 0;
	margin-left: 0;
	/*margin-top:10px;*/
	display:block;
	overflow:hidden;
	width:100%;
	margin-top:5px;
}
#schedule li{
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
}

#schedule li img{
    width: 100%;
    opacity: 1.0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#schedule li img:hover{
    opacity: 1.0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#schedule .time{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 0.8em;
    bottom: 0;
    background:rgba(0,0,0,0.6);
	color: #ffffff;
}
#schedule .time h3 a{
	color: #ffffff;
}
#schedule .time h3{
    font-size: 1.5em;
}

/*NEW・Twitterアイコンここから*/
div.icon_new,
div.icon_twitter{
    position: absolute!important;
    z-index: 999;
}

div.icon_new{
    height:50px!important;
    width:50px!important;
    right:5px!important;
    top: 5px!important;
}

div.icon_twitter{
    height:40px!important;
    width:40px!important;
    left:8px!important;
    bottom: 5px!important;
}

div.icon_new img,
div.icon_twitter img{
    width:100%!important;
    height: auto!important
}

div.icon_new img:hover{
    transform: scale(1);
}

@media only screen and (min-width: 768px) {
    #slideshow div.icon_new{
        right:137px!important;
    }
}

@media screen and (max-width: 480px){
    div.icon_new{
        height:35px!important;
        width:35px!important;
    }
    div.icon_twitter{
        height:20px!important;
        width:20px!important;
        left:4px!important;
        bottom: 8px!important;
    }
    #slideshow div.icon_new,
    #slideshow div.icon_twitter{
        height:40px!important;
        width:40px!important;
    }
    #slideshow div.icon_twitter{
        left:8px!important;
        bottom: 5px!important;
    }
}
/*NEW・Twitterアイコンここまで*/

#reservation input{
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation select{
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation textarea{
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    width: 100%;
    min-height: 100px;
    margin: 1%;
}
#reservation button{
    border: solid 2px #ffffff;
    background: rgba(166,20,7,0.3);
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation button:hover{
    background: rgba(166,20,7,0.9);
}
::-webkit-input-placeholder {
   color: #e1e1e1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #e1e1e1;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #e1e1e1;  
}
:-ms-input-placeholder {  
   color: #e1e1e1;  
}
#page-top{
    display:none;
	width:50px;
	height:50px;
	position:fixed;
	right:10px;
	bottom:10px;
    z-index: 9999;
    border-radius: 3px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
    border-radius: 3px;
}
 
#page-top p:hover{
	background:#8b8b8b;
    border-radius: 3px;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

footer .col1 li{
    margin-bottom: 0.5em;
}

footer .col2 li{
    margin-bottom: 0.5em;
}
footer .col2 a{
    display: block;
}
footer #footer_logo{
    text-align: center;
}
footer #footer_logo img{
    max-width: 200px;
}
footer #footer_tel{
    font-family: 'Yu Gothic', sans-serif;
	font-size: 30px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}
footer #footer_tel span{
    font-size: 0.7em;
}
footer #copy{
    text-align: center;
    font-size: 0.7em;
}

/*--
Slide
---------------------------------------*/


#slideshow div {
  width: 330px;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
}
#slideshow div div {
  top: 0;
  left: 0;
  position: absolute;
}
#slideshow div img {
  display: block;
  height:400px;
}
#slideshow ul {
  display: inline-block;

}

#slideshow ul li {
  width: 80px;
  height: 113px;
  display: block;
  margin: 0px 0px 2px 5px;
  background: none;
}
#slideshow .active {
  filter: alpha(opacity=99)!important;
  -moz-opacity: 0.99!important;
  opacity: 0.99!important;
}
.clearfix {
  min-height: 1px;
}

/*--
schedule
---------------------------------------*/
#weekly{    
    margin: 0 auto;
    width: 850px;
}
#weekly table{
    width: 100%;
    margin: 10px auto 40px;
	font-size:10px;
}

#weekly th, .am-table th{
/*
	background: #100d05;
	background: -moz-linear-gradient(top,  #100d05 1%, #928134 92%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#100d05), color-stop(92%,#928134));
	background: -webkit-linear-gradient(top,  #100d05 1%,#928134 92%);
	background: -o-linear-gradient(top,  #100d05 1%,#928134 92%);
	background: -ms-linear-gradient(top,  #100d05 1%,#928134 92%);
	background: linear-gradient(to bottom,  #100d05 1%,#928134 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100d05', endColorstr='#928134',GradientType=0 );
*/
}
.am-table th{border-top: 1px solid #474747 !important; text-align: center;}
.am-table td{vertical-align: center;}

/*--
service
---------------------------------------*/

dl{
    padding-bottom: 10px;
    border-top: 1px solid #bbb;
}

dl dt{
    clear: left;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0;
    width: 248px;
}

dl dd{
    padding: 5px 0 5px 120px;
    border-bottom: 1px solid #bbb;
}
@media (min-width: 320px) and (max-width: 767px){
	.box{
    border: 1px solid #000000;
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 1%;
    position: relative;
    width: 49%;
}
.box img{
	width:100%
}

.box_right{
    border: 1px solid #000000;
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 1%;
    position: relative;
    width: 49%;
}
.box_right img{
	width:100%
}

#schedule li a {
    font-size: 12px;
    vertical-align: -moz-middle-with-baseline;
}
#schedule .amd-list li {
    background-color: #000;
    border: 1px solid #ffffff;
    color: #000;
    height: 40px;
    list-style: outside none none;
    margin-bottom: 5px;
    text-align: center;
    width: 25%;
}
.amd-list{
	margin-left:-40px
	}
/*今スグ*/
.time img { 
 left: 25px !important; 
 } 
	/*スケジュール改*/
#schedule02{


    margin: 0 auto;
    max-width: 981px;

	}
.girl_section{
	background-image: url("../image/sche_back.jpg");
	background-repeat:repeat;
    color: #000000;
    height: 212px;
    margin: 0 auto 25px;
    max-width: 981px;
    position: relative;
	}
.girls_img{
	left: 4px;
    position: absolute;
    top: 5px;
	}
.name_age{
	font-size: 20px;
    left: 181px;
    position: absolute;
    top: 30px;
	}
/*
.time{
	left: 184px;
    position: absolute;
    top: 66px;
	}
*/
.worktime{
	left: 250px;
    position: absolute;
    top: 66px;
	}
.sche_coment{
	left: 182px;
    position: absolute;
    top: 96px;
	}
	.time_schedule{
	left: 155px;
    position: absolute;
    top: 126px;
	}
.kakunin_btn{
	left: 155px;
    position: absolute;
    top: 136px;
	}
#shop_slider{
	display:none;
	}
#shop_slider iframe{}
#shop_slider_smt{
	margin-left:-10px;
	}
/*アクセス*/
#access_contents{

	}
#access_h3{
	background-image: url("../image/titlebar.jpg");
	background-repeat:no-repeat;
    font-size: 18px;
    font-weight: bold;
     background-color: rgba( 0, 0, 0, 0.37 );
    padding: 5px;
	text-align:center;
	color: #ffffff;
	}
.step{
	background-image: url("../image/sche_back03.jpg");
	border: 1px solid #aeaeae;
    height: auto;
    margin-bottom: 10px;
    max-width: 940px;
    overflow: auto;
	padding: 10px;
	}
.step_image{
	text-align:center;
	}
.ac_text{}
#ueshima{}
#googlemap{
	display:none;
	}
#googlemap_smt{
	float:left;
	}
.map_text{
	float: left;
    margin-left: 10px;
    margin-top: 10px;
	}
.map_text a{
	color:#000000;
	}
.google_cont{
	background-image: url("../image/sche_back03.jpg");
	border: 1px solid #aeaeae;
    height: auto;
    margin-bottom: 10px;
    max-width: 940px;
    overflow: auto;
	padding: 10px;
	}
#maplogo{
	float: left;
	text-align:center;
	}
#maplogo img{
	width: 70%;
	}
.michijun_img{
    margin-left: 5%;
    width: 90%;
	}
.michijun_img img{
	width: 100%;
	}
.michijun_img p{
	font-size: 12px;
    text-align: center;
	}
.michijun_img_ebisuhigashi{
	clear:both;
	float: left;
    margin-left: 5%;
  width: 90%;
	}
.michijun_img_ebisuhigashi img{
	width: 100%;
	}
.michijun_img_ebisuhigashi p{
	font-size: 12px;
    text-align: center;
	}
#ebisu_nishiguchii{
	border-bottom: 3px dotted #e1ccad;
    margin-bottom: 30px;
    overflow: hidden;
    width: 95%;
	}
#ebisu_higashiguchi{}
#ebi_big_bnr{
	max-width:100%;
	}

#select_back{
	background-image: url("../image/access_selectback.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 163px;
    margin-left: 15px;
    position: relative;
    width: 293px;
	}
.select_text{
	display:none;
	}
#select_contents{
	color: #29aab6;
    left: 105px;
    position: absolute;
    top: 54px;
	}
.linkbtn_orange{
	background-image: url("../image/select_btnback.jpg");
    background-repeat: no-repeat;
	 background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f29a36, #d87701) repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    height: 28px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: -11px;
    padding: 5px;
    text-align: center;
    width: 179px;
	}
#access_tellnumber{
	display:none;
	}
#access_2ri{
	display:none;
	}
/*ニュース*/

#news{
	background-color: #fff;
    color: #000000;
    height: 225px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
	border: 1px solid #9a9a9a;
	margin-bottom: 30px;
	}
#news_contents{
	margin-left:10px;
	margin-right:10px;
	}
#blog_contents{
	
	}
	
/*セラピスト*/
#therapist_wrap{
	height: auto;
    overflow: hidden;
    max-width: 700px;
	}
.therapist_contents{
	background-image: url("../image/sche_back03.jpg");
    background-repeat: repeat;
    border: 1px solid #aeaeae;
    color: #000000;
    float: left;
    height: 400px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 50%;
	}
.therapist_profile{}

.main_image{
	width: 100%;
    position: relative;
	}
.main_image a img{
	width:100%;}
	
.therapist_name{
	color: #5f080c;
    font-size: 23px;
    font-weight: bold;
    left: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 10px;
    white-space: nowrap;
	}
.therapist_age{
	left: 250px;
	float:left;
    top: 45px;
	}
.sai{
	left: 273px;
	float:left;
    top: 45px;
	margin-right:20px;
	}

.therapist_height{
	left: 305px;
	float:left;
    top: 45px;
	}
.cm{
	left: 337px;
    top: 45px;
	float:left;
	margin-right:15px;
	}

.syukkinIcon_yes{
	background-color: #ff9999;
    color: #ffffff;
    height: 19px;

    text-align: center;
    top: 74px;
    width: 72px;
	left: 247px;
	margin-right: 20px;
	}
.syukkinIcon_no{
	background-color: #666666;
    color: #ffffff;
    height: 19px;
	float:left;
    text-align: center;
    top: 74px;
    width: 72px;
	left: 247px;
	margin-right: 20px;
	}
.syukkinTime{
	left: 333px;

    top: 75px;
	}
.comment_title{
	color: #5f080e;
    font-weight: bold;
    left: 250px;
    position: absolute;
    top: 120px;
	display:none;
	}
.comment_text{
	height: 230px;
    left: 248px;
    position: absolute;
    top: 140px;
    width: 214px;
	overflow: auto;
	display:none;
	}
.syousai_link{
	left: 54%;
    position: absolute;
    top: 78%;
	}
.syousai_link a img{
	width: 90%;
	display:none;
	/*セラピスト詳細バナー*/
	}
.day_schedule{
	display:none;
	}
.day_schedule tr{}
.day_schedule th{
	background-color: #dac2ae;
    border: 1px solid #aaaaaa;
    color: #550000;
    font-size: 11px;
    font-weight: normal;
    height: 35px;
    text-align: center;
    width: 112px;
	}
.day_schedule td{
	border: 1px solid #aaaaaa;
    height: 30px;
    text-align: center;
    width: 100px;
	}
#active{
	background-color: #5f080c;
    color: #ffffff;
	}
.info_therapist{

    width: 96%;
	}
/*トップ*/
header{
    width: 100%;
	background-image:url(../image/header_back02.jpg);
	background-repeat:repeat-x;

}
#bottom_bnr{
	height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 700px;
    overflow: hidden;
	}
#merumaga_link{
	margin-bottom: 50px;
	}
#merumaga_link a img{
	margin: 0 auto 0 1%;
    width: 98%;
	}
#pickup_bnr{
	float: left;
margin-left: 10px;
margin-right: 10px;
	}
#kyuujin_link{}
#kyuujin_link a img{
	margin: 0 auto 0 1%;
    width: 98%;
	}
#call{
		display:none;
    }
#call_smt{
	float: left;
    overflow: hidden;
    width: 50%;
	}
#call_smt img{
	width:100%;
	margin-bottom: 30px;
	}

nav{
    background-color: #261d18;
    font-family: "Lato",sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
}
#nav_smt{
	height: 66px;
    max-width: 1000px;
	margin-bottom: -10px;
	}
#nav_smt div{
	float: left;
    width: 25%;
	}
#smtLink_sera a img{
	width: 100%;
	}
#smtLink_sche a img{
	width: 100%;
	}
#pull{

}
#pull img{
	width: 100%;
	}
#smtLink_rec a img {
    width: 100%;
}
#header_p_info{
	margin-top:20px;
	}
#eigyoujikan{
	display:none;
		}
#eigyoujikan img{
	display:none;
	}
#webyoyaku_btn{
	display:none;
	}
#webyoyaku_btn_smt{
	float: left;
    width: 50%;
	}
#webyoyaku_btn_smt img{
	width:100%;
	}
#eigyoujikansmt{
		width:100%;
		}
#eigyoujikansmt img{
		width:100%;
		margin-top: 5px;
		}
.credit_link{
	width:100%;
	}
.credit_link img{
	width:100%;
	}
.todaysche_btn{
	margin-left: 5%;
    width: 90%;
	}
#vticker{
	display:none;
	}
#youtube{
	display:none;
	}
#youtube_smt{
margin-left: 10px;
margin-right: 10px;
	}
#youtube_smt iframe{
	width: 100%;
	}
#youtube02{
	display:none;
	}
#youtube_smt02{
margin-left: 10px;
margin-right: 10px;
	}
#youtube_smt02 iframe{
	width: 100%;
	}
#franchise img{
	max-width:100%;
	}
#franchise p{}
/*フッター*/
footer .col1 a{
    display: block;
	color:#000000;
}
footer .col2 a{
    display: block;
	color:#000000;
}
footer #footer_tel span {
    font-size: 0.7em;
	color:#000000;
}
    footer #footer_tel{
        width: 100%;
        float: none;
        margin-top: 0;
		color:#000000;
    }
    footer #footer_tel a{
		color:#000000;
    }	
footer{
    margin: 0 auto;
    max-width: 964px;
    padding: 62px 0 0;
	height: 260px;
	color:#000000;
}
/*セラピスト詳細*/
#weekly th, #weekly td{
border: 1px solid #474747;
font-size: 8px;
line-height: 1.42857;
text-align: center;
vertical-align: top;
display: block;
height: 40px;
position:relative;
	
}
#weekly th{
background-color: #000000;
color: #ffffff;
display: block;
float: left;
height: 40px;
width: 100%
	}
#weekly th.Sat{
    background-color: #19b9c5;
}
#weekly th.Sun{
    background-color: #c51966;
}

.clearfix_therapist{}
#slideshow {
    height: 400px;
    margin: 0 auto;
    width: 300px;
    position: relative;
}
#slideshow ul {
    display: block;
    float: left;
    margin-top: 15px;
	padding-left:20px;
    width: 300px;
}
#system {
    margin: 150px auto 0;
    max-width: 500px;
}
#single_sche{}
.single_todaysche_btn{
	margin-left: 5%;
    width: 90%;
	}
/*求人*/
#lineQR{}
#lineQR img{
	width: 100%;
	}
.rec_section img{
	margin-top: 20px;
    width: 100%;
	}
#rec_prosess02{
	display:none;
	}
#rec_prosess02smt{
	margin-left: 28%;
    width: 45%;
	}
/*システム*/
.corse_info dd{
	font-weight:bold;
	font-size: 14px;
	}
/*予約*/
#yoyaku_contents{
	margin: 0 auto;
    width: 100%;
	}
/*スマホアンケート*/
.radio-944{}
.radio-544{}
.radio-606{}
.radio-295{}
.radio-829{}
.text-809{}
.text-809 input{}
.radio-400{}
.checkbox-141{}
.checkbox-141 label{}
.text-662{}
.wpcf7-list-item{
	margin-right:3%;
	}
.wpcf7-list-item label{
    display: inline-block;
	font-weight:normal;
    max-width: 100%;
}
.text-enquetered{
	color: #5f080c;
    font-weight: bold;
	margin-top: 26px;
    padding-bottom: 7px;
	border-bottom: 1px dashed;
	}
#enquete_wrap{
	margin: 0 auto;
    width: 98%;
	}
.text-enquetered_check{
	color: #5f080c;
    font-weight: bold;
	margin-top: 26px;
    padding-bottom: 7px;
	border-bottom: 1px dashed;
	}
.text-enquetered_check .wpcf7-list-item{
	display:block;
}
.enquete_link{
	float: left;
	width: 100%;
	}
.enquete_link img{
    width: 100%;
	}
.aplit_link{
	float: left;
	width: 100%;
	}
.aplit_link img{
    width: 100%;
	}
.bottom_bnr_link img{
	width:100%;
	height:auto;
	}
.bottom_bnr_link br{
	display:none;
	}
	
  .schedule_room_header {
    background-image: url("../image/room_back_pc.png");
    display: table;
    font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
    margin: 40px auto -10px;
    text-align: center;
    width: 80%;
	height:37px;
	background-size:contain;
	background-repeat:no-repeat;
  }
   .schedule_room_header span{

	   }
#smt_phone02 {
   /* ▼上端に固定するCSS */
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   z-index:9999;
   }
.load_map{
	width:100%;
	}
	
#line_toiawase{
	background-color: #00c300;
    border-radius: 1em;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 100%;
	}
#line_toiawase h2{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
	}
#line_toiawase p{
	clear: both;
    color: #fff;
    float: left;
    overflow: hidden;
	font-size: 11px;
	}
#QR_span{
	display:none;
	}
#tomodati_span{
	
	}
#line_toiawase_left{
    width: 100%;
	}
#line_toiawase_right{
	background-color: #ffffff;
    border-radius: 1em;
    float: right;
    padding: 15px;
    width: 100%;
	}
#line_Icon{
	background: white none repeat scroll 0 0;
	border-radius: 1em;
    display: block;
    margin: 0 auto 6px;
    width: 50px;
	}
#line_QR img{
	display: block;
    margin: 0 auto;
    width: 100%;
	}
#line_QR #QR_pc{
	display:none;
	}
#line_QR #QR_link_sp{}
#youtube_category{
	clear: both;
width: 100%;
overflow: hidden;
	}
.contents_panel{
	margin-left:10px;
	margin-right:10px;
	}
	
#system dl dt {

    clear: left;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0;
    width: 150px !important;

}
.access_call_smt{
	width:100% !important;}
	
	
/*ここからボタンエフェクト*/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #be9d8e;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #f7701b;
  color: #f7701b;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #4d341e;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #f7701b;
}
.orange{
position: relative;
z-index: 2;
background-color: #f7701b;
border: 2px solid #be9d8e;
color: #fff;
line-height: 50px;
margin: 0 auto;
display: block;
  }
.orange::before,
.orange::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #8f1b1b;
}
/*ここまでボタンエフェクト*/
	
	
#season_accent{
position: absolute;
width: 50%;}	

.news_section img{
	max-width:100%;
	height:auto;
	}
.sch_days{
float: left;
width: 20%;}
.sch_naiyou{
float: left;
width: 80%;}
.sing_r_btn{
	position: absolute;
top: 6px;
right: 11px;
background-color: #8f1b1b;
color: #fff !important;
padding: 4px;
border-radius: 5px;
font-size: 13px;}
td .sing_shop_name{
font-size: 12px !important;
position: absolute;
left: 23px;
top: 10px;
}
td .sing_shop_time{
font-size: 12px;
position: absolute;
top: 11px;
left: 95px;}
td .sing_oyasumi{
font-size: 12px;}

#bottom_bnr p {
	font-size: 11px;
	line-height: 20px;
	margin-top: 5px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 15px;
}

.pc_only{
	display:none !important;
	}
.sp_only{
	}
video{
	width:100%;
	}
#weekly{    
    margin: 0 auto;
    width: 100%;
}

#twitter {
height: 317px;

padding-left: 10px;
padding-right: 10px;
}


/*バナースイングここから*/
.swing {
    animation: swing linear 4s infinite;
    transform-origin: center -20px 0;
    display: block;
    float: left;
    
}


@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
/*バナースイングここまで*/


.btn_color{
	background: #8f1b1b;
    color: #fff;
}


/*SHOPページcssここから*/
.shop_con1wrap{
	padding:0px 0px 20px 0px;
	clear: both;
padding-top: 20px;
background-image: url("../image/shop_con_back1.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding-left: 3%;
padding-right: 3%;
	}
.shop_con1{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con2wrap{
	padding: 40px 0px 20px 0px;
	background: #fff;
	width: 100%;
padding-left: 3%;
padding-right: 3%;
	}
.shop_con2{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-align: center;
	}
.shop_con3wrap{
	padding:40px 0px 20px 0px; 
	background-image: linear-gradient(#faf8ef,#fefefe);
	
		clear: both;
padding-top: 50px;
background-image: url("../image/shop_con_back2.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding-left: 3%;
padding-right: 3%;
	}
.shop_con3{

	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con4wrap{
	padding:20px 0px 20px 0px;
	width: 100%;
padding-left: 3%;
padding-right: 3%;
	}
.shop_con4{
	width:100%x;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con5wrap{
	padding:20px 0px 20px 0px; 
	background-image: linear-gradient(#faf8ef,#fefefe);
	
	clear: both;
padding-top: 20px;
background-image: url("../image/shop_con_back2.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding-left: 3%;
padding-right: 3%;
	}
.shop_con5{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-align: center;
	}
.shop_con6wrap{
	padding:20px 0px 20px 0px; 
	background-image: linear-gradient(#faf8ef,#fefefe);
	width: 100%;
padding-left: 3%;
padding-right: 3%;
	}
.shop_con6{

	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con7divwrap{
	padding:20px 0px 20px 0px; 
	}
.shop_con7{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con8wrap{
	padding:20px 0px 20px 0px; 
	}
.shop_con8{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_link{
background: #000;
padding: 17px 50px;
box-shadow: 0 5px 14px rgba(0,0,0,.4);
margin-bottom: 20px;
}
.shop_link:hover{
	background: #5f080c;
color: #fff;
}
.shop_con2 h1{
	text-align: center;
	}
.shop_con2 h1 {
	font-family: 游明朝;
font-size: 6.5vw !important;
font-weight: bold;
margin-bottom: 0 !important;
}
.txt_orange span{
background: linear-gradient(to right, #f1625f 0%, #efca00 100%);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 14px !important;
font-family: 'Lato', sans-serif !important;
font-weight: 300;
border-bottom: none !important;
line-height: 4rem;
}
.txt_orange{
	text-align:center;
	margin-top: 0;
	}
.shop_con2 p{}
.shop_con3 img{
width: 100%;
margin: 0 auto;
display: block;
	}
.shop_con3 .txt{
width: 100%;
}
.shop_con3 .txt h2{
	font-family: 游明朝;
font-size: 6.5vw !important;
font-weight: bold;
text-align: left !important;
margin-bottom: 0 !important;
}
.shop_con3 .txt .txt_orange{
	text-align: left;
	}
.shop_con3 .txt p{}
.shop_con3 .txt a{}
.shop_con4 h2{	font-family: 游明朝;
font-size: 6.5vw !important;
font-weight: bold;
margin-bottom: 0 !important;
}
.shop_con4 .txt_orange{}
.shop_con4div{
	width: 100%;
background: #fff;
}
.shop_con4div_r{
	float:right;
	margin-right:0 !important;
	}
.shop_con4div img{
	width: 100%;
height:auto;
}
.shop_con4div .txt{
	padding-left: 28px;
padding-right: 28px;
padding-bottom: 23px;
}
.shop_con4div .txt h3{
font-weight: bold;
font-size: 20px;
line-height: 30px;
margin-top: 7px;
}
.shop_con4div h4{
margin-top: -50px;
margin-bottom: 0;
}
.shop_con4div h4 span{
	font-family: 游明朝;
font-size: 80px !important;
font-weight: bold;
margin-top: -30px;
margin-bottom: 0;

background: linear-gradient(to right, #f1625f 0%, #efca00 100%);
  background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.shop_con4div .txt p{}
.shop_con4div .txt a{}
.shop_con5 h2{
	font-family: 游明朝;
font-size: 6.5vw !important;
font-weight: bold;
margin-bottom: 0 !important;
}
.shop_con5 .txt_orange{}
.shop_con5 p{}
.shop_con5 .shop_youtube{
	width: 100%;
aspect-ratio: 16 / 9;
}
.shop_con5 .shop_youtube iframe{
	width: 100%;
  height: 100%;
  }
.shop_con5 a{
	margin-top: 20px;
padding: 20px 80px;
}
.shop_con6 .txt{
	width: 100%;
}
.shop_con6 .txt h2{
	font-family: 游明朝;
font-size: 5.5vw !important;
font-weight: bold;
text-align: left !important;
line-height: 9.5vw;
margin-bottom: 0 !important;
}
.shop_con6 .txt .txt_orange{
	text-align: left !important;
	}
.shop_con6 .txt p{}
.shop_con6 img{
margin-bottom: 20px;
width: 100%;}
.shop_page p{
	line-height: 200%;
font-size: 16px;
}

.shop_con7 h2{
	font-family: 游明朝;
font-size: 6.5vw !important;
font-weight: bold;
line-height: 9.5vw;;
color: #fff;
margin-bottom: 0 !important;
}
.shop_con7 h3{}
.shop_con7wrap{
	clear: both;
padding-top: 10px;
background-image: url("../image/shop_con_back1.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding-left: 3%;
padding-right: 3%;
}
.shop_con7wrap a{}


a.btn_02 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 100%;
margin: auto;
  margin-right: auto;
  margin-left: auto;
padding: 15px 4rem;
font-weight: bold;
border: 2px solid #5f080c;

transition: 0.5s;


	color: #5f080c;
	background: #fff;
}
a.btn_02:hover {
	background: #5f080c;
color: #fff;
}

.shop_con1 .txt{

width: 100%;
color: #fff;
}
.shop_con1 .txt h2{
	font-family: 游明朝;
font-size: 7vw !important;
font-weight: bold;
text-align: center !important;
margin-bottom: 0 !important;
}
.shop_con1 .txt h3{
text-align: center !important;
	}
.shop_con1 .txt p{}
.shop_con1 .txt h3 span{}
.shop_con1 img{
width: 85%;
margin: 0 auto;
display: block;
margin-bottom: 20px;
	}
.shop_con2 .oukan{
	margin:0 auto;
	display:block;
	margin-bottom: 8px;
	width:7%;
	
	}
/*SHOPページcssここまで*/

.grecaptcha-badge{
	display:none;
	}
	
/*相互リンクここから*/
.sougolink_wrap{
padding-top: 30px;
	}
.sougolink_con{
	width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 4%;
	overflow: hidden;
	}
.sougolink_con h2{

	}
.sougolink_con h2 span{}
.sougolink_div{
	overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 20px;
	}
.sougolink_con .sougo_link_bnr{
max-width: 30%;
	}
.sougolink_con .txt{
	float:right;
	width:65%;
	}
.sougolink_con .txt h3{
	margin-top: 3px;
    font-weight: bold;
    color: #bfb896;
    border-bottom: 2px dotted;
    padding-bottom: 10px;
    font-size: 14px;
	}
.sougolink_con .txt p{
	font-size: 10px;
	}

/*相互リンクここまで*/
.x_bnr{
	width: 90%;
    margin: 0 auto;
    height: auto;
    display: block;
	}
.red_txt{
	color: #dc143c;
    font-weight: bold;
	}
#logo img{
   width:100%;
}
}
/*スマホ最後尾
@media screen and (max-width: 320px) and (max-width: 420px){
	#top section {
	    padding: 1em 0;
	}
	nav .active a{
	    border-bottom: none;
	    border-color: none;
	}
	nav a:hover{
	    border-bottom: none;
	    border-color: none;
	    color: none;
	}

	#weekly{    
	    width: 100%;
	}
	#weekly th, #weekly td{
	    padding: 5px 0px;
		font-size:10px;
	}
	#slideshow {
		width: 100%;
	}
	#slideshow div {
		/*width: 80%;*/
		
		/*
		width: 100%;
		height: 220px;
	}
	#slideshow ul {
		/*width: 20%;*/
		
		/*
		width: 100%;
	}
	#slideshow div img{
		width:100%;
	}
	#system{    
	    width: 100%;
	}
    #schedule{
        font-size: 13px;
    }
    #schedule ul{
        margin: 0;
        padding: 0;
    }




	
}
/* Small devices (tablets, 768px and up) */
/*ＰＣ用ＣＳＳ*/
@media only screen and (min-width: 768px) {
	header{
    width: 100%;
	background-image:url(../image/header_back03.jpg);
	background-repeat:repeat-x;
	z-index: 10;
	height:222px;
}
#header_p_info{
	color: #feff9e;;
    display: inline-block;
    font-size: 13px;
    margin-top: -5px;
	display:none;
	}
    #logo{
        width: 565px;
        float: left;
    }
    #logo img{
        max-width: 600px;
    }
    #call{
        float: right;
        margin-top: 1em;
    }
	#eigyoujikan{
		float: left;
    margin-bottom: 0;
    margin-top: 5px;
    width: 207px;
		}
	#eigyoujikan img{
	width:100%;
	float: right;
	}
	#webyoyaku_btn{
		float: left;
    margin-bottom: 0;
    width: 177px;
		}
	#webyoyaku_btn_smt{
		display:none;
		}
	#webyoyaku_btn img{
	}
	#eigyoujikansmt{
		display:none;
		}
	#eigyoujikansmt img{
		display:none;
		}

#call_smt{
		display:none;
	}/*
    nav{
        clear: both;
        font-size: 1.2em;
    }*/
	nav{
		clear: both;
    float: left;
    margin: 12px auto 0;
    text-align: right;
    width: 944px;
    }
    nav li{
	background-image: url("../image/navi_btn_back.jpg");
    background-repeat: repeat-x;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #342a1f;
    border-right: 1px solid #000000;
    display: inline-block;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    margin-right: 0;
    padding: 10px 3px;
    text-align: center;
    }
	nav .pinkBack{
		background-image: url("../image/navi_btn_back_pink.jpg");
		}
    nav ul{
    background-image: url("../image/navi_bg_back.jpg");
    display: block;
    height: 53px;
    margin: 0 auto;
    width: 944px;
    }/*
    nav li{
        display: inline-block;
        width: 19%;
        text-align: center;
        border: none;
        padding: 0;
		
    }*/
    #pull{
        display: none;
    }
    #slider #catch{
        position: absolute;
        top:50%;
        font-size: 2em;
    }
    #slider #catch a{
        display: inline-block;
        margin: 10px;
        padding: 5px 10px;
        border: solid 2px #fff;
        border-radius: 5px;
        font-size: 0.5em;
    }
    #slider #catch a:hover{
        background: rgba(166,20,7,0.7);
    }
    #girls li{
        width: 20%;
    }
    #schedule li{
        width: 20%;
    }
    #reservation #name{
        width: 48%;
        float: left;
    }
    #reservation #tel{
        width: 48%;
    }
    #reservation #email{
        width: 98%;
    }
    #reservation .girl{
        width: 48%;
        float: left;
    }
    #reservation #duration{
        width: 48%;
    }
    #reservation #date{
        clear: both;
        width: 48%;
        float: left;
    }
    #reservation #time{
        width: 48%;
    }
    #reservation #outcall{
        width: 98%;
    }
    #reservation #message{
        width: 98%;
    }
    #reservation button{
        width: 98%;
    }
    #page-top{
        right:16px;
        bottom:16px;
    }


	.box{
	border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;

    margin-right: 14px;
    position: relative;
    width: 312px;
	}
	.box_right{
	border: 1px solid #cccccc;
    float: right;
    margin-bottom: 10px;
    position: relative;
    width: 312px;
	}
	.box img{
		width:100%;
		}
	.box_right img{
		width:100%;
		}
	#schedule li a{
    font-size: 16px;
	vertical-align: -moz-middle-with-baseline;
	color: #ffffff;
}
#schedule .amd-list li{
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #000;
    height: 55px;
    list-style: outside none none;
    margin-bottom: 15px;
    text-align: center;
    width: 12.5%;
	padding-top:5px;
}
/*スケジュール改*/
#schedule02{


    margin: 0 auto;
    max-width: 981px;

	}
.girl_section{
	background-image: url("../image/sche_back.jpg");
	background-repeat:repeat;
    color: #000000;
    height: 212px;
    margin: 0 auto 25px;
    max-width: 981px;
    position: relative;
	}
.girls_img{
	left: 4px;
    position: absolute;
    top: 5px;
	}
.name_age{
	font-size: 20px;
    left: 181px;
    position: absolute;
    top: 30px;
	}
/*
.time{
	left: 184px;
    position: absolute;
    top: 66px;
	}
*/
.worktime{
	left: 250px;
    position: absolute;
    top: 66px;
	}
.sche_coment{
	left: 182px;
    position: absolute;
    top: 96px;
	}
.time_schedule{
	left: 155px;
    position: absolute;
    top: 126px;
	}
.kakunin_btn{
	left: 155px;
    position: absolute;
    top: 126px;
	display: none;
	}
#shop_slider{
	text-align: center;
	background-image: url("../image/sche_back03.jpg");
	}
#shop_slider iframe{}
	
#shop_slider_smt{
	display:none;
	}
/*アクセス*/
#access_contents{
	
	}
#access_h3{
	background-image: url("../image/titlebar.jpg");
	background-repeat:no-repeat;
    font-size: 18px;
    font-weight: bold;
     background-color: rgba( 0, 0, 0, 0.37 );
    padding: 5px;
	text-align:left;
	clear: both;
	color: #ffffff;
	}
.step_image{
	float: left;
    margin-right: 15px;
	margin-left: 10px;
	}
.ac_text{}
#ueshima{}
/*
.step div{
	clear: both;
    height: 163px;
    margin-bottom: 24px;
	margin-right: 15px;
	}
.step div img{
	float: left;
	margin-right:15px;
	margin-left: 10px;
	}
.step3div p{}
*/
.step{
	background-image: url("../image/sche_back03.jpg");
	border: 1px solid #aeaeae;
    height: auto;
    margin-bottom: 10px;
    max-width: 940px;
	padding: 10px;
	overflow:hidden;
	}
#googlemap{
	float:left;
	}
#googlemap_smt{
	display:none;
	}
.map_text{
	float: left;
    margin-left: 53px;
    margin-top: 10px;
	}
.google_cont{
	background-image: url("../image/sche_back03.jpg");
	border: 1px solid #aeaeae;
    height: auto;
    margin-bottom: 10px;
    max-width: 940px;
    overflow: auto;
	padding: 10px;
	}

#maplogo{
	float: left;
    margin-left: 33px;
	width:480px;
	}
#maplogo img{
	width:100%;
	}
.michijun_img{
	float: left;
    margin-right: 40px;
    width: 20%;
	height: 188px;
	}
.michijun_img img{
	width: 100%;
	}
.michijun_img p{
	font-size: 12px;
    text-align: center;
	}
.michijun_img_ebisuhigashi{
	clear:both;
	float: left;
    margin-right: 40px;
    width: 20%;
	}
.michijun_img_ebisuhigashi img{
	width: 100%;
	}
.michijun_img_ebisuhigashi p{
	font-size: 12px;
    text-align: center;
	}
#ebisu_nishiguchii{
	border-bottom: 3px dotted #e1ccad;
    margin-bottom: 30px;
    overflow: hidden;
    width: 95%;
	}
#ebisu_higashiguchi{}
#ebi_big_bnr{
	max-width:100%;
	}

#select_back{
	background-image: url("../image/access_selectback.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 325px;
    margin-left: 166px;
    position: relative;
    width: 586px;
	}
#select_contents{
	color: #29aab6;
    left: 278px;
    position: absolute;
    top: 71px;
	}
.linkbtn_orange{
	background-image: url("../image/select_btnback_bg.jpg");
    background-repeat: no-repeat;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f29a36, #d87701) repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    height: 28px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: -11px;
    padding: 5px;
    text-align: center;
    width: 221px;
	}
#access_2ri{
	margin-left: 40px;
	}
/*ニュース*/
#news{
	background-color: #fff;
    color: #000000;
    height: 383px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
	border: 1px solid #9a9a9a;
	margin-bottom: 40px;
	}
#news_contents{
	width: 100%;
	}
#youtube{
	float: left;
	}
#youtube_smt{
	display:none;
	}
#youtube02{
	float: right;
    margin-left: 33px;
    margin-top: 57px;	
	}
#youtube_smt02{
	display:none;
	}
#youtube_category{
	clear:both;
	}
#blog_contents{
	float: left;
    margin-left: 80px;
    width: 45%;
	}
/*システム*/
.corse_detail dd{
	font-size: 19px;
    font-weight: bold;
    padding-left: 300px;
    padding-top: 0;
	}
.corse_info dt{
	clear: left;
    float: left;
    font-size: 19px;
    font-weight: bold;
    padding: 0;
    width: 348px;
	}
.corse_info dd{
	font-weight:bold;
	font-size: 19px;
	}
	
/*セラピスト*/
#therapist_wrap{
	height: auto;
    overflow: hidden;
    width: 964px;
	}
.therapist_contents{
	background-image: url("../image/sche_back02.jpg");
    background-repeat: repeat;
    border: 1px solid #c9b3a7;
    color: #000000;
    float: left;
    height: 619px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: 470px;
	}
.therapist_profile{}

.main_image{
	width: 230px;
    position: relative;
	}
.main_image a img{
	width:100%;}
	
.therapist_name{
	color: #5f080c;
    font-size: 23px;
    font-weight: bold;
    left: 245px;
    position: absolute;
    top: 10px;
	}
.therapist_age{
	left: 250px;
    position: absolute;
    top: 45px;
	}
.sai{
	left: 273px;
    position: absolute;
    top: 45px;
	}

.therapist_height{
	left: 305px;
    position: absolute;
    top: 45px;
	}
.cm{
	left: 337px;
    position: absolute;
    top: 45px;
	}
.therapist_bloodType{
	position: absolute;
    right: 65px;
    top: 45px;
	}

.syukkinIcon_yes{
	background-color: #ff9999;
    color: #ffffff;
    height: 19px;
    position: absolute;
    text-align: center;
    top: 74px;
    width: 72px;
	left: 247px;
	
	}
.syukkinIcon_no{
	background-color: #666666;
    color: #ffffff;
    height: 19px;
    position: absolute;
    text-align: center;
    top: 74px;
    width: 72px;
	left: 247px;
	
	}
.syukkinTime{
	left: 333px;
    position: absolute;
    top: 75px;
	}
.comment_title{
	color: #5f080e;
    font-weight: bold;
    left: 250px;
    position: absolute;
    top: 120px;
	}
.comment_text{
	height: 230px;
    left: 248px;
    position: absolute;
    top: 140px;
    width: 214px;
	overflow: auto;
	line-height: 27px;
	}
.syousai_link{}
.syousai_link a img{
	width: 236px;
	}
.day_schedule{}
.day_schedule tr{}
.day_schedule th{
	background-color: #dac2ae;
    border: 1px solid #aaaaaa;
    color: #550000;
    font-size: 11px;
    font-weight: normal;
    height: 35px;
    text-align: center;
    width: 112px;
	}
.day_schedule td{
	border: 1px solid #aaaaaa;
    height: 63px;
    text-align: center;
    width: 100px;
	}
#active{
	background-color: #5f080c;
    color: #ffffff;
	}


/*トップ*/
#top_linkbtn{}
#bottom_bnr{
	height: auto;
    margin: 30px auto 35px;
    max-width: 964px;
    overflow: hidden;
	}
#merumaga_link{
	float: right;
    /*width: 100%;*/
	margin-bottom: 42px;
	}
#pickup_bnr{
	float: right;
    width: 474px;
	margin-left: 43px;
	}
.credit_link{
	 float: left;
    margin-left: 12px;
    margin-right: 25px;
    width: 46%;
	}
.credit_link a{}
.credit_link a img{
	float: left;
	}
.credit_link p{
	float: left;
    padding: 5px 5px 5px 5px;

	}
#merumaga_link a img{
	width: 100%;
	}
#kyuujin_link{
	float: right;
    width: 100%;
	}
#kyuujin_link a img{
	width: 100%;
	}
#bg_slider {
    background-image: url("../image/mainview_bg_back.jpg");
    background-repeat: repeat-x;
    height: 403px;
}
#nav_smt{
	display:none;
	}
.todaysche_btn{
	margin-left: 350px;
    text-align: center;
    width: 260px;
	}
#franchise{
	display:none;
	}
#franchise p{
	display:none;
	}
#vticker{}
/*フッター*/
footer .col1 a{
    display: block;
	color:#ffffff;
}
footer .col2 a{
    display: block;
	color:#ffffff;
}
footer #footer_tel span {
    font-size: 0.7em;
	color:#ffffff;
}
    footer .col1{
        width: 20%;
        float: left;
		font-size:12px;
    }
    footer .col2{
        width: 20%;
        float: left;
		font-size:12px;
    }
    footer .col3{
        float: left;
    margin-left: 54px;
    }/*
    footer #footer_logo{
        width: 50%;
        float: left;
    }
    footer #footer_logo img{
        max-width: 250px;
    }
    footer #footer_tel{
        width: 50%;
        float: right;
    }
    footer #copy{
        margin-top: 1em;
    }*/
	    footer #footer_logo{
        width: 100%;
        float: none;
    }
    footer #footer_tel{
        width: 100%;
        float: none;
        margin-top: 0;
		color:#ffffff;
    }
    footer #copy{
        clear: both;
		padding-top:31px
    }
	#bg_footer{
		width: 100%;
	background-image:url(../image/footer_back.jpg);
	background-repeat:repeat-x;
		}
		footer{
    margin: 0 auto;
    max-width: 964px;
    padding: 62px 0 0;
	height: 260px;
	color:#ffffff;
}
/*セラピスト詳細*/
#weekly th, #weekly td{
    border: 1px solid #474747;
    font-size: 12px;
    line-height: 1.42857;
    text-align: center;
    vertical-align: top;
    width: 14.2%;
}
#weekly th{
	background-color:#000000;
	color:#ffffff;
	}
#weekly th.Sat{
    background-color: #19b9c5;
}
#weekly th.Sun{
    background-color: #c51966;
}
#weekly td{}
.clearfix_therapist{}
#slideshow {
  width: 430px;
  margin: 0 auto;
  text-area:center;
  /*height:400px;*/
  position: relative;
}
#slideshow ul {
	display: block;
	float: none;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
	margin: 0 auto;
	margin-top: 7px;
}
#system{    
    margin: 0 auto;
    max-width: 500px;
}
/*求人*/
#lineQR{
	width: 140px;
	}
#lineQR img{
margin-left: 0;
}
#lineQR img{
	width: 100%;
	}
#single_sche{
	float:left;
	}
.single_todaysche_btn{
	float: right;
    width: 230px;
	}
.rec_section img{
	margin-left: 170px;
    margin-top: 20px;
    width: 550px;
	}
#rec_prosess02{

	}
#rec_prosess02smt{
		display:none;
		}
/*予約*/
#yoyaku_contents{
	margin: 0 auto;
    width: 70%;
	}
/*PCアンケート*/
.radio-944{}
.radio-544{}
.radio-606{}
.radio-295{}
.radio-829{}
.text-809{}
.text-809 input{}
.radio-400{}
.checkbox-141{}
.checkbox-141 label{}
.text-662{}
.wpcf7-list-item{
	margin-right:5%;
	}
.wpcf7-list-item label{
    display: inline-block;
	font-weight:normal;
    margin-bottom: 20px;
    max-width: 100%;
}
.text-enquetered{
	color: #5f080c;
    font-weight: bold;
	margin-top: 26px;
    padding-bottom: 7px;
	border-bottom: 1px dashed;
	}
#enquete_wrap{
	margin: 0 auto;
    width: 654px;
	}
.text-enquetered_check{
	color: #5f080c;
    font-weight: bold;
	margin-top: 26px;
    padding-bottom: 7px;
	border-bottom: 1px dashed;
	}
.text-enquetered_check .wpcf7-list-item{
	display:block;
}
.enquete_link{
	float: left;
    margin-right: 25px;
    width: 46%;
	margin-left: 12px;
	}
.aplit_link{
	float: left;
    margin-right: 25px;
    width: 46%;
	margin-left: 12px;
	}
.bottom_bnr_link{
	float: left;
    height: 165px;
    margin-bottom: 15px;
    margin-left: 13px;
    margin-right: 18px;
    width: 450px;
	}

  .schedule_room_header {
    background-image: url("../image/room_back_pc.png");
    display: table;
    font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
    margin: 30px auto 0;
    text-align: center;
    width: 800px;
	height:88px;
	background-size:contain;
	background-repeat:no-repeat;
  }
   .schedule_room_header span{
	   vertical-align: -87%;
	   }
.load_map{
	margin:0 auto;
	display:block;
	}
	
#line_toiawase{
	background-color: #00c300;
    border-radius: 1em;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 575px;
	}
#line_toiawase h2{
	float: left;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
	}
#line_toiawase p{
	clear: both;
    color: #fff;
    float: left;
    overflow: hidden;
	}
#QR_span{}
#tomodati_span{
	display:none;
	}
#line_toiawase_left{
	float: left;
    width: 60%;
	}
#line_toiawase_right{
	background-color: #ffffff;
    border-radius: 1em;
    float: right;
    padding: 15px;
    width: 40%;
	margin-top: 3px;
	}
#line_Icon{
	background: white none repeat scroll 0 0;
	border-radius: 1em;
    display: block;
    margin: 0 auto 6px;
    width: 90px;
	}
#line_QR img{
	display: block;
    margin: 0 auto;
    width: 70%;
	}
#line_QR #QR_pc{
	
	}
#line_QR #QR_link_sp{
	display:none;
	}
.contents_panel{
	margin: 0 auto;
	
	}
	

/*ここからボタンエフェクト*/
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #be9d8e;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #f7701b;
  color: #f7701b;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #4d341e;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #f7701b;
}
.orange{
position: relative;
z-index: 2;
background-color: #f7701b;
border: 2px solid #be9d8e;
color: #fff;
line-height: 50px;
margin: 0 auto;
display: block;
  }
.orange::before,
.orange::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #8f1b1b;
}
/*ここまでボタンエフェクト*/

#season_accent{
position: absolute;
left: -56px;}

.sing_r_btn{
background-color: #8f1b1b;
color: #fff !important;
padding: 3px;
border-radius: 10px;
font-size: 13px;
margin-top: 6px;
display: block;
margin:auto;
margin-bottom:2px;
width:90px;
}

#bottom_bnr p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}

#schedule .amd-list li:last-child{
	}

.pc_only{
	}
.sp_only{
	display:none !important;
	}

#twitter {
    float: right;
    height: 337px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffc0cb;
}
#twitter iframe{
	overflow: scroll;
	}


#slideshow div img {
    display: block;
    height: 533px;
	width:400px;
}
#slideshow div {
    width: 400px;
    height: 533px;
    overflow: hidden;
    position: relative;
    float: none;
	margin:0 auto;
}

#slideshow div.icon_new {
    right: 27px !important;
}

#slideshow div.icon_twitter {
    height: 40px !important;
    width: 40px !important;
    left: 20px !important;
    top: 491px !important;
}

video{
	width:100%;
	}
	
	
/*バナースイングここから*/
.swing {
    animation: swing linear 4s infinite;
    transform-origin: center -20px 0;
    display: block;
    float: left;
    
}


@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
/*バナースイングここまで*/

.con1 {
	height: 693px;
	overflow: visible !important;
}


/*SHOPページcssここから*/
.shop_con1wrap{
	padding:40px 0px 40px 0px;
	clear: both;
padding-top: 50px;
background-image: url("../image/shop_con_back1.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
	}
.shop_con1{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con2wrap{
	padding: 80px 0px 80px 0px;
	background: #fff;
	}
.shop_con2{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-align: center;
	}
.shop_con3wrap{
	padding:40px 0px 40px 0px; 
	background-image: linear-gradient(#faf8ef,#fefefe);
	
		clear: both;
padding-top: 50px;
background-image: url("../image/shop_con_back2.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
	}
.shop_con3{

	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con4wrap{
	padding:40px 0px 40px 0px; 
	}
.shop_con4{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con5wrap{
	padding:40px 0px 40px 0px; 
	background-image: linear-gradient(#faf8ef,#fefefe);
	
	clear: both;
padding-top: 50px;
background-image: url("../image/shop_con_back2.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
	}
.shop_con5{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-align: center;
	}
.shop_con6wrap{
	padding:40px 0px 40px 0px; 
	background-image: linear-gradient(#faf8ef,#fefefe);
	}
.shop_con6{

	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con7wrap{
	padding:40px 0px 40px 0px; 
	}
.shop_con7{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_con8wrap{
	padding:40px 0px 40px 0px; 
	}
.shop_con8{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.shop_link{
background: #000;
padding: 17px 50px;
box-shadow: 0 5px 14px rgba(0,0,0,.4);
margin-bottom: 20px;
}
.shop_link:hover{
	background: #5f080c;
color: #fff;
}
.shop_con2 h1{
	text-align: center;
	}
.shop_con2 h1 {
	font-family: 游明朝;
font-size: 40px !important;
font-weight: bold;
}
.txt_orange span{
background: linear-gradient(to right, #f1625f 0%, #efca00 100%);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px !important;
font-family: 'Lato', sans-serif !important;
font-weight: 300;
border-bottom: none !important;
line-height: 4rem;
}
.txt_orange{
	text-align:center;
	}
.shop_con2 p{}
.shop_con3 img{
	float: right;
	width:40%;
	}
.shop_con3 .txt{
width: 42%;
float: left;
margin-left: 14%;
}
.shop_con3 .txt h2{
	font-family: 游明朝;
font-size: 40px !important;
font-weight: bold;
text-align: left !important;
}
.shop_con3 .txt .txt_orange{
	text-align: left;
	}
.shop_con3 .txt p{}
.shop_con3 .txt a{}
.shop_con4 h2{	font-family: 游明朝;
font-size: 40px !important;
font-weight: bold;}
.shop_con4 .txt_orange{}
.shop_con4div{
	width: 30%;
float: left;
margin-right: 5%;
background: #fff;
}
.shop_con4div_r{
	float:right;
	margin-right:0 !important;
	}
.shop_con4div img{
	width: 360px;
height: 250px;
}
.shop_con4div .txt{
	padding-left: 28px;
padding-right: 28px;
padding-bottom: 23px;
}
.shop_con4div .txt h3{
font-weight: bold;
font-size: 20px;
line-height: 30px;
margin-top: 7px;
}
.shop_con4div h4{
margin-top: -50px;
margin-bottom: 0;
}
.shop_con4div h4 span{
	font-family: 游明朝;
font-size: 80px !important;
font-weight: bold;
margin-top: -30px;
margin-bottom: 0;

background: linear-gradient(to right, #f1625f 0%, #efca00 100%);
  background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.shop_con4div .txt p{}
.shop_con4div .txt a{}
.shop_con5 h2{
	font-family: 游明朝;
font-size: 40px !important;
font-weight: bold;
}
.shop_con5 .txt_orange{}
.shop_con5 p{}
.shop_con5 .shop_youtube{}
.shop_con5 .shop_youtube iframe{}
.shop_con5 a{
	margin-top: 20px;
padding: 20px 80px;
}
.shop_con6 .txt{
	width: 42%;
float: left;
margin-left: 14%;
}
.shop_con6 .txt h2{
	font-family: 游明朝;
font-size: 40px !important;
font-weight: bold;
text-align: left !important;
line-height: 60px;
}
.shop_con6 .txt .txt_orange{
	text-align: left !important;
	}
.shop_con6 .txt p{}
.shop_con6 img{
	float: right;
width: 40%;}
.shop_page p{
	line-height: 200%;
font-size: 16px;
}

.shop_con7 h2{
	font-family: 游明朝;
font-size: 40px !important;
font-weight: bold;
line-height: 60px;
color: #fff;
}
.shop_con7 h3{}
.shop_con7wrap{
	clear: both;
padding-top: 50px;
background-image: url("../image/shop_con_back1.jpg");
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
}
.shop_con7wrap a{}


a.btn_02 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 270px;
margin: auto;
  margin-right: auto;
  margin-left: auto;
padding: 30px 4rem;
font-weight: bold;
border: 2px solid #5f080c;

transition: 0.5s;
float: left;
margin-right: 15px;
margin-left: 15px;

	color: #5f080c;
	background: #fff;
}
a.btn_02:hover {
	background: #5f080c;
color: #fff;
}

.shop_con1 .txt{
float: right;
width: 500px;
color: #fff;
margin-top: 150px;
}
.shop_con1 .txt h2{
	font-family: 游明朝;
font-size: 45px !important;
font-weight: bold;
text-align: left !important;
}
.shop_con1 .txt h3{
	text-align: left !important;
	}
.shop_con1 .txt p{}
.shop_con1 .txt h3 span{}
.shop_con1 img{
	float: left;
width: 580px;
	}

.shop_con2 .oukan{
	margin:0 auto;
	display:block;
	margin-bottom: 20px;
	}
/*SHOPページcssここまで*/

/*相互リンクここから*/
.sougolink_wrap{
	padding-top: 50px;
    padding-bottom: 50px;
	}
.sougolink_con{
	width: 964px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 2%;
    border-radius: 20px;
	}
.sougolink_con h2{
	margin-bottom: 60px !important;
	}
.sougolink_con h2 span{}
.sougolink_div{
	overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 20px;
	}
.sougolink_con .sougo_link_bnr{
	float: left;
    max-width: 240px;
    height: auto;
	}
.sougolink_con .txt{
	float: right;
    width: 590px;
	}
.sougolink_con .txt h3{
	margin-top: 3px;
    font-weight: bold;
    color: #bfb896;
    border-bottom: 2px dotted;
    padding-bottom: 10px;
	font-size: 17px;
	}
.sougolink_con .txt p{
	font-size: 13px;
	}

/*相互リンクここまで*/

.right_contents{
	width: 474px;
    float: right;
	}
.left_contents{
	width: 433px;
    float: left;
	}
.x_bnr{
	width: 433px;
	height:auto;
	}
.red_txt{
	color: #dc143c;
    font-weight: bold;}
#logo img{
    width: 548px;
}
}
/*ＰＣ最後尾*/
/* Medium devices (desktops, 992px and up) */
/*
@media only screen and (min-width: 992px) {
    #call{
        
    }
    nav{
		padding-top: 12px;
        text-align: right;
    }
    nav li{
	background-image: url("../image/navi_btn_back.jpg");
    background-repeat: repeat-x;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #342a1f;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    margin-right: 0;
    padding: 10px;
    width: auto;
    }
    #girls li{
        width: 20%;
    }
    #schedule li{
        width: 20%;
    }
    footer .col1{
        width: 200px;
        float: left;
    }
    footer .col2{
        width: 200px;
        float: left;
    }
    footer .col3{
        width: 270px;
        float:left;
        clear: none;
    }
    footer #footer_logo{
        width: 100%;
        float: none;
    }
    footer #footer_tel{
        width: 100%;
        float: none;
        margin-top: 0;
    }
    footer #copy{
        clear: both;
		padding-top:31px
    }
	#bg_footer{
		width: 100%;
	background-image:url(../image/footer_back.jpg);
	background-repeat:repeat-x;
		}
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #girls li{
    width: 20%;
    }
    #schedule li{
        width: 20%;
		margin-bottom: 10px;
    }
    #reservation form{
        width: 80%;
        margin: 0 auto;
    }
    #slider #catch{
        font-size: 2.5em;
    }

}
#welcome{
    max-width: 964px;
	margin: 0 auto 30px;
	overflow: hidden;

	}
#reservation{
	margin: 0 auto;
    max-width: 964px;
	}
.backstretch{}
#footer_juusyo{
	width: 253px;
        float: left;
		}

#mid_slider{
	background-image: url("../image/mainview_back.jpg");
    background-repeat: no-repeat;
    margin: 0 auto;
	max-height:376px;
    max-width: 984px;
	}
#titlebar_contents{
	margin: 20px auto 0;
	max-width:964px;
	height:39px;
	background-image: url("../image/titlebar_contents.jpg");
	}
#titlebar_news{
	margin: 20px auto 0;
	max-width:964px;
	height:39px;
	background-image: url("../image/titlebar_news.jpg");
	}

.group{
	clear: both;
    content: "";
    display: block;
	}



#schedule .amd-list #active{
	background-color: #5f080c;
    border: 1px solid #ffffff;
	}
#schedule .amd-list #active a{
	color: #ffffff;
	}
#bg_system_contents{
	background-image: url("../image/system_back.png");
    background-position: right top;
    background-repeat: no-repeat;
	}
#system_contents{
		max-width: 680px;
	}
#system_h3{
	background-color: rgba(100, 4, 4, 0.85);
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
	}
#header_nami{
	background-image: url("../image/header_nami.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 981px;
	position:relative;
	}
.kakunin_btn2{
	left: 155px;
    position: absolute;
    top: 126px;
	}
.smt_time_sche{
	background-color: #ffffff;
    margin-bottom: 25px;
    margin-top: -25px;
    max-width: 981px;
    padding-left: 7px;
	}
/*マッサージ*/
#aroma_01{
	text-align:center;
	}
#aroma_01 img{
	max-width:100%

	}
#powder_01{
	text-align:center;
	}
#powder_01 img{
	max-width:100%
	}
.massage_setumei{
	margin: 0 auto;
    max-width: 700px;
	}
#bg_massage_contents{}
#massage_contents{}
#aroma_cont{
	margin-bottom: 70px;
	}
#powder_cont
/*ショップ*/
#shop_contents{}
/*メニュー*/
.credit_info{}
.credit_info li img{
	max-width: 444px;
    width: 100%;
	}
.corse_detail{
	border: 1px solid #aeaeae;
    margin-top: 19px;
    padding: 10px;
    width: 100%;
	background-image: url("../image/sche_back03.jpg");
	}
.corse_detail dt{}

/*リクルート*/
.recruit_contents{}
.access_h3{}
.rec_section{
	background-image: url("../image/sche_back03.jpg");
    border-color: #aeaeae;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin-bottom: 10px;
    padding: 15px;;
	}
.recruit_title{
	color: #5f080c;
    font-size: 18px;
	font-weight: bold;
	}
.rec_text{
	color:#000000;
	}
.red_text{
	color:#5f080c;
	font-weight: bold;
	}
.red_text_bg{
	color:#5f080c;
	font-size:20px;
	font-weight:bold;
	}
.brown_text_bold{
	color:#573322;
	font-weight:bold;
	font-size:20px;
	}
	
/*ニュース*/
.n_b_title{
	font-family: 'Yu Gothic';
	}
.newstitle{}
.news_article:nth-child(even){
    padding: 4px 4px 4px 10px;
	background-color: #ffebd8;
	}
.news_article:nth-child(odd){
    padding: 4px 4px 4px 10px;
	background-color: #ffffff;
	}
.news_article p{
	margin-top: 10px;
	}
.news_article p a{
	color: #5f080c;
    text-decoration: underline;
	}

.newIcon{
	background-color: #ff9999;
    color: #ffffff;
    float: left;
    height: auto;
    margin-right: 20px;
    text-align: center;
    width: 50px;
	}
.day_time{
	color: #898989;
	}
.news_section {
     background-image: url("../image/sche_back03.jpg");
    border-color: #aeaeae;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin: 15px auto;
    max-width: 500px;
    padding: 15px;
}
.news_section a{
	color:#000000;
}
/*todayのコード*/
.today_code{
	height: 100px;
    margin: 0 auto;
    width: 981px;
	}
/*contactform*/
#contact_wrap{
	display: table;
    margin: 0 auto;
    max-width: 981px;
	color:#000000;
	}
.wpcf7 {
	margin: 20px 0;
	padding-left: 15px;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #000000;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #000000;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

.wpcf7-form-control{}
.wpcf7-form-control-wrap{
color:#000000;
}
.text-white{
	color:#000000;
	}
#massage_textarea textarea{
	height: 150px;
	}
.screen-reader-response{
	color: #ff0000;
    font-size: 18px;
    font-weight: bold;
	}
.wpcf7-not-valid-tip{
	color:#ffffff;
	}
.wpcf7-response-output{
	color: #ff0000;
    font-size: 18px;
    font-weight: bold;
	}
#submit_btn{
	margin-left: 0px;
    text-align: center;
	}
#submit_btn input{
	max-width: 280px;
    width: 100%;
	}
/*subscribe2*/
#merumaga_form{
	text-align: center;
	}
#merumaga_form form{}
#merumaga_form label{
	color: #5f080c;
	display: block;
	}
#s2email{
	height: 32px;
    max-width: 400px;
	width:100%;
	color: #000000;
	}
#merumaga_form input[name="subscribe"] {
	color: #000000;
    padding: 10px;
    width: 140px;
}
#merumaga_form input[name="unsubscribe"] {
	color: #000000;
    margin-left: 4px;
    padding: 10px;
    width: 140px;
}
li small{
	display:block;
	}
/*セラピスト詳細*/
#slideshow_girl{}
#girlimage_main{}
#therapist_title{
	color:#000000;

	}
#therapist_title span{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
/*トップ*/
.container h2{
	color:#ffffff;
	}
.container h2 span{
	border-bottom: 1px solid #ffffff;
	}
/*求人*/
#kyuujin_veiw{
	margin: 15px auto 0;
    max-width: 964px;
	}
#kyuujin_veiw img{margin-left: 3%;
    width: 94%;}
#weekly tr{}
#line{
	background-color: #00c300;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
	}
#green{
	color:#00c300;
	font-size:23px;
	}
#lineIcon{
	width: 50px;
	margin-left: 0;
	}
.red_text a{
	color:#5f080c;
	}
.red_text a:hover{
	color:#5f080c;
	}
/*ライブドア*/
#container_livedoor{
	background-image: url("../image/sche_back03.jpg");
    height: auto;
    margin: 0 auto;
    max-width: 923px;
    overflow: auto;
    padding: 15px;
	}
#blog-title{
	font-size: 22px;
	}
.blog-title-outer{
	background-image: url("../image/bg_welcome.png");
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
    max-width: 920px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
	}
.blog-title-outer h1{}
.article-body-inner{}
.article-pager li a{
	color:#000000;
	}
.side a{
	color:#666666;
	}
.index-navigator li a{
	color: #000000;
	}
#main{
	float: left;
    padding-left: 10px;
    width: 635px;
	}
#sub{
	background-color: rgba(13, 4, 1, 0.85);
    color: #ffffff;
    float: left;
    margin-left: 14px;
    padding: 25px;
    width: 240px;
	}
.plugin-recent_articles{
	background-color: #660000;
    padding: 10px;
	}
#extra{
	background-color: rgba(13, 4, 1, 0.85);
    color: #ffffff;
    float: left;
    margin-left: 14px;
    margin-top: 10px;
    padding: 25px;
    width: 240px;
	margin-top:10px;
	
	}
	#livedoor_footer{
		width: 100%;
	background-image:url(../image/footer_back.jpg);
	background-repeat:repeat-x;
	clear:both;
		}
.blog-common-header{
	display:none;
	}
.plugin-calendar_default{
	background-color: #666;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 auto 10px;
    padding: 10px;
    width: 200px;
	}
.calendartable{
	margin:0 auto;
	}
.calon{
	color:#F03;
	}
.sidebody{
	border-bottom: 1px solid #666;
    height: 25px;
    overflow: hidden;
    width: 172px;
	}
.sidetop{
	display:none;
	}
.sidebody a{
	color:#ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100px;
	}
.sidetitle{
	margin-bottom:10px;
	}
.blogsite_info{
	background-color: rgba(13, 4, 1, 0.85);
    color: #ffffff;
    float: left;
    margin-left: 14px;
    margin-top: 10px;
    padding: 25px;
    width: 240px;
	margin-top:10px;
	}
#right_bar{
	float: left;
    width: 258px;
	}
#pink{
	color:#f981fa;
	}
.high_red_text{
	color: #fd003c;
    font-weight: bold;
	}
.article-title a{
	color: #ff00ff;
    font-weight: bold;
	}
#blog_nav ul {
    background-image: url("../image/navi_bg_back.jpg");
    display: block;
    height: 53px;
    margin: 0 auto;
    width: 886px;
}


/*アクセス*/
.list_back{
	background-color: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 2px -3px rgba(0, 0, 0, 0.5);
    margin: 0 auto 15px;
    padding: 10px 20px 5px;
    width: 80%;
	}
.green_text{
	color:#125b3d;
	font-size: 19px;
	}
.michijun_text{
	border-bottom: 3px dotted #e1ccad;
    line-height: 33px;
    width: 95%;
	}
#access_card{
	max-width: 444px;
    width: 100%;
	}



/*予約*/


#style_for_input input{
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #000000;
    font-size: 100%;
    padding: 0.5em;
    width: 95%;
	}
#yoyaku_contents select{
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #000000;
    font-size: 100%;
    padding: 0.5em;
	}
#yoyaku_contents textarea{
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #000000;
    font-size: 100%;
    padding: 0.5em;
    width: 95%;
	}
#yoyaku-marumaga{
	color:#3399ff;
	}
#schedule .yoyaku-h2{
	color:#000000;
	}
.black a{
	color:#000000;
	}



  

