/**
 * PCレイアウト
 */
@media screen and (min-width: 1024px) {

}

/**
 * SPレイアウト
 */
@media screen and (max-width: 1023px) {
    /*============================
#step
============================*/
    div#step {
        div.container {
            padding: 112px 0 52px;

            p.__sub_title {
            }

            h2.__title {
            }

            ul {
                display: flex;
                align-items: stretch;
                justify-content: center;
                gap: 14px;

                li {
                    position: relative;
                    width: 100px;
                    margin-top: 0;

                    div.flex {
                        display: block;

                        div.img_wrap {
                            height: auto;
                            width: 100%;

                            img {
                                width: 100%;
                            }
                        }

                        div.text_wrap {
                            margin-left: 0;

                            div.title_wrap {
                                img {
                                    position: absolute;
                                    top: -9px;
                                    left: -9px;
                                    height: 31px;
                                }

                                h3 {
                                    margin-left: 0;
                                    font-size: 13px;
                                    width: 100%;
                                    text-align: center;
                                    padding: 7px 0;
                                    border-bottom: 0.75px solid #4B4641;
                                    letter-spacing: 2px;
                                }
                            }

                            div.text {
                                margin-left: 0;
                                font-size: 11px;
                                line-height: 1.8;
                                letter-spacing: 1px;
                            }
                        }
                    }
                }
            }
        }
    }

    /*============================
    #reserve_form
    ============================*/
    div#reserve_form {
        margin-top: 0;
        padding: 60px 14px;

        div.container {
            p.__sub_title {
            }

            h2.__title {
                margin-bottom: 36px;
            }

            ul.strength_wrap {
                display: flex;
                align-items: stretch;
                justify-content: center;
                gap: 8px;

                li {
                    padding: 0;
                    width: calc(100% / 3);
                    margin-top: 0;

                    div.wrap {
                        padding: 14px 8px;
                        height: 100%;
                        align-items: flex-start;

                        div.text_wrap {
                            h4 {
                                font-size: 12px;
                                letter-spacing: 2px;
                                margin-bottom: 0;
                                padding: 0;
                                border-bottom: none;
                                line-height: 14px;
                                text-align: center;
                            }

                            div.img_wrap {
                                height: 50px;
                                width: 50px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                margin: 14px auto;
                                border: 1px solid #4B4641;
                                border-radius: 50%;

                                img {
                                    width: 80%;
                                    height: 80%;
                                    object-fit: contain;
                                    border-radius: 50%;
                                }
                            }

                            p {
                                font-size: 11px;
                                line-height: 1.8;
                                letter-spacing: 1px;
                                padding: 0;

                                &.short {
                                    letter-spacing: 0;
                                }
                            }
                        }
                    }
                }
            }

            div.black_wrap.pc {
                img {
                }
            }

            div.black_wrap.sp {
                background-image: url(/assets/price_black_bg-BOUpbTDz.png);
                width: 100%;
                padding: 40px 21px;

                p.__sub_title {
                    margin-bottom: 7px;
                }

                h2.__title {
                    margin-bottom: 22px;
                }

                div.container {
                    div.ticket_wrap {
                        background: #fff;
                        border: 2px solid #F0EDE6;
                        padding-top: 5px;

                        div.ticket_container {
                            display: flex;
                            align-items: center;
                            justify-content: flex-start;
                            color: #4B4641;

                            div.title_wrap {
                                width: 110px;
                                border-right: 1px solid #E1DCCD;

                                h4 {
                                    font-size: 12px;
                                    line-height: 14px;
                                    letter-spacing: 1px;
                                    text-align: center;
                                }
                            }

                            div.text_wrap {
                                display: flex;
                                align-items: center;
                                justify-content: space-around;

                                div.price_wrap {
                                    margin: 0 30px;

                                    div.price {
                                        text-align: center;

                                        h3 {
                                            font-size: 17px;
                                            letter-spacing: .1rem;
                                            position: relative;

                                            span.mid {
                                                font-size: 12px;
                                                letter-spacing: .1rem;
                                            }

                                            &::before {
                                                content: "";
                                                position: absolute;
                                                top: 50%;
                                                left: -4px;
                                                width: 100%;
                                                height: 1px;
                                                background: #c85a32;
                                                transform: translateY(-50%) rotate(-18deg);
                                            }
                                        }
                                    }

                                    p {
                                        font-size: 8px;
                                        line-height: 1;
                                        letter-spacing: 1px;
                                    }
                                }

                                div.result_wrap.short {
                                    color: #C85A32;

                                    h2 {
                                        font-size: 35px;
                                        letter-spacing: .1rem;

                                        span {
                                            font-size: 15px;
                                        }
                                    }
                                }
                            }
                        }

                        > p {
                            font-size: 10px;
                            color: #C85A32;
                            padding: 4px 0 11px;
                            text-align: center;
                        }
                    }
                }
            }

            ul.ticket_ul {
                display: flex;
                align-items: stretch;
                justify-content: center;
                gap: 6px;
                margin-top: 12px;

                &.mt-6 {
                    margin-top: 6px;
                }

                li.ticket_container {
                    padding: 0 14px 11px;
                    background: #fff;
                    color: #4B4641;
                    width: calc(50% - 3px);

                    div.title_wrap {
                        height: 41px;
                        border-bottom: 1px solid #f0ede6;
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        h4 {
                            font-size: 10px;
                            letter-spacing: 1px;
                            line-height: 1.3;
                            white-space: nowrap;
                        }
                    }

                    div.text_wrap {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        div.price_wrap {
                            margin-right: 11px;

                            div.price {
                                h3 {
                                    font-size: 15px;
                                    letter-spacing: .1rem;
                                    position: relative;
                                    text-align: center;

                                    span.mid {
                                        font-size: 10px;
                                        letter-spacing: .1rem;
                                    }

                                    &::before {
                                        content: "";
                                        position: absolute;
                                        top: 60%;
                                        left: 2px;
                                        width: 90%;
                                        height: 1px;
                                        background: #c85a32;
                                        transform: translateY(-50%) rotate(-18deg);
                                    }
                                }
                            }

                            p {
                                font-size: 8px;
                                line-height: 1;
                                letter-spacing: 1px;
                            }
                        }

                        div.result_wrap.short {
                            color: #C85A32;

                            h2 {
                                font-size: 28px;
                                letter-spacing: .1rem;

                                span {
                                    font-size: 13px;
                                }
                            }
                        }
                    }

                    div.img_wrap {
                        margin-top: 5px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 6px;

                        img {
                            width: 30px;
                        }
                    }
                }
            }
        }
    }

    #form {
        width: 100%;
    }

    div#haco {
        padding: 60px 20px;
        background: #fffff3;
        width: 100%;
        max-width: none;

        .container {
            width: 100%;
            max-width: 425px;
            margin: auto;

            > h2, > p {
                text-align: center;
            }

            > h2 {
                color: #4B4641;
            }

            .haco_wrap {
                border: 5px solid #F0EDE6;
            }
        }
    }

    .js-parallax {
        min-height: auto;
    }
}

/**
 * PC → SP 中間レイアウト
 */
@media screen and (min-width: 1023px) and (max-width: 1180px) {

}
