
/*----------------------------------------
   Kairos　カスタマイズフォーム
----------------------------------------*/
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
    outline:none;
    border: 1px solid #ccc;
}

.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }

@media screen and (max-width: 769px){
    select,
    textarea,
    input[type="tel"],
    input[type="email"],
    input[type="text"]{
        padding: 10px 10px;
    }
    select:focus{ outline:none; }
    textarea:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="text"]:focus{
        border: 1px solid #867b5b;
    }
    .form1{ width: 150px; }
    .form2{ width: 100%; }

}/*END*/




/*----------------------------------------
    form
----------------------------------------*/

.label-fit {
  border: 1px solid #a40035 !important;
  font-size: 1.2rem !important;
  padding: 0.1em 0.4em 0.2em 0.4em !important;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  position: relative;
  top: 0 !important;
  margin-left:0 !important;
}

.label-danger {
    background-color: #a40035 !important;
    color: #fff !important;
}
.label-warning {
    background-color: #fff !important;
    color: #808080 !important;
    border: 1px solid #e3e3e3 !important;
}

.control-group label,
.control-label{
    display: flex !important;
    align-items: center !important;
}

.radio label, .checkbox label{
    padding-left: 1.0em !important;
}

.radio input{
    accent-color: #a40035;
}

.radio label{
    margin-bottom: 15px !important;
}

.checkbox label{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;

}

textarea{
    height: auto;
}

#form input[type="checkbox"], #form input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-right: 0.5em !important;
  width: 26px;
  height: 26px;
  cursor: pointer;
  accent-color: #a40035;
  vertical-align: middle;
}

.well-form-only {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.evform_btn {
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 15px !important;
}
.form_tr input.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.form_tr input.btn-primary:hover{
    color: #ffffff;
      background-color: #3071a9;
      border-color: #285e8e;
}
.submit{
    width: 80%; margin: auto;
}
.btn-primary {
    width: 100%;    
  border-radius: 50px!important;
  padding: 20px 16px!important;
  font-size: 16px !important;
  height: auto!important;    
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}


.hide_form_content_01,
.hide_form_content_02,
.hide_form_content_03{
    display: none;
}

  .error-message {
    color: #a40035;
    font-size: 12px;
    margin-top: 4px;
  }
  .required {
    border: 1px solid #ccc;
  }
  .required:invalid {
    border-color: red;
  }

.placeholder{
  color:#888;
  font-family: "MS PGothic", sans-serif !important;
  font-size:0.8em;
}

/* jquery-ui-slider */
#jquery-ui-slider-values {
    border: 0;
    color: red !important;
    font-weight: bold;
    background-color: transparent;
    margin: 5px;
}
#jquery-ui-slider {
    margin: 0 10px;
}


/*form*/

#form .w20{width: 20%;}
#form .w30{width: 30%;}
#form .w50{width: 50%;}
#form .w90{width: 90%;}
#form .w100{width: 100%;}

#form{padding-bottom: 20px;overflow: hidden;}

#form table{width: 100%; border-collapse: separate;  border-spacing: 0 30px; margin-top: 0px;}

@media screen and (max-width: 641px) {
 #form table{border-spacing: 0;}   
}


#form th {
    letter-spacing: 1px;
    text-align: left;
    vertical-align: middle;
    width: 100px;
}
#form th {
	width: 250px;	
	font-weight: normal;
	padding: 20px 15px;
}
#form td {
    border-left: 1px solid #e6e7e8;
    padding: 0 30px;
}
#form th, #form td {
    position: relative;
}
#form th::before, #form td::before {
    border-bottom: 1px solid #e6e7e8;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    position: absolute;
    top: -18px;
    width: 101%;
}
#form .must {
	border-radius: 3px;
	font-size: 70%;
	margin: 0 5px 0 0;
	padding: 1px 7px;
	color: #FFF;
	background-attachment: scroll;
	background-color: #a40035;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#form .btnMain{
	width: 300px;
	background-position: 280px center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

#form input{padding: 10px 10px;}
#form select{padding: 10px 10px;}
#form label{display: block; margin: 10px 0; line-height: inherit; position: relative;}
#form .checkbox-column label{width: 49.5%; float: left;}
#form textarea{padding: 10px 10px;}

#form input.type01{margin-right: 7px;}
#form select.type01{margin-bottom: 10px;}
#form .y-note{margin-top: 10px;}

#postal{}
#tel1, #tel2, #tel3{width: 50px;}
#date-1, #date-2{width: 130px;}

#form .txt01{margin-bottom: 17px; font-size: 90%;}
#form .fs12{line-height: 2.5em;}


.form-caution{}
.form-caution p.txt1{text-align: center; padding: 20px 0 10px; font-size: 120%;}
.form-caution .cautionBOX{border:solid 2px #ccc; padding: 20px 10px 20px 20px; margin: 20px 0;}
.form-caution p.ttl{text-align: center;font-weight: 700; margin-bottom: 10px!important; font-size: 110%;}
.form-caution ul li{list-style: circle!important;margin:0 20px 10px!important;text-align: left; font-size: 16px; line-height: 1.6em;}

.form-under-tel{border:solid 3px #ccc; padding: 0 0 20px; text-align: center; margin: 30px auto; max-width: 1140px;}
.form-under-tel h2.tel-contact{background: #222; padding: 10px; color: #fff;}
.form-under-tel p.text{font-weight: 500; padding: 20px 20px 10px;}
.form-under-tel p.tel{font-weight: 700; font-size: 40px;}
.form-under-tel p.tel i{margin-right: 10px;}
.form-under-tel p.eigyo-time{font-size: 16px; text-align: center; font-weight: 500;}


@media screen and (max-width: 641px) {
	.single-comingsoon .l-content {margin: 0 auto;}	
	#form .w30 {width: 49%;}
	#form .w50 {width: 100%;}
	#form .w90 {width: 100%;}
	
	#form th {width: 100%; display: block; padding: 10px 15px;}
	#form td {width: 100%; display: block; border-left: none; padding: 5px 0 10px; }
	#form th::before{top: -8px; width: 100%; border-bottom: none;}
	#form td::before{border-bottom: none; top: 4px; width: 100%;}
    
    #form label{margin: 2px 0; padding: 0 5%;}
	
	#form .txt01{color: #ff0000;}
	#form .fs12 {line-height: 1.5em;}
	#form .choice{margin-top: 6px;}
	input.wpcf7-submit {width: 85%;	font-size: 17px;}
}


/*--------------------------------------
　タブの切替
----------------------------------------*/
/* 全体のスタイル */
.form-tabs {
}

/* ラベルのスタイル */
.form-tabs label.tab {
    display: inline-block!important;
    width: 45%;
    padding: 15px 10px;
    margin:0 2%;
    cursor: pointer;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 120%;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}
.form-tabs label.tab:hover {
    background-color: #ddd;
}
.form-tabs input.tab-input{display: none;}

/* タブコンテンツのスタイル */
.form-tabs-content {
}

/* 隠すコンテンツの設定 */
.form-box {
    display: none;
}
.form-box h2{margin: 50px 10px 20px; font-size: 20px;}

/* タブ1がアクティブのとき */
#tab1:checked ~ .form-tabs-content .content1 {
    display: block;
}
#tab1:checked ~ label.tab1 {
  background-color: #003366;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}

/* 吹き出しの三角（下に向ける例） */
#tab1:checked ~ label.tab1::after {
  content: "";
  position: absolute;
  top: 100%; /* 下側に表示 */
  left: 48%; /* 吹き出しの位置調整 */
  border-width: 8px;
  border-style: solid;
  border-color: #003366 transparent transparent transparent;
}

/* タブ2がアクティブのとき */
#tab2:checked ~ .form-tabs-content .content2 {
    display: block;
}
#tab2:checked ~ label.tab2 {
  background-color: #003366;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}

/* 吹き出しの三角（下に向ける例） */
#tab2:checked ~ label.tab2::after {
  content: "";
  position: absolute;
  top: 100%; /* 下側に表示 */
  left: 48%; /* 吹き出しの位置調整 */
  border-width: 8px;
  border-style: solid;
  border-color: #003366 transparent transparent transparent;
}



/* タブボタンの基本スタイル */
.form-tabs {
    max-width: 1200px;
    margin:0 auto 15px;
    text-align: center; 
}

.form-tab-button {
  display: inline-block!important;
  width: 43%; 
  margin: 0 5px;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
    font-size: 120%;
}


.form-tab-button:hover {
    background-color: #357ebd; /* ホバー時背景色 */
    color: #fff;
}

/* アクティブなタブのスタイル */
.form-tab-button.active {
  background-color: #428bca; /* アクティブタブの背景色 */
  border-bottom: 1px solid #428bca; /* アクティブタブの下ボーダー */
  color: #fff;
  font-weight: bold; /* アクティブタブを強調 */
}
.form-tab-button.active::after {
  content: "";
  position: absolute;
  top: 100%; /* 下側に表示 */
  left: 45%; /* 吹き出しの位置調整 */
  border-width: 10px;
  border-style: solid;
  border-color: #428bca transparent transparent transparent;
}

/* タブのコンテンツ基本スタイル */
.form-tab-content {
  display: none; /* 初期状態は非表示 */
}
/* アクティブなコンテンツの表示 */
.form-tab-content.active {
  display: block;
}
.form-tab-content h2{font-size: 24px;margin: 30px 0 0 20px;}

@media screen and (max-width: 767px) {
.form-tab-content h2{font-size: 120%; text-align: center; margin: 40px 0 0 0;}
}


/*----------------------------------------------
 styles/InputDateTime.module.css */
.ui-datepicker {
  width: 28.5em !important;
  max-width: 88% !important;
  padding: .2em .2em 0 !important;
  display: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .6em !important;
  text-align: right !important;
  text-decoration: none !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 1rem !important; /*任意な値を追加して調整*/
  padding: .6em !important;
  text-align: center !important;
  text-decoration: none !important;
  aspect-ratio: 1/1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


.ui-widget-header{
    background: #eef1f0 !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: .4em 0 !important;
}

.ui-datepicker-week-end:last-child {
  color: #0000ff !important;
}
.ui-datepicker-week-end:first-child {
  color: #ff0000 !important;
}


.ui-widget-header .ui-icon{
    background-image: none !important;
    width: 26px !important;
    height: 26px !important;
}
.ui-datepicker .ui-datepicker-next span {
    background: url(https://emiie.jp/w2/wp-content/themes/emiie/img/arw_r.png) !important;
    background-size: contain !important;
}
.ui-datepicker .ui-datepicker-prev span{
    background: url(https://emiie.jp/w2/wp-content/themes/emiie/img/arw_l.png) !important;
    background-size: contain !important;
}

.ui-datepicker .ui-datepicker-next{
    right: 15px !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev{
    cursor: pointer !important;
}

.ui-datepicker-next:hover,.ui-datepicker-prev:hover{
    background: none !important;
}
.ui-state-hover{
    background: none !important;
    border:none !important;
}

.ui-widget-content{
    border: none !important;
}




