/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: 'Noto Serif JP', serif;
}

li {
    list-style: none;
}

a:link,
a:visited {
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
}
/* ------------------------------------------------------------ */
/* COMPONENTS */
.container{
    width: 102rem;
    margin: 0 auto;
}
/* ------------------------------------------------------------ */

/* ------------------------- HEADING ------------------------- */
.heading{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 5rem;
    color: #007040;
}

.heading--under{
    font-family: 'Noto Sans JP', serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.475rem;
    color: #420000;
}
/* ------------------------- NAV ------------------------- */
.nav ul{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.nav li{
    font-family: 'Noto Sans JP', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #420000;
}
/* ------------------------- BUTTON ------------------------- */
/* ------------------------------------------------------------ */
/* HEADER */
.header{
    width: 100%;
    height: 12.5rem;
    padding: 0 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
}

.header__title{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.header__title img{
    width: 10rem;
    height: auto;
}

.header__title h1{
    font-family: 'Noto Sans JP', serif;
    font-weight: 700;
    font-size: 3.2rem;
    color: #420000;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* MAIN */
.hero{
    width: 100%;
    height: auto;
    margin-top: 12.5rem;
}

.hero img{
    width: 100%;
    height: auto;
}

.bg--white{
    background-color: #FFFFFF;
    padding: 8rem 0;
}

.bg--cream{
    background-color: #F6F7F1;
    padding: 8rem 0;
}
/* ------------------------------------------------------------ */
/* ------------------------- セクションごとで分ける ＊共通部分以外 ------------------------- */
/* information */
.info__text{
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #420000;
    line-height: 2.6rem;
    padding-top: 4rem;
}
/* about */
.about__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6rem;
}

.about__text{
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #420000;
}

.about__top--img{
    width: 45rem;
}

.about__top--img img{
    width: 100%;
}

.about__under{
    display: flex;
    justify-content: space-between;
}

.about__under-content{
    width: 33.6rem;
}

.about__under-content img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.about__under-content span{
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: center;
    color: #420000;
    display: block;
    padding-top: 1rem;
}
/* menu */
.menu__lead{
    font-family: 'Noto Sans JP', serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.6;
    color: #420000;
    text-align: center;
    margin: 5rem auto 3.2rem;
}

.menu__lead::after{
    content: "";
    display: block;
    width: 5.6rem;
    height: .3rem;
    background-color: #007040;
    border-radius: 999px;
    margin: 1.4rem auto 0;
}

.menu__content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8rem 0;
    padding: 0 0 6rem;
}

.menu__item{
    width: 31.6rem;
}

.menu__item img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background-color: #FFFFFF;
}

.menu__name{
    font-family: 'Noto Sans JP', serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #420000;
    display: block;
    padding: 1rem 0;
}

.menu__caption{
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #420000;
    display: block;
    line-height: 2.4rem;
}

.menu__text{
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #420000;
}

.menu__text span{
    color: #FFDF56;
}

/* access */
.access__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 6rem;
}

.access__item{
    display: flex;
    gap: 3rem;
    padding-bottom: 2rem;
}

.access__item:last-child{
    padding-bottom: 0;
}

.access__item span{
    font-family: 'Noto Sans JP', serif;
    font-size: 1.8rem;
    color: #420000;
    line-height: 2.6rem;
}

.access__item a{
    font-family: 'Noto Sans JP', serif;
    font-size: 1.8rem;
    color: #420000;
    line-height: 2.6rem;
}

.bold{
    font-weight: 700;
}

.medium{
    font-weight: 500;
}

.access__item span.bold{
    width: 7.5rem;
}

.access__item .access-time--notes{
    font-size: 1.4rem;
}

.access__map{
    width: 48rem;
}

.access__map iframe{
    width: 100%;
    height: 35rem;
}

.othershop{
    display: flex;
    justify-content: space-between;
}

.othershop__link{
    display: block;
    width: 22.5rem;
}

.othershop__link img{
    width: 100%;
    height: auto;
}
/* ------------------------------------------------------------ */
/* FOOTER */
.footer{
    width: 100%;
    padding: 4rem 0;
    background-color: #FFFFFF;
}

.footer__logo{
    width: 10rem;
    margin: 0 auto;
}

.footer__logo img{
    width: 100%;
    height: auto;
}

.copyright{
    font-family: 'Noto Sans JP', serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #420000;
    padding-top: 1rem;
    text-align: center;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* HELPER*/
/* ------------------------------------------------------------ */