@charset "UTF-8";

.ca_mark {
  color: var(--c-red);
  font-size: 0.8em;
}

button, input, optgroup, select, textarea {
  font: inherit;
  font-size: inherit;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
}

.req {
  color: var(--c-red);
}
.form-table{
  margin-bottom:.25em;
  width:100%;
}
.form-table th,.form-table td{
  display:block;font-size:1.4rem;
}
.form-table th{
  text-align: left;
  font-weight:bold;
  margin-bottom:.25em;
}
.form-table td{
  display:block;
  margin-bottom:1.5em;
}
.form-table input, .form-table textarea, .form-table select  {
  width: 100%;
  border: 0px;
  background: #fff;
  padding: 1.25em 1em;
}
.form-table select {
  appearance: none;
  padding-right: 2em;
}
.form-supple p:not(:last-child){margin-bottom:1rem;}
.input-list li{margin-top:.4em;margin-right:1em;margin-bottom:.4em;display:inline-block;}
.input-list li label{padding-left:.4em;}
.input,textarea{width:100%;font-size:1.4rem;border-radius:0;border:1px solid #666;}
.input.input-date{width:22%;}
.d-unit{margin:0 .5em;}
.select{padding:8px;font-size:1.6rem;border:1px solid #666;}
.form-operate{padding:0 0;text-align:center;}
.form-operate li{text-align:center;}
.form-operate li input{padding:1em 6em;color:#fff;font-weight:bold;font-size:1.6rem;}
.form-operate li input[disabled]{cursor:not-allowed;background-color:#ccc;}
.form-operate li input.long-word{padding:0.8em 3em;}
.couple-operate li{float:left;width:46%;}
.couple-operate li:last-child{float:right;}
.couple-operate li input{padding:1em 0;width:100%;}
.primary-btn{background-color:#000;}
.caution-txt{color:#ee0000;}
.error-list{padding:1.4em 4%;margin-bottom:2rem;}
.caution-ttl{
  color: var(--c-black3);
  font-size:1.4rem;
  font-weight:bold;
  margin-bottom:1em;
  /* text-align:center; */
}
.restriction{margin-bottom:3rem;text-align:center;}
.stand-btn{text-align:center; margin-top: 2.5em;}
.back-btn{display:inline-block;background-color:#000;color:#fff;padding:0.8em 4em;text-align:center;}
.back-btn .arw{padding-right:1.2em;background-image:url(../img/common/w-arw.png);background-position:100% 50%;background-size:auto 12px;}
.women-navi{background-color:#f54e81;color:#fff;font-size:1rem;padding:.2em .4em .2em;line-height:1;border-radius:2px;margin-left:.5em;}

.select_box {
  position: relative;
}
.select_box::after {
  position: absolute;
  right: 1em;
  top: 1.6em;
  /* bottom: 0; */
  margin: auto;
  content: "";
  display: block;
  width: .5em;
  height: .5em;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--c-gold);
  transform: rotateZ(-45deg);
  pointer-events: none;
}
.select-required:invalid {
  color: #aaa;
}
.form-table input[type="checkbox"] {
  width: initial;
}

/* NEW trial FORM
------------------------------------------- */
.trialform-box{padding-top:2em}
.form-wrap{margin-bottom:3em;}
.form-wrap .wrap{padding:0;display: flex;flex-wrap: wrap;-webkit-box-pack: space-between;justify-content: space-between;}
#clear{display: block;}
.form-wrap .wrap section{width:100%;}
.form-info-wrap{background:#efefef;padding:2em 1.5em;}
.form-info-wrap ul{display: flex;flex-wrap: wrap;-webkit-box-pack: space-between;justify-content: space-between;}
.form-info-wrap ul:first-child{margin-bottom:2em;}
.form-info-wrap li:first-child p{display: table-cell;width: 140px;height: 140px;overflow: hidden;position: relative;}
.form-info-wrap li:first-child img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto;height: 100%;}
.form-info-wrap li:last-child{width: calc( 100% - 155px );padding:0 .5em;position:relative;}
.form-info-wrap li p.inst{font-size:1.1rem;font-family:'Oswald', sans-serif;font-weight:400;margin-bottom:.75em;}
.form-info-wrap li p.name{font-size:1.8rem;font-family:'Oswald', sans-serif;font-weight:500;margin-bottom:.75em;}
.form-info-wrap li p.name span{font-size:70%;display:block;font-weight:300;}
.form-info-wrap li p.add{font-size:1.1rem;;margin-bottom:.75em;}
.form-info-wrap li p.tel{font-family:'Roboto', sans-serif;font-size:1.8rem;font-weight:500;margin-bottom:.75em;}
.form-info-wrap li .btn{display:block;text-align:center;padding:.5em;border:1px solid #000;font-size:1.1rem;}

.radio-tile-group {display: -webkit-box;display: flex;flex-wrap: wrap;-webkit-box-pack: space-between;justify-content: space-between;}
.radio-tile-group .input-container {position: relative;height: 6rem;width: 14.05%;margin: 0 0 2em 0;}
.radio-tile-group .input-container .radio-button {opacity: 0;position: absolute;top: 0;left: 0;height: 100%;width: 100%;margin: 0;cursor: pointer;}
.radio-tile-group .input-container .radio-tile {display: -webkit-box;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;width: 100%;height: 100%;border: 1px solid #666;padding: 1em;-webkit-transition: -webkit-transform 300ms ease;transition: -webkit-transform 300ms ease;transition: transform 300ms ease;transition: transform 300ms ease, -webkit-transform 300ms ease;}
.radio-tile-group .input-container .close-tile{color:#bbb;border: 1px solid #ccc;text-decoration: line-through;}
.radio-tile-group .input-container .close-tile.live-tile{color: #000; border: 1px solid #666; text-decoration: none;}
.radio-tile-group .input-container .close-tile .close{background:#ed1c24;color:#fff;font-size:1.1rem;padding:.2em .6em;line-height:1;position:absolute;top:-.7em;right:-.3em;}
.radio-tile-group .input-container .change-tile .change{background:#000;color:#fff;font-size:1.1rem;padding:.2em .6em;line-height:1;position:absolute;top:-.7em;right:-.3em;}
.radio-tile-group .input-container .radio-tile-label {text-align: center;font-size: 1.4rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0px;color: #000;font-family:'Roboto', sans-serif;line-height:1.4;}
.radio-tile-group .input-container .close-tile .radio-tile-label {color:#bbb;}
.radio-tile-group .input-container .close-tile.live-tile .radio-tile-label {color:#000;}
.radio-tile-group .input-container .radio-tile-label span{display:block;font-size:60%;font-weight: 600;}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {background-color: #000;border: 1px solid #000;color: white;-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {color: white;background-color: #000;}

input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

.under-bread .breadcrumbs {margin-bottom: 0;margin-top: 2em;}
.under-bread .breadcrumbs ol {border-bottom: 0px dotted #aaa;border-top: 1px dotted #aaa;}

.form-table th.bring {background-color: #f5f1e9;margin-bottom:0;padding-top:1.5em}
.form-table td.bring {background-color: #f5f1e9;line-height:1.7;padding-bottom:1.5em}
.confirm-body .wrap{padding:0 1.5em;}
.confirm-body th,.confirm-body td{text-align:center;}
.confirm-body th{font-size:1.2rem;}
.confirm-body td{margin-bottom:2em;}

.form-operate2 {
  padding: 0;
  text-align: center;
  font-size:1.6rem;
}
.secondary-btn{
  width: 100%;
  padding: 1em 0 1em 0;
  color: #fff;
  font-weight: bold;
  background-color:var(--c-black2);
  cursor: pointer;
  transition: transform .5s;
}
.cube_btn input{
  /* position: relative; */
  transform: translateY(-.2rem);
}
.cube_btn:hover input,
.cube_btn input:disabled{
  transform: translateY(.2rem);
}
/* .cube_btn::before{
  content: "";
  display: block;
  position: absolute;
  top: .2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#000;
  z-index: -1;
} */


.form-operate2 input[disabled] {
  cursor:not-allowed;
  background-color: #ccc;
}
.couple-operate-left input, .couple-operate-right input{
  padding: 0.8em 0;
  width: 100%;
}
.contactbox input,
.contactbox textarea {
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #666;
}

.mail-error {
  color:#ee0000;
  margin-top:.5em;
}
.kanarazu {
  font-size:1rem;
  padding: .5em 0 1em;
  margin-bottom:1em;
  text-align: center;
}

.plain-sec-ttl {
  font-size: 2rem;
  margin: 1em 0;
  /* text-align: center; */
}
.sec-lede-desc{
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 3em;
}
.confirm_sec{
  padding: 2em 0 3em;
}

.form-trial-block{
  max-width: 60rem;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  padding: 4em 0 3em;
  margin: auto;
}
/* .form-trial-block .tel-ul{
  width: 80%;
  margin: auto;
} */

.sel_hide{
  display: none;
}
#output{
  display: none;
}
/* .select-required option {
  display: none;
}*/
.sel_sub{
  display: none;
  font-size: .8em;
  line-height: 1.6;
  padding: 1em 0 0;
}
.lesson_box{
  display: block;
  margin: .3em 0;
}

[data-week="月"][data-month="thisM"] + .sel_sub_wrap .thisM .mon,
[data-week="火"][data-month="thisM"] + .sel_sub_wrap .thisM .tue,
[data-week="水"][data-month="thisM"] + .sel_sub_wrap .thisM .wed,
[data-week="木"][data-month="thisM"] + .sel_sub_wrap .thisM .thu,
[data-week="金"][data-month="thisM"] + .sel_sub_wrap .thisM .fri,
[data-week="土"][data-month="thisM"] + .sel_sub_wrap .thisM .sat,
[data-week="日"][data-month="thisM"] + .sel_sub_wrap .thisM .sun{
  display: block;
} 
[data-week="月"][data-month="nextM"] + .sel_sub_wrap .nextM .mon,
[data-week="火"][data-month="nextM"] + .sel_sub_wrap .nextM .tue,
[data-week="水"][data-month="nextM"] + .sel_sub_wrap .nextM .wed,
[data-week="木"][data-month="nextM"] + .sel_sub_wrap .nextM .thu,
[data-week="金"][data-month="nextM"] + .sel_sub_wrap .nextM .fri,
[data-week="土"][data-month="nextM"] + .sel_sub_wrap .nextM .sat,
[data-week="日"][data-month="nextM"] + .sel_sub_wrap .nextM .sun{
  display: block;
} 

/* 校舎選択後 日時選択切替 */
#date_input{  display: none; }
#date_input_h{  display: none; }
[data-school="北鎌倉"] #date_input{  display: block; }
[data-school="北鎌倉"] #date_input_h{  display: none; }
[data-school="原宿"] #date_input_h{ display: block;}
[data-school="原宿"] #date_input{   display: none; }
[data-school="北鎌倉"] ._empty{   display: none; }
[data-school="原宿"] ._empty{   display: none; }

.sel_sub p{
  display: none;
}
[data-school="北鎌倉"] .sel_sub p[ data-school="K"],
[data-school="原宿"] .sel_sub p[ data-school="H"]{
  display: block;
}

@media screen and (min-width: 860px){
  .form-operate2{
    max-width: 30rem;
    margin: auto;
  }
  .confirm_sec{
    max-width: 60rem;
    margin: auto;
    padding: 2em 0 3em;
  }

  /* .lesson_box br{
    display: none;
  } */
}/*  */


/* LOAD ANIMATION====================== */
.loader.loaded {
  display: flex;
  transition: opacity .25s linear;
  opacity: .8;
}

.loader {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  display: none;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 150px;
  align-items: center;
  justify-content: center; 
}

/**
  * Lines
  */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #999;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}
/* /LOAD ANIMATION ====================== */


/* REVIEW PAGE  /review/ 
====================================================*/
.review_ttl {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: .02em;
  padding: 2em 0 1em;
}
.review_desc{
  font-size: 1.15em;
  font-weight: 500;
  text-align: center;
  padding: .3em 0;
}
.review_desc span{
  display: block;
  padding: 0.3em 0;
}
.review_btn_wrap{
  padding: 2.5em 0;
}

.review_select{
  display: block;
  border-style: solid;
  font-size: 1.1em;
  padding: .2em;
  margin: 1em auto 1.8em;
}
.review_btn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 1.5em 0;
  margin: 1em auto;
  background-color: #da5e7f;
  max-width: 24em;
}
.review_btn.disabled {
  background-color: var(--color-grey-txt);
  pointer-events: none
}
.review_link_txt{
  display: block;
  text-align: center;
  padding: 2.5em 0 0;
  text-decoration: underline;
  text-underline-offset:.3em;
  color: var(--color-black);
}