@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
    全担当者設定css ここから

---- style指定の注意 ---　　a　は {display:block} になってます
-----------------------------------------------------*/
:root {
    --blue: #3871B8; /* --- color:var(--blue); ----*/
    --acolor: #444;
}
.main-contents {
	font-feature-settings: "palt";
	margin: 0 auto 100px;
    width: 90%;
    max-width: 800px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
}

/* ----- clearfix -----*/
.cf:after {
     content: "";
     clear: both;
     display: block;
}

/************* ページタイトル・メインヘッダー *************/
.head-block {
	padding: 93px 0 0;
	width: 100%;
    margin-bottom: 120px;
}
.main-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 auto 77px;
	text-align: center;
}
.main-title-en {
	color: #999999;
	display: block;
	font-weight: 700;
	font-size: 16px;
}

/* -----  入力ページのヘッダ  ----- */
.head-info-box {
	text-align:left;
    letter-spacing: .1em;
    line-height: 2;
}
.contact .head-info-box {
    border-top: 1px solid #e6e6e6;
    padding-top: 70px;
}
.head-info-box_txt{letter-spacing: .05em;
}

/* お急ぎの場合　旧  */
.contact_phone_block{
    font-weight: 700;
    background: #3871B8;
    color: #fff;
    line-height: 1.4;
    padding:25px 30px 30px;
    margin: 40px 0 80px;
}
.contact_phone_area{
    font-weight: 500;
    background: #fff;
    margin-top:10px;
    padding: 14px 20px 15px;
    color:#3871B8;
    font-size: 12px;
}
.contact_phone{
    letter-spacing: 0.2em;
    padding-right:10px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
}
.contact_phone em{
    font-style: normal;
    font-size: 24px;
}
.contact_phone_area_test .contact_phone{
    color: #cc0000;
}

/* お急ぎの場合 新*/
.contact_hurry_block{
    box-sizing: border-box;
    border:1px solid #3871B8;
    font-weight: 700;
    line-height: 1.4;
    margin: 40px 0 80px;
    display: -webkit-flex;
	display: flex;
}
.hurry_tel_box{
    width: 75%;
    background: #3871B8;
    color: #fff;
    padding:25px 30px 30px;
    text-align: center;
}
.hurry_tel{
    background: #fff;
    color:#cc0000;
    text-align: center;
    margin-top:10px;
    padding: 14px 20px 15px;
}
.hurry_tel_nom{
    letter-spacing: 0.2em;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
}
.hurry_tel_nom em{
    display: inline-block;
    font-style: normal;
    font-size: 24px;
}
.hurry_tel_note{
    font-size: 12px;
    font-weight: 400;
}
.hurry_line{
    width: 35%;
    font-size: 15px;
}
.hurry_line .flex{
    padding: 35px 10px 20px;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hurry_line img{
    width: 40px;
}
.hurry_line img+p{
    width: calc( 100% - 50px );
}
.txt_c{
    text-align: center;
}
.hurry_line a{
    display: inline-block;
    padding:10px 30px;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #ddd;
    position: relative;
}
.hurry_line a:after {
	background: url(https://hatake-ao.com/wp/wp-content/themes/hatake-group/assets/img/all/tab_black.svg)no-repeat;
	content: '';
    position: absolute;
    top:10px;right:8px;
    width: 15px;
    height: 11px;
}
.hurry_line a:hover{
    background: #eee;
}
@media only screen and (max-width: 767px) {
    .contact_hurry_block{
        display: block;
    }
    .hurry_tel_box,
    .hurry_line{
        width: 100%;
    }
    .hurry_tel{
        padding: 14px 10px 15px;
    }
    .hurry_tel_nom{
        font-size: 14px;
    }
    .hurry_tel_nom em{
        font-size: 20px;
    }
    .hurry_line{
        padding-bottom:16px;
    }
    .hurry_line .flex{
        justify-content: center;
    }
    .hurry_line img{
        margin-right: 15px;
    }
    .hurry_line img+p{
        width: auto;
    }
}


/* -----  問い合わせのナビゲーション  ----- */
.contact_navi{
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding:25px 0;
    margin-bottom: 70px;
    line-height: 1;
}
.contact_navi p{
    color: #c3c3c3;
    padding-right:160px;
    display: inline-block;
    position: relative;
}
.contact_navi p.c_navi3{
    padding-right: 0;
}
.contact_navi p:before{
    content: '01';
    padding-right:10px;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.contact_navi p.c_navi2:before{
    content: '02';
}
.contact_navi p.c_navi3:before{
    content: '03';
}
.contact_navi p.c_navi1:after,
.contact_navi p.c_navi2:after{
    border-top: 1px solid ;
    content: "";
    position: absolute;
    top: 50%;
    left:100px;
    width: 100px;
}
.contact .c_navi1,
.reservation .c_navi1,
.confirm .c_navi2,
.thanks .c_navi3{
    color: #232323;
}
.contact .contact_navi p.c_navi1:after,
.reservation  .contact_navi p.c_navi1:after,
.confirm .contact_navi p.c_navi2:after{
    border-top: 1px solid #3871B8;
}
@media only screen and (max-width: 767px) {
    .head-block{
        padding: 45px 0 0;
        margin-bottom: 60px;
    }
	.main-title {
		font-size: 28px;
		margin: 0 auto 34px;
    }
	.main-title-en {
        font-size: 12px;
    }
    /* -----  入力ページのヘッダ  ----- */
    .contact .head-info-box{
        padding-top: 40px;
        letter-spacing: 0;
    }
    .contact_phone_block{
        margin: 40px 0 ;
        padding: 15px;
    }
    .contact_phone_area{
        padding: 15px;
    }
    .contact_phone{
        padding-right:0;
        display: block;
    }
    .contact_phone em{
        font-size: 20px;
    }
    /* -----  問い合わせのナビゲーション  ----- */
    .contact_navi{
        padding:20px 0;
        margin-bottom: 40px;
    }
    .contact_navi p{
        padding-right:50px;
        font-size: 14px;
    }
    .contact_navi p.c_navi3{
        padding-right:0;
    }
    .contact_navi p:before{
        padding-right:5px;
        font-size: 13px;
    }
    .contact_navi p.c_navi1:after,
    .contact_navi p.c_navi2:after{
        left:65px;
        width: 25px;
    }
}

/*======================== お問い合わせフォーム ========================*/
form{
    font-size: 15px;
}
form table{
    width: 100%;
}
form tr{
    margin-bottom: 60px;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
form th,
form td{
    font-size: 16px;
}
form th{
	width: 30%;
	font-weight: 700;
	padding: 18px 30px 18px 0;
    position: relative;
	box-sizing: border-box;
}
form td{
	width: 70%;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.confirm form th{
    padding: 0;
}
@media only screen and (max-width: 767px) {
    form tr{
        margin-bottom: 40px;
    }
	form th,
    form td{
        padding: 0;
        width: 100%;
    }
    form th{
        margin-bottom: 15px;
    }
    form td{
        display: block;
    }
}

/* 　必須　 */
.reqd,
.any{
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    background: #E50012;
    color: #fff;
	display: inline-block;
    padding:3px 5px;
    font-weight: 400;
	font-size: 12px;
}
.any{
    background: #c3c3c3;
}
@media (min-width:768px){
    .reqd,
    .any{
        top: 17px;
        transform: none;
        margin-right: 30px;
    }
}

#zip,
input[type=text],
input[type=email],
select{
    font-size: 16px;
    background: #F5F5F5;
    width:100%;
	min-height:50px;
    padding:18px 15px;
	box-sizing: border-box;
	border: none;
	outline: none;
}
#zip{
    width:50%;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder{
    font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
}
@media only screen and (max-width: 767px) {
    #zip{
        width:100%;
    }
}

.radio{
	height:90px;
	padding-top:30px;
}
.txtarea{
    min-height: 90px;
}
textarea{
	background: #F5F5F5;
	font-size: 15px;
	width:100%;
    height: 120px;
	padding:20px;
	box-sizing: border-box;
	vertical-align: middle;
	border: none;
	outline: none;
}
input:placeholder,
textarea:placeholder{
    color:#999;
}

/* セレクト　*/
.select {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.select:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #232323;
    border-right: solid 1px #232323;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 40%;
    right: 25px;
    pointer-events: none;
}
.pref .select{
    width: 50%;
}
.pref .select:after{
    top:22px;
}
.confirm .select:after{
    display:none;
}
select{
    cursor: pointer;
    outline:none;
    text-overflow: '';
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
      display: none;
}
select:-moz-focusring{
      color: transparent;
      text-shadow: 0 0 0 #232323;
}

/* 住所の入力部分 */
.contact .pref input,
.contact .pref select,
.reservation .pref input,
.reservation .pref select{
    margin-bottom:10px;
}
.confirm .pref input,
.confirm .pref select,
.confirm .pref .select{
    display: inline;
    width: auto;
}

/* pp */
.pp-check{
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding:25px 0;
    margin-bottom: 70px;
    line-height: 1.4;
}
.pp-check a{
    color: #3871B8;
    text-decoration:underline;
    display: inline-block;
}

/* サブミットボタン　まず、iOSでのデフォルトスタイルをリセット */
input[type="submit"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus{
  outline-offset: -2px;
}
/*  サブミットボタン css*/
.submit_area{
    text-align: center;
}
input[type="submit"]{
    letter-spacing: 0.05em;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #3871B8;
    width: 100%;
    max-width: 320px;
    margin: 6px auto;
    color: #3871B8;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    padding:20px;
    text-align: center;
}
input[type="submit"]:hover{
    transition: all ease-in-out .25s;
    border: 2px solid #3871B8;
    color:#fff;
    background:#3871B8;
}

input[type="submit"].back{
    border: none;
}
/* サブミット　矢印 */
.btn_submit,
.btn_back{
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}
.contact .btn_back,
.reservation .btn_back{
    display: none;
}
.btn_submit:before {
	content: "";
    position: absolute;
    top: 46%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_back:before {
	content: "";
    position: absolute;
    top: 46%;
    left:40px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.btn_submit:hover:before,
.btn_back:hover:before{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

@media only screen and (max-width: 767px) {
	.submit-button{
        display: block;
        margin:0 0 20px 0;
    }
}

/* 確認ページ */
.confirm .reqd,.confirm .any{
    display: none;
}
.confirm dt{
    color: #999;font-size: 15px;
}
.confirm dd{
    padding-top:10px;
}

/* 完了ページ */
.thanks h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
hr.hr_thanks{
    border-top:1px solid #e6e6e6;
    height:0;
    margin:120px 0 80px;
}

a.brn_white{
    border: 2px solid #3871B8;
    max-width: 320px;
    margin: 0 auto;
    color: #3871B8;
    font-weight: 700;
    background: #fff;
    padding:20px;
    text-align: center;
    position: relative;
}
a.brn_white:after {
    display: block;
    content: "";
    position: absolute;
    top: 46%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.brn_white:hover{
    opacity: 1;
    border: 2px solid transparent;
    color:#fff;
    background: #3871B8;
}
.a.brn_white:hover:after{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

/************* セミナー予約　reservation *************/
.reservation_type{
    box-sizing: border-box;
    border: 4px solid #3871B8;
    font-weight: 700;
    padding:25px 30px;
    margin-bottom: 60px;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reservation_type_h{
    line-height: 1.2;
    font-size: 16px;
    width: 180px;
    padding:0;margin: 0;
    color:#3871B8;
}
.reservation_type_h span{
    color:#232323;padding:0;margin: 0;
}
.reservation_type_b{
    line-height: 1.4;
    font-size: 16px;
    height: auto;
    width: calc(100% - 180px);
    padding-left:25px;
    border-left:1px solid #666;
}
.reservation input[type=text].seminar_name,
.confirm .reservation_type_b span{
    display: none;
}

/* エラーテキスト */
.el_error{
    color: #E50012;
}
