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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.page .date-tags,
.page .author-info {
  display: none;
}

.page {
  font-family: "Noto Serif JP", serif;
}

/* トップページ上部 */
.hero-text {
  max-width: 900px;
  margin: -120px auto 80px;
  padding: 40px 32px;
  background: rgba(242, 255, 255, 0.85);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.hero-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #4a3f35;
}

.hero-title .highlight {
  color: black;
}

.hero-description {
  font-size: 17px;
  line-height: 2;
  color: #555;
  margin-bottom: 24px;
}

/* ボタンを縦並びに統一 */
.button-wrapper {
  display: flex;
  flex-direction: column; 
  align-items: center;     
  gap: 16px;               
}

.button-wrapper .button,
.button-wrapper a {
  width: 220px;      /* 好きな幅に */
  text-align: center;
}

/* ボタン */
.wp-block-button a,
.button,
.hero-cta {
  display: inline-block;   
  max-width: 240px;       
  padding: 12px 28px;
  background-color: #c9a063;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

.wp-block-button a:hover,
.button:hover,
.hero-cta:hover {
  background-color: #AEE7E8;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.header-container {
  display: flex;
  flex-direction: column;
}

.header-container::before {
  content: '名古屋 婚活サロンシェアハピ｜幸せを広げる';
  display: block;
  background: #d9ffff;
  color: #6F7C80;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  line-height: 1.4;
}

#navi .navi-in a:hover {
  background-color: #AEE7E8;
  transition: all 0.1s ease-in-out;
  color: #ffffff;
}

.fa-angle-down {
	color: red;
}

.entry-content h1 {
  font-size: 32px;
}


body.single .article h2 {
  padding: 25px;
  background: #fef4f4;
  border: none;
  border-left: solid 7px #cf2e2e;
}

body.single .article h3 {
  padding: .3em 0em;
  background: none; /*背景の色を無くす*/
  border: none; /*線を消す*/
  border-bottom: solid 3px #cf2e2e;
}

body.single .article h4 {
  padding: 9px 10px;
  background: none; /*背景の色を無くす*/
  border: none; /*線を消す*/
  border-top: solid 1.5px #cf2e2e;
  border-bottom: solid 1.5px #cf2e2e;
}

body.single #sidebar h2 {
  padding: 12px;
  background: #fef4f4; /*背景の色を無くす*/
  border: none; /*線を消す*/
  border-left: solid 7px #cf2e2e;
}

body.single #sidebar h3 {
  padding: 12px;
  background: #fef4f4; /*背景の色を無くす*/
  border: none; /*線を消す*/
  border-left: solid 7px #cf2e2e;
}

.video-container {
  margin: 0px auto;
}

#footer a:hover {
  color: #55abab;
}

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

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

.wp-block-group img {
  border-radius: 0 !important;
}

.wp-image-45 {
  box-shadow: none !important;
}
	
.wp-image-180 {
  box-shadow: none !important;
}

.hero-title .highlight {
  display: block;
}
}

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