@charset "utf-8";

/*==========================
loading
==========================*/

.logo_fadein{
	background: var(--lightbrown);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999999;
	width: 200px;
    height: 200px;
}




.logo_fadein.is-active {
    opacity: 0;
    visibility: hidden;
}


/*==========================
Article header
==========================*/
h1 {
    display: none;
}

.article__header {
    background-image: url(../images/sp/main-02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 105vw;
}

.catch{
    display: none;
    width: 100%;
    max-width: 110%;
}


.catch_pc {
    display: inline-block;
    max-width: 180%;
    width: 100%;
}

.ca_pc {
    display: none;
    max-width: 180%;
    width: 100%;
}

.navspace {
    background-color: #FDFDFD;
}


/* .article header pc */

@media screen and (min-width:769px) {

    .navspace {
        height: 5.1vw;
        background-color: #FDFDFD;
    }

    .article__header {
        background-image: url(../images/pc/main-01.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 55vw;
    }

    .ca_sp {
        display: none;
    }

    .ca_pc {
        display: inline-block;
    }

    .catch_pc {
        display: none;
    }
}

/* pc 769px */

/*==========================
About
==========================*/

.aboutDiv {
    padding: 0 20px;
}

.aboutTitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 54px;
    text-align: center;
}

.aboutdt{
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--red);
    color: var(--red);
    font-family: "Kaisei Opti";
    width: 85px;
    margin-top: 65px;
}

.aboutdt01 {
    margin-top: 40px;
}

.point {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 90%;
}

.number {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 90%;
    margin-left: 4px;
}

.aboutMtitle {
    color: #A02D2D;
    font-family: "Klee One";
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
}

.aboutTxt {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.70);
    margin-top: 10px;
}

.aboutImg {
    position: relative;
}
   
.aboutImgImg {
    position: absolute;
    right: -3px;
    top: -141px;
    width: 52vw;
}

.line_wImg {
    margin-top: 66px;
    width: 100vw;

}

.prof {
    text-align: center;
    background-color: var(--white);
}

.kituke {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #32393A;
    width:  64px;
    margin: 0 auto;
}

.kitukemar {
    padding-top: 34px;
}

.name {
    color: #A02D2D;
    font-size: 2.8rem;
    font-weight: 400;
}

.profImg {
    width: 200px;
    margin-top: 14px;
}

.prof--txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 20px;
}

.lineBox {
    background-color: var(--white);
    padding-top: 28px;
}

.pc_br {
    display: none;
}


.br_425mie {
    display: none;
}

.br_375mie {
    display: inline;
}

.dot {
    display: none;
}



/* about pc */

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

}


@media screen and (min-width:425px){

    .br_425 {
        display: none;
    }

    .br_425mie {
        display: inline;
    }



}

@media screen and (min-width:615px) {
    .aboutImgImg {
        width: 266px;
    }

    .br_425mie {
        display: none;
    }


    .br_615 {
        display: none;
    }

    .aboutDtBox {
        display: flex;
        align-items: center;
    }

    .aboutMtitle {
        margin: 65px 0 0 18px;
    }

    .aboutMtitle615 {
        margin: 40px 0 0 18px;
    }

    .aboutImgImg {
        top: -81px;
    }

    .br_615mie {
        display: inline;
    }
    


}




@media screen and (min-width:769px) {
    .aboutDiv {
        padding: 0 16.3vw;
    }
    
   
    .aboutTitle {
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 600;
        margin-top: 5.972vw;
        padding-top: 9.3vw;
    }

    .aboutdt {
        padding: 10px 11px;
        gap: 10px;
        width: 6.597vw;
        flex-direction: column;
        margin-top: 0;
    }

    .aboutdt01 {
        margin-top: 0;
    }

    .point {
        font-size: 1.94vw;
        font-weight: 400;
        line-height: 90%; /* 25.2px */
    }

    .number {
        font-size: 4.16vw;
        font-weight: 700;
        line-height: 90%; /* 54px */
    }

    .aboutMtitle {
        font-size: 2.36vw;
    }

    .sp_br {
        display: none;
    }

    .pc_br {
        display: inline;
    }

    .aboutTxt {
        font-size: 1.388vw;
        line-height: 150%;
        padding: 2.08vw 9.02vw 2.08vw 2.08vw;
        margin-top: 31px;
    }

    .aboutImgImg {
        width: 36.1vw;
        top: -18.125vw;
        right: -15px;
    }

    .aboutDtBox {
        display: flex;
        margin-top: 17.7vw;
    }

    .aboutDtBox01 {
        margin-top: 14.58vw;
    }

    .aboutMtitle {
        margin-top: 0px;
        margin-left: 1.94vw;
    }

    .prof {
        display: flex;
        justify-content: center;
        position: relative;
        padding-top: 22px;
    }

    .kitukemar {
        display: none;
    }

    .name {
        display: none;
    }

    .isi_Img::before {
        content: '着付師';
        display: block;
        font-size: 1.11vw;
        border: 1px solid #32393A;
        padding: 0.277vw 0.694vw;
        height: 2.36vw;
        position: absolute;
        left: 45.6%;
        transform: translateY(6.4vw);
    }

    .isi_Img::after {
        content: '石橋 恭子';
        display: block;
        color: #A02D2D;
        font-size: 2.63vw;
        position: absolute;
        left: 45.6%;
        transform: translateY(-19.57vw);
    }

    .profImg {
        width: 26.39vw;
    }

    .prof--txt {
        text-align: left;
        margin-top: 13.68vw;
        margin-left: 2.847vw;
        font-size: 1.52vw;
    }

    .line_bImg {
        width: 100vw;
    }

    .br_615 {
        display: inline;
    }

    .sp_br {
        display: none;
    }

    .line_wImg {
        margin-top: 200px;
    }  

    .lineBox {
        padding-top: 48px;
    } 

}
/* pc 769px */

/*==========================
resrevation
==========================*/
.resrevationTitle {
    width: 200px;
    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: 23.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 */




/*==========================
voice
==========================*/
.voice {
    padding: 32px 25px 34px;
    text-align: center;
    background-color: var(--white);
}

.voiceTitle {
    width: 180px;
    margin: 0 auto;
}

.voiceImg {
    margin-top: 34px;
    width: 220px;
}

.voiceTxt {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    width: 100%;
    max-width: 351px;
    margin: 6px auto;
}


.age {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: left;
}

.line_bImg02 {
    background-color: #FDFDFD;
    width: 100vw;
}



/* voice pc */

@media screen and (min-width:769px) {

    .voice {
        padding: 6.25vw 1.736vw 2.361vw;
    }

    .voiceBox{
        padding: 3.33vw 18% 0.833vw;
    }

    .voiceTitle {
        width: 18.33vw;
        margin: 0 auto;
    }
    
    .voiceImg {
        margin-right: 3.125vw;
        width: 24.3vw;
        margin-top: 0;
    }
    

    .voiceTxt {
        font-size: 1.388vw;
        width: 34.72vw;
        margin-top: 0;
        
    }

    .age {
        font-size: 1.11vw;
    }

    .voice01{
        display: flex;
        align-items: center;
    }

    .voice02{
        display: flex;
        align-items: center;
        margin-top: 4.861vw;
    }


    @media screen and (min-width:1440px) {
        .voiceTxt{
            max-width: 1020px;
        }

    }


}
/* pc 769px */

/*==========================
resrevation2
==========================*/

.redBox02 {
    width: 12px;
    height: 64px;
    background-color: var(--red);
}

.resrevation2 {
    padding: 54px 0px 51px 0px;
    display: flex;
    justify-content: center;

}

.priceBtn02 {
    display: flex;
    width: 110px;
    height: 80px;
    padding: 0 16px 0 0;;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border: 1px solid #A02D2D;
    background-color: #FDFDFD;
    position: relative;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}



.priceBtn02::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #32393A;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    bottom: 30px;
    left: 95px;
}


/* btncolor03 */


.priceBtn02 {
    border: 1px solid #A02D2D;
    background: #FDFDFD;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 14px 15px 0px 5px;
    position: relative;
    transition: all .4s;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.priceBtn02::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;
}

.priceBtn02:hover {
    color: #fff;
}

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

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

}


/* btncolor end */


.resrevation2__btn {
    display: flex;
    color: #FDFDFD;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0 16px 0 0;;
    border: 1px solid #A02D2D;
    background: rgba(160, 45, 45, 0.70);
    width: 110px;
    height: 80px;
    position: relative;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    transition: all .4s;    
}


.resrevation2__btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #FFFF;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    bottom: 30px;
    left: 95px;
}


.move02 {
    text-align: right;
    font-size: 0.9rem;
    font-weight: 400;
    width: 136px;
}


/* btncolor02 */


.resrevation2__btn {
    border: 1px solid #A02D2D;
    background: rgba(160, 45, 45, 0.70);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 14px 15px 0px 5px;
    position: relative;
    transition: all .4s;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.resrevation2__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;
}

.resrevation2__btn:hover {
    color: #fff;
}

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

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

}


/* btncolor end */



/* resrevation2 pc */


@media screen and (min-width:769px) {


    .redBox02 {
        width: 2.033vw;
        height: 4.3vw;
    }

    .resrevation2{
        padding: 3.33vw 21.94vw;
        justify-content: space-between;

    }

    .resrevation2__btn {
        font-size: 1.388vw;
        padding: 1.111vw 6.042vw 1.111vw 4.722vw;
        width: auto;
        height: 4.3vw;
    }

    .priceBtn02 {
        font-size: 1.388vw;
        padding: 1.11vw 4.86vw 1.11vw 3.47vw;
        width: auto;
        height: 4.3vw;
    }

    .move02 {
        font-size: 0.97vw;
        margin: 0.555vw 0 0 2.18vw;
        width: 21.152vw;
    }


    
    
    .resrevation2__btn::before {
        top: 1.875vw;
        left: 17.847vw;
    }

    
    .priceBtn02::before {
        top: 1.875vw;
        left: 17.847vw;
    }

   
    
    
}
/* pc 769px */



/*==========================
lesson"
==========================*/
.lesson {
    align-items: center;
    position: relative;
    
}


.lesson__box {
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-71px);
    top: 55px;
    white-space: nowrap;
}



.lesson__title {
    color: #A02D2D;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}






.lesson__txt {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}

.lesson__TxtBox {
    margin-top: 13px;
}

.lesson__btn {
    padding: 8px 35px 11px 20px;
    border: 1px solid #32393A;
    font-size: 1.3rem;
    transition: all .4s;
}

.lesson__btn::after {
    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: 5px;
    left: 142px;
}

.lesson__btn:hover {
    background-color: #e6c7c7;

}


.lesson__BtnBox {
    margin: 21px auto 0;
    text-align: center;
}

.lessonImg {
    max-width: 375px;
    margin: 0 auto 0;
}


.lessonImg_pc {
    display: none;
}

/* lesson" pc */
@media screen and (min-width:375px) {
    .lesson__box {
        transform: translateX(-86px);
        top: 70px;
    }
    

    .lesson__title {
        font-size: 1.6rem
    }

    .lesson__txt {
        font-size: 1.4rem;
    }

    .lesson__btn {
        font-size: 1.5rem;
    }

    .lesson__btn::after  {
        left: 170px;
    }

}






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

    .lessonImg_pc {
        display: block;
        margin: 4.444vw auto;
        max-width: 58.75vw;
    }

    .lesson__title {
        font-size: 1.66vw;
    }
        
    .lesson__txt {
        font-size: 1.319vw;
        margin-top: 2.36vw;
    }



    .lesson__btn {
        padding: 1.319vw 6.527vw 1.597vw 3.472vw;
        font-size: 1.388vw;
    }

    .lesson__btn::after {
        bottom: 0.5vw;
        left: 21.38vw;
    }
    
    .lesson__BtnBox {
        margin: 3.68vw auto 0;
        text-align: center;
    }

    .lesson__box {
        left: 44%;
        transform: translateY(14.29vw);
        top:0

    }

    .lessonImg_pc02 {
        width: 100%;
    }


}
/* pc 769px */


/* title　１４５０以上 */

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

    .rImg {
        max-width: 160%;
        width: 390px;
    }

    .voiceTitle{
        width: 390px;
    }

    .vImg {
        max-width: 160%;
        width: 20vw;
    }
    
}
