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


/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 135%; }
.red { color: #FC0000; }
.pick { color: #339964; }
.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; }
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
h1.title span {
	padding-left: 45px;
	background: url(/struct/wp-content/uploads/ico.png) no-repeat center left;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
}
.post4b h2 {
	box-sizing: border-box;
}
/**/
.txt_brown {
	color: #772809;
}
.btn_wide .linkBtn {
	display: block;
}
.linkBtn.btn {
	background: #772809;
	border: 1px solid #772809;
	box-sizing: border-box;
}
.linkBtn.btn:hover {
	background: none;
	color: #772809;
}
.linkBtn.btn:hover::after {
	border-color: #772809;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.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.box_end {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.box_w2.rev {
		flex-direction: row-reverse;
	}
}
	.box_w2 .column2_70,
	.box_w2 .column2_60,
	.box_w2 .column2_50 {
		text-align: left;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_msg {
	margin-bottom: 40px;
}
#top_msg iframe {
	width: 100%;
	height: 500px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_bana .column3_33:nth-child(2) {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg iframe {
		width: 100%;
		height: 300px;
	}
}
@media (min-width: 1100px){
	.home #mainImg {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.btn_about .linkBtn {
	width: 300px;
	max-width: 100%;
	box-sizing: border-box;
}
/**/
#time_tbl th,
#time_tbl td {
	padding: 6px;
	color: #772809;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#time_tbl p img {
	vertical-align: middle;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#time_tbl {
		overflow: auto;
		white-space: nowrap;
	}
	#time_tbl::-webkit-scrollbar{
		height: 5px;
	}
	#time_tbl::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	#time_tbl::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	#time_tbl p img {
		width: auto;
		height: 22px;
	}
	#time_tbl th,
	#time_tbl td {
		padding: 3px;
		line-height: 1.3;
		font-size: 10px;
	}
	#time_tbl td img {
		width: 10px;
	}
}
/**/
#company_tbl {
	margin-bottom: 30px;
	border: none;
}
#company_tbl th,
#company_tbl td {
	background: none;
	border-color: #ccc;
	border-style: dashed;
	border-left: none;
	border-right: none;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	療法について
--------------------------------------------------*/
.post p.cen_pc.fm.txt_brown {
	line-height: 1.8;
}
/**/
.box_brown,
.box_green {
	margin-bottom: 20px;
	padding: 30px;
	border: 1px solid #772809;
	border-radius: 30px;
	box-shadow: 5px 5px 0 rgba(119,40,9,0.3);
}
.box_green {
	border: 1px solid #339964;
	box-shadow: 5px 5px 0 rgba(72,140,0,0.3);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.box_brown,
	.box_green {
		padding: 20px;
		border-radius: 15px;
	}
}
/**/
#care_price dl {
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 0 20px 20px;
	border: 2px solid #339964;
	border-radius: 20px;
	box-sizing: border-box;
}
#care_price .column2_50:nth-child(2) dl {
	border-color: #772809;
}
#care_price dd p {
	padding-bottom: 0;	
	text-indent: -1em;
	margin-left: 1em;
}
#care_price dt {
	position: relative;
	top: -15px;
	color: #339964;
	font-size: 120%;
	text-align: center;
}
#care_price dt b {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
#care_price .column2_50:nth-child(2) dl {
	border-color: #772809;
}
#care_price .column2_50:nth-child(2) dt {
	color: #772809;
}
/**/
ul.list_ico,
ul.list_ico li {
	margin: 0;
	padding: 0;
	border: none;
}
ul.list_ico li {
	padding: 2px 0 8px 40px;
	background: url(/struct/wp-content/uploads/p.png) no-repeat left top;
}
/*--------------------------------------------------
	トリミング
--------------------------------------------------*/
#trimming_about dl.note {
	padding: 15px;
	border: 1px solid #C1DF9F;
	border-left-width: 10px;
	margin-bottom: 20px;
}
#trimming_about dl.note dt {
	margin-bottom: 10px;
	color: #339964;
}
#trimming_about dl.gallery-item {
	margin-top: 0;
}
/**/
.post .price_tbl thead th {
	text-align: center;
}
.post .price_tbl td {
	width: 35%;
	text-align: right;
	white-space: nowrap;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
#contact_link ul,
#contact_link ul li {
	margin: 0;
	padding: 0;
	border: none;
}
#contact_link {
	margin-bottom: 40px;
}
#contact_link ul li {
	margin-bottom: 20px;
	text-align: center;
}
#contact_link ul li img {
	margin-bottom: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_link ul {
		overflow: hidden;
	}
	#contact_link ul li {
		float: left;
		width: 31%;
		margin-right: 3.5%;
	}
	#contact_link ul li:nth-child(3) {
		margin-right: 0;
	}
}
/**/
.wpcf7-form select {
	width: auto;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 200px;
		white-space: nowrap;
	}
}
/* ボタン */
.page-contact .post form.wpcf7-form .linkBtn {
	padding:0 !important;
}
.page-contact .post form.wpcf7-form .linkBtn input.wpcf7-submit {
	width:100%;
	padding:15px 40px;
	box-sizing:border-box;
}
.page-contact .post form.wpcf7-form .linkBtn span.ajax-loader {
	position:absolute;
}
.post h2 {
	box-sizing:border-box;
}

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