@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 {
  font-family: "Noto Serif JP", serif;
}

.hero-text {
  max-width: 900px;
  margin: -120px auto 80px;
  padding: 40px 32px;
  background: rgba(255, 248, 240, 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: #c9a063;
}

.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: #b2954f;
  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: #fff5f5;
  color: #EE6666;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  line-height: 1.4;
}


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

#footer a:hover {
	color: red;
}

.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;
}


/* .blogcard {
    position: relative;
    margin: 2em 0;
    padding: 1.4em 1.5em;
}
.blogcard span.blogcard_thumbright {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 24px;
    padding: 6px 32px;
    line-height: 1;
    font-size: 14px;
    background: #3a3a3a;
    color: #FFF;
    font-weight: 400;
    border-radius: 50px;
}
.blogcard span.blogcard_thumbright:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    padding-right: 6px;
    font-weight: 100;
}
span.blogcard_thumbright:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #3a3a3a;
}
.blogcard a {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 12px 15px;
    border-radius: 2px;
    background: #ffff;
}
.blogcard a:hover {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
    transform: translateY(-4px);
}
.blogcard_thumbnail {
    width: 22%;
    margin-right: 5%;
    display: inline-block;
    height: 140px;
}
.blogcard_thumbnail img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}
.blogcard_content {
    width: 73%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blogcard_title p {
    font-size: 1.1rem;
    color: #313131;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.6;
}
.blogcard_description p {
    font-size: 0.8rem;
    color: #313131;
    font-weight: 400;
    margin-bottom: 5px;
}
.blogcard_link span {
    position: relative;
    left: 0;
    top: 0;
    padding: 2px 10px;
    font-size: 0.6rem;
    background: #58a9ef;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 3px;
}
.blogcard_link {
    font-size: 0.7rem;
    text-decoration: none;
    color: #999;
} */


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
/* .hero-title {
font-size: 26px;
line-height: 1.4;
text-align: center;
} */


}

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

}

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