/* common 
******************************************************************************************/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media (max-width: 390px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  color: #1A1A1A;
}

body.is-noscroll {
  overflow: hidden;
}

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

.container {
  max-width: 124rem;
  width: 86.1111111111%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
.none {
  display: none;
}

.bold {
  font-weight: 700;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.no-post {
  position: absolute;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  top: 10rem;
  left: 50%;
  translate: -50%;
  color: #000;
  text-align: center;
}

.top-room__image .swiper-container {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top-room__image .swiper-container {
    aspect-ratio: 358/258;
    height: auto;
  }
}
.swiper-wrapper {
  height: 100%;
}

.swiper {
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 1.2rem !important;
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.8rem !important;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.45);
  }
}
.swiper-pagination-bullet-active {
  background: #8474B4;
}

/*** header 
****************************************************************************************/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  transition: transform 0.3s ease;
}

header.hide {
  transform: translateY(-100%);
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 5.6rem 1.4rem;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 1.6rem;
    gap: 0;
  }
}
.header__inner.en {
  padding: 1.5rem 2.4rem 1.4rem;
}

.header__logo {
  width: 13.1rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 11.7rem;
  }
}
.header-btn {
  position: relative;
  width: 4rem;
  height: 60%;
  margin-left: 2.9rem;
  aspect-ratio: 1;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.4s;
  z-index: 4;
}

.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 1300px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 1025px) {
  .header-nav__list {
    gap: 2.4rem;
  }
}
.header-nav__list.en {
  gap: 2.4rem;
}

.header-nav__item {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: opacity 0.4s;
}

@media (any-hover: hover) {
  .header-nav__item:hover {
    opacity: 0.6;
  }
}
.reservation {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 16.3rem;
  height: 4.3rem;
  background-color: #221C34;
  color: #fff;
  transition: opacity 0.4s;
}

.header__reservation {
  margin-left: 3.9rem;
}

@media (max-width: 1300px) {
  .header__reservation {
    display: none;
  }
}
@media (any-hover: hover) {
  .reservation:hover {
    opacity: 0.6;
  }
}
.header-btn {
  display: none;
}

@media (max-width: 1300px) {
  .header-btn {
    display: block;
  }
}
.header-btn span {
  position: absolute;
  width: 2.8rem;
  height: 0.2rem;
  left: 50%;
  translate: -50%;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header-btn span:nth-child(1) {
  top: 11px;
}

.header-btn span:nth-child(2) {
  top: 19px;
}

.header-btn span:nth-child(3) {
  top: 27px;
}

.header-btn span.close:nth-child(1) {
  top: 19px;
  transform: rotate(-45deg);
}

.header-btn span.close:nth-child(2) {
  display: none;
}

.header-btn span.close:nth-child(3) {
  top: 19px;
  transform: rotate(45deg);
}

.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 6.4rem;
  left: 100%;
  padding: 3.2rem 2.4rem;
  transition: left 0.6s;
  z-index: 3;
  background: #fff;
  overflow: auto;
}

.drawer.slidein {
  left: 0;
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drawer__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 35.8rem;
  width: calc(100% - 3.2rem);
  padding-bottom: 6.4rem;
  overflow: auto;
}

.drawer-link__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.drawer-link__item {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
}

.drawer-link__item a {
  display: block;
  padding: 1.5rem 0;
  transition: opacity 0.4s;
}

.drawer-link__item > a:active {
  opacity: 0.6;
}

@media (any-hover: hover) {
  .drawer-link__item a:hover {
    opacity: 0.6;
  }
}
.drawer__reservation {
  margin: 1.5rem auto 0;
}

.bogo-language-switcher {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: 3.6rem;
}

@media screen and (max-width: 768px) {
  .bogo-language-switcher {
    gap: 2.2rem;
  }
}
.bogo-language-switcher li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #878787;
}

@media screen and (max-width: 768px) {
  .bogo-language-switcher li {
    line-height: 1.5714285714;
  }
}
.bogo-language-switcher li:last-child::before {
  position: absolute;
  display: inline-block;
  content: "/";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  top: 0.5rem;
  left: -1.8rem;
  vertical-align: middle;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .bogo-language-switcher li:last-child::before {
    top: 0.4rem;
    left: -1.2rem;
  }
}
.bogo-language-switcher li.current {
  color: #333333;
}

.bogo-language-switcher li.current::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-color: #333333;
  vertical-align: middle;
}

.bogoflags {
  display: none;
}

.bogo-language-name a {
  transition: color 0.4s;
}

@media (any-hover: hover) {
  .bogo-language-name a:hover {
    color: #333333;
  }
}
/*** footer 
****************************************************************************************/
.footer {
  position: relative;
  padding: 4rem 0.8rem;
  background-color: #221C34;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 5.8rem 0.8rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.5rem;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 39rem;
    margin-inline: auto;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5.6rem;
}

@media screen and (max-width: 768px) {
  .footer__links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.9rem;
  }
}
.footer__link {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: opacity 0.4s;
}

@media (any-hover) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
.footer__reservation {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 12.9rem;
  height: 4.3rem;
  border: 0.1rem solid #fff;
  color: #fff;
  flex-shrink: 0;
  transition: opacity 0.4s;
}

@media (any-hover) {
  .footer__reservation:hover {
    opacity: 0.6;
  }
}
/*** top 
****************************************************************************************/
.top-mv {
  position: relative;
  padding-top: 7.2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-mv {
    padding-top: 0;
  }
}
.top-mv__image {
  width: 100%;
  height: 64rem;
}

@media screen and (max-width: 768px) {
  .top-mv__image {
    height: 84.4rem;
  }
}
.top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-mv__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-mv__inner {
  position: absolute;
  max-width: 144rem;
  width: 100%;
  margin-inline: auto;
  bottom: -3.4rem;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .top-mv__inner {
    bottom: 15%;
  }
}
.top-mv__text {
  position: relative;
  width: 67.8rem;
  margin-left: -6.7rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-mv__text {
    width: 41.5rem;
    height: 22rem;
    margin-left: -6.1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__text img {
    height: 100%;
  }
}
.top-mv__text .text {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2.4rem 0 2.9rem 0;
}

.top-mv__open {
  display: block;
  width: 19.2rem;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .top-mv__open {
    width: 14.4rem;
    margin-left: 0;
  }
}
.top-mv__main {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-mv__main {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-top: 0.8rem;
  }
}
.top-mv__main.en p {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .top-mv__main.en p {
    font-size: 2rem;
  }
}
.top-mv__logo {
  display: block;
  width: 30rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .top-mv__logo {
    width: 20rem;
  }
}
.top-mv__logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(103%) contrast(102%);
}

.top-appeal {
  overflow: hidden;
}

.top-appeal__item {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .top-appeal__item {
    padding: 3.5rem 0 4.8rem;
  }
}
.top-appeal-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .top-appeal-item__inner {
    position: relative;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-appeal-text {
    position: absolute;
    background-color: #fff;
    width: 25.1rem;
    min-height: 11.1rem;
  }
}
.top-appeal__item:nth-child(1) {
  background-color: #fff;
}

.top-appeal__item:nth-child(1) .top-appeal__image {
  width: calc(50vw + 8.1%);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .top-appeal__item:nth-child(1) .top-appeal__image {
    width: calc(100% + 0.8rem);
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-appeal__item:nth-child(1) .top-appeal-text {
    padding: 2.8rem 2rem 0 2.4rem;
    left: -1.5rem;
    bottom: -2.4rem;
  }
}
.top-appeal__item:nth-child(2) {
  background-color: #F0F0F0;
}

@media screen and (max-width: 768px) {
  .top-appeal__item:nth-child(2) {
    padding: 4.8rem 0;
  }
}
.top-appeal__item:nth-child(2) .top-appeal-item__inner {
  flex-direction: row-reverse;
}

.top-appeal__item:nth-child(2) .top-appeal__image {
  width: calc(50vw + 1.6%);
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .top-appeal__item:nth-child(2) .top-appeal__image {
    width: calc(100% + 0.8rem);
    margin-right: auto;
  }
}
.top-appeal__item:nth-child(2) .top-appeal-text {
  width: 38.5%;
}

@media screen and (max-width: 768px) {
  .top-appeal__item:nth-child(2) .top-appeal-text {
    width: 25.1rem;
    min-height: 11.1rem;
    padding: 2rem 1.1rem 0 2.4rem;
    right: -1.5rem;
    bottom: -1.5rem;
    background-color: #F0F0F0;
  }
}
.top-appeal-text__main {
  font-size: 2.8rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  max-width: 45rem;
  margin-top: -16%;
}

@media screen and (max-width: 768px) {
  .top-appeal-text__main {
    font-size: 1.6rem;
    line-height: 2;
    max-width: 100%;
    margin-top: 0;
  }
}
.top-appeal-text__sub {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .top-appeal-text__sub {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1.1rem;
  }
}
.top-appeal-bottom {
  position: relative;
}

.top-appeal-bottom__image {
  width: 100%;
  height: 52rem;
}

@media screen and (max-width: 768px) {
  .top-appeal-bottom__image {
    height: 40rem;
  }
}
.top-appeal-bottom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-appeal-bottom__text {
  position: absolute;
  place-content: center;
  inset: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-appeal-bottom__text {
    width: 84%;
    max-width: 32rem;
    text-align: left;
  }
}
.top-appeal-bottom__text p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 3.6rem;
  color: #fff;
  text-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 768px) {
  .top-appeal-bottom__text p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: -3.2rem;
  }
}
.top-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8rem 1.6rem;
  background-color: #F0F0F0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-cta {
    padding: 4rem 1.6rem 6.4rem;
  }
}
.top-cta__main {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-cta__main {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.top-cta__sub {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-cta__sub {
    font-size: 1.2rem;
    line-height: 2.6666666667;
    margin-top: 0;
  }
}
.top-cta__btn {
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 25.2rem;
  height: 5.8rem;
  margin-top: 4rem;
  border: 0.2rem solid #1A1A1A;
  background-color: #1A1A1A;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}

@media screen and (max-width: 768px) {
  .top-cta__btn {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    width: 23.5rem;
    height: 4.4rem;
    margin-top: 2.4rem;
  }
}
@media (any-hover: hover) {
  .top-cta__btn:hover {
    background-color: #fff;
    color: #1A1A1A;
  }
}
.top-room {
  padding: 10rem 0 13rem;
  background-color: #221C34;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-room {
    padding: 4.8rem 0 6.4rem;
  }
}
.top-room .top-heading__title {
  font-size: 2.8rem;
}

.top-room__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .top-room__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.top-room__text {
  padding-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .top-room__text {
    padding-top: 0;
  }
}
.top-common__text {
  max-width: 38rem;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-common__text {
    max-width: 100%;
    width: 100%;
  }
}
.top-heading--column {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 2rem;
}

.top-heading__title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-heading__title {
    font-size: 2.4rem;
    line-height: 2.2857142857;
  }
}
.top-heading__sub {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-heading__sub {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.top-common-desc {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top-common-desc {
    font-size: 1.2rem;
    line-height: 2.3333333333;
    margin-top: 1.6rem;
  }
}
.top-common-btn {
  margin-top: 5.1rem;
}

@media screen and (max-width: 768px) {
  .top-common-btn {
    margin-top: 3.6rem;
  }
}
.top-room__image {
  position: relative;
  width: calc(50vw + 1.6%);
  margin-right: calc(50% - 50vw);
  aspect-ratio: 740/530;
}

@media screen and (max-width: 768px) {
  .top-room__image {
    width: 100%;
    aspect-ratio: 358/241;
    margin-right: 0;
  }
}
.top-room-image__label {
  position: absolute;
  width: 100%;
  padding: 1.6rem 2.3rem 1.3rem;
  left: 0;
  bottom: 3rem;
  background: rgba(26, 26, 26, 0.6);
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-room-image__label {
    padding: 0.8rem;
    bottom: 1.8rem;
  }
}
.top-room-image__label span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-room-image__label span {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.top-room-image__label .main {
  font-weight: 700;
}

.top-room-image__label .sub {
  font-weight: 400;
  margin-top: 0.3rem;
}

@media screen and (max-width: 768px) {
  .top-room-image__label .sub {
    margin-top: 0;
  }
}
.swiper1 {
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .swiper1 {
    padding-bottom: 1.8rem;
  }
}
.top-room__image .swiper-pagination {
  bottom: 0;
}

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 17rem;
  width: fit-content;
  padding-bottom: 0.4rem;
  color: #1A1A1A;
  border-bottom: 0.1rem solid #221C34;
}

.btn::after {
  display: inline-block;
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background: url(../images/common/btn_arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: scale 0.4s;
}

@media (any-hover: hover) {
  .btn:hover::after {
    scale: 1.2;
  }
}
.btn--white {
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}

.btn--white::after {
  background: url(../images/common/btn_arrow_white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top-dining {
  padding: 10rem 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-dining {
    padding: 6.2rem 0 5.6rem;
  }
}
.top-dining__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-dining__inner {
    flex-direction: column;
    gap: 4rem;
    padding: 2.1rem 0 0;
  }
}
.top-dining__inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background: linear-gradient(to bottom, #fff 0, #fff 5.4rem, #F5F5FF 5.4rem, #F5F5FF 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-dining__inner::before {
    background: linear-gradient(to bottom, #F5F5FF 0, #F5F5FF 80%, #fff 80%, #fff 100%);
  }
}
.top-dining__image {
  width: calc(50vw + 1.6%);
  margin-left: calc(50% - 50vw);
  height: 50rem;
}

@media screen and (max-width: 768px) {
  .top-dining__image {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
.top-dining__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-dining__image img {
    height: auto;
  }
}
.top-dining__text-wrap {
  max-width: 45rem;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-dining__text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.top-dining__text {
  width: 100%;
}

.top-onsen {
  padding: 10.8rem 0 11.7rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-onsen {
    padding: 0;
  }
}
.top-onsen__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-onsen__inner {
    flex-direction: column;
    gap: 4rem;
    padding: 2.1rem 0 4.8rem;
  }
}
.top-onsen__inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background: linear-gradient(to bottom, #fff 0, #fff 5.4rem, #F5F5FF 5.4rem, #F5F5FF 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-onsen__inner::before {
    background: linear-gradient(to bottom, #F5F5FF 0, #F5F5FF 70%, #fff 70%, #fff 100%);
  }
}
.top-onsen__image {
  width: calc(50vw + 1.6%);
  margin-right: calc(50% - 50vw);
  height: 50rem;
}

@media screen and (max-width: 768px) {
  .top-onsen__image {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}
.top-onsen__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-onsen__image img {
    height: auto;
  }
}
.top-onsen__text {
  margin-top: -2.9rem;
}

@media screen and (max-width: 768px) {
  .top-onsen__text {
    margin-top: 0;
  }
}
.top-heading--row {
  display: flex;
  flex-direction: column;
}

.top-activity {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 59.4rem;
  padding: 4rem 0 5.5rem;
  background: url(../images/top/pc/activity.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-activity {
    min-height: 59.9rem;
    background: url(../images/top/sp/activity.webp) no-repeat;
    background-size: cover;
    padding-bottom: 1.6rem;
  }
}
.top-activity__text {
  max-width: 48.8rem;
  width: 48.8rem;
  padding: 4rem 2.4rem;
  background: rgba(26, 26, 26, 0.6);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-activity__text {
    width: 27.6rem;
    padding: 1.4rem 1.2rem;
  }
}
.top-activity-btn {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .top-activity-btn {
    margin-top: 1.6rem;
  }
}
.top-activity__inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.6rem;
}

.top-other {
  padding: 10rem 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-other {
    padding: 6.4rem 0;
  }
}
.top-other__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}

@media screen and (max-width: 768px) {
  .top-other__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.top-other__item {
  display: flex;
  flex-direction: column;
}

.top-other__image {
  width: 100%;
  aspect-ratio: 390/250;
}

.top-other__image img {
  width: 100%;
  object-fit: cover;
}

.top-other__text {
  display: flex;
  flex-direction: column;
  padding-top: 0.8rem;
  flex: 1;
}

.top-other__text h2 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-other__text h2 {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.top-other__text p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-other__text p {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 1.3rem;
  }
}
.top-other__btn {
  margin-top: auto;
}

.top-info {
  padding: 10rem 0 10rem;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .top-info {
    padding: 6rem 0 5.5rem;
  }
}
.top-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .top-info__inner {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.top-info-text__left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
  max-width: 76.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-info-text__left {
    display: contents;
  }
}
.top-info-text {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .top-info-text {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .top-info__heading {
    order: 1;
  }
}
.top-info__heading span {
  display: block;
  width: 12.7rem;
}

@media screen and (max-width: 768px) {
  .top-info__heading span {
    width: 9.7rem;
  }
}
.top-info__heading h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-info__heading h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.top-info-text__block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top-info-text__block {
    order: 3;
    padding-top: 0;
  }
}
.top-info__address {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

@media screen and (max-width: 768px) {
  .top-info__address {
    gap: 0;
  }
}
.top-info__address dt {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #221C34;
}

@media screen and (max-width: 768px) {
  .top-info__address dt {
    font-size: 1.2rem;
    line-height: 2.25;
  }
}
.top-info__address dd {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #333;
}

@media screen and (max-width: 768px) {
  .top-info__address dd {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.top-info__tel {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

@media screen and (max-width: 768px) {
  .top-info__tel {
    gap: 0;
  }
}
.top-info__tel dt {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #221C34;
}

@media screen and (max-width: 768px) {
  .top-info__tel dt {
    font-size: 1.2rem;
    line-height: 2.25;
  }
}
.top-info__tel dd {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #333;
}

@media screen and (max-width: 768px) {
  .top-info__tel dd {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.top-info__tel dd::before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background: url(../images/top/pc/tel.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .top-info__tel dd::before {
    width: 2rem;
    margin-right: 0.6rem;
  }
}
.top-info__tel dd span {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-left: 0.6rem;
}

@media screen and (max-width: 768px) {
  .top-info__tel dd span {
    font-size: 1rem;
    line-height: 2.4;
    margin-left: 0;
  }
}
.top-info__column {
  display: flex;
  gap: 2.4rem;
}

.top-info__checkin {
  display: flex;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .top-info__checkin dt {
    font-size: 1.2rem;
    line-height: 2.25;
    font-weight: 700;
  }
}
.top-info__checkin dd {
  font-weight: 400;
}

.top-info__video {
  width: 34.4rem;
  max-width: 45%;
  margin-top: 2.8rem;
  aspect-ratio: 344/351;
  background-color: #B7B7B7;
}

@media screen and (max-width: 768px) {
  .top-info__video {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    aspect-ratio: 358/240;
    order: 2;
  }
}
.live-camera-preparing {
  padding-top: 10rem;
  width: 100%;
  height: 100%;
  text-align: center;
}

.top-news {
  padding: 8rem 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 4rem 0 8rem;
  }
}
.top-news__title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 3.7rem;
  color: #221C34;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-news__title {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 3.2rem;
  }
}
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  min-height: 20vh;
}

@media screen and (max-width: 768px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__item {
  display: flex;
  flex-direction: column;
}

.news__image {
  width: 100%;
  aspect-ratio: 390/250;
}

.news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__item time {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.8rem;
  color: #221C34;
}

.news__title {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 2.6rem;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .news__title {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1.9rem;
  }
}
.news__btn {
  margin-top: auto;
}

.news__btn .btn {
  border-bottom: 0.1rem solid #D6D6D6;
}

.top-news__btn {
  display: grid;
  place-content: center;
  width: 30.8rem;
  aspect-ratio: 308/58;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 6.4rem auto 0;
  border: 0.2rem solid #221C34;
  background-color: #221C34;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}

@media screen and (max-width: 768px) {
  .top-news__btn {
    width: 27.9rem;
    aspect-ratio: 279/52;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin: 5.6rem auto 0;
  }
}
@media (any-hover: hover) {
  .top-news__btn:hover {
    background-color: #fff;
    color: #221C34;
  }
}
.no-image {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
}

/*** activity 
****************************************************************************************/
.mv {
  position: relative;
  padding-top: 7.2rem;
}

.mv__text {
  position: absolute;
  top: calc(50% + 3.2rem);
  left: 50%;
  max-width: 124rem;
  width: 86.1111111111%;
  translate: -50% -50%;
  color: #fff;
}

.mv-title__main {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .mv-title__main {
    font-size: 2.8rem;
    line-height: 2.2857142857;
  }
}
.mv-title__sub {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .mv-title__sub {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 0;
  }
}
.mv__image {
  width: 100%;
  height: 22.4rem;
}

.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-section {
  padding: 10rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lead-section {
    padding: 5.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .lead-section__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lead-section__container--facility {
    padding: 0 1.4rem;
  }
}
.lead__main {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .lead__main {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    margin-bottom: 0.8rem;
  }
}
.lead__sub {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .lead__sub {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 0.8rem;
    text-align: center;
  }
}
.anchor__list {
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .anchor__list {
    display: none;
  }
}
.anchor__item {
  position: relative;
}

.anchor__item .arrow {
  transition: translate 0.4s;
}

@media (any-hover: hover) {
  .anchor__item:hover .anchor__image img {
    scale: 1.1;
  }
  .anchor__item:hover .arrow {
    translate: 0 0.4rem;
  }
}
.anchor3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 73.6rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .anchor3 {
    display: none;
  }
}
.anchor4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 98.8rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .anchor4 {
    display: none;
  }
}
.anchor5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  max-width: 124rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .anchor5 {
    display: none;
  }
}
.anchor6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  max-width: 124rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .anchor6 {
    display: none;
  }
}
.anchor__image {
  overflow: hidden;
}

.anchor__image img {
  transition: scale 0.4s;
}

.anchor__name {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  text-align: center;
}

.anchor__name::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.arrow {
  display: block;
  width: 2.4rem;
  aspect-ratio: 1;
  margin: 2rem auto 0;
}

.winter {
  width: 100%;
  min-height: 64rem;
  padding-top: 3.2rem;
  background: url(../images/activity/pc/winter.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .winter {
    min-height: 40.7rem;
    background: url(../images/activity/sp/winter.webp) no-repeat;
    background-size: cover;
  }
}
.winter__inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.6rem;
}

.winter__text {
  max-width: 50rem;
  padding: 2.4rem 4rem;
  background: rgba(26, 26, 26, 0.5);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .winter__text {
    max-width: 21.4rem;
    padding: 0.8rem 1.2rem;
    margin: auto 0 0 auto;
  }
}
.winter__main {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .winter__main {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.winter__sub {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .winter__sub {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 0.4rem;
  }
}
.activity-access {
  padding: 8rem 0 8.2rem;
  background-color: #FAFAFA;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .activity-access {
    padding: 4rem 0 5.2rem;
  }
}
.activity-access__image {
  position: relative;
}

@media screen and (max-width: 768px) {
  .activity-access__image {
    margin: 0 calc(50% - 50vw);
  }
}
.activity-access__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .activity-access__inner {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.activity-access__title {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 42.6rem;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .activity-access__title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    width: 100%;
    max-width: 100%;
  }
}
.activity-access__text {
  width: 48.8709677419%;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .activity-access__text {
    width: 100%;
  }
}
.activity-access__text p {
  line-height: 2.5714285714;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .activity-access__text p {
    line-height: 1.7142857143;
  }
}
.activity-access__text p:nth-of-type(2) {
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .activity-access__text p:nth-of-type(2) {
    margin-top: 2.6rem;
  }
}
.activity-access__list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 1.9rem;
}

@media screen and (max-width: 768px) {
  .activity-access__list {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .activity-access__list:nth-of-type(2) {
    display: none;
  }
}
.activity-access__item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}

.activity-access__term {
  width: 22.7rem;
}

@media screen and (max-width: 768px) {
  .activity-access__term {
    width: 19.3rem;
  }
}
.ski-area {
  background-color: #FAFAFA;
}

.ski-area__heading {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.ski-area__heading span {
  display: block;
  width: 19.9rem;
}

@media screen and (max-width: 768px) {
  .ski-area__heading span {
    width: 15rem;
  }
}
.ski-area__title {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .ski-area__title {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-top: 0.8rem;
  }
}
.ski-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 2.9rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .ski-area__list {
    gap: 4rem;
    margin-top: 2rem;
  }
}
.ski-area__item {
  display: flex;
  flex-direction: column;
}

.ski-area__item h3 {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .ski-area__item h3 {
    margin-top: 0.8rem;
  }
}
.ski-area__item p {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #333333;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .ski-area__item p {
    margin-bottom: 1.2rem;
  }
}
.ski-area__access {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.4rem 1.2rem;
  margin-top: auto;
  min-height: 4rem;
  border-radius: 0.3rem;
  background-color: #F1EFF6;
}

@media screen and (max-width: 768px) {
  .ski-area__access {
    padding: 0.4rem;
  }
}
.ski-area__access span.walk {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ski-area__access span.walk::before {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/walk.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ski-area__access span.lift {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ski-area__access span.lift::before {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/lift.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ski-area__access span.bus {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ski-area__access span.bus::before {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/bus.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ski-area__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .ski-area__links {
    gap: 1.2rem;
    margin-top: 4rem;
  }
}
.ski-area__link {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.06em;
  min-width: 34.4rem;
  min-height: 4.3rem;
  padding: 0 4.8rem;
  background-color: #333333;
  color: #fff;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  .ski-area__link {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    min-width: 100%;
    min-height: 4rem;
    padding: 0 2rem;
  }
}
.ski-area__link span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.ski-area__link span::after {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/link_white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .ski-area__link:hover {
    opacity: 0.6;
  }
}
.school {
  padding: 5.5rem 7rem 6.2rem;
  margin-top: 8rem;
  border: 0.1rem solid #BEBEBE;
  background-color: #fff;
  border-radius: 0.4rem;
}

@media screen and (max-width: 768px) {
  .school {
    padding: 4rem 1.1rem;
    margin-top: 7.2rem;
  }
}
.school p {
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .school p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.school p:nth-of-type(2) {
  margin-top: 5.3rem;
}

@media screen and (max-width: 768px) {
  .school p:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.school__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .school__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
    margin-top: 2.4rem;
  }
}
.school__link {
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1rem 1rem;
  border: 0.1rem solid #221C34;
  background-color: #fff;
  color: #221C34;
}

@media screen and (max-width: 768px) {
  .school__link {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    padding: 0.15rem;
    min-height: 4rem;
  }
}
.school__link span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.school__link span::after {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/link_black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
}

.snow-shoe {
  padding: 8rem 0 0;
  background-color: #FAFAFA;
  overflow: hidden;
}

.snow-shoe__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.2rem;
}

@media screen and (max-width: 768px) {
  .snow-shoe__inner {
    flex-direction: column;
    gap: 4.8rem;
    padding-top: 3.7rem;
    padding-left: 0.8rem;
    padding-bottom: 0;
  }
}
.snow-shoe__inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #FAFAFA 0, #FAFAFA 10rem, #F1EFF6 10rem, #F1EFF6 100%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .snow-shoe__inner::before {
    left: -0.7rem;
    background: linear-gradient(to bottom, #F1EFF6 0, #F1EFF6 65%, #FAFAFA 65%, #FAFAFA);
  }
}
.snow-shoe__text {
  position: relative;
  width: 50%;
  padding-left: 4.4rem;
}

@media screen and (max-width: 768px) {
  .snow-shoe__text {
    width: 100%;
    padding-left: 0;
  }
}
.snow-shoe__title {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .snow-shoe__title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.snow-shoe__desc {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #333;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .snow-shoe__desc {
    line-height: 1.7142857143;
    margin-top: 2.4rem;
  }
}
.snow-shoe__link {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1rem 3.2rem;
  background-color: #fff;
  color: #221C34;
  border: 0.1rem solid #221C34;
  margin-top: 2.9rem;
  border-radius: 0.2rem;
  transition: opacity 0.4s;
}

.snow-shoe__link span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.snow-shoe__link span::after {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/link_black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .snow-shoe__link {
    width: 100%;
    margin-top: 3.2rem;
    text-align: center;
  }
}
@media (any-hover: hover) {
  .snow-shoe__link:hover {
    opacity: 0.6;
  }
}
.snow-shoe__image {
  position: relative;
  width: 41.3709677419%;
}

@media screen and (max-width: 768px) {
  .snow-shoe__image {
    width: calc(100% + 2.4rem);
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.rental {
  padding: 10rem 0;
  background-color: #FAFAFA;
  scroll-margin-top: 0;
}

@media screen and (max-width: 768px) {
  .rental {
    padding: 7.2rem 0;
  }
}
.rental__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .rental__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.rental__text {
  width: 52.2580645161%;
}

@media screen and (max-width: 768px) {
  .rental__text {
    width: 100%;
  }
}
.rental__title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .rental__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.rental__sub {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.1rem;
}

@media screen and (max-width: 768px) {
  .rental__sub {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-top: 1.4rem;
  }
}
.rental__small {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0.4rem 0 1.1rem;
}

@media screen and (max-width: 768px) {
  .rental__small {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-top: 0 0 1.4rem;
  }
}
.rental__note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 1.1rem;
}

@media screen and (max-width: 768px) {
  .rental__note {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    margin-top: 1.4rem;
  }
}
.rental__table {
  margin-top: 1.1rem;
}

.table {
  position: relative;
  max-width: 64.8rem;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

th, td {
  font-size: clamp(1rem, 0.9722222222vw, 1.4rem);
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 18.9814814815%;
  padding: 0.2rem;
  vertical-align: middle;
  text-align: center;
  background-color: #F0F2FF;
  border: 0.1rem solid #FAFAFA;
}

@media screen and (max-width: 768px) {
  th, td {
    font-size: 2.8205128205vw;
    line-height: 1.6363636364;
    width: 20.1117318436%;
    padding: 0.4rem;
  }
}
th {
  background-color: #6472AA;
  color: #fff;
}

th.col_01,
td.col_01 {
  width: 23.4567901235%;
  background-color: #6472AA;
  color: #fff;
}

@media screen and (max-width: 768px) {
  th.col_01,
  td.col_01 {
    width: 18.4357541899%;
    white-space: nowrap;
  }
}
.rental__image {
  width: 41.4516129032%;
}

@media screen and (max-width: 768px) {
  .rental__image {
    width: 100%;
  }
}
.green {
  padding: 3.2rem 0;
  min-height: 64rem;
  background: url(../images/activity/pc/green.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .green {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
    min-height: 55.8rem;
    background: url(../images/activity/sp/green.webp) no-repeat;
    background-size: cover;
  }
}
.green__text {
  max-width: 50rem;
  padding: 2.4rem 4rem;
  background: rgba(26, 26, 26, 0.5);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .green__text {
    max-width: 22.9rem;
    padding: 0.8rem 1.2rem;
    margin: auto -1.6rem 0 auto;
  }
}
.green__text h2 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .green__text h2 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.green__text p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .green__text p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-top: 0.4rem;
  }
}
.hiking {
  padding: 8rem 0 9.5rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .hiking {
    padding: 4.8rem 0 5.6rem;
  }
}
.hiking__heading {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.hiking__heading span {
  display: block;
  width: 19rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .hiking__heading span {
    width: 14.3rem;
    height: 2.4rem;
  }
}
.hiking__title {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .hiking__title {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.hiking__lead {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 4rem;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hiking__lead {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 3.2rem;
  }
}
.hiking__block {
  padding: 4.8rem 5.15rem 5.6rem;
  margin-top: 4rem;
  border: 0.1rem solid #D1D1D1;
  background-color: #fff;
  border-radius: 0.6rem;
}

@media screen and (max-width: 768px) {
  .hiking__block {
    padding: 3.2rem 1.2rem 4.8rem;
    margin: 3.2rem -0.6rem 0;
  }
}
.hiking__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6rem;
}

@media screen and (max-width: 768px) {
  .hiking__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.hiking__item {
  display: flex;
  flex-direction: column;
}

.hiking-item__title {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .hiking-item__title {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    margin-top: 0.8rem;
  }
}
.hiking-item__desc {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 1.6rem 0;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .hiking-item__desc {
    font-size: 1.2rem;
    line-height: 2;
    margin: 0 0 1.4rem;
  }
}
.hiking-item__note {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.4rem 1rem;
  margin-top: auto;
  background-color: #F1EFF6;
  border-radius: 0.3rem;
}

@media screen and (max-width: 768px) {
  .hiking-item__note {
    padding: 0.4rem 0.8rem;
  }
}
.hiking__note {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 7.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hiking__note {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 4rem;
  }
}
.hiking__link {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: 0.1rem solid #221C34;
  padding: 1rem 4.8rem;
  margin: 4rem auto 0;
  background-color: #fff;
  color: #221C34;
  border-radius: 0.2rem;
  transition: opacity 0.4s;
}

@media screen and (max-width: 768px) {
  .hiking__link {
    display: grid;
    place-content: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    padding: 0.15rem;
    min-height: 4rem;
    text-align: center;
    margin: 2.4rem auto 0;
    text-align: center;
  }
}
.hiking__link span.text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.hiking__link span.text::after {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/activity/pc/link_black.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
}

@media (any-hover: hover) {
  .hiking__link:hover {
    opacity: 0.6;
  }
}
/*** access 
****************************************************************************************/
.access-car {
  padding-top: 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .access-car {
    padding-top: 5.6rem;
  }
}
.access__heading {
  max-width: 52rem;
}

.access__heading p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .access__heading p {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
.access__title {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .access__title {
    font-size: 2rem;
    line-height: 2;
  }
}
.access-car__block {
  padding: 6.5rem 6rem 3rem;
  margin-top: 3.2rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .access-car__block {
    padding: 1.7rem 0.8rem 3.2rem;
    margin-top: 1.6rem;
  }
}
.access-car__column {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 110rem;
  margin-top: 2.7rem;
}

@media (max-width: 1025px) {
  .access-car__column {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-top: 1.6rem;
  }
}
.access-car__note {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 57.7272727273%;
}

@media (max-width: 1025px) {
  .access-car__note {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    width: 100%;
  }
}
.access-car-time {
  width: fit-content;
  padding: 1.7rem 2.2rem 2.6rem;
  border: 0.1rem solid #CCCCCC;
}

@media screen and (max-width: 768px) {
  .access-car-time {
    padding: 1.2rem 1.2rem 2.6rem;
  }
}
.access-car-time h3 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .access-car-time h3 {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.access-car-time .access-car-time__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .access-car-time .access-car-time__list {
    margin-top: 1.6rem;
  }
}
.access-car-time .access-car-time__item {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}

@media screen and (max-width: 768px) {
  .access-car-time .access-car-time__item {
    gap: 1.2rem;
  }
}
.access-car-time .access-car-time__item dt {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.1rem 0.4rem 0.1rem;
  min-width: 7.7rem;
  background-color: #221C34;
  color: #fff;
  text-align: center;
  border-radius: 0.4rem;
}

@media screen and (max-width: 768px) {
  .access-car-time .access-car-time__item dt {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    padding: 0 0.85rem 0.2rem;
    min-width: 7.7rem;
    text-align: center;
  }
}
.access-car-time .access-car-time__item dd {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .access-car-time .access-car-time__item dd {
    gap: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.access-car-time .access-car-time__item dd::before {
  display: inline-block;
  content: "";
  width: 1rem;
  aspect-ratio: 10/15;
  background: url(../images/access/pc/arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.access-car-time__list.en dt {
  min-width: 9.7rem;
}

.accces-car-about {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .accces-car-about {
    flex-direction: column;
    gap: 3.2rem;
    padding-top: 4rem;
  }
}
.accces-car-about__text {
  width: 50.3225806452%;
}

@media screen and (max-width: 768px) {
  .accces-car-about__text {
    width: 100%;
  }
}
.accces-car-about__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.accces-car-about__item h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .accces-car-about__item h3 {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.accces-car-about__item p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .accces-car-about__item p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-top: 0.8rem;
  }
}
.accces-car-about__item a {
  text-decoration: underline;
  color: #184CF5;
}

.accces-car-about__note {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 3.2rem;
  color: #DF5151;
}

@media screen and (max-width: 768px) {
  .accces-car-about__note {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 2.4rem;
  }
}
.accces-car-about__map {
  width: 41.6129032258%;
}

@media screen and (max-width: 768px) {
  .accces-car-about__map {
    width: 100%;
  }
}
.access-bus {
  padding-top: 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .access-bus {
    padding-top: 7.2rem;
  }
}
.access-bus__block {
  padding: 2.2rem 3rem 0;
  margin-top: 3.2rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .access-bus__block {
    padding: 0;
  }
}
.access-bus__note {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1.2rem 1.3rem 2.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .access-bus__note {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}
.access-camera {
  padding-top: 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .access-camera {
    padding-top: 7.2rem;
  }
}
.access-camera__video {
  width: 100%;
  aspect-ratio: 1240/526;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .access-camera__video {
    aspect-ratio: 358/219;
  }
}
.access-camera__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-camera__video .live-camera-preparing {
  padding-top: 10rem;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .access-camera__video .live-camera-preparing {
    padding-top: 5rem;
    font-size: 1.8rem;
  }
}
.access-sightseeing {
  padding: 10rem 0 12.7rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .access-sightseeing {
    padding: 7.2rem 0 5.6rem;
  }
}
.access-sightseeing__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3.5rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .access-sightseeing__list {
    gap: 4rem;
    margin-top: 3.2rem;
  }
}
.access-sightseeing__item {
  display: flex;
  flex-direction: column;
}

.access-sightseeing__item h3 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .access-sightseeing__item h3 {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.access-sightseeing__item p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
  margin-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .access-sightseeing__item p {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 1.3rem;
  }
}
.sightseeing__btn {
  margin-top: auto;
}

.sightseeing__btn .btn::after {
  background: url(../images/access/pc/link.svg) no-repeat;
  background-size: contain;
}

/*** onsen 
****************************************************************************************/
.roten_buro__image {
  position: relative;
  width: 100%;
  height: 64rem;
}

@media screen and (max-width: 768px) {
  .roten_buro__image {
    height: 40.7rem;
  }
}
.roten_buro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.common-label {
  max-width: 53.9rem;
  padding: 2.4rem 3.99rem 2.4rem 4rem;
  background: rgba(26, 26, 26, 0.6);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .common-label {
    max-width: 21.4rem;
    padding: 0.8rem 1.2rem;
  }
}
.common-label h2 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .common-label h2 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.common-label p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .common-label p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .roten_buro__text.en {
    max-width: 34rem;
  }
}
.roten_buro-image__inner {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  top: 0;
  left: 50%;
  translate: -50%;
  height: 100%;
  padding-bottom: 3.2rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .roten_buro-image__inner {
    padding-bottom: 1.6rem;
  }
}
.roten_buro .swiper-container {
  height: 100%;
}

.swiper_onsen .swiper-pagination {
  bottom: 3.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .swiper_onsen .swiper-pagination {
    display: none;
  }
}
.dai_yokujou {
  padding-top: 8rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .dai_yokujou {
    padding-top: 6.4rem;
  }
}
.dai_yokujou__inner {
  position: relative;
}

.dai_yokujou__image {
  width: 100%;
  height: 58rem;
}

@media screen and (max-width: 768px) {
  .dai_yokujou__image {
    height: 27rem;
  }
}
.dai_yokujou__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dai_yokujou__text {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1;
}

.kashikiri {
  padding-top: 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .kashikiri {
    padding-top: 7.2rem;
  }
}
.kashikiri__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .kashikiri__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.kashikiri__heading span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .kashikiri__heading span {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.kashikiri__heading h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .kashikiri__heading h2 {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 0;
  }
}
.kashikiri__text {
  width: 48.7903225806%;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .kashikiri__text {
    width: 89.3854748603%;
  }
}
.kashikiri__main {
  font-size: 1.4rem;
  line-height: 2.5714285714;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .kashikiri__main {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.kashikiri__time {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 3.2rem 0 0.4rem;
}

@media screen and (max-width: 768px) {
  .kashikiri__time {
    font-size: 1.2rem;
    line-height: 3;
    margin: 0.8rem 0;
  }
}
.kashikiri__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .kashikiri__images {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.kashikiri__image {
  position: relative;
}

.kashikiri__label {
  position: absolute;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1.6rem 4rem;
  left: 1.6rem;
  bottom: 1.6rem;
  background: rgba(26, 26, 26, 0.5);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .kashikiri__label {
    font-size: 1.6rem;
    line-height: 2;
    padding: 0.8rem 3.2rem;
    left: 0.6rem;
    bottom: 0.6rem;
  }
}
.common-column {
  padding: 10rem 0 11rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .common-column {
    padding: 7.2rem 0 9.6rem;
  }
}
.common-column__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .common-column__inner {
    flex-direction: column;
  }
}
.common-column__text {
  width: 45.0806451613%;
}

.common-column__text h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .common-column__text h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .common-column__text {
    width: 89.3854748603%;
  }
}
.common-column__main {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .common-column__main {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1.6rem;
  }
}
.common-column__time {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .common-column__time {
    font-size: 1.2rem;
    line-height: 3;
    margin-top: 0;
  }
}
.sauna__image {
  width: 49.0322580645%;
}

@media screen and (max-width: 768px) {
  .sauna__image {
    width: 100%;
  }
}
/*** dining 
****************************************************************************************/
.dinner {
  width: 100%;
  height: 64rem;
  padding-bottom: 3.2rem;
  background: url(../images/dining/pc/dinner.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dinner {
    height: 40.7rem;
    background: url(../images/dining/sp/dinner.webp) no-repeat;
    background-size: cover;
  }
}
.dinner__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.6rem;
}

.breakfast {
  width: 100%;
  height: 64rem;
  padding-bottom: 3.2rem;
  background: url(../images/dining/pc/breakfast.webp) no-repeat;
  background-size: cover;
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .breakfast {
    height: 40.7rem;
    background: url(../images/dining/sp/breakfast.webp) no-repeat;
    background-size: cover;
  }
}
.breakfast__inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.6rem;
}

.pizza {
  padding-bottom: 0;
  background-color: #FAFAFA;
}

.pizza__image {
  width: 47.9838709677%;
}

@media screen and (max-width: 768px) {
  .pizza__image {
    width: 100%;
  }
}
.whisky.common-column {
  padding-bottom: 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .whisky.common-column {
    padding-bottom: 4.8rem;
  }
}
.whisky__inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .whisky__inner {
    flex-direction: column;
  }
}
.whisky__image {
  width: 47.9838709677%;
}

@media screen and (max-width: 768px) {
  .whisky__image {
    width: 100%;
  }
}
/*** club_windham 
****************************************************************************************/
.about {
  padding-top: 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .about {
    padding-top: 5.6rem;
  }
}
.about__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.about__text {
  width: 48.3870967742%;
}

@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}
.about__text h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .about__text h2 {
    font-size: 2rem;
    line-height: 2;
  }
}
.about__text p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 3.2em;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .about__text p {
    line-height: 1.75;
    margin-top: 1.6rem;
  }
}
.about__image {
  width: 43.2258064516%;
}

@media screen and (max-width: 768px) {
  .about__image {
    width: 100%;
  }
}
.introduction {
  padding: 10rem 0 12rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .introduction {
    padding: 7.2rem 0 8.1rem;
  }
}
.introduction__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .introduction__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.introduction__image {
  width: 43.2258064516%;
  aspect-ratio: 536/563;
}

@media screen and (max-width: 768px) {
  .introduction__image {
    width: 100%;
    height: fit-content;
    aspect-ratio: 358/376;
    order: 2;
  }
}
.introduction .swiper-container {
  height: 100%;
}

.swiper_introduction .swiper-pagination {
  left: 0.8rem;
  bottom: 2rem;
  text-align: left;
}

.swiper_introduction .swiper-pagination-bullet {
  box-shadow: 0 0.1rem 0.7rem 0 rgba(0, 0, 0, 0.65);
}

.introduction__text {
  width: 48.1451612903%;
}

@media screen and (max-width: 768px) {
  .introduction__text {
    width: 100%;
    order: 1;
  }
}
.introduction-text__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

@media screen and (max-width: 768px) {
  .introduction-text__list {
    gap: 2.4rem;
  }
}
.introduction-text__item h2 {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .introduction-text__item h2 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.introduction-text__item p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .introduction-text__item p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.wyndham-image {
  width: 100%;
  height: 52rem;
}

@media screen and (max-width: 768px) {
  .wyndham-image {
    height: 32rem;
  }
}
.wyndham-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign {
  padding: 5.6rem 0 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 3.2rem 0 5.6rem;
  }
}
.campaign__text {
  max-width: 91.9rem;
}

.campaign__text h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .campaign__text h2 {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.campaign__text p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 3.2rem;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .campaign__text p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1.6rem;
  }
}
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 72.9rem;
  padding: 2.4rem 4rem 5rem;
  margin: 4rem auto 0;
  border: 0.1rem solid #ACACAC;
  background-color: #fff;
  border-radius: 0.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 2.4rem 3.4rem 2.9rem;
  }
}
.price__lead {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .price__lead {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.price__lead span {
  display: inline-block;
  vertical-align: middle;
}

.price__lead .slash {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.price__lead .one {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.regular-price {
  display: flex;
  align-items: center;
  gap: 3.4rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .regular-price {
    gap: 1.4rem;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-top: 3rem;
  }
}
.regular-price span.num {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .regular-price span.num {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.regular-price span.num::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12rem;
  height: 0.1rem;
  top: 55%;
  left: -0.4rem;
  translate: 0 -50%;
  background: #F36666;
  background-size: contain;
  vertical-align: middle;
  rotate: 7.13deg;
}

@media screen and (max-width: 768px) {
  .regular-price span.num::before {
    width: 10rem;
  }
}
.regular-price .en {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .regular-price .en {
    font-size: 1.4rem;
  }
}
.special-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 100%;
  margin-top: 2.2rem;
  color: #221C34;
}

@media screen and (max-width: 768px) {
  .special-price {
    gap: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 0.7rem;
  }
}
.special-price span {
  flex-shrink: 0;
}

.special-price::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #BEBEBE;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .special-price::before {
    width: 8rem;
  }
}
.special-price::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #BEBEBE;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .special-price::after {
    width: 8rem;
  }
}
.special-price-num {
  margin-top: 2.4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .special-price-num {
    margin-top: 0.6rem;
  }
}
.special-price-num .yen10 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .special-price-num .yen10 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.special-price-num .yen {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .special-price-num .yen {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.special-price-num .to {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .special-price-num .to {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.special-price-num .yen15 {
  font-size: 3.4rem;
  line-height: 0.8823529412;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .special-price-num .yen15 {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
}
.special-price-num .tax {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .special-price-num .tax {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.campaign__note {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
  letter-spacing: 0.06em;
  width: fit-content;
  margin: 2.4rem auto 0;
}

@media screen and (max-width: 768px) {
  .campaign__note {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin: 1.6rem auto 0;
  }
}
.campaign__btn {
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: 0.2rem solid #221C34;
  padding: 1.2rem 5.6rem;
  margin: 4.8rem auto 0;
  background-color: #221C34;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}

@media screen and (max-width: 768px) {
  .campaign__btn {
    margin-top: 3.2rem;
  }
}
@media (any-hover: hover) {
  .campaign__btn:hover {
    background-color: #fff;
    color: #221C34;
  }
}
/*** facility 
****************************************************************************************/
.facility {
  padding: 10rem 0;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .facility {
    padding: 4.8rem 0;
  }
}
.facility__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 8rem;
}

@media screen and (max-width: 768px) {
  .facility__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.facility__item {
  color: #000;
}

@media screen and (max-width: 768px) {
  .facility__item {
    color: #1A1A1A;
  }
}
.facility__item h3 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .facility__item h3 {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    margin-top: 0.8rem;
  }
}
.facility__item p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .facility__item p {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 0;
  }
}
/*** room 
****************************************************************************************/
.room {
  padding: 8rem 0 10rem;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .room {
    padding: 5.6rem 0 8.8rem;
  }
}
.room__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media screen and (max-width: 768px) {
  .room__list {
    gap: 4.8rem;
  }
}
.room__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .room__item {
    gap: 2rem;
  }
}
.room__image {
  aspect-ratio: 1240/556;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .room__image {
    height: auto;
  }
}
.room__image .swiper-container {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .room__image .swiper-container {
    aspect-ratio: 358/200;
    height: auto;
  }
}
.room__image .swiper-pagination {
  bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .room__image .swiper-pagination {
    bottom: 1.2rem;
  }
}
.room__text {
  color: #333333;
}

.room__text h3 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .room__text h3 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.room__text p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .room__text p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.room-bottom {
  margin-top: 13.2rem;
}

@media screen and (max-width: 768px) {
  .room-bottom {
    margin-top: 5.6rem;
  }
}
.room-bottom__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .room-bottom__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.room-bottom__image {
  width: 48.7096774194%;
}

@media screen and (max-width: 768px) {
  .room-bottom__image {
    width: 100%;
    order: 2;
  }
}
.room-bottom__text {
  width: 45.1612903226%;
}

@media screen and (max-width: 768px) {
  .room-bottom__text {
    width: 100%;
    order: 1;
  }
}
.room-bottom__text h3 {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .room-bottom__text h3 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.room-bottom__text h3:nth-of-type(2) {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .room-bottom__text h3:nth-of-type(2) {
    margin-top: 2.4rem;
  }
}
.room-bottom__text p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .room-bottom__text p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
/*** news 
****************************************************************************************/
.news {
  padding: 2.4rem 0 10rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 2.4rem 0 5.6rem;
  }
}
.news__content {
  position: relative;
}

.news-category__wrap {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
  .news-category__wrap {
    margin-bottom: 2.4rem;
  }
}
.news-category__list {
  display: flex;
  flex-wrap: wrap;
}

.news-category__link {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.8rem 2.4rem;
  color: #878787;
  transition: border-bottom 0.4s, color 0.4s;
}

@media screen and (max-width: 768px) {
  .news-category__link {
    font-size: 1.2rem;
    line-height: 2.6666666667;
    padding: 0.8rem 1.6rem;
  }
}
@media (any-hover: hover) {
  .news-category__link:hover {
    border-bottom: 0.1rem solid #333;
    color: #333;
  }
}
.news-category__link.is-active {
  border-bottom: 0.1rem solid #333;
  color: #333333;
}

.news-btn__link {
  display: block;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 500;
  letter-spacing: 0.06em;
  max-width: 39rem;
  width: 100%;
  padding: 0.8rem;
  margin: 8rem auto 0;
  background-color: #F2F2F2;
  color: #000;
  text-align: center;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.4s;
}

@media screen and (max-width: 768px) {
  .news-btn__link {
    margin: 4.8rem auto 0;
  }
}
@media (any-hover: hover) {
  .news-btn__link:hover {
    box-shadow: 0 0.1rem 1.4rem 0 rgba(0, 0, 0, 0.25);
  }
}
/*** single 
****************************************************************************************/
.single-section {
  padding: 12rem 0 10.3rem;
}

@media screen and (max-width: 768px) {
  .single-section {
    padding: 10.4rem 0 6.4rem;
  }
}
.single__inner {
  max-width: 88rem;
  margin-inline: auto;
}

.breadcrumbs {
  margin-bottom: 5.6rem;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 2.9rem;
  }
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1rem;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.breadcrumbs li::after {
  display: inline-block;
  content: "";
  width: 0.7rem;
  aspect-ratio: 7/14;
  background: url(../images/news/pc/arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  flex-shrink: 0;
}

.breadcrumbs li:last-child {
  flex-shrink: 1;
}

.breadcrumbs li:last-child a {
  color: #333333;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #999999;
  word-break: break-all;
  transition: color 0.4s;
}

@media screen and (max-width: 768px) {
  .breadcrumbs a {
    font-size: 1rem;
    line-height: 2.4;
  }
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    color: #333333;
  }
}
.single__date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #221C34;
}

@media screen and (max-width: 768px) {
  .single__date {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.single__title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 4.8rem;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .single__title {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 3.2rem;
  }
}
.single-section {
  word-break: break-all;
}

.single-section img {
  display: block;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .single-section img {
    margin-bottom: 2.4rem;
  }
}
.single-section h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 4rem;
}

.single-section h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 4rem;
}

.single-section p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .single-section p {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 2.4rem;
  }
}
.news__image {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .news__image {
    margin-bottom: 2.4rem;
  }
}
.post-navi {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .post-navi {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .post-navi a.btn {
    font-size: 1.1rem;
    min-width: 9.5rem;
  }
}
.btn-prev {
  flex-direction: row-reverse;
}

.btn-prev::after {
  rotate: 180deg;
}

.single-page__btn {
  position: absolute;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.95rem;
  border-bottom: 0.1rem solid #D6D6D6;
  top: 43%;
  left: 50%;
  translate: -50% -50%;
  transition: border-bottom 0.4s;
}

@media screen and (max-width: 768px) {
  .single-page__btn {
    font-size: 1.1rem;
    line-height: 2.9090909091;
    padding: 0.4rem 1.2rem;
    top: 40%;
  }
}
@media (any-hover: hover) {
  .single-page__btn:hover {
    border-bottom: 0.1rem solid #000;
  }
}