<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --max-content-width: 1280px;
  --content-padding: 15px;
  --leading-trim: calc((1em - 1lh) / 2);

  /* font */
  --font-size-14px: 0.875rem;
  --font-size-17px: 1.0625rem;
  --font-size-18px: 1.125rem;
  --font-size-19px: 1.1875rem;
  --font-size-20px: 1.25rem;
  --font-size-22px: 1.375rem;
  --font-size-24px: 1.5rem;
  --font-size-25px: 1.5625rem;
  --font-size-28px: 1.75rem;
  --font-size-32px: 2rem;

  /* color */
  --logo-color-bulue: #0B318F;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
  display: none !important;
  }
}
@media screen and (max-width: 767px){
  .pc {
  display: none !important;
  }
  .sp {
  display: block;
  }
}
h2, h3, h4, h5, h6, p, p &gt; span {
  margin-block: var(--leading-trim);
}
.section {
  margin: 0;
}
.section__wrap {
  padding: 0 var(--content-padding);
}
.toro-nagashi__bg-arrow01 {
  position: relative;
  width: calc(100vw - var(--scroll-bar-width));
  margin: 0 calc(50% -(50vw -(var(--scroll-bar-width) / 2)));
  background-color: #f7f4e3;
}
.toro-nagashi__bg-arrow01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -7.81vw;
  border-style: solid;
  border-color: #f7f4e3 transparent transparent;
  border-width: 7.85vw calc(50vw - (var(--scroll-bar-width) / 2)) 0;
}
.toro-nagashi__bg-arrow02 {
  padding-top: 7.81vw;
  width: calc(100vw - var(--scroll-bar-width));
  margin: 0 calc(50% -(50vw -(var(--scroll-bar-width) / 2)));
  position: relative;
}
.toro-nagashi__bg-arrow02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -7.81vw;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 7.85vw calc(50vw - (var(--scroll-bar-width) / 2)) 0;
}
.toro-nagashi .v1-itineraryHero__title {
  align-items: center;
}
.toro-nagashi .v1-itineraryHero__titleLarge {
  text-shadow: -2px 0 10px rgba(0, 0, 0, .4), 2px 0 10px rgba(0, 0, 0, .6), 0 -2px 10px rgba(0, 0, 0, .8), 0 2px 10px rgba(0, 0, 0, 10);
}
@media screen and (min-width: 767px) {
  .toro-nagashi .v1-itineraryHero__titleLarge {
    font-size: clamp(1rem, 3.8vw, 2.5rem);
  }
}
.toro-nagashi .v1-itineraryHero__titleSmall {
  margin-top: 25px;
  color: #fff;
  font-size: clamp(1rem, 3vw, 1.25rem);
  text-shadow: -2px 0 10px rgba(0, 0, 0, .4), 2px 0 10px rgba(0, 0, 0, .6), 0 -2px 10px rgba(0, 0, 0, .8), 0 2px 10px rgba(0, 0, 0, 10);
}
.toro-nagashi .v1-itineraryHero {
  background-image: url(/japan-travel-planner/experiences/toro-nagashi/image/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 70%;
  max-height: 25.42vw;
  margin-bottom: 0;
}
.activities-nav__wrap {
  position: relative;
  z-index: 1;
  padding: 0 var(--content-padding);
}
.activities-nav__anchor {
  width: min(100%, var(--max-content-width));
  margin: calc(min(6.77vw, 130px) * -1) auto 0;
  transform: translateY(50%);
}
.anchor-list {
  display: flex;
  justify-content: space-between;
  height: min(6.77vw, 130px);
  border-radius: min(1.56vw, 30px);
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(51,51,51,0.18);
}
.anchor-list__item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: calc(100% / 5);
}
.anchor-list__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 53%;
  text-align: center;
  font-weight: bold;
  font-size: clamp(0.875rem, 1.2vw, var(--font-size-20px));
  word-break: keep-all;
}
.anchor-list__link::after {
  content: "";
  display: block;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .anchor-list__link {
    padding-bottom: 0.8em;
  }
  .anchor-list__link::after {
    position: absolute;
    bottom: 10px;
  }
}
.activities-summary {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding-top: calc(6.77vw / 2);
}
.summary-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 15px;
  width: min(70%, 980px);
  margin: 42px auto 0;
  color: #00146d;
  font-weight: bold;
  font-size: clamp(1rem, 1.15vw, var(--font-size-22px));
}
.summary-list__item {
  display: grid;
  grid-template-columns: 1fr 60%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.summary-list__item dt {
  text-align: right;
}
.summary-list__img img {
  width: 40px;
}
.summary-list__text {
  font-weight: bold;
}
.summary-content {
  display: grid;
  grid-template-columns: 54.69% 1fr;
  align-items: center;
  gap: 0.52vw;
  margin-top: 48px;
}
.summary-content__img {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.summary-content__detail {
  margin: 0 2.6vw;
}
.summary-content__detail-title {
  font-weight: bold;
  font-size: clamp(1rem, 2.5vw, var(--font-size-28px));
}
.summary-content__detail-text {
  margin-top: 35px;
  font-size: var(--font-size-18px);
  line-height: normal;
}
.booking-area {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  padding-bottom: 10px;
}
.booking-btn {
  width: min(32.29vw, 620px);
  height: 4.375rem;
}
.activities-tab {
  padding-top: 7.81vw;
}
.tab-list-wrap {
  width: min(100%, var(--max-content-width));
  padding: 0 var(--content-padding);
}
.tab-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.tab-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.tab-list__item {
  width: 100%;
  display: flex;
}
.tab_item {
  text-align: center;
  font-size: 24px;
  color: #00146d;
  background-color: #f1f0ee;
  padding: 28px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.tab_item.is-active {
  background-color: #00146d;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .tab_item.is-active::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 15px solid #00146d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
  }
}
.tab_item &gt; span {
  font-size: clamp(1rem, 1.15vw, var(--font-size-22px));
}
.activities-intro {
  display: grid;
  gap: 100px;
  margin: 70px auto 100px;
  width: min(100%, var(--max-content-width));
}
.tab-cnt__c2 {
  display: flex;
  align-items: center;
  gap: 0.52vw;
}
.tab-content__img {
  position: relative;
  width: 54.69%;
}
.img_wrap {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.tab-content__img &gt; span {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.85rem;
}
.tab-content__text {
  width: 45.31%;
  margin: 0 2.6vw;
}
.tab-content__text &gt; h3 {
  font-weight: bold;
  font-size: clamp(1rem, 2.5vw, var(--font-size-28px));
}
.tab-content__text &gt; p {
  margin-top: 35px;
  font-size: var(--font-size-18px);
  line-height: normal;
}
.tab-cnt__c2.reverse {
  flex-direction: row-reverse;
}
.tab-cnt__c2.reverse .tab-content__text {
  margin: 0 2.6vw 0 0;
}
.activities-spot {
  padding-top: 80px;
  padding-bottom: 50px;
  width: min(100%, var(--max-content-width));
  margin: 0 auto;
  text-align: center;
}
.spot__title {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
.spot-cnt__c2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.08vw;
  margin-top: 50px;
}
.spot-cnt__detail {
  display: grid;
  gap: 28px;
  align-items: center;
  width: calc(100% / 2 - 2.08vw);
  min-height: 200px;
  padding: 36px 40px;
  background-color: #fff;
  border-radius: 20px;
}
.detail-icon {
  position: relative;
  padding-left: 3em;
  text-align: left;
}
.detail-icon::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-image: url(/japan-travel-planner/experiences/common/images/icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.detail-icon:nth-of-type(2):before {
  width: 2.2em;
  height: 2.2em;
  margin-top: -0.5em;
  margin-left: 0.08em;
  background-image: url(/japan-travel-planner/experiences/common/images/icon03.png);
}
.detail-icon &gt; dt {
  font-weight: bold;
  font-size: var(--font-size-22px);
}
.detail-icon &gt; dd {
  margin-top: 15px;
}
.spot-cnt__detail &gt; h4 {
  font-weight: bold;
  font-size: var(--font-size-22px);
}
.bokking__link {
  display: flex;
  gap: 8%;
  justify-content: center;
  align-items: center;
}
.bokking__img &gt; svg {
  margin: 0;
}
.bokking__dep &gt; span {
  font-size: var(--font-size-19px);
}
.activities-more {
  width: min(100%, var(--max-content-width));
  margin: 90px auto 0;
  text-align: center;
}
.activities-more &gt; h3 {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
.more-cnt__c2 {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  margin-top: 50px;
}
.more-cnt__img {
  position: relative;
  width: 54.69%;
}
.more-cnt__detail {
  width: 45.31%;
  margin: 0 2.6vw;
  text-align: left;
}
.more-cnt__title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: clamp(1rem, 1.6vw, var(--font-size-20px));
  padding-bottom: 13px;
  border-bottom: solid 2px #27388b;
}
.more-cnt__title::before {
  content: "";
  display: inline-block;
  width: 1.6875rem;
  height: 2.25rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228px%22%20height%3D%2236px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(39%2C%2056%2C%20139)%22%20d%3D%22M13.1000%2C35.997%20C11.886%2C35.997%20-0.001%2C21.776%20-0.001%2C14.028%20C-0.001%2C6.279%206.268%2C-0.002%2013.1000%2C-0.002%20C21.731%2C-0.002%2027.1000%2C6.279%2027.1000%2C14.028%20C27.1000%2C21.776%2016.113%2C35.997%2013.1000%2C35.997%20ZM13.1000%2C8.468%20C11.082%2C8.468%208.716%2C10.838%208.716%2C13.763%20C8.716%2C16.686%2011.082%2C19.057%2013.1000%2C19.057%20C16.917%2C19.057%2019.283%2C16.686%2019.283%2C13.763%20C19.283%2C10.838%2016.917%2C8.468%2013.1000%2C8.468%20Z%22%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
  background-repeat: no-repeat;
}
.more-cnt__text {
  margin-top: 40px;
  line-height: normal;
}
.activities-recommend {
  width: min(100%, var(--max-content-width));
  margin: 120px auto 0;
  padding-bottom: 50px;
  text-align: center;
}
.activities-recommend &gt; h3 {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
@media screen and (min-width: 768px) {
  .recommend-cnt__c3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 45px;
  }
}
.recommend-cnt__item {
  text-align: left;
}
.recommend-cnt__img {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  background-color: #e8f5fd;
}
.recommend-cnt__item &gt; span {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.85rem;
}
.recommend-cnt__text {
  display: grid;
  min-height: 4em;
  padding: 0 20px;
  text-align: left;
}
.recommend-cnt__text &gt; span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/japan-travel-planner/experiences/common/images/icon01.png);
  background-size: cover;
  flex-shrink: 0;
}
.recommend-cnt__text &gt; span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: clamp(1rem, 0.94vw, var(--font-size-18px));
}
.activities-point {
  padding: 7.81vw 0 100px;
  background-color: #f7f4e3;
}
.activities-point__wrap {
  width: min(100%, var(--max-content-width));
  margin: 100px auto 0;
  padding: 0 var(--content-padding);
  text-align: center;
  color: #00146d;
}
.activities-point__title {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
.activities-point__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(4.38%, 56px);
  margin-top: 50px;
}
.activities-point__card &gt; li {
  background-color: #fff;
  border: 4px solid #00146d;
  border-radius: 20px;
  overflow: hidden;
}
.activities-point__card &gt; li &gt; div {
  height: 100%;
}
.activities-point__card &gt; li &gt; div &gt; dl img {
  height: auto;
}
.card__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
}
.card__item &gt; .card__heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 45px 10px;
}
.card__title {
  display: grid;
  align-items: center;
  font-size: var(--font-size-25px);
  line-height: normal;
  margin-block: var(--leading-trim);
}
.card__title &gt; span {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .card__title {
    min-height: 3em;
  }
  .vi .card__title {
    min-height: 3.45em;
  }
}
.card__text {
  min-height: 75px;
  background-color: #e8f5fd;
  padding: 28px 10px;
  font-weight: bold;
  font-size: var(--font-size-20px);
  flex-grow: 1;
  align-content: center;
  max-height: 116px;
}
@media screen and (max-width: 1160px) {
  .card__text {
    max-height: 136px;
  }
}
@media screen and (max-width: 786px) {
  .card__text {
    max-height: 160px;
  }
}
.card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 95px;
}
.card__icon img {height: 100%;}

.activities-be__wrap {
  width: min(100%, var(--max-content-width));
  margin: 110px auto 0;
  text-align: center;
  color: #00146d;
}
.activities-be__title {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
.activities-be-cnt {
  background-color: #fff;
  border: 4px solid #00146d;
  margin-top: 50px;
}
.activities-be-cnt &gt; .v1-itineraryDomesticFlights__list {
  margin-left: 44px;
  margin-right: 44px;
}
.activities-be-cnt .v1-itineraryDomesticFlights__item {
  justify-content: center;
  align-items: center;
}
.activities-be-cnt .v1-itineraryDomesticFlights__flight {
  align-items: center;
}
.activities-be-cnt .v1-itineraryGet__icon {
  opacity: 1;
}
.activities-be-cnt .v1-itineraryDomesticFlights__detail {
  display: block;
  flex-grow: unset;
  box-shadow: none;
}
@media print, screen and (min-width: 23.4375em){
  .activities-be-cnt .v1-itineraryDomesticFlights__link {
    width: 10.875rem;
    min-width: 10.875rem;
  }
}
@media screen and (max-width: 767px) {
  .activities-be-cnt .v1-itineraryDomesticFlights__link {
    min-width: unset;
    width: 100%;
    max-width: 141px;
  }
}
.be-cnt__note {
  padding: 30px 40px 25px;
  background-color: #e8f5fd;
  text-align: left;
}
.be-note__title {
  font-weight: bold;
  font-size: 1.375rem;
  color: #00146d;
}
.be-note__text {
  margin-top: 20px;
  color: #333;
}
.be-note__link {
  color: #006ac3;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
}
.be-note__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #006ac3;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}
.activities-be-cnt .v1-itineraryDomesticFlights__item:last-child {
  box-shadow: none;
}
.tab_area.tab_bottom {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .tab_bottom .tab_item.is-active::after {
    content: "";
    position: absolute;
    border-top: none;
    border-bottom: 15px solid #00146d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
    bottom: auto;
  }
}
.activities-appeal-area {
  width: min(100%, var(--max-content-width));
  margin: 0 auto;
  padding-bottom: 7.81vw;
  text-align: center;
}
.appeal__img {
  margin: 30px calc(50% - 50vw) 0;
  width: calc(100vw - (var(--scroll-bar-width) / 2));
}
.appeal__title &gt; h2 {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
@media screen and (min-width: 768px) {
  .toro-nagashi__swiper.swiper-link {
    padding: 0 6px;
  }
}
.activities-others-experience {
  padding-top: 7.81vw;
  background-color: #f7f4e3;
}
.activities-others-experience::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.others-experience__wrap {
  width: min(100%, var(--max-content-width));
  margin: 80px auto 0;
  text-align: center;
}
.others-experience__title {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
@media screen and (min-width: 768px) {
  .others-experience__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 50px 0 10px;
  }
}
/* .others-experience__item {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  background-color: #fff;
} */
.others-experience__link {
  display: grid;
  height: 100%;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  background-color: #fff;
}
.others-experience__text {
  display: grid;
  align-items: stretch;
  padding: 18px 30px;
  font-weight: bold;
  font-size: var(--font-size-18px);
  text-align: left;
}
.link_detail {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-size: 1rem;
  -webkit-transition: color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.link_detail::after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #333;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
  -webkit-transition: border-color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover:hover) {
  .others-experience__link:hover .link_detail {
    color: #d54100;
  }
  .others-experience__link:hover .link_detail::after {
    border-color: #d54100;
  }
}
@media (hover:hover) {
  .related-spot__link:hover .link_detail {
    color: #d54100;
  }
  .related-spot__link:hover .link_detail::after {
    border-color: #d54100;
  }
}
.related-spot__wrap {
  width: min(100%, var(--max-content-width));
  margin: 80px auto 0;
  text-align: center;
}
.related-spot__title {
  font-weight: bold;
  font-size: clamp(1rem, 2.8vw, var(--font-size-32px));
}
.related-spot__list {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .related-spot__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
  }
  .related-spot__list .related-spot__item {
    min-height: 320px;
  }
  .related-spot__item .related-spot__img {
    height: 240px;
    width: 620px;
    object-fit: cover;
    object-position: 100% 0%;
  }
}
.related-spot__link {
  display: grid;
  height: 100%;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  background-color: #fff;
}
.related-spot__text {
  font-weight: bold;
  font-size: var(--font-size-18px);
  padding: 15px 30px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .toro-nagashi .v1-itineraryHero {
    max-height: 100%;
  }
  .activities-nav__anchor {
    width: min(90%, var(--max-content-width));
    position: absolute;
    left: 50%;
    top: calc(min(9vw, 130px)* -1);
    margin: 0;
    transform: translate(-50%, 50%);
  }
  .anchor-list {
    height: min(9vw, 130px);
  }
}
@media screen and (max-width: 767px) {
  .toro-nagashi__bg-arrow01::after {
    border-width: 8vw calc(50vw - (var(--scroll-bar-width) / 2)) 0;
  }
  .toro-nagashi__bg-arrow02::after {
    border-width: 8vw calc(50vw - (var(--scroll-bar-width) / 2)) 0;
  }
  .toro-nagashi .v1-itineraryHero__titleLarge {
    font-size: var(--font-size-28px);
  }
  .toro-nagashi .v1-itineraryHero {
    max-height: 121.33vw;
  }
  .toro-nagashi .v1-itineraryHero {
    max-height: 121.33vw;
  }
  .activities-nav__anchor {
    margin-top: -14.67vw;
    transform: none;
  }
  .anchor-list {
    flex-direction: column;
    gap: 2.67vw;
    height: 52vw;
    padding: 6.67vw 0;
    border-radius: 4vw;
  }
  .anchor-list__item {
    justify-content: flex-start;
    width: 100%;
    padding: 0 min(6.67vw, 50px);
  }
  .anchor-list__link {
    width: 100%;
    flex-direction: row;
    font-size: var(--font-size-14px);
    text-align: center;
    position: relative;
    padding-right: 10px;
  }
  .anchor-list__link::after {
    position: absolute;
    right: 0;
    top: -5px;
  }
  .activities-summary {
    margin-top: calc(calc(52vw - 14.67vw) * -1);
    padding-bottom: 30px;
  }
  .summary-list {
    grid-template-columns: 1fr 1fr;
    width: min(82vw, 615px);
    margin-top: calc(calc(52vw - 14.67vw) + 30px);
  }
  .summary-list__item {
    grid-template-columns: 40px 1fr;
  }
  .summary-list__img img {
    width: min(10.67vw, 80px);
  }
  .summary-list__text {
    font-weight: bold;
    font-size: clamp(0.8rem, 3.7vw, 1.125rem);
  }
  .summary-content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .summary-content__detail {
    margin: 0;
  }
  .summary-content__detail-title {
    font-size: var(--font-size-20px);
  }
  .summary-content__detail-text {
    margin-top: 15px;
    font-size: 1rem;
  }
  .booking-area {
    margin-top: 45px;
  }
  .booking-btn {
    width: 100%;
  }
  .activities-intro {
    gap: 40px;
    margin: 25px auto 50px;
  }
  .tab_item {
    padding: 0.8em 3em;
  }
  .tab-cnt__c2 {
    flex-direction: column;
    gap: 19px;
  }
  .tab-content__img {
    width: 100%;
  }
  .tab-content__text {
    width: 100%;
    margin: 0;
  }
  .tab-content__text &gt; h3 {
    font-size: var(--font-size-20px);
  }
  .tab-content__text &gt; p {
    margin-top: 15px;
    font-size: 1rem;
  }
  .tab-cnt__c2.reverse {
    flex-direction: column;
  }
  .tab-cnt__c2.reverse .tab-content__text {
    margin: 0;
  }
  .activities-spot {
    padding-top: 50px;
  }
  .spot__title {
    font-size: var(--font-size-24px);
  }
  .spot-cnt__c2 {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .spot-cnt__detail {
    gap: 25px;
    width: 100%;
    min-height: 150px;
    padding: 20px;
  }
  .detail-icon {
    padding-left: 1.8em;
  }
  .detail-icon::before {
  width: 1.5em;
  height: 1.2em;
  background-position: center;
  }
  .detail-icon:nth-of-type(2):before {
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.3em;
    margin-left: 0;
  }
  .detail-icon &gt; dt {
    font-size: var(--font-size-17px);
  }
  .detail-icon &gt; dd {
    font-size: var(--font-size-14px);
    text-indent: -1.8em;
  }
  .spot-cnt__detail &gt; h4 {
    font-size: var(--font-size-17px);
  }
  .activities-more {
    margin-top: 50px;
  }
  .activities-more &gt; h3 {
    font-size: var(--font-size-24px);
    line-height: normal;
  }
  .more-cnt__c2 {
    flex-direction: column;
    gap: 35px;
    margin-top: 30px;
  }
  .more-cnt__img {
    width: 100%;
  }
  .more-cnt__detail {
    width: 100%;
  }
  .more-cnt__title {
    font-size: var(--font-size-18px);
  }
  .more-cnt__text {
    margin-top: 20px;
    font-size: var(--font-size-14px);
  }
  .activities-recommend {
    margin-top: 40px;
  }
  .recommend-cnt__c3 {
    margin-top: 20px;
  }
  .activities-point__wrap {
    margin-top: 45px;
    padding: 0;
  }
  .activities-point__title {
    font-size: var(--font-size-24px);
  }
  .activities-point__card {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .card__title {
    font-size: var(--font-size-18px);
  }
  .card__text {
    font-size: 1rem;
  }
  .card__item &gt; .card__heading {
    padding: 30px 10px 40px;
  }
  .activities-be__wrap {
    margin-top: 55px;
  }
  .activities-be__title {
    font-size: var(--font-size-24px);
    line-height: normal;
  }
  .activities-be-cnt {
    margin-top: 30px;
  }
  .be-cnt__note {
    padding: 25px 20px;
  }
  .be-note__title {
    font-size: 1.0625rem;
  }
  .be-note__link {
    font-size: 0.875rem;
  }
  .be-note__text {
    font-size: 0.875rem;
  }
  .activities-point {
    padding-bottom: 50px;
  }
  .tab_area.tab_bottom {
    margin-top: 25px;
  }
  .activities-appeal-area {
    padding-top: calc(75px - 7.81vw);
    padding-bottom: 60px;
  }
  .appeal__title &gt; h2 {
    font-size: var(--font-size-24px);
  }
  .others-experience__wrap {
    margin-top: 50px;
  }
  .others-experience__title {
    font-size: var(--font-size-24px);
  }
  .others-experience__list {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .related-spot__wrap {
    margin-top: 50px;
  }
  .related-spot__title {
    font-size: var(--font-size-24px);
  }
  .related-spot__list {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .tab-list {
    flex-direction: column;
    gap: 15px;
  }
  .tab_item::after {
    position: absolute;
    top: 50%;
    right: 5.33%;
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border-radius: 50%;
    background-image: url(/japan-travel-planner/experiences/common/images/arrow.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }
  .activities-recommend &gt; h3 {
    font-size: var(--font-size-24px);
  }
}

@media print,screen and (min-width: 64em) {
  .v1-footerCtaReservation__link {
      line-height: 1.8;
  }
}

/* スワイプ */
.swiper-button-next, .swiper-button-prev {
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .related-spot__wrap .swiper {
    overflow: initial;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #333;
    font-size: 1rem;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .swiper-slide {
    width: 80.5%;
    height: auto;
  }
  .toro-nagashi__swiper {
    width: 100vw;
    margin-right: -15px;
    margin-left: -15px;
  }
}</pre></body></html>