@charset "UTF-8";


.menuItem {
    display: flex;
    margin-bottom: 43px;
    margin-left: 4%;
    
}



.menuItem3 {
    display: flex;
    margin-left: 4%;
}

.menuItem__img {
    width: 160px;
    border-radius: 25px;

}

.menu__purpose {
    padding: 23px 0 5px 2%;
    width: 50vw;
}

.square {
    position: relative;
    padding: 5px 10% 5px 20px;
}

.square::after {
    position: absolute;
    content: '';
    top: 7.1px;
    left: 0.5em;
    width: 6px;
    height: calc(100% - 1em);/*100％から上下の空き分を除いたもの*/
    background-color: #072500;
    border-radius: 1px;
}

.circle {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.circle::after {
    position: absolute;
    content: '・';
    top: 7.1px;
    left: 0.5em;
    width: 1px;
    border-radius: 50%;

}


/* step */
.step__number {
    font-size: 2.4rem;
    padding: 4px 46%;
    border-bottom: 1px solid #8A8987;
    margin-bottom: 10px;
}

.step__title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.step__txt {
    /* padding: 2px 3%; */
    margin-bottom: 40px;
}

.step_box {
    text-align: center;
}

.step_box4 {
    text-align: center;
}


@media screen and (min-width: 1250px) {
    .h1menu {
        max-width: 1000px;
        margin: 80px auto 80px;
        padding: 0 0 0 0;
        font-size: 8rem;
    }

    .storeSalesImg {
        width: unset;
    }

    .h2StoreSales {
        max-width: 1000px;
        margin: 80px auto 80px;
        padding: 0 0 0 0;
    }


    .menuItemPc {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }


    .spBr {
        display: none;
    }

    .menuItem {
        display: block;
        
    }

    .menuItem3 {
        display: block;
    }

    .circle {
        position: relative;
        padding-left: 25px;
        margin-bottom: 9px;
    }

    .circle::after {
        position: absolute;
        content: '・';
        top: 6px;
        left: -1em;
        width: 1px;
        border-radius: 50%;
        margin-left: 17px;
    
    }

    .menu__purpose {
        padding: 23px 0 5px 0;
        width: 170px;
    }

    .square {
        position: relative;
        padding: 5px 10px 5px 30px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .square::after {
        position: absolute;
        content: '';
        top: 9.1px;
        left: 0.5em;
        width: 6px;
        height: calc(100% - 1em);/*100％から上下の空き分を除いたもの*/
        background-color: #072500;
        border-radius: 1px;
        
    }

    td {
        vertical-align: bottom;
    }



    /* step */
    .stepImg {
        width: 428px;
    }

    .step__number {
        border-right: 1px solid #8a8987;
        border-bottom: none;
        display: block;
        width: 10px;
        padding: 100px 9%;
        font-size: 6.4rem;

    }

    .step_box {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .step_box4 {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 200px;

    }

    .step__title {
        font-size: 3rem;
        padding: 38px 0;
    }

    .step__txt {
        font-size: 1.8rem;
    }


    .reserve__btn {
        padding-bottom: 0;
    }


}



.pricing-table {
    /* width: 80%; */
    max-width: 360px;
    margin: 0px 4% 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.h3price {
    border-bottom: 2px solid #072500;
    display: inline-block;
    padding-bottom: 5px;
    color: #072500;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

th {
    background: #072500;
    color: white;
}

tr:last-child td {
    border-bottom: none;
}

@media screen and (min-width: 1080px) {
    
    /* price */
    .pricing-table {
        /* max-width: 1000px; */
        margin: 0px auto 30px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .priceTable {
        max-width: 1000px;
        display: flex;
        margin: 0 auto;
    }

    .priceSmall {
        font-size: 1.2rem;
    }



}