@charset "utf-8";

/* index */

main #mv img {
	display: block;
	width: 100%;
}

#sec01 {
	margin-top: -1px;
	background: url(../img/index/top_sec01_img01.png) no-repeat left bottom ,
				url(../img/index/top_sec01_img02.png) no-repeat right bottom #fff6d3;
	padding: 85px 0 60px;
}
#sec01 .wrap{
	max-width: 825px;
	margin: auto;
	position: relative;
}
#sec01 .leftimg{
	position: absolute;
	top: 0;
	left: 0;
}
#sec01 .rightimg{
	position: absolute;
	top: 0;
	right: 0;
}
#sec01 .ttl{
	font-size: 29px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	color: #5d3919;
	font-weight: bold;
}
#sec01 .ttl span{
	background: url(../img/common/line01.png) repeat-x left bottom;
	padding: 0 21px 4px;
}
#sec01 .txt{
	font-size: 22px;
	line-height: 2.6;
	font-weight: bold;
	margin-top: 25px;
}

#sec02{
	margin-top: 40px;
	background: url(../img/index/top_sec02_bg01.png) repeat 0 0;
}
#sec02 .wrap{
	max-width: 975px;
	margin: auto;
	padding: 55px 0 35px;
	position: relative;
}
#sec02 .ttl{
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
#sec02 .flex{
	display: block;
	justify-content: space-between;
}
#sec02 .box{
	float: left;
	max-width: 482px;
	width: 49.44%;
	height: 431px;
	padding: 98px 35px 30px 35px;
	background: url(../img/index/top_sec02_bg02.png) no-repeat center center;
	position: relative;
}
#sec02 .box + .box{
	float: right;
}
#sec02 .box h4{
	font-size: 30px;
	color: #5f3819;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 0 0 20px;
	background: url(../img/common/line01.png) repeat-x left bottom;
}
#sec02 .box .txt{
	font-size: 22px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.6;
	height: 140px;
	display: table;
	margin: 20px 0 30px;
}
#sec02 .box .txt span{
	display: table-cell;
	vertical-align: middle;
}
#sec02 .box .btn{
	position: relative;
	z-index: 1;
}
#sec02 .box .btn a{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #ee9325;
	border-radius: 50px;
	display: block;
	margin: auto;
	max-width: 272px;
}
#sec02 .box img{
	position: absolute;
	top: 120px;
	right: 15px;
	max-width:200px;
}

#sec03 .wrap{
	max-width: 975px;
	margin: auto;
	padding: 70px 0 65px;
	position: relative;
}
#sec03 .ttl{
	font-size: 31px;
	color: #5f3819;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#sec03 .ttl:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 73px;
	height: 67px;
	background: url(../img/index/top_sec03_ttl.png) no-repeat center center;
}
#sec03 .ttl span{
	color: #000;
	margin-left: 20px;
}
#sec03 ul li {
	padding: 8px 0;
	border-bottom: 3px solid #cccccc;
}
#sec03 ul li + li{
	margin-top: 15px;
}
#sec03 ul li .date{
	font-size: 20px;
	font-weight: bold;
	color: #5f3819;
	min-width: 155px;
}
#sec03 ul li .txt{
	font-size: 22px;
	line-height: 1.7;
	font-weight: bold;
}


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

	#sec01{
		background-size: auto 88%;
		padding: 6% 0 7%;
	}
	#sec01 .wrap{
		width: 83%;
		padding: 0;
	}
	#sec01 .rightimg, #sec01 .leftimg{
		max-width: 195px;
		width: 21%;
		top: 2%;
	}
	#sec01 .leftimg{
		left: 8%;
	}
	#sec01 .rightimg{
		right: 8%;
	}
	#sec01 .ttl{
		font-size: 24px;
	}
	#sec01 .txt{
		font-size: 18px;
	}

	#sec02 .wrap{
		padding: 8% 0 3%;
		width: 94%;
	}
	#sec02 .ttl{
		max-width: 460px;
		width: 50%;
	}
	#sec02 .box{
		background-size: 100%;
		max-width: 100%;
		height: auto;
		padding: 9% 5% 9% 3%;
	}
	#sec02 .box h4{
		font-size: 26px;
	}
	#sec02 .box .txt{
		font-size: 18px;
		padding: 1% 0 1%;
		height: 120px;
	}
	#sec02 .box .btn a{
		font-size: 22px;
		max-width: 100%;
	}
	#sec02 .box img{
		width: 25%;
		top: auto;
		bottom: 30%;
		right: 5%;
	}
	#sec02 .box:nth-of-type(2) img{
		width: 28%;
	}

	#sec03 .wrap{
		width: 94%;
		padding: 7% 0 6%;
	}
	#sec03 .ttl{
		font-size: 26px;
	}
	#sec03 .ttl:before{
		width: 8%;
		height: auto;
		padding-top: 8%;
		background-size: 100%;
	}
	#sec03 ul li .txt{
		font-size: 18px;
	}

}

@media screen and (max-width : 768px){
	
	.pc{
		display:none!important;
	}

}

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

	#sec01{
		background: #fff6d3;
	}
	#sec01 .wrap{
		width: 97%;
	}
	#sec01 .rightimg, #sec01 .leftimg{
		max-width: 195px;
		width: 25%;
		top: 2%;
	}
	#sec01 .leftimg{
		left: 5%;
	}
	#sec01 .rightimg{
		right: 5%;
	}
	#sec01 .ttl{
		font-size: 3.8vw;
	}
	#sec01 .ttl span{
		padding: 0 0 0.5%;
		background-size: 7px;
	}
	.iphone #sec01 .ttl span{
		padding: 0 0 1%;
	}
	#sec01 .txt{
		font-size: 3vw;
		margin-top: 4%;
	}

	#sec02{
		margin-top: 8%;
	}
	#sec02 .ttl{
		width: 70%;
	}
	#sec02 .flex{
		display: block;
	}
	#sec02 .box{
		float: none;
		width: 100%;
		padding: 16% 10% 7% 8%;
	}
	#sec02 .box + .box{
		margin-top: 2%;
		padding: 12% 10% 7% 8%;
	}
	#sec02 .box .txt{
		font-size: 4.2vw;
		height: auto;
	}
	#sec02 .box h4{
		font-size: 6.5vw;
		padding: 0 0 4%;
		background-size: 7px;
	}
	#sec02 .box .btn a{
		font-size: 5vw;
	}

	#sec03 .wrap{
		padding: 10% 0 10%;
	}
	#sec03 .ttl{
		font-size: 6.5vw;
		margin-bottom: 4%;
	}
	#sec03 .ttl span{
		margin-left: 5%;
	}
	#sec03 ul li{
		display: block;
		padding: 2% 0;
		border-bottom-width: 2px;
	}
	#sec03 ul li + li{
		margin-top: 5%;
	}
	#sec03 ul li .date{
		font-size: 4.2vw;
	}
	#sec03 ul li .txt{
		font-size: 4.2vw;
	}

}