@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=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #64CFCD;
	--color-primary-shade: #1D95D0;
	--color-primary-tint: #1D95D0;
	--color-secondary: #1D95D0;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #252524;
	--header-color-primary: #64CFCD;
	--header-color-primary-shade: #1D95D0;
	--header-color-primary-tint: #1D95D0;
	/*------▼フッター設定▼------*/
	--footer-background: #64CFCD;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Josefin Sans', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fs2 { font-size: 65%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.fm3 { font-size: 160%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#thumbImg, header#h1Header {
	height: 0;
}
@media only screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 5px;
		font-weight: 500;
	}
	#header a.head_btn.mail_btn {
		color: var(--header-color-font);
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem24w);
		font-weight: normal;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-font) !important;
		font-size: var(--rem14);
		font-weight: 500;
	}
	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; }
	nav#mainNav ul li a span {
		display: inline-block;
		margin-left: 15px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	margin-bottom: 10px;
}
#footer .inner {
	padding-bottom: var(--px30);
	border-bottom: 1px solid var(--color-font);
}
#footer .footer__about .ttl {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: 500;
}
#copyright {
	background: none;
}
#footer .footnav ul {
	column-gap: 30px;
}
#footer .footnav ul > li {
	padding: 0;
}
#footer .footnav ul > li a::before {
	margin-right: 6px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__about {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .footnav {
		margin-top: 20px;
	}
	#footer .footnav ul {
		column-gap: 20px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
@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, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_gray:not(.box_pad) {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_gray:not(.box_pad) {
		padding: 30px;
	}
}
/**/
.box_gray_line {
	border: solid 1px #939393;
}
.box_gray_line.box_pad {
	padding: 15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_gray_line.box_pad {
		padding: 30px;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 {
	font-size: var(--rem42);
}
.home .post h1 span {
	display: block;
	font-size: var(--rem30);
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1;
}
/**/
#top-slide::before {
	background: url(/wp-content/uploads/top-slide-bg.jpg.webp) no-repeat center center / cover;
}
/**/
#top-msg::before {
	height: 50%;
	background: #EBEBE5;
}
#top-msg h1 b {
	color: var(--color-primary-tint);
	font-weight: bold;
}
#top-msg h1 b {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	font-size: var(--rem40);
}
#top-msg h1 b::before,
#top-msg h1 b::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: var(--color-primary-tint);
}
#top-msg h1 b::before {
	left:0;
	transform: rotate(60deg);
}
#top-msg h1 b::after {
	right: 0;
	transform: rotate(-60deg);
}
#top-msg .msg {
	font-size: var(--rem20);
	font-weight: 500;
	text-align: center;
}
#top-msg .msg p {
	display: inline-block;
	text-align: left;
}
#top-msg .photo {
	border: 1px solid #ddd;
}
#top-msg dl {
	position: relative;
	top: -30px;
	width: 90%;
	margin: 0 auto -30px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 4px 0 #ddd;
	border-radius: 20px;
	z-index: 2;
}
#top-msg dt {
	margin-bottom: 15px;
	color: var(--color-primary-tint);
	font-size: var(--rem28);
}
#top-msg dd {
	padding: 0;
}
#top-msg dd p:not(.txt_c) {
	font-size: var(--rem24);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-msg .box {
		width: 48%;
	}
	#top-msg dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-msg h1 b {
		padding: 0 40px;
	}
	#top-msg .box+.box {
		margin-top: 30px;
	}
}
/**/
#top-explanation::before {
	background: url(/wp-content/uploads/bg.png.webp);
}
#top-explanation h1 {
	color: #fff;
}
#top-explanation h2 {
	font-size: var(--rem24w);
	text-align: left;
}
#top-explanation h2::after {
	height: 2px;
	margin-left: 0;
}
#top-explanation .box {
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-explanation .txt {
		width: 65%
	}
	#top-explanation .photo {
		width: 35%;
	}
	#top-explanation .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#top-merchandise h1 span {
	color: var(--color-primary-tint);
}
#top-merchandise .box {
	position: relative;
	overflow: hidden;
	background: #F5F5F5;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top-merchandise .photo {
	background: #fff;
}
#top-merchandise .txt {
	padding: 20px;
	padding-bottom: 60px;
	font-size: 90%;
}
#top-merchandise .ttl {
	margin-bottom: 5px;
	font-size: var(--rem20w);
	font-weight: 500;
}
#top-merchandise .ico {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}
#top-merchandise .ico li {
	padding: 0 8px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	font-size: 90%;
}
#top-merchandise .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#top-merchandise .btn a {
	padding-bottom: 3px;
	border-bottom: 1px solid var(--color-font);
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#top-merchandise .btn a {
	color: var(--color-primary-tint);
	border-color: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-merchandise .box_w2 {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 40px;
	}
	#top-merchandise .box {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top-merchandise .box_w2 {
		column-gap: 4%;
	}
	#top-merchandise .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-merchandise .box+.box {
		margin-top: 20px;
	}
}
/**/
#top-news::before {
	background: #F5F5F5;
}
#top-news h1 span {
	color: var(--color-primary-tint);
}
#top-news .postlist li {
	border-bottom: 1px solid #ddd;
}
/**/
#top-about h1 span {
	color: var(--color-primary-tint);
}
#top-about li a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}
#top-about li a .txt {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: var(--rem36);
	line-height: 1.4;
	z-index: 2;
}
#top-about li a .txt::after {
	position: absolute;
	top: 45%;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top-about li a .txt span {
	display: block;
	font-size: var(--rem30);
	font-family: var(--font-family02);
}
#top-about li a .photo {
	overflow: hidden;
}
#top-about 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-about li {
		width: 48.5%;
	}
	#top-about li a .txt {
		position: absolute;
		left: 30px;
		bottom: 30px;
		width: calc(100% - 60px);
		padding-bottom: 15px;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top-about li a .txt {
		left: 50px;
		bottom: 50px;
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-about li+li {
		margin-top: 20px;
	}
	#top-about li a .txt::after {
		width: 40px;
		height: 40px;
	}
}
/**/
#contact_box::before {
	height: 70%;
	background: url(/wp-content/uploads/bg-contact-box.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1 {
	color: #fff;
}
#contact_box .btn {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	padding: 30px 0;
	background: var(--color-primary-tint);
	border-radius: 20px;
	color: #fff;
	font-size: 110%;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 10px;
}
#contact_box .btn a b {
	font-size: var(--rem24);
}
#contact_box .btn a:hover {
	background: var(--color-primary);
}
/**/
#top-bana::before {
	background: #f5f5f5;
}
#top-bana::after {
	height: 50%;
	background: url(/wp-content/uploads/bg-top-online.jpg.webp) no-repeat center center / cover;
}
#top-bana a {
	overflow: hidden;
	display: block;
	background: #FFFFBD;
	border-radius: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
}
#top-bana a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top-bana a h2 {
	font-size: var(--rem36);
	text-align: left;
}
#top-bana a h2::after {
	height: 2px;
	margin-left: 0;
}
#top-bana a .photo {
	position: relative;
	padding: 5px;
}
#top-bana a .photo::after {
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	width: 60px;
	height: 60px;
	background: #ED6A5A;
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem20);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-bana a {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top-bana a .txt {
		width: 50%;
	}
	#top-bana a .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-bana a .photo::after {
		width: 40px;
		height: 40px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
header h1.title.first b {
	display: block;
	color: var(--color-primary-tint);
	font-size: 80%;
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2 b {
	display: block;
	color: var(--color-primary-tint);
	font-size: 80%;
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/**/
.post h4::before {
	top: 0.4em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	商品紹介
--------------------------------------------------*/
#items_link li {
	margin-bottom: 15px;
}
#items_link li .linkBtn {
	display: block;
	padding: 15px 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#items_link {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 5px;
	}
	#items_link li {
		width: 32%;
	}
	#items_link li:first-child {
		width: 100%;
	}
}
/**/
#items_list li {
	margin-bottom: 30px;
}
#items_list li a {
	display: block;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out;
}
#items_list li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#items_list .ttl {
	margin: 10px 0 5px;
	font-size: var(--rem20w);
	font-weight: 500;
}
#items_list .cat {
	margin-bottom: 5px;
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}
#items_list .cat span {
	display: block;
	padding: 5px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	font-size: var(--rem14);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#items_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#items_list li {
		width: 23.5%;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#items_list {
		column-gap: 4%;
	}
	#items_list li {
		width: 48%;
	}
}
/**/
#items_detail h1 {
	margin-bottom: var(--px30);
	padding-bottom: 12px;
	border-bottom: 1px solid #666;
	font-size: var(--rem30w);
}
#items_detail h2 {
	position: relative;
	margin-bottom: var(--px30);
	padding: 0 0 0 20px;
	font-size: var(--rem24w);
	text-align: left;
}
#items_detail h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	margin: 0;
}
#items_detail .ico {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#items_detail .ico li {
	padding: 2px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	font-size: 90%;
}
#items_detail .btn .linkBtn {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	background: var(--color-primary-tint);
	border-radius: 10px;
	font-size: var(--rem20w);
}
#items_detail .btn .linkBtn::after {
	display: none;
}
#items_detail .btn .linkBtn:hover {
	background: var(--color-primary);
}
#items_detail .btn .linkBtn i {
	margin-right: 20px;
}
#items_detail .bg_wide.bg_gray:nth-child(even)::before {
	display: none;
}
/**/
#photo_main {
	overflow: hidden;
	margin-bottom: 20px;
	aspect-ratio: 3 / 2;
	box-shadow: 0 0 0 1px #ddd inset;
}
#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(25% - (30px / 4));
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#photo_main {
		width: 55%;
	}
	#photo_thumb {
		width: 42%;
	}
}
/*--------------------------------------------------
	原料供給・OEMご相談承ります
--------------------------------------------------*/
table#clear_lilne th {
	background: none;
}
table#clear_lilne,
table#clear_lilne th,
table#clear_lilne td {
	border-left: 0;
	border-right: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	table#clear_lilne td {
		border-left: solid 1px var(--color-table-border);
	}
}
/*--------------------------------------------------
	ママカル風化貝カルシウム
--------------------------------------------------*/
.txt_red {
	color: #F1615F;
}
.txt_blue {
	color: rgb(5, 89, 195);
}
.txt_li_blue {
	color: #0899F8;
}
.pickup_msg {
	font-size: var(--rem30w);
	font-family: var(--font-family01);
}
.pickup_msg b.bg_yellow  {
	color: rgb(8, 153, 248);
	background-color: rgb(255, 255, 122);
}
.ca_box ol li {
	font-size: 120%;
	color: #0899F8;
}
.ca_box ol li span {
	color: var(--color-font);
}
.food_detail .arow_img img {
	max-width: 80%;
}
.food_detail .line {
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}
.food_effect img {
	width: 100%;
}
.food_point img {
	width: 100%;
}
.food_point dl dt {
	margin-bottom: 15px;
}
/*--------------------------------------------------
	珊瑚草
--------------------------------------------------*/
.page-coral-grass #content,
.page-umeshou #content {
	padding-bottom: 0 !important;
}
#coral-grass .txt_pink {
	color: #E07297;
}
#coral-grass .txt_blue {
	color: #001EFF;
}
#coral-grass .txt_purple {
	color: #9464A1;
}
#coral-grass .txt_orange {
	color: #F6911D;
}
#coral-grass b.txt_orange {
	display: inline-block;
	margin: 5px 5px 0;
	padding: 0 10px;
	background: #F6911D;
	color: #fff;
	line-height: 1.4;
}
#coral-grass .txt {
	font-size: var(--rem30);
	font-weight: 500;
}
#coral-grass .txt .fm {
	font-size: var(--rem40);
}
#coral-grass .txt .fm .fm {
	font-size: var(--rem48);
}
#coral-grass .item {
	width: 332px;
	max-width: 70%;
	margin: auto;
}
#coral-grass .ddl {
	width: 332px;
	max-width: 50%;
	margin: auto;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#umebishio .item {
	max-width: 70%;
	margin: auto;
}
#umebishio .ddl {
	width: 332px;
	max-width: 50%;
	margin: auto;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.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"] {
	padding: 15px 35px;
}