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

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

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

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

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


@media screen and (max-width: 600px) {
  div#sac-output,
  div#sac-panel {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  div#sac-output {
    height: auto; /* スマホでは自動高さの方が見やすい */
    max-height: 300px; /* スクロールしたい場合は指定してもOK */
    overflow-y: auto;
  }

  form#sac-form fieldset label,
  form#sac-form fieldset input,
  form#sac-form fieldset textarea {
    width: 100% !important;
  }
}
