/* ここにCSSコードを追加

/**********************************
 * font title
 **********************************/

h1 {
  font-size:2em;
  text-align:center;
  font-weight:500!important;
  color:#736357;
  position: relative;
  margin-bottom: 30px;
}

/** h1のボトム装飾 **/
.entry-content h1:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: #aba19a;
    content: '';
}

h2 {
  color: #736357;
  border: 1px solid #aba19a;
  padding: 2px 10px 0px 10px;
	margin: 40px 0px 20px 0px;
  border-radius: 5px;
  font-weight:400!important;
	background-color: #aba19a2e;
}

h2 a:hover {
		border-bottom:none;
}

h3 {
  color:#736357;
	padding: 20px 0px 0px 0px;
  font-weight:400!important;
	border-bottom: 1px dotted #aba19a;
}

p {
		margin: 0 0 2.0em;
}


.entry-content a {
	box-shadow: none;
	color: #736357;
}

.entry-content a:hover {
	box-shadow: none;
	color: #18a4c3;
}

.entry-content a:focus {
	box-shadow: none;
	color: #18a4c3;
}

.italic {
  font-style: italic;
		color: #aba19a;
}

.person{
	font-size:0.7em;
  text-align:center;
  color:#736357;
}
		

/***************
 * pageTitle
 ***************/

header.entry-header {
	display:none;
}


/***************
 * wrap
 **************/

@media screen and (min-width: 30em){
.page-one-column .panel-content .wrap {
  max-width: 1000px;}}

.site-footer .widget-area {
     padding-bottom: 0em; 
     padding-top: 0em; 
}


/************************
 *  change
 ************************/

@media (min-width: 601px) {
#mbChange img{
  display:none;
  }}

@media (max-width: 600px) {
#pcChange img{
  display:none;
  }}


/**************
 * headerMenu
 **************/

.navigation-top a {
    color: #f5f5f5;
    font-weight: 100;
}

.main-navigation a:hover {
    color: #08f125;
}

.navigation-top{
	background: #918277!important;
	border-bottom: 1px solid #918277;
    border-top: 1px solid #918277;
}

.main-navigation ul {
		background: #918277!important;	
}

.menu-toggle:focus {
    outline: thin solid #918277;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #f5f5f5;
}

/** モバイル用メニュー **/
:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus {
    background: #918277;
      color: #f5f5f5;
}

.menu-toggle {
    color: #f5f5f5;
    font-weight: 100;
}
/*以前のメニューのカラー#208437*/

/*******************
 * widget
 ********************/

.widget {
	padding-bottom: 0em;
}


/***********************************
 * copyright
 ***********************************/

.site-info {
	text-align:center;
    margin-bottom: 0em;
}

.site-info a {
    font-size:0;
    pointer-events:none;
}

.site-info a:before {
    font-size: 12px;
    content: "Copyright © OAKHOUSE All Rights Reserved.";
    color:#583822;
}

@media screen and (min-width: 48em){
.site-info {
    float: none; 
    padding: 0 0; 
    width: 100%;
		}}

@media screen and (min-width: 48em){
.site-footer .widget-column.footer-widget-1 {
    height: 250px;
		}}


/************************
 *  bannerの配置 
 ************************/

.meritImg{
    display:inline;
    text-align: center;
    padding:0 2px;
}


/****************
 * footer
 ****************/

.site-footer {
	background-color:#aba19a;
}


/*************
 * button 
 *************/

button {
	border: none;
}

input[type="button"],
input[type="reset"], input[type="submit"],input + input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background-color: #736357;
    padding:10px 20px;
    font-weight: normal;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #fff;
    background: #8f8279;
    font-weight: normal;
}


/***************
 * contactForm
 ***************/

 /*** required ***/
span.required {
    display: block;
    float: right;
    text-align: center;
    background-color:#736357;
    border-radius:5px;
    font-size:0.5em;
    padding:3px;
    color:#fff;
    margin-left:10px;
}

 /*** position ***/
.contact_header {
    width: 25%;
    color: #736357;
    font-weight: normal;
}

@media only screen and (max-width: 767px){
.contact_header {
    width: 100%;
    display: block;
    padding: 10px 0 0;
}}

@media only screen and (max-width: 767px){
.contact_data, .contact_data_2 {
    width: 100%;
    display: block;
}}

 /*** inputField ***/
.contact_data input, .contact_data textarea {
    width: 100%;
    display: block;
    border: none;
    border-radius: 5px;
    background: #f4f2ec;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25) inset;
}

 /*** errorMessage ***/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px dotted #f7005e;
    border-radius:5px;
}

span.wpcf7-not-valid-tip {
    color: #f7005e;
    display: inline;
    margin-left: 10px;
}

.contact_data select {	
    border: 2px solid #ede9df;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    height: 2.6em;
    padding: 7px 5px 5px;
    max-width: 100%;
    background-color:#f4f2ec;
}

 /*** done ***/
div.wpcf7-mail-sent-ok {
    border: 1px dotted #736357;
    border-radius:5px;
}

 /*** personalInfo ***/
.parsonal {
	font-size:0.9em;
	padding:10px 20px;
	border:3px solid #d1e8b2;
	border-radius:5px;
	color:#666;
}






/*** threeCol（スマートフォンでは1カラム) ***/
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	/*width: 32.14%;*/
	width: 33.3%;
	width: calc((324 / 980) *100%);
	margin: 0 0 4px 0;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 4px 0;
	}
}


/****** Zoom ******/
.zoom {
	overflow: hidden;
}
.zoom img{
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/********** table **********/
tbody .tablelist {
		 background-color:#736357;
}

tr {
    border-bottom: 1px solid #fff;
}

/******** ul ol space ********/
.leftspace{
    padding-left: 30px;
}