/*
GENERAL
================================================ */
html{
    font-family: 'Noto Serif JP', serif;
    font-size: 100%;
}
/*scroll-fade*/
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

body {
    display: none;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.flex-box {
    display: flex;
    flex-direction: column;
    background-image: url(../img/kaiseki.jpg);
    background-attachment: fixed;
    z-index: 1;
    color:#fff;
    text-shadow:2px 2px 5px #ffffff;
}
section{
    background-color:#000;
    z-index:10;
    width:80%;
    margin:0 auto;
  
}
.section-title{
    margin-top:200px;
    text-align: center;
    z-index:1000;
}
.left,.right{
    width:50vw;

}
.section-title p{
    display: inline-block;
    font-size:3rem;
    padding-bottom: 2rem;
    border-bottom:1px solid #fff;
}
.between{
    width:auto;
    height: 300px;
    background-color: rgba(0, 0, 0, 0);
}
.common-word{
    margin-top:40px;
    text-align: center;
    font-size:1.5rem;
}
/*
HEADER
================================================ */
.header-container{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    justify-content:space-around;
    align-items: center;
    font-size: 1.5rem;
    height: 200px;
    background-image: url(../img/header_back.jpg);
}
.header-high{
    display: flex;
    margin-top:20px

}

.header-logo{
    width:40vw; 
    transition-duration: 1s;
}
.header-logo:hover{
     opacity: 0.6;
     transform: scale(1.05);
     transition-duration: 1s;
}
.header-telephone{
    height: 100%;
    display: flex;
    margin: 10px 35px 0 auto;
    
}
.header-teliphone-number{
    margin:6px;
}
.header-low{
    position:absolute;
    top:160px;
    left: 50%;
    transform: translateX(-50%);
    width:46.31rem;
    margin: 0px auto 2px auto;
}
.link-box{
    display: block;
    
    display: flex;
    font-size:1rem;   
}
.link-box li{
    padding:0 40px;
    border-left:1px solid #000000;
}

.link-box li:last-child{
    border-right:1px solid #000000;
}

/* TOP IMAGE
================================================ */
#top{
    display: block;
    width: 100vw;
    height: 100vh;
    margin-top: 200px;
}
.top-position{
    width:100%;
    height:100%;
    position: relative;
    z-index:100;
}

.top-img{
    width:100%;
    height:100%;
    position:relative;
}
.top-img img{
    width:100%;
    height:100%;
    position:absolute;
    object-fit: cover;
    z-index: 100;
}
.top-logo{
    position:absolute;
    z-index: 1000;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.top-logo img{
    width:100%;
}
.top-img-theme{
    display:block;
    text-align: center;
    position:absolute;
    width:90%;
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-shadow:3px 3px 2px #000;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    font-size:2rem;
    z-index:999;

}



/* INTRODCTION
================================================ */
#introduction{
    
}


.introduction-main{
    display: flex;
    margin:90px 0;
    justify-content: center;
}
.introduction-text{
    margin-top:90px;
    text-align: center;
    font-size:1.5rem;
    
}

.introduction-img{
    width:100%;
    padding:5%;
}

/* MENU
================================================ */
#menu{
    
}

.menu-item {
    display: flex;
}


.menu-left{
    padding-top:40px;
}

.menu-left h2 {
    font-size: 36px;
    text-align: center;
    
}

table {
    
    font-size: 1.5vw;
    margin:20px auto;
    border: ridge 7px #ffffff;
}
tr,th{
    border:1px #fff solid;
    text-align: center;
    padding:10px 10px;
}
.introduction-img-parent{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* STORE
================================================ */
#store{
 
}
.store-table{
    margin:20px auto;
    width:80%;
}
.store-table table{
    width:100%;
}

/* MAP
================================================ */
#map{

}
iframe{
    display:block;
    margin:90px auto;
    z-index:1000;
}
/* FOOTER
================================================ */
footer{
    text-align: center;
    height:80px;
    background-image: url(../img/header_back.jpg);
}

footer p{
    padding: 20px;
}

/*MOBILE SIZE
================================================ */
@media(max-width: 900px){
    .header-high{
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-logo{
        width:400px; 
        margin:0 auto;
    }
}

@media(max-width: 850px){
    .title {
        font-size: 4rem;
    }
}
@media(min-width: 769px){
    .sp-nav,.menu-btn{
        display: none;
    }
}
@media (max-width: 768px) {
    /*ハンバーガーメニュー開始*/
    .header-low{
        display: none;
    }



    /*メニューボタン　展開前*/
    .menu-btn {
        display : block;
        position: fixed;
        right : 30px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }
    .menu-btn span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .menu-btn span:nth-of-type(1) {
        top: 10px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 20px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 30px;
    }
    
    /*メニューボタン　展開後*/
    .menu-btn.act span:nth-child(1) {
        top : 16px;
        left: 6px;
        background :#000;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .menu-btn.act span:nth-child(2),
    .menu-btn.act span:nth-child(3) {
        top: 16px;
        background :#000;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }

    /*スマホ用のメニュー*/
    .sp-nav {
        visibility:hidden;
        position: fixed;
        z-index: 1;
        top: 200px;
        right: 0px;
        color: #fff;
        background-color: rgba(0,0,0,0.7);
        text-align: center;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    .link-box {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .link-box li {
        list-style-type: none;
        width: 100%;
        height: 14%;
        position: relative;
        

    }
    .link-box li:last-of-type {
        padding-bottom: 0;
    }
    .link-box li:hover{
        background :#ddd;
        transition: .5s;
    }
    .link-box li a {
        display: block;
        color: #fff;
        font-size:2rem;
        padding: 1em 0;
        text-decoration :none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        
    }
    .sp-nav.act {
        visibility: visible;
        opacity: 1;

    }
    /*ここまでがハンバーガーメニュー*/
    /*introduction*/
    section{
        width: 100%;
    }
    .introduction-main:nth-child(odd),.menu-item:nth-child(odd){
        flex-direction:column;
        align-items:center;
    }
    .introduction-main:nth-child(even),.menu-item:nth-child(even){
        flex-direction:column-reverse;
        align-items:center;
    }
    .header-logo{
        width:70vw; 
        min-width:300px;
    }
    .header-telephone{
      justify-content: center;
      margin: initial;
    }
    .header-telephone img{
        width: 30vw;
    }
    .header-teliphone-number{
        font-size:4vw;
    }
    .left,.right{
        width:100%;
    }
    table {
        font-size: 5.5vw;
    }
    .store-table{
        width:100%;

    }
    /*map*/
    iframe{
        width:100%
    }
}
