article h1,
article h2,
article h3,
article h4,
article h5,
article h6
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: justify;
	letter-spacing: 1px;
}

article 
{
	padding-top: 30px;
}


#h1_area
{
	width: 100%;
	height: 200px;
	background: url(../images/h1_bg_01.jpg) no-repeat left center,
	url(../images/h1_bg_02.jpg) no-repeat right center,
	#f8f8f8;
}



article #h1_area .body
{
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

article #h1_area .body h1
{
	color: var(--font-color);
	font-size: 50px;
	letter-spacing: 0.2em;
	margin: 0px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
}


article #h1_area .body h1 small
{
	font-family: "Geologica", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	display: block;
	letter-spacing: 4px;
	color: #fa9100;
	padding-bottom: 10px;
}



article h2
{
	font-size: 40px;
	line-height: 1.2;
	color: var(--point-color);
	text-align: center;
	margin-bottom: 30px;
}

article h2 small
{
	font-size: 20px;
	line-height: 1.2;
	color: #3ac234;
	text-align: center;
	display: block;
}


article h3
{
	font-size: 34px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}


article h3 small
{
	font-size: 16px;
	line-height: 1.4;
	margin-left: 10px;
}


#pan
{
	color: var(--point-color);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 1;
}


#pan a
{
	color: #000;
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}

#pan a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	display: inline-block; /* transform を正しく効かせるため */
}

article .bg
{

}

article .bg_head
{
	background-color: #e6f6d4;
}


article section
{
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	position: relative;
}

article .comment_box
{
	position: relative;
	display: flow-root;
	clear: both;
	padding-top: 20px;
}



article .photo_wak img
{
	border: 10px solid #FFF;
	box-shadow: 0px 0px 10px -3px #ccc;
	-moz-box-shadow: 0px 0px 10px -3px #ccc;
	-webkit-box-shadow: 0px 0px 10px -3px #ccc;
}

article p
{
	margin-bottom: 1em;
}

article section p,
article .comment_box p
{
	line-height: 1.6;
	text-align: justify;
}

article .photo_center
{
	text-align: center;
	margin-bottom: 20px;

}


article .photo_l
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

article .photo_r
{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

article .photo_l img,
article .photo_r img
{
	margin-bottom: 10px;
}

article .photo_l p,
article .photo_r p,
article .photo_center p
{
	text-align: center;
	font-size: 14px;
	line-height: 160%;
	color: #333;
	padding-top: 10px;
}


article  .text
{
	display: flow-root;
}

article  .text p
{
	line-height: 160%;
	text-align: justify;
}






/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{

}

@media (max-width: 1199px) 
{
#h1_area
{
	height: 200px;
}

article #h1_area .body
{
	height: 200px;

}

article h2
{
	font-size: 32px;
	line-height: 1.2;
}

article h2 small
{
	font-size: 16px;
	line-height: 1.2;
}



article section
{
	padding-top: 30px;
	padding-bottom: 30px;
}


}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{




article #h1_area .body h1
{
	font-size: 32px;
	line-height: 1;
}

#pan
{
	padding-right: 20px;
	padding-left: 20px;
}



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article
{
	background-image: none;
}

#h1_area
{
	width: auto;
	height: 180px;
}

article #h1_area .body
{
	height: 180px;
	padding-right: 20px;
	padding-left: 20px;
}


article #h1_area .body h1
{
	height: auto;
	font-size: 24px;
	line-height: 100%;
	display: block;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: center;
}

article #h1_area .body h1 small
{
	font-size: 14px;
	line-height: 1.4;
	display: block;
	margin: 0px;
	padding-top: 4px;
}


article h2
{
	font-size: 24px;
	line-height: 140%;
}

article h3
{
	font-size: 22px;
}
	

article section p,
article .comment_box p
{
	line-height: 1.4;
	text-align: justify;
}

#pan
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#pan .body
{
	padding-right: 10px;
	padding-left: 10px;
}


article section
{
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


article .photo_l img,
article .photo_r img
{
	width:auto;
	height:auto;
}

article .photo_l p,
article .photo_r p,
article .photo_center p
{
	text-align: center;
	font-size: 14px;
	line-height: 140%;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#h1_area
{
	width: auto;
	height: 160px;
}

article #h1_area .body
{
	height: 160px;
	padding-right: 20px;
	padding-left: 20px;
}

article #h1_area .body h1
{
	font-size: 24px;
	letter-spacing: 0.1em;
}


article .photo_l,
article .photo_r
{
	float: none;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	margin-right: 0px;
	text-align: center;
	display: block;
}



}
