@charset "UTF-8";
/* location.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.m-contact {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .m-contact {
    padding: 130px 0;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  sec-location
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-location._harbor .m-facility-content._white {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-location._harbor .m-facility-content._white {
    padding-bottom: 50px;
  }
}
.sec-location._park .m-facility-content {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-location._park .m-facility-content {
    padding-bottom: 50px;
  }
}
.sec-location._trend .m-facility-content:nth-of-type(3) {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .sec-location._trend .m-facility-content:nth-of-type(3) {
    padding-bottom: 0px;
  }
}
.sec-location._trend .m-facility-content:nth-of-type(4) {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-location._trend .m-facility-content:nth-of-type(4) {
    padding-bottom: 60px;
  }
}
.sec-location__img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-location__img img {
  width: 100%;
  height: auto;
}
.sec-location__slider {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
}
.sec-location__slider-img {
  display: inline-block;
  position: relative;
}
.sec-location__slider-img img {
  aspect-ratio: 375/667;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-location__slider-cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
}
.sec-location__slider-cap._white {
  color: #fff;
}
.sec-location__slider .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 3px;
  border-radius: 3px;
  border-radius: 60px;
  background: linear-gradient(95deg, #FFC67A 0%, #5A8458 100%);
  border-radius: 2px;
  overflow: hidden;
}
.sec-location__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 100px;
  background: #242424;
}
.sec-location .m-facility-content {
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .sec-location .m-facility-content {
    padding: 10px 0 35px;
  }
}

/*--------------------------------------------------------------------------
  sec-life
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-life {
  position: relative;
  padding: 180px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-life {
    padding: 130px 0;
  }
}
.sec-life__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
.sec-life__ttl ._en {
  font-size: 76px;
  font-weight: 700;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  letter-spacing: 3.4px;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-life__ttl ._en {
    font-size: clamp(28px, 14vw, 56px);
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-life__ttl ._en span {
    display: inline-block;
    background: linear-gradient(86deg, #65B9C1 -33.95%, #ECBE76 122.28%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-life__ttl ._ja {
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.7px;
  line-height: 1.5;
  color: #4A885E;
}
@media only screen and (max-width: 767px) {
  .sec-life__ttl ._ja {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-life__map {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-life__map-img {
    width: 1000px;
  }
}
.sec-life__map-img img {
  width: 100%;
  height: auto;
}
.sec-life__content {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-life__content {
    padding-top: 40px;
  }
}
.sec-life__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 0.8333333333vw, 10px);
}
@media only screen and (max-width: 767px) {
  .sec-life__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 7px;
  }
}
.sec-life__nav-item button {
  position: relative;
  padding: 7px 0;
  border-radius: 5px 5px 0 0;
}
.sec-life__nav-item button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px 5px 0 0;
  background: linear-gradient(86deg, #65B9C1 -33.95%, #ECBE76 122.28%), #FFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.sec-life__nav-item button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px clamp(9px, 1.5vw, 18px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(86deg, #65B9C1 -34%, #ECBE76 122%) border-box;
  border-image-slice: 1;
}
@media only screen and (max-width: 767px) {
  .sec-life__nav-item button > span {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px;
  }
}
.sec-life__nav-item button > span span {
  position: relative;
  z-index: 2;
  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;
  padding: clamp(7.5px, 1.25vw, 15px);
  font-size: clamp(8px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  background: linear-gradient(86deg, #65B9C1 -33.95%, #ECBE76 122.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-life__nav-item button > span span {
    font-size: 13px;
  }
}
.sec-life__nav-item.is-current button::before,
.sec-life__nav-item button:hover::before {
  opacity: 1;
}
.sec-life__nav-item.is-current button > span,
.sec-life__nav-item button:hover > span {
  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;
  border-color: transparent;
}
.sec-life__nav-item.is-current button > span span,
.sec-life__nav-item button:hover > span span {
  background: none;
  background-clip: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #fff;
}
.sec-life__body {
  position: relative;
  padding: clamp(20px, 3.3333333333vw, 40px) clamp(20px, 3.3333333333vw, 40px) clamp(12.5px, 2.0833333333vw, 25px);
  border: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, #65B9C1, #ECBE76) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#65B9C1), to(#ECBE76)) 1;
     border-image: linear-gradient(90deg, #65B9C1, #ECBE76) 1;
  border-image-slice: 1;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .sec-life__body {
    padding: 40px 25px 40px;
  }
}
.sec-life__more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
}
@media only screen and (max-width: 767px) {
  .sec-life__more {
    display: block;
  }
}
.sec-life__more button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 20px 72px 20px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--text-, #FFF);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  font-family: "Nanum Myeongjo", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.7px;
}
.sec-life__more button::after {
  position: absolute;
  right: 6px;
  top: calc(50% - 19px);
  width: 38px;
  height: 38px;
  background-image: url(../img/common/btn_more.svg);
  background-size: cover;
  content: "";
}
.sec-life__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec-life__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.sec-life__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - clamp(20px, 3.3333333333vw, 40px));
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
@media only screen and (max-width: 767px) {
  .sec-life__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 100%;
  }
}
.sec-life__list-item .name {
  width: calc(100% - 170px);
  font-size: clamp(7px, 1.4vw, 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .sec-life__list-item .name {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.sec-life__list-item .minutes {
  width: 170px;
  text-align: right;
  font-size: clamp(7px, 1.4vw, 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .sec-life__list-item .minutes {
    width: 100%;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=location.css.map */