@charset "UTF-8";
/* ヒーローエリア */
section.hero {
	background-image: url(../img/hero_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 552px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
}

section.hero .hero-container h2 {
	margin-bottom: 15px;
}

section.hero .hero-container h2 img {
	max-width: 541x;
	width: 100%;
	height: auto;
}

/* コンテンツ */
section.contents {
	width: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
	padding-top: 120px;
	padding-bottom: 100px;
}

section.contents h2 {
	text-align: center;
	margin-bottom: 60px;
}

section.contents .navi {
	padding: 20px 30px;
}

.blogArea div.blog-main article {
	margin-bottom: 60px;
}

.blogArea div.blog-main article img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.blogArea div.blog-main article p {
	margin-bottom: 20px;
}

.blogArea div.blog-main article div.head {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.blogArea div.blog-main article div.date,
.blogArea div.blog-main article h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
}

.blogArea div.blog-main article div.date {
	padding-right: 30px;
}

.blogArea div.blog-side aside.archive {
	margin-bottom: 30px;
}
.blogArea div.blog-side aside.archive:last-child {
	margin-bottom: 0px;
}
.blogArea div.blog-side ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 15px 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.blogArea div.blog-side ul li:last-child a {
	border-bottom: 1px solid #fff;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	/* ヒーローエリア */
	section.hero {
	background-image: url(../img/hero.jpg);
	height: 1103px;
	padding-left: 100px;
	}
	/* コンテンツ */
	section.contents .navi {
	margin: 0 auto;
	padding: 20px 0;
	}
	.blogArea {
	display: flex;
	}
	div.blogArea div.blog-main {
	flex: 1 1 630px;
	margin-right: 30px;
	}
	div.blogArea div.blog-side {
	flex: 1 1 320px;
	}
}
