:root {
	--maincolor:#ff6ca1;
	--subcolor:#fdeff5;
  --blue: #56c0d5;
  --indigo: #7f7fff;
  --purple: #bf7fff;
  --pink: #ff7fbf;
  --red: #dc3545;
  --orange: #ffbf7f;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffffff;
  --secondary: #eaf8eb;
  --success: #28a745;
  --info: #5bc0de;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #b9a86a;
  --dark: #555555;
	--title: #a89347;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
	--nav-color:#111;
	--nav-bgcolor:#fff;
}
/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
	font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000;
}
main{
	/*background:url("../images/bg.jpg");
	background-size:auto 100%;*/
}
.navbar-custom .nav li > a i {
    color: #F21616;
}
.navbar-custom + .main,
.main{
	background:rgba(255,255,255,0.72);
}
.border-pink{border-color: #F21616!important;}
.border-yellow{border-color: #d7a72d!important;}
.border-sky{border-color: #68E1EE!important;}
.border-blue{border-color: #414C9F!important;}
.border-green{border-color: #19935c!important;}
.border-orange{border-color: #ED923F!important;}
.bg-pink{background-color:#F21616;color: #fff}
.bg-yellow{background-color:#F2E205;color: #fff;}
.bg-sky{background-color:#68E1EE;}
.bg-blue{background-color:#414C9F;}
.bg-green{background-color:#04D9C4;color: #fff}
.bg-orange{background-color:#ED923F;}
.bg-gray{background-color:#EAEAEA;}
.bg-dotto{background-image:url("../images/stripe2.png");}
.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.table-border > tbody > tr > td, .table-border > tbody > tr > th, .table-border > tfoot > tr > td, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > thead > tr > th {
    border: none;
    vertical-align: middle;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
.height-100{
	min-height:100px;
	height:100px;
}
@media (max-width:425px){
	.navbar-custom + .main,
.main{
}
	.middle-text {font-size: 12px;}
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn.btn-g {
	color: #F21616;
	margin: 30px 30px;
	padding: 10px;
	border: medium solid #F21616;
	background-color:#fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
}
.inquiry_btn {
	background-color:#F21616;
	border: solid 1px #fff;
	border-radius: 10px;

}

.inquiry_btn:link, .inquiry_btn:visited {
	color: #fff !important;
}
.badge{
	background:#F21616;
}
.panel-default>.panel-heading .badge {
  background:#F21616;
}
.member_toggle .badge {
	background:#F21616;
}
.yoyaku_btn{
	border-radius: 5px;
    box-shadow: 1px 1px 0px 1px #0c5600;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
}
.form-control:focus {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}
a:hover, a:focus {
  text-decoration: none;
  color: #111;
  outline: 0;
}
.bg-dark a {
  color: #fff;
}
.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}
.bg-white{
		background: #fff;
}
.module-title {
	color: #666;
	font-size: 20px;
	font-family:"游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	letter-spacing: -1px;
	position: relative;
}
.module-title:first-letter{
	color:#f8aba6;}
.module-title:after {
	content:"";
	height: 2px;
	background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #F21616, #F21616 , #68E1EE);
	background-size: 10px 1px, 100% 1px;
	border: none;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
	font-size:40%;
	letter-spacing: 1px;
}
.module-subtitle {
}
.module-icon {
}
.module-title + .module-subtitle {
}
.side_menu_title h5{
	border-bottom:dashed 1px #777;
}
/* Restaurant module header */
.alt-module-subtitle {
}
.alt-module-subtitle h5 {
}
.text-danger {
	color: var(--danger);
}
.text-success {
  color: var(--success);
}
.text-info {
  color: var(--info);
}
.text-warning {
  color: var(--warning);
}
@media (max-width:420px){
	.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
		display:block;
		padding-bottom: 10px;
   	 margin-top: -5px;
	}
}
/*footer*/
.footer .row > div:nth-of-type(1) .widget .widget-title{border-bottom:dashed 2px #ff6ca1;}
.footer .row > div:nth-of-type(2) .widget .widget-title{border-bottom:dashed 2px #E5C12D;}
.footer .row > div:nth-of-type(3) .widget .widget-title{border-bottom:dashed 2px #ED923F;}
.footer .row > div:nth-of-type(4) .widget .widget-title{border-bottom:dashed 2px #68E1EE;}
.footer .row > div:nth-of-type(5) .widget .widget-title{border-bottom:dashed 2px #24CC71;}
.footer .row > div:nth-of-type(1) .widget .icon-list li a:before{color:#ff6ca1}
.footer .row > div:nth-of-type(2) .widget .icon-list li a:before{color:#E5C12D}
.footer .row > div:nth-of-type(3) .widget .icon-list li a:before{color:#ED923F}
.footer .row > div:nth-of-type(4) .widget .icon-list li a:before{color:#68E1EE}
.footer .row > div:nth-of-type(5) .widget .icon-list li a:before{color:#24CC71}
.footer .row > div .widget p{margin-bottom:10px;}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color:#fff;
	box-shadow:0px 0px 4px 1px #bfbfbf;
	color: #333;
}
.navbar a {	color:#333;
}
.navbar-nav>li>a {
}
.navbar-custom .navbar-brand img{
	height:100px;
}
.navbar-custom .dropdown-menu {
	background: #fff;
    border-left: solid 1px rgba(0,0,0,.15);
    border-right: solid 1px rgba(0,0,0,.15);
    border-top: solid 1px rgba(0,0,0,.15);
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.navbar-custom .dropdown-menu:before{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:84%;
	border-color: rgba(224, 224, 224, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-bottom: 1px;
    border-bottom-color:#E0E0E0;
}
.navbar-custom .dropdown-menu:after{
	border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.navbar-custom .navbar-brand {
  color: #333;height:100px;
}
.navbar-custom .nav li > a {
  color: #333;letter-spacing: initial;
	font-family:"M PLUS Rounded 1c";
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  color: #333;

}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border-right: 1px solid rgba(73, 71, 71, 0.15);
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #333;
}
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .dropdown-toggle:after {
}
.navbar-custom .navbar-toggle .icon-bar {
  background: #333;
}
@media screen and (max-width: 768px){
	.navbar-nav>li>a {
		padding: 15px 10px;
		font-size: 12px;
	}
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 50px;
	}
}
/*@media (max-width:425px){
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 67px;
	}
}
@media (max-width:320px){
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 67px;
	}
}*/
/*--------------------------------------------------------------
	top
--------------------------------------------------------------*/
.loop .item{
	max-width:960px;
	width:960px;
}
@media (max-width:960px){
	.loop .item{
		width:100%;
	}
}
/*--------------------------------------------------------------
	Q&A
--------------------------------------------------------------*/
.question_Box .question_image figure img,
.question_Box .answer_image figure img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.arrow_answer {
    position: relative;
		background: var(--subcolor);
    border: 1px solid var(--subcolor);
    border-radius: 10px;
    width: 75%;
    /* font-size: 11px;*/
    padding: 2%;
}
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width: 75%;
    /* font-size: 11px;*/
    padding: 2%;
}
.arrow_answer {
    float: right;
}
.arrow_question {
    float: left;
}
.arrow_answer:after, .arrow_answer:before, .arrow_question:after, .arrow_question:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after, .arrow_question:before {
    right: 100%;
}
.arrow_answer:after, .arrow_answer:before {
    left: 100%;
}
.arrow_answer:after, .arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: 0;
}
.arrow_answer:after {
    border-left-color: var(--subcolor);
}
.arrow_question:after {
    border-right-color: #fff;
}
.arrow_answer:before, .arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -1px;
}
.arrow_answer:before {
    border-left-color: var(--subcolor);
}
.arrow_question:before {
    border-right-color: #c8c8c8;
}
.question_image {
    float: left;
    padding-right: 15px;
}
.answer_image {
    float: right;
    padding-left: 15px;
}
.answer_image img, .question_image img {
    width: 100%
}
.answer_Box, .question_Box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3%;
}
.answer_kidoku {
    float: right;
    text-align: left;
    margin-right: 7px;
}

/*女の子box*/
.shop-item{
    background-color: #FFFFFF;
    border: 1px solid #F21616;
    padding: 10px;
    margin: 0 10px 10px 0;
	border-radius: 20px;
}
.shop-item-image{
	/*border:solid 1px #ccc;*/
	padding:5px;
}
.cast_name{
	margin: 5px auto;
    text-align: center;
	background: #F21616;
	border-radius: 10px;
    padding: 3px 0;color:#fff;
}
.cast_size{
	font-size:14px;
}
.realtime_box .alert-danger {
    color: #ffffff;
    background-color: #ff6ca1;
}
.realtime_box .well,.realtime_box .alert{
	line-height: 1.3;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
}
.realtime_box .well div,.realtime_box .alert div{
	background:#fff;
	border-radius: 5px 5px 0 0 ;
	margin-bottom:5px;
	padding: 2px 0;
}
.realtime_box .alert-danger div{
	color:#ff6ca1;
}
@media (max-width:420px){
	.cast_name{
		line-height:2rem;
	}
	.cast_size{
		font-size:10px;
	}
}
@media (max-width:375px){
	.cast_size{
		font-size:12px;
	}
}
@media (max-width:375px){
	.cast_size{
		font-size:10px;
	}
}
/*サイド*/
.tel_link{
	font-size:27px;
	font-weight:bold;
}
.card .btn.btn-circle.member_Add{
	background: #F21616;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 15px;
    width: 94%;
    font-size: 20px;
    border-radius: 10px;
}
.side_menu .list-group{
	background: #fff;
}
.side_menu .list-group i{
	font-size:20px;
	color:#fff;
}
.side_menu .list-group .list-group-item{
	background: linear-gradient(to bottom, #fff, #eee);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #333333;
	border-top: solid 5px #db0f13;
	padding: 5px 15px 5px;
	border-radius: 0px;
	margin: 0;
	font-size: 1.9rem;
	display: flex;
}/*ボタンの色*/
.side_menu .list-group .list-group-item:nth-of-type(2){
	border-top: solid 5px #FFD052;
}
.side_menu .list-group .list-group-item:nth-of-type(3){
	border-top: solid 5px #EE5A16;
}
.side_menu .list-group .list-group-item:nth-of-type(4){
	border-top: solid 5px #FF6432;
}
.side_menu .list-group .list-group-item:nth-of-type(5){
	border-top: solid 5px #8BB619;
}
.side_menu .list-group .list-group-item:nth-of-type(6){
	border-top: solid 5px #30F5C1;
}
.side_menu .list-group .list-group-item:nth-of-type(7){
	border-top: solid 5px #16B68B;
}
.side_menu .list-group .list-group-item:nth-of-type(8){
	border-top: solid 5px #BC79FF;
}
.side_menu .list-group .list-group-item:nth-of-type(9){
	border-top: solid 5px #DB0F13;
}
.side_menu .list-group .list-group-item:nth-of-type(10){
	border-top: solid 5px #138BB6;
}
.side_menu .list-group .list-group-item:nth-of-type(11){
	border-top: solid 5px #1BD8D8;
}
.side_menu .list-group .list-group-item:nth-of-type(12){
	border-top: solid 5px #FFD052;
}
.side_menu .list-group .list-group-item:nth-of-type(13){
	border-top: solid 5px #EE5A16;
}
.side_menu .list-group .list-group-item:nth-of-type(14){
	border-top: solid 5px #FF6432;
}
.side_menu .list-group .list-group-item:nth-of-type(15){
	border-top: solid 5px #8BB619;
}
.side_menu .list-group .list-group-item:nth-of-type(16){
	border-top: solid 5px #30F5C1;
}
.side_menu .list-group .list-group-item:nth-of-type(17){
	border-top: solid 5px #16B68B;
}
.side_menu .list-group .list-group-item:nth-of-type(18){
	border-top: solid 5px #BC79FF;
}

.side_menu .list-group .list-group-item::before{
	content:"";
	background: url("../images/nav/icon.png");
	width:42px;
	height:27px;
	display: inline-block;
	margin-right:10px;
}
.side_menu .list-group i{color:#F21616;}/*アイコン*/
.side_menu .list-group{background:#f6f6f6;}/*大枠*/




.banner{background:#f6f6f6;}/*系列店舗の大枠背景*/
.banner p{background: #fff;}/*各店舗の背景*/
.banner{
	background:#fff0f5;
	border: 1px solid #F21616;
	border-radius: 10px;
	padding:1rem;
}
.banner p {
    background: #fff;
	
    padding: 1rem;
}
/*---------------------------
	料金表
----------------------------*/
.price-table{
	background:#fff;
	padding:2rem;
}
.price-table>table>tbody>tr>td:first-child{
	background:#ff6ca1;
	color:#fff;
	border-color: #fff;
}
.price-table>table > tbody > tr > td{
	border:solid #ff6ca1 1px;
}
table.table-yellow>tbody>tr>td:first-child{
	background:#E5C12D;
	color:#fff;
	border-color: #fff;
}
table.table-yellow > tbody > tr > td{border:solid #E5C12D 1px;}
table.table-green>tbody>tr>td:first-child{
	background:#24CC71;
	color:#fff;
	border-color: #fff;
}
table.table-green > tbody > tr > td{border:solid #24CC71 1px;}
.price_img_box{
	display:flex;
	justify-content: space-between;
flex-wrap: wrap;
}
.price_img_box p{
	width:calc(100%/6);
	border: solid 1px #ededed;
    padding: 5px;
	text-align:center;
	font-size:12px;
}
/*オプション＿コスプレ*/
.option-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.option-container::before{
	content:"";
	display: block;
	width:24%;
	order:1;
}
.option-container::after{
	content:"";
	display: block;
	width:24%;
}
.option-box{
	width:24%;
	border:solid 1px #ff6ca1;
	margin-bottom:10px;
	height: fit-content;
}
.option-title{
	background:#ff6ca1;
	color:#fff;
}
.option-box p{
	border-bottom:solid 1px #ff6ca1;
	margin-bottom: 0;
	padding:10px 5px;
	background: #fff;
	color:#a7004e;
}
.option-price{
	background: #fff;
}
@media(max-width:425px){
	.price-table {
  	  padding: 1rem;
	}
	.price-table>table > tbody > tr > td{
		font-size:12px;

	}
	.price_img_box p{
		width:calc(100%/2);
		border: solid 1px #ededed;
		padding: 5px;
		text-align:center;
		font-size:12px;
	}
	.option-container::before{
			width:49%;
		}
		.option-container::after{
			width:49%;
		}
		.option-box{
			width:49%;
		}
}
.sub_menu_xs{
		padding:10px 0;
		background:#f6f6f6;
	}
	.sub_menu_xs ul{
		background: #fff;
		list-style:none;
		padding:0;margin:0;
		display: flex;
		flex-wrap: wrap;
		font-size:14px;
	}
	.sub_menu_xs ul li{
		width:50%;
		border: 1px solid #F21616;
		margin-bottom: -1px;margin-right: -1px;
	}
	.sub_menu_xs ul li a{
		border-bottom: 0;
		border-right: 0;
		display: block;
		height: auto;
		padding:10px 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}
	.sub_menu_xs ul li a i{
		color:#F21616;
	}
/*------------------------------
	プロフィール
-------------------------------*/
.prof-h2{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
h5.module-title{
	font-size:30px;
}
.table-option{border:solid 1px #333;}
.table-option th{background:#eee;}
.table-option td{text-align: center;}
.table-option-ng{color:#9a9a9a;}
.table_reverse.table>tbody>tr>td{
	vertical-align: middle;border-bottom: solid 1px #dedede;
}

@media(max-width:425px){
	.table_reverse.height-100{
		height:auto;
		min-height:inherit;
	}
	.week_table th {
		font-size: 10px;
	}
	.table_reverse thead {
		width: 25%;
	}
	.table_reverse tbody {
		width: 75%;
	}
	.table_reverse tbody tr.height-100 {
		width: 55%;
	}
	.table_reverse tbody tr {
		width: 45%;
	}
	.table_reverse.table>tbody>tr.height-100>td{padding:8px;}
	.table_reverse.table>tbody>tr>td{padding:4px;}

}
/*ブログ*/
/*ランキング*/
.ranking_nav{
	border-bottom:none;
}
.ranking_nav >li{margin-right:10px;}
.ranking_nav >li:nth-of-type(1) {background:#f21616;}
.ranking_nav >li:nth-of-type(2) {background:#f21616;}
.ranking_nav >li:nth-of-type(3) {background:#f21616;}
.ranking_nav>li>a{border:none;color:#fff;}
.nav-tabs>li.active>a::after{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    top:100%;
    left:50%;
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#f21616;
}
.nav-tabs>li.active:nth-of-type(2) >a::after{
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#f21616;
}
.nav-tabs>li.active:nth-of-type(3) >a::after{
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#f21616;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background:#F21616;border:none;color:#fff;}
.nav-tabs>li>a:hover{background:transparent;}
.well.rank_1{background-image: linear-gradient(135deg, #a79756, #faf8c5, #a79756);}
.well.rank_2{background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);}
.well.rank_3{background-image: linear-gradient(135deg, #a79756, #faf8c5, #a79756);}

@media (max-width:420px){
	.ranking_nav >li{margin-right:3px;}
	.fc-ico {
    margin-bottom: 5px;
    margin-right: 2%;
    width: 31%;
    float: left;
}
.fc-ico img {
    width: 100%;
    height: auto;
}
#fc-ico01 { margin-bottom: 10px;
    margin-right: 2%;
    width: 98%;
    float: left; }	
	
#fc-ico01 img {
   width: 100%;
}
	
#fc-ico02 { margin-bottom: 10px;
    margin-right: 2%;
    width: 98%;
    float: left}
	
#fc-ico02 img {
   width: 100%;
}
	
#fc-ico03 { margin-bottom: 10px;
    margin-right: 2%;
    width: 98%;
    float: left; }
	
#fc-ico03 img {
   width: 100%;
}
	
#fc-ico04 { margin-bottom: 10px;
    margin-right: 2%;
    width: 98%;
    float: left; }
	
#fc-ico04 img {
   width: 100%;
}
	
}
/*プレイ*/
.play_flow ul{
	list-style: none;padding: 12px 25px;
    border: 1px solid #D7D7D7;
    margin: 15px 0 0 0;
    font-size: 14px;
    text-align: left;
	background:#e0e0e073;
}
.play_flow li{
	margin: 12px 0;
    border-radius: 3px;
    padding: 2px 5px;
    background: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;list-style: none;
}
.play_flow li span{
	color: #A7CC49;
    font-weight: bold;
    font-size: 32px;
    width: 45px;
    text-align: center;
    margin: -8px 10px 0px 10px;
    vertical-align: middle;
    display: table-cell;}
.play_flow li p{
	margin-bottom:0;
}
.play_guide{
	background:#fff;
}
.play_guide h4{
	font-weight: bold;
    border-bottom: solid 2px #ff6ea0;
    color: #ff6ea0;
}
.play_guide .play_guide_content ul{
	border: double 10px #e5c12c;
    margin-left: 0;
    padding-left: 20px;
}
.pgc_h{
	    background: #ece4d6;
    padding: 5px;
    border: dashed #fff 3px;
}

/*口コミ*/

.review_box{
}
/*-----------------------------
メッセージ
-------------------------------*/
.min_h_100vh {
min-height: 95vh;
}
/**/
.config table{word-break: break-all;
word-wrap: break-all;}

.tweet{
	padding: 10px;
    border: solid 1px #91d3f4;
    border-radius: 10px;
    font-size: 12px;
    position:relative;
    background:#FFFFFF;
    color:#000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	line-height: 18px;
}
.tweet .tweet-box{
	overflow: hidden;
    max-height: 275px;
}
.tweet span{height:auto;
    display: inline-block;}
.tweet:after,.tweet:before{
    right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tweet:after{
   border-color: rgba(213, 213, 213, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.tweet:before{
    border-color: rgba(0, 0, 0, 0);
	border-right-color: #91d3f4;
	border-width: 11px;
	margin-top: -11px;
}
.girls_border {
    overflow: hidden;
    padding: 0 10px;
}
@media(max-width:320px){
	.tweet{
		padding: 5px;
		font-size: 10px;
	}
	.tweet .tweet-box{
		max-height: 200px;
	}
}
.schedule_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schedule_menu .btn {
  width: 14%;
}
.schedule_menu .btn-default {
  background: #f9f9f9;
  color: #000;
  border: none;
}

.schedule_menu .btn.active {
  background: #F21616;
  color: #fff;
}

.schedule_menu .btn-default.sat {
  color: #5976bb;
}

.schedule_menu .btn-default.sun {
  color: #bb5959;
}


.schedule_menu .btn span {
  display: block;
  font-size: 13px;
}
.fc-ico {
    margin-bottom: 10px;
}
.fc-ico img {
    width: 100%;
    height: auto;
}

.fc-ico-lage {
    margin-bottom: 10px;
}
.fc-ico-lage img {
    width: 100%;
    height: auto;
}
#chanko-menu {
    background-color: #fff;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
}
#chanko-menu .chanko-menu-li {
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    width: calc(50% - 7px);
    letter-spacing: -0.10em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    background: -ms-linear-gradient(top, #fff, #e1e1e1);
    background: -moz-linear-gradient(top, #fff, #e1e1e1);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1e1e1));
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#E1E1E1);
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    margin: 3px;
}
/*# sourceMappingURL=color.css.map */:root {
	--maincolor:#ff6ca1;
	--subcolor:#fdeff5;
  --blue: #56c0d5;
  --indigo: #7f7fff;
  --purple: #bf7fff;
  --pink: #ff7fbf;
  --red: #dc3545;
  --orange: #ffbf7f;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffffff;
  --secondary: #eaf8eb;
  --success: #28a745;
  --info: #5bc0de;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #b9a86a;
  --dark: #555555;
	--title: #a89347;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
	--nav-color:#111;
	--nav-bgcolor:#fff;
}
/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
	font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000;
}
main{
	/*background:url("../images/bg.jpg");
	background-size:auto 100%;*/
}
.navbar-custom .nav li > a i {
    color: #F21616;
}
.navbar-custom + .main,
.main{
	background:rgba(255,255,255,0.72);
}
.border-pink{border-color: #F21616!important;}
.border-yellow{border-color: #d7a72d!important;}
.border-sky{border-color: #68E1EE!important;}
.border-blue{border-color: #414C9F!important;}
.border-green{border-color: #19935c!important;}
.border-orange{border-color: #ED923F!important;}
.bg-pink{background-color:#F21616;color: #fff}
.bg-yellow{background-color:#F2E205;color: #fff;}
.bg-sky{background-color:#68E1EE;}
.bg-blue{background-color:#414C9F;}
.bg-green{background-color:#04D9C4;color: #fff}
.bg-orange{background-color:#ED923F;}
.bg-gray{background-color:#EAEAEA;}
.bg-dotto{background-image:url("../images/stripe2.png");}
.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.table-border > tbody > tr > td, .table-border > tbody > tr > th, .table-border > tfoot > tr > td, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > thead > tr > th {
    border: none;
    vertical-align: middle;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
.height-100{
	min-height:100px;
	height:100px;
}
@media (max-width:425px){
	.navbar-custom + .main,
.main{
}
	.middle-text {font-size: 12px;}
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn.btn-g {
	color: #F21616;
	margin: 30px 30px;
	padding: 10px;
	border: medium solid #F21616;
	background-color:#fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
}
.inquiry_btn {
	background-color:#F21616;
	border: solid 1px #fff;
	border-radius: 10px;

}

.inquiry_btn:link, .inquiry_btn:visited {
	color: #fff !important;
}
.badge{
	background:#F21616;
}
.panel-default>.panel-heading .badge {
  background:#F21616;
}
.member_toggle .badge {
	background:#F21616;
}
.yoyaku_btn{
	border-radius: 5px;
    box-shadow: 1px 1px 0px 1px #0c5600;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
}
.form-control:focus {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}
a:hover, a:focus {
  text-decoration: none;
  color: #111;
  outline: 0;
}
.bg-dark a {
  color: #fff;
}
.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}
.bg-white{
		background: #fff;
}
.module-title {
	color: #666;
	font-size: 20px;
	font-family:"游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	letter-spacing: -1px;
	position: relative;
}
.module-title:first-letter{
	color:#f8aba6;}
.module-title:after {
	content:"";
	height: 2px;
	background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #F21616, #F21616 , #68E1EE);
	background-size: 10px 1px, 100% 1px;
	border: none;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
	font-size:40%;
	letter-spacing: 1px;
}
.module-subtitle {
}
.module-icon {
}
.module-title + .module-subtitle {
}
.side_menu_title h5{
	border-bottom:dashed 1px #777;
}
/* Restaurant module header */
.alt-module-subtitle {
}
.alt-module-subtitle h5 {
}
.text-danger {
	color: var(--danger);
}
.text-success {
  color: var(--success);
}
.text-info {
  color: var(--info);
}
.text-warning {
  color: var(--warning);
}
@media (max-width:420px){
	.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
		display:block;
		padding-bottom: 10px;
   	 margin-top: -5px;
	}
}
/*footer*/
.footer .row > div:nth-of-type(1) .widget .widget-title{border-bottom:dashed 2px #ff6ca1;}
.footer .row > div:nth-of-type(2) .widget .widget-title{border-bottom:dashed 2px #E5C12D;}
.footer .row > div:nth-of-type(3) .widget .widget-title{border-bottom:dashed 2px #ED923F;}
.footer .row > div:nth-of-type(4) .widget .widget-title{border-bottom:dashed 2px #68E1EE;}
.footer .row > div:nth-of-type(5) .widget .widget-title{border-bottom:dashed 2px #24CC71;}
.footer .row > div:nth-of-type(1) .widget .icon-list li a:before{color:#ff6ca1}
.footer .row > div:nth-of-type(2) .widget .icon-list li a:before{color:#E5C12D}
.footer .row > div:nth-of-type(3) .widget .icon-list li a:before{color:#ED923F}
.footer .row > div:nth-of-type(4) .widget .icon-list li a:before{color:#68E1EE}
.footer .row > div:nth-of-type(5) .widget .icon-list li a:before{color:#24CC71}
.footer .row > div .widget p{margin-bottom:10px;}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color:#fff;
	box-shadow:0px 0px 4px 1px #bfbfbf;
	color: #333;
}
.navbar a {	color:#333;
}
.navbar-nav>li>a {
}
.navbar-custom .navbar-brand img{
	height:100px;
}
.navbar-custom .dropdown-menu {
	background: #fff;
    border-left: solid 1px rgba(0,0,0,.15);
    border-right: solid 1px rgba(0,0,0,.15);
    border-top: solid 1px rgba(0,0,0,.15);
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.navbar-custom .dropdown-menu:before{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:84%;
	border-color: rgba(224, 224, 224, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-bottom: 1px;
    border-bottom-color:#E0E0E0;
}
.navbar-custom .dropdown-menu:after{
	border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.navbar-custom .navbar-brand {
  color: #333;height:100px;
}
.navbar-custom .nav li > a {
  color: #333;letter-spacing: initial;
	font-family:"M PLUS Rounded 1c";
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  color: #333;

}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border-right: 1px solid rgba(73, 71, 71, 0.15);
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #333;
}
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .dropdown-toggle:after {
}
.navbar-custom .navbar-toggle .icon-bar {
  background: #333;
}
@media screen and (max-width: 768px){
	.navbar-nav>li>a {
		padding: 15px 10px;
		font-size: 12px;
	}
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 50px;
	}
}
/*@media (max-width:425px){
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 67px;
	}
}
@media (max-width:320px){
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 67px;
	}
}*/
/*--------------------------------------------------------------
	top
--------------------------------------------------------------*/
.loop .item{
	max-width:960px;
	width:960px;
}
@media (max-width:960px){
	.loop .item{
		width:100%;
	}
}
/*--------------------------------------------------------------
	Q&A
--------------------------------------------------------------*/
.question_Box .question_image figure img,
.question_Box .answer_image figure img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.arrow_answer {
    position: relative;
		background: var(--subcolor);
    border: 1px solid var(--subcolor);
    border-radius: 10px;
    width: 75%;
    /* font-size: 11px;*/
    padding: 2%;
}
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width: 75%;
    /* font-size: 11px;*/
    padding: 2%;
}
.arrow_answer {
    float: right;
}
.arrow_question {
    float: left;
}
.arrow_answer:after, .arrow_answer:before, .arrow_question:after, .arrow_question:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after, .arrow_question:before {
    right: 100%;
}
.arrow_answer:after, .arrow_answer:before {
    left: 100%;
}
.arrow_answer:after, .arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: 0;
}
.arrow_answer:after {
    border-left-color: var(--subcolor);
}
.arrow_question:after {
    border-right-color: #fff;
}
.arrow_answer:before, .arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -1px;
}
.arrow_answer:before {
    border-left-color: var(--subcolor);
}
.arrow_question:before {
    border-right-color: #c8c8c8;
}
.question_image {
    float: left;
    padding-right: 15px;
}
.answer_image {
    float: right;
    padding-left: 15px;
}
.answer_image img, .question_image img {
    width: 100%
}
.answer_Box, .question_Box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3%;
}
.answer_kidoku {
    float: right;
    text-align: left;
    margin-right: 7px;
}

/*女の子box*/
.shop-item{
    background-color: #FFFFFF;
    border: 1px solid #F21616;
    padding: 10px;
    margin: 0 10px 10px 0;
	border-radius: 20px;
}
.shop-item-image{
	/*border:solid 1px #ccc;*/
	padding:5px;
}
.cast_name{
	margin: 5px auto;
    text-align: center;
	background: #F21616;
	border-radius: 10px;
    padding: 3px 0;color:#fff;
}
.cast_size{
	font-size:14px;
}
.realtime_box .alert-danger {
    color: #ffffff;
    background-color: #ff6ca1;
}
.realtime_box .well,.realtime_box .alert{
	line-height: 1.3;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
}
.realtime_box .well div,.realtime_box .alert div{
	background:#fff;
	border-radius: 5px 5px 0 0 ;
	margin-bottom:5px;
	padding: 2px 0;
}
.realtime_box .alert-danger div{
	color:#ff6ca1;
}
@media (max-width:420px){
	.cast_name{
		line-height:2rem;
	}
	.cast_size{
		font-size:10px;
	}
}
@media (max-width:375px){
	.cast_size{
		font-size:12px;
	}
}
@media (max-width:375px){
	.cast_size{
		font-size:10px;
	}
}
/*サイド*/
.tel_link{
	font-size:27px;
	font-weight:bold;
}
.card .btn.btn-circle.member_Add{
	background: #F21616;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 15px;
    width: 94%;
    font-size: 20px;
    border-radius: 10px;
}
.side_menu .list-group{
	background: #fff;
}
.side_menu .list-group i{
	font-size:20px;
	color:#fff;
}
.side_menu .list-group .list-group-item{
	background: linear-gradient(to bottom, #fff, #eee);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #333333;
	border-top: solid 5px #db0f13;
	padding: 5px 15px 5px;
	border-radius: 0px;
	margin: 0;
	font-size: 1.9rem;
	display: flex;
}/*ボタンの色*/
.side_menu .list-group .list-group-item:nth-of-type(2){
	border-top: solid 5px #FFD052;
}
.side_menu .list-group .list-group-item:nth-of-type(3){
	border-top: solid 5px #EE5A16;
}
.side_menu .list-group .list-group-item:nth-of-type(4){
	border-top: solid 5px #FF6432;
}
.side_menu .list-group .list-group-item:nth-of-type(5){
	border-top: solid 5px #8BB619;
}
.side_menu .list-group .list-group-item:nth-of-type(6){
	border-top: solid 5px #30F5C1;
}
.side_menu .list-group .list-group-item:nth-of-type(7){
	border-top: solid 5px #16B68B;
}
.side_menu .list-group .list-group-item:nth-of-type(8){
	border-top: solid 5px #BC79FF;
}
.side_menu .list-group .list-group-item:nth-of-type(9){
	border-top: solid 5px #DB0F13;
}
.side_menu .list-group .list-group-item:nth-of-type(10){
	border-top: solid 5px #138BB6;
}
.side_menu .list-group .list-group-item:nth-of-type(11){
	border-top: solid 5px #1BD8D8;
}
.side_menu .list-group .list-group-item:nth-of-type(12){
	border-top: solid 5px #FFD052;
}
.side_menu .list-group .list-group-item:nth-of-type(13){
	border-top: solid 5px #EE5A16;
}
.side_menu .list-group .list-group-item:nth-of-type(14){
	border-top: solid 5px #FF6432;
}
.side_menu .list-group .list-group-item:nth-of-type(15){
	border-top: solid 5px #8BB619;
}
.side_menu .list-group .list-group-item:nth-of-type(16){
	border-top: solid 5px #30F5C1;
}
.side_menu .list-group .list-group-item:nth-of-type(17){
	border-top: solid 5px #16B68B;
}
.side_menu .list-group .list-group-item:nth-of-type(18){
	border-top: solid 5px #BC79FF;
}

.side_menu .list-group .list-group-item::before{
	content:"";
	background: url("../images/nav/icon.png");
	width:42px;
	height:27px;
	display: inline-block;
	margin-right:10px;
}
.side_menu .list-group i{color:#F21616;}/*アイコン*/
.side_menu .list-group{background:#f6f6f6;}/*大枠*/




.banner{background:#f6f6f6;}/*系列店舗の大枠背景*/
.banner p{background: #fff;}/*各店舗の背景*/
.banner{
	background:#fff0f5;
	border: 1px solid #F21616;
	border-radius: 10px;
	padding:1rem;
}
.banner p {
    background: #fff;
	
    padding: 1rem;
}
/*---------------------------
	料金表
----------------------------*/
.price-table{
	background:#fff;
	padding:2rem;
}
.price-table>table>tbody>tr>td:first-child{
	background:#ff6ca1;
	color:#fff;
	border-color: #fff;
}
.price-table>table > tbody > tr > td{
	border:solid #ff6ca1 1px;
}
table.table-yellow>tbody>tr>td:first-child{
	background:#E5C12D;
	color:#fff;
	border-color: #fff;
}
table.table-yellow > tbody > tr > td{border:solid #E5C12D 1px;}
table.table-green>tbody>tr>td:first-child{
	background:#24CC71;
	color:#fff;
	border-color: #fff;
}
table.table-green > tbody > tr > td{border:solid #24CC71 1px;}
.price_img_box{
	display:flex;
	justify-content: space-between;
flex-wrap: wrap;
}
.price_img_box p{
	width:calc(100%/6);
	border: solid 1px #ededed;
    padding: 5px;
	text-align:center;
	font-size:12px;
}
/*オプション＿コスプレ*/
.option-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.option-container::before{
	content:"";
	display: block;
	width:24%;
	order:1;
}
.option-container::after{
	content:"";
	display: block;
	width:24%;
}
.option-box{
	width:24%;
	border:solid 1px #ff6ca1;
	margin-bottom:10px;
	height: fit-content;
}
.option-title{
	background:#ff6ca1;
	color:#fff;
}
.option-box p{
	border-bottom:solid 1px #ff6ca1;
	margin-bottom: 0;
	padding:10px 5px;
	background: #fff;
	color:#a7004e;
}
.option-price{
	background: #fff;
}
@media(max-width:425px){
	.price-table {
  	  padding: 1rem;
	}
	.price-table>table > tbody > tr > td{
		font-size:12px;

	}
	.price_img_box p{
		width:calc(100%/2);
		border: solid 1px #ededed;
		padding: 5px;
		text-align:center;
		font-size:12px;
	}
	.option-container::before{
			width:49%;
		}
		.option-container::after{
			width:49%;
		}
		.option-box{
			width:49%;
		}
}
.sub_menu_xs{
		padding:10px 0;
		background:#f6f6f6;
	}
	.sub_menu_xs ul{
		background: #fff;
		list-style:none;
		padding:0;margin:0;
		display: flex;
		flex-wrap: wrap;
		font-size:14px;
	}
	.sub_menu_xs ul li{
		width:50%;
		border: 1px solid #F21616;
		margin-bottom: -1px;margin-right: -1px;
	}
	.sub_menu_xs ul li a{
		border-bottom: 0;
		border-right: 0;
		display: block;
		height: auto;
		padding:10px 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}
	.sub_menu_xs ul li a i{
		color:#F21616;
	}
/*------------------------------
	プロフィール
-------------------------------*/
.prof-h2{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
h5.module-title{
	font-size:30px;
}
.table-option{border:solid 1px #333;}
.table-option th{background:#eee;}
.table-option td{text-align: center;}
.table-option-ng{color:#9a9a9a;}
.table_reverse.table>tbody>tr>td{
	vertical-align: middle;border-bottom: solid 1px #dedede;
}

@media(max-width:425px){
	.table_reverse.height-100{
		height:auto;
		min-height:inherit;
	}
	.week_table th {
		font-size: 10px;
	}
	.table_reverse thead {
		width: 25%;
	}
	.table_reverse tbody {
		width: 75%;
	}
	.table_reverse tbody tr.height-100 {
		width: 55%;
	}
	.table_reverse tbody tr {
		width: 45%;
	}
	.table_reverse.table>tbody>tr.height-100>td{padding:8px;}
	.table_reverse.table>tbody>tr>td{padding:4px;}

}
/*ブログ*/
/*ランキング*/
.ranking_nav{
	border-bottom:none;
}
.ranking_nav >li{margin-right:10px;}
.ranking_nav >li:nth-of-type(1) {background:#f21616;}
.ranking_nav >li:nth-of-type(2) {background:#f21616;}
.ranking_nav >li:nth-of-type(3) {background:#f21616;}
.ranking_nav>li>a{border:none;color:#fff;}
.nav-tabs>li.active>a::after{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    top:100%;
    left:50%;
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#f21616;
}
.nav-tabs>li.active:nth-of-type(2) >a::after{
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#f21616;
}
.nav-tabs>li.active:nth-of-type(3) >a::after{
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#f21616;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background:#F21616;border:none;color:#fff;}
.nav-tabs>li>a:hover{background:transparent;}
.well.rank_1{background-image: linear-gradient(135deg, #a79756, #faf8c5, #a79756);}
.well.rank_2{background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);}
.well.rank_3{background-image: linear-gradient(135deg, #a79756, #faf8c5, #a79756);}

@media (max-width:420px){
	.ranking_nav >li{margin-right:3px;}
	.fc-ico {
    margin-bottom: 5px;
    margin-right: 2%;
    width: 31%;
    float: left;
}
.fc-ico img {
    width: 100%;
    height: auto;
}
}
/*プレイ*/
.play_flow ul{
	list-style: none;padding: 12px 25px;
    border: 1px solid #D7D7D7;
    margin: 15px 0 0 0;
    font-size: 14px;
    text-align: left;
	background:#e0e0e073;
}
.play_flow li{
	margin: 12px 0;
    border-radius: 3px;
    padding: 2px 5px;
    background: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;list-style: none;
}
.play_flow li span{
	color: #A7CC49;
    font-weight: bold;
    font-size: 32px;
    width: 45px;
    text-align: center;
    margin: -8px 10px 0px 10px;
    vertical-align: middle;
    display: table-cell;}
.play_flow li p{
	margin-bottom:0;
}
.play_guide{
	background:#fff;
}
.play_guide h4{
	font-weight: bold;
    border-bottom: solid 2px #ff6ea0;
    color: #ff6ea0;
}
.play_guide .play_guide_content ul{
	border: double 10px #e5c12c;
    margin-left: 0;
    padding-left: 20px;
}
.pgc_h{
	    background: #ece4d6;
    padding: 5px;
    border: dashed #fff 3px;
}

/*口コミ*/

.review_box{
}
/*-----------------------------
メッセージ
-------------------------------*/
.min_h_100vh {
min-height: 95vh;
}
/**/
.config table{word-break: break-all;
word-wrap: break-all;}

.tweet{
	padding: 10px;
    border: solid 1px #91d3f4;
    border-radius: 10px;
    font-size: 12px;
    position:relative;
    background:#FFFFFF;
    color:#000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	line-height: 18px;
}
.tweet .tweet-box{
	overflow: hidden;
    max-height: 275px;
}
.tweet span{height:auto;
    display: inline-block;}
.tweet:after,.tweet:before{
    right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tweet:after{
   border-color: rgba(213, 213, 213, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.tweet:before{
    border-color: rgba(0, 0, 0, 0);
	border-right-color: #91d3f4;
	border-width: 11px;
	margin-top: -11px;
}
.girls_border {
    overflow: hidden;
    padding: 0 10px;
}
@media(max-width:320px){
	.tweet{
		padding: 5px;
		font-size: 10px;
	}
	.tweet .tweet-box{
		max-height: 200px;
	}
}
.schedule_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schedule_menu .btn {
  width: 14%;
}
.schedule_menu .btn-default {
  background: #f9f9f9;
  color: #000;
  border: none;
}

.schedule_menu .btn.active {
  background: #F21616;
  color: #fff;
}

.schedule_menu .btn-default.sat {
  color: #5976bb;
}

.schedule_menu .btn-default.sun {
  color: #bb5959;
}


.schedule_menu .btn span {
  display: block;
  font-size: 13px;
}
.fc-ico {
    margin-bottom: 10px;
}
.fc-ico img {
    width: 100%;
    height: auto;
}

.fc-ico-lage {
    margin-bottom: 10px;
}
.fc-ico-lage img {
    width: 100%;
    height: auto;
}
#chanko-menu {
    background-color: #fff;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
}
#chanko-menu .chanko-menu-li {
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    width: calc(50% - 7px);
    letter-spacing: -0.10em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    background: -ms-linear-gradient(top, #fff, #e1e1e1);
    background: -moz-linear-gradient(top, #fff, #e1e1e1);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1e1e1));
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#E1E1E1);
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    margin: 3px;
}
.shop-item-image{
	/*border:solid 1px #ccc;*/
	padding:5px;
}
.square-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
   aspect-ratio: 3 / 4; /* 変更 */
	border-radius: 10px;
  /* 追加 */
}
/*# sourceMappingURL=color.css.map */

.shop {
    width: 32%;
    float: left;
    margin: 2px;
}


.clear{
    clear: both;
	margin-bottom: 10px;
}