/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Tags:
Version: 0.6.1
*/

/* ヘッダーテキスト */
.header-top {
background-color: #ffec8e;
padding:4px 0;
font-size:14px;
/*font-size:12px;*/
}
.header-top__inner {
max-width:1200px;
width:100%;
margin:0 auto;
padding:0 10px;
/*display: flex;*/
align-items: center;
}
.header-top__items{
display:flex;
column-gap:14px;
/*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:20px;
font-weight:bold;
/*font-size:12px;*/
}

@media (min-width: 992px) {
.header-top__inner {
display: flex;
}
}

@media (max-width: 991px) {
.header-top {
/*display: none;*/
}
 /* ↓add */
.header-top__inner{
text-align: right;
display: block!impotant;
}
.header-top__description, .header-top__menu{
display: none;
}
}

