@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-address
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-address {
  position: relative;
  padding-block: clamp(40px, 5.2083333333vw, 80px) clamp(30px, 4.5572916667vw, 70px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-address {
    padding-block: 50px;
  }
}
.sec-address__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 5.2083333333vw, 80px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-address__body {
    display: block;
    gap: inherit;
  }
}
.sec-address__item {
  width: 46%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-address__item {
    width: auto;
  }
  .sec-address__item:nth-child(2) {
    margin-top: 40px;
  }
}
.sec-address__add {
  margin-top: 20px;
  font-size: clamp(15px, 1.1067708333vw, 17px);
}
.sec-address__map {
  margin-top: 12px;
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  text-box: trim-both cap alphabetic;
}
.sec-address__map a {
  text-decoration: underline;
}
.mode-pc .sec-address__map a:hover, .mode-sp .sec-address__map a:active {
  text-decoration: none;
}

/*--------------------------------------------------------------------------
  sec-map
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-map {
  position: relative;
  padding-block: clamp(40px, 3.90625vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-map {
    padding-block: 50px;
  }
}
.sec-map img {
  width: 100%;
  height: auto;
}
.sec-map__item {
  position: relative;
  z-index: 0;
}
.sec-map__item-hdg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 160px;
  padding: 5px 10px;
  background: #7C3B3B;
  font-size: clamp(16px, 1.171875vw, 18px);
  font-weight: 600;
  letter-spacing: 0.5rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-map__item-hdg {
    width: 110px;
    letter-spacing: 0.1rem;
  }
}
.sec-map__item-hdg::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: transparent;
  border: 1px solid #b9a7a7;
}
@media only screen and (max-width: 767px) {
  .sec-map__item-hdg::before {
    margin-right: 5px;
  }
}
.sec-map__item-img {
  position: relative;
  z-index: 1;
  border: 1px solid #7C3B3B;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.04);
}
.sec-map__item + .sec-map__item {
  margin-top: clamp(30px, 3.2552083333vw, 50px);
}

/*--------------------------------------------------------------------------
  sec-nav
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-nav {
  position: relative;
  padding-block: clamp(40px, 5.2083333333vw, 80px);
  background: #fff;
}
.sec-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.6041666667vw, 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: clamp(20px, 2.6041666667vw, 40px);
}
@media only screen and (max-width: 767px) {
  .sec-nav__list {
    display: block;
    gap: inherit;
    padding-inline: 0;
  }
}
.sec-nav__btn {
  width: 47.8%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-nav__btn {
    width: auto;
  }
  .sec-nav__btn:nth-child(2) {
    margin-top: 20px;
  }
}
.sec-nav__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 10px;
  background: #333;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mode-pc .sec-nav__btn a:hover, .mode-sp .sec-nav__btn a:active {
  background: #7C3B3B;
}
.sec-nav__btn-txt {
  font-size: clamp(16px, 1.3020833333vw, 20px);
}
.sec-nav__btn-ico {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-nav__btn-ico svg {
  fill: #fff;
}
.sec-nav__btn--train a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 20px;
  height: 23px;
  background: url("../img/common/ico_train_white.png") no-repeat 50% 0/contain;
}
@media only screen and (max-width: 767px) {
  .sec-nav__btn--train a::before {
    margin-right: 5px;
  }
}
.sec-nav__btn--car a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 25px;
  height: 21px;
  background: url("../img/common/ico_car_white.png") no-repeat 50% 0/contain;
}
@media only screen and (max-width: 767px) {
  .sec-nav__btn--car a::before {
    margin-right: 5px;
  }
}

/*--------------------------------------------------------------------------
  sec-train
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-train {
  position: relative;
  padding-block: clamp(20px, 1.3020833333vw, 20px) clamp(60px, 7.8125vw, 120px);
  background: #fff;
}
.sec-train__hdg .icon {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: #fff;
}
.sec-train__img {
  margin-block: clamp(20px, 1.953125vw, 30px) clamp(30px, 3.90625vw, 60px);
}
.sec-train__img img {
  max-width: 100%;
  height: auto;
}
.sec-train__route {
  border-bottom: 1px solid #111;
}
.sec-train__route img {
  max-width: 100%;
  height: auto;
}
.sec-train__route-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(20px, 2.6041666667vw, 40px) clamp(10px, 1.3020833333vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec-train__route-header {
    padding: 25px 0;
  }
}
.sec-train__route-hdg {
  font-size: clamp(18px, 1.3020833333vw, 20px);
  text-box: trim-both cap alphabetic;
}
@media only screen and (max-width: 767px) {
  .sec-train__route-hdg {
    font-size: 17px;
  }
}
.sec-train__route-hdg .small {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-train__route-hdg .small {
    display: block;
    font-size: 14px;
  }
}
.sec-train__route-map {
  overflow: hidden;
  pointer-events: none;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-train__route-map figure {
  padding-bottom: clamp(40px, 4.2317708333vw, 65px);
}
.sec-train__route-btn.c-btn-white {
  width: 160px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-train__route-btn.c-btn-white {
    width: 120px;
  }
  .sec-train__route-btn.c-btn-white button {
    padding-right: 10px;
  }
}
.sec-train__route-btn.c-btn-white__ico {
  right: 4%;
}
.sec-train__route-btn .close {
  display: none;
  opacity: 0;
}
.sec-train__route-header.is-open .c-btn-white__txt .open {
  display: none;
  opacity: 0;
}
.sec-train__route-header.is-open .c-btn-white__txt .close {
  display: block;
  opacity: 1;
}
.sec-train__route-header.is-open .c-btn-white__ico {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-40%) scale(1, -1);
          transform: translateY(-40%) scale(1, -1);
}

/*--------------------------------------------------------------------------
  sec-car
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-car {
  position: relative;
  padding-block: clamp(60px, 7.8125vw, 120px);
  background: #eeeeed;
}
.sec-car .c-hdg-band {
  margin-top: clamp(50px, 6.5104166667vw, 100px);
}
.sec-car .c-hdg-band + .sec-car__txt {
  margin-top: clamp(30px, 2.6041666667vw, 40px);
}
.sec-car__hdg {
  margin-bottom: clamp(30px, 4.0364583333vw, 62px);
}
.sec-car__hdg .icon {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: #eeeeed;
}
.sec-car__hdg .icon img {
  width: 28px;
  height: 22px;
}
.sec-car__txt {
  font-size: clamp(15px, 1.1067708333vw, 17px);
  text-box: trim-both cap alphabetic;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-car__txt {
    text-align: left;
  }
}
.sec-car__txt + .sec-car__txt {
  margin-top: 3em;
}
.sec-car__parking {
  margin-top: clamp(40px, 3.90625vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-car__parking {
    display: block;
  }
}
.sec-car__parking-item {
  width: 48%;
  padding: clamp(16px, 1.4322916667vw, 22px) clamp(20px, 2.6041666667vw, 40px);
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 767px) {
  .sec-car__parking-item {
    width: auto;
    padding: 25px 20px;
  }
  .sec-car__parking-item:nth-child(2) {
    margin-top: 30px;
  }
}
.sec-car__parking-hdg {
  font-size: clamp(18px, 1.3020833333vw, 20px);
  text-box: trim-both cap alphabetic;
  text-align: center;
}
.sec-car__parking-img {
  margin-top: clamp(20px, 1.3020833333vw, 20px);
}
.sec-car__parking-img img {
  width: 100%;
  height: auto;
}
.sec-car__parking-time {
  position: relative;
  margin-top: 15px;
  padding-left: 22px;
  font-size: clamp(15px, 1.1067708333vw, 17px);
  text-box: trim-both cap alphabetic;
}
.sec-car__parking-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 16px;
  height: 16px;
  background: url("../img/common/ico_time.png") no-repeat 50% 0/contain;
}
@media only screen and (max-width: 767px) {
  .sec-car__parking-time::before {
    margin-right: 5px;
  }
}
.sec-car__parking-caption {
  margin-top: 10px;
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(12px, 0.9114583333vw, 14px);
}
.sec-car__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: clamp(20px, 2.6041666667vw, 40px);
  border-bottom: 1px solid #111;
}
@media only screen and (max-width: 767px) {
  .sec-car__route {
    display: block;
  }
}
.sec-car__route-hdg {
  width: 41%;
  padding-left: clamp(10px, 0.9765625vw, 15px);
  font-size: clamp(16px, 1.3020833333vw, 20px);
  text-box: trim-both cap alphabetic;
}
@media only screen and (max-width: 767px) {
  .sec-car__route-hdg {
    width: auto;
    padding: 0 0 10px 0;
  }
}
.sec-car__route-txt {
  width: 59%;
  font-family: "YakuHanJP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: clamp(14px, 1.0416666667vw, 16px);
}
@media only screen and (max-width: 767px) {
  .sec-car__route-txt {
    width: auto;
  }
}
.sec-car__entrance {
  margin-top: clamp(30px, 2.6041666667vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-car__entrance {
    display: block;
  }
}
.sec-car__entrance-item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec-car__entrance-item {
    width: auto;
  }
}
.sec-car__entrance-item:first-of-type {
  padding-inline: clamp(15px, 1.3020833333vw, 20px) clamp(30px, 3.90625vw, 60px);
  border-right: 1px solid #111;
}
@media only screen and (max-width: 767px) {
  .sec-car__entrance-item:first-of-type {
    padding-inline: 0;
    border-right: 0;
  }
}
.sec-car__entrance-item:last-of-type {
  padding-inline: clamp(30px, 3.90625vw, 60px) clamp(15px, 1.3020833333vw, 20px);
}
@media only screen and (max-width: 767px) {
  .sec-car__entrance-item:last-of-type {
    margin-top: 30px;
    padding-inline: 0;
  }
}
.sec-car__entrance-hdg {
  font-size: clamp(18px, 1.3020833333vw, 20px);
  text-box: trim-both cap alphabetic;
}
.sec-car__entrance-img {
  margin-top: clamp(20px, 1.3020833333vw, 20px);
}
.sec-car__entrance-img img {
  width: 100%;
  height: auto;
}
.sec-car .bus-parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(20px, 2.6041666667vw, 40px);
  padding: clamp(20px, 2.6041666667vw, 40px) 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 17px 4px rgba(8, 1, 3, 0.08);
          box-shadow: 0 4px 17px 4px rgba(8, 1, 3, 0.08);
}
@media only screen and (max-width: 767px) {
  .sec-car .bus-parking {
    display: block;
    margin-top: 30px;
    padding: 25px 20px;
  }
}
.sec-car .bus-parking__fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-car .bus-parking__fax {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-car .bus-parking__fax-hdg {
  margin-right: 10px;
  font-size: clamp(16px, 1.171875vw, 18px);
  text-box: trim-both cap alphabetic;
}
@media only screen and (max-width: 767px) {
  .sec-car .bus-parking__fax-hdg {
    text-align: center;
  }
}
.sec-car .bus-parking__fax-number {
  font-size: clamp(30px, 2.6041666667vw, 40px);
  font-weight: 600;
  text-box: trim-both cap alphabetic;
}
.sec-car .bus-parking__paper {
  width: clamp(260px, 20.8333333333vw, 320px);
  height: 60px;
  margin-left: clamp(40px, 4.9479166667vw, 76px);
  font-size: clamp(15px, 1.1067708333vw, 17px);
}
@media only screen and (max-width: 767px) {
  .sec-car .bus-parking__paper {
    width: auto;
    height: 50px;
    margin: 20px 0 0;
  }
}
.sec-car .bus-parking__paper a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #111;
  -webkit-box-shadow: 0 4px 17px 4px rgba(8, 1, 3, 0.08);
          box-shadow: 0 4px 17px 4px rgba(8, 1, 3, 0.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-car .bus-parking__paper a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../img/common/ico_pdf_brown.png") no-repeat 50% 0/contain;
}
@media only screen and (max-width: 767px) {
  .sec-car .bus-parking__paper a::before {
    margin-right: 5px;
  }
}
.mode-pc .sec-car .bus-parking__paper a:hover, .mode-sp .sec-car .bus-parking__paper a:active {
  background: #eeeeed;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=map.css.map */