@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=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	font-size: 1.6rem;
	font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294);
	font-weight: 400;
	letter-spacing: .1rem;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----------------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: #000; /*文字色変更*/
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.2232); /* フォントサイズ：1.2rem → 1rem */
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー下部
--------------------------------------------*/
	#header {
		width: 100%;
		height: calc(90px + (1vw - 19.2px) * 1.1161); /* 高さ変更 */
		background: #000;
		margin: auto;
		z-index: 9999;
		overflow: visible;
	}
	.home #header {
		position: absolute;
		background: none;
	}
	#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, nav#mainNav ul li, nav#mainNav ul li a, #header ul.header__contact, #header ul.header__contact li, #header ul.header__contact li a {
		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;
	}
	/*------ヘッダー下部__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: calc(10px + (1vw - 19.2px) * 0.5580) calc(20px + (1vw - 19.2px) * 1.1161); /* 可変：縦10px → 5px、横20px → 10px */
	}
	#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: auto;
		max-height: calc(32px + (1vw - 19.2px) * 1.5625);
	}
	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#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 {
		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: calc(1.6rem + (1vw - 19.2px) * 0.3348); /* 可変：1.6rem → 1.4rem */
		padding: calc(15px + (1vw - 19.2px) * 0.5580) calc(35px + (1vw - 19.2px) * 2.2321);
	}
	nav#mainNav ul ul.sub-menu {
		width: 250px;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
	}
	nav#mainNav ul li a span {
		font-size: calc(1.2rem + (1vw - 19.2px) * 0.2232);
		font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'Times New Roman', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		margin-top: 8px;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		z-index: 9999;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li li.current-menu-item li a {
		background: #000;
	}
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li.current-menu-item ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li.current-menu-item a {
		padding: 20px 15px;
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#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: calc(30px + (1vw - 19.2px) * 2.2321);
	}
	#header a.headBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; /* アイコンを横並びにする場合は「row」 */
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #bfa470; /* 文字色変更 */
		background: #000; /* 背景色変更 */
		font-size: calc(2rem + (1vw - 19.2px) * 0.6696);
		font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'Times New Roman', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
		font-weight: 400;
		padding: calc(10px + (1vw - 19.2px) * 0.2232) calc(50px + (1vw - 19.2px) * 3.3482);
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: rgba(0, 0, 0, .7); /* 背景色変更 */
		-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; /* 高さ変更 */
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	nav#mainNav a.menu {
		background-color: rgba(0, 0, 0, 1);
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0;
	}
	#header .logo img {
		max-height: 32px; /* サイズ変更 */
	}
	/*------レスポンシブ__スティッキーヘッダー
--------------------------------------------*/
	.mobile #header {
		background: #000; /* 背景色変更 */
		-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 {
		padding: 10px 20px;
	}
}
.spmenu #menu p {
	font-size: 1rem;
}
/*-----------------ヘッダー--------------------------------------------*/
/*-----------------フッター--------------------------------------------*/
/*------共通
--------------------------------------------*/
#footer {
	background: url(/struct/wp-content/uploads/bg_nature.jpg) no-repeat top center;
	background-size: cover;
	font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
	padding: 80px 0 20px;
}
#footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#footer .inner {
	width: 90%;
	max-width: 960px;
}
#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 ul li a:hover {
	text-decoration: none;
}
#footer img {
	width: auto;
	max-width: 100%;
}
#footer .footer__info {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .footer__contact {
	width: 25%;
	max-width: 250px;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo {
	margin-left: 30px;
}
#footer .footer__logo img {
	max-width: 32px;
	max-height: calc(316px + (1vw - 19.2px) * 6.5372);
}
/*------フッターインフォ
--------------------------------------------*/
#footer .footer__add {
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 2;
	margin-left: calc(100px + (1vw - 19.2px) * 3.8835);
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#footer .footnav ul li {
	line-height: 2;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#footer .footnav ul li a::before {
	content: '・';
}
/*------フッターコンタクトボタン
--------------------------------------------*/
#footer ul.foot-contact li a.contactBtn {
	width: 100%;
}
#footer ul.foot-contact li:not(:last-child) {
	margin-bottom: 10px;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .footer__socialicon {
	margin-top: 20px;
}
#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 5px;
	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;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: rgba(255, 255, 255, .5);
	font-size: calc(4rem + (1vw - 19.2px) * 1.2945); /* ----SNSボタン（LINEを除く）の大きさ変更はこちら---- */
}
#footer .SvgLine {
	width: calc(36px + (1vw - 19.2px) * 1.1650); /* ----LINEボタンの大きさ変更はこちら---- */
	height: calc(38px + (1vw - 19.2px) * 1.2945); /* ----LINEボタンの大きさ変更はこちら---- */
}
.SvgLine {
	fill: rgba(255, 255, 255, .5);
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	width: 90%;
	max-width: 1100px;
	background: none;
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
	padding: 15px 0 0;
	margin: calc(100px + (1vw - 19.2px) * 3.8835) auto 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 768px) {
	#footer .footer__info, #footer .footer__contact {
		width: 100%;
	}
	#footer .footer__info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .footer__contact {
		margin: 50px auto 0;
	}
}
/*-----------------フッター--------------------------------------------*/
/*-----------------見出し--------------------------------------------*/
/*------共通
--------------------------------------------*/
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 {
	position: relative;
	font-size: calc(4.2rem + (1vw - 19.2px) * 1.1003);
	font-weight: 400;
	letter-spacing: calc(.8rem + (1vw - 19.2px) * 0.1942);
	text-align: center;
	padding: 0;
	margin: 0 auto calc(150px + (1vw - 19.2px) * 5.1780);
}
h1.title .enTtl::before, .post h1 .enTtl::before {
	content: '';
	display: block;
	width: 90%;
	max-width: 360px;
	height: 1px;
	background: #fff;
	margin: calc(30px + (1vw - 19.2px) * 0.6472) auto calc(40px + (1vw - 19.2px) * 0.9709);
}
/*------h2タイトル
--------------------------------------------*/
.post h2 {
	font-size: calc(3.4rem + (1vw - 19.2px) * 0.9061);
	font-weight: 400;
	text-align: center;
	letter-spacing: .4rem;
	padding: 0;
	margin: calc(100px + (1vw - 19.2px) * 1.9417) auto calc(50px + (1vw - 19.2px) * 0.6472);
}
.post h2:after {
	content: none;
}
/*------h3タイトル
--------------------------------------------*/
.post h3 {
	font-size: calc(2.2rem + (1vw - 19.2px) * 0.2589);
	padding: 0;
	margin: calc(40px + (1vw - 19.2px) * 0.9709) auto calc(20px + (1vw - 19.2px) * 0.3236);
}
/*------h4タイトル
--------------------------------------------*/
.post h4 {
	font-size: calc(1.8rem + (1vw - 1.92rem) * 0.1942);
	padding: 0 0 0 10px;
	margin: calc(35px + (1vw - 1.92rem) * 0.3236) auto calc(15px + (1vw - 1.92rem) * 0.3236);
	border-width: 0 0 0 4px;
	border-color: #a68e61;
}
/*------サブタイトル
--------------------------------------------*/
.enTtl {
	display: block;
	color: #a68e61;
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1942);
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'Times New Roman', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	letter-spacing: .2rem;
}
#breadcrumb .enTtl, .page-sitemap .post .enTtl {
	display: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
/*------上部マージン消去
--------------------------------------------*/
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: 95%;
	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;
	-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%;
}
.min-form input[type="text"], .min-form input[type="tel"], .min-form input[type="email"], .min-form input[type="date"], .min-form input[type="url"], .min-form input[type="number"], .min-form select, .min-form textarea {
	width: 28%;
	max-width: 150px;
}
.wpcf7-form input[type=submit] {
	color: #a68e61;
	background: none;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'Times New Roman', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	padding: 10px 50px;
	border: 1px solid #cbae77;
	border-radius: inherit;
	transition: .2s;
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
/*-----------------共通--------------------------------------------*/
/*------ラッパーコンテンツ
--------------------------------------------*/
#full-wrapper .post {
	margin: 0 auto;
}
.wrapper-content {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: auto;
}
/*------フレックスボックス
--------------------------------------------*/
.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 + .flexbox {
	margin-top: calc(80px + (1vw - 19.2px) * 1.9417);
}
.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.w30 {
	width: 28.5%;
}
.w40 {
	width: 38.5%;
}
.w50 {
	width: 48.5%;
}
.w60 {
	width: 58.5%;
}
.w70 {
	width: 68.5%;
}
/*------pタグ
--------------------------------------------*/
.post p {
	padding-bottom: 0;
}
/*------リスト
--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
}
.post ol {
	margin: 0 0 0 1.2em;
}
.post ol li {
	list-style: none;
}
.post ol > li {
	list-style: decimal;
}
.post ul.discList {
	list-style: disc;
	margin: 0 0 0 1.2em;
}
.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 table, .post table th, .post table td {
	border: 1px solid #505050;
}
.post table {
	margin: 30px auto;
}
.post table th, .post table td {
	padding: calc(10px + (1vw - 19.2px) * 0.3236) calc(15px + (1vw - 19.2px) * 0.4531);
}
.post table th {
	width: 25%;
	background: rgba(255, 255, 255, .1);
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
/*------画像
--------------------------------------------*/
.post img.aligncenter {
	margin: 0 auto;
}
.aspectImg, .squareCut, .historyList__img {
	position: relative;
	overflow: hidden;
}
.aspectImg::before, .squareCut::before, .historyList__img::before {
	content: '';
	display: block;
}
.aspectImg::before {
	padding-top: 66.7%;
}
.squareCut::before, .historyList__img::before {
	padding-top: 100%;
}
.aspectImg img, .squareCut img, .historyList__img img {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.aspectImg img {
	width: 100.5%;
	height: auto;
}
.squareCut img, .historyList__img img {
	width: auto;
	height: 100.5%;
}
/*------リンクボタン
--------------------------------------------*/
a.morelinkBtn, #footer a.contactBtn {
	position: relative;
	display: inline-block;
	color: #a68e61;
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1942);
	font-weight: 400;
	font-family: 'EB Garamond', 'Noto Serif JP', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'Times New Roman', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: left;
	letter-spacing: .1rem;
	line-height: 1.6;
	border: 1px solid #cbae77;
	padding: 10px 50px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#footer a.contactBtn {
	font-size: calc(2.2rem + (1vw - 19.2px) * 0.3236);
	letter-spacing: .2rem;
	text-align: center;
	padding: 10px 30px;
}
#footer a.contactBtn.tel {
	font-style: italic;
}
a.morelinkBtn:hover, #footer a.contactBtn:hover,.wpcf7-form input[type=submit]:hover {
	color: #a68e61;
	background: rgba(255, 255, 255, .15);
	text-decoration: none;
}
.arrow {
	position: absolute;
	width: calc(13px + (1vw - 19.2px) * 0.3236);
	height: calc(13px + (1vw - 19.2px) * 0.3236);
	border-top: 1px solid #a68e61;
	border-right: 1px solid #a68e61;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	top: calc(50% - .1em);
	right: calc(30px + (1vw - 19.2px) * 0.6472);
}
.linkBtn-area {
	text-align: center;
	margin: calc(50px + (1vw - 19.2px) * 0.6472) auto;
}
a.external::after {
	content: '\f08e';
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 10px;
}
.linkBtn-area:first-child {
	margin-top: 0;
}
.linkBtn-area:last-child {
	margin-bottom: 0;
}
/*------アンカーリンク
--------------------------------------------*/
.anchorLink::before {
	content: '';
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
/*------注釈・強調テキスト
--------------------------------------------*/
.note, .inlinenote, .post ul.noteList {
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1942);
}
.note {
	display: block;
}
.post ul.noteList {
	margin: 20px auto;
}
.post ul.noteList li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0;
}
.post ul.noteList li::before {
	content: '※';
	position: absolute;
	left: 0;
}
.nowrap {
	display: inline-block;
}
.blTxt, .post .blTxt {
	color: #0000ff;
}
.redTxt, .post .redTxt {
	color: #ff0000;
}
.read-txt {
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.1942);
	text-align: center;
	letter-spacing: .1rem;
	line-height: 2.2;
	margin: calc(60px + (1vw - 19.2px) * 1.2945) auto calc(70px + (1vw - 19.2px) * 1.2945);
}
.top-null {
	margin-top: 2rem;
}
.borderBox {
	background: rgba(255, 255, 255, .1);
	padding: 40px calc(50px + (1vw - 1.92rem) * 1.9417);
	border: 1px solid #5d5d5d;
	margin: 50px auto;
}
.borderBox h3 {
	text-align: center;
}
ul.noteList:first-child, .borderBox:first-child {
	margin-top: 0;
}
ul.noteList:last-child, .borderBox:last-child {
	margin-bottom: 0;
}
/*------ギャラリー
--------------------------------------------*/
.gallery {
	margin: calc(50px + (1vw - 19.2px) * 1.2945) auto !important;
}
.gallery > br {
	display: none;
}
.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 {
	margin-top: 0 !important;
	line-height: 0;
	margin-bottom: calc(20px + (1vw - 19.2px) * 0.7819);
}
.gallery-caption {
	line-height: 1.8;
	margin: 1rem auto 0 !important;
	padding: 0;
}
.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 (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;
}
/*-----------------共通--------------------------------------------*/
/*-----------------トップ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.home #content {
	padding: 0;
}
.front-contents {
	position: relative;
	padding: calc(130px + (1vw - 19.2px) * 3.2362) 0;
}
.post h1.verticalTtl, #front-sectionPost h1 {
	color: #cbae77;
	background: rgba(0, 0, 0, .7);
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #cbae77;
}
.post h1.verticalTtl .ttlinner, #front-sectionPost h1 > span {
	display: inline-block;
	padding: 40px calc(40px + (1vw - 19.2px) * 0.6472) 35px calc(55px + (1vw - 19.2px) * 0.6472);
}
.post h1.verticalTtl .enTtl::before, #front-sectionPost h1 .enTtl::before {
	content: none;
}
.post h1.verticalTtl, #front-sectionPost .listTitle {
	position: absolute;
}
#front-sectionPost .listTitle {
	width: 100%;
}
#sec01 h1.verticalTtl, #sec02 h1.verticalTtl, #sec04 h1.verticalTtl, #front-sectionPost .listTitle {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -120px);
	-ms-transform: translate(-50%, -120px);
	transform: translate(-50%, -120px);
}
/*------sec01
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	#sec01 h1.verticalTtl {
		top: 0;
		left: auto;
		right: calc(0px + (1vw - 19.2px) * -5.5804);
		-webkit-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}
#sec01 .wrapper-content {
	width: 100%;
}
.sec01-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(525px + (1vw - 19.2px) * 4.8544);
	padding: calc(80px + (1vw - 19.2px) * 1.2945) calc(50px + (1vw - 19.2px) * 1.2945);
}
.sec01-inner:nth-of-type(1) {
	margin-top: 100px;
}
.sec01-inner:not(:last-child) {
	margin-bottom: calc(70px + (1vw - 19.2px) * 1.9417);
}
.sec01-inner .wrap {
	width: 60%;
	max-width: 480px;
	margin: 0 auto 0 0;
}
@media print, screen and (min-width: 769px) {
	.sec01-inner:nth-of-type(even) .wrap {
		margin: 0 0 0 auto;
	}
}
.sec01-inner.history01 {
	background: url(/struct/wp-content/uploads/bg_history01.jpg) no-repeat right center;
	background-size: 1000px auto;
}
.sec01-inner.history02 {
	background: url(/struct/wp-content/uploads/bg_history02.jpg) no-repeat left center;
	background-size: 1000px auto;
}
.sec01-inner.history03 {
	background: url(/struct/wp-content/uploads/bg_history03.jpg) no-repeat right center;
	background-size: 800px auto;
}
.sec01-inner.history04 {
	background: url(/struct/wp-content/uploads/bg_history04.jpg) no-repeat left center;
	background-size: 800px auto;
}
.post h2.frontTtl {
	font-size: calc(3rem + (1vw - 19.2px) * 0.5178);
	text-align: left;
	margin: 0 auto calc(20px + (1vw - 19.2px) * 0.3236);
}
/*------sec02
--------------------------------------------*/
#sec02 {
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: calc(750px + (1vw - 19.2px) * 10.3560);
	background: url(/struct/wp-content/uploads/bg_shop.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
	margin-top: 120px;
}
#sec02 .wrapper-content {
	max-width: 775px;
	line-height: 2.5;
	letter-spacing: .3rem;
	margin: 0 auto;
}
/*------sec03
--------------------------------------------*/
#sec03 {
	background: #121212;
}
#sec03 .wrapper-content {
	max-width: 750px;
}
.post h2.border-btm {
	font-size: calc(2.8rem + (1vw - 19.2px) * 0.5178);
}
.post h2.border-btm::before {
	content: none;
}
.post h2.border-btm::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 10px auto 0;
	visibility: visible;
}
.movieArea {
	position: relative;
	overflow: hidden;
	max-width: 900px;
	margin: 60px auto;
}
.movieArea::before {
	content: '';
	display: block;
	padding-top: 56.2%;
}
.movieArea iframe {
	position: absolute;
	width: 100%;
	max-width: none;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slideArea {
	margin-top: calc(120px + (1vw - 19.2px) * 3.8835);
}
/*------sec04
--------------------------------------------*/
#sec04 {
	background: url(/struct/wp-content/uploads/bg_washi.jpg) no-repeat center;
	background-size: cover;
	padding-top: calc(220px + (1vw - 19.2px) * 7.1197);
	margin-top: calc(240px + (1vw - 19.2px) * 3.8835);
}
#sec04 .wrapper-content {
	max-width: 1700px;
}
#sec04 ul.productList {
	max-width: 1430px;
	margin: 0 auto;
}
ul.productList {
	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.productList > li {
	width: 48%;
	margin-bottom: calc(30px + (1vw - 19.2px) * 0.3236);
}
@media print, screen and (min-width: 769px) {
	ul.productList > li {
		width: 23%;
	}
	ul.productList > li:nth-child(4n+2):last-child {
		margin-right: calc((23% * 2) + (((100% - (23% * 4)) / 3) * 2));
	}
	ul.productList > li:nth-child(4n+3):last-child {
		margin-right: calc((23% * 1) + (((100% - (23% * 4)) / 3) * 1));
	}
	ul.productList > li:nth-child(4n+1):nth-last-child(-n+4), ul.productList > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
	#sec04 .linkBtn-area {
		text-align: right;
	}
}
@media print, screen and (max-width: 768px) {
	ul.productList > li:nth-child(2n+1):nth-last-child(-n+2), ul.productList > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
.productName {
	font-size: calc(1.8rem + (1vw - 19.2px) * 0.3236);
	margin: calc(15px + (1vw - 19.2px) * 0.6472) auto 0;
}
/*------新着情報
--------------------------------------------*/
#front-sectionPost {
	background: url(/struct/wp-content/uploads/bg_washi.jpg) no-repeat center;
	background-size: cover;
	margin-top: calc(240px + (1vw - 19.2px) * 3.8835);
}
#front_top_content, #front_bottom_content {
	position: relative;
	width: 90%;
	max-width: 1700px;
	padding: calc(220px + (1vw - 19.2px) * 7.1197) 0 calc(130px + (1vw - 19.2px) * 3.2362);
	margin: auto;
}
#front_top_content .linkBtn-area, #front_bottom_content .linkBtn-area {
	margin-top: calc(50px + (1vw - 19.2px) * 1.9417);
}
#front-sectionPost ul.post li, #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;
}
.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
#front-sectionPost ul.post li, #cat-post ul.post li, .post2b li, .post4b li {
	border-bottom: none !important;
}
.post2b li, .post4b li {
	margin: 0 0 20px;
	padding: 0;
}
.post2b h2, .post4b h2 {
	padding: 0;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px solid #B3B3B3;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 1px solid #B3B3B3;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.postlist .ttls a {
	color: #171710;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.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;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	padding: 5px 10px;
	border-radius: 0;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
.clearfix:after {
	content: none;
}
/*------トップ・新着情報------*/
.home ul.post, .home .post2b, .home .post4b, .home .postlist {
	max-width: 1430px;
	margin: 0 auto
}
.post4b {
	padding: 0;
}
.post4b .time {
	display: inline-block;
	padding: 2px 10px;
}
.post4b .post4b_img a {
	display: block;
}
.post4b .post4b_img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.post4b .post4b_img::before {
	content: '';
	display: block;
	padding-top: 72%;
}
.post4b .post4b_img img {
	position: absolute;
	width: 110%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
	#front-sectionPost .linkBtn-area {
		text-align: right;
	}
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
	.post2b li {
		width: 48%;
	}
	.post4b li {
		width: 23%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((23% * 2) + (((100% - (23% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((23% * 1) + (((100% - (23% * 4)) / 3) * 1));
	}
	.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;
	}
	.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;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}
/*-----------------トップ--------------------------------------------*/
/*-----------------記事詳細--------------------------------------------*/
#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;
}
#cat-post li {
	margin-bottom: calc(30px + (1vw - 19.2px) * 0.6472);
}
#cat-post li .post_contents {
	margin-top: 1rem;
}
.post_link {
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1294);
}
.single-post h1.title {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-style: normal;
	margin: 0 auto 20px;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 20px 0 0;
}
/*-----------------記事詳細--------------------------------------------*/
/*-----------------下層ページ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.post {
	margin: 0 auto;
	padding: 0;
}
#wrapper, .inner {
	width: 100%;
	max-width: 1100px;
}
#content {
	padding: calc(100px + (1vw - 19.2px) * 3.2362) 0 calc(180px + (1vw - 19.2px) * 3.8835);
	line-height: 2;
	margin: 0 auto;
}
body:not(.home) #content.wide, #content {
	width: 90%;
}
.content-inner {
	padding: 0 calc(40px + (1vw - 19.2px) * 1.6181);
}
.content-inner + .content-inner {
	margin-top: calc(120px + (1vw - 19.2px) * 2.5890);
	padding-top: calc(60px + (1vw - 19.2px) * 1.2945);
	border-top: 1px solid #fff;
}
ul.historyList, ul.historyList > 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;
}
ul.historyList > li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.historyList {
	max-width: 900px;
	margin: 0 auto;
}
ul.historyList > li {
	width: 100%;
	margin-bottom: calc(25px + (1vw - 19.2px) * 0.6472);
}
@media print, screen and (min-width: 769px) {
	ul.historyList > li {
		width: 47%;
	}
	ul.historyList > li:nth-child(2n+1):nth-last-child(-n+2), ul.historyList > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
.historyList__img {
	width: calc(130px + (1vw - 19.2px) * 3.2362);
}
a.historyList__ttl {
	position: relative;
	width: calc(90% - (130px + (1vw - 19.2px) * 3.2362));
	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;
	color: #fff;
	padding: 10px calc(50px + (1vw - 19.2px) * 1.2945) 10px 0;
}
/*------アイキャッチ
--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: calc(528px + (1vw - 19.2px) * 25.4464);
	z-index: -1;
}
#thumbImg img, header#h1Header img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*------受賞歴
--------------------------------------------*/
.scroll-X {
	overflow-x: auto;
}
.scroll-X::-webkit-scrollbar {
	height: 6px;
}
.scroll-X::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.scroll-X::-webkit-scrollbar-thumb {
	background-color: rgba(204, 204, 204, 1);
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .15);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .15);
}
.post table.awardTbl, .post table.awardTbl th, .post table.awardTbl td {
	border-left: none;
	border-right: none;
}
.post table.awardTbl th, .post table.awardTbl td {
	width: auto;
	vertical-align: middle;
	padding: calc(20px + (1vw - 19.2px) * 0.6472);
}
.post table.awardTbl {
	min-width: 530px;
	table-layout: fixed;
}
.post table.awardTbl thead th {
	padding: calc(15px + (1vw - 19.2px) * 0.3236) calc(20px + (1vw - 19.2px) * 0.6472);
}
.post table.awardTbl thead th:nth-child(1), .post table.awardTbl thead th:nth-child(2) {
	width: 12%;
}
.post table.awardTbl thead th:nth-child(4) {
	width: 25%;
}
/*------商品紹介
--------------------------------------------*/
ul.product-itemList > 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;
}
ul.product-itemList > li:not(:last-child) {
	margin-bottom: calc(120px + (1vw - 19.2px) * 2.5890);
}
.product-itemList__img {
	position: relative;
	overflow: hidden;
	width: 30%;
}
.product-itemList__img::before {
	content: '';
	display: block;
	padding-top: 140%;
}
.product-itemList__img img {
	position: absolute;
	width: auto;
	height: 100%;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-itemList__col {
	width: 65%;
}
.post h2.border-rit {
	position: relative;
	font-size: calc(3rem + (1vw - 19.2px) * 0.7767);
	text-align: left;
	padding-left: 2em;
	margin-bottom: 20px;
}
.post h2.border-rit::before {
	content: '';
	position: absolute;
	width: calc(40px + (1vw - 19.2px) * 0.6472);
	height: 1px;
	background: #fff;
	top: calc(((3rem + (1vw - 19.2px) * 0.7767) + (1.6rem + (1vw - 19.2px) * 0.5178)) / 1.8);
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post table.productTbl {
	font-size: calc(1.4rem + (1vw - 19.2px) * 0.1294);
}
/*------お問い合わせ
--------------------------------------------*/
.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 h2::before, #privacy h2::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) * 15.4083);
	}
}
/*-----------------ブレイクポイント（- 1024px）--------------------------------------------*/
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 60px;
	}
}
/*-----------------ブレイクポイント（1023px-）--------------------------------------------*/
/*-----------------ブレイクポイント（768px-）--------------------------------------------*/
@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;
	}
	/*------Googlemap
--------------------------------------------*/
	.googlemap {
		padding-bottom: 80%;
	}
	/*------トップ・sec01
--------------------------------------------*/
	#sec01 .wrapper-content {
		margin-top: 50px;
		padding-top: 30px;
	}
	.sec01-inner.history01, .sec01-inner.history02, .sec01-inner.history03, .sec01-inner.history04 {
		background-position: center;
		background-size: cover;
	}
	.sec01-inner .wrap {
		width: 100%;
		max-width: none;
		background: rgba(0, 0, 0, .65);
		padding: calc(80px + (1vw - 7.68px) * 5.0891) calc(60px + (1vw - 7.68px) * 6.3613);
		margin: 0 auto;
	}
	/*------下層・商品紹介
--------------------------------------------*/
	.product-itemList__img, .product-itemList__col {
		width: 100%;
	}
	.product-itemList__img {
		max-height: 300px;
		margin: 0 auto 20px;
	}
}
/*-----------------ブレイクポイント（768px-）--------------------------------------------*/
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/
@media print, screen and (max-width: 640px) {
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
	/*------パンくずリスト
--------------------------------------------*/
	#breadcrumb ul {
		max-width: 100%;
	}
	/*------ギャラリー
--------------------------------------------*/
	.gallery {
		margin: 20px auto !important;
	}
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: calc(100%/2) !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: 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;
	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		padding: 3px 8px;
	}
	.postlist .time {
		font-size: 80%;
		margin: 0 5px 0 0;
	}
}
/*-----------------ブレイクポイント（640px-）--------------------------------------------*/

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