/*=============================
 ヘッダー
==============================*/
header {
	width: 100%;
	height: 102px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 10px 105px 10px 6.56vw;
}

.top header {
	height: 120px;
	background-color: transparent;
	backdrop-filter: unset;
	padding: 35px 105px 20px 30px;
}

header .wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

header .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top header .inner {
	align-items: flex-start;
}

header .inner .left {
	width: 50%;
}

.top header .inner .left {
	width: auto;
}

header .inner .left .logo .img {
	width: 92px;
	margin-right: 1em;
}

.top header .inner .left .logo {
	/*display: none;*/
}

.top header .inner .left .logo .jp,
.top header .inner .left .logo .en {
	display: none;
}

header .inner .left .logo {
	display: flex;
	align-items: center;
}

header .inner .left .logo .text {
	color: #C67A7A;
	display: flex;
	align-items: center;
}

header .inner .left .logo .jp {
	font-size: max(1.2rem, 1.456vw);
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-right: 1em;
}

header .inner .left .logo .jp .big {
	font-size: max(1.8rem, 1.872vw);
}

header .inner .left .logo .en {
	font-family: "georgia", "georgiapro", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1em;
}

header .inner .right {
	display: flex;
	align-items: center;
}

header .btn_reserve {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 80px;
	border-radius: 2.625rem;
	position: relative;
}

.top header .btn_reserve {
	height: 85px;
}

header .btn_reserve:not(:first-child) {
	margin-left: 30px;
}

header .btn_reserve.red {
	background-color: #C67A7A;
	border: #C67A7A 1px solid;
	box-shadow: 0 5px 0 #EDD3D2;
}

header .btn_reserve.red:hover {
	background-color: #fff;
}

header .btn_reserve.red:hover .txt {
	color: #C67A7A;
}

header .btn_reserve.gold {
	background-color: #A19A69;
	border: #A19A69 1px solid;
	box-shadow: 0 5px 0 #F0EEE5;
}

header .btn_reserve.gold:hover {
	background-color: #fff;
}

header .btn_reserve.gold:hover .txt {
	color: #A19A69;
}

header .btn_reserve .img {
	width: 2.25rem;
}

header .btn_reserve .img img {
	width: 100%;
	aspect-ratio: 36/30;
}

header .btn_reserve .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	margin-left: 0.625em;
}

header .btn_reserve:hover {
	opacity: 1;
	transform: translateY(3px);
	box-shadow: 0 0 0 transparent;
	transition: 0.3s ease-in-out;
}

header .hamburger {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 70px;
	background-color: #C67A7A;
	z-index: 200;
	cursor: pointer;
}

header .hamburger .bar1,
header .hamburger .bar2 {
	position: absolute;
	left: 15px;
	width: 50px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

header .hamburger .bar1 {
	top: 16px;
}

header .hamburger .bar2 {
	top: 26px;
}

header .hamburger.active .bar1 {
	transform: translateY(6px) rotate(45deg);
}

header .hamburger.active .bar2 {
	transform: translateY(-4px) rotate(-45deg);
}

header .hamburger p {
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
}

header .toggle_menu {
	position: absolute;
	top: 0;
	right: -110vw;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	transition: 0.3s;
}

header .toggle_menu .lang {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #4B4B4B;
}

header .toggle_menu .lang ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	width: 100%;
	height: 70px;
}

header .toggle_menu .lang a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}

header .toggle_menu_main {
	position: relative;
	z-index: 1;
	background-color: #C67A7A;
	overflow-y: auto;
	height: 100vh;
	height: calc(100dvh - 70px);
}

.toggle_menu_main .l-container {
	padding: 60px 20px;
	width: 100%;
}

.toggle_menu_main .inner {
	display: flex;
	justify-content: space-between;
}

.toggle_menu_main .logo_block {
	width: 20%;
	display: flex;
	align-items: center;
	text-align: center;
}

.toggle_menu_main .logo_block a {
	color: #fff;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.toggle_menu_main .logo_block a img {
	width: 80%;
}

.toggle_menu_main .logo_block .ja {
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.toggle_menu_main .logo_block .ja .big {
	font-size: 2.25rem;
}

.toggle_menu_main .logo_block .en {
	font-family: "georgia", "georgiapro", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1em;
}

.toggle_menu_main .nav_block {
	width: 75%;
	display: flex;
}

.toggle_menu_main_item {}

.toggle_menu_main_item:not(:first-child) {
	margin-left: 55px;
}

.toggle_menu_main_item .menu_ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
}

.toggle_menu_main_item .plan li {
	margin-left: 1rem;
}

.toggle_menu_main_item .plan li:not(:first-child) {
	margin-top: 0.5rem;
}

.toggle_menu_main_item .plan li a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	color: #fff;
}

.toggle_menu_menu li:not(:first-child) {
	margin-top: 1.875rem;
}

header .toggle_menu.show {
	right: 0;
}



@media screen and (min-width:901px) {
	.top header .inner .left .logo .img {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 112px;
		height: 112px;
		background-color: #fff;
		border-radius: 50%;
		padding: 8px;
		box-shadow: 0px 0px 6px -2px #777777;
	}
}

@media screen and (max-width:1320px) {
	.toggle_menu_main_item .menu_ttl {
		font-size: 1.21vw;
	}

	.toggle_menu_main_item .plan li a {
		font-size: 1.06vw;
	}

	.toggle_menu_main .logo_block .ja {
		font-size: 2.12vw;
	}

	.toggle_menu_main .logo_block .ja .big {
		font-size: 2.72vw;
	}
}

@media screen and (max-width:1160px) {

	header,
	.top header {
		padding-left: 30px;
	}

	.top header .inner .left {
		width: auto;
	}

	header .inner .left .logo .text {
		display: block;
	}

	header .inner .left .logo .en {
		font-size: 0.75rem;
		margin-top: 0.2em;
		margin-left: 4em;
	}
}

@media screen and (max-width:1000px) {
	header .inner .left {
		width: auto;
	}

	header .inner .left .logo .text {
		display: none;
	}
}

@media screen and (max-width:900px) {
	header .inner .right {
		display: none;
	}

	header .inner .left .logo .img {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 76px;
		height: 76px;
		padding: 0;
		background-color: #fff;
		border-radius: 50%;
		padding: 4px;
		box-shadow: 0px 0px 6px -2px #777777;
	}

	header .inner .left .logo .img img {
		object-fit: contain;
	}

	header,
	.top header {
		background-color: transparent;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.top header {
		margin-top: 40px;
	}

	.toggle_menu_main .inner {
		display: block;
	}

	header .toggle_menu .lang ul {
		gap: 4.4vw;
	}

	header .toggle_menu .lang a {
		font-size: max(1.54vw, 0.625rem);
	}

	.toggle_menu_main .logo_block {
		width: 100%;
		text-align: center;
		margin: 0 auto 50px;
	}

	.toggle_menu_main .logo_block a {
		width: 200px;
		margin: 0 auto;
	}

	.toggle_menu_main .logo_block .ja {
		font-size: 1.75rem;
	}

	.toggle_menu_main .logo_block .ja .big {
		font-size: 2.25rem;
	}

	.toggle_menu_main .nav_block {
		width: 100%;
	}

	.toggle_menu_main_item .menu_ttl {
		font-size: max(1.54vw, 0.75rem);
	}

	.toggle_menu_main_item .plan li a {
		font-size: max(1.32vw, 0.625rem);
	}
}

@media screen and (max-width:500px) {
	header {
		position: absolute;
		padding-top: 10px !important;
		padding-left: 10px !important;
	}

	header .wrapper {
		display: block;
	}

	.hamburger {
		display: none;
	}

	.toggle_menu {
		display: none;
	}
}

.menu_sp {
	display: none;
}

.menu_sp_main {
	display: none;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	padding-bottom: 60px;
}

@media screen and (max-width:500px) {
	.menu_sp {
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		background-color: #fff;
		z-index: 200;
		transition: 0.3s;
		box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
	}

	.menu_sp ul {
		display: flex;
		height: 100%;
	}

	.menu_sp li {
		width: 20%;
		height: 100%;
		position: relative;
	}

	.menu_sp li a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.menu_sp .item:not(:first-child)::before {
		position: absolute;
		top: 50%;
		left: 0;
		content: '';
		width: 1px;
		height: 35px;
		background-color: #EDD3D2;
		transform: translateY(-50%);
	}

	.menu_sp .item img {
		position: absolute;
		bottom: 5px;
		left: 50%;
		display: block;
		height: 35px;
		margin: 0 auto;
		transform: translateX(-50%);
	}

	.menu_sp .ham {
		background-color: #C67A7A;
		position: relative;
	}

	.menu_sp .ham p {
		display: block;
		width: 100%;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.6875rem;
		font-weight: 400;
		letter-spacing: 0.1em;
		color: #fff;
		position: absolute;
		bottom: 5px;
		left: 0;
	}

	.menu_sp .ham .bar1,
	.menu_sp .ham .bar2 {
		position: absolute;
		left: 50%;
		width: 25px;
		height: 1px;
		background-color: #fff;
		transform: translateX(-50%);
		transition: 0.3s;
	}

	.menu_sp .ham .bar1 {
		top: 11px;
	}

	.menu_sp .ham .bar2 {
		top: 20px;
	}

	.menu_sp .ham.active .bar1 {
		transform: translateX(-50%) translateY(7px) rotate(45deg);
	}

	.menu_sp .ham.active .bar2 {
		transform: translateX(-50%) translateY(-2px) rotate(-45deg);
	}

	header .menu_sp_main {
		display: block;
		position: fixed;
		top: 0;
		right: -110vw;
		width: 100vw;
		height: 100vh;
		background-color: #C67A7A;
		padding: 42px 20px 60px;
		z-index: 150;
		transition: 0.3s;
	}

	.menu_sp_main nav {
		width: 100%;
	}

	.menu_sp_main nav ul {
		display: flex;
		flex-wrap: wrap;
	}

	.menu_sp_main nav li {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-top: #EDD3D2 1px solid;
	}

	.menu_sp_main nav li.half:nth-child(2n) {
		border-left: #EDD3D2 1px solid;
	}

	.menu_sp_main nav li:last-of-type {
		border-bottom: #EDD3D2 1px solid;
	}

	.menu_sp_main nav li.half {
		width: 50%;
	}

	.menu_sp_main nav li.full {
		width: 100%;
	}

	.menu_sp_main nav li a {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.875rem;
		font-weight: 500;
		color: #fff;
	}

	.menu_sp_main .btns {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 20px;
	}

	.menu_sp_main.show {
		right: 0;
	}
}

/*=============================
 FVスライダー(TOPページ)
==============================*/
.top .fv {
	width: 100%;
	height: 900px;
	position: relative;
	z-index: 35;
}

/* ズーム */
.top .fv .splide:not(.fv_navi) .splide__slide img {
	transition: 8s ease-out;
}

.top .fv .splide:not(.fv_navi) .splide__slide.is-active img {
	transform: scale(1.15);
	transition-delay: 0s;
}

/* スライドのサイズ調整 */
.top .fv .splide:not(.fv_navi) .splide__list {
	width: 100%;
	height: 900px;
}

.top .fv .splide:not(.fv_navi) .splide__slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.top .fv .splide:not(.fv_navi) .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.top .fv .splide__arrows {
	display: none;
}

.top .fv .fv_copy {
	width: 100%;
	text-align: center;
	font-size: 1.75rem;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.top .fv .fv_copy .big {
	display: inline-block;
	font-size: 2.25rem;
	margin-left: 0.3em;
}

.top .fv .fv_copy .en {
	display: inline-block;
	font-family: "georgia", "georgiapro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.875rem;
	margin-left: 1.7em;
}

.top .fv .splide__pagination {
	display: none;
}

.top .fv_navi {
	background-color: #C67A7A;
}

.top .fv_navi.splide:not(.is-overflow) .splide__list {
	justify-content: center;
}

.top .fv_navi .splide__slide {
	padding: 0 1em;
}

.top .fv_navi .splide__slide>a {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
}

.top .fv_navi .splide__track {
	overflow: visible;
}

.top .fv_navi .fv_navi_ch {
	position: relative;
	z-index: 2;
}

.top .fv_navi .fv_navi_ch>ul {
	border-top: 2px solid #fff2f2;
	position: absolute;
	top: 56px;
	left: 0;
	background-color: #C67A7A;
	min-width: 300px;
	padding: 15px 20px;
	font-size: 0.875rem;
	display: none;
}

.top .fv_navi .fv_navi_ch>ul li {
	padding: 0.5em;
}

.top .fv_navi .fv_navi_ch ul a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 1em;
}

.top .fv_navi .fv_navi_ch ul a::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:1100px) {
	.top .fv_navi {
		justify-content: flex-start;
	}
}

@media screen and (max-width:900px) {
	.top .fv {
		max-height: 550px;
		height: 100vw;
	}

	.top .fv .splide:not(.fv_navi) .splide__list {
		width: 100%;
		max-height: 550px;
		height: 100vw;
	}
}

@media screen and (max-width:500px) {
	.top .fv .fv_copy .en {
		display: block;
		margin-top: 0.5em;
	}

	.top .fv_navi ul li a {
		font-size: 14px;
	}
}

/*=============================
TOP H1
==============================*/

.top .fv h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5em 1em;
	background-color: #fff;
	color: #C67A7A;
	font-size: 10px;
	z-index: 2;
	font-family: "Noto Sans JP", sans-serif;
}

/*=============================
 FV（下層ページ）
==============================*/
.sub_fv {
	width: 100%;
	height: 507px;
	background-image: url(../img/fv_sub.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub_fv .fv_ttl {
	max-width: 90%;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	text-align: center;
	padding: 5px 35px;
	margin-top: 80px;
	/* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.sub_fv .fv_ttl .ja {
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #C67A7A;
}

.sub_fv .fv_ttl .en {
	font-family: "georgia", "georgiapro", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	color: #C67A7A;
	text-align: center;
}

@media screen and (max-width:900px) {
	.sub_fv {
		height: 405px;
	}

	.sub_fv .fv_ttl {
		margin-top: 0;
	}
}

@media screen and (max-width:500px) {
	.sub_fv {
		height: 240px;
	}

	.sub_fv .fv_ttl .ja {
		font-size: 1.5rem;
	}

}


.sub_fv_navi {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	overflow-x: hidden;
}

.sub_fv_navi__inner {
	overflow-x: auto;
	padding: 0 2em;
}

.sub_fv_navi ul {
	width: fit-content;
	font-size: 1rem;
	font-weight: 500;
	color: #4b4b4b;
	display: flex;
	column-gap: 2rem;
	justify-content: center;
}

.sub_fv_navi ul li a {
	font-family: "Noto Sans JP", sans-serif;
	color: #4b4b4b;
	white-space: nowrap;
	font-size: 14px;
}

@media screen and (max-width:1100px) {
	.sub_fv_navi {
		justify-content: flex-start;
		padding-left: 20px;
	}
}

@media screen and (max-width:500px) {
	.sub_fv_navi {
		height: 46px;
	}

	.sub_fv_navi__inner {
		padding: 0;
	}


	.sub_fv_navi ul li a {
		font-size: 12px;
	}
}


/*=============================
 パンくずリスト
==============================*/
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 27px;
	padding: 0 30px;
}

.breadcrumbs>span:not(:last-child) {
	font-weight: 700;
}

.breadcrumbs .gt {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-right: #C67A7A 4px solid;
	border-bottom: #C67A7A 4px solid;
	transform: rotate(-45deg);
	margin: 0 10px;
}

@media screen and (max-width:500px) {
	.breadcrumbs {
		font-size: 0.625rem;
		padding: 0 20px;
		margin-top: 17px;
	}

	.breadcrumbs .gt {
		width: 9px;
		height: 9px;
		border-right: #C67A7A 2px solid;
		border-bottom: #C67A7A 2px solid;
	}
}