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

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

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

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

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





/*固定ページの日付非表示*/
.post-608 .date-tags,
.post-21 .date-tags,
.post-19 .date-tags,
.post-17 .date-tags,
.post-14 .date-tags,
.post-12 .date-tags,
.post-3 .date-tags,
.post-2 .date-tags {
display: none;
}

/*PCでのみ改行*/
@media screen and (max-width: 768px){
.br-pc {display: none; }
}

/*記事タイトル中央寄せ*/
.page .entry-title,
.single .entry-title {
	text-align: center;
}

/* h2見出しを中央揃えにする */
h2 {
  text-align: center;
}

/* アピールエリアを表示したくない */
.page-id-608 .appeal {
display:none;
}
.page-id-2 .appeal {
display:none;
}
.page-id-3 .appeal {
display:none;
}

/* 指定したアピールエリアのみ画像を変更する */
.page-id-17 .appeal {
background-image: url('https://aichi-okinawa.com/wp-content/uploads/2025/08/appeal-area04.jpg');
}
.page-id-12 .appeal {
background-image: url('https://aichi-okinawa.com/wp-content/uploads/2025/08/appeal-area04.jpg');
}
.page-id-19 .appeal {
background-image: url('https://aichi-okinawa.com/wp-content/uploads/2025/08/appeal-area04.jpg');
}
.page-id-21 .appeal {
background-image: url('https://aichi-okinawa.com/wp-content/uploads/2025/06/appeal-area.jpg');
}

/* 本文の上側の余白を狭くする */
.page-id-2 .main {
    padding-top: 0;
}
.page-id-3 .main {
    padding-top: 0;
}
.page-id-12 .main {
    padding-top: 0;
}
.page-id-14 .main {
    padding-top: 0;
}
.page-id-17 .main {
    padding-top: 0;
}
.page-id-19 .main {
    padding-top: 0;
}
.page-id-21 .main {
    padding-top: 0;
}

/*ヘッダーモバイルボタンの文字色と背景色を変更*/
.sidebar-menu-button{
	background: #083e89;
	color: #ffffff;
}

/*ヘッダーモバイルボタンのアイコンに余白をもうける*/
.logo-menu-button {
  justify-content:flex-start;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

/*関連記事・コメントの文字色を変更*/
.under-entry-content .related-entry-heading,
.under-entry-content .comment-title {
    background-color: #007236;
    color: #ffffff;
	border-radius: 50px 50px 0px 0px;
}

/* h2デザインリセット＋カスタマ */
.entry-content h2{
border:none;
padding: 10px;
border-radius: 50px 50px 0px 0px;
}

/* H3デザインリセット＋カスタマイズ */
.entry-content h3{
border-top:none;
border-bottom:none;
border-right:none;
padding: 5px;
}

.sidebar h3 {
  padding: 2px;
　color: #ffffff;
  text-align: center;
  border-radius: 50px;
}

/* 見出し（h2）の上に余白 */
.article h2 {
    margin-top: 3em;
}

/* ページ最初の見出しのみ余白削除 */
     h2:first-of-type {
       margin-top: 0;
     }

/* フッター背景画像 */
#footer {
	background-image: url( https://aichi-okinawa.com/wp-content/uploads/2025/08/footer-line01.png );
	background-size: cover;
}

/* フッター画像ウィジェット中央寄せ */
.footer-widgets-mobile .widget_media_image {
  text-align: center;
}
.footer-widgets .widget_media_image {
  text-align: center;
}

/* フッターメニューのセレクタ */
.footer-widgets .widget {
  margin-bottom: 0;
}
.footer-widgets-mobile .widget {
  margin-bottom: 0;
}



