.ui-static-section-wrapper {
    padding: 40px 20px;
}

.maxw_100 {
    max-width: 100%;
}

h2 {
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
}

h2 span {
    display: block;
    font-size: 1.5rem;
}

#mv {
    margin: 0 auto;
}

.mv_inner {
    background-image: url(../img/main_sp.webp);
    width: 100%;
    aspect-ratio: 75 / 50;
    background-size: contain;
}

#flt {
    background: aliceblue;
}

#flt table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

#flt table caption {
    background: #081a51;
    color: #FFF;
    padding: 3px;
}

#flt table tr {
    border: #081a51 solid 1px;
    background: #FFF;
}

#flt table th {
    padding: 3px;
}

#flt table td {
    padding: 3px;
    text-align: center;
}

#ap {
    background: #F2F2F2;
}

#ap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

#ap ul li {
    background-color: #fff;
    position: relative;
    padding: 16px 32px 24px 72px;
    width: 100%;


    & .number {
        position: absolute;
        left: 24px;
        top: 16px;
        font-size: 50px;
        line-height: 1.0;
        color: #002366;
        font-family: "Arial Black", sans-serif;
        font-weight: bold;
    }

    & h3 {
        font-size: 24px;
        line-height: 130%;
        font-weight: 700;
        color: #ED1B24;

        & span {
            color: #2C2A29;
        }
    }

    & .info {
        font-size: 14px;
        border-top: solid 1px #ccc;
        margin-top: 5px;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;

        & dt {
            width: 100%;
            font-weight: 600;
        }

        & dd {
            width: 100%;
        }
    }

}



#sp_hotel {
    background: #82bbb8;
}

.sp_hotel2,
#tour {
    background: #fde6e7;
}

#sp_hotel h2 {
    color: #FFF;
}

.resort h3 {
    position: relative;
    background: #fff;
    padding: 2px 16px;
    font-size: 20px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    text-align: center;
    margin: 0 auto;
}

.resort h3:before {
    font-family: 'Material Symbols Rounded';
    content: "location_on";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ff6363;
    font-weight: 400;
    font-size: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.section_hotel_txt {
    margin: 10px 0 30px;
    line-height: 180%;
    font-size: 0.875rem;
}

.section_hotel_txt.wt {
    color: #FFF;
}


#plan h3 {
    display: block;
    background: #081a51;
    color: #FFF;
    text-align: center;
    font-size: 0.875rem;
    padding: 2px 0;
}

#plan img {
    max-width: 100%;
}

#plan .red_b {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ED1B24;
}

.ui-static-grid-item:has(.ui-static-product-card) .ui-static-product-card {
    background: #FFF;
}

.ui-static-product-card .ui-static-product-card-title {
    font-size: 16px;
}

.ui-static-product-card.ui-static-product-card--tertiary {
    box-shadow: 0 0 0 0;
}

/*slick*/
.slick-prev {
    mask-image: url(/cmn/icon/icon_arrow_left.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #FFFFFF;
}

.slick-prev:before {
    content: "";
    /*background-image: url('/cmn/icon/icon_arrow_left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    */
}

.slick-next {
    mask-image: url(/cmn/icon/icon_arrow_right.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #FFFFFF;
}


.slick-next:before {
    content: "";
}

.slick-dots {
    bottom: -20px;
}

.slick-dots li button:before {
    font-family: 'Material Symbols Rounded';
    content: "Circle";
    font-variation-settings: "FILL" 1, "GRAD" 200, "opsz" 48, "wght" 700;
}
.slick-track .ui-static-grid-item{
    margin:0 8px;
}

/**/
.ui-static-price-container {
    padding: 20px 0 0;
    line-height: 1;
}

.card-area {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 10px;
    background: #515151;
    color: #FFF;
    border-radius: 15px;
    width: fit-content;
}

.ui-static-product-card .ui-static-product-card-inner .ui-static-product-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ui-static-product-card .ui-static-product-card-description p {
    font-size: 1.125rem;
    font-weight: 600;
    color: #E8121B;
}

.ui-static-product-card-summary p span {
    display: block;
    background: #f4433640;
    padding: 3px;
}

.ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-container .ui-static-product-card-summary {
    display: block;
}

.cate-title {
    margin-bottom: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #2C2A29;
    padding: 8px 0;
    position: relative;
}

.cate-title .sub {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    display: block;
}

.cate-title {
    &::after {
        content: "";
        border: 20px solid transparent;
        border-top: 20px solid #2C2A29;
        margin-left: -20px;
        top: 100%;
        left: 50%;
        position: absolute;
    }
}

a.ui-static-button {
    margin: 0 auto;
}

.ap_info {
    border: 5px solid #E91B24;
    background: #FFF;
    padding: 16px;

    & h3 {
        font-size: 1.25rem;
        text-align: center;
        font-weight: bold;

        & .apap_txt {
            font-size: 0.875rem;
            background: #E91B24;
            display: block;
            padding: 0 10px;
            border-radius: 16px;
            color: #FFF;
        }

        & .small_txt {
            display: block;
            font-size: 0.875rem;
        }
    }

}


ul.naiyo_info {
    background: #FFF;
    padding: 24px;
    display: flex;
    gap: 24px;
    flex-direction: column;

    & li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;

        &:nth-child(1)::after {
            width: 100%;
            height: 1px;
            content: '';
            border-bottom: 1px dotted #333;
            position: absolute;
            bottom: -12px;
            right: 0;
        }

        & p {
            text-align: center;
            width: 100%;

            & span {
                font-weight: bold;
                background: #E91B24;
                padding: 3px;
                color: #FFF;
            }
        }

        & h3 {
            width: 100%;
            text-align: center;
            font-size: 1.3rem;
            font-weight: bold;
            padding: 3px;
            color: #E91B24;
        }

        & dl {
            width: 100%;

            & dt {
                font-weight: bold;
                padding-top: 16px;
                text-align: center;

                & span {
                    display: inline-block;
                    border-right: 2px solid #000;
                    border-bottom: 2px solid #000;
                    margin-right: 8px;
                    padding: 3px 4px 4px;
                    line-height: 14px;
                    font-size: 1.1rem;
                    position: relative;

                    &::after {
                        content: "DAY";
                        top: -10px;
                        left: -2px;
                        position: absolute;
                        font-size: 0.75rem;
                        background: #FFF;
                    }
                }
            }

            & dd {
                font-size: 0.875rem;
            }
        }

        & .pic_box {
            width: 100%;
            display: flex;
            flex-direction: row;
            gap: 16px;
            padding: 16px 0 0 0;

        }

        & .pic_box img {
            width: calc(50% - 8px);
        }
    }
}

.ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-container {
    padding: 10px;
}

.ui-static-product-card--tertiary .ui-static-price-container {
    display: flex;
    justify-content: right;
}

.ui-static-product-card--tertiary .ui-static-price-info {
    padding-top: 8px;
    padding-left: 8px;
}

/*タブレットのみ補正*/
@media screen and (min-width: 768px) and (max-width:1103px) {
    .ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-departure-arival-info-md {
        left: calc(100% + 10px);
        width: 240%;
    }

    .ui-static-product-card-size-large .u-show-md {
        display: none;
    }

    .ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-container .ui-static-product-card-title {
        display: block;
        margin-top:8px;
    }

    .ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-container {
        width: 75%;
    }

    .ui-static-product-card--tertiary .ui-static-product-card-inner {
        flex-direction: row;
    }

    .ui-static-product-card--tertiary .ui-static-product-card-image-container .ui-static-image img {
        height: auto;
        aspect-ratio: auto;
    }

    .slick-prev,
    .slick-next {
        z-index: 100;
    }

}

/*PC・PADのみ補正*/
@media print,
screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }

    .mv_inner {
        background-image: url(../img/main.webp);
        width: auto;
        height: 550px;
        aspect-ratio: auto;
        background-size: cover;
        background-position-x: center;
        max-width: 2300px;
        margin: 0 auto;
    }

    .pc_flex {
        display: flex;
    }

    .pc_flex .ui-static-container {
        width: 60%;
    }

    .pc_flex div:last-child {
        width: 40%;
    }

    #ap ul li {

        &:nth-child(2) {
            width: calc(54% - 8px);
        }

        &:nth-child(3) {
            width: calc(46% - 8px);
        }
    }

    ul.naiyo_info {

        & li {
            width: calc(50% - 8px);
        }
    }

    ul.naiyo_info {
        flex-direction: row;

        & li {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            position: relative;

            &:nth-child(1)::after {
                width: 1px;
                height: 100%;
                content: '';
                border-right: 1px dotted #333;
                position: absolute;
                top: 0;
                right: -12px;
            }

            & dl {

                & dt {
                    font-weight: bold;
                    padding-top: 16px;
                    text-align: center;

                    & span {
                        display: inline-block;
                        border-right: 2px solid #000;
                        border-bottom: 2px solid #000;
                        margin-right: 8px;
                        padding: 3px 4px 4px;
                        line-height: 14px;
                        font-size: 1.1rem;
                        position: relative;

                        &::after {
                            content: "DAY";
                            top: -10px;
                            left: -2px;
                            position: absolute;
                            font-size: 0.75rem;
                            background: #FFF;
                        }
                    }
                }

                & dd {
                    font-size: 0.875rem;
                }
            }


        }
    }

    .ap_info {

        & h3 {

            & .apap_txt {
                display: inline-block;
            }

            & .small_txt {
                display: inline-block;
            }
        }

    }
    #ap ul li {
    

    & .info {
        font-size: 14px;
        border-top: solid 1px #ccc;
        margin-top: 5px;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;

        & dt {
            width: 10%;
            font-weight: 600;
            text-align: right;
        }

        & dd {
            width: 89%;
        }
    }

}
}

@media screen and (min-width: 1104px) {
    .ui-static-product-card--tertiary .ui-static-product-card-image-container {
        width: 34%;
        margin: 0;
    }

    .ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-container {
        width: 66%;
        /*padding: 73px 16px 16px;*/
    }

    .ui-static-product-card--tertiary .ui-static-product-card-inner .ui-static-product-card-departure-arival-info {
        left: 100%;
        width: 127%;
        top: 8px;
    }

    .slick-prev {
        left: -50px;
    }

    .slick-next {
        right: -50px;
    }

    ul.naiyo_info {
        flex-direction: row;

        & li {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            position: relative;

            &:nth-child(1)::after {
                width: 1px;
                height: 100%;
                content: '';
                border-right: 1px dotted #333;
                position: absolute;
                top: 0;
                right: -12px;
            }

            & dl {
                width: 50%;

                & dt {
                    font-weight: bold;
                    padding-top: 16px;
                    text-align: center;

                    & span {
                        display: inline-block;
                        border-right: 2px solid #000;
                        border-bottom: 2px solid #000;
                        margin-right: 8px;
                        padding: 3px 4px 4px;
                        line-height: 14px;
                        font-size: 1.1rem;
                        position: relative;

                        &::after {
                            content: "DAY";
                            top: -10px;
                            left: -2px;
                            position: absolute;
                            font-size: 0.75rem;
                            background: #FFF;
                        }
                    }
                }

                & dd {
                    font-size: .9rem;
                }
            }

            .pic_box {
                width: 50%;
                display: flex;
                flex-direction: column;
                gap: 16px;
                padding: 16px 0 0 8px;

            }

            & .pic_box img {
                width: 100%;
            }
        }
    }
}