@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   クリアフィックス
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  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;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-mv-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 50px 50px;
}
@media screen and (min-width: 768px) {
  .l-mv-logo-wrap {
    width: 30%;
    min-width: 300px;
    padding: 50px;
  }
}
.l-mv-logo {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .l-mv-logo {
    max-width: 300px;
  }
}
.l-mv-img {
  width: 100%;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-mv-img {
    width: 70%;
    max-height: 700px;
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
  }
}
/* -----------------------------------------------------------------------------
   swiper
   -------------------------------------------------------------------------- */
.swiper-container {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.swiper-slide {
  width: 100% !important;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
.l-main-about {
  padding: 0 20px 40px;
}
@media screen and (min-width: 768px) {
  .l-main-about {
    padding: 0 20px 70px;
  }
}
.l-main-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .l-main-about-inner {
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-main-about-img {
  width: 100%;
  padding-right: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-main-about-img {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
    text-align: left;
  }
}
.l-main-about-img img {
  max-width: 400px;
}
@media screen and (min-width: 1000px) {
  .l-main-about-img img {
    max-width: 500px;
  }
}
.l-main-about-text {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-main-about-text {
    width: 50%;
  }
}
.l-main-about-text-inner {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-main-about-text-inner {
    max-width: 520px;
  }
}
.l-main-about-text p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-main-about-text p {
    margin-bottom: 30px;
  }
}
.l-main-shop-info {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 20px;
  background-color: #f7f7f7;
}
.l-main-shop-info-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
}
.l-main-shop-info-text-box {
  max-width: 500px;
  margin: 0 auto;
}

.l-main-shop-info-text-box p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main-shop-info-text-box p {
    margin-bottom: 80px;
  }
}
.l-main-shop-info-items {
  max-width: 700px;
}
.l-main-shop-info-items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .l-main-shop-info-items div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-main-shop-info-items div:last-of-type {
  border-bottom: none;
}

.l-main-shop-info-items div dt {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main-shop-info-items div dt {
    width: 220px;
    padding-bottom: 15px;
  }
}
.l-main-shop-info-items div dd {
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-main-shop-info-items div dd {
    width: calc(100% - 220px);
    padding-top: 15px;
  }
}
.l-main-shop-info-items div dd a {
  display: inline-block;
  word-break: break-all;
}