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

#formWrap,
#thanks {
    padding-top: 80px;
}

.hero {
    width: 80%;
    margin: 0 auto;
    background-image: url(../img/renovation-chiba-contact-h.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 30%;
    background-position-x: 150px;
    background-position-y: -40px;
}

#formWrap input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;

}
#formWrap div.title{
	text-align: center;
}

#formWrap p, #thanks p {
    letter-spacing: .29em;
}

section.c-top{
    padding-top: 120px;
}

section p{
    /*
    text-align: center;
    */
}

.form_text {
    text-align: center;
}

section p span{
    display: inline-block;
}
section .tel{
    text-align: center;
    margin: 80px auto;

}

section .tel a {
    font-weight: 600;
    font-size: 18px;
}

section .tel p.t-time {
    font-size: 12px;
}
form{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    
}

form section {
    padding: 35px 0;
}

form p.cf-top {
    background-color: #aaa;
    padding: 17px;
    text-align: center;
    margin-bottom: 40px;
}

span.fontbold{
	font-weight: bold;
}
.chkbox:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 3px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #555;
    content: close-quote;
    display: inline-block;
    height: 12px;
    outline: 2px solid #555;
    transition-duration: .5s;
    transition-property: background-color, border-color;
    width: 17px;
    height: 17px;
}
#formWrap input[type=submit] {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #000;
    color: #FFF;
    border-radius: 3px;
    outline: 0;
    font-size: 14px;
    /* font-weight: bold; */
    padding: 22px 0;
    line-height: 2px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

#formWrap input[type=submit]:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.chkbox:checked:before {
  background-color: #000;
  border-color: white;
}
.chkbox02:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 3px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #555;
    content: close-quote;
    display: inline-block;
    height: 12px;
    outline: 2px solid #555;
    transition-duration: .5s;
    transition-property: background-color, border-color;
    width: 17px;
    height: 17px;
}



.chkbox02:checked:before {
  background-color: #000;
  border-color: white;
}
input.chkbox {
    display: initial!important;
    margin-top: 5px;
    margin-right: 13px;
}
input.chkbox02 {
    /* padding: 5px; */
    margin-top: 5px;
    margin-right: 10px;
}
input.textarea_01 {
    height: 35px;
    border: 1px solid #555;
    width: 200px;
}
textarea.textarea_02{
	border: 1px solid #555;
}
select.select01 {
    border: 1px solid #555;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    padding: 9px;
    color: #000;
    width: 170px;
}

.age_w {
    width: 90px!important;
    margin-right: 20px;
}
.date_font {
    font-size: 17px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
    margin-right: 50px;
    height: 35px;
    border: 1px solid #555;
}
.kengaku-kibou{
    display: flex;
}
.kengaku-kibou input[type="text"]{
    width: auto;
    padding: unset;
    font-size: inherit;
    padding-left: 8px;
}
.small{
	font-size: 12px;
	margin-bottom:0;
}
#formWrap li{
	padding:7px 0;
}
#formWrap ul {
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.red{
    color:#fc3855;
}
.mgb14{
	margin-bottom: 14px;
}
.mgb35{
    margin-bottom:35px!important;
}
.mgb_none{
    margin-bottom: 0!important;
}
.visit_top_text li{
    padding:0!important;
}
ul li span.required {
    background-color: #fc3855;
    color: #fff;
    padding: 4px 10px;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 12px;
    margin-top: 6px;
    display: inline-block;
    margin-bottom: 5px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 40%;
    height: 40px;
    /* background-color: #000; */
    color: #333;
    /*border: 1px solid #333;*/
}

img.ui-datepicker-trigger {
    width: 20px;
    margin-left: 10px;
}
section.thanks_button{
	text-align: center;
}

section.thanks_button a img {
    margin-bottom: 2vw;
}


.title h2 {
    margin-top: 4rem;
}

.tite_info {
    margin-top: 3rem!important;
}

.contact_icon_flex {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    width: 100%;
    max-width: 650px;
    margin: 0% auto 0rem auto;
}

@media screen and (max-width: 760px){
    .contact_icon_flex {
        max-width: 80%;
    }
}

@media screen and (max-width: 540px){
    .contact_icon_flex {
        max-width: 100%;
    }
}

.cv_img_new {
    max-width: 800px;
    margin: -3rem auto 0 auto;
}

@media screen and (max-width: 1070px){
    .contact_icon_flex {
        gap: 2rem;
    }
}

.contact_icon_flex_box {
    width: 33%;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 1070px){
.hero {
    background-position-y: 5%;
    padding-top: 40%;
    background-attachment: inherit;
    width: 90%;
    background-position: center;
    background-size: cover;
}
}

@media screen and (min-width:760px) {
    .holiday {
        width: 40%;
    }
}

@media screen and (max-width:760px) {

.hero {
    width: 100%;
    background-size: cover;
    padding-top: 80%;
    background-position: center;
}

    #formWrap,
    #thanks {
       width:90%;
       margin:0 auto;
   }

.title h2{
    font-size: 10vw!important;
}

section.c-top{
    padding-top: 6%;
}
section .title{
    padding-bottom: 20%;
}
section .tel{
    margin: 40px 0;
}
   ul {
       width:auto;
       display:block;
   }

   .w20{
       width: 20%!important;
   }
   input[type="text"], textarea, input[type="tel"],input[type="email"]{
       width:80%;
       padding:5px;
       font-size:110%;
       /*display:block;*/
   }
   input[type="submit"], input[type="reset"], input[type="button"] {
       display:block;
       width:100%;
       height:40px;
   }
   .title p{
       font-size: 26px;
   }


   #thanks section.thanks_button a{
       display: block;
   }
   #thanks section.thanks_button a:first-child{
       margin-bottom: 8vw;
   }



}

@media screen and (max-width:520px) {
#formWrap, #thanks {
    padding-top: 55px;
}
.kengaku-kibou{
    display: inherit;
    margin-bottom: 20px;
}
}

@media screen and (max-width:444px) {
   
    .spnone{
        display: none;
    }


    div#formWrap img.alala_logo,
    div#thanks img.alala_logo {
        width: 45%;
        margin:15% auto;
    }
    div#thanks img.alala_logo{
        margin:10% auto 6%!important;
    }

    div#formWrap img.chumon_logo,
    div#thanks img.chumon_logo {
        width: 30%;
        margin:15% auto;
    }
    div#thanks img.chumon_logo{
        margin:10% auto 6%!important;
    }

    .tel a img{
       width: 80%;
   }

}


@media screen and (max-width:370px) {
    .font20bold{
        font-size: 20px!important;
        font-weight: bold;
    }
}

@media screen and (min-width:444px){
    .pcnone{
       display: none;
   }

}


