@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.kiwi {
	font-family: "Kiwi Maru", serif;
}
@media all and (max-width: 896px) {
}
.mont {
	font-family: "Montserrat", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 132rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	position: relative;
	z-index: 2;
	text-align: center;
	font-weight: 500;
}
.headLine01 .jp {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #47596f;
	line-height: 1.37;
}
.headLine01 .en {
	margin-top: 0.8rem;
	display: block;
	font-size: 3rem;
	letter-spacing: 0.1em;
	color: #2fb7d0;
	font-family: "Montserrat", sans-serif;
}
@media all and (max-width: 896px) {
	.headLine01 .jp {
		font-size: 2.5rem;
	}
	.headLine01 .en {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.5rem;
	padding: 1.9rem 0 2.8rem;
	position: relative;
	z-index: 1;
}
.headLine02::after {
	position: absolute;
	top: 0;
	left: -12.7rem;
	bottom: 0;
	width: 9.8rem;
	content: "";
	background: url(../img/line01.png) repeat-x left top / 100% auto;
}
.headLine02 .en {
	margin-bottom: 0.4rem;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.06;
	color: #003f91;
}
.headLine02 .jp {
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	color: #47596f;
	line-height: 1.27;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3rem;
		padding: 0;
	}
	.headLine02::after {
		left: -3rem;
		width: 1.8rem;
		background-image: url(../img/line01_sp.png);
		background-repeat: repeat-y;
	}
	.headLine02 .en {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.headLine02 .jp {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3rem;
	padding-left: 4rem;
	color: #47596f;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.3em;
	line-height: 1.4;
	background: url(../img/line02.png) no-repeat left center / 2rem 3.1rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2rem;
		padding-left: 3rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3rem;
}
.headLine04 .en {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #003f91;
}
.headLine04 .jp {
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	color: #47596f;
}
@media all and (max-width: 896px) {

}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin: 0 5.313vw -9.9rem;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64rem;
	background: url(../../img/about/page_img.jpg) no-repeat center top / cover;
	border-radius: 18rem 0;
	overflow: hidden;
}
.pageTitle::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background: linear-gradient(to top,#67a8b4 0%, #fff 100%);
	opacity: 0.25;
}
.pageTitle .headLine01 {
	margin-bottom: 5.5rem;
}
@media all and (min-width: 897px) and (max-width: 1550px) {
	.pageTitle {
		margin: 0 1vw -9.9rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: 0 1rem 3rem !important;
		min-height: 25rem;
		border-radius: 5rem 0;
	}
	.pageTitle .headLine01 {
		margin-bottom: 3rem;
	}
}
/*------------------------------------------------------------
	comWhiteBg
------------------------------------------------------------*/
.comWhiteBg {
	position: relative;
	z-index: 2;
	padding: 10rem 12.8rem;
	margin-bottom: 10.7rem;
	background-color: #fff;
	border-radius: 0 18rem;
	overflow: hidden;
}
.comWhiteBg:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comWhiteBg {
		padding: 3rem !important;
		margin-bottom: 4rem !important;
		border-radius: 0 3rem;
		overflow: hidden;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comTableBox table {
	width: 100%;
	border-collapse: collapse;
}
.comTableBox table th,
.comTableBox table td {
	padding: 1.95rem 0;
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #c2ccd8;
	vertical-align: middle;
	word-break: break-all;
}
.comTableBox table th {
	width: 30.7% !important;
	font-weight: 500;
}
.comTableBox table tr:first-child th,
.comTableBox table tr:first-child td {
	padding-top: 0;
}
@media all and (max-width: 896px) {
	.comTableBox table th,
	.comTableBox table td {
		padding: 1.5rem 0;
		width: 100% !important;
		display: block;
		text-align: left;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
		border-bottom: 1px solid #c2ccd8;
		vertical-align: middle;
		word-break: break-all;
	}
	.comTableBox table th {
		padding-bottom: 0 !important;
		border-bottom: 0;
	}
}
/*------------------------------------------------------------
	pageBox
------------------------------------------------------------*/
.pageBox {
	margin-top: 10rem;
	padding: 0.5rem 5rem 1rem;
	background-color: #ebebeb;
	min-height: 3.9rem;
}
#pagePath li {
	display: inline-block;
	color: #24479c;
}
#pagePath li,
#pagePath a {
	font-size: 1rem;
	letter-spacing: 0.12em;
}
#pagePath li:not(:last-child) {
	margin-right: 0.5rem;
	padding-right: 1.2rem;
	background: url(../img/icon06.png) no-repeat right center / 0.3rem;
}
#pagePath a img {
	width: 1.4rem;
	display: inline-block;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
.pageBox {
	margin-top: 5rem;
	padding: 0.5rem 2rem;
	min-height: 3.1rem;
}
#pagePath a img {
	vertical-align: -0.3rem;
}
}
/*------------------------------------------------------------
	comAccessBox
------------------------------------------------------------*/
.comAccessBox {
	align-items: center;
}
.comAccessBox .mapBox {
	width: 47.5%;
	padding-bottom: 47.5%;
	position: relative;
	border-radius: 0 6rem;
	overflow: hidden;
}
.comAccessBox .mapBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	content: "";
	z-index: 1;
}
.comAccessBox .comTableBox {
	width: 47.5%;
}
.comAccessBox .comTableBox th {
	padding: 2rem 0;
	width: 18.5% !important;
}
@media all and (max-width: 896px) {
	.comAccessBox {
		display: block;
	}
	.comAccessBox .mapBox {
		margin-bottom: 2rem;
		width: auto !important;
		padding-bottom: 70% !important;
		border-radius: 0 2rem;
	}
	.comAccessBox .comTableBox {
		width: auto !important;
	}
	.comAccessBox .comTableBox th,
	.comAccessBox .comTableBox td {
		padding: 1.5rem 0;
	}
	.comAccessBox .comTableBox th {
		padding-bottom: 0;
		width: 100% !important;
	}
}
/*------------------------------------------------------------
	comNotesUl
------------------------------------------------------------*/
.comNotesUl {
	margin-bottom: 1rem;
}
.comNotesUl li {
	font-size: 1.2rem;
	font-weight: 500;
	color: #24479c;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	width: fit-content;
}
.comBtn01 a {
	padding: 1.9rem 6.9rem 2rem 3rem;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background: #24479c url(../img/icon09.png) no-repeat right 1rem center / 4rem;
	border-radius: 3rem;
	overflow: hidden;
}
.comBtn01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn01 a {
		padding: 1.5rem 4.5rem 1.5rem 1.5rem  !important;
		font-size: 1.2rem;
		background-size: 2.7rem auto;
	}
}
/*------------------------------------------------------------
	reserveTable
------------------------------------------------------------*/
.reserveTable table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed
}
.reserveTable table th,
.reserveTable table td {
	padding: 1.9rem 0.5rem;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #d5d5d5;
	vertical-align: middle;
	word-break: break-all;
}
.reserveTable table th {
	width: 22%;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.reserveTable table td {
	text-align: center;
}
.reserveTable table td img {
	margin-top: 0.3rem;
	width: 2rem;
}
.reserveTable tbody th {
	font-family: "Montserrat", sans-serif;
}
.reserveTable tbody td {
	font-size: 1.8rem;
	color: #24479c;
}
.reserveTable thead th,
.reserveTable thead td {
	padding-top: 0 !important;
	font-weight: 500;
	border-bottom: 0;
	background: url(../img/line03.png) repeat-x left bottom / 2rem;
}
.reserveTable thead th {
	letter-spacing: 0.03em;
}
.reserveTable tbody tr:last-child th,
.reserveTable tbody tr:last-child td {
	padding-bottom: 1.5rem;
	border-bottom: 0;
}
@media all and (max-width: 896px) {
	.reserveTable table th,
	.reserveTable table td {
		padding: 1.9rem 0;
		font-size: 1.4rem;
		letter-spacing: 0 !important;
	}
	.reserveTable table th {
		width: 30%;
		font-size: 1.4rem;
	}
	.reserveTable table td img {
		width: 1rem;
	}
	.reserveTable tbody td {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4.5rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}
.wp-pagenavi span.current {
	color: #30b7d0;
	font-weight: 700;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 4rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		gap: 1rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 3.5rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}