@charset "UTF-8";
/*==================コンポーネント*/
.u-tag-01 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 4px;
  gap: 5px;
  margin: 0;
}
.u-tag-01-icon {
  font-size: 14px;
}

.u-bookingDate-01 {
  display: flex;
  font-size: 13px;
  margin: 17px 0px;
}
.u-bookingDate-01 .heading {
  font-weight: 400;
  display: flex;
  flex-shrink: 0;
  width: 137px;
  align-items: center;
}
.u-bookingDate-01 .detail {
  font-weight: 700;
  margin-left: 0;
}

.u-accordion-01 {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.u-accordion-01 .heading {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 18px 0;
  margin-bottom: 0;
  position: relative;
}
.u-accordion-01 .heading:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #212121;
  border-bottom: 2px solid #212121;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-accordion-01 .detail {
  margin-left: 0;
  display: none;
}

.u-tab-01-tabArea {
  display: flex;
  gap: 8px;
  padding-left: 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  border-bottom: 1px solid #e0e0e0;
}
.u-tab-01-tabArea .listItem {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 8px;
  gap: 5px;
}
.u-tab-01-tabArea .listItem.is-active {
  color: #1565c0;
}
.u-tab-01-tabArea .listItem.is-active:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  border-radius: 1.5px;
  background: #1565c0;
}
.u-tab-01-tabArea .listItem.is-active .icon {
  filter: invert(26%) sepia(91%) saturate(1388%) hue-rotate(194deg) brightness(97%) contrast(93%);
}
.u-tab-01-block {
  display: none;
}
.u-tab-01-block:first-of-type {
  display: block;
}

.u-pc-none {
  display: none;
}

.u-ttl-01 {
  font-weight: bold;
  font-size: 16px !important;
  position: initial !important;
  line-height: 1;
}

.u-btn-01 {
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
  padding: 0 12px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}/*# sourceMappingURL=style_unit_sp.css.map */