@charset "utf-8";

@media screen and (max-width: 640px) {
	.mv .txt_box .ttl {
		font-size: 0.20rem;
		letter-spacing: 0.05em;
    line-height: 1.5;
	}
}

/*============================
イントロ
============================*/
.intro {
  padding-bottom: 0.80rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .intro {
    padding-bottom: 0.40rem;
  }
}

.intro .lead {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .intro .lead {
    font-size: 0.14rem;
    letter-spacing: 0;
    text-align: justify;
    line-height: 2;
  }
}

/*============================
スライダー
============================*/
/* スライダー */
.slides_wrap {
  position: relative;
}

.slides_wrap::after {
  content: "";
  width: 6.40rem;
  height: 6.40rem;
  background-image: url(../img/common/deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.50rem;
  right: -2.20rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .slides_wrap::after {
    width: 3.20rem;
    height: 3.20rem;
    top: 1.00rem;
    right: -1.10rem;
  }
}

.slides_wrap .slides .slide {
  width: 8.00rem;
  height: 5.30rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .slides_wrap .slides .slide {
    width: 100%;
    height: auto;
  }
}

.slides_wrap .slides .slick-slide > div {
  width: 8.00rem;
  height: 5.30rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slides_wrap .slides .slick-slide > div {
    width: 3.00rem;
    height: 2.20rem
  }
}

.slides_wrap .slides .slick-slide {
  margin: 0 0.20rem;
}
@media screen and (max-width: 640px) {
  .slides_wrap .slides .slick-slide {
    margin: 0 0.05rem;
    height: 100%;
  }
  .slides_wrap .slides .slick-slide .slide {
    height: 100%;
  }
}

/* 矢印 */
.slides_wrap .slick-arrow {
  width: calc(50% - 4.20rem);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.60rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}

.slides_wrap .slick-arrow.prev {
  left: 0;
  background-image: url(../img/common/slide_arrow_prev.png);
}

.slides_wrap .slick-arrow.next {
  right: 0;
  background-image: url(../img/common/slide_arrow_next.png);
}

/* サムネイル */
.slides_wrap .thumbnail_wrap {
  max-width: 8.00rem;
  width: fit-content;
  margin: auto;
  padding-top: 0.25rem;
}

.slides_wrap .thumbnail_wrap .slick-list {
  width: fit-content;
  margin: auto;
}

.slides_wrap .thumbnail_wrap .slick-track {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto !important;
  transform: none !important;
}

.slides_wrap .thumbnail_wrap .list .slick-slide .thumb {
  width: 1.00rem;
  height: 0.75rem;
  opacity: 0.5;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .slides_wrap .thumbnail_wrap .list .slick-slide .thumb {
    height: 0.35rem;
    width: 0.60rem;
  }
}

.slides_wrap .thumbnail_wrap .list .slick-current .thumb {
  opacity: 1;
  box-shadow: 0 0 0.08rem #4EC1DD;
}

.thumbnail_wrap .slick-track {
  display: flex;
  justify-content: center;
  gap: 0 0.10rem;
}
@media screen and (max-width: 640px) {
  .thumbnail_wrap .slick-track {
    gap: 0 0.05rem;
  }
}

.thumbnail_wrap .slick-list {
  overflow: visible;
}

/* 客室情報 */
.info {
  max-width: 8.00rem;
  margin: auto;
  padding: 0.60rem 0;
}
@media screen and (max-width: 640px) {
  .info {
    padding: 0.40rem 0;
  }
}

.info .feature_list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.20rem 0;
  padding-bottom: 0.40rem;
}

.info .feature_list .list .detail {
  width: 100%;
}

.info .feature_list .list .detail .txt {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.65;
  text-indent: -0.11rem;
  margin-left: 0.20rem;
}
@media screen and (max-width: 640px) {
  .info .feature_list .list .detail .txt {
    font-size: 0.14rem;
    line-height: 1.75;
  }
}

.info .feature_list .list .detail .txt::before {
  content: "●";
  color: #4EC1DD;
  display: inline-block;
  padding-right: 0.06rem;
}

.info .feature_list .list .detail span {
  display: block;
  font-size: 0.13rem;
  padding-top: 0.05rem;
  padding-left: 0.20rem;
}
@media screen and (max-width: 640px) {
  .info .feature_list .list .detail span {
    font-size: 0.12rem;
  }
}

.info .point_box {
  padding: 0.20rem;
  background-color: #F4F3F0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .info .point_box {
    border-radius: 0.10rem;
  }
}

.info .point_box .ph {
  width: 1.50rem;
  height: 1.00rem;
}
@media screen and (max-width: 640px) {
  .info .point_box .ph {
    width: 100%;
    height: 50vw;
    border-radius: 0.06rem;
    overflow: hidden;
  }
}

.info .point_box .txt_box {
  width: calc(100% - 1.70rem);
}
@media screen and (max-width: 640px) {
  .info .point_box .txt_box {
    width: 100%;
    margin-top: 0.20rem;
  }
}

.info .point_box .txt_box .ttl {
  font-family: "Playfair Display", serif;
  font-size: 0.14rem;
  color: #4EC1DD;
}
@media screen and (max-width: 640px) {
  .info .point_box .txt_box .ttl {
    text-align: center;
  }
}

.info .point_box .txt_box .ttl span {
  border-bottom: 1px solid #4EC1DD;
}

.info .point_box .txt_box .txt {
  font-size: 0.15rem;
  line-height: 2;
  padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
  .info .point_box .txt_box .txt {
    font-size: 0.14rem;
  }
}

/* 共通 */
.-w800 {
  max-width: 8.00rem;
  margin: auto;
}

.-w800.-pb100 {
  padding-bottom: 1.00rem;
}

.-w800 .ttl_wrap {
  text-align: center;
  border-bottom:1px solid #999999;
}

.-w800 .ttl_wrap .en_txt {
  font-family: "Playfair Display", serif;
  font-size: 0.11rem;
  color: #999999;
  letter-spacing: 0.1em;
}

.-w800 .ttl_wrap .ttl {
  font-size: 0.18rem;
  font-weight: 600;
  padding: 0.10rem 0 0.15rem;
}

.amenity .list {
  padding-top: 0.35rem;
  padding-bottom: 0.60rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.20rem 0;
}

.amenity .list .txt {
  width: 33.3%;
  font-size: 0.15rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .amenity .list .txt {
    font-size: 0.13rem;
    width: 50%;
  }
}

.amenity .list .txt::before {
  content: "";
  width: 0.08rem;
  height: 1px;
  background-color: #CCCCCC;
  position: relative;
  display: block;
  margin-right: 0.10rem;
}
@media screen and (max-width: 640px) {
  .amenity .list .txt::before {
    width: 0.06rem;
    margin-right: 0.06rem;
  }
}

/* 予約ボタン */
.reserve_btn_wrap {
  padding-top: 0.60rem;
  padding-bottom: 1.20rem;
  width: 100%;
  max-width: 2.90rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.30rem 0;
}

.reserve_btn_wrap a {
  display: block;
  width: 100%;
  padding: 0.15rem 0 0.17rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  color: #FFF;
  background-color: #FF7F00;
  position: relative;
}
@media screen and (max-width: 640px) {
  .reserve_btn_wrap a {
    font-size: 0.15rem;
  }
}

.reserve_btn_wrap a:hover {
  opacity: 0.7;
}

.reserve_btn_wrap a::after {
  content: "";
  width: 0.10rem;
  height: 0.10rem;
  background-image: url(../img/common/btn01_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.10rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.reserve_btn_wrap a:hover::after {
  right: 0.07rem;
}

/* 客室リスト */
.roomtype_list {
  position: relative;
  padding: 0.80rem 0;
}
@media screen and (max-width: 640px) {
  .roomtype_list {
    padding: 0.40rem 0;
  }
}

.roomtype_list::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4F3F0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.roomtype_list::after {
  content: "";
  width: 4.00rem;
  height: 1.80rem;
  background-image: url(../img/common/deco_kamome.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.50rem;
  left: -1.00rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .roomtype_list::after {
    width: 2.00rem;
    height: 0.90rem;
    top: -0.45rem;
    left: auto;
    right: -0.50rem;
  }
}

.roomtype_list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  max-width: 10.00rem;
  margin: auto;
}

.roomtype_list .list .link {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .roomtype_list .list .link {
    width: 100%;
  }
}

.roomtype_list .list .link a {
  font-size: 0.15rem;
  color: #333;
}
@media screen and (max-width: 640px) {
  .roomtype_list .list .link a {
    font-size: 0.13rem;
    letter-spacing: 0;
  }
}

.roomtype_list .list .link a::before {
  content: "";
  width: 0.14rem;
  height: 0.07rem;
  display: inline-block;
  background-image: url(../img/common/btn01_arrow_gray.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.02rem;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .roomtype_list .list .link a::before {
    width: 0.10rem;
    height: 0.06rem;
  }
}

.roomtype_list .list .link a:hover::before {
  width: 0.18rem;
}

/* わんちゃんと一緒に泊まれるお部屋 */
.room_header {
  text-align: center;
  padding-bottom: 0.30rem;
}

.room_header .catch {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .room_header .catch {
    font-size: 0.14rem;
    letter-spacing: 0.05em;
  }
}

.room_header .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.10rem;
  padding-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .room_header .list {
    display: block;
    gap: 0 0.05rem;
    padding-top: 0.10rem;
  }
}

.room_header .list .room_type {
  font-size: 0.24rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .room_header .list .room_type {
    font-size: 0.20rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.15rem;
  }
}

.room_header .list .room_info {
  background-color: #333;
  padding: 0.07rem 0.08rem;
  color: #FFF;
  font-size: 0.16rem;
  font-weight: 600;
  border-radius: 0.03rem;
  position: relative;
  top: 0.01rem;
}
@media screen and (max-width: 640px) {
  .room_header .list .room_info {
    font-size: 0.14rem;
    padding: 0.05rem 0.06rem;
    width: fit-content;
    margin: auto;
  }
}

.slides_wrap .reserve_btn_wrap {
  padding-top: 0.20rem;
  padding-bottom: 0.80rem;
}

/* 各種サービス */
.aiken_service .wrap {
  width: 100%;
  max-width: 7.00rem;
  margin: auto;
  background-color: #FBFAF9;
  border-radius: 0.10rem;
  box-shadow: 0 0 0.10rem rgba(0,0,0,0.1);
}

.aiken_service .wrap .ttl {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  color: #986F21;
  padding-top: 0.30rem;
}
@media screen and (max-width: 640px) {
  .aiken_service .wrap .ttl {
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.aiken_service .wrap .service_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.20rem;
  padding: 0.30rem;
}

.aiken_service .wrap .service_box .box {
  background-color: #FFF;
  border: 1px solid #986F21;
  padding: 0.20rem;
  border-radius: 0.06rem;
  text-align: center;
}

.aiken_service .wrap .service_box .box img {
  display: block;
  padding-bottom: 0.15rem;
}

.aiken_service .wrap .service_box .box span {
  font-size: 0.13rem;
  letter-spacing: 0;
  font-weight: 600;
}

.aiken_service .wrap .service_box .box.-icon01 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.10rem;
}

.aiken_service .wrap .service_box .box.-icon02 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.10rem;
}


.aiken_service .wrap .service_box .box.-half {
  width: 48%;
  box-sizing: border-box;
  padding: 0.10rem 0;
}
@media screen and (max-width: 640px) {
  .aiken_service .wrap .service_box .box.-half {
    width: 100%;
  }
}

.aiken_service .wrap .service_box .box.-icon01 span::before {
  content: "";
  display: block;
  width: 0.30rem;
  height: 0.30rem;
  background-image: url(../img/guestroom/roomtype06/roomtype06_icon02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.aiken_service .wrap .service_box .box.-icon02 span::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.30rem;
  background-image: url(../img/guestroom/roomtype06/roomtype06_icon03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.aiken_service .wrap .list {
  padding: 0 0.30rem 0.30rem;
  margin-left: 0.14rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem 0;
}
@media screen and (max-width: 640px) {
  .aiken_service .wrap .list {
    margin-left: 0;
  }
}

.aiken_service .wrap .list .txt {
  width: 100%;
  font-size: 0.13rem;
  line-height: 1.65;
  text-indent: -0.07rem;
  padding-left: 0.14rem;
}
@media screen and (max-width: 640px) {
  .aiken_service .wrap .list .txt {
    font-size: 0.12rem;
    line-height: 1.75;
    letter-spacing: 0;
    text-indent: -0.05rem;
  }
}

.aiken_service .wrap .list .txt::before {
  content: "●";
  color: #986F21;
  display: inline-block;
}