/** IWAKUNI VARIENT STYLES **/

@media (min-width: 1024px) {
.middle-line-header .logo {
	max-width:175px!important;
}
.middle-line-header .logo img {
	margin-top:25px;
}
}

@media (max-width: 1023px) {
	.location .fa-location-dot {
		margin: 7px 5px 0 -5px;
	}
}

@media (min-width: 900px) {
	.logo-footer a {
		display:block;
		margin:auto;
		max-width:135px;
	}
}

.middle-line-header .logo {
	max-width:135px;
}

.row-bottom-line .right-col .btn.rounded {
	background-color: #fff!important;
	color:#002a4a;
	
}

.row-bottom-line .right-col .btn.rounded:hover {
	background-color: #002a4a!important;
	color:#fff!important;
}