@charset "utf-8";
#reform_menu {
    padding-top: 6.15%;
    padding-bottom: 6.15%;
}
#reform_menu .content_wrap {
    max-width: 984px;
}

#reform_menu_catch {
    margin-bottom: 6.15%;

}
#reform_menu_catch h2 {
    color: #009126;
    display: flex;
    font-size: 40px;
    line-height: 1em;
    align-items: center;
}
#reform_menu_catch .bath {
	color: #0073c9;
}
#reform_menu_catch .toilet {
	color: #61c000;
}
#reform_menu_catch .kitchen {
	color: #009126;
}
#reform_menu_catch .washroom {
	color: #f6b01f;
}
#reform_menu_catch .wet-areas{
	color: #009b34;
}
#reform_menu_catch .interior{
	color: #CB9A63;
}
#reform_menu_catch .wall{
	color: #249350;
}
#reform_menu_catch .fixture-replacement{
	color: #CECA00;
}
#reform_menu_catch h2 img {
    width: 64px;
    margin-right: 8px;
}
#reform_menu_catch_box {
    margin-top: 3.07%;
    position: relative;
    border-radius: 6px;
}
#reform_menu_catch_box img {
    border-radius: 6px;
}
#reform_menu_catch_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    margin-left: 32px;
}
#menu_catch_txt-h {
    margin-bottom: 8px;
}
#menu_catch_txt-h span {
    background-color: #fff;
    color: #009126;
    display: inline-block;
    margin-bottom: 10px;
    font-size: clamp(1.375rem, 2.8svw, 2rem);
    font-weight: 600;
    padding-left: 8px;
    line-height: 1em;
    padding-bottom: 6px;
    padding-top: 2px;
    letter-spacing: 0.08em;
    text-shadow: 0px 0px hsla(0,0%,0%,0.00);
}
#reform_menu_catch_txt p {
    font-weight: 500;
    line-height: 1.6em;
    color: #fff;
    font-size: clamp(1rem, 2svw, 1.375rem);
    letter-spacing: 0.08em;
    text-shadow: 0px 0px 4px #454545,0px 0px 4px #454545;
}
#reform_plan_list_wrap {
}
#reform_plan_list {
    margin-top: 3.07%;
}
#reform_plan_list ul {
    display: flex;
    flex-wrap: wrap;
}
#reform_plan_list ul li {
    border-radius: 6px;
    width: 30.76%;
    margin-right: 3.86%;
    margin-bottom: 3.86%;
    -webkit-box-shadow: 2px 2px 2px #FFECEC;
    box-shadow: 2px 2px 2px #FFECEC;
}
#reform_plan_list ul li:nth-child(3n) {
	margin-right: 0%;
}
#reform_plan_list ul li a {
    padding: 12px;
    background-color: #FFFFFF;
    border-radius: 6px;
    display: block;
}
.plan_list_thumb {
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}
.plan_list_thumb img {
    border-radius: 6px;
}

.plan_list_spec {
    position: absolute;
    bottom: 4px;
    left: 4px;
}
.plan_list_spec span {
    background-color: #61c000;
    color: #FFFFFF;
    font-size: clamp(0.6875rem, 1.1svw, 0.8125rem);
    line-height: 1em;
    font-weight: 600;
    display: inline-block;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-right: 3px;
}
#reform_plan_list ul li a h3 {
    font-size: clamp(0.8125rem, 1.6svw, 1.125rem);
    line-height: 1em;
    margin:0 8px 10px 8px;
}
#reform_plan_list ul li a h3 .plan_maker_logo {
    width: 50%;
/*     display: inline-block; */
    margin-right: 12px;
	margin-bottom:8px;
    vertical-align: sub;
}
#reform_plan_list ul li a h3 span {
    display: block;
}
.plan_list_price_wrap {
    display: flex;
    margin: 0 8px 16px 8px;
    align-items: center;
    justify-content: flex-start;
 }
.plan_list_price-off {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* ▼ 丸のサイズ（レスポンシブ） */
  width: clamp(40px, 9vw, 68px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #FF0000;
  color: #FFFFFF;
  margin-right: 12px;
}

/* 上下の小テキスト */
.plan_list_price-off_txt {
    font-size: clamp(11px, 1.2vw, 13px);
    font-weight: 600;
    line-height: 1;
}

/* 数字部分 */
.plan_list_price-off_number {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
    line-height: 1;
    margin-right: 0;
    margin-left: 0;
}

/* % のサイズ */
.plan_list_price-off_number span {
  font-size: clamp(12px, 1.6vw, 14px);
}
.plan_list_price-off_off {
	font-size: clamp(0.8125rem, 1.4svw, 1rem);
    font-weight: 600;
    line-height: 1;
}

.plan_list_price_box {
}
.plan_list_price {
/*     text-align: right; */
    
}
.plan_list_price_num {
    font-size: clamp(1.3rem, 2.6svw, 2.2rem);
    line-height: 1em;
    font-weight: 700;
    color: #FF0000;
}
.plan_list_price_unit {
	font-size: clamp(0.7rem, 1.4svw, 1rem);
}
.plan_list_price_tax {
    font-size: clamp(0.4rem, 1svw, 0.7rem);
    line-height: 1em;
    color: #555151;
    font-weight: 700;
}
.plan_list_price_komikomi {
    background-color: #FF0000;

}
.plan_list_price_komikomi strong {
    color: #ffff00;
    font-size: clamp(0.5rem, 1.05svw, 0.875rem);
    line-height: 1em;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 4px;
    padding-bottom: 3px;
    font-weight: 700;
    display: block;
    letter-spacing: 0px;
}

#reform_plan_list ul li a .link_btn {
    padding: 12px;
    display: block;
    /* [disabled]background-color: #dd0001; */
    color: #dd0001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 40px;
    background-image: url(../images/link_btn_arrow_red.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px auto;
    border: 1px solid #dd0001;
}
#reform_menu_works {
    background-image: url(../images/h_illust_bg_g.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-top: 3.84%;
    margin-top: 3.84%;
}
#reform_menu_works ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.07%;
}
#reform_menu_works ul li{
    width: 31.53%;
    margin-right: 2.705%;
    margin-bottom: 2.705%;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#reform_menu_works ul li:nth-child(3n) {
    margin-right: 0;
}
.reform_menu_works_img{
	
}
.reform_menu_works_img a img{
	width: 100%;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.reform_menu_works_img a{
	
}
.reform_menu_works_txt{
    padding-top: 14px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 20px;
}
.reform_menu_works_txt h3{
	font-size: 17px;
    line-height: 1.6em;
    font-weight: 500;
	margin-top: 12px;
    margin-bottom: 14px;
}
.reform_menu_works_tag{
	display: flex;
}
.reform_menu_works_tag p {
    margin-right: 8px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
}
.reform_menu_works_tag p a {
    display: block;
    padding-top: 4px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
}

.reform_menu_works_name{
	color: #006e12;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    margin-top: 8px;
}
