.headermenubox.clearfix {
    width: 1200px;
    margin: 0 auto 0;
}

.logobox {
    float: left;
}

.menubox {
    float: right;
}

.mail {
    text-align: right;
}

ul.headermenu li {
    float: left;
}

.feedbox {
    clear: both;
    text-align: center;
}

.bottommenu.clearfix {
    float: right;
}

.soudankai {
    float: left;
}

.foliage {
    float: right;
}

.headermainbox {
	width: 100%;
	height: 800px;
	background-position:top center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}

.tell {
    text-align: right;
}

.feedbox {
    clear: both;
    text-align: center;
    padding: 240px 0;
}

#home .menu-header-container{
display:none;
}

body.lang-ja .lang:not(.lang-ja) {
    display: none;
}
body.lang-en .lang:not(.lang-en) {
    display: none;
}

body.lang-en .feedbox {
    padding: 220px 0;
}
body.lang-en .head_office {
    right: 270px;
}

/*ヘッダーENGLISHボタン追加*/
.mail-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.english { padding-left: 30px; }
.english a {
    display: block;
    width: 100%;
    height: 100%;
}
.english a:hover {
    opacity: 0.7;
}
p.un_language {
text-align: right;
}