@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/






/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.red {
	color: #e20151;
}
.txt_gray {
	color: #666;
}
.txt_b {
	font-size: 120%;
}
.fm {
	font-size: 100% !important;
}
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; }
.tbl_cen th { text-align: center !important; }
.transparent img {
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
	}
@media screen and (min-width: 1024px) {
	.pc_none {
		display: none;
	}
}
@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;
	}
}
/*--------------------------------------------------
	ホーム
--------------------------------------------------*/
.home_fream {
	background-image: url(/struct/wp-content/uploads/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 2%;
}
.home_box {
	float: left;
	padding: 3% 3% 1% 3%;
	width: 45%;
	background-color: rgba(250,237,175,0.6);
}
@media only screen and (max-width: 640px){
.home_box {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
/*--------------------------------------------------
	MENU・PRICE
--------------------------------------------------*/
#post-54 h2 {
	margin-top: 25px;
}
.menu_box_l,
.menu_box_r {
	width: 48%;
	}
.menu_box_l {
	float: left;
	}
.menu_box_r {
	float: right;
	}
.menu_box_l ul,
.menu_box_r ul {
	overflow: hidden;
	}
.menu_box_l li,
.menu_box_r li {
	border-bottom: dashed #967343 1px;
	}
.menu_box_l li span,
.menu_box_r li span {
	float: right;
	}
@media only screen and (max-width: 640px){
.menu_box_l,
.menu_box_r {
	width: 100%;
	float: none;
	}
}
/*--------------------------------------------------
	STAFF
--------------------------------------------------*/
.staff_box_l,
.staff_box_r {
	width: 48%;
	}
.staff_box_l {
	float: left;
	}
.staff_box_r {
	float: right;
	}
@media only screen and (max-width: 640px){
.staff_box_l,
.staff_box_r {
	width: 100%;
	float: none;
	}
}
/*--------------------------------------------------
	CONCEPT
--------------------------------------------------*/
.concept_fream {
	background-image: url(/struct/wp-content/uploads/concept_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding: 5% 5% 5% 0%;
}
.concept_box {
	background-color: rgba(255,255,255,0.6);
	padding: 3%;
	width: 60%;
}
@media only screen and (max-width: 640px){
.concept_fream {
	background-image: url(/struct/wp-content/uploads/concept_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.concept_box {
	width: 100%;
}
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.hpb_link a{
	position: relative;
	padding: 6px 10px;
	background-color: #e20151;
	margin-bottom: 10px;
	margin-top: 12px;
	color: #FFF;
	border-radius: 10px;
	font-size: 120%;
	}
.hpb_link a:hover{
	background-color: #f03276;
	}
@media only screen and (max-width: 640px){
.hpb_link a{
	font-size: 100%;
	}
}

/*新HOLOCF7送信テキストずれ対応*/
.wpcf7-spinner {
	margin: 0 auto!important;
}
/*新HOLOレイアウト崩れ対応*/
.fbox{
        display: flex;
        align-items: flex-start;
}
@media only screen and (max-width: 640px){
    .fbox{
        display: block;
        align-items: normal;
    }
}

