@charset "utf-8";

/* -------------------------------------------------
     info
 --------------------------------------------------- */
#info_title {
	clear:both;
	width:100%;
	height:auto;
	margin:10px auto;
	text-align: center;
}

/*
#info_title img {
	width:1100px;
	height:200px;
}
*/

#info_main_img {
	clear:both;
    width:100%;
	height:auto;
	margin:10px auto;
}

#info_main_img img {
    width:100%;
    height:auto;
}

#info_main_txt {
	clear:both;
    width:100%;
	height:auto;
	margin:10px auto;
}


.err {
	clear:both;
    width:100%;
	height:auto;
	margin:0 auto;
}

.err .chk {
	color:#F00;
	margin:5px 0;
}
#info_tel_btn{
    text-align: center;
    width: 80%;
    margin: auto;
    background-color: #2b5ce0;
    border-radius: 50px;
    box-shadow: 0 3px 5px 0px #a5a5a5;
}

#info_tel_btn a{
    color: #fff !important;
    display: block;
    width: 100%;
    margin: auto;
    padding: 1% 0 0 0;
}
#info_tel_btn a span{
    display: block;
    font-size: 2em;
    font-weight: bold;
}
@media screen and (max-width: 770px) {
	#info_title {
		width:100%;
	}
	
	#info_title img {
		width:100%;
		height:auto;
	}
		
	#info_main_img {
		float:none;
		width:98%;
		height:auto;
	}
	
	#info_main_img img {
		width:100%;
		height:auto;
	}

	#info_main_txt {
		float:none;
		width:98%;
	}
	
	.err {
		float:none;
		width:98%;
	}
    #info_tel_btn{
        text-align: center;
        width: 96%;
        margin: auto;
        border-radius: 10px;
    }
    #info_tel_btn a{
        padding: 3% 1%;
    }

}

/* -------------------------------------------------
    info_form
 --------------------------------------------------- */
#info_form {
	clear:both;
	height:auto;
	margin:30px auto;
	background-color:#fff;
	border:solid 1px #ccc;
	padding: 20px;
    color: #000;
}

form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}
#info_form .form_item { 
    margin:10px 0;
    width: 25%;
    font-weight: bold;
    padding: 10px 0;
}
#info_form .form_item:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 5px solid #2b5ce0;
    border-radius: 50%;
    margin-right: .3em;
    vertical-align: text-top;
}
#info_form .form_space { 
    margin:10px 0 20px 2%;
    width: 73%;
}

input.input_name, input.input_mail, input.input_tel, input.input_line { 
	border:0;
	padding:10px;
	font-size:14px;
    width: 100%;
	/* border:solid 1px #ccc; */
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color: #f7f7f7;
}

input.input_age { 
	border:0;
	padding:10px;
	font-size:14px;
	width:30%;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color: #f7f7f7;
}

select{
    border:0;
    padding:10px;
    font-size:14px;
    box-sizing:border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:30%;
    background-color: #f7f7f7;
}
textarea.input_txt { 
	border:0;
	padding:10px;
	font-size:14px;
	width:100%;
    height: 200px;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color: #f7f7f7;
}

button.submit_button {
	margin:10px auto;
}
.button_space{
    margin: auto;
}
::placeholder{
    color:#ccc
}
@media screen and (max-width: 770px) {
	#info_form {
		/*width:90%;*/
	}

	input.input_age { 
		width:50%;
	}
    #info_form .form_item { 
        width: 100%;
        padding: 0 0;
        margin: 5px 0 0 0;
    }
    #info_form .form_space {
        margin:10px 0;
        width: 100%;
    }
}