/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

@media (max-width:575px){
	.forPC { display:none !important; }
}
@media (min-width:576px){
	.forSMP { display:none !important; }
}

/*****ヘッダー上部***************/
.header-top {
background-color: #f9f9f9;
padding:4px 0;
font-size:14px;
}
.header-top__inner {
max-width:1140px;
width:100%;
margin:0 auto;
padding:0 15px;
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__item-link--tel {
font-size:16px;
}
.header-top__contact{
margin-left:14px;
}
.header-top__contact-link{
font-size:14px;
}
@media (max-width: 991px) {
.header-top {
display: none;
}
}
