@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=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #0A2B5E;
	--color-primary-shade: #9D987C;
	--color-primary-tint: #E6EBF4;
	--color-secondary: #348EC5;
	--color-table-border: #D9D9D9;
	--color-table-th: #f2f2f2;
	--body-font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.1294), 1.8rem);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #0A2B5E;
	--header-color-primary-shade: #E6EBF4;
	--header-color-primary-tint: #348EC5;
	/*------▼フッター設定▼------*/
	--footer-background: #0A2B5E;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 2;
}
.post table th,
.post table td {
	vertical-align: middle;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
	.anchor_link::before {
		padding-top: 100px;
		margin-top: -100px;
	}
}
@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;
	}
	#scrollUp {
		right: 10px !important;
		bottom: 65px !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,
	.sticky-header #header-layout {
		height: 100px;
	}
	#header .logo img {
		max-width: 340px;
		max-height: 80px;
	}
	#header ul.header__contact {
		margin-left: 10px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
		font-weight: 500;
		font-family: var(--font-family02);
		line-height: 1.3;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-right: 8px;
		background: url(/wp-content/uploads/tel-ico.png.webp) no-repeat center center / contain;
		vertical-align: middle;
		content: '';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 13px;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn.web_btn:not(:hover) {
		background: var(--header-color-primary-shade);
		color: var(--header-color-primary);
	}
	#header a.head_btn.line_btn:not(:hover) {
		background: #06c755;
	}
	#header a.head_btn.web_btn::before,
	#header a.head_btn.line_btn::before {
		content: "\f1ec";
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	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: 1580px) 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: 12px;
		padding-right: 12px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header ul.header__contact {
		margin-left: 0;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.web_btn,
	#header a.head_btn.mail_btn {
		font-size: 13px;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainNav ul li a b {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
	#sp-header .inner #header-layout nav#sp-mainNav .inner ul li a span {
		display: block;
		margin-left: 1em;
		font-size: 80%;
		font-weight: normal;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner {
	width: 90%;
	padding-bottom: var(--px30);
	border-bottom: 1px solid #ddd;
}
#footer .footer__logo img {
	max-width: 200px;
	padding: 5px;
	background: #fff;
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#footer .inner {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .footer_about,
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .socialicon ul {
		justify-content: flex-start;
	}
	#footer .socialicon ul li:first-child {
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .footer_about {
		margin-bottom: var(--px40);
	}
}
/**/
#footer .footnav ul > li,
#footer .footnav ul > li a {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav > ul {
	column-gap: var(--px60);
}
#footer .footnav > ul > li > a {
	font-size: 15px;
}
#footer ul ul.sub-menu {
	display: block;
}
#footer ul ul.sub-menu li {
	margin-top: 0.5em !important;
}
#footer ul ul.sub-menu li a {
	position: relative;
	display: inline-block;
	padding-left: 1.2em !important;
}
#footer ul ul.sub-menu li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footnav {
		overflow: hidden;
	}
	#footer .footnav > ul {
		display: block;
	}
	#footer .footnav > ul > li {
		float: right;
		width: 48%;
		margin-bottom: 20px !important;
	}
	#footer .footnav > ul > li:first-child {
		float: left;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 31%; }
	.box_w2 .column2_50 { width: 48%; }
	.box_w2 .column2_60 { width: 55%; }
	.box_w2 .column2_70 { width: 65%; }
	.box_w2 .column2_80 { width: 75%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
.post table.tbl_line th,
.post table.tbl_line td {
	vertical-align: top;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: var(--px40) var(--px24);
	}
}
@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: auto;
	max-width: none;
	padding: 15px var(--px80);
	border-radius: 0;
	line-height: 1.4;
}
#content .linkBtn:hover {
	color: var(--color-primary);
}
#content .linkBtn:hover::after {
	border-color: var(--color-primary);
}
@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;
}
/**/
a.btn_pdf {
	position: relative;
	display: block;
	padding: 15px 40px 15px 65px;
	background: var(--color-primary-tint);
	color: var(--color-font);
	font-size: var(--rem20);
	font-weight: bold;
	font-family: var(--font-family01);
}
a.btn_pdf::after {
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: var(--rem16);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f35d';
	transform: translateY(-50%);
}
a.btn_pdf i {
	position: absolute;
	top: 50%;
	left: 20px;
	color: var(--color-primary);
	font-size: var(--rem30);
	transform: translateY(-50%);
}
/**/
.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;
}
/*--------------------------------------------------
	スライド
--------------------------------------------------*/
#mainImg {
	max-width: 1470px;
	width: calc((147 / 192) * 100vw);
}
#topslide {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 20;
}
.slide_copy {
	display: flex;
	justify-content: center;
	width: auto;
	height: 100%;
	align-self: center;
	padding-right: 0.5%;
	flex-grow: 1;
}
.slide_copy img {
	width: 33%;
	max-width: 119px;
}
figure.slide_btn a img {
	transition: all ease 0.6s;
}
figure.slide_btn a:hover img {
	opacity: 0.9;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
@media print,screen and (max-width: 768px) {
	body.home {
		padding-top: 60px;
	}
	.slide_copy {
		width: 30%;
		padding-block: 0 1.5rem;
	}
	#mainImg {
		width: 70%;
		margin: 0 !important;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#loftloader-wrapper.loftloader-imgfading #loader img, 
#loftloader-wrapper.loftloader-imgloading #loader img, 
#loftloader-wrapper.loftloader-imgrotating #loader img, 
#loftloader-wrapper.loftloader-imgbouncing #loader img, 
#loftloader-wrapper.loftloader-imgstatic #loader img {
	height: auto;
}
/**/
#top_worry::before {
	background: url(/wp-content/uploads/top-worry-bg.jpg.webp) no-repeat center center / cover;
}
#top_worry::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 150px;
	height: 80px;
	background: var(--color-primary-shade);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%,50%);
	content: "";
}
#top_worry h1 {
	color: #fff;
	font-size: var(--rem36);
	font-weight: 500;
}
#top_worry h1 b {
	display: block;
	color: var(--color-primary-shade);
	font-size: var(--rem40w);
	font-weight: normal;
	font-family: var(--font-family02);
}
#top_worry ul {
	display: inline-block;
	text-align: left;
}
#top_worry ul li {
	width: fit-content;
	padding: 12px 20px;
	padding-left: 50px;
	background: #fff url(/wp-content/uploads/note.png.webp) no-repeat left 15px center;
	border-radius: 999px;
	box-shadow: 10px 10px 0 rgba(0,0,0,0.25);
	font-size: var(--rem18);
	font-weight: 500;
	line-height: 1.4;
}
#top_worry ul li+li {
	margin-top: var(--px20);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_worry::after {
		width: 120px;
		height: 60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_worry h1 {
		font-size: var(--rem30);
	}
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top-about-bg.jpg.webp) no-repeat center center / cover;
}
#top_about h1 {
	font-size: var(--rem36);
	font-weight: 500;
}
#top_about .msg {
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--font-family01);
}
#top_about dt {
	margin-bottom: var(--px20);
}
#top_about dd {
	padding: 0;
	line-height: 2.1;
}
#top_about dd span {
	padding: 2px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20);
	font-weight: 500;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#top_about .link a {
	width: 280px;
	height: 120px;
	padding: 0 var(--px20);
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	font-size: var(--rem20);
	font-weight: bold;
	font-family: var(--font-family01);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_about .link a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_about .link a::before {
	display: block;
	width: 68px;
	height: 80px;
	background: url(/wp-content/uploads/ico-piano04.png.webp) no-repeat center center / contain;
	content: "";
}
#top_about .link a::after {
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
#top_about .link li:nth-child(2) a {
	background-color: var(--color-secondary);
}
#top_about .link li:nth-child(3) a {
	background-color: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_about .box_w2 {
		justify-content: center;
		column-gap: 3.5%;
		row-gap: var(--px60);
	}
	#top_about dl {
		width: 31%;
	}
	#top_about .link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: var(--px20);
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_about .link a {
		width: 200px;
		height: 120px;
	}
	#top_about .link a::before {
		width: 50px;
		height: 60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_about h1 {
		font-size: var(--rem24w);
	}
	#top_about dl+dl {
		margin-top: 30px;
	}
	#top_about .msg {
		font-size: var(--rem16);
	}
	#top_about .link li+li {
		margin-top: 15px;
	}
	#top_about .link a {
		width: auto;
		height: 54px;
	}
	#top_about .link a br {
		display: none;
	}
	#top_about .link a::before {
		width: 30px;
		height: 40px;
	}
}
/**/
#top_step dl {
	text-align: center
}
#top_step dt span {
	display: inline-block;
	padding: 5px 10px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--font-family02);
}
#top_step dt figure {
	width: 160px;
	height: 160px;
	margin: var(--px20) auto;
	background: var(--color-primary-tint);
	border-radius: 50%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_step dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_step dl {
		width: 18%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_step dt figure {
		width: 100px;
		height: 100px;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_step .box_w2_sp {
		column-gap: 2%;
		row-gap: 30px;
		justify-content: center;
	}
	#top_step dl {
		width: 32%;
	}
	#top_step dd {
		font-size: 84%;
		line-height: 1.6;
	}
}
/**/
#top_voice::before {
	background: url(/wp-content/uploads/top-voice-bg.jpg.webp) no-repeat center center / cover;
}
#top_voice .box {
	background: #fff;
	border: 1px solid var(--color-primary-shade);
}
#top_voice .box_w2 {
	margin-bottom: var(--px30);
	padding-bottom: var(--px30);
	border-bottom: 1px solid var(--color-primary-shade);
}
#top_voice .ttl {
	margin-bottom: 1em;
	line-height: 1.4;
}
#top_voice .ttl span {
	display: inline-block;
	padding: 0 var(--px14);
	background: var(--color-primary-shade);
	color: #fff;
	font-size: var(--rem28);
	font-weight: 500;
	font-family: var(--font-family01);
}
#top_voice dt {
	margin-bottom: 0.5em;
	color: var(--color-secondary);
	font-size: var(--rem20);
}
#top_voice dt::before {
	margin-right: 0.5em;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f0da';
}
#top_voice dd {
	padding: 0;
	font-weight: 500;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_voice .txt {
		width: calc(100% - 160px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_voice .ico {
		width: 80px;
		margin: 0 auto 15px;
	}
	#top_voice .ttl span {
		padding: 2px var(--px14);
		font-size: var(--rem24w);
		line-height: 1.5;
	}
}
/**/
#top_link::before {
	background: url(/wp-content/uploads/top-link-bg.jpg.webp) no-repeat center center / cover;
}
#top_link li a {
	position: relative;
	display: block;
}
#top_link li a .txt {
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: var(--rem24);
	font-weight: 500;
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_link li a .txt b {
	display: block;
	font-size: var(--rem40);
	font-weight: normal;
	font-family: var(--font-family02);
}
#top_link li a .photo {
	overflow: hidden;
}
#top_link li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_link li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_link li+li {
		margin-top: 20px;
	}
	#top_link li a .txt {
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}
	#top_link li a .photo {
		height: 160px;
	}
	#top_link li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
.post .contact_box::before {
	background: url(/wp-content/uploads/contact-bg02.jpg.webp) no-repeat center center / cover;
}
.post .contact_box.bg02::before {
	background: url(/wp-content/uploads/contact-bg02.jpg.webp) no-repeat center center / cover;
}
.post .contact_box {
	background: rgba(10,43,94,0.8);
	color: #fff;
}
.post .contact_box h2 {
	margin: 10px 0 var(--px20);
	color: #fff;
	font-size: var(--rem40);
	font-weight: 500;
}
.post .contact_box h2::after {
	display: none;
}
.post .contact_box .ttl span {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	font-size: var(--rem20);
	font-weight: 500;
	line-height: 1.6;
}
.post .contact_box .ttl span::before,
.post .contact_box .ttl span::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 1px;
	background-color: #fff;
}
.post .contact_box .ttl span::before {
	left:0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.post .contact_box .ttl span::after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.post .contact_box .tel {
	line-height: 1.3;
}
.post .contact_box .tel a {
	display: inline-block;
	color: #fff;
	font-size: var(--rem36);
	font-weight: 500;
	font-family: var(--font-family02);
}
.post .contact_box .tel a img {
	width: var(--px40);
	margin-right: 10px;
	vertical-align: middle;
}
.post .contact_box .tel a i {
	margin-right: 8px;
	font-size: 80%;
}
.post .contact_box .btn {
	width: 90%;
	max-width: 1120px;
	margin: auto;
}
.post .contact_box .btn li {
	position: relative;
	padding: 40px 0 0 40px;
}
.post .contact_box .btn a {
	height: 100px;
	background: #fff;
	color: var(--color-font);
	font-size: var(--rem20w);
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.post .contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.post .contact_box .btn a::after {
	margin-left: 1em;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
.post .contact_box .btn a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem24w);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.post .contact_box .btn li:nth-child(2) a::after {
	color: var(--color-secondary);
}
.post .contact_box .btn li:nth-child(2) a span {
	background: var(--color-secondary);
}
.post .contact_box .btn li:nth-child(3) a::after {
	color: var(--color-primary-shade);
}
.post .contact_box .btn li:nth-child(3) a span {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post .contact_box .btn li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post .contact_box .btn li+li {
		margin-top: 10px;
	}
	.post .contact_box .btn li {
		padding: 20px 0 0 20px;
	}
	.post .contact_box .btn a {
		height: 60px;
	}
	.post .contact_box .btn a span {
		width: 60px;
		height: 60px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost h1 {
	text-align: left;
}
#front-sectionPost h1 span:first-child {
	display: block;
	color: var(--color-primary-shade);
	font-size: var(--rem40w);
	font-weight: normal;
	font-family: var(--font-family02);
}
#front-sectionPost h1 span:last-child {
	display: block;
	font-size: var(--rem24);
	font-weight: 500;
}
/*--------------------------------------------------
	追従ボタン
--------------------------------------------------*/
#follow_btn {
	position: fixed;
	top: -5px;
	right: 0;
	z-index: 9999;
	transform: translateY(125px);
	-ms-transform: translateY(125px);
}
.home.admin-bar #follow_btn {
	top: 25px;
}
#follow_btn ul {
	/* フレックス */
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}
#follow_btn li {
	width: 50px;
	margin-bottom: 10px;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}
#follow_btn li:hover {
	width: 340px;
}
#follow_btn li a {
	position: relative;
	display: block;
	color: #fff;
	padding: 12px;
	padding-left: 55px;
	font-size: var(--rem20);
	transition: all 0.3s ease-in-out;
	line-height: 1.4;
}
#follow_btn .link li a {
	background-color: var(--color-primary);
}
#follow_btn .link li a::before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 30px;
	height: 40px;
	background: url(/wp-content/uploads/ico-piano04.png.webp) no-repeat center center / contain;
	transform: translateY(-50%);
	content: "";
}
#follow_btn .link li a span {
	display: inline-block;
}
#follow_btn .link li:nth-child(2) a {
	background-color: var(--color-secondary);
}
#follow_btn .link li:nth-child(3) a {
	background-color: var(--color-primary-shade);
}
#follow_btn .sns li a i {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 30px;
	font-size: 25px;
	transform: translateY(-50%);
	text-align: center;
}
#follow_btn .sns li:has(.fa-facebook) {
	order: 3;
}
#follow_btn .sns li a:has(.fa-facebook),
#sp-mainNav  .sns li a:has(.fa-facebook) {
	background: #0565FF !important;
}
#follow_btn .sns li a:has(.fa-facebook)::after,
#sp-mainNav  .sns li a:has(.fa-facebook)::after  {
	content: "facebook";
}
#follow_btn .sns li:has(.fa-x-twitter) {
	order: 4;
}
#follow_btn .sns li a:has(.fa-x-twitter),
#sp-mainNav  .sns li a:has(.fa-x-twitter) {
	background: #000 !important;
}
#follow_btn .sns li a:has(.fa-x-twitter)::after,
#sp-mainNav  .sns li a:has(.fa-x-twitter)::after {
	content: "X（旧Twitter）";
}
#follow_btn .sns li:has(.fa-youtube) {
	order: 5;
}
#follow_btn .sns li a:has(.fa-youtube),
#sp-mainNav  .sns li a:has(.fa-youtube) {
	background: #FF0033 !important;
}
#follow_btn .sns li a:has(.fa-youtube)::after,
#sp-mainNav  .sns li a:has(.fa-youtube)::after {
	content: "YouTube";
}
#follow_btn .sns li:has(.fa-instagram) {
	order: 2;
}
#follow_btn .sns li a:has(.fa-instagram),
#sp-mainNav  .sns li a:has(.fa-instagram)  {
	background: linear-gradient(30deg, #FDBD5B, #FD6130, #FE016D, #532CE6) !important;
}
#follow_btn .sns li a:has(.fa-instagram)::after,
#sp-mainNav  .sns li a:has(.fa-instagram)::after {
	content: "instagram";
}
#follow_btn .sns li:has(.fa-line) {
	order: 1;
}
#follow_btn .sns li a:has(.fa-line),
#sp-mainNav  .sns li a:has(.fa-line) {
	background: #06C755 !important;
}
#follow_btn .sns li a:has(.fa-line)::after,
#sp-mainNav  .sns li a:has(.fa-line)::after {
	content: "LINE";
}
#follow_btn .sns li:has(.fa-tiktok) {
	order: 6;
}
#follow_btn .sns li a:has(.fa-tiktok),
#sp-mainNav  .sns li a:has(.fa-tiktok) {
	background: url(/wp-content/uploads/bg-tiktok.png.webp) !important;
}
#follow_btn .sns li a:has(.fa-tiktok)::after,
#sp-mainNav  .sns li a:has(.fa-tiktok)::after {
	content: "TikTok";
}
#sp-mainNav  .sns li a {
	color: #fff !important;
}
#sp-mainNav  .sns li a i {
	margin-right: 10px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#follow_btn {
		display: none;
	}
}
@media only screen and (max-width: 1023px) {
	nav#sp-mainNav .panel {
    height: calc(100vh - 120px);
    overflow: auto;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-primary-shade);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2::after {
	height: 2px;
	background: var(--color-primary-shade);
}
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2 b {
	display: block;
	color: var(--color-primary-shade);
	font-size: var(--rem40w);
	font-weight: normal;
	font-family: var(--font-family02);
}
.post h2 b+span {
	display: block;
	font-size: var(--rem24);
	font-weight: 500;
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid var(--color-primary-shade);
}
.post h3.noline {
	padding: 0;
	border: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post h3.noline.txt_c {
		font-size: var(--rem36);
	}
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
#sub_link {
	width: 900px;
	max-width: 100%;
	margin: auto;
}
#sub_link li .linkBtn {
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#sub_link {
		justify-content: center;
		column-gap: 3.5%;
		row-gap: 20px;
	}
	#sub_link li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_link li+li {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	ピアノを売りたい方へ
--------------------------------------------------*/
#service_chk ul.chk {
	position: relative;
	width: 940px;
	max-width: 100%;
	margin: 0 auto 90px;
}
#service_chk ul.chk::after {
	position: absolute;
	left: 50%;
	bottom: -80px;
	display: block;
	width: 150px;
	height: 50px;
	background: var(--color-primary-shade);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#service_chk ul.chk li {
	position: relative;
	padding: var(--px20) var(--px30);
	padding-left: 70px;
	border: 1px solid var(--color-primary);
	line-height: 1.5;
}
#service_chk ul.chk li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: var(--color-primary);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_chk ul.chk li+li {
	margin-top: 10px;
}
#service_chk .txt {
	font-size: var(--rem24w);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_chk ul.chk {
		margin-bottom: 60px;
	}
	#service_chk ul.chk::after {
		bottom: -50px;
		width: 100px;
		height: 30px;
	}
}
/**/
#service_about dl {
	padding: 20px;
	border: 1px solid var(--color-primary-shade);
}
#service_about dt {
	margin-bottom: var(--px20);
	padding-bottom: 0.6em;
	border-bottom: 1px solid var(--color-primary-shade);
	font-size: var(--rem20w);
	text-align: center;
}
#service_about dd {
	padding: 0;
}
#service_about dd .num {
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.4;
}
#service_about dd .num b {
	margin-right: 6px;
	font-size: var(--rem40w);
}
#service_about dd .b {
	font-size: var(--rem18);
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_about dl {
		width: 32%;
		padding: 30px;
	}
	#service_about.reason {
		row-gap: var(--px40);
	}
	#service_about.reason dl {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_about dl+dl {
		margin-top: 20px;
	}
}
/**/
.box_chk {
	background: var(--color-primary-tint);
}
.box_chk li {
	position: relative;
	margin-left: 45px;
	padding-left: 5px;
	padding-bottom: var(--px20);
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--font-family01);
	line-height: 1.5;
}
.box_chk li::before {
	position: absolute;
	top: 0;
	left: -45px;
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.box_chk ul {
		row-gap: var(--px20);
		align-items: flex-start;
	}
	.box_chk li {
		width: calc(48.5% - 45px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.box_chk li+li {
		margin-top: 15px;
	}
	.box_chk li {
		padding-bottom: 15px;
	}
}
/*--------------------------------------------------
	ピアノをメンテナンス・修理したい方へ
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ */
	.page-maintenance header#h1Header h1.title span,
	.page-contact_maintenance header#h1Header h1.title span {
		display: inline-block;
		width: 12em;
	}
}
#maintenance_plan .box {
	border: 1px solid var(--color-primary-shade);
}
#maintenance_plan h3 {
	padding: 0 0 0 15px;
	border: none;
	border-left: 3px solid var(--color-primary-shade);
}
/*--------------------------------------------------
	よくある質問
--------------------------------------------------*/
.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: #ffffff;
	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;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	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;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary-shade);
	color: #fff;
	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: 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;
	}
}

/*--------------------------------------------------
	流れ
--------------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px50);
	border-radius: 10px;
	background: #f2f2f2;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: 100%;
	line-height: 1.8;
}
.post .flowlist02 > li:has(.flow_img) > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	font-weight: 500;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: 1px solid #ddd;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary);
	padding: 5px 10px;
	margin-right: 15px;
	position: relative;
	z-index: 100;
	white-space: nowrap;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100% !important;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	ul.flowlist02 > li {
		padding: 20px;
	}
}
/*--------------------------------------------------
	ピアノ
--------------------------------------------------*/
#search_box {
	background: var(--color-primary-tint);
}
#search_box dl {
	margin-bottom: var(--px30);
}
#search_box dt {
	margin-bottom: 6px;
	font-weight: normal;
	line-height: 1.4;
}
#search_box dt span {
	margin-right: 10px;
	color: var(--color-primary-shade);
	font-size: var(--rem30);
	font-family: var(--font-family02);
}
#search_box dd {
	padding: 0;
}
#search_box .price dd,
#search_box .year dd {
	/* フレックス */
	display: flex;
	align-items: center;
}
#search_box .price dd select,
#search_box .year dd select {
	width: calc(50% - 40px);
}
#search_box .price dd span,
#search_box .year dd span {
	display: block;
	width: 80px;
	text-align: center;
}
#search_box .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
#search_box .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
}
#search_box .linkBtn input[type="submit"]:hover {
	color: var(--color-primary);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#search_box {
		padding: var(--px80);
	}
	#search_box .type dd {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2em;	
	}
	#search_box .features dd {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#search_box .brand,
	#search_box .product,
	#search_box .size,
	#search_box .features dd .in {
		width: calc(50% - 40px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#search_box .price dd select,
	#search_box .year dd select {
		width: calc(50% - 25px);
	}
	#search_box .price dd span,
	#search_box .year dd span {
		width: 50px;
	}
	#search_box .type dd label {
		display: block;
	}
}
/**/
#piano_list li {
	margin-bottom: var(--px60);
}
#piano_list li a {
	display: block;
	transition: all 0.3s ease-in-out;
}
#piano_list li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#piano_list .photo {
	overflow: hidden;
	margin-bottom: var(--px18);
	aspect-ratio: 3 / 2;
}
#piano_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#piano_list .txt p {
	line-height: 1.5;
}
#piano_list .ico {
	margin-bottom: var(--px16);
}
#piano_list .ico,
#piano_detail .ico {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#piano_list .ico span,
#piano_detail .ico span {
	display: block;
	padding: 2px 8px;
	background: var(--color-primary);
	color: #fff;
}
#piano_list .ico span.in-stock,
#piano_detail .ico span.in-stock {
	background: #E30000;
}
#piano_list .ico span.out-stock,
#piano_list .ico span.hidden,
#piano_detail .ico span.out-stock,
#piano_detail .ico span.hidden {
	background: #000;
}
#piano_list .ttl {
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem24w);
}
#piano_list table,
#piano_list table th,
#piano_list table td {
	padding: 0;
	background: none;
	border: none;
}
#piano_list table {
	width: auto;
	margin: 0;
}
#piano_list table th {
	width: auto;
	padding-right: 1em;
	font-weight: normal;
	white-space: nowrap;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#piano_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#piano_list li {
		width: 31%;
	}
}
/**/
#piano_detail .price {
	font-size: var(--rem20);
	font-weight: 500;
	font-family: var(--font-family01);
}
#piano_detail .price b {
	font-size: var(--rem24);
	font-weight: 500;
}
#piano_detail .price01 b {
	font-size: var(--rem30w);
}
#piano_detail .support dl {
	padding: 20px;
	border: 1px solid var(--color-primary-shade);
}
#piano_detail .support dt {
	margin-bottom: var(--px20);
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--color-primary-shade);
	font-size: var(--rem20w);
	text-align: center;
	line-height: 1.4;
}
#piano_detail .support dd {
	padding: 0;
	line-height: 1.6;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#piano_detail .support {
		row-gap: var(--px40);
	}
	#piano_detail .support dl {
		width: 48.5%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#piano_detail .support dl+dl {
		margin-top: 20px;
	}
}
/**/
#photo_main {
	background: #f5f5f5;
	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((100% / 4) - (10px * 3 / 4));
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#photo_main {
		width: 50%;
	}
	#photo_thumb {
		width: 47%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_main {
		margin-bottom: 15px;
	}
}
/*--------------------------------------------------
	企業情報
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ */
	.company_section .company_text .wp-image-398 {
		width: 120px;
		margin-right: 0;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must {
	background: var(--color-primary-shade);
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form h3 {
	margin-bottom: 0 !important;
}
.wpcf7-form h3+table {
	margin-top: 0;
	border-top: none !important;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
.wpcf7-form table td p+p {
	margin-top: 0.5em;
}
.wpcf7-form table td:not(.list) .wpcf7-radio .wpcf7-list-item {
	display: block;
}
.wpcf7-form table td.txt .wpcf7-form-control-wrap {
	display: inline-block;
	width: calc(100% - 8em);
}
/* ボタン */
.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 input[type="submit"]:hover {
	color: var(--color-primary);
}
.post .flowlist02 > li > dl dd {
    font-size: 22px !important;
	font-family: var(--font-family01);
}
.f-pr {
  color: var(--color-primary) !important;
}