@charset "UTF-8";
/* Media Query */
/* Color */
/* Space */
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mt-9 {
  margin-top: 72px;
}

.mt-10 {
  margin-top: 80px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.pt-9 {
  padding-top: 72px;
}

.pt-10 {
  padding-top: 80px;
}

/* shopinfo */
.shopinfo .shopname {
  font-size: 30px;
  color: #e50012;
  margin: 0;
  text-align: center;
}
.shopinfo .shopname span {
  display: block;
  font-size: 42px;
  font-weight: 900;
}
.shopinfo .shopdata {
  width: min(800px, 100%);
  list-style-type: none;
  padding: 0 0 64px;
  margin: 40px auto 0;
}
.shopinfo .shopdata li {
  margin-bottom: 16px;
}
.shopinfo .shopdata dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.shopinfo .shopdata dt {
  width: 20%;
}
.shopinfo .shopdata dd {
  width: 70%;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  letter-spacing: 0.08em;
}

main {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.wrap {
  width: min(800px, 100% - 64px);
  margin: auto;
  padding-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .pc-wrap {
    width: 800px;
    margin: auto;
    background: #FFF;
  }
}

.pcNone {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p,
dd {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  /* line-height: 26px; */
  /* letter-spacing: 0.1em; */
}

dd {
  margin: 0;
}

.link_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.link_content .button_subcopy {
  text-align: center;
  font-size: 13px;
}

.sub_button {
  width: 207px;
  height: 41px;
  background: #FFFFFF;
  border: 1px solid #3b3938 !important;
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.sub_button a {
  display: block;
  width: 100%;
  text-align: center;
}
.sub_button a, .sub_button p {
  color: #3b3938 !important;
  margin: 0;
  line-height: inherit;
  font-size: 14px;
}
.sub_button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 16px;
}
.sub_button.yellow {
  border-color: #3b3938 !important;
}
.sub_button.yellow a, .sub_button.yellow p {
  color: #3b3938 !important;
}
.sub_button.yellow:after {
  background-image: url(../img/arrow_yellow.svg);
}
.sub_button.blue {
  border-color: #3b3938 !important;
}
.sub_button.blue a, .sub_button.blue p {
  color: #3b3938 !important;
}
.sub_button.blue:after {
  background-image: url(../img/arrow_blue.svg);
}

h3 {
  margin-top: 0;
}

.main_button {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #3b3938 !important;
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.main_button a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}
.main_button.white {
  background-color: #fff;
}
.main_button.white a {
  color: #3b3938 !important;
}
.main_button.red {
  background-color: #e50012;
  border: none !important;
}
.main_button.red a {
  color: #fff;
}

div#breadcrumb_container {
  border-bottom: none;
}

.mokumoku {
  display: block;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 60%;
}

#shopinfo {
  padding-top: 32px;
}

.karaokeimg {
  position: relative;
}
.karaokeimg .ic {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 64px !important;
  height: 64px !important;
}

.banner {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
}
.banner img {
  max-width: 100%;
}

.mv__title {
  margin: 0;
}
.mv__title img {
  display: block;
  width: 100%;
  margin: auto;
}
.mv__content {
  z-index: 2;
  position: relative;
}
.mv__content img {
  width: 100%;
}
.mv__concept {
  position: relative;
  margin-top: -30%;
}
.mv__concept img {
  width: 100%;
  position: relative;
  left: -12px;
}

.swiper-note {
  display: flex;
  justify-content: right;
  margin: 8px auto 0;
  width: min(800px, 100% - 32px);
}

.campaign__tebura {
  padding: 64px 0;
  padding-top: 0;
}
.campaign__title-parent img {
  display: block;
  margin: auto;
}
.campaign__lead {
  margin: 0px;
  text-align: center;
}
.campaign__lead .hyakumanben {
  height: 165px;
  margin-bottom: 24px;
}
.campaign__lead .concept_title {
  height: 70px;
}
.campaign__lead p,
.campaign__lead h2 {
  margin: 0px;
}
.campaign__lead p {
  font-size: 20px;
}
.campaign__lead span {
  display: block;
  margin-bottom: 8px;
  font-size: 80%;
  font-weight: 400;
}
.campaign__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 16px;
  margin: 0;
  padding: 0;
}
.campaign__list {
  width: 100%;
  margin-bottom: 64px;
  border-radius: 10px;
  position: relative;
  list-style: none;
}
.campaign__list:last-of-type {
  margin-bottom: 0;
}
.campaign .price1 {
  background: rgba(255, 255, 255, 0.67);
  padding: 24px;
  border-radius: 20px;
}
.campaign .price1__image img {
  display: block;
  margin: auto;
  width: 80%;
  margin-bottom: 8px;
}
.campaign .price1__reserve {
  margin-top: 32px;
}
.campaign .price2 {
  background: rgba(255, 255, 255, 0.67);
  padding: 24px;
  margin-top: 32px;
  border-radius: 20px;
}
.campaign .price2 img {
  display: block;
  margin: auto;
  margin-bottom: 8px;
  width: 100%;
}
.campaign .price2__descript {
  margin-top: 32px;
  text-align: center;
}
.campaign__price {
  padding: 64px 0;
  background-color: #78d5ff !important;
  position: relative;
  overflow: hidden;
}
.campaign__price .ac2 {
  position: absolute;
  top: -41px;
  right: -22px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .campaign__price .ac2 {
    right: -68px;
  }
}
.campaign__price p {
  letter-spacing: 0;
}
.campaign__date {
  background-color: #00386F;
  color: #fff;
  position: absolute;
  top: -30px;
  margin: auto;
  left: 0;
  right: 0;
  width: 160px;
  border-radius: 9999px;
  padding: 8px;
}
.campaign__date-day {
  color: #fff;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 20px;
}
.campaign__date-week {
  color: #00386F;
  background: #fff;
  margin: auto;
  width: 56px;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  top: -4px;
}
.campaign__image {
  margin-top: 16px;
  position: relative;
}
.campaign__image .saikou {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 82px;
  height: 82px;
}
.campaign__image img {
  display: block;
  width: 100%;
}
.campaign__wrap {
  margin: auto;
}
.campaign__title {
  margin: 16px auto 8px;
  font-weight: 900;
}
.campaign__title img {
  height: 24px;
}
.campaign__description {
  font-weight: 500;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .campaign__description {
    margin: 0 auto 16px;
  }
}
.campaign__description em {
  font-weight: 600;
  font-style: normal;
}
.campaign__set {
  position: relative;
  margin: auto;
  padding: 64px 0;
  background: #fcdc78 !important;
  overflow: hidden;
  width: 100%;
}
.campaign__set .ac1 {
  position: absolute;
  top: -30px;
  left: -34px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .campaign__set .ac1 {
    left: -68px;
  }
}
.campaign__set .wrap {
  z-index: 1;
  position: relative;
}
.campaign__set__flex {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.campaign__set__inner {
  width: 50%;
  margin: 0;
  position: relative;
}
.campaign__set__inner .ic {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 64px !important;
  height: 64px !important;
}
.campaign__set__inner dt {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.45;
  font-weight: 900;
}
.campaign__set__inner dt span {
  display: block;
  font-size: 80%;
}
.campaign__set__inner dd {
  font-size: 16px;
}
.campaign__set__inner img {
  display: block;
  width: 100%;
}
.campaign__set__inner .price_bbq {
  height: 28px;
  margin-top: 4px;
  margin-right: auto;
  display: block;
  width: auto;
}
.campaign__single p {
  font-size: 24px;
  font-weight: 900;
}
.campaign__single table {
  width: 100%;
  border: 2px solid #1a1a1a;
}
.campaign__single tr {
  border-bottom: 2px solid #1a1a1a;
}
.campaign__single th,
.campaign__single td {
  border-right: 2px solid #1a1a1a;
}
.campaign__single th:nth-of-type(odd),
.campaign__single td:nth-of-type(odd) {
  width: calc(100% - 80px);
}
.campaign__single th:nth-of-type(even),
.campaign__single td:nth-of-type(even) {
  width: 80px;
}
.campaign__single th {
  padding: 8px;
  background: #223a70;
  color: #FFF;
  text-align: center;
}
.campaign__single td {
  padding: 8px;
  font-size: 16px;
}
.campaign__single td:nth-of-type(odd) {
  text-align: left;
}
.campaign__single td:nth-of-type(even) {
  text-align: center;
}
.campaign__sub-descript {
  padding: 16px;
  background: #F4F4F4;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .campaign__sub-descript {
    width: 600px;
    margin: 0 auto 16px;
  }
}
.campaign__sub-descript h4 {
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 8px;
}
.campaign__annotation-lists {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .campaign__annotation-lists {
    margin: 0 auto 16px;
  }
}
.campaign__cv {
  width: 90%;
  margin: auto;
}
.campaign__cv a {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #e50012;
  border-radius: 100vw;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}

.pricelist {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.pricelist .note {
  width: min(500px, 100%);
  margin: auto;
  display: flex;
  justify-content: start;
}

.pricelist__head {
  text-align: center;
}
.pricelist__head h2 {
  margin: 0 0 16px;
  line-height: 1;
  color: #e50012;
}
.pricelist__head h2 small {
  color: #e50012;
}
.pricelist__head p {
  margin: 0;
  padding: 0px 0 16px;
  font-size: 20px;
  line-height: 1;
}

.pricelist__body {
  overflow: hidden;
  position: relative;
  margin: 0 auto 16px;
  border-width: 2px;
  border-style: solid;
  border-radius: 14px;
  text-align: center;
  font-weight: bold;
}
.pricelist__body:last-of-type {
  margin-bottom: 0;
}
.pricelist__body h3 {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  line-height: 1;
}
.pricelist__body h3 small {
  font-weight: bold;
}
.pricelist__body dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  background: #FFF;
  font-size: 16px;
}
.pricelist__body dt {
  padding: 16px 0;
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.pricelist__body dt:last-of-type {
  border-bottom: none;
}
.pricelist__body dt span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  vertical-align: top;
  background: url(../img/icon_dell.svg) no-repeat;
}
.pricelist__body dd {
  margin: 0;
  padding: 16px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.pricelist__body dd:last-of-type {
  border-bottom: none;
}
.pricelist__body.day {
  background: #EB6120;
  color: #EB6120;
  border-color: #EB6120;
}
.pricelist__body.day h2 {
  color: #EB6120;
  border-bottom-color: #EB6120;
}
.pricelist__body.day h3 {
  color: #fff;
}
.pricelist__body.day small {
  color: #fff;
  border-bottom-color: #EB6120;
}
.pricelist__body.day dt {
  border-right-color: #EB6120;
  border-bottom-color: #EB6120;
}
.pricelist__body.day dd {
  border-bottom-color: #EB6120;
}
.pricelist__body.night {
  background: #0054A7;
  color: #0054A7;
  border-color: #0054A7;
}
.pricelist__body.night h2 {
  color: #0054A7;
  border-bottom-color: #0054A7;
}
.pricelist__body.night h3 {
  color: #fff;
}
.pricelist__body.night small {
  color: #fff;
  border-bottom-color: #0054A7;
}
.pricelist__body.night dt {
  border-right-color: #0054A7;
  border-bottom-color: #0054A7;
}
.pricelist__body.night dd {
  border-bottom-color: #0054A7;
}

.bbq__image {
  width: min(800px, 100%);
  margin: auto;
  padding: 16px 0;
  background: #FFF;
}
.bbq__image img {
  display: block;
  width: 100%;
  margin: auto;
}

.shop__pricebtn {
  cursor: pointer;
  color: #e50012;
  font-size: 24px;
  font-weight: 700;
}
.shop__pricebtn i {
  vertical-align: bottom;
  font-size: 42px;
  font-weight: 400;
}

.this_modal {
  overflow-y: auto;
  display: flex;
  position: fixed;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  transform: translateY(100%);
  transition: 0.4s;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 16px;
}
.this_modal.isShow {
  transition: 0.4s;
  transform: translateY(0);
}
.this_modal .price__head {
  position: absolute;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #fff;
  font-size: 20px;
  color: #e50012;
  font-weight: 600;
}
.this_modal .closebtn {
  position: absolute;
  color: #e50012;
  font-size: 20px;
  right: 16px;
  top: 16px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9999;
  font-weight: 900;
  cursor: pointer;
}

.shopinfo__note {
  text-align: center;
}

.shopinfo__full--white {
  padding: 40px 0;
}

.pricetable__header {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .price_table th,
  .price_table td,
  .price_table .rowsHead {
    border: 1px solid #dbdbdb;
    border-top: none;
  }
}
.note {
  width: min(800px, 100% - 64px);
  margin: auto;
  padding: 64px 16px;
  background: #FFF;
  text-align: center;
}
.note dt {
  margin-bottom: 24px;
  font-size: 24px;
}
.note dd {
  display: flex;
  justify-content: flex-start;
}
.note dd::before {
  content: "※";
}

.price_table_area:last-child {
  padding-bottom: 128px !important;
}

.campaign__head {
  position: relative;
  width: min(800px, 100% - 64px);
  margin: auto;
}

.section-container {
  width: 100%;
  padding: 32px 6%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }
}

/*Safariで表示されてしまう▶を非表示 */
summary::-webkit-details-marker {
  display: none;
}

.heading--lv2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading--lv2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.heading-sub {
  display: block;
  margin-top: 10px;
  color: #7e7a6e;
  font-size: 15px;
}
.heading--lv3 {
  width: 100%;
  margin: 24px 0;
  padding: 16px 0;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading--lv3 {
    margin: 32px auto 24px;
    font-size: 28px;
  }
}
.heading--lv3-tab {
  border: none;
  background-color: #FCDC78;
  position: relative;
}
.heading--lv3-tab_blue {
  color: #fff;
  background-color: #0088CC;
}
.heading--lv3-tab_blue .icon-wrap .icon::before, .heading--lv3-tab_blue .icon-wrap .icon::after {
  background: #fff !important;
}
.heading--lv3-tab_blue strong:before {
  color: #fff;
}
.heading--lv3-tab.open .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.heading--lv3-tab .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.heading--lv3-tab .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.heading--lv3-tab .icon-wrap .icon::before, .heading--lv3-tab .icon-wrap .icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.heading--lv3-tab .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.heading--lv3-tab strong:before {
  content: "▼";
  margin-right: 0.5em;
}
.heading-small {
  font-size: clamp(16px, 1.4vw, 18px);
}
.heading--round {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
  border-radius: 100vw;
  font-size: 18px;
}

.text-small {
  font-size: clamp(12px, 1.1vw, 14px);
}
.text-large {
  font-size: clamp(18px, 1.76vw, 22px);
}

.notes {
  margin-top: 16px;
}
.notes li {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  gap: 0 4px;
  line-height: 1.4;
  padding-bottom: 4px;
}
.notes li + li {
  margin-top: 2px;
}
.notes li::before {
  flex: 0 0 auto;
  content: "※";
}

.list--order li {
  display: flex;
  counter-increment: order;
}
.list--order li::before {
  flex: 0 0 auto;
  content: counter(order) ".";
}
.list--order li + li {
  margin-top: 16px;
}
.list--order p {
  margin: 0;
}

.section-button-container {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
}
.section-button {
  display: flex;
  width: 100%;
  padding: 20px 12px;
  border-radius: 100vw;
  background-color: #e50012;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}
@media screen and (min-width: 768px) {
  .section-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 4em;
  }
}
.section-button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.section-button--tel {
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 0 8px;
}
.section-button--tel::before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f3cd";
}
.section-button:hover {
  color: #fff;
}

.concept-symbol {
  width: 64%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concept-symbol {
    width: 20%;
  }
}
.concept-symbol img {
  max-width: 100%;
}
.concept-title {
  width: 56%;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .concept-title {
    width: 240px;
  }
}
.concept-title img {
  width: 100%;
}
.concept-card {
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .concept-card {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.concept-card__picture img {
  max-width: 100%;
}
.concept-card__badge {
  width: 88px;
  margin: -40px -32px -24px auto;
}
@media screen and (min-width: 768px) {
  .concept-card__badge {
    width: 104px;
    margin: -40px -32px -40px auto;
  }
}
.concept-card__badge img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .concept-card__badge img {
    width: 100%;
    max-width: auto;
  }
}
.concept-card h3 {
  width: 56%;
}
@media screen and (min-width: 768px) {
  .concept-card h3 {
    width: 100%;
  }
}
.concept-card h3 img {
  max-width: 100%;
}
.concept .anchor {
  margin: 20px auto 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .concept .anchor {
    width: 100%;
    max-width: 800px;
  }
}
.concept .anchor a {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  transition: 0.3s opacity;
}
.concept .anchor a::before {
  rotate: -45deg;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #e50012;
  border-left: 2px solid #e50012;
  content: "";
}
.concept .anchor a:hover {
  opacity: 0.7;
}

.beergardern__picture img {
  max-width: 100%;
}

.price {
  position: relative;
  background-color: rgba(120, 213, 255, 0.5);
}
.price::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20771.57%2098.5%22%20fill%3D%22%23bbeaff%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m0%2C0v66.5c24.26%2C0%2C36.58%2C8.18%2C48.5%2C16.08%2C11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.15-8.09%2C47.94-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.15-8.09%2C47.95-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.15-8.09%2C47.95-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.16-8.09%2C47.95-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92V0H0Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: auto 100%;
  content: "";
}
.price-title {
  background-color: #78d5ff;
}
.price-case {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .price-case {
    gap: 0 4%;
  }
}
.price-case__basic {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price-case__basic {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
}
.price-case__basic + .price-case__basic {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .price-case__basic + .price-case__basic {
    margin-top: 0;
  }
}
.price-case__basic dt {
  display: flex;
  width: 32%;
  padding: 16px;
  border-radius: 16px 0 0 16px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}
.price-case__basic dt.-noon {
  background-color: #ffcb7a;
}
.price-case__basic dt.-noon::before {
  font-weight: 500;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f185";
}
.price-case__basic dt.-night {
  background-color: #7ab9ff;
}
.price-case__basic dt.-night::before {
  font-weight: 500;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f186";
}
.price-case__basic dd {
  width: 68%;
  padding: 12px;
  border-radius: 0 16px 16px 0;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}
.price-case__basic__emphasis {
  font-size: 28px;
}
.price-menu {
  margin: 0 0 16px;
  padding: 0 16px 16px;
  border: 2px dashed #08c;
  border-radius: 16px;
  background-color: #fff;
}
.price-menu__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px auto 16px;
  padding: 8px 16px;
  border-radius: 100vw;
  background-color: #08c;
  color: #fff;
  font-weight: 700;
}
.price-menu__detail {
  text-align: center;
}
.price-menu__detail + .price-menu__detail {
  margin-top: 16px;
}
.price-menu__detail dt {
  display: flex;
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 20px);
  align-items: center;
  justify-content: center;
  gap: 0 4px;
}
.price-menu__detail dt.-alcohol::before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f7a0";
}
.price-menu__detail dt.-soft::before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\e4f4";
}
.price-menu__detail dd {
  margin-top: 4px;
  font-size: clamp(14px, 1.3vw, 16px);
}
.price-menu__note {
  padding: 4px 0;
  border-radius: 8px;
  background-color: #08c;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 14px);
  text-align: center;
}
.price-carryon {
  display: flex;
  aspect-ratio: 1/0.57;
  width: 80%;
  max-width: 400px;
  margin: 16px auto 0;
  filter: drop-shadow(0 0 8px rgba(120, 213, 255, 0.24));
  background-image: url(../img/price-carryon_balloon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-weight: 700;
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.4;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.price-carryon__emphasis {
  color: #08c;
  font-size: 32px;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-decoration-color: #ffef38;
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.menu {
  position: relative;
  background-color: rgba(252, 220, 120, 0.5);
}
.menu::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20data-name%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20771.57%2098.5%22%20fill%3D%22%23fdedbb%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m0%2C0v66.5c24.26%2C0%2C36.58%2C8.18%2C48.5%2C16.08%2C11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.15-8.09%2C47.94-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.15-8.09%2C47.95-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.15-8.09%2C47.95-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92s36.16-8.09%2C47.95-15.92c11.92-7.91%2C24.24-16.08%2C48.5-16.08s36.58%2C8.18%2C48.5%2C16.08c11.79%2C7.83%2C23.99%2C15.92%2C47.95%2C15.92V0H0Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: auto 100%;
  content: "";
}
.menu-list {
  display: flex;
  margin-top: 44px;
  flex-direction: column;
  align-items: center;
  gap: 44px 4%;
}
@media screen and (min-width: 768px) {
  .menu-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.menu-item {
  position: relative;
  width: 100%;
  padding: 16px;
  border: 2px solid #fcdc78;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .menu-item {
    width: 48%;
    padding: 24px;
  }
}
.menu-item h3 {
  position: absolute;
  top: -22px;
  left: 50%;
  z-index: 2;
  translate: -50% 0;
  width: -moz-max-content;
  width: max-content;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fcdc78;
}
.menu-picture {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  aspect-ratio: 3/2;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}
.menu-picture img {
  max-width: 100%;
}
.menu-price {
  margin: 16px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.-bbq .menu-price {
  position: relative;
}
.-bbq .menu-price::before {
  position: absolute;
  top: -48px;
  right: -32px;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-image: url(../img/menu-price_badge.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (min-width: 768px) {
  .-bbq .menu-price::before {
    top: -64px;
    width: 100px;
    height: 100px;
  }
}

.menu-price__emphasis {
  font-size: 20px;
}
.menu-set__title {
  position: relative;
  text-align: center;
}
.menu-set__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  background-color: #333;
  content: "";
}
.menu-set__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0.5em;
  background-color: #fff;
}
.menu-set p {
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: 0;
}
.menu-set__small {
  font-size: 11px;
}
.menu-set__label {
  display: inline-block;
  margin: 2px 8px 2px 0;
  padding: 0 4px;
  background-color: #333;
  color: #fff;
}

.basic {
  background-color: #fff;
  background-image: radial-gradient(#e9f8ff 20%, transparent 20%), radial-gradient(#e9f8ff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.basic .heading--lv3 {
  line-height: 1.2;
}
.basic-table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: #fff;
  font-size: clamp(14px, 1.3vw, 16px);
}
.basic-table thead th {
  padding: 16px 10px;
  font-weight: 400;
  text-align: center;
}
.basic-table thead th + th {
  width: 34%;
  border-left: 1px solid #ccc;
}
.basic-table__heading span {
  display: inline-flex;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  gap: 0 4px;
}
.basic-table__heading.-noon {
  background-color: #ffdb7a;
}
.basic-table__heading.-noon span::before {
  font-weight: 500;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f185";
}
.basic-table__heading.-night {
  background-color: #7ab9ff;
}
.basic-table__heading.-night span::before {
  font-weight: 500;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f186";
}
.basic-table tbody tr {
  border-top: 1px solid #ccc;
}
.basic-table tbody th {
  width: 25%;
  padding: 16px 10px;
  background-color: #fef3d7;
}
.basic-table tbody td {
  width: 75%;
  padding: 16px 10px;
  border-left: 1px solid #ccc;
  text-align: center;
}
.basic-table__price {
  font-weight: 700;
  font-size: 24px;
}

.alacarte-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 4%;
}
.alacarte-list + .alacarte-list {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
.alacarte-item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .alacarte-item {
    width: 16.8%;
  }
}
@media screen and (min-width: 768px) {
  .-dashi .alacarte-item {
    width: 30.66%;
  }
}

.alacarte-item p {
  margin: 8px 0 0;
  font-size: clamp(13px, 1.3vw, 16px);
}
.alacarte-picture {
  display: flex;
  aspect-ratio: 3/2;
  align-items: center;
  justify-content: center;
}
.alacarte-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .alacarte-other h3 ~ * {
    width: 60%;
    margin: 0 auto;
  }
}
.alacarte-other__picture {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 50px;
}
.alacarte-other__picture a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.alacarte-other__picture img {
  max-width: 100%;
}
.alacarte-other p {
  font-size: 16px;
}
.alacarte-notes {
  padding: 16px;
  background-color: #eee;
}

.facility {
  background-color: #fff;
  background-image: radial-gradient(#fff9e9 20%, transparent 20%), radial-gradient(#fff9e9 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media screen and (min-width: 768px) {
  .facility .section-container {
    max-width: 1000px;
  }
}
.facility .heading--round {
  position: relative;
  z-index: 2;
  margin-bottom: -24px;
  background-color: #fcdc78;
}
@media screen and (min-width: 768px) {
  .facility .heading--round {
    margin-bottom: 24px;
  }
}
.facility-section + .facility-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .facility-section + .facility-section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .facility-section__contents {
    display: flex;
    gap: 24px 40px;
  }
}
.facility-section__contents + .facility-section__contents {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .facility-section__contents + .facility-section__contents {
    margin-top: 40px;
  }
}
.facility-section__contents:nth-child(2n) {
  flex-direction: row-reverse;
}
.facility-section__contents p {
  margin: 1em 0;
}
.facility-picture {
  position: relative;
  aspect-ratio: 3/2;
  border: 4px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .facility-picture {
    width: 40%;
    flex: 0 0 auto;
  }
}
.facility-picture img {
  max-width: 100%;
}
.facility-subheading {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 10px 16px;
  background-color: #4dd261;
  font-size: clamp(16px, 1.4vw, 18px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .facility-subheading {
    top: 0;
    bottom: inherit;
    left: 0;
  }
}

.plan {
  background-color: #044b8e;
}
@media screen and (min-width: 768px) {
  .plan .section-container {
    max-width: 800px;
  }
}
.plan .heading--lv2 {
  color: #fff;
}
.plan-picture {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin: 0 auto 24px;
  border-radius: 16px;
}
.plan-picture img {
  max-width: 100%;
}
.plan-detail {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .plan-detail {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.plan-detail dt {
  padding: 16px;
  background-color: #bbeaff;
}
@media screen and (min-width: 768px) {
  .plan-detail dt {
    width: 24%;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .plan-detail dt:not(:first-child) {
    border-top: 1px solid #ccc;
  }
}
.plan-detail dd {
  margin: 0;
  padding: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .plan-detail dd {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  dt:not(:first-child) + dd {
    border-top: 1px solid #ccc;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.faq-question {
  display: flex;
  position: relative;
  padding: 12px;
  border-radius: 16px;
  background-color: #e4edf5;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq-question {
    padding: 16px;
  }
}
.faq-question::marker {
  content: "";
}
.faq-question::before {
  display: flex;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #6ea2d7;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  content: "Q";
}
@media screen and (min-width: 768px) {
  .faq-question::before {
    width: 44px;
  }
}
.faq-question .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.faq-question .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.faq-question .icon-wrap .icon::before, .faq-question .icon-wrap .icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #6ea2d7;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.faq-question .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-opened .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: flex;
  padding: 12px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    padding: 16px;
  }
}
.faq-answer::before {
  display: flex;
  aspect-ratio: 1/1;
  width: 36px;
  border-radius: 100vw;
  background-color: #fa4856;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  content: "A";
}
@media screen and (min-width: 768px) {
  .faq-answer::before {
    width: 44px;
  }
}
.faq-answer p {
  margin: 8px 0 0;
}
.faq-answer a {
  color: #e50012;
  text-decoration: underline;
}

.policy {
  background-color: #eee;
}
.policy-contents {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(14px, 1.2vw, 15px);
}

.access h2 {
  margin-bottom: 0;
}
.access-map {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .access-map {
    aspect-ratio: 16/9;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-shopname {
  font-size: 13px;
  text-align: center;
}
.access-shopname img {
  width: 40%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .access-shopname img {
    width: 20%;
  }
}
.access-shopname p {
  margin: 0 auto;
  text-align: center;
}
.access-details {
  display: flex;
  margin-top: 24px;
  font-size: 16px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .access-details {
    border: 1px solid #ccc;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.access-details dt {
  display: flex;
  padding: 14px;
  background-color: #adcfec;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .access-details dt {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .access-details dt:not(:first-child) {
    border-top: 1px solid #fff;
  }
}
.access-details dd {
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .access-details dd {
    width: 70%;
  }
}
.access-details dd:not(:nth-child(2)) {
  border-top: 1px solid #ccc;
}
.access-details .notes {
  margin-top: 0;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 4%;
}
.blog-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-item {
    width: 48%;
  }
}
.blog-link {
  display: flex;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 8px;
  align-items: center;
  transition: 0.3s opacity;
}
.blog-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.blog-thumb {
  width: 32%;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-info {
  display: flex;
  padding: 8px 10px;
  flex-direction: column;
  gap: 4px 0;
}
@media screen and (min-width: 768px) {
  .blog-info {
    padding: 0 16px;
  }
}
.blog-title {
  color: #333;
  font-size: 15px;
}
.blog-date {
  color: #999;
  font-size: 13px;
}

.gadget {
  margin: 16px 6px;
}
@media screen and (min-width: 768px) {
  .gadget {
    display: flex;
    margin: 32px 0 0;
    justify-content: center;
  }
}

iframe[name*=hpdsStockCalendarGadgetFrame] {
  display: none;
}
@media screen and (min-width: 768px) {
  iframe[name*=hpdsStockCalendarGadgetFrame] {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .HPG_reserveGadgetsWrap {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */