@charset "utf-8";
/*
* P2 common CSS
*/
/* ---------- 設定リセット ---------- */
*	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0%;
}
/* 
html, body, #page	{
	height: 100%;
}
 */
html	{
	font-size: 62.5%; /* 1rem = 10px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body	{
	-webkit-text-size-adjust: 100%;
}
/* Clearing floats */
.clear, .clear:after, .nav-menu:after, .site-main:after, .site-footer .sidebar-container:after, .entry-content:after, .navigation:after, .nav-links:after, .gallery:after, .attachment .entry-header:after, .comment-body:after, .sidebar-inner:after	{
	clear: both;
}
/* ---------- 
.clear:before, .clear:after, .nav-menu:before, .nav-menu:after, .site-main:before, .site-main:after, .site-footer .sidebar-container:before, .site-footer .sidebar-container:after, .entry-content:before, .entry-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .attachment .entry-header:before, .attachment .entry-header:after, .comment-body:before, .comment-body:after, .sidebar-inner:before, .sidebar-inner:after	{
	content: "";
	display: table;
}
 ---------- */
.clear:before, .clear:after	{
	content: "";
	display: table;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary	{
	display: block;
}
audio, canvas, video	{
	display: inline-block;
}
audio:not([controls])	{
	display: none;
	height: 0;
}
[hidden]	{
	display: none;
}
a	{
	-webkit-transition: none;
	transition: none;
}
a:focus	{
	outline: 0;
}
a:hover	{
	-webkit-transition: all 0.3s;
	-webkit-transition: none;
	transition: all 0.3s;
	transition: none;
}
abbr[title]	{
	border-bottom: 1px dotted;
}
b, strong	{
	font-weight: bold;
}
dfn	{
	font-style: italic;
}
mark	{
	background: #ff0;
}
code, kbd, pre, samp	{
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre	{
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q	{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after	{
	content: "";
	content: none;
}
blockquote blockquote	{
	margin-right: 0;
}
small	{
	font-size: smaller;
}
sub, sup	{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup	{
	top: -0.5em;
}
sub	{
	bottom: -0.25em;
}
dt	{
	font-weight: bold;
	font-weight: normal;
}
dd	{
	margin: 0 0 1.5rem;
}
dd:last-child	{
	margin: 0 0 0rem;
}
nav ul, nav ol	{
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol	{
	margin: 0;
}
img	{
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root)	{
	overflow: hidden;
}
figure	{
	margin: 0;
}
form	{
	margin: 0;
}
fieldset	{
	border: dotted 1px #CCC;
	padding: 2rem;
	margin-bottom: 2.3rem;
}
legend	{
	border: 0;
	padding: 0 5px;
	white-space: normal;
}
button, input, select, textarea	{
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input	{
	line-height: normal;
}
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 */
	width: 270px;
}
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;
}

/* ---------- form ---------- */
.screen-reader-text	{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Form fields, general styles first. */
button, input, textarea	{
	background: transparent;
	border: dotted 1px #CCC;
	font-family: inherit;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	-webkit-transition: border 0.2s;
	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: 1px;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	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: rgba(0, 0, 0, 0.5);
	-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;
}

/* Responsive images */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption	{
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.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;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video	{
	width: 100%;
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.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;
	margin: 0.5rem 2rem 0.5rem 0;
}
.wp-caption.alignleft	{
	margin: 5px 10px 5px 0;
	margin: 0.5rem 1rem 0.5rem 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;
	font-weight: 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	{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.text-center	{
	text-align: center;
}
/* ---------- HTML3.0 互換 ---------- */
img[align=left]	{
	float: left;
	margin: 0 2rem 1rem 0;
}
img[align=right]	{
	float: right;
	margin: 0 0 1rem 2rem;
}
img[align=center]	{
	float: right;
	margin: 0 auto 1rem;
}
/* ---------- //リセットここまで ---------- */


/* ---------- commonここから ---------- */

/* ---------- Flex設定 ---------- */
.flex-container	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-content.flex-container	{
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-dir-row	{
	flex-direction: row;
}
.flex-dir-row-r	{
	flex-direction: row-reverse;
}
.flex-dir-col	{
	flex-direction: column;
}
.flex-dir-col-r	{
	flex-direction: column-reverse;
}
.flex-child	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}
.flex-child .flex-child-inner	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	height: 100%;
}
.single .post-option .flex-child .flex-child-inner	{
	justify-content: flex-start;
}
@media only screen and (max-width: 768px)	{
	.flex-cm1	{
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.flex-child	{
		margin-top: 2.5rem;
	}
	.flex-cm1 .flex-child	{
		width: calc( 100% / 1 ) !important;
		margin-top: 1rem;
	}
	.flex-cm1 .flex-child:first-of-type, #content .flex-child:first-of-type	{
		margin-top: 0;
	}
	.flex-cm2 .flex-child	{
		width: calc( 50% - 0.6rem );
	}	
	.flex-cm3 .flex-child, .flex-cm3:before, .flex-c3:after	{
		width: calc( 33.33% - 0.8rem );
	}
	.flex-cm4 .flex-child, .flex-cm4:before, .flex-cm4:after	{
		width: calc( 25% - 0.9rem );
	}
	.flex-cm2 .flex-child:nth-of-type( -n + 2 ), .flex-cm3 .flex-child:nth-of-type( -n + 3 ), .flex-cm4 .flex-child:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-container.flex-cm3:before , .flex-container.flex-cm3:after, .flex-container.flex-cm4:before , .flex-container.flex-cm4:after	{
		content:"";
		display: block;
		order:1;
	}
}
@media only screen and (min-width: 769px)	{
	.flex-c1	{
		flex-direction: column;
	}
	.flex-child	{
		margin-top: 3rem;
	}
	.flex-c1 .flex-child	{
		width: calc( 100% / 1 );
	}
	.flex-c1 .flex-child:first-of-type, #content .flex-child:first-of-type	{
		margin-top: 0;
	}
	.flex-c2 .flex-child	{
		width: calc( 50% - 1.2rem );
	}
	.flex-c3 .flex-child, .flex-c3:before, .flex-c3:after	{
		width: calc( 33.33% - 1.6rem );
	}
	.flex-c4 .flex-child, .flex-c4:before, .flex-c4:after	{
		width: calc( 25% - 1.8rem );
	}
	.flex-c2 .flex-child:nth-of-type( -n + 2 ), .flex-c3 .flex-child:nth-of-type( -n + 3 ), .flex-c4 .flex-child:nth-of-type( -n + 4 )	{
		margin-top: 0;
	}
	.flex-container.flex-c3:before , .flex-container.flex-c3:after, .flex-container.flex-c4:before , .flex-container.flex-c4:after	{
		content:"";
		display: block;
		order:1;
	}
}
/* ----------追加文メイン サムネール? ---------- */
.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: 70%;
	padding-left: 2%;
	display: block;
}
/* ---------- 追加文の上下揃え ---------- */
.flex-child .flex-child-inner.va-top	{
	justify-content: flex-start;
}
.flex-child .flex-child-inner.va-center	{
	justify-content: center;
}
.flex-child .flex-child-inner.va-bottom	{
	justify-content: flex-end;
}
.flex-child .flex-child-inner.va-top .optionblock-main-content	{
	justify-content: flex-start;
	align-items: flex-start
}
.flex-child .flex-child-inner.va-center .optionblock-main-content	{
	justify-content: flex-start;
	align-items: center
}
.flex-child .flex-child-inner.va-bottom .optionblock-main-content	{
	justify-content: flex-start;
	align-items: flex-end;
}
/* ---------- ギャラリー ---------- */
.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;
	}
}
/* ---------- //flex指定 ---------- */

/* ---------- ブロック余白 ---------- */
.site-main	{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.site-main-has-sidebar #primary	{
	margin-bottom: 2rem;
}
.widget-area	{
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.site-content	{
	margin-top: 4rem;
	position: relative;
	clear: both;
	overflow: hidden;
}
.site-content:first-of-type, .site-content.no-content, .site-content.no-content + .site-content, .site-content.no-content + .optionblock	{
	margin-top: 0;
}
.no-content.have-title + .site-content	{
	margin-top: 4rem;
}
.no-content.have-title .page-title	{
	margin-bottom: 0;
}
.site-content.has-bg	{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.main-has-sidebar .site-content.has-bg	{
	padding: 1rem;
}
#location, #location .page-title	{
	text-align: right;
}
#location .page-title:before	{
	content: none;
}
#location .inner	{
	padding: 1rem;
}
.site-main .inner, .content-title-container .inner, .site-width .inner	{
	padding: 0 1rem;
	margin: 0 auto;
}
.main-has-sidebar .site-content.has-bg .inner	{
	padding: 0;
}
.site-main .optionblock-inner, .site-main .optionblock-after	{
	margin-top: 2.5rem;
}
.site-main .optionblock > div:first-of-type	{
	margin-top: 0;
}
#content .main_before_content	{
	margin-bottom: 2rem;
}
@media only screen and (min-width: 769px)	{
	#main	{
		min-height: calc( 768px - 413px );/* クロームシミュレーター値 */
		min-height: calc( 768px - 430px );/* iPadランドスケープ値 */
	}
	.site-main	{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.site-main-has-sidebar #primary	{
		margin-bottom: 0;
	}
	.site-content	{
		margin-top: 4rem;
	}
	.site-content.has-bg	{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.main-has-sidebar .site-content.has-bg	{
		padding: 2rem;
	}
	.site-main .inner, .content-title-container .inner, #site-navigation, #header-logo-wrap .inner, .site-width .inner	{
		padding: 0 2rem;
	}
	.site-main-has-sidebar .inner	{
		padding: 0;
	}
	.site-main-has-sidebar	{
		padding: 0 2rem;
	}
	#site-navigation	{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	#location .inner	{
		padding: 1rem 2rem;
	}
	#content .main-before-content	{
		margin-bottom: 3rem;
	}
	#main_additional_content	{
		margin-bottom: 0;
	}
	.widget-area	{

	}
	.site-main .optionblock-inner, .site-main .optionblock-after	{
		margin-top: 3rem;
	}
}
/* ---------- ページ内リンク調整 ---------- */
.anchor, .link-target	{
	padding-top: 10rem;
	margin-top: -10rem;
}
/* -------------- フォントファミリー font-family -------------- */
body, #location .page-title	{
	font-family: "Roboto" , "Century Gothic" , "Avenir" , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "Verdana" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Hiragino Kaku Gothic ProN" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , "sans-serif";
}
/* 
@media all and (-ms-high-contrast:none) {
	body, #location .page-title	{
		font-family: "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , "Meiryo UI" , "Roboto" , "Century Gothic" , "Avenir" , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Hiragino Kaku Gothic ProN" , "sans-serif";
	}
}
 */
/* 
h1, h2, h3, h4, h5, h6, blockquote, blockquote:before, blockquote:after	{
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
@media all and (-ms-high-contrast:none) {
	body, #location .page-title	{
		h1, h2, h3, h4, h5, h6, blockquote, blockquote:before, blockquote:after	{
			font-family: "ＭＳ Ｐ明朝","MS PMincho","MS 明朝","ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝","YuMincho","HG明朝E",serif;
	}
}
 */

/* ---------- フォントスムーシング
h1, h2, h3, h4, h5, h6, p, blockquote, a	{
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
 ---------- */

/* -------------- basic 基本カラー、フォント -------------- */
body	{
	font-size: 1.4rem;
	line-height: 1.7;
	line-height: normal;
	margin: 0;
}
.loop-content .entry-body	{
	font-size: 1.2rem;
}
#location, #location .page-title, #location a	{
	font-size: 1rem;
}
#location a	{
	text-decoration: underline;
}
#footer-copy	{
	font-size: 1rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-top: 2rem;
}
@media only screen and (min-width: 769px)	{
	body	{
		font-size: 1.6rem;
	}
	.loop-content .entry-body	{
		font-size: 1.4rem;
	}
	#location, #location .page-title, #location a	{
		font-size: 1.2rem;
	}
	#footer-copy	{
		font-size: 1.2rem;
	}
	.sidebar-container	{
		font-size: 1.4rem;
	}
}
p	{
	margin: 0 0 0.5rem;
}
p:last-child, ul:last-child, ol:last-child, dl:last-child, li:last-child, table:last-child, blockquote:last-child, p.date	{
	margin-bottom: 0;
}
address	{
	font-style: normal;
}
code, kbd, pre, samp	{
	color: #666;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 1rem 0;
	padding: 0.5rem;
}
.no-border	{
	border: none;
}
.plain	{
	border: none;
	padding: 0;
	margin: 0;
}
.hasAbsolute	{
	position: relative;
}
/* ---------- 見出し ---------- */
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6	{
	margin: 2.5rem 0 0.5rem;
}
h1	{font-size: 2rem;}
h2	{font-size: 1.8rem;}
h3	{font-size: 1.7rem;}
h4	{font-size: 1.6rem;}
h5	{font-size: 1.5rem;}
h6	{font-size: 1.4rem;}
@media only screen and (min-width: 769px)	{
	h1, h2, h3, h4, h5, h6	{
		margin: 3rem 0 1rem;
	}
	h1	{font-size: 2.8rem;}
	h2	{font-size: 2.4rem;}
	h3	{font-size: 2rem;}
	h4	{font-size: 1.8rem;}
	h5	{font-size: 1.7rem;}
	h6	{font-size: 1.6rem;}
}
/* 
.site-content h1:first-child, .site-content h2:first-child, .site-content h3:first-child, .site-content h4:first-child, .site-content h5:first-child, .content-title, .page-title, .banner-text *:first-child, .slider-text *:first-child	{
	margin-top: 0;
}
 */
.site-content .entry-content h1:first-child, .site-content .entry-content h2:first-child, .site-content .entry-content h3:first-child, .site-content .entry-content h4:first-child, .site-content .entry-content h5:first-child, .content-title, .page-title, .banner-text *:first-child, .slider-text *:first-child, .inner h1:first-child, .inner h2:first-child, .inner h3:first-child, .inner h4:first-child, .inner h5:first-child	{
	margin-top: 0;
}
.content-title	{
	padding: 0;
	margin: 2rem 0 0;
}
.h1-e, .en	{
	text-transform: capitalize;
}
.h1-j, .jp	{
	font-size: 1.2rem;
	margin-left: 0.5rem;
}
@media only screen and (min-width: 769px)	{
	.h1-e, .en	{

	}
	.h1-j, .jp	{
		font-size: 1.4rem;
		margin-left: 1rem;
	}
}
/* 画像化 */
.page #content .entry-title-image:first-child	{
	text-align: center;
	background: none;
	padding-bottom: 2rem;
}
.entry-title-image img	{
	width: initial;
}
/* ---------- リンク ---------- */
a	{
	text-decoration: none;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{
	text-decoration: none;
}
a:active, a:hover	{
	background-color: rgba(238, 238, 238, 1);
}
.entry-content a	{
	background-color: rgba(238, 238, 238, 1);
}
.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	{
	font-size: 1.4rem;
	margin: 1rem 0 0.5rem;
	clear: both;
}
.loop-container .related-link	{
	text-align: right;
}
.related-link a	{
	quotes: '' ' \2192';
}
.related-link a:before	{
	content: open-quote;
}
.related-link a:after	{
	content: close-quote;
	content: url(images/link-int.png);
	padding-left: 0.5rem;
}
.related-link img	{
	width: auto;
}
/* ---------- 罫線付きリンク ---------- */
.bordered-block	{
	text-align: center;
	padding-bottom: 1rem;
	margin: 3rem auto 1rem;
}
.bordered-block a	{
	font-size: 1.2rem;
	line-height: 1;
	color: #FFF;
	display: inline-block;
	padding: 1rem 2rem;
	background-color: #999;
	border-radius: 0.2rem;
	box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.07);
	quotes: '\003E' '\003C';
}
.bordered-block a:hover	{
	text-decoration: none;
	background-color: #BBB;
}
.bordered-block a:before	{
	content: url(images/before-bordered-block.png);
	content: open-quote;
	margin-right: 0.5rem;
	position: relative;
	top: 0rem;
	top: -0.1rem;
}
@media only screen and (min-width: 769px)	{
	.bordered-block	{
		text-align: center;
		margin: 2rem auto 1rem;
	}
}
/* ---------- 外部リンク ---------- */
.ext-link	{

}
.ext-link a, a.ext-link	{
	quotes: '' ' \21D2';
	quotes: '' ' \21E8';
	quotes: '' ' \2197';
	quotes: '' ' \2192';
	background-color: rgba(238, 238, 238, 0.3);
}
.ext-link a:before, a.ext-link a:before	{
	content: open-quote;
}
.ext-link a:after, a.ext-link a:after	{
	content: close-quote;
	content: url(images/link-ext.png);
	padding-left: 0.5rem;
}
.ext-link img	{
	width: auto;
}
/* ---------- ファイルリンク ---------- */
.file-link a:after	{
	content: url(images/link-file.png);
	padding-left: 0.5rem;
}
.entry-meta .edit-link:before	{
	content: "\203A\00a0";
}
.sticky .entry-meta .on-date, body .vcard	{
	display: none;
}
a.continue {
	font-size: 1.2rem;
	color: #2c4e83;
	padding-left: 0.5rem;
}
.footer-nav ul li a	{
	text-decoration: none;
	border: none;
}
span.attention	{
	font-size: 1.3rem;
	color: #F00;
	vertical-align: initial;
}
span.attention img	{
	width: auto;
}
/* ---------- 画像 ---------- */
img	{
	height: auto;
	max-width: 100%;
}
.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: 0 2rem 1rem 0;
	}
	.site-content img.alignright	{
		float: right;
		margin: 0 0 1rem 2rem;
	}
}
.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%;
}
.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;
}
#main_additional_content img	{
	width: 100%;
}
/* ---------- 背景 ---------- */
.has-bg	{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* ---------- ビデオ ---------- */
.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%;
}
.iframe-yt iframe	{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ---------- list ul ol dl リスト ---------- */
menu	{
	margin: 1.6rem 0;
	padding: 0 0 0 4rem;
}
ul, ol, di, blockquote, table, menu, dir	{
	padding: 0;
	margin: 1rem 0;
}
blockquote	{
	padding: 1rem;
}
ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, table:first-child, menu:first-child, dir:first-child	{
	margin-top: 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, .content-area li	{
	margin: 0.5rem 0 0 2rem;
}
/* 
li:first-of-type	{
	margin-top: 0;
}
 */
li:last-of-type	{
	margin-bottom: 0.5rem;
}
.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	{
	color: #333;
	padding: 2rem 2rem 1rem;
	padding: 4rem 4rem 3.5rem;
	position: relative;
}
blockquote:before	{
	content: "“";
	font-size: 500%;
	line-height: 1em;
	position: absolute;
	left: 1.5rem;
	top: 1rem;
}
blockquote:after	{
	content: "”";
	font-size: 500%;
	line-height: 0em;
	position: absolute;
	right: 1rem;
	bottom: 0;
}
@media only screen and (min-width: 769px)	{
	blockquote	{
		font-size: 1.8rem;
		padding: 4rem 6rem 3.5rem;
	}
}
 ---------- */

/* ---------- 引用（画像） ---------- */
blockquote	{
	color: #333;
	padding: 2rem 2rem 1rem;
	padding: 4rem 4rem 3.5rem;
	position: relative;
}
blockquote:before	{
	content:  url(images/quoted-before.png);
	position: absolute;
	left: 1.5rem;
	top: 1rem;
}
blockquote:after	{
	content:  url(images/quoted-after.png);
	position: absolute;
	right: 1rem;
	bottom: 0;
}
@media only screen and (min-width: 769px)	{
	blockquote	{
		font-size: 1.8rem;
		padding: 4rem 6rem 3.5rem;
	}
}
/* ---------- 引用符付き見出し（画像） ---------- */
.quoted	{
	font-size: 1.8rem;
	text-align: center;
	margin: 1rem auto;
	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: 1rem;
	margin-top: -0.5rem;
}
.quoted:after	{
	content:  url(images/quoted-after.png);
	align-items: flex-end;
	margin-left: 1rem;
	margin-bottom: -0.5rem;
}
@media only screen and (min-width: 769px)	{
	.quoted	{
		font-size: 2.8rem;
	}
}
/* ---------- テーブル ---------- */
table	{
/* IE11 img、フォーム幅 bug fix
	table-layout: fixed;
 */
	background-color: rgba(255,255,255,0.3);
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1rem 0;
	width: 100%;
}
.table	{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
caption, th, td	{
	text-align: left;
	padding: 1rem;
	border: solid 1px #ddd;
}
caption	{
	border: 0;
	margin: 2.3rem 0;
}
th	{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background-color: rgba(204, 204, 204, 0.2);
}
.content-area table ul, .content-area table ol	{
	border: none;
	padding: 0;
	margin: 0;
}
.widget th, .widget td	{
	border-top: none;
	border-right: none;
}
hr	{
	border: 0;
	border-bottom: dotted 1px #EEE;
	height: 1px;
	margin: 0 0 2.3rem;
}
@media only screen and (min-width: 769px)	{
	table	{
		margin: 2rem 0;
	}
	th, td	{
		padding: 2rem;
	}
}
/* ---------- ページャー ページド 項目毎ボーダー
.pager-archive.pager-paged	{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	display: flex;
	width: fit-content;
	flex-direction: row;
	justify-content: center;
}
.pager-archive.pager-paged > *	{
	padding: 0.6rem 1rem;
	margin: 4rem 0.2rem 0;
	border: solid 1px #CCC;
	border-radius: 0.2rem;
}
.pager-archive.pager-paged .current	{
	background-color:  #EEE;
}
.pager-archive.pager-paged a:hover	{
	background-color: #EEE;
}
---------- */
/* ---------- ページャー ページド 全体ボーダー ---------- */
.pager-archive.pager-paged	{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	display: flex;
	width: fit-content;
	flex-direction: row;
	justify-content: center;
}
.pager-archive.pager-paged > *	{
	padding: 0.6rem 1rem;
	margin-top: 4rem;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.pager-archive.pager-paged > *:first-child	{
	border-left: solid 1px #CCC;
	border-radius: 0.2rem 0 0 0.2rem;
}
.pager-archive.pager-paged > *:last-child	{
	border-radius: 0 0.2rem 0.2rem 0;
}
.pager-archive.pager-paged .current	{
	background-color:  #EEE;
}
.pager-archive.pager-paged a:hover	{
	background-color: #EEE;
}
/* ---------- 無限スクロール ---------- */
#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: 1rem 2rem;
	margin-top: 2rem;
	background-color: #999;
	border: none;
	border-radius: 0.2rem;
	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: 1rem auto 0;
	width: 100%;
	clear: both;
}
#infscr-loading, .pager-infinitescroll, .list-finished-message	{

}
#infscr-loading	{
	
}
/* ---------- ページャー シングル ---------- */
.pager-single	{
	font-size: 1rem;
	padding-top: 2rem;
	margin-top: 2rem;
	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: 0.5rem;
}
.pager-singlea.pager-single-prev::after, .pager-single a.pager-single-next::after	{
	content: close-quote;
	padding-left: 0.5rem;
}
@media only screen and (min-width: 769px)	{
	.pager-single	{
		font-size: 1.2rem;
	}
}
/* ---------- ページャー シングル タイトルあり ---------- */
.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: #EEE;
}
/* ---------- ページャー シングル タイトルなし ---------- */
.pager-no-title	{
	justify-content: center;
}
.pager-no-title	a	{
	color: #FFF;
	line-height: 1;
	padding: 1rem 2rem;
	margin-right: 2%;
	margin-left: 2%;
	background-color: #999;
	border-radius: 0.2rem;
	box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.pager-no-title a:hover	{
    background-color: #BBB;
}
/* ---------- パンくず ---------- */
#location	{

}
ul#breadcrumbs	{
	margin: 0;
}
ul.breadcrumbs li	{
	display: inline-block;
	margin: 0;
}
.breadcrumbs li	{
	quotes: "" "\003E";
	quotes: "" "\25B8";
}
.breadcrumbs li:before	{
	content: open-quote;
}
.breadcrumbs li:after	{
	content: close-quote;
	margin: 0 0.1rem 0 0.4rem;
}
.breadcrumbs li:last-of-type:after	{
	content: none;
}
/* ---------- タブ CSS版 ---------- */
.tab-css input	{
	display: none;
}
.tab-css .content	{
	padding: 2rem;
	border: solid 5px #ba2020;
	display: none;
}
.tab-css #one:checked ~ .one, .tab-css #two:checked ~ .two, .tab-css #three:checked ~ .three	{
	display: block;
}
.tab-css label	{
	line-height: 1;
	color: #fff;
	cursor: pointer;
	background: #999;
	padding: 1rem 2rem 0.7rem;
	display: inline-block;
	text-align: center;
	margin-left: 0.5rem;
	border-radius: 0.4rem 0.4rem 0 0;
	transition: background .25s linear;  
}
.tab-css label:first-of-type	{
	margin-left: 0;
}
.tab-css label:hover, .tab-css input:checked + label	{
	background: #ba2020;
}

/* ---------- ヘッダー ---------- */
#header-container	{
	position: relative;
}
#header-wrap	{
	margin: 0 auto;
}
#header-option ul	{
	margin: 0;
}
#header-option ul li	{
	display: inline;
	margin-left: 1rem;
}
#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;
}
@media only screen and (max-width: 768px)	{
	#header-logo	{
		display: none;
	}
	#header-logo-wrap .header-option-child	{

	}
	#header-option aside	{

	}
}
@media only screen and (min-width: 769px)	{
	#header-logo-wrap .inner	{
		padding-top: 2rem;
		padding-bottom: 2rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#header-option	{
		margin-left: auto;
	}
	#header-option aside	{
		padding: 1rem 0 0 1rem;
	}
	#header-option .header-option-child:first-of-type aside	{
		padding-top: 0;	
	}
	#header-option aside:first-of-type	{
		padding-left: 0;
	}
}
/* ---------- ユーチューブ背景 ---------- */
#video-bg-wrapper	{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 69rem;
	z-index: -1;
}
#video-bg	{
	/* ユーチューブ表示高さ */
	height: 69rem;
	width: 100%;
	width: calc( 100% + 10.4rem );
	margin-left: -10.4rem;
}
#header-container video, #header-container iframe	{
	width: 100%;
}
#video-full button	{
		display: none !important;
}
@media only screen and (max-width: 768px)	{
	#video-bg	{
		display: none !important;
	}
}
/* ---------- ヘッダー背景ポジション ---------- */
.banner, .banner .slider-container > div	{
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .slider-container > div	{
	background-position: center center !important;
}
/* ---------- ヘッダー アスペクト比固定 ---------- */
#banner	{
	position: relative;
}
.banner-absolute:before, .banner-absolute .banner-image:before	{
	padding-top: 40%;
	content:"";
	display: block;
}
.banner, .banner .banner-image	{
/* 
	height: 40rem;
 */
}
.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-text, .slider-text	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	padding: 2rem;
}
.banner-text a	{
	display: block;
}
.banner-text img	{
	width: auto;
	max-width: 100%;
}
.default-banner-text	{
	margin-bottom: 0;
}
/* ---------- banner高さ固定時必須 ---------- */
#location, .content-title-container	{
	position: relative;
}
/* ---------- skippr ---------- */
.skippr-nav-container	{
	bottom: 1rem !important;
}
.skippr-nav-element-block	{
	width: 2rem !important;
	margin-left: 0.5rem !important;
}
.skippr-nav-element-block:first-of-type	{
	margin-left: 0 !important;
}
@media only screen and (min-width: 769px)	{
	.skippr-nav-element-block	{
		width: 4rem !important;
	}
}
/* ---------- ヘッダーオプション ---------- */
#banner-option1, #banner-option2	{
	position: absolute;
/* 中央
	text-align: center;
 */
/* サイト幅に合わせる
	width: 100%;
	margin-left: calc( 50% - 寄せ幅 );
 */
}
#banner-option1	{
	left: 2rem;
	top: 2rem;
}
#banner-option2	{
	right: 2rem;
	bottom: 2rem;
}

/* 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;
}

/* ---------- サイトマップ ---------- */
#sitemap-block .sitemap-content > div	{
	margin-top: 2rem;
}
#sitemap-block .sitemap-content > div:first-of-type	{
	margin-top: 0;
}
#sitemap-block .sitemap-tree	{
	border: solid 1px #EEE;
	border-radius: 0.4rem;
	padding: 2rem;
	margin-top: 2rem;
}
#sitemap-block .sitemap-tree:first-of-type	{
	margin-top: 0;
}
#sitemap-block .sitemap-tree ul	{
	list-style-type: none;
	border: none;
	padding: 0;
	margin: 0;
}
#sitemap-block .sitemap-tree ul li	{
	position: relative;
}
#sitemap-block .sitemap-tree ul li.current_page_item	{
	display: none;
}
#sitemap-block .page-sitemap-tree > ul > li:first-of-type	{
	font-weight: bold;
	margin-left: 0;
}
#sitemap-block .page-sitemap-tree > ul > li:first-of-type:before	{
	content: " ";
}
#sitemap-block .sitemap-tree li:before	{
	content: "┣ ";
	font-size: 1.2rem;
	color: #CCC;
	position: absolute;
	top: 0.25rem;
	left: -2rem;
}
#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, #sitemap-block .sitemap-tree ul .children	{
	padding: 0;
}
#sitemap-block .sitemap-tree ul .page_item_has_children li, #sitemap-block .sitemap-tree ul .children li	{
	margin-top: 0.5rem;
}
@media only screen and (min-width: 769px)	{
	#sitemap-block .sitemap-content > div	{
		margin-top: 0;
	}
	#sitemap-block .sitemap-tree	{
		margin-top: 4%;
	}
	#sitemap-block .layout-left	{
		width: 48%;
		float: left;
	}
	#sitemap-block .layout-right	{
		width: 48%;
		float: right;
	}
}
/* ---------- form フォーム ---------- */
.form-area	{
	margin: 2rem 0;
}
.form-area dt .span-normal, .form-area th .span-normal	{
	font-size: 1.2rem;
	font-weight: normal;
	color: #D90000;
	padding-left: 0.5rem;
	vertical-align: middle;
}
.mw_wp_form .error	{
	font-weight: bold;
	color: #F00;
	display: inline;
}
.form-area img	{
	width: auto;
}
.form-area dl	{
	border: none;
	padding: 1rem;
}
.form-area table, .form-area dl	{
	margin: 0 0 2rem;
}
.mw_wp_form .horizontal-item, .mw_wp_form .horizontal-item + .horizontal-item	{
	margin: 0 1rem 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: 1rem;
	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: 7rem !important;
}
input[type="submit"] {
	margin-right: 1rem;
	border: none;
}
.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: 2rem 0 1rem;
	border: none;
}	
textarea, .widget-area input[type="search"]	{
	width: 100%;
	max-width: 100%;
}
.form-area dl	{
    padding: 0;
	border: none;
}
.form-area dl dt, .form-area dl dd {
    padding: 1rem;
}
.form-area dl dt {
    background-color: #DDD;
}
.form-area dl dd {
    margin-bottom: 1rem;
    background-color: #EEE;
}
.form-area dl dt:last-of-type, .form-area dl dd:last-of-type	{
	margin-bottom: 0;
}
.form-area button[type="submit"]	{
	color: #FFF;
    background-color: #D93600;
	border: none;
}
.form-area button[type="submit"]:hover	{
	opacity: 0.9;
}
@media only screen and (min-width: 769px)	{
	.form-area	{
		padding: 2rem;
		background-color: rgba(238, 238, 238, 0.25);
	}
	.form-area dl	{
	    display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
	}
	.form-area dl dt, .form-area dl dd {
	    margin-bottom: 2rem;
	}
	.form-area dl dt {
	    display: flex;
	    align-items: center;
	    justify-content: center;
		width: 22rem;
	}
	.form-area dl dd {
		width: calc( 100% - 22rem );
	}
}
/* ---------- フォーム table版 ---------- */
@media only screen and (max-width: 768px)	{
	.form-area table th, .form-area table td	{
		display: block;
	}
	.form-area table th	{
		border-top: none;	
	}
	.form-area table tr	{
		border: solid 1px rgba(204, 204, 204, 0.9);
	}
	.form-area table th, .form-area table td	{
		border: none;
	}
	.form-area table td textarea	{
		width: 100%;
	}
}
@media only screen and (min-width: 769px)	{
	.form-area table th, .form-area table td	{
		padding: 1rem;
		border: solid 2px rgba(255, 255, 255, 0.5);
	}
	.form-area table th	{
		width: 22rem;
		min-width: 22rem;
	}
	.form-area table td	{
		width: calc( 95% - 22rem );
	}
	.form-area table td	{
		background-color: rgba(255, 255, 255, 0.3);
	}
}
/* ---------- フォーム contactform7 ---------- */
#page.page-slug-contact .entry-content	{
	padding-top: 2rem;
}
.wpcf7 label	{
	display: flex;
	flex-direction: column;
}
.wpcf7 .form-dt, .wpcf7 .form-dd	{
	display: flex;
	align-items: center;
}
.wpcf7 .form-dt	{
	padding: 0.5rem 1rem;
	background-color: #DDD;
}
.wpcf7 .form-dd	{
	padding: 0.5rem;
	background-color: #EEE;
}
.wpcf7 .form-textarea span, .wpcf7 .form-textarea textarea	{
	width: 100%;
}
.wpcf7 .span-normal	{
	font-size: 1rem;
	font-weight: normal;
	color: #D90000;
	padding-left: 0.5rem;
	vertical-align: middle;
}
.wpcf7-form p:last-of-type	{
	text-align: center;
}
.wpcf7 input[type="submit"]	{
	margin-top: 2rem;
}
@media only screen and (max-width: 768px)	{
	.wpcf7 .form-dd span, .wpcf7 .form-dd input	{
		width: 100%;
	}	
}
@media only screen and (min-width: 769px)	{
	#page.page-page-contact .entry-content	{
		padding: 2rem;
		background-color: rgba(238, 238, 238, 0.25);
	}
	.wpcf7 label	{
		flex-direction: row;
	}
	.wpcf7 .form-dt	{
		width: 20rem;
	}
	.wpcf7 .form-dd	{
		width: calc( 100% - 21rem );
	}
}
/* ---------- Attachments ---------- */
.attachment .entry-header, .attachment .entry-attachment	{
	text-align: center;
}
.content-area .attachment-data	{
	padding: 0;
	margin-top: 0;
	margin-bottom: 2rem;
}
.attachment-data dt, .attachment-data dd	{
	padding: 1rem;
}
.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);
}
@media only screen and (min-width: 769px)	{
	.content-area .attachment-data	{
		display: flex;
		justify-content: center;
	}
	.attachment-data dt	{
/* 
		display: flex;
		align-items: center;
 */
	}
}
/* ---------- entry-header  ---------- */
.category .entry-header, .search .entry-header	{
	padding-bottom: 0;
	border: none;
}
.entry-thumbnail img	{
	display: block;
	margin: 0 auto 2.3rem;
}
/* ---------- Entry Meta ---------- */
.page #content .entry-meta, footer.entry-meta	{
	display: none;
}
.page-links	{
	clear: both;
	margin: 23px 0;
	margin: 2.3rem 0;
}
/* ---------- Search Results/No posts/404 ---------- */
.content-404	{
	text-align: center;
}
/* ---------- Comments ---------- */
.loop-comment	{
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 1rem;
}
.loop-comment a	{
	color: #999;
	text-decoration: underline;
}
#comments {
	padding: 1rem 1rem 2rem;
	margin: 2rem 0 0;
	background-color: rgba(238, 238, 238, 0.5);
}
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: 2rem;
}
.content-area .comment-list li	{
	padding: 2rem 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: 1.2rem;
}
.comment-author.vcard	{
	display: block;
}
.comment-author .avatar	{
	float: left;
	margin-right: 1rem;
}
.comment-author .fn	{
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url	{
	font-weight: normal;
}
.comment-content	{
	clear: both;
}
.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.04);
	margin-bottom: 2.3rem;
	padding: 2.3rem;
}
.comment-reply-title	{
	font-weight: normal;
	margin-top: 0;
}
.comment-reply-title small a	{
	border-bottom: dotted 1px #EEE;
	font-size: 1.1rem;
	text-transform: none;
}
.comment-form .comment-notes	{
	color: rgba(0, 0, 0, 0.45);
	margin-bottom: 2.3rem;
}
.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: 1.2rem;
	color: #FFF;
	padding: 0.5rem 1rem;
	background-color: #999;
	border-radius: 0.2rem;
}
#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: 1rem 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: 4.6rem;
}
.comment-navigation a	{
	font-size: 1.1rem;
}
.no-comments	{
	color: rgba(0, 0, 0, 0.2);
	font-size: 1.5rem;
	text-align: center;
}
@media only screen and (min-width: 769px)	{
	#comments {
		padding: 2rem;
		margin: 4rem 0 0;
	}	
	.comment-list	{
		padding: 1rem;
		margin-bottom: 2rem;
	}
	.comment-list ol.children	{
		margin-left: 3rem;
	}
}
/* ---------- アコーディオン ---------- */
.accordions > a	{
	cursor: pointer;
	line-height: 1;
	padding: 1rem;
	display: flex;
}
.accordions > a:hover	{
	text-decoration: none;
}
.accordions > a:before	{
	content: "↓";
	font-size: 1.4rem;
	padding-right: 0.5rem;
}
.accordions > a.active:before	{
	content: "↑";
}
.accordions .accordions-content	{
	display: none;
}
/* ---------- アコーディオン処理のコメントブロック ---------- */
.comment-container	{
	margin-top: 2rem;
}
.comment-container #comments	{
	margin: 0;
}
/* ---------- サブループ ---------- */

/* ---------- ブログ ---------- */

/* ---------- タグ＆カテゴリ リスト ---------- */
.taglist, .taglist span	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.taglist br	{
	display: none;
}
.taglist a	{
	font-size: 1.2rem;
	line-height: 1;
	color: #666;
	background-color: #EEE;
	padding: 0.3rem;
	margin: 0.5rem 0.5rem 0 0;
	border: solid 1px #EEE;	
	border-radius: 0.3rem;
	quotes: '\25CF' '\25CF';
}
.taglist a:hover	{
	color: #000;
	border: solid 1px #CCC;
}
.taglist-cat a	{
	
}
.taglist-tag a	{
	background: none;
	border: solid 1px #EEE;	
}
.taglist a:before	{
	content: open-quote;
	content: none;
	color: #CCC;
	margin-right: 0.2rem;
}
.taglist a:after	{

}
/* ---------- シングル ---------- */
.single #content .entry-header	{
	margin-bottom: 2rem;
}
.single .article-image	{
	margin-bottom: 1rem;
}
.single .article-image img	{
	width: 100%;
}
@media only screen and (min-width: 769px)	{
	.single #content .entry-data	{
		display: flex;
	}
	.single #content .entry-data .author:before	{
		content: "|";
		opacity: 0.5;
		margin: 0 1rem;
	}
}
/* ---------- シングル ヘッダーレイアウト ---------- */
.single-header-flex	{
	align-items: stretch;
	padding: 2rem 0;
	margin-bottom: 2rem;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}
.single #content .single-header-flex .entry-header	{
	align-self: center;
	width: calc( 97% - 30% );
	margin-bottom: 0;
}
.single #content .single-header-flex .entry-header h1	{
	margin-bottom: 0.5rem;
}
.single-header-flex .article-image	{
	width: 30%;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px)	{
	.single #content .single-header-flex .entry-header h1	{
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 769px)	{
	.single-header-flex	{
		padding: 2rem;
		border: solid 1px #EEE;
	}
}
/* ---------- シングル オプション文 ---------- */
.single .post-option	{
	margin-top: 2rem;
}
.single .entry-body .post-option:first-child	{
	margin-top: 0;
}
@media only screen and (min-width: 769px)	{
	.single .post-option	{
		margin-top: 4rem;
	}
}
/* ---------- 関連記事 ---------- */
.related-loop .loop-container .entry-content, .related-loop .loop-container .taglist, .related-loop .loop-container .entry-meta	{
	display: none;
}
.related-loop .loop-container .entry-title	{
	font-size: 1.2rem;
}
/* ---------- 関連記事 カルーセル ---------- */
.slick-slider.multiple-item	{
	position: relative;
}
.slick-slider.multiple-item .flex-child	{
	margin-top: 0;
}
.slick-slider.multiple-item article	{
	margin: 0 0.5rem;
}
.slick-slider .slick-prev	{
	top: 2rem;
	left: 1.5rem;
	z-index: 99;
}
.slick-slider .slick-next	{
	top: 2rem;
	right: 1.5rem;
	z-index: 99;
}
/* ---------- 新着記事
article.new-post .date:before	{
	content: 'NEW!';
	color: #F00;
	margin-right: 1rem;
}
 ---------- */
/* ---------- アーカイブ ---------- */
article .loop-content	{
		align-items: stretch;
}
.loop-container .entry-title	{
	font-size: 1.6rem;
	margin: 0;
	max-width: 100%;
}
article .loop-content .entry-title a	{
	display: flex;
	align-items: center;
	quotes: '' '\25B8';
	quotes: '' '\25B6';
	quotes: '' '\003E';
}
article .loop-content .entry-title a:before	{
	content: open-quote;
}
article .loop-content .entry-title a:after	{
	color: #CCC;
	content: close-quote;
	content: url(images/link-int.png);
	padding-left: 0.5rem;
}
article .loop-content .entry-title a.ext-link:after	{
	color: #CCC;
	content: close-quote;
	content: url(images/link-ext.png);
	padding-left: 0.5rem;
}
.date-updated	{
	display: none;
}
article .loop-content .entry-body	{
	margin-top: 0.5rem;
}
.loop-container + .related-link	{
	border-top: solid 1px #EEE;
	margin-top: 2rem;
}
.archive .archive-meta, .have-cat-loop .archive-meta	{
	padding-left: 1rem;
	margin-bottom: 2rem;
	border-left: solid 5px rgba(238, 238, 238, 1);
}
/* ---------- アーカイブ テキスト表示 ---------- */
.display-text article	{
	padding: 1rem 0;
	margin: 0;
	border-top: solid 1px #EEE;
}
.display-text article:last-of-type	{
	border-bottom: solid 1px #EEE;
}
.content-area .display-text article .date	{
	margin-bottom: 0;
}
/* ---------- アーカイブ サムネール表示 ---------- */
.display-thumbnail article	{
	display: flex;
	justify-content: space-between;
	padding: 2rem 0;
	margin: 0;
	border-top: solid 1px #EEE;
}
.display-thumbnail article:last-of-type	{
	border-bottom: solid 1px #EEE;
}
.display-thumbnail article .article-image	{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 20.52%;
}
.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: 15rem;	
	}
	.display-thumbnail article .loop-content	{
		width: calc( 100% - 17rem );
	}
}
/* ---------- アーカイブ 小画面時のサムネール表示 ---------- */
@media only screen and (max-width: 768px)	{
	.display-thumbnail-m article	{
		display: flex;
		justify-content: space-between;
		padding: 2rem 0;
		margin: 0;
		border-top: solid 1px #EEE;
	}
	.display-thumbnail-m article:last-of-type	{
		border-bottom: solid 1px #EEE;
	}
	.display-thumbnail-m article .article-image	{
		display: flex;
		flex-direction: column;
		justify-content: 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 article.article-grid-text .loop-content	{
		width: 100%;
	}
	.display-thumbnail-m article .date	{
		margin-bottom: 0;
	}
}
/* ---------- アニメーション表示時のflex調整 ---------- */
.content-area > .anim-fade-container	{
	margin-top: 4rem;
}
.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-text .anim-fade-container	{
	align-items: stretch;
}
@media only screen and (max-width: 768px)	{
	.display-thumbnail-m .anim-fade-container	{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
/* カテゴリ毎ループ */
.have-cat-loop .anim-fade-container	{
	margin-top: 4rem;
}
.have-cat-loop .anim-fade-container:first-of-type	{
	margin-top: 0rem;
}
/* ---------- アーカイブ グリッド表示 ---------- */
.display-grid .flex-child	{
	flex-direction: column;
	justify-content: flex-start;
}
.display-grid article .article-image	{
	margin-bottom: 1rem;
}
.display-grid .flex-child .article-image img	{
	width: 100%;
}
.display-grid .article-grid-text {
	padding: 1rem;
	border: solid 1px #DDD;
}
@media only screen and (min-width: 769px)	{
	.display-grid-l .flex-child	{
		flex-direction: column;
		justify-content: flex-start;
	}
	.display-grid-l article .article-image	{
		margin-bottom: 1rem;
	}
	.display-grid-l .flex-child .article-image img	{
		width: 100%;
	}
	.display-grid-l .article-grid-text {
		padding: 1rem;
		border: solid 1px #DDD;
	}
}
/* ---------- カテゴリー毎ループ ---------- */
.have-cat-loop .cat-loop	{
	margin-top: 4rem;
}
.have-cat-loop .cat-loop:first-of-type	{
	margin-top: 0;
}
/* ---------- サイドバー ---------- */
.sidebar-container .date, span.post-date	{
	font-size: 1.2rem;
	display: block;
}
.widget-area .sidebar-block	{
	margin-bottom: 2rem;
}
.widget-area .sidebar-block:last-of-type	{
	margin-bottom: 0;
}
.widget-area .widget	{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin: 0 0 2em;
}
.widget-area .widget:last-of-type	{
	margin-bottom: 0;
}
.widget .widget-title, .widget h4, .option_content .widget .widget-title	{
	margin: 0 0 1rem;
}
.widget ul, .widget ol	{
	margin: 0;
	padding: 0;
}
.widget .children, .widget .sub-menu	{
	margin-top: 5px;
	margin-top: 0.5rem;
}
.widget .children li:last-child, .widget .sub-menu li:last-child	{
	padding-bottom: 0;
}
.widget li > ul, .widget li > ol	{
	margin-left: 20px;
	margin-left: 2rem;
}
#secondary aside	{
	padding: 1rem;
	/* border: solid 1px #EEE; */
	background-color: rgba(204, 204, 204, 0.1);
}
#secondary aside .widget-title	{
	font-family: inherit;
	font-size: 1.6rem;
	text-align: center;
	padding: 0.5rem 1rem;
	margin: -1rem -1rem 1rem;
	background-color: rgba(204, 204, 204, 0.2);
}
/* ---------- CPT 最近の投稿 ---------- */
#secondary .widget-recent-post article	{
	margin-top: 0.5rem;
}
#secondary .widget-recent-post article:first-of-type	{
	margin-top: 0;
}
#secondary .widget-recent-post article .entry-title	{
	font-size: 1.4rem;
	margin: 0;
}
#secondary .widget-recent-post article .entry-title a	{
	background: none;
}
#secondary .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: 1.1rem;
}
.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: 1.1rem;
	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: 1.1rem;
	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;
}
/* ---------- Infinite Scroll ---------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer	{ /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.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: 1.1rem;
	line-height: normal;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
}
/* ---------- footer フッター ---------- */
#bottom-wide .widget p img	{
	border: none;
}
.site-info	{
	margin: 0 auto;
	padding: 1rem;
}
.site-info .sep	{
	padding: 0 5px;
}
#footer-logo	{
	margin-bottom: 2rem;
}
@media only screen and (min-width: 769px)	{
	.site-info	{
		padding: 2rem;
	}
}
/* ---------- フッターナビ ---------- */
.footer-nav aside	{
	margin-top: 2rem;
}
.footer-nav aside:first-of-type	{
	margin-top: 0;
}
.footer-nav ul.menu > li	{
	font-size: 1.4rem;
}
.footer-nav ul.sub-menu li	{
	font-size: 1.2rem;
	margin: 0;
}
.footer-nav ul.menu li a span	{
	font-size: 1rem;
	display: none;
}
.footer-nav ul.menu, .footer-nav ul.sub-menu	{
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 768px)	{
	.footer-nav ul.menu li	{
		display: inline-block;
		vertical-align: top;
		quotes: ' \2022' '';
		quotes: ' \2023' '';
	}
	.footer-nav ul.menu > li	{
		margin-right: 0.5rem;
	}
	.footer-nav ul.menu > li:before	{
		content: open-quote;
	}
	.footer-nav ul.sub-menu	{
		margin-left: 0.8rem;
	}
	.footer-nav ul.sub-menu li	{
		display: block;
	}
}
@media only screen and (min-width: 769px)	{	
	.footer-nav ul.menu	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-nav ul.menu li	{
		text-align: center;
	}
	.footer-nav ul.menu li a	{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.footer-nav ul.menu > li	{
		padding: 0;
		margin: 0;
		border-left: solid 1px #e5e5e5;
		flex-grow: 1;
	}
	.footer-nav ul.menu > li:last-of-type	{
		border-right: solid 1px #e5e5e5;
	}
	.footer-nav ul.sub-menu li	{
		margin: 0.5rem 0 0;
	}
}
/* ---------- エラー ---------- */
.error404 #main	{
	display: flex;
	justify-content: center;
	align-items: center;
}
.error404 #content	{
	text-align: center;
}
input.search-submit	{
	margin-top: 1rem;
}
@media only screen and (min-width: 769px)	{
	input.search-submit	{
		margin-left: 1rem;
		margin-top: 0rem;	
	}
}
/* ---------- 検索 ---------- */
button, input, select, textarea	{
	padding: 1rem;
	border: solid 1px #ddd;
}
.error404 .search-form, #site-navigation .search-form, .sidebar-container.search-form	{
	text-align: center;
	width: 21rem;
	padding: 0.4rem 0.2rem 0.4rem;
	margin: 0 auto;
	border: solid 1px #DDD;
	border-radius: 0.2rem;
}
#site-navigation .search-form	{
	position: absolute;
	top: 0.8rem;
	right: 0;
	width: 21rem;
}
.error404 .search-form	{
	margin-top: 2rem;
}
.error404 .search-form input[type="search"], #site-navigation .search-form input[type="search"], .sidebar-container.search-form input[type="search"]	{
	padding: 0.5rem;
	width: 15rem;
	border: none;
}
#site-navigation .search-form input[type="search"]	{
	width: 17rem;
}
.error404 .search-form input[type="submit"], #site-navigation .search-form input[type="submit"], .sidebar-container.search-form input[type="submit"]	{
	font-size: 1.3rem;
	padding: 0.5rem 1rem;
	margin: 0;
	background-color: #BBB;
}
#site-navigation .search-form input[type="submit"]	{
	color: #fcfcfc;
	text-indent: -9999px;
	width: 3rem;
	background-color: #fcfcfc;
	background-image: url(images_local/form-search.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.widget-area input.search-submit	{
	display: block;
	margin: 1rem auto 0.5rem;
}

/* ---------- リザルト画面 ---------- */
.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: 2.4rem;
}

/* ---------- input編集不可 ---------- */
.readonly	{
	position: relative;
}
.input-cover	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
/* ---------- 追加文 option_content 段組み ---------- */
.float-left + .float-right, .float-right + .float-left	{
	margin-top: 2rem;
}
@media only screen and (min-width: 769px)	{
	.float-left + .float-right, .float-right + .float-left	{
		margin-top: 0;
	}
	.float-left	{
		float: left;
	}
	.float-right	{
		float: right;
	}
	.float-none	{
		float: none;
		clear: both;
	}
}
/* ---------- 追加文 ul / ol 横並び ---------- */
.content-area .li-c ul, .content-area .li-c ol, ul.li-c, ol.li-c, .content-area .li-c2 ul, .content-area .li-c3 ul, .content-area .li-c4 ul, .content-area .li-c5 ul, .content-area .li-c6 ul, .content-area .li-cm2 ul, .content-area .li-cm3 ul, .content-area .li-cm4 ul, .content-area .li-cm5 ul, .content-area .li-cm6 ul, .content-area .li-c2 ol, .content-area .li-c3 ol, .content-area .li-c4 ol, .content-area .li-c5 ol, .content-area .li-c6 ol, .content-area .li-cm2 ol, .content-area .li-cm3 ol, .content-area .li-cm4 ol, .content-area .li-cm5 ol, .content-area .li-cm6 ol, ul.li-c2, ul.li-c3, ul.li-c4, ul.li-c5, ul.li-c6, ul.li-cm2, ul.li-cm3, ul.li-cm4, ul.li-cm5, ul.li-cm6, ol.li-c2, ol.li-c3, ol.li-c4, ol.li-c5, ol.li-c6, ol.li-cm2, ol.li-cm3, ol.li-cm4, ol.li-cm5, ol.li-cm6	{
	padding: 0;
	background: none;
	border: none;
}
.content-area .li-c2 ul, .content-area .li-c3 ul, .content-area .li-c4 ul, .content-area .li-c5 ul, .content-area .li-c6 ul, .content-area .li-cm2 ul, .content-area .li-cm3 ul, .content-area .li-cm4 ul, .content-area .li-cm5 ul, .content-area .li-cm6 ul, ul.li-c2, ul.li-c3, ul.li-c4, ul.li-c5, ul.li-c6, ul.li-cm2, ul.li-cm3, ul.li-cm4, ul.li-cm5, ul.li-cm6	{
	list-style-type: none;
}
.content-area .li-c ol, ol.li-c, .content-area .li-c2 ol, .content-area .li-c3 ol, .content-area .li-c4 ol, .content-area .li-c5 ol, .content-area .li-c6 ol, .content-area .li-cm2 ol, .content-area .li-cm3 ol, .content-area .li-cm4 ol, .content-area .li-cm5 ol, .content-area .li-cm6 ol, ol.li-c2, ol.li-c3, ol.li-c4, ol.li-c5, ol.li-c6, ol.li-cm2, ol.li-cm3, ol.li-cm4, ol.li-cm5, ol.li-cm6	{
	list-style-position: inside;
}
.content-area .li-c ul:before, .content-area .li-c ol:before, ul.li-c:before, ol.li-c:before, .content-area .li-c2 ul:before, .content-area .li-c3 ul:before, .content-area .li-c4 ul:before, .content-area .li-c5 ul:before, .content-area .li-c6 ul:before, .content-area .li-cm2 ul:before, .content-area .li-cm3 ul:before, .content-area .li-cm4 ul:before, .content-area .li-cm5 ul:before, .content-area .li-cm6 ul:before, .content-area .li-c2 ol:before, .content-area .li-c3 ol:before, .content-area .li-c4 ol:before, .content-area .li-c5 ol:before, .content-area .li-c6 ol:before, .content-area .li-cm2 ol:before, .content-area .li-cm3 ol:before, .content-area .li-cm4 ol:before, .content-area .li-cm5 ol:before, .content-area .li-cm6 ol:before, ul.li-c2:before, ul.li-c3:before, ul.li-c4:before, ul.li-c5:before, ul.li-c6:before, ul.li-cm2:before, ul.li-cm3:before, ul.li-cm4:before, ul.li-cm5:before, ul.li-cm6:before, ol.li-c2:before, ol.li-c3:before, ol.li-c4:before, ol.li-c5:before, ol.li-c6:before, ol.li-cm2:before, ol.li-cm3:before, ol.li-cm4:before, ol.li-cm5:before, ol.li-cm6:before, .content-area .li-c ul:after, .content-area .li-c ol:after, ul.li-c:after, ol.li-c:after, .content-area .li-c2 ul:after, .content-area .li-c3 ul:after, .content-area .li-c4 ul:after, .content-area .li-c5 ul:after, .content-area .li-c6 ul:after, .content-area .li-cm2 ul:after, .content-area .li-cm3 ul:after, .content-area .li-cm4 ul:after, .content-area .li-cm5 ul:after, .content-area .li-cm6 ul:after, .content-area .li-c2 ol:after, .content-area .li-c3 ol:after, .content-area .li-c4 ol:after, .content-area .li-c5 ol:after, .content-area .li-c6 ol:after, .content-area .li-cm2 ol:after, .content-area .li-cm3 ol:after, .content-area .li-cm4 ol:after, .content-area .li-cm5 ol:after, .content-area .li-cm6 ol:after, ul.li-c2:after, ul.li-c3:after, ul.li-c4:after, ul.li-c5:after, ul.li-c6:after, ul.li-cm2:after, ul.li-cm3:after, ul.li-cm4:after, ul.li-cm5:after, ul.li-cm6:after, ol.li-c2:after, ol.li-c3:after, ol.li-c4:after, ol.li-c5:after, ol.li-c6:after, ol.li-cm2:after, ol.li-cm3:after, ol.li-cm4:after, ol.li-cm5:after, ol.li-cm6:after	{
	content: "";
	display: table;
	clear: both;
}
.content-area .li-c li img, .content-area .li-c1 li img, .content-area .li-c2 li img, .content-area .li-c3 li img, .content-area .li-c4 li img, .content-area .li-c5 li img, .content-area .li-c6 li img, .content-area .li-cm1 li img, .content-area .li-cm2 li img, .content-area .li-cm3 li img, .content-area .li-cm4 li img, .content-area .li-cm5 li img, .content-area .li-cm6 li img	{
	width: 100%;
}
@media only screen and (max-width: 768px)	{	
	.content-area .li-c li, .content-area .li-c1 li, .content-area .li-c2 li, .content-area .li-c3 li, .content-area .li-c4 li, .content-area .li-c5 li, .content-area .li-c6 li, .content-area .li-cm1 li, .content-area .li-cm2 li, .content-area .li-cm3 li, .content-area .li-cm4 li, .content-area .li-cm5 li, .content-area .li-cm6 li	{
		margin: 2rem 0 0 0;
	}
	.content-area .li-c li:first-of-type, .content-area .li-c1 li:first-of-type, .content-area .li-c2 li:first-of-type, .content-area .li-c3 li:first-of-type, .content-area .li-c4 li:first-of-type, .content-area .li-c5 li:first-of-type, .content-area .li-c6 li:first-of-type, .content-area .li-cm1 li:first-of-type, .content-area .li-cm2 li:first-of-type, .content-area .li-cm3 li:first-of-type, .content-area .li-cm4 li:first-of-type, .content-area .li-cm5 li:first-of-type, .content-area .li-cm6 li:first-of-type	{
		margin: 0 0 0 0;
	}
	.content-area .li-cm1 li	{
		float: none;
		width: 100%;
		margin: 2% 0 0 0 ;
	}
	.content-area .li-cm2 li	{
		float: left;
		width: 49%;
		margin: 2% 0 0 2% ;
	}
	.content-area .li-cm3 li	{
		float: left;
		width: 32%;
		margin: 2% 0 0 2% ;
	}
	.content-area .li-cm4 li	{
		float: left;
		width: 23.5%;
		margin: 2% 0 0 2% ;
	}
	.content-area .li-cm5 li	{
		float: left;
		width: 19%;
		margin: 1.25% 0 0 1.25%;
	}
	.content-area .li-cm6 li	{
		float: left;
		width: 15.4%;
		margin: 1.52% 0 0 1.52%;
	}
	.content-area .li-cm2 li:nth-child( 2n + 1 ), .content-area .li-cm3 li:nth-child( 3n + 1 ), .content-area .li-cm4 li:nth-child( 4n + 1 ), .content-area .li-cm5 li:nth-child( 5n + 1 ), .content-area .li-cm6 li:nth-child( 6n + 1 )	{
		margin-left: 0;
		clear: left;
	}
	.content-area .li-cm2 li:nth-of-type( -n + 2 ), .content-area .li-cm3 li:nth-of-type( -n + 3 ), .content-area .li-cm4 li:nth-of-type( -n + 4 ), .content-area .li-cm5 li:nth-of-type( -n + 5 ), .content-area .li-cm6 li:nth-of-type( -n + 6 )	{
		margin-top: 0;
	}
}
@media only screen and (min-width: 769px)	{
	.content-area .li-c2 li	{
		float: left;
		width: 49%;
		margin: 2% 0 0 2% ;
	}
	.content-area .li-c3 li	{
		float: left;
		width: 32%;
		margin: 2% 0 0 2% ;
	}
	.content-area .li-c4 li	{
		float: left;
		width: 23.5%;
		margin: 2% 0 0 2% ;
	}
	.content-area .li-c5 li	{
		float: left;
		width: 19%;
		margin: 1.25% 0 0 1.25%;
	}
	.content-area .li-c6 li	{
		float: left;
		width: 15.4%;
		margin: 1.52% 0 0 1.52%;
	}
	.content-area .li-c2 li:nth-child( 2n + 1 ), .content-area .li-c3 li:nth-child( 3n + 1 ), .content-area .li-c4 li:nth-child( 4n + 1 ), .content-area .li-c5 li:nth-child( 5n + 1 ), .content-area .li-c6 li:nth-child( 6n + 1 )	{
		margin-left: 0;
		clear: left;
	}
	.content-area .li-c2 li:nth-of-type( -n + 2 ), .content-area .li-c3 li:nth-of-type( -n + 3 ), .content-area .li-c4 li:nth-of-type( -n + 4 ), .content-area .li-c5 li:nth-of-type( -n + 5 ), .content-area .li-c6 li:nth-of-type( -n + 6 )	{
		margin-top: 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;
	}
}
/* ---------- タブ js版 ---------- */
#tab-block .inner	{

}
#tab-button button	{
	font-size: 1rem;
	line-height: 1;
	display: block;
	float: left;
	width: 32%;
	padding: 1rem 0;
	margin: 0 0 0 2%;
	margin-bottom: 0.5rem;
	border: none;
	border-radius: 1rem 1rem 0 0;
}
#tab-button button.select	{
	padding-bottom: 1.5rem;
	margin-bottom: 0;
}
#tab-button button:nth-of-type( 1 )	{
	margin: 0 0 0 0;
	background-color: #2F4C77;
}
#tab-button button:nth-of-type( 2 )	{
	background-color: #D85D48;
}
#tab-button button:nth-of-type( 3 )	{
	background-color: #ECA400;
}
#tab-content > div	{
	padding: 0rem 1rem;
}
#tab-content > div.hide	{
	display: none;
}
#tab-content > div:nth-of-type( 1 )	{
	border: solid 2px #2F4C77;
}
#tab-content > div:nth-of-type( 2 )	{
	border: solid 2px #D85D48;
}
#tab-content > div:nth-of-type( 3 )	{
	border: solid 2px #ECA400;
}
@media only screen and (min-width: 769px)	{
	#tab-button button	{
		font-size: 1.8rem;
		font-weight: bold;
		padding: 1.5rem 0;
	}
	#tab-button button.select	{
		padding-bottom: 2rem;
	}
	#tab-content > div	{
		padding: 3rem 5rem;
		height: 39rem;
	}
	#tab-content #tab1	{
		border: solid 8px #2F4C77;
	}
	#tab-content #tab2	{
		border: solid 8px #D85D48;
	}
	#tab-content #tab3	{
		border: solid 8px #ECA400;
	}
}

/* ---------- ページトップへ戻る totop ---------- */
#page-top	{
	position: fixed;
	right: 0.5rem;
	bottom: 0.5rem;
}
#page-top a	{
	display: block;
}
#page-top a:hover	{
	background: none;
}
#page-top img	{
	width: 3.8rem;
	height: auto;
}
@media only screen and (min-width: 769px)	{
	#page-top img	{
		width: 6rem;
	}
}
/* ---------- メニュー内ロゴ ---------- */
#navigation-logo {
	width: 20rem;
}
/* ---------- ナビ メイン ---------- */
#site-navigation .menu-toggle	{
	display: none;
}
@media only screen and (max-width: 768px)	{
	#navbar	{
		display: none;
	}
}
@media only screen and (min-width: 769px)	{
	#navbar	{
		display: block;
	}
	#site-navigation	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: space-between;
	}
	#site-navigation ul.nav-menu	{
		margin: 0;
	}
	#site-navigation ul.nav-menu > li	{
		text-align: center;
		position: relative;
		padding: 0;
		margin: 0;
		border-left: solid 1px #e5e5e5;
	}
	#site-navigation ul.nav-menu > li:last-of-type	{
		border-right: solid 1px #e5e5e5;
	}
	.have-navigation-logo #site-navigation ul.nav-menu > li:last-of-type	{
		border-right: none;
	}
	#site-navigation.hide-submenu ul.nav-menu li a	{
		font-weight: bold;
		font-weight: normal;
		padding: 1rem 1rem;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#site-navigation.hide-submenu ul.nav-menu > li > a	{
		height: 100%;
	}
	#site-navigation.hide-submenu ul.nav-menu li a span	{
		font-size: 1.2rem;
	}
	.have-navigation-logo #site-navigation ul.nav-menu > li:first-of-type	{
		padding-left: 0;
		border-left: none;
	}
	.have-navigation-logo #site-navigation ul.nav-menu > li:last-of-type	{
		padding-right: 0;
	}
/* ---------- サブメニュー ---------- */
	#site-navigation.hide-submenu ul.sub-menu	{
		text-align: left;
		width: 100%;
		min-width: 20rem;
		position: absolute;
		left: 0;
		z-index: 99999;
	}
	#site-navigation.hide-submenu .nav-menu > li > ul.sub-menu	{
		background-color: rgba(255,255,255,0.95);
		box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	}
	#site-navigation.hide-submenu ul.sub-menu .sub-menu	{
		display: block;
		position: relative;
		opacity: 1;
		box-shadow: none;
	}
	#site-navigation.hide-submenu ul.sub-menu .sub-menu li	{
		text-align: left;
	}
	#site-navigation.hide-submenu ul.sub-menu .sub-menu li a	{
		padding-left: 2rem;
	}
	#site-navigation.hide-submenu ul.sub-menu .sub-menu .sub-menu li a	{
		padding-left: 4rem;
	}
	#site-navigation.hide-submenu ul.nav-menu li:last-of-type .sub-menu	{
		left: auto;
		right: 0;
		text-align: center;
	}
	#site-navigation.hide-submenu .sub-menu	{
		display: none;
		opacity: 0;
		position: absolute;
		left: 0;
		z-index: 99999;
	}
	#site-navigation.hide-submenu .sub-menu li	{
		margin-bottom: 0;
	}
	#site-navigation.hide-submenu .sub-menu li a	{
		border-top: solid 1px #e5e5e5;
	}
	#site-navigation.hide-submenu .sub-menu li:first-of-type a	{
		border-top: none;
	}
	#site-navigation.hide-submenu ul.nav-menu li:hover > ul	{
		display: block;
		opacity: 1;
	}
	#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	{
		background-color: rgba(238, 238, 238, 0.5);
	}
	#site-navigation ul.nav-menu .menu-item-has-children > a	{
	
	}
	#site-navigation ul.nav-menu .menu-item-has-children > a:hover {
	
	}
/* ---------- サブメニュー 固定表示 ---------- */
	#site-navigation.fixed-submenu ul.nav-menu li a	{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#site-navigation.fixed-submenu ul.sub-menu li	{
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	#site-navigation.fixed-submenu ul.nav-menu > li, #site-navigation.fixed-submenu ul.nav-menu > li a	{
		padding: 0 1rem;
	}
	.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:first-of-type	{

	}
}
/* ---------- スクロールで出現するメニュー ---------- */
#navbar.fixed	{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(238, 238, 238, 0.8);
}
/* ---------- CSSで開閉 ---------- */
@media only screen and (min-width: 769px)	{
	#navbar-s	{
		display: none;
	}
}
@media only screen and (max-width: 768px)	{
	#header-logo-s	{
		top: 0;
		left: 0;
		z-index: 99;
		padding: 0.5rem;
		width: 100%;
		height: 4.7rem;
	}
	#header-logo-s.logo-s-fixed	{
		position: fixed;
		background-color: rgba(238, 238, 238, 0.5);
	}
	#header-logo-s.logo-s-absolute	{
		position: absolute;
	}
	#header-logo-s p	{
		margin: 0;
	}
	#header-logo-s img	{
		width: 100%;
		width: auto;
		height: 100% !important;
	}
	#site-navigation-s .menu-toggle, #site-navigation-s #hamburger-nav-toggle	{
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 0.2rem;
		color: #FFF;
		line-height: 1;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 9999;
		position: fixed;
		top: 0.5rem;
		right: 0.5rem;
		display: block;
		float: right;
		margin: 0;
		padding: 1.75rem;
		background-color: rgba(0, 0, 0, 0.5);
		background-image: url(images/icon-ham.png);
		background-repeat: no-repeat;
		background-position: center;
		border: solid 1px #FFF;
	}
	#site-navigation-s #hamburger-nav-toggle.open	{
		background-image: url(images/icon-ham-x.png);
	}
	#header-logo-s.logo-s-absolute + #site-navigation-s #hamburger-nav-toggle	{
		top: -0.1rem;
		padding: 1.8rem;
		background-position: center top 1rem;
		border-radius: 0 0 10rem 10rem;
	}
	#header-logo-s.logo-s-fixed + #site-navigation-s #hamburger-nav-toggle	{
		border-radius: 10rem;
	}
/* ---------- CSS版用
	#site-navigation-s .menu-toggle	{
		padding: 1.2rem 1.8rem;
	}
	input[type="checkbox"].on-off{
		display: none;
	}
 ---------- */
/* ---------- jQueryのスライド使用時用
	.hamburger-nav-list {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
		background: #c9c9c9;
	}
	.hamburger-nav-list > li {
		border-bottom: 1px solid #eeeeee;
	}
	.hamburger-nav-list > li a {
		display: block;
		padding: 10px 1em;
		text-decoration: none;
	}
 ---------- */
	#site-navigation-s > div	{
		position: fixed;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999;
		list-style: none;
		background-color: rgba(236, 233, 225, 0.95);
		background-color: rgba(0, 0, 0, 0.75);
		transform-origin: 0 0;
	}
	#site-navigation-s .nav-menu	{
		padding: 1rem;
		margin: 0;
	}
	#site-navigation-s .nav-menu > ul	{
		margin: 0;
	}
	#site-navigation-s .nav-menu a	{
		font-weight: bold;
		font-weight: normal;
		color: #000;
		color: rgba(255, 255, 255, 0.8);
		padding: 1rem 1rem 0.5rem;
		display: block;
	}
	#site-navigation-s .nav-menu li	{
		border-top: solid 1px rgba(204, 204, 204, 0.5);
	}
	#site-navigation-s .nav-menu li:first-of-type	{
		border-top: none;
	}
	#site-navigation-s .nav-menu li > ul	{
		margin-left: 2rem;
	}
}

/* ---------- CSSで開閉オプション 左からスライド ---------- */
@media only screen and (max-width: 768px)	{
	.smenu-s-l #site-navigation-s > div	{
		width: calc( 100% - 5rem );
	}
	.smenu-s-l input[type="checkbox"].on-off + div, .smenu-s-l .close + div	{
		left: -100%;
		opacity: 0.5;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.smenu-s-l input[type="checkbox"].on-off:checked + div, .smenu-s-l .open + div	{
		left: 0;
		opacity: 1;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}

/* ---------- CSSで開閉オプション 左からズーム ---------- */
@media only screen and (max-width: 768px)	{
	.smenu-z-l #site-navigation-s > div	{
		width: calc( 100% - 5rem );
	}
	.smenu-z-l input[type="checkbox"].on-off + div, .smenu-z-l .close + div	{
		transform: scaleX(0);
		opacity: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.smenu-z-l input[type="checkbox"].on-off:checked + div, .smenu-z-l .open + div	{
		transform: scaleX(1);
		opacity: 1;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}

/* ---------- CSSで開閉オプション 上から ---------- */
@media only screen and (max-width: 768px)	{
	.smenu-z-t #site-navigation-s .menu-toggle	{
		border: solid 1px #FFF;
	}
	.smenu-z-t #site-navigation-s > div	{
		width: 100%;
	}
	.smenu-z-t input[type="checkbox"].on-off + div, .smenu-z-t .close + div	{
		transform: scaleY(0);
		opacity: 0;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-ms-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
	}
	.smenu-z-t input[type="checkbox"].on-off:checked + div, .smenu-z-t .open + div	{
		transform: scaleY(1);
		opacity: 1;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}

/* ---------- CSSで開閉オプション 上から ---------- */
@media only screen and (max-width: 768px)	{
	#navbar-s.smenu-none	{
		display: none;
	}
}

/* ---------- //commonここまで ---------- */









/* ---------- プラグイン ここから ---------- */

/* ---------- フェードインアニメーション animate.css wow.js ---------- */
.hidden	{
	visibility: hidden;
}
/* ---------- Table of contents 目次? ---------- */
#ez-toc-container	{
	margin-top: 2rem;
	/* display: flex; */
	/* flex-direction: column; */
	align-self: flex-start;
}
.entry-content #ez-toc-container:first-child	{
	margin-top: 0;
}
#ez-toc-container a	{
	background: none;
}
/* ---------- スクロールでボトムメニュー出現
@media only screen and (max-width: 768px)	{
	#page	{
		margin-bottom: 5rem;
	}
}
#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: 1rem;
	text-align: center;
	display: block;
	width: 24%;
	float: left;
	margin: 1% 0 0.8% 0.8%;
	padding: 3.6rem 1rem 0rem;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center 0.4rem;
}
#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;
	}
}
 ---------- */


/* ---------- メインメニューアニメーション ---------- */

/* ---------- 左から100%へ
#site-navigation li a {
	position: relative;
	display: inline-block;
	transition: .5s;
}
#site-navigation li a:hover {
	text-decoration: none;
}
#site-navigation li a::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	content: '';
	width: 0;
	height: 4px;
	background-color: rgba(187, 187, 187, 0.7);
	transition: .3s;
}
#site-navigation .current-menu-item a::after, #site-navigation li a:hover::after {
	width: 100%;
}
 ---------- */

/* ---------- 中央から100%へ
#site-navigation li a {
	position: relative;
	display: inline-block;
	transition: .5s;
}
#site-navigation li a:hover {
	text-decoration: none;
}
#site-navigation li a::after {
	position: absolute;
	bottom: -7px;
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background-color: rgba(64, 178, 169, 0.2);
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#site-navigation .current-menu-item a::after, #site-navigation li a:hover::after {
	width: 100%;
}
 ---------- */

/* ---------- 一瞬拡大
#site-navigation li a {
	display: inline-block;
}
#site-navigation li a:hover {
	text-decoration: none;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}
@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}
 ---------- */

/* ---------- ページング ---------- */
.wp-pagenavi	{
	text-align: center;
	padding-top: 2rem;
	border-top: dotted 1px #CCC;
}
.wp-pagenavi a, .wp-pagenavi span	{
	padding: 0.1rem 0.5rem;
	margin: 0.3rem;
}
/* ---------- SU アコーディオン ---------- */
.su-spoiler-style-default > .su-spoiler-content	{
	padding: 1rem 0 0 !important;
}
.su-spoiler-style-default > .su-spoiler-title {
	padding-left: 2rem !important;
}

/* ---------- ユーチューブ背景 ---------- */
/* 
@media only screen and (min-width: 982px)	{
	.mbYTP_wrapper iframe	{
		max-width: 100% !important; 
	}
}
@media only screen and (min-width: 1082px)	{
	.mbYTP_wrapper iframe	{
		max-width: 100% !important; 
	}
}
@media only screen and (min-width: 1017px)	{
	.mbYTP_wrapper iframe	{
		max-width: 100% !important; 
	}
}
 */

/* ---------- スライダー内テキスト ---------- */
.master-slider a	{
	color: #FFF;
}
.ms-slide-info	{
	top: 0 !important;
}
.ms-info	{
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 8px #333;
	padding: 1rem;
}
@media only screen and (min-width: 769px)	{
/* 
	.master-slider	{
		min-width: 100rem !important;
	}
 */
	.ms-slide-info	{
		width: 96rem !important;
		margin-left: calc( 50% - 48rem );
	}
	.ms-info	{
		font-size: 2.6rem;
		padding: 4rem;
	}
}

/* ---------- wp-slimbox2 ---------- */
#lbCloseLink {
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* ---------- サイトマップ PS Auto Sitemap ---------- */
#sitemap_list	{
	padding: 2rem;
	border: none;
	background: none;
	background-color: rgba(255, 253, 234, 0.75);
}
#sitemap_list ul	{
	background: none;
	border: none;
}
#sitemap_list li	{
	quotes: '┣  ' '';
}
#sitemap_list li:last-child	{
	quotes: '┗  ' '';
}
#sitemap_list li:before	{
	content: open-quote;
	color: #666;
}
#sitemap_list li:after	{
	content: close-quote;
	content: none;
}
#sitemap_list .home-item	{
	margin-left: 0.2rem;
}
#sitemap_list .home-item:before	{
	content: none;
}
#sitemap_list li a	{
	border: none;
	quotes: '' ' ⇒';
}
#sitemap_list li a:before	{
	content: open-quote;
	content: none;
}
#sitemap_list li a:after	{
	content: close-quote;
	content: none;
}
#sitemap_list .home-item a	{

}
/* ---------- responsive menu ---------- */
@media screen and (max-width: 768px)	{
	#responsive-menu	{
		padding: 2rem 0 0 1rem;
	}
	#responsive-menu-button	{
		border: solid 1px #FFF;
		border: solid 1px #29201e;
	}
	#responsive-menu-container .responsive-menu-item span	{
		font-size: 1.1rem;
		padding-left: 1rem;
		padding-left: 0;
		quotes: '- ' ' -';
		quotes: none;
	}
	#responsive-menu-container .responsive-menu-item a span:nth-of-type( 1 )	{
		padding-left: 1rem;
	}
	#responsive-menu-container .responsive-menu-item a span:nth-of-type( 2 )	{

	}
	#responsive-menu-container .responsive-menu-item a span:nth-of-type( 3 )	{

	}
	#responsive-menu-container .responsive-menu-item .menu-item-description	{
		display: none;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item span:before	{
		content: open-quote;
		content: none;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item span:after	{
		content: close-quote;
		content: none;
	}
	button#responsive-menu-button {
/* 
		border: solid 1px #FFF;
 */
	}
}
@media only screen and (min-width: 769px)	{
	#responsive-menu-button	{
		display: none !important;
	}
}
/* ---------- WPR Menu ---------- */
#wprmenu_bar	{
	padding: 12px 14px 8px 10px;
}
#wprmenu_menu_ul li span	{
	padding-left: 0.5rem;
	display: none;
}
/* ---------- SlickNav ---------- */
.slicknav_menu	{
	background-color: rgba(28,70,56,0.9);
}
.slicknav_btn	{
	margin: 3px 3px 4px;
}
.slicknav_btn,
.slicknav_btn:active,
.slicknav_btn:hover	{
	border: none;
	background: none;
	width: 98%;
}
.slicknav_menu .nav-menu li	{
	float: none;
}
.slicknav_menu .nav-menu li a	{
	color: #FFF;
	border-top: dotted 1px #CCC;
	border: none;
}
.slicknav_menu .slicknav_icon {
	float: right;
}
.slicknav_menu .search-form	{
	display: none;
}
/* ---------- WP Mobile MENU ---------- */
/* メニューをコンテンツのトップに固定
#wprmenu_bar {
	position: absolute;
	top: -41px;
	left: 0px;
}
 */
/* ページ内リンクの座標をリセット
@media only screen and (max-width: 767px)	{
	body	{
		position: relative;
	}
	#page	{
		position: absolute;
		top: 0px;
	}
}
 */

/* ---------- SNS ---------- */
.page-template-full-width .wp_social_bookmarking_light	{
	position: absolute;
	left: 2rem;
	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: 2rem;
	height: 2rem;
}
.wp_social_bookmarking_light_clear	{
	display: none;
}

/* ---------- Bread Clumbs NXT ---------- */
.widget_breadcrumb_navxt	{
	line-height: 2;
}

/* ---------- Jetpack SNS ---------- */
.sharedaddy, .sd-sharing-enabled	{
	margin-top: 2rem;
}
.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;
}
/* ---------- //プラグイン ここまで ---------- */

/* ---------- 左右レイアウト - 回り込みなし ---------- */
.lr	{
	margin: 1em auto;
}
ul.lr	{
	list-style: none;
}
.lr li, .lr .lr-child	{
	margin: 0;
}
.lr img, .lr img	{
	display: block;
}
.lr > p, .lr > br	{
	display: none;
}
.lr-child > br:first-child	{
	display: none;
}
@media (max-width: 768px)	{
	.lr li, .lr .lr-child	{
		width: 100% !important;
	}
	.lr li + li, .lr .lr-right	{
		margin-top: 1em;
	}
	.lr img, .lr img	{
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 769px)	{
	.lr	{
		display: flex;
	}
	.lr.centering	{
		justify-content: center;
	}
	.lr.middle	{
		align-items: center;
	}
	.lr li + li, .lr .lr-right	{
		margin-left: 1em;
	}
	.lr img	{
		max-width: calc( 1000px - 1em );
	}
	.lr.even li, .lr.even .lr-child	{
		width: 100%;
	}
	.lr.even img, .lr.even img, .lr .fixed-width img, .lr .fixed-width + .lr-child img	{
		width: 100%;
		max-width: 100%;
	}
	.lr .fixed-width	{
		flex-shrink: 0;
	}
}