﻿/* CSS Document */ :root {
  --color-sale-dark: #e3007f;
  --color-base-text-dark: #231815;
  --color-base-line-dark: #231815;
}

/*-----------------------------------
PC・スマホ共通スタイル
body.ex-salepage
-----------------------------------*/
body.pc #e_navi_foot.common_e_navi {
  display: none !important;
}
body.ex-salepage #contents {

  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
	background: #e52956;
}

body.ex-salepage #contents:after{
	content: "";
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(245, 241, 204, 1);
    background: linear-gradient(0deg, rgba(229, 41, 86, 1) 0%, rgba(249, 144, 127, 1) 100%);
}

body.ex-salepage #contents-main, body.ex-salepage .shoplist_cat {
  max-width: 100%;
  margin: 0 auto;
  background: none;
  position: relative;
  overflow: visible;
}
body.ex-salepage #contents .inner {
    background: url(bg.png) no-repeat center top #fbe1e3;
    margin: 0 auto;
    padding-bottom: 0;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    position: relative;
    z-index: 1;
}

body.ex-salepage #contents .inner h2 {
    background: none;
    width: 70%;
    padding: 60px 0 22px;
}
body.ex-salepage #contents .inner .exsale_header .catch {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 24px;
}
body.ex-salepage #contents .inner .salepage_btn, body.ex-salepage #contents .inner .list_menu {
  max-width: 960px;
  margin: 0 auto;
}
body.ex-salepage #contents .inner .salepage_btn {
     background: rgba(255, 253, 223, 0.7);
  padding: 8px 0 20px;
}
body.ex-salepage #contents .inner .salepage_btn .splide {
  margin: 10px auto 0;
}
body.ex-salepage .list_menu ul {
  font-weight: bold;
}
body.ex-salepage .list_menu ul li a {
  color: #fff;
	background: #d9244f;
  border:3px solid  #fff;
}
body.ex-salepage .list_menu ul li a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  display: block;
  font-size: 22px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
body.ex-salepage .shoplist_cat .item .shopname a {
 
}
body.ex-salepage #contents .inner .page_btn a:after {
  font-family: var(--fontfamily-icon);
  content: "\e5c5";
  display: block;
  font-size: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  line-height: 0;
  color: #d9244f;
}
body.ex-salepage #contents-main .shoplist_cat .cat_ttl {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
	color: #d9244f;
	background: #ffda01;
}

body.ex-salepage .shoplist_cat {
    width: calc(100% - 80px);
  padding: 0;
	margin: 0 auto 40px;
  z-index: 1;
  position: relative;
	gap:0;
	border-radius: 14px;
	overflow: hidden;
	  background: #fff;
	border: 3px solid #fff;
		box-shadow: 0 10px 4px -6px rgba(0, 0, 0, .2);
	box-sizing: border-box;
}

body.ex-salepage .shoplist_cat .item_group{
	gap:0;
	    padding: 20px 0;
}

body.ex-salepage .shoplist_cat .item_group > li {width: 100%;

  border: none;
  border-radius: 0;
    border-bottom: 1px solid #222;
	display: flex;
}

body.ex-salepage .shoplist_cat .item_group > li:first-of-type .service .text{
	margin-top: 0;
}
body.ex-salepage .shoplist_cat .item_group > li:last-of-type{
	border-bottom: none;
}

body.ex-salepage .shoplist_cat .item .service{
 border-left: 1px solid #222;
}
body.ex-salepage .shoplist_cat .item .service .text {
	border: none;
padding: 20px 0 20px 20px;
	margin:20px;
	min-height: auto;
    background: #fffddf;
    text-align: left;
    white-space: pre-wrap;
}




body.ex-salepage .attention {
  padding: 0 0 30px;
  margin: 0 auto;
  max-width: 960px;
}
body.ex-salepage.pc .shoplist_cat .item .shopitem{
	padding-right: 0;
}


body.ex-salepage .shoplist_cat .item .shopitem_articleList .logo{
width: 80%;
    background-size: 100% auto;
    margin: 0 auto;
}

/*-----------------------------------
PCスタイル
body.ex-salepage
-----------------------------------*/
body.ex-salepage.pc #contents .inner .salepage_btn .splide {
  width: calc(100% - 74px);
  display: flex;
  align-items: stretch;
  padding-right: 5px;
}
body.ex-salepage.pc #contents .inner .splide__track {
  width: calc(100% - 120px);
}
body.ex-salepage div.salepage_btn .splide__list .item {
  padding: 6px;
	width: calc(100% / 6)!important;
}
body.ex-salepage div.salepage_btn .splide__list .item .date {
  display: none;
}
body.ex-salepage div.salepage_btn .splide__list .item p.image {
  height: 110px;
}

body.ex-salepage div.salepage_btn .splide__list .item p.image .item_image_noimg{padding-top: 26px;}

body.ex-salepage div.salepage_btn .splide__list .item p.image:before {
	display: none;
}
body.ex-salepage div.salepage_btn .splide__list .item .name a {
  bottom: 9px;
  left: 9px;
  width: calc(100% - 18px);
}
body.ex-salepage div.salepage_btn .splide__list .item p.image img {
  border-color: #fff;
  border-width: 3px;
}
body.ex-salepage.pc #contents .inner .page_btn a {
  width: 110px;
  height: calc(100% - 14px);
  margin: 6px 0 8px 10px;
  padding: 0 0 10px;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  background: #ffda01;
  color: #d9244f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
body.ex-salepage.pc .list_menu ul {
  margin-top: 20px;
	max-width: 960px;
	    width: calc(100% - 80px);gap:0;
	    padding-bottom: 20px;
}
body.ex-salepage.pc .list_menu ul li {
margin:0 10px 14px 0;
	width: calc((100% - 20px) / 3 );
}

body.ex-salepage.pc .list_menu ul li:nth-child(3),
body.ex-salepage.pc .list_menu ul li:last-of-type{
	margin-right: 0;
}

body.ex-salepage.pc .list_menu ul li:nth-child(n+4) {
width: calc((100% - 20px ) / 4);
	width: calc((100% - 30px) / 4 );
}

body.ex-salepage.pc .list_menu ul li a {
  font-size: 16px;
	font-weight: normal;
  line-height: 50px;
  padding: 0 20px 8px;
  border-width: 3px;
}

body.ex-salepage.pc .shoplist_cat .item_group > li .detail{
	        min-height: 50px;
	width: 300px;
	        align-items: start;
	padding-left: 0;
}

body.ex-salepage.pc .shoplist_cat .item_group > li .service{
	width: calc(100% - 300px);
}

/*-----------------------------------
SPスタイル
body.ex-salepage
-----------------------------------*/
body.ex-salepage.sp #contents .inner h2 {
    width: 84%;
    padding: 30px 0px 20px;
}
body.ex-salepage.sp #contents .inner:before {
  border-width: 0px 0 30px 80px;
}
body.ex-salepage.sp #contents div.salepage_btn {
  width: 100%;
  padding: 1px 10px 10px 5px;
}
body.ex-salepage.sp #contents div.salepage_btn .splide {
  display: flex;
  justify-content: space-between;
}
body.ex-salepage.sp div.salepage_btn .splide__track {
  width: calc(100% - 86px);
}

body.ex-salepage.sp div.salepage_btn .splide__list .item{
	    width: calc(100% / 3) !important;
}

body.ex-salepage.sp div.salepage_btn .splide__list .item p.image {
  height: 80px;
}

body.ex-salepage.sp div.salepage_btn .splide__list .item p.image .item_image_noimg{padding-top: 14px;}

body.ex-salepage.sp div.salepage_btn .splide__list .item p.image:before {
  top: 8px;
}
body.ex-salepage.sp div.salepage_btn .page_btn a {
  width: 80px;
  height: 100%;
  box-sizing: border-box;
  background: #ffda01;
  color: #d9244f;
  font-size: 82%;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  margin: 0;
  padding: 4px 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.ex-salepage.sp #contents .inner .page_btn a:after {
  font-size: 18px;
	color: #d9244f;
}
body.ex-salepage.sp #contents .inner .list_menu {
  width: 94%;
  padding: 10px 0;
  box-sizing: border-box;
  background: none;
}
body.ex-salepage.sp #contents .inner .list_menu ul {
  padding: 0;
  gap: 0;
}
body.ex-salepage.sp #contents .inner .list_menu li {
  width: auto;
	margin-right: 4px;
	box-sizing: border-box;
}

body.ex-salepage.sp #contents .inner .list_menu li:nth-child(3),
body.ex-salepage.sp #contents .inner .list_menu li:last-of-type{
	margin-right: 0;
}

body.ex-salepage.sp #contents .inner .list_menu li:nth-child(2) {
  width: 54%;
	margin-bottom: 4px;
}

body.ex-salepage.sp #contents .inner .list_menu li:nth-child(1),
body.ex-salepage.sp #contents .inner .list_menu li:nth-child(3){
  width: calc((46% - 8px ) / 2 );
	margin-bottom: 4px;
}

body.ex-salepage.sp #contents .inner .list_menu li:nth-child(n+4){
	width: calc((66% - 12px ) / 3 );
}

body.ex-salepage.sp #contents .inner .list_menu li:nth-child(7){
	width: 34%;
}

body.ex-salepage.sp #contents .inner .list_menu li a {
  height: auto;
  border-width: 2px;
  padding: 12px 4px 18px;
  border-radius: 6px;
	    letter-spacing: -0.02em;
}
body.ex-salepage.sp #contents .inner .list_menu li:nth-child(1) a, body.ex-salepage.sp #contents .inner .list_menu li:nth-child(3) a {
  border: 2px solid;
}
body.ex-salepage.sp .list_menu ul li a:after {
  font-size: 14px;
}
body.ex-salepage.sp .shoplist_cat, body.ex-salepage.sp #contents-main {
}
body.ex-salepage.sp .shoplist_cat {
	width: 94%;
  padding: 0;
  margin: 0 auto 30px;
	border-width: 2px;
	background: #fff;
}
body.ex-salepage.sp .shoplist_cat:last-of-type{
	padding: 0;
}

body.ex-salepage.sp #contents-main .shoplist_cat .cat_ttl {
  border-radius: 0;
  padding:16px 10px 14px;
}
body.ex-salepage.sp .shoplist_cat .item_group {
  background: none;
}
body.ex-salepage.sp .shoplist_cat .item_group > li {
  width: 100%;
  margin: 0;
  border-width: 0;
  background: #fff;
	flex-wrap: wrap;
    border-bottom: 1px solid #222;
}

body.ex-salepage.sp .shoplist_cat .item .detail{
	width: 100%;
}
body.ex-salepage.sp .shoplist_cat .item_group li .service{
	border: none;
}


body.ex-salepage.sp .shoplist_cat .item .service .text{
    background: #fffddf;
    text-align: left;
    white-space: pre-wrap;
    padding: 10px 14px;
}




body.ex-salepage.sp .attention {
  margin-bottom: 0;
  padding: 16px;
  background: none;
}