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

article 
{
}


#h1_area
{
	width: 100%;
	background: url(../images/h1_area_bg_01.jpg) no-repeat top center,
	url(../images/h1_area_bg_02.jpg)  top center;
	margin-bottom: 10px;
}

article #h1_area .body
{
	position: relative;
	height: 260px;
	padding: 0px !important;
	padding-right: 20px;
	padding-left: 20px;

}




article #h1_area .body h1
{
	font-size: 36px;
	letter-spacing: 0em;
	margin: 0px;
	height: 260px;
	line-height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

article #h1_area h1 small
{
	font-size: 18px;
	letter-spacing: 0em;
	padding-top: 30px;
	line-height: 140%;
	display: inline-block;
	padding-left: 20px;
}



article h2
{
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-image: url(../images/h2_bg_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}



article h3
{
	font-size: 26px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 10px;
}



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

}


#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: 60px;
	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;
}


article .next_btn,
article .back_btn
{
	padding-top: 20px;
	text-align: center;
}



article .next_btn a,
article .back_btn a
{
	font-size: 14px;
	color: #222;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(../images/next_btn_bg_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 126px;
	text-align: left;
}



article .next_btn a:hover,
article .back_btn a:hover
{
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border-top-color: #f90;
	border-right-color: #f90;
	border-bottom-color: #f90;
	border-left-color: #f90;
	color: var(--link-color) !important;
	background-image: url(../images/next_btn_bg_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


article .next_box,
article .next_box_return,
article .next_box_center
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

article .next_box_return,
article .next_box_center
{
	text-align: center;
}

article .next_box a,
article .next_box_return a,
article .next_box_center a
{
	font-size: 18px;
	color: #222;
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid #444;
}

article .next_box a,
article .next_box_center a,
article .next_box_return a
{
	padding-right: 30px;
	padding-left: 30px;
}

article .next_box a:after,
article .next_box_return a:after,
article .next_box_center a:after
{
}



article .next_box a:before,
article .next_box_return a:before,
article .next_box_center a:before
{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -1;
	background-image: url(../images/contact_btn_bg.gif);
}

article .next_box a:before,
article .next_box_center a:before
{
}

article .next_box_return a:before
{
}

article .icon_tel a:before
{
	content: '\f2a0';

}



article .next_box a:hover,
article .next_box_return a:hover,
article .next_box_center a:hover
{
	color: #fff !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

article .next_box a:hover:after,
article .next_box_return a:hover:after,
article .next_box_center a:hover:after
{
	color:#FFF !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}


article .next_box a:hover:before,
article .next_box_return a:hover:before,
article .next_box_center a:hover:before
{
	transform-origin: left top;
	transform: scale(1, 1);
}


article .next_box a small,
article .next_box_return a small,
article .next_box_center a small
{
	padding-right: 1em;
}


article .next_link a
{
	display: block;
	position: relative;
	color: #fff;
	padding-bottom: 12px; /* テキストと下線の間隔調整 */
	padding-top: 12px;
	border: 1px solid #FFF;
	background-image: url(../images/gokitou_next_point.gif);
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: center;
}

article .next_link a:hover
{
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border-top-color: var(--link-color);
	border-right-color: var(--link-color);
	border-bottom-color: var(--link-color);
	border-left-color: var(--link-color);
	color: var(--link-color) !important;
	background-image: url(../images/gokitou_next_point_on.gif);
}




article .next_right
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	text-align: center;
	margin-top: 30px;

}

article .next_right a
{
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	background-color: #30c8a8;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}


article .next_right a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f0a9';
	font-weight: 900;
	margin-left: 10px;
}



article .next_right a:hover
{
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #FFF !important;
	background-color: #35d8b6;
}


article .btn 
{
	text-align: center;
}


article .btn a
{
	font-size: 16px;
	line-height: 100%;
	color: #333;
	background-color: #e0e9a0;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative;
	z-index: 1;
}

article .btn a:before
{
	background: #4dba41;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: center top;
	z-index: -1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}

article .btn a:hover
{
	color: #FFF !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}


article .btn a:hover:before
{
	transform-origin: center top;
	transform: scale(1, 1);
}









/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article section
{
	padding-top: 90px;
	padding-bottom: 90px;
}


article .next_box_return a,
article .next_box_center a
{
}

}


/* タブレットレイアウト : 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;
	-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
{
	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;
}

article #h1_area .body h1 small
{
	font-size: 12px;
	line-height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}


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

article h3
{
	font-size: 22px;
}
	


#pan
{
	padding-top: 0px;
	padding-bottom: 0px;
	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%;
}



article .next_box
{
	text-align: center;
}

article .next_box a,
article .next_box_return a,
article .next_box_center a
{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 100%;
	padding-right: 14px;
	position: relative;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-left: 20px;
}

article .next_box a:after,
article .next_box_return a:after,
article .next_box_center a:after
{
	margin-left: 10px;
}




article .next_box a:before,
article .next_box_return a:before,
article .next_box_center a:before,
article .next_box a:hover,
article .next_box_return a:hover,
article .next_box_center a:hover,
article .next_box a:hover:before,
article .next_box_return a:hover:before,
article .next_box_center a:hover:before,
article .btn a:before,
article .btn a:hover:before
{

}


article .next_box a small,
article .next_box_return a small,
article .next_box_center a small
{
	padding-right: 0em;
	display: block;
}

}

/* スマホ設定  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;
}



}
