@charset "UTF-8";

/*--------------------------------------------
   全体
---------------------------------------------*/
br.pc{ 
  display: none;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
article.nonav .contents{
  background: #fff;
  padding:0 !important;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yakyu_2025{
  background: #fff;
}
/*--------------------------------------------
   header
---------------------------------------------*/

/* モバイル用画像はデフォルトで表示し、デスクトップ用は非表示に設定 */
.header-image-mobile {
    display: block; /* モバイル用画像を表示 */
    width: 100%; /* 幅を画面いっぱいにする */
}

.header-image-desktop {
    display: none; /* デスクトップ用画像は非表示に */
}

/*--------------------------------------------
   about
---------------------------------------------*/

.about {
  padding:20px 10px;
  border:solid #e36f0c 6px;
  margin:20px 10px;
}
.about h3{
  background: #e36f0c;
  padding:10px;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 10px !important;
  margin-top:0 !important;
}
.about p{
  margin-left:10px; 
}
.about a {
    color: #52b330; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}

.about a:hover {
    color: #83c523; 
    text-decoration: underline; 
}

/*--------------------------------------------
   jikkyou
---------------------------------------------*/
.jikkyou{
  padding:20px 10px;
  border:solid #f7c609 6px;
  margin:20px 10px;
}
.jikkyou-out{
  margin-top:20px;
  text-align: center;
}
.jikkyou h3{
  background: #fbc20c;
  padding:10px;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 10px !important;
}
/*--------------------------------------------
   nettou
---------------------------------------------*/
.nettou{
  padding:20px 10px !important;
  border:solid #30bb95 6px;
  margin:20px 10px;
}
.nettou-out{
  margin-top:20px;
  text-align: center;
}
.nettou h3{
  background: #30bb95;
  padding:10px;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 10px !important;
}

/*--------------------------------------------
   caster
---------------------------------------------*/
.caster{
  padding:20px 10px;
  border:solid #0d9ee4 6px;
  margin:20px 10px;
}
.caster h3{
  background: #0d9ee4;
  padding:10px;
  color:#fff;
  font-size: 1.2em;
  margin:0 0 30px 0 !important;
  text-align: center;
}
.caster h4{
  border-bottom:solid 4px #0d9ee4;
  margin-bottom: 10px !important;
  font-size: 1.1em;
  color: #0d9ee4;
}
.caster .ana-out{
  padding:0 10px !important;
}

/*--------------------------------------------
   bn-area
---------------------------------------------*/
.bn-area{
  padding:20px 10px;
  margin:20px 10px;
}

/*--------------------------------------------
   レスポンシブ設定
---------------------------------------------*/
@media (min-width: 640px) {
    br.sp{
        display: none;
    }
    br.pc{
      display: block;
    }
 
    /*--------------------------------------------
       header
    ---------------------------------------------*/
  
    /* ブレークポイントを超えたら、モバイル用を非表示にし、デスクトップ用を表示に変更 */
   .header-image-mobile {
        display: none; /* モバイル用画像を非表示 */
    }

    .header-image-desktop {
        display: block; /* デスクトップ用画像を表示 */
        width: 100%; /* 幅を画面いっぱいにする */
    }
  
  
    /*--------------------------------------------
      about
    ---------------------------------------------*/
  
    .about{
        padding:20px;
        margin:40px 10px 20px 10px;
    }
   .about p{
      margin-left:20px; 
    }
 
   /*--------------------------------------------
   bangumi
  ---------------------------------------------*/
  .bangumi{
    display: flex;
    justify-content: space-around;
    padding:10px 10px 30px 10px;
  }

  /*--------------------------------------------
   jikkyou
  ---------------------------------------------*/
  .jikkyou{
    text-align: center;
    width:50%;
  }
  .jikkyou-in{
    margin:10px 20px;
  }
  
  /*--------------------------------------------
   nettou
  ---------------------------------------------*/
  .nettou{
    text-align: center;
    width:50%;
  }
  .nettou-in{
    margin:10px 20px;
  }
  /*--------------------------------------------
  caster
---------------------------------------------*/
  .caster{
    padding:20px;
    margin:0 10px 20px 10px;
  }  
  .caster .ana-out{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:10px;
  }
  .caster .comment{
    margin:10px;
  }
  .caster h3{
    text-align: center;
    margin-bottom: 30px;
  } 
  
  /*--------------------------------------------
   bn-area
---------------------------------------------*/
  .bn-area{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .bn-area p{
    width:30%;
  }

}
