@charset "utf-8";

.ban-rakuten {
/*   width: 950px; */
  width: 475px;
  margin: 0 auto 30px auto;
}
.ban-rakuten  a {
  display: block;
  transition: opacity 0.28s ease;
}
.ban-rakuten  a:hover {
	opacity: 0.8;
}
.ban-rakuten .img {
  display: block;
}
.ban-rakuten .img img {
  max-width: 100%
}
.ban-rakuten .txt {
  padding-top: 10px;
  text-align: center;
}


.wrap-content {
  position: relative;
  width: 950px;
  margin: 20px auto 0 auto;
  padding-bottom: 50px;
}
.wrap-content > * {
  position: relative;
}
.wrap-content .btn-link {
  transition: opacity 0.28s ease;
}
.wrap-content .btn-link:hover {
  opacity: 0.8;
}
.wrap-content .header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  column-gap: 1px;
}
.wrap-content .header .wrap-btn {
  background-color: #fff;
}

.wrap-content .ban {
  display: flex;
  justify-content: center;
  background-color: #efebdd;
  padding: 20px;
}
.wrap-content .ban .ana {
  margin-right: 1px;
}
.wrap-content .ban .jal {
  margin-right: 10px;
}

.wrap-content .inclusive-ban {
	padding-top: 50px;
	background-color: #faf9f5;
	text-align: center;
	z-index: 1;
}
.wrap-content .inclusive-ban .ban-link {
  transition: opacity 0.28s ease;
}
.wrap-content .inclusive-ban .ban-link:hover {
  opacity: 0.8;
}


.wrap-content .service-cuisine .btn-link {
  position: absolute;
  top: 324px;
  left: 60px;
}
.wrap-content .service-spa .btn-link {
  position: absolute;
  top: 319px;
  right: 61px;
}
.wrap-content .plan .item {
  display: flex;
  column-gap: 37px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wrap-content .plan .item:not(:first-child) {
  padding-top: 30px;
}
.wrap-content .plan .item > img {
  width: 453px;
  aspect-ratio: 3 / 2;
  flex: 0 0 auto;
}
.wrap-content .plan .item .area-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 13px;
}
.wrap-content .plan .item .area-txt .bottom {
  text-align: right;
}
.wrap-content .plan .item .area-txt .ttl,
.wrap-content .plan .item .area-txt .room,
.wrap-content .plan .item .area-txt .price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif,
    sans-serif;
}
.wrap-content .plan .item .area-txt .period {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #48760c;
  letter-spacing: 0.05em;
  margin-left: -8px;
  margin-bottom: 8px;
}
.wrap-content .plan .item .area-txt .ttl {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.wrap-content .plan .item .area-txt .room {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.05em;
}
.wrap-content .plan .item .area-txt .price {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.wrap-content .plan .item .area-txt .price .amount {
  font-size: 24px;
  margin-left: 16px;
  margin-right: 2px;
}
.wrap-content .plan .bottom-btn {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  padding-top: 39px;
  padding-bottom: 124px;
}
