@charset "UTF-8";
/* Scss Document */
.green {
  color: #2e8b57;
}

.btn_l a {
  margin: 0 10px;
  width: 300px;
}

#top_pickup h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.circle_list {
  width: 100%;
  margin-bottom: 40px;
}
.circle_list th {
  padding: 10px 5px;
  background: #eee;
  font-size: 1.6rem;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  text-align: left;
}
.circle_list th:nth-child(1) {
  width: 220px;
}
.circle_list th:nth-child(2) {
  width: 130px;
}
.circle_list th:nth-child(3) {
  width: 150px;
}
.circle_list th:nth-child(4) {
  width: 150px;
}
.circle_list th:nth-child(5) {
  width: 200px;
}
.circle_list th:nth-child(6) {
  width: 350px;
}
.circle_list td {
  padding: 10px 5px;
  border-bottom: solid 1px #000;
}
.circle_list .active .title:after {
  transform: rotate(-135deg);
  top: 10px;
}

.toggle_table tr td .detail {
  padding: 0 0 15px 30px;
}
.toggle_table tr td .detail dt {
  width: 140px;
  float: left;
  background: #eee;
  padding: 5px 10px;
  clear: both;
  text-align: center;
}
.toggle_table tr td .detail dt:nth-of-type(n+2) {
  margin-top: 5px;
}
.toggle_table tr td .detail dd {
  float: left;
  padding: 5px 10px;
  width: calc(100% - 140px);
}
.toggle_table tr td .detail dd:nth-of-type(n+2) {
  padding-top: 10px;
}
.toggle_table tr.active .detail {
  display: block;
}

.faq_list {
  width: 100%;
  border-top: 1px solid #000;
}
.faq_list dt, .faq_list dd {
  padding: 15px 0 0 30px;
  position: relative;
}
.faq_list dt:before, .faq_list dd:before {
  font-size: 1.8rem;
  content: "Q";
  position: absolute;
  left: 0;
  top: 12px;
  font-weight: bold;
}
.faq_list dd {
  border-bottom: 1px solid #000;
  padding: 15px 0 15px 30px;
}
.faq_list dd:before {
  content: "A";
  color: #2e8b57;
}
.faq_list dd p:first-child {
  margin-bottom: auto;
}
.faq_list dd a {
  color: #2e8b57;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.faq_list dd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 2px #2e8b57;
  border-bottom: solid 2px #2e8b57;
  transform: rotate(-45deg);
}

.image_list li {
  width: 23.5%;
  float: left;
  margin: 0 2% 30px 0;
}
.image_list li:nth-child(4n) {
  margin-right: 0;
}
.image_list li .img {
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.image_list li .img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.image_list li .img img {
  width: 100%;
}
.image_list li .img:hover {
  opacity: 0.8;
  transition: 0.2s ease;
  color: pointer;
}

.sitemaplist {
  margin-bottom: 50px;
}
.sitemaplist li {
  padding: 10px;
}
.sitemaplist li a {
  font-weight: bold;
}
.sitemaplist li a:before {
  content: "";
  background: #2e8b57;
  width: 5px;
  height: 5px;
  position: relative;
  top: -2px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1rem;
}
.sitemaplist li .sub-menu {
  margin-left: 1.6rem;
}
.sitemaplist li .sub-menu li a {
  font-weight: normal;
}

.doclist li {
  margin-bottom: 30px;
}
.doclist li div {
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}
.doclist li div:before {
  content: "";
  background: #2e8b57;
  width: 5px;
  height: 5px;
  position: relative;
  top: -2px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1rem;
}
.doclist li a {
  width: 140px;
  padding: 5px;
}

.about_table {
  width: 100%;
  border-top: 1px solid #000;
}
.about_table th, .about_table td {
  padding: 10px;
  text-align: left;
  border: solid 1px #CCC;
}
.about_table th {
  text-align: center;
}
.about_table thead {
  background: #eee;
}
.about_table tbody th {
  background: #eee;
}
.about_table tbody .name {
  font-weight: bold;
}
.about_table tbody .name a {
  text-decoration: underline;
}
.about_table.toggle_table thead tr:first-child th:nth-child(1) {
  min-width: 10rem;
}
.about_table.price_table tbody td:nth-child(n+2) {
  text-align: right;
}

#contact table {
  width: 100%;
  border-top: 1px solid #000;
}
#contact table th, #contact table td {
  padding: 10px;
  text-align: left;
  border: solid 1px #CCC;
}
#contact table th {
  text-align: center;
  width: 25rem;
}
#contact table th sup {
  color: #e40000;
}
#contact table tbody th {
  background: #eee;
  text-align: left;
}
#contact table tbody .name {
  font-weight: bold;
}
#contact table input[type="text"],
#contact table input[type="email"],
#contact table textarea {
  border: solid 1px #CCC;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
}
#contact table .mwform-tel-field input[type="text"] {
  width: auto;
}
#contact .mw_wp_form .error {
  color: #e40000;
}
#contact .btn_l input {
  margin: 10px;
}

.anker_nav {
  margin-bottom: 30px;
}
.anker_nav ul li {
  float: left;
  width: calc(20% - 16px);
  margin-right: 20px;
}
.anker_nav ul li a {
  display: block;
  padding: 5px 20px;
  border: solid 1px #333;
  border-radius: 5px;
  text-align: center;
}
.anker_nav ul li:nth-child(5n) {
  margin-right: 0;
}
.anker_nav ul li:nth-child(n + 6) {
  margin-top: 20px;
}

#circle .circxle_list h3 {
  clear: both;
}

@media screen and (max-width: 767px) {
  .circle_list {
    margin-bottom: 30px;
  }
  .circle_list th {
    display: none;
  }
  .circle_list td {
    border: none;
    display: block;
    padding: 0;
  }
  .circle_list td.title {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .circle_list td.title:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    position: absolute;
    background: #2e8b57;
  }
  .circle_list td.title:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 6px;
    top: 7px;
  }
  .circle_list td.active, .circle_list td.age, .circle_list td.schedule, .circle_list td.time, .circle_list td.recruit {
    position: relative;
    padding-left: 140px;
    padding-top: 10px;
    line-height: normal;
  }
  .circle_list td.active:before, .circle_list td.age:before, .circle_list td.schedule:before, .circle_list td.time:before, .circle_list td.recruit:before {
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 130px;
    padding: 3px;
    background: #eee;
  }
  .circle_list td.active:before {
    content: "活動内容";
  }
  .circle_list td.age:before {
    content: "活動対象";
  }
  .circle_list td.schedule:before {
    content: "開催日";
  }
  .circle_list td.time:before {
    content: "開催時間";
  }
  .circle_list td.recruit:before {
    content: "見学・新規受付";
  }
  .circle_list td.recruit {
    margin-bottom: 15px;
  }
  .circle_list:not(:last-child) {
    margin-bottom: 10px;
  }
  .circle_list td:not(.name) {
    display: none;
  }
  .circle_list .active td:not(.name) {
    display: block;
  }

  .toggle_table tr td .detail {
    padding-left: 0;
  }

  .anker_nav {
    margin-bottom: 30px;
  }
  .anker_nav ul li {
    width: calc(33.33% - 10px);
    margin-right: 15px;
  }
  .anker_nav ul li a {
    padding: 3px 5px;
  }
  .anker_nav ul li:nth-child(5n) {
    margin-right: 15px;
  }
  .anker_nav ul li:nth-child(3n) {
    margin-right: 0;
  }
  .anker_nav ul li:nth-child(n + 4) {
    margin-top: 10px;
  }

  .guide .anker_nav {
    margin-bottom: 0;
  }
  .guide .anker_nav ul li {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .guide .anker_nav ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .guide .anker_nav ul li:nth-child(n+3) {
    margin-top: 10px;
  }

  .image_list li, .image_list li:nth-child(4n) {
    width: 32%;
    margin: 0 2% 10px 0;
  }
  .image_list li:nth-child(3n), .image_list li:nth-child(4n):nth-child(3n) {
    margin-right: 0;
  }
  .image_list li .img figcaption, .image_list li:nth-child(4n) .img figcaption {
    padding: 1px;
    text-align: center;
    font-size: 1rem;
  }

  .map .btn_l a {
    margin: 10px;
  }

  .toggle_table.mb50 {
    margin-bottom: 30px !important;
  }

  .about_table.toggle_table {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }
  .about_table.toggle_table th, .about_table.toggle_table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .about_table.toggle_table thead {
    display: none;
  }
  .about_table.toggle_table tbody td {
    padding-left: 11rem;
    display: none;
    background: #f7f7f7;
  }
  .about_table.toggle_table tbody td.none {
    display: none !important;
    padding: 0;
  }
  .about_table.toggle_table tbody td.name {
    padding-left: 10px;
    display: block;
    min-width: calc(100vw - 60px);
    position: relative;
    background: #FFF;
    cursor: pointer;
  }
  .about_table.toggle_table tbody td.name:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    border-right: solid 2px #CCC;
    border-bottom: solid 2px #CCC;
    transform: rotate(45deg);
    transition: 0.2s ease;
  }
  .about_table.toggle_table tbody td:before {
    position: absolute;
    display: inline-block;
    left: 30px;
    font-weight: bold;
  }
  .about_table.toggle_table tbody td:nth-child(2):before {
    content: "定員";
  }
  .about_table.toggle_table tbody td:nth-child(3):before {
    content: "床の仕様";
  }
  .about_table.toggle_table tbody td:nth-child(4):before {
    content: "机";
  }
  .about_table.toggle_table tbody td:nth-child(5):before {
    content: "イス";
  }
  .about_table.toggle_table tbody td:nth-child(6):before {
    content: "その他";
  }
  .about_table.toggle_table tbody td:nth-child(7):before {
    content: "利用制限";
  }
  .about_table.toggle_table tbody td:nth-child(8):before {
    content: "利用上の注意";
  }
  .about_table.toggle_table tbody td:nth-child(9):before {
    content: "備考";
  }
  .about_table.toggle_table tbody tr.active td {
    display: block;
  }
  .about_table.toggle_table tbody tr.active td.name:after {
    transform: rotate(-135deg);
    top: 18px;
  }

  .about_table.price_table th, .about_table.price_table td {
    text-align: right;
    font-size: 1.1rem;
    padding: 5px;
  }
  .about_table.price_table th:first-child {
    width: 9rem;
  }
}
