* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-section {
  width: 100%;
  position: relative;
}
.mv-section .mv-bg-pc {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv-section .mv-logo-pc {
  display: block;
  position: absolute;
  top: 2%;
  left: 2%;
  width: auto;
  z-index: 2;
}
.mv-section .mv-store-pc {
  display: block;
  position: absolute;
  top: 2%;
  right: 8%;
  width: auto;
  z-index: 2;
}
.mv-section .mv-date-pc {
  display: block;
  position: absolute;
  bottom: 2%;
  right: 8%;
  width: auto;
  z-index: 2;
}
.mv-section .mv-bg-sp {
  display: none;
  width: 100%;
}

.store-search-section {
  width: 100%;
  position: relative;
}
.store-search-section .store-search-bg {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
.store-search-section .store-search-bg .store-bg-image {
  width: 100%;
  display: block;
}
.store-search-section .store-search-bg picture {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.store-search-section .store-search-bg picture img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.store-search-section .store-search-bg .store-search-txt {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg .store-search-txt {
    top: 5%;
    width: 80%;
  }
}
.store-search-section .store-search-bg .store-search-txt .store-txt-image {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  display: block;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg .store-search-txt .store-txt-image {
    width: 100%;
    max-width: 500px;
  }
}
.store-search-section .store-search-bg .store-region-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg .store-region-map {
    top: 35%;
    width: 80%;
    gap: 0;
    transform: translateX(-50%);
  }
}
.store-search-section .store-search-bg .store-region-map .region-map-link {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}
.store-search-section .store-search-bg .store-region-map .region-map-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg .store-region-map .region-map-link {
    width: 38%;
    margin: 0 2%;
  }
  .store-search-section .store-search-bg .store-region-map .region-map-link:nth-child(1), .store-search-section .store-search-bg .store-region-map .region-map-link:nth-child(2) {
    margin-bottom: 5%;
  }
  .store-search-section .store-search-bg .store-region-map .region-map-link:nth-child(3), .store-search-section .store-search-bg .store-region-map .region-map-link:nth-child(4) {
    margin-top: -2%;
    margin-bottom: 0;
  }
}
.store-search-section .store-search-bg .store-region-map .region-map-image {
  width: 90%;
  margin-top: 20px;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 768px) {
  .store-search-section .store-search-bg .store-region-map .region-map-image {
    width: 100%;
    margin-top: 0;
  }
}

.reservation {
  background-image: url("./images/store_search_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 3.75vw;
}
@media screen and (max-width: 750px) {
  .reservation {
    background-image: url("./images/sp/sp_store_search_bg.png");
    padding-block: 10.6666666667vw;
  }
}
.reservation__wrapper {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
.reservation__heading {
  text-align: center;
  margin-bottom: 2.25vw;
}
@media screen and (max-width: 750px) {
  .reservation__heading {
    margin-bottom: 6.9333333333vw;
  }
}
.reservation__heading img {
  width: 19.5vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .reservation__heading img {
    width: 51.4666666667vw;
  }
}
.reservation__note {
  text-align: center;
  margin-bottom: 1.9375vw;
}
@media screen and (max-width: 750px) {
  .reservation__note {
    margin-bottom: 7.8666666667vw;
  }
}
.reservation__note picture {
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reservation__note picture {
    width: 100%;
  }
}
.reservation__note img {
  width: 54.375vw;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .reservation__note img {
    width: 69.3333333333vw;
  }
}
.reservation__btn_pc {
  text-align: center;
  width: 100%;
}
.reservation__btn_pc a {
  display: inline-block;
}
.reservation__btn_pc picture {
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reservation__btn_pc picture {
    width: 100%;
  }
}
.reservation__btn_pc img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .reservation__btn_pc img {
    width: 100%;
    max-width: 750px;
  }
}

.title-section {
  width: 100%;
}

.anker-section {
  width: 100%;
}

.main-content-section {
  width: 100%;
  position: relative;
}
.main-content-section .main-bg {
  width: 100%;
  background-image: url("./images/main_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content-section .main-bg {
    background-image: url("./images/sp/sp_main_bg.png");
  }
}
.main-content-section .main-bg .content-image {
  max-width: 1100px;
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
.main-content-section .main-bg .title-image {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .main-content-section .main-bg .title-image {
    display: none;
  }
}
.main-content-section .main-bg picture {
  display: block;
  width: 100%;
}
.main-content-section .main-bg picture img {
  max-width: 1100px;
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .main-content-section .main-bg picture {
    width: 100%;
  }
  .main-content-section .main-bg picture img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.main-content-section .main-bg .seat-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-content-section .main-bg .seat-img-overlay {
    display: none;
  }
}
.main-content-section .main-bg .content-anchor {
  scroll-margin-top: 100px;
}

.course-btn-section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  white-space: nowrap;
}
.course-btn-section picture {
  display: block;
  margin: 0 auto 30px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .course-btn-section picture {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.course-btn-section .anker-txt-image {
  width: auto;
  display: block;
  margin: 0 auto;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .course-btn-section .anker-txt-image {
    width: 70%;
  }
}
.course-btn-section .course-btn-link {
  width: 23%;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
  margin: 0 1%;
  white-space: normal;
  vertical-align: top;
}
.course-btn-section .course-btn-link:hover {
  opacity: 0.8;
}
.course-btn-section .course-btn-link .course-btn {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .course-btn-section .course-btn-link {
    width: 38%;
    margin: 1%;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .course-btn-section {
    width: 100%;
    max-width: none;
    white-space: normal;
  }
}

.side-nav {
  position: fixed;
  right: 0;
  top: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: visible;
}
.side-nav::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.side-nav .side-btn-link {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
  flex-shrink: 0;
}
.side-nav .side-btn-link:hover {
  opacity: 0.8;
}
.side-nav .side-btn-link picture {
  display: block;
  width: 100%;
}
.side-nav .side-btn {
  max-height: 1500px;
  height: 18vh;
  width: auto;
  cursor: pointer;
  display: block;
}

.region-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.region-section .region-image {
  width: auto;
}

.l-main {
  grid-area: contents;
}

.drink .drink__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-block: 6.25vw 5.3125vw;
}
@media screen and (max-width: 750px) {
  .drink .drink__wrapper {
    padding-block: 0 7.2vw;
  }
}
.drink .drink__sp-image {
  display: none;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (max-width: 768px) {
  .drink .drink__sp-image {
    display: block;
  }
}
.drink .drink__sp-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.drink .drink__heading {
  text-align: center;
  margin-bottom: 2.5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .drink .drink__heading {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .drink .drink__heading {
    margin: 20px;
  }
}
.drink .drink__heading img {
  width: 50vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .drink .drink__heading img {
    width: 100vw;
  }
}
.drink .drink__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 768px) {
  .drink .drink__list {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .drink .drink__list {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.drink .drink__list .drinkList__item img {
  width: 21.25vw;
}
@media screen and (max-width: 750px) {
  .drink .drink__list .drinkList__item img {
    width: 86.6666666667vw;
  }
}
.drink .drink__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .drink .drink__text {
    display: none;
  }
}
.drink .drink__text img {
  width: 37.3125vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .drink .drink__text img {
    width: 88vw;
  }
}

.seats {
  background-color: #e3daba;
}
.seats .seats__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-block: 5vw;
}
@media screen and (max-width: 750px) {
  .seats .seats__wrapper {
    padding-block: 8.8vw 8vw;
  }
}
.seats .seats__heading {
  text-align: center;
  margin-bottom: 3.0625vw;
}
@media screen and (max-width: 750px) {
  .seats .seats__heading {
    margin-bottom: 6.9333333333vw;
  }
}
.seats .seats__heading img {
  width: 48.9375vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .seats .seats__heading img {
    width: 95vw;
  }
}
.seats .seats__text {
  text-align: center;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 750px) {
  .seats .seats__text {
    margin-bottom: 6.8vw;
  }
}
.seats .seats__text img {
  width: 40.875vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .seats .seats__text img {
    width: 69.3333333333vw;
  }
}
.seats .seats__img {
  text-align: center;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 750px) {
  .seats .seats__img {
    margin-bottom: 2.8vw;
  }
}
.seats .seats__img img {
  width: 66.875vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .seats .seats__img img {
    width: 88vw;
  }
}
.seats .seats__note {
  width: 66.875vw;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .seats .seats__note {
    width: 88vw;
  }
}
.seats .seats__note img {
  width: 43.1875vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .seats .seats__note img {
    width: 74.6666666667vw;
  }
}

.bus {
  text-align: center;
  margin-top: -2.5vw;
}
@media screen and (max-width: 750px) {
  .bus {
    margin-top: -4.6666666667vw;
  }
}
.bus img {
  width: 100vw;
}

.bottom_btn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  padding-bottom: 10rem;
}
.bottom_btn .bottom_btn__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .bottom_btn .bottom_btn__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.bottom_btn .bottom_btn__title {
  display: block;
}
@media screen and (max-width: 768px) {
  .bottom_btn .bottom_btn__title {
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
    order: 1;
  }
}
.bottom_btn .bottom_btn__title .bottom-title-image {
  width: 90%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .bottom_btn .bottom_btn__title .bottom-title-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.bottom_btn .bottom_btn__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .bottom_btn .bottom_btn__list {
    width: 100%;
    order: 2;
    gap: 2%;
    row-gap: 2%;
    flex-wrap: wrap;
    white-space: normal;
    margin: 0;
  }
}
.bottom_btn .bottom_btn__list .bottom-btn-link {
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
  flex-shrink: 0;
}
.bottom_btn .bottom_btn__list .bottom-btn-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bottom_btn .bottom_btn__list .bottom-btn-link {
    width: 48%;
    flex-shrink: 1;
  }
}
.bottom_btn .bottom_btn__list .bottom-btn-image {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .bottom_btn .bottom_btn__list .bottom-btn-image {
    width: 100%;
  }
}

.bnr {
  width: 100%;
}
.bnr .bnr__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .bnr .bnr__wrapper {
    max-width: 85%;
  }
}
.bnr .bnr__wrapper .bnr-link {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  transition: opacity 0.3s;
}
.bnr .bnr__wrapper .bnr-link:last-child {
  margin-bottom: 0;
}
.bnr .bnr__wrapper .bnr-link:hover {
  opacity: 0.8;
}
.bnr .bnr__wrapper .bnr-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.c-pageTop {
  position: fixed;
  z-index: 1001;
  right: 10rem;
  bottom: 2.5rem;
  animation: fuwafuwa 1s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 750px) {
  .c-pageTop {
    right: 10vw;
    bottom: 26vw;
  }
}
.c-pageTop .c-pageTop__link img {
  width: 6.25vw;
  height: 6.25vw;
}
@media screen and (max-width: 750px) {
  .c-pageTop .c-pageTop__link img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.625rem);
  }
}
.footer {
  background-color: #bdad95;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 24vw;
  }
}
.footer .footer__wrapper {
  padding-block: 3.4375rem;
  padding-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .footer .footer__wrapper {
    padding-block: 6.6666666667vw;
    width: 66.6666666667vw;
    margin-inline: auto;
  }
}
.footer .brandList {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.875vw;
       column-gap: 1.875vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList {
    flex-wrap: wrap;
    gap: 4vw;
  }
}
.footer .brandList__item.-kisoji img {
  width: 6.8125vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList__item.-kisoji img {
    width: 14.5333333333vw;
  }
}
.footer .brandList__item.-daisyogun img,
.footer .brandList__item.-suzunoren img {
  width: 6.5vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList__item.-daisyogun img,
  .footer .brandList__item.-suzunoren img {
    width: 13.8666666667vw;
  }
}
.footer .brandList__item.-kuidon img {
  width: 5.375vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList__item.-kuidon img {
    width: 11.4666666667vw;
  }
}
.footer .brandList__item.-torikaku img {
  width: 3vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList__item.-torikaku img {
    width: 6.4vw;
  }
}
.footer .brandList__item.-karashige img {
  width: 3.625vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList__item.-karashige img {
    width: 7.7333333333vw;
  }
}
.footer .brandList__item.-sakabadaiana img {
  width: 5.3125vw;
}
@media screen and (max-width: 750px) {
  .footer .brandList__item.-sakabadaiana img {
    width: 11.3333333333vw;
  }
}

.cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.cv .cv__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.0625vw;
       column-gap: 1.0625vw;
}
.cv .cvList__item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .cv .cvList__item {
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
  }
}
.cv .cvList__btn {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cv .cvList__btn {
    width: 100%;
  }
}
.cv .cvList__btn img {
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .cv .cvList__btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .mv-section .mv-bg-pc {
    display: none;
  }
  .mv-section .mv-logo-pc {
    display: none;
  }
  .mv-section .mv-store-pc {
    display: none;
  }
  .mv-section .mv-date-pc {
    display: none;
  }
  .mv-section .mv-bg-sp {
    display: block;
  }
  .course-btn-section {
    flex-direction: column;
  }
  .course-btn-section .course-btn {
    width: 100%;
  }
  .side-nav {
    top: 10px;
    bottom: 10px;
  }
  .side-nav .side-btn {
    max-height: 1500px;
    height: 16vh;
    width: auto;
  }
  .region-section {
    flex-direction: column;
  }
  .region-section .region-image {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */