@charset "utf-8";

html,
body {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.1em;
    overflow-x: clip;
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    font-style: normal;
}

a {
    color: #000;
}

a:hover {
    color: #AD0F0F;
    text-decoration: none;
    cursor: pointer;
}


/* フォント */
.sans {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-style: normal;
}
.serif {
    font-family: "Shippori Mincho B1", serif;
    font-weight: normal;
    font-style: normal;
}

.fc-white {
    color: #FFF !important;
}

.fc-red {
    color: #AD0F0F !important;
}

.fc-yellow {
    color: #F4DE70 !important;
}

.fc-beige {
    color: #E4C6AE;
}

.fc-brown {
    color: #442500 !important;
}

.fc-black {
    color: #000 !important;
}

.v-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}
.has-shadow {
    text-shadow: 0 0 5px black;
}
.has-shadow-white {
    text-shadow: 0 0 5px white;
}
.en-text {
    letter-spacing: 3.2px;
}

/* 背景 */
.bg-yellow {
    background-color: #E6DAAC;
}

.bg-white {
    background-color: #FFF;
}
.bg-offwhite {
    background-color: #FFFDF7;
}

.bg-brown-70 {
    background-color: rgba(52, 39, 12, 0.7);
}
.bg-navy-70 {
    background-color: rgba(15, 22, 41, 0.7);
}

.bg-overlay-dark {
    position: relative;
}

.bg-overlay-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(201, 188, 156, 0.3);
    pointer-events: none;
    z-index: 0;
}

.bg-overlay-dark p,
.bg-overlay-dark span,
.bg-overlay-dark h1,
.bg-overlay-dark h2 {
    position: relative;
    z-index: 1;
}

.bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
}
/*罫線*/
.br-gold {
    border-left: 2px solid #BC9A3B;
}
.bb-gold {
    border-bottom: 2px solid #BC9A3B;
}
.bb-y {
    border-bottom: 1px solid #EBD07F;
}
/* ボタン */
.button {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    transition-duration: 0.3s;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    color: #FFF;
    position: relative;
    padding: 0.5rem 1rem !important;
    border: none;
    background-image: url(../images/button-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 0 !important;
    transform-origin: center;
}

.button:hover {
    color: #CCC;
}


.button div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 !important;
}

.button p {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

/* ナビ */

.a-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    z-index: 700;
    color: #FFF;
}
.float-nav {
    display: none;
    opacity: 0;
    font-size: 0.8rem;
    background-color:#060329 ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    min-height: 0 !important;
    border-bottom: 1px solid #FFF;
    
}
.float-nav-inner {
    min-height: 0 !important;
}
.float-nav p {
    min-height: 0 !important;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}
@media (min-width: 1024px) {
    .float-nav p {
        writing-mode:horizontal-tb;
        text-orientation:unset ;
        white-space:unset;
    }
}
.float-nav a{
    color:#FFF ;
}
.float-nav a:hover{
    color:#CCC ;
}
.float-nav-img {
    width: 200px;
}

.float-button  {
    /* display: none;
    opacity: 0;*/
    position: fixed;
    top: 50%;
    right: 0;
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    transition-duration: 0.3s;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    color: #FFF;
    padding: 0.5rem 0.3rem !important;
    border: none;
    background-image: url(../images/button-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 0 !important;
    min-height: 0 !important;
    transform-origin: center;
    z-index: 500;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
}

@media (min-width: 768px) {
    .float-button  {
        padding: 2rem 1rem !important;
    }
}

.float-button:hover {
    color: #CCC;
}


.float-button div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.float-button p {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}
.nav-logo {
    max-width: 90px;
}

.a-nav-link-text a {
    color: #000;
}

.a-nav-link-text a:hover {
    color: #333;
}

@media (min-width: 768px) {
    .nav-logo {
        max-width: 140px;
    }
}

.a-nav-cont {
    margin-top: 200px;
}
@media (min-width: 768px) {
    .a-nav-cont {
        margin-top: 0;
    }
}

.a-burger {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1100;
    align-items: center;
    appearance: none;
    background: none;
    border: 2px solid #FFF;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
    vertical-align: top;
    align-self: center;
    color: #000;
    margin: 0;
    padding: 0;
    background-image: url(../images/button-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.a-burger div {
    background-color: #FFF;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    padding: 0;
    margin: 0;
    min-height: 2px !important;

}

.a-burger div:nth-child(1) {
    bottom: 22px;
}

.a-burger div:nth-child(2) {
    top: 22px;
}

.a-burger.is-active div:nth-child(1) {
    transform: rotate(-45deg);
    bottom: 19px;
}

.a-burger.is-active div:nth-child(2) {
    transform: rotate(45deg);
    top: 19px;
}
@media (min-width: 768px) {
    .a-burger {
        display: none;
    }
}
.nav-tel-link {
    max-width: 200px;
}

/* フッター */
.footer {
    background-color: #140C07;
    color: #FFF;
    z-index: 10;
    position: relative;
    z-index: 2;
}

.foot-logo {
    max-width: 144px;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    color: #CCC;
}

@media (min-width: 768px) {
    .foot-logo {
        max-width: 180px;
    }
}

/* News表示 */
.index-news .webgene-blog,
.news-page .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.index-news .webgene-item,
.news-page .webgene-item
 {
    width: 100%;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .index-news .webgene-item,
    .news-page .webgene-item {
        width: 48%;
    }
}
@media (min-width: 992px) {
    .index-news .webgene-item {
        width: 24%;
    }
}


.webgene-pagination {
    width: 100%;
}

.webgene-pagination ul,
.pagelink {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.webgene-pagination ul li,
.pagelink p {
    padding: 0 1rem;
}

.webgene-pagination ul li a,
.pagelink p a {
    padding: 0.5rem 2rem !important;
    min-height: 0 !important;
    line-height: 1 !important;
    font-size: 1rem;
    background-color: #CBC3B0;
    color: #655324;
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
    cursor: pointer;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    background-color: #FFF;
}

.webgene-pagination ul li,
.pagelink p {
    margin: 0;
    position: relative;
    display: inline-block;
}

.webgene-item-prevPageLink {
    margin-left: 1rem;
}

.news-list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
}

.news-list .webgene-blog .webgene-item {
    width: 45%;
    margin: 2rem 2.5%;
}

/* フォーム */
.formInput,
.formTextArea {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;
    margin-bottom: 2rem;
}

.formTextArea {
    height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
    border: 1px solid #CBC3B0;
    background-color: #FFFCF5;

}

.formBtn {
    border: 2px solid #522A14;
    background-color: #FFF;
    color: #522A14;
    font-size: 1rem;
    padding: 1rem 3rem !important;
}

.requiredText {
    background-color: #A3987C;
    color: #FFF;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-left: 1rem;
}

/* TOPページ */
.top-logo {
    width: 200px;
}


.sns-icon {
    width: 32px;
}
/* TOPナビ */
.top-nav {
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
    padding-top: 70px;
}

.top-nav-bg {
    background-image: url(../images/top-nav-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.top-nav-link-box {
    font-size: 14px;
    letter-spacing: 1.2;
}
@media (min-width: 768px) {

    .top-nav {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .top-nav-link-box {
        font-size: 20px;
    }
    .top-nav {
        padding-top: 0;
    }
}
.fv {
    display: flex;
    flex-direction: column; /* 縦方向のレイアウト */
    height: 70vh;
  }

.fv-cont {
    flex-grow: 1;
    position: relative;
}
.fv-cont .swiper,
.fv-cont .swiper-wrapper,
.fv-cont .swiper-slide
 {
    height: 100%;
}

/* 公開時削除 */
/*
.top-slide-02,
.top-slide-03,
.grill-slide-2 {
    display: none;
}
    */
/* 公開時削除 */

.top-slide-01 {
    background-image: url(../images/key-sp01.jpg);
}
.top-slide-02 {
    background-image: url(../images/key-sp02.jpg);
}
.top-slide-03 {
    background-image: url(../images/key-sp03.jpg);
}
@media (min-width: 768px) {
    .top-slide-01 {
        background-image: url(../images/key-01.jpg);
    }
    .top-slide-02 {
        background-image: url(../images/key-02.jpg);
    }
    .top-slide-03 {
        background-image: url(../images/key-03.jpg);
    }

}
.fv-title-box {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.title-underline {
    font-weight: 700;
    color: #4a321c; /* 茶色っぽい色 */
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.title-underline::after {
    content: "";
    display: block;
    margin-left: 0%;
    width: 100%;
    height: 2px;
    background-color: #4a321c; /* 同じ茶色 */
    position: absolute;
    bottom: 0;
    left: 0;
}
.title-line-right,
.title-line-right-black {
    display: flex;
    align-items: center;
    gap: 10px; /* 文字と線の間隔 */
}

.title-line-right::after, 
.title-line-right-black::after {
    
    content: "";
    height: 1px;
    width: 100px;
    background-color: #FFF; /* 文字と同じ色 */
}
.title-line-right-black::after {
    background-color: #000; /* 文字と同じ色 */
}
.title-underline-gold {
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
.title-underline-gold::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E6DAAC;
    position: absolute;
    bottom: 0;
    left: 0;
}
.title-beige-bg {
    padding: 10px;
    background-color: #E5D1B0;
}
.top-sec5 {
    background-position: center bottom !important;
    padding-bottom: 50vh;
}
@media (min-width: 768px) {
    .top-sec5 {
        padding-bottom: 30vw;
    }
}
.top-sec6-title-img {
    max-height: 150px;
    width: auto;
}

/* フッター */


/*下層ページ*/
.sub-fv {
    display: flex;
    flex-direction: column;
}
.sub-top-title {
    display: none;
}
.sub-top-title2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
@media (min-width: 768px) {
    .sub-fv {
        display: flex;
        flex-direction: column; 
        height: 70vh;
    }
    .sub-top-title {

    }
}
.title-img-300 {
    max-height: 300px;
    width: auto;
}
.title-img-150 {
    max-height: 150px;
    width: auto;
}
.title-img-90 {
    max-height: 90px;
    width: auto;
}
.title-img-50 {
    max-height: 50px;
    width: auto;
}

/* モーダル */
.sake-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 22, 41, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.sake-modal img {
    max-width: 400px;
}

.modal-content {
    padding: 20px;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    margin: 0 10px;
    max-height: 80vh;
    overflow-y: scroll;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #FFF;
}

.open-modal {
    width: 25px;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 10;

}
.open-modal {
    width: 25px;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 10;

}
@media (min-width: 768px) {
    .open-modal {
        width: 50px;
    }
}


.open-modal.sake1{	top:12.51%; left: 20.53%;}
.open-modal.sake2{	top:25.66%; left: 27.87%;}
.open-modal.sake3{	top:10.6%; left: 80.5%;}
.open-modal.sake4{	top:49.63%; left: 20.53%;}
.open-modal.sake5{	top:49.63%; left: 69.8%;}
.open-modal.sake6{	top:73.38%; left: 9.66%;}
.open-modal.sake7{	top:73.38%; left: 43.66%;}
.open-modal.sake8{	top:74.55%; left: 86.63%;}

.sake-cat-img {
    width: 100px;
    max-width: none;
}
.swiper-button-next,.swiper-button-prev {
    color: #FFF;
    text-shadow: 0 0 10px #000;
}

.open-modal.area1{	top:13.81%; left: 22.05%;}
.open-modal.area2{	top:36.09%; left: 23.82%;}
.open-modal.area3{	top:44.97%; left: 39.17%;}
.open-modal.area4{	top:52.86%; left: 61.22%;}
.open-modal.area5{	top:62.52%; left: 54.33%;}
.open-modal.area6{	top:67.46%; left: 68.11%;}
.open-modal.area7{	top:81.07%; left: 73.03%;}

/* メニューページ */
.menu-sec2-title-img {
    width: 200px;
}

.drink-float-tmg1 {
    width: 200px;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}
.drink-float-tmg2 {
    width: 200px;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.bg-top {
    background-size: 100% auto !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
}

.bg-bottom {
    background-size: 100% auto !important;
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
}