
@import 'remodal.css';
@import 'remodal-default-theme.css';
@import '@fortawesome/fontawesome-free/css/all.css';
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap';
html {
  font-size: 10px;
}

body {
  color: #00040f;
  font-family: "Open Sans", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 0;
}

p {
  margin: 0;
  text-align: justify;
}

strong {
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
}

h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

button {
  padding: 0;
}

th,
td {
  padding: 0;
}

strong {
  font-weight: 600;
}

a {
  color: #2fa8b5;
}

a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.alert {
  background-color: rgba(250, 83, 65, 0.2);
  padding: 4px 8px;
  margin-bottom: 28px;
}

.alert-danger {
  color: #fa5341;
  font-weight: 300;
}

.event-publish-modal.remodal {
  padding: 0;
  border-radius: 10px;
  color: #484848;
  text-align: left;
}

.event-publish-modal__header {
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: center;
}

.event-publish-modal__title {
  font-size: 18px;
}

.event-publish-modal__body {
  padding: 30px 40px;
}

.event-publish-modal__footer {
  background: #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 15px;
  text-align: right;
}

.event-publish-modal__footer-button-container {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.event-publish-modal__published {
  margin-top: 12.5px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  padding: 15px 20px 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.event-publish-modal__published-radio {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: -12.5px;
  padding-right: 5px;
}
.event-publish-modal__published-radio input {
  margin: 3px;
}
.event-publish-modal__published-radio img {
  width: 20px;
  margin-left: 5px;
}

.event-publish-modal__published-to {
  position: relative;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.event-publish-modal__description {
  display: flex;
  padding-left: 20px;
  align-items: center;
  line-height: 20px;
}
.event-publish-modal__description span {
  flex: 1;
  color: #6e6e6e;
}
.event-publish-modal__description img {
  width: 140px;
  margin-left: 10px;
}

.event-publish-modal__private, .event-publish-modal__draft {
  margin-bottom: 15px;
}

.event-publish-modal__private-radio, .event-publish-modal__draft-radio {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-right: 5px;
  margin-bottom: 5px;
}
.event-publish-modal__private-radio input, .event-publish-modal__draft-radio input {
  margin: 3px;
}
.event-publish-modal__private-radio img, .event-publish-modal__draft-radio img {
  width: 20px;
  margin-left: 5px;
}

.event-publish-modal__published-groups {
  margin-top: 10px;
}

.event-publish-modal__sub-title {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
}

.event-publish-modal__text-mute {
  color: #9D9D9D;
  font-size: 14px;
  line-height: 20px;
}

.event-publish-modal__buttons {
  display: flex;
  justify-content: space-between;
}
.event-publish-modal__buttons.is-horizontal {
  flex-flow: column;
}
.event-publish-modal__buttons.is-horizontal .event-publish-modal__buttons-button {
  width: 50%;
  margin: 10px auto 0;
}
.event-publish-modal__buttons.is-horizontal .event-publish-modal__buttons-button:first-child {
  padding-left: 5px;
}
.event-publish-modal__buttons.is-horizontal .event-publish-modal__buttons-button:last-child {
  padding-right: 5px;
}

.event-publish-modal__buttons-button {
  flex: 1;
  padding: 0 5px;
}
.event-publish-modal__buttons-button:first-child {
  padding-left: 0;
}
.event-publish-modal__buttons-button:last-child {
  padding-right: 0;
}
.event-publish-modal__buttons-button .button {
  display: flex;
  text-align: left;
  align-items: center;
}
.event-publish-modal__buttons-button .button img {
  display: inline;
  height: 15px;
  margin-right: 10px;
}
.event-publish-modal__buttons-button .button.is-twitter, .event-publish-modal__buttons-button .button.is-facebook, .event-publish-modal__buttons-button .button.is-line {
  padding: 0 20px;
}
.event-publish-modal__buttons-button .button.is-twitter img, .event-publish-modal__buttons-button .button.is-facebook img, .event-publish-modal__buttons-button .button.is-line img {
  height: 36px;
}
.event-publish-modal__buttons-button .button.is-twitter {
  background: #000000;
  border-color: #000000;
}
.event-publish-modal__buttons-button .button.is-facebook {
  background: #1877F2;
  border-color: #1877F2;
}
.event-publish-modal__buttons-button .button.is-line {
  background: #1BB91F;
  border-color: #1BB91F;
}
.event-publish-modal__buttons-button .button .fa {
  flex: 1;
  text-align: right;
}

.event-publish-modal__pre {
  padding: 10px;
  background: #E4E4E4;
  line-height: 20px;
}

.event-publish-modal__mordern-template-notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #faebcc;
  border-radius: 4px;
  line-height: 1.5em;
  background-color: #fcf8e3;
  color: #381e07;
}

.event-descriptions__table tr {
  border-bottom: 1px solid #eee;
}

.event-descriptions__overview-text-container {
  margin-bottom: 24px;
}

.event-descriptions__first-description-overview-text {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.event-descriptions__container {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  counter-reset: counter;
}

.event-descriptions__images {
  display: flex;
  justify-content: start;
  margin: 5px;
  flex-wrap: wrap;
}

.event-descriptions__event-name {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .event-descriptions__event-name {
    font-size: 24px;
  }
}

.event-descriptions__content {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}
.event-descriptions__content iframe {
  max-width: 100%;
}
.event-descriptions__content ul {
  list-style-type: disc;
  padding: 0 16px;
  margin: 10px 0 10px 30px;
}

.event-descriptions__content img {
  max-width: 100%;
  height: auto;
}

.event-descriptions__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  z-index: 2;
}
.event-descriptions__title::before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -12px;
}

.event-descriptions__first-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  z-index: 2;
}
.event-descriptions__first-title::before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -12px;
}
@media (max-width: 767px) {
  .event-descriptions__first-title {
    margin-top: 32px;
  }
}

.event-descriptions__title.is-numbered {
  position: relative;
  padding-left: 48px;
}
.event-descriptions__title.is-numbered::before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero);
  color: #e6e6e7;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.event-descriptions__section {
  margin-top: 80px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .event-descriptions__section {
    padding-top: 64px;
  }
}

.event-descriptions__section-body {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .event-descriptions__section-body {
    margin-top: 56px;
  }
}

.event-detail-main {
  margin: 40px auto;
  max-width: 592px;
}

.event-descriptions__event-description + .event-descriptions__event-description {
  margin-top: 48px;
}

.event-descriptions__controls-container {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

.event-description-images__container {
  width: 100%;
  margin-top: 24px;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.event-description-images__highlight-image {
  max-width: 100%;
  max-height: 720px;
  margin: auto;
}

.event-description-images__images-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
  margin-top: 16px;
}

.event-description-images__images-list-image {
  position: relative;
}

.event-description-images__show-more {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: calc(100% - 2px);
  border-radius: 3px;
  background-color: rgba(0, 4, 15, 0.24);
  color: #fff;
  font-size: 20px;
  pointer-events: none;
}

.event-description-images__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  cursor: pointer;
}

.event-descriptions-reserve-button__btn-container {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 32px;
  font-size: 24px;
  font-weight: 600;
}

.event-descriptions-reserve-button__alert-text {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.event-descriptions-reserve-button__reserve-button {
  display: block;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.1s;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  font-size: 14px;
  background-color: #2fa8b5;
  color: #fff;
}
.event-descriptions-reserve-button__reserve-button:not(:disabled):hover {
  background-color: #72c4cd;
}

.privacy-policy-form p {
  font-size: 0.9em;
}

.privacy-policy-form__content {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px #c0c0c0 solid;
  overflow: auto;
  color: #000000;
  white-space: pre-wrap;
  line-height: 20px;
  font-size: 0.8em;
  box-sizing: border-box;
}

.privacy-policy-form__label {
  display: inline-block;
  border-left: none;
}

@font-face {
  font-family: "icomoon";
  src: url(/assets/icomoon-3c61c5ffc6e8471980c124b3e76c7b9cdb2400c5b2cc97b05bdd9a8b0ff420a2.eot?k4y645);
  src: url(/assets/icomoon-3c61c5ffc6e8471980c124b3e76c7b9cdb2400c5b2cc97b05bdd9a8b0ff420a2.eot?k4y645#iefix) format("embedded-opentype"), url(/assets/icomoon-8a7bc1a61e3865fd364626973444a3fc597cea55f2c4a46d8b3e9af6e5c7d05b.ttf?k4y645) format("truetype"), url(/assets/icomoon-d3ef3a160960feafd679952157c98b18b2edbcc9964f9c55dc19050d73416009.woff?k4y645) format("woff"), url(/assets/icomoon-6d8f95eef8a6c3da64f5dc480a9cff3a187b010e0d87166d994ebad948ed5f4b.svg?k4y645#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e901";
}

.icon-home:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e903";
}

.icon-dellipse:before {
  content: "\e904";
}

.icon-triangle:before {
  content: "\e905";
}

.icon-tel:before {
  content: "\e906";
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

.icon-chevron-above:before {
  content: "\e909";
}

.icon-chevron-below:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-close-ellipse:before {
  content: "\e90c";
}

.icon-zoom-in:before {
  content: "\e90d";
}

.icon-hyphen:before {
  content: "\e90e";
}

.icon-time:before {
  content: "\e90f";
}

.icon-double-ellipse:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e911";
}

.icon-facebook:before {
  content: "\e912";
}

.icon-rss-feed2:before {
  content: "\e913";
}

.button {
  display: block;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.1s;
}
.button.is-small {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  font-size: 11px;
}
.button.is-medium {
  min-width: 150px;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  font-size: 13px;
}
.button.is-large {
  min-width: 328px;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  font-size: 14px;
}
.button.is-primary {
  background-color: #2fa8b5;
  color: #fff;
}
.button.is-primary:not(:disabled):hover {
  background-color: #72c4cd;
}
.button.is-secondary {
  border: 2px solid #e6e6e7;
  background-color: #fff;
  color: #00040f;
  font-weight: 600;
}
.button.is-secondary:not(:disabled):hover {
  border: 2px solid #72c4cd;
  color: #72c4cd;
}
.button.is-no-flex {
  flex: none;
}
.button:disabled {
  background-color: #e6e6e7;
  color: #b3b4b7;
}
.button:not(:disabled) {
  cursor: pointer;
}

.footer__container {
  width: 100%;
  margin-top: 160px;
  padding: 64px 32px;
  background-color: #33363f;
  box-sizing: border-box;
  color: #fff;
}
.footer__container.footer__reserve-complete {
  margin-top: 96px;
}

.footer__icon-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.footer__eventer,
.footer__address,
.footer__url {
  text-align: center;
  line-height: 1.8;
}

.footer__eventer {
  font-size: 14px;
  font-weight: 600;
}

.footer__url {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer__address,
.footer__url {
  font-size: 12px;
}

.footer__sms-icon {
  padding: 12px;
  border-radius: 16px;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.322);
  color: #fff;
  text-decoration: none;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-group-hidden-display {
  display: none;
}

.control-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 2px;
  font-weight: bold;
  line-height: 22px;
  font-size: 14px;
}
.control-label abbr {
  display: none;
}
.control-label.required:after {
  content: "必須";
  display: inline-block;
  background: #fff;
  color: #fa5341;
  padding: 4px;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  border: 1px solid #fa5341;
  border-radius: 4px;
  margin-left: 8px;
  top: 0px;
  line-height: 1;
}

.form-hint {
  margin-top: 10px;
  line-height: 26px;
  font-size: 14px;
}

.form-small-text {
  line-height: 26px;
  font-size: 12px;
}

.form-control {
  padding: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #d4d6de;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}
.form-control:focus {
  border-color: #66afe9;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
}

.form-control::-moz-placeholder {
  color: #ccc;
}

.help-block {
  display: block;
  margin-top: 10px;
  color: #66686f;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
}

input[type=url].form-control,
input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control {
  width: 100%;
}

textarea.form-control {
  min-height: 100px;
  max-width: 100%;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e6e6e7;
  opacity: 1;
}

.form-control[readonly] {
  font-weight: bold;
}

.form-group {
  width: 100%;
}
.form-group > span.radio {
  margin-right: 20px;
  margin-bottom: 10px;
}
.form-group > span.radio > label {
  font-weight: normal;
}
.form-group > span.checkbox {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .form-group > span.checkbox {
    margin: 0;
  }
}
.form-group > span.checkbox > input.check_boxes {
  background-color: #00040f;
  box-shadow: inset 8px 4px #00040f;
}

.form-group.has-error .form-control {
  border: 1px solid #fa5341;
  background-color: rgba(250, 83, 65, 0.2);
}
.form-group.has-error .help-block {
  color: #fa5341;
  font-weight: 500;
}

.form-vertical .form-group {
  padding-left: 0;
}
.form-vertical .control-label {
  position: inherit;
  top: auto;
  left: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group > * {
  float: left;
}
.input-group .input-group-addon {
  float: none;
}
.input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
}
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #737373;
  text-align: center;
  background-color: #e6e6e7;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.input-group-addon:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.modal {
  visibility: hidden;
  opacity: 0;
  display: grid;
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  transition: visibility, opacity 0.2s;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}

body:has(.modal.is-open) {
  overflow: hidden;
}

.modal__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 4, 15, 0.56);
}

.modal__inner {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 4, 15, 0.16);
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 16px;
}

.modal__title {
  color: #66686f;
  font-size: 14px;
  font-weight: 600;
}

.modal__body {
  max-height: calc(100dvh - 64px - 48px);
  overflow: auto;
  padding: 16px;
  box-sizing: border-box;
  min-width: 300px;
}

.modal__body-title {
  color: #66686f;
  font-size: 16px;
  font-weight: 600;
}

.modal__body-title + * {
  margin-top: 8px;
}

.modal__btn-close {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
}

.modal__btn-close i::before {
  color: #66686f;
}

.modal__image-list-item {
  height: fit-content;
}

.modal__image-list-item + .modal__image-list-item {
  margin-top: 16px;
}

.modal__image-list-item {
  display: none;
}
.modal__image-list-item.is-active {
  display: block;
}
.modal__image-list-item.is-active img {
  width: 100%;
  max-width: 800px;
}
.modal__image-list-item.is-active.is-last-child .modal__caption {
  margin-bottom: 0;
}

.modal__overlay-mobile {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100dvh;
  background-color: #33363f;
}

.modal__body-mobile {
  height: 100dvh;
  width: 100vw;
  display: grid;
  align-content: space-between;
}

.modal__image-btn-close {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  margin-top: 24px;
  margin-right: 24px;
  justify-self: end;
}
.modal__image-btn-close i::before {
  color: #fff;
}

.modal__image-list-item-mobile {
  display: none;
  height: fit-content;
}
.modal__image-list-item-mobile.is-active {
  display: block;
}
.modal__image-list-item-mobile.is-active img {
  width: 100vw;
}

.modal__image-count-container {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.modal__image-count-container i {
  color: #c7c7c7;
  font-size: 32px;
}

.modal__image-count-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
  margin: 0 24px;
}

.modal__caption {
  text-align: center;
  margin-top: 16px;
}
.modal__caption.is-mobile {
  color: #fff;
}

.custom-form__description {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  white-space: pre-wrap;
}

.custom-form__multiple-value {
  white-space: pre-wrap;
}

.custom-form__group > span.checkbox {
  margin-left: 0;
  margin-right: 20px;
}

.custom-form__group > span.radio,
.custom-form__group > span.checkbox {
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  .custom-form__group > span.radio,
.custom-form__group > span.checkbox {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
  }
}

.reserve-progress__banner {
  font-size: 15px;
  background-color: #f2f2f3;
  color: #66686f;
  font-weight: 500;
  width: 100vw;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.reserve-progress__banner-text {
  font-size: 14px;
  margin: 8px 0;
}

.reserve-progress__icons-container {
  width: 100%;
  justify-content: center;
}

.reserve-progress__icons {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto 8px auto;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .reserve-progress__icons.icons-reserve-complete {
    margin: 20px;
  }
}
.reserve-progress__icons:before {
  content: "";
  display: block;
  background-color: #c8c8c8;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 18px;
  z-index: -2;
}
.reserve-progress__icons.step-1-complete::after {
  content: "";
  display: block;
  background-color: #2fa8b5;
  height: 3px;
  width: 50%;
  position: absolute;
  top: 18px;
  z-index: -1;
}
.reserve-progress__icons.step-2-complete::after {
  content: "";
  display: block;
  background-color: #2fa8b5;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 18px;
  z-index: -1;
}

.reserve-progress__icon {
  color: #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c8c8c8;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  padding: 10px;
  background-color: #fff;
  font-weight: 500;
}
.reserve-progress__icon.is-active {
  color: #fff;
  border: 3px solid #2fa8b5;
  background-color: #2fa8b5;
}
.reserve-progress__icon.is-complete {
  color: #2fa8b5;
  border: 3px solid #2fa8b5;
  background-color: #fff;
}

.reserve-progress__icons-text-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.reserve-progress__icon-text {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  color: #66686f;
}
.reserve-progress__icon-text.is-complete {
  color: #2fa8b5;
}

html {
  scroll-behavior: smooth;
}

.reserve-form__container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  color: #00040f;
}
@media (max-width: 767px) {
  .reserve-form__container {
    padding: 0;
  }
}
.reserve-form__container.is-confirm {
  padding: 0;
}

.reserve-form__info-border {
  border: 1px solid #e6e6e7;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .reserve-form__info-border {
    padding: 16px;
    margin-bottom: 0px;
    border: none;
  }
}

.reserve-form__event-date-time {
  max-width: 640px;
  border: 1px solid #e6e6e7;
  border-radius: 5px;
  margin-top: 48px;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 767px) {
  .reserve-form__event-date-time {
    border: none;
    margin-bottom: 0;
    padding: 0 16px;
  }
}
.reserve-form__event-date-time.is-new-reserve {
  margin-top: 64px;
}

.reserve-form__event-date {
  width: 50%;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 120%;
}

.reserve-form__event-time {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 180%;
}

.reserve-form__change-time-link {
  color: #2fa8b5;
  font-size: 14px;
  margin-bottom: 32px;
  text-underline-offset: 4px;
}
.reserve-form__change-time-link:hover {
  text-decoration: underline solid transparent;
  transition: text-decoration 1s ease;
}

.reserve-form__new-sub-title {
  font-size: 28px;
  font-weight: 550;
  margin-bottom: 34px;
  line-height: 1;
}
@media (max-width: 767px) {
  .reserve-form__new-sub-title {
    margin-top: 42px;
  }
  .reserve-form__new-sub-title.is-matching {
    font-size: 24px;
  }
}

.reserve-form__reserve-btn-container {
  display: flex;
  justify-content: space-around;
  margin: auto;
  max-width: 640px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .reserve-form__reserve-btn-container {
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .reserve-form__reserve-btn-container.is-confirm {
    height: 180px;
  }
}

.reserve-form__reserve-btn {
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 50%;
  font-size: 17px;
  color: #fff;
}
.reserve-form__reserve-btn:hover {
  opacity: 0.9;
}
.reserve-form__reserve-btn.normal {
  background: #2fa8b5;
}
.reserve-form__reserve-btn.commit {
  background: #fa5341;
}
.reserve-form__reserve-btn.nickname {
  background: #fff;
}
@media (max-width: 767px) {
  .reserve-form__reserve-btn {
    width: auto;
  }
  .reserve-form__reserve-btn .is-fixed-bottom {
    position: fixed;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
}

.reserve-form__new-reserve-event-not-disclose-alert {
  margin: 20px;
}
.reserve-form__new-reserve-event-not-disclose-alert .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.reserve-form__new-reserve-event-not-disclose-alert .text {
  margin-bottom: 5px;
}
.reserve-form__new-reserve-event-not-disclose-alert .note {
  margin: 10px;
  font-size: 14px;
}

.reserve-form__hidden {
  display: none;
}

.reserve-form__reserve-event-form .input-flex {
  display: flex;
  gap: 8px;
}
.reserve-form__reserve-event-form .input-inline {
  display: inline-flex;
}
.reserve-form__reserve-event-form .label-horizontal {
  border-left: none;
}
.reserve-form__reserve-event-form .visitors-count {
  align-items: center;
}
.reserve-form__reserve-event-form .input-request-line-notification__textarea {
  background-color: #fff;
  opacity: 1;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
.reserve-form__reserve-event-form .input-request-line-notification__checkbox-text {
  position: relative;
  top: 5px;
  right: 5px;
}
.reserve-form__reserve-event-form .comfirm-request-line-notification {
  margin-left: 0;
}

.reserve-form__reserve-event-form-back {
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #2fa8b5;
  background-color: #fff;
  border: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.reserve-form__reserve-event-form-back:hover {
  text-decoration: underline solid transparent;
  transition: text-decoration 1s ease-in-out;
}

.reserve-form__confirm-reserve-text {
  padding: 4px;
  border: solid 1px #fa5341;
  border-radius: 5px;
  text-align: center;
  margin: 32px auto;
  text-decoration: none;
  width: 80%;
}
@media (max-width: 767px) {
  .reserve-form__confirm-reserve-text {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
}

.reserve-form__customer-info-header {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 25px;
}

.reserve-form__table-row-container > tr > td {
  padding: 10px;
  max-width: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  .reserve-form__table-row-container > tr > td {
    padding: 10px 0;
  }
}

.reserve-form__postal-code,
.reserve-form__prefecture {
  width: 50%;
}

.reserve-form__confirm-table-header {
  min-width: 120px;
}

.reserve-form__confirm-table-data {
  word-break: break-word;
}

.reserve-form__confirm-recaptcha-container {
  display: flex;
  justify-content: flex-start;
  max-width: 640px;
  padding: 0;
  margin: 0 auto 20px auto;
}

.reserve-form__reserve-event-requests-container {
  padding: 32px 40px;
  margin: 24px 0 56px 0;
  border-radius: 4px;
  border: 1px solid #e6e6e7;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .reserve-form__reserve-event-requests-container {
    margin: 24px 0 0 0;
    border: none;
    padding: 0 16px;
    gap: 40px;
  }
}

.reserve-form__reserve-event-requests {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .reserve-form__reserve-event-requests {
    gap: 0;
  }
}

.reserve-form__reserve-event-requests-title {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 767px) {
  .reserve-form__reserve-event-requests-title {
    margin: 48px 0 24px 0;
  }
}

.reserve-form__reserve-event-request {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .reserve-form__reserve-event-request {
    font-size: 14px;
    gap: 16px;
  }
  .reserve-form__reserve-event-request:nth-child(n+3) {
    margin-top: 12px;
  }
}

.reserve-form__reserve-event-request-day-of-week {
  color: #66686f;
  font-weight: 700;
}

.reserve-form__reserve-event-request-time-entries {
  font-weight: 700;
}

@media (max-width: 767px) {
  .reserve-form__matching-back-button-container {
    margin-top: 16px;
  }
}

.reserve-form__matching-back-button {
  text-underline-offset: 4px;
}
@media (max-width: 767px) {
  .reserve-form__matching-back-button {
    font-size: 14px;
  }
}

.reserve-form__reserve-event-request-note-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .reserve-form__reserve-event-request-note-container {
    gap: 8px;
  }
}

.reserve-form__reserve-event-request-note-label {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 14px;
  font-weight: 600;
}

.reserve-form__reserve-event-request-note {
  height: 200px;
  padding: 8px;
  resize: vertical;
}
@media (max-width: 767px) {
  .reserve-form__reserve-event-request-note {
    height: 120px;
  }
}

.reserve-form__about-matching-step-title-sp {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 32px 16px 24px 16px;
}
@media (min-width: 768px) {
  .reserve-form__about-matching-step-title-sp {
    display: none;
  }
}

.reserve-form__about-matching-step-wrapper {
  margin: 56px 0 42px 0;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #e6e6e7;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 4, 15, 0.08);
}
@media (max-width: 767px) {
  .reserve-form__about-matching-step-wrapper {
    margin: 0 16px 40px 16px;
  }
}

.reserve-form-about-matching-step-title {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .reserve-form-about-matching-step-title {
    display: none;
  }
}

.reserve-form__about-matching-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.reserve-form__about-matching-step {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  width: 80px;
  height: 80px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 60px;
  background: #ccecf0;
}

.reserve-form__about-matching-step-separator-wrapper {
  width: 16px;
  height: 16px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.reserve-form__about-matching-step-separator {
  width: 8px;
  height: 6px;
  flex-shrink: 0;
}

.reserve-form__about-matching-step-description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .reserve-form__about-matching-step-description-wrapper {
    gap: 16px;
  }
}

.reserve-form__about-matching-step-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.reserve-form__about-matching-step-hint {
  font-family: "Hiragino Kaku Gothic ProN";
  color: #66686f;
  font-size: 12px;
  font-weight: 300;
  line-height: 180%;
}

.circle-map {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #2fa8b5;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: relative;
}
.circle-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
}

.pin-map {
  color: #fff;
  z-index: 20;
  text-align: center;
  width: 18px;
  height: 24px;
  background: url(/assets/base/icon_map_pin_02.png) no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
}
.pin-map:hover {
  cursor: pointer;
  opacity: 0.9;
}
.pin-map-large {
  width: 28px;
  height: 38px;
  padding: 7px 2px 0 0;
  background: url(/assets/base/icon_map_pin_03.png) no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.event-launch__wrapper {
  position: fixed;
  top: 0;
  background: rgba(0, 4, 15, 0.56);
  width: 100%;
  z-index: 1049;
}
.event-launch__wrapper .event-launch__check-info {
  padding: 20px 15px;
  display: inline-block;
  color: #fff;
}
.event-launch__wrapper .event-launch__wrapper-links {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 800px) {
  .event-launch__wrapper .event-launch__wrapper-links {
    display: block;
    position: initial;
    margin: 0 10px 10px;
  }
}
.event-launch__wrapper .event-launch__wrapper-link-edit,
.event-launch__wrapper .event-launch__wrapper-link-launch {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 14px;
}
.event-launch__wrapper .event-launch__wrapper-link-edit:hover,
.event-launch__wrapper .event-launch__wrapper-link-launch:hover {
  opacity: 0.9;
}
.event-launch__wrapper .event-launch__wrapper-link-edit {
  background: #bcbcbc;
  border: 1px solid #bcbcbc;
}
.event-launch__wrapper .event-launch__wrapper-link-launch {
  background: #0098ba;
  border: 1px solid #0098ba;
}

.event-launch__wrapper-contents-container {
  display: flex;
  flex-direction: column;
}

.event-launch__text {
  font-size: 14px;
  margin-top: 10px !important;
}

.event__section {
  margin-top: 80px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .event__section {
    padding-top: 64px;
  }
}

.event__section-body {
  margin-top: 40px;
}

.event__title-headline {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .event__title-headline {
    display: block;
    position: relative;
    padding-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }
  .event__title-headline + * {
    margin-top: 56px;
  }
}

.event__title-headline::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 36px;
  margin-right: 16px;
  border-radius: 2px;
  background-color: #2fa8b5;
}
@media (max-width: 767px) {
  .event__title-headline::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 8px;
    border-radius: 2px;
    background-color: #2fa8b5;
  }
}

.event__nav {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .event__nav {
    box-shadow: 0 8px 24px rgba(0, 4, 15, 0.16);
  }
}

.event__nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1032px;
  height: 96px;
  margin: auto;
  padding: 0 16px;
  transition: height 0.2s;
}
@media (max-width: 767px) {
  .event__nav-inner {
    height: 44px;
  }
}

.event__nav-logo-text,
.event__nav-logo-eventer-link {
  color: #00040f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event__nav-logo-text > p,
.event__nav-logo-eventer-link > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.event__nav-logo {
  max-width: 180px;
  max-height: 64px;
  transition: scale 0.2s;
  transform-origin: left center;
}

.event__container {
  display: flex;
  width: calc(100% - 32px);
  max-width: 1032px;
  justify-content: space-between;
  margin: 48px auto 0;
  counter-reset: counter;
}
.event__container .youtube-embed-wrapper {
  height: auto !important;
}
@media (max-width: 767px) {
  .event__container {
    display: block;
    width: auto;
    max-width: initial;
    justify-content: initial;
    margin: initial;
  }
}

.event__inner {
  max-width: 592px;
  width: 100%;
}
@media (max-width: 767px) {
  .event__inner {
    max-width: initial;
  }
}

.event__banner {
  box-sizing: border-box;
  border-radius: 12px;
  padding: 8px 16px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.event__banner.event__finished-banner {
  background-color: #33363f;
  color: #fff;
}
@media (max-width: 767px) {
  .event__banner {
    margin: 16px;
  }
}

.event__event-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -4px 0 0 -2px;
}

.event__event-tag {
  max-width: 185px;
  margin: 4px 2px 0 2px;
  padding: 8px;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.event__event-tag.is-hidden {
  display: none;
}

.event__event-name {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600;
}

.event__event-tags + .event__event-description-title {
  margin-top: 16px;
}

.event__event-description-content {
  margin-top: 32px;
  font-size: 16px;
}

.event__info-container {
  width: 100%;
  margin: 40px 0 0;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 4, 15, 0.16);
}

.event__info-outter {
  padding: 24px;
}

.event__type {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #f2f2f3;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.event__date {
  font-weight: 600;
}

.event__event-rough-address {
  font-weight: 700;
}

.event__date,
.event__event-rough-address {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.event__date::before,
.event__time::before,
.event__event-rough-address::before {
  font-family: "icomoon";
  margin-right: 8px;
  color: #66686f;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.event__date::before {
  content: "\e900";
}

.event__time::before {
  content: "\e90f";
}

.event__event-rough-address::before {
  content: "\e901";
}

.event__day {
  position: relative;
  top: -1px;
  font-size: 11px;
}

.event__period-date:first-child::after {
  position: relative;
  top: -1px;
  content: "-";
  margin-right: 4px;
}

.event__endless-date:first-child::after {
  position: relative;
  content: "〜";
  margin-right: 4px;
}

.event__time {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.event__different-times {
  margin-left: 8px;
  color: #66686f;
  font-size: 12px;
}

.event__map-figure {
  margin-top: 8px;
}

.event__map-iframe-container {
  width: 100%;
  overflow: hidden;
}
.event__map-iframe-container:has(> img.event__hidden-map-image) {
  padding-top: 0;
}

.event__google-map {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
}

.event__hidden-map-image {
  border-radius: 4px;
  width: 100%;
}

.event__address-link {
  margin-top: 8px;
  font-size: 14px;
  padding: 8px;
}

.event__address-link:hover {
  text-decoration: none;
}

.event__event-description-content {
  margin-top: 16px;
}

.event__event-description-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.event__event-description-title::before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -12px;
}

.event__event-description-numbering .event__event-description-title::before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero);
  color: #e6e6e7;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.event__event-description-numbering .event__event-description-title {
  position: relative;
  padding-left: 48px;
}

.event__event-description + .event__event-description {
  margin-top: 48px;
}

.event__announcement-container a {
  overflow-wrap: break-word;
}
.event__announcement-container img {
  max-width: 100%;
  height: auto;
}
.event__announcement-container iframe {
  max-width: 100%;
}
.event__announcement-container ul {
  list-style-type: disc;
  padding: 0 16px;
  margin: 10px 0 10px 30px;
}

.event__overview-table-header {
  width: 128px;
  padding: 8px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.event__overview-table-data {
  padding: 8px 0;
  font-size: 14px;
}

.event__overview-google-map {
  width: 100%;
  margin-top: 32px;
}
.event__overview-google-map:has(> img.event__hidden-map-image) {
  padding-top: 0;
}

.event__calendar-sidebar {
  max-width: 328px;
  margin-left: 32px;
}

.event__form-confirmation-values {
  margin-top: 8px;
  display: flex;
}

.event__form-checked-value {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
}

.event__calendar-link-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.event__calendar-link-btn {
  min-width: 0px;
  width: 80%;
  padding: 0 10px;
  text-align: center;
}

.event__reserve {
  background-color: #f2f2f3;
  padding-bottom: 64px;
}

.event__calendar-position .event__reserve {
  margin-top: 0;
}

.event__reserve-subtitle {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #66686f;
  font-size: 14px;
  font-weight: 300;
}

.event__description {
  margin: 32px 16px 24px;
}

.event__property-type {
  margin: 56px 16px 0 16px;
}
.event__property-type table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.event__property-type th {
  background-color: #f2f2f3;
  border: 1px solid #e6e6e7;
  text-align: left;
  padding: 8px;
  font-size: 12px;
  font-weight: 300;
  width: 20%;
}
.event__property-type td {
  border: 1px solid #e6e6e7;
  padding: 8px;
  font-size: 14px;
  font-weight: 300;
  width: 80%;
}

.event__property-type-text {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}

.event__property-type-condition-land-alert {
  margin: 16px 0;
  font-size: 12px;
  line-height: 1.4;
}
.event__property-type-condition-land-alert li {
  margin-bottom: 5px;
}

.event__online-attention {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #f2f2f3;
}

.event__online-attention__label-with-icon {
  display: flex;
  gap: 4px;
  font-family: Hiragino Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  color: #00040f;
}

.event__online-attention-message {
  align-self: stretch;
  font-family: Hiragino Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1px;
  color: #66686f;
  margin-top: 4px;
}

.event__online-attention-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.event__online-attention-icon-wrapper .icon-rss-feed2:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.event__sidebar-wrapper {
  position: sticky;
  top: 48px;
}

.event__matching-calendar {
  background-color: #f2f2f3;
}

.event-images__container {
  position: relative;
  width: calc(100% - 32px);
  max-width: 1032px;
  margin: 96px auto 0;
}
@media (max-width: 767px) {
  .event-images__container {
    width: 100%;
    margin-top: 44px;
  }
}

.event-images__image-photos {
  display: grid;
  grid-template-columns: 592fr 212fr 212fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 8px;
  overflow: hidden;
  border-radius: 4px;
}

.event-images__image-photo {
  overflow: hidden;
  position: relative;
  background-color: #f2f2f3;
  cursor: pointer;
}
.event-images__image-photo:first-child {
  grid-column: auto;
  grid-row: 1/3;
  aspect-ratio: 4/3;
}
.event-images__image-photo img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  object-fit: cover;
}

.event-images__image-photos--one {
  display: block;
  background-color: #f2f2f3;
}

.event-images__image-photos--one .event-images__image-photo {
  max-width: 592px;
  margin: auto;
}

.event-images__image-photos--two .event-images__image-photo:last-child {
  grid-column: 2/4;
  grid-row: 1/3;
}

.event-images__image-photos--three .event-images__image-photo:last-child,
.event-images__image-photos--three .event-images__image-photo:nth-child(2),
.event-images__image-photos--four .event-images__image-photo:last-child {
  grid-column: 2/4;
}

.event-images__image-photos--three .event-images__image-photo:last-child img,
.event-images__image-photos--three .event-images__image-photo:nth-child(2) img,
.event-images__image-photos--four .event-images__image-photo:last-child img {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event-images__image-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 5px;
}
.event-images__image-button.is-small {
  line-height: 0;
}

.event-images__carousel {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.event-images__carousel-images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(0%);
  transition: all 0.2s linear;
}

.event-images__images-count {
  position: absolute;
  bottom: 12px;
  right: 36px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #66686f;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
  border-radius: 4px;
}

.event-images__main-image-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  font-size: 24px;
}

.event-images__carousel-image {
  width: 100vw;
  aspect-ratio: 4/3;
  object-fit: cover;
  flex-shrink: 0;
}

.event-images__thumbnails {
  display: flex;
  width: calc(100vw - 32px);
  margin-top: 16px;
  padding: 0 16px 0;
  overflow-x: scroll;
  scrollbar-width: none;
}

.event-images__thumbnails::-webkit-scrollbar {
  display: none;
}

.event-images__thumbnail {
  width: calc((100vw - 64px) / 5);
  min-width: calc((100vw - 64px) / 5);
}

.event-images__thumbnail + .event-images__thumbnail {
  margin-left: 8px;
}

.event-images__thumbnail-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  box-sizing: border-box;
}
.event-images__thumbnail-image.is-selected {
  border: 2px solid #2fa8b5;
  border-radius: 4px;
}

.event-images__carousel-control-container {
  width: 100%;
  padding: 0 8px;
  position: absolute;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.event-images__carousel-control-button {
  font-size: 32px;
  border-radius: 50%;
  background-color: rgba(0, 4, 15, 0.56);
  color: #fff;
}
.event-images__carousel-control-button.is-hidden {
  visibility: hidden;
}

.event-calendar {
  position: sticky;
  top: 48px;
  max-width: 328px;
  width: 328px;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 4, 15, 0.16);
  background-color: #fff;
}
.event-calendar.is-mobile {
  position: static;
  max-width: none;
  width: auto;
}
.event-calendar.is-matching {
  background-color: inherit;
  width: 328px;
}
.event-calendar.is-matching.is-mobile {
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: auto;
}

.event-calendar__title {
  height: 40px;
  line-height: 40px;
  background-color: #2fa8b5;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.event-calendar__content-container {
  padding: 24px 8px;
}
.event-calendar__content-container table {
  position: relative;
  width: 100%;
  margin-top: 16px;
  border-spacing: 8px;
}

.event-calendar__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.event-calendar__control-button {
  display: grid;
  padding: 4px 8px;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.1s;
}

.event-calendar__control-button i::before {
  color: #00040f;
}

.event-calendar__control-button:hover {
  border: 1px solid #72c4cd;
}

.event-calendar__control-button:hover i::before {
  color: #72c4cd;
}

.event-calendar__control-button:disabled {
  background-color: #e6e6e7;
  border: none;
  cursor: default;
}

.event-calendar__control-button:disabled i::before {
  color: #b3b4b7;
}

.event-calendar__display-date {
  color: #66686f;
  font-size: 16px;
  font-weight: 600;
}

.event-calendar__body {
  width: 100%;
  margin-top: 16px;
  border-spacing: 8px;
}

.event-calendar__weekday {
  width: 14.2857142857%;
  color: #66686f;
  font-size: 14px;
}
.event-calendar__weekday.is-sunday {
  color: #e64C30;
}
.event-calendar__weekday.is-saturday {
  color: #3d90dd;
}

.event-calendar__date {
  width: 14.2857142857%;
  line-height: 1;
  color: #66686f;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.event-calendar__date-number {
  display: block;
  margin-top: 4px;
}
.event-calendar__date-number chrome_annotation {
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
  background-color: transparent !important;
  border-bottom-color: transparent !important;
}

.event-calendar__date::after {
  display: block;
  margin-bottom: 4px;
}

.event-calendar__today {
  background-color: rgba(47, 168, 181, 0.102);
}

.event-calendar__reservable,
.event-calendar__few-reservations-left {
  border: 1px solid #2fa8b5;
  cursor: pointer;
}
.event-calendar__reservable:hover, .event-calendar__reservable:hover::after,
.event-calendar__few-reservations-left:hover,
.event-calendar__few-reservations-left:hover::after {
  color: #2fa8b5;
  transition: color 0.1s;
}

.event-calendar__full,
.event-calendar__shut-up-reserve,
.event-calendar__not-reservable {
  border: 1px solid transparent;
}

.event-calendar__reservable::after,
.event-calendar__few-reservations-left::after,
.event-calendar__shut-up-reserve::after,
.event-calendar__not-reservable::after {
  font-family: "icomoon";
  color: #66686f;
  font-size: 20px;
}

.event-calendar__reservable::after {
  content: "\e904";
}

.event-calendar__few-reservations-left::after {
  content: "\e905";
}

.event-calendar__shut-up-reserve::after {
  content: "\e906";
}

.event-calendar__not-reservable::after {
  content: "\e90e";
}

.event-calendar__full::after {
  content: "満席";
  height: 20px;
  line-height: 20px;
  color: #35cc44;
  font-size: 11px;
}

.event-calendar__overlay {
  height: 90%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: #00040f;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.event-calendar__overlay td {
  padding-top: 80px;
  text-shadow: 0 0 2px #fff;
}

.event-calendar-modal__reserve-body {
  max-width: 640px;
}

.event-calendar-modal__reserve-date {
  font-size: 16px;
  font-weight: 600;
}

.event-calendar-modal__reserve-times-container {
  margin-top: 24px;
}

.event-calendar-modal__reserve-times {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
}

.event-calendar-modal__reserve-time {
  width: calc(25% - 8px);
  margin: 8px 0 0 8px;
  min-width: 80px;
}
@media (max-width: 767px) {
  .event-calendar-modal__reserve-time {
    min-width: fit-content;
  }
  .event-calendar-modal__reserve-time.is-2-item-row {
    width: calc(50% - 8px);
  }
}

.event-calendar-modal__new-reserve-form {
  margin-bottom: auto;
  margin-top: 0;
}

.event-calendar-modal__reserve-submit {
  min-width: 100% !important;
}
.event-calendar-modal__reserve-submit:disabled {
  line-height: 1;
}
.event-calendar-modal__reserve-submit:disabled::after {
  display: block;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .event-calendar-modal__reserve-submit.is-mobile {
    padding: 0 12px;
  }
}

.event-calendar-modal__event-date-time-info {
  font-size: 16px;
  font-weight: 600;
  color: #00040f;
}

.reserve-complete__container {
  width: 100%;
  max-width: 640px;
  margin: 24px auto 0 auto;
  padding: 0 0 40px 0;
  color: #00040f;
}

.reserve-complete__gif {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .reserve-complete__gif {
    height: 80px;
    width: 80px;
  }
}

.reserve-complete__image-container {
  position: relative;
  max-height: 300px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .reserve-complete__image-container {
    max-height: 200px;
    padding: 0 10px;
  }
}

.reserve-complete__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .reserve-complete__image {
    max-height: 200px;
  }
}

.reserve-complete__image-overlay {
  width: 100%;
  height: 300px;
  background-color: #00040f;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .reserve-complete__image-overlay {
    height: 200px;
    width: calc(100% - 20px);
  }
}

.reserve-complete__image-overlay-text {
  width: 100%;
  height: 300px;
  position: relative;
  bottom: 300px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  text-shadow: 1px 1px 1px #00040f;
  z-index: 3;
}
.reserve-complete__image-overlay-text .reserve-complete__overlay-title {
  margin-left: 10px;
  font-weight: 500;
  font-size: 20px;
}
.reserve-complete__image-overlay-text .reserve-complete__overlay-address {
  margin-left: 10px;
  margin-bottom: 24px;
  font-weight: 200;
}

.reserve-complete__top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.reserve-complete__title-text {
  font-weight: 600;
  margin-bottom: 32px;
}

.reserve-complete__text {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .reserve-complete__text {
    padding: 0 10px;
  }
}

.reserve-complete__text {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 32px;
}

.reserve-complete__bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .reserve-complete__bottom-container {
    padding: 0 10px;
  }
}

.reserve-complete__contact-instructions {
  background-color: #f2f2f3;
  border-radius: 5px;
  color: #66686f;
  text-align: center;
  font-size: 14px;
  padding-inline-start: 8px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.reserve-complete__contact-instructions-next-day {
  color: #66686f;
}
@media (max-width: 767px) {
  .reserve-complete__contact-instructions-next-day {
    font-size: 15px;
  }
}

.reserve-complete__google-calendar-button-container {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .reserve-complete__google-calendar-button-container {
    margin-top: 32px;
  }
}

.reserve-complete__google-calendar-button {
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #e6e6e7;
  padding: 12px 32px;
  text-decoration: none;
  color: #00040f;
  font-weight: 500;
}
@media (max-width: 767px) {
  .reserve-complete__google-calendar-button {
    width: 60%;
    text-align: center;
  }
}

.event-calendar-icons__guide {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 0 8px;
  color: #66686f;
  font-size: 11px;
  font-weight: 600;
}
.event-calendar-icons__guide i {
  margin-right: 2px;
}
.event-calendar-icons__guide i::before {
  font-size: 24px;
}

.event-calendar-icons__container {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.reserve-event-meeting__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
}
@media (max-width: 767px) {
  .reserve-event-meeting__nav {
    width: 100%;
  }
}

.reserve-event-meeting__nav-block {
  display: flex;
  align-items: center;
  width: 1032px;
  height: 96px;
}
@media (max-width: 767px) {
  .reserve-event-meeting__nav-block {
    width: 100%;
    height: 44px;
    padding: 8px;
    flex-shrink: 0;
    border-bottom: 1px solid #e6e6e7;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 4, 15, 0.16);
  }
}

.reserve-event-meeting__nav-logo {
  margin-right: auto;
}

.reserve-event-meeting__container main {
  width: 1280px;
  height: 920px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .reserve-event-meeting__container main {
    width: 393px;
    height: 920px;
  }
}

.reserve-event-meeting__subject-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.reserve-event-meeting__subject-wrapper p.reserve-event-meeting__subject-text {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 48px 0 24px 0;
  color: #f23939;
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .reserve-event-meeting__subject-wrapper {
    width: 393px;
  }
}

.reserve-event-meeting__join-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 328px;
  height: 28px;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #e6e6e7;
  text-decoration: none;
}
.reserve-event-meeting__join-button span {
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 44px;
  color: #b3b4b7;
}
.reserve-event-meeting__join-button.is-disabled {
  background: #e6e6e7;
}
.reserve-event-meeting__join-button.is-disabled span {
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 44px;
  color: #b3b4b7;
}

.reserve-event-meeting__attention-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 688px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.reserve-event-meeting__attention-wrapper p {
  color: #00040f;
  font-family: Hiragino Sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 767px) {
  .reserve-event-meeting__attention-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 360px;
  }
}

.reserve-event-meeting__reserve-datetime-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reserve-event-meeting__reserve-datetime-wrapper span {
  color: #00040f;
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}
.reserve-event-meeting__reserve-datetime-wrapper span.reserve-event-meeting__reserve-datetime-label {
  font-weight: 600;
}
.reserve-event-meeting__reserve-datetime-wrapper span.reserve-event-meeting__reserve-datetime-formatted-time {
  font-weight: 300;
}
@media (max-width: 767px) {
  .reserve-event-meeting__reserve-datetime-wrapper {
    width: 360px;
    text-align: center;
  }
}

.reserve-event-meeting__annotation-message-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  padding: 4px 8px;
  border-radius: 4px;
  background: #f2f2f3;
}
.reserve-event-meeting__annotation-message-wrapper p {
  color: #66686f;
  font-family: Hiragino Sans, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
}

.reserve-event-meeting__footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 68px 48px;
  color: #fff;
}

.reserve-event-meeting__footer-eventer,
.reserve-event-meeting__footer-address,
.reserve-event-meeting__footer-url {
  margin: 4px 0;
}

.about-online-meeting-v2__nav {
  width: 1280px;
  height: auto;
}
@media (max-width: 767px) {
  .about-online-meeting-v2__nav {
    display: flex;
    max-width: 100%;
    height: 44px;
    padding: 8px;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 1px solid #e6e6e7;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 4, 15, 0.16);
  }
}

.about-online-meeting-v2__nav-block {
  position: relative;
  max-width: 960px;
  margin: auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .about-online-meeting-v2__nav-block {
    margin: 0;
  }
}

.about-online-meeting-v2__nav-logo {
  margin-right: auto;
}

.about-online-meeting-v2__container {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.about-online-meeting-v2__title-wrapper {
  width: 100%;
  max-width: 688px;
  height: auto;
  padding: 0 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  text-align: center;
}
.about-online-meeting-v2__title-wrapper h2 {
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #00040f;
}

.about-online-meeting-v2__line {
  width: 40px;
  height: 4px;
  background-color: #2fa8b5;
}

.about-online-meeting-v2__slider-wrapper {
  width: 100%;
  max-width: 688px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #e6e6e7;
  position: relative;
}
@media (max-width: 767px) {
  .about-online-meeting-v2__slider-wrapper {
    border: none;
  }
}

.about-online-meeting-v2__slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.about-online-meeting-v2__slider-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-online-meeting-v2__slider-main {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease-in-out;
}

.about-online-meeting-v2__slider-main li {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.about-online-meeting-v2__slider-main img {
  max-width: 50%;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about-online-meeting-v2__slider-main img {
    width: 360px;
    max-width: 100%;
    max-height: 100%;
  }
}

.about-online-meeting-v2__prev-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/cms_page_v2/icons/abount_online_meeting_v2_chevron_left.svg);
  left: 190px;
}
@media (max-width: 767px) {
  .about-online-meeting-v2__prev-button {
    left: 25px;
  }
}

.about-online-meeting-v2__next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/cms_page_v2/icons/abount_online_meeting_v2_chevron_right.svg);
  right: 190px;
}
@media (max-width: 767px) {
  .about-online-meeting-v2__next-button {
    right: 25px;
  }
}

.about-online-meeting-v2__dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: absolute;
  bottom: -20px;
}

.about-online-meeting-v2__dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.about-online-meeting-v2__dot.active {
  background-color: #2fa8b5;
}

.about-online-meeting-v2__zoom-attention-container {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.about-online-meeting-v2__zoom-attention-container .event-zoom-attention__container {
  width: auto;
}

.event-online-steps-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 32px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .event-online-steps-container {
    margin-left: unset;
    margin-top: unset;
    border-radius: 0 0 4px 4px;
    background: #fff;
    padding: 16px 16px 24px 16px;
  }
}

.event-online-steps__content-wrapper {
  width: 296px;
}
@media (max-width: 767px) {
  .event-online-steps__content-wrapper {
    width: 100%;
  }
}

.event-online-steps__title-wrapper {
  margin-left: 32px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .event-online-steps__title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 0;
    margin-left: unset;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e6e6e7;
    background: #fff;
  }
}
.event-online-steps__title-wrapper h2 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 19.2px;
  text-align: left;
}
@media (max-width: 767px) {
  .event-online-steps__title-wrapper h2 {
    text-align: center;
  }
}

.event-online-steps__step-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 767px) {
  .event-online-steps__step-container {
    flex-direction: row;
  }
}

.event-online-steps__timeline-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: 2px;
  flex-shrink: 0;
  background-color: #00040f;
}

.event-online-steps__timeline-block-number {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.24px;
  color: #fff;
}

.event-online-steps__timeline-wrapper {
  width: 24px;
}

.event-online-steps__timeline-wrapper-connector {
  width: 2px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
  background: url(/assets/cms_page_v2/icons/event_online_steps_timeline_dashed_border.svg);
}
.event-online-steps__timeline-wrapper-connector.connector-1 {
  height: 55px;
}
@media (max-width: 767px) {
  .event-online-steps__timeline-wrapper-connector.connector-1 {
    height: 75px;
  }
}
.event-online-steps__timeline-wrapper-connector.connector-2 {
  height: 110px;
}
@media (max-width: 767px) {
  .event-online-steps__timeline-wrapper-connector.connector-2 {
    height: 170px;
  }
}
@media (max-device-width: 384px) {
  .event-online-steps__timeline-wrapper-connector.connector-2 {
    height: 220px;
  }
}

.event-online-steps__step-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.event-online-steps__step-message h3 {
  font-family: Hiragino Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
  margin: 0;
  color: #00040f;
}
@media (max-width: 767px) {
  .event-online-steps__step-message h3 {
    font-size: 16px;
  }
}
.event-online-steps__step-message p {
  font-family: Hiragino Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 180%;
  color: #00040f;
}
@media (max-width: 767px) {
  .event-online-steps__step-message p {
    font-size: 14px;
  }
}

.event-online-steps__step-message-annotation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  padding: 6px 16px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #f2f2f3;
  font-size: 14px;
  color: #66686f;
}
.event-online-steps__step-message-annotation p {
  font-family: Hiragino Sans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 120%;
  color: #66686f;
}
@media (max-width: 767px) {
  .event-online-steps__step-message-annotation p {
    font-size: 12px;
    line-height: 180%;
  }
}

.event-zoom-attention__container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 24px 16px;
  margin-bottom: 16.39px;
  background: #f2f2f3;
}
.event-zoom-attention__container img {
  margin: 0 auto 16px auto;
}
@media (max-width: 767px) {
  .event-zoom-attention__container {
    margin-bottom: 16.07px;
  }
}

.event-zoom-attention__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #fff;
}
@media (max-width: 767px) {
  .event-zoom-attention__inner-container {
    width: 343px;
  }
}

.event-zoom-attention__summary-paragraph {
  align-self: stretch;
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #00040f;
}

.event-zoom-attention__sub-inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #f2f2f3;
}
.event-zoom-attention__sub-inner-container ul {
  list-style: disc;
  margin-left: 10px;
  padding-left: 10px;
}
.event-zoom-attention__sub-inner-container ul li {
  font-family: Hiragino Sans, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  color: #66686f;
}

.event-zoom-attention__download-paragraph {
  align-self: stretch;
  font-family: Hiragino Sans, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #00040f;
}

.event-zoom-attention__pc-download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 44px;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #2fa8b5;
}
.event-zoom-attention__pc-download-button span {
  font-family: Hiragino Sans, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .event-zoom-attention__pc-download-button {
    display: none;
  }
}

.event-zoom-attention__sp-download-container {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
}

.event-zoom-attention__sp-download-container {
  display: flex;
  justify-content: space-evenly;
  max-width: 100%;
  height: auto;
}

.event-zoom-attention__app-store-download-button {
  display: block;
}
.event-zoom-attention__app-store-download-button img {
  width: 128.76px;
  height: 47.31px;
}
@media (min-width: 768px) {
  .event-zoom-attention__app-store-download-button {
    display: none;
  }
}

.event-zoom-attention__google-play-download-button {
  display: block;
}
.event-zoom-attention__google-play-download-button img {
  width: 157.32px;
  height: 47.31px;
}
@media (min-width: 768px) {
  .event-zoom-attention__google-play-download-button {
    display: none;
  }
}

.event-matching-calendar-v2__content-container {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  padding: 16px;
}
.event-matching-calendar-v2__content-container.is-mobile {
  width: auto;
}

.event-matching-calendar-v2__day-of-week-container {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.event-matching-calendar-v2__day-of-week {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d4d6de;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 12px;
}
.event-matching-calendar-v2__day-of-week.is-saturday {
  color: #18b28e;
}
.event-matching-calendar-v2__day-of-week.is-sunday {
  color: #f23939;
}
.event-matching-calendar-v2__day-of-week.is-disabled {
  background-color: #e6e6e7;
  color: #b3b4b7;
  cursor: default;
}
.event-matching-calendar-v2__day-of-week.is-mobile {
  background-color: #fff;
  width: 44px;
  height: 44px;
}

.event-matching-calendar-v2__time-entry-description {
  margin-top: 24px;
}
.event-matching-calendar-v2__time-entry-description.is-hidden {
  display: none;
}
.event-matching-calendar-v2__time-entry-description.is-mobile {
  margin-top: 40px;
}

.event-matching-calendar-v2__time-entry-container {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-matching-calendar-v2__time-entry-container.is-hidden {
  display: none;
}
.event-matching-calendar-v2__time-entry-container.is-mobile {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  margin: 16px 0;
}

.event-matching-calendar-v2__time-entry-title.is-saturday {
  color: #18b28e;
}
.event-matching-calendar-v2__time-entry-title.is-sunday {
  color: #f23939;
}

.event-matching-calendar-v2__time-entries {
  display: flex;
  gap: 8px;
}

.event-matching-calendar-v2__time-entry {
  height: 42px;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #d4d6de;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.event-matching-calendar-v2__time-entry.is-error {
  border: 1px solid #f23939;
}

.event-matching-calendar-v2__time-entry-empty {
  flex: 1 0 0;
}

.event-matching-calendar-v2__time-entries-error-message {
  font-weight: 300;
  font-size: 12px;
  color: #f23939;
}
.event-matching-calendar-v2__time-entries-error-message.is-hidden {
  display: none;
}

.event-matching-calendar-v2__clear-selected-link-container {
  margin-top: 4px;
}
.event-matching-calendar-v2__clear-selected-link-container.is-hidden {
  display: none;
}

.event-matching-calendar-v2__clear-selected {
  font-weight: 300;
  color: #2fa8b5;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.event-matching-calendar-v2__submit-button {
  min-width: 100% !important;
  margin-top: 24px;
  display: block;
  text-align: center;
  font-weight: 400;
}
.event-matching-calendar-v2__submit-button.is-mobile {
  margin-top: 40px;
}

.event-calendar-ab {
  position: sticky;
  top: 48px;
  max-width: 328px;
  width: 328px;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 4, 15, 0.16);
  background-color: #fff;
}
.event-calendar-ab.is-mobile {
  position: static;
  max-width: none;
  width: auto;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.event-calendar-ab__title {
  height: 40px;
  line-height: 40px;
  background-color: #2fa8b5;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.event-calendar-ab__content-container {
  padding: 16px;
}

.event-calendar-ab__content-container table {
  position: relative;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0;
  border-collapse: collapse;
}

.event-calendar-ab__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.event-calendar-ab__button-container {
  display: flex;
  align-items: center;
}

.event-calendar-ab__control-button {
  padding: 4px 8px;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.1s;
  margin-left: 12px;
}

.event-calendar-ab__control-button i::before {
  color: #00040f;
}

.event-calendar-ab__control-button:hover {
  border: 1px solid #72c4cd;
}

.event-calendar-ab__control-button:hover i::before {
  color: #72c4cd;
}

.event-calendar-ab__control-button:disabled {
  background-color: #e6e6e7;
  border: none;
  cursor: default;
}

.event-calendar-ab__control-button:disabled i::before {
  color: #b3b4b7;
}

.event-calendar-ab__display-date {
  color: #66686f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.event-calendar-ab__body {
  width: 100%;
  margin-top: 16px;
  border-spacing: 8px;
}

.event-calendar-ab__weekday {
  width: 14.2857142857%;
  color: #66686f;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 8px;
}

.event-calendar-ab__weekday.is-sunday {
  color: #e64C30;
}

.event-calendar-ab__weekday.is-saturday {
  color: #3d90dd;
}

.event-calendar-ab__date {
  position: relative;
  width: 14.2857142857%;
  height: 64px;
  color: #66686f;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.event-calendar-ab__date.is-saturday {
  background-color: #e7f0f7;
}
.event-calendar-ab__date.is-sunday {
  background-color: rgba(251, 111, 95, 0.2392156863);
}

.event-calendar-ab__date::before {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  content: "";
}

.event-calendar-ab__date-number {
  display: block;
  margin-top: 4px;
}

.event-calendar-ab__today {
  color: #2fa8b5;
}

.event-calendar-ab__date:not(.event-calendar-ab__reservable):not(.event-calendar-ab__few-reservations-left)::before {
  border-color: #e6e6e7;
}

.event-calendar-ab__reservable,
.event-calendar-ab__few-reservations-left {
  cursor: pointer;
  z-index: 2;
}

.event-calendar-ab__not-reservable .event-calendar-ab__date-number {
  text-decoration: line-through;
  color: #9da4a8;
}

.event-calendar-ab__reservable::after,
.event-calendar-ab__few-reservations-left::after,
.event-calendar-ab__not-reservable::after {
  font-family: "icomoon";
  color: #2fa8b5;
  font-size: 20px;
}

.event-calendar-ab__shut-up-reserve::after {
  font-family: "icomoon";
  color: #66686f;
  font-size: 20px;
}

.event-calendar-ab__reservable::after {
  content: "\e910";
}

.event-calendar-ab__not-reservable::after {
  content: "\e90e";
  visibility: hidden;
}

.event-calendar-ab__few-reservations-left::after {
  content: "\e905";
}

.event-calendar-ab__shut-up-reserve::after {
  content: "\e906";
}

.event-calendar-ab__full::after {
  content: "満席";
  height: 20px;
  line-height: 20px;
  color: #35cc44;
  font-size: 11px;
}

.event-calendar__overlay-ab {
  height: 95%;
  width: 100%;
  margin-left: -1px;
  padding-left: 1px;
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: #00040f;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  z-index: 3;
}
.event-calendar__overlay-ab td {
  padding-top: 80px;
  text-shadow: 0 0 2px #fff;
}

.event-reserve-footer-ab {
  width: 100%;
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
  box-sizing: border-box;
}
.event-reserve-footer-ab .event-descriptions-reserve-button__btn-container {
  margin-top: 4px;
}

.event-reserve-footer-ab__earliest-reserve-date-text {
  font-size: 11px;
  color: #66686f;
}

.event-reserve-footer-ab__earliest-reserve-date,
.event-reserve-footer-ab__earliest-reserve-day {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.event-reserve-footer-ab__earliest-reserve-day {
  padding-left: 4px;
}

@media (max-width: 767px) {
  .event-footer-ab {
    margin-bottom: 98px;
  }
}

.event-calendar-icons-ab__reserve-hint-text {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 8px 8px 8px;
  color: #66686f;
}

.event-calendar-icons-ab__guide {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  color: #66686f;
  font-size: 11px;
  font-weight: 600;
}
.event-calendar-icons-ab__guide i {
  margin-right: 2px;
}
.event-calendar-icons-ab__guide i::before {
  font-size: 24px;
}

.event-calendar-icons-ab__container {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .event-ab__nav {
    position: absolute;
  }
}

.event-ab__reserve {
  background-color: #f2f2f3;
  padding-top: 24px;
  padding-bottom: 64px;
}
