@charset "UTF-8";

/* ===========================
header
============================*/
/* header */
.item__reservation {
    color: rgba(79, 98, 72, 0.5)
}

/* ===========================
main
============================*/
/* mainTopics */
.mainTopics {
    text-align: center;
    display: flex;
    padding: 40px 0px 0px;
    flex-direction: column;
    align-items: center;
}
.mainTitle,
.flowTitle {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.fadeInTrigger{
	opacity: 0;
}

.mainVisual {
    display: flex;
    width: 76vw;
    box-shadow: 2px 4px 5px 0px rgba(232, 224, 219, 0.90); 
    margin: 40px auto 0;
}

.caution__wrapper {
    margin: 80px auto 90px;
    padding: 50px 10px;
}

.caution {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    position: relative;
}

.caution::before {
    content: '';
    display: block;
    width: 158px;
    height: 1px;
    background-color: var(--primary-gray, #BEC7C2);
    position: absolute;
    top: -172%;
    right: -5%;
}

.caution::after {
    content: '';
    display: block;
    width: 1px;
    height: 285px;
    background-color: var(--primary-gray, #BEC7C2);
    position: absolute;
    top: -170%;
    right: -5%;
}

.condition__txt03::before {
    content: '';
    display: block;
    width: 1px;
    height: 285px;
    background-color: var(--primary-gray, #BEC7C2);
    position: absolute;
    top: -274%;
    left: -5%;
}

.condition__txt03::after {
    content: '';
    display: block;
    width: 158px;
    height: 1px;
    background-color: var(--primary-gray, #BEC7C2);
    position: absolute;
    top: 177%;
    left: -5%;
}

.caution__txt {
    margin-top: 20px;
    position: relative;    
}

.caution__txt,
.condition__txt02,
.condition__txt03 {
    font-size: 1.4rem;
    line-height: 1.5;
}

.caution__txt::after {
    content: '';
    display: block;
    background-image: url(../images/reservation__dotline.png);
    width: 156px;
    height: 1px;
    position: absolute;
    left: calc(48% - 78px);
    top: 62%;
}

.condition__txt {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.5px;
}

.condition {
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: rgba(177, 195, 80, 0.25);
}

.condition {
    margin-top: 16px;
}

.condition__txt02,
.condition__txt03 {
    margin-top: 40px;
}

.condition__txt03 {
    position: relative;
}

/* mainTopics pc */
@media screen and (min-width:769px) {
    .mainTopics {
        padding: 65px 0px 0px;
    }

    .mainTitle,
    .flowTitle {
        font-size: 3.2rem;
        line-height: 1.6;
        letter-spacing: 3.2px;
    }

    .mainVisual {
        width: 54vw;
        max-width: 1200px;
        margin: 45px auto 0;
    }

    .caution__wrapper {
        margin: 90px auto 82px;
        padding: 34px 120px 37px;
    }

    .caution {
        font-size: 1.8rem;
        letter-spacing: 1.08px;
    }

    .caution::before {
        width: 578.6px;
        top: -107%;
        right: -26%;
    }

    .caution::after {
        height: 377.8px;
        top: -107%;
        right: -26%;
    }

    .caution__txt {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.96px;
    }

    .caution__txt::after {
        width: 192px;
        left: 48%;
        top: 42%;
    }

    .condition,
    .condition__txt02,
    .condition__txt03 {
        margin-top: 26px;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.96px;
    }

    .condition__txt03::before {
        height: 377.8px;
        top: -293%;
        left: -26%;
    }

    .condition__txt03::after {
        width: 578.6px;
        top: 143%;
        left: -26%;
    }

    .condition__txt {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.96px;
    }
}/* pc 769px */

/* reservation */
.reservation {
    margin-bottom: 90px;
}

.reservation__title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.08px;
}

.reservation__txt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.6px;
    margin-top: 40px;
}

.txt__span {
    margin-top: 14px;
    display: inline-block;
}

.reservation__snslist {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.reservation__snsitem {
    padding: 20px 72px;
    margin-top: 40px;
    border: 1.2px solid;
    border-image: linear-gradient(to top, #5D615F, #BEC7C2, #5D615F) 1;
}

.sns__name,
.sns__id {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.9px;
}

.sns__img--LINE {
    width: 50px;
    height: 49.95px;
    margin: 25px;
}

.sns__img--Instagram {
    width: 50px;
    height: 50px;
    margin: 25px;
}

.sns__idTxt {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.sns__qr {
    width: 156px;
    height: auto;
    margin-top: 20px;
}

/* reservation pc */
@media screen and (min-width:769px) {
    .reservation__title{
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 1.44px;
    }

    .reservation__txt {
        font-size: 16px;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 0.96px;
    }

    .txt__span:nth-of-type(2), 
    .pcSpan--txt__span {
        margin-top: 40px;
    }

    .pcSpan--txt__span {
        display: inline-block;
    }

    .reservation__snslist {
        flex-direction: row;
        justify-content: center;
        margin: 40px auto 92px;
        gap: 64px;
    }

    .reservation__snsitem {
        margin-top: 0;
        padding: 29px 79.5px;
    }

    .reservation__snsitem--LINE  {
        padding-bottom: 30px;
    }
    
    .sns__name,
    .sns__id {
        font-size: 18px;
        letter-spacing: 1.08px;
    }

    .sns__name {
        margin-bottom: 5px;
    }

    .sns__idTxt {
        font-size: 1.8rem;
        letter-spacing: 1.44px;
    }

    .sns__accountInfo {
        margin-top: 5px;
    }
    
    .sns__qr--LINE {
        margin-top: 31px;
    }

    .sns__qr--Instagram {
        margin-top: 30px;
    }
}/* pc 769px */

/* flow */
.flow {
    padding: 40px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--forest, linear-gradient(98deg, rgba(27, 118, 83, 0.30) 21.49%, rgba(40, 125, 83, 0.29) 39.93%, rgba(177, 195, 80, 0.20) 93.97%));
}

.flowTitle {
    position: relative;
}

.flowTitle::after {
    content: '';
    display: block;
    width: 220px;
    height: 2px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    left: -130%;
}

.flow__deskription {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1.28px;
    margin: 40px 0;
}

.flow__item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flow__process {
    width: 135px;
    height: 135px;
}

.flow__arrow {
    width: 37%;
    margin: 10px;
}

.flow__txt {
    font-size: 1.5rem;
    line-height: 1.6; 
    padding: 0 6.2% 0 10%;
}

.flow__txt span:nth-last-of-type(3) {
    display: inline-block;
    margin-top: 40px;
}

.flow__txt span:nth-last-of-type(2),
.flow__txt span:nth-last-of-type(1) {
    display: inline-block;
    margin-top: 14px;
}

/* flow pc */
@media screen and (min-width:769px) {
    .flow {
        padding: 60px 0 111px;
    }

    .flowTitle::after {
        width: 31.9vw;
        left: calc(50% - 16vw);
    }

    .flow__deskription {
        text-align: center;
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 1.6px;
        margin: 60px 0;
    }

    .flow__list {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .flow__item {
        flex-direction: row;
    }

    .flow__arrow {
        transform: rotate(-86deg);
        height: 50px;
        margin: 20px;
    }

    .flow__txt {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.96px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flow__txt span:nth-last-of-type(2),
    .flow__txt span:nth-last-of-type(1) { 
        margin-top: 0;
    }

    .flow__txt span:nth-last-of-type(3) {
        margin-top: 60px;
    }

}/* pc 769px */