@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* --------------------
共通設定
-------------------- */
/* font */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
}

b,
strong,
th,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

div,
p,
dd,
td,
pre,
li {
  font-weight: 400;
}

/* max-size */
img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

/* hover */
a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a:hover {
  opacity: 0.7;
}

/* frame */
section,
article {
  width: 100%;
}

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

.row {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}

.use_side_main {
  width: calc(100% - 25.5rem);
  margin-right: 2.5rem;
}
.use_side_main .event_list_wrap .archive_info .archive_spec {
  max-width: 100%;
}
.use_side_main .event_list_wrap .archive_info .bt_more_ct {
  position: relative;
  margin: 1em auto 0;
}
.use_side_main .event_list_wrap .archive_info .bt_more_ct a {
  padding: 0.5rem 2.4rem;
}
.use_side_nav {
  width: 23rem;
}

/* メニュー */
.scroll_fixed {
  overflow: hidden;
  z-index: -1;
}

.menu_bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.menu_bg.active {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 900;
}

/* style */
.entry-header {
  width: 100%;
}
.entry-content {
  width: 100%;
}

.frameborder {
  border: solid 1rem #d9d9d9;
  background-color: #fff;
  padding: 1em;
}

.title {
  margin: 0 auto 4rem;
  border-bottom: solid 3px #d9d9d9;
}
.title strong {
  text-transform: uppercase;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 3.7rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.title strong::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 2rem);
  background-color: #59d;
  bottom: -3px;
}
.title small {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}

ul.list_attention {
  list-style: none;
  margin-bottom: 2em;
}
ul.list_attention li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
ul.list_attention li::before {
  content: "※";
  padding-right: 0.5em;
}

/* --------------------
parts setting
-------------------- */
/* button */
[class^=bt_] a,
[class^=author_event_btn] a {
  display: block;
}
[class^=bt_] a::after, [class^=bt_] a::before,
[class^=author_event_btn] a::after,
[class^=author_event_btn] a::before {
  color: inherit;
  font: normal 900 1em/1em "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
}

[class^=bt_more_] {
  display: inline-block;
}
[class^=bt_more_] a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
[class^=bt_more_] a::after {
  content: "\f054";
}

.bt_login {
  display: inline-block;
}
.bt_login a {
  background-color: #59d;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.bt_login a i {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.bt_more_ct a {
  background-color: #59d;
  padding: 1rem 2.4rem;
}
.bt_more_ct a::after {
  padding-left: 0.5em;
}
.bt_more_ct.end a {
  background-color: #999;
}
.bt_more_cat_s a {
  background-color: #00937e;
  padding: 1rem 2.4rem;
  border-radius: 0.5rem;
}
.bt_more_cat_s a::after {
  padding-left: 0.5em;
}
.bt_more_cat_l {
  width: 35rem;
  margin: 3rem auto 0;
}
.bt_more_cat_l a {
  min-height: 4.7rem;
  background-color: #00937e;
  border-radius: 0.5rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
.bt_more_cat_l a span {
  line-height: 1.5rem;
  padding-right: 0.5em;
}
.bt_more_cat_l a span small {
  margin-top: -0.3rem;
  display: block;
  font-size: 1.1rem;
}
.bt_more_cat_l a::after {
  position: absolute;
  right: 2rem;
}
.bt_mailmagazine a {
  background-color: #00937e;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 6rem;
}
.bt_mailmagazine a::before {
  content: "\f658";
  font-size: 4rem;
  padding-right: 1.5rem;
}
.bt_member_hp a {
  background-color: #59d;
  color: #fff;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.5rem;
}
.bt_member_hp a::before {
  content: "\f35d";
  font-size: 1em;
  padding-right: 0.5rem;
}
.bt_forum_link {
  display: inline-block;
  margin-left: auto;
  margin-right: 16px;
}
.bt_forum_link a {
  background-color: #00a291;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.bt_forum_link a i {
  padding-right: 1rem;
  font-size: 1.6rem;
}

/* not contents */
.notcontents {
  width: 100%;
  text-align: center;
}

/* icon */
.icon_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c00;
  color: #fff;
  border-radius: 50% 50%;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}

/* breadclumbs */
#breadcrumbs_wrap {
  margin: 1rem auto 2.5rem;
}
#breadcrumbs {
  font-size: 1.6rem;
  color: #666;
}
#breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#breadcrumbs > span > span:first-of-type > a {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  line-height: 1em;
}
#breadcrumbs > span > span {
  padding-right: 0.5em;
}
#breadcrumbs > span > span + span {
  padding-left: 0.5em;
}

/* mail magazine */
#bn_mailmagazine {
  margin: 10rem auto;
}
#bn_mailmagazine h3 {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
}
#bn_mailmagazine .flex {
  margin: 0 auto;
}
#bn_mailmagazine .mailmagazine_txt {
  margin-left: 4.5rem;
}
#bn_mailmagazine_2603 {
  width: 720px;
  max-width: calc(100% - 2em);
  margin: 0 auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bn_mailmagazine_2603 h3 {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
}

/* sort */
.sort_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 1em;
}
.sort_list li {
  margin: 0 0 0 1em;
}
.sort_list li:not(:last-of-type)::after {
  content: "|";
  padding-left: 1em;
  color: #999;
}
.sort_list li a,
.sort_list li span {
  display: inline-block;
}
.sort_desc a,
.sort_desc span, .sort_asc a,
.sort_asc span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort_desc i, .sort_asc i {
  margin-right: 0.5em;
  color: #d9d9d9;
}
.sort_desc.active i, .sort_asc.active i {
  color: #59d;
}

/* member search */
.member_search {
  margin-bottom: 4rem;
}
.member_search_btn {
  width: calc(50% - 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #00937e solid 0.2rem;
  border-radius: 0.5rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
.member_search_btn i:first-of-type {
  margin-right: 0.8rem;
}
.member_search_btn i:last-of-type {
  margin-left: auto;
}
.member_search_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1.6rem auto 0;
}

.btn_member_sarch {
  background-color: #00937e;
  color: #fff;
}
.btn_member_sarch_all {
  background-color: #fff;
  color: #00937e;
}

.accordion {
  border: solid 2px #59d;
}
.accordion > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #59d;
  font-size: 2.4rem;
  color: #fff;
  padding: 0.4rem 3.2rem;
}
.accordion > dt i {
  margin-left: auto;
}
.accordion > dd {
  padding: 1.6rem 3.2rem 2.4rem;
}
.accordion > dd form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.accordion_full {
  width: 100%;
}
.accordion_half {
  margin-top: 1.6rem;
  width: calc(50% - 1.6rem);
}
.accordion input[type=text],
.accordion select {
  border: solid 2px #d9d9d9;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 1rem;
}
.accordion select {
  background-image: url("../images/icon/arrow_form_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.member_result {
  text-align: right;
  margin-bottom: 1.6rem;
  color: #999;
}

@media screen and (max-width: 480px) {
  .member_search_btn {
    width: 100%;
  }
  .member_search_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion_half {
    width: 100%;
  }
}
/* --------------------
header setting
-------------------- */
#heroarea {
  width: 100%;
  position: relative;
  margin: 0 auto 1rem;
}
#heroarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#heroarea .hero_img {
  height: 100%;
}
#heroarea .hero_text {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#heroarea .hero_text .row {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hd_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.6rem auto;
}
.hd_logo {
  width: 43rem;
  height: 5rem;
}
.hd_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./../images/logo.jpg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* hamburger */
.menu_bt_wrap {
  display: none;
}

/* --------------------
footer setting
-------------------- */
footer {
  background-color: #efefef;
  padding: 2rem 0 5.5rem;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer nav ul li {
  margin-right: 1em;
}
footer nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer nav ul li a::before {
  color: #59d;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.5em;
}

.grecaptcha-badge {
  z-index: 100;
}

/* --------------------
sidenav setting
-------------------- */
/* --------------------
page/single setting
-------------------- */
.entry-date {
  text-align: right;
  margin-bottom: 4rem;
}
.entry-thumbnail {
  margin: 0 auto 3rem;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto;
}
.entry-pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-pager > p {
  display: block;
  width: 48%;
}
.entry-pager-next {
  margin-left: auto;
}
.entry-pager-prev {
  margin-right: auto;
}
.entry-pager a {
  display: block;
  background-color: #59d;
  border-radius: 5px;
  padding: 5px 1em;
  color: #fff;
}
.entry-pager .link_prev, .entry-pager .link_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-pager .link_prev::before, .entry-pager .link_prev::after, .entry-pager .link_next::before, .entry-pager .link_next::after {
  display: block;
  width: 1em;
  height: 1em;
  font: normal 900 1em/1em "Font Awesome 5 Free";
}
.entry-pager .link_prev::before {
  content: "\f053";
  padding-right: 0.5em;
}
.entry-pager .link_next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.entry-pager .link_next::after {
  content: "\f054";
  padding-left: 0.5em;
}

/* --- single:投稿記事 --- */
#single {
  margin: 0 auto 10rem;
}
#single .title {
  margin-bottom: 0;
}
#single .single_content {
  margin: 0 auto 5rem;
}

/* --- event:イベント一覧 --- */
#page .member_event_wrap {
  margin: 0 auto 0;
}
#page .archive_sort_wrap {
  margin: 8rem auto 2rem;
}

/* --- event:イベント詳細 --- */
#single-event .entry-thumbnail {
  width: 100%;
  height: 45rem;
  overflow: hidden;
}
#single-event .entry-thumbnail img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
#single-event .event_extxt {
  margin: 0 auto 3rem;
}
#single-event .event_info {
  border-bottom: solid 1px #666;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
  margin-bottom: 3rem;
}
#single-event .event_info > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #666;
}
#single-event .event_info > dl > dt,
#single-event .event_info > dl > dd {
  padding: 0.5em 1em;
}
#single-event .event_info > dl > dt {
  width: 9em;
  font-weight: normal;
  background-color: #efefef;
}
#single-event .event_info > dl > dd {
  width: calc(100% - 9em);
}
#single-event .event_content .eventtitle {
  margin-top: 10rem;
}
#single-event .em-tickets {
  margin-bottom: 3.5rem;
  width: 100%;
}
#single-event .em-tickets td,
#single-event .em-tickets th {
  border: solid 1px #666;
  border-collapse: collapse;
  padding: 0.5em;
}
#single-event .em-tickets th {
  background-color: #efefef;
  font-weight: normal;
  text-align: center;
}
#single-event .em-tickets th:first-of-type {
  width: 50%;
}
#single-event .em-tickets td:not(:first-of-type) {
  text-align: center;
}
#single-event .em-tickets .ticket-desc {
  font-size: 80%;
  display: block;
  line-height: 1.5em;
  color: #666;
  margin-top: 1em;
}
#single-event .em-tickets select.em-ticket-select {
  border: solid 1px #666;
  width: 100%;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
#single-event .em-booking-form-details {
  width: 100%;
  float: none;
}
#single-event .em-booking-form-details h3 {
  font-weight: normal;
  margin: 3rem 0 0.5rem;
}
#single-event .em-booking-form-details > p[class^=emform_] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
#single-event .em-booking-form-details > p[class^=emform_]:nth-of-type(odd) {
  background-color: #efefef;
}
#single-event .em-booking-form-details > p[class^=emform_]:nth-of-type(odd) input[type=text],
#single-event .em-booking-form-details > p[class^=emform_]:nth-of-type(odd) textarea {
  background-color: #fff;
}
#single-event .em-booking-form-details > p[class^=emform_] label {
  width: 14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#single-event .em-booking-form-details > p[class^=emform_] label::before {
  content: "任意";
  background-color: #666;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5rem;
  width: 3.5rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
}
#single-event .em-booking-form-details > p[class^=emform_].required label::before {
  content: "必須";
  background-color: #c00;
}
#single-event .em-booking-form-details > p[class^=emform_] > span {
  display: block;
  width: calc(100% - 10.5em);
}
#single-event .em-booking-form-details > p[class^=emform_] > span > input {
  width: 100%;
}
#single-event .em-booking-form-details > p[class^=emform_] > span > input:first-of-type {
  margin-bottom: 1rem;
}
#single-event .em-booking-form-details [class^=emform_] input,
#single-event .em-booking-form-details [class^=emform_] textarea {
  width: calc(100% - 14em);
  border: solid 1px #999;
  padding: 0.5em;
  font-size: 1.2rem;
}
#single-event .em-booking-form-details [class^=emform_].error input,
#single-event .em-booking-form-details [class^=emform_].error textarea {
  border-color: #c00;
}
#single-event .em-booking-form-details .input-field-data_privacy_consent {
  margin: 1rem auto;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}
#single-event .em-booking-form-details .input-field-data_privacy_consent a {
  text-decoration: underline;
  color: #59d;
}
#single-event .em-booking-form-details select {
  font-size: 1.2rem;
  border: solid 1px #999;
  background-color: #fff;
  padding: 0.5em 2em 0.5em 0.5em;
  background-image: url("./../images/icon/arrow_form_down.svg");
  background-size: auto 2em;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#single-event .em-booking-form-details p.emform_select_area > label {
  width: 12.9em;
}
#single-event .em-booking-buttons {
  margin: 1rem auto 0;
  text-align: center;
}
#single-event .em-booking-buttons input {
  background-color: #00937e;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 2em;
  border-radius: 0.5rem;
}
#single-event .support_emform {
  visibility: hidden;
  display: none;
}
#single-event .em-booking-login {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1rem #efefef;
  margin: 0 auto 5rem;
  padding: 0 2rem;
}
#single-event .em-booking-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#single-event .em-booking-login-form input[type=text], #single-event .em-booking-login-form input[type=password] {
  border: solid 1px #999;
  padding: 0.5em;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#single-event .em-booking-login-form input#siteguard_captcha {
  width: auto;
}
#single-event .em-booking-login-form label {
  width: 100%;
}
#single-event .em-booking-login-form #em_wp-submit {
  background-color: #59d;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 2em;
  border-radius: 0.5rem;
  width: 19%;
  margin: 1rem auto;
}
#single-event .em-booking-login-form > div {
  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;
}
#single-event .em-booking-login-form > div p.evlogin_name, #single-event .em-booking-login-form > div p.evlogin_pass {
  width: 47%;
  margin-bottom: 2rem;
}
#single-event .em-booking-login-form > div p.evlogin_name input, #single-event .em-booking-login-form > div p.evlogin_pass input {
  width: calc(100% - 0.1rem);
}
#single-event .em-booking-login-form > div p.evlogin_pass {
  margin-left: 2rem !important;
}
#single-event .em-booking-login-form > div p:not([class]) {
  width: 100%;
  text-align: center;
}
#single-event .em-booking-login-form > div p:not([class]) br {
  display: none;
}
#single-event .em-booking-login-form > div p > img {
  margin-right: 1rem;
}
#single-event .em-booking-login-form > a {
  display: none;
}
#single-event #em-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.event_mailmagazine {
  display: none;
}
.event_mailmagazine #bn_mailmagazine {
  margin: 0 auto;
}
.event_mailmagazine #bn_mailmagazine.frameborder {
  border: none;
}
.event_mailmagazine #bn_mailmagazine.row {
  width: 100%;
}
.event_mailmagazine #bn_mailmagazine h3 {
  text-align: left;
}
.event_mailmagazine #bn_mailmagazine .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.event_mailmagazine #bn_mailmagazine .flex .bt_mailmagazine {
  max-width: 35.5rem;
  margin: 3rem auto 0;
}
.event_mailmagazine #bn_mailmagazine .mailmagazine_txt {
  margin-left: 0;
}
.event_mailmagazine.active {
  display: block;
}

.organizer_wrap {
  border: solid #efefef 1rem;
  padding: 1.6rem;
  margin: 10rem auto 5rem;
}
.organizer_wrap h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 auto 1.6rem;
}
.organizer dt,
.organizer dd {
  width: 100%;
}
.organizer dt {
  margin-bottom: 2rem;
}
.organizer dt h4 {
  font-size: 2.5rem;
  line-height: 3.7rem;
  margin: 0 auto 0.5rem;
}
.organizer dt > p {
  margin: 0 1rem;
}
.organizer dd {
  margin: 0 1rem;
}
.organizer dd ul li {
  font-size: 1.5rem;
  line-height: 2.2rem;
  position: relative;
  padding-left: 1.5em;
  margin: 0 0 0.5rem;
}
.organizer dd ul li::before {
  color: #59d;
  font: normal 900 1em/1em "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.organizer dd ul li.organizer_addr::before {
  content: "\f3c5";
}
.organizer dd ul li.organizer_tel::before {
  content: "\f87b";
}
.organizer dd ul li.organizer_fax::before {
  content: "\f1ac";
}
.organizer dd ul li.organizer_mail::before {
  content: "\f0e0";
}

/* --- page:メルマガ登録ページ --- */
.mailpoet_submit {
  width: auto;
  min-height: 5.5rem;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.7rem;
  border-radius: 0.5rem;
  padding: 0.5rem 4rem 0.5rem 9rem;
  background-color: #00937e;
  background-image: url("./../images/icon/mail.svg");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: 4rem 50%;
}

.mp_application_table {
  margin: 5rem auto 3rem;
  width: 100%;
}
.mp_application_table th,
.mp_application_table td {
  padding: 1rem;
}
.mp_application_table th {
  min-width: 12em;
}
.mp_application_table td {
  max-width: calc(100% - 12em);
}
.mp_application_table tbody tr:nth-of-type(odd) {
  background-color: #efefef;
}
.mp_application_table tbody tr th {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mp_application_table tbody tr th::before {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5rem;
  width: 3.5rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
  background-color: #999;
  content: "任意";
}
.mp_application_table tbody tr.required th::before {
  content: "必須";
  background-color: #c00;
}
.mp_application_table tbody td .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mp_application_table tbody td .flex > span {
  width: 49%;
  display: block;
}
.mp_application_table tbody td .flex > span input {
  width: 100%;
}
.mp_application_table tbody input,
.mp_application_table tbody textarea {
  border: solid 1px #999;
  padding: 0.5em;
  font-size: 1.2rem;
  background-color: #fff;
}
.mp_application_table tfoot a {
  color: #59d;
  border-bottom: solid 1px #59d;
}
.mp_application_table .wpcf7-list-label {
  display: none;
  visibility: hidden;
}
.mp_application_bt {
  margin: 3rem auto 5rem;
}

.mmrequest_info {
  border: solid 1rem #efefef;
  padding: 2rem;
}
.mmrequest_info h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 1.3rem;
}
.mmrequest_info p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}

/* --- page:メルマガ購読管理 --- */
.mailpoet-manage-subscription input[type=text],
.mailpoet-manage-subscription input[type=text] {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 2px 0.5em;
}
.mailpoet-manage-subscription > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 49.2px;
}
.mailpoet-manage-subscription > div:nth-of-type(odd) {
  background-color: #efefef;
}
.mailpoet-manage-subscription > div {
  padding: 0.5em 1em;
}
.mailpoet-manage-subscription > div.mailpoet_paragraph:last-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3em auto 5em;
}
.mailpoet-manage-subscription label.mailpoet_text_label,
.mailpoet-manage-subscription label.mailpoet_select_label,
.mailpoet-manage-subscription label.mailpoet_segment_label {
  width: 8em;
}
.mailpoet-manage-subscription .mailpoet_required {
  color: #cc0000;
}

/* --- page:年間スケジュール --- */
.cat_ex {
  display: none;
}

#explan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#explan_wrap .explan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  margin-bottom: 8px;
}
#explan_wrap .explan_box figure {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-bottom: 0;
}
#explan_wrap .explan_box figure img {
  width: 100%;
  height: 100%;
}
#explan_wrap p,
#explan_wrap a {
  font-size: 14px;
  margin-bottom: 0;
}

.wp-block-group__inner-container .wp-block-columns:first-of-type {
  width: 100%;
}

#schedule_container {
  margin-bottom: 90px;
}
#schedule_container p,
#schedule_container a {
  font-size: 14px;
  margin-bottom: 0;
}
#schedule_container .schedule_header {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  border-top: 3px solid #5599dd;
  border-bottom: 1px solid #5599dd;
  gap: 0;
}
#schedule_container .schedule_header > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 0 !important;
}
#schedule_container .schedule_header .day_time {
  max-width: 125px;
}
#schedule_container .schedule_header .method {
  max-width: 90px;
}
#schedule_container .schedule_header .cost {
  max-width: 160px;
}
#schedule_container .schedule_header .capacity {
  max-width: 70px;
}
#schedule_container .schedule_inner {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #5599dd;
  gap: 0;
}
#schedule_container .schedule_inner:not(.hidden):nth-last-of-type(1) {
  border-bottom: 3px solid #5599dd;
  margin-bottom: 28px;
}
#schedule_container .schedule_inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0 !important;
}
#schedule_container .schedule_inner .day_time {
  max-width: 125px;
}
#schedule_container .schedule_inner .cat_title {
  max-width: calc(100% - 445px);
}
#schedule_container .schedule_inner .method {
  max-width: 90px;
}
#schedule_container .schedule_inner .cost {
  max-width: 160px;
}
#schedule_container .schedule_inner .capacity {
  max-width: 70px;
}
#schedule_container .schedule_inner .cat_icon_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  #schedule_container .schedule_inner .cat_icon_box > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#schedule_container .schedule_inner .category {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  color: #ffffff;
}
#schedule_container .schedule_inner .category.cat_01 {
  background-color: #38bc90;
}
#schedule_container .schedule_inner .category.cat_02 {
  background-color: #a8d144;
}
#schedule_container .schedule_inner .category.cat_03 {
  background-color: #4fb4ee;
}
#schedule_container .schedule_inner .category.cat_04 {
  background-color: #cc4ff2;
}
#schedule_container .schedule_inner .category.cat_05 {
  background-color: #a8d144;
}
#schedule_container .schedule_inner .category.cat_06 {
  background-color: #666666;
}
#schedule_container .schedule_inner .icon_box {
  width: auto;
  margin-bottom: 0;
}
#schedule_container .schedule_inner .icon_box > div {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px !important;
}
@media screen and (max-width: 834px) {
  #schedule_container .schedule_inner .icon_box > div {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
#schedule_container .schedule_inner .title {
  text-align: left;
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
}
#schedule_container .schedule_inner .title a {
  color: #0c10a6;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: underline;
}
#schedule_container .schedule_inner .title a:hover {
  color: #4e51b6;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 834px) {
  #schedule_container .schedule_header {
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-template-rows: repeat(4, auto);
  }
  #schedule_container .schedule_header .day_time {
    grid-column: 1/2;
    grid-row: 1/5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-right: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_header .cat_title {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_header .method {
    grid-column: 2/3;
    grid-row: 2/3;
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_header .cost {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_header .capacity {
    grid-column: 2/3;
    grid-row: 4/5;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  #schedule_container .schedule_inner {
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-template-rows: repeat(4, auto);
  }
  #schedule_container .schedule_inner .day_time {
    grid-column: 1/2;
    grid-row: 1/5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-right: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_inner .cat_title {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c6c6c6;
    max-width: none;
  }
  #schedule_container .schedule_inner .method {
    grid-column: 2/3;
    grid-row: 2/3;
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_inner .cost {
    grid-column: 2/3;
    grid-row: 3/4;
    max-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c6c6c6;
  }
  #schedule_container .schedule_inner .capacity {
    grid-column: 2/3;
    grid-row: 4/5;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  #schedule_container .icon_box > div {
    width: 20px;
    height: 20px;
  }
  #schedule_container .icon_box > div:first-of-type {
    margin-left: 0;
  }
}
#schedule_container .schedule_inner.cancel .cat_title {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#schedule_container .schedule_inner.cancel .method {
  position: relative;
}
#schedule_container .schedule_inner.cancel .method p {
  color: #ffffff;
}
#schedule_container .schedule_inner.cancel .method::before {
  content: "中止";
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #cc0000;
  background-color: #ec9191;
  border: 1px solid #cc0000;
  border-radius: 5px;
  display: block;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*絞り込み用追加*/
#schedule_container .schedule_inner.hidden {
  display: none;
}

#schedule_container .not_found {
  font-size: 2rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

#select_wrap {
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 3.6rem;
}
#select_wrap .inner_title {
  margin-bottom: 1.6rem;
}
#select_wrap .inner_title p {
  color: #5599dd;
  font-weight: bold;
  font-size: 1.5em;
}
#select_wrap form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
#select_wrap .select_box {
  width: 50%;
  min-width: 350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
#select_wrap .select_box p {
  width: 110px;
  height: 100%;
  text-align: center;
  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;
  background-color: #d9d9d9;
  border-radius: 5px 0 0 5px;
}
#select_wrap .select_box select {
  width: calc(100% - 110px);
  max-width: 250px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 2px solid #d9d9d9;
  border-radius: 0 5px 5px 0;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 38px 8px 8px;
  color: #000000;
}
#select_wrap .select_box::before {
  display: block;
  content: "";
  position: absolute;
  top: 1.3em;
  left: calc(100px + 14em);
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
#select_wrap .button_box .sort_btn {
  background-color: #00937e;
  color: #ffffff;
  display: block;
  margin-right: auto;
  padding: 1rem 1.6rem;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#select_wrap .button_box:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#em_mailmaga_register {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}
#em_mailmaga_register label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.mailpoet_paragraph input[type=submit],
.mailpoet_paragraph .mailpoet_segment_label {
  display: none !important;
}

#area_booking_error {
  background-color: #c00;
  padding: 0.5em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#area_booking_error p {
  color: #fff;
}
#area_booking_error.hidden {
  display: none;
}

.mm_list {
  margin-bottom: 1em;
  background-color: #efefef;
  padding-bottom: 0.4rem;
}
.mm_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1em 0;
}
.mm_list dt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 8rem);
}
.mm_list dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mm_list dt span b {
  font-size: 1.8rem;
}
.mm_list dt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.8rem 0 0.4rem;
}
.mm_list dt ul li {
  background-color: #666;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.8rem;
  margin-right: 0.8em;
  margin-bottom: 0.4rem;
}
.mm_list dt small {
  display: inline-block;
  font-size: 1em;
  margin-left: auto;
  font-weight: normal;
}
.mm_list dt i {
  background-color: #59d;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-image: url("../images/icon/arrow_accordion.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50% 60%;
}
.mm_list dt.mm_new div > span::before {
  content: "NEW";
  font-weight: bold;
  color: #c00;
}
.mm_list dd {
  background-color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: calc(100% - 0.8rem);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, max-height 0.4s;
  transition: opacity 0.2s, max-height 0.4s;
}
.mm_list dd p {
  margin-bottom: 1em;
}
.mm_list.active dt i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mm_list.active dd {
  opacity: 1;
  max-height: 100%;
  padding: 2em 2em 1em;
  margin: 0.4rem 0.4rem 0;
}
.mm_list.mm_hide {
  display: none;
  visibility: hidden;
}

#mm_seg_lists dl {
  margin-bottom: 5rem;
}
#mm_seg_lists dl dt.title {
  margin: 0 auto 1.7rem;
}
#mm_seg_lists dl dt.title strong {
  font-size: 2rem;
}
#mm_seg_lists .mm_seg_list_itesm li {
  -webkit-transform: 0.5s all;
          transform: 0.5s all;
}
#mm_seg_lists .mm_seg_list_itesm li:hover {
  cursor: pointer;
  opacity: 0.7;
}
#mm_seg_lists .mm_seg_list_itesm li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#mm_seg_lists .mm_seg_list_itesm li span::before {
  content: "\f152";
  font: normal 900 1em/1em "Font Awesome 5 Free";
  margin-right: 0.5em;
  color: #00937e;
}
#mm_seg_lists .mm_seg_list_itesm li.selected {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: solid 2px;
  border-bottom-color: #00937e;
}

/* --- 20240702メルマガ購読バリデーション追加 --- */
#wpcf7-f116-p46-o1 form .errmsg {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/* --------------------
front-page setting
-------------------- */
.home #heroarea {
  margin-bottom: 10rem;
}

.pickup_wrap {
  margin: 10rem auto;
}

.author_event_wrap {
  margin: 10rem auto;
}
.author_event_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
  margin-bottom: 50px;
}
.author_event_box {
  width: calc((100% - 48px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.author_event_box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.author_event_box .event_status {
  text-align: center;
}
.author_event_box_in {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0.3rem;
}
.author_event_box_in a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  height: 100%;
}
.author_event_box:hover .author_event_box_in {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.author_event_box:hover .author_event_box_in a {
  opacity: 1;
}
.author_event_box:hover .archive_thum img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.author_event_box:hover .archive_title {
  opacity: 0.6;
}
.author_event_box .archive_thum {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  z-index: 1;
}
.author_event_box .archive_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.author_event_box .archive_thum .event_cat_link {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 0.4rem 0.8rem;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
}
.author_event_box .archive_title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  height: 7.8rem;
  overflow: hidden;
  word-break: auto-phrase;
  margin: 0 0 1.4rem;
}
.author_event_box .archive_title br {
  display: none;
}
.author_event_box .archive_info {
  padding: 2.4rem 1.6rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.author_event_box .archive_info .icon_new {
  position: absolute;
  color: #c00;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0;
  border-radius: 0;
  line-height: 1.5;
  background: none;
  width: auto;
  height: auto;
  top: 0.6rem;
  left: 1.6rem;
}
.author_event_box .archive_info .bt_more_ct {
  text-align: center;
  margin: auto auto 0;
  display: block;
  width: 14.6rem;
}
.author_event_box .archive_info .event_cat_link {
  margin-right: auto;
}
.author_event_box .archive_info_spec {
  margin: auto 0 0;
  background-color: #f0f4f9;
  border-radius: 0.5rem;
  padding: 0.8rem 1.2rem 0.8rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.author_event_box .archive_info_spec i {
  line-height: 1;
}
.author_event_box .archive_info_spec_date, .author_event_box .archive_info_spec_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  gap: 0.6rem;
}
.author_event_box .archive_info_spec_date {
  color: #000;
}
.author_event_box .archive_info_spec_place {
  color: #707070;
}
.author_event_box .archive_info_spec_btn {
  color: #4163ab;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
}
.author_event_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1.6rem auto 0;
}
.author_event_btn > a, .author_event_btn_1 > a, .author_event_btn_2 > a, .author_event_btn_3 > a {
  display: block;
  background-color: #00a291;
  border-radius: 5px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 1em 3em;
  font-weight: bold;
}
.author_event_btn > a::after, .author_event_btn_1 > a::after, .author_event_btn_2 > a::after, .author_event_btn_3 > a::after {
  content: "\f054";
  position: absolute;
  height: 100%;
  width: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 1em;
  top: 0;
}
.author_event_btn > a small, .author_event_btn_1 > a small, .author_event_btn_2 > a small, .author_event_btn_3 > a small {
  display: block;
  font-weight: normal;
}
.author_event_btn, .author_event_btn_1, .author_event_btn_2, .author_event_btn_3 {
  width: 48%;
}
.author_event_btn_1 > a {
  background-color: #e46363;
}
.author_event_btn_baloon {
  font-weight: bold;
  font-size: 1.4rem;
  color: #c00;
  padding: 0 2em 1.6rem;
}
.author_event_btn_baloon b,
.author_event_btn_baloon span {
  display: inline-block;
}
.author_event_btn_baloon b {
  font-size: 2.4rem;
  padding-right: 0.1em;
}
.author_event_btn_baloon span {
  border: #c00 solid 1px;
  padding: 0.5em 1em 0.5em;
  border-radius: 50%;
  position: relative;
}
.author_event_btn_baloon span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.author_event_btn_baloon span::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 5px 0 5px;
  border-color: #c00 transparent transparent transparent;
  z-index: 1;
}
.author_event_btn_3 a {
  min-height: 80px;
  background-image: url("./../images/banner/top_author_event_btn_3.png");
  background-color: #f0f4f9;
  background-repeat: no-repeat;
  background-position: -45px 40%;
  background-size: auto 190%;
  color: #4163ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.author_event_btn_3 a span {
  margin-left: auto;
  margin-right: 2.6rem;
}
@media screen and (max-width: 834px) {
  .author_event_box {
    width: calc((100% - 24px) / 2);
  }
  .author_event_btn_3 a {
    background-position: -60px 40%;
  }
  .author_event_btn_3 a span {
    margin: 0 auto;
    max-width: 12em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 711px) {
  .author_event_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-self: center;
    gap: 1.6rem;
  }
  .author_event_btn, .author_event_btn_1, .author_event_btn_2, .author_event_btn_3 {
    width: calc(100% - 2em);
    margin-left: auto;
    margin-right: auto;
  }
  .author_event_btn_3 a {
    background-position: -45px 40%;
  }
  .author_event_btn_3 a span {
    margin: 0 auto;
    max-width: unset;
    padding-left: 0;
  }
}
@media screen and (max-width: 685px) {
  .author_event_wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .author_event_wrap .title strong {
    min-width: 10em;
  }
}
@media screen and (max-width: 600px) {
  .author_event_list {
    gap: 24px;
  }
  .author_event_box {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 auto;
            flex: 100% 0 auto;
  }
  .author_event_box .event_status {
    text-align: left;
  }
  .author_event_box_in a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .author_event_box_in .archive_thum {
    width: 40%;
    height: 100%;
  }
  .author_event_box_in .archive_info {
    width: 60%;
  }
  .author_event_box_in .archive_thum, .author_event_box_in .archive_info {
    border: none;
  }
}
@media screen and (max-width: 510px) {
  .author_event_btn, .author_event_btn_1, .author_event_btn_2, .author_event_btn_3 {
    width: 100%;
  }
  .author_event_btn_3 a {
    background-position: -60px 40%;
  }
  .author_event_btn_3 a span {
    margin: 0 auto;
    max-width: 11em;
    padding-left: 1em;
    text-shadow: 1px 1px 5px #f0f4f9, -1px -1px 5px #f0f4f9, 1px -1px 5px #f0f4f9, -1px 1px 5px #f0f4f9;
  }
}
@media screen and (max-width: 480px) {
  .author_event_wrap .title {
    display: block;
  }
  .author_event_wrap .title small {
    display: block;
    padding: 1em 0;
  }
  .author_event_list {
    gap: 0.6rem;
  }
  .author_event_box .event_status {
    font-size: 1.4rem;
  }
  .author_event_box .archive_thum .event_cat_link {
    font-size: 1rem;
    word-break: keep-all;
  }
  .author_event_box .archive_title {
    font-size: 1.4rem;
    height: 4.2rem;
    margin-bottom: 1.4rem;
  }
  .author_event_box .archive_info {
    padding: 2.4rem 0.8rem 1.2rem 1.2rem;
  }
  .author_event_box .archive_info_spec {
    padding: 0.8rem;
  }
  .author_event_box .archive_info_spec_date, .author_event_box .archive_info_spec_place {
    font-size: 1.2rem;
    word-break: keep-all;
    word-break: auto-phrase;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .author_event_box .archive_info_spec_date i, .author_event_box .archive_info_spec_place i {
    font-size: 0.9rem;
    padding-top: 0.55rem;
  }
  .author_event_box .archive_info_spec_btn {
    font-size: 0.9rem;
  }
}

.member_event_wrap {
  margin: 10rem auto;
}
@media screen and (max-width: 685px) {
  .member_event_wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member_event_wrap .title strong {
    min-width: 11.5em;
  }
}
@media screen and (max-width: 480px) {
  .member_event_wrap .title {
    display: block;
  }
  .member_event_wrap .title small {
    display: block;
    padding: 1em 0;
  }
}

.news_wrap {
  background-color: #efefef;
  padding: 5rem 0;
  margin: 10rem auto;
}
.news_ct_wrap {
  background-color: #fff;
  padding: 1rem 3rem;
  max-height: 20em;
  overflow-y: scroll;
}

.member_list_wrap {
  margin: 10rem auto;
}
.member_list_top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  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;
}
.member_list_top .member_list_box {
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: none;
  border: solid 1px #666;
  margin: 0 auto 2rem;
}
.member_list_top .member_list_box .bt_member_hp {
  margin: auto auto 0;
}
.member_list_top .member_thum {
  width: 100%;
  height: 20rem;
  border: none;
  margin: 0 0 1rem;
}
.member_list_top .member_info {
  width: 100%;
  padding: 1rem;
}
.member_list_top .member_cat {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1rem;
}
.member_list_top .member_cat > li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.member_list_top .member_cat > li a {
  font-size: 1.2rem;
}

/* --------------------
archive setting
-------------------- */
/* --- 共通設定 --- */
#archive .entry-content {
  margin-bottom: 10rem;
}

.archive_thum {
  position: relative;
}
.archive_thum a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.archive_spec {
  width: 100%;
}
.archive_spec li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive_spec li > span:first-child {
  display: block;
  width: 3.5em;
}
.archive_spec li > span:first-child::after {
  content: "：";
}
.archive_spec li > span:last-child {
  width: calc(100% - 3.5em);
}
.archive-pager {
  margin: 0 auto 10rem;
}

/* pager */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-links span,
.nav-links a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.3rem 1rem;
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
}
.nav-links span.dots,
.nav-links a.dots {
  color: #ccc;
}
.nav-links a {
  background-color: #ccc;
}
.nav-links .current,
.nav-links a:hover {
  background-color: #59d;
  opacity: 1;
}
.nav-links a {
  position: relative;
}
.nav-links a::before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.nav-links .next,
.nav-links .prev {
  width: calc(1em + 1.288rem);
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.nav-links .next::before {
  content: "\f054";
  text-indent: 15%;
}
.nav-links .prev::before {
  content: "\f053";
  text-indent: 0;
}

/* --- list --- */
.listct_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #d9d9d9;
  padding: 1em 0;
}
.listct_wrap li:last-child {
  border-bottom: none;
}
.listct_date {
  width: 7.5em;
}
.listct_title {
  width: calc(100% - 7.5em);
}

/* --- event --- */
.event_list_wrap {
  width: 100%;
}
.event_list_wrap .archive_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.event_list_wrap .archive_box:not(:last-child) {
  border-bottom: dashed 1px #707070;
}
.event_list_wrap .archive_box .icon_new {
  top: -1.6rem;
  left: -1.2rem;
}
.event_list_wrap .archive_thum {
  border: solid 1px #707070;
  width: 15rem;
  height: 15rem;
  margin-right: 3rem;
}

.event_status {
  font-weight: bold;
}

.event_cat_link {
  display: inline-block;
  background-color: #666;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.5s all;
}
.event_cat_link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  padding: 0.5rem 1rem;
}
.event_cat_link a:hover {
  opacity: 1;
}

.event_list_wrap .event_cat_link {
  margin-right: 1rem;
}
.event_list_wrap .event_cat_link a {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.event_list_wrap .archive_info {
  width: calc(100% - 18rem);
}

/* --- pickup --- */
.event_pickup_wrap {
  width: 100%;
}
.event_pickup_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.event_pickup_box:not(:last-child) {
  border-bottom: dashed 1px #707070;
}
.event_pickup_box .archive_thum {
  border: solid 1px #707070;
  width: 30rem;
  height: 20rem;
  margin-right: 3rem;
}
.event_pickup_box .archive_info {
  width: calc(100% - 30rem);
}

/* --- 会員＆pickup共通 --- */
.event_list_wrap .archive_info,
.event_pickup_wrap .archive_info {
  position: relative;
}
.event_list_wrap .archive_info .archive_spec,
.event_pickup_wrap .archive_info .archive_spec {
  max-width: calc(100% - 17rem);
}
.event_list_wrap .archive_info .bt_more_ct,
.event_pickup_wrap .archive_info .bt_more_ct {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* --- 開催ステータス --- */
.status_before .event_status {
  color: #000;
}
.status_after .event_status {
  color: #666;
}
.status_rsvp .event_status {
  color: #c00;
}
.status_now .event_status {
  color: #c00;
}
.status_now .archive_thum span {
  display: none;
}
.status_end .event_status {
  color: #666;
}
.status_end .archive_thum span {
  display: none;
}
.status_end .archive_title,
.status_end .archive_spec {
  color: #999;
}
.status_end .bt_more_ct a {
  background-color: #999;
}

/* --- 会員一覧 --- */
.member_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_list_box .bt_member_hp {
  margin-left: auto;
}
.member_list_box {
  margin: 0 auto 1rem;
  padding: 0 0 1rem;
  border-bottom: dashed 1px #999;
}
.member_thum {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border: solid 1px #202020;
  margin-right: 2.4rem;
}
.member_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.member_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}
.member_cat > li {
  margin-right: 1rem;
}
.member_cat > li a {
  font-size: 1.4rem;
  background-color: #666;
  color: #fff;
  padding: 0.5rem 1rem;
  min-width: calc(3em + 2rem);
}
.member_name {
  font-size: 1.8rem;
}
.member_info {
  width: calc(100% - 26.4rem);
}

/* --- お知らせ --- */
.archive_news_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #d9d9d9;
  padding: 1em 0;
}

/* --- イベント サイドナビ --- */
#ev_sidenav dl {
  margin-bottom: 5rem;
}
#ev_sidenav dl dt.title {
  margin: 0 auto 1.7rem;
}
#ev_sidenav dl dt.title strong {
  font-size: 2rem;
}
#ev_sidenav .ev_side_cat li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: #666 solid 1px;
  border-right: #666 solid 1px;
  border-top: #666 solid 1px;
  min-height: 5.5rem;
}
#ev_sidenav .ev_side_cat li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
#ev_sidenav .ev_side_cat li:last-of-type a {
  border-bottom: #666 solid 1px;
}
#ev_sidenav .ev_side_author li a, #ev_sidenav .ev_side_status li a, #ev_sidenav .ev_side_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#ev_sidenav .ev_side_author li a::before, #ev_sidenav .ev_side_status li a::before, #ev_sidenav .ev_side_area li a::before {
  content: "\f152";
  font: normal 900 1em/1em "Font Awesome 5 Free";
  margin-right: 0.5em;
}
#ev_sidenav .ev_side_author li.selected, #ev_sidenav .ev_side_status li.selected, #ev_sidenav .ev_side_area li.selected {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: solid 2px;
}
#ev_sidenav .ev_side_author li a::before {
  color: #00937e;
}
#ev_sidenav .ev_side_author li.selected {
  border-bottom-color: #00937e;
}
#ev_sidenav .ev_side_status li a::before {
  color: #666;
}
#ev_sidenav .ev_side_status li.selected {
  border-bottom-color: #666;
}
#ev_sidenav .ev_side_area li a::before {
  color: #59d;
}
#ev_sidenav .ev_side_area li.selected {
  border-bottom-color: #59d;
}
#ev_sidenav a > span.ev_cat_icon {
  display: block;
  width: 3em;
  margin-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ev_sidenav a > span.ev_cat_icon > i {
  font-size: 1.5em;
  color: #fff;
}
#ev_sidenav a > span:not(.ev_cat_icon) {
  width: calc(100% - 3em);
}

/* --- イベント 絞り込み表示 --- */
#event_search_que h3 {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
}
#event_search_que dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#event_search_que dl dt {
  min-width: 7em;
}
#event_search_que dl:not(:last-of-type) {
  border-bottom: dashed 1px #999;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/*--- 会員　サイドナビ ---*/
#mem_sidenav dl {
  margin-bottom: 5rem;
}
#mem_sidenav dl dt.title {
  margin: 0 auto 1.7rem;
}
#mem_sidenav dl dt.title strong {
  font-size: 2rem;
}
#mem_sidenav .mem_side_job li a, #mem_sidenav .mem_side_50 li a, #mem_sidenav .mem_side_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#mem_sidenav .mem_side_job li a::before, #mem_sidenav .mem_side_50 li a::before, #mem_sidenav .mem_side_area li a::before {
  content: "\f152";
  font: normal 900 1em/1em "Font Awesome 5 Free";
  margin-right: 0.5em;
}
#mem_sidenav .mem_side_job li.selected, #mem_sidenav .mem_side_50 li.selected, #mem_sidenav .mem_side_area li.selected {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: solid 2px;
}
#mem_sidenav .mem_side_50 li a::before {
  color: #666;
}
#mem_sidenav .mem_side_50 li.selected {
  border-bottom-color: #666;
}
#mem_sidenav .mem_side_job li a::before {
  color: #00937e;
}
#mem_sidenav .mem_side_job li.selected {
  border-bottom-color: #00937e;
}
#mem_sidenav .mem_side_area li a::before {
  color: #59d;
}
#mem_sidenav .mem_side_area li.selected {
  border-bottom-color: #59d;
}

/* --- ブログ アーカイブ --- */
.blog_archive {
  width: 100%;
  display: block;
}
.blog_ct {
  width: 100%;
  margin: 0 auto 3rem;
  padding-bottom: 3rem;
  border-bottom: dashed 1px #707070;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog_ct:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.blog_thum {
  width: 30%;
  height: 20rem;
  border: none;
  margin: 0 0;
}
.blog_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.blog_info {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog_info .bt_more_ct {
  margin: auto auto 0;
}
.blog_info .bt_more_ct a {
  display: inline-block;
}
.blog_info_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.blog_info_flex .blog_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_info_flex .blog_cat a {
  padding: 0.5rem 1rem;
  background-color: #666;
  color: #fff;
  font-size: 90%;
  display: block;
  margin-right: 1em;
}
.blog_info_flex .blog_date {
  margin-left: auto;
}
.blog_date {
  font-size: 90%;
  color: #999;
}
.blog_author {
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.blog_author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_author img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  -o-object-position: cover;
     object-position: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  margin-right: 0.5em;
}
.blog_title {
  font-size: 120%;
}

/* --- 著者ページ --- */
.author_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.author_info_thum {
  width: 20rem;
  margin-right: 2rem;
}
.author_info_data {
  width: calc(100% - 22rem);
}
.author_info_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1em;
}
.author_info_data dl dt {
  width: 8em;
}
.author_info_data dl dd a {
  color: #666;
  text-decoration: underline;
}
.author_info_data dl dd .fas,
.author_info_data dl dd .far {
  color: #00937e;
  padding-right: 0.5em;
}
.author_info_data dl:nth-of-type(odd) {
  background-color: #efefef;
}
.author_info_msg {
  margin-bottom: 5rem;
}

.author_promo_list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: dashed 1px #f8f1e5;
  padding: 1em 0;
}
.author_promo_list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 480px) {
  .author_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .author_info_thum {
    width: 100%;
    margin: 0 auto 1em;
  }
  .author_info_data {
    width: 100%;
  }
}
/* --------------------
bbpress setting
-------------------- */
.bbp-header .forum-titles {
  width: 100%;
  height: 100%;
}
.bbp-forum-reply-count {
  display: none;
}
.bbp-forum-freshness {
  display: none;
}
.bbp-pagination {
  margin-bottom: 16px;
}
.bbp-pagination .bbp-pagination-count {
  color: #666666;
}

#bbpress-forums {
  line-height: unset;
  margin-bottom: 80px;
}
#bbpress-forums ul.bbp-forums {
  border: none;
}
#bbpress-forums ul.bbp-topics {
  border: none;
}
#bbpress-forums ul.bbp-replies {
  border: none;
}
#bbpress-forums ul.bbp-search-results {
  border: none;
}
#bbpress-forums ul.bbp-search-results .bbp-body .hentry {
  border-bottom: 1px solid #59d;
}
#bbpress-forums ul.bbp-search-results .bbp-body .hentry .bbp-topic-author {
  font-size: 12px;
  color: #666666;
}
#bbpress-forums ul.bbp-search-results .bbp-body .hentry .bbp-topic-content p {
  font-size: 16px;
}
#bbpress-forums ul.bbp-search-results .bbp-body .hentry .bbp-topic-content .bbpress-custom-fields-display p {
  font-size: 12px;
  color: #666666;
}
#bbpress-forums li.bbp-header {
  padding: 0;
  background: none;
  border: none;
}
#bbpress-forums li.bbp-header .forum-titles li {
  background-color: #59d;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 18px;
}
#bbpress-forums li.bbp-header .forum-titles .bbp-forum-info {
  width: 770px;
  height: 40px;
  border-right: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums li.bbp-header .forum-titles .bbp-forum-topic-count {
  width: calc(100% - 770px);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums li.bbp-header .bbp-reply-author {
  width: 140px;
  height: 40px;
  background-color: #59d;
  color: #ffffff;
  border-right: 2px solid #ffffff;
  font-size: 18px;
  padding: 8px 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums li.bbp-header .bbp-reply-content {
  width: calc(100% - 140px);
  height: 40px;
  background-color: #59d;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums li.bbp-header .bbp-search-author {
  width: 140px;
  height: 40px;
  background-color: #59d;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums li.bbp-header .bbp-search-content {
  width: calc(100% - 140px);
  height: 40px;
  background-color: #59d;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bbpress-forums li.bbp-body ul.forum {
  border-bottom: 1px solid #59d;
  background: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bbpress-forums li.bbp-body ul.forum li {
  padding: 8px 16px;
  font-size: 16px;
}
#bbpress-forums li.bbp-body ul.forum li a {
  display: block;
  margin-bottom: 4px;
}
#bbpress-forums li.bbp-body ul.topic {
  border-bottom: 1px solid #59d;
  background: none;
  padding: 0;
}
#bbpress-forums li.bbp-body .bbp-replies-list li {
  border-bottom: 1px solid #59d;
}
#bbpress-forums li.bbp-body .bbp-replies-list li .bbp-threaded-replies li {
  border-bottom: none;
}
#bbpress-forums li.bbp-body .bbp-topic-header {
  border: none;
}
#bbpress-forums li.bbp-footer {
  display: none;
}
#bbpress-forums p.bbp-topic-meta span {
  white-space: normal;
  font-size: 12px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
  font-size: 14px;
  color: #666666;
  margin: 0;
}
#bbpress-forums div.bbp-reply-header {
  border: none;
}
#bbpress-forums div.bbp-reply-author {
  font-size: 12px;
  color: #666666;
}
#bbpress-forums div.bbp-reply-content {
  padding: 0;
}
#bbpress-forums div.bbp-reply-content p {
  font-size: 16px;
  margin-left: 16px;
}
#bbpress-forums div.bbpress-custom-fields-display p {
  font-size: 12px;
  color: #666666;
}
#bbpress-forums div.bbp-template-notice p {
  font-size: 16px;
}
#bbpress-forums #bbp-search-form {
  margin-bottom: 16px;
}
#bbpress-forums #bbp-search-form #bbp_search {
  width: 330px;
  height: 40px;
  padding: 12px 10px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
}
#bbpress-forums #bbp-search-form #bbp_search::-webkit-input-placeholder {
  font: normal 900 1em/1em "Font Awesome 5 Free";
  color: #999999;
}
#bbpress-forums #bbp-search-form #bbp_search::-moz-placeholder {
  font: normal 900 1em/1em "Font Awesome 5 Free";
  color: #999999;
}
#bbpress-forums #bbp-search-form #bbp_search:-ms-input-placeholder {
  font: normal 900 1em/1em "Font Awesome 5 Free";
  color: #999999;
}
#bbpress-forums #bbp-search-form #bbp_search::-ms-input-placeholder {
  font: normal 900 1em/1em "Font Awesome 5 Free";
  color: #999999;
}
#bbpress-forums #bbp-search-form #bbp_search::placeholder {
  font: normal 900 1em/1em "Font Awesome 5 Free";
  color: #999999;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  display: none;
}
#bbpress-forums #subscription-toggle {
  display: none;
}

li.bbp-forum-info {
  width: 770px;
}
li.bbp-forum-topic-count {
  width: calc(100% - 770px);
  text-align: left;
}
li.bbp-topic-title {
  width: calc(100% - 454px);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
li.bbp-topic-voice-count {
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
li.bbp-topic-reply-count {
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
li.bbp-topic-freshness {
  width: 214px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
li.bbp-header .bbp-topic-title {
  border-right: 2px solid #ffffff;
}
li.bbp-header .bbp-topic-voice-count {
  border-right: 2px solid #ffffff;
}
li.bbp-header .bbp-topic-reply-count {
  border-right: 2px solid #ffffff;
}
li.bbp-body .bbp-topic-title {
  padding: 8px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  font-size: 16px;
}
li.bbp-body .bbp-topic-title span {
  font-size: 12px;
  color: #666666;
}
li.bbp-body .bbp-topic-voice-count {
  padding: 8px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
li.bbp-body .bbp-topic-reply-count {
  padding: 8px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
li.bbp-body .bbp-topic-freshness {
  padding: 8px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  font-size: 16px;
}
li.bbp-body .bbp-topic-freshness span {
  font-size: 12px;
  color: #666666;
}

.forum_caution {
  margin-bottom: 16px;
}
.forum_caution p {
  font-size: 16px;
}
.forum_caution p:not(:last-of-type) {
  margin-bottom: 1em;
}

div.bbp-template-notice.info {
  display: none;
}

.bbp-reply-form,
.bbp-topic-form,
.bbp-topic-tag-form {
  max-width: 790px;
  margin-left: 20px;
}
#bbpress-forums fieldset.bbp-form {
  padding: 0 20px 20px 20px;
}
#bbpress-forums fieldset.bbp-form .bbp-form {
  padding: 0 20px 20px 20px;
}
#bbpress-forums fieldset.bbp-form legend {
  font-size: 16px;
}
#bbpress-forums fieldset.bbp-form p {
  margin-bottom: 16px;
}
#bbpress-forums fieldset.bbp-form p label {
  font-size: 16px;
  margin-bottom: 4px;
}
#bbpress-forums fieldset.bbp-form p input[type=text],
#bbpress-forums fieldset.bbp-form p input[type=tel] {
  height: 40px;
  width: 100%;
  font-size: 16px;
  background-color: #f7f7f7;
  border: 1px silid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0;
}
#bbpress-forums fieldset.bbp-form textarea {
  background-color: #f7f7f7;
  border: 1px silid rgba(0, 0, 0, 0.1019607843);
}
#bbpress-forums fieldset.bbp-form .form-allowed-tags {
  display: none;
}

#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 16px;
}

div.bbp-submit-wrapper {
  width: 100%;
  margin: 0;
}
div.bbp-submit-wrapper button {
  width: 84px;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  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-left: auto;
  margin-bottom: 0;
}/*# sourceMappingURL=common.css.map */