@charset "UTF-8";

/* -----------------------

1-DAY MISSION PLAN SP

-------------------------*/
.plan {
  background: #fbf9e5 url(../img/plan-bg.png);
  padding: 5rem 0;
}
.plan h2 {
  width: 33.5rem;
  margin: 0 auto;
}
.plan > p {
  font-size: 2.1rem;
  text-align: center;
  margin: 2.5rem auto;
}
  
.plan-detail {
  max-width: 146rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem 2.4rem;
  text-align: center;
}
.plan-item {
  width: calc(50% - 1.2rem);
}
.plan-item:nth-child(odd) {
  position: relative;
}
.plan-item:nth-child(odd)::after {
  content: "";
  display: flex;
  width: 1.6rem;
  height: 1.7rem;
  background: url(../img/plan-arrow-down01.svg) no-repeat center center;
  position: absolute;
  top: 8.3rem;
  right: -2.2rem;
}
.plan-item:nth-child(even) {
  padding-top: 3rem;
  position: relative;
}
.plan-item:nth-child(even)::after {
  content: "";
  display: flex;
  width: 1.6rem;
  height: 1.7rem;
  background: url(../img/plan-arrow-down02.svg) no-repeat center center;
  position: absolute;
  bottom: -1rem;
  left: -2.2rem;
}
.plan-item:nth-child(6)::after {
  display: none;
}
.plan-item .time {
  width: 8.6rem;
  background: #000811;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.6rem 0 0.5rem;
  border-radius: 2rem;
  margin: 0 auto 1rem;
}
.plan-item .event {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  color: var(--rd);
  font-weight: 700;
  line-height: 1;
  margin: 2rem 0 2.5rem;
}
.plan-item .event span {
  position: relative;
}
.plan-item .event span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background-image: repeating-linear-gradient(90deg, #f4011f, #f4011f 6px, transparent 6px, transparent 14px);
  position: absolute;
  bottom: -1.2rem;
  left: 0;
}
.plan-item .event + p {
  font-size: 1.4rem;
}



/*----------------------------------------------------
SP用 374以下- 
----------------------------------------------------*/
@media screen and (max-width:374px) {

  /* 1-DAY MISSION PLAN SP
  -------------------------*/
  .plan > p {
    font-size: 2rem;
  }


}



/*----------------------------------------------------
SP用 500- 
----------------------------------------------------*/
@media screen and (min-width:500px) {

  /* 1-DAY MISSION PLAN SP
  -------------------------*/
  .plan-item:nth-child(odd)::after,
  .plan-item:nth-child(even)::after {
    width: 2rem;
    height: 2.1rem;
  }

}



/*----------------------------------------------------
PC / タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  /* 1-DAY MISSION PLAN 750
  -------------------------*/
  .plan-item:nth-child(odd)::after,
  .plan-item:nth-child(even)::after {
    width: 3rem;
    height: 3.1rem;
  }
  .plan-item:nth-child(odd)::after {
    top: 25%;
  }
  .plan-item:nth-child(even)::after {
    bottom: 10%;
  }


}


/*----------------------------------------------------
PC / タブレット用 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* 1-DAY MISSION PLAN 1000
  -------------------------*/
  .plan {
    padding: 8rem 0;
  }
  .plan h2 {
    width: 42.5rem;
  }
  .plan > p {
    font-size: 2.4rem;
    margin: 3rem auto 5rem;
  }

  .plan-detail {
    padding: 0 3rem;
  }
  .plan-list {
    justify-content: flex-start;
    gap: normal;
  }
  .plan-item {
    width: 22%;
  }
  .plan-item:nth-child(-n+3) {
    margin-right: 11%;
  }
  .plan-item:nth-child(n+4) {
    margin: 5rem 0 0 11%;
  }
  .plan-item:nth-child(even) {
    padding-top: 0;
  }
  .plan-item:nth-child(-n+2)::after,
  .plan-item:nth-child(n+5)::after {
    display: block;
    width: 3rem;
    height: 3rem;
    background-image: url(../img/plan-arrow-left.svg);
    top: 35%;
    left: auto;
    right: -30%;
  }
  .plan-item:nth-child(n+5)::after {
    left: -30%;
    right: auto;
  }
  .plan-item:nth-child(3)::after {
    width: 7rem;
    height: 1rem;
    background-image: url(../img/plan-arrow-next01.svg);
    top: 37.8%;
    right: -50%;
  }
  .plan-item:nth-child(4)::after {
    width: 6.5rem;
    height: 3rem;
    background-image: url(../img/plan-arrow-next02.svg);
    top: 35%;
    left: -45%;
  }


}



/*----------------------------------------------------
PC / タブレット用 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  /* 1-DAY MISSION PLAN 1200
  -------------------------*/
  .plan {
    padding: 10rem 0;
  }
  .plan h2 {
    width: 67.5rem;
  }
  .plan > p {
    font-size: 3rem;
    margin: 3rem auto 8rem;
  }

  .plan-item:nth-child(-n+2)::after,
  .plan-item:nth-child(n+5)::after {
    display: block;
    width: 3.8rem;
    height: 3.4rem;
    background-image: url(../img/plan-arrow-left.svg);
  }
  .plan-item:nth-child(3)::after {
    width: 9.2rem;
    height: 0.7rem;
    background-image: url(../img/plan-arrow-next01.svg);
  }
  .plan-item:nth-child(4)::after {
    width: 8.9rem;
    height: 3.5rem;
    background-image: url(../img/plan-arrow-next02.svg);
  }

  .plan-item .time {
    width: 10rem;
    font-size: 2.1rem;
    border-radius: 3rem;
    margin: 0 auto 1.5rem;
  }
  .plan-item .event {
    font-size: 2.1rem;
    margin: 2.5rem 0 3rem;
  }
  .plan-item .event + p {
    font-size: 1.6rem;
  }


}



/*----------------------------------------------------
PC 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

  /* 1-DAY MISSION PLAN 1400
  -------------------------*/
  .plan-item:nth-child(n+4) {
    margin: 8rem 0 0 11%;
  }
  .plan-item .time {
    width: 12rem;
    font-size: 2.6rem;
    margin: 0 auto 1.8rem;
  }
  .plan-item .event {
    font-size: 3rem;
    margin: 3rem 0 3.5rem;
  }
  .plan-item .event span::after {
    height: 0.5rem;
  }
  .plan-item .event + p {
    font-size: 2rem;
  }


}



/*----------------------------------------------------
PC 1600- 
----------------------------------------------------*/
@media screen and (min-width:1600px) {
  
  /* 1-DAY MISSION PLAN 1600
  -------------------------*/
  .plan-item .event + p {
    font-size: 2.1rem;
  }


}


/*-------------------------

 FAQ & INFORMATION SP

-------------------------*/
.faq-info {
  background: var(--wbl);
  padding-top: 5rem;
}
.faq-info h2 {
  width: 33.5rem;
  margin: 0 auto;
}
.faq-info > p {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1;
  margin: 3rem auto;
}
.faq-info > p span {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 600;
}



/* 営業概要 OVERVIEW SP
-------------------------*/
.overview h3 {
  width: 22.5rem;
  margin: 0 auto 3rem;
}
.overview dl {
  max-width: 50rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 2.5rem auto 0;
}
.overview dt {
  background: #fff;
  font-size: 1.8rem;
  color: var(--dbl);
  font-weight: 700;
  padding: 0.7rem 0 0.6rem;
  margin-bottom: 0.7rem;
  border-radius: 1rem;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
}
.overview dd {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2.1rem 0 2rem;
  margin-bottom: 0.7rem;
  border-radius: 1rem;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
}
.overview dl:nth-child(1) dd {
  padding: 3rem 0;
}
.overview dd .timetable {
  display: flex;
}
.overview dd .timetable div {
  width: 50%;
}
.overview dd .timetable .weekday {
  position: relative;
}
.overview dd .timetable .weekday::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background-image: repeating-linear-gradient(0deg, #b0b0b0, #b0b0b0 12px, transparent 12px, transparent 24px);
  position: absolute;
  top: 0;
  left: -0.1rem;
}
.overview dd .timetable .holiday h4 > span {
  display: inline-block;
  color: var(--rd);
  line-height: 1;
  padding: 0.3rem 1.5rem 0.2rem;
  border: 0.2rem var(--rd) solid;
  margin: 0.5rem auto 1.5rem;
  border-radius: 2rem;
}
.overview dd .timetable .weekday h4 > span {
  display: inline-block;
  color: var(--bl);
  line-height: 1;
  padding: 0.3rem 1.5rem 0.2rem;
  border: 0.2rem var(--bl) solid;
  margin: 0.5rem auto 1.5rem;
  border-radius: 2rem;
}
.overview dd .timetable h4 span span {
  font-size: 1.8rem;
}
.overview dd .timetable ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 12.6rem;
  margin: 0 auto;
}
.overview dd .timetable li {
  width: 6rem;
  padding-top: 0.2rem;
  border: 0.1rem #ccc solid;
}
.overview dd p.note {
  font-size: 1.4rem;
  color: var(--rd);
  font-weight: 400;
  text-align: left;
  padding: 2rem 2.5rem 0;
}



/* 料金・ご利用案内 FARE SP
-------------------------*/
.fare {
  background: url(../img/info-bg.jpg) no-repeat center bottom;
  background-size: 180%;
  text-align: center;
  padding: 10rem 0 12rem;
  position: relative;
}
.fare::after {
  content: "";
  display: block;
  width: 100%;
  height: 7rem;
  background: url(../img/info-bg-en.png) no-repeat center bottom;
  background-size: 120%;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.fare h3 {
  width: 22.5rem;
  margin: 0 auto 2rem;
}
.fare picture img {
  width: 28rem;
}
.fare > p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 1.5rem 0 3rem;
}
.fare > p strong {
  color: var(--bl);
}

.fare-in .fare-table {
  max-width: 50rem;
  margin: 0 auto;
}
.fare-in .fare-table dl {
  position: relative;
}
.fare-in .fare-table dl.adult {
  margin-bottom: 3.3rem;
}
.fare-in .fare-table dt {
  display: inline-block;
  width: 18.4rem;
  height: 3.4rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  padding-top: 0.9rem;
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.fare-in .fare-table dl.adult dt {
  background: var(--bl);
}
.fare-in .fare-table dl.child dt {
  background: #33a733;
}
.fare-in .fare-table dt span {
  font-size: 1.6rem;
}
.fare-in .fare-table dt::before,
.fare-in .fare-table dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.fare-in .fare-table dl.adult dt::before,
.fare-in .fare-table dl.adult dt::after {
  border: 1.7rem var(--bl) solid;
}
.fare-in .fare-table dl.child dt::before,
.fare-in .fare-table dl.child dt::after {
  border: 1.7rem #33a733 solid;
}
.fare-in .fare-table dl.adult dt::before,
.fare-in .fare-table dl.child dt::before {
  border-left: 0.8rem transparent solid;
  border-right-width: 0;
  position: absolute;
  top: 0;
  left: -0.8rem;
}
.fare-in .fare-table dl.adult dt::after,
.fare-in .fare-table dl.child dt::after {
  border-right: 0.8rem transparent solid;
  border-left-width: 0;
  position: absolute;
  top: 0;
  right: -0.8rem;
}
.fare-in .fare-table dd {
  height: 13rem;
  font-size: 1.6rem;
  padding: 3rem 0 0 6rem;
  border-radius: 1rem;
  box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.25);
}
.fare-in .fare-table dl.adult dd {
  background: #fff url(../img/info-icon-adult.svg) no-repeat left bottom;
  background-size: 7rem;
}
.fare-in .fare-table dl.child dd {
  background: #fff url(../img/info-icon-child.svg) no-repeat left bottom;
  background-size: 7rem;
}
.fare-in .fare-table dd span {
  font-size: 4.4rem;
  font-weight: 700;
}
.fare-in .fare-table dl.adult dd span {
  color: var(--bl);
}
.fare-in .fare-table dl.child dd span {
  color: #33a733;
}

.fare-in .guidance {
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.fare-in .guidance dl {
  background: #fff;
  text-align: left;
  margin-bottom: 1rem;
  border-radius: 1rem;
  box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.25);
}
.fare-in .guidance dt {
  font-size: 2.1rem;
  color: var(--dbl);
  font-weight: 700;
  line-height: 1;
  padding: 3.7rem 0 3.2rem 9.7rem;
  position: relative;
}
.fare-in .guidance dl:nth-child(1) dt {
  background: url(../img/info-icon01.svg) no-repeat 3rem 2rem;
  background-size: 5.2rem; 
}
.fare-in .guidance dl:nth-child(2) dt {
  background: url(../img/info-icon02.svg) no-repeat 3rem 2rem;
  background-size: 5.2rem; 
}
.fare-in .guidance dl:nth-child(3) dt {
  background: url(../img/info-icon03.svg) no-repeat 3rem 2rem;
  background-size: 5.2rem; 
}
.fare-in .guidance dl:nth-child(4) dt {
  background: url(../img/info-icon04.svg) no-repeat 3rem 2rem;
  background-size: 5.2rem; 
}
.fare-in .guidance dl:nth-child(5) dt {
  background: url(../img/info-icon05.svg) no-repeat 3rem 2rem;
  background-size: 5.2rem; 
}

.fare-in .guidance dd {
  display: none;
  padding: 0 3rem 5rem;
}
.fare-in .guidance dd div {
  border-top: 0.4rem #bbddee dashed;
  padding-top: 2.4rem;
}
.fare-in .guidance dd div p {
  font-size: 1.6rem;
  font-weight: 700;
}
.fare-in .guidance dd div p span {
  display: block;
  font-weight: 500;
}
.fare-in .guidance dd div p.note {
  font-size: 1.4rem;
  font-weight: 500;
}

/* +（開く） SP -------------------- */
.fare-in .guidance dt::before,
.fare-in .guidance dt::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fare-in .guidance dt::before {
  width: 15px;
  height: 3px;
  right: 3.5rem;
}
.fare-in .guidance dt::after {
  width: 3px;
  height: 15px;
  right: 4.1rem;
  opacity: 1;
  transition: .3s;
}
.fare-in .guidance dt.active::after {
  opacity: 0;
}



/* よくある質問 SP
-------------------------*/
.faq {
  background: var(--wbl);
  padding: 5rem 0 4rem;
}
.faq h3 {
  width: 28rem;
  margin: 0 auto 4.5rem;
}

.faq-box {
  background: #fff;
  margin: 0 0 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* 質問 SP ----------------- */
.question {
  padding: 2.5rem 6.5rem 2.5rem 2rem;
  line-height: 1.6;
  cursor: pointer;
  background: #fff;
  font-size: 1.8rem;
  color: var(--bl);
  font-weight: 700;
  position: relative;
}
.question p {
  margin: 0 0 0 1rem;
  padding: 0 0 0 5rem;
  position: relative;
}
/* Q SP-------------------- */
.question p::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  background: #cce6f3;
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: -1rem;
}
.question p::after {
  content: "Q";
  color: var(--bl);
  font-size: 2.1rem;
  font-weight: bold;
  position: absolute;
  top: -0.3rem;
  left: 0.2rem;
}
/* +（開く） SP-------------------- */
.question::before, .question::after {
  content: "";
  display: block;
  background: var(--dbl);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.question::before {
  width: 15px;
  height: 3px;
  right: 1.5rem;
}
.question::after {
  width: 3px;
  height: 15px;
  right: 2.1rem;
  opacity: 1;
  transition: .3s;
}
.question.active::after {
  opacity: 0;
}

/* 回答 SP ----------------- */
.answer {
  display: none;
  padding: 3rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  background: var(--bl);
}
.answer .a-standard h4 span {
  display: block;
  background: #fff;
  color: var(--bl);
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin: 3.5rem 0 1.5rem;
}
.answer .a-standard h5 {
  border-bottom: 0.1rem #fff solid;
  margin: 3rem 0 1.5rem;
}
.answer .a-standard li {
  list-style-type: decimal;
  margin-left: 1.2em;
}

/* ボタン SP -------------*/
.qa-btn{
  padding: 2rem 0 0;
}
.qa-btn a{
  display: block;
  width: 32rem;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  border-radius: 0.5rem;
  border: 3px solid var(--red); 
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: var(--red) url(../img/icon-triangle-w.svg) no-repeat 94% center;
  background-size: 0.8rem;
  transition: 0.5s;
}
.qa-btn a:hover{
  color: var(--red);
  background: #fff url(../img/icon-triangle-red.svg) no-repeat 95% center;
  background-size: 0.8rem;
}



/*----------------------------------------------------
SP用 500- 
----------------------------------------------------*/
@media screen and (min-width:500px) {

  /* FAQ & INFORMATION SP
  -------------------------*/
  
  /* 料金・ご利用案内 FARE 500
  -------------------------*/
  .fare {
    background-size: 150%;
    padding: 10rem 0 12rem;
  }


}



/*----------------------------------------------------
PC / タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  /* FAQ & INFORMATION SP
  -------------------------*/

  /* 営業概要 OVERVIEW 750
  -------------------------*/
  .overview h3 {
    width: 22.5rem;
    margin: 0 auto 3rem;
  }
  .overview dl {
    max-width: none;
    display: flex;
    gap: 1rem;
    margin: 1.3rem auto 0;
  }
  .overview dt {
    width: 25%;
    padding-top: 1.9rem;
  }
  .overview dl:nth-child(1) dt {
    padding-top: 3rem;
  }
  .overview dd {
    width: calc(75% - 1rem);
  }
  .overview dd .timetable ul {
    width: 19.2rem;
  }
  



  /* 料金・ご利用案内 FARE 750
  -------------------------*/
  .fare {
    background-size: auto;
    padding: 10rem 0 29rem;
    position: relative;
  }
  .fare-title {
    position: relative;
  }
  .fare-title h3 {
    width: 22.5rem;
    margin: 0 auto;
  }
  .fare-title picture {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-35rem);
  }
  @media screen and (min-width:800px) {
    .fare-title picture {
      transform: translateX(-37rem);
    }
  }
  @media screen and (min-width:900px) {
    .fare-title picture {
      transform: translateX(-40rem);
    }
  }
  .fare-title picture img {
    width: 17rem;
  }
  .fare > p {
    font-size: 2rem;
    margin: 3.5rem 0 5rem;
  }
  .fare > p strong {
    font-size: 2.4rem;
  }

  .fare-in .fare-table {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .fare-in .fare-table dl {
    width: 49%;
  }
  .fare-in .fare-table dl.adult {
    margin-bottom: 0;
  }
  .fare-in .fare-table dl.adult dd,
  .fare-in .fare-table dl.child dd {
    background-position: 3% bottom;
  }

  .fare-in .guidance {
    max-width: none;
    padding-top: 3rem;
  }
  .fare-in .guidance dl {
    display: flex;
    margin-bottom: 2rem;
    border-radius: 2rem;
  }
  .fare-in .guidance dt {
    width: 35%;
    align-content: center;
    padding: 0 0 0 10rem;
    position: static;
  }
  .fare-in .guidance dl:nth-child(1) dt,
  .fare-in .guidance dl:nth-child(2) dt,
  .fare-in .guidance dl:nth-child(3) dt,
  .fare-in .guidance dl:nth-child(4) dt,
  .fare-in .guidance dl:nth-child(5) dt {
    background-position: 3rem center;
  }

  .fare-in .guidance dd {
    display: block;
    width: 65%;
    padding: 1.7rem 0;
    border-radius: 2rem;
  }
  .fare-in .guidance dd div {
    border-top: none;
    border-left: 0.4rem #bbddee dashed;
    padding: 2rem 3rem;
  }
  .fare-in .guidance dl:nth-child(2) dd div p span {
    display: inline;
    margin-left: 0.5rem;
  }

  /* +（開く） 750 -------------------- */
  .fare-in .guidance dt::before,
  .fare-in .guidance dt::after {
    display: none;
  }



  /* よくある質問 Q&A 750
  -------------------------*/
  .faq h3 {
    margin: 0 auto 5.5rem;
  }

  /* 質問 750 ----------------- */
  .question {
    padding: 3rem 7rem 3rem 5rem;
    font-size: 2.1rem;
  }
  .question p {
    margin: 0;
    padding: 0.6rem 2rem 0 5.5rem;
  }
  .question::before {
    width: 15px;
    height: 3px;
    right: 5rem;
  }
  .question::after {
    width: 3px;
    height: 15px;
    right: 5.6rem;
    opacity: 1;
    transition: .3s;
  }

  /* Q 750 ------------ */
  .question p::before {
    width: 4.6rem;
    height: 4.6rem;
    top: -0.2rem;
    left: -0.5rem;
  }
  .question p::after {
    font-size: 2.1rem;
    top: 0.5rem;
    left: 0.9rem;
  }

  /* 回答 750 ----------------- */
  .answer {
    padding: 3rem 5rem;
    font-size: 1.8rem;
  }
  .answer .a-standard {
    font-size: 1.6rem;
  }
  .answer .a-standard h4 span {
    display: inline-block;
    padding: 1rem 2.5rem 0.7rem 2.2rem;
    border-radius: 3rem;
  }

  /* ボタン 750 -------------*/
  .qa-btn a{
    width: 34rem;
    margin: 0 0 0 auto;
    padding: 1rem 0;
    border: 3px solid var(--red);
    font-size: 1.8rem;
    background: var(--red) url(../img/icon-triangle-w.svg) no-repeat 96% center;
    background-size: 0.8rem;
  }
  .qa-btn a:hover{
    color: var(--red);
    background: #fff url(../img/icon-triangle-red.svg) no-repeat 97% center;
    background-size: 0.8rem;
  }


}



/*----------------------------------------------------
PC 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {
  
  /* FAQ & INFORMATION 1000
  -------------------------*/
  .faq-info {
    padding-top: 8rem;
  }
  .faq-info h2 {
    width: 42.5rem;
  }


  /* 営業概要 OVERVIEW 1000
  -------------------------*/
  .overview h3 {
    width: 27.8rem;
    margin: 0 auto 4.5rem;
  }
  .overview-in {
    padding: 0 3rem;
  }


   /* 料金・ご利用案内 FARE 1000
  -------------------------*/
  .fare-title h3 {
    width: 28.5rem;
  }
  .fare-title picture {
    transform: translateX(-45rem);
  }
  .fare-title picture img {
    width: 20rem;
  }
  .fare > p {
    font-size: 2rem;
    margin: 3.5rem 0 8rem;
  }

  .fare-in {
    padding: 0 3rem;
  }
  .fare-in .fare-table dt {
    width: 25.6rem;
    height: 4.6rem;
    font-size: 2.4rem;
    padding-top: 0.9rem;
    top: -1.8rem;
  }
  .fare-in .fare-table dt span {
    font-size: 2.1rem;
  }
  .fare-in .fare-table dl.adult dt::before,
  .fare-in .fare-table dl.adult dt::after {
    border: 2.3rem var(--bl) solid;
  }
  .fare-in .fare-table dl.child dt::before,
  .fare-in .fare-table dl.child dt::after {
    border: 2.3rem #33a733 solid;
  }
  .fare-in .fare-table dl.adult dt::before,
  .fare-in .fare-table dl.child dt::before {
    border-left: 1.1rem transparent solid;
    border-right-width: 0;
    position: absolute;
    top: 0;
    left: -1.1rem;
  }
  .fare-in .fare-table dl.adult dt::after,
  .fare-in .fare-table dl.child dt::after {
    border-right: 1.1rem transparent solid;
    border-left-width: 0;
    position: absolute;
    top: 0;
    right: -1.1rem;
  }
  .fare-in .fare-table dd {
    height: 18rem;
    font-size: 2rem;
    padding: 4rem 0 0 13rem;
  }
  .fare-in .fare-table dl.adult dd,
  .fare-in .fare-table dl.child dd {
    background-position: 5% bottom;
    background-size: 11.5rem;
  }
  .fare-in .fare-table dd span {
    font-size: 6.4rem;
  }


  /* よくある質問 1000
  -------------------------*/
  .faq h3 {
    margin: 0 auto 8rem;
  }
  .qa-in.inner124 {
    max-width: 130rem;
    padding: 0 3rem;
  }


}



/*----------------------------------------------------
PC 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  /* FAQ & INFORMATION 1200
  -------------------------*/
  .faq-info {
    padding-top: 10rem;
  }
  .faq-info h2 {
    width: 67.5rem;
  }
  .faq-info > p {
    font-size: 3rem;
    margin: 3rem auto 4.8rem;
  }
  .faq-info > p span {
    font-size: 3.2rem;
  }


  /* 営業概要 OVERVIEW 1200
  -------------------------*/
  .overview h3 {
    width: 27.8rem;
    margin: 0 auto 5rem;
  }
  .overview dt {
    font-size: 2.4rem;
    padding: 4.8rem 0 4.5rem;
  }
  .overview dd {
    font-size: 2.1rem;
    padding: 4.8rem 0 4.5rem;
  }
  .overview dl:nth-child(1) dd {
    padding: 6rem 0 4.5rem;
  }
  .overview dl:nth-child(2) dd {
    text-align: left;
    padding-left: 6rem;
  }
  .overview dd .timetable .holiday h4 > span {
    font-size: 2rem;
    padding: 1rem 3rem 0.8rem;
    margin: 2rem auto 3.5rem;
    border-radius: 3rem;
  }
  .overview dd .timetable .weekday h4 > span {
    font-size: 2rem;
    padding: 1rem 3rem 0.8rem;
    margin: 2rem auto 3.5rem;
    border-radius: 3rem;
  }
  .overview dd .timetable h4 span span {
    font-size: 2.4rem;
  }
  .overview dd .timetable ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 0.7rem;
    width: 31.4rem;
  }
  .overview dd .timetable li {
    width: 10rem;
  }
  .overview dd p.note {
    font-size: 1.8rem;
    color: var(--rd);
    font-weight: 400;
    text-align: left;
    padding: 5rem 6rem 0;
  }


   /* 料金・ご利用案内 FARE 1200
  -------------------------*/
  .fare h3 {
    width: 30.5rem;
  }
  .fare-title picture {
    top: -1rem;
    transform: translateX(-50rem);
  }
  .fare-title picture img {
    width: 23rem;
  }
  .fare > p {
    font-size: 2.4rem;
    margin: 6.5rem 0 8rem;
  }
  .fare > p strong {
    font-size: 2.8rem;
  }

  .fare-in .guidance dt {
    font-size: 2.4rem;
    padding: 0 0 0 20rem;
  }
  .fare-in .guidance dl:nth-child(1) dt,
  .fare-in .guidance dl:nth-child(2) dt,
  .fare-in .guidance dl:nth-child(3) dt,
  .fare-in .guidance dl:nth-child(4) dt,
  .fare-in .guidance dl:nth-child(5) dt {
    background-position: 7rem center;
    background-size: 8.4rem;
  }

  .fare-in .guidance dd div {
    padding: 2rem 5rem;
  }
  .fare-in .guidance dd div p {
    font-size: 2rem;
  }
  .fare-in .guidance dd div p span {
    font-size: 1.8rem;
  }
  .fare-in .guidance dd div p.note {
    font-size: 1.8rem;
  }


  /* よくある質問 1200
  -------------------------*/
  .qa-in.inner124 {
    max-width: 130rem;
    padding: 0 3rem;
  }
  
  /* 質問 1200 ----------------- */
  .question p {
    padding: 0.6rem 2rem 0 8.5rem;
  }
  .question::before {
    right: 7rem;
  }
  .question::after {
    right: 7.6rem;
  }

  /* Q 1200 ------------ */
  .question p::before {
    left: 2rem;
  }
  .question p::after {
    left: 3.5rem;
  }

  /* 回答 1200 ----------------- */
  .answer {
    padding: 3rem 7rem;
  }


}



/*----------------------------------------------------
PC 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

  /* FAQ & INFORMATION 1400
  -------------------------*/

   /* 料金・ご利用案内 FARE 1400
  -------------------------*/
  .fare-title picture {
    transform: translateX(-52rem);
  }
  .fare-title picture img {
    width: 25rem;
  }
  .fare > p {
    margin: 7.5rem 0 8rem;
  }


}


/* -------------------------

VOICE SP

-------------------------*/
.voice {
  padding: 5rem 0;
}
.voice h2 {
  width: 33.5rem;
  margin: 0 auto;
}
.voice > p {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1;
  margin: 3rem auto;
}

/*----------------------------------------------------
PC 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* VOICE 1000
  -------------------------*/
  .voice {
    padding-top: 8rem;
  }
  .voice h2 {
    width: 42.5rem;
  }

}

/*----------------------------------------------------
PC 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

  /* VOICE 1200
  -------------------------*/
  .voice {
    padding-top: 10rem;
  }
  .voice h2 {
    width: 67.5rem;
  }
  .voice > p {
    font-size: 3rem;
    margin: 3rem auto 5rem;
  }


}