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

html {
  scroll-behavior: smooth;
}

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

main {
  background-color: #fff;
  font-family: "Dela Gothic One", "Noto Sans JP", sans-serif;
}
main h2 {
  font-weight: 400;
}
main p {
  font-family: "Noto Sans JP", sans-serif;
}

main h2 {
  font-weight: 400;
}

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

.sales_txt {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.sales_txt img {
  width: 40px;
  margin: 0 10px;
  vertical-align: text-bottom;
}

#shopinfo {
  padding-top: 32px;
}

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

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

.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 strong:before {
  color: #fff;
}
.heading--lv3-tab .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.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;
}
.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 #e27500;
  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: #e27500;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 14px);
  text-align: center;
}

.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-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 .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: 42%;
  padding: 16px 10px;
  background-color: #fef3d7;
}
.basic-table tbody td {
  width: 58%;
  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;
}
@media (max-width: 767px) {
  .faq-list {
    padding: 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-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;
}
@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%;
}
@media screen and (min-width: 768px) {
  .access-shopname img {
    width: 30%;
  }
}
.access-shopname p {
  margin: 0 auto;
  text-align: center;
  color: #cb0918;
  font-family: "Dela Gothic One", "Noto Sans JP", sans-serif;
  font-size: 40px;
}
.access-details {
  display: flex;
  margin-top: 50px;
  font-size: 16px;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .access-details {
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.access-details dt {
  display: flex;
  padding: 14px;
  color: #cb0918;
  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 #ccc;
  }
}
.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;
}
@media (max-width: 767px) {
  .access-details dd:not(:nth-child(2)) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .access-details dd:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
.access-details dd a {
  color: initial;
}
.access-details .notes {
  margin-top: 0;
}

.blog.section {
  padding-bottom: 50px;
}
.blog.section .section-container {
  position: relative;
}
.blog.section .section-container .swiper-pagination {
  bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog.section .section-container .swiper-pagination {
    bottom: 10px !important;
  }
}
.blog.section .section-container .swiper-pagination-bullet-active {
  background-color: #adcfec;
}
.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: 40%;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .blog-thumb {
    width: 32%;
  }
}
.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 12px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-info {
    padding: 0 16px;
  }
}
.blog-title {
  min-height: 6em;
  color: #333;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .blog-title {
    min-height: auto;
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-title {
    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;
  }
}

.price__ttl--01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price__ttl--01 {
    width: 80%;
  }
}

.price__ttl--02 {
  font-size: 26px;
  color: #e50012;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .price__ttl--02 {
    font-size: 50px;
  }
}

.price__ttl--03 {
  color: #fff;
  background-color: #eb666d;
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__ttl--03 {
    font-size: 28px;
  }
}

.price__ttl--03 span {
  display: inline;
  padding-right: 3px;
  color: #fff100;
}
.price__time {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .price__time {
    font-size: 23px;
  }
}

@media screen and (max-width: 580px) {
  .sales_txt {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
/*-------------------------------
暑さ対策
-------------------------------*/
.summerheatArea {
  margin-top: 90px;
}

.summerheat_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #eb666d;
}

.summerheatFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 40px 0 20px;
}

.summerheatFlex div {
  width: 24%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  position: relative;
}

.summerheatFlex div span {
  display: inline-table;
  position: absolute;
  left: 1em;
  bottom: -1em;
  background-color: #ffde59;
  color: #eb666d;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0.8em;
  transform: rotate(-2deg);
}

@media screen and (max-width: 580px) {
  .summerheat_ttl {
    font-size: 24px;
  }
  .summerheatFlex {
    margin: 25px 0 10px;
  }
  .summerheatFlex div {
    width: 100%;
  }
  .summerheatFlex div:nth-child(n+2) {
    margin-top: 30px;
  }
}
.col_txt {
  grid-area: col_txt;
}

.col_img {
  grid-area: col_img;
}

#mv {
  width: 100%;
  justify-content: center;
}
#mv img {
  max-width: 100%;
}
#mv h1 {
  margin: 0;
}
@media (max-width: 767px) {
  #mv .swiper-pagination {
    text-align: right;
  }
}
#mv .swiper-pagination-bullet {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
}
@media (max-width: 767px) {
  #mv .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px !important;
  }
}
#mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E60012;
}

#intro {
  padding: 60px 0px;
  margin-top: -1px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/intro_bg_pc.jpg") center/cover no-repeat;
}
@media (max-width: 767px) {
  #intro {
    padding: 80px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #intro {
    padding: 100px 0px;
  }
}
#intro .inner {
  background-color: #F9F2E8;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #intro .inner {
    width: 90%;
  }
}
#intro .inner::before {
  content: "";
  position: absolute;
  width: 130px;
  aspect-ratio: 262/241;
  background-image: url(../img/yoidokoro_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -25px;
  left: -65px;
}
@media (max-width: 767px) {
  #intro .inner::before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #intro .inner::before {
    bottom: -85px;
    left: -35px;
  }
}
#intro .inner h2 {
  text-align: center;
  color: #cb0918;
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #intro .inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #intro .inner .intro_logo {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #intro .inner .intro_logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #intro .inner .intro_logo img {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #intro .inner .intro_logo img {
    width: 200px;
  }
}
#intro .inner .container {
  background-color: initial;
}
#intro .inner .container .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #intro .inner .container .box {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#intro .inner .container .box .col {
  text-align: center;
}
#intro .inner .container .box .col p {
  text-align: center;
}
#intro .inner .container .box .col p span {
  color: #D4AF37;
}
#intro .inner .container .box .col img {
  width: 80%;
}

#anchorNav {
  background-color: #F5F4F0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #anchorNav {
    padding: 60px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #anchorNav {
    padding: 60px 20px;
  }
}
#anchorNav .inner .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background-color: initial;
}
@media (max-width: 767px) {
  #anchorNav .inner .container {
    flex-wrap: wrap;
    gap: 20px;
  }
}
#anchorNav .inner .container::before, #anchorNav .inner .container::after {
  content: none;
}
#anchorNav .inner .container a {
  font-family: "Noto Sans JP", sans-serif;
  color: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  aspect-ratio: 125/34;
  font-size: 20px;
  font-weight: 100;
  background-image: url(../img/anchor_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #anchorNav .inner .container a {
    width: 45%;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #anchorNav .inner .container a {
    font-size: 16px;
  }
}

#bbq_image {
  background-color: #232121;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 767px) {
  #bbq_image {
    padding: 50px 0;
  }
}
#bbq_image::before, #bbq_image::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 234/5;
  background-image: url(../img/film_dot.png);
  background-size: 1400px;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  #bbq_image::before, #bbq_image::after {
    aspect-ratio: 234/10;
    background-size: 190%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #bbq_image::before, #bbq_image::after {
    aspect-ratio: 234/9;
  }
}
#bbq_image::before {
  left: 0px;
  top: 10px;
}
#bbq_image::after {
  left: 0px;
  bottom: 10px;
}
#bbq_image .inner {
  max-width: 100%;
}
#bbq_image .inner .container {
  background-color: initial;
  width: 100%;
}
#bbq_image .inner .container .swiper-photo .swiper-slide {
  position: relative;
  overflow: hidden;
}
#bbq_image .inner .container .swiper-photo .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: none;
}
#bbq_image .inner .container .swiper-photo .swiper-slide-active::after {
  opacity: 0;
}
#bbq_image .inner .container .swiper-photo .swiper-button-prev, #bbq_image .inner .container .swiper-photo .swiper-button-next {
  width: 64px;
  height: 64px;
  z-index: 10;
}
#bbq_image .inner .container .swiper-photo .swiper-button-prev::before, #bbq_image .inner .container .swiper-photo .swiper-button-next::before {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23D4AF37' d='M20 10 Q10 10 10 20 L10 80 Q10 90 20 90 L78 60 Q90 55 90 50 Q90 45 78 40 L20 10 Z'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  #bbq_image .inner .container .swiper-photo .swiper-button-prev::before, #bbq_image .inner .container .swiper-photo .swiper-button-next::before {
    width: 30px;
    height: 30px;
  }
}
#bbq_image .inner .container .swiper-photo .swiper-button-prev::after, #bbq_image .inner .container .swiper-photo .swiper-button-next::after {
  display: none;
}
#bbq_image .inner .container .swiper-photo .swiper-button-prev {
  left: 10%;
}
@media (max-width: 767px) {
  #bbq_image .inner .container .swiper-photo .swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #bbq_image .inner .container .swiper-photo .swiper-button-prev {
    left: 5%;
  }
}
#bbq_image .inner .container .swiper-photo .swiper-button-prev::before {
  transform: rotate(180deg);
}
#bbq_image .inner .container .swiper-photo .swiper-button-next {
  right: 10%;
}
@media (max-width: 767px) {
  #bbq_image .inner .container .swiper-photo .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #bbq_image .inner .container .swiper-photo .swiper-button-next {
    right: 5%;
  }
}

#point {
  background-image: url(../img/point_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#point .inner .container {
  background-color: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  #point .inner .container {
    gap: 140px;
  }
}
#point .inner .container .box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "col_txt col_img";
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  #point .inner .container .box {
    grid-template-columns: 1fr;
    grid-template-areas: "col_txt" "col_img";
  }
}
#point .inner .container .box .col h3 {
  color: #D4AF37;
  font-weight: initial;
}
@media (max-width: 767px) {
  #point .inner .container .box .col h3 {
    margin-bottom: 25px;
  }
}
#point .inner .container .box .col img {
  max-width: 370px;
}
#point .inner .container .box .col:nth-child(2) {
  justify-self: center;
}
#point .inner .container .box .col_txt {
  padding-left: 90px;
  position: relative;
}
@media (max-width: 767px) {
  #point .inner .container .box .col_txt {
    padding: 100px 20px 20px;
    text-align: center;
  }
}
#point .inner .container .box .col_txt::before {
  content: "";
  position: absolute;
  width: 72px;
  aspect-ratio: 149/164;
  left: 0;
  top: 0;
  background-image: url(../img/point_num_01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #point .inner .container .box .col_txt::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#point .inner .container .box:nth-child(2n) {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "col_img col_txt";
}
@media (max-width: 767px) {
  #point .inner .container .box:nth-child(2n) {
    grid-template-columns: 1fr;
    grid-template-areas: "col_txt" "col_img";
  }
}
#point .inner .container .box:nth-child(2n) .col:nth-child(1) {
  justify-self: end;
}
@media (max-width: 767px) {
  #point .inner .container .box:nth-child(2n) .col:nth-child(1) {
    justify-self: center;
  }
}
#point .inner .container .box:nth-child(2) .col_txt::before {
  background-image: url(../img/point_num_02.png);
}
#point .inner .container .box:nth-child(3) .col_txt::before {
  background-image: url(../img/point_num_03.png);
}
#point .inner .container .box:nth-child(4) .col_txt::before {
  background-image: url(../img/point_num_04.png);
}

#menu {
  margin-top: 60px;
}
#menu .inner {
  max-width: initial;
}
#menu .inner h2 {
  text-align: center;
  color: #cb0918;
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #menu .inner h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#menu .inner h3 {
  font-weight: initial;
  font-size: 40px;
}
@media (max-width: 767px) {
  #menu .inner h3 {
    font-size: 35px;
  }
}
#menu .inner #tab02 h3 {
  color: #fff;
}
#menu .inner #tab02 .tab-txt {
  color: #fff;
}
#menu .inner .container {
  max-width: 1000px;
}
@media (max-width: 767px) {
  #menu .inner .container {
    width: 100%;
    margin-top: 0;
  }
}

#faq {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #faq {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #faq .inner {
    padding: 20px;
  }
}
#faq .inner h2 {
  text-align: center;
  color: #D4AF37;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  #faq .inner .container {
    width: 700px;
  }
}
#faq .inner .container .faq-item .faq-question {
  background-color: initial;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  border-radius: 0;
  background-image: linear-gradient(to right, #D4AF37 0 12px, transparent 12px 20px);
  background-size: 20px 1.5px;
  background-repeat: repeat-x;
  background-position: bottom;
}
#faq .inner .container .faq-item .faq-question::before {
  content: none;
}
#faq .inner .container .faq-item .faq-question .icon-wrap .icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: #D4AF37;
  border: none;
  cursor: pointer;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  #faq .inner .container .faq-item .faq-question .icon-wrap .icon {
    width: 30px;
    height: 30px;
  }
}
#faq .inner .container .faq-item .faq-question .icon-wrap .icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.3s ease;
}
#faq .inner .container .faq-item.is-opened .icon-wrap .icon::before {
  transform: translate(-50%, -40%) rotate(-135deg);
}

#access {
  margin-top: 100px;
  background-color: #f5f4f0;
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #access {
    padding-bottom: 200px;
  }
}
#access::before {
  content: "";
  position: absolute;
  width: 150px;
  aspect-ratio: 1/1;
  left: 50px;
  top: 50px;
  background-image: url(../img/access_img_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #access::before {
    width: 85px;
    left: 20px;
    top: 20px;
  }
}
#access::after {
  content: "";
  position: absolute;
  width: 500px;
  aspect-ratio: 72/83;
  right: 0px;
  bottom: 20px;
  background-image: url(../img/access_img_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #access::after {
    width: 200px;
    bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #access::after {
    width: 200px;
    bottom: 15px;
  }
}
#access .section-container h2 {
  font-weight: initial;
  font-size: 35px;
  color: #D4AF37;
}
@media (max-width: 767px) {
  #access .section-container h2 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #access .section-container:nth-child(1) {
    padding-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */