@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-layout_3col {
  margin-top: 0.8rem;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .-layout_3col {
    margin-top: 0.6rem;
  }
}
.-layout_3col::before {
  top: 0.8rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .-layout_3col .-catch {
    font-size: 0.18rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

:where(.ico-btn_arrow) {
  position: relative;
}
:where(.ico-btn_arrow) i {
  position: absolute;
  right: 0.15rem;
  top: calc(50% - 0.08rem);
  width: 0.1rem;
  height: 0.16rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../common/img/ico_btn_arrow.svg");
          mask-image: url("../common/img/ico_btn_arrow.svg");
  background: #383434;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.sec_otherlink {
  position: relative;
  z-index: 0;
  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;
  gap: 0.5rem;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .sec_otherlink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.16rem;
    padding-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
}
.sec_otherlink .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  width: 5.9rem;
  height: 1.55rem;
  background-color: #F0EEEC;
  border-radius: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_otherlink .item {
    gap: 0.2rem;
    width: calc(100% - 0.48rem);
    height: 1.15rem;
  }
}
.no-touchevents .sec_otherlink .item:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}
.sec_otherlink .thumb {
  width: 2rem;
  height: 1.55rem;
  border-radius: 0.05rem 0 0 0.05rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_otherlink .thumb {
    width: 1.15rem;
    height: 1.15rem;
  }
}
.sec_otherlink .thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
}
.sec_otherlink .detail > dt {
  font-family: "trajan-pro-3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  line-height: 0.9;
  color: #701128;
}
@media screen and (max-width: 640px) {
  .sec_otherlink .detail > dt {
    font-size: 0.16rem;
  }
}
.sec_otherlink .detail > dd {
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_otherlink .detail > dd {
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 1.6rem;
  }
}
.sec_otherlink .ico-btn_arrow i {
  position: absolute;
  right: 0.25rem;
  display: block;
  background: #701128;
}
@media screen and (max-width: 640px) {
  .sec_otherlink .ico-btn_arrow i {
    right: 0.1rem;
  }
}

.facility {
  max-width: 12.8rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.6rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 640px) {
  .facility {
    margin-top: 0.7rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .facility .-sec_tit .-sub_txt {
    font-size: 0.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .facility_main {
    display: -ms-grid;
    display: grid;
    gap: 0.4rem;
    -ms-grid-columns: 1fr 0.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .facility_main {
    max-width: calc(100% - 0.32rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.3rem;
  }
}
.facility_item {
  background: #FFFFFF;
  padding: 0.32rem;
}
@media screen and (max-width: 640px) {
  .facility_item {
    padding: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .facility_item:not(:first-child) {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 640px) {
  .facility_item .-txt {
    margin-top: 0.16rem;
    text-align: center;
  }
}
.facility_item-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1.88rem;
  padding-top: 0.1rem;
  padding-left: 2.16rem;
}
@media screen and (max-width: 640px) {
  .facility_item-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 0;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .facility_item-main > .-catch {
    width: 100%;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0.15rem;
  }
}
.facility_item-main > .-txt {
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .facility_item-main > .-txt {
    letter-spacing: 0.002em;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    width: calc(100% - 1.15rem);
    margin-top: calc(0.5em - 0.5lh);
    padding-left: 0.1rem;
  }
}
.facility_item-main .facility_image {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .facility_item-main .facility_image {
    position: static;
  }
}
.facility_item-main .facility_accesses + .-txt {
  margin-top: 0;
}
.facility_image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.88rem;
}
@media screen and (max-width: 640px) {
  .facility_image {
    width: 1.1rem;
  }
}
.facility_image img {
  width: 100%;
  height: auto;
}
.facility_call {
  background: #FFFFFF;
  border-block: 1px solid #CBCBCB;
}
@media print, screen and (min-width: 641px) {
  .facility_call {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3rem;
    padding-block: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .facility_call {
    margin-top: 0.16rem;
  }
}
.facility_call dt {
  font-family: "shippori-mincho-b1", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-weight: 500;
}
@media print, screen and (min-width: 641px) {
  .facility_call dt {
    border-right: 1px solid #CBCBCB;
    font-size: 0.16rem;
    padding-block: 0.12rem;
    text-align: center;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .facility_call dt {
    border-bottom: 1px solid #CBCBCB;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding: 0.12rem 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .facility_call dd {
    font-size: 0.16rem;
    text-align: left;
    width: 50%;
    padding-inline: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .facility_call dd {
    font-size: 0.14rem;
    padding: 0.12rem 0.16rem;
  }
}