@charset "UTF-8";

html{
  scroll-behavior: smooth;
}

/* ----------------------------------------------
PC・SPの切り替え
----------------------------------------------- */
@media screen and (min-width: 768px) {
  .-pc {
    display: block;
  }

  .-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .-pc {
    display: none !important;
  }

  .-sp {
    display: block;
  }
}

/* ================================================================
1.0 Layout
================================================================ */
.l-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  color: #fff;
  overflow-x: auto;
}

.l-header::-webkit-scrollbar{
  width:5px;
}

.l-header::-webkit-scrollbar-track{
  background: transparent;
  border: none;
  box-shadow: none;
}

.l-header::-webkit-scrollbar-thumb{
  background:rgba(219,187,136,0.6);
  /* background:rgba(187,126,45,0.6); */
  box-shadow: none;
}

.header-nav {
  overflow: hidden;
  height: 80px;
  background-color: #5B1C1C;
  /* min-width: 1020px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.header-logo img {
  width: 268px;
  padding-right: 10px;
}

.p-main__logo p{
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.header-logo .-tel {
  font-size: 14px;
  font-weight: bold;
}

.navigation {
  overflow: hidden;
}

.navigation li {
  width: 120px;
  height: 80px;
  float: left;
  text-align: center;
  border-left: 1px solid #966d52;
}

.navigation a::before {
  content: url(../images/common/arrow.png);
  margin-right: 5px;
}

.navigation li a {
  display: block;
  color: #fff;
  padding: 28px 0;
}

.navigation p::before {
  content: url(../images/common/arrow.png);
  margin-right: 5px;
}
.navigation p span {
  font-size: 12px;
  color: #777;
}

.navigation li p {
  display: block;
  color: #fff;
  padding: 16px 0;
}


.hamberger-button {
  display: none;
}

/* .navigation .en-button {
  background-image: url(../images/common/en_button.jpg);
} */

/* 予約 */

/* .navigation .reserve{
  background-color: #fff;
}

.navigation .reserve a{
  color: #000;
}

.navigation .reserve a::before{
  content: url(../images/contact/arrow-bk.png);
  margin-right: 5px;
} */

.reservation-button {
  position: fixed;
  top: 120px;
  right: 0;
  background: #fff;
  z-index: 999;
  line-height: 0;
}

.l-main {
  overflow: hidden;
  padding-top: 79px;
  z-index: -1;
}

.p-mainImage{
  height: calc(100vh - 80px);
  position: relative;
}

/* スライド */
.swiper,
.swiper-wrapper{
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ページネーション */
.swiper .swiper-pagination-bullet {
  background-color: #ccc;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  margin: 0 4px; /* ドット間の余白 */
  opacity: 1;
}

/* ページネーション アクティブ*/
.swiper .swiper-pagination-bullet-active {
  background-color: #813836;
}


.p-main__logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.p-main__logo img{
  width: 54.05vw;
}

/* コピー */

.l-section1 {
  background-image: url(../images/top/bg-black.jpg);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.p-sub-title_ye {
  color: #ebebb8;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.p-sub-title_ye span {
  padding: 0 10px;
}


.parallax-window {
    min-height: 300px;
    background: transparent;
}


/* メニュー */

.l-menu__contets{
  background-image: url(../images/top/menu-bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  color: #fff;
}

.l-menu{
  padding-bottom: 150px;
  scroll-margin-top: 80px;
}


.p-label-title{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  font-size: 37px;
}

.c-title-label{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10.2857143%;
  margin-bottom: 100px;
}

.c-title-label.-smallText{
  margin-bottom: 20px;
}

.c-wrap {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0 80px;
  margin-top: 60px;
}


.c-wrap.-line{
  border-top: 1px dotted #fff;
  margin-top: 40px;
  padding-top: 40px;
}

.p-menuText__small{
  max-width: 1000px;
  margin: auto;
  /* margin-bottom: 60px; */
  text-align: right;
  font-size: 12px;
}
/* 
.p-menu-list{
  overflow: hidden;
  border-top: 1px dotted #fff;
  padding:30px 10px 0;
  
} */

.p-menu-box {
  display: flex;
  flex-direction: column;
}

.p-menu-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  border-top: 1px dotted #fff;
  padding: 30px 10px 40px;
}

.p-menuText__right {
  margin-top: auto;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}

.c-sub-ttl-small{
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.c-sub-ttl-small span{
  display: block;
  font-size: 16px;
}

.p-menu-list dl{
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}


.p-menu-list dt .-small{
  font-size: 14px;
  display: block;
}

.p-menu-box .p-menu-list dt{
  font-size: 16px;
  margin-bottom: 8px;
}

.p-menu-box .p-menu-list dd{
  font-size: 16px;
  /* text-align: right; */
  margin-bottom: 8px;
}

.p-atention{
  clear: both;
  width: 100%;
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px dotted #fff;
  font-size: 14px;
}

.p-atention.-lunch{
  margin:14px 0 150px;
  padding-top: 50px;
}

.p-title-label_course{
  background-image: url(../images/course/title-bg.jpg);
}

.p-course-box{
  overflow: hidden;
  margin-bottom: 80px;
}

.p-course-detail.-left{
  float: left;
  width: 50%;
}

.p-course-detail.-right{
  float: right;
  width: 50%;
}

.p-img-right{
  float: right;
  width:40%;
}

.p-img-left{
  float: left;
  width:40%;
}

.p-course-title{
  text-align: center;
  margin: 20px 0;
}

.p-course-title .-price{
  font-size: 20px;
}

.p-course-detail .p-menu-list{
  font-size: 18px;
}

.p-course-detail .p-menu-list li{
  margin-bottom: 6px;
}

.p-course-detail .p-menu-list li:last-child{
  margin-bottom: 16px;
}

.p-title-label_menu01{
  background-image: url(../images/top/title-bg-01.webp);
}

.p-title-label_menu02{
  background-image: url(../images/top/title-bg-02.webp);
}

.p-title-label_menu03{
  background-image: url(../images/top/title-bg-03.webp);
}

.p-title-label_menu04{
  background-image: url(../images/top/title-bg-04.webp);
}

.p-title-label_menu05{
  background-image: url(../images/top/title-bg-05.webp);
}

@media (max-width:768px) {
  .p-title-label_menu01{
  background-image: url(../images/top/title-bg-01-sp.webp);
}

.p-title-label_menu02{
  background-image: url(../images/top/title-bg-02-sp.webp);
}

.p-title-label_menu03{
  background-image: url(../images/top/title-bg-03-sp.webp);
}

.p-title-label_menu04{
  background-image: url(../images/top/title-bg-04-sp.webp);
}

.p-title-label_menu05{
  background-image: url(../images/top/title-bg-05-sp.webp);
}

}


/* .p-menu-box{
  margin-bottom: 100px;
} */

.p-menu-box .-small{
  font-size: 14px;
}

/* メニュー(カレー〜お持ち帰り) */
.p-menu__item{
  display: flex;
  justify-content: space-between;
}

.p-menu__item:not(:last-child){
  margin-bottom: 20px;
}


/* 店舗情報 */

.p-shop__wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  align-items: end;
  gap: 40px;
}

.p-info-wrap{
  width: calc(100% - 540px);
}

.l-shopinfo {

  /* min-height: 630px; */
  padding: 40px 0;

}


.l-shopinfo .c-sub-title {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
}

.p-info-box {
box-sizing: border-box;
  padding: 20px 30px;
/*  max-width: 550px;*/
  width:100%;
  background-color: #fff;
  color: #000;
}

.p-info-box .-tel {
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.p-info-box .-tel a {
  color: #000;
}

.p-info-box .-tel dt{
  display: block;
  padding-right: 5px;
  padding-top:3px;
}

.p-info-box .-tel dd {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

.p-info-box .-detail dl {
  overflow: hidden;
}

.p-info-box .-detail dt {
  display: block;
  float: left;
  width: 20%;
  text-align: right;
}

.p-info-box .-detail dd {
  float: right;
  width: 72%;
  border-left: 1px solid #c8c2be;
  padding: 0 0 10px 18px;
}

.p-youtube-wrap{
    width: calc(40% - 40px);
    aspect-ratio: 1225 / 920;
}

.p-youtube-wrap iframe{
    width: 100%;
    height: 100%;
}

/* 店舗写真 */

.l-shopinfoImgBox{
  background-image: url(../images/common/bg-khaki.jpg);
  padding:60px 20px 
}

.l-shopinfoImg__list{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  align-items: end;
  gap: 20px;
}

.l-shopinfoImg{
  flex: 1;
  height: 100%;
}

.l-shopinfoImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* アクセス */

.l-access {
  background-image: url(../images/common/bg-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 884px;
  padding: 40px 0;
}

.c-sub-title {
  font-size: 26px;
  letter-spacing: 16px;
  margin-bottom: 20px;
}

.l-access .-text {
  letter-spacing: 1PX;
  margin-bottom: 20px;
}

.l-access iframe {
  width: 80%;
  height: 750px;
}

/* 各リンク */

.l-link {
  background-image: url(../images/top/bg-red.png);
  padding: 40px 0;
}

.p-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    text-align: center;
    gap: 8px;
}

.p-link-list a{
  display: inline-block;
  width: 100%;
  /* padding: 65px 0; */
  font-size: 20px;

        height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-link-list a > span::before {
  content: url(../images/common/arrow.png);
  padding-right: 5px;
}

.p-link-list p {
  font-size: 20px;

          height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-link-list p > span::before {
  content: url(../images/common/arrow.png);
  padding-right: 5px;
}


/* .p-link-list p span {
  color: #a0a0a0;
} */
 .p-link-list .-shin {
  background-image: url(../images/top/bnr-shin.jpg);
  background-position: center;
background-size: cover;
  width: 310px;
  height: 167px;;
}

.p-link-list .-pontocho {
  background-image: url(../images/top/pontocho_banner.jpg);
  background-position: center;
background-size: cover;
  width: 310px;
  height: 167px;
}

.p-link-list .-nikusho {
  background-image: url(../images/top/nikusho_shin.jpg);
  background-position: center;
background-size: cover;
  width: 310px;
  height: 167px;
}

.p-link-list .-nikumabushi-porta {
  background-image: url(../images/top/niku-mabushi.png);
  background-position: center;
background-size: cover;
  width: 310px;
  height: 167px;
}

.p-link-list .-nikumabushi-takashimaya {
  background-image: url(../images/top/nikumabushi-takashimaya.png);
  background-position: center;
background-size: cover;
  width: 310px;
  height: 167px;
}

.p-link-list .-taiwan {
  background-image: url(../images/top/taiwan.png);
  background-position: center;
background-size: cover;
  width: 310px;
  height: 167px;
}


/* フッター */
.l-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
}

.l-footer .-tel {
  font-size: 20px;
    padding: 8px;
}

.footer-nav {
  overflow: hidden;
  width: 50%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.footer-nav li {
  width: 24%;
  border-right: 1px solid #fff;
}

.footer-nav li:last-child {
  border-right: none;
}

.sns-icon li {
  display: inline-block;
  margin-bottom: 80px;
}

.sns-icon img {
  width: 32px;
  padding: 0 8px;
}

.p-footer__info{
  display: inline-block;
  margin-bottom: 80px;
}

.l-footer .-info {
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
}

.l-footer .-info dt {
  text-align: left;
  width: 100px;
}

.l-footer .-info dd {
  text-align: left;
}

.copy {
  font-size: 14px;
}

/* --en top---------------------------------------------------- */
.top-hero_en {
  position: relative;
  background-image: url(../images/en/top-hero_en.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 57.5573549%;
}
.top-hero_en .p-ttl-box{
  position: absolute;
  bottom:30px;
  right:16px;
}

.l-atmosphere{
  position: relative;
  width: 100%;
  height: 500px;
}

.l-atmosphere .c-text-box{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(80, 77, 65,0.5);
  color:#fff;
}

.l-atmosphere .p-ttl-box{
  position: absolute;
  bottom:30px;
  left:16px;
}

.l-wagyu{
  position: relative;
  width:100%;
  height:500px;
}

.l-wagyu .c-text-box{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: rgba(210, 168, 135,0.5);
  color: #000;
}

.l-wagyu .p-ttl-box{
  position: absolute;
  right:16px;
  bottom:30px;
}

.l-course{
  background-image: url(../images/en/bk_bg.jpg);
  color: #fff;
  overflow: hidden;
  padding:50px 0;
}

.l-course .-flex{
  display: flex;
}
/*
.l-shopinfo_en {
  position: relative;
  height: 515px;
  padding: 40px 0;
}

.l-shopinfo_en .c-sub-title {
  color: #fff;
  text-align: center;
  letter-spacing: 15px;
} */





/* ================================================================
2.0 Object
================================================================ */


.p-info-wrap_en{
  position: absolute;
  top:50%;
  right:20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-info-box_en{
  width:600px;
  padding:20px 30px;
  background-color: #fff;
}

.p-info-box_en .-ttl{
  font-size: 20px;
  text-align: center;
  margin-bottom:10px;
}

.p-info-box_en .-tel {
  width:55%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 1px;
}

.p-info-box_en .-tel span{
  font-size: 20px;
  padding-right:8px;
}

.p-info-box_en .-tel a {
  color: #000;
}

.p-info-box_en .-detail dl {
  overflow: hidden;
}

.p-info-box_en .-detail dt {
  display: block;
  float: left;
  width: 20%;
  text-align: right;
}

.p-info-box_en .-detail dd {
  float: right;
  width: 75%;
  padding: 0 0 10px 10px;
}





/* --inview animation---------------------------------------------------- */

/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: 3s;
}
.fadeIn {
  opacity: 1.0;
}

/*----- 上へスライド -----*/
.inviewUp {
  transform: translate(0, 250px);
  -webkit-transform: translate(0, 250px);
  transition: 1.5s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transition: 1s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら右スライド -----*/
.inviewfadeInright {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 1.5s;
}
.fadeInright {
  opacity: 1.0;
  right: 10%;
}

/*----- フェードインしながら左スライド -----*/
.inviewfadeInleft {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 1.5s;
}
.fadeInleft {
  opacity: 1.0;
  left: 10%;
}

@media (min-width:1025px) {
  .navigation li a:hover {
    opacity: 0.7;
  }

  .reservation-button img:hover {
    opacity: 0.8;
  }

  .slick-arrow:hover {
    box-shadow: 0 0 4px #fff;
  }

  .p-link-list a:hover{
    opacity: 0.7;
  }

  .sns-icon li img:hover {
    opacity: 0.7;
  }

  .footer-nav li a:hover {
    text-decoration: underline;
  }

  .p-gallery-menu li:hover, .p-gallery-shop li:hover{
    opacity: .8;
  }

}

/* --utility---------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

a {
  color: #fff;
}

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

.mb-br {
  display: none;
}

/* ================================================================
3.0 Responsive
================================================================ */


@media (max-width:820px) {

.p-label-title{
  padding: 10px;
}

.p-menuText__small{
  padding-right: 10px;
}

.c-wrap{
  padding: 0 10px;
}

.l-shopinfo{
  padding: 40px 10px;
}

.p-info-wrap{
  width: calc(100% - 400px);
  margin: 0 auto;
}

}

@media (max-width:768px) {
  .l-header{
    overflow-x: visible;
  }
  .header-nav {
    height: 48px;
  }

  .header-logo {
    padding: 3px 12px;
  }

  .header-logo img {
    /* height: 40px; */
    padding-right: 5px;
    width: 150px;
  }

  .header-logo .-tel {
    font-size: 12px;
  }

  .l-nav {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
  }

  .navigation {
  /* overflow: hidden; */
  position: fixed;
  top: 48px;
  right: 0;
  width: 100%;
  background-color: #000;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: 999;
  opacity: 0;
}

.navigation.is-active {
  transform: translateX(0);
  opacity: 1;
}
  .navigation li {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    border-left: none;
    border-top: 1px solid #966d52;
    padding-left: 16px;
  }

  .navigation li a {
    padding: 15.5px 25px;
    color: #fff;
    display: inline-block;
  }

  /* --hamberger---------------------------------------------------- */
  .hamberger-button {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }

  .hamberger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    transition: .5s;
  }

  .hamberger::before, .hamberger::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    transition: .3s;
  }

  .hamberger::before {
    top: -5px;
  }

  .hamberger::after {
    top: 5px;
  }

  .is-active .hamberger{
    transform: rotate(45deg);
  }

  .is-active .hamberger::before{
    transform: rotate(90deg);
    top:0;
  }
  .is-active .hamberger::after{
    opacity: 0;
  }

  .reservation-button {
    top: 70px;
    right: 0;
    height: 110.812px;
  }

  .reservation-button img {
    width: 45px;
  }

  /* --Layout---------------------------------------------------- */
  .l-main {
    padding-top: 48px;
  }

  .top-hero {
    height: 550px;
    padding-top: 0;
  }

  .top-hero_en {
    height: 550px;
    padding-top: 0;
  }

  .l-menu{
    padding-bottom:60px;
    scroll-margin-top: 50px;
  }

  .l-access {
    height: 500px;
  }

  .l-access iframe {
    width: 90%;
    height: 400px;
  }

  .footer-nav {
    width: 100%;
  }

  .sns-icon li{
    margin-top: 40px;
  }

  /* --Object---------------------------------------------------- */
  .c-sub-title {
    font-size: 24px;
    text-align: center;
  }


  .c-wrap{
    grid-template-columns:auto;
    gap: 20px;
  }

.p-label-title{
  font-size: 24px;
}

.c-title-label{
  padding-top: 20%;
  margin-bottom: 50px;
}
  .p-menu-box .p-menu-list dt{
    font-size: 14px;
  }

  .p-menu-box .p-menu-list dd{
    font-size: 14px;
  }



  .slick-arrow {
    height: 35px;
  }

  .prev-arrow {
    top: 75px;
    left: calc(50% - 165px);
  }

  .next-arrow {
    top: 75px;
    right: calc(50% - 165px);
  }


  .p-info-wrap {
    width: 100%;
  }


  .p-info-box .-tel dt{
    padding-top: 1px;
  }

  .p-info-box .-tel dd {
    font-size: 17px;
  }

  .p-info-box .-detail dl {
    font-size: 14px;
  }


  .p-info-wrap_en{
    width:90%;
    margin: auto;
    position: absolute;
    top:50%;
    left:50%;
    right:0;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .p-info-box_en{
    width:90%;
    margin: auto;
    padding:20px;
  }

  .p-info-box_en .-tel span{
    font-size: 18px;
  }

  .p-g-map{
    width: 100%;
    height: 550px;
  }

  .l-access .-text{
    font-size: 14px;
  }

  .p-shop__wrap{    
  flex-direction: column;
  gap: 20px;
}

.p-youtube-wrap{
    width: 100%;
    aspect-ratio: 1225 / 920;
}


  /* --utility---------------------------------------------------- */
  .wrap {
    max-width: 89%;
  }

  .mb-br {
    display: block;
  }

  .pc-br {
    display: none;
  }

  .l-shopinfo .info-youtube{
    display:block;
  }

  .l-shopinfo .wrap:nth-child(1),.l-shopinfo .wrap:nth-child(2) {
    width: 100%;
  }

  .l-shopinfo .wrap:nth-child(2) {
    padding-top:20px;
  }
}

@media(max-width:500px) {
  .top-hero_en{
    background-position-x: -100px;
  }

  .l-section2 .c-text-box, .l-section3 .c-text-box, .l-section4 .c-text-box {
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .l-shopinfo .wrap{
    position: relative;
/*    height:610px;*/
  }

  .l-shopinfo {
    padding: 40px;
    /* height:850px; */
  }

  .l-shopinfo .info-youtube{
    display:block;
  }

  .l-shopinfo .wrap:nth-child(1),.l-shopinfo .wrap:nth-child(2) {
    width: 100%;
  }

  .l-shopinfo .wrap:nth-child(2) {
    padding-top:20px;
  }

  .l-shopinfo .c-sub-title.-en{
    letter-spacing: 9px;
  }

  /* 店舗写真 */
.l-shopinfoImg__list{
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

  .footer-nav li {
    width: 49%;
    margin: 5px 0;
  }


  .p-info-box {
/*    width: 310px;*/
    padding: 10px 5px;
  }

  .p-link-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-link-list .-pontocho, .p-link-list .-lunch, .p-link-list .-takeout {
    margin: 8px 0;
  }

}