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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* 調整 */

/* 
* ヘッダーロゴ(テキスト)の反対側にボタン表示
*/
div#header-in {
  /* ヘッダーロゴ(テキスト)と問い合わせボタンを横並び */
  display: flex;
  position:relative;
}

.shop-button {
  position:absolute;
  top:10px;
  right:5px;
  padding:5px 0;
}

.shop-button img{
	height:80px;
	width:auto;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
.shop-button {
  position:absolute;
  top:10px;
  right:5px;
  padding:5px 0;
}

.shop-button img{
	height:60px;
	width:auto;
}

  /*必要ならばここにコードを書く*/


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

}