@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 12px;
  /* 変更 */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  /* 変更 */
  line-height: 1.8em;
  /* 変更 */
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  /* 変更 */
  color: #000;
  /* 変更 */
  text-decoration: none;
}

mark {
  background-color: #ff9;
  /* 変更 */
  color: #000;
  /* 変更 */
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

/* form */
input, select {
  vertical-align: middle;
}

/* float解除 */
header:after, footer:after, section:after, article:after, aside:after, main:after, div:after, dl:after, ul:after, ol:after, ul li:after, ol li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/****************************************
 common (共通スタイル)
****************************************/
:root {
  --main-color1: #782073;
  --main-color2: #dcd5e1;
  --sub-color1: #8d6d1b;
  --sub-color2: #c7a755;

  --bg-color1: #000;
  /* --bg-color2: #2f1631; */
  --bg-color2: #572251;
  --bg-color3: #34102f;

  --border-gray1: #505050;
  --border-gold1: #8d6d1b;
  /* --border-purple1: #714673; */
  --border-purple1: #974581;
}

body {
  /* background: url(../../images/bg_body.png) center top repeat; */
  background: var(--bg-color1);
}

a {
  color: #fff;
}

a:hover {
  color: #eee;
}

/* 文字サイズ */
.fs_10 {
  font-size: 10px;
}

/* 文字色 */
.atten_01, .atten_01 a {
  color: #f362a3;
}

.atten_02, .atten_02 a {
  color: #ffff00;
}

.atten_03, .atten_03 a {
  color: #2daaed;
}

.inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.wrap {
  padding: 0 8px 1px 8px;
}

/* 画像横幅100% */
.width_100 {
  width: 100%;
  max-width: 600px;
}

/* センタリング */
.center {
  text-align: center;
}

/* マージン */
.mb_1 {
  margin-bottom: 20px;
}
.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

/* ボタン 1 */
.btn_one_01 {
  border: 1px solid var(--border-gray1);
  background: #222;
  padding: 4px;
  /* border-radius: 2px; */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.btn_one_01 img {
  vertical-align: middle;
}

/* ボタン 2 */
.btn_one_02 {
  width: 50%;
  margin: 0 auto 10px auto;
  padding: 6px;
  border: 1px solid #fff;
  /* border-radius: 2px; */
  display: block;
  color: #555;
  text-align: center;
  /* text-shadow: 1px 1px 1px white; */
  font-weight: bold;
  cursor: pointer;
}

/* ボタン2カラム 1 */
.btn_two_01 li {
  width: 49%;
  margin: 0 2% 10px 0;
  /* border-radius: 2px; */
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: 1px solid var(--border-gray1);
  background: #222;
  /* text-shadow: 1px 1px 1px white; */
  font-size: 10px;
  float: left;
}

.btn_two_01 li:nth-of-type(2n) {
  margin-right: 0;
}

.btn_two_01 a {
  display: block;
}

/*タイプ別アイコン*/
.icon_class {
  width: 120px;
  text-align: center;
  margin: 3px 0;
}
.icon_class img{
  width: 55px;
}
/*可能プレイ*/
.profile_option_box div {
  text-align: center;
}
/* クレジットカードボックス*/
/* セクションボックス */
.creditcard_box {
  margin-bottom: 10px;
  padding: 7px;
}

.creditcard_box a {
  color: #fff;
}

.creditcard_box h2 {
  background: url(../../images/bg_header.png) center top repeat;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px block;
}
/* セクションボックス */
.section_box {
  background: #000;
  margin-bottom: 10px;
  border: 1px solid var(--border-gray1);
  /* border-radius: 2px; */
  color: #fff;
  /* box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.4); */
}

.section_box a {
  color: #fff;
}

.section_box h2 {
  display: flex;
  align-items: center;
  /* background: url(../../images/bg_header.png) center top repeat; */
  background: linear-gradient(90deg, #111 0%, #333 20%, #444 25%, #333 30%,#111 50%, #333 70%, #444 75%, #333 80%, #111 100%);
  margin-bottom: 10px;
  padding: 4px;
  /* border-radius: 2px 2px 0 0; */
  border-bottom: 1px solid var(--border-gray1);
  font-size: 14px;
  font-weight: bold;
  /* box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.4); */
  /* text-shadow: 1px 1px 1px block; */
}
.section_box a img{
  max-width: 100%;
}
/* リストボックス 1 */
.list_box_01 li {
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
}

.list_box_01 li:last-child {
  border-bottom: none;
}

.list_box_01 li:after {
  margin-top: -0.7em;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0;
}

.list_box_01 li a {
  padding: 6px;
  display: block;
}

/* リストボックス 2 */
.list_box_02 dt {
  font-weight: bold;
}
.list_box_02 dd {
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.list_box_02 dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* テキストボックス 1 */
.txt_box_01 {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 2px;
  line-height: 1.6em;
/*  border-bottom: 1px solid #8a9fae;*/
  /*  box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.4);*/
  text-align: left;
  text-align: justify;
  word-wrap: break-word;
}

/* 女の子ボックス */
.cast_box li {
  margin-bottom: 10px;
  border: 2px solid #eee;
  border-bottom: 2px solid #ccc;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.4);
}

.cast_box li h3 {
  margin-bottom: 8px;
  padding: 4px;
  background: #222;
  text-align: center;
  color: #fff;
}

.cast_box li a {
  display: block;
  position: relative;
}

.cast_box li a:after {
  margin-top: -1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
}

.cast_box li a .img_cast {
  margin-bottom: 10px;
  float: left;
}

.cast_box li img {
  vertical-align: middle;
}

.cast_box li .icon img {
  width: 45px;
}

.cast_box li a .img_cast + div {
  padding: 0 20px 0 90px;
}

/* 女の子ボックス 2カラム */
.cast_box_2column ul li {
  width: 48%;
  margin: 0 3% 10px 0;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 10px;
  /* height: 312px; */
}

.cast_box_2column ul a:nth-of-type(2n) li {
  margin-right: 0;
}

.cast_box_2column ul li .img_box {
  /* width: 120px; */
  /* margin: 0 auto; */
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  position: relative;
}
.cast_box_2column ul li .img_box > img {
  /* width: 120px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cast_box_2column ul li .icon_new {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  vertical-align: middle;
}

.cast_box_2column li .icon img {
  width: 40px;
}

.cast_box_2column li .txt_box {
  width: 120px;
  margin: 5px auto 0;
}
.cast_box_2column li .txt_box .atten_01 {
  color: var(--sub-color2);
}

.cast_box_2column li .name { font-size: 1.5em;}

/* 女の子の画像装飾 */
/* 電話番号 / 営業時間 */
.info_box {
  width: 100%;
  /* padding: 8px 0; */
  text-align: center;
  z-index: 100;
}

.info_box li {
  padding: 0 8px;
  margin: 8px 0;
  border-right: 1px solid #fff;
  display: inline-block;
  color: #fff;
}

.info_box li a {
  display: inline-block;
  color: #fff;
}

.info_box li:last-child {
  border: none;
}

/* 小見出し */
.subtitle {
  margin-bottom: 10px;
  padding: 4px 0;
  /* border-radius: 2px; */
  text-align: center;
  font-size: 14px;
  /* background: url(../../images/bg_header.png) center top repeat; */
  background: #1a1a1a;
  border-top: 3px double var(--border-gold1);
  border-bottom: 3px double var(--border-gold1);
  /* box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.4); */
  /* text-shadow: 1px 1px 1px block; */
}

/* テーブル 1 */
.table_01 {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid var(--border-gray1);
  box-sizing: border-box;
  text-align: left;
}

.table_01 th{
  background: url(../../images/bg_header.png) center top repeat;
}

.table_01 th, .table_01 td {
  padding: 4px;
  border-bottom: 1px solid var(--border-gray1);
  box-sizing: border-box;
}

.table_01 th {
  width: 30%;
  border-right: 1px solid var(--border-gray1);
  vertical-align: middle;
}

.table_01 td {
  border-right: 1px solid var(--border-gray1);
}

/* フォーム */
.form_box input[type="text"], .form_box textarea, .form_box input[type="tel"], .form_box input[type="email"] {
  width: 100%;
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: #fcfcfc;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 1px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 1px 1px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 1px 1px;
  box-sizing: border-box;
  color: #666;
}

.form_box select {
  width: 100%;
  padding: 4px;
  border: 2px solid #eee;
  border-bottom: 2px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fff), color-stop(0.53, #d3d3d3), color-stop(0.04, #fff));
  background: -webkit-linear-gradient(top, #fff 4%, #d3d3d3 53%, #fff 100%);
  background: linear-gradient(to bottom, #fff 4%, #d3d3d3 53%, #fff 100%);
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.form_box select:after {
  margin-top: -0.7em;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0;
}

.form_box textarea {
  height: 100px;
}

/* ラベル */
.form_box label {
  vertical-align: middle;
  cursor: pointer;
}

/*

ヘッダー

*/
header {
  background: url(../../images/bg_header.png) center top repeat;
}

header .inner {
  color: #fff;
  text-align: center;
}

header h1 {
  width: calc(100% - 50px);
}
header h1.index_logo {
  width: 100%;
}

header .headline {
  width: 100%;
  height: 20px;
  padding: 2px 0;
  border-top: 1px solid #999;
  background-color: #f6f6f6;
  box-shadow: 0 1px 1px #aaa inset;
  overflow: hidden;
  position: relative;
  font-size: 10px;
}

header .headline span {
  margin-right: 20px;
  display: inline-block;
}

/* グローバルメニュー */
#gnav > p {
  margin-bottom: 10px;
  padding: 6px;
  /* background: url(../../images/bg_header.png) center top repeat; */
  background: var(--bg-color2);
  display: block;
  text-align: center;
  color: #fff;
}

#gnav ul li {
  width: 32%;
  margin: 0 2% 10px 0;
  border: solid #fff 4px;
  border-bottom: 4px solid #ddd;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fff), color-stop(0.53, #d3d3d3), color-stop(0.04, #fff));
  background: -webkit-linear-gradient(top, #fff 4%, #d3d3d3 53%, #fff 100%);
  background: linear-gradient(to bottom, #fff 4%, #d3d3d3 53%, #fff 100%);
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 1px white;
  font-size: 11.5px;
  font-weight: bold;
  float: left;
}

#gnav ul li:nth-of-type(3n) {
  margin-right: 0;
}

#gnav ul li a {
  display: block;
  color: #000;
}

/* ↓↓↓↓↓↓↓↓ SP用メニュー設定 ↓↓↓↓↓↓↓↓ */
/*ハンバーガーメニューを作る*/
.btn_toggle {
	background: var(--main-color2);
	border: none;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 999;
}
@media (any-hover: hover) {
	.btn_toggle:hover{
		cursor: pointer;
	}
}
.btn_toggle span,
.btn_toggle span:before,
.btn_toggle span:after {
	transition: all 0.4s ease-in-out;
}
.btn_toggle span{
	display: inline-block;
	background: #000;
	height: 1px;
	width: 25px;
	position: relative;
	top: -5px;
}
.btn_toggle span:before{
	content: "";
	display: inline-block;
	background: #000;
	height: 1px;
	width: 25px;
	position: absolute;
	top: 8px;
	left: 0;
}
.btn_toggle span:after{
	content: "";
	display: inline-block;
	background: #000;
	height: 1px;
	width: 25px;
	position: absolute;
	top: -8px;
	left: 0;
}
#btn_open {
	display: none;
}
#btn_open.active span{
	background: transparent;
}
#btn_open.active span:before{
	transform: rotate(135deg);
	top: 0;
}
#btn_open.active span:after{
	transform: rotate(-135deg);
	top: 0;
}
@media screen and (max-width: 980px){
	#btn_open {
		display: block;
	}
}
#sp_nav.open {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

/*メニュー内設定*/
#sp_nav {
	height: 100vh;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 0 10px;
	width: calc(100% - 20px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	text-align: left;
}

#sp_nav .logo {
	width: 220px;
	margin: 0 auto 20px;
}
#sp_nav .logo img {
	width: 100%;
}

#sp_nav .nav_menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 4%;
	max-width: 450px;
	margin: 0 auto;
}
#sp_nav .nav_menu a { 
	display: block;
	padding: 10px 10px 10px 25px;
	text-decoration: none;
	border-bottom: 1px solid var(--border-gray1);
	color: #fff;
	position: relative;
}
#sp_nav .nav_menu a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	position: absolute;
	left: 10px;
	top: 50%;
	margin: auto;
}

#sp_nav .sp_nav_box {
	width: 100%;
}

/*

フッター

*/
footer {
  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ddd;
}

/* 店舗名 / エリア */
footer .name {
  padding: 8px 0;
  /* background: url(../../images/bg_header.png) center top repeat; */
  background: var(--bg-color2);
  color: #fff;
}

/* 表示切り替え */
footer .change_box {
  padding: 10px;
  text-align: center;
  font-size: 10px;
  color: #ccc;
}

footer .change_box dt {
  display: inline-block;
}

footer .change_box dd {
  margin-right: 10px;
  display: inline-block;
}

footer .change_box dd a {
  padding: 2px 10px;
  border-radius: 2px;
  display: block;
  color: #ccc;
}

footer .change_box dd:last-child a {
  background: var(--sub-color1);
  color: #fff;
}

/* コピーライト */
footer small {
  padding: 4px;
  /* border-top: 1px solid var(--border-purple1); */
  background: var(--main-color2);
  display: block;
  font-size: 8px;
  /* color: #fff; */
}

/*

電話番号追従 フッター

*/
div.info_nav ul {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  /* padding: 0.3em; */
  /* border-top: 1px solid var(--border-purple1); */
  background: var(--main-color2);
  text-align: center;
}

div.info_nav li {
  display: flex;
  padding: 5px 0;
}

div.info_nav li p {
  /* width: 34.5%; */
  width: calc(100% / 3);
  color: #000;
  /* display: inline-block; */
  border-right: solid 1px var(--bg-color2);
}
div.info_nav li p:last-child {
  /* width: 28%; */
  border-right: 0;
}
div.info_nav li p:not(:first-child) a {
  letter-spacing: -0.5px;
}
div.info_nav li p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  color: var(--bg-color2);
  position: relative;
}
div.info_nav li p a::before {
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(18%) sepia(13%) saturate(4800%) hue-rotate(267deg) brightness(88%) contrast(93%);
}
div.info_nav li p:nth-of-type(1) a::before {
  width: 14px;
  height: 12px;
  background: url(../images/icon_infonav_tel.svg) center / cover no-repeat;
}
div.info_nav li p:nth-of-type(2) a::before {
  width: 10px;
  height: 14px;
  background: url(../images/icon_infonav_system.svg) center / cover no-repeat;
}
div.info_nav li p:nth-of-type(3) a::before {
  width: 10px;
  height: 15px;
  background: url(../images/icon_infonav_staff.svg) center / cover no-repeat;
}


/* div.info_nav li:last-child {
  border: none;
} */

div.info_nav {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  /*  animation-duration: 0.5s;
    animation-name: fade-out;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-out;*/
}

/*フェードイン*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/****************************************
認証
****************************************/

.index.btn_two_01 {
  margin: 20px auto 10px;
}
.index_link{
  padding-top: 10px;
  text-align: center;
}

.index_link img{
  margin-bottom: 10px;
}

.index_link_02{
  text-align: center;
}
.index_link_02 img:first-child{
  margin-top: 18px;
}

/* リニューアル告知 */
.notice_renewal {
  margin-bottom: 10px;
  padding: 10px;
	border: 1px solid;
  text-align: center;
	color: var(--sub-color2);
	font-size: 18px;
  line-height: 1.5;
}
.notice_renewal img {
	width: 100%;
  margin-bottom: 20px;
}


/****************************************
トップページ
****************************************/
.covergirl_box .wrap {
  width: 200px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.event_box .img_box {
  /* margin: 0 auto 10px auto; */
  margin-inline: auto;
  margin-bottom: 10px;
  text-align: center;
  max-width: 600px;
}
.event_box .img_box img {
 width: 100%;
 height: auto;
}

.top_topics{
  height: 450px;
  overflow-y: scroll;
}
.topics_subtitle{
  margin-bottom: 10px;
    padding: 4px 0;
    border-radius: 2px;
    background: #ffc800;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 1px #4b331d;
    color: #fff;
}

.manga_box .wrap {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 5px;
}

.video_box video{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

/****************************************
新着情報ページ
****************************************/
.topics_box article {
  margin-bottom: 10px;
  padding: 8px 0;
}

/*貫通防止*/
.topics_box article p {
  word-wrap: break-word;
}

.topics_box article p img {
  max-width: 100%;
}

/****************************************
プロフィールページ
****************************************/
.profile_box .name, .profile_box .size, .profile_box .short_comment, .profile_box .icon {
  text-align: center;
  font-size: 14px;
}

/* サムネイル */
.profile_thumb {
  width: 200px;
  padding-bottom: 1px;
  margin: 0 auto;
}
.profile_thumb .flex-direction-nav a:before { font-size: 24px;}
.profile_thumb .flex-control-paging li a { background: rgb(255 255 255 / 20%);}
.profile_thumb .flex-control-paging li a.flex-active { background: var(--main-color1);}

.profile_box .size .atten_01 { color: var(--sub-color2);}

/* 項目 */
.param_box div { display: flex;}
.param_box dt, .param_box dd {
  width: 50%;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-gray1);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  float: left;
}

/* 動画 */
#movie_wrapper {
  margin: 0 auto 10px auto;
}

/* オプション */
.profile_option_box p {
  width: 33.33%;
  padding: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  text-align: center;
  font-size: 10px;
}

.profile_option_box .can {
  background: #ff007e;
}

.profile_option_box .normal {
  background: #fca3cf;
}

.profile_option_box .cant {
  background: #333333;
  color: #ffffff;
}

/****************************************
料金ページ
****************************************/
.system_box_01 dt, .system_box_01 dd, .system_box_02 dt, .system_box_02 dd {
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
}

.system_box_01 dt {
  border-bottom: 1px solid var(--border-gray1);
}

.system_box_01 dd {
  /* width: 50%; */
  width: 100%;
  box-sizing: border-box;
  float: left;
  text-align: right;
}

.system_box_01 dd span, .system_box_02 dd span {
  font-size: 10px;
  font-weight: normal;
}

.system_box_02 {
  border-bottom: 1px solid var(--border-gray1);
  display: flex;
  justify-content: space-between;
}
.system_box_02::after { display: none;}

/* .system_box_02 dt, .system_box_02 dd {
  width: 50%;
  box-sizing: border-box;
  float: left;
} */

.system_box_02 dd {
  text-align: right;
}
/****************************************
プレイページ
****************************************/
.play_box .list_box_02 dt {
  font-size: 1.3em;
  margin-bottom: 5px;
}
.play_box .left{
    margin: 5px 5px 0 0;
    float: left;
}
/****************************************
インフォメーションページ
****************************************/
.information_box .list_box_02 dt {
  font-size: 1.3em;
  border-bottom: 1px solid var(--border-gray1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.info_btn{
  margin: 5px;
  text-align: center;
}
.info_btn li{
  width: 32%;
  max-width:300px;
  display: inline-block;
  text-align: center;
}
/****************************************
ホテルページ
****************************************/
.hotel_box #list_tab_01, .hotel_box #list_tab_02 {
  text-align: center;
  margin-bottom: 5px;
}

.hotel_box #list_tab_01 li, .hotel_box #list_tab_02 li {
  width: 18.5%;
/*  margin-right: 2%;*/
  padding: 6px 0;
  box-sizing: border-box;
  display: inline-block;
}

.hotel_box #list_tab_01 li:nth-child(4n), .hotel_box #list_tab_02 li:nth-child(4n){
    margin-right: 0;
}

.hotel_box #list_tab_01 .select, .hotel_box #list_tab_02 .select {
  padding :1px;
  background: var(--sub-color1);
  /* border: 1px solid #FFF; */
}

.hotel_box .switch_area_01, .hotel_box .switch_area_02 {
  font-size: 10px;
}
/* テーブル */
.hotel_box .switch_area_01 table, .hotel_box .switch_area_02 table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid var(--border-gray1);
  /* border-top: 1px solid #eee; */
  box-sizing: border-box;
  background: #281f2a;
}
.hotel_box .switch_area_01 table tr:nth-of-type(2n), .hotel_box .switch_area_02 table tr:nth-of-type(2n) {
}
.hotel_box .switch_area_01 table th, .hotel_box .switch_area_01 table td, .hotel_box .switch_area_02 table th, .hotel_box .switch_area_02 table td {
  padding: 4px;
  box-sizing: border-box;
}
.hotel_box .switch_area_01 table th:nth-of-type(1n), .hotel_box .switch_area_02 table th:nth-of-type(1n) {
  width: 40%;
}
.hotel_box .switch_area_01 table th:nth-of-type(2n), .hotel_box .switch_area_02 table th:nth-of-type(2n) {
  width: 25%;
}
.hotel_box .switch_area_01 table th:nth-of-type(3n), .hotel_box .switch_area_02 table th:nth-of-type(3n) {
  width: 35%;
}

/********************

ご利用方法目黒・渋谷
info_meguro.php, info_shibuya.php

********************/
.btn_shop {
  margin-bottom: 10px;
}
.btn_shop img {
  width: 280px;
  margin: 0 auto;
  display: block;
}
.menu_shop {
  width: 45%;
  margin: 0 8px 8px;
  padding: 20px 0;
  background: #ffffff;
  color: #333;
  font-weight: bold;
  text-align: center;
  float: left;
  display: block;
  border: solid #fff 4px;
  border-bottom: 4px solid #ddd;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fff), color-stop(0.53, #d3d3d3), color-stop(0.04, #fff));
  background: -webkit-linear-gradient(top, #fff 4%, #d3d3d3 53%, #fff 100%);
  background: linear-gradient(to bottom, #fff 4%, #d3d3d3 53%, #fff 100%);
  box-sizing: border-box;
  text-shadow: 1px 1px 1px white;
}
.shop_no {
  padding: 2px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}
.map_title {
  margin-bottom: 10px;
  padding: 4px 0;
  background: #ffffff;
  color: #333;
  text-align: center;
  font-weight: bold;
}
/* ↓ 縦組みテーブル */
.map_table,
.map_table tbody,
.map_table thead,
.map_table tfoot,
.map_table tr,
.map_table th,
.map_table td {
  display: block;
}
    /* IE9用 */
    .map_table th {
        width: 150px\9;
        float: left\9;
    }
    .map_table td {
        float: left\9;
        text-align: left\9;
    }
.map_table {
  margin-bottom: 20px;
}
.map_table tr th,
.map_table tr td {
  padding: 4px 0;
  border: 1px solid #ffffff;
  border-bottom: none;
  color: #ffffff;
  text-align: center;
}
.map_table tr {
  margin-bottom: 4px;
}
.map_table tr th {
  background: url(../../images/bg_header.png) center top repeat;
}
.map_table tr td:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.map_table tr td a {
  width: 180px;
  margin: 4px auto;
  padding: 4px 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  display: block;
}
.map_table tr td img {
  width: 20px;
}

#top_topics ul {
  height: 208px;
  overflow: scroll;
}

/****************************************
メルマガページ
****************************************/
.magazine form { margin-bottom: 20px;}
.magazine input[type="text"] {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.magazine input[type="submit"] {
  margin-left: 20px;
}