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

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


/* フッター */

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .appeal-section {
    flex-direction: column;
  }
  .appeal-section .image-right,
  .appeal-section .text-left {
    flex: none;
    width: 100%;
  }
  .cards {
    flex-direction: column;
    align-items: center;
  }
  .price-section {
    flex-direction: column;
  }
  .price-box,
  .price-info {
    border-radius: 8px;
    padding: 30px 20px;
  }
  .contact-boxes {
    flex-direction: column;
    align-items: center;
  }
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
 
  .mv-text {
    position: static;
    transform: none;
    background: none;
    text-align: center;
}

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

  }
}
