@charset "utf-8";
.menu_item.maisonette{
    background: #b7c9cb;
}
.subpage_ttl {
    font-size: 3vw;
    color: #97845c;
}
.sub_container{
    background: url(../img/maisonette/maisonette_bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.premium_box{
    margin: 60px auto 0;
    background: #97845c;
    padding: 40px 20px;
}
.premium_box .sec_ttl_en{
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.premium_ttl_ja{
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 1em;
}

.premium_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
}

.premium_item{
    width: 48%;
    max-width: 364px;
    background: #fff;
    /* padding: 10px 10px 0 10px; */
    padding: 10px;
    filter: drop-shadow(4px 5px 2px rgba(0, 0, 0, 0.4));
}
.premium_item:nth-child(n + 3){
    margin-top: 20px;
}
.premium_item:last-child{
    width: 100%;
    padding: 10px;
    max-width: unset;
    margin-top: 40px;
}
.premium_name_box{
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.premium_name{
    color: #97845c;
    text-align: center;
    font-weight: 600;
}
.premium_name span{
    display: block;
    color: #000;
    font-size: 10px;
    font-weight: unset;
}




.plan_list_box{
    margin: 120px auto 0;
}
.plan_list_ttl{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 28px;
    margin-bottom: 1em;
    color: #97845c;
}
.plan_list_subttl{
    font-size: 16px;
    margin-bottom: 0.5em;
}
.plan_list_subttl .en{
    color: #97845c;
    font-size: 1.3em;
    font-weight: 600;
}
.plan_list:not(:last-child){
    margin-bottom: 80px;
}
.plan_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan_list li{
    width: 49%;
    filter: drop-shadow(4px 5px 2px rgba(0, 0, 0, 0.2));
    transition-duration: 0.5s;
}
.plan_list li:nth-child(n + 3){
    margin-top: 2%;
}
.plan_list li:hover{
    opacity: 0.7;
}


@media screen and (max-width: 1200px) {
.plan_list_box {
    margin: 80px auto;
}
.premium_ttl_ja {
    font-size: 16px;
}
}




@media screen and (max-width: 1000px) {
.sec_lead br{
    display: none;
}
.premium_name_box {
    font-size: 16px;
}
}




@media screen and (max-width: 850px) {

}




@media screen and (max-width: 768px) {
.plan_list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.plan_list li:nth-child(n + 2) {
    margin-top: 30px;
}

.plan_list_subttl {
    max-width: 350px;
    margin: 0 auto 0.5em;
    font-size: 14px;
}
}


@media screen and (max-width: 750px) {
.plan_list_ttl {
    font-size: 24px;
}
}

@media screen and (max-width: 650px) {
.subpage_ttl {
    font-size: 48px;
}
}




@media screen and (max-width: 550px) {
.subpage_ttl {
    font-size: 36px;
}
.plan_list_box {
    margin: 60px auto;
}
.premium_ttl_ja {
    font-size: 14px;
}
.premium_item {
    width: 90%;
    max-width: 364px;
    margin: 0 auto;
}
.premium_item:nth-child(n + 2) {
    margin-top: 20px;
}
.premium_item:last-child {
    width: 90%;
}
}



@media screen and (max-width: 500px) {

}



