@charset "utf-8";

/*==========================
price
==========================*/
.price {
    text-align: center;
}

.title_price {
    width: 165px;
    margin: 38px auto;
}

.free {
    color: #A02D2D;
    font-size: 1.8rem;
    font-weight: 600;
    border-top: 1px solid #A02D2D;
    border-bottom: 1px solid #A02D2D;
    padding: 8px 28px;
    width: 236px;
    margin: 38px auto 0;
}

.area {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 16px;
}

.card {
    width: 79.5%;
    margin: 22px auto 0;
}

.card02 {
    margin: 48px auto 99px;
}

.menu {
    color: #A02D2D;
    font-size: 2.8rem;
    font-weight: 600;
    background-color: var(--white);
}

.menuImg {
    max-width: 611px;
    width: 100%;
}

.txtBox {
    background-image: url(../images/price_back01.png);
    background-size: cover;
    text-align: left;
    padding: 14px 45px 13px 57px;
}

.txtBox02 {
    background-image: url(../images/price_back02.png);
}

.price_txt {
    font-size: 2rem;
    font-weight: 600;
    width: 198px;
    margin: 0 auto;
}

.price_txt02 {
    font-size: 1.6rem;
    font-weight: 600;
    width: 198px;
    margin: 0 auto;
}

.price_txt03 {
    font-size: 3.5rem;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

.en {
    font-size: 1.6rem;
}

.back_w {
    width: 100vw;
}

.back {
    width: 100vw;
}


/* price pc */

@media screen and (min-width:769px) {
    .navspace {
        height: 5.2vw;
        background-color: #FDFDFD;
    }

    .price {
        padding: 0.625vw 0 5.41vw 0;
    }

    .title_price {
        width: 16.94vw;
        margin-top: 0.9vw;
    }

    .pricecontainer {
        display: flex;
        margin-top: 2.36vw;
        gap: 0 6.59vw;
        justify-content: center;

    }

    .free {
        font-size: 2.36vw;
        padding: 0.55vw 1.94vw;
        width: 27.5vw;
        margin: 2.36vw auto 0;
    }


    .area {
        font-size: 1.66vw;
        font-weight: 600;
        margin-top: 1.11vw;
    }

    
    .card {
        width: 29.6%;
        margin: 0;
    }

    .menu {
        font-size: 2.43vw;
        text-align: center;
        padding: 0.555vw;
    }
    
    .menuImg {
        max-width: 29.65vw;
    }

    .txtBox {
        padding: 2.36vw 6.87vw 2.36vw 7.36vw;
    }

    .txtBox02 {
        padding: 2.36vw 7.84vw 2.36vw 8.12vw;
    }
    
    .price_txt {
        font-size: 1.39vw;
    }

    .price_txt02 {
        font-size: 1.25vw;
    }

    .price_txt03 {
        font-size: 2.77vw;
    }
    
    .en {
        font-size: 1.25vw;
    }

    .price_txt {
        width: 13.75vw;
        margin: 0;
    }

    .price_txt02 {
        width: 13.75vw;
        position: relative;
        top: 8px;
        margin: 0;
    }
}

@media screen and (min-width:1450px) {
    .title_price {
        width: 400px;
    }

    .pImg {
        max-width: 160%;
        width: 280px;
    }
}

/* pc 769px */

/*==========================
flow
==========================*/

.fImg {
    max-width: 100%;
}

.flow {
    background-color: var(--white);
    padding: 64px 19px 34px 25px;
    margin: 0 auto;
}

.title_flow {
    width: 190px;
    margin: 0 auto 34px;
}

.flowBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flowImg {
    width: 100px;
    height: 100px;
}

.flowTxtBox {
    width: 63%;
}

.flowMtxt {
    color: #A02D2D;
    font-size: 2rem;
    font-weight: 600;
}

.flowTxt {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 8px;
}

.flowarrow {
    width: 20px;
    margin: 0 0 0 15.8%;
}

.back {
    background-color: var(--white);
}

.pc_br {
    display: none;
}

/* flow pc */
@media screen and (min-width:375px) {
    .flowImg {
        width: 130px;
        height: 130px;
    }
    
}


@media screen and (min-width:580px) {
    .br_580none {
        display: none;
    }

    .flow_flexBox {
        padding-left: 46px;
    }

}


@media screen and (min-width:769px) {
    .flow {
        padding: 4.44vw 7.98vw 3.95vw 7.98vw;
    }

    .title_flow {
        width: 21.8vw;
    }

    .flowBox {
        display: block;
        text-align: center;
        justify-content: center;
    }

    .flowImg {
        width: 13.88vw;
        height: 13.88vw;
    }

    .flowTxtBox {
        margin: 1.25vw auto;
        width: 16.1vw;
        text-align: center;
    }

    .flowMtxt {
        font-size: 2.08vw;
    }

    .flowTxt {
        font-size: 1.1vw;
        white-space: nowrap;
    }

    .sp_br {
        display: none;
    }

    .flow_flexBox {
        display: flex;
        justify-content: center;
        gap: 0  ;
        padding-left: 0;
    }

    .flowarrow {
        width: 1.73vw;
        height: 1.18vw;
        margin: 6.94vw 0 0 0;
        transform: rotate(-90deg);
    }

    .pc_br {
        display: inline;
    }

    .br_580none {
        display: inline;
    }

    .fImg {
        margin-bottom: 29px;
    }
    


}

@media screen and (min-width:1450px) {
    .title_flow {
        width: 300px;
    }

    .fImg {
        max-width: 160%;
    }
}





/* pc 769px */

/*==========================
resrevation
==========================*/
.resrevationTitle {
    width: 140px;
    margin: 48px auto 0;
}

.resrevation__txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 18px;
}

.resrevationImgBox{
    margin: 34px auto 0;
    text-align: center;
}

.resrevationImg {
    width: 280px;
}

.btnBox {
    text-align: center;
    margin-top: 52px;
    justify-content: center;
}


.resrevation__btnBox {
    margin-top: 72px;
}



.resrevation__btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: 28px;
    left: 198px;
}



.move {
    text-align: right;
    font-size: 1.4rem;
    font-weight: 400;
    width: 239px;
    margin: 4px auto 0;
}



/* btncolor */
.redBox {
    width: 22px;
    height: 64px;
    background-color: var(--red);
}


.resrevation__btn {
    border: 1px solid #A02D2D;
    background: rgba(160, 45, 45, 0.70);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 18px 40px 20px 21px;
    color: #FDFDFD;
    position: relative;
    transition: all .4s;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}



.resrevation__btn::after {
    background: var(--red);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 101%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.resrevation__btn:hover {
    color: #fff;
}

.resrevation__btn:hover::after {
    transform: scale(1, 1);
}

.resrevation__btn:hover::before {
    border-left: 6px solid #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);

}


/* btncolor end */








/* resrevation pc */
@media screen and (min-width:769px) {

    .redBox {
        height: 4.4vw;
        width: 2.3vw;
    }

    .resrevation {
        padding: 3.33vw 16.94vw 2.36vw 16.94vw ;
    }

    .resrevationTitle {
        width: 14vw;
        margin: 0 auto;
    }

    .resrevation__txt {
        font-size: 1.38vw;
        margin-top: 1.25vw;
    }

    .resrevation__box {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 0;
        
    }

    .resrevationImg {
        width: 37.22vw;
        margin-top: 0;
        margin-left: 5.763vw;

    }


    .resrevation__btn {
        font-size: 1.38vw;
        padding: 1.11vw 2.23vw 1.11vw 0.84vw;
        height: 4.4vw;
        width: 20vw;
    }

    .move {
        font-size: 0.97vw;
        margin: 0.36vw 0 0 6.64vw;

    }

    .btnBox{
        margin-top: 20.2vw;
        margin-left: 1.180vw;


    }

    .resrevation__btnBox {
        margin-top: 4.58vw;
    }

    
    
    .resrevation__btn::before {
        top: 1.87vw;
        left: 17.84vw;
    }

    .move { 
        width: 16.59vw;
    }
}
@media screen and (min-width:1450px) {
        .resrevationTitle {
            width: 270px;
        }
    
        .rImg {
            max-width: 160%;
            width: 270px;
        }
    }
    
/* pc 769px */


/*==========================
resrevation
==========================*/
.resrevationTitle {
    width: 131px;
    margin: 48px auto 0;
}

.resrevation__txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 18px;
}

.resrevationImgBox{
    margin: 34px auto 0;
    text-align: center;
}

.resrevationImg {
    width: 280px;
}

.btnBox {
    text-align: center;
    margin-top: 52px;
    margin-left: 17px;
}

.BtnBoxposi {
    display: flex;
    justify-content: center;
}

.redBox {
    width: 22px;
    height: 64px;
    background-color: var(--red);
}
/* 
.priceBtn {
    border: 1px solid #A02D2D;
    background: #FDFDFD;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 18px 48px 20px 28px;
    position: relative;
    transition: all .4s;
    height: 64px;
    display: inline-block;
} */

.priceBtn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #32393A;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: 28px;
    left: 198px;
}

/* btncolor */


.priceBtn {
    border: 1px solid #A02D2D;
    background: #FDFDFD;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 18px 48px 20px 28px;
    position: relative;
    transition: all .4s;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.priceBtn::after {
    background: var(--red);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 101%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.priceBtn:hover {
    color: #fff;
}

.priceBtn:hover::after {
    transform: scale(1, 1);
}

.priceBtn:hover::before {
    border-left: 6px solid #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);

}


/* btncolor end */

.resrevation__btnBox {
    margin-top: 33px;
}

.resrevation__btn {
    border: 1px solid #A02D2D;
    background: rgba(160, 45, 45, 0.70);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 18px 40px 20px 21px;
    color: #FDFDFD;
    position: relative;
    transition: all .4s;
    display: inline-block;
    height: 64px;
}



.resrevation__btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #FFFF;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    bottom: 28px;
    left: 198px;
}


/* btncolor02 */


.resrevation__btn {
    border: 1px solid #A02D2D;
    background: rgba(160, 45, 45, 0.70);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 18px 62px 20px 42px;
    position: relative;
    transition: all .4s;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1; 
}

.resrevation__btn::after {
    background: var(--red);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 101%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.resrevation__btn:hover {
    color: #fff;
}

.resrevation__btn:hover::after {
    transform: scale(1, 1);
}

.resrevation__btn:hover::before {
    border-left: 6px solid #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);

}


/* btncolor end */


.move {
    text-align: right;
    font-size: 1.1rem;
    font-weight: 400;
    width: 237px;
    margin: 4px auto 0;
}

.spnone {
    display: none;
}

.line_wImg02 {
    margin-top: 34px;
    width: 100vw;
}

.BtnBoxposipc {
    display: none;
}


/* resrevation pc */
@media screen and (min-width:769px) {

    .spnone {
    display: inline;
}

    .BtnBoxposipc {
        display: flex;
    }

    .qr {
        width: 8.264vw;
        height: 8.264vw;
    }

    .qrBox {
        width: 20.833vw;
        height: 10.972vw;
        border: 1px solid #A02D2D;
        background: rgba(160, 45, 45, 0.70);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qrTxt01 {
        font-size: 1.389vw;
        color: var(--white);
        margin-right: 37px;
    }


    .BtnBoxposisp {
        display: none;
    }

    .redBox {
        width: 2.361vw;
        height: 4.514vw;
    }

    .redBox01 {
        height: 10.972vw;
    }
    

    .resrevation {
        padding: 0vw 16.9vw 2.36vw 16.9vw ;
        padding-top: 4.3vw;
    }

    .resrevationTitle {
        width: 15.125vw;
    }

    .resrevation__txt {
        font-size: 1.388vw;
        margin-top: 1.25vw;
    }

    .resrevation__box {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 0vw;
        margin-right: -7.1944vw;
    }

    .resrevationImg {
        width: 37.2vw;
        margin-top: 0;
    }

    .priceBtn {
        font-size: 1.389vw;
        padding: 1.11vw 4.86vw 1.11vw 3.47vw;
        display: block;
        height: 4.5vw;
    }

    .resrevation__btn {
        font-size: 1.389vw;
        padding: 1.111vw 6.042vw 1.111vw 4.722vw;
        display: block;
        height: 4.5vw;
    }

    .move {
        font-size: 0.972vw;
        margin: 0.4vw 0 0 2.54vw;
        width: 20.59vw;
    }

    .btnBox{
        margin-top: 13.4vw;
        margin-left: 2.08vw;
    }

    .resrevation__btnBox {
        margin-top: 2.58vw;
    }
    
    .resrevation__btn::before {
        top: 1.975vw;
        left: 17.847vw;
    }

    
    .priceBtn::before {
        top: 1.975vw;
        left: 17.847vw;
    }
    
    

}

/* pc 769px */



/*==========================
attention
==========================*/
.attention {
    padding: 48px 20px 48px 44px;
    width: 300px;
    margin: 0 auto;
}

.attentionTitle {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    right: 12px;
}

.attentionTxt {
    font-size: 1.2rem;
    font-weight: 400;
    list-style: disc;
}

.space01 {
    margin-top: 34px;
}


::marker {
    font-size: 6px;
}



/* attention pc */
@media screen and (min-width:375px) {

    .attention {
        width: 354px;
    }


}


@media screen and (min-width:769px) {
    .attention {
        display: flex;
        gap: 0 64px;
        justify-content: center;
        width: 100%;
    }

        
    .attentionTxt {
        font-size: 1.111vw;
    }

    .attentionTxt {
        font-size: 0.972vw;
        list-style: disc;
    }


    ::marker {
        font-size: 6px;
    }

    .space01 {
        margin: 0;
    }

    
}

@media screen and (min-width:1700px) {
    .attentionTxt {
        font-size: 2.4rem;
    }
    .attentionTitle {
        font-size: 3.0rem;
    }
}


/* pc 769px */
