@import url(//fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
.site-main {
  background: url(../images/home/bg-page.png) repeat-y center top 80px;
}

.mv-section {
  margin-bottom: 100px;
  padding-bottom: 120px;
  position: relative;
  background: #f7f4ec;
}

.mv-slider .slick-list {
  overflow: visible;
  max-width: 76%;
  margin-left: auto;
}
.mv-slider .slide-item {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.6s;
}
.mv-slider .slide-item a {
  display: block;
  outline-style: none;
}
.mv-slider .slide-item .item-text {
  opacity: 0;
  transition: opacity 0.2s;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  width: 534px;
  height: 240px;
  display: table;
  table-layout: fixed;
  bottom: -120px;
  left: -190px;
}
.mv-slider .slide-item .item-text .text-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px 30px 60px;
}
.mv-slider .slide-item .item-text .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.mv-slider .slide-item .item-text .date {
  color: #a09b8a;
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
}
.mv-slider .slide-item.slick-current {
  opacity: 1;
  transition: opacity 0.6s;
}
.mv-slider .slide-item.slick-current .item-text {
  opacity: 1;
  transition: opacity 0.6s 1s;
}
.mv-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -96px;
  width: 100%;
  display: flex !important;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 20px;
}
.mv-slider .slick-dots li {
  width: 150px;
  margin-left: 4px;
  background: #f7f4ec;
}
.mv-slider .slick-dots li img {
  opacity: 0.36;
}
.mv-slider .slick-dots .slick-active img {
  opacity: 1;
}
.mv-slider .slick-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #2c2c2c;
  z-index: 3;
  outline-style: none;
  bottom: -80px;
  left: 24%;
}
.mv-slider .slick-arrow:before, .mv-slider .slick-arrow:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #2c2c2c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
}
.mv-slider .slick-arrow:before {
  margin-top: -1px;
}
.mv-slider .slick-arrow:after {
  margin-top: 1px;
}
.mv-slider .slick-prev {
  margin-left: 228px;
}
.mv-slider .slick-prev:before {
  transform: rotate(-35deg);
  transform-origin: left top;
}
.mv-slider .slick-prev:after {
  transform: rotate(35deg);
  transform-origin: left bottom;
}
.mv-slider .slick-next {
  margin-left: 270px;
}
.mv-slider .slick-next:before {
  transform: rotate(35deg);
  transform-origin: right top;
}
.mv-slider .slick-next:after {
  transform: rotate(-35deg);
  transform-origin: right bottom;
}

.news-section {
  margin-bottom: 90px;
}
.news-section .sec-header {
  text-align: left;
}
.news-section .sec-contents {
  margin-left: auto;
  width: calc(100% - 180px);
}
.news-section .news-list {
  margin-bottom: 60px;
}
.news-section .btn-more {
  text-align: center;
}

.event-section {
  margin-bottom: 90px;
}
.event-section .sec-header {
  margin-bottom: 50px;
}
.event-section .btn-more {
  text-align: center;
  margin-top: 10px;
}
.event-section .list-type02 .item-text .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.about-section {
  padding: 90px 0;
  background: url(../images/home/bg-about.png) no-repeat center;
  background-size: cover;
}
.about-section .sec-contents {
  background: #fff;
  width: 555px;
  margin: auto;
  background: #fff;
  padding: 60px 0 55px;
  border: 1px solid #2c2c2c;
}
.about-section .sec-header {
  margin-bottom: 30px;
}
.about-section .about-text {
  width: 364px;
  margin: auto;
}
.about-section .about-text .text {
  line-height: 1.78;
  margin-bottom: 15px;
}

.guide-section {
  padding: 90px 0;
}
.guide-section .shop-info {
  width: 49%;
}
.guide-section .shop-info:last-child {
  margin-left: auto;
}
.guide-section .sec-contents {
  margin-bottom: 100px;
}
.guide-section .sec-contents:last-child {
  margin-bottom: 0;
}

.sns-section {
  padding: 60px 0 90px;
  background: #EBE7DB;
}
.sns-section .sns-box {
  position: relative;
}
.sns-section .sns-box .box-title {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}
.sns-section .sns-box .btn-more {
  position: absolute;
  top: 0;
  right: 0;
}
.sns-section .instagram-list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sns-section .instagram-list li {
  width: 24%;
  margin-bottom: 1%;
}
.sns-section .instagram-list a {
  display: block;
}
.sns-section .sns-instagram {
  width: 64%;
}
.sns-section .sns-facebook {
  width: 30%;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .mv-slider .slick-list {
    max-width: 100%;
  }
  .mv-slider .slide-item .item-text {
    left: 20px;
  }
  .mv-slider .slide-item .item-text .text-inner {
    padding-bottom: 0;
  }
  .mv-slider .slick-dots {
    display: none !important;
  }
  .mv-slider .slick-arrow {
    top: 50%;
    margin-top: -20px;
    left: 24%;
  }
  .mv-slider .slick-prev {
    margin-left: 0;
    left: 10px;
  }
  .mv-slider .slick-next {
    margin-left: 0;
    left: auto;
    right: 10px;
  }
  .sns-section .sns-box .btn-more {
    position: static;
    text-align: right;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .site-main {
    background: none;
  }
  .mv-section {
    margin-bottom: 55px;
    padding-bottom: 120px;
    position: relative;
    background: #f7f4ec;
  }
  .mv-slider .slide-item .item-text {
    width: 94%;
    height: 125px;
    left: 3%;
    bottom: -112px;
    box-sizing: border-box;
  }
  .mv-slider .slide-item .item-text .text-inner {
    padding: 10px 45px;
  }
  .mv-slider .slide-item .item-text .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mv-slider .slide-item .item-text .date {
    font-size: 1rem;
  }
  .mv-slider .slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .mv-slider .slick-prev {
    left: 5px;
  }
  .mv-slider .slick-next {
    right: 5px;
  }
  .news-section {
    margin-bottom: 65px;
  }
  .news-section .sec-header {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .news-section .sec-contents {
    width: 100%;
  }
  .news-section .news-list {
    margin-bottom: 30px;
  }
  .news-section .btn-more {
    text-align: center;
  }
  .event-section {
    margin-bottom: 60px;
  }
  .event-section .sec-header {
    margin-bottom: 35px;
  }
  .event-section .btn-more {
    margin-top: 35px;
  }
  .about-section {
    padding: 75px 0;
    background: url(../images/home/bg-about-sp.png) no-repeat center;
    background-size: cover;
  }
  .about-section .sec-contents {
    width: auto;
    padding: 45px 0 40px;
  }
  .about-section .about-text {
    width: auto;
    padding: 0 24px;
  }
  .about-section .about-text .text {
    margin-bottom: 25px;
  }
  .about-section .about-text .btn-more {
    text-align: center;
  }
  .guide-section {
    padding: 60px 0;
  }
  .guide-section .shop-info {
    width: 100%;
  }
  .guide-section .shop-info02 table tr:first-child th, .guide-section .shop-info02 table tr:first-child td {
    border-top: none;
  }
  .guide-section .sec-contents {
    margin-bottom: 60px;
  }
  .sns-section {
    padding: 60px 0;
  }
  .sns-section .sns-box .box-title {
    text-align: center;
  }
  .sns-section .sns-box .btn-more {
    text-align: center;
  }
  .sns-section .instagram-list li {
    width: 49%;
    margin-bottom: 2%;
  }
  .sns-section .sns-instagram {
    width: 100%;
    margin-bottom: 60px;
  }
  .sns-section .sns-facebook {
    width: 100%;
  }
}
/*# sourceMappingURL=map/home.css.map */