@charset "utf-8";

@font-face {
  font-family: "Filxgirl";
  font-weight: 400;
  src: url("/font/Filxgirl.woff2") format("woff2"),
    url("/font/Filxgirl.woff") format("woff");
  font-display: swap;
}

/* =========================================================
 料金表
========================================================= */
.priceContent hr {
  border-top: 1px solid #b4b4b4;
  margin: 0.8em auto;
}

.admissionBlock span {
  position: absolute;
  right: 0;
  font-size: 16px;
  background-color: #ffffff;
  display: inline-block;
  width: 222px;
  margin-right: 0;
  border-left: 1px solid #b9bdc2;
}

.admissionBlock p {
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  position: relative;
  background-color: #f1f9ff;
  text-indent: 10px;
  border-bottom: 1px solid #b9bdc2;
}

.admissionBlock p:last-of-type {
  border-bottom: none;
}

.priceContent .twoLinesPrice02 {
  top: 318px;
}

.aboutText {
  margin-top: 12px;
  /* margin-bottom: 17px; */
  line-height: 1.20em;
  letter-spacing: -0.04em;
}

.aboutText li {
  /* margin-bottom: 8px; */
  line-height: 1.5;
}

.aboutText li span {
  color: #ff4055;
  font-weight: bold;
  font-size: 100%;
}

.haveLinkWrap {
  margin-bottom: 20px;
}

.haveLinkWrap a:hover {
  opacity: 0.7;
}

#priceWrap .haveLink:hover {
  opacity: 0.7;
}

/*入会とデリバリー項目*/
.priceContent {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.priceContent>div {
  width: 49.3%;
}

.priceContent .admission {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 375px;
  float: left;
}

.priceContent .option {
  width: 375px;
  float: right;
}

.priceContent .deli {
  position: relative;
  margin-top: 15px;
}

.priceOther {
  width: 760px;
  margin-bottom: 20px;
}

.members {
  border: 1px solid #656355;
  background-color: #ffffff;
  box-sizing: border-box;
}

.members:first-child {
  margin-bottom: 20px;
}

.members .menberTittle {
  border-bottom: 1px solid #656355;
  background-color: #494949;
  height: 33px;
  color: #ffffff;
}

.members .menberTittle a {
  color: #ffffff;
}

.members .menberTittle div {
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  margin-left: 4px;
  padding-top: 2px;
  position: relative;
}

.members .menberTittle div img {
  padding-right: 10px;
  height: 29px;
  width: auto;
}

.members .menberTittle p {
  float: right;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 13px;
}

.members>ul {
  margin: 10px auto 16px;
}

.members ul li {
  font-size: 14px;
  margin-top: 6px;
  text-indent: 1.0em;
}

.members ul li::before {
  content: "・";
}

.members ul li.supplement {
  font-size: 90%;
}

.members ul li.supplement::before {
  content: "※";
}

.members:nth-child(2) ul li:last-child {
  text-indent: 1em;
}

.members:nth-child(2) ul li:last-child::before {
  content: "";
}

/*クレジット*/
#credit {
  border: 2px dotted #8e8e8e;
  padding: 17px 12px 35px;
  box-sizing: border-box;
}

.creditTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.creditTitle h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}

.credit_link {
  margin: 0;
}

.credit_link a {
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #301500;
}

.creditImg {
  clear: both;
  width: 60%;
}

#rightContents .creditText {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.3em;
  margin: 11px 0 0;
}

/* =========================================================
 基本プレイ
========================================================= */
#basicPlay {
  margin-top: 20px;
  position: relative;
}

/* =========================================================
 ご利用にあたって
========================================================= */
#cautionNeeded {
  margin-top: 20px;
}

#cautionNeeded p.cautionNeededTitle {
  font-size: 16px;
  font-weight: bold;
}

#cautionNeeded p.annotation {
  letter-spacing: -0.01em;
  font-size: 13px;
  margin: 10px auto 25px;
}

.cautionNeededLastText {
  margin-top: 20px;
}

/*--------ホテルガイドボタン------------------------*/
.guideBtn {
  width: 156px;
  height: 29px;
  position: absolute;
  bottom: 18px;
  right: 18px;
  background-image: url("/img/system/img_hotel_map_link.jpg");
  background-repeat: no-repeat;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.guideBtn a {
  color: #525252;
  text-decoration: none;
}

.deli a {
  color: #ffffff;
  background-color: #c5ae8b;
  display: block;
  letter-spacing: 0.1em;
  line-height: 2em;
  padding: 1% 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.guideBtn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.guideBtn:hover a {
  opacity: 0.7;
}

.map {
  background: url(/img/system/img_price_map.png) no-repeat;
  background-size: cover;
  width: 760px;
  height: 680px;
  margin-bottom: 20px;
}

.map>div {
  border: 1px solid #000000;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.map img {
  display: block;
  margin: 20px auto;
  width: 720px;
}

.course {
  margin-bottom: 20px;
}

.mainBox {
  box-sizing: border-box;
}

.playMenu ul {
  display: flex;
  flex-wrap: wrap;
}

.playMenu li {
  width: 178px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}

#basicPlay.playMenu li {
  background-color: #6eb8b8;
  border: 1px solid #6eb8b8;
  box-shadow: 0 0 2px #ffffff inset;
  height: 40px;
}

#freeOption.playMenu li {
  background-color: #ba891b;
  border: 1px solid #8b6309;
}

#basicPlay.playMenu li:nth-of-type(4n),
#freeOption.playMenu li:nth-of-type(4n) {
  margin-right: 0;
}

#payOption.playMenu li {
  width: 116px;
  height: auto;
  margin-right: 9px;
}

#basicPlay.playMenu li p,
#freeOption.playMenu li p {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 55%;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #ffffff;
}

.playMenu li span {
  display: block;
  font-size: 73%;
  line-height: 1.3;
}

#payOption.playMenu li p {
  height: 35px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e81749;
  font-size: 15px;
}

#payOption.playMenu li p:first-of-type {
  background-color: #e81749;
  color: #ffffff;
  border-bottom: none;
}

#payOption.playMenu li p:last-of-type {
  color: #565656;
}

/* 210210 */
.admissionBlock ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c8c8c8;
  box-sizing: border-box;
  margin-bottom: 2vw;
}

.admissionBlock li:first-of-type {
  box-sizing: border-box;
}

.benefitsItem>div:first-of-type {
  background-color: #b9efda;
  position: relative;
}

.benefitsItem>div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: none;
  box-sizing: border-box;
}

.benefitsItem h4 {
  font-weight: bold;
}

.benefitsItem a {
  color: #333333;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.benefitsItem p span {
  color: #00d07f;
  font-weight: bold;
}

.rank {
  text-align: center;
  border: 1px solid #4f4f4f;
  box-sizing: border-box;
}

.rank h4 {
  font-weight: bold;
  background-color: #ffd4de;
}

.creditBlock {
  border: 3px dotted #898989;
  box-sizing: border-box;
  position: relative;
}

.creditBlock h4 {
  font-weight: bold;
}

.creditBlock p {
  line-height: 1.5;
}

.playMenu h3 {
  border: none;
}

#payOption.playMenu li:nth-of-type(6n) {
  margin-right: 0;
}

#basicPlay.playMenu h3 {
  background-color: #6eb8b8;
}

.playMenu ul {
  width: 98%;
  margin: 0 auto;
}

#payOption.playMenu p:last-of-type {
  color: #565656;
}

.privilegeBox li:first-of-type {
  display: flex;
}

.privilegeText {
  background-color: #d4b57a;
}

.privilegeText p {
  line-height: 1.4;
}

.privilegeText a {
  color: #333333;
}

.privilegeDetail {
  background-color: #f94468;
  border-radius: 2px;
}

.privilegeDetail a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

.cautionNeeded h4 {
  color: #ffffff;
}

.cautionNeeded h4::before {
  content: "";
  display: inline-block;
  background: url(/img/system/icon_attention.png) no-repeat center;
  position: relative;
}

.accordionTrigger {
  background-image: url(/img/system/icon_open.png);
  background-repeat: no-repeat;
  color: #0000ff;
  cursor: pointer;
  font-weight: normal;
  margin: 0 auto;
  text-decoration: underline;
}

.accordionTrigger.opened {
  background-image: url(/img/system/icon_close.png);
  text-decoration: none;
}

.accordionContents {
  letter-spacing: 0.05em;
  margin: 0 auto;
  width: 97%;
}

#cautionNeeded .accordionContents p {
  margin-top: 0;
}

.mainPrice,
.serviceList {
  box-sizing: border-box;
}

.mainPrice h4 {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.mainPrice ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  /* align-items: center; */
}

.mainPrice li {
  /* text-align: right; */
  /* font-weight: bold; */
}

.mainPrice li:first-of-type span {
  /* font-weight: inherit; */
}

.mainPrice li:last-of-type {
  /* color: #a2d1ad; */
}

.mainPrice li:last-of-type span {
  /* font-weight: inherit; */
}

.notesBox li {
  list-style: inside;
}

@media all and (-ms-high-contrast:none) {
  .mainPrice li p {
    background: none!important;
  }
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  p.priceNotes {
    /* width: 94%; */
    margin: 7px auto;
    line-height: 1.7;
    font-size: 14px;
  }

  .basicPlay p.priceNotes {
    margin-bottom: 20px;
  }

  .basicPlay .moreReadBtn {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 124px;
  }

  .basicPlay .moreReadBtn a {
    font-size: 12px;
  }

  .priceContent h3 {
    margin-top: 29px;
  }

  .admissionBlock ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }

  .admissionBlock li {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .admissionBlock li:first-of-type {
    width: 133px;
    text-align: left;
  }

  .admissionBlock li:last-of-type {
    width: 195px;
    text-align: right;
    color: #00d07f;
    font-weight: bold;
  }

  .benefits {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .benefitsItem {
    width: 49.5%;
    height: min-content;
    position: relative;
    border: solid 1px #11b877;
    box-sizing: border-box;
  }

  .benefitsItem>div:first-of-type {
    height: 40px;
    background-color: #b9efda;
    border-bottom: solid 1px #11b877;
    position: relative;
  }

  .benefitsItem>div:last-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: none;
    box-sizing: border-box;
  }

  .benefitsItem h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-indent: 39px;
    letter-spacing: 1px;
  }

  .benefitsItem a {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    line-height: 1.5;
  }

  .benefitsItem>div>div:first-of-type {
    width: 39px;
    position: absolute;
    top: 4px;
  }

  .benefitsItem>div>div:last-of-type {
    width: 330px;
    padding: 11px;
    line-height: 1.5;
  }

  .benefitsItem p span {
    color: #00d07f;
  }

  .rank {
    text-align: center;
    border: 1px solid #4f4f4f;
    box-sizing: border-box;
    margin-bottom: 19px;
  }

  .rank h4 {
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #ffd4de;
  }

  .creditBlock {
    width: 380px;
    height: 190px;
    border: 2px dotted #898989;
    box-sizing: border-box;
    padding: 2px 10px;
  }

  .creditBlock h4 {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .creditBlock img {
    height: 47px;
    width: auto;
  }

  .creditBlock p {
    margin-top: 10px;
    line-height: 1.5;
  }

  #rightContents .deli h3 {
    margin-top: 30px;
  }

  .playMenu h3 {
    text-align: center;
    border: none;
  }

  #basicPlay.playMenu h3 {
    background-color: #6eb8b8;
  }

  .playMenu ul {
    width: 98%;
    margin: 0 auto;
  }

  #payOption.playMenu p:last-of-type {
    font-size: 22px;
    color: #565656;
  }

  .privilegeBox li:first-of-type {
    display: flex;
    margin-bottom: 15px;
  }

  .privilegeText {
    background-color: #d4b57a;
    padding: 10px 10px 0 10px;
  }

  .privilegeText p {
    line-height: 1.4;
    margin-bottom: 9px;
  }

  .privilegeText a {
    color: #333333;
  }

  .privilegeDetail {
    background-color: #f94468;
    height: 31px;
    border-radius: 2px;
  }

  .privilegeDetail a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    font-weight: bold;
  }

  .cautionNeeded {
    border: 5px solid #6eb8b8;
    padding: 20px 18px 0 18px;
  }

  .cautionNeeded h4 {
    background-color: #e81749;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
  }

  .cautionNeeded h4::before {
    content: "";
    display: inline-block;
    background: url(/img/system/icon_attention.png) no-repeat center;
    width: 30px;
    height: 28px;
    position: relative;
    top: 6px;
    margin-right: 8px;
  }

  .cautionNeeded h4 span {
    font-weight: inherit;
  }

  .cautionNeeded ul {
    margin: 10px auto 25px;
  }

  .notesBox {
    margin: 20px 0;
  }

  .accordionTrigger {
    background-image: url(/img/system/icon_open.png);
    background-repeat: no-repeat;
    color: #0000ff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    margin: 0 auto 10px;
    padding: 0 0 0 25px;
    text-decoration: underline;
  }

  .accordionTrigger.opened {
    background-image: url(/img/system/icon_close.png);
    text-decoration: none;
  }

  .accordionContents {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 17px;
    margin: 0 auto 20px;
    width: 97%;
  }

  #cautionNeeded .accordionContents p {
    margin-top: 0;
  }

  .mainPrice {
    margin: 0 auto 10px;
  }

  .extensionPriceWrap {
    margin: 0px auto 0;
    position: relative;
  }

  .deliveryPrice {
    line-height: 1.7;
  }

  .deliveryTitle {
    font-size: 14px;
    margin-bottom: 2px;
    color: #c4ad7b;
    text-align: center;
  }

  .deliveryPrice dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c4ad7b;
  }

  .deliveryPrice dl:last-of-type {
    border-bottom: none;
  }

  .deliveryPrice dt {
    margin: 9px auto;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    font-size: 14px;
    line-height: 1.25;
    padding-left: 6px;
    text-align: left;
  }

  .deliveryPrice dt span {
    font-size: 11px;
  }

  .deliveryPrice dd {
    font-size: 14px;
    width: 20%;
    text-align: right;
    padding-right: 21px;
  }

  .deliveryArea dl:last-of-type dd {
    padding-right: 8px;
  }

  .mainPrice h4 {
    font-size: 30px;
    height: 51px;
    line-height: 51px;
    margin-bottom: 9px;
  }

  .mainPrice ul {
    /* width: 50%; */
    /* border-right: 1px solid #969696; */
    /* border-bottom: 1px solid #969696; */
    /* box-sizing: border-box; */
    /* padding: 18px 22px 11px 8px; */
  }

  .mainPrice ul:nth-of-type(even) {
    border-right: none;
  }

  .mainPrice ul:nth-last-of-type(-n+2) {
    /* border-bottom: none; */
  }

  .mainPrice li:first-of-type {
    /* width: 40%; */
    /* font-size: 36px; */
    /* line-height: 51px; */
  }

  .mainPrice li:first-of-type::after {
    /* content: "…"; */
    /* font-size: 22px; */
    /* vertical-align: middle; */
    /* margin-left: 2px; */
  }

  .mainPrice li:first-of-type span {
    /* font-size: 26px; */
  }

  .mainPrice li:last-of-type {
    /* width: 60%; */
    /* font-size: 48px; */
  }

  .mainPrice li:last-of-type span {
    /* font-size: 30px; */
  }

  .mainPrice li p {
    /* color: initial; */
    /* font-size: 18px; */
    /* text-align: right; */
    /* margin-bottom: 5px; */
  }

  .mainPrice ul:last-of-type li:first-of-type {
    /* font-size: 30px; */
  }

  .mainPrice ul:last-of-type li:first-of-type span {
    /* font-size: 22px; */
  }

  .serviceList {
    background-image: url(/img/system/img_price02.png);
    width: 760px;
    height: 362px;
    margin-bottom: 12px;
  }

  #option {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .optionCorseBox {
    width: 32.5%;
  }

  .optionCorseBox p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
  }

  .optionCorseName {
    background-color: #00d07f;
    color: #ffffff;
  }

  .optionCorsePrice {
    border: 3px solid #00d07f;
    border-top: none;
    color: #00d07f;
    box-sizing: border-box;
  }

  .playCorseBanner {
    margin-bottom: 15px;
  }

  .playCorseBanner:nth-of-type(3) {
    background-image: url(/img/system/dateCourse.jpg);
    height: 160px;
  }

  .playCorseBanner p {
    text-indent: -9999px;
  }

  .playCorseBanner a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .admissionBlock {
    height: 100%;
    border: 1px solid #b9bdc2;
    box-sizing: border-box;
    width: 49.5%;
    margin-bottom: 15px;
  }

  .basicPlay {
    margin-top: 20px;
    position: relative;
  }

  .deliBlock {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .basicPlay .deliBlock p {
    line-height: 1.7;
  }

  .optionBlock {
    display: flex;
    flex-wrap: wrap;
  }

  .optionBlock li {
    width: 182px;
    border: 1px solid #b9bdc2;
    box-sizing: border-box;
    text-align: center;
    margin: 0 10px 10px 0;
    position: relative;
  }

  .addOptionTitle {
    display: block;
    background: #ff4055;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: solid 1px #b9bdc2;
  }

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

  .optionBlock li p {
    height: 32px;
    line-height: 30px;
    font-weight: bold;
  }

  .optionBlock li p:first-of-type {
    background-color: #fffdeb;
    border-top: 1px solid #b9bdc2;
  }

  .optionBlock li p:first-of-type span {
    font-size: 12px;
    font-weight: inherit;
  }

  .optionBlock li.freeOption:before {
    content: url(/img/system/icon_free.png);
    left: -12px;
    position: absolute;
    top: 49px;
  }

  .addOption .optionBlock li.freeOption:before {
    top: inherit;
    bottom: 14px;
  }

  .optionBlock li.payOption:before {
    left: 0px;
    position: absolute;
    top: 62px;
  }

  .optionBlock li.price1000:before {
    content: url(/img/system/icon_pay_1000.png);
  }

  .optionBlock li.price2000:before {
    content: url(/img/system/icon_pay_2000.png);
  }

  .optionBlock li.price3000:before {
    content: url(/img/system/icon_pay_3000.png);
  }

  .optionBlock li.price4000:before {
    content: url(/img/system/icon_pay_4000.png);
  }

  .optionBlock li.price5000:before {
    content: url(/img/system/icon_pay_5000.png);
  }

  .optionBlock li.price8000:before {
    content: url(/img/system/icon_pay_8000.png);
  }

  .optionBlock li.price10000:before {
    content: url(/img/system/icon_pay_10000.png);
  }

  .optionBlock li.price15000:before {
    content: url(/img/system/icon_pay_15000.png);
  }

  .addOption .optionBlock li.payOption:before {
    top: inherit;
    bottom: 35px;
  }

  .cardImage {
    text-align: center;
  }

  .creditBlock a {
    position: absolute;
    top: 29px;
    right: 11px;
    line-height: 1.5;
    color: #333333;
  }

  .mapImage {
    background-image: url(/img/map/img_mapHotel.jpg);
    width: 760px;
    height: 430px;
    margin-bottom: 20px;
  }

  .deliBlock {
    position: relative;
  }

  #qrWrapper {
    position: absolute;
    top: 58px;
    right: 0;
  }

  .mapNotes p {
    margin-bottom: 15px;
  }

  .tableWrap,
  .tableWrap1 {
    overflow: hidden;
  }

  .tableWrap h4 {
    line-height: 52px;
    margin: 0;
    background: #11e190;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
  }

  .map_hotel_table {
    border: solid 1px #11b877;
    border-collapse: collapse;
    color: #515151;
    width: 100%;
    margin-bottom: 20px;
  }

  #business.map_hotel_table {
    margin: 0 auto 20px;
  }

  .map_hotel_table td {
    vertical-align: middle;
    font-size: 12px;
    padding: 5px 5px;
    border-right: 1px solid #11b877;
    border-top: 1px solid #11b877;
    line-height: 2em;
    background-color: #ffffff;
  }

  .map_hotel_table td.othre {
    text-align: center;
  }

  .map_hotel_table td.no a {
    color: #323232;
  }

  .no {
    background-color: #86c2ff;
  }

  .rentalRoom .no {
    background-color: #fffdcc;
  }

  .loveHotel .no {
    background-color: #fffdcc;
  }

  .businessHotel .no {
    background-color: #fffdcc;
  }

  .title {
    height: 33px;
  }

  .title td {
    text-align: center;
    color: #ffffff;
    background-color: #f94468;
    border: 1px solid #b9bdc2;
    font-weight: bold;
  }

  td.no {
    width: 30px;
    text-align: center;
  }

  td.name {
    width: 200px;
  }

  td.tel {
    width: 90px;
  }

  td.fee {
    width: 70px;
  }

  td.other {
    width: 60px;
  }

  .title td.type,
  td.type {
    border-right: medium none;
  }

  .gm-style-iw div div {
    overflow: hidden;
    padding: 5px;
  }

  .hotelArea p {
    line-height: 1.4;
    margin-top: 4px;
  }

  span.hotelAreaText01 {
    font-weight: bold;
    line-height: 1.7;
    margin-left: 0.3em;
    letter-spacing: 0.3px;
  }

  span.hotelAreaText02 {
    margin-left: 0.3em;
    letter-spacing: 0.4px;
  }

  /* ----- moreReadBtn ----- */
  #hotelMapContents .moreReadBtn {
    margin: 20px auto 30px;
  }

  #hotelMapContents .moreReadBtn a {
    width: 100%;
    cursor: pointer;
  }

  .hotelArea {
    margin-bottom: 20px;
  }

  .hotelArea table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  .hotelArea table tr {
    border: 3px solid #ffffff;
    background: #e4e9f1;
  }

  thead tr {
    height: 50px;
  }

  thead tr td {
    vertical-align: middle;
    background: #11e190;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
  }

  thead tr td.delivery {
    text-align: left;
    text-indent: 12px;
    border-right: 3px solid #ffffff;
    border-top: none;
  }

  thead tr td.deliveryPrice {
    text-align: center;
    border-right: 3px solid #ffffff;
    border-top: none;
  }

  thead tr td.deliveryHotel {
    text-align: center;
    border-right: 3px solid #ffffff;
    border-top: none;
  }

  .hotelArea table tr:nth-of-type(odd) {
    background: #d1f3e6;
  }

  .hotelArea table tr:nth-of-type(even) {
    background: #b9efda;
  }

  tbody tr td.districtList {
    padding: 12px 0px;
    width: 52%;
    padding-left: 0.7em;
    line-height: 1.5;
    font-size: 18.3px;
    box-shadow: 0 0 2px #d4f2da inset;
    box-sizing: border-box;
  }

  tbody tr td.price {
    width: 14%;
    border: 3px solid #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 18.3px;
  }

  tbody tr td.hotelList {
    width: 17%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14.3px;
  }

  .popup {
    border: none;
    background: unset;
    color: #11e190;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
  }

  #popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 10% 0 5%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }

  .fix {
    overflow: hidden;
  }

  #popup #closeBtn {
    color: #ffffff;
    font-weight: bold;
    position: fixed;
    top: 0;
    right: 1%;
    font-size: 24px;
  }

  #popup table {
    width: 65%;
    margin: 0 auto 15px;
    border: 3px solid #11b877;
    border-collapse: collapse;
    box-sizing: border-box;
  }

  #popup tr {
    width: 90%;
    margin: auto;
    overflow-y: scroll;
    height: 50px;
  }

  #popup td {
    background: #fff;
    color: #333333;
    cursor: pointer;
    border: 1px solid #11b877;
    vertical-align: middle;
    text-align: center;
  }

  #popup .title td {
    text-align: center;
    background-color: #b9efda;
    line-height: 2;
    padding: 5px 0;
    opacity: 1;
  }

  #popup .no,
  #popup .number {
    width: 70px;
    background: #ffffff;
  }

  #popup .name {
    width: 500px;
  }

  #popup .tel {
    width: 150px;
  }

  #popup .address {
    width: 230px;
  }

  #popup .fee {
    width: 100px;
  }

  .hotleMoreRead {
    border-radius: 2px;
    background: #11e190;
    background-size: 100% 100%;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 35px;
    letter-spacing: 0.05em;
    line-height: 33px;
    text-align: center;
    width: 250px;
    margin: 10px auto 20px;
    font-weight: bold;
    box-shadow: 0 3px 0 #00ad82;
    position: relative;
    top: 0;
    transition: all .3s ease;
  }

  .hotleMoreRead:hover {
    background: #ffffff;
    color: #11e190;
    border: solid 1px #11e190;
    box-shadow: none;
    top: 3px;
    transition: all .3s ease;
  }

  .title {
    height: 41px;
  }

  .title td {
    text-align: center;
    color: #000000;
    background-color: #b9efda;
    border-right: 1px solid #11b877;
    border-left: 1px solid #11b877;
    border-top: none;
    font-weight: bold;
    font-size: 14px;
    opacity: 0.8;
  }

  td.tel {
    width: 108px;
  }

  .title td.type,
  td.type {
    border-right: medium none;
  }

  td.othre {
    text-align: center;
  }

  td.number {
    width: 35px;
  }

  .rentalRoomBox .number {
    text-align: center;
  }

  thead tr {
    height: 50px;
  }

  .systemplayBox {
    font-size: 14px;
    margin: 20px auto 30px;
    line-height: 1.5;
  }

  .systemplayBox span {
    font-size: 16px;
    font-weight: bold;
  }

  #mainPriceWrap {
    width: 760px;
    margin-bottom: 10px;
    background-image: url("/img/system/bg_priceWrap.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
  }

  /* 2008バナーエリア追加 */
  .benefitsBanner {
    background-color: #ffffff;
    width: 760px;
    margin: 15px auto;
  }

  .benefitsBanner img:hover {
    opacity: 0.8;
    transition: all .3s ease;
  }

  .members .menberTittle a::before {
    content: ">";
  }

  .guideBtn:hover {
    opacity: 0.8;
  }

  .credit_link.moreReadBtn {
    background: none;
    display: inline;
    width: auto;
    height: 100%;
    padding: 0;
    line-height: unset;
  }

  .credit_link.moreReadBtn a {
    font-family: inherit;
    display: inline;
    text-decoration: underline;
    color: inherit;
  }

  .credit_link.moreReadBtn:hover {
    opacity: 1;
  }

  .credit_link.moreReadBtn a:hover {
    text-decoration: none;
  }


  /* 料金表テキスト化 */
  .extensionPrice {
    border: 1px solid #b5ac87;
    margin: 30px auto 0;
    padding: 25px 20px 20px;
    color: #f2f2f2;
    font-family: "Hannari", serif;
    position: relative;
  }

  .extensionPrice.carfare {
    background-image: url(/img/common/new/img_header_logo.png);
    background-repeat: no-repeat;
    background-position: right 26px top 13px;
  }

  .extensionPrice h4 {
    color: #b5ac87;
    font-size: 20px;
    position: absolute;
    top: -11px;
    left: 20px;
    font-weight: bold;
    z-index: 1;
  }

  .extensionPrice h4::before {
    content: "";
    background-image: url(/img/common/icon_title.png);
    display: inline-block;
    width: 30px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-28deg);
    vertical-align: -5px;
  }

  .extensionPrice h4::after {
    content: "";
    display: block;
    width: 106%;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .extensionPrice.option h4::after {
    background-color: #131418;
    box-shadow: 0 0 3px #131418;
  }

  .extensionPrice.admission h4::after {
    background-color: #100F14;
    box-shadow: 0 0 3px #100F14;
  }

  .extensionPrice.carfare h4::after {
    background-color: #0C0B10;
    box-shadow: 0 0 3px #0C0B10;
  }

  .extensionPrice ul {
    display: flex;
    justify-content: space-between;
  }

  .extensionPrice.option ul {
    margin-bottom: 10px;
  }

  .extensionPrice.carfare ul {
    width: 550px;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .extensionPrice li {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .extensionPrice.carfare li {
    overflow: hidden;
    white-space: nowrap;
  }

  .extensionPrice li::after {
    letter-spacing: 0;
  }

  .extensionPrice.option li::after {
    content: "……………";
    letter-spacing: 0;
  }

  .extensionPrice.admission li::after {
    content: "…";
  }

  .extensionPrice.carfare li::after {
    content: "…………………………………………………………………";
  }

  .extensionPrice li span {
    color: #fff1ad;
    font-size: inherit;
    float: right;
    position: relative;
    text-indent: 1.5px;
  }

  .extensionPrice.carfare li span {
    background-color: #0C0B10;
    padding-right: 1em;
    padding-left: 0;
    letter-spacing: 1px;
  }

  .extensionPrice.carfare li:last-of-type span {
    padding-right: 0;
  }

  .extensionPrice.carfare li:last-of-type span::after {
    content: "～";
  }

  .extensionPrice p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .extensionPrice p::before {
    content: "※";
  }

  .mainPrice {
    background-image: url(/img/system/bg_price.jpg);
    width: 100%;
    height: 410px;
    padding-top: 22px;
  }

  .mainPrice ul {
    width: 404px;
    margin: 0 auto 0 156px;
  }

  .mainPrice li {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #b7b7b7;
    height: 65px;
    /* padding: 0 20px; */
  }

  .mainPrice li:last-of-type {
    border-bottom: 0;
  }

  .mainPrice li p {
    font-family: Filxgirl, serif;
    color: #171717;
    background: linear-gradient(0deg, #45484d, #171717 20%, #45494d);
    background: -webkit-linear-gradient(90deg, #45484d, #171717 20%, #45494d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 22px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
  }

  .mainPrice li p.time {
    font-size: 61px;
    line-height: 65px;
    letter-spacing: -1px;
    width: 23%;
    text-align: right;
  }

  .mainPrice li p.time::first-letter {
    letter-spacing: -6px;
  }

  .mainPrice li p.price {
    font-size: 87px;
    line-height: 46px;
    padding-right: 12px;
  }

  .mainPrice li p span {
    font-family: heisei-mincho-std, serif;
    font-weight: bold;
  }

  .mainPrice li p.time span {
    font-size: 24px;
  }

  .mainPrice li p.price span {
    font-size: 36px;
  }

  .extension {
    width: 193px;
    height: 30px;
    background-color: rgba(4, 4, 4, 0.8);
    color: #ffffff;
    font-family: heisei-mincho-std, serif;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin: 7px 184px 0 auto;
  }

}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .course {
    margin-bottom: 0;
  }

  .haveLinkWrap {
    margin-bottom: 5vw;
  }

  .priceContent {
    margin: 0 auto;
    display: block;
  }

  .priceContent .admission {
    width: 100%;
    margin-bottom: 5vw;
    display: block;
  }

  .priceContent .option {
    width: 100%;
    margin-bottom: 2vw;
    display: block;
  }

  .deliBlock {
    width: 94%;
    margin: 0 auto 3%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .basicPlay .deliBlock p {
    line-height: 1.7;
  }

  .admissionBlock p {
    font-size: 3.44vw;
    background-color: #fffdeb;
    border-bottom-color: #393939;
    height: 9vw;
    line-height: 9vw;
  }

  .admissionBlock span {
    font-size: 3.44vw;
    border-left-color: #393939;
  }

  .priceContent hr {
    width: 100%;
  }

  .priceContent .deli {
    width: 100%;
  }

  .map {
    width: 96%;
    height: auto;
    margin: 0 auto 5vw;
    border-radius: 8px;
    overflow: hidden;
  }

  .map img {
    margin: 0;
    width: 100%;
  }

  .priceOther {
    width: 96%;
    margin: 0 auto 5vw;
  }

  .priceOther #member {
    float: none;
    width: 100%;
  }

  .priceOther .members {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 3vw;
    position: relative;
  }

  .priceOther .members:first-child {
    margin-bottom: 3vw;
  }

  .priceOther .members:nth-child(2) {
    height: auto;
    position: relative;
  }

  .priceOther .members .menberTittle {
    height: 7.5vw;
  }

  .members .menberTittle div {
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 10vw;
    margin-left: 0;
    padding-top: 0;
    padding-left: 3vw;
  }

  .members .menberTittle p {
    font-size: 3vw;
    line-height: 1.1;
    position: absolute;
    float: none;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    margin: 0;
    border-radius: 4px;
    text-align: center;
    height: auto;
    width: 21%;
    box-sizing: border-box;
  }

  .members .menberTittle div img {
    padding-right: 0;
    height: 11vw;
    position: absolute;
    top: 12vw;
    left: 3vw;
  }

  .members>ul {
    padding-left: 14vw;
    margin: 4% auto;
  }

  .members ul li {
    font-size: 3.44vw;
    margin: 0 auto 2vw;
    text-indent: 1.0em;
  }

  .members>p {
    padding: 3%;
    line-height: 1.5;
  }

  #credit {
    height: auto;
    padding: 4% 3% 20%;
    width: 100%;
    box-sizing: border-box;
    /* float: none; */
    margin-bottom: 3vw;
    grid-row: 4;
    position: relative;
  }

  .creditTitle {
    display: block;
  }

  .creditTitle h4 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    text-align: center;
  }

  .creditImg {
    width: 100%;
  }

  #rightContents .creditText {
    font-size: 3.44vw;
    letter-spacing: -0.2px;
    line-height: 1.5;
    margin: 4% auto 0;
  }

  .credit_link {
    margin: 0 auto;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
  }

  .credit_link a {
    display: block;
    text-decoration: none;
    color: #d0c9a6;
    font-size: 3.44vw;
    /* font-weight: bold; */
    letter-spacing: 0.2vw;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
  }

  .members {
    width: 100%;
    margin-bottom: 3%;
    height: auto;
    border-color: #393939;
  }

  .members.rankBenefits {
    grid-row: 3;
  }

  .members.memberBenefits {
    grid-row: 2;
  }

  .members .menberTittle {
    height: 10vw;
    position: relative;
    background-color: #323232;
    border-bottom-color: #393939;
  }

  .members .menberTittle div {
    grid-row: 2;
  }

  .playMenu {
    margin-bottom: 3vw;
  }

  #basicPlay {
    margin-top: 20px;
  }

  .playMenu ul {
    width: 96%;
    margin: 0 auto;
  }

  .playMenu li {
    width: 32%;
    height: 10vw;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #basicPlay.playMenu li p,
  #freeOption.playMenu li p {
    width: 100%;
    font-size: 3.8vw;
    letter-spacing: 1.2px;
  }

  #basicPlay.playMenu li:nth-of-type(5n),
  #freeOption.playMenu li:nth-of-type(5n) {
    margin-right: 2%;
  }

  #basicPlay.playMenu li:nth-of-type(even),
  #freeOption.playMenu li:nth-of-type(even) {
    margin-right: 0;
  }

  #payOption.playMenu li {
    width: 49%;
    margin-right: 2%;
  }

  #payOption.playMenu li p {
    height: 7vw;
    line-height: 7vw;
    font-size: 3.2vw;
  }

  #cautionNeeded {
    margin: 0 auto 10vw;
  }

  #cautionNeeded p {
    /* line-height: 1.5em; */
    /* margin: 3vw auto; */
    font-weight: bold;
  }

  #cautionNeeded p.cautionNeededTitle {
    font-size: 16px;
  }

  #cautionNeeded p.annotation {
    font-size: 3.44vw;
  }

  #cautionNeeded p.cautionNeededTitle {
    font-size: 3.8vw;
    margin: 0 auto 1%;
    font-weight: normal;
  }

  .cautionNeededLastText {
    margin-top: 4vw;
  }

  .aboutText {
    margin: 3vw auto;
    line-height: 1.5;
    letter-spacing: 0;
    width: 96%;
  }

  .aboutText li {
    margin-bottom: 2vw;
  }

  .priceContent .twoLinesPrice01 {
    top: 59vw;
  }

  .priceContent .twoLinesPrice02 {
    top: 76vw;
  }

  /* 210210 */
  .mainPrice {
    /* padding: 2% 2% 0; */
    /* margin-bottom: 3%; */
    /* box-shadow: 0 0.1em 0.2em rgba(255, 255, 255, 0.5) inset; */
  }

  .extensionPrice {
    width: 96%;
    margin: 5% auto 0;
  }

  .deliveryPrice {
    line-height: 1.7;
  }

  .deliveryPrice dl {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5%;
  }

  .deliveryPrice dd {
    position: relative;
  }

  .deliveryPrice dd span {
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 2%;
  }

  .deliveryPrice dd::after {
    content: "";
    display: block;
    background-color: #ebebeb;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .areaNotes {
    width: 94%;
    margin: 0 auto 5%;
  }

  .areaNotes::before {
    content: "※";
  }

  p.priceNotes {
    width: 94%;
    margin: 0 auto 4%;
    line-height: 1.5;
    /* font-size: 3.2vw; */
  }

  .priceContent p.priceNotes {
    width: 100%;
  }

  .priceNotes.lastChild {
    margin-bottom: 5vw;
  }

  .admissionBlock {
    width: 100%;
    margin: 0 auto 3%;
    grid-row: 1;
    border: 1px solid #393939;
  }

  .admissionBlock li {
    width: 50%;
    height: 9vw;
    line-height: 9vw;
    text-align: left;
  }

  .admissionBlock li:last-of-type {
    text-align: right;
    color: inherit;
    color: #00d07f;
    font-weight: bold;
  }

  .benefits {
    width: 94%;
    margin: 0 auto;
  }

  .benefitsItem {
    margin-bottom: 3vw;
    border: 1px solid #11b877;
  }

  .benefitsItem>div:first-of-type {
    height: 10vw;
    border-bottom: 1px solid #11b877;
  }

  .benefitsItem h4 {
    line-height: 10vw;
    text-indent: 3vw;
  }

  .benefitsItem a {
    right: 2vw;
  }

  .benefitsItem>div>div:first-of-type {
    width: 20%;
  }

  .benefitsItem>div>div:last-of-type {
    width: 80%;
    padding-top: 3.5vw;
  }

  .benefitsItem p {
    line-height: 1.3;
  }

  .rank {
    width: 94%;
    margin: 0 auto 5vw;
  }

  .rank h4 {
    height: 10vw;
    line-height: 10.5vw;
  }

  .creditBlock {
    padding: 2% 4% 3%;
    width: 100%;
    margin: 0 auto 5vw;
  }

  .creditBlock h4 {
    line-height: 2;
    font-size: 4.5vw;
  }

  .creditBlock>div {
    margin: 0 auto;
  }

  .creditBlock img {
    height: auto;
  }

  .creditBlock p {
    margin-top: 3vw;
  }

  .deli {
    margin-bottom: 7vw;
  }

  .deliBlock ul {
    margin-bottom: 2.5%;
    justify-content: space-between;
  }

  .deliBlock li {
    box-sizing: border-box;
    font-size: 4.3vw;
    background-color: #fffdeb;
    border: 1px solid #393939;
    letter-spacing: 0.2vw;
    line-height: 1.9;
    width: 49%;
    position: relative;
    margin-bottom: 2%;
    text-align: center;
    color: #262626;
  }

  .playMenu li {
    width: 49%;
  }

  #payOption.playMenu p:last-of-type {
    font-weight: bold;
    font-size: 3.8vw;
    height: 8vw;
    line-height: 8vw;
  }

  .privilegeBox {
    margin-bottom: 7vw;
  }

  .cautionNeeded h4 {
    background-color: #1f1f1f;
    line-height: 1.5;
    padding: 2% 0 2% 11vw;
    position: relative;
  }

  .cautionNeeded h4::before {
    width: 6.5vw;
    height: 6vw;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translate(0, -50%);
  }

  .cautionNeeded h4 span {
    display: block;
    font-size: 2.8vw;
    margin-left: -0.5em;
  }

  #cautionNeeded p:not(.annotation) {
    margin-bottom: 2%;
  }

  .cautionNeeded ul {
    width: 94%;
    margin: 2vw auto 5vw;
  }

  #payOption.playMenu li:nth-of-type(even) {
    margin-right: 0;
  }

  .creditButton {
    background-color: #00d582;
    width: 94%;
    height: 12vw;
    line-height: 12.5vw;
    margin: 0 auto 7vw;
    border-radius: 4px;
    box-shadow: 0 1vw 0 #00ad82;
  }

  .creditButton a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
  }

  .mainPrice h4 {
    font-size: 5.5vw;
    height: 10vw;
    line-height: 10vw;
    margin-bottom: 2%;
    font-weight: normal;
  }

  .mainPrice ul {
    /* margin-bottom: 2%; */
    /* border-bottom: 1px solid #969696; */
    /* padding: 2% 2% 4% 2%; */
  }

  .mainPrice li:first-of-type {
    /* width: 45%; */
    /* font-size: 10vw; */
  }

  .mainPrice li:first-of-type::after {
    /* content: "…"; */
    /* font-size: 4.5vw; */
    /* margin-left: 3%; */
    /* vertical-align: middle; */
  }

  .mainPrice li:first-of-type span {
    /* font-size: 6vw; */
  }

  .mainPrice li:last-of-type {
    /* width: 55%; */
    /* font-size: 10vw; */
  }

  .mainPrice ul:last-of-type {
    border-bottom: none;
  }

  .mainPrice ul:last-of-type li:first-of-type {
    /* font-size: 8.5vw; */
  }

  .mainPrice ul:last-of-type li:first-of-type span {
    /* font-size: 5vw; */
  }

  .mainPrice li:last-of-type span {
    font-size: 5vw;
  }

  .mainPrice li:last-of-type p {
    font-size: 2.8vw;
    color: initial;
    margin-bottom: 0;
    line-height: 1.5;
    height: auto;
  }

  #basicPlay.playMenu li {
    height: 9vw;
    line-height: 9vw;
  }

  #mainPriceWrap {
    margin-bottom: 5%;
    background-color: #0f0f13;
    background-image: linear-gradient(0deg, #0f0f13, #272f3a);
    padding-bottom: 2%;
    padding-top: 2%;
  }

  #serviceListWrap {
    margin-bottom: 5%;
  }

  .serviceList {
    width: 94%;
    margin: 0 auto 2vw;
    background: url(/img/system/s/img_price02.png) no-repeat center;
    background-size: contain;
    height: 56vw;
  }

  .playCorseBanner {
    width: 94%;
    margin: 0 auto 2%;
  }

  .playCorseBanner a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .playCorseBanner p {
    text-indent: -9999px;
  }

  #option {
    width: 94%;
    margin: 0 auto 3%;
    display: flex;
    flex-wrap: wrap;
  }

  .optionCorseBox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .optionCorseBox:nth-of-type(even) {
    margin-right: 0;
  }

  .priceContent {
    width: 94%;
  }

  .priceContent h3 {
    background-image: none;
    margin-bottom: 0;
    background-color: #00d07f;
    color: #ffffff;
    height: 10vw;
    line-height: 10vw;
    font-size: 4.5vw;
    text-indent: 4%;
  }

  .priceContent h3::after {
    content: none;
  }

  #boxPlint {
    line-height: 1.5;
  }

  .mapNotes p {
    margin-bottom: 2%;
  }

  .mapImage {
    background: url(/img/system/s/img_mapHotel.jpg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 94vw;
    margin-bottom: 3%;
  }

  .tableWrap h4 {
    background-color: #00d07f;
    color: #ffffff;
    height: 11vw;
    line-height: 11vw;
    font-weight: bold;
    font-size: 4.3vw;
    padding-left: 3%;
  }

  .title {
    display: none;
  }

  .hotelArea {
    width: 94%;
    margin: 0 auto 7%;
  }

  .hotelArea table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 2%;
  }

  .hotelArea table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .hotelArea tbody tr td {
    padding: 3% 2%;
    font-size: 4vw;
    line-height: normal;
    box-sizing: border-box;
  }

  .hotelArea thead tr td.delivery {
    background-color: #00d07f;
    color: #ffffff;
    height: 10vw;
    line-height: 10vw;
    font-weight: bold;
    text-indent: 3vw;
    width: 100%;
  }

  .hotelArea tbody tr td.districtList {
    width: 100%;
    background-color: #d1f3e6;
  }

  .hotelArea tbody tr td.price {
    vertical-align: middle;
    width: 60%;
    padding-left: 0;
  }

  .hotelArea tbody tr td.hotelList {
    vertical-align: middle;
    width: 40%;
    padding-right: 0;
    text-align: right;
  }

  .popup {
    border: none;
    background: unset;
    color: #11e190;
    font-size: 4vw;
    text-decoration: underline;
    cursor: pointer;
  }

  .hotelArea p {
    border-top: 2px solid #11b877;
    padding-top: 1%;
    line-height: 1.5;
  }

  .hotelArea p .hotelAreaText01 {
    font-weight: bold;
    line-height: 2.5;
  }

  .systemplayBox {
    width: 94%;
    margin: 0 auto 7%;
    line-height: 1.3;
    font-size: 3.44vw;
  }

  .systemplayBox span {
    font-weight: bold;
    font-size: 3.6vw;
  }

  #popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 10% 0 5%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }

  .fix {
    overflow: hidden;
  }

  #popup #closeBtn {
    color: #ffffff;
    font-weight: bold;
    position: fixed;
    top: 1%;
    right: 4.3%;
    font-size: 7.5vw;
    z-index: 1;
  }

  #popup table {
    width: 90%;
    margin: 0 auto 15px;
    border-collapse: collapse;
    box-sizing: border-box;
  }

  #popup tr {
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  #popup tr.title {
    display: none;
  }

  #popup td {
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    border-bottom: 1px solid #00d07f;
    vertical-align: middle;
  }

  #popup .no,
  #popup .number {
    width: 15vw;
    height: 11vw;
    line-height: 11.5vw;
    position: absolute;
    top: 5%;
    left: 2%;
    background-color: #00d07f;
    color: #ffffff;
    font-size: 4.5vw;
    text-align: center;
  }

  #popup .name {
    width: 100%;
    height: 15vw;
    line-height: 1.3;
    padding-left: 21vw;
    background-color: #d1f3e6;
    display: flex;
    align-items: center;
  }

  #popup .tel {
    width: 100%;
    height: 11vw;
    line-height: 11vw;
    text-indent: 4%;
  }

  #popup .address {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    text-indent: 4%;
  }

  #popup .fee {
    width: 100px;
  }

  .tableWrap,
  .tableWrap1 {
    overflow: hidden;
  }

  .tableWrap1 {
    height: auto !important;
  }

  .map_hotel_table {
    border-collapse: collapse;
    color: #515151;
    width: 100%;
    margin-bottom: 1vw;
  }

  .rentalRoomBox {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .map_hotel_table td {
    vertical-align: middle;
    border-bottom: 1px solid #11b877;
    line-height: 2em;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .rentalRoomBox td.number {
    width: 11vw;
    height: 11vw;
    line-height: 11vw;
    position: absolute;
    top: 1.8vw;
    left: 2.3vw;
    border-bottom: none;
    display: inline;
    background-color: #11b877;
    color: #ffffff;
    text-align: center;
  }

  .rentalRoomBox td.name {
    width: 100%;
    height: 15vw;
    line-height: 15vw;
    padding-left: 18%;
    background-color: #b9efda;
  }

  .rentalRoomBox td:nth-of-type(n+3) {
    width: 100%;
    height: 0;
    line-height: 11vw;
    transition: height .3s ease;
    border-width: 0;
    text-indent: 3%;
    overflow: hidden;
  }

  .rentalRoomBox td:nth-of-type(n+3) {
    width: 100%;
    height: 0;
    line-height: 11vw;
    transition: height .3s ease;
    border-width: 0;
    text-indent: 3%;
    overflow: hidden;
  }

  .rentalRoomBox.open td:nth-of-type(n+3) {
    height: 11vw;
    transition: height .3s ease;
    border-width: 1px;
  }

  .tableWrap tr:nth-of-type(n+7) td.name {
    height: 0;
    border-bottom-width: 0;
    transition: height .8s ease;
  }

  .tableWrap.openWindow tr:nth-of-type(n+7) td.name {
    height: 15vw;
    border-bottom-width: 1px;
    transition: height .8s ease;
  }

  .rentalRoomBox td.name::after {
    content: "+";
    position: absolute;
    right: 3%;
    font-size: 4vw;
  }

  .rentalRoomBox.open td.name::after {
    content: "-";
    font-size: 5vw;
    right: 3.5%;
  }

  .hotleMoreRead {
    background-color: #00d582;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 4vw;
    height: 12vw;
    letter-spacing: 0.05em;
    line-height: 12vw;
    text-align: center;
    width: 97%;
    margin: 3vw auto 5vw;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 1vw 0 #008c82;
  }

  /* 領収書について */
  .receipt p {
    padding: 3%;
    line-height: 1.3em;
  }

  /* 2008バナーエリア追加 */
  .bannerArea {
    margin-bottom: 6vw;
  }

  .benefitsBanner {
    width: 96%;
    margin: 3% auto;
  }

  .optionBlock {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 AUTO;
  }

  .optionBlock li {
    border: 1px solid #393939;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 2%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
  }

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

  .optionBlock li .addOptionTitle {
    display: block;
    background-color: #FF4055;
    height: 6.5vw;
    line-height: 6.5vw;
    margin-bottom: 70%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
  }

  .optionBlock li img {
    width: 133%;
    max-width: none;
    position: absolute;
    top: 6.5vw;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .optionBlock li p {
    text-align: center;
    background-color: #fffdeb;
    border-top: 1px solid #393939;
    position: relative;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3;
    font-size: 3vw;
    box-sizing: border-box;
  }

  .optionBlock li p:first-of-type {
    font-weight: bold;
  }

  .optionBlock li p span.addOptionTitle {
    display: block;
    background-color: #ff4055;
    border-bottom: 1px solid #393939;
    color: #ffffff;
    height: 8vw;
    line-height: 8vw;
    font-weight: bold;
    margin-bottom: 4%;
  }

  .optionBlock li p span.addOptionTitle span {
    display: none;
  }

  .optionBlock li p:first-of-type span:nth-of-type(2) {
    font-size: 85%;
  }

  #commonBanner h3 {
    display: none;
  }

  .guideBtn {
    margin: 7% auto 0;
    width: 100%;
    background-image: url(/s/img/system/img_hotel_map_link.png);
    background-size: 100% 100%;
    height: 13.5vw;
    line-height: 12vw;
    font-size: 5vw;
    position: static;
    font-family: source-han-sans-cjk-ja, sans-serif;
  }

  .priceContent>div {
    width: 100%;
  }

  .priceContent>div.left {
    display: flex;
    flex-direction: column-reverse;
  }

  .moreReadBtn {
    width: 94%;
    height: 14vw;
    line-height: 14vw;
    font-family: source-han-sans-cjk-ja, sans-serif;
  }

  /* 料金表テキスト化 */
  .extensionPrice {
    color: #f2f2f2;
    font-family: "Hannari", serif;
    border: 1px solid #b5ac87;
    position: relative;
    padding: 3% 2%;
    box-sizing: border-box;
  }

  .extensionPrice.carfare {
    padding-bottom: 4%;
  }

  .extensionPrice h4 {
    color: #b5ac87;
    position: absolute;
    top: -0.75em;
    font-size: 1.1em;
    font-weight: bold;
    z-index: 1;
  }

  .extensionPrice h4::before {
    content: "";
    background-image: url(/img/common/icon_title.png);
    display: inline-block;
    width: calc(51vw * 0.1);
    height: calc(39vw * 0.1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-28deg);
    vertical-align: -0.2em;
  }

  .extensionPrice h4::after {
    content: "";
    width: 106%;
    height: 5px;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .extensionPrice.option h4::after {
    background-color: #1C2028;
    box-shadow: 0 0 3px #1C2028;
  }

  .extensionPrice.admission h4::after {
    background-color: #191D23;
    box-shadow: 0 0 3px #191D23;
  }

  .extensionPrice.carfare h4::after {
    background-color: #16181E;
    box-shadow: 0 0 3px #16181E;
  }

  .extensionPrice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .extensionPrice li {
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 0.95em;
    width: 100%;
    letter-spacing: 0.05em;
  }

  .extensionPrice.admission li {
    width: 47.6%;
  }

  .extensionPrice.carfare li {
    font-size: 1.02em;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .extensionPrice li::after {
    content: "…………………………………………………………………";
  }

  .extensionPrice li span {
    color: #fff1ad;
    background-color: #0C0B10;
    float: right;
    position: relative;
    padding-left: 1%;
  }

  .extensionPrice.option li span {
    background-color: #1B1F27;
    box-shadow: 0 0 3px #1B1F27;
  }

  .extensionPrice.admission li span {
    background-color: #171A20;
    box-shadow: 0 0 3px #171A20;
  }

  .extensionPrice.carfare li span {
    background-color: #15171D;
    box-shadow: 0 0 3px #15171d;
    padding-right: 1em;
  }

  .extensionPrice.carfare li:last-of-type span {
    padding-right: 0;
  }

  .extensionPrice.carfare li:last-of-type span::after {
    content: "～";
  }

  .extensionPrice p {
    font-size: 0.8em;
    margin-top: 2.5%;
    color: #a6a6a6;
  }

  .extensionPrice p::before {
    content: "※";
  }

  .banner {
    padding: 0 2%;
  }

  .mainPrice {
    background-image: url(/s/img/system/bg_price.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 96%;
    /* height: 410px; */
    padding-top: 1%;
    margin: 0 auto 2%;
  }

  .mainPrice ul {
    width: 90%;
    margin: 0 auto;
  }

  .mainPrice li {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #b7b7b7;
    height: 13.8vw;
    /* padding: 0 20px; */
  }

  .mainPrice li:last-of-type {
    border-bottom: 0;
  }

  .mainPrice li p {
    font-family: Filxgirl, serif;
    color: #171717;
    background: linear-gradient(0deg, #45484d, #171717 20%, #45494d);
    background: -webkit-linear-gradient(90deg, #45484d, #171717 20%, #45494d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
  }

  .mainPrice li p.time {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: -1px;
    width: 24%;
    text-align: right;
    padding-left: 5%;
  }

  .mainPrice li p.time::first-letter {
    letter-spacing: -0.08em;
  }

  .mainPrice li p.price {
    font-size: 18vw;
    line-height: 9vw;
    padding-right: 10%;
    padding-left: 7%;
  }

  .mainPrice li p span {
    font-family: heisei-mincho-std, serif;
    font-weight: bold;
  }

  .mainPrice li p.time span {
    font-size: 5.5vw;
  }

  .extension {
    height: 5.5vw;
    background-color: rgba(4, 4, 4, 0.8);
    color: #ffffff;
    font-family: heisei-mincho-std, serif;
    font-size: 4vw;
    margin: 1% 0 3.35% 42%;
    display: inline-block;
    padding: 0 2%;
    line-height: 5.5vw;
  }

}