@charset "utf-8";
.content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.system_ttl {
  padding-top: 30px;
}
section {
  margin-bottom: 30px;
}
.u-bold {
  font-weight: bold;
}
.u-color-em {
  color: #fa338f;
}

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

/*=====料金について=====*/
.charge {
  padding-inline: 15px;
}
.charge_ttl {
  margin: 15px 0;
  border: 1px solid #ddd4bc;
  border-bottom: 2px solid #ddd4bc;
}
.charge_ttl_span {
  display: block;
  height: 30px;
  margin-bottom: 2px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd4bc;
  color: #4b3c3c;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.charge-tbls {
  display: grid;
  row-gap: 15px;
}
.charge_tbl {
  table-layout: fixed;
  width: 100%;
  margin-top: 5px;
  border-top: 0;
  background-color: #fff7cf;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
.charge_tbl tr {
  position: relative;
  height: 38px;
  padding: 0 5px;
  border-bottom: 5px solid #fff;
  font-size: 14px;
}
.charge_tbl tr td {
  position: relative;
  width: 50%;
}
.charge_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 #fe7caa;
  border-right: 1px solid #fe7caa;
  content: "";
}
.charge_txt {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.charge_txt span {
  color: #fe77a7;
  font-weight: bold;
}
.charge_credit {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.charge_addFee {
  font-weight: bold;
  text-align: center;
}
.charge .tax-info {
  margin-bottom: 15px;
}
.charge .tax-info:before {
  border-top: 10px double #b6a159;
}

/*=====デリバリーについて=====*/
#delivery_section {
  border-top: 2px solid #ffe392;
  border-bottom: none;
  padding-inline: 15px;
}
.delivery_ttl {
  margin-inline: -15px;
  padding: 15px;
  background: #fff7cf;
  color: #4b3c3c;
  font-weight: bold;
}
#delivery_section p {
  margin-top: 15px;
}
#delivery_section span {
  color: #f00;
}
#delivery_section a {
  display: block;
  position: relative;
  padding: 12px;
  background: #6b4b41;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
#delivery_section a: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: "";
}

.proh_ttl {
  margin-bottom: 20px;
  padding-top: 15px;
}

.proh_wrap {
  padding-inline: 15px;
}

/*=====ご予約について=====*/
.reservation {
  padding: 25px 15px 0;
}
.reservation .reservation_ttl {
  margin: 0 -15px 20px;
}

.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 {
  margin-bottom: 15px;
  padding: 10px 6px;
  background: #ffe392;
  border-radius: 3px;
}

.reservation_reserve {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.reservation_inside {
  display: flex;
  position: relative;
  margin-top: 10px;
  padding-block: 5px;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
.reservation_inside::before {
  position: absolute;
  top: -6px;
  inset-inline: 0;
  width: 9px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin-inline: auto;
  content: "";
}
.reservation_inside p {
  flex: 1;
}
.reservation_inside p + p::before {
  position: absolute;
  inset: 0;
  width: 1px;
  height: calc(100% - 10px);
  margin: auto;
  background-color: #ccc;
  content: "";
}
.reservation_inside p span {
  margin-right: 5px;
  color: #ff6baa;
}

.reservation_dl {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 1.5;
}
.reservation_dl dt {
  float: left;
  width: 100px;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  color: #fe77a7;
  font-weight: bold;
}
.reservation_dl dd {
  margin-left: 100px;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}

.reservation-btn {
  display: block;
  position: relative;
  margin-top: 20px;
  padding: 23px 0;
  background: #6b4b41;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

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

/*=====ご利用方法=====*/
#howtouse {
  margin-bottom: 30px;
  margin-inline: 15px;
}
.howToPlay_ttl {
  margin-bottom: 20px;
  padding-top: 30px;
}
#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: #f9f4ec;
  background: linear-gradient(to bottom, #fff 0%, #f9f4ec 100%);
  box-shadow: 0px 0px 1px 1px #b2b2b2;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 5px;
}
#howtouse_lead a:after {
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-block: auto;
  border-top: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
  content: "";
}
#howtouse_lead a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgb(15, 238, 191);
  background: linear-gradient(to bottom, rgba(15, 238, 191, 1) 0%, rgba(38, 181, 129, 1) 100%);
  border-radius: 3px;
}
#howtouse_lead a img {
  width: auto;
  height: 18px;
}
.howtouse_ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  margin: 20px 0 15px;
  height: 32px;
  border: 1px solid #b2b2b2;
  font-weight: bold;
}
.howtouse_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgb(15, 238, 191);
  background: linear-gradient(to bottom, rgba(15, 238, 191, 1) 0%, rgba(38, 181, 129, 1) 100%);
}
.howtouse_ttl img {
  width: auto;
  height: 18px;
}
.howtouse_txt span {
  color: #f00;
}
.howtouse-items {
  margin-top: 20px;
}
.howtouse-item {
  position: relative;
  border: 1px solid #ddcd96;
}
.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: #26b480;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.howtouse-item_heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddcd96;
  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: #b60401;
}
.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: #6b4b41;
  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: "";
}

/*=====デリバリー料金のご案内=====*/
#delivery_price {
  padding-inline: 15px;
}
.delivery {
  overflow-x: hidden;
  margin-bottom: 30px;
}
.delivery_price_ttl {
  margin-bottom: 15px;
}
.delivery > * + * {
  margin-top: 15px;
}
.delivery-area > * + * {
  margin-top: 15px;
}
.delivery-area_ttl {
  padding: 10px;
  border-top: 1px solid #ddcd96;
  border-right: 1px solid #ddcd96;
  border-bottom: 2px solid #ddcd96;
  border-left: 1px solid #ddcd96;
  box-shadow: 0 -2px #fff inset, 0 -3px #ddcd96 inset;
  background: #fff;
  color: #4b3c3c;
  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: url(../img/footer_bg.png);
  background-size: 50% 50%;
}
.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 {
  white-space: nowrap;
}
.delivery-area-li dd span:not(:last-child)::after {
  content: "、";
}

#delivery_price .price {
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#delivery_price .price li {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
#delivery_price .price li:nth-child(2n) {
  background: #fef9e6;
}
#delivery_price .price dl {
  overflow: hidden;
}
#delivery_price .price dt {
  float: left;
  width: 50%;
  height: 30px;
  font-size: 14px;
  text-align: right;
  line-height: 30px;
  font-weight: bold;
}

#delivery_price .price dd {
  float: left;
  position: relative;
  padding-left: 47px;
  width: 50%;
  height: 30px;
  line-height: 30px;
}
#delivery_price .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_price .reference {
  margin-bottom: 15px;
}
#delivery_price .reference li {
  padding: 0;
}
#delivery_price .reference dl {
  overflow: hidden;
}
#delivery_price .reference dt {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
#delivery_price .reference dd {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.hotellist_ttl:before,
.hotel_detail .address:before,
.hotel_detail .tel:before {
  position: absolute;
  left: 0;
  background-image: url(../img/howtoplay/hotel-icon.png);
  background-size: 20px 46px;
  content: "";
}
.hotellist_ttl {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #7d7d7d;
  color: #17b57f;
  font-weight: bold;
}
.hotellist_ttl:before {
  top: 2px;
  width: 13px;
  height: 12px;
}
.hotellist {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px solid #7d7d7d;
}

.btn_accordion {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-weight: normal;
}
.btn_accordion:before,
.btn_accordion.open:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
}
.btn_accordion:before {
  margin: 0 5px 0 0;
  border: 5px solid transparent;
  border-top: 10px solid #17b57f;
}
.btn_accordion.open:before {
  margin: -4px 5px 0 0;
  border: 5px solid transparent;
  border-left: 10px solid #17b57f;
}

.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 {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}
.hotel_detail .tel {
  text-decoration: underline;
}
.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;
}
.hotel_detail .tel a {
  background: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.hotel_detail dl {
  margin-bottom: 10px;
  border: 1px solid #ddcd96;
}
.hotel_detail dt {
  padding: 10px 0 10px 13px;
  background: #fef9e6;
  color: #4b3c3c;
  font-weight: bold;
}
.hotel_detail dd {
  padding: 9px 13px;
}
.hotel_detail dd span {
  color: #17b57f;
}
.hotellist_long_close {
  display: block;
  padding: 10px 0;
  background: #d4fff0;
  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("../img/howtoplay/hotellist_closebtn_icon.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.aside {
  padding-left: 14px;
  text-indent: -14px;
}
/*=====アクセスマップ =====*/
.access_ttl {
  margin-bottom: 20px;
  padding-top: 20px;
}
.acces-02 {
  margin: 10px 0 0;
}

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

/*===== オプション =====*/
.option_ttl {
  padding-top: 20px;
}
#option p {
  margin: 20px 15px;
}
#option dl {
  margin-inline: 15px;
}
#option dt {
  margin-bottom: 5px;
  color: #f00;
  font-weight: bold;
}
#option dt img {
  margin-bottom: 10px;
}
#option dd {
  margin-bottom: 30px;
}

/*===== 禁止事項 =====*/
.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_txt {
  font-size: 14px;
  line-height: 1.4;
}

.proh_ul {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddcd96;
}
.proh_ul li {
  position: relative;
  padding: 15px 0 15px 14px;
  border-bottom: 1px solid #ddcd96;
}
.proh_ul li:last-child {
  border-bottom: none;
}
.proh_ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 14px;
}
.inside_more {
	margin-top: 20px;
	padding-inline: 15px;
}
.inside_more a {
  position: relative;
  height: 40px;
  border: 2px solid #ddd4bc;
  border-radius: 5px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.inside_more a::before {
  transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-block: auto;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  content: "";
}
