@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  line-height: 1.8;
  font-size: 1.6rem;
  /* color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem; */
}

a {
  color: #5c4b2b;
}

a:hover {
  color: #5c4b2b;
  text-align: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 1.4;
  }

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* 携帯のみ電話
-----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    text-decoration: none;
  }
}

/* 分岐
-----------------------------------------------------------*/
[data-device=sp] {
  display: none;
}

@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none;
  }

  [data-device=sp] {
    display: block;
  }
}

/* h2 */
.h2-bg {
  position: relative;
  width: 100%;
  z-index: -1;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .h2-bg {
    margin-bottom: 30px;
  }
}

.h2-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: url("../images/h2-box01.png") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .h2-bg::before {
    width: 38.4615384615vw;
    height: 38.4615384615vw;
  }
}

.h2-bg::after {
  position: absolute;
  content: "";
  top: 290px;
  right: 0;
  width: 222px;
  height: 369px;
  background: url("../images/h2-box02.png") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .h2-bg::after {
    top: 29.4871794872vw;
    width: 16.6666666667vw;
    height: 27.6923076923vw;
  }
}

.h2-bg img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .h2-bg img {
    height: 38.4615384615vw;
  }
}

.h2-bg h2 {
  font-size: 6.5rem;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 45px;
  left: 35px;
}

@media screen and (max-width: 768px) {
  .h2-bg h2 {
    font-size: 3rem;
    top: 5.7692307692vw;
    left: 4.4871794872vw;
  }
}

/* asta */
.asta {
  font-size: 1.2rem;
  list-style: none;
}

.asta>li {
  line-height: 1.5;
}

/* title */
.h2_en {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 50px;
  color: #5a4a2a;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 768px) {
  .h2_en {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.h2_txt {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 70px;
  color: #3d2108;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .h2_txt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.h2_txt.f32 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .h2_txt.f32 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.h2_img {
  margin-bottom: 40px;
  text-align: center;
}

.h3-nomal {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .h3-nomal {
    padding-bottom: 30px;
  }
}

.h3-nomal h3 {
  font-size: 3.5rem;
  color: #5a4a2a;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .h3-nomal h3 {
    font-size: 2.3rem;
  }
}

.h3-nomal h3::before,
.h3-nomal h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.h3-nomal h3::before {
  margin-right: 2rem;
}

.h3-nomal h3::after {
  margin-left: 2rem;
}

.h3-nomal p {
  font-size: 1.5rem;
  color: #b2a361;
  font-family: "Cinzel", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .h3-nomal p {
    font-size: 1.2rem;
  }
}

.h3-nomal.en {
  padding-bottom: 20px;
}

.h3-nomal.en h3 {
  font-size: 4rem;
  font-family: "Cinzel", serif;
}

@media screen and (max-width: 768px) {
  .h3-nomal.en h3 {
    font-size: 2.3rem;
  }
}

.top-btn {
  position: relative;
}

.top-btn::before {
  content: "";
  width: 267px;
  height: 395px;
  background: url("../images/bg-topbtn01.jpg") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -760px;
  top: 120px;
  z-index: -1;
}

.top-btn::after {
  content: "";
  width: 342px;
  height: 585px;
  background: url("../images/bg-topbtn02.jpg") 0 0 no-repeat;
  position: absolute;
  right: 50%;
  margin-right: -760px;
  top: 310px;
  z-index: -1;
}

.top-btn .wrapper {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-btn .wrapper {
    width: 92%;
  }
}

.top-btn-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.top-btn-area ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-btn-area ul li a.nolink {
  pointer-events: none;
}

.top-btn-area ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  transition: 0.3s;
}

.top-btn-area ul li a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.top-btn-area ul li a p {
  font-size: 4rem;
  color: #fff;
  font-family: "Cinzel", serif;
  position: relative;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .top-btn-area ul li a p {
    font-size: 3rem;
  }
}

.top-btn-area ul li a p::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
  background: #b2a361;
}

.top-btn-area ul li a span {
  color: #fff;
  font-size: 1.8rem;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .top-btn-area ul li a span {
    font-size: 1.5rem;
  }
}

.top-btn-area ul li[data-wide] {
  width: 1000px;
  height: 260px;
}

@media screen and (max-width: 768px) {
  .top-btn-area ul li[data-wide] {
    width: 100%;
    height: 33.3333333333vw;
  }
}

.top-btn-area ul li[data-narrow] {
  width: 495px;
  height: 260px;
}

@media screen and (max-width: 768px) {
  .top-btn-area ul li[data-narrow] {
    width: 100%;
    height: 33.3333333333vw;
  }
}

.top-btn-area ul li[data-narrow] a {
  text-align: right;
}

.top-btn-area ul li[data-narrow] a p::after {
  left: inherit;
  right: 20px;
}

.top-btn-area ul li[data-plan] {
  background: url("../images/top_btn_img01_02.jpg") 0 0 no-repeat;
  background-size: cover;
}

.top-btn-area ul li[data-location] {
  background: url("../images/top_btn_img02.jpg") 0 0 no-repeat;
  background-size: cover;
}

.top-btn-area ul li[data-access] {
  background: url("../images/top_btn_img03.jpg") 0 0 no-repeat;
  background-size: cover;
}

.top-btn-area ul li[data-concept] {
  background: url("../images/top_btn_img04.jpg") 0 0 no-repeat;
  background-size: cover;
}

.top-btn-area ul li[data-equipment] {
  background: url("../images/top_btn_img05.jpg") 0 0 no-repeat;
  background-size: cover;
}

.top-btn-area ul li[data-price] {
  background: url("../images/top_btn_img06.jpg") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-btn-area ul li[data-plan] {
    background: url("../images/top_btn_img01_02.jpg") -100px 0 no-repeat;
    background-size: cover;
  }

  .top-btn-area ul li[data-concept] {
    background: url("../images/top_btn_img04.jpg") -100px 0 no-repeat;
    background-size: cover;
  }


}