@charset "utf-8";
/* CSS Document */




	
/*
↓ブログ記事内のh2～h4タイトル

ワードプレスの記事内にh2～h4の
タグを入れると反映されます。
*/
.site-main h2{
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 8px solid #95859C;
	padding-left: 15px;
	margin-bottom: 1em;
}
.site-main h3{
	padding: 5px 15px;
	border-radius: 5px;
	display: inline-block;
	min-width: 20%;
	background: #e8e2eb;
	margin-bottom: 20px;
	font-size: 16px;
}
.site-main h4{
	font-size: 16px;
	text-align: left;
	padding-left: 26px;
	margin-bottom: 15px;
	position: relative;
}
.site-main h4::after{
	position: absolute;
	content: "";
	background: #95859c;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 8px;
}
.site-main .entry-content strong{
	font-weight: bold;
}
/* ↑ブログ記事内のh2～h4タイトル*/

/*パンくずリスト*/
#breadCrumb{
	margin-bottom: 40px;
}
#breadCrumb li{
	font-size: 1.3rem;
	float: left;
}
#breadCrumb li a{}




/*ここから PCサイズ
-------------------------*/
@media screen and (min-width: 768px) {
	
/*ブログ記事*/
	article {
    clear: both;
    padding-bottom: 60px;
		margin: 0 !important;
	}
/*ブログ記事タイトル(個別記事)*/
	h2.entry-title{
		font-family: 'Noto Serif JP', serif;
		background: #e8e2eb;
		padding: 12px 20px;
		font-size: 2rem;
		margin-bottom: 20px;
		color: #333333;
		border-radius: 0;
		font-weight: normal;
		border-left: 0;
	}
	h2.entry-title a{
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 2rem;
		color: #333;
	}
	.top_cont article{
		padding-bottom: 0;
	}
/*ブログ記事タイトル(トップページ)*/
	.top_cont article h2.entry-title {
	}
	.top_cont article h2.entry-title a {
	}
	.top_cont article h2.entry-title a span.txt{
		display: inline-block;
		width: 780px;
	}
/*ブログ記事タイトル(「記事を読む」ボタン)*/
	.top_cont article h2.entry-title a span.link{
    float: right;
    display: block;
    font-size: 15px;
    color: #fff;
    background: #95859c;
    border-radius: 5px;
    padding: 2px 20px 3px;
	}
	.top_cont article h2.entry-title a span.link:hover{
		opacity: 0.7;
	}
	nav.post-navigation {
		width: 100%;
		margin: 0 auto;
	}
	#secondary.widget-area {
		width: 100%;
		margin: 60px auto 0;
	}

/*投稿日時(トップページ)*/
	.top_cont .entry-header .entry-meta{}
/*投稿日時*/
	.entry-header .entry-meta{
		text-align: left;
		}
	.entry-header .posted-on {
		display: inline-block;
		margin-bottom: 5px;
	}
	.entry-header .posted-on a {
		text-decoration: none;
		color: #95859c;
    font-size: 14px;
	}
	.entry-header	.byline {
		display: none;
	}
	
/*ブログ記事本文*/
	.entry-content{
		padding: 0 15px 10px;
		margin: 0;
	}
	.entry-content > p {
			margin-bottom: 20px;
		line-height: 2.3;
	}
	
/*ブログ記事カテゴリ*/
	.entry-footer {
		display: none;
/*
		clear: both;
		margin-top: 30px;
		margin-bottom: 0;
		background: #fff;
		padding: 15px;
		text-align: left;
		position: relative;
*/
	}
	.entry-footer .cat-links a{
	}
	.entry-footer .cat-links,
	.entry-footer .tags-links {
			margin-right: 20px;
	}
	.entry-footer .comments-link{
		display: none;
	}
/*前の投稿*/
	.post-navigation .nav-previous {
		text-align: left;
	}
/*次の投稿*/
	.post-navigation .nav-next {}
	
/*ウィジェット*/
	.widget-title{
    font-size: 18px;
    margin-bottom: 20px;
    background: #e8e2eb;
    padding: 4px 8px;
    border-bottom: 2px solid #95859C;
	}
	.widget{
    text-align: left;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.widget a{
		color: #23527c;
	}
	.widget a:hover{
		text-decoration: underline;
	}
	.widget ul li{
		font-size: 13px;
		margin-bottom: 10px;
	}
	.widget_archive ul li,
	.widget_categories ul li{
		float: left;
		padding-right: 20px;
	}
/*ウィジェット・検索ボックス*/
	#secondary.widget-area .widget_search label{
		display: block;
	}
	.widget_search {
		width: 46%;
		float: left;
		padding-bottom: 30px;
	}
	#secondary.widget-area .search-field {
		width: 80%;
		float: left;
	}
	#secondary.widget-area .search-submit {
		width: 17%;
		float: right;
		font-family: 'Noto Serif JP', serif;
		font-size: 15px;
		color: #fff;
/*		background: #95859C;*/
		background: #f2aaaf;
		border-radius: 4px;
		padding: 8px;
		border: none;
		cursor: pointer;
	}
	#secondary.widget-area .search-submit:hover{
		opacity: 0.7;
	}
/*ウィジェット・最近の投稿*/
	.widget_recent_entries {
		width: 46%;
		float: right;
	}
/*ウィジェット・カテゴリー*/
	.widget_categories {
	}
/*ウィジェット・アーカイブ*/
	.widget_archive {
	}
	.widget_archive #archives-dropdown-2{
		float: left;
	}
	.widget_tag_cloud .tagcloud{
		text-align: left;
	}
/*ウィジェット・タグ*/
	.widget_tag_cloud .tagcloud a{
		font-size: 13px !important;
		padding-right: 20px;
	}
	
	.widget_meta {
		width: 46%;
		float: right;
		padding-bottom: 30px;
	}
	.site-footer {
		clear: both;
	}


/*イベント入力欄*/
	.entry-content form.eam{
		padding: 20px;
		background: #f8f6f9;
	}
	.entry-content .eam .small{
		font-size: 14px;
	}
	.entry-content .eam .must{
		color: #ee1423;
	}
	.entry-content .eam dl{
    background: #e8e2eb;
    border-bottom: 2px solid #95859C;
/*    box-shadow: 0 0 4px rgba(0,0,0,0.1);*/
	}
	.entry-content .eam dl dt{
		padding: 8px 8px;
		float: left;
		width: 10em;
		text-align: center;
		}
	.entry-content .eam dl dd{
		background: #fff;
		margin-left: 10em;
		padding: 8px 16px;
		}
	.entry-content .eam dl.class input{
		width: 40px;
	}
	.entry-content .eam dl.mail input{
		width: 100%;
	}
	.entry-content .eam dl.name input{
		width: 166px;
	}
	.entry-content .eam dl.mail span{
		font-size: 13px;
	}
	.entry-content .eam dl.tel input{
		width: 80px;
	}
	.entry-content .eam dl.day input {
		width: 40px;
	}
	
	.entry-content .eam dl.comment input{}
	.entry-content .eam input[type="submit"]{
		display: block;
		margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    color: #fff;
/*    background: #95859C;*/
    background: #f2aaaf;
    border-radius: 4px;
    padding: 8px 18px;
    border: none;
    cursor: pointer;
    text-align: center;
	}
	.entry-content .eam input[type="submit"]:hover{
		opacity: 0.7;
	}
	
	
}
/*ここまで PCサイズ
-------------------------*/





/*ここから SPサイズ
-------------------------*/
@media screen and (max-width: 767px) {
	.entry-header{
		position: relative;
		height: auto;
		background: none;
	}
	.site-footer{
		padding: 0;
	}
	
	
/*ブログ記事*/
	article {
    clear: both;
		margin-bottom: 30px !important;
	}
/*ブログ記事タイトル(個別記事)*/
	h2.entry-title{
		font-family: 'Noto Serif JP', serif;
		background: #e8e2eb;
		padding: 12px 20px;
		font-size: 2rem;
		margin-bottom: 20px;
		color: #333333;
		border-radius: 0;
		font-weight: normal;
		border-left: 0;
	}
	h2.entry-title a{
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 2rem;
		color: #333;
	}
	.top_cont article{
		padding-bottom: 0;
	}
/*ブログ記事タイトル(トップページ)*/
	.top_cont article h2.entry-title a {
		font-family: 'Noto Serif JP', serif;
		background: #e8e2eb;
		padding: 12px 20px 30px;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.top_cont article h2.entry-title a span.txt{
		display: block;
	}
/*ブログ記事タイトル(「記事を読む」ボタン)*/
	.top_cont article h2.entry-title {
    background: none;
		padding: 0;
	}
	.top_cont article h2.entry-title a span.link{
    float: right;
    display: block;
    font-size: 15px;
    color: #fff;
    background: #95859c;
    border-radius: 5px;
    padding: 2px 20px 3px;
	}
	nav.post-navigation {
		width: 100%;
		margin: 0 auto!important;
	}
	#secondary.widget-area {
		width: 100%;
		margin: 60px auto 0;
	}

/*投稿日時(トップページ)*/
	.top_cont .entry-header .entry-meta{}
/*投稿日時*/
	.entry-header .entry-meta{
		text-align: left;
		}
	.entry-header .posted-on {
		display: inline-block;
		margin-bottom: 5px;
	}
	.entry-header .posted-on a {
		text-decoration: none;
		color: #95859c;
    font-size: 14px;
	}
	.entry-header	.byline {
		display: none;
	}
	
/*ブログ記事本文*/
	.entry-content{
		clear: both;
		margin: 0;
		padding: 10px 2%;
	}
	.entry-content > p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 2.3;
	}
	
/*ブログ記事カテゴリ*/
	.entry-footer {
		display: none;
/*
		clear: both;
		margin-bottom: 0;
		background: #fff;
		padding: 15px;
		text-align: left;
		border-radius: 15px;
*/
	}
	.entry-footer .cat-links a{
		}
	.entry-footer .cat-links,
	.entry-footer .tags-links {
		margin-right: 20px;
		font-size: 14px;
		display: block;
	}
	.entry-footer .comments-link{
		display: none;
	}
/*前の投稿*/
	.post-navigation .nav-previous {
		text-align: left;
	}
/*次の投稿*/
	.post-navigation .nav-next {}
	
/*ウィジェット*/
	.widget-title{
    font-size: 18px;
    margin-bottom: 20px;
    background: #e8e2eb;
    padding: 4px 8px;
    border-bottom: 2px solid #95859C;
	}
	.widget{
    text-align: left;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.widget a{
		color: #23527c;
	}
	.widget ul li{
		font-size: 13px;
		margin-bottom: 5px;
	}
/*ウィジェット・検索ボックス*/
	#secondary.widget-area .widget_search label{
		display: block;
	}
	.widget_search {
	}
	.widget_search .search-form{
		text-align: left;
	}
	.widget_search .search-field {
		width: 100%;
		margin-bottom: 10px;
	}
	.widget_search .search-submit {
		width: 100%;
		float: right;
		font-family: 'Noto Serif JP', serif;
		font-size: 15px;
		color: #fff;
/*		background: #95859C;*/
		background: #f2aaaf;
		border-radius: 4px;
		padding: 8px;
		border: none;
		cursor: pointer;
		margin-bottom: 40px;
	}
/*ウィジェット・最近の投稿*/
	.widget_recent_entries {
	}
/*ウィジェット・カテゴリー*/
	.widget_categories {
	}
/*ウィジェット・アーカイブ*/
	.widget_archive {
	}
	.widget_archive #archives-dropdown-2{
		text-align: left;
		width: 100%;
	}
	.widget_tag_cloud .tagcloud{
		text-align: left;
	}
/*ウィジェット・タグ*/
	.widget_tag_cloud .tagcloud a{
		font-size: 13px !important;
	}
	
	.widget_meta {
		width: 46%;
		float: right;
		padding-bottom: 30px;
	}
	.site-footer {
		clear: both;
	}
/*イベント入力欄*/
	.entry-content form.eam{
		background: #f8f6f9;
		border: 1px solid #ccc;
	}
	.entry-content .eam .small{
		font-size: 14px;
	}
	.entry-content .eam .must{
		color: #ee1423;
	}
	.entry-content .eam dl{
    background: #e8e2eb;
    border-bottom: 2px solid #95859C;
	}
	.entry-content .eam dl dt{
		padding: 8px 8px;
		text-align: center;
		}
	.entry-content .eam dl dd{
		background: #fff;
		padding: 8px 16px;
		}
	.entry-content .eam dl input[type="text"]{
		width: 100%;
	}
	.entry-content .eam dl.class input{
		width: 40px;
	}
	.entry-content .eam dl.name input{
		width: 42%;
	}
	.entry-content .eam dl.mail span{
		font-size: 13px;
	}
	.entry-content .eam dl.tel input{
		width: 80px;
	}
	.entry-content .eam dl.comment input{
		height: 80px
	}
	.entry-content .eam dl.comment input{}
	.entry-content .eam dl.day input {
		width: 40px;
	}
	.entry-content .eam input[type="submit"]{
		display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    color: #fff;
/*    background: #95859C;*/
    background: #f2aaaf;
    border-radius: 4px;
    padding: 8px 18px;
    border: none;
    cursor: pointer;
    text-align: center;
		margin: 20px auto;
	}
	.entry-content .eam input[type="submit"]:hover{
		opacity: 0.7;
	}
	
}
/*ここまで SPサイズ
-------------------------*/