@charset "utf-8";

@media only screen and (max-width:750px) {}
@media only screen and (max-width:375px) {} /* iPhoneSE 375px / iPhone12mini 360px */

/*************************************************

 index

*************************************************/


/* main_img01
-------------------------*/
.main_img01 {
	max-width: 140rem;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.main_img01 iframe {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


@media only screen and (min-width:751px) {
	.parts-firstarea__texts {
		max-width: 100rem;
		margin-left: auto;
		margin-right: auto;
	}
}


/* contents_wrap
-------------------------*/
.contents_wrap {
	max-width: 140rem;
	margin: 0 auto;
}


/* contents_flex
-------------------------*/
.contents_flex {
	margin-top: 17rem;
}
.contents_flex ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents_flex ul + ul {
	margin-top: 12rem;
}
.contents_flex ul:nth-child(even) {
	padding-left: 3rem;
}
.contents_flex ul:nth-child(odd) {
	padding-right: 3rem;
}
.contents_flex ul li.img_box {
	width: 47.8571%;
}
.contents_flex ul li.text_box {
	width: 46.3571%;
	display: flex;
}
.contents_flex ul li.text_box .in_text {
	align-self: center;
}
.contents_flex ul li.text_box .in_text .ttl_01 {
	position: relative;
	margin-bottom: 5rem;
	padding-bottom: 1rem;
	font-size: 2.6rem;
}
.contents_flex ul li.text_box .in_text .ttl_01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 0.2rem;
	content: '';
	background-color: #DACFAE;
}
.contents_flex ul li.text_box .in_text .ttl_01:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 0.2rem;
	content: '';
	background-color: #E3E3E0;
}
.contents_flex ul li.text_box .in_text .lead01 {
	font-size: 1.4rem;
}

@media only screen and (max-width:750px) {
	.contents_flex {
		margin-top: 12rem;
	}
	.contents_flex ul:nth-child(odd) {
		padding-right: 0;
	}
	.contents_flex ul:nth-child(even) {
		flex-wrap: wrap-reverse;
		padding-left: 0;
	}
	.contents_flex ul li.img_box,
	.contents_flex ul li.text_box {
		width: 100%;
	}
	.contents_flex ul li.text_box {
		padding: 3rem;
	}
	.contents_flex ul li.text_box .in_text .ttl_01 {
		margin-top: 4rem;
		font-size: 3rem;
	}
	.contents_flex ul li.text_box .in_text .lead01 {
		font-size: 2.2rem;
	}
}


/* contents_01
-------------------------*/
.contents_01 {
	position: relative;
	margin-top: 16rem;
	width: 100%;
	height: 64.4rem;
	background-image: url(../images/concept/bg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contents_01 .hotel_box {
	position: absolute;
	top: 50%;
	/* right: 5%; */
	left: 5%;
	content: '';
	max-width: 55rem;
	padding: 8rem 6.5rem;
	transform: translateY(-50%) translateX(-5%);
	background-color: #fff;
}
.contents_01 .hotel_box .ttl_02 {
	margin-bottom: 4rem;
	font-size: 2.6rem;
}
.contents_01 .hotel_box .lead02 {
	font-size: 1.4rem;
}

@media only screen and (max-width:750px) {
	.contents_01 {
		margin-top: 12rem;
		width: auto;
		height: auto;
		background: inherit;
	}
	.contents_01 .hotel_box {
		position: static;
		display: block;
		top: inherit;
		right: inherit;
		transform: inherit;
		max-width: inherit;
		padding: 7rem 3rem;
	}
	.contents_01 .hotel_box .lead02 {
		font-size: 2.2rem;
	}
}
























