@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 64px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #333;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}
.ptop:hover {
  opacity: 0.7;
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #FFF transparent;
  margin: -8px auto 0;
}

/* link
-----------------------------------*/
.link-sec {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .link-sec {
    margin-top: 64px;
  }
}
.link-sec .list-link {
  display: flex;
  flex-wrap: wrap;
}
.link-sec .list-link li {
  width: 15%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .link-sec .list-link li {
    width: 46%;
    margin-right: 6%;
    margin-bottom: 24px;
  }
  .link-sec .list-link li:nth-child(2n) {
    margin-right: 0;
  }
}
.link-sec .list-link li:nth-child(6n) {
  margin-right: 0;
}
.link-sec .list-link li a {
  display: block;
  height: 100%;
  padding: 32px 8px;
  border: 1px solid #FFF;
  background: #D5F4F0;
  background: linear-gradient(to right, #D5F4F0 0%, #E6FBF0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$start-color+"", endColorstr=$end-color+"",GradientType=1 );
  box-shadow: 0px 16px 6px -12px rgba(0, 0, 0, 0.2);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: clamp(14px, 1.19vw, 20px); /*20/1680*100*/
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .link-sec .list-link li a {
    padding: 16px 8px;
    font-size: 16px;
  }
  .link-sec .list-link li a img {
    display: block;
    max-width: 80px;
    margin: 0 auto;
  }
}
.link-sec .list-link li a:hover {
  box-shadow: none;
}
.link-sec .list-link li a:hover img {
  opacity: 1 !important;
}
.link-sec .list-link li a figcaption {
  display: flex;
  height: 2em;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.link-sec .list-bn {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .link-sec .list-bn {
    display: block;
    margin-top: 40px;
  }
}
.link-sec .list-bn li {
  width: 48%;
}
@media (max-width: 767px) {
  .link-sec .list-bn li {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}

/* フッタ
-----------------------------------*/
footer .contents {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 767px) {
  footer .contents {
    padding: 0 24px;
  }
}
footer .f-logo01 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer .f-logo01 {
    max-width: 266px;
    margin-bottom: 24px;
  }
}
footer .f-logo02 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  footer .f-logo02 {
    max-width: 138px;
    margin-bottom: 24px;
  }
}
footer .list-info li {
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .list-info li {
    font-size: 12px;
  }
}
footer .list-info li.tel {
  font-size: 32px;
  line-height: 1;
  font-family: "NotoSansJP-Bold", sans-serif;
}
footer .list-info li.tel a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .list-info li.tel {
    font-size: 28px;
  }
}
footer .list-info li.tel img {
  width: 14px;
  margin-right: 8px;
}
footer .info-area {
  padding: 80px 0 32px;
}
@media (max-width: 767px) {
  footer .info-area {
    padding: 64px 0 32px;
  }
}
footer .info-area .map {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  footer .info-area .map {
    margin-bottom: 32px;
  }
}
footer .info-area .map iframe {
  width: 100% !important;
  height: 400px !important;
}
@media (max-width: 767px) {
  footer .info-area .map iframe {
    height: 200px !important;
  }
}
footer .info-area .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .info-area .wrap .info01 {
  width: 25.333%;
  max-width: 304px;
  padding-right: 16px;
}
@media (max-width: 900px) {
  footer .info-area .wrap .info01 {
    width: 50%;
  }
}
footer .info-area .wrap .info02 {
  width: 43.1666%;
  max-width: 518px;
  padding-right: 16px;
  text-align: center;
}
@media (max-width: 900px) {
  footer .info-area .wrap .info02 {
    width: 50%;
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  footer .info-area .wrap .info02 {
    width: 100%;
    max-width: 340px;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  footer .info-area .wrap .info03 {
    width: 100%;
  }
}
footer .info-area .wrap .route-data {
  margin-top: 24px;
}
footer .info-area .wrap .route-data:nth-child(1) {
  margin-top: 0;
}
footer .info-area .wrap .route-data dt {
  margin-bottom: 16px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
}
@media (max-width: 900px) {
  footer .info-area .wrap .route-data dt {
    width: 4em;
    float: left;
    clear: left;
  }
}
footer .info-area .wrap .route-data dd {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (max-width: 900px) {
  footer .info-area .wrap .route-data dd {
    margin-left: 4.5em;
  }
}
footer .info-area .wrap .route-data dd::before {
  content: "・";
  position: absolute;
  left: 0;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 767px) {
  footer .row {
    padding: 0 24px;
  }
}
footer .row .col {
  width: 100%;
  max-width: 200px;
}
footer .sitemap {
  padding-top: 64px;
  background: url(/images/common/footer_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  footer .sitemap {
    background: url(/images/common/footer_bg01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
footer .sitemap .menu-nav > li {
  margin-bottom: 64px;
}
footer .sitemap .menu-nav > li > a, footer .sitemap .menu-nav > li > span {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #333;
  text-decoration: none;
  line-height: 1;
}
footer .sitemap .menu-nav > li > a:hover {
  color: #DB4B83;
}
footer .sitemap .sub-menu li {
  position: relative;
  padding-left: 1em;
}
footer .sitemap .sub-menu li::before {
  content: "-";
  position: absolute;
  left: 0;
}
footer .sitemap .sub-menu li a {
  display: block;
  color: #333;
  text-decoration: none;
}
footer .sitemap .sub-menu li a:hover {
  color: #DB4B83;
}
@media (max-width: 767px) {
  footer .sp-info-area {
    padding: 64px 24px 15%;
    background: url(/images/common/footer_bg01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
footer .list-sns {
  display: flex;
  justify-content: center;
  margin: 32px 0;
  padding: 24px 80px 16px;
}
@media (max-width: 767px) {
  footer .list-sns {
    padding: 0;
  }
}
footer .list-sns li {
  width: 32px;
  margin: 0 16px;
}
@media (max-width: 767px) {
  footer .list-sns li {
    width: 28px;
    margin: 0 8px;
  }
}
footer .copyright {
  padding-bottom: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 16px 0;
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */