.all_maps {
  max-width: 60%;
  margin: 0 auto;
}
.all_maps .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2AAB39;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #F8D939;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #00CAFF;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2CA6E0;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FF9FD4;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.all_maps .st6 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #97C932;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st7 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E95711;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st8 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #D6E20E;
  stroke: #FFFFFF;
  stroke-width: 0.6;
}
.all_maps .st9 {
  fill: #0F79BA;
}
.all_maps .st10 {
  fill: #FFFFFF;
}
.all_maps .st0, .all_maps .st1, .all_maps .st2, .all_maps .st3, .all_maps .st4, .all_maps .st5, .all_maps .st6, .all_maps .st7, .all_maps .st8, .all_maps .st9, .all_maps .st10 {
  transition: all 0.3s ease;
}
.all_maps #area1:hover path {
  fill: #1b6e25;
}
.all_maps #area2:hover path {
  fill: #008db3;
}
.all_maps #area3:hover path {
  fill: #1979a7;
}
.all_maps #area4:hover path {
  fill: #ff53b2;
}
.all_maps #area5:hover path {
  fill: #698c23;
}
.all_maps #area6:hover path {
  fill: #a23c0c;
}
.all_maps #area7:hover path {
  fill: #929a0a;
}
.all_maps #area8:hover circle, .all_maps #area8:hover polygon {
  fill: #094b73;
}

#top .guide__addflex__list__link {
  font-size: 18px;
  padding: 20px 30px;
}

#top .guide__addflex__list__link.hover {
  color: #fff;
  background: url(../common/img/vector_white@2x.png), #333;
  background-position: center right 21px;
  background-repeat: no-repeat;
  background-size: 7px;
}

.sp_slide {
  display: none;
}

@media screen and (max-width: 767px) {
  #top .guide__addflex__list__link {
    font-size: 14px;
    padding: 11px 15px;
    background-position: center right 10px;
  }
  #top .guide__addflex__list__link:hover {
    color: #fff;
    background-position: center right 10px;
  }
  .all_maps {
    max-width: 80%;
  }
  .pcs {
    display: none;
  }
  .sp_slide {
    display: block;
  }
  #top .mainimg img {
    width: 100% !important;
    display: block !important;
  }
  .swi {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  .swi img {
    width: 100%;
  }
  .swi .sw_ttl {
    position: absolute;
    color: white;
    font-weight: 900;
    font-size: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.3);
  }
}
.slider_bx {
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}
.slider_bx .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.slider_bx img {
  width: 100%;
}

.mp_h3 {
  margin-top: 50px !important;
  font-size: 1.8rem !important;
}

.maps_list_w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 30px;
  margin: 30px auto;
  box-sizing: border-box;
  border: 1px solid #ccc;
  gap: 0 20px;
  letter-spacing: 0.06em;
  height: 120px;
  overflow-y: scroll;
}
.maps_list_w .lines {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  border-radius: 10px;
}
.maps_list_w .lines .ymd {
  font-weight: bold;
  font-size: 14px;
  color: #777;
  letter-spacing: 0;
}
.maps_list_w .lines .new {
  margin-right: 10px;
  background: #dc3545;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding: 1px 10px;
  box-sizing: border-box;
}
.maps_list_w .lines a {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .maps_list_w {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .maps_list_w {
    padding: 0;
  }
  .maps_list_w .lines {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 15px;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .maps_list_w .lines a {
    margin-top: 4px;
  }
}

.mv {
  background: url("../images/tbg.webp") center center/cover;
  position: relative;
  overflow: hidden;
  height: calc(100vh + 100px);
}
.mv .t1 {
  bottom: 0;
  left: -20%;
  height: 100vh;
  position: absolute;
  width: 72%;
  max-width: 1400px;
  min-width: 710px;
  mix-blend-mode: multiply;
  text-align: center;
  display: flex;
  align-items: end;
}
.mv .t1 img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.mv .t2 {
  right: -25%;
  height: 100vh;
  position: absolute;
  width: 72%;
  max-width: 1400px;
  min-width: 700px;
  mix-blend-mode: multiply;
  text-align: center;
  display: flex;
  align-items: center;
}
.mv .t2 img {
  display: inline-block;
}
.mv .copy {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 3;
  position: relative;
}
.mv h1 {
  position: relative;
}
.mv .copy2 {
  position: absolute;
  top: -70px;
  line-height: 1;
  width: 218px;
  margin-left: -109px;
  left: 50%;
  background: #000;
  border-radius: 100px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.mv .copy2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  background-color: #000;
  width: 20px;
  height: 14px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.mv .copy2 img {
  display: inline-block;
  height: 23px;
  width: auto;
}
.mv h1 {
  text-align: center;
  width: 100%;
}
.mv h1 i, .mv h1 em {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif !important;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
.mv h1 i {
  display: block;
  opacity: 0;
  visibility: hidden;
  filter: blur(100px);
  transition: all 0.5s ease;
}
.mv h1 em {
  color: #968C82;
}
.mv h1 .i3 {
  margin: 0 auto;
  width: 472px;
}
.mv h1 .i2 {
  margin: 0 auto;
  width: 465px;
}
.mv h1 .i1 {
  margin: 0 auto;
  width: 462px;
}
.mv .copy_tx i.add {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}
.mv .copy_tx i.add img, .mv .copy_tx i.add picture {
  width: 100%;
}
@media all and (max-width: 1140px) {
  .mv {
    max-height: 800px;
  }
  .mv .t1 {
    height: 100%;
    bottom: 14%;
  }
  .mv .t2 {
    height: 100%;
  }
  .mv h1 {
    margin-top: -5vw;
  }
  .mv h1 i, .mv h1 em {
    font-size: 3rem;
  }
}
@media all and (max-width: 900px) {
  .mv .t1 {
    bottom: 100px;
    left: -38%;
  }
  .mv .t2 {
    right: -33%;
  }
  .mv h1 {
    margin-top: -18vw;
  }
  .mv h1 .i3 {
    margin: 0 auto;
    width: 402px;
  }
  .mv h1 .i2 {
    margin: 0 auto;
    width: 395px;
  }
  .mv h1 .i1 {
    margin: 0 auto;
    width: 392px;
  }
}
@media all and (max-width: 767px) {
  .mv .copy {
    align-items: flex-start;
  }
  .mv .t1 {
    display: none;
  }
  .mv .t2 {
    top: 10%;
    min-width: 570px;
  }
  .mv h1 {
    box-sizing: border-box;
    margin-top: 50px;
    width: 100%;
  }
  .mv h1 .i1, .mv h1 .i2, .mv h1 .i3 {
    width: 85%;
  }
  .mv .copy2 {
    top: auto;
    bottom: -40px;
    padding: 8px 0;
    width: 180px;
    left: -20px;
    margin-left: 0;
  }
  .mv .copy2:before {
    content: "";
    position: absolute;
    bottom: auto;
    top: -8px;
    left: 20%;
    margin-left: -10px;
    background-color: #000;
    width: 20px;
    height: 14px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .mv .copy2 img {
    height: 18px;
  }
}

.contact_bnr {
  padding-bottom: 100px;
  width: 90%;
  margin: 80px auto 0 auto;
}
.contact_bnr h3 {
  color: #fff;
  font-size: 2.7rem;
  background: #333;
  line-height: 1;
  padding: 27px 0 29px 0;
  text-align: center;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}
.contact_bnr__box {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  background: url(../img/contact_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 54px;
}
.contact_bnr__box .box_txt {
  text-align: center;
  padding: 40px 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
.contact_bnr__box ul {
  overflow: hidden;
  max-width: 748px;
  display: block;
  margin: 0 auto;
  list-style-type: none;
}
.contact_bnr__box ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.contact_bnr__box ul p {
  line-height: 1;
  font-size: 2rem;
}
.contact_bnr__box ul p span {
  background: linear-gradient(transparent 65%, #f2f200 65%);
}
.contact_bnr__box ul a {
  text-decoration: none;
}
.contact_bnr__box ul li:nth-of-type(1) .box_link {
  width: 100%;
  display: block;
  max-width: 323px;
  text-align: center;
  margin: 20px auto auto auto;
  background: url(../img/vector_white@2x.png) no-repeat, #e92f97;
  border-radius: 6px;
  background-size: 7px;
  border-bottom: 3px solid #c7227e;
  background-position: right 20px center;
}
.contact_bnr__box ul li:nth-of-type(1) .box_link a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 24px 0 23px 0;
  font-size: 1.5rem;
}
.contact_bnr__box ul li:nth-of-type(1) .box_link:hover {
  opacity: 0.8;
}
.contact_bnr__box ul li:nth-of-type(2) p:nth-of-type(1) {
  margin-bottom: 20px;
}
.contact_bnr__box ul li:nth-of-type(2) p:nth-of-type(2) {
  line-height: 1;
  margin-top: 11px;
  font-size: 1.5rem;
}
.contact_bnr__box ul li:nth-of-type(2) a {
  line-height: 1;
  color: #0089d4;
  padding-left: 56px;
  background: url(../img/tel_ico@2x.png) no-repeat;
  background-size: 43px;
  background-position: left center;
  font-family: "PT Sans", sans-serif !important;
  font-size: 3.9rem;
}
.contact_bnr__txt {
  max-width: 1000px;
  display: block;
  margin: 40px auto 0 auto;
  line-height: 200%;
  font-size: 1.4rem !important;
}
@media all and (max-width: 767px) {
  .contact_bnr {
    padding-bottom: 60px;
    margin: 40px auto 0 auto;
  }
  .contact_bnr h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px 0;
  }
  .contact_bnr__box {
    padding-bottom: 54px;
  }
  .contact_bnr__box .box_txt {
    text-align: left;
    padding: 20px;
    font-size: 1.4rem;
  }
  .contact_bnr__box ul li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contact_bnr__box ul p {
    font-size: 1.6rem;
  }
  .contact_bnr__box ul li:nth-of-type(1) {
    margin-top: 30px;
  }
  .contact_bnr__box ul li:nth-of-type(1) .box_link {
    font-size: 1.3rem;
    font-weight: bold;
    width: 290px;
  }
  .contact_bnr__box ul li:nth-of-type(2) {
    margin-top: 30px;
  }
  .contact_bnr__box ul li:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .contact_bnr__box ul li:nth-of-type(2) p:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .contact_bnr__box ul li:nth-of-type(2) a {
    padding-left: 40px;
    background: url(../img/tel_ico@2x.png) no-repeat;
    background-size: 30px;
    font-size: 3rem;
  }
  .contact_bnr__txt {
    font-size: 1.3rem !important;
    margin: 40px auto 0 auto;
    line-height: 1.6;
  }
}

.wrapper {
  overflow: hidden;
}

.halfs {
  border-radius: 100% 100% 0 0;
  width: 120%;
  height: 350px;
  margin-top: -150px;
  left: -10%;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}
.halfs i {
  background: white;
  border-radius: 100% 100% 0 0;
  width: 100%;
  height: 350px;
  margin-top: -100px;
  left: 0%;
  top: 30px;
  position: relative;
  display: block;
}
@media all and (max-width: 767px) {
  .halfs {
    height: 250px;
    border-radius: 50% 50% 0 0;
  }
  .halfs i {
    border-radius: 50% 50% 0 0;
    height: 270px;
    margin-top: -100px;
    top: 15px;
  }
}

.top1 {
  margin-top: -250px;
  position: relative;
  box-sizing: border-box;
  clip-path: ellipse(100% 100% at center);
  border-radius: 100% 100% 0 0;
}
.top1 h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif !important;
  font-size: 3.2rem;
  line-height: 1;
}
.top1 h2 i, .top1 h2 em {
  font-size: 7rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif !important;
}
.top1 h2 em {
  color: #968C82;
}
.top1 h2 span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif !important;
}
.top1 .bx1 {
  margin: 90px auto 0 auto;
  max-width: 750px;
  text-align: center;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 60px 0 60px;
  padding: 40px 45px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.top1 .bx1 .eg {
  text-align: center;
}
.top1 .bx1 .eg img {
  height: 35px;
  width: auto;
  display: inline-block;
}
.top1 .bx1 h3 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  margin: 20px 0 30px 0;
}
.top1 .bx1 h3 i {
  color: #968C82;
}
.top1 .bx1 .fb {
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
}
.top1 .bx1 .txt {
  text-align: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #C7C7C7;
  font-weight: 900;
  letter-spacing: normal;
}
.top1 .bx1 .squre {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -18px;
  width: 30px;
  height: 30px;
}
.top1 .bx1 .squre i {
  width: 11.5px;
  height: 11.5px;
  border-radius: 100%;
  background: #EBEB82;
  display: block;
  position: absolute;
}
.top1 .bx1 .squre i:nth-of-type(1) {
  top: 0;
  left: 50%;
  margin-left: -5.75px;
}
.top1 .bx1 .squre i:nth-of-type(2) {
  background: #76C1EB;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.75px;
}
.top1 .bx1 .squre i:nth-of-type(3) {
  background: #8A8A9F;
  bottom: 0;
  left: 50%;
  margin-left: -5.75px;
}
.top1 .bx1 .squre i:nth-of-type(4) {
  background: #DD9ABF;
  left: 0;
  top: 50%;
  margin-top: -5.75px;
}
.top1 .im11 {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 37%;
}
.top1 .im12 {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 40%;
}
@media all and (max-width: 767px) {
  .top1 {
    margin-top: -170px;
  }
  .top1 h2 {
    font-size: 2.2rem;
  }
  .top1 h2 i, .top1 h2 em {
    font-size: 4rem;
  }
  .top1 h2 span {
    display: block;
    font-size: 1.8rem;
  }
  .top1 .bx1 {
    margin: 50px auto 0 auto;
    padding: 20px 20px;
    border-radius: 0 30px 0 30px;
  }
  .top1 .bx1 .eg img {
    height: 15px;
  }
  .top1 .bx1 h3 {
    font-size: 2rem;
    margin: 10px 0 10px 0;
  }
  .top1 .bx1 .fb {
    font-size: 1.3rem;
  }
  .top1 .bx1 .txt {
    padding-top: 10px;
    margin-top: 10px;
    font-weight: normal;
  }
  .top1 .bx1 .squre {
    top: -8px;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
  }
  .top1 .bx1 .squre i {
    width: 6px;
    height: 6px;
  }
  .top1 .bx1 .squre i:nth-of-type(1) {
    margin-left: -3px;
  }
  .top1 .bx1 .squre i:nth-of-type(2) {
    margin-top: -3px;
  }
  .top1 .bx1 .squre i:nth-of-type(3) {
    margin-left: -3px;
  }
  .top1 .bx1 .squre i:nth-of-type(4) {
    margin-top: -3px;
  }
  .top1 .im11 {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 37%;
  }
  .top1 .im12 {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 40%;
  }
}

.top2 {
  margin: 120px 0 0 0;
}
.top2 h2 {
  font-size: 3.6rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.top2 h2 i {
  position: absolute;
  top: -8px;
  right: -170px;
  width: 160px;
}
.top2 h2 img {
  width: 100%;
}
.top2 .swiper-slide {
  aspect-ratio: 1/1;
}
.top2 .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  text-decoration: none;
  color: #333;
  overflow: hidden;
}
.top2 .swiper-slide a:hover .img img {
  transform: scale(1.1);
  opacity: 1;
}
.top2 .swiper-slide a:hover .arw {
  right: 5px;
}
.top2 .swiper-slide .num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 4.4rem;
  z-index: 3;
}
.top2 .swiper-slide .arw {
  width: 56px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s ease;
}
.top2 .swiper-slide .img img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.top2 .swiper-slide .cont {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  padding-right: 80px;
}
.top2 .swiper-slide .fk {
  display: inline-block;
  font-weight: bold;
  color: white;
  font-size: 1.4rem;
  margin-bottom: 10px;
  background: red;
  border-radius: 5px;
  padding: 5px 15px;
  box-sizing: border-box;
}
.top2 .swiper-slide .fb1 {
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 1.5;
}
.top2 .swiper-slide .fb1 i {
  background: #FFFF00;
}
.top2 .swiper-slide .fb2 {
  display: inline-block;
  border-radius: 100px;
  background: white;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  margin: 10px 0 10px 0;
}
.top2 .swiper-slide .fb2:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 33px;
  margin-top: 0;
  margin-left: -15px;
  background-color: white;
  width: 10px;
  height: 10px;
  letter-spacing: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.top2 .swiper-slide .tx {
  font-size: 1.4rem;
  font-weight: bold;
}
.top2 .inner {
  position: relative;
}
.top2 .swipe_nav {
  position: absolute;
  right: 0;
  top: 30px;
  width: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.top2 .swipe_nav .swiper-button-prev {
  position: relative;
  width: 56px;
  height: 56px;
  left: 0;
  top: unset;
}
.top2 .swipe_nav .swiper-button-prev img {
  width: 100%;
}
.top2 .swipe_nav .swiper-button-next {
  position: relative;
  width: 56px;
  height: 56px;
  right: 0;
  top: unset;
}
.top2 .swipe_nav .swiper-button-next img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .top2 {
    margin: 80px 0 0 0;
  }
  .top2 h2 {
    font-size: 2.2rem;
  }
  .top2 h2 i {
    display: none;
  }
  .top2 .swiper-slide a {
    border-radius: 15px;
  }
  .top2 .swiper-slide .num {
    top: 20px;
    left: 20px;
    font-size: 3rem;
  }
  .top2 .swiper-slide .arw {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }
  .top2 .swiper-slide .cont {
    bottom: 20px;
    left: 20px;
    padding-right: 40px;
  }
  .top2 .swiper-slide .fb1 {
    font-size: 1.8rem;
  }
  .top2 .swiper-slide .fb2 {
    padding: 5px 10px;
    margin: 10px 0 10px 0;
  }
  .top2 .swiper-slide .fb2:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 33px;
    margin-top: 0;
    margin-left: -15px;
    background-color: white;
    width: 10px;
    height: 10px;
    letter-spacing: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .top2 .swiper-slide .tx {
    font-size: 1.3rem;
  }
  .top2 .swiper-slide .fk {
    font-size: 1.2rem;
    margin-bottom: 2px;
    padding: 5px 5px;
  }
  .top2 .swipe_nav {
    top: 25px;
    width: 80px;
  }
  .top2 .swipe_nav .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .top2 .swipe_nav .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.sld {
  margin-top: 30px;
}

.guide_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 160px;
}
.guide_top .all_maps {
  text-align: center;
  max-width: none;
}
.guide_top .all_maps .st5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e5e5e5;
}
.guide_top .cont {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.guide_top .cont .in {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-left: 10%;
}
.guide_top .cont .in img {
  display: inline-block;
  max-width: 230px;
}
@media all and (max-width: 1140px) {
  .guide_top {
    grid-template-columns: 300px 1fr;
  }
  .guide_top .cont .in {
    padding: 0 20%;
  }
}
@media all and (max-width: 767px) {
  .guide_top {
    display: block;
    margin-top: 80px;
  }
  .guide_top .cont {
    font-size: 1.4rem;
  }
  .guide_top .cont .in {
    padding: 0;
  }
  .guide_top .cont .in img {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
}

.mps {
  background: white;
  padding: 30px 40px;
  border-radius: 60px 0 0 60px;
  max-height: 620px;
}
.mps svg#all_map {
  display: inline-block;
  height: 520px;
  width: auto;
}
@media all and (max-width: 900px) {
  .mps svg#all_map {
    height: 420px;
  }
}
@media all and (max-width: 767px) {
  .mps {
    padding: 15px 20px;
    border-radius: 30px;
    max-height: 320px;
  }
  .mps svg#all_map {
    height: 320px;
  }
}

.bgb {
  background: url("../images/top_bg.jpg");
}

.guide__addflex {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0 auto;
}

#top .guide__addflex__list {
  background: white;
}

@media all and (max-width: 767px) {
  #top .about__link, #top .guide__link {
    font-size: 1.4rem;
  }
}

#top .guide__addflex__list__link.dis {
  pointer-events: none;
  background: #ccc;
  color: #eee;
}

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