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


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

.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;
}
.article h3::after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #6a8723;
}


.contact_layout {
	text-align: center;
}
.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;
}

.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.47em 0.2em 0 0;
}
.contact_layout_time {
	font-size: 14px;
}





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

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

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