/* ------------------------------
 width: all
------------------------------ */
main section.s01 + .s01 {
  margin-top: 200px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .dl01 dt {
  width: calc(100% - 580px);
  padding-right: 70px;
}
main section.s01 .wrapper .dl01 dt .name {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
}
main section.s01 .wrapper .dl01 dt .name span {
  font-size: 50px;
  line-height: 100%;
  font-weight: 900;
  color: #fff;
  padding-right: 20px;
  display: inline-block;
  vertical-align: bottom;
}
main section.s01 .wrapper .dl01 dt .t01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
main section.s01 .wrapper .dl01 dt table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #000;
}
main section.s01 .wrapper .dl01 dt table tr {
  border-bottom: 1px solid #000;
}
main section.s01 .wrapper .dl01 dt table tr th {
  width: 100px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  padding: 22px 0;
}
main section.s01 .wrapper .dl01 dt table tr td {
  font-size: 16px;
  vertical-align: top;
  padding: 22px 0;
}
main section.s01 .wrapper .dl01 dt .btn01 {
  width: 300px;
  margin-top: 60px;
}
main section.s01 .wrapper .dl01 dd {
  width: 580px;
}
main section.s01 .wrapper .dl01 dd img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .gmap {
  width: 100% !important;
  height: 400px !important;
  margin-top: 70px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 15px;
}
main section.s01 .swiper-area {
  margin-top: 90px;
}
main section.s01 .swiper-area .swiper .swiper-wrapper .swiper-slide {
  width: 300px;
}
main section.s01 .swiper-area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 + .s01 {
    margin-top: 100px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl01 {
    display: block;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 100%;
    padding-right: 0;
  }
  main section.s01 .wrapper .dl01 dt .name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
  }
  main section.s01 .wrapper .dl01 dt .name span {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    padding-right: 10px;
  }
  main section.s01 .wrapper .dl01 dt .t01 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
  }
  main section.s01 .wrapper .dl01 dt table {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #000;
  }
  main section.s01 .wrapper .dl01 dt table tr {
    border-bottom: 1px solid #000;
  }
  main section.s01 .wrapper .dl01 dt table tr th {
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    padding: 22px 0;
  }
  main section.s01 .wrapper .dl01 dt table tr td {
    font-size: 14px;
    vertical-align: top;
    padding: 22px 0;
  }
  main section.s01 .wrapper .dl01 dt .btn01 {
    width: 220px;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .dl01 dd {
    width: 100%;
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
  }
  main section.s01 .wrapper .dl01 dd img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .gmap {
    width: 100% !important;
    height: calc(100vw - 40px) !important;
    max-height: 400px;
    margin-top: 30px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    border-radius: 15px;
  }
  main section.s01 .swiper-area {
    margin-top: 40px;
  }
  main section.s01 .swiper-area .swiper .swiper-wrapper .swiper-slide {
    width: 150px;
  }
  main section.s01 .swiper-area .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
}