@charset "utf-8";

/* =============================================
   相模中央自動車学校 - スマホ対応 responsive.css
   ============================================= */

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

  /* --- 全体レイアウト --- */
  #container_in,
  #header,
  #navi,
  #main,
  #main_top,
  #main_img,
  .main,
  .footer_in {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* --- ヘッダー --- */
  #header {
    height: auto !important;
    padding: 10px;
  }

  #header h1 {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 0 8px 0;
  }

  #header h1 img {
    width: auto !important;
    max-width: 280px !important;
    height: auto !important;
  }

  .lt_bana {
    float: none !important;
    width: 100% !important;
    font-size: 13px;
    padding: 0 0 8px 0;
  }

  .top_tel {
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }

  .top_tel img {
    width: auto !important;
    max-width: 240px !important;
  }

  /* --- メインビジュアル --- */
  #main_img {
    height: auto !important;
    margin-bottom: 6px;
  }

  #main_img h2 {
    width: 100% !important;
    height: auto !important;
    margin: 0;
  }

  /* --- ナビゲーション --- */
  #navi {
    height: auto !important;
    background-image: none !important;
    background-color: #e8003a;
  }

  ul#menu {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  ul#menu li {
    width: 50% !important;
    float: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
  }

  ul#menu li:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.2);
  }

  ul#menu a {
    width: 100% !important;
    height: auto !important;
    background-image: none !important;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }

  ul#menu a span {
    display: inline !important;
  }

  /* --- 2カラム → 1カラム --- */
  .left_in,
  .right_in,
  .left2_in,
  .right2_in {
    width: 100% !important;
    float: none !important;
    margin: 10px 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box;
  }

  /* --- NEWSエリア --- */
  .left_in h2 {
    width: 100% !important;
  }

  .top_news {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* NEWSテキスト内の小さいアイコン画像（new!バッジ等）は元サイズを維持 */
  .top_news img,
  .left_in dd img {
    width: auto !important;
    max-width: 100% !important;
  }

  /* --- テーブル（写真ギャラリー） --- */
  .left_in .table_lb {
    width: 100% !important;
  }

  .left_in .table_lb img {
    width: 100% !important;
    height: auto !important;
  }

  .left_in .table_lb td {
    width: 50% !important;
    padding: 4px;
  }

  /* --- フッター --- */
  .footer_left {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* footer_right: 背景画像(450x300px)を完全に無効化 */
  .footer_right {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 10px !important;
    background: transparent none !important;
    background-image: none !important;
    background-color: transparent !important;
    height: auto !important;
    min-height: 0 !important;
  }

  /* フッター全体の高さをコンテンツに合わせる */
  #footer {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 20px;
  }

  .footer_in {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    width: 100% !important;
  }

  /* チュー太郎キャラクター：元サイズ(129px)を維持、拡大させない */
  .top_under img.f_l {
    width: auto !important;
    max-width: 129px !important;
    height: auto !important;
    float: left !important;
    margin-right: 15px !important;
  }

  .footer_left ol {
    float: none !important;
    border-left: none;
    padding: 0 10px;
  }

  ul.footerNav li {
    width: auto !important;
  }

  /* --- ページ下部 --- */
  .top_under {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
  }

  .top_under_right {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
    box-sizing: border-box;
  }

  /* --- 汎用：float解除・横幅100% --- */
  .f_l,
  .f_r {
    float: none !important;
  }


  /* --- フッター：提携大学・お問い合わせボタン（スマホ専用） --- */
  .footer_sp_buttons {
    padding: 10px 15px 5px 15px;
  }

  .footer_sp_btn_contact {
    display: block;
    width: 100%;
    padding: 14px 0;
    background-color: #e8003a;
    color: #ffffff !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    box-sizing: border-box;
  }

  /* PC表示ではfooter_sp_buttons非表示 */

}