/* CSS Document */
/*↓↓↓↓oushiza用であとで消すもの*/
.pc #main_header .header_glo{display: block !important;}
/*↑↑↑↑oushiza用であとで消すもの*/

/*ヘッダー*/
body.en .glo_menu_list {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}
iframe#gt-nvframe{
    display: none;
}
body.en.view{
    margin-top: 0!important;
}
body.en.view.pc .header_wrap {
    margin-top: 30px;
}
body.en header .glo_menu_list .glo_menu_inner::before{
    display: block !important;
    font-family: var(--fontfamily-icon);
    font-size: 30px;
    height: 30px;
    line-height: 1em;
    margin: 0 auto 4px;
}
/* body.en header .glo_menu_list .glo_menu_inner[data-value="0"]::before{content: "\e88a";}
body.en header .glo_menu_list .glo_menu_inner[data-value="9"]::before{content: "\f1cc";} */
body.en_index .glo_menu_list .glo_menu_items.glo_home:before,
body.en_access .glo_menu_list .glo_menu_items.glo_access:before,
body.en_shopcat .glo_menu_list .glo_menu_items.glo_access:before{
    background: var(--color-base-main-dark);
}

/*フッター*/
body.en.pc footer .footer_menu dl,
body.en.pc footer .footer-hour{
    width: 50%;
    padding: 10px 30px;
}
body.en footer .footer-hour dt .hours:before {
    content: "\e8b5";
    display: inline-block;
    font-family: var(--fontfamily-icon);
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    vertical-align: middle;
    margin: 0 0.2em 0 0;
}
body.en footer .footer-hour dd{
    /* white-space: pre-wrap; */
}
footer .footer_menu dd.sc_hour{
    ul li{
        list-style: none;
        padding: 5px 0 10px;
        position: relative;
        margin-bottom: 10px;
        border-bottom: 4px solid var(--color-base-bg-light);

        p:first-child{
            margin: 0 14px 0 0;
            padding: 0 10px;
            background: var(--color-base-text-dark);
            color: #fff;
            font-weight: 700;
            white-space: nowrap;
            display: inline-block;
        }
    }
    p{font-size: 0.8em;line-height: 1.4em;}
}
footer .footer_menu .footer-hour dd ul li:before{
    content:none;
}
body.en footer .footer-hour dd .notice{
    font-size: 0.8em;
    text-align: left;
}
body.en footer .ad_foot_desc{
    padding: 20px 0 0;
}
body.en footer #foote-sub{
    border-bottom: 1px solid var(--color-base-line-dark);
    padding: 0 0 10px;
}
body.en footer #foote-sub li a{
    text-align: center;
    display: block;
}
body.en footer .japanesesite a {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid var(--color-base-line-dark);
    border-radius: var(--box-radius-xlarge);
    line-height: 1em;
    margin-top: 5px;
}



/*
共通
*/
/* 他のCSSファイルの#contents > .innerスタイルを打ち消し */
body.en:not(.sp) #contents > .inner {
    width: var(--inner-Width)!important;
    min-width: var(--inner-Min-Width)!important;
}
/* TOP */
body.en #contents .en_bg{
    background: #fff;
    padding: 40px 80px;
    max-width: var(--inner-Max-Width);
    min-width: var(--inner-Min-Width);
}
body.en #contents section.parts {
    margin: 0px 0px 40px;
}
body.en #contents .parts .p_title h2{
    font-family: var(--fontfamily-english);
    font-size: 32px;
    width: var(--inner-Width);
    max-width: var(--inner-Max-Width);
    min-width: var(--inner-Min-Width);
    position: relative;
    text-align: left;
    padding-bottom: 6px;
    margin: auto;
    border-bottom: none;
    display: block;
}
#contents .parts > .item_list{
    width: var(--inner-Width);
    max-width: calc(var(--inner-Max-Width) + 32px);
    min-width: calc(var(--inner-Min-Width) + 32px);
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 20px 20px;
    box-sizing: border-box;
}
/*ショップカテゴリーアイコン*/
body.en #cat_title_list li span[class*="en_cat"]:before{
    margin: 0.2em 0;
    font-family: var(--fontfamily-icon);
    font-weight: normal;
    font-size: 2.2em;
    display: block;
}
body.en #cat_title_list li .en_cat1:before{/*ファッション*/
    content: "\ef7b";
}
body.en #cat_title_list li .en_cat2:before{/*ライフスタイル*/
	content: "\efed";
}
body.en #cat_title_list li .en_cat4:before{/*フーズ＆デリ*/
    content: "\ef97";
}
body.en #cat_title_list li .en_cat3:before{/*レストラン＆カフェ*/
	content: "\e56c";
}
body.en #cat_title_list li .en_cat5:before{/*サービス*/
	content: "\ea70";
}
body.en #cat_title_list li .en_cat67:before{/*クリニック*/
	content: "\e548";
}

/*言語選択*/
body.en #main_header .lang_btn{
    position: absolute;
    right: 0px;
    top: -30px;
    display: inline-block;
    box-sizing: border-box;
    height: 30px;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(112, 112, 112) rgb(112, 112, 112) rgb(112, 112, 112);
    border-image: initial;
    border-top: none;
    background: rgb(255, 255, 255);
    z-index: 100;
    top: -30px;
}
body.en.pc #main_header .langbtn_menu br{
    display: none;
}
body.en #dropdown__lists{
	display: none;
}
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 .dropdown__list a {
    display: block;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 0.9em;
}
body.en .dropdown__list a:before{
    display: none !important;
}


/*カテゴリ別ショップ*/
body.en ul.en_shop{
	overflow:hidden;
	border-top:none;
	margin-bottom: 36px;
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px 12px;
}
body.en ul.en_shop li{
	position: relative;
    width: calc(100% / 4 - 10px);
    box-sizing: border-box;
}
body.en ul.en_shop li p.image{
	width:100%;
	height:150px;
	overflow: hidden;
	background-color: #fff;
    border-radius: var(--box-radius-small);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    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 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;
}
body.en ul.en_shop li p.name .floor{
    padding-left: 0.2em;
}
body.en ul.en_shop li p.detail{
	font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
	word-break: break-all;
}

/*taxfree*/
body.en #taxfree_list.item_list li:before{
    content: "TAX FREE";
    position: absolute;
    background: #e00;
    color: #fff;
    padding: 0.3em 0.3em 0.1em;
    line-height: 1em;
    font-family: var(--fontfamily-english);
    font-weight: bold;
    z-index: 2;
}


/*
トップページ
body.en_index
*/
.en_index .main_banner_area .bnr_wrap #banner{
    margin-bottom: 0;
}
.en_index #contents-main.all > .inner {
    padding: 0;
    background: transparent;
}
.en_index #contents-main.all{
	padding-top: 0;
}

/* =========================
営業時間
========================= */
body.en #contents section.parts.facility{
    padding: 30px;
    border: 1px solid var(--color-base-text-light);
}
.en_index .sc_hour ul{
    margin: 0 0 10px;
}
.en_index .sc_hour ul li{
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 4px solid var(--color-base-bg-light);
  flex-wrap: wrap;
}
.en_index .sc_hour ul li:first-of-type{
  padding: 0 0 16px;
}
.en_index .sc_hour ul li p:first-of-type {
  margin: 0 14px 0 0;
  padding: 4px 10px;
  background: var(--color-base-text-dark);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.en_index .sc_hour ul li p:nth-child(2) {
  margin: 0 14px 0 0;
}
.en_index .sc_hour ul li strong{
  font-size: 24px;
  font-weight: normal;
}
.en_index .sc_hour .attention {
  padding: 20px 0 0;
}
/* 営業時間 */
body.en_index.sp .sc_hour ul li p:nth-child(2) {
    width: 100%;
}
body.en_index.sp .sc_hour ul {
    padding: 0 0 12px;
}
body.en_index.sp .sc_hour ul li strong{
    font-size: 20px;
}

/*営業時間*/
/* .en_index #contents section.parts.facility{
    margin-bottom: 20px;
}
.en_index .facility .sc_hour{
    padding: 15px 20px;
    border-radius: 50px;
    border: 4px solid var(--color-base-line-light);
    font-size: 1.2em;
    text-align: center;
    background: #fff;
}
.en_index .facility .sc_hour p{
    text-align: center;
}
.en_index .facility .sc_hour p strong{
    padding: 0 0 0 0.5em;
}
.en_index .facility .sc_hour p strong::after{
    content: "／";
}
.en_index .facility .sc_hour p .notice{
    display: block;
    font-size: 0.8em;
}
.en_index .facility .sc_hour p .hours:before{
    content: "\e8b5";
    display: inline-block;
    font-family: var(--fontfamily-icon);
    font-size: 1.5em;
    line-height: 1em;
    vertical-align: middle;
} */

/*おすすめショップswiper*/
.en_index .rs_swiper ul li .shopimg{
    border-radius:var(--box-radius-small);
}
.en_index .rs_swiper {
    min-width:var(--inner-Min-Width);
    max-width:var(--inner-Max-Width);
    margin:10px auto 30px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding:10px 50px;
}
.en_index .rs_swiper .swiper-button-next,
.en_index .rs_swiper .swiper-button-next6,
.en_index .rs_swiper .swiper-button-prev,
.en_index .rs_swiper .swiper-button-prev6 {
    position: absolute;
    margin:-10px 0;
    top: 10px;
    width: 30px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}
.en_index .rs_swiper .swiper-button-next,
.en_index .rs_swiper .swiper-button-next6{
    right: 0px;
    left: auto;
}
.en_index .rs_swiper .swiper-button-prev,
.en_index .rs_swiper .swiper-button-prev6{
    left: 0px;
    right: auto;
}
.en_index .rs_swiper .swiper-button-next:after,
.en_index .rs_swiper .swiper-button-next6:after,
.en_index .rs_swiper .swiper-button-prev:after,
.en_index .rs_swiper .swiper-button-prev6:after {
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 0px;
    font-size:30px;
    color: #fff;
}
.en_index .rs_swiper .swiper-button-prev:after,
.en_index .rs_swiper .swiper-button-prev6:after{
    content: "\e5cb";
}
.en_index .rs_swiper .swiper-container {
    overflow: hidden;
    box-sizing: border-box;
    margin-top:-4px;
}
.en_index .rs_swiper ul li{
    height:auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid var(--color-base-line-dark);
}
.en_index .rs_swiper ul li .shopimg{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    position: relative;
}
.en_index .rs_swiper ul li .shopimg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: 50% 50%;
    /*上から表示して下をカットする場合
    object-position: 50% 0; */
}
.en_index .rs_swiper ul li .shopimg .item_image_noimg{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:0 25px;
}
.en_index .rs_swiper ul li .shopimg .item_image_noimg img{
    object-fit: contain;
    width:100%;
    height:100%;
    object-position: 50% 50%;
}
.en_index .rs_swiper ul li .name {
	padding: 10px 16px;
    font-size: 12px;
    line-height: 1.4em;
}
.en_index .rs_swiper ul li .name .detail{
    font-size:12px;
    font-weight: normal;
}
.en_index .rs_swiper ul li .floor{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: var(--color-base-text-light);
    font-family: var(--fontfamily-english);
    font-size: 16px;
    padding: 0px 10px 1px;
}

/*floorguide*/
.en_index #contents .floorguide .item_list {
    gap: 10px;
}
.en_index .floorguide .item_list li {
	width: calc(100% / 3 - 8px);
	display: block;
	border-radius: 0px;
}
.en_index .floorguide .item_list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 20px 10px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-radius: var(--box-radius-small);
    border: 1px solid var(--color-base-line-dark);
}
.en_index .floorguide .item_list li a:after {
	font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    font-size: 30px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 15px);
    line-height: 1em;
    font-weight: normal;
    right: 10px;
    color: var(--color-base-line-dark);
}
.footer.shopsearch h4 span:before{
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: 10px;
    left: -6px;
    bottom: 3px;
    background: rgba(88, 78, 158, 0.1);
    background: linear-gradient(90deg, rgba(223, 39, 24, 0.1) 0%, rgba(88, 78, 158, 0.1) 100%);
}

/*shopnavi*/
.en_index #contents .shopnavi .item_list {
    gap: 10px;
}
.en_index .shopnavi .item_list li {
	width: calc(100% / 3 - 8px);
	display: block;
	border-radius: 0px;
}
.en_index .shopnavi .item_list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 20px 10px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-radius: var(--box-radius-small);
	border: 1px solid var(--color-base-line-dark);
}
.en_index .shopnavi .item_list li a:after {
	font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    font-size: 30px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 15px);
    line-height: 1em;
    font-weight: normal;
    right: 10px;
    color: var(--color-base-line-dark);
}

/*アクセス*/
.en_index .location .sc_address{
    padding: 30px 0 0;
    box-sizing: border-box;
    border-top: none;
    display: flex;
    gap: 20px;
}
.en_index .location .sc_address li{
    width: 100%;
}
.en_index .location .sc_address p{
    padding: 0.5em 0;
    margin-top: 10px;
    border-top: 4px solid var(--color-base-bg-light);
    font-weight: bold;
}
.en_index .location .sc_address p:first-of-type{
    padding-top: 0;
    margin-top: 0;
    border: none;
}
.en_index .location .sc_address p.address{
    font-weight: bold;
}
.en_index .location .sc_address p span:before{
    display: inline-block;
    font-family: var(--fontfamily-icon);
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 4px 0 0;
    vertical-align: middle;
}
.en_index .location .sc_address p .address-location:before{
    content: "\e0c8";
    font-weight: normal;
}
.en_index .location .sc_address p .address-station:before{
    content: "\e570";
    font-variation-settings: var(--iconfont-FILL1-set);
}
.en_index .location .sc_address p .address-bus:before{
    content: "\e530";
    font-variation-settings: var(--iconfont-FILL1-set);
}
.en_index .location .sc_address p .address-car:before{
    content: "\e531";
    font-variation-settings: var(--iconfont-FILL1-set);
}
.en_index .location .sc_address li li{
    font-size: 0.8em;
    list-style: disc;
    list-style-position: outside;
    margin-left: 1.5em;
    width: calc(100% - 1.5em);
}
.en_index .location .sc_address iframe{
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-base-line-dark);
}
/*
ショップナビ
body.en_shopcat
*/
body.en_shopcat ul.en_shop{
    margin: 20px 0;
}

/*
TAX FREE
body.en_taxfree
*/
body.en_taxfree #contents > h2{
    background: #e00;
    color: #fff;
}
body.en_taxfree ul.en_shop{
    margin: 20px 0;
}
body.en_taxfree .attention{
    padding: 10px;
    background: var(--color-base-accent-light);
}

/*
フロアガイド
body.en_floor
*/
body.en_floor .shop_guide_menu{
    display: none;
}
body.en_floor .table01 td.name .category{
    word-break: break-all;
}
body.floor.sp table.table01 td.logo img{
    max-width: 100%;
}

/*
ショップページ
body.en_shop
*/
.cat_items article.item.cat2 .desc h4 p{
    display: block;
}
#cat1_view article.item .desc h4 p{
    font-weight: bold;
    font-size: 16px;
}
#cat1_view article.item .desc h4{
    white-space: normal;
}
#cat1_view article.item.sale .desc h4 p{
    color: #d00;
}
body.en_shop .cat_items article.item .image{
    margin: 0;
    width: 200px;
    height: 200px;
    border:1px solid var(--color-base-line-light)
}
body.en_shop .cat_items article.item .item_image_noimg{
    border: none;
}
body.en_shop .cat_items article.item .image img{
    object-fit: contain;
}
body.en_shop #cat1_view article.item .desc{
    float: right;
    width: calc(100% - 220px);
}
body.en_shop .cat_items article.item .goodscomment{
    display: block;
}
body.en_shop #shop_info tr.photo img{
    max-height: 400px;
    border-radius: var(--box-radius-small);
}

body.en_shop #cat3_view article.item{
    padding: 30px 40px;
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="gnavi"] .brandsArea::after {
  content: "(Gurunavi)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="tabelog"] .brandsArea::after {
  content: "(Tabelog)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="loco"] .brandsArea::after {
  content: "(Yahoo! Loco)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="ikyu"] .brandsArea::after {
  content: "(Ikyu Restaurant)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="epark"] .brandsArea::after {
  content: "(EPARK)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="hotpepper"] .brandsArea::after {
  content: "(Hot Pepper Gourmet)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="favy"] .brandsArea::after {
  content: "(favy)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="toreta"] .brandsArea::after {
  content: "(Toreta)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="ozmall"] .brandsArea::after {
  content: "(OZmall)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="retty"] .brandsArea::after {
  content: "(Retty)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="luxa"] .brandsArea::after {
  content: "(LUXA)";
}
body.en_shop #shoppage #shop_info .shopBooking__btn[href*="hitorsara"] .brandsArea::after {
  content: "(Hitosara)";
}

body.en_shop #shoppage .cat_items article.item.cat3 .image{
    position: static;
    margin: 0 auto 10px;
    float: none;
}
body.en_shop.pc #shoppage #shop_info > .section.inner{
    padding-top: 0;
    border-top: 0;
}

body.en_shop.pc #shoppage .cat_items article.item.cat3 .image{
    width: 400px;
}
/*------------------------------
グルメガイド
------------------------------*/
.sp.gourmet_index .header_navlist ul li a{
    letter-spacing: 0;
}

/*------------------------------
スマホ
body.sp
------------------------------*/
body.en.sp .glo_menu_list {
    gap: 0px;
}
body.en.sp .floor dl.floorlist{
    padding: 0 0 0;
}
body.en.sp #contents .floor article.f_section .floor_img{
    padding-top: 0;
}
body.en.sp #contents,
body.en.sp #contents-main.all{
    padding: 0;
}
body.en #contents > .inner {
    padding: 0;
}
body.en.sp.en_index #contents .en_bg{
    padding: 0;
    margin: 0;
}
body.en.sp #contents .en_bg{
    padding: 20px;
    max-width: none;
    min-width: auto;
}
body.en.sp #contents .en_bg .parts.location .inner{
    padding: 0;
}
body.en.sp #contents .en_bg .inner{
    padding: 4% 0 0;
}
body.en.sp #contents .parts .p_title h2{
    width: auto;
    max-width: none;
    min-width: auto;
    font-size: 20px;
    padding: 0;
    margin: 20px 0 0;
}
body.sp.en.view #main_header {
    position: relative;
}
body.sp.en.view #main{
    padding: 0;
    overflow: hidden;
}
body.sp.en .header_glo{
    position: absolute;
}
/*共有*/
body.sp.en ul.en_shop li {
    width: calc(100% / 2 - 6px);
}
body.sp.en .to-top{
    bottom: 20px;
}
body.sp.en footer{
    padding-bottom: 80px;
}
body.sp.en footer .footer_menu{
    padding-top: 40px;
    background: url(../img/bg_footer.jpg) no-repeat center center;
}
body.sp.en footer .footer-hour dd{
    padding: 16px;
    text-align: center;
}
body.sp.en_index .sc_hour ul li:last-child{
    border-bottom: 4px solid var(--color-base-bg-light);
}
body.sp.en footer .ad_foot_desc{
    padding: 0;
}
body.sp.en .footer.shopsearch{
    margin: 30px auto;
}
/*言語選択*/
body.view.sp.en #main_header .lang_btn{
    padding: 5px 0 0;
    height: 45px;
}
body.view.sp.en #main_header .lang__list > a{
    line-height: 1.0em;
}
body.en.sp #dropdown__lists{
    top: 55px;
    width: 160px;
    position: absolute;
}
body.view.sp.en #main_header .dropdown__list a{
    color: #fff;
    font-size: 1.1em;
    padding: 5px 0;
}
/*menu*/
body.sp .header_glo .shop_navi{
    padding: 20px 0 0;
}
body.sp .header_glo .shop_navi:before{
    content: "SHOP NAVI";
    font-weight: bold;
    font-family: var(--fontfamily-english);
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
}
body.sp .header_glo .shop_navi li:first-of-type{
    border-top: 1px solid var(--color-base-line-dark);
}
body.sp .header_glo .shop_navi li a{
    text-align: center;
}
body.sp .header_glo .sc_footer_desc{
    display: none;
}
/*index*/
body.sp.en_index #contents section.parts{
    margin: 0;
    padding: 0 16px 20px;
}
body.sp.en_index #contents .parts > .item_list{
    padding: 10px 0px;
    width: auto;
    max-width: auto;
    min-width: auto;
}
body.sp.en_index #contents .p_title h2{
    font-size: 20px;
    text-align: center;
}
body.sp.en_index  #contents section.facility{
    margin: 0 4% 10px;
    padding: 16px;
}
body.sp.en_index .facility .sc_hour{
    margin: 0;
    border-radius: var(--box-radius-medium);
    padding: 0;
}
body.sp.en_index .facility .sc_hour p .hours:before{
    display: block;
}
body.sp.en_index .facility .sc_hour p{
    /* white-space: pre-wrap; */
    font-size: 0.9em;
}
body.sp.en_index #contents section.recoshop{
    margin: 0;
    padding: 0 0 10px;
}
body.sp.en_index #contents .rs_swiper {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0px 0 28px;
}
body.sp.en_index #contents .rs_swiper li {
    height:210px;
}
body.sp.en_index .rs_swiper ul li .name{
  line-height: 1.2em;
}
body.sp.en_index #contents .rs_swiper ul li .shopimg {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
}
body.sp.en_index #contents .rs_swiper .swiper-container {
    width:120%;
}
body.sp.en_index #contents .rs_swiper .swiper-button-next, 
body.sp.en_index #contents .rs_swiper .swiper-button-prev,
body.sp.en_index #contents .rs_swiper .swiper-button-next6, 
body.sp.en_index #contents .rs_swiper .swiper-button-prev6 {
    width: 30px;
    height: 30px;
	top: calc(50% - 20px);
}
body.sp.en_index #contents .rs_swiper .swiper-button-next:after, 
body.sp.en_index #contents .rs_swiper .swiper-button-prev:after,
body.sp.en_index #contents .rs_swiper .swiper-button-next6:after, 
body.sp.en_index #contents .rs_swiper .swiper-button-prev6:after {
    font-size: 20px;
    color: #fff;
}
body.sp.en_index #cat_title_list.item_list li {
    margin: 0;
}
body.sp.en_index .shopnavi .item_list li a{
    padding: 10px;
}
body.sp.en_index .location .sc_address{
    display: block;
    padding: 10px 0 0;
}
body.sp.en_index .location .sc_address li{
    line-height: 1.5;
}
body.sp.en #contents .parts .p_title h2 span:before{
bottom: 4px;
}

/*shoppage*/
body.en_shop.sp #cat3_view article.item {
    padding: 14px 16px;
    margin: 0 0 14px;
}
body.bf1.sp.en #contents-main{
    padding-top:0;
}
body.view.sp.en #contents .shop_header{
    padding: 0;
}
body.en_shop.sp .cat_items article.item .desc .date{
    margin: 0 0 0.5em;
}
body.en_shop.sp .cat_items article.item .image{
    width: 40vw;
    height: 40vw;
}
body.en_shop.sp #cat1_view article.item .desc{
    width: calc(100% - 40vw - 15px);
}
body.en_shop.sp #cat1_view article.item .desc h4{
    white-space: normal;
}
body.en_shop.sp #cat1_view article.item .desc h4 p{
    font-size: 13px;
}
body.en_shop.sp #cat1_view article.item .desc .goodscomment{
    line-height: 1.3em;
}
body.en_shop.sp #shoppage #shop_info .section{
    padding: 20px 20px 0;
}
body.en_shop.sp #shoppage #shop_info .data{
    padding: 0;
}
body.en_shop.sp #shoppage {
    margin: 0px auto;
}
body.en.floor.sp  dl.floorlist dt:nth-child(1),
body.en.floor.sp dl.floorlist dt:nth-child(8) {
  flex: 0 0 calc(26% - 6px);
}
body.en.floor.sp  dl.floorlist dt:nth-child(2),
body.en.floor.sp  dl.floorlist dt:nth-child(3),
body.en.floor.sp  dl.floorlist dt:nth-child(4),
body.en.floor.sp  dl.floorlist dt:nth-child(5),
body.en.floor.sp  dl.floorlist dt:nth-child(6),
body.en.floor.sp  dl.floorlist dt:nth-child(7) {
  flex: 0 0 calc(20% - 6px);
}
/* body.en_access #contents .contents_inner{
    padding: 0;
}
body.en_access #contents-main table.table01 th{
    border-right: none;
}
body.en_access #contents-main table.table01 th:first-of-type{
    background: var(--color-base-bg-light);
} */
/*アクセシビリティ対応：img→font*/
span.icon:not([role="img"]) { font-family: var(--fontfamily-base) !important; }
