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

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

/************************************
** アピールコンテンツ
************************************/
/*コンテナ*/

/*ギャラリー制御*/
.article dl {
  margin-bottom: 0;
}

#gallery-1 .gallery-item {
  margin-top: 0 !important;
}

#gallery-1 img {
  border: none !important;
  padding-right: 10px;
}

@media screen and (max-width: 1023px) {
  .header, .appeal {
    background-size: cover;
    height: 100vh;
  }

  /*アピール文*/
  .appeal-message {
    margin-top: 75%;
  }
}

.appeal-button-2 {
  color: var(--cocoon-white-color);
  text-decoration: none;
  background-color: rgba(133, 114, 81, 1);
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 9px 42px;
  margin: 0 8px;
  border-radius: var(--cocoon-basic-border-radius);
}

.appeal-button-2:hover {
  color: var(--cocoon-white-color);
  opacity: 0.7;
}


/************************************
** コンテンツ下部（支援者のロゴ掲載）余白調整
************************************/
#custom_html-4 {
  padding: 30px 15px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .header-container-in.hlt-top-menu {
    display: none;
  }

  .mobile-header-menu-buttons {
    background-color: #5c4030 !important;
    color: #fff !important;
  }

  .mobile-menu-buttons .menu-button>a {
    color: #fff !important;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {
  #footer-campfire {
    position: relative;
  }

  .footer-campfire {
    position: relative;
  }
}

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