@charset "utf-8";


.page_ttl_wrap {
    position: relative;
    background-image: url(../img/rental/rental_mv.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 0;
    color: #fff;
    text-shadow: 2px 3px 3px rgb(0 0 0 / 60%);
}


.price_section {
  background: #FFE8CB;
  padding: 60px 20px;
}

.price_inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* タイトル */
.price_main_ttl {
  background: #fff;
  padding: 15px 20px;
  font-size: 24px;
  border-left: 10px solid #4b8f3a;
  margin-bottom: 50px;
}

/* 上部 */
.price_top {
  display: flex;
  gap: 200px;
  margin-bottom: 50px;
}

.price_img {
  width: 33%;
  text-align: center;
}

.price_img img {
  width: 100%;
  border: 3px solid #ff7a00;
  border-radius: 30px;
}

.price_note {
  font-size: 13px;
  margin-top: 0px;
  text-align: left;
      margin-bottom: 0;
}

.price_tables {
  width: 67%;
}

.price_block {
  margin-bottom: 30px;
}





/* =========================
   price_top レイアウト変更
========================= */

.price_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

/* 画像中央 */
.price_img {
  width: 100%;
  max-width: 550px;
  text-align: center;
}

/* 料金横並び */
.price_tables {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 60px;
}

/* 各ブロック */
.price_block {
  width: 100%;
  max-width: 500px;
}

.babybed_feature .tkc {
	font-weight: bold;
	color: #000!important;
}


.tax_note {
  margin-top: 5px;
}

.big_table .tis {
  background: #fff;
  color: #000;
}

.big_table .th_gry {
  background: #F2F2F2;
  color: #000;
}

.price_subttl {
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}


.price_subttl::before {
    content: "●";
    color: #ff7a00;
    position: absolute;
    left: 0;
}

/* 料金テーブル */
.price_table {
  width: 100%;
  border-collapse: collapse;
}

.price_table th {
  background: #ff7a00;
  color: #fff;
  padding: 10px;
  border: 1px solid #000;
}

.price_table td {
  background: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
}


.stay_notice_inner {
  max-width: 980px;
  margin: 0 auto;
}

.stay_notice_top {
  margin: 0 0 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  font-weight: 700;
  color: #111;
}

.stay_notice_top span {
  background: linear-gradient(transparent 68%, #ffab00 68%);
  padding: 0 4px;
}

.stay_notice_box {
  border: 2px solid #9f9f9f;
  border-radius: 36px;
  background: #fff;
  padding: 42px 40px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.stay_notice_text {
  width: 46%;
  padding-left: 8px;
}

.stay_notice_catch {
  margin: 0 0 48px;
  font-size: 27px;
  line-height: 1.95;
  font-weight: 700;
  color: #111;
}

.stay_notice_catch span {
  display: inline;
  background: #fff200;
  padding: 0 6px 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.stay_notice_desc {
  margin: 0;
  font-size: 21px;
  line-height: 1.9;
  font-weight: 500;
  color: #222;
}

.stay_notice_img {
  width: 44%;
  text-align: right;
}

.stay_notice_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
}


.kasen {
	background: linear-gradient(#00000000 68%, #ff7a006b 60%)
}

/* タブレット */
@media (max-width: 1024px) {
  .stay_notice_top {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .stay_notice_box {
    padding: 34px 28px 30px;
    gap: 20px;
  }

  .stay_notice_catch {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .stay_notice_desc {
    font-size: 18px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .stay_notice_section {
    padding: 35px 15px 50px;
	padding-bottom: 0;
  }

  .stay_notice_top {
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
  }

  .stay_notice_box {
    border-radius: 24px;
    padding: 24px 18px 20px;
    display: block;
  }

  .stay_notice_text {
    width: 100%;
    padding-left: 0;
  }

  .stay_notice_catch {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.8;
  }

  .stay_notice_desc {
    font-size: 16px;
    line-height: 1.8;
  }

  .stay_notice_img {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .stay_notice_img img {
    margin: 0 auto;
    max-width: 82%;
  }
}
/* =========================
   レンタル内容（完全修正版）
========================= */

.green_ttl {
  display: inline-block;
  background: #6aa84f;
  color: #fff;
  padding: 12px 35px;
  border-radius: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.rental_content_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 50px;
}

/* 左ボックス */
.rental_box {
  background: #FFFDCB;
  border-radius: 20px;
  padding: 20px 60px;
  display: flex;
  gap: 100px;
  min-width: 500px;
}

/* 季節 */
.season {
  text-align: left;
}

.season p {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
}

/* ドット */
.summer {
  color: #000;
}

.summer::before {
  content: "●";
  color: #e74c3c;
  position: absolute;
  left: 0;
}

.winter {
  color: #000;
}

.winter::before {
  content: "●";
  color: #3498db;
  position: absolute;
  left: 0;
}

/* リスト */
.season ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.season li {
  margin-bottom: 12px;
  font-weight: 600;
}

/* 右 */
.discount_box {
  flex: 1;
}

/* 見出し（オレンジドット） */
.discount_box .price_subttl {
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}

.discount_box .price_subttl::before {
  content: "●";
  color: #ff7a00;
  position: absolute;
  left: 0;
}

/* 割引テーブル */
.discount_table {
  width: 100%;
  border-collapse: collapse;
}

.discount_table th {
      background: #ffffff;
    padding: 15px 10px;
    font-size: 18px;
    border: 1px solid #000000;
}

.discount_table td {
      border: 1px solid #000000;
    background: #fff;
    padding: 10px;
    text-align: center;
}

/* 左オレンジ列 */
.discount_table td:first-child {
  background: #ff7a00;
  color: #fff;
  font-weight: bold;
  width: 40%;
}

/* =========================
   大テーブル
========================= */

.table_scroll {
  overflow-x: auto;
}

.big_table {
  width: 100%;
  border-collapse: collapse;
}

.big_table th,
.big_table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

.big_table th {
  background: #ff7a00;
  color: #fff;
}

/* =====================
   レスポンシブ
===================== */

@media (max-width: 768px) {

  .price_top {
    flex-direction: column;
    gap: 0px;
  }

  .price_img,
  .price_tables {
    width: 100%;
	flex-direction: column;
	gap: 0px;
  }

  .rental_content_inner {
    flex-direction: column;
    gap: 40px;
	align-items: normal;
  }

	.season li {
    margin-bottom: 5px;
}
	
  .rental_box {
    flex-direction: column;
    gap: 0px;
    padding: 20px;
    min-width: auto;
  }
	
	.price_img img { 
		width: 98%;
	}
	
	.season p {
    margin-bottom: 10px;
        margin-top: 10px;
}
	
	.big_table {
    text-wrap: nowrap;
}
	
	.big_table th {
    text-wrap: nowrap;
}
	
	.big_table td {
    font-size: 16px;
}
	
	
}



.bedding_section {
  background: #FFE8CB;
  padding: 60px 20px;
  margin-bottom: 60px;
  padding-top: 1px;
}

.bedding_inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* タイトル */
.bedding_title {
  background: #fff;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: bold;
  border-left: 10px solid #4b8f3a;
  margin: 60px 0 30px;
    margin-bottom: 50px;
}

/* テーブル */
.bedding_table {
  width: 100%;
  border-collapse: collapse;
}

.bedding_table th {
  background: #ff7a00;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 35%;
  border: 1px solid #333;
}

.bedding_table td {
  background: #fff;
  text-align: center;
  padding: 20px;
  width: 25%;
  border: 1px solid #333;
}

.tax_note {
  font-size: 14px;
  margin-top: 10px;
}

.bedding_table .wc {
	 background-color: #fff;
	color: #000;
}

/* =====================
   座布団
===================== */

.zabuton_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFDCB;
  padding: 40px 60px;
  border-radius: 20px;
  gap: 60px;
}

/* =========================
   座布団テキストレイアウト修正
========================= */

.zabuton_text {
  width: 45%;
}

/* 1行を横並びにする */
.zabuton_item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  margin-bottom: 50px;
}

/* タイトル（左） */
.z_title {
  font-weight: bold;
  line-height: 1.6;
margin: 0;
}

/* 価格（右上） */
.z_price {
  text-align: left;
  font-weight: bold;
margin: 0;
}

/* 追加料金（右下） */
.z_add {
  grid-column: 2;
  color: #e74c3c;
  font-weight: bold;
  margin: 0px 0px;
}

.z_kumi {
	font-weight: bold;
	margin: 0;
}

/* 3つ目は追加なしなので中央寄せ調整 */
.zabuton_item:last-child .z_price {
  grid-column: 2;
}

/* 画像 */
.zabuton_img {
  width: 40%;
}

.zabuton_img img {
  width: 90%;
  border: 4px solid #ff7a00;
  border-radius: 30px;
}

/* =====================
   レスポンシブ
===================== */

@media (max-width: 768px) {
	
	.price_main_ttl {
   background: #fff;
   padding: 5px 10px;
   font-size: 20px;
   border-left: 10px solid #4b8f3a;
   margin-bottom: 20px;
}
		
.price_section {
    padding: 20px 15px;
}
	
	.price_table td {
    padding: 10px;
    font-size: 16px;
}
	
	.discount_table td {
    padding: 10px;
    font-size: 16px;
}
	
	.price_table th {
    padding: 8px;
}
	
.price_block {
    margin-bottom: 0;
}
	
	.tax_note {
    margin-bottom: 0;
	margin-top: 5px;
}

  .zabuton_box {
    flex-direction: column;
    padding: 20px;
	gap: 0px;
  }

  .zabuton_text,
  .zabuton_img {
    width: 100%;
  }

  .bedding_table th,
  .bedding_table td {
    padding: 12px;
    font-size: 16px;
    text-wrap: nowrap;
  }
	
	.bedding_table td {
		font-size: 16px;
	}
	
	.zabuton_item {
    display: block;
	margin-bottom: 25px;
}
	
	.green_ttl {
            margin-bottom: 20px;
        font-size: 18px;
        padding: 10px 25px;
}

	.page_ttl_wrap .page_ttl {
    font-size: 18px;
}
	
	.bedding_title {
    padding: 5px 10px;
    font-size: 20px;
    border-left: 10px solid #4b8f3a;
    margin-bottom: 20px;
	}
	
	.bedding_section {
    padding: 60px 15px;
}
	
}