@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){
  /*必要ならばここにコードを書く*/
}

/************************************
** akao追加
************************************/
a:hover {
  opacity: 0.7;
}
body {
  background-color: white;
}
.header, .navi {
  background-color: #f2ead6;
}
.navi-in > ul li {
  width: 205px;
}
.navi-in > ul .caption-wrap > div {
  font-weight: bold;
}
.article h2 {
  background-color: unset;
}
.article h2 span {
  line-height: 1.8;
}
.article h4 {
  border-top: 2px solid #5d5d5d;
  border-bottom: 2px solid #5d5d5d;
}
.date-tags {
  display: none;
}
.col_trouble {
  max-width: 750px;
  margin: auto;
  gap: 20px !important;
}
.trouble_solution {
  position: relative;
}
.article h4.item_lineup {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 20px 0;
}
.col_item {
  position: relative;
  max-width: 650px;
  margin: auto;
  gap: 100px !important;
}
.trouble_solution::before,
.article h4.item_lineup::before,
.col_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2ead6;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 115%;
  z-index: -1;
}
.trouble_solution::before {
  top: 120px;
  height: 135%;
}
.article h4.item_lineup::before {
  height: 175%;
}
.item_lineup1 {
  width: 96%;
}
.entry-footer {
  display: none;
}
.entry-content {
  margin-bottom: 0;
}
.footer-bottom-logo {
  float: unset;
  position: relative;
}
.footer-bottom-logo img {
  width: 140px;
  height: auto;
}
.footer-bottom-content {
  float: unset;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.spCont {
  display: none;
}
@media screen and (max-width: 1022px){
.header, .navi {
  background-color: unset;
}
.top_h2 .fz-36px,
.top_h2 .fz-40px {
  font-size: 28px;
}
.col_trouble > div > figure {
  width: 75%;
}
.trouble_solution::before {
  top: 86px;
}
.col_item {
  gap: 50px !important;
}
.col_item > div > figure {
  width: 75%;
}
.col_item::before {
  height: 108%;
}
.pcCont {
  display: none;
}
.spCont {
  display: block;
}
}