@charset "UTF-8";


/*ヘッダー固定アンカーリンク対策*/
@media (max-width: 767px) {
  :root {
    scroll-padding-top: 76px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select, button {
  *font-size: 100%;
}

legend {
  color: #000;
}

img, a img {
  vertical-align: bottom;
  border: 0px;
}

ul, ol, li, dl, dt, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.pc_view {
  display: none;
}

.inner,
#contents-main,
#sub,
footer #footer_desc,
body.view header {
  width: 100% ;
  padding: 0;
}

#contents {
  margin: 0 0 0;
	padding: 0 0 20px;
}

img {
  max-width: 100%;
}

table {
  max-width: 100% !important;
}

.material-symbols-rounded {
  font-variation-settings: 'FILL' 0,
 'wght' 300,
 'GRAD' 200,
 'opsz' 48;
}

#contents-main.all {
  padding: 0 0 20px;
}

.inner {
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  min-width: 0;
}

#sub {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .contents_inner{
padding: 20px 4%;
}

#contents h2 {
  width: 100%;
}

#contents > h2{
	    width: 92%;
    min-width: 92%;
    font-size: 3.75vw;
	    padding: 6px 0;
	    margin: 12px auto;
}

#contents-main h2 {
  width: 100%;
  padding: 12px 12px;
  margin: 0 0 15px;
  font-size: 16px;
  overflow: hidden;
}

#contents-main h3 {
  padding: 10px;
  font-size: 18px;
}

.morelink {
}
.morelink span{
	right: -4px;

}
.morelink span:after {
	font-size: 24px;
}
.to-top{
	right: 4px;
	bottom: 4px;
	    width: 45px;
    height: 45px;
}
.to-top a:before{
	line-height: 45px;
}

a.hoverlink {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 5;
}

a:hover {
  opacity: 1;
}

.ico_new {
  top: 10px;
  right: 20px;
  padding: 4px 0;
  width: 30px;
  height: 30px;
  font-size: 12px;
}

body.view table.table01 {
  width: 100%;
  margin: 10px 0 0;
}

body.view table.table01 th {
  width: 30%;
}

body.view table.table01 th,
body.view table.table01 td {
  padding: 10px;
/*  font-size: 0.9em;*/
  line-height: 1.6em;
  vertical-align: middle;
}

#contents .btn-more {}


/*header*/
body.view.sp #main {
    padding-top:76px;
}

body.view.sp #main_header {
    background:none;
    box-sizing: border-box;
    height: auto;
    position: fixed;
    top:0;
    left:0;
    right:0;
    background: #fff;
    z-index: 1001;
    height:76px;
}


body.view.sp #main_header .sc_header_top_navi{
    display: none;
}

/**langボタン**/
body.view.sp #main_header .lang_btn {
    position: absolute;
    right: auto;
    left: 0px;
    top: calc(50% - 17px);
    display: inline-block;
    border: 1px solid var(--color-base-line-dark);
    border-left: none;
    height: 36px;
    background: none;
}
body.view.sp #main_header .lang_btn a{
    color: var(--color-base-text-dark);
    height: auto;
    font-weight: normal;
    line-height: 32px;
    font-size: 13px;
    padding: 0 12px 0 8px;
}
body.view.sp #main_header .lang_btn a:before {
	    margin: 0 2px 0 0;
    font-size: 18px;
}

body.view.sp #main_header .line_btn{
    position: absolute;
    right: 70px;
    border: none;
    height: auto;
	top:calc(50% - 16px);
}

body.view.sp #main_header .line_btn a{
	padding: 0;
		width: 32px;
	height: 32px;
}
body.view.sp #main_header .line_btn a em{
	display: none;
}

body.view.sp #main_header .line_btn a:before{
	width: 32px;
	height: 32px;
	margin: 0;
	display: block;
}

body.view.sp #main_header .multilang_list {
    position: absolute;
    top: 70px;
    right: auto;
    left:0;
    z-index: 1000;
    background: #fff;
    padding: 0 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}


#main_header .header_wrap {
    display: block;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
}

body.view.sp .header_logo {
    height: 76px;
    width:100%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content:center;
}
.header_logo a{
    display: block;
}
body.view.sp .header_logo img {
    max-width: 160px;
    max-height: 54px;
}

/***********menuボタン*********/
#main_header .header_wrap .btn_menu {
display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 18px);
    height: 36px;
    width: 60px;
    text-align: center;
    box-sizing: border-box;
    background: var(--color-base-text-dark);
}
#main_header .header_wrap .btn_menu:before {
    font-family: var(--fontfamily-icon);
    content: "\e5d2";
    font-size: 26px;
    line-height: 36px;
	    font-weight: normal;
    color: #fff;
}
#main_header .header_wrap .btn_menu.on:before {
       content: "\e5cd";
       
       

}
body.view.sp #main_header {
    font-size:0.8em;
    font-weight: bold;
}

/******AllPageBnr**********/
body.view.sp .AllPageBnr{
    width:100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding:15px ;
    margin:0;
}
body.view.sp .AllPageBnr .bnr_title p {
    margin:0 auto 15px;
    width:70%;
    font-size:12px;
    font-weight: normal;
    line-height: 1.2;
    padding:4px 20px;
}
body.view.sp .AllPageBnr .bnr_list .bnr_item{
    padding:4px 8px;
}
body.view.sp .AllPageBnr .bnr_list,
body.view.sp .AllPageBnr .bnr_title {
    width: auto;
    box-sizing: border-box;
    margin:0;
    font-size:12px;

}


body.view.sp .AllPageBnr.other_page {
    padding:0;
}
/********************/


/* w < 350px 時*/
/*
@media screen and (max-width: 350px){
    .header_logo a{
    	max-width: 110px;
    }
}
*/

/*新　ナビ*/
body.sp .header_glo{
  z-index: 1001;
  position: fixed;
  top: 76px;
  right: -270px;
  width: 260px;
  /* height: calc(100vh - 70px); */
  background: #fff;
  border-top:none;
  padding:0;
  overflow-y: scroll;
  box-shadow: 0px 5px 5px 5px rgba(0,0,0,.2);
  font-size:14px;
}
body.sp .header_glo .close{
padding:10px 0 ;
display:block;
margin: 0px;
text-align: center;
font-size:30px;
border-bottom:2px dashed #ccc;
color:var(--color-base-line-dark);
}
body.sp .header_glo ul {
display: block;
}
body.sp .header_glo ul li {
    width:100%;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
    border-bottom:1px solid var(--color-base-line-dark);
}
body.sp .header_glo ul li a {
    color:var(--color-base-text-dark);
    display: block;
    padding:10px;
    text-align: left;
}
body.sp .header_glo ul li a span em{
    display: block;
    font-weight: bold;
}
body.sp .header_glo .glo_menu_list {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body.sp .header_glo .glo_menu_list .glo_menu_items {
  width: 50%;
  padding: 0;
}
body.sp .header_glo .glo_menu_list .glo_menu_items .glo_menu_inner{
  padding: 12px 0;
  text-align: center;
}
body.sp .header_glo .glo_menu_list .glo_menu_items .glo_menu_inner:before {
    content: "\e614";
    display: block;
    font-size: 26px;
    font-family: var(--fontfamily-icon);
    color: var(--color-base-text-light);
    margin: 4px 0 5px;
    vertical-align: middle;
    font-weight: 300;
}

body.sp .header_glo .glo_menu_list .glo_menu_items.glo_shopnews .glo_menu_inner:before {
    content: "\f1cc";
}

body.sp .header_glo .glo_menu_list .glo_menu_items.glo_floor .glo_menu_inner:before {
    content: "\f500";
}

body.sp .header_glo .glo_menu_list .glo_menu_items.glo_gourmet .glo_menu_inner:before {
    content: "\e56c";
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_search .glo_menu_inner:before {
    content: "\e8b6";
}

body.sp .header_glo .glo_menu_list .glo_menu_items.glo_facility .glo_menu_inner:before {
    content: "\e88e";
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_access .glo_menu_inner:before {
    content: "\e0c8";
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_card .glo_menu_inner:before {
    content:"\e06d";
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_shopservice .glo_menu_inner:before {
    content:"\ef91";
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_recruit .glo_menu_inner:before {
    content:"\f5a3";font-size: 36px;font-weight: 200;
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_tag .glo_menu_inner:before {
    content:"\e9ef";
}
body.sp .header_glo .glo_menu_list .glo_menu_items.glo_favorite .glo_menu_inner:before {
    content:"\e87d";
}


body.sp .header_glo .glo_menu_list .glo_menu_items .glo_menu_inner span{
  font-size: 12px;
}


body.sp .header_glo #word_seach_box {
    position: relative;
    top: auto;
    right:auto;
    padding:15px 5px;
}
body.sp .header_glo #word_seach_box form input[type="text"]{
    width:calc(100% - 70px);
}
body.sp .header_glo #word_seach_box form input[type="submit"]{
    width:60px;
}



body.sp .header_glo .glo_sub{
    padding:16px 10px 10px;
    background: #eee;
}


body.sp .header_glo .glo_sub:before{
    content:"FOLLOW US!!";
    font-weight:bold;
    font-family:var(--fontfamily-english);
    padding:10px auto;
    text-align: center;
    display: block;
    font-size:18px;
}

body.sp .header_glo .glo_sub .sns_link{
    padding:0px;
    justify-content: center;
    border-radius:4px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}
body.sp .header_glo .glo_sub .sns_link li {
    width: auto;
    height:46px;
    margin: 0px 0;
    padding: 0px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: auto;
    border:none;

}
body.sp .header_glo .glo_sub .sns_link li a{
    padding:8px;
}
body.sp .header_glo .glo_sub .sns_link li a img{
	max-height: 34px;
}
body.sp .header_glo .glo_sub .sns_link li.youtube a img{
	max-width: 100px;
}

/***/
body.sp .header_glo .sc_footer_desc {
    padding:0;
    margin: 0;
}
body.sp .header_glo .sc_footer_desc.sns_link {
    display: none;
}

body.sp .header_glo .sc_footer_desc li {
    width:100%;
    margin:0;
    padding:0;
    border-bottom:1px solid var(--color-base-line-light);
    font-size:0.9em;
}
body.sp .header_glo .sc_footer_desc li:first-child {
   border-top:1px solid var(--color-base-line-dark);
}
body.sp .header_glo .sc_footer_desc li:last-child {
	border-bottom: none;
}
body.sp .header_glo .sc_footer_desc li a {
    display: block;
	line-height: 1.5em;
    padding: 8px 10px 8px 30px;
	position: relative;
}
body.sp .header_glo .sc_footer_desc li a:before{
	font-family: var(--fontfamily-icon);
    content: "\e5cc";
    font-size: 20px;
	font-weight: 400;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: calc(50% - 10px);
}
body.sp .header_glo .sc_footer_desc li a[target="_blank"]:after{
  font-family: var(--fontfamily-icon);
  content: "\e89e";
  margin: 0 0 0 4px;
  position: relative;
  font-size: 14px;
  top: 1px;
}

body.sp .header_glo .sc_footer_desc li a br {
	display: none;
}

body.sp #main_header .header_glo .sc_navi {
    position: static;
    display: block;
    padding:0 0 110px;
    box-sizing: border-box;
    border-top:1px solid var(--color-base-line-dark);
}
body.sp #main_header .header_glo .sc_navi li{
    border-bottom:1px solid var(--color-base-line-dark);
    margin:0;
}
body.sp #main_header .header_glo .sc_navi li a{
	padding: 6px 20px;
    height: auto;
}
body.sp #main_header .header_glo .sc_navi li.all a{
	background: var(--color-base-main-midlight);
}

body.sp #main_header .sc_navi li.all a:before{
    position: static;
    margin:0 8px 0 0;
}

body.view.sp header .head_sc_name {
  clear: both;
  text-align: center;
  padding: 4px 0 22px;
  background: url(../img/bg_head02.png) repeat-x center 52px;
  background-size: auto 6px;
}
body.view.sp header .head_sc_name .sc_name {
  font-weight: bold;
  font-size: 1.2em;
}
body.view.sp header .head_sc_name .address {
  font-size: 0.9em;
}
/*grobalnavi_off*/
body.view.sp.gn_off header {
  background: url(../img/bg_head02.png) repeat-x center bottom;
  background-size: auto 6px;
  min-height: 60px;
}
body.view.sp.gn_off header .head_sc_name {
  clear: none;
  text-align: left;
  padding: 15px 0 20px;
  margin-left: 100px;
  background: none;
}
body.view.sp.gn_off header .head_sc_name .address {
  margin: 0;
}
/*ロゴ画像がない*/
body.view.sp.no_logo header {
  background: none;
}
body.view.sp.no_logo header .head_sc_name {
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  padding: 10px 0 10px;
  background: none;
}
body.view.sp.no_logo header .sp_nav {
  text-align: center;
  margin: 0 2% 10px;
}
body.view.sp.no_logo header .sp_nav li {
  float: right;
  font-size: 11px;
  width: 31%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 0;
  text-align: center;
  height: auto;
  margin: 0 1%;
}
body.view.sp.no_logo header .sp_nav li a,
body.view.sp.no_logo header .sp_nav li span {
  padding: 5px 0;
}
body.view.sp.no_logo header .sp_nav li a .fa,
body.view.sp.no_logo header .sp_nav li span .fa {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
/*footer*/
footer {
  padding-bottom: 40px;
}
/*ショップページのみフッター*/
.shop_catlist {
  width: calc(100% - 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop_catlist ul#this_cat_shoplist li a{
	font-size: 13px;
	    padding: 4px 10px;
}

.shop_catlist h4{    font-size: 24px;
    padding: 24px 0 16px;}

.shop_catlist .shoplist{
	padding: 0 0 10px;
}
/*
全ページフッター共通
ショップページ　他店舗表示
*/

.footer.shopsearch{
	    width: 92%;
	min-width: 92%;
	padding-top: 24px;
	margin-bottom: 30px;
}

.footer.shopsearch .footer_box{
	margin: 0;
	    padding: 0 6% 12px;
	width: auto;
}

.footer.shopsearch h4 {
	font-size: 24px;
	    padding: 0 0 16px;
}

.footer.shopsearch #cat_title_list {
  padding: 0 0 15px;
}

.footer.shopsearch #cat_title_list .catttl {
  width: 100%;
  margin: 0 0 4px;
}

.footer.shopsearch #cat_title_list .catttl a {
  padding: 10px 35px;
	font-size: 14px;
}

.footer.shopsearch #cat_title_list .catttl a:after{right: 3px;        font-size: 24px;top: calc(50% - 12px);}

footer .inner {

}

footer .sc_foot_desc{
	padding-bottom: 0;
}


footer .sc_foot_desc .footer_bnr{
	padding-top: 40px;
	background: url("../img/bg_footer.jpg") no-repeat center;
	background-size: cover;
}
footer .sc_foot_desc .footer_bnr ul li{
	width: 100%;
	margin: 0 0 10px;
}
footer .sc_foot_desc .footer_bnr ul li a{
	    padding: 22px 40px 24px;
}

footer .sc_foot_desc .footer_bnr ul li a br{
	display: none;
}

footer .footer_menu {
    display: block;
    padding:30px 4% 20px;
	background: var(--color-base-bg-light);
}
footer .footer_menu dl,
footer .footer_menu dl:nth-of-type(2),
footer .footer_menu dl:last-child {
  width: 100%;
  border: none;
    padding:0;
  margin:0 0 10px;
  border:1px solid var(--color-base-line-light);
	background: #fff;
  min-height: auto;
  float: none;
}

footer .footer_menu dl dt {
  border: 1px solid #fff;
  padding: 12px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: normal;
  margin:0;
}

footer .footer_menu dl dt:after {
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    vertical-align: middle;
    position: absolute;
    right: 12px;
    top: 30%;
    font-size: 24px;
    font-weight: normal;
    color: var(--color-base-text-light);
}

footer .footer_menu dl dd {
  display: none;
  border-top:1px solid var(--color-base-line-dark);
}

footer .footer_menu dd ul li {
  padding: 0;
  border-bottom:1px solid var(--color-base-line-light);
}
footer .footer_menu dl li:last-child{
    border:none;
}
footer .footer_menu dd ul li:before{
    display: none;
} 
footer .footer_menu dl li a{
    padding:10px 40px 10px 20px;
	font-size: 14px;
    display: block;
    position: relative;
}

footer .footer_menu dl li a::after {
    font-family: var(--fontfamily-icon);
    content: '\e5cc';
    position: absolute;
    right: 14px;
    top: calc(50% - 12px);
    font-size: 1.6em;
}
/*施設ロゴは開閉しない*/
footer .footer_menu dl.footer-sc dt:after{
    display: none;
}
footer .footer_menu dl.footer-sc {
    margin:0;
}

footer .footer_menu dl.footer-sc dt.sc_logo{
    height: auto;
	padding: 20px 0 0;
}
footer .footer_menu dl.footer-sc dt.sc_logo img {
    max-width: 60%;
}
footer .footer_menu dl.footer-sc dd {
    display: block;
    border:none;
    padding:16px;
    text-align: center;
}
footer .footer_menu dl.footer-sc dd .sns_link {
    text-align: center;
    display: block;
}
footer .footer_menu dl.footer-sc dd .sns_link li {
  padding:0;
  border:none;
  display: inline-block;
  margin: 16px 8px 4px;
}
footer .footer_menu dl.footer-sc dd .sns_link li a{
  padding:0;
}
footer .footer_menu dl.footer-sc dd .sns_link li a::after {
    display: none;
}
footer .footer_menu dl.footer-sc .sns_link li img{
  max-height: 50px;
}
/*****/
footer .footer_list {
    margin: 0;
}
footer .footer_list .brand_logo {
    width:auto;
    margin:5px auto 16px;
}
footer .footer_list .brand_logo a img{
    width:110px;
}
footer .footer_list .brand_logo a span{
    display:inline-block;
    padding-left:10px;
    position: relative;
}
footer .footer_list .brand_logo a span:after{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(../img/ico_alltop.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
footer .footer_list dl.sclist,
footer .footer_list dl.kanren{
/*    margin:0 0 16px;*/
    display: block;
     border: 1px solid var(--color-base-main-dark);
     background: #fff;
}


footer .footer_list dl dd{
    display: none;
}
footer .footer_list dl dt{
    display: block;

    padding: 12px;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-weight: normal;
    margin: 0;   
}
footer .footer_list dl dt:after{
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    vertical-align: middle;
    position: absolute;
    right: 12px;
    top: 30%;
    font-size: 30px;
    color: var(--color-base-main-dark);
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 200, 'opsz' 48;
}
footer .footer_list dl.sclist dd,
footer .footer_list dl.kanren dd {
    border-top:1px solid var(--color-base-main-dark);
}
footer .footer_list dl.sclist dd ul,
footer .footer_list dl.kanren dd ul {
    display: block;
}
footer .footer_list dl.sclist dd ul li,
footer .footer_list dl.kanren dd ul li{
    display: block;
    padding: 0px;
    border-bottom: 1px dotted var(--color-base-main-dark);
    margin: 0;
}
footer .footer_list dl.sclist dd ul li:last-child,
footer .footer_list dl.kanren dd ul li:last-child{
    border:none;

}
footer .footer_list dl.sclist dd ul li a,
footer .footer_list dl.kanren dd ul li a {
    padding: 10px;
    display: block;
    position: relative;
    height: auto;
    border:none;
    line-height: inherit;
}

footer .footer_list dl.sclist dd ul li.all {
    display: none;
}
/**ad_foot_desc***/
footer .ad_foot_desc{
    width:100%;
    box-sizing: border-box;
    padding:0;
}
footer .ad_foot_desc ul{
    display: block;
	    margin: 30px 0;
	border-bottom: 1px solid var(--color-base-line-dark);
}

footer .ad_foot_desc ul li {
	border-top: 1px solid var(--color-base-line-dark);
}
footer .ad_foot_desc ul li a{
    display: block;
    width:100%;
	font-size: 14px;
    box-sizing: border-box;
    padding:14px 8px;
}
footer .ad_foot_desc .copyright {
    font-size:0.8em;
	line-height: 1.2em;
	margin-top: 10px;
}

footer .footer-sc .sc_logo{
	width: 80px;
    margin: 0 auto 10px;
}

footer .footer-sc .sc_name{
	font-size: 18px;
	font-weight: bold;
}

footer .footer-sc dd.supporter{
  margin-top: 20px;
  padding: 0 40px;
}
footer .footer-sc dd.supporter p{
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
    padding-bottom: 10px;
}
footer .footer-sc dd.supporter p a{
  display: flex;
  align-items: center;
}
footer .footer-sc dd.supporter p img{
  width: 50px;
  padding-right: 10px;
}



/*フッター固定メニュー*/

/**********************************
メインバナー、中バナー、小バナー関連
TOPページ、全ページフッター共通
******************************************/
.main_banner_area .bnr_wrap #mediumbanner,
/*.main_banner_area .bnr_wrap #banner ul li,*/
.main_banner_area .bnr_wrap #banner,
.main_banner_area .bnr_wrap{
    width: 100%;
}
.main_banner_area .bnr_wrap #banner ul li{
    width:80%;
	border-width: 4px;
}
.main_banner_area {
    padding:0 0 0;
    width: 100%;
    overflow: hidden;
}
.main_banner_area .bnr_wrap{
    display: block;
    margin: 0 auto;
}
.main_banner_area .bnr_wrap #banner {
    padding:15px 0px 0 0px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.main_banner_area .bnr_wrap #banner ul li{
    height: auto;
    padding: 0;
}
.main_banner_area .bnr_wrap #mediumbanner{
    display: block;
    height: auto;
    box-sizing: border-box;
    padding: 0 5px;
	margin: 0 0 10px;
}
.main_banner_area .bnr_wrap #mediumbanner ul {
    display: flex;
    justify-content:center;
}
.main_banner_area .bnr_wrap #mediumbanner ul li{
    width:calc((100% - 20px) / 2 );
    height: auto;
    margin: 5px;
    position: relative;
}

/***smallbanner1****/
#smallbanner2,
.main_banner_area #smallbanner1{
    width:100%;
	min-width: 100%;
	padding: 6px 0 6px 4%;
    height:auto;
    margin: 0;
    box-sizing: border-box;
    position:relative;
}

.main_banner_area #smallbanner1{
	margin-bottom: 16px;
	    padding: 8px 0 8px 4%;
}

/*サブバナーが１枚時の処理*/
.main_banner_area #smallbanner1.one-slide,
.main_banner_area #smallbanner1.one-slide .swiper-container{
	    padding: 0;
}

.main_banner_area #smallbanner1.one-slide ul{
	justify-content: center;
}

.main_banner_area #smallbanner1.one-slide ul li{
    width: 70% !important;
    margin: 0 !important;
}

#smallbanner2 ul li,
.main_banner_area #smallbanner1 ul li{
    width:70%;
    height:auto;
}



#smallbanner2 .swiper-container,
.main_banner_area #smallbanner1 .swiper-container {
    overflow:inherit;
    width:100%;
    padding:0 6% 0 0;
	margin: 0;
    box-sizing: border-box;
}
#smallbanner2 .swiper-button-next,
#smallbanner2 .swiper-button-prev, 
.main_banner_area #smallbanner1 .swiper-button-next,
.main_banner_area #smallbanner1 .swiper-button-prev {
    top: -2px;

}


.main_banner_area #smallbanner1 .swiper-button-next,
.main_banner_area #smallbanner1 .swiper-button-prev{
    transition-duration: 0.2s;
    background: rgba(51, 51, 51, 0.3);
    color: #fff;
    text-align: center;
    width: 6%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main_banner_area #smallbanner1 .swiper-button-next:after,
.main_banner_area #smallbanner1 .swiper-button-prev:after{
	color: #fff;
}

.main_banner_area #smallbanner1 .swiper-button-next{
	right: 0;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-left: 4px;
}
.main_banner_area #smallbanner1 .swiper-button-prev{
	left: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-right: 4px;
}



/*メインバナーの縦横比を維持してカット*/
.main_banner_area .bnr_wrap #banner ul li:before {
    content: "";
    display: block;
    padding-top: calc(400 / 600 * 100%);
}
.main_banner_area .bnr_wrap #mediumbanner ul li:before {
    content: "";
    display: block;
    padding-top: calc(200 / 280 * 100%);
}
#smallbanner2 ul li:before,
.main_banner_area #smallbanner1 ul li:before {
    content: "";
    display: block;
    padding-top: calc(90 / 400 * 100%);
}

#smallbanner2 ul li img,
.main_banner_area #smallbanner1 ul li img,
.main_banner_area .bnr_wrap #mediumbanner ul li img,
.main_banner_area .bnr_wrap #banner ul li img {

position: absolute;
top: 0%;
width:100%;

/*
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
*/
}

#smallbanner2 .swiper-button-next:after, #smallbanner2 .swiper-button-prev:after, .main_banner_area .swiper-button-next:after, .main_banner_area .swiper-button-prev:after{
	    font-size: 40px;
	font-weight: 200;
}

.main_banner_area .swiper-button-next,
.main_banner_area .swiper-button-prev{
	height: auto;
}

.main_banner_area .swiper-button-next{
	right: 0;
}

.main_banner_area .swiper-button-prev{
	left: 0;
}
.main_banner_area #banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}


/*サブ　バナーミニ*/
body.sp #sub {
  margin: 30px 0 0;
  padding: 0;
}

/*ショップニュース一覧　bf=2*/
/* shop voice表示 (TOPページ、bf2兼用)*/
body.sp #contents .voice {
  display: block;
  margin: 0;
}

body.sp #contents .voice .p_title {
  width: auto;
	position: relative;
}

body.sp #contents .voice .swiper-container_voice {
  display: block;
  padding: 0;
	padding: 6px 6%;
  margin: -6px -6% 10px;
  width: 112%;
}
/*body.sp #contents .voice .swiper-container_voice.one_item{
  height: 80px;
}

@media screen and (max-width: 370px) {

  body.sp #contents .voice .swiper-container_voice {
    height: 220px;
  }
}*/

/* body.sp #contents .voice .swiper-container_voice.one_item {
  height: 100px;
} */



body.sp #contents .voice ul li {
  width: 100%;
	min-height: auto;
}
body.sp #contents .voice ul .logoimg{
  margin: 0;
  padding: 0;
}
body.sp #contents .voice ul .logoimg .logo{
  width: 60px;
  height: 60px;
}

body.sp #contents .voice ul .goodsname{
	display: block;
	    padding: 3px 0 4px;
}

body.sp #contents .voice ul .detail {

  width: 100%;
  margin: 0 0px 0 0;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 17px;
 /* min-height: 60px;*/
}
body.sp #contents .voice ul .sendtime{
  bottom: 5px;
  right: 5px;
}

#contents .voice ul .sendtime:before {
    width: 16px;
    height: 16px;
	font-size: 16px;}

body.sp #contents .voice ul .shopname a {
  margin-top: 4px;
}

body.sp #contents .voice .swiper-button-next,
body.sp #contents .voice .swiper-button-prev{
	width: 6%;
}
body.sp #contents .voice .swiper-button-next{
right: 6px;
}

body.sp #contents .voice .swiper-button-prev{
left: 6px;
}
body.sp #contents .voice .swiper-button-next:after,
body.sp #contents .voice .swiper-button-prev:after{
	font-size: 40px;
}


.bf2 #contents > .inner,
.sale #contents > .inner{
	padding: 0;
}

.bf2 #contents-main.all{
	padding: 0;
}

.bf2 #goodslist,
body.sale #contents-main.all #goodslist{
	padding: 20px 4%;
}

.bf2 #contents .voice .p_title h2 {
  padding: 0 0 16px;
  font-size: 20px;
  text-align: left;
	  position: relative;
	width: 100%;
}

.bf2 #contents .voice .p_title p {

}
body.bf2.sp #contents .voice .p_title .btn-more {
    position: absolute;
    right: 0;
    bottom: 1px;
    font-size: 12px;
    padding: 6px 22px 6px 12px;
}

.bf2 #contents .voice .p_title .btn-more:after {
    top: calc(50% - 10px);
    font-size: 20px;
}

body.sp.bf2 #contents .voice .swiper-container_voice {
    width: 100%;
    padding: 6px 4%;
    margin: -6px 0;
    box-sizing: border-box;
}

body.sp.bf2 #contents .voice .swiper-container_voice ul{
	padding-right: 20px;
}

/*
----------------------------------------------------------------------------------------------
ショップニュース　ボタンで表示切り替えに対応
index.jsp.bf2
----------------------------------------------------------------------------------------------
*/
.btn_change {
  text-align: center;
  padding: 0;
}

.btn_change li {
  display: inline-block;
  width: 15%;
  cursor: pointer;
  background: #f0f0f2;
  padding:6px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  text-align: center;
  line-height: 1em;
}

.btn_change li:before {
  font-family: var(--fontfamily-icon);
  font-variation-settings: 'FILL' 1;
  font-size: 1.6em;
  line-height: 1em;
}

.btn_change li.btn_blck:before {
  content: "\e9b0";
}

.btn_change li.btn_list:before {
  content: "\e8ef";
}

.btn_change li.btn_full:before {
  content: "\eb36";
}

.btn_change li.on {
  color: #aaa;
  cursor: auto;
}

.btn_change .btn_caption {
  width: auto;
  background: none;
  border: none;
  text-align: right;
  font-size: 0.8em;
  vertical-align: super;
}

.current_cat {
  padding: 10px 0 0;
  text-align: center;
}

/*ニュース一覧表示*/
body.sp #contents-main .NewsItemList{
    margin: 0 -10px;
    width: calc(100% + 20px) !important;
}

body.sp #contents-main .NewsItemList #items {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
}

body.sp #contents-main .NewsItemList .item {
  height: auto;
  width: calc(100% / 2);
  padding: 10px;
}

body.sp #contents-main .NewsItemList .item .news_box {
  margin-top: 4px;
}

body.sp #contents-main .NewsItemList .item h3.goods {
  font-size: 14px;
}

body.sp #contents-main .NewsItemList .item .price {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sp #contents-main .NewsItemList .item .image {
  height: 50vw;
  position: relative;
}

body.sp #contents-main .NewsItemList .item.cat2 .news_box .image:before {
  right: calc(50% - 50px);
}

body.sp #contents-main .NewsItemList .item.cat2 .news_box .image:after {
  top: 20px;
  right: calc(50% - 2px);
}

body.sp #contents-main .NewsItemList .item .desc {
  padding: 6px 0 6px 0;
  line-height: 120%;
}

body.sp #contents-main .NewsItemList .item .name {
  line-height: 16px;
}

body.sp #contents-main .NewsItemList .item .goods_like_btn.mini {
  bottom: 0;
  left: 0;
}

/*表示切替*/
/*標準*/
/*リスト*/
body.sp #contents-main .NewsItemList .itm_list .item {
  width: 100%;
  height: auto;
  border: none;
  padding: 0 10px 10px;
}

body.sp #contents-main .NewsItemList .itm_list .item .image {
  float: left;
  width: 40vw;
  height: 40vw;
  margin: 0 16px 0 0;
}
body.sp #contents-main .NewsItemList .itm_list .item .desc{
	padding-top: 0;
}
body.sp #contents-main .NewsItemList .itm_list h3.goods {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
	margin-top: 0;
}

/*画像大*/
body.sp #contents-main .NewsItemList .itm_full .item {
  width: 100%;
  height: auto;
  border: none;
  padding: 0 10px 10px;
}

body.sp #contents-main .NewsItemList .itm_full .item .image {
  height: 220px;
}

body.sp #contents-main .NewsItemList .itm_full h3.goods {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}

.price_date {
  margin: 0;
  font-size: 0.8em;
}

/*
----------------------------------------------------------------------------------------------
クーポン
index.jsp.bf3
#contents-main #coupon
----------------------------------------------------------------------------------------------
*/
body.sp #contents-main #coupon .NewsItemList:before {
  display: none;
}
body.sp #contents-main #coupon .NewsItemList .item .image{
	height: 240px;
}


.shopnews_tab {
  height: auto;
}

.shopnews_tab li {
  padding: 0;
  margin: 0;
  height: auto;
  float: none;
}

.shopnews_tab li a {
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopnews_tab li a[href*="favorite"]:before, .shopnews_tab li a[href*="tag"]:before {
  display: block;
  font-size: 16px;
  margin: 0 0 4px;
}

.shopnews_tab li a .num {
  border-radius: 50%;
  padding: 6px 0 0;
  right: 4px;
  top: -6px;
  font-size: 12px;
  width: 24px;
  height: 24px;
}

.shopnews_tab li.current {
  margin: 0;
}

.shopnews_tab li.current a {
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  height: 100%;
}

.shopnews_tab li a::after,
.shopnews_tab li.current a::after {
  display: none;
}

/*
--------------------------------------------------------------
itemページ（item_*）
ニュース、クーポン、求人　共通
--------------------------------------------------------------
*/

.item_news #contents > .inner,
.item_coupon #contents > .inner,
body.item_recruit #contents > .inner{
	padding: 0;
	overflow: hidden;
}


.recruititem.item,
.shopnewsitem.item,
.other_news{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 4%;
	margin: 20px 0 0;
}

.other_news #cat1_view{
	margin-bottom: 0;
}

.shopnewsitem.item{
	margin-top: 0;
	padding-top: 20px;
}

.shopnewsitem.item .date {
  margin: 20px 0 10px;
}

.shopnewsitem.item .imgarea {
  margin: 0 0 20px;
  padding: 0 16px;
  border-radius: 0;
}

.shopnewsitem .thum_img {
  margin: 2px;
  width: 25%;
}

.shopnewsitem .thum_imgs {
  padding-bottom: 10px;
}

.slider-nav.thum_imgs {
  width: 85%;
}

.shopnewsitem .tag_list{
	padding: 10px 4%;
}

/*遷移ボタン*/
.shopnewsitem .slick-prev {
  left: 0;
}

.shopnewsitem .slick-next {
  right: 0;
}

.shopnewsitem .main_img {
  height: 340px;
}

.thum_img {
  width: 25%;
  overflow: hidden;
  height: calc(90vw/4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shopnewsitem .thum_imgs {
  margin: 0 auto;
}

.shopnewsitem .thum_img .bgimg,
.shopnewsitem .thum_img.add span {
  width: 100%;
  height: 100%;
}

.shopnewsitem .slick-arrow {
  top: auto;
  bottom: -16px;
}

.shopnewsitem .desc {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0;
	margin: 0 0 0;
 }

.shopnewsitem .desc h4 {
  margin: 8px 0;
  font-size: 18px;
}

.shopnewsitem .desc .goodscomment {
	margin-bottom: 0;
}

/*ソーシャルボタン、いいねボタン*/
.shopnewsitem .goods_like_btn,
.shopnewsitem .social {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    height: auto;
}

.shopnewsitem .goods_like_btn p {
  padding-bottom: 20px;
}

.shopnewsitem .goods_like_btn p:before {
  font-size: 14px;
}

.shopnewsitem .goods_like_btn p i,
.shopnewsitem .goods_like_btn p span {
  font-size: 1.8em;
}

.shopnewsitem .link a {
  font-size: 14px;
    padding: 12px 20px 12px 14px;
}

/*クーポン*/
.shopnewsitem.cat2 .desc {
  width: 100%;
  margin: 24px 0 20px;
  padding: 20px;
}

.shopnewsitem.cat2 .desc:before {
  right: auto;
  left: 34%;
  left: calc(50% - 60px);
}

.shopnewsitem.cat2 .desc:after {
  right: auto;
  left: 50%;
  left: calc(50% - 4px);
}

.shopnewsitem.cat2 .desc dt {
  display: block;
  margin: 0 auto 10px;
}

.shopnewsitem.cat2 .desc dd {
  width: 100%;
	text-align: center;
}

.shopnewsitem.cat2 .desc .sp_couponview {
  background: #f0f0f2;
  margin: 10px 0 0;
  padding: 10px;
  text-align: center;
  color: var(--color-base-accent-dark);
  font-weight: bold;
}

.shopnewsitem.cat2 .desc .sp_couponview:before {
    font-family: var(--fontfamily-icon);
    content: "\e325";
    font-size: 40px;
    padding: 10px;
    display: block;
    font-weight: 300;
}

.sp .shopnewsitem.cat2 .desc .print {
  display: none;
}

.shopnewsitem.cat2 .mdlistiew,
.shopnewsitem.cat2 .tag_list{
  width: 100%;
  padding: 0;
}
.shopnewsitem.cat2 .tag_list{
  padding: 10px 4%;
}

#contents-main .other_news #cat1_view h3{
	margin: 0;
}

/*求人*/
.recruititem.item,
.other_jobs{
margin: 0;
}

.recruititem.item .date{
	margin-left: 0;
	margin-right: 0;
}

.recruititem.item .imgarea {
  margin: 0 -16px 20px;
  padding: 0 16px;
  border-radius: 0;
}

.recruititem.item .imgarea img {
  width: 100%;
  max-height: none;
}

.recruititem.item .desc {
  width: 100%;
  padding: 0;
}

.recruititem.item h4 {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 16px;
}

.recruititem.item.cat3 table {
  width: 100%;
}

.recruititem.item.cat3 th {
  width: 80px;
  padding: 10px;
/*  font-size: 12px;
  line-height: 14px;*/
}

.recruititem.item.cat3 td {
  padding: 10px 16px;
/*  font-size: 12px;*/
}

/*ショップページ*/
/*基礎情報*/

.view #shoppage{
	margin: -36px auto 0;
	    padding: 50px 4% 30px;
    min-width: 100%;
}

.view #shoppage #shop_info {
  margin: 12px 0;
  padding: 0 0px 0;
}

.view #shoppage #shop_info > .section.inner{
	    width: 108%;
	margin: 10px -4% 0; 
	padding: 16px 4%;
	border-left: none;
	border-right: none;
}

#shop_status dt {
  padding: 0 10px;
}

#shop_status dd {
  padding: 10px;
}

/*店長Voice*/
#cat5_view {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}

#cat5_view h3 {
    width: auto;
    padding: 0 0 10px 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    font-size: 24px;
    line-height: 1em;
    justify-content: center;}

#cat5_view h3:after {
display: inline;
	    font-size: 12px;
	padding-left: 8px;
}

#cat5_view h3 span.icn_now{
	width: 28px;
	height: 28px;
	font-size: 11px;
	padding-top:9px; 
	position: static;
	margin-right: 6px;
	    display: inline-block;
}

#cat5_view h3 p{
	position: relative;
}

#cat5_view h3 p:before{    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 10px;
    left: -2px;
    bottom: 2px;
    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%);}

#cat5_view h3 span.cat5_view_today {
    font-size: 24px;
    margin: 0 8px 0 0;
    line-height: 1em;
}
#cat5_view h3 em{
	display: inline;
	font-size: 12px;
	margin: 0;
}

#cat5_view article.item {
  width: auto;
  margin: 0 0 20px;
}

#cat5_view article.item h4 {
    padding: 12px 14px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#cat5_view article.item .sendtime{
	margin-bottom: 2px;
}

#cat5_view article.item .sendtime:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
	margin-right: 2px;
}

#cat5_view article.item:before,
#cat5_view article.item:after {
  top: 0;
  right: calc(100% / 2 - 10px);
  border: solid transparent;
}

#cat5_view article.item:before {
  border-bottom-color: var(--color-base-bg-light);
  border-width: 10px;
  margin-top: -20px;
}

/*item一覧*/




body.view.index.bf3 #coupon article.item,
#cat1_view article.item {
  width: 100%;
  height: auto;
  float: none;
  border: none;
  padding: 0;
	margin-top: 20px;
	overflow: hidden;
}

body.view #contents .shop_header {
  overflow: initial;
  margin: 0 0 10px;
  padding:0 0 10px;
}

body.view #contents .shop_header .inner {
	width: 92%;
  padding: 0;
	margin: 16px auto;
	background: none;
	overflow: visible;
	box-shadow: none;
	border-radius:0;
	
}

body.view #contents .shop_header .inner #shop_title_box{
	    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: var(--box-radius-small);
	overflow: hidden;
	background: #fff;
}


body.view #contents .shop_header #shop_title .category_detail {
  font-size: 10px;
}
body.view #contents .shop_header #shop_title h2 {
  padding: 0;
  margin: 5px 0;
	color: #fff;
}

.shop_header .inner #shop_title {
  padding: 10px 15px;
  box-sizing: border-box;
  min-height: 160px;
  background: #fff;
}

.shop_header .inner #shop_title .bg_shop_image{
  width: 100%;
}
.shop_header .inner #shop_title .bg_shop_image::before{
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0.9) 0%, rgba(100, 100, 100,.5) 50%, rgba(100, 100, 100,0) 100%);
  mix-blend-mode: multiply;
}

.shop_header .inner #shop_title .shop_name {
  width: 62%;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}

/*item別ページのヘッダ―*/
body.item_recruit .shop_header .inner,
body.item_coupon .shop_header .inner,
body.item_news .shop_header .inner {
  margin: 0px;
}
body.item_recruit #contents .shop_header .inner,
body.view.item_news #contents .shop_header .inner,
body.view.item_coupon #contents .shop_header .inner{
	margin-bottom: 20px;
}



body.item_recruit .shop_header #shop_title h2,
body.item_coupon .shop_header #shop_title h2,
body.item_news .shop_header #shop_title h2,
.shop_header .inner #shop_title h2 {
    position: relative;
    background: transparent;
    z-index: 51;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 4.4vw;
    padding: 1.4vw 0 0;
    margin-bottom: .7vw;
    line-height: 1.2em;
    color: #fff;
}

.shop_header .inner #shop_title h2 a {
color: #fff;
}

.shop_header .inner #shop_title .name_en,
.shop_header .inner #shop_title .kana {
  position: relative;
  background: transparent;
  padding:2px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 51;
  font-size: 12px;
  display: block;
  line-height: 14px;
	color: #fff;
}

.shop_header .inner #shop_title .top_logo {
    width: 20%;
    padding: 5px;
    margin: 8px 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 2;
    position: relative;
}
body.item_recruit .shop_header #shop_title .top_logo, 
body.item_coupon .shop_header #shop_title .top_logo, 
body.item_news .shop_header #shop_title .top_logo {
     align-items:center; 
}
.shop_header .inner #shop_title .top_logo img {
  max-width: 100%;
  max-height: 60px;
}

.shop_header #shop_status {
    border-bottom:none;
}

.shop_header #shop_status p:after{    left: 46px;}

.shop_header #shop_status .eigyouhour, 
.shop_header #shop_status .tel_floor {
    min-height: 40px;
    box-sizing: border-box;
    display: block;
    border:none;
}
.shop_header #shop_status .eigyouhour p, 
.shop_header #shop_status .tel_floor p {
    padding: 8px 10px 8px 60px;
    border-bottom: 1px solid var(--color-base-line-dark);
    position: relative;
	    min-height: 40px;
    box-sizing: border-box;
}

.shop_header #shop_status .tel_floor p.floor{
	border-bottom: none;
}

.shop_header #shop_status .tel_floor .tel {
    width: auto;
}
.shop_header #shop_status .eigyouhour p.hour:before, 
.shop_header #shop_status .tel_floor p.tel:before, 
.shop_header #shop_status .tel_floor p.floor:before {
    position: absolute;
    top:10px;
    left:5px;
    font-size: 20px;
    vertical-align: bottom;
    width: 35px;

}
.shop_header .inner .shopmenu {
    display: flex;
    position: static;
    justify-content: center;
    margin:10px 0 -30px ;
    box-sizing: border-box;
    padding:0 10px;
}
.shop_header .inner .shopmenu li {
  width: calc(100% / 3 - 6px);
  border-radius: 0;
  margin: 0 3px;
  padding:0;
  top: 0;
}

.shop_header .inner .shopmenu li a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px 0 6px;
  line-height: 10px;
}

.shop_header .inner .shopmenu li a:after {
  font-size: 16px;
  display: block;
  font-weight:bold;
  margin-top:2px;
}

.shop_header .inner .shopmenu li a span {
  display: inline;
}



/*item別ページのPC用css解除*/
body.item_recruit .shop_header .inner .shopmenu,
body.item_coupon .shop_header .inner .shopmenu,
body.item_news .shop_header .inner .shopmenu {
  right: 0px;
  top: auto;
  bottom: -14px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body.bf1 #contents{
	padding-bottom: 20px;
}

body.bf1 #contents-main,
body.item_recruit #contents-main,
body.item_coupon #contents-main,
body.item_news #contents-main {
    padding-top:0;
	padding-bottom: 0;
}

body.bf1 #contents-main{
	margin-bottom: 20px;
}

body.bf1 #cat1_view > .inner{
	width: 100%;
	padding: 0;
}

body.item_recruit .shop_header #shop_title,
body.item_coupon .shop_header #shop_title,
body.item_news .shop_header #shop_title {
  min-height: auto;
}



/*スマホ用TEL共通*/
a.tel_sp {
  display: inline-block;
  padding: 0 15px;
  background: #f0f0f2;
  border-radius: 20px;
}

#cat3_view > .inner{
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin-top: 10px;
}

#cat1_view h3, 
#cat3_view h3,
.view #shop_info h3 {
  padding: 0;
  margin: 0;
	text-align: center;
}
#cat1_view h3 span, 
#cat3_view h3 span, 
#contents-main article.main.item h3 span, 
.view #shop_info h3 span,
.view h3.h3__shopCommon.in span{
    font-size: 12px;
    width:auto;
    max-width:auto;
    min-width: auto;
}
#contents-main article.main.item h3{}


#cat1_view h3 span em, 
#cat3_view h3 span em, 
#contents-main article.main.item h3 span em, 
.view #shop_info h3 span em,
 .view h3.h3__shopCommon.in span em{
    font-size: 24px;
    margin: 0 8px 0 0;
    line-height: 1em;
}


#cat1_view h3::before,
#cat3_view h3::before,
article.main.item .gcat.cat1::before,
article.main.item .gcat.cat2::before,
article.main.item .gcat.cat3::before,
.view #shop_info h3::before {
  font-size: 18px;
}

/*ニュース・クーポン　kgmも兼ねる*/
#cat1_view {
  padding: 0;
  margin: 0 0 30px;
	overflow: initial;
}
.item_coupon #cat1_view{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 4%;
    margin: 20px 0 0;
}

.item_coupon #cat1_view > .inner{
	padding: 0;
}

.cat_items article.item {
  /*各box*/
  position: relative;
  margin: 0;
}

.cat_items article.item .desc {
}

.cat_items article.item.noimg .desc {
  min-height: 100px;
}

.cat_items article.item .image {
  /*サムネイル画像*/
  float: left;
  width: 40vw;
  height: 50vw;
  text-align: center;
  margin: 0 16px 0 0;
  background: none;
}
.cat_items article.item .ico_new{
	font-size: 10px;
}

body.view.index.bf3 #coupon article.item .image,
#shoppage article.item.cat2 .image {
  /*サムネイル画像・クーポンのみに適用
  margin-left: 8px;*/
}
.bf5 .cat3_view article.item .image,
#shoppage article.item.cat3 .image,
.cat_items article.item.cat3 .image{
  /*サムネイル画像・求人情報のみに適用*/
	width: 70%;
	height: 140px;
  margin: 0 auto;
  padding: 0 0;
	position: static;
	float: none;
}

.goods_like_btn.mini {
  position: relative;
  left: 0;
}
.goods_like_btn.mini p{
	padding: 5px 20px;
}

body.view.index.bf3 #coupon article.item .desc h4,
body.popup.coupon article.item .desc h4,
#shoppage article.item.cat2 .desc h4 {
  /*クーポンタイトル*/
  padding: 0 0 8px 0px;
}

body.view.index.bf3 #coupon article.item .desc .fromto dt,
body.view.index.bf3 #coupon article.item .desc .coupon_bikou dt,
body.popup.coupon article.item .desc .fromto dt,
body.popup.coupon article.item .desc .coupon_bikou dt,
#shoppage article.item.cat2 .desc .fromto dt,
#shoppage article.item.cat2 .desc .coupon_bikou dt {
  /*クーポン期間*/
  font-weight: bold;
  display: inline-block;
  float: none;
  width: auto;
  font-size: 0.9em;
  padding: 1px 2px;
  background: var(--color-base-bg-light);
  margin-right: 4px;
}

body.view.index.bf3 #coupon article.item .desc .fromto dd,
body.view.index.bf3 #coupon article.item .desc .coupon_bikou dd,
body.popup.coupon article.item .desc .fromto dd,
body.popup.coupon article.item .desc .coupon_bikou dd,
#shoppage article.item.cat2 .desc .fromto dd,
#shoppage article.item.cat2 .desc .coupon_bikou dd {
  display: inline;
  width: auto;
}

/*item本文*/
.cat_items article.item.noimg .goodscomment,
.cat_items article.item.cat2.noimg .fromto {
}

#cat1_view .item.cat2 .desc::before {
  right: 5px;
  top: -10px;
}

#cat1_view .item.cat2 .desc::after {
  right: 74px;
  top: 15px;
}

/*itemいいねボタン*/
.cat_items .goods_like_btn {
  position: relative;
  z-index: 10;
  left: 0;
  bottom: -15px;
  margin: 0;
}

/*求人の段組*/
#cat3_view{
	margin-bottom: 0;
}


.cat3_view article.item.cat3,
#cat3_view article.item.cat3 {
  padding: 14px 16px;
  margin: 0 0 14px;
}



body.bf5 .cat3_view article.item th,
#cat3_view article.item th {
    width: 5em;
    padding: 5px;
	font-size: 0.8em;
}

body.bf5 .cat3_view article.item td,
#cat3_view article.item td {
  padding: 10px 14px;
	    font-size: 0.8em;
    line-height: 1.4em;
}

body.bf5 .cat3_view article.item tr:last-of-type td,
#cat3_view article.item tr:last-of-type td {
  padding: 10px 16px;
}

body.bf5 .cat3_view article.item h4,
#cat3_view article.item h4,
body.bf5 .cat3_view article.item.noimg h4,
#cat3_view article.item.noimg h4{
  width: 100%;
  padding: 8px 16px 10px;
  margin: 0px 10px 16px 0;
		    font-size: 4.0625vw;
    line-height: 1.4em;
}



.cat3_view article.item table,
#cat3_view article.item table {
  width: 100%;
	margin-bottom: 8px;
}

#contents-main .other_jobs{
    padding: 30px 4% 30px;
    margin-top: 20px;
}

#contents-main .other_jobs h3 {
  font-size: 16px;
	margin: 0;
	padding: 0;
}

#contents-main .other_jobs #cat3_view{
	margin-top: 0;
}

/*もっと見るボタン*/
.item .morelink {
}
.cat3_view article.item .morelink,
#cat3_view article.item .morelink {
	padding: 6px 22px 6px 12px;
    line-height: 1em;
}
.cat3_view article.item .morelink span,
#cat3_view article.item .morelink span {
	    font-size: 12px;
}

.cat3_view article.item .morelink span:after,
#cat3_view article.item .morelink span:after {
    top: calc(50% - 10px);
    font-size: 20px;
	    font-weight: 300;
}


/*ショップページのアイテムのみ*/
#cat1_view article.item .image .morelink {
  display: none;
}

#cat1_view article .date {
    font-size:12px;
}
#cat1_view article.item .desc .price,
#cat1_view article.item .desc h4 {
  word-break: break-all;
}

#cat1_view article.item .desc h4 {
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#cat1_view article.item .desc h4 a,
#cat1_view article.item.cat2 .desc h4 a {
    font-size: 4.375vw;
    line-height: 1.4em;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#cat1_view article.item .desc .price {
    font-size: 3.4375vw;
    line-height: 1.4em;
    padding: 0;
    margin: 6px 0 0;
}

#cat1_view article.item .desc .read_more {

}

#cat1_view article.item .desc .bikou,
#cat1_view article.item .desc .goodscomment,
#cat1_view article.item .desc .price_date {
  font-size: 12px;
}

#cat1_view article.item .desc .fromto dt {
/*  font-weight: bold;
  background: none;
  padding: 0;*/
}

#cat1_view article.item .desc .fromto dt,
#cat1_view article.item .desc .fromto dd {
  font-size: 12px;
	display: inline;
}

#cat1_view article.item .hoverlink:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  right: 4px;
  border-left: 6px solid #C21525;
}

/*ショップ情報*/
#shoppage #shop_info .section {
  padding: 0px 20px;
}

#shoppage #shop_info .image {
  float: none;
  width: 100%;
  margin: 0 0 20px;
	position: relative;
}


#shoppage #shop_info .image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 16%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);}


#shoppage #shop_info .desc {
  margin: -30px 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

#shoppage #shop_info.noimg .desc{
	margin: 0;
}

#shoppage #shop_info .desc h4 {
  margin: 4px 0 10px;
    font-size: 4.375vw;
    line-height: 1.4em;
}
#shoppage #shop_info .desc p {
    font-size: 3.75vw;
    line-height: 1.6em;
}
#shoppage #shop_info .pickup {
  margin: 0 0 20px;
  padding: 0;
}


#shoppage #shop_info .pickup div {
    padding: 10px 8px 10px 50px;
  position: relative;
}


#shoppage #shop_info .pickup > div:after{
	    left: 36px;
}

#shoppage #shop_info .pickup div:last-child {
    border:none;
}
#shoppage #shop_info .pickup p {
  width:auto;
  padding: 0;
    font-size: 3.75vw;
    line-height: 1.4em;
}


#shoppage #shop_info .pickup .shop-pointcard p{
	padding-left: 40px;
	position: relative;
}
#shoppage #shop_info .pickup .shop-pointcard.no_pointcard p{
  padding-left: 30px;
}

#shoppage #shop_info .pickup .shop-pointcard p:before{
    position: absolute;
	    width: 33px;
    height: 22px;
    top: calc((100% - 22px) / 2);
	left: 0;
}


#shoppage #shop_info .pickup .shop-ticketservice p.shop-generic10{       font-size: 3.4375vw;
    line-height: 1.4em;}

#shoppage #shop_info .pickup p a.tel_sp {

}
#shoppage #shop_info .pickup h5 {
    position: absolute;
    top:8px;
    left: 0;
    font-size: 12px;
    width: 35px;
}
#shoppage #shop_info .pickup h5:before{
    font-size:20px;
}
#shoppage #shop_info .shopBooking-wrapper{
  margin-bottom: 10px;
}
#shoppage #shop_info .shopBooking__btn{
  width: calc(100% - 20px);
  box-sizing: border-box;
  margin-bottom: 10px;
}

#shoppage #shop_info .data {
  padding: 0;
	margin: 0;
	border-right: 1px solid var(--color-base-line-dark);
	border-left: 1px solid var(--color-base-line-dark);
}

#shoppage #shop_info table.table01 {
  border-right: none;
  border-left: none;
  margin: 0;
}

#shoppage #shop_info table.table01 th,
#shoppage #shop_info table.table01 td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	    font-size: 3.75vw;
    line-height: 1.4em;
}

#shoppage #shop_info table.table01 th {
  padding: 10px 10px 0;
  font-size:16px;
	border: none;
}


#shoppage #shop_info table.table01 td {
  padding: 8px 20px 16px;
  text-align: center;
}
#shoppage #shop_info .data table.table01 tr.shop-generic1 td,
#shoppage #shop_info .data table.table01 tr.shop-gourmet2 td,
#shoppage #shop_info .data table.table01 tr.shop-generic5 td{
  justify-content: center;
}
#shoppage #shop_info .data table.table01 td em{
    width: calc(100% / 2 - 4px);
    display: flex;
    font-size: 12px;
    padding: 8px 4px 8px 8px;
    align-items: center;
}

#shoppage #shop_info .data table.table01 td em:nth-of-type(even){margin-right: 0;}

#shoppage #shop_info .data table.table01 tr.shop-generic1 .paymentlink a{
  font-size: 12px;
}

#shoppage #shop_info .data table.table01 td em[class*="payment"]:before,
#shoppage #shop_info .data table.table01 td em[class*="kids"]:before,
#shoppage #shop_info .data table.table01 tr.shop-gourmet2 em:before{
	display: inline-block;
	    font-size: 20px;
	margin:0 4px 0 0;
}

#shoppage #shop_info .data table.table01 td p.payment_other,
#shoppage #shop_info .data table.table01 td p.service_other,
#shoppage #shop_info .data table.table01 td p.kids_service{
  text-align: left;
}
#shoppage #shop_info .data table.table01 td p.payment_other span,
#shoppage #shop_info .data table.table01 td p.service_other span,
#shoppage #shop_info .data table.table01 td p.kids_service span{
  display: block;
}

#shoppage #shop_info table.table01 tr.shop-otherurl td p{
  width: calc(100% / 2 - 15px);
  margin: 4px 2px;
}


#shoppage #shop_info .mewe_pointcard{
	display: block;
	padding:16px 4%;
	margin-bottom: 14px;
}
#shoppage #shop_info .mewe_pointcard h5 a,
#shoppage #shop_info .mewe_pointcard pre{
	width: 100%;
	    font-size: 3.75vw;
    line-height: 1.4em;
}

#shoppage #shop_info .mewe_pointcard h5 a{
text-align: left;
    font-size: 3.75vw;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px 0;
}

#shoppage #shop_info .mewe_pointcard h5 a:before{
width: 80px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    margin: 0 10px 0 0;
}

#shoppage #shop_info .data table.table01 tr.shop-generic9{
  pre{text-align: left;}
  .sdgs-shop-image_icons {
    grid-template-columns: repeat(8, 1fr);
  }
}

/*店舗写真*/

.bf1 .shop_photobox{
    width: 100%;
    min-width: 100%;
    height: 200px;
    padding: 0;
	margin-top: 10px;
}

#shoppage h3.h3__shopCommon.in{
	margin-top: 16px;
}

.bf1 .photobox__container{
	padding: 20px 0;
}

.bf1 .shop_photobox .photobox__item:first-of-type{
	margin-left: 20px;
}

.bf1 .shop_photobox .photobox__item:last-of-type{
	margin-right: 20px;
}

/*ショップサーチ*/
#shoppage .shoplist {
  padding: 0 8px 10px;
}

#shoppage .shoplist li {
  white-space: nowrap;
}

#cat_title_list {
  padding: 0 8px 15px;
}

#cat_title_list .catttl {
  width: 100%;
  margin: 0 0 8px;
}

/*タグリスト*/
.tag_list {
  padding: 0 0 14px;
	margin: 0 -10px;
}

.tag_list_name {
  margin: 0 8px 5px 8px;
}

.tag_list_name a {
  /* font-size: 0.8em; */
    padding: 0 2px;
	font-size: 13px;
}
.tag_list_name a:before{
	font-size: 20px;
	margin: 0 4px 0 0;
}

#contents.tag .price_date{
	padding: 0;
}

body.tagitemlist #contents > .inner {
    padding: 0;
}

body.tagitemlist #contents #contents-main{
	padding: 20px 4%;
}



/*MDカテゴリリスト*/
.mdlistiew {
  padding: 0 8px;
}

.mdlistiew .mdcat {
  margin: 0 8px 8px 0;
}

.mdlistiew .mdcat a {
  font-size: 0.8em;
}

/*popupクーポン*/
body.popup.coupon article.item {
  padding-bottom: 16px;
}

body.popup.coupon article.item .sp_couponview {
  margin: 10px 0;
  text-align: left;
  font-weight: bold;
  background: #f0f0f2;
  padding: 16px 0 16px 0px;
  border-radius: 0px;
  position: relative;
  text-align: center;
}

body.popup.coupon article.item .sp_couponview:before {
  content: "Coupon";
  display: block;
  font-size: 32px;
  opacity: 0.4;
  padding: 10px 0 20px 20px;
  text-shadow: 2px 2px 0 #fff;
  font-weight: bold;
}

body.popup.coupon article.item .sp_couponview .fa {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 36px;
  font-size: 4em;
  opacity: 0.3;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*
---------------------------------------------
index bf=xx 共通
---------------------------------------------
*/
body.view.index div#coupon,
body.view.index div#recruit,
body.view.index div#service {
  padding: 0px;
}

body.view.index div#coupon h2,
body.view.index div#recruit h2,
body.view.index div#service h2 {
  margin-left: 0px;
  margin-right: 0px;
}

body.view.index div#coupon div.title,
body.view.index div#recruit div.title,
body.view.index div#service div.title {
  padding: 0;
}

body.view.index div#searchcat div.title h3,
body.view.index div#searchon div.title h3,
body.view.index div#coupon div.title h3,
body.view.index div#recruit div.title h3,
body.view.index div#service div.title h3 {
    padding: 10px;
    font-size: 4.69vw;
}

/*
---------------------------------------------
ショップサービス bf=4
---------------------------------------------
*/
body.index.bf4 .ServiceItemList {
  margin: 0;
}

body.index.bf4 #contents > .inner{
	    padding: 10px 4% 0;
}

body.index.bf4 div#service table.table01 {
  width: 100%;
}

body.index.bf4 div#service table.table01 td {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.index.bf4 div#service table.table01 td.name {
  width: 70%;
  padding: 16px;
}

body.index.bf4 div#service table.table01 .name a {
  font-size: 16px;
}

body.index.bf4 div#service table.table01 td.logo {
  width: 30%;
}

body.index.bf4 div#service table.table01 td.service {
  width: 100%;
  padding: 0 16px 16px;
}

body.index.bf4 div#service table.table01 .service p {
  padding: 16px 0 0;
  border-top: 4px solid var(--color-base-bg-light);
}

/*
---------------------------------------------
求人 bf=5
---------------------------------------------
*/
body.index.bf5 .RecruitItemList {
  margin: 0;
}

body.index.bf5 #contents > .inner{
	    padding: 10px 4% 0;
}

body.view.index.bf5 #recruit article {
    padding: 14px 16px;
}

body.index.bf5 .cat3_view article .shopname {
  padding: 4px 0;
}

body.index.bf5 .cat3_view article .shopname a {
  font-size: 14px;
}

body.view.index.bf5 #recruit article dl {
  border: none;
  display: block;
  width: auto;
  padding: 3px 20px 3px 0;
}

body.view.index.bf5 #recruit article dl dd {
  padding: 4px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.view.index.bf5 #recruit article dl dt {
  font-size: 0.8em;
  display: inline-block;
  border-radius: 0px;
  padding: 2px 10px;
  width: auto;
  float: left;
}

body.view.index.bf5 #recruit article dl.rec_name dt {
  display: none;
}

body.view.index.bf5 #recruit article dl.rec_name dd {
  font-weight: bold;
}

body.view.index.bf5 #recruit article a.window-recruit {
  display: inline-block;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.view.index.bf5 #recruit article a.window-recruit:after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  left: 96%;
  border-left: 6px solid #C21525;
}

/*
---------------------------------------------
店長ボイス(voice.jsp)
---------------------------------------------
*/

body.voice #contents > .inner{
	padding: 0;
}

body.voice #contents-main {
padding: 20px 4% 30px;
}
body.voice .VoiceItemList {
  margin: 0;
}

body.voice .VoiceItemList article {
  margin: 0 0 10px;
	padding: 0;
  width: 100%;
}

body.voice .VoiceItemList article .detail {
  padding: 10px 0;
  margin: 0 20px;
}

body.voice .VoiceItemList article .shopname_logo{
	display: flex;
}

body.voice .VoiceItemList article .shopname,
body.voice .VoiceItemList article .logoimg {
  float: none;
}

body.voice .VoiceItemList article .shopname {
  width: calc(100% - 100px);
  padding: 15px 0 15px;
  line-height: 18px;
  box-sizing: border-box;
  margin: 0 20px;
}

body.voice .VoiceItemList article .shopname a {
  font-size: 14px;
}

body.voice .VoiceItemList article .logoimg {
  margin: 0 auto;
  width: 100px;
	text-align: right;
  display: block;
  padding: 15px 15px 5px 0;
}

body.voice .VoiceItemList article .detail .goodsname {
  font-size: 14px;
}

/*popup 共通*/
body.popup.sp #contents-main .shoplink {
  margin: 24px auto;
  text-align: center;
}

body.popup.sp #contents-main .shoplink a {
  display: block;
  padding: 8px;
  text-align: center;
  background: #f0f0f2;
  position: relative;
  border-radius: 0px;
  font-weight: bold;
}

body.popup.sp #contents-main .shoplink a:after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  left: 96%;
  border-left: 6px solid #C21525;
}

/*pop-coupon*/
body.popup.coupon.sp #contents #contents-main {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.popup.coupon.sp article .image {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  padding: 0;
  margin: 0;
}

/*pop-recruit*/
body.popup.recruit.sp #contents #contents-main {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*共通カテゴリナビ*/
div#goodslist-header-navi {
  position: relative;
  padding: 10px;
/*  margin: 0 0 10px;*/
}

.sale div#goodslist-header-navi{
	padding: 0 0 10px;
}

div#goodslist-header-navi .cat_sel {
  border: 1px solid var(--color-base-line-dark);
  border-radius: var(--box-radius-small);
  width: 60%;
  line-height: 38px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-left: 16px;
  margin: 0 auto;
}

div#goodslist-header-navi .cat_sel::before {
    content: "";
    display: inline-block;
    width: 1px;
    border-left: 1px solid var(--color-base-line-dark);
    height: 24px;
    position: absolute;
    right: 36px;
    top: 8px;
}

div#goodslist-header-navi .cat_sel::after {
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
	    width: 36px;
    font-size: 24px;
    text-align: center;
	color: var(--color-base-line-dark);
}

div#goodslist-header-navi .cat_sel.active::after {
  content: "\e5ce";
}

div#goodslist-header-navi dl {
  display: none;
	position: absolute;
    top: 57px;
    left: 0;
    width: calc(100% - 80px);
    border: 1px solid var(--color-base-line-dark);
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
    margin: 0 40px;
}

div#goodslist-header-navi dl:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  left: calc(50% - 4px);
  border-bottom: 8px solid #888888;
}

#goodslist-header-navi dl dt a:hover,
#goodslist-header-navi dl dd a:hover,
#goodslist-header-navi dl dt.current a,
#goodslist-header-navi dl dd.current a {
  background: none;
  border: none;
  border-radius: 0;
}

#goodslist-header-navi dl dt.current a:after,
#goodslist-header-navi dl dd.current a:after {
  display: none;
}

#goodslist-header-navi dl dt.current span,
#goodslist-header-navi dl dd.current span {
  font-size: 12px;
  color: var(--color-base-accent-dark);
}

div#goodslist-header-navi dl dd {
  display: block;
  border-bottom: 1px solid #888;
  margin: 0;
  text-align: left;
}

div#goodslist-header-navi dl dd:last-child {
  border: none;
}

div#goodslist-header-navi dl dd a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-left: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
}

div#goodslist-header-navi dl dd:last-child a {
  border-right: none;
}

div#goodslist-header-navi dl dd:after {
	font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    font-size: 24px;
	    color: var(--color-base-text-dark);
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

body.index.bf2 div#goodslist-header-navi p.all,
body.index.bf3 div#goodslist-header-navi p.all,
body.sale div#goodslist-header-navi p.all,
body.favorite div#goodslist-header-navi p.all {
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  padding: 0px 0px;
  line-height: 40px;
  width: 36%;
  border: 1px solid var(--color-base-line-dark);
  border-radius: var(--box-radius-small);
  box-sizing: border-box;
  font-size: 3.3vw;
  color: var(--color-base-main-dark);
  display: inline-block;
  font-family: var(--fontfamily-english);
  font-weight: 700;
}

body.index.bf2 div#goodslist-header-navi p.all a,
body.index.bf3 div#goodslist-header-navi p.all a,
body.sale div#goodslist-header-navi p.all a,
body.favorite div#goodslist-header-navi p.all a {
  color: var(--color-base-main-dark);
}

body.index.bf2 div#goodslist-header-navi .cat_sel,
body.index.bf3 div#goodslist-header-navi .cat_sel,
body.sale div#goodslist-header-navi .cat_sel,
body.favorite div#goodslist-header-navi .cat_sel {
  width: 60%;
  position: relative;
  float: right;
	font-size: 3.3vw;
}

body.index.bf2 div#goodslist-header-navi dt.all,
body.index.bf3 div#goodslist-header-navi dt.all,
body.sale div#goodslist-header-navi dt.all,
body.favorite div#goodslist-header-navi dt.all {
  display: none;
}
/*
--------------------------------------------------------------
検索ページ　bf=6
--------------------------------------------------------------
*/
body.bf6.sp #contents .inner{
  padding: 0;
}
/*
--------------------------------------------------------------
検索ページ　bf=7
--------------------------------------------------------------
*/
body.bf7.sp #contents .inner{
  padding: 0;
}
/*
---------------------------------------------
検索ページ　bf=8
---------------------------------------------
*/
.ico_jobs, .ico_new2, .ico_coupon {
  /*font-size: 0.7em;*/
}

body.index .search {
  padding: 0;
}
body.index .search h3{
  margin-bottom: 16px;
}
body.index .search #cat_title_list {
  padding: 0;
}
body.index .search dl.search_block dd li a {
  padding: 10px 35px 10px 10px;
}

body.index .search dl.search_block dd li a:after {
  top: 10px;
}

body.index .search dl.search_block dd li {
  width: calc(100% / 2 - 4px);
  margin: 0 0 8px;
}
body.index .search .search_block #on_title_list li{
  width: calc(100% / 3 - 8px);
  margin: 0 4px 8px;
}

body.index .search div#search-all div.title p {
  display: none;
}

body.index div.search .ul_shop_list li{
  width: calc(100% / 2 - 10px);
}
body.index div.search .ul_shop_list{
  gap: 16px;
}

body.sp div#category-navi {
  position: relative;
  padding: 8px 0;
  margin: -20px 0 10px;
}

body.sp div#category-navi p {
  border: 1px solid var(--color-base-line-dark);
  border-radius: var(--box-radius-small);
  width: 60%;
  line-height: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-left: 16px;
  margin: 0 auto;
}

body.sp div#category-navi p::before {
  content: "";
  display: inline-block;
  width: 1px;
  border-left: 1px solid var(--color-base-line-dark);
  height: 24px;
  position: absolute;
  right: 40px;
  top: 8px;
}

body.sp div#category-navi p::after {
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    text-align: center;
    font-size: 30px;
    color: var(--color-base-main-dark);
}

body.sp div#category-navi p.active::after {
  content: "\e5ce";
}

body.sp div#category-navi ul {
  display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: calc(100% - 80px);
    border: 1px solid var(--color-base-line-dark);
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
    margin: 0 40px;
}
body.sp div#category-navi ul:before{
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    left: calc(50% - 8px);
    border-bottom: 8px solid var(--color-base-line-dark);
}
body.sp div#category-navi ul li {
  display: block;
  border-bottom: 1px solid #888;
  margin: 0;
  text-align: left;
}

body.sp div#category-navi ul li:last-child {
  border: none;
}

body.sp div#category-navi ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-left: none;
  display: block;
  width: 100%;
  height: 100%;
	padding: 12px;
}

body.sp div#category-navi ul li:last-child a {
  border-right: none;
}

body.sp div#category-navi ul li:after {
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    color: var(--color-base-main-dark);
    font-size: 24px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

body.index div#searchcat div.title,
body.index div#searchon div.title,
body.index .search #shop-icon {
  margin: 0 0 4px;
}

body.index .search div.title h4 {
  text-align: center;
  padding: 0 0 10px;
}

body.index div.search table.table01 {
  width: 100%;
	display: block;
  border-width: 0 1px;
}

body.index div.search table.table01 th {
  display: none;
}

body.index .search table.table01 th,
body.index .search table.table01 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  padding: 8px;
  border: none;
}

body.index div.search table.table01 td.name,
body.index div.search table.table01 td.logo,
body.index div.search table.table01 td.tel,
body.index div.search table.table01 td.hour,
body.index div.search table.table01 td.floor {
  display: inline-block;
  width: 100%;
}

body.index div.search table.table01 td.name {
	width: 70%;
	padding-bottom: 8px;
}

body.index div.search table.table01 td.logo {
	width: 30%;
	padding: 16px 24px 0 8px;
	float: right;
}
body.index div.search table.table01 td.floor{
	position: static;
}
body.index div.search .table01 tr{
	position: relative;
	display: inline-block;
	width: 100%;
}
body.index div.search .table01 tr:after {
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    font-size: 30px;
    color: var(--color-base-text-light);
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}

body.index div.search table.table01 td.tel,
body.index div.search table.table01 td.hour,
body.index div.search table.table01 td.floor {
  padding: 0 16px 16px;
}
body.index div.search table.table01 td.tel{
	padding-bottom: 5px;
}

/*
---------------------------------------------
フロアガイド
---------------------------------------------
*/
.floor.sp #contents .inner{
  padding: 0;
}
#contents .floor article.f_section {
  padding: 0;
}

.shop_guide_menu ul {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
}

.shop_guide_menu ul li {
  padding: 0;
  margin: 0;
  height: auto;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shop_guide_menu ul li em {
  display: block;
}

.shop_guide_menu ul li a {
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
  margin: 0;
  height: 100%;
}

.shop_guide_menu ul li.current {
  margin-top: 0;
  border-right: 6px solid #fff;
}

.shop_guide_menu ul li.current a {
  font-size: 12px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border: none;
  height: 100%;
}

.shop_guide_menu ul li a::after,
.shop_guide_menu ul li.current a::after {
  display: none;
}

.floor dl.floorlist,
.allmap_map {
  margin: 10px 0;
}

.floor dl.floorlist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.floor dl.floorlist dt {
  flex: 0 0 calc(18% - 6px);
}
.floor dl.floorlist dt:nth-child(2){
  flex: 0 0 calc(20% - 6px);
}
.floor dl.floorlist dt:nth-child(1),
.floor dl.floorlist dt:nth-child(9) {
  flex: 0 0 calc(26% - 6px);
}
.floor dl.floorlist dt:nth-child(5),
.floor dl.floorlist dt:nth-child(6),
.floor dl.floorlist dt:nth-child(7),
.floor dl.floorlist dt:nth-child(8) {
  flex: 0 0 calc(18% - 6px);
}
.floor dl.floorlist dt a {
  padding: 7px 0 7px 10px;
  text-align: left;
}

.floor dl.floorlist dt a:after{
	/* position: static; */
}
@media (max-width: 360px) {
    .floor dl.floorlist dt a, .allmap_map li a {
      font-size: 11px;
    }
    .floor dl.floorlist dt a:after {
      right: -3px;
    }
    .floor dl.floorlist dt a:after {
      font-size: 16px;
    }
}
.floor dl.floorlist dt a:before {
  margin: 0 4px 0 0;
}

.allmap_map li.name {
  padding: 30px 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .floor article.f_section .floor_img {
  padding: 10px 0;
}

#contents .floor article.f_section .floor_img img {
  padding-bottom: 0px;
}


#contents .floor article.f_section .floor_img .zoomup a:before {
  font-family: var(--fontfamily-icon);
  content: "\e8ff";
  font-size: 20px;
  vertical-align: middle;
}

body.floor article .floor_img .desc {
  padding: 8px;
}

body.floor article .floor_img .desc .floor_icon p{
  font-size: 10px;
  margin: 0px 4px;
}
body.floor article .floor_img .desc .caption{
  font-size: 12px;
}
body.view .floor .floor_notice {
  line-height: 12px;
  text-align: center;
}

body.view .floor .floor_notice em {
  display: block;
}

body.view .floor .floor_notice img {
  height: 16px;
  vertical-align: middle;
}

body.view .floor .table01 td {
  display: inline-block;
}

body.view .floor .table01 td.number {
    width: 45px;
    padding: 16px 0 0;
    margin-left: 8px;
    float: left;
}
body.view .floor .table01 td.number span{
	padding: 8px 4px;
}

body.view .floor .table01 td.name {
  width: calc(70% - 55px);
  background: none;
}

body.view .floor .table01 td.name .category {
  line-height: 16px;
  margin-top: 2px;
}

body.view .floor .table01 td.name .shopname a {
  text-decoration: none;
}
body.index div.search table.table01 .name .biz{
  margin-top: 2px;
  line-height: 16px;
}

body.view .floor .table01 td.logo {
    width: 30%;
    padding: 16px 24px 0 8px;
    float: right;
}

body.view .floor .table01 td.hour,
body.view .floor .table01 td.tel {
  width: 100%;
  border-bottom: none;
  padding-top: 0;
}
body.view .floor .table01 td.tel{
	padding-bottom: 5px;
}

body.view .floor .table01 .hour:after {
	display: none;
}

body.view .floor .table01 tr.shop{
	position: relative;
	width: 100%;
	display: inline-block;
}
body.view .floor .table01 tr.shop:after {
	font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    font-size: 30px;
    color: var(--color-base-text-light);
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
body.view .floor .table01 tr.shop:last-of-type{
  border-bottom: 0;
}
.floorsearch_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.floor-all .allmap_map{
  width: 100%;
  margin: 24px auto 0;

}
body.floor-all #contents-main > .inner {
    padding: 0;
  }
body.floor-all .allmap_map ul li dl {
    padding: 5%;
    flex-wrap: wrap;
    gap: 0;
}
body.floor-all .allmap_map ul li dl dt{
    flex-wrap: wrap;
    padding: 12px 20px;
    width: 100%;
    gap: 18px;
}
body.floor-all .allmap_map ul li dl dt p.level{
  margin: 0 auto;
}
body.floor-all .allmap_map ul li dl dt .dec {
    width: 100%;
    text-align: center;
}
body.floor-all .allmap_map ul li dl dd {
    width: 100%;
    padding: 16px 16px 8px;
    text-align: center;
  }
  body.floor-all .allmap_map ul li dl dd p {
    display: inline-block;
    position: relative;
  }
  body.floor-all .allmap_map ul li:not(.f1):not(.f2) dl dd p::before{
    left: -16px;
    top: 1px;
  }
/*
---------------------------------------------
イベントニュース関連
---------------------------------------------
*/
#event_lists .events_block {
  margin: 0 0px;
  border-top: none;
}

#event_lists article.events {
  position: relative;
  padding: 20px 20px 20px 0;
  margin: 0;
}

#event_lists .events:first-of-type{
	padding-top: 20px;
}

#event_lists article.events .desc {
  padding: 0;
}

#event_lists .events .c1 p.image{
	max-height: 140px;
}
#event_lists .events .c1 p.image img {
  width: 140px;
}

#event_lists h4 {
    font-size: 4.38vw;
    line-height: 1.4em;
    margin: 4px 0 10px;
}

#event_lists h4 a {
  text-decoration: none;
}

#event_lists .events .c1 {
  margin: 0 0 10px 10px;
}

#event_lists .table01 {
  width: 100%;
	margin-bottom: 0;
}

.event-cat-title {
  margin: 0;
}

.ev-navi_bottom {
  margin: 20px 0;
  padding: 0;
}

#ev-navi{
	display: flex;
	margin-bottom: 14px;
}

#ev-navi .ev-navi-article,
#ev-navi .ev-navi-cal {
  width: calc(46% - 10px);
}

#ev-navi .ev-navi-cal{
	width: 54%;
}

.ev-navi_bottom .ev-navi-cal a:before,
#ev-navi .ev-navi-cal a:before{
	font-size: 18px;
	    margin: 0 1px 0 0;
}

.ev-navi-article dl dt:after {
    width: 32px;
    font-size: 24px;
	color: var(--color-base-line-dark);
	top: 10px;
}

.ev-navi-article dl dt:before{
	    right: 32px;
	top: 9px;
}

#ev-navi .ev-navi-article{
	margin-right: 10px;
}

.ev-navi_bottom .ev-navi-cal a{
/*  line-height: 1em;*/
	padding: 8px 20px;
    width: 60%;
    box-sizing: border-box;
}
.ev-navi_bottom .ev_all_link a{
    padding: 8px 10px 8px 5px;
    width: 60%;
    margin: 0;
    box-sizing: border-box;
}

.ev-navi_bottom .ev-navi-cal,
#ev-navi .ev-navi-cal,
.ev-navi_bottom .ev_all_link {
  margin-left: 0;
}

.ev-navi_bottom .ev-navi-cal,
.ev-navi_bottom .ev_all_link {
min-width: 100%;
}

.ev-navi-article dl dt {
  font-size: 3.3vw;
	    padding:8px 0 0 16px;
	height: 40px;
}

#ev-navi .ev-navi-cal a {
  padding:8px 8px 0;
  font-size: 3.3vw;
  width: 100%;
	height: 40px;
}

body.eventnews .eventnews > .inner, body.item_eventnews .eventnews > .inner, body.calendar #contents > .inner{
	padding-bottom: 20px;
}
body.eventnews .eventnews #eventnews{
	padding-right: 0;
}

body.item_eventnews .eventnews #eventnews{
	padding: 20px 0 0;
}



body.item_eventnews #contents-main .item {
  padding: 0;
}

body.item_eventnews #contents-main .item .title h3 {
  padding: 10px;
	    font-size: 4.69vw;
}

body.item_eventnews #contents-main .item .subtitle h4 {
  padding: 0 10px 10px;
  font-size: 0.9em;
}

body.item_eventnews #contents-main .item .images {
  margin: 20px 0 10px;
}

body.item_eventnews #contents-main .item .images .image img {
  max-height: 100%;
  max-width: 90%;
	min-width: 320px;
}

body.item_eventnews #contents-main .item .images .subimg li {
  width: 60px;
  height: 60px;
  margin: 0;
}

body.item_eventnews #contents-main .item .images .image {
  margin: 0 0 10px;
}

body.item_eventnews #contents-main .item .images .subimg {
  margin: 0px auto;
}

body.item_eventnews #contents-main .item .images .subimg li span {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

body.item_eventnews #contents-main .item .images .image .caption_in {
  font-size: 12px;
}

body.item_eventnews #contents-main .item .desc .ev_content {
  width: 100%;
  float: none;
}

body.item_eventnews #contents-main .item .desc .remarks {
  padding: 10px 0;
}

body.item_eventnews #contents-main .item .desc .remarks dt {
  font-size: 12px;
}

body.item_eventnews #contents-main .item .desc .link a {
  font-size: 3.75vw;
	line-height: 1.5em;
/*  padding: 8px 12px 8px 20px;*/
}

body.item_eventnews #contents-main .item .desc .section{
	margin-bottom: 0;
}

body.item_eventnews .ev-navi_bottom .ev_all_link {
  margin-bottom: 12px;
}

/*tags*/
body.item_eventnews #contents-main .event_tags {
  margin-top: 20px;
}

body.item_eventnews #contents-main .event_tags-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

body.item_eventnews #contents-main .event_tags-title em {
  font-size: 18px;
}

body.item_eventnews #contents-main .event_tags p {
  font-size: 12px;
}

body.item_eventnews #contents-main #event_list {
  display: block;
  height: auto;
  padding: 0 0 56px;
	margin: 0;
	position: relative;
}

body.item_eventnews #contents-main #event_list .p_title {
  position: static;
  margin-bottom: 10px;
  padding: 0;
}
body.item_eventnews #contents-main #event_list .p_title h4{
    padding: 20px 20px 10px;
}

body.item_eventnews #contents-main #event_list .p_title p{
    position: absolute;
    width: 100%;
    bottom: 14px;
    left: 0;
}

body.item_eventnews #contents-main #event_list .p_title p a.btn-more {

}

body.item_eventnews #contents-main #event_list .events,
body.item_eventnews #contents-main #event_list .events:last-child{
  width: calc(100% - 32px);
  padding: 15px 25px 10px 10px;
  border: none;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid var(--color-base-line-dark);
}

body.item_eventnews #contents-main #event_list .events:last-child{border-bottom: 1px solid var(--color-base-line-dark);}

body.item_eventnews #contents-main #event_list .events:after {
  font-family: var(--fontfamily-icon);
  content: "\e5cc";
  margin: 0 0 0 4px;
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  right: -5px;
  top: calc(50% - 12px);
	color: var(--color-base-line-dark);
}

/*カレンダー*/
#contents-main .cal_contents .month_title {
  margin: 16px 0 0;
}

#contents-main .cal_contents .page p {
  margin-top: 8px;
}

.cal_contents #day_content02 dt {
  line-height: 16px;
}

.cal_contents #day_content02 dd .events p.e_category {
  font-size: 0.7em;
}

.cal_contents #event_lists h3:before {
  margin: 0 8px 0 0;
}

.cal_contents #event_lists h3:after {
  margin: 0 0 0 8px;
}

.cal_contents #event_lists h3 strong {
  font-size: 16px;
  padding: 8px 8px;
  margin: 0 8px 0 0;
}

.cal_contents #day_content02 dd .events h4 {
  font-size: 12px;
}

#cal_contents_v2.v2_1 #date_list01 ul li {
  font-size: 0.9em;
}

.month_title .month_return {
  display: none;
}

/*free*/
body.page #contents > .inner{
  background: #fff;
}
#free_page_area .fp_content {
  padding: 20px 0;
}
#free_page_area .fp_content img{
	height: auto;
}


/*
---------------------------------------------
いいねランキング(shop/favorite.jsp)
---------------------------------------------
*/

body.favorite #contents > .inner{
	    padding: 0;
}

body.favorite #contents-main {
    padding: 20px 4%;
}

body.favorite #contents.favorite {
  overflow: hidden;
}

#contents.favorite #favorite{
	padding: 0 10px;
}

#contents.favorite #favorite .item{
	padding: 0 0 20px;
	margin-bottom: 20px;
}
#contents.favorite #favorite .item:first-of-type{
	margin-top: 0;
}

#contents.favorite #favorite .item:last-of-type{
	margin-bottom: 20px;
}
#contents.favorite #favorite .item .image{
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px;
	float: none;
}
#contents.favorite #favorite .item .order{
	line-height: 40px;
    font-size: 16px;
	padding: 8px 0 5px;
}

#contents.favorite #favorite .item:nth-of-type(1) .order{
	    padding: 0;
}

#contents.favorite #favorite .item .order em {
        font-size: 20px;
}

#contents.favorite #favorite .item .goods.title{
	padding: 0; margin: 0;
	font-size: 16px;
}
#contents.favorite #favorite .item .name,
#contents.favorite #favorite .item .floor{
	display: inline-block;
}
#contents.favorite #favorite .goods_like_btn.mini{
	margin-top: 10px;
	width: 100%;
}
#contents.favorite #favorite .goods_like_btn.mini p{
	width: 100%;
	box-sizing: border-box;
}

/*
---------------------------------------------
人気タグページ(shop/tag.jsp)
---------------------------------------------
*/

body.tag #contents > .inner,
body.tag #contents-main.all{
     padding: 0;
}

body.tag #contents-main #tag.section{
padding: 20px 4% 40px;
}

#contents.tag .tag-title_main{
	font-size: 16px;
	    
}

#contents.tag .tag-title{
	margin: 0;
	padding: 8px 8px 10px;
}

#contents #tag .tag-title_count {
  width: 26px;
  height: 26px;
	line-height: 26px;
	    position: relative;
    top: 2px;
}

#contents #tag .goodslist .item {
  width: 100%;
  height: auto;
  border: none;
  padding: 8px 0;
  float: none;
  overflow: hidden;
}

#contents #tag .goodslist .item p.image {
  width: 40vw;
  height: 50vw;
}

#contents #tag .item .desc,
#contents #tag .date {
  padding-left: calc(40vw + 20px);
}

#contents #tag .tag_list_name{
	display: inline-block;
}

/*tagitemlist*/
#contents .trendtag_list {
    width: 92%;
    min-width: 92%;
	margin-top: 20px;
}
#contents .trendtag_list h4{
font-size: 24px;
padding: 20px 0 12px;}

#contents .trendtag_list .tag_list{
	    width: 100%;
padding: 0 6% 20px;
    margin: 0;
    box-sizing: border-box;

}

#contents #tag .more-button-wrap:last-of-type{
	    margin-bottom: 80px;
}

#contents #tag .more-button-wrap:last-of-type:before {
	font-size: 24px;
    bottom: -70px;}

#contents #tag .more-button-wrap:last-of-type:after {
    width: 9em;
bottom: -56px;
	left: calc((100% - 9em) / 2);}

/*
---------------------------------------------
ピックアップガイド(shop/feature.jsp)
---------------------------------------------
*/
#contents #feature .feature.item {
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 2px solid var(--color-base-line-light);
  float: none;
  overflow: hidden;
  position: relative;
	    margin: 0 0 20px 0;
    padding: 0 0 14px 0;
}

#contents #feature .item .morelink span:after{
	display: none;
}

#contents #feature .feature .image {
  width: 100%;
  height: 160px;
  float: none;
  margin: 0 0 10px;
}

#contents #feature .feature .title {
  font-size: 14px;
	padding: 0;
}
body.feature #contents #contents-main,
body.item_feature #contents > .inner{
	padding: 20px 4%;
}

body.item_feature #contents article h3 .image{
	margin: 0 0 10px;
}
body.item_feature #contents article h3 img{
	width: 100%;
}
body.item_feature #contents article h3{
	margin: 0 0 10px;
}
body.item_feature #contents article h3 .title{
	font-size: 16px;
	padding: 10px 0 10px;
}
body.item_feature #contents .content1,
body.item_feature #contents .content2{
	font-size: 14px;
}


/*--------------------
ショップニュース
--------------------*/
body.bf2.sp #voice{
	padding: 20px 0 0;
	margin-bottom: -4px;
}

body.bf2.sp #contents .voice{
	    overflow: hidden;
    padding-bottom: 6px;
}

body.bf2.sp #contents .voice .p_title {
  margin: 0 -1%;
}
body.bf2.sp #contents .voice .p_title h2 {
    width: 92%;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 auto 8px;
    padding: 0;
}
body.bf2.sp #contents .voice .p_title h2 span {
  display: inline-block;
  line-height: 1.7em;
}
body.bf2.sp #contents .voice .p_title h2 em {
  font-size: 22px;
  display: block;
  margin: 0;
}
body.bf2.sp #contents .voice .p_title h2 span:before {
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
}
body.bf2.sp #contents .voice .p_title .btn-more-box {
  bottom: auto;
  bottom: 16px;
}

body.bf2.sp #contents .voice .swiper-button-next {
    right: 0;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-left: 4px;
}

body.bf2.sp #contents .voice .swiper-button-prev {
    left: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-right: 4px;
}

body.bf2.sp #contents .voice .swiper-button-next:after,
body.bf2.sp #contents .voice .swiper-button-prev:after{
	font-size: 40px;
}



/*
---------------------------------------------
ショップ検索
---------------------------------------------
*/
body.bf8.sp #contents .inner{
  padding: 0;
}

/*
---------------------------------------------
mdカテゴリ一覧(shop/md_cat_list.jsp)
---------------------------------------------
*/

.md_cat_list #contents > .inner{
	padding: 0;
}

.md_cat_list #contents #goodslist {
	padding: 20px 4%;}

.md_cat_list #contents .mdCat-title {

}




/*
---------------------------------------------
---------------------------------------------
単館用の表示設定
body#sesmd1
---------------------------------------------
---------------------------------------------
*/
body#sesmd1.sp #main_header .header_glo .sc_navi{
  display: none;
}