@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	common
================================================== */
section {
  padding-top: 13.33vw;
  padding-bottom: 13.33vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */
section h2 {
  font-weight: normal;
  text-align: center;
  font-size: 7.4648vw;
  margin-bottom: 7.998vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section h2 {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}
/* ========== end △ */

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.floating_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.floating_img .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-animation: infinity-scroll-left 70s infinite linear 0.5s both;
          animation: infinity-scroll-left 70s infinite linear 0.5s both;
}
.floating_img .inner .item {
  width: 80vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .floating_img .inner .item {
    width: 33.3333333333vw;
  }
}
/* ========== end △ */
.floating_img .inner .item > img {
  width: 100%;
}

/* ==================================================
	mainvisual
================================================== */
.mainvisual .swiper {
  overflow: visible;
}
.mainvisual .swiper-slide {
  overflow: hidden;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .mainvisual .swiper-slide .sp {
    display: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mainvisual .swiper-slide .pc {
    display: none;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .swiper-pagination {
    display: none;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .swiper-pagination {
    text-align: left;
  }
}
/* ========== end △ */

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -40px;
  }
}
/* ========== end △ */

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 0;
    margin-right: 10px;
  }
}
/* ========== end △ */

.swiper-pagination-bullet-active {
  background: #222222;
}

.copy {
  margin-top: 13.33vw;
  margin-bottom: 13.33vw;
  text-align: center;
  line-height: 2;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .copy {
    font-size: 1.8rem;
    margin-top: 110px;
    margin-bottom: 100px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .copy br.only {
    display: none;
  }
}
/* ========== end △ */

/* ==================================================
	plan
================================================== */
.plan {
  background: #95B1B9;
}
.plan .wrap {
  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: wrap;
      flex-wrap: wrap;
}
.plan .wrap > div {
  width: 48%;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan .wrap > div {
    width: 285px;
  }
}
/* ========== end △ */
.plan .wrap > div.main {
  width: 100%;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan .wrap > div.main {
    width: 590px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .plan .wrap > div:nth-child(n+2) {
    margin-top: 5.332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan .wrap > div:nth-child(n+4) {
    margin-top: 50px;
  }
}
/* ========== end △ */
.plan .wrap > div a {
  display: block;
}
.plan .wrap h3 {
  font-weight: normal;
  margin-top: 2.666vw;
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan .wrap h3 {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
/* ========== end △ */
.plan .wrap h3 span {
  color: #275562;
  font-size: 2.666vw;
  display: block;
  font-style: italic;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan .wrap h3 span {
    font-size: 14px;
  }
}
/* ========== end △ */

/* ==================================================
	access
================================================== */
.access {
  background: #B6AF9B;
}
.access p {
  text-align: center;
}
.access .gmap {
  margin-top: 5.332vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .access .gmap {
    margin-top: 50px;
  }
}
/* ========== end △ */
.access .gmap iframe {
  width: 100%;
  height: 53.32vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .access .gmap iframe {
    height: 400px;
  }
}
/* ========== end △ */