@charset "UTF-8";

.pre-inc #intro,.pre-inc #point,.pre-inc #roomplan{
	font-family: "Noto Sans JP", sans-serif;
}
.pre-inc.layer .main_wrap{
	margin-top: 85px;
	position: relative;
	max-width: 1920px;
}
.pre-inc.layer .main_wrap .main_title{
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
	z-index: 2;
	text-shadow:0 0 20px rgba(0, 0, 0, 0.5),0 3px 2px rgba(0, 0, 0, 0.8);
	animation-name: fadeInUp;
}
.pre-inc.layer .main_wrap .ldk_tit{
	display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
	font-size: 50px;
	font-weight: bold;
}
.pre-inc.layer .main_wrap .ldk_tit i{
    font-size: 0.4em;
    line-height: 1;
    margin-right:0.5em;
}

.pre-inc.layer .main_wrap .main_img::after {
	display: none;
}
.pre-inc.layer .lifestage_mainvisual{
	opacity: 0;
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.5s;
}

/* intro */
.pre-inc #intro{
	padding: 50px 0 80px;
}
.pre-inc .intro_head p{
	font-size: clamp(15px,1.8vw,18px);
	line-height: 200%;
	text-align: center
}
.pre-inc .graphs{
  display: flex;
  justify-content: center;
  gap: 50px;
	margin-top: 50px;
}
.pre-inc .graph_note {
	margin-top: 30px;
	font-size: 13px;
	text-align: right;
}
.pre-inc .graph_note_img {
	margin: 30px auto 0;
	width: 75%;
	text-align: center;
}

/* point */
#point{
	background: #eae6d4;
	padding: 80px 0;
}
.pre-inc .point_head h2{
	font-size: 60px;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
	text-align: center;
}
.point_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point_contents .point_detail{
	width: 48.828125%;
}
.point_contents .point_detail .point_label{
	background: #b28184;
	color: #FFF;
	font-size: clamp(16px,2vw,24px);
	font-weight: 500;
	margin-bottom: 10px;
	padding: 2px 5px 5px;
	text-align: center;
}
.point_contents .point_detail p{
	text-align: center;
	margin-bottom: 15px;
}

/* roomplan */
#roomplan{
	padding: 70px 0 60px;
}
.pre-inc .roomplan_head{
	text-align: center;
	margin-bottom: 50px;
}
.pre-inc .roomplan_head h2{
	color: #e8e8e8;
	font-family: "futura-pt", sans-serif;
	font-size: clamp(50px,8vw,80px);
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
}
.pre-inc .roomplan_head .roomplan_label{
	font-size: 28px;
	font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: -50px;
  line-height: 130%;
}
.pre-inc .roomplan_tabs{
	width: 90%;
	max-width: 672px;
	margin: 0 auto 40px;
}
.pre-inc .roomplan_tabs ul{
	display: flex;
	justify-content: center;
	gap:30px; 
}
.pre-inc .roomplan_tabs ul li{
	font-family: "futura-pt", sans-serif;
	font-size: clamp(16px,2.4vw,24px);
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	display: block;
	text-align: center;
	width: calc(50% - 15px);
	padding: 10px;
	position: relative;
	cursor: pointer;
}
.pre-inc .roomplan_tabs ul li::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}
.pre-inc .roomplan_tabs ul li:hover::after,.pre-inc .roomplan_tabs ul li.active::after{
	height: 10px;
	bottom: -9px;
}
.pre-inc .roomplan_tabs ul li.fordinks{
	color: #6a9d56;
}
.pre-inc .roomplan_tabs ul li.fordinks::after{
	background: #6a9d56;
}
.pre-inc .roomplan_tabs ul li.forfamily{
	color: #cd6b2a;
}
.pre-inc .roomplan_tabs ul li.forfamily::after{
	background: #cd6b2a;
}
.pre-inc .roomplan_detail .roomtype{
	color: #FFF;
	font-family: "futura-pt", sans-serif;
	font-size: clamp(28px,4vw,40px);
	font-weight: 300;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 20px;
}
.pre-inc .roomplan_fordinks .roomtype{
	background: #6a9d56;
}
.pre-inc .roomplan_forfamily .roomtype{
	background: #cd6b2a;
}
.pre-inc .roomflex{
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}
.pre-inc .roomflex .roomflexleft{
	margin-top: -30px;
	width: 47.71784232365145%;
}
.pre-inc .roomflex .roomflexright{
	margin-top: 60px;
	width: 47.71784232365145%;
}
.pre-inc .roomplan_detail {
	display: none;
}
.pre-inc .roomplan_detail.active {
	display: block;
}
.pre-inc .roomplan_detail .roomflexleft .room_main{
	margin-bottom: 50px;
}
.pre-inc .roomplan_fordinks .roomflexleft .room_main{
	background: #6a9d56;
}
.pre-inc .roomplan_forfamily .roomflexleft .room_main{
	background: #cd6b2a;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner{
	color: #FFF;
	padding: 15px 30px 30px;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner .room_plan{
	font-size: clamp(24px,3.6vw,36px);
	margin-bottom: 20px;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner .room_plan strong{
	font-size: clamp(40px,5vw,60px);
	line-height: 0.8;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner .room_plan span.note{
	display: block;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner .floorinfo{
	font-size: clamp(24px,3.6vw,36px);
	margin-bottom: 5px;
	margin-top: -5px;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner .floorinfo strong{
	font-size: clamp(40px,5vw,60px);
	line-height: 1;
}
.pre-inc .roomplan_detail .roomflexleft .room_main .room_main_inner .floorinfo span{
	font-size: clamp(16px,2vw,24px);
}
.pre-inc .checkpoint_title{
	font-family: "futura-pt", sans-serif;
	font-size: clamp(20px,3vw,36px);
	line-height: 1;
	text-align: center;
}
.pre-inc .checkpoint_title strong{
	font-weight: 300;
	position: relative;
	padding-left: 40px;
}
.pre-inc .room_checkpoint li{
	position: relative;
}
.pre-inc .roomplan_fordinks .checkpoint_title{
	border-bottom: 1px solid #6a9d56;
	color: #6a9d56;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.pre-inc .roomplan_forfamily .checkpoint_title{
	border-bottom: 1px solid #cd6b2a;
	color: #cd6b2a;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.pre-inc .roomplan_fordinks .checkpoint_title strong::before{
	background: url("../img/lifestage/icon_check01.png") no-repeat;
	background-size: cover;
	content: "";
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
	left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pre-inc .roomplan_forfamily .checkpoint_title strong::before{
	background: url("../img/lifestage/icon_check02.png") no-repeat;
	background-size: cover;
	content: "";
	width: 31px;
	height: 31px;
	display: block;
	position: absolute;
	left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pre-inc .room_checkpoint ul li{
	padding-left: 1.5em;
	margin-bottom: 5px;
}
.pre-inc .room_checkpoint ul li::before{
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}
.pre-inc .room_checkpoint ul li:nth-child(1)::before{
	content: "❶";
}
.pre-inc .room_checkpoint ul li:nth-child(2)::before{
	content: "❷";
}
.pre-inc .room_checkpoint ul li:nth-child(3)::before{
	content: "❸";
}
.pre-inc .room_checkpoint ul li:nth-child(4)::before{
	content: "❹";
}
.pre-inc .room_checkpoint ul li:nth-child(5)::before{
	content: "❺";
}
.pre-inc .roomplan_fordinks ul li::before{
	color: #6a9d56;
}
.pre-inc .roomplan_forfamily ul li::before{
	color: #cd6b2a;
}
.pre-inc .roomright_head{
	font-size: clamp(24px,3vw,32px);
	text-align: center;
	margin-bottom: 80px;
}
.pre-inc .roomplan_fordinks .roomright_head{
	color: #6a9d56;
}
.pre-inc .roomplan_forfamily .roomright_head{
	color: #cd6b2a;
}
.pre-inc .planimg{
	text-align: center;
}
.pre-inc .roomplan_bottom{
	margin-top: 80px;
}
.pre-inc .roomplan_bottomflex{
	display: flex;
	justify-content: space-between;
}
.pre-inc .roomplan_bottomflex .otherpoint{
	width: 31.25%;
}
.pre-inc .roomplan_bottomflex .otherpoint .otherpoint_ttl{
	color: #FFF;
	text-align: center;
	padding: 2px 10px 5px;
}
.pre-inc .roomplan_fordinks .roomplan_tit{
	font-size:1.2em;
	color: #6a9d56;
	text-align:center;
	margin:0 auto 1em;
}
.pre-inc .roomplan_forfamily .roomplan_tit{
	font-size:1.2em;
	color: #cd6b2a;
	text-align:center;
	margin:0 auto 1em;
}
.pre-inc .roomplan_fordinks .roomplan_bottomflex .otherpoint .otherpoint_ttl{
	background: #6a9d56;
}
.pre-inc .roomplan_forfamily .roomplan_bottomflex .otherpoint .otherpoint_ttl{
	background: #cd6b2a;
}

@media screen and (max-width: 1115px) {
	.pre-inc.layer .main_wrap .main_title{
		font-size: 40px;
	}
	.pre-inc.layer .main_wrap .ldk_tit{
		font-size: 40px;
	}
}

@media screen and (max-width: 900px) {
	.pre-inc.layer .main_wrap .main_title{
		font-size: 24px;
	}
	.pre-inc.layer .main_wrap .ldk_tit{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.pre-inc.layer .main_wrap {
		margin-top: 0;
    height: 70vw;
		max-height: 300px;
  }
	.pre-inc .main_wrap{
		background: url("../img/lifestage/main_img.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	.pre-inc .main_wrap img{
		max-width: none;
		display: none;
	}
	.pre-inc .main_wrap .cap_wb{
		right: 0.8em;
        bottom: -24.5em;
	}
	.pre-inc.layer .main_wrap .main_title {
		font-size: 24px;
		font-weight: bold;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: inline-table;
	}
	.pre-inc .graphlist{
		margin-top: 30px;
	}
	.pre-inc .graphs {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0px;
		margin:0 auto;
	}
	.pre-inc .graphs .graph{
		width: 48%;
		margin-bottom: 20px;
	}
	.pre-inc .graph_note {
		text-align: left;
	}
	.pre-inc .graph_note_img {
		width: 100%;
	}
	#point {
		background: #eae6d4;
		padding: 60px 0 40px;
	}
	.pre-inc .point_contents .point_detail {
		width: 100%;
		margin-bottom: 30px;
	}
	.pre-inc .roomflex {
		padding: 0 ;
		flex-wrap: wrap;
	}
	.pre-inc .roomflex .roomflexleft {
		margin-top: 10px;
		width: 100%;
	}
	.pre-inc .roomflex .roomflexright {
		margin-top: 30px;
		width: 100%;
	}
	.pre-inc .roomplan_detail .roomflexleft .room_main {
		margin-bottom: 30px;
	}
	.pre-inc .roomplan_detail  .checkpoint_title {
		padding-bottom: 10px;
	}
	.pre-inc .room_checkpoint ul li {
		padding-left: 1.75em;
		margin-bottom: 5px;
	}
	.pre-inc .roomright_head {
		margin-bottom: 40px;
	}
	.pre-inc .roomplan_bottom {
		margin-top: 30px;
	}
	.pre-inc .roomplan_bottomflex {
		flex-wrap: wrap;
		max-width: 320px;
		margin: 0 auto;
	}
	.pre-inc .roomplan_bottomflex .otherpoint {
		width: 100%;
		margin-bottom: 15px;
	}
}

