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

article 
{
}


#h1_area
{
	width: 100%;
	margin-bottom: 60px;
	background-color: var(--second-color);
}





article #h1_area .body h1
{
	font-size: 36px;
	letter-spacing: 0em;
	margin: 0px;
	line-height: 1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}


article #h1_area .body h1 small
{
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	display: block;
	padding-top: 10px;
}



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



article h3
{
	font-size: 26px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--font-color);
}


article h3 small
{
	font-family: "Roboto", sans-serif;
	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;
	background-color: #d9d8c8;
}


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

#pan a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-weight: 900;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}

article .bg
{

}

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


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

article .comment_box
{
	_zoom: 1;
	overflow: hidden;
	position: relative;
	margin-bottom: 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: 160%;
	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) 
{
}


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

#h1_area
{
	height:auto;
}

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

}


article #h1_area .body h1
{
	font-size: 32px;
	line-height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

article #h1_area .body h1 small
{
	font-size: 14px;
	line-height: 100%;
}

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



}

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

article
{
	background-image: none;
}

#h1_area
{
	height: auto;
	width: auto;
	margin-bottom: 10px;
}

article #h1_area .body
{
	width: auto;
	height:auto;
	padding-right: 20px;
	padding-left: 20px;
	overflow: visible;
}


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


#pan
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 100%;

}

article section
{
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	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)
{

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



}
