@charset "UTF-8";
/* TOPPAGE */
.mainvisual {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 980px;
  position: relative;
  z-index: 0;
}
.mainvisual .mv_slider {
  visibility: hidden;
}
.mainvisual .slick-initialized {
  visibility: visible;
}
.mainvisual .overTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.mainvisual__txt {
  padding: 36px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

section h2 {
  margin-bottom: 5px;
  padding: 0;
}
section h2 img {
  width: auto;
  height: 20px;
}
section.section__quality h2 img {
  height: 23px;
}
section .lead {
  margin-bottom: 20px;
  color: #303741;
  font-size: 12px;
  text-align: center;
}
section.section__information {
  padding: 20px 0 50px;
}

@media screen and (min-width: 768px) {
  section h2 img {
    height: 25px;
  }
  section.section__gallery {
    padding: 100px 0 0;
  }
  section.section__quality {
    padding: 100px 0 0;
  }
  section.section__special {
    padding: 90px 0 0;
  }
  section.section__news {
    padding: 120px 0 0;
  }
  section.section__information {
    padding: 75px 0 85px;
  }
  section.section__quality h2 img {
    height: auto;
  }
}
.top__galleryWrap {
  margin: 0 15px 15px;
}
.top__galleryWrap .top__gallerySlider {
  visibility: hidden;
}
.top__galleryWrap .slick-initialized {
  visibility: visible;
}
.top__galleryWrap li {
  padding: 0 5px;
}
.top__galleryWrap li a {
  display: block;
}
.top__galleryWrap li p.title {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__galleryWrap li p.small {
  display: block;
  font-size: 10px;
}
.top__galleryWrap .slick-prev, .top__galleryWrap .slick-next {
  width: 18px;
  height: 18px;
  top: 39%;
}
.top__galleryWrap .slick-prev {
  left: -20px;
}
.top__galleryWrap .slick-next {
  right: -20px;
}
.top__galleryWrap .slick-prev:before,
.top__galleryWrap .slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.top__galleryWrap .slick-prev:before {
  background-image: url(../images/common/icon_prev_1.svg);
}
.top__galleryWrap .slick-next:before {
  background-image: url(../images/common/icon_next_1.svg);
}
@media screen and (min-width: 768px) {
  .top__galleryWrap {
    margin: 0 -10px 30px;
    padding: 0 50px;
  }
  .top__galleryWrap li {
    padding: 0 10px;
  }
  .top__galleryWrap li p.title {
    font-size: 15px;
  }
  .top__galleryWrap li p.addr {
    font-size: 13px;
  }
  .top__galleryWrap li p.small {
    font-size: 13px;
  }
  .top__galleryWrap .slick-prev, .top__galleryWrap .slick-next {
    width: 35px;
    height: 35px;
    top: 39%;
  }
  .top__galleryWrap .slick-prev {
    left: -37px;
  }
  .top__galleryWrap .slick-next {
    right: -37px;
  }
  .top__galleryWrap .slick-prev:before,
.top__galleryWrap .slick-next:before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .top__galleryWrap {
    padding: 0;
  }
}
.top__galleryButton {
  text-align: center;
}
.top__galleryButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 29px;
  max-width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #303741;
}
.top__galleryButton a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .top__galleryButton a {
    width: 100%;
    height: 38px;
    max-width: 370px;
    font-size: 19px;
  }
}
.top__qualityWrap {
  margin: -6px -15px 10px;
  position: relative;
}
.top__qualityWrap .overTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #1a4489;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.top__qualityWrap .overTxt h3 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.top__qualityWrap .overTxt h3 img {
  height: 19px;
}
@media screen and (min-width: 768px) {
  .top__qualityWrap {
    margin: 0;
  }
  .top__qualityWrap .overTxt {
    width: 100%;
    height: 100%;
    background-color: transparent;
    bottom: auto;
    top: 0;
  }
  .top__qualityWrap .overTxt__in {
    padding: 30px;
    background-color: rgba(26, 68, 137, 0.75);
  }
  .top__qualityWrap .overTxt h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
  .top__qualityWrap .overTxt h3 img {
    height: auto;
  }
  .top__qualityWrap .overTxt p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.75;
  }
}
.top__specialWrap {
  margin-bottom: -30px;
}
.top__specialWrap .row {
  margin: 0 -4px;
  align-items: center;
  justify-content: center;
}
.top__specialWrap .row > div {
  padding: 0 4px;
}
.top__specialWrap a {
  display: block;
}
.top__specialWrap .elem {
  margin-bottom: 25px;
}
.top__specialWrap .elem p {
  margin-top: 7px;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top__specialWrap .elem p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.29;
  }
}
.top__newsWrap {
  margin-top: 10px;
}
.top__newsWrap dl, .top__newsWrap dt, .top__newsWrap dd {
  margin: 0;
  padding: 0;
}
.top__newsWrap dt, .top__newsWrap dd {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top__newsWrap {
    margin-top: 28px;
  }
  .top__newsWrap dl {
    display: flex;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #bdc1c7;
  }
  .top__newsWrap dt {
    width: 130px;
    font-size: 14px;
    font-weight: 400;
  }
  .top__newsWrap dd {
    width: calc( 100% - 130px);
    font-size: 16px;
    font-weight: 700;
  }
}
.top__informationWrap {
  margin-top: 20px;
}
.top__informationWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  width: 100%;
  height: 40px;
  color: #696969;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #696969;
  border-radius: 20px;
  position: relative;
}
.top__informationWrap a::after {
  content: "▶";
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .top__informationWrap {
    margin: 30px auto 0;
    max-width: 556px;
  }
  .top__informationWrap > .row > div {
    padding: 0 8px;
  }
  .top__informationWrap a {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
  }
  .top__informationWrap a::after {
    content: none;
  }
}
/*# sourceMappingURL=toppage.css.map */