@charset "UTF-8";
/*
Theme Name: サワムラガク東京 走行マップ
Author: あそびラボ
*/

/*=======================================================
h1
=======================================================*/
.h1_wrapper {
	background-color: #f4f1df;
}
.h1_wrapper h1 {
	padding: 0 0 0 80px;
}
.h1_wrapper h1::before {
	content: "";
	background: url(../images/common/map_hagumi.png) no-repeat;
	background-size: contain;
	width: 66px;
	height: 104px;
	display: block;
	position: absolute;
	left: 367px;
	top: -17px;
}
@media screen and (max-width : 750px){
	.h1_wrapper h1::before {
		left: 205px;
    	top: -7px;
	}
}
/*=======================================================
アーカイブリスト
=======================================================*/
main h2 {
	margin: 0 0 30px;
	text-align: center;
}
main h3 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	background: #3c2a10;
	border-radius: 10px;
	padding: 12px 30px 7px;
	margin: 0 0 20px;
}
main ul {
	margin: 0 30px 30px;
	display: flex;
	flex-wrap: wrap;
}
main ul li {
	margin: 30px 30px 30px 15px;
}
.el_bigAreaTtl {
	margin-bottom: 40px;
}
.bl_areaTtl {
	display: flex; 
	align-items: center; 
	margin-right: 40px;
    margin-top: 0;
    margin-bottom: 30px;
	margin-left: 0;
	text-decoration: underline;
}
.bl_areaTtl::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #000;
	margin-right: 5px;
	margin-bottom: 3px;
}
@media screen and (max-width : 750px){
	main .inner {
		margin: 0 60px;
		padding: 0;
	}
	main h2 {
		line-height: 1.4;
	}
	main h3 {
		margin: 0 0 30px;
		font-size: 32px;
	}
	main ul {
		margin: 0 0 30px;
	}
}
/*=======================================================
投稿ページ
=======================================================*/
main .single > h2 {
	color: #422a0a;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 40px;
	padding: 20px 0 0;
	background: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
main .single > h2::before,
main .single > h2::after {
	content: "";
	display: inline-block; 
	width: 55px;
	height: 66px;
	background: url(../images/top/tree3.png) center / contain no-repeat;
	margin: 0 5px;
}
main .single .text {
	margin: 0 0 40px;
}
main .single .pageLink {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
main .single .pageLink li {
	margin: 0;
}
.contents {
	/*background: url(../images/top/line.png) bottom center / 2000px no-repeat;*/
	padding: 0 0 50px;
}
.contents .blackboard {
	background: url(../images/lesson/blackboard.png) no-repeat;
	background-size: contain;
	width: 1019px;
	height: 293px;
	text-align: center;
	padding: 43px 37px 0;
}
.contents .blackboard h4 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	/*margin: 0 0 30px;*/
}
.contents .blackboard h4 span {
	font-size: 24px;
	display: block;
	/*margin: 0 0 17px;*/
}
.contents .blackboard ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contents .blackboard ul li a {
	background: url(../images/lesson/li_clock.png) no-repeat;
	background-size: contain;
	width: 299px;
	height: 98px;
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	font-size: 23px;
	padding: 0 0 0 62px;
	position: relative;
}
.contents .blackboard ul li:nth-of-type(2) a {
	background: url(../images/lesson/li_map.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 75px;
}
.contents .blackboard ul li:last-of-type a {
	background: url(../images/lesson/li_policy.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 65px;
}
.contents .blackboard ul li a::after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #3c2a10;
    display: block;
    position: absolute;
    right: 14px;
    top: 41px;
}
@media screen and (max-width : 750px){
	main .single > h2::before, main .single > h2::after {
		width: 105px;
		height: 100px;
	}
   	.contents .blackboard {
		width: initial;
		background: url(../images/sp/lesson/blackboard.png) no-repeat;
		background-size: contain;
    	width: 630px;
    	height: 765px;
		padding: 72px 80px;
	}
	.contents .blackboard h4 {
    	font-size: 38px;
	}
	.contents .blackboard h4 span {
    	font-size: 30px;
	}
	.contents .blackboard ul {
		display: block;
	}
	.contents .blackboard ul li a,
	.contents .blackboard ul li:nth-of-type(2) a,
	.contents .blackboard ul li:last-of-type a {
    	width: 455px;
    	height: 149px;
    	justify-content: flex-end;
    	font-size: 34px;
    	padding: 0 62px 0 0;
    	margin: 80px 0 80px;
	}
	.contents .blackboard ul li a::after {
    	border-width: 12px 0 12px 14px;
    	right: 24px;
    	top: 60px;
	}
}
/*=============================
　投稿タグ設定
=============================*/
.single p{
	margin: 0 0 20px;
	line-height: 1.5;
}
.single em {
	font-family: "游ゴシック", "游ゴシック体";
	font-weight: 500;
	font-style: italic;
}
.single h1 {
    margin: 0 0 40px;
    padding: 30px 0 15px;
    border-bottom: 2px solid #3c2a10;
    font-size: 26px;
    font-weight: bold;
}
.single h2 {
	margin: 0 0 25px;
    padding: 11px 10px 7px 30px;
    background: #5db36e;
    border-radius: 10px;
    font-size: 24px;
    color: #fffbf4;
    font-weight: bold;
	text-align: left;
}
.single h3 {
	margin: 0 0 20px;
    padding: 0 0 10px 25px;
    border-bottom: 1px solid #3c2a10;
    font-size: 21px;
    font-weight: bold;
    position: relative;
	background :none;
	border-radius: 0;
	color: #3c2a10;
}
.single h3::before {
	content: "";
    display: block;
    width: 10px;
    height: calc(100% - 10px);
    background: #dd8925;
    position: absolute;
    top: 0;
    left: 0;
}
.single h4 {
	font-size: 1.2rem;
	/*margin: 0 0 20px;*/
	/*line-height: 1.2;*/
}
.single h5 {
	font-size: 0.8rem;
	margin: 0 0 20px;
	line-height: 1.2;
}
.single h6 {
	font-size: 0.6rem;
	margin: 0 0 20px;
	line-height: 1.2;
}
.single strong{
	font-weight:bold;
	margin: 0 0 20px;
}
.single .f_12{
	font-size:0.8rem;
}
.single .f_14{
	font-size:0.9rem;
}
.single .f_16{
	font-size:1.05rem;
}
.single .f_20{
	font-size:1.3rem;
}
.single .f_22{
	font-size:1.4rem;
}
.single .f_24{
	font-size:1.5rem;
}
.single .mb_20{
	margin-bottom:20px;
}
.single .mb_30{
	margin-bottom:30px;
}
.single .mb_40{
	margin-bottom:40px;
}
.single .m_red {
	background: linear-gradient(transparent 60%, #ff7f7f 60%);
}
.single .m_blue {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}
.single .m_green {
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}
.single .m_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.single table {
	border: 1px solid #3c2a10;
}
.single table th,
.single table td {
	border: 1px solid #3c2a10;
	padding: 15px 10px 10px;
	background: #fff;
}
.single .map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.single .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*ボタン*/
.btn a {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #DD8925;
    font-size: 18px;
    width: 60%;
	padding: 15px 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.single h2 {
		font-size: 32px;
		line-height: 1.4;
		padding: 13px 30px 11px;
	}
	.single h3 {
		font-size: 30px;
    	margin: 60px 0 20px;
    	line-height: 1.4;
	}
	.single p {
		font-size: 28px;
		margin: 0 0 20px;
	}
	.single table th, .single table td {
    	padding: 15px 10px;
    	vertical-align: middle;
    	height: auto!important;
	}
    .btn a {
        font-size: 24px;
        width: 60%;
		padding: 20px 0;
    }
}
/*=============================
　関連記事
=============================*/
.bl_relatedUnit {
	width: 100%;
}
.bl_relatedList {
	margin: 0 3px 30px;
}