@charset "UTF-8";

#topics {
	width: 900px;
	text-align: left;
	margin: 0 auto 50px;
}
#topics h2 {
	color: #774916;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	margin: 0 auto 10px;
}
#topics li {
	border-bottom: dotted 1px #DDD;
	marign: 0 0 15px;
	padding: 0 20px 10px 35px;
	position: relative;
}
#topics li::after {
	content: "\f105";
	color: #774916;
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 20px;
}


#intro {
	background: url(../images/toppage/lead_bg_01.jpg) no-repeat center bottom;
	margin: 0 0 80px;
	padding: 0 0 50px;
}

#intro #insta {
	width: 920px;
	text-align: center;
	background: #FFF;
	margin: 100px auto;
	padding: 40px;
}
#intro #insta h2 {
	font-size: 24px;
	font-family: "Likurei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0 auto 20px;
	position: relative;
}
#intro #insta h2::before {
	content: " ";
	width: 40px;
	height: 40px;
	background: url(../images/toppage/insta_s_01.png) no-repeat;
	margin-left: -20px;
	position: absolute;
	top: -60px;
	left: 50%;
}
#intro #insta ul {
	margin: 0 0 0 -40px;
}
#intro #insta ul li {
	margin: 0 0 0 40px;
	float: left;
}

#about {
	width: 670px;
	text-align: left;
	background: url(../images/toppage/about_bg_01.png) no-repeat left 300px, url(../images/common/column_bg_01.gif);
	background-size: 580px auto, auto auto;
	border: solid 1px #EEE;
	margin: 0 0 50px;
	padding: 30px 20px;
}
#about h2 {
	text-align: center;
	background: url(../images/common/column_s_line.gif) repeat-x left bottom;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
#about .honbun {
	padding: 0 30px 30px;
	background: url(../images/common/column_s_line.gif) repeat-x left bottom;
	margin: 0 0 20px;
}
#about .honbun p {
	margin: 0 0 1em;
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {

	#topics {
		width: auto;
		text-align: left;
		margin: 0 auto 30px;
	}
	#topics h2 {
		font-size: 18px;
		margin: 0 10px 10px;
	}
	#topics li {
		border-bottom: dotted 1px #DDD;
		marign: 0 0 10px;
		padding: 0 10px 10px 25px;
	}
	#topics li::after {
		left: 10px;
	}

	#intro {
		background: url(../images/toppage/lead_bg_01.jpg) no-repeat center bottom;
		background-size: 1000px auto;
		margin: 0 0 40px;
		padding: 0 0 25px;
	}

	#aboutWrap {
		background: url(../images/toppage/lead_bg_01.jpg) no-repeat center bottom;
		background-size: 1000px auto;
		margin: 0 -2.5% 40px;
		padding: 0 0 25px;
	}

	#about {
		width: 95%;
		text-align: left;
		background: none;
		border: none;
		margin: 0 2.5% 30px;
		padding: 0;
	}
	#about h2 {
		width: 264px;
		text-align: center;
		background: none;
		margin: 0 auto 15px;
		padding: 0;
	}
	#about .honbun {
		padding: 0;
		background: none;
		margin: 0 0 15px;
	}
	#about .honbun p {
		margin: 0 0 1em;
	}
	#about .alcenter {
		width: 260px;
		margin: 20px auto 0;
	}

	#intro #insta {
		width: 100%;
		text-align: center;
		background: #FFF;
		margin: 50px auto;
		padding: 20px 0;
	}
	#intro #insta h2 {
		font-size: 16px;
		font-family: "Likurei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		margin: 0 auto 20px;
		position: relative;
	}
	#intro #insta h2::before {
		content: " ";
		width: 20px;
		height: 20px;
		background: url(../images/toppage/insta_s_01.png) no-repeat;
		background-size: 20px auto;
		margin-left: -10px;
		position: absolute;
		top: -30px;
		left: 50%;
	}
	#intro #insta ul {
		margin: 0 5%;
	}
	#intro #insta ul li {
		width: 40%;
		margin: 0 5% 15px;
		float: left;
	}

}

