@charset "UTF-8";

/* ------------------------------------------------
header
------------------------------------------------ */
@media screen and (max-width:768px){
.pc{
    display: none;
}
header{
    width: 100%;
    height: 75px;
    padding: 10px 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    background-color: rgba(250, 250, 250, 0.9);
}
#header_logo{
    width: 80px;
    float: left;
}
#hamburger{
    width: 35px;
    float: right;
    position: relative;
    z-index: 1000;
    margin-top: 11px;
}
#hamburger span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 13px;
    opacity: 1;
    transition: 0.2s;
}
.open #hamburger span:nth-child(1){
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
}
.open #hamburger span:nth-child(2){
    opacity: 0;
}
.open #hamburger span:nth-child(3){
    position: absolute;
    top: 15px;
    transform: rotate(-45deg);
}
.open #hamburger span{
    background-color: #fafafa;
}
#hamburger span:last-child{
    margin-bottom: 0;
}
#gnavi{
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    background-color: #617E61;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    visibility: hidden;
}
.open #gnavi{
    visibility: visible;
}
#gnavi li{
    height: 30px;
    margin-bottom: 35px;
}
#gnavi ul li a{
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 35px;
    color: #fafafa;
}
#icon{
    display: flex;
    justify-content: space-around   ;
}
#facebook{
    display: block;
    width: 30px;
    height: 30px;
    background-image:url(../../common/img/facebook_w.png);
    background-size: contain;
}
#instagram{
    display: block;
    width: 30px;
    height: 30px;
    background-image:url(../../common/img/Instagram_w.png);
    background-size: contain;
}
/* ------------------------------------------------
mainPhoto
------------------------------------------------ */
#mainPhoto,.bx-wrapper,.bx-viewport{
    width: 100%;
    height:calc(100vh - 75px) !important;
    margin-top: 75px !important;
    position: relative;
    margin-bottom: 0 !important;
}
.slider li{
    width: 100%;
    height: 100%;
}
.slider li:nth-child(1){
    background-image: url(../../img/mainPhoto1@0.5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider li:nth-child(2){
    background-image: url(../../img/mainPhoto2@0.5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider{
    width: 100%;
    height: 100%;
}
h1{
    width: 80%;
    max-width: 300px;
    height: 180px;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
}
/* ------------------------------------------------
concept
------------------------------------------------ */
.wrap{
    padding: 50px 0;
}
.container{
    width: 100%;
    margin: 0   auto;
    padding: 0 8%;
}
.container_h2{
    text-align: center;
}
h2{
    display: inline-block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
}
h2::after{
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #BADB82;
    transform: rotate(-3deg);
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}
.sub_title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
p{
    font-size: 1.4rem;
    line-height: 2em;
}
.bold{
    font-weight: 600;
    margin-bottom: 20px;
}
.small{
    font-size: 1.3rem;
}
#concept_img{
    width: 100%;
    height: 280px;
    clip-path: inset(0);  /* 画像切り抜き */
}
#concept_img::after{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 75px;
    left: 0;
    background-image: url(../../img/terrace@0.5x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
/* ------------------------------------------------
values
------------------------------------------------ */
.bg_pink{
    background-color: #FEF7F1;
}
#values ul li>div{
    padding: 50px 7%;
}
figure{
    width: 62%;
    max-width: 200px;
    margin: 0 auto 35px;
}
.fadein{
    transform: translateY(50px);
    opacity: 0;
    transition: 1s;
}
.fadein.active{
    transform: translateY(0);
    opacity: 1;
}
/* ------------------------------------------------
menu
------------------------------------------------ */
.price{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 8px;
    text-align: right;
}
#menu ul li{
    margin-bottom: 60px;
}
#menu .middle{
    text-align: center;
}
#menu .bold{
    font-size: 15px;
    text-align: center;
}
#menu_img{
    width: 100%;
    height: 280px;
    clip-path: inset(0);  /* 画像切り抜き */
}
#menu_img::after{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 75px;
    left: 0;
    background-image: url(../../img/soup@0.5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
/* ------------------------------------------------
products
------------------------------------------------ */
#products img{
    max-height:200px;
}
#goods .bold{
    text-align: center;
    margin-top: 60px;
}
#goods figure{
    width: 13%;
    max-width: 65px;
    margin: 0 auto 25px;
    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: 280px;
    clip-path: inset(0);  /* 画像切り抜き */
}
#product_img::after{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 75px;
    left: 0;
    background-image: url(../../img/open@0.5x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}
/* ------------------------------------------------
Access
------------------------------------------------ */
#map{
    margin-bottom: 50px;
}
#map iframe{
    width: 100%;
    height: 250px;
}
#contact{
    border-top: solid 1px #999797;
    border-bottom: solid 1px #999797;
    padding: 20px 4%;
}
#route{
    border-bottom: solid 1px #999797;
    padding: 20px 4%;
}
#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;
}
/* ------------------------------------------------
Footer
------------------------------------------------ */
footer{
    position: relative;
    background-color: #617E61;
    height: 300px;
}
#footer_rogo{
    width: 40%;
    margin: 0  auto;
    padding-top: 50px;
}
#copyright{
    position: absolute;
    color: #fdfdfd;
    font-size: 1.2rem;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;

}
}   