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




body {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #000;
	-webkit-text-size-adjust: 100%;
}

header {
	width: 100%;
	overflow: hidden;
}
header .header_inner{
	width: 1140px;
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
}
header .header_inner .logo{
	width: 350px;
	margin: 60px 0 30px 30px;
}
header .header_inner .hed_nav{
	margin-top: 160px;
}
header .header_inner .hed_nav ul{
}
header .header_inner .hed_nav li{
	float: left;
	padding: 0 15px;
	font-size: 12px;
}

#keyv {
	width: 1140px;
	margin: 0 auto;
}

#brock_1 {
	width: 1140px;
	display: flex;
	margin: 0 auto;
}
#brock_1 .brock_1_l{
	width: 570px;
}
#brock_1 .brock_1_r{
	width: 570px;
	background: url("../image/text_01.jpg") no-repeat;
	background-size: cover;
}
#brock_1 .brock_1_r .text_area1{
	width: 320px;
	float: right;
}
#brock_1 .brock_1_r .text_area1 h2{
	font-size: 22px;
	margin-top: 30px
}
#brock_1 .brock_1_r .text_area1 h3{
	font-size: 16px;
	margin-bottom: 20px
}
#brock_1 .brock_1_r .box_titl{
	margin-bottom: 15px;
}
#brock_1 .brock_1_r .box_titl .titl{
	font-size: 14px;
}
#brock_1 .brock_1_r .box_titl p{
	font-size: 10px;
	line-height: 16px;
}

#brock_2 {
	width: 1140px;
	display: flex;
	margin: 0 auto;
}
#brock_2 .brock_2_l{
	width: 570px;
	background: url("../image/text_02.jpg") no-repeat;
	background-size: cover;
}
#brock_2 .brock_2_l .box_titl{
	width: 300px;
	float: right;
	margin-top: 115px;
}
#brock_2 .brock_2_l .box_titl p{
	font-size: 13px;
	line-height: 22px
}
#brock_2 .brock_2_r{
	width: 570px;
}

#brock_3 {
	width: 1140px;
	display: flex;
	margin: 0 auto;
}
#brock_3 .brock_3_l{
	width: 570px;
}
#brock_3 .brock_3_r{
	width: 570px;
	background: url("../image/text_03.jpg") no-repeat;
	background-size: cover;
}
#brock_3 .brock_3_r .text_area1{
	width: 320px;
	float: right;
}
#brock_3 .brock_3_r .text_area1 h2{
	font-size: 22px;
	margin-top: 30px
}
#brock_3 .brock_3_r .text_area1 h3{
	font-size: 16px;
	margin-bottom: 20px
}
#brock_3 .brock_3_r .box_titl{
	margin-bottom: 15px;
}
#brock_3 .brock_3_r .box_titl p{
	font-size: 12px;
	line-height: 18px;
}




#item_area {
	width: 1000px;
	margin: 70px auto 150px;
}
#item_area h2{
	font-size: 32px;
	margin-bottom: 30px
}
#item_area .item_tr{
	display:flex;
  	justify-content:space-between;
	margin-bottom: 50px
}
#item_area .item_tr .box{
	width: 25%
}
#item_area .item_tr .item_img{
	margin-bottom: 25px;
}
#item_area .item_tr .item_name{
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	margin-bottom: 10px;
}
#item_area .item_tr p{
	font-size: 11px;
}
#item_area .attention {
		font-size: 17px;
	text-align: center;

}




#insta_area {
	width: 1000px;
	margin: 0 auto 100px;
	display: flex;
  	justify-content:space-between;
}
#insta_area .inner_l{
	width: 180px;
}
#insta_area .inner_r{
	width: 750px;
}
#insta_area .inner_r p{
	font-size: 21px;
	line-height: 38px
}




#company {
	width: 1000px;
	margin: 70px auto 100px;
}
#company h2{
	font-size: 32px;
	margin-bottom: 30px
}
#company .com_under{
	width: 900px;
	margin: 0 auto;
	display: flex;
}
#company .com_under .under_l{
	width: 500px;
}
#company .com_under .under_l .c_logo{
	width: 80%;
	margin-bottom: 25px;
}
#company .com_under .under_l .addr_area{
	margin-top: 10px;
	font-size: 24px;
}
#company .com_under .under_l .addr_area .addr{
	line-height: 32px;
	margin-bottom: 5px;
}
#company .com_under .under_l .addr_area .tel{
}
#company .com_under .under_l .addr_area .tel span{
	width: 23px;
	display: inline-block;
	margin-right: 10px
}
#company .com_under .under_l .addr_area .holiday{
}
#company .com_under .under_r{
	width: 400px;
}




#map {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}



#contact {
	width: 1000px;
	margin: 100px auto 100px;
}
#contact h2{
	font-size: 32px;
	margin-bottom: 30px
}


.copy {
	width: 100%;
	background: #00984B;
	text-align: center;
}
.copy p{
	font-size: 22px;
	color: #fff;
	padding: 30px 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}









