.ui-widget-content .fc-day-grid-container.fc-scroller {
  height: initial !important;
}

article header h1 img {
  height: 3vw;
  max-height: 46px;
  min-height: 24px;
  max-width: 278px;
}

article header h1 {
  font-size: 1.7rem;
}
@media only screen and (max-width:700px) {
  article header h1 {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media only screen and (max-width:700px) {
  article div#content {
    margin: 0 3vw;
  }
}
#content, .ui-widget {
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", sans-serif !important;
  font-weight: 500;
}

.mtxt1 {
  font-size: 140%;
  margin-bottom: 2rem;
  text-align: center;
}

#content > ul {
  padding: 1rem;
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
}
#content > ul li a {
  color: black;
}
#content > ul li a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 2em;
  content: "\e802";
  font-size: 0.6rem;
  z-index: 2;
  position: relative;
  transform: translateY(-3%);
  margin-right: 0.2rem;
  opacity: 0;
}
#content > ul li a:hover {
  color: #0ad871;
}
#content > ul li a:hover::before {
  opacity: 1;
}

aside ul {
  padding: 1rem;
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
  background-color: #3a3a3a;
}
aside ul li a {
  color: #afafaf;
}
aside ul li a.active {
  color: white;
}
aside ul li a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 2em;
  content: "\e802";
  font-size: 0.6rem;
  z-index: 2;
  position: relative;
  transform: translateY(-3%);
  margin-right: 0.2rem;
  opacity: 0;
}
aside ul li a:hover::before, aside ul li a.active::before {
  opacity: 1;
}
aside ul li a span {
  font-size: 0.75rem;
  margin-left: 1rem;
  font-weight: 300;
}

span.fc-title {
  font-weight: 600;
}

.fc-day-grid-event .fc-content {
  white-space: initial !important;
}

#dbem-bookings-table {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width:700px) {
  #dbem-bookings-table {
    font-size: 0.7rem;
    line-height: 1.2;
  }
  #dbem-bookings-table thead tr th:first-of-type {
    width: 8rem;
  }
}
#dbem-bookings-table th {
  text-align: left;
  padding: 0 1rem;
}
#dbem-bookings-table td {
  padding: 0 1rem;
}
#dbem-bookings-table tbody tr {
  border: 5px solid #fafafa;
  transition: all 0.3s ease;
}
#dbem-bookings-table tbody tr:hover {
  background-color: #f0f4f7;
}

#wpmem_reg form.form fieldset {
  padding: 1rem;
  font-size: 1rem;
  line-height: 2rem;
}
#wpmem_reg form.form label.text {
  display: inline-block;
  width: 13rem;
}
#wpmem_reg form.form .div_text {
  display: inline-block;
  width: calc(100% - 13rem);
  margin-top: 1rem;
}
#wpmem_reg form.form .div_text input {
  width: calc(100% - 1rem);
  font-size: 1.2rem;
  line-height: 1.2;
  border: none;
  border-bottom: 2px #636363 solid;
  border-radius: 0;
  padding: 0.3rem 0.3rem 0.1rem;
  background-color: #fafafa;
}
#wpmem_reg form.form input[type=submit] {
  color: white;
  font-size: 1rem;
  background-color: #6cb4ca;
  padding: 0;
  cursor: pointer;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
#wpmem_reg form.form input[type=submit]:hover {
  background-color: orange;
}

#wpmem_login form.form fieldset {
  padding: 1rem;
  font-size: 1rem;
  line-height: 2rem;
}
#wpmem_login form.form label[for^=pass] {
  display: block;
}
#wpmem_login form.form .div_text {
  display: block;
  width: calc(100% - 1rem);
  max-width: 24rem;
  margin: 1rem 0;
}
#wpmem_login form.form .div_text input {
  width: calc(100% - 1rem);
  font-size: 1.2rem;
  line-height: 1.2;
  border: none;
  border-bottom: 2px #636363 solid;
  border-radius: 0;
  padding: 0.3rem 0.3rem 0.1rem;
  background-color: #fafafa;
}
#wpmem_login form.form input[type=submit] {
  color: white;
  font-size: 1rem;
  background-color: #6cb4ca;
  padding: 0;
  cursor: pointer;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
#wpmem_login form.form input[type=submit]:hover {
  background-color: orange;
}

a.nologinlink {
  display: block;
  background-color: #c4db99;
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  margin: 1rem;
  width: 80%;
  max-width: 25rem;
  margin: 0 auto 2rem;
}
a.nologinlink:hover {
  background-color: #a4c48a;
}
a.nologinlink.nll1 {
  background-color: #eaddcb;
}
a.nologinlink.nll1:hover {
  background-color: #d4b78f;
}
a.nologinlink span {
  display: block;
  font-size: 0.85rem;
  line-height: 2;
}

div#attc {
  margin: 2rem 1rem;
  border: 2px solid;
  padding: 1rem;
}
div#attc h2 {
  font-size: 1rem;
  font-weight: 500;
}
div#attc p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.7;
}
div#attc span {
  text-decoration: underline;
  color: #4ab393;
}

a.em-bookings-cancel, a.em-cancel-button {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  background-color: #e4e4e4;
  text-align: center;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
a.em-bookings-cancel:hover, a.em-cancel-button:hover {
  background-color: #88ad9f;
  color: white;
}

label.select {
  display: inline-block;
  width: 13rem;
}

.div_select {
  display: inline-block;
  width: calc(100% - 13rem);
  margin-top: 1rem;
}
.div_select select#prefectures {
  font-size: 1rem;
  line-height: 1;
  border: none;
  border-bottom: 2px #636363 solid;
  padding: 0.4rem;
  background-color: transparent;
  border-radius: 0;
  min-width: 13rem;
  display: block;
  height: 2rem;
  -webkit-appearance: none;
}

#signupAt {
  text-align: center;
  color: #d84747;
  padding-bottom: 3rem;
}
#signupAt #signupAt h2 {
  font-size: 1.2rem;
  font-weight: 500;
}
#signupAt a {
  color: #d84747;
}/*# sourceMappingURL=member.css.map */