@charset "utf-8";

html,
body {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.1em;
    overflow-x: clip;
    background-color: none;
    color: #5E3505;
}

.bg-fix {
    background-image: url("../images/bg-fix.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100vh;
}

.bg-fix2 {
    background-image: url("../images/bg-food-drink.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: bold;
    font-style: normal;
}

a {
    color: #5E3505;
    text-decoration: none !important;
}

a:hover {
    color: #E43905;
    cursor: pointer;
}


/* フォント */

.senkou {
    font-family: "sicfude-senkou", sans-serif;
}

.take {
    font-family: "sictake-kizami", sans-serif;
}

.ab {
    font-family: "ab-kirigirisu", sans-serif;
}

.ora {
    font-family: "oradano-mincho-gsrr", sans-serif;
}

.vdl {
    font-family: "vdl-v7mincho", sans-serif;
}

.ud {
    font-family: "uddigikyokasho-pro", sans-serif;
}



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

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

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

.fc-ivory {
    color: #FDF5E6 !important;
}

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


.v-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
}

.text-shadow {
    text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
    text-shadow: 2px 2px 5px white;
}

.has-shadow {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}


.st-black {
  color: #311C09;
  text-shadow:
    0.1px 0.1px 0 #311C09,
   -0.1px 0.1px 0 #311C09,
    0.1px -0.1px 0 #311C09,
   -0.1px -0.1px 0 #311C09,
    0 0.1px 0 #311C09,
    0.1px 0 0 #311C09,
    0 -0.1px 0 #311C09,
   -0.1px 0 0 #311C09;
  font-weight: bold;
}



/* 背景 */
.bg-brown {
    background-color: #311C09;
}

.bg-red {
    background-color: #9C323E;
}

.bg-ivory {
    background-color: #FDF5E6;
}

.bg-beige-1 {
    background-color: rgba(242, 203, 76, 0.21);
}

.bg-beige-2 {
    background-color: rgba(190, 135, 16, 0.15);
}



/*罫線*/
.b-brown {
    border: 1px solid #311C09;
}

.bl-brown {
    border-left: 1px solid #311C09;
}

.br-brown {
    border-right: 1px solid #311C09;
}

.bb-brown {
    border-bottom: 1px solid #311C09;
}

.bt-brown {
    border-bottom: 1px solid #311C09;
}



.b-white {
    border: 1px solid #FDF5E6;
}

.bl-white {
    border-left: 1px solid #FDF5E6;
}

.br-white {
    border-right: 1px solid #FDF5E6;
}

.bb-white {
    border-bottom: 1px solid #FDF5E6;
}

.bt-white {
    border-bottom: 1px solid #FDF5E6;
}


.bb-red {
    border-bottom: 1px solid #9C323E;
}



/*行間*/

.gyo1 {
    line-height: 30px;
}

.gyo2 {
    line-height: 40px;
}

.gyo3 {
    line-height: 50px;
}



/* ボタン */
.button {
    position: relative;
    display: inline-flex !important;
    background-color: #9C323E;
    color: #FDF5E6;
    width: 250px;
    height: 45px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.button::after {
    content: "";
    width: 24px;
    height: 8px;
    background-image: url(../images/arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.button:hover {
    background-color: #F58E9A;
}

.button:hover::after {
    right: 6px;
}

.button p {
    color: #FDF5E6;
    font-family: "vdl-v7mincho", sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2rem;
}

.button.is-free {
    width: auto;
    padding: 0 36px;
}

/* ナビ */

.a-nav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    background-image: url("../images/header-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.a-nav.edit {
    display: flex;
    opacity: 1;
}

.a-nav a p {
    color: #FFF9EC;
    transition: all 0.3s ease;
}

.a-nav a:hover p {
    color: #E43905;
}

.top-logo {
    max-width: 180px;
}

.a-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 800;
    padding: 10px;
    background-image: url("../images/header-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.sp-top-logo {
    max-width: 120px;
    height: auto;
}

.nav-logo {
    max-width: 160px;
}

.menu-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-box>a:not(:last-child) {
    margin-bottom: 12px;
}

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

    .a-nav {
        display: flex;
        flex-direction: row;
        opacity: 1;
        height: auto;
        padding: 28px 46px;
    }

    .a-nav a {
        color: #FFF;
    }

    .a-nav a:hover {
        color: #FFF;
        text-decoration: underline;
    }

    .menu-box {
        display: block;
    }

    .menu-box>a:not(:last-child) {
        margin-bottom: 0;
        margin-right: 12px;
    }
}

.reserve-button {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 142px;
    transition: all 0.3s;
    transform-origin: right;
    z-index: 700;
}

.reserve-button:hover {
    transform: scale(1.05);
}

.a-burger {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1100;
    border: 1px solid #FFF;
    border-radius: 22px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
}

.a-burger div {
    width: 20px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    left: 11px;
    transform-origin: center;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    min-height: 2px !important;
}

.a-burger div:nth-child(1) {
    top: 23px;
}

.a-burger div:nth-child(2) {
    bottom: 23px;
}

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

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

@media (min-width: 992px) {
    .a-burger {
        display: none;
    }

    .reserve-button {
        width: 186px;
    }
}

.nav-tel-link {
    max-width: 200px;
}

/* フッター */

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

.foot-insta {
    width: 26px;
}

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

/* News表示 */

/* News表示 画像あり版 */
.index-news a {
  color: #142843;
}
.index-news a:hover {
  color: #2e4a70;
}

.webgene-component {
    padding-top: 100px;
}

.bb-brown-news {
    border-bottom: 1px solid #311C09;
    max-width: 700px;
}

.bg-paper-news {
  background-image: url("../images/bg-news.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* ページネーション共通 */

.news-title {
  display: flex;
  position: relative;
  align-items: center;
}
.news-title::before {
  content: "";
  background-image: url(../images/news-kazari.png);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: -150px;
}
 


/* フォーム */
.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;

}
.zipInput {
    width: 6rem;
}
@media (min-width:768px) {
    .formTh {
        padding-left: 2rem;
    }
}

.requiredText {
    background-color: #A3987C;
    color: #FFF;
    padding: 4px 8px;
    font-size: 0.8rem;
    margin-left: 1rem;
}
.privacyformError {
    padding-top: 25px;
}
@media (min-width:768px){
    .privacyformError {
        padding-top: 0;
    }
}
/* ページ共通設定 */

.fv {
    height: calc(100vh - 64px);
    margin-top: 64px;
}

@media (min-width:992px) {
    .fv {
        height: calc(100vh - 102px);
        margin-top: 102px;
    }
}

.fv-sub {
    height: calc(80vh - 64px);
    margin-top: 64px;
}

@media (min-width:992px) {
    .fv-sub {
        height: calc(80vh - 102px);
        margin-top: 102px;
    }
}
/* プラシバシーポリシー */
.policy-box {
    overflow-y: scroll;
    height: 400px;
    border-radius: 30px;
}


/* HEADER */

.logo-header {
    width: 145px;
}



/* KODAWARI */

.kodawari-title {
    font-size: 22px;
}

@media (min-width:768px){
.kodawari-title {
    font-size: 50px;
}
}

.title-kodawari1 {
    width: 700px;
    height: auto;
    position: sticky;
    z-index: 10;
}

.kodawari1,
.kodawari3 {
    margin-top: -70px;
    position: sticky;
    z-index: 1;
}

@media (min-width:768px){
.kodawari1 {
    margin-top: -120px;
    position: sticky;
    z-index: 1;
}
}

.kodawari3 {
    margin-top: -70px;
    position: sticky;
    z-index: 1;
}

@media (min-width:768px){
.kodawari3 {
    margin-top: -140px;
    position: sticky;
    z-index: 1;
}
}


.kodawari-sub-title {
    line-height: 30px;
}

@media (min-width:768px){
.kodawari-sub-title {
    line-height: 40px;
}
}

.kodawari-img {
    width: 250px;
    height: auto;
}

@media (min-width:768px){
    .kodawari-img {
    width: 550px;
    height: auto;
}
}

.kodawari-img5 {
    margin-top: -45px;
}

@media (min-width:768px){
    .kodawari-img5 {
    margin-top: 0px;
}
}



/* FOOD */

.food-title {
    width: 150px;

}

.food-title-up {
    margin-top: -70px;
}

.menu-frame {
    max-width: 1000px;
}

.circle {
    width: 20px;       /* 横幅 */
    height: 20px;      /* 高さ（横幅と同じ） */
    background: #FDF5E6;   /* 塗りつぶし色 */
    border-radius: 50%; /* これで円になる */
}

.border-up {
    margin-top: -36px;
}

.food-text-pc {
    display: none;
}

.food-text-sp {
    display: block;
}

@media (min-width:768px){
    .food-text-pc {
    display: block;
}

.food-text-sp {
    display: none;
}
}



/* DRINK */

.nomiho-tape {
    width: 250px;
    margin-bottom: -40px;
}




/* COURSE */

.course-sub-title {
    font-size: 20px;
    line-height: 30px;
}

@media (min-width:768px){
.course-sub-title {
    font-size: 30px;
    line-height: 50px;
}
}

.course-name {
    letter-spacing: 15px;
    font-size: 20px;
}

@media (min-width:768px){
    .course-name {
    letter-spacing: 20px;
}
}

@media (min-width:768px) and (max-width: 992px){
    .course-name {
    font-size: 30px;
}
}

@media (min-width:992px) {
    .course-name {
    font-size: 50px;
}
}


.course-point-bg {
    border-radius: 20px;
}

.course-point-text {
    font-size: 16px;
}

@media (min-width:992px){
    .course-point-text {
    font-size: 20px;
}
}

.bg-course1 {
    position: sticky;
    z-index: 10;
}

.course-menu-bg {
    margin-top: -33px;
    position: sticky;
    z-index: 1;
}


/* SHOP */

.shop-title {
    width: 200px;
}

@media (min-width:768px){
    .shop-title {
    width: 300px;
}
}


.shop-title-all {
    padding-top: 0px;
    margin-top: -30px;
}

@media (min-width:768px){
    .shop-title-all {
    padding-top: 200px;
    margin-top: 0px;
}
}


.shop1-text {
    margin-left: 0px;
}

@media (min-width:992px){
.shop1-text {
    margin-left: -100px;
}
}


.shop-img1 {
    margin-left: -60px;
}


@media (min-width:768px) and (max-width:992px) {
.shop-img1 {
    margin-left: 0px;
}
}


@media (min-width:992px){
.shop-img1 {
    margin-left: -100px;
}
}





.shop-title-all2 {
    padding-top: 0px;
    margin-top: 0px;
}

@media (min-width:768px){
    .shop-title-all2 {
    padding-top: 200px;
    margin-top: 0px;
}
}

.shop2-text {
    margin-left: 0px;
}

@media (min-width:992px){
.shop2-text {
    margin-right: 0px;
}
}


.shop-img2 {
    margin-right: -60px;
}


@media (min-width:768px) and (max-width:992px) {
.shop-img2 {
    margin-right: -200px;
}
}


@media (min-width:992px){
.shop-img2 {
    margin-right: -200px;
}
}




.shop-title3 {
    width: 100px;
}

@media (min-width:768px){
    .shop-title3 {
    width: 200px;
}
}


.fukidashi-shop {
    margin-top: -80px;
    margin-bottom: -50px;
}

@media (min-width:768px){
    .fukidashi-shop {
    margin-top: -80px;
    margin-bottom: -120px;
}
}

/* RECRUIT */

.recruit-copy {
    width: 350px;
}

.recruit-img1 {
    width: 700px;
    height: auto;
}


/* INFORMATION */

.info-title {
    font-size: 20px;
}

.sub-title-info {
    width: 350px;
}

/* NEWS */

.news-tape {
    width: 250px;
    margin-bottom: -77px;
}

.news-item-box {
    background-image: url("../images/news-kazari2.png");
    width: 700px;
    height: 100px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    padding-bottom: 180px;
}

@media (min-width:768px){
    .news-item-box {
    background-image: url("../images/news-kazari2.png");
    width: 700px;
    height: 300px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
}

.news-text {
    padding-top: 65px;
}

@media (min-width:768px){
    .news-text {
    padding-top: 120px;
}
}


/* FOOTER */

.logo-footer {
    width: 200px;
    height: auto;
}

@media (min-width:768px){
    .logo-footer {
    width: 300px;
    height: auto;
}
}

.footer-text {
    font-size: 14px;
}

@media (min-width:992px){
    .footer-text {
    font-size: 18px;
}
}


.footer-text-pc {
  display: none !important;
}

@media (min-width:768px){
  .footer-text-pc {
    display: block !important;
  }
  .footer-text-sp {
    display: none !important;
  }
}

