@charset "utf-8";
/* 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;
}
.bubu{margin-top: 20px!important}
body{
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fafafa;
	
	background-repeat:repeat;
	color:#000000;
	overflow-x:hidden;
	width:100%;
}
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;
	
}
p{
	word-break: break-all;
	}
.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: 200px;
	position: absolute;
	top: 12px;
	left: 0px;
}

#call {
	font-size: 28px;
	position: absolute;
	right: 10px;
	top: 20px;
	color:#000;
}
#call span{
    font-size: 15px;
}
/*デフォルトメニューバー表示しすてむ
#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{
}
nav a{
    display: block;
    padding: 0.3em;
	text-align: center;
	font-size:13px;
}
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-top: 1px;
	position: relative;
	z-index: 100;
	/*box-shadow: 0 12px 25px -12px #333;*/
}

#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: -30px;
}
.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 h1.page_heading {
    color: #ffffff;
    margin-top: 0;
}
.toppage-heading1 {
    max-width: 964px;
    height: 39px;
    margin: 20px auto 0;
    text-align: center;
    border-bottom: solid 1px #880000;
    font-size: 2em;
    margin-bottom: 10px;
}
.lead {
	max-width: 500px;
	margin-bottom: auto;
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 30px;
}
#top h2.heading2{
    margin: 20px auto 0;
}
#top h2 span,
#top h2 span, #top .page_heading span {
	border-bottom: solid 1px #000;
	display: inline-block;
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #000;
	font-family: "EB Garamond", serif;
	word-break: break-all;
}
.pankuzu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
}
.pankuzu li::before {
    content: ">";
    padding: 0 10px;
    color: #fff;
}
.pankuzu li a {
    color: #fff;
}
.pankuzu li a:hover {
    color: #fff;
    opacity: .6;
}
.pankuzu li:first-child::before {
    content: none;
}

    #top h2.heading2 {
        overflow: hidden;
    }
    .pankuzu {
        display: none;
    }
    #top h1.page_heading{
        margin-top: 25px;
    }
    .toppage-heading1 {
        height: auto;
        margin: 30px auto 0;
        padding: 0 10px 10px 10px;
        font-size: 1.4em;
        margin-bottom: 10px;
    }
    .lead {
        padding: 0 px;
    }

ul.pickul_list {
    margin: 0;
}
#girls{
    padding-bottom: 0 !important;
	margin: 0 auto;
    max-width: 1100px;
}
#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;
	height: auto;
}
#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;
}
#schedule{
    margin: 0 auto;
    max-width: 1100px;
     /*max-width: 100%;*/
    padding-bottom: 0 !important;
}
#schedule ul{
	width: 1400px;
    margin-bottom: 20px;
	margin: auto;
}


#schedule li{
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
    
   
    border: 1px solid #ffcfd5e6;
    padding: 10px;
    margin: 10px;
}

#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;
	height: auto;
}
#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: #000;
}
#schedule .time h3{
    font-size: 1.5em;
}

#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_tel{
    font-family: 'Yu Gothic', sans-serif;
    font-size: 2em;
    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;
}
.footer_desc{
    font-size: 1em;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: inherit;
}
/*--
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:auto;
  }
#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;
    max-width: 750px;
}
#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 #ffcfd5e6;
	overflow: hidden;
}

dl dt {
	clear: left;
	float: left;
	font-size: 16px;
	font-weight: normal;
	width: 50%;
	background-color: #ffcfd5e6;
	color: #000;
	text-align: center;
	padding: 11px;
	height: 45px;
}

dl dd{
    border-bottom: 1px solid #ffcfd5e6;
	padding: 11px;
	height: 45px;
	width:50%;
	float: left;
	text-align:center;

}


	header{
	background-color: #ffcfd5e6;
	height:140px;
}
.page-id-5760 header{
	background-color: #ffcfd5e6;
	height:140px;
	/*border-bottom: 4px solid rgba( 179, 152, 123, 0.6 );*/
}


#eigyoujikan {
	position: absolute;
	right: 10px;
	top: 57px;
	color: #000;
	font-size: 15px;
	border-top: 1px solid #666;
	padding-top: 2px;
}
	#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{
margin: 0 auto;
	position: absolute;
top: 88px;
right: 10px;
    }
nav li {
	background-repeat: repeat-x;
	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 15px;
	text-align: center;

}
nav li a{color:#000;}
	nav .pinkBack{
		/*background-image: url("../image/navi_btn_back_pink.jpg");*/
		background: linear-gradient(135deg, #b3987b, #534535);
		}
    nav ul{
    display: block;
    }/*
    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;
    }



	#schedule li a{
    font-size: 16px;
	vertical-align: -moz-middle-with-baseline;
	color: #000;
}
#schedule .amd-list li{
    background-color: #fff;
    border: 1px solid #ffcfd5e6;
    color: #000;
    height: 55px;
    list-style: outside none none;
    margin-bottom: 15px;
    text-align: center;
    width: 11%;
	padding-top:5px;
	margin: 0;
}
/*スケジュール改*/
#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");*/
	background: linear-gradient(135deg, #3a3a3a, #100);
border-top: 5px solid #b3987b;
padding-top: 35px;
	}
#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{
	
	border: 1px solid #816b54;
    height: auto;
    /*margin-bottom: 10px;*/
    max-width: 940px;
	padding: 30px;
	overflow:hidden;
	padding-right:0px;
	}
#googlemap{
	float:left;
	box-shadow: 0 12px 25px -12px #000;
	}

.map_text{
float: left;
margin-left: 23px;
margin-top: 10px;
width: 46%;
	}
.google_cont{
	
	border: 1px solid #816b54;
    height: auto;
    margin-bottom: 10px;
    max-width: 940px;
    overflow: auto;
	padding: 30px;
	}

#maplogo{
	float: left;
    margin-left: 33px;
	width:480px;
	}
#maplogo img{
	width:100%;
	}
.michijun_img{
	float: left;
    margin-right: 37px;
    width: 20%;
	height: 188px;
	}
.michijun_img img{
	width: 100%;
	box-shadow: 0 12px 25px -12px #666;
	transition: 0.3s ease-in-out;
	}
.michijun_img img:hover{
	transform: scale(1.5);
	}
.michijun_img p{
	font-size: 12px;
    text-align: center;
	margin-top: 10px;
	}
.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{
    width: 100%;
	}
#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: 0 auto;
    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;
	}
/*ニュース*/
#news{
color: #000000;
    height: 225px;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    width: 100%;
	}
#news_contents{
	width:700px;
	}
#youtube{
	float: left;
	}

#youtube02{
	float: left;
    margin-left: 100px;
	
	}

#youtube_category{
	clear: both;
overflow: hidden;
	}
#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: 974px;
	margin: 0 auto;
	display: block;
	}
.therapist_contents{
	/*background-image: url("../image/con5_back.jpg");*/
    background-repeat: repeat;
    background-color: #ffcfd5e6;
    border: 1px solid #ffcfd5e6;
    color: #000000;
    float: left;
    /* height: 540px; */
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: 470px;
	}
.therapist_profile{}

.main_image{
	width: 230px;
	}
.main_image a img{
	width:100%;
	height: auto;
	}
	
.therapist_name {
	color: #816b54;
	font-family: "EB Garamond", serif;
	font-size: 27px;
	font-weight: bold;
	left: 245px;
	position: absolute;
	top: 7px;
}
.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: 75px;
        top: 80px;
    }

.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;
	}
.page-id-324 .wp-image-164826{
	display:none;
	}
.syousai_link{}
.syousai_link a img{
	width: 236px;
	}
.day_schedule{}
.day_schedule tr{}
.day_schedule th{
background-color: #b3987b;
border: 1px solid #aaaaaa;
color: #fff;
    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;
background-color: #fff;
	}
#active{
	background-color: #5f080c;
    color: #ffffff;
	}


/*トップ*/
#top_linkbtn{}
#bottom_bnr{
	height: auto;
    margin: 50px auto 50px;
    max-width: 964px;
    overflow: hidden;
    border: 1px solid #c9b3a7;
    background-image: url("../image/sche_back03.jpg");
    padding: 20px;
	}
#merumaga_link{
	float: left;
    width: 100%;
	margin-bottom: 10px;
	}
#blog_link{
	margin-bottom:50px;
	}
#blog_link a img{
	width:100%;
	}
#enquete_link a img{
	width:100%;
	}
#pickup_bnr{
	float: right;
    width: 50%;
	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: left;
    width: 100%;
	margin-bottom: 9px;
	}
#kyuujin_link a img{
	width: 100%;
	}
#bg_slider {
    background-repeat: repeat-x;
}
#nav_smt{
	display:none;
	}
.todaysche_btn{
text-align: center;
width: 260px;
margin: 0 auto;
display: block;
	}
#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:#000;
}
    footer .col1{
        width: 20%;

		font-size:12px;
    }
    footer .col2{
        width: 20%;

		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{
        text-align: center;
        width:100%;
/*color: #ffffff;*/
/*float: none;*/
/*margin-top: 0;*/
/*position: absolute;*/
/*top: 143px;*/
/*right: 12px;*/
    }
    footer #copy{
        clear: both;
		padding-top:4px;
		margin: 0;
    }
	#bg_footer{
		width: 100%;
		background-color: #ffcfd5e6;
	/*background-image:url(../image/footer_back.jpg);*/
	/*background-repeat:repeat-x;*/
	/*background-size: contain;*/
		}
		footer{
    margin: 0 auto;
    max-width: 964px;
    padding: 43px 0 0;
	color:#000;
	position:relative;
	overflow:hidden;
}
/*セラピスト詳細*/
#weekly th, #weekly td{
    border: 1px solid #474747;
    font-size: 13px;
    line-height: 1.42857;
    text-align: center;
    vertical-align: top;
    width: 12.5%;
}
#weekly th{
	background-color:#000000;
	color:#ffffff;
	}
#weekly td{}
.clearfix_therapist{}
#slideshow {
  width: 430px;
  margin: 0 auto;
  text-area:center;
  overflow: hidden;
}
#slideshow ul {
  display: block;
  float: left;
  width: auto;
  padding: 0;
  margin-top:7px;
  margin-left: 90px;
}
#system{    
    margin: 0 auto;
    max-width: 750px;
}
/*求人*/
#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;
	}
#bloglink_s{
	margin-bottom: 10px;
	}
#bloglink_s a img{
	width:100%;
	}

#line_bnr_wrap{
	border: 1px solid #c9b3a7;
    background-image: url("../image/sche_back03.jpg");
    padding: 20px;
	margin:0 auto;
	width:964px;
	margin-bottom: 50px;
margin-top: 50px;
}
#linkbnr_img {
    margin: 0 auto;
overflow: hidden;
border-bottom: 3px dotted #c9b3a7;
}
#linkbnr_img ul li{
float: left;
margin-right: 40px;
height: 60px;
}
#linkbnr_img a{
	color: #000;
    display: table;
    height: 45px;
    width: 100%;
	}
#linkbnr_txt {
margin: 0 auto;
overflow: hidden;
width: 964px;
padding-top: 20px;
}
#linkbnr_txt li{
	float: left;
margin-right: 40px;
}
#linkbnr_txt a {
	color: #000;
	display: table;
	height: 28px;
	width: 100%;
	text-decoration: underline;
	font-size: 11px;
}


#footer_juusyo{
    width: 100%;
    text-align: center;
	/*left: 285px;*/
 /*   position: absolute;*/
 /*   top: 41px;*/
 /*   width: 255px;*/
		}
footer #footer_logo img{
/*max-width: 200px;*/
/*position: absolute;*/
/*top: 50px;*/
/*right: 24px;*/
}
footer #footer_seo{
    width:100%;
    text-align: center;
	/*left: 531px;*/
 /*   line-height: 21px;*/
 /*   position: absolute;*/
 /*   text-align: left;*/
 /*   top: 13px;*/
	/*color:#ccc;*/
	/*font-size: 12px;*/
	}
#slider .flexslider{
	margin-top:10px;
	}
#mid_slider{
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 984px;
	}
.seotext{
	font-size: 14px;
    margin-bottom: 22px;
	color: #816b54;
	}
#youtube_category video{
	display: block;
    margin: 0 auto;
	}
.shopmovie{border-bottom: 1px solid #880000;}

#bottom_bnr .info_link_left{
	width: 444px;
overflow: hidden;
float: left;
}
#bottom_bnr .info_link_right{
	width: 444px;
overflow: hidden;
float: right;
}
#bottom_bnr .info_link a img{
	width: 444px;
	}
.contents_wrap{
	width: 964px;
margin: 0 auto;
margin-bottom: 40px;
overflow: hidden;
}
.contents_wrap .box{
	border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
margin-right: 14px;

    position: relative;
    width: 312px;
	}
.contents_wrap .box img{
		width:100%;
		}

.contents_wrap .box_last{
	border: 1px solid #cccccc;
    float: right;
    margin-bottom: 10px;

    position: relative;
    width: 312px;
	}
.contents_wrap .box_last img{
		width:100%;
		}
#welcome{
	    max-width: 964px;
margin: 0 auto 0px;
overflow: hidden;}
#welcome_wrap{
    max-width: 964px;
margin: 0 auto 30px;
overflow: hidden;
	}
.smp_br{
	display:none;
	}
.access_call_smt {
	display:none;
	}
.access_call_smt a img{
	display:none;
	}
	
/*ここからシーズントップページ*/	
/*.page-id-170498{
	height: 750px;
background-color: #464646;
background-image: url("../image/season_back01.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;}*/


.page-id-170498 #bg_slider {
	background-image: url("../image/mainview_bg_back_season.jpg");
	background-repeat: repeat-x;
	height: 403px;
}



.page-id-170500{
	height: 750px;
background-color: #464646;
background-image: url("../image/season_back01.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;
	}



/*ここまでシーズントップページ*/


.map_text h2{
font-weight: bold;
font-size: 22px !important;
text-align: left !important;
color: #816b54 !important;
font-family: "EB Garamond", serif;
border-bottom: 1px solid #816b54;
margin-top: 0;
padding-bottom: 7px;
}
.map_text p{}

#season_accent {
	position: absolute;
	left: -49px;
}
#footer_juusyo h2 {
	margin: 0;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	font-family: "EB Garamond", serif;
	margin-bottom: 5px;
}
.cycle-pager {
	width:100%;
    text-align: center;
    position: absolute;
    margin-top: -9px !important;
	padding-top:10px;
	
}

    #girls li{
    width: 20%;
    }
    #schedule li{
            width: 17.28571%;
        /*width: 14.28571%;*/
		/* margin-bottom: 10px; */
    }
    #reservation form{
        width: 80%;
        margin: 0 auto;
    }
    #slider #catch{
        font-size: 2.5em;
    }


#reservation{
	margin: 0 auto;
    max-width: 964px;
	}
.backstretch{}



#titlebar_contents{
margin: 20px auto 0;
max-width: 964px;
height: 39px;
background-image: url("../image/titlebar_contents.jpg");
overflow: hidden;
	}
#titlebar_news{
margin: 20px auto 0;
max-width: 964px;
height: 39px;
background-image: url("../image/titlebar_news.jpg");
overflow: hidden;
	}
.contents_panel{
	margin: 0 auto;
	}
.group{
	clear: both;
    content: "";
    display: block;
	}



#schedule .amd-list .tab-current{
	background-color: #ffcfd5e6;
    border: 1px solid #ffcfd5e6;
	}
#schedule .amd-list .tab-current a{
	color: #ffffff;
	}
	
	
	
	#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;
	}
.sub_h2{
	background: linear-gradient(135deg, #3a3a3a, #100);
border-top: 5px solid #b3987b;
    color: #b3987b;
    font-size: 17px;
    padding: 15px;
    text-align: center;
	}
#header_inner {
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	width: 1100px;
}
.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{
	width: 50%;
height: auto;
float: left;
	}
#aroma_01 img{
	max-width:100%

	}
#powder_01{
	width: 50%;
height: auto;
float: right;
	}
#powder_01 img{
	max-width:100%
	}
.massage_setumei{
	width: 50%;
float: right;
padding: 2%;
padding-top: 0;
	}
#bg_massage_contents{}
#massage_contents{}
#aroma_cont{
width: 100%;
overflow: hidden;
margin-bottom: 50px;
margin-top: 40px;

	}
#powder_cont{
	width: 100%;
overflow: hidden;
}
/*ショップ*/
#shop_contents{}
/*メニュー*/
.credit_info{}
.credit_info li img{
	max-width: 444px;
    width: 100%;
	}
.corse_detail{
	border: 1px solid #b3987b;
    margin-top: 19px;
    padding: 10px;
    width: 100%;
	}
.corse_detail dt{}

/*リクルート*/
.recruit_contents{}
.access_h3{}
.rec_section{
	background-image: url("../image/con5_back.jpg");
    border-color: #aeaeae;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    margin-bottom: 10px;
    padding: 30px;;
	}
.recruit_title{
	color: #816b54;
    font-size: 18px;
	font-weight: bold;
	}
.rec_text{
	color:#000000;
	}
.red_text{
	color:#816b54;
	font-weight: bold;
	font-size: initial;
	}
.red_text_bg{
	color: #816b54;
font-size: 18px;
font-weight: bold;
	}
.brown_text_bold{
font-weight: bold;
font-size: 24px;
color: #816b54 !important;
font-family: "EB Garamond", serif;
border-bottom: 1px solid #816b54;
	}
	
/*ニュース*/
.n_b_title{
	font-family: 'Yu Gothic', sans-serif;
	}
.newstitle{}
.news_article:nth-child(even){
    padding: 4px 4px 4px 10px;
	background-color: #ffcfd5e6;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
	opacity: 0.8;
/*white-space: nowrap;*/
overflow: hidden;
/*text-overflow: ellipsis;*/
width: 100%;
color:#000;
	}
.news_article:nth-child(odd){
    padding: 4px 4px 4px 10px;
	background-color: #ffcfd5e6;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
opacity: 0.8;
/* white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */
width: 100%;
color:#000;
	}
.news_article p{
	margin-top: 10px;
	/* display: inline; */
	}
.news_article p a{
	color: #fff;
    text-decoration: underline;
	}

.newIcon {
	background: linear-gradient(135deg, #1024a1, #3eafab);
	color: #ffffff;
	/* float: left; */
	height: auto;
	margin-right: 3px;
	text-align: center;
	width: 50px;
	display: inline-block;
}
.day_time{
	color: #000;
	display: inline;
	margin-right: 15px;
	font-size:12px;
	padding:10px;
	}
.news_section {
    background-image: url("../image/con5_back.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;
	font-size: 20px;
    text-align: center;

	}
#therapist_title span{
	font-family: "EB Garamond", serif;
	}
/*トップ*/
.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 {
	border-radius: 8px;
	margin: 0 auto ;
	padding: 10px 0px 5px;

}
.green_text{
	color:#125b3d;
	font-size: 19px;
	}
.michijun_text{
	border-bottom: 2px dotted #b3987b;
    line-height: 33px;
    width: 96%;
	}
#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;
	}

.shop_name {
	position: absolute;
	top: 18px;
	right: 281px;
	font-size: 30px;
	font-family: 游明朝;
	color: #b3987b;
}
#eigyoujikan span{
	font-size: 14px;
	}
	
/*ここから2.0*/
#bg-video {
	position: fixed;
	right: 0;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: -100;
	/* background: url("../image/.gif") no-repeat; */
	background-size: cover;
}
.video_wrap {
	height: 500px;
	/*background-image: url("../image/ovl.png");*/
	/* background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6)); */
}
.contents01{
	width:1100px;
	margin:0 auto;
	display:block;
	padding-top: 75px;
padding-bottom: 70px;
position: relative;
	}
.contents01_wrap {
	/*overflow: hidden;*/
	/*background: linear-gradient(135deg, #3a3a3a, #100);*/
	background-color: #ffcfd5e6;
	border-top: 5px solid #ffcfd5e6;
	width: 100%;
    text-align: center;
    margin: auto;
}
.contents001{width:62%; margin:auto;}

.contents02{
	width:1100px;
	margin:0 auto;
	display:block;
	}
.contents02_wrap{
	background-color: rgba( 0, 0, 0, 0.7 );
padding-bottom: 70px;
padding-top:35px;
	}

.contents03{}
.contents03_wrap{
	background-color: rgba( 255, 255, 255, 0.85 );
padding-top: 30px;
padding-bottom: 30px;
}

.contents04{
	width:1400px;
	margin:0 auto;
	display:block;
	}
.contents04_wrap {
		background: linear-gradient(135deg, #ffcfd5, #fff);
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	border-top: 5px solid #ffcfd5e6;
}

.contents05{
    
	width:1100px;
	margin:0 auto;
	display:block;
	}
.contents05_wrap {
	/* background-color: #fffaf0;*/
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
 background-color: rgba( 255, 255, 255, 0.85 );
border-top: 5px solid #ffcfd5e6;
border-bottom: 5px solid #ffcfd5e6;
}

.contents06{}
.contents06_wrap{
	background-color: rgba( 255, 255, 255, 0.85 );
padding-top: 30px;
padding-bottom: 30px;
	}

.contents07{
	width: 1100px;
margin: 0 auto;
}
.contents07_wrap{
	background-color: #fff;
padding-top: 30px;
padding-bottom: 30px;
}

.contents08{}
.contents08_wrap{}

.contents09{
	width: 700px;
margin: 0 auto;
}
.contents09_wrap{
/*background-image: url("../image/ovl.png");*/
padding-bottom: 50px;
}
.contents10_wrap {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba( 0, 0, 20, 0.7 );
}
.contents10{
	width: 1100px;
margin: 0 auto;}
.contents10 h2 {
	font-family: 游明朝;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
	line-height: 59px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom:20px;
	
}
.contents10 p {
	width: 800px;
	color: #fff;
	line-height: 32px;
	margin: 0 auto;
	display: block;
}

#news_contents h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'Yu Gothic', sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: left;
}
.contents01 h1{
	margin: 0;
font-family: 游明朝;
font-size: 45px;
font-weight: bold;
margin-bottom:20px;
color:#b3987b;
}
.contents01 p{
	color: #fff;
	font-family: "EB Garamond", serif;
	font-weight: bold;
	}
.contents01 img{
	position: absolute;
right: -44px;
top: -35px;
}
.contents02 h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: 'Yu Gothic', sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: left;
}
.contents_panel ul li a img{
	width: 100%;
box-shadow: 0 12px 25px -12px #333;
	}
.contents_panel ul li a{}
.contents_panel ul li {
	width: 325px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.contents_panel ul{}
.contents_panel{}

.sp_only{
	display:none !important;
	}
.info_link{
	margin-bottom:25px;
	}
.info_link a img{
	width: 320px;
box-shadow: 0 12px 25px -12px #333;
}
.info_link_wrap{
width: 310px;
float: left;
border-left: 2px dotted #bbbb;
padding-left: 20px;
	}
.slider_wrap{
	float: left;
width: 740px;
margin-right: 10px;}

.contents05 h3{
    
	margin-top: 0;
	color:#816b54;
	}

.flort_right{
/*float: right !important;*/
/*margin-right: 0 !important;*/
		}
		
.main_logo {
	margin: 0 auto;
	display: block;
	width: 600px;
	padding-top: 129px;
}
.con_title{
	font-family: "EB Garamond", serif;
font-weight: bold;
color: #816b54;
text-align: center;
}
.con_title span{}



.sub_width850{
	width:850px;
	margin:0 auto;
	display:block;
	position:relative;
	}
	
.corse_detail{}
.corse_detail tr{}
.corse_detail th {
	background-color: #b3987b;
	width: 50%;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
	font-size: 15px;
}
.corse_detail td{
	text-align: center;
font-size: 15px;
border-bottom: 1px solid #b3987b;
}
.sub_h1{
	border-bottom: none !important;
	font-size: 30px !important;
	}
.system_ul{
	padding-left: 43px;
	border: 1px solid #b3987b;
	padding-top: 12px;
	padding-bottom: 12px;
}
.system_ul li{
	list-style: decimal;
	margin: 10px 0;
	}
.system_text{
	margin-top: 10px;
	}
.sub_h2b{
	font-weight: bold;
font-family: "EB Garamond", serif;
color: #816b54;
}
.sub_h2c{
	font-size: 20px;
	color: #b3987b;
	border-left: 3px solid #b3987b;
	padding-left: 10px;
	margin-top: 45px;
	font-family: "EB Garamond", serif;
	font-weight: bold;
}
.massage_p{
	line-height: 27px;
	}
.personal_text{
	clear: both;
width: 100%;
overflow: hidden;
margin-top: 11px;
margin-bottom:11px;
line-height: 26px;
}
.sub_text{
	text-align: center;
	}
	
	
/*ここからセラピストページのサムネイル横並び*/
#slideshow div img {
    display: block;
    /*533*400の画像がある場合
	height: 533px;
	width:400px;
	*/
	margin: 0 auto;
}
#slideshow div {
    width: 400px;
    /*533*400の画像がある場合
	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;
}
/*ここまでセラピストページのサムネイル横並び*/



.marukazariA{
position: absolute;
width: 300px;
top: 800px;
left: -275px;
	}
.marukazariB{
	position: absolute;
width: 250px;
right: -185px;
top: 309px;
	}
	
.start_txt{
	margin: 0 auto;
display: block;
padding-top: 68px;
}



.ameblo_wrap {
width: 560px;
  border: 3px solid #b3987b;
  padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  padding-left: 32px;
  padding-right: 31px;
  padding-top: 23px;
  float: right;
  margin-top: 34px;
}
.ameblo_wrap ul{}
.ameblo_wrap ul li .top-date{
color: #666;
}
.ameblo_wrap ul li {
border-bottom: 2px dotted #bbbb;
margin-bottom: 10px;
}
.ameblo_wrap ul li a{
color: #816b54;
text-decoration: underline;
font-weight: bold;
margin-left: 14px;
}
.ame_title{
margin-bottom: 22px;}
.ame_title span{
	background-color: #816b54;
color: #fff;
padding: 1px;
    padding-right: 1px;
    padding-left: 1px;
padding-left: 20px;
padding-right: 20px;
border-radius: 20px;
}
.nivoSlider{
	box-shadow: 0 12px 25px -12px #333 !important;
	}
	
	
	
	
.blog_body{
	width:1100px;
	margin:0 auto;
	display:block;
	}
.blog_body h2{ 
	margin-top: 0;
	margin-bottom: 0;}
.blog_body h2 span{
	    font-size: 30px !important;
		}
.blog_body img{
	max-width:100%;
	}
.blog_body p{
	line-height: 30px;
	}

.blog_wrap{
	width: 750px;
margin: 0 auto;
float:left;
margin-bottom: 100px;
margin-top: 60px;
	}
.blog_side{
	width: 300px;
	float:right;
	margin-top: 60px;
	}
.bolog_bottom{
	clear:both;
	}
.blog_wrap .date{
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
	}
.blog_side h3{
color: #816b54;
border-bottom: 1px solid #816b54;
font-size: 17px;
border-left: 3px solid;
padding-left: 6px;
margin-bottom: 20px;
}
.blog_side h3 span{}

.blog_side .news_article{
	width: 300px;
background: none;
padding-top: 0;
padding-bottom: 0;
}
.blog_side .day_time{
	color: #bbb;
	display: block;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: -5px;
	margin-top: 5px;
	}
.blog_side .newstitle{
	padding-left: 10px;
	}
.blog_side .newstitle a{
	color:#000;
	}
.blog_side .news_article:nth-child(odd) {
	white-space: nowrap;
	color: #000;
}
.blog_side .news_article:nth-child(even) {
	white-space: nowrap;
	color: #000;
}
.blog_side_iciran_link_wrap{
	margin-top: 30px;
	}
.blog_side_iciran_link{
	color: #816b54;
	font-weight: bold;
	}
	
.blog_archive_wrap{
	width: 1100px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;
}
.blog_archive_wrap h1{
 border-bottom: solid 1px #816b54;
	display: inline-block;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #816b54;
	font-family: "EB Garamond", serif;
	word-break: break-all;
}
.blog_archive_wrap h2 a{
	color: #000;
text-decoration: underline;
}
.blog_archive_wrap .date{
	color: #bbb;
	}
.blog_archive_wrap .blog-body{}
.next_look{
	color:#aaa;}
	
.twitter_wrap{
	width: 375px;
margin: 0 auto;
}
.twitter_wrap a{}

.twitter_wrap_top{
	clear: both;
  width: 480px;
  float: left;
  }
 .news_twitter_wrap{
	 padding-top: 30px;
	 }
