@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  position: relative;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2C3D59;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  letter-spacing: 0;
}

header ul {
  margin-bottom: 0;
}

header h1 {
  margin: 0;
}

header .header__region-list {
  position: relative;
  z-index: 21;
}

header .header__region-list li {
  z-index: 21;
}

.overflow-hidden {
  overflow: hidden;
}

.hover-none {
  pointer-events: none;
}

.breadcrumb {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 15px 10px 15px;
  max-width: 1134px;
}

.breadcrumb li {
  font-size: 12px;
  position: relative;
  margin-right: 22px;
  display: flex;
}

.breadcrumb li:last-of-type {
  margin-right: 0px;
}

.breadcrumb .icon-home {
  object-fit: contain;
  margin-right: 4px;
}

.breadcrumb li:not(:last-of-type)::after {
  position: absolute;
  top: 52%;
  right: -19px;
  transform: translateY(-50%);
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/breadcrumb_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.breadcrumb li a {
  font-size: 12px;
  color: #697180;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

main.main {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  overflow-x: hidden;
}


a {
  color: #2C3D59;
  text-decoration: none;
  transition: background-color 0.7s, color 0.7s, opacity 0.7s;
}

a::after {
  transition: background-color 0.7s, color 0.7s, opacity 0.7s;
}

a:hover {
  opacity: 0.5;
  color: #2C3D59;
  transition: 1.3s;
}

.object-fit-contain{
  object-fit: contain
}

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

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

.text-blue {
  color: #0063B0 !important;
}

.fade-in {
  /* opacity: 0; */
  /* transform: translateY(20px); */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-active {
  opacity: 1;
  /* transform: translateY(0); */
}

.no-animation {
  opacity: 1 !important;
  transform: none !important;
}

figure {
  margin: 0;
}

.main .rn-searchMod__navList {
  margin-bottom: 0 !important;
}

.main .rn-searchMod__navList li:last-child a {
  background: #2488FF;
}

.main .rn-searchMod__formSection {
  width: 100% !important;
}

.rn-searchMod__navListButton.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.160784);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.160784);
}

.rn-searchMod__buttonSearch.disable {
  opacity: 1 !important;
}

.main .rn-searchMod__navListButton--ovs:hover {
  color: #fff !important;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

#goto_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  display: none;
}

.bg-beige {
  background-color: #FFFBEF;
}

.btn {
  display: block;
  background-color: #66574D;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 12px;
  border: solid 1px #66574D;
  transition: 2.0s;
}

.btn:hover {
  background-color: #fff;
  color: #66574D;
  opacity: 1;
}

.btn-link-none {
  background-color: #999;
  pointer-events: none;
  border: none;
}

.linesand-text {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.linesand-text::before,
.linesand-text::after {
  background-color: #2C3D59;
  content: "";
  height: 1px;
  width: 100px;
}

.linesand-text::before {
  margin-right: 30px;
}

.linesand-text::after {
  margin-left: 30px;
}

.ui-widget.ui-widget-content {
  font-size: 14px;
}

#goto_top img {
  width: 110px;
}

.title-set {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}

.title-set__en {
  margin-bottom: 10px;
}

.title-set h3 {
  font-size: 36px;
  margin-bottom: 8px;
}

.title-set h3 span {
  font-size: 26px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1134px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.mv-top {
  padding-top: 28px;
  padding-bottom: 24px;
  background: #FBF9F3;
  padding-right: 30px;
  padding-left: 58px;
}

.mv-top h2 {
  position: relative;
  z-index: 2;
  margin-left: 58px;
}

.mv-top h2 img {
  width: 546px;
}

.mv-top__img {
  position: relative;
  top: -16px;
}

.mv-top__img picture {
  position: relative;
  z-index: 1;
  width: 97%;
  display: block;
}

.mv-top__img picture img {
  border-radius: 0 20px 0 0;
  height: 650px;
  width: 100%;
}

.mv-top__text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 24px;
  font-family: "BIZ UDMincho", serif;
}

.mv-top__text span:not(:last-child) {
  margin-right: 2px;
}

.mv-top__text span:nth-of-type(4) {
  margin-right: 8px;
}

.mv-kasou__text {
  position: absolute;
  top: 80px;
  right: 32px;
  z-index: 2;
  font-size: 24px;
  font-family: "BIZ UDMincho", serif;
}

.mv-kasou__text span:not(:last-child) {
  margin-right: 2px;
}

.mv-kasou__text span:nth-of-type(4) {
  margin-right: 8px;
}

.onsen-onsenchi .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF, 0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
  font-size: 12px;
  padding: 4px 8px;
}

.nonbiri,
.hokkori {
  background-color: #fff;
  width: fit-content;
  padding: 6px 22px;
  display: flex;
  font-family: "BIZ UDMincho", serif !important;
}

.hokkori {
  margin-top: 34px;
  margin-left: 70px;
}

.nonbiri span,
.hokkori span {
  opacity: 0;
  font-size: 24px;
  font-family: "BIZ UDMincho", serif !important;
}

.mv-top__img__text {
  color: #2C3D59;
  font-size: 30px;
  font-family: "Noto Serif", serif;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  position: absolute;
  top: 10px;
  right: 6px;
  width: 0;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

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

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity {
  padding-bottom: 40px;
  background-color: #FFFBEF;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}

.onsen-top .scroll-infinity__item {
  width: calc(230vw / 1);
}

.onsen-area .scroll-infinity__item {
  width: calc(155vw / 1);
}

.scroll-infinity__item>img {
  width: 100%;
}

.nav-fixed {
  z-index: 9;
  background: #fff;
  max-width: 1104px;
  margin: 0 auto;
  border-radius: 100px;
}

.container--nav {
  height: 58px;
  max-width: 100%;
}

.nav-area {
  padding: 17px 0;
  z-index: 9;
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
}

.nav-area__list {
  text-align: center;
  position: relative;
  max-width: 1104px;
}

.nav-area__list ul {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  justify-content: center;
}

.nav-area__list ul li {
  width: fit-content;
  font-weight: 600;
}

.nav-area__list ul li a {
  font-size: 14px;
}

.nav-area__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}

.nav-area__button__wrapper {
  position: relative;
  height: 100%;
}

.nav-area__button button {
  height: 100%;
  border: none;
  background: #CF3700;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  padding: 7px 0px;
  font-size: 12px;
  width: 120px;
}

.nav-area__button button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.nav-area__button .map-icon {
  margin-right: 5px;
}

.nav-area__button .map-icon img {
  width: 12px;
  height: 14px;
  object-fit: contain;
}

.nav-area__button #menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: solid 1.5px #CF3700;
  border-radius: 6px;
  padding: 19px 16px;
  width: fit-content;
  font-size: 14px;
}

.nav-area__button #menu li {
  white-space: nowrap;
}

.nav-area__button #menu li:not(:last-child) a {
  margin-bottom: 20px;
  display: block;
}

.recommend-top {
  background: linear-gradient(to bottom, #fff 50%, #FBF9F3 50%);
  padding-top: 100px;
  padding-bottom: 120px;
}

.recommend-top__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 24px;
}

.recommend-top__wrapper__card {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
}

.recommend-top__wrapper__card .card__wrapper__img {
  margin-bottom: 40px;
}

.recommend-top__wrapper__card .card__wrapper__img div {
  overflow: hidden;
}

.recommend-top__wrapper__card figcaption {
  font-size: 12px;
  margin-top: 8px;
}

.recommend-top__wrapper__card img {
  width: 100%;
  height: auto;
  transition: transform 2.2s ease;
  height: 480px;
}

.recommend-top__wrapper__card:hover .card__wrapper__img img {
  transform: scale(1.2);
}

.recommend-top__wrapper__card__prefecture {
  background-color: #D55121;
  padding: 3px 22px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}

.recommend-top__wrapper__card h4 {
  font-size: 26px;
}

.tour-top {
  background-color: #fff;
  padding: 100px 0;
}

.my-slider-progress {
  background: #ccc;
  max-width: 400px;
  width: 40%;
  margin: 0 auto;
}

.my-slider-progress-bar {
  background: greenyellow;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.my-slider-block {
  position: relative;
}

/* .my-depature-container {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

.is-hidde {
  visibility: hidden;
}

.is-visible {
  visibility: visible;
}

.po-relative-1227 {
  position: relative;
  max-width: 1257px;
  margin: 0 auto;
  padding: 0 15px;
}

.swiper {
  max-width: 1104px;
  position: static;
  padding: 0 3px;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-disabled {
  display: none !important;
}

.swiper-wrapper {
  margin-bottom: 40px;
}

.swiper-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: auto;
}

.swiper .swiper-slide:nth-child(4n) {
  padding-right: 2px;
}

@media (min-width: 768px) {
  .product.swiper:has(.swiper-slide:nth-child(-n+3):last-child) .swiper-wrapper {
    justify-content: center;
  }

  .product.swiper:has(.swiper-slide:nth-child(-n+3):last-child) .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }

  .product.swiper:has(.swiper-slide:nth-child(-n+3):last-child) .swiper-wrapper .swiper-slide {
    max-width: 258px;
    width: calc((100% - 40px) / 3) !important;
  }

  .product.swiper:has(.swiper-slide:nth-child(-n+2):last-child) .swiper-wrapper .swiper-slide {
    max-width: 420px;
    width: calc((100% - 20px) / 2) !important;
  }

  .product.swiper:has(.swiper-slide:nth-child(-n+2):last-child) .swiper-wrapper .swiper-slide img {
    height: 220px;
  }
}


.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  z-index: 1;
  cursor: pointer;
  transition: background-color 0.7s, color 0.7s, opacity 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E9ECF2;
  border-radius: 100px;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 7px;
  height: 11px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: unset;
  border: solid 1px #C0C5CC;
}

/* .swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.5;
  transition: 1.3s;
} */


.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.what-is__contents__left .swiper-button-prev,
.what-is__contents__left .swiper-button-next {
  top: 45%;
}

.what-is__contents__left .swiper{
  padding: 0;
}

.swiper-scrollbar {
  background-color: #C0C5CC;
  height: 4px;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 100px;
}

.swiper-scrollbar-drag {
  background-color: #2C3D59;
  height: 4px;
  border-radius: 100px;
}

.product .product__card {
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  display: block;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
}

.product .product__card img {
  height: 172px;
  border-radius: 10px 10px 0 0;
}

.product__card__content {
  padding: 16px 16px 0 16px;
  position: relative;
  flex-grow: 1;
  /* 内容を伸縮させて下の余白を埋める */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__card__content__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-left: 0 !important;
}

.product .product__card .product__card__start {
  font-size: 12px !important;
  font-weight: 600;
  margin-bottom: 4px;
}

.product .product__card .product__card__catch {
  font-size: 14px !important;
  margin-bottom: 8px;
}

.product .product__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.product .product__card ul li {
  max-width: fit-content;
  font-size: 12px !important;
  font-weight: 600;
  padding: 4px 8px;
  background-color: #F0F7FF;
  color: #697180;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
  border-radius: 6px;
}

.back-nav {
  background-color: #F0EBDF;
}

.back-nav nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  max-width: 772px;
  padding: 16px 0;
  margin: 0 auto;
  align-items: center;
}

.back-nav__top {
  display: block;
  white-space: nowrap;
  border: solid 1px #939DAD;
  border-radius: 100px;
  padding: 5px 24px;
}

.back-nav__top:hover {
  background-color: #fff;
}

.back-nav ul {
  display: flex;
  gap: 12px;
  width: 90%;
}

.back-nav ul li {
  position: relative;
}

.back-nav ul li:not(:last-of-type) {
  padding-right: 14px;
}

.back-nav ul li a {
  position: relative;
}

.back-nav ul li a::after {
  content: none;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 3px;
  background-color: #CF3700;
}












.tour-top .product__card ul li,
.tour-area .product__card ul li,
.tour-onsenchi .product__card ul li {
  max-width: none;
  white-space: break-spaces;
  text-align: left;
  padding: 4px 6px;
}

.product .product__card .product__card__price {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #DF0D00;
  text-align: right;
}

.product .product__card .product__card__price .en {
  font-size: 14px;
}

.product .product__card .product__card__day {
  font-size: 12px !important;
  text-align: right;
  color: #697180;
  letter-spacing: 0.01em;
}

.product .product__card .product__card__category {
  font-size: 12px !important;
  font-weight: 600;
  color: #fff;
  background-color: #697180;
  padding: 3px 8px;
  width: fit-content;
}

.product .product__card .mt-auto {
  margin-top: auto;
  padding-bottom: 16px;
}

.tips-top {
  position: relative;
  padding-top: 140px;
  padding-bottom: 125px;
  margin-bottom: 96px;
}

.tips-top__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.tips-top__bg-wrapper__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/kokunai/theme/onsen/img/bg_tips.webp);
  background-size: cover;
  z-index: -1;
}

.no-webp .tips-top__bg-wrapper__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/kokunai/theme/onsen/img/bg_tips.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.tips-top .container {
  position: relative;
}

.tips-top h3 {
  color: #fff;
  font-size: 36px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.tips-top__description {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 90px;
  line-height: 2.2;
}

.tips-top__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}

.tips-top__wrapper__card {
  background-color: #F5F7FA;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  position: relative;
  padding-bottom: 24px;
}

.tips-top__wrapper__card:not(:nth-last-child(-n+3)) {
  margin-bottom: 75px;
}

.tips-top__wrapper__card__name {
  position: absolute;
  top: -30px;
  right: 0;
}

.tips-top__wrapper__card__circle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 5px;
  padding: 10px;
}

.tips-top__wrapper__card__circle li {
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tips-top__wrapper__card__circle__red {
  background-color: #CF3700;
}

.tips-top__wrapper__card__circle__green {
  background-color: #65A427;
}

.tips-top__wrapper__card__circle__blue {
  background-color: #00729E;
}

.tips-top__wrapper__card__container {
  padding: 24px;
}

.tips-top__wrapper__card__img {
  margin-bottom: 24px;
}

.tips-top__wrapper__card__img img {
  width: 100%;
}

.tips-top__wrapper__card__img figcaption {
  padding: 0 24px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.tips-top__wrapper__card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  padding: 0 24px;
  line-height: 1.4;
}

.tips-top__wrapper__card__description {
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 24px;
}

.tips-top__wrapper__card dl {
  background-color: #fff;
  padding: 24px;
  margin: 0 24px;
}

.tips-top__wrapper__card dt {
  margin: 0 auto;
  width: 66%;
  background-color: #E9ECF2;
  padding: 4px 0px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 14px;
}

.tips-top__wrapper__card dd {
  font-size: 14px;
}

.tips-top__wrapper__card dd:first-of-type {
  margin-bottom: 24px;
}

.tips-top__wrapper__card .btn {
  width: 78%;
  margin-top: 30px;
  padding: 10px;
}

.search {
  padding: 96px 0;
  background-color: #fff;
}

.wave-img {
  width: 100%;
}

.service {
  background: #fff;
}

.service .bg-beige {
  padding-top: 96px;
}

.service .container {
  position: relative;
  padding-bottom: 110px;
}

.service__kazari {
  position: absolute;
  top: -240px;
  right: 0;
  width: 310px;
}

.service h4 {
  font-size: 26px;
  margin-bottom: 40px;
}

.service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.service ul:first-of-type {
  margin-bottom: 60px;
}

.service ul li {
  width: calc(25% - 22.5px);
  font-size: 14px;
  position: relative;
}

.service ul li a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.service ul li a::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_gray-angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 5px;
  height: 8px;
}

.service ul li a:hover:after {
  opacity: 0.5;
}

.service ul li a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.destination {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 120px;
}

.destination .container {
  position: relative;
}

.destination__kazari {
  position: absolute;
  top: -240px;
  left: -2%;
  width: 330px;
}

.destination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.destination ul li {
  width: calc(16.666% - 20px);
}

.destination ul li a {
  width: 100%;
  display: block;
  position: relative;
}

.destination .img-scale__img {
  border-radius: 10px;
}

.destination ul li a img {
  width: 100%;
  border-radius: 10px;
  height: 140px;
}

.destination ul li a .destination__area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(44, 42, 41, 0.45);
  ;
  border-radius: 0 0 10px 10px;
}

.destination ul li a .destination__area h4 {
  color: #fff;
  font-size: 14px;
  padding: 0px 16px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  position: relative;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.destination ul li a .destination__area h4::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_white-angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 5px;
  height: 8px;
}

.article {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 90px;
}

.article .container {
  position: relative;
}

.article__kazari {
  position: absolute;
  top: -120px;
  right: -3%;
  width: 320px;
}

.article__wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.article__wrapper a {
  width: 25%;
  display: block;
  color: #2C3D59;
}

.article__wrapper a img {
  width: 100%;
  height: 170px;
}

.article__wrapper a h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.4;
  margin-top: 24px;
}

.article__wrapper a p {
  font-size: 14px !important;
}

.article .btn {
  padding: 9px 12px;
  width: 23%;
  font-weight: 400;
}

.area {
  background-color: #fff;
  padding-bottom: 96px;
  padding-top: 50px;
}

.area ul {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.area ul li {
  width: 16.666%;
}

.area ul li a {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 24px;
}

.area .img-scale__img {
  border-radius: 10px;
}

.area ul li a img {
  width: 100%;
  border-radius: 10px;
  height: 140px;
}

.area ul li a .area__area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(44, 42, 41, 0.45);
  border-radius: 0 0 10px 10px;
}

.area ul li a .area__area h4 {
  color: #fff;
  font-size: 14px;
  padding: 0px 16px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  position: relative;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.area ul li a .area__area h4::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_white-angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 5px;
  height: 8px;
}

.area ul ul {
  display: block;
  margin-bottom: 0;
}

.area ul ul li {
  display: block;
  width: 100%;
  font-size: 14px;
}

.area ul ul li a {
  margin-bottom: 0;
  font-size: 14px;
}

.area ul ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.area .btn {
  padding: 9px 12px;
  width: 23%;
  font-weight: 400;
}

.mv-area {
  background-color: #FFFBEF;
  padding-top: 20px;
  position: relative;
  display: flex;
}

.mv-area .mv-area__left {
  padding: 0 15px;
  padding-top: 40px;
  width: 47%;
}

.mv-area .mv-area__right {
  width: 53%;
}

.mv-area__left__wrapper {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.mv-area h2 {
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 90px;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.mv-area h2 img {
  object-fit: contain;
  width: 87px;
  margin-left: 25px;
  vertical-align: baseline;
}

.mv-area--more h2 {
  font-size: 55px;
}

.mv-area--more h2 img {
  width: 73px;
  vertical-align: inherit;
  position: relative;
  top: 9px;
}

.mv-area .sub-title {
  margin-bottom: 40px;
}

.mv-area p {
  text-align: left;
}

.mv-area__right__img {
  height: 480px;
  width: 100%;
  border-radius: 20px 0 0 0;
}

.mv-area__illust-1,
.mv-area__illust-2 {
  position: absolute;
}

.mv-area__illust-1 {
  top: -40px;
  left: -10px;
}

.mv-area__illust-2 {
  bottom: -110px;
  right: -40px;
}

.onsen-area .scroll-infinity {
  padding-top: 40px;
}

.tour-area {
  padding-top: 96px;
}

.tour-area__btn {
  margin-top: 96px;
}

.tour-area__btn a {
  width: 400px;
}

.tour-area__btn__wrapper--three {
  gap: 24px 30px;
}

.tour-area__btn__wrapper--three a {
  width: calc(33.333% - 20px);
}

.tour-area__btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}

.tour-area__btn__wrapper>a:nth-child(odd) {
  margin-right: auto;
}

.tour-area__btn__wrapper>a:nth-child(even) {
  margin-left: auto;
}

.tour-area__btn__wrapper:only-child {
  justify-content: center;
}

.tour-area__btn__wrapper--one {
  margin-bottom: 24px;
}

.popular-area {
  padding-top: 96px;
}

.popular-area nav {
  margin-bottom: 130px;
}

.popular-area nav ul {
  display: flex;
  background-color: #F5F7FA;
  padding: 14px 40px;
  gap: 10px;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.popular-area nav ul li {
  font-size: 14px;
}

.popular-area nav ul li:not(:last-of-type) {
  border-right: solid 1px #C0C5CC;
  padding-right: 10px;
}

.popular-area nav ul li a {
  display: block;
  width: 100%;
}

.popular-area nav ul li a::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_gray-angle_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 8px;
  position: relative;
  top: -1px;
  margin-left: 8px;
}

.popular-area__area {
  background-color: #FFFBEF;
  scroll-margin-top: 150px;
}

.popular-area .popular-area__area:not(:last-child) {
  margin-bottom: 200px;
}

.popular-area__area .d-flex {
  display: flex;
  gap: 32px;
  margin-bottom: 96px;
}

.popular-area__area .area-img {
  width: 60%;
}

.popular-area__area figure {
  margin-top: -70px;
}

.popular-area__area figcaption {
  font-size: 12px;
  margin-top: 8px;
  margin-left: 10px;
}

.popular-area__area .area-img img {
  width: 100%;
  height: 640px;
  border-radius: 0 30px 0 0;
}

.popular-area__area .info {
  width: 40%;
  margin-top: -50px;
}

.popular-area__area .info__number {
  font-size: 60px;
  color: #000;
}

.popular-area__area .info__wrapper {
  margin-left: 50px;
}

.popular-area__area h4 {
  font-size: 32px;
  margin-bottom: 6px;
}

.popular-area__area .info__address {
  font-size: 14px;
  margin-bottom: 30px;
}

.popular-area__area h5 {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.popular-area__area .info__text {
  margin-left: 10px;
  margin-bottom: 30px;
  font-size: 14px !important;
  line-height: 2;
}

.popular-area__area .info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 16px;
  align-items: stretch;
  margin-left: 10px;
  margin-bottom: 54px;
}

.popular-area__area .info dl dt {
  background-color: #CF3700;
  padding: 8px 0px;
  width: calc(25% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.popular-area__area .info dl dd {
  width: calc(75% - 8px);
  display: flex;
  align-items: center;
}

.popular-area__area .info .btn {
  padding: 10px;
  width: 90%;
}

.popular-area__area .po-relative-1227 {
  margin-bottom: 96px;
}

.popular-area__area .linesand-text {
  font-size: 26px;
  margin-bottom: 40px;
}

.popular-area__area .linesand-text::before,
.popular-area__area .linesand-text::after {
  width: 70px;
}

.popular-area__area .useful-info {
  padding-bottom: 96px;
}

.popular-area__area .useful-info ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.popular-area__area .useful-info ul li {
  width: calc(16.666% - 20px);
  border-radius: 8px;
}

.popular-area__area .useful-info ul li a {
  padding: 16px;
  display: block;
  font-size: 14px;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #939DAD;
}

.popular-area__area .useful-info ul li a:hover {
  background-color: #FFFBEF;
  opacity: 1;
}

.popular-area__area .useful-info ul li a::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_gray-angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  display: inline-block;
  width: 6px;
  height: 9px;
}

.mv-onsenchi {
  background-color: #FFFBEF;
  padding: 18px 0;
}

.mv-onsenchi__wrapper {
  height: 485px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
  border-radius: 20px 0 0 0;
  position: relative;
}

.mv-onsenchi__card {
  background-color: rgba(255, 255, 255, 0.96);
  width: 560px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 0 20px 0 0;
}

.mv-onsenchi__card h2 {
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 70px;
  font-family: "BIZ UDMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.mv-onsenchi__card .sub-title {
  margin-bottom: 30px;
}

.mv-onsenchi__card .po-relative {
  position: relative;
  padding: 60px 30px 65px 30px;
}

.mv-onsenchi__card .mv-onsenchi__illust-1 {
  position: absolute;
  top: -20px;
  left: 0;
}

.mv-onsenchi__card .mv-onsenchi__illust-2 {
  position: absolute;
  bottom: -12px;
  right: -30px;
}

.what-is {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 96px;
  background-color: #FFFBEF;
  position: relative;
}

.what-is__mv figcaption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 6px;
  margin-right: 10px;
}

.what-is__mv img {
  width: 100%;
  height: 660px;
  border-radius: 0 20px 0 0;
}

.what-is__card {
  background-color: #fff;
  text-align: center;
  width: 720px;
  border-radius: 20px 0 0 0;
  margin: 0 auto;
  position: relative;
  top: -220px;
  padding: 40px 95px;
  margin-bottom: -130px;
}

.what-is__card::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/illust_bucket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 83px;
  height: 71px;
  position: absolute;
  bottom: 30px;
  right: 16px;
}

.what-is__card__sub-title {
  transform: scale(1.2);
  margin-bottom: 20px;
}

.what-is__card h4 {
  font-size: 32px;
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 6px;
}

.what-is__card h4::before {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/illust_yukemuri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: -58px;
  transform: translateY(-50%);
}

.what-is__card__hurigana {
  font-size: 20px;
  margin-bottom: 36px;
}

.what-is__card__address {
  font-size: 14px !important;
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}

.what-is__card__address::before {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_map_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}

.what-is__card ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.what-is__card ul li {
  font-size: 14px;
}

.what-is__contents {
  display: flex;
  gap: 40px;
}

.what-is__contents__left,
.what-is__contents__right {
  width: 50%;
}

.what-is__contents__left {
  position: relative;
}

.what-is__contents__left figure{
  background-color: #F6F6F6;
  position: relative;
}

.what-is__contents__left figure img {
  height: 590px;
}

.what-is__contents__left figcaption {
  font-size: 12px;
  margin-left: 10px;
  position: absolute;
  bottom: -24px;
}

.what-is__contents__right h5 {
  font-size: 26px;
  margin-bottom: 12px;
}

.what-is__contents__right p {
  font-size: 14px !important;
  margin-bottom: 32px;
  line-height: 2;
}

.what-is__contents__right dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 54px;
}

.what-is__contents__right dl dt {
  background-color: #CF3700;
  padding: 8px 0px;
  width: calc(22% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.what-is__contents__right dl dd {
  width: calc(78% - 8px);
  display: flex;
  align-items: center;
}

.what-is .back {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: right;
}

.what-is .back img {
  width: 6px;
  height: 10px;
  object-fit: contain;
  position: relative;
  top: 1px;
  margin-right: 20px;
}

.what-is__contents__right .illust {
  position: absolute;
  bottom: -70px;
  right: 40px;
}

.tour-onsenchi {
  margin-bottom: 96px;
}

.accommodation-onsenchi {
  margin-bottom: 96px;
}

.accommodation-onsenchi .po-relative-1227 {
  margin-bottom: 60px;
}

.accommodation-onsenchi .btn {
  width: 400px;
}

.access {
  padding-bottom: 96px;
  margin-bottom: 96px;
  background: linear-gradient(to bottom, transparent 33%, #FFFBEF 0px);
}

.access #map {
  height: 450px;
  width: 100%;
  margin-bottom: 40px;
}

.access #map img {
  object-fit: initial;
}

.access__move {
  margin-bottom: 40px;
}

.access__move li:not(:last-of-type) {
  margin-bottom: 40px;
}

.access__move h4 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.access__move__train h4::before {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_train.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}

.access__move__bus h4::before {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_bus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}

.access__move__car h4::before {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_car.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}

.access__move p {
  font-size: 14px !important;
}

.access__card {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.access__card li {
  width: calc(25% - 18px);
}

.access__card li a {
  width: 100%;
  display: block;
  position: relative;
}

.access__card .img-scale__img {
  border-radius: 10px;
}

.access__card li a img {
  width: 100%;
  border-radius: 10px;
  /* height: 106px; */
  height: 148px;
}

.access__card li a .destination__area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(44, 42, 41, 0.45);
  ;
  border-radius: 0 0 10px 10px;
}

.access__card li a .destination__area h4 {
  color: #fff;
  font-size: 14px;
  padding: 0px 16px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  position: relative;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.access__card li a .destination__area h4::after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_white-angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 5px;
  height: 8px;
}

.sightseeing {
  margin-bottom: 96px;
}

.sightseeing .d-flex {
  display: flex;
  gap: 40px 94px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sightseeing__left {
  width: calc(53% - 47px);
}

.sightseeing__left img {
  width: 100%;
  height: 360px;
  margin-bottom: 8px;
}

.sightseeing__left figcaption {
  font-size: 12px !important;
}

.sightseeing__right {
  width: calc(47% - 47px);
  margin-top: 10px;
}

.sightseeing__right h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sightseeing__right p {
  font-size: 14px !important;
  line-height: 2;
}

.sightseeing__right__link {
  border: solid 1px #C0C5CC;
  padding: 16px;
  margin-top: 20px;
}

.sightseeing__right__link p {
  margin-bottom: 1px;
  font-size: 12px !important;
}

.sightseeing__right__link p::before {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_map_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 1px;
  position: relative;
  top: 4px;
}

.sightseeing__right__link a {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #2C3D59;
  position: relative;
}

.sightseeing__right__link a:after {
  content: " ";
  background: url(/kokunai/theme/onsen/common/img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  margin-left: 4px;
}

.sightseeing__btns {
  display: flex;
  gap: 96px;
}

.sightseeing__btns div {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sightseeing__btns p {
  max-width: fit-content;
  margin-bottom: 10px;
}

.sightseeing__btns .btn {
  margin: inherit;
  width: 100%;
}
.faq{
  padding-top: 96px;
}
.faq dl dt {
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  background-color: #E9ECF2;
  position: relative;
  transition: 0.5s;
  border-radius: 6px 6px 0 0;
}

.faq dl dt::before {
  content: "Q.";
  font-size: 16px;
  font-weight: 600;
  color: #CF3700;
  position: relative;
  top: -1px;
  margin-right: 4px;
  margin-bottom: 24px;
}

.faq dl dd {
  padding: 16px;
  border: solid 2px #E9ECF2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  margin-bottom: 24px;
  display: flex;
}

.faq dl dd :last-of-type {
  margin-bottom: 0;
}

.faq dl dd::before {
  content: "A.";
  font-size: 14px;
  margin-right: 6px;
}

.faq dl dd a {
  text-decoration: underline;
  text-decoration-color: #2C3D59;
}

@media (max-width: 1440px) {
  .mv-area {
    gap: 30px;
  }
}

@media (min-width: 1025px) {
  .tab-more-only {
    display: block !important;
  }

  .tab-below-only {
    display: none !important;
  }

  .map-top {
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-top: 96px;
  }

  .map-top .pc-only {
    display: block !important;
  }

  .map-top .sp-only {
    display: none !important;
  }

  .map-top__map {
    text-align: center;
    margin-top: 120px;
    padding-bottom: 200px;
  }

  .map-top__map path {
    transition: 0.5s;
  }

  .map-top__map svg {
    position: relative;
    right: 20px;
    width: 39vw;
  }

  .map-top__list__wrapper__area {
    position: absolute;
    top: 0;
    width: 30vw;
    max-width: 320px;
    background-color: #fff;
    border-radius: 12px 12px 12px 12px;
    z-index: 3;
  }

  .map-top__list__wrapper__area h4 {
    background-color: #5B4F46;
    text-align: center;
    border-radius: 12px 12px 0 0;
    position: relative;
    transition: 0.5s;
  }

  .map-top__list__wrapper__area h4:hover {
    opacity: 0.7;
  }

  .map-top__list__wrapper__area h4 a {
    display: block;
    padding: 12px;
  }

  .map-top__list__wrapper__area h4 a:hover {
    opacity: 1;
  }

  .map-top__list__wrapper__area h4 button:hover {
    cursor: pointer;
  }

  .map-top__list__wrapper__area h4::after {
    content: " ";
    background: url(/kokunai/theme/onsen/common/img/icon_white-angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 5px;
    height: 8px;
  }

  .map-top__list__wrapper__area button {
    border: none;
    background: none;
    color: #fff;
    font-weight: 600;
  }

  .map-top__list__wrapper__area__hokkaido {
    top: 195px !important;
    right: 4%;
  }

  .map-top__list__wrapper__area__tohoku {
    top: 430px !important;
    right: 2%;
  }

  .map-top__list__wrapper__area__kanto {
    top: 670px !important;
    right: 16%;
    top: unset;
  }

  .map-top__list__wrapper__area__tokai {
    top: 262px;
    left: 6%;
  }

  .map-top__list__wrapper__area__kansai-chugoku-shikoku {
    top: 492px;
    left: -1%;
  }

  .map-top__list__wrapper__area__kyushu {
    top: 726px;
    left: 2%;
  }

  .map-top__illust {
    position: absolute;
  }

  .map-top__illust--1 {
    top: 300px;
    left: -4.5%;
  }

  .map-top__illust--2 {
    top: 280px;
    right: -2%;
  }

  .map-top__illust--3 {
    left: -5%;
    bottom: 130px;
  }

  .map-top__illust--4 {
    right: 1%;
    bottom: 80px;
    width: 140px;
  }

  .map-top__list__wrapper__area .onsen-list {
    padding: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .map-top__list__wrapper__area .onsen-list span {
    width: 100%;
  }

  .map-top__list__wrapper__area .onsen-list li {
    width: fit-content;
  }

  .map-top__list__wrapper__area .onsen-list li a:hover {
    text-decoration: underline;
  }

  .map-top__list__wrapper__area .onsen-list__circle a {
    padding: 4px 10px;
    display: block;
    border-radius: 100px;
    border: solid 1px #939DAD;
    color: #2C3D59;
  }

  .map-top__list__wrapper__area .onsen-list__circle a:hover {
    background-color: #5B4F46;
    color: #fff;
    border: solid 1px #fff
  }

  .onsen-list__area {
    display: none;
  }

  .map-area {
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
    padding-top: 96px;
    padding-bottom: 40px;
  }

  .map-top__map__pc-kazari-left,
  .map-top__map__pc-kazari-right {
    position: absolute;
  }

  .onsen-area--hokkaido .map-area svg {
    position: relative;
  }

  .map-area svg g rect:first-of-type {
    transition: 0.5s;
  }

  .map-area svg g:hover rect:first-of-type {
    fill: #5B4F46;
  }

  .map-area svg g path {
    transition: 0.5s;
  }

  .map-area svg g:hover path {
    fill: #fff;
  }

  .map-area svg g {
    cursor: pointer;
  }

  .map-area svg a:hover{
    opacity: 1;
  }

  .map-area svg a:hover rect:first-of-type{
    fill: #5B4F46;
    transition: fill 0.5s ease;
  }

  .map-area svg a:hover path{
    fill: #fff;
    transition: fill 0.5s ease;
  }

  .map-area .pc-only {
    display: block !important;
  }

  .map-area .sp-only {
    display: none !important;
  }

  .map-area .back {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: right;
  }

  .map-area .back img {
    width: 6px;
    height: 10px;
    object-fit: contain;
    position: relative;
    top: 1px;
    margin-right: 20px;
  }

  .back-nav ul li:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: " ";
    background-color: #C0C5CC;
    height: 16px;
    width: 1px;
  }
}

@media (max-width: 1024.98px) {
  .tab-more-only {
    display: none !important;
  }

  .tab-below-only {
    display: block !important;
  }

  .mv-kasou__text {
    right: 0px;
  }

  .nonbiri span,
  .hokkori span {
    font-size: 19px;
  }

  .mv-area .mv-area__left {
    margin-left: 30px;
  }

  .mv-area h2 {
    font-size: 50px;
    margin-bottom: 14px;
    margin-top: 10px;
  }

  .mv-area h2 img {
    object-fit: contain;
    width: 54px;
    margin-left: 10px;
  }

  .mv-area__illust-1 {
    top: -50px;
    left: -20px;
    width: 89px;
  }

  .mv-area__illust-2 {
    bottom: -90px;
    right: -20px;
    width: 109px;
  }

  .mv-area__right__img {
    height: 430px;
  }

  .mv-area--more .sub-title {
    transform: scale(0.9);
    width: 100%;
  }

  .map-top {
    padding-top: 40px;
    background-color: #FFFBEF;
  }

  .map-top .pc-only {
    display: none !important;
  }

  .map-top .sp-only {
    display: block !important;
  }

  .map-top__list__wrapper {
    background-color: #FFFBEF;
    width: 100%;
    padding: 0;
    color: #fff;
  }

  .map-top__list__wrapper li {
    list-style: none;
  }

  .map-top__list__wrapper li:first-of-type {
    border-top: 1px solid #ddd;
  }

  .map-top__list__wrapper ul {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    border-top: 1px solid #ddd;
    margin: 0;
    background-color: #F4EFE2;
  }

  .map-top__list__wrapper li li {
    color: #2C3D59;
    padding: 15px 0 15px 34px;
    margin-left: 15px;
    font-size: 14px;
  }

  .map-top__list__wrapper li li:first-of-type {
    padding-top: 20px;
  }

  .map-top__list__wrapper li li:last-of-type {
    padding-bottom: 20px;
  }

  .map-top__list__wrapper .onsen-list .onsen-list__area {
    padding-left: 14px;
    display: block;
  }

  /* .onsen-list__circle{
    display: none;
  } */

  .map-top__list__wrapper .onsen-list .onsen-list__area a::before {
    content: " " !important;
  }

  .map-top__list__wrapper li li a {
    display: flex;
    align-items: center;
  }

  .map-top__list__wrapper li li a::before {
    content: "●";
    color: #C0C5CC;
    margin-right: 7px;
    font-size: 6px;
  }

  .map-top__list__wrapper button {
    position: relative;
    border: none;
    width: 100%;
    background-color: inherit;
    cursor: pointer;
    text-align: left;
    padding: 17px 0 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2C3D59;
  }

  .map-top__list__wrapper button::before,
  .map-top__list__wrapper button::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 1.5px;
    height: 8px;
    background-color: #697180;
    transition: .5s;
  }

  .map-top__list__wrapper button::before {
    transform: rotate(-45deg);
    right: 35px;
  }

  .map-top__list__wrapper button::after {
    transform: rotate(45deg);
    right: 30px;
  }

  .map-top__list__wrapper li.active button::before {
    transform: rotate(-135deg);
    transition: .5s;
  }

  .map-top__list__wrapper li.active button::after {
    transform: rotate(135deg);
    transition: .5s;
  }

  .map-top__list__wrapper.active {
    overflow-y: auto;
  }

  .map-area .pc-only {
    display: none !important;
  }

  .map-area .sp-only {
    display: block !important;
  }

  .map-area .title-set {
    margin-top: 40px;
  }

  .map-area {
    padding-bottom: 10px;
  }

  .map-area ul {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .map-area ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .map-area ul li + li {
    border-top: 1px #EDEBE5 solid;
  }

  .map-area ul li a {
    display: block;
    font-size: 14px;
    /* text-indent: -1.5em;
    padding-left: 1.5em; */
    text-indent: 0;
    padding: 16px 20px;
    position: relative;
  }

  .map-area ul li h4 {
    position: relative;
    left: 0;
  }

  .map-area ul .circle h4{
    position: static;
  }

  .map-area ul .circle h4 a{
    background-color: #fff;
    border: solid 1px #939DAD;
    border-radius: 50px;
    padding: 10px 0;
    text-indent: unset;
    text-align: center;
  }

  .map-area ul li a::before {
    content: " ";
    background: url(/kokunai/theme/onsen/common/img/icon_gray-angle_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 8px;
    /* margin-right: 8px; */
    margin-right: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

  }

  .map-area ul li[data-name="link"] a::before {
    transform: translateY(-50%) rotate(-90deg);
  }

  .map-area ul .circle a::before{
    content: none;
  }

  .map-area .back {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: right;
    margin-bottom: 20px;
  }

  .map-area .back img {
    width: 6px;
    height: 10px;
    object-fit: contain;
    position: relative;
    top: 1px;
    margin-right: 20px;
  }

  .back-nav {
    background-color: #FFFBEF;
    padding-top: 30px;
  }

  .back-nav h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
  }

  .back-nav__top {
    display: none !important;
  }

  .back-nav nav {
    padding: 0;
    max-width: 100%;
  }

  .back-nav ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 3px;
  }

  .back-nav .tab-below-only {
    width: 100%;
  }

  .back-nav ul li {
    width: calc(50% - 1.5px);
    background-color: #F0EBDF;
    text-align: center;
    white-space: nowrap;
    position: relative;
    height: 50px;
  }

  .back-nav ul li:after {
    content: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #CF3700;
    height: 3px;
  }

  .back-nav ul li:not(:last-of-type) {
    padding-right: 0;
  }

  .back-nav ul li:not(:last-of-type) a {
    border: none;
    padding-right: 0;
  }

  .back-nav ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .back-nav ul li a::after {
    content: none !important;
  }

  .popular-area nav ul {
    width: 100%;
  }

  .map-top__map__pc-kazari-bottom {
    margin: 0 0 0 auto;
  }

  .popular-area__area .area-img {
    width: 50%;
  }

  .popular-area__area .info {
    width: 50%;
  }

  .popular-area__area .info__wrapper {
    margin-left: 20px;
  }

  .popular-area__area .useful-info ul {
    gap: 16px 14px;
  }

  .popular-area__area .useful-info ul li {
    width: calc(20% - 11.2px);
  }

  .sightseeing .d-flex {
    gap: 40px 44px;
  }

  .sightseeing__left {
    width: calc(53% - 22px);
  }

  .sightseeing__right {
    width: calc(47% - 22px);
  }
}

@media (min-width: 768px) {
  .img-scale:hover .img-scale__img img {
    transform: scale(1.2);
  }

  .img-scale__img {
    overflow: hidden;
  }

  .img-scale__img img {
    transition: transform 2.2s ease;
  }
}

@media (max-width: 1100px) {
  .nav-fixed {
    width: 90% !important;
    margin: 0 auto;
    padding-right: 5px;
  }

  .onsen-onsenchi .nav-fixed {
    width: 100% !important;
  }
}

@media (min-width: 940px) {
  .nav-area__button button {
    border-radius: 100px !important;
  }
}

@media (max-width: 940px) {
  .nav-fixed {
    width: 100% !important;
    position: relative;
  }

  .nav-area {
    overflow: auto;
    position: static;
    padding: 16px 0;
    margin: 0 20px;
    padding-bottom: 12px;
  }

  .nav-area::-webkit-scrollbar {
    width: 3px;
    /* スクロールバーの幅 */
    height: 3px;
    /* スクロールバーの高さ (横スクロール時) */
    margin-left: 20px;
  }

  .nav-area::-webkit-scrollbar-thumb {
    background-color: #939DAD;
    border-radius: 10px;
  }

  .onsen-top .nav-area__list {
    width: 670px;
  }

  .onsen-area .nav-area__list {
    width: 540px;
  }

  .nav-area__list {
    width: 690px;
  }

  .onsen-onsenchi .nav-area__list {
    width: 740px;
  }

  .nav-area__list ul {
    margin-right: 20px;
    justify-content: normal;
    gap: 20px;
  }

  .nav-area__button {
    height: 100%;
    right: 0;
  }

  .nav-area__button button {
    height: 100%;
    border: none;
    background: #CF3700;
    border-radius: 0 100px 100px 0;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    position: relative;
  }

  .nav-area__button button::after {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    background: url(/kokunai/theme/onsen/common/img/icon_white-angle-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 8px;
  }

  .nav-area__button button:hover {
    opacity: 1;
  }

  .nav-area__button #menu {
    left: 39%;
  }

  .nav-area__button .map-icon {
    margin-right: 1px;
  }

  .service__kazari {
    top: -130px;
    max-width: 230px;
  }

  .destination__kazari {
    top: -179px;
    max-width: 280px;
  }

  .article__kazari {
    max-width: 250px;
  }

  .area ul {
    flex-wrap: wrap;
  }

  .destination ul li {
    width: calc(33.333% - 16px);
  }

  .area ul li {
    width: calc(33.333% - 16px);
  }

  .popular-area nav ul {
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: flex-start;
    padding: 16px;
  }

  .popular-area nav ul li {
    width: calc(50% - 7px);
    border-right: none !important;
    border-bottom: dashed 1px #C0C5CC;
    padding-right: 0 !important;
    padding-bottom: 10px;
  }

  .popular-area nav ul li a {
    position: relative;
    padding-right: 10px;
  }

  .popular-area nav ul li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .tips-top__bg-wrapper__bg {
    background-position: -370px;
  }
}

@media (max-width: 767.98px) {
  a:hover {
    opacity: 1;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sp-container-none {
    padding: 0 !important;
  }

  .title-set h3 {
    font-size: 28px;
  }

  .title-set h3 span {
    font-size: 18px;
  }

  .title-set img:last-of-type {
    width: 56px;
  }

  .title-set__en {
    margin-bottom: 9px;
    transform: scale(0.8);
  }

  .title-set__en--more {
    width: 100%;
  }

  #goto_top {
    bottom: 5px;
    right: 5px;
  }

  #goto_top img {
    width: 50px;
  }

  /* .onsen-onsenchi .nav-area__list {
    width: 770px;
} */
  .rn-searchMod--ovs .rn-searchMod__navListItem:first-child,
  .rn-searchMod--dom .rn-searchMod__navListItem:first-child {
    padding-left: 0;
  }

  .main .rn-searchMod__navListItem:last-child {
    padding-right: 0;

  }

  .mv-top {
    padding-top: 18px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 18px;
  }

  .mv-top h2 {
    margin-left: 16px;
  }

  .mv-top h2 img {
    width: 300px;
  }

  .mv-top__img {
    top: -11px;
  }

  .mv-top__img picture {
    width: 96%;
  }

  .mv-top__img picture img {
    height: 415px;
  }

  .mv-top__text {
    top: 40%;
  }

  .nonbiri,
  .hokkori {
    padding: 3px 10px;
  }

  .nonbiri span,
  .hokkori span {
    font-size: 20px;
  }

  .hokkori {
    margin-top: 20px;
    margin-left: 25px;
  }

  .mv-top__img__text {
    font-size: 18px;
    top: 28px;
    right: 0px;
  }

  .mv-top__img h3 {
    top: 26%;
    left: 14%;
    transform: none;
  }

  .onsen-top .scroll-infinity__item {
    width: calc(450vw / 1);
  }

  .onsen-area .scroll-infinity__item {
    width: calc(295vw / 1);
  }


  .recommend-top {
    padding-top: 60px;
    padding-bottom: 96px;
  }

  .recommend-top__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .recommend-top__wrapper__card:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .recommend-top__wrapper__card .card__wrapper__img {
    margin-bottom: 14px;
  }

  .recommend-top__wrapper__card__prefecture {
    margin-bottom: 12px;
  }

  .recommend-top__wrapper__card h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .swiper {
    padding-right: 2px;
  }

  .swiper-wrapper {
    margin-bottom: 30px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    top: 40%;
    left: 0px;
  }

  .swiper-button-next {
    top: 40%;
    right: 0px;
  }

  .swiper-scrollbar {
    max-width: 200px;
  }

  .tips-top {
    padding-top: 45px;
    padding-bottom: 100px;
  }

  .tips-top__wrapper {
    grid-template-columns: none;
    gap: 0;
  }

  .tips-top__wrapper__card:not(:nth-last-child(-n+3)) {
    margin-bottom: 0px;
  }

  .tips-top__wrapper__card:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .tips-top__bg-wrapper__bg {
    background-position: -500px;
  }

  .search {
    padding-bottom: 30px;
  }

  .service {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .service .container {
    padding-bottom: 80px;
  }

  .service .bg-beige {
    padding-top: 36px;
  }

  .service__kazari {
    position: absolute;
    top: -158px;
    right: 1%;
    width: 160px;
  }

  .service h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .linesand-text::before,
  .linesand-text::after {
    width: 52px;
  }

  .linesand-text::before {
    margin-right: 24px;
  }

  .linesand-text::after {
    margin-left: 24px;
  }

  .service ul {
    gap: 20px 30px;
  }

  .service ul li {
    width: calc(50% - 15px);
  }

  .service ul li a::after {
    right: 0px;
    width: 6px;
  }

  .destination {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .destination__kazari {
    top: -180px;
    left: 2%;
    width: 210px;
  }

  .destination ul {
    gap: 16px;
  }

  .destination ul li {
    width: calc(50% - 8px);
  }

  .article {
    padding-bottom: 34px;
  }

  .article__kazari {
    top: -148px;
    right: 1%;
    width: 220px;
  }

  .article__wrapper {
    gap: 40px 16px;
    flex-wrap: wrap;
  }

  .article__wrapper a {
    width: calc(50% - 8px)
  }

  .article__wrapper a img {
    height: 110px;
  }

  .article__wrapper a h4 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .article .btn {
    width: 72%;
  }

  .area ul {
    gap: 40px 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .area ul li {
    width: calc(50% - 8px);
  }

  .area .btn {
    width: 72%;
  }

  .mv-area {
    padding: 10px 0 6px 0;
    flex-wrap: wrap;
    gap: 0;
  }

  .mv-area .mv-area__left {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .mv-area .mv-area__right {
    width: 100%;
    margin-left: 10px;
  }

  .mv-area .onsen-tokusyu {
    width: 140px;
  }

  .mv-area--more .onsen-tokusyu {
    margin-bottom: 16px;
  }

  .mv-area h2 {
    margin-bottom: 4px;
    margin-top: 0px;
  }

  .mv-area .sub-title {
    margin-bottom: 20px;
    transform: scale(0.9);
  }

  .mv-area--more h2 {
    font-size: 40px;
    line-height: 0.8;
    margin-bottom: 16px;
  }

  .mv-kasou__text {
    top: 210px;
    right: unset;
    left: 40px;
    font-size: 20px;
  }

  .onsen-area .scroll-infinity {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .mv-sp-text {
    font-size: 14px;
    line-height: 2;
    position: relative;
    padding-bottom: 80px;
  }

  .mv-sp-text .mv-area__illust-2 {
    bottom: 20px;
    right: -10px;
    width: 90px;
  }

  .map-area ul {
    width: 100%;
  }

  .tour-area__btn {
    margin-top: 56px;
  }

  .tour-area__btn__wrapper--three a {
    width: 100%;
  }

  .popular-area .popular-area__area:not(:last-child) {
    margin-bottom: 170px;
  }

  .popular-area__area .d-flex {
    flex-wrap: wrap;
    gap: 28px;
  }

  .popular-area__area .area-img {
    width: 100%;
  }

  .popular-area__area .area-img img {
    height: 330px;
  }

  .popular-area__area figcaption {
    margin-left: 0;
  }

  .popular-area__area .info {
    width: 100%;
    margin-top: -10px;
  }

  .popular-area__area .info__number {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .popular-area__area .info__wrapper {
    margin-left: 0;
  }

  .popular-area__area .info__number {
    font-size: 32px;
  }

  .popular-area__area h5 {
    margin-left: 0px;
  }

  .popular-area__area .info__text {
    margin-left: 0;
  }

  .popular-area__area .info dl {
    margin-left: 0;
  }

  .popular-area__area .info dl dt {
    padding: 6px 0;
  }

  .popular-area__area .linesand-text {
    font-size: 18px;
    font-weight: 600;
  }

  .popular-area__area .linesand-text::before,
  .popular-area__area .linesand-text::after {
    width: 40px;
  }

  .linesand-text::before {
    margin-right: 20px;
  }

  .linesand-text::after {
    margin-left: 20px;
  }

  .popular-area__area .useful-info ul li {
    width: calc(50% - 7px);
  }

  .mv-onsenchi__wrapper {
    height: 512px;
    margin-left: 10px;
  }

  .mv-onsenchi__card {
    width: 95%;
    top: 40px;
    left: 0;
    transform: unset;
  }

  .mv-onsenchi__card .po-relative {
    position: relative;
    padding: 40px 30px 45px 30px;
  }

  .mv-onsenchi__card .onsen-tokusyu {
    width: 95%;
    width: 140px;
  }

  .mv-onsenchi__card h2 {
    margin-top: 2px;
    font-size: 50px;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .mv-onsenchi__card .sub-title {
    margin-bottom: 0px;
  }

  .mv-onsenchi__card .mv-onsenchi__illust-1 {
    top: -14px;
    left: 14px;
    width: 78px;
  }

  .mv-onsenchi__card .mv-onsenchi__illust-2 {
    bottom: -16px;
    right: 5px;
    width: 72px;
  }

  .onsen-onsenchi .mv-kasou__text {
    top: 320px;
    right: unset;
    left: 40px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv-kasou__text span :not(:last-child) {
    margin-right: 2px;
  }

  .what-is {
    padding-top: 40px;
  }

  .what-is .container {
    padding: 0;
  }

  .what-is__mv img {
    height: 320px;
  }

  .what-is__card {
    width: 90%;
    padding: 30px 50px;
    margin-bottom: 10px;
    top: -60px;
  }

  .what-is__card__sub-title {
    transform: scale(0.9);
  }

  .what-is__card h4 {
    font-size: 24px;
  }

  .what-is__card h4::before {
    width: 28px;
    height: 28px;
    left: -39px;
  }

  .what-is__card__hurigana {
    font-size: 16px;
    margin-bottom: 30px
  }

  .what-is__card ul {
    gap: 4px 18px;
  }

  .what-is__card::after {
    width: 54px;
    height: 47px;
    bottom: 47px;
    right: -11px;
  }

  .what-is__contents {
    flex-wrap: wrap;
  }

  .what-is__contents__left,
  .what-is__contents__right {
    width: 100%;
  }

  .what-is__contents__left .swiper {
    padding: 0;
  }
  .what-is__contents__left figure{
    margin-bottom: 20px;
  }
  .what-is__contents__left figure img {
    height: 360px;
  }

  .what-is__contents__right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .what-is__contents__right h5 {
    font-size: 18px;
    margin-bottom: 34px;
    font-weight: 600;
  }

  .what-is__contents__right .illust {
    bottom: -40px;
    right: 10px;
    width: 107px;
  }

  .accommodation-onsenchi .btn {
    width: 260px;
  }

  .access {
    background: linear-gradient(to bottom, transparent 27%, #FFFBEF 0px);
  }

  .access__move h4 {
    font-size: 16px;
  }

  .access__card {
    gap: 16px;
  }

  .access__card li {
    width: calc(50% - 8px);
  }

  .access__card li a .destination__area h4::after {
    right: 9px;
  }

  .sightseeing__left {
    width: 100%;
  }

  .sightseeing__left img {
    height: 224px;
  }

  .sightseeing__right {
    width: 100%;
  }

  .sightseeing .d-flex {
    gap: 20px 0;
  }

  .sightseeing__right {
    margin-top: 0;
  }

  .sightseeing__right h4 {
    margin-bottom: 16px;
  }

  .sightseeing .sightseeing__right:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .sightseeing__btns {
    flex-wrap: wrap;
  }

  .sightseeing__btns div {
    width: 100%;
  }

  .sightseeing__btns .btn {
    width: 85%;
  }

  .sightseeing__btns {
    gap: 40px;
  }
}