@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
zando
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
layout-lower-place
======================================================== */
.layout-lower-place {
  position: relative;
  overflow: hidden;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .layout-lower-place {
    margin-top: -28px;
  }
}

/* ========================================================
.sec-lower-place
======================================================== */
.sec-lower-place {
  padding-top: min(244 / 1240 * 100vw, 244px);
}
@media screen and (max-width: 767px) {
  .sec-lower-place {
    padding-top: min(100 / 400 * 100vw, 100px);
  }
}

.sec-lower-place__txt-box {
  position: relative;
  display: grid;
  gap: min(8 / 1240 * 100vw, 8px);
  padding: min(70 / 1240 * 100vw, 70px) min(144 / 1240 * 100vw, 144px) min(80 / 1240 * 100vw, 80px) min(92 / 1240 * 100vw, 92px);
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec-lower-place__txt-box {
    gap: min(8 / 400 * 100vw, 8px);
    padding: min(34 / 400 * 100vw, 34px) min(12 / 400 * 100vw, 12px) min(40 / 400 * 100vw, 40px) min(32 / 400 * 100vw, 32px);
  }
}

.sec-lower-place__txt-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: max(min(859 / 1240 * 100vw, 859px), 594px);
  height: auto;
  background-image: url(.././img/zando/place-txt-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border-radius: 56px 0 0 56px;
  aspect-ratio: 859/320;
  z-index: 0;
}
@media screen and (min-width: 1410px) {
  .sec-lower-place__txt-box::before {
    height: 100%;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-lower-place__txt-box::before {
    height: 100%;
  }
}

.sec-lower-place__txt {
  position: relative;
  font-size: max(min(18 / 1240 * 100vw, 18px), 14px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-lower-place__txt {
    font-size: min(16 / 400 * 100vw, 16px);
  }
}

.sec-lower-place__txt + .sec-lower-place__txt {
  margin-top: min(8 / 1240 * 100vw, 8px);
}

.sec-lower-place__txt--center.sec-lower-place__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-lower-place__txt img {
  width: max(min(127 / 1240 * 100vw, 127px), 90px);
  aspect-ratio: 127/44;
  margin-right: min(4 / 1240 * 100vw, 4px);
}
@media screen and (max-width: 767px) {
  .sec-lower-place__txt img {
    width: min(127 / 400 * 100vw, 127px);
    margin-right: min(4 / 400 * 100vw, 4px);
  }
}

.sec-lower-place__txt span {
  font-size: max(min(20 / 1240 * 100vw, 20px), 16px);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-lower-place__txt span {
    font-size: min(18 / 400 * 100vw, 18px);
  }
}

/* .lower-place-list
------------------------------ */
.lower-place-list {
  display: grid;
  gap: min(32 / 1240 * 100vw, 32px);
  margin-top: min(156 / 1240 * 100vw, 156px);
}
@media screen and (max-width: 767px) {
  .lower-place-list {
    gap: min(32 / 400 * 100vw, 32px);
    margin-top: min(86 / 400 * 100vw, 86px);
  }
}

.lower-place-item {
  position: relative;
  border-radius: 0 48px 0 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lower-place-item {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.lower-place-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: min(280 / 1240 * 100vw, 280px);
  padding: min(68 / 1240 * 100vw, 68px) 0 0 min(56 / 1240 * 100vw, 56px);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lower-place-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: min(265 / 400 * 100vw, 265px);
    padding: min(42 / 400 * 100vw, 42px) 0 0 min(16 / 400 * 100vw, 16px);
  }
}

.lower-place-item a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 48px 0 48px;
  z-index: -1;
}

.lower-place-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 48px 0 48px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lower-place-item:nth-child(1) a::before {
  background: url("../img/common/base/nara-bg.webp") center/cover no-repeat;
}

.lower-place-item:nth-child(2) a::before {
  background: url("../img/common/base/wakayama-bg.webp") center/cover no-repeat;
}

.lower-place-item:nth-child(3) a::before {
  background: url("../img/common/base/osaka-bg01.webp") center/cover no-repeat;
}

.lower-place-item:nth-child(4) a::before {
  background: url("../img/common/base/kyoto-bg01.webp") center/cover no-repeat;
}

.lower-place-item a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lower-place-item__left {
  display: grid;
  gap: min(16 / 1240 * 100vw, 16px);
}
@media screen and (max-width: 767px) {
  .lower-place-item__left {
    gap: min(16 / 400 * 100vw, 16px);
  }
}

.lower-place-item__ttl {
  position: relative;
  font-weight: 700;
  font-size: min(40 / 1240 * 100vw, 40px);
  line-height: 1.3;
  color: #fff;
  padding-bottom: min(8 / 1240 * 100vw, 8px);
}
@media screen and (max-width: 767px) {
  .lower-place-item__ttl {
    font-size: min(26 / 400 * 100vw, 26px);
    padding-bottom: min(8 / 400 * 100vw, 8px);
  }
}

.lower-place-item__ttl::after {
  content: "";
  position: absolute;
  left: max(-56 / 1240 * 100vw, -56px);
  bottom: 0;
  width: calc(100% + min(56 / 1240 * 100vw, 56px));
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #24664b), color-stop(10%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(90deg, #24664b 10%, rgba(255, 255, 255, 0.5) 10% rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .lower-place-item__ttl::after {
    left: max(-16 / 400 * 100vw, -16px);
    width: calc(100% + min(16 / 400 * 100vw, 16px));
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #24664b), color-stop(5%, rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, #24664b 5%, rgba(255, 255, 255, 0.5) 5% rgba(255, 255, 255, 0.5) 100%);
  }
}

.lower-place-item__ttl span {
  font-size: min(28 / 1240 * 100vw, 28px);
  margin-left: min(16 / 1240 * 100vw, 16px);
}
@media screen and (max-width: 767px) {
  .lower-place-item__ttl span {
    font-size: min(20 / 400 * 100vw, 20px);
    margin-right: min(16 / 400 * 100vw, 16px);
  }
}

.lower-place-item__bottoms {
  display: grid;
  gap: min(12 / 1240 * 100vw, 12px);
}
@media screen and (max-width: 767px) {
  .lower-place-item__bottoms {
    gap: min(12 / 400 * 100vw, 12px);
  }
}

.lower-place-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(20 / 1240 * 100vw, 20px);
}
@media screen and (max-width: 767px) {
  .lower-place-item__bottom {
    gap: min(10 / 400 * 100vw, 10px);
  }
}

.lower-place-item__bottom1 {
  width: max(104 / 1400 * 100vw, 90px);
  font-weight: 700;
  font-size: min(20 / 1240 * 100vw, 20px);
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lower-place-item__bottom1 {
    width: min(90 / 400 * 100vw, 90px);
    font-size: min(16 / 400 * 100vw, 16px);
  }
}

.lower-place-item__bottom2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: min(20 / 1240 * 100vw, 20px);
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lower-place-item__bottom2 {
    font-size: min(16 / 400 * 100vw, 16px);
  }
}

.lower-place-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.lower-place-item__btn {
  position: relative;
  display: inline-block;
  padding: min(22 / 1240 * 100vw, 22px) min(96 / 1240 * 100vw, 96px) min(22 / 1240 * 100vw, 22px) min(48 / 1240 * 100vw, 48px);
  background-color: #070707;
  border-radius: 0 16px 0 16px;
  font-weight: 700;
  font-size: min(18 / 1240 * 100vw, 18px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lower-place-item__btn {
    padding: min(26 / 400 * 100vw, 26px) min(80 / 400 * 100vw, 80px) min(24 / 400 * 100vw, 24px) min(30 / 400 * 100vw, 30px);
    font-size: min(15 / 400 * 100vw, 15px);
  }
}

.lower-place-item__btn::before {
  position: absolute;
  content: "";
  right: min(16 / 1240 * 100vw, 16px);
  bottom: min(16 / 1240 * 100vw, 16px);
  width: min(30 / 1240 * 100vw, 30px);
  height: min(30 / 1240 * 100vw, 30px);
  background-image: url(.././img/common/base/rotate-arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lower-place-item__btn::before {
    right: min(16 / 400 * 100vw, 16px);
    bottom: min(16 / 400 * 100vw, 16px);
    width: min(30 / 400 * 100vw, 30px);
    height: min(30 / 400 * 100vw, 30px);
  }
}

@media (any-hover: hover) {
  .lower-place-item a:hover .lower-place-item__btn::before {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}

.lower-place-item__btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: min(64 / 1240 * 100vw, 64px);
  height: min(64 / 1240 * 100vw, 64px);
  background-color: #18b777;
  border-radius: 0 16px 0 16px;
}
@media screen and (max-width: 767px) {
  .lower-place-item__btn::after {
    width: min(64 / 400 * 100vw, 64px);
    height: min(64 / 400 * 100vw, 64px);
  }
}

.lower-place-item__deco {
  position: absolute;
  top: min(8 / 1240 * 100vw, 8px);
  right: 0;
  font-family: "Inter", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: min(112 / 1240 * 100vw, 112px);
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .lower-place-item__deco {
    font-size: min(50 / 400 * 100vw, 50px);
    margin-top: max(-8 / 400 * 100vw, -8px);
  }
}

.lower-place__img1 {
  position: absolute;
  left: 0;
  top: min(34 / 1240 * 100vw, 34px);
  z-index: -10;
}

.lower-place__img1 img {
  width: 46.3vw;
  height: auto;
  aspect-ratio: 648/777;
}
@media screen and (max-width: 767px) {
  .lower-place__img1 img {
    width: min(267 / 400 * 100vw, 320px);
  }
}

.lower-place__img2 {
  position: absolute;
  right: 0;
  top: calc(451 / 1400 * 100vw);
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .lower-place__img2 {
    top: min(267 / 400 * 100vw, 267px);
  }
}

.lower-place__img2 img {
  width: 41.6vw;
  aspect-ratio: 582/697;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lower-place__img2 img {
    width: min(242 / 40 * 100vw, 300px);
  }
}/*# sourceMappingURL=zando.min.css.map */