@charset "UTF-8";

@media print, screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
.widewrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1921px) {
  .widewrap {
    max-width: 65%;
  }
}
/* 周辺観光 -----------------
------------------------------------------------------------- */
.ss-com__ttl {
  text-align: center;
}
.ss-com__ttl h3 {
  margin-bottom: 1.5em;
  letter-spacing: 0.25em;
}

.ss-com__ttl p {
  font-size: 15px;
  letter-spacing: 0.15em;
}
.ss-com__txt p {
  letter-spacing: 0.15em;
}
.ss-com__txt p small {
  font-size: clamp(10px, 1vw, 12px);
}
.ss-com__txt p:not(:last-of-type) {
  margin-bottom: 2em;
}
.sightseeing-top {
  padding-bottom: clamp(100px, 10.4vw, 200px);
}

.sightseeing-top__txt h3 {
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}

.sightseeing-top .ss-com__txt {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.ss-map {
  padding-top: 100px;
  padding-bottom: clamp(100px, 10.4vw, 200px);
}

.map-modal__txt {
  letter-spacing: 0.15em;
  padding-left: 20px;
  padding-right: 20px;
}
.map-modal__txt h4 {
  text-align: center;
}
.map-modal__txt .txt_inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.map-modal__txt .ss-col3__link {
  margin-left: auto;
  margin-right: auto;
}
.ss-col3__route {
  margin-top: 32px;
  margin-bottom: 20px;
}

.ss-com-link {
  display: grid;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.ss-com-link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  border: 1px solid #707070;
  background: #fff;
  color: #000;
  transition: all 0.3s ease 0s;
  height: clamp(73px, 6.25vw, 90px);
  font-size: clamp(13px, 1.1888888889vw, 16px);
  line-height: 1.6;
}
.ss-com-link a:hover {
  background: #f2f2f2;
}

.ss-frame {
  padding-top: clamp(65px, 10vw, 150px);
  padding-bottom: clamp(65px, 10vw, 150px);
}

.page-link__01 {
  padding-top: 50px;
  padding-bottom: clamp(100px, 10.4vw, 200px);
}
.page-link__02 {
  padding-top: 50px;
  padding-bottom: clamp(65px, 10vw, 150px);
}

.ss-rl__wrap {
  letter-spacing: 0.15em;
}

.ss-rl__ttl h3 {
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.ss-rl__ttl p {
  color: #dfdcd9;
  line-height: 1;
}
.hover-mask {
  position: absolute;
  right: 0;
  width: 100%;
  display: flex;
}
.ss-rl__img ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.ss-rl__img ul li:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.ss-rl__img ul li:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.ss-rl__img ul li:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}
.ss-rl__img ul li {
  position: relative;
}

.ss-col3 {
  letter-spacing: 0.15em;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ss-col3 li {
  display: flex;
  flex-direction: column;
}
.ss-col3__cts01 {
  flex: 1;
}
.ss-col3__cts02 {
  margin-top: 30px;
}
.ss-col3 h4 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.7em;
  line-height: 1.7;
}

.ss-col3__txt p {
  line-height: 2;
}
.ss-col3__txt p small {
  font-size: small;
}
.ss-col3__site a,
.ss-col3__map a {
  display: block;
  text-align: center;
  border: solid 1px #dadada;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 11px;
  padding-right: 32px;
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
}
.ss-col3__link {
  margin-top: 10px;
}
.ss-col3__site a {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/sightseeing/window_icon.png);
  background-size: 15px;
}
.ss-col3__map a {
  background-image: url(../img/sightseeing/map-pin.png);
  background-size: 12px;
}

.ss-col3__route {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ss-col3__route .route-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ss-col3__route .route-wrap p {
  line-height: 1.6;
  font-size: clamp(10px, 1vw, 14px);
  position: relative;
}
.ss-col3__route .route-wrap p.bus {
  margin-bottom: 5px;
}

.ss-col3__route .route-wrap p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
}
.ss-col3__route .route-wrap .bus::before {
  top: 3px;
  background-image: url(../img/sightseeing/bus_icon.png);
}
.ss-col3__route .route-wrap .car::before {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/sightseeing/car_icon.png);
}
.ss-col3__route .route-wrap .walk::before {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/sightseeing/walking_icon.png);
  background-size: 16px;
  height: 22px;
}
.ss-col3__route .route-wrap .walk {
  margin-top: 7px;
}
.js-more-wrap {
  position: relative;
  padding-bottom: 100px;
}

.more-content {
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.js-more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.js-more-btn button {
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  border: solid 1px #707070;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* グラデーション */
.js-more-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}

/* 開いたら消す */
.js-more-wrap.is-open::after {
  opacity: 0;
}

.spot-service__ttl {
  text-align: center;
}
.spot-service__ttl h3 {
  letter-spacing: 0.15em;
  line-height: 1.64;
  margin-bottom: 35px;
}

.spot-service {
  padding-bottom: clamp(150px, 23vw, 300px);
}
.spot-service .spot-service__ttl {
  margin-bottom: 4em;
}
.spot-service__tbl {
  letter-spacing: 0.15em;
  padding-top: clamp(65px, 10vw, 150px);
}
.spot-service__tbl h3 {
  position: relative;
}
.spot-service__tbl h3::before {
  content: "";
  width: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.spot-service__tbl table {
  width: 100%;
}
.spot-service__tbl table th {
  text-align: left;
}
.spot-service__tbl table th,
.spot-service__tbl table td {
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.spot-service__link p {
  line-height: 2.2;
}
.spot-service__link a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  background-image: url(../img/sightseeing/window_icon.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
}

.gray-com {
  background-image: url(../img/sightseeing/sightseeing_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding-top: clamp(65px, 6.25vw, 120px);
  padding-bottom: clamp(65px, 6.25vw, 120px);
  margin-top: clamp(80px, 12vw, 180px);
}

.gray-com__wrap {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.15em;
}

.gray-com__ttl {
  margin-bottom: 42px;
}
.gray-com__ttl h4 {
  margin-bottom: 0.8em;
}

.gray-com ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
}

.gray-com ul p small {
  font-size: 90%;
  display: inline-block;
}
.gray-com__img {
  margin-bottom: 20px;
}

.more-button__wrapper--horizontal.long01,
.more-button__wrapper--horizontal.long02 {
  margin-left: auto;
  margin-right: auto;
}

.long01.more-button__wrapper:hover .hover-effect--vertical,
.long02.more-button__wrapper:hover .hover-effect--vertical {
  left: 0;
}
.long01 .more-button,
.long02 .more-button {
  padding-left: 30px;
  padding-right: 30px;
}
.long01 .hover-effect--horizontal,
.long01 .more-button--horizontal,
.long02 .hover-effect--horizontal,
.long02 .more-button--horizontal {
  height: 50px;
}
.long01 .more-button--horizontal span,
.long02 .more-button--horizontal span {
  display: block;
  width: 100%;
  letter-spacing: 0.15em;
}
.long01.more-button__wrapper--horizontal::after,
.long02.more-button__wrapper--horizontal::after,
.long01 .more-button--horizontal span::after,
.long02 .more-button--horizontal span::after {
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.be-helpful__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.be-helpful__list dl:nth-child(3n) {
  margin-right: 0;
}

.be-helpful__wrap h4 {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
}
.be-helpful__list dl {
  border: solid 1px #707070;
  letter-spacing: 0.15em;
}
.be-helpful__list dt {
  display: flex;
}

.be-helpful__list dt p {
  font-size: clamp(12px, 1.4vw, 18px);
}
.be-helpful__list dd {
  padding-left: 30px;
  padding-right: 15px;
}
.be-helpful__link {
  margin-left: auto;
  margin-right: auto;
}
.be-helpful__link li:not(:last-of-type) {
  margin-bottom: 10px;
}
.be-helpful__link .ttl {
  position: relative;
  line-height: 2;
}
.be-helpful__link .ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #333;
  border-radius: 50%;
}

.link-wrap .site a {
  background-image: url(../img/sightseeing/window_icon.png);
  background-size: 11px;
  display: block;
  text-align: center;
  border: solid 1px #dadada;
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 22px;
  background-repeat: no-repeat;
  background-position: right 7px top 50%;
}

.accordion-dn {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 320ms ease;
}
.accordion-dn > div {
  /* .ss-model__course に当たる直下の要素 */
  min-height: 0;
}
.accordion-dn.open {
  grid-template-rows: 1fr;
}
/* モーダル ---------
----------------------------- */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 100;
  width: 95%;
  max-width: 1200px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -48%); /* 少し下にオフセット */
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}
.modal__inner {
  background-color: #fff;
}
.modal__close-wrap {
  position: absolute;
  top: -35px;
  right: 3px;
}
.modal__close {
  background: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.modal__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
body.is-modal-open {
  overflow: hidden;
  /* iOS Safari対策 */
  position: fixed;
  width: 100%;
}

.shirakawa-go__inner {
  letter-spacing: 0.15em;
}

.shirakawa-go__main h4 {
  font-size: 20px;
  line-height: 2.3;
  margin-bottom: 2.5em;
}
.shirakawa-go .ss-col3__site {
  margin-top: 15px;
}
.photo-txt {
  text-align: right;
  letter-spacing: 0.15em;
}
.shirakawa-go .photo-txt {
  margin-top: -1em;
  padding-right: 1em;
}
.shirakawa-go__access {
  padding-top: clamp(65px, 7.2vw, 100px);
}
.shirakawa-go__access h4 {
  text-align: center;
  letter-spacing: 0.15em;
}
.ss-access {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.ss-access__ttl {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #707070;
}
.ss-access__ttl .icon {
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ss-access__ttl p {
  font-size: 20px;
  letter-spacing: 0.15em;
}
.ss-access__wrap {
  max-width: 460px;
  margin-left: auto;
  letter-spacing: 0.15em;
}
.ss-access__wrap .time {
  padding-top: 22px;
  padding-bottom: 22px;
}
.ss-access__list .list-cts {
  font-size: 18px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.ss-access__list .list-sub {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: solid 1px #707070;
}
.ss-access__list .list01 {
  background-color: #f0efeb;
}
.ss-access__list .list02 {
  color: #fff;
  background-color: #2d2d2d;
}
.ss-access__list .list03 {
  background-color: #e2dcca;
}
.list-sub__link a {
  line-height: 1.8;
  border-bottom: solid 1px #707070;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
}
.list-sub__link a.bus {
  background-image: url(../img/sightseeing/window_icon.png);
  background-size: 15px;
}
.list-sub__link a.map {
  background-image: url(../img/sightseeing/map-pin.png);
  background-size: 13px;
}
.accordion-ck {
  position: relative;
  cursor: pointer;
}
.accordion-ck .on-btn {
  background-color: #707070;
  border: solid 1px #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  transition: background-color.3s;
}

.accordion-ck .on-btn::before,
.accordion-ck .on-btn::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}

.accordion-ck .on-btn::after {
  transform: rotate(90deg);
}
.accordion-ck.open .on-btn {
  background-color: #fff;
}
.accordion-ck.open .on-btn::before,
.accordion-ck.open .on-btn::after {
  background-color: #707070;
}
.accordion-ck.open .on-btn::after {
  transform: rotate(0deg);
}

.ss-model {
  letter-spacing: 0.15em;
}
.ss-model dl {
  border-bottom: solid 1px #707070;
}
.ss-model dl:first-of-type {
  border-top: solid 1px #707070;
}
.ss-model__thumb {
  display: flex;
  align-items: center;
}
.ss-model__course {
  background-image: url(../img/sightseeing/course_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.day-wrap {
  position: relative;
}

.day-wrap__num {
  line-height: 1.2;
  color: #cdaf64;
  position: absolute;
  left: 0;
}

.day-wrap__list {
  letter-spacing: 0.15em;
}

.day-wrap__list > li {
  position: relative;
}
.day-wrap__list > li.p-none {
  padding-bottom: 0;
}
.day-wrap__list > li:before,
.day-wrap__list > li::after {
  position: absolute;
  content: "";
}
.day-wrap__list > li:before {
  background-color: #abacab;
  width: 2px;
  height: 100%;
  bottom: 0;
  left: -2px;
}
.day-wrap__list > li.t-line:before {
  height: calc(100% - 20px);
}
.day-wrap__list > li::after {
  background-color: #cdaf64;
  width: 14px;
  height: 14px;
  left: -8px;
  transform: rotate(45deg);
}

.day-wrap__link a {
  line-height: 1.8;
  border-bottom: solid 1px #707070;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-image: url(../img/sightseeing/window_icon.png);
}
.day-wrap__link.t-top a {
  background: none;
  position: relative;
}
.day-wrap__link.t-top a::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 2px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #464646;
}
.day-wrap__img > li:nth-child(2) p small {
  font-size: 80%;
  display: block;
}
.day-wrap__route {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 2px;
  padding-bottom: 2px;
}
.day-wrap__route > li {
  display: flex;
  align-items: center;
}
.day-wrap__route .route-icon {
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}

.day-wrap__route .route-txt {
  line-height: 2;
  border-left: solid 1px #707070;
}
.day-wrap__route .walk {
  background-image: url(../img/sightseeing/walking_icon.png);
}

.day-wrap__route .bus {
  background-image: url(../img/sightseeing/bus_icon03.png);
}

.day-wrap__route .car {
  background-image: url(../img/sightseeing/car_icon.png);
}

@media print, screen and (max-width: 767.9px) {
  .page-id-1027 p {
    font-size: clamp(0px, 3.4666666667vw, 15px);
  }
  .page-id-1027 p.route-icon,
  .page-id-1027 p.route-txt {
    font-size: clamp(10px, 1.0416666667vw, 15px);
  }
  .ss-com__ttl {
    margin-bottom: 42px;
  }
  .ss-com__txt p {
    line-height: 1.78;
    /* font-size: 14px; */
  }
  .spot-service__ttl h3,
  .be-helpful__wrap h4,
  .map-modal__txt h4,
  .shirakawa-go__access h4 {
    font-size: 22px;
  }
  .map-modal__txt h4 {
    margin-bottom: 15px;
  }
  .modal__inner {
    height: 85vh;
    overflow-y: auto;
  }
  .ss-com-link {
    grid-template-columns: repeat(2, 1fr);
  }
  .ss-col3 li {
    width: calc(50% - 10px);
  }
  .ss-col3 li:nth-child(even) {
    margin-left: 20px;
  }
  .ss-col3 li:nth-child(n + 3) {
    margin-top: 40px;
  }
  .pdg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .more-content {
    max-height: 640px;
  }
  .spot-service__tbl table th,
  .spot-service__tbl table td {
    display: block;
  }
  .spot-service__tbl table th {
    font-size: 15px;
    padding-top: 24px;
  }
  .spot-service__tbl table td {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #7e7e7e;
  }
  .spot-service__tbl h3 {
    font-size: 22px;
    padding-left: 20px;
  }
  .spot-service__tbl h3::before {
    left: 0;
    height: 38px;
  }
  .ss-col3 h4 {
    font-size: 15px;
  }
  .more-button__wrapper--horizontal.long01,
  .more-button__wrapper--horizontal.long02 {
    width: 300px;
  }
  .more-button__wrapper--horizontal.long01 .more-button--horizontal,
  .more-button__wrapper--horizontal.long02 .more-button--horizontal {
    width: 280px;
  }

  .more-button__wrapper--horizontal.long01 .hover-effect--horizontal,
  .more-button__wrapper--horizontal.long02 .hover-effect--horizontal {
    width: 280px;
    left: -280px;
  }

  .gray-com {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gray-com__ttl h4 {
    font-size: 21px;
  }
  p.gray-com__sub {
    font-size: 15px;
  }
  .map-modal__txt {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .ss-map__area {
    overflow-x: scroll;
  }
  .ss-map__sc {
    width: 760px;
  }
  .ss-rl__ttl h3 {
    font-size: 22px;
  }
  .ss-rl__ttl p {
    font-size: 12px;
  }
  .ss-rl__inner h4,
  .ss-rl__inner .ss-com__txt {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .ss-rl__txt {
    margin-bottom: 35px;
  }
  .sightseeing-top__txt h3 {
    font-size: 18px;
  }
  .sightseeing-top__txt {
    padding-top: 42px;
  }
  .ss-rl__wrap {
    padding-bottom: 50px;
  }
  .hover-mask {
    bottom: 0;
    padding: 5px 10px;
    height: 70px;
    align-items: flex-end;
    justify-content: flex-end;
    background: linear-gradient(to top, #303030 0%, #303030 20%, rgba(48, 48, 48, 0) 100%);
  }
  .hover-mask p {
    font-size: 10px;
    color: #fff;
    text-align: right;
  }
  .ss-rl__inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .be-helpful__list dl:nth-child(odd) {
    width: calc(48% - 15px);
    margin-right: 15px;
  }
  .be-helpful__list dl:nth-child(even) {
    width: 52%;
  }
  .be-helpful__list dl:nth-child(n + 3) {
    margin-top: 20px;
  }
  .be-helpful__list dl .icon {
    width: 17px;
    margin-right: 7px;
  }
  .be-helpful__list dt {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .be-helpful__list dl:nth-child(6) dt {
    padding-left: 5px;
    padding-right: 20px;
  }
  .be-helpful__list dl:nth-child(6) .icon {
    width: 20px;
  }
  .be-helpful__list dl:nth-child(6) p {
    letter-spacing: 0;
  }
  .link-wrap .site a {
    font-size: 10px;
    max-width: 120px;
  }
  .be-helpful__link {
    max-width: 280px;
    padding-bottom: 15px;
  }
  .ss-model__thumb li:nth-child(1) {
    width: 38%;
  }
  .ss-model__thumb li:nth-child(2) {
    width: 62%;
    padding-left: 15px;
  }
  .ss-model__thumb {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 25px;
  }
  .accordion-ck .on-btn {
    right: 0;
  }
  .be-helpful__list .accordion-ck .on-btn {
    right: 5px;
  }
  .accordion-ck .on-btn {
    width: 15px;
    height: 15px;
  }
  .accordion-ck .on-btn::before,
  .accordion-ck .on-btn::after {
    width: 7px;
    height: 1px;
  }
  .ss-model__thumb h4 {
    font-size: 15px;
    line-height: 1.7;
  }
  .day-wrap__num {
    text-align: center;
    font-size: 10px;
  }
  .day-wrap__num span {
    display: block;
    font-size: 15px;
  }
  .day-wrap__list {
    margin-left: 45px;
  }
  .day-wrap__list .time {
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .day-wrap__list .time span {
    font-size: 12px;
    margin-right: 10px;
  }
  .day-wrap__list > li::after {
    top: 12px;
  }
  .day-wrap__num {
    top: 12px;
  }
  .day-wrap__img {
    padding-left: 60px;
  }
  .day-wrap__img > li:nth-child(2) {
    margin-top: 12px;
  }
  .day-wrap__img > li:nth-child(2) p {
    font-size: 11px;
  }
  .day-wrap__link a {
    background-size: 11px;
  }
  .day-wrap__route .route-icon {
    background-size: 13px;
    padding-left: 22px;
  }
  .day-wrap__route {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
  }
  .day-wrap__route .route-icon {
    width: 63px;
  }
  .day-wrap__route .route-txt {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
    padding-left: 10px;
    width: calc(100% - 70px);
  }
  .day-wrap__list > li {
    padding-bottom: 20px;
  }
  .day-wrap__list .time small,
  .day-wrap__list .time span.c-out {
    margin-left: 45px;
    font-size: 68%;
    display: block;
    line-height: 1.6;
  }
  .ss-model__course .l-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ss-access > li {
    margin-top: 50px;
  }
  .ss-access__wrap p {
    font-size: 12px;
  }
  .map-modal__txt .ss-col3__link {
    display: flex;
  }
  .map-modal__txt .ss-col3__link > div {
    width: 100%;
  }
  .modal .ss-col3__link .ss-col3__map {
    margin-right: 10px;
  }
  .modal .ss-col3__route {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .spot-service__tbl {
    padding-left: 40px;
  }
  .spot-service__tbl h3::before {
    left: -40px;
  }
  .be-helpful__list dt .icon {
    margin-right: 10px;
  }
  .be-helpful__list dl:nth-child(6) .icon {
    width: 30px;
  }
  .be-helpful__list dl {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .day-wrap__img {
    padding-left: 40px;
  }
  .day-wrap__img > li:nth-child(2) {
    padding-left: 25px;
  }
  .day-wrap__list .time span {
    display: block;
    line-height: 1.2;
  }
  .day-wrap__list > li::after {
    top: 5px;
  }
  .day-wrap__num {
    top: 3px;
  }
  .ss-model__course .l-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ss-access > li {
    width: calc(50% - 25px);
  }
  .ss-access > li:nth-child(even) {
    margin-left: 50px;
  }
  .map-modal__txt .ss-col3__link {
    max-width: 175px;
  }
}
@media print, screen and (min-width: 768px) {
  .ss-com__ttl {
    margin-bottom: clamp(70px, 6vw, 100px);
  }
  .ss-map__img {
    margin-top: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .ss-com__txt p {
    line-height: 2.26;
    font-size: clamp(13px, 1.0416666667vw, 15px);
  }
  .spot-service__ttl h3,
  .be-helpful__wrap h4,
  .map-modal__txt h4,
  .shirakawa-go__access h4 {
    font-size: 28px;
  }
  .map-modal__txt h4 {
    margin-bottom: 35px;
  }
  .ss-col3 li:nth-child(3n) {
    margin-right: 0;
  }

  .ss-com-link {
    grid-template-columns: repeat(4, 1fr);
  }
  .pdg {
    padding-left: 25px;
    padding-right: 25px;
  }
  .more-content {
    max-height: 800px;
  }
  .spot-service__tbl table th {
    width: 30%;
  }
  .spot-service__tbl table th,
  .spot-service__tbl table td {
    padding-top: clamp(0px, 2.7777777778vw, 40px);
    padding-bottom: clamp(0px, 2.0833333333vw, 30px);
    font-size: clamp(13px, 1.7vw, 15px);
    border-bottom: 1px dashed #7e7e7e;
  }
  .spot-service__tbl h3 {
    font-size: 28px;
  }
  .spot-service__tbl h3::before {
    height: 50px;
  }
  .ss-col3__txt p {
    font-size: clamp(0px, 1.6vw, 15px);
  }
  .ss-col3 h4 {
    font-size: clamp(0px, 2.3vw, 20px);
  }
  .more-button__wrapper--horizontal.long01 {
    width: 360px;
  }
  .more-button__wrapper--horizontal.long01 .more-button--horizontal {
    width: 340px;
  }

  .more-button__wrapper--horizontal.long01 .hover-effect--horizontal {
    width: 340px;
    left: -340px;
  }
  .more-button__wrapper--horizontal.long02 {
    width: 520px;
  }
  .more-button__wrapper--horizontal.long02 .more-button--horizontal {
    width: 500px;
  }

  .more-button__wrapper--horizontal.long02 .hover-effect--horizontal {
    width: 500px;
    left: -500px;
  }
  .gray-com {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gray-com p {
    font-size: 15px;
  }
  .gray-com__ttl h4 {
    font-size: 24px;
  }
  p.gray-com__sub {
    font-size: 18px;
  }
  .map-modal {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    max-width: 1200px;
  }
  .map-modal__txt,
  .map-modal__img {
    width: 50%;
  }
  .map-modal__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .map-modal__txt {
    padding-top: clamp(50px, 5vw, 80px);
    padding-bottom: clamp(50px, 5vw, 80px);
  }
  .photo-txt {
    font-size: 12px;
  }
  .ss-rl__wrap {
    max-width: 1680px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: clamp(65px, 7.2vw, 100px);
  }
  .ss-rl__txt {
    width: 42%;
  }
  .ss-rl__img {
    width: 58%;
  }
  .ss-rl.i_left,
  .ss-rl.i_right .ss-rl__txt {
    padding-right: 25px;
  }
  .ss-rl.i_right,
  .ss-rl.i_left .ss-rl__txt {
    padding-left: 25px;
  }
  .ss-rl.i_right .ss-rl__wrap {
    margin-left: auto;
  }
  .ss-rl.i_left .ss-rl__wrap {
    flex-direction: row-reverse;
  }
  .sightseeing-top__txt h3 {
    font-size: 20px;
  }
  .sightseeing-top__txt {
    padding-top: 80px;
  }
  .hover-mask {
    align-items: center;
    justify-content: center;
    background: rgba(48, 48, 48, 0.8);
    bottom: 0;
    color: #fff;
    height: auto;
    left: 0;
    opacity: 0;
    top: 0;
    transition: opacity 0.6s ease;
  }
  .hover-mask:hover {
    opacity: 1;
  }
  .ss-rl__inner h4,
  .ss-rl__inner .ss-com__txt {
    max-width: 420px;
  }
  .ss-rl.i_left .ss-rl__inner h4,
  .ss-rl.i_left .ss-rl__inner .ss-com__txt {
    margin-left: auto;
  }
  .be-helpful__list dl:nth-child(n + 4) {
    margin-top: 40px;
  }
  .be-helpful__list dt {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 15px;
    padding-right: 45px;
  }
  .tel {
    width: calc(100% - 116px);
  }
  .link-wrap .site {
    width: 104px;
  }
  .link-wrap .site a {
    font-size: 12px;
  }
  .be-helpful__link {
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 32px;
  }
  .ss-model__thumb h4 {
    font-size: clamp(16px, 1.8vw, 20px);
  }
  .ss-model__thumb {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;
  }
  .ss-model .accordion-ck .on-btn {
    right: 20px;
  }
  .be-helpful__list .accordion-ck .on-btn {
    right: 15px;
  }
  .accordion-ck .on-btn {
    width: 23px;
    height: 23px;
  }
  .accordion-ck .on-btn::before,
  .accordion-ck .on-btn::after {
    width: 10px;
    height: 2px;
  }
  .day-wrap__img {
    display: flex;
    align-items: center;
  }
  .day-wrap__num span {
    display: inline-block;
    margin-left: 5px;
  }
  .day-wrap__list {
    margin-left: 95px;
  }
  .day-wrap__list .time {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .day-wrap__num {
    font-size: 16px;
  }
  .day-wrap__link a {
    background-size: 15px;
  }
  .day-wrap__route .route-icon {
    background-size: 18px;
    padding-left: 35px;
    width: 100px;
  }
  .day-wrap__route .route-icon.car {
    background-size: 26px;
  }
  .day-wrap__route {
    padding-right: 24px;
    padding-left: 30px;
    margin-top: 40px;
  }
  .day-wrap__route .route-txt {
    width: calc(100% - 100px);
    padding-left: 30px;
    margin-left: 30px;
  }
  .day-wrap__list > li {
    padding-bottom: 40px;
  }
  .day-wrap__list .time span.c-out {
    font-size: 12px;
  }
  .day-wrap__list .time small {
    font-size: 80%;
  }
  .ss-access {
    display: flex;
  }
  .shirakawa-go__access h4 {
    margin-bottom: 60px;
  }
  .ss-access__wrap p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 960px) {
  .ss-col3__route .route-wrap p::before {
    width: 16px;
    height: 18px;
  }
  .ss-col3__route .route-wrap .bus::before {
    background-size: 14px;
  }
  .ss-col3__route .route-wrap .car::before {
    background-size: 16px;
  }
  .ss-col3__route .route-wrap p {
    padding-left: 20px;
  }
  .shirakawa-go__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .ss-com__ttl h3 {
    font-size: clamp(22px, 1.5625vw, 35px);
  }
  .ss-col3__link .ss-col3__map {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 961px) {
  .ss-col3__link {
    display: flex;
  }
  .ss-col3__link .ss-col3__map {
    width: calc(47% - 10px);
    margin-right: 10px;
  }
  .ss-col3__link .ss-col3__site {
    width: 53%;
  }
  .ss-col3__route .route-wrap p::before {
    width: 22px;
    height: 18px;
  }
  .ss-col3__route .route-wrap .bus::before {
    background-size: 18px;
  }
  .ss-col3__route .route-wrap .car::before {
    background-size: 22px;
  }
  .ss-col3__route .route-wrap p {
    padding-left: 28px;
  }
  .spot-service__tbl {
    padding-left: 80px;
  }
  .spot-service__tbl h3::before {
    left: -80px;
  }
  .map-modal__txt .ss-col3__link {
    max-width: 370px;
  }
  .shirakawa-go__main .ss-col3__site a {
    max-width: 100%;
  }
  .shirakawa-go {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .shirakawa-go__main {
    width: 38%;
    padding-right: 20px;
  }
  .shirakawa-go__img {
    width: 62%;
  }
  .shirakawa-go__inner {
    max-width: 400px;
  }
  .ss-rl.i_right .ss-rl__ttl {
    left: 0;
  }
  .ss-rl.i_left .ss-rl__ttl {
    left: 64%;
  }
  .ss-rl__ttl {
    position: absolute;
    top: 0;
    display: flex;
  }

  .ss-rl__ttl h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    writing-mode: vertical-rl;
    margin-right: 12px;
  }
  .ss-com__ttl h3 {
    font-size: 35px;
  }
  .be-helpful__link .link-wrap {
    display: flex;
  }
  .link-wrap .tel {
    margin-right: 12px;
  }
  .be-helpful__list dt .icon {
    margin-right: 18px;
  }
  .be-helpful__list dl {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .day-wrap__img > li:nth-child(2) {
    padding-left: 40px;
  }
  .day-wrap__img {
    padding-left: 130px;
  }
  .day-wrap__list .time span {
    display: inline-block;
    margin-right: 25px;
  }
  .day-wrap__list .time span.c-out {
    display: block;
    margin-left: 80px;
    line-height: 1.2;
  }
  .day-wrap__list > li::after {
    top: 15px;
  }
  .day-wrap__num {
    top: 12px;
  }
  .ss-model__course .l-inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ss-access > li {
    width: calc(50% - 50px);
  }
  .ss-access > li:nth-child(even) {
    margin-left: 100px;
  }
}

@media print, screen and (max-width: 1320px) {
  .ss-com-link,
  .gray-com ul {
    gap: 20px;
  }
  .ss-rl__ttl {
    margin-bottom: 35px;
  }
  .ss-rl__ttl p {
    padding-top: 7px;
  }
  .ss-rl__txt h4 {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  .ss-col3 li {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .ss-col3 li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .ss-rl__ttl h3 {
    font-size: clamp(25px, 2.1vw, 30px);
  }
  .ss-rl__ttl p {
    font-size: clamp(10px, 1.5vw, 13px);
  }
  .ss-model__thumb li:nth-child(1) {
    width: 20%;
  }
  .ss-model__thumb li:nth-child(2) {
    width: 70%;
    padding-left: 50px;
  }
  .day-wrap__img > li:nth-child(1) {
    width: 28%;
  }
  .day-wrap__img > li:nth-child(2) {
    width: 72%;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1320px) {
  .ss-rl__inner {
    padding-left: 110px;
  }
}
@media print, screen and (min-width: 1321px) {
  .ss-com-link {
    gap: 50px;
  }
  .ss-col3 li {
    width: calc((100% - 170px) / 3);
    margin-right: 85px;
  }
  .ss-col3 li:nth-child(n + 4) {
    margin-top: 80px;
  }
  .gray-com ul {
    gap: 80px;
    margin-bottom: 65px;
  }
  .ss-rl__inner {
    padding-left: 140px;
  }
  .ss-rl__ttl h3 {
    font-size: 35px;
  }
  .ss-rl__ttl p {
    font-size: 18px;
  }

  .ss-rl__txt h4 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .ss-model__thumb li:nth-child(1) {
    width: 260px;
  }
  .ss-model__thumb li:nth-child(2) {
    width: calc(100% - 260px);
    padding-left: 100px;
  }
  .ss-model__course .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .day-wrap__img > li:nth-child(1) {
    width: 320px;
  }
  .day-wrap__img > li:nth-child(2) {
    width: calc(100% - 320px);
  }
}
@media print, screen and (min-width: 1921px) {
  .ss-rl__wrap {
    max-width: 85%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-hamburger-menu__nav-list:nth-of-type(2) .p-hamburger-menu__nav-item:nth-child(6) {
    width: 148px;
  }
  .p-hamburger-menu__nav-list:nth-of-type(2) .p-hamburger-menu__nav-item:nth-child(7) {
    width: auto;
  }
}
