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

article 
{
}


#h1_area
{
}

article #h1_area .body
{
	background-color: #FFF;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.2);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

article #h1_area .body .pad
{
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
	height: 150px;
	box-sizing: border-box;
}




article #h1_area .body h1
{
	font-size: 30px;
	letter-spacing: 0em;
	margin: 0px;
	line-height: 1;
	font-weight: normal;
	padding: 0px;
}

article #h1_area h1 big
{
	font-size: 30px;
	line-height: 1;
	display: inline-block;
	padding-left: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

article #h1_area h1 small
{
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 1.4;
	display: inline-block;
	padding-left: 20px;
	color: #339933;
	margin-right: 0px;
	padding-right: 16px;
	font-weight: bold;
}



article h2
{
	font-size: 32px;
	line-height: 140%;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}



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



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


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

#pan a:after
{
	font-family: "Font Awesome 5 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: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #222;
}

article .next_btn a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f061';
	font-weight: 900;
	margin-left: 10px;
	color: #f90;
}

article .back_btn a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f060';
	font-weight: 900;
	margin-right: 10px;
	color: #f90;
}


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: #f90 !important;
}


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: 16px;
	color: #222;
	display: inline-block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: var(--next-btn-color);
}

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

article .next_box a:after,
article .next_box_return a:after,
article .next_box_center a:after
{
	font-family: "Font Awesome 6 Free";
	content: '\f178';
	font-weight: 900;
	margin-left: 10px;
	display: inline-block;
	color: #C75459;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-size: 14px;
}



article .next_box a:before,
article .next_box_return a:before,
article .next_box_center a:before
{
	background: var(--link-color);
	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;

}

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 .link_btn_black
{
	text-align: right;
}

article .link_btn_black a,
article .link_btn_green a
{
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	box-shadow: 0px 0px 6px -2px #333;
	-moz-box-shadow: 0px 0px 6px -2px #333;
	-webkit-box-shadow: 0px 0px 6px -2px #333;
	line-height: 1;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 13px;
}

article .link_btn_green a
{
	background-color: #339933;
}

article .link_btn_black a:before,
article .link_btn_green a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-weight: 900;
	margin-right: 10px;
	font-size: 8px;
	line-height: 13px;
	vertical-align: middle;
	height: 13px;
}

article .link_btn_black a:after,
article .link_btn_green a:after
{
	background: var(--link-color);
	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;

}

article .link_btn_black a:hover,
article .link_btn_green 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 .link_btn_black a:hover:after,
article .link_btn_green a:hover:after
{
	transform-origin: left top;
	transform: scale(1, 1);
}





article .next_link a
{
  display: inline-block;
  position: relative;
  text-decoration: none; /* デフォルトの下線を無効化 */
  color: #333;
  padding-bottom: 5px; /* テキストと下線の間隔調整 */


}

article .next_link a::after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* テキスト幅に応じて下線が伸縮 */
  height: 8px; /* 下線の高さを調整 */
  background-color: #333; /* 下線の色 */

  /* clip-pathで矢印形状を正確に作成 */
  clip-path: polygon(0 0, 97% 0, 97% 50%, 100% 50%, 97% 100%, 97% 100%, 0 100%);

}


article .next_link1 a:before
{
	background: var(--link-color);
	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;
}

article .next_link1 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_link1 a:hover:before
{
	transform-origin: left top;
	transform: scale(1, 1);
}




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:999px)
{

article section
{
	padding-top: 60px;
	padding-bottom: 0px;
}


#h1_area
{
}

article #h1_area .body
{
	padding-left: 0px;
}


article #h1_area
{
}

article #h1_area h1 big
{
	font-size: 30px;
	line-height: 1;
	display: inline-block;
	padding-left: 0px;
	border-left-style: none;
}

article #h1_area h1 small
{
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 1.4;
	display: block;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	font-weight: bold;
}



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



}

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

article
{
	background-image: none;
}

#h1_area .body
{
	padding: 0px;
	-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 .pad
{
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	box-sizing: border-box;

}

article #h1_area h1
{

}

article #h1_area h1 big
{
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	padding-left: 0px;
	border-left-style: none;
}

article #h1_area h1 small
{
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1.4;
	display: block;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	font-weight: bold;
}


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

article h3
{
	font-size: 22px;
}
	

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

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

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

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

#h1_area .body
{
	padding: 0px;
	-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 .pad
{
	background-color: rgba(255,255,255,0.8);

}

article .link_btn_black
{
	text-align: center;
}
