@charset "utf-8";
.content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.section {
	margin-block: 30px;
	padding-inline: 15px;
}
.section + .section {
	padding-top: 30px;
  border-top: 5px solid #fe77a7;
}
.heading {
  padding: 0 0px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.u-mt_s {
  margin-top: 10px;
}
.u-bold {
  font-weight: bold;
}
.u-color-em {
  color: #fa338f;
}
.u-color_red {
  color: #ff0000;
}
.u-font-size_sm {
  font-size: 12px;
}
.u-font-size_md {
  font-size: 14px;
}
.u-font-size_lg {
  font-size: 16px;
}

.c-btn-black {
  display: block;
  position: relative;
  padding: 23px 0;
  border-radius: 5px;
  background: #222;
  color: #fff;
  text-align: center;
}

.tax-info {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.tax-info span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #fff;
}
.tax-info:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
}

/*=====料金システム=====*/
.system_ul {
  width: 100%;
  padding: 15px 15px 40px;
  border-bottom: 1px solid #ccc;
}

.system_ul li {
  float: left;
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 12px;
}

.system_ul a {
  display: inline;
  vertical-align: middle;
}

.system_ul li:first-child,
.system_ul li:nth-child(2) {
  border-top: 1px solid #ccc;
}

.system_ul li:nth-child(odd) {
  border-right: none;
}

.system_ul img {
  float: right;
  vertical-align: middle;
}

/*=====料金について=====*/
.charge_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 5px;
  margin-top: 10px;
}
.-full {
  width: 100%;
}
.-half {
  flex: 1;
  font-size: 12px;
}

.charge_item-heading {
  padding: 5px;
  border: 1px solid #ffc0d6;
  background-color: #fff1f6;
  color: #fe77a7;
  font-weight: bold;
  text-align: center;
}

/* .charge_star .charge_item-heading {
  background: #fff1f6;
  background: linear-gradient(135deg, #fff1f6 0%, #fff1f6 62%, #fffeff 63%, #fff1f6 100%);
} */

.charge_item-heading::before {
  display: inline-block;
  overflow: hidden;
  margin: -2px 5px 0 0;
  background: url("../images/system/charge-rank.png");
  background-size: 24px 56px;
  vertical-align: middle;
  content: "";
}

.charge_star .charge_item-heading::before {
  width: 24px;
  height: 20px;
}

.charge_gold .charge_item-heading::before,
.charge_plutina .charge_item-heading::before {
  width: 22px;
  height: 18px;
}

.charge_gold .charge_item-heading::before {
  background-position: 0 -20px;
}

.charge_plutina .charge_item-heading::before {
  background-position: 0 -38px;
}

.charge_item-tbl {
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
  border-top: 0;
  background-color: #f2f2f2;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
.charge_item-tbl tr {
  display: flex;
  align-items: center;
  position: relative;
  height: 38px;
}

.charge_item-tbl tr + tr {
  border-top: 5px solid #fff;
}

.charge_item-tbl tr td {
  position: relative;
}
.charge_item-tbl tr td:nth-of-type(1) {
  width: 45%;
}
.charge_item-tbl tr td:nth-of-type(2) {
  width: 55%;
}
.charge_item-tbl tr td:first-child::before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  border-top: 1px solid #fe77a7;
  border-right: 1px solid #fe77a7;
  content: "";
}

#charge .tax-info {
  margin: 0 0 15px;
}
#charge .tax-info:before {
  border-top: 10px double #ffc0d6;
}

.charge-other {
  margin-top: 15px;
}
.charge-other_heading {
  height: 30px;
  background-color: #ff77a7;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.charge-info {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
.charge-info_bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 5px solid #f2f2f2;
}

/*=====ご予約について=====*/
.reservation-tel,
.reservation-web,
.reservation-cancel {
  margin-top: 20px;
}

.reservation-heading {
  margin-bottom: 15px;
}

.reservation-notes {
  margin-top: 20px;
  padding: 15px;
  background: #f6f5f0;
}
.reservation-notes dt {
  font-weight: bold;
}
.reservation-notes-list {
  margin-top: 10px;
}
.reservation-notes-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.reservation-notes-list li + li {
  margin-top: 10px;
}

.reservation-item {
  margin-top: 15px;
}
.reservation_time + .reservation_time {
  margin-top: 10px;
}
.reservation_reserve {
  position: relative;
  height: 36px;
  background: #fe77a7;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.reservation_reserve::after {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 9px;
  height: 6px;
  background-color: #fe77a7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-inline: auto;
  content: "";
}
.reservation-item_inner {
  display: flex;
  position: relative;
  margin-top: 10px;
  padding-block: 5px;
  background-color: #f2f2f2;
  text-align: center;
}
.reservation-item_inner p {
  flex: 1;
}
.reservation-item_inner p + p::before {
  position: absolute;
  inset: 0;
  width: 5px;
  height: 100%;
  margin: auto;
  background-color: #fff;
  content: "";
}
.reservation-item_inner p span {
  margin-right: 5px;
  color: #fe77a7;
  font-weight: bold;
}

.reservation_dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 10px;
}
.reservation_dl dt,
.reservation_dl dd {
  padding: 10px;
  border-top: 1px solid #ccc;
}
.reservation_dl dt {
  color: #fe77a7;
  font-weight: bold;
}

.howtoplay_tel a {
  display: block;
  position: relative;
  padding: 23px 0;
  background: #222;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.howtoplay_tel a span {
  position: relative;
}
.howtoplay_tel a span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -26px;
  width: 23px;
  height: 23px;
  background: url(../images/system/tel_icon.png);
  background-size: 23px;
}
.tel_reserve a {
  display: block;
  padding: 23px 0;
  background: #222;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
.tel_reserve a span {
  position: relative;
}
.tel_reserve a span:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -26px;
  width: 23px;
  height: 23px;
  background: url(../images/system/tel_icon.png);
  background-size: 23px;
}

.reservation-btn {
  margin-top: 20px;
}

.c-icon-tel::before,
.c-icon-web::before {
  display: inline-block;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  content: "";
}
.c-icon-tel::before {
  width: 23px;
  height: 23px;
  background: url("../images/system/tel_icon.png") no-repeat;
  background-size: 23px 23px;
}
.c-icon-web::before {
  width: 26px;
  height: 20px;
  background: url("../images/system/web_icon.png") no-repeat;
  background-size: 26px 20px;
}

.reservation-cancel > * + * {
  margin-top: 15px;
}
.reservation-cancel-table {
  width: 100%;
  border: 1px solid #b4b3b1;
  table-layout: fixed;
  text-align: center;
}
.reservation-cancel-table tr + tr {
  border-bottom: 1px dotted #b4b3b1;
}
.reservation-cancel-table tr:last-child {
  border-bottom: 0;
}
.reservation-cancel-table_heading {
  border-bottom: 1px solid #b4b3b1;
  background: #f6f5f0;
  font-weight: bold;
}
.reservation-cancel-table th,
.reservation-cancel-table td {
  padding: 10px 0;
}
.reservation-cancel-table th:not(.reservation-cancel-table_heading) {
  border-right: 1px solid #b4b3b1;
}

/*=====デリバリーについて=====*/
.delivery-area > * + * {
  margin-top: 15px;
}
.delivery-area_ttl {
  padding: 10px;
  border: 1px solid #ffc0d6;
  background: #fff1f6;
  color: #fe77a7;
  font-weight: bold;
}
.delivery-area-li {
  display: grid;
  grid-template-columns: 82px 1fr;
  border-top: 1px solid #9a9a9a;
}
.delivery-area-li dt,
.delivery-area-li dd {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9a9a9a;
  min-height: 60px;
}
.delivery-area-li dt {
  justify-content: center;
  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(92, 13, 37, 1) 100%);
}
.delivery-area-li dt::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #fb3690 transparent transparent;
  content: "";
}
.delivery-area-li dd {
  flex-wrap: wrap;
  padding: 10px;
}
.delivery-area-li dd span:not(:last-child)::after {
  content: "、";
}
.delivery-area .tax-info {
  margin-block: 15px;
}
.delivery-area .tax-info:before {
  border-top: 10px double #490b1d;
}

#delivery {
  margin-top: 30px;
}
#delivery > * + * {
  margin-top: 15px;
}
.delivery_price_ttl {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff1f6;
  border: 1px solid #ffc0d6;
  font-weight: bold;
  color: #fe77a7;
}
#delivery .price {
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#delivery .price li {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
#delivery .price li:nth-child(2n) {
  background: #f4f4f4;
}
#delivery .price dl {
  overflow: hidden;
}
#delivery .price dt {
  float: left;
  width: 40%;
  height: 30px;
  font-size: 14px;
  text-align: right;
  line-height: 30px;
  font-weight: bold;
}
#delivery .price dd {
  float: left;
  position: relative;
  padding-left: 47px;
  width: 60%;
  height: 30px;
  line-height: 30px;
}
#delivery .price dd:before {
  content: "・・・";
  position: absolute;
  top: 2%;
  left: 9px;
  color: #919191;
  letter-spacing: -5px;
}
.delivery_img {
  margin-bottom: 10px;
}
.delivery_img aside {
  padding-top: 5px;
}
#delivery .reference {
  margin-bottom: 15px;
}
#delivery .reference li {
  padding: 0;
  border-bottom: 2px solid #e5e5e5;
}
#delivery .reference dl {
  overflow: hidden;
}
#delivery .reference dt {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
#delivery .reference dd {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

/*=====アクセスマップ =====*/
.access_map-02 {
  margin: 15px 0 0;
}

.access_txt {
  margin-top: 15px;
  text-align: center;
}

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

/*=====ご利用方法=====*/
#howtouse_lead a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  position: relative;
  height: 46px;
  margin-top: 15px;
  padding-left: 10px;
  background: #f5f5ef;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5ef 100%);
  border: 1px solid #b2b2b2;
  font-weight: bold;
  border-radius: 5px;
}
#howtouse_lead a:after {
  rotate: 45deg;
  content: "";
  position: absolute;
  inset-block: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-block: auto;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
}
#howtouse_lead a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #137e91;
  background: linear-gradient(to bottom, #137e91 0%, #304862 100%);
  border-radius: 3px;
}
#howtouse_lead a img {
  width: auto;
  height: 18px;
}
.howtouse_ttl {
  position: relative;
  margin: 20px 0 15px;
  padding-left: 40px;
  height: 32px;
  border: 1px solid #b2b2b2;
  font-weight: bold;
  line-height: 34px;
}
.howtouse_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #137e91;
  background: linear-gradient(to bottom, #137e91 0%, #304862 100%);
}
.howtouse_ttl img {
  width: auto;
  height: 18px;
}
.howtouse-items {
  margin-top: 20px;
}
.howtouse-item {
  position: relative;
  border: 1px solid #ffc0d6;
}
.howtouse-item + .howtouse-item {
  margin-top: 20px;
}
.howtouse-item:not(:last-child)::after {
  position: absolute;
  top: 100%;
  inset-inline: 0;
  width: 24px;
  height: 12px;
  margin-inline: auto;
  background-color: #ffc0d6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howtouse-item_heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffc0d6;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 13px;
  font-weight: bold;
}
.howtouse-item_heading p {
  padding: 10px;
}
.howtouse-item_heading span {
  color: #ff4c8c;
}
.howtouse-item_contents {
  padding: 10px;
}
.howtouse-item_inner {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}
.howtouse-item_link {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-block: 13px;
  border-radius: 3px;
  background-color: #222;
  color: #fff;
  text-align: center;
}
.howtouse-item_link::after {
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-block: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  content: "";
}

.hotellist_ttl::before,
.hotel_detail .address::before,
.hotel_detail .tel::before {
  display: inline-block;
  overflow: hidden;
  margin: -2px 5px 0 0;
  background-image: url("../images/howtoplay/hotel-icon.png");
  background-size: 20px 46px;
  vertical-align: middle;
  content: "";
}
.hotel_detail .address::before,
.hotel_detail .tel::before {
  width: 20px;
  height: 17px;
}
.hotel_detail .address::before {
  background-position: 0 -12px;
}
.hotel_detail .tel::before {
  background-position: 0 -29px;
}

.hotellist_ttl {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #7d7d7d;
  color: #ff1479;
  font-weight: bold;
}
.hotellist_ttl::before {
  width: 13px;
  height: 12px;
}
.hotellist {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px solid #7d7d7d;
}

.btn_accordion {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/howtoplay/close_arrow.png) no-repeat left;
  background-size: 10px 10px;
  padding-left: 15px;
  color: #000;
  font-weight: normal;
}
.btn_accordion.open {
  background: url(../images/howtoplay/open_arrow.png) no-repeat left;
  background-size: 10px 10px;
  padding-left: 15px;
}

.hotellist_short li {
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
}
.hotellist_short li:last-child {
  border-bottom: none;
}
.hotellist_short dl {
  overflow: hidden;
}
.hotellist_short dt {
  float: left;
  width: 70%;
}
.hotellist_short dd {
  float: right;
  width: 30%;
  text-align: right;
}
.hotellist_long {
  display: none;
}
.hotellist_long ul {
  margin-bottom: 15px;
  border-bottom: 1px dotted #d5d5d5;
}
.hotellist_long li {
  padding-bottom: 5px;
  border-bottom: 1px solid #7d7d7d;
}
.hotellist_long li:last-child {
  border-bottom: none;
}
.hotellist_long li:last-child .hotel_detail ul {
  margin-bottom: 0px;
}
.hotel_detail ul,
.hotel_detail li {
  border-bottom: none;
}
.hotel_detail .name {
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 1px dotted #7d7d7d;
  font-weight: bold;
  line-height: 20px;
}
.hotel_detail .address,
.hotel_detail .tel {
  margin-bottom: 10px;
}
.hotel_detail .tel a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}
.hotel_detail dl {
  margin-bottom: 10px;
  border: 1px solid #ff8eb5;
}
.hotel_detail dt {
  padding: 10px 0 10px 13px;
  background: #ff8eb5;
  color: #fff;
  font-weight: bold;
}
.hotel_detail dd {
  padding: 9px 13px;
}
.hotel_detail dd span {
  color: #ff1478;
}
.hotellist_long_close {
  display: block;
  padding: 10px 0;
  background: #ffebf2;
  text-align: center;
}
.hotellist_long_close {
  margin-bottom: 15px;
}
.hotellist_long_close span {
  position: relative;
}
.hotellist_long_close span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -17px;
  background: url("../images/howtoplay/hotellist_closebtn_icon.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.aside {
  padding-left: 14px;
  text-indent: -14px;
}

/*=====プレイ内容=====*/
#play_type p {
  text-align: center;
}
#play_type > p + p {
  margin-top: 20px;
}
.play_img {
	margin-block: 8px;
	margin-inline: -15px;
}

/*=====禁止事項  =====*/
.prohibitedMatter-top {
  margin-bottom: 15px;
  font-size: 14px;
}
.prohibitedMatter-top_border {
  padding: 15px;
  background-size: 40px 40px;
  background-color: #242424;
  background-image: linear-gradient(
    -45deg,
    #000000 25%,
    transparent 25%,
    transparent 50%,
    #000000 50%,
    #000000 75%,
    transparent 75%,
    transparent
  );
}
.prohibitedMatter-top_box {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
}
.prohibitedMatter-top_box > *:first-child {
  margin-bottom: 10px;
  font-size: 16px;
}
.prohibitedMatter-top_box .em_color {
  color: #a40000;
}
.prohibitedMatter-top_box .em_border {
  background: linear-gradient(transparent 70%, #fff100 0%);
}

.proh_ul {
  margin: 10px 0;
  padding: 10px;
  background: #f2f2f2;
}
.proh_ul li {
  position: relative;
  padding: 15px 0 15px 14px;
  border-bottom: 1px solid #dcdcdc;
}
.proh_ul li:last-child {
  border-bottom: none;
}
.proh_ul li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 14px;
}

.inside_more {
  position: relative;
  margin: 25px 15px 0;
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.inside_more span {
  font-size: 10px;
}
.inside_more a:before {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  content: "";
}
