@charset "UTF-8";

/* --------------------------------
   HERO
 -------------------------------- */
.p-topHero__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  padding: 40px;
  width: 100%;
}

.p-topHero__text h1 {
  font-size: clamp(4rem, 6rem, 6vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: keep-all;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 769px) {
body.translatepress-en_US .p-topHero__text h1,
body.translatepress-zh_TW .p-topHero__text h1 {
  font-size: clamp(2.6rem, 4rem, 4vw);
}
}

.p-topHero__text h1 span {
  font-size: clamp(1rem, 2.5rem, 2.5vw);
  display: block;
}


.p-topHero__text h1 span::before {
  content: "＼";
}

.p-topHero__text h1 span::after {
  content: "／";
}

.p-topHero__text p {
  font-size: 1.2em;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .p-topHero__text h1 {
    font-size: 2.3rem;
  }

  .p-topHero__text h1 span {
    font-size: 1rem;
  }

  .p-topHero__text p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px) {
  .p-topHero__text {
    padding: 20px;
  }

  .p-topHero__text h1 {
    font-size: 1.7rem;
  }
}

/* --------------------------------
   good access
 -------------------------------- */

.p-accessHeading img {
  display: block;
  width: 100%;
  height: auto;
}

.p-access__rootImage img {
  display: block;
  width: 100%;
  height: auto;
}
.p-access__goodBlock {
  margin-top: 60px;
}

.-bgStriped__pink {
  background: url(../img/access/bg_pink.png) repeat-y;
}

.-bgStriped__green {
  background: url(../img/access/bg_lightblue.png) repeat-y;
}

.-bgStriped__yellow {
  background: url(../img/access/bg_yellow.png) repeat-y;
}

.p-access__goodBlock {
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
	flex-wrap:wrap;
  gap: 40px;
}

.p-access__goodBlock__text {
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}

.p-access__goodBlock__text img {
  max-width: 300px;
}

.p-access__title {
  font-size: 1.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.p-access__title i img {
  width: auto;
  height: 35px;
}

.p-access__title02 {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 40px;
  background-color: #4fbbb9;
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 600;
}

.p-access__title02.-gray {
  background: #727171;
}

.p-access__titleSquare {
  display: inline-block;
  padding: 0.4em 0.8em;
  font-weight: 700;
  color: var(--color-white);
  background: #e0969c;
  border-radius: 0.2em;
}

.p-access__titleSquare.-green {
  background: #4fbbb9;
}

.p-access__titleSquare.-gray {
  background: #595757;
}

.p-access__readText {
  font-weight: 700;
  line-height: 1.6;
}

.p-access__plainText {
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-access__plainText + .c-btn--medium {
  font-size: 1em;
}

.p-parking__btn p{
  margin-top: 10px;
  text-align: center;
  font-size: 0.875rem;
}


.p-access__dl01 {
  font-size: 1em;
}
.p-access__dl01 dt .c-small {
  margin-left: 1em;
}
.p-access__dl02 {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-access__dl02 div {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}

.p-access__dl02 div dt {
  font-weight: 400;
  width: 100px;
}

.p-access__dl02 div dd {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  flex: 1;
}

.p-access__priceBlock {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px 0;
}

.p-access__priceBlock div {
  width: 100%;
  display: flex;
  gap: 0 20px;
}

.p-access__priceBlock dt {
  width: 60%;
  font-weight: 600;
}

.p-access__priceBlock dd {
  width: calc(40% - 20px);
  font-weight: 600;
}

.p-access__goodBlock__image {
  width: 460px;
  display: block;
}

.p-access__goodBlock__image img {
  width: 100%;
  height: auto;
}

.p-access__goodBlock__ggmap {
  width: 100%;
  display: block;
}

.p-access__goodBlock__ggmap iframe {
   width: 100%;
   height: calc(400vw / 7.68);
   max-height: 400px;
}

@media screen and (max-width: 480px) {
  .p-accessHeading {
    height: 21.5vw;
    min-height: 80px;
  }

  .p-accessHeading img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .p-access__goodBlock {
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
  }

  .p-access__goodBlock__text {
    width: 100%;
  }

  .p-access__goodBlock__image {
    width: 100%;
  }

  .p-access__goodBlock__text img {
    width: 80%;
  }

  .p-access__title {
    font-size: 1.25rem;
  }

  .p-access__title i img {
    width: auto;
    height: 25px;
  }

  .p-access__readText {
    font-size: 0.875rem;
  }

  .p-access__titleSquare {
    font-size: 0.875rem;
  }

  .p-access__dl01,
  .p-access__dl02 {
    font-size: 0.875rem;
  }

  .p-access__priceBlock {
    font-size: 0.875rem;
  }

  .p-access__plainText {
    font-size: 0.75rem;
  }

  .p-access__dl02 div dt {
    width: 80px;
  }

  .p-access__dl02 div dd {
    width: calc(100% - 100px);
  }
}

/* --------------------------------
   bus tours
 -------------------------------- */

.p-access__content02 {
  padding-top: 15px;
}

.p-tours__block {
  padding: 40px;
  margin-top: 20px;
}

.p-tours__blockGrid {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 40px;
}

.p-tours__block_text {
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}

.p-tours__block__link {
  width: 460px;
  display: block;
  position: relative;
}

.p-tours__block__link img {
  width: 100%;
  height: auto;
}

.p-tours__block__link .text {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 44.1%;
  max-width: 202px;
  aspect-ratio: 1 / 1;
  text-align: center;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.p-tours__block__link .text p {
  font-size: clamp(0.7rem, 1rem, 1.4vw);
  font-weight: 600;
}

.p-tours__block__link .text.-black {
  color: #595757;
}

.p-tours__block__link .text span {
  font-size: 1.5em;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.p-access__tagList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.p-tours__blockGrid + .p-tours__blockGrid {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .p-tours__blockGrid {
    flex-direction: column-reverse;
  }
  .p-tours__block__link {
    width: 100%;
  }
  .p-tours__block_text {
    width: 100%;
  }

  .p-tours__block__link .text p {
    font-size: 2.5vw;
  }

  .p-tours__block__link .text {
    max-width: 44.1%;
  }
}

@media screen and (max-width: 480px) {
  .p-accessCategory__title {
    font-size: 1.1em;
  }

  .p-tours__block {
    padding: 20px;
    margin-top: 10px;
  }
}

/* --------------------------------
   good parking
 -------------------------------- */

.p-access__content03 {
  padding-top: 15px;
}

.p-parking__block {
  padding-block: 40px 60px;
  margin-top: 20px;
}

.p-parking__blockInner {
  max-width: 700px;
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.p-parking__blockInner.-wide {
  max-width: 100%;
}

.p-parking__blockInner + .p-parking__blockInner {
  margin-top: 60px;
}

.p-parking__figure {
  display: block;
}

.p-parking__figure img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-inline: auto;
}

.p-parking__blockInner h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

.p-parking__dl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-parking__dl div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.p-parking__dl dt {
  font-weight: 400;
  width: 100px;
  padding-right: 1em;
  position: relative;
}

.p-parking__dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

.p-parking__dl dd {
  width: calc(100% - 150px);
}

.p-parking__dl .p-parking__dlIndent{
  display: block;
  text-indent: -10em;
  padding-left: 10em;
}

.p-parking__noteText{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-parking__blockInner .c-btn--medium {
  margin-inline: auto;
  min-width: 300px;
  text-align: center;
}

.p-parking__blockInner .p-access__title02 {
  margin-bottom: 0;
}

.p-parking__flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-parking__flow h5 {
  background-color: #4fbbb9;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: 15px;
  margin-bottom: 20px;
}

.p-parking__flow figure img {
  width: auto;
  height: 100px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.p-parking__flow figcaption {
  font-size: 1rem;
  line-height: 1.8;
}

.p-recommend__checkBlock {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  gap: 40px;
  background-color: #d3e061;
  margin-top: 40px;
  position: relative;
}

.p-recommend__checkBlock .p-tours__block_text {
  padding: 40px 40px 40px 0;
  position: relative;
}

.p-recommend__checkBlock .p-tours__block_text::after {
  content: "";
  width: 70px;
  height: 40px;
  top: 10px;
  right: 10px;
  position: absolute;
  background: url(../img/access/onisuke_2.png) no-repeat center center / cover;
}

@media screen and (max-width: 556px) {
.p-recommend__checkBlock .p-tours__block_text::after{
  top: -18px;
}
}



.p-recommend__checkImage {
  width: 460px;
  display: block;
  position: relative;
}

.p-recommend__checkImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  inset: 0;
  background: #d3e061;
  clip-path: polygon(calc(100% - 1%) 0%, 100% 0%, 100% 100%, calc(100% - 38%) 100%);
  z-index: 0;
}

.p-recommend__checkImage::before {
  content: "";
  background: url(../img/access/onisuke_logo.png) no-repeat right bottom / cover;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 3;
  aspect-ratio: 0.662 / 1;
  width: 15%;
  max-width: 80px;
  z-index: 1;
}

.p-recommend__checkImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

@media screen and (max-width: 768px) {
  .p-recommend__checkBlock {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p-recommend__checkImage {
    width: 100%;
  }

  .p-recommend__checkImage::before {
    right: 5%;
    bottom: 5%;
  }

  .p-recommend__checkBlock .p-tours__block_text {
    width: 100%;
    padding: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-parking__block {
    padding-block: 20px 20px;
    margin-top: 10px;
  }

  .p-access__title02 {
    font-size: 1.25rem;
  }

  .p-parking__blockInner h4 {
    font-size: 1.15rem;
  }

  .p-parking__blockInner {
    padding-inline: 20px;
  }

  .p-parking__dl {
    font-size: 0.875rem;
  }

  .p-parking__dl dt {
    width: 90px;
  }

  .p-parking__dl dd {
    width: calc(100% - 90px);
  }

  .p-parking__dl .p-parking__dlIndent{
    text-indent: 0;
    padding-left: 0;
  }

  .p-parking__noteText{
    font-size: 0.75rem;
  }

  .p-parking__flow h5 {
    font-size: min(1.1em, 3.5vw);
    padding: 10px;
  }

  .p-parking__flow figcaption {
    font-size: 0.875rem;
  }

  .p-parking__flow figure img {
    max-height: 80px;
    width: 100%;
    object-fit: contain;
  }

  .p-recommend__checkBlock .p-tours__block_text {
    padding: 20px;
  }

  .p-parking__btn p{
    font-size: 0.75rem;
  }
}

/* --------------------------------
   shuttle bus
 -------------------------------- */

.p-shuttle__block {
  padding: 40px;
  margin-top: 20px;
}

.p-shuttle__heading {
  text-align: center;
  background: url(../img/access/ttl_root_bg.png) no-repeat center top / 90%;
  padding-top: 3vw;
  margin-bottom: 40px;
}

.p-shuttle__title01 {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.p-shuttle___readText {
  font-weight: 700;
  line-height: 1.6;
}

.p-shuttle__blockGrid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 40px;
}

.p-shuttle__blockGrid + .p-shuttle__blockGrid {
  margin-top: 40px;
}

.p-shuttle__block__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}

.p-shuttle__block__left figure img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.p-shuttle__title02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}

.p-shuttle__title02 .icon {
  background: #d9de00;
  width: 120px;
  height: 120px;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  aspect-ratio: 1 / 1;
}

.p-shuttle__title02 .icon.en{
    line-height: 1;
}

.p-shuttle__title02 .icon span {
  font-size: 1.4em;
}

.p-shuttle__title02 .icon.en span {
  font-size: 1em;
}

.p-shuttle__title02 .root {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-shuttle__title02 .period {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
  font-family: 400;
}

.p-shuttle__title02 .period span {
  background: var(--color-brown);
  color: var(--color-white);
  border-radius: 20px;
  padding: 5px 10px;
  font-weight: 500;
  margin-right: 10px;
  font-size: 0.8rem;
}

.p-shuttle__block__right img {
  width: 100%;
  height: auto;
}

.p-shuttle__rootBlock {
  display: grid;
  grid-template-columns: calc(50% - 10px) 1fr;
  gap: 10px;
  margin-top: 60px;
}

.p-shuttle__rootBlock .return {
  border-left: dashed 2px #666;
  padding-left: 10px;
}
.p-shuttle__rootBlock .going,
.p-shuttle__rootBlock .return {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-shuttle__rootBlock .going dt,
.p-shuttle__rootBlock .return dt {
  border-radius: 20px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px;
  color: var(--color-white);
}

.p-shuttle__rootBlock .root-ol {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}

.p-shuttle__rootBlock .going dt,
.p-shuttle__rootBlock .going .root-ol > li:first-child,
.p-shuttle__rootBlock .going .root-ol > li:last-child,
.p-shuttle__rootBlock .going .root-ol > li:nth-of-type(2) .time {
  background: var(--color-green);
}

.p-shuttle__rootBlock .return dt,
.p-shuttle__rootBlock .return .root-ol > li:first-child,
.p-shuttle__rootBlock .return .root-ol > li:last-child,
.p-shuttle__rootBlock .return .root-ol > li:nth-of-type(2) .time {
  background: #e0969c;
}

.p-shuttle__rootBlock .root-ol > li:first-child,
.p-shuttle__rootBlock .root-ol > li:last-child {
  color: var(--color-white);
  border-radius: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p-shuttle__rootBlock .root-ol > li:first-child .time,
.p-shuttle__rootBlock .root-ol > li:last-child .time {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
}

.p-shuttle__rootBlock .root-ol > li:first-child .time span,
.p-shuttle__rootBlock .root-ol > li:last-child .time span {
  background: var(--color-white);
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 1rem;
}

.p-shuttle__rootBlock .going .root-ol > li:first-child .time span,
.p-shuttle__rootBlock .going .root-ol > li:last-child .time span {
  color: var(--color-green);
}

.p-shuttle__rootBlock .return .root-ol > li:first-child .time span,
.p-shuttle__rootBlock .return .root-ol > li:last-child .time span {
  color: #e0969c;
}

.p-shuttle__rootBlock .root-ol > li:first-child .medium,
.p-shuttle__rootBlock .root-ol > li:last-child .medium {
  font-size: 0.8rem;
}

.p-shuttle__rootBlock .root-ol > li:first-child .small,
.p-shuttle__rootBlock .root-ol > li:last-child .small {
  font-size: 0.6rem;
  margin-top: 10px;
}

.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) .bus {
  width: 40px;
  height: 40px;
}

.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) .time {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
}

.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) .time span {
  font-size: 1.3rem;
}

.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) ol {
  width: 100%;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) ol li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.p-shuttle__rootBlock .root-ol > li:nth-of-type(2) ol li span + span {
  margin-left: auto;
}

.p-shuttle__rootBlock .root-ol + .small {
  margin-top: 20px;
  font-size: 0.8rem;
  display: block;
}

.p-shuttle__attention {
  margin-top: 60px;
  border-top: 1px dotted #000;
  padding-top: 40px;
}

.p-shuttle__attention h4 {
  font-weight: 600;
}

.p-shuttle__attention .p-priceNote__list {
  padding-left: 1em;
}

.p-shuttle__attention .p-priceNote__item {
  list-style-type: disc;
}

.p-shuttle__block__left .c-btn--medium {
  font-size: 0.9em;
  padding: 1em 1.6em;
}

.p-shuttle__attention + .c-btn--medium {
  margin-inline: auto;
  margin-top: 40px;
  min-width: 300px;
  text-align: center;
}

.p-shuttle__block__left figure {
  width: 100%;
}

.p-shuttle__block__right img:first-child {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .p-shuttle__blockGrid {
    grid-template-columns: 1fr;
  }
  .p-shuttle__heading {
    background-size: 100%;
  }

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

  .p-shuttle__block__left figure {
    width: 80%;
  }

  .p-shuttle__block__right img:first-child {
    max-width: 460px;
    width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-shuttle__title01 {
    font-size: 1.4rem;
    padding-top: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .p-shuttle__block {
    padding: 30px 10px;
    margin-top: 10px;
  }

  .p-shuttle__rootBlock .going,
  .p-shuttle__rootBlock .return {
    gap: 10px;
  }

  .p-shuttle__rootBlock .going dt,
  .p-shuttle__rootBlock .return dt {
    border-radius: 15px;
    padding: 5px 10px;
  }

  .p-shuttle__rootBlock .root-ol > li:first-child,
  .p-shuttle__rootBlock .root-ol > li:last-child {
    border-radius: 15px;
    padding: 10px;
  }

  .p-shuttle__rootBlock .root-ol > li:first-child .time,
  .p-shuttle__rootBlock .root-ol > li:last-child .time {
    font-size: 1rem;
    margin-top: 10px;
  }

  .p-shuttle__rootBlock .root-ol > li:first-child .time span,
  .p-shuttle__rootBlock .root-ol > li:last-child .time span {
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 0.8rem;
  }
}
