@charset "UTF-8";
/* ------------------------------
   Setting
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
/* ===================================================================
  route
===================================================================*/
.route .Main {
  background: #C08FB3;
}

.route .head_caption h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #C08FB3));
  background: linear-gradient(transparent 70%, #C08FB3 0%);
}

.route .page_sec .sec_list_wrap {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.route .page_sec .sec_list_wrap li {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 6rem;
}

.route .page_sec .sec_list_wrap li a {
  display: block;
}

.route .page_sec .sec_list_wrap li a img {
  display: block;
}

.route .page_sec .sec_list_wrap li a dt {
  position: relative;
  margin-bottom: 1rem;
}

.route .page_sec .sec_list_wrap li a dt img {
  width: 100%;
}

.route .page_sec .sec_list_wrap li a dt::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.route .page_sec .sec_list_wrap li a dt::after {
  display: block;
  content: "";
  color: #FFF;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  padding: .4rem 0 0 1rem;
  border: 5px solid transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.route .page_sec .sec_list_wrap dd.title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .3rem;
  color: #C08FB3;
}

.route .page_sec .sec_list_wrap dd {
  font-size: 14px;
}

.route .page_sec .sec_list_wrap dd span {
  font-weight: bold;
  font-size: 14px;
  color: #C08FB3;
}

.route .page_sec .sec_list_wrap dd p {
  font-size: 20px;
  font-weight: bold;
  margin: .6rem 0;
}

.route .bg_achive {
  background: url(../../img/route/achieve_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
  padding: 4rem 2rem;
}

.route .bg_achive .con_cap {
  color: #FFF;
}

.route .bg_achive p {
  text-align: left;
  max-width: 525px;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 768px) {
  .route .page_sec .sec_list_wrap {
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .route .page_sec .sec_list_wrap ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .route .page_sec .sec_list_wrap li {
    max-width: 540px;
    width: 50%;
  }
  .route .page_sec .sec_list_wrap li a:hover {
    color: #C08FB3;
  }
  .route .page_sec .sec_list_wrap li a:hover dd span {
    color: #C08FB3;
  }
  .route .page_sec .sec_list_wrap li a:hover dt {
    position: relative;
  }
  .route .page_sec .sec_list_wrap li a:hover dt::after {
    content: "";
    border: 5px solid #C08FB3;
    opacity: 1;
  }
  .route .page_sec .sec_list_wrap dd.title {
    font-size: 32px;
    padding: 1rem 2rem 0;
    margin-bottom: .4rem;
  }
  .route .page_sec .sec_list_wrap dd {
    font-size: 15px;
    padding: 0 2rem 2rem;
  }
  .route .page_sec .sec_list_wrap dd span {
    font-size: 16px;
  }
  .route .page_sec .sec_list_wrap dd p {
    font-size: 24px;
    padding: 1.4rem 0;
  }
}

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