
/*---------------------------
  共通
  ---------------------------*/
  body {
    font-family: Arial, sans-serif;
  }
  
  body.no_scroll {
    overflow: hidden;
  }
  
  a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #222;
  }
  
  a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
  }
  
  button {
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.7;
  }
  
  .zenkaku-new {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  .robot {
    font-family: "Roboto", sans-serif;
  }
  
  .robot_condensed {
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .main_container {
    background-color: #fff;
  }
  
  /*---------------------------
  ページ上部ラベル
    ---------------------------*/
  .top_box {
    width: 100vw;
    position: fixed;
    display: flex;
    height: 10.47vw;
    margin-top: 14.42vw;
    background-color: #f7f5f1;
    z-index: 10;
  }
  @media (min-width: 768px) {
    .top_box {
      width: 430px;
      height: 45px;
      margin-top: 62px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  .top_text {
    display: block;
    padding-top: 3.02vw;
    margin: 0 auto;
    color: #222 !important;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.19vw;
    letter-spacing: 0.09vw;
    z-index: 11;
  }
  @media (min-width: 768px) {
    .top_text {
      padding-top: 13px;
      font-size: 20px;
      line-height: 18px;
      letter-spacing: 0.4px;
    }
  }
  
  .lesson_reserve_container {
    padding-top: 28.53vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_container {
      padding-top: 107px;
    }
  }
  
  /*---------------------------
          レッスン内容
  ---------------------------*/
  .lesson_reserve_area {
    padding-top: 5.87vw;
    background-color: #ffffff;
  }
  @media (min-width: 768px) {
    .lesson_reserve_area {
      padding-top: 22px;
    }
  }
  .lesson_reserve_info_area {
    display: flex;
    justify-content: center;
    padding-bottom: 5.81vw;
    width: 88.37vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info_area {
      padding-bottom: 25px;
      width: 380px;
    }
  }
  
  .lesson_reserve_info-sentence {
    width: 45.35vw;
    margin-left: 5.35vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-sentence {
      width: 195px;
      margin-left: 23px;
    }
  }
  
  /*------------ 画像 ------------*/
  .lesson_reserve_info-img_style {
    width: 37.91vw;
    height: 37.91vw;
    border-radius: 4.65vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-img_style {
      width: 163px;
      height: 163px;
      border-radius: 20px;
    }
  }
  
  /*------------ カテゴリ ------------*/
  .lesson_reserve_info-category_box {
    align-items: center;
    margin-top: 2.56vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-category_box {
      margin-top: 11px;
    }
  }
  
  .lesson_reserve_info-category {
    font-size: 5.12vw;
    font-style: normal;
    font-weight: 600;
    line-height: 5.81vw;
    letter-spacing: 0.1vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-category {
      font-size: 22px;
      line-height: 25px;
      letter-spacing: 0.44px;
    }
  }
  
  .lesson_reserve_info-category_label_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.09vw;
    height: 6.51vw;
    margin-top: 1.16vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-category_label_box {
      width: 95px;
      height: 28px;
      margin-top: 5px;
    }
  }
  
  .lesson_reserve_info-category_img {
    align-items: center;
    width: 3.49vw;
    height: 3.95vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-category_img {
      width: 15px;
      height: 17px;
    }
  }
  
  .lesson_reserve_info-category_text {
    position: relative;
    align-items: center;
    margin-left: 1.86vw;
    color: #505050;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.79vw;
    letter-spacing: 0.16vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-category_text {
      margin-left: 8px;
      font-size: 14px;
      line-height: 12px;
      letter-spacing: 0.7px;
    }
  }
  
  /* カテゴリ別スタイル */
  .instructor_category {
    color: #6aa8de;
  }
  .instructor_bg {
    background-color: #dfedf9;
  }
  
  .selfstyle_category {
    color: #6db19d;
  }
  .selfstyle_bg {
    background-color: #e2efeb;
  }
  
  /*------------ レッスンタイトル ------------*/
  .lesson_reserve_info-title {
    margin-top: 1.4vw;
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 5.81vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-title {
      margin-top: 6px;
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0.3px;
    }
  }
  
  .lesson_reserve_info-time {
    color: #646464;
    font-size: 2.56vw;
    font-style: normal;
    font-weight: 500;
    line-height: 5.81vw;
    letter-spacing: 0.05vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-time {
      font-size: 11px;
      line-height: 25px;
      letter-spacing: 0.22px;
    }
  }
  
  /*------------ 値段 ------------*/
  .lesson_reserve_info-price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 3.26vw;
    color: #222;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 500;
    line-height: 5.58vw;
    letter-spacing: 0.02vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-price {
      margin-top: 14px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.7px;
    }
  }
  
  .lesson_reserve_info-price_value {
    font-size: 5.12vw;
    font-style: normal;
    font-weight: 500;
    line-height: 5.58vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_info-price_value {
      font-size: 22px;
      line-height: 24px;
    }
  }
  
  /*---------------------------
      　　予約内容選択
  ---------------------------*/
  .lesson_reserve_select_area {
    background-color: #f9f8f6;
  }
  
  /*------------ 予約人数選択 ------------*/
  .lesson_reserve_select-number_box {
    width: 90vw;
    padding-top: 5.58vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-number_box {
      width: 387px;
      padding-top: 24px;
    }
  }
  
  .lesson_reserve_select-number-title_box {
    display: flex;
    align-items: baseline;
    margin-bottom: 4.42vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-number-title_box {
      margin-bottom: 19px;
    }
  }
  
  .lesson_reserve_select-number_title {
    width: 33.33vw;
    color: #222;
    font-size: 4.19vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-number_title {
      width: 125px;
      color: #222;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.36px;
    }
  }
  
  .lesson_reserve_select-number_note {
    color: rgba(20, 20, 20, 0.8);
    margin: auto;
    margin-left: 0vw;
    font-size: 2.33vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.33vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-number_note {
      margin-left: 0px;
      font-size: 10px;
      line-height: 10px;
      letter-spacing: 0.3px;
    }
  }
  
  .number_wrapper {
    width: 90vw;
  }
  @media (min-width: 768px) {
    .number_wrapper {
      width: 387px;
    }
  }
  
  /*------------ エリア・スタジオを選択 ------------*/
  .lesson_reserve_select-studio_box {
    width: 90vw;
    padding-top: 10.47vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-studio_box {
      width: 387px;
      padding-top: 45px;
    }
  }
  
  .lesson_reserve_select-studio_title {
    display: none;
    color: #222;
    font-size: 4.19vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-studio_title {
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.36px;
    }
  }
  
  .lesson_reserve_select-studio_select_area {
    padding-top: 4.42vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-studio_select_area {
      padding-top: 19px;
    }
  }
  
  .area_wrapper {
    width: 43.72vw;
  }
  @media (min-width: 768px) {
    .area_wrapper {
      width: 188px;
    }
  }
  
  .lesson_reserve_select-studio_select_area .area_wrapper:nth-of-type(2) {
    padding-left: 1.76vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-studio_select_area .area_wrapper:nth-of-type(2) {
      padding-left: 6px;
    }
  }
  
  .studio_wrapper {
    width: 43.3vw;
  }
  @media (min-width: 768px) {
    .studio_wrapper {
      width: 188px;
    }
  }
  
  .lesson_reserve_select-studio_select_area .studio_wrapper:nth-of-type(2) {
    padding-left: 1.76vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-studio_select_area .studio_wrapper:nth-of-type(2) {
      padding-left: 6px;
    }
  }
  
  /*---------------------------
            【共通】
        セレクトボックス
  ---------------------------*/
  /* カスタムセレクトボックス全体のスタイル */
  .lesson_reserve_select-number-wrapper {
    position: relative;
    display: inline-block;
  }
  .lesson_reserve_select-area-wrapper {
    position: relative;
    display: none;
  }
  .lesson_reserve_select-studio-wrapper {
    position: relative;
    display: none;
  }
  
  .lesson_reserve_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.33vw;
    border: 0.22vw solid #ccc;
    border-radius: 11.63vw;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 50px;
    }
  }
  
  .lesson_reserve_select-number-text {
    padding-left: 2.09vw;
    color: #222;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.28vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-number-text {
      padding-left: 9px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .select-icon {
    margin-right: 1.16vw;
    transition: transform 0.3s; /* トグルアイコンのアニメーション */
  }
  @media (min-width: 768px) {
    .select-icon {
      margin-right: 5px;
    }
  }
  
  .select-icon img {
    width: 3.72vw;
    height: 1.86vw;
  }
  @media (min-width: 768px) {
    .select-icon img {
      width: 16px;
      height: 8px;
    }
  }
  
  /* 開閉状態に応じたトグルアイコンの回転 */
  .lesson_reserve_select.open .select-icon {
    transform: rotate(180deg);
  }
  
  /* オプションリストのスタイル */
  .lesson_reserve_select-numbers {
    max-height: 0; /* 初期状態で高さを0にする */
    overflow: hidden;
    opacity: 0; /* 初期状態で透明にする */
    position: absolute;
    top: 100%; /* カスタムセレクトボックスの下に表示 */
    left: 0;
    width: 100%;
    border: 0.22vw solid #ccc;
    border-radius: 0.93vw;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-numbers {
      border: 1px solid #ccc;
      border-radius: 4px;
      background-color: #fff;
    }
  }
  
  .lesson_reserve_select-numbers.open {
    max-height: 116.28vw;
    opacity: 1;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-numbers.open {
      max-height: 500px;
    }
  }
  
  /* 各欄のスタイル */
  .lesson_reserve_select-number {
    padding: 2.33vw;
    cursor: pointer;
    font-size: 3.72vw;
    transition: background-color 0.3s;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-number {
      padding: 10px;
      font-size: 16px;
    }
  }
  
  .lesson_reserve_select-number:hover {
    background-color: #f9f8f6;
  }
  
  /*------------ 日程を選択 ------------*/
  .lesson_reserve_select-date_box {
    display: none;
    width: 90vw;
    padding-top: 10.47vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date_box {
      width: 386px;
      padding-top: 45px;
    }
  }
  
  .lesson_reserve_select-date_title {
    padding-bottom: 6.28vw;
    color: #222;
    font-size: 4.19vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date_title {
      padding-bottom: 27px;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.36px;
    }
  }
  
  .month_icon {
    width: 2.79vw;
    height: 4.65vw;
  }
  @media (min-width: 768px) {
    .month_icon {
      width: 12px;
      height: 20px;
    }
  }
  
  .lesson_reserve_select-date_month-year {
    color: #222;
    text-align: center;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date_month-year {
      font-size: 15px;
    }
  }
  
  .lesson_reserve_select-date_month {
    font-size: 4.65vw;
    line-height: 4.65vw;
    letter-spacing: 0.14vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date_month {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0.6px;
    }
  }
  
  /*------------ カレンダー ------------*/
  .lesson_reserve_select-date_calendar {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date_calendar {
      width: 386px;
    }
  }
  
  .lesson_reserve_select-date_calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  .lesson_reserve_select-date_calendar-header button {
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .lesson_reserve_select-date_calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 3.95vw;
    border-radius: 2.33vw;
    border: 0.47vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date_calendar-table {
      margin-top: 17px;
      border-radius: 10px;
      border: 2px solid #bdbdbd;
    }
  }
  
  .calendar-table_top {
    width: 12.88vw;
    padding: 1.16vw 0;
    border-right: 0.22vw solid #bdbdbd;
    font-family: "Noto Sans JP", sans-serif;
    color: #414141;
    text-align: center;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  @media (min-width: 768px) {
    .calendar-table_top {
      width: 55.4px;
      padding: 5px 0 5px;
      border-right: 1px solid #bdbdbd;
      font-size: 12px;
    }
  }
  
  .calendar-table_top-saturday {
    color: #6aa8de;
  }
  
  .calendar-table_top-sunday {
    color: #d3405a;
    border: none;
  }
  
  .calendar-table_top-sunday {
    color: #d3405a;
    border: none;
  }
  
  .calendar-table_top-holiday {
    color: #d3405a;
  }
  
  /*------------ 日にちのスタイル ------------*/
  
  .calendar-table_td:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  
  .calendar-table_td {
    width: 13.02vw;
    height: 13.95vw;
    border-top: 0.22vw solid #bdbdbd;
    border-right: 0.22vw solid #bdbdbd;
  }
  @media (min-width: 768px) {
    .calendar-table_td {
      width: 56px;
      height: 60px;
      border-top: 1px solid #bdbdbd;
      border-right: 1px solid #bdbdbd;
    }
  }
  
  .calendar-table_td_box td:nth-child(7) {
    border-right: none;
  }
  
  /* 選択された場合の背景色 */
  td.selected {
    background-color: #FDECEC;
  }
  
  .reserve_none {
    background-color: #eaeaea;
  }
  
  .reserve_none p {
    color: #909090;
  }
  
  .calendar-table_text {
    margin-top: 0.22vw;
    color: #414141;
    text-align: center;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  @media (min-width: 768px) {
    .calendar-table_text {
      margin-top: 1px;
      font-size: 17px;
    }
  }
  
  .calendar-table_img {
    width: 4.1vw;
    height: 4.1vw;
    margin-top: 2.56vw;
  }
  @media (min-width: 768px) {
    .calendar-table_img {
      width: 17.642px;
      height: 17.642px;
      margin-top: 11px;
    }
  }
  
  /*------------ 時間選択 ------------*/
  .lesson_reserve_select-date-time_box {
    /* width: 87.91vw; */
    display: none;
    margin: 0 auto;
    justify-content: left;
    align-content: center;
    margin-top: 5.93vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date-time_box {
      /* width: 378px; */
      display: flex;
      margin: 0 auto;
      margin-top: 25.5px;
    }
  }
  
  .lesson_reserve_select-date-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* justify-content: left; */
    align-content: center;
    width: 100%;
  }
  
  .lesson_reserve_select-date-time_style {
    display: block;
    /* width: calc((100% / 2)); */
    width: calc((100% / 2) - 2.79vw);
    border-radius: 2.33vw;
    border: 0.47vw solid #bdbdbd;
    background: #fff;
    color: #414141;
    text-align: center;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.19vw;
    padding: 2.13vw 0 2.13vw;
    margin: 0 0 2.4vw 0;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date-time_style {
      /* width: calc((100% / 2)); */
      width: calc((100% / 2) - 9px);
      border-radius: 10px;
      border: 2px solid #bdbdbd;
      font-size: 15px;
      letter-spacing: 0.8px;
      padding: 8px 0 8px;
      margin: 0 0 9px 0;
    }
  }
  .lesson_reserve_select-date-time_style:nth-child(odd){
    margin-right: 2.09vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date-time_style:nth-child(odd){
      margin-right: 9px;
    }
  }
  .lesson_reserve_select-date-time_style > span{
    display: inline-block;
    margin-left: 7.44vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date-time_style > span{
      margin-left: 32px;
    }
  }
  /* .lesson_reserve_select-date-time li:nth-child(3n) {
    margin: 0 0 2.09vw 0;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select-date-time li:nth-child(3n) {
      margin: 0 0 9px 0;
    }
  } */
  
  .lesson_reserve_select-date-time_style:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  
  /* 選択された場合の背景色 */
  .lesson_reserve_select-date-time_style.selected {
    background-color: #FDECEC;
  }
  
  /*------------ 予約へ進む ------------*/
  button[disabled] {
    background-color: #d3d3d3;
    color: #909090;
  }
  
  .lesson_reserve_select_button_box {
    width: 87.44vw;
    padding: 11.63vw 0 13.95vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select_button_box {
      width: 376px;
      padding: 50px 0 60px;
    }
  }
  
  .lesson_reserve_select_button {
    width: 87.44vw;
    height: 13.95vw;
    margin: 0 auto;
    border: none;
    border-radius: 7.67vw;
    background: #f17373;
    transition: all 0.3s ease-in-out;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select_button {
      width: 376px;
      height: 60px;
      border-radius: 33px;
    }
  }
  
  .lesson_reserve_select_button-text {
    color: #fff;
    text-align: center;
    align-items: center;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.22vw;
  }
  @media (min-width: 768px) {
    .lesson_reserve_select_button-text {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 1px;
    }
  }


