@charset "UTF-8";
/* font-family: 'Yuji Mai', serif;
font-family: 'Yuji Syuku', serif;
font-family: 'Zen Old Mincho', serif; */

/* ----------------------------------------
共通
-------------------------------------------*/
html{
    font-size: 62.5%;
    font-family: 'Yuji Mai', serif;
}

.home{
    position: relative;
    font-size: 1rem;
    color: black;
    line-height: 1.8;
    background-size: 100vw 100vh;
    /* background-size: cover; */
    background-repeat: no-repeat;    
}
.slide img{
    height: 100vh;
}
.spring{
    font-size: 1.6rem;
    color: black;
    line-height: 1.8;
    background-image: url(../img/bg_spring.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}
.summer{
    font-size: 1.6rem;
    color: black;
    line-height: 1.8;
    background-image: url(../img/bg_summer.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}
.autumn{
    font-size: 1.6rem;
    color: black;
    line-height: 1.8;
    background-image: url(../img/bg_autumn.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}
.winter{
    font-size: 1.6rem;
    color: black;
    line-height: 1.8;
    background-image: url(../img/bg_winter.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}
.sparkling{
    font-size: 1.6rem;
    color: black;
    line-height: 1.8;
    background-image: url(../img/bg_sparkling.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}
.limited{
    font-size: 1.6rem;
    color: black;
    line-height: 1.8;
    background-image: url(../img/bg_limited.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    margin: 0 auto;
}
.flexB{
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.flexB li{
    border-right: 1px solid #fff;
    padding-right: 40px;
	/* padding-left: 20px; */
}
.flexB li:first-child, li:last-child{
    border: none;
}

ul{
    list-style: none;
}
ul a{
    color: #fff;
    text-decoration: none;
    font-size: 2.6rem;
}
ul a:hover{
    color: yellow;
}
@media (min-width: 769px){
    .pc_none{
        display: none !important;
    }
}
@media (max-width: 768px){    
    .sp_none{
        display: none !important;
    }
    .home{
        overflow: hidden;
    }
    .spring{
        background-image: url(../img/sp_bg_spring.png);
        height: 1330px;
        background-size: cover;
    }
    .summer{
        background-image: url(../img/sp_bg_summer.png);
        height: 1380px;
        background-size: cover;
    }
    .autumn{
        background-image: url(../img/sp_bg_autumn.png);
        height: 1430px;
        background-size: cover;
    }
    .winter{
        background-image: url(../img/sp_bg_winter.png);
        height: 1460px;
        background-size: cover;
    }
    .limited{
        background-image: url(../img/sp_bg_limited.png);
        height: 2280px;
        background-size: cover;
    }
    .sparkling{
        background-image: url(../img/sp_bg_sparkling.png);
        height: 1460px;
        background-size: cover;
    }
}
/* ----------------------------------------
header
-------------------------------------------*/
.navigation{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.logo img{
    width: 50px;
    margin-left: 50%;
}
.nav{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    width: 100%;
}
@media (max-width: 768px){
    .nav{
        position: fixed;
        z-index: 9999;
    }
    .inner_nav{
        background-color: #0F5474;
        padding-top: 1rem;
    }
    .flexB li{
        padding-right: 1rem;
    }
    .flexB li:nth-child(2){
        padding-left: 1rem;
    }
    .logo img{
        margin-left: 25%;
    }
    .flexB li:last-child{
        border: none;
    }
}
/* ----------------------------------------
トップページ
-------------------------------------------*/
.main_txt{
    position: absolute;
    /* color: #b2bdcc; */
    color: #fff;
    font-size: 2.5vh;
    /* font-size: 1.4rem; */
    line-height: 2;
    writing-mode: vertical-rl;
    top: 50%;
    left: 65%;
    transform: translateY(-50%);
    text-shadow: 0 0 30px #f0da12;
}

@media (max-width: 768px){
    .main_txt{
        color: #fff;
        /* font-size: 2vh; */
        font-size: 2.4rem;
        line-height: 1.8;
        width: 80%;
        writing-mode:horizontal-tb;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* ----------------------------------------
春 夏　秋　冬　泡　共通
-------------------------------------------*/
.info_bg{
    position: absolute;
    background: url(../img/info_bg.png) center/contain;
    /* background-color: #fff;
    opacity: 0.8; */
    max-width: 1200px;
    width: 100%;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
}
.bg_logo img{
    width: 80%;
    opacity: 0.15;
    vertical-align:middle;
}
.sec_ttl{
    /* font-size: 2.2vw; */
    font-size: 3rem;
    text-align: center;
    padding: 1rem 0;
}
.about_sake{
    font-size: 1.8vh;
    /* font-size: 1.8rem; */
    text-align: center;
    padding-bottom: 3rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}
.menu_flex{
    display: flex;
}
.item_flex{
    display: flex;
    align-items: center;
    padding: 0 2%;
}
.sake_pic{
    width: 30%;
    z-index: 9999;
}
.sake_pic img{
    max-width: 150px;
}
.item_txt{
    width: 70%;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}
.season_food{
    padding-bottom: 2rem;
    /* padding: 3rem 0 4rem; */
}
.food_ttl{
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    margin: 2rem 0 2rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;

}
.food_ttl::after{
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    width: 460px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.sparkling_food{
    position: relative;
    font-size: 2.5rem;
    text-align: center;
    margin: 2rem 0 2rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}
.sparkling_food::after{
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    width: 650px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.food_list{
    width: 460px;
    margin: 0 auto;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

.food_about{
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}

@media (max-width: 768px){
    .info_spring .info_bg{
        width: 90%;
        /* top: 104%; */
        top: 670px
    }
    .info_summer .info_bg{
        width: 90%;
        /* top: 105%; */
        top: 680px

    }
    .info_autumn .info_bg{
        width: 90%;
        /* top: 110%; */
        top: 720px
    }
    .info_winter .info_bg{
        width: 90%;
        /* top: 112%; */
        top: 730px
    }
    .info_sparkling .info_bg{
        width: 90%;
        /* top: 113%; */
        top: 730px
    }
    .sec_ttl{
        font-size: 1.8rem;
    }
    .info_sparkling .sec_ttl{
        font-size: 1.6rem;
    }
    .about_sake{
        /* font-size: 1.5vh; */
        font-size: 1.4rem;
        padding: 0 5% 3rem;
        text-align: left;
    }
    .menu_flex{
        flex-direction: column;
    }
    .item_flex{
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }
    .item_flex h2{
        font-size: 2rem;
        text-align: center;
    }
    .item_flex p{
        font-size: 1.4rem;
    }
    .sake_pic img{
        width: 100%;
        /* height: 200px; */
    }
    .item_txt{
        width: 90%;
    }
    .food_ttl{
        font-size: 3.4vw;
        padding: 0 1%;
        /* font-size: 1.8rem; */
    }
    .food_ttl::after{
        width: 240px;
    }
    .sparkling_food{
        /* font-size: 3.6vw; */
        padding: 0 1%;
        font-size: 1.6rem;
    }
    .sparkling_food::after{
        width: 300px;
    }
    .food_list{
        width: 80%;
        font-size: 1.4rem;
    }
    .food_about{
        font-size: 1.4rem;
        padding: 0 8%;
        text-align: left;
    }
}

/* ----------------------------------------
限定
-------------------------------------------*/
.limited_info .limited_bg{
    position: absolute;
    background: url(../img/info_bg.png) center/contain;
    max-width: 1200px;
    width: 100%;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.limited_flex{
    display: flex;
    padding-bottom: 2rem;
}
.limited_pic{
    position: relative;
    z-index: 9999;
}
.limited_pic img{
    width: 150px;
    height: 200px;
}
.limited_about{
    font-size: 1.8vh;
    /* font-size: 1.8rem; */
    line-height: 1.4;
    text-align: center;
    padding-bottom: 1rem;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;

}
.limited_item{
    width: 33.3%;
    text-align: center;
    padding: 0 3%;
}
h2 span{
    font-size: 1.5rem;
    color: red;
}
.limited_txt small{
    font-size: 1.5rem;
    color: red;
    display: flex;
    transform: rotate(350deg);
}
.limited_item p{
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
    text-align: left;
}
@media (max-width: 768px){
    .limited_flex{
        flex-direction: column;
        align-items: center;
    }
    .limited_item{
        width: 80%;
    }
    .limited_info .limited_bg{
        width:90%;
        /* top: 160%; */
        top: 1070px

    }
    .limited_txt p{
        padding-bottom: 2rem;
    }
}
/* ----------------------------------------
footer
-------------------------------------------*/
.fc{
    position: relative;
}
.copy{
    position: fixed;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    background-color: #fff;
    bottom: 0;
}
.copy p{
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}
@media (max-width: 768px){
 
}