@charset "UTF-8";
.wrap {
  position: relative;
}
.wrap:before {
  content: "";
  display: block;
  background: #fef1ea;
  position: absolute;
  top: 0;
  height: 678px;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .wrap:before {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .wrap:before {
    height: 475px;
  }
}
@media (min-width: 1280px) {
  .wrap:before {
    height: 510px;
  }
}
@media (min-width: 1536px) {
  .wrap:before {
    height: 550px;
  }
}
@media (min-width: 1920px) {
  .wrap:before {
    height: 620px;
  }
}
.wrap:after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url("../images/deco_green4_1.svg") center center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 0;
}
@media (min-width: 1280px) {
  .wrap:after {
    width: 300px;
    height: 300px;
  }
}

.section-store {
  background: #fff;
  padding: 35px 0;
  margin: 0 0 90px;
}
@media (min-width: 1024px) {
  .section-store {
    background: transparent;
    padding: 0;
    margin: 0 0 170px;
  }
}
@media (min-width: 1536px) {
  .section-store {
    margin: 0 0 170px;
  }
}
@media (min-width: 1536px) {
  .section-store .wrap__inner {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .section-store .wrap__inner {
    max-width: 1670px;
  }
}
.section-store:after {
  display: none;
}
@media (min-width: 1280px) {
  .section-store:after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .store {
    background: #fff;
    padding: 60px;
  }
}
.store__item {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media (min-width: 1024px) {
  .store__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1536px) {
  .store__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.store__imgbox {
  position: relative;
}
@media (min-width: 1024px) {
  .store__imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.1482889734%;
            flex: 0 0 47.1482889734%;
  }
}
.store__imgbox::after {
  padding-top: 70.5298013245%;
  content: "";
  display: block;
  pointer-events: none;
}
.store__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 1024px) {
  .store__img {
    -webkit-backface-visibility: hidden;
  }
}
.storelist__item:hover .store__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.store__infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .store__infobox {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.4296577947%;
            flex: 0 0 49.4296577947%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.store__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.store__title {
  font-size: 30px;
  position: relative;
  color: #1f2a66;
}
@media (min-width: 1280px) {
  .store__title {
    font-size: 40px;
  }
}
@media (min-width: 1536px) {
  .store__title {
    font-size: 50px;
  }
}
.store__title:before {
  content: "";
  display: block;
  height: 3px;
  background: #1f2a66;
  width: 35px;
  position: absolute;
  left: -37px;
  top: calc(50% - 1.5px);
}
@media (min-width: 1280px) {
  .store__title:before {
    width: 48px;
    left: -54px;
  }
}
.store__title-area:before {
  content: "【";
  display: inline;
}
.store__title-area:after {
  content: "】";
  display: inline;
}
@media (min-width: 1280px) {
  .store__desc {
    font-size: 22px;
  }
}
.store__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store__box {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.store__box-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #666;
  padding: 8px 5px 3px;
  font-size: 20px;
  font-weight: normal;
  width: 107px;
  text-align: center;
  color: #666;
  line-height: 1;
}
.store__box-supply {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .store__box-supply {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.store__map {
  margin: 0 -36px -50px;
}
@media (min-width: 1024px) {
  .store__map {
    margin: 0 -60px -70px;
  }
}

.section-viewpointlist .wrap__inner {
  max-width: 1530px;
}
@media (min-width: 1536px) {
  .section-viewpointlist .wrap__inner {
    padding: 0 87px;
  }
}
@media (min-width: 1920px) {
  .section-viewpointlist .wrap__inner {
    padding: 0;
  }
}