@charset "UTF-8";
/*
	Name: Atema - Satoyama Ju-Jo
	Author: Takumi Matsuyama
 */


.izumi_header .izumi_menu_list,
.izumi_footer_nav .nav_list {
	justify-content: flex-end;
}

.izumi_header .izumi_menu_list li,
.izumi_footer_nav .nav_list li {
	margin-left: 3rem;
}

@media only screen and (max-width: 796px) {
	.izumi_header .izumi_menu_list,
	.izumi_footer_nav .nav_list {
		justify-content: space-between;
	}

	.izumi_header .izumi_menu_list li,
	.izumi_footer_nav .nav_list li {
		margin-left: auto;
	}
}


.concept .feature .wrap {
	margin-top: 14.4rem;
}

.concept .feature .wrap .text_wrap {
	padding-top: 0;
	width: 37vw;
}

.concept .feature .wrap .text_wrap .sentence_wrap {
	padding-right: 3.5rem;
}

.concept .feature .wrap img {
	width: 42vw;
	height: fit-content;
}

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

	.concept .feature .img_wrap .visual_img {
		margin: auto;
		width: 100%;
	}

	.concept .feature .wrap {
		position: relative;
		margin-top: 6rem;
	}

	.concept .feature .wrap .text_wrap {
		margin-top: 30rem;
		width: 80%;
		
	}

	.concept .feature .wrap .text_wrap .sentence_wrap {
		padding: 0;
	}

	.concept .feature .wrap img {
		position: absolute;
		top: -12rem;
		right: 3.5rem;
		margin: auto;
		width: 60%;
		height: auto;
		order: -1;
	}

}


.room .floor .drawing_wrap .floor_map_wrap .floor_num {
	width: 100%;
}

.room .floor .drawing_wrap .floor_map_wrap .floor_num {
	width: 3rem;
}

.room .floor .drawing_wrap .floor_map_wrap .floor_img {
	display: block;
	margin: 4.2rem auto 0;
	width: 42rem;
}

.room .floor .drawing_wrap .floor_map_wrap .sentence {
	margin-top: 6rem;
	font-size: 1.3rem;
}

.room .floor .drawing_wrap .first_floor {
	width: 100%;
	border-right: none;
}

.room .floor .drawing_wrap .secend_floor,
.room .floor .drawing_wrap .third_floor {
	margin-top: 6rem;
	padding-top: 6rem;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

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

	.room .under_layer_header {
		padding-top: 8rem;
	}

	.room .floor .inner_wrap {
		width: 100%;
		overflow: hidden;
	}

	.room .floor .text_wrap {
		margin: auto;
		width: 80%;
	}

	.room .floor .drawing_wrap {
		margin-bottom: 6rem;
	}

	.room .floor .drawing_wrap .floor_map_wrap .floor_num {
		margin-left: 10%;
		width: 3rem;
	}

	.room .floor .drawing_wrap .floor_map_wrap .floor_img {
		display: block;
		margin: 4.2rem auto 0;
		width: 80%;
	}

	.room .floor .drawing_wrap .floor_map_wrap .sentence {
		margin: 3.5rem 10% 0;
		font-size: 1.1rem;
	}

	.room .floor .drawing_wrap .first_floor {
		border-bottom: none;
	}

	.room .floor .drawing_wrap .secend_floor,
	.room .floor .drawing_wrap .third_floor {
		margin-top: 3.5rem;
		padding-top: 4.8rem;
		width: 100%;
	}

	.room .floor .spec_list {
		margin: auto;
		width: 80%;
	}

}


.food {
	padding-bottom: 15rem;
}

.food .introduction_food .wrap {
	width: 48%;
}

.food .introduction_food {
	position: relative;
	padding-top: 15rem;
	padding-bottom: 15rem;
}

.food .introduction_food:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: auto;
	height: 1px;
	background-color: rgba(16, 19, 21, 0.15);
}

.food .introduction_food .title_wrap {
	width: 35vw;
}

.food .introduction_food .title_wrap h2 {
	margin: 3.5rem 0;
	font-size: 2.5rem;
	line-height: 1.75;
}

.food .introduction_food .title_wrap b {
	margin-bottom: 0.4rem;
	line-height: 1.5;
}

.food .introduction_food .title_wrap p {
	margin-bottom: 2.4rem;
	font-size: 1.5rem;
}

.food .introduction_food .img_wrap {
	width: 42vw;
	height: 63vw;
}

.food .introduction_food .title_wrap .caution {
	margin-top: 3.5rem;
	font-size: 1.3rem;
}

.food .kitchen .text_inner_wrap .caution {
	margin-top: 3.5rem;
	font-size: 1.3rem;
}

@media only screen and (max-width: 796px) {
	.food {
		padding-bottom: 7rem;
	}

	.food .introduction_food .wrap {
		width: 100%;
	}

	.food .introduction_food .wrap:last-of-type {
		margin-top: 2.4rem;
	}

	.food .introduction_food {
		padding-top: 7rem;
		padding-right: 4vw;
		padding-bottom: 4.8rem;
	}

	.food .introduction_food .title_wrap {
		margin: 4.8rem auto 0;
		width: calc(100vw - 16vw);
	}

	.food .introduction_food .title_wrap h2 {
		margin: 1.6rem 0 2.4rem;
		font-size: 2rem;
	}

	.food .introduction_food .title_wrap p {
		margin-bottom: 1.6rem;
		font-size: 1.3rem;
	}

	.food .introduction_food .img_wrap {
		margin: 3.5rem auto 0;
		width: calc(100vw - 16vw);
		height: 120vw;
	}

	.food .introduction_food .title_wrap .caution {
		margin-top: 3.5rem;
		font-size: 1.3rem;
	}

	.food .kitchen .text_inner_wrap .caution {
		margin-top: 1.6rem;
		font-size: 1.1rem;
	}
}


.access .introduction h2 {
	margin-bottom: 3.5rem;
}

.access .introduction .caution {
	font-size: 1.3rem;
}

@media only screen and (max-width: 796px) {
	.access .introduction .caution {
		font-size: 1.1rem;
	}

	.access .route .access_route_wrap .access_wrap {
		width: 100%;
	}

	.access .route .access_route_wrap .access_wrap:after {
		width: 4.8rem;
	}

	.access .route .access_route_wrap .access_route {
		margin: 3.5rem auto 0;
		width: 35vw;
	}

	.access .route .access_route_wrap:first-of-type .access_wrap .access_route li:nth-of-type(even),
	.access .route .access_route_wrap:last-of-type .access_wrap .access_route li:nth-of-type(even) {
		height: calc((35vw * 4 + 24vw + 2px) / 3);
	}

	.access .route .access_route_wrap:first-of-type .access_wrap .access_route li:nth-of-type(even) .arrow,
	.access .route .access_route_wrap:last-of-type .access_wrap .access_route li:nth-of-type(even) .arrow {
		width: calc((35vw * 4 + 24vw + 2px) / 3.5);
	}


}

