@charset "UTF-8";
.ttl_wrap {
  background-image: url("../images/access/ttl_bg.jpg");
  background-position: center;
}

section .contents {
  margin: 0 auto;
}
section + section {
  margin-top: 80px;
}
@media (max-width: 768px) {
  section + section {
    margin-top: 50px;
  }
}

.swiper-container {
  width: 450px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .swiper-container {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}

.main-slider .swiper-slide {
  text-align: right;
}
.main-slider .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.main-slider .img-caps {
  margin-top: 5px;
  font-size: 1.2rem;
}

.text-swiper-wrap {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .text-swiper-wrap {
    margin-top: 80px;
  }
}

/* サムネイル用のスライダー */
.thumbnail-slider {
  position: absolute;
  top: 35%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  height: 127px;
}
@media (max-width: 768px) {
  .thumbnail-slider {
    top: 35%;
  }
}
.thumbnail-slider .swiper-slide {
  opacity: 0.4;
}
.thumbnail-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.thumbnail-slider .swiper-slide-prev:hover,
.thumbnail-slider .swiper-slide-next:hover {
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 70px;
  z-index: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
  cursor: pointer;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* ページネーション */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: white;
}

/* サムネイル用のスライド */
.thumbnail-slider .swiper-slide {
  /* opacity: 0.4; */
  overflow: hidden;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.swiper-slide img {
  width: 100%;
}

/* 選択されたサムネイルのスライド */
.thumbnail-slider .swiper-slide-thumb-active {
  height: auto;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  background: #19244b !important;
}

.swiper-button-prev {
  top: 49% !important;
  left: calc(50% - 300px) !important;
  background: none !important;
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .swiper-button-prev {
    left: 17% !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: -8% !important;
    width: 5.5% !important;
    top: 50% !important;
    opacity: 1;
  }
}
.swiper-button-prev::after {
  content: "" !important;
}

.swiper-button-next {
  top: 49% !important;
  left: calc(50% + 270px) !important;
  background: none !important;
  opacity: 0.5;
}
@media (max-width: 1000px) {
  .swiper-button-next {
    right: 17% !important;
    left: auto !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: -8% !important;
    left: auto !important;
    width: 5.5% !important;
    top: 50% !important;
    opacity: 1;
  }
}
.swiper-button-next::after {
  content: "" !important;
}

.staSlider {
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 1100px) {
  .staSlider {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .staSlider {
    padding: 0 7% 80px;
  }
}
.staSlider .swiper-container.main-slider .swiper-wrapper {
  overflow: hidden !important;
}
.staSlider .swiper-pagination {
  left: 50%;
  z-index: 100 !important;
}

.simu {
  padding: 50px 0;
  background-color: #e4e9f0;
}
.simu h3 {
  margin-bottom: 20px;
}
.simu p {
  text-align: center;
}
.simu .root_simu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 730px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .simu .root_simu {
    width: 100%;
    display: block;
  }
}
.simu .root_simu li {
  width: 48%;
  background-color: #fff;
  border: 1px solid #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .simu .root_simu li {
    width: 80%;
    margin: 0 auto;
  }
  .simu .root_simu li + li {
    margin-top: 15px;
  }
}
.simu .root_simu li .name {
  padding: 15px 15px;
  color: #fff;
  background-color: #555;
}
.simu .root_simu li input {
  width: calc(100% - 110px);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  outline: none;
}
.simu .button {
  width: 280px;
  margin: 50px auto 0;
  font-size: 1.5rem;
}
.simu .button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .simu .button a {
    height: auto;
    padding: 4%;
  }
}
.simu .button a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .simu .button a::before {
    right: 7px;
    width: 7vw;
    height: 7vw;
  }
}
.simu .button a:hover::before {
  right: 7px;
}
.simu .button a {
  background-color: #19244b;
  border-radius: 0;
}
.simu .button a:hover {
  background-color: #273a7d;
}
@media (max-width: 640px) {
  .simu .button a {
    padding: 15px;
  }
}
.simu .button a::before {
  display: none;
}

.rosen_wrap {
  width: 700px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: 2px !important;
  scrollbar-color: #8ab3ae #f0f0f0;
  /* .notice {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 70%;
    padding: 5%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1.3;
    img {
      display: block;
      width: 25%;
      margin: 0 auto 20px;
    }
  } */
}
@media (max-width: 768px) {
  .rosen_wrap {
    width: 100%;
    /* .rosen {
      position: relative;
      width: 150%;
      height: auto;
      img {
        padding-bottom: 20px;
      }
    } */
  }
}

.acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
  margin: 50px auto 0;
  /*  @include w1100 {
     width: 90%;
   } */
}
@media (max-width: 768px) {
  .acc {
    width: 80%;
    display: block;
  }
}
.acc li {
  width: 50%;
}
@media (max-width: 768px) {
  .acc li {
    width: 100%;
  }
  .acc li + li {
    margin-top: 20px;
  }
}
.acc li img {
  padding-right: 10%;
}
@media (max-width: 768px) {
  .acc li img {
    padding-right: 0;
  }
}
.acc li span {
  display: block;
  margin-top: 3px;
}
.acc li:nth-child(n+3) {
  margin-top: 20px;
}

.rosen_wrap2 {
  width: 1000px;
  margin: 50px auto 0;
}
@media (max-width: 1100px) {
  .rosen_wrap2 {
    width: 100%;
  }
}
.rosen_wrap2 .rosen_wrap {
  margin: 10px auto 0;
}
.rosen_wrap2 .ttl {
  width: 700px;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .rosen_wrap2 .ttl {
    width: 100%;
  }
}

.grand {
  width: 1000px;
}
@media (max-width: 1100px) {
  .grand {
    width: 90%;
  }
}
.grand .main_copy {
  margin-bottom: 50px;
}
.grand .naniwa {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .grand .naniwa {
    width: 100%;
  }
}
.grand .gra2 {
  margin-top: 80px;
}

.rinia_wrap {
  width: 100%;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: 2px !important;
  scrollbar-color: #8ab3ae #f0f0f0;
}
.rinia_wrap .notice {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 60%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
}
.rinia_wrap .notice img {
  display: block;
  width: 25%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .rinia_wrap {
    width: 100%;
    overflow-x: auto;
  }
  .rinia_wrap .rinia {
    position: relative;
    width: 170%;
    height: auto;
  }
  .rinia_wrap .rinia img {
    padding-bottom: 20px;
  }
}

.f_area {
  margin-top: 40px;
}