@charset "utf-8";

/* == base start == */
html {
    font-size: 75%;
    /*標準サイズ 12px*/ 
}
body {
    font-family: "Noto Serif JP", serif;
    /* font-family: 'Hammersmith One', Verdana, Helvetica, Arial, sans-serif; */
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    font-size: 1.4rem;
    background:#fff;
    overflow-x:hidden;
    letter-spacing:0.2rem;
    word-wrap:break-word;
    color:#1f1f1f;
}

#message,
#menulist,
#announce {
    max-width: 768px;
    margin: auto;
}

#body-wrap  {
    margin: auto;
    overflow: hidden;
}

img {
    width:100%;
    height:auto;
}

li {
    list-style: none;
}

a {
    text-decoration:none;
    display: block;
    color:#1f1f1f;
}

a:hover {
    cursor: pointer;
}

.np-txt, dd {
    line-height: 2;/* 説明・文章等 */
    text-align: center;
}

.sp {
    display: none;
}

/* == base end == */

/* == BackTop start == */
.BackTop {
    position: fixed;
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 60px;
    z-index: 100;
}

/*ANIMATION*/
@keyframes hover {
    0%{opacity:1;}
    100%{opacity:0.5;}
}
/* == BackTop end == */

/* ==  header start == */
#grobal {
    display:flex;
    align-items:center;
    margin-right:15px;
    width: 20%;
}

header {
    width:100%;
    height:60px;
    background:rgba(255,255,255,0.95);
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
}

/* grobal */
.nav_btn {
    position:fixed;
    width:60px;
    height:60px;
    cursor:pointer;
    top:0;
    right:0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
}
    
.nav_btn span {
    width:36px;
    height:1px;
    background:#000351;
    position:absolute;
    display:block;
    transition:0.3s;
}
    
.nav_btn span:first-child {
    top:18px;
}
    
.nav_btn span:last-child {
    bottom:18px;
}
    
.nav_btn span.show:first-child {
    top:30px;
    transform:rotate(45deg);
}
    
.nav_btn span.show:nth-child(2) {
    opacity:0;
    transform:translateX(-10%);
}
    
.nav_btn span.show:last-child {
    bottom:30px;
    transform:rotate(-45deg);
}
    
.nav_close {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#000;
    opacity:0;
    z-index:9999;
    cursor:pointer;
    display:none;
}
    
.grobal_nav {
    display: block;
    width:100%;
    position:fixed;
    background:rgba(255,255,255,0.95);
    z-index:9999;
    transform:translate(-100%,0);
    transition:0.7s;
    top:60px;
    left:0;
    font-size: 1rem;
}
    
.grobal_nav.show {
    transform:translate(0,0);
    top:60px;
    left:0;
}
    
.grobal_nav nav {
    border-bottom:#e1e1e1 1px solid;
}
    
.grobal_nav nav:first-child {
    border-top:#e1e1e1 1px solid;
}
    
.grobal_nav nav a {
    padding:20px;
    display:block;
    text-align:center;
}

.grobal_nav .contact a {
    display:block;
    padding:25px 25px;
    font-weight:700;
    text-align:center;
    background:#000351;
    color:#fff;
}

/* ==  header end == */

/* ==  firstview start == */
.swiper {
    margin: 60px auto 0;
    position: relative;
}
.swiper-wrapper {
    /* サイズ調整 */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.swiper-slide {
    /* 文字配置調整、背景色設定 */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.fv-logo {
    width: 300px;
    position: absolute;
    text-align: center;
    top: 30%;
    left: 12%;
    z-index: 10;
}

.fv-logo img {
    max-width: 200px;
    width: 150px;
}

.fv-link {
    max-width: 170px;
    margin: 1.5rem auto 0;
    padding: 1rem 2rem;
    text-align: center;
    border: 0.8px solid #333;
    border-radius: 40px;
}

.fv-link:hover {
    display: block;
    transform: scale(0.9);
    transition-duration: 0.5s;
}

/* ==  firstview end == */

/* ==  message start == */
#message {
    margin: 140px auto;
    text-align: center;
}
.message-title h3 {
    margin: 0 auto 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}

.message-title p {
    margin: 0 auto 4rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.7rem;
}

.messagebox {
    line-height: 150%;
}

.message-caption {
    margin: 0 auto 2rem;
    letter-spacing: 0.3rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.message-txt {
    margin: 0 auto 1.5rem;
    font-size: 1.2rem;
}

/* ==  message end == */

/* ==  menulist start == */
#cuisine {
    width: 100%;
    height: auto;
    position: relative;
    
}

.cuisine-bg video {
    width: 100%;
}

.cuisine-box {
    display:flex;
    justify-content:space-between;
    align-items:center;
    position: absolute;
    top:40%;
    left:5%;
    right: 5%;
    z-index: 10;
    line-height: 200%;
    color: #fff;
    text-shadow: #7a7979 3px 3px 7px;
}

.cuisine-box h3 {
    margin-bottom: 3rem;
    font-size: 7rem;
    font-weight: 900;
}

.cuisine-box p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.5rem;
}

.cuisine-link {
    max-width: 320px;
    width: 280px;
    padding: 1rem 2rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 40px;
}

.cuisine-linkbox a {
    color: #fff;
}

.cuisine-link:hover {
    display: block;
    transform: scale(0.9);
    transition-duration: 0.5s;
}
/* ==  menulist end == */

/* ==  announce start == */
#announce {
    margin: 140px auto;
}

.announce-title h3 {
    margin: 0 auto 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
}

.announce-title p {
    margin: 0 auto 4rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.7rem;
    text-align: center;
}

.announce-txt {
    line-height: 150%;
    text-align: left;
    font-size: 1.2rem;
}

.insta-link {
    margin: 55px auto 0;
    max-width: 320px;
    width: 280px;
    padding: 1rem 2rem;
    text-align: center;
    border: 1px solid #333;
    border-radius: 40px;
}

.insta-link:hover {
    display: block;
    transform: scale(0.9);
    transition-duration: 0.5s;
    background-color: #333;
    color: #fff;
}
/* ==  announce end == */

/* ==  recruit start == */
#recruit {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.recruit-box {
    margin: auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

.recruit-box .title {
    width: 50%;
    height: 90vh;
    padding: 20% 0 0 5%;
    background: url(../img/ro-an.jpg) left center no-repeat;
    background-size: cover;
    color: #fff;
    text-shadow: #7a7979 3px 3px 7px;

}

.recruit-box h3 {
    max-width: 400px;
    font-size: 7rem;
    font-weight: 900;
}

.recruit-box .jpn {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.5rem;
}

.recruit-txt {
    width: 50%;
    height: 90vh;
    padding: 140px 0;
    text-align: center;
}

.recruit-p {
    max-width: 480px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.7;
}
/* ==  recruit end == */

/* ==  access start == */
#access {
    background-color:#e1dfdf;
    color:#1f1f1f;
}

.access {
    max-width: 768px;
    margin: auto;
    padding: 140px 0 100px;
}

.access-title h3 {
    margin: 0 auto 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
}

.access-title p {
    margin: 0 auto 4rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.7rem;
    text-align: center;
}
.access dl {
    display: table;
    overflow: hidden;
    width: 90%;
    margin: auto;
    border-bottom: 0.5px solid #929292;
    line-height: 2;
    font-size: 1.3rem;
}

.category {
    display: table-cell;
    width: 30%;
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-weight: bold;
}

.detail {
    display: table-cell;
    width: 70%;
    padding: 0.5rem 0.5rem 0.5rem;
    text-align: left;
}

.detail a {
    color: #333;
    text-decoration: none;
}

.detail a:link {
    color: #0000EE;
    text-decoration: underline;
}
   
.detail a:visited {
    color: #551A8B;
    text-decoration: underline;
}
   
.detail a:active {
    color: #FF0000;
    text-decoration: underline;
}
/* ==  access end == */

/* ==  contact start == */
#formWrap {
    margin: 0 auto;
    padding: 140px 0;
    background-color: #2b2d2e;
}

.contact-title h3 {
    margin: 0 auto 0.5rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
    color: #fff;
}

.contact-title p {
    margin: 0 auto 4rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.7rem;
    text-align: center;
    color: #fff;
}

.formTable {
    max-width: 1000px;
    width: 75%;
    margin: 0 auto 40px;
}

.attention {
    max-width: 1000px;
    width: 75%;
    margin: 100px auto 1.5rem;
    font-size: 1.0rem;
    color: #F0F5FF;
    font-weight: bold;
}
  
.formTable th {
    width: 35%;
    font-size: 1.0rem;
    font-weight: bold;
    text-align:left;
    color:#fff;
}
  
.formTable td {
    width: 65%;
    margin: 15px;
    padding:0.5rem;
    font-size: 1.2rem;
    text-align:left;
    color:#fff;
}
  
.required {
    margin-right: 0.2rem;
    font-size: 1.6rem;
    color: #b02f2f;
}
  
/* input */
input[type="text"], textarea {
    padding: 15px 20px;
    background: #fff;
    font-size: 1.0rem;
}

.input100, .style_text{
    width: 100%;
}
  
.input50{
    width: 50%;
}

.style_text {
    height: 150px;
}
  
.contactbtn {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin: 0 auto 40px;
    text-align: center;
}
  
.style_submit {
    width: 250px;
    padding: 15px 30px;
    background: #b02f2f;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 30px;
}
  
/* .style_reset {
    width: 120px;
    padding: 15px 30px;
    background: #707070;
    color: #fff;
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: bold;
} */

/* 送信完了画面ページ */
.thanks-main {
    height: 90vh;
    padding: 150px 0;
    background: #fff;
}

.thanks-txt p {
    text-align: center;
    font-size: 1.5rem;
    color: #1e1e1e;
    line-height: 2;
}

.thanks-main a {
    max-width: 400px;
    width: 100%;
    margin: 3rem auto 0;
}
/* ==  contact end == */

/* ==  footer start == */
footer {
    padding: 10px 0;
    background-color: #333;
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 8px 0;
    color:#fff;
    font-size: 0.8rem;
}

footer a {
    color:#fff;
}

.privacy {
    padding-right: 1.5rem;
}
/* ==  footer end == */

.thanks-wrap {
    height: 90vh;
    margin: 140px auto;
}

.thanks-txt {
    text-align: center;

}

/* ======= sp ======= */
@media(max-width:768px){
        
    html {
        font-size: 62.5%;/*標準サイズ 10px*/ 
    }

    body {
        font-size: 1.4rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }

    .web {
        display: none;
    }

    .sp {
        display: block;
    }

    h1 {
        max-width: 200px;
    }

/* ==  firstview start == */
    .fv-logo {
        max-width: 150px;
        position: absolute;
        text-align: center;
        top: 30%;
        left: 6%;
    }

    .fv-logo img {
        max-width: 150px;
        width: 85px;
    }

    .fv-link {
        max-width: 180px;
        width: 128px;
        margin: 0.5rem auto 0;
        padding: 0.8rem 1.5rem;
    }
/* ==  firstview end == */

/* ==  message start == */
    #message {
        margin: 80px auto;
    }
    
    .message-title h3 {
        letter-spacing: 0.1rem;
    }

    .message-title p {
        margin: 0 auto 3rem;
    }

    .message-caption {
        margin: 0 auto 2rem;
        letter-spacing: 0.15rem;
        font-size: 1.8rem;
        line-height: 150%;
    }

    .message-txt {
        margin: 0 1rem;
        font-size: 1.4rem;
        letter-spacing: 0.12rem;
    }
/* ==  message end == */
/* ==  menulist start == */
    .cuisine-box {
        position: absolute;
        top:40%;
        left:5%;
        right: 5%;
    }

    .cuisine-box h3 {
        margin-bottom: 1rem;
        font-size: 4rem;
    }

    .cuisine-box p {
        font-size: 1.8rem;
        letter-spacing: 0.6rem;
    }

    .cuisine-link {
        max-width: 180px;
        width: 150px;
        padding: 1rem 1.5rem;
    }
/* ==  menulist end == */
    #announce {
        margin: 80px auto;
    }

    .announce-title h3 {
        letter-spacing: 0.1rem;
    }

    .announce-title p {
        margin: 0 auto 3rem;
    }

    .announce-txt {
        margin: 0 1rem;
        font-size: 1.4rem;
        letter-spacing: 0.12rem;
    }

    .insta-link {
        margin: 40px auto 0;
        max-width: 260px;
        width: 180px;
        padding: 1rem 1.5rem;
    }
/* ==  announce end == */

/* ==  recruit start == */
#recruit {
    background: url(../img/ro-an_sp.png) left center no-repeat;
    background-size: cover;
}

.recruit-box {
    display:block;
    /* align-items:center; */
}

.recruit-box .title {
    width: 100%;
    height: auto;
    padding: 80px 0 3rem 2rem;
    background: none;
    color: #4e4e4e;
    text-shadow: #b5b5b5 3px 3px 7px;

}

.recruit-box h3 {
    max-width: none;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
}

.recruit-box .jpn {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.7rem;
    text-align: center;
}

.recruit-txt {
    width: 100%;
    height: auto;
    padding: 0 1rem 80px;
    color: #4e4e4e;
}

.recruit-p {
    max-width: none;
    font-size: 1.4rem;
    line-height: 1.5;
}
/* ==  recruit end == */

/* ==  access start == */
    .access {
        padding: 80px 0;
    }

    .access-title h3 {
        letter-spacing: 0.1rem;
    }

    .access-title p {
        margin: 0 auto 3rem;
    }

    .access dl {
        font-size: 1.4rem;
    }
/* ==  access end == */

/* ==  form start == */
    #formWrap {
        padding: 50px 0 50px;
    }

    .attention {
        max-width: 700px;
        width: 92%;
        margin: 30px auto 1.5rem;
        font-size: 1.4rem;
    }
    
    /* 問い合わせフォーム回答エリア */
    .formTable {
        width: 92%;
        margin: 0 auto 25px;
    }

    .formTable th {
        width: 35%;
        font-size: 1.4rem;
    }
    
    .formTable td {
        width: 65%;
        margin: 15px;
        font-size: 1.4rem;
    }

    .aline-sp {
        vertical-align:top; 
        padding-top:8px;
    }
    
    input[type="text"], textarea {
        width: 100%;
        margin: 1rem 0;
        padding: 10px;
        font-size: 1.3rem;
    }

    .style_text {
        height: 100px;
    }

    .contactbtn {
        margin: 0 auto;
    }
    
    .style_submit {
        max-width: 250px;
        width: 210px;
        padding: 1rem 1.5rem;
        font-size: 1.4rem;
    }
  

    /* 送信完了画面ページ */
    .thanks-main {
        height: 70vh;
        padding: 100px 0 0;
    }

    .thanks-wrap footer {
        margin-bottom: 0;
    }

    .thanks-txt p {
        text-align: center;
    }

    .thanks-main a {
        max-width: 280px;
        width: 100%;
        margin: 3rem auto 0;
    }
/* ==  form end == */

/* ==  footer start == */
    .copy {
        margin-top: 0;
        font-size: 1rem;
    }
/* ==  footer end == */

    .thanks-wrap {
        margin: 100px auto;
    }

}