@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-image: url(../images/common/stone_screen_large.webp);
}

h2 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  text-align: center;
}
@media (max-width: 740px) {
  h2 {
    line-height: 1.1;
  }
}

.ls_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ls_mv_image {
  width: 100%;
  position: relative;
}
.ls_mv_title_bkg {
  width: 100%;
  height: 190px;
  background-color: rgba(57, 69, 89, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ls_mv_title {
  width: 100%;
  height: 190px;
  padding: 50px 0 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .ls_mv_title {
    padding: 45px 0 35px;
  }
}
.ls_mv_title h1 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .ls_mv_title h1 {
    line-height: 1.1;
    margin: 0 auto 25px;
  }
}
.ls_mv_title p {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #fff;
}

.ls_intro {
  padding: 85px 0 110px;
  text-align: center;
}
@media (max-width: 740px) {
  .ls_intro {
    padding: 40px 0 75px;
  }
}
.ls_intro h3 {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.ls_intro_text {
  font-size: 14px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .ls_intro_text {
    margin-bottom: 40px;
  }
}
.ls_intro_image {
  position: relative;
  width: 63%;
  max-width: 755px;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .ls_intro_image {
    width: 100%;
  }
}
.ls_intro_image .image_cap {
  bottom: 8%;
  right: 14%;
}
@media (max-width: 740px) {
  .ls_intro_image .image_cap {
    bottom: 0;
    right: 8%;
  }
}

.ls_entrance {
  text-align: center;
  margin-bottom: 115px;
}
@media (max-width: 740px) {
  .ls_entrance {
    margin-bottom: 80px;
  }
}
.ls_entrance h2 {
  margin-bottom: 45px;
  letter-spacing: 0.04em;
}
@media (max-width: 740px) {
  .ls_entrance h2 {
    margin-bottom: 35px;
  }
}
.ls_entrance h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .ls_entrance h3 {
    margin-bottom: 25px;
  }
}
.ls_entrance_text {
  font-size: 14px;
  letter-spacing: 0.075em;
  letter-spacing: 0.18em;
  margin-bottom: 30px;
}
.ls_entrance_image {
  position: relative;
}

.ls_facilities {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .ls_facilities {
    margin-bottom: 80px;
  }
}
.ls_facilities h2 {
  margin-bottom: 45px;
}
@media (max-width: 740px) {
  .ls_facilities h2 {
    margin-bottom: 35px;
  }
}
.ls_facilities h3 {
  font-size: 20px;
  letter-spacing: 0.18em;
  margin-bottom: 40px;
}
.ls_facilities_detail {
  margin-bottom: 65px;
}
.ls_facilities_detail ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 75px;
  row-gap: 35px;
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .ls_facilities_detail ul {
    gap: 40px;
  }
}
@media (max-width: 740px) {
  .ls_facilities_detail ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 25px;
  }
}
.ls_facilities_detail ul li {
  grid-column: span 2;
}
@media (max-width: 740px) {
  .ls_facilities_detail ul li {
    grid-column: span 1;
  }
}
.ls_facilities_detail ul li:nth-child(3n+1):nth-last-child(2) {
  grid-column: 2/span 2;
}
@media (max-width: 740px) {
  .ls_facilities_detail ul li:nth-child(3n+1):nth-last-child(2) {
    grid-column: auto;
  }
}
.ls_facilities_detail ul li:nth-child(3n+1):last-child {
  grid-column: 3/5;
}
@media (max-width: 740px) {
  .ls_facilities_detail ul li:nth-child(3n+1):last-child {
    grid-column: auto;
  }
}
.ls_facilities_detail ul li div {
  position: relative;
  margin-bottom: 15px;
}
.ls_facilities_detail ul li div .num {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 10%;
  aspect-ratio: 1/1;
  background-color: #a7935e;
  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;
}
.ls_facilities_detail ul li div .num p {
  color: #fff;
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  font-family: "Garamond", serif;
}
.ls_facilities_detail ul li h4 {
  font-size: clamp(1.4rem, -0.877rem + 3.077vw, 2.2rem);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .ls_facilities_detail ul li h4 {
    letter-spacing: -0.04em;
  }
}
.ls_facilities_detail ul li h4 span {
  font-size: clamp(0.7rem, -0.438rem + 1.538vw, 1.1rem);
  vertical-align: top;
}
.ls_facilities_detail ul li .ls_fd_li p {
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  line-height: 1.57;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.ls_facilities_detail ul li .ls_fd_li p span {
  font-size: clamp(0.7rem, -0.438rem + 1.538vw, 1.1rem);
  vertical-align: top;
}
.ls_facilities_detail_cap {
  font-size: 1rem;
  line-height: 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ls_facilities_post {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  padding: 65px 75px 50px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .ls_facilities_post {
    padding: 35px 20px 40px;
    margin: 0 auto 40px;
  }
}
.ls_facilities_post_title {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
@media (max-width: 740px) {
  .ls_facilities_post_title {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 35px;
  }
}
.ls_facilities_post_title h3 {
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media (max-width: 1000px) {
  .ls_facilities_post_title h3 {
    font-size: 17px;
  }
}
@media (max-width: 740px) {
  .ls_facilities_post_title h3 {
    margin-bottom: 0;
  }
}
.ls_facilities_post_title_r {
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ls_facilities_post_content ul {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px;
}
@media (max-width: 740px) {
  .ls_facilities_post_content ul {
    width: 100%;
    gap: 18px;
  }
}
.ls_facilities_post_content ul li div {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .ls_facilities_post_content ul li div {
    margin-bottom: 10px;
  }
}
.ls_facilities_post_content ul li div .image_cap {
  font-size: 1rem;
}
.ls_facilities_post_content ul li h4 {
  font-size: clamp(1.4rem, -0.877rem + 3.077vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.05em;
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .ls_facilities_post_content ul li h4 {
    margin-bottom: 10px;
    letter-spacing: -0.1em;
  }
}
.ls_facilities_post_content ul li p {
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ls_facilities_smoothe {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  padding: 70px 60px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .ls_facilities_smoothe {
    padding: 35px 20px 45px;
  }
}
.ls_facilities_smoothe h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.ls_facilities_smoothe_logo {
  width: 350px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .ls_facilities_smoothe_logo {
    width: 280px;
  }
}
.ls_facilities_smoothe_titletext {
  width: 300px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .ls_facilities_smoothe_titletext {
    width: 255px;
  }
}
.ls_facilities_smoothe_text {
  font-size: 14px;
  margin-bottom: 30px;
}

.ls_parking {
  padding-bottom: 80px;
}
@media (max-width: 740px) {
  .ls_parking {
    padding-bottom: 20px;
  }
}
.ls_parking_title {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.ls_parking_title .ls_pt_image {
  width: 100%;
  position: relative;
}
.ls_parking_title .ls_pt_bkg {
  width: 100%;
  height: 148px;
  background-color: rgba(57, 69, 89, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ls_parking_title .ls_pt_h2 {
  width: 100%;
  height: 148px;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .ls_parking_title .ls_pt_h2 {
    padding: 45px 0 35px;
  }
}
.ls_parking_title .ls_pt_h2 h2 {
  font-size: 32px;
  color: #fff;
}
.ls_parking h3 {
  font-size: clamp(1.8rem, 1.231rem + 0.769vw, 2rem);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.ls_parking h3 span {
  text-box: trim-both cap alphabetic;
  font-size: clamp(2.7rem, 1.846rem + 1.154vw, 3rem);
  letter-spacing: 0.08em;
  border-bottom: 1px solid #231815;
}
.ls_parking_intro {
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
  margin-bottom: 60px;
}
.ls_parking_intro .cap {
  line-height: 1.3;
}
.ls_parking_content {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .ls_parking_content {
    margin-bottom: 40px;
  }
}
.ls_parking_content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  row-gap: 60px;
}
@media (max-width: 740px) {
  .ls_parking_content ul {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
}
.ls_parking_content ul li {
  color: #fff;
  background-color: #394559;
  padding-top: 20px;
}
@media (max-width: 740px) {
  .ls_parking_content ul li {
    padding-top: 15px;
  }
}
.ls_parking_content ul li h4 {
  color: #d6c19c;
  font-size: clamp(1.4rem, 0.546rem + 1.154vw, 1.7rem);
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .ls_parking_content ul li h4 {
    margin-bottom: 15px;
  }
}
.ls_parking_content ul li h4 span {
  font-size: clamp(2.1rem, 0.962rem + 1.538vw, 2.5rem);
}
.ls_parking_content ul li h5 {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .ls_parking_content ul li h5 {
    margin-bottom: 15px;
  }
}
.ls_parking_content ul li .ls_pac_image {
  position: relative;
}
.ls_parking_content ul li .ls_pac_text {
  padding: 25px;
  font-size: 14px;
}
@media (max-width: 740px) {
  .ls_parking_content ul li .ls_pac_text {
    padding: 15px;
  }
}
.ls_parking_charge {
  padding: 65px 75px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .ls_parking_charge {
    padding: 30px 0 0 0;
  }
}
.ls_parking_charge_title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 740px) {
  .ls_parking_charge_title {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }
}
.ls_parking_charge_title h3 {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: left;
}
.ls_parking_charge_title h3 .en {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
  border: none;
}
@media (max-width: 740px) {
  .ls_parking_charge_title h3 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.ls_parking_charge_title img {
  width: 325px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .ls_parking_charge_title img {
    width: 270px;
  }
}
@media (max-width: 740px) {
  .ls_parking_charge_title img {
    width: 250px;
  }
}
.ls_parking_charge_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 740px) {
  .ls_parking_charge_content {
    grid-template-columns: 1fr;
  }
}
.ls_parking_charge_content_01 .p {
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: justify;
}
.ls_parking_charge_content_01 .p .p_cap {
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 740px) {
  .ls_parking_charge_content_01 {
    width: 90%;
    margin: 0 auto;
  }
}
.ls_parking_charge_content div {
  position: relative;
}

.ls_cap {
  padding-top: 40px;
  font-size: 1rem;
}
@media (max-width: 740px) {
  .ls_cap {
    padding-top: 30px;
  }
}/*# sourceMappingURL=landscape.css.map */