@charset "UTF-8";
.main-page-common-store {
  --btn-large-any-color: var(--white-color);
  --btn-large-any-bgcolor: var(--mstyle-sub-color);
  margin: var(--main-mar-last);
  z-index: auto;
}

.main-page-common-store .page-header-title {
  margin: 0;
}

.main-page-common-store section {
  margin: var(--sec-mar-base);
}

.below-title {
  margin: 0 0 35px 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .below-title {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width:768px) {
  .below-title {
    margin: 0 0 12px 0;
  }
}


/* ===============================================================
  swiper  ■ swiper BEGIN  ■
=============================================================== */
/* スライダーのサイズなど */
.slider-store {
  width: 100%;
  max-width: 500px;
  height: 333px;
  border-radius: var(--base-radius);
  box-shadow: var(--box-shadow-card);
  position: relative;
}

.slider-store img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* 矢印の位置調整 */
.main-page-common-store .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: var(--mstyle-main-color);
  border-radius: 50%;
  top: 166px;
  left: -15px;
  transform: translate(0, 50%);
}
.main-page-common-store .swiper-button-next {
  width: 30px;
  height: 30px;
  background: var(--mstyle-main-color);
  border-radius: 50%;
  top: 166px;
  right: -15px;
  transform: translate(0, 50%);
}

.main-page-common-store .swiper-button-next svg {
  --svg-color: var(--white-color);
  width: 18px;
}

.main-page-common-store .swiper-button-prev svg {
  --svg-color: var(--white-color);
  width: 18px;
  rotate: 180deg;
}

.main-page-common-store .swiper-button-next:after, .main-page-common-store .swiper-button-prev:after {
  content: none;
}

.main-page-common-store .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -40px;
}

.main-page-common-store .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #33333380;
}

.main-page-common-store .swiper-pagination-bullet-active {
  background: var(--mstyle-main-color);
}

/* モーダル */
.main-page-common-store .modal {
  display: flex;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(.2);
  justify-content: center;
  align-items: center;
}
.main-page-common-store .modal-content {
  object-fit: contain;
  width: auto;
  max-width: 73%;
  max-height: 73%;
}
.main-page-common-store .modal-close {
  --svg-width: 32px;
  --svg-color: var(--white-color);
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.main-page-common-store .hidden {
  display: none;
}
.main-page-common-store .overflow-hidden {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .main-page-common-store .modal-content {
    max-height: 50%;
  }
  .main-page-common-store .modal-close {
    bottom: 16%;
  }
}

@media screen and (max-width:768px) {
  .slider-store {
    width: 100%;
    max-width: 300px;
    height: 200px;
  }
  .main-page-common-store .swiper-button-next {
    top: 50%;
  }
  .main-page-common-store .swiper-button-prev {
    top: 50%;
  }
  .main-page-common-store .modal {
    align-items: center;
    justify-content: center;
  }
  .main-page-common-store .modal-content {
    max-width: 90%;
    height: auto;
    margin: 0;
  }
  .main-page-common-store .modal-close {
    bottom: 24%;
  }
}

/* ===============================================================
  swiper  ■ swiper END  ■
=============================================================== */


/* ===============================================================
  sec-store-summary
=============================================================== */
.main-page-common-store .sec-store-summary {
  background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
  padding: 50px 0 50px 0;
  margin: 0 0 50px 0;
}

.main-page-common-store .sec-store-summary .layout {
  display: flex;
  justify-content: space-between;
}

.main-page-common-store .sec-store-summary .left {
  align-self: flex-start;
  position: relative;
}

.main-page-common-store .sec-store-summary .right dl {
  margin: 0 0 35px 0;
}

.main-page-common-store .sec-store-summary .right dl div {
  display: flex;
  gap: 0 40px;
  line-height: normal;
  margin: 0 0 28px 0;
}

.main-page-common-store .sec-store-summary .right dl div:first-child {
  align-items: center;
}

.main-page-common-store .sec-store-summary .right dl div:last-child {
  margin: 0;
}

.main-page-common-store .sec-store-summary .right dl dt {
  width: 65px;
  font-weight: 700;
}

.main-page-common-store .sec-store-summary .right dl dd {
  width: 275px;
}

.main-page-common-store .sec-store-summary .right dl .store {
  font-size: var(--fz-24);
  font-weight: 700;
}

.main-page-common-store .sec-store-summary .right dl dd span {
  font-size: var(--fz-12);
  padding: 0 0 0 16px;
}

.main-page-common-store .sec-store-summary .visit-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 13px;
  background: var(--mstyle-light-green-color);
  border-radius: var(--base-radius);
  padding: 15px 25px;
}

.main-page-common-store .sec-store-summary .visit-reserve .icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white-color);
  font-size: var(--fz-12);
  line-height: 1.3;
  letter-spacing: .07em;
  background: var(--mstyle-main-color);
  border-radius: var(--base-radius);
  padding: 8px 8px;
}

.main-page-common-store .sec-store-summary .visit-reserve .tel {
  --svg-color: var(--mstyle-red-color);
  --svg-width: 22px;
  --svg-va: -3px;
}

.main-page-common-store .sec-store-summary .visit-reserve .tel span {
  display: block;
  font-size: var(--fz-10);
  line-height: 123%;
  padding: 0 0 0 26px;
  margin: 0 0 2px 0;
}

.main-page-common-store .sec-store-summary .visit-reserve .tel a {
  color: var(--mstyle-red-color);
  font-size: 23.14px;
  font-weight: 700;
  line-height: normal;
}

.main-page-common-store .sec-store-summary .visit-reserve .btn a {
  --svg-color: var(--white-color);
  --svg-width: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--white-color);
  font-size: var(--fz-14);
  font-weight: 700;
  line-height: normal;
  background: var(--mstyle-red-color);
  padding: 8px 35px 8px 20px;
  border-radius: 23px;
  position: relative;
  transition: var(--transition-main);
}

.main-page-common-store .sec-store-summary .visit-reserve .btn a .small {
  font-size: .71em;
  padding: 0 7px 1px 1px;
}

.main-page-common-store .sec-store-summary .visit-reserve .btn a svg {
  position: absolute;
  top: 5px;
  right: 12px;
}

@media (hover: hover) {
  .main-page-common-store .sec-store-summary .visit-reserve .btn a:hover {
    opacity: .75;
  }
}


@media (max-width: 1023px) and (min-width: 769px) {
  .main-page-common-store .sec-store-summary .layout {
    flex-direction: column;
    gap: 50px 0;
  }
  .main-page-common-store .sec-store-summary .left {
    align-self: center;
  }
  .main-page-common-store .sec-store-summary .right {
    width: 80%;
    margin-inline: auto;
  }
}

@media screen and (max-width:768px) {
  .main-page-common-store .sec-store-summary .layout {
    flex-direction: column;
    gap: 92px 0;
  }
  .main-page-common-store .sec-store-summary .left {
    align-self: center;
  }
  .main-page-common-store .sec-store-summary .right {
    width: 100%;
    margin-inline: auto;
    position: relative;
  }
  .main-page-common-store .sec-store-summary .right dl {
    margin: 0 0 50px 0;
  }
  .main-page-common-store .sec-store-summary .right dl .store {
    font-size: var(--fz-14);
    font-weight: 400;
  }
  .main-page-common-store .sec-store-summary .right dl dt {
    flex-shrink: 0;
    width: auto;
  }
  .main-page-common-store .sec-store-summary .right dl div:first-child {
    align-items: flex-start;
    flex-direction: column;
  }
  .main-page-common-store .sec-store-summary .right dl div {
    flex-direction: column;
    gap: 5px 0;
    position: relative;
  }
  .main-page-common-store .sec-store-summary .right dl div:not(:last-child)::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--mstyle-sub-grey-color);
    bottom: -17px;
    left: 0;
  }
  .main-page-common-store .sec-store-summary .right dl dd {
    width: auto;
    font-size: var(--fz-14);
  }
  .main-page-common-store .sec-store-summary .right dl dd span {
    display: block;
    padding: 0;
  }
  .main-page-common-store .sec-store-summary .visit-reserve {
    position: absolute;
    gap: 0 8px;
    width: 100vw;
    border-radius: 0;
    padding: 15px 4%;
    left: calc(100vw * .04 * -1);
    bottom: -50px;
  }
  .main-page-common-store .sec-store-summary .visit-reserve .icon {
    width: 34px;
    height: 34px;
    font-size: .5em;
    padding: 0;
  }
  .main-page-common-store .sec-store-summary .visit-reserve .tel {
    --svg-width: 14px;
    --svg-va: -2px;
    text-align: right;
  }
  .main-page-common-store .sec-store-summary .visit-reserve .tel a {
    font-size: var(--fz-14);
  }
  .main-page-common-store .sec-store-summary .visit-reserve .tel span {
    padding: 0;
    margin: 0;
  }
  .main-page-common-store .sec-store-summary .visit-reserve .btn a {
    --svg-width: 16px;
    padding: 8px 28px 8px 20px;
  }
  .main-page-common-store .sec-store-summary .visit-reserve .btn a svg {
    top: 10px;
    right: 13px;
  }
}


/* ===============================================================
  sec-google-map
=============================================================== */
.sec-google-map {
  margin: var(--sec-mar-base);
}

.sec-google-map .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 100px;
}

.sec-google-map :is(.store-location, .park-location) .access {
  --svg-width: 24px;
  --svg-va: -4px;
  line-height: normal;
  text-align: center;
  border-radius: var(--base-radius);
  background: var(--mstyle-light-grey-color);
  padding: 16px 24px;
  margin: 0 0 12px 0;
}

.sec-google-map :is(.store-location, .park-location) .google-map iframe {
  border-radius: var(--base-radius);
}

.sec-google-map :is(.store-location, .park-location) .google-map-link {
  --svg-width: 18px;
  --svg-color: var(--blue-color);
  --svg-va: -3.5px;
  line-height: normal;
  transition: var(--transition-main);
}

.sec-google-map :is(.store-location, .park-location) .google-map-link span {
  display: inline-block;
  color: var(--blue-color);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  margin: 0 4px 5px 0;
}

.sec-google-map .park-location .description-1 {
  font-size: var(--fz-14);
  line-height: 145%;
  margin: 10px 0 5px 0;
}

.sec-google-map .park-location .description-2 {
  font-size: var(--fz-14);
  line-height: 145%;
}

@media (hover: hover) {
  .sec-google-map :is(.store-location, .park-location) .google-map-link:hover {
    opacity: .6;
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-google-map .wrapper {
    flex-direction: column;
    gap: 50px 0;
  }
  .sec-google-map .sec-h2-title {
    width: 463px;
    margin: 0 auto 35px auto;
  }
  .sec-google-map :is(.store-location, .park-location) .access {
    width: 463px;
    margin: 0 auto 12px auto;
  }
  .sec-google-map :is(.store-location, .park-location) .google-map {
    text-align: center;
  }
  .sec-google-map :is(.store-location, .park-location) .google-map-link {
    display: block;
    width: 463px;
    margin: 0 auto;
  }
  .sec-google-map .park-location :is(.description-1, .description-2) {
    width: 463px;
    margin-inline: auto;
  }
}

@media screen and (max-width:768px) {
  .sec-google-map .wrapper {
    flex-direction: column;
    gap: 50px 0;
  }
  .sec-google-map :is(.store-location, .park-location) .access {
    --svg-width: 18px;
    --svg-va: -3px;
    font-size: var(--fz-14);
    text-align: start;
    padding: 10px 0 10px 20px;
    margin: 0 0 8px 0;
  }
  .sec-google-map :is(.store-location, .park-location) .google-map iframe {
    width: 100%;
    height: 268px;
  }
  .sec-google-map :is(.store-location, .park-location) .google-map-link {
    display: block;
    font-size: var(--fz-14);
  }
  .sec-google-map .park-location .description-2 a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: .1em;
  }
}


/* ===============================================================
  sec-cpn-info
=============================================================== */
.sec-cpn-info {
  background: var(--mstyle-light-green-color);
  padding: 50px 0;
}

.sec-cpn-info .inner {
  position: relative;
}

.sec-cpn-info .inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 1;
  background: url(../../images/illust/illust-g-man-explain.webp) no-repeat center / contain;
  bottom: -100px;
  right: 0;
}

.sec-cpn-info h2 {
  --svg-width: 24px;
  --svg-color: var(--mstyle-main-color);
  --svg-va: -4px;
  display: inline-block;
  color: var(--mstyle-main-color);
  font-weight: 700;
  line-height: normal;
  border: 2px solid var(--mstyle-main-color);
  background: var(--mstyle-light-green-color);
  border-radius: var(--base-radius);
  padding: 8px 14px;
  margin: 0 0 10px 0;
}

.sec-cpn-info ul {
  --svg-width: 24px;
  --svg-va: -6px;
}

@media (max-width: 1023px) and (min-width: 769px) {
}

@media screen and (max-width:768px) {
  .sec-cpn-info {
    padding: 30px 0 50px 0;
  }
  .sec-cpn-info .inner {
    width: 85%;
  }
  .sec-cpn-info .inner::before {
    width: 115px;
  }
  .sec-cpn-info h2 {
    --svg-width: 18px;
    --svg-va: -3px;
    padding: 6px 14px;
    margin: 0 0 20px 0;
  }
  .sec-cpn-info ul {
    --svg-width: 18px;
    font-size: var(--fz-14);
    line-height: 140%;
  }
  .sec-cpn-info ul li {
    display: flex;
    gap: 0 8px;
    align-items: flex-start;
  }
  .sec-cpn-info ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .sec-cpn-info ul li svg {
    flex-shrink: 0;
    margin: 1px 0 0 0;
  }
}


/* ===============================================================
  sec-staff
=============================================================== */
.sec-staff {
  margin: var(--sec-mar-base);
}

.sec-staff .staff {
  display: flex;
  justify-content: center;
}

.sec-staff .staff .left {
  width: 50%;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  box-shadow: var(--box-shadow-card);
  border-radius: var(--base-radius);
  position: relative;
  overflow: hidden;
}

.sec-staff .staff .left img {
  border-radius: var(--base-radius);
}

.sec-staff .staff .left .in-preparation {
  display: grid;
  place-items: center;
  height: 100%;
  font-size: var(--fz-24);
  font-weight: 700;
  background-image: url(../../images/illust/illust-g-man-bow.webp);
  background-color: var(--mstyle-light-green-color);
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: center top 65px;
  padding: 16% 0 0 0;
}

.sec-staff .staff .right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  position: relative;
}

.sec-staff .staff .right .comment {
  position: absolute;
  width: 580px;
  top: 0;
  left: -65px;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-staff .staff .left .in-preparation {
    font-size: var(--fz-18);
    background-size: 100px;
    background-position: center top 54px;
  }
  .sec-staff .staff .right .comment {
    width: 110%;
  }
}

@media screen and (max-width:768px) {
  .sec-staff .staff {
    align-items: center;
    flex-direction: column;
  }
  .sec-staff .staff .left {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .sec-staff .staff .left .in-preparation {
    font-size: var(--fz-18);
    background-size: 80px;
    background-position: center top 40%;
    padding: 25% 0 0 0;
  }
  .sec-staff .staff .right {
    align-items: center;
    flex-direction: column;
    gap: 35px 0;
  }
  .sec-staff .staff .right .comment {
    position: static;
    width: 80%;
  }
}


/* ===============================================================
  sec-staff-blog
=============================================================== */
.sec-staff-blog {
  background: linear-gradient(to bottom, #FFFFFF, #F5E9D3);
  padding: var(--sec-pad-image);
  margin: var(--sec-mar-image);
}

.sec-staff-blog ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
  margin: 0 0 100px 0;
}

.sec-staff-blog a {
  transition: var(--transition-main);
}

.sec-staff-blog ul li {
  width: 30%;
  border-radius: 8px;
  box-shadow: var(--box-shadow-card);
  overflow: hidden;
}

.sec-staff-blog .blog-pic {
  height: 197px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: var(--mstyle-light-green-color);
  overflow: hidden;
}

.sec-staff-blog .blog-pic .img-contain {
  width: 60%;
}

.sec-staff-blog .blog-title {
  display: grid;
  place-items: center;
  height: 100px;
  color: var(--white-color);
  font-weight: 700;
  line-height: 145%;
  background: var(--mstyle-main-color);
  padding: 18px 10% 18px 10%;
}

.sec-staff-blog .blog-title div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-staff-blog .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 220px;
  font-size: var(--fz-14);
  line-height: 150%;
  letter-spacing: .03em;
  background: var(--white-color);
  padding: 20px 10% 20px 10%;
  margin: 0 auto;
}

.sec-staff-blog .wrapper .blog-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-staff-blog .wrapper .blog-author {
  --svg-width: 15px;
  --svg-va: -3px;
  font-size: .857em;
  margin: 0 0 3px 0;
}

.sec-staff-blog .wrapper .blog-date {
  --svg-width: 15px;
  --svg-va: -3px;
  font-size: .857em;
  line-height: 150%;
  letter-spacing: .02em;
}

.sec-staff-blog .wrapper svg {
  margin: 0 5px 0 0;
}

.sec-staff-blog .blog-link {
  --svg-width: 20px;
  --svg-va: -2px;
  display: block;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .03em;
  text-align: center;
  background: var(--mstyle-sub-grey-color);
  padding: 16px 0;
}

.sec-staff-blog .blog-link span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}

@media (hover: hover) {
  .sec-staff-blog .card-wrapper:hover {
    opacity: .75;
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-staff-blog ul li {
    width: 45%;
  }
}

@media screen and (max-width:768px) {
  .sec-staff-blog ul {
    flex-wrap: wrap;
    margin: 0 0 50px 0;
  }
  .sec-staff-blog ul li {
    width: 90%;
    margin: 0 auto;
  }
  .sec-staff-blog .blog-pic a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec-staff-blog .store-link a {
    --svg-va: -4px;
    font-size: var(--fz-14);
    padding: 9px 0;
  }
}


/* ===============================================================
  sec-faq
=============================================================== */
.sec-faq {
  margin: var(--sec-mar-base);
}

/* ===============================================================
  faq-accordion style  ■ BEGIN ■
=============================================================== */
.sec-faq .faq-list {
  margin: 0 0 90px 0;
}

.sec-faq .faq-list .faq-item {
  width: 850px;
  background: var(--mstyle-light-green-color);
  border-radius: var(--base-radius);
  box-shadow: var(--box-shadow-n1);
  padding: 0;
  margin: 0 0 25px 0;
  position: relative;
}

.sec-faq .faq-list .faq-item::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 55px;
  background: var(--mstyle-light-green-color);
  clip-path: polygon(50% 0%,
      0% 100%,
      100% 100%);
  border-radius: 1px 1px 0 0;
  top: 33px;
  left: -33px;
  rotate: -115deg;
}

.sec-faq .faq-question {
  --svg-width: 24px;
  --svg-color: var(--mstyle-text-color);
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  line-height: normal;
  background: none;
  cursor: pointer;
  position: relative;
  padding: 20px 65px 20px 35px;
  margin: 0;
  transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.sec-faq .faq-question[aria-expanded="true"] {
  margin: 0 0 25px 0;
  position: relative;
}

.sec-faq .faq-question span {
  flex-shrink: 0;
  width: 96px;
  color: var(--mstyle-main-color);
  font-size: var(--fz-32);
  font-family: var(--font-family-lato);
  padding: 0 70px 0 0;
  position: relative;
}

.sec-faq .faq-question span::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: var(--mstyle-main-color);
  bottom: 50%;
  right: 34px;
  transform: translate(0, 50%);
}

.sec-faq .faq-question svg {
  position: absolute;
  right: 25px;
  bottom: 35%;
  transform: rotate(90deg);
  transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.sec-faq .faq-question[aria-expanded="true"] svg {
  transform: rotate(-90deg)
}

.sec-faq .faq-item .faq-answer {
  display: flex;
  max-height: 0;
  opacity: 0;
  padding: 0 65px 0 35px;
  position: relative;
  transition: 
    max-height .4s cubic-bezier(0.23, 1, 0.32, 1),
    opacity .4s cubic-bezier(0.23, 1, 0.32, 1),
    padding 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.sec-faq .faq-item .faq-answer::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 55px;
  background: var(--mstyle-light-green-color);
  clip-path: polygon(50% 0%,
      0% 100%,
      100% 100%);
  border-radius: 1px 1px 0 0;
  bottom: -3px;
  right: -34px;
  rotate: 115deg;
}

.sec-faq .faq-item .faq-answer::after {
  position: absolute;
  content: "";
  display: block;
  width: 96%;
  height: 2px;
  background: var(--white-color);
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.sec-faq .faq-item .faq-answer.is-open {
  max-height: 600px;
  /* 十分大きな値にしておく */
  padding: 0 65px 20px 35px;
  opacity: 1;
}

.sec-faq .faq-item .faq-answer span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 96px;
  color: var(--mstyle-red-color);
  font-size: var(--fz-32);
  font-family: var(--font-family-lato);
  padding: 0 70px 0 0;
  position: relative;
}

.sec-faq .faq-item .faq-answer span::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: var(--mstyle-red-color);
  bottom: 50%;
  right: 34px;
  transform: translate(0, 50%);
}

.sec-faq .faq-item .faq-answer p {
  font-size: var(--fz-14);
  line-height: 165%;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-faq .faq-list {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sec-faq .faq-list .faq-item {
    width: 92%;
  }
}

@media screen and (max-width:768px) {
  .sec-faq {
    overflow: hidden;
  }
  .sec-faq .faq-list {
    margin: 0;
  }
  .sec-faq .faq-list .faq-item {
    width: 95%;
    margin: 0 auto 25px auto;
  }
  .sec-faq .faq-list .faq-item:last-child {
    margin: 0 auto;
  }
  .sec-faq .faq-list .faq-item::before {
    top: 33px;
    left: -26px;
  }
  .sec-faq .faq-question {
    gap: 0 32px;
    font-size: var(--fz-14);
    padding: 20px 42px 20px 18px;
    position: relative;
  }
  .sec-faq .faq-question::before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 20px * 2);
    background: var(--mstyle-main-color);
    bottom: 50%;
    left: 49px;
    transform: translate(0, 50%);
  }
  .sec-faq .faq-question span {
    width: auto;
    font-size: var(--fz-24);
    padding: 0;
  }
  .sec-faq .faq-question svg {
    right: 8px;
    bottom: 50%;
    translate: 0 50%;
  }
  .sec-faq .faq-question span::after {
    content: none;
  }
  .sec-faq .faq-item .faq-answer {
    gap: 32px;
    padding: 0 42px 0 18px;
  }
  .sec-faq .faq-item .faq-answer::before {
    right: -24px;
  }
  .sec-faq .faq-item .faq-answer span {
    width: auto;
    font-size: var(--fz-24);
    padding: 0;
  }
  .sec-faq .faq-item .faq-answer span::after {
    right: -16.5px;
  }
  .sec-faq .faq-item .faq-answer.is-open {
    padding: 0 42px 20px 18px;
  }
}
/* ===============================================================
  faq-accordion style  ■ END ■
=============================================================== */


/* ===============================================================
  sec-contact
=============================================================== */
.sec-contact {
  background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
  padding: var(--sec-pad-image);
  margin: var(--sec-mar-image);
}

.sec-contact .below-title {
  margin: 0 0 75px 0;
}


/* ===============================================================
  sec-other-store
=============================================================== */
.sec-other-store {
  margin: var(--sec-mar-base);
}

.sec-other-store ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 68px;
}

.sec-other-store a {
  transition: var(--transition-main);
}

.sec-other-store ul li {
  width: 30%;
  border-radius: 8px;
  box-shadow: var(--box-shadow-card);
  overflow: hidden;
}

.sec-other-store .store-pic {
  height: 197px;
}

.sec-other-store .store-name {
  color: var(--white-color);
  font-size: var(--fz-24);
  font-weight: 700;
  line-height: normal;
  background: var(--mstyle-main-color);
  padding: 18px 26px 18px 26px;
}

.sec-other-store .wrapper {
  width: 81%;
  height: 190px;
  font-size: var(--fz-14);
  line-height: 150%;
  letter-spacing: .03em;
  padding: 30px 0 0 0;
  margin: 0 auto;
}

.sec-other-store .wrapper .store-phonenum span {
  font-family: var(--font-family-lato);
}

.sec-other-store .store-link {
  background: var(--mstyle-sub-grey-color);
}

.sec-other-store .store-link {
  --svg-width: 20px;
  --svg-va: -2px;
  display: block;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .03em;
  text-align: center;
  padding: 16px 0;
}

.sec-other-store .store-link span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}

@media (hover: hover) {
  .sec-other-store .store-card-wrapper:hover {
    opacity: .75;
  }
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-other-store ul li {
    width: 45%;
  }
}

@media screen and (max-width:768px) {
  .sec-other-store ul {
    flex-wrap: wrap;
  }
  .sec-other-store ul li {
    width: 90%;
    margin: 0 auto;
  }
  .sec-other-store .store-name {
    font-size: var(--fz-20);
    padding: 12px 28px 12px 28px;
  }
  .sec-other-store .wrapper {
    height: 165px;
    padding: 20px 0 0 0;
  }
  .sec-other-store .store-link {
    --svg-va: -4px;
    font-size: var(--fz-14);
    padding: 9px 0;
  }
}


/* ===============================================================
  sec-recruit
=============================================================== */
.sec-recruit {
  background: var(--mstyle-light-green-color);
  padding: 65px 0 100px 0;
}

.sec-recruit .layout {
  display: flex;
  justify-content: space-between;
}

.sec-recruit .left p {
  margin: 0 0 50px 0;
}

.sec-recruit .right {
  width: 30%;
  transition: var(--transition-main);
}

@media (hover: hover) {
  .sec-recruit .right:hover {
    opacity: .6;
  }
}


@media (max-width: 1023px) and (min-width: 769px) {
  .sec-recruit .layout {
    gap: 0 30px;
  }
  .sec-recruit .right {
    width: 63%;
  }
}

@media screen and (max-width:768px) {
  .sec-recruit .layout {
    flex-direction: column;
  }
  .sec-recruit .left {
    display: contents;
  }
  .sec-recruit .left .sec-h2-title {
    order: 1;
  }
  .sec-recruit .left p {
    order: 2;
    margin: 0 0 25px 0;
  }
  .sec-recruit .btn-area {
    order: 4;
  }
  .sec-recruit .right {
    order: 3;
    width: 100%;
    margin: 0 auto 50px auto;
  }
}