@charset "utf-8";
h3{
    background-image: url("../img/common/h3_underline.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

#sub_main_area{
    background-image: url("../img/index/main_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 760px;
    margin-top:120px;
    z-index: 0;
}
#sub_main{
    margin: auto;
    width: 1000px;
    height: 760px;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.right_image_style,
.left_image_style{
    min-height: 375px;
}
.right_image_style .section_text{
	position: static;
}
.left_image_style .section_text{
    position: static;
    margin-left: 10px;
}
.sub_attension,
.sub_attension2{
    font-size: 15px;
    line-height: 22px;    
    letter-spacing: 0.07rem;    
    width: 320px;    
    display: inline-block;    
    margin-left: 15px;    
    margin-right: 15px;    
    margin-top: 20px;
}
.sub_attension2{  
    width: 80%;
}
.sub_width370{
    width: 370px !important;
}
#sub_school19{
    width: 600px !important;
    padding-bottom: 15px !important;
    background-size: 100% 70%;
}
#sub_allergy{
    width: 580px !important;
    padding-bottom: 15px !important;
    background-size: 100% 70%;
}
#sub_facilities{
    width: 700px !important;
    padding-bottom: 55px !important;
    background-size: 100% 55%;
}
#sub_facility_contents h3{
    background-image: none;
}
#sub_facility_contents .right_image_style,
#sub_facility_contents .left_image_style,
#sub_facility_contents .normal_text{
    margin-bottom: 60px;
}
#sub_facility_1{
    margin-top: 160px;
    margin-bottom: 100px !important;
}
#sub_facility_1 h3{
    margin-left: 40px !important;
}
#sub_facility_bby{
    float: right;
    width: 340px;
    margin-top: 120px;
    margin-left: 30px;
}

/**お問合せフォーム**/
input,textarea{
	border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 13px;
    letter-spacing: 0.09rem;
    width: 300px;
    border-style: solid;
}
.error{
    color: red;
    letter-spacing: 0.09rem;
}
#method{
	background-color: #401804;
	border-radius: 5px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}
#method:hover{
	opacity: 0.7 !important;
	transition: opacity 0.3s linear !important;
}