﻿/* CSS Document */

/*-----------------------------------
PC・スマホ共通スタイル
body.ex-salepage
-----------------------------------*/
body.pc #e_navi_foot.common_e_navi {
  display: none !important;
}
body.ex-salepage #contents {
  /*background: url("bg-2011.gif");*/
  width: 100%;
  text-align: center;
  padding: 0;
}
body.ex-salepage #contents > .inner {
  margin: 0 auto;
  background: url("bg-fuku.png");
  background-size: contain;
}

body.ex-salepage #contents-main {
  margin: 0 auto;
  width: 930px;
}

body.ex-salepage #contents h2 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
body.ex-salepage .exsale_header {
  margin: 0 auto;
  padding: 20px 0 0;
  background: none;
}

body.ex-salepage .exsale_header ul{
	width: 70%;
	margin: 0 auto 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
body.ex-salepage .exsale_header ul li{
	width: calc(100% / 2 - 10px);
	margin: 0 5px;
}
body.ex-salepage .exsale_header ul li a{
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 12px;
	color: #d9383f;
	border: 3px solid #d9383f;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
body.ex-salepage .exsale_header ul li.hanbai a{
	color: #ec6d74;
	border: 3px solid #ec6d74;
}
body.ex-salepage .exsale_header ul li a::before{
	content:"";
	font-family: "font Awesome 5 Free";
	font-weight: bold;
	content: "\f054";
	position: absolute;
	top: 35%;
	right: 15px;
	display: block;
	color: #d9383f;
	font-size: 20px;
}
body.ex-salepage .exsale_header ul li.hanbai a::before{
	color: #ec6d74;
}

body.ex-salepage .exsale_header ul li.on a{
	background: #d9383f;
	color: #FFF;
	
}
body.ex-salepage .exsale_header ul li.on.hanbai a{
	color: #FFF;
	background: #ec6d74;
}

body.ex-salepage .exsale_header ul li.digitalflyer a {
  background: #ef611f;
  border-radius: 45px;
  color: #FFF;
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  border: none;
}
body.ex-salepage .exsale_header ul li.digitalflyer a::before {
  color: #fff;
}

body.ex-salepage.sp .exsale_header ul li.digitalflyer {
  width: 60%;
}
body.ex-salepage.sp .exsale_header ul li.digitalflyer a {
  border-radius: 45px;
}



body.ex-salepage .exsale_header p:first-of-type {
  margin: 16px auto 20px;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  color: #FFF;
  background: #D9383F;
  box-sizing: border-box;
}

body.ex-salepage.hanbai .exsale_header p:first-of-type {

	background: #ec6d74;
}

body.ex-salepage .exsale_header p:nth-of-type(2){
  line-height: 1.5;
  padding: 0 3% 10px;
}
body.ex-salepage .exsale_header p.newest-btn{
  background:#ffffff; 
  font-size:16px; 
  font-weight:bold; 
  padding:8px 10px; 
  color:#000000; 
  width:50%; 
  margin: 10px auto;
  display:block; 
  border-radius:25px;
}

body.ex-salepage .exsale_header p span {
  color: #e73828;
  text-align: center;
}

body.ex-salepage #contents div.salepage_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 44;
  width: 100%;
  border-top: 1px solid #565456;
  background: #e60012;
}
body.ex-salepage #contents div.salepage_btn .box {
  width: 960px;
  margin: 0 auto;
  display: flex;
  padding: 0;
}

body.ex-salepage #contents div.salepage_btn .page_btn a:before {
  border-top-color: #fff;
  right: 48px;
}
body.ex-salepage #contents div.salepage_btn #items {
  width: 85.7%;
}
body.ex-salepage #contents div.salepage_btn #items .item {
  width: 15%;
  border: none;
}

body.ex-salepage #contents div.salepage_btn #items .item:nth-child(6) {
  display: block;
  margin: 0;
}

body.ex-salepage #contents div.salepage_btn #items .item p.image {
  height: 100px;
}

body.ex-salepage #contents div.salepage_btn .page_btn {
  width: 12.5%;
}

body.ex-salepage #contents div.salepage_btn .page_btn a {
  height: 100px;
  padding: 20px 8px 0;
}

body.ex-salepage #contents div.salepage_btn .page_btn a {
  color: #e60012;
  background: #fff;
}

body.ex-salepage #contents ul.shoplist_cat {
  margin-top: 0;
  border-top: 10px solid #005ead;
  border-bottom: 10px solid #005ead;
  padding: 16px;
  background: #fff;
}

body.ex-salepage #contents ul.shoplist_cat ul {
  padding: 0;
}

body.ex-salepage #contents  {
  border: none;
  border-bottom: 1px solid #565456;
}


body.ex-salepage #contents  .service .text {
  font-size: 16px;
  line-height: 1.6em;
  /*background: rgba(255, 255, 0, 0.15);*/
  text-align: center;
    padding-top: 10px;
}

body.ex-salepage #contents  .service .text span {
  color: #e60012;
  font-weight: bold;
    font-size: 18px;
}
body.ex-salepage #contents  .service .text em {
  color: #f5a33b;
  font-weight: bold;
}
body.ex-salepage #contents  .service .text strong {
  color: #ea5463;
  font-weight: bold;
}

body.ex-salepage #contents p.attention {
  background: none;
  padding: 0;
  color: #fff;
}

body.ex-salepage ul.shoplist_cat {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.ex-salepage .cat2 ul.shoplist_cat {
  border-color: #50abe1;
}

body.ex-salepage .cat3 ul.shoplist_cat {
  border-color: #38b67d;
}

body.ex-salepage ul.shoplist_cat .new_open {
  width: 816px;
  margin: 24px auto 5px;
  padding: 24px 20px 30px 320px;
  box-sizing: border-box;
  text-align: left;
  min-height: 180px;
  background: url(bnr_newshop-1904.png) no-repeat left 20px center #fffcdb;
}

body.ex-salepage ul.shoplist_cat .new_open dt {
  font-size: 18px;
  color: #1eaa39;
  font-weight: bold;
  padding: 4px 0;
}

body.ex-salepage ul.shoplist_cat .new_open dt span {
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 14px;
}

body.ex-salepage ul.shoplist_cat .new_open dd a {
  font-weight: bold;
  background: #fff;
  color: #1eaa39;
  padding: 2px 20px;
  border: 2px #1eaa39 solid;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 20px;
}

body.ex-salepage ul.shoplist_cat .new_open dd a::before {
  font-family: "Font Awesome 5 Free";
  margin: 0 4px 0 0;
  font-size: 1em;
  display: inline-block;
  content: "\f0da";
}

body.ex-salepage  .shopitem {
  margin-top: 0px;
}

body.ex-salepage .list_menu {
  width: 100%;
  margin: 10px auto 0;
  background: none;
  max-width: 880px;
  z-index: 1;
  position: relative;
}

body.ex-salepage .list_menu.bottom {
  margin-top: 0;
}

body.ex-salepage .list_menu ul {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  padding-bottom: 30px;
  font-size: 0;
}

body.ex-salepage .list_menu ul li {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: calc(100% / 3 - 15px);
  border-radius: 25px;
  color:#005ead;
  text-align: center;
  margin: 0 4px 8px;
  /* padding: 8px 0; */
  position: relative;
  background: #fff;
  border: 2px solid #d9383f;
}
body.ex-salepage .list_menu ul li a{
	color:#D9383F;
  display: block;
  padding: 8px 0;
}

body.ex-salepage .list_menu ul li::before {
	font-family: "font Awesome 5 Free";
  font-weight: bold;
  content: "\f078";
  width: 0px;
  height: 0px;
  position: absolute;
	right: 25px;
	top: 10px;
  color: #D9383F;
}

/*body.ex-salepage .list_menu ul li:last-child {
  margin-right: 0;
  float: left;
}*/

body.ex-salepage #contents-main .shoplist_cat ul li.cat_ttl:before {
  display: none;
}
body.ex-salepage #contents-main .shoplist_cat h3.cat_ttl{
	padding: 20px 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #D7B784;
	color: #fff;
	border-radius: 8px 8px 0 0;
}
body.ex-salepage #contents-main .shoplist_cat h3#cat01{background: #ef8eaf;}
body.ex-salepage #contents-main .shoplist_cat h3#cat02{background: #1d7fb9;}
body.ex-salepage #contents-main .shoplist_cat h3#cat03{background: #c0a13c;}
body.ex-salepage #contents-main .shoplist_cat h3#cat06{background: #9f807e;}
body.ex-salepage #contents-main .shoplist_cat h3#cat09{background: #ed6d46;}

/*body.ex-salepage #contents #contents-main #sale_shoplist-1 .service .text {background: #f9d1de;}
body.ex-salepage #contents #contents-main #sale_shoplist-2 .service .text {background: #c6d4e9;}
body.ex-salepage #contents #contents-main #sale_shoplist-3 .service .text {background: #e9ddbb;}
body.ex-salepage #contents #contents-main #sale_shoplist-6 .service .text {background: #e0d3d1;}
body.ex-salepage #contents #contents-main #sale_shoplist-9 .service .text {background: #fad1bb;}*/

body.ex-salepage .shoplist_cat .shoplistbox{
  margin:0 0 24px;
	text-align: left;
	font-size: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	padding-top: 15px;
}

body.ex-salepage .shoplist_cat .item{
	box-sizing:border-box;
	padding:16px;
	position:relative;
	overflow:hidden;
	background: #FFF;
	width: calc(100%/3 - 10px);
	margin: 0 5px 13px;
}

body.ex-salepage .shoplist_cat .item .detail{
  width: 100%;
  position: relative;
  min-height: 55px;
}
body.ex-salepage .shoplist_cat .item .service{
	display: inline-block;
	width: 100%;
	min-height: 50px;
}


body.ex-salepage .shoplist_cat .item .detail .shopname{
	display: inline-block;
	font-size:16px;
	font-weight:bold;
	width:calc(100% - 80px);
	vertical-align: top;
  text-align: left;
  position: relative;
}
body.ex-salepage .shoplist_cat .item .detail .logo{
	width:120px;
  margin: 0 auto;
	/*display: inline-block;*/
}

/*ひとつめ*/
body.ex-salepage #contents-main .shoplist_cat .shop22143 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22321 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22272 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22351 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22410 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22170 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop21652 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22081 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22281 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22430 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22122 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22231 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22110 .shopname::after{
	content:"\30EC\30C7\30A3\30B9"; /*レディス*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background: #fcd;
	position: absolute;
	left: 0px;
	top: 30px;
}
body.ex-salepage #contents-main .shoplist_cat .shop22210 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop13070 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22242 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop12162 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop13030 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22350 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22090 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22332 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22232 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop13200 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop13200 .shopname::after{
	content:"\30D5\30A1\30DF\30EA\30FC"; /*ファミリー*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background: #FFEECC;
	position: absolute;
	left: 0px;
	top: 30px;
}
body.ex-salepage #contents-main .shoplist_cat .shop13140 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop12110 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop22080 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop13202 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop13190 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop12160 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop22192 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop13060 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop12180 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop13170 .shopname::before{
	content:"\30E1\30F3\30BA"; /*メンズ*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background:#bdf;
	position: absolute;
	left: 0px;
	top:30px;
}
body.ex-salepage #contents-main .shoplist_cat .shop21691 .shopname::before,
body.ex-salepage #contents-main .shoplist_cat .shop21701 .shopname::before{
	content:"\30AD\30C3\30BA"; /*キッズ*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background:#ffe5dd;
	position: absolute;
	left: 0;
	top: 30px;
}
/*２つめ*/
body.ex-salepage #contents-main .shoplist_cat .shop13140 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop12110 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22080 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop13190 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop22192 .shopname::after,
body.ex-salepage #contents-main .shoplist_cat .shop13060 .shopname::after{
	content:"\30EC\30C7\30A3\30B9"; /*レディス*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background:#fcd;
	position: absolute;
	left: 45px;
	top: 30px;
}
body.ex-salepage #contents-main .shoplist_cat .shop22081 .shopname::before{
	content:"\30E1\30F3\30BA"; /*メンズ*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background:#bdf;
	position: absolute;
	left: 55px;
	top: 30px;
}
body.ex-salepage #contents-main .shoplist_cat .shop21652 .shopname::before{
	content:"\30AD\30C3\30BA"; /*キッズ*/
	font-size:10px;
	font-weight: normal;
	padding: 0 3px;
	background:#ffe5dd;
	position: absolute;
	left: 55px;
	top: 30px;
}

/*body.ex-salepage .list_menu ul li a{
display: block;
text-decoration: none;
font-weight: bold;
font-size: 18px;
color:#fff;
line-height: 70px;
}*/

body.ex-salepage .list_menu ul li a br {
  display: none;
}

/*body.ex-salepage .list_menu ul li a{
border-radius: 10px;
box-sizing: border-box;
background: #f5e928;
color: #000;
border: 5px solid #000;
box-shadow: 0 12px 10px -6px rgba(0,0,0,.4);
position: relative;
}*/

/*body.ex-salepage .cat1 .list_menu ul li:nth-child(1) a,
body.ex-salepage .cat2 .list_menu ul li:nth-child(2) a,
body.ex-salepage .cat3 .list_menu ul li:nth-child(3) a{
border-color: #005ead;
color: #fff;
background: #e60012;
}*/

/*body.ex-salepage .cat1 .list_menu ul li:nth-child(1) a:after,
body.ex-salepage .cat2 .list_menu ul li:nth-child(2) a:after,
body.ex-salepage .cat3 .list_menu ul li:nth-child(3) a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: block;
  margin: -1.2em 0 0px;
  font-size: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -29px;
  line-height: 1em;
  color: #005ead;
}*/


body.ex-salepage .attention {
  padding: 0 10px 40px;
}
body.ex-salepage .attention p {
  font-size: 12px;
  line-height: 1.4em;
}
body.ex-salepage .attention p strong {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 8px;
}



body.ex-salepage .flex_contents{
    width: calc(100% - 10px);
    margin: 0 auto 15px;
}
body.ex-salepage .flex_contents img {
  width: 100%;
}

/*食の福袋市

body.ex-salepage .flex_contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #e50012;
    margin: 15px auto 0;
    width: 75%;
    align-items: stretch;
}
body.ex-salepage .flex_contents p{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.ex-salepage .flex_contents p:last-of-type{
    width: calc(100% - 500px);
}

body.ex-salepage .shoplist_cat .item.shop21140,
body.ex-salepage .shoplist_cat .item.shop21242,
body.ex-salepage .shoplist_cat .item.shop21191,
body.ex-salepage .shoplist_cat .item.shop21540,
body.ex-salepage .shoplist_cat .item.shop21521,
body.ex-salepage .shoplist_cat .item.shop21260,
body.ex-salepage .shoplist_cat .item.shop21552{
    border: 4px solid #e50012;
    box-sizing: border-box;
}


body.ex-salepage.sp .flex_contents{
    width: 90%;
}
body.ex-salepage.sp .flex_contents p{
    display: block;
    box-sizing: border-box;
    font-size: 14px;
}
body.ex-salepage.sp .flex_contents p:last-of-type{
    width: 100%;
    padding: 3px 0 8px;
}
body.ex-salepage.sp .shoplist_cat .item.shop21140,
body.ex-salepage.sp .shoplist_cat .item.shop21242,
body.ex-salepage.sp .shoplist_cat .item.shop21191,
body.ex-salepage.sp .shoplist_cat .item.shop21540,
body.ex-salepage.sp .shoplist_cat .item.shop21521,
body.ex-salepage.sp .shoplist_cat .item.shop21260,
body.ex-salepage.sp .shoplist_cat .item.shop21552{
    border: 3px solid #e50012;
}*/




/*-----------------------------------
スマホのみ
body.ex-salepage .sp_view
-----------------------------------*/

body.ex-salepage.sp #contents-main {
  padding: 0 10px;
  box-sizing: border-box;
  background-size: 20px auto;
}

/*body.ex-salepage.sp .footer-navi {
  display: none !important;
}*/

body.ex-salepage.sp footer .ad_foot_desc {
  padding-bottom: 120px;
}

body.ex-salepage.sp .to-top {
  bottom: 85px;
}

body.ex-salepage.sp .exsale_header,
body.ex-salepage.sp #contents-main div.salepage_btn .box,
body.ex-salepage.sp #contents-main div.salepage_btn #items,
body.ex-salepage.sp #contents-main div.salepage_btn .page_btn {
  width: 100%;
}
body.ex-salepage #contents-main .inner {
  padding: 0;
  background: none;
}

body.ex-salepage.sp #contents > .inner{
  padding: 0;
}

body.ex-salepage.sp .exsale_header{
	padding: 10px 0 0;
}

body.ex-salepage.sp .exsale_header p:first-of-type{
  margin: 16px auto 10px;
  font-size: 18px;
}
body.ex-salepage.sp .exsale_header p:nth-of-type(2){
  font-size: 80%;
  line-height: 1.3;
  padding: 0 10px;
}
body.ex-salepage.sp .exsale_header p.newest-btn{
  font-size: 12px; 
  padding: 10px; 
  width: 70%; 
}

/*body.ex-salepage.sp .exsale_header {
  background: url(bg_main-2011.gif);
  background-size: 20px auto;
  padding-top: 10px;
}*/

body.ex-salepage.sp .exsale_header ul{
width: 90%;
margin: 0 auto 15px;
}
body.ex-salepage.sp .exsale_header ul li a {
    padding: 10px 0;
    border-radius: 8px;
    font-size: 14px;
}
body.ex-salepage.sp .exsale_header ul li a::before {
	font-size: 14px;
	top: 25%;
}

body.ex-salepage.sp .exsale_header p {
  padding: 10px;
  font-size: 84%;
  text-align: center;
}
body.ex-salepage.sp #contents-main .shoplist_cat h3.cat_ttl{
  font-size: 18px;
}
body.ex-salepage.sp .shoplist_cat .item{
  width: calc(100% / 2 - 10px);
  padding: 12px;
}
body.ex-salepage.sp #contents-main .shoplist_cat .item .detail{
  width: 100%;
  justify-content: space-between;
}
body.ex-salepage #contents-main .shoplist_cat .item .detail .shopname{
  width: 65%;
  min-width: 50%;
}
body.ex-salepage.sp #contents-main .shoplist_cat .item .detail .logo{
    width: 90px;
  padding-right: 0;
}
body.ex-salepage.sp #contents-main .shoplist_cat .item .service{
  width: 100%;
    font-size: 12px;
}
body.ex-salepage.sp .list_menu {
  margin: 20px auto;
  width: 96%;
}

body.ex-salepage.sp .list_menu.bottom {
  margin: 10px auto 0;
  width: 100%;
  padding: 10px 3% 0;
  box-sizing: border-box;
  background: url(bg_main-2011.gif);
  background-size: 20px auto;
}

body.ex-salepage.sp .list_menu ul {
  padding-bottom: 20px;
}

body.ex-salepage.sp .list_menu ul li a {
  position: relative;
  border-width: 3px;
}
body.ex-salepage.sp .list_menu select{
	background: #FFF;
	border: 0;
	padding: 10px 12px;
}

body.ex-salepage.sp .list_menu select option:nth-of-type(5),
body.ex-salepage.sp .list_menu select option:nth-of-type(8),
body.ex-salepage.sp .list_menu select option:nth-of-type(11){
  display: none;
}
body.ex-salepage.sp .cat1 .list_menu ul li:nth-child(1) a:after,
body.ex-salepage.sp .cat2 .list_menu ul li:nth-child(2) a:after,
body.ex-salepage.sp .cat3 .list_menu ul li:nth-child(3) a:after {
  font-size: 32px;
  bottom: -21px;
}
body.ex-salepage.sp ul.shoplist_cat ul {
  padding: 16px 0 0;
}
body.ex-salepage.sp  {
  padding: 16px 0;
}

body.ex-salepage.sp #contents-main div.salepage_btn {
  margin: 0;
  padding: 8px 0;
}
body.ex-salepage.sp #contents-main div.salepage_btn .page_btn {
  margin-top: 4px;
}

body.ex-salepage.sp #contents-main div.salepage_btn #items {
  padding: 0 10px;
}

body.ex-salepage.sp #contents-main div.salepage_btn #items .item {
  width: 18%;
}
body.ex-salepage.sp #contents div.salepage_btn #items .item p.image {
  height: 60px;
}

body.ex-salepage.sp div.salepage_btn #items .item:nth-child(4) {
  margin: 0 1% 0 0;
}

body.ex-salepage.sp div.salepage_btn #items .item:nth-child(5) {
  display: block;
}

body.ex-salepage.sp #contents div.salepage_btn #items .item:nth-child(6) {
  display: none;
}

body.ex-salepage.sp #contents div.salepage_btn .page_btn a {
  width: 80%;
  height: auto;
  padding: 0 20px;
  line-height: 2.5em;
}

body.ex-salepage.sp div.salepage_btn #items .name a {
  padding: 0;
  font-size: 80%;
}

body.ex-salepage.sp .list_menu ul li a,
body.ex-salepage.sp .cat2 .list_menu ul li:nth-child(2) a {
  font-size: 76%;
  line-height: 1.4em;
  height: 60px;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: bold;
}

body.ex-salepage.sp .cat1 .list_menu ul li:nth-child(1) a,
body.ex-salepage.sp .cat2 .list_menu ul li:nth-child(2) a,
body.ex-salepage.sp .cat3 .list_menu ul li:nth-child(3) a,
body.ex-salepage.sp #contents ul.shoplist_cat {
  border-width: 3px;
}
body.ex-salepage.sp #contents ul.shoplist_cat {
  margin: 0 3%;
  padding: 16px;
  background: #fff;
}


body.ex-salepage.sp .list_menu ul li a br {
  display: block;
}

body.ex-salepage.sp #contents .service {
  border: none;
  padding-top: 0;
}

body.ex-salepage.sp #contents :first-child .service {
  padding: 0;
}
body.ex-salepage.sp #contents .service .text {
  font-size: 100%;
}

body.ex-salepage.sp #contents .service .text span {
  font-size: 100%;
}

/*body.ex-salepage.sp ul.shoplist_cat .new_open {
  width: 90%;
  padding: 100px 14px 20px;
  margin: 14px auto 20px;
  background-position: center 19px;
  background-size: auto 80px;
}

body.ex-salepage.sp ul.shoplist_cat .new_open dt {
  font-size: 100%;
  text-align: center;
}

body.ex-salepage.sp ul.shoplist_cat .new_open dt span {
  display: block;
}

body.ex-salepage.sp ul.shoplist_cat .new_open dd {
  font-size: 90%;
}

body.ex-salepage.sp ul.shoplist_cat .new_open dd.check {
  text-align: center;
  font-size: 90%;
}*/

body.ex-salepage.sp .attention {
  padding: 20px;
}
body.ex-salepage.sp .attention p{
  text-align: left;
  line-height: 1.4;
}

/* For modern browsers */
.cf:before,
.cf:after {
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
