@charset "UTF-8";
/* CSS Document */

/*common*/

/*スマホ〜タブレット*/

html{
    font-size: 62.5%;
}
body{
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 1.3rem;
    color: #333;
    line-height: 2.0;
}
.wrapper{
    overflow: hidden;
}
a{
    color: #333;
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.sp{
    display: block;
}
.pc{
    display: none;
}
.inner{
    width: 94%;
    margin: 0 auto;
}
section{
    padding: 70px 0 90px;
}
h2{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
h3{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1em;
}
h2 .vertical,
h3 .vertical{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media all and (min-width: 769px) {
/*タブレット〜PC*/
    a{
        transition: all  0.3s ease;
    }
    a:hover{
        opacity: 0.5;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    .inner{
        max-width: 730px;
    }
    h2{
        font-size: 2.8rem;
        margin-bottom: 2em;
    }
    h3{
        font-size: 2.2rem;
    }
}

/*header*/
header{
    width: 100%;
    height: 65px;
    position: fixed;
    background: #fff;
    z-index: 100;
    padding: 8px 0 0;
}
header .inner{
    position: relative;
}
h1{
    width: 115px;
    height: 50px;
}
.nav_btn{
    cursor: pointer;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.nav_btn span:first-child,.nav_btn span:nth-child(2),.nav_btn span:last-child{
    background-color: #000;
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.nav_btn span:first-child,.nav_btn span:last-child{
    content: " ";
}
.nav_btn span:first-child{
    top: 16px;
}
.nav_btn span:last-child{
    top: -16px;
}
.nav_btn.open span:first-child {
    top: 0;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav_btn.open span:nth-child(2),
.nav_btn.open span:last-child{
    top: 0;
    right: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav{
    width: 80%;
    transform: translateX(130%);
    transition: all 0.6s;
    background: #fff;
    padding: 2em;
}
nav.open{
    transform: translateX(29%);
}
nav li{
    margin-bottom: 2em;
}
nav .sns{
    width: 30%;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
}
@media all and (min-width: 481px) {
    nav .sns{
        width: 10%;
    }
}
@media all and (min-width: 769px) {
    header .inner{
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
    }
    nav{
        width: auto;
        transform: none;
        transition: none;
        padding: 0;
    }
    nav .nav_inner{
         display: flex;
    }
    nav ul{
        display: flex;
    }
    nav .sns{
        width: auto;
    }
    nav li{
        margin: 0 30px 0 0;
    }
    nav .sns li:last-child{
        margin: 0;
    }
    .gnav a{
        position: relative;
        display: inline-block;
        transition: .3s;
        padding-top: 10px;
    }
    .gnav a:hover{
        opacity: 1;
    }
    .gnav a::after {
        position: absolute;
        bottom: 0.3em;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #c9171e;
        opacity: 0;
        transition: .3s;
    }
    .gnav a:hover::after {
        bottom: 0;
        opacity: 1;
    }
    nav .sns a{
        display: inline-block;
        padding-top: 6px;
    }
}

/*main*/
main{
    display: block;
    padding-top: 65px;
}
/*key visual*/
#kv{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#kv .kv_item{
    width: 100%;
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s linear, transform 7.5s linear;
    position: relative;
    z-index: 1;
}
#kv .kv_item:not(:first-child){
    position: absolute;
    top: 0;
    left : 0;
}
#kv .kv_item.show{
      opacity: 1;
}
#kv .kv_item.zoom{
      transform: scale(1.1);
}
#kv img{
    width: 100%;
}

/*greeting*/
.greeting .signature{
    text-align: right;
    margin-top: 1em;
}
.greeting p{
    font-size: 1.5rem;
    line-height: 2.0;
}
@media all and (min-width: 769px) {
    .greeting p{
        font-size: 1.7rem;
        line-height: 2.5;
    }
}

/*cuisine*/
.cuisine{
    color: #fff;
    text-align: center;
    background: url(../img/img_1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.cuisine ul{
    width: 80%;
    line-height: 2.0;
    margin: 1em auto 0;
}
.cuisine li{
    background: url(../img/icon.svg) no-repeat;
    background-size: 6%;
    background-position: left center;
    margin-bottom: 1em;
    padding-left: 2em;
}
.cuisine ul span{
    font-size: 1.6rem;
}
@media all and (min-width: 769px) {
    .cuisine ul{
        width: 40%;
    }
}
.ubereats{
    color:#fff;
    text-decoration:underline;
    text-decoration-color:#fff;
}

/*commit*/
.commit h3{
    padding: 0 1.5em 0 1em;
    text-align: left;
    display: inline-block;
}
.commit{
    padding: 50px 0;
}
.commit .commit_box{
    background: url(../img/img_7.jpg) no-repeat;
    background-size: 80%;
    background-position: right top;

}
.commit .text{
    background: rgba(255, 255, 255, 0.8);
    width: 85%;
    z-index: 1000;
    margin-top: -12px;
}
@media all and (min-width: 769px) {
    .commit .inner{
        max-width: 1040px;
    }
    .commit .commit_box{
        padding-bottom: 150px;
    }
    .commit .text{
        width: 50%;
        min-height: 200px;
        margin-top: -100px;
        padding: 10px;
    }
}

/*guide*/
.guide dl{
    border-top: 1px solid #ccc;
}
.guide dl div{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 0.5em;
}
.guide dt{
    width: 25%;
}
.guide section{
    padding: 0;
    margin-top: 70px;
}
.guide .location{
    margin-top: 1em;
}
.guide .location_thumb{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.guide .thumb_list{
    width: 32%;
    cursor: pointer;
}
.access p{
    text-align: center;
}
.access .map{
    position: relative;
    padding-top: 70%;
    margin-top: 1em;
}
.access .map iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (min-width: 769px) {
    .access .map{
        padding-top: 30%;
        margin-top: 2em;
    }
}

/*reservation*/
.reservation{
    background: url(../img/img_6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.reservation h2{
    letter-spacing: normal;
}
.reservation .r_box{
    width: 85%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0.5em;
    margin: 0 auto 1em;
}
.reservation address{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
}
.reservation a{
    color: #fff;
}
.reservation li{
    background: url(../img/icon.svg) no-repeat;
    background-size: 5%;
    background-position: left top 3px;
    padding-left: 2em;
}
@media all and (min-width: 769px) {
    .reservation .r_box{
        width: 100%;
        padding: 2em;
    }
    .reservation .r_box address{
        font-size: 2.6rem;
    }
    .reservation li{
        background-size: 2%;
        background-position: left top 7px;
    }
}

/*profile*/
.profile figure{
    position: relative;
    text-align: right;
    margin-bottom: 2em;
}
.profile figure img{
    width: 80%;
}
.profile figcaption{
    position: absolute;
    left: 1em;
    bottom: 3em;
    font-size: 1.6rem;
    background: #ccc;
    border-bottom: 1px solid #c9171e;
    padding: 0.3em 1em;
}
.profile h3{
    text-align: left;
    font-size: 1.6rem;
}
.profile p{
    margin-bottom: 1em;
}
@media all and (min-width: 769px) {
    .profile figure{
        text-align: center;
    }
    .profile figcaption{
        left: 0;
        font-size: 2.0rem;
        padding: 0.3em 2em;
    }
}

/*footer*/
footer{
    background: #000;
    color: #fff;
    padding: 50px 0 15px;
}
footer .logo{
    text-align: center;
    margin-bottom: 1em;
}
footer dl div{
    display: flex;
}
footer dt{
    font-weight: bold;
    width: 25%;
}
footer dd{
    margin-bottom: 1em;
    width: 75%;
}
footer .sns{
    width: 30%;
    display: flex;
    justify-content: space-between;
    font-size: 2.5rem;
    margin: 0 auto;
}
footer .sns li{
    list-style: none;
}
footer a{
    color: #fff;
}
footer small{
    display: block;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 2em;
}
@media all and (min-width: 769px) {
    footer .logo{
        margin-bottom: 2em;
    }
    footer dl{
        width: 61%;
        margin: 0 auto 2em;
    }
    footer .sns{
        width: 10%;
    }
}
/*sp tel*/
#sp_tel{
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 1px solid #c9171e;
    border-radius: 50%;
    background:#fff;
    z-index: 9999;
}
#sp_tel a{
    display: block;
    color: #c9171e;
    font-size: 1.5em;
    padding: 6px 16px;
}
@media all and (min-width: 769px) {
    #sp_tel{
        display: none;
    }
}
