@charset "utf-8";

a{
	text-decoration:none;
}

#all{
}

.title{
	text-align: center;
	color: #FFA170;
	font-weight: bold;
	font-size: 16px;
	margin-top: 60px;
}

.sub_title{
	width: 95%;
	padding:10px 0 10px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
	margin-top: 20px;
	margin-left: 2.5%;
	font-size: 14px;
}

.banner{
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
}

.banner img{
	width: 100%;
}

.txt{
	width: 85%;
	text-align: left;
	margin-left: 7.5%;
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
}

.line{
	width: 100%;
	margin-top: 30px;
}

.line img{
	width: 100%;
}


.table{
	width: 95%;
	margin-left: 2.5%;
}

.item{
	float: left;
	margin-top: 20px;
	width: 30%;
	margin-left:2.5%;
}

.item img{
	width:100%;
}

#item_l{
	margin-left: 18.75%;
}

#right_img{
	width: 30%;
	float:right;
}

#right_img img{
	width:100%;
}




#left_img{
	width: 30%;
	float:left;
	margin-top: 40px;
}

#left_img img{
	width:100%;
}




.more{
	margin-top: 40px;
}

.more a{
	text-decoration:none;
}

.more_button{
	width: 50%;
	margin-left: 25%;
	color: #baa68d;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding:10px 0 10px 0;
	border:1px solid #baa68d;
	position: relative;
	border-radius: 5px;
}

.more_button:after{
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #baa68d;
	border-right: 1px solid #baa68d;
	position: absolute;
	right: 1em;
	top: 15px;
	transform:rotate(45deg)
}





.logo_banner{
	width:50%;
	margin-top: 100px;
	margin-left: 25%;
}

.logo_banner img{
	width:100%;
}







.footer{
	width:100%;
	margin-top: 20px;
	background-color: #9b8674;
	padding:10px;
	box-sizing: border-box;
}

.sns{
	padding:10px 0 20px 0;
	border-bottom: 1px solid #FFF;
}

.sns li{
	float:left;
	width:15%;
	margin-left: 8%;
}

.sns li img{
	width:100%;
}

.campany{
	padding:20px 0 20px 0;
}

.campany_title{
	text-align: center;
	color: #FFF;
	font-weight:bold;
	font-size: 20px;
	line-height:30px;
}

.campany_title span{
	font-size: 14px;
}

.campany_detail{
	margin-top: 20px;
}

.campany_detail li{
	color:#FFF;
	text-align: center;
	font-size: 12px;
}
