/*------------------------------------------

MV

------------------------------------------*/
main .mv {
  display: none;
}
.top_slid {
  position: relative;
}
.top_slid h2 {
  color: #fff;
  width: max-content;
  line-height: 1.2;
  font-weight: bold;
  font-size: clamp(32px, 4vw, 50px);
  text-shadow: 2px 2px 5px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  letter-spacing: 0.3rem;
}
.top_slid h2 span {
  font-size: 20px;
}
.top_slider {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide {
  width: 100%;
  height: 100vh;
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .top_slid {
    margin-top: -60px;
  }
  .top_slid h2 {
    font-size: 3.2rem;
    top: 53%;
  }
  .top_slid h2 span {
    font-size: 15px;
  }
  .top_slider {
    margin-top: 60px;
  }
  .top_slider .swiper-slide {
    width: 100%;
    height: 60vh;
  }
} /*END*/
/*------------------------------------------

NEWS

------------------------------------------*/
/* ===============================
   NEWS SECTION
================================= */
.news-box {
  padding: 80px 20px;
  background: #2D3F39;
  color: #fff;
}
.news-inner {
  max-width: 900px;
  margin: 0 auto;
}
.news-title {
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}
.news-list {
  max-height: 180px;
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-item {
  display: flex;
  gap: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-item:last-child {
  border-bottom: none;
}
.news-item time {
  min-width: 100px;
  opacity: 0.8;
}
.news-item h3 {
  font-size: 1.5rem;
  margin: 0;
}
.news-item a {
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
}
.news-item a:hover {
  opacity: 0.7;
}
.news-empty {
  padding: 20px 0;
  text-align: center;
  opacity: 0.8;
}
.news-more {
  text-align: center;
  margin-top: 30px;
}
.news-more a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.news-more a:hover {
  background: #fff;
  color: #2D3F39;
}
/* ===============================
   SP
================================= */
@media screen and (max-width: 767px) {
  .news-box {
    padding: 60px 15px;
  }
  .news-item {
    flex-direction: column;
    gap: 5px;
  }
  .news-item time {
    min-width: auto;
  }
} /*END*/
/*------------------------------------------

コンセプト

------------------------------------------*/
.about-box .inr {
  padding: 160px 15px;
  background: url("../img/top/top_bk.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
}
.about-box .inr:after {
  content: '';
  background-color: rgba(50, 50, 50, 0.6);
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.inr_zind {
  position: relative;
  z-index: 20;
  text-align: center;
}
.line_h {
  line-height: 2.0;
}
.about-box h2 {
  font-size: 4.0rem;
  line-height: 1.7;
  position: relative;
}
.about-box h2 .sub {
  font-size: 1.4rem;
  color: #E6E4E3;
  display: block;
}
.about-box h3 {
  font-size: 3.0rem;
}
.bord {
  width: 15%;
  height: 2px;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 3px solid #66645E;
  margin: 0 auto 50px;
}
.bord:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 49%;
  height: 3px;
  content: '';
  background: #99968D;
}
.w_box {
  background-color: #f4f4f4;
}
.column-box .w_box {
  background-color: #f4f4f4;
}
.b_box {
  background-color: #122517;
}
.column-box .b_box {}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .about-box .inr {
    padding: 30px 2%;
  }
  .about-box h2 {
    font-size: 3.0rem;
  }
  .about-box h2::after {
    width: 107px;
    height: 17px;
    top: calc(100% + 10px);
  }
  .about-box h2 .sub {
    font-size: 1.2rem;
  }
  .about-box .img img {
    width: 40%;
  }
  .about-box h3 {
    font-size: 2.0rem;
  }
  .column-box .b_box {
    margin-bottom: 60px;
  }
} /*END*/
/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  padding-top: 90px;
  padding-bottom: 100px;
}
.kodawari-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.kodawari-box .kodawari-list li {
  width: 31.25%;
  max-width: 400px;
}
.kodawari-box .kodawari-list li img {
  width: 402px;
  height: 500px;
  object-fit: cover;
}
.point {
  position: relative;
}
.point p {
  width: 100%;
  padding-left: 5%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 5.0rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 5px #333;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .kodawari-box .kodawari-list li {
    width: 100%;
    height: 200px;
    max-width: none;
  }
  .point p {
    font-size: 4.0rem;
    padding-left: 3%;
  }
} /*END*/
/*------------------------------------------

FAQ

------------------------------------------*/
.faq-wrap {
  color: #fff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, .6);
  background-image: url('../img/top/top_qa.jpg');
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
.faq-box .link a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.faq-box .link a:hover {
  background: #fff;
  color: #2D3F39;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .faq-wrap {
    padding: 90px 0;
  }
} /*END*/
/*------------------------------------------

ACCESS

------------------------------------------*/
.access-box .txt-box {
  width: 40%;
  padding-top: 140px;
  padding-right: 5%;
  padding-left: 5%;
  height: 450px;
}
.access-box .img-box {
  width: 60%;
}
.access-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .access-box .txt-box {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-right: 2%;
    padding-left: 2%;
    height: 200px;
  }
  .access-box .img-box {
    width: 100%;
    height: auto;
  }
}
p.res {
  margin-top: 25px;
  padding-right: 20px;
}
/*END*/
.acc_box {
  padding: 40px 0 100px;
}
.ac_table {
  margin: auto;
  border-collapse: collapse;
}
.acc_box div {
  width: 90%;
  margin: 0 auto;
}
.ac_table th, .ac_table td {
  padding: 18px 30px;
}
.tb_b {
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .ac_table th, .ac_table td {
    display: block;
  }
  .tb_b {
    border: none;
  }
  .tb_dash {
    border: dashed 1px #ccc;
    width: 95%;
    margin: auto;
  }
}
.mark {
  position: relative;
  padding-left: 18px;
}
.mark:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}
/*------------------------------------------

フォトギャラリー

------------------------------------------*/
.gallery-box {
  padding: 100px 0;
  background: #f9f7f3;
}
.gallery-wrap {
  overflow: hidden;
  width: 100%;
}
.gallery-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.gallery-track li {
  flex-shrink: 0;
}
.gallery-track img {
  width: 420px;
  height: 320px;
  object-fit: cover;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
}
/* 自動スクロール */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 896px) {
  .gallery-track img {
    width: 320px;
    height: 220px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
  }
}
/*------------------------------------------

周辺観光／アクティビティ

------------------------------------------*/
.top_gf {
  padding: 100px 0;
  background: #f9f7f3;
}
.top_gf ul {
  display: flex;
  gap: 2%;
}
.top_gf ul li {
  width: calc(100% / 4);
}
.top_gf ul li .img img {
  aspect-ratio: 352 / 250;
  object-fit: cover;
  object-position: center;
}
.top_gf ul li h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .top_gf {}
  .top_gf ul {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  .top_gf ul li {
    width: calc(100% / 2 - 7.5px);
  }
  .top_gf ul li h3 {
    font-size: 13px;
  }
}
.btn {
  margin-top: 50px;
  text-align: center;
}
.btn a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #3a2f1c;
  color: #3a2f1c;
  text-decoration: none;
  transition: all .3s;
  text-align: center;
}
.btn a:hover {
  background: #fff;
  color: #3a2f1c;
}
.title-classic {
  font-size: 3.2rem;
  font-weight: 600;
  color: #3a2f1c;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #e6d7b5;
  padding-bottom: 0.5rem;
  margin-bottom: 40px;
}
.title-classic span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  color: #a3967a;
  margin-top: 5px;
}
.top_act {
  background: #fff;
}
.villa-title {
  font-family: "Merriweather", serif;
  font-size: 3.0rem;
  font-weight: 700;
  color: #3a2f1c;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}
.villa-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e6d7b5;
  margin-top: 10px;
  border-radius: 2px;
}
.villa-title .sub-title {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #a3967a;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  .villa-title {
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
  .villa-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}