.reservation {
	background: #F4EBDE;
	padding-bottom: 60px;
	margin-bottom: 100px;
}
.reservation__title {
	padding: 60px 30px 40px 30px;
	text-align: center;
}
.reservation__title-en {
	color: #222;
	font-family: Futura, Jost;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
}
.reservation__title-jp {
	padding: 0 0 8px;
	color: #9D9D9D;
	font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.4px;
}
.reservation-action {
	padding: 0 16px;
}
.reservation-action .reservation-action__text {
	font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #816938;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 8px;
}
.plan-features {
	max-width: 592px;
	margin: 0 auto 40px;
	padding-inline: 16px;
}
.plan-features__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
}
.plan-features__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 4px;
	padding: 8px 12px;
	background-color: #fff;
	border-radius: 4px;
}
.plan-features__image {
	width: 65px;
	height: auto;
}
.plan-features__text {
	font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #222;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.plan-features__text .emphasize {
	color: #816938;
}
.plan-features__text .benefits {
	position: relative;
}
.plan-features__text .benefits::before,
.plan-features__text .benefits::after {
	content: "";
	position: absolute;
	top: -8px;
	left: -16px;
	width: 12px;
	height: 40px;
	background: url("../../images/kaihikon/leaves.svg") no-repeat center;
}
.plan-features__text .benefits::after {
	left: auto;
	right: -36px;
	transform: scaleX(-1);
}

@media (min-width: 768px) {
	.reservation__title-en {
		font-size: 22px;
	}
	.reservation__title-jp {
		font-size: 14px;
	}
	.plan-features__list {
		grid-template-columns: repeat(3, 1fr);
	}
	.plan-features__text {
		font-size: 14px;
	}
	.plan-features__text .benefits::before,
	.plan-features__text .benefits::after {
		top: -5px;
	}
}
.reservation-main {
  padding: 0 16px 40px;
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  max-width: 560px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .reservation-main {
    padding: 0 0 40px;
    font-size: 16px;
  }
}
.consultation-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 0 16px;
  margin-block: 30px 16px;
}

.reservation .consultation-reserve {
  margin-block: 0;
}

.consultation-reserve__text {
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #816938;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: -12px;
}

.consultation-reserve__link {
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 0;
  border: 1px solid #3f3f3f;
  border-radius: 50px;
  width: 100%;
  max-width: 326px;
  background-color: #fff;
  transition: all .6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.consultation-reserve__arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 0;
  background-color: #000;
  transition: all .6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.consultation-reserve__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 6px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
  transition: all .6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.consultation-reserve__link:hover {
  color: #fff;
  background-color: #c99388;
  border-color: #c99388;
  opacity: 1;
}
.consultation-reserve__link:hover .consultation-reserve__arrow {
  left: 10px;
  background-color: #fff;
}
.consultation-reserve__link:hover .consultation-reserve__arrow::before {
  background-color: #fff;
}

.consultation-reserve__link__baloon, 
.button-link__baloon {
  width: fit-content;
  min-width: 160px;
  border: #C99388 1px solid;
  color: #C99388;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.8;
  white-space: nowrap;
  padding-inline: 16px;
  z-index: 1;
}
.consultation-reserve__link__baloon::before,
.button-link__baloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 6.44px 4px 0 4px;
  border-color: #c99388 transparent transparent;
  translate: -50% 100%;
}
.consultation-reserve__link__baloon::after,
.button-link__baloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 4.5px 2.8px 0 2.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.consultation-reserve__text + .consultation-reserve__link:has(.consultation-reserve__link__baloon){
  margin-top: 15px;
}

@media (min-width: 768px) {
  .consultation-reserve {
    margin-block: 60px;
  }

  .reservation .consultation-reserve {
    margin-block: 0px;
  }

  .consultation-reserve__link {
    max-width: 430px;
  }
}
