@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c-Bold";
  src: url(/fonts/MPLUSRounded1c/MPLUSRounded1c-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c-Medium";
  src: url(/fonts/MPLUSRounded1c/MPLUSRounded1c-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c-Regular";
  src: url(/fonts/MPLUSRounded1c/MPLUSRounded1c-Regular.woff) format("woff");
  font-display: swap;
}
/*=========*/
/* welcome */
/*=========*/
.welcome .heading-welcome {
  margin-top: 104px;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .welcome .heading-welcome {
    margin-top: 72px;
  }
}
.welcome .right-area {
  display: flex;
  justify-content: flex-end;
  max-width: 960px;
  margin: 24px auto 0;
}

/*=============*/
/* entry/login */
/*=============*/
.container .contents .wpmem_msg {
  margin: 15px auto;
}
.container #wpmem_reg {
  max-width: 960px;
  margin: 0 auto;
}
.container #wpmem_login {
  max-width: 640px;
  margin: 0 auto;
}
.container #wpmem_login, .container #wpmem_reg {
  width: 100%;
  font-family: "NotoSansJP-Regular", sans-serif;
  color: #212121;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
.container #wpmem_login legend, .container #wpmem_reg legend {
  /*heading01*/
  margin: 116px 0 64px;
  font-size: 40px;
  font-family: "MPLUSRounded1c-Medium", sans-serif;
  color: #00BC98;
  letter-spacing: -0.017em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .container #wpmem_login legend, .container #wpmem_reg legend {
    margin: 40px 0 28px;
    font-size: 24px;
    text-align: left;
  }
}
.container #wpmem_login label, .container #wpmem_reg label {
  font-weight: bold;
}
.container #wpmem_login .button_div, .container #wpmem_reg .button_div {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .container #wpmem_login .button_div, .container #wpmem_reg .button_div {
    margin-top: 32px;
  }
}
.container #wpmem_login .button_div .buttons, .container #wpmem_reg .button_div .buttons {
  /* com-bt02 */
  display: block;
  margin: 16px auto;
  padding: 16px 72px;
  border: 2px solid #FF0000;
  border-radius: 25px;
  background-color: #FF0000;
  color: #FFF;
  font-family: "MPLUSRounded1c-Bold", sans-serif;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: 0.5s all;
}
.container #wpmem_login .button_div .buttons:hover, .container #wpmem_reg .button_div .buttons:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #FF0000;
}
@media (max-width: 767px) {
  .container #wpmem_login .button_div .buttons, .container #wpmem_reg .button_div .buttons {
    display: block;
    width: 100%;
    padding: 16px;
  }
}

/*=======*/
/* about */
/*=======*/
.about .declaration {
  margin-bottom: 2em;
}
.about .menu-wrap {
  background-color: #F0F8FF;
  padding: 40px;
}
.about .menu-wrap dl .heading04 {
  margin-top: 1em;
}
.about .menu-wrap dl dd {
  position: relative;
  padding-left: 1em;
  padding-bottom: 8px;
}
.about .menu-wrap dl dd::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  border: 8px solid transparent;
  border-left: 12px solid #00BC98;
}
@media screen and (max-width: 767px) {
  .about .menu-wrap dl dd::before {
    top: 4px;
  }
}
.about .answer-wrap {
  margin-top: 80px;
}
.about .answer-wrap dl {
  border-top: 2px dashed #212121;
  padding-bottom: 40px;
}
.about .answer-wrap dl dd {
  margin-bottom: 1em;
}
.about .answer-wrap dl dd .heading04 {
  position: relative;
  padding-left: 1em;
  color: #00BC98;
}
.about .answer-wrap dl dd .heading04::before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  border: 10px solid transparent;
  border-left: 16px solid #00BC98;
}
@media screen and (max-width: 767px) {
  .about .answer-wrap dl dd .heading04::before {
    top: 4px;
    border: 8px solid transparent;
    border-left: 12px solid #00BC98;
  }
}
.about .answer-wrap dl dd .heading04 a {
  color: #00BC98;
}
.about .answer-wrap dl dd .heading04 a:hover {
  opacity: 0.7;
}
.about .answer-wrap dl dd .heading04 .browser {
  margin: 0.5em 1em 0;
}

/*======*/
/* news */
/*======*/
/*=========*/
/* contact */
/*=========*/
@media (max-width: 767px) {
  .contact .table {
    display: block;
    margin-top: 24px;
  }
  .contact .table tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .contact .table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table th {
  width: 280px;
  text-align: left;
}
.contact .table th .required {
  margin-left: 16px;
  padding: 4px;
  background-color: #F00;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .table th {
    display: block;
    width: 100%;
  }
}
.contact .table .error {
  display: block;
  color: #F00;
}
.contact .data-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-name dt {
  width: 3em;
}
.contact .data-name dd {
  width: calc(100% - 3em);
  margin-bottom: 8px;
}
.contact .data-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-address dt {
  width: 5em;
}
.contact .data-address dd {
  width: calc(100% - 5em);
  margin-bottom: 8px;
}
.contact .data-address .p-postal-code {
  max-width: 200px;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 8px;
}

.privacy {
  counter-reset: number 0;
}
.privacy .contents .declaration {
  margin-bottom: 2em;
}
.privacy .contents .policy-wrap .txt {
  position: relative;
  border-top: 2px dashed #212121;
  margin-bottom: 0;
  padding: 1.5em 3em;
}
.privacy .contents .policy-wrap .txt::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 1em;
}
.privacy .contents .policy-wrap .list-df {
  margin-left: 4em;
}
.privacy .contents .inquiry {
  border-radius: 8px;
  border: 2px solid #212121;
  margin-top: 64px;
  padding: 40px 64px;
}
@media screen and (max-width: 767px) {
  .privacy .contents .inquiry {
    margin-top: 24px;
    padding: 24px 16px;
  }
}
.privacy .contents .inquiry .list-box {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .privacy .contents .inquiry .list-box {
    display: block;
    text-align: center;
  }
}
.privacy .contents .inquiry .list-box li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .privacy .contents .inquiry .list-box li {
    width: 100%;
    max-width: 400px;
    margin: 16px auto 0;
  }
}
.privacy .contents .inquiry .list-box li dl dt {
  padding: 16px;
  border-radius: 8px;
  background-color: #212121;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy .contents .inquiry .list-box li dl dt {
    padding: 8px;
  }
}
.privacy .contents .inquiry .list-box li dl dd {
  padding: 1em 0;
}
.privacy .contents .inquiry .tel {
  border-top: 2px dashed #212121;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .privacy .contents .inquiry .tel {
    max-width: 400px;
    margin: 0 auto;
  }
}

/*===================*/
/* カレンダー予約 */
/*===================*/
.news .contents .list-news li a {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news .contents .list-news li a {
    padding: 48px 0 48px 88px;
  }
}
.news .contents .list-news li a .consumption-ticket {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.news .contents .list-news li a .consumption-ticket span {
  color: #00BC98;
  font-size: 1.2em;
}
.news .contents .list-news li a .consumption-ticket::before {
  content: "";
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  border: 8px solid transparent;
  border-left: 12px solid #00BC98;
}
@media screen and (max-width: 767px) {
  .news .contents .list-news li a .consumption-ticket::before {
    top: 8px;
    border: 6px solid transparent;
    border-left: 10px solid #00BC98;
  }
}
.news .contents .list-news li a .title {
  font-size: 1.4em;
  color: #00BC98;
}

.news.howtouse-category .contents .consumption-ticket {
  margin-bottom: 16px;
}
.news.howtouse-category .contents .consumption-ticket span {
  color: #00BC98;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .news.howtouse-category .contents .list-news li a {
    padding: 24px 0 24px 88px;
    min-height: 72px;
    background-size: 56px auto;
  }
  .news.howtouse-category .contents .list-news li a .title {
    font-size: 1.2em;
  }
}
.news .ticket-number {
  margin-bottom: 16px;
}
.news .ticket-number span {
  color: #00BC98;
  font-size: 1.2em;
}

.entry-detail .contents {
  max-width: 880px;
}
.entry-detail.cmp .contents {
  max-width: 800px;
}
.entry-detail.cmp .contents .heading03 {
  color: #00BC98;
}
.entry-detail.cmp .contents p .email-subject {
  display: inline-block;
  padding: 16px 0;
  font-weight: bold;
}
.entry-detail .expired-ticket {
  max-width: 880px;
  margin: 0 auto;
}
.entry-detail .entry-body .entry-content .buttonPanel button {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 16px auto;
  padding: 8px 16px;
}

/*=========*/
/* mypage */
/*=========*/
.mypage .contents {
  max-width: 880px;
}
.mypage .contents .ticket-number {
  margin-bottom: 16px;
}
.mypage .contents .ticket-number span {
  color: #00BC98;
  font-size: 1.2em;
}
.mypage .contents .registration-info ul {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .mypage .contents .registration-info ul {
    display: block;
    text-align: center;
    margin: 24px auto 16px;
  }
}
.mypage .contents .registration-info ul li a {
  display: inline-block;
  padding: 16px 32px;
  color: #212121;
  border: 2px solid #212121;
  border-radius: 16px;
  background-color: #FFF;
  line-height: 1;
  transition: 0.5s all;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mypage .contents .registration-info ul li a {
    min-width: 240px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.mypage .contents .registration-info ul li a:hover {
  color: #FFF;
  background-color: #212121;
}
.mypage .contents .registration-info ul li:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .mypage .contents .registration-info ul li:first-child {
    margin-right: 0;
  }
}
.mypage .contents .expired-ticket p {
  margin-bottom: 1em;
}
.mypage .contents .mybooking-btn {
  text-align: center;
}
.mypage .contents .mybooking-btn a {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mypage .contents .mybooking-btn a {
    max-width: 400px;
    font-size: 16px;
    line-height: 1;
    margin: 0 auto;
  }
}
.mypage .contents .mybooking-btn a span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mypage .contents .mybooking-btn a span {
    font-size: 12px;
  }
}
.mypage .contents .list-mybooking.booking-item li {
  border-top: 2px dashed #212121;
  padding: 24px 0;
}
.mypage .contents .list-mybooking.booking-item li .status {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px;
}
.mypage .contents .list-mybooking.booking-item li .status.approved {
  display: inline-block;
  background-color: #E91E63;
  color: #FFF;
}
.mypage .contents .list-mybooking.booking-item li .status.end {
  display: inline-block;
  background-color: #B5B5B5;
  color: #FFF;
}
.mypage .contents .list-mybooking.booking-item li .status.canceled {
  display: inline-block;
  background-color: #4CAF50;
  color: #FFF;
}
.mypage .contents .list-mybooking.booking-item li .ran-type {
  padding: 16px 0;
  font-size: 20px;
}
.mypage .contents .buttonPanel button {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 16px auto;
  padding: 8px 16px;
}
/*# sourceMappingURL=contents.css.map */