@charset "UTF-8";
/* ▼▼▼ SAKE食堂
=====================================*/
.container {
  max-width: 1060px;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.marcellus {
  font-family: "Marcellus", serif;
}

.iframe_wrap {
  position: relative;
  padding-top: 85%;
}

.lead_txt {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
}

.txt_center {
  text-align: center;
}

.iframe_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.and-more_txt {
  font-size: 20px;
  font-family: 'Shippori Mincho', serif;
  margin-block: 50px;
}

/* 共通タイトル */
.headline {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 170px;
  margin: 0 auto 32px;
  padding: 10px 0;
  background: url(../img/shop_dining/headline_frame.svg) center/contain no-repeat;
}

#path ol li {
  color: #727272;
}

#path li:not(:last-child):after {
  color: #727272;
}

#main {
  background: url(../img/shop_dining/bg.webp) center top/cover;
}

/********** メインビジュアル ***********/
.main_wrapper {
  font-size: 0;
  line-height: 1;
  position: relative;
  /* .slider{
  	position: relative;
  	&::before{
  		content: "";
  		background: url(../img/shop_dining/mv_logo.svg) no-repeat center/22%;
  		width: 100%;
  		height: 100%;
  		position: absolute;
  		top: 0;
  		left: 0;
  		z-index: 1;
  	}
  } */
}

.main_wrapper .title {
  padding-top: 5.49vw;
  width: 17.2vw;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0 1.68vw;
  position: absolute;
  top: 0;
  right: 0;
}
.main_wrapper .title::before {
  content: "";
  background: url(../img/shop_dining/mv_bg.webp) no-repeat center top/contain;
  width: 100%;
  height: 36.09vw;
  position: absolute;
  top: 0;
  left: 0;
}
.main_wrapper .title span {
  width: 2.16vw;
}
.main_wrapper .title.title_en {
  padding: 4.14vw 4.25vw 2.94vw;
  width: 44.92vw;
  box-sizing: border-box;
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.main_wrapper .title.title_en::before {
  background: url(../img/shop_dining/mv_bg_en.webp) no-repeat center top/contain;
  width: 7.34vw;
  height: 4.14vw;
  top: 0;
  left: 0;
}
.main_wrapper .title.title_en span {
  width: auto;
  display: block;
}
.main_wrapper .title.title_en span:not(:last-child) {
  margin-bottom: 0.55vw;
}
.main_wrapper .title.title_en span img {
  height: 2.23vw;
}

.contents_bg {
  position: relative;
  overflow: hidden;
}
.contents_bg::before {
  content: "";
  background: url(../img/shop_dining/content_bg_pc.webp) center top/100% repeat-y;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
}

.slider,
.sns_slider {
  opacity: 0;
}
.slider.slick-initialized,
.sns_slider.slick-initialized {
  opacity: 1;
}

/********** アンカーリンク ***********/
#anchor {
  margin: 50px auto 60px;
}

#anchor .anchor_box ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}

#anchor .anchor_box ul a {
  width: 227px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  position: relative;
}

#anchor .anchor_box ul a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: 50%;
}

/********** コンセプト ***********/
#concept {
  /* padding: 0 0 50px; */
  padding-right: max(7.61vw, 30px);
  padding-left: max(7.61vw, 30px);
  /* margin-bottom: 50px; */
  /* position: relative;
  &::before{
  	content: "";
  	background: url(../img/shop_dining/concept_img.webp) no-repeat center/cover;
  	width: 58.63vw;
  	height: 504px;
  	position: absolute;
  	top: 0;
  	right: 0;
  } */
}
#concept .txt_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EBE6DB;
  width: 100%;
  padding: 50px 30px 80px;
  position: relative;
  /* overflow: hidden; */
}
#concept .txt_wrap::before, #concept .txt_wrap::after {
  content: "";
  position: absolute;
}
#concept .txt_wrap::before {
  background: url(../img/shop_dining/concept_bg01.webp) no-repeat center/contain;
  width: 183.47px;
  height: 103.41px;
  top: -50px;
  left: -38px;
}
#concept .txt_wrap::after {
  background: url(../img/shop_dining/concept_bg02_pc.webp) no-repeat center/contain;
  width: 210px;
  height: 179px;
  bottom: -100px;
  right: -30px;
}
#concept .txt_wrap > * {
  width: 100%;
}
#concept .lead_txt {
  line-height: 2.2;
  margin-bottom: 30px;
}
#concept .gallery {
  width: 100%;
  margin-inline: auto;
  /* 以下gridレイアウト用 */
  display: grid;
  gap: 2px;
  /* 画像間の余白 */
  grid-auto-flow: dense;
  /* 隙間を埋めながら配置 */
  grid-template-columns: repeat(5, 1fr);
  /* カラム数を設定 */
}
#concept .gallery .img_wrap {
  overflow: hidden;
}
#concept .gallery .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#concept .gallery .img_wrap:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
#concept .gallery .img_wrap:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/3;
}
#concept .gallery .img_wrap:nth-of-type(2) img {
  -o-object-position: left;
     object-position: left;
}
#concept .gallery .img_wrap:nth-of-type(3) {
  grid-column: 4/6;
  grid-row: 1/3;
}
#concept .gallery .img_wrap:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 3/5;
}
#concept .gallery .img_wrap:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 3/4;
}
#concept .gallery .img_wrap:nth-of-type(6) {
  grid-column: 2/3;
  grid-row: 4/5;
}
#concept .gallery .img_wrap:nth-of-type(7) {
  grid-column: 3/5;
  grid-row: 3/5;
}
#concept .gallery .img_wrap:nth-of-type(8) {
  grid-column: 5/6;
  grid-row: 3/5;
}

/********** HOW TO ENJOY ***********/

/* #bg_block {
  background: url(../img/shop_dining/bg.webp) center top/cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 110px;
} */

#bg_block::before {
  background-image: url(../img/shop_dining/content_bg_pc.webp);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
}

#enjoy {
  padding: 0;
  padding-right: max(7.61vw, 30px);
  padding-left: max(7.61vw, 30px);
  margin-bottom: 110px;
  position: relative;
  padding-top: 80px;
}

#enjoy .innerBox {
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
}

#enjoy .innerBox::before, #enjoy .innerBox::after {
  content: "";
  position: absolute;
}

#enjoy .innerBox::before {
  background: url(../img/shop_dining/concept_bg01.webp) no-repeat center/contain;
  width: 183.47px;
  height: 103.41px;
  top: -50px;
  left: -38px;
}

#enjoy .innerBox::after {
  background: url(../img/shop_dining/concept_bg02_pc.webp) no-repeat center/contain;
  width: 210px;
  height: 179px;
  bottom: -100px;
  right: -30px;
}

#enjoy .ttl {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 753px;
  margin: 0 auto 130px;
}

#enjoy .ttl::before, #enjoy .ttl::after {
  content: '';
  position: absolute;
  background: url(../img/shop_dining/ttl_deco.webp) no-repeat center/contain;
  width: 250px;
  height: 10px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#enjoy .ttl::before {
  left: 0;
}

#enjoy .ttl::after {
  right: 0;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

.d_flex {
  display: flex;
}

.d_flex.order .imgBox {
  order: 1;
}

.d_flex.order .txtBox {
  order: 2;
}

#enjoy .d_flex {
  margin-bottom: 100px;
  justify-content: center;
}

#enjoy .d_flex:last-child {
  margin-bottom: 0;
}

#enjoy .d_flex .imgBox {
  width: 100%;
  max-width: 600px;
  margin-left: -7%;
}

#enjoy .d_flex.order .imgBox {
  margin-right: -7%;
  margin-left: 0;
}

#enjoy .d_flex .txtBox {
  position: relative;
  background: #EBE6DB;
  padding: 30px;
  height: fit-content;
  max-width: 520px;
  width: 100%;
  margin-top: -5%;
}

#enjoy .d_flex .txtBox .enjoy_ttl {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
}

#enjoy .d_flex .txtBox .lead_txt {
  line-height: 2.1;
}

#enjoy .d_flex .txtBox .lead_txt:nth-of-type(2) {
  margin-top: 30px;
}

#enjoy .d_flex:nth-of-type(1) .txtBox::before {
  content: '';
  position: absolute;
  background: url(../img/shop_dining/enjoy_icon01.webp) no-repeat center/contain;
  width: 147px;
  height: 194px;
  bottom: -200px;
  left: 5%;
  z-index: 1;
}

#enjoy .d_flex:nth-of-type(2) .txtBox::before {
  content: '';
  position: absolute;
  background: url(../img/shop_dining/enjoy_icon02.webp) no-repeat center/contain;
  width: 253px;
  height: 196px;
  bottom: -170px;
  right: 15%;
  z-index: 1;
}

#enjoy .d_flex:nth-of-type(3) .txtBox::before {
  content: '';
  position: absolute;
  background: url(../img/shop_dining/enjoy_icon03.webp) no-repeat center/contain;
  width: 206px;
  height: 160px;
  bottom: -140px;
  left: 5%;
  z-index: 1;
}

#enjoy .d_flex:nth-of-type(4) .txtBox::before {
  content: '';
  position: absolute;
  background: url(../img/shop_dining/enjoy_icon04.webp) no-repeat center/contain;
  width: 237px;
  height: 136px;
  bottom: -120px;
  right: 15%;
  z-index: 1;
}

#enjoy .d_flex:nth-of-type(5) .txtBox::before {
  content: '';
  position: absolute;
  background: url(../img/shop_dining/enjoy_icon05.webp) no-repeat center/contain;
  width: 176px;
  height: 179px;
  bottom: -140px;
  left: -20%;
  z-index: 1;
}

/********** sns ***********/
#sns .sns_link {
  padding-top: 50px;
  padding-right: 146px;
  display: flex;
  align-items: center;
  gap: 0 43px;
  content: "";
  background: url(../img/shop_dining/ig_ttl.webp) no-repeat right center/contain;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  position: absolute;
  bottom: -111px;
  right: 0;
  z-index: 1;
}
#sns .container .headline {
  width: 100%;
  margin: 0;
}

.sns_slider {
  font-size: 0;
  line-height: 1;
  margin-top: 35px;
  position: relative;
}
.sns_slider li {
  margin: 0 15px;
}
.sns_slider li a {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/********** menu ***********/
#menu {
  background: rgb(227, 220, 202);
  background: linear-gradient(0deg, rgb(227, 220, 202) 0%, rgb(255, 252, 245) 40%, rgb(255, 252, 245) 60%, rgb(227, 220, 202) 100%);
  padding: 100px 0 0;
  position: relative;
}
#menu::before, #menu::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#menu::before {
  background: url(../img/shop_dining/menu_bg.webp) repeat-y center top/1366px;
  height: 100%;
}
#menu::after {
  background: url(../img/shop_dining/menu_bg_right.webp) no-repeat right top/274px, url(../img/shop_dining/menu_bg_left.webp) no-repeat left top/274px;
  height: 300px;
}
#menu .menu_wrap {
  background: url(../img/shop_dining/menu_bg_right.webp) no-repeat right top/274px, url(../img/shop_dining/menu_bg_left.webp) no-repeat left top/274px;
  padding-top: 100px;
}

.menu_anchor {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 35px;
  color: #998455;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.menu_anchor a {
  border: 2px solid #fff;
  border-radius: 23px;
  display: block;
  width: 192px;
  position: relative;
}
.menu_anchor a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}
.menu_anchor a span {
  background: #fff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 34px;
  margin: 0 auto;
}

.menu_ttl {
  display: table;
  background: #B4A57B;
  padding: 7px 0;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.menu_ttl + * {
  margin-top: 30px;
}
.menu_ttl::after {
  content: "";
  background: url(../img/shop_dining/ttl_arrow.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 45px;
}
.menu_ttl.close::after {
  transform: scale(1, -1) translateY(50%);
}
.menu_ttl span {
  border-top: 1px dashed currentColor;
  border-bottom: 1px dashed currentColor;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.menu_ttl span::before, .menu_ttl span::after {
  content: "";
  background: url(../img/shop_dining/ttl_bg.svg) no-repeat left center/auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_ttl span::after {
  transform: scale(-1, 1);
}

#menu02 .menu_ttl {
  background: #ACB2B4;
}

#menu03 {
  padding-bottom: 100px;
}

#menu05 {
  padding-bottom: 100px;
}

#menu03 .menu_ttl {
  background: #D0B391;
}

.item_wrap h4 {
  background: url(../img/shop_dining/menu_ttl.webp) no-repeat center/auto 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  text-align: center;
}
.item_wrap h4:not(:first-of-type) {
  margin-top: 50px;
}

.item_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 5%;
}
.item_list.col4 {
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 40px 10px;
}
.item_list.col4 li {
  max-width: 200px;
}
.item_list.col4 .item {
  margin-top: 0;
}
.item_list .item {
  margin-top: 10px;
}
.item_list .price {
  font-size: 14px;
}

.en_page .item_list .item {
  font-weight: bold;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.42);
}

#cboxContent {
  background: none;
}
#cboxContent #cboxLoadedContent .cboxPhoto {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#cboxClose {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}
#cboxClose:hover {
  opacity: 1;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  border-left: 1px solid #000;
  height: 30px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 15px;
}
#cboxClose::after {
  transform: rotate(-45deg);
}

/********** アクセス ***********/
#access {
  padding: 90px 0 30px;
}

#access .flex_box {
  margin: 0;
}

#access .flex_box .flex_left {
  width: 55%;
}

#access .flex_box .flex_right {
  width: 45%;
}

.info_table {
  display: flex;
  flex-wrap: wrap;
}

.info_table dt,
.info_table dd {
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.info_table dt {
  width: 30%;
  font-size: 16px;
  font-weight: 800;
  color: #998455;
}

.info_table dt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  vertical-align: middle;
  margin-right: 13px;
  margin-bottom: 5px;
}

.info_table dd {
  width: 70%;
  font-size: 14px;
}

.en_page .info_table dt {
  font-weight: bold;
}

/********** フロアマップ ***********/
#floormap {
  padding: 30px 0;
}

#floormap .headline {
  font-weight: 600;
}

.map_box {
  max-width: 700px;
  margin: auto;
  background-color: #fff;
  border: 10px solid #EEEADF;
  text-align: center;
  padding: 20px;
}

.map_box img {
  max-width: 420px;
}

/********** JR金沢駅構内からのアクセスはこちら ***********/
#route {
  padding: 30px 0 80px;
}
#route .box {
  background: #fff;
  padding: 50px 20px 75px;
}
#route .box h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  width: min(100%, 426px);
  height: 64px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
#route .box h2::before, #route .box h2::after {
  content: "";
  background: url(../img/shop_dining/route_ttl.svg) no-repeat left center/auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#route .box h2::after {
  transform: scale(-1, 1);
}
#route ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  width: min(100%, 899px);
  margin: 0 auto;
}
#route ul li {
  text-align: center;
}
#route .route {
  display: inline-flex;
  align-items: center;
  align-content: center;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#route .route::before, #route .route::after {
  content: "";
  background: url(../img/shop_dining/route_ttl02.svg) no-repeat left center/auto 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#route .route::after {
  transform: translateY(-50%) scale(-1, 1);
}
#route .txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 767px) {
  #site_title {
    background-color: #fff;
  }
  .container {
    padding: 0 20px;
  }
  #main {
    background: url(../img/shop_dining/bg_sp.webp) center top/cover;
  }
  /********** メインビジュアル ***********/
  /* .main_wrapper {
  	.slider{
  		&::before{
  			background-size: 48%;
  		}
  	}
  } */
  .main_wrapper .title {
    padding-top: 6.66vw;
    width: 19.7vw;
    gap: 0 1.3vw;
  }
  .main_wrapper .title::before {
    background-image: url(../img/shop_dining/mv_bg_sp.webp);
    width: 100%;
    height: 68.53vw;
  }
  .main_wrapper .title span {
    width: 4.3vw;
  }
  .main_wrapper .title.title_en {
    padding: 10.67vw 4.8vw 7.15vw;
    width: 100%;
  }
  .main_wrapper .title.title_en::before {
    background-image: url(../img/shop_dining/mv_bg_sp.webp);
    width: 100%;
    height: 9.34vw;
  }
  .main_wrapper .title.title_en span {
    width: 85.87vw;
  }
  .main_wrapper .title.title_en span:not(:last-child) {
    margin-bottom: 1.33vw;
  }
  .main_wrapper .title.title_en span img {
    height: 5.33vw;
  }
  .contents_bg::before {
    background-image: url(../img/shop_dining/content_bg_sp.webp);
  }
  /********** アンカーリンク ***********/
  #anchor {
    margin: 20px auto 30px;
  }
  #anchor .anchor_box ul {
    gap: 15px 20px;
    flex-wrap: wrap;
  }
  #anchor .anchor_box ul a {
    width: 135px;
  }
  /********** コンセプト ***********/
  #concept {
    /* padding: 0 0 30px; */
    padding-right: max(7.61vw, 30px);
    padding-left: max(7.61vw, 30px);
    margin: 0;
    /* .headline{
    	margin-left: 0;
    }
    .lead_txt {
    	text-align: left;
    } */
  }
  #concept::before {
    background: url(../img/shop_dining/concept_img_sp.webp) no-repeat center/cover;
    width: calc(100% - 30px);
    height: 297px;
    left: 0;
    right: auto;
  }
  #concept .txt_wrap {
    display: block;
    padding: 35px;
    padding: 30px 20px;
    width: 100%;
    height: auto;
  }
  #concept .txt_wrap::before {
    display: none;
    /* background: url(../img/shop_dining/concept_bg01.webp) no-repeat center/contain;
    width: 123px;
    height: 69px;
    top: -35px;
    left: -20px; */
  }
  #concept .txt_wrap::after {
    display: none;
    /* background: url(../img/shop_dining/concept_bg02_sp.webp) no-repeat center/contain;
    width: 145px;
    height: 130px;
    bottom: 10px;
    right: -35px; */
  }

  /********** HOW TO ENJOY ***********/

  #bg_block {
    margin-bottom: 0;
  }
  
  #enjoy {
    padding: 0;
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  #bg_block::before {
    background-image: url(../img/shop_dining/content_bg_sp.webp);
  }

  #enjoy .innerBox::before {
    content: none;
  }

  #enjoy .innerBox::after {
    content: none;
  }
  #enjoy .ttl {
    margin: 0 auto 90px;
    padding: 30px 0;
  }

  #enjoy .ttl::before, #enjoy .ttl::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #enjoy .ttl::before {
    left: 50%;
  }

  #enjoy .ttl::after {
    right: 50%;
    bottom: 0;
    top: auto;
  }

  #enjoy .d_flex {
    margin-bottom: 100px;
    flex-wrap: wrap;
  }

  #enjoy .d_flex .imgBox {
    margin-left: auto;
  }
  
  #enjoy .d_flex.order .imgBox {
    margin-right: auto;
  }

  .d_flex.order .imgBox {
    order: 2;
  }

  .d_flex.order .txtBox {
    order: 1;
  }

  #enjoy .d_flex:nth-of-type(1) .txtBox::before {
    width: 91px;
    height: 120px;
    bottom: auto;
    left: auto;
    right: 10%;
    top: -12%;
  }

  #enjoy .d_flex:nth-of-type(2) .txtBox::before {
    background: url(../img/shop_dining/enjoy_icon02_sp.webp) no-repeat center / contain;
    width: 133px;
    height: 122px;
    right: 2%;
    top: -7%;
  }

  #enjoy .d_flex:nth-of-type(3) .txtBox::before {
    width: 152px;
    height: 118px;
    bottom: auto;
    top: -14%;
    /* right: 8%; */
    right: 3%;
    left: auto;
  }

  #enjoy .d_flex:nth-of-type(4) .txtBox::before {
    width: 158px;
    height: 91px;
    bottom: auto;
    right: 0;
    top: -25%;
  }

  #enjoy .d_flex:nth-of-type(5) .txtBox::before {
    width: 116px;
    height: 118px;
    bottom: auto;
    left: auto;
    right: 4%;
    top: -10%;
  }

  /********** sns ***********/
  #sns {
    padding-top: 30px;
  }
  #sns .sns_link {
    padding-top: 30px;
    padding-right: 20px;
    display: block;
    background-image: url(../img/shop_dining/ig_ttl_sp.webp);
    width: 97px;
    height: 97px;
    position: absolute;
    bottom: -85px;
    right: 7px;
    z-index: 1;
  }
  #sns .container .headline {
    margin: 0 auto 30px;
  }
  #sns .container .lead_txt {
    text-align: center;
  }
  .sns_slider {
    margin-top: 45px;
  }
  .sns_slider li {
    margin: 0 8px;
  }
  /********** menu ***********/
  #menu {
    padding: 50px 0 0;
  }
  #menu::before {
    background-size: 900px;
  }
  #menu::after {
    background-size: 108px;
    height: 119px;
  }
  #menu .menu_wrap {
    background-size: 108px;
    padding-top: 60px;
  }
  .menu_anchor {
    gap: 5px;
    margin: 25px auto;
    flex-wrap: wrap;
  }
  .menu_anchor a {
    width: 124px;
  }
  .menu_anchor a::after {
    top: 39%;
    right: 13px;
  }
  .menu_anchor a span {
    width: 116px;
    height: 30px;
    text-align: center;
    line-height: 1;
  }
  .menu_ttl {
    font-size: 20px;
  }
  .menu_ttl + * {
    margin-top: 20px;
  }
  .menu_ttl::after {
    width: 24px;
    height: 24px;
    right: 30px;
  }
  .menu_ttl span {
    height: 40px;
  }
  .item_wrap h4 {
    margin-bottom: 10px;
  }
  .item_wrap h4:not(:first-of-type) {
    margin-top: 30px;
  }
  #menu03 {
    padding-bottom: 50px;
  }
  #menu05 {
    padding-bottom: 50px;
  }
  .item_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .item_list.col4 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px 20px;
  }
  .item_list .item {
    font-size: 14px;
  }
  .item_list .price {
    font-size: 11px;
  }
  #cboxClose {
    width: 20px;
    height: 20px;
  }
  #cboxClose::before, #cboxClose::after {
    height: 20px;
    left: 10px;
  }
  #colorbox,
#cboxOverlay,
#cboxWrapper {
    z-index: 99999;
  }
  .and-more_txt {
    margin-block: 25px;
  }
  /********** アクセス ***********/
  #access {
    padding: 50px 10px;
  }
  #access .flex_box {
    display: block;
  }
  #access .flex_box .flex_left,
#access .flex_box .flex_right {
    width: 100%;
  }
  .info_table {
    display: block;
  }
  .info_table dt,
.info_table dd {
    width: 100%;
    letter-spacing: 0;
  }
  .info_table dt {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .info_table dt::before {
    margin-right: 7px;
  }
  .info_table dd {
    font-size: 14px;
    padding-left: 1.6em;
  }
  .iframe_wrap {
    padding-top: 75%;
  }
  /********** フロアマップ ***********/
  #floormap {
    padding: 0 10px 50px;
  }
  .map_box {
    padding: 20px 8px;
    border-width: 5px;
  }
  .map_box img {
    max-width: 100%;
  }
  /********** JR金沢駅構内からのアクセスはこちら ***********/
  #route {
    padding: 0 0 50px;
  }
  #route .box {
    padding: 30px 10px 50px;
    text-align: center;
  }
  #route .box h2 {
    display: inline-block;
    font-size: 18px;
    width: auto;
    height: 67px;
    padding: 7px 35px;
    margin: 0 auto 30px;
  }
  #route ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px 0;
    width: min(100%, 250px);
  }
  #route .route {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #route .txt {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=shop_dining.css.map */