@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Bebas+Neue&family=Zen+Old+Mincho:wght@500&display=swap");
.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 2s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

.anim-hide {
  opacity: 0;
}

.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 2s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 2s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 2s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 2s ease 0s 1 alternate forwards;
}

.afacad {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.serif {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.fw-normal {
  font-weight: 500;
}

.font-small {
  font-size: 14px;
}
@media all and (max-width: 786px) {
  .font-small {
    font-size: 3.0768vw;
  }
}

.font-default {
  font-size: 16px;
}
@media all and (max-width: 786px) {
  .font-default {
    font-size: 3.5896vw;
  }
}

.font-large {
  font-size: 18px;
}
@media all and (max-width: 786px) {
  .font-large {
    font-size: 4.1024vw;
  }
}

.font-h2 {
  font-size: 30px;
}
@media all and (max-width: 786px) {
  .font-h2 {
    font-size: 7.1792vw;
  }
}

.font-h3 {
  font-size: 28px;
}
@media all and (max-width: 786px) {
  .font-h3 {
    font-size: 6.6664vw;
  }
}

.font-h4 {
  font-size: 24px;
}
@media all and (max-width: 786px) {
  .font-h4 {
    font-size: 5.6408vw;
  }
}

.font-h5 {
  font-size: 22px;
}
@media all and (max-width: 786px) {
  .font-h5 {
    font-size: 5.128vw;
  }
}

.font-h6 {
  font-size: 20px;
}
@media all and (max-width: 786px) {
  .font-h6 {
    font-size: 4.6152vw;
  }
}

@media all and (max-width: 786px) {
  .font-sp16 {
    font-size: 1.1428571429rem !important;
  }
}

.pt-large {
  padding-top: 200px;
}
@media all and (max-width: 786px) {
  .pt-large {
    padding-top: 25.64vw;
  }
}

.pt-medium {
  padding-top: 160px;
}
@media all and (max-width: 786px) {
  .pt-medium {
    padding-top: 15.384vw;
  }
}

.pt-small {
  padding-top: 100px;
}
@media all and (max-width: 786px) {
  .pt-small {
    padding-top: 10.256vw;
  }
}

.pb-large {
  padding-bottom: 200px;
}
@media all and (max-width: 786px) {
  .pb-large {
    padding-bottom: 25.64vw;
  }
}

.pb-medium {
  padding-bottom: 160px;
}
@media all and (max-width: 786px) {
  .pb-medium {
    padding-bottom: 15.384vw;
  }
}

.pb-small {
  padding-bottom: 100px;
}
@media all and (max-width: 786px) {
  .pb-small {
    padding-bottom: 10.256vw;
  }
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-md {
  margin-top: 60px;
}
@media all and (max-width: 786px) {
  .mt-md {
    margin-top: 10.256vw;
  }
}

.mb-md {
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .mb-md {
    margin-bottom: 10.256vw;
  }
}

.mb-sml {
  margin-bottom: 30px;
}
@media all and (max-width: 786px) {
  .mb-sml {
    margin-bottom: 5.128vw;
  }
}

.mb-min {
  margin-bottom: 15px;
}
@media all and (max-width: 786px) {
  .mb-min {
    margin-bottom: 3.846vw;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .mb-60 {
    margin-bottom: 4.2857142857rem;
  }
}

#group_header,
#group_footer {
  overflow: hidden;
}

.fixed-nav {
  position: fixed;
  z-index: 99;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: calc(100% - 90px);
  pointer-events: none;
}
@media all and (min-width: 787px) {
  .fixed-nav {
    top: 75.5px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media all and (max-width: 786px) {
  .fixed-nav {
    bottom: 0;
    width: 100%;
    height: 5rem;
    flex-direction: row-reverse;
  }
}

.navBT {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  width: 6.25rem;
  height: 6.25rem;
  cursor: pointer;
  background-color: #5ADEE6;
  padding: 0;
  transition: all 1s ease 0s;
  color: #fff;
  font-size: 22px;
  padding-top: 5px;
  gap: 10px;
  pointer-events: all;
}
@media (hover: none) {
  .navBT {
    transition: none !important;
  }
}
@media (hover: hover) {
  .navBT:hover {
    background-color: #2AC1CA;
  }
}
.navBT:active {
  background-color: #2AC1CA;
}
@media all and (min-width: 787px) {
  .navBT.scrolled {
    width: 150px;
    height: 70px;
    flex-direction: row;
  }
}
@media all and (max-width: 786px) {
  .navBT {
    width: 5.7142857143rem;
    height: 5rem;
    background: linear-gradient(180deg, #5ADEE6 0%, #2AC1CA 100%);
    font-size: 1.0714285714rem;
    padding-top: 0.3571428571rem;
    gap: 0.3571428571rem;
    flex-shrink: 0;
  }
}
.navBT__barWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29px;
  height: 19px;
}
@media all and (max-width: 786px) {
  .navBT__barWrap {
    width: 1.7142857143rem;
    height: 1.1428571429rem;
  }
}
.navBT__barWrap span {
  height: 3px;
  background-color: #fff;
  width: 100%;
  display: block;
}
@media all and (max-width: 786px) {
  .navBT__barWrap span {
    height: 0.1428571429rem;
  }
}

.fixed-bbqLink {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/fixed-bbqLink_bg.webp);
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  gap: 10px;
  transition: all 0.3s ease 0s;
  pointer-events: all;
}
.fixed-bbqLink:hover {
  text-decoration: none;
}
@media all and (min-width: 787px) {
  .fixed-bbqLink {
    flex-direction: column;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
    border-radius: 4px 0px 0px 4px;
  }
}
@media all and (max-width: 786px) {
  .fixed-bbqLink {
    flex: 1;
    font-size: 1.0714285714rem;
    gap: 0.3571428571rem;
  }
}
@media (hover: none) {
  .fixed-bbqLink {
    transition: none !important;
  }
}
@media (hover: hover) and (min-width: 787px) {
  .fixed-bbqLink:hover {
    translate: 5px 0;
  }
}
@media all and (min-width: 787px) {
  .fixed-bbqLink:active {
    translate: 5px 0;
  }
}
.fixed-bbqLink .icon {
  width: 55px;
}
@media all and (max-width: 786px) {
  .fixed-bbqLink .icon {
    display: none;
  }
}
@media all and (min-width: 787px) {
  .fixed-bbqLink .text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
  }
}
.fixed-bbqLink .arrow {
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 786px) {
  .fixed-bbqLink .arrow {
    width: 1em;
  }
}
.fixed-bbqLink .arrow svg {
  width: 45%;
  translate: 10% 0;
}

.fixed-sunset {
  height: 144px;
  pointer-events: all;
}
@media all and (max-width: 786px) {
  .fixed-sunset {
    height: 5rem;
  }
}
.fixed-sunset__inner {
  background-color: #fff;
  width: 138px;
  height: 144px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
@media all and (min-width: 787px) {
  .fixed-sunset__inner {
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media all and (max-width: 786px) {
  .fixed-sunset__inner {
    background-color: #f2f2f2;
    width: 9.2857142857rem;
    height: 5rem;
    flex-shrink: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 0.3571428571rem;
  }
}
.fixed-sunset__inner .icon {
  width: 52px;
}
@media all and (max-width: 786px) {
  .fixed-sunset__inner .icon {
    width: 1.7557142857rem;
  }
}
.fixed-sunset__inner .text {
  font-size: 12px;
}
@media all and (max-width: 786px) {
  .fixed-sunset__inner .text {
    width: 100%;
    order: -1;
    line-height: 1;
    font-size: 0.7857142857rem;
    margin-top: 0.5em;
    margin-bottom: -0.75em;
  }
}
.fixed-sunset__inner .time {
  font-size: 42px;
  line-height: 1;
}
@media all and (max-width: 786px) {
  .fixed-sunset__inner .time {
    font-size: 2.1428571429rem;
    line-height: 0.8;
  }
}

.pc-gNav {
  position: absolute;
  right: 100px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  pointer-events: all;
}
.pc-gNav:hover {
  text-decoration: none;
}
.pc-gNav__logo {
  display: none;
}
.pc-gNav.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100vw - 150px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  border-top: 1px solid #e2e2e2;
  right: 150px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1180px) {
  .pc-gNav.scrolled {
    justify-content: flex-end;
  }
}
.pc-gNav.scrolled .pc-gNav__logo {
  display: block;
}
@media (max-width: 1180px) {
  .pc-gNav.scrolled .pc-gNav__logo {
    display: none;
  }
}
.pc-gNav.scrolled .pc-gNav__list a {
  color: #3A2619;
  height: 69px;
}
.pc-gNav.scrolled .pc-gNav__list a .ja {
  font-size: 16px;
}
@media all and (max-width: 1024px) {
  .pc-gNav {
    display: none !important;
  }
}
.pc-gNav__list {
  display: flex;
}
.pc-gNav__list__item {
  flex-shrink: 0;
}
.pc-gNav__list__item:first-child a {
  padding-left: 50px;
}
.pc-gNav__list__item:last-child a {
  padding-right: 50px;
}
.pc-gNav__list a {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 0 25px;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.pc-gNav__list a:hover {
  text-decoration: none;
}
.pc-gNav__list a .en {
  font-size: 14px;
}
.pc-gNav__list a .ja {
  font-size: 18px;
  font-weight: bold;
}
@media (hover: none) {
  .pc-gNav__list a {
    transition: none !important;
  }
}
@media (hover: hover) {
  .pc-gNav__list a:hover {
    color: #5ADEE6 !important;
  }
}
.pc-gNav__list a:active {
  color: #5ADEE6 !important;
}

.mainHeader {
  position: fixed;
  top: 0;
  background-color: #5ADEE6;
  background: linear-gradient(#676360 0%, #4d4a47 100%);
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 990;
  opacity: 0;
  transform: translateX(-102%);
  transition: opacity 0.4s ease 0s, transform 0s ease 0.4s;
  color: #fff;
}
.mainHeader.active {
  transition: opacity 0.4s ease 0s, transform 0s ease 0s;
  opacity: 1;
  transform: translateX(0%);
}
.mainHeader__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 10;
  overflow: auto;
}
@media all and (max-width: 786px) {
  .mainHeader__inner {
    flex-direction: column-reverse;
  }
}
.mainHeader__left {
  display: flex;
  align-items: center;
  padding-right: 8%;
  justify-content: flex-end;
  width: 50%;
  flex-shrink: 0;
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media all and (max-width: 786px) {
  .mainHeader__left {
    width: 100%;
    justify-content: center;
    padding: 1.875rem 1.25rem 3.125rem;
  }
}
.mainHeader__left:after {
  content: "";
  width: 0.0625rem;
  height: 70vh;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: #fff;
}
@media all and (max-width: 786px) {
  .mainHeader__left:after {
    height: 0.0625rem;
    top: 0;
    right: 50%;
    translate: 50% 0;
    width: 90vw;
  }
}
.mainHeader__left__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 16.6875rem;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 800px) {
  .mainHeader__left__inner {
    max-width: 14.375rem;
  }
}
@media all and (max-width: 786px) {
  .mainHeader__left__inner {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.mainHeader__logo {
  width: 100%;
  margin-bottom: 3.75rem;
}
@media all and (max-width: 786px) {
  .mainHeader__logo {
    width: 11.25rem;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.mainHeader__logo img {
  width: 100%;
}
@media all and (max-width: 786px) {
  .mainHeader__logo img {
    width: 11.25rem;
  }
}
.mainHeader__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
}
@media (hover: none) {
  .mainHeader__logo a {
    transition: none !important;
  }
}
@media (hover: hover) {
  .mainHeader__logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.mainHeader__logo a:active {
  opacity: 0.8;
  text-decoration: none;
}
.mainHeader__address {
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 786px) {
  .mainHeader__address {
    width: auto;
    margin-bottom: 0;
  }
}
.mainHeader__insta {
  width: 2.125rem;
}
.mainHeader__insta img {
  width: 100%;
}
.mainHeader__nav {
  width: 50%;
  flex-shrink: 0;
  padding-left: 8%;
  padding-right: 2%;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 786px) {
  .mainHeader__nav {
    width: 100%;
    flex: 1;
    flex-shrink: 1;
  }
}

.gNav {
  z-index: 11000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/gnav_bg.webp);
  overflow-y: auto;
  opacity: 0;
  translate: -105% 0;
  transition: opacity 0.5s ease 0s, translate 0s ease 0.5s;
}
.gNav.active {
  opacity: 1;
  translate: 0 0;
  transition: opacity 0.5s ease 0s, translate 0s ease 0s;
}
.gNav__close {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  width: 6.25rem;
  height: 6.25rem;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #5ADEE6;
  padding: 0;
  transition: all 1s ease 0s;
  color: #fff;
  font-size: 22px;
  padding-top: 5px;
  gap: 10px;
}
@media (hover: none) {
  .gNav__close {
    transition: none !important;
  }
}
@media (hover: hover) {
  .gNav__close:hover {
    background-color: #2AC1CA;
  }
}
.gNav__close:active {
  background-color: #2AC1CA;
}
@media all and (max-width: 786px) {
  .gNav__close {
    width: 5.7142857143rem;
    height: 5rem;
    background: linear-gradient(180deg, #2AC1CA 0%, #5ADEE6 100%);
    font-size: 1.0714285714rem;
    padding-top: 0.3571428571rem;
    gap: 0.7142857143rem;
    flex-shrink: 0;
  }
}
.gNav__close__barWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29px;
  height: 19px;
}
@media all and (max-width: 786px) {
  .gNav__close__barWrap {
    width: 1.7142857143rem;
    height: 1.1428571429rem;
  }
}
.gNav__close__barWrap span {
  height: 3px;
  background-color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.gNav__close__barWrap span:nth-child(1) {
  rotate: 45deg;
}
.gNav__close__barWrap span:nth-child(2) {
  rotate: -45deg;
}
@media all and (max-width: 786px) {
  .gNav__close__barWrap span {
    height: 0.1428571429rem;
  }
}
.gNav__wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .gNav__wrapper {
    padding: 40px 30px;
  }
}
@media all and (max-width: 786px) {
  .gNav__wrapper {
    padding: 4.2857142857rem 2.5rem 2.5rem;
  }
}
.gNav__inner {
  max-width: 1560px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .gNav__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0.5fr;
  }
}
@media all and (max-width: 786px) {
  .gNav__inner {
    display: flex;
    flex-direction: column;
  }
}
.gNav__infoWrap {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  padding-right: 20px;
}
@media all and (max-width: 1024px) {
  .gNav__infoWrap {
    grid-row: 1/span 2;
    grid-column: 1;
    align-items: flex-start;
    justify-content: center;
  }
}
@media all and (max-width: 786px) {
  .gNav__infoWrap {
    order: 3;
  }
}
.gNav__mainNavWrap {
  flex: 1.3;
  display: flex;
  justify-content: center;
  padding: 0 1.5em;
  border-left: 1px solid #E2E2E2;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .gNav__mainNavWrap {
    grid-row: 1;
    grid-column: 2;
  }
}
@media all and (max-width: 786px) {
  .gNav__mainNavWrap {
    order: 1;
    padding: 0;
    border-left: 0;
    justify-content: normal;
  }
}
.gNav__contactWrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .gNav__contactWrap {
    grid-row: 2;
    grid-column: 2;
    justify-content: center;
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 786px) {
  .gNav__contactWrap {
    order: 2;
    margin: 2.8571428571rem 0 4.2857142857rem;
  }
}
.gNav__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 288px;
}
@media all and (max-width: 786px) {
  .gNav__info {
    width: 22.2857142857rem;
    gap: 1.4285714286rem;
  }
}
.gNav__info .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
}
.gNav__info .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media all and (max-width: 786px) {
  .gNav__info .logo {
    gap: 1.7857142857rem;
  }
}
.gNav__info .logo__img {
  max-width: 242px;
}
@media all and (max-width: 786px) {
  .gNav__info .logo__img {
    max-width: 14.2857142857rem;
  }
}
.gNav__info .logo__text {
  font-weight: bold;
}
.gNav__info .address {
  padding: 2.25em 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 786px) {
  .gNav__info .address {
    padding: 1.25em 0;
  }
}
.gNav__info .contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gNav__info .contact a {
  text-decoration: none;
}
.gNav__info .contact .tel {
  display: flex;
  align-items: center;
  color: #DAA64B;
  font-size: 36px;
  line-height: 1;
  gap: 15px;
  margin-bottom: 20px;
}
@media all and (max-width: 786px) {
  .gNav__info .contact .tel {
    font-size: 2.5714285714rem;
    gap: 1.0714285714rem;
  }
}
.gNav__info .contact .tel .icon {
  width: 0.875em;
}
.gNav__info .contact .tel .icon img {
  width: 100%;
}
.gNav__info .contact .info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media all and (max-width: 786px) {
  .gNav__info .contact .info {
    margin-bottom: 1.4285714286rem;
  }
}
.gNav__info .contact .info .row {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 1.125em;
}
.gNav__info .contact .insta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  gap: 30px;
  transition: all 0.3s ease 0s;
}
.gNav__info .contact .insta:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .gNav__info .contact .insta {
    gap: 2.1428571429rem;
  }
}
@media (hover: hover) {
  .gNav__info .contact .insta:hover .icon:before {
    scale: 1.1;
  }
}
.gNav__info .contact .insta:active .icon:before {
  scale: 1.1;
}
.gNav__info .contact .insta .bar {
  height: 1px;
  width: 40px;
  background-color: #e2e2e2;
}
@media all and (max-width: 786px) {
  .gNav__info .contact .insta .bar {
    width: 2.8571428571rem;
  }
}
.gNav__info .contact .insta .icon {
  width: 46px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 786px) {
  .gNav__info .contact .insta .icon {
    width: 3.2857142857rem;
  }
}
.gNav__info .contact .insta .icon img {
  width: 24px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 786px) {
  .gNav__info .contact .insta .icon img {
    width: 1.7142857143rem;
  }
}
.gNav__info .contact .insta .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #BBE1F2;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.gNav__info .contact .insta .icon:before:hover {
  text-decoration: none;
}
.gNav__mainNav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media all and (max-width: 786px) {
  .gNav__mainNav {
    gap: 2.1428571429rem;
  }
}
.gNav__mainNav a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  line-height: 1.2;
  gap: 10px;
  transition: all 0.3s ease 0s;
}
.gNav__mainNav a:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .gNav__mainNav a {
    gap: 0.3571428571rem;
  }
}
@media (hover: hover) {
  .gNav__mainNav a:hover .en {
    color: #5ADEE6;
  }
}
.gNav__mainNav a:active .en {
  color: #5ADEE6;
}
.gNav__mainNav a .en {
  color: #537B91;
  font-size: 46px;
  transition: all 0.3s ease 0s;
}
.gNav__mainNav a .en:hover {
  text-decoration: none;
}
@media (max-width: 1180px) {
  .gNav__mainNav a .en {
    font-size: 36px;
  }
}
@media all and (max-width: 786px) {
  .gNav__mainNav a .en {
    font-size: 3.1428571429rem;
  }
}
.gNav__mainNav a .ja {
  font-size: 18px;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
@media all and (max-width: 786px) {
  .gNav__mainNav a .ja {
    font-size: 1rem;
  }
}
.gNav__mainNav a .ja:before {
  content: "";
  width: 32px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_wave.svg);
}
@media all and (max-width: 786px) {
  .gNav__mainNav a .ja:before {
    width: 2em;
    height: 1em;
  }
}
.gNav__contact {
  width: 100%;
  width: 320px;
}
@media (max-width: 1180px) {
  .gNav__contact {
    width: 280px;
  }
}
@media all and (max-width: 786px) {
  .gNav__contact {
    width: 100%;
  }
}
@media all and (max-width: 786px) {
  .gNav__contact .btWrap {
    max-width: 18.5714285714rem;
  }
}
.gNav__contact .bbq-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  gap: 10px;
  background-color: #F08300;
  transition: all 0.3s ease 0s;
}
.gNav__contact .bbq-link:hover {
  text-decoration: none;
}
@media (max-width: 1180px) {
  .gNav__contact .bbq-link {
    padding: 15px;
  }
}
@media all and (max-width: 786px) {
  .gNav__contact .bbq-link {
    padding: 1.0714285714rem 2.1428571429rem;
  }
}
@media (hover: hover) {
  .gNav__contact .bbq-link:hover {
    color: #3A2619;
    background-color: #FFD68D;
  }
  .gNav__contact .bbq-link:hover .icon {
    filter: brightness(0.2);
  }
  .gNav__contact .bbq-link:hover .arrow {
    background-color: #3A2619;
  }
  .gNav__contact .bbq-link:hover .arrow path {
    fill: #FFD68D;
  }
}
.gNav__contact .bbq-link:active {
  color: #3A2619;
  background-color: #FFD68D;
}
.gNav__contact .bbq-link:active .icon {
  filter: brightness(0.2);
}
.gNav__contact .bbq-link:active .arrow {
  background-color: #3A2619;
}
.gNav__contact .bbq-link:active .arrow path {
  fill: #FFD68D;
}
.gNav__contact .bbq-link .icon {
  width: 64px;
  transition: all 0.3s ease 0s;
}
.gNav__contact .bbq-link .icon:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .gNav__contact .bbq-link .icon {
    width: 4.5714285714rem;
  }
}
.gNav__contact .bbq-link .arrow {
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.gNav__contact .bbq-link .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .gNav__contact .bbq-link .arrow {
    width: 1em;
  }
}
.gNav__contact .bbq-link .arrow svg {
  width: 45%;
  translate: 10% 0;
}
.gNav__contact .bbq-link .arrow svg path {
  transition: all 0.3s ease 0s;
}
.gNav__contact .bbq-link .arrow svg path:hover {
  text-decoration: none;
}

.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 2.5rem;
  width: 100%;
}
@media all and (max-width: 786px) {
  .fixedHeader {
    padding: 0 1.25rem;
  }
}
.fixedHeader__inner {
  max-width: 72.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
@media all and (max-width: 786px) {
  .fixedHeader__inner {
    height: 4.375rem;
  }
}
.fixedHeader__logo {
  width: 8.375rem;
  filter: invert(1);
}
@media all and (max-width: 786px) {
  .fixedHeader__logo {
    width: 7.4375rem;
  }
}
.fixedHeader__nav {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media all and (max-width: 1024px) {
  .fixedHeader__nav {
    display: none;
  }
}
.fixedHeader__list {
  display: flex;
  gap: 1.25rem;
  line-height: 1.2;
}
.fixedHeader__list a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.2;
  gap: 0.3125rem;
  color: #3A2619;
  transition: all 0.3s ease 0s;
}
.fixedHeader__list a:hover {
  text-decoration: none;
}
.fixedHeader__list a:before {
  content: "";
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #3A2619;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  transition: all 0.3s ease 0s;
  transform-origin: right center;
}
.fixedHeader__list a:before:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixedHeader__list a:hover {
    color: #676360;
  }
  .fixedHeader__list a:hover:before {
    scale: 0.7 1;
    background-color: #676360;
  }
}
.fixedHeader__list a:active {
  color: #676360;
}
.fixedHeader__list a:active:before {
  scale: 0.7 1;
  background-color: #676360;
}
.fixedHeader__list a .ja {
  font-size: 0.6875rem;
  color: #676360;
}
.fixedHeader__insta {
  width: 2.125rem;
  flex-shrink: 0;
}
.fixedHeader__insta img {
  width: 100%;
}

.pageLogo {
  position: fixed;
  top: 2.5rem;
  left: 3.75rem;
  z-index: 350;
  width: 9.875rem;
  transition: all 1.8s ease 0s;
}
@media all and (max-width: 1024px) {
  .pageLogo {
    left: 2.5rem;
  }
}
@media all and (max-width: 786px) {
  .pageLogo {
    top: 1.5625rem;
    left: 1.5625rem;
    width: 6.25rem;
  }
}
.pageLogo.scrolled {
  translate: -200% 0;
}

a {
  color: #3A2619;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

a[rel="noreferrer noopener"] {
  text-decoration: underline;
}

html {
  font-size: 16px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media all and (max-width: 786px) {
  html {
    font-size: 3.5896vw;
  }
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: #3A2619;
  overscroll-behavior: none;
  background-color: #fff;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}
@media all and (max-width: 786px) {
  body {
    font-size: 3.5896vw;
  }
}

article,
aside,
dd,
div,
dl,
dt,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
main {
  font-size: 1rem;
}

img {
  height: auto;
}

.bold {
  font-weight: bold;
}

button,
select {
  color: #3A2619;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

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

.text-right {
  text-align: right;
}

@media all and (min-width: 787px) {
  .text-right-pc {
    text-align: right;
  }
}

@media all and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 1280px) {
  .o_large {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 786px) {
  .no_sp {
    display: none !important;
  }
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 560px) {
  .o_sp2 {
    display: block !important;
  }
  .no_sp2 {
    display: none !important;
  }
}
.br {
  display: none;
}
@media all and (min-width: 1025px) {
  .br.pc {
    display: inline;
  }
}
@media all and (max-width: 1280px) and (min-width: 1025px) {
  .br.pc2 {
    display: inline;
  }
}
@media all and (max-width: 1024px) and (min-width: 787px) {
  .br.tab {
    display: inline;
  }
}
@media all and (max-width: 786px) {
  .br.sp {
    display: inline;
  }
}

.color-key {
  color: #5ADEE6;
}

.color-key2 {
  color: #2AC1CA;
}

.color-key3 {
  color: #537B91;
}

.color-white {
  color: #fff;
}

@media all and (min-width: 801px) {
  .anim--pcDelay1 {
    animation-delay: 0.5s !important;
  }
}

@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scrollText {
  display: flex;
  position: relative;
  margin: auto;
  height: 7.375rem;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  transition: all 1s ease 0s;
  margin-top: -0.3125rem;
}
.scrollText:hover {
  text-decoration: none;
}
.scrollText.reverse .scrollText__text > * {
  animation: scroll-text 18s infinite linear reverse;
}
.scrollText__text {
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  white-space: nowrap;
  transition: all 4s ease;
}
.scrollText__text > * {
  animation: scroll-text 30s infinite linear;
  width: auto;
}
@media all and (max-width: 786px) {
  .scrollText__text > * {
    animation: scroll-text 40s infinite linear;
  }
}
.scrollText__text span {
  margin: 0;
  line-height: 0.85;
  color: rgb(255, 255, 255);
  display: block;
  transition: all 2s ease;
  height: 100%;
  padding-right: 2.5rem;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: flex;
}
.scrollText__text span img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}

.inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

.inner-box {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (max-width: 1024px) {
  .inner-box {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media all and (max-width: 786px) {
  .inner-box {
    padding-left: 5.128vw;
    padding-right: 5.128vw;
  }
}

.bg-grad {
  background: linear-gradient(#676360 0%, #4d4a47 100%);
}

.bg-gray {
  background-color: #f8f6f4;
}

.max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fz14 {
  font-size: 0.875em;
}

.fz16 {
  font-size: 1rem !important;
}

.fz20 {
  font-size: 1.25em;
}

.commonHeading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.1em;
}
.commonHeading .ja {
  font-weight: 500;
  font-size: 1.125rem;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
.commonHeading .ja:after {
  content: "";
  width: 3.125rem;
  height: 0.1875rem;
  background-color: #5ADEE6;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: all 1s ease 0.5s;
  scale: 0 1;
}
.commonHeading .en {
  font-size: 0.6875rem;
  transition: all 1s ease 1s;
  opacity: 0;
}
.commonHeading--white .ja:after {
  background-color: #fff;
}
.commonHeading.onAnim .ja:after {
  scale: 1;
}
.commonHeading.onAnim .en {
  opacity: 1;
}

.commonHeading2 {
  font-size: 1.5rem;
  border-left: 0.5rem solid #5ADEE6;
  padding-left: 0.625rem;
}
@media all and (max-width: 786px) {
  .commonHeading2 {
    font-size: 1.25rem;
  }
}

.commonHeading3 {
  border-left: 0.25rem solid #5ADEE6;
  padding-left: 1.25rem;
  font-weight: 500;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.sp-flex-end {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 786px) {
  .sp-flex-end {
    justify-content: flex-end;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}

.commonBTWrap {
  width: 100%;
  max-width: 320px;
}
@media all and (max-width: 786px) {
  .commonBTWrap {
    width: 18.5714285714rem;
    max-width: 100%;
  }
  .commonBTWrap.lg {
    width: 21rem;
  }
}

.commonBT {
  appearance: none;
  border: 0;
  background-image: none;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  padding: 1.125rem 1.875rem;
  position: relative;
  line-height: 1.4;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75em;
  border-top: 1px solid #5ADEE6;
  border-bottom: 1px solid #5ADEE6;
  text-decoration: none;
}
.commonBT:hover {
  text-decoration: none;
}
.commonBT--center {
  justify-content: center;
}
.commonBT:before {
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  position: absolute;
  left: 0;
  background-color: #5ADEE6;
}
.commonBT:after {
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  position: absolute;
  right: 0;
  background-color: #5ADEE6;
}
.commonBT .icon {
  transition: all 0.3s ease 0s;
  width: 1.25em;
}
.commonBT .icon:hover {
  text-decoration: none;
}
.commonBT .icon svg {
  display: block;
  width: 100%;
}
.commonBT .icon path {
  transition: all 0.3s ease 0s;
}
.commonBT .icon path:hover {
  text-decoration: none;
}
.commonBT .arrow {
  transition: all 0.3s ease 0s;
  width: 60px;
  margin-bottom: 0.4em;
}
.commonBT .arrow:hover {
  text-decoration: none;
}
.commonBT .arrow path {
  transition: all 0.3s ease 0s;
}
.commonBT .arrow path:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .commonBT:hover {
    background-color: #5ADEE6;
    color: #fff;
  }
  .commonBT:hover .icon path {
    fill: #fff;
  }
  .commonBT:hover .arrow {
    translate: 10% 0;
  }
  .commonBT:hover .arrow path {
    fill: #fff;
  }
}
.commonBT:active {
  background-color: #5ADEE6;
  color: #fff;
}
.commonBT:active .icon path {
  fill: #fff;
}
.commonBT:active .arrow {
  translate: 10% 0;
}
.commonBT:active .arrow path {
  fill: #fff;
}

.layout-column2 {
  display: flex;
  gap: 2.5rem 2.5rem;
}
@media all and (min-width: 787px) {
  .layout-column2.reverse {
    flex-direction: row-reverse;
  }
}
.layout-column2__img {
  flex: 1;
  flex-shrink: 0;
}
.layout-column2__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  flex-shrink: 0;
}
@media all and (max-width: 786px) {
  .layout-column2 {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.top-fv {
  margin-top: 75.5px;
}
@media all and (max-width: 786px) {
  .top-fv {
    margin-top: 59px;
    height: calc(100vh - 129px);
    height: calc(100svh - 129px);
  }
}
.top-fv.onAnim .top-fv__logo {
  opacity: 1;
}
.top-fv.onAnim .top-fv__scroll {
  translate: 0;
}
.top-fv__slide {
  height: 100%;
}
.top-fv .swiper {
  height: 100%;
}
.top-fv .swiper-wrapper {
  pointer-events: none;
  height: 100%;
}
.top-fv .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 680px;
  max-height: 52vw;
  overflow: hidden;
}
@media all and (max-width: 786px) {
  .top-fv .swiper-wrapper .swiper-slide {
    max-height: 100%;
    height: 100%;
  }
}
.top-fv .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
  transition: all 15s linear;
}
.top-fv .swiper-wrapper .anim-1 img {
  scale: 1.3;
}
.top-fv .swiper-wrapper .anim-2 img {
  translate: 7% 0;
}
.top-fv .swiper-wrapper .anim-3 img {
  translate: -7% 0;
}
.top-fv .swiper-wrapper .anim-4 img {
  scale: 1.3;
}
.top-fv__logo {
  width: 364px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 2s ease 1s;
}
.top-fv__logo img {
  width: 100%;
}
@media all and (max-width: 786px) {
  .top-fv__logo {
    max-width: 480px;
    width: 22.7142857143rem;
  }
}
.top-fv__scroll {
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  text-decoration: none;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #658EA3;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1;
  padding: 20px 15px;
  transition: translate 1s ease 2s;
  translate: -105% 0;
}
.top-fv__scroll:hover {
  text-decoration: none;
}
.top-fv__scroll .text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top-fv__scroll .bar {
  height: 5.625rem;
  width: 1px;
  position: relative;
}
.top-fv__scroll .bar:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.top-fv__scroll .bar:after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 50%;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 5.625rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.top-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
}
.top-heading__en {
  color: #5ADEE6;
  font-size: 6.25rem;
  line-height: 1;
}
@media all and (max-width: 1280px) {
  .top-heading__en {
    font-size: 4.5rem;
  }
}
@media all and (max-width: 1024px) {
  .top-heading__en {
    font-size: 3.625rem;
  }
}
.top-heading__ja {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  gap: 0.5em;
}
.top-heading__ja:before {
  content: "";
  width: 1.65em;
  aspect-ratio: 2/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_wave.svg);
}
@media all and (max-width: 786px) {
  .top-heading__ja {
    font-size: 1.1428571429rem;
  }
}

.top-beach {
  padding-top: 6.25rem;
  position: relative;
}
@media all and (max-width: 786px) {
  .top-beach {
    padding-top: 7.1428571429rem;
  }
}
.top-beach__main {
  padding-left: 40px;
  margin-left: auto;
  width: calc(100% - (100% - 1200px) / 2 + 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 786px) {
  .top-beach__main {
    width: 100%;
    padding: 0 1.4285714286rem;
    flex-direction: column;
    align-items: normal;
    gap: 2.8571428571rem;
  }
}
.top-beach__main__content {
  width: 40rem;
}
@media all and (max-width: 1280px) {
  .top-beach__main__content {
    width: 31.25rem;
  }
}
@media all and (max-width: 1024px) {
  .top-beach__main__content {
    width: 25rem;
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 786px) {
  .top-beach__main__content {
    padding-right: 0;
    width: 100%;
  }
}
.top-beach__main__img {
  flex: 1;
  max-width: 52.9375rem;
}
@media all and (max-width: 786px) {
  .top-beach__main__img {
    max-width: calc(100% + 1.4285714286rem);
    width: calc(100% + 1.4285714286rem);
    position: relative;
  }
}
.top-beach__bg {
  width: 788px;
  position: absolute;
  top: 200px;
  right: 75%;
}
.top-beach__bg img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .top-beach__bg {
    display: none;
  }
}
.top-beach__info__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
@media all and (max-width: 786px) {
  .top-beach__info__heading .main {
    width: 17.6428571429rem;
  }
}
.top-beach__info__heading .main img {
  width: 100%;
}
.top-beach__info__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 1024px) {
  .top-beach__info__box {
    grid-template-columns: 1fr;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-beach__info__box__heading {
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1em 1.6em;
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 786px) {
  .top-beach__info__box__heading {
    height: 6.8571428571rem;
  }
}
.top-beach__info__box__heading.beach {
  background-color: #FFD68D;
  background-image: url(../images/top/infobg-beach.webp);
}
.top-beach__info__box__heading.pool {
  background-color: #2AC1CA;
  background-image: url(../images/top/infobg-pool.webp);
}
.top-beach__info__caption {
  font-size: 14px;
}
.top-beach__info__caption li {
  padding-left: 1.5em;
  position: relative;
}
.top-beach__info__caption li:before {
  content: "※";
  position: absolute;
  left: 0;
}
@media all and (max-width: 786px) {
  .top-beach__info__caption {
    font-size: 0.8571428571rem;
  }
}

.top-bbq {
  padding: 100px 0 136px;
  background-size: 100%;
  background-position: top center;
  background-image: url(../images/common/bbq_bg.webp);
}
@media (max-width: 1420px) {
  .top-bbq {
    background-size: 1920px;
  }
}
@media all and (max-width: 786px) {
  .top-bbq {
    padding: 7.1428571429rem 0 0;
    background-size: 200%;
    background-position: top left;
  }
}
.top-bbq__main {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media all and (max-width: 786px) {
  .top-bbq__main {
    flex-direction: column;
    gap: 4.2857142857rem;
  }
}
.top-bbq__imgWrap {
  width: 57.29%;
  position: relative;
}
@media all and (max-width: 1024px) {
  .top-bbq__imgWrap {
    width: 45%;
    aspect-ratio: 39/40;
  }
}
@media all and (min-width: 1025px) {
  .top-bbq__imgWrap:before {
    content: "";
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/top/bbq_img_bg.webp);
    transition: all 1.5s ease 1s;
    opacity: 0;
  }
}
@media all and (max-width: 786px) {
  .top-bbq__imgWrap {
    width: 100%;
  }
}
.top-bbq__imgWrap.onAnim:before {
  opacity: 1;
  translate: 1.875rem 1.875rem;
}
.top-bbq__img {
  position: relative;
  z-index: 5;
}
.top-bbq__content {
  flex: 1;
  display: flex;
  padding: 0 6vw;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}
.top-bbq__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 156px;
  line-height: 0.8;
  position: relative;
}
@media all and (max-width: 1024px) {
  .top-bbq__heading {
    font-size: 140px;
  }
}
@media all and (max-width: 786px) {
  .top-bbq__heading {
    font-size: 7.1428571429rem;
  }
}
.top-bbq__heading.onAnim .logo {
  opacity: 1;
}
.top-bbq__heading .logo {
  width: 264px;
  max-width: 13.75vw;
  position: absolute;
  right: 0;
  top: 0;
  translate: 105% -50%;
  opacity: 0;
  transition: opacity 1.5s ease 1.5s;
}
@media (max-width: 1420px) {
  .top-bbq__heading .logo {
    translate: 55% -50%;
  }
}
@media all and (max-width: 1024px) {
  .top-bbq__heading .logo {
    translate: 35% -50%;
  }
}
@media all and (max-width: 786px) {
  .top-bbq__heading .logo {
    width: 11.2142857143rem;
    max-width: 100%;
    translate: 80% -55%;
  }
}
.top-bbq__heading .logo img {
  width: 100%;
}
.top-bbq__heading .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media all and (max-width: 786px) {
  .top-bbq__heading .main {
    margin-bottom: 1.4285714286rem;
  }
}
.top-bbq__heading .text1 {
  color: #C33617;
}
.top-bbq__heading .text2 {
  color: #F2BC00;
  margin-left: 0.575em;
  position: relative;
  z-index: 5;
  margin-top: -0.15em;
  mix-blend-mode: multiply;
}

.top-island__wrapper {
  position: relative;
}
.top-island__main {
  width: 680px;
  height: 700px;
  background-size: cover;
  background-image: url(../images/top/island_bg.webp);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2em 70px;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-left: 22%;
  gap: 60px;
}
@media all and (max-width: 1024px) {
  .top-island__main {
    width: 480px;
    height: 500px;
    padding: 2em;
    gap: 30px;
    margin-left: 15%;
  }
}
@media all and (max-width: 786px) {
  .top-island__main {
    width: 100%;
    height: auto;
    padding: 2.8571428571rem 1.4285714286rem;
    margin: 0;
  }
}
.top-island__heading {
  display: flex;
  flex-direction: column;
}
.top-island__heading .main {
  font-size: 3.75rem;
  margin-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
  .top-island__heading .main {
    font-size: 2.625rem;
  }
}
.top-island__img {
  position: relative;
}
@media all and (min-width: 787px) {
  .top-island__img {
    animation-delay: 1s !important;
    height: 600px;
    top: 50px;
    position: absolute;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .top-island__img {
    height: 400px;
  }
}
@media all and (max-width: 786px) {
  .top-island__img {
    margin-top: 1.4285714286rem;
  }
}
.top-island__img.img1 {
  right: 0;
  width: calc(78% - 648px);
}
@media all and (max-width: 1024px) {
  .top-island__img.img1 {
    width: calc(85% - 440px);
  }
}
@media all and (max-width: 786px) {
  .top-island__img.img1 {
    width: calc(100% - 1.4285714286rem);
    aspect-ratio: 37/25;
  }
}
.top-island__img.img2 {
  left: 0;
  width: 22%;
}
@media all and (max-width: 1024px) {
  .top-island__img.img2 {
    width: 15%;
  }
}
@media all and (max-width: 786px) {
  .top-island__img.img2 {
    width: calc(100% - 3.5714285714rem);
    margin-left: auto;
    aspect-ratio: 34/23;
  }
  .top-island__img.img2 img {
    object-position: 0 -7.1428571429rem;
  }
}
.top-island__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 786px) {
  .top-island__img img {
    object-position: bottom center;
  }
}

.top-events {
  position: relative;
}
.top-events__main {
  padding-left: 40px;
  margin-left: auto;
  width: calc(100% - (100% - 1200px) / 2 + 40px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1280px) {
  .top-events__main {
    width: 100%;
  }
}
@media all and (max-width: 786px) {
  .top-events__main {
    width: 100%;
    padding: 0 1.4285714286rem;
    flex-direction: column;
    align-items: normal;
    gap: 4.2857142857rem;
  }
}
.top-events__main__content {
  width: 37.5rem;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media all and (max-width: 1280px) {
  .top-events__main__content {
    width: 31.25rem;
  }
}
@media all and (max-width: 1024px) {
  .top-events__main__content {
    width: 25rem;
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 786px) {
  .top-events__main__content {
    padding: 0;
    width: 100%;
  }
}
.top-events__main__img {
  width: 45%;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .top-events__main__img {
    width: 55%;
  }
}
.top-events__main__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all 2s ease 1s;
}
@media all and (max-width: 1024px) {
  .top-events__main__img:before {
    display: none;
  }
}
@media all and (max-width: 786px) {
  .top-events__main__img:before {
    display: block;
  }
}
.top-events__main__img img {
  position: relative;
  z-index: 5;
}
.top-events__main__img.onAnim:before {
  translate: -30px 30px;
}
@media all and (max-width: 786px) {
  .top-events__main__img.onAnim:before {
    translate: -0.7142857143rem 0.7142857143rem;
  }
}
@media all and (max-width: 786px) {
  .top-events__main__img {
    max-width: 22.8571428571rem;
    width: 22.8571428571rem;
    margin-left: auto;
    left: 1.4285714286rem;
    position: relative;
  }
}
.top-events__sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  width: 65%;
  margin-top: -5%;
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-events__sub {
    margin-top: 1.25rem;
  }
}
@media all and (max-width: 786px) {
  .top-events__sub {
    margin-top: 1.4285714286rem;
    padding: 0 1.4285714286rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.top-events__sub.onAnim .top-events__sub__img {
  translate: 0;
  opacity: 1;
}
.top-events__sub.onAnim .top-events__sub__text {
  opacity: 1;
}
.top-events__sub__img {
  opacity: 0;
  translate: -20% 0;
  transition: all 2s ease;
}
@media all and (max-width: 786px) {
  .top-events__sub__img:first-child img {
    transform-origin: bottom right;
    scale: 1.2;
  }
}
.top-events__sub__img:nth-child(2) {
  transition-delay: 0.25s;
}
.top-events__sub__img:nth-child(3) {
  transition-delay: 0.5s;
}
@media all and (max-width: 786px) {
  .top-events__sub__img:nth-child(3) {
    grid-column: 2/3;
  }
}
.top-events__sub__text {
  width: 30%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 110% 0;
  z-index: 5;
  opacity: 0;
  transition: all 2s ease 1s;
}
@media all and (max-width: 1024px) {
  .top-events__sub__text {
    width: 40%;
    top: 20%;
  }
}
@media all and (max-width: 786px) {
  .top-events__sub__text {
    width: 54%;
    translate: 0;
    top: auto;
    right: auto;
    left: 1.4285714286rem;
    bottom: 16%;
  }
}
.top-events__sub img {
  width: 100%;
}
.top-events__bg {
  width: 788px;
  position: absolute;
  top: 0;
  right: 80%;
}
.top-events__bg img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .top-events__bg {
    display: none;
  }
}
@media all and (max-width: 786px) {
  .top-events__bg {
    display: block;
    right: -50%;
    width: 27.1428571429rem;
  }
}

.top-insta__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  font-size: 5.3125rem;
  text-align: center;
  color: #5ADEE6;
  line-height: 1;
}
@media all and (max-width: 786px) {
  .top-insta__heading {
    font-size: 4rem;
    gap: 4.2857142857rem;
  }
}
.top-insta__heading span {
  position: relative;
  z-index: 5;
}
.top-insta__heading:after {
  content: "";
  position: relative;
  z-index: 5;
  width: 1px;
  height: 50px;
  transform-origin: top center;
  transition: all 1s ease 1s;
  background-color: #5ADEE6;
  scale: 1 0;
}
@media all and (max-width: 786px) {
  .top-insta__heading:after {
    height: 2.8571428571rem;
  }
}
.top-insta__heading:before {
  content: "";
  position: absolute;
  height: 16.5rem;
  width: 40vw;
  right: 63%;
  top: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/top/insta_heading-bg.webp);
  transition: all 1.5s ease 1.5s;
  background-position: right;
  opacity: 0;
  translate: -5% -30%;
}
@media all and (max-width: 786px) {
  .top-insta__heading:before {
    width: 55vw;
    right: 47%;
    height: 9.2857142857rem;
    background-image: url(../images/top/insta_heading-bg-sp.webp);
  }
}
.top-insta__heading.onAnim:before {
  opacity: 1;
  translate: 0 -30%;
}
.top-insta__heading.onAnim:after {
  scale: 1;
}
.top-insta__wrapper {
  margin-bottom: 100px;
}
@media all and (max-width: 786px) {
  .top-insta__wrapper {
    margin-bottom: 2.1428571429rem;
  }
}

.top-lead {
  padding: 10.625rem 0 1.25rem;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .top-lead {
    padding-top: 7.5rem;
  }
}
@media all and (max-width: 786px) {
  .top-lead {
    padding-top: 5.625rem;
  }
}
@media all and (max-width: 786px) {
  .top-lead__heading {
    max-width: 19.8125rem;
  }
}
.top-lead__lead {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
@media all and (max-width: 800px) {
  .top-lead__lead {
    margin-bottom: 3.75rem;
  }
}
.top-lead__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 800px) {
  .top-lead__box {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.top-lead__box__heading {
  line-height: 2;
}
.top-lead .scrollText {
  height: 6.625rem;
  margin-top: 6.25rem;
}
@media all and (max-width: 786px) {
  .top-lead .scrollText {
    margin-top: 5rem;
  }
}
.top-lead .scrollText span {
  padding: 0;
}
.top-lead .scrollText__text img {
  scale: 1 0.9;
}

.top-img {
  height: 30rem;
}
@media all and (max-width: 786px) {
  .top-img {
    height: 18.75rem;
  }
}
.top-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-room {
  padding-bottom: 7.5rem;
}
@media all and (max-width: 786px) {
  .top-room {
    padding-bottom: 5rem;
  }
}
.top-room .scrollText {
  margin-bottom: 5.625rem;
  margin-top: -1rem;
}
@media all and (max-width: 786px) {
  .top-room .scrollText {
    margin-bottom: 3.75rem;
  }
}

.top-proposal {
  padding-bottom: 7.5rem;
}
@media all and (max-width: 786px) {
  .top-proposal {
    padding-bottom: 5rem;
  }
}
.top-proposal .scrollText {
  margin-bottom: 5.625rem;
}
@media all and (max-width: 786px) {
  .top-proposal .scrollText {
    margin-bottom: 3.75rem;
  }
}
.top-building {
  padding-bottom: 7.5rem;
}
@media all and (max-width: 786px) {
  .top-building {
    padding-bottom: 5rem;
  }
}
.top-building .scrollText {
  margin-bottom: 5.625rem;
}
@media all and (max-width: 786px) {
  .top-building .scrollText {
    margin-bottom: 3.75rem;
  }
}
.top-useful {
  padding: 7.5rem 0;
  color: #fff;
}
@media all and (max-width: 786px) {
  .top-useful {
    padding: 5rem 0;
  }
}
.top-useful__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 0 2.5rem;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 1024px) {
  .top-useful__list {
    margin-bottom: 5rem;
  }
}
@media all and (max-width: 800px) {
  .top-useful__list {
    grid-template-columns: 1fr;
    margin-bottom: 3.75rem;
  }
}
.top-useful__list__item:first-child {
  grid-column: 1;
  grid-row: 1/span 4;
}
@media all and (max-width: 800px) {
  .top-useful__list__item:first-child {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 2.5rem;
  }
}
.top-useful__list__item:first-child .link {
  color: #fff;
}
@media (hover: none) {
  .top-useful__list__item:first-child .link {
    transition: none !important;
  }
}
@media (hover: hover) {
  .top-useful__list__item:first-child .link:hover {
    text-decoration: none;
  }
  .top-useful__list__item:first-child .link:hover img {
    scale: 1.15;
  }
}
.top-useful__list__item:first-child .link:active {
  text-decoration: none;
}
.top-useful__list__item:first-child .link:active img {
  scale: 1.15;
}
.top-useful__list__item:first-child .content {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.top-useful__list__item:first-child .title {
  line-height: 2;
  min-height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-useful__list__item:first-child .date {
  color: #ccc;
  font-size: 0.875rem;
  line-height: 1.2;
}
.top-useful__list__item:first-child .img {
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 16/9;
}
.top-useful__list__item:first-child .img img {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}
.top-useful__list__item:first-child .img img:hover {
  text-decoration: none;
}
.top-useful__list__item:nth-child(n+2) {
  grid-column: 2;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 800px) {
  .top-useful__list__item:nth-child(n+2) {
    grid-column: 1;
  }
}
.top-useful__list__item:nth-child(n+2):last-child {
  margin-bottom: 0;
}
.top-useful__list__item:nth-child(n+2) .link {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 1.25rem;
}
@media (hover: none) {
  .top-useful__list__item:nth-child(n+2) .link {
    transition: none !important;
  }
}
@media (hover: hover) {
  .top-useful__list__item:nth-child(n+2) .link:hover {
    text-decoration: none;
  }
  .top-useful__list__item:nth-child(n+2) .link:hover img {
    scale: 1.15;
  }
}
.top-useful__list__item:nth-child(n+2) .link:active {
  text-decoration: none;
}
.top-useful__list__item:nth-child(n+2) .link:active img {
  scale: 1.15;
}
.top-useful__list__item:nth-child(n+2) .title {
  font-size: 0.875rem;
  line-height: 1.75;
  min-height: 3.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-useful__list__item:nth-child(n+2) .date {
  color: #ccc;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.top-useful__list__item:nth-child(n+2) .img {
  overflow: hidden;
  width: 30%;
  flex-shrink: 0;
  aspect-ratio: 16/9;
}
@media all and (max-width: 800px) {
  .top-useful__list__item:nth-child(n+2) .img {
    width: 42.25%;
  }
}
.top-useful__list__item:nth-child(n+2) .img img {
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}
.top-useful__list__item:nth-child(n+2) .img img:hover {
  text-decoration: none;
}
.top-useful__nav {
  display: flex;
  gap: 2.5rem;
}
@media all and (max-width: 800px) {
  .top-useful__nav {
    flex-direction: column;
  }
}
.top-useful__nav a {
  flex: 1;
  flex-shrink: 0;
  position: relative;
}
.top-useful__nav a:after {
  content: "";
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
@media (hover: none) {
  .top-useful__nav a {
    transition: none !important;
  }
}
@media (hover: hover) {
  .top-useful__nav a:hover {
    text-decoration: none;
  }
  .top-useful__nav a:hover img {
    scale: 1.1;
  }
  .top-useful__nav a:hover .bar:after {
    left: calc(100% - 0.3125rem);
  }
}
.top-useful__nav a:active {
  text-decoration: none;
}
.top-useful__nav a:active img {
  scale: 1.1;
}
.top-useful__nav a:active .bar:after {
  left: calc(100% - 0.3125rem);
}
.top-useful__nav .img {
  overflow: hidden;
}
.top-useful__nav .img img {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.top-useful__nav .img img:hover {
  text-decoration: none;
}
.top-useful__nav .text {
  z-index: 10;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #fff;
  gap: 0.625rem;
}
.top-useful__nav .text .en {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.top-useful__nav .icon {
  width: 4.375rem;
  height: 2.5rem;
  border: 0.0625rem solid #fff;
  border-radius: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 10;
}
.top-useful__nav .icon .bar {
  position: relative;
  height: 0.0625rem;
  width: 1.875rem;
  background-color: #fff;
}
.top-useful__nav .icon .bar:after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s ease 0s;
}
.top-useful__nav .icon .bar:after:hover {
  text-decoration: none;
}

.top-features__box {
  padding: 5rem 1.875rem;
}
@media all and (max-width: 786px) {
  .top-features__box {
    padding: 3.75rem 1.25rem;
  }
}
.top-features__points {
  display: flex;
}
@media all and (max-width: 1024px) {
  .top-features__points {
    flex-direction: column;
  }
}
.top-features__points__item {
  flex: 1;
  flex-shrink: 0;
  padding: 0 1.875rem;
  position: relative;
}
@media all and (max-width: 1024px) {
  .top-features__points__item {
    padding: 1.25rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 786px) {
  .top-features__points__item {
    grid-template-columns: 1fr;
  }
}
.top-features__points__item:before {
  content: "";
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to bottom, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
@media all and (max-width: 1024px) {
  .top-features__points__item:before {
    width: 100%;
    height: 0.0625rem;
    background: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  }
}
.top-features__points__item:last-child:after {
  content: "";
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: repeating-linear-gradient(to bottom, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
@media all and (max-width: 1024px) {
  .top-features__points__item:last-child:after {
    width: 100%;
    height: 0.0625rem;
    top: auto;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  }
}
.top-features__points__label {
  color: #5ADEE6;
  font-weight: 900;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 1.625rem;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
@media all and (max-width: 1024px) and (min-width: 787px) {
  .top-features__points__label {
    grid-column: 1/3;
  }
}
.top-features__points__label span {
  letter-spacing: 0.1em;
}
.top-features__points__label strong {
  font-size: 2.3076923077em;
}
@media all and (max-width: 1024px) and (min-width: 787px) {
  .top-features__points__img {
    grid-row: 2/4;
    margin-right: 1.25rem;
  }
}
@media all and (max-width: 1024px) {
  .top-features__points__img img {
    width: 100%;
  }
}
.top-features__points__heading {
  font-size: 1.875rem;
  font-weight: 900;
  margin: 0.5em 0;
}
@media all and (max-width: 1024px) and (min-width: 787px) {
  .top-features__points__heading {
    margin-top: 0;
    grid-column: 2/3;
  }
}
@media all and (max-width: 1024px) and (min-width: 787px) {
  .top-features__points__text {
    grid-column: 2/3;
  }
}

.top-merit {
  position: relative;
}
.top-merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.75rem 2.5rem;
}
@media all and (max-width: 786px) {
  .top-merit__list {
    gap: 2.5rem;
    flex-direction: column;
  }
}
.top-merit__list__item {
  padding: 1.875rem 1.875rem 2.5rem;
}
@media all and (min-width: 787px) {
  .top-merit__list__item {
    width: calc(50% - 1.25rem);
    max-width: 31.125rem;
    flex-shrink: 0;
  }
}
@media all and (max-width: 786px) {
  .top-merit__list__item {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
.top-merit__list__heading {
  font-weight: 900;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
  .top-merit__list__heading {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 786px) {
  .top-merit__list__heading {
    font-size: 1.875rem;
  }
}

.top-columnWrap {
  display: flex;
  gap: 1.875rem;
}
@media all and (max-width: 800px) {
  .top-columnWrap {
    gap: 1.625rem;
    flex-direction: column;
  }
}
.top-columnWrap__first {
  flex: 1;
}
.top-columnWrap__first__link {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease 0s;
}
.top-columnWrap__first__link:hover {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .top-columnWrap__first__link {
    flex-direction: row;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.top-columnWrap__first__link:hover {
  color: #2AC1CA;
}
.top-columnWrap__first__link:hover img {
  scale: 1.05;
}
.top-columnWrap__first__img {
  aspect-ratio: 1/0.5627;
  overflow: hidden;
}
@media all and (min-width: 801px) {
  .top-columnWrap__first__img {
    margin-bottom: 0.625rem;
  }
}
@media all and (max-width: 800px) {
  .top-columnWrap__first__img {
    flex: 0.45;
  }
}
.top-columnWrap__first__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.top-columnWrap__first__img img:hover {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .top-columnWrap__first__content {
    flex: 0.55;
    display: flex;
    flex-direction: column;
  }
}
.top-columnWrap__first__date {
  font-size: 0.75rem;
  color: #8e8e8e;
  margin-bottom: 0.75em;
}
@media all and (min-width: 801px) {
  .top-columnWrap__first__date {
    font-size: 0.875rem;
    text-align: right;
  }
}
.top-columnWrap__first__title {
  display: -webkit-box;
  line-height: 1.75;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-columnWrap__first .label-more {
  margin-top: 0.625rem;
}
@media all and (max-width: 800px) {
  .top-columnWrap__first .label-more {
    display: none;
  }
}
.top-columnWrap__side {
  width: 23.875rem;
  padding-left: 1.875rem;
  position: relative;
}
@media all and (max-width: 800px) {
  .top-columnWrap__side {
    padding-left: 0;
    width: 100%;
  }
}
@media all and (min-width: 801px) {
  .top-columnWrap__side:before {
    content: "";
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(to bottom, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  }
}

.pageHeader {
  position: relative;
  margin-top: 75.5px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1024px) {
  .pageHeader {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 786px) {
  .pageHeader {
    margin-bottom: 1.4285714286rem;
    margin-top: 59px;
  }
}
.pageHeader__img {
  position: relative;
  overflow: hidden;
  height: 575px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .pageHeader__img {
    height: 420px;
  }
}
@media all and (max-width: 786px) {
  .pageHeader__img {
    height: 14.5714285714rem;
  }
}
.pageHeader__img img {
  position: absolute;
  height: 100%;
  max-width: 1920px;
  width: auto;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 786px) {
  .pageHeader__img img {
    width: 100%;
    position: static;
    translate: 0;
    object-fit: cover;
    object-position: top center;
  }
}
.pageHeader__content {
  width: calc(100% - 900px);
  height: 290px;
  position: absolute;
  bottom: -110px;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
@media (max-width: 1920px) {
  .pageHeader__content {
    width: calc(100% - 900px + (1920px - 100%) / 2);
  }
}
@media all and (max-width: 1024px) {
  .pageHeader__content {
    width: calc(100% - 900px + (1890px - 100%) / 2);
    height: 240px;
  }
}
@media all and (max-width: 786px) {
  .pageHeader__content {
    height: auto;
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
.pageHeader__content:before {
  content: "";
  height: 0.3125rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #5ADEE6;
  transition: scale 1s ease 0.5s;
  transform-origin: left center;
  scale: 0 1;
}
@media all and (max-width: 786px) {
  .pageHeader__content:before {
    height: 0.3571428571rem;
  }
}
.pageHeader__title {
  max-width: 658px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media all and (max-width: 786px) {
  .pageHeader__title {
    padding: 1.4285714286rem 1.4285714286rem 1.4285714286rem;
    max-width: 100%;
    justify-content: flex-start;
  }
}
.pageHeader__title__inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
  translate: 0 2em;
  opacity: 0;
  transition: all 1.5s ease 0.25s;
}
.pageHeader__title__en {
  color: #5ADEE6;
  line-height: 0.78;
  font-size: 100px;
  min-height: 1.56em;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .pageHeader__title__en {
    font-size: 72px;
  }
}
@media all and (max-width: 786px) {
  .pageHeader__title__en {
    font-size: 4rem;
  }
}
.pageHeader__title__ja {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  gap: 0.5em;
}
.pageHeader__title__ja:before {
  content: "";
  width: 1.65em;
  aspect-ratio: 2/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_wave.svg);
}
@media all and (max-width: 786px) {
  .pageHeader__title__ja {
    font-size: 1.1428571429rem;
  }
}
.pageHeader.onAnim .pageHeader__title__inner {
  translate: 0;
  opacity: 1;
}
.pageHeader.onAnim .pageHeader__content:before {
  scale: 1 1;
}

.bread-crumbWrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  .bread-crumbWrap {
    display: none;
  }
}

.bread-crumb {
  font-size: 0.75rem;
  line-height: 1.4;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  gap: 0.5em 1.35em;
  width: 48%;
  margin-left: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.bread-crumb.w100 {
  width: 100%;
  justify-content: flex-end;
}
.bread-crumb li {
  display: flex;
  align-items: center;
  gap: 1.15em;
}
.bread-crumb li:first-child:before {
  display: none;
}
.bread-crumb li:before {
  content: "";
  width: 0.4em;
  height: 0.7em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow_breadcrumb.svg);
}
.bread-crumb li a {
  text-decoration: none;
}
@media (hover: none) {
  .bread-crumb li a {
    transition: none !important;
  }
}
@media (hover: hover) {
  .bread-crumb li a:hover {
    text-decoration: underline;
  }
}
.bread-crumb li a:active {
  text-decoration: underline;
}
.bread-crumb .arrow {
  margin: 0 0.3em;
}

.beach-status-table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #e2e2e2;
  border-top: 0;
}
@media all and (max-width: 786px) {
  .beach-status-table {
    font-size: 0.8571428571rem;
  }
}
.beach-status-table dt {
  background-color: #FFD68D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em;
}
.beach-status-table dd {
  background-color: #FFF9F0;
}
.beach-status-table .column {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e2e2e2;
}
.beach-status-table .column:first-child dt,
.beach-status-table .column:first-child dd {
  border-left: 0;
}
.beach-status-table .column dt {
  border-left: 1px solid #fff;
}
.beach-status-table .column dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e2e2e2;
  gap: 0.66em;
  padding: 0.6em;
}
.beach-status-table .column dd .img {
  height: 70px;
  width: 80px;
}
@media all and (max-width: 786px) {
  .beach-status-table .column dd .img {
    height: 2.8571428571rem;
    width: 4.2142857143rem;
  }
}
.beach-status-table .column dd .img img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.beach-status-table .column dd .icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
.beach-status-table .column dd .icon-text .icon {
  height: 1.15em;
  width: 1.25em;
}
.beach-status-table .column dd .icon-text .icon img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.beach-status-table .row {
  grid-column: span 3;
  display: flex;
}
.beach-status-table .row dt {
  flex: 0.5;
}
.beach-status-table .row dd {
  flex: 1;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 786px) {
  .beach-status-table .row dd {
    font-size: 0.8571428571rem;
  }
}
@media all and (min-width: 787px) {
  .beach-status-table--page .column dd {
    padding: 1.25em 0.66em;
  }
}

.pool-status-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e2e2e2;
  border-top: 0;
}
@media all and (max-width: 786px) {
  .pool-status-table {
    font-size: 0.8571428571rem;
  }
}
.pool-status-table dt {
  background-color: #2AC1CA;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em;
  color: #fff;
}
.pool-status-table .item {
  display: flex;
  flex-direction: column;
}
.pool-status-table .item:first-child dt,
.pool-status-table .item:first-child dd {
  border-left: 0;
}
.pool-status-table .item dt {
  border-left: 1px solid #fff;
}
.pool-status-table .item dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e2e2e2;
  padding: 1em 0.6em;
  background-color: #e8fbfc;
  text-align: center;
}
.pool-status-table .item dd.time {
  line-height: 1.75;
}
@media all and (max-width: 786px) {
  .pool-status-table .item dd.time {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.pool-status-table .item dd.ticket {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.pool-status-table .item dd.ticket > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em;
  width: 100%;
}
.pool-status-table .item dd.ticket > div:first-child {
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 786px) {
  .pool-status-table .item dd.ticket > div {
    font-size: 0.8571428571rem;
  }
}
.pool-status-table .item dd.ticket .label {
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  font-weight: bold;
  color: #fff;
  background-color: #c3c8cb;
  padding: 0.66em;
}
@media all and (max-width: 786px) {
  .pool-status-table .item dd.ticket .label {
    min-width: 5.9285714286rem;
    font-size: 0.8571428571rem;
  }
}
.pool-status-table .item dd.ticket .label.status1 {
  background-color: #00afec;
}
.pool-status-table .item dd.ticket .label.status2 {
  background-color: #EF8400;
}
.pool-status-table .item dd.ticket .label.status1 {
  background-color: #00afec;
}
.pool-status-table .item dd.ticket .label .icon {
  width: 20px;
}
@media all and (max-width: 786px) {
  .pool-status-table .item dd.ticket .label .icon {
    width: 1rem;
  }
}
.pool-status-table .item dd.ticket .label .icon img {
  width: 100%;
}
.pool-status-table .item dd .temp-water {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}
@media all and (max-width: 786px) {
  .pool-status-table .item dd .temp-water {
    font-size: 2.5rem;
  }
}
.pool-status-table .item dd .temp-water small {
  font-size: 0.65em;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageHeader__img--beechAndPool {
  position: relative;
}
.pageHeader__img--beechAndPool picture {
  display: none;
}
.pageHeader__img--beechAndPool picture.current {
  display: block;
  animation: fadeIn 1.5s ease 0s 1 alternate forwards;
}

.beachAndPool-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  border-bottom: 6px solid;
  transition: all 0.3s ease 0s;
}
.beachAndPool-nav:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .beachAndPool-nav {
    border-bottom-width: 0.3571428571rem;
    gap: 0.7142857143rem;
    width: calc(100% + 2.8571428571rem);
    position: relative;
    left: -1.4285714286rem;
  }
}
.beachAndPool-nav.beach {
  border-bottom-color: #DAA64B;
}
.beachAndPool-nav.pool {
  border-bottom-color: #5ADEE6;
}
.beachAndPool-nav__btn {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 0.75em;
  font-weight: bold;
  padding: 1.25em;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
.beachAndPool-nav__btn:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .beachAndPool-nav__btn {
    font-size: 1rem;
  }
}
.beachAndPool-nav__btn .icon {
  width: 1.25em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  background-color: currentColor;
}
.beachAndPool-nav__btn .icon:hover {
  text-decoration: none;
}
.beachAndPool-nav__btn .icon svg {
  display: block;
  width: 60%;
}
.beachAndPool-nav__btn.current {
  color: #fff !important;
}
.beachAndPool-nav__btn:not(.current) .icon {
  rotate: 180deg;
  background-color: currentColor;
}
.beachAndPool-nav__btn:not(.current) .icon path {
  fill: #fff;
}
.beachAndPool-nav__btn.beach {
  color: #DAA64B;
  background-color: #fff4e2;
}
.beachAndPool-nav__btn.beach.current {
  background-color: #DAA64B;
}
.beachAndPool-nav__btn.pool {
  color: #2AC1CA;
  background-color: #e8fbfc;
}
.beachAndPool-nav__btn.pool.current {
  background-color: #5ADEE6;
}

.beachAndPool-content:not(.current) {
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.beachAndPool-content.current {
  display: flex;
  flex-direction: column;
  gap: 160px;
  width: 100%;
  animation: fadeIn 1.5s ease 0s 1 alternate forwards;
}
@media all and (max-width: 786px) {
  .beachAndPool-content.current {
    gap: 4.2857142857rem;
  }
}
.beachAndPool-content .inner-box {
  width: 100%;
}

.beachAndPool-swimming-condition {
  display: flex;
  width: 100%;
}
@media all and (max-width: 786px) {
  .beachAndPool-swimming-condition {
    flex-direction: column;
  }
}
.beachAndPool-swimming-condition__header {
  flex: 0.35;
  border: 1px solid #e2e2e2;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
}
@media all and (max-width: 786px) {
  .beachAndPool-swimming-condition__header {
    border: 0;
  }
}
.beachAndPool-swimming-condition__header .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}
@media all and (max-width: 786px) {
  .beachAndPool-swimming-condition__header .heading {
    gap: 0.5em;
  }
  .beachAndPool-swimming-condition__header .heading .main {
    width: 17.5714285714rem;
  }
  .beachAndPool-swimming-condition__header .heading .main img {
    width: 100%;
  }
}
.beachAndPool-swimming-condition__content {
  flex: 1;
}

.beachAndPool-table {
  width: 100%;
  table-layout: fixed;
}
@media all and (max-width: 786px) {
  .beachAndPool-table {
    display: block;
  }
}
@media all and (max-width: 786px) {
  .beachAndPool-table tbody {
    display: block;
  }
}
@media all and (max-width: 786px) {
  .beachAndPool-table tr {
    display: block;
  }
}
.beachAndPool-table th {
  width: 248px;
  text-align: center;
  padding: 1.25em 1em;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  .beachAndPool-table th {
    width: 180px;
  }
}
@media all and (max-width: 786px) {
  .beachAndPool-table th {
    display: block;
    width: 100%;
    padding: 0.5em;
  }
}
.beachAndPool-table td {
  padding: 1.25em 1.5em;
  vertical-align: middle;
  width: auto;
}
@media all and (max-width: 786px) {
  .beachAndPool-table td {
    display: block;
    border-top: none !important;
  }
}
.beachAndPool-table.beach th,
.beachAndPool-table.beach td {
  border: 1px solid #e2e2e2;
}
.beachAndPool-table.beach th {
  background-color: #FFD68D;
}
.beachAndPool-table.beach td {
  background-color: #fff9f0;
}
.beachAndPool-table.pool th {
  border: 1px solid #fff;
  color: #fff;
}
.beachAndPool-table.pool td {
  border: 1px solid #e2e2e2;
}
.beachAndPool-table.pool th {
  background-color: #2AC1CA;
}
.beachAndPool-table.pool td {
  background-color: #E8FBFC;
}

.beachAndPool-off-seasonNotice {
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding: 2em;
}
@media all and (max-width: 786px) {
  .beachAndPool-off-seasonNotice {
    font-size: 1.2857142857rem;
  }
}

.beachAndPool-gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.beachAndPool-gallery .swiper-slide {
  width: 530px;
  aspect-ratio: 50/33;
  padding: 0 15px;
}
@media all and (max-width: 1024px) {
  .beachAndPool-gallery .swiper-slide {
    width: 380px;
  }
}
@media all and (max-width: 786px) {
  .beachAndPool-gallery .swiper-slide {
    width: 22.1428571429rem;
    padding: 0 0.3571428571rem;
  }
}
.beachAndPool-gallery .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.beachAndPool-links {
  background-color: #f2f2f2;
  padding: 40px 0;
  display: flex;
}
@media all and (max-width: 786px) {
  .beachAndPool-links {
    padding: 0 2.5rem;
    flex-direction: column;
  }
}
.beachAndPool-links__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  flex: 1.5;
}
@media all and (max-width: 786px) {
  .beachAndPool-links__header {
    padding: 1.75em 0;
    text-align: center;
  }
}
@media all and (min-width: 787px) {
  .beachAndPool-links__header .heading {
    max-width: 350px;
  }
}
.beachAndPool-links__item {
  flex: 1;
  padding: 0 1.5em;
  border-left: 1px solid #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 786px) {
  .beachAndPool-links__item {
    padding: 1.75em 0;
    text-align: center;
    border-top: 1px solid #E2E2E2;
    border-left: 0;
  }
}
.beachAndPool-links__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .beachAndPool-links__item a {
    gap: 1.0714285714rem;
  }
}
.beachAndPool-links__item a:hover .heading {
  text-decoration: none;
}
.beachAndPool-links__item a .heading {
  color: #2AC1CA;
  text-decoration: underline;
}
.beachAndPool-links__item a .logo {
  width: 185px;
}
.beachAndPool-links__item a .logo img {
  width: 100%;
}
@media all and (max-width: 786px) {
  .beachAndPool-links__item a .logo {
    width: 13.2142857143rem;
  }
}

.bbqHeader {
  position: relative;
  margin-top: 75.5px;
}
@media all and (max-width: 786px) {
  .bbqHeader {
    margin-top: 59px;
  }
}
.bbqHeader__imgWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (max-width: 786px) {
  .bbqHeader__imgWrap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 90px);
    height: calc(100svh - 90px);
  }
}
.bbqHeader__img {
  height: 800px;
  translate: 0 -10%;
  opacity: 0;
  transition: all 1.5s ease;
}
@media all and (max-width: 1280px) {
  .bbqHeader__img {
    height: 640px;
  }
}
@media all and (max-width: 1024px) {
  .bbqHeader__img {
    height: 40vw;
  }
}
@media all and (max-width: 786px) {
  .bbqHeader__img {
    flex: 1;
    height: auto;
    translate: -10% 0;
  }
}
.bbqHeader__img:nth-child(2) {
  transition-delay: 0.2s;
}
@media all and (max-width: 786px) {
  .bbqHeader__img:nth-child(2) {
    flex: 2.5;
  }
}
.bbqHeader__img:nth-child(3) {
  transition-delay: 0.4s;
}
.bbqHeader__img picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bbqHeader__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bbqHeader__logo {
  width: 313px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: all 1.5s ease 1s;
}
@media all and (max-width: 1280px) {
  .bbqHeader__logo {
    width: 20%;
  }
}
@media all and (max-width: 786px) {
  .bbqHeader__logo {
    width: 12.0714285714rem;
  }
}
.bbqHeader__logo img {
  width: 100%;
}
.bbqHeader.onAnim .bbqHeader__img {
  opacity: 1;
  translate: 0;
}
.bbqHeader.onAnim.onAnim .bbqHeader__logo {
  opacity: 1;
}

.bbq-container {
  background-size: 100%;
  background-position: top center;
  background-image: url(../images/common/bbq_bg.webp);
  margin-top: 1.0714285714rem;
  color: #5D370C;
}
@media (max-width: 1420px) {
  .bbq-container {
    background-size: 1920px;
  }
}
@media all and (max-width: 786px) {
  .bbq-container {
    background-size: 200%;
    background-position: top left;
    margin-top: 0;
    padding-top: 2.5rem;
  }
}

.bbq-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #C33617;
}
@media all and (max-width: 1280px) {
  .bbq-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bbq-nav__item {
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 1.25rem;
  color: #fff;
  min-height: 210px;
}
@media (hover: none) {
  .bbq-nav__item {
    transition: none !important;
  }
}
@media (hover: hover) {
  .bbq-nav__item:hover:before {
    opacity: 0.7;
  }
}
.bbq-nav__item:active:before {
  opacity: 0.7;
}
.bbq-nav__item:before {
  content: "";
  transition: all 0.3s ease 0s;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C33617;
}
.bbq-nav__item:before:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .bbq-nav__item:before {
    opacity: 0.7;
  }
}
.bbq-nav__item:after {
  content: "";
  max-width: 31px;
  width: 8%;
  display: block;
  z-index: 5;
  aspect-ratio: 31/47;
  position: absolute;
  top: 50%;
  right: 5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/pages/bbq/nav_arrow.webp);
  translate: 0 -50%;
}
@media all and (max-width: 786px) {
  .bbq-nav__item:after {
    width: 0.9285714286rem;
  }
}
@media all and (max-width: 1280px) {
  .bbq-nav__item {
    min-height: 180px;
  }
  .bbq-nav__item:nth-child(-n+2) {
    border-top: none;
  }
  .bbq-nav__item:nth-child(2n) {
    border-right: none;
  }
  .bbq-nav__item:nth-last-child(2):nth-child(2n) {
    border-bottom: 1px solid #fff;
  }
}
@media all and (max-width: 786px) {
  .bbq-nav__item {
    min-height: 6.7142857143rem;
    padding: 0.7142857143rem;
    padding-right: 2.1428571429rem;
  }
}
.bbq-nav__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bbq-nav__item__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bbq-nav__item__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.bbq-nav__item__en-title {
  font-size: 46px;
  line-height: 1;
}
.bbq-nav__item__en-title:first-letter {
  font-size: 1.25em;
  color: #F2BC00;
}
@media (max-width: 1330px) {
  .bbq-nav__item__en-title {
    font-size: 36px;
  }
}
@media all and (max-width: 786px) {
  .bbq-nav__item__en-title {
    font-size: 2rem;
  }
}
.bbq-nav__item__ja-title {
  font-size: 18px;
}
@media all and (max-width: 786px) {
  .bbq-nav__item__ja-title {
    font-size: 0.8571428571rem;
  }
}
.bbq-nav__item__caption {
  font-weight: bold;
  font-size: 18px;
}
@media all and (max-width: 786px) {
  .bbq-nav__item__caption {
    font-size: 0.8571428571rem;
  }
}

.bbq-point {
  padding-top: 120px;
}
@media all and (max-width: 786px) {
  .bbq-point {
    padding-top: 4.2857142857rem;
  }
}
.bbq-point__heading {
  max-width: 47.8125rem;
  margin-left: auto;
  margin-right: auto;
}
.bbq-point__points {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 615px;
  margin: 0 auto 60px;
}
@media all and (max-width: 786px) {
  .bbq-point__points {
    margin-bottom: 3.5714285714rem;
    width: calc(100% + 2.8571428571rem);
    position: relative;
    left: -1.4285714286rem;
    gap: 2.1428571429rem;
  }
}
.bbq-point__tableWrap {
  max-width: 600px;
  margin: 0 auto;
}
.bbq-point__tableWrap table {
  width: 100%;
  font-weight: bold;
  table-layout: fixed;
}
.bbq-point__tableWrap table thead th {
  background-color: #5D370C;
  color: #fff;
}
@media all and (max-width: 786px) {
  .bbq-point__tableWrap table thead th {
    font-size: 1.2857142857rem;
  }
}
.bbq-point__tableWrap table th,
.bbq-point__tableWrap table td {
  border: 1px solid #5D370C;
  padding: 0.25em 1em;
  font-size: 24px;
}
@media all and (max-width: 786px) {
  .bbq-point__tableWrap table th,
  .bbq-point__tableWrap table td {
    padding: 0.25em 0.75em;
    font-size: 1.1428571429rem;
  }
}
.bbq-point__footer__heading {
  width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 786px) {
  .bbq-point__footer__heading {
    width: 11rem;
  }
}

.bbq-gallery {
  margin-top: -3em;
}
@media all and (max-width: 786px) {
  .bbq-gallery {
    margin-top: -2em;
  }
}
.bbq-gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.bbq-gallery .swiper-slide {
  width: 530px;
  aspect-ratio: 50/33;
  padding: 0 15px;
}
@media all and (max-width: 1024px) {
  .bbq-gallery .swiper-slide {
    width: 380px;
  }
}
@media all and (max-width: 786px) {
  .bbq-gallery .swiper-slide {
    width: 22.1428571429rem;
    padding: 0 0.3571428571rem;
  }
}
.bbq-gallery .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bbq-facility {
  padding: 100px 0;
  background-color: #F2BC00;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (min-width: 787px) {
  .bbq-facility {
    background-image: url(../images/pages/bbq/facility_bg.webp);
  }
}
@media all and (max-width: 786px) {
  .bbq-facility {
    padding: 4.2857142857rem 0;
  }
}
.bbq-facility__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media all and (max-width: 786px) {
  .bbq-facility__inner {
    gap: 4.2857142857rem;
  }
}
@media all and (max-width: 786px) {
  .bbq-facility__heading {
    width: 100%;
    scale: 1.2;
  }
  .bbq-facility__heading img {
    width: 100%;
  }
}
.bbq-facility__equipment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 786px) {
  .bbq-facility__equipment__heading {
    width: 17.8571428571rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bbq-facility__equipment__heading img {
    width: 100%;
  }
}
.bbq-facility__equipment__text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 786px) {
  .bbq-facility__equipment__text {
    font-size: 1.1428571429rem;
  }
}
.bbq-facility__facility {
  display: grid;
  max-width: 1058px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media all and (max-width: 786px) {
  .bbq-facility__facility {
    grid-template-columns: 1fr;
    gap: 1.4285714286rem;
  }
}
.bbq-facility__facilityCaption {
  padding: 60px 2em;
  background-color: #fff;
  border-radius: 0.7em;
  width: 100%;
}
@media all and (max-width: 786px) {
  .bbq-facility__facilityCaption {
    padding: 1.4285714286rem;
  }
}
.bbq-facility__facilityCaption ul {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.bbq-facility__facilityCaption ul li {
  padding-left: 1em;
  position: relative;
}
.bbq-facility__facilityCaption ul li:before {
  content: "";
  width: 0.3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #537B91;
  position: absolute;
  left: 0;
  top: 0.65em;
}

.bbq-plan {
  padding-top: 160px;
}
@media all and (max-width: 786px) {
  .bbq-plan {
    padding-top: 7.1428571429rem;
  }
}
.bbq-plan__heading {
  max-width: 735px;
  margin: 0 auto 100px;
}
@media all and (max-width: 786px) {
  .bbq-plan__heading {
    scale: 1.2;
    margin-bottom: 3.5714285714rem;
  }
}

.bbq-planList {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media all and (max-width: 786px) {
  .bbq-planList {
    gap: 7.1428571429rem;
  }
}
.bbq-planList__item:nth-child(2n+1) .bbq-planList__main {
  flex-direction: row;
}
.bbq-planList__item:nth-child(2n+1) .bbq-planList__img {
  translate: -3.125rem 0;
}
.bbq-planList__item:nth-child(2n) .bbq-planList__main {
  margin-left: auto;
  flex-direction: row-reverse;
}
.bbq-planList__item:nth-child(2n) .bbq-planList__img {
  translate: 3.125rem 0;
}
.bbq-planList__main {
  max-width: 1590px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .bbq-planList__main {
    margin-bottom: 4.2857142857rem;
    align-items: normal;
    flex-direction: column !important;
    gap: 1.4285714286rem;
  }
}
.bbq-planList__img {
  opacity: 0;
  transition: all 1.5s ease;
  width: 62%;
}
@media all and (max-width: 1280px) {
  .bbq-planList__img {
    width: 55%;
  }
}
@media all and (max-width: 786px) {
  .bbq-planList__img {
    width: 100%;
  }
}
.bbq-planList__img.onAnim {
  opacity: 1;
  translate: 0 !important;
}
.bbq-planList__content {
  flex: 1;
  padding: 0 30px;
}
@media all and (max-width: 1024px) {
  .bbq-planList__content {
    padding: 0 20px;
  }
}
@media all and (max-width: 786px) {
  .bbq-planList__content {
    padding: 0 1.4285714286rem;
  }
}
.bbq-planList__contentIn {
  max-width: 450px;
  margin: 0 auto;
}
@media all and (max-width: 786px) {
  .bbq-planList__contentIn {
    max-width: 100%;
  }
}
.bbq-planList__heading {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #C33617;
  gap: 1em;
  align-items: center;
}
.bbq-planList__heading .caption {
  color: #5D370C;
}
@media all and (max-width: 786px) {
  .bbq-planList__heading {
    padding-bottom: 1.4285714286rem;
    margin-bottom: 1.4285714286rem;
  }
}
.bbq-planList__heading .en {
  width: 100%;
  font-size: 75px;
  max-width: 450px;
}
@media all and (max-width: 1024px) {
  .bbq-planList__heading .en {
    font-size: 54px;
  }
}
.bbq-planList__heading .en:first-letter {
  font-size: 1.3em;
  color: #F2BC00;
}
@media all and (max-width: 786px) {
  .bbq-planList__heading .en {
    max-width: 100%;
    font-size: 4.7142857143rem;
  }
}
.bbq-planList__heading .ja {
  width: 100%;
  font-size: 24px;
  max-width: 450px;
}
@media all and (max-width: 786px) {
  .bbq-planList__heading .ja {
    max-width: 100%;
  }
}
.bbq-planList__heading:after {
  content: "";
  width: calc(100% + 60px);
  left: -30px;
  height: 1px;
  background-color: #C33617;
  position: absolute;
  bottom: 0;
  transition: all 1.5s ease 1s;
  scale: 0 1;
}
@media all and (max-width: 1024px) {
  .bbq-planList__heading:after {
    width: calc(100% + 40px);
    left: -20px;
  }
}
@media all and (max-width: 786px) {
  .bbq-planList__heading:after {
    width: 100%;
    left: 0;
  }
}
.bbq-planList__heading.onAnim:after {
  scale: 1;
}
.bbq-planList__priceWrap {
  display: flex;
  align-items: center;
  gap: 1.3em;
}
.bbq-planList__priceWrap.bbq-drink {
  flex-direction: column;
}
.bbq-planList__priceWrap.bbq-drink .bbq-planList__priceWrap__persons {
  width: 100%;
  max-width: 322px;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 786px) {
  .bbq-planList__priceWrap.bbq-drink .bbq-planList__priceWrap__persons {
    max-width: 19.8571428571rem;
  }
}
.bbq-planList__priceWrap.bbq-drink .bbq-planList__priceWrap__time {
  margin-top: -1em;
}
@media all and (max-width: 786px) {
  .bbq-planList__priceWrap.bbq-drink .bbq-planList__priceWrap__time {
    margin-top: -0.2em;
  }
}
.bbq-planList__priceWrap.bbq-drink .bbq-planList__priceWrap__main {
  padding: 0 1.25rem 0.625rem;
  border-bottom: 1px solid #5D370C;
}
.bbq-planList__priceWrap.bbq-drink .bbq-planList__priceWrap__sub {
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .bbq-planList__priceWrap {
    gap: 0.75em;
  }
}
@media all and (max-width: 786px) {
  .bbq-planList__priceWrap {
    flex-direction: column;
  }
}
.bbq-planList__priceWrap__persons {
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: bold;
  color: #fff;
  background-color: #5D370C;
  border-radius: 4em;
  padding: 0.3em 1em;
}
@media all and (max-width: 1024px) {
  .bbq-planList__priceWrap__persons {
    font-size: 0.8em;
  }
}
@media all and (max-width: 786px) {
  .bbq-planList__priceWrap__persons {
    font-size: 1.2857142857rem;
    border-radius: 0;
  }
}
.bbq-planList__priceWrap__persons strong {
  font-size: 1.33em;
}
.bbq-planList__priceWrap__main {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.bbq-planList__priceWrap__main .person {
  font-weight: bold;
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
@media all and (max-width: 786px) {
  .bbq-planList__priceWrap__main .person {
    font-size: 1.1428571429rem;
  }
}
.bbq-planList__priceWrap__main .main {
  color: #C33617;
  display: flex;
  font-size: 95px;
  line-height: 1.1;
  align-items: baseline;
}
@media all and (max-width: 1024px) {
  .bbq-planList__priceWrap__main .main {
    font-size: 64px;
  }
}
@media all and (max-width: 786px) {
  .bbq-planList__priceWrap__main .main {
    font-size: 6.4285714286rem;
  }
}
.bbq-planList__priceWrap__main .main .mark {
  font-size: 0.45em;
}
.bbq-planList__priceWrap__main .main .tax {
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}
.bbq-planList__ingredient {
  margin-top: 20px;
}
@media all and (max-width: 786px) {
  .bbq-planList__ingredient {
    margin-top: 0.7142857143rem;
  }
}
.bbq-planList__ingredient__heading {
  display: flex;
  gap: 1em;
  font-weight: bold;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media all and (max-width: 786px) {
  .bbq-planList__ingredient__heading {
    margin-bottom: 0.7142857143rem;
  }
}
.bbq-planList__ingredient__heading .main {
  width: 145px;
}
@media all and (max-width: 786px) {
  .bbq-planList__ingredient__heading .main {
    width: 10.3571428571rem;
  }
}
.bbq-planList__ingredient__heading .main img {
  width: 100%;
}
.bbq-planList__ingredient__list li {
  padding: 0.75em 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #5D370C;
}

.bbq-drinkMenu__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1em;
  border-bottom: 1px solid #5D370C;
  padding-bottom: 0.625rem;
  margin-bottom: 50px;
}
@media all and (max-width: 786px) {
  .bbq-drinkMenu__heading {
    margin-bottom: 2.1428571429rem;
    align-items: center;
  }
}
.bbq-drinkMenu__heading:after {
  content: "";
  width: 104px;
  aspect-ratio: 1/1.5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/pages/bbq/drink_heading_illust.webp);
}
@media all and (max-width: 786px) {
  .bbq-drinkMenu__heading:after {
    width: 3.9285714286rem;
  }
}
.bbq-drinkMenu__heading .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bbq-drinkMenu__heading .icon {
  width: 171px;
  margin-bottom: 0.75em;
}
@media all and (max-width: 786px) {
  .bbq-drinkMenu__heading .icon {
    width: 9.2857142857rem;
  }
}
.bbq-drinkMenu__heading .icon img {
  width: 100%;
}
.bbq-drinkMenu__heading .text {
  font-size: 100px;
  line-height: 1;
}
@media all and (max-width: 786px) {
  .bbq-drinkMenu__heading .text {
    font-size: 5rem;
  }
}

.bbq-drinkList {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media all and (max-width: 786px) {
  .bbq-drinkList {
    gap: 2.1428571429rem;
    flex-direction: column;
  }
}
.bbq-drinkList__cat-name {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media all and (max-width: 786px) {
  .bbq-drinkList__cat-name {
    font-size: 2.8571428571rem;
  }
}
.bbq-drinkList__content {
  font-weight: bold;
}
.bbq-drinkList__content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 1.5em;
}
@media all and (max-width: 786px) {
  .bbq-drinkList__content ul {
    width: 100%;
    gap: 0.75em 1em;
  }
}
@media all and (max-width: 786px) {
  .bbq-drinkList__content ul {
    grid-template-columns: 1fr 1fr;
  }
}
.bbq-drinkList__content ul.col2 {
  grid-template-columns: 1fr 1fr;
}
.bbq-drinkList__content ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bbq-reservationBTWrap {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 786px) {
  .bbq-reservationBTWrap {
    padding: 0 0.7142857143rem;
  }
}

.bbq-reservationBT {
  position: relative;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: #F08300;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 1.25em;
  width: 100%;
  max-width: 752px;
  box-shadow: 0 5px 0 #FFD68D;
}
.bbq-reservationBT:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .bbq-reservationBT:hover {
    translate: 0 5px;
    background-color: #FFD68D;
    box-shadow: 0 0 0 #FFD68D;
    color: #3A2619;
  }
  .bbq-reservationBT:hover .arrow {
    translate: 20% -70%;
  }
  .bbq-reservationBT:hover path {
    fill: #3A2619;
  }
}
.bbq-reservationBT:active {
  translate: 0 5px;
  background-color: #FFD68D;
  box-shadow: 0 0 0 #FFD68D;
  color: #3A2619;
}
.bbq-reservationBT:active .arrow {
  translate: 20% -70%;
}
.bbq-reservationBT:active path {
  fill: #3A2619;
}
.bbq-reservationBT .main {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 786px) {
  .bbq-reservationBT .main {
    font-size: 1.2857142857rem;
  }
}
.bbq-reservationBT .arrow {
  width: 82px;
  position: absolute;
  right: 40px;
  top: 50%;
  translate: 0 -70%;
  transition: all 0.3s ease 0s;
}
.bbq-reservationBT .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .bbq-reservationBT .arrow {
    width: 4.1428571429rem;
    right: 1.7857142857rem;
  }
}
.bbq-reservationBT .arrow svg {
  display: block;
  width: 100%;
}
.bbq-reservationBT .arrow path {
  transition: all 0.3s ease 0s;
}
.bbq-reservationBT .arrow path:hover {
  text-decoration: none;
}

.bbq-modalMap {
  width: 275px;
  margin: 0 auto 60px;
}
@media all and (max-width: 786px) {
  .bbq-modalMap {
    margin-bottom: 4.2857142857rem;
    width: 19.6428571429rem;
  }
}
.bbq-modalMap__bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background-color: #F2BC00;
  color: #5D370C;
  gap: 1em;
  transition: all 0.3s ease 0s;
  padding: 1.35em 0.5em;
  box-shadow: 0 5px 0 #5D370C;
}
.bbq-modalMap__bt:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .bbq-modalMap__bt:hover {
    translate: 0 5px;
    background-color: #5D370C;
    box-shadow: 0 0 0 #5D370C;
    color: #fff;
  }
  .bbq-modalMap__bt:hover path {
    fill: #fff;
  }
}
.bbq-modalMap__bt:active {
  translate: 0 5px;
  background-color: #5D370C;
  box-shadow: 0 0 0 #5D370C;
  color: #fff;
}
.bbq-modalMap__bt:active path {
  fill: #fff;
}
.bbq-modalMap__bt .icon {
  width: 1.125em;
}
.bbq-modalMap__bt .icon svg {
  display: block;
  width: 100%;
}
.bbq-modalMap__bt .icon path {
  transition: all 0.3s ease 0s;
}
.bbq-modalMap__bt .icon path:hover {
  text-decoration: none;
}

.bbq-tel__wrapper {
  margin: 0 auto 100px;
  max-width: 752px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media all and (max-width: 786px) {
  .bbq-tel__wrapper {
    margin-bottom: 2.8571428571rem;
    flex-direction: column;
  }
}
.bbq-tel__heading {
  width: 30%;
}
@media all and (max-width: 786px) {
  .bbq-tel__heading {
    width: 13.5rem;
    margin-bottom: 2.8571428571rem;
  }
}
.bbq-tel__heading img {
  width: 100%;
}
.bbq-tel__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
}
@media all and (max-width: 786px) {
  .bbq-tel__content {
    width: 100%;
    font-size: 0.9285714286rem;
  }
}
.bbq-tel__content__heading {
  font-weight: bold;
  text-align: center;
  font-size: calc(34 / 16 * 1em);
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #5D370C;
}
.bbq-tel__content__time {
  text-align: center;
  font-size: calc(20 / 16 * 1em);
  font-weight: bold;
  margin-bottom: 0.6em;
}
.bbq-tel__content__address {
  text-align: center;
  font-size: calc(20 / 16 * 1em);
  font-weight: bold;
}
.bbq-tel__content__name {
  text-align: center;
  font-size: calc(25 / 16 * 1em);
  font-weight: bold;
  margin-bottom: 0.6em;
}
.bbq-tel__content__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(44 / 16 * 1em);
  line-height: 1.1;
}
.bbq-tel__content a {
  color: #5D370C;
}

.bbq-reservation__formWrap {
  max-width: 1000px;
  margin: 0 auto;
}

.toModalContent {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10100;
  display: none;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  max-width: 1000px;
  max-height: calc(100vh - 100px);
  width: 90%;
  padding: 20px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 786px) {
  .modal-inner {
    max-height: calc(100vh - 6.25rem);
    width: calc(100% - 0.625rem);
    padding: 0.9375rem 0;
  }
}

.modal-content-wrap {
  padding: 30px 60px 60px;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media all and (max-width: 786px) {
  .modal-content-wrap {
    padding: 0.9375rem 1.25rem 1.875rem;
  }
}

.modal-tr-close {
  all: unset;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  position: sticky;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  justify-self: flex-end;
  top: 0;
  z-index: 10;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  mix-blend-mode: difference;
}
.modal-tr-close:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .modal-tr-close {
    margin-bottom: 0.7142857143rem;
    margin-right: 0.3571428571rem;
    width: 2.5714285714rem;
    height: 2.5714285714rem;
    margin-top: -0.7142857143rem;
  }
}
.modal-tr-close img {
  width: 100%;
}

.modal-bottom-close {
  all: unset;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease 0s;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  line-height: 1;
}
.modal-bottom-close:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .modal-bottom-close {
    gap: 0.3571428571rem;
    border-bottom-width: 0.1428571429rem;
    padding-bottom: 0.3571428571rem;
  }
}
.modal-bottom-close .icon {
  transition: all 0.3s ease 0s;
  position: relative;
  width: 1.5em;
  height: 1.5em;
}
.modal-bottom-close .icon:hover {
  text-decoration: none;
}
.modal-bottom-close .icon img {
  width: 100%;
}

.recipe-detail {
  margin: 0 auto;
  max-width: 720px;
}

.modalYouTube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.modalYouTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facility-map {
  max-width: 938px;
  margin: 0 auto;
  position: relative;
}
.facility-map__btn {
  position: absolute;
  z-index: 5;
  width: 16.098%;
  background-color: #5a2e00;
  display: flex;
  border-radius: 6px;
  color: #fff;
  padding: 0.6396%;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.facility-map__btn:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .facility-map__btn {
    border-radius: 0.4285714286rem;
    padding: 0.3571428571rem;
    flex-direction: column;
    align-items: center;
    width: 4rem;
    gap: 0.4285714286rem;
  }
}
@media (hover: hover) {
  .facility-map__btn:hover {
    background-color: #5ADEE6;
  }
  .facility-map__btn:hover path {
    fill: #5ADEE6;
  }
}
.facility-map__btn:active {
  background-color: #5ADEE6;
}
.facility-map__btn:active path {
  fill: #5ADEE6;
}
.facility-map__btn .icon {
  width: 31.8%;
  border-radius: 10%;
  background-color: #fff;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media all and (max-width: 786px) {
  .facility-map__btn .icon {
    width: 2.1428571429rem;
  }
}
.facility-map__btn .icon path {
  transition: all 0.3s ease 0s;
}
.facility-map__btn .icon path:hover {
  text-decoration: none;
}
.facility-map__btn .text {
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  flex: 1;
}
@media all and (max-width: 1024px) {
  .facility-map__btn .text {
    font-size: 1.35vw;
  }
}
@media all and (max-width: 786px) {
  .facility-map__btn .text {
    font-size: 0.6428571429rem;
    line-height: 1;
  }
}
.facility-map__btn.btn1 {
  left: 0.2%;
  top: 21%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn1 {
    top: 0;
    left: 0;
  }
}
.facility-map__btn.btn2 {
  left: 0.2%;
  top: 39.95%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn2 {
    left: 0;
    top: 36.8%;
  }
}
.facility-map__btn.btn3 {
  left: 0.2%;
  top: 49.9%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn3 {
    left: 0;
    top: 52.7%;
  }
}
.facility-map__btn.btn4 {
  left: 0.2%;
  top: 30.4%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn4 {
    left: 0;
    top: 18.4%;
  }
}
.facility-map__btn.btn5 {
  left: 26.8%;
  top: 2.3%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn5 {
    left: 25%;
    top: 22%;
  }
}
.facility-map__btn.btn6 {
  left: 43.1%;
  top: 47.1%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn6 {
    left: 42.3%;
    top: 54.5%;
  }
}
.facility-map__btn.btn7 {
  left: 84%;
  top: 17.3%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn7 {
    left: 84%;
    top: 44%;
  }
}
.facility-map__btn.btn8 {
  left: 0.2%;
  top: 76.2%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn8 {
    left: 0;
    top: 71.1%;
  }
}
.facility-map__btn.btn9 {
  left: 72.3%;
  top: 0%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn9 {
    left: 72.3%;
    top: 6.8%;
  }
}
.facility-map__btn.btn10 {
  left: 53.7%;
  top: 22%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn10 {
    left: 53.7%;
    top: 35.1%;
  }
}
.facility-map__btn.btn11 {
  left: 52.5%;
  top: 12.1%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn11 {
    left: 53.8%;
    top: 18.3%;
  }
}
.facility-map__btn.btn12 {
  left: 80.8%;
  top: 78.9%;
}
@media all and (max-width: 786px) {
  .facility-map__btn.btn12 {
    left: 83.8%;
    top: 70.7%;
  }
}

.facility-island {
  position: relative;
}
.facility-island:before {
  content: "";
  background-color: #F7F7F7;
  position: absolute;
  top: 310px;
  left: 0;
  width: 100%;
  height: 845px;
  transition: all 2s ease 0.5s;
  transform-origin: left center;
  scale: 0 1;
}
@media (max-width: 1420px) {
  .facility-island:before {
    height: 55vw;
  }
}
@media all and (max-width: 1024px) {
  .facility-island:before {
    top: 270px;
  }
}
@media all and (max-width: 786px) {
  .facility-island:before {
    top: 15%;
    height: 74%;
    width: 85%;
    left: auto;
    right: 0;
    transform-origin: right center;
  }
}
.facility-island.onAnim:before {
  scale: 1;
}
.facility-island__main {
  max-width: 1570px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 786px) {
  .facility-island__main {
    flex-direction: column;
    gap: 4.2857142857rem;
  }
}
.facility-island__main__img {
  width: 56%;
}
@media all and (max-width: 1024px) {
  .facility-island__main__img {
    width: 49%;
  }
}
@media all and (max-width: 786px) {
  .facility-island__main__img {
    width: calc(100% - 1.4285714286rem);
  }
}
.facility-island__main__content {
  padding: 0 40px;
  flex-shrink: 0;
  max-width: 610px;
}
@media all and (max-width: 1024px) {
  .facility-island__main__content {
    flex-shrink: none;
    width: 49%;
    padding: 0 30px 0 30px;
  }
}
@media all and (max-width: 786px) {
  .facility-island__main__content {
    max-width: 100%;
    width: 100%;
    padding: 0 1.4285714286rem;
  }
}
.facility-island__main__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
}
.facility-island__main__heading__main {
  font-size: 58px;
  line-height: 1.2;
  color: #537B91;
}
@media all and (max-width: 1024px) {
  .facility-island__main__heading__main {
    font-size: 40px;
  }
}
@media all and (max-width: 786px) {
  .facility-island__main__heading__main {
    font-size: 2.6428571429rem;
  }
}
.facility-island__main__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
}
.facility-island__main__info .row {
  display: flex;
}
.facility-island__main__info .row dt,
.facility-island__main__info .row dd {
  display: flex;
  align-items: center;
}
.facility-island__main__info .row dt {
  flex-shrink: 0;
  padding-right: 0.75em;
  margin-right: 0.75em;
  border-right: 1px solid #5D370C;
}
.facility-island__mojito {
  margin-top: 150px;
  width: 1024px;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  translate: -15% 0;
}
@media (max-width: 1420px) {
  .facility-island__mojito {
    margin-top: 10%;
    width: 60%;
    margin-left: 5%;
    translate: 0;
  }
}
@media all and (max-width: 786px) {
  .facility-island__mojito {
    margin: 0;
    margin-top: 4.2857142857rem;
    translate: 0;
    width: 100%;
    padding: 0 0.3571428571rem 1.4285714286rem 0.7142857143rem;
  }
}
.facility-island__mojito:before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-image: url(../images/pages/facility/mojito_heading_bg.webp);
}
.facility-island__mojito__heading {
  translate: 13% 0;
}
@media all and (max-width: 1024px) {
  .facility-island__mojito__heading {
    width: 60%;
    translate: 5% 0;
  }
}
@media all and (max-width: 786px) {
  .facility-island__mojito__heading {
    width: 59%;
    translate: -5% 0;
  }
}
.facility-island__mojito__img {
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1024px) {
  .facility-island__mojito__img {
    margin-top: -5%;
  }
}
.facility-island__imgWrap {
  position: absolute;
  right: 0;
  top: 0;
  top: 500px;
  width: 330px;
}
.facility-island__imgWrap img {
  width: 100%;
}
@media (max-width: 1920px) {
  .facility-island__imgWrap {
    top: 560px;
  }
}
@media (max-width: 1420px) {
  .facility-island__imgWrap {
    width: 20%;
  }
}
@media all and (max-width: 1024px) {
  .facility-island__imgWrap {
    top: auto;
    bottom: 8%;
  }
}
@media all and (max-width: 786px) {
  .facility-island__imgWrap {
    position: relative;
    bottom: 0;
    width: 14.2857142857rem;
    margin-left: auto;
    margin-top: 4.2857142857rem;
  }
}
.facility-island__imgWrap .text {
  position: absolute;
  z-index: 4;
  top: 50%;
  translate: -80% -50%;
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #ff9900;
  letter-spacing: 0.1em;
  transition: all 2s ease 1s;
  left: 1em;
  opacity: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 1420px) {
  .facility-island__imgWrap .text {
    font-size: 1.375rem;
    translate: -60% -50%;
  }
}
@media all and (max-width: 1024px) {
  .facility-island__imgWrap .text {
    font-size: 2vw;
  }
}
@media all and (max-width: 786px) {
  .facility-island__imgWrap .text {
    font-size: 1.4285714286rem;
    letter-spacing: 0.15em;
    translate: -75% -50%;
  }
}
.facility-island__imgWrap.onAnim .text {
  opacity: 1;
  left: 0;
}

.facility-listWrap {
  position: relative;
}
.facility-listWrap__img {
  width: 768px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1420px) {
  .facility-listWrap__img img {
    opacity: 0.5;
  }
}
@media all and (max-width: 1024px) {
  .facility-listWrap__img {
    display: none;
  }
}
.facility-listWrap__img.img1 {
  top: 0;
  right: 0;
  translate: 49% -70%;
}
.facility-listWrap__img.img2 {
  top: 15%;
  left: 0;
  translate: -49% 0;
}
.facility-listWrap__img.img3 {
  bottom: 12%;
  right: 0;
  translate: 49% 0;
}

.facility-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 786px) {
  .facility-list {
    grid-template-columns: 1fr;
    gap: 2.8571428571rem;
  }
}
.facility-list path {
  fill: #fff;
}
.facility-list__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media all and (max-width: 786px) {
  .facility-list__item {
    gap: 1.0714285714rem;
  }
}
.facility-list__img img {
  width: 100%;
}
.facility-list__heading {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  gap: 1rem;
}
@media all and (max-width: 786px) {
  .facility-list__heading {
    font-size: 1.1428571429rem;
  }
}
.facility-list__heading .icon {
  width: 2.875rem;
  height: 2.875rem;
  background-color: #2AC1CA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 786px) {
  .facility-list__heading .icon {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
.facility-list__heading .icon svg {
  width: 80%;
}
.facility-list__heading .icon svg.parking {
  width: 94%;
}

.facility-links__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.facility-links__list a {
  display: flex;
  position: relative;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  min-height: 185px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.facility-links__list a:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .facility-links__list a {
    height: 20.5714285714rem;
    min-height: 1px;
    background-position: bottom center;
    padding: 2.8571428571rem 1.4285714286rem;
    flex-direction: column;
  }
}
.facility-links__list a:before {
  content: "";
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 786px) {
  .facility-links__list a:before {
    width: 100%;
    height: 80%;
  }
}
@media (hover: none) {
  .facility-links__list a {
    transition: none !important;
  }
}
@media (hover: hover) {
  .facility-links__list a:hover {
    opacity: 0.9;
  }
}
.facility-links__list a:active {
  opacity: 0.9;
}
.facility-links__list a .content {
  font-weight: bold;
  position: relative;
  z-index: 5;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 786px) {
  .facility-links__list a .content {
    align-items: center;
    text-align: center;
  }
}
.facility-links__list a .content .heading {
  font-size: 32px;
  margin-bottom: 0.4em;
  letter-spacing: 0.03em;
}
@media all and (max-width: 786px) {
  .facility-links__list a .content .heading {
    font-size: 1.6428571429rem;
  }
}
.facility-links__list a .content .text {
  font-size: 15px;
}
@media all and (max-width: 786px) {
  .facility-links__list a .content .text {
    font-size: 0.9285714286rem;
  }
}
.facility-links__list a .icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
}
@media all and (max-width: 786px) {
  .facility-links__list a .icon {
    position: relative;
    width: 5.8571428571rem;
    translate: 0;
    right: 0;
    top: 0;
    margin-top: -1.4285714286rem;
    margin-bottom: 0.7142857143rem;
  }
  .facility-links__list a .icon img {
    width: 100%;
  }
}
.facility-links__list a.link1 {
  background-image: url(../images/pages/facility/link1_bg.webp);
}
@media all and (max-width: 786px) {
  .facility-links__list a.link1 {
    background-image: url(../images/pages/facility/link1_bg-sp.webp);
  }
}
.facility-links__list a:before {
  background: linear-gradient(90deg, #1D9CE6 0%, #1D9CE6 55.29%, rgba(29, 156, 230, 0) 100%);
}
@media all and (max-width: 786px) {
  .facility-links__list a:before {
    background: linear-gradient(180deg, #1D9CE6 0%, #1D9CE6 67.31%, rgba(29, 156, 230, 0) 100%);
  }
}
.facility-links__list a.link2 {
  background-image: url(../images/pages/facility/link2_bg.webp);
}
@media all and (max-width: 786px) {
  .facility-links__list a.link2 {
    background-image: url(../images/pages/facility/link2_bg-sp.webp);
  }
}
.facility-links__list a.link2:before {
  background: linear-gradient(90deg, #10819C 0%, #10819C 55.48%, rgba(16, 129, 156, 0) 100%);
}
@media all and (max-width: 786px) {
  .facility-links__list a.link2:before {
    background: linear-gradient(180deg, #10819C 0%, #10819C 55.48%, rgba(16, 129, 156, 0) 100%);
  }
}

.cat-nav {
  background-color: #e2f4f8;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 786px) {
  .cat-nav {
    padding: 1.0714285714rem;
    gap: 1.0714285714rem;
  }
}
.cat-nav__heading {
  font-size: 20px;
}
@media all and (max-width: 786px) {
  .cat-nav__heading {
    font-size: 1.1428571429rem;
  }
}
.cat-nav__select {
  all: unset;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  padding: 1em 3em 1em 1.25em;
  background-color: #fff;
  background-size: 0.9em;
  background-repeat: no-repeat;
  background-position: center right 1.25em;
  background-image: url(../images/common/select_arrow.svg);
}
@media all and (max-width: 786px) {
  .cat-nav__select {
    font-size: 1.1428571429rem;
  }
}

.events-list {
  max-width: 1130px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 40px;
}
@media all and (max-width: 1024px) {
  .events-list {
    grid-template-columns: 1fr 1fr;
    gap: 4.2857142857rem 0.7142857143rem;
  }
}
.events-list__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.events-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .events-list__link:hover {
    color: #5ADEE6;
  }
  .events-list__link:hover .events-list__img {
    opacity: 0.7;
  }
  .events-list__link:hover .events-list__img.noimage {
    opacity: 0.5;
  }
  .events-list__link:hover .events-list__more {
    text-decoration: none;
  }
}
.events-list__link:active {
  color: #5ADEE6;
}
.events-list__link:active .events-list__img {
  opacity: 0.7;
}
.events-list__link:active .events-list__img.noimage {
  opacity: 0.5;
}
.events-list__link:active .events-list__more {
  text-decoration: none;
}
.events-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.events-list__img {
  aspect-ratio: 35/30;
  position: relative;
  transition: all 0.3s ease 0s;
  margin-bottom: 0.9em;
}
.events-list__img:hover {
  text-decoration: none;
}
.events-list__img.noimage {
  border: 1px solid #E2E2E2;
}
.events-list__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.events-list__header {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 786px) {
  .events-list__header {
    gap: 0.75em;
  }
}
.events-list__more {
  text-decoration: underline;
  margin-top: 1em;
}

.cat-label {
  min-width: 5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.3em;
  background-color: #2AC1CA;
  font-size: 12px;
}
@media all and (max-width: 786px) {
  .cat-label {
    min-width: 5.7142857143rem;
    font-size: 0.8571428571rem;
  }
}
.cat-label.event {
  background-color: #DAA64B;
}
.cat-label.news {
  background-color: #5ADEE6;
}

.pager .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  font-weight: 600;
}
.pager .nav-links .prev {
  background-size: 0.75em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/pager_arrow.svg);
}
.pager .nav-links .next {
  background-size: 0.75em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/pager_arrow.svg);
  scale: -1 1;
}
.pager .nav-links a {
  background-color: #fff;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.3em;
  font-size: 18px;
  color: #5ADEE6;
  border-radius: 50%;
  color: #31383D;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: none) {
  .pager .nav-links a {
    transition: none !important;
  }
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    background-color: #e2f4f8;
  }
}
.pager .nav-links a:active {
  background-color: #e2f4f8;
}
.pager .nav-links span.current {
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.3em;
  font-size: 18px;
  background-color: #5ADEE6;
  color: #fff;
  border-radius: 50%;
}

.single-spacer {
  margin-top: 75.5px;
  height: 100px;
}
@media all and (max-width: 1024px) {
  .single-spacer {
    height: 0;
    margin-top: 59px;
  }
}

.singleHeader {
  margin-bottom: 2.5em;
}
@media all and (max-width: 1024px) {
  .singleHeader {
    padding-top: 1em;
  }
}
@media all and (max-width: 786px) {
  .singleHeader {
    border-top: 0.3571428571rem solid #5ADEE6;
  }
}

.singleContainer {
  padding-top: 80px;
  background-color: #e2f4f8;
}

.articleContainer {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 786px) {
  .articleContainer {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}
.articleContainer__inner {
  max-width: 900px;
  margin: 0 auto;
}
.articleContainer__header {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
.articleContainer__header__head {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 1em;
}
.articleContainer__header .title {
  font-size: 38px;
}
@media all and (max-width: 786px) {
  .articleContainer__header .title {
    font-size: 2.1428571429rem;
  }
}
.articleContainer__content > * {
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .articleContainer__content > * {
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content > *:last-child {
  margin-bottom: 0;
}
.articleContainer__content a {
  color: #5ADEE6;
}
.articleContainer__content p {
  margin-bottom: 60px;
}
.articleContainer__content p + p {
  margin-top: -2em;
}
@media all and (max-width: 786px) {
  .articleContainer__content p {
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content p:last-child {
  margin-bottom: 0;
}
.articleContainer__content ul.wp-block-list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}
.articleContainer__content ol.wp-block-list {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
}
.articleContainer__content h2.wp-block-heading {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 60px;
  padding-bottom: 0.3em;
  border-bottom: 4px solid #e2e2e2;
  position: relative;
}
@media all and (max-width: 786px) {
  .articleContainer__content h2.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content h2.wp-block-heading:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  width: 30%;
  background-color: #5ADEE6;
}
.articleContainer__content h2.wp-block-heading:last-child {
  margin-bottom: 0;
}
.articleContainer__content h3.wp-block-heading {
  font-size: 28px;
  margin-bottom: 60px;
  border-left: 6px solid #5ADEE6;
  padding-left: 0.5em;
}
@media all and (max-width: 786px) {
  .articleContainer__content h3.wp-block-heading {
    font-size: 1.8571428571rem;
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content h3.wp-block-heading:last-child {
  margin-bottom: 0;
}
.articleContainer__content h4.wp-block-heading {
  font-size: 24px;
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .articleContainer__content h4.wp-block-heading {
    font-size: 1.7142857143rem;
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content h4.wp-block-heading:last-child {
  margin-bottom: 0;
}
.articleContainer__content h5.wp-block-heading {
  font-size: 22px;
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .articleContainer__content h5.wp-block-heading {
    font-size: 1.4285714286rem;
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content h5.wp-block-heading:last-child {
  margin-bottom: 0;
}
.articleContainer__content h6.wp-block-heading {
  font-size: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 786px) {
  .articleContainer__content h6.wp-block-heading {
    font-size: 1.2857142857rem;
    margin-bottom: 2.5rem;
  }
}
.articleContainer__content h6.wp-block-heading:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 787px) {
  .articleContainer__content .wp-block-columns + .wp-block-columns {
    flex-direction: row-reverse;
  }
}
.articleContainer__content .wp-block-columns + .wp-block-columns + .wp-block-columns {
  flex-direction: row;
}
.articleContainer__content .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns {
  flex-direction: row-reverse;
}

.single-nav {
  background-color: #537B91;
  padding: 1.75em;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 786px) {
  .single-nav {
    justify-content: normal;
    flex-wrap: wrap;
    padding: 0;
  }
}
.single-nav__side {
  width: 150px;
}
@media all and (max-width: 786px) {
  .single-nav__side {
    order: -1;
    width: 50%;
  }
  .single-nav__side:first-child {
    position: relative;
  }
  .single-nav__side:first-child:after {
    content: "";
    height: 50%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 50% -50%;
    background-color: #fff;
  }
}
.single-nav__center {
  width: 310px;
}
@media all and (min-width: 787px) {
  .single-nav__center {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media all and (max-width: 786px) {
  .single-nav__center {
    border-top: 1px solid #fff;
    width: 100%;
  }
}
.single-nav .prev-link {
  color: #fff;
  text-decoration: none;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.single-nav .prev-link:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .single-nav .prev-link {
    font-size: 1.1428571429rem;
    padding: 1.25em;
    justify-content: center;
  }
}
@media (hover: hover) {
  .single-nav .prev-link:hover {
    background-color: #fff;
    color: #537B91;
  }
  .single-nav .prev-link:hover .arrow {
    translate: -20% 0;
  }
  .single-nav .prev-link:hover path {
    fill: #537B91;
  }
}
.single-nav .prev-link:active {
  background-color: #fff;
  color: #537B91;
}
.single-nav .prev-link:active .arrow {
  translate: -20% 0;
}
.single-nav .prev-link:active path {
  fill: #537B91;
}
.single-nav .prev-link .arrow {
  width: 1em;
  transition: all 0.3s ease 0s;
}
.single-nav .prev-link .arrow:hover {
  text-decoration: none;
}
.single-nav .prev-link .arrow svg {
  display: block;
  width: 100%;
}
.single-nav .prev-link .arrow path {
  transition: all 0.3s ease 0s;
}
.single-nav .prev-link .arrow path:hover {
  text-decoration: none;
}
.single-nav .next-link {
  color: #fff;
  text-decoration: none;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75em;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.single-nav .next-link:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .single-nav .next-link {
    font-size: 1.1428571429rem;
    padding: 1.25em;
    justify-content: center;
  }
}
@media (hover: hover) {
  .single-nav .next-link:hover {
    background-color: #fff;
    color: #537B91;
  }
  .single-nav .next-link:hover .arrow {
    translate: 20% 0;
  }
  .single-nav .next-link:hover path {
    fill: #537B91;
  }
}
.single-nav .next-link:active {
  background-color: #fff;
  color: #537B91;
}
.single-nav .next-link:active .arrow {
  translate: 20% 0;
}
.single-nav .next-link:active path {
  fill: #537B91;
}
.single-nav .next-link .arrow {
  width: 1em;
  scale: -1 1;
  transition: all 0.3s ease 0s;
}
.single-nav .next-link .arrow:hover {
  text-decoration: none;
}
.single-nav .next-link .arrow svg {
  display: block;
  width: 100%;
}
.single-nav .next-link .arrow path {
  transition: all 0.3s ease 0s;
}
.single-nav .next-link .arrow path:hover {
  text-decoration: none;
}
.single-nav .archive-link {
  color: #fff;
  text-decoration: none;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.single-nav .archive-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .single-nav .archive-link:hover {
    background-color: #fff;
    color: #537B91;
  }
  .single-nav .archive-link:hover path {
    fill: #537B91;
  }
}
.single-nav .archive-link:active {
  background-color: #fff;
  color: #537B91;
}
.single-nav .archive-link:active path {
  fill: #537B91;
}
.single-nav .archive-link .icon {
  width: 1em;
  scale: -1 1;
  transition: all 0.3s ease 0s;
}
.single-nav .archive-link .icon:hover {
  text-decoration: none;
}
.single-nav .archive-link .icon svg {
  display: block;
  width: 100%;
}
.single-nav .archive-link .icon path {
  transition: all 0.3s ease 0s;
}
.single-nav .archive-link .icon path:hover {
  text-decoration: none;
}
.single-nav .text {
  font-size: 0.9em;
}

.access-lead {
  position: relative;
}
.access-lead__main {
  max-width: 1500px;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 80px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 786px) {
  .access-lead__main {
    padding-top: 0;
    flex-direction: column;
    gap: 7.1428571429rem;
  }
}
.access-lead__main__imgWrap {
  display: flex;
  align-items: flex-end;
  gap: 1.8em;
  width: 61%;
}
@media (max-width: 1220px) {
  .access-lead__main__imgWrap {
    width: 50%;
  }
}
@media all and (max-width: 786px) {
  .access-lead__main__imgWrap {
    width: 100%;
    gap: 0.8em;
  }
}
.access-lead__main__imgWrap .img1 {
  position: relative;
  top: -80px;
  transition: all 2s ease 0.5s;
  opacity: 0;
  translate: 0 3em;
}
@media all and (max-width: 786px) {
  .access-lead__main__imgWrap .img1 {
    top: 0;
    flex: 1.3;
  }
}
.access-lead__main__imgWrap .img2 {
  position: relative;
  transition: all 2s ease 1s;
  opacity: 0;
  translate: 0 3em;
}
@media all and (max-width: 786px) {
  .access-lead__main__imgWrap .img2 {
    aspect-ratio: 16/20;
    flex: 1;
    top: 5.7142857143rem;
  }
  .access-lead__main__imgWrap .img2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.access-lead__main__imgWrap.onAnim .img1,
.access-lead__main__imgWrap.onAnim .img2 {
  opacity: 1;
  translate: 0;
}
.access-lead__main__content {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media all and (max-width: 786px) {
  .access-lead__main__content {
    padding: 0 1.4285714286rem;
  }
}
.access-lead__heading {
  font-size: 38px;
  color: #2AC1CA;
  margin-bottom: 1.25em;
}
@media all and (max-width: 1024px) {
  .access-lead__heading {
    font-size: 30px;
  }
}
@media all and (max-width: 786px) {
  .access-lead__heading {
    font-size: 2rem;
  }
}
.access-lead__bgText {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 35px;
  margin-top: -230px;
  width: 40%;
}
@media (max-width: 1620px) {
  .access-lead__bgText {
    width: 35%;
    margin-top: -120px;
  }
}
@media (max-width: 1220px) {
  .access-lead__bgText {
    margin-top: -50px;
  }
}
@media all and (max-width: 1024px) {
  .access-lead__bgText {
    margin-top: 50px;
    width: 45%;
    padding-left: 1.4285714286rem;
    padding-bottom: 2.8571428571rem;
  }
}
@media all and (max-width: 786px) {
  .access-lead__bgText {
    margin-top: 9.2857142857rem;
    width: 90%;
  }
}
.access-lead__bgText:before {
  content: "";
  height: 220%;
  bottom: 0;
  left: 0;
  width: 22%;
  position: absolute;
  background-size: cover;
  background-image: url(../images/pages/access/main_text_bg.webp);
  transition: all 2s ease 1s;
  opacity: 0;
  translate: 0 10%;
}
@media all and (max-width: 786px) {
  .access-lead__bgText:before {
    height: 160%;
  }
}
.access-lead__bgText .text {
  display: block;
  position: relative;
  z-index: 5;
}
.access-lead__bgText.onAnim:before {
  opacity: 1;
  translate: 0;
}

.access-map {
  padding-top: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/pages/access/map_bg.webp);
}
@media all and (max-width: 786px) {
  .access-map {
    padding: 3.5714285714rem 0 6.4285714286rem;
    background-image: url(../images/pages/access/map_bg-sp.webp);
  }
}
@media all and (max-width: 786px) {
  .access-map .inner-box {
    padding: 0 1.0714285714rem;
  }
}
.access-map__heading {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 786px) {
  .access-map__heading {
    width: 19.9285714286rem;
    margin: 0 0 0 1.4285714286rem;
  }
}
@media all and (min-width: 787px) {
  .access-map__heading img {
    max-width: 45vw;
  }
}
.access-map__map {
  max-width: 803px;
  margin: -180px auto 0;
}
@media all and (max-width: 786px) {
  .access-map__map {
    margin-top: 0;
  }
}

.access-info__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 974px;
  margin: 0 auto;
}
@media all and (max-width: 786px) {
  .access-info__box {
    flex-direction: column;
    align-items: normal;
    gap: 2.8571428571rem;
  }
}
.access-info__img {
  width: 51%;
}
@media all and (max-width: 786px) {
  .access-info__img {
    width: 100%;
  }
}
.access-info__img img {
  width: 100%;
}
.access-info__content {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.1428571429rem;
}
@media all and (min-width: 787px) {
  .access-info__content {
    max-width: 394px;
  }
}
@media all and (max-width: 786px) {
  .access-info__content {
    width: 100%;
  }
}
.access-info__content .heading {
  font-size: 22px;
  font-weight: bold;
  color: #537B91;
}
@media all and (max-width: 786px) {
  .access-info__content .heading {
    font-size: 1.5714285714rem;
  }
}
.access-info__bg {
  width: 768px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  translate: 20% -25%;
}
@media (max-width: 1620px) {
  .access-info__bg img {
    opacity: 0.5;
  }
}
@media all and (max-width: 786px) {
  .access-info__bg {
    width: 17.8571428571rem;
    top: auto;
    bottom: 0;
    translate: 48% 85%;
  }
  .access-info__bg img {
    opacity: 1;
  }
}

.access-transportationHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1.25rem;
}
.access-transportationHeading .main {
  line-height: 1;
  font-size: 85px;
  color: #5ADEE6;
}
@media all and (max-width: 786px) {
  .access-transportationHeading .main {
    font-size: 3.4285714286rem;
  }
}
.access-transportationHeading .sub {
  font-size: 22px;
  color: #537B91;
  font-weight: bold;
}
@media all and (max-width: 786px) {
  .access-transportationHeading .sub {
    font-size: 1.1428571429rem;
  }
}
.access-transportationHeading:after {
  content: "";
  position: relative;
  z-index: 5;
  width: 1px;
  height: 50px;
  transform-origin: top center;
  transition: all 1s ease 1s;
  background-color: #5ADEE6;
  scale: 1 0;
}
@media all and (max-width: 786px) {
  .access-transportationHeading:after {
    height: 2.8571428571rem;
  }
}
.access-transportationHeading.onAnim:after {
  scale: 1;
}

.access-carFlow {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.2;
}
@media all and (max-width: 786px) {
  .access-carFlow {
    gap: 1.0714285714rem;
    flex-direction: row;
  }
}
.access-carFlow__item {
  display: flex;
}
@media all and (min-width: 787px) {
  .access-carFlow__item {
    align-items: center;
  }
}
@media all and (max-width: 786px) {
  .access-carFlow__item {
    flex-direction: column;
    flex-shrink: 0;
    flex: 1;
  }
}
.access-carFlow__item .start {
  font-size: 18px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5ADEE6;
  padding: 0.75em;
}
@media all and (min-width: 787px) {
  .access-carFlow__item .start {
    width: 200px;
  }
}
@media all and (max-width: 786px) {
  .access-carFlow__item .start {
    font-size: 1rem;
  }
}
.access-carFlow__item .root {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  gap: 1em;
  position: relative;
}
@media all and (min-width: 787px) {
  .access-carFlow__item .root {
    align-items: center;
    text-align: center;
  }
}
@media all and (max-width: 786px) {
  .access-carFlow__item .root {
    padding: 1em 0 1em 1.5em;
  }
}
.access-carFlow__item .root:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5ADEE6;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media all and (max-width: 786px) {
  .access-carFlow__item .root:before {
    height: 100%;
    width: 1px;
    left: 0.5em;
    top: 0;
    translate: 0;
  }
}
@media all and (max-width: 786px) {
  .access-carFlow__item .root .detail {
    line-height: 1.4;
    min-height: 2.8em;
  }
}
.access-carFlow__item .root .duration {
  color: #537B91;
}
.access-carFlow__item .end {
  flex-shrink: 0;
}
@media all and (min-width: 787px) {
  .access-carFlow__item .end {
    width: 224px;
  }
  .access-carFlow__item .end.first .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 224px;
    height: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
  }
  .access-carFlow__item .end.last .logo {
    display: none;
  }
}
@media all and (max-width: 786px) {
  .access-carFlow__item .end {
    width: 100%;
    background-color: #F7F7F7;
    padding: 1.7857142857rem 2.1428571429rem;
  }
  .access-carFlow__item .end img {
    width: 100%;
  }
}

.access-publicFlow {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.2;
}
@media all and (max-width: 786px) {
  .access-publicFlow {
    gap: 1.0714285714rem;
    flex-direction: row;
  }
}
.access-publicFlow__item {
  display: flex;
}
@media all and (min-width: 787px) {
  .access-publicFlow__item {
    align-items: center;
  }
}
@media all and (max-width: 786px) {
  .access-publicFlow__item {
    flex-direction: column;
    flex-shrink: 0;
    flex: 1;
  }
}
.access-publicFlow__item .start {
  font-size: 18px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #537B91;
  padding: 0.75em;
  color: #fff;
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .start {
    width: 200px;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .access-publicFlow__item .start {
    width: 150px;
  }
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .start.first span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    width: 200px;
    height: 100%;
    background-color: #537B91;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .access-publicFlow__item .start.first span {
    width: 150px;
  }
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .start.last span {
    display: none;
  }
}
@media all and (max-width: 786px) {
  .access-publicFlow__item .start {
    font-size: 1rem;
  }
}
.access-publicFlow__item .busStop {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5ADEE6;
  padding: 0.75em;
  width: 238px;
  text-align: center;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .access-publicFlow__item .busStop {
    width: 200px;
  }
}
@media all and (max-width: 786px) {
  .access-publicFlow__item .busStop {
    width: 100%;
    line-height: 1.4;
    min-height: 4.3em;
  }
}
.access-publicFlow__item .root {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 1em;
  gap: 1em;
  position: relative;
}
.access-publicFlow__item .root.root1:before {
  background-color: #537B91;
}
.access-publicFlow__item .root.root2 {
  flex: 0.3;
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .root {
    align-items: center;
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  .access-publicFlow__item .root {
    font-size: 13px;
  }
}
@media all and (max-width: 786px) {
  .access-publicFlow__item .root {
    padding: 1.25em 0 1.25em 1.5em;
    font-size: 1rem;
    gap: 0.75em;
  }
}
.access-publicFlow__item .root:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5ADEE6;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media all and (max-width: 786px) {
  .access-publicFlow__item .root:before {
    height: 100%;
    width: 1px;
    left: 0.5em;
    top: 0;
    translate: 0;
  }
}
.access-publicFlow__item .root .duration {
  color: #537B91;
}
.access-publicFlow__item .end {
  flex-shrink: 0;
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .end {
    width: 224px;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .access-publicFlow__item .end {
    width: 150px;
  }
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .end.first .logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 224px;
    height: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
  }
}
@media all and (min-width: 787px) and (max-width: 1024px) {
  .access-publicFlow__item .end.first .logo {
    width: 150px;
  }
}
@media all and (min-width: 787px) {
  .access-publicFlow__item .end.last .logo {
    display: none;
  }
}
@media all and (max-width: 786px) {
  .access-publicFlow__item .end {
    width: 100%;
    background-color: #F7F7F7;
    padding: 1.7857142857rem 2.1428571429rem;
  }
  .access-publicFlow__item .end img {
    width: 100%;
  }
}

.access-transportationNotice {
  padding: 45px;
  background-color: #f7f7f7;
}
@media all and (max-width: 786px) {
  .access-transportationNotice {
    padding: 2.8571428571rem 1.4285714286rem;
  }
}
.access-transportationNotice__inner {
  max-width: 900px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
}
@media all and (max-width: 786px) {
  .access-transportationNotice__inner {
    flex-direction: column;
  }
}
.access-transportationNotice a {
  text-decoration: underline;
  color: #2AC1CA;
}
.access-transportationNotice a:hover {
  text-decoration: none;
}
.access-transportationNotice__img {
  width: 17.5rem;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
.access-transportationNotice__img img {
  width: 100%;
}
@media all and (max-width: 786px) {
  .access-transportationNotice__img {
    width: 100%;
    margin-right: 0;
    margin-top: 2.1428571429rem;
  }
}

#group_footer {
  margin-top: 0 !important;
}

.mainFooter {
  position: relative;
}
.mainFooter__totop {
  position: absolute;
  z-index: 10;
  right: 100px;
  top: -25px;
  width: 64px;
  height: 114px;
  background-color: #f7f6dd;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #537B91;
  gap: 0.625rem;
  text-align: center;
  padding-top: 0.5em;
}
.mainFooter__totop:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .mainFooter__totop {
    top: -2.8571428571rem;
    right: 0;
    width: 4.5714285714rem;
    height: 7.5714285714rem;
  }
}
@media (hover: hover) {
  .mainFooter__totop:hover {
    background-color: #537B91;
    color: #f7f6dd;
  }
  .mainFooter__totop:hover .arrow {
    translate: 0 -20%;
  }
  .mainFooter__totop:hover .arrow path {
    fill: #f7f6dd;
  }
}
.mainFooter__totop:active {
  background-color: #537B91;
  color: #f7f6dd;
}
.mainFooter__totop:active .arrow {
  translate: 0 -20%;
}
.mainFooter__totop:active .arrow path {
  fill: #f7f6dd;
}
.mainFooter__totop .arrow {
  width: 7px;
  transition: all 0.3s ease 0s;
}
.mainFooter__totop .arrow:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .mainFooter__totop .arrow {
    width: 0.5rem;
  }
}
.mainFooter__totop .arrow svg {
  display: block;
  width: 100%;
}
.mainFooter__totop .arrow path {
  transition: all 0.3s ease 0s;
}
.mainFooter__totop .arrow path:hover {
  text-decoration: none;
}
.mainFooter__totop .text {
  line-height: 1.4;
}
.mainFooter__inner {
  height: 622px;
  background-image: url(../images/common/footer_bg.webp);
  background-size: 1920px;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  color: #fff;
}
.mainFooter__inner a {
  color: #fff;
}
@media all and (max-width: 786px) {
  .mainFooter__inner {
    padding: 3.9285714286rem 1.4285714286rem 8.9285714286rem;
    background-size: cover;
    height: auto;
    background-image: url(../images/common/footer_bg-sp.webp);
  }
}
.mainFooter__logo {
  width: 285px;
}
@media all and (max-width: 786px) {
  .mainFooter__logo {
    width: 16.5rem;
  }
}
.mainFooter__logo img {
  width: 100%;
}
.mainFooter .address {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 1.5em 0 2em;
}
@media all and (max-width: 786px) {
  .mainFooter .address {
    margin: 1.75em 0;
  }
}
.mainFooter .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.mainFooter .contact a {
  text-decoration: none;
}
.mainFooter .contact .tel {
  display: flex;
  align-items: center;
  color: #FFD68D;
  font-size: 36px;
  line-height: 1;
  gap: 15px;
  margin-bottom: 20px;
  text-shadow: none;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .tel {
    font-size: 2.5714285714rem;
    gap: 1.0714285714rem;
  }
}
.mainFooter .contact .tel .icon {
  width: 0.875em;
}
.mainFooter .contact .tel .icon img {
  width: 100%;
}
.mainFooter .contact .info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .info {
    margin-bottom: 1.4285714286rem;
  }
}
.mainFooter .contact .info .row {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 1.225em;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .info .row {
    font-size: 1.1428571429rem;
  }
}
.mainFooter .contact .insta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.225em;
  gap: 30px;
  transition: all 0.3s ease 0s;
}
.mainFooter .contact .insta:hover {
  text-decoration: none;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .insta {
    gap: 2.1428571429rem;
  }
}
@media (hover: hover) {
  .mainFooter .contact .insta:hover .icon:before {
    scale: 1.1;
  }
}
.mainFooter .contact .insta:active .icon:before {
  scale: 1.1;
}
.mainFooter .contact .insta .bar {
  height: 1px;
  width: 40px;
  background-color: #fff;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .insta .bar {
    width: 2.8571428571rem;
  }
}
.mainFooter .contact .insta .icon {
  width: 46px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .insta .icon {
    width: 3.2857142857rem;
  }
}
.mainFooter .contact .insta .icon img {
  width: 24px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 786px) {
  .mainFooter .contact .insta .icon img {
    width: 1.7142857143rem;
  }
}
.mainFooter .contact .insta .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.mainFooter .contact .insta .icon:before:hover {
  text-decoration: none;
}