@charset "UTF-8";
/* --- ヘッダー --- */
.header-menu .menu-item:first-child{
    border-left: 1px solid rgba(255,255,255,.5);
}
.header-contact-text {
    padding: 15px 0 0;
}
.header-logo {
    padding: 10px 0;
}

/* --- 見出し --- */
.headline-h2 {
    padding-left: 0;
}

/* --- 共通 --- */
.gallery .gallery-caption {
    line-height: initial;
    font-size: 15px;
}
.gallery.layout-1 .gallery-title, .gallery.layout-2 .gallery-title {
    color: #fff;
    background: #4f8e19;
}
.gallery.layout-1 .gallery-title, .gallery.layout-2 .gallery-title {
    color: #fff;
    background: #4f8e19;
    display: block;
}
.gallery.layout-1 .gallery-title{
    margin: 10px 0 0 0;
}
.gallery.layout-2 .gallery-title {
    margin: 0 0 10px 0;
}
.plain-wrapper .full-title {
    color: #fff;
    background: #4f8e19;
}
.plain-wrapper .thumb {
    margin-top: 10px;
}

/* --- お問い合わせフォーム --- */
.contact-form-table .field-name {
    width: 180px;
}

/* --- フッター --- */
footer .footer {
    border-top: 1px solid #ccc;
}
.footer .footer-title {
    background-color: #8dc023;
    border-bottom: none;
}
footer .line {
    background: #4f8e19;
}
footer .footer-link a {
    color: #fff;
}



@media(max-width:688px){
	
	/*お問い合わせフォーム*/
	.contact-form-table .field-name {
    width: 100%;
  }
	
	/*ヘッダー*/
	i.fa {
    padding-top: 20px;
  }
	
	
}
