@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
body {
  color: #231815;
}
@media screen and (min-width: 481px) {
  .sp {
    display: none;
  }
  section.event-block .event__container .event__item span.sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  section.event-block .event__container .event__item span.pc {
    display: none;
  }
}
/*---------------------------------

  メインビジュアル

---------------------------------*/
#mainVisual {
  padding: 10rem 5rem 0;
  text-align: center;
}
#mainVisual .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 72rem;
  line-height: 1.5;
  position: relative;
}
#mainVisual .ttl {
  position: relative;
  top: -5rem;
  text-align: center;
}
#mainVisual .ttl h1 img {
  width: 85%;
  max-width: 1000px;
}
#mainVisual .bg {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#mainVisual .bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
#mainVisual .txt {
  margin: 5rem auto;
  max-width: 1000px;
  padding: 0 5rem;
}
#mainVisual .txt img {
  width: 100%;
  vertical-align: bottom;
}
#mainVisual .txt .date {
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}
#mainVisual .txt .openingevent {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  max-width: 48rem;
  margin: 3rem auto;
  position: relative;
  padding: 0 5rem;
}
#mainVisual .txt .openingevent::before, #mainVisual .txt .openingevent::after {
  content: "";
  background-image: url("../../2022/images/deco.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -15%;
  width: 4.5rem;
  height: 14rem;
}
#mainVisual .txt .openingevent::before {
  left: 0;
  transform: scale(-1, 1);
}
#mainVisual .txt .openingevent::after {
  right: 0;
}
#mainVisual .txt .info {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
  margin: 3rem auto;
}
#mainVisual .txt .info span {
  background: #231815;
  border-radius: 3px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: .5rem;
  padding: 0 .5rem;
}
#mainVisual .txt .info small {
  display: block;
  font-size: 14px;
  margin: .1rem 0;
}
#mainVisual .txt .info img {
  max-width: 280px;
  margin: 0 auto;
}
#mainVisual .txt .price {
  background-image: url("../images/price_de_t.svg"), url("../images/price_de_b.svg");
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: contain;
  color: #e9546a;
  font-size: 23px;
  font-weight: 500;
  max-width: 340px;
  margin: 0 auto;
  padding: 6.5rem 0;
}
@media screen and (max-width: 896px) {
  #mainVisual {
    overflow: hidden;
    padding: 5rem 2rem 0;
    text-align: center;
  }
  #mainVisual .ttl {
    position: relative;
    top: -3rem;
    text-align: center;
  }
  #mainVisual .txt {
    margin: 2rem auto;
    padding: 0;
  }
  #mainVisual .txt .date {
    max-width: 600px;
  }
  #mainVisual .txt .openingevent {
    max-width: 450px;
  }
  #mainVisual .txt .openingevent::before, #mainVisual .txt .openingevent::after {
    top: -10%;
    width: 4rem;
    height: 10rem;
  }
}
@media screen and (max-width: 480px) {
  #mainVisual .img {
    height: 20rem;
  }
  #mainVisual .ttl h1 img {
    width: 100%;
  }
  #mainVisual .txt .date {}
  #mainVisual .txt .openingevent {
    max-width: 350px;
    padding: 0px 18%;
  }
  #mainVisual .txt .openingevent::before, #mainVisual .txt .openingevent::after {
    width: 3rem;
    height: 10rem;
  }
}
/*---------------------------------

  セクション共通

---------------------------------*/
section {
  padding: 8rem 5%;
}
section h2 {
  font-family: 'MonteCarlo', cursive;
  font-size: 60px;
  text-align: center;
}
.txt {
  line-height: 1.6;
}
.txt p + p {
  margin-top: 1.5rem;
}
small {
  font-size: 80%;
}
strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 130%;
  font-weight: 600;
}
/*リンク*/
.link {
  display: block;
  margin-right: 1.5rem;
}
.link a {
  color: #eb3700;
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
  text-decoration: underline;
}
.link.instagram a::before {
  content: url("../images/instagram.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.link.hp a::before {
  content: url("../images/hp.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.1rem;
}
.link.mail a::before {
  content: url("../images/mail.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.1rem;
}
.link.mail p::before {
  content: url("../images/tel.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.1rem;
}
/*スクロールアニメーション*/
.blur-block {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  transition: transform .5s linear;
  -moz-transition: -moz-transform .5s linear;
  -webkit-transition: -webkit-transform .5s linear;
  -o-transition: -o-transform .5s linear;
  -ms-transition: -ms-transform .5s linear;
}
.blurDisplay {
  animation-name: blurAnime;
  -webkit-animation-name: blurAnime;
  opacity: 1;
  transition: .4s;
}
@keyframes blurAnime {
  from {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    opacity: 0;
  }
  to {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blurAnime {
  from {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    opacity: 0;
  }
  to {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 896px) {
  section {
    padding: 4rem 5%;
  }
}
/*---------------------------------

  ギャラリー

---------------------------------*/
section.gallery-block {
  background: #e9ffc9;
}
section.gallery-block .wrapper {
  margin: auto;
  max-width: 1200px;
}
section.gallery-block .slider {
  margin-top: 5rem;
  position: relative;
}
section.gallery-block .slider .slider__img {
  width: 32%;
}
section.gallery-block .slider .slider__img div {
  height: 100%;
}
section.gallery-block .slider .slider__img a {
  display: block;
  height: 100%;
  padding: .1rem;
}
section.gallery-block .slider .slider__img a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* 矢印 */
section.gallery-block .slider .slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 2rem;
  height: 4rem;
  z-index: 1;
}
section.gallery-block .slider .slide-arrow.prev-arrow {
  left: -3rem;
}
section.gallery-block .slider .slide-arrow.next-arrow {
  right: -3rem;
}
@media screen and (max-width: 480px) {
  section.gallery-block {}
  section.gallery-block .slider .slider__img {}
  section.gallery-block .slider .slide-arrow {
    width: 1rem;
    height: 2rem;
  }
  section.gallery-block .thumbnail .thumbnail__img {
    padding: .1rem;
    width: 25%;
    height: 6.5rem;
  }
  section.gallery-block .thumbnail .thumbnail__img div {
    height: 100%;
  }
  section.gallery-block .thumbnail .thumbnail__img .img {
    background-size: cover;
    background-position: center;
  }
  section.gallery-block .slider .slide-arrow.prev-arrow {
    left: -1.2rem;
  }
  section.gallery-block .slider .slide-arrow.next-arrow {
    right: -1.2rem;
  }
}
/*---------------------------------

  ショッピング

---------------------------------*/
section.shopping-block {
  background: #ffecd5;
}
section.shopping-block .wrapper {
  margin: auto;
  max-width: 1000px;
}
section.shopping-block .shopping__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
section.shopping-block .shopping__container figure {
  flex-basis: 45%;
}
section.shopping-block .shopping__container .txt {
  flex-basis: 50%;
  font-family: 'Noto Serif JP', serif;
  font-size: 110%;
  line-height: 2.5;
}
section.shopping-block .shopping__container .txt span {
  font-size: 80%;
}
@media screen and (max-width: 480px) {
  section.shopping-block {}
  section.shopping-block .shopping__container {
    display: block;
  }
}
/*---------------------------------

  ハーバルサニーガーデン リンク

---------------------------------*/
section.banner-block {
  background: #fff;
}
section.banner-block .wrapper {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
section.banner-block img {
  max-width: 100%;
}
section.banner-block .txt {
  margin: 2rem 0;
}
section.banner-block .btn {
  display: inline-block;
}
section.banner-block .btn a {
  background: #4b4b4b;
  color: #fff;
  display: block;
  min-width: 18rem;
  padding: 1rem;
}
/*---------------------------------

  アクセス

---------------------------------*/
section.access-block {
  background: #e9ffc9;
  text-align: center;
}
section.access-block figure {
  max-width: 80rem;
  margin: 5rem auto 3rem;
}
section.access-block figure img {}
section.access-block .txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 110%;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  section.access-block {}
}