@charset "UTF-8";
/*************/
/* ADD STYLE */
/*************/
.topnews_important {
  display: block;
  width: 100%;
  border: 2px solid #d4555b;
  padding: 15px 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 9px;
}
.topnews_important p:not([class]) {
  margin: 15px auto 0;
}
.topnews_important p:not([class]) + p {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .topnews_important {
    padding: 10px 15px;
  }
}
.topnews_important .topnews_important_info {
  display: flex;
  flex-basis: auto;
  align-items: start;
  border-bottom: 1px solid #d4555b;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.topnews_important .topnews_important_info .topnews_important_title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  width: calc(100% - 220px);
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .topnews_important .topnews_important_info {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .topnews_important .topnews_important_info .topnews_important_title {
    width: 100%;
    margin-top: 5px;
  }
}
.topnews_important .topnews_important_content {
  background: none;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.topnews_important .c-tag-wrap {
  text-align: right;
}
.topnews_important .c-tag-wrap .c-tag {
  display: inline-block;
  background: rgb(100, 100, 100);
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 2px 4px;
  border-radius: 6px;
  margin: 0 2px;
  font-size: 1.2rem;
}
.topnews_important .c-tag-wrap .c-tag.is-orange, .topnews_important .c-tag-wrap .c-tag.is-tax_important {
  background: #d4555b;
}
.topnews_important .c-tag-wrap .c-tag.is-green, .topnews_important .c-tag-wrap .c-tag.is-class {
  background: #75a80b;
}

#top .mv {
  height: 340px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv {
    height: 146px;
  }
}
#top .mv__wrap {
  height: 100%;
  background-size: cover;
  position: relative;
}
#top .mv div:not([class]) {
  top: 0;
}
#top .mv__head {
  color: #fff;
  width: 100%;
  max-width: 1025px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Shuei MaruGo B", sans-serif;
  text-shadow: 0px 0px 8px black;
  letter-spacing: 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  #top .mv__head {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #top .mv__head {
    display: none;
  }
}
#top .mv__head__mini {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic;
  letter-spacing: 0.04em;
}

#top .sphead {
  display: none;
  padding-top: 14px;
  background: #f7fcea;
}
@media screen and (max-width: 767px) {
  #top .sphead {
    display: block;
  }
}
#top .sphead__txt {
  color: #75a80b;
  padding-left: 14px;
  font-size: 2.4rem;
  font-family: "Shuei MaruGo B", sans-serif;
  border-left: 4px solid #e9f7d1;
}
#top .sphead__txt__mini {
  color: #333;
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic;
}

#top .first {
  padding: 22px 0;
  border-bottom: 1px solid #dbe8c3;
  background: #f7fcea;
}
#top .first .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #top .first .inner {
    flex-wrap: wrap;
  }
}
#top .first__list {
  width: 48.39%;
}
@media screen and (max-width: 1199px) {
  #top .first__list {
    width: 100%;
  }
}
#top .first__list__content {
  border: 1px solid #dbe8c3;
  border-radius: 6px;
  position: relative;
}
#top .first__list__content:not(:first-child) {
  margin-top: 16px;
}
#top .first__list__content--briefing::before {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background: url(../../img/pic_briefing01@2x.png) no-repeat center/cover;
  position: absolute;
  top: -8px;
  left: -8px;
}
@media screen and (max-width: 767px) {
  #top .first__list__content--briefing::before {
    width: 54px;
    height: 54px;
  }
}
#top .first__list__content__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 15px;
  text-decoration: none;
  border-radius: 6px;
  background: #fff;
}
#top .first__list__content__link:hover h3::after {
  margin-left: 40px;
}
#top .first__list__content__link__pic {
  width: 24.034%;
}
#top .first__list__content__link__pic:hover {
  opacity: 1;
}
#top .first__list__content__link__wrap {
  width: 68%;
}
#top .first__list__content__link__wrap__ttl {
  color: #75a80b;
  display: flex;
  align-items: center;
  padding-left: 38px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 767px) {
  #top .first__list__content__link__wrap__ttl {
    padding-left: 34px;
    font-size: 1.8rem;
  }
}
#top .first__list__content__link__wrap__ttl::after {
  content: "";
  width: 25.5px;
  height: 7.5px;
  display: block;
  margin-left: 24px;
  background: url(../img/ico_vec01@2x.png) no-repeat center/cover;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  #top .first__list__content__link__wrap__ttl::after {
    display: none;
  }
}
#top .first__list__content__link__wrap .ttl01 {
  background: url(../img/ico_first02@2x.png) no-repeat center left/21.5px;
}
#top .first__list__content__link__wrap .ttl02 {
  background: url(../img/ico_briefing01@2x.png) no-repeat center left/25.5px;
}
#top .first__list__content__link__wrap .ttl03 {
  background: url(../img/ico_price02@2x.png) no-repeat center left/18px;
}
#top .first__list__content__link__wrap .ttl04 {
  background: url(../img/ico_reservation02@2x.png) no-repeat center left/23.5px;
}
#top .first__list__content__link__wrap .ttl05 {
  background: url(../img/ico_frozen_storage05.png) no-repeat center left/28px;
}
#top .first__list__content__link__wrap__txt {
  margin-top: 10px;
}
#top .first__list__content__link__wrap .txt02 {
  margin-top: 4px;
}
#top .first__list__content__link__wrap__border {
  color: #75a80b;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #75a80b;
  border-radius: 16px;
}
#top .first__news {
  width: 48.39%;
}
@media screen and (max-width: 1199px) {
  #top .first__news {
    width: 100%;
    margin-top: 10px;
  }
}
#top .first__news__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .first__news__flex__ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 767px) {
  #top .first__news__flex__ttl {
    font-size: 2rem;
  }
}
#top .first__news__flex__ttl__en {
  color: #75a80b;
  margin-left: 16px;
  padding-left: 58px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
#top .first__news__flex__ttl__en::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  margin: auto 0;
  background: #75a80b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#top .first__news__flex__link {
  color: #75a80b;
  width: 210px;
  padding: 9.5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #75a80b;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 14px/25.5px;
}
@media screen and (max-width: 1199px) {
  #top .first__news__flex__link {
    display: none;
  }
}
#top .first__news__flex__link:hover {
  color: #fff;
  background: url(../img/ico_vec03@2x.png) no-repeat center right 14px/25.5px, #75a80b;
}
#top .first__news__list {
  margin-top: 12px;
  padding: 20px 22px;
  border: 1px solid #dbe8c3;
  background: #fff;
}
#top .first__news__list__content:not(:first-child) {
  border-top: 2px solid #ebf2dd;
}
#top .first__news__list__content__link {
  display: block;
  padding: 9px 0;
  text-decoration: none;
}
#top .first__news__list__content__link:hover p:not([class])::after {
  margin-left: 10px;
}
#top .first__news__list__content__link__day {
  color: #75a80b;
  font-family: "Overpass", sans-serif;
}
#top .first__news__list__content__link__ttl {
  margin-top: 6px;
  font-weight: bold;
}
#top .first__news__list__content__link p:not([class]) {
  margin-top: 4px;
}
#top .first__news__list__content__link p:not([class])::after {
  content: "";
  width: 25.5px;
  height: 7.5px;
  display: inline-block;
  margin-left: 0;
  background: url(../img/ico_vec01@2x.png) no-repeat center/cover;
  transition-duration: 0.5s;
}
#top .first__news__splink {
  color: #75a80b;
  width: 210px;
  padding: 9.5px 0;
  display: none;
  margin: 16px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #75a80b;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 14px/25.5px;
}
@media screen and (max-width: 1199px) {
  #top .first__news__splink {
    display: block;
  }
}
#top .first__news__splink:hover {
  color: #fff;
  background: url(../img/ico_vec03@2x.png) no-repeat center right 14px/25.5px, #75a80b;
}
@media screen and (max-width: 1199px) {
  #top .first__news__splink {
    display: block;
  }
}

#top .medical {
  padding: 50px 0 30px;
  border-bottom: 1px solid #dbe8c3;
  background: #e9f7d1;
}
@media screen and (max-width: 767px) {
  #top .medical {
    padding: 26px 0 16px;
  }
}
#top .medical__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 767px) {
  #top .medical__ttl {
    font-size: 2rem;
  }
}
#top .medical__ttl__en {
  color: #75a80b;
  margin-left: 16px;
  padding-left: 58px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
#top .medical__ttl__en::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  margin: auto 0;
  background: #75a80b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#top .medical__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #top .medical__flex {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
#top .medical__flex__list {
  width: 20.976%;
}
@media screen and (max-width: 1199px) {
  #top .medical__flex__list {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  #top .medical__flex__list {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  #top .medical__flex__list:nth-child(n+3) {
    margin-top: 36px;
  }
}
#top .medical__flex__list__link {
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  text-decoration: none;
}
#top .medical__flex__list__link:hover::after {
  margin-left: 10px;
}
#top .medical__flex__list__link::after {
  content: "";
  width: 25.5px;
  height: 7.5px;
  display: inline-block;
  margin-left: 0;
  background: url(../img/ico_vec01@2x.png) no-repeat center/cover;
  transition-duration: 0.5s;
}
#top .medical__flex__list__link__pic {
  margin-bottom: 15px;
}
#top .medical__flex__list__link__en {
  color: #75a80b;
  display: block;
  font-size: 1.2rem;
  font-family: "Overpass", sans-serif;
}
#top .medical__link {
  color: #75a80b;
  width: 210px;
  display: block;
  margin: 18px auto 0;
  padding: 9.5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #75a80b;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 14px/25.5px;
}
@media screen and (max-width: 767px) {
  #top .medical__link {
    display: none;
  }
}
#top .medical__link:hover {
  color: #fff;
  background: url(../img/ico_vec03@2x.png) no-repeat center right 14px/25.5px, #75a80b;
}

#top .about {
  padding: 50px 0 56px;
  border-bottom: 1px solid #dbe8c3;
  background: url(../../img/pic_about01@2x.png) no-repeat center right/48.125%, #f7fcea;
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 30px 0;
    background: #f7fcea;
  }
}
#top .about__wrap {
  width: 44.878%;
}
@media screen and (max-width: 767px) {
  #top .about__wrap {
    width: 100%;
  }
}
#top .about__wrap__ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 767px) {
  #top .about__wrap__ttl {
    font-size: 2rem;
  }
}
#top .about__wrap__ttl__en {
  color: #75a80b;
  margin-left: 16px;
  padding-left: 58px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
#top .about__wrap__ttl__en::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  margin: auto 0;
  background: #75a80b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#top .about__wrap__spic {
  width: 106%;
  max-width: 106%;
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top .about__wrap__spic {
    display: block;
  }
}
#top .about__wrap__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top .about__wrap__txt {
    margin-top: 20px;
  }
}
#top .about__wrap__link {
  color: #75a80b;
  width: 210px;
  display: block;
  margin: 30px 0 0 auto;
  padding: 9.5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #75a80b;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 14px/25.5px;
}
@media screen and (max-width: 767px) {
  #top .about__wrap__link {
    margin: 30px auto 0;
  }
}
#top .about__wrap__link:hover {
  color: #fff;
  background: url(../img/ico_vec03@2x.png) no-repeat center right 14px/25.5px, #75a80b;
}

#top .faq {
  padding: 48px 0 20px;
  border-bottom: 1px solid #dbe8c3;
  background: #e9f7d1;
}
@media screen and (max-width: 767px) {
  #top .faq {
    padding: 30px 0 20px;
  }
}
#top .faq__ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 767px) {
  #top .faq__ttl {
    font-size: 2rem;
  }
}
#top .faq__ttl__en {
  color: #75a80b;
  margin-left: 16px;
  padding-left: 58px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
#top .faq__ttl__en::before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  margin: auto 0;
  background: #75a80b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#top .faq__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top .faq__flex {
    display: none;
  }
}
#top .faq__flex__list {
  width: 47.805%;
  border: 1px solid #75a80b;
  border-radius: 40px;
}
#top .faq__flex__list:nth-child(n+3) {
  margin-top: 16px;
}
#top .faq__flex__list__link {
  display: flex;
  align-items: center;
  padding: 15px 74px 15px 30px;
  text-decoration: none;
  border-radius: 40px;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 20px/18px, #fff;
}
#top .faq__flex__list__link:hover {
  background-position: center right 10px;
}
#top .faq__flex__list__link__q {
  color: #75a80b;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Overpass", sans-serif;
}
#top .faq__flex__list__link__txt {
  margin-left: 44px;
}
#top .faq .bx-wrapper {
  display: none;
  margin-top: 20px;
  border: none;
  box-shadow: none;
  background: none;
}
@media screen and (max-width: 767px) {
  #top .faq .bx-wrapper {
    display: block;
  }
}
#top .faq .bx-wrapper .bx-viewport .bxslider li .faq__spflex__list {
  width: 99%;
  margin: auto;
  border: 1px solid #75a80b;
  border-radius: 40px;
}
#top .faq .bx-wrapper .bx-viewport .bxslider li .faq__spflex__list:nth-child(n+2) {
  margin-top: 16px;
}
#top .faq .bx-wrapper .bx-viewport .bxslider li .faq__spflex__list__link {
  display: flex;
  align-items: center;
  padding: 12.5px 50px 12.5px 14px;
  text-decoration: none;
  border-radius: 40px;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 20px/18px, #fff;
}
#top .faq .bx-wrapper .bx-viewport .bxslider li .faq__spflex__list__link:hover {
  background-position: center right 10px;
}
#top .faq .bx-wrapper .bx-viewport .bxslider li .faq__spflex__list__link__q {
  color: #75a80b;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Overpass", sans-serif;
}
#top .faq .bx-wrapper .bx-viewport .bxslider li .faq__spflex__list__link__txt {
  margin-left: 18px;
}
#top .faq .bx-wrapper .bx-controls .bx-controls-direction {
  display: none;
}
#top .faq .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background: #fff;
}
#top .faq .bx-wrapper .bx-controls .bx-pager .bx-pager-item .active {
  background: #75a80b;
}
#top .faq__link {
  color: #75a80b;
  width: 210px;
  display: block;
  margin: 30px auto 0;
  padding: 9.5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #75a80b;
  background: url(../img/ico_vec01@2x.png) no-repeat center right 14px/25.5px;
}
#top .faq__link:hover {
  color: #fff;
  background: url(../img/ico_vec03@2x.png) no-repeat center right 14px/25.5px, #75a80b;
}

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