/* CSS Document */
body.en {
  /*    font-family: sans-serif;
	font-size: 100%;*/
}
body.en font {
  vertical-align: top !important;
}
body.en .sp {
  display: none;
}
body.en #contents-main {
  padding: 30px;
}
body.en i {
  margin-right: 4px;
}
img {
  vertical-align: bottom;
}
/*////////////////////////////////
駅ナンバリング*/
span.ekinum {
  display: inline-block;
  margin: 0 2px 4px;
  font-size: 10px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  width: 30px;
  font-weight: bold;
}
span.ekinum em {
  display: block;
}
span.ekinum.num1 {
  border: 4px solid #fd9843;
  border-radius: 8%;
}
span.ekinum.num2 {
  border: 4px solid #00a7e3;
  border-radius: 8%;
}
span.ekinum.num3 {
  border: 4px solid #eb5c01;
  border-radius: 8%;
}
span.ekinum.num4 {
  border: 4px solid #fd9843;
  border-radius: 8%;
}
span.ekinum.num5 {
  border: 4px solid #85c022;
  border-radius: 8%;
}
span.ekinum.num6 {
  border: 4px solid #0074bf;
  border-radius: 8%;
}
span.ekinum.num7 {
  border: 4px solid #f62932;
  border-radius: 50%;
}
span.ekinum.num8 {
  border: 4px solid #00bc86;
  border-radius: 50%;
}
span.ekinum.num9 {
  border: 4px solid #006cb6;
  border-radius: 50%;
}
span.ekinum.num10 {
  border: 4px solid #cf1126;
  border-radius: 8%;
}
span.ekinum.num11 {
  border: 4px solid #c3a46f;
  border-radius: 50%;
}
span.ekinum.num12 {
  border: 4px solid #cf1126;
  border-radius: 8%;
}
span.ekinum.num13 {
  border: 4px solid #00a7e3;
  border-radius: 8%;
}
span.ekinum.num14 {
  border: 4px solid #85c022;
  border-radius: 8%;
}
/*////////////////////////////////
テーブル*/
body.en .table02 {
  border: 4px solid #e3e8e9;
  margin: 20px auto 0;
  display: flex;
}
body.en .table02 dl, body.en_access .info .table02 dl {
  margin-bottom: 0;
  width: 33.3333333%;
  width: calc(100% / 3);
}
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 #bcc6c8;
}
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 #bcc6c8;
  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: #E93722;
  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: #e3e8e9;
  padding: 6px 0;
}
body.en .table02 dd dl dd {
  padding: 6px 0 20px;
  border: none;
  font-family: "Cantarell", sans-serif;
  font-size: 20px;
}
body.en .table02 dd dl dd span {
  font-weight: normal;
  display: block;
  text-align: center;
  font-size: 14px;
}
/*////////////////////////////////
共通ヘッダー*/
body.en header {
  position: relative;
}
body.view.en header {
  top: auto;
}
body.en header:before {
  display: none;
}
body.en header nav ul {
  display: flex;
}
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 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 45px 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: "font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: #fff;
  font-size: 20px;
}
body.en footer .footer-hour dl dd {
  white-space: pre-wrap;
}
body.en footer .footer-hour, body.en footer .sc_facility {
  border-top: 4px solid #fff;
  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 #bcc6c8;
  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: "font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: #E93722;
  font-size: 20px;
}
body.en footer .footer-hour p span {
  font-size: 10px;
  display: block;
}
body.en footer a.gmap_link {
  text-decoration: underline;
}
/*////////////////////////////////
共通設定*/
/*////////////////////////////////
共通パーツ*/
#cat1_view h3, #cat3_view h3, .view #shop_info h3 {
  display: block;
  font-family: "Cantarell", sans-serif;
  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 #bcc6c8;
}
body.en_shop .cat_items article.item .goodscomment{
  white-space: normal;
  text-overflow: clip;
}
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: #e3e8e9;
  position: relative;
}
body.en .payment em i {
  margin-right: 4px;
}
body.en .payment em.payment4 {
  background: #E93722;
  color: #fff;
}
/*////////////////////////////////
トップページ*/
body.en_index #contents-main {
  padding: 0px;
}
body.en_index #contents > .inner {
  width: 100% !important;
  min-width: 100% !important;
}
body.en_index #contents .parts > .item_list {
  overflow: hidden;
  width: 80%;
  min-width: 960px;
  max-width: 1400px;
  margin: 40px auto 0;
}
body.en .common_navi_btn {
  border-top: 1px solid #bcc6c8;
}
body.en .guidenav .guidenav_guide li img {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
}
body.en_index #banner .swiper-container li p {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 800px;
  width: calc(100% - 60px);
  padding: 60px 10px 20px;
  text-align: center;
  opacity: 0;
  transition: all 1s ease 0s;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 16%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 16%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 16%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=1);
}
body.en_index #banner .swiper-container li.swiper-slide-active p {
  opacity: 1;
}
body.en_index .common_navi_btn {
  border: none;
}
body.en_index .common_navi_btn .guidenav {
  margin-bottom: 30px;
  padding: 0;
}
/*--------------------
TAX FREE
--------------------*/
body.en_index #taxfree .index_taxfree {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}
body.en_index #taxfree .index_taxfree .cat {
  position: relative;
  z-index: 2;
  font-family: "Cantarell", sans-serif;
  text-align: center;
}
body.en_index #taxfree .index_taxfree .cat a {
  color: #fff;
  display: block;
}
body.en_index #taxfree .index_taxfree .cat a::after {
  content: "\f105";
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 0;
  line-height: 60px;
  font-size: 20px;
}
body.en_index #taxfree .index_taxfree .cat h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
body.en_index #taxfree .index_taxfree .img {
  width: 100%;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.en_index #taxfree .index_taxfree .img span:first-child {
  border-radius: 100px 0 0 100px/100px 0 0 100px;
}
body.en_index #taxfree .index_taxfree .img span:last-child {
  border-radius: 0 100px 100px 0/0 100px 100px 0;
}
body.en_index #taxfree .index_taxfree .img:before {
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(255, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
}
body.en_index #taxfree .index_taxfree .img span {
  width: 33.333333%;
  width: calc(100% / 3);
}
/*--------------------
The Best Selection!／Our recommended Shops
--------------------*/
/*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: 0;
  z-index: 1;
  width: 30px;
  height: 100%;
  text-indent: -9999em;
  display: block;
  background: #fff;
  cursor: pointer;
}
body.en_index #picupnews .swiper-button:before, body.en_index #pickupshop .swiper-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  font-size: 20px;
  width: 100%;
  height: 58%;
  display: block;
  text-indent: 0;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 42%;
  left: 0;
}
body.en_index #picupnews .swiper-button:hover, body.en_index #pickupshop .swiper-button:hover {
  color: #666;
}
body.en_index #picupnews .swiper-button.next, body.en_index #pickupshop .swiper-button.next {
  left: auto;
  right: 0;
}
body.en_index #picupnews .swiper-button.next:before, body.en_index #pickupshop .swiper-button.next:before {
  content: "\f054";
}
body.en_index #picupnews .swiper-button i, body.en_index #pickupshop .swiper-button i {
  margin: 0;
}
/*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-top: 6px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/*スライダーが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 #bdc7c9;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 12px;
  min-height: 345px;
}
body.en_index #pickupshop li .img_bg_css {
  border-radius: 0;
}
body.en_index #pickupshop li .img_bg_css.logo {
  width: 190px;
  height: 60px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  border: 10px solid #fff;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body.en_index #pickupshop li .image .floor {
  font-family: "Cantarell", sans-serif;
  position: absolute;
  font-size: 12px;
  top: -6px;
  left: -1px;
  line-height: 17px;
  padding: 0 8px 1px;
  background: #333;
  color: #fff;
  display: inline-block;
  z-index: 10;
}
body.en_index #pickupshop li .name, body.en_index #pickupshop li .detail {
  padding: 0 20px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.en_index #pickupshop li .name {
  padding-top: 30px;
  font-size: 16px;
  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 #bdc7c9;
}
body.en_index #picupnews li .date {
  font-size: 12px;
  color: #333;
  font-family: "Cantarell", sans-serif;
}
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;
  font-size: 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.en_index #footer_navi_btn {
  display: none;
}
/*--------------------
Shop navi
--------------------*/
body.en_index #contents #index_cat_box {
  padding-top: 200px;
  margin-top: -200px;
}
body.en_index #index_cat_box ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
body.en_index #index_cat_box ul li {
  width: 48.9%;
  width: calc(calc(100% - 20px) / 2);
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  border: 4px solid #e3e8e9;
  box-sizing: border-box;
  text-align: center;
}
body.en_index #index_cat_box ul li:nth-child(odd) {
  margin-right: 20px;
}
body.en_index #index_cat_box ul li .en_cat, body.en_index #index_cat_box ul li .image {
  display: table-cell;
  padding: 40px 0;
  vertical-align: middle;
  width: 50%;
  border-radius: 0;
  cursor: pointer;
}
body.en_index #index_cat_box ul li .en_cat h4 {
  font-size: 18px;
  padding-bottom: 12px;
  font-family: "Cantarell", sans-serif;
  font-weight: bold;
}
body.en_index #index_cat_box ul li a.btn {
  font-family: "Cantarell", sans-serif;
  width: 120px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #bcc6c8;
  background: #e1e6e7;
  padding: 6px 16px 10px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-weight: bold;
}
body.en_index #index_cat_box ul li a.btn::after {
  font-family: "Font Awesome 5 Free";
  margin: 0 0 0 6px;
  font-size: 1em;
  display: inline-block;
  content: "\f105";
  color: #e63722;
  vertical-align: middle;
}
body.en_index #contents .parts#event .p_title h2::before {
  display: none;
}
/*カテゴリ別ショップ*/
body.en ul.index_cat {
  text-align: center;
  overflow: hidden;
  margin: 0 0 32px;
}
body.en ul.index_cat li {
  margin: 0 auto 16px;
  text-align: center;
  font-size: 20px;
}
body.en ul.index_cat a.en_cat {
  display: block;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #333;
  border-bottom: none;
  position: relative;
  background: #e3e8e9;
}
body.en ul.index_cat li a.en_cat i {
  position: absolute;
  right: 0;
  top: 30%;
  vertical-align: middle;
  font-size: 22px;
  color: #f24664;
}
body.en ul.en_shop {
  overflow: hidden;
  border: 1px solid #333;
  border-top: none;
  padding: 16px;
}
body.en ul.en_shop li {
  float: left;
  margin-bottom: 8px;
  padding: 8px;
  position: relative;
  width: 20%;
  box-sizing: border-box;
  min-height: 250px;
}
body.en ul.en_shop li p.img {}
body.en ul.en_shop li p.image img {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-color: #e3e8e9;
  border-radius: 4px;
}
body.en ul.en_shop li p.image span {
  width: 100%;
  height: 157px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-color: #e3e8e9;
  border-radius: 4px;
  text-align: center;
  padding: 60px 0 0;
  box-sizing: border-box;
  vertical-align: bottom;
}
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 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: left;
  padding: 4px 0 0;
}
/*
TAXFREE & COUPON
*/
/*ナビ*/
body.en_taxfree .nav {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  display: flex;
  justify-content: center;
}
body.en_taxfree .nav li {
  width: 400px;
  text-align: center;
  font-size: 14px;
  margin: 0 18px;
}
body.en_taxfree .nav li a {
  border: 1px solid #aaa;
  display: block;
  width: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  padding: 16px 26px;
  vertical-align: top;
  color: #E93722;
  font-size: 20px;
  font-family: "Cantarell", sans-serif;
  font-weight: bold;
  margin: 0 15px 0 0;
}
body.en_taxfree .nav li a::after {
  content: "\f107";
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  color: #E93722;
  position: absolute;
  right: 16px;
  font-size: 20px;
}
body.en_taxfree #contents-main h3 {
  background: #E93722;
  color: #fff;
  margin-bottom: 16px;
}
body.en_taxfree #contents-main #taxfree h3 {
  background: #f00;
}
body.en_taxfree .explanation {
  text-align: center;
  padding: 0 0 20px;
}
body.en_taxfree .explanation p strong {
  color: #E93722;
}
body.en_taxfree #items {
  box-sizing: border-box;
  border: 4px solid #e3e8e9;
}
body.en_taxfree .item .items {
  display: flex;
  border-bottom: 1px solid #bcc6c8;
  padding: 14px 36px 20px 24px;
  cursor: pointer;
  align-items: center;
  position: relative;
}
body.en_taxfree #taxfree .item .items:after {
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  position: absolute;
  top: 36%;
  right: 15px;
  display: block;
  color: #E93722;
  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: "Cantarell", sans-serif;
  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;
}
body.en_taxfree .item .items .floor {
  font-family: "Cantarell", sans-serif;
  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;
  margin-left: 10px;
}
body.en_taxfree .item .items .detail:before {
  content: "(";
}
body.en_taxfree .item .items .detail:after {
  content: ")";
}
/*coupon*/
body.en_taxfree #coupon {
  margin-top: 60px;
}
body.en_taxfree #items_coupon .explanation {
  padding: 10px 0 30px;
}
body.en_taxfree #items_coupon .explanation h4 img {
  width: 140px;
}
body.en_taxfree #items_coupon .explanation p {
  color: #E93722;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 20px;
}
body.en_taxfree #items_coupon .explanation dl {
  text-align: left;
  padding: 14px 20px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #bcc6c8;
}
body.en_taxfree #items_coupon .explanation dl dt, body.en_taxfree #items_coupon .explanation dl dd {
  text-align: left;
  display: inline;
}
body.en_taxfree #items_coupon .explanation dl dt {
  color: #E93722;
  font-weight: bold;
}
body.en_taxfree #items_coupon .explanation dl dt:before {
  content: "[";
  padding: 0 2px 0 0;
}
body.en_taxfree #items_coupon .explanation dl dt:after {
  content: "]";
  padding: 0 6px 0 2px;
}
body.en_taxfree #items_coupon .explanation dl.ordering {
  border-bottom: 1px solid #bcc6c8;
}
body.en_taxfree #items_coupon .explanation dl.ordering dt {
  color: #00853B;
}
body.en_taxfree #items_coupon li.items {
  box-sizing: border-box;
  border: 4px solid #e3e8e9;
  margin-bottom: 30px;
  display: block;
  padding: 0;
}
body.en_taxfree #items_coupon li.items div {
  padding: 20px;
}
body.en_taxfree #items_coupon li.items .desc {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 50% auto;
  position: relative;
  padding: 20px 50% 20px 20px;
}
body.en_taxfree #items_coupon li.items .desc:before {
  content: "";
  display: block;
  position: absolute;
  left: 49.9%;
  top: 0;
  width: 40%;
  height: 100%;
  background: -moz-linear-gradient(left, white 0%, white 16%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, white 16%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, white 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_taxfree #items_coupon li.items .desc .detail {
  margin: 0;
}
body.en_taxfree #items_coupon li.items .desc .icn {
  position: absolute;
  top: -10px;
  left: -4px;
  font-family: "Cantarell", sans-serif;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
}
body.en_taxfree #items_coupon li.items .desc .floor {
  margin: 0;
}
body.en_taxfree #items_coupon li.items .desc .notranslate {
  padding: 0 8px 0 4px;
}
body.en_taxfree #items_coupon li.items .generic {
  color: #E93722;
  font-weight: bold;
  padding: 20px;
  background: #FEECD2;
}
body.en_taxfree #items_coupon li.items .generic.ordering {
  color: #00853B;
  background: #ECF4D9;
}
body.en_taxfree #items_coupon .attentionBOX, body.en_taxfree #items_coupon .attentionBOX ul {
  padding: 0;
  margin: 0;
  border: none;
}
body.en_taxfree #items_coupon .attentionBOX ul {
  padding-left: 1em;
}
body.en_taxfree #items_coupon .attentionBOX ul li .taxfree_icn {
  display: inline-block;
  margin-left: 4px;
  background: #f00;
  color: #fff;
  font-family: "Cantarell", sans-serif;
  padding: 0px 4px 1px;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  font-size: 12px;
}
/*注意書き*/
body.en_taxfree .attentionBOX {
  margin: 30px 0;
  padding: 20px 24px;
  text-align: center;
  border: 1px solid #bcc6c8;
}
body.en_taxfree .attentionBOX p, body.en_taxfree .attentionBOX ul {
  text-align: left;
  margin-top: 8px;
}
body.en_taxfree .attentionBOX ul {
  border-top: 1px solid #e3e8e9;
  padding-top: 12px;
  margin-top: 12px;
  padding-left: 1em;
}
body.en_taxfree .attentionBOX ul li {
  margin-bottom: 4px;
  position: relative;
  font-size: 12px;
  line-height: 1.4em;
}
body.en_taxfree .attentionBOX ul li:before {
  content: "*";
  position: absolute;
  top: 0.3em;
  left: -1.3em;
}
/****---------------
en_info
---------------****/
/*共通スタイル*/
body.en_info .inner_box {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 60px;
}
body.en_info article:last-child .inner_box {
  margin-bottom: 0;
}
body.en_info .inner_box.mini {
  max-width: 630px;
}
body.en_info .inner_box img {
  display: block;
  max-width: 400px;
  width: 90%;
  margin: 0 auto 12px;
}
/*テーブル*/
body.en_info .inner_box table.table01 {
  margin-top: 16px;
  border: 4px solid #e3e8e9;
}
body.en_info .inner_box table.table01 th {
  width: 20%;
}
body.en_info .inner_box table.table01 td{
  line-height: 1.4em;
}
body.en_info .inner_box table.table01 td a {
  text-decoration: underline;
}
body.en_info .inner_box table.table01 td a i{
  margin-left: 4px;
  color: #bcc6c8;
  font-size: 90%;
}
/*attention*/
body.en .inner .attention {
  font-size: 10px;
}
body.en .inner ul.attention li:before, body.en .inner p.attention:before {
  content: "*";
}
body.en .inner ul.attention li {
  line-height: 1.4em;
  padding-bottom: 8px;
}
/*
WIFI
*/
body.en_info #wifi .inner_box img {
  margin: 30px auto 20px;
}
body.en_info #wifi .inner_box .ssid {
  margin: 0 auto 20px;
}
body.en_info #wifi .inner_box .ssid th, body.en_info #wifi .inner_box .ssid td {
  text-align: center;
  padding: 2px 20px;
  font-weight: bold;
  border: 2px solid #333;
}
body.en_info #wifi .inner_box .ssid th {
  background: #333;
  color: #fff;
}
body.en_info #wifi strong.check {
  display: inline-block;
  font-weight: bold;
  color: #E93722;
  margin: 10px 0;
  padding: 4px 10px;
  border: 1px solid #E93722;
}
body.en_info #wifi .howtouse {
  border: 4px solid #e1e6e7;
  width: 100%;
  max-width: 960px;
  margin: 10px auto 0;
  padding: 20px 40px;
  box-sizing: border-box;
}
body.en_info #wifi .howtouse dt h4 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 6px;
}
body.en_info #wifi .howtouse dd li {
  background: #e3e8e9;
  margin-bottom: 20px;
  padding: 20px 24px;
  position: relative;
}
body.en_info #wifi .howtouse dd li .num {
  font-family: "Cantarell", sans-serif;
  position: absolute;
  font-size: 12px;
  top: -6px;
  left: -1px;
  line-height: 17px;
  padding: 0 8px 1px;
  background: #333;
  color: #fff;
  display: inline-block;
  z-index: 10;
}
body.en_info #wifi .howtouse dd li .table01 th {
  font-weight: bold;
  padding-left: 20px;
}
body.en_info #wifi .howtouse dd li.step01 .tollfree {
  border-top: 1px solid #fff;
  margin-top: 12px;
  padding: 12px 0 0;
}
body.en_info #wifi .howtouse dd li.step01 table th {
  font-weight: bold;
  padding-right: 12px;
}
body.en_info #wifi .howtouse dd li.step01 table td {
  font-size: 12px;
}
body.en_info #wifi .howtouse dd li.step01 table td .number {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #E93722;
  margin-right: 4px;
}
body.en_info #wifi .howtouse dd li.step01 table td .number span {
  background: #fff;
  border: 1px solid #E93722;
  margin-right: 2px;
  padding: 0 4px;
}
body.en_info #wifi .howtouse dd li.step03 table {
  margin: 12px 0;
  border: 1px solid #bcc6c8;
}
body.en_info #wifi .howtouse dd li.step03 table td {
  background: #fff;
}
body.en_info #wifi .howtouse dd li.step03 img {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}
body.en_info #wifi .howtouse dd li.step03 .attention {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.6em;
}
body.en_info #wifi .attentionBOX {
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
  padding: 20px 24px;
  height: 200px;
  text-align: center;
  border: 1px solid #bcc6c8;
  overflow-y: scroll;
  box-sizing: border-box;
}
body.en_info #wifi .attentionBOX ul {
  margin-top: 8px;
  padding-left: 1.5em;
}
body.en_info #wifi .attentionBOX ul li {
  text-align: left;
  margin-bottom: 4px;
  list-style: disc outside;
}
body.en_info #wifi a.btn {
  width: 330px;
  max-width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #bcc6c8;
  background: #e3e8e9;
  padding: 8px 16px 8px 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto;
  display: block;
}
body.en_info #wifi a.btn i {
  font-size: 10px;
  padding-left: 6px;
}
body.en_info #wifi a.btn::after {
  font-family: "Font Awesome 5 Free";
  margin: 0 0 0 6px;
  font-size: 1em;
  display: inline-block;
  content: "\f105";
  color: #e63722;
  vertical-align: middle;
}
/*
SERVICE
*/
body.en_info #service table.table02 th {
  width: 30%;
}
body.en_info #service table.table02 td {
  text-align: left;
}
/*
TELEPHONE INTERPRETAION SERVICE
*/
body.en_info #telephone img {
  width: 140px;
}
body.en_info #telephone p {
  padding: 0 0 10px;
}
/*Open Hours*/
body.en #openhours .box {
  border: 1px solid #bac4c6;
  margin-bottom: 10px;
}
body.en #openhours .box h4 {
  background: #e3e8e9;
  padding: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.en #openhours .box h4 i {
  margin-right: 8px;
}
body.en #openhours .box p {
  padding: 16px;
  border-bottom: 1px solid #bac4c6;
  letter-spacing: 1px;
  text-align: center;
}
body.en #openhours .box p i {
  margin-right: 8px;
  font-size: 20px;
}
body.en #openhours .box p:last-child {
  border-bottom: none;
}
/****shop_en****/
body.en_shop #contents #shop_title {
  position: relative;
  box-sizing: border-box;
  min-height: 220px;
  border: 1px solid #bac4c6;
  padding: 30px 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: #e3e8e9;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 12px;
  line-height: 1.4em;
  margin: 0 0 10px;
  font-size: 14px;
  white-space: nowrap;
}
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;
}
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 table.table01 {
  border: 4px solid #e3e8e9;
}
body.en_shop #shoppage #shop_info .data table.table01 tr.shop-generic1 em.payment4 {
  background: #E93722;
  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));
}
/*20190513追加START*/
body.en_shop #shoppage #cat3_view article.item table {
  width: 100%;
}
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: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  display: inline;
  font-size: 18px;
  padding-right: 6px;
}
body.en_shop.pc #shoppage #cat3_view .item .grad-btn:hover {
  color: #e93399;
}
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;
}
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: "\f00d";
}
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;
}
/*20190513追加END*/
/****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: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f002";
  margin: 0 10px 0 0;
  color: #e93399;
}
body.en_shopcat ul.shoplist {
  border: 4px solid #e3e8e9;
}
body.en_shopcat ul.shoplist li {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 30px 16px 16px;
  border-bottom: 1px solid #bcc6c8;
  position: relative;
}
body.en_shopcat ul.shoplist li:last-child {
  border-bottom: none;
}
body.en_shopcat ul.shoplist li .txt {
  overflow: auto;
  word-break: break-all;
  font-size: 14px;
  display: table;
}
body.en_shopcat ul.shoplist li .txt p {
  display: table-cell;
  vertical-align: middle;
}
body.en_shopcat ul.shoplist li .txt .name {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 4px 12px;
  color: #333;
  width: 44%;
  padding-right: 1%;
  display: table-cell;
}
body.en_shopcat ul.shoplist li .txt .name a {
  text-decoration: underline;
  display: block;
}
body.en_shopcat ul.shoplist li .txt .name span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
body.en_shopcat ul.shoplist li p.logo {
  text-align: center;
  width: 15%;
}
body.en_shopcat ul.shoplist li p.logo img {
  width: 60%;
}
body.en_shopcat ul.shoplist li p.hour:before {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "\f017";
  margin: 0 4px 0 0;
  font-size: 14px;
  position: relative;
  top: 3px;
}
body.en_shopcat ul.shoplist li p.hour {
  width: 40%;
}
body.en_shopcat ul.shoplist li p.floor {
  font-family: "Cantarell", sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
  padding: 0 8px 1px;
  background: #333;
  color: #fff;
  display: inline-block;
}
body.en_shopcat ul.shoplist li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  color: #e63722;
  position: absolute;
  right: 10px;
  top: 30%;
  top: calc(50% - 14px);
}
/****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
}
/*
---------------------------------------------
goodslist 
---------------------------------------------
*/
body.goodslist div#goodslist-header-navi {
  text-align: center;
  padding-top: 0;
}
/*item_eventnews*/
body.en .ev-navi-article {
  width: auto;
}
body.en .ev-navi-article dl dt {
  padding: 0 55px 0 20px;
}
/*en_access*/
body.en_access #contents-main #sc_map {
  width: 540px;
  margin: 20px auto;
}
/*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 #e3e8e9;
}
/*////////////////////////////////
共通ヘッダーSP*/
body.en.sp header .sp_menu_list .menu_box{
  padding: 0 4vw;
}
body.en.sp header .sp_menu_list .menu_box dt{
  text-align: center;
  color: #fff;
  padding: 10px 0 4px;
  font-family: "Cantarell", sans-serif;
}
body.en.sp header .sp_menu_list .menu_box ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
  line-height: 1em;
}
body.en.sp header .sp_menu_list .menu_box ul li a {
  padding: 12px 0;
  display: block;
  background: #e3e8e9;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
body.en.sp .sp_menu_list .menu_box ul li i {
  margin-right: 0;
  margin-bottom: 4px;
  display: block;
  font-size: 18px;
}

body.en.sp header .sp_menu_list .menu_box .shop-guide li a:after {
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  display: block;
  color: #E93722;
  font-size: 20px;
}

body.en.sp header .sp_menu_list .menu_box .sc-guide,
body.en.sp header .sp_menu_list .menu_box .guidenav_sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.en.sp header .sp_menu_list .menu_box .sc-guide li{
  width: calc(100% / 3 - 4px);
}
body.en.sp header .sp_menu_list .menu_box .guidenav_sns li{
  width: calc(100% / 2 - 4px);
}



body.en.sp header .common_navi_btn .guidenav .guidenav_guide {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: auto;
}
body.en.sp header .common_navi_btn .guidenav .guidenav_guide li {
  width: 100%;
  line-height: 1.3em;
}
/*////////////////////////////////
共通フッター*/
body.en.sp .common_navi_btn {
  border-top: none;
}
body.en.sp footer .inner {
  padding-top: 20px;
}
body.en.sp footer .sc_foot_desc {
  padding: 0 20px 10px;
}
body.en.sp footer .sc_facility .sc_map {
  width: 90%;
}
body.en.sp #footer_navi_btn .guidenav .guidenav_guide li img {
  height: 25px;
  margin-bottom: 5px;
}
body.en.sp footer #foote-sub {
  border-top: 1px solid #bac4c6;
}
body.en.sp footer #foote-sub #google_translate_element, body.en.sp footer #foote-sub ul {
  border-bottom: 1px solid #bac4c6;
  padding: 12px 0;
  text-align: center;
}
body.en.sp footer .inner .footer-hour, body.en.sp footer .inner .sc_facility {
  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: #333;
  margin-bottom: 8px;
  padding: 16px;
  font-size: 80%;
  line-height: 1.4em;
}
/*////////////////////////////////
トップページ*/
body.en.sp #sub {
  width: calc(100% + 40px) !important;
  margin: 0 -20px;
}
/*////////////////////////////////
トップページ*/
body.en_index.sp #contents-main.all, body.en_index.sp #contents .inner {
  margin-top: 0;
}
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 h2, body.en_index.sp #contents .parts > .item_list {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
body.en_index.sp #contents .parts .p_title h2::after {
  height: 2px;
  bottom: 2px;
  width: 130px;
}
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 .common_navi_btn .guidenav {
  padding: 0 15px;
}
body.en_index.sp .common_navi_btn .guidenav .guidenav_guide li a img {
  height: 25px;
  margin-bottom: 5px;
}
/*--------------------
バナー
--------------------*/
body.en_index.sp #banner .swiper-container li p {
  width: calc(100% - 8px);
  left: 4px;
  bottom: 4px;
  padding: 10px 10px 14px;
  font-weight: normal;
  ;
  font-size: 3.6vw;
  line-height: 1.2em;
}
/*--------------------
TAX FREE
--------------------*/
body.en_index.sp #taxfree .index_taxfree {
  width: 100%;
}
body.en_index.sp #taxfree .index_taxfree, body.en_index.sp #taxfree .index_taxfree .img, body.en_index.sp #taxfree .index_taxfree .img:before {
  height: 46px;
}
body.en_index.sp #taxfree .index_taxfree .cat a::after, body.en_index.sp #taxfree .index_taxfree .cat h4 {
  line-height: 46px;
  font-size: 16px;
}
/*index.jsp pickup news*/
body.en_index #pickupshop {
  overflow: visible;
}
body.en_index.sp #pickupshop li {
  min-height: auto;
  height: auto;
}
body.en_index.sp #contents #picupnews {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
body.en_index.sp #pickupshop li .image {
  height: auto;
}
body.en_index.sp #pickupshop li .img_bg_css {
  height: 100px;
}
body.en_index.sp #pickupshop li .img_bg_css.logo {
  position: static;
  transform: none;
  width: 50%;
  height: 40px;
  margin: 10px 25% 0;
  border: none;
}
body.en_index.sp #pickupshop li .name, body.en_index.sp #pickupshop li .detail {
  line-height: 1.4em;
  padding: 0 10px;
}
body.en_index.sp #pickupshop li .name {
  padding-top: 4px;
}
body.en_index.sp #pickupshop .swiper-container2 {
  padding: 6px 10px 0;
}
body.en_index.sp #picupnews .swiper-container3 {
  margin: 0 18px;
  padding: 0;
}
body.en_index.sp #picupnews .swiper-container3 .item {
  margin: 0;
  height: auto;
  padding: 0 12px;
}
body.en_index.sp #pickupshop .swiper-container2.swiper-slide_no, body.en_index.sp #picupnews .swiper-container3.swiper-slide_no {
  padding: 0;
}
body.en_index.sp #picupnews .swiper-container3.swiper-slide_no .item {
  padding: 0 8px;
}
body.en_index.sp #pickupshop .swiper-container2.swiper-slide_no ul, body.en_index.sp #picupnews .swiper-container3.swiper-slide_no ul {
  justify-content: space-between;
}
body.en_index.sp #picupnews .swiper-button, body.en_index.sp #pickupshop .swiper-button {
  background: none;
}
body.en_index.sp #picupnews .swiper-button:before, body.en_index.sp #pickupshop .swiper-button:before {
  left: -10px;
  font-size: 14px;
}
body.en_index.sp #picupnews .swiper-button.next:before, body.en_index.sp #pickupshop .swiper-button.next:before {
  left: auto;
  right: -10px;
  font-size: 14px;
}
/*Shop navi*/
body.en_index.sp #contents #index_cat_box {
  padding-top: 50px;
  margin-top: -50px;
}
body.en_index.sp #index_cat_box ul li, body.en_index.sp #index_cat_box ul li:nth-child(odd) {
  width: 100%;
  margin: 0 0 10px 0;
  border-width: 4px;
}
body.en_index.sp #index_cat_box ul li .en_cat, body.en_index.sp #index_cat_box ul li .image {
  padding: 20px 0;
}
body.en_index.sp #index_cat_box ul li .en_cat {
  padding: 20px 4px;
}
body.en_index.sp #index_cat_box ul li .en_cat h4 {
  font-size: 16px;
  padding-bottom: 6px;
}
body.en_index.sp #index_cat_box ul li .image {
  width: 30%;
}
body.en_index.sp #index_cat_box ul li .en_cat a.btn {
  font-size: 14px;
  padding: 4px 12px 6px;
  position: static;
}
/****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 #bcc6c8;
  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;
}
/*
TAXFREE & COUPON
*/
body.en_taxfree.sp .nav {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 10px;
}
body.en_taxfree.sp .nav li {
  width: 100%;
  margin-bottom: 10px;
}
body.en_taxfree.sp .nav li a {
  font-size: 16px;
  padding: 10px 0;
}
body.en_taxfree.sp #taxfree .item .items .icn {
  font-size: 12px;
  padding: 6px 6px 8px;
}
body.en_taxfree.sp .item .items {
  padding: 10px 30px 10px 10px;
}
body.en_taxfree.sp #items li .desc {
  width: 100%;
}
body.en_taxfree.sp #items_coupon .explanation dl {
  padding: 10px 0;
}
body.en_taxfree.sp #items_coupon .explanation h4 img {
  width: 100px;
}
body.en_taxfree.sp #items_coupon .explanation {
  padding-bottom: 20px;
}
body.en_taxfree.sp #items_coupon li.items {
  margin-bottom: 20px;
}
body.en_taxfree.sp #items_coupon li.items .desc {
  padding: 10px 50% 10px 10px;
}
body.en_taxfree.sp #items_coupon li.items .generic {
  padding: 10px;
}
/****en_info****/
body.en_info.sp .inner_box table.table01 th {
  width: 36px;
}
body.en_info.sp .inner_box table.table01 th i {
  margin: 0;
}
body.en_info.sp #wifi .howtouse, body.en_info.sp #wifi .attentionBOX {
  padding: 10px;
}
body.en_info.sp #wifi .howtouse dd li.step01 .tollfree {
  margin-top: 8px;
  padding: 8px 0 0;
}
body.en_info.sp #wifi .howtouse dd li.step01 table th, body.en_info.sp #wifi .howtouse dd li.step01 table td {
  display: block;
  width: 100%;
}
body.en_info.sp #wifi .howtouse dd li.step01 table th {
  margin-bottom: 5px;
}
body.en_info.sp #wifi .howtouse dd li.step03 {
  margin-bottom: 0;
}
/*Open Hours*/
body.en.sp #openhours .box p i, body.en.sp #openhours .box p {
  font-size: 90%;
}
/*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: 66%;
  font-size: 18px;
  padding: 10px 8px 8px 16px;
  float: left;
  box-sizing: border-box;
}
body.en_shopcat.sp ul.shoplist li .txt .logo {
  width: 34%;
  float: left;
  position: relative;
  padding: 15px 24px 8px 8px;
  box-sizing: border-box;
}
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 .txt .floor {
  font-family: "Cantarell", sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
  padding: 0 8px 1px;
  background: #333;
  color: #fff;
  display: inline-block;
  width: auto;
}
body.en_shopcat.sp ul.shoplist li p.floor:after {
  display: none;
}
/*ショップページ*/
/****shop_en****/
body.en_shop.sp #contents {
  padding-bottom: 0;
}
body.en_shop.sp #contents .inner {
  padding: 0;
}
body.en_shop.sp #contents .inner #sub {
  width: 100% !important;
  margin: 0;
}
body.en_shop.sp #contents #shop_title {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 120px;
  background: #fff;
}
body.en_shop.sp #contents #shop_title .shop_name {
  width: 100%;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
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 .top_logo {
  width: 24%;
  padding: 0;
  margin: 10px 0 17px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #fff;
  border-radius: 2px;
  background: #fff;
}
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-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 .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 h3 {
  margin: 20px 0 15px;
}
body.en_shop.sp #cat1_view article.item {
  margin: 0 20px;
  width: auto;
  border: none;
}
body.en_shop.sp #cat1_view article.item .desc h4 {
  line-height: 24px;
  white-space: normal;
  font-size: 100%;
}
body.en_shop.sp #contents-main {
  padding-top: 0;
}
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: 50%;
}
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;
}
/*eventnews*/
body.en.item_eventnews #contents-main .item {
  padding: 0;
}
/*求人*/
body.en.recruit.sp .cat3_view article.item h4 {
  min-height: unset;
}
/*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;
}
body.goodslist.en.sp div#goodslist-header-navi{
  padding-top: 20px;
}
