@charset "UTF-8";
/*
    //レスポンシブの使い方 これをコピペしてくれ
    //tablet
    @media (max-width: $tablet_width) {

    }
    //sp
    @media (max-width: $width_sp) {

    }
    //small sp 414以下
    @media (max-width: $small_sp) {

    }
    //xsmall sp 360以下
    @media (max-width: $xsmall_sp) {

    }
*/
.shinsatsu_nagere .app-download-links img {
  height: 40px;
  margin: 6px 0px 8px 0px;
}
.shinsatsu_nagere ol {
  padding-left: 16px !important;
}
.shinsatsu_nagere ol li {
  font-size: 13px !important;
  margin-bottom: 8px;
}

.google_meet_complete_div p {
  font-size: 16px;
}
.google_meet_complete_div img {
  opacity: 1 !important;
  height: 35px !important;
  width: auto !important;
}

#reserve_class_modal {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 900px;
  opacity: 1;
  border-radius: 10px;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 0px;
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), overlay 0.4s allow-discrete, display 0.4s allow-discrete;
}
#reserve_class_modal::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
}
@starting-style {
  #reserve_class_modal[open] {
    opacity: 0;
    transform: scale(0.8) translateY(15px);
  }
}
#reserve_class_modal[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
@starting-style {
  #reserve_class_modal[open]::backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
}
#reserve_class_modal {
  height: 100%;
}
#reserve_class_modal .loading {
  display: flex;
  flex-direction: column; /* 画像とテキストを縦並びにする */
  justify-content: center; /* 上下の中央寄せ */
  align-items: center; /* 左右の中央寄せ */
  height: 100%;
}
#reserve_class_modal .loading.hidden {
  display: none;
}
#reserve_class_modal .main {
  height: 93dvh; /* 端末の画面の高さぴったり */
  display: flex;
  flex-direction: column;
  margin-top: 0px !important;
}
#reserve_class_modal .main .header {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 5px 15px;
  flex-shrink: 0;
}
#reserve_class_modal .main .header h3 {
  font-size: 20px;
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  #reserve_class_modal .main .header h3 {
    font-size: 16px;
  }
}
#reserve_class_modal .main .header div.close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 3px;
  width: 27px;
  height: 27px;
  background: rgb(80, 80, 80);
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  border-radius: 0px 0px 0px 10px;
  cursor: pointer;
  transition: 0.2s;
}
#reserve_class_modal .main .header div.close:hover {
  opacity: 0.7;
}
#reserve_class_modal .main .contents {
  flex: 1; /* 残りの高さを自動で全部使う */
  padding: 0px 15px 5px 15px;
  overflow-y: auto; /* 縦スクロールのみ許可 */
  overflow-x: hidden; /* 横スクロールはNG */
}
#reserve_class_modal .main .contents table.reserve_table {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
  border: 2px solid rgb(124, 123, 123);
}
#reserve_class_modal .main .contents table.reserve_table thead th {
  background: rgb(53, 45, 45);
  color: white;
  border: 2px solid rgb(190, 190, 190);
  position: sticky;
}
#reserve_class_modal .main .contents table.reserve_table thead th span {
  color: white;
}
#reserve_class_modal .main .contents table.reserve_table thead th span.weekday7 {
  color: rgb(202, 156, 156);
}
#reserve_class_modal .main .contents table.reserve_table thead th span.weekday6 {
  color: rgb(209, 209, 245);
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_time span {
  cursor: pointer;
  transition: 0.2s;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_time span:hover {
  opacity: 0.7;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_time span {
  margin: 0px 10px;
  padding: 3px 0px;
  background: white;
  border-radius: 7px;
  box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.2);
  color: #333;
  width: 50px;
  display: inline-block;
}
@media (max-width: 767px) {
  #reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_time span {
    margin: 0px 5px;
    width: 30px;
  }
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span {
  margin: 0px 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 80px;
  display: inline-block;
}
@media (max-width: 767px) {
  #reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span {
    margin: 0px 0px;
    width: 45px;
    font-size: 12px;
  }
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date {
  cursor: pointer;
  transition: 0.2s;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date:hover {
  opacity: 0.7;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date.previous_week {
  position: relative;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date.previous_week::before {
  position: absolute;
  top: -9px;
  left: -8px;
  content: "＜";
  font-size: 28px;
}
@media (max-width: 767px) {
  #reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date.previous_week::before {
    top: -6px;
    left: -10px;
    font-size: 20px;
  }
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date.next_week {
  position: relative;
}
#reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date.next_week::after {
  position: absolute;
  top: -9px;
  right: -8px;
  content: "＞";
  font-size: 28px;
}
@media (max-width: 767px) {
  #reserve_class_modal .main .contents table.reserve_table thead th div.header_info div.move_week span.change_reserve_date.next_week::after {
    top: -6px;
    right: -10px;
    font-size: 20px;
  }
}
#reserve_class_modal .main .contents table.reserve_table thead .row1 th {
  top: 0;
  height: 40px; /* 1行目の高さを明確に指定 */
  z-index: 2; /* 重なり順を維持 */
}
#reserve_class_modal .main .contents table.reserve_table thead .row2 th {
  top: 41px; /* 1行目の height と同じ値をセット！ */
  z-index: 2;
  padding: 10px 0px;
}
#reserve_class_modal .main .contents table.reserve_table tbody tr#morning {
  scroll-margin-top: 82px;
}
#reserve_class_modal .main .contents table.reserve_table tbody tr#midnight {
  scroll-margin-top: 82px;
}
#reserve_class_modal .main .contents table.reserve_table tbody tr#afternoon {
  scroll-margin-top: 82px;
}
#reserve_class_modal .main .contents table.reserve_table tbody tr#evening {
  scroll-margin-top: 82px;
}
#reserve_class_modal .main .contents table.reserve_table tbody td {
  width: 12.5%;
  text-align: center;
  border: 1px solid rgb(190, 190, 190);
}
#reserve_class_modal .main .contents table.reserve_table tbody td.min0 {
  border-top: 2px solid rgb(190, 190, 190);
}
#reserve_class_modal .main .contents table.reserve_table tbody td span {
  padding: 6px 2px;
  display: block;
  text-align: center;
  font-size: 13px;
}
#reserve_class_modal .main .contents table.reserve_table tbody td span.out_of_reserve {
  background: #eee;
  color: #575757;
}
#reserve_class_modal .main .contents table.reserve_table tbody td span.available {
  color: #292a31;
  background: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
#reserve_class_modal .main .contents table.reserve_table tbody td span.available:hover {
  opacity: 0.7;
}
#reserve_class_modal .main .contents table.reserve_table tbody td span.available:hover {
  background: rgb(234, 254, 255);
}
#reserve_class_modal .main .contents table.reserve_table tbody td span.notavailable {
  font-weight: bold;
  color: #662323;
  background: rgb(255, 221, 221);
}/*# sourceMappingURL=new_style.css.map */