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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.frame img {
  box-shadow: 0 0 6px rgba(32 33 36 / 28%); /* 影の水平方向の距離 垂直方向の距離 ぼかしの距離 色 */
}

	.tier_list table img,
    .tier_list table a:has(img) {
      display: inline-block;
      height: auto;
      margin: 0 4px;      /* 画像同士の間の余白 */
    }
  .tier_list table a img {
    margin: 0 !important;
    display: block;
    width: 100%;           /* 親のaタグいっぱいに広げる */
    max-width: 100%;
  }

.tier_list td {
	display: flex;
	text-align: left;
	vertical-align: middle;
	flex-wrap: wrap;
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.tier_list table img,
    .tier_list table a:has(img) {
      display: inline-block;
	  max-width: 60px;  /* 画像の最大幅 */
      height: auto;
      margin: 0 4px;      /* 画像同士の間の余白 */
    }
  .tier_list table a img {
    margin: 0 !important;
    display: block;
    width: 100%;           /* 親のaタグいっぱいに広げる */
    max-width: 100%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.tier_list table img,
    .tier_list table a:has(img) {
      display: inline-block;
	  max-width: 60px;  /* 画像の最大幅 */
      height: auto;
      margin: 0 4px;      /* 画像同士の間の余白 */
    }
  .tier_list table a img {
    margin: 0 !important;
    display: block;
    width: 100%;           /* 親のaタグいっぱいに広げる */
    max-width: 100%;
  }
}
