@charset "UTF-8";
/*
Theme Name: サワムラガク世田谷 新着情報
Author: あそびラボ
*/

main{
	padding: 0 0 155px;
}
main section{
	line-height: 1.5;
}
/*=======================================================
h1
=======================================================*/
.h1_wrapper h1{
	padding: 0 0 0 80px;
}
.h1_wrapper h1::before {
	content: "";
	background: url(../images/common/hagumi.svg) no-repeat;
	width: 66px;
	height: 102px;
	display: block;
	position: absolute;
	left: 386px;
	top: -17px;
}
@media screen and (max-width : 750px){
	.h1_wrapper h1::before {
		left: 236px;
		top: -12px;
	}
}
.h1_wrapper p{
	padding: 0 0 0 80px;
}
.h1_wrapper p::before {
	content: "";
	background: url(../images/common/hagumi.svg) no-repeat;
	width: 66px;
	height: 102px;
	display: block;
	position: absolute;
	left: 386px;
	top: -17px;
}
@media screen and (max-width : 750px){
	.h1_wrapper p::before {
		left: 236px;
		top: -12px;
	}
}
/*=======================================================
一覧
=======================================================*/
#post{
	width:1020px;
	margin:0 auto 40px;
	border-top:1px dashed #3c2a10;
}
#post li{
	padding:25px 0;
	border-bottom:1px dashed #3c2a10;
	display:flex;
	align-items:center;
}
#post a{
	display:flex;
	align-items:center;
}
/*タイトル*/
#post h2{
	order:2;
}
/*bl_vertPosts_header*/
#post .bl_vertPosts_header {
	margin-right: 34px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	order: 1;
	width: 250px;
}
/*日付*/
#post .time{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #dd8925;
	width: 118px;
	height: 24px;
	padding: 6px 0 0;
	text-align: center;
	border-radius: 10px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
}
/*カテゴリ*/
#post .el_catLabel,
.bl_article_item .el_catLabel{
	text-decoration: none;
	min-width: 107px;
	min-height: 24px;
	padding: 1px 10px 0;
	background: #33b666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* サムネイル付き記事一覧 */
.archive .inner{
	margin-bottom: 40px;
}
.bl_article_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.bl_article_item{
	width: 320px;
	background: #fff;
	position: relative;
}
.bl_article_item > a:first-of-type{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.bl_article_item_imgWrapper{
	height: 200px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.bl_article_item_imgWrapper.no-image{
	background: #3c2a10;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl_article_item_imgWrapper img{
	height: 200px;
	object-fit: cover;
}
.bl_article_item_imgWrapper.no-image img{
	width: 80%;
	height: auto;
}
.bl_article_item .el_catLabel{
	position: absolute;
	top: 0;
	left: 0;
}
.bl_article_body{
	padding: 16px;
}
.el_date{
	color: #968f7c;
	font-size: 14px;
	font-weight: bold;
}
.el_article_ttl{
	font-size: 17px;
	line-height: 1.4;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width : 750px){
	#post{
		width:690px;
		margin:0 auto 40px;
	}
	#post li{
		padding:35px 0;
		align-items:flex-start;
		flex-wrap: wrap;
	}
	/*#post a{
	align-items:flex-start;
	flex-wrap: wrap;
}*/
	/*タイトル*/
	#post h2{
		width: 100%;
		padding: 0 20px 0 0;
		font-size: 28px;
		line-height: 1.5;
	}
	#post .bl_vertPosts_header {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*日付*/
	#post .time{
		font-size: 24px;
		width: 200px;
		height: auto;
		margin-right: 25px;
		padding: 6px 0;
	}
	/*カテゴリ*/
	#post .el_catLabel,
	.bl_article_item .el_catLabel{
		font-size: 24px;
		width: auto;
		height: auto;
		margin-right: 0;
		padding: 9px 0 5px;
		min-height: auto;
		line-height: 1;
		min-width: 200px;
	}
	/* サムネイル付き記事一覧 */
	.archive .inner{
		margin-bottom: 40px;
		padding: 0 30px;
	}
	.bl_article_item{
		width: 330px;
	}
	.bl_article_item_imgWrapper{
		height: 206px;
	}
	.bl_article_item_imgWrapper img{
		width: 100%;
		height: 100%;
	}
	.bl_article_body{
		padding: 24px;
	}
	.el_date{
		font-size: 20px;
	}
	.el_article_ttl{
		font-size: 26px;
		margin-top: 16px;
		-webkit-line-clamp: 2;
	}
}
/*=======================================================
投稿詳細
=======================================================*/
.single #post-table section{
	width:100%;
	padding: 40px 30px 30px;
}
.single section .day {
	color: #968f7c;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 30px;
}
/***カテゴリ***/
.single .bl_post_header .el_catLabel {
	min-width: 100px;
	min-height: 22px;
	padding: 2px 10px 0;
	background: #33b666;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
}
/***前次ボタン***/
.pageLink{
	width:100%;
}
@media screen and (max-width : 750px){
	.single #post-table section{
		padding: 50px 20px 30px;
	}
	.single section .day {
		font-size: 24px;
		top: 35px;
		left: 20px;
	}
}
/***体験イベント応募ボタン***/
.entry-form2 a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #dd8925;
	font-size: 18px;
	width: 220px;
	height: 100px;
	padding: 10px 15px;
}
@media screen and (max-width : 750px){
	.entry-form2 a {
		font-size: 24px;
		width: 300px;
		height: 120px;
		padding: 20px 25px;
	}
}
/***スケジュール空き状況ボタン***/
/*ボタン*/
section .txt ol a {
	font-weight: bold;
	width: 250px;
	height: 70px;
	background: #33b666;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 1.3;
	padding: 2px 0 0;
	margin: 20px 0;
}
section .txt ol a:last-of-type {
	background: #dd8925;
	margin: 0 0 0 14px;
	width: 250px;
	height: 70px;
	margin: 20px 0;
}
section .txt ol a::before {
	content: "";
	display: inline-block;
	background: url(images/common/calendar.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	margin: 0 14px 0 11px;
}
section .txt ol a:last-of-type::before {
	background: url(images/common/car.svg);
	background-size: contain;
	width: 45px;
	height: 18px;
	margin: 0 11px 0 12px;
}
section .txt ol a::before {
	content: "";
	display: inline-block;
	background: url(images/common/calendar.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	margin: 0 14px 0 11px;
}
section .txt ol a:last-of-type::before {
	background: url(images/common/car.svg);
	background-size: contain;
	width: 45px;
	height: 18px;
	margin: 0 11px 0 12px;
}

/*引用*/
blockquote {
	position: relative;
	padding: 45px 15px 10px 15px;
	box-sizing: border-box;
	font-style: italic;
	background: #f6feff;
	color: #555;
	margin-bottom: 30px;
}
blockquote:before{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 3px;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

/*メルマガ登録ボタン*/
.mailmag a {
	background: url(../images/news/mailmag_bg.png) no-repeat;
	background-size: contain;
	width: 461px;
	height: 118px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.25;
	position: relative;
	padding: 30px 0 0 152px;
	text-align: left;
}
.mailmag a::before {
	content: "";
	background: url(../images/news/mailmag_hagumi.png);
	background-size: contain;
	width: 129px;
	height: 82px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
.mailmag a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 12px;
	border-color: transparent transparent transparent #fff;
	display: block;
	position: absolute;
	right: 25px;
	top: 50px;
}