@charset 'UTF-8';

/*
VARIABLES
================================================ */
:root {
    --light-green: #d5edeb;
    --green: #63dbd0;
    --brown: #403632;
    --light-grey: #eee;
    --white: #fff;
    --oswald-font: 'Oswald', sans-serif;
    --black: #1f1818 ;
    --dark-brack : #000;
    --light-brown: #261f1b;

}

/*
GENERAL STYLING
================================================ */
body {
    color: var(--brown);
    background: url('../images/79I58PIC4Yhp1G5i2c6sb_PIC2018.jpg') no-repeat right bottom / cover fixed;
    text-align: center;
}

/*
COMMON
================================================ */
p {
    line-height: 1.7;
}
img {
    max-width: 100%;
}
.title {
    font-family: var(--oswald-font);
    font-size: min(10vw, 4rem);
    margin-bottom: 2rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    
}
.btn {
    color: var(--white);
    background: var(--brown);
    border: 1px solid var(--brown);
    text-decoration: none;
    padding: 1rem;
    display: inline-block;
    margin: 2rem 0;
    transition: .4s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    
}
.fadein{
    opacity: 0;
}

/* .fadein2{
   
} */

/*
LAYOUT
================================================ */
.wrapper {
    max-width: 38rem;
    margin: auto;
    padding: 0 1rem;
}

/*
LOADING
================================================ */
#loading {
    background-color: var(--light-grey);
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
}
#loading-screen {
    background-color: var(--brown);
    position: fixed;
    inset: 0;
    z-index: 9998;
    translate: 0 100vh;
}


#loading p {
    font-size: 4rem;
    font-family: var(--oswald-font);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    color: var(--black);

}

/*
SLIDE MENU
================================================ */
/* 開閉ボタン */
.btn-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    border: 1px solid var(--white);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    transition: .4s;
}
.btn-menu svg {
    fill: var(--white);
    margin-top: .25rem;
    height: 2rem;
    width: 2rem;
}

/* 閉じるボタン */
#menu-close {
    border: 1px solid var(--light-green);
}
#menu-close svg {
    fill: var(--light-green);
}

/* スライドメニューパネル */
#menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 8rem 2rem 2rem;
    width: max(22vw, 13rem);
    
    height: 100vh;
    background-color: var(--black);
    box-shadow: 0 0 2rem var(--brown);
    font-family: var(--oswald-font);
    translate: 100vw;
}
.menu-list {
    list-style: none;
   
}
.menu-list li {
    margin: 1.5rem 0;
    opacity: 0;
    /* padding-left: 0;
    margin-left: 0; */
    
}
.menu-list a {
    color: var(--light-green);
    text-decoration: none;
    font-size: 1.7rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    /* writing-mode: vertical-rl; */
    color: #fff;

}

/*
HERO
================================================ */
.hero {
    height: 100vh;
    position: relative;
}
.hero::after {
    content: '';
    width: 100%;
    height: 100vh;
    background: url('../images/S__12001283.jpg') no-repeat center / cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: -10;
    

}
.hero .title {
    position: absolute;

    /* デフォルト設定 真ん中 */

    /* top: 50%;
    left: 50%;
     translate: -50% -50%;  */
    /* width: 100%; */
    z-index: 2;
    width: max(10vw, 7rem);
    line-height: 1.2;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    writing-mode: vertical-rl;
    color: #fff;
}

.hero1 {
    height: 100vh;
    position: relative;
    

    content: '';
    width: 100%;
    height: 100vh;
    background: url('../images/S__12001283.jpg') no-repeat center / cover;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: 0%;
    left: 0%;
    
}

.hero2 {
    height: 100vh;
    position: relative;

    content: '';
    width: 100%;
    height: 100vh;
    background: url('../images/S__12001286.jpg') no-repeat center / cover;
    position: absolute;
    inset: 0;
    z-index: -2;
    top: 0%;
    left: 0%;
    
}

.hero3 {
    height: 100vh;
    position: relative;

    content: '';
    width: 100%;
    height: 100vh;
    background: url('../images/S__12001282.jpg') no-repeat center / cover;
    position: absolute;
    inset: 0;
    z-index: -5;
    top: 0%;
    left: 0%;
    
}

/*
CONCEPT
================================================ */
.concept {
    margin: 8rem 0;
    background-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 20%,
        var(--black) 20%,
        var(--black) 100%
    );
    color: #eee;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    align-items: center;
}
.concept p {
    text-align: left;
    margin-bottom: 2rem;
    color: #eee;
    
    
}

.concept img {
    max-height: 90vh;
}


/*
CONCEPT
================================================ */

.concept1 {
    margin: 8rem 0;
    background-image: linear-gradient(
        to left,
        transparent 0%,
        transparent 20%,
        var(--black) 20%,
        var(--black) 100%
    );
    color: #eee;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    align-items: center;
}
.concept1 p {
    text-align: left;
    margin-bottom: 2rem;
    color: #eee;
}

.concept1 img {
    max-height: 80vh;
}
/* CONCEPT*/

/* .concept1 {
    display: flex;
    margin: 16rem 0;
}
.concept1 p {
    text-align-last: left;
}
.concept1 img {
    margin: -6rem 0;
    max-width: 38rem;
} */

/* CONCEPT
.concept {
    display: flex;
    margin: 16rem 0;
}
.concept p {
    text-align-last: left;
}
.concept img {
    margin: -6rem 0;
    max-width: 38rem;
}
 */

/* .wrapper {
    max-width: 38rem;
    margin: auto;
    padding: 0 1rem;
} */


/* max-width: 38rem;
margin: auto;
padding: 0 1rem;
 */

/*
GALLERY
================================================ */
.gallery {
    display: flex;
    flex-direction: column-reverse;
}
.gallery .title {

    color: #eee;
}
.gallery-image {
    width: min(70%, calc(35rem - 2rem));
    margin: auto;
    position: relative;
}
.gallery-image::after {
    display: block;
    content: '';
    width: calc(100% - 2rem);
    height: calc(100% - 2.5rem);
    z-index: 3;
    border: 3px solid var(--white);
    top: 1rem;
    left: 1rem;
    position: absolute;
    
}
.gallery-image img {
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
    min-height: 100%;

}
.gallery-thumbnails {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 1rem 0;
}
.gallery-thumbnails img {
    aspect-ratio: 3/4;
    object-fit: cover;
    cursor: pointer;
}

/*
SHOP INFO
================================================ */
.shop {
    background: url('../images/S__12001301_omise.jpg') no-repeat center top / cover;
    margin-top: 16rem;
    position: relative;
    height: 40rem;
}
.shop-content {
    background: var(--white);
    padding: 3rem;
    position: absolute;
    top: -8rem;
    width: 90vw;
    left: 0;
    right: 0;
}
.shop h3 {
    margin: 1rem 0;
    padding-top: 2rem;
    font-weight: normal;
    border-top: 1px solid var(--light-grey);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
}


/*
ACCESS
================================================ */
.access {
    height: 70vh;
    position: relative;
}
.access .home{

    height: 70vh;
    position: relative;
    

    content: '';
    width: 100%;
    height: 70vh;
    background: url('../images/S__12001323_monokuro.jpg') no-repeat center / cover;
    position: absolute;
    inset: 0;
    z-index: -1;
    top: 0%;
    left: 0%;

}

.access .title {
    position: absolute;

    /* デフォルト設定 真ん中 */

    /* top: 50%;
    left: 50%;
     translate: -50% -50%;  */
    /* width: 100%; */
    z-index: 2;
    font-size: max(4vw, 9vh);
    line-height: 1.2;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    writing-mode: vertical-rl;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

.access_omise .concept{
    margin: 8rem 0;
    background-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 0%,
        var(--black) 0%,
        var(--black) 0%
    );
    color: #ffffff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    text-align: center;
    margin: auto;
    margin-top: 20vh;
    margin-bottom: 25vh;

}

.wrapper12{
    max-width: 60rem;
    margin: auto;
    padding: 0 1rem;
    /* margin-left: 3vw; */
    text-align: left;
    /* margin-left: 8vw; */
    text-align: center;
    margin: auto;
    margin-left: 0;

}

 /* .access_omise .title{
    position: absolute;


    top: 50%;
    left: 50%;
     translate: -50% -50%;  
     width: 100%; 
    z-index: 2;
    font-size: max(15vw, 5rem);
    line-height: 1.2;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    writing-mode: vertical-rl;
    color: #fff;

}  */

.access_omise p {
    text-align: center;
    margin-bottom: 2rem;
    color: #eee;
}

.location-map{
    width: 100%;
    /* margin-left: 8vw;
    margin-right: 5vw; */
    text-align: center;
    margin: auto;
    padding: auto;
}

.setting {
    margin-right: 1rem;
    margin-left: 1rem;
}

/*
DESKTOP SIZE
================================================ */
@media (min-width: 730px) and (orientation: landscape){
/* COMMON */
    .title {
        margin-bottom: 3rem;
        
    }
    .btn:hover {
        color: var(--brown);
        background: var(--light-green);
    }

/* SLIDE MENU */
    .btn-menu:hover {
        background-color: var(--light-green);
    }
    #menu-close:hover svg {
        fill: var(--brown);
    }
    .menu-list a:hover {
        transition: .4s;
        color: #876301;
    }

/* CONCEPT*/
    .concept {
        display: flex;
        margin: 16rem 0;
    }
    .concept p {
        text-align-last: left;
    }
    .concept img {
        margin: -6rem 0;
        max-width: 38rem;
    }

    .concept1 {
        display: flex;
        margin: 16rem 0;
        flex-direction: row-reverse;
    }
    .concept1 p {
        text-align-last: left;
    }
    .concept1 img {
        margin: -6rem 0;
        max-width: 38rem;
    }
    

/* GALLERY */
    .gallery {
        flex-direction: row;
    }
    .gallery-image {
        width: 50vw;
        margin: 0;
    }
    .gallery-image img {
        height: 100vh;
    }
    .gallery-content {
        width: 30vw;
    }
    .gallery-thumbnails {
        gap: 2vw;
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery-thumbnails img:hover {
        box-shadow: 0 0 1rem rgba(0,0,0,.4);
        transition: .4s;
    }
  

/* SHOP */
    .shop {
        margin-top: 20rem;
        height: 50rem;
    }

    .menu-list {
    list-style: none;
    /* display: flex; */
}
.menu-list li {
    margin: 1.1rem 0;
    opacity: 0;
    /* padding-left: 0;
    margin-left: 0; */
    
}
.menu-list a {
    color: var(--light-green);
    text-decoration: none;
    font-size: 2.5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Zen Antique', serif;
    /* writing-mode: vertical-rl; */
    color: #fff;

}

.access .title {
    
    font-size: max(6.5vw, 9vh);
 
}
}

