/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 2.4em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.oneday_panel {
  background-color: #f2f2f2;
  margin-top: clamp(60px, 5vw, 100px);
}
@media screen and (min-width: 1000px), print {
  .oneday_panel {
    border-radius: clamp(10px, 2vw, 30px);
  }
}
.oneday_panel:not(:last-child) {
  margin-bottom: 100px;
}
.oneday_panel .container {
  position: relative;
}
.oneday_panel .container::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 70px);
  background-color: #222222;
  position: absolute;
  bottom: 0;
  left: 90px;
}
@media screen and (max-width: 575px) {
  .oneday_panel .container::before {
    left: 38px;
    width: 1px;
  }
}
.oneday_panel__title {
  border-radius: 5px;
  font-size: clamp(1.25rem, 2.2vw, 1.875rem);
  letter-spacing: 0.1em;
  padding: 1.7ex 3.2ex;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  background: url("../img/tile/green.webp") 0 0 repeat transparent;
  position: absolute;
  top: 0;
}
.oneday_panel-night .oneday_panel__title {
  background-image: url("../img/tile/blue.webp");
}
.oneday_panel__head {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
@media screen and (max-width: 575px) {
  .oneday_panel__head {
    top: -25px;
    margin-bottom: -25px;
  }
}
.oneday_panel__body {
  position: relative;
  padding-top: 65px;
}
@media screen and (min-width: 576px), print {
  .oneday_panel__body {
    margin-left: 25px;
  }
}
.oneday_panel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oneday_panel__row:last-child {
  padding-bottom: 65px;
}
.oneday_panel__row:last-child .clock {
  position: relative;
}
.oneday_panel__row:last-child .clock::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 34px + 65px);
  width: 100%;
  background-color: #f2f2f2;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .oneday_panel__row:last-child .clock::after {
    height: calc(100% + 19px + 65px);
  }
}
.oneday_panel__row .clock {
  -webkit-box-flex: 92px;
  -ms-flex: 92px 0 0px;
  flex: 92px 0 0;
  position: relative;
  top: -34px;
}
.oneday_panel__row .clock img {
  width: 72px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .oneday_panel__row .clock {
    -webkit-box-flex: 56px;
    -ms-flex: 56px 0 0px;
    flex: 56px 0 0;
    top: -19px;
  }
  .oneday_panel__row .clock img {
    width: 36px;
  }
}
.oneday_panel__row .border {
  -webkit-box-flex: 100px;
  -ms-flex: 100px 2 2;
  flex: 100px 2 2;
  position: relative;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .oneday_panel__row .border {
    display: none;
  }
}
.oneday_panel__row .border::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #bdbdbd;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
}
.oneday_panel__row .border-none::before {
  display: none;
}
.oneday_panel__row .oneday_card {
  -webkit-box-flex: 950px;
  -ms-flex: 950px 0 2;
  flex: 950px 0 2;
  position: relative;
  z-index: 2;
}
.oneday_panel__row:not(:last-child) {
  margin-bottom: 60px;
}

.oneday_hero {
  padding-left: clamp(100px, 25vw, 190px);
}
@media screen and (min-width: 1000px), print {
  .oneday_hero {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .oneday_hero {
    padding-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .oneday_hero {
    padding-left: 55px;
  }
}
.oneday_hero__image {
  -webkit-box-flex: 590px;
  -ms-flex: 590px 0 1;
  flex: 590px 0 1;
}
@media screen and (max-width: 999px) {
  .oneday_hero__image {
    margin-top: 30px;
  }
  .oneday_hero__image img {
    width: 500px;
  }
}
.oneday_hero__info {
  -webkit-box-flex: 320px;
  -ms-flex: 320px 10 0px;
  flex: 320px 10 0;
  padding-right: 20px;
}
@media screen and (max-width: 999px) {
  .oneday_hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: clamp(30px, 2vw, 40px);
  }
}
@media screen and (min-width: 1000px), print {
  .oneday_hero__info__en {
    margin-bottom: clamp(1em, 1vw, 2em);
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .oneday_hero__info__en {
    max-width: 200px;
  }
}
.oneday_hero__info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1000px), print {
  .oneday_hero__info__name {
    padding-left: 55px;
  }
}
@media screen and (max-width: 999px) {
  .oneday_hero__info__name {
    padding-left: 10px;
  }
}
.oneday_hero__info__name .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  line-height: 1;
}
.oneday_hero__info__name .name .main {
  font-size: clamp(1.25rem, 2vw, 1.875rem);
}
.oneday_hero__info__name .name .handle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  position: relative;
  top: -0.07em;
}
.oneday_hero__info__name .tag {
  font-size: clamp(0.938rem, 2vw, 1.125rem);
  background-color: #222222;
  font-weight: 500;
  color: #ffffff;
  padding: 0.4em 0.8em 0.5em;
  line-height: 1;
  border-radius: 9999px;
}

.oneday_card {
  background-color: #ffffff;
  border-radius: 10px;
}
.oneday_card .time_area {
  margin-top: -0.8em;
  margin-left: -0.7em;
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7em;
}
@media screen and (max-width: 999px) {
  .oneday_card .time_area {
    font-size: 1.125rem;
  }
}
.oneday_card .time_area .time {
  letter-spacing: 0.1em;
}
.oneday_card .time_area .title {
  font-size: clamp(1rem, 1.8vw, 1.563rem);
}
@media screen and (min-width: 1300px), print {
  .oneday_card .time_area .title {
    padding-top: 0.15em;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1000px) {
  .oneday_card .time_area .title {
    padding-top: 0.1em;
  }
}
@media screen and (max-width: 999px) {
  .oneday_card .time_area .title {
    padding-top: 0;
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 1000px), print {
  .oneday_card__content {
    padding: 1.2em 2.4em 2.2em;
  }
}
@media screen and (max-width: 999px) {
  .oneday_card__content {
    padding: 1em 1em 1.2em;
  }
}
@media screen and (min-width: 1000px), print {
  .oneday_card__content-single {
    padding-top: 2.2em;
  }
}
.oneday_card__content .set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .oneday_card__content .set .right.fix {
    -ms-flex-preferred-size: 300px !important;
    flex-basis: 300px !important;
  }
}
@media screen and (max-width: 999px) {
  .oneday_card__content .set > *:first-child {
    margin-bottom: 1em !important;
  }
}
.oneday_card__content h4 {
  font-size: clamp(1.125rem, 2.3vw, 1.563rem);
}
.oneday_card__content h5 {
  margin-top: 1em;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  margin-bottom: 1em;
  display: inline-block;
  color: #ffffff;
  line-height: 1.5;
  padding: 0.1em 1em;
  border-radius: 5px;
  font-weight: 400;
}
.oneday_card__content li {
  font-weight: 500;
}
.oneday_card-day .oneday_card__content li:not(.cancel)::before {
  background-color: #00be9b !important;
}
.oneday_card-day .oneday_card__content h5 {
  background-color: #00be9b;
}
.oneday_card-night .oneday_card__content li:not(.cancel)::before {
  background-color: #3d68c9 !important;
}
.oneday_card-night .oneday_card__content h5 {
  background-color: #3d68c9 !important;
}
.oneday_card__content .row_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
}
.oneday_card__content .row_list li {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .oneday_card__content .row_list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.oneday_card-notext .oneday_card__content {
  padding: 0;
  height: 15px;
}
/*# sourceMappingURL=oneday.css.map */
