/* CSS Document */

/*----------------------------------------
グルメページ　スタイルシート
PC/SP共通
----------------------------------------*/

/*--------------------
各ページ共通（ただし主にindex.jsp）
--------------------*/

/**/
.pc .coverlink{
  display: none;
}

#contents{
  background: #fff;
}

/*
フォントを指定
*/


#contents-main .gourmet h3,
#reco_group .title h3,
#anchor_kids h3,
.gr_goodslist #contents-main h3,
body.gourmet_shoplist #contents-main .shopNav,
#contents-main .itemshop_shopnews h3,
body.gourmet_shoplist #contents-main .shopNav .shopNav_li a,
body.gourmet_shoplist .header_tab .header_tab-list a span .en, 
body.gourmet_goodslist .header_tab .header_tab-list a span .en,
.header_tab-list li a span.en{
  font-family: Roboto Condensed, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
#contents-main .itemshop_shopnews h3 span{
  font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/*
header
*/

.pc #headerbg {
  height: 224px;
  background: url(bg_header_left.png) repeat-x center top, #fff;
  position: relative;
  padding: 38px 0;
}
.gourmet_index.pc #headerbg {
  height: 292px;
}
#contents h2 {
  background: transparent;
  height: 100%;
  line-height: 255px;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.pc:not(.gourmet_index) #headerbg {
  padding: 35px 0 0;
}
.pc:not(.gourmet_index) #contents h2 {
  top: 2px;
}
#contents h2 img{
  vertical-align: middle;
}
#headerbg .inner{
  position: static;
  z-index: 1;
}
.pc #headerbg .headerbg_images{
  width: 864px;
  height: 366px;
  position: relative;
  top: -38px;
  left: 48px;
}
#headerbg .headerbg_images li{
  width: 100px;
  height: 100px;
  float: left;
}

._invisible{display:none;}

/*
inner
*/
body.view #contents .inner{
  background: transparent;
}
body.pc #contents .inner .headerbg_images li{
	position: absolute;
}
body.view #contents .inner .headerbg_images li .img_objfit{
	border-radius: 0;
	width: 120%;
  height: 120%;
  background: #FFD9E4;
}
body.view #contents .inner .headerbg_images li .img_objfit img{
	border-radius: 0;
}
/*画像の配置　PCのみ*/
body.pc #contents .inner .headerbg_images li:nth-child(1){
	top: 0px;
	left: 124px;
}
body.pc #contents .inner .headerbg_images li:nth-child(2){
	top: 0px;
	left: 372px;
}
body.pc #contents .inner .headerbg_images li:nth-child(3){
	top: 0px;
	left: 620px;
}
body.pc #contents .inner .headerbg_images li:nth-child(4){
	top: 124px;
	left: 0;
}
body.pc #contents .inner .headerbg_images li:nth-child(5){
	top: 124px;
	left: 248px;
}
body.pc #contents .inner .headerbg_images li:nth-child(6){
	top: 124px;
	left: 496px;
}
body.pc #contents .inner .headerbg_images li:nth-child(7){
	top: 124px;
	left: 744px;
}
body.pc #contents .inner .headerbg_images li:nth-child(8){
	top: 248px;
	left: 124px;
}
body.pc #contents .inner .headerbg_images li:nth-child(9){
	top: 248px;
	left: 372px;
}
body.pc #contents .inner .headerbg_images li:nth-child(10){
	top: 248px;
	left: 620px;
}
/*画像の配置　PCのみ　以上*/

/*
タブ
*/
.pc .header_tab{
  width: 960px;
  margin: 30px auto 0;
  padding-bottom: 36px;
border-bottom: 1px dashed #c3c2bb;
}

.header_tab-list{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.header_tab-list li a{
  width: 216px;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  border: 6px solid #e6eaed;
  border-radius: 8px;
  padding: 56px 0 25px;
  margin-right: 30px;
  height: 140px;
}
.header_tab-list li:last-child a{
	margin-right: 0;
}

.header_tab-list li a:after{
	content: "";
	border-radius: 100px 100px 0 0;
	height: 19px;
	width: 40px;
	line-height: 100px;
	background-color: #ff80a5;
	position: absolute;
	bottom: 0;
	left: 85px;
}
.header_tab-list li a .fa-caret-down{
	line-height: 18px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 100px;
	z-index: 1;
}

.header_tab-list li a img{
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
}
.header_tab-list li a span{
	display: block;
	margin: 0 auto;
}
.header_tab-list li a span.en{
	color: #ff80a5;
	font-weight: normal;
	font-size: 16px;
	margin-top: -8px;
}

.header_tab-list li a[href*=shoplist01] img{
	top: 18px;
	width: auto;
	height: 30px;
}
.header_tab-list li a[href*=shoplist02] img{
	top: 10px;
	width: 44px;
	height: auto;
}
.header_tab-list li a[href*=news_list] img{
	top: 13px;
	width: 38px;
	height: auto;
}
.header_tab-list li a[href*=anchor_kids] img{
	top: 18px;
	width: auto;
	height: 30px;
}

/*--------------------
主に
index.jsp
--------------------*/
#contents-main .gourmet h3{
    border: none;
    font-size: 36px;
    text-align: left;
    padding: 0;
    font-weight: normal;
}
#contents-main .gourmet .title h3{
  overflow: visible;
}
#contents-main .gourmet h3 img{
	margin: 0 12px 8px 0;
	vertical-align: middle;
}

/**/
#contents-main .gourmet #shoplist_restaurant h3 img{
	width: 50px;
}
#contents-main .gourmet #shoplist_foods h3 img {
  width: 42px;
  margin-top: -10px;
}

#contents-main .gourmet h3 span.sub_en{
	display: inline-block;
	color: #ff80a5;
	font-size: 14px;
	font-weight: bold;
	padding-left: 12px;
}


#contents-main .gourmet > div:not(:first-of-type) {
    border-top: 2px dashed #e6eaed;
    padding: 30px 0 0;
    margin: 40px 0 0;
}

/*shoplist*/
.gourmet .shoplist .title{
  margin: 0 0 15px 0;
}
.gourmet .shoplist table.table01{
  display: block;
  border: 6px solid #e6eaed;
  border-radius: 10px;
  border-collapse: separate;
  box-sizing: border-box;
}
.gourmet .shoplist tbody{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.gourmet .shoplist thead{display: none;}

.gourmet .shoplist tr {
  display: block;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 30px 30px 20px 180px;
  border-bottom: 1px solid #d3d9d9;
  border-right: 1px solid #d3d9d9;
}
.gourmet .shoplist tr{
  margin-bottom: -1px;
}
.pc .gourmet .shoplist tr {
  min-height: 195px;
}



.gourmet .shoplist tr:nth-child(even) {
	border-right:none;
}

.gourmet .shoplist tbody::after{
  content: "";
  display: block;
  clear: both;
}
#contents-main .gourmet .shoplist td{  /*default.cssと競合しているためIDアリの指定*/
  display: block;
  padding: 0;
  border: none;
}
#contents-main .gourmet .shoplist .name{
  border-bottom: 1px dashed #c3c2bb;
  padding: 0 0 8px;
}
.pc #contents-main .gourmet .shoplist .name {
  padding-right: 90px;
}
#contents-main .gourmet .shoplist .name strong{
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#contents-main .gourmet .shoplist .photo{
  position: absolute;
  top: 30px;
  left: 34px;
}
#contents-main .gourmet .shoplist .img_objfit{  /*.img_objfit：.photoの直下*/
	width: 130px;
    height: 130px;
	background: #FFD9E4;
}
#contents-main .gourmet .shoplist .shopimg img{
  border-radius: 5px;
}
.pc #contents-main .gourmet .shoplist .shopimg img{
  width: 130px;
  height: 100%;
}
.pc #contents-main .gourmet .shoplist .shopimg img[src*="spacer.gif"]{
  width: 0;
}
.gourmet .shoplist .logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 90px;
}
#contents-main .gourmet .shoplist .floor{
	display: block;
    position: absolute;
    top: 10px;
    left: 23px;
    width: 36px;
    height: 26px;
    background: #008697;
    color: #fff;
    line-height: 26px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
/*    display: block;
    position: absolute;
    top: 20px;
    left: 23px;
    width: 36px;
    height: 30px;
    background: #008697;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
	font-size: 16px;*/
}
#contents-main .gourmet .shoplist .floor span.food_court{
	position: absolute;
    top: 0;
    left: 35px;
    white-space: nowrap;
    background: #fff;
    color: #eb4832;
    border: 1px solid #008697;
    line-height: 12px;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    height: 14px;
/*	position: absolute;
    top: 0;
    left: 35px;
    white-space: nowrap;
    background: #fff;
    color: #eb4832;
    border: 2px solid #008697;
    line-height: 16px;
    font-size: 11px;
    padding: 5px;
  font-weight: bold;*/
}



















#contents-main .gourmet .shoplist .hour{
  padding: 8px 0 0 0;
}
#contents-main .gourmet .shoplist .hour p{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gourmet .shoplist .hour,
.gourmet .shoplist .tel{
  font-weight: bold;
}
.gourmet .shoplist .hour i,
.gourmet .shoplist .tel i{
  color: #ff80a5;
}

/*
おすすめXX
*/
#reco_group{
  background: url(../../img/bg_tile_gr.png) repeat center center;
  padding: 0;
}

#reco_group::after{
  content: "";
  display: block;
  clear: both;
}
#contents{
  padding: 0;
}

/*中身*/
#reco_group h3{
    border: none;
    font-size: 36px;
    text-align: left;
    padding: 26px 0 12px;
    font-weight: normal;
    border-radius: 6px;
    overflow: hidden;
}
#reco_group h3 span{
	display: inline-block;
    color: #ff80a5;
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
}

#reco_group .reco_mdcat_wrap::after{
  content: "";
  display: block;
  clear: both;
}

#reco_group .reco_mdcat_wrap article{
  margin: 0 0 20px 20px;
  width: 143px;
  height: 143px;
  float: left;
}
#reco_group .reco_mdcat_wrap article:first-child{
  margin: 0 0 40px 0;
}
#reco_group .reco_mdcat_wrap article:nth-of-type(n+7){
  display: none;
}

#reco_group .md_box{
  height: 100%;
  width: 100%;
  position: relative;
}
#reco_group .md_box .image span{
  background-color: #fff;
}
#reco_group .md_box div.goodsname{
  display: none;
}
#reco_group .mdcat{text-align: center;}
#reco_group .btn-normal{
    display: inline-block;
    background: #ff80a5;
    margin: 10px 0 0 0;
    border: #619b53;
    padding: 9px 0 9px 16px;;
    width: 210px;
    float: right;
    font-size: 16px;
	position: relative;
}
#reco_group .btn-normal .fa-caret-right{
	position: absolute;
	top: 14px;
	left: 20px;
}

#reco_group .mdcat .md_box .shopname{
  bottom: 0;
  background: rgba(35,24,21,0.6);
  width: 100%;
  color: #fff;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  line-height: 1.4em;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px;
  box-sizing: border-box;
}



#reco_group .img_bg_css.no_img_logo{
  border: 0;  /*ロゴ画像時にborderをつけない*/
}

/*
キッズサービス
*/
#anchor_kids{
	margin: 56px auto 60px;
}


#anchor_kids h3{
	border: 6px solid rgba(255,210,36,0.3);
	border-radius: 10px;
	width: 240px;
	font-size: 28px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 10px 10px;
	text-align: center;
	position: relative;
	line-height: 0.7em;
}
#anchor_kids h3 span{
	color: #eb4832;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
}
#anchor_kids h3 .fa-caret-down{
	color: #eb4832;
	position: absolute;
	top: 69px;
    left: 110px;
}

#anchor_kids table{
	margin: 30px auto;
	width: 100%;
	border: 6px solid #e6eaed;
	border-radius: 10px;
	border-collapse: separate;
}


.pc #anchor_kids table tr:not(:last-of-type) td{
  border-bottom: 1px solid #e6eaed;
}
#anchor_kids table tr td.name{
	width: 36%;
	padding: 20px;
	box-sizing: border-box;
}
#anchor_kids table tr td.logo{
	width: 12%;
	text-align: center;
}
#anchor_kids table tr td.logo img{
	width: 80%;
}

#anchor_kids table tr td.floor{
	width: 7%;
	min-height: 3em;
    text-align: center;
	background: rgba(255,210,36,0.3);
}
#anchor_kids table tr td.kids-detail{
	padding: 10px 20px;
	color: #eb4832;
	font-weight: bold;
}


/*--------------------
foods_goodslist.jsp
gourmet_goodslist.jsp

div#contents にクラス「gr_goodslist」があるページ
--------------------*/


body.gourmet_goodslist #headerbg{
    background: url(bg_header_shop.png) repeat-x center center #fff;
    background-size: cover;
}
body.gourmet_goodslist #contents h2{
    width: 960px;
    box-sizing: border-box;
    padding: 0 53px;
}
body.gourmet_goodslist #contents h2 a {
    text-align: left;
    display: block;
    float: left;
    width: 220px;
}

/*--------------------
foods_goodslist.jsp
gourmet_goodslist.jsp

共通ヘッダー
--------------------*/

body.gourmet_shoplist .header_tab,
body.gourmet_goodslist .header_tab{
	width: 960px;
	margin:0 auto;
	padding: 0 0 0 20px;
	border-bottom: none;
	box-sizing: border-box;
	height: 0;
	position: relative;
	z-index: 3;
}

body.gourmet_shoplist .header_tab .header_tab-list,
body.gourmet_goodslist .header_tab .header_tab-list{
	float: right;
	border: 6px solid #e6eaed;
	border-radius: 10px;
	display: block;
	background: #fff;
	margin-left: 333px;
	margin: 0 70px 0 0;
	width: 580px;
}
body.gourmet_shoplist .header_tab .header_tab-list tr,
body.gourmet_goodslist .header_tab .header_tab-list tr{
	width: 100%;
	display: block;
	float: left;
}
body.gourmet_shoplist .header_tab .header_tab-list tr th,
body.gourmet_goodslist .header_tab .header_tab-list tr th{
	width: 285px;
	position: relative;
}
body.gourmet_shoplist .header_tab .header_tab-list tr:first-child,
body.gourmet_goodslist .header_tab .header_tab-list tr:first-child{
	border-bottom: 1px solid #e6eaed;
}
body.gourmet_shoplist .header_tab .header_tab-list tr th:nth-child(2n),
body.gourmet_goodslist .header_tab .header_tab-list tr th:nth-child(2n){
	border-left: 1px solid #e6eaed;
}

body.gourmet_shoplist .header_tab .header_tab-list tr th a,
body.gourmet_goodslist .header_tab .header_tab-list tr th a
{
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	/* position: relative; */
	color: #000;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0;
	padding: 22px 0 20px 100px;
	border: none;
	margin-right: 0;
	z-index: 2;
}

body.gourmet_shoplist .header_tab .header_tab-list a span,
body.gourmet_goodslist .header_tab .header_tab-list a span{
    margin: 0;
}
body.gourmet_shoplist .header_tab .header_tab-list a span.listName,
body.gourmet_goodslist .header_tab .header_tab-list a span.listName{
	float: left;
	text-align: left;
	letter-spacing: -.1rem;
	line-height: 21px;
}
body.gourmet_shoplist .header_tab .header_tab-list a span .en,
body.gourmet_goodslist .header_tab .header_tab-list a span .en{
	color: #ff80a5;
	font-weight: normal;
	font-size: 16px;
	display: block;
	letter-spacing: 0rem;
}
body.gourmet_shoplist .header_tab-list tr th a:after,
body.gourmet_goodslist .header_tab-list tr th a:after{
	content: "";
	border-radius: 100px 100px 0 0;
	height: 19px;
	width: 40px;
	line-height: 100px;
	background-color: #ff80a5;
	position: absolute;
	bottom: 0;
	left: 130px;
}
body.gourmet_shoplist .header_tab-list tr th a .fa-caret-down,
body.gourmet_goodslist .header_tab-list tr th a .fa-caret-down{
	position: absolute;
	bottom: 0;
	left: 144px;
	z-index: 1;
	color: #fff;
}

body.gourmet_shoplist #contents h2:after,body.gourmet_shoplist .header_tab:after,body.gourmet_shoplist #contents-main .shopNav:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	width: 0;
}

/*
Swiper
*/
.sp .itemlist .swiper-container{
  width: 100%;
}

/*
緑タブ
*/
#contents.gr_goodslist .title{
    margin: 0 0 10px 0;
}
#contents.gr_goodslist h3 {
    border: none;
    font-size: 36px;
    text-align: left;
    padding: 0;
    font-weight: normal;
}
#contents.gr_goodslist h3 img {
    margin: 0 12px 2px 0;
}
#contents.gr_goodslist h3 span.sub_en {
    display: inline-block;
    color: #ff80a5;
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
}





#contents.gr_goodslist .title li{
  width: 49%;
  position: relative;
}
#contents.gr_goodslist .title li a{
  background: rgba(97, 155, 83, 0.35);
  color: rgba(97, 155, 83, 1);
  display: block;
  border-radius: 10px 10px 0 0;
  border: 0;
  padding: 18px 0 12px;
  text-align: center;
  font-weight: bold;
}
#contents.gr_goodslist .title li.active a{
  background: rgba(97, 155, 83, 1);
  color: #fff;
}
#contents.gr_goodslist h3{
  border:0;
  margin: 0;
  padding: 0;
  background: transparent;
}

#contents.gr_goodslist .title li a:before{
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    position: absolute;
    top: 28px;
    left: 320px;
	border-top-color: #619b53;
}
#contents.gr_goodslist .title li.active a:before{
	border-top-color: #ffffff;
}

body.sp #contents.gr_goodslist .title li a:before{
    top: 45%;
    left: 85%;
}


/*
リスト部
*/

#contents.gr_goodslist #foods_goodslist{
	background: #e6eaed;
	border-radius: 10px;
}
.pc #contents.gr_goodslist .NewsItemList{
  padding: 5px;
  border-radius: 10px;
  background: #fff;
  background-clip: content-box;
  margin: 0;
}
.pc #contents.gr_goodslist .NewsItemList::after {
  /*一番下の列のアイテム罫線bottomを消す*/

  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background: #fff;
  top: -1px;
}


/*
MD
前へ/次へボタン周辺の調整
*/
.gr_goodslist .price_date{
  position: absolute;
  bottom: 50px;
}
#goodslist-navi {
  margin: 0 0 45px;
  margin: -7px 0 45px;
  overflow: hidden;
  background: #e6eaed;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
#goodslist-navi form input[type="submit"]{
	background: #FF80A5;
  margin: 20px 30px 30px;
}

/*
MD
*/
.gr_goodslist #contents-main .NewsItemList .item{
    width: 238px;
    padding: 20px 24px;
    box-sizing: border-box;
    border-width: 0 1px 1px 0;
    height: 370px;
    overflow: hidden;
    border-color: #d3d9d9;
}
/*.gr_goodslist #contents-main .NewsItemList .item:nth-of-type(-n+3){
  /*先頭３つ、上paddingが無い分タテ幅を縮小する*/
  /*height: 385px;
}*/
.pc .gr_goodslist #contents-main .NewsItemList .item:nth-of-type(4n-1){
  border-width: 0 1px 1px 0;
	    width: 237px;
}
.pc .gr_goodslist #contents-main .NewsItemList .item:nth-of-type(4n){
  border-width: 0 0 1px 0;
	width: 237px;
}
.gr_goodslist #contents-main .NewsItemList .item:nth-of-type(n+4){
}

/*アイテム画像*/
#contents-main .NewsItemList .item .image{
  float: none;
}
.pc #contents-main .NewsItemList .item .image{/*PC only*/
  width: 190px;
  height: 190px;
}
.pc #contents-main .NewsItemList .item .news_box{/*PC only*/
  padding-top: 20px;
}

#contents-main .NewsItemList .item .desc{
  position: static;
}

/*掲載日*/
.pc #contents-main .NewsItemList .item .date{/*PC only*/
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 13px;
}

/*アイテム説明全般*/
.pc #contents-main .NewsItemList .item .desc{
  width: 100%;
}

/*アイテム説明　商品名*/
.pc #contents-main .NewsItemList .item .desc .goods{
  font-weight: bold;
  font-size: 16px;
  /*１行に収める*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0 0;
}
.pc #contents-main .NewsItemList .item .desc .goods .sale{
  margin-bottom: 0;
}
/*アイテム説明　値段*/
.pc #contents-main .NewsItemList .item .desc .price{
  font-size: 14px;
  margin: 2px 0 0;
}
/*アイテム説明　フロア名*/
.pc #contents-main .NewsItemList .item .desc .name{
  font-size: 14px;
	border: none;
  padding: 0;
	margin: 0;
}
#contents-main .NewsItemList .item .desc .name a{
  font-size: 100%;
}

#foods_goodslist .btn_next{
	width: 100%;
	padding: 10px 0 25px;
	text-align: right;
}
#foods_goodslist .btn_next a{
    display: inline-block;
	background: #ff80a5;
	color: #fff;
	padding: 10px 24px;
	border-radius: 6px;
	margin: 0 28px;
}

/*詳しくはボタンをトル*/
.pc #contents-main .NewsItemList .item .morelink{
  display: none;
}


/*
ショップの詳細情報
*/


.pc #contents-main.all{
  padding: 30px 0 40px;
}
.itemshop{
  margin: 0;
  background: #fff;
}
.itemshop_header,
.itemshop_shopcontent,
.itemshop_shopnews{
  box-sizing: border-box;
}
body.gourmet_shoplist #headerbg{
	background: url(bg_header_shop.png) repeat-x center center #fff;
	background-size: cover;
}
.itemshop:not(:last-of-type){
  border-bottom: 3px solid #e6eaed;
  padding-bottom: 35px;
}

/*--------------------
shoplist01.jsp
--------------------*/
body.gourmet_shoplist #contents h2{
	width: 960px;
	box-sizing: border-box;
	padding: 0 53px;
	left: 0;
	/* width: 330px; */
	/* margin: 0 0 0 28px; */
}

body.gourmet_shoplist #contents h2 a{

	text-align: left;
	display: block;
	float: left;
	width: 220px;
}


.pc:not(.gourmet_index) .header_tab .header_tab-list a img{
	margin: 0;
	position: absolute;
	left: 0;
}
/*アイコン画像 リンクに基づき個別指定*/
.pc:not(.gourmet_index) .header_tab .header_tab-list a[href*=shoplist01] img{
	width: 55px;
	top: 25px;
	left: 30px;
}
.pc:not(.gourmet_index) .header_tab .header_tab-list a[href*=shoplist02] img{
	width: 44px;
	top: 18px;
	left: 36px;
}
.pc:not(.gourmet_index) .header_tab .header_tab-list a[href*=news_list] img{
	width: 40px;
	top: 20px;
	left: 40px;
}
.pc:not(.gourmet_index) .header_tab .header_tab-list a[href*=anchor_kids] img{
	width: 58px;
	top: 30px;
	left: 25px;
}



/*----------------------------------------
shoplist shopNav
----------------------------------------*/
body.gourmet_shoplist #contents-main .shopNav{
	width: 100%;
}
body.gourmet_shoplist #contents-main .shopNav .shopNav_li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
body.gourmet_shoplist #contents-main .shopNav .shopNav_li a{
	display:block;
	padding: 28px 0 20px;
}
body.gourmet_shoplist #contents-main .shopNav .li_r{
	border-top-left-radius: 5px;
}
body.gourmet_shoplist #contents-main .shopNav .li_f{
	border-top-right-radius: 5px;
}
body.gourmet_shoplist01 #contents-main .shopNav .li_r,
body.gourmet_shoplist02 #contents-main .shopNav .li_f{
	background: #ff80a5;
}
body.gourmet_shoplist02 #contents-main .shopNav .li_r,
body.gourmet_shoplist01 #contents-main .shopNav .li_f{
	background: #e6eaed;
}
body.gourmet_shoplist01 #contents-main .shopNav .li_r:after,
body.gourmet_shoplist02 #contents-main .shopNav .li_f:after{
	content: "";
	height: 0;
	width: 0;
	border: 14px solid transparent;
	border-top-color: #ff80a5;
	position: absolute;
	bottom: -22px;
	right: 0;
	z-index: 1;
  left: 0;
  margin: 0 auto;
}

body.gourmet_shoplist01 #contents-main .shopNav .li_r a,
body.gourmet_shoplist02 #contents-main .shopNav .li_f a{
	color: #fff;
}


body.gourmet_shoplist01 #contents-main .shopNav .li_f a,
body.gourmet_shoplist02 #contents-main .shopNav .li_r a{
	color: #000;
}

body.gourmet_shoplist01 #contents-main .shopNav .li_f a span.ja,
body.gourmet_shoplist02 #contents-main .shopNav .li_r a span.ja{
	color: #ff80a5;
}

body.gourmet_shoplist #contents-main .shopNav .shopNav_li a{
    font-size: 26px;
}
body.gourmet_shoplist #contents-main .shopNav .shopNav_li a span{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
body.gourmet_shoplist #contents-main .shopNav::after{
  content: "";
  clear: both;
  display: block;
}

/* header */

body.gourmet_shoplist #contents-main .shoplist{
	padding: 0 0 35px 0;
	border: 3px solid #e6eaed;
	border-radius: 0 0 8px 8px;
	border-width: 0 6px 6px 6px;
}
body.gourmet_shoplist #contents-main #shoplist{

}
.itemshop_header{
  padding: 30px 0 24px;
  margin: 0 30px;

}
.itemshop_header .floor{
  display: block;
  color: #fff;
  width: 64px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin: 0 18px 0 0;
  background: #008697;
}

.itemshop_header .floor span.food_court {
    position: absolute;
    top: 30px;
    left: 62px;
    white-space: nowrap;
    background: #fff;
    color: #eb4832;
    border: 2px solid #008697;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.itemshop_header .name{
  margin: 14px 0 0 0;
  padding: 0 170px 0 0;
  line-height: 1.7rem;
}
.itemshop_header .name a{
  margin: 0 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  vertical-align: sub;
}
.itemshop_header .name .itemshop_categorydetail{
  font-size: 16px;
  padding: 2px 0 0 0;
}
.itemshop_header .logo{
  width: 120px;
  height: 70px;
/*  line-height: 0;*/

  position: absolute;
  top: 20px;
  right: 0;
  left: auto;
}

/*shopcontent*/
.itemshop_shopcontent{
}
.pc .itemshop_shopcontent{/*PCのみ*/
  display: flex;
  flex-direction: row-reverse;/*左に写真配置の場合コメントアウト*/
  padding: 0 30px 0;
  margin: 0;
}
.pc .itemshop_shopcontent .image{
  width: 380px;
}
.pc .itemshop_shopcontent img{
  border-radius: 10px;
}
.pc .itemshop_shopcontent .info{
  padding: 0 35px 0 0;
  box-sizing: border-box;
  width: calc(100% - 380px);
}

.itemshop_shopcontent .shop_status dl{
  width: 100%;
  display: table;
  border-top: 2px solid #e6eaed;
  padding: 0;
}
.itemshop_shopcontent .shop_status dl:last-child{
	border-bottom: 2px solid #e6eaed;
}
/*.itemshop_shopcontent .shop_status dl:not(:first-of-type){  /*1番目以外*/
  /*margin: 10px 0 0 0;
}*/
.itemshop_shopcontent .shop_status dl dt {
	display: table-cell;
	width: 60px;
	padding: 10px 0;
	background: rgba(255,128,165,0.15);
	color: #ff80a5;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}
.itemshop_shopcontent .shop_status dl dt i{
   vertical-align: middle;
}

.itemshop_shopcontent .shop_status dl dd{
	display: table-cell;
  line-height: 1.5em;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 0 0 10px;
	word-wrap:break-word;
}

.pc .itemshop_shopcontent .desc {
  border-width: 1px 0;
  margin: 24px 0 0;

}
.itemshop_shopcontent .desc_title{
  font-size: 18px;
  margin: 0 0 16px 0;
  font-weight: bold;
  border-bottom: 2px solid #e6eaed;
  position: relative;
  padding-bottom: 10px;
}
.itemshop_shopcontent .desc_title:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 0;
	border-bottom: 2px solid #ff80a5;
	width: 42px;
}
.itemshop_shopcontent .desc_contents{
}

.itemshop_shopcontent .seat{
  margin: 20px 0 0 0;
  padding: 15px 20px;
  background: #FCEFD9;
  font-weight: bold;
  border-radius: 10px;
}

.itemshop_shopcontent .option{
}
.itemshop_shopcontent .option li{
  border-top: 1px solid #565456;
  padding: 24px 0 24px 75px;
  position: relative;
}

.itemshop_shopcontent .option li::before{
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background:  url(ico_service.png) no-repeat 0 0 / 350px;
}

.itemshop_shopcontent .option .takeout::before{background-position: 25% 0;}
.itemshop_shopcontent .option .party::before{background-position: 50% 0;}
.itemshop_shopcontent .option .tel::before{background-position: 75% 0;}
.itemshop_shopcontent .option .coupon::before{background-position: 100% 0;}


/*キッズサービス*/
.itemshop_shopcontent .kidsSer h4{
	font-size: 16px;
	font-weight: bold;
	margin:18px 0 10px;
	padding: 18px 0 0;
    border-top: 1px dashed #d3d9d9;

}
.itemshop_shopcontent .kidsSer h4 img{
	padding-right: 8px;
}
.itemshop_shopcontent .kidsSer .kids{
	background: rgba(255,210,36,0.3);
	padding: 14px 20px;
	border-radius: 6px;
	color: #eb4832;
	font-size: 14px;
	font-weight: bold;
}

/*キッズ＆クーポンのアイテムピックアップ*/
.itemshop_shopcontent .optlist{
  margin: 25px 20px -10px -55px;
}
.itemshop_shopcontent .optlist .item{
  margin: 0 0 10px;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  background: rgba(237, 140, 184, 0.3);
  position: relative;
  display: flex;
  flex-direction : row-reverse;
}
.itemshop_shopcontent .optlist .item .image{
  width: 112px;
  padding: 0 0 0 18px;
}
.itemshop_shopcontent .optlist .item .image span{
  border-radius: 0;
  background-color: #fff;
}
.itemshop_shopcontent .optlist .item .image span.logo{
  background-size: 80px auto;
}
.itemshop_shopcontent .optlist .item .desc{
  width: -webkit-calc(100% - 112px);
  width: calc(100% - 112px);
  padding: 8px 0;
}
.itemshop_shopcontent .optlist .item .desc .date {
    font-size: 10px;
    color: #929393;
}
.itemshop_shopcontent .optlist .item .desc h4 a {
    font-weight: bold;
    text-decoration: underline;
}
.itemshop_shopcontent .optlist .item dt,
.itemshop_shopcontent .optlist .item dd{
  display: inline-block;
  margin: 0 5px 0 0;
}
.itemshop_shopcontent .optlist .item .desc .fromto, .itemshop_shopcontent .optlist .item .desc .price {
    font-size: 12px;
}

.itemshop_shopcontent .optlist .item .morelink{
  position: absolute;
}
.pc .itemshop_shopcontent .optlist .item .morelink{
  display: none;
}

/*
新着ニュース
*/
#contents-main .itemshop_shopnews{
  margin: 30px 30px 0;
  padding: 24px 22px;
  background: url(new_bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  border-radius: 6px;
}
.pc #contents-main .itemshop_shopnews .itemlist{
  height: 150px;
}
#contents-main .itemshop_shopnews h3{
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 0;
  background: #ff80a5;
  padding: 76px 0 0;
  margin: 0;
	color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#contents-main .itemshop_shopnews h3::before{
  content: "NEW ARRIVAL";
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  padding: 0;
}
#contents-main .itemshop_shopnews h3::after{
  content: "";
  background: url(ico_new_gr.png) no-repeat center;
  background-size: 38px auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 8px;
  height: 38px;
  position: absolute;
  top: 24px;
  left: 0;
  width: 38px;
  right: 0;
}


#contents-main .itemshop_shopnews .item{
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
#contents-main .itemshop_shopnews article{
    margin: 0 0 0 19px;
}
#contents-main .itemshop_shopnews .item:nth-of-type(5n){
  border: none;
}
.pc #contents-main .itemshop_shopnews article:nth-of-type(n+5){ /*PC Only 6件目以降非表示*/
  display: none;
}
#contents-main .itemshop_shopnews .item.cat2 .image::before {
 /* content: "Coupon";*/
  position: absolute;
  font-family: "Dosis";
  font-weight: bold;
  letter-spacing: 1px;
  background: rgb(219, 30, 100);
  border-radius: 100px;
  padding: 0 9px 1px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 60px;
  text-align: center;
  top: 0;
  font-size: 16px;
  z-index: 5;
}
#contents-main .itemshop_shopnews .item.cat2 .image::after {
  /*content: "";*/
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 22px;
  border-width: 7px 4px;
  border-color: #db1e64 transparent transparent transparent;
  border-style: solid;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#contents-main .itemshop_shopnews .item:nth-last-of-type(-n+5)::after{
  border: none;
}

#contents-main .itemshop_shopnews .item .image{
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 12px;
} 
#contents-main .itemshop_shopnews .item .image .logo{  /*Logoは小さめに*/
  background-size: 80px;
  border: 1px solid #ccc;
}
#contents-main .itemshop_shopnews .item .desc {
  display: none;
}

#contents-main .itemshop_shopnews .item .morelink{
  display: none;
}

.itemshop_shopnews{
}
.itemshop_shopnews .item{
  position: relative;

}


.itemshop_shopnews .kids_badge{
	float: left;
	width: 150px;
	margin-top: -24px;
    background: rgba(255,211,36,0.8);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	color: #fff;
}
.pc .itemshop_shopnews .kids_badge:after{
	content: "";
	width: 124px;
	background: url(ico_kids3.png);
	height: 18px;
	position: absolute;
	top: 128px;
    left: 13px;
}



/*----------------------------------------
スマートフォン対象
----------------------------------------*/

/*--------------------
各ページ共通（ただし主にindex.jsp）
--------------------*/

/*全体に被せるリンク*/
.sp .coverlink {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

/*
header
*/

.pc #headerbg {
}

body.view.sp.en header .inner{
	position: inherit
}

.sp .header_tab {padding: 20px;background: rgba(255, 128, 165, .3);box-sizing: border-box;}

.sp #contents{
  position: relative;
}

.sp #contents #headerbg{
  height: 150px;
  overflow: hidden;
  background: url(../../img/bg_tile_gr.png) repeat center top / 40px;
  position: relative;
  padding: 0;
}
.sp:not(.gourmet_index) #contents #headerbg{
  height: 165px;
}
.sp:not(.gourmet_index) #contents #headerbg h2{
	width: auto;
	padding: 0 13px;
}
body.sp:not(.gourmet_index) #contents h2 a{
	width: 100px;
	height: 100px;
}
body.sp:not(.gourmet_index) .header_tab{
	width: 100%;
	width: 63%;
	overflow: hidden;
	height: auto;
	float: right;
	margin: 15px 15px 15px 7px;
	padding: 0;
  background: transparent;
}
/*画面の狭い端末用表示*/
@media screen and (max-width: 345px) {
  .sp:not(.gourmet_index) #contents #headerbg h2{padding: 0 6px;}
  body.sp:not(.gourmet_index) .header_tab{margin-right: 7px;}
}
/*画面の狭い端末用表示　以上*/
.sp #contents #headerbg .inner{
  background: #fff;
  width: 270px!important;
  margin: 0 auto;
  padding: 0 2px;
  box-sizing: border-box;
}
.sp #contents #headerbg .image{
  width: 100%;
}
.sp #headerbg .headerbg_images li{
	width: 50%;
	height: 73px;
  margin: 0 0 4px;
	padding: 0 2px;
  box-sizing: border-box;
	overflow: hidden;
}
.sp #contents .image:nth-of-type(n+5){
  display: none;
}
.sp #contents #headerbg .image span{
  width: 100%;
  height: 75px;
}
.sp #contents h2{
  margin: 0 auto;
  line-height: 148px;
  width: 135px;
  top: 0;
}
.sp:not(.gourmet_index) #contents h2{
  line-height: 158px;
}
.sp #contents h2 img{
  margin: 0 0 0 0;
}

/*
タブ
*/
.sp .header_tab-list{border: 3px solid #e6eaed;border-radius: 6px;}
.sp .header_tab-list li{
  width: 50%;
  height: auto;
  border: .5px solid #e6eaed;
  box-sizing: border-box;
}
.sp .header_tab-list li a{
  font-size: 13px;
  line-height: 1.4em;
  padding: 40px 7px 0;
  box-sizing: border-box;
  border: none;
  width: 100%;
  background: #fff;
  border-radius: 0;
  letter-spacing: -.06rem;
}
.sp .header_tab-list li a .en{
	font-size: 11px;
	letter-spacing: 0rem;
	margin: 5px 0 0 0;
	display: block;
	line-height: 0;
}
/*アイコン個別調整*/
.sp .header_tab-list li a[href*=shoplist01] img {width: auto;height: 22px;top: 13px;}
.sp .header_tab-list li a[href*=shoplist02] img {width: auto;height: 31px;top: 6px;}
.sp .header_tab-list li a[href*=news_list] img {width: auto;height: 26px;top: 10px;}
.sp .header_tab-list li a[href*=anchor_kids] img {width: auto;height: 19px;top: 15px;}

/*------
主にindex.jsp
------*/
/*
タイトルの様式を統一
*/
.sp #contents-main .gourmet h3,
.sp #reco_group .title h3,
.sp #anchor_kids h3,
.sp .gr_goodslist #contents-main h3{ 
  padding: 0;
  font-size: 23px;
  text-align: center;
}
.sp .gourmet .shoplist .title,
.sp .gr_goodslist #contents-main .title,
.sp #reco_group .title{
  margin: 20px 0 10px;
}
.sp #reco_group .title{/*個別のズレを吸収*/
  margin: 0 0 10px;
}
.sp #contents-main .gourmet h3 .sub_en,
.sp #reco_group .sub_en,
.sp #anchor_kids h3 span,
.sp .gr_goodslist #contents-main h3 span{
  display: block;
  font-size: 13px;
  line-height: 1rem;
  padding-top: 2px;
}
.sp #anchor_kids h3 span{/*個別のズレを吸収*/
  padding: 4px 0 0 0;
}

/*
*/
.sp #contents-main.all {
  padding: 0 0 20px;
}
.sp #contents-main .gourmet > div:not(:first-of-type){
  margin: 25px 0 0 0;
  padding: 0;
}
.sp #contents-main .gourmet .itemlist h3 img{
	margin: 15px auto 3px;
	width: 24px;
	padding: 0;
}
/*画像個別にカスタム*/
.sp #contents-main .gourmet #shoplist_restaurant h3 img{
	width: 34px;
	vertical-align: middle;
	position: relative;
	top: -3px;
  margin: 0 7px 0 0;
}
.sp #contents-main .gourmet #shoplist_foods h3 img{
  width: 25px;
  vertical-align: bottom;
  position: relative;
  top: -2px;
  margin: 0 7px 0 0;
}
/*画像個別にカスタム 以上*/



/*tabmenu*/
.sp .header_tab-list li a{
	height: 90px;
}
.sp body:not(.gourmet_index) .header_tab-list li a span.en{
	display: none;
}

.sp .header_tab-list li i{
	left: calc(50% - 4.5px);
	bottom: -4px;
}
.sp .header_tab-list li a:after{
	left: -webkit-calc(50% - 12.5px);
	left: calc(50% - 14px);
	width: 28px;
	height: 13px;
}
.sp #contents-main .gourmet > div:not(:first-of-type){
  border-width: 1px;
}
/*----
index.jsp
店舗list
----*/
.sp .gourmet .shoplist table.table01{
  border-width: 3px;
  border-radius: 5px;
}
/*配置*/
.sp .gourmet .shoplist tr {
	width: 50%;
    margin: 0;
    padding: 28px 12px 15px;
    border-radius: 0;
    margin: 0 0 -1px;
    height: auto;
/*  width: 50%;
  margin: 0;
  padding: 12px 12px 15px;
  border-radius: 0;
  margin: 0 0 -1px;
  height: auto;*/
}
.sp .gourmet .shoplist tr:nth-of-type(2n){
  border-right: 0;
}
/*店舗画像*/
.sp #contents-main .gourmet .shoplist .photo {
  position: static;
  width: 100%;
  height: 95px;
}
.sp #contents-main .gourmet .shoplist .shopimg {
  width: 100%;
  height: 95px;
}
.sp #contents-main .gourmet .shoplist .shopimg img{
  border-radius: 5px;
}
/*店舗ロゴ*/
.sp #contents-main .gourmet .shoplist .logo {
	margin: 0 auto;
    left: 0;
    right: 0;
    top: 130px;
    width: auto;
    text-align: center;
/*  margin: 0 auto;
  left: 0;
  right: 0;
  top: 115px;
  width: auto;
  text-align: center;*/
}
.sp #contents-main .gourmet .shoplist .logo img {
  height: 32px;
}
/*フロア名*/
.sp #contents-main .gourmet .shoplist .floor{
	left: 6px;
    top: 6px;
    line-height: 26px;
    font-size: 0.8em;
/*  left: 6px;
  top: 7px;
  line-height: 30px;
  font-size: 0.8em;*/
}
/*店舗名と業種*/
.sp #contents-main .gourmet .shoplist .name{
  border: none;
  text-align: center;
  font-size: 12px;
  padding: 45px 0 0px;
  line-height: 1rem;
}
.sp #contents-main .gourmet .shoplist .floor span.food_court{
  left: 35px;
}
.sp #contents-main .gourmet .shoplist .name strong{
  font-size: 14px;
  padding: 4px 0 0px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*営業時間と電話番号：非表示*/
.sp #contents-main .gourmet .shoplist .hour,
.sp #contents-main .gourmet .shoplist .tel{
  display: none;
}

/*
index.jsp
MD一覧
*/
.sp #reco_group{
  padding: 20px 0 65px;
  background-size: 40px;
}
.sp #reco_group .title img,
.sp #contents.gr_goodslist .title img{/*MDページも共通*/
  width: 24px;
  height: 24px;
  vertical-align: top;
  padding: 0 4px 0 0;
  margin: auto;
}
.sp #reco_group .reco_mdcat_wrap article {
  width: calc((100% - 18px) / 3);
  margin: 0 0 9px 9px;
  position: relative;
  height: 28vw;
  max-height: 150px;
}
.sp #reco_group .reco_mdcat_wrap article:nth-of-type(3n-2) {
  margin: 0 0 9px 0;
}
.sp #reco_group .btn-normal {
  padding: 11px 0;
  width: 175px;
  min-width: 0;
  float: none;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
}

/*
index.jsp
キッズサービスの一覧
*/
.sp #anchor_kids{
  margin: 20px 0;
}
/*タイトル部*/
.sp #anchor_kids h3{
  border-width: 3px;
  border-radius: 3px;
  padding: 14px 0 8px;
  width: 175px;
  font-family: Roboto Condensed;
}
.sp #anchor_kids h3 br{
  display: none;
}
.sp #anchor_kids h3 .fa-caret-down{
  margin: 0 auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -17px;
}
/*テーブル部*/
.sp #anchor_kids table{
  margin: 18px 0 0;
  border-width: 3px;
  border-radius: 5px;
}
.sp #anchor_kids tr{
  padding: 12px 10px;
}
.sp #anchor_kids tr:not(:last-of-type){
  border-bottom: 1px solid #d7d7d7;
}
.sp #anchor_kids tr{display: block;}
.sp #anchor_kids td.name{
  padding: 0 0 10px;
  width: auto;
  line-height: 1.1rem;
  display: block;
  width: calc(100% - 84px);
  float: left;
}
.sp #anchor_kids td.name strong{
	display: block;
	padding: 0 0 5px;
}
.sp #anchor_kids td.logo{
  text-align: right;
  width: 68px;
  padding: 0 0 0 15px;
  display: block;
  float: right;
}
.sp #anchor_kids td.logo img{
	width: 100%;
}
.sp #anchor_kids td.floor{display: none;}
.sp #anchor_kids td.kids-detail{
  display: block;
  background: rgba(255, 210, 36, .3);
  border-radius: 3px;
  padding: 10px 12px;
  line-height: 1.1rem;
  clear: both;
}

/*
index以外のMENU
*/
body.sp:not(.gourmet_index) .header_tab .header_tab-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-width: 3px;
  border-radius: 5px;
}
body.sp:not(.gourmet_index) .header_tab .header_tab-list tbody {
  display: block;
}
body.sp:not(.gourmet_index) .header_tab .header_tab-list tr th {
  width: calc(50% - 1px);
  height: 64px;
  display: block;
  float: left;
}
body.sp:not(.gourmet_index) .header_tab .header_tab-list tr th a {
  padding: 0;
  height: 100%;
}
body.sp:not(.gourmet_index) .header_tab .header_tab-list a span.listName {
  text-align: center;
  font-size: 12px;
  float: none;
  display: block;
  padding: 29px 0 0 0;
  height: 100%;
  box-sizing: border-box;
}
body.sp:not(.gourmet_index) .header_tab .header_tab-list a span.listName .en {
  display: none;
}

body.view.sp:not(.gourmet_index) .header_tab .header_tab-list a img{
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*アイコンの個別指定*/
body.view.sp:not(.gourmet_index) .header_tab .header_tab-list a[href*=shoplist01] img{
  width: auto;
  height: 17px;
  top: 10px;
}
body.view.sp:not(.gourmet_index) .header_tab .header_tab-list a[href*=shoplist02] img{
  width: auto;
  height: 22px;
  top: 6px;
}
body.view.sp:not(.gourmet_index) .header_tab .header_tab-list a[href*=news_list] img{
  width: auto;
  height: 19px;
}
body.view.sp:not(.gourmet_index) .header_tab .header_tab-list a[href*=anchor_kids] img{
  width: auto;
  height: 15px;
  top: 12px;
}
body.sp:not(.gourmet_index) .header_tab-list tr th a .fa-caret-down{
  bottom: 0; 
  left:0; 
  right:0; 
  margin: 0 auto;
  font-size: 11px;
}
body.sp:not(.gourmet_index) .header_tab-list tr th a:after{
  bottom:0; 
  left:0; 
  right:0; 
  margin: 0 auto;
  width: 26px;
  height: 13px;
}

/*---
～_goodslist.jsp
---*/

/*
タブ部
*/
body.sp.gourmet_shoplist #contents-main .shopNav{margin-top: 22px;}
body.sp.gourmet_shoplist #contents-main .shopNav .shopNav_li a{
  padding: 18px 0 16px;
}
body.sp.gourmet_shoplist #contents-main .shopNav .shopNav_li a{
  line-height: 1.1rem;
  font-size: 15px;
}
body.sp.gourmet_shoplist01 #contents-main .shopNav .li_r:after,
body.sp.gourmet_shoplist02 #contents-main .shopNav .li_f:after{
  bottom: -20px;
}
body.sp.gourmet_shoplist #contents-main .shopNav .shopNav_li a .ja{
  font-size: 11px;
}
body.sp.gourmet_shoplist #contents-main .shoplist{
  border-width: 0 3px 3px;
  border-radius: 0 0 5px 5px;
  padding: 0;
}


/*
.itemshop
*/
body.sp.gourmet_shoplist #contents-main #shoplist{padding: 0;}
.sp #contents .shoplist article{
  padding: 0 12px;
}
.sp #contents .shoplist article:not(.item):first-of-type{
  margin-top: 0;
}
.sp #contents .itemshop_header{
  padding: 12px 0;
  margin: 0;
}
.sp #contents .itemshop_header .floor{
  width: 40px;
  margin: 0 10px 5px 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  height: auto;
}
.sp #contents .itemshop_header .floor .food_court{
  height: 20px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 11px;
  top: 0;
  left: 40px;
}
.sp #contents .itemshop_header .name{
  margin: 3px 0 0 0;
  padding: 0 80px 0 0;
  font-size: 12px;
  line-height: 16px;
}
.sp #contents .itemshop_header .name a{
  font-size: 16px;
}
.sp #contents .itemshop_header .name .itemshop_categorydetail{
  display: block;
  line-height: 16px;
  font-size: 12px;
}
.sp #contents .itemshop_header .logo {
  width: 70px;
  height: 35px;
  line-height: 0;
  top: 11px;
  right: 0;
  left: auto;
  bottom: auto;
  vertical-align: middle;
  padding: 0;
}

.sp #contents .itemshop_shopcontent{
  padding: 16px 0 0;
  border-top: 1px solid #d3d9d9;
}
.sp #contents .itemshop_shopcontent .info{
  padding: 15px 0 0;
}
.sp #contents .itemshop_shopcontent .image{
  text-align: center;
}
.sp #contents .itemshop_shopcontent img{
  width: 65%;
  border-radius: 5px;
}
  /*画像のない場合＝画像のURLにspacer.gifが含まれる場合*/
.sp #contents .itemshop_shopcontent img[src*="spacer.gif"] {
  height: 0;
  display: block;
  margin: -12px 0 0 0;
}

.sp #contents .itemshop_shopcontent .desc{
  /* border-top: 1px dashed #c3c2bb; */
  margin: 6px 0 0;
  padding: 8px 0;
  line-height: 22px;
}
.sp #contents .itemshop_shopcontent .desc h4{
  font-size: 14px;
  margin: 0 0 8px 0;
  padding-bottom: 6px;
}
.sp .itemshop_shopcontent .desc_title:before{
  width: 20px;
}
.sp #contents .itemshop_shopcontent .desc .desc_contents{
  font-size: 12px;
  line-height: 1.2rem;
}
.sp .itemshop_shopcontent .shop_status dl:not(:first-of-type){
}
.sp #contents .itemshop_shopcontent .shop_status dl{
  display: table;
}
.sp #contents .itemshop_shopcontent .shop_status dl dt{
  min-width: 40px;
  font-size: 14px;
  line-height: 2em;
  width: 40px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.sp #contents .itemshop_shopcontent .shop_status dl dd{
  line-height: 1.1rem;
  font-size: 13px;
  padding: 8px 10px;
  width: calc(99% - 85px);
  margin: 0;
}
.sp .itemshop_shopcontent .shop_status dl:last-child dt i{
	margin: 9px 0;
}

/*kids*/
.sp .itemshop_shopcontent .kidsSer h4{
  font-size: 12px;
  line-height: 1rem;
  margin: 7px 0;
  padding: 15px 0 0;
}
.sp #contents .itemshop_shopcontent img[src*="ico_kids"] {
  width: 30px;
  padding-right: 5px;
}
.sp .itemshop_shopcontent .kidsSer .kids{
  font-size: 12px;
  padding: 10px 15px;
  margin: 0 0 14px;
}

/*
新着ニュース
*/
.sp #contents-main .gourmet.shoplist h3 .sub_en{
  font-size: 11px;
}
.sp #contents-main .itemshop_shopnews{
  margin: 0 0 12px;
  padding: 0 0 15px 0;
}
.sp #contents .itemshop_shopnews h3 {
  height: 88px;
  font-size: 10px;
  background: url(ttl_shopnews_sp.png) no-repeat center / auto;
  background-size: auto 56px;
  margin: 10px 5px 0;
  width: calc((100% / 3) - 10px);
  float: left;
  background: #FF80A5;
  line-height: 1.1rem;
  padding-top: 45px;
}
/*画面の狭い端末用表示*/
@media screen and (max-width: 345px) {
.sp #contents .itemshop_shopnews h3 {
    letter-spacing: -.03rem;
  }
}
.sp #contents .itemshop_shopnews h3::before {
  font-size: 13px;
  line-height: 0.8rem;
}
.sp #contents .itemshop_shopnews h3::after {
	top: 2px;
	width: 23px;
	background-size: 23px auto;
}

.sp #contents .itemshop_shopnews .itemlist{
  margin: 0;
  padding: 5px 10px;
}
.sp #contents .itemshop_shopnews::after{
  display: block;
  content: "";
  clear: both;
}
.sp #contents .itemshop_shopnews .item{
  width: calc(100% / 3);
  box-sizing: border-box;
  margin: 10px 0 0;
  position: relative;
  padding: 0 5px;
  float: left;
  display: block;
}
.sp #contents .itemshop_shopnews .item:nth-of-type(n+6){
  /*display: none;*/
}
.sp #contents .itemshop_shopnews .item.swiper-slide-next + .item{
  border: 0;
}
.sp #contents .itemshop_shopnews .item .image {
  width: 100%;
  height: 88px;
}

.sp #contents-main .itemshop_shopnews .item .morelink{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sp #contents-main .itemshop_shopnews .item .morelink span{
  display: none;
}
.sp .itemshop_shopnews .kids_badge {
  width: 100%;
  font-size: 11px;
  white-space: nowrap;
}
/*4つ目以降非表示
.sp .itemshop_shopnews .itemlist article:nth-of-type(n+4){
  display: none;
}*/


/*
MD
*/

.sp #contents.gr_goodslist #foods_goodslist{
	border-radius: 5px;
	border: 3px solid #E6EAED;
	background: #fff;
}
body.sp #contents-main #foods_goodslist > .NewsItemList{
  padding: 0;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.sp .gr_goodslist #contents-main .NewsItemList .item{
  padding: 18px 18px 12px;
  float: none;
  height: auto; 
}
/*クリック範囲を拡大*/
.sp #contents-main .NewsItemList .item .news_box{position:static;}
body.sp #contents-main .NewsItemList .item .morelink {
  position: inherit;
  bottom: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0;
}

.sp #contents-main .NewsItemList{
  margin: 0 0 -2px;
}

.sp #goodslist-navi{
  margin: -4px 0 30px;
  z-index: 0;
  position: relative;
  padding: 0;
}
.sp #goodslist-navi form input[type="submit"]{
  font-size: 14px;
  padding: 8px 4px;
  margin: 10px 10px 15px;
}
.sp .gr_goodslist .price_date{
  bottom: 20px;
}