@charset "utf-8";



/*----------------------------------------------------------
shop/
----------------------------------------------------------*/
div#shopWrap {
	background: url(../img/bg.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
/*-店舗名・エリア・在籍人数・営業時間・電話番号・メニュー-*/
div#shop_head {
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	border-top: 5px solid #ff0080;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#shop_head p.shop_name {
	font-size: 18px;
	color: #ff0080;
	font-weight: bold;
}
div#shop_head p.area_sc_st {
	color: #666;
}
div#shop_head div.shop_border span {
	margin-right: 10px;
	color: #ff0080;
}
div#mainimage {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
div#mainimage img {
	max-width: 850px;
	width: 100%;
}
div#shop_menu {
	margin: 10px auto;
}
div#shop_menu ul {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#shop_menu ul li {
	width: 33.3333%;
	text-align: center;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
	box-shadow: 0px -2px 2px -1px #fff inset;
}
div#shop_menu ul li:last-child {
	border-right: none;
}
div#shop_menu ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #000;
}
div#shop_menu ul li a img {
	max-width: 256px;
	width: 50%;
}
/*-オーバレイ-*/
div.overlay {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0,0,0,1);
}
div.overlay p.tel_now {
	padding: 10px;
	color: #fff;
	text-align: center;
}
div.overlay p.tel_now a {
	display: block;
	padding: 10px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background: #91bae4;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.5,#ff74bc),color-stop(0.51,#f83f9f));
    background: linear-gradient(to bottom,#ff74bc 50%,#f83f9f 51%);
    border: 1px solid #ff0080;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/*-イベント情報-*/
div#contentinner p.shop_event {
	width: 85%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}
div#contentinner p.shop_event a img {
	max-width: 450px;
	width: 100%;
}
/*-お店のご紹介-*/
div#shop_title {
	background: #fff;
	border: 1px solid #FABF00;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#shop_title h3 {
    padding: 10px;
	font-size: 16px;
    background-color: #FEF6E1;
	color:#333;
	border-bottom: 1px solid #FABF00;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#shop_title div#shop_comment {
	padding: 10px;
}
/*-今すぐイケる女の子-*/
div#contentinner div#shop_castnow {
	margin: 10px auto;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_castnow h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_castnow div#shop_castnowinner {
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_castnow div#shop_castnowinner ul {
	width: 100%;
}
div#contentinner div#shop_castnow div#shop_castnowinner ul li {
	width: 20%;
    float: left;
}
div#contentinner div#shop_castnow div#shop_castnowinner ul li a {
	display: block;
	text-decoration: none;
}
div#contentinner div#shop_castnow div#shop_castnowinner ul li a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
/*-新着情報-*/
div#contentinner div#shop_news {
	margin: 10px auto;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_news h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	position: relative;
}
div#contentinner div#shop_news h3 p.more {
	position: absolute;
	top: 4px;
	right: 10px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 6px;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
    text-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_news h3 p.more a {
	display: block;
	padding: 5px;
    text-decoration: none;
    text-align: center;
    color: #666;
    font-weight: bold;
}
div#contentinner div#shop_news div#shop_newsinner {
	margin: 0 auto;
	width: 100%;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_news div#shop_newsinner a {
	padding: 10px;
	overflow: hidden;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
div#contentinner div#shop_news div#shop_newsinner a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #555;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#shop_news div#shop_newsinner a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#shop_news div#shop_newsinner a p.n_date {
	width: 100%;
	color: #666;
}
div#contentinner div#shop_news div#shop_newsinner a p.n_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
div#contentinner div#shop_news div#shop_newsinner p.null {
	padding: 10px;
}
/*-料金システム-*/
div#contentinner div#shop_system {
	margin: 10px auto;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_system h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_system_body {
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div.headline {
    padding: 10px;
    background-color: #333;
    color: #fff;
}
div#contentinner div#shop_system_body div.accordion {
	margin: 0 auto;
	background: #fff;
	height: auto;
	width: 100%;
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li {
	margin-bottom: 10px;
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li:last-child {
	margin-bottom: 0;
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li span.toggle {
	display: block;
	position: relative;
	padding: 10px;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li span.toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li span.toggle:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 12px;
	height: 12px;
	margin-top: -13px;
	background: #333;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li span.toggle.open:before {
	margin-top: -5px;
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li span.toggle.open:after {
	margin-top: 0;
}
div#contentinner div#shop_system_body div.accordion ul.accordion_body li ul.accordion_list {
	display: none;
	margin: 0;
	overflow: hidden;
}
/*-料金コース 基本料金-*/
div#contentinner div#shop_system_body div#basic {
	margin: 0 auto;
}
div#contentinner div#shop_system_body div#basic table {
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#basic table th {
	width: 100%;
	padding: 5px;
	text-align: left;
	vertical-align: center;
	background-color: #FEF6E1;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: bold;
}
div#contentinner div#shop_system_body div#basic table td {
	width: 100%;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#basic p.remarks {
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 12px;
}
/*-料金システム コース料金-*/
div#contentinner div#shop_system_body div#course {
	margin: 10px auto;
}
div#contentinner div#shop_system_body div#course table {
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#course table th {
	width: 100%;
	padding: 5px;
	text-align: left;
	background-color: #FEF6E1;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: bold;
}
div#contentinner div#shop_system_body div#course table td {
	width: 50%;
	padding: 5px;
	text-align: center;
	background: #fff;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#course p.remarks {
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 12px;
}
/*-料金システム オプション料金-*/
div#contentinner div#shop_system_body div#option {
	margin: 0 auto;
}
div#contentinner div#shop_system_body div#option table {
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#option table th {
	width: 65%;
	padding: 5px;
	text-align: left;
	background-color: #FEF6E1;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: bold;
}
div#contentinner div#shop_system_body div#option table td {
	width: 35%;
	padding: 5px;
	text-align: left;
	background: #fff;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#option p.remarks {
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 12px;
}
/*-料金システム 交通費-*/
div#contentinner div#shop_system_body div#transportation {
	margin: 0 auto;
}
div#contentinner div#shop_system_body div#transportation table {
	margin-top: 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#transportation table th {
	width: 100%;
	padding: 5px;
	text-align: left;
	vertical-align: center;
	background-color: #FEF6E1;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: bold;
}
div#contentinner div#shop_system_body div#transportation table td {
	width: 100%;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#shop_system_body div#transportation p.remarks {
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 12px;
}
/*-お店の基本情報-*/
div#contentinner div#shop_info {
	margin: 10px auto;
	width: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_info h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#shop_info_body {
	margin: 0 auto;
	width: 100%;
}
div#contentinner div#shop_info_body table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
}
div#contentinner div#shop_info_body table th {
	width: 30%;
	padding: 5px;
	text-align: center;
	vertical-align: center;
	
	background-color: #eee;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 1px 1px #fff inset;
}
div#contentinner div#shop_info_body table td {
	width: 70%;
	padding: 5px;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
}
div#contentinner div#shop_info_body table td a {
	color: #0080ff;
}
div#contentinner div#shop_info_body table td.card img {
	margin-right: 5px;
}
div#contentinner div#shop_info_body table .first {
	border-top: none;
}
/*-shop/cast.php-*/
div#cast_list {
	margin: 10px auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#cast_list h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#cast_list div#cast_list_body {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#cast_list div#cast_list_body ul {
	width: 100%;
}
div#contentinner div#cast_list div#cast_list_body ul li {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#cast_list div#cast_list_body ul li:last-child {
	border-bottom: none;
}
div#contentinner div#cast_list div#cast_list_body ul li a {
	overflow: hidden;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
div#contentinner div#cast_list div#cast_list_body ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #555;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#cast_list div#cast_list_body ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#cast_list div#cast_list_body ul li div.cast_box {
	width: 100%;
    display: table;
    table-layout: fixed;
}
div#contentinner div#cast_list div#cast_list_body ul li div.image {
	display: table-cell;
	width: 100px;
	vertical-align: bottom;
}
div#contentinner div#cast_list div#cast_list_body ul li div.image img {
    text-align: center;
	width: 100px;
	height: auto;
	object-fit: cover;
}
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col1,
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col2,
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col3,
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col4 {
	font-family: "Times New Roman",Times,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	-webkit-transform: rotate(-45deg) translate(-56px,-50px);
	        transform: rotate(-45deg) translate(-56px,-50px);
}
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col1 {
	background: rgb(134,111,12); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(134,111,12,1) 0%, rgba(242,217,108,1) 30%, rgba(134,111,12,1) 80%, rgba(134,111,12,1) 100%);
	background: -webkit-linear-gradient(top, rgba(134,111,12,1) 0%,rgba(242,217,108,1) 30%,rgba(134,111,12,1) 80%,rgba(134,111,12,1) 100%);
	background: linear-gradient(to bottom, rgba(134,111,12,1) 0%,rgba(242,217,108,1) 30%,rgba(134,111,12,1) 80%,rgba(134,111,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#866f0c', endColorstr='#866f0c',GradientType=0 );
}
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col2 {
	background: rgb(173,173,173);
	background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(246,246,246,1) 30%, rgba(173,173,173,1) 80%, rgba(173,173,173,1) 80%, rgba(173,173,173,1) 100%);
	background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(246,246,246,1) 30%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 100%);
	background: linear-gradient(to bottom, rgba(173,173,173,1) 0%,rgba(246,246,246,1) 30%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#adadad',GradientType=0 );
}
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col3 {
	background: rgb(151,70,26);
	background: -moz-linear-gradient(top, rgba(151,70,26,1) 0%, rgba(221,197,175,1) 30%, rgba(108,46,22,1) 80%, rgba(108,46,22,1) 100%);
	background: -webkit-linear-gradient(top, rgba(151,70,26,1) 0%,rgba(221,197,175,1) 30%,rgba(108,46,22,1) 80%,rgba(108,46,22,1) 100%);
	background: linear-gradient(to bottom, rgba(151,70,26,1) 0%,rgba(221,197,175,1) 30%,rgba(108,46,22,1) 80%,rgba(108,46,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97461a', endColorstr='#6c2e16',GradientType=0 );
}
div#contentinner div#cast_list div#cast_list_body ul li div.image div.col4 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #600000), color-stop(0.00, #ff0000));
	background: -webkit-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: -moz-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: linear-gradient(top, #ff0000 0%, #600000 100%);
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size {
	padding-left: 5px;
	padding-right: 40px;
    display: table-cell;
	vertical-align: middle;
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size p.wait {
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size p.wait span:before {
	margin: 0 2px 3px 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/wait-icon.png);
    background-size: contain;
    vertical-align: middle;
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size p.name {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #0080ff;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size p.size {
	width: 100%;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size div.casttag {
    margin-top: 5px;
}
div#contentinner div#cast_list div#cast_list_body ul li div.name_size div.casttag span {
    color: #fff;
    background: #ff0080;
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 1px 2px;
	font-size: 11px;
}
/*-shop/cast_detail.php-*/
div#contentinner div#profhead {
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #c0c0c0;
	border-left: 5px solid #ff0080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	position: relative;
}
div#contentinner div#profhead div.waiting {
	margin: 0 auto;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#profhead div.waiting img {
	margin-right: 5px;
	vertical-align: bottom;
	width: 30px;
}
div#contentinner div#profhead div.waiting p {
	width: 100%;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}
div#contentinner div#profhead div.waiting p span:before {
	margin: 0 2px 3px 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/wait-icon.png);   
    background-size: contain;
    vertical-align: middle;
}
div#contentinner div#profhead span.name,
div#contentinner div#profhead span.age {
	font-weight: bold;
}
div#contentinner div#profhead span.name {
	font-size: 18px;
}
div#contentinner div#profhead span.age {
	font-size: 14px;
}
div#contentinner div#profhead p.size {
	line-height: 25px;
}
div#contentinner div#profhead div.col1,
div#contentinner div#profhead div.col2,
div#contentinner div#profhead div.col3,
div#contentinner div#profhead div.col4 {
	font-family: "Times New Roman",Times,"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}
div#contentinner div#profhead div.col1 {
	background: rgb(134,111,12); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(134,111,12,1) 0%, rgba(242,217,108,1) 30%, rgba(134,111,12,1) 80%, rgba(134,111,12,1) 100%);
	background: -webkit-linear-gradient(top, rgba(134,111,12,1) 0%,rgba(242,217,108,1) 30%,rgba(134,111,12,1) 80%,rgba(134,111,12,1) 100%);
	background: linear-gradient(to bottom, rgba(134,111,12,1) 0%,rgba(242,217,108,1) 30%,rgba(134,111,12,1) 80%,rgba(134,111,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#866f0c', endColorstr='#866f0c',GradientType=0 );
}
div#contentinner div#profhead div.col2 {
	background: rgb(173,173,173);
	background: -moz-linear-gradient(top, rgba(173,173,173,1) 0%, rgba(246,246,246,1) 30%, rgba(173,173,173,1) 80%, rgba(173,173,173,1) 80%, rgba(173,173,173,1) 100%);
	background: -webkit-linear-gradient(top, rgba(173,173,173,1) 0%,rgba(246,246,246,1) 30%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 100%);
	background: linear-gradient(to bottom, rgba(173,173,173,1) 0%,rgba(246,246,246,1) 30%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 80%,rgba(173,173,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#adadad',GradientType=0 );
}
div#contentinner div#profhead div.col3 {
	background: rgb(151,70,26);
	background: -moz-linear-gradient(top, rgba(151,70,26,1) 0%, rgba(221,197,175,1) 30%, rgba(108,46,22,1) 80%, rgba(108,46,22,1) 100%);
	background: -webkit-linear-gradient(top, rgba(151,70,26,1) 0%,rgba(221,197,175,1) 30%,rgba(108,46,22,1) 80%,rgba(108,46,22,1) 100%);
	background: linear-gradient(to bottom, rgba(151,70,26,1) 0%,rgba(221,197,175,1) 30%,rgba(108,46,22,1) 80%,rgba(108,46,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97461a', endColorstr='#6c2e16',GradientType=0 );
}
div#contentinner div#profhead div.col4 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #600000), color-stop(0.00, #ff0000));
	background: -webkit-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: -moz-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #600000 100%);
	background: linear-gradient(top, #ff0000 0%, #600000 100%);
}
div#contentinner div#prof_image {
	margin: 0 auto;
	width: 280px;
}
div#contentinner div#prof_image div.image {
	padding: 0;
}
div#contentinner div#prof_image div.image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
div#contentinner div#prof_table {
	margin-top: 30px;
	width: 100%;
}
div#contentinner div#prof_table table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#prof_table table th {
	width: 30%;
	padding: 5px;
	text-align: center;
	vertical-align: center;
	
	background-color: #ffe4eb;
	border: 1px solid #ffc1c1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#prof_table table td {
	width: 70%;
	padding: 5px;
	background: #fff;
	border: 1px solid #ffc1c1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#prof_table div.comment {
	margin: 10px auto;
	padding: 5px;
	height: auto;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	font-size: 12px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#prof_table div.comment p.comment_head {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
div#contentinner div#prof_table div.comment p.comment_head span.girl_comment {
	color: #ff0080;
}
div#contentinner div#prof_table div.comment p.comment_head span.shop_comment {
	color: #91b73a;
}
div#contentinner div#schedule {
	margin: 10px auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#schedule h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#schedule table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
}
div#contentinner div#schedule table th {
	width: 50%;
	padding: 5px;
	text-align: center;
	vertical-align: center;
	
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #eee;
	box-shadow: 1px 1px #fff inset;
}
div#contentinner div#schedule table th span.sunday {
	color: red;
}
div#contentinner div#schedule table th span.saturday {
	color: blue;
}
div#contentinner div#schedule table td {
	width: 50%;
	padding: 5px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
}
div#contentinner div#other_cast {
	margin: 10px auto;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#other_cast h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#other_cast div#other_castinner {
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#other_cast div#other_castinner ul {
	width: 100%;
}
div#contentinner div#other_cast div#other_castinner ul li {
	width: 20%;
    float: left;
}
div#contentinner div#other_cast div#other_castinner ul li a {
	display: block;
	text-decoration: none;
}
div#contentinner div#other_cast div#other_castinner ul li a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
/*-shop/schedule.php-*/
div#contentinner div#cast_schedule {
	margin: 10px auto;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#cast_schedule h3 {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background: #ff0080;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#cast_schedule div#cast_schedule_body {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#cast_schedule div.date {
	padding: 5px 10px;
    font-size: 16px;
	background-color: #eee;
	box-shadow: 1px 1px #fff inset;
}
div#contentinner div#cast_schedule ul#tab {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: no-wrap; /* Safari */
	        flex-wrap: no-wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
div#contentinner div#cast_schedule ul#tab li {
	width: 20%;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#cast_schedule ul#tab li:last-child {
	border-right: none;
}
div#contentinner div#cast_schedule ul#tab li a {
	display: block;
    text-align: center;
	text-decoration: none;
	color: #000;
	background: #f6f6f6;
}
div#contentinner div#cast_schedule ul#tab li.active,
div#contentinner div#cast_schedule ul#tab li.active a {
	background-color: #FEF6E1;
}
div#contentinner div#cast_schedule ul#tab li a span.sunday {
	color: red;
}
div#contentinner div#cast_schedule ul#tab li a span.saturday {
	color: blue;
}
div#contentinner div#cast_schedule ul.cast {
	margin: 0 auto;
	width: 100%;
}
div#contentinner div#cast_schedule ul.cast li {
	width: 100%;
	background: #fff;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#cast_schedule ul.cast li a {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
div#contentinner div#cast_schedule ul.cast li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #555;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#cast_schedule ul.cast li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
div#contentinner div#cast_schedule ul.cast li div.cast_box {
	width: 100%;
    display: table;
    table-layout: fixed;
}
div#contentinner div#cast_schedule ul.cast li div.image {
	display: table-cell;
	width: 100px;
	vertical-align: bottom;
}
div#contentinner div#cast_schedule ul.cast li div.image img {
    text-align: center;
	width: 100px;
	height: auto;
	object-fit: cover;
}
div#contentinner div#cast_schedule ul.cast li div.name_size {
	padding-left: 5px;
	padding-right: 40px;
    display: table-cell;
	vertical-align: middle;
}
div#contentinner div#cast_schedule ul.cast li p.time {
	margin: 0 auto;
	font-size: 12px;
}
div#contentinner div#cast_schedule ul.cast li p.time span {
	margin-right: 5px;
	padding: 1px;
    color: #fff;
    background: #ff8400;
}
div#contentinner div#cast_schedule ul.cast li p.wait {
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
}
div#contentinner div#cast_schedule ul.cast li p.wait span:before {
	margin: 0 2px 3px 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/wait-icon.png);
    background-size: contain;
    vertical-align: middle;
}
div#contentinner div#cast_schedule ul.cast li p.name {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #0080ff;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
div#contentinner div#cast_schedule ul.cast li p.size {
	width: 100%;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
/*-shop/news.php・shop/event.php-*/
div#contentinner div#news_event {
	margin: 10px auto;
	width: 100%;
}

div#contentinner div#news_event div#news_eventinner {
	margin: 0 auto;
	width: 100%;
}
div#contentinner div#news_event div#news_eventinner ul li {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#contentinner div#news_event div#news_eventinner ul li:first-child {
	border-top: none;
}
div#contentinner div#news_event div#news_eventinner ul li:last-child {
	margin-bottom: 0;
}
div#contentinner div#news_event div#news_eventinner ul li div.title {
	color: #ff0080;
	font-size: 16px;
	border-bottom: 1px dotted #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div#contentinner div#news_event div#news_eventinner ul li div.time {
	font-size: 14px;
	
    color: #666;
}
div#contentinner div#news_event div#news_eventinner ul li div.image {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
div#contentinner div#news_event div#news_eventinner ul li div.image img {
	max-width: 240px;
	width: 100%;
}
/*----------------------------------------------------------
shop/ end
----------------------------------------------------------*/



/*-店舗詳細フッター-*/
div#shop_footer {
	margin-bottom: 70px;
	width: 100%;
	height: auto;
	background: #eee;
}
div#shop_footer #page-top {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e2e2e2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(1,#e2e2e2));
	background: linear-gradient(to bottom,#ffffff 0%,#e2e2e2 100%);
    text-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
div#shop_footer #page-top a {
	display: block;
	padding: 10px;
    text-decoration: none;
    text-align: right;
    color: #666;
    font-weight: bold;
}
div#shop_footer div#shop_footerinner {
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 14px;
}
div#shop_footer div#shop_footerinner div.footer_box1 {
	padding: 10px;
	border-bottom: 1px solid #c0c0c0;
}
div#shop_footer div#shop_footerinner p a {
	color: #0080ff;
}
div#shop_footer div#copyright {
	margin: 0 auto;
	background: #000;
}
div#shop_footer div#copyright p {
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
div#shop_footer div#copyright p a {
	color: #fff;
}
div#shop_footer div#copyright p a strong {
	
}