/* CSS Document */
@media (max-width: 750px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 751px) {
  .sp-visible {
    display: none;
  }
}

.w100 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.subpage-ttl {
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .subpage-ttl {
    margin-bottom: 80px;
  }
}
.subpage-ttl .sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 751px) {
  .subpage-ttl .sub {
    font-size: 42px;
  }
}
.catch-ttl {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #BD399C;
}
@media (min-width: 751px) {
  .catch-ttl {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.ttl-h2 {
  background: #BD399C;
  color: #fff;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (min-width: 751px) {
  .ttl-h2 {
    font-size: 24px;
    line-height: 1.53846154;
    padding: 22px 10px;
    margin-bottom: 50px;
  }
}

.cmn-sec-inner {
  margin: 60px 4%;
}
@media (min-width: 751px) {
  .cmn-sec-inner {
    width: 98%;
    max-width: 1162px;
    margin: 100px auto;
  }
}

.cmn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px 4.5%;
}
@media (min-width: 751px) {
  .cmn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cmn-box .text-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cmn-box .picture {
  width: 100%;
}
@media (min-width: 751px) {
  .cmn-box .picture {
    width: 47.7%;
  }
}

.text {
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 751px) {
  .text {
    font-size: 15px;
    line-height: 1.66666667;
  }
}

.picture-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px 4.5%;
}
@media (min-width: 751px) {
  .picture-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
  }
}
.picture-list .caption {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 751px) {
  .picture-list .caption {
    margin-top: 14px;
    font-size: 15px;
  }
}

section + section {
  margin-top: 50px;
}
@media (min-width: 751px) {
  section + section {
    margin-top: 80px;
  }
}

.sec01 {
  padding-top: 40px;
}
@media (min-width: 751px) {
  .sec01 {
    padding-top: 60px;
  }
}
.sec01 .catch-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55555556;
  text-align: center;
}
@media (min-width: 751px) {
  .sec01 .catch-text {
    line-height: 2;
  }
}
.sec01 .movie {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .sec01 .movie {
    width: 98%;
    max-width: 640px;
    margin: 55px auto 0;
  }
}
.sec01 .movie-inner {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.sec01 .movie-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.sec02 .conception-ttl {
  font-size: 26px;
  margin-top: 45px;
}
.sec02 .conception-ttl::after {
  width: 54px;
  left: calc(50% - 27px);
}
.sec02 .conception-picture {
  margin-top: 30px;
  padding: 30px 20px;
  background: #F2F2F2;
  border-radius: 6px;
}
@media (min-width: 751px) {
  .sec02 .conception-picture {
    margin-top: 60px;
    padding: 60px;
  }
}
.sec02 .conception-picture .ttl {
  color: #BD399C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 751px) {
  .sec02 .conception-picture .ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sec03 .picture {
  padding: 15px 33px;
  border: 1px solid #E0E0E0;
}
@media (min-width: 751px) {
  .sec03 .picture {
    padding: 1.6% 4.8%;
  }
}

@media (min-width: 751px) {
  .sec04 .picture {
    max-width: 507px;
    margin: 0 auto;
  }
}
.sec04 .picture + .text {
  margin-top: 30px;
}
@media (min-width: 751px) {
  .sec04 .picture + .text {
    margin-top: 50px;
  }
}

.sec05 .picture {
  padding: 12px 33px;
  border: 1px solid #E0E0E0;
}
@media (min-width: 751px) {
  .sec05 .picture {
    padding: 24px 4.8%;
  }
}

.facility-block {
  margin-top: 30px;
  background: #F2F2F2;
  padding: 30px 20px;
  border-radius: 6px;
}
@media (min-width: 751px) {
  .facility-block {
    margin-top: 60px;
    padding: 60px;
  }
}
.facility-block .facility-ttl {
  text-align: center;
  color: #BD399C;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .facility-block .facility-ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.facility-block .list-note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
}
.facility-block .facility-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 751px) {
  .facility-block .facility-list {
    display: none;
  }
}
.facility-block .facility-list li {
  position: relative;
  width: calc((100% - 10px) / 2);
  min-height: 58px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28571429;
}
.facility-block .facility-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #F4E534;
}
.facility-block .facility-list .facility02::before {
  background: #066DB2;
}
.facility-block .facility-list .facility03::before {
  background: #C56886;
}
.facility-block .facility-list .facility04::before {
  background: #8D5A9A;
}
.facility-block .facility-list .facility05::before {
  background: #888A86;
}
.facility-block .facility-list .facility06::before {
  background: #685D29;
}
.facility-block .facility-list .facility07::before {
  background: #F5E829;
}
.facility-block .facility-list .facility08::before {
  background: #569F5F;
}
.facility-block .facility-list .facility09::before {
  background: #64A4E3;
}
.facility-block .facility-list .facility10::before {
  background: #BE3A3E;
}
.facility-block .facility-list .facility11::before {
  background: #D6921A;
}
.facility-block .facility-list .facility12::before {
  background: #F5E829;
}
.facility-block .facility-list .facility13::before {
  background: #F5E829;
}
.facility-block .facility-map {
  position: relative;
}
@media (min-width: 751px) {
  .facility-block .facility-map {
    max-width: 720px;
    margin: 0 auto;
  }
}
.facility-block .facility-map img {
  width: 100%;
}
.facility-block .facility-map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.facility-block .facility-map svg rect,
.facility-block .facility-map svg path {
  fill: #ff5a5a;
  opacity: 0.37;
}
.facility-block .facility-map .area {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.facility-block .facility-map .area:hover {
  opacity: 1;
}
.facility-block .facility-map .map-note {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 751px) {
  .facility-block .facility-map .map-note {
    margin-top: 10px;
  }
}
.facility-block .facility-gallery {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 3.4%;
}
@media (min-width: 751px) {
  .facility-block .facility-gallery {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.facility-block .facility-gallery figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 751px) {
  .facility-block .facility-gallery figcaption {
    font-size: 15px;
    margin-top: 14px;
  }
}
.facility-block .bnr {
  margin-top: 30px;
}
@media (min-width: 751px) {
  .facility-block .bnr {
    max-width: 826px;
    margin: 50px auto 0;
  }
}

@media (min-width: 751px) {
  .sec06 .ttl-h2 {
    margin-bottom: 40px;
  }
}

@media (min-width: 751px) {
  .sec07 .ttl-h2 {
    margin-bottom: 40px;
  }
}

.sec08 .store-block {
  padding: 30px 20px;
  background: #F2F2F2;
  border-radius: 6px;
}
@media (min-width: 751px) {
  .sec08 .store-block {
    padding: 60px;
  }
}
.sec08 .store-block .store {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 751px) {
  .sec08 .store-block .store {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.sec08 .store-block a {
  text-decoration: underline;
  color: #BD399C;
}
@media (min-width: 751px) {
  .sec08 .store-block .cmn-dl .bundle > dd {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 751px) {
  .sec08 .store-block .cmn-dl .bundle:first-child > dd {
    border-top: 1px solid #fff;
  }
}

@media (min-width: 751px) {
  .bnr-sec {
    margin-top: 60px;
  }
}
.bnr-sec .bnr-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;
}
@media (min-width: 751px) {
  .bnr-sec .bnr-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 3.5%;
  }
}
.bnr-sec .bnr-list li {
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 751px) {
  .bnr-sec .bnr-list li {
    width: 31%;
  }
}

@media (min-width: 751px) {
  .contact-sec {
    margin-top: 60px;
  }
}
.contact-sec .contact-block {
  background: #F2F2F2;
  padding: 30px 20px;
  border-radius: 6px;
}
@media (min-width: 751px) {
  .contact-sec .contact-block {
    padding: 60px;
  }
}
.contact-sec .contact-block .ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 751px) {
  .contact-sec .contact-block .ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.contact-sec .btn-wrap {
  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;
}
@media (min-width: 751px) {
  .contact-sec .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
  }
}
@media (min-width: 751px) {
  .contact-sec .btn-link {
    width: calc((100% - 26px) / 2);
  }
}
.contact-sec .btn-link a {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 30px;
  border-radius: 6px;
  background: #bd399c;
  background-size: 8px auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 751px) {
  .contact-sec .btn-link a {
    padding: 19px 30px;
    font-size: 15px;
  }
}
.contact-sec .btn-link a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
@media (min-width: 751px) {
  .contact-sec .btn-link a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }
}

/* --------------------------------------------------
modal
-------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  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;
}
@media (max-width: 750px) {
  .modal {
    height: 100vh;
    height: 100dvh;
  }
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
.modal-content {
  position: relative;
  z-index: 2;
  width: 90vw;
  max-width: 760px;
  max-height: 90vh;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.modal-inner {
  position: relative;
  background: #fff;
  padding: 32px;
  width: 100%;
  word-wrap: break-word;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 751px) {
  .modal-inner {
    padding: 60px 140px;
  }
}
.modal-photo {
  margin-bottom: 24px;
}
@media (min-width: 751px) {
  .modal-photo {
    margin-bottom: 30px;
  }
}
.modal-photo img {
  width: 100%;
}
.modal-title {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 751px) {
  .modal-title {
    font-size: 24px;
  }
}
.modal-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 751px) {
  .modal-text {
    font-size: 15px;
    line-height: 1.66666667;
  }
}
.modal .btn-close {
  position: absolute;
  top: -16px;
  right: 0;
  width: 30px;
  height: 30px;
}

.modal.is_open {
  opacity: 1;
  visibility: visible;
}
.modal.is_open .modal-bg,
.modal.is_open .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.is_open .modal-content {
  -webkit-transition: 0.6s 0s;
  transition: 0.6s 0s;
}
.modal.is_close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.modal.is_close .modal-bg,
.modal.is_close .modal-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.modal.is_close .modal-content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=../css/maps/layout.css.map */
