.g-header-area {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: #fafafa;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #212121; }

.g-footer-area {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fafafa;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-size: 2rem;
  text-align: center;
  font-weight: 700; }

.evt__detail__link--share.precautions {
  padding-bottom: 8px; }

.g-linkButton.precautions {
  padding: 0 0 0 0;
  display: -webkit-box;
  -webkit-box-pack: center; }

.precautions__modal .g-modal__top {
  display: block;
  min-height: 48px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 2px 1px rgba(0, 0, 0, 0.08); }

.precautions__modalButton {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.g-accordion__evt__detail__arrow {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1eb98c;
  border-right: 2px solid #1eb98c;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.is-open .g-accordion__evt__detail__arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.g-accordion__evt__detail__arrow__horizontal {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1eb98c;
  border-right: 2px solid #1eb98c;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.is-open .g-accordion__evt__detail__arrow__horizontal {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.g-accordion__evt__detail {
  margin-left: auto; }

.g-accordion__evt__detail--salestype, .g-accordion__evt__detail--calendar {
  margin-left: auto;
  margin-right: auto; }

.detail-width-ja {
  min-width: 65px; }

.detail-width-en {
  min-width: 75px; }

.g-detailButton {
  position: relative;
  border-radius: 50px;
  width: 100%;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0 4px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1eb98c;
  cursor: pointer;
  overflow: hidden;
  background-size: 18px 18px;
  background-position: 16px center;
  padding-right: 10px;
  line-height: 1;
  border: 1px solid #1eb98c; }

.g-accordion__list__title, .g-accordion__list__title--wide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px 12px 16px;
  min-height: 72px;
  pointer-events: none; }

.g-accordion__list__title--salestype, .g-accordion__list__title--calendar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.evt__calender .g-accordion__list__title, .evt__calender .g-accordion__list__title--wide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
