@charset "utf-8";
/*
* P2 common CSS
*/
/* ---------- 設定リセット ---------- */
*	{
	box-sizing: border-box;
	min-height: 0%;
}
html	{
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body	{
	-webkit-text-size-adjust: 100%;
}
body#tinymce	{
	width: unset !important;
	min-width: unset !important;
}
/* Clearing floats */
.clear, .clear:after, .gallery:after	{
	clear: both;
}
.clear:before, .clear:after	{
	content: "";
	display: table;
}
audio, canvas, video	{
	display: inline-block;
}
audio:not([controls])	{
	display: none;
	height: 0;
}
[hidden]	{
	display: none;
}
a:focus	{
	outline: 0;
}
em, b, strong	{
	font-style: normal;
	font-weight: bold;
}
mark	{
	background-color: #ff0;
}
code, kbd, pre, samp	{
	hyphens: none;
}
pre	{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q	{
	hyphens: none;
	quotes: none;
}
dd	{
	margin: 0 0 15px;
}
dd:last-child	{
	margin: 0;
}
nav ul, nav ol	{
	list-style: none;
}
li > ul, li > ol	{
	margin: 0;
}
img	{
	border: 0;
	vertical-align: middle;
}
svg:not(:root)	{
	overflow: hidden;
}
figure	{
	margin: 0;
}
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"]	{
	height: auto;
}
img.header-image, img.size-full, img.size-large, img.wp-post-image	{
	height: auto;
}
embed, iframe, object, video	{
	width: 100%;
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered	{
	max-width: 100% !important;
}
/* Images */
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft	{
	margin: 5px 20px 5px 0;
}
.wp-caption	{
	max-width: 100% !important;
}
.wp-caption.alignleft	{
	margin: 5px 10px 5px 0;
}
img.alignright	{
	margin: 0;
}
.wp-caption.alignright	{
	margin: 0;
}
img.aligncenter	{
	margin: 0 auto;
}
img.alignnone	{
	margin: 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption	{
	font-style: normal;
}
img.wp-smiley, .rsswidget img	{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol 	{
	list-style-position: inside;
}
.site-content	{
	word-wrap: break-word;
}
.text-center	{
	text-align: center;
}
/* ---------- HTML3.0 互換 ---------- */
img[align=left]	{
	float: left;
	margin: 0 2em 1em 0;
}
img[align=right]	{
	float: right;
	margin: 0 0 1em 2em;
}
img[align=center]	{
	float: right;
	margin: 0 auto 1em;
}
/* ---------- //リセット ---------- */

/* -------------- basic 基本カラー、フォントサイズ -------------- */
html	{
	font-weight: 500;
}
body	{
	margin: 0;
}
#location a	{
	text-decoration: underline;
}
#footer-copy	{
	letter-spacing: 0.1em;
}
p	{
	margin: 0 0 0.5em;
}
p:last-child, p.date	{
	margin-bottom: 0;
}
address	{
	font-style: normal;
}
kbd, pre, samp	{
	color: #CCC;
	tab-size: 4;
	background-color: #2d2d2d;
	margin: 1em 0;
	padding: 1em 1.5em;
}
.no-border	{
	border: none;
}
.plain	{
	border: none;
	padding: 0;
	margin: 0;
}
.hasAbsolute	{
	position: relative;
}
/* ---------- 見出し ---------- */
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h2 + h1, h2 + h3, h2 + h4, h2 + h5, h3 + h1, h3 + h2, h3 + h4, h3 + h5, h4 + h1, h4 + h2, h4 + h3, h4 + h5, h5 + h1, h5 + h2, h5 + h3, h5 + h4	{
	margin-top: 0;
}
.banner-text *:first-child, .slider-text *:first-child	{
	margin-top: 0;
}
.banner-text *:last-child, .slider-text *:last-child	{
	margin-bottom: 0;
}
* > h1:first-child, * > h2:first-child, * > h3:first-child, * > h4:first-child, * > h5:first-child	{
	margin-top: 0;
}
* > h1:last-child, * > h2:last-child, * > h3:last-child, * > h4:last-child, * > h5:last-child	{
	margin-bottom: 0;
}
.loop-title-container	{
	margin-bottom: 10px;
}
/* タイトル画像化 */
.page #content .entry-title-image:first-child	{
	text-align: center;
	background: none;
	padding-bottom: 20px;
}
.entry-title-image img	{
	width: initial;
}
/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 768px)	{
	.display-pc	{
		display: none;
	}
}
@media only screen and (min-width: 769px)	{
	.display-m	{
		display: none;
	}
}
/* ---------- リンク ---------- */
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{
	text-decoration: none;
}
.entry-content a	{
	color: #15c;
	background-color: rgba(238, 238, 238, 0.05);
}
.entry-content a:hover	{
	text-decoration: underline;
}
.entry-content a img	{
	background-color: #FFF;
}
#header-container a	{
	text-decoration: none;
	background: none;
	border: none;
}
.alignright	{
	text-align: right;
}
/* ---------- 関連リンク ---------- */
div.related-link, p.related-link, div.link-related, p.link-related	{
	font-size: 14px;
	margin: 10px 0 0;
	clear: both;
}
.loop-container .related-link, .loop-container .link-related	{
	text-align: right;
}
.related-link a, .link-related a	{
	quotes: '' ' \2192';
}
.related-link a:before, .link-related a:before	{
	content: open-quote;
}
.related-link a:after, .link-related a:after	{
	content: close-quote;
	content: url(images/link-int.png);
	padding-left: 5px;
}
.related-link img, .link-related img	{
	width: auto;
}
/* ---------- リンクボタン（中） ---------- */
.btn-m, .btn-l	{
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px auto 10px;
}
.btn-m:last-child, .btn-l:last-child	{
	margin-bottom: 0;
}
.btn-m a, .btn-l a	{
	line-height: 1;
	color: #FFF;
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	background-color: #999;
	box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.btn-m	{
	font-size: 12px;
}
.btn-l	{
	font-size: 18px;
}
.btn-m a:after, .btn-l a:after	{
	font-family: dashicons;
	content: "\f344";
	margin-left: 5px;
}
.btn-m.reverse a:after, .btn-l.reverse a:after	{
	content: none;
}
.btn-m.reverse a:before, .btn-l.reverse a:before	{
	font-family: dashicons;
	content: "\f340";
	margin-right: 5px;
}
.btn-m a:hover, .btn-l a:hover	{
	text-decoration: none;
	opacity: 0.8;
}
@media only screen and (max-width: 768px)	{
	.btn-m, .btn-l, .btn-m a, .btn-l a	{
		width: 100%;
	}	
}
@media only screen and (min-width: 769px)	{
	.btn-m	{
		font-size: 18px;
		margin: 30px auto 10px;
	}
	.btn-m a	{
		padding: 14px 28px;
	}
	.btn-l	{
		font-size: 24px;
		margin: 40px auto 10px;
	}
	.btn-l a	{
		padding: 18px 36px;
	}
}
/* ---------- 外部リンク ---------- */
.ext-link a, a.ext-link, .link-ext a, a.link-ext	{
	display: flex;
	align-items: center;
}
.ext-link a:after, a.ext-link a:after, .link-ext a:after, a.link-ext a:after	{
	font-family: dashicons;
	content: url(images/link-ext.png);
	content: "\f504";
	padding-left: 2px;
}
.ext-link img, .link-ext img	{
	width: auto;
}
/* ---------- ファイルリンク ---------- */
.file-link, .link-file	{
	display: flex;
	margin-top: 10px;
}
.file-link a, .link-file a	{
	text-decoration: none;
	display: flex;
	padding: 2px 7px;
	background-color: #EEE;
	border-radius: 2px;
}
.file-link a:hover, .link-file a:hover	{
	text-decoration: none;
	opacity: 0.8;
}
.file-link a:after, .link-file a:after	{
    font-family: dashicons;
	content: url(images/link-file.png);
	content: close-quote;
	content: "\f546";
	padding-left: 2px;
}
.entry-meta .edit-link:before	{
	content: "\25B8\00a0";
}
.sticky .entry-meta .on-date, body .vcard	{
	display: none;
}
.continue, .more {
	font-size: 12px;
	color: #2c4e83;
	padding-left: 2px;
}
.footer-nav ul li a	{
	text-decoration: none;
	border: none;
}
/* ---------- span ---------- */
.emphasis	{
	font-weight: bold;
}
.notes	{
	font-size: 13px;
	color: #d93600;
}
.attention	{
	font-size: 13px;
	color: #F00;
	vertical-align: initial;
}
.smaller	{
	font-size: 80%;
}
/* ---------- センタリング、改行 ---------- */
.center	{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.block	{
	display: block;
}
@media only screen and (max-width: 768px)	{
	.m-center, .center-m	{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.block-m	{
		display: block;
	}
	.br-pc	{
		display: none;
	}
}
@media only screen and (min-width: 769px)	{
	.pc-center, .center-pc	{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.block-pc	{
		display: block;
	}
	.br-m	{
		display: none;
	}
}
/* ---------- グーグルマップ ---------- */
.g-map	{
	line-height: 0.8;
}
.padding-0	{
	padding: 0;
}
/* ---------- 画像 ---------- */
img	{
	height: auto;
	max-width: 100%;
}
.site-content img.alignleft, .site-content img.aligncenter, .site-content img.alignright	{
	display: block;
	margin: 10px auto;
	float: none;
}
.site-content img.alignleft:first-child, .site-content img.aligncenter:first-child, .site-content img.alignright:first-child	{
	margin-top: 0;
}
.site-content img.alignleft:last-child, .site-content img.aligncenter:last-child, .site-content img.alignright:last-child	{
	margin-bottom: 0;
}
@media only screen and (min-width: 769px)	{
	.site-content img.alignleft	{
		float: left;
		margin: 5px 10px 10px 0;
	}
	.site-content img.alignright	{
		float: right;
		margin: 5px 0 10px 10px;
	}
}
.site-content .img-fullwidth img, .site-content .img-fullwidth img.alignleft, .site-content .img-fullwidth img.aligncenter, .site-content .img-fullwidth img.alignright	{
	width: 100%;
}
.img-fullwidth + h1, .img-fullwidth + h2, .img-fullwidth + h3, .img-fullwidth + h4, .img-fullwidth + h5	{
	margin-top: 10px;
}
.site-content .img-autowidth img, .site-content .img-autowidth img.alignleft, .site-content .img-autowidth img.aligncenter, .site-content .img-autowidth img.alignright	{
	width: auto;
}
/* ---------- 背景 ---------- */
.has-bg, .have-bg	{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (min-width: 769px)	{
	.has-bg, .have-bg	{

	}	
}
/* ---------- ビデオ ---------- */
.video-container	{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}
.video-container iframe	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-yt	{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	clear: both;
}
.iframe-yt iframe	{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ---------- list ul ol dl リスト ---------- */
menu	{
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul, ol, dl, blockquote, table, menu, dir	{
	padding: 0;
	margin: 0 0 1em;
}
ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, table:first-child, blockquote:first-child, menu:first-child, dir:first-child	{
	margin-top: 0;
}
ul:last-child, ol:last-child, dl:last-child, li:last-child, table:last-child, blockquote:last-child	{
	margin-bottom: 0;
}
ul	{
	list-style-type: none;
}
.content-area ul, .content-area ol	{
	list-style-position: outside;
}
.content-area ul	{
	list-style-type: disc;
}
.content-area li	{
	margin-left: 20px;
}
.content-area li h2, .content-area li h3, .content-area li h4, .content-area li h5, .content-area li h6	{
	padding: 0;
	margin: 0;
}
/* ---------- 引用 - 画像背景 ---------- */
blockquote	{
	padding: 40px 40px 35px;
	margin: 10px auto;
	background-image: url( images/quoted-before.png ) , url( images/quoted-after.png );
	background-repeat: no-repeat;
	background-position: left 10px top 10px , right 10px bottom 10px;
	background-color: rgba(238, 238, 238, 0.25);
	border: solid 1px #000;
}
@media only screen and (min-width: 769px)	{
	blockquote	{
		border-left: solid 10px #000;
	}
}
/* ---------- 引用符付き（画像） ---------- */
.quoted	{
	margin: 40px auto 30px;
	display: flex;
	justify-content: center;
}
.quoted:before, .quoted:after	{
	line-height: 0;
	display: flex;
}
.quoted:before	{
	content: url(images/quoted-before.png);
	align-items: flex-start;
	margin-right: 10px;
	margin-top: -20px;
}
.quoted:after	{
	content:  url(images/quoted-after.png);
	align-items: flex-end;
	margin-left: 10px;
	margin-bottom: -10px;
}
hr	{
	border: 0;
	border-bottom: dotted 1px #EEE;
	height: 1px;
	margin: 20px 0 30px;
}
/* ---------- Q&A ---------- */
.qanda-q:before	{
	content: "Q : ";
}
.qanda-a:before	{
	content: "A : ";
}
.qanda-q + .qanda-a	{
	margin-top: 0;
}
/* ---------- FAQ投稿タイプ ---------- */
.page-posttype-archive-faq #content article .entry-title	{

}
.page-posttype-archive-faq #content article .entry-title a:before	{
	content: "Q :";
	padding-right: 5px;
}
.page-posttype-archive-faq #content article .excerpt:before	{
	content: "A :";
	padding-right: 5px;
}
/* ---------- 吹き出し ---------- */
.block-baloon-top, .block-baloon-right, .block-baloon-bottom, .block-baloon-left	{
	padding: 10px 15px;
	margin-bottom: 5px;
	position: relative;
	background-color: rgba(238, 119, 0, 0.2);
}
.block-baloon-top	{
	margin-top: 25px;
}
.block-baloon-right	{
	margin-right: 25px;
	max-width: calc( 100% - 25px );
}
.block-baloon-bottom	{
	margin-bottom: 25px;
}
.block-baloon-left	{
	margin-left: 25px;
	max-width: calc( 100% - 25px );
}
.block-baloon-top:before, .block-baloon-right:before, .block-baloon-bottom:before, .block-baloon-left:before	{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
}
.block-baloon-top:before	{
	top: -25px;
	border-bottom: 25px solid rgba(238, 119, 0, 0.2);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.block-baloon-right:before	{
	right: -25px;
	top: 10px;
	border-left: 25px solid rgba(238, 119, 0, 0.2);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.block-baloon-bottom:before	{
	bottom: -25px;
	border-top: 25px solid rgba(238, 119, 0, 0.2);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.block-baloon-left:before	{
	left: -25px;
	top: 10px;
	border-right: 25px solid rgba(238, 119, 0, 0.2);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
/* ---------- 表 table ---------- */
table	{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
/* IE11 img、フォーム幅 bug fix
	table-layout: fixed;
 */
}
caption	{
	border: 0;
	margin: 2em 0;
}
table th, table td	{
	font-weight: normal;
	vertical-align: top;
	padding: 0.5em 1em;
	border: solid 1px rgba(238, 238, 238, 0.95);
}
table th	{
	font-weight: bold;
	text-align: center;
    background-color: rgba(238, 238, 238, 0.5);
}
table td	{
    background-color: rgba(238, 238, 238, 0.25);
}
table ul, table ol	{
	border: none;
	padding: 0;
}
h1 + table, h2 + table, h3 + table, h4 + table, h5 + table	{
	margin-top: 0;
}
@media only screen and (min-width: 769px)	{
	table th	{
		width: 150px;
	}
}
@media only screen and (max-width: 768px)	{
	/* ---------- ブロック表示の表 ---------- */
	.table-block th, .table-block td	{
		display: block;
		border: none;
	}
	/* ---------- 横スクロールテーブル ---------- */
	.table-scroll	{
		display: block;
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}
/* ---------- ページャー アーカイブ 背景色版 -------------------- */
.pager-archive.pager-paged	{
	font-size: 16px;
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
.pager-archive.pager-paged > *	{
	padding: 7px 10px;
	margin-top: 20px;
	background-color: #EEE;
	border-radius: 2px;
}
.pager-archive.pager-paged > * + *	{
	margin-left: 7px;
}
.pager-archive.pager-paged .current	{
	color: #FFF;
	background-color: #CCC;
}
.pager-archive.pager-paged a:hover	{
	color: #FFF;
	background-color: #d93600;
}
@media only screen and (min-width: 769px)	{
	.pager-archive.pager-paged > *	{
		margin-top: 40px;
	}
}
/* ---------- 無限スクロール ---------- */
#content .inner section.flex-container	{
	position: relative;
}
.pager-infinitescroll	{
	line-height: 1;
}
.pager-infinitescroll .page-numbers	{
	display: none;
}
.pager-infinitescroll a.next	{
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	background-color: #999;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.pager-infinitescroll a.next:hover	{
	background-color: #BBB;
}
#infscr-loading, .pager-infinitescroll, .list-finished-message	{
	text-align: center;
	margin: 10px auto 0;
	width: 100%;
	clear: both;
}
#infscr-loading, .pager-infinitescroll, .list-finished-message	{

}
#infscr-loading	{
	
}
@media only screen and (max-width: 768px)	{
	.pager-infinitescroll a.next	{
		width: 100%;
	}
}
/* ---------- Infinite Scroll SUITの残骸？
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer	{
	display: none;
}
.infinity-end.neverending .site-footer	{
	display: block;
}
#infinite-handle span	{
	background: transparent;
	border: dotted 1px #EEE;
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-size: 11px;
	line-height: normal;
	padding: 8px 20px;
	padding: 8px 20px;
}
 ---------- */
/* ---------- ページャー シングル ---------- */
.pager-single	{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
	padding-top: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top: solid 1px #DDD;
	display: flex;
}
.pager-single a	{
	display: flex;
	align-items: center;
}
.pager-single a:hover	{
    text-decoration: none;
}
.pager-single a.pager-single-prev	{
	quotes: "\003C" "";
}
.pager-single a.pager-single-next	{
	quotes: "" "\003E";
}
.pager-single a.pager-single-prev::before, .pager-single a.pager-single-next::before	{
	content: open-quote;
	padding-right: 5px;
}
.pager-singlea.pager-single-prev::after, .pager-single a.pager-single-next::after	{
	content: close-quote;
	padding-left: 5px;
}
@media only screen and (min-width: 769px)	{
	.pager-single	{
		font-size: 12px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* ---------- ページャー シングル タイトルあり ---------- */
.pager-have-title	{
	justify-content: space-between;
}
.pager-have-title a	{
	width: 49%;
}
.pager-have-title a.pager-single-prev	{
	margin-right: auto;
	justify-content: flex-start;
}
.pager-have-title a.pager-single-next	{
	margin-left: auto;
	justify-content: flex-end;
}
.pager-have-title a:hover	{
    background-color: rgba(238, 238, 238, 0.25);
}
/* ---------- ページャー シングル タイトルなし ---------- */
.pager-no-title	{
	justify-content: center;
}
.pager-no-title	a	{
	color: #FFF;
	line-height: 1;
	padding: 10px 20px;
	margin-right: 2%;
	margin-left: 2%;
	background-color: #999;
	border-radius: 2px;
	box-shadow: 0px 1px 8px 1px rgba(238, 238, 238, 0.95);
}
.pager-no-title a:hover	{
    background-color: #BBB;
}
/* ---------- 内蔵パンくず ---------- */
.breadcrumbs	{
	text-align: right;
}
.breadcrumbs.built-in > span	{
	quotes: "" "\003E";
	quotes: "" "\25B8";
}
.breadcrumbs.built-in > span:before	{
	content: open-quote;
}
.breadcrumbs.built-in > span:after	{
	content: close-quote;
	margin: 0 1px 0 4px;
}
.breadcrumbs.built-in > span:last-of-type:after	{
	content: none;
}
/* ---------- タブ ---------- */
.tab	{
	display: flex;
	flex-wrap: wrap;
}
.tab-input	{
	position: absolute;
	opacity: 0;
}
.tab-label	{
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	padding: 1em;
	background-color: rgba(204, 204, 204, 0.6);
	margin-bottom: 0;
	transition: background 0.1s, color 0.1s;
}
.tab-label:hover, .tab-label:active	{
	background-color: rgba(204, 204, 204, 0.4);
}
.tab-input:checked + .tab-label	{
	color: #000;
}
.tab-panel	{
	display: none;
	width: 100%;
	padding: 1em;
}
.tab-panel-padding	{
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 2px;
}
.tab-input:checked + .tab-label + .tab-panel	{
	display: block;
}
.tab-panel, .tab-input:checked + .tab-label	{
	background-color: rgba(204, 204, 204, 0.2);
}
@media only screen and (max-width: 768px)	{
	.tab-panel + .tab-input + .tab-label	{
		margin-top: 0.5em;
	}	
}
@media only screen and (min-width: 769px)	{	
	.tab-label	{
		width: auto;
		padding: 1em 2em;
		border-radius: 2px 2px 0 0;
	}
	.tab-panel	{
		order: 99;
	}
	.tab-panel + .tab-input + .tab-label	{
		margin-left: 0.5em;
	}
}
/* ---------- アコーディオン ---------- */
.acordion-container	{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.acordion-container input	{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.acordion-container label	{
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background-color: rgba(204, 204, 204, 0.5);
}
.acordion-container .acordion-content	{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s;
	background-color: rgba(204, 204, 204, 0.1);
}
.acordion-container .acordion-content .acordion-content-padding	{
	padding: 1em;
}
.acordion-container input:checked ~ .acordion-content	{
	max-height: 20em;
	overflow: auto;
}
.acordion-container label::after	{
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	transition: all 0.35s;
	text-align: center;
}
.acordion-container input[type=checkbox] + label::after	{
	content: '+';
}
.acordion-container input[type=checkbox]:checked + label::after	{
	transform: rotate(315deg);
}
/* ---------- アコーディオン（js／コメント用） ---------- */
.accordions .accordion-close, .accordions .accordion-open	{
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	padding: 10px;
	display: flex;
}
.accordions .accordion-close:hover, .accordions .accordion-open:hover	{
	text-decoration: none;
}
a.accordion-close:before	{
	content: "↓ ";
}
a.accordion-open:before	{
	content: "↑ ";
}
.accordions .accordion-close + *	{
	height: 0;
	overflow: hidden;
}
/* ---------- フォーム form ---------- */
form	{
	margin: 0;
}
fieldset	{
	border: dotted 1px #CCC;
	padding: 20px;
	margin-bottom: 23px;
}
legend	{
	border: 0;
	padding: 0 5px;
	white-space: normal;
}
button, input	{
	line-height: normal;
}
button, input, select, textarea	{
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]	{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled]	{
	cursor: default;
}
input[type="checkbox"], input[type="radio"]	{
	padding: 0;
}
input[type="search"]	{
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}
input[type="search"]::-webkit-search-decoration	{
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner	{
	border: 0;
	padding: 0;
}
textarea	{
	overflow: auto;
	vertical-align: top;
}
.screen-reader-text	{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
button, input, textarea	{
	background: transparent;
	border: dotted 1px #CCC;
	padding: 8px 10px;
	transition: border 0.2s;
}
input:focus, textarea:focus	{
	border-color: rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"]	{
	background: transparent;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus	{
	border-color: rgba(0, 0, 0, 0.3);
	outline: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active	{
	border-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	-webkit-transition: none;
	transition: none;
}
.post-password-required input[type="submit"]	{
	vertical-align: bottom;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder ,::-moz-placeholder, :-ms-input-placeholder	{
	color: #333;
}
/* ---------- 検索 ---------- */
button, input, select, textarea	{
	padding: 10px;
	border: solid 1px #ddd;
}
.widget-area input.search-submit	{
	display: block;
	margin: 10px auto 5px;
}
@media only screen and (max-width: 374px)	{
	input[type="search"]	{
		width: 100%;
	}
	input.search-submit	{
		margin-top: 10px;
	}
}
@media only screen and (min-width: 375px)	{
	form.search-form input + input	{
		margin-left: 10px;
	}
}
/* ---------- カスタム サーチフォーム ---------- */
.search-form	{
	display: flex;
	justify-content: space-between;
	width: 300px;
	max-width: 100%;
	padding: 4px;
	margin: 0 auto;
	border: solid 1px #DDD;
	border-radius: 2px;
}
* + .search-form	{
	margin-top: 20px;
}
.search-form input[type="search"]	{
	width: 100%;
	padding: 0 0 0 10px;
	border: none;
}
.search-form input[type="submit"]	{
	line-height: 1;
	text-align: center;
	min-width: 60px;
	padding: 10px 0;
	margin: 0;
}
@media only screen and (min-width: 769px)	{
	.sidebar .search-form	{
		width: 100%;
	}
}
/* ---------- WP MW form ---------- */
.mw_wp_form dl	{
	margin: 20px 0;
	border: none;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
    padding: 10px;
}
.mw_wp_form dl dt {
    background-color: #DDD;
}
.mw_wp_form dl dd {
    margin-bottom: 10px;
    background-color: #EEE;
}
.mw_wp_form dl dt:last-of-type, .mw_wp_form dl dd:last-of-type	{
	margin-bottom: 0;
}
.mw_wp_form dt .span-normal, .mw_wp_form th .span-normal	{
	font-size: 12px;
	font-weight: normal;
	color: #d93600;
	padding-left: 5px;
	vertical-align: middle;
}
.mw_wp_form .error	{
	font-weight: bold;
	color: #F00;
	display: inline;
}
.mw_wp_form img	{
	width: auto;
}
.mw_wp_form .horizontal-item, .mw_wp_form .horizontal-item + .horizontal-item	{
	margin: 0 10px 0 0;
	display: inline-block;
}
button, input[type="submit"], input[type="button"], input[type="reset"]	{
	color: #FFF;
	background-color: #d93600;
}
button, input, textarea	{
	background-color: rgba(255,255,255,0.5);
	background-position: center top;
	background-repeat: repeat;
	border: dotted 1px #ccc;
}
button, input, select, textarea	{
	max-width: 100%;
	padding: 10px;
	border: solid 1px #ddd;
	vertical-align: middle;
}
.mw_wp_form_input img, .mw_wp_form_complete img	{
	width: auto;
}
.mw_wp_form input[type="file"] {
	border: none;
	padding: 0;
}
.mwform-tel-field input[type="text"]	{
	width: 70px !important;
}
input[type="submit"] {
	border: none;
}
form p input + input, .have-multiple-input input + input	{
	margin-left: 10px;
}
.site-content .mw_wp_form_complete h2:first-child, .site-content .mw_wp_form_complete h3:first-child, .site-content .mw_wp_form_complete h4:first-child	{
	padding: 0;
	margin: 20px 0 10px;
	border: none;
}	
textarea, .widget-area input[type="search"]	{
	width: 100%;
	max-width: 100%;
}
.mw_wp_form_complete h4	{
	font-size: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ddd;
}
@media only screen and (min-width: 769px)	{
	.mw_wp_form dl	{
	    display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px;
		background-color: rgba(238, 238, 238, 0.25);
	}
	.mw_wp_form dl dt, .mw_wp_form dl dd {
	    margin-bottom: 20px;
	}
	.mw_wp_form dl dt {
	    display: flex;
	    align-items: center;
	    justify-content: center;
		width: 220px;
	}
	.mw_wp_form dl dd {
		width: calc( 100% - 220px );
	}
}
/* ---------- リザルト画面 ---------- */
.mw_wp_form_complete h1, .mw_wp_form_complete h2, .mw_wp_form_complete h3, .mw_wp_form_complete h4, .mw_wp_form_complete h5	{
	font-size: 24px;
}
/* ---------- input編集不可 ---------- */
.readonly	{
	position: relative;
}
.input-cover	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.form-area .readonly, .form-area .readonly p {
	margin: 0;
/* 
	padding: 0;
	background: none;
	border: none;
 */
}
/* ---------- Comments ---------- */
.comment-container	{
	margin-top: 20px;
	background-color: rgba(238, 238, 238, 0.5);
}
.comment-container > a	{
	color: #999;
	background-color: rgba(238, 238, 238, 0.5);
}
.comment-container #comments	{
	margin: 0;
}

.loop-comment	{
	font-size: 12px;
	line-height: 1;
	display: flex;
	margin-top: 5px;
	z-index: 1;
}
.loop-comment a	{
	text-decoration: underline;
}
.loop-comment a:hover	{
	color: #d93600;
}
#comments {
	padding: 10px 10px 20px;
	margin: 20px 0 0;
}
ol.comment-list, .comment-list ol.children	{
	list-style-type: none;
}
.content-area .comment-list	{
	padding: 0;
	margin-left: 0;
	border: none;
}
.comment-list ol.children	{
	padding: 0;
	margin-left: 20px;
}
.content-area .comment-list li	{
	padding: 20px 0;
	margin-left: 0;
	margin-bottom: 0;
}
.content-area .comment-list > li	{
	border-top: solid 1px #FFF;
}
.content-area .comment-list > li:last-of-type	{
	border-bottom: solid 1px #FFF;
}
.content-area .comment-list .children li:last-of-type	{
	padding-bottom: 0;
}
.comment-meta	{
    font-size: 12px;
}
.comment-author.vcard	{
	display: block;
}
.comment-author .avatar	{
	float: left;
	margin-right: 10px;
}
.comment-author .fn	{
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url	{
	font-weight: normal;
}
.says	{
	display: none;
}
.no-avatars .comment-metadata, .no-avatars .comment-awaiting-moderation, .no-avatars .comment-content, .no-avatars .comment-list .reply	{
	margin-left: 0;
}
.comment-list .edit-link:before	{
	content: "\203A\00a0";
}
.comment-awaiting-moderation	{
	font-style: italic;
}
/* Comment form */
.comment .comment-respond	{
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 23px;
	padding: 23px;
}
.comment-reply-title	{
	font-weight: normal;
	margin-top: 0;
}
.comment-reply-title small a	{
	border-bottom: dotted 1px #EEE;
	font-size: 11px;
	text-transform: none;
}
.comment-form .comment-notes	{
	color: rgba(0, 0, 0, 0.45);
	margin-bottom: 23px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"]	{
	display: block;
	padding: 0;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"]	{
	max-width: 270px;
	width: 60%;
}
.comment-form .form-submit	{
	margin: 0;
}
#comments .comment-reply-link, #comments .comment-reply-login, .comment-form input[type="submit"]	{
	font-size: 12px;
	color: #FFF;
	padding: 5px 10px;
	background-color: #999;
	border-radius: 2px;
}
#comments .comment-reply-link:hover, #comments .comment-reply-login:hover, .comment-form input[type="submit"]:hover	{
	background-color: #BBB;
}
#comments .comment-reply-link, #comments .comment-reply-login	{
	line-height: 1;
}
.comment-form input[type="submit"]	{
	margin: 10px 0 0;
}
.comment-form textarea	{
	width: 100%;
}
.form-allowed-tags	{
	display: none;
}
.comment-list .pingback a, .comment-list .trackback a	{
	border-bottom: dotted 1px #FFF;
}
.comment-navigation	{
	margin-bottom: 46px;
}
.comment-navigation a	{
	font-size: 11px;
}
.no-comments	{
	color: rgba(0, 0, 0, 0.2);
	font-size: 15px;
	text-align: center;
}
@media only screen and (min-width: 769px)	{
	#comments {
		padding: 20px;
		margin: 40px 0 0;
	}	
	.comment-list	{
		padding: 10px;
		margin-bottom: 20px;
	}
	.comment-list ol.children	{
		margin-left: 30px;
	}
}
/* ---------- //フォーム form ---------- */

/* ---------- 検索結果 ---------- */
.content-404	{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media only screen and (min-width: 769px)	{
	.site-main-no-sidebar .content-404	{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

/* ---------- Attachments ---------- */
.attachment .entry-header, .attachment .entry-attachment	{
	text-align: center;
}
.content-area .attachment-data	{
	display: table;
	padding: 0;
	margin: 0 auto 20px;
}
.attachment-data dt, .attachment-data dd	{
	padding: 10px;
}
.attachment-data dt	{
	background-color: #EEE;
}
.attachment-data dd	{
	background-color: rgba(238, 238, 238, 0.25);
	border: solid 1px #EEE;
}
.attachment .entry-caption	{
	color: rgba(0, 0, 0, 0.45);
}
/* ---------- entry-header  ---------- */
.category .entry-header, .search .entry-header	{
	padding-bottom: 0;
	border: none;
}
.entry-thumbnail img	{
	display: block;
	margin: 0 auto 23px;
}
/* ---------- メタ情報 ---------- */
.page #content .entry-data	{
	display: none;
}
.date-display-false .date	{
	display: none;
}
.date-display-true	{
	display: flex;
}
.author	{
	margin-right: 0.5em;
	z-index: 1;
}
/* ---------- 編集リンク ---------- */
.article-container article {
	position: relative;
}
.entry-meta.edit-link-wrap	{
	display: none;
}
.logged-in .entry-meta.edit-link-wrap	{
	display: block;
}
.edit-link-wrap, .edit-link, .edit-link a	{
	color: #CCC;
	font-size: 10px;
}
.page.logged-in .entry-meta.edit-link-wrap, .single.logged-in .entry-meta.edit-link-wrap	{
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 9;
}
.page.logged-in .article-container .edit-link-wrap, .logged-in .page-posttype-archive .entry-meta.edit-link-wrap, .single.logged-in .article-container .edit-link-wrap	{
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: auto;
	left: auto;
	z-index: 1;
}
/* ---------- タグ＆カテゴリ リスト ---------- */
.taglist	{
	line-height: 1;
	margin: 0;
	z-index: 1;
}
.taglist-all	{
	display: flex;
	flex-direction: column;
}
.taglist span	{
	display: inline-flex;
	flex-wrap: wrap;
}
.taglist a	{
	font-size: 12px;
	line-height: 1;
	color: #666;
	display: flex;
	padding: 4px;
	margin: 0.2em 0.4em 0.2em 0;
	background-color: #FFF;
	border: solid 1px #EEE;	
	border-radius: 0.2em;
}
.taglist .tax-order-1 a	{
	background-color: #EEE;
}
.taglist a:hover	{
	color: #000;
	border: solid 1px #CCC;
}
.taglist a:before	{
	font-family: dashicons;
	content: "\f323";
	margin-right: 2px;
}
/* ---------- 記事件数 ---------- */
.post-count, .filter	{
	margin-bottom: 1em;
}
.post-count	{
	font-size: 14px;
	color: #999;
}
.post-count-all, .post-count-current	{
	color: #000;
}

/* ---------- Flex設定 ---------- */

/* ---------- ブロック全体のリンク ---------- */
a.block-link	{
	display: flex;
	flex-direction: column;
	height: 100%;
}
/* 横に並べるときだけflexに */
#content .flex-child	{
	display: block;
}
#content .flex-dir-row .flex-child, #content .flex-dir-row-r .flex-child	{
	display: flex;
}
.flex-container	{
	display: flex;
	flex-wrap: wrap;
}
.entry-content.flex-container	{
	flex-wrap: nowrap;
	justify-content: space-between;
}
.flex-dir-row	{
	flex-direction: row;
}
.flex-dir-row-r	{
	flex-direction: row-reverse;
}
.fc-thumbset-row-container:nth-of-type( even ) .flex-dir-row-alternate	{
	flex-direction: row-reverse;
}
.fc-thumbset-row-container:nth-of-type( odd ) .flex-dir-row-alternate2	{
	flex-direction: row-reverse;
}
.flex-dir-col, .flex-c1.flex-dir-col, .flex-cm1.flex-dir-col	{
	flex-direction: column;
}
.flex-dir-col > div, .flex-dir-col-r > div	{
	width: 100%;
}
.flex-dir-col-r, .flex-c1.flex-dir-col-r, .flex-cm1.flex-dir-col-r	{
	flex-direction: column-reverse;
}
.flex-child	{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.flex-child .flex-child-inner	{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 769px)	{
	.flex-dir-row-alternate .fc-lrset-row-container:nth-of-type( odd ) .fc-lrset-row	{
		flex-direction: row !important;
	}
	.flex-dir-row-alternate .fc-lrset-row-container:nth-of-type( even ) .fc-lrset-row	{
		flex-direction: row-reverse !important;
	}
	.flex-dir-row-alternate2 .fc-lrset-row-container:nth-of-type( odd ) .fc-lrset-row	{
		flex-direction: row-reverse !important;
	}
	.flex-dir-row-alternate2 .fc-lrset-row-container:nth-of-type( even ) .fc-lrset-row	{
		flex-direction: row !important;
	}
}
/* ---------- flex-c1 ---------- */
@media only screen and (max-width: 320px)	{
	.flex-320-css.flex-c1:not( .display-thumbnail-m ) .flex-child, ul.flex-c1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-320-css.flex-c1:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-375-css.flex-c1:not( .display-thumbnail-m ) .flex-child, ul.flex-c1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-375-css.flex-c1:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-414-css.flex-c1:not( .display-thumbnail-m ) .flex-child, ul.flex-c1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-414-css.flex-c1:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-768-css.flex-c1:not( .display-thumbnail-m ) .flex-child, ul.flex-c1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-768-css.flex-c1:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c1 .flex-child, ul.flex-c1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-c1 .flex-child:nth-of-type( 1 ), ul.flex-c1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
/* ---------- flex-c2 ---------- */
@media only screen and (max-width: 320px)	{
	.flex-320-css.flex-c2:not( .display-thumbnail-m ) .flex-child, ul.flex-c2 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-320-css.flex-c2:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c2 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-375-css.flex-c2:not( .display-thumbnail-m ) .flex-child, ul.flex-c2 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-375-css.flex-c2:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c2 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-414-css.flex-c2:not( .display-thumbnail-m ) .flex-child, ul.flex-c2 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-414-css.flex-c2:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c2 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-768-css.flex-c2:not( .display-thumbnail-m ) .flex-child, ul.flex-c2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-768-css.flex-c2:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 2 ), ul.flex-c2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-768-css.flex-c2:not( .display-thumbnail-m ) .flex-child:nth-of-type( 2n + 1 ), ul.flex-c2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c2 .flex-child, ul.flex-c2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-c2 .flex-child:nth-of-type( -n + 2 ), ul.flex-c2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-c2 .flex-child:nth-of-type( 2n + 1 ), ul.flex-c2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- flex-c3 ---------- */
@media only screen and (max-width: 320px)	{
	.flex-320-css.flex-c3:not( .display-thumbnail-m ) .flex-child, ul.flex-c3 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-320-css.flex-c3:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c3 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-375-css.flex-c3:not( .display-thumbnail-m ) .flex-child, ul.flex-c3 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-375-css.flex-c3:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c3 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-414-css.flex-c3:not( .display-thumbnail-m ) .flex-child, ul.flex-c3 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-414-css.flex-c3:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c3 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-768-css.flex-c3:not( .display-thumbnail-m ) .flex-child, ul.flex-c3 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-768-css.flex-c3:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 2 ), ul.flex-c3 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-768-css.flex-c3:not( .display-thumbnail-m ) .flex-child:nth-of-type( 2n + 1 ), ul.flex-c3 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c3 .flex-child, ul.flex-c3 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-c3 .flex-child:nth-of-type( -n + 3 ), ul.flex-c3 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-c3 .flex-child:nth-of-type( 3n + 1 ), ul.flex-c3 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- flex-c4 ---------- */
@media only screen and (max-width: 320px)	{
	.flex-320-css.flex-c4:not( .display-thumbnail-m ) .flex-child, ul.flex-c4 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-320-css.flex-c4:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c4 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-375-css.flex-375-css.flex-c4:not( .display-thumbnail-m ) .flex-child, ul.flex-c4 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-375-css.flex-375-css.flex-c4:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c4 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-414-css.flex-c4:not( .display-thumbnail-m ) .flex-child, ul.flex-c4 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-414-css.flex-c4:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 2 ), ul.flex-c4 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-414-css.flex-c4:not( .display-thumbnail-m ) .flex-child:nth-of-type( 2n + 1 ), ul.flex-c4 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-768-css.flex-c4:not( .display-thumbnail-m ) .flex-child, ul.flex-c4 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-768-css.flex-c4:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 3 ), ul.flex-c4 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-768-css.flex-c4:not( .display-thumbnail-m ) .flex-child:nth-of-type( 3n + 1 ), ul.flex-c4 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c4 .flex-child, ul.flex-c4 li	{
		width: calc( 91% / 4 );
		margin: 3% 0 0 3%;
	}
	.flex-c4 .flex-child:nth-of-type( -n + 4 ), ul.flex-c4 li:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-c4 .flex-child:nth-of-type( 4n + 1 ), ul.flex-c4 li:nth-of-type( 4n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- flex-c5 ---------- */
@media only screen and (max-width: 320px)	{
	.flex-320-css.flex-c5:not( .display-thumbnail-m ) .flex-child, ul.flex-c5 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-320-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c5 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-375-css.flex-c5:not( .display-thumbnail-m ) .flex-child, ul.flex-c5 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-375-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 2 ), ul.flex-c5 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-375-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( 2n + 1 ), ul.flex-c5 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-414-css.flex-c5:not( .display-thumbnail-m ) .flex-child, ul.flex-c5 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-414-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 3 ), ul.flex-c5 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-414-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( 3n + 1 ), ul.flex-c5 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-768-css.flex-c5:not( .display-thumbnail-m ) .flex-child, ul.flex-c5 li	{
		width: calc( 91% / 4 );
		margin: 3% 0 0 3%;
	}
	.flex-768-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 4 ), ul.flex-c5 li:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-768-css.flex-c5:not( .display-thumbnail-m ) .flex-child:nth-of-type( 4n + 1 ), ul.flex-c5 li:nth-of-type( 4n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c5 .flex-child, ul.flex-c5 li	{
		width: calc( 88% / 5 );
		margin: 3% 0 0 3%;
	}
	.flex-c5 .flex-child:nth-of-type( -n + 5 ), ul.flex-c5 li:nth-of-type( -n + 5 )	{
		margin-top: 0;
	}
	.flex-c5 .flex-child:nth-of-type( 5n + 1 ), ul.flex-c5 li:nth-of-type( 5n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- flex-c6 ---------- */
@media only screen and (max-width: 320px)	{
	.flex-320-css.flex-c6:not( .display-thumbnail-m ) .flex-child, ul.flex-c6 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-320-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( 1 ), ul.flex-c6 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-375-css.flex-c6:not( .display-thumbnail-m ) .flex-child, ul.flex-c6 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-375-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 2 ), ul.flex-c6 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-375-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( 2n + 1 ), ul.flex-c6 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-414-css.flex-c6:not( .display-thumbnail-m ) .flex-child, ul.flex-c6 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-414-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 3 ), ul.flex-c6 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-414-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( 3n + 1 ), ul.flex-c6 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-768-css.flex-c6:not( .display-thumbnail-m ) .flex-child, ul.flex-c6 li	{
		width: calc( 91% / 4 );
		margin: 3% 0 0 3%;
	}
	.flex-768-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( -n + 4 ), ul.flex-c6 li:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-768-css.flex-c6:not( .display-thumbnail-m ) .flex-child:nth-of-type( 4n + 1 ), ul.flex-c6 li:nth-of-type( 4n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c6 .flex-child, ul.flex-c6 li	{
		width: calc( 85% / 6 );
		margin: 3% 0 0 3%;
	}
	.flex-c6 .flex-child:nth-of-type( -n + 6 ), ul.flex-c6 li:nth-of-type( -n + 6 )	{
		margin-top: 0;
	}
	.flex-c6 .flex-child:nth-of-type( 6n + 1 ), ul.flex-c6 li:nth-of-type( 6n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- flex-device-width ---------- */
ul.flex-container	{
	list-style: none;
}
@media only screen and (max-width: 320px)	{
	.flex-container.flex-320-1 .flex-child, ul.flex-320-1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-container.flex-320-1 .flex-child:nth-of-type( 1 ), ul.flex-320-1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
	.flex-container.flex-320-2 .flex-child, ul.flex-320-2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-320-2 .flex-child:nth-of-type( -n + 2 ), ul.flex-320-2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-container.flex-320-2 .flex-child:nth-of-type( 2n + 1 ), ul.flex-320-2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 321px) and (max-width: 375px)	{
	.flex-container.flex-375-1 .flex-child, ul.flex-375-1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-container.flex-375-1 .flex-child:nth-of-type( 1 ), ul.flex-375-1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
	.flex-container.flex-375-2 .flex-child, ul.flex-375-2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-375-2 .flex-child:nth-of-type( -n + 2 ), ul.flex-375-2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-container.flex-375-2 .flex-child:nth-of-type( 2n + 1 ), ul.flex-375-2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 376px) and (max-width: 414px)	{
	.flex-container.flex-414-1 .flex-child, ul.flex-414-1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-container.flex-414-1 .flex-child:nth-of-type( 1 ), ul.flex-414-1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
	.flex-container.flex-414-2 .flex-child, ul.flex-414-2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-414-2 .flex-child:nth-of-type( -n + 2 ), ul.flex-414-2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-container.flex-414-2 .flex-child:nth-of-type( 2n + 1 ), ul.flex-414-2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-414-3 .flex-child, ul.flex-414-3 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-414-3 .flex-child:nth-of-type( -n + 3 ), ul.flex-414-3 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-container.flex-414-3 .flex-child:nth-of-type( 3n + 1 ), ul.flex-414-3 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.flex-container.flex-768-1 .flex-child, ul.flex-768-1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-container.flex-768-1 .flex-child:nth-of-type( 1 ), ul.flex-768-1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
	.flex-container.flex-768-2 .flex-child, ul.flex-768-2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-768-2 .flex-child:nth-of-type( -n + 2 ), ul.flex-768-2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-container.flex-768-2 .flex-child:nth-of-type( 2n + 1 ), ul.flex-768-2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-768-3 .flex-child, ul.flex-768-3 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-768-3 .flex-child:nth-of-type( -n + 3 ), ul.flex-768-3 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-container.flex-768-3 .flex-child:nth-of-type( 3n + 1 ), ul.flex-768-3 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-768-4 .flex-child, ul.flex-768-4 li	{
		width: calc( 91% / 4 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-768-4 .flex-child:nth-of-type( -n + 4 ), ul.flex-768-4 li:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-container.flex-768-4 .flex-child:nth-of-type( 4n + 1 ), ul.flex-768-4 li:nth-of-type( 4n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- 
@media only screen and (min-width: 769px)	{
	.flex-container.flex-769-1 .flex-child, ul.flex-769-1 li	{
		width: calc( 100% / 1 );
		margin: 3% 0 0 0;
	}
	.flex-container.flex-769-1 .flex-child:nth-of-type( 1 ), ul.flex-769-1 li:nth-of-type( 1 )	{
		margin-top: 0;
	}
	.flex-container.flex-769-2 .flex-child, ul.flex-769-2 li	{
		width: calc( 97% / 2 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-769-2 .flex-child:nth-of-type( -n + 2 ), ul.flex-769-2 li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.flex-container.flex-769-2 .flex-child:nth-of-type( 2n + 1 ), ul.flex-769-2 li:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-769-3 .flex-child, ul.flex-769-3 li	{
		width: calc( 94% / 3 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-769-3 .flex-child:nth-of-type( -n + 3 ), ul.flex-769-3 li:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.flex-container.flex-769-3 .flex-child:nth-of-type( 3n + 1 ), ul.flex-769-3 li:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-769-4 .flex-child, ul.flex-769-4 li	{
		width: calc( 91% / 4 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-769-4 .flex-child:nth-of-type( -n + 4 ), ul.flex-769-4 li:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-container.flex-769-4 .flex-child:nth-of-type( 4n + 1 ), ul.flex-769-4 li:nth-of-type( 4n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-769-5 .flex-child, ul.flex-769-5 li	{
		width: calc( 88% / 5 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-769-5 .flex-child:nth-of-type( -n + 5 ), ul.flex-769-5 li:nth-of-type( -n + 5 )	{
		margin-top: 0;
	}
	.flex-container.flex-769-5 .flex-child:nth-of-type( 5n + 1 ), ul.flex-769-5 li:nth-of-type( 5n + 1 )	{
		margin-left: 0;
	}
	.flex-container.flex-769-6 .flex-child, ul.flex-769-6 li	{
		width: calc( 85% / 6 );
		margin: 3% 0 0 3%;
	}
	.flex-container.flex-769-6 .flex-child:nth-of-type( -n + 6 ), ul.flex-769-6 li:nth-of-type( -n + 6 )	{
		margin-top: 0;
	}
	.flex-container.flex-769-6 .flex-child:nth-of-type( 6n + 1 ), ul.flex-769-6 li:nth-of-type( 6n + 1 )	{
		margin-left: 0;
	}
}
 ---------- */
/* ---------- //Flex設定 ---------- */

/* ----------追加文メイン サムネール ---------- */
.flex-child .optionblock-main-child-have-thumb	{
	flex-direction: column;
}
.m-row .optionblock-main-child-have-thumb	{
	flex-direction: row;
	justify-content: space-between;
}
.optionblock-main-title	{
	width: 100%;
}
.optionblock-main-title + .optionblock-main-content, .optionblock-main-child-have-thumb .optionblock-main-thumb, .optionblock-main-child-have-thumb .optionblock-main-content	{
	margin-top: 10px;
}
.m-row .optionblock-main-child-have-thumb .optionblock-main-thumb, .m-row .optionblock-main-child-have-thumb .optionblock-main-content	{
	margin-top: 0;
}
.m-row .optionblock-main-child-have-thumb .optionblock-main-thumb	{
	width: 30%;
	margin-top: 0;
}
.m-row .optionblock-main-child-have-thumb .optionblock-main-content	{
	width: 68%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
@media only screen and (min-width: 769px)	{
	.optionblock-main-child-have-thumb .optionblock-main-thumb, .optionblock-main-child-have-thumb .optionblock-main-content	{
		margin-top: 0;
	}
	.flex-child .optionblock-main-child-have-thumb	{
		flex-direction: row;
		justify-content: space-between;
	}
	.optionblock-main-child-have-thumb .optionblock-main-thumb	{
		width: 30%;
	}
	.optionblock-main-child-have-thumb .optionblock-main-content	{
		width: 68%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}
/* ---------- カスタムフィールドを足してあるとき？
.optionblock-main-child-have-thumb .optionblock-main-content	{
	display: block;
}
 ---------- */

/* ---------- Flex 上下揃え ---------- */
.va-top .flex-child, .va-top .loop-content, .display-thumbnail.va-top .loop-content, .va-top a.block-link	{
	justify-content: flex-start;
}
.va-center .flex-child, .va-center .loop-content, .display-thumbnail.va-center .loop-content, .va-center a.block-link	{
	justify-content: center;
}
.va-bottom .flex-child, .va-bottom .loop-content, .display-thumbnail.va-bottom .loop-content, .va-bottom a.block-link	{
	justify-content: flex-end;
}
.va-css .flex-child, .va-css .loop-content, .display-thumbnail.va-css .loop-content, .va-css a.block-link	{
	justify-content: center;
}
@media only screen and (max-width: 768px)	{
	.va-css article.flex-child	{
		justify-content: flex-start;
	}
}
@media only screen and (min-width: 769px)	{
	.display-grid-l.va-css .flex-child	{
		justify-content: flex-start;
	}
}
/* ---------- グリッドセット ---------- */
.fc-gridset .fc-grid-thumbnail	{
	margin-bottom: 5px;
}
@media only screen and (min-width: 769px)	{
	.display-grid-l.grid-thumb article	{
		flex-direction: row;
		justify-content: space-between !important;
		align-items: center;
	}
	.display-grid-l.grid-thumb article .article-image	{
		width: 30%;
		margin-bottom: 0;
	}
	.display-grid-l.grid-thumb article .loop-content	{
		width: calc( 97% - 30% );
	}
}
/* ---------- 2カラムセット ---------- */
.fc-lrset-row	{
	justify-content: space-between;
}
@media only screen and (max-width: 768px)	{
	.fc-lrset-row	{
		flex-direction: column;
	}
	.fc-lrset-row .fc-lrset-child	{
		width: 100% !important;
	}
	.fc-lrset-row .fc-lrset-left + .fc-lrset-right	{
		margin-top: 10px;
	}
}
/* ---------- サムネールセット ---------- */
.fc-thumbset-row	{
	justify-content: space-between;
}
.fc-child-container + .fc-child-container	{
	margin-top: 20px;
}
.fc-thumbset-title + .fc-thumbset-row, .fc-thumbset-after	{
	margin-top: 10px;
}
.fc-thumbset-thumbnail img	{
	width: 100%;
}
@media only screen and (max-width: 768px)	{
	.fc-thumbset-row.thumb-position-top, .fc-thumbset-row.thumb-position-none	{
		flex-direction: column;
	}
	.fc-thumbset-row.thumb-position-bottom	{
		flex-direction: column-reverse;
	}
	.fc-thumbset-row.thumb-position-top .fc-thumbset-thumbnail, .fc-thumbset-row.thumb-position-bottom .fc-thumbset-content, .fc-thumbset-row.thumb-position-none .fc-thumbset-content	{
		width: 100% !important;
	}
	.fc-thumbset-row.thumb-position-top .fc-thumbset-content, .fc-thumbset-row.thumb-position-bottom .fc-thumbset-thumbnail	{
		width: 100% !important;
		margin-top: 10px;
	}
	.fc-thumbset-row.thumb-position-none .fc-thumbset-thumbnail	{
		display: none;
	}
}
/* ---------- ギャラリー ---------- */
.content-area .gallery	{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
}
.content-area .gallery a	{
	display: block;
}
.content-area .entry-content .gallery:last-child	{
	margin-bottom: 0;
}
.content-area .gallery .gallery-item img	{
	width: 100%;
}
.content-area .gallery .gallery-item	{
	padding: 0;
	margin: 0;
}
.content-area .gallery-columns-1 .gallery-item	{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.content-area .gallery-columns-1 .gallery-item:first-of-type	{
	margin-top: 0;
}
.content-area .gallery-columns-2 .gallery-item	{
	width: 48%;
	margin: 4% 0 0 4%;
}
.content-area .gallery-columns-2 .gallery-item:nth-of-type( -n + 2 )	{
	margin-top: 0;
}
.content-area .gallery-columns-2 .gallery-item:nth-of-type( 2n + 1 )	{
		margin-left: 0;
}
@media only screen and (max-width: 414px)	{
	.content-area .gallery:not( .gallery-columns-1 ) .gallery-item	{
		width: 48%;
		margin: 4% 0 0 4%;
	}
	.content-area .gallery:not( .gallery-columns-1 ) .gallery-item:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.content-area .gallery:not( .gallery-columns-1 ) .gallery-item:nth-of-type( 2n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 415px) and (max-width: 768px)	{
	.content-area .gallery:not( .gallery-columns-1 ):not( .gallery-columns-2 ) .gallery-item	{
		width: 32%;
		margin: 2% 0 0 2%;
	}
	.content-area .gallery:not( .gallery-columns-1 ):not( .gallery-columns-2 ) .gallery-item:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.content-area .gallery:not( .gallery-columns-1 ):not( .gallery-columns-2 ) .gallery-item:nth-of-type( 3n + 1 )	{
		margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.content-area .gallery-columns-3 .gallery-item	{
		width: 32%;
		margin: 2% 0 0 2%;
	}
	.content-area .gallery-columns-4 .gallery-item	{
		width: 23.5%;
		margin: 2% 0 0 2%;
	}
	.content-area .gallery-columns-5 .gallery-item	{
		width: 18.4%;
		margin: 2% 0 0 2%;
	}
	.content-area .gallery-columns-6 .gallery-item	{
		width: 15.5%;
		margin: 1.4% 0 0 1.4%;
	}
	.content-area .gallery-columns-7 .gallery-item	{
		width: 13%;
		margin: 1.5% 0 0 1.5%;
	}
	.content-area .gallery-columns-8 .gallery-item	{
		width: 11.625%;
		margin: 1% 0 0 1%;
	}
	.content-area .gallery-columns-9 .gallery-item	{
		width: 10%;
		margin: 1.25% 0 0 1.25%;
	}
	.content-area .gallery-columns-2 .gallery-item:nth-of-type( -n + 2 ), .content-area .gallery-columns-3 .gallery-item:nth-of-type( -n + 3 ), .content-area .gallery-columns-4 .gallery-item:nth-of-type( -n + 4 ), .content-area .gallery-columns-5 .gallery-item:nth-of-type( -n + 5 ), .content-area .gallery-columns-6 .gallery-item:nth-of-type( -n + 6 ), .content-area .gallery-columns-7 .gallery-item:nth-of-type( -n + 7 ), .content-area .gallery-columns-8 .gallery-item:nth-of-type( -n + 9 ), .content-area .gallery-columns-9 .gallery-item:nth-of-type( -n + 9 )	{
		margin-top: 0;
	}
	.content-area .gallery-columns-2 .gallery-item:nth-of-type( 2n + 1 ), .content-area .gallery-columns-3 .gallery-item:nth-of-type( 3n + 1 ), .content-area .gallery-columns-4 .gallery-item:nth-of-type( 4n + 1 ), .content-area .gallery-columns-5 .gallery-item:nth-of-type( 5n + 1 ), .content-area .gallery-columns-6 .gallery-item:nth-of-type( 6n + 1 ), .content-area .gallery-columns-7 .gallery-item:nth-of-type( 7n + 1 ), .content-area .gallery-columns-8 .gallery-item:nth-of-type( 8n + 1 ), .content-area .gallery-columns-9 .gallery-item:nth-of-type( 9n + 1 )	{
		margin-left: 0;
	}
}
/* ---------- ブロック余白 ---------- */
@media only screen and (max-width: 768px)	{
	#primary, .sidebar-main	{
		width: 100% !important;
	}
}
@media only screen and (min-width: 769px)	{
	.site-main-has-sidebar	{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;;
	}
	.site-main-has-sidebar.sidebar-position-right	{
		flex-direction: row;
	}
}
#location	{
	margin-top: 10px;
}
.site-main	{
	margin-top: 20px;
	margin-bottom: 40px;
}
.site-main-has-sidebar #primary	{
	margin-bottom: 20px;
}
.widget-area	{
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.widget-area + .widget-area	{
	margin-top: 20px;
}
.site-content	{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.content-area #content, .site-content.no-content + .site-content	{
/* ---------- 
	margin-top: 20px;
 ---------- */
}
.content-area .site-content:first-child, .content-area #content.no-title	{
	margin-top: 0;
}
.site-content.no-content	{
	display: none;
}
.site-content.has-bg, .site-content.have-bg	{
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-main-has-sidebar .site-content.has-bg, .site-main-has-sidebar .site-content.have-bg	{
	padding: 10px;
}
.site-main .inner.have-crousel .flex-container	{
	margin-left: -5px;
	margin-right: -5px;
}
.site-main-has-sidebar .site-content.has-bg .inner, .site-main-has-sidebar .site-content.have-bg .inner	{
	padding: 0;
}
.site-main .optionblock > div	{
	margin-top: 20px;
}
.site-main .optionblock > div:first-of-type	{
	margin-top: 0;
}
#main-before + #main-content-container, #main-content-container + #main-after, #main-before + #main-after	{
	margin-top: 20px;
}
@media only screen and (min-width: 769px)	{
	.site-main	{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#location .inner	{
		margin-top: 20px;
	}
	.site-main-has-sidebar #primary	{
		margin-bottom: 0;
	}
	.home .optionblock + .optionblock	{
		margin-top: 80px;
	}
	.site-content.has-bg, .site-content.have-bg	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.site-main-has-sidebar .site-content.has-bg, .site-main-has-sidebar .site-content.have-bg	{
		padding: 20px;
	}
	.site-main-has-sidebar .inner	{
		padding: 0;
	}
	.site-main-has-sidebar	{
		padding: 0 20px;
	}
	.flex-c1.flex-dir-col-r #main-additional-content	{
		margin-top: 0;
	}
	.flex-c1.flex-dir-col-r #main-content	{
		margin-top: 20px;
	}
	#content .flex-c2 #main-content, #content .flex-c2 #main-additional-content	{
		margin: 0;
	}
}
/* ---------- ヘッダー ---------- */
#header-wrap	{
	margin: 0 auto;
}
#header-option ul	{
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#header-option ul li	{
	margin-left: 10px;
}
#header-option ul li:first-of-type	{
	margin-left: 0;
}
#header-img	{
	text-align: center;
}
#header-img a	{
	display: block;
}
#header-img img	{
	max-width: 100%;
}
#header-logo-wrap .header-option-child	{
	display: flex;
}
/* ---------- スクロールで出現するメニュー ---------- */
#navbar.fixed	{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(238, 238, 238, 0.8);
}
/* ---------- メインメニュー ---------- */
@media only screen and (min-width: 769px)	{
	#header-logo-wrap .inner	{
		padding-top: 20px;
		padding-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#header-option	{
		margin-left: auto;
	}
	#header-option aside	{
		padding: 10px 0 0 10px;
	}
	#header-option .header-option-child:first-of-type aside	{
		padding-top: 0;	
	}
	#header-option aside:first-of-type	{
		padding-left: 0;
	}
	/* ---------- メニュー内ロゴ ---------- */
	#navigation-logo	{
		width: 200px;
	}
	#navigation-logo + .menu-main-container	{
		width: calc( 95% - 200px );
	}
	#navbar-s	{
		display: none;
	}
	#navbar	{
		display: block;
	}
	#site-navigation	{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	#site-navigation ul.nav-menu	{
		margin: 0;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#site-navigation ul.nav-menu > li	{
		text-align: center;
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#site-navigation ul.nav-menu .current_page_item > a, #site-navigation ul.nav-menu .current-page-ancestor > a, #site-navigation ul.nav-menu .current-menu-item > a, #site-navigation ul.nav-menu .current-menu-ancestor > a, #site-navigation ul.nav-menu li a:hover	{
		opacity: 0.9;
	}
	/* ---------- サブメニュー 固定表示 ---------- */
	#site-navigation.fixed-submenu ul.nav-menu li a	{
		display: flex;
		width: 100%;
	}
	#site-navigation.fixed-submenu ul.sub-menu li	{
		font-size: 12px;
		margin-bottom: 0;
	}
	#site-navigation.fixed-submenu ul.nav-menu > li, #site-navigation.fixed-submenu ul.nav-menu > li a	{
		padding: 0 10px;
	}
	.have-navigation-logo #site-navigation.fixed-submenu ul.nav-menu > li:last-of-type	{
		padding-right: 0;
	}
	#site-navigation.fixed-submenu ul.nav-menu li a span	{
		display: none;
	}
	/* ---------- ロゴなし時 ナビ ---------- */
	.no-navigation-logo .menu-main-container	{
		margin: 0 auto;
		width: 100%;
	}
	.no-navigation-logo #site-navigation ul.nav-menu > li	{
		flex-grow: 1;
	}
	.no-navigation-logo #site-navigation ul.nav-menu > li + li	{
		margin-left: 10px;
	}
	.no-navigation-logo #site-navigation ul.nav-menu > li > a	{
		padding: 10px;
	}
}
/* ---------- ハンバーガーメニュー ---------- */
@media only screen and (max-width: 768px)	{
	#header-logo-wrap, #navbar	{
		display: none;
	}
	/* ---------- ナビゲーションSのサイズ設定 ---------- */
	#header-container.have-logo.nav-s-height	{
		padding-top: 60px;
	}
	#header-logo-s	{
		height: 60px;
		padding-top: 5px;
		padding-right: calc( 60px + 5px );
		padding-bottom: 5px;
		padding-left: 5px;
	}
	#header-logo-s img	{
		max-height: calc( 60px - 5px - 5px );
	}
	#site-navigation-s .menu-toggle, #site-navigation-s #hamburger-nav-toggle	{
		width: 60px;
		height: 60px;
	}
	.smenu-left-slide #site-navigation-s .nav-menu, .smenu-left-zoom #site-navigation-s .nav-menu	{
		width: calc( 100% - 60px - 10px );
	}
	.smenu-right-slide #site-navigation-s .nav-menu, .smenu-right-zoom #site-navigation-s .nav-menu	{
		max-width: calc( 100% - 60px );
		padding-right: calc( 60px + 5px );
	}
	.smenu-right-slide #site-navigation-s .nav-menu	{
		max-width: calc( 100% - 60px - 10px );
	}
	.smenu-top-slide #site-navigation-s .nav-menu > li, .smenu-top-zoom #site-navigation-s .nav-menu > li	{
		width: calc( 100% - 60px );
	}
	/* ---------- // ナビゲーションSの高さ設定 ---------- */
	#header-logo-s	{
		top: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#header-logo-s.logo-s-fixed	{
		position: fixed;
		background-color: rgba(238, 238, 238, 0.5);
		z-index: 2;
	}
	#header-logo-s.logo-s-absolute	{
		position: absolute;
	}
	#header-logo-s p	{
		margin: 0;
	}
	#header-logo-s > a, #header-logo-s > div, #header-logo-s .textwidget a	{
		display: block;
		width: 100%;
	}
	#header-logo-s img	{
		width: auto;
	}
	#site-navigation-s .menu-toggle, #site-navigation-s #hamburger-nav-toggle	{
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0.2em;
		color: #FFF;
		line-height: 1;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 9999;
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		background-color: rgba(255, 255, 255, 0.25);
		background-image: url(images/icon-ham.png);
		background-repeat: no-repeat;
		background-position: center;
		border: none;
	}
	#site-navigation-s #hamburger-nav-toggle.open	{
		background-image: url(images/icon-ham-x.png);
		background-color: rgba(0, 0, 0, 1);
	}
	#site-navigation-s > div	{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		list-style: none;
		background-color: rgba(0, 0, 0, 0.6);
	}
	#navbar-s input[type="checkbox"].on-off + div, #navbar-s .close + div	{
		opacity: 0;
		transition: all 1s;
		z-index: -1;
	}
	#navbar-s input[type="checkbox"].on-off:checked + div, #navbar-s .open + div	{
		opacity: 1;
		z-index: 999;
	}
	#navbar-s input[type="checkbox"].on-off + div ul, #navbar-s .close + div ul	{
		transition: all 0.5s;
	}
	#navbar-s input[type="checkbox"].on-off:checked + div ul, #navbar-s .open + div ul	{
		transition: all 0.5s;
		z-index: 999;
	}
	#site-navigation-s .nav-menu	{
		position: absolute;
		height: 100%;
		padding: 10px;
		margin: 0;
		background-color: #FFF;
		box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
	}
	#site-navigation-s .nav-menu a	{
		font-weight: normal;
		font-weight: bold;
		color: rgba(255, 255, 255, 0.8);
		color: #000;
		padding: 10px 10px 5px 5px;
		display: block;
/* 
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
 */
	}
	#site-navigation-s .nav-menu a:before	{
		font-family: "dashicons";
		content: "\f139";
		font-size: 10px;
	}
	#site-navigation-s .nav-menu li	{
		border-top: solid 1px rgba(238, 238, 238, 0.95);
		border-top: solid 1px rgba(0, 0, 0, 0.1);
	}
	#site-navigation-s .nav-menu li:first-of-type	{
		border-top: none;
	}
	#site-navigation-s .sub-menu	{
		margin-left: 20px;
	}
	/* ---------- CSS開閉 左からスライド ---------- */
	.smenu-left-slide input[type="checkbox"].on-off + div .nav-menu, .smenu-left-slide .close + div .nav-menu	{
		left: -100%;
	}
	.smenu-left-slide input[type="checkbox"].on-off:checked + div .nav-menu, .smenu-left-slide .open + div .nav-menu	{
		left: 0;
	}
	/* ---------- CSS開閉 左からズーム ---------- */
	.smenu-left-zoom #site-navigation-s .nav-menu	{
		transform-origin: 0 0;
	}
	.smenu-left-zoom input[type="checkbox"].on-off + div .nav-menu, .smenu-left-zoom .close + div .nav-menu	{
		transform: scaleX(0);
	}
	.smenu-left-zoom input[type="checkbox"].on-off:checked + div .nav-menu, .smenu-left-zoom .open + div .nav-menu	{
		transform: scaleX(1);
	}
	/* ---------- CSS開閉 右からスライド ---------- */
	.smenu-right-slide input[type="checkbox"].on-off + div .nav-menu, .smenu-right-slide .close + div .nav-menu	{
		right: -100%;
	}
	.smenu-right-slide input[type="checkbox"].on-off:checked + div .nav-menu, .smenu-right-slide .open + div .nav-menu	{
		right: 0;
	}
	/* ---------- CSS開閉 右からズーム ---------- */
	.smenu-right-zoom #site-navigation-s .nav-menu	{
		right: 0;
		transform-origin: right 0;
	}
	.smenu-right-zoom input[type="checkbox"].on-off + div .nav-menu, .smenu-right-zoom .close + div .nav-menu	{
		transform: scaleX(0);
	}
	.smenu-right-zoom input[type="checkbox"].on-off:checked + div .nav-menu, .smenu-right-zoom .open + div .nav-menu	{
		transform: scaleX(1);
	}
	/* ---------- CSS開閉 上からスライド ---------- */
	.smenu-top-slide #site-navigation-s .nav-menu	{
		width: 100%;
		height: auto;
	}
	.smenu-top-slide input[type="checkbox"].on-off + div .nav-menu, .smenu-top-slide .close + div .nav-menu	{
		top: -100%;
	}
	.smenu-top-slide input[type="checkbox"].on-off:checked + div .nav-menu, .smenu-top-slide .open + div .nav-menu	{
		top: 0;
	}
	/* ---------- CSS開閉 上からズーム ---------- */
	.smenu-top-zoom #site-navigation-s .nav-menu	{
		width: 100%;
		height: auto;
		transform-origin: 0 0;
	}
	.smenu-top-zoom input[type="checkbox"].on-off + div .nav-menu, .smenu-top-zoom .close + div .nav-menu	{
		transform: scaleY(0);
	}
	.smenu-top-zoom input[type="checkbox"].on-off:checked + div .nav-menu, .smenu-top-zoom .open + div .nav-menu	{
		transform: scaleY(1);
	}
}
/* ---------- // ハンバーガーメニュー ---------- */

/* ---------- バナー ---------- */
/* ---------- バナー アスペクト比固定 ---------- */
#banner	{
	position: relative;
}
.banner-absolute:before, .banner-absolute .banner-image:before, .banner-absolute.banner-builtin-slider .slider-container:before	{
	padding-top: 40%;
	content:"";
	display: block;
}
.banner-absolute.banner-builtin-slider:before	{
	padding-top: 0 !important;
}
.banner, .banner .banner-image	{
/* 
	height: 400px;
 */
}
.banner-absolute .banner-image, .banner-absolute .banner-image > div	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner-relative .banner-image, .banner-relative .banner-image > div	{
	position: relative;
}
#banner a.slider-link	{
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-text, .slider-text	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	user-select: text;
}
.banner-text img	{
	width: auto;
	max-width: 100%;
}
/* ---------- バナー高さ固定時必須 ---------- */
#location, .content-title-container	{
	position: relative;
}
/* ---------- slick ---------- */
.banner-builtin-slider #slick-header	{
	opacity: 0;
	transition: opacity 200ms ease-in;
}
.banner-builtin-slider #slick-header.slick-initialized	{
	opacity: 1;
}
.slick-slide:focus, .slick-slide:active	{
	outline: none;
}
.banner-absolute.banner-builtin-slider .slider-container	{
	position: relative;
}
.banner-absolute.banner-builtin-slider .slick-track	{
	height: 100%;
}
.banner-absolute.banner-builtin-slider .slick-track .slick-slide	{
	position: relative;
	background-size: cover;
	background-position: center;
}
.banner-absolute.banner-builtin-slider .slick-dotted.slick-slider	{
	margin-bottom: 0;
}
.banner-absolute.banner-builtin-slider .slick-dots	{
	bottom: 10px;
	z-index: 1;
}
.banner-absolute.banner-builtin-slider .slick-slider .slick-prev, .banner-absolute.banner-builtin-slider .slick-slider .slick-next	{
	top: 50%;
}
.banner-absolute.banner-builtin-slider .slick-slider .slick-prev	{
	left: 0;
}
.banner-absolute.banner-builtin-slider .slick-slider .slick-next	{
	right: 0;
}
.banner-absolute.banner-builtin-slider .slick-slider .slick-dots li button:before	{
	color: #FFF;
	opacity: 0.6;
}
.banner-absolute.banner-builtin-slider .slick-slider .slick-dots li.slick-active button:before	{
	opacity: 0.9;
}
.banner-builtin-slider .banner-text	{
	width: 100%;
}
/* ---------- グリッドセット カルーセル処理 ---------- */
.have-crousel .slick-slider.flex-c .flex-child, .have-crousel .slick-slider.flex-cm-max .flex-child, .have-crousel .slick-slider.flex-cm-css .flex-child	{
	margin: 0;
	width: auto;
}
/* ---------- Slick ページャー ---------- */
.slick-slider .slick-arrow:before	{
	color: #FFF;
	font-family: "dashicons";
	opacity: 1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slick-slider .slick-prev:before	{
	content: "\f341";
}
.slick-slider .slick-next:before	{
	content: "\f345";
}
.banner .slick-slider .slick-arrow	{
	width: 60px;
	height: 60px;
}
.banner .slick-slider .slick-arrow:before	{
	font-size: 60px;
}
@media only screen and (max-width: 767px)	{
	.banner .slick-slider .slick-arrow	{
		width: 30px;
		height: 30px;
	}
	.banner .slick-slider .slick-arrow:before	{
		font-size: 30px;
	}
}
@media only screen and (min-width: 1285px)	{
	.banner .slick-slider .slick-arrow	{
		width: 80px;
		height: 80px;
	}
	.banner .slick-slider .slick-arrow:before	{
		font-size: 80px;
	}
/* ---------- 幅固定スタイル用
	.banner .slick-slider .slick-prev {
		left: calc( 50% + -40px - 1000px / 2 );
	}
	.banner .slick-slider .slick-next {
		right: calc( 50% + -40px - 1000px / 2 );
	}
 ---------- */
}
/* ---------- バナーオプション ---------- */
#banner-option1, #banner-option2	{
	position: absolute;
/* 中央
	text-align: center;
 */
/* サイト幅に合わせる
	width: 100%;
	margin-left: calc( 50% - 寄せ幅 );
 */
}
#banner-option1, #banner-option2	{
	z-index: 1;
}
#banner-option1	{
	left: 20px;
	top: 20px;
}
#banner-option2	{
	right: 20px;
	bottom: 20px;
}
/* Mediaelements */
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls	{
	background: #303030;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current	{
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current	{
	background: #d93600;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total	{
	background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current	{
	border-radius: 0;
}
/* ---------- バナー背景ポジション ---------- */
.banner, .banner .slider-container > div	{
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .slider-container > div	{
	background-position: center center !important;
}
/* ---------- サイトマップ ---------- */
#sitemap-block .sitemap-content > div + div	{
	margin-top: 20px;
}
#sitemap-block .sitemap-tree	{
	border: solid 1px #EEE;
	padding: 10px;
}
#sitemap-block .sitemap-tree + .sitemap-tree	{
	margin-top: 20px;
}
#sitemap-block .sitemap-tree ul	{
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}
#sitemap-block .sitemap-tree ul li	{
	position: relative;
	margin: 5px 0 0;
	padding: 10px;
}
#sitemap-block .sitemap-tree ul li:first-of-type	{
	margin-top: 0;
}
#sitemap-block .sitemap-tree ul li:nth-of-type( odd )	{
	background-color: rgba(238, 238, 238, 0.3);
}
#sitemap-block .sitemap-tree ul li:nth-of-type( even )	{
	background-color: rgba(238, 238, 238, 0.2);
}
#sitemap-block .sitemap-tree li:before	{
	content: '┣ ';
	font-size: 12px;
	color: #999;
}
#sitemap-block .sitemap-tree li:last-of-type:before	{
	content: "┗ ";
}
#sitemap-block .sitemap-tree li:after	{
	content: none;
}
#sitemap-block .sitemap-tree ul .page_item_has_children li, #sitemap-block .sitemap-tree ul .children li	{
	padding-bottom: 0;
	margin-top: 0;
	background: none;
}
@media only screen and (min-width: 769px)	{
	#sitemap-block .sitemap-content > div + div	{
		margin-top: 0;
	}
	#sitemap-block .sitemap-tree + .sitemap-tree	{
		margin-top: 8%;
	}
	.sitemap-content	{
		display: flex;
		justify-content: space-between;
	}
	#sitemap-block .layout-left, #sitemap-block .layout-right	{
		width: 48%;
	}
}
/* ---------- サムネール 背景処理 ---------- */
.article-image	{
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.article-image:before	{
	content: "";
	display: block;
	padding-top: 75%;
}
.article-image-img:before	{
	content: none;
}
.article-image.article-image-fullwidth:before	{
	content: "";
	display: block;
	padding-top: calc( 100% / 3 );
}
p.article-image	{
	margin: 0;
}
@media only screen and (min-width: 769px)	{
	.display-grid-l article .article-image	{
		width: 100%;
	}
}
/* ---------- シングル ---------- */
.single .entry-header-wrap	{
	margin-bottom: 20px;
}
.single .article-image-fullwidth	{
	margin-top: 20px;
}
.single .entry-header-container .article-image img	{
	width: 100%;
}
@media only screen and (min-width: 769px)	{
	.single .entry-header-container .entry-data	{
		display: flex;
	}
	.single .entry-header-container .entry-data .author:before	{
		content: "|";
		opacity: 0.5;
		margin: 0 10px;
	}
}
/* ---------- シングル 横並びヘッダー ---------- */
.single .entry-header-container.single-header-flex	{
	justify-content: space-between;
	padding: 20px 10px;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}
.single .single-header-flex .entry-header	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc( 97% - 30% );
	margin-bottom: 0;
}
.single .single-header-flex .entry-header h1	{
	margin-bottom: 5px;
}
.single .single-header-flex .article-image	{
	width: 30%;
	height: 100%;
}
@media only screen and (max-width: 768px)	{
	.single .single-header-flex .entry-header h1	{
		font-size: 18px;
	}
}
@media only screen and (min-width: 769px)	{
	.single .entry-header-container.single-header-flex	{
		padding: 20px;
		border: solid 1px #EEE;
	}
}
/* ---------- シングル オプション文 ---------- */
.single .post-option	{
	margin-top: 20px;
}
.single .post-option.flex-container	{
	justify-content: space-between;	
}
.single .entry-body .post-option:first-child	{
	margin-top: 0;
}
.post-option-title	{
	margin-top: 20px;
}
.post-option-title + .post-option	{
	margin-top: 20px;
}
.flex-child .flex-child-inner.post-option-child-inner	{
	flex-wrap: nowrap;
}
@media only screen and (min-width: 769px)	{
	.single .post-option	{
		margin-top: 40px;
	}
	.single .post-option-title + .post-option	{
		margin-top: 20px;
	}
	.post-option.flex-dir-row .flex-child, .post-option.flex-dir-row-r .flex-child	{
		margin: 0;
	}
}
/* ---------- カスタムフィールド ---------- */
.article-container article .cf-data	{
	font-size: 13px;
	margin-top: 5px;
}
.article-container article .cf-data p	{
	margin-bottom: 0;
}
.article-container article .cf-data span	{
	margin-right: 10px;
}
.single #content .cf-data	{
	margin-top: 40px;
}
.single .cf-data-title-container + .cf-data-content	{
	margin-top: 10px;
}
.store-data-map	{
	line-height: 0.8;
}
.store-data-header .store-data-thumb	{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.store-data-header .store-data-thumb img	{
	width: 100%;
}
@media only screen and (max-width: 768px)	{
	.store-data-header .store-data-thumb:before	{
		content: "";
		display: block;
		padding-top: 75%;
	}
	.store-data-header .store-data-map iframe	{
		max-height: 250px;
	}
}
@media only screen and (min-width: 769px)	{
	.store-data-header	{
		justify-content: space-between;
		overflow: hidden;
	}
	.store-data-header .store-data-thumb	{
		width: 49%;
	}
	.store-data-header .store-data-map	{
		width: 49%;
	}
	.store-data-header .store-data-map iframe	{
		max-height: 350px;
	}
}
/* ---------- 関連記事 ---------- */
.site-main .related-loop .archive-header	{
    margin-bottom: 10px;
}
.archive-header-posttype:before	{
	content: '：';
}
.archive-header-term:before	{
	content: '／';
}
.site-main .related-loop .loop-container	{
	margin-top: 0;
}
.related-loop .archive-title {
	font-size: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 769px)	{
	.site-main .related-loop .archive-header	{
	    margin-bottom: 20px;
	}
	.related-loop .archive-title {
		font-size: 18px;
	}
	.related-loop.displaystyle-2 .archive-title:before, .related-loop.displaystyle-2 .archive-title:after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background-color: #EEE;
		display: block;
	}
	.related-loop.displaystyle-2 .archive-title:before {
		margin-right: 20px;
	}
	.related-loop.displaystyle-2 .archive-title:after {
		margin-left: 20px;
	}
	.related-loop .display-text article, .related-loop .display-thumbnail article	{
		padding: 15px 0;
	}
}
/* ---------- 関連記事 カルーセル ---------- */
.slick-slider.multiple-item	{
	position: relative;
}
.slick-slider.multiple-item .slick-track	{
	display: flex;
}
.slick-slider.multiple-item article, .slick-slider.multiple-item .fc-grid	{
	height: auto;
	margin: 0 5px !important;
}
.slick-slider .slick-prev	{
	top: 20px;
	left: 10px;
	z-index: 99;
}
.slick-slider .slick-next	{
	top: 20px;
	right: 10px;
	z-index: 99;
}
/* ---------- アーカイブ ---------- */
article .loop-content	{
	display: flex;
	flex-direction: column;
}
article .loop-content .entry-title	{
	display: flex;
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}
article .loop-content .entry-title a	{
	display: flex;
	align-items: center;
}
article .loop-content .entry-title a:after	{
/* 
	font-family: dashicons;
	content: url(images/link-int.png);
	content: "\f344";
	padding-left: 2px;
 */
}
article .loop-content .entry-title a.ext-link:after, article .loop-content .entry-title a.link-ext:after	{
    font-family: dashicons;
	content: url(images/link-ext.png);
	content: "\f504";
	padding-left: 2px;
}
article .loop-content .entry-title a.no-link:after, article .loop-content .entry-title a.link-none:after	{
	content: none;
}
.loop-container + .related-link, .loop-container + .link-related	{
	border-top: solid 1px #EEE;
	margin-top: 20px;
}
.archive .archive-meta, .have-cat-loop .archive-meta	{
	padding-left: 10px;
	border-left: solid 5px rgba(238, 238, 238, 1);
}
.page-title-container > .archive-meta	{
	display: none;
}
article .date	{
	margin-right: 0.5em;
}
@media only screen and (min-width: 769px)	{
	article .loop-content .entry-title	{
		font-size: 20px;
	}
}
/* ---------- アーカイブ テキスト表示 ---------- */
.display-text article	{
	padding: 10px 0;
	margin: 0;
}
.display-text article:not( .article-have-bg )	{
	border-top: solid 1px #EEE;
}
.display-text article:not( .article-have-bg ):last-of-type	{
	border-bottom: solid 1px #EEE;
}
.content-area .display-text article .date	{
	margin-bottom: 0;
}
.content-area .display-text article .date, .content-area .display-text article .entry-title	{
	line-height: 1.7;
}
.content-area .display-text article .entry-title	{
	font-size: 14px;
}
@media only screen and (min-width: 769px)	{
	.display-text article	{
		padding: 15px 0;
	}
	.content-area .display-text article .date, .content-area .display-text article .entry-title	{
		font-size: 17px;
	}
}
/* ---------- アーカイブ サムネール表示 ---------- */
.display-thumbnail article	{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 0;
	margin: 0;
}
.display-thumbnail article:not( .article-have-bg )	{
	border-top: solid 1px #EEE;
}
.display-thumbnail article:not( .article-have-bg ):last-of-type	{
	border-bottom: solid 1px #EEE;
}
.display-thumbnail.va-css article	{
	justify-content: space-between;
}
.display-thumbnail article .article-image	{
	flex-direction: column;
	justify-content: flex-start;
	width: 20.52%;
/* 縦横比を保つ */
	align-self: flex-start;
/* 高さいっぱいに伸ばす
	height: 100%;
 */
}
.display-thumbnail article .loop-content	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc( 100% - 23% );
}
.display-thumbnail article .date	{
	margin-bottom: 0;
}
@media only screen and (min-width: 769px)	{
	.display-thumbnail article .article-image	{
		width: 150px;	
	}
	.display-thumbnail article .loop-content	{
		width: calc( 100% - 170px );
	}
}
/* ---------- アーカイブ 小画面時のサムネール表示 ---------- */
@media only screen and (max-width: 768px)	{
	.display-thumbnail-m article.flex-child	{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 15px 0;
		margin: 0;
	}
	.display-thumbnail-m article:not( .article-have-bg ).flex-child	{
		border-top: solid 1px #EEE;
	}
	.display-thumbnail-m article:not( .article-have-bg ).flex-child:last-of-type	{
		border-bottom: solid 1px #EEE;
	}
	.display-thumbnail-m article .article-image	{
		flex-direction: column;
		justify-content: flex-start;
		align-self: flex-start;
		width: 20.52%;
		margin-bottom: 0;
	}
	.display-thumbnail-m article .loop-content	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: calc( 100% - 23% );
	}
	.display-thumbnail-m.no-thumb article .loop-content	{
		width: 100%;
	}
	.display-thumbnail-m article.article-grid-text .loop-content	{
		width: 100%;
	}
	.display-thumbnail-m article .date	{
		margin-bottom: 0;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-top article, .display-thumbnail.thumbnail-align-m-top article, .display-grid-l.display-thumbnail-m.thumbnail-align-m-bottom article, .display-thumbnail.thumbnail-align-m-bottom article	{
		padding: 0;
		margin-top: 20px;
		border: none;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-top article, .display-thumbnail.thumbnail-align-m-top article	{
		flex-direction: column;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-bottom article, .display-thumbnail.thumbnail-align-m-bottom article	{
		flex-direction: column-reverse;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-top article .article-image, .display-thumbnail.thumbnail-align-m-top article .article-image, .display-grid-l.display-thumbnail-m.thumbnail-align-m-bottom article .article-image, .display-thumbnail.thumbnail-align-m-bottom article .article-image	{
		width: 100%;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-top article .article-image, .display-thumbnail.thumbnail-align-m-top article .article-image	{
		margin-bottom: 5px;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-bottom article .article-image, .display-thumbnail.thumbnail-align-m-bottom article .article-image	{
		margin-top: 5px;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-none article .article-image, .display-thumbnail.thumbnail-align-m-none article .article-image	{
		display: none;
	}
	.display-grid-l.display-thumbnail-m.thumbnail-align-m-top article .loop-content, .display-thumbnail.thumbnail-align-m-top article .loop-content, .display-grid-l.display-thumbnail-m.thumbnail-align-m-bottom article .loop-content, .display-thumbnail.thumbnail-align-m-bottom article .loop-content, .display-grid-l.display-thumbnail-m.thumbnail-align-m-none article .loop-content, .display-thumbnail.thumbnail-align-m-none article .loop-content	{
		width: 100%;
	}
}
/* ---------- フェードインアニメーション animate.css wow.js ---------- */
.hidden	{
	visibility: hidden;
}
/* ---------- アニメーション表示時のflex調整 ---------- */
.content-area > .anim-fade-container	{
	margin-top: 40px;
}
.content-area > .anim-fade-container:first-of-type, .site-main .optionblock .anim-fade-container > div:first-of-type	{
	margin-top: 0;
}
article .anim-fade-container	{
	height: 100%;	
}
.display-thumbnail .anim-fade-container	{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.display-grid-l .anim-fade-container, .display-grid .anim-fade-container	{
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media only screen and (max-width: 768px)	{
	.display-thumbnail-m .anim-fade-container	{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
/* ---------- カテゴリ毎ループ ---------- */
.cptloop-cat	{
	margin-bottom: 20px;
}
.cptloop-cat:last-of-type	{
	margin-bottom: 0;
}
@media only screen and (min-width: 769px)	{
	.cptloop-cat	{
		margin-bottom: 40px;
	}
}
/* ---------- アーカイブ グリッド表示 ---------- */
.display-grid article .article-image	{
	width: 100%;
	margin-bottom: 5px;
}
.display-grid .flex-child .article-image img	{
	width: 100%;
}
.display-grid-l.no-thumb article, .display-grid.no-thumb article {
	padding: 10px;
	border: solid 1px #EEE;
}
.flex-cm .article-image, .display-grid-l article .article-image	{
	margin-bottom: 5px;
}
@media only screen and (max-width: 768px)	{
	.display-grid-l.no-thumb article, .display-grid.no-thumb article {
		margin-top: 2%;
	}	
	.display-grid-l.display-thumbnail-m.no-thumb article, .display-grid.flex-cm1.no-thumb article {
		margin-top: 10px;
	}	
}
@media only screen and (min-width: 769px)	{
	.display-grid-l .flex-child	{
		justify-content: flex-start;
	}
	.display-grid article .article-image, .display-grid-l article .article-image	{
		margin-bottom: 10px;
	}
	.display-grid-l .flex-child .article-image img	{
		width: 100%;
	}
}
/* ---------- カテゴリー毎ループ ---------- */
.have-cat-loop .cat-loop	{
	margin-top: 40px;
}
.have-cat-loop .cat-loop:first-of-type	{
	margin-top: 0;
}
/* ---------- サイドバー ---------- */
.sidebar .date-published, .post-date	{
	font-size: 12px;
	display: block;
}
.widget-area .sidebar-block	{
	margin-bottom: 20px;
}
.widget-area .sidebar-block:last-of-type	{
	margin-bottom: 0;
}
.widget-area .widget	{
	word-wrap: break-word;
	margin: 20px 0 0 0;
}
.widget-area .widget:first-of-type	{
	margin-top: 0;
}
.widget .widget-title, .widget h4, .option_content .widget .widget-title	{
	margin: 0 0 10px;
}
.widget ul, .widget ol	{
	margin: 0;
	padding: 0;
}
.widget .children, .widget .sub-menu	{
	margin-top: 5px;
	margin-top: 5px;
}
.widget .children li:last-child, .widget .sub-menu li:last-child	{
	padding-bottom: 0;
}
.widget li > ul, .widget li > ol	{
	margin-left: 13px;
}
.sidebar aside	{
	padding: 10px;
	background-color: rgba(238, 238, 238, 0.25);
}
.sidebar aside .widget-title	{
	font-size: 16px;
	text-align: center;
	padding: 5px 10px;
	margin: -10px -10px 10px;
	background-color: rgba(238, 238, 238, 0.5);
}
/* ---------- CPT 最近の投稿 ---------- */
.sidebar .widget-recent-post article	{
	margin-top: 5px;
}
.sidebar .widget-recent-post article:first-of-type	{
	margin-top: 0;
}
.sidebar .widget-recent-post article .entry-title	{
	font-size: 14px;
	margin: 0;
}
.sidebar .widget-recent-post article .entry-title a	{
	background: none;
}
.sidebar .widget-recent-post article .entry-body	{
	display: none;
}
/* ---------- widget misc ---------- */
/* RSS Widget */
.widget_rss .rss-date, .widget_rss .rssSummary, .widget_rss li > cite	{
	font-size: 11px;
	font-size: 11px;
}
.widget_rss .rss-date	{
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite	{
	color: rgba(0, 0, 0, 0.45);
}

/* Full-width Widget */
.column-container .site-content .widget	{
	width: 100%;
	padding: 0;
	float: none;
}
/* Calendar Widget */
.widget_calendar table	{
	margin-bottom: 0;
}
.widget_calendar table, .widget_calendar td	{
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
.widget_calendar caption	{
	font-size: 11px;
	font-size: 11px;
	margin: 0;
}
.widget_calendar th	{
	border: solid 1px #AAA;
	border-width: 1px 0;
}
.widget_calendar th, .widget_calendar td	{
	padding: 0;
	text-align: center;
}
.widget_calendar a	{
	border-bottom: dotted 1px #EEE;
	font-weight: bold;
}
.widget_calendar tbody td	{
	color: rgba(0, 0, 0, 0.45);
}
.widget_calendar tbody .pad	{
	background-color: transparent;
}
.widget_calendar tfoot td	{
	border-top: solid 1px #AAA;
	text-align: left;
}
.widget_calendar tfoot td:last-child	{
	text-align: right;
}
.widget_calendar tfoot a	{
	border: 0;
	font-size: 11px;
	font-size: 11px;
	font-weight: normal;
}
.widget_calendar th	{
	border: none;
}
.widget_calendar tfoot td	{
	border-top: solid 1px #EEE;
}
.plain .widget	{
	padding: 0;
	margin: 0;
	border: none;
}
.no-border .widget	{
	border: none;
}
/* ---------- ボトムバナー ---------- */
#bottom-banner	{
	margin-top: 0;
}
/* ---------- フッターナビ ---------- */
.footer-nav aside	{
	margin-top: 20px;
}
.footer-nav aside:first-of-type	{
	margin-top: 0;
}
.footer-nav .menu	{
	display: inline-flex;
	flex-wrap: wrap;
}
.footer-nav ul.menu > li	{
	font-size: 13px;
}
.footer-nav ul.sub-menu li	{
	font-size: 11px;
	margin: 0;
}
.footer-nav ul.menu li a .menu-item-attr, .footer-nav ul.menu li a .menu-item-description	{
	font-size: 10px;
	display: none;
}
.footer-nav ul.menu, .footer-nav ul.sub-menu	{
	padding: 0;
	margin: 0;
}
.footer-nav ul.menu > li	{
	margin-right: 10px;
}
.footer-nav ul.menu > li > a	{
	display: flex;
}
.footer-nav ul.menu > li > a:before	{
	font-family: dashicons;
	content: "\f345";
}
.footer-nav ul.sub-menu li	{
	display: block;
}
@media only screen and (min-width: 769px)	{
	.footer-nav .menu	{
		display: flex;
		justify-content: center;
	}
}
/* ---------- サブメニューつき
@media only screen and (min-width: 769px)	{	
	.footer-nav ul.menu	{
		display: flex;
	}
	.footer-nav ul.menu li	{
		display: flex;
		flex-direction: column;
	}
	.footer-nav ul.menu > li	{
		padding: 0;
		margin: 0;
		flex-grow: 1;
	}
	.footer-nav ul.sub-menu li	{
		margin: 5px 0 0;
	}
}
 ---------- */
/* ---------- カスタムフィールド マルチプルの横並び ---------- */
.column-num-2 > div:before, .column-num-2 > div:after, .column-num-3 > div:before, .column-num-3 > div:after, .column-num-4 > div:before, .column-num-4 > div:after, .column-num-5 > div:before, .column-num-5 > div:after	{
	content: "";
	display: table;
	clear: both;
}
@media only screen and (min-width: 769px)	{
	.column-num-2 > div, .column-num-2 > div:last-of-type	{
		float: left;
		width: 49%;
		margin: 2% 0 0 2%;
	}
	.column-num-2 > div:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.column-num-3 > div, .column-num-3 > div:last-of-type	{
		float: left;
		width: 32%;
		margin: 2% 0 0 2%;
	}
	.column-num-3 > div:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.column-num-4 > div, .column-num-4 > div:last-of-type	{
		float: left;
		width: 23.5%;
		margin: 2% 0 0 2%;
	}
	.column-num-4 > div:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.column-num-5 > div, .column-num-5 > div:last-of-type	{
		float: left;
		width: 19%;
		margin: 1.25% 0 0 1.25%;
	}
	.column-num-5 > div:nth-of-type( -n + 5 )	{
		margin-top: 0;
	}
	.column-num-2 > div:nth-of-type( 2n + 1 ), .column-num-3 > div:nth-of-type( 3n + 1 ), .column-num-4 > div:nth-of-type( 4n + 1 ), .column-num-5 > div:nth-of-type( 5n + 1 )	{
		margin-left: 0;
		clear: left;
	}
}
.column-num-2 > article.clear, .column-num-3 > article.clear, .column-num-4 > article.clear, .column-num-5 > article.clear	{
	clear: none;
}
.column-num-2 > article:before, .column-num-2 > article:after, .column-num-3 > article:before, .column-num-3 > article:after, .column-num-4 > article:before, .column-num-4 > article:after, .column-num-5 > article:before, .column-num-5 > article:after	{
	content: "";
	display: table;
	clear: both;
}
@media only screen and (min-width: 769px)	{
	.column-num-2 > article, .column-num-2 > article:last-of-type	{
		float: left;
		width: 49%;
		margin: 2% 0 0 2%;
	}
	.column-num-2 > article:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.column-num-3 > article, .column-num-3 > article:last-of-type	{
		float: left;
		width: 32%;
		margin: 2% 0 0 2%;
	}
	.column-num-3 > article:nth-of-type( -n + 3 )	{
		margin-top: 0;
	}
	.column-num-4 > article, .column-num-4 > article:last-of-type	{
		float: left;
		width: 23.5%;
		margin: 2% 0 0 2%;
	}
	.column-num-4 > article:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.column-num-5 > article, .column-num-5 > article:last-of-type	{
		float: left;
		width: 19%;
		margin: 1.25% 0 0 1.25%;
	}
	.column-num-5 > article:nth-of-type( -n + 5 )	{
		margin-top: 0;
	}
	.column-num-2 > article:nth-of-type( 2n + 1 ), .column-num-3 > article:nth-of-type( 3n + 1 ), .column-num-4 > article:nth-of-type( 4n + 1 ), .column-num-5 > article:nth-of-type( 5n + 1 )	{
		margin-left: 0;
		clear: left;
	}
}
/* ---------- ページトップへ戻る totop ---------- */
#page-top	{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}
#page-top a	{
	line-height: 1;
	display: block;
}
#page-top a:hover	{
	background: none;
}
#page-top img	{
	width: 50px;
	height: auto;
}
@media only screen and (min-width: 769px)	{
	#page-top img	{
		width: 60px;
	}
}
/* ---------- 位置固定ボタン ---------- */
#fixed-item	{
	position: fixed;
	z-index: 1;
}
#fixed-item a	{
	line-height: 1;
	display: block;
}
/* ---------- プラグイン ---------- */
/* ---------- フェードインアニメーション animate.css wow.js ---------- */
.hidden	{
	visibility: hidden;
}
/* ---------- Table of contents 目次 ---------- */
#ez-toc-container	{
	margin-top: 20px;
	/* display: flex; */
	/* flex-direction: column; */
	align-self: flex-start;
}
.entry-content #ez-toc-container:first-child	{
	margin-top: 0;
}
#ez-toc-container p.ez-toc-title	{
	padding-bottom: 5px;
}
#ez-toc-container a	{
	background: none;
}
#ez-toc-container .ez-toc-list ul	{
	margin-left: 0;
}
#ez-toc-container .ez-toc-list > li > ul	{
	margin-left: 20px;
}
/* ---------- スクロールでボトムメニュー出現
@media only screen and (max-width: 768px)	{
	#page	{
		margin-bottom: 50px;
	}
}
#nav-bottom.nav	{
	display: none;
}
#nav-bottom.fixed	{
	display: block;
	position: fixed;
	width: 100%;
	background-color: #DDD;
	z-index: 99;
}
#nav-bottom.fixed ul	{
	margin: 0;
}
#nav-bottom.fixed ul li	{
	margin: 0;
}
#nav-bottom.fixed ul li a	{
	font-size: 10px;
	text-align: center;
	display: block;
	width: 24%;
	float: left;
	margin: 1% 0 0.8% 0.8%;
	padding: 36px 10px 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center 4px;
}
#nav-bottom.fixed ul li:last-of-type a	{
	margin: 1% 0.8% 0.8% 0.8%;
}
#nav-bottom.fixed ul li a	{

}
#nav-bottom.fixed ul li:nth-of-type( 1 ) a	{
 	background-image: url(images_local/bottom-menu-fair.png);
}
#nav-bottom.fixed ul li:nth-of-type( 2 ) a	{
 	background-image: url(images_local/bottom-menu-event.png);
}
#nav-bottom.fixed ul li:nth-of-type( 3 ) a	{
 	background-image: url(images_local/bottom-menu-form.png);
}
#nav-bottom.fixed ul li:nth-of-type( 4 ) a	{
 	background-image: url(images_local/bottom-menu-phone.png);
}
@media only screen and (min-width: 769px)	{
	#nav-bottom.fixed	{
		display: none;
	}
}
 ---------- */
/* ---------- スライダー内テキスト ---------- */
.ms-slide-info	{
	top: 0 !important;
}
/* ---------- SNS ---------- */
.page-template-full-width .wp_social_bookmarking_light	{
	position: absolute;
	left: 20px;
	bottom: 0;
}
.page-template-full-width .wp_social_bookmarking_light,
.page-template-full-width .wp_social_bookmarking_light_clear,
.optionContent .wp_social_bookmarking_light,
.optionContent .wp_social_bookmarking_light_clear,
.customPostOption .wp_social_bookmarking_light,
.customPostOption .wp_social_bookmarking_light_clear	{
	display: none;
}
.page-template-default .entry-content .wp_social_bookmarking_light,
.page-template-default .entry-content .wp_social_bookmarking_light_clear,
.page-template-full-width .entry-content .column-r .wp_social_bookmarking_light,
.page-template-full-width .entry-content .column-r .wp_social_bookmarking_light_clear	{
	display: inherit;
}
br.wp_social_bookmarking_light_clear + h2, br.wp_social_bookmarking_light_clear + h3, br.wp_social_bookmarking_light_clear + h4	{
	margin-top: 0;
}
.page-id-1403 .wp_social_bookmarking_light,
.page-id-1403 .wp_social_bookmarking_light_clear,
.page-template-full-width br.wp_social_bookmarking_light_clear	{
	display: none !important;
}
.wsbl_facebook a img	{
	width: 20px;
	height: 20px;
}
.wp_social_bookmarking_light_clear	{
	display: none;
}
.sharedaddy h1, .sharedaddy h2, .sharedaddy h3, .sharedaddy h4, .sharedaddy h5	{
	border: none !important;
	padding-left: 0 !important;
}
/* ---------- Bread Clumbs NXT ---------- */
.widget_breadcrumb_navxt	{
	line-height: 2;
}
/* ---------- Jetpack SNS ---------- */
.sharedaddy, .sd-sharing-enabled	{
	margin-top: 20px;
}
.sharedaddy h3.sd-title:before	{
	border-top: dotted 1px #ddd;
}
div.sharedaddy h3.sd-title	{
	display: block;
}
.sd-content ul, .sd-content ul li	{
	margin-bottom: 0 !important;
	background: none !important;
	border :none !important;
}
/* ---------- 絞り込み検索 ---------- */
.site-content .searchandfilter	{
	margin-top: 20px;
}
.site-content .searchandfilter ul, .site-content .searchandfilter li	{
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	font-size: 12px;
}
.site-content .searchandfilter label	{
	padding: 2px 4px;
}
.site-content .searchandfilter label:hover	{
	cursor: pointer;
}
.site-content .searchandfilter div > ul > li	{
	margin-top: 20px;
	margin-left: 0;
}
.site-content .searchandfilter div > ul > li:first-of-type	{
	margin-top: 0;
}
.site-content .searchandfilter h4	{
	font-size: 18px;
	text-align: left;
	padding: 0 0 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(229, 96, 0, 0.5);
	border-bottom: solid 1px rgba(0, 93, 142, 0.5);
	quotes: '\25BE' '\25BE';
	quotes: '\25BC' '\25BC';
}
.site-content .searchandfilter h4:before	{
	color: #e56000;
	content: open-quote;
	margin-right: 5px;
}
.site-content .searchandfilter li	{
	padding-right: 0;
}
.site-content .searchandfilter div > ul > li	{
	padding: 2px;
}
.site-content .searchandfilter div > ul > li li	{
	color: #000;
	background-color: #EEE;
	border: solid 1px #DDD;
	border-radius: 2px;
}
.site-content .searchandfilter div > ul > li > ul > li	{
	margin: 0 0 10px 0;
}
.site-content .searchandfilter div > ul > li > ul > li:nth-of-type( 4n + 1 )	{
	margin-left: 0;
}
.site-content .searchandfilter div > ul > li > ul > li:nth-of-type( -n + 4 )	{
	margin-top: 0;
}
.site-content .searchandfilter div > ul > li:nth-last-of-type( 2 ), .site-content .searchandfilter div > ul > li:last-of-type	{
	text-align: center;
}
.site-content .searchandfilter div > ul > li:last-of-type	{
	margin-top: 10px;
}
.site-content .searchandfilter div > ul > li:nth-last-of-type( 2 ) input	{
	font-size: 20px;
	width: 50%;
	margin: 20px auto 0;
}
.site-content .searchandfilter div > ul > li:last-of-type input	{
	font-size: 20px;
	padding: 10px 40px;
	display: table;
	margin: 0 auto;
	border: solid 1px #d93600;
	box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.1);
}
.site-content .searchandfilter div > ul > li:last-of-type input:hover	{
	color: #d93600;
	background-color: #FFF;
}
@media only screen and (max-width: 768px)	{
	.site-content .searchandfilter div > ul > li > ul	{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
	}
	.site-content .searchandfilter div > ul > li > ul > li, .site-content .searchandfilter div > ul > li > ul > li:nth-of-type( -n + 4 )	{
		width: calc( 50% - 6px );
		max-width: calc( 50% - 6px );
		margin: 8px 0 0 8px;
		display: flex;
		flex-direction: column;
	}
	.site-content .searchandfilter div > ul > li:nth-last-of-type( 2 ) input	{
		width: 100%;
		margin: 0 auto;
	}
	.site-content .searchandfilter div > ul > li > ul > li:nth-of-type( -n + 2 )	{
		margin-top: 0;
	}
	.site-content .searchandfilter div > ul > li > ul > li:nth-of-type( 2n + 1 )	{
	    margin-left: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.site-content .searchandfilter h4	{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.site-content .searchandfilter div > ul > li	{
		margin-top: 40px;
	}
	.site-content .searchandfilter div > ul > li > ul	{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
	}
	.site-content .searchandfilter div > ul > li > ul > li	{
		width: calc( 25% - 6px );
		max-width: calc( 25% - 6px );
		margin: 8px 0 0 8px;
		display: flex;
		flex-direction: column;
	}
}
/* ---------- //プラグイン ---------- */

/* ---------- ブロックエディター カスタマイズ ---------- */
.has-small-font-size	{
	font-size: 12px
}
.has-normal-font-size	{
	
}
.has-large-font-size	{
	font-size: 20px
}
.has-huge-font-size	{
	font-size: 28px
}
.has-text-color	{
	
}
.site-content .has-background	{
	padding: 5px 10px;
	margin-bottom: 10px;
}
.site-content .has-background:last-child	{
	margin-bottom: 0;
}
@media only screen and (min-width: 769px)	{
	.has-small-font-size	{
		font-size: 14px
	}
	.has-normal-font-size	{
		
	}
	.has-large-font-size	{
		font-size: 24px;
	}
	.has-huge-font-size	{
		font-size: 36px;
	}
	.has-text-color	{
		
	}
	.site-content .has-background	{
		padding: 10px 15px;
		margin-bottom: 15px;
	}
}
.has-primary-color	{
	color: #59b200;
}
.has-secondary-color	{
	color: #ff9524;
}
.has-black-color	{
	color: #000;
}
.has-dark-gray-color	{
	color: #999;
}
.has-light-gray-color	{
	color: #EEE;
}
.has-white-color	{
	color: #FFF;
}
.has-primary-background-color	{
	background-color: #59b200;
}
.has-secondary-background-color	{
	background-color: #ff9524;
}
.has-black-background-color	{
	background-color: #000;
}
.has-dark-gray-background-color	{
	background-color: #999;
}
.has-light-gray-background-color	{
	background-color: #EEE;
}
.has-white-background-color	{
	background-color: #FFF;
}
/* ---------- ショートコードループ（サムネール） ---------- */
.shortcode-article	{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shortcode-article, .shortcode-article a	{
	color: #000;
	text-decoration: none;
}
.shortcode-article, .shortcode-article a:hover	{
	text-decoration: none;
}
.shortcode-loop article + article	{
	margin-top: 20px;
}
.shortcode-loop.flex-c article .article-image, .shortcode-loop.flex-c article .loop-content	{
	width: 100%;	
}
.shortcode-loop .article-image	{
	width: 150px;
	background-size: cover;
	background-position: center;
}
.shortcode-loop .article-image:before	{
	content: '';
	display: block;
	padding-top: 100%;
}
.shortcode-loop .loop-content	{
	width: 100%;
	padding: 2%;
}
.shortcode-loop .loop-content .entry-content	{
	width: 100%;
}
.shortcode-loop .article-image + .loop-content	{
	width: calc( 100% - 150px );
}
/* ---------- //ショートコードループ（サムネール） ---------- */

/* ---------- article全体をアンカーにする場合の調整 ---------- */
.article-container article .entry-header	{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.article-container.display-text article .entry-header	{
	flex-direction: row;
}
.article-container article a {
	z-index: 1;
}
.article-container article .entry-title a	{
	z-index: 0;
}
.article-container .entry-title a:before, .big-link a:before, a.big-link:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.article-container .entry-title a.link-none:before {
	content: none;
}
/* ---------- //article全体をアンカーにする場合の調整 ---------- */

/* ---------- article全体にサムネール背景を付ける場合の調整 ---------- */
.article-container article:not( .article-have-bg ):not( .article-link-none ):hover	{
	opacity: 0.8;
}
article.article-have-bg, .display-grid-l.no-thumb article.article-have-bg, .display-grid.no-thumb article.article-have-bg, .display-thumbnail-m article.flex-child.article-have-bg	{
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
article.article-have-bg	{
	border: solid 1px #EEE;
}
article.article-have-bg:hover	{
	border: solid 1px #DDD;
}
.display-thumbnail .article-have-bg + .article-have-bg, .display-text .article-have-bg + .article-have-bg	{
	margin-top: 10px;
}
.article-have-bg .article-image	{
	display: none;
}
.display-thumbnail .article-have-bg .loop-content	{
	width: 100%;
}
.article-have-bg .loop-content	{
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.article-have-bg .loop-content:hover	{
	background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px)	{
	.display-thumbnail-m .article-have-bg + .article-have-bg	{
		margin-top: 10px;
	}
	.display-thumbnail-m .article-have-bg .loop-content	{
		width: 100%;
	}
}
@media only screen and (min-width: 769px)	{
	.display-thumbnail .article-have-bg + .article-have-bg, .display-text .article-have-bg + .article-have-bg	{
		margin-top: 20px;
	}
}
/* ---------- //article全体にサムネール背景を付ける場合の調整 ---------- */

/* ---------- 共通タイトル設定 ---------- */
.page-type-title-container .page-type-title, .banner-text .page-type-title	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page-type-title-body + .archive-label:before	{
	content: ' : ';
}
.slug	{
	display: none;
}
.page-type-title-container .page-type-title .slug, .banner-text .page-type-title .slug	{
	display: block;
}
/* ---------- //共通タイトル設定 ---------- */

/* ---------- アイコン付きページタイトル ---------- */
.page-type-title-container	{
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-type-title-container .page-type-title	{
	line-height: 1.5;
}
.page-type-title-container .page-type-title .page-type-title-icon	{
	font-size: 28px;
	color: #59b200;
	color: #d93600;
	color: #666;
	width: auto;
	height: auto;
}
.page-type-title-container .page-type-title .slug	{
	font-size: 14px;
}
/* ---------- //アイコン付きページタイトル ---------- */

/* ---------- レンガ幅 ---------- */
.display-brick article, .display-brick .flex-child {
	width: calc( 100% / 1 );
	margin-bottom: 20px;
}
.display-brick article .loop-content, .display-brick .flex-child .loop-content {
	padding: 1em;
}
@media only screen and (min-width: 375px)	{
	.display-brick article, .display-brick .flex-child {
		width: calc( 50% - 10px );
	}
}
@media only screen and (min-width: 640px)	{
	.display-brick article, .display-brick .flex-child {
		width: calc( 33.3% - 13.3px );
	}
}
@media only screen and (min-width: 769px)	{
	.display-brick article, .display-brick .flex-child {
		width: calc( 25% - 15px );
	}
}
/* ---------- モーダルウィンドウ ---------- */
body .remodal-wrapper	{
	padding: 0;
}
body .remodal-wrapper article.remodal	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: #333;
}
body .remodal-wrapper article.remodal, body .remodal-wrapper article.remodal a	{
	color: #FFF;
}
body .remodal-close	{
	top: 10px;
	left: auto;
	right: 10px;
}
body .remodal-close:before	{
	font-size: 40px;
}
body .remodal-close:hover, body .remodal-close:focus	{
	color: #FFF;
	opacity: 0.8;
}
@media only screen and (min-width: 769px)	{
	body .remodal-wrapper article.remodal .article-image, body .remodal-wrapper article.remodal .loop-content	{
		width: 50%;
	}
	body .remodal-wrapper article.remodal .loop-content	{
		justify-content: center;
		padding: 0 8%;
	}
}
/* ---------- トリガーアーティクル ---------- */
.remodal-trigger article .loop-content, .page-posttype-project-archive #content article .loop-content	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 0.75s;
}
.remodal-trigger article .loop-content .taglist .taglist-portfolio_tags, .page-posttype-project-archive #content article .loop-content .taglist .taglist-portfolio_tags	{
	display: none;
}
.remodal-trigger article .loop-content:hover, .page-posttype-project-archive #content article .loop-content:hover	{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.8);
}
/* ---------- 全高サイドバー ---------- */
/* トグル */
@media only screen and (max-width: 768px)	{
	body.have-sidebar-fh #page	{
		padding-left: 25px;
	}
	body.have-sidebar-fh #header-logo-s	{
		padding-left: calc( 5px + 25px);
	}
	.sidebar-fh	{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#sidebar-fh-toggle	{
		position: fixed;
		top: 0;
		left: 0;
		width: 25px;
		height: 100%;
		background-color: rgba(2, 162, 88, 1);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 2;
	}
	#sidebar-fh-toggle.close	{
		background-image: url( images/sidebar-close.png );
	}
	#sidebar-fh-toggle.open	{
		background-image: url( images/sidebar-open.png );
	}
	#sidebar-fh-toggle + div	{
		width: 100%;
		height: 100%;
		padding-left: 25px;
		background-color: rgba(2, 162, 88, 1);
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		scrollbar-width: none;
	}
	#sidebar-fh-toggle.close + div	{
		position: fixed;
		left: -100%;
		transition: all 0.5s;
	}
	#sidebar-fh-toggle.open + div	{
		position: fixed;
		left: 0;
		transition: all 0.5s;
	}
}
@media only screen and (min-width: 769px)	{
	body.have-sidebar-fh	{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		min-width: 1280px;
	}
	.have-sidebar-fh .sidebar-fh		{
		width: 280px;
		background-color: rgba(2, 162, 88, 1);
	}
	.have-sidebar-fh #page	{
		width: calc( 100% - 280px );
	}
	.have-sidebar-fh #header-logo-wrap .inner, .have-sidebar-fh #site-navigation, .have-sidebar-fh #location .inner, .have-sidebar-fh .page-type-title-container .inner, .have-sidebar-fh .site-main-no-sidebar .inner, .have-sidebar-fh.single .site-main-no-sidebar .entry-header-container, .have-sidebar-fh.single .site-main-no-sidebar .entry-content-main, .have-sidebar-fh #bottom-banner .inner, .have-sidebar-fh .site-footer .inner, .have-sidebar-fh .site-width	{
		width: 1000px;
	}
	.have-sidebar-fh #header-image, .have-sidebar-fh .banner-text, .have-sidebar-fh #skippr .slider-text	{
		width: 100%;
	}
	.have-sidebar-fh #main .pager-single	{
		width: calc( 1000px - 20px * 2 );
	}
	.have-sidebar-fh.single #main .entry-header-container.single-header-flex	{
		width: calc( 1000px - 20px * 2 );
	}
	#sidebar-fh-toggle	{
		display: none;
	}
}