@charset "UTF-8";
.top_mv {
  margin-top: 40px;
  padding: 0 30px 0 0;
}
@media all and (max-width: 1120px) {
  .top_mv {
    margin-top: 60px;
    padding: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .top_mv {
    padding: 0 20px;
  }
}

.top_sld {
  position: relative;
}
.top_sld .swiper-horizontal > .swiper-scrollbar, .top_sld .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 240px;
  left: auto;
  bottom: -30px;
  right: 130px;
  height: 2px;
}
.top_sld .scr {
  position: absolute;
  right: 20px;
  bottom: -100px;
  width: 50px;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top_sld .scr:hover {
  opacity: 0.6;
}
.top_sld .scr img {
  width: 100%;
}
.top_sld img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .top_sld .scr {
    right: 15px;
    bottom: 20px;
    width: 20px;
  }
  .top_sld .swiper-horizontal > .swiper-scrollbar, .top_sld .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 50%;
    margin-left: -120px;
    bottom: -20px;
    right: auto;
  }
}

.swipe_mv img {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top1 {
  box-sizing: border-box;
  position: relative;
}
.top1 .inner {
  padding-top: 110px;
}
.top1 .txt {
  margin: 30px 0 20px 0;
  max-width: 670px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.top1 .imgs {
  width: 800px;
  margin: -300px 0 0 auto;
}
.top1 .top1_bg {
  position: absolute;
  z-index: -1;
  top: -50%;
  left: 0;
  width: 100%;
}
.top1 .cont {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1300px) {
  .top1 .imgs {
    width: 80%;
    margin: -180px -70px 0 auto;
  }
  .top1 .top1_bg {
    top: -15%;
  }
}
@media all and (max-width: 1120px) {
  .top1 .inner {
    padding-top: 150px;
    position: relative;
  }
  .top1 .imgs {
    position: relative;
    margin-top: -120px;
    z-index: 1;
  }
}
@media all and (max-width: 767px) {
  .top1 .inner {
    padding-top: 80px;
  }
  .top1 .imgs {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .top1 .txt {
    font-size: 1.6rem;
  }
  .top1 .top1_bg {
    top: auto;
    bottom: 1%;
    width: 122%;
    left: -7%;
  }
}

.top2 {
  margin-top: 120px;
  position: relative;
  z-index: 4;
}
.top2 .dev {
  margin: 20px 0 0 0;
  padding: 20px 60px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: white;
}
.top2 .dev h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.top2 .c5 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 10px;
}
.top2 .bx {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.top2 .tx {
  margin-top: 10px;
}
@media all and (max-width: 1120px) {
  .top2 {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .top2 {
    margin-top: 60px;
  }
  .top2 .dev {
    margin: 30px 0 0 0;
    padding: 10px 20px;
  }
  .top2 .dev h3 {
    font-size: 1.8rem;
  }
  .top2 .c5 {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .top2 .bx {
    width: 33%;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .top2 .tx {
    margin-top: 10px;
  }
}

.search_w {
  margin-top: 40px;
  text-align: center;
}
.search_w h2 {
  display: inline-block;
  color: #6795BB;
  font-size: 2.4rem;
  font-weight: 700;
}
.search_w h2 span {
  padding: 14px 0 14px 70px;
  background: url("../images/glass1.png") center left no-repeat;
  background-size: 58px auto;
}
@media all and (max-width: 767px) {
  .search_w {
    margin-top: 20px;
  }
  .search_w h2 {
    font-size: 2rem;
  }
  .search_w h2 span {
    padding: 14px 0 14px 50px;
    background-size: 40px auto;
  }
}

.search_area {
  padding: 24px 0 40px 0;
  box-sizing: border-box;
  border-radius: 10px;
  background: #E6F4F1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1120px) {
  .search_area {
    padding: 24px 20px 20px 20px;
  }
}

#top_search_bx {
  padding-top: 60px;
  margin-top: -40px;
}

.top3 {
  margin-top: 120px;
}
.top3 .c3 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
}
.top3 .c3 a {
  display: block;
  text-decoration: none;
  color: #3A4856;
  background: #E6F4F1;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 10px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.top3 .c3 a:hover {
  opacity: 0.6;
}
.top3 .c3 .tx {
  background: url("../images/tri_r.png") center right no-repeat;
  background-size: 16px auto;
}
.top3 .c3 .img {
  width: 68px;
  margin: 0 auto 10px auto;
}
@media all and (max-width: 1120px) {
  .top3 .c3 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top3 .c3 .img {
    margin: 0 auto;
  }
  .top3 .c3 .tx {
    text-align: left;
  }
  .top3 .c3 a {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .top3 {
    margin-top: 60px;
  }
  .top3 .c3 a {
    grid-template-columns: 44px 1fr;
    gap: 0 15px;
    padding: 5px 30px;
    margin-bottom: 10px;
  }
  .top3 .c3 .img {
    width: 44px;
    margin: 0 auto 10px auto;
  }
}

.top4 {
  margin-top: 80px;
  position: relative;
}
.top4 .inner {
  position: relative;
  z-index: 5;
}
.top4 .t4bg {
  position: absolute;
  top: 0;
  width: 180%;
  height: 100%;
  left: -10%;
  z-index: -1;
}
.top4 .img_top3 {
  width: 65%;
  max-width: 550px;
  margin: 0 -50px 0 auto;
  z-index: 2;
  position: relative;
}
.top4 .ttl_bx1 h2 {
  color: white;
}
.top4 .inner {
  margin-top: -100px;
}
.top4 .sld_case {
  margin: 30px auto 0 auto;
  max-width: 860px;
  position: relative;
}
.top4 .sld_case .swiper-slide {
  transform: scale(0.9); /* 左右のスライドを小さくする */
  transition: 0.3s; /* ゆっくり小さくさせる */
}
.top4 .sld_case .swiper-slide img {
  height: auto;
  width: 100%;
}
.top4 .sld_case .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  margin: 0 10px;
}
.top4 .sld_case .txt {
  font-size: 1.5rem;
  margin: 5px 0;
  line-height: 1.5;
}
.top4 .sld_case picture, .top4 .sld_case img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top4 .sld_case a {
  transition: all 0.3s ease;
}
.top4 .sld_case a:hover {
  opacity: 0.6;
}
.top4 .sld_case .cate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 5px;
  border-top: 1px solid #6795BB;
  box-sizing: border-box;
  padding-top: 10px;
}
.top4 .sld_case .cate_list a {
  text-decoration: none;
  color: white;
  background: #6795BB;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 5px 15px;
  box-sizing: border-box;
}
.top4 .sld_case .swipe_nav {
  position: absolute;
  top: 41%;
  left: 0;
  width: 36%;
}
.top4 .sld_case .swipe_nav .swiper-button-next, .top4 .sld_case .swipe_nav .swiper-button-prev {
  left: auto;
  right: auto;
  width: 33px;
  height: 33px;
  border-radius: 100px;
}
.top4 .sld_case .swipe_nav .swiper-button-next {
  right: -20px;
}
.top4 .sld_case .swipe_nav .swiper-button-prev {
  left: -30px;
}
.top4 .sld_case .swipe_nav img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  transition: all 0.3s ease;
}
.top4 .sld_case .swipe_nav img:hover {
  opacity: 0.8;
}
.top4 .btn_case {
  margin: 22px 0 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  color: #3A4856;
  transition: all 0.3s ease;
}
.top4 .btn_case:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #FCEA9E;
}
.top4 .btn_case:hover {
  opacity: 0.7;
}
.top4 .btn_case:hover em {
  left: 7px;
}
.top4 .btn_case i {
  padding-right: 20px;
}
.top4 .btn_case em {
  position: absolute;
  transition: all 0.3s ease;
  left: 0;
  width: 183px;
  bottom: -5px;
}
@media all and (max-width: 1120px) {
  .top4 .img_top3 {
    width: 45%;
  }
}
@media all and (max-width: 767px) {
  .top4 {
    margin-top: 40px;
  }
  .top4 .inner {
    margin-top: -40px;
  }
  .top4 .img_top3 {
    width: 80%;
    margin: 0 -20px 0 auto;
  }
  .top4 .sld_case {
    margin: 30px auto 0 auto;
    max-width: 860px;
    position: relative;
  }
  .top4 .sld_case .swiper-slide {
    transform: scale(1); /* 左右のスライドを小さくする */
  }
  .top4 .sld_case .swiper-slide-active {
    margin: 0;
  }
  .top4 .sld_case .swipe_nav {
    top: 41%;
    left: 30px;
    width: calc(100% - 60px);
  }
  .top4 .t4bg {
    width: 190%;
    left: -50%;
  }
  .top4 .btn_case em {
    bottom: -2px;
  }
}

.top5 {
  margin-top: 120px;
  position: relative;
}
.top5 .inner {
  padding-top: 80px;
}
.top5 .sld_voice {
  position: relative;
  margin-top: 20px;
  max-width: 1120px;
}
.top5 .ttl_bx1 {
  position: relative;
  z-index: 4;
}
.top5 .swiper-slide {
  height: auto;
}
.top5 .swiper-slide .in {
  height: 100%;
}
.top5 .voice_bx {
  position: relative;
}
.top5 .voice_bx .img_voice {
  position: absolute;
  right: -40px;
  bottom: 0;
  height: 90px;
}
.top5 .voice_bx .img_voice img {
  height: 100%;
  width: auto;
}
.top5 .voice_bx .in {
  background: white;
  border: 2px solid #6795BB;
  border-radius: 10px;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
  line-height: 1.5;
}
.top5 .voice_bx .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  padding: 16px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 2px dashed #3A4856;
}
.top5 .voice_bx .top .ymds {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.top5 .voice_bx .top .stars {
  width: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 5px;
  align-items: center;
}
.top5 .btn_voice {
  margin: 22px 0 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  color: #3A4856;
  transition: all 0.3s ease;
}
.top5 .btn_voice:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E6F4F1;
}
.top5 .btn_voice:hover {
  opacity: 0.7;
}
.top5 .btn_voice:hover em {
  left: 7px;
}
.top5 .btn_voice i {
  padding-right: 20px;
}
.top5 .btn_voice em {
  position: absolute;
  transition: all 0.3s ease;
  left: 0;
  width: 183px;
  bottom: -5px;
}
.top5 .swiper-horizontal > .swiper-pagination-bullets, .top5 .swiper-pagination-bullets.swiper-pagination-horizontal, .top5 .swiper-pagination-custom, .top5 .swiper-pagination-fraction {
  left: auto;
  bottom: -59px;
  right: 226px;
  width: auto;
}
.top5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .top5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.top5 .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 100px;
  background: #E6F4F1;
  opacity: 1;
}
.top5 .swiper-pagination-bullet-active {
  background: #C7E3DE;
}
.top5 .top5_bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 120%;
  height: 100%;
  z-index: -1;
}
.top5 .swiper-button-prev, .top5 .swiper-rtl .swiper-button-next {
  left: -10px;
  right: auto;
}
.top5 .swiper-button-next, .top5 .swiper-rtl .swiper-button-prev {
  right: -10px;
  left: auto;
}
@media all and (max-width: 767px) {
  .top5 {
    margin-top: 50px;
  }
  .top5 .swiper-horizontal > .swiper-pagination-bullets, .top5 .swiper-pagination-bullets.swiper-pagination-horizontal, .top5 .swiper-pagination-custom, .top5 .swiper-pagination-fraction {
    bottom: -30px;
    right: auto;
    width: 100%;
  }
  .top5 .voice_bx .img_voice {
    right: -40px;
    bottom: 7px;
    height: 80px;
  }
  .top5 .btn_voice {
    margin: 40px 0 0 auto;
  }
  .top5 .btn_voice em {
    bottom: -2px;
  }
  .top5 .top5_bg {
    left: -30%;
    width: 160%;
  }
  .top5 .swipe_nav {
    display: block;
  }
}

.bnr2 {
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 500px;
  margin: 90px auto 0 auto;
  width: 90%;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  bottom: 0;
  background: url("../images/white_cir.png") center right 30px no-repeat, #0994D4;
  background-size: 80px auto;
  border-radius: 10px;
  box-shadow: 0 10px 0 #0673A5;
  color: white;
  padding: 0 30px 0 50px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.bnr2 span {
  display: block;
  background: url("../images/jn_m2.png") center left no-repeat;
  background-size: 55px auto;
  padding: 25px 0;
  box-sizing: border-box;
}
.bnr2:hover {
  box-shadow: none;
  bottom: -10px;
}
@media all and (max-width: 767px) {
  .bnr2 {
    margin: 60px auto 0 auto;
    padding: 0 10px 0 20px;
    width: calc(100% - 30px);
    background: url(../images/white_cir.png) center right 15px no-repeat, #0994D4;
    background-size: 40px auto;
    box-shadow: 0 5px 0 #0673A5;
    font-size: 1.6rem;
  }
  .bnr2 span {
    padding: 15px 0;
    background: url(../images/jn_m2.png) center left no-repeat;
    background-size: 43px auto;
  }
}

.stores {
  margin: 180px 0 0 0;
  position: relative;
}
.stores:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #E6F4F1;
}
.stores .mapw {
  overflow: hidden;
  height: 350px;
}
.stores .maps {
  position: relative;
  width: 100%;
  margin-top: -150px;
  margin-left: -3px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
}
.stores .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stores .infos {
  margin: 60px 0 0 0;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 520px;
  position: relative;
}
.stores .name {
  color: #3A4856;
  font-size: 2rem;
  font-weight: bold;
}
.stores .inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 49% 51%;
  max-width: 1160px;
}
.stores .tree {
  position: absolute;
  right: 30px;
  top: -60px;
  width: 100px;
  height: auto;
}
.stores .add {
  padding-left: 45px;
  background: url("../images/ic_map.png") center left no-repeat;
  background-size: 30px auto;
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.4;
}
.stores .times {
  padding-left: 45px;
  font-size: 1.4rem;
  background: url("../images/ic_time.png") center left no-repeat;
  background-size: 30px auto;
  margin-top: 15px;
  line-height: 1.4;
}
.stores .btn2 {
  margin-top: 20px;
}
.stores .btn2 a {
  display: block;
  width: 300px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 11px 10px;
  border: 1px solid #6795BB;
  background: url("../images/tri_w.png") center right 20px no-repeat, #6795BB;
  background-size: 12px auto;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.stores .btn2 a:hover {
  background: url("../images/tri_w_bl.png") center right 20px no-repeat;
  color: #6795BB;
  background-size: 12px auto;
}
@media all and (max-width: 1300px) {
  .stores .tree {
    right: -20px;
    top: -121px;
  }
}
@media all and (max-width: 1120px) {
  .stores .tree {
    top: -90px;
    width: 70px;
  }
}
@media all and (max-width: 767px) {
  .stores {
    margin: 60px 0 0 0;
  }
  .stores:before {
    top: 40px;
  }
  .stores .mapw {
    height: 250px;
  }
  .stores .maps {
    height: 580px;
  }
  .stores .infos {
    margin: 10px 0 0 0;
    padding-left: 0;
  }
  .stores .name {
    font-size: 2rem;
    line-height: 1.3;
  }
  .stores .inner {
    grid-template-columns: 1fr;
  }
  .stores .btn2 {
    margin-top: 20px;
  }
  .stores .btn2 a {
    display: block;
    width: 300px;
    margin: 10px auto 0 auto;
  }
  .stores .tree {
    display: none;
  }
}

.all_store {
  margin: 110px 0 0 0;
  padding-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
.all_store .ttl_bx2 .img {
  margin: 0 auto;
  width: 80px;
}
.all_store .ttl_bx2 .img img {
  width: 100%;
}
.all_store .ttl_bx2 h2 img {
  display: block;
  height: 40px;
  margin: 0 auto;
}
.all_store .store_lists {
  width: 730px;
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
}
.all_store .store_lists a {
  margin-bottom: 10px;
  display: block;
  color: #3A4856;
  text-decoration: none;
  border: 1px solid #0994D4;
  background: white;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 4.5px 20px;
  width: 300px;
  position: relative;
}
.all_store .store_lists a i {
  position: absolute;
  top: 10px;
  right: -24px;
  width: 32px;
  height: 16px;
  background: url("../images/alls_ic.png") center center/cover;
}
.all_store .store_lists .in12 a {
  margin-bottom: 10px;
  display: block;
  color: #3A4856;
  text-decoration: none;
  border: 1px solid #EEE8A9;
  background: white;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 4.5px 20px;
  width: 300px;
  position: relative;
}
.all_store .store_lists .in12 a i {
  position: absolute;
  top: 10px;
  right: -24px;
  width: 32px;
  height: 16px;
  background: url("../images/alls_ic12.png") center center/cover;
}
.all_store .all_bg {
  position: absolute;
  top: -80px;
  left: 0;
  width: 114%;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .all_store {
    padding-bottom: 30px;
  }
  .all_store .ttl_bx2 .img {
    width: 64px;
  }
  .all_store .ttl_bx2 h2 {
    font-size: 2rem;
  }
  .all_store .store_lists {
    width: 100%;
    margin: 30px auto 0 auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .all_store .store_lists a {
    width: calc(100% - 22px);
  }
  .all_store .store_lists .in1 {
    margin-top: 20px;
  }
  .all_store .store_lists .in12 a {
    width: calc(100% - 22px);
  }
  .all_store .all_bg {
    position: absolute;
    top: -80px;
    left: 0;
    width: 114%;
    z-index: -1;
  }
}

.result_table table {
  min-width: 350px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

.btn_calen {
  text-decoration: underline;
  cursor: pointer;
}

.hji {
  margin: 500px 0;
}
.hji span {
  display: none;
}
.hji option:first-child {
  background: green;
}

/*# sourceMappingURL=top.css.map */
