@charset "UTF-8";
/*ヘッダー*/
.menu-item a {
    text-align: center;
}

.colored .header-menu > .menu-item a, .none .header-menu > .menu-item a {
    border-bottom: 1px solid transparent;
}

.colored .header-menu > .menu-item:hover a, .none .header-menu > .menu-item a {
    border-bottom: 1px solid #e28b0e;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #e28b0e;
    opacity: 1;
    transition: 0.3s;
}

.global-nav{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@media(min-width:689px){
.header-logo .logo {
    width: 345px;
	max-height: 80px;
}
}
	/*共通*/
.gallery-title {

    font-size: 18px !important;
    font-weight: 700;
    border-bottom: solid 2px #afafaf;
    padding: 5px 0 !important;
    margin: 25px auto 20px auto !important;
    width: max-content;

}
.gallery .gallery-caption {
    text-align: center;
}

.headline-h2 {
    color: #289138/*#e4dfd5*/;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    font-family: "copperplate", serif;
    letter-spacing: 0.1em;
}
.gallery .gallery-title {
    font-size: 20px;
}
@media(min-width:689px){
.side .side-title {
    font-size: 22px;
    margin-top: 0px;
}
	}

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

/*フッター*/
footer .footer-link a {
    color: #fff;
    font-size: 15px;
}
.footer_left, .footer_center{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.footer_center img{
    height: 126px;
}


@media(max-width:688px){
	
	.footer_left, .footer_center {
    display: block;
    width: 100%;
  }
	.footer_center img {
    height: initial;
    margin-bottom: 10px;
  }
	
	
	
}
