@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*-----------------BODY--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-weight: 400;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fa, .far, .fas {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-weight: normal;
}
@media print, screen and (max-width: 1023px) {
	body {
		font-size: calc(1.6rem + (1vw - 10.23px) * 0.3086);
	}
}
.post h2 ss {
    font-size: 45%;
    color: #706050;
}
/*-----------------BODY--------------------------------------------*/
/*-----------------ヘッダー--------------------------------------------*/
/*------PC・SP共通
--------------------------------------------*/
.bg .inner {
	width: auto;
}
/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header .bg, .bg {
	background: none;
	margin: 0 auto;
}
#header h1, #header .description, #header-upper h1, #header-upper .description {
	color: #333; /*文字色変更*/
	font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー
--------------------------------------------*/
	#header {
		overflow: visible;
		width: 100%;
		height: 80px; /* 高さ変更 */
		margin: auto;
		z-index: 9999;
	}
	.home #header {
		position: absolute;
	}
	#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, #header ul.header__contact, #header ul.header__contact li, #header ul.header__contact li a, #header .header__socialicon ul {
		height: 100%;
		float: none;
	}
	#header .inner {
		width: 100%;
		max-width: none;
	}
	#header-layout {
		width: 100%;
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
	.home:not(.sticky-header) #header-layout {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	/*------ヘッダー__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: 10px 20px;
	}
	.home:not(.sticky-header) #header .logo {
		display: none;
	}
	#header .logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header .logo img {
		width: auto;
		height: 100%;
		max-width: 320px;
		max-height: 50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	/*------ヘッダー__グローバルナビ
--------------------------------------------*/
	#header .header__nav-contact {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	nav#mainNav {
		background: none; /* 背景色変更 */
		margin: 0;
	}
	nav#mainNav ul, #header .header__nav-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	nav#mainNav ul li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.6rem;
		padding: 10px 22px; /* 可変：縦15px → 10px、横20px → 15px */
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		content: '';
		position: absolute;
		width: 20px;
		height: 2px;
		background: #7EAD9F;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	nav#mainNav ul ul.sub-menu {
		width: 100%;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
	}
	nav#mainNav ul li:hover ul.sub-menu li a::after {
		content: none !important;
	}
	/*------ヘッダー__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 25px;
	}
	#header a.headBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row; /* アイコンを横並びにする場合は「row」 */
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff; /* 文字色変更 */
		background: #7EAD9F; /* 背景色変更 */
		font-size: 1.5rem;
		font-weight: 500;
		font-family: 'Lora', serif;
		padding: 10px 20px;
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header a.headBtn:hover {
		background: #53917E;
	}
	#header a.headBtn::before {
		display: block;
		font-family: 'Font Awesome 5 Free';
		font-size: 1.5em; /* サイズ変更 */
		font-weight: 900;
		line-height: 1;
		margin-right: 8px;
	}
	#header a.headBtntelBtn::before {
		content: '\f095';
	}
	#header a.headBtn.mailBtn::before {
		content: '\f0e0';
	}
	#header a.headBtn.bookBtn::before {
		content: '\f073';
	}
	/*------ヘッダー上部__SNS
--------------------------------------------*/
	#header .header__socialicon ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 10px;
	}
	#header .header__socialicon ul li:not(:last-child) {
		margin-right: 10px;
	}
	#header .header__socialicon ul li a {
		display: block;
		line-height: 0;
	}
	#header .fa-2x {
		font-size: inherit;
	}
	#header .fa-facebook-square:before, #header .fa-twitter-square:before, #header .fa-youtube-square:before, #header .fa-instagram:before {
		color: #cbcbcb;
		font-size: 3rem;
	}
	#header .SvgLine {
		fill: #cbcbcb;
		width: 26px;
		height: 26px;
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: #fff; /* 背景色変更 */
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2); /* 不要なら削除 */
	}
	.sticky-header #header-layout {
		height: 80px; /* 高さ変更 */
	}
	.sticky-header nav#mainNav {
		background: none;
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1920px) and (min-width: 1024px) {
	#header {
		height: calc(80px + (1vw - 19.2px) * 1.1161);
	}
	#header .logo img {
		max-height: calc(50px + (1vw - 19.2px) * 1.1161);
	}
	nav#mainNav ul li a {
		font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
		padding: 10px calc(22px + (1vw - 19.2px) * 0.6696);
	}
	#header a.headBtn {
		font-size: calc(1.5rem + (1vw - 19.2px) * 0.1116);
	}
	#header .fa-facebook-square:before, #header .fa-twitter-square:before, #header .fa-youtube-square:before, #header .fa-instagram:before {
		font-size: calc(3rem + (1vw - 19.2px) * 0.5580);
	}
	#header .SvgLine {
		width: calc(26px + (1vw - 19.2px) * 0.5580);
		height: calc(26px + (1vw - 19.2px) * 0.5580);
	}
}
@media print, screen and (max-width: 1023px) {
	#header .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	#header h1, #header .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 0 auto 20px;
		padding: 0;
	}
	#header .logo img {
		max-height: 60px; /* サイズ変更 */
	}
	/*------レスポンシブ__スティッキーヘッダー
--------------------------------------------*/
	.mobile #header {
		background: #fff; /* 背景色変更 */
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2); /* 不要なら削除 */
		z-index: 9999;
	}
	.mobile #header .logo .mark {
		text-align: left;
		padding: 10px;
	}
}
.spmenu #menu p {
	display: none;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	height: 2px;
	border-radius: 0;
}
.spmenu #menu span:before {
	bottom: -10px;
}
.spmenu #menu span:after {
	bottom: -20px;
}
/*--------------------------------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mobile #header .logo .mark, .mobile #header .logo .spmenu {
		display: block !important;
	}
}
/*-----------------ヘッダー--------------------------------------------*/
/*-----------------フッター--------------------------------------------*/
/*------共通
--------------------------------------------*/
#footer {
	color: #fff;
	font-size: 1.4rem;
	padding: 0;
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 95%;
	max-width: 1500px;
	padding: 80px 0;
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
	margin-bottom: calc(30px + (1vw - 19.2px) * 0.9709);
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 16px 0 15px;
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ccc;
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
@media print, screen and (min-width: 769px) {
	#footer .footnav ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*------フッター（左）
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	#footer .footer__l {
		text-align: left;
	}
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo {
	margin-bottom: 20px;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: 60px;
	-o-object-fit: contain;
	object-fit: contain;
}
/*------フッターキャプション
--------------------------------------------*/
#footer .footer__add {
	line-height: 2;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x {
	font-size: inherit;
}
#footer .footer__socialicon ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footer__socialicon ul li {
	text-align: center;
	padding: 0 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .footer__socialicon ul li::before {
	content: none;
}
#footer .footer__socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: initial;
}
@media print, screen and (min-width: 769px) {
	#footer .footer__socialicon ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	font-size: 1.2rem;
	letter-spacing: .1rem;
	padding: 20px 15px;
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#footer {
		font-size: calc(1.4rem + (1vw - 10.23px) * 0.3086);
	}
	#footer .inner {
		padding: calc(80px + (1vw - 10.23px) * 4.6296) 0;
	}
	#footer .footer__logo img {
		max-height: calc(60px + (1vw - 10.23px) * 1.5432);
	}
	#footer .footnav ul > li {
		padding: 0 calc(16px + (1vw - 10.23px) * 0.7716) 0 calc(15px + (1vw - 10.23px) * 0.7716);
	}
	#copyright {
		font-size: calc(1.2rem + (1vw - 10.23px) * 0.3086);
	}
}
@media print, screen and (max-width: 768px) {
	#footer .inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer .footer__l, #footer .footer__r {
		width: 100%;
	}
	#footer .footer__l {
		margin-bottom: 30px;
	}
	#copyright {
		padding-top: 0;
		padding-bottom: 50px;
	}
}
/*-----------------フッター--------------------------------------------*/
/*----------------SPフッタータブメニュー--------------------------------------------*/
ul#MESY_FTMFM_footer_bar .fa, ul#MESY_FTMFM_footer_bar .far, ul#MESY_FTMFM_footer_bar .fas {
	font-weight: 900;
}
/*----------------SPフッタータブメニュー--------------------------------------------*/
/*----------------メインイメージ--------------------------------------------*/
#mainImg img {
	width: 100% !important;
}
@media print, screen and (min-width: 701px) {
	#mainImg .n2-ss-item-image-content {
		border-radius: 0 0 0 10vw !important;
	}
	#mainImg .n2-ss-static-slide .n2-ss-item-image-content {
		border-radius: 0 !important;
	}
}
/*----------------メインイメージ--------------------------------------------*/
/*-----------------見出し--------------------------------------------*/
/*------共通
--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
/*------h1タイトル
--------------------------------------------*/
h1.title, .post h1, header#h1Header h1.title {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 10;
}
h1.title, .post h1 {
	position: relative;
	margin: 0 auto 60px;
}
header#h1Header h1.title {
	color: #2E1F27;
}
h1.title .enTtl, .post h1 .enTtl {
	display: block;
	font-size: 4rem;
	font-weight: 400;
	font-family: 'Lora', serif;
}
h1.title .jpTtl, .post h1 .jpTtl {
	display: block;
	font-size: 1.8rem;
}
@media print, screen and (max-width: 1023px) {}
/*------h2タイトル
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {}
/*------h3タイトル
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {}
/*------h4タイトル
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {}
/*------サブタイトル
--------------------------------------------*/
#breadcrumb .jpTtl, #sitemap_list .jpTtl {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
#breadcrumb b, ul#sitemap_list b {
	display: none;
}
/*------上部マージン消去
--------------------------------------------*/
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}
/*-----------------見出し--------------------------------------------*/
/*-----------------パンくずリスト--------------------------------------------*/
#breadcrumb {
	padding: 12px 0;
}
#breadcrumb ul {
	width: 98%;
	max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
/*-----------------共通--------------------------------------------*/
/*------ラッパーコンテンツ
--------------------------------------------*/
#full-wrapper .post {
	margin: 0 auto;
}
.wrapper-content {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	z-index: 10;
}
/*------フレックスボックス
--------------------------------------------*/
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbox {
	margin: calc(80px + (1vw - 19.2px) * 1.9417) auto;
}
.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.item-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.w30 {
	width: 28.5%;
}
.w40 {
	width: 38.5%;
}
.w50 {
	width: 48.5%;
}
.w60 {
	width: 58.5%;
}
.w70 {
	width: 68.5%;
}
.flexbox:first-child {
	margin-top: 0;
}
.flexbox:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	/*------フレックスボックス
--------------------------------------------*/
	.w30, .w40, .w50, .w60, .w70 {
		width: 100%;
		margin-bottom: 20px;
	}
	.w30:last-child, .w40:last-child, .w50:last-child, .w60:last-child, .w70:last-child {
		margin-bottom: 0;
	}
	.w30 img, .w40 img, .w50 img, .w60 img, .w70 img {
		width: auto;
		max-height: 320px;
	}
}
/*------pタグ
--------------------------------------------*/
.post p {
	padding-bottom: 0;
}
/*------リスト
--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
	margin-bottom: 0;
}
.post ol {
	margin: 0 0 0 1.2em;
}
.post ul.discList {
	list-style: disc;
	margin: 0 0 0 1.2em;
}
ul.nmbList {
	counter-reset: nmbList;
}
ul.nmbList > li {
	position: relative;
	padding-left: 2.5em;
}
ul.nmbList > li::before {
	content: '（'counter(nmbList) '）';
	counter-increment: nmbList;
	position: absolute;
	left: 0;
}
ul.list-bm > li {
	margin-bottom: 1.4em;
}
.post ol:first-child, .post ul.discList:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child, .post ul.discList:last-child {
	margin-bottom: 0;
}
/*--リスト--------------------------------------------*/
.post ol {
	margin: 0 0 0 1.2em;
}
.post ol:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child {
	margin-bottom: 0;
}
.post li ol li.list-decimal {
	list-style: decimal;
	margin-left: 0;
}
.post ul.list-disc li {
	list-style: disc;
	margin-left: 2.4rem;
	padding-left: 0;
}
.post .list-point li, .post .list-check li, .post ul.list-kome li {
	position: relative;
	padding-left: 2.4rem;
	list-style: none;
	margin-left: 0;
}
.post .list-point li:before, .post .list-check li:before, .post ul.list-kome li:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	color: #111;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0.1rem;
}
.post .list-point li:before, .post ul li.list-point:before {
	content: "\f087";
}
.post .list-check li:before, .post ul li.list-check:before {
	content: "\f00c";
}
.post ul.list-kome li::before, .post ul li.list-kome::before {
	content: "※";
}
/*--liststyle reset-----*/
.post li.list-none, .post ol li.list-none, .post ul li.list-none {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.post li.list-none:before, .post ol li.list-none:before, .post ul li.list-none:before {
	content: none !important
}
/*------テーブル
--------------------------------------------*/
.post table, .post table th, .post table td {
	border-width: 1px 0;
}
.post table {
	margin: 30px auto;
}
.post table th, .post table td {
	padding: 10px 15px;
}
.post table th {
	width: 25%;
	font-weight: 600;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
	.post table {
		margin: calc(30px + (1vw - 10.23px) * 1.5432) auto;
	}
	.post table th, .post table td {
		font-size: calc(1.4rem + (1vw - 10.23px) * 0.2315);
		padding: calc(10px + (1vw - 10.23px) * 0.7716) calc(15px + (1vw - 10.23px) * 1.0802);
	}
}
@media print, screen and (max-width: 640px) {
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
}
/*------画像
--------------------------------------------*/
.post img.aligncenter {
	margin: 0 auto;
}
.aspectImg {
	position: relative;
	overflow: hidden;
}
.aspectImg::before {
	content: '';
	display: block;
	padding-top: 66.7%;
}
.aspectImg img {
	position: absolute;
	width: 100.5%;
	max-width: none;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.squareImg::before {
	padding-top: 100%;
}
.squareImg img {
	width: auto;
	height: 100.5%;
}
/*------YOUTUBE動画埋め込み
--------------------------------------------*/
.youtubeArea {
	position: relative;
	overflow: hidden;
	margin: 50px auto;
}
.youtubeArea::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.youtubeArea > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.youtubeArea:first-child {
	margin-top: 0;
}
.youtubeArea:last-child {
	margin-bottom: 0;
}
/*------リンクボタン
--------------------------------------------*/
a.morelinkBtn {
	position: relative;
	display: inline-block;
	color: #7EAD9F;
	background: none;
	min-width: 250px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .1rem;
	line-height: 1.6;
	padding: 15px 50px;
	border: 1px solid #7EAD9F;
	-webkit-transition: .3s;
	transition: .3s;
}
a.morelinkBtn::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	background: #7EAD9F;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .3s;
	transition: .3s;
}
a.morelinkBtn:hover {
	color: #FFF;
	background: #53917E;
	border-color: #53917E;
	text-decoration: none;
}
a.morelinkBtn:hover::after {
	background: #FFF;
	-webkit-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}
a.morelinkBtn.whBtn {
	color: #FFF;
	background: none;
	border: 1px solid #FFF;
}
a.morelinkBtn.whBtn::after {
	background: #FFF;
}
a.morelinkBtn.whBtn:hover {
	background: rgba(255, 255, 255, .3);
}
.linkBtn-area {
	text-align: center;
	margin: 50px auto;
}
a.external::after {
	content: '\f35d';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
}
a.morelinkBtn.external::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.linkBtn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: 70px auto;
}
ul.linkBtn-list > li {
	width: 100%;
	margin-bottom: 20px;
}
ul.linkBtn-list > li a.morelinkBtn {
	width: 100%;
}
.linkBtn-area:first-child, ul.linkBtn-list:first-child {
	margin-top: 0;
}
.linkBtn-area:last-child, ul.linkBtn-list:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
	a.morelinkBtn {
		font-size: calc(1.6rem + (1vw - 10.23px) * 0.3086);
		padding: calc(15px + (1vw - 10.23px) * 0.4630) 50px;
	}
	.linkBtn-area {
		margin: calc(50px + (1vw - 10.23px) * 2.3148) auto;
	}
	ul.linkBtn-list {
		margin: calc(70px + (1vw - 10.23px) * 3.0864) auto;
	}
}
@media print, screen and (min-width: 1024px) {
	ul.linkBtn-list.col3List {
		max-width: none;
	}
	ul.linkBtn-list.col3List > li {
		width: 32%;
	}
	ul.linkBtn-list.col3List > li:nth-child(3n+2):last-child {
		margin-right: calc(32% + (((100% - (32% * 3)) / 2) * 1));
	}
	ul.linkBtn-list.col3List > li:nth-child(3n+1):nth-last-child(-n+3), ul.linkBtn-list.col3List > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) {
	a.morelinkBtn {
		width: 100%;
		min-width: auto;
	}
}
@media print, screen and (min-width: 641px) {
	ul.linkBtn-list > li {
		width: 48%;
	}
	ul.linkBtn-list > li:nth-child(2n+1):nth-last-child(-n+2), ul.linkBtn-list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------アンカーリンク
--------------------------------------------*/
.anchorLink::before {
	content: '';
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
a.morelinkBtn.anchorBtn {
	min-width: auto;
	padding: 10px 30px;
}
a.morelinkBtn.anchorBtn::after {
	content: '\f078';
}
ul.anchorList {
	max-width: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.anchorList > li {
	width: calc((100% - (10px * 4)) / 5);
	margin-right: 9px;
}
@media print, screen and (min-width: 1024px) {
	ul.anchorList > li:nth-child(5n), ul.anchorList > li:last-child {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 769px) {
	ul.anchorList > li {
		width: calc((100% - (10px * 2)) / 3);
	}
	ul.anchorList > li:nth-child(3n), ul.anchorList > li:last-child {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 768px) {
	ul.anchorList > li {
		width: calc((100% - 9px) / 2);
	}
	ul.anchorList > li:nth-child(2n), ul.anchorList > li:last-child {
		margin-right: 0;
	}
}
/*------注釈・強調テキスト
--------------------------------------------*/
.note, .inlinenote {
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
}
.note {
	display: block;
}
.nowrap {
	display: inline-block;
}
.blTxt, .post .blTxt {
	color: #0000ff;
}
.redTxt, .post .redTxt {
	color: #ff0000;
}
.gryTxt, .post .gryTxt {
	color: #aaa;
}
.enTxt, .post .enTxt {
	font-family: 'Lora', serif;
}
.emTxt, .post .emTxt {
	font-size: 1.5em;
	font-weight: 500;
}
.readTxt {
	font-size: 1.7;
	text-align: center;
	letter-spacing: .1rem;
	line-height: 2.2;
	margin: 60px auto 70px;
}
.bdrBox {
	padding: 5rem;
	border: 4px double #C3B1A0;
}
.uBdr-ttl {
	color: #8d745c;
	font-size: 150%;
	text-align: center;
	padding: 0 0 10px;
	margin-bottom: 2rem;
	border-bottom: 1px solid #C3B1A0;
}
.wrapBox{
	margin: 0 auto;
}
.l-space p:not(:last-child) {
	margin-bottom: 1.4em;
}
.leftTxt, .post .lefttTxt {
	text-align: left;
}
.rightTxt, .post .rightTxt {
	text-align: right;
}
.cntTxt, .post .cntTxt {
	text-align: center;
}
.top-null {
	margin-top: 2rem;
}
.readTxt:first-child {
	margin-top: 0;
}
.readTxt:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
	.readTxt {
		font-size: calc(1.7rem + (1vw - 10.23px) * 0.4630);
		margin: calc(60px + (1vw - 10.23px) * 3.0864) auto calc(70px + (1vw - 10.23px) * 3.8580);
	}
}
/*------ギャラリー
--------------------------------------------*/
.galleryArea {
	margin: 30px auto;
}
.galleryArea:first-child {
	margin-top: 0;
}
.galleryArea:last-child {
	margin-bottom: 0;
}
.gallery {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin: calc(50px + (1vw - 19.2px) * 1.2945) auto !important;
}
.gallery > br {
	display: none !important;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	float: none !important;
	margin-top: 0 !important;
	line-height: 0;
	margin-bottom: calc(20px + (1vw - 19.2px) * 0.7819);
}
.gallery-caption {
	line-height: 1.6;
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1294);
	text-align: center;
	margin: 1rem auto 0 !important;
	padding: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
	width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
	width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
	width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
	width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
@media print, screen and (max-width: 1023px) {
	.galleryArea {
		margin: calc(30px + (1vw - 10.23px) * 1.5432) auto;
	}
	.gallery-caption {
		font-size: calc(1.6rem + (1vw - 10.23px) * 0.4630);
	}
}
@media print, screen and (min-width: 641px) {
	.gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
		margin-right: calc(((100% / 4) * 2) + (((100% - ((100% / 4) * 4)) / 3) * 2)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
		margin-right: calc(((100% / 4) * 1) + (((100% - ((100% / 4) * 4)) / 3) * 1)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
		margin-right: calc(((100% / 5) * 3) + (((100% - ((100% / 5) * 5)) / 4) * 3)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
		margin-right: calc(((100% / 5) * 2) + (((100% - ((100% / 5) * 5)) / 4) * 2)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
		margin-right: calc(((100% / 5) * 1) + (((100% - ((100% / 5) * 5)) / 4) * 1)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
		margin-right: calc(((100% / 6) * 4) + (((100% - ((100% / 6) * 6)) / 5) * 4)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
		margin-right: calc(((100% / 6) * 3) + (((100% - ((100% / 6) * 6)) / 5) * 3)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
		margin-right: calc(((100% / 6) * 2) + (((100% - ((100% / 6) * 6)) / 5) * 2)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
		margin-right: calc(((100% / 6) * 1) + (((100% - ((100% / 6) * 6)) / 4) * 1)) !important;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
	.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 3) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type, .gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
}
@media print, screen and (max-width: 640px) {
	.gallery {
		margin: 20px auto !important;
	}
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 2) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 10px;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
		max-width: 97%;
	}
}
/*------レスポンシブ時、改行無し、左揃え
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	.pc-center {
		text-align: center;
	}
}
@media print, screen and (max-width: 768px) {
	.br-none br {
		display: none;
	}
}
/*------横100%
--------------------------------------------*/
#wrapper, #content, .post {
	overflow: visible;
}
.fullwidthBox {
	position: relative;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 30px calc((100vw - 100%) / 2);
}
/*------Googleマップ
--------------------------------------------*/
.googlemap {
	padding-bottom: 45%;
	margin: 50px auto;
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
	.googlemap {
		margin: calc(50px + (1vw - 10.23px) * 3.0864) auto;
	}
}
@media print, screen and (max-width: 768px) {
	.googlemap {
		padding-bottom: 80%;
	}
}
/*-----------------共通--------------------------------------------*/
/*-----------------トップ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.home {
	background: #F7F4ED;
}
.home #content {
	padding: 0;
}
.front-contents {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
}
.post h1.frontTtl, body:not(.home) .post h2 {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: .2rem;
	text-align: center;
	padding: 0;
	margin: 0 auto 60px;
}
.post h1.frontTtl::after, #front_bottom_content h1::after, body:not(.home) .post h2::after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #2E1F27;
	margin: 20px auto 0;
	visibility: inherit;
}
.post h1.frontTtl .enTtl, #front_bottom_content h1 .enTtl, body:not(.home) .post h2 .enTtl {
	display: block;
	font-size: 4rem;
	font-weight: 400;
	font-family: 'Lora', serif;
}
.post h2 small {
	font-size: 70%;
	color: #706050;
}
@media print, screen and (max-width: 1023px) {
	.front-contents {
		padding: calc(150px + (1vw - 10.23px) * 12.3457) 0;
	}
	.post h1.frontTtl, #front_bottom_content h1, body:not(.home) .post h2 {
		font-size: calc(3rem + (1vw - 10.23px) * 0.9259);
		margin: 0 auto calc(60px + (1vw - 10.23px) * 3.0864);
	}
	.post h1.frontTtl::after, #front_bottom_content h1::after, body:not(.home) .post h2::after {
		width: calc(30px + (1vw - 10.23px) * 0.7716);
		margin: calc(20px + (1vw - 10.23px) * 0.7716) auto 0;
	}
	.post h1.frontTtl .enTtl, #front_bottom_content h1 .enTtl {
		font-size: calc(4rem + (1vw - 10.23px) * 1.8519);
	}
}
/*------GREETING
--------------------------------------------*/
#f-greeting {
	padding: 220px 0 200px;
}
#f-greeting::after {
	content: '';
	position: absolute;
	width: 700px;
	height: 740px;
	background: url(/struct/wp-content/uploads/bg_greeting.png) no-repeat center;
	background-size: contain;
	opacity: .15;
	top: calc(50% - 35px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.post h1.greetingTtl {
	font-size: 2.8rem;
	font-weight: 300;
	text-align: center;
	letter-spacing: .4rem;
	line-height: 2;
	padding: 0;
	margin: 0 auto 60px;
}
.greetingTxt {
	font-size: 1.7rem;
	text-align: center;
	line-height: 3;
	letter-spacing: .2rem;
}
#f-greeting .linkBtn-area {
	margin-top: 60px;
}
@media print, screen and (max-width: 1023px) {
	#f-greeting {
		padding: calc(220px + (1vw - 10.23px) * 15.4321) 0 calc(200px + (1vw - 10.23px) * 15.4321);
	}
	#f-greeting::after {
		position: absolute;
		width: calc(700px + (1vw - 10.23px) * 15.4321);
		height: calc(740px + (1vw - 10.23px) * 15.4321);
	}
	.post h1.greetingTtl {
		font-size: calc(2.8rem + (1vw - 10.23px) * 1.2346);
		margin: 0 auto calc(60px + (1vw - 10.23px) * 3.0864);
	}
	.greetingTxt {
		font-size: calc(1.7rem + (1vw - 10.23px) * 0.4630);
		text-align: center;
		line-height: 3;
		letter-spacing: .2rem;
	}
}
@media print, screen and (max-width: 768px) {
	#f-greeting .wrapper-content {
		width: 85%;
	}
	.greetingTxt {
		text-align: left;
	}
}
/*------2COLUMN
--------------------------------------------*/
#f-2col {
	padding: 0;
}
.fw-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fw-2col-wrap {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 420px;
	padding: 40px;
}
.fw-2col__inner {
	position: relative;
	max-width: 400px;
	color: #FFF;
	z-index: 10;
}
.fw-2col__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fw-2col__bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.fw-2col__bg img {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .5s;
	transition: .5s;
}
.post h2.fw-2colTtl {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 300;
	letter-spacing: .2rem;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}
.post h2.fw-2colTtl .enTtl {
	font-family: 'Lora', serif;
	font-weight: 400;
}
/*ホバーアクション*/
.fw-2col-wrap:hover .fw-2col__bg::after {
	background: rgba(0, 0, 0, .3);
}
.fw-2col-wrap:hover .fw-2col__bg img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
@media print, screen and (max-width: 1800px) {
	.fw-2col__bg img {
		width: auto;
		height: 100%;
	}
}
@media print, screen and (max-width: 1023px) {
	.post h2.fw-2colTtl {
		font-size: calc(2.6rem + (1vw - 10.23px) * 0.3086);
	}
}
@media print, screen and (max-width: 768px) {
	.fw-2col-wrap {
		width: 100%;
		height: calc(420px + (1vw - 7.68px) * 15.2672);
	}
}
/*------GALLERY
--------------------------------------------*/
#f-gallery .wrapper-content {
	max-width: 900px;
}
ul.galleryList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.galleryList > li {
	width: 24%;
	margin-bottom: 20px;
}
.sns-info {
	width: 80%;
	max-width: 900px;
	padding: 0 30px 50px;
	margin: 100px auto 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #C3B1A0;
}
.post h2.sns-infoTtl {
	position: relative;
	display: table;
	background: #f7f4ed;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: center;
	padding: 5px 20px;
	margin: 0 auto 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.bnrList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.bnrList > li {
	width: calc((100% - (11px * 3)) / 4);
	margin-right: 10px;
	margin-bottom: 10px
}
@media print, screen and (max-width: 1023px) {
	.sns-info {
		padding: 0 30px calc(50px + (1vw - 10.23px) * 1.5432);
		margin-top: calc(100px + (1vw - 10.23px) * 3.0864);
	}
	.post h2.sns-infoTtl {
		font-size: calc(2rem + (1vw - 10.23px) * 0.6173);
		margin: 0 auto calc(20px + (1vw - 10.23px) * 1.5432);
	}
}
@media print, screen and (min-width: 769px) {
	ul.galleryList > li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	ul.galleryList > li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	ul.galleryList > li:nth-child(4n+1):nth-last-child(-n+4), ul.galleryList > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
	ul.bnrList > li:nth-child(4n), ul.bnrList > li:last-child {
		margin-right: 0;
	}
	ul.bnrList > li:nth-child(4n+1):nth-last-child(-n+4), ul.galleryList > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) {
	ul.galleryList > li {
		width: 49%;
		margin-bottom: calc(20px + (1vw - 7.68px) * 3.5623);
	}
	ul.galleryList > li:nth-child(2n+1):nth-last-child(-n+2), ul.galleryList > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) {
	ul.bnrList > li {
		width: calc((100% - 11px) / 2);
	}
	ul.bnrList > li:nth-child(2n), ul.bnrList > li:last-child {
		margin-right: 0;
	}
	ul.bnrList > li:nth-child(2n+1):nth-last-child(-n+2), ul.galleryList > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------MAP
--------------------------------------------*/
#f-map {
	background: #FFF;
	padding: 100px 0 0;
}
#f-map h1.frontTtl {
	margin-bottom: 40px;
}
.fw-googlemap {
	position: relative;
	margin: 60px auto 0;
}
.fw-googlemap::before {
	content: '';
	display: block;
	padding-top: 350px;
}
.fw-googlemap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1023px) {
	#f-map {
		padding: calc(100px + (1vw - 10.23px) * 4.6296) 0 0;
	}
	#f-map h1.frontTtl {
		margin-bottom: calc(40px + (1vw - 10.23px) * 1.5432);
	}
	.fw-googlemap {
		margin: calc(60px + (1vw - 10.23px) * 3.0864) auto 0;
	}
	.fw-googlemap::before {
		padding-top: calc(350px + (1vw - 10.23px) * 7.7160);
	}
}
/*------新着情報
--------------------------------------------*/
#front_top_content, #front_bottom_content {
	padding: 150px 0 180px;
}
#front_bottom_content {
	background: #FFF;
}
#front-sectionPost {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
#front_top_content .linkBtn-area, #front_bottom_content .linkBtn-area {
	margin-top: 50px;
}
#front-sectionPost ul.post li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#front-sectionPost ul.post li {
	border-bottom: none !important;
}
@media print, screen and (max-width: 1023px) {
	#front_top_content, #front_bottom_content {
		padding: calc(150px + (1vw - 10.23px) * 12.3457) 0 calc(180px + (1vw - 10.23px) * 12.3457);
	}
}
/*-----------------トップ--------------------------------------------*/
/*-----------------投稿記事--------------------------------------------*/
/*------共通
--------------------------------------------*/
/*-----表示関連-----*/
#cat-post ul.post li, .post2b, .post4b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#cat-post ul.post li, .post2b li, .post4b li {
	border: 1px solid #333 !important;
}
#cat-post ul.post li, ul.post li {
	padding: 25px;
}
.post2b, .post4b {
	padding: 0;
	margin: 0 auto;
}
.post2b li, .post4b li {
	position: relative;
	padding: 20px 15px 60px;
	margin: 0 0 20px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
	line-height: 1.2;
	padding: 5px 10px;
	border-radius: 0;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
	font-size: .9em;
	line-height: 1.6;
	margin-bottom: 0;
	opacity: .7;
}
.post_link, .post2b_link, .post4b_link {
	position: absolute;
	float: none;
	font-size: 1.2rem;
	margin: 0;
	bottom: 10px;
	right: 5px;
	border-bottom: 1px solid #7EAD9F;
}
.post2b_link, .post4b_link {
	bottom: 20px;
	right: 15px;
}
/*-----画像関連-----*/
.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
/*-----タイトル関連-----*/
.post2b h2, .post4b h2, h2.title {
	padding: 0;
	margin: 10px auto;
}
.clearfix:after {
	content: none;
}
/*------リスト表示
--------------------------------------------*/
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 1px solid #ddd;
}
.postlist .post_text {
	width: 98%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 12px 0;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postlist .ttls a {
	color: #171710;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
/*------4ブロック
--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
/*------2ブロック
--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 48%;
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------1ブロック
--------------------------------------------*/
ul.post > li {
	margin-bottom: 30px;
}
ul.post > li .post_text70 {
	position: relative;
	padding-bottom: 30px;
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}
/*-----------------投稿記事--------------------------------------------*/
/*-----------------記事詳細--------------------------------------------*/
/*-----表示関連-----*/
#cat-post li {
	margin-bottom: calc(30px + (1vw - 19.2px) * 0.6472);
}
#cat-post li .post_contents {
	margin-top: 1rem;
}
#cat-post .postlist li {
	margin-bottom: 0;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
/*-----タイトル関連-----*/
#cat-post h2, #cat-post h2 a {
	font-size: calc(2rem + (1vw - 19.2px) * 0.2589);
	letter-spacing: .1rem;
}
#cat-post h2 {
	font-style: normal;
	margin-bottom: 0;
	text-align: left;
	padding: 10px 0;
	border: none;
}
#cat-post .post2b h2, #cat-post .post4b h2, #cat-post .post2b h2 a, #cat-post .post4b h2 a {
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1294);
}
#cat-post h2::before, #cat-post h2::after {
	content: none;
}
.single-post h1.title {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-style: normal;
	margin: 0 auto 20px;
}
/*-----------------記事詳細--------------------------------------------*/
/*Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.outer {
	margin: 0 auto;
	width: 100%;
}
.max_w900 {
	max-width: 900px;
}
.max_w960 {
	max-width: 960px;
}
.max_w1000 {
	max-width: 1000px;
}
.max_w1024 {
	max-width: 1024px;
}
.max_w1100 {
	max-width: 1100px;
}
.max_w1200 {
	max-width: 1200px;
}
.max_w1300 {
	max-width: 1300px;
}
.max_w1400 {
	max-width: 1400px;
}
.max_w1500 {
	max-width: 1500px;
}
.max_w1600 {
	max-width: 1600px;
}
.max_w1700 {
	max-width: 1700px;
}
.max_w1800 {
	max-width: 1800px;
}
/*--space--------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mt1 {
	margin-top: 1rem !important;
}
.mt2 {
	margin-top: 2rem !important;
}
.mt3 {
	margin-top: 3rem !important;
}
.mt4 {
	margin-top: 4rem !important;
}
.mt5 {
	margin-top: 5rem !important;
}
.mt6 {
	margin-top: 6rem !important;
}
.mt7 {
	margin-top: 7rem !important;
}
.mt8 {
	margin-top: 8rem !important;
}
.mt9 {
	margin-top: 9rem !important;
}
.mt10 {
	margin-top: 10rem !important;
}
.mt15 {
	margin-top: 15rem !important;
}
.mt16 {
	margin-top: 16rem !important;
}
.mb0 {
	margin-bottom: 0rem !important;
}
.mb1 {
	margin-bottom: 1rem !important;
}
.mb2 {
	margin-bottom: 2rem !important;
}
.mb3 {
	margin-bottom: 3rem !important;
}
.mb4 {
	margin-bottom: 4rem !important;
}
.mb5 {
	margin-bottom: 5rem !important;
}
.mb6 {
	margin-bottom: 6rem !important;
}
.mb7 {
	margin-bottom: 7rem !important;
}
.mb8 {
	margin-bottom: 8rem !important;
}
.mb9 {
	margin-bottom: 9rem !important;
}
.mb10 {
	margin-bottom: 10rem !important;
}
.mb15 {
	margin-bottom: 15rem !important;
}
.mb16 {
	margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
	.mt1 {
		margin-top: 0.5rem !important;
	}
	.mt2 {
		margin-top: 1rem !important;
	}
	.mt3 {
		margin-top: 1.5rem !important;
	}
	.mt4 {
		margin-top: 2rem !important;
	}
	.mt5 {
		margin-top: 2.5rem !important;
	}
	.mt6 {
		margin-top: 3rem !important;
	}
	.mt7 {
		margin-top: 3.5rem !important;
	}
	.mt8 {
		margin-top: 4rem !important;
	}
	.mt9 {
		margin-top: 4.5rem !important;
	}
	.mt10 {
		margin-top: 5rem !important;
	}
	.mt15 {
		margin-top: 7.5rem !important;
	}
	.mt16 {
		margin-top: 8rem !important;
	}
	.mb1 {
		margin-bottom: 0.5rem !important;
	}
	.mb2 {
		margin-bottom: 1rem !important;
	}
	.mb3 {
		margin-bottom: 1.5rem !important;
	}
	.mb5 {
		margin-bottom: 2.5rem !important;
	}
	.mb6 {
		margin-bottom: 3rem !important;
	}
	.mb7 {
		margin-bottom: 3.5rem !important;
	}
	.mb8 {
		margin-bottom: 5rem !important;
	}
	.mb9 {
		margin-bottom: 4.5rem !important;
	}
	.mb10 {
		margin-bottom: 5rem !important;
	}
	.mb15 {
		margin-bottom: 7.5rem !important;
	}
	.mb16 {
		margin-bottom: 8rem !important;
	}
}
.pt0 {
	padding-top: 0rem !important;
}
.pt1 {
	padding-top: 1rem !important;
}
.pt2 {
	padding-top: 2rem !important;
}
.pt3 {
	padding-top: 3rem !important;
}
.pt4 {
	padding-top: 4rem !important;
}
.pt5 {
	padding-top: 5rem !important;
}
.pt6 {
	padding-top: 6rem !important;
}
.pt7 {
	padding-top: 7rem !important;
}
.pt8 {
	padding-top: 8rem !important;
}
.pt9 {
	padding-top: 9rem !important;
}
.pt10 {
	padding-top: 10rem !important;
}
.pb0 {
	padding-bottom: 0rem !important;
}
.pb1 {
	padding-bottom: 1rem !important;
}
.pb2 {
	padding-bottom: 2rem !important;
}
.pb3 {
	padding-bottom: 3rem !important;
}
.pb4 {
	padding-bottom: 4rem !important;
}
.pb5 {
	padding-bottom: 5rem !important;
}
.pb6 {
	padding-bottom: 6rem !important;
}
.pb7 {
	padding-bottom: 7rem !important;
}
.pb8 {
	padding-bottom: 8rem !important;
}
.pb9 {
	padding-bottom: 9rem !important;
}
.pb10 {
	padding-bottom: 10rem !important;
}
.pd2 {
	padding: 2rem !important;
}
.pd3 {
	padding: 3rem !important;
}
.pd4 {
	padding: 4rem !important;
}
.pd5 {
	padding: 5rem !important;
}
@media screen and (max-width: 768px) {
	.pt1 {
		padding-top: 0.5rem !important;
	}
	.pt2 {
		padding-top: 1rem !important;
	}
	.pt3 {
		padding-top: 1.5rem !important;
	}
	.pt4 {
		padding-top: 2rem !important;
	}
	.pt5 {
		padding-top: 2.5rem !important;
	}
	.pt6 {
		padding-top: 3rem !important;
	}
	.pt7 {
		padding-top: 3.5rem !important;
	}
	.pt8 {
		padding-top: 4rem !important;
	}
	.pt9 {
		padding-top: 4.5rem !important;
	}
	.pt10 {
		padding-top: 5rem !important;
	}
	.pb1 {
		padding-bottom: 0.5rem !important;
	}
	.pb2 {
		padding-bottom: 1rem !important;
	}
	.pb3 {
		padding-bottom: 1.5rem !important;
	}
	.pb4 {
		padding-bottom: 2rem !important;
	}
	.pb5 {
		padding-bottom: 2.5rem !important;
	}
	.pb6 {
		padding-bottom: 3rem !important;
	}
	.pb7 {
		padding-bottom: 3.5rem !important;
	}
	.pb8 {
		padding-bottom: 4rem !important;
	}
	.pb9 {
		padding-bottom: 4.5rem !important;
	}
	.pb10 {
		padding-bottom: 5rem !important;
	}
	.pd2 {
		padding: 1rem !important;
	}
	.pd3 {
		padding: 1.5rem !important;
	}
	.pd4 {
		padding: 2rem !important;
	}
	.pd5 {
		padding: 2.5rem !important;
	}
}
@media screen and (max-width: 414px) {
	.mt16 {
		margin-top: 5rem !important;
	}
	.mb16 {
		margin-bottom: 5rem !important;
	}
}
/*-----------------下層ページ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.post {
	margin: 0 auto;
	padding: 0;
}
#wrapper, .inner {
	width: 100%;
	max-width: 1100px;
}
body:not(.home) #wrapper {
	width: 90%;
}
#content, body:not(.home) #content.wide {
	line-height: 2;
	padding: calc(100px + (1vw - 19.2px) * 3.2362) 0 calc(180px + (1vw - 19.2px) * 3.8835);
	margin: 0 auto;
}
body:not(.home) #content.wide {
	width: 100%;
}
.content-inner + .content-inner {
	margin-top: 150px;
}
.fw-contents {
	margin-top: calc(-100px + (1vw - 19.2px) * -3.2362);
	margin-bottom: calc(-180px + (1vw - 19.2px) * -3.8835);
}
.fw-contents .content-inner {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: calc(120px + (1vw - 19.2px) * 2.5890) calc((100vw - 100%) / 2) calc(150px + (1vw - 19.2px) * 3.2362);
	margin-top: 0;
}
.fw-contents .content-inner:nth-child(even) {
	background: #fafafa;
}
.content-inner.beige-bg {
	background: #F7F4ED;
	padding: 5rem 0;
}
.cta-box {
	text-align: center;
	border: 4px double #C3B1A0;
	padding: 2rem;
	font-size: 150%;
	color: #8d745c;
}
.course-area {
	background: #F7F4ED;
	padding: 5rem;
	margin: 5rem 0;
}
.post h3 {
	display: block;
	color: #fff;
	background: #4d4d4d;
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1942);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: calc(8px + (1vw - 19.2px) * 0.1942) calc(12px + (1vw - 19.2px) * 0.1294);
	margin: calc(50px + (1vw - 19.2px) * 0.9709) auto 20px;
	border: none;
}
.beige-bg.faq-area {
	background: #F7F4ED;
	padding: 10rem 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-top: 150px;
}
.beige-bg.faq-area:last-child {
	margin-bottom: calc(-180px + (1vw - 19.2px) * -3.8835);
}
.beige-bg.faq-area .content-inner {
	max-width: 1100px;
	margin: 0 auto;
}
/*--------------------
FAQ ver1
--------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #C3B1A0;
	border: 1px solid #C3B1A0;
	color: #ffffff;
}
.qa_list .qa_list_inner dd .ans-flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #C3B1A0;
	background: #ffffff;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 0px solid #C3B1A0;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
}
.qa_list .qa_list_inner .q_ico {
	background: #C3B1A0;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
	border-right: 1px solid #C3B1A0;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
p.aligncenter .price {
	font-size: 200%;
}
body:not(.home) .post .plan-area h2 {
	margin-bottom: 1.5rem;
    line-height: 0.6em;
}
span.commingsoon {
	color: #C3B1A0;
	font-size: 30%;
}
table.aligncenter td {
	text-align: center !important;
}
@media print, screen and (max-width: 1023px) {
	.content-inner + .content-inner {
		margin-top: calc(150px + (1vw - 10.23px) * 10.8025);
	}
}
/*------アイキャッチ
--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 300px;
	background: #F7F4ED;
	z-index: -1;
}
#thumbImg img, header#h1Header img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, screen and (min-width: 1921px) {
	#thumbImg img, header#h1Header img {
		width: 100%;
		height: auto;
	}
}
/*------お問い合わせ
--------------------------------------------*/
.page-thanks #content header {
	display: none;
}
/*------プライバシーポリシー
--------------------------------------------*/
#privacy h2 {
	display: block;
	color: #fff;
	background: #4d4d4d;
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1942);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: calc(8px + (1vw - 19.2px) * 0.1942) calc(12px + (1vw - 19.2px) * 0.1294);
	margin: calc(50px + (1vw - 19.2px) * 0.9709) auto 20px;
	border: none;
}
#privacy h3 {
	color: #333;
	background: none;
	font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294);
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px;
	margin: calc(40px + (1vw - 19.2px) * 0.9709) auto calc(20px + (1vw - 19.2px) * 0.6472);
	border-bottom: 1px dashed #ddd;
}
#privacy h2::before, #privacy h2::after, #privacy h3::before, #privacy h3::after {
	content: none;
}
#privacy h2:first-child {
	margin-top: 0;
}
/*------
--------------------------------------------*/
/*-----------------下層ページ - --------------------------------------------*/
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
@media print, screen and (max-width: 1024px) {
	/*------下層・アイキャッチ
--------------------------------------------*/
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: calc(300px + (1vw - 10.24px) * 9.2450);
	}
}
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 60px;
	}
	#content, #content.wide {
		width: 90%;
	}
}
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/
@media print, screen and (max-width: 640px) {
	/*------パンくずリスト
--------------------------------------------*/
	#breadcrumb ul {
		max-width: 100%;
	}
	/*------新着情報
--------------------------------------------*/
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 10px;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 5px;
	}
	.postlist .time {
		margin: 0 5px 0 0;
	}
}
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/

/*バージョンアップCF7送信スピナーによるテキストずれ対応*/
.wpcf7-spinner{
    position: absolute!important;
    margin: 0!important;
}