@charset "utf-8";
/* base.cssがあった上でwordpress部分だけを追加するシート */


/*wordpress用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*斜め
------------------------------------------------------------*/
em {/*メイリオは斜めにならないそうだ*/
	font-style: oblique;
}
/*引用
------------------------------------------------------------*/
blockquote {
	background-color: #e4e4e4;
	position: relative;
	border-left: 3px solid #ede8de;
	border-radius: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1;
	color: #999;
	position: absolute;
	left: 0;
	top: 10px;
}
/*画像の配置
------------------------------------------------------------*/


.aligncenter {
	clear: both;
	display: block!important;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
}
.alignleft {
	display: inline!important;
	float: left!important;
}
.alignright {
	display: inline!important;
	float: right!important;
}
@media (min-width: 768px) {
.alignleft {
	margin-right: 10px;
}
.alignright {
	margin-left: 10px;
}
}
/*画像
------------------------------------------------------------*/
@media (min-width: 768px) {
/*ブログの記事のみ画像の右と下に余白を入れる*/
section.entry img {
	margin-top: 0;
}
}
/*スマホでは、小さくなるので、特にレティーナサイズを用意しない。重くなるし*/
.size-thumbnail {
	max-width: 150px;
	height: auto;
}
.size-medium {
	max-width: 100%;
	height: auto;
}
.size-medium-thumbnail {
	max-width: 100%;
	height: auto;
}
.size-large {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.size-full {
	max-width: 100%;
	height: auto;
}/*
@media (min-width: 768px) {
.size-thumbnail {
	max-width: 150px;
}
.size-medium {
	width: 48%;

}
.size-medium-thumbnail {
	width: 48%;

}
.size-large {
	width: 100%;
}
.size-full {
	width: 100%;
}
}
@media (min-width: 1241px) {
.size-thumbnail {
}
.size-medium {
}
.size-medium-thumbnail {
}
.size-large {
}
.size-full {
}
}*/
/*キャプション
------------------------------------------------------------*/
/*---キャプション枠---*/
.wp-caption {
	width: auto!important;
	width: auto!important;
	margin-bottom: 10px; /* 画像とテキストの間隔 */
	display: block;
	margin-bottom: 3em;
	}
.wp-caption img {
	border: none !important;
	filter: none !important;
	width: auto!important;
	margin-bottom: 10px; /* 画像とテキストの間隔 */
}
/*---キャプション文字---*/
p.wp-caption-text {
		margin-top: 0;
	font-size: 1.1rem;
	color: #6e829d;
}
@media (min-width: 768px) {
p.wp-caption-text {
	font-size: 1.2rem;
}
}
@media (min-width: 1241px) {
p.wp-caption-text {
	font-size: calc(100vw/(1441/13));
}
}

/*---ページネーション---*/
div.wp-pagenavi {
	/*全体をかこう*/ 
	width: auto;
	clear: both;
	text-align: center;
	margin-top: 4%;
	margin-bottom: 4%;
}
div.wp-pagenavi a, div.wp-pagenavi span {
	color: #1877f7!important;
	font-weight: 600;
	line-height: 1;
	transition: .5s;
	border-radius: 50vh;
	margin: 7px;
	padding-top: 0.5em;
	padding-right: 0.7em;
	padding-bottom: 0.5em;
	padding-left: 0.7em;
	display: inline-block;
}
div.wp-pagenavi a {
	color: #1877f7!important;
	border: 2px solid #b9d6fd;
	background-color: #f9feff;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.07));
}
div.wp-pagenavi span {
	border: 2px solid #f2eddf;
	background-color: #f2eddf;
}
div.wp-pagenavi span.current {
	color: #fff!important;
	border: 2px solid #b9d6fd;
	background-color: #b9d6fd;
}
@media (min-width: 768px) {
div.wp-pagenavi a:hover {
	color: #1d98ff!important;
	border: 2px solid #1d98ff;
	background-color: #f9feff;
}
}
/*ブログと新着一覧のサムネイル
------------------------------------------------------------*/
.blog-list {
	margin-bottom: 7%;
	display: flex;/**/
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.blog-list:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.blog-thumbnail {
	width: 31.3333%;
	height: auto;
	margin-right: 2%;
	padding: 0;
}
.blog-summary {
	width: 66.6667%;
	height: auto;
	padding: 0;
}
.blog-summary:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
/*ブログカレンダー等
------------------------------------------------------------*/
.blog-calendar-latest {
	display: flex;
	align-items: flex-start;/*これで画像が縦に伸びるのを防止*/
	flex-wrap: wrap;/*折り返しができる*/
}
.blog-calendar {
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
}
#wp-calendar th {
	padding: 3px!important;
	text-align: center;
}
#wp-calendar td {
	padding: 3px!important;
	text-align: center;
}
#wp-calendar th, #wp-calendar td {
	width: auto;
	display: table-cell!important;
}
#wp-calendar td a {
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	color: #1877f7!important;
	line-height: 1;
	border: 2px solid #b9d6fd;
	background-color: #f9feff;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.07));
	transition: .5s;
	border-radius: 50vh;
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
}
@media (min-width: 768px) {
#wp-calendar td a:hover {
	color: #1d98ff!important;
	border: 2px solid #1d98ff;
	background-color: #f9feff;
}
}
/*新着5件とか*/
.blog-latest {
	padding: 0;
	margin: 0;
}
.blog-latest ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-latest ul li::before {
	color: #1d98ff;
	content: "・";
}
.blog-latest ul li {  /*2行目の頭をそろえるもの*/
	list-style: none inside;
	text-indent: -1.3em;
	padding-left: 1.3em;
	padding-bottom: 20px;
	line-height: 1.2;
}
.blog-latest ul li:last-of-type {
	padding-bottom: 0;
}
.blog-latest ul li a {
	text-decoration: underline;
}
@media (min-width: 768px) {
.blog-latest {
	padding: 0;
	width: 100%;
}
}
/*コメント
------------------------------------------------------------*/
.comment-body {
	margin-bottom: 30px;
}
.comment-body p {
	margin-top: 0;
	margin-bottom: 0;
}
.comments {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.comments {
	width: 80%;
}
}
/*h2かざりの解除*/
.comments h2 {
	text-shadow: none;
}
.comments h2::before {
	background-repeat: no-repeat;
	transform: translateY(0);
	background-image: none;
}
/*h3かざりの解除*/
.comments h3::before {
	background: none;
	background-size: 100%;
}
.comments h3::after {
	border: none;
	width: auto;
	top: 0;
	height: 0;
	left: 0;
	right: 0;
}
.comments h2, .comments h3, .comments h4 {
	position: relative;
	font-size: 1.8rem;
	margin-top: 5%;
	margin-bottom: 2%;
	background-color: #e4ffef;
	padding: 0.2em 0.2em 0.2em 1.3em;
	border-radius: 5px;
}
@media (min-width: 768px) {
.comments h2, .comments h3, .comments h4 {
	font-size: 2.0rem;
}
}
@media (min-width: 1241px) {
.comments h2, .comments h3, .comments h4 {
	font-size: 2.4rem;/*font-size: calc(100vw/(1441/24));*/
}
}
.comments h2:before, .comments h3:before, .comments h4:before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	border: solid 2px #1877f7;
	left: 0.5em;
	border-radius: 50vh;
	box-sizing: border-box;
	top: 0.35em;
	z-index: 999;
}
.comments .submit {
	width: 80%;
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.comments .submit {
	width: 50%;
}
}
/*contact Form 7
------------------------------------------------------------*/
/*---ラジオボタンを縦並びに---*/
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
	display: block;
}
/*---必須がないときのアラート---*/
.wpcf7-not-valid-tip {
	color: #C30;
}
/*---contact Form 7送信ボタン　幅は別classで指定---*/
.wpcf7-submit {
	min-width: 320px;
	color: #fff;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 50vh;
	cursor: pointer;
	position: relative;
	padding-top: 25px;
	padding-right: 60px; /* 矢印の分だけ右側を広げる */
	padding-bottom: 25px;
	padding-left: 60px;
	background-color: #1877f7;
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
	/*display: inline-block;*/
	display: block;
	width: fit-content;
	transition: .5s;
}
@media (min-width: 768px) {
.wpcf7-submit:hover {
	color: #fff;
	background-color: #1d98ff;
}
}
@media (min-width: 1441px) {
.wpcf7-submit {
	font-size: calc(100vw/(1441/22));
}
}
div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
	background-color: #CCCCCC!important;
}
/*URL入れたら自動でできるiframe
------------------------------------------------------------*/
iframe.wp-embedded-content {
	width: 250px!important;
	clear: both;
	display: block;
}
@media (min-width: 640px) {
iframe.wp-embedded-content {
	width: 350px!important;
}
}
@media (min-width: 1241px) {
iframe.wp-embedded-content {
	width: 3022px!important;
}
}
/*lightbox拡大の際きれるから
------------------------------------------------------------*/
#lightbox {
	top: 0!important;
	max-width: 100%!important;
}
#lightbox img {
	max-width: 100%;
	height: auto;
}
/*sitemapプラグイン
------------------------------------------------------------*/
.sp-wrap-cpt ul {
	list-style: none;
	padding: 0;
}
.sp-wrap-cpt li::before {
	color: #1877f7;
	content: "・ ";
}
/*SNSボタンのLINEの崩れをただす181022
------------------------------------------------------------*/
.wsbl_line img {
	width: 88px!important;
	height: 20px!important;
}
/*eaudio, video
------------------------------------------------------------*/
audio, video {
	display: inline-block;
}
/*editor-style.css内で、リンクボタンなどが変形するのを防ぐ
------------------------------------------------------------*/
/*---wp-content.cssの相殺---*/
.mce-content-body a[data-mce-selected] {
	padding: initial!important;
	margin: initial!important;
}
