@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.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* MetaSlider（PC用）のアキ調整 */
div[id^="metaslider-id-"] {
  height: calc(100vw * (840 / 1920) + 0px);
  position: fixed;
  top: 0;
  z-index: -5;
}
div[id^="metaslider-id-"] ~ #content {
  margin-top: calc(100vw * (840 / 1920) + 0px);
}

/* iframe使用時の指定 */
/* .footer-widgets-mobile aside iframe[src*="facebook"] */
/* Facebook埋め込みのセンタリング */
.footer-widgets-mobile .fb-page > span {
  display: block;
  margin: 0 auto;
}

/* モバイルの404ページでSNS表示しない */
.error404 .footer-widgets-mobile {
  display: none;
}

/* 役員紹介（N回生 見出し体裁） */
div[class*="wp-container-"] >p.has-large-font-size:first-child {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  /* フッターモバイルボタンの体裁調整 */
  .mobile-footer-menu-buttons > li {
    text-align: center;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  /* MetaSlider（モバイル用）のアキ調整 */
  div[id^="metaslider-id-"] {
    height: calc(100vw * (600 / 900) + 40px);
    position: fixed;
    top: 0;
    z-index: -5;
  }
  div[id^="metaslider-id-"] ~ #content {
    margin-top: calc(100vw * (600 / 900) + 40px);
  }

  /* ヘッダーメニューの体裁調整 */
  .tagline {
    margin: 0 1.0em 0.6em;
  }
  #header-in h1 {
    margin-left: 0px!important;
  }

  /*モバイルでsidebar-tournamentsを表示*/
  .sidebar.tournaments-sidebar {
    display: block!important;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

}
