@charset "utf-8";

/* util */
.sale a {
  text-decoration: none;
  transition: all .2s;
}

.sale ._textlink:hover {
  text-decoration: underline;
}

.sale img {
  width: 100%;
}

._sp-only {
  display: none;
}
@media screen and (max-width: 840px) {
  ._pc-only {
    display: none;
  }
  ._sp-only {
    display: block;
  }
}

._column {
  display: flex;
}

._ac-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.sale_pagetop {
  max-width: 36px;
  width: 100%;
  position: fixed;
  bottom: 25px;
  right: 20px;
  transition: opacity .2s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .sale_pagetop {
    bottom: 100px;
  }
}
@media screen and (max-width: 840px) {
  .sale_pagetop {
    max-width: 25px;
    right: 15px;
  }
}

.sale_pagetop.js-show {
  opacity: 1;
}

.sale_pagetop_link {
  display: block;
  transition: opacity .2s;
}

.sale_pagetop_link:hover {
  opacity: .6;
}


/* sele */
.sale {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.sale_mv {
  position: relative;
}

.sale_container {
  margin-top: 30px;
}
@media screen and (max-width: 840px) {
  .sale_container {
    margin-top: 20px;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

.sale_facility-item {
  font-size: 15px;
  line-height: 1.8em;
}
@media screen and (max-width: 840px) {
  .sale_facility-item {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.sale_facility-link {
  text-decoration: underline!important;
}

.sale_content {
  margin-top: 45px;
}

.sale_section:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 840px) {
  .sale_section:not(:first-child) {
    margin-top: 80px;
  }
}

.sale_heading {
  font-size: 28px;
  color: #e01a1a;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .sale_heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .sale_heading {
    font-size: 20px;
  }
}

.sale_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.sale_desc {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .sale_desc {
    font-size: 12px;
  }
}

.sale_category {
  font-weight: bold;
  color: #29AF6F;
  margin-top: 8px;
}

.sale_floor {
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 840px) {
  .sale_floor {
    margin-top: 4px;
  }
}


/* sele 4clm */
.sale_shoplist {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .sale_shoplist {
    margin-top: 30px;
  }
}

.sale_shopitem {
  width: calc((100% / 4) - 38px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .sale_shopitem {
    width: calc((100% / 4) - 19px);
  }
}
@media screen and (max-width: 840px) {
  .sale_shopitem {
    width: calc((100% / 2) - 10px);
  }
}

.sale_shopitem:not(:nth-child(4n+1)) {
  margin-left: 50px;
}
@media screen and (max-width: 980px) {
  .sale_shopitem:not(:nth-child(4n+1)) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 840px) {
  .sale_shopitem:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .sale_shopitem:not(:nth-child(odd)) {
    margin-left: 20px;
  }
}

.sale_shopitem:not(:nth-child(-n+4)) {
  margin-top: 25px;
}
@media screen and (max-width: 840px) {
  .sale_shopitem:not(:nth-child(-n+4)) {
    margin-top: 25px;
  }

  .sale_shopitem:not(:nth-child(-n+2)) {
    margin-top: 35px;
  }
}

.sale_imagelink {
  height: 160px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .sale_imagelink {
    height: clamp(100px, 29vw, 220px);
  }
}

.sale_shopitem .sale_imagebox {
  border: 1px solid #ccc;
}

.sale_imagelink .sale_image {
  transition: all .5s;
}

.sale_imagelink:hover .sale_image {
  transform: scale(1.1);
}

.sale_shopitem .sale_desc {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 840px) {
  .sale_shopitem .sale_desc {
    text-align: left;
  }
}

.sale_shopitem .sale_shopname {
  font-size: 17px;
  font-size: clamp(16px, 1.7vw, 17px);
}
@media screen and (max-width: 840px) {
  .sale_shopitem .sale_shopname {
    font-size: 18px;
    font-size: clamp(16px, 2.5vw, 18px);
  }
}

.sale_note {
  margin-top: 30px;
}

.sale_noteitem {
  font-size: 12px;
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
}


/* sele 2clm */
.sale_serviceshop {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .sale_serviceshop {
    margin-top: 30px;
    display: block;
  }
}

.sale_serviceitem {
  width: calc((100% / 2) - 25px);
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .sale_serviceitem {
    width: calc((100% / 2) - 13px);
  }
}
@media screen and (max-width: 840px) {
  .sale_serviceitem {
    width: 100%;
  }
}

.sale_serviceitem:not(:nth-child(-n+2)) {
  margin-top: 40px;
}
@media screen and (max-width: 840px) {
  .sale_serviceitem:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  .sale_serviceitem:not(:first-child) {
    margin-top: 35px;
  }
}

.sale_serviceitem:not(:nth-child(odd)) {
  margin-left: 50px;
}
@media screen and (max-width: 980px) {
  .sale_serviceitem:not(:nth-child(odd)) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 840px) {
  .sale_serviceitem:not(:nth-child(odd)) {
    margin-left: 0;
  }
}

.sale_servicelink {
  width: 100%;
  height: 100%;
  padding: 35px 20px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
@media screen and (max-width: 840px) {
  .sale_servicelink {
    padding: 20px 15px;
  }
}

.sale_servicelink:hover {
  text-decoration: none!important;
}

.sale_serviceitem .sale_imagebox {
  width: clamp(100px, 14.5vw, 160px);
  height: clamp(100px, 14.5vw, 160px);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: opacity .2s;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .sale_serviceitem .sale_imagebox {
    width: clamp(100px, 26.5vw, 160px);
    height: clamp(100px, 26.5vw, 160px);
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
}

.sale_serviceitem .sale_servicelink:hover .sale_imagebox {
  opacity: .6;
}

.sale_serviceitem .sale_desc {
  padding-left: clamp(120px, 16.5vw, 180px);
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .sale_serviceitem .sale_desc {
    padding-left: 0;
  }
}

@media screen and (max-width: 840px) {
  .sale_serviceitem .sale_shopdetail {
    margin-left: 10px;
  }
}

.sale_serviceitem .sale_shopname {
  font-size: 20px;
  font-size: clamp(16px, 2vw, 20px);
}

.sale_servicelist {
  margin-top: 20px;
}
@media screen and (max-width: 840px) {
  .sale_servicelist {
    margin-top: 10px;
  }
}

.sale_servicename {
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 840px) {
  .sale_servicename {
    font-size: 16px;
    font-size: clamp(14px, 3.5vw, 16px);
  }
}