.mv {
  position: relative;
  background: url(../common/images/bg.png);
}

@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 60px;
  }
}

.mv:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv:after {
    height: 100px;
    background: url(../common/images/bg_wave.png) center bottom/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .mv:after {
    height: 10vw;
    background: url(../common/images/bg_wave_sp.png) center bottom/cover no-repeat;
  }
}

.mv__ttl {
  color: #42210B;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mv__ttl {
    padding-top: 40px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__ttl {
    padding-top: 20px;
  }
}

.mv__slider {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv__slider {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mv__slider {
    padding-top: 20px;
  }
}

.mv__item {
  display: block;
}

@media screen and (min-width: 768px) {
  .mv__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .mv__item {
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .mv__item img {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mv__item img {
    height: 231px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}

.mv__lead {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mv__lead {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mv__lead {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.mv__btn {
  margin-top: 25px;
  text-align: center;
}

.mv .prev, .mv .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mv .prev, .mv .next {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .mv .prev, .mv .next {
    width: 35px;
    height: 35px;
  }
}

.mv .prev {
  background: url(../common/images/btn_prev.svg) 0 0 no-repeat;
}

@media screen and (min-width: 1000px) {
  .mv .prev {
    left: calc(50% - 395px);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 999px) {
  .mv .prev {
    left: 10px;
  }
}

.mv .next {
  background: url(../common/images/btn_next.svg) 0 0 no-repeat;
}

@media screen and (min-width: 1000px) {
  .mv .next {
    left: calc(50% + 395px);
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 999px) {
  .mv .next {
    right: 10px;
  }
}

.mv .slick-slide {
  width: 788px;
}

@media screen and (max-width: 767px) {
  .blog {
    padding-top: 20px;
  }
}

.blog .blog-list {
  margin-top: 20px;
}

.blog .blog-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0 22px;
  -webkit-transition: .2s;
  transition: .2s;
}

.blog .blog-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.blog .blog-list__item:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #1A1A1A, #1A1A1A 3px, transparent 2px, transparent 2px);
  background-size: 10px 3px;
  background-position: top;
  background-repeat: repeat-x;
}

.blog .blog-list__item:hover {
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .blog .blog-list__day {
    width: calc(15% - 25px);
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list__day {
    margin-right: 10px;
  }
}

.blog .blog-list__category {
  padding: 2px 0;
  margin-right: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .blog .blog-list__category {
    width: 152px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list__category {
    width: 114px;
    font-size: 1.1rem;
    border-radius: 7px;
  }
}

.blog .blog-list__category.is-info {
  background-color: #C28CB4;
}

.blog .blog-list__category.is-blog {
  background-color: #EFC100;
}

.blog .blog-list__category.is-hibari {
  background-color: #87C13F;
}

.blog .blog-list__category.is-photo {
  background-color: #FF99D1;
}

.blog .blog-list__ttl {
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .blog .blog-list__ttl {
    display: inline-block;
    width: 65%;
    height: 1.7rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .blog .blog-list__ttl {
    display: inline-block;
    margin-top: 5px;
    width: 65%;
    height: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list__ttl {
    width: 100%;
    margin-top: 7px;
    height: 1.6rem;
    font-size: 1.6rem;
  }
}

.blog__btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .blog__btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .blog__btn {
    margin-top: 30px;
  }
}

.banner .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner .banner-list__item {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .banner .banner-list__item {
    width: 33.3%;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .banner-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-list__item {
    width: 100%;
  }
}

.banner .banner-list__link:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(239, 193, 0, 0.8);
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
}

.banner .banner-list__link:after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  opacity: 0;
  border: 1px solid #fff;
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
}

.banner .banner-list__link:hover:before, .banner .banner-list__link:hover:after {
  opacity: 1;
  z-index: 3;
}

.banner .banner-list__link:hover .banner-list__ttl {
  color: #fff;
}

.banner .banner-list__link:hover .banner-list__txt {
  opacity: 1;
  z-index: 3;
}

.banner .banner-list__link.is-scroll:before, .banner .banner-list__link.is-scroll:after {
  opacity: 1;
  z-index: 3;
}

.banner .banner-list__link.is-scroll .banner-list__ttl {
  color: #fff;
}

.banner .banner-list__link.is-scroll .banner-list__txt {
  opacity: 1;
  z-index: 3;
}

.banner .banner-list__ttl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .banner .banner-list__ttl {
    padding: 20px 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-list__ttl {
    padding: 7px 0;
    font-size: 1.5rem;
  }
}

.banner .banner-list__ttl .arrow {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background: url(../common/images/icon_arrow.svg);
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .banner .banner-list__ttl .arrow {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-list__ttl .arrow {
    width: 13px;
    height: 13px;
  }
}

.banner .banner-list__txt {
  position: absolute;
  color: #fff;
  display: block;
  height: auto;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .banner .banner-list__txt {
    width: 70%;
    top: calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-list__txt {
    width: 80%;
    top: calc(50% - 15px);
  }
}

.photo-gallery {
  padding-top: 40px;
  background: url(../common/images/bg.png);
}

@media screen and (min-width: 1000px) {
  .photo-gallery .icon-ttl {
    margin-left: calc((100% - 1000px) / 2);
  }
}

.photo-gallery .gallery-slider {
  margin-top: 40px;
}

.photo-gallery .gallery-slider__item {
  position: relative;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item {
    border-radius: 10px;
  }
}

.photo-gallery .gallery-slider__item.is-fuji:before {
  content: "";
  position: absolute;
  background: url(../common/images/img_fuji.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item.is-fuji:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item.is-fuji:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.photo-gallery .gallery-slider__item.is-fuji img {
  border: 3px solid #C28CB4;
}

.photo-gallery .gallery-slider__item.is-fuji .gallery-info {
  background-color: rgba(194, 140, 180, 0.8);
}

.photo-gallery .gallery-slider__item.is-kiku:before {
  content: "";
  position: absolute;
  background: url(../common/images/img_kiku.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item.is-kiku:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item.is-kiku:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.photo-gallery .gallery-slider__item.is-kiku img {
  border: 3px solid #EFC100;
}

.photo-gallery .gallery-slider__item.is-kiku .gallery-info {
  background-color: rgba(239, 193, 0, 0.8);
}

.photo-gallery .gallery-slider__item.is-yuri:before {
  content: "";
  position: absolute;
  background: url(../common/images/img_yuri.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item.is-yuri:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item.is-yuri:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.photo-gallery .gallery-slider__item.is-yuri img {
  border: 3px solid #FF99D1;
}

.photo-gallery .gallery-slider__item.is-yuri .gallery-info {
  background-color: rgba(255, 153, 209, 0.8);
}

.photo-gallery .gallery-slider__item.is-momoyuri:before {
  content: "";
  position: absolute;
  background: url(../common/images/img_momoyuri.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item.is-momoyuri:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item.is-momoyuri:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.photo-gallery .gallery-slider__item.is-momoyuri img {
  border: 3px solid #FF99D1;
}

.photo-gallery .gallery-slider__item.is-momoyuri .gallery-info {
  background-color: rgba(255, 153, 209, 0.8);
}

.photo-gallery .gallery-slider__item.is-momo:before {
  content: "";
  position: absolute;
  background: url(../common/images/img_momo.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item.is-momo:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item.is-momo:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.photo-gallery .gallery-slider__item.is-momo img {
  border: 3px solid #FF0000;
}

.photo-gallery .gallery-slider__item.is-momo .gallery-info {
  background-color: rgba(255, 0, 0, 0.8);
}

.photo-gallery .gallery-slider__item.is-himawari:before {
  content: "";
  position: absolute;
  background: url(../common/images/img_himawari.svg) no-repeat;
  border: none;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__item.is-himawari:before {
    top: 20px;
    left: 0px;
    width: 117px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__item.is-himawari:before {
    top: 10px;
    left: 5px;
    width: 69px;
    height: 30px;
  }
}

.photo-gallery .gallery-slider__item.is-himawari img {
  border: 3px solid #FF0000;
}

.photo-gallery .gallery-slider__item.is-himawari .gallery-info {
  background-color: rgba(255, 0, 0, 0.8);
}

.photo-gallery .gallery-slider__item.is-none img {
  border: 3px solid #87C13F;
}

.photo-gallery .gallery-slider__item.is-none .gallery-info {
  background-color: rgba(135, 193, 63, 0.8);
}

.photo-gallery .gallery-slider__image {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider__image {
    border-radius: 20px;
    width: 367px;
    height: 246px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider__image {
    border-radius: 10px;
    width: 220px;
    height: 148px;
  }
}

.photo-gallery .gallery-slider .gallery-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  margin-left: 10px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider .gallery-info {
    padding: 10px 25px;
    border-radius: 0px 0px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider .gallery-info {
    padding: 5px 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .photo-gallery .gallery-slider .slick-slide {
    width: 367px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery .gallery-slider .slick-slide {
    width: 220px;
  }
}

.photo-gallery__btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .photo-gallery__btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photo-gallery__btn {
    margin-top: 40px;
  }
}

.access .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.access .map__google {
  height: auto;
  border: 2px solid #EFC100;
}

@media screen and (min-width: 768px) {
  .access .map__google {
    width: calc(100% - 242px - 25px);
  }
}

@media screen and (max-width: 767px) {
  .access .map__google {
    width: 100%;
    height: 300px;
  }
}

.access .map__google iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .access .map__image {
    width: 242px;
  }
}

@media screen and (max-width: 767px) {
  .access .map__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .access .map__image img:not(:first-of-type) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .access .map__image img {
    width: calc(50% - 5px);
  }
  .access .map__image img:first-of-type {
    margin-right: 10px;
  }
}

.access .address {
  margin-top: 10px;
}

.access .address a {
  color: #29A6DD;
  text-decoration: underline;
}

.footer {
  margin-top: 22vw;
}

.footer-gallery {
  display: none;
}
/*# sourceMappingURL=index.css.map */