@charset "UTF-8";


/* コンテンツ */
.block2_container {
    margin: 0 auto;
    display: flex;
    align-items: center;
	padding-bottom:30px;
}

.block2_container_txt {
    width: min(62.85vw, 880px);
    margin: 0 10px;
}
.block2_container_img {
    width: min(37.14vw, 520px);
}

/* ボックスの装飾 */
.gold_solid_box {
    margin-top: 40px;
    border: 3px solid #b09453;
    background-color: #fff;
    align-items: center;
    padding: 17px 15px 17px 25px;
    gap: min(1.83vw, 22px);
}

.white_solid_box {
  background-color: #fff;
  border: min(0.08vw, 1px) solid #d7ceb9;
  padding: min(2.83vw, 34px);
  margin: 50px 0 0;
  flex-direction: column;
}

/* 文字色 */
.white_txt {
	color:white!important;
}

/* 文字配置 */

.txt_align_c {
	text-align:center!important;
}
.txt_align_l {
	text-align:left!important;
}


/* 文字サイズ */
.txt28_bold {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}

.txt24_bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}

.txt20_bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
}

.txt24_bold_gold {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #a2843d;
    display: inline-block;
    border-bottom: 4px solid #a2843d;
    padding: 0 0 4px;
    margin: 0 0 20px;
}


/* 間の調整 */
.mb10{
	margin-bottom:10px!important;
}
.mb20{
	margin-bottom:20px!important;
}

.mb30{
	margin-bottom:30px!important;
}

.m0{
	margin:0px!important;
}

/* 表デザイン */
.gold_table_type1 {
    width: 100%;
    border-top: 1px solid #b7b09f;
    border-left: 1px solid #b7b09f;
    border-collapse: collapse;
    margin: 30px 0 50px;
}

.gold_table_type1 th {
    background-color: #b09453;
    width: 25%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    padding: 12px;
}
.gold_table_type1 th:not(:last-child) {
	border-right:solid 1px white;
}

.gold_table_type1 td {
    background-color: #fff;
    padding: 12px 50px;
	border-right: 1px solid #b7b09f;
    border-bottom: 1px solid #b7b09f;
}

/* ボタンデザイン */
.black_btn {
    display: block;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    width: 351px;
    height: 54px;
    box-sizing: border-box;
    border: 3px solid #c8ad4e;
    line-height: 46px;
    font-size: 18px;
    font-weight: 600;
	color:white;
}

.black_btn::before {
    display: inline-block;
    content: "";
    background: url(https://hori-pen.rectus.org/wp/wp-content/themes/hori-pen/images/common/ar4.webp) no-repeat left top;
	transform: rotate(-90deg);
    background-size: contain;
    width: 14px;
    height: 12px;
    vertical-align: middle;
    margin: -4px 8px 0 0;
}

.kinds_photos ul li p {
  font-weight: 500;
  line-height: 1;
  margin-top: 13px;
}

.kinds_photos3 {
  background-color: #fff;
  border: min(0.08vw, 1px) solid #d7ceb9;
  padding: 34px min(2.83vw, 34px) 24px;
  margin: 40px 0 0;
}

.kinds_photos3 {
  background-color: #fff;
  border: min(0.08vw, 1px) solid #d7ceb9;
  padding: 34px min(2.83vw, 34px) 24px;
  margin: 40px 0 0;
}
.kinds_photos3 ul {
  display: flex;
  justify-content: space-between;
}
.kinds_photos3 ul li {
  width: 50%;
  text-align: center;
}
.kinds_photos3 ul li p {
  font-weight: 500;
  line-height: 1;
  margin-top: 13px;
}

.kinds_1#waterheater .kinds_st {
  background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(/wp/wp-content/uploads/2025/11/naisou_waterheater.webp) ;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* スマホ  */

@media screen and (max-width: 750px) {
  .block2_container{
    display: block;
  }
.block2_container:has(:not(.gaiheki_lead_txt)) div:has(img) {
    text-align: center;
    margin: 20px 0;
  }
 .block2_container_img {
    width: auto;
    text-align: center;
  }
  .block2_container_img img {
    width: 85vw;
    height: auto;
  }
.block2_container_txt {
    width: auto;
  }
.block2_container_navi {
    display: block;
    margin-top: 5.33vw;
  }
.block2_container_navi li {
    width: auto;
    margin-top: 3vw;
  }
.block2_container_navi li a {
    display: block;
    height: auto;
    border: 0.8vw solid #c8ad4e;
    border-radius: 13.33vw;
    font-size: 4.26vw;
    line-height: 1;
    padding: 2.8vw 0;
  }
.block2_container_navi li a::before {
    width: 3vw;
    height: 3vw;
    margin: -0.6vw 1.8vw 0 0;
  }
  
 .gold_table_type1 {
    margin: 8vw 0;
  }
 .gold_table_type1 th,
 .gold_table_type1 td {
    display: block;
  }
 .gold_table_type1 th {
    width: auto;
    font-size: 4.26vw;
    padding: 2.66vw;
  }
 .gold_table_type1 th br {
    display: none;
  }
.gold_table_type1 td {
    padding: 2.66vw;
    text-align: center;
  }
 .gold_table_type1 td.td1 {
    width: auto;
}
 .kinds_photos3 {
    border: 1px solid #d7ceb9;
    padding: 5.33vw;
    margin: 8vw 0 0;
  }
  .kinds_photos3 ul {
    display: block;
  }
  .kinds_photos3 ul li {
    width: auto;
  }
  .kinds_photos3 ul li + li {
    margin-top: 5vw;
  }
  .kinds_photos3 ul li img {
    width: 100%;
    height: auto;
  }
  .kinds_photos2 ul li p {
    margin-top: 1.33vw;
    font-size: 3.73vw;
  }
  
  .black_btn {
        border: 0.8vw solid #c8ad4e;
        border-radius: 13.33vw;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 4.1vw;
        padding: 2.8vw 0 3.3vw;
    }
}



