@charset "utf-8";

/*-------------------------
  全体のCSS
-------------------------*/

/* 共通 */
html{
    font-size: 100%;
}
body{
    font-family: "Noto Sans", sans-serif;
    line-height: 1.75;
    color: #3F2601;
    background: #F8F6F1;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}

/* 見出し, テキスト */
.afacad_menu{
    font-size: 2.5rem;
    font-family: "Afacad", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.afacad_L{
    font-size: 15rem;
    font-family: "Afacad", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.7rem;
}
.afacad_M{
    font-size: 10rem;
    font-family: "Afacad", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.7rem;
}
.afacad_S{
    font-size: 1.75rem;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.afacad_S_normal{
    font-size: 1.75rem;
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.afacad_SS{
    font-size: 1.25rem;
    font-family: "Afacad", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.afacad_SSS{
    font-size: 1.25rem;
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.afacad_footer{
    font-size: 1.25rem;
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.kaisei{
    font-size: 1.5rem;
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.6rem;
    line-height: 1.6;
}
.oswald{
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.29rem;
}
.size_h3_bold{
    font-size: 1.25rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 2;
}
.size_h4_bold{
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 2;
}
.size_h2{
    font-size: 1.375rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
}
.size_h3{
    font-size: 1.25rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
}
.size_h4{
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
}
.size_h5{
    font-size: 1rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
}
.size_P{
    font-size: 0.875rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
}
.size_Label{
    font-size: 0.75rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
}

/* PC */
.br_tb{
    display: none;
}
.br_sp{
    display: none;
}
.img_tb{
    display: none;
}
.img_sp{
    display: none;
}
.fv_sp{
    display: none;
}
.floorguide_sp{
    display: none;
}
.dish_sp{
    display: none;
}
.antique_tb{
    display: none;
}
.antique_sp{
    display: none;
}
.map_tb{
    display: none;
}
.map_sp{
    display: none;
}

/*-------------------------
  header
-------------------------*/

/* menu open */
.js_menu{
    position: fixed;
    top: 60px;
    left: 54px;
    width: 34px;
    cursor: pointer;
    z-index: 99;
    mix-blend-mode: difference;
}
.js_menu_line{
    display: block;
    margin: 8px 0;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    transition: 0.3s;
}

/* menu close */
.js_menu_line:nth-child(1).active{
    width: 120%;
    background: #FFFFFF;
    transform: rotate(45deg) translate(7px, 7px);
}
.js_menu_line:nth-child(2).active{
    width: 120%;
    opacity: 0;
    background: #FFFFFF;
}
.js_menu_line:nth-child(3).active{
    width: 120%;
    background: #FFFFFF;
    transform: rotate(-45deg) translate(8px, -8px);
}

/* gnav */
.js_gnav{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: #49443E;
}
.gnav_wrap{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items:center;
    text-align: center;
    flex-direction: column;
}
.gnav_instagram{
    position: fixed;
    top: 60px;
    right: 60px;
}
.gnav_menu{
    list-style: none;
    margin-bottom: 40px;
}
.gnav_menu_item{
    margin: 10px 0;
}
.gnav_menu_item a{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.gnav_menu_item a:hover{
    opacity: 0.2;
}
.gnav_submenu{
    display: flex;
}
.gnav_submenu a{
    display: flex;
    justify-content: center;
    width: 200px;
    height: 50px;
    font-size: 1.125rem;
    align-items: center;
    color: #FFFFFF;
}
.gnav_submenu a:hover{
    opacity: 0.2;
}

/* logo_area */
.logo_area{
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 97;
}
.logo_area img{
    width: 166px;
    height: 140px;
    padding: 10px;
}

/*-------------------------
  main
-------------------------*/

/* FV */
.fv{
    max-width: 1366px;
    margin: 0 auto 140px;
}
.title_Oldmansilence{
    max-width: 1024px;
    margin: 0 auto;
}
.title_Oldmansilence img{
    margin: 260px 0 40px 0;
    width: 735px;
    height: 100%;
}
.fv_img{
    max-width: 1195px;
    margin: -290px 0 0 auto;
}
.fv_txt01{
    width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
}
.fv_txt01 p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-right: 20px;
    border-right: 1px solid #3F2601;
}
.fv_txt02{
    max-width: 1024px;
    margin: 0 auto;
}
.fv_txt02 p{
    margin: -220px 0 0 auto;
    width: 62%;
}
.fv_txt02 p:nth-child(2){
    line-height: 2.25rem;
    margin-top: 20px;
}

/* contents
   CONCEPT */
.concept{
    padding: 80px 0 140px;
    background: #49443E;
}
.concept_bg img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.title_concept{
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    text-align: right;
}
.title_concept h2{
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.15;
    margin: 0 auto;
}
.title_concept h3{
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.15;
    margin: 0 auto;
}
.concept_wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 50px auto 0px;
}
.concept_wrap p{
    width: 240px;
    color: #FFFFFF;
}
.concept_img01{
    width: 736px;
    z-index: 96;
}
.concept_img02{
    width: 1024px;
    margin: -140px auto 0;
    }

/* contents
   FLOOR GUIDE */
.floorguide{
    max-width: 1366px;
    margin: 0 auto;
}
.floorguide_wrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
.title_floorguide{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: 64px;
}
.title_floorguide h2{
    margin: -12px 0 0;
    line-height: 1;
    color: #49443E;
}
.title_floorguide h3{
    margin: -4px 0 0;
    line-height: 1;
    color: #49443E;
}
.floorguide_pc{
    margin-top: 140px;
    width: 980px;
    height: 660px;
    background: url(../img/img_floorguide01.jpg);
    background-size: cover;
}
.floorguide_pc p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 0 auto;
    padding: 80px 60px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
}
.floorguide_img{
    max-width: 1195px;
}
.floorguide_img img{
    margin-top: -40px;
    height: auto;
}
.floorguide_txt02{
    max-width: 1195px;
}
.floorguide_txt02 p{
    margin: -180px 0 0 auto;
    width: 41.8%;
}

/* contents
   DISH */
.dish{
    margin: 140px auto;
    padding: 60px;
    max-width: 1024px;
    background: #AEA391;
}
.dish_txt{
    color: #FFFFFF;
}
.dish_wrap01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.dish_wrap img{
    height: auto;
    border-radius: 20px;
}
.dish_wrap01 img{
    width: 31%;
}
.dish_wrap02{
    display: flex;
    justify-content: space-between;
}
.dish_wrap02_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65.5%;
}
.dish_wrap02_left img{
    margin-bottom: 5%;
    width: 47.5%;
}
.dish_wrap02_left img:first-child{
    width: 100%;
}
.dish_wrap02_right{
    width: 31%;
}
.dish_wrap02_right img{
    margin-bottom: 5%;
    width: 100%;
}
.title_dish h2{
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}
.title_dish h3{
    margin: 0 5px 30px auto;
    line-height: 1;
    text-align: right;
}
.dish_wrap03{
    display: flex;
    justify-content: space-between;
}
.dish_wrap03_left{
    width: 31%;
}
.dish_wrap03_right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65.5%;
}
.dish_wrap03_right img{
    margin-bottom: 5%;
    width: 47.5%;
}
.dish_wrap03_right img:last-child{
    width: 100%;
    margin-bottom: 0;
}
.dish_price{
    margin-top: 60px;
}
.dish_price h4{
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    background: #3F2601;
}
.dish_menu{
    display: flex;
    justify-content: space-between;
}
.dish_menu p{
    padding: 0 20px;
}
.dish_menu_txt p{
    padding: 20px 20px 0;
    line-height: 1.5;
    color: #FFFFFF;
}

/* contents
   ANTIQUE */
.antique{
    padding-bottom: 120px;
}
.title_antique{
    padding-top: 180px;
    width: 100%;
    height: 400px;
    background: url(../img/img_antique_bg.jpg);
    background-size: cover;
}
.title_antique h2{
    max-width: 1024px;
    margin: 0 auto;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.4;
}
.title_antique h3{
    max-width: 1024px;
    margin: 0 auto;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.4;
}
.antique_slide p{
    margin: 40px auto;
    text-align: center;
}
.antique_wrap{
    max-width: 1024px;
    margin: 0 auto;
}
.antique_wrap01{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.antique_wrap01_left{
    position: relative;
    width: 540px;
    height: 480px;
    background: url(../img/img_antique01.jpg);
    background-size: cover;
}
.antique_wrap01_left p{
    position: absolute;
    right: 50px;
    bottom: 50px;
    color: #FFFFFF;
}
.antique_wrap01_right{
    margin-top: 60px;
    width: 460px;
    height: 420px;
}
.antique_wrap02{
    display: flex;
    margin-bottom: 20px;
    max-width: 1024px;
}
.antique_wrap02_left{
    margin-left: 120px;
    width: 520px;
    height: 340px;
}
.antique_wrap02_right p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 30px 0 0 30px;
    height: 280px;
}
.antique_wrap03{
    position: relative;
}
.antique_wrap03 p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    left: 80px;
    height: 220px;
}
/* ANTIQUE スライド */
.slide_wrapper{
    margin-bottom: 60px;
}
.slick-slide img{
    margin: 0 auto;
}
.slide_wrapper .antique01 img{
    width: 320px;
    border: 10px solid #B09676;
}
.slide_wrapper .antique01 p{
    margin: 15px auto 0;
    padding-bottom: 15px;
    max-width: 320px;
    line-height: 1;
    border-bottom: 16px solid #7C511C;
}
.slide_wrapper .antique02 img{
    width: 320px;
    border: 10px solid #7287A2;
}
.slide_wrapper .antique02 p{
    margin: 15px auto 0;
    padding-bottom: 15px;
    max-width: 320px;
    line-height: 1;
    border-bottom: 16px solid #153764;
}
.slide_wrapper .antique03 img{
    width: 320px;
    border: 10px solid #917294;
}
.slide_wrapper .antique03 p{
    margin: 15px auto 0;
    padding-bottom: 15px;
    max-width: 320px;
    line-height: 1;
    border-bottom: 16px solid #48154E;
}
.slick-prev{
    top: 150px;
    left: 150px;
    mix-blend-mode: multiply;
    z-index: 96;
}
.slick-next{
    top: 150px;
    right: 150px;
    mix-blend-mode: multiply;
    z-index: 96;
}
.slick-prev::before{
    display: inline-block;
    content: '';
    width: 42px;
    height: 60px;
    background: url(../img/arrow_prev.svg);
    background-size: contain;
}
.slick-next::before{
    display: inline-block;
    content: '';
    width: 42px;
    height: 60px;
    background: url(../img/arrow_next.svg);
    background-size: contain;
}
/* ANTIQUE スライド ここまで */

/* contents
   STORE */
.store{
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.title_store{
    text-align: right;

}
.title_store h2{
    line-height: 1;
    color: #49443E;
    margin: 0 auto;
}
.title_store h3{
    line-height: 1;
    color: #49443E;
    margin: 0 auto;
}
.store_wrap{
    display: flex;
    max-width: 800px;
    margin: 20px auto 0;
}
.store_left{
    text-align: center;
    margin-top: 140px;
}
.store_left img{
    margin-top: 40px;
}
.store_right{
    margin: 0 0 0 auto;
}
.store_right th{
    padding-right: 20px;
    text-align: right;
}
.store_right td{
    vertical-align: middle;
    padding-bottom: 10px;
}
.store p{
    margin: 30px auto 90px;
    padding: 18px 20px;
    width: 800px;
    text-align: center;
    border: 1px solid #3F2601;
}

/* contents
   TOPICS */
.topics{
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.title_topics{
    margin-bottom: 65px;
}
.title_topics h2{
    line-height: 1;
    color: #49443E;
    margin: 0 auto;
}
.title_topics h3{
    line-height: 1;
    color: #49443E;
    margin: 0 auto;
}

/* contents
   banner_area */
.banner_area{
    /* スタッフ募集中のリンクができたら外す
    display: flex;
    gap: 60px;
    justify-content: space-between;
    max-width: 1024px;
    */
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.banner_area a:hover{
    opacity: 0.8;
}

/*-------------------------
  footer
-------------------------*/

/* footer */
footer{
    padding-bottom: 60px;
    text-align: center;
}
footer a{
    display: block;
    margin-bottom: 30px;
}
footer a p:hover{
    opacity: 0.6;
}
.footer_logo{
    width: 122px;
    height: 100px;
}
footer p{
    margin-bottom: 40px;
}
footer p:last-child{
    margin-bottom: 0;
}

/*-------------------------
  PCとタブレット間レイアウト
-------------------------*/
@media (max-width: 1365px) {
/*-- 1365px~960pxに適用されるCSS --*/

/*
  全体のCSS
-------------------------*/

/* 共通 */
.br_pc{
    display: block;
}

/* 見出し, テキスト */
.afacad_L{
    font-size: 17.58vw;
}
.afacad_M{
    font-size: 11.72vw;
}
.afacad_S{
    font-size: 2.05vw;
}
.afacad_S_normal{
    font-size: 2.05vw;
}
.afacad_SS{
    font-size: 2.05vw;
}
.afacad_SSS{
    font-size: 1.46vw;
}
.kaisei{
    font-size: 1.75vw;
    letter-spacing: 0.7vw;
    line-height: 2.81vw;
}
.oswald{
    font-size: 1.75vw;
}
.size_h3_bold{
    font-size: 1.46vw;
}
.size_h4_bold{
    font-size: 1.31vw;
}
.size_h2{
    font-size: 1.61vw;
}
.size_h3{
    font-size: 1.46vw;
}
.size_h4{
    font-size: 1.31vw;
}
.size_h5{
    font-size: 1.17vw;
}
.size_P{
    font-size: 1.02vw;
}
.size_Label{
    font-size: 0.879vw;
}

/*
  main
-------------------------*/

/* FV */
.title_Oldmansilence{
    max-width: 74.96vw;
}
.title_Oldmansilence img{
    margin: 19vw 0 2.92vw 0;
    width: 53.8vw;
}
.fv_img{
    max-width: 87.48vw;
    margin: -21.22vw 0 0 auto;
}
.fv_txt01{
    width: 74.96vw;
    padding-top: 2.19vw;
}
.fv_txt01 p{
    padding-right: 1.46vw;
}
.fv_txt02 p{
    margin: -16.1vw 0 0 auto;
}
.fv_txt02 p:nth-child(2){
    margin-top: 1.46vw;
    line-height: 2;
}

/* contents
   CONCEPT */
.concept{
    padding: 5.86vw 0 10.25vw;
}
.concept_bg img{
    height: 58.5vw;
}
.concept_wrap{
    max-width: 74.9vw;
}
.concept_wrap p{
    width: 17.56vw;
}
.concept_img01{
    width: 53.87vw;
}
.concept_img02{
    width: 74.9vw;
    margin: -10.25vw auto 0;
}

/* contents
   FLOOR GUIDE */
.floorguide_pc{
    margin-top: 10.24vw;
    width: 71.7vw;
    height: 48.35vw;
}
.floorguide_pc p{
    padding: 5.85vw 4.39vw;
}
.floorguide_img{
    max-width: 87.48vw;
}
.floorguide_txt02{
    max-width: 87.48vw;
}
.floorguide_txt02 p{
    margin: -13.17vw 0 0 auto;
}

/* contents
   DISH */
.dish{
    margin: 10.25vw auto;
    padding: 4.39vw;
    max-width: 74.9vw;
}
.title_dish h3{
    margin: 0 0.36vw 2.19vw auto;
}
.dish_price{
    margin-top: 4.39vw;
}
.dish_price h4{
    padding: 0.73vw 1.46vw;
    margin-bottom: 1.46vw;
}
.dish_menu p{
    padding: 0 1.46vw;
}
.dish_menu_txt p{
    padding: 1.46vw 1.46vw 0;
}

/* contents
   ANTIQUE */
.title_antique{
    padding-top: 13.17vw;
    height: 29.2vw;
}
.title_antique h2{
    max-width: 74.96vw;
}
.title_antique h3{
    max-width: 74.96vw;
}
.antique_slide p{
    margin: 2.92vw auto;
}
.antique_wrap{
    max-width: 74.96vw;
}
.antique_wrap01_left{
    width: 39.5vw;
    height: 35.13vw;
}
.antique_wrap01_left p{
    right: 4.39vw;
    bottom: 4.39vw;
}
.antique_wrap01_right{
    margin-top: 4.39vw;
    width: 33.67vw;
    height: 30.74vw;
}
.antique_wrap02_left{
    margin-left: 8.78vw;
    width: 38.06vw;
    height: 24.89vw;
}
.antique_wrap02_right p{
    margin-top: 2.19vw;
    height: 20.49vw;
}
.antique_wrap03 p{
    top: 2.19vw;
    left: 2.19vw;
    height: 16.1vw;
}
/* ANTIQUE スライド*/
.slide_wrapper{
    margin-bottom: 4.4vw;
}
.slide_wrapper .antique01 img{
    width: 23.4vw;
    border: 0.73vw solid #B09676;
}
.slide_wrapper .antique01 p{
    margin: 1.09vw auto 0;
    padding-bottom: 1.09vw;
    max-width: 23.4vw;
    border-bottom: 1.17vw solid #7C511C;
}
.slide_wrapper .antique02 img{
    width: 23.4vw;
    border: 0.73vw solid #7287A2;
}
.slide_wrapper .antique02 p{
    margin: 1.09vw auto 0;
    padding-bottom: 1.09vw;
    max-width: 23.4vw;
    border-bottom: 1.17vw solid #153764;
}
.slide_wrapper .antique03 img{
    width: 23.4vw;
    border: 0.73vw solid #917294;
}
.slide_wrapper .antique03 p{
    margin: 1.09vw auto 0;
    padding-bottom: 1.09vw;
    max-width: 23.4vw;
    border-bottom: 1.17vw solid #48154E;
}
.slick-prev{
    top: 10.9vw;
    left: 10.9vw;
}
.slick-next{
    top: 10.9vw;
    right: 10.9vw;
}
/* ANTIQUE スライド ここまで*/

/* contents
   banner_area */
   /* スタッフ募集中のリンクができたら外す
.banner_area{
    max-width: 75vw;
    padding-bottom: 10.2vw;
}
    */
}

/*-------------------------
  タブレット用レイアウト
-------------------------*/
@media screen and (max-width: 959px) {
/*-- 959px以下に適用されるCSS --*/

/*
  全体のCSS
-------------------------*/

/* 共通 */
img{
    max-width: 100%;
}
.br_pc{
    display: none;
}
.br_tb{
    display: block;
}
.br_sp{
    display: none;
}
.img_pc{
    display: none;
}
.img_tb{
    display: block;
}
.img_sp{
    display: none;
}
.fv_sp{
    display: none;
}
.dish_pc{
    display: none;
}
.dish_sp{
    display: block;
}
.antique_pc{
    display: none;
}
.antique_tb{
    display: block;
}
.antique_sp{
    display: none;
}
.map_pc{
    display: none;
}
.map_tb{
    display: block;
}
.map_sp{
    display: none;
}

/* 見出し, テキスト */
.afacad_menu{
    font-size: 2rem;
}
.afacad_L{
    font-size: 8.75rem;
    letter-spacing: -0.6rem;
}
.afacad_M{
    font-size: 6.25rem;
    letter-spacing: -0.4rem;
}
.afacad_S{
    font-size: 1.25rem;
}
.afacad_S_normal{
    font-size: 1.125rem;
}
.afacad_SS{
    font-size: 1rem;
}
.afacad_SSS{
    font-size: 0.875rem;
}
.afacad_footer{
    font-size: 1.125rem;
}
.kaisei{
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.6;
}
.oswald{
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.27rem;
}
.size_h3_bold{
    font-size: 1rem;
}
.size_h4_bold{
    font-size: 0.875rem;
}
.size_h2{
    font-size: 1rem;
}
.size_h4{
    font-size: 0.75rem;
}
.size_h5{
    font-size: 0.75rem;
}
.size_P{
    font-size: 0.75rem;
    line-height: 1.25;
}
.size_Label{
    font-size: 0.625rem;
    line-height: 1.5;
}

/*
  header
-------------------------*/

/* menu open */
.js_menu{
    position: fixed;
    top: 46px;
    left: 34px;
    width: 32px;
    cursor: pointer;
    z-index: 99;
}

/* gnav */
.gnav_instagram{
    position: fixed;
    top: 50px;
    right: 40px;
}

.gnav_submenu a{
    font-size: 0.875rem;
}

/* logo_area */
.logo_area{
    top: 10px;
    right: 10px;
}
.logo_area img{
    width: 142px;
    height: 120px;
}

/*
  main
-------------------------*/

/* FV */
.fv{
    max-width: 768px;
    margin: 0 auto 80px;
}
.title_Oldmansilence{
    max-width: 568px;
    margin: 0 auto;
}
.title_Oldmansilence img{
    margin: 148px 0 30px 0;
    width: 315px;
    height: 100%;
}
.fv_img{
    max-width: 768px;
    width: 85.6%;
    margin: -180px 0 0 auto;
}
.fv_txt01{
    width: 568px;
    margin: 0 auto;
    padding-top: 30px;
}
.fv_txt01 p{
    padding-right: 15px;
    border-right: 1px solid #3F2601;
}
.fv_txt02{
    max-width: 568px;
    margin: 0 auto;
}
.fv_txt02 p{
    margin: -240px 0 0 auto;
    width: 60%;
}
.fv_txt02 p:nth-child(2){
    margin-top: 20px;
}

/* contents
   CONCEPT */
.concept{
    padding: 40px 0 80px;
}
.concept_bg img{
    height: 450px;
}
.concept_wrap{
    display: block;
    max-width: 568px;
    margin: 0 auto;
}
.concept_wrap p{
    width: 100%;
    padding:0 20px 40px;
}
.concept_img01{
    position: relative;
    width: 100%;
    z-index: 96;
}
.concept_img02{
    max-width: 568px;
    width: 100%;
    margin: -50px auto 0;
}

/* contents
   FLOOR GUIDE */
.floorguide{
    max-width: 768px;
}
.title_floorguide{
    margin-left: 20px;
}
.floorguide_pc{
    margin-top: 155px;
    width: 548px;
    height: 370px;
}
.floorguide_pc p{
    padding: 35px 20px;
}
.floorguide_img{
    max-width: 668px;
}
.floorguide_img img{
    margin-top: -20px;
    width: 100%;
    height: auto;
}
.floorguide_txt02{
    max-width: 568px;
    margin: 0 auto;
}
.floorguide_txt02 p{
    margin: 40px auto 80px;
    padding: 0 20px;
    width: 100%;
}

/* contents
   DISH */
.dish{
    margin: 80px auto;
    padding: 50px;
    max-width: 568px;
}
.dish_wrap01{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.dish_wrap01 img{
    margin-bottom: 4.5%;
    width: 47.5%;
}
.dish_wrap01 img:last-child{
    width: 100%;
}
.title_dish h3{
    margin-bottom: 20px;
    text-align: center;
}
.dish_wrap p{
    margin-bottom: 20px;
}
.dish_price{
    margin-top: 40px;
}
.dish_price h4{
    padding: 0 20px;
    margin-bottom: 20px;
}
.dish_menu{
    padding-bottom: 10px;
}
.dish_menu p{
    padding: 0;
    text-align: center;
}
.dish_menu p:first-child{
    line-height: 1.5;
}
.dish_menu_txt p{
    padding: 0;
}

/* contents
   ANTIQUE */
.antique{
    padding-bottom: 80px;
}
.title_antique{
    padding-top: 50px;
    height: 226px;
    text-align: center;
}
.antique_wrap{
    max-width: 568px;
}
.antique_wrap01{
    margin-bottom: 30px;
}
.antique_wrap01_left{
    width: 300px;
    height: 266px;
}
.antique_wrap01_left p{
    right: 20px;
    bottom: 20px;
}
.antique_wrap01_right{
    margin-top: 34px;
    width: 255px;
    height: 232px;
}
.antique_wrap02{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 30px;
    width: 568px;
    height: 240px;
}
.antique_wrap02 p{
    margin: 0 auto;
}
.img_antique03{
    margin-left: 40px;
    width: 288px;
    height: 188px;
}
.img_antique04{
    margin-top: -140px;
    width: 100%;
}
/* ANTIQUE スライド */
.slide_wrapper{
    margin-bottom: 40px;
}
.slide_wrapper .antique01 img{
    width: 200px;
}
.slide_wrapper .antique01 p{
    margin: 10px auto 0;
    padding-bottom: 10px;
    max-width: 200px;
}
.slide_wrapper .antique02 img{
    width: 200px;
}
.slide_wrapper .antique02 p{
    margin: 10px auto 0;
    padding-bottom: 10px;
    max-width: 200px;
}
.slide_wrapper .antique03 img{
    width: 200px;
}
.slide_wrapper .antique03 p{
    margin: 10px auto 0;
    padding-bottom: 10px;
    max-width: 200px;
}
.slick-prev{
    top: 90px;
}
.slick-next{
    top: 90px;
}
.slick-prev::before{
    width: 30px;
    height: 43px;
}
.slick-next::before{
    width: 30px;
    height: 43px;
}
/* ANTIQUE スライド ここまで */

/* contents
   STORE */
.store{
    padding-bottom: 120px;
}
.title_store{
    text-align: center;
}
.store_wrap{
    display: block;
    margin: 40px auto 10px;
}
.store_left{
    margin: 0 auto 30px;
}
.store_left img{
    margin-top: 20px;
}
.store_right{
    margin: 0 auto;
}
.store_annot{
    margin: 0px 20px;
}
.store_right th{
    padding-right: 10px;
}
.store p{
    margin: 0 auto 40px;
    padding: 13px 0;
    max-width: 568px;
    width: 100%;
    text-align: center;
}

/* contents
   TOPICS */
.topics{
    padding-bottom: 120px;
    text-align: center;
}
.title_topics{
    margin-bottom: 60px;
}

/* banner_area */
.banner_area{
    display: block;
    max-width: 480px;
    padding-bottom: 60px;
}
.banner_area a{
    display: block;
    margin-bottom: 40px;
}

/* footer */
footer{
    padding-bottom: 40px;
}
footer a{
    margin-bottom: 30px;
}
footer p{
    margin-bottom: 30px;
}
}

/*-------------------------
  スマホ用レイアウト
-------------------------*/
@media screen and (max-width: 480px) {
/*-- 480px以下に適用されるCSS --*/

/*
  全体のCSS
-------------------------*/

/* 共通 */
.br_pc{
    display: none;
}
.br_tb{
    display: block;
}
.br_sp{
    display: block;
}

.img_pc{
    display: none;
}
.img_tb{
    display: none;
}
.img_sp{
    display: block;
}
.fv{
    display: none;
}
.fv_sp{
    display: block;
}
.floorguide_pc{
    display: none;
}
.floorguide_sp{
    display: block;
}
.antique_pc{
    display: none;
}
.antique_tb{
    display: none;
}
.antique_sp{
    display: block;
}
.map_pc{
    display: none;
}
.map_tb{
    display: none;
}
.map_sp{
    display: block;
}

/* 見出し, テキスト */
.afacad_L{
    font-size: 5rem;
    letter-spacing: -0.4rem;
}
.afacad_M{
    font-size: 3.75rem;
    letter-spacing: -0.2rem;
}
.afacad_S_normal{
    font-size: 1.125rem;
}
.kaisei{
    font-size: 1rem;
    letter-spacing: 0.2rem;
    line-height: 1.6rem;
}
.oswald{
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
}
.size_h3_bold{
    font-size: 0.875rem;
}
.size_h4_bold{
    font-size: 0.875rem;
}
.size_h2{
    font-size: 0.875rem;
}
.size_h4{
    font-size: 0.875rem;
}
.size_P{
    font-size: 0.75rem;
    line-height: 1.25;
}
.size_Label{
    font-size: 0.75rem;
    line-height: 1.5;
}

/*
  header
-------------------------*/

/*　gnav */
.gnav_menu_item{
    margin: 5px 0;
}

/* logo_area */
.logo_area img{
    width: 122px;
    height: 100px;
}

/*
  main
-------------------------*/

/* FV */
.fv_sp{
    max-width: 480px;
    margin: 0 auto 60px;
}
.fv_sp .title_Oldmansilence{
    max-width: 315px;
}
.fv_sp .title_Oldmansilence img{
    margin: 148px 0 20px 0;
}
.fv_sp .fv_img{
    width: 93%;
    margin: 0 0 0 auto;
}
.fv_sp .fv_txt01{
    margin-top: -165px;
    padding-top: 0;
    width: 400px;
}
.fv_sp .fv_txt01 p{
    width: 100%;
}
.fv_sp .fv_txt02{
    width: 480px;
    margin: 30px auto 0;
}
.fv_sp .fv_txt02 p{
    margin: 0 auto;
    width: 420px;
    text-align: left;
}
.fv_sp .fv_txt02 p:nth-child(2){
    margin-top: 20px;
    text-align: left;
}

/* contents
   CONCEPT */
.concept{
    padding: 40px 0 60px;
}
.concept_bg img{
    height: 220px;
}
.title_concept{
    margin: 0 auto;
    width: 300px;
}
.concept_wrap{
    display: block;
    max-width: 480px;
}
.concept_wrap p{
    width: 100%;
    padding: 30px 20px;
}
.concept_img01{
    position: relative;
    width: 100%;
    z-index: 96;
}
.concept_img02{
    width: 100%;
    margin: -50px auto 0;
}

/* contents
   FLOOR GUIDE */
.floorguide{
    max-width: 480px;
    margin: 0 0 0 auto;
}
.title_floorguide{
    margin: 0 20px 0 60px;
}
.title_floorguide h2{
    margin-top: -4px;
}
.title_floorguide h3{
    margin-top: -3px;
}
.floorguide_sp{
    margin-top: 100px;
    width: 100%;
    height: 220px;
}
.floorguide_sp p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 20px 60px;
}
.floorguide_img{
    max-width: 100%;
    margin-top: 40px;
}
.floorguide_txt02{
    margin: 0 auto;
}
.floorguide_txt02 p{
    margin: 20px 0 60px;
}

/* contents
   DISH */
.dish{
    margin: 60px 20px;
    padding: 20px;
}
.dish_menu{
    display: block;
}

/* contents
   ANTIQUE */
.antique{
    padding-bottom: 60px;
}
.title_antique{
    padding-top: 15px;
    height: 110px;
}
.antique_sp p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 30px auto;
    max-width: 440px;
    height: 170px;
}
.antique_slide p{
    margin: 30px 0;
}
.antique_wrap01_left{
    margin: 0 auto;
}
/* ANTIQUE スライド */
.slide_wrapper .antique01 img{
    width: 140px;
    border: 6px solid #B09676;
}
.slide_wrapper .antique01 p{
    margin: 4px auto 0;
    padding-bottom: 4px;
    width: 140px;
}
.slide_wrapper .antique02 img{
    width: 140px;
    border: 6px solid #7287A2;
}
.slide_wrapper .antique02 p{
    margin: 4px auto 0;
    padding-bottom: 4px;
    width: 140px;
}
.slide_wrapper .antique03 img{
    width: 140px;
    border: 6px solid #917294;
}
.slide_wrapper .antique03 p{
    margin: 4px auto 0;
    padding-bottom: 4px;
    width: 140px;
}
.slick-prev{
    top: 50px;
}
.slick-next{
    top: 50px;
}
/* ANTIQUE スライド ここまで */

/* contents
   STORE */
.store{
    padding-bottom: 100px;
}
.store_wrap{
    margin: 30px auto 0;
}
.store p{
    padding: 13px 10px;
}

/* contents
   TOPICS */
.topics{
    padding-bottom: 100px;
}
.title_topics{
    margin-bottom: 40px;
}

/* banner_area */
.banner_area{
    margin: 0 20px;
}
}

/*-------------------------
  479px以下のレイアウト
-------------------------*/
@media (max-width: 479px) {
/*-- 479px以下に適用されるCSS --*/

/*
  全体のCSS
-------------------------*/

/* 見出し, テキスト */
.afacad_S_normal{
    font-size: 3.75vw;
}

/*
  main
-------------------------*/

/* FV */
.fv_sp{
    margin: 0 auto 12.5vw;
}
.fv_sp .title_Oldmansilence img{
    margin: 148px 0 4.16vw 0;
}
.fv_sp .fv_img{
    width: 93%;
}
.fv_sp .fv_txt01{
    margin-top: -34.3vw;
    width: 83.3vw;
}
.fv_sp .fv_txt01 p{
    width: 100%;
}
.fv_sp .fv_txt02{
    margin: 6.25vw auto 0;
    padding: 0 6.26vw;
    width: 100vw;
}
.fv_sp .fv_txt02 p{
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.fv_sp .fv_txt02 p:nth-child(2){
    margin-top: 4.16vw;
    text-align: left;
}

/* contents
   CONCEPT */
.concept_img02{
    margin: -10.41vw auto 0;
}

/* contents
   FLOOR GUIDE */
.title_floorguide{
    margin-left: 13.36vw;
}
.floorguide_sp p{
    margin: 0 0 20px 16vw;
}
}