:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
  --sree: "Sree Krushnadevaraya", serif;
  --zenantique: "Zen Antique", serif;
  --montserrat: "Montserrat", serif;
}

body {
  word-break: auto-phrase;
}

@media (min-width: 1200px) {
  .ex-inner {
    max-width: 1330px;
    padding: 0 20px;
  }
}

.section-title {
  position: relative;
  z-index: 1;
  padding: 19px 0 15px;
}
@media (min-width: 768px) {
  .section-title {
    padding: 17px 0 20px;
  }
}
@media (min-width: 992px) {
  .section-title {
    padding: 23px 0 30px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    padding: 37px 0 50px;
  }
}
.section-title > h2 {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  font-size: 2.1875rem;
}
@media (min-width: 768px) {
  .section-title > h2 {
    font-size: 3.125rem;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .section-title > h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .section-title > h2 {
    font-size: 4.375rem;
    padding-left: 200px;
  }
}
.section-title > img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 350px;
}
@media (min-width: 768px) {
  .section-title > img {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .section-title > img {
    max-width: 580px;
  }
}
@media (min-width: 1200px) {
  .section-title > img {
    max-width: 790px;
  }
}

a {
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
}

.button {
  position: relative;
  display: block !important;
  background-color: #ad0f0f;
  color: #fff !important;
  border-radius: 50px;
  transition: all 0.3s;
  padding: 13px 60px;
  border: solid 1px #fdf5e6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .button {
    font-size: 1.375rem;
  }
}
.button:hover {
  color: #fff !important;
}
.button::after {
  content: "";
  width: 11px;
  height: 24px;
  background-image: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/arrow.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  right: 28px;
  border-radius: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.button:hover::after {
  right: 20px;
}

@media (max-width: 575px), (max-height: 699px) {
  .eye-catch {
    max-height: 530px;
  }
}
@media (min-width: 1200px) {
  .eye-catch {
    max-height: 600px;
  }
}

.l-header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
}
@media (min-width: 1200px) {
  .l-header {
    position: absolute;
  }
}
.l-header__inner {
  max-width: 1080px;
  padding: 55px 20px 0;
  margin: 0 auto;
  pointer-events: all;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__inner {
    max-width: 100%;
    align-items: center;
  }
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__inner > * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.l-header__logo {
  width: 250px;
  margin-right: auto;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__logo {
    margin: 0 auto 80px;
  }
}
.l-header__logo > a {
  display: block;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__logo > a {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .l-header__logo > a {
    max-width: 250px;
  }
}
.l-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__nav {
  gap: 25px;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__nav {
    gap: 40px;
  }
}
@media (max-width: 767px), (max-height: 699px) {
  .l-header__nav {
    gap: 25px;
  }
}
.l-header__nav__link {
  transition: all 0.3s ease;
  writing-mode: vertical-lr;
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .l-header__nav__link {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .l-header__nav__link {
    writing-mode: horizontal-tb;
  }
}
.l-header__nav__link:hover {
  color: #eead00 !important;
  transition: all 0.3s ease;
}
.l-header__other {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  align-items: flex-end;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__other {
    display: block;
    margin-top: 80px;
    margin-left: auto;
    align-items: center;
  }
}
.l-header.scrolled {
  position: absolute;
}
.l-header .insta-link {
  max-width: 70px;
  margin-bottom: 20px;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header .insta-link {
    max-width: 50px;
    display: block;
    margin: 0 auto;
  }
}
.l-header .insta-link img {
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header .net-reservation {
  position: relative;
  font-size: 1rem;
  padding: 13px 60px;
  border-radius: 50px;
  border: solid 2px white;
  background-color: #eead00;
}
@media (min-width: 992px) {
  .l-header .net-reservation {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header .net-reservation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s ease;
    padding: 15px;
    writing-mode: vertical-lr;
    background-color: #ad0f0f;
    border-radius: 25px 0 0 25px;
    border-right: none;
    display: flex;
    align-items: center;
    gap: 11px;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .l-header .net-reservation {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    writing-mode: horizontal-tb;
    gap: 8px;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    justify-content: center;
    padding: 10px 0;
  }
}
.l-header .net-reservation > img {
  position: absolute;
  width: 11px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header .net-reservation > img {
    position: static;
    transform: none;
    transform: translateX(2px);
  }
}
.l-header .net-reservation:hover > img {
  right: 18px;
  transition: all 0.3s ease;
}
.l-header__btn {
  position: fixed;
  top: 30px;
  right: 30px;
  display: none;
  background-color: #1a1a2e;
  border-radius: 13px;
  border: solid 2px white;
  padding: 25.5px 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 834px) {
  .l-header__btn {
    top: 15px;
    right: 15px;
    padding: 21.5px 15px;
  }
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header__btn {
    display: block;
  }
}
.l-header a {
  color: white !important;
}

.l-header--fixed {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  transition: top 0.5s ease;
  z-index: 999;
  padding: 20px;
  background-color: rgb(26, 26, 46);
}
@media (max-width: 1199px), (max-height: 699px) {
  .l-header--fixed {
    display: none;
  }
}
.l-header--fixed .l-header__logo {
  margin: 0 auto 0 0;
  width: 150px;
}
.l-header--fixed .l-header__logo > a {
  max-width: 100px;
}
.l-header--fixed .l-header__inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
  align-items: center;
}
.l-header--fixed .l-header__inner > * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header--fixed .l-header__nav__link {
  writing-mode: horizontal-tb;
  font-size: 1rem;
}
.l-header--fixed .l-header__other {
  display: block;
}
.l-header--fixed .insta-link {
  max-width: 50px;
  display: block;
  margin-bottom: 0;
}
.l-header--fixed .net-reservation {
  position: fixed;
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  transition: all 0.5s ease;
  padding: 15px;
  writing-mode: vertical-lr;
  background-color: #ad0f0f;
  border-radius: 25px 0 0 25px;
  border-right: none;
  display: flex;
  align-items: center;
  gap: 11px;
}
.l-header--fixed .net-reservation img {
  position: static;
  transform: none;
  transform: translateX(2px);
}
.l-header--fixed.is-visible {
  top: 0;
}
.l-header--fixed.is-visible .net-reservation {
  transform: translate(0, -50%);
  transition: all 0.5s ease;
}

@media (max-width: 1199px), (max-height: 699px) {
  .global_nav {
    position: fixed;
    inset: 0;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    min-height: 100dvh;
    max-height: 100dvh;
    display: block !important;
    height: 100% !important;
    background-color: rgba(26, 26, 46, 0.9);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    padding: 150px 0 !important;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .global_nav {
    max-height: 324px;
    flex-direction: row !important;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1199px), (max-height: 699px) {
  .global_nav {
    justify-content: flex-start;
    padding-top: 25px;
  }
}
.global_nav .l-header__nav {
  justify-content: center;
}
@media (max-width: 575px), (max-height: 699px) {
  .global_nav .l-header__nav {
    flex-direction: column;
    align-items: center;
  }
}

.hamburger_menu {
  width: 46px;
  height: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  background-color: transparent;
  border: none;
}
@media (max-width: 834px) {
  .hamburger_menu {
    width: 35px;
    height: 22px;
  }
}
.hamburger_menu > p {
  background-color: white;
  display: block;
  height: 1.75px;
  border-radius: 5px;
  transition: all 0.3s;
}
.hamburger_menu > p:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
.hamburger_menu > p:nth-of-type(2) {
  top: 14px;
  left: 0;
}
.hamburger_menu > p:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(15px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(15px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(-13px) rotate(-45deg);
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(15px) rotate(45deg);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(15px) rotate(45deg);
  }
  50% {
    transform: translateY(15px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@media (max-width: 834px) {
  @-webkit-keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(11px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(9px) rotate(0);
    }
    100% {
      transform: translateY(11px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar02 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      transform: translateY(10px) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(10px) rotate(45deg);
    }
    50% {
      transform: translateY(10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-10px) rotate(-45deg);
    }
    50% {
      transform: translateY(-10px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
}

.js_action_nav .hamburger_menu > p {
  transition: all 0.3s;
  background-color: white;
}
.js_action_nav .hamburger_menu > p:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
.js_action_nav .hamburger_menu > p:nth-of-type(2) {
  opacity: 0;
}
.js_action_nav .hamburger_menu > p:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}
.js_action_nav .global_nav {
  opacity: 1;
  visibility: visible;
}
.js_action_nav .global_nav .nav_link {
  visibility: visible;
}

.footer {
  position: relative;
  background-color: #1a1a2e;
  color: white;
}
.footer__logo {
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
.footer__inner {
  gap: 60px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .footer__inner {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .footer__inner {
    gap: 80px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__inner {
    gap: 135px;
  }
}
.footer__address {
  flex: 1;
}
.footer__address__dl {
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .footer__address__dl {
    flex-direction: row;
    margin-bottom: 12px;
  }
}
.footer__address__dl:last-child {
  margin-bottom: 0;
}
.footer__address__dt, .footer__address__dd {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .footer__address__dt, .footer__address__dd {
    line-height: 2;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer__address__dt, .footer__address__dd {
    font-size: 1.25rem;
  }
}
.footer__address__dt p, .footer__address__dd p {
  width: inherit;
}
.footer__address__dt {
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .footer__address__dt {
    width: 160px;
    margin-bottom: 0;
  }
}
.footer__address__dd {
  flex: 1;
  width: 100%;
}
.footer__address__dd a {
  color: white;
  transition: all 0.3s ease;
}
.footer__address__dd a:hover {
  transition: all 0.3s ease;
  color: #eead00;
}
.footer__nav {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .footer__nav {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .footer__nav {
    width: 326px;
  }
}
.footer__nav__lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer__nav__link {
  display: inline-block;
  color: white;
  transition: all 0.3s ease;
  font-size: 1rem;
  width: 50%;
  text-align: center;
}
@media (min-width: 576px) {
  .footer__nav__link {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer__nav__link {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .footer__nav__link {
    width: 100%;
  }
}
.footer__nav__link:hover {
  color: #eead00;
  transition: all 0.3s ease;
}
.footer__sns__link {
  max-width: 50px;
}
@media (min-width: 576px) {
  .footer__sns__link {
    max-width: 83px;
  }
}
.footer__sns__link img {
  -o-object-fit: cover;
     object-fit: cover;
}

.copyright {
  border-top: solid 1px white;
}

.top-noren {
  left: 50%;
  transform: translateX(-50%);
  width: 950px;
  display: none;
}
@media (max-height: 700px) {
  .top-noren {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .top-noren {
    display: block;
    width: 1200px;
  }
}

.fv-logo {
  padding-top: 0;
  width: 100%;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .fv-logo {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .fv-logo {
    top: 65%;
    max-width: 50%;
  }
}

.about-area__top {
  z-index: 1;
  margin-bottom: 640px;
}
@media (min-width: 768px) {
  .about-area__top {
    margin-bottom: 580px;
  }
}
@media (min-width: 992px) {
  .about-area__top {
    margin-bottom: 58vw;
  }
}
.about-area__top .about-bg-img .bg-img-01,
.about-area__top .about-bg-img .bg-img-02 {
  z-index: -1;
}
.about-area__top .about-bg-img .bg-img-01 {
  max-width: 415px;
  left: -120px;
  top: 100px;
}
@media (min-width: 576px) {
  .about-area__top .about-bg-img .bg-img-01 {
    max-width: 395px;
    left: -40px;
    top: 218px;
  }
}
@media (min-width: 768px) {
  .about-area__top .about-bg-img .bg-img-01 {
    max-width: 505px;
    left: -30px;
    top: 188px;
  }
}
@media (min-width: 992px) {
  .about-area__top .about-bg-img .bg-img-01 {
    map: 14w;
  }
}
@media (min-width: 1200px) {
  .about-area__top .about-bg-img .bg-img-01 {
    max-width: 61vw;
    left: -50px;
    top: 4vw;
  }
}
.about-area__top .about-bg-img .bg-img-02 {
  max-width: 296px;
  right: -50px;
  top: 440px;
}
@media (min-width: 576px) {
  .about-area__top .about-bg-img .bg-img-02 {
    max-width: 376px;
    right: -10px;
    top: 430px;
  }
}
@media (min-width: 768px) {
  .about-area__top .about-bg-img .bg-img-02 {
    max-width: 406px;
    right: 0;
    top: 287px;
  }
}
@media (min-width: 992px) {
  .about-area__top .about-bg-img .bg-img-02 {
    max-width: 41vw;
    right: 0px;
    top: 27vw;
  }
}
@media (min-width: 1200px) {
  .about-area__top .about-bg-img .bg-img-02 {
    max-width: 48vw;
    right: -10px;
    top: 20vw;
  }
}
.about-area__bottom__inner {
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .about-area__bottom__inner {
    gap: 45px;
  }
}
@media (min-width: 992px) {
  .about-area__bottom__inner {
    max-width: 1390px;
    margin-left: auto;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .about-area__bottom__inner {
    margin-top: 0;
  }
}
.about-area__bottom__inner p {
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .about-area__bottom__inner p {
    font-size: 1.25rem;
  }
}
.about-area__bottom__inner__left {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 576px) {
  .about-area__bottom__inner__left {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .about-area__bottom__inner__left {
    max-width: 100%;
  }
}
.about-area__bottom__inner__right {
  margin: 0 auto;
  max-width: 430px;
}
@media (min-width: 992px) {
  .about-area__bottom__inner__right {
    max-width: 652px;
    width: 44%;
  }
}
.about-area .main-title-wrap {
  margin: 0 auto;
  max-width: 400px;
}
@media (min-width: 576px) {
  .about-area .main-title-wrap {
    max-width: 680px;
  }
}

@media (min-width: 768px) {
  .area-title {
    gap: 15px;
  }
}
.area-title__text {
  letter-spacing: 0;
  flex: 1;
}
@media (min-width: 992px) {
  .area-title__text {
    width: 670px;
  }
}
.area-title__text > p {
  font-size: clamp(0.8rem, 0.3652rem + 2.3188vw, 1.2rem);
}
@media (min-width: 576px) {
  .area-title__text > p {
    font-size: 1.35rem;
  }
}
@media (min-width: 768px) {
  .area-title__text > p {
    font-size: 1.45rem;
  }
}
@media (min-width: 992px) {
  .area-title__text > p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .area-title__text > p {
    font-size: 2.5rem;
  }
}
.area-title__text > h2 {
  font-size: clamp(1.2rem, 0.3304rem + 4.3vw, 2rem);
}
@media (min-width: 576px) {
  .area-title__text > h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .area-title__text > h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .area-title__text > h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .area-title__text > h2 {
    font-size: 3.75rem;
  }
}
.area-title__deco {
  min-width: 40px;
  width: 15%;
}
@media (min-width: 576px) {
  .area-title__deco {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .area-title__deco {
    width: 152px;
  }
}
.area-title__deco img {
  -o-object-fit: cover;
     object-fit: cover;
}

.point-area__content01, .point-area__content03 {
  position: relative;
  z-index: 1;
}
.point-area__content01 .bg-deco, .point-area__content03 .bg-deco {
  position: absolute;
  z-index: -1;
  opacity: 0.4;
  max-width: 300px;
}
@media (min-width: 576px) {
  .point-area__content01 .bg-deco, .point-area__content03 .bg-deco {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .point-area__content01 .bg-deco, .point-area__content03 .bg-deco {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .point-area__content01 .bg-deco, .point-area__content03 .bg-deco {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .point-area__content01 .point-area__content__wrap__text, .point-area__content03 .point-area__content__wrap__text {
    margin-left: -80px;
  }
}
@media (min-width: 992px) {
  .point-area__content02 .point-area__content__wrap__text {
    margin-right: -80px;
  }
}
.point-area__content01 .bg-deco {
  bottom: -45%;
  left: -20%;
}
@media (min-width: 992px) {
  .point-area__content01 .bg-deco {
    bottom: -75%;
    left: -20%;
  }
}
.point-area__content03 .bg-deco {
  right: -22%;
  top: -20%;
}

@media (max-width: 575px), (max-height: 699px) {
  .food-img-area {
    width: 55px;
    padding: 15px 0;
    height: auto;
  }
}

.shop-area__inner {
  position: relative;
  z-index: 1;
}
.shop-area__inner .bg-deco01,
.shop-area__inner .bg-deco02 {
  position: absolute;
  z-index: -1;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .shop-area__inner .bg-deco01,
.shop-area__inner .bg-deco02 {
    opacity: 1;
  }
}
.shop-area__inner .bg-deco01 {
  top: auto;
  bottom: 31%;
  right: 3%;
  max-width: 125px;
}
@media (min-width: 576px) {
  .shop-area__inner .bg-deco01 {
    bottom: 30%;
    right: -17%;
    max-width: 155px;
  }
}
@media (min-width: 768px) {
  .shop-area__inner .bg-deco01 {
    top: -3%;
    max-width: 185px;
  }
}
@media (min-width: 992px) {
  .shop-area__inner .bg-deco01 {
    max-width: 295px;
  }
}
.shop-area__inner .bg-deco02 {
  bottom: 7%;
  left: -10%;
  max-width: 240px;
}
@media (min-width: 576px) {
  .shop-area__inner .bg-deco02 {
    bottom: 3%;
    max-width: 290px;
  }
}
@media (min-width: 768px) {
  .shop-area__inner .bg-deco02 {
    max-width: 445px;
  }
}
@media (min-width: 992px) {
  .shop-area__inner .bg-deco02 {
    bottom: -2%;
    left: -30%;
    max-width: 625px;
  }
}

.menu-link-area__wrap {
  display: flex;
  flex-wrap: wrap;
}
.menu-link-area__link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.menu-link-area__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(26, 26, 46, 0.7);
  transition: all 0.3s ease;
}
.menu-link-area__link:hover::after {
  transition: all 0.3s ease;
  background-color: rgba(26, 26, 46, 0.4);
}
.menu-link-area__link__inner {
  height: 100%;
}
.menu-link-area__link__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  height: 100%;
}
.menu-link-area .menu-link-area__link:hover .menu-link-area__link__bg {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.menu-link-area__link__01 {
  width: 100%;
}
.menu-link-area__link__02, .menu-link-area__link__03 {
  width: 100%;
}
@media (min-width: 992px) {
  .menu-link-area__link__02, .menu-link-area__link__03 {
    width: 50%;
  }
}
.menu-link-area .text-wrap {
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border: solid 1px white;
  color: white;
  height: inherit;
  flex-direction: column;
}
@media (min-width: 768px) {
  .menu-link-area .text-wrap {
    flex-direction: row;
    gap: 50px;
    padding: 65px;
  }
}
.menu-link-area .text-wrap > p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .menu-link-area .text-wrap > p {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .menu-link-area .text-wrap > p {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px), (max-height: 699px) {
  .menu-link-area .text-wrap > p > br {
    display: none;
  }
}
.menu-link-area .text-wrap img {
  max-width: 70px;
}
@media (min-width: 576px) {
  .menu-link-area .text-wrap img {
    max-width: 177px;
  }
}

.information-area__address__list {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .information-area__address__list {
    gap: 30px;
  }
}
.information-area__address__icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
@media (min-width: 576px) {
  .information-area__address__icon {
    width: 50px;
    height: 50px;
  }
}
.information-area__address__text {
  flex: 1;
}
.information-area__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .information-area__links {
    flex-direction: row;
    gap: 0;
  }
}

.news-area {
  position: relative;
  z-index: 1;
}
.news-area .bg-deco {
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  right: -4%;
  top: 11%;
  max-width: 130px;
}
@media (min-width: 576px) {
  .news-area .bg-deco {
    top: 4%;
    max-width: 195px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .news-area .bg-deco {
    top: 0%;
    max-width: 265px;
  }
}
@media (min-width: 992px) {
  .news-area .bg-deco {
    top: -3%;
    max-width: 365px;
  }
}
@media (min-width: 1200px) {
  .news-area .bg-deco {
    top: 4%;
  }
}
.news-area .webgene-blog {
  display: flex;
  flex-direction: column;
}
.news-area .webgene-item {
  position: relative;
  padding-top: 20px;
  padding-left: 40px;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-area .webgene-item {
    padding-left: 45px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .news-area .webgene-item {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .news-area .webgene-item {
    padding-left: 120px;
  }
}
.news-area .webgene-item:last-child {
  margin-bottom: 0;
}
.news-area .webgene-item:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
.news-area .webgene-item:nth-child(3) {
  margin-left: auto;
}
.news-area .news-item {
  position: relative;
  z-index: 1;
  border: solid 1px #1a1a2e;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/20250627132957535528.jpg) center/cover repeat;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 15px 35px;
}
@media (min-width: 576px) {
  .news-area .news-item {
    padding: 30px 40px 30px 70px;
  }
}
@media (min-width: 768px) {
  .news-area .news-item {
    padding: 35px 40px 45px 100px;
  }
}
@media (min-width: 1200px) {
  .news-area .news-item {
    padding: 45px 70px 45px 120px;
  }
}
.news-area .news-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/20250703042942262723.png) center/contain no-repeat;
  opacity: 0.1;
  z-index: -1;
  width: 160px;
  height: 86px;
  pointer-events: none;
}
@media (min-width: 576px) {
  .news-area .news-item::after {
    width: 260px;
    height: 135px;
  }
}
@media (min-width: 992px) {
  .news-area .news-item::after {
    width: 300px;
    height: 155px;
  }
}
.news-area .news-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white;
  background-color: #ad0f0f;
  border: solid 1px #1a1a2e;
  word-break: break-all;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  width: 60px;
  height: 60px;
}
@media (min-width: 576px) {
  .news-area .news-date {
    font-size: 1.5rem;
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 768px) {
  .news-area .news-date {
    font-size: 2.1875rem;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .news-area .news-date {
    font-size: 2.875rem;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .news-area .news-date {
    font-size: 3.75rem;
    width: 205px;
    height: 205px;
  }
}
.news-area .news-title {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .news-area .news-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .news-area .news-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .news-area .news-title {
    font-size: 2.5rem;
  }
}
.news-area .news-link {
  display: inline-block;
  color: #ad0f0f;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.5;
  width: 100%;
  margin-left: auto;
  padding: 0 12px 6px 6px;
  max-width: 100px;
}
@media (min-width: 576px) {
  .news-area .news-link {
    padding: 0 22px 15px 15px;
    font-size: 1rem;
    max-width: 140px;
  }
}
@media (min-width: 992px) {
  .news-area .news-link {
    font-size: 1.25rem;
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  .news-area .news-link {
    max-width: 230px;
    padding: 0 70px 15px 25px;
  }
}
.news-area .news-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/arrow-red-right.png) center/contain no-repeat;
  transition: all 0.3s ease;
  width: 100px;
  height: 10px;
}
@media (min-width: 576px) {
  .news-area .news-link::after {
    width: 140px;
    height: 14px;
  }
}
@media (min-width: 992px) {
  .news-area .news-link::after {
    width: 180px;
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .news-area .news-link::after {
    width: 230px;
    height: 21px;
  }
}
.news-area .news-link:hover::after {
  right: -8px;
  transition: all 0.3s ease;
}

.course-pickup__inner {
  padding: 0 20px;
}
.course-pickup__inner .container {
  padding: 35px 20px;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/20250627132957535528.jpg) center/cover repeat;
  border: solid 2px #1a1a2e;
}
@media (min-width: 576px) {
  .course-pickup__inner .container {
    padding: 40px 50px;
  }
}
@media (min-width: 992px) {
  .course-pickup__inner .container {
    padding: 40px 120px;
  }
}
@media (min-width: 1200px) {
  .course-pickup__inner .container {
    padding: 40px 170px;
  }
}
.course-pickup__inner .container > p {
  font-size: 0.6rem;
}
@media (min-width: 576px) {
  .course-pickup__inner .container > p {
    font-size: 1rem;
  }
}
.course-pickup__img {
  max-width: 1512px;
}
.course-pickup__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.course-pickup__check {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.course-pickup__list {
  display: flex;
  align-items: center;
  color: #eead00;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  gap: 10px;
}
.course-pickup__list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .course-pickup__list img {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .course-pickup__list img {
    width: 38px;
    height: 38px;
  }
}
.course-pickup__list__text p {
  line-height: 1;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .course-pickup__list__text p {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .course-pickup__list__text p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .course-pickup__list__text p {
    font-size: 2rem;
  }
}
.course-pickup__list__text p > span {
  font-size: 0.8rem !important;
}
@media (min-width: 576px) {
  .course-pickup__list__text p > span {
    font-size: 1rem !important;
  }
}

.course-lineup__list {
  background-color: #eead00;
  border: solid 2px #1a1a2e;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .course-lineup__list {
    padding: 50px;
  }
}
.course-lineup__list__top {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: solid 1px white;
  flex-direction: column;
  align-items: flex-start;
}
.course-lineup__list__top__text, .course-lineup__list__top__price {
  color: #ad0f0f;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1a1a2e;
  font-weight: bold;
}
.course-lineup__list__top__text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .course-lineup__list__top__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .course-lineup__list__top__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .course-lineup__list__top__text {
    font-size: 2rem;
    line-height: 2;
  }
}
.course-lineup__list__top__text .text-small {
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .course-lineup__list__top__text .text-small {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .course-lineup__list__top__text .text-small {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .course-lineup__list__top__text .text-small {
    font-size: 22px;
  }
}
.course-lineup__list__top__price {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .course-lineup__list__top__price {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .course-lineup__list__top__price {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .course-lineup__list__top__price {
    font-size: 3.75rem;
  }
}
.course-lineup__list__top__price .price-tax {
  font-size: 0.875rem !important;
  line-height: 2;
}
@media (min-width: 768px) {
  .course-lineup__list__top__price .price-tax {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 992px) {
  .course-lineup__list__top__price .price-tax {
    font-size: 1.75rem !important;
  }
}
.course-lineup .accordion-content__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .course-lineup .accordion-content__wrap {
    flex-direction: row;
    gap: 30px;
  }
}
.course-lineup .accordion-content__img {
  width: 342px;
}
.course-lineup .accordion-content__text {
  flex: 1;
}
.course-lineup .accordion-content__text__point p, .course-lineup .accordion-content__text__wrap p {
  color: white;
}
.course-lineup .accordion-content__text__wrap {
  display: flex;
  flex-direction: column;
  margin: 10px 0 30px;
  padding: 0 30px;
  font-size: 1rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .course-lineup .accordion-content__text__wrap {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .course-lineup .accordion-content__text__wrap {
    flex-direction: column;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .course-lineup .accordion-content__text__wrap {
    flex-direction: row;
  }
}
.course-lineup .accordion-content__text__point {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.course-lineup .accordion-content__point__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-lineup .accordion-content__point__list > img {
  width: 25px;
  height: 25px;
}
.course-lineup .accordion-content__point__list .accordion-content__point__list__text {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .course-lineup .accordion-content__point__list .accordion-content__point__list__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .course-lineup .accordion-content__point__list .accordion-content__point__list__text {
    font-size: 1.25rem;
  }
}
.course-lineup .accordion-content__text__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .course-lineup .accordion-content__text__bottom {
    flex-direction: row;
  }
}
.course-lineup .accordion-content__text__bottom > p {
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .course-lineup .accordion-content__text__bottom > p {
    font-size: 1rem;
  }
}
.course-lineup .course-set-list {
  width: 100%;
}
.course-lineup .accordion-header {
  margin-top: 50px;
  cursor: pointer;
}
.course-lineup .accordion-header img {
  display: block;
  margin: 0 auto;
  max-width: 42px;
  transition: all 0.2s ease;
}
.course-lineup .accordion-header.js-open img {
  transition: all 0.2s ease;
  transform: scale(1, -1);
}

.kodawari-other__box > img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px), (max-height: 699px) {
  .kodawari-other__box > img {
    max-width: 75%;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .kodawari-other__box > img {
    max-width: 85%;
  }
}

.news-contents-list .webgene-item {
  padding: 35px 20px;
  border-bottom: solid 1px #1a1a2e;
}
@media (min-width: 768px) {
  .news-contents-list .webgene-item {
    border-bottom: solid 2px #1a1a2e;
  }
}
@media (min-width: 992px) {
  .news-contents-list .webgene-item {
    padding: 50px 40px;
  }
}
.news-contents-list .news-item-list .date {
  color: white;
  background-color: #ad0f0f;
  border: solid 1px #1a1a2e;
  word-break: break-all;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-family: "kaisei-tokumin", sans-serif;
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (min-width: 576px) {
  .news-contents-list .news-item-list .date {
    font-size: 1.5rem;
    width: 85px;
    min-width: 80px;
    height: 85px;
  }
}
@media (min-width: 768px) {
  .news-contents-list .news-item-list .date {
    font-size: 1.75rem;
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .news-contents-list .news-item-list .date {
    font-size: 2rem;
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
}
.news-contents-list .news-item-list__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 768px) {
  .news-contents-list .news-item-list__link {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .news-contents-list .news-item-list__link {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .news-contents-list .news-item-list__link {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.news-contents-list .news-item-list__title {
  flex: 1;
  font-weight: 400;
  font-family: "kaisei-tokumin", sans-serif;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .news-contents-list .news-item-list__title {
    font-size: 1.275rem;
  }
}
@media (min-width: 768px) {
  .news-contents-list .news-item-list__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .news-contents-list .news-item-list__title {
    font-size: 1.75rem;
  }
}

.webgene-pagination,
.pagelink {
  max-width: 600px;
  margin: 80px auto 0;
}
@media (min-width: 768px) {
  .webgene-pagination,
.pagelink {
    margin: 120px auto 0;
  }
}
.webgene-pagination ul,
.pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 35px;
}
@media (min-width: 768px) {
  .webgene-pagination ul,
.pagelink ul {
    row-gap: 65px;
  }
}
.webgene-pagination li > a,
.pagelink li > a {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .webgene-pagination li > a,
.pagelink li > a {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .webgene-pagination li > a,
.pagelink li > a {
    font-size: 1.375rem;
  }
}
.webgene-pagination li > a:hover,
.pagelink li > a:hover {
  color: #1a1a2e;
}
.webgene-pagination .prev,
.webgene-pagination .next,
.pagelink .prev,
.pagelink .next {
  width: 100%;
  max-width: 120px;
}
@media (min-width: 576px) {
  .webgene-pagination .prev,
.webgene-pagination .next,
.pagelink .prev,
.pagelink .next {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .webgene-pagination .prev,
.webgene-pagination .next,
.pagelink .prev,
.pagelink .next {
    max-width: 210px;
  }
}
.webgene-pagination .prev a,
.webgene-pagination .next a,
.pagelink .prev a,
.pagelink .next a {
  position: relative;
  z-index: 1;
  color: #ad0f0f;
  display: block;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .webgene-pagination .prev a,
.webgene-pagination .next a,
.pagelink .prev a,
.pagelink .next a {
    padding: 10px 50px;
  }
}
.webgene-pagination .prev a::after,
.webgene-pagination .next a::after,
.pagelink .prev a::after,
.pagelink .next a::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  transition: all 0.3s ease;
  width: 120px;
  height: 11px;
}
@media (min-width: 576px) {
  .webgene-pagination .prev a::after,
.webgene-pagination .next a::after,
.pagelink .prev a::after,
.pagelink .next a::after {
    width: 150px;
    height: 14px;
  }
}
@media (min-width: 768px) {
  .webgene-pagination .prev a::after,
.webgene-pagination .next a::after,
.pagelink .prev a::after,
.pagelink .next a::after {
    width: 210px;
    height: 19px;
  }
}
.webgene-pagination .prev a:hover::after,
.webgene-pagination .next a:hover::after,
.pagelink .prev a:hover::after,
.pagelink .next a:hover::after {
  transition: all 0.3s ease;
}
.webgene-pagination .prev,
.pagelink .prev {
  margin-right: auto;
}
.webgene-pagination .prev a,
.pagelink .prev a {
  text-align: right;
}
.webgene-pagination .prev a::after,
.pagelink .prev a::after {
  left: 0;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/arrow-red-left.png) center/contain no-repeat;
}
.webgene-pagination .prev a:hover::after,
.pagelink .prev a:hover::after {
  left: -8px;
}
.webgene-pagination .next,
.pagelink .next {
  margin-left: auto;
}
.webgene-pagination .next a,
.pagelink .next a {
  text-align: left;
}
.webgene-pagination .next a::after,
.pagelink .next a::after {
  right: 0;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/arrow-red-right.png) center/contain no-repeat !important;
}
.webgene-pagination .next a:hover::after,
.pagelink .next a:hover::after {
  right: -8px;
}
.webgene-pagination .news-lists,
.pagelink .news-lists {
  width: 100%;
}
.webgene-pagination .news-lists .button,
.pagelink .news-lists .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.news-details__title {
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 10px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-details__title {
    align-items: center;
    flex-direction: row;
    margin-bottom: 55px;
  }
}
.news-details__date {
  color: #ad0f0f;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .news-details__date {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .news-details__date {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .news-details__date {
    font-size: 2rem;
  }
}
.news-details__title h1 {
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 576px) {
  .news-details__title h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .news-details__title h1 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .news-details__title h1 {
    font-size: 1.75rem;
  }
}
.news-details__contents {
  position: relative;
  z-index: 1;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/20250627132957535528.jpg) center/cover repeat;
  padding: 40px 20px 100px;
  border: solid 1px #1a1a2e;
}
@media (min-width: 576px) {
  .news-details__contents {
    border: solid 2px #1a1a2e;
    padding: 40px 40px 180px;
  }
}
@media (min-width: 768px) {
  .news-details__contents {
    padding: 50px 70px 200px;
  }
}
@media (min-width: 992px) {
  .news-details__contents {
    padding: 60px 90px 250px;
  }
}
@media (min-width: 1200px) {
  .news-details__contents {
    padding: 75px 115px 290px;
  }
}
.news-details__contents::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3%;
  right: 3%;
  background: url(https://s-6810473.smooooth.jp/system_panel/uploads/images/20250703042942262723.png) center/contain no-repeat;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
  width: 260px;
  height: 135px;
}
@media (min-width: 992px) {
  .news-details__contents::after {
    width: 420px;
    height: 216px;
  }
}
@media (min-width: 1200px) {
  .news-details__contents::after {
    width: 522px;
    height: 268px;
  }
}
.news-details__img {
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #1a1a2e;
}
@media (min-width: 576px) {
  .news-details__img {
    border: solid 2px #1a1a2e;
  }
}
.news-details__text {
  margin-top: 30px;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .news-details__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .news-details__text {
    margin-top: 60px;
  }
}

.shop-info-address__list {
  margin-left: 0;
  margin-right: 0;
}
.shop-info-address__list h3 {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .shop-info-address__list h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .shop-info-address__list h3 {
    font-size: 1.5rem;
  }
}
.shop-info-address__list p {
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .shop-info-address__list p {
    font-size: 1rem;
  }
}
@media (max-width: 575px), (max-height: 699px) {
  .shop-info-address__list h4 {
    font-size: 1rem !important;
  }
}
.shop-info-address .info-sub {
  padding: 0;
}
.shop-info-address .col-lg-8,
.shop-info-address .col-lg-4 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.seen-contents-wrap__box:nth-child(even) {
  margin-left: auto;
}
.seen-contents-wrap__box:nth-child(even) .seen-contents-wrap__box__text {
  margin-left: auto;
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(1) {
    margin-bottom: 100px;
  }
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(1) .seen-contents-wrap__box__text {
    margin-top: -17%;
    max-width: 70%;
  }
}
.seen-contents-wrap__box:nth-child(1) .bg-deco {
  bottom: 25%;
  left: -4vw;
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(1) .bg-deco {
    bottom: 0%;
    left: -13vw;
  }
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(2) {
    margin-bottom: 100px;
  }
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(2) .seen-contents-wrap__box__text {
    margin-top: -24%;
    max-width: 68%;
  }
}
.seen-contents-wrap__box:nth-child(2) .bg-deco {
  right: -5%;
  bottom: 24%;
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(2) .bg-deco {
    right: -21%;
    bottom: -14%;
  }
}
@media (min-width: 768px) {
  .seen-contents-wrap__box:nth-child(3) {
    padding-bottom: 25%;
  }
}
@media (min-width: 576px) {
  .seen-contents-wrap__box:nth-child(3) .seen-contents-wrap__box__text {
    max-width: 70%;
    margin-top: -36%;
  }
}
.seen-contents-wrap__box {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
.seen-contents-wrap__box .bg-deco {
  opacity: 0.4;
  position: absolute;
  z-index: -1;
  max-width: 67%;
}
.seen-contents-wrap__box__img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .seen-contents-wrap__box__img {
    width: 100%;
  }
}
.seen-contents-wrap__box__text {
  margin-top: 20px;
  max-width: 100%;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .seen-contents-wrap__box__text {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .seen-contents-wrap__box__text {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px), (max-height: 699px) {
  .kushi-menu {
    margin: 20px !important;
  }
}

@media (max-width: 767px), (max-height: 699px) {
  .kushi-menu {
    width: 100%;
  }
}

@media (max-width: 767px), (max-height: 699px) {
  .food-menu-img-area {
    width: auto;
    height: auto;
    padding: 20px 15px;
  }
}

.access-map iframe {
  aspect-ratio: 16/9;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border-width: 0;
  border: none;
  display: block;
}
@media (max-width: 767px), (max-height: 699px) {
  .access-map iframe {
    aspect-ratio: 3/4;
  }
}