@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

html{
	font-size: 62.5%; 
	scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

body{
    /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
    font-size: 1.3rem;
    letter-spacing: 1px;
	font-weight: 400;
    color: #333;
    background-color: #fff;
}

/** reset **/
h1,h2,h3,h4,h5,h6,p,
ul,ol{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,ol{
    list-style: none;
}

dt{
    font-weight: normal;
}

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

/** align, text **/
.align-l{text-align: left;}
.align-c{text-align: center;}
.align-r{text-align: right;}
.align-lc{text-align: left;}

.txt-en{font-family: 'Libre Baskerville', serif;}
.txt-serif{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
.txt-color01{color: #545454;}
.txxt-bold{font-weight: bold;}

p{line-height: 2;}

/** tel **/
a[href^="tel:"]{cursor: pointer;}

/** margin, padding **/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.pdn-remove{
    padding: 0 !important;
}

/** visibility **/
.visible-sp{display: none !important;}

@media (max-width: 767px) {
	
  	.hidden-sp {display: none !important;}
	.visible-sp {display: block !important;}	
}


/*
  main
****************************************************************/

/* common
----------------------*/
main{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/** image **/
main.top img{
    width: 100%;
}

/** with **/
.container{
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/** title **/
.tit-en{
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #545454;
}

.text-area h2 span{
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
}

.text-area h2{
    font-size: 2rem;
    margin-bottom: 20px;
}

.tit-border{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #545454;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.tit-border h2 span{
    font-size: 2rem;
    color: #545454;
    display: inline-block;
    margin-right: 10px;
}

.tit-border h2{
    font-size: 1.3rem;
}

.tit-border p a{
    color: #545454;
    text-decoration: none;
}

.tit-border p a span{
    transform: scale(0.5, 1);
    font-size: 1.6rem;
    display: inline-block;
}

.tit-en-02{
    font-size: 2rem;
    color: #545454;
    margin-bottom: 30px;
}

/** button **/
.button{
    display: inline-block;
    box-sizing: border-box;
    padding: 22px 0;
    width: 300px;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    position: relative;
}

.button:hover{
    text-decoration: none;
}

.button:after{
    display: inline-block;
    content: ">";
    position: absolute;
    right: 20px;
    top: 33%;
    font-size: 1.7rem;
    transform: scale(0.5, 1);
}

.button-default{
    background-color: #545454;
    color: #fff;
    border: 1px solid #545454;
      
}

.button-primary{
    background-color: #fff;
    color: #545454;
    border: 1px solid #545454;
}

/** slider **/
.slider-common .slick-dots{
    bottom: -50px;
}

.slider-common .slick-dots li button:before{
    font-size: 60px;
    opacity: 1;
    color: #ede9df;
}

.slider-common-02 .slick-dots li button:before{
    color: #fff;
}

.slider-common .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #545454;
}

.slider-common .slick-next:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/restaurant/common/images/top2/arrow_next.png");
    background-size: contain;
    vertical-align: middle;
}

.slider-common .slick-prev:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/restaurant/common/images/top2/arrow_prev.png");
    background-size: contain;
    vertical-align: middle;
}

.slider-common .slick-dots{
    padding-inline-start: 0;
    margin-left: -10px;
}

.slick-prev,
.slick-next{
    z-index: 3;
}

@media (max-width: 1200px) {

    .button{
        width: 220px;
    }

}

@media (max-width: 767px) {
    
    .img-square img{
        object-fit: cover;
        width: 100%;
        height: 385px;
    }
    
    .tit-en{
        font-size: 1.4rem;
    }
    
    .tit-border h2 span{
        display: block;
        margin: 0 0 8px;
    }
    
    .button{
        width: 100%;
    }
    
    /** slider **/
    .slider-common .slick-dots li button:before{
        font-size: 35px;
    }
    
    .slick-next{
        right: 0;
    }

    .slick-prev{
        left: -5px;
    }
    
}


/* hero
----------------------*/
.wrap-headerArea{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    width: 100%;
    height: 83px;
}

#headerArea{
    position: relative !important;
    height: 83px;
   /* background: #fff;
    width: 100% !important;
    height: 68px;
    margin: 0 auto;
    position: fixed;
    z-index: 3;*/
}

#header{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 994px;
    padding-top: 15px;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    height: 68px;
    width: 994px;
    background: #ffffff;
    padding-top: 15px;*/
}

.hero--english {
    background: url("../../lounge-english/images/english/en-main.jpg") center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 750px;
    position: relative;
}
.hero-inner{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.hero-inner h1 span{
    font-size: 1.8rem;
    letter-spacing: 1.4px;
    display: block;
    margin-bottom: 30px;
}

.hero-inner h1{
    font-size: 5rem;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.hero-inner p span{
    font-size: 1.9rem;
    display: block;
    margin-bottom: 10px;
}

.hero-inner p{
    font-size: 1.5rem;
    margin-bottom: 50px;
}

.line-fv{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.line-fv img{
    width: 10px !important;
}

@media (max-width: 767px) {
    .hero--english {
    background: url("../../lounge-english/images/english/en-main_sp.jpg") center center no-repeat;
    height: 605px;

    }
    .hero-inner h1 span{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .hero-inner h1{
        font-size: 2.6rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .line-fv{
        bottom: 57px;
    }
    
    .line-fv img{
        width: 15px !important;
    }
    
    .button-sp-fv{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .button-sp-fv a{
        display: block;
        width: 100%;
    }
    
    
}


/* concept
----------------------*/
.sec-concept{
    padding: 100px 0;
}

.column-concept{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-concept div:nth-child(1){
    width: 40%;
    margin-right: 10%;
}

.column-concept div:nth-child(2){
    width: 50%;
}



@media (max-width: 767px) {
    
    .sec-concept{
        padding: 25px 0 70px;
    }

    .column-concept{
        flex-direction: column;
    }
    
    .column-concept div:nth-child(1),
    .column-concept div:nth-child(2){
        margin: 0;
        width: 100%;
    }
    
    .column-concept div:nth-child(1){
        order: 1;
    }
    
    .column-concept div:nth-child(2){
        order: 0;
        margin-bottom: 30px;
    }
    
    
}


/* topics
----------------------*/
.sec-topics{
    padding: 0;
}

.slider-topics .slick-slide{
    margin: 0 20px;
}

dl.card-topics{
    display: flex;
    justify-content: space-between;
}

dl.card-topics dt{
    width: 40%;
}

dl.card-topics dt img{
    object-fit: cover;
    width: 100%;
    height: 144px;
}

dl.card-topics dd{
    width: 57%;
}

dl.card-topics dd h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

dl.card-topics dd h3 a{
    color: #545454;
    text-decoration: underline;
}

dl.card-topics dd p{
    font-size: 1.1rem;
    line-height: 1.6;
}

.wrap-widget{
    margin-top: 130px;
}

@media (max-width: 1200px) {
 
    dl.card-topics dt img{
        height: 114px;  
    }
    
}

@media (max-width: 767px) {

    .sec-topics{
        padding: 0 0 70px;
    }
    
    .slider-topics .slick-next{
        right: 40px;
    }

    .slider-topics .slick-prev{
        left: 38px;
    }
    
    dl.card-topics{
        flex-direction: column;
    }
    
    dl.card-topics dt,
    dl.card-topics dd{
        width: 100%;
    }
    
    dl.card-topics dt{
        margin-bottom: 20px;
    }
    
    dl.card-topics dt img{
        height: 500px;  
    }
    
    dl.card-topics dd h3{
        font-size: 1.5rem;
    }
    
    dl.card-topics dd p{
        font-size: 1.2rem;
    }
    
    .wrap-widget{
        margin-top: 20px;
    }
    
}


/* point
----------------------*/
.sec-point{
    padding: 100px 0;
    background: #F5F5F4;
    text-align: center;
}

.sec-point h2{
    font-size: 2rem;
    margin-bottom: 20px;
    color: #545454;
}

@media (max-width: 767px) {

    .sec-point{
        padding: 80px 0;
        margin: 0 0 60px;
    }
    
}


/* cuisine
----------------------*/
.sec-cuisine{
    padding: 100px 0;
}

.column-cuisine{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-cuisine div:nth-child(1){
    width: 50%;
}

.column-cuisine div:nth-child(2){
    width: 40%;
    margin-left: 10%;
}

@media (max-width: 767px) {
    
    .sec-cuisine{
        padding: 25px 0 70px;
    }

    .column-cuisine{
        flex-direction: column;
    }
    
    .column-cuisine div:nth-child(1),
    .column-cuisine div:nth-child(2){
        margin: 0;
        width: 100%;
    }
    
    .column-cuisine div:nth-child(1){
        margin-bottom: 30px;
    }
    
}


/* menu
----------------------*/
.sec-menu{
    padding: 0 0 100px;
    background: #F5F5F4;
}

.column-menu{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.column-menu .text-area{
    width: 38%;
    margin-right: 2%;
}

.column-menu .slider-area{
    width: 60%;
}

.slider-menu .slick-prev{
    left: 20px;
}

.slider-menu .slick-next {
    right: 25px;
}

.slider-menu .slick-dots{
    width: 30%;
    padding: 0;
    text-align: left;
}

@media (max-width: 1200px) {

    .sec-menu {
        padding: 60px 0 100px;
    }

}

@media (max-width: 767px) {

    .column-menu{
        flex-direction: column;
    }
    
    .column-menu .text-area,
    .column-menu .slider-area{
        margin: 0;
        width: 100%;
    }
    
    .column-menu .text-area{
        order: 1;
        margin-top: 20px;
    }
    
    .column-menu .slider-area{
        order: 0;
        margin: 0 0 40px;
    }
    
    .slider-menu .slick-dots{
        width: 40%;
    }
    
}


/* plan
----------------------*/
.sec-plan{
    padding: 100px 0;
}

.slider-plan li{
    text-align: center;
}

.slider-plan li img{
    margin-bottom: 20px;
}

.slider-plan li h3{
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.slider-plan li h3 a{
    color: #6f5849;
}

.slider-plan .slick-slide{
    margin: 0 20px;
}

@media (max-width: 1200px) {

    .slider-plan .slick-next{
        right: 0;
    }
    
    .slider-plan .slick-prev{
        left: 0;
    }
    
}

@media (max-width: 767px) {

    .sec-plan{
        padding: 70px 0;
    }
    
    .slider-plan .slick-slide{
        padding: 0 15px;
    }
    
}


/* image slider 
----------------------*/
.sec-image{
    padding: 90px 0;
    /* background: #f5f3f2; */
}

.slider-image .slick-slide{
    margin: 0 20px;
}

.slider-image .slick-next{
    right: 287px;
}

.slider-image .slick-prev{
    left: 287px;
}

@media (max-width: 767px) {

    .slider-image .slick-slide{
        margin: 0 10px;
    }
    
    .slider-image .slick-next{
        right: 35px;
    }

    .slider-image .slick-prev{
        left: 33px;
    }
    
    
    
}


/* information
----------------------*/
.sec-info{
    padding: 100px 0;
}

.column-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.column-info .info-area{
    width: 45%;
}

.column-info .access-area{
    width: 45%;
}

dl.list-info{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

dl.list-info dt{
    width: 20%;
}

dl.list-info dd{
    width: 80%;
}

.wrap-list-info{
    margin-bottom: 50px;
}

.wrap-list-info dl.list-info{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.wrap-list-info dl.list-info:first-child{
    border-top: 1px solid #ccc;
}

.wrap-list-access{
    margin-bottom: 34px;
}

.wrap-list-access dl.list-info{
    padding: 10px 0;
}

.gmap{
    height: 300px;
    margin-bottom: 10px;
}

.button-covid{
    width: 80%;
    margin: 0 auto;
}

.button-covid a{
    font-size: 1.6rem;
    width: 100%;
    color: #333;
}

@media (max-width: 767px) {

    .column-info{
        flex-direction: column;
    }
    
    .column-info .info-area,
    .column-info .access-area{
        width: 100%;
    }

    .column-info .access-area{
        margin: 70px 0 0;
    }
    
    .wrap-list-access {
        margin-bottom: 50px;
    }
    
    .gmap{
        height: 560px;
        margin-bottom: 20px;
    }
    
    .button-covid{
        width: 100%;
    }
    
    .button-covid a{
        font-size: 1.3rem;
        line-height: 1.5;
    }

}


/* contact
----------------------*/
.sec-contact{
    padding: 90px 0;
    background: #f5f3f2;
}

.column-contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.column-contact div{
    width: 33.3%;
    padding: 20px 0;
}

.column-contact div:nth-child(2){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.column-contact h3{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.tel span{
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 10px;
}

.tel a{
    font-size: 2rem;
    color: #545454;
}

@media (max-width: 767px) {

    .column-contact{
        flex-direction: column;
    }
    
    .column-contact div{
        width: 84%;
        padding: 40px 0;
    }
    
    .column-contact div:nth-child(2){
        border-left: none;
        border-right: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    
}


/* banner
----------------------*/
.sec-banner{
    padding: 75px 0;
}

ul.list-banner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.list-banner li{
    margin-bottom: 30px;
}

ul.list-banner li:nth-child(1),
ul.list-banner li:nth-child(2){
    width: 100%;
}

@media (max-width: 767px) {

    /* ul.list-banner li:nth-child(1),
    ul.list-banner li:nth-child(2){
        width: 100%;
    } */
    
    ul.list-banner li{
        margin-bottom: 10px;
    }
    
}

/* vmgと同じバナー
----------------------*/
.bnrTopSlide {
    z-index: 99;
    cursor: pointer;
    position: fixed;
    background: #000;
    color: #fff;
    transition: .4s;
}
#bnrMember {
    top: 15%;
}
.bnrTopSlide.active {
    right: 0px;
    z-index: 100;
}
.c-member__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 162px;
    background-color: #f9f9f8;
    color: #1e1e1e;
    transition: background-color .5s ease-out, color .5s ease-out
}
.bnrTopSlide .c-member__button {
    color: #fff;
    background-color: #000;
    font-family: 'Josefin Sans', sans-serif;
    height: 100%;
    border: none;
    outline: none;
}
.bnrTopSlide #js-reserve-button > span {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    top: 15px;
    font-size: .8em;
}
.bnrTopSlide .c-member__button::after {
    bottom: 15px;
    border-color: #fff;
}
.bnrTopSlide h3 {
    font-family: 'Josefin Sans', sans-serif;
    color: #c72b0a;
    font-size: .8em;
}
.bnrTopSlide p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.8em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.bnrTopSlide a {
    font-size: .9em;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.bnrTopSlide .bnrWrap {
    padding: 15px 15px 15px 75px;
}
.bnrTopSlide div + div {
    padding-left: 15px;
}
.c-member__button--black {
    background-color: #000;
    color: #fff
}
.c-member--open .c-member__button, .c-member__button:hover, [data-whatinput=keyboard] .c-member__button:focus {
    background-color: #575757;
    color: #fff
}
.c-member__button > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: .075em
}
.c-member__button::after {
    position: absolute;
    left: calc(50% - 2px);
    content: '';
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    width: 4px;
    height: 4px;
    transition: transform .5s ease-out
}
.c-member__button[aria-expanded=false]::after {
    transform: translateX(2px) rotate(45deg)
}
.c-member__button[aria-expanded=true]::after {
    transform: translateX(-2px) rotate(-135deg)
}
@media screen and (min-width:769px) {
    .bnrTopSlide {
        right: -481px;
        width: 540px;
    }
    .bnrTopSlide .bnrWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #bnrCampaign {
        top: calc(162px + 15%);
    }
}
@media screen and (max-width:768px) {
    .bnrTopSlide {
        right: -200px;
        width: 200px;
    }
    .bnrTopSlide .bnrWrap {
        padding: 15px;
    }
    .bnrTopSlide .bnrWrap img {
        display: none;
    }
    .bnrTopSlide .c-member__button {
        height: 122px;
        width: 50px;
        left: -50px;
    }
    .bnrTopSlide div + div {
        /* padding-top: 15px; */
        padding-left: 0;
    }
    #bnrCampaign {
        top: calc(250px + 5%);
    }
}