@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :uniq.css

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#contents {
    padding: 60px 0 0 0;
}
h3{
	font-size:14px;
	text-align:left;
	margin-bottom:20px;
	line-height:1;
	font-weight:normal;
	text-align:center;
	color:#aa820b;
}
h3.en-alt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
h3 span{
	font-size:28px;
	display:block;
	margin-bottom:10px;
	line-height:1.6;
}
.w1000{
	padding:90px 0;
}
.sec01 .w1000{
	background:url(../../img/sec01_bg.png) no-repeat top center;
}
.w1000 li{
	float:left;
	width:30%;
	margin:0 auto;
	margin-right:5%;
	text-align:left;
}
.w1000 li img{
	max-width:100%;
}
.w1000 li:last-of-type{
	margin-right:0;
}
.sec02 li h3{
	margin-bottom:0;
}
.w1000 li p{
	margin-top:10px;
	color:#a27f2e;
	line-height:1.55;
}
.w1000 .box{
	margin-bottom:80px;
	text-align:center;
}
.w1000 .box:last-of-type{
	margin-bottom:0;
}
.w1000 .box .list li{
	float:none;
	width:100%;
	margin-left:20px;
	color:#a27f2e;
}



.sec02{
	background:#fff;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	★ SP
	
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 768px) {
	
	#contents {
		padding: 0;
	}
	.w1000 {
		padding: 50px 20px;
	}
	h3{
		font-size:10px;
		margin-bottom:30px;
	}
	h3 span{
		font-size:21px;
		line-height:1.4;
	}
	.intro p br {
		display:none;
	}
	.w1000 li{
		float:none;
		width:100% !important;
		text-align:left;
		margin-bottom:50px;
	}
	.w1000 li:nth-child(2) h3{
		margin-left:0;
	}
	.w1000 li:last-of-type{
		margin-bottom:0;
	}
	/*.w1000 h3 img{
		height:170px;
	}
	.w1000 .box:last-of-type h3 img{
		height:260px;
	}*/
	#sec03 .w1000 .box{
		width:100%;
		max-width:300px;
		margin-right:auto;
		margin-left:auto;
	}
	.w1000 .box .list{
		margin-top:-15px;
	}
	.w1000 .box .list li{
		margin-bottom:0;
		width:97% !important;
	}
	
}
@media screen and (max-width: 460px) {
	.w1000 h3 img{
		height:170px;
	}
	.w1000 .box:last-of-type h3 img{
		height:260px;
	}
}