@charset "UTF-8";
/* CSS Document */

:root {
    --color-primary:      #005739;
    --color-primary-dark: #003311;
    --color-accent:       #ab9986;
    --color-muted:        #595656;
    --color-white:        #ffffff;
    --color-navy-dark:    #0f142a;
    --color-gray-dark:    #2f2f2f;
    --color-border-light: rgba(224, 224, 224, 0.18);
    --color-nav-bg:       #646464;
    --color-pagetop-link: #a0a0a0;
    --color-tel:          #6997de;
    --color-drawer-border:#ededed;
    --color-drawer-icon-open: #121212;
    --color-drawer-icon:  #dcdcdc;
}

/*pcここからheader*/

body {
    background-color: var(--color-primary) !important;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: Helvetica, Arial, "sans-serif";
    color: var(--color-white) !important;
}

a {
    text-decoration: none;
}

.w1400 {
    max-width: 1400px;
    margin: 0px auto;
}

.w1280 {
    max-width: 1280px;
    margin: 0px auto !important;
    position: relative;
}

.w900 {
    max-width: 900px;
    margin: 0px auto;
}

.w1000 {
    max-width: 1000px;
    margin: 0px auto;
}

.w-800 {
    max-width: 800px;
    margin: 0px auto;
    position: relative;
    z-index: 25
}

/*fvのスライド*/

.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

@keyframes slideshow {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    28% {
        opacity: 1
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite;
}

.slide {
    position: relative;
    width: 100%;
    height: 492px;
    overflow: hidden;
    border-top: 1px solid var(--color-white);
}

/*ここからその他*/
@keyframes slideshow {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    28% {
        opacity: 1
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite;

}

.slide img:nth-child(2) {
    animation-delay: 8s;
}

.slide img:last-child {
    animation-delay: 16s;
}

/*fvのスライド*/
.txt-top {
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin: 30px auto;
}

/*pcここからheader*/
.top-logo {
    text-align: center;
    margin: 20px 0;
}

.top-logo img,
.saigologo img {
    max-width: 144px;
    max-height: 131px;
}

li a {
    text-decoration: none;
    color: var(--color-white);
    font-size: 16px;
}

li a:hover {
    color: var(--color-muted);
}

hr {
    border-bottom: 1px thin var(--color-muted) !important;
    margin: 0 auto !important;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.menu ul li {
    width: 20%;
    text-align: center;
    padding: 1rem 0;
}

.menu ul .last a {
    border: 0px;
}

.menu ul li a {
    display: block;
}

.menu ul li img {
    display: block;
    margin: 0px auto;
}

.menu ul li span {
    display: block;
}

.top-fecebook a {
    position: absolute;
    right: 0px;
}

.menu-txt-li li {
    display: inline-block;
}

/* for Scroll Fix Header */

header {
    width: 100%;
    text-align: center;
}

.fix-header {
    background-color: var(--color-primary-dark);
    line-height: 66px;
    top: -66px;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: var(--color-white);
    padding-top: 15px;
    position: fixed;
    opacity: 0.8;
    z-index: 1000;
}

.fix-header-contents {
    width: 800px;
    margin: 0 auto;
}

.fix-header ul {
    list-style-type: none;
}

.add-txt {
    color: var(--color-white);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent);
    padding-bottom: 2px;
}

.add-txt:hover {
    color: var(--color-accent);
}

/*メニューを追加していただく際に調整*/
.fix-header li {
    float: left;
    margin-right: 15px;
}

/*メニューを追加していただく際に調整*/


.fix-header li a,
.fix-header li a:visited {
    color: var(--color-white);
    text-decoration: none;
    margin: 0 30px;
}

.fix-header li:last-child {
    margin-right: 0;
}

.fix-header li a:hover {
    color: var(--color-muted);
}

li a:hover {
    color: var(--color-muted);
}

#fix-header-menus {
    text-align: center;
    justify-content: center;
    display: flex;
}

#scroll-fix-menu img {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color-white);
}

#scroll-fix-menu .current-menu-item img {
    border-bottom: 2px solid var(--color-navy-dark);
}

#scroll-fix-menu a img:hover {
    border-bottom: 2px solid var(--color-navy-dark);
    transition: border-color 0.6s ease-out;
    color: var(--color-muted);
}

/* micro clearfx */
.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

/* For IE 6/7 */

nav {
    width: 100%;
    background-color: var(--color-nav-bg);
}

.nav-container {
    width: 1000px;
    margin: 0 auto;
}

nav ul {
    padding: 0;
    list-style: none;
}

nav ul li {
    margin: 10px 30px 10px 0;
}

nav ul li a,
nav ul li a:visited {
    color: var(--color-white);
    text-decoration: none;
}

article {
    width: 800px;
    margin: 20px auto;
}

/*pcここまでheader*/
.line {
    margin: 30px 0px 0px;
    padding: 10px;
    border-bottom: solid var(--color-border-light);
}

h1 {
    text-align: center;
    margin-top: 100px;
    font-size: 32px;
    margin-bottom: 55px;
    margin-top: 90px;
    position: relative;
}

h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 50px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: var(--color-white);
    /*下線の色*/
}



#drink {
    width: 100%;
    overflow: hidden;
}

.wine-right,
.liquor-left {
    margin-bottom: 8rem;
    position: relative;
}

.wine-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    background: var(--color-primary-dark);
    z-index: 10;
}

.liquor-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--color-primary-dark);
    z-index: 10;
}

.wine-txt01,
.wine-txt02,
.wine-price {
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    margin: 20px;
}

.drink-content {
    display: flex;
    position: relative;
    background: var(--color-primary);
    z-index: 100;
}

.shina {
    display: flex;
    font-size: 12px;
}

.kakaku {
    margin-left: 10px;
}

.left_wine {
    padding-right: 20px;
    padding-left: 20px;
}

.right_liquor {
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    margin: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.liquor-txt01 {
    font-size: 12px;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    margin: 20px;
}

.k01 {
    margin-left: 8px;
}

.k02 {
    margin-left: 40px;
}

.k03 {
    margin-left: 19px;
}

.k04 {
    margin-left: 99px;
}

.k05 {
    margin-left: 112px;
}

.k10 {
    margin-left: 112px;
}

.k11 {
    margin-left: 65px;
}

.k06 {
    margin-left: 79px;
}

.k07 {
    margin-left: 91px;
}

.k08 {
    margin-left: 114px;
}

.k09 {
    margin-left: 65px;
}

.liquor-price {
    text-align: center;
    padding: 0 20px;
}

.food-top {
    font-size: 14px;
    margin: 50px auto;
    line-height: 24px;
    text-align: center;
}

/*ドリンク*/
/*横スライド*/
#wrap {
    position: relative;
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}

.center03 {
    text-align: center;
}

.center003 {
    margin-bottom: 10px;
}

.sonota {
    font-size: 12px !important;
    line-height: 24px;
    padding: 20px;
}

p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
}

.last {
    margin-bottom: 30px;
}

.w-800 {
    background-color: var(--color-white);
}

.wine-txt01 {
    color: var(--color-white);
    margin: 20px;
    margin-top: 60px;
}

h3 {
    color: var(--color-primary);
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

/*ドリンクここまで*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
}

.copyright {
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
    color: var(--color-white);
    margin-top: 20px;
}

.saigologo {
    margin-top: 60px;
}

.btn-top {
    text-align: end;
}

/*ここから個室スライダー*/
.viewer {
    margin: 0 auto;
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
}

.viewer ul {
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.viewer ul li {
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    display: none;
    position: absolute;
}

/*ここまで個室スライダー*/

/*Foodセクション（仮コンテンツ）*/
.food_txt {
    color: var(--color-white);
    font-size: 12px !important;
    padding: 20px;
    line-height: 24px;
    padding-top: 40px;
    width: 40%;
}

.food-photo {
    width: 60%;
    position: relative;
    left: 40px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.food-photo img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
}

/*Foodセクションここまで*/

.private-room_txt {
    color: var(--color-white);
    font-size: 12px !important;
    padding: 20px;
    line-height: 24px;
    padding-top: 40px;
}

.flex {
    display: flex;
    background-color: var(--color-white);
    padding: 20px;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.viewer {
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
}

.private-room_txt a {
    color: var(--color-white);
    text-decoration: underline;
}

/*ここから地図*/

/*ここまで地図*/

/*ここからアドレス*/
.flex-map {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 20px;
    line-height: 20px;
    box-sizing: border-box;

}

.address {
    padding: 0 30px;
}

.eki {
    padding: 0 30px;
}

.time {
    padding: 0 30px;
}

.fb-footer {
    background-color: var(--color-white);
    padding: 10px;
    width: 111px;
    color: var(--color-primary);
    font-size: 12px;
    text-align: center;
    margin-left: 60px;
    margin-top: 100px;
    position: relative;
    position: absolute;
}

.fb-logo {
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

.address-en {
    font-size: 12px;
    line-height: 20px;
}

.fb-footer a {
    color: var(--color-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-footer a:hover {
    color: var(--color-muted);
}

/*ここまでアドレス*/

.private-room_txt {
    width: 40%;
}

.private-room_txt.full {
    width: 100%;
}

.flexslider {
    width: 60%;
    margin: 0px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
    position: relative;
    left: 40px;
}

.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
}

.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
    width: 10px;
    height: 10px;
}

.flexslider {
    padding-bottom: 30px;
}

/* Liquor photo slider: fill the flex column, no shadow */
.liquor-photo .flexslider {
    width: 100%;
    box-shadow: none;
    top: 50px;
    right: 30px;
    padding: 0;
    background: transparent;
}

.liquor-photo .flex-viewport, 
.liquor-photo .flex-control-paging {
    right: 64px;
}

#privateroom .flexslider {
    padding-bottom: 0;
}

#privateroom .flex-control-nav {
    bottom: 15px;
}

.flex-map a {
    color: var(--color-white);
}

#privateroom .flexslider img {
    min-height: 350px;
}

#food .flexslider {
    padding-bottom: 0;
}

#food .flex-control-nav {
    bottom: 15px;
}

#food .flexslider img {
    height: 369px;
    object-fit: cover;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
}

#page_top a {
    font-size: 0.8rem;
    color: var(--color-pagetop-link);
}

#page_top img {
    width: 55px;
    display: block;
    margin: 0px auto;
    display: none;
}

.area-wrap {
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.area {
    scroll-snap-align: start;
}

/* slider show*/
.slideshow {
    border-top: 1px solid var(--color-white);
    position: relative;
}

.ss-pc {
    width: 100%;
    /* 画像の横幅 */
    height: 420px;
    /* 画像の縦幅 */
    overflow: hidden;
}

.ss-sp {
    width: 100%;
    /* 画像の横幅 */
    height: 450px;
    /* 画像の縦幅 */
    overflow: hidden;
}

.slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 1s;
    /* フェードの時間(秒) */
}

.slideshow .show {
    opacity: 1;
    z-index: 1;
}

.bg-green-light {
    background: var(--color-primary);
}

.left_wine .wine {
    color: var(--color-white);
}


.right_liquor .liquor {
    color: var(--color-white);
}

@media screen and (min-width: 768px) {
    .no-sp {
        display: none !important;
    }

    .sp-nav {
        display: none;
    }

    .pc-mt-2 {
        margin-top: 2rem;
    }

    .header {
        padding-top: 30px;
    }

    .wine-photo img {
        position: relative;
        top: 50px;
        left: 30px;
    }


    .shina dt {
        width: 160px;
        text-align: left;
    }

    .shina dd {
        width: 60px;
        text-align: right;
    }

    #g-map {
        width: 100%;
        height: 400px;
    }

    .news {
        max-width: 650px;
        margin: 3rem auto 0 auto;
        padding: 20px;

    }

    .news-txt {
        line-height: 1.6;
    }
}

@media screen and (max-width: 767px) {
    .liquor-photo .flex-viewport, 
    .liquor-photo .flex-control-paging {
        right: 0;
    }
    
    #g-gmap {
        width: 100%;
        height: 250px;
    }

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

    .no-pc {
        display: none !important;
    }

    .w1280 {
        width: 100%;
    }

    h1 {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 80px;
        font-size: 20px;
    }

    h2 {
        width: 100%;
        box-sizing: border-box;
        line-height: 1.4;
    }

    .top-logo {
        width: 50px;
    }

    .top-logo-sp {
        padding: 20px;
    }

    .top-logo-sp img {
        width: 50px;
    }

    .w1400 {
        width: 100%;
        max-width: 100%;
    }

    .w900 {
        width: 100%;
        max-width: 100%;
    }

    .drink-content {
        flex-wrap: wrap;
    }

    .food-top {
        font-size: 12px;
        text-align: left;
        padding: 0 20px;
    }

    .news {
        margin: 0px auto;
        padding: 20px;
    }

    .news-txt {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 30px;
    }

    .slide {
        height: 185px;
    }

    .flex {
        flex-wrap: wrap;
    }

    .flexslider {
        width: 100%;
        left: 0px !important;
    }

    .flex-map {
        flex-wrap: wrap;
        font-size: 1rem;
    }

    .flex-map>div {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 12px;
    }

    .pc-mt-2 {
        margin-top: 1rem;
    }

    .fix-header li a {
        margin: 5px;

    }

    .wine-photo {
        width: 100%;
    }

    .wine-photo img {
        width: 80%;
        display: block;
        margin: 0px auto;
        position: relative;
        top: 30px;
    }

    .right_liquor {
        margin: 0px;
    }

    .shina dt {
        width: 70%;
        text-align: left;
    }

    .shina dd {
        width: 45%;
        text-align: right;
    }

    .liquor-price {
        margin-bottom: 1rem;
    }

    .liquor-photo img {
        width: 90%;
        margin: 0px auto;
        display: block;

        position: relative;
        top: 40px;
    }

    .fb-footer {
        position: relative !important;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .saigologo {
        margin: 30px auto 0px auto;
        width: 50px;
        display: block;
    }

    .private-room_txt {
        width: 100%;
    }

    .food_txt {
        width: 100%;
    }

    .food-photo {
        width: 100%;
        left: 0;
    }

    /*ドロワーメニューカスタマイズ*/
    .tel {
        color: var(--color-tel) !important;
    }

    .drawer-brand {
        border-bottom: 1px solid var(--color-drawer-border);
    }

    .drawer-brand span {
        font-size: 0.7rem;
        margin-left: 0.5rem;
    }

    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        background-color: var(--color-drawer-icon-open);
    }

    .drawer-open nav ul li a,
    .drawer-open nav ul li a:visited {
        color: var(--color-gray-dark);
    }

    .drawer-open nav ul li {
        margin: 10px 0px 10px 0;
    }

    .drawer-hamburger {
        width: 1.3rem;
        padding: 18px 1.35rem 30px;
        top: 15px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        height: 1px;
    }

    .drawer-hamburger-icon:before {
        top: -8px;
    }

    .drawer-hamburger-icon:after {
        top: 8px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        background-color: var(--color-drawer-icon);
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {

    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    .ss-pc {
        height: 420px !important;
    }
}

@media screen and (min-width:1100px) {

    .ss-pc {
        height: 480px !important;
    }

}

/* Drink photo size guards — prevent portrait images from breaking the flex row */
.wine-photo img {
    max-height: 461px;
}

.liquor-photo {
    flex: 0 0 40%;
}

.liquor-photo img {
    max-height: 461px;
}

/* Map wrapper */
.g-map-wrap {
    width: 100%;
    height: 400px;
}

#page_top img {
    width: 55px;
    display: block;
    margin: 0px auto;
}

/* メニューPDFリンク（Drink / Food） */
.menu-link {
    margin-top: 18px;
}

.left_wine .menu-link,
.right_liquor .menu-link {
    margin-left: 20px;
}

.menu-link a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 2px;
}

.menu-link a:hover {
    color: var(--color-accent);
    border-bottom-color: var(--color-accent);
}