#page_title {
	height: 360px;
	position: relative;
	margin: 0 auto 120px;
	width: 100%;
	box-sizing: border-box;
	background-size: cover !important;
}

#page_title h2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	letter-spacing: 0.2em;
	text-shadow:
		#fff 2px 0px, #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px, #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px, #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px, #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;

}

#page_title h2 small {
	display: block;
	font-size: 24px;
}

#page_title img {
	display: block;
	width: calc(50% - 10px);
	height: 100%;
	border-radius: 20px 0 0 20px;
}

main section {
	margin: 0 auto 120px;
	box-sizing: border-box;
}

main section article {
	line-height: 1.8em;
	max-width: 1100px;
	margin: 0 auto;
}

main h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 auto 59px;
	text-align: center;
	letter-spacing: 0.2em;
}

main h4 {
	font-size: 24px;
	padding: 0 0 10px;
	border-bottom: 2px solid #2b77a8;
	margin: 0 0 10px;
	line-height: 30px;
}

main h4 small{
	font-weight: normal;
	font-size: 85%;
}

main h5 {
	font-size: 24px;
	color: #14699e;
	line-height: 1.5em;
	padding: 0 0 10px;
	margin: 0 0px 10px;
	position: relative;
}

main h6 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0px 10px;
	color: #14699e;
}


.comment_photo {
	display: flex;
	gap: 40px;
	margin: 20px auto;
	justify-content: space-between;
}

.comment_photo figure {
	width: 285px;
	flex: none;
}

main section article ul,
main section article ol {
	padding: 0 0px 0 30px;
}

main section article th,
main section article td {
	font-weight: 300;
}

.reserve {
	max-width: 780px;
	margin: 0 auto 100px;
	border: 3px solid #4082ab;
	border-radius: 20px;
}

.reserve a {
	display: block;
	position: relative;
	line-height: 72px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 29px;
	background: #4082ab;
	border: 1px solid #fff;
	border-radius: 20px;
}

.reserve a:before {
	content: "";
	width: 16px;
	height: 17px;
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	left: 20px;
	background: url('../images/common/arrow_white.svg') no-repeat center center;
}

.reserve a:after {
	content: "";
	width: 16px;
	height: 17px;
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	background: url('../images/common/arrow_white_r.svg') no-repeat center center;
}

.reserve:hover {
	opacity: 0.7;
	transition: 0.5s;
}

img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

.comment_center {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

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

iframe {
	max-width: 100%;
}