/* CSS Document */

/*----------------------------------------
グルメページ　スタイルシート
PC/SP共通
----------------------------------------*/

/*--------------------
各ページ共通（ただし主にindex.jsp）
--------------------*/

/**/
.pc .coverlink{
  display: none;
}

.pc #contents{
	position: relative;
}

.item .img_objfit img,
.img_bg_css{
	border-radius: 0;
}

.morelink span{
	background: #d1ac5e;
  color: #fff;
}
.morelink span:after{
  color: #fff;
}
#contents #contents-main.all {
  padding: 0;
}
#contents .en {
  font-family: var(--fontfamily-english);
}
/* inner */
#contents #contents-main.all .section .inner{
  width: 74%;
}
#contents #contents-main.all .service#shoplist_service .inner{
  background: var(--color-base-line-light);
  padding: 32px 36px;
  box-sizing: border-box;
}
/*
header
*/
#headerbg {
  position: relative;
  z-index: 1;
}
.pc #headerbg > .inner{
	width: var(--inner-Width);
  min-width: var(--inner-Min-Width);
  max-width: var(--inner-Max-Width);
  margin: auto;
}
#contents #headerbg .inner::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#contents h2 {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  /* background: var(--color-base-line-light); */
  background: url(../../img/bg_pattern1.png) center 10px;
}
#contents h2 p {
  width: 304px;
  height: 304px;
  display: inline-block;
  border: 4px solid #fff;
  position: relative;
  z-index: 3;
  top: 28px;
  box-sizing: border-box;
  color: #fff;
  padding-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.2em;
  font-weight: normal;
}

/* #contents h2 {
  margin: 0px auto;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  padding: 60px 10px;
  z-index: 1;
  background: rgba(255,255,255,.8);
	box-sizing: border-box;
	border: none;
	text-align: center;
}
#contents h2.gr_tit::before{
	display: block;
	font-size: 34px;
	width: 100%;
	content: "\e561";
	font-family: var(--fontfamily-icon);
	font-weight: normal;
	margin: 0 0 10px;
} */
#contents .en {
  font-family: var(--fontfamily-english);
}
#contents h2 .en{
  font-size: 40px;
  display: block;
  text-align: center;
  line-height: 120%;
  font-weight: bold;
}
#contents h2 p .en::after {
  content: "";
  width: 240px;
  height: 4px;
  background: var(--color-base-accent-dark);
  display: block;
  margin: 24px auto;
}
.gourmet_index #contents #headerbg{
  height: 360px;
}
/* .gourmet_index #headerbg .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  height: 100%;
  grid-template: 1fr 1fr / 1fr 1fr 2fr 1fr 1fr;
} */

.gourmet_index #headerbg .inner{
  display: grid;
  grid-template-columns: 1fr 1fr 3.8fr 1fr 1fr;
  height: 100%;
  background: #fff;
}
.gourmet_index #headerbg .image:nth-child(1){
  grid-column: 1 / 2;
}
.gourmet_index #headerbg .image:nth-child(2){
  grid-column: 2 / 3;
}
.gourmet_index #headerbg .image:nth-child(3){
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
.gourmet_index #headerbg .image:nth-child(4){
  grid-column: 4 / 6;
}
.gourmet_index #headerbg .image:nth-child(5){
  grid-column: 1 / 3;
}
.gourmet_index #headerbg .image:nth-child(6){
    /* grid-column: 1 / 3; */
    grid-column: 4 / 5;
}
.gourmet_index #headerbg .image:nth-child(7) {
  grid-column: 5 / 6;
}
.gourmet_index #headerbg .image:nth-child(8){
  display: none;
}
.gourmet_index #headerbg .image:nth-child(9){
    /* grid-column: 6 / 8; */
    display: none;
}
/* .pc.gourmet_index #headerbg .image:nth-child(1){
  grid-column: 1 / 2;
}
.pc.gourmet_index #headerbg .image:nth-child(2){
  grid-column: 2 / 3;
}
.pc #contents #headerbg .inner .image:nth-child(3){
  grid-row: 1 / 3;
  grid-column: 3 / 4;
}
.pc #contents #headerbg .inner .image:nth-child(4){
  grid-column: 4 / 6;
}
.pc #contents #headerbg .inner .image:nth-child(5){
  grid-column: 1 / 3;
}
.pc #contents #headerbg .inner .image:nth-child(6){
  grid-column: 3 / 4;
}
.pc.gourmet_index #headerbg .image:nth-child(7){
  grid-column: 4 / 4;
}
.pc.gourmet_index #headerbg .image:nth-child(8){
  grid-column: 5 / 5;
} */

/* .gourmet_index.pc #contents h2 {
  width: 312px;
  height: 312px;
}
.gourmet_index #contents h2 img{
	margin: 40px auto;
	width: 90%;
	max-width: 506px;
} */

/* banner */
.grBnrWrap.inner {
  margin: 0 auto 40px;
  position: relative;
  padding: 0 90px;
  box-sizing: border-box;
}
.pc .grBnrWrap.inner {
  max-width: 1150px;
  text-align: center;
}
.swiper-button-prev.grBnrBtn,
.swiper-button-next.grBnrBtn {
  position: absolute;
  display: block;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  cursor: pointer;
}
.swiper-button-prev.grBnrBtn::after,
.swiper-button-next.grBnrBtn::after {
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  color: var(--color-base-sub1-dark);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-button-next.grBnrBtn::after {
  content: "\e5cc";
  padding-left: 2px;
}
.swiper-button-prev.grBnrBtn::after {
  content: "\e5cb";
  padding-right: 2px;
}
.swiper-button-next.grBnrBtn {
  right: 35px;
}
.swiper-button-prev.grBnrBtn {
  left: 35px;
}
.swiper-pointer-events {
  overflow: hidden;
}
/* #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info p:last-child {
  border: 1px solid var(--color-base-line-dark);
  border-width: 1px 0 1px;
} */
#contents .swiper-slide img {
  width: 310px; 
  height: auto; 
  border: 1px solid var(--color-base-line-dark);
}

/* カテゴリータイトル */
#contents .title {
  border-bottom: 4px solid var(--color-base-line-light);
  margin-bottom: 34px;
}
#contents .title h3 {
  font-size: 18px;
  margin: 0 auto -4px;
  padding: 8px 0;
  border-bottom: none;
  overflow: hidden;
  position: relative;
  background: none;
  font-family: var(--fontfamily-english);
}
#contents #shoplist_restaurant .title h3::before {
  content: "レストラン";
}
#contents #shoplist_cafe .title h3::before {
  content: "カフェ・バー";
}
#contents #shoplist_food .title h3::before {
  content: "デリ・フード";
}
#contents .title h3::before {
  content: "";
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: -4px;
  font-family: var(--fontfamily-base);
}
#contents .title h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 4px;
  background: var(--color-base-accent-dark);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
}
#contents .service#shoplist_service h3{
  background: #fff;
  border-radius: 100px;
  font-size: 20px;
  color: var(--color-goodslike);
  margin: 0 0 24px;
  padding: 12px;
}



/*リスト*/
.gourmet_index .header_navlist{
	width: 100%;
  margin: 0 0 40px;
  background: var(--color-base-main-dark);
}
.gourmet_index.pc .header_navlist .inner{
  width: var(--inner-Width);
  min-width: var(--inner-Min-Width);
  max-width: var(--inner-Max-Width);
  margin: auto;
}
.gourmet_index .header_navlist ul{
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gourmet_index .header_navlist ul li{
  box-sizing: border-box;
	overflow: hidden;
  width: calc(100% / 4);
}
.gourmet_index .header_navlist ul li:nth-child(5){
  width: 400px;
}
.gourmet_index.pc .header_navlist ul li a{
  white-space: nowrap;
}
.gourmet_index.pc .header_navlist ul li:nth-child(1) a {
  border-left: 2px solid #fff;
}
.gourmet_index .header_navlist ul li a{
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  border-right: 2px solid #fff;
  /* padding: 2px 45px; */
}
.gourmet_index.pc .headerMenuItem:nth-of-type(1) a {
  border-left: 2px solid #fff;
}
.gourmet_index .header_navlist ul li a:after {
  content: "\e5cf";
  line-height: 1em;
  font-family: var(--fontfamily-icon);
  font-size: 24px;
  display: block;
  width: 1em;
  margin: 2px auto 0;
  font-weight: bold;
}


/*
共通タイトル
*/
#contents h3{
	background: none;
	padding: 0;
}
#contents .title h3 img{
	height: 60px;
}

/*
絞り込み
*/
#contents h3.result{
	text-align: center;
	color: var(--color-base-accent-dark);
}
#contents .grSort_part {
  display: flex;
  margin: 0 0 16px;
}
#contents .grSort_part > h4 {
  flex-basis: 200px;
  font-size: 14px;
  padding: 0 12px;
  padding-left: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
#contents .grSort_part > h4::before {
  content: "";
  display: block;
  width: 50px;
  height: 42px;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#contents .grSort_part._indexByScene > h4::before {
  background: url(../../img/ico_loupe.svg) no-repeat center / contain;
}
#contents .grSort_part._indexByMenu > h4::before {
  background: url(../../img/ico_menu.svg) no-repeat center / contain;
  height: 34px;
}
#contents .grSort_part + .grSort_part {
  border-top: 4px solid #fff;
  padding-top: 16px;
}
#contents .grSort_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(100% - 200px);
  gap: 4px;
}
#contents .grSort_item {
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--color-base-text-lightshade);
  background: #fff;
  /* margin: 0 4px 4px 0; */
  padding: 13px 4px 12px 38px;
  box-sizing: border-box;
  width: calc((100% - 8px) / 3);
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
#contents .grSort_item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-base-text-lightshade);
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: absolute;
  left: 12px;
  top: calc(50% - 10px);
}
#contents .grSort_item.selected::before {
  background: radial-gradient(circle, rgba(188, 198, 200, 1) 0%, rgba(188, 198, 200, 1) 55%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
}
#contents .grSortTitle {
  font-weight: bold;
  border-bottom: 4px solid var(--color-base-line-light);
  padding: 10px 24px;
  color: var(--color-goodslike);
  letter-spacing: 1px;
}
#contents .shoplist_service {
  background: #fff;
  overflow: hidden;
}
#contents .shoplist_service[data-now-showing="all"] .grSortTitle {
  display: none;
}
#contents .grSortTitleCat {
  color: var(--color-goodslike);
}
#contents .grSortList {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1px);
  margin: 0 -1px -1px 0;
}
body.gourmet_index .grSortList .item {
  cursor: pointer;
  position: relative;
  padding: 16px 22px;
}
#contents .grSortList .item {
  border-right: 1px solid var(--color-base-line-dark);
  border-bottom: 1px solid var(--color-base-line-dark);
}
#contents .grSortList .item {
  width: calc(50% + 1px);
  box-sizing: border-box;
  margin: 0 -1px -1px 0;
}
#contents .grSort_item.selected {
  background: var(--color-goodslike);
  color: #fff;
}
body.gourmet_index .item .floor {
  font-family: var(--fontfamily-english);
  position: absolute;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  padding: .1em 0.6em;
  background: var(--color-base-text-dark);
  color: #fff;
  width: 2.5em;
  height: calc(1em + .6em);
  text-align: center;
}
body.gourmet_index .item .logo {
  width: 100px;
  max-height: 50px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
body.gourmet_index .item .logo img {
  max-height: 100%;
  object-fit: contain;
}
body.gourmet_index .item .name {
  padding-left: 74px;
  padding-right: 110px;
  line-height: 1.4em;
}
body.gourmet_index .item .name .detail {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  margin-top: 4px;
}

/*
ショップリスト
*/
#contents .gourmetshoplist{
	padding:0 0 40px;
}
#contents .gourmetshoplist .shoplist{
	display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px;
	margin-top: 20px;
}
#contents .gourmetshoplist .item{
  width: calc(100% / 3 - 15px);
  box-sizing: border-box;
  position: relative;
  border: 1px solid var(--color-base-line-dark);
  background: #fff;
}
#contents .gourmetshoplist .item .wrapborder{
  overflow: hidden;
  border: 1px solid var(--color-base-line-dark);
  box-sizing: border-box;
  height: 100%;
  border-radius: var(--box-radius-small);
}
#contents .gourmetshoplist .item .floor{
  display: inline-block;
  font-family: var(--fontfamily-english);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-weight: bold;
  padding: .1em 0.6em;
  background: var(--color-base-main-dark);
  color: #fff;
  width: 2.5em;
  text-align: center;
  bottom: unset;
}
#contents .gourmetshoplist .item .shop_head{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
	padding: 20px 0;
}
#contents .gourmetshoplist .item .shop_head .logo{
  width: 240px;
}
#contents .gourmetshoplist .item .shop_head .name{
  width: calc(100% - 200px);
  padding-left: 20px;
}
#contents .gourmetshoplist .item .detail_box {
  display: flex;
  gap: 20px;
  height: calc(100% - 60px);
}
#contents .gourmetshoplist .item .detail_box .detail{
  width: calc(100% - 200px);
  font-size: 12px;
  padding-left: 20px;
}
#contents .gourmetshoplist .item .photo{
  position: relative;
  height: 240px;
}
#contents .gourmetshoplist .name {
  /* word-break: break-all; */
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 150%;
  padding: 15px 10px 20px;
}
#contents .gourmetshoplist .item .detail_box .detail .hour{
  padding: 10px 0 5px;
  border-top: 4px solid var(--color-base-line-light);
}
#contents .gourmetshoplist .item .detail_box .detail .tel{
  padding: 0 0 10px;
  border-bottom: 4px solid var(--color-base-line-light);
}
#contents .gourmetshoplist .item .detail_box .detail .hour,
#contents .gourmetshoplist .item .detail_box .detail .tel{
  font-weight: bold;
  font-size: 14px;
}

#contents .gourmetshoplist .item .detail_box .detail .hour::before,
#contents .gourmetshoplist .item .detail_box .detail .tel::before{
	font-family: var(--fontfamily-icon);
	font-size: 20px;
  font-weight: normal;
}
#contents .gourmetshoplist .item .detail_box .detail .hour::before{
  content: "\e8b5";
	vertical-align: bottom;
	margin: 0 5px 0 0;
}
#contents .gourmetshoplist .item .detail_box .detail .tel::before{
  content: "\e9cd";
  font-variation-settings: var(--iconfont-FILL1-set);
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

#contents .gourmetshoplist .item .detail_box .detail .service{
  margin: 15px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#contents .gourmetshoplist .item .detail_box .detail .service li{
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 5px;
  text-align: center;
  width: calc(100% / 3 - 5px);
  vertical-align: middle;
  border-radius: var(--box-radius-small);
  background: var(--color-base-accent-light);
}
#contents .gourmetshoplist .item .detail_box .detail .service li:before{
  font-family: var(--fontfamily-icon);
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 3px 0;
  display: block;
  line-height: 1.0em;
  color: var(--color-base-accent-dark);
}
#contents .gourmetshoplist .item .detail_box .detail .service li.service1:before{content: "\eb41";}
#contents .gourmetshoplist .item .detail_box .detail .service li.service2:before{content: "\f1cc";font-variation-settings:var(--iconfont-FILL1-set);}
#contents .gourmetshoplist .item .detail_box .detail .service li.service3:before{content: "\f1f3";font-variation-settings:var(--iconfont-FILL1-set);}
#contents .gourmetshoplist .item .detail_box .detail .service li.service4:before{content: "\e9cd";font-variation-settings:var(--iconfont-FILL1-set);}
#contents .gourmetshoplist .item .detail_box .detail .service li.service5:before{content: "\e325";font-variation-settings:var(--iconfont-FILL1-set);}
#contents .gourmetshoplist .item .detail_box .detail .service li.service6:before{content: "\e518";font-variation-settings:var(--iconfont-FILL1-set);}


#contents .gourmetshoplist .item .detail_box .detail .service li.service_other,
#contents .gourmetshoplist .item .detail_box .detail .service li.kids_service{
  width: 100%;
  padding: 5px 0 0;
  margin: 0;
  background: none;
  text-align: left;
}
#contents .gourmetshoplist .item .detail_box .detail .service li.service_other span,
#contents .gourmetshoplist .item .detail_box .detail .service li.kids_service span{
  font-weight: bold;
}
#contents .gourmetshoplist .item .detail_box .detail .service li.service_other span:before,
#contents .gourmetshoplist .item .detail_box .detail .service li.kids_service span:before{
  font-family: var(--fontfamily-icon);
  font-variation-settings: var(--iconfont-FILL1-set);
  content: "\ef4a";
  font-weight: normal;
  margin: 0 4px 0 0;
  line-height: 1.0em;
  color: var(--color-base-accent-dark);
  font-size: 0.8em;
}
#contents .gourmetshoplist .item .detail_box .detail .service li.kids_service span:before{
  color: var(--color-base-sub2-dark);
}
.pc #contents .gourmetshoplist .item .detail_box .detail .service li.service_other span:after,
.pc #contents .gourmetshoplist .item .detail_box .detail .service li.kids_service span:after{
  font-family: var(--fontfamily-icon);
  content: "\f755";
  line-height: 1.0em;
  font-size: 1.2em;
  vertical-align: middle;
}

#contents .gourmetshoplist .item .name p{
	text-align: left;
}
#contents .gourmetshoplist .item .name strong{
	display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.3em;
}
#contents .gourmetshoplist .item .name .detail{
	font-size: 12px;
  line-height: 1.3em;
  display: block;
  text-align: center;
}
#contents .gourmetshoplist .item .logo img{
	/*width: 80px;*/
	max-height: 60px;
	margin: 0 auto;
	display: block;
}
#contents .gourmetshoplist .img_objfit{
  text-align: center;
}
#contents .gourmetshoplist .img_objfit img.no_img_logo{
  width: 60%;
  background-repeat: no-repeat;
}

/* ----------------------------------------
shoplist01.jsp～
---------------------------------------- */
#contents.gourmet_page #contents-main.all {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 30px 0;
}
/* header */
#contents.gourmet_page h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 240px;
}
#contents.gourmet_page #headerbg {
  margin-bottom: 20px;
}
#contents.gourmet_page  #headerbg .inner {
  display: flex;
}
#contents.gourmet_page #headerbg .inner {
  padding: 30px 36px;
  align-items: center;
  justify-content: space-between;
  height: 240px;
  box-sizing: border-box;
}
#contents.gourmet_page #headerbg .header_ttl {
  width: 47.5%;
  height: 184px;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
#contents.gourmet_page .header_navlist {
  width: 50%;
  height: 184px;
  background: var(--color-base-main-dark);
}
#contents.gourmet_page #headerbg .header_ttl a {
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  padding-bottom: 4px;
}
#contents.gourmet_page #headerbg .header_ttl a .en {
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 100%;
}
#contents.gourmet_page #headerbg .header_ttl a .en::after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-goodslike);
  display: block;
  margin: 16px auto;
}
#contents.gourmet_page #headerbg .header_ttl,
#contents.gourmet_page #headerbg .header_navlist {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
#contents.gourmet_page .header_navlist ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}
#contents.gourmet_page .header_navlist ul li {
  box-sizing: border-box;
  width: calc(100% / 3);
  /* border: 2px solid #717474; */

  border-left: 3px solid #717474;
  border-bottom: 3px solid #717474;
  border-right: 3px solid #717474;
}
#contents.gourmet_page .header_navlist ul li:first-of-type{
  border-left: none;
}
#contents.gourmet_page .header_navlist ul li:nth-of-type(3){
  border-right: none;
}
#contents.gourmet_page .header_navlist ul li:last-of-type{
  border-left: none;
  border-right: none; 
  border-top: 3px solid #717474;
}
#contents.gourmet_page .header_navlist ul li:last-child {
  width: 100%;
}
#contents.gourmet_page .header_navlist ul li a {
  padding: 0.6em .5em;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  line-height: 45px;
}
#contents.gourmet_page .header_navlist ul li a::after {
  content: "\e5cf";
  line-height: 1em;
  font-family: var(--fontfamily-icon);
  font-size: 24px;
  display: block;
  width: 1em;
  font-weight: bold;
  width: 100%;
}
#contents.gourmet_page .header_navlist a{
  font-size: 18px;
}
#contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper {
  border: 4px solid var(--color-base-line-light);
  border-width: 4px 0 0 0;
  margin: 26px 0 0;
  padding: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 0;
}
#contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper .shopBooking__btn{
  width: calc(100% / 2 - 20px);
  text-align: center;
}

/* ヒトサラ　リンク3つある場合はヒトサラを上部に配置させる（PC表示） */
body.pc #contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper:has(.shopBooking__btn:nth-of-type(3)) .shopBooking__btn.official_site {
  width: 40vw;
}

@media screen and (max-width: 1390px) {
  #contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper .shopBooking__btn{
    margin-bottom: 20px;
  }
  body.pc #contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper:has(.shopBooking__btn:nth-of-type(3)) .shopBooking__btn.official_site{
    width: 500px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1390px) {
  #contents.gourmet_page #headerbg .header_ttl a .en, #contents.gourmet_page #headerbg .header_ttl a .en::after {
      width: 250px;
      font-size: 36px;
  }
}

/* タイトル */
#contents.gourmet_page .title{
  position: relative;
  text-align: center;
  margin-bottom: 0;
  border-bottom: none;
  line-height: 28px;
}
#contents.gourmet_page #contents-main .title h3 .en {
  font-size: 24px;
}
#contents.gourmet_page .title h3{
  padding: 10px 0 25px;
  font-family: var(--fontfamily-base);
}
#contents.gourmet_page .title h3::after{
  background: var(--color-goodslike);
}
#contents.gourmet_page.ume .title h3::after{
  background: var(--color-base-sub2-dark);
}
/* ショップリスト */
#contents.gourmet_page #contents-main #gourmet_shop {
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
  width: 240px;
}
.pulldown_btn {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  color: var(--color-base-text-dark);
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  /* z-index: 101; */
  border: 4px solid rgba(0, 0, 0, 0.5);
  line-height: 32px;
}
.pulldown_btn::after {
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    display: inline-block;
    position: absolute;
    height: 100%;
    right: 36px;
    top: -4px;
    line-height: 45px;
    font-weight: bold;
    font-size: 24px;
    color: var(--color-goodslike);
}
.pulldown_btn.open::after {
  content: "\e5ce";
}
.category_wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 2;
  /* z-index: 100;
  border: 1px solid var(--color-base-text-lightshade); */
  margin: -1px 0 0 0;
  box-sizing: border-box;
  min-width: 100%;
}
.category_wrap .category {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px dashed var(--color-base-text-lightshade);
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  position: relative;
}
.category_wrap .category a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category_wrap.open{
  border: 1px solid var(--color-base-text-lightshade);
}
.category_wrap.close{
  border: none;
}

/* content */
#contents.gourmet_page #contents-main {
  background: var(--color-base-line-light);
  padding-bottom: 30px;
}
#contents.gourmet_page.ume #contents-main {
  background: var(--color-base-sub2-light);
}
#contents.gourmet_page #contents-main .itemshop {
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.5);
  border-width: 4px;
  margin: 40px auto 40px;
  padding: 36px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header {
  display: table;
  background: none;
  width: 100%;
  margin: 0 0 26px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header .floor {
  width: 80px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: var(--color-base-main-dark);
  font-weight: bold;
}
#contents.gourmet_page.ume #contents-main .itemshop .itemshop_header .floor{
  background: var(--color-base-sub2-dark);
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header .floor,
#contents.gourmet_page #contents-main .itemshop .itemshop_header .name,
#contents.gourmet_page #contents-main .itemshop .itemshop_header .logo {
  display: table-cell;
  vertical-align: middle;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header .name {
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header .name .itemshop_categorydetail {
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 6px;
  display: block;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header .logo {
  width: 160px;
  padding: 0;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_header .logo img {
  max-height: 80px;
}
#contents.gourmet_page #contents-main .itemshop .pickUp__scene {
  /* margin: 20px -10px; */
  padding: 0;
  justify-content: flex-start;
  gap: 10px;
}
#contents.gourmet_page #contents-main .itemshop .pickUp__scene li {
  width: calc(100% / 2);
  margin: 0 0 26px;
  background: var(--color-base-bg-light);
}
#contents.gourmet_page #contents-main .itemshop .pickUp__scene li .pickUp__detail {
  padding: 14px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent {
  overflow: hidden;
}
.pc#contents.gourmet_page .itemshop_shopcontent {
  display: flex;
  flex-direction: row-reverse;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .image {
  width: 40%;
  float: right;
  box-sizing: border-box;
  border: 1px solid var(--color-base-text-lightshade);
  border-width: 1px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .image a {
  display: block;
  height: 400px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info {
  width: 57%;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info p {
  /* border: 1px solid var(--color-base-text-lightshade); */
  border-width: 1px 0 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 35px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .hour,
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .tel{
  white-space: pre-wrap;
  position: relative;
  border-top: 1px solid var(--color-base-text-lightshade);
  min-height: 53px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .tel{
  border-bottom: 1px solid var(--color-base-text-lightshade);
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .service_other {
  white-space: pre-wrap;
  position: relative;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .service_other{
  border-bottom: 1px solid var(--color-base-text-lightshade);
}
.itemshop_shopcontent .shop_status .hour::before,
.itemshop_shopcontent .shop_status .tel::before,
.itemshop_shopcontent .service_other::before {
  font-family: var(--fontfamily-icon);
  font-size: 20px;
  font-weight: normal;
  margin: 0 5px 0 0;
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
}
.itemshop_shopcontent .shop_status .hour::before {
  content: "\e8b5";
  vertical-align: bottom;
}
.itemshop_shopcontent .shop_status .tel::before {
  content: "\e9cd";
  font-variation-settings: var(--iconfont-FILL1-set);
  vertical-align: bottom;
}
.itemshop_shopcontent .service_other::before {
  content: "\e903";
  font-variation-settings: var(--iconfont-FILL1-set);
}
.itemshop_shopcontent .service_other.budget::before {
  content: "\e56c";
}
.itemshop_shopcontent .icon-delivery{
  padding-top: 10px;
}
.itemshop_shopcontent .icon-delivery .service_other::before {
  content: "\e32c";
}
.icon-delivery .deliveryNum{
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin: 10px 0 0;
}
.icon-delivery .deliveryNum li[class*="icon"]{
  width: calc(100% / 2 - 5px);
}
#contents.gourmet_page #contents-main .itemshop .shopdesc {
  border: 4px solid var(--color-base-line-light);
  border-width: 4px 0 0 0;
  margin: 26px 0 0;
  padding: 26px 0 0;
}
#contents.gourmet_page #contents-main .itemshop .shopdesc .desc_title {
  font-weight: bold;
  color: var(--color-goodslike);
  font-size: 20px;
  padding-bottom: 0.5em;
}
#contents.gourmet_page #contents-main .itemshop .shopdesc .desc_contents {
  font-family: var(--fontfamily-base);
  font-size: 14px;
  padding-top: 12px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border: 4px solid var(--color-base-line-light);
  border-width: 4px 0 0 0;
  margin: 26px 0 -10px;
  padding: 26px 0 0;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist h3 {
  width: calc(calc(100% - 50px) / 6);
  min-width: 180px;
  height: 182px;
  padding: 0;
  margin: 0 10px 10px 0;
  background: var(--color-base-line-dark);
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 130%;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist.swp h3 {
  margin: 5px 0 10px 0;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist h3 .en {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist .item {
  width: calc(calc(94% - 50px) / 6);
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  position: relative;
  border: 1px solid var(--color-base-line-dark);
  border-width: 1px;
  height: auto;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist .item .img_bg_css {
  width: 100%;
  height: 180px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist .item .img_bg_css.no_img_logo{
  background-size: 70%, 65%;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist h3 .en::after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-goodslike);
  display: block;
  margin: 14px auto;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr{
  padding: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li {
  font-size: 14px;
  display: block;
  padding: 6px 10px;
  border: 1px solid var(--color-base-line-dark);
  border-radius: var(--box-radius-small);
  width: calc(100% / 3 - 4px);
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li {
    width: calc(100% / 2 - 4px);
  }
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail::before {
  content: "";
  font-family: var(--fontfamily-icon);
  color: var(--color-goodslike);
  margin: 0 6px 0 0;
  font-size: 20px;
  vertical-align: middle;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-a::before { content: "\eb4a";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-b::before { content: "\eb4f";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-c::before { content: "\eb4e";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-d::before { content: "\e9cd";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-e::before { content: "\e32c";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-f::before { content: "\ea12";}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-g::before { content: "\e614";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-h::before { content: "\eb41";}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-i::before { content: "\f1cc";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-j::before { content: "\f1f3";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-k::before { content: "\e518";font-variation-settings: var(--iconfont-FILL1-set);}
#contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail.icon-l::before { content: "\e51c";font-variation-settings: var(--iconfont-FILL1-set);}

#contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist .item .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  padding-top: 3px;
  /* text-align: center;
  font-family: "Cantarell", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  border-width: 1px;
  background: var(--color-goodslike);
  width: 5.5em;
  padding: 5px 10px 5px;
  vertical-align: top;
  position: absolute;
  top: -4px;
  left: calc(50% - 3.5em);
  z-index: 100; */
}
#contents.gourmet_page #contents-main .itemshop_shopnews .item.cat2 .image::before {
  content: "COUPON";
  text-align: center;
  font-family: var(--fontfamily-english);
  font-weight: bold;
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: var(--color-goodslike);
  border: 1px solid var(--color-goodslike);
  border-width: 1px;
  background: #fff;
  width: 5.5em;
  padding: 3px 8px 4px;
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
}
#contents.gourmet_page .swiper-pointer-events {
  padding: 5px 2px 0 10px;
}
/* yokochoロゴ */
#contents.gourmet_page em.icon__bimiyokocho{
  width: 8rem;
}
/* scene*/
.pickUp__scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pickUp__scene .pickUp__detail {
  width: 100%;
  display: block;
  padding: 14px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.pickUp__scene .pickUp__detail::before {
  content: "SCENE";
  font-family: var(--fontfamily-english);
  color: var(--color-base-accent-dark);
  display: inline-block;
  margin: 0 26px 0 -10px;
}
/*----------------------------------------
スマートフォン対象
----------------------------------------*/

/*--------------------
各ページ共通（ただし主にindex.jsp）
--------------------*/

.sp #contents-main.all{
	padding-top: 0;
}
.sp #contents h2 {
  height: 180px;
}
.sp #contents.gourmet_page #contents-main.all{
  padding: 0 0 30px;
}
/*全体に被せるリンク*/
.sp .coverlink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

/*
header
*/

.sp #contents{
  position: relative;
}

.sp #contents #headerbg{
  margin: 0;
  padding: 0;
  height: auto;
}
.gourmet_index.sp #contents #headerbg .inner{
  padding: 0;
  /* grid-template: 1fr 1fr / 1fr 1fr 1fr;
  display: grid; */
  height: 181px;
}
/* .gourmet_index.sp #headerbg .image{
	overflow: hidden;
}
.gourmet_index.sp #headerbg .image:nth-child(1){
    grid-column: 1 / 4;
}
.gourmet_index.sp #headerbg .image:nth-child(2){
    grid-column: 4 / 6;
}
.gourmet_index.sp #headerbg .image:nth-child(3){
    grid-column: 6 / 8;
}
.gourmet_index.sp #headerbg .image:nth-child(4){
    grid-column: 1 / 3;
}
.gourmet_index.sp #headerbg .image:nth-child(5){
    grid-column: 3 / 5;
}
.gourmet_index.sp #headerbg .image:nth-child(6){
    grid-column: 5 / 8;
}
.gourmet_index.sp #headerbg .image:nth-child(n+7){
	display: none;
} */
.gourmet_index.sp #contents h2{
  height: 180px;
}
.gourmet_index.sp #contents h2.gr_tit::before{
	margin: 0 0 5px;
}
.gourmet_index.sp #contents h2 .en {
  font-size: 20px;
  letter-spacing: 0.08em;
}
.gourmet_index.sp #contents h2 .en::after {
  width: 80%;
  margin: 10px auto;
}
.gourmet_index.sp #contents h2 p {
  padding: 22px 2px 0 2px;
  width: 160px;
  height: 160px;
  top: 10px;
  font-size: 11px;
  line-height: 150%;
}
.gourmet_index.sp #contents-main.all .gourmet{
  padding: 0;
}
/* ヘッダーリスト */
.gourmet_index.sp .header_navlist{
  margin: 0;
}

.sp .header_navlist .inner{
	padding: 0;
}
.sp .header_navlist ul{
  flex-wrap: wrap;
  padding: 0;
}
.sp .header_navlist ul li{
	width: calc(100% / 3);
	font-size: 14px;
	margin: 0;
}
.sp.gourmet_index .header_navlist ul li a:after{
  font-size: 17px;
}
.sp .header_navlist ul li:last-of-type{
  width: 100%;
  border-top: 1px solid #fff;
}
.sp .header_navlist ul li a{
	border-right: none;
  padding: 10px 2px 6px;
  font-weight: normal;
}
.sp .header_navlist ul li:nth-child(1) a,
.sp .header_navlist ul li:nth-child(2) a{
  border-right: 1px solid #fff;
}
/* .sp .header_navlist ul li:nth-child(-n+3) a{
	border-bottom: none;
}
.sp .header_navlist ul li:nth-child(3n) a{
	border-right:2px solid #fff;
} */

/* バナー */
.sp .grBnrWrap.inner {
  margin: 0 auto;
  padding: 20px 0 0;
}
.sp .grBnrWrap.inner .swiper-container {
  margin: 0 0 0 15px;
  overflow: hidden;
}
/*
h3タグ関連
*/
.sp #contents h3 img{
  height: 40px;
  width: auto;
}
.sp #contents #servicelist h3 img{
  height:46px;
}
.sp.gourmet_index #contents .title {
  border-bottom: 2px solid var(--color-base-line-light);
  margin-bottom: 20px;
}
.sp #contents .title h3::after{
  height: 2px;
  bottom: 2px;
}

/*
ショップリスト
*/
.sp #contents-main.all .gourmet{
  padding: 20px 0 0;
}

.sp #contents .gourmetshoplist{
	padding: 16px 0;
}
.sp #contents .gourmetshoplist .item{
  width: calc(100% / 2 - 5px);
	box-sizing: border-box;
}
.sp #contents .gourmetshoplist .item .floor {
  top: 0;
}
.sp #contents .gourmetshoplist .item .shop_head{
  gap: 15px;
	padding: 20px 20px 0;
}
.sp #contents .gourmetshoplist .item .photo {
  /* width: 100%;
  margin: 0 auto;
  float: inherit;
  padding: 0;
  box-sizing: border-box; */
  height: 120px;
}
.sp #contents .gourmetshoplist .item .name p{
}
.sp #contents .gourmetshoplist .shoplist{
  margin-top: 0;
  gap: 10px;
}
.sp #contents .gourmetshoplist .item .name strong{
  font-size: 13px;
  margin-bottom: 4px;
}

.sp #contents .gourmetshoplist .item .detail_box{
  display: block;
}
.sp #contents .gourmetshoplist .item .detail_box .detail{
  width: 90%;
  margin: 15px auto 20px;
  padding: 0;
}
.sp #contents .gourmetshoplist .item .shop_head .logo{
  width: 100px;
}
.sp #contents .gourmetshoplist .item .shop_head .name {
  width: calc(100% - 100px);
  padding: 0;
}
.sp #contents .gourmetshoplist .item .detail_box .detail .hour{
}
.sp #contents .gourmetshoplist .item .detail_box .detail .service{
	margin: 15px 0;
}
.sp #contents .gourmetshoplist .name{
  padding: 10px 5px 14px;
}
.sp #contents .gourmetshoplist .item .name .detail {
  margin: 0.4em 0 0;
  font-size: 12px;
}

/****ショップ絞り込み****/
.sp #contents .service#shoplist_service h3 {
  margin-bottom: 15px;
  font-size: 14px;
  padding: 0.2em;
}
.sp #contents #contents-main.all .service#shoplist_service .inner{
  padding: 15px;
}
.sp #contents .grSort_part {
  flex-wrap: wrap;
}
.sp #contents .grSort_part > h4 {
  flex-basis: 100%;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 8px;
}
.sp #contents .grSort_part > h4::before {
  position: static;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-right: .5em;
  vertical-align: middle;
}
.sp #contents .grSort_list {
  flex-basis: 100%;
}
.sp #contents .grSort_item {
  width: calc((100% - 8px) / 2);
  padding: 8px 0px 8px 25px;
  font-size: 3.2vw;
}
.sp #contents .grSort_item::before {
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: 6px;
}
.sp #contents .grSortList .item{
  width: 100%;
  padding: 12px;
}
.sp.gourmet_index .item .name{
  padding-left: 60px;
  padding-right: 65px;
  line-height: 1.2;
  font-size: 14px;
}
.sp.gourmet_index .item .floor {
  font-size: 13px;
  line-height: 1.6;
  left: 12px;
}
.sp.gourmet_index .item .logo {
  max-width: 50px;
  max-height: 25px;
}
.sp.gourmet_index .item .name .detail {
  margin: 0.4em 0 0;
  font-size: 12px;
}
.sp.gourmet_index #contents .grSortTitle{
  font-size: 16px;
}

/* --------------
shoplist01.jsp～
-------------- */
/* ヘッダー */
.sp #contents.gourmet_page #headerbg {
  position: relative;
  z-index: 2;
}
.sp #contents.gourmet_page #headerbg .inner {
  flex-wrap: wrap;
  height: auto;
}
.sp #contents.gourmet_page #headerbg .inner div {
  height: auto;
}
.sp #contents.gourmet_page #headerbg .header_ttl {
  padding: 8px 0;
}
.sp #contents.gourmet_page #headerbg .header_ttl {
  width: 94%;
  margin: 3% auto;
  border-width: 2px;
}
.sp #contents.gourmet_page #headerbg .header_ttl a {
  font-size: 3.125vw;
  padding: 0;
}
.sp #contents.gourmet_page #headerbg .header_ttl .en {
  width: 100%;
  font-size: 4.0625vw;
}
.sp #contents.gourmet_page #headerbg .header_ttl .en::after {
  width: 50%;
  height: 2px;
  margin: 6px auto 2px;
}
.sp #contents.gourmet_page #headerbg .header_navlist {
  width: 100%;
}
.sp #contents #headerbg .inner {
  padding: 0;
}
.sp #contents .header_navlist ul.cat {
  height: 122px;
}
.sp #contents .header_navlist ul, 
.sp #contents .header_navlist li {
  border-width: 1px;
}
.sp #contents .header_navlist ul.cat li a {
  padding: 8px 0 0;
  background-size: 26px auto;
  background-position: center bottom 16px;
  font-size: 3.5vw;
  line-height: 1.6em;
}
.sp #contents.gourmet_page .header_navlist ul li {
  box-sizing: border-box;
  height: auto;
  width: calc(100% / 3);
  border: none;
}
.sp #contents.gourmet_page .header_navlist ul li:last-child{
  width: 100%;
  border-top: 1px solid #fff;
}
.sp #contents.gourmet_page .header_navlist ul li a::after{
  font-size: 19px;
}
.sp #contents.gourmet_page #contents-main .title h3 {
  font-size: 3.75vw;
  line-height: 140%;
}
.sp #contents.gourmet_page #contents-main .title h3::after {
  height: 2px;
  bottom: 0px;
  margin: 14px auto;
}
.sp #contents.gourmet_page #contents-main .title h3 .en {
  font-size: 5vw;
}


/* ショップ選択 */
.sp #contents.gourmet_page #contents-main #gourmet_shop {
  font-size: 4.0625vw;
  position: relative;
  width: 260px;
  margin: 0 auto;
}
.sp #contents.gourmet_page #contents-main #gourmet_shop .pulldown_btn {
  border-width: 2px;
  font-size: 14px;
}
.sp .pulldown_btn::after{
  top: -4px;
}
.sp #contents.gourmet_page .category_wrap{
  /* position: static; */
  width: 260px;
  top: 35px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



/* ショップリスト */
.sp #contents.gourmet_page #contents-main .itemshop {
  padding: 20px;
  border-width: 2px;
}
.sp #contents.gourmet_page #contents-main .itemshop{
  margin: 20px auto 20px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header {
  border: none;
  position: relative;
  margin: 0 0 10px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .floor {
  font-size: 3.75vw;
  width: auto;
  padding: 0 20px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .floor,
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .name,
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .logo {
  display: inline-block;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .name {
  display: block;
  padding: 0;
  font-size: 5vw;
  line-height: 150%;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .name .itemshop_categorydetail {
  font-size: 3.4375vw;
  line-height: 130%;
  padding: 10px 84px 2px 0;
}
body.sp #contents.gourmet_page em.icon__bimiyokocho {
  width: 7rem;
  position: relative;
  top: 4px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_header .logo {
  width: 80px;
  height: 35px;
  line-height: 0;
  top: 0px;
  right: 0;
  left: auto;
  bottom: auto;
  border: none;
  position: absolute;
}
body.sp #contents.gourmet_page #contents-main .itemshop .pickUp__scene {
  margin: 0 0 2px;
  justify-content: space-between;
  gap: 5px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .pickUp__scene li {
  width: 100%;
  /* width: calc(50% - 5px); */
  margin: 0 0 0;
}
body.sp #contents.gourmet_page #contents-main .itemshop .pickUp__scene li:last-child{
  margin: 0 0 10px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .pickUp__scene li span {
  padding: 4px 0 6px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .pickUp__scene li span::before {
  display: inline;
  line-height: 150%;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .image {
  margin-bottom: 0;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .image, body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info {
  width: 100%;
  float: none;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .image a {
  height: 200px;
}

body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .hour,
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .tel,
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .service_other {
  padding: 8px 8px 8px 35px;
  font-size: 3.75vw;
  display: flex;
  align-items: center;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .hour{
  border-top: none;
  border-bottom: 1px solid var(--color-base-text-lightshade);
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .tel{
  border-bottom: none;
  border-top: none;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .service_other {
  border-bottom: none;
  border-top: 1px solid var(--color-base-text-lightshade);
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr{
  padding: 0;
  display: initial;
}
body.sp #contents.gourmet_page #contents-main .itemshop .shopdesc {
  margin: 0 0 0;
  padding: 12px 4px 0;
  border-top-width: 2px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .shopdesc .desc_title {
  font-size: 4.375vw;
}
body.sp #contents.gourmet_page #contents-main .itemshop .shopdesc .desc_contents {
  padding-top: 8px;
  font-size: 3.75vw;
}
body.sp #contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper {
  margin: 20px 0 10px;
  padding: 20px 0 0;
  min-width: 100%;
  flex-wrap: wrap;
  border-width: 2px 0 0 0;
  gap: 0;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li {
  font-size: 3.3vw;
  padding: 6px 4px 6px 24px;
  position: relative;
  box-sizing: border-box;
  line-height: 1.3em;
  display: inline-block;
  width: auto;
  margin: 3px 6px 3px 0;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li.pickUp__grDetail::before {
  font-size: 16px;
  position: absolute;
  left: 2px;
  margin: 0;
  top: calc(50% - 8px);
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info ul.pickUp__gr li:last-child {
  margin-bottom: 10px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopcontent .info .icon-delivery {
  padding: 10px 0 12px;
}
/* 新着メニュー */
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist {
  margin: 10px 0 0;
  padding: 18px 0 0;
  flex-wrap: wrap;
  border: none;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist h3 {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 0;
  height: auto;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemlist h3 .en {
  font-size: 5vw;
  padding: 0;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist.swp {
  display: block;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist.swp .swiper-container{
  overflow: hidden;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist .item {
  width: 200px;
  margin: 0;
}
body.sp #contents.gourmet_page #contents-main .itemshop .itemshop_shopnews .itemlist h3 .en::after {
  margin: 2px auto 4px;
  height: 2px;
}
body.sp #contents.gourmet_page #contents-main .itemshop .shopBooking-wrapper .shopBooking__btn {
  width: calc(100% - 20px);
  box-sizing: border-box;
  margin-bottom: 10px;
}
body.sp .icon-delivery .deliveryNum{
  margin: 0;
}
body.sp .itemshop_shopcontent .icon-delivery{
  padding-top: 20px;
}

/* .gourmet_index .result{
	margin: 20px 0 0;
} */
/* .shop_sel {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-base-bg-light);
  border-radius: var(--box-radius-medium);
}
.shop_sel li {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	padding: 18px 15px 20px;
	line-height: 1;
}
.shop_sel li::before{
  font-family: var(--fontfamily-icon);
	content: "\ef4a";
	vertical-align: bottom;
	margin: 0 5px 0 0;
}
.shop_sel li.sel{
	color: var(--color-base-accent-dark);
    background: var(--color-base-bg-light);
}
.shop_sel li.sel::before{
  font-family: var(--fontfamily-icon);
	content: "\ef4a";
	font-variation-settings: var(--iconfont-FILL1-set);
}
.pc .shop_sel li:not(:last-of-type)::after{
  content: "";
  width: 2px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  right: 0;
}
.pc .shop_sel li:not(:last-of-type)::after{
  content: "";
  width: 2px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  right: 0;
}

.sp .shop_sel{
  flex-wrap: wrap;
	overflow: hidden;
	background: none;
}
.sp .shop_sel li {
	width: calc(100% / 3 - 4px);
    box-sizing: border-box;
	padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--color-base-line-dark);
    margin: 2px;
	font-size: 3.2vw;
}
.sp .shop_sel li:before {
	margin: 0 0 5px;
	display: block;
	font-size: 20px;
}
.sp .shop_sel .settit{
    display: none;
}
.sp #contents h3.result{
	font-size: 4.2vw;
  margin: 0;
}
.sp .shop_sel li#clear{
  width: 100%;
  border: none;
  padding: 5px 10px;
}
.sp .shop_sel li#clear:before{
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: sub;
} */
