
@charset "utf-8";
/* *{outline:1px solid red} */
/* 共通項目 */
    body{
        font-family:"Noto Serif JP","ah-hakushu-sutra-typeface", sans-serif; ;
        font-optical-sizing: auto;
        font-style: normal;
    }
    a:hover{
        opacity: 0.7;
    }
    .title{
        width: 100%;
        text-align: center;
        height: 30vh;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        /* font-family: "ah-hakushu-sutra-typeface", sans-serif; */
    }
    .title p{
        font-size: 5vw;
        color: #444444;
        letter-spacing: 4vw;
    }
    .overflow{
        overflow: hidden;
    }
    /* 共通アニメーション */
    .fade-in {
        opacity: 0;
        animation-name: fade-in;
        animation-duration: 3s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        overflow: hidden;
      }
    @keyframes fade-in {
        0% {
           opacity: 0;
        }
        100% {
           opacity: 1;
        }
      }
    .slide-down{
        opacity: 0;
        transform: translateY(-50%);
        animation-name: slide-down;
        animation-duration: 2s;
        animation-delay: 0.5s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        overflow: hidden;
      }
      @keyframes slide-down {
        0% {
           opacity: 0;
           transform: translateY(-50%);
        }
        100% {
           opacity: 1;
           transform: translateY(0);
        }
      }
      .slide-up{
        opacity: 0;
        /* transform: translateY(50%); */
        animation-name: slide-up;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        overflow: hidden;
      }
      @keyframes slide-up {
        0% {
           opacity: 0;
           transform: translateY(50%);
        }
        100% {
           opacity: 1;
           transform: translateY(0);
        }
      }
      .slide-in-left{
        opacity: 0;
        animation-name: slide-in-left;
        animation-delay: 0.5s;
        overflow: hidden;
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
      }
      @keyframes slide-in-left {
        0% {
           opacity: 0;
           transform: translateX(-100%);
        }
        100% {
           opacity: 1;
           transform: translateX(0);
        }
      }
      
      .slide-in-right{
        opacity: 0;
        animation-name: slide-in-right;
        animation-delay: 0.5s;
        overflow: auto;
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
      }
      @keyframes slide-in-right {
        0% {
           opacity: 0;
           transform: translateX(100%);
        }
        100% {
           opacity: 1;
           transform: translateX(0);
        }
      }
@media screen and (max-width:769px){
    .title {
        height: 16vh;
    }
}
/* ローディング画面 */

/* ヘッダ- */
#header{
    position: relative;
    z-index: 100;
}
.header-title-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20vh;
}
.header-title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    line-height: 5vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 22vh;
    margin-top: -2.5vh;
    margin-left: 2vw;
}
.header-title p:nth-child(1){
    font-family: "adobe-aldine", "Noto Serif JP";
    font-size: 2.4vw;
    letter-spacing: 6.4px;
    color:#835822 ;
    font-weight: 700;
    margin-bottom: 16px;
    font-style: italic;

}
.header-title p:nth-child(2){
    font-family: "adobe-aldine", "Noto Serif JP";
    font-weight: 300;
    font-style: italic;
    font-size: 5.4vw;
    letter-spacing: 6.4px;
    color:#835822 ;
}
.tel{
    position: fixed;
    bottom: 4vh;
    left: 2.5vw;
    z-index: 100;
    width: 24vw;
    height: 15vh;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tel p{
    color: #4a4a4a;
    font-weight: bold;
}
.tel p:nth-child(1){
    font-size: 1.6vw;

}
.tel p:nth-child(2){
    font-size: 3vw;
}
.reserve-link{
    position: fixed;
    top: 20vh;
    right: 0;
    width: 5vw;
    height:clamp(200px,27vh,300px);
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.reserve-link p{
    writing-mode: vertical-rl;
    font-size: max(1.6vw,24px);
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
}
.instagram-fix-link{
    position: fixed;
    top: 54vh;
    right: 0;
    width: 5vw;
    height:clamp(200px,27vh,300px);
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.instagram-fix-link p{
    writing-mode: vertical-rl;
    font-size: max(1.2vw,20px);
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
}
.humberger-menu{
    position: fixed;
    top: 3vh;
    right: 3vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}
.humberger-link{
    height: 2.7vw;
    width: 2.4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.humberger-line{
    width: 2.5vw;
    height: 0.4vw;
    background-color: #fff;
    border-radius: 4px;
}
/* メインビジュアル */
#mainvisual{
    height:100vh ;
    position: relative;
}
.mainvisual-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.mainvisual-menu{
    position: absolute;
    right: 10vw;
    top: 9vh;
    width: 54vw;
    justify-content: space-between;
    display: flex;
    z-index: 2;
    /* background:rgba(0,0,0,0.5);s */
}
.mainvisual-menu p{
    color:  #000;
    font-size: 1.2vw;
    font-weight: 700;
}
.header-mobile-title{
    display: none;
}
/* ハンバーガーメニュー */
.active{
    position: fixed;
  }
  .humberger-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; 
    z-index: -2;
  }
.humberger-nav {
  display: block;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  padding-top: 72px;
  background-color: transparent;
  transform: translateX(100%);
  transition-duration: 0.7s;
}

.humberger-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-humberger.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}
  .humberger-nav-container{
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin: 0 auto;
  }
  .humberger-nav-container li{
    padding-top: 30px;
    height: 12vh;
    padding-left: 30px;
  }
  .humberger-nav-container p{
    font-size: 2.4vw;
    margin-top: 3vh;
    color: #7d7d7d;
    font-weight: bold;
  }
  .is-active{
    transform: translateX(0);
    transition-duration:0.7s;
  }
  #btn02 div {
    transition: transform 0.7s ease, opacity 0.7s ease;
  }
  .humberger-title{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .humberger-title p:nth-child(1){
    font-size: 2.4vw;
    color: #7d7d7d;
  }
  .humberger-title p:nth-child(2){
    font-size: 5vw;
    color: #7d7d7d;
    font-family: "ah-hakushu-sutra-typeface", sans-serif;
    padding-left: 5vw;
  }
  .humberger-cv{
    display: flex;
    margin-top: 10vh;
    background-color: #828282;
    width: 100%;
    height: 17vh;
  }
  .humberger-tel{
    display: flex;
    align-items: center;
    width: 64%;
    justify-content: center;
  }
  .humberger-tel p:nth-child(1){
    color: #fff;
    font-size: 2.4vw;
  }
  .humberger-tel p:nth-child(2){
    color: #fff;
    font-size: 3vw;
    padding-left: 3vw;
  }
  .humberger-reserve{
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .humberger-reserve p{
    color: #fff;
    font-size: 3vw;
  }
  /* クリック後 */
  #btn02.active div:nth-of-type(1) {
    -webkit-transform: translateY(22px) rotate(45deg);
    transform: translateY(22px) rotate(45deg);
    transition-duration:0.7s; 
  }
  #btn02.active div:nth-of-type(2) {
    opacity: 0;
  }
  #btn02.active div:nth-of-type(3) {
    -webkit-transform: translateY(-24px) rotate(-45deg);
    transform: translateY(-24px) rotate(-45deg);
    transition-duration:0.7s;
  }
  .header-title-mobile{
    display: none;
  }

@media screen and (max-width:1130px){
    .header-title {
        top: 2vh;
        display: block;
    }
    .header-title p:nth-child(1) {
    margin-left: 8vw;
    margin-bottom: 0;
}
.header-title p:nth-child(2){
    margin-top: -16px;
}
    .reserve-link {
    width: 10vw;
    height: clamp(200px, 25vh, 300px);
    }
        .instagram-fix-link{
        width: 8vw;
        height: clamp(200px, 25vh, 300px);
    }
    .tel {
    right: 18vw;
    }
    .tel p:nth-child(1) {
        font-size: 2.6vw;
    }
    .tel p:nth-child(2) {
        font-size: 4vw;
    }
    .mainvisual-menu p {
        color: #fff;
        font-size: 3.6vw;
    }
    .tel{
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
        width: 50%;
        height: 10vh;
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10000;
    }
    .tel p:nth-child(1) {
        font-size: 3vw;
        color: #fff;
    }
    .tel p:nth-child(2) {
        font-size: 4vw;
        color: #fff;
    }
    .reserve-link{
        top: auto;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 10vh;
        z-index: 10000;
    }
    .reserve-link p{
       writing-mode: horizontal-tb;
       font-size: 5.6vw;
    }
}
@media  screen and (max-width:600px){
    /* ハンバーガーメニュー */
    .humberger-menu {
        width: 64px;
        height: 64px;
    }
    .humberger-line {
        height: 5px;
        width: 32px;
    }
    .humberger-link {
        height: 32px;
        width: 32px;
    }
    #btn02.active div:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(45deg);
        transform: translateY(12px) rotate(45deg);
        transition-duration: 0.7s;
    }
    #btn02.active div:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(-45deg);
        transform: translateY(-15px) rotate(-45deg);
        transition-duration: 0.7s;
    }
    .humberger-title{
        justify-content: normal;
        margin-left: 6vw;
    }
    .humberger-title p:nth-child(1) {
        font-size: 4vw;
    }
    .humberger-title p:nth-child(2) {
        font-size: 11vw;
    }
    .humberger-nav-container{
        display: block;
        width: 100%;
    }
    .humberger-nav-block{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .humberger-nav-container li {
        height: 8vh;
        padding-left: 0;
        padding-top: 0px;
    }
    .humberger-nav-container p {
        font-size: 6.4vw;
    }
    .humberger-cv{
        display: none;
    }
    /* ハンバーガーメニュー終わり */
    .header-mobile-title{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        margin: 0 auto;
    }
    .header-mobile-title p{
        font-family: "ah-hakushu-sutra-typeface", sans-serif;
        font-weight: 600;
        font-style: normal;
        writing-mode: vertical-lr;
        font-size: 40vw;
        color: #fff;
    }
    .tel p:nth-child(1) {
        font-size: 3.2vw;
        color: #fff;
    }
    .tel p:nth-child(2) {
        font-size: 5vw;
        color: #fff;
    }
    .instagram-fix-link{
    top: 50vh;
    width: 12vw;
    }
    .mainvisual-menu {
        display: none;
    }
    .header-title{
        display: none;
    }
    .header-title-mobile{
    display: block;
    position: absolute;
    top: 5vh;
    left: 3vw;
    align-items: flex-end;
    z-index: 200;
    }
    .header-title-mobile-bg1{
        background-color: #fff;
        width: 64vw;
        height: 9vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3vh;
        border-radius: 4px;
    }
    .header-title-mobile p:nth-child(1){
    font-size: 10vw;
    letter-spacing: 6.4px;
    color:#d7b86f ;
    font-weight: 700;
    }
    .header-title-mobile-bg2{
        background-color: #fff;
        width: 92vw;
        height: 9vh;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        padding-left: 2vw;
        padding-bottom: 0.5vh;
    }
    .header-title-mobile p:nth-child(2){
    font-family: "adobe-aldine", "Noto Serif JP";
    font-weight: 300;
    font-style: italic;
    font-size: 14vw;
    letter-spacing: 6.4px;
    color: #d7b86f ;
    }
}
/* お知らせ */
#news{
    background: #fff;
    padding-bottom: 72px;
    max-width: 95%;
    margin: 0 auto;
}
.news-title p{
    color: #444444;
}
.news-info{
    display: flex;
    justify-content: center;
    height: 360px;
    align-items: center;
}
.news-info img{
    width: 360px;
    height: 360px;
    object-fit: contain;
}
.news-text{
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 40px;
    position: relative;
    height: 250px;
}
.news-text p{
    color: #444444;
    font-size: 16px;
}
.news-content-title{
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
    display: block;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3; /* 表示する行数を指定 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-info-news{
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-button{
    margin: 72px auto 0 auto;
    width: 200px;
    height: 48px;
    background-color: #1c1c1c;
    border-radius: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-button p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: -4px;
}
.news-button-line{
    position: absolute;
    width: 120px;
    height: 3px;
    background: #fff;
    top: 36px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.news-button-accent{
    position: absolute;
    width: 10px;
    height: 3px;
    background:#fff;
    top: 32px;
    right: 40px;
    transform: rotate(45deg);
}
@media  screen and (max-width:900px){
    .news-info img{
        width: 36vw;
        height: 36vw;

    }
    .news-text{
        width: 40vw;
    }
}
@media  screen and (max-width:415px){
    .news-info{
        flex-direction: column;
        height: 64vh;
    }
    .news-info img {
        width: 60vw;
        height: 100vw;
        /* margin-left: 12px; */
        object-fit: contain;
        margin: 0 auto;
    }
    .news-text {
        height: 24vh;
        width: 95%;
        margin: 2vh 12px 3vw 2vh;
    }
    .news-text p {
        font-size: 12px;
    }
    .news-content-title{
        font-size: 20px;
    }
    .news-content{
        line-clamp: 4; /* 表示する行数を指定 */
    }
    .news-content p{
        font-size: 16px;
    }
    .news-button {
        margin: 36px auto 0 auto;
        width: 150px;
        height: 36px;
    }
    .news-button p {
        font-size: 12px;
    }
    .news-button-line {
        width: 96px;
        height: 2px;
        top: 25px;
    }
    .news-button-accent {
        width: 7px;
        height: 2px;
        top: 23px;
        right: 27px;
    }
    
}

/* コンセプト */
#concept{
    position: relative;  /* ← パララックス効果（スクロール固定） */
    width: 100%;                 /* ← 画面の高さに合わせる */
    z-index: -1;
}
.concept-bg-img{
    position: sticky;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.concept-text {
    padding-top: min(40vh,500px);
    padding-bottom: min(40vh,500px);
    height: min(360vh,3600px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
.concept-text p:nth-child(1){
    font-size: 11vw;
    letter-spacing: 5vw;
    color: #444444;
}
.concept-text p:nth-child(2){
    font-size: 3.2vw;
    letter-spacing: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 10vh;
}
.concept-text p:nth-child(n+3){
    color: #fff;
    font-size: max(1.6vw,24px);
    letter-spacing: 16px;
    line-height: 8vh;
    max-width: 90vw;
}
@media screen and (max-width:820px){
    .concept-text {
    height: 240vh;
    padding: 24vh 0;
    }
}
@media  screen and (max-width:415px){

    .concept-text {
        height: 200vh;
        padding: 0
         0;
    }
    .concept-text p:nth-child(2) {
        font-size: 5.2vw;
        letter-spacing: 1.6vw;
        line-height: 8vh;
    }
    .concept-text p:nth-child(n+3) {
        font-size: 3.6vw;
        letter-spacing: 4px;
        line-height: 6vh;
    }
}
/* メニュー */
.menupage-text{
    font-size:max(1.2vw,20px);
    letter-spacing: 0.8vw;
    line-height: 7vh;
    text-align: center;
    margin: 32px 0;
}
.menu-container{
    width: 95%;
    margin: 72px auto 0 auto; 
}
.menu-info{
    display: flex;
    height: 60vh;
    margin-bottom: 40px;
}
.menu-info-text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60vh;
    gap: 7vh; /* 各pタグの間に余白 */
    margin: 0 auto;
}
.menu-info-text p:nth-child(1){
    font-size: 3vw;
    color: #444444;
    letter-spacing: 16px;
    font-weight: bold;
}
.menu-info-text p:nth-child(2){
    font-size:max(1.2vw,8px);
    color: #444444;
    letter-spacing: 8px;
    line-height: 6.4vh;
}
.menu-info-text p:nth-child(3){
    font-size:clamp(20px,2vw,999px) ;
    color: #444444;
}
.menu2 p:nth-child(1){
    font-size: 2.4vw;
    letter-spacing: 10px;
}
.menu-info img{
    width: 55%;
    object-fit: cover;
    height: 60vh;
    border-radius: 4px;
}

@media screen and (max-width:900px){
    .menupage-text {
    font-size: 2.2vw;
    line-height: 6vh;
    }
    .menu-info-text p:nth-child(1) {
    font-size: 2.4vw;
    }
    .menu-info-text p:nth-child(2) {
    line-height: 3.4vh;
    }
}
@media  screen and (max-width:900px){
    .menupage-text {
        font-size: 2vw;
        line-height: 4vh;
        letter-spacing: 1vw;
    }
    .menu-info {
        flex-direction: column-reverse;
        height: 90vh;
    }
    .kaisen{
        flex-direction: column;
    }
    .menu-info img {
        width: 100%;
        height: 40vh;
    }
    .menu-info-text {
        width: 100%;
        margin-top: 5vh;
    }
    .menu-info-text p:nth-child(1) {
        font-size: 5.4vw;
    }
    .menu-info-text p:nth-child(2) {
        font-size: 3.2vw;
        line-height: 5.4vh;
    }
}


/* 店内紹介 */
.floor-info{
    display: flex;
    position: relative;
}
.floor-img{
    width: 40vw;
    height: 60vh;
    object-fit: cover;
}
.floor-text{
    text-align: center;
    width: 40vw;
    height: 60vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.floor-text p:nth-child(1){
    font-size: 2vw;
    line-height: 3vw;
    letter-spacing: 12px;
    color: #444444;
    font-weight: bold;
}
.floor-text p:nth-child(2){
    font-size: 1vw;
    line-height: 2vw;
    letter-spacing: 8px;
    color: #444444;
}
.floor-img-2{
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: auto;
    object-fit: cover;
    z-index: -1;
}
.mobile-active{
    display: none;
}
@media screen and (max-width:769px){
    .floor-text p:nth-child(2) {
        line-height: 4vw;
    }

}
@media  screen and (max-width:820px){
    .floor-img {
        width: 72vw;
        height: 36vh;
        display: block;
        border-radius: 4px;
    }
    .floor-img-2 {
        position: static;
        display: block;
        float:right;
        width: 72vw;
        height: 36vh;
        margin-top: 32px;
        border-radius: 4px;
    }
    .floor-info {
        display: block;
    }
    .floor-text {
        width: 100vw;
        padding-top:16px ;
        height: 70vh;
    }
    .floor-text p:nth-child(1) {
        font-size: 4vw;
        line-height: 8vw;
        letter-spacing: 12px;
    }
    .floor-text p:nth-child(2) {
        font-size: 2.7vw;
        letter-spacing: 6px;
        line-height: 6vw;
    }
    .mobile-none{
        display: none;
    }
    .mobile-active{
        display: block;
    }
}
/* 貸し切り */
.party{
    position: relative;
    min-height: 860px;
    height:124vh;
}
.party-text{
    width: 37.5vw;
    height: 37.5vw;
    background-color: #f0f0f0;
    top: 10%;
    left: 16vw;
    position: absolute;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
}
.party-text p:nth-of-type(1){
    font-size: 2.4vw;
    color: #444444;
    font-weight: bold;
    letter-spacing: 1.2vw;
}
.party-text p:nth-of-type(2){
    font-size: 1vw;
    color: #444444;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 4vw;
    margin-top: 4vw;
}
.party-img{
    position: absolute;
    top: 36%;
    right: 16vw;
    width: 37.5vw;
    height: 37.5vw;
    object-fit: cover;
    border-radius: 4px;
    z-index: -2;
}
.tab-active{
    display: none;
}
@media screen and (max-width:1320px){
    .party {
        height: 84vh;
    }
    .party-text {
    top: 21vh;
    }
}
@media  screen and (max-width:900px){
    .tab-active{
        display: block;
    }
    .tab-none{
        display: none;
    }
    .party{
        min-height: auto;
        height: 132vh;
    }
    .party-text {
        position: static;
        width: 100%;
        height: 60vh;
    }
    .party-text p:nth-of-type(1) {
        font-size: 5.4vw;
    }
    .party-text p:nth-of-type(2) {
        font-size: 2.4vw;
        letter-spacing: 5px;
        line-height: 9vw;
        margin-top: 8vw;
    }
    .party-img {
       position: static;
       width: 100%;
       height: 60vh;
    }
}
/* 求人情報 */
.recruit{
    position: relative;
    height: 32vh;
}
.recruit img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 32vh;
    object-fit: cover;
}
.recruit-text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32vh;
}
.recruit-text-container{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-text1{
    font-size: 48px;
    color: #444444;
    letter-spacing: 24px;
    font-weight: bold;
}
.recruit-text2{
    font-size: 1.6vw;
    letter-spacing: 0.4vw;
    line-height: 6vh;
    color: #444444;
}
@media  screen and (max-width:900px){
    .recruit-text2{
        line-height: 4vh;
    }
}
@media  screen and (max-width:415px){
    .recruit {
        height: 40vh;
    }
    .recruit img {
        height: 40vh;
    }
    .recruit-text {
        display: block;
        padding-top: 12px;
    }
    .recruit-text-container {
        width: 100%;
    }
    .recruit-text2 {
        font-size: 3vw;
        margin-top: 4vh;
        letter-spacing: 1.4vw;
        line-height: 9vw;
        padding-left: 3vw;
        text-align: center;
    }
}
/* 店舗概要 */
.shop-info::before{
    content: "";
    background-image: url(../img/bg-img.jpg);
    background-size: cover;         /* ← 画面にフィットさせる */
    background-repeat: no-repeat;   /* ← 画像の繰り返しを防ぐ */
    background-position: center;  
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shop-info{
    position: relative;
    margin-top: 36px;
}
.shop-info-container{
    display: flex;
}
.shop-map-container{
    display: flex;
    align-items: center;
    height: 1200px;
    width: 50%;
}
.shop-map{
    width: 100%;
    height: 900px;
    position: relative;
}
.shop-info-text{
    padding-top:40px;
    width: 50%;
    padding-left: 8%;
}
.shop-info-text dt{
    position: relative;
}
.shop-info-text dt span{
    font-size: 1.2vw;
    color: #444444;
    letter-spacing: 8px;
    font-weight: bold;
}
.shop-info-text dt::before {
    content: '';
    height: 1px;
    background: #444444;
    position: absolute;
    left: 124px;
    right: 0;
    top: 20px;
}
.shop-info-text dd{
    display: flex;
    align-items: center;
    height: 72px;
}
.shop-info-text dd p{
    margin-left: 24px;
    color: #444444;
    font-size: 1vw;
    letter-spacing: 8px;
    line-height: 32px;
}
.shop-info-text .address{
    height: 120px;
}
.shop-info-text .credit2{
    height: 120px;
}
.shop-info-text .credit::before{
    left: 260px;
}
.shop-info-text .invoice::before{
    left: 300px;
}
.mobile-br{
    display: none;
}
@media  screen and (max-width:840px){

    .shop-info-text{
        padding-left: 0;
    }
    .shop-info-text dd {
        height: 80px;
    }
    .shop-info-text dd p {
        line-height: 20px;
    }
    .shop-info-text dt {
        margin-left: 16px;
    }
    .shop-info-text dt::before {
        left: 76px;
    }
    .shop-info-text dd p{
        font-size: 1.6vw;
    }
    .shop-info-text .credit::before {
        left: 176px;
    }
    .shop-info-text .invoice::before {
        left: 190px;
    }
    .mobile-br{
        display: block;
    }
}
@media  screen and (max-width:660px){

    .mobile-none{
        display: none;
    }
    .shop-info-container {
        flex-direction: column-reverse;
    }
    .shop-map-container {
        display: block;
        width: 100%;
        height: 60vh;
    }
    .shop-map {
        height: 60vh;
    }
    .shop-info-text {
        width: 100%;
    }
    .shop-info-text dt span {
        font-size: 4.2vw;
    }
    .shop-info-text dd p {
        font-size: 5vw;
        line-height: min(4.5vh,36px);
    }
    .shop-info-text dd {
        height: auto;
        margin: 3vh 0;
        display: block;
        text-align: center;
    }
    .shop-info-text dt::before {
        left: 114px;
    }
    .shop-info-text .credit2 {
        height: auto;
    }
    .shop-info-text .credit::before {
        left: 53vw;
    }
    .shop-info-text .invoice::before {
        left: 60vw;
    }
}
/* フッター */
.footer{
    display: flex;
}
.footer-left{
    background-color:#382e2d;
    padding: 5vw;
    width: 36vw;
}
.footer-info{
    font-family: "adobe-aldine", "Noto Serif JP";
    color:#835822 ; 
    font-style: italic;
}
.footer-info h1{
    font-size: 2vw;
}
.footer-info h2{
    font-size: 5vw;
}
.footer-tel{
    color: #fff;
    text-align: center;
    line-height: 4.5vh;
    margin-top: 2vh;
}
.footer-tel h1{
    font-size: 1.2vw;
}
.footer-tel h2{
    font-size: 2.4vw;
}
.footer-reserve{
    color: #fff;
    margin: 40px auto 0 auto;
    border: solid 3px #fff;
    border-radius: 32px;
    width: 22vw;
    height: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-reserve p{
    font-size: 1.2vw;
}
.footer-right{
    background-color: #4e4646;
    width: 64vw;
}
.footer-link{
    display: flex;
    font-size: 1.2vw;
    color: #fff;
    padding-left: 2vw;
    padding-top: 3vw;
    width: 85%;
    justify-content: space-evenly;
}
.footer-sns-address{
    margin-top: 5vh;
    margin-left: 3vw;
}
.footer-address p{
    font-size: 1.2vw;
    color: #fff;
    letter-spacing: 0.12vw;
    margin-top: 0.5vh;
}
.footer-sns-info{
    font-size: 2vw;
    letter-spacing: 0.16vw;
    color: #fff;
    font-style: italic;
}
.footer-sns{
    display: flex;
    margin-top: 7vh;
    align-items: center;
}
.footer-sns-img{
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin-left: 2vw;
}
.footer-sns-img img{
    width: 5vw;
    height: 5vw;
}
@media  screen and (max-width:811px){
    .footer-tel {
        line-height: 2.4vh;
    }
    .footer-reserve p {
        font-size: 1.6vw;
    }
    .footer-sns {
        margin-top: 3vh;
    }
}
@media  screen and (max-width:450px){
    .footer{
        display: block;
    }
    .footer-left {
    width: 100%;
    }
    .footer-right{
        display: none;
    }
    .footer-info {
        text-align: center;
    }
    .footer-info h1{
        font-size: 16px;
    }
    .footer-info h2{
        font-size: 48px;
    }
        .footer-tel {
        line-height: 40px
    }
    .footer-tel h1{
        font-size: 16px;
    }
    .footer-tel h2{
        font-size: 32px;
    }
    .footer-reserve{
        margin-top: 20px;
        width: 70%;
        height: 42px;
    }
    .footer-reserve p{
        font-size: 16px;
    }
}
.copy{
    width: 100%;
    background-color: #fff;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy p{
    font-size: 1vw;
}
@media  screen and (max-width:450px){
    .copy{
        height: 8px;
    }
}