@charset "UTF-8";


/* ======================================================== 
/schedule_trial/
======================================================== */

.sche_trial_page {
  background-color: var(--c-grey);
}
/* .trial_select_page{
  background-color: #d9c3c4;
} */
.trial_select_contents{
  background-color: #efefef;
}

/* trial_banner_block ================= */
.trial_banner_block {
  display: none;
  padding: 6.2em 0 0;
  background-color: #c9b988;
}
[data-sc-win="open"] .trial_banner_block {
  display: block;
}

/* trial_arrows_block ================= */
.trial_arrows_block_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5em;
}
.trial_arrows_block {
  width: 100%;
  height: 20.5em;
  padding: 5.5em 0 3em;
  color: #fff;
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}
[data-sc-win="open"] .trial_arrows_block{
  height: 17.5em;
  padding: 2.5em 0 3em;
}

.trial_arrows_block_wrap::before,
.trial_arrows_block_wrap::after{
  position: absolute;
  bottom: -.75em;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(100%  63.5%, 100% 65%, 50% 100%, 0 65%, 0 63.5%, 50% 98.5% ) ;
}
.trial_arrows_block_wrap::after{
  bottom: -1.5em;
}

.trial_arrows_block,
.trial_arrows_block_wrap::before,
.trial_arrows_block_wrap::after{
  background: linear-gradient(90deg, rgba(178, 14, 0, 1) 20%, rgba(219, 53, 22, 1) 100%);
}

.trial_arrows_ttl_wrap{
  text-align: center;
}
.trial_arrows_ttl{
  font-size: 3.5em;
}
.trial_arrows_txt{
  display: none;
  font-size: 1.8em;
  font-weight: 600;
  padding: .3em 0;
  line-height: 1.35;
}

[data-sc-win="open"] ._open {
  display: block;
}
[data-sc-win="closed"] ._closed {
  display: block;
}

@media (min-width: 769px) {
  .trial_banner_block {
    padding: 8em 0 0;
  }
  .trial_arrows_block {
    height: 17.5em;
    padding: 5.7em 0 3em;
  }
  [data-sc-win="open"] .trial_arrows_block {
    padding: 5.5em 0 3em;
  }
  .trial_arrows_ttl_wrap {
    font-size: 1.05em;
  }
  .trial_arrows_block_wrap::before{
    bottom: -.65em;
  }
  .trial_arrows_block_wrap::after{
    bottom: -1.3em;
}
} /* 769 */


/* FOOT BANNER ================ */
.trial_select_foot_banner{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  filter: drop-shadow(0 .5em .5em #00000033);
  overflow: hidden;
  max-width: 35em;
}
.trial_select_foot_banner img{
  transform: translateY(100%);
  transition: transform .3s;
  transition-timing-function: ease-in;
}
.passed .trial_select_foot_banner img{
  transform: translate(0);
}
@media (min-width: 769px) {
  .trial_select_foot_banner img{
    width: auto;
    height: 100%;
  }
} /* 769 */

/* SC TRIAL CONTENTS ================ */
.sche_trial_page .sc-main{
  padding: 0;
  background: #efefef;
}
.sche_trial_page .sc-container{
  padding-top: 0;
}

/* 検索表示ボタン =================== */
.sche_trial_page .all_studio_tab{

  display: none;

  position: relative;
  inset: 0;
  width: 100%;
  margin: .5em auto 2em;
}
.sche_trial_page .all_studio_tab label {
  font-size: 1.2em;
  color: #fff;
  background: transparent;
  padding: 1em 1em 1em 1.5em;
  border: 1px solid var(--color-grey-txt);
  margin: 0 ;
}


/* .sc-main .searchbox ================= */
.sc-main .searchbox p {
  font-family: inherit;
}
.searchbox .c_inner{
  padding: 0 1.25em;
}
.sche_trial_page .sc-main .searchbox {
  position: relative;
  color: #333;
  overflow: visible;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee;
  /* margin-bottom: 1px; */
  pointer-events: none;
}
.sche_trial_page #menu_bar01:checked ~ .searchbox{
  padding: 0;
  margin-top: 0;
  pointer-events: visible;
}
.st_search_sec {
  padding: 2.3em 0 2em;
}
.st_search_sec.step1,
.st_search_sec.step2{
  border-bottom: 1px solid #c8c8c8;
}
.st_search_sec.step1 {
  padding-top: 0;
}
.st_search_sec.step3 {
  padding-top: 8em;
}
[data-sc-win="closed"] .st_search_sec.step3 {
  display: none;
}

/* searc_sec_ttl ================== */
.search_ttl_wrap{
  display: flex;
  align-items: flex-end;
  gap: 1.2em;
}
.search_ttl_wrap + ul{
  margin-top: 1.5em !important;
}
.searc_sec_num{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .1em;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95em;
  line-height: 1;
}
.searc_sec_num .label{
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: .1em 0 .2em;
}
.searc_sec_num .num{
  font-size: 4em;
  font-weight: 500;
}

.search_sec_ttl .ttl{
  font-size: 1.6em;
}
.search_sec_ttl .caution{
  font-size: 0.95em;
}

/* .sc-main .searchbox .search_desc_label {
  font-size: 1.2rem;
  margin-top: .6em;
  margin-bottom: 0;
  color: #34ceca;
}
.sche_trial_page .sc-main .searchbox .search_desc {
  position: relative;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: .6em;
  margin: .9em 0;
}
.sche_trial_page .sc-main .searchbox .search_desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: .25em;
  height: 1.1em;
  background-color: #34ceca;
} */

.sche_trial_page .sc-main .searchbox ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5em .5em;
  margin: 0;
}
.sche_trial_page .sc-main .searchbox ul.genre li ,
.sche_trial_page .sc-main .searchbox li {
  width: 100%;
  margin: 0;
}

/* before check ======== */
.sche_trial_page .sc-main .searchbox input[type="checkbox"] + label{
  width: 100%;
  font-family: 'Oswald', "YakuHanJP", 'NotoSansCJKjp', sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  letter-spacing: -.02em;
  padding: 1em 0 1.15em 2.7em;
  border: none;
  border-radius: .2em;
  background-color: #fff;
  color: #333;
}
.sche_trial_page .sc-main .searchbox input[type="checkbox"] + label:before{
  display: block;
  width: 1.55em;
  height: 1.55em;
  top: 0;
  bottom: 0;
  left: .55em;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid var(--color-grey-txt);
  transform: none;
}
.sche_trial_page .sc-main .searchbox input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .22em;
  left: .85em;
  margin: auto;
  display: block;
  width: 1.1em;
  height: 1.1em;
  background-color: var(--c-black);
  clip-path: polygon(100% 75%, 0 75%, 0 25%, 15% 25%, 15% 60%, 100% 60%);
  transform: rotateZ(-45deg);
  opacity: 0;
}

/* after check ======== */
.sche_trial_page .sc-main .searchbox input[type="checkbox"]:checked  + label {
  color: #fff;
  background-color: #000;
}
.sche_trial_page .sc-main .searchbox input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  border-color: currentcolor;
}
.sche_trial_page .sc-main .searchbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.sche_trial_page .sc-main .searchbox .conf{
  padding: 0 ;
}
.sc-main .searchbox .conf button {
  color: #fff;
  padding: 1em;
  display: block;
  margin: .5em auto;
  width: 100%;
  max-width: 24em;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 2px;

  background-color: var(--c-grey-txt);
  pointer-events: none;
  cursor: not-allowed;
}
[data-sc-ready="ready"] .sc-main .searchbox .conf button {
  background-color: var(--c-red);
  pointer-events: visible;
  cursor:pointer;
}
.sc-main .searchbox .conf .caution {
  font-size: 1.08em;
  font-weight: 500;
  text-align: center;
  margin: .6em 0;
}
.sche_trial_page .sche_lesson_list{
  padding-top: .3em;
}

/* page-head-ttl ================= */
.st_location_ttl {
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: .08em;
}
.st_location_ttl span{
  display: none;
}

[data-sc-loc="1"] [data-loc="1"],[data-sc-loc="2"] [data-loc="2"],[data-sc-loc="3"] [data-loc="3"],
[data-sc-loc="4"] [data-loc="4"],[data-sc-loc="5"] [data-loc="5"],[data-sc-loc="6"] [data-loc="6"],[data-sc-loc="7"] [data-loc="7"],[data-sc-loc="8"] [data-loc="8"],[data-sc-loc="9"] [data-loc="9"],[data-sc-loc="10"] [data-loc="10"],[data-sc-loc="11"] [data-loc="11"],[data-sc-loc="12"] [data-loc="12"],[data-sc-loc="13"] [data-loc="13"],[data-sc-loc="14"] [data-loc="14"],[data-sc-loc="15"] [data-loc="15"]{
  display: block;
}

.sche_trial_page .page-head-ttl{
  color: #333;
  padding: .3em 0 .6em;
}
.sche_trial_page .page-head-ttl .month{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: .2em;
}
.sche_trial_page .page-head-ttl .month .next + span{
  font-size: 1.6em;
  line-height: 1;
}

@media screen and (min-width:769px){

  .sche_trial_page .sc_ttl_block{
    position: absolute;
    left: 29em;
  }
  .sche_trial_page .all_studio_tab {
    margin: 0;
  }
  .sche_trial_page .all_studio_tab label {
    width: 14rem;
  }

  .sche_trial_page .sc-main {
    padding:  0;
  }
  .sche_trial_page .sc-container {
    padding-top: .5em;
    
  }
  .sche_trial_page #menu_bar01:checked ~ .searchbox {
    margin-top: 0;
  }
  .sche_trial_page .sc-main .searchbox input[type="checkbox"] + label {
    padding: 1.1em 0 1.2em 2.45em;
    border: none;
  }
  .sche_trial_page .sc-main .searchbox input[type="checkbox"] + label:before {
    width: 1.35em;
    height: 1.35em;
    left: .5em;
  }
  .sche_trial_page .sc-main .searchbox input[type="checkbox"] + label:after {
    width: .9em;
    height: .9em;
  }

  .sche_trial_page .searchbox .c_inner {
    max-width: calc(1400px + 12em);
    margin: auto;
  }
  .sche_trial_page .searchbox .c_inner ,
  .sche_trial_page .sc-container .wrap{
    padding: 0 3em;
  }

  .st_search_sec {
    padding: 3em 0 3.4em;
  }

  .search_ttl_wrap {
    font-size: 1.1em;
    padding: .3em 0;
  }
  .search_sec_ttl {
    display: flex;
    align-items: baseline;
    gap: .5em;
    margin-bottom: 0.75em;
  }

  .sche_trial_page .sc-main .searchbox ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5em .5em;
  }

  .sche_trial_page .sc-main .searchbox .conf button {
    font-size: 1.4em;
    margin-top: 1em;
  }

  .sche_trial_page .page-head-ttl .month{
    justify-content: flex-start;
  }


}/*  */

@media screen and (min-width: 960px) {
  .sche_trial_page .sc-main .searchbox ul {
    font-size: 1.1em;
  }
  .sche_trial_page .searchbox .c_inner, .sche_trial_page .sc-container .wrap {
    padding: 0 5em;
  }
}/*  */
