@charset "UTF-8";
/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
  font-family: "Noto Sans", sans-serif;
  line-height: 2.2222222222;
  letter-spacing: 0.15em;
}

.site-header,
.site-footer {
  display: none !important;
}

/*==================================================================================================
    personal
==================================================================================================*/
.img-txt img {
  width: auto;
}

#main {
  padding-bottom: 0;
}

#cp100-04 {
  background: #FFF;
}

.sec-cont {
  margin-top: 3em;
  padding: 0;
  color: #4F504B;
}
.sec-cont .sec-cont__read {
  font-size: clamp(1.75em, 2.5vw, 2.5em);
  line-height: 1.8;
}
.sec-cont .facilities-ttl {
  margin-bottom: 2em;
  color: #4F504B;
  font-size: clamp(0.75em, 1vw, 1em);
}
.sec-cont .facilities-ttl .head-main {
  display: block;
}
.sec-cont .facilities-ttl .head-main img {
  width: auto;
  height: 2.625em;
}
@media screen and (max-width: 768px) {
  .sec-cont .facilities-ttl .head-main img {
    height: 2em;
  }
}
.sec-cont .facilities-ttl .head-sub {
  display: block;
  margin-top: 1.5em;
  padding-top: 1.5em;
  font-size: 1.4375em;
  position: relative;
}
.sec-cont .facilities-ttl .head-sub:before {
  content: "";
  width: 3em;
  height: 1px;
  background: #4F504B;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.sec04-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1322px;
  margin: 0 auto 0;
  font-size: clamp(0.75em, 1vw, 0.8125em);
}
@media screen and (max-width: 768px) {
  .sec04-ul {
    margin-top: 3em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec04-ul li {
  font-size: 1em;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  width: 10.2874432678%;
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (min-width: 769px) {
  .sec04-ul li {
    margin-left: 7.6399394856%;
  }
  .sec04-ul li:nth-of-type(6n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04-ul li {
    width: 31%;
  }
}
.sec04-ul li a {
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
.sec04-ul li a img {
  background-color: #4D4D4D;
  border-radius: 1em;
}
.sec04-ul li a img:last-child {
  margin-bottom: 0.25em !important;
}
.sec04-ul li a:hover {
  color: #9DC938;
  opacity: 1;
}
.sec04-ul li a:hover img {
  opacity: 1;
  background-color: #9DC938;
}
.sec04-ul li a:hover img:hover {
  opacity: 1;
}

.gmap-search__txt {
  text-align: center;
}

#bottom-area img {
  width: auto;
}

.modaal-content-container {
  padding: 0;
}

.modal-contents__ttl {
  font-size: 1.75em;
  text-align: center;
  margin-top: 1em;
}
.modal-contents__txt {
  text-align: center;
  padding: 1em 1em 2em;
}

.modal-amusement {
  font-size: clamp(0.75em, 1vw, 1em);
}
.modal-amusement__txt {
  padding: 2em 4em 2em;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .modal-amusement__txt {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.modal-amusement__ttl {
  text-align: center;
  margin-top: 2em;
}
.modal-amusement__ttl__en {
  color: #0E97A9;
  font-size: 3em;
  line-height: 1.2;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  display: block;
}
@media screen and (max-width: 960px) {
  .modal-amusement__ttl__en {
    font-size: 2.25em;
  }
}
.modal-amusement__ttl__jp {
  font-size: 1.75em;
  display: block;
}

.js-modaal-close {
  background: transparent;
  border: 1px solid #4D4D4D;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.125em;
  text-align: center;
  border-radius: 50px;
  max-width: 240px;
  width: 100%;
  line-height: 3.2380952381em;
  margin: 0 auto 2em;
  display: block;
}