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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* =================================
   TabiPark スマホヘッダー
   ================================= */
@media screen and (max-width: 1023px) {

  /* 上段ヘッダー全体 */
  .mobile-header-menu-buttons {
    height: 76px;
    min-height: 76px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    background: #fff;
  }

  /* ロゴ領域 */
  .mobile-header-menu-buttons .logo-menu-button {
    flex: 1 1 auto;
    height: 76px;
    min-width: 0;
  }

  .mobile-header-menu-buttons .logo-menu-button .menu-button-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  /* ロゴ */
  .mobile-header-menu-buttons
  .logo-menu-button
  img.site-logo-image {
    max-height: 60px;
    width: auto;
    margin: 0 !important;
  }

  /* 検索・ハンバーガー */
  .mobile-header-menu-buttons .search-menu-button,
  .mobile-header-menu-buttons .navi-menu-button {
    flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
    height: 76px;
  }

  .mobile-header-menu-buttons .search-menu-button .menu-button-in,
  .mobile-header-menu-buttons .navi-menu-button .menu-button-in {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 「検索」「メニュー」という文字を消す */
  .mobile-header-menu-buttons .menu-caption {
    display: none;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/* TabiPark ヘッダーロゴ */
.header-container-in.hlt-top-menu .logo-header {
    max-height: 100px;
}

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 100px;
}

#header {
    flex-shrink: 0;
}