/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}

.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
}


ul.lcp_catlist{
padding-left:0;

}


ul.lcp_catlist li{
display: flex;
border-bottom:solid 1px #ccc;
	align-items: center;
margin-left:0;
	padding-bottom:15px;
	font-size:1.2rem;
}

ul.lcp_catlist li img{
margin-right:15px;
}

ul.lcp_catlist li a{
margin-left:10px;
}

.lcp-customfield{
margin-left:15px;

}

.realestatepost-template-default .entry-meta {
display:none;

}


span.menu-item-description{
display: block;
font-size:0.5rem;
}

ul.onepress-menu{
margin-top:18px;

}
.onepress-menu a {
  line-height: 1.7;
	text-align:center;
		    text-transform: none!important;
}

li.menu-item-86 a{
  border-radius : 4px;
  font-size     : 12px;   
  text-align    : center;
  cursor        : pointer;
padding-top:10px;
padding-bottom:10px;	
padding-right:10px!important;	
padding-left:10px!important;	
  background    : #00b0f0;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #00b0f0;
}


li.menu-item-86 a:hover {
  color         : #00b0f0;
  background    : #ffffff; 
}



li.menu-item-93 a{
  font-size     : 12px;   
  text-align    : center;
  cursor        : pointer;
padding-top:10px;
padding-bottom:10px;	
padding-right:10px!important;	
padding-left:10px!important;	
  background    : #fff;
  color         : #000;
  line-height   : 1em;
  transition    : .3s;
}


li.menu-item-93 a:hover {
  color         : #00b0f0;
  background    : #ffffff; 
}