@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
div.content_visual {
  position: relative;
}
div.content_visual img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
div.content_visual p {
  color: #fff;
  font-size: 40px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media screen and (max-width: 767px) {
  div.content_visual p {
    font-size: 14px;
    left: 10px;
  }
}

p.lead {
  line-height: 1.8;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  p.lead {
    margin: 25px auto;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table {
    display: block;
  }
  table tbody,
  table tr {
    display: block;
    width: 100%;
  }
}
table th,
table td {
  border-top: 1px solid #ccc;
  font-weight: normal;
  padding: 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
}
table th {
  text-align: left;
  width: 185px;
}
@media screen and (max-width: 767px) {
  table th {
    width: 100%;
  }
}
table th:before {
  content: "■";
  color: #309ef8;
}
@media screen and (max-width: 767px) {
  table td {
    border-top: 0;
    padding-top: 0;
  }
  table td a {
    word-break: break-word;
  }
}

ul.pics {
  font-size: 0;
  list-style: none;
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
ul.pics > li {
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  ul.pics > li {
    width: 50%;
  }
}
ul.pics > li a {
  display: block;
}
ul.pics > li img {
  border: 2px solid #000;
  max-width: 100%;
  vertical-align: bottom;
}

ul.paging {
  display: table;
  list-style: none;
  margin: 100px auto 0;
  width: 75%;
}
@media screen and (max-width: 767px) {
  ul.paging {
    display: block;
    margin: 50px auto;
    padding: 0;
    width: 100%;
  }
}
ul.paging > li {
  background: #eee;
  background: linear-gradient(#eee 0%, #eee 50%, #ddd 51%, #ddd 100%);
  box-sizing: border-box;
  display: table-cell;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  ul.paging > li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
ul.paging > li span {
  display: block;
}
ul.paging > li + li {
  border-left: 1px solid #fff;
}
ul.paging > li:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (max-width: 767px) {
  ul.paging > li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  ul.paging > li:first-child a {
    padding: 7px 0;
  }
}
ul.paging > li:first-child span::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 2px;
}
ul.paging > li:last-child {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 767px) {
  ul.paging > li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  ul.paging > li:last-child a {
    padding: 7px 0;
  }
}
ul.paging > li:last-child span::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 2px;
  padding-right: 0;
}
ul.paging a {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

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