
@import "remodal.css";
@import "remodal-default-theme.css";
@import "lightbox2/dist/css/lightbox.css";
@import "@fortawesome/fontawesome-free/css/all.css";
@import "@fortawesome/fontawesome-free/css/brands.css";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=submit] {
  -webkit-appearance: none;
}

ul {
  list-style-type: none;
}

a {
  color: #2296f3;
}

.label-prefecture {
  color: #2FA8B5;
  border: 1px solid #2FA8B5;
  background: none;
  padding: 3px 6px;
  font-size: 70%;
}

.label-yoyaku {
  color: #4d4d4d !important;
  border: 1px solid #737373;
  background: #fff;
  padding: 4px 10px;
  font-weight: normal;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

.label-event {
  color: #fff;
  font-weight: normal;
  padding: 4px 10px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}
.label-event-tenjikai {
  background: #000000;
}
.label-event-kansei {
  background: #00508e;
}
.label-event-kouzou {
  background: #ea9b54;
}
.label-event-sekou {
  background: #965042;
}
.label-event-seminor {
  background: #29ac6d;
}
.label-event-show {
  background: #e73939;
}
.label-event-model {
  background: #ea545d;
}
.label-event-tateuri {
  background: #2fa8b5;
}
.label-event-tochi {
  background: #B2B200;
}
.label-event-obtei {
  background: #e4b948;
}
.label-event-other {
  background: #b3b3b3;
}
.label-event-syukuhaku {
  background: #11345c;
}
.label-event-soudankai {
  background: #e464c7;
}
.label-event-black {
  background: #000000;
}
.label-event-font-size-md {
  font-size: 14px;
}

.button {
  padding: 10px 20px;
  color: #fff;
  background: #bcbcbc;
  border: 1px solid #bcbcbc;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  white-space: nowrap;
}
.button:hover {
  opacity: 0.9;
}
.button.is-primary {
  background: #0098ba;
  border: 1px solid #0098ba;
}
.button.is-success {
  background: #29ac6d;
  border: 1px solid #29ac6d;
}
.button.is-info {
  background: #2296f3;
  border: 1px solid #2296f3;
}
.button.is-emerald-green {
  background: #2fa8b5;
  border: 1px solid #2fa8b5;
}
.button.is-warning {
  background: #ea9b54;
  border: 1px solid #ea9b54;
}
.button.is-danger {
  background: #e73939;
  border: 1px solid #e73939;
}
.button.is-white {
  background: #fff;
  color: #777;
  border: 1px solid #888;
}
.button.is-white:hover {
  background: #eee;
}
.button.is-xs {
  padding: 2px 5px;
  font-size: 12px;
}
.button.is-sm {
  padding: 5px 10px;
  font-size: 12px;
}
.button.is-lg {
  padding: 10px 30px;
  font-size: 18px;
}
.button.is-xl {
  padding: 10px 50px;
  font-size: 20px;
}
.button.is-block {
  width: 100%;
  display: block;
}
.button.is-link {
  color: #2296f3;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}

.button[disabled]:hover {
  opacity: 1;
}
.button[disabled]:hover.is-white {
  background: #fff;
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group > .button {
  position: relative;
  float: left;
}
.button-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.button-group > .button:not(:last-child):not(:first-child) {
  border-radius: 0;
}
.button-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.button-group > .button:first-child {
  margin-left: 0;
}

.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;
}

.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;
}

.table-calendar {
  font-size: 11px;
  table-layout: fixed;
  border: 1px solid #ddd;
  background: #fff;
}
.table-calendar > thead > tr > th, .table-calendar > thead > tr > td, .table-calendar > tbody > tr > th, .table-calendar > tbody > tr > td, .table-calendar > tfoot > tr > th, .table-calendar > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.4;
}
.table-calendar td {
  color: #737373;
}
.table-calendar td.shut-up {
  background: #e6e6e6;
}
.table-calendar td span {
  display: inline-block;
}
.table-calendar td span.date-reserve a {
  display: block;
  min-width: 24px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  background-color: #00BFFF;
  text-decoration: none;
}
.table-calendar td span.date-shut-up-reserve a {
  display: block;
  min-width: 24px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  background-color: #ea9b54;
  text-decoration: none;
}
.table-calendar .month {
  text-align: center;
  font-size: 16px;
}
.table-calendar-date-today {
  color: #fff !important;
  background-color: #e27c79;
}
.table-calendar a.js-calendar {
  color: #737373;
}

.new-reserve__display-privacy-policy {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px #c0c0c0 solid;
  overflow: auto;
  color: #000000;
}

.new-reserve__visitors-count {
  display: inline-flex;
  align-items: center;
}

.new-reserve__visitors-count-unit {
  margin-left: 5px;
}

.reserve-complete-on-smart-lock-event__alert {
  border: 2px solid #ccc;
  background-color: #e5e5e5;
  padding: 20px;
  box-sizing: border-box;
}

.reserve-complete-on-smart-lock-event__alert-title {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}

.reserve-complete-on-smart-lock-event__alert-body {
  margin: 10px 0;
}
.reserve-complete-on-smart-lock-event__alert-body li {
  margin-bottom: 10px;
  list-style: inside;
}

.campaign__events-list-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.campaign__events-list {
  margin-bottom: 60px;
}

.campaign__event-wrapper {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .campaign__event-wrapper {
    border: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
  }
}

.campaign__event-top {
  padding: 10px 10px 0px;
}

.campaign__event-bottom {
  display: flex;
}
@media screen and (max-width: 768px) {
  .campaign__event-bottom {
    display: block;
  }
}

.campaign__event-left {
  width: 30%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .campaign__event-left {
    width: auto;
  }
}

.campaign__event-info-list {
  margin: 5px 0px;
  list-style: none;
  display: flex;
}

.campaign__event-type {
  color: #fff;
  font-weight: normal;
  padding: 6px 12px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: black;
}

.campaign__event-format {
  color: black;
  font-weight: normal;
  padding: 5px 12px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid #737373;
}

.campaign__event-address {
  margin-bottom: 10px;
  line-height: 1.3rem;
}

.campaign__event-dates {
  line-height: 1.3rem;
}

.campaign__event-image {
  object-fit: cover;
  width: 100%;
}

.campaign__event-right {
  width: 70%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .campaign__event-right {
    width: auto;
  }
  .campaign__event-right .form-group {
    margin-bottom: 10px;
  }
}

.campaign__event-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .campaign__reserve-forms {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
}

.campaign__reserve-form-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 2px 0;
  font-weight: bold;
  line-height: 1.4em;
}

.campaign__reserve-date-form {
  margin-bottom: 10px;
  color: black;
  height: 40px;
  display: flex;
  align-items: center;
}
.campaign__reserve-date-form.is-finished {
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .campaign__reserve-date-form.form-control {
    width: 50%;
  }
}

.campaign__reserve-time-form {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .campaign__reserve-time-form {
    width: 50%;
    margin-bottom: 0;
  }
  .campaign__reserve-time-form .form-control {
    max-width: 100%;
  }
}

.campaign__reserve-button-wrapper {
  text-align: center;
}

.campaign__reserve-button {
  background-color: #E7625F;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  color: white;
  text-align: center;
  width: 80%;
}
.campaign__reserve-button:hover {
  opacity: 0.9;
}
.campaign__reserve-button.is-finished {
  background: #ea9b54;
  border-color: #e78e3d;
}
.campaign__reserve-button.is-finished:hover {
  opacity: 1;
}

.campagin__event-addresses {
  line-height: 1.4;
  margin-left: 5px;
}

.campaign__event-map {
  width: 100%;
  padding: 66.6% 0 0;
  margin-bottom: 10px;
}

.survey__overview-container {
  padding: 20px;
}

.survey__title {
  font-size: 18px;
}

.survey__ckeditor-content {
  margin-top: 20px;
  font-size: 14px;
  padding: 0 10px;
  line-height: initial;
  letter-spacing: 0.05em;
  line-height: 21px;
  height: auto;
  overflow: hidden;
}
.survey__ckeditor-content h1, .survey__ckeditor-content h2, .survey__ckeditor-content h3, .survey__ckeditor-content h4, .survey__ckeditor-content h5 {
  font-size: 16px;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.survey__ckeditor-content li, .survey__ckeditor-content ul {
  margin: 10px 0 10px 30px;
  line-height: normal;
  list-style-type: disc;
}
.survey__ckeditor-content a {
  color: #484848;
}
.survey__ckeditor-content pre {
  white-space: pre-wrap;
}
.survey__ckeditor-content img {
  max-width: 100%;
  height: auto;
}
.survey__ckeditor-content iframe {
  width: 100% !important;
}

.lightbox {
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-flow: column;
}
.lightbox .lb-outerContainer {
  width: 100% !important;
  height: 90% !important;
  border-radius: 0;
  background-color: black;
}
.lightbox .lb-container {
  height: 100%;
  padding: 50px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lightbox .lb-container {
    padding: 20px 0;
  }
}
.lightbox .lb-image {
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.lightbox .lb-dataContainer {
  height: 10%;
  width: 100% !important;
}

/*
slick本来のslick-dotsクラスの場合、position: absoluteとbottom: -25pxにより
画像が21枚以上登録されているとdotが画像に被ってしまうため、positionの指定を無くしたカスタムクラスを作成
*/
.kc-slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.kc-slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.kc-slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.kc-slick-dots li button:hover,
.kc-slick-dots li button:focus {
  outline: none;
}
.kc-slick-dots li button:hover:before,
.kc-slick-dots li button:focus:before {
  opacity: 1;
}
.kc-slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kc-slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

#index-page {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p";
}

.margin-content {
  margin-bottom: 24px !important;
}

.trim-event-image-main {
  position: relative;
}
.trim-event-image-main .trim-event-image-main-cover {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.25s linear;
}
@media (min-width: 768px) and (max-width: 9999px) {
  .trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    background: #000;
  }
}
@media (min-width: 768px) and (max-width: 9999px) {
  .trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background: rgba(102, 102, 102, 0.75);
  }
}
.trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link .trim-event-image-main-inner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  text-align: center;
  font-size: 0.86em;
}
@media (min-width: 768px) and (max-width: 9999px) {
  .trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link .trim-event-image-main-inner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 130px;
    width: auto;
    margin: auto;
  }
}
.trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link .trim-event-image-main-inner img {
  max-height: 100px;
  margin: 0 auto 22px auto;
}
.trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link .trim-event-image-main-inner span {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 7px 36px;
  line-height: 1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
@media (max-width: 767px) {
  .trim-event-image-main .trim-event-image-main-cover .trim-event-image-main-link .trim-event-image-main-inner span {
    padding: 7px 20px;
  }
}

ul.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
ul.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 0;
  margin-bottom: 8px;
}

.list-green-tag {
  padding: 0 0 2px 0;
  margin: 0 0 0px 0;
  position: relative;
}
.list-green-tag:before, .list-green-tag:after {
  content: " ";
  display: table;
}
.list-green-tag:after {
  clear: both;
}
.list-green-tag p {
  margin-bottom: 3px;
}
.list-green-tag-full {
  width: auto;
}
.list-green-tag-title {
  font-size: 0.86em;
}
.list-green-tag li {
  padding-right: 0;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 9999px) {
  .list-green-tag-float {
    width: 50%;
    float: left;
  }
  .list-green-tag-title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 106px;
  }
  .list-green-tag-detail {
    float: left;
    padding-left: 0;
  }
}

.title-green-icon {
  background: url(/assets/base/icon_light_gray_01.png) left 3px no-repeat;
  background-size: 13px auto;
  display: inline-block;
  padding-left: 26px;
}

.list-big-green {
  font-weight: bold;
  padding-left: 17px;
  text-indent: -17px;
}
.list-big-green li {
  margin: 0 0 4px 6px;
}
.list-big-green li:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -6px;
  top: 2px;
}

.label.label-wide.label-outline-gray {
  font-weight: normal;
  text-align: center;
  border: 1px solid;
  color: #777;
  padding: 5px 8px;
  border-radius: 3px;
  display: inline-block;
}

hr {
  border-color: #ccc;
}
hr.hr-small {
  margin-top: 14px;
  margin-bottom: 14px;
}
hr.hr-smaller {
  margin-top: 4px;
  margin-bottom: 8px;
}
hr.hr-dotted {
  border-top: 1px dotted #ccc;
}
hr.hr-wide {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.hr-gray {
  border-top: 1px solid #ccc;
}

.pin-map {
  color: #fff;
  font-size: 0.9em;
  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%;
}

.circle-map {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-color: #00BFFF;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

.hidden {
  display: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.4;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: black;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #1d0404;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-10 {
  margin-left: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.form-group {
  margin-bottom: 10px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #b3b3b3;
}

.text-sm {
  font-size: 14px;
}

.text-lg {
  font-size: 1.2em;
}

.text-bold {
  font-weight: bold;
}

.event-launch__wrapper {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1049;
}
.event-launch__wrapper span {
  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: 1em;
}
.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;
}

.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile {
    display: inline-block !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", Sans-Serif;
}

.event section {
  margin-bottom: 60px;
}

.event__nav {
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
  width: 100%;
}
.event__nav .event__nav-block {
  position: relative;
  max-width: 960px;
  margin: auto;
  height: 60px;
}
.event__nav .event__nav-logo {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.event__nav .event__nav-logo img {
  max-height: 58px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .event__nav .event__nav-logo img {
    max-width: 136px;
  }
}
.event__nav .event__nav-logo p {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event__nav .event__nav-logo p {
    font-size: 14px;
    padding: 8px 0;
  }
}
.event__nav .event__nav-logo-eventer-link {
  text-decoration: none;
  color: black;
}
.event__nav .event__nav-menu {
  position: absolute;
  right: 130px;
  top: 0;
}
@media (max-width: 767px) {
  .event__nav .event__nav-menu {
    display: none;
  }
}
.event__nav .event__nav-menu ul {
  display: flex;
}
.event__nav .event__nav-menu ul li {
  padding: 24px 0.8em 0;
}
.event__nav .event__nav-menu ul li a {
  padding-bottom: 0.2em;
  text-decoration: none;
  color: #484848;
  font-size: 14px;
}
.event__nav .event__nav-menu ul li a:hover {
  border-bottom: 2px solid black;
}
.event__nav .event__nav-reserve {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 60px;
  padding: 0;
  overflow: hidden;
}
.event__nav .event__nav-reserve a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 22px;
  box-sizing: border-box;
}
.event__nav .event__nav-reserve:hover {
  opacity: 0.7;
}

.event__nav-name {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.event {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  color: #484848;
}
@media (max-width: 767px) {
  .event {
    font-size: 12px;
  }
}

main {
  font-size: 14px;
}

.event__sub-title {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin: 3em 0 0.1em;
}
@media (max-width: 767px) {
  .event__sub-title {
    margin: 1em 0 0.1em;
  }
}

.event__eventer-name-optimize-font-size {
  font-size: 14px !important;
}
@media (min-width: 1px) and (max-width: 991px) {
  .event__eventer-name-optimize-font-size {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .event__eventer-name-optimize-font-size {
    max-width: 220px;
  }
}
@media (max-device-width: 280px) {
  .event__eventer-name-optimize-font-size {
    max-width: 120px;
    font-size: 10px !important;
  }
}

.event__info {
  margin: 10px;
  padding: 10px 0;
  font-size: 14px;
}

.event__title {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.event__address {
  margin-left: 5px;
  margin-bottom: 5px;
}

.event__date {
  margin-left: 5px;
  line-height: 1.5;
}

.event__slider img {
  width: 100%;
}

.swipe-event-image-link {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: white;
  font-size: 24px;
  text-shadow: black 1px 1px 0, black -1px -1px 0, black -1px 1px 0, black 1px -1px 0, black 0px 1px 0, black 0 -1px 0, black -1px 0 0, black 1px 0 0;
}

.event__point-icons {
  padding: 20px 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.event__point-icons .event__point-icon {
  width: calc(16.66% - 5px);
  margin: 0;
  font-size: 12px;
  color: #666666;
}
.event__point-icons .event__point-icon img {
  width: auto;
  height: 64px;
}
.event__point-icons .event__point-icon p {
  padding: 0.5em 0 0;
}
@media (max-width: 640px) {
  .event__point-icons .event__point-icon {
    font-size: 12px;
  }
  .event__point-icons .event__point-icon img {
    width: auto;
    height: 50px;
  }
  .event__point-icons .event__point-icon p {
    padding: 1em 0;
  }
}

.event__calendar {
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.event-calendar__header {
  border-bottom: 1px solid #ccc;
  background: #222;
  padding: 15px;
  position: relative;
  color: white;
}

.event-calendar__header-prev {
  font-size: 20px;
  border: 1px solid #fff;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 6px;
}

.event-calendar__header-next {
  font-size: 20px;
  border: 1px solid #fff;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 6px;
}

.event__calendar-table-wrapper table {
  width: 100%;
  table-layout: fixed;
}
.event__calendar-table-wrapper table th {
  padding: 10px;
  font-weight: normal;
}
.event__calendar-table-wrapper table td {
  height: 50px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
  padding: 7px 0;
}
.event__calendar-table-wrapper table td.is-gray {
  background: #f5f5f5;
}
.event__calendar-table-wrapper table td .is-block {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.event__calendar-table-wrapper table td a {
  background: #2aa6e2;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
}
.event__calendar-table-wrapper table td a.is-selected {
  background: #e73939;
}
.event__calendar-table-wrapper table td .date-reserve__limit {
  color: #2aa6e2;
  font-size: 18px;
  display: block;
  font-weight: bold;
}
.event__calendar-table-wrapper table td .date-reserve__limit.phone {
  font-size: 20px;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .event__calendar-table-wrapper table td {
    height: 40px;
  }
  .event__calendar-table-wrapper table td .is-block {
    font-size: 14px;
    margin-top: 10px;
  }
  .event__calendar-table-wrapper table td .date-reserve__limit {
    font-size: 14px;
  }
  .event__calendar-table-wrapper table td a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.event__calendar-table-wrapper table .table-calendar-green-sat {
  background-color: #ecf9ff !important;
}
.event__calendar-table-wrapper table .table-calendar-green-sun {
  background-color: #ffeff5 !important;
}

.event__calendar__hint {
  line-height: 1.6;
  margin: 0 5px;
}
.event__calendar__hint span.blue {
  color: #2aa6e2;
}
.event__calendar__hint span:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .event__calendar__hint {
    margin: 0px 20px;
  }
}

.event__matching-sub-title {
  font-size: 16px;
  padding: 10px;
  border-left: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.event__matching-img {
  margin-top: 20px;
}
.event__matching-img img {
  width: 100%;
}

.event__matching-schedule-img {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.event__matching-schedule-img img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .event__matching-schedule-img img {
    width: 70px;
  }
}

.event__matching-calendar {
  margin: 10px;
}
.event__matching-calendar ol {
  padding-left: 20px;
  line-height: 20px;
  font-weight: 500;
}

.event__matching-calendar-table .scroll {
  display: flex;
  margin: 20px 0px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .event__matching-calendar-table .scroll {
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: initial;
  }
}

.event__matching-calendar-table-head {
  display: inline-block;
  width: 170px;
  background-color: #f5f5f5;
  font-weight: 700;
  line-height: initial;
}
.event__matching-calendar-table-head p {
  height: 20px;
  padding: 10px;
  border: 1px solid #ddd;
}

.event__matching-calendar-table-body {
  display: inline-block;
  width: 50px;
}

.event__matching-calendar-table-item {
  height: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: initial;
  text-align: center;
}
.event__matching-calendar-table-item:first-child {
  background-color: #f5f5f5;
  font-weight: 700;
}
.event__matching-calendar-table-item .form-group {
  margin-bottom: unset;
}

.event__event-tags {
  background: none;
  border: none;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.event__event-tags:hover {
  opacity: 0.9;
}
.event__event-tags.normal {
  background: #e73939;
}
.event__event-tags.nickname {
  background: #2aa6e2;
}
.event__event-tags.finish {
  background: #ea9b54;
  border-color: #e78e3d;
}

.event__action-cancel {
  display: inline-block;
  text-decoration: none;
}

.event__event-tags-container {
  background: none;
  display: flex;
  flex-wrap: wrap;
}

.event__map {
  padding: 10px;
}

.event__map-text {
  text-align: right;
  font-size: 14px;
}
.event__map-text a {
  color: #484848;
}

.event__hided-map {
  width: 100%;
}

.event__staffs {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 10px;
}
@media screen and (max-width: 768px) {
  .event__staffs {
    display: block;
  }
}
.event__staffs img {
  margin: 0 10px 14px 10px;
  border-radius: 50%;
}

.event__staff {
  flex: 1;
  margin: 10px;
  text-align: center;
}

.event__vr {
  padding: 20px 10px;
}
.event__vr iframe {
  width: 100% !important;
}

.event__description, .event__benefits {
  font-size: 14px;
  padding: 20px 10px;
  line-height: initial;
  letter-spacing: 0.05em;
  line-height: 21px;
  height: auto;
  overflow: hidden;
}
.event__description h1, .event__description h2, .event__description h3, .event__description h4, .event__description h5, .event__benefits h1, .event__benefits h2, .event__benefits h3, .event__benefits h4, .event__benefits h5 {
  font-size: 16px;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.event__description li, .event__description ul, .event__benefits li, .event__benefits ul {
  margin: 10px 0 10px 30px;
  line-height: normal;
  list-style-type: disc;
}
.event__description a, .event__benefits a {
  color: #484848;
}
.event__description pre, .event__benefits pre {
  white-space: pre-wrap;
}
.event__description img, .event__benefits img {
  max-width: 100%;
  height: auto;
}
.event__description iframe, .event__benefits iframe {
  width: 100% !important;
}

.event__property_type {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.event__property_type table {
  table-layout: fixed;
  width: 100%;
}
.event__property_type table tr {
  font-size: 14px;
  border-top: 1px solid #ccc;
  text-align: left;
}
.event__property_type table tr th {
  background: #f5f5f5;
  width: 120px;
  padding: 12px;
  border-right: 1px solid #ccc;
  font-weight: normal;
}
.event__property_type table tr td {
  padding: 12px;
  border-right: 1px solid #ccc;
}

.event__property-type {
  padding: 20px 10px;
}

.event__property-type-text {
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 2px solid #000;
  margin-bottom: 10px;
}

.event__property_type_smartphone {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.event__property_type_smartphone table {
  table-layout: fixed;
  width: 100%;
}
.event__property_type_smartphone table tr {
  font-size: 14px;
  border-top: 1px solid #ccc;
  text-align: left;
}
.event__property_type_smartphone table tr th {
  background: #f5f5f5;
  width: 120px;
  padding: 12px;
  border-right: 1px solid #ccc;
  font-weight: normal;
}
.event__property_type_smartphone table tr td {
  padding: 12px;
}

.event__property-type-condition-land {
  font-size: 14px;
  padding: 0 15px;
}
.event__property-type-condition-land li {
  margin-bottom: 5px;
}

.event__image-floors {
  padding-top: 20px;
}
.event__image-floors .event__image-floor {
  overflow: hidden;
}
.event__image-floors .event__image-floor img {
  vertical-align: middle;
  object-fit: contain;
  height: 30vw;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .event__image-floors .event__image-floor img {
    height: 70vw;
  }
}

.event__image-vrs {
  display: flex;
  flex-wrap: wrap;
}

.event__image-vr {
  width: 50%;
  text-align: center;
}
.event__image-vr a-scene {
  width: 96%;
  height: 300px;
  max-width: 100%;
  display: inline-block;
}

.event__overview-table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
.event__overview-table tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.event__overview-table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #f5f5f5;
  color: #484848;
  text-align: center;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}
.event__overview-table td {
  text-align: left;
  width: 70%;
  text-align: center;
  padding: 15px 10px;
  line-height: initial;
}

.event__other-events {
  overflow-x: scroll;
  white-space: nowrap;
  margin: 10px;
  padding: 12px 0;
}
.event__other-events::-webkit-scrollbar {
  height: 6px;
}
.event__other-events::-webkit-scrollbar-track {
  background: #eee;
}
.event__other-events::-webkit-scrollbar-thumb {
  background: #aaa;
}

.event__other-event {
  width: 160px;
  display: inline-block;
  vertical-align: top;
}

#slider_thumbnail .event__other-event.slick-slide {
  margin-right: 10px;
}
#slider_thumbnail .event__other-event.slick-slide.slick-current.slick-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#slider_thumbnail .event__other-event.slick-slide.slick-current.slick-active.slick-center:after {
  background-color: rgba(0, 0, 0, 0);
}

.event__other-event-link {
  display: block;
  position: relative;
}

.event__event-image {
  position: relative;
  padding: 75% 0 0;
  overflow: hidden;
}
.event__event-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.event__thumbnail-image {
  z-index: 1;
}

.event__other-info {
  margin-top: 5px;
  white-space: normal;
}
.event__other-info ul.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0px;
}
.event__other-info ul.list-inline > li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0;
  margin-bottom: 8px;
}

.event__other-event-title {
  margin-bottom: 0.8em;
  font-size: 14px;
}
.event__other-event-title a {
  color: #484848;
  line-height: 1.4;
}

.event__other-event-date {
  color: #6e6e6e;
  font-size: 12px;
}

.event__action-btn {
  width: 90%;
  margin: 0 auto;
}
.event__action-btn a {
  box-sizing: border-box;
}

.event__action-reserve {
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.event__action-reserve:hover {
  opacity: 0.9;
}
.event__action-reserve.normal {
  background: #E7625F;
}
.event__action-reserve.nickname {
  background: #2aa6e2;
}
.event__action-reserve.finish {
  background: #ea9b54;
  border-color: #e78e3d;
}
.event__action-reserve.block {
  display: block;
}
.event__action-reserve.noline {
  text-decoration: none;
}

.event__action-cancel {
  display: inline-block;
  text-decoration: none;
}

.event__action-open {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
  padding: 20px;
  border: 1px solid #ccc;
  line-height: 1.4;
}

.event__matching-event-finished-hint {
  font-size: 16px;
  margin-top: 5px;
}

.event__reserve-area {
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.event__reserve-area p {
  font-size: 20px;
  margin-bottom: 10px;
}

.event__reserve-img {
  margin-right: 5px;
}
.event__reserve-img img {
  width: 30%;
}

.event__onbord p {
  text-align: center;
  font-size: 0.8rem;
  background-color: #c8c8c8;
  padding: 5px;
  color: white;
}

.event__onbord-icons {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 20px;
  position: relative;
}
.event__onbord-icons:before {
  content: "";
  display: block;
  background-color: #c8c8c8;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 20px;
  z-index: -1;
}

.event__onbord-step {
  color: #c8c8c8;
  display: block;
  border: 2px solid #c8c8c8;
  border-radius: 50%;
  padding: 10px;
  background-color: white;
}
.event__onbord-step.active {
  color: white;
  border: 3px solid #448ACA;
  background-color: #448ACA;
}

.event__new-image {
  position: relative;
  padding-bottom: 66.6%;
}
.event__new-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.event__new-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.event__new-info {
  position: absolute;
  z-index: 10;
  bottom: 24px;
  left: 20px;
  color: white;
}
.event__new-info h1 {
  text-decoration: underline;
}
.event__new-info p {
  font-size: 14px;
}

.event__new-reserve-event-date-time {
  width: 100%;
  display: flex;
  border: 1px solid #e7e7e7;
  color: #666;
}
.event__new-reserve-event-date-time .reserve-event-date {
  width: 50%;
  padding: 10px 10px;
  border-right: 1px solid #e7e7e7;
}
.event__new-reserve-event-date-time .reserve-event-date dt {
  font-size: 12px;
  margin-bottom: 10px;
}
.event__new-reserve-event-date-time .reserve-event-date dd {
  font-size: 16px;
}
.event__new-reserve-event-date-time .reserve-event-time {
  width: 50%;
  padding: 10px 15px;
}
.event__new-reserve-event-date-time .reserve-event-time dt {
  font-size: 12px;
  margin-bottom: 10px;
}
.event__new-reserve-event-date-time .reserve-event-time dd {
  font-size: 16px;
}

.event__new-matching-reserve-event-date-time {
  padding: 15px;
}
.event__new-matching-reserve-event-date-time ul {
  border-left: 4px solid #448ACA;
  padding-left: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event__new-matching-reserve-event-date-time li {
  margin: 10px;
  list-style: none;
}
.event__new-matching-reserve-event-date-time li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 10px;
  padding-right: 4px;
}

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

.event__new-sub-title {
  margin: 20px;
  font-size: 20px;
}

.event__new-form {
  margin: 20px;
}

.event__new-reserve-event-btn {
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-size: 24px;
  color: #fff;
}
.event__new-reserve-event-btn:hover {
  opacity: 0.9;
}
.event__new-reserve-event-btn.normal {
  background: #448ACA;
}
.event__new-reserve-event-btn.commit {
  background: #E7625F;
}
.event__new-reserve-event-btn.nickname {
  background: #2aa6e2;
}

.event__new-form-back {
  margin: 30px 0 30px 20px;
}
.event__new-form-back a {
  text-decoration: none;
}

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

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

.control-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-left: 3px solid #000;
  padding: 2px 10px;
  font-weight: bold;
  line-height: 1.4em;
}
.control-label abbr {
  display: none;
}
.control-label.required:after {
  content: "必須";
  display: inline-block;
  background: #E7625F;
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  position: relative;
  margin-left: 10px;
  top: 0px;
}

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

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

.form-control {
  padding: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  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: #484848;
  font-size: 13px;
  line-height: 1.5em;
}

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 {
  width: 100%;
  min-height: 100px;
}

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

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

.form-group > span.radio {
  margin-right: 20px;
  margin-bottom: 10px;
}
.form-group > span.radio > label {
  font-weight: normal;
}

.form-group.has-error .control-label {
  color: #E7625F;
}
.form-group.has-error .form-control {
  border: 1px solid #E7625F;
}
.form-group.has-error .help-block {
  color: #E7625F;
}

.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: #e6e6e6;
  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;
}

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

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

.event__reserve_event-form .input-flex {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.event__reserve_event-form .input-inline {
  display: inline-flex;
}
@media (max-width: 767px) {
  .event__reserve_event-form .prefecture {
    width: 40%;
  }
}
.event__reserve_event-form .address1 {
  flex: 1;
}
.event__reserve_event-form .label-horizontal {
  border-left: none;
}
.event__reserve_event-form .visitors-count {
  align-items: center;
}
.event__reserve_event-form .input-request-line-notification__textarea {
  background-color: #FFFFFF;
  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;
}
.event__reserve_event-form .input-request-line-notification__checkbox-text {
  position: relative;
  top: 5px;
  right: 5px;
}
.event__reserve_event-form .comfirm-request-line-notification {
  margin-left: 0px;
}

.event__reserve_event-form-back {
  padding: 10px;
  background: #fff;
  background: #777;
  color: #484848;
  color: #fff;
  border: 1px solid #484848;
  border: 1px solid #777;
  border-radius: 5px;
}
.event__reserve_event-form-back:hover {
  opacity: 0.9;
}

.event__reserve-complete {
  line-height: initial;
  margin: 10px;
}

.event__reserve-complete-text {
  text-align: center;
  font-size: 20px;
  color: #E7625F;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 20px 10%;
}

.event__reserve-complete-meeting-alert {
  border: 2px solid #ccc;
  background-color: #e5e5e5;
  padding: 20px;
  box-sizing: border-box;
}

.event__reserve-complete-meeting-alert-title {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
}

.event__reserve-complete-meeting-alert-body {
  margin: 10px 0;
}
.event__reserve-complete-meeting-alert-body li {
  margin-bottom: 10px;
  list-style: inside;
}

.event__reserve-complete-meeting-alert-body-app {
  display: flex;
  display: -webkit-flex;
  margin: 10px;
}
.event__reserve-complete-meeting-alert-body-app img {
  width: 70%;
}
@media (max-width: 767px) {
  .event__reserve-complete-meeting-alert-body-app img {
    width: 100%;
  }
}

.event__share-icons {
  margin: 40px 0;
}
.event__share-icons p {
  width: 60%;
  margin: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

.event__share-list {
  list-style: none;
  display: flex;
  margin: 5px;
}

.event__share-item {
  min-width: 80px;
  line-height: 50px;
  text-align: center;
  flex-grow: 1;
  margin: 5px;
}

.event__share-link {
  display: block;
  color: white;
  text-decoration: none;
}
.event__share-link.x-twitter {
  background: #000000;
  font-size: 24px;
}
.event__share-link.facebook {
  background: #3B5998;
  font-size: 24px;
}
.event__share-link.line {
  background: url(/assets/cms-page/icon__line.webp) no-repeat;
  background-size: 30px auto;
  background-position: 50% 50%;
  background-color: #1dcd00;
}

.event__complete-top {
  margin: 50px;
  margin-bottom: 20px;
}

.event__complete-top-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
}
.event__complete-top-btn:hover {
  opacity: 0.9;
}
.event__complete-top-btn.iemiru {
  background: #2FA8B5;
}
.event__complete-top-btn.eventer {
  background: #777;
}
.event__complete-top-btn.komachi {
  background: #FF7A00;
}

footer {
  margin-top: 20px;
  background-color: #e88b34;
  padding: 10px;
}
footer a {
  color: white;
}
footer .event__footer-block {
  font-size: 14px;
  position: relative;
  padding: 30px;
  color: white;
  max-width: 760px;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  footer .event__footer-block {
    display: block;
  }
}
footer .event__footer-eventer-info {
  margin: auto;
}
@media (max-width: 767px) {
  footer .event__footer-eventer-info {
    text-align: center;
  }
}
footer .event__footer-eventer-info p {
  margin-bottom: 5px;
}
footer .event__footer-eventer-info .eventer-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .event__footer-sns-icons-block {
  margin: auto;
}
@media (max-width: 767px) {
  footer .event__footer-sns-icons-block .sns-text {
    display: none;
  }
}
footer .event__footer-sns-icons-block .event__footer-sns-icons {
  display: flex;
  justify-content: center;
  margin: 10px;
}
footer .event__footer-sns-icons-block .event__footer-sns {
  padding: 10px;
}
footer .event__footer-sns-icons-block .event__footer-sns a {
  color: white;
}
footer .event__footer-document-request {
  display: flex;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  footer .event__footer-document-request {
    width: 40%;
    min-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  footer .event__footer-document-request {
    width: 90%;
  }
}
footer .event__footer-document-request-logo {
  width: 50%;
  padding: 10px;
  text-align: center;
}
footer .event__footer-document-request-logo img {
  width: 100%;
  max-width: 88px;
  height: auto;
}
footer .event__footer-document-request-body {
  width: 50%;
  padding: 10px;
  font-weight: bold;
}
footer .event__footer-document-request-body .document-request-title {
  font-size: 16px;
  padding: 3px;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}
footer .event__footer-document-request-body .document-request-content {
  font-size: 12px;
}
footer .event__footer-copy-right {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
footer .event__footer-eventer-link {
  text-decoration: none;
}

.event__not-disclose-image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .event__reserve-event-time {
    margin: 0px 20px;
  }
}

.js-reserve-event-time p {
  margin: 20px 0;
  text-align: left;
}

.js-calendar-form {
  margin-bottom: 20px;
}

.slick-next, .slick-prev {
  z-index: 50;
}

.slick-next {
  right: 10px !important;
}

.slick-prev {
  left: 10px !important;
}

.new-reserve__title {
  margin-bottom: 10px;
}

.new-reserve__sign-up {
  width: 320px;
  float: left;
  border-right: 1px dotted #b3b3b3;
}
.new-reserve__sign-up p {
  margin-bottom: 5px;
}
.new-reserve__sign-up .alert {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .new-reserve__sign-up {
    width: auto;
    float: none;
    border: none;
    border-bottom: 1px dotted #b3b3b3;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .new-reserve__sign-up .alert {
    margin-right: 0px;
  }
}

.new-reserve__sign-up-section1 {
  margin: 10px;
}

.new-reserve__sign-up-section2 {
  margin-bottom: 30px;
  font-size: 14px;
}

.new-reserve__sign-in {
  width: 300px;
  float: right;
}
.new-reserve__sign-in p {
  margin-bottom: 5px;
}
.new-reserve__sign-in a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .new-reserve__sign-in {
    width: auto;
    float: none;
  }
}

.new-reserve__sign-in-section {
  margin-bottom: 30px;
}

.new-reserve__submit-btn {
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 250px;
  max-width: 90%;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.new-reserve__submit-btn:hover {
  opacity: 0.9;
}
.new-reserve__submit-btn.close {
  background: #EA6767;
}
.new-reserve__submit-btn.registration {
  background: #EA6767;
}
.new-reserve__submit-btn.login {
  background: #00bfff;
}
.new-reserve__submit-btn.google {
  background: #E15538;
}
.new-reserve__submit-btn.facebook {
  background: #2965A0;
}

.inquiry {
  max-width: 760px;
  margin: 0 auto 100px;
}
.inquiry.is-iframe {
  margin-bottom: 0 !important;
}
.inquiry.is-iframe .inquiry__header {
  padding-top: 0 !important;
}

.inquiry__header {
  padding-top: 70px;
}
.inquiry__header h2 {
  font-size: 20px;
  margin: 30px 20px 30px 5px;
}
.inquiry__header .inquiry__header-document-image {
  margin-bottom: 20px;
}
.inquiry__header .inquiry__header-document-image img {
  width: 100%;
}
.inquiry__header.is-iframe {
  overflow: hidden;
}

.inquiry__onbord p {
  text-align: center;
  font-size: 0.8rem;
  background-color: #c8c8c8;
  padding: 5px;
  color: white;
}

.inquiry__content {
  max-width: 760px;
  margin: auto;
  padding: 20px;
  font-size: 14px;
}

.inquiry__confirm-reserve-text {
  padding: 4px;
  border: solid 1px #E7625F;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto;
  width: 80%;
  line-height: 1.8;
}
.inquiry__confirm-reserve-text.is-iframe {
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .inquiry__confirm-reserve-text {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
}

.inquiry__header-body {
  padding: 0 10px;
  margin-bottom: 30px;
}
.inquiry__header-body p {
  margin: 10px 0;
}

.candidate-participation-answer, .reserve-event-request, .stakeholder-approved {
  max-width: 960px;
  margin: 0px auto;
  padding: 80px 10px 0;
  margin-bottom: 40px;
}

.candidate-participation-answer__table {
  margin: 10px;
  margin-top: 60px;
}
.candidate-participation-answer__table h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table {
  border-collapse: collapse;
  margin: 20px 0;
  background-color: white;
  overflow: auto;
  font-size: 12px;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table::-webkit-scrollbar {
  height: 5px;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table:first-child {
  background-color: #f5f5f5;
  font-weight: 700;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table {
  border: 1px solid #ddd;
  display: table-cell;
  width: unset;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table > thead > tr > th, .candidate-participation-answer__table .reserve-event-possible-dates-table > table > thead > tr > td, .candidate-participation-answer__table .reserve-event-possible-dates-table > table > tbody > tr > th, .candidate-participation-answer__table .reserve-event-possible-dates-table > table > tbody > tr > td, .candidate-participation-answer__table .reserve-event-possible-dates-table > table > tfoot > tr > th, .candidate-participation-answer__table .reserve-event-possible-dates-table > table > tfoot > tr > td {
  border-bottom: 1px solid #ddd;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table > thead > tr > th a {
  color: #fff;
  text-decoration: none;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table > tbody > tr > th {
  display: block;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: 700;
  height: 40px;
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table > tbody > tr > td {
  display: block;
  vertical-align: middle;
  padding: 20px;
  color: #484848;
  line-height: 1.5;
  height: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .candidate-participation-answer__table .reserve-event-possible-dates-table > table > tbody > tr > td {
    padding: 10px;
  }
}
.candidate-participation-answer__table .reserve-event-possible-dates-table > table > tbody > tr > td:last-child {
  border-bottom: none;
}

.candidate-participation-answer__title, .stakeholder-approved__title {
  line-height: 1.5em;
  margin: 10px 10px 30px 10px;
}
.candidate-participation-answer__title h1, .stakeholder-approved__title h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #555;
}
.candidate-participation-answer__title p, .stakeholder-approved__title p {
  color: #484848;
}
.candidate-participation-answer__title .notice, .stakeholder-approved__title .notice {
  font-size: 14px;
}

.reserve-event-request__title {
  line-height: 1.5em;
  margin: 10px auto 30px;
  max-width: 700px;
}
.reserve-event-request__title h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #555;
}
.reserve-event-request__title p {
  color: #484848;
}
.reserve-event-request__title .notice {
  font-size: 14px;
}

.candidate-participation-answer__fixed {
  margin: 20px 10px;
  text-align: center;
}

.candidate-participation-answer__wait {
  margin: 20px 10px;
}

.candidate-participation-answer__form, .reserve-event-request__form, .stakeholder-approved__form, .candidate-participation-answer__info {
  margin: 30px auto;
  max-width: 700px;
}
.candidate-participation-answer__form h2, .reserve-event-request__form h2, .stakeholder-approved__form h2, .candidate-participation-answer__info h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  padding-bottom: 5px;
  border-bottom: 1px solid #555;
  font-weight: 600;
}
.candidate-participation-answer__form p, .reserve-event-request__form p, .stakeholder-approved__form p, .candidate-participation-answer__info p {
  line-height: 26px;
  margin-bottom: 5px;
}

.candidate-participation-answer__form-event, .candidate-participation-answer__form-note, .reserve-event-request__form-note {
  margin-top: 20px;
}
.candidate-participation-answer__form-event h3, .candidate-participation-answer__form-note h3, .reserve-event-request__form-note h3 {
  font-weight: 500;
  padding-bottom: 5px;
}
.candidate-participation-answer__form-event p, .candidate-participation-answer__form-note p, .reserve-event-request__form-note p {
  padding-bottom: 5px;
}
.candidate-participation-answer__form-event .readonly, .candidate-participation-answer__form-note .readonly, .reserve-event-request__form-note .readonly {
  font-size: 14px;
  border: 1px solid darkgray;
  background-color: lightgray;
  padding: 5px;
}

.candidate-participation-answer__form-block, .reserve-event-request__form-block {
  margin-top: 20px;
}
.candidate-participation-answer__form-block h3, .reserve-event-request__form-block h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.candidate-participation-answer__form-block p, .reserve-event-request__form-block p {
  margin-bottom: 5px;
}

.candidate-participation-answer__form-field {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .candidate-participation-answer__form-field label {
    display: block;
  }
}

.reserve_event_participation_candidate_participation_answers_reserve_event_possible_date_id {
  display: none;
}

.reserve_event_participation_candidate_participation_answers_answer {
  display: none;
}

.candidate-participation-answer__form-btn-group {
  display: flex;
  justify-content: space-around;
}
.candidate-participation-answer__form-btn-group button {
  text-align: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 3px;
  padding: 0px;
  color: #fff;
  background: lightgray;
  border: 1px solid lightgray;
  vertical-align: middle;
}
.candidate-participation-answer__form-btn-group button.is-selected {
  background: #0098ba;
}

.candidate-participation-answer__form-more {
  text-align: center;
  margin: 30px;
}
.candidate-participation-answer__form-more a {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #2FA8B5;
  border-color: #2FA8B5;
  color: #fff;
  border-radius: 5px;
}

.candidate-participation-answer__submit-btn, .reserve-event-request__submit-btn {
  margin-top: 20px;
}
.candidate-participation-answer__submit-btn button, .reserve-event-request__submit-btn button {
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #E7625F;
}

.candidate-participation-answer__form-group, .reserve-event-request__form-group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px;
}
.candidate-participation-answer__form-group .candidate-participation-answer__form-radio-btn, .reserve-event-request__form-group .candidate-participation-answer__form-radio-btn {
  width: 25px;
  height: 25px;
}

.candidate-participation-answer__back-btn {
  text-align: center;
  margin-top: 30px;
}
.candidate-participation-answer__back-btn a {
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: gray;
  font-size: 12px;
}

.stakeholder-approved__form-block {
  margin-top: 20px;
  display: block;
  max-width: 780px;
}

.stakeholder-approved__submit-btn {
  margin: 20px;
}
.stakeholder-approved__submit-btn button {
  border: none;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 50px;
  font-size: 20px;
}
.stakeholder-approved__submit-btn button.is-info {
  background: #2296f3;
  border: 1px solid #2296f3;
}
.stakeholder-approved__submit-btn button.is-danger {
  background: #E7625F;
  border: 1px solid #E7625F;
}

.candidate-participation-answer__info a {
  display: block;
  text-align: center;
}

.event__meeting {
  margin-top: 20px;
  margin-bottom: 40px;
}

.event__meeting-title img {
  width: 100%;
}

.event__meeting-title-image-pc {
  display: block;
}

.event__meeting-title-image-sp {
  display: none;
}

@media screen and (max-width: 450px) {
  .event__meeting-title-image-sp {
    display: block;
  }
  .event__meeting-title-image-pc {
    display: none;
  }
}
.event__meeting-step-title {
  margin: 20px 10px;
  text-align: left;
  font-size: 17px;
  color: #509EAB;
}
.event__meeting-step-title span {
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (min-width: 450px) {
  .event__meeting-step-title {
    text-align: center;
    margin: 30px 0 0 0;
  }
}

.event__meeting-step {
  position: relative;
}

.event__meeting-step-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 10px 20px 10px;
  align-items: center;
}
.event__meeting-step-body .event__meeting-step-img {
  width: 40%;
  margin-right: 10px;
}
.event__meeting-step-body .event__meeting-step-img img {
  width: 100%;
}
.event__meeting-step-body .event__meeting-step-txt {
  width: 60%;
}

.event__meeting-step-hr img {
  width: 100%;
}

#error_flash {
  border: 2px solid #E7625F;
  margin: 30px auto;
  padding: 20px;
  background-color: white;
  color: #E7625F;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.custom-form__description {
  font-size: 12px;
  font-weight: normal;
  padding: 10px;
  line-height: 20px;
  font-family: "Yu Gothic", sans-serif;
  color: #555;
}

pre.custom-form__description {
  white-space: pre-wrap;
}

.custom-form__group > span.radio, .custom-form__group > .checkbox, .form-group > span.radio, .form-group > .checkbox {
  display: block;
}
.custom-form__group > span.radio > label, .custom-form__group > .checkbox > label, .form-group > span.radio > label, .form-group > .checkbox > label {
  display: flex;
  align-items: center;
}
.custom-form__group > span.radio > label input, .custom-form__group > .checkbox > label input, .form-group > span.radio > label input, .form-group > .checkbox > label input {
  margin: 5px;
}
