@charset "UTF-8";
@media screen and ( max-width:520px ){
 
  /* ===================
  基本（スマホ）
  */
  body{
  }

  /* ===================
  共通クラス
  */

  .inner{
    width: 100%;
    
  }

  /* 表示 */
  .for-pc{ display: none; }
  .for-sp{ display: block; }
  
  /* 改行 */
  .br-pc{ display: none; }
  .br-sp{ display: block; }

  br.pc{ display: none;}
  br.sp{ display: inline-block;}


  /* 定義リスト */

  dl.dl-horizontal{
    display: block;
  }

  dl.dl-horizontal dt,
  dl.dl-horizontal dd{
    width: 100%;
  }

  dl.dl-horizontal dd{
    border: 0;
    padding-top: 0;
  }
  
  /* ===================
  ヘッダー
  */

  #header .inner{
    display: block;
  }
  .header-logo{
    width: 120px;
    margin: 0 auto;
  }
  .header-logo img{
    width: 100%;
    height: auto;
  }

  /* =================== SP
  フッター
  */

  #footer{
    padding-bottom: 100px;
    font-size: 100%;
    text-align: center;
  }

  #footer .inner{
    display: block;
  }

  .footer-logo{
    width: 200px;
    margin: 0 auto 10px;
  }
  

  .footer-address{
    width: 100%;
  }

  .footer-nav{
    display: none;
  }

  #nav-mobile-bottom,
  #btn-menu
  { display: block; }


  #menu-sp {
    /* display: block; */
  }

  #banner img{
    width: 100%;
    height: auto;
  }

  

  /* =================== SP
  アサイド（SNS）
  */

  #sns{
    /* background-color: #FCF0E0; */
    padding: 30px 20px;
  }

  #sns .inner{
    display: block;
  }

  #sns .heading{
    font-size: 150%;
  }

  #sns .nav-sns{
    padding-left: 0;
    margin-top: 30px;
  }


  /* =================== SP
  メインコンテンツ
  */

  .section-header .heading{
    display: table;
    width: 70%;
    margin: 30px auto ;
  }
  .section-header .heading img{
    width: 100%;
    height: auto;
  }

  ul.button-menu-holizontal{
    display: block;
  }
  ul.button-menu-holizontal li{
    margin: 10px 0;
    min-width: 0;
  }

  /* =================== SP
  アーカイブページ
  */

  .archive .post-item{
    display: block;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .archive .post-thumbnail{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .archive.lesson .post-item{
    display: block;
    width: 50%;
    margin: 0;
    padding: 20px 10px;
  }

  .archive.lesson .post-item .heading{
    font-size: 110%;
  }

  .archive.lesson .post-thumbnail img{
    height: 120px;
    width: 100%;
    object-fit: cover;
  }

  /* =================== SP
  シングルページ
  */

  #content{
    padding: 20px;
  }

  .post-item{
    width: 100%;
    margin: 30px auto;
    font-size: 1rem;
  }

  .post-header{
    /* margin-bottom: 2rem; */
  }
  
  .post-header .heading{
    font-size: 1.2rem;
  }

  .post-content img{
    width: 100%;
    height: auto;
  }

  .post-navigation ul{
    display: block;
    width: 100%;
  }
  .post-navigation ul li{
    width: 100%;
  }

  .admission .tel img {
    max-width: 100%;
  }


/* end of max-width:520px */
}


@media screen and ( max-width:320px ){

}