.title-area {
    background: url(../images/design/design__header.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 300px;
    /* background-color: #C6BF8A; */
    /* background: linear-gradient(to left, #b00042 0%, #671317 100%); */
}
/* .page-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
/* .title-area .inner--base {
    max-width: unset;
    position: relative;
}
.title-area .inner--base #pankuzu {
    width: 1280px;
    padding-top: 240px;
} */
#pankuzu .pankuzu-list li {
    color: #fff;
}
.p-design {
    background: url(../images/design/bg00.webp) no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
    /* height: 300px; */
    /* background-color: #C6BF8A; */
    /* background: linear-gradient(to left, #b00042 0%, #671317 100%); */
}
#design .main_txt {
    position: relative;
    padding: 50px 0;
}
#design .main_txt h2 {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.3em;
    font-weight: 600;
    line-height: 2.2;
}
#design .main_txt .lead_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
}
#design .main_txt .lead_wrap p {
    width: calc(65% - 30px);
}
#design .main_txt .lead_wrap .main_img {
    width: 35%;
    max-width: 420px;
}
#design .main_txt p {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
    text-align: left;
}
.main_img_wide {
    margin-bottom: 50px;
}
.main_img {
    margin-bottom: 50px;
}
#design .bg_img {
    position: absolute;
    top: 0;
}
#design .bg_sec {
    padding: 50px 0;
}
#design .bg_sec.mygarage {
    background-image: url("../images/design/bg01.webp");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#design .bg_sec.landplan {
    background-image: url("../images/design/bg02.webp");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#design .title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.title h3 {
    font-size: 3.0rem;
    display: flex;
    width: unset;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.title h3 span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    white-space: normal;
}
#design .title p {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 0.3rem;
}
/* .entrance_approach {
    margin-bottom: 100px;
} */
 .entrance {
    margin: 80px auto;
 }
.entrance_design {
    display: flex;
    gap: 30px;
    align-items: center;
}
.entrance_design .main_img {
    /* margin-left: calc(50% - 50vw); */
    width: 50%;
    margin-bottom: 0;
}
.entrance_design .desc {
    text-align: left;
    line-height: 2.6;
}
#design .notes-area {
    margin-top: 0;
}


@media screen and (max-width: 810px) {
    .inner--base {
        width: 96%;
    }
    .title h3 {
        flex-direction: column;
    }
    .title-area {
        height: 100px;
        margin-bottom: 0;
    }
    #design .main_txt .lead_wrap {
        gap: 30px;
    }
    #design .main_txt .lead_wrap p {
        width: 100%;
        font-size: 0.9rem;
        line-height: 2.0;
        text-align: justify;
    }
    #design .main_txt .lead_wrap .main_img {
        width: 100%;
        max-width: unset;
    }
    #design .title {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .entrance {
        margin: 30px auto;
    }
    .entrance_design {
        display: flex;
        gap: 30px;
        align-items: center;
        flex-direction: column;
    }
    .entrance_design .main_img {
        width: 100%;
    }
    #design .title_img {
        width: 90%;
    }
    #design .main_txt h2 {
        font-size: 1.1rem;
        line-height: 2.0;
        letter-spacing: 0.2em;
        text-align: center;
    }
    .main_img_wide {
        margin-bottom: 30px;
    }
    #design .bg_sec.mygarage {
        padding-bottom: 0;
    }
    .entrance_design .desc {
    font-size: 0.9rem;
    line-height: 2.0;
    text-align: justify;
}

}
@media screen and (max-width: 599px) {

}