@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.l-header__title .c-title__jp {
  color: #fff !important;
}

@media only screen and (min-width: 768px) {
  .c-intro__text__text {
    text-align: center;
  }
}

.p-map {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-map {
    padding-bottom: calc(100 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-map {
    padding-bottom: calc(80 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-map {
    padding-bottom: calc(80 / var(--parent-font-size) * 1rem);
  }
}
.p-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: calc(-160 / var(--parent-font-size) * 1rem);
  width: 100%;
  height: 100%;
  background: url(./../../access/images/bg_intro.webp) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-map::before {
    top: -8rem;
  }
}
.p-map .c-intro,
.p-map .inner {
  position: relative;
  z-index: 1;
}
.p-map .inner {
  max-width: calc(1100 / 1440 * 100%);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-map .inner {
    max-width: 88%;
  }
}
.p-map__iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-map__iframe {
    margin-top: calc(80 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-map__iframe {
    margin-top: calc(60 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-map__iframe {
    padding-bottom: 43.8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-map__iframe {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .p-map__iframe {
    padding-bottom: 100%;
  }
}
.p-map__iframe iframe {
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-map .c-text-link {
  justify-content: flex-end;
}

.c-anchor {
  margin-top: calc(60 / var(--parent-font-size) * 1rem);
}
.c-anchor__link:hover {
  background-color: transparent;
}

.p-access {
  max-width: 1400px;
  position: relative;
  background: #fff url(./../../access/images/bg-main.webp) center bottom no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .p-access {
    max-width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-access {
    padding-top: calc(125 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access {
    padding-top: calc(100 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access {
    padding-top: calc(80 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-access {
    padding-bottom: calc(112 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access {
    padding-bottom: calc(80 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access {
    padding-bottom: calc(80 / var(--parent-font-size) * 1rem);
  }
}
.p-access .inner {
  max-width: calc(1100 / 1400 * 100%);
  margin-inline: auto;
  color: #4a4a4a;
}
@media only screen and (min-width: 768px) {
  .p-access__about {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__about > .img {
    width: calc(564 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__about > .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__about > .img {
    margin-bottom: calc(50 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__about__info {
    width: calc(485 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__about__info {
    width: 100%;
  }
}
.p-access__about__info .st-logo {
  margin-bottom: calc(30 / var(--parent-font-size) * 1rem);
}
@media only screen and (max-width: 767px) {
  .p-access__about__info .st-logo {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__about__info .st-logo img {
    max-width: calc(174 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__about__info .st-logo img {
    max-width: calc(150 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__about__info .st-logo img {
    margin-inline: auto;
  }
}
.p-access__about__info table tr,
.p-access__about__info table th,
.p-access__about__info table td {
  border-color: #b7b7b7 !important;
}
.p-access__about__info table th {
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .p-access__about__info table th {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access__about__info table th {
    max-width: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .p-access__route {
    padding-top: calc(120 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access__route {
    padding-top: calc(100 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__route {
    padding-top: calc(80 / var(--parent-font-size) * 1rem);
  }
}
.p-access__route .c-route {
  margin-top: calc(40 / var(--parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .p-access__route .c-route {
    padding-top: calc(80 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access__route .c-route {
    padding-top: calc(40 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__route .c-route {
    padding-top: calc(20 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__route .c-route {
    margin-top: calc(60 / var(--parent-font-size) * 1rem);
  }
}
.p-access__route .c-route > .c-title {
  margin-bottom: calc(60 / var(--parent-font-size) * 1rem);
}
@media only screen and (max-width: 767px) {
  .p-access__route .c-route > .c-title {
    margin-bottom: calc(50 / var(--parent-font-size) * 1rem);
  }
}
.p-access__route .c-route > .c-title .c-title__jp {
  color: var(--color-title);
}
.p-access__route .c-route + .c-route {
  margin-top: calc(100 / var(--parent-font-size) * 1rem);
}
@media only screen and (max-width: 767px) {
  .p-access__route .c-route + .c-route {
    margin-top: calc(120 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-access__route .c-route + .c-route {
    padding-top: calc(80 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-access__route .c-route + .c-route {
    padding-top: calc(40 / var(--parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__route .c-route + .c-route {
    padding-top: calc(0 / var(--parent-font-size) * 1rem);
  }
}
.p-access__more {
  margin-top: calc(46 / var(--parent-font-size) * 1rem);
}
@media only screen and (min-width: 768px) {
  .p-access__more {
    display: flex;
    gap: calc(16 / var(--parent-font-size) * 1rem);
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .p-access__more .c-arrow-link {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__more .c-arrow-link {
    justify-content: flex-end;
  }
}

.p-sight {
  margin-left: auto;
  margin-right: 0;
  max-width: 1400px;
  background: #23201f;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1441px) {
  .p-sight {
    max-width: calc(1400 / 1440 * 100%);
  }
}
.p-sight::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(366 / var(--parent-font-size) * 1rem);
  aspect-ratio: 366/500;
  background: url(./../../sightseeing/images/pt_access.webp) top right no-repeat;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .p-sight::before {
    width: calc(200 / var(--parent-font-size) * 1rem);
  }
}
.p-sight .inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner {
    max-width: calc(906 / 1400 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner {
    padding: calc(127 / var(--parent-font-size) * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner {
    padding: calc(100 / var(--parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner {
    padding: calc(60 / var(--parent-font-size) * 1rem) 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight .img {
    width: calc(600 / 906 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .img {
    width: calc(530 / 906 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .p-sight .img {
    width: 59%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight__info {
    width: calc(250 / 906 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight__info {
    width: calc(330 / 906 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-sight__info {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .p-sight__info {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight__info {
    margin-top: calc(40 / var(--parent-font-size) * 1rem);
  }
}
.p-sight__info .txt {
  margin: 13px 0 7px;
}
.p-sight__info .c-arrow-btn {
  margin-left: auto;
}

.box_rou .wrp_rou + .wrp_rou {
  margin-top: 2em;
}
.box_rou .wrp_rou .sst {
  position: relative;
  padding: 0.8em 2em;
  background: var(--color-title);
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: calc(calc(12 * (100 / 12)) * 1%);
  position: relative;
}
.box_rou .wrp_rou .sst .o-icon--down {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  fill: #fff;
  transform-origin: center center;
}
.box_rou .wrp_rou .sst[aria-expanded="true"] .o-icon--down {
  transform: translateY(-50%) rotate(180deg);
}
.box_rou .wrp_rou ul {
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}
.box_rou .wrp_rou ul:after {
  content: "";
  position: absolute;
  left: calc(25 / var(--parent-font-size) * 1rem);
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #b7b7b7;
}
.box_rou .wrp_rou ul li {
  box-sizing: border-box;
  font-size: calc(calc(12 * (100 / 12)) * 1%);
}
.box_rou .wrp_rou ul li:nth-child(even) {
  text-align: center;
  padding: 0.8em 1em;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
}
.box_rou .wrp_rou ul li:nth-child(odd) {
  padding: 1.2em 1em;
  padding-left: calc(50 / var(--parent-font-size) * 1rem);
}
.box_rou .wrp_rou ul li:nth-child(odd) span {
  display: block;
  font-size: 90%;
}
.box_rou .wrp_rou ul li:last-child {
  background: #7d663b;
  padding: 1em 0.7em;
}
.box_rou .wrp_rou ul li:last-child img {
  max-width: calc(100 / var(--parent-font-size) * 1rem);
  vertical-align: middle;
  fill: #000;
}
