/*
 Theme Name: Lightning Child
 Template:   lightning
 Description: 子テーマ用スタイルシート
*/

/*--------言語ボタン----------*/
.language-list ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.language-list ul li {
    margin: 0px;
    padding: 0;
    list-style: none;
    /* font-weight: 700; */
    /* font-size: 14px; */
}
.language-list ul li a {
text-decoration: none;
    padding: 3px 5px;
    border: solid 1px #ccc;
}

/*-------メイン画像切り替え----------------*/
.pc{
display:block;
}
.sp{
display:none;
}

@media screen and (max-width: 1199px) {
h1.navbar-brand.siteHeader_logo {
    margin: 20px auto !important;
}
}
@media screen and (max-width: 767px) {
.pc{
display:none;
}
.sp{
display:block;
}
}

/*------コピーライツの2行目非表示------*/
/*Powered by WordPress & Lightning Theme by Vektor,Inc. technology.→デフォルトで表示されるので、非表示にする。*/

.site-footer-copyright p:nth-child(2) {
    display:none;
}
footer .copySection p:nth-child(2) {
    display:none !important;
}