/************************************************************
  * link color
  * header_wrap	width
 *  menu ul li img width height
  * box1000	width
  * 	box250	width
 * 	box750	width
 * footer_wrap	width
 * subc1000	width
 * slider_box	width
************************************************************/

/************************************************************
 * etc
************************************************************/
/* link */
a,a:link,a:visited,a:active,a:hover{ color:#333;text-decoration:none; outline:none; }
a:hover img{opacity: 0.7;filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
/* color */
.color1 { color:#333; }
.color2 { color:#63080f; }
.color3 { color:#666; }
.floatleft {
	float: left;
	margin-right: 15px;
}
.floatright {
	float: right;
}
.pagelink_btn{
	text-align:right;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.pagelink_btn_nb{
	text-align:right;
}

/************************************************************
 * background
************************************************************/
html{background: url('../img_data/background/bg.png') repeat fixed;}
body {
	background: url('../img_data/background/bg_fixed.png') center center / cover no-repeat fixed;
	/*background: #fff;*/
	/* ズレ対策 */
	/*overflow-y:scroll;*/
}
/************************************************************
 * 主要column構成 footer 固定
************************************************************/
/*--------------- wrapper ---------------*/
div#wrapper {width: 100%;margin:0 auto;padding:0;}
/*-------------- ▼▼container | headerとcontents_boxを包む▼▼ css3 calc();--------------*/
div#container {
	width:100%;
	margin: 0 auto;
	min-height: calc(100vh - 350px);  /* must be same height as the (footer height + container margin-bottom ) */

	/*background-color:;*/
	/*background: url('') center top no-repeat;*/
}
/*-------------- ▼▼header▼▼--------------*/
header {
	font-family: "Hiragino Maru Gothic ProN", "Lucida Grande", "segoe UI", Meiryo, sans-serif;
	font-size: 20px; 
	font-size: 2.0rem; /* =20px */
	color: #333;
	line-height: 100%;
	border-top:3px solid #37a34a;

	/* height:---px;*/
	/* background: url('') center left repeat-x;*/
	/* overflow-x:hidden;*/
	/* text-align: center;*/

}
/*-------------- ▼▼contents_box▼▼--------*/
div#contents_box {width: 100%;padding-top:10px;}

/*-------------- ▼▼footer▼▼--------------*/
footer {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 12px; 
	font-size: 1.2rem; /* =12px */
	color:#fff;

  	height: 330px;			/* Set the fixed height of the footer here */  
	margin:0 auto;
	padding-top: 40px;
	
	background-image: url('../img_data/background/bg_footer.png');
	background-repeat: repeat-x;	
}
/************************************************************
 * header
************************************************************/
#header_wrap{ width: 1100px;height:150px; margin:0px auto 0;}
#header_wrap h1{ color:#333;font-size: 10px;font-size: 1.0rem; /* =10px *//*text-indent:-9999px;*/height:17px;} 

#header_left{ width: 400px;float:left;}
#header_logo{ width: 400px;float:left;}
#header_sitename{ width: 255px; float:left;padding-left:10px;}
#header_sitename span{ font-size: 12px;font-size: 1.2rem;}	
	
#header_right{ width: 700px; float:right;}
#header_right .headmenu_1stbox{width:700px;height:100px;}
#header_right .headmenu_2ndbox{width:700px;height:30px;border-bottom:3px solid #37a34a;}
#header_right .headmenu_2ndbox .hm_2b_left{width:340px;float:left;}

#header_right .headmenu_2ndbox .hm_2b_right{width:360px;float:left;}
#header_right .headmenu_2ndbox .hm_2b_right ul{list-style-type:none;}
#header_right .headmenu_2ndbox .hm_2b_right ul li{width:90pxheight:30px;float:left;font-size:1.2rem;font-size:12px;color:#fff;*/margin:0;padding:0;}

#header_r_left{ width: 425px; float:left;}
#header_r_right{ width: 200px; float:right;}
/*----------▼▼ header　直下 ▼▼-----------*/
.u18{
	height:20px;
	font-size: 11px; 
	font-size: 1.1rem; /* =11px */
	line-height:2.0rem;
	text-align:center;
	margin-top:10px;
}
.u18 a{font-weight:normal;}
.u18 a:hover{color:#ff6666;}

/*-------------- ▼▼navigation▼▼--------------*/
#menu_box{width:100%;background: url('') repeat-x;}
.menu{ width: 1096px; margin:0px auto;}
.menu ul li  {display: table-cell;margin:0;padding:0;}
.menu ul li img{width:137px;height:50px;margin:0;padding:0;}

/************************************************************
 * footer
************************************************************/
.footer_wrap{ width: 1100px;height:260px;margin:0 auto;}
.footer_sitemapbox{font-weight:bold;}
.footer_sitemap {width: 250px;float: left;}
.footer_sitemap ul{list-style: disc url('') inside;line-height:2.0rem;}
.footer_sitemap ul li a{ text-decoration:none; outline:none;color:#fff;}
.footer_sitemap ul li a:visited{color:#fff;}
.footer_sitemap ul li a:hover{color:#ff3333;}
.footer_contact {width: 300px;height: 99px;padding: 15px 0px 0px 40px;background: url('../img_data/background/bg_footer_contact.png') no-repeat;float: right;line-height: 130%;}
.footer_address {width: 1100px;margin:0 auto;padding:20px 0px 10px 0px;}
.footer_logo{ width: 70px; float:left;}
.footer_sitename{ width: 930px;float:left;padding-left:10px; font-size: 16px; font-size: 1.6rem; /* =16px */}
.footer_sitename span{ font-size: 14px; font-size: 1.4rem; /* =14px */}	
.footer_copy {width: 100%;height:30px;padding: 5px 0px;background:#777e41;font-size: 12px; font-size: 1.2rem; /* =12px */text-align: center;}

.back_top {
	text-align: right;
	width: 1100px;
	padding-top: 15px;
}
/************************************************************
 * contents_box 内　カラム構成
************************************************************/
section{margin:0 auto 15px;}
article{margin:0 auto 25px;}

/*--------------- ▼▼１カラム ▼▼---------------*/
#cbox1100 {width: 1100px;margin:0 auto;font-size: 14px; font-size: 1.4rem; /* =14px */}
.box1100 {width:1100px;margin:0 auto 5px;padding:5px;}

/*--------------- ▼▼２カラム （１カラム入れ子）▼▼---------------*/
#cbox850 {width: 845px;margin:0 5px 0px 0px;float:left;}
#cbox250 {width: 250px;float:right;padding:0px;}

.box850{width:840px;margin:0 auto 5px;padding:10px 0px 5px 0px;} /*main 左右 padding 0*/
.box250{width:250px;margin-bottom:15px;} /*sub*/




/************************************************************
 * sub_navi　｜#cbox250　width:250px;
************************************************************/
#sub_navi ul{ margin-bottom:20px;padding:0px;}
#sub_navi ul li{
	height:45px;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	text-shadow: 1px 1px rgba(204,204,204,0.4);
	text-indent:1.2rem;
	line-height:45px;
	background:#fcfcfc;
	border-bottom:1px solid #ccc;
	list-style-type:none;
	list-style-image:none;
}
#sub_navi ul li a{ text-decoration:none; outline:none;color:#333;}
#sub_navi ul li a:visited{color:#333;}
#sub_navi ul li a:hover{color:#ff3333;}
/************************************************************
 * side_banner　｜#cbox250　width:250px;
************************************************************/
#shop_side_banner ul{ margin-bottom:20px;padding:0px;list-style-type:none;}
#shop_side_banner ul li{
	margin-bottom:5px;
	font-size: 16px;
	font-size: 1.6rem; /* =16px */
	line-height:45px;
}
#shop_side_banner ul li:first-child{
	border:0;
	height:50px;
	font-size: 16px;
	font-size: 1.6rem; /* =16px */
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	text-indent:50px;
	line-height:52px;
	background: url('../img_data/title/subnavi_ttl2.png') no-repeat;
}

#sub_navi_age ul{ margin-bottom:10px;padding:0px;list-style-type:none;}
#sub_navi_age ul li{margin-bottom:5px;}

#side_banner ul{ margin-bottom:20px;padding:0px;list-style-type:none;}
#side_banner ul li{margin-bottom:5px;}

#side_banner_extra ul{ margin:0 auto 20px;padding:0px;list-style-type:none;text-align:center;}
#side_banner_extra ul li{margin-bottom:5px;}

#side_banner_top{}
#side_banner_top ul{ margin:0 auto 10px;padding:0px;list-style-type:none;text-align:center;}
#side_banner_top ul li{margin-bottom:5px;} 
/************************************************************
 *口コミ 即姫
************************************************************/

#side_banner_extra #body{clear:both;}

#side_banner_extra #body .girl-list-frame{float:left;}
#side_banner_extra #body .girl-frame{float:left;}

/************************************************************
 *見出し語　｜　画像の場合　#cbox750 で
************************************************************/
#cbox1100 h2{
	height:50px;
	font-size: 18px;
	font-size: 1.8rem; /* =18px */
	color: #fff;/* 文字の色 */
	text-shadow: 0.1em 0.1em 0.8px #999;	
	
	border: 2px solid #fff;/* ステッチの太さ・種類・カラー */
	background:#9acd32;
	
	border-radius: 5px;/* 四隅の丸み */
	box-shadow: 0 0 2px 2px #004d25;
	margin: 0px 0px 10px;
	padding:10px 0 0 40px;
	position:relative;
}
#cbox1100 h2:after{
	content:url("../img_data/logo/logo_icon_white.png");/* 文字前のワンポイント */
	-webkit-transform: scale(0.1); 
 	-moz-transform: scale(0.1);
 	-ms-transform: scale(0.1); 
	top: -140px;/* ワンポイントの位置 */
	left:-140px;/* ワンポイントの位置 */
	position:absolute;
}

#cbox1100 h3{
	/*height:50px;*/
	font-size: 18px;
	font-size: 1.8rem; /* =18px */
	color: #336600;/* 文字の色 */
	font-weight:bold;
	border-radius: 5px;/* 四隅の丸み */	
	border: 3px solid #9acd32;/* ステッチの太さ・種類・カラー */
	background: #fff;/* 背景色 */
	
	box-shadow: 0 0 2px 2px #fff;
	margin: 0px 0px 10px;
	padding:10px 0 10px 40px;
	position:relative;
}
#cbox1100 h3:after{
	content:url("../img_data/logo/logo_icon.png");/* 文字前のワンポイント */
	-webkit-transform: scale(0.1); 
 	-moz-transform: scale(0.1);
 	-ms-transform: scale(0.1); 
	top: -140px;/* ワンポイントの位置 */
	left:-140px;/* ワンポイントの位置 */
	position:absolute;
}
#cbox1100 h3 a{color:#336600;}
#cbox1100 h3 a:visited{color:#336600;}

#cbox1100 h4{
	width:95%;
	margin: 0px 5px 10px 5px;
	padding:5px 0px 0px 40px;
	font-size: 18px;
	font-size: 1.8rem; /* =18px */
	color:#663300;
	font-weight:bold;
	line-height:25px;
	border-bottom:2px solid #663300;
	
	position:relative;

}
#cbox1100 h4:after{
	content:url("../img_data/logo/logo_icon.png");/* 文字前のワンポイント */
	-webkit-transform: scale(0.1); 
 	-moz-transform: scale(0.1);
 	-ms-transform: scale(0.1); 
	top: -150px;/* ワンポイントの位置 */
	left:-150px;/* ワンポイントの位置 */
	position:absolute;
}




/************************************************************
 *見出し語　｜　#cbox750
************************************************************/
#cbox750 h2 {
}
#cbox750 h2 span {
}
#cbox750 h3 {
}

/************************************************************
 *小見出し　｜　#cbox750　.box750
************************************************************/
.tb{float:left;width:245px;height:150px;}
.ta_frame{float:right;width:485px;height:150px;}
.ta48550{height:50px;margin-top:20px;}
.tatxt{height:55px;padding-top:10px;}

/************************************************************
 * sub_content
************************************************************/
.sub_content {
	padding: 20px 0px;
	background: rgba(255,255,255,0.6);box-shadow: 2px 2px 2px #666;
	background-image: radial-gradient(#eee 20%, transparent 20%),
	radial-gradient(#eee 20%, transparent 20%);
	background-size: 5px 5px;
	background-position: 0 0, 15px 15px;

}
.subc1100{width: 1100px;margin:0 auto;}
.sub_content ul.sub_content_img{ width:100%; display:table;table-layout: fixed;}
.sub_content ul.sub_content_img li{display:table-cell;vertical-align:middle;text-align:center;}
.sub_content ul.sub_content_img li img{box-shadow: 2px 2px 2px #666}
/************************************************************
 * slider
************************************************************/
#slider_box {width: 1100px;margin:0 auto;}

/************************************************************
 * accordion
************************************************************/
.accordionlist dt{display:block;}
.accordionlist dt:first-child{border-top: none !important;}
.accordionlist dd{display:none;}
.accordion_icon,.accordion_icon span {display:inline-block;transition: all .4s;}
.accordion_icon {}


/************************************************************
 * Panel <newface schedule>
************************************************************/
/*------------------------- ▼▼ 在籍パネル ▼▼-------------------------*/
.panelbox{width:165px;border:1px solid #330066;outline: solid 2px #fff;line-height:100%; float:left; margin:0 1px 8px 1px;background:#fff;text-align:center;position: relative;}
.thum{width:165px;height:220px;text-align:center; padding:1px 0;position:relative;width:163px;overflow:hidden;}
.thum img{width:165px;height:220px;object-fit: cover;object-position: 50% 0;}
.name{height:25px;line-height:25px;padding:3px auto;font-size:12px;font-size:1.2rem; /* =12px */background:#9acd32;color:#665a1a;}
.name span{ margin:0 0 0 3px; font-size:10px;font-size:1.0rem; /* =10px */font-weight:bold;color:#fff;}
.name a{color:#fff;font-weight:bold;}
.name a:hover{color:#665a1a;}
.name a:visited{color:#fff;}
.style{margin:5px auto 0px;padding:0 0 0 5px; font-size:8px;font-size:0.8rem; /* =8px */}
.time{ padding:5px 0px; color:#660033;font-size:12px;font-size:1.2rem; /* =8px */font-weight:bold;}
.time img{ vertical-align: middle; margin:0 3px 0 0;}

.noneList{ padding:20px; text-align:center;}

.icon_box1{margin:1px auto;font-size:1.0rem;font-size:10px;}
.icon_box1 .icb{width:80px;padding:1px 3px;background:#336600;color:#fff;border:1px solid #fff;text-align:center;float:left;}


.new_iconbox{position:absolute;bottom:-14px;right:0px;z-index:0;}
.new_iconbox img{border:0;}
.triangle_new{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #990000 transparent;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.icon_txt{position:absolute;bottom:20px;right:3px;font-size:13px;font-size: 1.3rem;color:#fff;font-weight:bold;text-shadow:-1px -1px #990000,1px -1px #990000,-1px 1px #990000,1px 1px #990000;}
.star_iconbox{position:absolute;top:195px;left:10px;z-index:0;}
.star_iconbox img{border:0;}

.sp_iconbox{position:absolute;bottom:180px;right:8px;z-index:0;}
.sp_iconbox img{border:0;}
.starbox{margin:0 auto;padding-bottom:5px;text-align:center;}
.starbox img{display:inline-block;}
/************************************************************
 * 地図
************************************************************/
.map_announce{margin:0 0 10px;}

.map_announce ol{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
.map_announce ol li{
	margin-bottom: 10px;
	padding:3px 0 0 30px;
	line-height: 2.2rem;	
	position: relative;
}
.map_announce ol li:before{
	content: counter(number);
	counter-increment: number;
	background-color: #bada55;
	font-size:12px;
	font-size: 1.2rem;
	color: #fff;
	font-weight:bold;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	padding:0 0 0 1px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}

/************************************************************
 * ▼▼pager▼▼
************************************************************/
.flt_l{
	height:30px;
	float:left;
	
	border-radius:8px;
	border:2px solid #660033;
	text-align: center; 
	background-color: #660033;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#96215b), to(#660033));
	background-image: -webkit-linear-gradient(top, #96215b, #660033);
	background-image:    -moz-linear-gradient(top, #96215b, #660033);
	background-image:     -ms-linear-gradient(top, #96215b, #660033);
	background-image:      -o-linear-gradient(top, #96215b, #660033);
	background-image:         linear-gradient(top, #96215b, #660033);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
	border-top: none;
    
   
       	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:10px;
	
	text-shadow: 0.1em 0.1em 1px #660033;
}
.flt_r{
	height:30px;
	float:right;
	
	border-radius:8px;
	border:2px solid #660033;
	text-align: center; 
	background-color: #660033;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#96215b), to(#660033));
	background-image: -webkit-linear-gradient(top, #96215b, #660033);
	background-image:    -moz-linear-gradient(top, #96215b, #660033);
	background-image:     -ms-linear-gradient(top, #96215b, #660033);
	background-image:      -o-linear-gradient(top, #96215b, #660033);
	background-image:         linear-gradient(top, #96215b, #660033);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
	border-top: none;
    
   
       	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:10px;
	
	text-shadow: 0.1em 0.1em 1px #660033;
}

.flt_l a{color:#fff;}
.flt_l a:visited{color:#fff;}

.flt_r a{color:#fff;}
.flt_r a:visited{color:#fff;}

/************************************************************
 * ▼▼announce▼▼
************************************************************/
.announce{font-size:14px;font-size: 1.4rem; /* =14px */}
.announce ul li{list-style:none;margin:0;padding:0px 0 0 14px;position: relative;}
.announce ul li:before{
	content: '';
	width: 8px;
	height: 8px;
	margin-right:10px;
	display: inline-block;
	border-radius: 100%;
	background: #660033;
	position:absolute;
	left: 0px;
	top: 8px;
}
/************************************************************
 * announce
************************************************************/
.anc span{color:#b22222;}

/************************************************************
 * topbn
************************************************************/
.anc span{color:#b22222;}

/************************************************************
 * dto
************************************************************/
.dto_syame{
	background:#fff;
	border-radius:8px;
}