@charset "UTF-8";
/* ========== ========== ==========
個別部ここまで
========== ========== ========== */
.main {
  background-color: #EEEBE8;
  padding-top: clamp(50px, calc(79 / var(--base-width-sp) * 100vw), 79px);
}

.stores {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .stores {
    padding-bottom: clamp(50px, calc(103 / var(--base-width-sp) * 100vw), 103px);
  }
}
.stores .sectionTitle {
  margin-bottom: clamp(36px, calc(69 / var(--base-width-pc) * 100vw), 69px);
}
.stores .sectionTitle_text1 {
  color: #42210B;
}
.stores_ul {
  background-color: white;
  padding: 59px clamp(30px, calc(67 / var(--base-width-pc) * 100vw), 67px) 138px;
}
@media screen and (max-width: 768px) {
  .stores_ul {
    background-color: transparent;
    padding-block: 0;
  }
}
@media screen and (max-width: 768px) {
  .stores_li {
    border: solid 1px var(--color-main);
    background-color: white;
    padding-block: 28px clamp(30px, calc(49 / var(--base-width-sp) * 100vw), 49px);
  }
}
.stores_li:not(:last-of-type) {
  border-bottom: solid 1px #42210B;
  padding-bottom: 28px;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .stores_li:not(:last-of-type) {
    margin-bottom: 26px;
  }
}
.stores_li_title {
  font-size: clamp(24px, calc(35 / var(--base-width-sp) * 100vw), 35px);
  color: #42210B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .stores_li_title {
    margin-bottom: 28px;
  }
}
.stores_li_title::after {
  content: "";
  display: block;
  max-width: 182px;
  width: 100%;
  height: 1px;
  background-color: #42210B;
  margin-inline: auto;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .stores_li_title::after {
    background-color: var(--color-main);
    height: 2px;
    max-width: 100%;
  }
}
.stores_li .sectionImages {
  margin-inline: clamp(10px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  margin-bottom: clamp(31px, calc(52 / var(--base-width-pc) * 100vw), 52px);
}
@media screen and (max-width: 768px) {
  .stores_li .sectionImages {
    margin-inline: clamp(10px, calc(89 / var(--base-width-sp) * 100vw), 89px);
  }
}
@media screen and (max-width: 500px) {
  .stores_li .sectionImages {
    margin-inline: 10px;
  }
}
.stores_li_detail {
  display: flex;
  justify-content: space-between;
  gap: 30px clamp(20px, calc(45 / var(--base-width-pc) * 100vw), 45px);
}
@media screen and (max-width: 768px) {
  .stores_li_detail {
    flex-direction: column;
    align-items: center;
  }
}
.stores_li_info {
  width: 100%;
  font-size: 23px;
  font-family: var(--font-notoSans);
  line-height: 1.5652173913;
}
@media screen and (max-width: 768px) {
  .stores_li_info {
    font-size: clamp(18px, calc(25 / var(--base-width-sp) * 100vw), 25px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 10px;
  }
}
.stores_li_info.-building {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .stores_li_info.-building {
    margin-bottom: clamp(18px, calc(25 / var(--base-width-pc) * 100vw), 25px);
  }
}
.stores_li_link {
  display: flex;
  background-color: #37A93D;
  padding: 15px 10px 12px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
}
.stores_li_links {
  flex-shrink: 0;
  width: clamp(250px, calc(307 / var(--base-width-pc) * 100vw), 307px);
}
@media screen and (max-width: 768px) {
  .stores_li_links {
    width: clamp(200px, calc(360 / var(--base-width-sp) * 100vw), 360px);
  }
}
@media screen and (max-width: 500px) {
  .stores_li_links {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}
.stores_li_link:not(:last-of-type) {
  margin-bottom: 7px;
}
.stores_li_link:where(.-tell) {
  background-color: #603813;
}
.stores_li_link:where(.-link) {
  background-color: #666666;
}
@media screen and (max-width: 768px) {
  .stores_li_link {
    padding: 18px 10px 15px;
  }
}
.stores_li_link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("../img/btn-reservation_cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 7px;
}
.stores_li_link:hover {
  opacity: 0.7;
}
.stores_li_link_inner {
  width: 100%;
}
.stores_li_link_text {
  color: white;
  font-size: 20px;
  padding-right: 10px;
}
.stores_li_link_textWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stores_li_link_text {
    font-size: clamp(14px, calc(24 / var(--base-width-sp) * 100vw), 24px);
  }
}
.stores_li_link_text_icon {
  width: 20px;
}
.stores_li_link_text_iconWrap {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .stores_li_link_text_iconWrap {
    margin-left: clamp(10px, calc(44 / var(--base-width-sp) * 100vw), 44px);
  }
}
@media screen and (max-width: 768px) {
  .stores_li_link_text_icon {
    width: clamp(15px, calc(23 / var(--base-width-sp) * 100vw), 23px);
  }
}
.stores_li_link_text_icon:where(.-line *) {
  opacity: 0;
}
.stores_li_link_text_icon:where(.-link *) {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .stores_li_link_text_icon:where(.-link *) {
    width: clamp(20px, calc(37 / var(--base-width-sp) * 100vw), 37px);
  }
}
.stores_li_link_text_iconArrow {
  width: 14px;
  height: 14px;
  display: block;
}
.stores_li_link_text_iconArrowWrap {
  transition: all 0.3s;
}
.stores_li_link_text_iconArrowWrap::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% + 2px);
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #707070;
  border-radius: 999px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .stores_li_link_text_iconArrowWrap::before {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .stores_li_link_text_iconArrow {
    width: clamp(12px, calc(17 / var(--base-width-sp) * 100vw), 17px);
    height: clamp(12px, calc(17 / var(--base-width-sp) * 100vw), 17px);
  }
}
@media screen and (min-width: 769px) {
  .stores_li_link:hover .stores_li_link_text_iconArrowWrap {
    transform: translate(5px, 0);
  }
}

/* 個別部ここまで
---------- ---------- */