@charset "UTF-8";
/*************************
        reset
*************************/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}

video {
  border: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/*************************
        config
*************************/
body {
  font-size: 100%;
  font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, "sans-serif";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.7;
}

.sp-on {
  display: none;
}

.pc-on {
  display: block;
}

@media (max-width: 1024px) and (orientation: landscape) {
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }
}
.mw1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.mw960 {
  max-width: 960px;
  margin: 0 auto;
}

.mw800 {
  max-width: 800px;
  margin: 0 auto;
}

.mw640 {
  max-width: 640px;
  margin: 0 auto;
}

.mw480 {
  max-width: 480px;
  margin: 0 auto;
}

a.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

a.btn:hover {
  opacity: 0.8;
}

/*************************
        contents
*************************/
.main {
  background: -webkit-gradient(linear, left top, right bottom, from(#78d8c3), to(#4b9e8c));
  background: linear-gradient(to right bottom, #78d8c3, #4b9e8c);
}

.contents {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.contents nav li {
  position: absolute;
  width: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .nav01 {
  top: 90px;
  left: 400px;
}
.contents .nav01:hover {
  top: 80px;
}
.contents .nav02 {
  top: 280px;
  left: 306px;
}
.contents .nav02:hover {
  top: 270px;
}
.contents .nav03 {
  top: 400px;
  left: 456px;
}
.contents .nav03:hover {
  top: 390px;
}
.contents .nav04 {
  top: 330px;
  left: 706px;
}
.contents .nav04:hover {
  top: 320px;
}
.contents .nav05 {
  top: 330px;
  left: 840px;
}
.contents .nav05:hover {
  top: 320px;
}
.contents .nav06 {
  top: 340px;
  right: 146px;
}
.contents .nav06:hover {
  top: 330px;
}
.contents .char01 {
  position: absolute;
  width: 200px;
  left: 10px;
  bottom: 10px;
}
.contents .btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 20px;
  bottom: 20px;
}
.contents .btns .btn01 {
  width: 220px;
  text-align: center;
  margin-right: 20px;
}
.contents .btns .btn01 a {
  color: #fff;
  background-color: #4b9e8c;
  padding: 0.5em;
  display: block;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.contents .btns .btn02 {
  width: 220px;
  text-align: center;
}
.contents .btns .btn02 a {
  color: #fff;
  background-color: #f3994f;
  padding: 0.5em;
  display: block;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

footer .ft01 {
  background-color: #4b9e8c;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 15px;
}
footer .ft01 .tel {
  background-color: #fff;
  color: #4b9e8c;
  margin: 15px auto;
  padding: 0.75em;
  display: block;
  width: 320px;
  border-radius: 26px;
  font-weight: bold;
  font-size: 16px;
}
footer .ft01 .tel i {
  margin-right: 0.5em;
}
footer .ft02 {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
}
footer .ft02 div {
  width: 320px;
  margin: 0 auto 20px;
}
footer .ft02 p {
  font-size: 11px;
}

#portrait {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #4b9e8c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
}
#portrait div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
}
#portrait div img {
  width: 80%;
  height: auto;
}

@media (max-width: 1024px) and (orientation: landscape) {
  .contents {
    width: 100%;
  }
  .contents nav li {
    width: 80px;
  }
  .contents .nav01 {
    top: 11%;
    left: 31.5%;
  }
  .contents .nav01:hover {
    top: 10%;
  }
  .contents .nav02 {
    top: 38%;
    left: 24.5%;
  }
  .contents .nav02:hover {
    top: 33%;
  }
  .contents .nav03 {
    top: 54%;
    left: 35.5%;
  }
  .contents .nav03:hover {
    top: 53%;
  }
  .contents .nav04 {
    top: 44%;
    left: 55%;
  }
  .contents .nav04:hover {
    top: 43%;
  }
  .contents .nav05 {
    top: 44%;
    left: 65.5%;
  }
  .contents .nav05:hover {
    top: 43%;
  }
  .contents .nav06 {
    top: 46%;
    left: 79.5%;
  }
  .contents .nav06:hover {
    top: 45%;
  }
  .contents .char01 {
    width: 120px;
  }
  .contents .btns .btn01 {
    width: 160px;
    margin-right: 15px;
  }
  .contents .btns .btn01 a {
    font-size: 14px;
  }
  .contents .btns .btn02 {
    width: 160px;
  }
  .contents .btns .btn02 a {
    font-size: 14px;
  }
  video {
    width: 100%;
    height: auto;
    display: block;
  }
  footer .ft01 {
    background-color: #4b9e8c;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    font-size: 15px;
  }
  footer .ft01 .tel {
    background-color: #fff;
    color: #4b9e8c;
    margin: 15px auto;
    padding: 0.75em;
    display: block;
    width: 320px;
    border-radius: 26px;
    font-weight: bold;
    font-size: 16px;
  }
  footer .ft01 .tel i {
    margin-right: 0.5em;
  }
  footer .ft02 {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
  }
  footer .ft02 div {
    width: 320px;
    margin: 0 auto 20px;
  }
  footer .ft02 p {
    font-size: 11px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  /* スクロール可能にする */
}

.modal__wrapper {
  position: relative;
  /* ここを追加 */
  max-width: 80%;
  height: auto;
  max-height: 90vh;
  /* 高さを90vhに */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__wrapper::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #fff;
  pointer-events: none;
  z-index: 101;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  /* 高さを自動調整 */
  max-height: 90vh;
  /* 最大で90vhまで */
  padding: 60px;
  background: #fff;
  overflow: auto;
  /* モーダル内のスクロールを可能に */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* パディングを考慮 */
}
.modal__content .modal__slider {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 102;
}
.modal__content .modal__slide {
  text-align: center;
}
.modal__content .modal__text p {
  font-weight: bold;
}
.modal__content .modal__text .sm {
  font-size: 15px;
  margin-top: 15px;
}
.modal__content .modal__text .md {
  font-size: 24px;
}
.modal__content .modal__text .click {
  display: inline-block;
  padding: 0.5em 4em;
  color: #fff;
  background-color: #4b9e8c;
  font-weight: bold;
}
.modal__content.mc01 {
  background: url(../images/bg06.webp) no-repeat center;
  background-size: cover;
}
.modal__content.mc02 {
  background: url(../images/bg01.webp) no-repeat center;
  background-size: cover;
}
.modal__content.mc03 {
  background: url(../images/bg02.webp) no-repeat center;
  background-size: cover;
}
.modal__content.mc04 {
  background: url(../images/bg04.webp) no-repeat center;
  background-size: cover;
}
.modal__content.mc05 {
  background: url(../images/bg03.webp) no-repeat center;
  background-size: cover;
}
.modal__content.mc06 {
  background: url(../images/bg05.webp) no-repeat center;
  background-size: cover;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.mchar {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 105;
  width: 260px;
}
.mchar img {
  max-width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
}

.swiper-button-next {
  right: 30px;
  /* ボタンを右端にくっつける */
}

.swiper-button-prev {
  left: 30px;
  /* ボタンを左端にくっつける */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  font-size: 14px;
}

.swiper-button-next::after {
  content: "\f054";
  /* FontAwesomeの右矢印 */
}

.swiper-button-prev::after {
  content: "\f053";
  /* FontAwesomeの左矢印 */
}

@media (max-width: 1024px) and (orientation: landscape) {
  /* モーダル全体 */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    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;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
    /* ここを追加：モーダル全体をスクロール可能に */
  }
  /* モーダルのコンテンツ */
  .modal__content {
    position: relative;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    /* ここを追加：高さを90vh以内に収める */
    padding: 40px;
    background: #fff;
    overflow: auto;
    /* ここを追加：モーダル内でスクロール可能に */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* パディングを考慮 */
    /* スライダー */
  }
  .modal__content .modal__slider {
    background-color: #fff;
    padding: 20px;
  }
  .modal__content .modal__slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal__content .modal__slide img {
    width: 50%;
  }
  .modal__content .modal__text {
    width: 45%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .modal__content .modal__text .sm {
    font-size: 12px;
    margin-top: 10px;
  }
  .modal__content .modal__text .md {
    font-size: 16px;
  }
  .modal__content .modal__text .click {
    display: block;
    padding: 0.5em;
  }
  /* モーダルを閉じるボタン */
  .modal__close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 10;
  }
  .swiper-button-next {
    right: 5px;
    /* ボタンを右端にくっつける */
  }
  .swiper-button-prev {
    left: 5px;
    /* ボタンを左端にくっつける */
  }
  .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mchar {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 105;
    width: 110px;
  }
}
.lower .main {
  width: 100%;
}
.lower .contents {
  width: 100%;
  padding: 60px 20px;
  background: url(../images/lower/bg01.png) no-repeat center;
  background-size: cover;
}
.lower .map {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.lower .map_inner {
  position: absolute;
  width: 76%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fdf9ee;
  border-radius: 20px;
  padding-bottom: 30px;
}
.lower .w90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.lower .button {
  width: 40%;
  margin: 30px auto;
}
.lower .low-btn {
  background-color: #4b9e8c;
  color: #fff;
  margin: 15px auto 0;
  padding: 0.75em;
  display: block;
  width: 320px;
  border-radius: 26px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.lower .low-btn a {
  color: #fff;
  font-weight: bold;
}
.lower .kasai {
  background-color: #c0afa3;
  text-align: center;
  color: #544236;
  padding: 30px;
}
.lower .kasai p {
  font-size: 24px;
  font-weight: bold;
}
.lower .kasai ul {
  text-align: center;
}
.lower .kasai ul li {
  display: inline-block;
  width: 40%;
  margin: 15px;
}
.lower .lower-link {
  background-color: #fff;
  padding-bottom: 40px;
}
.lower .lower-link ul {
  padding: 50px 20px 20px;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower .lower-link ul li {
  width: 30%;
  margin: 0 1% 20px;
}
.lower .lower-link ul li:last-child {
  margin-bottom: 0;
}
.lower .lower-link ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower .lower-link ul li a:hover {
  opacity: 0.7;
}

.al-c {
  text-align: center;
  padding: 1em 1em 0;
  width: 100%;
}
.al-c small {
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */