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

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

/* 全体 */
:root {
  --main_color: #a2e2b8;
  --sub_color: #84d7a0;
}
html { scroll-behavior: smooth; }
.content { overflow-x: hidden; }

.article h2 { color: #000; background: none;}
.article h2 span {
	position: relative;
}
.article h2 span:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	display: inline-block;
	bottom: -3px;
	left: 0;
	border-top: solid 3px var(--sub_color);
}
.article h3 { border: none;}


/* リンクボタン */
.link_btn {
  display: block;
  font-size: 0.9em;
  color: #000;
  text-align: center;
}
.link_btn a {
  color: #000;
  border: solid 1px var(--main_color);
  padding: 4px 10px;
  display: inline-block;
  width: 120px;
  text-align: center;
  background: var(--main_color);
}

/* スクロールずれ修正 */
:root {
  scroll-padding: 135px;
}
@media screen and (max-width: 1201px){
:root {
  scroll-padding: 60px;
}
}


/* ヘッダー */
/* ヘッダー - ロゴ */
.logo-header img {
  align-items: center;
  display: flex;
  height: 100%;
}

/* ヘッダー - メニュー */
.navi-in > ul li {
  height: 45px;
}
#navi .navi-in > ul > li::before {
  position: absolute;
  content: '';
  top: 25%;
  left: 0;
  width: 0;
  height: 50%;
  border-left: solid 1px #ccc;
}
#navi .navi-in > ul > li:last-child::after {
  position: absolute;
  content: '';
  top: 25%;
  right: 0;
  width: 0;
  height: 50%;
  border-left: solid 1px #ccc;
}

#navi .navi-in a:hover {
  background-color: rgba(255,255,255,.5);
}

/* ヘッダー - モバイルメニュー */
.slicknav_menu {
  background: #fff; 
}
.slicknav_btn {
  background-color: var(--main_color);
  margin: 5px 5px 0 0;
}
.slicknav_menu .slicknav_menutxt {
  color: #000;
  text-shadow: none;
}
.slicknav_menu .slicknav_icon-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #000;
}
.slicknav_nav {
  font-size: 1em;
  margin-bottom: 10px;
}
.slicknav_nav a {
  font-weight: 600;
  margin: 0 5px;
  color: #000;
}
.slicknav_nav li {
  border-bottom: solid 1px #ccc;
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
  border-radius: 0;
  background: none;
  color: var(--sub_color);
}
.slicknav_nav .sub-menu > li {
  border: none;
  border-top: solid 1px #ccc;
}
.slicknav_item.slicknav_row {
  display: flex;
  align-items: baseline;
}

/* フッター */
.footer {
  border-top: solid 1px var(--sub_color);
  margin: 0;
}
/* フッター - ロゴ */
.footer-bottom {
  display: flex;
  flex-direction: column;
}
.footer-bottom-logo, .footer-bottom-content {
  position: static;
  float: none;
  text-align: center;
}
.footer-bottom-logo img {
  height: auto;
  max-height: 45px;
  margin-bottom: 25px;
}

/* メインコンテンツ */
section {
  padding: 100px 0;
  position: relative;
  margin: 0 !important;
}
section:first-child {
  padding-top: 50px;
}
section:last-child {
  /* padding-bottom: 200px; */
}
section::before {
  position: absolute;
  content: '';
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

/* メインコンテンツ - 記事一覧 - サムネなし */
.list.list_nothumb {
  width: 100%;
  border-top: solid 1px #000;
  background: #fff;
  margin-bottom: 60px;
  gap: 0;
}
.list.list_nothumb article {
  border-bottom: dashed 1px #000;
}
.list.list_nothumb article:last-of-type {
  border-bottom: solid 1px #000;
}
.list.list_nothumb article p {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.list.list_nothumb article a {
  background: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list.list_nothumb article p .post_time, .list.list_nothumb article p a.post_cat {
  margin-right: 30px;
}
.list.list_nothumb article p .post_time {
  font-size: 90%;
  width: 100px;
}
.list.list_nothumb article a.post_cat {
  font-size: 80%;
  padding: 5px 0;
  border: solid 1px #000;
  width: 70px;
  display: inline-block;
  text-align: center;
}
.list.list_nothumb article a.post_title {
  color: #000000;
  width: calc(100% - 130px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* メインコンテンツ - 問い合わせバナー */
.btn_contact {
  flex: 1;
  max-width: 300px;
  position: relative;
}
.btn_contact a {
  width: 100%;
  font-weight: bold;
  position: relative;
}

/* メインコンテンツ - 問合せフォームCF7 */
.wpcf7 {
  margin: 0 !important;
  padding: 0;
  border: 0;
}
.wpcf7 form {
  margin: 0;
}
table.table_wpcf7 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
table.table_wpcf7 p {
  font-size: 14px;
}
.table_wpcf7 tr:not(:last-of-type) {
  border-bottom: dashed 1px #aaa;
}
th.table_wpcf7_th, td.table_wpcf7_td {
  border: none;
  padding: 0.5em;
  vertical-align: middle;
  background: #fff !important;
}
th.table_wpcf7_th {
  width: 24%;
}
.required {
  color: #d00;
}
.table_wpcf7_td .wpcf7-form-control {
  border: 1px solid var(--main_color);
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  border: none !important;
  outline: none;
  background: var(--main_color);
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
  background: var(--main_color);
}


/* HP アピールエリア */
.appeal {
  aspect-ratio: 2000 / 1270;
}
.appeal .appeal-in {
  min-height: unset;
  height: 100%;
}
.appeal-content {
  max-width: unset;
  background-color: transparent;
  padding: 0;
  color:;
  text-shadow: #fff 0px 0px 4px,#fff 0px 0px 4px;
}
.appeal-title {
  font-size: min(4vw,40px);
  letter-spacing: min(0.8vw,8px);
  text-shadow: 0 0 min(2vw,20px) #fff,0 0 min(4vw,40px) #fff;
}

/* HP ヘッダー */
.home .entry-title, .home .date-tags {
  display: none;
}

/* HP エリア */
.hp_area {
  gap: 60px;
}
.hp_area_img, .hp_area_txt {
  flex: 1;
}
.wp-block-image.hp_area_img {
  margin: 0;
}
.hp_area_txt {
  gap: 50px;
}
.hp_area_txt p {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.hp_area_txt p::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}
.hp_area_txt_free::before {
  background: #f93;
}
.hp_area_txt_paid::before {
  background: #fc9;
}
/* HP エリア - バナー */
.hp_area_bnr_outer {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  margin: 100px auto 0;
  background: var(--main_color);
}
.hp_area_bnr {
  border: solid 2px #fff;
}
.hp_area_bnr a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.hp_area_bnr a span {
  font-size: 144%;
}

/* HP 事業内容 */
section#hp_services::before {
  background: #f8f8f8;
}
.hp_services_wrap {
  gap: 40px;
  margin-bottom: 100px !important;
}
.hp_services {
  gap: 30px;
  margin-bottom: 0 !important;
}
h3.hp_services_ttl {
  width: 220px;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 18px;
}
.hp_services_txt_wrap {
  width: calc(100% - 250px);
  gap: 30px;
}

.wp-block-group.hp_services_txt {
  flex: 0 0 calc((100% - 30px)/2);
  border: solid 2px var(--main_color);
  margin: 0;
  font-weight: bold;
  gap: 0;
  justify-content: space-around;
}
.hp_services_txt_txt,.hp_services_txt_price{
  width: 100%;
  flex: auto;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.hp_services_txt_txt {
  margin: 0;
  background: #fff;
}
.hp_services_txt_price {
  background: var(--main_color);
  height: 38px;
}
.hp_services_txt_price_soudan {
  font-size: 90%;
}
.wp-block-separator.hp_services_hr {
  margin: 0;
  border-top: dotted 2px #6c8;
}

/* HP 代表挨拶 */
.hp_greeting_txt {
  gap: 0;
}

/* HP 会社情報 */
.hp_company_table {
  margin-bottom: 60px;
}

/* 下層P ヘッダー */
.entry-title, .archive-title {
  text-align: center;
}
body.page .date-tags {
  display: none;
}

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

/*834px以下*/
@media screen and (min-width: 835px) {
 .pcnone{display:none;}
}
@media screen and (max-width: 834px) {
 .spnone{display:none;}

table th, table td {
  font-size: 16px;
}

/* メインコンテンツ */
section {
  padding: 45px 0;
}
section:first-child {
  padding-top: 10px;
}
section:last-child {
  /* padding-bottom: 120px; */
}

/* メインコンテンツ - 記事一覧 - サムネなし */
.list.list_nothumb {
  margin-bottom: 45px;
}
.list.list_nothumb article p {
  padding: 10px;
  width: calc(100% - 20px);
}
.list.list_nothumb article p .post_time {
  width: unset;
  margin-right: 20px;
}
.list.list_nothumb article p .post_title {
  width: 100%;
  margin-top: 10px;
}

/* メインコンテンツ - 問い合わせバナー */
.btn_contact_wrap {
  gap: 20px;
}

/* メインコンテンツ - 問合せフォームCF7 */
th.table_wpcf7_th, td.table_wpcf7_td {
  width: 100% !important;
  display: block;
}
th.table_wpcf7_th {
  text-align: left;
  padding-bottom: 0;
}

/* HP エリア */
.hp_area {
  flex-direction: column-reverse;
}
.hp_area_txt {
  gap: 1.5rem;
}
/* HP サービス内容 */
.hp_services_wrap {
  margin-bottom: 45px !important;
}
.hp_services {
  flex-direction: column;
  gap: 20px;
}
h3.hp_services_ttl {
  width: 100%;
}
.hp_services_txt_wrap {
  width: 100%;
  gap: 20px;
}
.wp-block-group.hp_services_txt {
  flex: 0 0 calc((100% - 20px)/2);
}

/*480px以下*/
@media screen and (max-width: 480px) {
/* メインコンテンツ - 問い合わせバナー */
.btn_contact_wrap {
  flex-direction: column;
}
.btn_contact {
  width: 100%;
}

/* HP サービス内容 */
.wp-block-group.hp_services_txt {
  flex: 0 0 100%;
}
}
