@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ（山﨑タクシー）
Theme URI: https://wp-cocoon.com/
Author: わいひら / 山﨑タクシー実装
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.2.1
*/

/************************************
** 山﨑タクシー: Cocoon上書き
************************************/

/* ホームページではサイドバー・標準見出しを抑止してフル幅表示 */
body.yt-wp-home #sidebar,
body.yt-wp-home .sidebar,
body.yt-wp-home .breadcrumb,
body.yt-wp-home .article-header .entry-title,
body.yt-wp-home .eye-catch {
  display: none !important;
}

body.yt-wp-home #main,
body.yt-wp-home .main,
body.yt-wp-home .content,
body.yt-wp-home .article,
body.yt-wp-home .entry-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.yt-wp-home #header,
body.yt-wp-home .header,
body.yt-wp-home .navi,
body.yt-wp-home .mobile-menu-buttons {
  /* Cocoon標準ヘッダーは非表示し、独自ヘッダーを使う */
  display: none !important;
}

body.yt-wp-home #container,
body.yt-wp-home .container,
body.yt-wp-home #content,
body.yt-wp-home .content-in,
body.yt-wp-home .wrap {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.yt-wp-home {
  background: #0b1220;
}

body.yt-wp-home #footer {
  display: none !important;
}

/* コンテンツ内の余白リセット */
body.yt-wp-home .entry-content > *:first-child {
  margin-top: 0;
}

/************************************
** レスポンシブ
************************************/
@media screen and (max-width: 1023px){
}

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

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