@charset "utf-8";

#header .header-right address.tel .number:before {
	line-height: 60px;
	font-size: 28px;
	background-color: #d52423;
	opacity: 1;
	border-radius: 0px;
	padding: 0;
}

#header .header-right {
	position: fixed;
	top: 0px;
	right: 60px;
	z-index: 10;
}
#header .header-right address.tel .number {
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin: 0;
}

.part-global-navi .global-navi {
    z-index: 10;
    background-color:#efb1b1;
	padding-bottom: 90px;
}

.part-global-navi .button-global-navi:before {
	font-family: "fontawesome";
	content: "\f0c9";
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
    color: #fff;
    background-color: #d52423;
	opacity: 0.8;
	border-radius: 0px;
	border: 0 none;
}
.part-global-navi .button-global-navi {
	position: absolute;
	left: -60px;
	top: 0px;
}
.part-global-navi .global-navi li a {
    padding: 12px 0;
}

#header .header-right .btn-contact {
display:none;
}

#gnav-outer {
	background-color: transparent;
	background-image: none;
}

.part-global-navi .global-navi li > ul > li > a {
    padding: 15px 10px 15px 20px;
    white-space: normal;
}