﻿/* CSS Document */ :root {
  --color-sale-dark: #e3007f;
  --color-base-text-dark: #231815;
  --color-base-line-dark: #231815;
}
/*SP/PC*/
body.ex-salepage.pc .sp_only, body.ex-salepage.sp .pc_only {
  display: none;
}
/*page_nav*/
#page_nav {
  display: flex;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
  position: relative;
  z-index: 2;
}
#page_nav li {
  width: 50%;
  background: #fff;
}
#page_nav li a {
  text-align: center;
  display: block;
  line-height: 54px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#page_nav li:not(.active) a span {
  position: relative;
  padding: 0 24px 0 12px;
}



#page_nav li:not(.active) a span::after {
  font-family: "Material Symbols Outlined";
  font-weight: bold;
  content: "\e5cc";
  font-variation-settings: 'FILL'1;
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  background-color: #00a699;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding-left: 0px;
}
#page_nav li.active a {
  background: #fcd12e;
  color: #e74220;
  pointer-events: none;
}
#page_nav li.active a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  display: block;
  font-size: 50px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fcd12e;
}
.sp #page_nav li a {
  line-height: 44px;
  font-size: 13px;
}
.sp #page_nav li:not(.active) a span::after {
  top: 2px;
  right: 4px;
  width: 15px;
  height: 15px;
  font-size: 12px;
}
/*個別画像表示*/
body.ex-salepage .shoplist_cat .item .service .text:after {
  width: 100%;
  margin: 14px 0 8px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.ex-salepage .shoplist_cat .item.shop69 .service .text:after {
  content: "";
  background-image: url(shop69.jpg);
  height: 200px;
}
body.ex-salepage .shoplist_cat .item.shop331 .service .text:after {
  content: "";
  background-image: url(shop331.jpg);
  height: 140px;
}
/*-----------------------------------
PC・スマホ共通スタイル
body.ex-salepage
-----------------------------------*/
body.pc #e_navi_foot.common_e_navi {
  display: none !important;
}
body.ex-salepage #contents {
  background: #e84220;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
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-main {
  width: 100%;
  max-width: 960px;
  background: #ffe576;
  padding: 40px 4% 0;
}
body.ex-salepage #contents .inner {
  max-width: 100%;
  background: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
body.ex-salepage #contents .inner h2 {
  background: none;
}
body.ex-salepage.pc #contents .inner h2 .sp {
  display: none;
}
body.ex-salepage #contents .inner .exsale_header .catch {
  text-align: center;
  color: #fffbf4;
  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 {
  padding: 0 0 16px;
}
body.ex-salepage #contents .inner .salepage_btn .splide {
  margin: 0 auto;
}
body.ex-salepage #contents .inner .list_menu {
  background: #fff;
  padding: 30px 0 0;
  border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}
body.ex-salepage #contents .inner .list_menu.bottom {
  border-radius: 0 0 20px 20px / 0 0 20px 20px;
}
body.ex-salepage .list_menu ul {
  font-weight: bold;
}
body.ex-salepage .list_menu ul li a {
  color: #e74220;
  border: none;
  border: 2px solid #e74220;
  border-bottom: 20px solid #e74220;
}
body.ex-salepage.pc .list_menu ul li a {
  font-size: 16px;
  line-height: 52px;
  padding: 3px 40px 0;
}
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: -21px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
body.ex-salepage .shoplist_cat .item .shopname a {
  color: var(--color-base-text-dark);
}
body.ex-salepage .shoplist_cat .item .logo {
  padding: 10px 20px;
  background: #fff;
  box-sizing: border-box;
}
body.ex-salepage #contents-main .shoplist_cat .cat_ttl {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #e74220;
  color: #fff;
  padding: 12px;
  border-radius: 100px;
  font-size: 18px;
}
body.ex-salepage .shoplist_cat .item_group {
  max-width: 960px;
  width: 100%;
  padding: 16px 0 60px;
  z-index: 1;
  position: relative;
}
body.ex-salepage .shoplist_cat .item_group > li {
  background: #fff;
  border: none;
  border-radius: 8px;
}
body.ex-salepage .shoplist_cat .item .service .text {
  padding-bottom: 20px;
}
body.ex-salepage .attention {
  margin: 20px auto 60px;
  max-width: 960px;
  color: #fffbf4;
}
/*-----------------------------------
PCスタイル
body.ex-salepage
-----------------------------------*/
body.ex-salepage.pc #contents .inner .salepage_btn .splide {
  width: calc(100% + 12px);
  display: flex;
  align-items: stretch;
  margin: 6px -6px 0;
}
body.ex-salepage.pc #contents .inner .splide__track {
  width: calc(100% - 130px);
}
body.ex-salepage div.salepage_btn .splide__list .item {
  padding: 6px;
}
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:before {
  top: 16px;
  right: 6px;
	z-index: 4;
}
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: #fffbf4;
  border-width: 3px;
}
body.ex-salepage.pc #contents .inner .page_btn a {
  width: 120px;
  height: calc(100% - 14px);
  margin: 6px 0 8px 6px;
  padding: 0 0 10px;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  background: #fcd12e;
  color: #e84220;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
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: #e84220;
}
body.ex-salepage.pc .list_menu ul {
  gap: 10px;
  max-width: 100%;
}
body.ex-salepage.pc .list_menu ul li {
  width: auto;
}
body.ex-salepage.pc .shoplist_cat .item_group > li .detail {
  min-height: 50px;
}
body.ex-salepage .shoplist_cat .item .shopitem:before {
  background-color: #fcd12e;
  color: #e84220;
}
body.ex-salepage .shoplist_cat .item .shopitem:after {
  color: #fcd12e;
}
body.ex-salepage .shoplist_cat .item .shopitemMoreBtn {
  color: #e84220;
  background: none;
}
body.ex-salepage .shoplist_cat .item .shopitemMoreBtn::before {
  text-decoration: underline;
  font-size: 18px;
  top: 8px;
}
/*-----------------------------------
SPスタイル
body.ex-salepage
-----------------------------------*/
body.ex-salepage.sp #contents .inner h2 {
  width: 100%;
}
body.ex-salepage.sp #contents .inner h2 .pc {
  display: none;
}
body.ex-salepage.sp #contents .inner:before {
  border-width: 0px 0 30px 80px;
}
body.ex-salepage.sp #contents div.salepage_btn {
  margin-top: 16px;
  width: calc(94% + 6px);
}
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 {
  padding: 0 3px;
}
body.ex-salepage.sp div.salepage_btn .splide__list .item .name a {
  width: calc(100% - 6px);
  font-size: 0.8em;
  bottom: 0;
  left: 3px;
}
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:before {
  top: 8px;
}
body.ex-salepage.sp div.salepage_btn .page_btn a {
  width: 82px;
  height: 100%;
  box-sizing: border-box;
  background: #fcd12e;
  color: #e84220;
  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;
}
body.ex-salepage.sp #contents .inner .list_menu {
  width: 94%;
  padding: 14px 0;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
body.ex-salepage.sp #contents .inner .list_menu.bottom {
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
body.ex-salepage.sp #contents .inner .list_menu ul {
  width: 94%;
  padding: 0;
  gap: 6px;
}
body.ex-salepage.sp #contents .inner .list_menu li {
  width: calc((100% - 18px) / 3);
}
body.ex-salepage.sp #contents .inner .list_menu li:first-of-type {
  width: calc((100% - 18px) / 3);
}
body.ex-salepage.sp #contents .inner .list_menu li:nth-child(2) {
  width: calc((((100% - 18px) / 3) * 2) + 6px);
}
body.ex-salepage.sp #contents .inner .list_menu li a, body.ex-salepage.sp #contents .inner .list_menu li:nth-child(1) a {
  height: auto;
  border: 2px solid #e74220;
  border-bottom-width: 14px;
  padding: 12px 5px 8px;
  border-radius: 6px;
}
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 {}
body.ex-salepage.sp .list_menu ul li a:after {
  font-size: 20px;
  bottom: -17px;
}
body.ex-salepage.sp .shoplist_cat, body.ex-salepage.sp #contents-main {}
body.ex-salepage.sp #contents-main {
  width: 94% !important;
  padding: 16px 4% 0;
  margin: 0 auto;
}
body.ex-salepage.sp .shoplist_cat {
  padding: 0;
  margin: 0 auto 40px;
  background: none;
}
body.ex-salepage.sp .shoplist_cat:last-of-type {
  margin-bottom: 0;
}
body.ex-salepage.sp #contents-main .shoplist_cat .cat_ttl {
  font-size: 16px;
  margin-bottom: 6px;
  border-radius: 100px;
  padding: 8px;
}
body.ex-salepage.sp #contents-main .shoplist_cat .cat_ttl:after {
  margin-top: 5px;
}
body.ex-salepage.sp .shoplist_cat .item_group {
  background: none;
  margin-bottom: 0;
}
body.ex-salepage.sp .shoplist_cat .item_group > li {
  width: 100%;
  margin: 6px 0;
  border-width: 0;
  border-radius: 8px;
}
body.ex-salepage.sp .attention {
  margin-bottom: 10px;
}