@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #FC0000;
}
p.nm {
	margin-bottom: 0;
}
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
@media only screen and (min-width: 641px){
	.img_lft { float: left; margin-right: 20px; }
	.img_rit { float: right; margin-left: 20px; }
}
@media only screen and (max-width: 640px){
	.img_lft, .img_rit {
		text-align: center;
	}
	.img_lft img, .img_rit img {
		max-width: 200px;
		width: 96%;
		height: auto;
	}
}
/*--------------------------------------------------
	サービスのご案内
--------------------------------------------------*/
#service_about p.photo {
	float: right;
	width: 20%;
	margin-left: 20px;
}
#service_about p.photo img {
	padding: 0;
	border-radius: 50%;
}
#service_about p.title {
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #baba64;
	font-size: 20px;
}
/*--------------------------------------------------
	ご利用者様のお声
--------------------------------------------------*/
#voice_about img {
	margin-bottom: 0;
	vertical-align: bottom;
}
#voice_about p.txt {
	margin-bottom: 30px;
	padding: 15px;
	background: rgba(197,173,173,0.3);
	border-radius: 10px;
}
#voice_about p.txt:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
@media only screen and (min-width: 641px){
	#voice_about p.txt {
		margin-left: 230px;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 640px){
	#voice_about p.txt {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	スタッフ紹介
--------------------------------------------------*/
#staff_profile img {
	margin-bottom: 0;
	vertical-align: bottom;
}
#staff_profile dl {
	margin-bottom: 30px;
	padding: 15px;
	background: #FFF;
	border: 2px solid #baba64;
	border-radius: 10px;
}
#staff_profile dl:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#staff_profile dt {
	margin-bottom: 10px;
	color: #baba64;
	font-size: 20px;
}
@media only screen and (min-width: 641px){
	#staff_profile dl {
		margin-left: 230px;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 640px){
	#staff_profile dl {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl {
	margin-bottom: 30px;
}
#company_tbl th {
	white-space: nowrap;
}
/*--------------------------------------------------
	サービスのご案内
--------------------------------------------------*/
#service_about .list {
	margin-left: 1em;
}
#service_about .list li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: disc;
}
@media only screen and (min-width: 641px){
	#service_about .list.w2 li {
		float: left;
		width: 50%;
	}
}
/*--------------------------------------------------
	ご利用料金
--------------------------------------------------*/
.price_tbl th.cen,
.price_tbl td.cen {
	text-align: center !important;
}
.price_tbl th.rit,
.price_tbl td.rit {
	text-align: right !important;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.txt_tel {
	font-size: 30px;
}