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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* トップページの項目を消す */
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

/* 固定ページの日付を消す */
.page .date-tags {
    display: none;
}

/* トップページ */
.top-img {
  margin-top: -50px;
  width: 100%;
}

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

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

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

@media (max-width: 767px){
  #em-booking .em-booking-login { /*ログインフォーム左の縦線を非表示*/
      border-left:none;
  }
  
  /*微調整*/
  #em-booking .em-booking-form-details {
      width:100%;
  }
  
  #em-booking .em-booking-form-details input.input,#em-booking .em-booking-form-details textarea {
      width:100%;
  }
  
  #em-booking div.em-booking-login{ /*ここが肝*/
      margin:auto;
  }
  }
  
  #em-booking .em-booking-form label{
      width:100%;
  }
  
  #em-booking div.em-booking-login label{
      display:contents;
      width:100%;
  }