@charset "UTF-8";

.main {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 10px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7dc3f0;
  border: 2px solid #fff;
}
.slide-soon {
  background-image: url(../../img/top/soon.png);
  background-size: cover;
  background-position: center;
}
.slide-en1 {
  background-image: url(../img/en/nwTopEn-1.jpg);
  background-size: cover;
  background-position: center;
}
.slide-en2 {
  background-image: url(../img/en/nwTopEn-2.jpg);
  background-size: cover;
  background-position: center;
}
.slide-en3 {
  background-image: url(../img/en/nwTopEn-3.jpg);
  background-size: cover;
  background-position: center;
}
.slide-en4 {
  background-image: url(../img/en/nwTopEn-4.jpg);
  background-size: cover;
  background-position: center;
}
.slide-en5 {
  background-image: url(../img/en/nwTopEn-5.jpg);
  background-size: cover;
  background-position: center;
}
.swiper-logo-en {
  width: 70%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
  margin: -10px 0 0 0;
}
.top-press {
  width: 90%;
  max-width: 900px;
  height: auto;
  margin: 80px 0 0 0;
}
.logo-yamagata {
  width: 260px;
  height: auto;
  box-sizing: border-box;
  margin: 80px 0 0 0;
}
.slide-yamagata {
  background-image: url(../img/top/top-yamagata.jpg);
  background-size: cover;
  background-position: center;
}
.logo-kokubunji {
  width: 256px;
  height: auto;
  box-sizing: border-box;
  margin: 80px 0 0 0;
}
.slide-kokubunji {
  background-image: url(../img/top/top-kokubunji.jpg);
  background-size: cover;
  background-position: center;
}
.logo-hakata2f {
  width: 264px;
  height: auto;
  box-sizing: border-box;
  margin: 80px 0 0 0;
}
.slide-hakata2f {
  background-image: url(../img/top/top-hakata2f.jpg);
  background-size: cover;
  background-position: center;
}
.logo-fukushima {
  width: 264px;
  height: auto;
  box-sizing: border-box;
  margin: 80px 0 0 0;
}
.slide-fukushima {
  background-image: url(../img/top/top-fukushima.jpg);
  background-size: cover;
  background-position: center;
}
.logo-kochi {
  width: 212px;
  height: auto;
  box-sizing: border-box;
  margin: 80px 0 0 0;
}
.slide-kochi {
  background-image: url(../img/top/top-kochi.jpg);
  background-size: cover;
  background-position: center;
}
.top-press {
  width: 90%;
  max-width: 900px;
  height: auto;
  margin: 80px 0 0 0;
}

/* main */
.placeBlock {
  width: 100%;
  padding: 80px 0;
}
.place-box {
  width: 660px;
  margin: 50px auto 0 auto;
}
.placeBlock ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.placeBlock li.place-btn-1 {
  display: flex;
  align-items: center;
  text-align: center;
  width: 200px;
  height: auto;
  margin: 0;
}
.placeBlock li.place-btn-1 a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  position: relative;
  box-sizing: border-box;
}
.place-btn-1 a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.placeBlock li.place-btn-1 a span {
  display: inline-block;
  font-weight: bold;
}
.placeBlock li.place-btn-1 a img {
  width: auto;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
}
.placeBlock li.place-btn-2 {
  display: flex;
  align-items: center;
  text-align: center;
  width: 315px;
  height: auto;
  margin: 0;
}
.placeBlock li.place-btn-2 a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  position: relative;
  box-sizing: border-box;
}
.placeBlock li.place-btn-2 a span {
  font-size: 0.9em;
}
.place-btn-2 a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.placeBlock li.place-btn-2 a span {
  display: inline-block;
  font-weight: bold;
}
.placeBlock li.place-btn-2 a img {
  width: auto;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
}
.pa30 {
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
}
.place-hr {
  width: 100%;
  border-top: 1px solid #939393;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 40px auto;
}
.back_btn_top {
  width: 50px;
  height: 50px;
  z-index: 20;
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  /* main */
  .placeBlock {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .place-box {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  .placeBlock ul {
    display: block;
    margin: 0;
  }
  .placeBlock li.place-btn-1 {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .placeBlock li.place-btn-1 a {
    padding: 20px 0;
  }
  .placeBlock li.place-btn-2 {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .placeBlock li.place-btn-2 a {
    padding: 20px 0;
  }
  .pa30 {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
  }
  .swiper-pagination-bullet-active {
    border: 1px solid #fff;
  }
  .swiper-logo-en {
    margin: -30px 0 0 0;
  }
  .top-press {
    width: 90%;
    height: auto;
    margin: 60px 0 0 0;
  }
  .logo-yamagata {
    width: 130px;
    margin: 20px 0 0 0;
  }
  .logo-kokubunji {
    width: 128px;
    margin: 20px 0 0 0;
  }
  .logo-hakata2f {
    width: 132px;
    margin: 20px 0 0 0;
  }
  .logo-fukushima {
    width: 132px;
    margin: 20px 0 0 0;
  }
  .logo-kochi {
    width: 106px;
    margin: 20px 0 0 0;
  }
  .placeBlock li.place-btn-1 a span {
    display: none;
  }
}
