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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@import url('https://web.archive.org/web/20240422213924cs_/https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');

@media (min-width: 768px) {
  body {
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho,'Sawarabi Mincho', serif!important;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    font-family: serif!important;
  }
  .pc {
    display: none;
  }
}



.header-container {
	margin: 20px 0 20px 0;
}

body.page .entry-title {
	display: none;
}
body.page .post-date {
	display: none;
}



.footer {
	background-color: #f9f9f9;
	border-top: 3px solid #6a8723;
}

h1#pageheader_title {
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
  padding: 0 1.5rem 0.2rem 1.5rem;
  text-align: center;
  margin: 0 0 3.5rem 0;
}
h1#pageheader_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #6a8723;
}

.article h2 {
	background-color: #6a8723;
	color: #fff;
	font-size: 32px;
	padding: 8px 22px;
	font-weight: normal;
	margin-bottom: 1em;
}

.article h3 {
	padding: 0 0 8px 0;
	position: relative;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 1em;
}
.article h3::after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #6a8723;
}

.article h4 {
	border: none;
	text-align: center;
	font-size: 34px;
	padding: 0;
	margin-bottom: 1.2em;
}


.contact_layout {
	text-align: center;
	line-height: 1.35;
	margin: 0 0 4em 0;
}
.contact_layout_sub {
	display: flex;
	flex-flow: column;
	background-color: rgba( 0,0,0,0.02);
	border: 3px solid rgba(0,0,0,0.07);
	border-radius: 3px;
	max-width: 34em;
	margin: 0 auto;
	padding: 1.4em 0;
}

.contact_layout_text1 {
	font-size: 14px;
}
.contact_layout_tel {
	color: #6a8723;
	font-size: 28px;
	font-weight: 700;
}
.contact_layout_tel i {
	font-size: 86%;
	vertical-align: top;
	display: inline-block;
	padding: 0.2em 0.2em 0 0;
}
.contact_layout_time {
	font-size: 14px;
}

.navi-in > ul li {
	height: auto;
}
.navi-in > ul .caption-wrap {
	border-bottom: 2px solid transparent;
	padding: 0 0 0.35em 0;
}
.navi-in > ul > li.current_page_item .caption-wrap {
	border-bottom: 2px solid #5c681b;
}
.navi-in > ul > li a .caption-wrap {
	transition: all .5s ease-out;
}
.navi-in > ul > li a:hover {
	background-color: transparent;
}
.navi-in > ul > li a:hover .caption-wrap {
	border-bottom: 2px solid #5c681b;
}


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

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

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