@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
body {
    width: 100%;
    min-width: 1000px;
    position: relative;
    line-height: 180%;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
}
img {
    max-width: 100%;
}
.alphaOver a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: .7;
    opacity: .7;
    zoom: 1
}
a,
a:link {
    color: #999;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
header {
    z-index: 1;
    position: relative;
    padding: 30px 0 25px;
    position: relative;
}
header h1,
header .logo {
    width: 100%;
    margin: 0px auto 45px;
    text-align: center;
}
header .menu_btn {
    display: none;
}
header .menu ul {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
header .menu ul li {
    text-align: center;
}
header .menu ul li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.7em;
    color: #fff;
    position: relative;
}
header .flMenu {
    display: block;
    position: fixed;
    top: 25px;
    right: 0;
    width: 42px;
    height: 210px;
    z-index: 1;
}
header .flMenu_tel {
    display: block;
    width: 42px;
    height: 100px;
    text-align: center;
    margin-bottom: 5px;
}
header .flMenu_tel a {
    background: #2f2b29;
    display: block;
    width: 100%;
    height: 100%;
}
header .flMenu_tel img {
    width: 12px;
    padding-top: 25px;
    box-sizing: border-box;
}
header .flMenu_web {
    display: block;
    width: 42px;
    height: 100px;
    text-align: center;
    margin-bottom: 5px;
}
header .flMenu_web a {
    background: #2f2b29;
    display: block;
    width: 100%;
    height: 100%;
}
header .flMenu_web img {
    width: 15px;
    padding-top: 10px;
    box-sizing: border-box;
}
header .flMenu_insta {
    width: 42px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #2f2b29;
}
header .flMenu_insta a {}
header .flMenu_insta img {
    width: 22px;
}
.wrapper {
    padding-bottom: 100px;
}
/*  　inviewContents関連　  */
.inviewContents {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .7s;
}
.fadein {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/* footer */
footer {
    padding: 30px 0 15px;
    background: #2f2b29;
    letter-spacing: 1px;
}
.footer_sitemap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
footer .footerInner {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
}
footer .footerInner li {
    margin: 0 30px;
    font-size: 14px;
    font-weight: 700;
}
footer .footerInner li a{
    color: #fff;
}
footer .footer_content {
    width: 1000px;
    margin: 0 auto 20px;
}
footer .footer_content .fcWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    color: #fff;
}
footer .footer_content .fcWrap li.fcBox {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
}
footer .footer_content .fcWrap li.fcBox:nth-child(3) {
    margin-right: 0;
}
footer .footer_content .fcWrap li.fcBox .content_ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 1.25px;
    margin-bottom: 15px;
}
footer .footer_content .fcWrap li.fcBox .content_txt {
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
}
footer .footer_content .fcWrap li.fcBox .content_txt a {
    display: block;
    width: 100%;
    color: #2f2b29;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    background: rgba(255, 255, 255, .8);
    padding: 8px 0;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1.25px;
}
footer .copyright {
    padding-top: 20px;
}
footer .copyright,
footer .copyright a {
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 480px) {
    body {
        min-width: 320px;
        width: 100%;
        position: relative;
        min-height: 500px;
    }
    header {
        width: 100%;
        height: 85px;
        margin: 0 auto;
        padding: 10px 0;
        box-sizing: border-box;
    }
    header h1,
    header .logo {
        width: 40%;
        margin: 0 auto;
    }
    header h1 img,
    header .logo img {
        width: auto;
        max-height: 65px;
    }
    header .menu_btn {
        display: block;
        width: 34px;
        height: 18px;
        position: fixed;
        top: 30px;
        right: 5%;
        z-index: 99;
    }
    .open header .menu_btn {
        display: block;
        line-height: 30px;
        text-align: center;
        z-index: 999;
    }
    header .menu_btn span {
        display: block;
        width: 34px;
        height: 2px;
        background: #5f4605;
        border-radius: 5px;
        transition: all 0.3s;
        transform: rotate(0deg);
    }
    header .menu_btn span.middle {
        transform: translateY(6px);
    }
    header .menu_btn span.bottom {
        transform: translateY(12px);
    }
    .open header .menu_btn span {
        background: #fff;
    }
    .open header .menu_btn span.middle {
        background: rgba(255, 255, 255, 0);
    }
    .open header .menu_btn span.top {
        transform: rotate(-45deg) translate(-8px, 12px);
    }
    .open header .menu_btn span.bottom {
        transform: rotate(45deg) translate(9px, 5px);
    }
    header .menu_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(56, 54, 50, 0.9);
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    header .menu {
        display: table;
        width: 100%;
        padding: 0;
        border: none;
    }
    header .menu ul {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 80px 0 0;
    }
    header .menu ul li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    header .menu ul li:nth-child(1),
    header .menu ul li:nth-child(2) {
        border-top: 1px solid #fff;
    }
    header .menu ul li:nth-child(odd) {}
    header .menu ul li a {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 13px;
        line-height: 1.6em;
        color: #fff;
        position: relative;
    }
    header .menu ul li a span {
        font-family: poynter-oldstyle-display, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 1.5px;
        color: #fff;
    }
    /* 開閉用ボタンがクリックされた時のスタイル */
    .open header .menu_bg {
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1;
    }
    .wrapper {
        padding-bottom: 50px;
    }
    /*   フローティングメニュー部分  */
    .footerArea {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 54px;
        overflow: hidden;
        z-index: 10;
    }
    /* WEB予約有りの場合 
    =========================*/
    .footerArea a {
        display: block;
        position: relative;
        width: 50%;
        float: left;
        padding: 15px 0;
        background: rgba(56, 56, 56, 0.7);
        text-align: center;
        font-size: 15px;
        letter-spacing: 1.5px;
        color: #fff;
    }
    
    /* WEB予約無しの場合
    ========================= 
    .footerArea a {
        display: block;
        position: relative;
        width: 100%;
        float: left;
        padding: 15px 0;
        background: rgba(56, 56, 56, 0.7);
        text-align: center;
        font-size: 15px;
        letter-spacing: 1.5px;
        color: #fff;
    }
    */
    /* WEB予約有りの場合 
    =========================*/
    .footerArea a.tel {
        box-sizing: border-box;
        border-right: 1px solid #fff;
    }
    
    .footerArea a.tel::before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 16px;
        height: 20px;
        line-height: 0;
        background: url(../img/ico_tel_white.png) no-repeat center center / 100% auto;
        margin-right: 5px;
        margin-top: -2px;
    }
    .footerArea a.web::before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 23px;
        height: 23px;
        line-height: 0;
        background: url(../img/ico_web.png) no-repeat center center / 100% auto;
        margin-right: 15px;
        margin-top: -3px;
    }
    /* footer */
    footer {
        padding: 15px 0 65px;
        letter-spacing: 1px;
    }
    footer .footer_sitemap{
        display: none;
        
    }
    footer .footerInner {
        display: flex;
        flex-wrap: wrap;
        width: 96%;
        margin: 0 auto 20px;
    }
    footer .footerInner li {
        margin: 0 8px;
        line-height: 160%;
        font-size: 13px;
        letter-spacing: 1.25px;
        margin-bottom: 8px;
    }
    footer .footer_content {
        display: block;
        width: 96%;
    }
    footer .footer_content .fcWrap {
        display: block;
        width: 80%;
        margin: auto;
    }
    footer .footer_content .fcWrap li.fcBox {
        width: 100%;
        margin: 0 0 15px 0;
    }
    footer .footer_content .fcWrap li.fcBox .content_ttl {
        font-size: 13px;
        margin-bottom: 5px;
    }
    footer .footer_content .fcWrap li.fcBox .content_ttl.reservation{
        margin-bottom: 10px;
    }
    
    footer .footer_content .fcWrap li.fcBox .content_txt {
        font-size: 12px;
        line-height: 160%;
    }
    footer .copyright,
    footer .copyright a {
        font-size: 9px;
        color: #fff;
    }
    footer .footerInner table td div a {
        color: #fff;
    }
}
@media screen and (min-width: 481px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: inline-block !important;
    }
}
@media screen and (max-width: 480px) {
    .sp {
        display: inline-block !important;
    }
    .pc {
        display: none !important;
    }
}
