/* 海外レンタカー人気の営業所　PCSP共通（レスポンシブ） */
@charset "utf-8";

@media(min-width: 751px) {
    .mv_bg--image.is-top {
        background: url(../images/index/mv_pc.jpg) no-repeat center;
        background-size: cover;
    }

    .mv_bg--image.is-hnl_airport {
        background: url(../images/hnl_airport/mv_pc.jpg) no-repeat center;
        background-size: cover;
    }

    .mv_bg--image.is-hnl_hyatt {
        background: url(../images/hnl_hyatt/mv_pc.jpg) no-repeat center;
        background-size: cover;
    }

    .mv_bg--image.is-hnl_discovery_bay {
        background: url(../images/hnl_discovery_bay/mv_pc.jpg) no-repeat center;
        background-size: cover;
    }

    .columnTxt {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .icon_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
    }

    .icon_list--head {
        font-weight: 700;
    }

    .icon_list--detail {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .icon_list--item {
        padding: 8px 10px;
        line-height: 1;
        font-weight: 700;
    }

    .column_link--button {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 20px;
        width: 100%;
        margin-top: 10px;
    }

    .column_link--button--item {
        width: 310px;
        border-radius: 500px;
        color: #fff;
        background-color: #140D77;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding: 10px 25px;
        position: relative;

        &::after {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            right: 20px;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            z-index: 10;
        }
    }

    .contents_txt--center {
        font-size: 17px;
        font-weight: 500;
    }
    
    .contents_txt--bg {
        display: inline-block;
        margin-bottom: 40px;
    }

    .info_wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        margin-top: 50px;
        font-size: 16px;
    }

    .info_container {
        width: calc(100% / 3);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .info_wrapper:has(> :nth-child(1)) .info_container {
        width: 100%;
    }

    .info_item--company {
        margin-bottom: 5px;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .info_item--company span {
        display: inline-block;
        padding: 8px 10px;
        line-height: 1;
        font-weight: 700;
    }

    .is-hertz {
        background-color: #fff047;
    }

    .is-dollar {
        background-color: #e6122a;
        color: #fff;
    }

    .is-alamo {
        background-color: #0d56a4;
        color: #fff;
    }

    .carSearch {
        padding: 25px 0;
    }

    .carSearch a {
        margin: 0;
    }


    /*googleMap*/
    .map_wrapper .google_map {
        width: 100%;
        height: 300px;
    }

}

@media(max-width: 750px) {
    .mv_bg--image.is-top {
        background: url(../images/index/mv_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .mv_bg--image.is-hnl_airport {
        background: url(../images/hnl_airport/mv_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .mv_bg--image.is-hnl_hyatt {
        background: url(../images/hnl_hyatt/mv_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .mv_bg--image.is-hnl_discovery_bay {
        background: url(../images/hnl_discovery_bay/mv_sp.jpg) no-repeat center;
        background-size: cover;
    }

    .mt-30 {
        margin-top: calc(60vw / 3.9) !important;
    }

    .contents_txt--center {
        font-size: calc(16vw / 3.9);
        text-align: center;
    }

    .contents_txt--bg {
        padding: calc(10vw / 3.9) calc(13vw / 3.9);
        margin-bottom: calc(25vw / 3.9);
        display: inline-block;
    }
    
    .bg_gray {
        background-color: #ededed;
    }

    .column_imgBox ul {
        display: flex;
        flex-direction: column;
        gap: calc(10vw / 3.9);
    }

    .columnTxt {
        display: flex;
        flex-direction: column;
        gap: calc(20vw / 3.9);
    }

    .icon_list {
        display: flex;
        flex-direction: column;
        gap: calc(10vw / 3.9);
        align-items: center;
        margin-bottom: calc(10vw / 3.9);
    }

    .icon_list--head {
        font-weight: 700;
        font-size: calc(16vw / 3.9);
    }

    .icon_list--detail {
        display: flex;
        flex-wrap: wrap;
        gap: calc(15vw / 3.9);
    }

    .icon_list--item {
        padding: calc(9vw / 3.9) calc(11vw / 3.9);
        line-height: 1;
        font-weight: 700;
    }

    .column_link--button {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(20vw / 3.9);
        width: 100%;
    }

    .column_link--button--item {
        width: 90%;
        border-radius: 500px;
        color: #fff;
        background-color: #140D77;
        font-size: calc(15vw / 3.9);
        font-weight: 700;
        text-align: center;
        padding: calc(12vw / 3.9) calc(20vw / 3.9);
        position: relative;

        &::after {
            position: absolute;
            content: "";
            width: calc(10vw / 3.9);
            height: calc(10vw / 3.9);
            right: calc(20vw / 3.9);
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            z-index: 10;
        }
    }

    .info_wrapper {
        display: flex;
        flex-direction: column;
        gap: calc(23vw / 3.9);
        margin-top: calc(30vw / 3.9);
        font-size: calc(16vw / 3.9);
    }

    .info_container {
        display: flex;
        flex-direction: column;
        gap: calc(6vw / 3.9);
    }

    .info_item--company {
        margin-bottom: calc(5vw / 3.9);
        display: flex;
        flex-wrap: nowrap;
        gap: calc(10vw / 3.9);
    }

    .info_item--company span {
        display: inline-block;
        padding: calc(9vw / 3.9) calc(11vw / 3.9);
        line-height: 1;
        font-weight: 700;
    }

    .is-hertz {
        background-color: #fff047;
    }

    .is-dollar {
        background-color: #e6122a;
        color: #fff;
    }

    .is-alamo {
        background-color: #0d56a4;
        color: #fff;
    }

    .update {
        padding: 0 !important;
    }

    .carSearch {
        padding: calc(20vw / 3.9) 0;
    }

    /*googleMap*/
    .map_wrapper .google_map {
        width: 100%;
        height: calc(250vw / 3.9);
    }

}