@charset "UTF-8";
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
/* ----関数設定---- */
/* ----------------------------------------------------------------------
アーカイブ
---------------------------------------------------------------------- */
#info .news {
  border: solid 1px #9fa0a0;
  margin-bottom: min(5.3333333333vw, 42px);
}
#info .news .thumbnail {
  overflow: hidden;
  aspect-ratio: 1.3356401384;
}
#info .news .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#info .news h3 {
  font-size: clamp(1.8rem, 2.857vw, 2.2rem);
  margin: 20px 0;
  line-height: 1.6;
}
#info .news p {
  line-height: 1.6;
  font-weight: 500;
}
#info .news a {
  color: #727171;
  padding: 20px;
}
#info .news a:hover {
  background: #f6f6f6;
}
#info .news a:hover img {
  opacity: 1;
}
#info .news .post_date_archive {
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #info .news a {
    display: flex;
    gap: 30px;
  }
  #info .news a .thumbnail {
    width: calc(50% - 30px);
  }
  #info .news a .info_text {
    width: 50%;
  }
  #info .news h3 {
    margin-top: 0;
  }
}
#content-header h2.headline {
  font-size: clamp(3rem, 5vw, 4rem);
  text-align: center;
  margin: 50px 0;
}
#main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1405px;
  margin-top: min(10.6666666667vw, 63px);
  margin-bottom: min(26.6666666667vw, 120px);
}
#main #content-left {
  margin-bottom: 50px;word-wrap: break-word;
}
#main #content-left .archive_subtitle {
  margin: 0 0 8px 50px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
#main #sidebar_news .side_headline {
  color: #ed7100;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin-bottom: 7px;
  font-weight: 500;
}
#main #sidebar_news .side_headline img.icon {
  margin: 5px 5px 5px 0;
}
#main #sidebar_news .side_widget {
  margin-bottom: 40px;
  border: solid 1px #9fa0a0;
  padding: 27px;
}
#main #sidebar_news .side_widget li {
  width: 100%;
  max-width: 285px;
  margin: 0 auto 20px;
}
#main #sidebar_news .side_widget li a {
  padding: 8px;
  font-size: 1.5rem;
  display: block;
  background: #FFF;
  color: #a0a0a0;
  border: solid 1px #a0a0a0;
  border-radius: 20px;
  text-align: center;
}
#main #sidebar_news .side_widget li a:hover {
  background: #a0a0a0;
  color: #FFF;
}
#main #sidebar_news .side_widget select {
  width: 100%;
  max-width: 285px;
  background: #F2F2F2;
  border-color: #F2F2F2;
  padding: 5px 10px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1199px) {
  #main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main #content-left {
    width: 69.6%;
  }
  #main #content-left #info .news a {
    padding: 30px 50px;
  }
  #main #sidebar_news {
    width: 26.83%;
    margin-top: 33px;
  }
}
/* ----------------------------------------------------------------------
　Single
---------------------------------------------------------------------- */
.single #content-left {
  border: solid 1px #9fa0a0;
  padding: 20px;
}
.single #content-left .post_header h1 {
  margin: 20px 0;
}
.single #content-left .post_header .date {
  border-top: solid 1px;
  color: #747374;
  font-size: clamp(1.4rem, 2.143vw, 1.6rem);
  text-align: right;
  margin: 5px 0 20px;
}
.single #content-left h2, .single #content-left p, .single #content-left img {
  margin-bottom: 16px;
}
.single #content-left table {
  width: 100%;
}
.single #content-left table th {
  text-align: center;
  vertical-align: middle;
  color: #afba7d;
}
.single #content-left table th, .single #content-left table td {
  border: solid 1px #cbcbcb;
  padding: 15px 15px;
  font-weight: bold;
}
.single #content-left .gallery {
  margin-bottom: 16px;
}
.single #content-left .gallery .gallery-item {
  margin-top: 0;
  position: relative;
}
.single #content-left .gallery .gallery-item img {
  border: solid 1px #FFF;
  margin-bottom: 0;
}
.single #content-left .gallery .gallery-item .gallery-caption {
  position: absolute;
  bottom: 5px;
  color: #FFF;
  text-shadow: 1px 1px 2px #333;
  width: 100%;
}
@media screen and (min-width: 1199px) {
  .single #content-left {
    padding: 50px 90px;
  }
  .single #content-left .post_header h1 {
    margin: 20px 0 40px;
  }
  .single #content-left .post_header .date {
    border-top: solid 1px;
    color: #747374;
    font-size: clamp(1.4rem, 2.143vw, 1.6rem);
    text-align: right;
    margin: 5px 0 20px;
  }
  .single #main #sidebar_news {
    margin-top: 0;
  }
}
blockquote {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-left: 4px solid #afba7d;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
  margin-bottom: 16px;
  line-height: 1.7;
}
blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  color: #888888;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding: 20px 16px;
  }
}
/* ----------------------------------------------------------------------
　会員様用
---------------------------------------------------------------------- */
body.post-type-archive-members, body.single-members, body.tax-members_cat {
  background: #fffef7;
}
body.post-type-archive-members #content-header, body.single-members #content-header, body.tax-members_cat #content-header {
  background: #FFF;
  position: relative;
  height: 124px;
}
body.post-type-archive-members #content-header .inner, body.single-members #content-header .inner, body.tax-members_cat #content-header .inner {
  max-width: 1405px;
}
body.post-type-archive-members #content-header h2.headline, body.single-members #content-header h2.headline, body.tax-members_cat #content-header h2.headline {
  text-align: center;
  position: absolute;
  width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 500;
  color: #121a1e;
}
body.post-type-archive-members #main #member_contact, body.single-members #main #member_contact, body.tax-members_cat #main #member_contact {
  display: flex;
  width: 100%;
  gap: 4%;
  justify-content: center;
  margin-bottom: 40px;
}
body.post-type-archive-members #main #member_contact a, body.single-members #main #member_contact a, body.tax-members_cat #main #member_contact a {
  display: inline-block;
  background: #FFF;
  color: #9fa0a0;
  border: solid 1px;
  text-align: center;
  max-width: 454px;
  width: 48%;
  font-weight: 500;
  padding: 10px 5px;
  font-size: clamp(1.6rem, 2.571vw, 2rem);
}
body.post-type-archive-members #main #member_contact a:hover, body.single-members #main #member_contact a:hover, body.tax-members_cat #main #member_contact a:hover {
  background: #9fa0a0;
  color: #FFF;
}
body.post-type-archive-members #main #content-left #info .news a, body.single-members #main #content-left #info .news a, body.tax-members_cat #main #content-left #info .news a {
  background: #FFF;
}
body.post-type-archive-members #main #content-left #info .news a:hover, body.single-members #main #content-left #info .news a:hover, body.tax-members_cat #main #content-left #info .news a:hover {
  background: #fffef7;
}
body.post-type-archive-members #main #sidebar_news .side_widget, body.single-members #main #sidebar_news .side_widget, body.tax-members_cat #main #sidebar_news .side_widget {
  background: #FFF;
}
body.post-type-archive-members #main a.logout_button, body.single-members #main a.logout_button, body.tax-members_cat #main a.logout_button {
  padding: 8px;
  font-size: 1.5rem;
  display: block;
  background: #a0a0a0;
  color: #FFF;
  border: solid 1px #a0a0a0;
  border-radius: 20px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
body.post-type-archive-members #main a.logout_button:hover, body.single-members #main a.logout_button:hover, body.tax-members_cat #main a.logout_button:hover {
  background: #FFF;
  color: #a0a0a0;
}
header#member-head {
  background: #182f8f;
  padding: 10px;
}
header#member-head .navbar-brand {
  max-width: 1405px;
  margin: 0 auto;
  position: relative;
}
header#member-head .navbar-brand h2 {
  color: #FFF;
  text-align: center;
  font-size: clamp(2rem, 3.714vw, 3.2rem);
  font-weight: 500;
  position: absolute;
  width: 230px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header#member-head .navbar-brand a {
  background: #FFF;
  padding: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-members, body.single-members, body.tax-members_cat {
    padding: 0;
  }
  body.post-type-archive-members #content-header, body.single-members #content-header, body.tax-members_cat #content-header {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1199px) {
  body.post-type-archive-members #main #member_contact {
    gap: 80px;
  }
  body.post-type-archive-members #main #member_contact a {
    padding: 23px 5px;
  }
  body.post-type-archive-members #info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  header#member-head .navbar-brand a img {
    width: 40px;
  }
  #info .news a {
    display: block;
  }
}
