@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style-type:  none;
}
img{
    display: block;
    width: 100%;    
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
}
body{
    font-family:'tsukushioldmincho', 'ms mincho', 'ヒラギノ明朝 pro w3', 'hiragino mincho pro', serif;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    background-color: #fafafa;
}
html{
    font-size: 10px;
}
/* ------------------------------------------------
header
------------------------------------------------ */
@media screen and (min-width:768px){
.sp{
    display: none;
}
#header_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header{
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(250, 250, 250, 0.9);
}
#header_logo{
    width: 150px;
}
#gnavi ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
#gnavi ul li{
    height: 30px;
    margin-right: 40px;
}
#gnavi ul li a{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    height: 100%;
    padding-top: 6px;
    position: relative;
}
#gnavi ul li:nth-child(-n+5) a::after{
    content: "";
    width: 0;
    height: 2px;
    background-color: #BADB82;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}
#gnavi ul li:nth-child(-n+5) a:hover:after{
    width: 100%;
}
#icon{
    display: flex;
}
#facebook{
    width: 30px;
    height: 30px;
    background-image:url(../../common/img/facebook.png);
    background-size: contain;
    margin-right: 40px;
}
#instagram{
    width: 30px;
    height: 30px;
    background-image:url(../../common/img/Instagram.png);
    background-size: contain;
}
#gnavi ul li:nth-child(6) a,#gnavi ul li:nth-child(7) a{
    padding-top: 0;
}
/* ------------------------------------------------
mainPhoto
------------------------------------------------ */
#mainPhoto{
    width: 100%;
    height:calc(95vh - 100px) !important;
    margin-top: 100px !important;
    position: relative;
    margin-bottom: 0 !important;
    margin: 0  auto;
    background-color: #fafafa;
}
.bx-wrapper,.bx-viewport,.slider li{
    width: 95%;
    height: calc(95vh - 100px);
    margin: 0 auto;
}
.slider li:nth-child(1){
    background-image: url(../../img/mainPhoto1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider li:nth-child(2){
    background-image: url(../../img/mainPhoto2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider{
    width: 100%;
    height: 100%;
}
h1{
    width: 60%;
    max-width: 600px;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* ------------------------------------------------
concept
------------------------------------------------ */
.wrap{
    padding: 130px 0;
}
.container{
    width: 90%;
    max-width: 980px;
    margin: 0   auto;
    /* padding: 0 5%; */
}
h2{
    display: inline-block;
    font-size: 2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 80px;
}
h2::after{
    display: block;
    content: "";
    width: 100%;
    height: 12px;
    background-color: #BADB82;
    transform: rotate(-3deg);
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}
.sub_title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 40px;
}
.small{
    font-size: 1.4rem;
}
#concept_img{
    width: 100%;
    height:450px;
    clip-path: inset(0);  /* 画像切り抜き */
}
#concept_img::before{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 0;
    background-image: url(../../img/terrace.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
/* ------------------------------------------------
values
------------------------------------------------ */
.bg_pink{
    background-color: #FEF7F1;
}
#values ul li>div{
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
#values ul li:nth-child(2) figure{
    order: 2;
}
#values ul li:nth-child(2) #value2{
    order: 1;
}
#values figure{
    width: 30%;
    max-width: 300px;
}
#value1,#value2,#value3{
    width: 55%;
}
.bold{
    font-weight: 600;
    margin-bottom: 40px;
}
.fadein{
    transform: translateY(50px);
    opacity: 0;
    transition: 2s;
}
.fadein.active{
    transform: translateY(0);
    opacity: 1;
}
/* ------------------------------------------------
Menu
------------------------------------------------ */
#menu,#products{
    margin-bottom: 100px;
}
#menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 150px;
}
#menu ul li{
    width: 40%;
}
#menu figure{
    max-width: 280px;
    margin: 0 auto;
}
#menu p.small{
    margin: 40px 0 10px;
    line-height: 2;
}
#menu p.bold{
    margin-bottom: 40px;
    text-align: center;
}
.price{
    font-size: 1.4rem;
    font-weight: 600;
}
#menu_img{
    width: 100%;
    height: 450px;
    clip-path: inset(0);  /* 画像切り抜き */
}
#menu_img::before{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 0;
    background-image: url(../../img/soup.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
/* ------------------------------------------------
Products
------------------------------------------------ */
#goods{
    margin-top: 120px;
}
#goods{
    display: flex;
    justify-content: space-between;
    align-items: top;
}
#goods .middle{
    text-align: center;
}
#goods li{
    width: 25%;
}
#goods p.bold{
    margin-bottom: 40px;
    text-align: center;
}
#goods p.small{
    margin: 40px 0 10px;
}
#goods figure{
    width: 28%;
    margin: 0 auto;
    animation: shake 1s linear 0s 3;
}
@keyframes shake {
    0%{transform: rotate(0);}
    30%{transform: rotate(-5deg);}
    50%{transform: rotate(0);}
    70%{transform: rotate(5deg);}
    100%{transform: rotate(0);}
}
#goods figure:hover{
    animation-play-state: paused;
}
#product_img{
    width: 100%;
    height: 450px;
    clip-path: inset(0);  /* 画像切り抜き */
}
#product_img::before{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 0;
    background-image: url(../../img/open.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
/* ------------------------------------------------
Access
------------------------------------------------ */
#flex_wrap{
    display: flex;
    justify-content: space-between;
}
#map{
    width: 55%;
}
#map iframe{
    width: 100%;
    height: 100%;
}
#address{
    width: 40%;
}
#contact{
    border-top: solid 1px #999797;
    border-bottom: solid 1px #999797;
    padding: 24px 8%;
}
#route{
    border-bottom: solid 1px #999797;
    padding: 24px 8%;
}
#route .bold{
    margin-bottom: 0;
}
#route li{
    margin-bottom: 20px;
}
#route li:last-child{
    margin-bottom: 0;
}
#route .small{
    padding-left: 5%;
}
.large{
    font-size: 2rem;
    font-weight: 600;
}
a[href^="tel:"]{
    pointer-events: none;
}
/* ------------------------------------------------
Footer
------------------------------------------------ */
footer{
    position: relative;
    background-color: #617E61;
    height: 350px;
}
#footer_rogo{
    width: 16%;
    margin: 0  auto;
    padding-top: 60px;
}
#copyright{
    position: absolute;
    color: #fdfdfd;
    font-size: 1.2rem;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
}