/*
Theme Name: Lightning Child Sp
Template: lightning
*/

body {
  font-family: 'Inter', sans-serif;
}


#site-header{
    /* background-color: #D9D9D9; */
   /*  background-color: #EFEFEF; */
 /* box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
}



/* スライドショー内のゴーストボタンを黒背景・白文字に */
.ltg-slide .btn-ghost {
  background-color: #000 !important;  /* 背景を黒 */
  color: #fff !important;             /* 文字を白 */
  border-color: #000 !important;      /* 枠線も黒 */
}

/* ホバー時のスタイル */
.ltg-slide .btn-ghost:hover {
  background-color: #222 !important;  /* 少し明るい黒 */
  color: #fff !important;
  border-color: #222 !important;
}


.h2-mark {
  position: relative;
  padding-left: 60px; /* マークの幅＋余白分 */
}

.h2-mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 51px;
  height: 37px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="51" height="37" viewBox="0 0 51 37" fill="none"><rect x="0.5" y="0.5" width="36" height="36" stroke="%23131313"/><path d="M50.5615 2.62549L50.5615 35.6338L21.9755 19.1297L50.5615 2.62549Z" fill="%23131313"/></svg>') no-repeat center / contain;
}



/* 記事一覧 */
ul.custom-post-list li{
    display: flex;
    font-size: 11px;
    border-bottom: 1px solid #b0b0b0;
    margin-top: 30px;
}

ul.custom-post-list h2{
    font-size: 18px;
    padding-right: 30px;
    margin: 0;
    font-size: 13px;
}

.post-category{
margin: 0 10px;
background-color: rgb(226, 113, 107);
width: 100px;
text-align: center;
display: block;
}

a.post-category{
color: white;
font-size: 11px;
text-decoration: none;

}

/* 記事一覧 */
.papers{
  width: 100%;

  display: flex;
  flex-wrap: wrap;
gap: 20px;
margin: 30px 10px;
padding-bottom: 50px;
border-bottom: #cdcdcd 1px solid;
}

.archive-top-widget{
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  
}

.archive-top-widget h3.widget-title{
 font-size: 18px;
}

.archive-top-widget .sideWidget {

}
/* シングル論文ページ */
.paper-meta p{
margin-bottom: 5px;

}

.paper-meta{
margin-bottom: 25px;

}

/* ヘッダボタン */
.global-nav{
  margin-top: 50px;
}

.header_scrolled .global-nav{
  margin-top: 0px;
}


.header-contact {
    position: absolute; /* ヘッダー右上に固定 */
    top: 0px;          /* ヘッダー上端からの距離 */
    right: 0px;        /* 右端からの距離 */
    display: flex;
    
    align-items: center;
    z-index: 9999;      /* 他の要素より前面 */
    font-size: 22px;
}

.header_scrolled .header-contact {
display: none;
}

.header-contact .btn-reserve {
    background: #0073aa;
    color: #fff;
    padding: 10px 30px;

    text-decoration: none;
    height: 55px;
    box-sizing: border-box;
}

.header-tel-box{
   
   padding: 6px 16px;
       height: 55px;
    box-sizing: border-box;
  
}

.header-tel-text{
  font-size: 12px;
  text-align: right;
}

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

/* スマホ対応（必要なら） */
@media screen and (max-width: 768px) {
    .header-contact {
    display: none;
}

}



/* スマホ全体（幅575.98px以下） */
@media (max-width: 575.98px) {
 .post-category{
margin: 0 10px;
background-color: rgb(226, 113, 107);
padding: 0 10px;
width: auto;

}
  

}