@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/*skinsの中のskin-ganchan13にスタイルが入っています*/


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*--------------------------------------------------------------------------------------------------------------------
リキャプチャ非表示reCAPTCHA
--------------------------------------------------------------------------------------------------------------------*/
.grecaptcha-badge {
	visibility : hidden;
}

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

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

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

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

}


/* ── はらっぱTOP：4つのカード（f_window）専用リセット&レイアウト ── */
.f_window{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:20px 16px;}
.f_window th,
.f_window td{width:50%;padding:0 !important;margin:0;border:0;background:transparent !important;
  text-align:center;vertical-align:top;}
/* 見出しピル */
.f_window th a{display:inline-block;padding:8px 16px;border-radius:18px;
  background:#d2b8a7; color:#fff; text-decoration:none; line-height:1.2;}
/* 画像はカード風に揃える */
.f_window img{display:block;width:100%;height:auto;border-radius:6px;}

/* ── f_windowテーブル行の背景リセット ── */
.f_window tr:nth-of-type(2n+1),
#footer table.f_window tr:nth-of-type(2n+1) {
  background: transparent !important;
}

