@charset "UTF-8";
/*
Theme Name: MASSIVE child
Description: WordPressテーマ「MASSIVE」の自作子テーマです。
Template: massive_tcd084
Version: 0
*//*# sourceMappingURL=style.css.map */
   * 
#header_button > a{
font-weight: bold;
}

.q_custom_button2.animation_type1{
    background: #81d742 !important;
}

.wpcf7 .wpcf7-submit {
	    background: #81d742 !important;
}
#page_404_header{
	background-color:#548531 !important;
}
/*TOPページボックス3カラム*/
.cb_box_content .box_content .content_bottom{
	padding: 0 40px !important;
}
.cb_box_content .box_content .image__large{
	    height: auto !important;
    width: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: unset !important;
}
@media screen and (max-width: 1200px) {

  /* 大きい画像 */
  .cb_box_content .box_content .image__large {
    width: auto !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
  }

  /* 通常画像 */
  .cb_box_content .box_content .image {
max-width: 300px !important;
    padding-bottom: 1rem !important;
  }

}

