@charset "UTF-8";

/* -----------------------------------------------
kv__wrap  second__layer
----------------------------------------------- */

@media (max-width: 786px) {
  .second__layer .kv__wrap {
    margin-bottom: 25.6%;
  }
  .second__layer .kv__fx strong {
    right: 6%;
    bottom: -8.5%;
    text-indent: -0.35em;
    color: #d4c7b7;
  }
  .second__layer .kv__wrap picture::after {
    aspect-ratio: 188 / 85;
    width: 63.299%;
    height: auto;
    left: -15.6%;
    bottom: -9%;
  }
}

@media (min-width: 787px) {
  .second__layer .kv__fx h2 {
    margin-top: 12.2%;
    margin-right: 8.4%;
  }
  .second__layer .kv__fx strong {
    right: 5.6%;
    bottom: -14%;
  }
  .second__layer .kv__wrap picture::after {
    aspect-ratio: 360 / 161;
    content: "";
    display: block;
    position: absolute;
    width: 36.999%;
    height: auto;
    left: -22%;
    bottom: -18.4%;
  }
}

/* -----------------------------------------------
catch__wrap
----------------------------------------------- */
.catch__wrap {
  position: relative;
}

.catch__inner {
  position: relative;
  z-index: 10;
}

.catch__inner h2 span,
.catch__inner p span {
  opacity: 0;
  transform: translateY(3px);
  display: inline-block;
}

.js__inview__active .catch__inner h2 span,
.js__inview__active .catch__inner p span {
  animation: textFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes textFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.catch__inner {
  text-align: center;
}
.catch__inner strong {
  display: block;
  color: #9d8f71;
  font-weight: 400;
}
.catch__inner h2 {
  font-weight: 400;
}
.catch__note__wrap ul {
  border: 1px solid #000;
}
.anc__btn__list div em i {
  font-style: normal;
}

@media (max-width: 786px) {
  .catch__wrap {
    padding-top: 5.3%;
    padding-bottom: 18.6%;
  }
  .catch__inner {
    position: relative;
    z-index: 2;
    margin-bottom: 16.5%;
    width: 88.53%;
  }
  .catch__inner h2 {
    font-size: var(--fs-19);
    line-height: 1.84;
    letter-spacing: 0.1em;
    margin-bottom: 12.4%;
    padding-left: 19px;
  }
  .catch__inner p {
    font-size: var(--fs-13);
    line-height: 2.3;
    margin-bottom: 0;
  }
  .catch__inner .arrow__link__btn {
    margin-top: 22px;
  }
  .catch__inner .arrow__link__btn a {
    font-size: var(--fs-16);
    letter-spacing: 0;
    padding: 10px 50px 10px 17px;
  }
  .catch__inner .arrow__link__btn span {
    text-align: left;
    display: block;
  }
  .catch__note__wrap {
    margin-bottom: 47px;
  }
  .catch__note__wrap ul {
    width: 808px;
    max-width: 100%;
    margin-inline: auto;
    padding: 20px 5% 18px;
  }
  .catch__note__wrap li {
    font-size: var(--fs-13);
    line-height: 1.92;
    letter-spacing: 0;
  }
  .anc__btn__list__wrap ul.anc__btn__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 0;
  }
  .anc__btn__list li {
    width: 100%;
  }
  .anc__btn__list li a {
    display: flex;
    align-items: flex-end;
    gap: 0 10px;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  .anc__btn__list li img {
    width: 32px;
  }
  .anc__btn__list div {
    flex: 1;
  }
  .anc__btn__list div em {
    font-size: var(--fs-13);
    line-height: 1.2;
    letter-spacing: 0;
    padding-right: 30px;
    margin-bottom: 3px;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0;
  }
  .anc__btn__list div em i {
    font-size: var(--fs-16);
  }
  .anc__btn__list div em::after {
    right: 0;
    width: 1.4em;
    top: 100%;
    position: absolute;
  }
  .anc__btn__list div span {
    font-size: var(--fs-13);
    line-height: 1.15;
    letter-spacing: 0.1em;
    border-top: none;
    color: #afa683;
  }
}

@media (min-width: 787px) {
  .catch__wrap {
    padding-top: 183px;
    padding-bottom: 88px;
  }
  .catch__wrap .catch__inner {
    margin-bottom: 66px;
  }
  .catch__wrap .catch__inner-02 {
    margin-bottom: 98px;
  }
  .catch__inner h2 {
    font-size: 30px;
    line-height: 1.43;
    letter-spacing: 0.1em;
    margin-bottom: 62px;
  }
  .catch__inner p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .catch__inner .arrow__link__btn {
    margin-top: 38px;
  }
  .catch__inner .arrow__link__btn a {
    font-size: 16px;
    letter-spacing: 0;
  }
  .catch__note__wrap {
    margin-bottom: 65px;
  }
  .catch__note__wrap ul {
    width: 808px;
    max-width: 100%;
    margin-inline: auto;
    /* padding: 52px 7.7% 54px; */
    padding: 52px 0.7% 54px 2.7%;
  }
  .catch__note__wrap li {
    font-size: 20px;
    line-height: 2;
    /* letter-spacing: 0.03em; */
    letter-spacing: 0;
  }
  .anc__btn__list__wrap ul.anc__btn__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 1.8%;
  }
  .anc__btn__list li {
    width: 32.1%;
  }
  .anc__btn__list li img {
    width: 11.21%;
    margin: 0 auto 7px;
    transition: opacity 0.3s;
  }
  .anc__btn__list li a:hover img {
    opacity: 0.7;
  }
  .anc__btn__list div em {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-right: 30px;
    margin-bottom: 19px;
  }
  .anc__btn__list div em::after {
    right: 6px;
  }
}

.catch__inner h2,
.catch__inner p {
  opacity: 0;
  transform: translateY(20px);
}

.js__inview__active .catch__inner h2.is-anim,
.js__inview__active .catch__inner p.is-anim {
  animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------------------
section__transport
----------------------------------------------- */
.transport__wrap:not(.randen) {
  background-color: rgba(236, 226, 216, 0.22);
}
.transport__sec-heading img {
  margin-inline: auto;
}
.transport__sec-heading h3 {
  text-align: center;
  font-weight: 500;
}
.transport__wrap.delivery .transport__sec-heading p + span {
  display: block;
  text-align: center;
}
.transport__con-heading {
  text-align: center;
}
.transport__con-heading h4 {
  border-bottom: 1px solid #000000;
  display: inline-block;
  font-weight: bold;
}
.transport__con-heading p {
  font-weight: bold;
}
.transport__con-heading p + span {
  display: block;
  text-align: center;
}
.transport__table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.transport__table tr:nth-child(odd) {
  background-color: #f3ebe4;
}
.transport__table tr:nth-child(even) {
  background-color: #fff;
}
.transport__table tr > * {
  width: 50%;
}
.transport__table th {
  background-color: #ae9f7e;
  color: #fff;
  border-bottom: 1px solid #000;
}
.transport__table th:nth-child(1) {
  position: relative;
}
.transport__table th:nth-child(1)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 50% -50%;
  color: #fff;
}
.transport__table td {
  text-align: center;
}
.transport__table td:nth-child(1) {
  border-right: 1px solid #000000;
}
.hanrei {
  border: 1px solid #000;
  background-color: #fff;
}
.hanrei h4 {
  text-align: center;
  font-weight: bold;
}
.hanrei dt {
  position: relative;
}
.hanrei dt::after {
  content: "";
  position: absolute;
}
.hanrei dl > div:nth-child(1) dt::after {
  background-color: #c30d23;
}
.hanrei dl > div:nth-child(2) dt::after {
  background-color: #73a85d;
}
.transport__note h4 {
  text-align: center;
  font-weight: normal;
}
.transport__note li.circle__s {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 0.5em;
}
.transport__wrap .text__link {
  border-bottom: 1px solid #9d8f71;
  cursor: pointer;
}
.randen__root {
  border: 1px solid #000;
}
.howto__wrap {
  border: 1px solid #ae9f7e;
  background-color: #fff;
  text-align: center;
}
.howto__wrap h4 {
  color: #9d8f71;
  font-weight: bold;
}
.howto__wrap dt {
  background-color: #f3ebe4;
  font-weight: 500;
  display: inline-block;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

.ticket-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.ticket-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.ticket-modal__content p {
  font-family: "Zen Old Mincho", serif;
}

.ticket-modal__content {
  position: relative;
  max-width: 888px;
  width: 100%;
}

.ticket-modal__close {
  aspect-ratio: 1;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}

.ticket-modal__close::before,
.ticket-modal__close::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ticket-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ticket-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ticket__modal__inner {
  background: #fff;
  text-align: center;
}

.ticket__modal__inner img {
  width: 100%;
  height: auto;
  display: block;
}

.ticket__modal__inner p {
  margin-top: 20px;
}

@media (max-width: 786px) {
  .transport__wrap:not(.randen) {
    padding: 33px 0 62px;
    margin-bottom: 52px;
  }
  .transport__wrap .inner__wrap {
    width: 80%;
  }
  .transport__sec-heading {
    margin-bottom: 24px;
  }
  .transport__wrap.bus .transport__sec-heading {
    margin-bottom: 46px;
  }
  .transport__sec-heading img {
    margin-bottom: 16px;
    width: 36px;
  }
  .transport__sec-heading h3 {
    font-size: var(--fs-20);
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
  .transport__sec-heading p {
    font-size: var(--fs-13);
    line-height: 1.92;
    letter-spacing: 0.03em;
  }
  .transport__map {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .transport__map + .transport__map {
    margin-top: 11px;
  }
  .transport__con-heading h4 {
    font-size: var(--fs-20);
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 0 19px 9px;
    margin-bottom: 27px;
  }
  .transport__con-heading p {
    font-size: var(--fs-17);
    line-height: 1.47;
    letter-spacing: 0;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em 0;
  }
  .transport__con-heading p span {
    width: 1em;
    height: 1em;
    rotate: 90deg;
  }
  .transport__con-heading:has(p + span) {
    margin-bottom: 30px;
  }
  .transport__con-heading:has(p + span) p {
    width: 100vw;
    position: relative;
    left: 50%;
    line-height: 1.76;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
  .transport__con-heading p + span {
    font-size: var(--fs-13);
    line-height: 1.76;
    /* letter-spacing: 0.03em; */
    text-align: left;
  }

  .table__fx {
    display: flex;
    flex-direction: column;
    gap: 33px 0;
  }
  .table__fx:not(:last-child) {
    margin-bottom: 43px;
  }
  .table__fx table {
    width: 100%;
  }
  .transport__table th {
    font-size: var(--fs-17);
    line-height: 1.12;
    letter-spacing: 0.03em;
    padding: 2px 10px;
    height: 67px;
  }
  .transport__table th:nth-child(1)::after {
    font-size: var(--fs-15);
  }
  .transport__table td {
    font-size: var(--fs-20);
    line-height: 1.2;
    letter-spacing: 0.03em;
    padding: 2px 10px;
    height: 38px;
  }
  .bus__content + .bus__content {
    margin-top: 60px;
  }
  .hanrei {
    margin-bottom: 42px;
    padding: 14px 0 24px;
  }
  .hanrei h4 {
    font-size: var(--fs-20);
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  .hanrei dl {
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
  .hanrei dl > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75em 0;
  }
  .hanrei dt {
    font-size: var(--fs-25);
    padding-right: 53px;
  }
  .hanrei dt::after {
    width: 46px;
    height: 7px;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .hanrei dd {
    font-size: var(--fs-13);
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6em 0;
  }
  .hanrei dd span {
    font-size: var(--fs-18);
    width: 1em;
    height: 1em;
    rotate: 90deg;
  }
  .transport__note {
    margin-top: 46px;
  }
  .transport__note h4 {
    font-size: var(--fs-17);
    letter-spacing: 0.03em;
    margin-bottom: 14px;
  }
  .transport__note ul.list__center {
    margin-top: 18px;
  }
  .transport__note li {
    font-size: var(--fs-13);
    line-height: 1.92;
    letter-spacing: 0.03em;
  }
  .transport__note li.circle__l + .circle__s {
    margin-top: 18px;
  }
  .transport__wrap.randen {
    margin-bottom: 64px;
  }
  .randen__desc {
    font-size: var(--fs-13);
    line-height: 1.92;
    letter-spacing: 0.03em;
    margin-bottom: 28px;
  }
  .transport__wrap.randen .arrow__link__btn {
    margin-bottom: 54px;
  }
  .transport__wrap.randen .arrow__link__btn a {
    font-size: var(--fs-16);
    letter-spacing: 0;
    padding: 8px 1.4em;
  }
  .randen__root {
    padding: 18px 10px 16px;
    font-size: var(--fs-13);
    line-height: 1.92;
    letter-spacing: 0;
    text-align: center;
  }
  .transport__wrap.delivery .transport__sec-heading p {
    text-align: center;
  }
  .transport__sec-heading:has(p + span) {
    margin-bottom: 16px;
  }
  .transport__wrap.delivery .transport__sec-heading p + span {
    padding-top: 7px;
    line-height: 1.76;
    text-align: left;
  }

  .howto__wrap {
    padding: 18px 0 24px;
    margin-bottom: 23px;
  }
  .howto__wrap h4 {
    font-size: var(--fs-16);
    margin-bottom: 13px;
  }
  .howto__wrap dt {
    /* font-size: var(--fs-16); */
    font-size: var(--fs-15);
    padding: 0 0.5em;
    margin-bottom: 8px;
  }
  .howto__wrap dd + dt {
    margin-top: 22px;
  }
  .howto__wrap dd {
    font-size: var(--fs-13);
    line-height: 1.92;
  }
  .googlemap {
    width: 100%;
    height: 296px;
  }
  .delivery-modal__switch {
    position: relative;
  }
  .delivery-modal__switch::after {
    content: "";
    width: 37px;
    aspect-ratio: 1/1;
    background: url(../img/access/icon_zoom.svg) center / contain no-repeat;
    position: absolute;
    top: 16px;
    right: 28px;
  }
  .delivery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
  }
  .delivery-modal__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .delivery-modal__img {
    position: relative;
  }
  .delivery-modal__close {
    width: 32px;
    aspect-ratio: 1/1;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 36px;
    right: 43px;
  }
  .delivery-modal__close::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #231815;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: 45deg;
  }
  .delivery-modal__close::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #231815;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    rotate: -45deg;
  }
  .delivery-modal__overlay img {
    max-width: 100%;
    max-height: 100%;
  }

  .ticket-modal__overlay {
    padding: 0;
  }
  .ticket-modal__close {
    width: 32px;
    top: 36px;
    right: 43px;
  }

  .ticket__modal__inner {
    /* padding: 140px 90px 50px 80px; */
    padding: 100px 20px 30px;
  }
  .ticket-modal__content p {
    font-size: var(--fs-13);
    line-height: 25px;
    letter-spacing: 1.3px;
  }
}

@media (min-width: 787px) {
  .transport__wrap:not(.randen) {
    padding: 24px 0 131px;
    margin-bottom: 98px;
  }
  .transport__sec-heading {
    margin-bottom: 48px;
  }
  .transport__sec-heading img {
    margin-bottom: 28px;
    width: 36px;
  }
  .transport__sec-heading h3 {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  .transport__sec-heading p {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .transport__map {
    border: 1px solid #ae9f7e;
  }
  .transport__con-heading h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 0 19px 9px;
    margin-bottom: 35px;
  }
  .transport__con-heading p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
  }
  .transport__con-heading p span {
    display: inline-block;
    margin-inline: 0.5em;
  }
  .transport__con-heading:has(p + span) {
    margin-bottom: 20px;
  }
  .transport__con-heading:has(p + span) p {
    margin-bottom: 10px;
  }
  .transport__con-heading p + span {
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.03em;
  }
  .table__fx {
    display: flex;
    gap: 0 2.6%;
  }
  .table__fx:not(:last-child) {
    margin-bottom: 43px;
  }
  .table__fx table {
    width: 47.7%;
  }
  .transport__table th {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    padding: 10px 10px;
    height: 62px;
  }
  .transport__table th:nth-child(1)::after {
    font-size: 16px;
  }
  .transport__table td {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    padding: 10px 10px;
    height: 62px;
  }
  .bus__content + .bus__content {
    margin-top: 77px;
  }
  .hanrei {
    margin-bottom: 16px;
    padding: 26px 3.4% 45px;
  }
  .hanrei h4 {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  .hanrei dl > div {
    display: flex;
    align-items: center;
    gap: 0 6px;
  }
  .hanrei dl > div + div {
    margin-top: 11px;
  }
  .hanrei dt {
    font-size: 25px;
    width: 70px;
    padding-right: 58px;
  }
  .hanrei dt::after {
    width: 46px;
    height: 7px;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .hanrei dd {
    flex: 1;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
  .hanrei dd span {
    display: inline-block;
    margin-inline: 0.2em;
  }
  .transport__note {
    width: 826px;
    max-width: 100%;
    margin-inline: auto;
    margin-top: 66px;
  }
  .transport__note h4 {
    font-size: 22px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .transport__note ul.list__center {
    text-align: center;
    margin-top: 45px;
  }
  .transport__note li {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.03em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .transport__wrap.randen {
    text-align: center;
    margin-bottom: 105px;
  }
  .randen__desc {
    font-size: 25px;
    line-height: 1.72;
    letter-spacing: 0.03em;
    margin-bottom: 38px;
  }
  .transport__wrap.randen .arrow__link__btn {
    margin-bottom: 58px;
  }
  .transport__wrap.randen .arrow__link__btn a {
    font-size: 20px;
    letter-spacing: 0;
    padding: 2px 2.2em;
  }
  .transport__wrap.delivery .transport__sec-heading h3 {
    font-size: 26px;
  }
  .transport__wrap.delivery .transport__sec-heading p {
    font-size: 22px;
    line-height: 1.82;
  }
  .transport__sec-heading:has(p + span) {
    margin-bottom: 38px;
  }
  .transport__wrap.delivery .transport__sec-heading p + span {
    font-size: 18px;
    line-height: 1.66;
    padding-top: 20px;
  }
  .randen__root {
    padding: 23px 20px 25px;
    font-size: 22px;
    line-height: 1.95;
    letter-spacing: 0.03em;
  }
  .howto__wrap {
    padding: 23px 20px 33px;
    margin-bottom: 13px;
  }
  .howto__wrap h4 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .howto__wrap dt {
    font-size: 24px;
    padding: 0 0.5em;
    margin-bottom: 6px;
  }
  .howto__wrap dd + dt {
    margin-top: 22px;
  }
  .howto__wrap dd {
    font-size: 20px;
    line-height: 1.75;
  }
  .googlemap {
    width: 100%;
    max-width: 1280px;
    height: 453px;
    margin-inline: auto;
  }

  .ticket-modal__close {
    width: 60px;
    top: 30px;
    right: 30px;
  }
  .ticket__modal__inner {
    padding: 140px 90px 50px 80px;
  }
  .ticket-modal__content p {
    font-size: 20px;
    line-height: 35px;
  }
}
