@charset "utf-8";
article {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
section {
  padding: 30px 15px 20px;
  border-top: 5px solid #fe77a7;
  border-bottom: 1px solid #ccc;
}
section:first-child {
  border-top: 0;
}
section:last-child {
  border-bottom: 0;
}
.heading {
  padding: 0 0px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.u-bold {
  font-weight: bold;
}
.u-color-em {
  color: #fa338f;
}

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

/*=====料金システム=====*/
.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;
}

.charge_gold,
.charge_plutina {
  width: calc((100% / 2) - 2.5px);
  margin-top: 15px;
}

.charge_item-heading {
  margin-bottom: 15px;
  padding: 5px 5px 5px 3px;
  border: 1px solid #ffc0d6;
  color: #fe77a7;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

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

.charge_gold .charge_item-heading,
.charge_plutina .charge_item-heading {
  background: #fff1f6;
}

.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: 15px;
  border-top: 0;
  background-color: #f2f2f2;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

.charge_gold .charge_item-tbl,
.charge_plutina .charge_item-tbl {
  font-size: 12px;
}

.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;
  width: 50%;
}

.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_txt {
  clear: both;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}

.charge_txt span {
  display: inline-block;
  padding-bottom: 5px;
  color: #ff0000;
  font-weight: bold;
}

.charge_credit {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
/*=====いきなりホテルコースについて=====*/
#ikinari_section {
  border-top: 2px solid #ffc0d6;
  border-bottom: none;
  padding: 0;
}
.ikinari_ttl {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff1f6;
  color: #fe77a7;
  font-weight: bold;
}
#ikinari_section p {
  padding: 0 10px 15px;
}
#ikinari_section span {
  color: #f00;
}
#ikinari_section a {
  display: block;
  position: relative;
  padding: 12px;
  margin-bottom: 30px;
  background: #222;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}
#ikinari_section a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../images/system/arrow_white.png);
  background-size: contain;
  width: 9px;
  height: 17px;
}

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

.reservation-heading {
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ffc0d6;
  background: #fff1f6;
  background: linear-gradient(135deg, #fff1f6 0%, #fff1f6 62%, #fffeff 63%, #fff1f6 100%);
  color: #fe77a7;
  font-weight: bold;
}

.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_reserve {
  position: relative;
  height: 36px;
  background: #fe77a7;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}

/****▼下向き吹き出し****/
.reservation_reserve:after,
.reservation_reserve:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.reservation_reserve:after {
  border-color: rgba(254, 119, 167, 0);
  border-top-color: #fe77a7;
  border-width: 5px;
  margin-left: -5px;
}

.reservation_reserve:before {
  border-color: rgba(254, 119, 167, 0);
  border-top-color: #fe77a7;
  border-width: 6px;
  margin-left: -6px;
}
/****下向き吹き出し▲****/

.reservation_new,
.reservation_member {
  float: left;
  width: 50%;
  height: 36px;
  margin: 15px 0;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 36px;
}

.reservation_only {
  float: left;
  width: 100%;
  height: 36px;
  margin: 15px 0;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}

.reservation_new span,
.reservation_member span,
.reservation_only span {
  padding: 0 5px;
  color: #fe77a7;
  font-weight: bold;
}

.reservation_new {
  border-right: 2.5px solid #fff;
}

.reservation_member {
  border-left: 2.5px solid #fff;
}

.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 #ccc;
  color: #fe77a7;
  font-weight: bold;
}
.reservation_dl dd {
  margin-left: 100px;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.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;
}

/*=====ご利用方法=====*/
#howtouse ol {
  margin-top: 20px;
}
#howtouse li {
  position: relative;
  border: 1px solid #ffc0d6;
}
#howtouse li + li {
  margin-top: 20px;
}
#howtouse li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -6px;
  border-top: 12px solid #ffc0d6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
#howtouse li:last-child:after {
  content: "";
  border: none;
}
#howtouse dt {
  position: relative;
  height: 61px;
  margin: 0;
  padding: 10px 10px 10px 70px;
  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 dt span {
  color: #ff4c8c;
}
#howtouse .step_1 dt:before {
  background: url(../images/howtoplay/step1.png);
}
#howtouse .step_2 dt:before {
  background: url(../images/howtoplay/step2.png);
}
#howtouse .step_3 dt:before {
  background: url(../images/howtoplay/step3.png);
}
#howtouse dl[class^="step_"] dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  border-right: 1px solid #ddcd96;
  width: 60px;
  height: 60px;
}
#howtouse dd {
  min-height: 120px;
  padding: 10px 10px 10px 120px;
}
#howtouse .step_1 dd {
  background: url(../images/howtoplay/step1_img.png) no-repeat;
}
#howtouse .step_2 dd {
  background: url(../images/howtoplay/step2_img.png) no-repeat;
}
#howtouse .step_3 dd {
  background: url(../images/howtoplay/step3_img.png) no-repeat;
}
#howtouse dl[class^="step_"] dd {
  background-size: 100px 100px;
  background-position: 10px 10px;
}

/*=====デリバリー料金のご案内  =====*/
#delivery > * + * {
  margin-top: 15px;
}

.hotelmap {
  height: 140px;
  margin-top: 15px;
  padding-top: 20px;
  background: url("../images/system/hotelmap_bg.png") no-repeat;
  background-size: cover;
}
.hotelmap_lead {
  color: #fff;
  font-size: 12px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
.hotelmap_btn {
  display: block;
  position: relative;
  width: 170px;
  height: 35px;
  margin: 20px auto 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  transition: 0.2s ease;
}
.hotelmap_btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background: url("../images/arrow-s_white.png") no-repeat;
  background-size: 6px 9px;
  content: "";
}
.hotelmap_btn:hover {
  opacity: 0.8;
}

/*=====プレイ内容=====*/
#play_type p {
  text-align: center;
}
#play_type > * + * {
  margin-top: 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;
}
