@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.t_mv {
  width: 100%;
  height: auto;
}
.t_mv > div video {
  display: block;
  width: 100%;
}

.t_usp {
  padding: 65px 0;
  background-color: #f3f2f0;
  text-align: center;
}
@media (max-width: 768px) {
  .t_usp {
    padding: 40px 0;
  }
}
.t_usp h2 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.t_usp_01 {
  font-size: clamp(2rem, -0.277rem + 3.077vw, 2.8rem);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.t_usp_01_01 {
  font-size: clamp(2.8rem, -0.046rem + 3.846vw, 3.8rem);
}
.t_usp_01_02 {
  color: #be9461;
  font-size: clamp(4.5rem, 0.231rem + 5.769vw, 6rem);
  font-family: "EB Garamond", serif;
}
.t_usp_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 65px;
}
@media (max-width: 768px) {
  .t_usp_02 {
    margin-bottom: 45px;
  }
}
.t_usp_02_01 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.t_usp_02_02 {
  font-size: clamp(2rem, -0.277rem + 3.077vw, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .t_usp_02_02 {
    line-height: 1;
  }
}
.t_usp_02_02_01 {
  font-size: clamp(2.8rem, -0.046rem + 3.846vw, 3.8rem);
}
.t_usp_02_02_02 {
  color: #be9461;
  font-size: clamp(4rem, 0.015rem + 5.385vw, 5.4rem);
  font-family: "EB Garamond", serif;
}
.t_usp_02_02_03 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
}
.t_usp_02_02_04 {
  color: #be9461;
  font-size: clamp(3.1rem, -0.6rem + 5vw, 4.4rem);
  font-family: "EB Garamond", serif;
}
.t_usp_02_02_05 {
  font-size: 22px;
  position: relative;
}
.t_usp_02_02_05::before {
  content: "※";
  color: #231815;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  position: absolute;
  top: -16%;
  left: 30%;
}
@media (max-width: 768px) {
  .t_usp_02_02_05::before {
    top: -10%;
    left: 40%;
  }
}
@supports (font: -apple-system-body) {
  .t_usp_02_02_05::before {
    top: -100%;
    left: 30%;
  }
  @media (max-width: 768px) {
    .t_usp_02_02_05::before {
      top: -80%;
      left: 40%;
    }
  }
}
.t_usp_02_03 {
  font-size: 1.1rem;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .t_usp_02_03 {
    position: relative;
    text-align: center;
  }
}
.t_usp_03 {
  width: 60%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .t_usp_03 {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .t_usp_03 {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }
}
.t_usp_03 li {
  border-left: 1px solid #3e3d3c;
  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;
}
@media (max-width: 1280px) {
  .t_usp_03 li {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .t_usp_03 li {
    margin-bottom: 0;
    padding: 15px 0;
    border-top: 1px solid #3e3d3c;
    border-left: none;
    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;
  }
}
.t_usp_03 li p {
  text-align: center;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
}
.t_usp_03 li p .num {
  color: #be9461;
  font-size: clamp(2.6rem, -0.246rem + 3.846vw, 3.6rem);
}
.t_usp_03 li:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  .t_usp_03 li:first-child {
    padding-top: 0;
    border-top: none;
  }
}
.t_usp_03 li:first-child p {
  position: relative;
  line-height: 1;
}
.t_usp_03 li:first-child p .cap {
  font-size: 1.1rem;
  position: absolute;
  top: 40%;
  right: 0;
}
@media (max-width: 768px) {
  .t_usp_03 li:first-child p .cap {
    top: -100%;
  }
}
.t_usp_03 li:last-child {
  grid-column: 3/5;
}
@media (max-width: 768px) {
  .t_usp_03 li:last-child {
    grid-column: auto;
    padding-bottom: 0;
  }
}
.t_usp_03 li:last-child p {
  position: relative;
}
.t_usp_03 li:last-child p .cap {
  font-size: 1.1rem;
  position: absolute;
  top: -20%;
  right: 0;
}
@media (max-width: 768px) {
  .t_usp_03 li:last-child p .cap {
    right: -5%;
  }
}

.t_entry {
  padding: 60px 0;
  background-color: #c3caba;
  text-align: center;
}
@media (max-width: 768px) {
  .t_entry {
    padding: 30px 0;
  }
}
.t_entry_top {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .t_entry_top {
    margin-bottom: 18px;
  }
}
.t_entry h2 {
  font-size: clamp(2.6rem, -0.246rem + 3.846vw, 3.6rem);
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .t_entry h2 {
    margin-bottom: 20px;
  }
}
.t_entry_text {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 1.625;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .t_entry_text {
    line-height: 2;
    margin-bottom: 30px;
  }
}
.t_entry_btns {
  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;
  gap: 40px;
}
@media (max-width: 768px) {
  .t_entry_btns {
    display: block;
  }
}
.t_entry_btns_btn {
  width: 400px;
  height: 64px;
  background-color: #7c0d22;
  color: #fff;
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .t_entry_btns_btn:hover {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
  }
}
@media (max-width: 768px) {
  .t_entry_btns_btn {
    width: 325px;
    height: 45px;
    margin: 0 auto;
  }
}
.t_entry_btns_btn a {
  width: 100%;
  height: 100%;
  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;
}
@media (max-width: 768px) {
  .t_entry_btns_btn:first-child {
    margin-bottom: 20px;
  }
}

.t_main {
  padding: 115px 0 90px;
  background-color: #f3f2f0;
  text-align: center;
}
@media (max-width: 768px) {
  .t_main {
    padding: 60px 0 50px;
  }
}
.t_main h2 {
  font-size: clamp(1.8rem, -1.046rem + 3.846vw, 2.8rem);
  letter-spacing: 0.22em;
  margin-bottom: 35px;
}
.t_main h1 {
  width: 30%;
  min-width: 450px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .t_main h1 {
    width: 80%;
    min-width: 0;
    margin: 0 auto 40px;
  }
}
.t_main_text {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 45px;
}
.t_main_pers {
  width: 63%;
  max-width: 945px;
  margin: 0 auto 85px;
}
@media (max-width: 768px) {
  .t_main_pers {
    width: 100%;
    margin-bottom: 70px;
  }
}
.t_main_pers .img_cap {
  background-color: transparent;
  color: #231815;
  bottom: -25px;
}
@media (max-width: 768px) {
  .t_main_pers .img_cap {
    bottom: -20px;
    right: 5%;
  }
}
.t_main_map {
  width: 100%;
}

.t_nav {
  overflow-x: clip;
  padding: 70px 0 115px;
  background-color: #f3f2f0;
}
@media (max-width: 768px) {
  .t_nav {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .t_nav .inner {
    width: 100%;
    max-width: 768px;
  }
}
.t_nav_one {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .t_nav_one {
    margin-bottom: 60px;
  }
}
.t_nav_one_img {
  width: 54%;
  height: auto;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .t_nav_one_img {
    width: 93%;
  }
}
.t_nav_one_text {
  width: 54%;
  padding: 78px 60px;
  border: 1px solid #be9461;
}
@media (max-width: 768px) {
  .t_nav_one_text {
    width: 93%;
    padding: 50px 25px 30px;
  }
}
.t_nav_one_text h3 {
  font-size: clamp(2.4rem, 2.115rem + 0.385vw, 2.5rem);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .t_nav_one_text h3 {
    margin-bottom: 12px;
  }
}
.t_nav_one_text_border {
  width: 45%;
  height: 1px;
  background-color: #be9461;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .t_nav_one_text_border {
    margin-bottom: 12px;
  }
}
.t_nav_one_text h4 {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .t_nav_one_text h4 {
    margin-bottom: 30px;
  }
}
.t_nav_one_text h5 {
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .t_nav_one_text h5 {
    margin-bottom: 30px;
  }
}
.t_nav_one_text .vm_btn {
  display: inline-block;
  color: #be9461;
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  padding-bottom: 7px;
  border-bottom: 1px solid #be9461;
  position: relative;
  -webkit-transition: opacity 1.5s, background-color 0.2s, -webkit-filter 0.3s ease, -webkit-transform 1s;
  transition: opacity 1.5s, background-color 0.2s, -webkit-filter 0.3s ease, -webkit-transform 1s;
  transition: filter 0.3s ease, opacity 1.5s, transform 1s, background-color 0.2s;
  transition: filter 0.3s ease, opacity 1.5s, transform 1s, background-color 0.2s, -webkit-filter 0.3s ease, -webkit-transform 1s;
}
.t_nav_one_text .vm_btn:after {
  display: block;
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-top: 1px solid #be9461;
  border-right: 1px solid #be9461;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: 3px;
  right: -10px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .t_nav_one_text .vm_btn:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .t_nav_one_text .vm_btn:hover:after {
    right: -20px;
  }
}
.t_nav_one:nth-child(1) .t_nav_one_img {
  display: grid;
  grid-template-columns: 37fr 30fr;
  grid-template-rows: repeat(auto-fit);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(1) .t_nav_one_img {
    gap: 8px;
  }
}
.t_nav_one:nth-child(1) .t_nav_one_img .img {
  height: auto;
}
.t_nav_one:nth-child(1) .t_nav_one_img .img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(1) .t_nav_one_img .img:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.t_nav_one:nth-child(1) .t_nav_one_img .img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(1) .t_nav_one_img .img:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 0;
  }
}
.t_nav_one:nth-child(1) .t_nav_one_img .img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(1) .t_nav_one_img .img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.t_nav_one:nth-child(1) .t_nav_one_text {
  padding: 78px 64px 78px 150px;
  margin: -300px 0 0 auto;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(1) .t_nav_one_text {
    padding: 50px 25px 30px;
    margin: -20px 0 0 auto;
    border-right: none;
  }
}
.t_nav_one:nth-child(2) .t_nav_one_img, .t_nav_one:nth-child(4) .t_nav_one_img {
  margin: 0 0 0 auto;
}
.t_nav_one:nth-child(2) .t_nav_one_text, .t_nav_one:nth-child(4) .t_nav_one_text {
  margin: -300px auto 0 0;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(2) .t_nav_one_text, .t_nav_one:nth-child(4) .t_nav_one_text {
    margin: -20px auto 0 0;
    border-left: none;
  }
}
.t_nav_one:nth-child(3) .t_nav_one_img, .t_nav_one:nth-child(5) .t_nav_one_img {
  margin: 0 auto 0 0;
}
.t_nav_one:nth-child(3) .t_nav_one_text, .t_nav_one:nth-child(5) .t_nav_one_text {
  padding: 78px 64px 78px 150px;
  margin: -300px 0 0 auto;
}
@media (max-width: 768px) {
  .t_nav_one:nth-child(3) .t_nav_one_text, .t_nav_one:nth-child(5) .t_nav_one_text {
    padding: 50px 25px 30px;
    margin: -20px 0 0 auto;
    border-right: none;
  }
}
.t_nav_one:nth-child(5) {
  margin-bottom: 0;
}
.t_nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .t_nav_flex {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.t_nav_flex .t_nav_one_img {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 35px !important;
}
.t_nav_flex .t_nav_one_img .img {
  width: 100% !important;
}
.t_nav_flex .t_nav_one_text {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.t_nav_flex .t_nav_one_text h5 {
  margin-bottom: 38px !important;
}
@media (max-width: 768px) {
  .t_nav_flex .t_nav_one_text h5 {
    margin-bottom: 30px !important;
  }
}
.t_nav_flex .t_nav_one_text .vm_btn {
  display: inline-block !important;
}

.t_banner {
  padding: 80px 0 140px;
  background-color: #f3f2f0;
}
@media (max-width: 768px) {
  .t_banner {
    padding: 40px 0 100px;
  }
}
.t_banner .banner {
  width: 60%;
  max-width: 920px;
  margin: 0 auto;
  -webkit-transition: opacity 1.5s, background-color 0.2s, -webkit-filter 0.3s ease, -webkit-transform 1s;
  transition: opacity 1.5s, background-color 0.2s, -webkit-filter 0.3s ease, -webkit-transform 1s;
  transition: filter 0.3s ease, opacity 1.5s, transform 1s, background-color 0.2s;
  transition: filter 0.3s ease, opacity 1.5s, transform 1s, background-color 0.2s, -webkit-filter 0.3s ease, -webkit-transform 1s;
}
@media (max-width: 768px) {
  .t_banner .banner {
    width: 90%;
    height: 155px;
  }
}
@media (hover: hover) {
  .t_banner .banner:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

.f_cap_top {
  display: block !important;
}/*# sourceMappingURL=top.css.map */