@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* accessAddres
  ---------------------------------------------------------------------- */
  .accessAddres {
    padding: 45px 0 50px;
    background: url(../../images/bg_brick.png);
    background-size: contain;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .accessAddres p {
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .accessAddres__logo {
    text-align: center;
  }
  .accessSec {
    background-color: #F8F5F2;
    padding-bottom: 145px;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 90px 0 65px;
  }
  .map__wrap {
    height: 410px;
    max-width: 860px;
    margin: 0 auto;
  }
  .map__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .map__txt {
    text-align: center;
    letter-spacing: 0.025em;
  }
  /* howtoAccess
  ---------------------------------------------------------------------- */
  .howtoAccess {
    padding: 130px 0 95px;
    background-color: #fff;
  }
  .howtoAccess__item {
    max-width: 900px;
    margin: 0 auto 143px;
  }
  .howtoAccess__item:last-of-type {
    margin-bottom: 0;
  }
  .howtoaccess__ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    position: relative;
  }
  .howtoaccess__ttl figure {
    display: block;
    position: absolute;
    width: 50px;
    height: auto;
    bottom: 127%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* parking
  ---------------------------------------------------------------------- */
  .parking {
    padding: 100px 0 70px;
    position: relative;
  }
  .parking__ttl {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
  }
  .parking__lead {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.88;
    text-align: center;
    margin-bottom: 21px;
    font-family: "Noto Serif JP", serif;
  }
  .parking__imgWrap {
    position: relative;
  }
  .parking__img {
    margin-bottom: 9px;
    text-align: center;
  }
  .parking__img figcaption {
    font-size: 1.8rem;
    margin-top: 0.8em;
  }
  .parking__capacity {
    position: absolute;
    top: 36px;
    left: 30px;
    display: block;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  /* facilities
  ---------------------------------------------------------------------- */
  .facilities {
    max-width: 950px;
    margin: 0 auto;
    border-top: 17px solid #00B374;
    background-color: #fff;
    padding: 48px 20px 55px;
  }
  .facilities__ttl {
    color: #00B374;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.14em;
    margin-bottom: 65px;
  }
  .facilities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 730px;
    margin: 0 auto;
  }
  .facilities__list li {
    width: 44%;
    margin-bottom: 45px;
  }
  .facilities__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .facilities__list dt {
    position: relative;
  }
  .facilities__list dt span {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .facilities__list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
  }
  .facilities__list dd::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    border-top: 1px dashed #b3b3b3;
  }
  .facilities__list dd span {
    width: 70px;
    white-space: nowrap;
  }
}
@media (max-width: 1000px) {
  #mainvisual .catch img {
    width: 29.3333333333vw;
  }
  /* accessAddres
  ---------------------------------------------------------------------- */
  .accessAddres {
    padding: 10vw 0 15vw;
    background: url(../../images/bg_brick_sp.png);
    background-size: contain;
    font-size: 4vw;
    font-size: max(13px,4vw);
    letter-spacing: 0;
  }
  .accessAddres p {
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .accessAddres__logo {
    text-align: center;
    width: 45.5vw;
    margin: 0 auto 5.5vw;
  }
  .accessAddres__logo img {
    width: 100%;
  }
  .accessSec {
    background-color: #F8F5F2;
    padding-bottom: 20vw;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 10vw 0 10vw;
  }
  .map__wrap {
    height: 54.6666666667vw;
    max-width: 860px;
    margin: 0 auto;
  }
  .map__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .map__txt {
    text-align: center;
    letter-spacing: 0.025em;
  }
  /* howtoAccess
  ---------------------------------------------------------------------- */
  .howtoAccess {
    padding: 25vw 5vw 15vw;
    background-color: #fff;
  }
  .howtoAccess__item {
    margin: 0 auto 35vw;
  }
  .howtoAccess__item:last-of-type {
    margin-bottom: 0;
  }
  .howtoaccess__ttl {
    font-size: 6.1333333333vw;
    font-size: max(13px,6.1333333333vw);
    margin-bottom: 5.3vw;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    position: relative;
  }
  .howtoaccess__ttl figure {
    display: block;
    position: absolute;
    width: 13.3333333333vw;
    height: auto;
    bottom: 127%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* parking
  ---------------------------------------------------------------------- */
  .parking {
    padding: 10vw 0 10vw;
    position: relative;
  }
  .parking__ttl {
    font-size: 5.8666666667vw;
    font-size: max(13px,5.8666666667vw);
    letter-spacing: 0.08em;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 3vw;
    font-family: "Noto Serif JP", serif;
  }
  .parking__lead {
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    letter-spacing: 0.08em;
    line-height: 1.88;
    text-align: center;
    margin-bottom: 8vw;
    font-family: "Noto Serif JP", serif;
  }
  .parking__imgWrap {
    position: relative;
  }
  .parking__img {
    margin-bottom: 9px;
    text-align: center;
  }
  .parking__img figcaption {
    text-align: justify;
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    margin-top: 0.8em;
  }
  .parking__capacity {
    position: absolute;
    top: 4.8vw;
    left: 4vw;
    display: block;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  /* facilities
  ---------------------------------------------------------------------- */
  .facilities {
    margin: 0 auto;
    border-top: 4.5333333333vw solid #00B374;
    background-color: #fff;
    padding: 9.3333333333vw 5vw 8vw;
  }
  .facilities__ttl {
    color: #00B374;
    text-align: center;
    font-size: 5.8666666667vw;
    font-size: max(13px,5.8666666667vw);
    letter-spacing: 0.14em;
    margin-bottom: 8.7vw;
  }
  .facilities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .facilities__list li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .facilities__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3vw;
    font-size: 3.4666666667vw;
    font-size: max(13px,3.4666666667vw);
    line-height: 1.2;
    letter-spacing: 0;
  }
  .facilities__list dt {
    position: relative;
  }
  .facilities__list dt span {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .facilities__list dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3vw;
  }
  .facilities__list dd::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    border-top: 1px dashed #b3b3b3;
  }
  .facilities__list dd span {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */