@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.navi {
	background: transparent;
}
.navi-in a {
	font-size: 18px;
}
.navi-in a:hover {
	background-color: transparent;
	color: white;
}
.wrap {
	width: 1000px;
}
.header-container {
	border-bottom: 3px solid #4D4639;
	background: #cc9c33;
}
.header-container-in.hlt-top-menu {
	width: 100%;
}
.n2-section-smartslider {
	margin-top: -79px;
}
.article h1.entry-title {
	position: relative;
	padding: 0 0.25em 0.25em 0.25em;
	font-size: 36px;
}
.article h1.entry-title::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100px;
	height: 5px;
	background: #090;
	z-index: 1;
}
.article h1.entry-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #cfc;
}
.home .article h1.entry-title {
	display: none;
}
.article h2 {
	position: relative;
	background: transparent;
	padding: 1rem;
	margin-bottom: 1rem;
	color: #080;
	font-size: 28px;
}
.article h2:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: repeating-linear-gradient(90deg, #cfc, #cfc 15px, #090 15px, #090 30px);
}
.article h3 {
	position: relative;
	padding-left: 25px;
	padding-bottom: 0.25rem;
	border-top: none;
	border-left: none;
	border-right: none;
}
.article h3:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #090;
}
.article h3:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #090;
}

.article h4 {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-bottom: 1rem;
	color: #666;
}
table th {
	background-color: #f9f9f9;
	width: 250px;
	font-weight: normal;
	text-align: left;
}
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}

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

/*1030px以下*/
@media screen and (max-width: 1030px){
	.header {
		display: none;
	}
	 .mobile-menu-buttons {
		 border-bottom: 3px solid #776745;
		 background: #cc9c33;
	}
	.wrap {
		width: auto;
	}
	.header-container {
		border-bottom: none;
	}
	table th {
		width: 200px;
	}
}

/*768px以下*/
@media screen and (max-width: 768px){

}

/*480px以下*/
@media screen and (max-width: 480px){
	table th {
		width: 120px;
	}
}
