@charset "UTF-8";
/* CSS Document */


.toplogo {
    width: 330px;
    padding: 0;
    background-color: #fff;
    position: absolute;
    top: 65px;
    left: 4%;
    z-index: 10;
}
.logo1 {
    width: 100%;
    margin-bottom: 2px;
}
.logo2 {
    width: 100%;
}
/*
.global-navi {
    overflow: hidden;
    width:94%;
    padding: 0 0 0 6%;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}
.global-navi li{
    font-family: "FOT-筑紫明朝 Pr6N L";
    font-weight: normal;
    font-size: 16px;
    color: #000;
    float:left;
    margin-right: 70px;
    padding: 15px 0;
    letter-spacing: 1px;
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.global-navi li a {
    text-decoration: none;
    color: #000;
}
.global-navi li a:hover {
    color: #00A0E9;
}
.cd-fixed-bg {
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-scrolling-bg {
    min-height: 100%;
}
.cd-container{
    margin: 0px;
}
/*追尾
.fixed{
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 99;
}*/


#menuList {
    width:auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 81px;
    right: 4%;
    padding: 0;
    margin: 0;
    z-index: 100;
    background-color: #fff;
}
#menuList ul {
	width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    
}
#menuList ul li {
    font-family: "FOT-筑紫明朝 Pr6N L";
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#menuList ul li:last-child {
    padding: 0;
}
#menuList ul li a {
    padding: 15px 50px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.2s linear;
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
}
#menuList ul li a:hover {
    transition: all 0.2s linear;
    color: #fff;
    background-color: #005BAC;
}
#menuList ul li:last-child a {
    padding: 15px 50px;
    line-height: 1.2em;
}

@media only screen and (max-width: 899px) {


.toplogo {
    display: none;
}
.logo1 {
    display: none;
}
.logo2 {
    display: none;
}

#menuList {
    display: none;
}
#menuOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 99;
    background-color: rgba(255,255,255,0.70);
}
#switchBtnArea { /*スマホ余白背景*/
    width: 100%;
    height: 60px;
    background-image: url("../img/exterior_logo.png?1");
    position: fixed;
    background-size: auto 70%;
    background-position: 5% center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1.00);
    z-index: 100;
}
#switchBtnArea .sp-logo {
    width: 45%;
    height: 38%;
    display: inline-block;
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
}
#switchBtnArea .sp-logo2 {
    width: 60%;
    height: 50%;
    display: inline-block;
    z-index: 200;
    position: absolute;
    top: 48%;
    left: 0;
}
#switchBtnArea #switchBtn { /*メニューボタン関係*/
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    background-color: #005BAC;
    position: absolute;
    z-index: 9998;
}
#switchBtnArea #switchBtn span {
	left: 20%;
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
    background-color:#fff;
    transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 18px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 30px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn.btnClose {
    background-color: #000;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rwdMenuWrap {
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 200;
    background-color: #005BAC;
    background-image: url("../img/exterior_logo_w.png?1");
    background-position: 20px 85%;
    background-repeat: no-repeat;
    background-size: 50% auto;
}

#rwdMenuWrap ul {
	width: 100%;
    padding: 0;
}

#rwdMenuWrap ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 15px;
    list-style: none;
}

#rwdMenuWrap ul li a {
    padding: 25px 20px;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
	color: #fff;
}
/*スマホliの記号系*/
#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -7px;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	color: #fff;
	display: block;
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a .m-eng {
	font-size: 0px;
	line-height: 120%;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}

}