@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 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 .bl_vertPosts_header .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 .bl_vertPosts_header .el_catLabel {
	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;	
}
@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 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 .bl_vertPosts_header .time{
		font-size: 24px;
		width: 200px;
		height: auto;
		margin-right: 25px;
		padding: 6px 0;
	}
/*カテゴリ*/
	#post .bl_vertPosts_header .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;
	}
}
/*=======================================================
投稿詳細
=======================================================*/
.single #post-table section{
	padding: 40px 30px 30px;
}
.single .bl_post_header {
    position: absolute;
    top: 37px;
    left: 32px;
	display: flex; 
	align-items: center; 
}
.single .bl_post_header .day {
    color: #968f7c;
    font-size: 14px;
    font-weight: bold;
	margin-right: 15px;
}
/***カテゴリ***/
.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: 695px;
}
/**サイドカラム**/
#post-table aside .box h2, #post-table aside .box h3 {
    background: url(../images/column/icon_category.svg) center left 20px / 27px 21px no-repeat, #3c2a10;
}
#post-table aside .box li {
    margin: 0 0 15px;
    line-height: 1.3;
}
@media screen and (max-width : 750px){
	.single #post-table section{
		padding: 50px 20px 30px;
	}
	.single .bl_post_header {
		top: 28px;
		left: 23px;
		width: 646px;
		justify-content: space-between;
	}
	.single .bl_post_header .day {
		font-size: 24px;
		top: 35px;
		left: 20px;
	}
	.single .bl_post_header .el_catLabel {
		min-width: 166px;
		min-height: 26px;
		font-size: 22px;
	}
/***体験イベント応募ボタン***/
.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;
}