
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.toppage_box{	padding: 40px 0;}
.toppage_box > div{
	width: 1120px;
	margin: 0 auto;
}

main .title{
	font-size: 13px;
	line-height: 16px;
	height: 80px;
	margin: 0;
	padding-top: 20px;
}
main .title em{
	font-size: 28px;
}

/** img_up **/

#img_bg{
	width: 1120px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#imgup{
}

#sp_slide .bx-wrapper{	position: relative;}



/** info **/

#info{
	width: 1120px;
	display: table;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 5px auto;
}

#info_l,
#info_r{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#info_l{	width: 470px;}
#info_r{	width: 650px;}


/** cover **/

#cover{
	width: 460px;
	height: 600px;
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#cover > div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#cover > div.girl{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,d6c398+50,e9d4b3+100 */
	background: #f0c2ce; /* Old browsers */
}

#cover > div h2{
	font-family: "FontA";
	font-size: 24px;
	line-height: 38px;
	text-align: left;
	letter-spacing: 1px;
	position: absolute;
	z-index: 3;
	bottom: 65px;
	left: 30px	;
}
#cover > div h2 em{	font-size: 40px;}
#cover > div.girl h2{	color: #ff99cc;}
#cover > div.boy h2{	color: #44b9f2;}

#cover > div .photo{
	width: 420px;
	height: 560px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#cover > div:before,
#cover > div:after{
	content: '';
	width: 420px;
	height: 560px;
	border: 1px solid #fff;
}
#cover > div:before{
	position: absolute;
	top: 17px;
	left: 17px;
}
#cover > div:after{
	position: absolute;
	top: 21px;
	left: 21px;
}

#cover > div .photo img{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#cover .girl .photo:after{
	content: 'GIRL';
	font-family: "FontA";
	font-size: 50px;
	line-height: 50px;
	text-align: right;
	color: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 85px;
	right: -25px;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#cover > div .photo:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#cover .name{
	width: calc(100% - 60px);
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 30px;
}

#cover .girl .name a{	color: #ff65bc;}

/** news **/

#news{
	background: #ffffff;
}

#news .s_title{
	padding: 19px 0 19px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news .s_title span{
	font-family: "FontA";
	font-size: 28px;
	line-height: 34px;
}

#news .s_title em{
	position: relative;
	font-size: 16px;
	line-height: 16px;
	color: #ff99cc;
}

#news .s_title em:before,
#news .s_title em:after{
	content: '';
	display: inline-block;
	width: 40px;
	border-bottom: 1px solid #ffd0eb;
	position: absolute;
	top: 10px;
}
#news .s_title em:before{	left: -50px;}
#news .s_title em:after{ right: -50px; }

#news .main_bg{
	padding-top: 0;
}

#news .main{
}

#topnews{
	width: 100%;
	height: 520px;
	padding: 0 0 20px 0;
	text-align: left;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#news_box .news_li{
	line-height	: 20px;
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}

#news_box .news_li .news_title{
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #ff65bc;
}

#news_box .news_li .news_day{
	font-size: 11px;
	line-height: 16px;
	color: #aa7bdd;
}

#news_box .news_li .text{
	font-size: 13px;
	line-height: 25px;
	padding: 10px 0 0 0;
}

/** rss **/

#rss{
	clear: left;
	display: table;
	text-align: left;
	vertical-align: top;
	margin-bottom: 40px;
}
#rss:last-child{	margin-bottom: 0;}

#rss_l{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

#rss_l em{
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
}

#rss_r{
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	padding: 20px 40px 40px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#rss_r a{
	display: inline-block;
	width: calc(50% - 20px);
	line-height: 20px;
	margin-left: 20px;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#rss_r a em{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 13px;
}

#rss_r a span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 160px);
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

/** schedule **/

#schedule{
	position: relative;
	text-align: center;
}

#schedule ul{
	font-size: 0;
	line-height: 0;
	padding: 0 15px;
	margin-top:20px;
}

#schedule li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 30px 15px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
}
#schedule li.girl{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffceea+0,ffeaf6+50,ffceea+100 */
	background: #ffceea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffceea 0%, #ffeaf6 50%, #ffceea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffceea 0%,#ffeaf6 50%,#ffceea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffceea 0%,#ffeaf6 50%,#ffceea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffceea', endColorstr='#ffceea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#schedule li .photo{
	position: relative;
	width: 270px;
	height: 360px;
	overflow: hidden;
	z-index: 2;
}
#schedule li:before,
#schedule li:after{
	content: '';
	width: 270px;
	height: 360px;
	border: 1px solid #fff;
}
#schedule li:before{
	position: absolute;
	top: 7px;
	left: 7px;
}
#schedule li:after{
	position: absolute;
	top: 11px;
	left: 11px;
}

#schedule li .photo img{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#schedule .girl .photo:after{
	content: 'GIRL';
	font-family: "FontA";
	font-size: 34px;
	line-height: 34px;
	text-align: right;
	color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 60px;
	right: -13px;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#schedule li .photo:hover img{
    -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 .name{
	width: 250px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 11px;
	position: absolute;
	z-index: 2;
	top: 340px;
	left: 20px;
}

#schedule .girl .name a{	color: #ff65bc;}

#schedule .time{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin: 10px 0 0 0;
}

#schedule .girl .time{	background: #ff9ad4;}
#schedule .girl .time span{	color: #d41080;}

#schedule .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	top: 10px;
	left:10px;
}


/** schedule 

#schedule{
	position: relative;
	text-align: center;
}

#schedule h2{	margin: 0;}

#schedule .sche_in{
	padding: 40px 0 40px 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule ul{
	font-size: 0;
	line-height: 0;
}

#schedule li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#schedule li .txt{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 7px 0;
}

#schedule li .txt span{	color: #ff0000;}

#schedule li .img a > img{
	width: 170px;
	height: 227px;
}

#schedule li .img{
	position: relative;
	overflow: hidden;
	width: 170px;
	margin: 0 auto;
}

#schedule li .s_on{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
#schedule li .s_off,
#schedule li .s_now,
#schedule li .s_tel{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #fff;
}

#schedule li .s_on{}
#schedule li .s_on span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 2s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime {
	0% {opacity: 0; filter: alpha(opacity=0);}
	25% {opacity: 1; filter: alpha(opacity=100);}
	50% {opacity: 1; filter: alpha(opacity=100);}
	75% {opacity: 0; filter: alpha(opacity=0);}
	100% {opacity: 0; filter: alpha(opacity=0);}
}
#schedule li .s_off{	background: #666; color: #333;}
#schedule li .s_now{	background: #0066ff;}
#schedule li .s_tel{	background: #cc9933;}

#schedule li .s_on,
#schedule li .s_off,
#schedule li .s_now,
#schedule li .s_tel{
	display: inline-block;
	width: 170px;
	margin: 0 auto;
}

#schedule li .icon{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 10px);
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#schedule .bx-wrapper .bx-controls-direction a{
	width: 35px;
	height: 80px;
	line-height: 80px;
}
#schedule .bx-wrapper .bx-controls-direction a.bx-prev{
	top: 50%;
	left: 0px;
}
#schedule .bx-wrapper .bx-controls-direction a.bx-next{
	top: 50%;
	right: 0px;
}
**/

/** wid **/

#wid_box{	padding-bottom: 0.1px;}

.wid{	margin-bottom: 40px !important;}

.wid_in{
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.wid_sp{
	display: none;
}


/** shopinfo **/

#shopinfo{
	border-width: 1px;
	border-style: solid;
	padding: 0 0 40px 0;
}

#shopinfo h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 40px;
}

#shopinfo ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 0 40px;
}

#shopinfo li{
	width: calc(50% - 10px);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shopinfo li:nth-of-type(1),
#shopinfo li:nth-of-type(2){
	border-top-width: 1px;
	border-top-style: dotted;
}
#shopinfo li:nth-of-type(odd){	margin-right: 10px;}
#shopinfo li:nth-of-type(even){	margin-left: 10px;}

#shopinfo li .sibox{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0;
	line-height: 0;
}

#shopinfo li .sibox_l,
#shopinfo li .sibox_r{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 10px 0;
}

#shopinfo li .sibox_l{	width: 80px;}
#shopinfo li .sibox_r{	width: calc(100% - 80px);}

#shopinfo .sibt{
	font-size: 0;
	line-height: 0;
	margin: 40px 0 0 0;
	padding: 0 35px 0 35px;
}

#shopinfo .sibt a{
	cursor: pointer !important;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#shopinfo .sibt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#shopinfo .sibt .stel,
#shopinfo .sibt .sline{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 20px);
	height: 70px;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px;
	padding-left: 40px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shopinfo .sibt .stel{	padding-top: 13px;}
#shopinfo .sibt .stel em{
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
}

#shopinfo .sibt .stel:before{
	content: '';
	display: block;
	position: absolute;
    background:transparent;
    top: calc(50% - 16px);
    left: 34px;
    width: 8px;
    height: 17px;
    border-width:10px 0 10px 3px;
    border-style:solid;
    background:transparent;
    -webkit-border-top-left-radius:10px 12px;
    -webkit-border-bottom-left-radius:10px 12px;
    -moz-border-radius-topleft:10px 12px;
    -moz-border-radius-bottomleft:10px 12px;
    border-top-left-radius:10px 12px;
    border-bottom-left-radius:10px 12px;
    -webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    transform:rotate(-30deg);
}
#shopinfo .sibt .stel:after{
	content: '';
	display: block;
	position: absolute;
    top: calc(50% - 5px);
    left: 44px;
    width:10px;
    height:10px;
    margin-top:-5px;
    border-width:4px 4px 0 0;
    border-style: double;
    background:transparent;
    /* css3 */
    -webkit-border-radius:0 15px 0 0;
    -moz-border-radius:0 15px 0 0;
    border-radius:0 15px 0 0;
    -webkit-transform:rotate(15deg);
    -moz-transform:rotate(15deg);
    -ms-transform:rotate(15deg);
    -o-transform:rotate(15deg);
    transform:rotate(15deg);
}

#shopinfo .sibt .sline{ padding-top: 18px;}
#shopinfo .sibt .sline em{
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
}
#shopinfo .sibt .sline span{
	position: absolute;
	top: calc(50% - 15px);
	left: 30px;
	width: 36px;
	height: 25px;
	border: solid 1px currentColor;
	background-color: currentColor;
	border-radius: 3px;
}

#shopinfo .sibt .sline span:before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 9px;
	width: 6px;
	height: 6px;
	background-color: currentColor;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
}

#shopinfo .sibt .sline i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
}
#shopinfo .sibt .sline i:nth-child(2){
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}


/** btm bnr **/

#btm_etc_link_no {
	width: 1125px;
	text-align: left;
	margin: 40px auto -10px auto;
}

#btm_etc_link{
	width: 1125px;
	font-size		: 0;
	line-height		: 0;
	text-align: left;
	margin: 40px auto -10px auto;
}

#btm_etc_link a{
	width			: 217px;
	height			: 57px;
	display			: inline-block;
	vertical-align	: top;
	margin			: 0 5px 10px 5px;
}

#btm_etc_link .bg_k1{
	width			: 217px;
	height			: 57px;
	display			: inline-block;
	vertical-align	: top;
	margin			: 0 5px 10px 5px;
	padding: 0;
	text-align: center;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#btm_etc_link .bg_k1 span{
	font-size: 15px;
	font-weight: bold;
	line-height: 57px;
	border-radius		: 0;
  	-moz-border-radius	: 0;
   	-webkit-border-radius	: 0;
}

#btm_etc_link .bg_k1 span em{
	border-radius		: 0;
  	-moz-border-radius	: 0;
   	-webkit-border-radius	: 0;
}

#btm_etc_link .bg_k1:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#btm_etc_link div.no{
	width			: 217px;
	height			: 57px;
	display			: inline-block;
	vertical-align	: top;
	margin			: 0 5px 10px 5px;
	border-width	: 1px;
	border-style	: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#btm_etc_link a:first-child,
#btm_etc_link div.no:first-child,
#btm_etc_link a:nth-child(6n),
#btm_etc_link div.no:nth-child(6n){
	margin-left: 0;
}

#btm_etc_link a:last-child,
#btm_etc_link div.no:last-child,
#btm_etc_link a:nth-child(5n),
#btm_etc_link div.no:nth-child(5n){
	margin-right: 0;
}

#top_link_sp{
	display: none;
}

/** outlink **/

.outlink{
	width: 1120px;
	margin: 0 auto;
}

#fgo{	padding-bottom: 40px;}
#fgo2{	padding-bottom: 40px;}
.fgo{
	width: 1060px;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size:10;
	line-height:1.2;
	padding: 0 0 10px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#cnt{
		width: auto;
		display: block;
		padding: 0;
	}
	main .title{
		font-size: 11px;
		line-height: 12px;
		text-align: center;
		height: 60px;
		padding-top: 12px;
		border-left: none;
		border-right: none;
	}
	main .title em{
		font-size: 22px;
		line-height: 24px;
	}
	.toppage_box{	padding: 0;}
	.toppage_box > div{
		width: auto;
		margin: 0 0 10px 0;
	}

	/** img_up **/
	.toppage_box > div#img_bg{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.toppage_box > div#img_bg .bx-wrapper .bx-pager.bx-default-pager{	padding: 5px 0;}
	#imgup{
		width: auto;
	}
	#imgup > div{	text-align: center;}
	#imgup img{
		width: 100%;
		max-width: 1120px
	}
	#sp_slide .bx-wrapper{	position: static;}
	#sp_slide .bx-wrapper .bx-pager{	position: static;}

	/** info_top **/
	#info{
		display: block;
		width: auto;
		margin: 0;
	}
	#info_l,
	#info_r{
		display: block;
		width: auto;
	}

	/** cover **/
	#info_l{
		margin: 0 0 20px 0;
		padding: 0 20px;
	}
	#cover{
		width: auto;
		height: auto;
	}
	#cover > div{
		padding: 10px;
	}
	#cover > div h2{
		font-size: 17px;
		line-height: 28px;
		text-align: left;
		letter-spacing: 1px;
		position: absolute;
		z-index: 3;
		bottom: 44px;
		left: 20px	;
	}
	#cover > div h2 em{	font-size: 28px;}

	#cover > div .photo{
		width: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}
	#cover > div:before,
	#cover > div:after{
		content: '';
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border: 1px solid #fff;
	}
	#cover > div:before{
		position: absolute;
		top: 7px;
		left: 7px;
	}
	#cover > div:after{
		position: absolute;
		top: 11px;
		left: 11px;
	}
	#cover > div .photo img{
		width: 100%;
		height: auto;
	}
	#cover .girl .photo:after{
		font-size: 40px;
		line-height: 40px;
		position: absolute;
		bottom: 70px;
		right: -17px;
	}
	#cover .boy .photo:after{
		font-size: 40px;
		line-height: 40px;
		position: absolute;
		bottom: 67px;
		right: -12px;
	}
	#cover .name{
		width: calc(100% - 40px);
		font-size: 15px;
		line-height: 26px;
		border-radius: 13px;
		position: absolute;
		z-index: 2;
		bottom: 10px;
		left: 20px;
	}

	/** news **/
	#news{
		margin: 0 0 20px 0;
		padding: 0;
	}
	#news .s_title{
		padding: 16px 0 14px 0;
	}
	#news .s_title span{
		font-size: 23px;
		line-height: 24px;
	}
	#news .s_title em{
		font-size: 14px;
		line-height: 16px;
	}
	#news .s_title em:before,
	#news .s_title em:after{
		width: 30px;
		position: absolute;
		top: 9px;
	}
	#news .s_title em:before{	left: -40px;}
	#news .s_title em:after{ right: -40px; }
	#news .main_bg{
		margin: 0;
		padding: 0;
	}
	#topnews{
		width: auto;
		height: 350px;
		border: none;
		padding: 10px;
	}
	#news_box .news_li{
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	#news_box .news_li .news_title{
		font-size	: 13px;
		line-height	: 25px;
	}
	#news_box .news_li .text{
		padding: 10px;
	}


	/** newface **/
	#newface{
		margin-bottom: 0;
	}
	#newface .newface_in{
		padding: 10px 0;
		border: none;
		background: none;
	}
	#newface ul{
		font-size: 0;
		line-height: 0;
	}
	#newface li{	padding: 1px 0;}
	#newface li .txt{
		font-size: 12px;
		line-height: 14px;
		padding: 2px 0;
	}
	#newface li .img{
		width: auto;
		margin: 0 1px;
	}
	#newface li .img a{
	}
	#newface li .img a img{
		width: 100px;
		height: 133px;
	}

	/** schedule **/
	#schedule{
		text-align: center;
		padding: 0 10px 10px 3px;
	}
	#schedule ul{	padding: 0;}
	#schedule li{
		width: calc(100% / 2 - 10px);
		height: auto;
		margin: 0 5px 10px 5px;
		padding: 5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#schedule li:after{	display: none;}
	#schedule li .photo{
		width: 100%;
		height: auto;
	}
	#schedule li .photo img{
		width: 100%;
		height: auto;
	}
	#schedule .girl .photo:after{
		font-size: 18px;
		line-height: 18px;
		text-align: right;
		position: absolute;
		bottom: 40px;
		right: -6px;
	}
	#schedule .boy .photo:after{
		font-size: 18px;
		line-height: 18px;
		text-align: right;
		position: absolute;
		bottom: 40px;
		right: -3px;
	}
	#schedule li:before,
	#schedule li:after{	display: none;}
	#schedule .name{
		width: calc(100% - 20px);
		font-size: 10px;
		line-height: 18px;
		border-radius: 9px;
		position: absolute;
		z-index: 2;
		top: auto;
		bottom: 35px;
		left: 10px;
	}
	#schedule .time{
		font-size: 12px;
		line-height: 20px;
		border-radius: 3px;
		margin: 5px 0 0 0;
	}
	#schedule .icon{
		position: absolute;
		top: 5px;
		left: 5px;
	}
	#schedule .icon img{
		width: 30px;
		height: auto;
	}

	/** rss **/
	#rss{
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#rss_l{
		display: block;
		width: auto;
		font-size: 11px;
		line-height: 12px;
		text-align: center;
		margin: 0;
		padding-top: 12px;
	}
	#rss_l em{
		font-size: 22px;
		line-height: 24px;
	}
	#rss_r{
		display: block;
		padding: 6px 10px 10px 10px;
		border-top: none;
		border-right: none;
	}
	#rss_r a{
		display: block;
		width: auto;
		line-height: 18px;
		margin: 0;
		padding: 6px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}
	#rss_r a em{
		width: 120px;
		font-size: 10px;
	}
	#rss_r a span{
		font-size: 12px;
		width: calc(100% - 125px);
	}

	/** schedule 
	#schedule{
		margin-bottom: 0;
	}
	#schedule .sche_in{
		padding: 10px 0;
		border: none;
		background: none;
	}
	#schedule li{	padding: 1px 0;}
	#schedule li .txt{
		font-size: 12px;
		line-height: 14px;
		padding: 2px 0;
	}
	#schedule li .img{	margin: 0;}
	#schedule li .img{
		width: auto;
		margin: 0 1px;
	}
	#schedule li .img a > img{
		width: 100px;
		height: 133px;
	}
	#schedule li .s_on,
	#schedule li .s_off,
	#schedule li .s_now,
	#schedule li .s_tel{
		width: 100px;
		font-size: 10px;
		line-height: 16px;
	}
	#schedule li .s_on{}
	#schedule li .s_on span{
		width: 100px;
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
	}
	#schedule li .icon{
		width: calc(100% - 6px);
		font-size: 10px;
		line-height: 14px;
		position: absolute;
		bottom: 3px;
		left: 3px;
	}
	**/
	
	/** rank **/
	#rank{
		margin-bottom: 0;
	}
	#rank .rank_in{
		padding: 10px 0;
		border: none;
		background: none;
	}
	#newface .bx-wrapper .bx-controls-direction a,
	#schedule .bx-wrapper .bx-controls-direction a,
	#rank .bx-wrapper .bx-controls-direction a{
		width: 25px;
		height: 50px;
		line-height: 50px;
	}
	#newface .bx-wrapper .bx-controls-direction a.bx-prev,
	#schedule .bx-wrapper .bx-controls-direction a.bx-prev,
	#rank .bx-wrapper .bx-controls-direction a.bx-prev{
		top: calc(50% + 10px);
		left: 0px;
	}
	#newface .bx-wrapper .bx-controls-direction a.bx-next,
	#schedule .bx-wrapper .bx-controls-direction a.bx-next,
	#rank .bx-wrapper .bx-controls-direction a.bx-next{
		top: calc(50% + 10px);
		right: 0px;
	}

	/** wid **/
	.wid{	margin-bottom: 10px !important;}
	.wid .wid_in{
		border-left: none;
		border-right: none;
	}
	.wid_pc{
		display: none;
	}
	.wid_sp{
		display: block;
	}

	/** shopinfo **/
	#shopinfo_bg{	background: none;}
	#shopinfo{
		border-left: none;
		border-right: none;
		padding: 0 10px 10px 10px;
	}
	#shopinfo h3{
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		padding: 20px 0;
	}
	#shopinfo ul{
		display: block;
		padding: 0;
	}
	#shopinfo li{
		width: auto;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}
	#shopinfo li:nth-of-type(2){	border-top: none;}
	#shopinfo li:nth-of-type(odd){	margin-right: 0;}
	#shopinfo li:nth-of-type(even){	margin-left: 0;}
	#shopinfo li .sibox_l,
	#shopinfo li .sibox_r{
		font-size: 13px;
		line-height: 16px;
		text-align: left;
		padding: 10px 0;
	}
	#shopinfo li .sibox_l{	width: 70px;}
	#shopinfo li .sibox_r{	width: calc(100% - 70px);}
	#shopinfo .sibt{
		margin: 10px 0 0 0;
		padding: 0;
	}
	#shopinfo .sibt .stel,
	#shopinfo .sibt .sline{
		position: relative;
		display: block;
		width: auto;
		text-align: center;
		margin: 0 0 10px 0;
		padding-left: 40px;
	}
	#shopinfo .sibt .stel:last-child,
	#shopinfo .sibt .sline:last-child{	margin-bottom: 0;}
	#shopinfo .sibt .stel:before{
	    left: 20px;
	}
	#shopinfo .sibt .stel:after{
	    left: 30px;
	}
	#shopinfo .sibt .sline{ padding-top: 15px;}
	#shopinfo .sibt .sline em{
		font-size: 21px;
		font-weight: bold;
		line-height: 21px;
	}
	#shopinfo .sibt .sline{	padding-left: 45px;}
	#shopinfo .sibt .sline span{
		left: 8px;
	}
	#shopinfo .sibt .sline span:before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 9px;
		width: 6px;
		height: 6px;
		background-color: currentColor;
		border-bottom: solid 1px currentColor;
		border-right: solid 1px currentColor;
		-webkit-transform: rotate(45deg);
		      transform: rotate(45deg);
	}

	/** btm bnr **/
	#btm_etc_link_no{
		width: auto;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#btm_etc_link{
		width: auto;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#btm_etc_link a{
		width: 145px;
		height: 38px;
	}
	#btm_etc_link .bg_k1{
		width: 145px;
		height: 38px;
	}
	#btm_etc_link a > img{	width: 145px; height: 38px;}
	#btm_etc_link .bg_k1 span{
		font-size: 13px;
		font-weight: bold;
		line-height: 38px;
	}
	#btm_etc_link div.no{
		width: 145px;
		height: 38px;
		display: none;
	}
	#btm_etc_link a:first-child,
	#btm_etc_link div.no:first-child,
	#btm_etc_link a:nth-child(6n),
	#btm_etc_link div.no:nth-child(6n){
		margin-left: 5px;
	}
	#btm_etc_link a:last-child,
	#btm_etc_link div.no:last-child,
	#btm_etc_link a:nth-child(5n),
	#btm_etc_link div.no:nth-child(5n){
		margin-right: 5px;
	}
	#top_link_sp{
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	
	/** outlink **/
	.outlink{
		width: auto;
		margin: 0;
		padding: 0 0 0 0;
	}
	#fgo{	padding-bottom: 10px;}
	#fgo2{padding:0 0 10px 0;}
	.fgo{
		width: auto;
		display: block;
		margin: 0;
	}
	.fgo_in{
		display: block;
		margin: 0 0 5px 0;
	}
	.link_list{
		padding: 0 0 5px 0;
		text-align: center;
	}
	.link_list:last-child{
		padding: 0 0 5px 0;
	}
	.link_list a{
		margin: 0 2px 5px 2px;
	}
	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	.bnr46860 img{	width: 300px; height: auto;}
	#bnr468 img{	width: 300px; height: auto;}
}
