@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F5F6F6;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.p-page-prcommon .main-body {
  padding: 40px 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .main-body {
    padding: 35px 0px 0px;
    border-radius: 12px;
  }
}
.p-page-prcommon .main-body .main-head {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .main-body .main-head {
    padding: 0 20px;
  }
}
.p-page-prcommon .main-body .main-head h1 {
  margin: 0;
  margin-bottom: 15px;
}
.p-page-prcommon .main-body .main-head p {
  margin: 0;
}
.p-page-prcommon .tab-box {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
          box-shadow: 4px 4px 20px 0px rgba(53, 105, 71, 0.1019607843);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .tab-box {
    margin: 28px calc(50% - 50vw) 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-page-prcommon .tab-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-page-prcommon .tab-box__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #F5F6F6;
  height: 53px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .tab-box__list li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-page-prcommon .tab-box__list li::before {
  display: none;
}
.p-page-prcommon .tab-box__list li::after {
  content: "";
  background-color: rgba(49, 65, 62, 0.4);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-prcommon .tab-box__list li a {
  font-size: 17px;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #31413E;
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 4px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .tab-box__list li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-page-prcommon .tab-box__list li.is-active {
  background-color: #fff;
  cursor: text;
}
.p-page-prcommon .tab-box__list li.is-active a {
  color: #009A78;
  opacity: 1;
  pointer-events: none;
}
.p-page-prcommon .tab-box__list li.is-active::before {
  content: none;
}
.p-page-prcommon .tab-box__list li.is-active + li::before {
  content: none;
}
.p-page-prcommon .tab-box__list li.is-active::after {
  background-color: #009A78;
}
.p-page-prcommon .tab-box__content {
  padding: 28px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .tab-box__content {
    padding: 22px 20px 55px;
  }
}
.p-page-prcommon .tab-box__item {
  display: none;
}
.p-page-prcommon .tab-box__item.is-active {
  display: block;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.p-page-prcommon .search-box {
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-page-prcommon .search-box__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 4px;
}
.p-page-prcommon .search-box__icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
}
.p-page-prcommon .search-box__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-page-prcommon .search-box__input-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input-item {
    width: 100%;
  }
}
.p-page-prcommon .search-box__input-item input {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #F0F1F1;
  width: 360px;
  height: 56px;
  border-radius: 8px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0 10px 0 42px;
  border: none;
  text-align: left;
  -webkit-text-fill-color: #31413E;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input-item input {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 0 18px;
  }
}
.p-page-prcommon .search-box__input-item input:focus-visible {
  outline: 1px solid #000;
}
.p-page-prcommon .search-box__input-item .timetable-input {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input-item .timetable-input {
    width: 100%;
  }
}
.p-page-prcommon .search-box__input-item::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  left: 16px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input-item::before {
    content: none;
  }
}
.p-page-prcommon .search-box__input-item--location::before {
  width: 16px;
  height: 16px;
  background-image: url(../../../img/common/icon_location-gray.svg);
}
.p-page-prcommon .search-box__input-item--spot::before {
  width: 16px;
  height: 20px;
  background-image: url(../../../img/common/icon_pin-green.svg);
}
.p-page-prcommon .search-box__input-swap {
  margin-right: -12px;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input-swap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-page-prcommon .search-box__input-swap::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../../../img/top/icon_swap.svg);
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__input-swap::before {
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-page-prcommon .search-box__button {
  margin-top: 30px;
  position: relative;
}
.p-page-prcommon .search-box__button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__button-content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-page-prcommon .search-box__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  height: 64px;
  border-radius: 50px;
  background-color: #31413E;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__button button {
    height: 48px;
  }
}
.p-page-prcommon .search-box__button-submit button {
  font-size: 16px;
  font-size: 1rem;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__button-submit button {
    max-width: 100%;
  }
}
.p-page-prcommon .search-box__button-note {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__button-note {
    position: relative;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-page-prcommon .search-box__button-note {
    position: absolute;
  }
}
.p-page-prcommon .search-box__button-note button {
  font-size: 14px;
  font-size: 0.875rem;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-page-prcommon .search-box__button-note button {
    max-width: 30.8vw;
  }
}
.p-page-prcommon .search-box__button-note button::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../../../img/top/icon_note-red.svg);
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.p-page-prcommon .search-menu__tab {
  margin: 0 auto;
}
.p-page-prcommon .search-menu__head-title {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-page-prcommon .search-menu__tab li {
  margin: 0;
  padding: 0;
}
.p-page-prcommon .search-menu__tab li::before {
  display: none;
}
.p-page-prcommon .suggestion__list {
  margin: 0;
}
.p-page-prcommon .suggestion__list li {
  margin: 0;
  padding: 0;
}
.p-page-prcommon .suggestion__list li::before {
  display: none;
}