* {
    overflow-x: hidden;
    overflow-y: visible;
    color: black;
    font-family: serif;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
}
header {
    background-image: url(../images/header.png);
    background-size: cover;
}
.fixed-top {
    display: flex;
    width: 100vw;
    /* height: 100px; */
    background-color: black;
    z-index: 10;
}
.transparent {
    opacity: 0.6;
}
#menu-icon {
    display: none;
    float: right;
}
#navArea{
    display: none;
}
.fx-li {
    display: flex;
    margin: auto;
    gap: 8vw;
}
.list-bar {
    margin: auto;
    font-size: 20px;
}
.fixed-bottom {
    text-align: center;
    background-color: black;
    z-index: 5;
    transition: all, 0.5s;
}
.slideUp{
    opacity: 0;
    transform: translateY(-250%);
    transition: all, 0.5s;
    z-index: 5;
}
.nav-list {
    float: right;
    /* padding-top: 35vh; */
    font-size: 40px;
}
.list-content {
    padding-bottom: 4vh;
}
.list-content a {
    color: black;
    background-color: rgba(200,200,200,0.7);
}
#fixed-btn {
    border: double 1px #000;
    display: block;
    padding: 10px;
    background-color: #c39143;
    color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: 3;
}
#fixed-btn a {
    color: #000;
    font-weight: 300;
    border: 1px solid #000;
    padding: 10px;
    display: block;
    font-family: serif;
}
#fx-btn {
    opacity: 0.8;
    border: 1px solid #000;
    display: block;
    background-color: #c39143;
    outline: double 1px #000;
    color: #000;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 13vh;
    overflow: hidden;
    max-width: 15vw;
    z-index: 3;
}
#ptm p {
    margin: 0;
}
#ptm h4 {
    margin-bottom: 0;
}
#reservation-content {
    margin-top: 0;
    font-size: 13px;
}
.icon {
    width: 5vw;
    padding-left: 2vw;
}
.btn-box {
    position: fixed;
    z-index: 5;
}
.none {
    opacity: 0;
    transition: 0.3s;
}
.list-bar a {
    color: #e6b422;
}
.fa-phone {
    padding: 2px;
}
.rvn-num {
    font-size: 23px;
}
.reservation p,.reservation i,.rvn-num {
    color: rgb(200,200,200);
}
/* メイン */
main {
    overflow: hidden;
}
.concept {
    padding-top: 10vh;
    padding-bottom: 10vh;
    text-align: center;
    background-color: white;
    background-size: cover;
    overflow: hidden;
}
.fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
    overflow: visible;
}
.is-inView {
    opacity: 1;
    transform: translateY(0);
    overflow: visible;
}
.concept h1 {
    font-size: 30px;
    font-family: serif;
    color: #000;
    font-weight: 200;
    border-bottom: 1px solid  #e6b422;
    color: #e6b422;
    display: inline-block;
    margin: auto;
}
.concept h2 {
    color: black;
    font-size: 30px;
    font-weight: lighter;
    font-family: serif;
}
.concept p {
    opacity: 0.7;
}
.news-wrapper {
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: rgba(200,200,200,1);
    overflow: visible;
}
.news-wrapper h1 {
    font-size: 30px;
    font-family: serif;
    color: #000;
    font-weight: 200;
    border-bottom: 1px solid #e6b422;
    color: #e6b422;
    display: inline-block;
    margin: auto;
}
.news-wrapper dl {
    /* border-top: 1px solid #000; */
    margin: auto;
    width: 80%;
}
.news-wrapper dt{
    /* display: block; */
}
.bdb{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin: auto;
}
.bdb{
    border-bottom: 1px solid #000;
    margin: auto;
    display: inline-block;
}
#more {
    border: 1px solid rgba(100,100,100,0.7);
    display: inline-block;
    padding: 2px 30px;
    justify-content: center;
    font-size: 25px;
}
footer {
    text-align: center;
    background-color: rgba(100,100,100,0.7);
    color: #fff;
    background-size: cover;
    padding-top: 30px;
}
footer img {
    width: 7vw;
}
.ft-reservation {
    text-align: center;
}
.ft-reservation h3 {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px;
}
.rsvn{
    font-size: 13px;
    margin: 0;
    padding: 0;
    height: 16px;
}
.reservation i {
    margin-top: 0;
    font-size: 20px;
    display: inline;
    line-height: 13px;
}
#reservation p {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
}
#reservation i {
    display: inline;
    font-size: 20px;
}
#reservation a {
    font-size: 23px;
}
table {
    font-family: fantasy;
    font-weight: lighter;
    margin: auto;
    margin-top: 30px;
    /* border: 1px solid #000;
    border-collapse: collapse; */
}
th {
    /* border: 1px solid #000;
    border-collapse: collapse; */
    border-bottom: 1px solid #000;
    padding: 15px;
}
.bd {
    border-bottom: 1px solid #000;
}
.ft-btn {
    padding-top: 30px;
}
.ft-btn a {
    width: 25vw;
    line-height: 10vh;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
}
.ft-btn a:hover{
    border-bottom: 2px solid rgba(200, 200, 200, 0.6);
    border-right: 2px solid rgba(200, 200, 200, 0.6);
}
.accessBtn {
    margin-right: 2vw;
}
.shopBtn {
    margin-left: 2vw;
}
.newsBtn {
    display: inline-block;
    margin-top: 20px;
}
.tbl-ft-btn{
    display: none;
}
.brand {
    display: inline-block;
    height: 35px;
    width: 17vw;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.brand:hover{
    opacity: 0.6;
}
.fa-brands {
    vertical-align: middle;
    color: #fff;
    font-weight: lighter;
}
.facebook {
    background-color: #1877f2;
    margin-right: 2vw;
}
.instagram {
    background: linear-gradient(45deg, rgba(106,90,205,1) 0%, rgba(238,130,238,1) 33%, rgba(220,20,60,1) 66%, rgba(255,255,0,1) 100%);
    margin-left: 2vw;
    margin-right: 2vw;
}
.threads {
    background-color: rgba(50,50,50,1);
    margin-left: 2vw;
}
.tbl-ft-brand{
    display: none;
}
@media (max-width:768px) {
    /* .fixed-top{
        display: flex;
    } */
     .nav-list{
        /* padding-top: 35vh; */
        font-size: 25px;
     }
    .icon{
        height: 7vw;
        width: auto;
    }
    #menu-icon{
        display: block;
        font-size: 4vw;
        justify-content: center;
        margin-left: 84vw;
        margin-right: 5vw;
        float: right;
        color: white;
    }
    #navArea{
        display: block;
    }
    .navArea nav{
        display: block;
        width: 220px;
        position: fixed;
        background-color: #fff;
        top: 0;
        left: -330px;
        bottom: 0;
        transition: all 0.5s;
        /* opacity: 0; */
    }
    .open nav{
        left: 0;
        z-index: 500;

    }
    .inner{
        padding: 25px;
    }
    .inner ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .inner ul li{
        margin: 0;
        border-bottom: 1px solid #333;
    }
    .inner ul li a{
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        padding: 1rem;
        transition-duration: 0.2s;
    }
    .inner ul li a:hover{
        background-color: #e4e4e4;
    }
    .toggle-btn{
        display: block;
        position: fixed;
        top: 1vw;
        right: 2vw;
        width: 5vw;
        height: 8vw;
        z-index: 600;
        cursor: pointer;
    }
    .toggle-btn span{
        position: absolute;
        display: block;
        left: 0;
        width: 5vw;
        height: 3px;
        background-color: white;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1){
        top: 0.15vw;
    }
    .toggle-btn span:nth-child(2){
        top: 2.15vw;
    }
    .toggle-btn span:nth-child(3){
        top: 4.15vw;
    }
    .open .toggle-btn span{
        background-color: #fff;
    }
    .open .toggle-btn span:nth-child(1){
        transform: translateY(2vw) rotate(-315deg);
    }
    .open .toggle-btn span:nth-child(2){
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3){
        transform: translateY(-2vw) rotate(315deg);
    }
    #mask{
        display: none;
        transition: all 0.5s;
    }
    .open #mask{
        display: block;
        background-color: black;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        opacity: 0.8;
        z-index: 5;
    }
    /* #menu-icon2{
        display: block;
        font-size: 4vw;
        justify-content: center;
        margin-left: 60vw;
        float: right;
        color: white;
    } */
    .fx-li{
        display: none;
    }
    .ft-btn{
        display: none;
    }
    .tbl-ft-btn{
        display: block;
        clear: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tbl-ft-btn a{
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        display: inline-block;
        margin-top: 10px;
        padding: 25px 30px;
    }
    .tbl-ft-btn a:hover{
        opacity: 0.6;
    }
    .ft-brand{
        display: none;
    }
    .tbl-ft-brand{
        display: block;
    }
    .tbl-accessBtn{
        margin-right: 2vw;
    }
    .tbl-shopBtn{
        margin-right: 2vw;
        margin-left: 2vw;
    }
    .tbl-newsBtn{
        margin-left: 2vw;
    }
}
@media (max-width:320px) {}