@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FAF8F5;
	--color-font: #0D0D0D;
	--color-primary: #FFF799;
	--color-primary-shade: #5A524B;
	--color-primary-tint: #353535;
	--color-secondary: #353535;
	--color-table-border: #ccc;
	--color-table-th: #EFEAE4;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #0D0D0D;
	--header-color-primary: #5A524B;
	--header-color-primary-shade: #FFF799;
	--header-color-primary-tint: #353535;
	/*------▼フッター設定▼------*/
	--footer-background: #353535;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body,
.post dt,
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar {
	font-weight: 300;
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 300;
}
#loftloader-wrapper img {
	height: auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
#scrollUp {
	right: 10px !important;
	bottom: 65px !important;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-width: 362px;
	}
	#header ul.header__contact li {
		padding: 0 20px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header a.head_btn {
		font-weight: 300;
	}
	#header a.head_btn.mail_btn {
		width: 200px;
		height: 50px;
		background: var(--header-color-primary-shade);
		border-radius: 999px;
		flex-direction: row;
		color: var(--header-color-font);
	}
	#header a.head_btn.mail_btn:hover {
		background: var(--header-color-primary);
		color: #fff;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 300;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: 300;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
	body.mobile #header .logo img {
		max-width: 200px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px40);
}
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: var(--px80); }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px dashed var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px dashed var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: var(--px30);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: 100%;
	max-width: 300px;
	padding: 20px 30px;
	border-radius: 999px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
#content .linkBtn:not(:hover) {
	color: var(--color-font);
}
#content .linkBtn::after {
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	transform: translateY(-50%);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f0a9';
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1,
#contact_box h1 {
	font-weight: 300;
	letter-spacing: 0;
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary-tint);
	font-size: var(--rem72);
	font-weight: 300;
	font-family: var(--font-family02);
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem24);
}
/**/
#top_brand ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#top_brand li {
	width: calc((100% / 4) - (40px * 3 / 4));
}
#top_brand li a {
	display: block;
	font-size: var(--rem18);
	text-align: center;
}
#top_brand li a figure {
	display: block;
	background: #fff;
	aspect-ratio: 7 / 5;
}
#top_brand li a figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 820px) {  /* タブレット以下 */
	#top_brand li {
		width: calc((100% / 3) - (40px * 2 / 3));
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_brand ul {
		gap: 20px;
	}
	#top_brand li {
		width: calc(50% - 10px);
	}
}
/**/
#top_service::before {
	background: #EFEAE4;
}
#top_service li a {
	display: block;
	padding: var(--px50);
	background: var(--color-primary-shade);
	color: #fff;
	transition: all 0.3s ease-in-out;
}
#top_service li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_service li a dt {
	margin-bottom: var(--px30);
	font-size: var(--rem40);
	line-height: 1.4;
	text-align: center;
}
#top_service li a dt b {
	display: block;
	width: 136px;
	margin: 0 auto var(--px30);
	padding: 10px 0 15px;
	background: #3B342E;
	font-size: var(--rem24);
	font-weight: 300;
}
#top_service li a dt b span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-family: var(--font-family02);
	line-height: 1;
}
#top_service li a dd {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}
#top_service li a dd img {
	display: block;
	margin-top: var(--px20);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service li+li {
		margin-top: 15px;
	}
	#top_service li a dt b {
		width: 120px;
	}
	#top_service li a dd img {
		width: 120px;
	}
}
/**/
#top_about::before {
	top: -80px;
	height: calc(100% + 80px);
	background: url(/wp-content/uploads/bg.png.webp);
}
#top_about .in {
	background: rgba(255,255,255,0.7);
}
/**/
#top_staff .box {
	background: #fff;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#top_staff .box dl {
	width: 60%;
	padding: 20px;
}
#top_staff .box dt {
	margin-bottom: 0.5em;
	font-size: var(--rem20w);
}
#top_staff .box dd {
	padding: 0;
}
#top_staff .photo {
	width: 40%;
}
#top_staff .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_staff {
		row-gap: var(--px40);
	}
	#top_staff .box {
		width: 48.5%;
		  border-radius: 5px;
  overflow: hidden; /* 中の画像も一緒に角丸にしたい場合 */
	}
	
	
	
	
	#top_staff .box dl {
		padding: var(--px40);
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_staff .box+.box {
		margin-top: 20px;
	}
}
/**/
#top_sns::before {
	background: #fff;
}
#top_sns .twitter-tweet {
	margin: auto;
}
/**/
.home #contact_box::before {
	background: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 90%;
	margin: auto;
}
.home #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	border: 1px solid var(--color-primary-tint);
	color: var(--color-font);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	color: var(--color-font) !important;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: var(--rem20);
	font-weight: 300;
}
#contact_box .btn .tel a b {
	font-size: var(--rem36);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary-tint);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn li {
		width: 50%;
	}
	#contact_box .btn a {
		min-height: 160px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	padding-top: var(--px80);
	background: none;
}
#front_top_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #FFF;
	content: "";
	z-index: -1;
}
.post .time,
.post .time a,
.postlist .time,
.postlist .time a {
	color: var(--color-font);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg, header#h1Header {
	height: 200px;
	background: #EFEAE4;
}
header#h1Header h1.title {
	color: var(--color-font);
	font-size: var(--rem48);
	font-weight: 300;
	font-family: var(--font-family02);
	letter-spacing: 0;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg, header#h1Header {
		height: 120px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0;
}
/**/
.post h2::after {
	width: 100%;
	height: 1px;
	background: var(--color-primary-tint);
}
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2:not(.noline) {
	font-size: var(--rem24w);
}
.post h2 b {
	display: block;
	font-size: var(--rem60);
	font-weight: 300;
	font-family: var(--font-family02);
	line-height: 1.2;
}
.post h2 b+span {
	display: block;
	font-size: var(--rem24);
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
#service_msg {
	position: relative;
	margin-bottom: -40px;
	z-index: 2;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_msg .txt {
		position: relative;
		width: 50%;
		margin-right: -10%;
	}
	#service_msg .photo {
		width: 60%;
	}
}
/**/
.bg_service::before {
	background: #efeae4;
	clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0% 100%);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.bg_service::before {
		clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0% 100%);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.bg_service::before {
		clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0% 100%);
	}
}
/**/
.service_ttl {
	font-size: var(--rem30);
}
/**/
.service_about dl {
	padding: 20px;
	background: linear-gradient(-45deg, #FFFFFF, #FAF8F5);
	border: 1px solid #EFEAE4;
	border-radius: 5px;
	text-align: center;
}
.service_about dt {
	margin-bottom: var(--px20);
	font-size: var(--rem20w);
}
.service_about dt i {
	display: block;
	margin: 0 auto var(--px20);
	font-size: var(--rem48);
}
.service_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.service_about {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	.service_about dl {
		width: 32%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.service_about dl+dl {
		margin-top: 20px;
	}
}
/**/
.post dl.service_note {
	padding: 20px;
	background: #fff;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
}
.post dl.service_note dt {
	margin-bottom: var(--px30);
	font-size: var(--rem30);
	text-align: center;
}
.post dl.service_note dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post dl.service_note {
		padding: var(--px50);
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
/*--------------------------------------------------
	よくある質問
--------------------------------------------------*/
.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;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary-tint);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.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;
	}
}
/*--------------------------------------------------
	商品紹介
--------------------------------------------------*/
#search_box {
	overflow: hidden;
	background: #fff;
	border: 1px solid #CECECE;
	border-radius: 10px;
}
#search_box dt {
	position: relative;
	padding: 15px;
	background: var(--color-primary-tint);
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
}
#search_box dt::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f107';
	transition: all 0.3s ease-in-out;
}
#search_box dt.active::after {
	content: '\f106';
}
#search_box dd {
	display: none;
	padding: 20px;
}
#search_box .tbl_line {
	border-top: none;
}
#search_box .tbl_line tr {
	border-bottom-style: solid;
}
#search_box .tbl_line th {
	width: 20%;
}
#search_box .list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	row-gap: 5px;
}
#search_box .btn {
	position: relative;
}
#search_box .btn::after {
	position: absolute;
	top: 50%;
	left: calc(50% - 4.5em);
	transform: translateY(-50%);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f002';
}
#search_box .btn input {
	display: block;
	width: 100%;
	padding: 10px;
	background: var(--color-primary);
	border: none;
	color: var(--color-font);
	letter-spacing: 0.2em;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#search_box dd {
		padding: 30px;
		padding-top: 10px;
	}
}
/**/
#product_list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
#product_list li {
	width: calc(25% - (30px * 3 / 4));
	margin-bottom: 30px;
}
#product_list li a {
	display: block;
	font-size: var(--rem18);
}
#product_list li a .photo {
	aspect-ratio: 1 / 1;
	margin-bottom: 5px;
}
#product_list li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#product_list {
		justify-content: space-between;
		column-gap: 0;
	}
	#product_list li {
		width: 48%;
	}
}
/**/
.post .wp-pagenavi {
	margin-top: var(--px60);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.post .wp-pagenavi a,
.post .wp-pagenavi span {
	border: 1px solid #E2E2E2;
	border-radius: 3px;
	background: #fff;
	padding: 3px 10px;
	margin: 0;
	color: var(--color-font);
}
.post .wp-pagenavi span.pages {
	border: none;
	background: none;
}
.post .wp-pagenavi a:hover, 
.post .wp-pagenavi span.current {
	background: var(--color-primary);
	border-color: var(--color-primary-tint);
}
/**/
#product_detail h1 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid var(--color-primary-tint);
	font-size: var(--rem24w);
}
#product_detail .brand {
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 5px;
}
#product_detail .brand span {
	display: inline-block;
	padding: 10px 20px;
	background: var(--color-primary-tint);
	border-radius: 5px;
	color: #fff;
}
#product_detail table {
	border-left: none;
	border-right: none;
}
#product_detail table th,
#product_detail table td {
	border-left: none;
	border-right: none;
	vertical-align: middle;
}
#product_detail table th {
	width: 40%;
}
#product_detail table td {
	background: #fff;
}
#product_detail .btn a {
	display: inline-block;
	padding: 10px 30px;
	background: var(--color-font);
	border-radius: 3px;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#product_detail .btn a:hover {
	background: var(--color-primary-tint);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#product_detail .btn a {
		display: block;
		padding: 10px 15px;
	}
}
/**/
#photo_main {
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #D9D9D9;
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc(20% - (10px * 4 / 5));
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_thumb li {
		width: calc(25% - (10px * 4 / 5));
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
	font-weight: 300;
	font-family: var(--body-font-family);
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
}
.post form.wpcf7-form .linkBtn:not(:hover) input[type="submit"] {
	color: var(--color-font);
}