@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: url(/wp-content/uploads/bg.jpg);
	--color-font: #000732;
	--color-primary: #000732;
	--color-primary-shade: #00073233;
	--color-primary-tint: #00073280;
	--color-secondary: #000732;
	--color-table-border: #ccc;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1600px;
	/*------▼ヘッダー設定▼------*/
	--header-background: transparent;
	--header-color-font: #000732;
	--header-color-primary: #000732;
	--header-color-primary-shade: #000732;
	--header-color-primary-tint: #000732;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #000732;
	--footer-color-primary: #000732;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Old Mincho', serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
a {
	color: var(--color-font);
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--color-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -100px; padding-top: 100px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
.pad_anchor { margin-top: -80px; padding-top: 80px; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	body:not(.sticky-header) #header {
		height: 190px;
		padding: var(--px20) var(--px50);
	}
	body:not(.sticky-header) #header .logo {
		padding: 0;
	}
	body:not(.sticky-header) #header ul.header__contact {
		height: 90px;
	}
	body:not(.sticky-header) nav#mainNav {
		height: 60px;
	}
	.sticky-header #header-layout {
		height: 100px;
	}
	.sticky-header #header ul.header__contact {
		padding: 15px;
		padding-left: 0;
	}
	/**/
	#header .logo img {
		max-height: 128px;
	}
	#header ul.header__contact {
		margin-left: 30px;
		column-gap: 10px;
	}
	#header a.head_btn {
		height: 100%;
		padding: 0 var(--px20);
		background: none;
		border: 1px solid var(--color-primary);
		color: var(--color-font);
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
		/* フレックス */
		display: flex;
		align-content: center;
		flex-direction: row;
		column-gap: 10px;
	}
	#header a.head_btn:hover {
		background: var(--color-primary);
		color: #fff;
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn span {
		display: block;
		font-size: 11px;
	}
	#header a.head_btn b {
		display: block;
		font-size: 16px;
		font-weight: bold;
	}
	#header a.head_btn i {
		font-size: 30px;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 14px;
		padding-right: 14px;
	}
	nav#mainNav ul li a b {
		font-weight: normal;
	}
	nav#mainNav ul li:has(.sub-menu) a b::after {
		margin-left: 8px;
		font-size: 13px;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f107';
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #eee !important;
	}
}
@media only screen and (max-width: 1500px) and (min-width: 1024px){
	body:not(.sticky-header) #header {
		height: 120px;
		padding: var(--px20);
	}
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header ul.header__contact {
		margin-left: 10px;
	}
	#header a.head_btn {
		height: 80px;
		padding: 0 12px;
	}
	#header a.head_btn span {
		font-size: 10px;
	}
	#header a.head_btn b {
		font-size: 14px;
	}
	#header a.head_btn i {
		font-size: 24px;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainNav ul li a b {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
	body:not(.sticky-header).mobile #header {
		box-shadow: none;
	}
	body.sticky-header.mobile #header {
		background: var(--color-background);
	}
	body.mobile #header .logo img {
		max-height: 40px;
	}
	body.mobile nav#mainNav.menuOpen {
		background: #fff;
	}
	body.mobile #header .logo .spmenu {
		background: var(--color-primary);
	}
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		width: 100%;
		background: #fff;
	}
	.spmenu #menu {
		width: 30px;
		height: 20px;
	}
	.spmenu #menu p {
		display: none;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding: 0;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#footer .inner {
	width: 90%;
}
#footer .footer__logo img {
	min-height: 128px;
}
#copyright {
	margin: 0;
	background: none;
	color: #fff;
	font-size: 13px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .ttl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		column-gap: var(--px50);
	}
}
/**/
#footer .footnav > ul {
	column-gap: var(--px30);
}
#footer .footnav ul > li,
#footer .footnav ul > li a {
	padding: 0;
	margin: 0;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul > li a {
	position: relative;
	padding-left: 1.2em;
}
#footer .footnav ul > li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	line-height: 1;
	content: '\f0da';
}
#footer .footnav .sub-menu {
	display: block;
}
#footer .footnav .sub-menu li {
	margin-top: 0.5em;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footnav {
		width: 90%;
		margin: auto;
	}
	#footer .footnav > ul {
		column-gap: normal;
		flex-direction: column;
		justify-content: flex-start;
		height: 12em;
	}
	#footer .footnav > ul > li {
		width: 50%;
		margin-bottom: 0.5em;
	}
}
/**/
.contact_btn,
#footer .btn {
	padding: var(--px40);
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
}
.contact_btn ul,
#footer .btn ul {
	width: 1000px;
	max-width: 100%;
	margin: var(--px20) auto 0;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.contact_btn ul li,
#footer .btn ul li {
	width: calc((78% / 3) - 10px);
}
.contact_btn ul li a,
#footer .btn ul li a {
	height: 70px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: #fff;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_btn ul li a:hover,
#footer .btn ul li a:hover {
	background: #fff;
	color: var(--color-primary);
	text-decoration: none;
}
.contact_btn ul li a i,
#footer .btn ul li a i {
	margin-right: 10px;
	font-size: 28px;
}
.contact_btn ul li a b,
#footer .btn ul li a b {
	display: block;
	font-size: 15px;
}
.contact_btn ul li:first-child,
#footer .btn ul li:first-child {
	width: 22%;
}
.contact_btn ul li:first-child a,
#footer .btn ul li:first-child a {
	background: #fff;
	color: var(--color-primary);
	font-size: 10px;
}
.contact_btn ul li:first-child a:hover,
#footer .btn ul li:first-child a:hover {
	background: var(--color-primary);
	color: #fff;
}
.contact_btn ul li:first-child a b,
#footer .btn ul li:first-child a b {
	font-size: 20px;
}
@media only screen and (max-width: 1030px) {  /* タブレット以下 */
	.contact_btn ul li,
	#footer .btn ul li {
		width: calc(50% - 5px) !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.contact_btn ul li,
	#footer .btn ul li {
		width: 100% !important;
	}
}
/**/
#footer .footer_bottom {
	background: var(--color-primary);
	color: #fff;
	font-size: 15px;
}
#footer .footer_bottom a {
	color: #fff;
}
#footer .footer_bottom a:hover {
	color: #fff;
}
#footer .footer_bottom dt {
	margin-bottom: var(--px20);
}
#footer .footer_bottom dd {
	padding: 0;
}
#footer .footer_bottom .btn_ddl {
	width: 320px;
	height: 60px;
	max-width: 80%;
	margin: auto;
	padding: 15px 0;
	background: #fff;
	color: var(--color-font);
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
#footer .footer_bottom .btn_ddl:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#footer .footer_bottom .btn_ddl i {
	margin-right: 10px;
	font-size: 25px;
}
#footer .footer_bottom .link {
	margin-top: var(--px60);
	padding-top: var(--px40);
	border-top: 1px solid #fff;
	font-size: 13px;
}
#footer .footer_bottom .link ul {
	margin: 0;
	/* フレックス */
	display: flex;
}
#footer .footer_bottom .link ul li+li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .footer_bottom .link {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footer_bottom .link ul {
		margin-bottom: 30px;
		justify-content: center;
	}
}
/**/
#footer .socialicon ul {
	column-gap: 30px;
}
#footer .socialicon ul li {
	margin: 0;
	padding: 0;
}
#footer .socialicon ul li:has(.fa-x-twitter) {
	order: 4;
}
#footer .socialicon ul li:has(.fa-youtube) {
	order: 1;
}
#footer .socialicon ul li:has(.fa-instagram) {
	order: 2;
}
#footer .socialicon ul li:has(.fa-line) {
	order: 3;
}
#footer .socialicon a:hover {
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#footer .socialicon i::before {
	color: #fff !important;
	font-size: 25px !important;
}
#footer .socialicon i::after {
	display: inline-block;
	margin-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	font-family: var(--body-font-family);
	letter-spacing: 0;
	vertical-align: top;
}
#footer .socialicon .fa-x-twitter::after {
	content: "X";
}
#footer .socialicon .fa-youtube::after {
	content: "YouTube";
}
#footer .socialicon .fa-instagram::after {
	content: "Instagram";
}
#footer .socialicon .fa-line::after {
	content: "LINE";
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .socialicon ul {
		width: 280px;
		max-width: 100%;
		margin: auto;
		column-gap: 0;
		row-gap: 10px;
	}
	#footer .socialicon ul li {
		width: 50%;
		text-align: left;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 12px 50px;
	font-size: 80%;
	line-height: 1.4;
}
#content .linkBtn::before {
	margin-right: 0.8em;
	font-size: 90%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
}
#content .linkBtn::after {
	display: none;
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
/**/
.box_gray,
.bg_gray::before {
	background: rgba(0,0,0,0.05);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#wrapper {
		width: 90%;
	}
}
/**/
.home .post h1,
#front-sectionPost h1 {
	font-size: var(--rem24w);
	font-weight: bold;
	letter-spacing: 0.5em;
	text-align: left;
}
.home .post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 60px;
	height: 1px;
	margin-top: 1.5em;
	background: var(--color-font);
	content: "";
}
.home .post h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	margin-bottom: 1em;
	font-weight: normal;
	letter-spacing: 0.2em;
}
/**/
@media print, screen and (min-width: 769px){ /* PCのみ */
	.home #mainImg {
		position: relative;
	}
	.home #mainImg::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: calc(100% + 9vw);
		background: url(/wp-content/uploads/sumi01.png.webp) no-repeat center bottom / 42% auto;
		content: "";
		z-index: -1;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	p.top_txt {
		line-height: 2.3em;
		letter-spacing: 0.2em;
	}
}
/**/
#top_events::before {
	top: -12vw;
	height: calc(100% + 20vw);
	background: url(/wp-content/uploads/sumi02.png.webp) no-repeat right top,
		url(/wp-content/uploads/sumi03.png.webp) no-repeat left bottom;
	background-size: 45% auto, 50% auto;
}
#top_events {
	padding: var(--px80);
	background: rgba(255,255,255,0.5);
}
#top_events .linkBtn {
	padding: 10px 30px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_events .ttl {
		white-space: nowrap;
	}
	#top_events .txt {
		width: 70%;
	}
}
@media only screen and (max-width: 1240px) and (min-width: 769px){
	#top_events {
		display: block;
	}
	#top_events .txt {
		width: 100%;
	}
}
@media print, screen and (max-width: 1240px) {
	#top_events .ttl {
		margin-bottom: var(--px50);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_events {
		padding: var(--px40);
	}
	#top_events .ttl {
		margin-bottom: var(--px50);
	}
}
/**/
.events_list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: var(--px50);
}
.events_list li {
	width: 48%;
	padding: var(--px30);
	border: 1px solid #ccc;
}
.events_list li .e_photo {
	position: relative;
}
.events_list li .e_photo a {
	overflow: hidden;
	display: block;
	aspect-ratio: 4 / 3;
}
.events_list li .e_photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
.events_list li .e_photo .tag {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 2px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.events_list li .e_ttl {
	margin: var(--px20) 0;
}
.events_list li .e_ttl span {
	display: block;
	font-size: 90%;
}
.events_list li .e_ttl span:first-child {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	font-family: var(--font-family01);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.events_list {
		row-gap: var(--px40);
	}
	.events_list li {
		width: 100%;
	}
}
/**/
#top_about {
	width: 1120px;
	max-width: 100%;
	margin: auto;
}
#top_about h1 {
	font-size: var(--rem30w);
	text-align: center;
}
#top_about h1 span {
	font-size: var(--rem18);
}
#top_about h1::after {
	display: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_about .photo {
		width: 38%;
	}
	#top_about .txt {
		width: 52%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_about .photo {
		width: 50%;
		margin: 0 auto var(--px50);
	}
}
/**/
#top_gallery .txt {
	padding: 0 5%;
	background: #fff;
}
#top_gallery .photo {
	padding: 0 5%;
	background: linear-gradient(to right, #EFEFEF, #F6F6F6);
}
#top_gallery .msg {
	font-size: var(--rem30);
	font-weight: bold;
	font-family: var(--font-family01);
	letter-spacing: 0.2em;
}
#top_gallery ul {
	width: 100%;
	max-width: 540px;
}
#top_gallery li+li {
	margin-top: 15px;
}
#top_gallery li a {
	display: block;
	padding: var(--px30) var(--px40);
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: #fff;
	transition: all 0.3s ease-in-out;
}
#top_gallery li a:hover {
	background: #fff;
	color: var(--color-primary);
}
#top_gallery li a dl {
	position: relative;
	font-size: 80%;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: var(--px30);
}
#top_gallery li a dl::after {
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
}
#top_gallery li a dt {
	font-size: var(--rem20w);
	font-weight: 600;
	font-family: var(--font-family01);
	white-space: nowrap;
}
#top_gallery li a dd {
	margin-right: auto;
	padding: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_gallery .txt,
	#top_gallery .photo {
		width: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 769px){
	#top_gallery {
		display: block;
	}
	#top_gallery .txt,
	#top_gallery .photo {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_gallery li a dl {
		flex-wrap: wrap;
	}
	#top_gallery li a dt {
		width: 100%;
	}
}
/**/
#top_activities::before {
	background: url(/wp-content/uploads/sumi04.png.webp) no-repeat left top,
		url(/wp-content/uploads/sumi05.png.webp) no-repeat right bottom 15%;
	background-size: 45% auto, 30% auto;
}
#top_activities h1 {
	text-align: center;
}
#top_activities h1::after {
	margin-left: auto;
	margin-right: auto;
}
#top_activities .mv {
	width: 740px;
	max-width: 100%;
	margin: auto;
}
#top_activities .youtubeArea {
	margin: 0 auto;
}
#top_activities .ttl {
	margin: var(--px30) auto;
	font-size: var(--rem20w);
	font-weight: bold;
	font-family: var(--font-family01);
	text-align: center;
	letter-spacing: 0.2em;
}
#top_activities .list {
	width: 1240px;
	max-width: 100%;
	margin: auto;
	row-gap: var(--px50);
}
#top_activities .list .ttl {
	margin: var(--px20) auto;
	font-size: var(--rem20);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_activities .box {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_activities .box {
		width: 47%;
	}
	#top_activities .box .linkBtn {
		padding: 10px 30px;
	}
}
/**/
#top_membership .txt {
	padding: 0 5%;
	background: #fff;
}
#top_membership .msg {
	font-size: var(--rem30);
	font-weight: bold;
	font-family: var(--font-family01);
	letter-spacing: 0.2em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_membership .txt {
		width: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top_membership .photo {
		width: 50%;
	}
	#top_membership .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 769px){
	#top_membership .txt {
		width: 60%;
	}
	#top_membership .photo {
		width: 40%;
	}
}
/**/
#top_voice::before {
	background: url(/wp-content/uploads/sumi06.png.webp) no-repeat left bottom / 40% auto;
}
#top_voice .box {
	padding: var(--px80);
	background: rgba(255,255,255,0.5);
}
#top_voice .txt .in {
	padding: var(--px30);
	border: 1px solid #ccc;
}
#top_voice .txt .in+.in {
	margin-top: 15px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_voice .ttl {
		white-space: nowrap;
	}
	#top_voice .txt {
		line-height: 2em;
		letter-spacing: 0.2em;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 769px){
	#top_voice .box {
		display: block;
	}
}
@media print, screen and (max-width: 1023px) {
	#top_voice .ttl {
		margin-bottom: var(--px50);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_voice .box {
		padding: var(--px40);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost .postlist li:first-child {
	border-top: none;
}
#front-sectionPost .postlist .post_text {
	width: 100%;
	padding: var(--px20) 0;
}
.postlist .time {
	background: none;
	border: 1px solid var(--color-font);
}
.postlist .time,
.postlist .time a {
	color: var(--color-font);
}
@media print, screen and (min-width: 1024px) {
	#front-sectionPost {
		overflow: hidden;
	}
	#front-sectionPost .listTitle,
	#front-sectionPost .txt_c {
		clear: left;
		float: left;
		width: 30%;
	}
	#front-sectionPost .postlist {
		clear: none;
		float: right;
		width: 70%;
	}
	#front-sectionPost .txt_c {
		margin-top: 0 !important;
		text-align: left;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header {
	position: relative;
	height: 200px;
	background: none;
}
header#h1Header::before {
	display: none;
}
header#h1Header::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 1460px;
	max-width: 90%;
	border-bottom: 1px solid var(--color-font);
	transform: translateX(-50%);
	content: "";
}
header#h1Header h1.title {
	color: var(--color-font);
}
.single-post header#h1Header h1.title span span+span {
	display: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	header#h1Header h1.title {
		padding-bottom: var(--px50);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	header#h1Header {
		height: 100px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	position: relative;
	padding: var(--px40);
	background: rgba(255,255,255,0.8);
	border: 1px solid #ccc;
	font-size: var(--rem24w);
	text-align: left;
}
.post h2::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	width: 5px;
	height: 40px;
	transform: translateY(-50%);
}
.post h2.noline {
	padding: 0;
	background: none;
	border: none;
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	padding-left: 0;
	border-bottom-width: 1px;
	font-size: var(--rem20w);
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	background: url(/wp-content/uploads/sumi01.png.webp) no-repeat right 3% top var(--px100),
		var(--color-background);
	background-size: 47% auto, auto
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	body:not(.home) {
		background-position: right -100px top 30px, center center;
		background-size: 60% auto, auto
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	body:not(.home) {
		background-size: 70% auto, auto
	}
}
/**/
.post ul.link_sub {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px40);
	row-gap: var(--px16);
}
.post ul.link_sub li {
	line-height: 1.4;
}
.post ul.link_sub li a {
	position: relative;
	display: inline-block;
	padding-left: 1.8em;
	color: var(--color-font);
}
.post ul.link_sub li a:hover {
	text-decoration: underline;
}
.post ul.link_sub li a::before {
	position: absolute;
	top: -0.1em;
	left: 0;
	font-size: 120%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f13a';	
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post ul.link_sub.sp_lft li {
		width: 100%;
	}
}
/**/
.txt_msg {
	font-size: var(--rem24w);
	font-weight: bold;
	font-family: var(--font-family01);
}
/**/
.btn_pdf {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.btn_pdf::before {
	display: inline-block;
	width: 25px;
	height: 32px;
	margin-right: 15px;
	background: url(/wp-content/uploads/pdf.png.webp) no-repeat center center / contain;
	vertical-align: middle;
	content: "";
}
.btn_pdf:hover {
	background: var(--color-primary);
	color: #fff;
}
/*--------------------------------------------------
	会員制度のご案内
--------------------------------------------------*/
#club_list li {
	display: block;
	padding: 10px 15px;
	background: var(--color-primary-shade);
	line-height: 1.4;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#club_list ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	#club_list ul+ul {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#club_list li {
		margin-bottom: 10px;
	}
}
/**/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#club_ddl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#club_ddl li+li {
		margin-top: 15px;
	}
	#club_ddl li a {
		display: block;
	}
}
/*--------------------------------------------------
	プロフィール
--------------------------------------------------*/
#profile_about .name {
	font-family: var(--font-family01);
}
#profile_about .name span {
	display: inline-block;
	margin-right: 0.5em;
	font-size: var(--rem40w);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#profile_about .photo {
		width: 30%;
	}
	#profile_about .txt {
		width: 65%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#profile_about .photo {
		margin-bottom: var(--px30);
	}
	#profile_about .photo img {
		width: 60%;
	}
}
/**/
#profile_light dt {
	margin-bottom: 15px;
}
#profile_light dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#profile_light dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#profile_light {
		row-gap: 40px;
	}
	#profile_light dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#profile_light dl {
		margin-top: 30px;
	}
}
/**/
#history_tbl th {
	width: 10%;
	white-space: nowrap;
}
/**/
#profile_history th {
	width: auto;
	text-align: center;
}
#profile_history td:nth-child(1),
#profile_history td:nth-child(2),
#profile_history td:nth-child(3) {
	white-space: nowrap;
}
.qa_list .qa_list_inner dt {
	position: relative;
	cursor: pointer;
	padding: 15px 20px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem24w);
	font-weight: 500;
	font-family: var(--font-family01);
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 43%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 40%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	padding: var(--px30) !important;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#profile_history tr {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#profile_history tr th,
	#profile_history tr td {
		width: calc(100% / 3);
		padding: 8px;
		border-left: none;
		border-bottom: none;
	}
	#profile_history tr th:last-child,
	#profile_history tr td:last-child {
		width: 100%;
	}
	#profile_history tr th:nth-child(3),
	#profile_history tr td:nth-child(3),
	#profile_history tr th:last-child,
	#profile_history tr td:last-child {
		border-right: none;
	}
	#profile_history tr:first-child th:nth-child(1),
	#profile_history tr:first-child th:nth-child(2),
	#profile_history tr:first-child th:nth-child(3) {
		border-top: 0;
	}
}
/*--------------------------------------------------
	作品一覧
--------------------------------------------------*/
#portfolio_gallery .gallery {
	/* フレックス */
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: flex-start !important;
	column-gap: 3.5%;
	row-gap: var(--px80);
}
#portfolio_gallery .gallery dl.gallery-item {
	width: 31% !important;
	margin: 0 !important;
}
#portfolio_gallery .gallery dl.gallery-item dt {
	margin-bottom: var(--px16);
}
#portfolio_gallery .gallery dl.gallery-item dt img {
	max-width: 100% !important;
}
#portfolio_gallery .gallery dl.gallery-item dd {
	max-width: 100% !important;
	margin: 0 !important;
	text-align: left;
}
#portfolio_gallery .gallery dl.gallery-item dd b {
	display: block;
	margin-bottom: 10px;
	font-size: var(--rem18);
	font-family: var(--font-family01);
	text-align: center;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#portfolio_gallery .gallery {
		column-gap: 4%;
	}
	#portfolio_gallery .gallery dl.gallery-item {
		width: 48% !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#portfolio_gallery .gallery dl.gallery-item {
		width: 100% !important;
	}
}
/*--------------------------------------------------
	動画一覧
--------------------------------------------------*/
#movie_list .ttl {
	margin-bottom: var(--px16);
	font-size: var(--rem24w);
	font-weight: bold;
	font-family: var(--font-family01);
	line-height: 1.5em;
}
#movie_list .youtubeArea {
	margin: 0 auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#movie_list {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: var(--px80);
	}
	#movie_list .box {
		width: 48%;
	}
	#movie_list .box:nth-child(1) .ttl,
	#movie_list .box:nth-child(2) .ttl {
		min-height: 3em;
		/* 縦方向中央揃え */
		display: flex;
		align-items: flex-end;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#movie_list .box+.box {
		margin-top: var(--px80);
	}
}
/*--------------------------------------------------
	資料ダウンロード
--------------------------------------------------*/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post ul.pdf_ddl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post ul.pdf_ddl li+li {
		margin-top: 15px;
	}
	.post ul.pdf_ddl li a {
		display: block;
	}
}
/**/
#download_report {
	
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#download_report ul.pdf_ddl {
		column-gap: 2%;
		row-gap: 20px;
	}
	#download_report ul.pdf_ddl li {
		width: 32%;
	}
	#download_report ul.pdf_ddl li a {
		display: block;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#download_report ul.pdf_ddl {
		column-gap: 4%;
	}
	#download_report ul.pdf_ddl li {
		width: 48%;
	}
}
/*--------------------------------------------------
	お知らせ
--------------------------------------------------*/
#news_box .navi h2 {
	font-size: var(--rem24w);
	font-weight: bold;
	font-family: var(--font-family01);
}
#news_box .navi li {
	padding: var(--px20) 0;
	border-bottom: 1px solid #ccc;
}
#news_box .navi li a {
	position: relative;
	display: block;
	padding-left: 1.5em;
}
#news_box .navi li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#news_box {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#news_box .main {
		width: 75%;
	}
	#news_box .navi {
		width: 20%;
	}
}
/**/
body:not(.home) .post h2.cat-loop {
	padding: 0;
	background: none;
	border: none;
}
body:not(.home) .post h2.cat-loop a {
	font-size: var(--rem30w);
}
#cat-post ul.post > li {
	margin-bottom: var(--px60);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	body:not(.home) .post h2.cat-loop a {
		font-size: var(--rem24w);
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul {
	width: 90%;
}
#breadcrumb ul li,
#breadcrumb ul li a {
	color: var(--color-font);
}
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
#breadcrumb ul li span span+span {
	display: none;
}
#sitemap_list li a {
	background-color: #fff !important;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn::after {
	display: none !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
	font-size: var(--px18);
}