@charset "utf-8";

/* =========================================================
  01. 共通
========================================================= */
.calendar-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
.login-shop-name,
.target-advisory {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.month-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  min-width: 10rem;
  height: 4.2rem;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
  transition: .4s;
}
.month-btn::after {
  content: "";
  display: block;
  background: url(../img/arw_rd.svg) center center no-repeat;
  background-size: contain;
  width: 0.7rem;
  aspect-ratio: 5/18;
  margin-bottom: -.2rem;
}
.month-btn:hover {
  background: #F9E0E0;
}
.month-btn:nth-of-type(1) {
  flex-direction: row-reverse;
}
.month-btn:nth-of-type(1)::after {
  transform: rotate(180deg);
}
.week-nav {
  display: none;
}

.error-message {
  margin: 0 0 1.6rem;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #f2b8b8;
  background: #fff3f3;
  color: #c00;
  font-weight: 700;
}
.rule {
  background: var(--c_be2);
  padding: 4rem;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
	z-index: 1;
}
.rule h2 {
  margin-bottom: 3rem;
  font-size: 150%;
  font-weight: 700;
}
.p-rule {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}
.p-rule dl {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
.p-rule dt {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DDD2CF;
}
.p-rule dt figure {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 5rem;
  margin: 0 auto 2rem;
  border-radius: 1.5rem;
  background: var(--c_c1);
}
.p-rule dt h3 {
  color: var(--c_c1);
  font-size: 125%;
  font-weight: 700;
}
.p-rule li {
  text-align: left;
  padding-left: 1.5em;
  position: relative;
}
.p-rule li + li {
  margin-top: 1rem;
}
.p-rule li::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 1em;
  aspect-ratio: 1;
  background: var(--c_c1);
  border-radius: 50%;
  position: absolute;
  top: .35em;
  left: 0;
}
.p-rule li a {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
}
.p-rule li a::after {
  content: "";
  display: block;
  background: url(../img/arw_rd.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 5/8;
  width: 0.8rem;
  margin-bottom: -.2rem;
}
.p-rule li a:hover {
  color: var(--c_c1);
}
.p-rule dl:nth-of-type(2) dt figure {
  background-color: var(--c_c2);
}
.p-rule dl:nth-of-type(2) dt h3 {
  color: var(--c_c2);
}
.p-rule dl:nth-of-type(2) li::before {
  background-color: var(--c_c2);
}

/* =========================================================
  02. /board/ カレンダー共通
========================================================= */
.calendar-lead {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #DDD2CF;
  gap: 1rem 3rem;
}
.calendar-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.sunday {
  color: var(--c_rd);
}

.saturday {
  color: var(--c_bl);
}


/* =========================================================
  03. /board/ PC月表示
========================================================= */
.calendar-desktop {
  display: block;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.calendar-table th,
.calendar-table td {
  border: 0.1rem solid #DDD2CF;
  text-align: center;
  vertical-align: middle;
}

.calendar-table thead th {
  height: 5.2rem;
  background: #815043;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.calendar-table thead th.saturday {
  background: var(--c_bl);
}
.calendar-table thead th.sunday {
  background: var(--c_rd);
}

.corner-cell,
.time-col {
  width: 11.2rem;
}

.corner-cell {
  border-top: none !important;
  border-left: none !important;
  background: transparent !important;
}

.time-col {
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  white-space: nowrap;
}
.time-col span {
  display: inline-block;
  background-color: var(--c_c1);
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  aspect-ratio: 4/5;
  margin: -.2rem .3rem 0;
  width: 0.6rem;
}

.date-row td {
  height: 4.2rem;
  background: var(--c_be2);
  font-size: 1.8rem;
  font-weight: 700;
}

.slot-row td {
  position: relative;
  height: 4.2rem;
  background: #fff;
}

.slot-row td.other-month-slot {
  background: rgba(255,255,255,.1);
}

.slot-cell {
  cursor: pointer;
}

.empty-date,
.empty-slot-cell {
  background: #fff;
  cursor: default;
}


.week-gap td {
  height: 0;
  border: none;
}
.slot-cell:hover,
.empty-slot-cell:hover,
.today-col.slot-cell:hover {
  background: #e9f6ff !important;
}


/* =========================================================
  04. /board/ 予定表示
========================================================= */
.schedule-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .4rem 0.2rem;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: .2s;
}
.schedule-item.is-overlap {
  font-size: 1.1rem;
}
.schedule-request {
  background: #18AC9A;
}
.schedule-decision {
  background: #ED6D64;  
}
.schedule-other {
  background: #9F9F9F;
}
.schedule-item:hover {
  background-color: #875242;
}


/* =========================================================
  05. /board/ SP週表示
========================================================= */
.calendar-mobile {
  display: none;
}

.sp-week-wrap {
  border-left: 0.1rem solid #e2e6ea;
  border-bottom: 0.1rem solid #e2e6ea;
}

.sp-week-grid {
  display: grid;
  grid-template-columns: 3.5rem repeat(7, minmax(0, 1fr));
  width: 100%;
}

.sp-head-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  border-top: 0.1rem solid #DDD2CF;
  border-right: 0.1rem solid #DDD2CF;
  background: var(--c_be2);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.sp-head-cell .num {
  margin-top: 0.3rem;
  font-size: 1.4rem;
}

.sp-time-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  border-top: 0.1rem solid #DDD2CF;
  border-right: 0.1rem solid #DDD2CF;
  background: var(--c_be2);
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

.sp-slot-cell {
  position: relative;
  min-height: 7rem;
  border-top: 0.1rem solid #DDD2CF;
  border-right: 0.1rem solid #DDD2CF;
  background: #fff;
  cursor: pointer;
}

.sp-slot-cell:hover {
  background: #eaf6ff;
}

.sp-today-col {
  background: rgba(239, 244, 253, .7);
}

.sp-head-cell.sp-today-col {
  background: rgb(141, 178, 247, .5);
}

.sp-today-col:hover {
  background: #bfe0f7;
}

.sp-schedule-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.sp-schedule-item.is-overlap {
  font-size: .8rem;
}

/* =========================================================
  06. /board/ モーダル
========================================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.45);
}

.modal-overlay.is-open {
  display: flex;
}

.modal-box {
  position: relative;
  width: min(56rem, 100%);
  max-height: 90vh;
  padding: 2.8rem 2.8rem 2.2rem;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.4rem;
  height: 3.4rem;
  border: 0.1rem solid #999;
  background: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  background: #f2f2f2;
}

.modal-title {
  margin: 0 0 2rem;
  padding-right: 4rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.form-row {
  margin-bottom: 1.4rem;
}

.form-row label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.9rem 1rem;
  border: 0.1rem solid #ccd3da;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}

.form-row textarea {
  min-height: 9rem;
  resize: vertical;
}
input[type="date"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.time-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.date-range-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0;
  font-size: 110%;
  font-weight: 400;
  cursor: pointer;
  padding: .2rem;
}
.radio-group label:hover {
  background: #f1f1f1;
}

.radio-group input {
  width: auto;
}

.modal-btn-row {
  display: grid;
  grid-template-columns: 1fr 12rem;
  gap: 1rem;
  margin-top: 0.6rem;
}
.submit-btn {
  display: block;
  width: 100%;
  height: 6rem;
  margin-top: 2rem;
  border: none;
  border-radius: 0.4rem;
  background: var(--c_c1);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-indent: .1em;
  cursor: pointer;
}

.modal-btn-row .submit-btn {
  margin-top: 0;
}
.submit-btn:hover {
  background: var(--c_c2);
}

.delete-btn {
  height: 6rem;
  border: none;
  border-radius: 0.4rem;
  background: #999;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  font-weight: 700;
  cursor: pointer;
}

.delete-btn:hover {
  background: #777;
}

.update-history {
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 0.1rem solid #e5e5e5;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}


/* =========================================================
  07. /board/ 休日・時短勤務日
========================================================= */
.date-row td.today-col,
.sp-head-cell.sp-today-col {
  background: #F2D2C6 !important;
}
.slot-cell.today-col,
.sp-slot-cell.sp-today-col {
  background: #F9E0E0;
}
.slot-cell.is-disabled,
.sp-slot-cell.is-disabled {
  background: #EBEBEB !important;
  cursor: not-allowed;
  pointer-events: none;
}
.slot-cell.is-disabled:hover,
.sp-slot-cell.is-disabled:hover {
  border-top-color: #ccc !important;
  border-bottom-color: #ccc !important;
  background: #ddd !important;
}
.slot-cell.is-disabled .schedule-item,
.sp-slot-cell.is-disabled .sp-schedule-item {
  cursor: pointer;
}


/* =========================================================
  08. /holiday/ 休日設定
========================================================= */
.holiday-wrap {
  max-width: 72rem;
  margin: 0 auto;
}
.holiday-note {
  margin: 0 0 3rem;
  padding: 2rem;
  font-size: 87.5%;
  border-radius: 0.5rem;
  background: var(--c_be2);
  line-height: 1.8;
}

.holiday-note p {
  margin: 0;
}

.holiday-form {
  padding: 4rem;
  border: 0.1rem solid #e2e6ea;
  border-radius: 0.6rem;
  background: #fff;
}

.holiday-form .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.holiday-form .radio-group input {
  width: auto;
}

.holiday-btn-row {
  margin-top: 0.8rem;
}
.holiday-list-area {
  margin-top: 8rem;
}
.section-title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.holiday-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.holiday-row:nth-of-type(even) {
  background: #FCF8F0;
}
.holiday-table th,
.holiday-table td {
  padding: .5rem 1rem;
  border: 0.1rem solid #e2e6ea;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
}
.holiday-table th {
  background: #f0dfc5;
  font-weight: 700;
}
.holiday-table th:nth-child(4),
.holiday-table td:nth-child(4) {
  width: 12rem;
  text-align: center;
}
.holiday-delete-btn {
  border: none;
  border-radius: 0.4rem;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: .5rem 2rem .7rem;
  cursor: pointer;
}
.holiday-delete-btn:hover {
  background: var(--c_rd);
}
.holiday-more-btn-row {
  margin-top: 3rem;
}
.holiday-more-btn-row button {
  background: var(--c_bl);
  border-radius: 5px;
  padding: .7rem 1.5rem;
  color: #fff;
  transition: .2s;
  font-size: 80%;
}
.holiday-more-btn-row button:hover {
  background: #777;
}

/* =========================================================
  09. /summary/ 集計レポート
========================================================= */
.message {
  background: #fff;
  border-radius: 5rem;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 4rem 2rem;
  max-width: 62rem;
  margin: 0 auto 6rem;
}
.message figure {
  position: absolute;
  top: -1rem;
  left: 4rem;
  z-index: 1;
  max-width: 5.1rem;
}
.message figure:nth-of-type(2) {
  top: auto;
  left: auto;
  bottom: -1rem;
  right: 4rem;
}
.summary-table-lead {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.summary-table-lead .arw {
  display: block;
  width: 1px;
  height: 4rem;
  border-left: .5rem dotted var(--c_c1);
  position: absolute;
  bottom: -4.5rem;
  left: 11rem;
}
.summary-table-lead .arw::after {
  content: "";
  display: block;
  background: url(../img/arw_rd.svg) center center no-repeat;
  background-size: contain;
  aspect-ratio: 5/8;
  width: 1.6rem;
  position: absolute;
  left: -1rem;
  bottom: -1.7rem;
  transform: rotate(90deg);
}
.summary-table-lead strong {
  font-size: 112.5%;
  color: var(--c_c1);
}


.summary-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  margin: 0 0 2.4rem;
}

.summary-month-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.summary-table-wrap {
  width: 100%;
}

.summary-table {
  border-collapse: collapse;
  width: 100%;
  font-weight: 400;
}
.summary-table thead th {
  font-size: 1.3rem;
  font-feature-settings: "palt";
  width: 5%;
}
.summary-table th,
.summary-table td {
  border: 1px solid #DDD2CF;
  text-align: center;
  vertical-align: middle;
  padding: 0.6rem .4rem;
}

.summary-group-row th,
.summary-label-row th {
  font-weight: 500;
}
.summary-group-row th strong {
  font-size: 112.5%;
}

.summary-group-row th.summary-fixed-cell {
  border: none;
}
.summary-corner-head {
  background: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
}

.summary-total-group-head,
.summary-total-head,
.summary-standard-head,
.summary-rate-head {
  background: #875242;
  color: #fff;
}

.summary-total-head,
.summary-standard-head,
.summary-rate-head {
  background: #875242;
}

.summary-improvement-head,
.summary-improvement-min,
.summary-order-head,
.summary-order-min {
  background: #ef6963;
  color: #fff;
}

.summary-sanomi-head {
  background: #f0dfc5;
  color: #333;
}

.summary-process-group-head {
  background: #c69a58;
  color: #fff;
}

.summary-work-head {
  background: #f0dfc5;
}
.summary-improvement-head,
.summary-order-head {
  background: #ef6963;
  color: #fff;
}

.summary-min-row th {
  background: #f0dfc5;
  color: #333;
}

.summary-min-row .summary-improvement-min,
.summary-min-row .summary-order-min {
  background: #ef6963;
  color: #fff;
}

.summary-table tbody tr:nth-child(odd) td,
.summary-table tbody tr:nth-child(odd) th {
  background: #FCF8F0;
}

.summary-table tbody tr:nth-child(even) td,
.summary-table tbody tr:nth-child(even) th {
  background: #fff;
}

.summary-total-cell,
.summary-standard-cell,
.summary-rate-cell {
  background: #F9E0E0!important;
  border-color: #DDD2CF!important;
  color: #ef6963;
  font-weight: 700;
}

.summary-date-cell {
  font-family: "arboria", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
}
.summary-date-cell,
.summary-week-cell {
  font-weight: 700;
}
.summary-min-row th {
  height: 4.2rem;
}

.summary-total-head,
.summary-standard-head,
.summary-rate-head {
  width: 8.5rem!important;
  padding: 0!important;
}

.summary-total-cell,
.summary-standard-cell,
.summary-rate-cell {
  font-weight: 700;
}
.summary-table tfoot {
    border: 2px solid var(--c_c1);
}
.summary-table tfoot th {
  background: #fff;
  font-weight: 700;
  padding: 1.2rem;
}
.summary-table tfoot th:first-of-type {
  background: var(--c_c1);
  color: #fff;
  font-size: 100%;
  font-size: 1.4rem;
}
.summary-table tfoot th:nth-of-type(2),
.summary-table tfoot th:nth-of-type(3),
.summary-table tfoot th:nth-of-type(4) {
  background: #F9E0E0 ;
  border-color: #DDD2CF;
  color: #ef6963;
  font-size: 100%;
}
.summary-csv-area {
  margin-bottom: 6rem;
  text-align: center;
}

.summary-csv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 18rem;
  height: 4.2rem;
  padding: 0 2rem;
  border-radius: 0.4rem;
  background: var(--c_c2);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.summary-csv-btn::after {
  content: "";
  display: block;
  background: url(../img/icon_dl.svg) center center no-repeat;
  background-size: contain;
  width: 1.8rem;
  aspect-ratio: 18/19;
}

.summary-csv-btn:hover {
  background: var(--c_c1);
}




/* =========================================================
  10. SP調整
========================================================= */
@media (max-width: 780px) {
  .rule {
    padding: 2rem;
  }
  .rule h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.8rem;
    margin: 0 -2rem;
  }
  .rule h2 span {
    display: block;
    background: #fff;
    aspect-ratio: 1;
    width: 3rem;
    border-radius: 50%;
    position: relative;
  }
  .rule h2 span::after {
    content: "";
    display: block;
    background: var(--c_rd);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
            width: 50%;
    transition: .2s;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
    clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  }
  .rule h2.act span::after {
    -webkit-clip-path: polygon(0 45%, 45% 45%, 45% 45%, 55% 45%, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 55%, 45% 55%, 45% 55%, 0 55%);
    clip-path: polygon(0 45%, 45% 45%, 45% 45%, 55% 45%, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 55%, 45% 55%, 45% 55%, 0 55%);
}
  .p-rule {
    display: none;
    grid-template-columns: repeat(1,1fr);
  }
  .p-rule dl {
    padding: 2rem;
    border-radius: 1rem;
    margin: 3rem 0 0;
  }
  .calendar-header {
    justify-content: center;
    gap: 2rem;
  }
  .calendar-lead {
    flex-direction: column;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .calendar-lead > .target-advisory {
    display: none;
  }
  .week-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .login-shop-name,
  .target-advisory {
    font-size: 2rem;
  }
  .calendar-title {
    grid-column: 1 / -1;
    margin-bottom: 0.4rem;
    font-size: 2rem;
  }  
  .month-btn {
    min-width: 8rem;
    gap: 1rem;
    font-size: 1.6rem;
  }
  .calendar-header .month-btn {
    min-width: auto;
    width: 3.5rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--c_c1);
  }
  .calendar-header .month-btn::after {
    background-image: url(../img/arw_wh.svg);
  }
  .calendar-header .month-btn span {
    display: none;
  }

  .calendar-desktop {
    display: none;
  }

  .calendar-mobile {
    display: block;
  }
  .sp-time-cell span {
    display: block;
    background-color: var(--c_c1);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    aspect-ratio: 3/2;
    margin: .3rem auto;
    width: 0.8rem;
  }

  .modal-box {
    padding: 2.4rem 1.8rem 1.8rem;
    max-height: 80vh;
  }

  .modal-title {
    font-size: 1.9rem;
  }

  .update-history {
    font-size: 1.4rem;
  }

  .schedule-item {
    font-size: 1.2rem;
  }

  .holiday-form {
    padding: 1.8rem;
  }

  .holiday-form .radio-group {
    display: block;
  }

  .holiday-form .radio-group label {
    display: flex;
    margin-bottom: 0.8rem;
  }
  input[type="date"] {
    max-width: 22rem;
  }

  .holiday-list-area {
    overflow-x: auto;
  }

  .holiday-table {
    min-width: 56rem;
  }


  .message {
    font-size: 1.5rem;
    padding: 2rem 0;
    border-radius: 2rem;
    margin-bottom: 4rem;
  }
  .summary-header {
    gap: 0.8rem;
    margin-bottom: 1.4rem;
  }
  .message figure {
    top: -1rem;
    left: -1rem;
    max-width: 4rem;
  }
  .message figure:nth-of-type(2) {
    bottom: -1rem;
    right: -1rem;
  }
  #summary .calendar-lead > .target-advisory {
    display: block;
  }
  .summary-table-lead {
    font-size: 1.4rem;
  }
  .summary-table-lead .arw {
    height: 3rem;
    left: 8rem;
    bottom: -3.7rem;
  }
  .summary-table-wrap {
    overflow: auto;
  }
  .summary-table {
    width: 90rem;
  }
  .summary-table th,
  .summary-table td {
    padding: 0.7rem 0.1rem;
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
  }
  .summary-table thead th {
    font-size: 1rem;
  }
  .summary-total-head,
  .summary-standard-head,
  .summary-rate-head {
    width: 3.4rem;
  }
  .summary-total-cell,
  .summary-standard-cell,
  .summary-rate-cell {
    font-size: 0.8rem;
  }
  .summary-min-row th {
    height: 3rem;
  }
}
