@charset "UTF-8";

/* mainv_block
----------------------------------------*/
.mainv_block {
	background-color: #fff;
	position: relative;
	aspect-ratio: 1440 / 784;
}
.mainv_block img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: none;
}

.mv {
	position: relative;
}

/* sub_copy
----------------------------------------*/
.sub_copy {
	padding: 80px 106px;
	text-align: center;
}
.sub_copy h3 {
	max-width: 38.1rem;
	margin: 0 auto;
}
.sub_copy h4 {
	font-size: 3rem;
	margin-top: 40px;
}
.sub_copy p {
	font-size: 1.4rem;
	margin-top: 41px;
	line-height: 2.28;
}
@media only screen and (max-width: 768px) {
	.sub_copy {
		padding: 20px 15px;
	}
	.sub_copy h3 {
		max-width: 15rem;
		margin-top: 50px;
	}
	.sub_copy h4 {
		font-size: 2.2rem;
		text-align: left;
	}
	.sub_copy p {
		text-align: left;
		margin-top: 10px;
		line-height: 2;
	}
}

/* sec01
----------------------------------------*/
.sec01 {
	position: relative;
}
.sec01 figure::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 18%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
	z-index: 1;
}
.sec01_ttl {
	color: #ffffff;
	text-shadow: 0 0 10px #00406C;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	top: 8.6rem;
	z-index: 2;
}
.sec01_ttl h3 {
	position: relative;
	display: inline-block;
	letter-spacing: 0.3em;
	line-height: 1.2;
	padding: 0 0 2.2rem 0.3em;
	margin-bottom: 0.5rem;
}
.sec01_content {
	display: flex;
	justify-content: flex-start;
  gap: 45px;
	align-items: center;
	column-gap: 3.5rem;
	color: #ffffff;
	text-shadow: 0 0 10px #00406C;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: calc(112 / 1440 * 100vw);
	padding-inline: 120px;
}
.sec01_content p {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-shadow: 0 0 10px #00406C;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.sec01_ttl {
		width: 100%;
		text-align: center;
		top: 3.6rem;
		padding-inline: 15px;
	}
	.sec01_inner {
		bottom: calc(60 / 430 * 100vw);
	}
	.sec01_inner h3 {
		font-size: clamp(3rem, 9.6vw, 4.2rem);
		letter-spacing: 0.15em;
		padding: 0 0 2.2rem 0.15em;
	}
	.sec01_content {
		flex-direction: column;
		padding-inline: 15px;
	}
	.sec01_content p {
		font-size: 1.4rem;
	}
	.sec01_content h4 {
		max-width: 30rem;
	}
}

/* sec02
----------------------------------------*/
.sec02 {
	background: url("../img/index/sec02_bg.jpg") center top;
	background-size: cover;
	padding-bottom: 100px;
	position: relative;
}
.sec02_bg {
	position: absolute;
	background: #ffffff;
	inset: 0;
	height: 84rem;
}
.sec02_inner {
	background: #ffffff;
	width: 1200px;
	border-radius: 20px;
	padding: 138px 100px 0;
	margin: 0 auto;
	position: relative;
}
.sec02_inner_02 {
	margin-top: 80px;
	padding: 80px 100px 80px;
}
.sec02_inner h3 {
	text-align: center;
	height: 60px;
	margin-bottom: 67px;
}
.sec02_inner h3 img {
	height: 47px;
}
.sec02_01 {
	display: flex;
	align-items: center;
}
.sec02_01 figure {
	flex: 1;
	margin-right: 6rem;
	max-width: 1000px;
}
.sec02_01 > div {
	width: 46rem;
	margin-right: 12rem;
}
.sec02_01 > div h4 {
	font-size: 3rem;
	margin-bottom: 30px;
}
.sec02_01 > div p {
	font-size: 1.4rem;
	line-height: 2.3;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.sec02_02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.sec02_02 > div:nth-of-type(2) {
	width: 450px;
}
.sec02_02 > div:nth-of-type(2) ul {
	display: flex;
	justify-content: space-between;
	column-gap: 18px;
}
.sec02_02 > div:nth-of-type(2) ul p {
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 3px 0 0;
}
.sec02_02 > div:nth-of-type(1) {
	width: 514px;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.sec02_02 > div:nth-of-type(1) figure:first-child {
	width: 450px;
}

@media only screen and (max-width: 768px) {
	.sec02 {
		padding-bottom: 60px;
	}
	.sec02_bg {
		height: 95rem;
		width: 94%;
		margin: 0 auto;
		border-radius: 10px;
	}
	.sec02_01 {
		flex-direction: column;
		padding-inline: 50px;
	}
	.sec02_01 figure {
		margin-right: 0;
	}
	.sec02_01 > div {
		width: 100%;
		margin-right: 0;
	}
	.sec02_inner {
		width: 94%;
		border-radius: 10px;
		padding: 60px 15px 0;
		margin: 0 auto 0;
		position: relative;
	}
	.sec02_inner_02 {
		padding: 10px 15px 30px;
	}
	.sec02_inner h3 {
		height: 25px;
		margin-bottom: 20px;
	}
	.sec02_inner h3 img {
		height: 25px;
	}
	.sec02_01 > div h4 {
		font-size: 2.2rem;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.sec02_01 > div p {
		font-size: 1.3rem;
		line-height: 2;
		margin-bottom: 20px;
	}
	.sec02_02 {
		display: block;
		margin: 40px 0 20px;
	}
	.sec02_02 > div:nth-of-type(2) {
		width: 100%;
	}
	.sec02_02 > div:nth-of-type(2) ul {
		column-gap: 15px;
	}
	.sec02_02 > div:nth-of-type(2) ul p {
		font-size: 0.9rem;
		line-height: 1.3;
		margin: 3px 0 0;
	}
	.sec02_02 > div:nth-of-type(1) {
		width: 100%;
		align-items: center;
		margin: 30px 0 0;
	}
	.sec02_02 > div:nth-of-type(1) figure:first-child {
		width: 90%;
		margin-bottom: 20px;
	}
	.sec02_02 figure img:nth-of-type(2) {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sec02_01 {
		padding-inline: 30px;
	}
}

/* sec03
----------------------------------------*/
.sec03 {
	background: url("../img/index/sec02_bg.jpg") center top;
	background-size: cover;
	padding-bottom: 100px;
	position: relative;
}
.sec03_bg {
	position: absolute;
	background: #ffffff;
	inset: 0;
	height: 55rem;
}
.sec03_inner {
	width: 1200px;
	background: #ffffff;
	border-radius: 20px;
	padding: 60px 100px 0;
	margin: 80px auto 0;
	position: relative;
}
.sec03_inner_02 {
	padding: 0 !important;
}
.sec03_inner h3 {
	text-align: center;
	height: 47px;
	margin-bottom: 67px;
}
.sec03_inner h3 img {
	height: 47px;
}
.sec03_01 {
	display: flex;
}
.sec03_01 figure {
	flex: 1;
	margin-right: 6rem;
	max-width: 1000px;
}
.sec03_01 > div {
	display: flex;
	flex-direction: column;
	width: 45rem;
	margin-right: 12rem;
}
.sec03_01 > div h4 {
	font-size: 3rem;
	margin-bottom: 30px;
}
.sec03_01 > div p {
	font-size: 1.4rem;
	line-height: 2.3;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.sec03_01 > div p + p {
	margin: auto auto 0 0;
}

.resort_block {
	margin: 80px 0 50px;
}
.resort_block ul {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	padding: 36px 100px 30px;
}
.resort_block ul div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 35px;
	flex: 1;
}
.resort_block ul li {
	width: 310px;
}
.resort_block ul li h4 {
	font-size: 3rem;
	margin-bottom: 10px;
}
.resort_block ul li h5 {
	font-size: 1.6rem;
	text-align: center;
	margin: 10px 0;
}
.resort_block ul li p {
	line-height: 2.28;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.resort_block ul li p small {
	font-size: 1rem;
	display: block;
	text-align: right;
}
.resort_block > p {
	padding: 0 100px 60px;
}

@media only screen and (max-width: 768px) {
	.sec03 {
		padding-bottom: 60px;
	}
	.sec03_bg {
		height: 95rem;
		width: 94%;
		margin: 0 auto;
		border-radius: 10px;
	}
	.sec03_01 {
		flex-direction: column;
		padding-inline: 50px;
	}
	.sec03_01 figure {
		margin-right: 0;
	}
	.sec03_01 > div {
		width: 100%;
		margin-right: 0;
	}
	.sec03_inner {
		width: 94%;
		border-radius: 10px;
		padding: 60px 15px 0;
		margin: 0 auto 0;
		position: relative;
	}
	.sec03_inner h3 {
		height: 25px;
		margin-bottom: 20px;
	}
	.sec03_inner h3 img {
		height: 25px;
	}
	.sec03_01 > div h4 {
		font-size: 2.2rem;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.sec03_01 > div p {
		font-size: 1.3rem;
		line-height: 2;
		margin-bottom: 10px;
	}

	.resort_block {
		margin: 40px 0 20px;
	}
	.resort_block ul {
		row-gap: 20px;
		column-gap: 20px;
		padding: 0 15px 30px;
		display: block;
	}
	.resort_block ul div {
		gap: 20px 0;
	}
	.resort_block ul > li {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.resort_block ul li {
		width: calc(50% - 10px);
	}
	.resort_block ul li h4 {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.resort_block ul li h5 {
		font-size: 1.4rem;
		margin: 10px 0;
	}
	.resort_block ul li p {
		line-height: 1.5;
		font-size: 1.3rem;
	}
	.resort_block > p {
		padding: 0 15px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.sec03_01 {
		padding-inline: 30px;
	}
}
