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




/*480px以下*/
@media screen and (max-width: 480px) {
/*簡単リンクを横並びに設定*/
  .easyLink-box {
    display: flex !important;
    max-width: 100% !important;
  }

  .easyLink-img {
    width: 60%;
  }

  .easyLink-img-pht {
    width: 90%;
  }

  .easyLink-info {
    width: 40%;
  }
/*商品名の文字の大きさ*/
  .easyLink-info-name {
    font-size: 0.7rem !important;
  }
/*画像左右の矢印非表示*/
  .easyLink-arrow-left,
  .easyLink-arrow-right {
    display: none !important;
  }
/*縦長画像の調整*/
  .moshimo_img65 img {
    width: 65%;
  }
}
