@charset "UTF-8";
@import "bootstrap-reboot.css";
@import url("https://fonts.googleapis.com/css?family=Oswald");
body {
  font-size: 100%;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
textarea,
option {
  padding: 5px;
  font-size: 0.85rem;
  line-height: 1rem;
}

input[type=time] {
  padding: 0;
  border: 1px solid #AAA;
}

.btn {
  text-align: center;
  margin-bottom: 50px;
}
.btn button {
  padding: 10px 15px;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-05 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.mt-20px {
  margin-top: 20px;
}

.mt-50px {
  margin-top: 50px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.overflow-x {
  overflow-x: scroll;
}

.txt-center {
  text-align: center;
}

.note {
  background-color: #FFCC33;
  padding: 5px;
  border-radius: 7px;
  font-size: 0.9rem;
}

.table-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.table-container table {
  width: 960px !important;
}

/* モジュール関連
----------------------------------------------------------*/
header.page-header {
  background-color: #1A1A1A;
}

.site-title {
  background-color: white;
  padding: 10px;
}
.site-title p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0.8rem;
  color: #333;
  text-align: center;
}

.admin-title {
  background-color: darkred;
  padding: 10px;
}
.admin-title p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0.8rem;
  color: white;
  text-align: center;
}
.admin-title p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: bold;
  margin-right: 10px;
  color: #eab506;
}

.global-navi {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-navi > div.site-logo {
  width: 240px;
  height: 100px;
  margin-left: 20px;
}
.global-navi > div.site-logo img {
  max-width: 100%;
  height: auto;
}
.global-navi > ul {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 90000;
}
.global-navi > ul > li {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  width: 25%;
  list-style: none;
  padding: 10px;
  position: relative;
}
.global-navi > ul > li.m-shisetsu a i {
  background-color: darkred;
  border: 1px solid darkred;
}
.global-navi > ul > li.m-area a i {
  background-color: #347c96;
  border: 1px solid #347c96;
}
.global-navi > ul > li.m-info a i {
  background-color: #eab506;
  border: 1px solid #eab506;
}
.global-navi > ul > li.m-doc a i {
  background-color: #5d9634;
  border: 1px solid #5d9634;
}
@media screen and (min-width: 960px) {
  .global-navi > ul > li.m-member {
    display: none;
  }
}
.global-navi > ul > li > a {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.global-navi > ul > li > a:hover {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.global-navi > ul > li > a:hover i {
  color: white;
  border-color: white;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.global-navi > ul > li > a i {
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: center;
  display: block;
  margin: 0 auto 10px;
}

/* サブメニュー */
.global-navi ul li > ul.sub-menu {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5rem;
  position: absolute;
  width: 480px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  z-index: 100000;
  background-color: #347c96;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s all 0.3s;
  transition: 0.2s all 0.3s;
}
.global-navi ul li > ul.sub-menu li {
  list-style: none;
  letter-spacing: normal;
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
.global-navi ul li > ul.sub-menu li a {
  display: block;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: 0.2s all 0;
  transition: 0.2s all 0;
}
.global-navi ul li > ul.sub-menu li a:hover {
  color: #eab506;
}
.global-navi ul li > ul.sub-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #347c96;
  border-left: 5px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.global-navi ul li:hover > ul.sub-menu {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.cover {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.cover.cover-view {
  display: block;
}

@media screen and (max-width: 767px) {
  .global-navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-navi > div.site-logo {
    margin: 0;
  }
  .global-navi ul {
    display: none;
  }
  ul.slicknav_nav li.m-shisetsu a i {
    background-color: darkred;
    border: 1px solid darkred;
  }
  ul.slicknav_nav li.m-area a i {
    background-color: #347c96;
    border: 1px solid #347c96;
  }
  ul.slicknav_nav li.m-info a i {
    background-color: #eab506;
    border: 1px solid #eab506;
  }
  ul.slicknav_nav li.m-doc a i {
    background-color: #5d9634;
    border: 1px solid #5d9634;
  }
  ul.slicknav_nav li.m-member a i {
    background-color: #333;
    border: 1px solid #333;
  }
  ul.slicknav_nav li > a i {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: center;
    display: block;
    margin: 0 auto 10px;
    color: white;
  }
  .js .slicknav_menu {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .global-navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-navi > div.site-logo {
    margin: 0;
  }
  .global-navi ul {
    display: none;
  }
  ul.slicknav_nav li.m-shisetsu a i {
    background-color: darkred;
    border: 1px solid darkred;
  }
  ul.slicknav_nav li.m-area a i {
    background-color: #347c96;
    border: 1px solid #347c96;
  }
  ul.slicknav_nav li.m-info a i {
    background-color: #eab506;
    border: 1px solid #eab506;
  }
  ul.slicknav_nav li.m-doc a i {
    background-color: #5d9634;
    border: 1px solid #5d9634;
  }
  ul.slicknav_nav li.m-member a i {
    background-color: #333;
    border: 1px solid #333;
  }
  ul.slicknav_nav li > a i {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: center;
    display: block;
    margin: 0 auto 10px;
    color: white;
  }
  .slicknav_menu {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .slicknav_menu {
    display: none;
  }
}
@media print {
  .slicknav_menu {
    display: none;
  }
}
/* フッター
---------------------------------------------------------------*/
footer.page-footer {
  background-color: white;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 960px) {
  .footer-sec-01 {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-sec-01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-sec-01 {
    width: 100%;
  }
}

.footer-logo {
  text-align: center;
}
.footer-logo > div:first-child {
  max-width: 240px;
  margin: 0 auto 20px;
}
.footer-logo > div:first-child img {
  max-width: 100%;
  height: auto;
}
.footer-logo > p:last-of-type {
  font-size: 0.75rem;
}

@media screen and (min-width: 960px) {
  .footer-sec-02 {
    width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-sec-02 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-sec-02 {
    width: 100%;
    text-align: center;
  }
}

/* 問い合わせ先 */
.footer-contact h2 {
  font-size: 1.1rem;
  border-bottom: 1px dotted #CCC;
  padding: 5px 0;
  margin-bottom: 20px;
}
.footer-contact .footer-address {
  font-size: 0.9rem;
  line-height: 2rem;
  margin: 0;
}
.footer-contact .footer-mail {
  font-size: 0.9rem;
  line-height: 2rem;
}
.footer-contact .footer-mail a {
  color: darkred;
}
.footer-contact .footer-mail a i {
  margin-right: 10px;
}

/* TEL/FAX */
.telfax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 960px) {
  .telfax > div:first-child {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .telfax {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .telfax > div:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .telfax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .telfax > div:first-child {
    margin-bottom: 20px;
  }
}

.footer-telnum {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
}
.footer-telnum span {
  background-color: darkred;
  color: white;
  font-weight: normal;
  font-size: 1rem;
  padding: 3px 10px;
  margin-right: 10px;
}

.footer-fax {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
}
.footer-fax span {
  background-color: darkred;
  color: white;
  font-weight: normal;
  font-size: 1rem;
  padding: 3px 10px;
  margin-right: 10px;
}

.copyrights {
  background-color: #CCC;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px;
}

div#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: -50px;
  z-index: 999999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
div#pagetop a {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
div#pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 900;
  color: white;
  font-size: 20px;
  line-height: 50px;
}
div#pagetop a:hover {
  background-color: #347c96;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
div#pagetop.show {
  bottom: 50px;
  right: 10px;
}
@media print {
  div#pagetop {
    display: none;
  }
}

/* WebFont */
/* ヘッダー
---------------------------------------------------------------*/
div.sub-header {
  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;
}

div.shisetsu-category {
  display: inline-block;
  color: white;
  margin-top: -10px;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 0.9rem;
  position: relative;
}
div.shisetsu-category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 10px solid;
  border-left: 5px solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
div.shisetsu-category::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 10px;
}
div.shisetsu-category.cat-type01 {
  background-color: darkred;
}
div.shisetsu-category.cat-type01::before {
  content: "\f47d";
}
div.shisetsu-category.cat-type01::after {
  border-top-color: darkred;
}
div.shisetsu-category.cat-type02 {
  background-color: #ccad01;
}
div.shisetsu-category.cat-type02::before {
  content: "\f0c0";
}
div.shisetsu-category.cat-type02::after {
  border-top-color: #ccad01;
}
div.shisetsu-category.cat-type03 {
  background-color: darkorange;
}
div.shisetsu-category.cat-type03::before {
  content: "\f0c0";
}
div.shisetsu-category.cat-type03::after {
  border-top-color: darkorange;
}
div.shisetsu-category.cat-type04 {
  background-color: #5d9634;
}
div.shisetsu-category.cat-type04::before {
  content: "\f1ad";
}
div.shisetsu-category.cat-type04::after {
  border-top-color: #5d9634;
}
div.shisetsu-category.cat-type05 {
  background-color: #347c96;
}
div.shisetsu-category.cat-type05::before {
  content: "\f0c0";
}
div.shisetsu-category.cat-type05::after {
  border-top-color: #347c96;
}
div.shisetsu-category.cat-type06 {
  background-color: darkviolet;
}
div.shisetsu-category.cat-type06::before {
  content: "\f0c0";
}
div.shisetsu-category.cat-type06::after {
  border-top-color: darkviolet;
}
div.shisetsu-category.cat-type07 {
  background-color: mediumvioletred;
}
div.shisetsu-category.cat-type07::before {
  content: "\f0c0";
}
div.shisetsu-category.cat-type07::after {
  border-top-color: mediumvioletred;
}
div.shisetsu-category.cat-area {
  background-color: #347c96;
}
div.shisetsu-category.cat-area::before {
  content: "\f3c5";
}
div.shisetsu-category.cat-area::after {
  border-top-color: #347c96;
}
div.shisetsu-category.cat-news {
  background-color: #eab506;
}
div.shisetsu-category.cat-news::before {
  content: "\f05a";
}
div.shisetsu-category.cat-news::after {
  border-top-color: #eab506;
}

div.count {
  width: 0px;
  height: 0px;
}

div.bc {
  padding: 10px;
  border-bottom: 1px solid #CCC;
}
div.bc ol {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}
div.bc ol li {
  list-style: none;
  font-size: 0.8rem;
  display: inline-block;
}
div.bc ol li a {
  color: black;
  border-bottom: 1px dotted black;
}
div.bc ol li a:hover {
  text-decoration: none;
}
div.bc ol li.bc-home a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: bold;
  margin-right: 10px;
}
div.bc ol li:not(:last-child)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  margin: 0 10px;
}

/* 施設カテゴリ
---------------------------------------------------------------*/
.shisetsu-cat-list {
  max-width: 960px;
  margin: 0 auto 30px;
}
.shisetsu-cat-list div h2 {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 0 10px;
}
.shisetsu-cat-list div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
.shisetsu-cat-list div ul li {
  list-style: none;
  margin: 5px;
  border-style: solid;
  border-width: 3px;
}
.shisetsu-cat-list div ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
}
.shisetsu-cat-list div ul li a:hover {
  color: white;
}
.shisetsu-cat-list div ul li.cat-list01 {
  border-color: darkred;
}
.shisetsu-cat-list div ul li.cat-list01 a:hover {
  background-color: darkred;
}
.shisetsu-cat-list div ul li.cat-list02 {
  border-color: #ccad01;
}
.shisetsu-cat-list div ul li.cat-list02 a:hover {
  background-color: #ccad01;
}
.shisetsu-cat-list div ul li.cat-list03 {
  border-color: darkorange;
}
.shisetsu-cat-list div ul li.cat-list03 a:hover {
  background-color: darkorange;
}
.shisetsu-cat-list div ul li.cat-list04 {
  border-color: #5d9634;
}
.shisetsu-cat-list div ul li.cat-list04 a:hover {
  background-color: #5d9634;
}
.shisetsu-cat-list div ul li.cat-list05 {
  border-color: #347c96;
}
.shisetsu-cat-list div ul li.cat-list05 a:hover {
  background-color: #347c96;
}
.shisetsu-cat-list div ul li.cat-list06 {
  border-color: darkviolet;
}
.shisetsu-cat-list div ul li.cat-list06 a:hover {
  background-color: darkviolet;
}
.shisetsu-cat-list div ul li.cat-list07 {
  border-color: mediumvioletred;
}
.shisetsu-cat-list div ul li.cat-list07 a:hover {
  background-color: mediumvioletred;
}
@media screen and (max-width: 767px) {
  .shisetsu-cat-list div ul li {
    width: 100%;
  }
}

/* 施設一覧
---------------------------------------------------------------*/
.shisetsu-list {
  max-width: 960px;
  margin: 0 auto 30px;
}
.shisetsu-list h2 {
  font-size: 1.3rem;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  border-left: 3px solid darkred;
  padding: 0 5px 0 15px;
}
.shisetsu-list table {
  width: 100%;
  border-collapse: collapse;
}
.shisetsu-list table th,
.shisetsu-list table td {
  border: 1px solid #CCC;
  padding: 5px 10px;
  font-size: 0.9rem;
  line-height: 2rem;
}
.shisetsu-list table th {
  background-color: #EEE;
  text-align: center;
}
.shisetsu-list table td {
  background-color: white;
}
.shisetsu-list table td:nth-child(1) {
  text-align: center;
  width: 50px;
}
.shisetsu-list table td:nth-child(2) {
  width: 450px;
}
.shisetsu-list table td:nth-child(2) a {
  color: darkred;
}
.shisetsu-list table td:nth-child(2) a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-weight: bold;
  margin-left: 10px;
}
.shisetsu-list table td:nth-child(3) {
  width: 220px;
}
.shisetsu-list table td:nth-child(3) a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.shisetsu-list table td:nth-child(4) {
  font-size: 0.8rem;
}
.shisetsu-list table td:nth-child(4) a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.shisetsu-list table td:nth-child(5) {
  width: 120px;
}
.shisetsu-list table td:nth-child(5) a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.shisetsu-list table td a:hover {
  text-decoration: none;
}
.shisetsu-list table:not(:last-child) {
  margin-bottom: 30px;
}

.icon-map {
  color: #333;
}

.ex-link {
  text-align: center;
  margin-bottom: 30px;
}
.ex-link a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #347c96;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 0.9rem;
}

.cat-filter-container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.cat-filter-container h2 {
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #666;
  color: white;
  padding: 5px 15px;
}

ul.cat-filter {
  max-width: 960px;
  letter-spacing: -4rem;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.cat-filter li {
  letter-spacing: normal;
  display: inline-block;
  border: 1px solid #CCC;
  font-size: 0.85rem;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 10px;
}
ul.cat-filter li:not(:last-child) {
  margin-right: 5px;
}
ul.cat-filter li:hover {
  cursor: pointer;
}
ul.cat-filter li.filter-current {
  background-color: dodgerblue;
  color: white;
  border: 1px solid dodgerblue;
}
ul.cat-filter#cat-kamoku li.filter-current {
  background-color: darkred;
  color: white;
  border: 1px solid darkred;
}
ul.cat-filter#cat-area li.filter-current {
  background-color: #008080;
  color: white;
  border: 1px solid #008080;
}

/* エリア別
---------------------------------------------------------------*/
.area-list {
  max-width: 960px;
  margin: 50px auto 20px;
}
.area-list ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .area-list ul {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .area-list ul {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .area-list ul {
    padding: 0 10px;
  }
}
.area-list ul li {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  border: 3px solid #333;
}
@media screen and (min-width: 960px) {
  .area-list ul li {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .area-list ul li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .area-list ul li {
    width: 100%;
  }
}
.area-list ul li a {
  display: block;
  height: 100%;
  color: #333;
  background-color: white;
}
.area-list ul li a:hover {
  color: white;
  background-color: #333;
  text-decoration: none;
}
.area-list ul li a dl {
  margin: 0;
  padding: 20px;
  letter-spacing: -0.5rem;
}
.area-list ul li a dl dt,
.area-list ul li a dl dd {
  letter-spacing: normal;
}
.area-list ul li a dl dt {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
}
.area-list ul li a dl dd {
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: left;
}

.maymap {
  max-width: 960px;
  margin: 0 auto 50px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.shisetsu-area {
  max-width: 960px;
  margin: 0 auto 30px;
}
.shisetsu-area h2 {
  font-size: 1.3rem;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  border-left: 3px solid darkred;
  padding: 0 5px 0 15px;
}
.shisetsu-area table {
  width: 100%;
  border-collapse: collapse;
}
.shisetsu-area table th,
.shisetsu-area table td {
  border: 1px solid #CCC;
  padding: 5px 10px;
  font-size: 0.9rem;
  line-height: 2rem;
}
.shisetsu-area table th {
  background-color: #EEE;
  text-align: center;
}
.shisetsu-area table td {
  background-color: white;
}
.shisetsu-area table td:nth-child(1) {
  text-align: center;
  width: 50px;
}
.shisetsu-area table td:nth-child(2) {
  width: 450px;
}
.shisetsu-area table td:nth-child(2) a {
  color: darkred;
}
.shisetsu-area table td:nth-child(2) a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-weight: bold;
  margin-left: 10px;
}
.shisetsu-area table td:nth-child(3) a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.shisetsu-area table td:nth-child(3) a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: bold;
  margin-left: 5px;
}
.shisetsu-area table td:nth-child(4) {
  width: 120px;
}
.shisetsu-area table td:nth-child(4) a {
  color: #333;
  border-bottom: 1px dotted #333;
}
.shisetsu-area table td a:hover {
  text-decoration: none;
}
.shisetsu-area table:not(:last-child) {
  margin-bottom: 30px;
}

/* 施設詳細
---------------------------------------------------------------*/
h1.shisetsu-title {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin: 0 0 30px;
  border-bottom: 1px dotted #CCC;
}
@media screen and (min-width: 960px) {
  h1.shisetsu-title {
    font-size: 2rem;
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h1.shisetsu-title {
    font-size: 2rem;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  h1.shisetsu-title {
    font-size: 1.5rem;
    padding: 40px 10px 20px;
  }
}

h2.filter-title {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
  h2.filter-title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  h2.filter-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  h2.filter-title {
    font-size: 1rem;
  }
}

.shisetsu-info {
  max-width: 960px;
  margin: 0 auto;
}

.kamoku-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .kamoku-list {
    padding-bottom: 10px;
  }
}
.kamoku-list li {
  list-style: none;
  font-size: 0.75rem;
  border: 1px solid #CCC;
  border-radius: 15px;
  padding: 3px 10px;
}
.kamoku-list li:not(:last-child) {
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .kamoku-list li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .kamoku-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kamoku-list li {
    margin-bottom: 10px;
  }
}

.address-container {
  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;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .address-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.address {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .address {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .address {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .address {
    margin-bottom: 20px;
    word-break: break-all;
  }
}
.address a {
  border-bottom: 1px dotted #CCC;
}
.address a:hover {
  text-decoration: none;
}
.address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f3c5";
  color: darkred;
  margin-right: 10px;
}

.website {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.website a {
  color: white;
  background-color: #333;
  padding: 3px 10px;
  text-decoration: none;
}
.website a:hover {
  text-decoration: none;
}
.website a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0ac";
  color: darkcyan;
  margin-right: 10px;
}

.telnum {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.telnum::before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: bold;
  margin-right: 10px;
  color: darkred;
}

.address {
  font-size: 1.1rem;
}
.address a {
  color: black;
}

.sec-01 h2 {
  font-size: 1.2rem;
  padding: 5px 0;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
.sec-01 p {
  font-size: 0.9rem;
  line-height: 1.7rem;
}

table.table-01 th,
table.table-01 td {
  padding: 5px 10px;
  border: 1px solid #CCC;
}
table.table-01 th {
  background-color: #EEE;
}
table.table-01 td {
  background-color: white;
}
table.table-01.table-size-1 {
  width: 100%;
}
table.table-01.table-size-1 td {
  text-align: center;
  font-size: 1.2rem;
  width: 100px;
}

/* 会員向け表示 施設詳細
---------------------------------------------------------------*/
section.admin-area {
  background-color: #333;
}
section.admin-area > h2 {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 50px 10px;
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3rem;
}
section.admin-area > h2 span {
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  font-family: "sans-serif";
  margin-top: 10px;
  letter-spacing: normal;
}
section.admin-area > h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f084";
  font-weight: bold;
  margin-right: 10px;
  color: darkkhaki;
}
@media screen and (min-width: 960px) {
  section.admin-area {
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  section.admin-area {
    padding: 0 10px 50px;
  }
}
@media screen and (max-width: 767px) {
  section.admin-area {
    padding: 0 10px 20px;
  }
}

.admin-area-container {
  background-color: white;
  max-width: 960px;
}
@media screen and (min-width: 960px) {
  .admin-area-container {
    margin: 0 auto;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .admin-area-container {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .admin-area-container {
    padding: 10px;
  }
}

.common-mail-fax {
  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;
}
@media screen and (min-width: 960px) {
  .common-mail-fax {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .common-mail-fax {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .common-mail-fax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common-mail-fax > div {
  width: 100%;
  text-align: center;
  padding: 30px 10px;
}

.common-fax {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.common-fax span {
  background-color: darkred;
  color: white;
  padding: 2px 10px;
  font-size: 0.9rem;
  font-weight: normal;
  margin-right: 10px;
}

.common-mail i {
  font-size: 1.5rem;
  color: darkred;
  margin-right: 10px;
}
.common-mail a {
  color: #333;
}

.container {
  border-top: 1px dotted #CCC;
}

.sec-section {
  border: 1px solid #CCC;
}
@media screen and (min-width: 960px) {
  .sec-section {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec-section {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-section {
    padding: 10px;
  }
}
.sec-section h3 {
  padding: 5px 10px;
  background-color: #333;
  color: white;
  border-radius: 7px;
}
@media screen and (min-width: 960px) {
  .sec-section h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec-section h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-section h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.sec-section h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .sec-section:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec-section:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec-section:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec-section > .use-sec {
  padding: 0;
}

.sec-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .sec-rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec-rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .sec-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-rows h4 {
  width: 300px;
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .sec-rows h4 {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec-rows h4 {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-rows h4 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.sec-rows h4 + p {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.7rem;
  margin: 0;
}
.sec-rows h4 + div {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.7rem;
  margin: 0;
}
.sec-rows h4 span.h4-sub {
  font-size: 0.7rem;
  font-weight: normal;
}
.sec-rows:not(:last-child) {
  border-bottom: 1px dashed #CCC;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-box .box h3 {
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  margin-bottom: 20px;
}
.flex-box .box p {
  font-size: 0.9rem;
}
.flex-box .box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .flex-box .box.box-50 {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .flex-box .box.box-50 {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .flex-box .box.box-50 {
    width: 100%;
  }
}

.ukeire-legend {
  font-size: 1rem;
  background-color: #f8f3b8;
  color: #333;
  padding: 5px 15px;
  border-radius: 7px;
  text-align: center;
}

/* 施設
---------------------------------------------------------------*/
/* _01.scss
----------------------------------------------------------*/
.gray-container {
  background-color: #eee;
  padding: 30px 10px;
}
.gray-container > div:not(:last-child) {
  margin-bottom: 30px;
}

.byoushou {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0;
  border: 1px solid #CCC;
  background-color: white;
  text-align: center;
}
.byoushou dl {
  padding: 0;
  margin: 0;
}
.byoushou dl dt {
  font-weight: normal;
  letter-spacing: 0.2rem;
  color: white;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 5px 15px;
}
.byoushou dl > dt {
  background-color: #333;
}
.byoushou dl dd {
  margin: 0;
}
.byoushou dl dd.byoushou-num {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.byoushou dl dd.byoushou-num span {
  font-weight: normal;
  font-size: 0.9rem;
  margin-left: 5px;
}
.byoushou .byoushou-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
}
@media screen and (min-width: 960px) {
  .byoushou .byoushou-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .byoushou .byoushou-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .byoushou .byoushou-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.byoushou .byoushou-02 > dl {
  border: 1px solid #DDD;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .byoushou .byoushou-02 > dl {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .byoushou .byoushou-02 > dl {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .byoushou .byoushou-02 > dl {
    width: 100%;
  }
}
.byoushou .byoushou-02 > dl dt {
  font-size: 0.9rem;
  background-color: #666;
}
.byoushou .byoushou-02 > dl dd.byoushou-append {
  margin-top: 10px;
  font-size: 0.8rem;
}
.byoushou .byoushou-02 > dl:first-child dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .byoushou .byoushou-02 > dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.byoushou .byoushou-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.byoushou .byoushou-03 > dl {
  width: 100%;
}
.byoushou .byoushou-03 > dl dt {
  background-color: #888;
  margin-bottom: 20px;
  font-size: 0.8rem;
}

.use-sec {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .use-sec {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .use-sec {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .use-sec {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 960px) {
  .use-sec > div {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .use-sec > div {
    width: 45%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .use-sec > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* _02.scss
---------------------------------------------------*/
div.schedule {
  border: 1px solid #CCC;
  background-color: white;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
}
div.schedule h2 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  background-color: #333;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 30px;
}
div.schedule table {
  width: 100%;
}
div.schedule table th, div.schedule table td {
  padding: 10px 15px;
}
div.schedule table th {
  text-align: center;
}
div.schedule table td {
  border-bottom: 1px dashed #CCC;
  text-align: center;
}
div.schedule table tr td:first-child {
  border: none;
  padding: 5px 15px;
  width: 60px;
}
div.schedule table tr td:first-child span {
  font-size: 0.8rem;
  border-radius: 50%;
  padding: 5px 7px;
}
div.schedule table tr td:first-child span.d-week {
  border: 1px solid #CCC;
  background-color: white;
}
div.schedule table tr td:first-child span.d-sat {
  background-color: cornflowerblue;
  color: white;
}
div.schedule table tr td:first-child span.d-sun {
  background-color: firebrick;
  color: white;
}
div.schedule span.kyuushin {
  background-color: #333;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 0.3rem;
  padding: 3px 7px 3px 10px;
}

div.taiou-joukyo span.taiou {
  background-color: darkred;
  color: white;
  padding: 5px 10px;
  border-radius: 7px;
}
div.taiou-joukyo span.taiou + p {
  display: inline-block;
  margin-left: 20px;
}
div.taiou-joukyo span.jouken-ni-yoru {
  background-color: #3274cd;
  color: white;
  padding: 5px 10px;
  border-radius: 7px;
}
div.taiou-joukyo span.jouken-ni-yoru + p {
  display: inline-block;
  margin-left: 20px;
}
div.taiou-joukyo span.hitaiou {
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 7px;
}

/* _04.scss
---------------------------------------------------*/
.cat04-shuku {
  margin: 20px 0 30px;
  font-size: 0.9rem;
}

/* _05.scss
---------------------------------------------------*/
.tantou {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .tantou {
    border: 1px solid #333;
    margin: 0 10px 20px;
    padding-bottom: 10px;
  }
}
.tantou span {
  background-color: #333;
  color: white;
  padding: 5px 15px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .tantou span {
    margin: 0 0 10px;
    display: block;
  }
}

dl.dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9rem;
}
dl.dl-list dt {
  font-weight: normal;
  width: 30%;
}
dl.dl-list dd {
  width: 70%;
}

dl.cat05-member {
  width: 100%;
  font-size: 0.9rem;
}
dl.cat05-member dt {
  width: 100%;
  margin-bottom: 10px;
}
dl.cat05-member dt + dd {
  width: 100%;
}
dl.cat05-member dt + dd + dd {
  width: 100%;
}

/* その他
---------------------------------------------------------------*/
.index-header {
  position: relative;
  z-index: 0;
}
.index-header .slider {
  position: absolute;
  z-index: -50;
}
.index-header .bg-mask {
  position: absolute;
  z-index: 1;
}

.index-header {
  width: 100%;
  height: 100vh;
}
.index-header .bg-mask {
  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%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index-header.index-member {
  background: rgb(250, 248, 185);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(250, 248, 185)), color-stop(100%, rgb(255, 219, 253)));
  background: linear-gradient(135deg, rgb(250, 248, 185) 0%, rgb(255, 219, 253) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf8b9", endColorstr="#ffdbfd", GradientType=1);
}
.index-header.index-member .bg-mask {
  background: rgba(255, 255, 255, 0);
}

.slider {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.slider div {
  width: 100%;
  height: 100vh;
}
.slider .slick-slide {
  width: 100%;
  height: 100vh;
  background-position: bottom center !important;
}
.slider .slick-slide.slider-kurayoshi {
  background: url(../images/index_kurayoshi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-slide.slider-yurihama {
  background: url(../images/index_yurihama.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-slide.slider-misasa {
  background: url(../images/index_misasa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-slide.slider-hokuei {
  background: url(../images/index_hokuei.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-slide.slider-kotoura {
  background: url(../images/index_kotoura.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 960px) {
  .index-header-container {
    width: 550px;
    height: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .index-header-container {
    max-width: 550px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-header-container {
    max-width: 320px;
    height: auto;
  }
}
.index-header-container h1 {
  max-width: 400px;
  margin: 0 auto 30px;
}
.index-header-container h1 img {
  width: 100%;
  height: auto;
}

nav.index-global-navi {
  max-width: 550px;
}

.index-global-navi-member ul li a {
  color: #333;
}
.index-global-navi-member ul li a i {
  color: white;
}

.index-link-about,
.index-link-member {
  width: 150px;
}

.index-link-about {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #333;
  font-size: 0.75rem;
  text-align: center;
}
.index-link-about a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
}
.index-link-about a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  margin-right: 5px;
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .index-link-about {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index-link-about {
    display: none;
  }
}

.index-link-member {
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: #333;
  font-size: 0.75rem;
  text-align: center;
}
.index-link-member a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
}
.index-link-member a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f084";
  margin-right: 5px;
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .index-link-member {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index-link-member {
    display: none;
  }
}

#index-description {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
#index-description > section {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #index-description > section {
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #index-description > section {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  #index-description > section {
    padding: 25px 10px;
  }
}
#index-description > section.section-about {
  background-color: rgba(255, 255, 255, 0.7);
}
#index-description > section.section-shoiya {
  background: no-repeat url(../images/index-bg_01.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#index-description > section.section-news {
  background-color: white;
}
#index-description > section .section-inner {
  max-width: 640px;
  margin: 0 auto;
}
#index-description > section .section-inner h2 {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  position: relative;
  top: 0;
}
#index-description > section .section-inner h2::before, #index-description > section .section-inner h2::after {
  position: absolute;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  display: inline-block;
}
#index-description > section .section-inner h2::before {
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  left: 0;
}
#index-description > section .section-inner h2::after {
  content: "";
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  right: 0;
}
@media screen and (min-width: 960px) {
  #index-description > section .section-inner h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #index-description > section .section-inner h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #index-description > section .section-inner h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  #index-description > section .section-inner p {
    font-size: 0.95rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #index-description > section .section-inner p {
    font-size: 0.95rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #index-description > section .section-inner p {
    font-size: 0.9rem;
    line-height: 2rem;
    padding: 0 20px;
  }
}
#index-description > section .section-inner p:last-child {
  margin-bottom: 0;
}

.update {
  max-width: 960px;
  margin: 50px auto 0;
  text-align: center;
}
.update .last-update {
  text-align: center;
  margin-bottom: 20px;
  background-color: #333;
  color: white;
  padding: 5px 15px;
  display: inline-block;
  font-size: 0.9rem;
}
.update .last-update + p {
  font-size: 0.9rem;
  line-height: 2rem;
}

.link-type1 a {
  background-color: #EEE;
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 0.85rem;
}

.news-header {
  border-bottom: 1px dotted #CCC;
  padding-top: 30px;
}
.news-header .news-title {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-header .news-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-header .news-title time {
  display: block;
  font-size: 0.9rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-header .news-title time {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-header .news-title time {
    padding: 10px;
    margin: 0;
  }
}
.news-header .news-title time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: 10px;
  font-weight: bold;
}
.news-header .news-title h1 {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 1.3rem;
  background-color: #333;
  padding: 5px 15px;
  color: white;
  display: inline-block;
  margin: 0;
}

.news-list {
  max-width: 800px;
  margin: 50px auto;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-list {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 10px;
  }
}
.news-list ul {
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
}
.news-list ul li {
  list-style: none;
  margin: 0;
  padding: 15px 15px;
  font-size: 0.9rem;
}
.news-list ul li time {
  background-color: #EEE;
  font-size: 0.8rem;
  padding: 3px 5px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .news-list ul li time {
    display: block;
    margin: 0 0 10px;
  }
}
.news-list ul li a {
  color: black;
}
.news-list ul li:not(:last-child) {
  border-bottom: 1px dotted #CCC;
}

.news-content {
  max-width: 960px;
  margin: 50px auto;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-content {
    margin: 20px 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-content {
    margin: 20px 0;
    padding: 0 10px;
  }
}
.news-content > div {
  font-size: 0.9rem;
  line-height: 2rem;
}
.news-content > div a {
  color: darkred;
  text-decoration: underline;
  padding: 0 5px;
}
.news-content p {
  font-size: 0.9rem;
  line-height: 2rem;
}
.news-content p.news-pdf {
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 5px 10px;
}
.news-content p.news-pdf a {
  color: black;
}
.news-content p.news-pdf a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  margin-right: 10px;
  font-weight: bold;
  color: darkred;
}
.news-content ul.news-pic {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.news-content ul.news-pic li {
  list-style: none;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news-content ul.news-pic li {
    width: 100%;
  }
}
.news-content ul.news-pic li img {
  max-width: 100%;
  height: auto;
}

section.doc-sec {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}
section.doc-sec h2 {
  font-family: "リュウミン R-KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3rem;
  border-bottom: 1px dotted #CCC;
  padding: 5px 0;
  margin-bottom: 30px;
}
section.doc-sec p {
  font-size: 0.9rem;
  line-height: 2rem;
}
section.doc-sec .news-list {
  margin: 0;
}
section.doc-sec:not(:last-child) {
  margin-bottom: 30px;
}

.file-list {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.file-list li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.file-list li a {
  color: #333;
  text-decoration: none;
  padding: 5px;
}
.file-list li a[href$=".pdf"]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: bold;
  color: darkred;
  margin-right: 10px;
}
.file-list li a[href$=".xlsx"]::before, .file-list li a[href$=".xls"]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  font-weight: bold;
  color: darkgreen;
  margin-right: 10px;
}