/* CSS Document */
body.en{
	font-family: var(--fontfamily-base);
	font-size: 100%;
	line-height: 1.7em;
  
  margin-top: 0 !important;
}

body.en .sp{
	display: none;
}

body.en.pc #contents-main:not(.all){
	padding: 30px 0;
	width: calc(100% - 280px);
}
body.en #contents > .title h2{
	border-bottom: 4px solid var(--color-base-line-light);
}
img {
	vertical-align:bottom;
}
i{
	margin-right:8px;
}
/*FREEページ日本語用コンテンツ非表示*/
body.en.page #contents .gb_invisible{display: none !important;}

body.en.pc #main{
  padding-top: 0;
}
body.en_index.pc .main_banner_area{
  padding-top:170px;
}

/*言語選択*/
body.en #main_header .lang_btn{
    z-index: 100;
}
body.en.pc #main_header .langbtn_menu br{
    display: none;
}
body.en #dropdown__lists{
	display: none;
}
body.en #dropdown__lists {
    top: 25px;
    position: absolute;
    right: 0;
    width: 100%;
}
body.en .dropdown__list {
    position: relative;
    background: var(--color-base-main-dark);
}
body.en .dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
}
body.en #main_header .lang_btn .lang__list > a {
    background: #333;
    color: #fff;
    font-family: var(--fontfamily-english);
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    padding: 0 10px 0 6px;
}
body.en #main_header .dropdown__list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 0.9em;
    padding: 0 2px 0 5px;
}
body.en .dropdown__list a:before{
    display: none !important;
}
#main_header .lang_btn {
    position: absolute;
    right: 0;
    display: inline-block;
    border-top: none;
    font-size: 16px;
}
#main_header .lang_btn a:before {
    display: inline-block;
    margin: 1px 0px 0 0;
    vertical-align: middle;
    content: "\e927";
    width: 22px;
    height: 22px;
    font-family: var(--fontfamily-icon);
    font-weight: normal;
    font-size: 18px;
    line-height: 1em
}
@media (max-width: 1250px) {
    body.pc #main_header .lang_btn {
        font-size: 0.94em;
        margin-top: 2px;
    }
}


/*////////////////////////////////
ショップカテゴリーアイコン*/
body.en_index #index_cat_box .cat_1 h4:before,
body.en.sp header #spmenu ul.shop_navi li.en_cat1 a:before{/*Restaurant , Cafe , Foods*/
    content: "\e56c";
	font-variation-settings: var(--iconfont-FILL1-set);
}
body.en_index #index_cat_box .cat_2 h4:before,
body.en.sp header #spmenu ul.shop_navi li.en_cat2 a:before{/*Shops , Goods*/
    content: "\ef7b";
}
body.en_index #index_cat_box .cat_3 h4:before,
body.en.sp header #spmenu ul.shop_navi li.en_cat3 a:before{/*Service , Amusement , Clinic*/
	content: "\ea70";
}
/*カテゴリ別ショップ*/
body.en ul.en_shop{
	overflow:hidden;
	border-top:none;
	margin-bottom: 36px;
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
}
body.en ul.en_shop li{
	position: relative;
    width: calc(100% / 3 - 14px);
    box-sizing: border-box;
}
body.en ul.en_shop li p.image{
  height: 150px;
  border: 1px solid var(--color-base-line-dark);
  background: #fff;
  box-sizing: border-box;
}
body.en ul.en_shop li p.image.no-image{
	box-sizing: border-box;
}
body.en ul.en_shop li p.image img.no_img_logo{
	width: 60%;
  background-repeat: no-repeat;
	margin: auto;
  display: block;
}
body.en ul.en_shop li .floor{
  display: inline-block;
  font-family: var(--fontfamily-english);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-weight: bold;
  padding: 0em 0.6em;
  background: var(--color-base-main-dark);
  color: #fff;
  width: 2.5em;
  text-align: center;
  bottom: unset;
  font-size: 12px;
}
body.en ul.en_shop li p.logo {
    position: absolute;
    top: 106px;
	left:0;
	width: 100px;
}
body.en ul.en_shop li p.logo img{
	max-width:76px;
	height:38px;
    background: #fff;
    padding: 4px 10px;
	display: inline-block;
	text-align: center;
}
body.en ul.en_shop li p.name{
	text-align:left;
	padding:4px 0 0;
	display: block;
	font-weight: bold;
	word-break: break-all;
  line-height: 1.4em;
}
body.en ul.en_shop li p.name .floor{
	display: block;
	font-size: 14px;
  line-height: 1.4em;
  padding: 4px 0 0;
}
body.en ul.en_shop li p.detail{
	font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
	word-break: break-all;
}

/*////////////////////////////////
テーブル*/
body.en .table02 {
  border: 4px solid var(--color-base-main-light);
  margin: 20px auto 0;
  display: flex;
}
body.en .table02 dl, body.en_access .info .table02 dl {
  margin-bottom: 0;
  width: calc(100% / 2);
}
body.en .table02 dl:last-child dt, body.en .table02 dl:last-child dd {
  border-right: none;
}
body.en table.table02 tr, body.en .table02 dl > dt {
  border-bottom: 1px solid var(--color-base-line-dark);
}
body.en table.table02 tr:last-child {
  border: none;
}
body.en table.table02 th, body.en .table02 dl dt, body.en .table02 dl dd {
  border-right: 1px solid var(--color-base-line-dark);
  padding: 20px;
  text-align: center;
}
body.en table.table02 td {
  padding: 20px;
}
body.en .table02 dl dd {
  padding-bottom: 0;
}
body.en table.table02 th, body.en .table02 dl dt {
  color: var(-color-base-accent-dark);
  font-weight: bold;
}
body.en .table02 dd dl, body.en_access .info .table02 dl {
  font-weight: bold;
  width: 100%;
}
body.en .table02 dd dl dt {
  width: 100%;
  border: none;
  color: #333;
  background: var(--color-base-main-light);
  padding: 6px 0;
}
body.en .table02 dd dl dd {
  padding: 6px 0 20px;
  border: none;
  font-family: var(--fontfamily-english);
  font-size: 20px;
}
body.en .table02 dd dl dd span {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 14px;
}
/*////////////////////////////////
共通ヘッダー*/
body.en #gt-nvframe{
  display: none;
}
body.en header{
	position: relative;
}
body.en header:before{
	display: none;
}
body.en header h1{
	display: none;
}
body.en.view header#main_header{
	top: auto;
}

body.en header #header-sub {
	text-align: right;
	padding:5px;
	position: absolute;
	top:0;
	right:0;
}
body.en header #header-sub ul{
	display: inline-block;
}

body.en header #header-sub ul li{
	line-height: 34px;
	padding: 0 12px;
	margin-right: 12px;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: underline;
}

body.en header #google_translate_element{
	float:right;
}

body.en header .logo {
    width: 120px;
    margin: 20px auto;
}
body.en header ul li span{
	padding-top: 3px;
}
body.en header ul li a:before{
    font-family: var(--fontfamily-icon);
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 4px;
}
body.en header ul li a[data-value="1"]::before{content: "\e8b6";}/*Shopnavi*/
body.en header ul li a[data-value="2"]::before{content: "\e56c";}/*restaurant*/
body.en header ul li a[data-value="3"]::before{content: "\eafb";}/*taxfree*/
body.en header ul li a[data-value="4"]::before{content: "\e935";}/*News*/
body.en header ul li a[data-value="5"]::before{content: "\f1cc";}/*Items*/
body.en header ul li a[data-value="6"]::before{content: "\e887";}/*Concept*/
body.en header ul li a[data-value="7"]::before{content: "\e88e";}/*information*/
body.en header ul li a[data-value="8"]::before{content: "\e0c8";}/*Location*/
body.en header ul li a[data-value="9"]::before{content: "\e63e";}/*Wi-Fi*/

body.en_shopcat.pc header nav li.shopnavi > a:after,
body.en_shop.pc header nav li.shopnavi > a:after,
body.en.goodslist.pc header nav li.snews > a:after,
body.en_taxfree.pc header nav li.taxfree > a:after,
body.en.concept.pc header nav li.concept > a:after {
  background: var(--color-base-accent-dark);
  height: 4px;
}

body.en.page.pc #contents[data-content="インフォメーション"] h2,
body.en.page.pc #contents[data-content="交通アクセス"] h2{
  position: relative;
}
body.en.page.pc #contents[data-content="インフォメーション"] h2:before,
body.en.page.pc #contents[data-content="交通アクセス"] h2:before{
  content: "";
  display: block;
  height: 4px;
  background: var(--color-base-accent-dark);
  position: absolute;
  top: -4px;
  z-index: 101;
}
body.en.page.pc #contents[data-content="交通アクセス"] h2:before{
  width: 86px;
}
@media screen and (max-width: 1760px) {
  body.page.pc #contents[data-content="交通アクセス"] h2:before{
    right: calc(50% - 39.6vw);
  }
}
@-moz-document url-prefix() {
  @media screen and (max-width: 1760px) {
    body.page.pc #contents[data-content="交通アクセス"] h2:before{
      right: calc(50% - 40.0vw);
    }
  }
}
@media screen and (max-width: 1200px) {
  body.page.pc #contents[data-content="交通アクセス"] h2:before{
    right: calc(50% - 480px);
  }
}
body.en.page.pc #contents[data-content="インフォメーション"] h2:before{
  width: 105px;
  right: calc(50% - 512px);
}
@media screen and (max-width: 1760px) {
  body.en.page.pc #contents[data-content="インフォメーション"] h2:before {
      right: calc(50% - 29vw);
  }
}
@-moz-document url-prefix() {
  @media screen and (max-width: 1760px) {
    body.en.page.pc #contents[data-content="インフォメーション"] h2:before{
      right: calc(50% - 29.5vw);
    }
  }
}
@media screen and (max-width: 1200px) {
  body.en.page.pc #contents[data-content="インフォメーション"] h2:before {
      right: calc(50% - 360px);
  }
}
@media screen and (max-width: 960px) {
  body.page.pc #contents[data-content="インフォメーション"] h2,
  body.page.pc #contents[data-content="交通アクセス"] h2{
    width: 950px;
  }
}

/*////////////////////////////////
共通フッター*/
body.en footer .sc_foot_desc {
  padding: 20px 0;
}
body.en footer .footer-hour, body.en footer .sc_facility, body.en footer .footer-taxfree {
  text-align: center;
  padding: 0 0 20px;
}
body.en footer .footer-hour dl dt, body.en footer .sc_facility dl dt {
  font-weight: bold;
  margin: 0 0 6px;
}
body.en footer .footer-taxfree a {
  display: inline-block;
  height: 100%;
  border-radius: 4px;
  background: #f00;
  color: #fff;
  padding: 10px 35px 10px 30px;
  margin: 10px auto 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-weight: bold;
}
body.en footer .footer-taxfree a:after {
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  content: "\e5cc";
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  color: #fff;
  font-size: 20px;
}
body.en footer .footer-hour dl dd {
  white-space: pre-wrap;
}
body.en footer .footer-hour dl dd span{
  display: block;
}
body.en footer .footer-hour, body.en footer .sc_facility {
  padding: 20px 0;
}
body.en footer .sc_facility .sc_map {
  max-width: 540px;
  width: 80%;
  height: 150px;
  margin: 8px auto 6px;
  border: 4px solid #fff;
}
body.en footer .sc_facility .sc_map iframe {
  width: 100%;
  height: 150px;
  border: 0;
}
body.en footer .sc_facility .access_link {
  display: inline-block;
  height: 100%;
  border-radius: 4px;
  border: 1px solid var(--color-base-line-dark);
  background: #fff;
  padding: 10px 45px 10px 30px;
  margin: 10px auto 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-weight: bold;
}
body.en footer .sc_facility .access_link:after {
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  content: "\e5cc";
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: var(-color-base-accent-dark);
  font-size: 20px;
}
body.en footer .footer-hour p span {
  font-size: 10px;
  display: block;
}
body.en footer a.gmap_link {
  text-decoration: underline;
}
body.en footer .japanesesite a {
    display: inline-block;
    padding: 4px 15px;
    border-radius: var(--box-radius-xlarge);
    line-height: 1em;
    margin: 5px 0;
    background:var(--color-base-bg-light);
    color: #333;
}
/*////////////////////////////////
共通設定*/
/*////////////////////////////////
共通パーツ*/
#cat1_view h3, #cat3_view h3, .view #shop_info h3 {
  display: block;
  font-family: var(--fontfamily-english);
  font-size: 18px;
  font-weight: bold;
}
#cat1_view h3 {
  margin-bottom: 0;
}
#cat1_view h3::after, #cat3_view h3::after, .view #shop_info h3::after {
  display: none;
}
body.en_shop #cat1_view article.item {
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid var(--color-base-line-dark);
}
body.en_shop .cat_items article.item .goodscomment{
  white-space: normal;
  text-overflow: clip;
}
/* body.en .item .floor:before{
	content: "\e569";
	font-family: var(--fontfamily-icon);
	font-variation-settings: var(--iconfont-FILL1-set);
	padding-right: 4px;
	vertical-align: middle;
} */
body.en .item .payment em.payment_taxfree{
	background: var(--color-base-accent-light);
	color: #f00;
}
body.en .item .payment em.payment_taxfree:before{
	content: "\eafb";color: #f00;
} 
/* body.en .payment em {
  margin: 4px 4px 4px 0;
  display: inline-block;
  font-size: 12px;
  padding: 8px 16px;
  box-sizing: border-box;
  line-height: 1.0em;
  border-radius: 4px;
  background: var(--color-base-main-light);
  position: relative;
}
body.en .payment em i {
  margin-right: 4px;
}
body.en .payment em.payment4 {
  background: var(-color-base-accent-dark);
  color: #fff;
}

body.en .item .payment{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.en .item .payment em{
	display: inline-block;
    box-sizing: border-box;
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
	text-align: center;
    padding: 8px 10px;
    vertical-align: middle;
    border-radius: var(--box-radius-small);
    background: var(--color-base-sub1-light);
	width: calc(100%/5 - 10px);
    word-break: break-all;
}
body.en .item .payment em: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-sub1-dark);
}

body.en .item .payment em.payment1:before{content: "\e870";}
body.en .item .payment em.payment2:before{content: "\e325";font-variation-settings:var(--iconfont-FILL1-set);}
body.en .item .payment em.payment3:before{content: "\e570";font-variation-settings:var(--iconfont-FILL1-set);}
body.en .item .payment em.payment4:before{content: "\e00a";}
*/


/*////////////////////////////////
トップページ*/
body.en_index #contents-main.all{
	padding: 0;
	width: 100%;
}
/* ナビアイコン */

body.en_index .parts{
	margin: 40px 0 20px;
	overflow: hidden;
}

body.en_index .parts .name a {
    font-weight: bold;
    word-wrap: break-word;
    font-size: 16px;
	padding: 4px 0;
	display: block;
	word-break: break-all;
	line-height: 1.4em;
}

body.en_index .parts .detail {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	word-break: break-all;
}

body.en_index .main_banner_area .bnr_wrap{
	margin-top: 20px;
}
body.en_index .main_banner_area #banner .swiper-pagination-bullet{
	margin: 0 4px;
}
body.en_index .guidenav .guidenav_guide li img {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
}
body.en_index .parts .p_title{
  margin-bottom: 20px;
}

/*index.jsp swiper-wrapper*/

body.en_index #picupnews .swiper-container3,
body.en_index #pickupshop .swiper-container2{
	position: relative;
	/* padding: 0 30px; */
}

body.en_index #picupnews .swiper-button,
body.en_index #pickupshop .swiper-button{
	/* position: absolute;
	top: 0;
	left: -30px;
	z-index: 1;
	text-indent: -9999em;
	display: block; */
	position: absolute;
    left: -12px;
    top: 0;
    z-index: 1;
	cursor: pointer;
	width: 30px;
	height: 100%;
  background: #fff;
}

body.en_index #picupnews .swiper-button:hover,
body.en_index #pickupshop .swiper-button:hover{
	opacity: 0.9;
}

body.en_index #picupnews .swiper-button:before,
body.en_index #pickupshop .swiper-button:before {
    font-family: var(--fontfamily-icon);
    content: "\e5cb";
    font-size: 40px;
    font-weight: bold;
    color: #333;
    position: absolute;
    top: 42%;
}

body.en_index #picupnews .swiper-button.next,
body.en_index #pickupshop .swiper-button.next{
	left: auto;
	right: -10px;
}

body.en_index #picupnews .swiper-button.next:before,
body.en_index #pickupshop .swiper-button.next:before {
    content: "\e5cc";
}


/*index.jsp pickup shop*/
body.en_index #pickupshop {
  overflow: hidden;
  padding-bottom: 0;
}
body.en_index #pickupshop .swiper-container2 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/*スライダーが4つ以下の場合　.swiper-slide_no*/
/* body.en_index #pickupshop .swiper-container2.swiper-slide_no,
body.en_index #picupnews .swiper-container3.swiper-slide_no {
  padding-left: 0;
  padding-right: 0;
}
body.en_index #pickupshop .swiper-container2.swiper-slide_no .swiper-wrapper,
body.en_index #picupnews .swiper-container3.swiper-slide_no .swiper-wrapper {
  justify-content: center;
}
body.en_index #pickupshop .swiper-container2.swiper-slide_no .swiper-button,
body.en_index #picupnews .swiper-container3.swiper-slide_no .swiper-button {
  display: none;
} */
body.en_index #pickupshop li {
  border: 1px solid var(--color-base-line-dark);
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 12px;
  min-height: 345px;
  position: relative;
}
body.en_index #pickupshop li a.logo{
  width: 120px;
  height: auto;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.en_index #pickupshop li a.logo img{
  border: 10px solid #fff;
  box-sizing: border-box;
}
body.en_index #pickupshop li .image .floor {
  font-family: var(--fontfamily-english);
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: -1px;
  left: -1px;
  line-height: 17px;
  padding: 0 8px 1px;
  background: #333;
  color: #fff;
  display: inline-block;
  z-index: 10;
}
body.en_index #pickupshop li .image .floor:before{
  display: none;
}
body.en_index #pickupshop li .name,
body.en_index #pickupshop li .detail {
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.en_index #pickupshop.parts li .name a{
  font-size: 14px !important;
}
body.en_index #pickupshop li .detail{
  font-size: 12px;
}
body.en_index #pickupshop li .name {
  padding-top: 30px;
  font-weight: bold;
}
body.en_index #pickupshop li .image {
  height: 240px;
}
/*index.jsp pickup news*/
body.en_index #picupnews {
  overflow: hidden;
  padding-bottom: 0;
}
body.en_index #picupnews .swiper-container3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body.en_index #picupnews li {
  padding: 20px;
  box-sizing: border-box;
}
body.en_index #picupnews li .image {
  height: 180px;
  width: 140px;
  float: right;
}
body.en_index #picupnews li .img_bg_css {
  border-radius: 0;
  border: 1px solid var(--color-base-line-dark);
}
body.en_index #picupnews li .date {
  font-size: 12px;
  color: #333;
  font-family: var(--fontfamily-english);
}
body.en_index #picupnews li .goodsname {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 0 0;
}
body.en_index #picupnews li .name a,
body.en_index #pickupshop li .name a {
  padding: 4px 0 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.en_index #footer_navi_btn {
  display: none;
}

/*index.jsp taxfree*/
body.en_index #taxfree{
  padding: 20px 0 40px;
}

/*index.jsp index_cat_box*/
body.en_index #index_cat_box{
	padding-bottom: 0;
	margin-bottom: 0;
}
body.en_index #index_cat_box h4{
	text-align: center;
  font-family: var(--fontfamily-english);
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
    position: relative;
	background: var(--color-base-main-dark);
    color: #fff;
}
body.en_index #index_cat_box h4 a{
	color: #fff;
}
body.en_index #index_cat_box .cat_8 ul.en_shop{
	border-bottom: none;
}
body.en_index #index_cat_box h4:after {
    font-family: var(--fontfamily-icon);
	content: "\e316";
	top:0;
	right: 22px;
    font-size: 22px;
	position: absolute;
	cursor: pointer;
}
body.en_index #index_cat_box h4.close:after {
    content: "\e5cf";
	top:0;
}
body.en_index #index_cat_box h4:before{
    margin: 0 5px 0 0;
	font-family: var(--fontfamily-icon);
	font-weight: normal;
	font-size: 1.2em;
	vertical-align: bottom;
}
body.en_index ul.en_shop{
	padding:30px;
	background: var(--color-base-main-midlight);
    gap: 20px;
}
body.en_index ul.en_shop li {
    width: calc(100% / 4 - 15px);
}

/*****taxfree*****/
body.en #contents-main #taxfree h3 {
  background: var(-color-base-accent-dark);
  color: #fff;
  margin-bottom: 16px;
  background: #f00;
}
body.en #taxfree .explanation {
  text-align: center;
  padding: 0 0 20px;
}
body.en #taxfree .explanation p strong {
  color: var(-color-base-accent-dark);
}
body.en #taxfree #items {
  box-sizing: border-box;
  border: 4px solid var(--color-base-main-light);
}
body.en #taxfree .item .items {
  display: flex;
  border-bottom: 1px solid var(--color-base-line-dark);
  padding: 14px 36px 20px 24px;
  cursor: pointer;
  align-items: center;
  position: relative;
}
body.en #taxfree .item .items:after {
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  content: "\e5cc";
  position: absolute;
  top: 36%;
  right: 15px;
  display: block;
  color: var(-color-base-accent-dark);
  font-size: 20px;
}
body.en #taxfree .item .items:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
body.en #taxfree .item .items .icn {
  display: inline-block;
  margin-top: 2px;
  background: #f00;
  margin-right: 14px;
  color: #fff;
  font-family: var(--fontfamily-english);
  font-weight: bold;
  padding: 6px 12px 8px;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  font-size: 14px;
}
body.en #taxfree .item .items .desc a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
}
body.en #taxfree .item .items .floor {
  font-family: var(--fontfamily-english);
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
  padding: 0 8px 1px;
  background: #333;
  color: #fff;
  display: inline-block;
}
body.en #taxfree .item .items .detail {
  font-size: 12px;
  word-break: break-all;
  line-height: 1.4em;
  padding-top: 4px;
  display: block;
}
body.en #taxfree .item .items .detail:before {
  content: "(";
}
body.en #taxfree .item .items .detail:after {
  content: ")";
}


/****shop_en****/
body.en_shop #contents #shop_title {
  position: relative;
  box-sizing: border-box;
  min-height: 220px;
  border: 1px solid #bac4c6;
  padding: 20px 0 15px 20px;
}
body.en_shop #contents #shop_title .shop_name {
  width: 50%;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 20px;
}
body.en_shop #contents #shop_title .shop_category_detail {
  background: var(--color-base-main-light);
  border-radius: 4px;
  display: inline-block;
  padding: 5px 12px;
  line-height: 1.4em;
  margin: 0 0 10px;
  font-size: 12px;
  z-index: 2;
  position: relative;
  word-break: break-all;
}
body.en_shop #contents #shop_title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  padding: 0;
  border: none;
  margin: 0 0 2px;
  text-align: left;
  background: none;
  z-index: 2;
  position: relative;
}
body.pc.en_shop #contents #shop_title .shop_category_detail{
  max-width: 620px;
}
body.pc.en_shop #contents #shop_title h2 {
  max-width: 380px;
}
body.en_shop #contents #shop_title .top_logo {
  margin: 20px 0 0;
}
body.en_shop #contents #shop_title .top_logo img {
  max-height: 60px;
}
body.en_shop #contents #shop_title .bg_shop_image {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
body.en_shop #contents #shop_title .bg_shop_image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
body.en_shop #contents-main h2 span {
  float: none;
  font-size: 1em;
  opacity: inherit;
}
body.en_shop h2 p {
  display: inline;
}
body.en_shop h2 img {
  float: right;
  width: 120px;
}
body.en_shop p.img {
  width: 300px;
  float: left;
  margin: 0 0 16px;
  padding: 0;
  background: none;
}
body.en_shop p.img img {
  width: 300px;
  border-radius: 8px;
  -moz-border-radius: 8px;
}
body.en_shop.pc #shoppage #shop_info .data{
  border: 4px solid var(--color-base-main-light);
}
body.en_shop #shoppage #shop_info .pickup{
  margin: 0;
}
body.en_shop #shoppage #shop_info .pickUp__scene{
  padding: 0;
}
body.en_shop #shoppage #shop_info .pickUp__scene li{
  width: calc(50% - 30px);
  margin: 20px 10px 10px;
}
body.en_shop.pc #shoppage .pickUp__gr{
  padding: 0 20px 20px;
  margin: 0;
}
body.en_shop.pc #shoppage .pickUp__gr .pickUp__grDetail{
  width: calc(100% / 2);
}
body.en_shop.pc #shoppage .pickUp__gr .pickUp__grDetail.icon-chair,
body.en_shop.pc #shoppage .pickUp__gr .pickUp__grDetail.icon-budget{
  width: 100%;
}
body.en_shop.pc #shoppage #shop_info table.table01 {
  border-top: 4px solid var(--color-base-main-light);
  margin-top: -4px;
}
body.en_shop.pc #shoppage #shop_info table.table01 th{
  width: 30%;
}
body.en_shop #shoppage #shop_info .data table.table01 tr.shop-generic1 em.payment4 {
  background: var(-color-base-accent-dark);
  color: #fff;
}
body.en_shop #shoppage .item h4 {
  font-weight: bold;
  font-size: 120%;
}
body.en_shop #shoppage #cat3_view article.item table {
  margin-bottom: 40px;
}
body.en_shop #shoppage #cat3_view article.item {
  padding-bottom: 0;
}
body.en_shop #shoppage #cat3_view article.item a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
  font-weight: bold;
}
body.en_shop #shoppage #cat3_view article.item a:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  display: block;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

body.en_shop #shoppage #cat3_view article.item table {
  width: 100%;
  margin-top: 10px;
}
body.en_shop #shoppage #cat3_view article.item table th{
  width: 15%;
}
body.en_shop #shoppage #cat3_view .item .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  bottom: 30px;
  font-weight: bold;
}
body.en_shop #shoppage #cat3_view .item .grad-btn::before {
  font-family: var(--fontfamily-icon);
  content: "\e147";
  font-weight: 900;
  display: inline;
  font-size: 18px;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: normal;
}
body.en_shop #shoppage #cat3_view .item .grad-btn::after {
  content: "Read more";
  font-size: 100%;
}
body.en_shop #shoppage #cat3_view .item .grad-item {
  position: relative;
  overflow: hidden;
  height: 100px; /*隠した状態の高さ*/
  margin-bottom: 50px;
  width: 100%;
}
body.en_shop #shoppage #cat3_view .item .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  content: "";
}
body.en_shop #shoppage #cat3_view .item .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
body.en_shop #shoppage #cat3_view .item .grad-trigger:checked ~ .grad-btn::after {
  content: "Close"
}
body.en_shop #shoppage #cat3_view .item .grad-trigger:checked ~ .grad-btn::before {
  content: "\e5c9";
}
body.en_shop #shoppage #cat3_view .item .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
body.en_shop #shoppage #cat3_view .item .grad-trigger:checked ~ .grad-item::before {
  display: none;
}
body.en_shop #shoppage #shop_info table.table01 tr.shop-map td .bimi img{
 height: 20px;
}
body.en_shop #cat1_view .item.cat2 .desc h4::before {
    margin: 0 5px 4px 0;
  }
/****shopcat****/
body.en_shopcat h4{
font-weight: bold;
    font-size: 24px;
    padding: 20px 0 16px;
    text-align: center;
	display: none;
}
body.en_shopcat h4:before {
        font-family: var(--fontfamily-icon);
    font-weight: bold;
    content: "\f002";
    margin: 0 10px 0 0;
    color: var(--color-base-accent-dark);
}


/****en_access****/
body.en_access #sc_map {
  margin: 0 0 24px;
  width: 100%;
  height: 350px;
}
body.en_access .info.map p {
  padding: 20px 0 0;
  margin: 20px 12px;
  border-top: 1px solid #bac4c6;
}
body.en_access .info {
  padding: 10px 10px 16px;
}
body.en_access .info.map {
  padding-top: 0;
}
body.en_access .info h4 {
  font-weight: bold;
}
body.en_access #footer_sp .access_hour {
  display: none;
}
body.en_access .info section {
  padding: 8px 0;
  margin: 0;
  border-bottom: 2px dotted #ccc;
}
body.en_access .info dl {
  margin: 0 0 1em;
}
body.en_access .info dl dd h4 {
  font-weight: bold;
  margin: 5px 0 0 0;
  font-size: 1.1em
}
body.en_access #contents-main #sc_map {
  width: 540px;
  margin: 20px auto;
}

/*
---------------------------------------------
goodslist 
---------------------------------------------
*/
body.goodslist div#goodslist-header-navi{
	display: none;
	text-align: center;
}

/*item_eventnews*/
body.en .ev-navi-article{
	width: auto;
}
body.en .ev-navi-article dl dt{
	padding:  0 55px 0 20px;
}

/*recruit*/
body.en.recruit .cat3_view article .shopname a {
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}



/***********************************
スマホ
************************************/
.sp .to-top {
  bottom: 20px;
}
body.en.sp .pc {
  display: none;
}
body.en.sp .sp {
  display: block;
}
body.en.sp #contents {
  padding-bottom: 0;
}
body.en.sp #contents .inner {
  width: auto !important;
}
body.en.sp #contents-main {
  box-sizing: border-box;
  padding: 16px 0;
}
body.en.sp #contents-main h3 {
  line-height: 1.6em;
  margin-bottom: 10px;
  font-size: 18px;
}
/*////////////////////////////////
テーブル*/
body.en.sp .table02 {
  flex-wrap: wrap;
  border-top-width: 0;
}
body.en.sp table.table02 {
  border-width: 4px;
  font-size: 14px;
}
body.en.sp table.table02 th, body.en.sp table.table02 td {
  padding: 10px;
}
body.en.sp .table02 > dl {
  width: 100%;
}
body.en.sp .table02 dl dt, body.en.sp .table02 dl dd {
  border-right: none;
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
body.en.sp .table02 dd dl dd {
  font-size: 16px;
  padding-bottom: 10px;
}
body.en.sp .table02 dl dt {
  border-top: 4px solid var(--color-base-main-light);
}
/*////////////////////////////////
共通ヘッダーSP*/
body.en.sp header#main_header{
  margin-top: 0;
  position: revert;
}
body.en.sp:not(.en_index) header#main_header{
  top: 44px;
}
body.en.sp header .header_glo {
  z-index: 1 ;
  position: static;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  background: none;
  border-top: none;
  padding: 0;
  box-shadow: none;
}
body.en.sp header #header-navi01 ul{
	display: none;
}
body.view.sp header{
    margin-top: 20px;
	position: relative;
	min-height: 50px;
	border-bottom: 2px solid var(--color-base-line-dark);
}
body.view.sp header .inner{
	padding: 0;
}
body.view.sp #main header .logo{
	position: static;
    height: auto;
    padding: 0;
	margin: 0 0 0 20px;
    float: left;
}

body.view.sp #main header .logo img{
	width: auto;
    height: 28px;
    margin: 6px 0 0;
}

body.en.sp header #head_naviSP{
	/* height: 50px;
	float: right; */
  height: calc(30px + 7.5vw);
}

body.en.sp header #head_naviSP li.btn_access,
body.en.sp header #head_naviSP li.btn_gourmet{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: normal;
  line-height: 1.8em;
}
body.en.sp header #head_naviSP li.btn_gourmet{
  left: 50px;
}
body.en.sp header #head_naviSP li.btn_access a:before,
body.en.sp header #head_naviSP li.btn_gourmet a:before{
  font-size: 26px;
  display: block;
  margin: 0;
  padding: 20px 0 0;
  color: #555;
}
body.en.sp header #head_naviSP li.btn_access a:before{
	content: "\e0c8";
}
body.en.sp header #head_naviSP li.btn_gourmet a:before{
	content: "\e56c";
}
body.en.sp #main_header .header_wrap .btn_menu{
  height: 55px;
}
body.en.sp header #spmenu{
	display: none;
	clear: both;
	padding: 10px 0 0;
	text-align: center;
	background: #333;
  z-index: 100;
  position: relative;
}

body.en.sp header #spmenu a{
	display: block;
}

body.en.sp header #spmenu dl {
	padding:0 24px 18px;
}

body.en.sp header #spmenu dl dt{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	text-indent: -0.3em;
	font-family: var(--fontfamily-english);
  color: #fff;
}
body.en.sp header #spmenu dl dt:before{
  font-family: var(--fontfamily-icon);
  content: "\e88e";
  margin-right: 4px;
  font-variation-settings: var(--iconfont-FILL1-set);
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
}

body.en.sp header #spmenu dl dd{
	overflow: hidden;
}

body.en.sp header #spmenu dl:last-child dd{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.en.sp header #spmenu dl dd li{
	line-height: 2em;
	border-radius: var(--box-radius-small);
	margin-bottom: 6px;
}
body.en.sp header #spmenu dl dd li a{
  padding: 12px 0;
  display: block;
  background: var(--color-base-main-light);
  border-radius: 4px;
  position: relative;
  font-size: 16px;
}
body.en.sp header #spmenu dl dd .sc-guide{  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
body.en.sp header #spmenu dl dd .sc-guide li{
	box-sizing: border-box;
	line-height: 1.6em;
  width: calc((100% - 10px) / 3);
  margin-bottom: 0;
}
body.en.sp header #spmenu dl dd .sc-guide li a:before{
  margin-right: 0;
  margin-bottom: 4px;
  display: block;
  font-size: 28px;
  font-weight: normal;
}
body.en.sp header #spmenu dl dd .sc-guide li:nth-last-of-type(-n+2){
  width: calc((100% - 5px) / 2);
}
body.en.sp header #spmenu dl dd .guidenav_sns{
	display: flex;
  justify-content: center;
  gap: 5px;
}
body.en.sp header #spmenu dl dd .guidenav_sns li{
	border: none;
	width: calc(100% / 2);
	box-sizing: border-box;
	background: none;
}
body.en.sp header #spmenu dl dd .guidenav_sns li a{
}
body.en.sp header #spmenu dl dd .guidenav_sns li img{
	width: 40px;
}

body.en.sp header #spmenu ul.shop_navi li a:before {
    margin: 0 4px 0 0;
    font-size: 1.6em;
    font-family: var(--fontfamily-icon);
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
body.en.sp header #spmenu ul.shop_navi li a:after {
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  content: "\e5cc";
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  display: block;
  color: var(--color-base-accent-dark);
  font-size: 20px;
}

/*カテゴリー別*/
body.en.sp ul.en_shop li{
	width: calc(100% / 2 - 10px);
}

/* 言語 */
body.view.sp.en #main_header .lang__list > a {
    line-height: 1.1em;
    font-size: 2.2vw;
    height: 100%;
    background: transparent;
    color: #333;
}
body.view.sp #main_header .lang_btn a {
  height: auto;
  padding: 0;
}
body.view.sp #main_header .lang_btn {
    position: absolute;
    right: 55px;
    top: 0px;
    display: inline-block;
    border: none;
    height: 60px;
    max-height: calc(100% - 2px);
    width: 60px;
    text-align: center;
    padding: 0;
    background: none;
    font-size: 100%;
    box-sizing: border-box;
}
body.view.sp #main_header .lang_btn .lang__lists, body.view.sp #main_header .lang_btn .lang__list {
  height: 100%;
}
body.en.sp #dropdown__lists {
    top: 62px;
    width: 160px;
    position: absolute;
}
body.view.sp.en #main_header .dropdown__list a {
    color: #fff;
    font-size: 1.1em;
    padding: 5px;
    font-weight: bold;
    height: auto;
    padding: 0;
}
body.view.sp #main_header .lang_btn a:before {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 30px;
  font-weight: normal;
  padding: 12px 0 0;
  margin-left: auto;
}
body.view.sp.en #main_header .dropdown__list a {
    color: #fff;
    font-size: 1.1em;
    padding: 5px;
}
/*////////////////////////////////
トップページ*/
body.en_index.view.sp #main{
  padding-top: 0;
}
body.en.view.sp #main{
  padding-top: 0px;
}
/* ナビ */
body.en_index.view.sp .common_navi_btn .guidenav .guidenav_guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.en_index.view.sp .common_navi_btn .guidenav .guidenav_guide li {
    width: calc(100% / 3);
}
body.en_index.sp .main_banner_area{
  padding-bottom: 0;
}
body.en_index.sp .main_banner_area .bnr_wrap {
  margin-top: 20px;
}
body.en_index.sp .parts {
  margin: 0 0 20px;
}
body.en_index.sp .common_navi_btn .guidenav {
  margin: 0;
}
body.en_index.sp #contents .parts .p_title{
  width: 100%;
  float: none;
  text-align: center;
  position: relative;
  text-align: center;
  position: relative;
  padding-left: 0;
  border-width: 2px;
}
body.en_index.sp #contents .parts .p_title h2{
  margin: 0;
    line-height: 1.4em;
    padding: 3px 0;
    overflow: visible;
    font-size: 4.4vw;
}
body.en_index.sp #contents .parts .p_title h2:after{
  height: 2px;
  bottom: -2px;
  width: 130px;
}
body.en_index.sp #contents #pickupshop{
  margin: 30px 0;
}
body.en_index.sp #picupnews .swiper-button,
body.en_index.sp #pickupshop .swiper-button{
  background: #fff;
  width: 20px;
}
body.en_index.sp #picupnews .swiper-button:before,
body.en_index.sp #pickupshop .swiper-button:before{
  font-size: 30px;
  left: 5px;
}
body.en_index #picupnews .swiper-button.next:before,
body.en_index #pickupshop .swiper-button.next:before{
  font-size: 30px;
  right: 0;
  left:auto;
}
body.en_index.sp #pickupshop li{
  min-height: 180px;
  height: auto;
}
body.en_index.sp #pickupshop li .image{
  height: 100px;
}
body.en_index.sp #pickupshop li a.logo{
  position: static;
  transform: none;
  width: 50%;
  /* height: 40px; */
  margin: 10px 25% 0;
  border: none;
  display: block;
}
body.en_index.sp #pickupshop li .name{
  padding: 60px 10px 0;
}
body.en_index.sp #pickupshop li .detail{
  padding: 0 10px;
}
body.en_index.sp #pickupshop li .name,
body.en_index.sp #pickupshop li .detail{
  display: none;
}

body.en_index.sp #contents .parts > .item_list {
  margin: 10px auto 0;
}
body.en_index.sp #contents .parts > .item_list .swiper-wrapper {
  padding-top: 4px;
}
body.en_index.sp .guidenav .guidenav_guide li img{
  height: 25px;
  margin-bottom: 5px;
}


/*カテゴリー別*/
body.en_index.sp #index_cat_box h4{
  text-align: left;
  padding-left: 20px;
  font-size: 4.375vw;
  line-height: 40px;
}
body.en_index.sp #index_cat_box h4:after{
  right: 10px;
}
body.en_index.sp ul.en_shop{
  padding: 15px;
  gap: 15px;
  margin-bottom: 10px;
}
body.en_index.sp ul.en_shop li{
	width: calc(100% / 2 - 7.5px);
  padding-bottom: 10px;
}
body.en.sp ul.en_shop li p.detail{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*////////////////////////////////
右ナビ*/
body.en.sp #sub {
  width: calc(100% + 40px) !important;
  margin: 0 -20px;
}
body.en.sp .sidemenu{
  margin: 0 20px;
}
body.en.sp .sidemenu dd:last-child ul li:last-child {
  margin-bottom: 20px;
  border-bottom: 4px solid var(--color-base-line-light);
}
body.en.sp .sidemenu dd > a:after{
  right: 10px;
}
body.en.sp #sub .sc_facility dl{
  margin: 20px 20px 12px;
}

/*フッター*/
body.en.sp footer{
	margin-top: 10px;
    border-top: 1px solid #ccc;
	text-align: center;
	font-size: 120%;
}

body.en.sp footer .inner .footer-hour{
	margin: 10px;
	font-size: 90%;
}
body.en.sp footer .inner .footer-hour strong{
	display: block;
	text-align: center;
}
body.en.sp footer .inner #footer-desc address{
    background: #555;
    margin-bottom: 8px;
    padding: 16px;
    font-size: 80%;
    line-height: 1.4em;
}
body.en.sp footer .copyright{
	font-size: 60%;
    line-height: 1.4em;
	margin: 0;
	padding-bottom: 10px;
}




/****shopcat****/
body.en_shopcat.sp ul.shoplist li p.img,
body.en_shopcat.sp ul.shoplist li p.img span.shopimage{
	width: 145px;
	height: auto;
}
body.en_shopcat.sp ul.shoplist li em.logo{
	border: 1px solid #ccc;
    border-radius: 3px;
	margin: 5px 0;
    padding: 3px 10px;
	display: block;
	width: 145px;
	box-sizing: border-box;
	text-align: center;
}
body.en_shopcat.sp ul.shoplist li em.logo a img{
	width: 100px;
}


/*ショップニュース一覧　bf=2*/
body.goodslist.sp #goodslist-header-navi {
	margin: 8px 0;
	padding: 0;
	position: static;
}
body.goodslist.sp div#goodslist-header-navi dl{
	border: none;
	box-shadow: none;
	padding: 0;
	top: 0;
}
body.goodslist.sp #goodslist-header-navi dl dt a {
	line-height: 40px;
}
body.goodslist.sp div#goodslist-header-navi dl dd{
	top: 53px;
}
body.goodslist.sp div#goodslist-header-navi dl dd:after{
	display: none;
}
.price_date {
	font-size:0.8em;
}



/*en_access*/
body.en_access.sp #contents-main #sc_map {
    width: 100%;
	height: 200px;
    margin: 0 auto 12px;
}

body.en_access.sp .info {
    padding: 10px 0 16px;
}



/*shoplist*/
body.en_shopcat.sp h4{
	    font-size: 18px;
	padding-bottom: 12px;
}
body.en_shopcat.sp h4:before{
	font-size: 16px;
	margin-right: 4px;
}
body.en_shopcat.sp ul.shoplist{
	padding: 0;
}
body.en_shopcat.sp ul.shoplist li{
	padding: 0;
}
body.en_shopcat.sp ul.shoplist li .txt {
	display: block;
}
body.en_shopcat.sp ul.shoplist li .txt p{
	display: block;
	padding: 8px 8px 8px 16px;
	box-sizing: border-box;
}
body.en_shopcat.sp ul.shoplist li .txt .name{
	    width: 70%;
	font-size: 18px;
	padding: 10px 8px 8px 16px;
	float: left;
}
body.en_shopcat.sp ul.shoplist li .txt .logo {
    width: 30%;
	float: left;
    position: relative;
    padding: 10px 24px 8px 8px;
}
body.en_shopcat.sp ul.shoplist li .txt .logo:after {
        font-family: var(--fontfamily-icon);
    content: "\e5cc";
    font-size: 20px;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 25%;
    top: calc(50% - 10px);
}
body.en_shopcat.sp ul.shoplist li .txt .logo img {
    width: 80px;
    margin: 0 auto;
}
body.en_shopcat.sp ul.shoplist li .txt .hour,
body.en_shopcat.sp ul.shoplist li .txt .floor{
	clear: both;
    text-align: left;
    width: 100%;
	padding: 0 16px 10px;
    font-size: 12px;
}
body.en_shopcat.sp ul.shoplist li p.floor:after{
	display: none;
}
body.en_shopcat.sp ul.shoplist li .txt .floor:before{
	    font-family: var(--fontfamily-icon);
    content: "\f124";
    font-weight: 900;
	padding-right: 4px;
	font-size: 12px;
    display: inline-block;
}



/*shop_en*/
body.en_shop.sp #contents-main{
	padding-top: 0;
}
body.en_shop.sp #contents-main h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
body.en_shop.sp #contents-main h2 img{
  float: right;
  padding: 5px 5px 5px 16px;
  width: 100px;
}
body.en_shop.sp #contents-main h2 span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}
body.en_shop.sp h2 p{
  width : -webkit-calc(100% - 122px) ;
  width : -ms-calc(100% - 122px) ;
  width : calc(100% - 122px) ;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
}
body.en_shop.sp p.img,
body.en_shop.sp p.img img{
  width: 100%;
}
body.en_shop.sp #contents #shop_title {
  padding: 0;
  margin: 0 -20px 10px;
  overflow: hidden;
  min-height: 120px;
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--color-base-line-dark);
}
body.en_shop.sp #contents #shop_title .shop_category_detail {
  font-size: 10px;
  margin: 15px 10px 0;
  padding: 2px 5px;
  border-radius: 2px;
}
body.en_shop.sp #contents #shop_title h2 {
  position: relative;
  padding: 4px 10px 0;
  background: transparent;
  z-index: 51;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
}
body.en_shop.sp #contents #shop_title p {
  position: relative;
	width: 100%;
  background: transparent;
  padding: 0 16px;
  box-sizing: border-box;
  z-index: 51;
  font-size: 12px;
  display: block;
  line-height: 14px;
  color: #fff;
}
body.en_shop.sp #contents #shop_title .top_logo {
  width: 24%;
  padding: 0;
  margin: 10px 0 10px 10px;
  box-sizing: border-box;
  border: 8px solid #fff;
  border-radius: var(--box-radius-small);
	z-index: 2;
  position: relative;
  overflow: hidden;
}
body.en_shop.sp #contents #shop_title .bg_shop_image{
	width: 100%;
}
body.en_shop.sp #contents #shop_title .bg_shop_image:before {
  background: linear-gradient(rgba(0,0,0,0.68) 0%, rgba(0,0,0,0) 100%) no-repeat 50% 50% / 100% 100%;
  width: 100%;
  height: 70%;
}
body.en_shop.sp #contents-main section h3{
  margin-right: -20px;
  margin-left: -20px;
}
body.en_shop.sp .en_info{
  width: 100%;
  margin:16px 0;
}
body.en_shop.sp .en_info li{
  font-size: 16px;
  padding: 0 12px 16px;
}
body.en_shop.sp .items{
  margin: 8px 0;
  text-align: center;
}
body.en_shop.sp .items li{
box-sizing: border-box;
  display: inline-block;
  margin: 4px;
  width: 45%;
float:none;
}
body.en_shop.sp .items li img{
width: 100%;
height: auto;
}
body.en_shop.sp #cat1_view article.item .desc h4,
body.en_shop.sp #cat3_view article.item h4{
line-height: 24px;
  white-space: normal;
  font-size: 100%;
}
body.en_shop.sp #contents #cat1_view{
  overflow: visible;
}
body.en_shop.sp #contents #cat1_view .item.cat2 .desc h4::before{
	display:inline-block;
	font-size: 70%;
}
body.en_shop.sp #contents #cat1_view .item.cat2 .desc h4 font{
	display: block;
}
body.en_shop.sp #shoppage article.item.cat3 .image{
  margin: 10px auto;
}
body.en_shop.sp #shoppage #shop_info .data{
  margin: 20px 0 0;
  border: none;
}
body.en_shop.sp #shoppage #shop_info .pickUp__scene{
  padding: 0;
}
body.en_shop.sp #shoppage #shop_info .pickUp__scene li{
  width: calc(50% - 10px);
  margin: 10px 5px;
}
body.en_shop.sp #shoppage .pickUp__gr {
  padding: 0;
  margin: 0 0 20px;
}
body.en_shop.sp #shoppage #shop_info .data table.table01{
  border: 4px solid var(--color-base-line-light);
}



/*eventnews*/
body.en.item_eventnews #contents-main .item{
	padding: 0;
}



/*求人*/
body.en.recruit.sp .cat3_view article.item h4{
	min-height:unset;
}


/*taxfree*/
body.en.sp #taxfree .item .items {
  padding: 10px 30px 10px 10px;
}
body.en.sp #taxfree #items li .desc {
  width: 100%;
}
body.en.sp #taxfree .explanation dl {
  padding: 10px 0;
}
body.en.sp #taxfree .explanation h4 img {
  width: 100px;
}
body.en.sp #taxfree .explanation {
  padding-bottom: 20px;
}
body.en.sp #taxfree li.items {
  /* margin-bottom: 20px; */
}
body.en.sp #taxfree .item .items:after{
  right: 0;
}
body.en.sp #taxfree li.items .generic {
  padding: 10px;
}

/*goodslist*/
body.goodslist.en.sp #contents-main{
	padding: 0;
}
body.goodslist.en.sp #contents-main .item .image {
	width: 100%;
    height: 150px;
	margin: 0 0 10px;
	padding: 0;
    position: relative;
}

/*gourmet_index*/
body.en.gourmet_index #contents .title h3::before{
  display: none;
}

