#key .slide01 {
	background: url(../img/index/slide01.jpg) no-repeat center/cover;
}
#key .slide02 {
	background: url(../img/index/slide02.jpg) no-repeat center/cover;
}
#key .slide03 {
	background: url(../img/index/slide03.jpg) no-repeat center/cover;
}
#key .slide04 {
	background: url(../img/index/slide04.jpg) no-repeat center/cover;
}
#container{
	padding-top: 40px;
}
#sec1 {
	position: relative;
	padding: 60px 0 67px;
	letter-spacing: 0.5px;
}
#sec1:before {
	background: url(../img/index/bg_sec1.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	height: 786px;
}
#sec1 .txt {
	padding: 18px 0 10px;
}
#sec2 {
	background: url(../img/index/bg_sec2.jpg) no-repeat center top;
	max-width: 1300px;
	position: relative;
	letter-spacing: 0.5px;
	z-index: 1;
	margin: 0 auto;
	padding: 200px 0 102px;
}
#sec2 h2 {
	margin-left: -17px;
}
#sec2 .txt {
	padding: 8px 0 39px;
}
#sec2 .link {
	position: absolute;
	bottom: 0;
	right: -150px;
}


#sec2-2 {
	background: url(../img/index/bg_sec2-2.jpg) no-repeat center top;
	max-width: 1300px;
	position: relative;
	letter-spacing: 0.5px;
	z-index: 1;
	margin: 0 auto;
	padding: 200px 0 102px;
}
#sec2-2 h2 {
	position: relative;
	left: 500px;
}
#sec2-2 .txt {
	padding: 8px 0 39px;
	position: relative;
	left: 270px;
}
#sec2-2 .link {
	position: absolute;
	bottom: 0;
	left: -150px;
}


#sec3 {
	letter-spacing: 0.5px;
	position: relative;
}
#sec3 .sec3_01 {
	background: url(../img/index/bg_sec3_01.jpg) no-repeat center/cover;
	height: 600px;
	cursor: pointer;
}
#sec3 .sec3_01 .info {
	background: url(../img/index/bg_info_01.png) no-repeat center top;
}
#sec3 .sec3_01 .box {
	position: absolute;
	top: 231px;
	left: 141px;
}
#sec3 .sec3_01 .box h3 {
	position: absolute;
	top: -114px;
	left: 22px;
}
#sec3 .info {
	height: 100%;
	width: 680px;
	position: relative;
}
#sec3 .info .box {
	color: #fff;
	width: 400px;
	background: rgba(0, 0, 0, 0.65);
}
#sec3 .info .box .link {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#sec3 .info .box .txt {
	padding: 109px 49px 22px 49px;
}
#sec3 .sec3_02 {
	background: url(../img/index/bg_sec3_02.jpg) no-repeat center/cover;
	height: 600px;
	cursor: pointer;
}
#sec3 .sec3_02 .info {
	background: url(../img/index/bg_info_02.png) no-repeat center top;
}
#sec3 .sec3_02 .box {
	position: absolute;
	top: 268px;
	left: 141px;
}
#sec3 .sec3_02 .box .txt {
	padding-top: 55px;
}
#sec3 .sec3_02 .box h3 {
	position: absolute;
	top: -158px;
	left: 39px;
}
#sec4 {
	position: relative;
	letter-spacing: 0.5px;
	line-height: 26px;
	padding: 60px 0 61px;
	background: url(../img/index/bg_sec4.jpg) repeat-x center bottom;
}
#sec4 h2 {
	padding: 30px 0 31px;
}
#sec4 .wrap {
	background: url(../img/index/bg1.jpg) repeat center top;
	box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.54);
}
#sec4 #feed {
	padding: 0 74px 54px;
	min-height: 322px;
}
#sec4 #feed dl {
	width: 250px;
	float: left;
	margin-right: 50px;
}
#sec4 #feed dl:last-child {
	margin-right: 0;
}
#sec4 #feed dl .title {
	border-bottom: 3px solid #fff;
	padding: 13px 0 12px;
	margin-bottom: 10px;
}

#sec5{
	border: 2px solid #4d7d19;
    background: rgba(255, 255, 255, 0.6);
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
	margin-bottom: 150px;
	padding: 80px 0;
}
#sec5 h2{
	text-align: center;
}
#sec5 .txt{
	text-align: center;
	padding: 30px 0;
}
#sec5 .ph{
	display: flex;
	justify-content: center;
}



/*=============================================*/
/*           　　ボタン箇所　　　　　          */
/*=============================================*/

.botan a{
	width: 700px;
	margin: 0px auto 50px auto;
	padding: 15px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #D73500;
	border-bottom: 4px solid #443315;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

#takeout{
	display: flex;
	margin: 30px 0;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
	padding: 60px 0 130px;
}

.insta_bnr{
	text-align: center;
	margin: 0 0 60px 0;
}

.insta_bnr2{
	width: 400px;
}