@charset "utf-8";
/*
Theme Name: Lion Heart Rouken
Theme URI: https://lion-rouken.com/
Template: lightning
Description: 
Author: HideWorks
Tags: 
Version: 0.1.2
*/

.header-top {
	background-color: #DBF3BD;
	padding:4px 0;
	font-size:12px;
}
	.header-top__inner {
	max-width:1135px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
	display: flex;
	align-items: center;
}
	.header-top__items{
	display:flex;
	column-gap:12px;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
}
	.header-top__description{
	display: flex;
	align-items: center;
	margin-right: auto;
	line-height: normal;
	margin-block-start: auto;
	margin-block-end: auto;
}
	.header-top__menu{
	display: flex;
	align-items: center;
}
	.header-top__item::not(:first-child){
	margin-left:10px;
}
	.header-top__item-link{
	display:block;
}
	.header-top__contact{
	margin-left:12px;
}
	.header-top__contact-link{
	font-size:12px;
}
	.header-top__item-link-tel{
	font-size:18px;
}

@media (max-width: 991px) {
	.header-top {
		display: none;
	}
}

