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 
{
}


#h1_area
{
	width: 100%;
	height: 360px;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}



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

article #h1_area .body h1
{
	font-size: 42px;
	letter-spacing: 0.2em;
	margin: 0px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-image: url(../images/bg_h1_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;

}


article #h1_area .body h1 small
{
	font-size: 26px;
	line-height: 1.4;
	display: block;
	padding-top: 10px;
	letter-spacing: 4px;

}



article h2
{
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0em;
}



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
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1;
}


#pan a
{
	color: #666;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
}

#pan a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f715';
	font-weight: 900;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	display: inline-block; /* transform を正しく効かせるため */
	transform: scaleX(-1); /* 左右反転 */
}

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
{
	_zoom:1;
	overflow:hidden;
}

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






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

}

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

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

}

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;
	font-size: 14px;
	line-height: 1;
}

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



}
