@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
body {
	color: #333;
	font-size: 16px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.8;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	body {
	}
}

:root {
	--vw: 1vw;
}


/* --------------- .wrapper --------------- */
.wrapper {
	max-width: 1300px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.wrapper.w {
	max-width: 1380px;
}
.wrapper.n {
	max-width: 1040px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .wrapper --------------- */
.YuGothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.YuGothic.bold,
.YuGothic .bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}


/* --------------- .btn_arr --------------- */
.btn_arr {
	position: relative;
	display: block;
	width: 115px;
	padding-bottom: 10px;
	color: #9E9268;
	font-size: 18px;
	transition: all ease 0.3s;
}
.btn_arr:hover {
	width: 125px;
	color: #6D8EB6;
}
.btn_arr::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 115px;
	height: 6px;
	background-color: #9E9268;
	clip-path: polygon(0% 6px, 0% 5px, calc(100% - 6px) 5px, calc(100% - 6px) 0%, 100% 100%);
	transition: all ease 0.3s;
}
.btn_arr:hover::before {
	width: 125px;
	background-color: #6D8EB6;
}



/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	display: flex;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
}
#header .h_logo {
}
#header .h_logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 95px;
	pointer-events: initial;
}
#header .h_logo.box a {
	width: 155px;
	height: 123px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(193, 204, 232, 0.30);
}
#header .h_logo img {
	width: 80px;
}
@media (max-width: 959px) {
	#header .h_logo a {
		width: 105px;
		height: 55px;
	}
	#header .h_logo.box a {
		width: 105px;
		height: 83px;
	}
	#header .h_logo img {
		width: 50px;
	}
}
@media (max-width: 519px) {
}


/* --------------- .h_right --------------- */
#header .h_right {
	pointer-events: initial;
}
#header .h_right .gnavi {
	display: flex;
	align-items: center;
	gap: 40px;
	height: 95px;
	padding: 15px 0;
}
#header .h_right li {
}
#header .h_right li:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 40px;
	border-left: 1px solid #B2C4DE;
}
#header .h_right li a {
	position: relative;
	display: block;
	color: #414D60;
	transition: all ease 0.3s;
}
#header .h_right li a:hover {
	color: #6D8EB6;
}
#header .h_right li:not(:last-child) a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6D8EB6;
	opacity: 0;
	transition: all ease 0.3s;
}
#header .h_right li a:hover::after {
	opacity: 1;
}
#header .h_right li img {
	margin-top: -4px;
	margin-right: 10px;
	vertical-align: middle;
}
@media (max-width: 959px) {
	#header .h_right {
		position: relative;
	}
	#header .h_right .gnavi {
		position: absolute;
		top: 0;
		right: -200px;
		display: block;
		width: 200px;
		height: auto;
		padding: 55px 20px 20px;
		background-color: #fff;
		box-shadow: 0px 4px 10px 0px rgba(193, 204, 232, 0.30);
		transition: all ease 0.3s;
	}
	#header .h_right .gnavi.active {
		right: 0;
	}
	#header .h_right li {
		margin-top: 20px;
		text-align: right;
	}
	#header .h_right li:last-child {
		padding: 20px 0 0;
		border-left: none;
		border-top: 1px solid #B2C4DE;
	}
	#header .h_right li img {
		margin-top: -4px;
		margin-right: 10px;
		vertical-align: middle;
	}
}
@media (max-width: 519px) {
}

/* gnavi_btn */
.gnavi_btn {
	position: relative;
	align-items: center;
	align-self: flex-start;
	display: none;
	padding: 15px 20px;
/*	background-color: #522800;*/
	transition: all 0.4s ease;
	cursor: pointer;
}
.gnavi_btn.open {
	background: rgba(0, 0, 0, 0);
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.menu-trigger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 34px;
	height: 24px;
}
.menu-trigger span {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #6D8EB6;
}
.gnavi_btn .menu-trigger span:nth-of-type(1) {
	top: 0%;
}
.gnavi_btn .menu-trigger span:nth-of-type(3) {
	bottom: 0%;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
	top: 50%;
	transform-origin: center;
	transform: translateY(-50%) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
	bottom: 50%;
	transform-origin: center;
	transform: translateY(50%) rotate(45deg);
}
@media (max-width: 1399px) {
	.gnavi_btn {
		display: flex;
	}
}
@media (max-width: 739px) {
}
@media (max-width: 519px) {
}




/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */
#footer {
	background-color: #F6FCFE;
}
@media (max-width: 959px) {
	#footer {
	}
}
@media (max-width: 519px) {
}


/* --------------- .reserve --------------- */
#footer .reserve {
	background-image: url("../img/footer_reserve_bg.jpg");
	background-position: center;
	background-size: cover;
}
#footer .reserve a {
	display: block;
	padding: 115px 0;
	text-shadow: 0px 4px 10px #A8B9E5;
}
#footer .reserve a:hover {
}
#footer .reserve .wrapper {
	position: relative;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1.8px;
}
#footer .reserve .wrapper::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	display: block;
	width: 115px;
	height: 6px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fff;
	clip-path: polygon(0% 6px, 0% 5px, calc(100% - 6px) 5px, calc(100% - 6px) 0%, 100% 100%);
	transition: all ease 0.3s;
}
#footer .reserve a:hover .wrapper::before {
	right: 10px;
	width: 125px;
}
#footer .reserve span {
	display: inline-block;
	margin-right: 20px;
	font-size: 45px;
}
@media (max-width: 959px) {
	#footer .reserve a {
		padding: 70px 0;
	}
	#footer .reserve .wrapper::before {
		width: 75px;
	}
	#footer .reserve a:hover .wrapper::before {
		width: 85px;
	}
}
@media (max-width: 519px) {
	#footer .reserve a {
		padding: 40px 0;
	}
	#footer .reserve span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		line-height: 1;
	}
}


/* --------------- .main --------------- */
#footer .main {
	padding-top: 50px;
	padding-bottom: 20px;
}
#footer .logo {
	text-align: center;
}
#footer .logo img {
}
#footer .menu {
	margin-top: 40px;
}
#footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#footer li {
}
#footer li a {
	position: relative;
	display: block;
	color: #414D60;
	transition: all ease 0.3s;
}
#footer li a:hover {
	color: #6D8EB6;
}
#footer li:not(:last-child) a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6D8EB6;
	opacity: 0;
	transition: all ease 0.3s;
}
#footer li a:hover::after {
	opacity: 1;
}
#footer li img {
}
#footer .copy {
	display: flex;
	align-items: center;
	margin-top: 40px;
	font-size: 12px;
}
#footer .copy::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(270deg, #A8C0DD 0%, rgba(168, 192, 221, 0.00) 100%);
}
#footer .copy span {
	flex-shrink: 0;
	display: block;
	margin-left: 10px;
	color: #A2A6BA;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#footer .main {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#footer .menu {
		margin-top: 20px;
	}
	#footer ul {
		gap: 20px;
	}
	#footer .copy {
		margin-top: 20px;
	}
}




/* ---------------------------------------------------------
 * Common contents parts
** --------------------------------------------------------- */
/* --------------- .lower_fv --------------- */
.lower_fv {
	padding-top: 95px;
	background-image: url("../img/bg_fv.jpg");
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}
.lower_fv img {
	display: block;
	width: calc(135000% / 1500);
	margin-left: auto;
}
.lower_fv .wrapper {
	position: relative;
	max-width: 1420px;
}
.lower_fv .box {
	position: absolute;
	bottom: 0;
	left: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: calc(42700% / 1500);
	height: 186px;
	padding-left: 60px;
	background-color: #fff;
	box-shadow: 0px -4px 10px 0px rgba(193, 204, 232, 0.30);
}
.lower_fv .box.n {
	width: calc(37400% / 1500);
}
.lower_fv h1 {
	color: #414D60;
	font-size: 36px;
	letter-spacing: 3px;
}
.lower_fv .breadcrumb {
}
.lower_fv ul {
	display: flex;
}
.lower_fv li {
	color: #7C7F92;
	font-size: 14px;
	letter-spacing: 1px;
}
.lower_fv li:not(:first-child) {
	position: relative;
	margin-left: 30px;
}
.lower_fv li:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	display: block;
	width: 10px;
	height: 1px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #6D8EB6;
}
.lower_fv a {
	position: relative;
	display: block;
}
.lower_fv a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6D8EB6;
	opacity: 0;
	transition: all ease 0.3s;
}
.lower_fv a:hover {
	color: #6D8EB6;
}
.lower_fv a:hover::after {
	opacity: 1;
}
@media (max-width: 959px) {
	.lower_fv {
		padding-top: 55px;
	}
	.lower_fv .box {
		height: 126px;
		padding-left: 40px;
	}
	.lower_fv h1 {
		font-size: 28px;
	}
}
@media (max-width: 519px) {
}