@charset "UTF-8";





/* article */

.article {
    background: #FFF9F0;
   
}

.section--gallery {
    padding: 118px 30px 70px 30px;

}

.section__topic--gallery {
    background: #FFF9F0;
}

.gallery__topic {
    color: #9C3A35;
    font-family: Lora;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 40px;
}

.gallery__text {
    color: #000;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 75px;
    margin-top: 10px;
}


/* tab */


.tab2 {
    display: flex;
    flex-direction: row;
    text-align: center;
    background-color: #FFF9F0;
    margin: 0;
    margin-top: 30px;
    gap: 15px;

}

.tab2__item {
    flex: 1;
    flex-basis: 120px;
}

.tab2__link {
    display: block;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #9C3A35;
    font-size: 1.3rem;
    padding-bottom: 3px;
    margin-top: 100;
   
}

.tab2__link.on {
    background-color: #9C3A35;
    color: #fff;
    font-size: 1.3rem;
    border: 1px solid #9C3A35;
    padding-bottom: 3px;
}

.tab2-body__item {
    margin: 30px 15px;
    display: none;
    text-align: center;
}

.tab2-body__item.on {
    display: block;
}

.gallery__pic {
    margin-top: 10px;
}




.gallery__pic {
    width: 290px;
    height: auto;
}


/* article pc */

@media screen and (min-width: 769px) {
    

    .section--gallery {
        padding: 190px 9.7% 135px 9.7%;
    }

    .pic__flex {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 1377px;
        margin: 70px auto;
    }

    .gallery__pic {
        width: 100%;
        height: auto;
    }

    .gallery__topic {
        font-size: 3rem;
        margin-top: 57px;
    }

    .gallery__text {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .more--btn  {
        margin-top: 151px;
    }

    .tab2__body {
        margin-top: 100px;
    }

    .tab2__link {
        font-size: 2rem;
    }

    .tab2__link.on {
        font-size: 2rem;
    }
 }

 /* =================
contact
===================== */

.section--contact {
    padding: 50px 10% 100px 10%;
    background: var(--primary-brown);
}

.section__topic--contact {
    background: var(--primary-brown);
}

.contact__detail {
    background: var(--primary-white);
    border-radius: 10px;
    padding-bottom: 60px;
    box-shadow: 7px 6px #9C3A35;
    max-width: 900px;
    margin: 50px auto;
}

.contact__text {
    color: #000;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
}

.SNS {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.comi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.comi__text {
    color: #000;
    text-align: center;
    font-family: Lora;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comi__pic {
    width: 10px;
    height: 10px;
}

.mailto {
    display: block;
    margin: 0 auto;
    color: var(--primary-red);
    width: 161px;
    height: 50px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 10px;
    padding-top: 12px;
    margin-top: 30px;
    border: 1px solid #9C3A35;
   
}

.mailto:hover {
    opacity: 0.5;
}

/* contact pc */

@media screen and (min-width: 769px) {
    .section--contact {
        padding: 70px 13% 100px 13%;
    }

    .contact__text {
        font-size: 1.8rem;
        padding: 95px 80px 44px 80px;
    }

    .SNS {
        margin-top: 0;
        gap: 15px;
    }

    .SNS__icon {
        width: 25px;
        height: 25px;
    }

    .comi__pic {
        width: 15px;
        height: 15px;
    }

    .comi__text {
        font-size: 1.6rem;
    }
    
    .comi {
        gap: 8px;
        margin-top: 35px;
    }

    .mailto {
        width: 236px;
        height: 60px;
        font-size: 2em;
        margin-top: 40px;
    }
}



