/*20221226追記　2023/2/28消す*/

.top_r {
  justify-content: center;
}

.top_r {
  background-color: #84929F;
  padding: 35px 0;
}

.top_r .res a {
  font-size: 1.6rem;
  border: #fff 1px solid;
  border-radius: 3px;
  display: inline-block;
  padding: .4em 1.4em;
  color: #fff;
}

/*Smartphone*/
@media screen and (max-width: 768px) {
  .top_r .res {
    margin-right: 0 !important;
    width: 275px;
    text-align: center;
  }

  .top_r .res a {
    width: 100%;
  }
}

/*END*/
/*------------------------------------------

MV

------------------------------------------*/
main .mv {
  display: none;
}

.top_slid {
  position: relative;
}

.top_slid h2 {
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  font-size: 45px;
  text-shadow: 2px 2px 5px #333;
  position: absolute;
  top: 70%;
  left: 100px;
  z-index: 3;
}

.top_slid h2 span {
  font-size: 20px;
  padding-left: 6px;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .top_slid h2 {
    font-size: 28px;
    top: 70%;
    left: 40px;
  }

  .top_slid h2 span {
    font-size: 15px;
  }
}

/*END*/

/*バナー*/
.top_bnr {
  padding: 30px;
  background: #84929F;
}

/*------------------------------------------

NEWS

------------------------------------------*/
.top_news {
  padding: 80px 40px 20px;
}

.top_news ul {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .top_news .container {
    flex-direction: column;
  }
}

.top_news h2 a {
  color: #c0c0c0;
}

.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}

.top_news ul li span.date {
  padding: 0 22px 0 30px;
}

.top_news ul li span.cate {
  color: #fff;
  background: #8d958f;
  display: inline-block;
  text-align: center;
  width: 70px;
  margin-right: 22px;
}

@media screen and (max-width: 768px) {
  .top_news ul li span.date {
    padding: 1% 2%;
  }

  .top_news ul li span.cate {
    /* padding: 1% 2%; */
  }

  .top_news ul li a {
    margin: 4% 2%;
  }
}

.top_news ul li span.cate a {
  color: #fff;
}

.top_news .btn-area {
  margin: 20px auto;
  max-width: 900px;
  text-align: right;
}

.top_news .btn-area a {
  display: inline-block;
  transition: transform 0.5s ease;
}

.top_news .btn-area a:hover {
  transform: scale(1.1);
}

/*END*/
/*------------------------------------------

コンセプト

------------------------------------------*/
.about-box .inr {
  padding: 80px 15px 100px;
  /* position: relative;
  background: url("../img/top/leaf.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  padding: 80px 15px 200px; */
}

/* .about-box .inr:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

.inr_zind {
  position: relative;
  z-index: 95;
  text-align: center;
}

.line_h {
  line-height: 2.4;
}

.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: 2.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: #fff;
}

/*.about-box .spec-list-wrap {
	background-color: #182b51;
	padding: 30px 15px;
}
.about-box .spec-list {
	width: 100%;
	max-width: 1150px;
	font-size: 2.0rem;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.about-box .spec-list li {
	width: 16.4285714286%;
	max-width: 212px;
}
.about-box .spec-list li .txt {
	line-height: 1.5;
}
.about-box .spec-list li .sub {
	font-size: .85em;
}*/
/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .about-box .inr {
    padding: 20px 2% 50px;
    /* background: url("../img/top/leaf_sp.png");
    background-position: bottom;
    padding: 20px 2% 140px; */
  }

  .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;
  }

  /*	.about-box .spec-list-wrap {
		background-color: #182b51;
		padding: 30px;
	}
	.about-box .spec-list {
		font-size: 1.4rem;
		padding: 15px 0;
	}
	.about-box .spec-list li {
		width: 45%;
		max-width: none;
		padding-right: 2%;
		padding-left: 2%;
	}
	.about-box .spec-list li img {
		display: block;
	}*/
}

/*END*/


/*------------------------------------------

ギャラリー　gallery

------------------------------------------*/
.gallery-box {
  overflow: hidden;
}

.gallery-box .sub-txt {
  font-size: 1.6rem;
  text-align: center;
}

.gallery-box .photo-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide {
  width: 33%;
  height: auto;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item {
  position: relative;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .img-box {
  width: 100%;
  padding-bottom: 70%;
  box-sizing: border-box;
  position: relative;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .img-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 896px) {
  .gallery-box .sub-txt {
    font-size: 1.4rem;
  }

  .gallery-box .photo-gallery .swiper-wrapper .swiper-slide {
    width: 84%;
  }
}

/*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 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.point {
  position: relative;
}

.point p {
  width: 100%;
  padding-left: 5%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: rgba(43, 43, 43, 0.5)
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .kodawari-box .kodawari-list li {
    width: 100%;
    height: 240px;
    max-width: none;
  }
}

/*END*/
/*------------------------------------------

food

------------------------------------------*/
.food-box {
  background-color: #414643;
  padding-top: 90px;
  padding-bottom: 90px;
}

.food-box ul li {
  width: 24%;
}

.food-box ul li img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .food-box ul li {
    width: 49%;
  }

  .food-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
}

/*END*/
/*------------------------------------------

CHEF

------------------------------------------*/
.chef-box {
  background-color: #fff;
  padding-top: 90px;
}

.chef-box-inr {
  display: flex;
}

.chef-box-inr img {
  width: 600px;
  height: 300px;
  object-fit: cover;
}

.chef-box-inr dl {
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
}

.chef-box-inr dt {
  float: left;
  clear: left;
  width: 160px;
  padding: 20px 10px;
  text-align: center;
}

.chef-box-inr dd {
  padding: 20px 10px;
}

.chef-box-inr dl dd ul {
  display: flex;
  margin-left: 160px;
}

.chef-box-inr dl dd.chef-box-line {
  border-bottom: 1px dotted #333;
}

.chef-box-inr dl dd ul li:first-child {
  width: 300px;
}

/*PC*/
@media screen and (min-width: 769px) {
  .chef-box-inr {
    flex-direction: row;
  }

  .chef-box-inr-in {
    width: 48%;
    padding: 1%;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .chef-box-inr {
    flex-direction: column;
  }

  .chef-box-inr img {
    height: 200px;
  }

  .chef-box-inr dt {
    width: 120px;
    padding: 10px;
    text-align: left;
  }

  .chef-box-inr dd {
    padding: 10px;
  }

  .chef-box-inr dl dd ul {
    margin-left: 120px;
  }
}

/*END*/
/*------------------------------------------

ROOM

------------------------------------------*/
.room-box {
  padding-bottom: 0px;
}

.room-box .room-head {
  background-color: #232323;
  padding-top: 70px;
}

.room-box .room-head .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.room-box .room-nav {
  background-color: #1F1F1F;
  padding-bottom: 120px;
}

.room-box .tit-box {
  width: 20%;
  max-width: 240px;
}

.room-box .txt-box {
  width: calc(75% - 127px);
  max-width: 865px;
}

.room-box .link-box {
  width: 127px;
  margin-left: auto;
}

.room-box .room-nav li.lg {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 2px;
}

.room-box .room-nav li.min {
  position: relative;
  width: calc(33.33333% - 1.5px);
}

.room-box .room-nav li img {
  width: 100%;
}

.room-box .room-nav li.lg img {
  height: 600px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .room-box .room-nav li.lg {
    height: auto;
  }

  .room-box .room-nav li.lg img {
    height: auto;
  }
}

.room-box .room-nav li.lg p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 16px 0 16px 25px;
  font-size: 24px;
}

.room-box .room-nav li.min p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 0 6px 18px;
  font-size: 18px;
}

li.lg p span {
  margin-left: 25px;
  color: #E3DCCA;
  font-size: 17px;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .room-box {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .room-box .room-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .room-box .room-nav {
    padding-bottom: 30px;
  }

  .room-box .tit-box {
    width: 100%;
    max-width: none;
  }

  .room-box .txt-box {
    width: 100%;
    max-width: none;
  }

  .room-box .link-box {
    width: 100%;
    max-width: none;
  }

  .room-box .room-nav li.lg {
    width: 100%;
    margin-bottom: 2px;
  }

  .room-box .room-nav li.min {
    width: 100%;
    margin-bottom: 2px;
  }
}

/*END*/
/*------------------------------------------

SPA/POOL

------------------------------------------*/
/*PC*/
@media screen and (min-width: 769px) {
  .pool-flex {
    flex-direction: row-reverse;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .pool-flex {
    flex-direction: column;
  }
}

/*END*/
/*------------------------------------------

sightseeing

------------------------------------------*/
.sightseeing-slider-box.slider-box {
  background-color: #DCDADA;
}

.sightseeing-slider-box.slider-box .post-wrap {
  background-color: #fff;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {}

/*END*/
/*------------------------------------------

FAQ

------------------------------------------*/

.faq-wrap {
  color: #fff;
  text-shadow:
    black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3)),
    url('../img/top/scene88_08.jpg');
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}

.faq-box .link a {
  color: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/*PC*/
@media screen and (min-width: 769px) {
  .faq-box .link a:hover {
  background-color: #fff;
  color: #000;
  text-shadow: none;
}
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .faq-wrap {
    padding: 90px 0;
  }
}

/*END*/
/*------------------------------------------

ACCESS

------------------------------------------*/
.access-box .txt-box {
  width: 50%;
  background-color: #25313c;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  height: 400px;
}

.access-box .img-box {
  width: 50%;
}

.access-box .img-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .access-box .txt-box {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 2%;
  }

  .access-box .txt-box img {
    margin: 0 auto;
  }

  .access-box .img-box {
    width: 100%;
    height: auto;
  }
}

p.res {
  margin-top: 25px;
}

/*END*/
/*------------------------------------------

送迎について

------------------------------------------*/
.sogei-box {
  color: #000;
  background-color: aliceblue;
  /*background-image: url(../images/home/top_access-bg.jpg);*/
  background-size: cover;
  padding: 30px 0;
}

.sogei-box .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.sogei-box .txt-box {
  max-width: 500px;
  margin-left: auto;
}

/*PC*/
@media screen and (min-width: 769px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .sogei-box {
    background-position: top left 20%;
    padding: 40px 0;
  }

  .sogei-box .inr {
    background: rgba(0, 0, 0, 0.7);
  }

  .sogei-box .txt-box {
    max-width: 100%;
    margin-left: 0;
  }
}

.acc_box {
  padding: 40px 0;
}

.ac_table {
  margin: auto;
  border-collapse: collapse;
}

.acc_box div {
  width: 90%;
  margin: 0 auto;
}

.ac_table th,
.ac_table td {
  padding: 18px 12px;
}

.tb_b {
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 768px) {

  .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%;
}

/*END*/

/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(65, 70, 67, 0) 0%, rgba(65, 70, 67, 0.8) 50%, rgba(65, 70, 67, 0.8) 50%, #414643 100%);
  background: linear-gradient(top, rgba(65, 70, 67, 0) 0%, rgba(65, 70, 67, 0.8) 50%, rgba(65, 70, 67, 0.8) 50%, #414643 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
}

.readmore-label:before {
  content: 'See more';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: 'Close up';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: 915px;
}

@media screen and (max-width: 768px) {
  .readmore-check:checked~.readmore-content {
    height: 1050px;
  }
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/*------------------------------------------

スマートスライダーを使用した動画

------------------------------------------*/
.topvideo iframe:hover {
  pointer-events: none;
}

/*------------------------------------------

スライダー

------------------------------------------*/
.top_slider {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_slider .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
}