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

article 
{
}


#h1_area
{

	margin-bottom: 70px;
}

#h1_area .bg_h1
{
	background-image: url(../images/bg_h1.jpg);
	background-repeat: no-repeat;
	height: 460px;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}


article #h1_area h1
{
	color: #33726a;
	font-size: 80px;
	text-align: center;
	letter-spacing: 0em;
	margin: 0px;
	line-height: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}

article #h1_area h1 small
{
	font-size: 24px;
	display: block;
	padding-top: 0px;
	line-height: 140%;
}

article h2
{
	color: #33726a;
	font-size: 46px;
	text-align: left;
	letter-spacing: 0em;
	margin: 0px;
	line-height: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}

article h2 small
{
	font-size: 18px;
	display: block;
	padding-top: 0px;
	line-height: 140%;
	font-weight: bold;
}


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


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

#pan .body
{
	padding-bottom: 10px;
	overflow: visible;
}


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

}

#pan a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f068';
	font-weight: 900;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	width: fit-content;
	transform: rotate(90deg);
	display: inline-block;
}

article .bg
{
	background-color: #eaf6fd;

}

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,
article  .text p
{
	line-height: 180%;
	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: 180%;
	color: #333;
	padding-top: 10px;
}


article  .text
{
	_zoom:1;
	overflow:hidden;
}


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



article .next_btn a,
article .back_btn a
{
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #34726A;
	background-color: #34726A;
	line-height: 100%;
}

article .next_btn a:after
{
	transform: none;
	transform-origin: unset;	
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 2px;
	z-index: 1;
	background-color: #fff;
	right: -1px;
	left: auto;
	bottom: auto;
}


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: #34726A;
	border-right-color: #34726A;
	border-bottom-color: #34726A;
	border-left-color: #34726A;
	color: #34726A !important;
	background-color: #FFF;
}

article .next_btn a:hover:after,
article .back_btn a:hover:after
{
	background-color: #34726A;
}


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

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

.next_box a,
.next_box_return a,
.next_box_center a
{
	font-size: 18px;
	color: #34726a;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #34726a;
	border-right-color: #34726a;
	border-bottom-color: #34726a;
	border-left-color: #34726a;
	margin-left: 10px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 10px;
	position: relative;
	line-height: 100%;
}


.next_box a span,
.next_box_return a span,
.next_box_center a span
{
	position: relative;
	z-index: 100;

}


.next_box a:after,
.next_box_center a:after,
.next_box_return a:after
{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -2px;
	bottom: 0px;
	border: 2px solid #34726a;
	z-index: 0;
}

.next_box a:before,
.next_box_return a:before,
.next_box_center a:before
{
	transform: none;
	transform-origin: unset;	
	content: '';
	position: absolute;
	top: 46%;
	display: inline-block;
	width: 20px;
	height: 2px;
	z-index: 1;
	background-color: #34726a;
	right: 0px;
	left: auto;
	bottom: auto;
}


.next_box .back a:before,
.next_box_return .back a:before,
.next_box_center .back a:before
{
	left: -2px;
	right: auto;
}



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

}

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

.next_box a:hover:after,
.next_box_return a:hover:after,
.next_box_center a:hover:after
{
	background-color: #34726a;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

.next_box a:hover:before,
.next_box_return a:hover:before,
.next_box_center a:hover:before
{
	background-color: #fff;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}



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


article .next_box_center ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

article .next_box_center ul li
{
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}




.next_white a
{
	color: #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	margin-left: 10px;
}

.next_white a:hover
{
	color: #34726a !important;

}

.next_white a:after
{
	border: 2px solid #fff;
}

.next_white a:before
{
	background-color: #fff;
}

.next_white a span:hover
{
	color: #34726a !important;

}

.next_white a:hover:after
{
	background-color: rgba(255,255,255,0.8);
	border-right-color: #34726a;
	border-bottom-color: #34726a;
	border-top-color: #34726a;
	border-left-color: #34726a;
}

.next_white a:hover:before
{
	background-color: #34726a;
}




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 a
{
	font-size: 20px;
	line-height: 100%;
	color: #FFF;
	background-color: #ef8bb6;
	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;
}

article .btn a:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f0f4';
	font-weight: 900;
	margin-right: 10px;
}

article .btn a:hover
{
	color: #FFF !important;
	background-color: #E2327D;
}


.icon_01,
.icon_02,
.icon_03
{
	color: #FFF;
	background-color: #30C8A8;
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	line-height: 14px;
	width: 110px;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	vertical-align: middle;
}

.icon_02{	background-color: #9999cc;}
.icon_03{	background-color: #e2b848;}




.icon_news,
.icon_con,
.icon_kai,
.icon_event
{
	color: #FFF;
	background-color: #7dc385;
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	line-height: 100%;
	width: 4em;
	text-align: center;
	padding: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.icon_con{	background-color: #f08300;}
.icon_kai{	background-color: #e9420a;}
.icon_event{	background-color: #ed7faf;}



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

article #h1_area
{
	min-height: 120px;
}


.next_box a,
.next_box_return a,
.next_box_center a
{
	min-width: 300px;
}


}


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



}

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

article
{
	background-image: none;
}

#h1_area
{
	margin-bottom: 40px;
}



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

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

}


#h1_area
{
}


#h1_area .bg_h1
{
	height: 120px;
	background-position: center top;
}


article #h1_area h1
{
	font-size: 40px;
	letter-spacing: 0em;
	line-height: 120%;
	background-image: none;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


article #h1_area h1 small
{
	display: block;
	text-align: center;
	font-size: 16px;
}

#h1_area .body
{
	width:auto;
}

article h2
{
	font-size: 36px;
	line-height: 100%;
	padding-bottom: 10px;
	text-align: center;

}

article h2 small
{
	font-size: 16px;
	display: block;
	padding-top: 4px;
	line-height: 140%;
	font-weight: normal;
}


#pan
{
	margin-bottom: 30px;
}

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

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


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



.next_box
{
	text-align: center;
	padding-left: 10px;
	padding-right: 0px;
}

.next_box a,
.next_box_return a,
.next_box_center a
{
	font-size: 18px;
	line-height: 120%;
	min-width: initial;
	width:auto;
	display: block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;

}

.next_box_return a
{
	padding-right: 0px;
	padding-left: 0px;
}

article .next_box_center ul
{
	display: block;
}

article .next_box_center ul li
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}





}