@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*--------------------------------------------------
	新着情報
--------------------------------------------------*/
.post_text {
    width: inherit;
}
.post .post_img {
    width: 28%;
}
.post_text70 {
    width: 69.5%;
    float: right;
}
@media only screen and (max-width: 640px) {
#content .post_text70 {
    width: 100%;
}
	}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.red { color: #C85236; }
.pick { color: #80B624; }
.green { color: #385723; }
.txt_orange { color: #ed7d31; }
.txt_yellow { color: #B35715; }
.txt_wine { color: #802142; }
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
p.nm {
	padding-bottom: 0;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
/* 非表示用 */
@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; }
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.mb {
	margin-bottom: 40px;
}
.bg_wide {
	position: relative;
}
.bg_wide::before {
	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;
}
.bg_pad {
	padding: 30px 0;
}
.box_pad,
.box_pad_s {
	padding: 15px;
	box-sizing: border-box;
}
.pad_anchor {
	margin-top: -115px;
	padding-top: 115px;
}
.box_w2_sp {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	/*
	.sticky-header .pad_anchor {
		margin-top: 0;
		padding-top: 80px;
	}
	*/
	.bg_pad {
		padding: 60px 0;
	}
	.bg_fix::before {
		background-attachment: fixed !important;
	}
	.box_w2 {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box_w2.rev {
		flex-direction: row-reverse;
	}
	.box_w2.vcen {
		-webkit-align-items: center;
		align-items: center;
	}
	.box_pad {
		padding: 30px;
	}
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
@media only screen and (max-width: 1239px) and (min-width: 1024px){
	nav div.panel {
		float: none;
		text-align: center;
	}
	nav div.panel ul {
		display: inline-block;
		vertical-align: bottom;
	}
}
body.mobile #mainImg, body.mobile #breadcrumb {
    margin-top: 90px;
}
.post .column2_50.lft {
	text-align: left;
}
.post h1 {
	line-height: 1.3;
}
.post h2 {
	padding-left: 40px;
}
.post h2::after {
	left: 0;
}
.post h2::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 100%;
	padding: 0;
	background: url(/struct/wp-content/uploads/p.png) no-repeat left top;
	background-size: contain;
	-webkit-background-size: contain;
	content: "";
}
.post h4 {
	padding: 0 0 4px;
	border-left: none;
	border-bottom: 1px solid #e89e69;
}
/**/
.post ol.list_line {
	margin: 0 0 15px;
	list-style: none;
}
.post ol.list_line li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
.box_yellow_line {
	background: #FFF8E5;
	border: 1px solid #CA6466;
}
.box_red_line {
	border: 1px solid #CC0000;
}
.kadomaru {
	border-radius: 20px;
}
.box_yellow {
	padding: 15px;
	background: #FFF8E5;
	box-sizing: border-box;
}
.box_pink {
	padding: 15px;
	background: #FDF0E8;
	box-sizing: border-box;
}
.box_contact_line {
	padding: 15px 15px 1px;
	border: 1px solid #00B050;
	box-sizing: border-box;
}
.post .linkBtn.btn_green {
	background: #C5E0B4;
	color: #385723;
}
.post .linkBtn.btn_green:hover {
	background: #ACD294;
}
/**/
.wmax600,
.wmax700,
.wmax800,
.wmax900 {
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.wmax700 {
	width: 700px;
}
.wmax800 {
	width: 800px;
}
.wmax900 {
	width: 900px;
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #wrapper {
	overflow: visible;
}
#post-2 .post {
	margin-bottom: 0;
	background: none;
	border: none;
}
/**/
#top_bg::before {
	background: #f9ecc7;
}
.top_note {
	overflow: hidden;
	position: relative;
	background-color: #FBE5D6;
	border: solid 1px #C85236;
	padding: 20px;
	color: #5B2619;
	border-radius: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.top_note {
		padding: 50px;
	}
	.top_note p.ico {
		position: absolute;
		top: 50%;
		left: 20px;
		padding-bottom: 0;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.top_note p.ico img {
		margin: 0 auto;
		padding: 0;
	}
}
/**/
#top_bg .top_msg .column2_30 img {
	max-width: 100%;
}
#top_bg .red {
	color: #C85236;
}
#top_bg .brown {
	color: #5B2619;
}
#top_bg .pink {
	color: #CA6466;
}
/**/
#top_info {
	background: #f9d6cf url(/struct/wp-content/uploads/bg.png);
}
#top_bg .box_pad,
#top_info .box_pad {
	background: #fff;
}
#top_info .column2_50 {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.top_link {
		width: 70%;
		margin: 0 auto;
	}
}
.top_link img {
	width: 45%;
}
/**/
.line a.linkBtn {
	padding: 10px 30px;
	background-color: #53B535;
	color: #FFFFFF;
	font-weight: bold;
}
.post p.front_alinkBtn .linkBtn {
	margin-bottom: 0;
	background-color: #e6b31c;
	color: #d93a1a;
}
/**/
h2.top-loop, h2.bottom-loop, h2.cat-loop {
    white-space: normal !important;
}
/**/
@media screen and (min-width: 1024px) { /* PC用 */
	.top_sns .in {
		width: 75%;
		margin: 0 auto;
	}
}
/*--------------------------------------------------
	商品のご紹介
--------------------------------------------------*/
#page_link a.linkBtn {
	display: block;
	background-color: #FDFAF1;
	border: solid 1px #D93A1A;
	color: #000000;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#page_link {
		width: 80%;
		margin: 0 auto 40px;
	}
	#page_link a.linkBtn {
		width: 35%;
	}
}
.note {
	padding: 20px;
	background-color: #F9D6CF;
	background-image: url(/struct/wp-content/uploads/bg.png);
	margin-bottom: 40px;
}
.post .flexbox .column3_33 {
    border: 3px solid #66532d;
    font-size: 100%;
    padding: 20px;
    box-sizing: border-box;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.note {
		width: 60%;
		margin: 0 auto 40px;
	}
}
.linkBtn.online {
	background-color: #E6B31C;
	color: #D93A1A;
}
.linkBtn.line {
	background-color: #C5E0B4;
	color: #385723;
}
.linkBtn.btn_buy {
	display: block;
	width: 300px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 3px solid #0FBB0E;
	box-sizing: border-box;
	color: #0FBB0E;
}
.linkBtn.btn_buy span {
	display: inline-block;
	padding: 10px 60px 10px 0;
	background: url(/struct/wp-content/uploads/off.png) no-repeat right center;
	background-size: auto 46px;
	-webkit-background-size: auto 46px;
}
.linkBtn.btn_buy:hover {
	background: #0FBB0E;
	color: #fff;
}
.linkBtn.btn_line_buy {
	display: block;
	width: 300px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #F0FFDD;
	border: 3px solid #FFC000;
	box-sizing: border-box;
	color: #00B050;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.linkBtn.btn_buy,
	.linkBtn.btn_line_buy {
		margin-bottom: 5px;
	}
	.linkBtn.line {
		margin-bottom: 20px;
	}
	.post .link_amazon .column2_20 {
		margin-bottom: 0;
	}
	.post .link_amazon .column2_80 {
		margin-top: 0;
	}
	.post .link_amazon p.cen {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 1361px){
	.post .link_amazon .column2_20,
	.post .link_amazon .column2_80,
	.post .link_amazon .column2_50 {
		width: 100% !important;
		text-align: center;
	}
}
/**/
#product_item .box {
	padding: 20px;
	background-color: #F7E9E9;
	border: solid 1px #CA6466;
	border-radius: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_attention .photo {
		width: 10%;
	}
	#product_attention .txt {
		width: 50%;
	}
	#product_item .box.short {
		width: 62%;
	}
	#product_item .photo {
		width: 30%;
	}
}
.bg_pink {
	background-color: #FBE5D6;
	padding: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_choice .photo {
		width: 20%;
	}
	#product_choice .txt {
		width: 75%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.img_s img {
		width: 60% !important;
	}
}
#product_choice .txt {
	text-align: left;
}
#product_choice .column2_50 {
	width: 48.5%;
}
/**/
#product_point .box,
#product_point .txt {
	width: 32%;
	box-sizing: border-box;
}
#product_point .box {
	padding: 10px;
	margin-bottom: 10px;
}
#product_point .box:nth-child(2n+1) {
	background-color: #FFF2CC;
}
#product_point .box:nth-child(2n) {
	background-color: #FBE5D6;
}
#product_point.ceramic .box:nth-child(2n+1) {
	background-color: #FFC000;
}
#product_point.ceramic .box:nth-child(2n) {
	background-color: #ED7D31;
}
#product_point.care .box:nth-child(2n+1) {
	background-color: #FFF8E5;
	border: solid 1px #FFFFFF
}
#product_point.care .box:nth-child(2n) {
	background-color: #FFFFFF;
	border: solid 1px #F8E469;
}
#product_point .txt {
	padding-top: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_point .box,
	#product_point .txt {
		width: 15.5%;
	}
	#product_point .box {
		padding: 15px;
	}
	#product_point .txt {
		padding-top: 20px;
	}
}
/**/
#yomogi_feater .box_red,
#yomogi_feater .box_yellow {
	width: 48.5%;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 20px;
	box-sizing: border-box;
}
#yomogi_feater .box_red {
	border: solid 1px #C00000;
}
#yomogi_feater .box_yellow {
	border: solid 1px #FFC000;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#yomogi_feater .box_red,
	#yomogi_feater .box_yellow {
		padding: 20px;
	}
}
#product_question ul {
	padding-left: 1.6em;
}
#product_question ul li {
	color: #C00000;
	list-style: disc;
}
#product_question .txt {
	background-color: #FFF2CC;
	border: solid 5px #ED7D31;
	border-radius: 50%;
	padding: 35px;
	line-height: 2.8em;
	
}
#product_question.bg_green {
	background-color: #E2F0D9;
	padding: 20px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
}
#product_question.bg_green ul li {
	color: #000000;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_question {
		padding-top: 30px;
	}
}
/**/
#infrared .border_green,
#infrared .border_yellow,
#infrared .border_red,
#infrared .txt {
	width: 48%;
	padding: 20px 20px 5px;
	border-radius: 50%;
	margin-bottom: 15px;
	box-sizing: border-box;
	/* 縦方向中央揃え */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#infrared .border_green,
	#infrared .border_yellow,
	#infrared .border_red,
	#infrared .txt {
		width: 23%;
		padding: 35px 35px 20px;
	}
}
#infrared .border_green {
	background: #D9EBCE;
	border: solid 1px #548235;
}
#infrared .border_yellow {
	background: #FFF2CC;
	border: solid 1px  #FFC000;
}
#infrared .border_red {
	background: #FFCFCF;
	border: solid 1px #C00000;
}
#infrared .txt {
	/*
	background-color: #FFF2CC;
	border: solid 1px #ED7D31;
	*/
	padding: 0;
}
#infrared .txt img {
	margin: 0 auto;
	padding: 0;
	border: none;
}
/**/
#yomogi_step .box {
	padding: 10px;
	margin-bottom: 15px;
}
#yomogi_step .box .in {
	margin-top: 5px;
	padding: 10px;
	border: solid 1px #BCBCBC;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#yomogi_step .box {
		width: 48%;
	}
}
#youtube {
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
#youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_link {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
}
#product_recommend .bg_yellow {
	margin: 15px 0 30px;
	background-color: #FFF8E5;
	border: solid 1px #F8E469;
	padding: 20px;
	border-radius: 20px;
}
#product_recommend .bg_green {
	margin: 15px 0 20px;
	background-color: #E2F0D9;
	border: solid 1px #F8E469;
	padding: 20px;
	border-radius: 20px;
}
#product_recommend .box .in {
	width: 350px;
	max-width: 100%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_recommend .box .column2_70 {
		padding-left: 20px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#product_recommend .box .in {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#product_recommend .box .in .column2_60 {
		width: 60%;
	}
	#product_recommend .box .in .column2_40 {
		width: 35%;
	}
}
/**/
.product_tbl {
	margin-bottom: 40px;
}
.product_tbl th {
	width: 20%;
	white-space: nowrap;
}
.product_tbl td {
	text-align: left;
}
/**/
#product_komaru .box_w2_sp {
	padding: 20px;
}
#product_komaru .bg01 {
	background: #E2EFDA;
}
#product_komaru .bg02 {
	background: #FCE4D6;
}
#product_komaru dl {
	width: 32%;
	box-sizing: border-box;
}
#product_komaru dt {
	position: relative;
	margin-bottom: 40px;
	padding: 12px;
	background: #fff;
	border-radius: 10px;
	font-size: 90%;
	font-weight: normal;
}
#product_komaru dt::before {
	position: absolute;
	content: "";
	left: 20px;
	bottom: -40px;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
}
#product_komaru .bg01 {
	position: relative;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#product_komaru .box_w2_sp {
		width: calc(50% - 30px);
		box-sizing: border-box;
	}
	#product_komaru .bg01::before {
		position: absolute;
		content: "";
		top: 50%;
		right: -80px;
		margin-top: -20px;
		border: 30px solid transparent;
		border-left: 30px solid #C00000;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#product_komaru .box_w2_sp {
		padding: 15px;
	}
	#product_komaru dt {
		padding: 10px;
		font-size: 90%;
	}
	#product_komaru .bg01 {
		margin-bottom: 60px;
	}
	#product_komaru .bg01::before {
		position: absolute;
		content: "";
		left: 50%;
		bottom: -75px;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 30px solid #C00000;
	}
}
/**/
#faq_list dl {
	margin-bottom: 30px;
	margin-top: 40px;
}
#faq_list dl b {
	font-size: 260%;
	color: #BF1906;
	margin-right: 20px;
}
#faq_list dt {
	color: #C00000;
	margin-bottom: 30px;
}
#faq_list dd b {
	color: #CD6319;
	margin-right: 20px;
}
/*--------------------------------------------------
	セミナー＆マッサージ
--------------------------------------------------*/
#seminar_tbl01 th,
#seminar_tbl02 th {
	white-space: nowrap;
}
#seminar_tbl01 th,
#seminar_tbl01 td {
	text-align: center;
	vertical-align: middle;
}
#seminar_tbl02 th,
#seminar_tbl02 td {
	vertical-align: middle;
}
#seminar_tbl02 th,
#seminar_tbl02 th+td {
	width: 15%;
	text-align: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#seminar_tbl01 th,
	#seminar_tbl01 td,
	#seminar_tbl02 th,
	#seminar_tbl02 td {
		padding: 6px;
		font-weight: 90%;
	}
}
/**/
#seminar_tokuten .box {
	padding: 15px;
	margin-bottom: 15px;
	background: #F7E9E9;
	border: 1px solid #FFF8E5;
	box-sizing: border-box;
	color: #B35715;
}
#seminar_tokuten .box:nth-child(2) {
	background: #fff;
	border-color: #F7E9E9;
}
#seminar_tokuten .box p {
	padding-bottom: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#seminar_tokuten .box {
		width: 32.5%;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
/**/
@media only screen and (max-width: 640px){ /* スマホ用 */
	.img_ss img {
		width: 50% !important;
	}
}
#post-65 h3 {
	text-align: left !important;
}
/**/
#post-65 h4 {
	border-bottom: 2px solid #e89e69;
}
/*--------------------------------------------------
	チネイザン（おなかマッサージ）
--------------------------------------------------*/
.post .price_tbl th,
.post .price_tbl td {
	text-align: center;
	vertical-align: middle;
}
/**/
#wrapper .gallery_w3 .gallery {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#wrapper .gallery_w3 .gallery dt {
	border: none !important;
}
#wrapper .gallery_w3 .gallery dl {
	width: 32% !important;
	margin-right: 2% !important;
	padding: 5px !important;
	border: 1px solid #ddd !important;
	box-sizing: border-box !important;
}
#wrapper .gallery_w3 .gallery dl:nth-child(3),
#wrapper .gallery_w3 .gallery dl:last-child,
#wrapper .gallery_w3 .gallery br+dl+dl+dl {
	margin-right: 0 !important;
}
#wrapper .gallery_w3 .gallery img {
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
}
/**/
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post .gallery_w3 .gallery .gallery-item {
		width: 33.3%!important;
	}
}
/*--------------------------------------------------
	カウンセリング
--------------------------------------------------*/
#counseling_note {
	margin-bottom: 20px;
	padding: 15px;
	background: #FCF3C0;
}
#counseling_note dt {
	margin-bottom: 10px;
	color: #CA6466;
	text-align: center;
}
#counseling_note dd {
	padding: 0;
}
/**/
#counseling_txt {
	margin-bottom: 30px;
	padding: 5%;
	background: url(/struct/wp-content/uploads/bg_counseling.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
#counseling_txt .in {
	padding: 15px;
	background: rgba(255,255,255,0.8);
}
/*--------------------------------------------------
	セミナー参加方法
--------------------------------------------------*/
#joining_txt {
	padding: 10px;
	background: #FFEADD;
	color: #CC0000;
}
/*--------------------------------------------------
	顧問契約
--------------------------------------------------*/
#advisor_about dl {
	margin-bottom: 20px;
}
#advisor_about dt {
	margin-bottom: 15px;
	padding: 10px;
	background: #FBE5D6;
}
#advisor_about table th {
	white-space: nowrap;
	vertical-align: middle;
}
.bg_orange {
	background: #FBE5D6;
}
#advisor_tbl th,
#advisor_tbl td {
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#advisor_tbl th,
	#advisor_tbl td {
		padding: 6px;
		font-weight: 90%;
	}
}
/*--------------------------------------------------
	薬膳茶シリーズ
--------------------------------------------------*/
.post table.tea_tbl th {
	width: 15%;
	white-space: nowrap;
}
.post table.tea_tbl td {
	text-align: left;
}
/**/
.tea_photo img {
	margin: 0 auto;
	padding: 0;
	border: none;
}
.tea_photo .gallery dd {
	font-size: 90%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.tea_photo .gallery dl {
		width: 33% !important;
	}
	.tea_photo .gallery dl:nth-child(4),
	.tea_photo .gallery br+dl+dl+dl+dl {
		clear: both;
	}
	.tea_photo .gallery dd {
		font-size: 80%;
	}
	.gallery dl {
		width: 47% !important;
	}
}
/**/
.tea_note {
	padding: 10px;
	border: 1px solid #FBE5D6;
}
.tea_note dt {
	color: #C00000;
}
.tea_note dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.photo_sp_w4 .gallery {
		overflow: hidden;
	}
	.photo_sp_w4 .gallery dl {
		clear: none !important;
		width: 25% !important;
	}
	.photo_sp_w4 .gallery dl+br {
		display: none;
	}
}
/**/
@media only screen and (max-width: 640px){ /* スマホ用 */
	#tea_item_list .gallery dl {
		width: 50% !important;
	}
}
/**/
.tea_tbl img {
	padding: 0 !important;
	border: none !important;
}
.tea_tbl td {
	text-align: center !important;
	vertical-align: middle !important;
	padding: 6px !important;
}
.tea_tbl .width01 {
	width: 10%;
}
.tea_tbl .width02 {
	width: 22.5%;
}
.tea_tbl .width03 {
	width: 10%;
}
.tea_tbl .width04 {
	width: 45%;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl {
	margin-bottom: 40px;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_tbl td {
	text-align: left;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl {
	margin-bottom: 40px;
}
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
#recruit_tbl td {
	text-align: left;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
#contact .waku {
	border: solid 1px #595959;
}
.wpcf7-form select {
	width: auto;
}
.wpcf7-form table td {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 200px;
		white-space: nowrap;
	}
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	padding:0 !important;
}
.post form.wpcf7-form .linkBtn input.wpcf7-submit {
	width:100%;
	padding:15px 40px;
}
.post form.wpcf7-form .linkBtn span.ajax-loader {
	position:absolute;
}
/*見出し調整*/
.post h3{
	padding-left: 30px;
}
.post h3::before{
	position: absolute;
    content: url(/struct/wp-content/uploads/icon28.png);
    display: block;
    width: 30px;
	height: 30px;
	top: 5px;
	left: 0;
	padding: 0;
}
.post h3:after{
	left: 0;
}

/*ヘッダー調整*/

@media only screen and (max-width: 1023px){
	body nav#mainNav{
	width: initial;
    padding: 0;
	font-weight: 500;
}
	nav#mainNav a.menu{
	background: url(../mrp04/images/micon/umicon0.png) no-repeat 6px 8px,rgba(255,180,46,0.5);
    color: #ffffff;
    border: 1px solid #FFB42E;
    background-size: 20px;
    box-sizing: border-box;
}
	nav#mainNav a.menuOpen{
    background: url(../mrp04/images/micon/dmicon0.png) no-repeat 6px 8px,rgba(255,180,46,0.5);
    color: #ffffff;
    border: 1px solid #FFB42E;
    background-size: 20px;
	}
	nav#mainNav a#menu span{
	padding-left: 45px;
	}
	body #header .spmenu a.menu{
	width: 100%;
    padding: 0;
	display: inline-block;
}
	.spmenu a.menu{
	background: url(../mrp04/images/micon/umicon0.png) no-repeat 6px 8px,rgba(255,180,46,0.5);
    color: #ffffff;
    border: 1px solid #FFB42E;
    background-size: 20px;
    box-sizing: border-box;
}
	.spmenu a.menuOpen{
	background: url(../mrp04/images/micon/dmicon0.png) no-repeat 6px 8px,rgba(255,180,46,0.5);
    color: #ffffff;
    border: 1px solid #FFB42E;
    background-size: 20px;
	}
	body #header .spmenu a.menu p{
	float: none;
	font-weight: 500;
	text-align: left;
	padding: 8px 10px 8px 45px;
	}
	#header .logo{
	margin: 0;
	padding: 0;
	}
}
@media print, screen and (min-width: 1024px){
	.mobile #header .inner{
	width: 100%;
	}
	.mobile #header-layout{
	width: 100%;
	}
	#header .logo{
	padding: 20px 0;
	}
}
body.mobile #breadcrumb ,
body.mobile #mainImg {
	margin-top: 0;
}
#header-layout{
	padding: 0;
}
@media only screen and (max-width: 640px){
.gallery-columns-3 .gallery-item{
	width: 33% !important; 
}
.gallery-columns-3 .gallery-item img{
    max-width: 90%;
    padding: 2px !important;
    border: 1px solid #cccccc !important;
}
}
@media only screen and (max-width: 640px){
.gallery-columns-2 .gallery-item{
	width: 50% !important; 
}
.gallery-columns-4 .gallery-item img{
    max-width: 90%;
    padding: 2px !important;
    border: 1px solid #cccccc !important;
}
}
/*漢方オイル*/
.flexbox02{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.w40{
	width: 38%;
}
.w60{
	width: 60%;
}
.table-box table tr td{
	box-sizing: border-box;
}
.table-box table tr td:first-child{
	width: 90px;
}
@media only screen and (max-width: 768px){
	.w40,.w60{
		width: 100%;
	}
}