@charset "utf-8";

.content{
    width:920px;
    margin:0 auto;
}
section{
    width:805px;
    margin:0 auto;
}
/*--------------------------------------------------------------------
content
--------------------------------------------------------------------*/
.mainvisual{
     margin:20px auto 45px;
}
h4.title{
    font-size:24px;
    font-weight:bold;
    float:left;
    margin-top:10px;
    padding-bottom:5px;
    border-bottom:4px solid #fce762;
    margin-bottom:30px;
}
h4.title .br-sp { display:none; }
.pdf_link{
    float:right;
}
.pdf_link a{
    display:block;
    background:#fce762;
    padding:20px;
    font-size:14px;
    font-weight:bold;
    text-decoration:underline;
    color:#000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.pdf_link a:hover{
    text-decoration:none;
    color:#000;
}
p.txt{
    clear:both;
    font-size:16px;
    line-height:200%;
    font-weight:normal;
    letter-spacing: 1px;

}
ul.img_list{
    width:800px;
    margin:50px auto 20px;
}
ul.img_list li{
    float:left;
    width:260px;
    margin-left:10px;
}
ul.img_list li:first-child{
    margin-left:0px;
}

ul.youtube_list{
    width:800px;
    margin:50px auto 20px;
}
ul.youtube_list li{
    float:left;
    width:380px;
    height:214px;
    margin:10px;
}

/*div.youtube{
    width:380px;
    height:214px;
    margin:40px auto;
}*/

section.sec2{
    margin:20px 0;
    background:#f6f6ea;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding:40px 50px 50px;
    width:820px;
}
section.sec2 p.title{
    font-size:24px;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:30px;
    clear:both;
}
section.sec2 p.txt{
    float:left;
    font-size:14px;
    font-weight:normal;
    line-height:200%;
    width:390px;
    margin-right:40px;
}
section.sec2 div.img{
    padding-top:10px;
}

section.sec2 div.img p{
    padding:10px;
    text-align: right;
}


a.garden_link{
    color:#000;
    text-decoration:underline;
}
a.garden_link:hover{
    color:#000;
    text-decoration:none;
}

section.sec2 div.btn{
	position:absolute;
	right:50px;
	bottom:130px;
}

section.sec2 div.btn a{
	display:block;
	width:360px;
	height:50px;
	background:#fda079 url('/machiiku/shared/images/icon_footer_btn_about.png') no-repeat 355px center;
    background-size:12px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:52px;
	padding-left:30px;

	/* box-shadow */
	box-shadow:rgb(241, 146, 106) 0px 5px 0px 0px;
	-webkit-box-shadow:rgb(241, 146, 106) 0px 5px 0px 0px;
	-moz-box-shadow:rgb(241, 146, 106) 0px 5px 0px 0px;
}









