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


/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red { color: #FC0000; }
.pick { color: #80B624; }
.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 (min-width: 641px){
}
@media only screen and (max-width: 640px){
}
/*--------------------------------------------------
	グローバルメニュー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#wrapper {
	position: relative;
	overflow: visible;
	padding-bottom: 50px;
}
#wrapper::after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#wrapper::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/struct/wp-content/uploads/bg_footer.png) repeat-x bottom;
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 640px){
	#wrapper::before {
	background-size: auto 50px;
	-webkit-background-size: auto 50px;
	}
}
/**/
@media (min-width: 1100px){
	.home #mainImg {
		margin-bottom: 20px;
	}
}
/**/
.post h2 {
	padding-left: 40px;
	background: url(/struct/wp-content/uploads/p.png) no-repeat left center;
}
.post h2:after {
	left: 0;
}
/*--------------------------------------------------
	利用料金
--------------------------------------------------*/
.post .price_tbl th {
	width: 30%;
}
.post .price_tbl td:last-child {
	text-align: right;
}
/*--------------------------------------------------
	利用までの流れ
--------------------------------------------------*/
#flow_list ol,
#flow_list li {
	margin: 0;
	padding: 0;
	border: none;
}
#flow_list ol {
	counter-reset: number;
}
#flow_list li {
	position: relative;
	margin-bottom: 70px;
	padding: 10px;
	border: 1px solid #ccc;
	list-style: none;
}
#flow_list li::before {
	margin-right: 5px;
	color: #4F9244;
	counter-increment: number;
	content: counter(number) ".";
	font-weight: bold;
}
#flow_list li::after {
	position: absolute;
	left: 50%;
	bottom: -65px;
	margin-left: -25px;
	content: url(/struct/wp-content/uploads/arow.png);
}
#flow_list li:last-child {
	margin-bottom: 0;
}
#flow_list li:last-child::after {
	display: none;
}
p.note {
	margin-top: 20px;
	padding: 10px;
	background: #eee;
}
/*--------------------------------------------------
	スタッフの一日の流れ
--------------------------------------------------*/
#flow_staff_list dl {
	position: relative;
	margin-bottom: 70px;
	padding: 10px;
	border: 1px solid #ccc;
}
#flow_staff_list dl::after {
	position: absolute;
	left: 50%;
	bottom: -65px;
	margin-left: -25px;
	content: url(/struct/wp-content/uploads/arow.png);
}
#flow_staff_list dl:last-child {
	margin-bottom: 0;
}
#flow_staff_list dl:last-child::after {
	display: none;
}
#flow_staff_list dt {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A3BA51;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.recruit_txt {
	color: #524234;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_about dd {
	padding-left: 20px;
}
#company_tbl {
	margin-bottom: 30px;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
@media (min-width: 641px){
	.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;
}
.page-contact .post form.wpcf7-form .linkBtn span.ajax-loader {
	position:absolute;
}




/*--------------------------------------------------
調整
--------------------------------------------------*/

.post{
padding: 20px 20px 10px;
}

.page-price .cf .column2_50 p{
padding-left:10px;
}

.page-privacy .post p{
margin-bottom:20px;
}

.page-privacy .post ol{
margin-bottom:30px;
}


@media only screen and (max-width: 640px) {

#copyright{
margin-bottom:128px;
}

.post{
padding: 10px 10px 10px;
}


}

/*グローバルナビ調整*/
@media print, screen and (min-width: 1024px){
	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a, 
	nav#mainNav ul li.current-menu-ancestor li a, 
	nav#mainNav ul li li.current-menu-item li a{
		background: #e4ecd5;
        color: #524234;
	}
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover, 
	nav#mainNav ul li.current-menu-ancestor li a:hover, 
	nav#mainNav ul li li.current-menu-item li a:hover{
		background: #4f9244;
	}
}

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

/*バージョンアップによるボタン崩れ対応*/
div.linkBtn p {
    padding: 3.5px 0;
}