@charset "UTF-8";
/*======================================================================
 * 施設・サービス案内 ページ レイアウト
======================================================================*/
/* ------------------------------------------------------------
  * 一覧
------------------------------------------------------------ */
.service-links {
  margin: 24px 0 30px;
}
.service-links ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) / 3);
}
.service-links ul li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.service-links ul li:nth-child(n+4) {
  margin-top: 16px;
}
.service-links ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  color: #000;
  line-height: 1.375;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.service-links ul a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .service-links {
    margin: 28px 0 32px;
  }
  .service-links ul li {
    width: calc((100% - 22px) / 3);
  }
  .service-links ul li:not(:nth-child(3n)) {
    margin-right: 11px;
  }
  .service-links ul li:nth-child(n+4) {
    margin-top: 10px;
  }
  .service-links ul a {
    min-height: 70px;
    padding: 0.8em 0.2em;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
@media screen and (max-width: 350px) {
  .service-links ul a {
    font-size: 1.3rem;
  }
}

.faq-block {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .faq-block {
    margin-bottom: 3rem;
  }
}

.unker-links {
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .unker-links {
    margin: 15px 0 32px;
  }
}

.faq-links:not(:last-child) {
  margin-bottom: 20px;
}
.faq-links .l-title-bg-blue {
  margin-bottom: 2px;
}
.faq-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.faq-links li {
  display: block;
}
.faq-links li:nth-child(n+2) {
  border-top: 1px solid #000;
}
.faq-links a {
  display: block;
  position: relative;
  padding: 1.344em 40px;
  color: #000;
  line-height: 1.6875;
  text-decoration: none;
}
.faq-links a::before, .faq-links a::after {
  content: "";
  display: block;
  position: absolute;
}
.faq-links a::before {
  content: "Q";
  left: 12px;
  top: 1.16em;
  font-family: "Alegreya Sans", "Montserrat", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
}
.faq-links a::after {
  top: 0;
  bottom: 0;
  right: 25px;
  width: 7px;
  height: 7px;
  margin: auto;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .faq-links .l-title-bg-blue {
    margin-bottom: 0;
  }
  .faq-links a {
    padding: 1.563em 40px;
    line-height: 1.25;
  }
  .faq-links a::before {
    content: "Q";
    left: 12px;
    top: 1.16em;
  }
  .faq-links a::after {
    right: 20px;
  }
}

/* ------------------------------------------------------------
  * 詳細共通
------------------------------------------------------------ */
.article {
  margin: 24px 0 32px;
}
.article .beforecontact {
  margin-bottom: 20px;
  padding: 7px 9px 0;
}
.article .beforecontact-heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  border-left: 1px solid #000;
}
.article .beforecontact-heading span {
  padding-left: 10px;
}
.article .beforecontact-text {
  font-size: 1.4rem;
  margin-top: 1.6em;
  padding: 0 9px;
}
.article .beforecontact .search-form {
  min-height: 52px;
  margin: 0 auto 20px;
}
.article .beforecontact .search-form button[type=submit] {
  top: 0;
}
.article .beforecontact .bottom-button {
  margin-top: 0;
  margin-bottom: 0;
}
.article .beforecontact .link-button {
  margin: 0 auto;
}

.article .content {
  margin-bottom: 32px;
  padding-bottom: 36px;
  line-height: 1.6875;
  border-bottom: 1px solid #000;
}
.article .content a {
  color: #000;
}
.article .note {
  margin-top: -1em;
  color: #727272;
  font-size: 1.2rem;
  line-height: 1.83;
}
.article dl {
  margin: 20px 0 16px;
}
.article dl:first-child {
  margin-top: 0;
}
.article dl:last-child {
  margin-bottom: 0;
}
.article dl dt {
  font-weight: bold;
}
.article dl dd {
  margin: 0 0 0 2px;
}
.article .image {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}
/* .article a {
  color: #14AECC;
} */
.article a.icon {
  position: relative;
  color: #000;
  text-decoration: none;
}
.article a.icon.-pdf span {
  position: relative;
  word-break: break-all;
}
.article a.icon.-pdf span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url("../images/common/icon-pdf.svg") no-repeat center 3px;
  background-size: 100% auto;
  position: absolute;
  right: -20px;
}
.article .link-button-group {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .article {
    margin: 2px 0 0;
  }
  .article .beforecontact .search-form {
    margin: 0 auto 20px;
  }
  .article .beforecontact .link-button {
    max-width: 100%;
    margin: 0 auto;
  }
  .article .content {
    margin-bottom: 36px;
  }
  .article .image {
    margin: 16px auto 0;
  }
  .article .link-button-group {
    margin-top: 36px;
  }
}

/* ------------------------------------------------------------
  * 施設
------------------------------------------------------------ */
.facilities-title {
  margin-bottom: 16px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .facilities-title {
    margin-bottom: 12px;
  }
}
.facilities-detail {
  word-break: break-all;
}

/* ------------------------------------------------------------
  * よくある質問
------------------------------------------------------------ */
.faq-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .faq-title {
    margin: 10px 0 24px;
  }
}

.faq-detail .question,
.faq-detail .answer {
  position: relative;
  padding-left: 40px;
}
.faq-detail .question::before,
.faq-detail .answer::before {
  position: absolute;
  left: 12px;
  top: 3px;
  font-family: "Alegreya Sans", "Montserrat", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
}
.faq-detail .question {
  margin-bottom: 20px;
}
.faq-detail .question::before {
  content: "Q";
}
.faq-detail .answer::before {
  content: "A";
}