
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 top.css
 PC用

+++++++++++++++++++++++++++++++ */

.mode_sp{display:none!important;}


/*
タブ
-----------------------------------*/
.main_tab {
    padding-top: 10px;
    background: #e0e0e0 url(/images/common/bg_texture_bk.png) repeat left top;
    background-size: 12px;
    text-align: center;
}
.main_tab li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 400px;
}
.main_tab a {
    position: relative;
    top: -2px;
    display: block;
    padding: 5px 5px 0;
}
.main_tab a:hover { text-decoration: none; }
.main_tab span {
    display: block;
    padding: 10px 0 9px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    transition: 0.1s linear;
}
.main_tab a:hover span {
    background: #333;
    color: #fff;
}
.main_tab span:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background-image: url(/top/images/sprite_top.png);
    background-size: 600px auto;
    content: " ";
    vertical-align: -4px;
}
.main_tab .tab_stores:before { background-position: 0 0; }
.main_tab a:hover .tab_stores:before { background-position: -250px 0; }
.main_tab .tab_net_shop:before { background-position: -50px 0; }
.main_tab a:hover .tab_net_shop:before { background-position: -300px 0; }

.main_tab .current {
    top: 0;
    border-top: 2px solid #333;
    background: #f5f5f5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}

.wrap_panel {
    position: relative;
}
.main_tab_panel { width: 100%; }

/*
スライダー
-----------------------------------*/
#store_image {
    overflow: hidden;
    width: 100%;
}
#store_image .swiper-container {
    position: relative;
    overflow: visible;
    width: 700px;
    margin: 10px auto 0;
}
#store_image .swiper-container:before {
    position: absolute;
    top: 0;
    left: -50%;
    width: 1600px;
    height: 400px;
    margin-left: -1260px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
}
#store_image .swiper-container:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    height: 400px;
    margin-left: 360px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
    visibility: visible;
}
#store_image.sp_slider .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 10px;
    margin: 10px 0;
}
#store_image.sp_slider .swiper-slide img { width: 100%; }
#store_image.sp_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    filter: alpha(opacity=100);
    opacity: 1;
    vertical-align: top;
}
#store_image.sp_slider .swiper-pagination-bullet-active { background: #333; }
#store_image.sp_slider .swiper-button-prev,
#store_image.sp_slider .swiper-button-next {
    width: 30px;
    height: 50px;
    margin-top: -45px;
    background: rgba(255, 255, 255, .6);
    z-index: 15;
    transition: 0.1s linear;
}
#store_image.sp_slider .swiper-button-prev { left: -40px; }
#store_image.sp_slider .swiper-button-next { right: -40px; }
#store_image.sp_slider .swiper-button-prev:before,
#store_image.sp_slider .swiper-button-next:before {
    position: absolute;
    top: 15px;
    left: 9px;
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(/images/common/sprite_arrow.png);
    background-size: 200px auto;
    content: " ";
}
#store_image.sp_slider .swiper-button-prev:before { background-position: -150px 0; }
#store_image.sp_slider .swiper-button-next:before { background-position: -50px 0; }
#store_image.sp_slider .swiper-button-prev:hover,

#store_image.sp_slider a { display: block; }
#store_image .swiper-button-prev:hover,
#store_image .swiper-button-next:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/*
スライダー(ショッピング）
-----------------------------------*/
#netshop_image {
    overflow: hidden;
    width: 100%;
margin-top:50px;
}
#netshop_image .netshopbnr {
    position: relative;
    overflow: visible;
    width: 300px;
    margin: 10px auto 0;
}
#netshop_image .netshopbnr:before {
    position: absolute;
    top: 0;
    left: -50%;
    width: 1600px;
    height: 300px;
    margin-left: -1460px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
}
#netshop_image .netshopbnr:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    height: 300px;
    margin-left: 160px;
    background: rgba(0, 0, 0, .3);
    content: " ";
    z-index: 10;
    visibility: visible;
}
#netshop_image.sp_slider .swiper-pagination {
    position: relative;
    bottom: 0;
    height: 10px;
    margin: 10px 0;
}
#netshop_image.sp_slider .swiper-slide img { width: 100%; }
#netshop_image.sp_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    filter: alpha(opacity=100);
    opacity: 1;
    vertical-align: top;
}
#netshop_image.sp_slider .swiper-pagination-bullet-active { background: #333; }
#netshop_image.sp_slider .swiper-button-prev,
#netshop_image.sp_slider .swiper-button-next {
    width: 30px;
    height: 50px;
    margin-top: -45px;
    background: rgba(255, 255, 255, .6);
    z-index: 15;
    transition: 0.1s linear;
}
#netshop_image.sp_slider .swiper-button-prev { left: -40px; }
#netshop_image.sp_slider .swiper-button-next { right: -40px; }
#netshop_image.sp_slider .swiper-button-prev:before,
#netshop_image.sp_slider .swiper-button-next:before {
    position: absolute;
    top: 15px;
    left: 9px;
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(/images/common/sprite_arrow.png);
    background-size: 200px auto;
    content: " ";
}
#netshop_image.sp_slider .swiper-button-prev:before { background-position: -150px 0; }
#netshop_image.sp_slider .swiper-button-next:before { background-position: -50px 0; }
#netshop_image.sp_slider .swiper-button-prev:hover,

#netshop_image.sp_slider a { display: block; }
#netshop_image .swiper-button-prev:hover,
#netshop_image .swiper-button-next:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/*
タブ内メニュー
-----------------------------------*/
.box_nav {
    width: 1200px;
    margin: 20px auto 40px;
    padding: 10px 30px 20px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);
}
.heading_tab { display: none; }

/* 店舗リスト */
.list_store {
    box-sizing: border-box;
    display: table;
    width: 100%;
    border-right: 1px dotted #999;
}
.list_store.primary { 
margin: 30px auto; 
/*width:80%;*/
}

.list_store.secondary { 
margin: 0 auto 30px auto;
width: 50%;
}/*margin-bottom: 30px*/

.list_store.foodshow { 
margin: 0 auto 30px auto; 
width: 100%;
}/*margin-bottom: 30px*/

.list_store.specialty  {
 margin: 0 auto; 
  width: calc((100% / 7)*5);
  width: -webkit-calc((100% / 7)*5);
  width: -moz-calc((100% / 7)*5);
/*width: 75%;*/
}/*margin-bottom: 30px*/

.list_store li {
    box-sizing: border-box;
    display: table-cell;
    border-left: 1px dotted #999;
}
.list_store.primary li {
  width: calc(100% / 4);
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
}
.list_store.secondary li {
  width: calc(100% / 2);
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
}

.list_store.foodshow li {
  width: calc(100% / 8);
  width: -webkit-calc(100% / 8);
  width: -moz-calc(100% / 8);
}
.list_store.specialty li {
  width: calc(100% / 4);
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
}

.list_store.foodshow li a{
font-size:11px;
}
.list_store a { transition: 0.1s linear; }
.list_store a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.list_store .logo {
    display: block;
    padding: 10px 0 15px;
    text-align: center;
}
.list_store.secondary .logo {padding-bottom: 0; }
.list_store .image {
    width: 140px;
    height: 30px;
    margin: 0 auto 5px;
}

.list_store .floor ,
.list_store .access {
/*    float: left;*/
display:inline-block;
text-align:center;
    width: 48%;
    font-size: 11px;
margin-left:1%;
}
.list_store .floor:before {
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 5px 0 8px;
    background: url(/top/images/sprite_top.png) no-repeat -150px 0;
    background-size: 600px auto;
    content: " " ;
}
.list_store .access:before {
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: 0 5px 0 8px;
    background: url(/top/images/sprite_top.png) no-repeat -200px 0;
    background-size: 600px auto;
    content: " " ;
}
.list_store + .box_button { text-align: right; }
.list_store + .box_button .button {
    display: inline-block;
    width: auto;
    padding: 5px 20px 4px 10px;
    font-size: 12px;
}
.list_store + .box_button .button:after {
    margin-top: -7px;
    right: 5px;
}
/*フードショースライス用*/
.list_store.tertiary {
/*width:70%;*/
	margin: 10px auto 20px auto;
}
.list_store.tertiary li {
  width: calc((100% / 5)*1);
  width: -webkit-calc((100% / 5)*1);
  width: -moz-calc((100% / 5)*1);
}

.list_store.tertiary li.shinqs {
  width: calc((100% / 5)*1);
  width: -webkit-calc((100% / 5)*1);
  width: -moz-calc((100% / 5)*1);
}
.list_store.tertiary li.scsq {
  width: calc((100% / 5)*2);
  width: -webkit-calc((100% / 5)*2);
  width: -moz-calc((100% / 5)*2);
}
.list_store.tertiary li.plz {
  width: calc((100% / 7)*2);
  width: -webkit-calc((100% / 7)*2);
  width: -moz-calc((100% / 7)*2);
}




.list_store.tertiary .logo {
	padding-bottom: 10px;
	text-align:center;	
}
.list_store.tertiary .image {

	display:block;
width:auto!important;
height:52px!important;
    margin: 0 10px 0 0;
	text-align:center;	
}
.list_store.tertiary .image img{height:40px!important;margin:5px 0!important;}

.list_store.tertiary span{
	display:block;
}
.list_store.tertiary  .logo p{
	margin:5px 0;
	text-align:center;
color:#9e8446;	
}



/* 2017 修正　ここから */
/* ECメニュー */
.list_ec_nav.primary li {
    position: relative;
    float: left;
    width: -webkit-calc((100% - 36px) / 8);
    width: calc((100% - 36px) / 8);
    margin: 20px 5px 0 0;
}
.list_ec_nav.primary li:last-child { margin-right: 0 }
.list_ec_nav.primary a {
    display: table-cell;
    width: 135px;
    height: 58px;
    margin: 0 auto;
    padding-right: 10px;
    border: 1px dotted #999;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
    transition: 0.1s linear;
}
.list_ec_nav.primary a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.list_ec_nav.primary a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    background: url(/images/sp_common/sprite_arrow.png) no-repeat -50px 0;
    background-size: 200px auto;
    content: " ";
}
.list_ec_nav.primary a:hover:after { background-position: -50px -50px; }

.list_ec_nav.secondary {
    margin: 40px auto;
}

.list_ec_nav.secondary li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 300px;
    border-left: 1px dotted #999;
}
.list_ec_nav.secondary li:nth-child(4n) { border-right: 1px dotted #999; }
.list_ec_nav.secondary li:nth-child(n+5) { margin-top: 20px; }
.list_ec_nav.secondary a {
    display: block;
    width: 240px;
    padding: 0 30px;
    transition: 0.1s linear;
}
/* 2017 修正　ここまで */

.list_ec_nav.secondary a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.list_ec_nav.secondary img { width: 100%; }

#net_shop .button_next:before {
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(/top/images/sprite_top.png) no-repeat -300px 0;
    background-size: 600px; auto;
    content: " ";
}
#net_shop .button_next:hover:before { background-position: -50px 0; }

/*
おすすめ情報
-----------------------------------*/
.recommend {
   position: relative;
   overflow: hidden;
    width: 100%;
}
.recommend.static { text-align: center; }
.recommend.static .swiper-wrapper { display: block; }
.list_topics .item {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 310px;
}
.list_topics .item a { padding-bottom: 5px; }
.recommend.static .list_topics .item {
    display: inline-block
}
.recommend .swiper-button-prev,
.recommend .swiper-button-next {
    width: 30px;
    height: 40px;
    margin-top: -45px;
    background: rgba(0, 0, 0, .6);
    z-index: 15;
    transition: 0.1s linear;
}
.recommend .swiper-button-prev { left: 0; }
.recommend .swiper-button-next { right: 0; }
.recommend .swiper-button-prev:before,
.recommend .swiper-button-next:before {
    position: absolute;
    top: 10px;
    left: 9px;
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(/images/common/sprite_arrow.png);
    background-size: 200px auto;
    content: " ";
}
.recommend .swiper-button-prev:before { background-position: -150px -50px; }
.recommend .swiper-button-next:before { background-position: -50px -50px; }

.recommend.static .swiper-button-prev,
.recommend.static .swiper-button-next { display: none; }
  
.recommend .list {
    position: relative;
    margin: 10px 10px 20px;
    padding-left: 20px;
    font-size: 12px;
}
.recommend .list:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/top/images/sprite_top.png) no-repeat -350px 0;
    background-size: 600px auto;
    content: " ";
}

/*
ネットショッピング　バナー
-----------------------------------*/
/* 2017 修正　ここから */
.list_ec_banner {
    display: -webkit-flex;
    display: flex;
    max-width: 1285px;
    margin: 0 auto 10px;
    text-align: center;
}
.list_ec_banner li {
    margin: 10px 2.5px 0;
}
.list_ec_banner.small li {
width:calc(100% / 6)
}
.list_ec_banner img {
    width: 100%;
    height: 100%;
}

/* 大バナー */
.list_ec_banner.large { width: 1290px; }
.list_ec_banner.large li { margin: 10px 5px 0; }

/* 2017 修正　ここまで */

/*
お知らせ
-----------------------------------*/
.box .inner {
    width: 1200px;
    margin: 0 auto;
}
.heading_notice {
    float: left;
    font-size: 16px;
    font-weight: 300;
}
.heading_notice:before {
    display: inline-block;
    width: 17px;
    height: 20px;
    margin: 0 5px 0 10px;
    background: url(/top/images/sprite_top.png) no-repeat -100px 0;
    background-size: 600px auto;
    content: " ";
    vertical-align: -3px;
}
/*
.list_notice { margin-left: 210px; }
.list_notice li { margin-top: 20px; }
.list_notice li:first-child { margin-top: 0; }
.list_notice a {
    font-size: 14px;
    text-decoration: underline;
}
.list_notice a:hover { text-decoration: none; }
*/
/*変更*/
.list_notice {
	margin-left: 210px;
}

.list_notice li {
	font-size: 14px;
	margin-top: 15px;
	position: relative;
}
.list_notice li:first-child { margin-top: 0; }

.list_notice li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}

.list_notice a {
    text-decoration: underline;
}
.list_notice a:hover {
	text-decoration: none;
}



/*
サイトナビゲーション
-----------------------------------*/
.list_nav_button {
    position: relative;
    float: left;
    margin-left: 30px;
}
.list_nav_button:first-child { margin-left: 20px; }
.list_nav_button:first-child:before {
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    width: 5px;
    background: #ccc url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
    content: " " ;
}
.list_nav_button li {
    float: left;
    margin-left: 15px;
}
.list_nav_button a {
    position: relative;
    display: block;
    width: 164px;
    height: 50px;
    padding-top: 80px;
    border: 3px solid #333;
    text-align: center;
    transition: 0.1s linear;
}
.list_nav_button a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.list_nav_button a:before {
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-image: url(/top/images/sprite_top.png);
    background-size: 600px auto;
    content: " ";
}
.list_nav_button .serch_shop:before { background-position: 0 -50px; }
.list_nav_button .serch_shop:hover:before { background-position: 0 -150px; }

.list_nav_button .inquiry:before {
    top: 40px;
    width: 50px;
    height: 29px;
    margin-left: -25px;
    background-position: -100px -50px;
}
.list_nav_button .inquiry:hover:before { background-position: -100px -150px; }

.list_nav_button .shipping_inquiry:before {
    width: 60px;
    height: 40px;
    margin-left: -30px;
    background-position: -200px -50px;
}
.list_nav_button .shipping_inquiry:hover:before { background-position: -200px -150px; }

.list_nav_button .corporate:before { background-position: -300px -50px; }
.list_nav_button .corporate:hover:before { background-position: -300px -150px; }

.list_nav_button .recruite:before {
    width: 62px;
    height: 40px;
    margin-left: -31px;
    background-position: -400px -50px;
}
.list_nav_button .recruite:hover:before { background-position: -400px -150px; }

.list_nav_button .gaishou:before { background-position: -500px -50px; }
.list_nav_button .gaishou:hover:before { background-position: -500px -150px; }

/*
バナー
-----------------------------------*/
.list_banner {
    width: 1200px;
    margin: 10px auto 20px;
}
.list_banner li {
    width: 190px;
    height: 190px;
    margin-top: 10px;
}
.list_relations { width: 1200px; }








