@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

.page-title {
	font-size: 50px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 300px;
	padding: 0 0 0 0;
	text-align: center;
	color: #40525e;
	background: url(../img/blog/main_bg.jpg) center center no-repeat;
	background-color: #fafaf5;
	background-size: cover;
	justify-content: center;
	align-items: center;
}

.page-title span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	width: 100%;
	letter-spacing: 0;
	color: #ec6202;
}

.page-inner {
	width: 1000px;
	margin: 0 auto;
}

.clearfix,
.blog-wrapper,
.blog-entry a {
	*zoom: 1;
}

.clearfix:after,
.blog-wrapper:after,
.blog-entry a:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/* ---------------------------------------------------- blog
---------------------------------------------------- */

.blog-wrapper {
	padding: 80px 0 80px 0;
}

.blog-side {
	float: right;
	width: 270px;
}

.blog-nav {
	margin: 0 0 0 0;
}

.blog-nav a {
	font-size: 120%;
	display: block;
	padding: 8px 0 8px 25px;
	text-decoration: none;
	color: #323232;
	border-bottom: 1px dotted #8197a3;
	background: url(../img/blog/icn_arrow01.png) 15px center no-repeat;
}

.blog-nav a:hover {
	text-decoration: underline;
}

.blog-nav li:last-child a {
	border-bottom: none;
}

.blog-nav-title {
	font-size: 120%;
	padding: 8px 0 8px 15px;
	color: #40545f;
	background: #eff4fa;
}

/* main 一覧 */

.blog-main {
	float: left;
	width: 700px;
}

.blog-entry:first-child a {
	padding: 0 0 0 0;
}

.blog-entry a {
	display: block;
	margin-bottom: 45px;
	padding: 0;
	text-decoration: none;
}

.blog-entry a:hover .blog-entry-img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}

.blog-entry a:hover .blog-entry-title {
	text-decoration: underline;
}

.blog-entry-img {
	position: relative;
	float: left;
	overflow: hidden;
	width: 246px;
	height: 128px;
	margin: 0 25px 0 0;
}

.blog-entry-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-entry-txt {
	overflow: hidden;
	zoom: 1;
}

.blog-entry-title {
	font-size: 130%;
	color: #323232;
}

.blog-entry-date {
	margin: 0 0 10px 0;
	color: #999;
}

/* 詳細 */

.blog-detail {
	position: relative;
	float: left;
	width: 700px;
}

.blog-detail-title {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 40px;
	padding: 8px 0 12px 0;
	color: #40525e;
}

.blog-detail-date {
	font-size: 16px;
	margin: 0 0 15px 0;
	color: #78868e;
}

.blog-detail-img {
	text-align: center;
}

.blog-detail-img img {
	width: 100%;
	height: auto;
}

.blog-detail-img span {
	font-size: 90%;
	display: block;
	padding: 10px 0 0 0;
}

.blog-detail-nav {
	margin: 80px 0 0 0;
	padding: 30px 0 0 0;
	text-align: center;
	border-top: 1px dotted #8197a3;
}

.blog-detail-nav li {
	display: inline;
	margin: 0 10px;
}

.blog-detail-nav a {
	font-size: 120%;
	padding: 0 30px;
	text-decoration: none;
	color: #323232;
}

.blog-detail-nav a:hover {
	text-decoration: underline;
}

.blog-detail-nav span {
	font-size: 120%;
	padding: 0 30px;
	color: #999;
}

.blog-detail-nav-prev a,
.blog-detail-nav-prev span {
	padding: 0 0 0 24px;
	background: url(../img/blog/icn_arrow02.png) left center no-repeat;
}

.blog-detail-nav-next a,
.blog-detail-nav-next span {
	padding: 0 24px 0 0;
	background: url(../img/blog/icn_arrow03.png) right center no-repeat;
}

/*responsive*/

@media screen and (min-width: 769px) {

.sp {
	display: none !important;
}

}

@media screen and (min-width: 990px) {

.tab {
	display: none !important;
}

}

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

.pc {
	display: none !important;
}

.page-title {
	font-size: 25px;
	font-weight: 500;
	display: block;
	height: auto;
	padding: 5.33333vw 0 5.33333vw 0;
	background: url(../img/blog/main_bg.jpg) center center no-repeat;
	background-size: cover;
}

.page-title span {
	font-size: 10px;
}

.page-inner {
	width: 100%;
}

.blog-wrapper {
	display: flex;
	flex-direction: column-reverse;
	padding: 40px 15px 55px 15px;
}

.blog-side {
	float: none;
	width: 100%;
}

.blog-nav {
	flex: 1;
}

.blog-main {
	float: none;
	width: 100%;
	padding-bottom: 30px;
}

.blog-entry a {
	margin-bottom: 20px;
}

.blog-entry-img {
	width: 124px;
	height: auto;
	min-height: 64px;
	margin: 0 12px 0 0;
}

.blog-entry-title {
	font-size: 12px;
}

.blog-entry-date {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.blog-detail {
	float: none;
	width: 100%;
	padding-bottom: 60px;
}

.blog-detail-title {
	font-size: 21px;
	margin-bottom: 20px;
	padding: 12px 0 12px 0;
}

.blog-detail-date {
	font-size: 10px;
	margin: 0 0 20px 0;
}

}

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

.tab {
	display: none !important;
}

}

