@charset "utf-8";

@media (max-width: 700px) {

#reform_menu {
    padding-top: 9.23%;
    padding-bottom: 10%;
}
#reform_menu .content_wrap {
    max-width: 984px;
}

#reform_menu_catch {
    margin-bottom: 48px;

}
#reform_menu_catch h2 {
    color: #009126;
    display: flex;
    font-size: 24px;
    line-height: 1em;
    align-items: center;
	margin-bottom: 16px;
}
#reform_menu_catch h2 img {
    width: 56px;
    margin-right: 8px;
}
#reform_menu_catch_box {
	position: relative;
    aspect-ratio: 4 / 3; /* 正方形より少し横長 */
    overflow: hidden;
    border-radius: 6px;
}
#reform_menu_catch_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* 背景画像的にトリミング */
    border-radius: 6px;
}
#reform_menu_catch_box .catch_box_img-washroom {
	object-position: right center;
}
#reform_menu_catch_txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 16px;   /* SPは余白を少し減らす */
    margin-right: 16px;
	z-index: 1000;
}
#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: 20px;
    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.5em;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.08em;
    text-shadow: 0px 0px 4px #454545,0px 0px 4px #454545;
}
#reform_plan_list_wrap {
}
#reform_plan_list {
    margin-top: 16px;
}
#reform_plan_list ul {
    display: flex;
    flex-wrap: wrap;
}
#reform_plan_list ul li {
    border-radius: 6px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    -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: 16px;
	padding-bottom: 28px;
    background-color: #FFFFFF;
    border-radius: 6px;
    display: block;
}
.plan_list_thumb {
    position: relative;
    border-radius: 6px;
    margin-bottom: 12px;
}
.plan_list_thumb img {
    border-radius: 6px;
}

.plan_list_spec {
    position: absolute;
    bottom: 4px;
    left: 10px;
}
.plan_list_spec span {
    background-color: #61c000;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    display: inline-block;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-right: 6px;
	margin-bottom: 6px;
}
#reform_plan_list ul li a h3 {
    font-size: 21px;
    line-height: 1em;
    margin-bottom: 20px;
}
#reform_plan_list ul li a h3 span {
    width: 100%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: sub;
}
.plan_list_price_wrap {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
 }
.plan_list_price-off {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* ▼ 丸のサイズ（レスポンシブ） */
  width: 88px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #FF0000;
  color: #FFFFFF;
  margin-right: 14px;
}

/* 上下の小テキスト */
.plan_list_price-off_txt {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

/* 数字部分 */
.plan_list_price-off_number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-right: 0;
    margin-left: 0;
}

/* % のサイズ */
.plan_list_price-off_number span {
  font-size: 16px;
}
.plan_list_price-off_off {
	font-size: 19px;
    font-weight: 600;
    line-height: 1;
}

.plan_list_price_box {

}
.plan_list_price {
/*     text-align:center; */
    
}
.plan_list_price_num {
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    color: #FF0000;
}
.plan_list_price_unit {
	font-size: 18px;
}
.plan_list_price_tax {
    font-size: 13px;
    line-height: 1em;
    color: #555151;
    font-weight: 700;
}
.plan_list_price_komikomi {
    background-color: #FF0000;

}
.plan_list_price_komikomi strong {
    color: #ffff00;
    font-size: 15px;
    line-height: 1em;
    padding-top: 4px;
    padding-right: 3px;
    padding-left: 6px;
    padding-bottom: 6px;
    font-weight: 700;
    display: block;
    letter-spacing: 0px;
	text-align: center;
}

#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: 8px auto;
    border: 1px solid #dd0001;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#reform_menu_works {
    background-image: url(../images/h_illust_bg_g.svg);
    background-repeat: no-repeat;
    background-size: 193% auto;
    background-position: center top;
    padding-top: 3.84%;
    margin-top: 5.38%;
}
#reform_menu_works ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
#reform_menu_works ul li{
    width:100%;
    margin-right: 0;
    margin-bottom: 24px;
    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: 16px;
    line-height: 1.6em;
    font-weight: 500;
	margin-top: 10px;
    margin-bottom: 12px;
}
.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;
}

}
