article{
	margin-top: 3000px;
}

#about_wrap{
	width: 1000px;
	margin: 0 auto;
}

#sub_title{
	margin-bottom: 50px;
	text-align: center;
	padding-right: 147px;
}
#sub_title img{
	vertical-align: middle;
	padding-right: 30px;
	margin-left: 20px;
}
#sub_title h1{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 4px solid #231815;
}

.about_main{
	padding-bottom: 30px;
	width: 1000px;
	height: 668px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.about_main img{
	height: 100%;	
}
.about_pic_thum{
	font-size: 0;
	margin-bottom: 30px;
}

.about_pic_thum p{
	display: inline-block;
	margin-right: 50px;
	width: 300px;
	height: 230px;
	text-align: center;
	overflow: hidden;
}
.about_pic_thum p.last{
	margin-right: 0;
}
.about_pic_thum p img{
	height: 100%;
}

#about_info{
	text-align: center;
}
#about_info h2{
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	border-bottom: 2px solid #231815;
	margin-bottom: 5px;
}

#about_table{
	margin: 0 auto 25px;
	font-size: 14px;
	text-align: left;
}
#about_table .day{
	width: 90px;
}
#about_table .time{
	width: 70px;
}
#about_info p{
	font-size: 13px;
	margin-bottom: 25px;
}
#about_info p a{
	color: #231815;
	text-decoration: underline;
}
#about_info p a:hover{
	color: #6d6d6d;
}
#map{
	width: 100%;
	height: 490px;
}


#recruit{
	background-color: #E6E6E6;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.offer_sp{
	display: none;
}
#recruit_wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 60px;
	font-size: 12px;
	line-height: 150%;
}
#recruit_left{
	width: 470px;
	float: left;
}
#recruit_wrap h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
#recruit_right{
	width: 470px;
	float: right;
	position: relative;
}
#recruit_right table{
	position: relative;
	z-index: 1;
}
#recruit_right table td{
	height: 25px;
	padding-bottom: 10px;
}
#recruit_right table td.table_left{
	width: 140px;
}
.valign{
	vertical-align: top;
}
input[type="text"]{
	width: 320px;
	height: 25px;
	border: 1px solid #231815;
	border-radius: 3px;
}

textarea{
	border: 1px solid #231815;
	border-radius: 3px;
	width: 320px;
	height: 110px;
	max-width: 320px;
	max-height: 110px;
}
.send_btn{
	text-align: right;
	margin-bottom:10px;
}
input[type="image"]{
	cursor: pointer;
}
.offer{
	position: absolute;
	top: -60px;
	right: -60px;
}

.gmap{
	display:none;
}

#check01,#check02,#check03{
	margin:3px 0px;
}
@media screen and (max-width:880px){

#sub_title{
	width: 90%;
	margin: 0 auto 30px;
	padding-right: 25%;
	box-sizing: border-box;
}
#sub_title img{
	width: 25%;
	max-width: 117px;
	padding-right: 20px;
}
#sub_title h1{
	font-size: 40px;
}
#about_wrap{
	width: 100%;
}

.about_main{
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 3%;
}

.about_pic_thum table{
	width: 100%;
}
.about_pic_thum table td{
	width: 33.33%;
	padding-right: 0;
}
.about_pic_thum table td img{
	max-width: 100%;
	max-height: 100%;
}


.about_pic_thum p{
	display: inline-block;
	margin-right: 0;
	width: 33.33%;
	height: auto;
}

#map{
	height: 350px;
}

#recruit_wrap{
	width: 90%;
}
#recruit_left{
	width: 100%;
	float: none;
	margin-bottom: 10%;
}
#recruit_right{
	width: 90%;
	margin: 0 auto;
	float: none;
}
#recruit_right table{
	margin: 0 auto;
}
#recruit_right table td{
	width: 70%;
}
input[type="text"]{
	width: 100%;
}
textarea{
	width: 100%;
}

.sp_none{
	display: none;
}


.send_btn{
	text-align:center;
}


.gmap{
	text-align:center;
	margin:10px auto;
	display:block;
}

.gmap a{
	color:#000000;
}

}

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

#sub_title h1{
	font-size: 24px;
}
#sub_title img{
	margin-left: 10px;
}
#map{
	height: 250px;
}

}





































