@charset "UTF-8";
/* ===============
common
================ */
:root {
    --primary-black: #382e27;
    --primary-bgWhite: #ffffff;
    --primary-white: #fdfdfd;
    --primary-gray: #f4f4f4;
    --primary-lightGray: #eae7e6;
    --primary-orange: #fceed0;
}
body {
    font-family:"Noto Serif JP", "Noto Sans JP", "EB Garamond", "Allura", sans-serif;
    font-style: normal;
    color: var(--primary-black),#382e27;
    background-color: var(--primary-bgWhite),#fff;
    font-weight: 400;
    line-height: 2.0;
}

html {
    font-size: 62.5%;
}

img {
    max-width: 100%;
    height: auto;
}
.section__topic {
    padding-top: 72px;
    text-align: center;
    font-family: Allura;
    font-size: 4.2rem;
    line-height: normal;
}
.section__sbTopic {
    text-align: center;
    font-size: 1.8rem;
    line-height: normal;
}
.btn {
    border: 1px solid #382E27;
    background: rgba(56, 46, 39, 0.90);
    display: block;
    padding: 26px 24px;
    color: var(--primary-white, #FDFDFD);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    transition: 0.4s;
    margin: 22px auto 0;
    width: 69vw;/* 260px */
}
.btn::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/btnArrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
}   
.btn:hover {
    opacity: 0.5;
}
.contact__tel {
    font-size: 1.6rem;
    line-height: normal;
    margin-top: 30px;
    text-align: center;
}
.contact__time {
    font-size: 1.6rem;
    line-height: normal;
    margin-top: 6px;
    text-align: center;
}
.pcBr {
    display: none;
}
.spBr {
    display: block;
}
/* common pc 769px */
@media screen and (min-width: 769px) {
    .section__topic {
        padding-top: 120px;
        font-size: 10rem;
    }
    .section__sbTopic {
        font-size: 1.6rem;
    }
    .btn {
        width: 426px;
        font-size: 2rem;
    }
    .btn::after {
        width: 34px;
        height: 34px;
    } 
    .pcBr {
        display: block;
    }
    .spBr {
        display: none;
    }
}/* pc 769px */
/* ===============
header
================ */
.header {
    padding: 9px 4.2vw;
}
.header__logo,
.nav__logo {
    width: 80px;
}
/* .nav初期表示 */
.nav {
    background: var(--primary-white,#FDFDFD);
    width: 100%;
    height: 100vh;
    padding: 9px 4.2vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}
.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__list {
    width: max-content;
    margin: 75px auto 0;
}
.nav__item {
    color: var(--primary-black);
    font-family: "EB Garamond";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 26px;
}
.nav__list .nav__item--contact {
    display: none;
}

.nav__line {
    padding: 0px 2vw;
}
.nav__itemJp {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
}
.nav__contact {
    font-family: "EB Garamond";
    font-size: 2.0rem;
    line-height: normal;
    margin-top: 51px;
    text-align: center;
}

.nav.active {
    transform: translateX(0);
}
.header__btn {
    display: block;
    width: 35px;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 4.2vw;
}
/* header Pc 769px */
@media screen and (min-width: 769px) {
    .header {
        max-width: 1340px;
        margin: 0 auto;
        padding: 0;
    }
    .header__logo {
        width: 102px;
        padding: 13px 0;
    }
    .nav__header,
    .nav__contact,
    .contact__tel,
    .contact__time,
    .btn {
        display: none;
    }
    .nav {
        margin: 0 0 0 auto;
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }
    .nav__list {
        display: flex;
        margin-top: 0;
    }
    .nav__item {
        margin: 0;
        font-size: 2.2rem;
        line-height: 1;
        text-align: center;
    }
    .nav__line,
    .nav__itemJp {
        display: none;
    }
    .header__btn {
        display: none;
    }
    .nav__item:first-of-type {
        display: none;
    }
    .header__flex {
        display: flex;
        padding: 0 0 0 35px;
    }
    .nav__list .nav__item--contact {
        display: block;
    }
    .nav__item a::before {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 6px;
    }
    .nav__item--profile a::before {
        content: "プロフィール";
        font-family: Noto Serif JP;
    }
    .nav__item--news a::before{
        content: "ニュース";
        font-family: Noto Serif JP;
    }
    .nav__item--school a::before {
        content: "菓子教室";
        font-family: Noto Serif JP;
    }
    .nav__item--catering a::before {
        content: "ケータリング";
        font-family: Noto Serif JP;
    }
    .nav__item--contact a::before {
        content: "お問い合わせ";
        font-family: Noto Serif JP;
    }
    .nav__item a {
        display: block;
        padding: 35px 2.43vw 35px 2.43vw;
    }
    .nav__item a:hover {
        background: rgba(244, 244, 244, 0.70);
    }
}/* pc 769px */
@media screen and (min-width: 1571px) {
    .nav__item a {
        padding: 35px 2vw 35px 2vw;
    } 
}
@media screen and (min-width: 1900px) {
    .nav__item a {
        padding: 35px;
    } 
}/* pc 1900px */


/* コンセプト */
.section__gray {
    background-color: var(--primary-gray);
}
.section__topic--concept {
    color: rgba(67, 67, 67, 0.05);
    text-align: center;
    font-family: Allura;
    font-size:clamp(12rem,37vw,18rem) ;
    line-height: normal;
}
.section__txt {
    margin-top: -60px;
    padding: 0 4.2vw 54px;
    text-align: center;
    font-size: clamp(1.4rem, 4.26vw, 1.7rem);
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.3vw;
}
.logo__name {
    font-family: "Noto Sans JP";
}
/* コンセプト pc  */
@media screen and (min-width: 769px) {
    .section__topic--concept {
        color: rgba(67, 67, 67, 0.05);
        font-size: clamp(22rem, 1.9vw, 32rem); /* 280px */
    }
    .section__txt {
        font-size: 2rem;
        line-height: 2.8;
        letter-spacing: 0.02vw;
        padding-bottom: 120px;
    }
}/* pc 769px */

/* お問い合わせ */
.section__contact {
    background-image: url(../images/bg-ContactSP.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 8.5vw 54px 8.5vw;
}
.contact__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.2vw;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
.contact__btn {
    border: 1px solid #382E27;
    background: rgba(56, 46, 39, 0.90);
    display: block;
    padding: 26px 24px;
    color: var(--primary-white, #FDFDFD);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    transition: 0.4s;
    margin: 22px auto 0;
    width: 69vw;/* 260px */
}
.contact__btn::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/btnArrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
}
.contact__btn:hover {
    opacity: 0.5;
}
.contact__contact--tel {
    font-size: 1.6rem;
    line-height: normal;
    margin-top: 30px;
    text-align: center;
}
.contact__contact--time {
    font-size: 1.6rem;
    line-height: normal;
    margin-top: 6px;
    text-align: center;
}
/* お問い合わせ pc 769px */
@media screen and (min-width: 769px) {
    .section__contact {
        padding-bottom: 120px;
    }
    .contact__txt {
        font-size: 2rem;
        line-height: 1.9;
        letter-spacing: 0.08vw;
        margin-top: 64px;
    }
    .contact__btn {
        padding: 26px 24px;
        color: var(--primary-white, #FDFDFD);
        text-align: center;
        font-size: 2rem;
        margin: 68px auto 0;
        width: 29.58vw;/* 426px */
    }
    .contact__btn::after {
        width: 34px;
        height: 34px;
    }
    .contact__contact--tel {
        font-size: 3.2rem;
        margin-top: 60px;
    }
    .contact__contact--time {
        font-size: 2rem;
        line-height: normal;
        margin-top: 11px;
    } 
}/* pc 769px */
/* ＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝ */
.footer {
    background-image: url(../images/bg-FooterSP.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 42px 14.6vw 0 13.3vw;
}
.footer__logo--sns {
    text-align: center;
}
.footer__logo {
    width: 99px;
}
.sns__item {
    font-family: "EB Garamond";
    font-size: 1.6rem;
    margin-top: 9px;
}
.sns__item img {
    width: 15px;
    vertical-align: -2px;
    margin-right: 13px;
}
.footer__content {
    display: flex;
    margin-top: 87px;
    position: relative;
    justify-content: space-between;
}
.menu__item {
    color: var(--primary-black);
    font-family: "EB Garamond";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 26px;
}
.menu__item:first-of-type {
    margin-top: 0;
}

.menu__line {
    padding: 0px 2vw;
}
.menu__itemJp {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
}
.btn__pagetop {
    font-family: "EB Garamond";
    font-size: 1.4rem;
    writing-mode: vertical-rl;
    /* margin-top: 80px; */
    position: relative;
    text-align: right;
   
}
.btn__pagetop::before {
    display: block;
    content: '';
    background-image: url(../images/footerScrollbar.png);
    width: 12px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    position: absolute;
    bottom: 0;

}
.copy {
    margin-top: 69px;
    padding-bottom: 41px;
    text-align: center;
}
.copy small {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
}
/* フッター　pc 769px */ 
@media screen and (min-width: 769px) {
    .menu__list {
        margin-right: 7.91vw;
        width: 156px;
    }
    .menu__item a {
        display: flex;
        align-items: center;
    }
    .footer {
        padding: 46px 6.52vw 29px 6.52vw;
        background-position: 50% 40%;
    }
    .footer__logo {
        width: 179px;
    }
    .sns__item {
        font-size: 2rem;
        margin-top: 31px;
    }
    .menu__line {
        padding: 0px 3px;
    }
    .menu__itemJp {
        font-size: 1.4rem;
    }
    .copy {
        margin-top: 69px;
        padding-bottom: 0;
        text-align: left;
    }
    .footer__flex {
        display: flex;
        justify-content: space-between;
    }
}