/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  background: #fcfcfc;
  padding: 12px 24px 10px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .cmn__breadcrumb {
    padding: 10px 80px 12px;
  }
}
.breadcrumb__list {
  width: 100%;
}
@media (max-width: 1024px) {
  .breadcrumb__list {
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  display: inline;
  color: #a8a8a8;
  font-size: 12px;
}
.breadcrumb__list--item a {
  text-decoration: underline;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

/*------------------------------------------
.dist__container,
.detail__containe
------------------------------------------*/
.dist__container,
.detail__container {
  padding: 0 0 80px;
}
@media (min-width: 1025px) {
  .dist__container,
  .detail__container {
    padding: 0 0 100px;
  }
}

.dist__ttl--area {
  position: relative;
  padding: 40px 24px 0;
}
@media (min-width: 1025px) {
  .dist__ttl--area {
    padding: 72px 80px 0;
  }
}
.dist__ttl--area::before {
  content: "";
  background: #f7fcff;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
@media (min-width: 1025px) {
  .dist__ttl--area::before {
    height: 130px;
  }
}

/*------------------------------------------
dist__block
------------------------------------------*/
.dist__block {
  padding: 60px 0 0;
}
@media (min-width: 1025px) {
  .dist__block {
    padding: 80px 0 0;
  }
}
.dist__block .inner {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .dist__block .inner {
    padding: 0 12.2254758419vw;
  }
}
@media (min-width: 1025px) {
  .dist__block .inner.type--2 {
    padding: 0 5.8565153734vw;
  }
}
.dist__block .wysiwyg__block {
  width: 100%;
}

/*------------------------------------------
dist__subttl
------------------------------------------*/
.dist__subttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 45px;
}
@media (min-width: 1025px) {
  .dist__subttl {
    margin: 0 0 70px;
  }
}
.dist__subttl span {
  display: block;
}
.dist__subttl .en {
  font-size: 49px;
  letter-spacing: -0.09em;
  line-height: 1;
  color: #006eb7;
  position: relative;
  line-height: 0.93;
}
@media (min-width: 1025px) {
  .dist__subttl .en {
    font-size: 60px;
  }
}
.dist__subttl .ja {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  margin: 10px 0 0 10px;
}
.dist__subttl .ja::before {
  content: "";
  background: #006eb7;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------
dist__pagination
------------------------------------------*/
.dist__pagination {
  width: 216px;
  height: 50px;
  margin: 45px auto 0;
  position: relative;
  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;
}
@media (min-width: 1025px) {
  .dist__pagination {
    margin: 60px auto 0;
  }
}
.dist__pagination .pagination__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dist__pagination .pagination__arrow > a {
  display: block;
  background: #ffd2be;
  width: 50px;
  height: 100%;
  position: relative;
}
.dist__pagination .pagination__arrow > a::after {
  content: "";
  background: url(/assets/images/common/ico_arrow.svg) no-repeat center/100%;
  width: 17px;
  height: 9px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow > a:hover::after {
    -webkit-animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.prev {
  left: 0;
}
.dist__pagination .pagination__arrow.prev > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow.prev > a:hover::after {
    -webkit-animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.next {
  right: 0;
}
.dist__pagination .pagination__itesm {
  font-size: 24px;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #006eb7;
}

/*------------------------------------------
detail__sns--list
------------------------------------------*/
.detail__sns--list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 60px auto 0;
}
@media (min-width: 1025px) {
  .detail__sns--list {
    gap: 20px;
  }
}
.detail__sns--list .sns__ttl {
  color: #006eb7;
  text-align: center;
  width: 100%;
  letter-spacing: -0.09em;
  line-height: 1;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .detail__sns--list .sns__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.detail__sns--list .sns__items {
  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;
  gap: 16px;
}
.detail__sns--list .sns__items .items {
  width: 34px;
  height: 34px;
}
.detail__sns--list .sns__items .items > a {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
access
------------------------------------------*/
@media (min-width: 1025px) {
  .access .cmn__ttl .en {
    padding: 22px 6px 0 0;
  }
}

/*------------------------------------------
access__block
------------------------------------------*/
/*------------------------------------------
access__map
------------------------------------------*/
.access__map {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .access__map {
    padding: 0 12.2254758419vw;
    margin-bottom: 60px;
  }
}
.access__map .map__ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  padding: 0 24px;
  margin: 0 0 20px;
}
@media (min-width: 1025px) {
  .access__map .map__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0 0 30px;
  }
}
.access__map .map__ttl span {
  display: block;
}
.access__map .map__ttl .main {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #006eb7;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .access__map .map__ttl .main {
    font-size: 20px;
  }
}
.access__map .map__ttl .sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .access__map .map__ttl .sub {
    font-size: 16px;
  }
}
.access__map .map__info {
  width: 100%;
}
.access__map .map__info iframe {
  width: 100%;
  height: 500px;
}
@media (min-width: 1025px) {
  .access__map .map__info iframe {
    height: 36.6032210835vw;
  }
}

/*------------------------------------------
access__nav
------------------------------------------*/
.access__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px;
}
@media (min-width: 1025px) {
  .access__nav {
    gap: 20px 1.756954612vw;
    margin: 0 0 60px;
  }
}
.access__nav > li {
  width: 100%;
  height: 56px;
}
@media (min-width: 1025px) {
  .access__nav > li {
    width: calc(50% - 0.878477306vw);
    height: 70px;
  }
}
.access__nav > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c9e3f4;
  background: #edf8ff;
  position: relative;
  color: #006eb7;
  padding: 0 28px 0 56px;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .access__nav > li > a {
    padding: 0 88px 0 64px;
    font-size: 16px;
  }
}
.access__nav > li > a::before, .access__nav > li > a::after {
  content: "";
  position: absolute;
}
.access__nav > li > a::before {
  width: 40px;
  height: 40px;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .access__nav > li > a::before {
    width: 50px;
    height: 50px;
  }
}
.access__nav > li > a::after {
  width: 7px;
  height: 7px;
  top: 0;
  right: 12px;
  bottom: 2px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #006eb7;
  border-bottom: 2px solid #006eb7;
}
@media (min-width: 1025px) {
  .access__nav > li > a::after {
    width: 13px;
    height: 13px;
    right: 45px;
    bottom: 4px;
  }
}
.access__nav > li.train > a::before {
  background: url(../images/access/icon_train.svg) no-repeat center/100%;
}
.access__nav > li.car > a::before {
  background: url(../images/access/icon_car.svg) no-repeat center/100%;
}
.access__nav > li.parking > a::before {
  background: url(../images/access/icon_parking.svg) no-repeat center/100%;
}
.access__nav > li.bike > a::before {
  background: url(../images/access/icon_bike.svg) no-repeat center/100%;
}

/*------------------------------------------
access__item
------------------------------------------*/
.access__item {
  font-size: 14px;
  margin: 0 0 40px;
}
@media (min-width: 1025px) {
  .access__item {
    margin: 0 0 60px;
  }
}
.access__item:last-child {
  margin: 0;
}
.access__item .item__ttl {
  background: #006eb7;
  color: #fff;
  font-size: 20px;
  padding: 10px 10px 10px 56px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1025px) {
  .access__item .item__ttl {
    font-size: 26px;
    padding: 8px 64px 10px;
    margin-bottom: 40px;
  }
}
.access__item .item__ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  left: 10px;
}
@media (min-width: 1025px) {
  .access__item .item__ttl::before {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.access__item .item__ttl.train::before {
  background: url(../images/access/icon_train_2.svg) no-repeat center/100%;
}
.access__item .item__ttl.car::before {
  background: url(../images/access/icon_car_2.svg) no-repeat center/100%;
}
.access__item .item__ttl.parking::before {
  background: url(../images/access/icon_parking_2.svg) no-repeat center/100%;
}
.access__item .item__ttl.bike::before {
  background: url(../images/access/icon_bike_2.svg) no-repeat center/100%;
}
.access__item .item__txt {
  line-height: 1.8;
}
.access__item .item__txt .blank {
  color: #006eb7;
  text-decoration: underline;
}
.access__item .item__txt .notice {
  text-decoration: underline;
}
.access__item .item__txt.notice {
  color: #ff0000;
}
.access__item .access__dist {
  margin-bottom: 30px;
}
.access__item .access__dist:last-child {
  margin-bottom: 0;
}
.access__item .access__dist .dist__ttl {
  color: #006eb7;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .access__item .access__dist .dist__ttl {
    font-size: 20px;
  }
}
.access__item .access__dist .dist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.access__item .access__dist .dist__list.mgb-10 {
  margin-bottom: 10px;
}
.access__item .access__dist .dist__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media (min-width: 1025px) {
  .access__item .access__dist .dist__list > li {
    gap: 15px;
  }
}
.access__item .access__dist .dist__list > li span {
  display: block;
}
.access__item .access__dist .dist__list > li .icon {
  width: 100px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006eb7;
  font-size: 14px;
  border: 1px solid #006eb7;
}
.access__item .access__dist .dist__list > li .txt {
  width: 100%;
}
@media (min-width: 1025px) {
  .access__item .access__dist .dist__list > li .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.access__item .access__dist .dist__option .op__txt {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.access__item .access__dist .dist__option .op__txt::before {
  content: "";
  background: #006eb7;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
}
.access__item .access__dist .dist__option .op__txt:last-child {
  margin-bottom: 0;
}