.sub-p-item{
    height: 500px;
}

.sub-p-time{
    background-image: url(../images/common/ico_calendar.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 22px;
    margin-top: 10px;
}

.sub-p-location{
    background-image: url(../images/common/ico_location.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 22px;
    font-weight: 300;
    margin-top: 10px;
}

.sub-p-content{
    background-image: url(../images/common/ico_list.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 22px;
    font-weight: 300;
    margin-top: 10px;
}

.summary-this-intro{
    width: 1024px;
    height: auto;
    text-align: left;
    word-break: keep-all;
    border-radius: 30px;
    padding: 100px 80px;
    margin: 0 auto;
}

.main-vs-list {
    background: #000;
}

.vs-01{
    opacity: 0.8;
    background-image: url(../images/common/250417_1.jpg);
}
.vs-02{
    opacity: 0.3;
    background-image: url(../images/common/250417_2.jpg);
}
.vs-03{
    opacity: 0.8;
    background-image: url(../images/common/250417_3.jpg);
}
.vs-04{
    opacity: 0.8;
    background-image: url(../images/common/250417_4.jpg);
}

.summary-this-intro img {
    float: right;
    width: 35%;
}

.parking-{
    padding-top: 50px;
}
.parking- h5{
    margin-bottom: 20px;
}
.parking- h4{
    margin-bottom: 20px;
    border-bottom: 2px solid #147fe4;
    display: inline-block;
    padding-bottom: 5px;
}
.parking-img{
    float: left;
    width: 40%;
    height: 500px;
}
.parking-img img{
    width: 100%;
    height: auto;
}
.parking-txt{
    float: left;
    width: 60%;
    height: 500px;
    padding-left: 70px;
}
.parking-txt p{
    font-size: 20px;
    line-height: 40px;
    padding-left: 10px;
}
.parking-txt p.txt-gr{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #676767;
}
.parking-01{
    color: #fd9a2c;
}
.parking-02{
    color: #1779e6;
}
.parking-03{
    color: #ff3f3f;
}
.parking-04{
    color: #5d1be2;
}

.sub-p-type-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.sub-p-type-tab .p-type-item {
    padding: 10px 35px;
    border-radius: 25px;
    color: #fff;
    background: #aaa;
    margin-bottom: 30px;
    cursor: pointer;
    &.p-type-active {
        background: #1779e6;
    }
    &.p-type-02.p-type-active {
        background: #fd9a2c;
    }
    &.p-type-03.p-type-active {
        background: #ff3f3f;
    }
    &.p-type-04.p-type-active {
        background: #5d1be2;
    }
    h6 {
        font-size: 25px;
    }

    @media screen and (max-width : 768px){
        padding: 10px 20px;
        h6 {
            font-size: 20px;
        }
    }
}

.sub-p-type {
    padding: 0 10px;
    display: inline-block;
    background: #1779e6;
    color: #fff;
    margin-bottom: 10px;
}

.sub-p-type.P {
    background: #fd9a2c;
}

.sub-p-type.E {
    background: #ff3f3f;
}

.sub-p-type.S {
    background: #5d1be2;
}

@media screen and (max-width : 1024px) {
    .sub-p-item {
        height: 500px;
    }

    .sub-p-time {
        margin-top: 5px;
    }
    .summary-this{
        width: 100%;
        padding: 50px 40px;
        margin-top: 30px;
        background-position: top left;
    }
}
@media screen and (max-width : 768px){
    .sub-p-item{
        height: 260px;
    }
    .sub-p-time{
        background-size: 12px;
        padding-left: 16px;
        margin-top: 10px;
    }

    .sub-p-content,
    .sub-p-location {
        background-size: auto 12px;
    }

    .summary-this{
        border-radius: 20px;
        padding: 30px 20px;
        background-position: center;
    }

    .summary-this img {
        width: 40%;
        padding-top: 30px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .greeting-box h4{
        font-size: 22px;
    }
    .greeting-box p{
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }

    .parking-img{
        display: block;
        float: unset;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .parking-txt{
        float: unset;
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .parking-txt p{
        font-size: 18px;
        line-height: 35px;
        padding-left: 10px;
    }
    .parking-txt p.txt-gr{
        font-size: 16px;
        margin-bottom: 5px;
        word-break: keep-all;
    }

}
    