@charset "utf-8";

/* タイトル */
.title {
  margin-top: 200px;
  height: 300px;
}

.info h3 {
  text-align: center;
  font-size: 3rem;
}

.title-info {
  margin-bottom: 20px;
}

h2 {
  position: relative;
  margin-top: 300px;
  font-size: 8rem;
  letter-spacing: 9px;
  text-align: center;
}

.title .left img {
  max-width: 400px;
  position: absolute;
  top: 30%;
  left: 10px;
}

.title .right img {
  max-width: 400px;
  position: absolute;
  bottom: 30%;
  right: 10px;
}

/* 部屋タイプの設定 */

.roomplan {
  width: 70%;
  max-width: 1100px;
  margin-top: 100px;
  border: 1px solid black;
  padding: 70px;
}
.right,
.left {
  width: 42%;
}

.flex {
  margin-bottom: 40px;
}

/* 左側の設定 */
.left h4 {
  font-size: 4rem;
  padding: 10px 20px;
}
.title-en {
  font-size: 2.5rem;
}



.heading-24::before {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #887c7cc2;
  font-size: 2em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}

/* 右側の設定 */
.right {
  margin-top: 20px;
}
.plan-name h5 {
  font-size: 2.2rem;
  border: 1px solid black;
  padding: 10px 20px;
}

.room-des {
  width: 100%;
  padding-top: 40px;
  font-size: 1.6rem;
  line-height: 30px;
}

.right ul {
  gap: 30px;
  width: 80%;
}

.reservation {
  width: 100%;
}

.form-group {
  margin: 30px 0;
}

#dateRange {
  height: 50px;
  font-size: 1.8rem;
  background-color: beige;
  border: none;
  color: #2d5331;
  padding: 0 30px;
  margin-top: 10px;
}

#adults,
#children {
  height: 40px;
  font-size: 1.5rem;
  background-color: beige;
  border: none;
  color: #2d5331;
  padding: 0 25px;
  margin-top: 10px;

}


/* 記念日・お祝いでの利用について */
.celebration {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.548);
  margin-top: 200px;
  margin-bottom: 200px;
}

.celebration h3 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  text-align: center;
}

.celebration p {
  padding: 100px 60px;
  letter-spacing: 0.5px;
}


.celebration h3:before,
.celebration h3:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #5e1717;
}

.celebration h3:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.celebration h3:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.celebration h3 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: rgb(255, 255, 255);
  background: #5e1717;
}

.celebration h3 span:before,
.celebration h3 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #2c0707 transparent transparent transparent;
}

.celebration h3 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.celebration h3 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}



/* キャンセル料の設定 */
.cancel {
  height: 400px;
  width: 60%;
  margin: 100px auto;
}

.cancel h3 {
  margin-bottom: 40px;
  text-align: left;
  border-left: 5px solid #0d5313;
  padding: 0.4em;
  background-color: rgba(245, 245, 220, 0.568);
  font-size: 2rem;
  text-align: left;
  padding-left: 20px;
}

.cancel ul {
  line-height: 40px;
  width: 90%;
}

.cancel li {
  font-size: 1.4rem;
  letter-spacing: 3px;
}

