@charset "UTF-8";
/* ---------------------------------------*/
/* メインビジュアル */
/* ---------------------------------------*/
.s-mainvisual-decoration-01 {
  position: absolute;
  width: 70px;
  top: 130px;
  left: calc(50% + 77px);
}
@media screen and (min-width: 768px) {
  .s-mainvisual-decoration-01 {
    width: 89px;
    top: 122px;
    left: calc(50% + 250px);
  }
}

.s-mainvisual-decoration-02 {
  position: absolute;
  width: 78px;
  top: 260px;
  right: calc(50% + 90px);
}
@media screen and (min-width: 768px) {
  .s-mainvisual-decoration-02 {
    width: 101px;
    top: 140px;
    right: calc(50% + 186px);
  }
}

.s-mainvisual-decoration-03 {
  position: absolute;
  width: 56px;
  bottom: 175px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-mainvisual-decoration-03 {
    width: 127px;
    bottom: 240px;
    left: calc(50% + 664px);
  }
}

/* ---------------------------------------*/
/* アクセス*/
/* ---------------------------------------*/
.s-access-map {
  margin: 0 18px;
  padding: 20px 20px 40px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .s-access-map {
    margin-left: max(30px, 50% - 600px);
    margin-right: max(30px, 50% - 600px);
    padding: 75px;
    margin-bottom: 45px;
    border-radius: 80px;
  }
}

.s-access-map__map {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 6/5;
}
@media screen and (min-width: 768px) {
  .s-access-map__map {
    border-radius: 40px;
    aspect-ratio: 175/113;
  }
}

@media screen and (min-width: 768px) {
  .s-access-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 45px 0 0;
  }
}

.s-access__address {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .s-access__address {
    font-size: 1.25rem;
    margin: 0;
  }
}

.s-access__transport {
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.4;
}
.s-access__transport:last-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s-access__transport {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .s-access-info__text {
    padding: 0 30px 0 0;
  }
}

.s-access-info__button {
  padding: 0;
  margin: 25px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-access-info__button {
    width: 35%;
    margin: 0;
    text-align: left;
  }
}

.s-access__button {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.s-access__button a {
  font-size: 1.14285rem;
  width: 13em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .s-access__button {
    display: block;
  }
  .s-access__button a {
    font-size: 1.25rem;
    width: 100%;
  }
}

.s-access-decoration-01 {
  position: absolute;
  width: 186px;
  top: 0;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .s-access-decoration-01 {
    width: 304px;
    top: 0;
    right: calc(50% + 496px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-access-decoration-01 {
    width: 250px;
  }
}

.s-access-decoration-02 {
  position: absolute;
  width: 140px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-access-decoration-02 {
    width: 555px;
    top: -65px;
    left: calc(50% + 160px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .s-access-decoration-02 {
    top: -45px;
    width: 500px;
    left: auto;
    right: -100px;
  }
}

.s-access-map-decoration-01 {
  position: absolute;
  width: 98px;
  top: -65px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .s-access-map-decoration-01 {
    width: 115px;
    top: -60px;
    right: 140px;
  }
}

/* ---------------------------------------*/
/* 通園地域 */
/* ---------------------------------------*/
.s-area-map {
  margin: 0 18px 106px;
}
@media screen and (min-width: 768px) {
  .s-area-map {
    margin-left: max(30px, 50% - 600px);
    margin-right: max(30px, 50% - 600px);
  }
}

.s-area-description {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  margin: 5px 0 0;
}
@media screen and (min-width: 768px) {
  .s-area-description {
    font-size: 1.25rem;
  }
}

.s-area-decoration-01 {
  position: absolute;
  width: 120px;
  top: -50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-area-decoration-01 {
    width: 240px;
    top: -100px;
    left: 0;
  }
}

.s-area-decoration-02 {
  position: absolute;
  width: 170px;
  top: -50px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-area-decoration-02 {
    width: 350px;
    top: -70px;
    right: 0;
  }
}

.s-area-decoration-03 {
  position: absolute;
  width: 95px;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .s-area-decoration-03 {
    width: 279px;
    top: 80px;
    left: 130px;
  }
}