@charset "UTF-8";
:root {
  --lp--black: #1A1A1A;
  --lp--gold: #A09159;
}

.lp__wrap *,
.lp__wrap *::before,
.lp__wrap *::after {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  font-weight: normal;
  float: none;
  color: var(--lp--black);
}
.lp__wrap *::before, .lp__wrap *::after,
.lp__wrap *::before::before,
.lp__wrap *::before::after,
.lp__wrap *::after::before,
.lp__wrap *::after::after {
  content: "";
  display: block;
}
.lp__wrap a {
  cursor: pointer;
}
.lp__wrap a:hover {
  text-decoration: none;
}
.lp__wrap a:hover picture,
.lp__wrap a:hover img {
  opacity: 1;
}
.lp__wrap a:has(picture), .lp__wrap a:has(img) {
  display: block;
}
.lp__wrap a:has(picture) picture,
.lp__wrap a:has(picture) img, .lp__wrap a:has(img) picture,
.lp__wrap a:has(img) img {
  transition: inherit;
}
.lp__wrap button {
  cursor: pointer;
  border: 0;
}
.lp__wrap picture,
.lp__wrap img {
  display: block;
}
.lp__wrap iframe {
  aspect-ratio: 16/9;
  background-color: #ccc;
}

.lp__wrap {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.lp__wrap .lp__kv picture {
  display: block;
  width: 100%;
}
.lp__wrap .lp__kv picture img {
  height: 100%;
  width: 100%;
}
.lp__wrap .lp__lead {
  text-align: center;
}
.lp__wrap .lp__lead h1 {
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "MS PGothic", serif;
}
.lp__wrap .lp__main {
  width: min(100%, 1000px);
  margin: 0 auto;
}
.lp__wrap .lp__main ul {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .lp__wrap .lp__main a img {
    transition: 0.3s;
  }
  .lp__wrap .lp__main a:hover img {
    opacity: 0.7;
  }
}
.lp__wrap .lp__main div {
  display: flex;
  flex-direction: column;
}
.lp__wrap .lp__main h2 {
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "MS PGothic", serif;
  border-bottom: 1px solid var(--lp--gold);
}
.lp__wrap .lp__recommend {
  width: 100%;
}
.lp__wrap .lp__recommend h2 {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp__wrap .lp__recommend h2::before, .lp__wrap .lp__recommend h2::after {
  content: "";
  display: block;
  background: var(--lp--black);
}
.lp__wrap .lp__recommend-links {
  width: 100%;
  display: grid;
}
.lp__wrap .lp__recommend-links a {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s ease-in-out;
}
.lp__wrap .lp__recommend-links a img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover: hover) {
  .lp__wrap .lp__recommend-links a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  .lp__wrap .lp__kv {
    height: 500px;
  }
  .lp__wrap .lp__kv picture, .lp__wrap .lp__kv img {
    height: 100%;
  }
  .lp__wrap .lp__lead {
    margin-top: 70px;
  }
  .lp__wrap .lp__lead h1 {
    font-size: 38px;
  }
  .lp__wrap .lp__lead p {
    font-size: 18px;
    line-height: 180%;
    margin-top: 22px;
  }
  .lp__wrap .lp__main {
    margin-top: 70px;
  }
  .lp__wrap .lp__main ul {
    gap: 100px;
  }
  .lp__wrap .lp__main li {
    display: grid;
    grid-template-columns: 450px 500px;
    gap: 50px;
    align-items: center;
  }
  .lp__wrap .lp__main div {
    gap: 16px;
  }
  .lp__wrap .lp__main h2 {
    font-size: 24px;
    padding-bottom: 4px;
  }
  .lp__wrap .lp__main p {
    font-size: 15px;
    line-height: 180%;
  }
  .lp__wrap .lp__recommend {
    margin-top: 120px;
  }
  .lp__wrap .lp__recommend h2 {
    font-size: 26px;
    margin-bottom: 46px;
  }
  .lp__wrap .lp__recommend h2::before {
    margin-right: 20px;
  }
  .lp__wrap .lp__recommend h2::after {
    margin-left: 20px;
  }
  .lp__wrap .lp__recommend h2::before, .lp__wrap .lp__recommend h2::after {
    height: 2px;
    width: 120px;
  }
  .lp__wrap .lp__recommend-links {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .lp__wrap .show_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .lp__wrap {
    padding: 0 15px;
  }
  .lp__wrap .lp__lead {
    margin-top: min(8vw, 50px);
  }
  .lp__wrap .lp__lead h1 {
    font-size: clamp(15px, 4.89vw, 32px);
    line-height: 160%;
  }
  .lp__wrap .lp__lead p {
    font-size: clamp(10px, 3.33vw, 15px);
    line-height: 180%;
    margin-top: 16px;
  }
  .lp__wrap .lp__main {
    margin-top: min(60px, 10vw);
    padding: 0 15px;
  }
  .lp__wrap .lp__main ul {
    gap: min(60px, 8vw);
  }
  .lp__wrap .lp__main li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(22px, 3vw);
  }
  .lp__wrap .lp__main a {
    width: min(100%, 450px);
  }
  .lp__wrap .lp__main div {
    width: 100%;
    gap: min(12px, 2vw);
  }
  .lp__wrap .lp__main h2 {
    font-size: clamp(18px, 4.89vw, 24px);
    padding-bottom: 4px;
  }
  .lp__wrap .lp__main p {
    font-size: clamp(10px, 3.33vw, 15px);
    line-height: 170%;
  }
  .lp__wrap .lp__recommend {
    width: 100%;
  }
  .lp__wrap .lp__recommend h2 {
    font-size: clamp(14px, 6.13vw, 26px);
    margin-bottom: 4vw;
  }
  .lp__wrap .lp__recommend h2::before, .lp__wrap .lp__recommend h2::after {
    display: none;
  }
  .lp__wrap .lp__recommend .lp__recommend-links {
    grid-template-columns: repeat(2, min(282px, 48.5%));
    grid-template-rows: repeat(2, 1fr);
    gap: 10px 3%;
    gap: max(3%, 10px) 3%;
    justify-content: center;
  }
  .lp__wrap .lp__recommend .lp__recommend-links a {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .lp__wrap .lp__recommend .lp__recommend-links a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lp__wrap .show_pc {
    display: none;
  }
  .lp__wrap .show_sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .lp__wrap .lp__btn {
    width: 100%;
  }
}
.lp__wrap:nth-child(n+2) {
  margin-top: 150px;
}

.aa-ssi_wrap {
  display: block!important;
  margin: 100px auto 0;
  text-align: center;
}
.aa-ssi_copy {
  font-size: 24px!important;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "MS PGothic", serif;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.aa-ssi_copy:before,
.aa-ssi_copy:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #1a1a1a;
  width: 2px;
  height: 32px;
  vertical-align: middle;
}
.aa-ssi_copy:before {
  margin: 6px -25px;
  transform: rotate(-35deg);
}
.aa-ssi_copy:after {
  margin: 6px 20px;
  transform: rotate(35deg);
}
.aa-ssi_wrap picture {
  display: inline-block;
}
.aa-ssi_text {
  font-size: 15px;
   margin-top: 10px;
}
.aa-ssi_text a {
  color: #1a1a1a;
  text-decoration: underline;
  transition: 0.3s;
}
.aa-ssi_text a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .aa-ssi_wrap {
    margin: 12vw auto 0;
  }
  .aa-ssi_copy {
    font-size: 4vw!important;
    margin-bottom: 1.33vw;
  }
  .aa-ssi_copy:before,
  .aa-ssi_copy:after {
    width: 2px;
    height: 4.5vw;
  }
  .aa-ssi_copy:before {
    margin: 1vw -4vw;
  }
  .aa-ssi_copy:after {
    margin: 1vw 2.67vw;
  }
  .aa-ssi_link {
    width: 100%!important;
  }
  .aa-ssi_text {
     margin-top: 1.33vw;
    text-align: left;
  }
}

.btn_reserve {
  margin-top: 50px!important;
}
.btn_appoint {
  margin-top: 20px!important;
}
.btn_reserve a,
.btn_appoint a {
  font-size: 18px;
  text-decoration: underline!important;
  transition: .3s;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  color: #1a1a1a;
}
.btn_reserve a:hover,
.btn_appoint a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btn_reserve {
    margin-top: 6vw!important;
  }
  .btn_appoint {
    margin-top: 3vw!important;
  }
  .btn_reserve a,
  .btn_appoint a {
    font-size: 4vw;
  }
}

/* for module customize*//*# sourceMappingURL=style.css.map */