#page_title{
	height:290px;
	position:relative;
	display:flex;
	margin:0 auto 20px;
	width:100%;
	gap:30px;
	position:relative;
	box-sizing:border-box;
	border-bottom: 2px solid #cecece;
}
#header_time{
	width:470px;
	padding:10px 0 0;
	flex:none;
}
#header_time1{
	margin-bottom:20px;
}
#header_time dt{
	color:#008628;
	font-size:24px;
	font-weight:700;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: bold;
	margin-bottom:20px;
}
#header_time dt img{
	display:block;
}
#header_time dt::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #008628;
	margin-left:0.3em;
}
#header_time1 dd{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
#header_time1 dd .time{
	display:flex;
	gap:10px;
}
#header_time1 dd h5{
	background:#008628;
	color:#fff;
	border-radius:5px;
	line-height:30px;
	writing-mode: vertical-rl;
	text-align:center;
}
#header_time1 dd p strong{
	font-size:21px;
}
#page_title h2{
	width:calc(100% - 510px);
	padding:0 60px 0 0;
	box-sizing:border-box;
	background-size:cover !important;
	font-size:48px;
	font-weight:700;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.breadcrumbs{
	max-width:1240px;
	margin:0 auto 40px;
}
#layer_2nd_contents1{
	text-align:center;
	margin:0 auto 80px;
}
#layer_2nd{
	max-width:1200px;
	margin:0 auto 80px;
}
#layer_2nd article{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#layer_2nd article a{
	display:flex;
	justify-content:space-between;
	overflow:hidden;
	border:2px solid #008628;
	border-radius:10px;
	width:calc((100% - 40px) / 2);
	box-sizing:border-box;
	flex:none;
	text-decoration:none;
	color:#313131;
	position:relative;
}
#layer_2nd article a:after{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
	border-radius:10px 0 0 0;
	background:#1c8600 url('../images/common/arrow_white.svg') no-repeat center center;
	z-index:2;
}
#layer_2nd article a:hover{
	background:#deffe8;
}
#layer_2nd article a figure{
	width:210px;
	height:100%;
	flex:none;
}
#layer_2nd article a figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#layer_2nd dl{
	padding:30px 10px 30px 30px;
}
#layer_2nd article dt{
	height:85px;
	font-size:30px;
	font-weight:700;
}
main section{
	margin:0px auto 80px;
	max-width:1200px;
}
main section h3{
	font-size:36px;
	font-weight:700;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: bold;
	padding-right: 1em;
	margin-bottom:35px;
}
main section h3 img{
	display:block;
}
main section h3::after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #008628;
	margin-left:0.3em;
}
main section h4{
	color:#008628;
	font-size:36px;
	margin-bottom:20px;
}
main section p{
}
main section table{
	width:100%;
	box-sizing:border-box;
}
main section th,
main section td{
	vertical-align:top;
	border:1px solid #ccc;
	padding:10px;
}
main section th p,
main section td p{
	margin:0 !important;
}
main section th{
	text-align:center;
	background:#d1eeda;
}
main section td{
}
main section article{
	line-height:1.8em;
}

main section article ul,
main section article ol{
	padding:0 0 0 20px;
}
article.comment_photo{
	display:flex;
	gap:60px;
}
article.comment_photo figure{
	width:420px;
	flex:none;
}
article.comment_photo .comment{
	width:calc(100% - 480px);
	flex:none;
}
.subnav ul{
	display:flex;
	flex-wrap:wrap;
	gap:10px 40px;
}
.subnav ul li:before{
	content:"▼";
}
main section .more{
	padding:0px 0 0;
	display:flex;
	justify-content:flex-end;
}
.more a{
	display:block;
	width:380px;
	border-radius:10px;
	border:2px solid #008628;
	line-height:36px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#008628 url('../images/common/arrow_white.svg') no-repeat left 15px center;
}
.more a:hover{
	color:#008628;
	background:#fff url('../images/common/arrow_green1.svg') no-repeat left 15px center;
}
main section .more2{
	padding:0px 0 0;
	display:flex;
	justify-content:flex-end;
}
.more2 a{
	display:block;
	width:380px;
	border-radius:10px;
	border:2px solid #008628;
	line-height:36px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#008628 url('../images/common/arrow_white.svg') no-repeat left 15px center;
}
.more2 a:hover{
	color:#008628;
	background:#fff url('../images/common/arrow_green1.svg') no-repeat left 15px center;
}
.morepage dl{
	display:flex;
	border:2px solid #1c8600;
	align-items:center;
	border-radius:10px;
	margin-bottom:20px;
	gap:20px;
}
.morepage dt{
	line-height:120px;
	width:400px;
	flex:none;
	padding:0 20px;
	box-sizing:border-box;
	color:#fff;
	background:#1c8600;
	font-size:36px;
}
.morepage dd{
	width:calc(100% - 590px);
	flex:none;
}
.morepage .more{
	flex:none;
	width:150px !important;
	padding:0 20px 0 0;
	box-sizing:border-box;
}
.morepage .more2{
	flex:none;
	width:150px !important;
	padding:0 20px 0 0;
	box-sizing:border-box;
}
#subnav{
	margin:0 auto;
	max-width:1100px;
}
#subnav ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	padding:0 !important;
	gap:20px 70px;
}
#subnav ul li{
	width:calc((100% - 140px) / 3);
}
#subnav ul li a{
	display:block;
	max-width:318px;
	border:1px solid #e6e6e6;
	line-height:50px;
	text-align:center;
	color:#1460a6;
	margin:0 auto;
	text-decoration:none;
	background:#fff url('../images/common/arrow_blue.svg') no-repeat left 20px center;
	box-shadow:7px 7px 0 #1460a6;
}
#subnav ul li a:hover{
	color:#fff;
	background:#1460a6 url('../images/common/arrow_white.svg') no-repeat left 20px center;
}
.pagination{
	max-width:960px;
	margin:0 auto;
}
.page-numbers{
	text-align: center;
	margin: 40px 0;
}

.page-numbers li{
	display: inline-block;
	color: #d1d1d1;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a{
	text-decoration: none;
	font-weight: bold;
	color: #d1d1d1;
	display:block;
	padding: 5px 12px;
	border: 1px solid #d1d1d1;
}
.page-numbers li a:hover{
	color:#fff;
	background:#d1d1d1;
}

.page-numbers li span{
	text-decoration: none;
	font-weight: bold;
	color: #d1d1d1;
	display:block;
	padding: 5px 12px;
	border: 1px solid #d1d1d1;
	background: #fff;
}
.page-numbers li span.current{
	background:#d1d1d1;
	color:#fff;
}
.backnumber{
	display:flex;
	flex-wrap:wrap;
	gap:20px 0;
}
.backnumber li{
	width:25%;
}
.list2{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding:30px 0;
	list-style:none;
}
.list2 li{
	width:calc(50% - 10px);
}
.list3{
	display:flex;
	flex-wrap:wrap;
	gap:20px 0;
}
.list3 li{
	width:33.33%;
}
main section iframe{
	display:block;
	max-width:100%;
}


main input[type="text"],
main input[type="email"],
main input[type="tel"],
main textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

main select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
}

.year {
	width: 100px !important;
}

.gakureki {
	width: 300px !important;
	margin: 0 0 10px;
}

.month,
.day {
	width: 60px !important;
	margin-left: 20px !important;
}

main input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submit_btn{
	text-align:center;
}
#submit_btn input {
	color: #fff;
	border: 0;
	display: inline-block;
	text-align:center;
	margin: 20px auto 20px;
	line-height: 40px;
	background:#00b50d;
}

#address1 {
	width: 100px;
}
figure.alignright{
	float:right;
	max-width:35%;
	margin:0 0 40px 40px;
	text-align:center;
}
figure.alignright img{
	display:block;
	margin:0 auto;
}
figure.alignleft{
	float:left;
	max-width:35%;
	margin:0 40px 40px 0;
	text-align:center;
}
figure.alignleft img{
	display:block;
	margin:0 auto;
}
.photo_2column{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	list-style:none;
	padding:20px 0 !important;
	margin:0 !important;
}
.photo_2column li{
	width:calc((100% - 40px) / 2);
	text-align:right;
}
.photo_2column li img{
	display:block;
	width:100%;
	max-height:386px;
	object-fit:cover;
	max-width:initial !important;
	border-radius:10px;
	border:1px solid #1c8600;
	margin:0 auto 10px;
}
.photo_2column li video{
	display:block;
	width:100%;
	height:auto;
	max-height:386px;
	object-fit:cover;
	max-width:initial !important;
	border-radius:10px;
	border:1px solid #1c8600;
	margin:0 auto 10px;
}
.photo_3column{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	list-style:none;
	padding:20px 0 !important;
	margin:0 !important;
}
.photo_3column li{
	width:calc((100% - 80px) / 3);
	text-align:center;
}
.column2{
	display:flex;
	flex-wrap:wrap;
}
.column2_dl{
	display:flex;
	flex-wrap:wrap;
	gap:60px;
}
.column2_dl dl{
	width:calc((100% - 60px) / 2);
}
.column2_dl dt img{
	max-width:initial;
	width:100%;
}
.column3_dl{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
.column3_dl dl{
	width:calc((100% - 80px) / 3);
}
.column3_dl dt img{
	max-width:initial;
	width:100%;
}
.column2 ul{
	width:50%;
	list-style:none;
	padding:0;
}
ul.column4{
	display:flex;
	flex-wrap:wrap;
}
ul.column4 li{
	width:25%;
}
.photo_comment{
	display:flex;
	gap:40px;
}
#ishi table{
	width:100%;
}
#ishi table tr th{
	white-space:nowrap;
}
#ishi table tr td:nth-child(1),
#ishi table tr td:nth-child(2),
#ishi table tr td:nth-child(3){
	white-space:nowrap;
	
}
#ishi table td ul{
	margin:0 auto;
}
a.pdf{
	display:inline-block;
	color:#009e96;
	line-height:42px;
	padding:0 0 0 40px;
	background:url('../images/common/icon_pdf.svg') no-repeat left center;
}