/* PLANNING */
.content-inner-wrap--plan {
  background: #fff;
  padding-bottom: 3rem;
}

.cot-title--plan {
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho",
    "ヒラギノ明朝 pron w3", "hiragino mincho pron w3", hiraminpron-w3,
    "ヒラギノ明朝 pron", "hiragino mincho pron", "ヒラギノ明朝 pro",
    "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
  font-size: 2.7rem;
  color: #231f20;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-inline: auto;
}
.cot-title--plan::before {
  content: '';
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: calc(100% + 10rem);
  height: 0.6rem;
  background: #797d89;
  clip-path: polygon(0 0, calc(100% - 0.28rem) 0, 100% 100%, 0.28rem 100%);
}

.plan-point li { 
  color: #fff;
  line-height: 1.2;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px 0;
	background-color: #4c444d;
  display: flex;
  width: 90%;
  font-size: 1.23rem;
  font-weight: 700;
  border: none;
  align-items: center;
  justify-content: center;
	position: relative;
}
.plan-point li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 14px solid rgba(255, 255, 255, 0.55);
  border-right: 14px solid transparent;
}
.plan-point li:last-child {
  margin-bottom: 0;
}
.plan-room {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.cont-img-row {
  width: 75%;
  margin: 0 auto;
}
.plan-price {
  display: flex;
  padding: 15px 0;
  font-size: 1.23rem;
  font-weight: 700;
  line-height: 1.1;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
.plan-price::before {
  display: none;
}
.plan-point li.plan-price {
	background: url("../images/top/li1.png") center / 100% 100% no-repeat;
	font-size: 26px;
  line-height: 1;
  padding: 18px 0 8px;
}
.plan-price big {
  font-size: 220%;
  transform: translateY(-0.3rem);
}
.plan-price small {
  font-size: 65%;
  display: block;
  margin-top:-10px;
}
.room_feature {
	width: 33%;
}
.room_img {
	width: 65%;
}
.plan-point {
  /*display: flex;
  max-width: 840px;
  margin: 0 auto 4.232rem;
  justify-content: space-between;
  flex-wrap: wrap;*/
 margin-top: 50px;
}
.room__row {
	display: flex;
  align-items: flex-end;
	justify-content: space-between;
	margin-top: 50px;
}

.plan-point--col {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.plan-point--col li {
  width: 75%;
}
.plan__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.plan__col {
  width: 50%;
  padding: 20px 4%;
}
.plan_note {
	font-size: 14px;
	text-align: right;
	color: #fff;
	margin-top: 50px;
}
@media (max-width: 768px) {
  .section--planning {
    padding-inline: 5.33333vw;
  }
  .cont-img-row {
    width: 100%;
  }
  .plan-point {
    flex-direction: column;
    align-items: center;
  }
  .plan-point li {
    width: 75%;
  }
  .plan__col {
    width: 100%;
  }
  .plan-room {
    gap: 50px;
  }
  .page-plan main {
    padding-bottom: 20px;
  }
  .room__row {
	  flex-wrap: wrap;
    flex-direction: column-reverse;
  }
	.room_img {
    width: 90%;
    margin: 0 auto;
  }
	.room_feature {
    width: 100%;
  }
	.plan-point li.plan-price {
		width: 100%;
	}
  .plan-point li {
    width: 100%;
  }
	.plan-room {
      gap: 0px;
  }
}
