@charset "utf-8";

.jost {
    font-family: "Jost", sans-serif;
}
.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#ftr_pc {
    display: block;
}

@media only screen and (max-width: 767px) {
    #ftr_pc {
        display: none;
    }
}

#ftr_sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    #ftr_sp {
        display: block;
    }
}

/* MV SECTION */
.main-container {
    background: #000;
}

#main {
    font-family: "Noto Sans JP", sans-serif !important;
    width: 100%;
    max-width: 1100px;
    padding-block: 0px 60px;
    padding-inline: 20px;
    box-sizing: border-box;

    @media (min-width: 1120px) {
        padding-inline: 0;
    }

    .pkr-note {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
    }

    .parking-box {
        display: flex;
        gap: 0;
        margin-bottom: 34px;
    }

    .parking-box.sp-only {
        display: none;
    }

    .parking-box-col {
        width: calc(100% / 4);
        text-decoration: none;
        color: #333;

        span {
            display: block;
            text-align: center;
            position: relative;
            font-weight: 700;
            font-size: 16px;
            line-height: 16px;
            /* margin-top: 5px; */
        }

        span::after {
            position: absolute;
            content: '';
            border: solid #9C2223;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg) translateX(-50%);
            left: 50%;
            bottom: -10px;
        }
    }

    .parking-box-col:hover {
        opacity: .7;
    }
}

/* BENEFIT SECTION */
.benefit {
    background: #000;
    padding: 50px 0;
    margin-bottom: 50px;
}

.benefit-grid {
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 540px));
    justify-content: center;
    gap: 20px;
}

.benefit-item {
    min-height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 20px;
    overflow: hidden;
}

.benefit-item--left {
    background: linear-gradient(90deg, #0f1013 0%, #525359 100%);
    background: #2B2B2B;
}

.benefit-item--right {
    background: linear-gradient(90deg, #0f1013 0%, #525359 100%);
    background: #2B2B2B;
}

.benefit-num {
    font-family: "Jost", sans-serif;
    font-size: 80px;
    line-height: 0.75;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.24);
    position: absolute;
    top: 1px;
    left: -3px;
    /*clip-path: polygon(0 0, 118% 0, 0% 350%);*/
}

/* ゴールドライン */
.benefit-item.benefit-item--left::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 95px;
    background: #BE9E67;
    /*right: -17px;
    bottom: 55px;*/
    left: 112px;
    top: -100px;
    transform-origin: bottom center;
    transform: rotate(208deg);
    display: none;
}

.benefit-item.benefit-item--left.benefit-num01::before {
    left: 103px;
    top: -100px;
}
@media (max-width: 767px) {
    .benefit-item.benefit-item--left::before {
        left: 103px;
        top: -128px;
    }
    .benefit-item.benefit-item--left.benefit-num01::before {
        left: 96px;
        top: -128px;
    }
}

.benefit-body {
    width: 100%;
    text-align: left;
    padding-left: 80px;
}
@media (max-width: 767px) {
    .benefit-body {
        text-align: left;
        padding-left: 0;
    }
}

.benefit-body-ttl,
.benefit-body-sub {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    color: #BE9E67;
    font-weight: 700;
}

.benefit-body-sub {
    font-size: 16px;
    font-weight: 500;
}

.benefit-note-txt {
    width: 100%;
    max-width: 1100px;
    margin: 16px auto 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
}

.parking-ttl {
    width: fit-content;
    border: 1px solid #333;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    padding: 7px 15px 6px;
    margin-bottom: 31px;
}

.parking-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
    color: #fff;
}

.parking-col {
    width: calc((100% / 2) - (40px / 2));
}

.parking-col-ttl {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    /* gap: 24px; */
    padding-bottom: 6px;
    border-bottom: 2px solid #BE9E67;
}

.parking-col-ttl span:first-child {
    font-family: "Jost", "Noto Sans JP", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: block;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数を指定 */
    overflow: hidden;
}

.parking-col-ttl-sub {
    font-family: "Jost", "Noto Sans JP", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.875;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 行数を指定 */
    overflow: hidden;
}

.parking-wpr {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-block: 15px 20px;
}

.parking-wpr-img {
    max-width: 150px;
}

.parking-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.parking-card-desc--top {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.parking-card-desc--num {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;

    span {
        font-weight: 600;
        font-size: 18px;
        line-height: normal;
        vertical-align: bottom;
    }
}

.parking-card-desc--btm {
    font-family: "Jost", "Noto Sans JP", sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.parking-card-desc--conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 5px;
    font-weight: 600;
    font-size: 16px;
    min-height: 69px;
}

.parking-card-desc--conditions span {
    background-color: #555555;
    padding: 4px 5px;
    max-height: 23px;
}

@media (max-width: 992px) {
    .parking-card-desc--conditions {
        gap: 5px 4px;
        font-size: 12px;
        min-height: 54px;
        }
    .parking-card-desc--conditions span {
        padding: 3px 4px;
        max-height: 18px;
    }
}

@media (max-width: 767px) {
    .parking-card-desc--conditions {
        gap: 4px 3px;
        font-size: 10px;
        min-height: 40px;
    }
    .parking-card-desc--conditions span {
        padding: 2px 3px;
        max-height: 14px;
    }
}

.parking-point {
    margin-bottom: 20px;
    padding: 8px 16px 16px;
    background-color: #2B2B2B;
}
.parking-point-ttl {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #BE9E67;
    margin-bottom: 10px;
}
.parking-point-txt {
    font-family: "Jost", "Noto Sans JP", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24.5px;
    min-height: 49px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数を指定 */
    overflow: hidden;
}

@media (max-width: 767px) {
    .parking-point {
        margin-bottom: 20px;
        padding: 8px 10px;
    }
    .parking-point-ttl {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 4px;
    }
    .parking-point-txt {
        font-size: 12px;
        line-height: 17.5px;
        min-height: 35px;
    }
}


.parking-btn {
    display: flex;
    gap: 10px;
}

.parking-btn-wht,
.parking-btn-red {
    text-decoration: none !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: calc(100% / 2);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.parking-btn-wht:hover,
.parking-btn-red:hover {
    opacity: .7;
}

.parking-btn-wht {
    border: 1px solid #fff;
    color: #fff !important;
    height: 54px;
}

.parking-btn-red {
    background-color: #BE9E67;
    color: #FFF !important;
    height: 56px;

    /* span {
        padding-left: 10px;
    } */
}

.parking-dsc img {
    margin-top: 29px;
}

/* .parking-dsc :hover {
    opacity: .7;
} */

@media (max-width: 767px) {
    #main {
        padding-block: 37px 20px;

        .pkr-note {
            font-size: 10px;
            line-height: 14px;
        }

        .parking-box {
            display: flex;
            gap: 0;
            margin-bottom: 34px;
        }

        .parking-box.sp-only {
            display: flex;
            flex-wrap: wrap;
        }

        .parking-box-col {
            width: calc(100% / 3);
            text-decoration: none;
            color: #333;
            margin-bottom: 20px;

            span {
                display: block;
                text-align: center;
                position: relative;
                font-weight: 700;
                font-size: 14px;
                line-height: 14px;
                /* margin-top: 5px; */
            }

            span::after {
                position: absolute;
                content: '';
                border: solid #9C2223;
                border-width: 0 1px 1px 0;
                display: inline-block;
                padding: 3px;
                transform: rotate(45deg) translateX(-50%);
                left: 50%;
                bottom: -10px;
            }
        }

        .parking-box-col:hover {
            opacity: .7;
        }
    }

    .benefit {
        padding: 0px 0px 32px;
        margin-bottom: 30px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .benefit-item {
        min-height: 70px;
        padding: 0px 14px 0 98px;
    }

    .benefit-num {
        font-size: 63px;
        top: -2px;
        left: -4px;
        right: auto;
    }
    .benefit-num img{
        height: 42px;
    }

    .benefit-item--left .benefit-num {
        left: -3px;
        top: 3px !important;
        right: auto;
    }

    .benefit-item--right .benefit-num {
        left: auto;
        right: 8px;
    }

    .benefit-body-ttl,
    .benefit-body-sub {
        font-size: 14px;
        line-height: 1.35;
    }

    .benefit-body-sub {
        font-size: 10px;
    }

    .benefit-note-txt {
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.45;
    }

    .parking-ttl {
        font-size: 16px;
        line-height: 21px;
        padding: 5px 9px 6px;
        margin-bottom: 20px;
    }

    .parking-row {
        gap: 60px 18px;
    }

    .parking-col {
        width: calc((100% / 2) - (18px / 2));
    }

    .parking-col-ttl {
        position: relative;
        display: flex;
        padding-bottom: 10px;
        border-bottom: 2px solid #BE9E67;
        margin-top: 10px;
        gap: 10px;
    }

    .parking-col-ttl span:first-child {
        font-size: 16px;
        line-height: 20.5px;
        min-height: 41px;
    }

    .parking-col-ttl-sub {
        font-family: "Jost", "Noto Sans JP", sans-serif !important;
        font-size: 12px;
        line-height: 18px;
        min-height: 36px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 行数を指定 */
        overflow: hidden;
    }

    .parking-wpr {
        gap: 10px;
        margin-block: 10px;
        margin-bottom: 20px;
    }

    .parking-wpr-img {
        max-width: 135px;
        margin-inline: auto;
    }

    .parking-card {
        gap: 20px;
    }

    .parking-card-desc--top {
        font-size: 16px;
        line-height: 26px;
    }

    .parking-card-desc--num {
        font-size: 16px;
        line-height: 22px;

        span {
            font-size: 14px;
        }
    }

    .parking-card-desc--btm {
        font-size: 12px;
        line-height: 17.5px;
        margin-top: 4px;
    }

    .parking-card-desc--btm.parking-card-desc--btm-access {
        font-family: "Jost", "Noto Sans JP", sans-serif !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 35px;
    }

    .parking-btn {
        flex-direction: column;
        gap: 8px;
    }

    .parking-btn-wht,
    .parking-btn-red {
        width: 100%;
        /* min-width: 170px; */
        font-size: 12px;
        line-height: 17px;
    }

    .parking-btn-wht {
        height: 38px;
    }

    .parking-btn-red {
        height: 40px;

        /* span {
            padding-left: 22px;
        } */
    }

    .parking-dsc img {
        margin-top: 10px;
    }

    .mt-8 {
        margin-top: 10px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .parking-wpr.mb-45 {
        margin-bottom: 41px;
    }

    .parking-row {
        gap: 60px 72px;
    }

    .parking-col {
        width: calc((100% / 2) - (72px / 2));
    }

    .parking-col-ttl span:first-child {
        font-size: 24px;
        line-height: 36.5px;
        min-height: 73px; 
    }

    .parking-wpr {
        gap: 20px;
    }

    .parking-card {
        gap: 25px;
    }

    .parking-card-desc--top {
        font-size: 28px;
        line-height: 36px;
    }

    .parking-card-desc--num {
        font-size: 24px;
        line-height: 33px;

        span {
            font-size: 20px;
        }
    }

    .parking-card-desc--btm {
        font-size: 14px;
        line-height: 22px;
    }

    .parking-btn {
        gap: 14px;
    }

    .parking-btn-wht,
    .parking-btn-red {
        font-size: 18px;
        line-height: 24px;
    }

    /* .parking-btn-red span {
        padding-left: 32px;
    } */
}

@media (min-width: 1100px) {
    .parking-col-ttl span:first-child {
        font-size: 28px;
        min-height: 73px;        
    }

    .parking-card-desc--btm {
        font-size: 16px;
        line-height: 22px;
    }

    .parking-card {
        gap: 26px;
    }
}

@media only screen and (max-width: 389px) {
    .benefit-desc {
        font-size: 15px !important;
    }

    .parking-col-ttl span:first-child {
        font-size: 15px !important;
    }

    .parking-card-desc--btm {
        font-size: 12px !important;
    }

    .benefit-desc::before {
        width: 160px !important;
    }

    .benefit-desc::after {
        width: 160px !important;
    }
}

@media only screen and (max-width: 374px) {
    .parking-card-desc--btm {
        font-size: 10px !important;
    }
}

/* @media (max-width: 450px) {
    .benefit-desc {
        margin-inline: 0 !important;
    } 

    .benefit-ttl {
        margin-inline: 0 !important;
    } 
} */

/*20250323フッターリンク追加_カスタマーハラスメントに対する基本方針*/
.about {
    width: 490px;
}

.about li:last-child  {
    margin-right: 0;
}

@media (max-width: 768px) {
    .about {
        flex-wrap: wrap;
    }
}