@charset "utf-8";

/* pageOuter_wrap */
.scroll_fadeIn{
	opacity: 0;
	transition: opacity 2s ease-out;
}
.scroll_fadeIn.show{
	opacity: 1;
}
.pageOuter_wrap{
	background-attachment: fixed;
	aspect-ratio: 1920 / 1080;
	background-image: url(../images/top/siteBg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* pageWrap */
.pageWrap{
	background-color: #231815;
}

/* eyeCatch */
.eyeCatch{
	overflow: hidden;
	margin-bottom: 80px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.eyeCatch img:first-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: transform 6s ease;
}
.eyeCatch img.absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 2s ease 1.5s;
	width: 100%;
}
/* 光演出の擬似要素 */
.eyeCatch p.relative::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
	transform: skewX(-30deg);
	animation: shine 5s ease-out 1.2s 1;
	pointer-events: none;
	mix-blend-mode:overlay;
	z-index: 5;
}
@keyframes shine{
	0% {
		left: -75%;
	}
	100% {
		left: 125%;
	}
}
@media (max-width:500px){
	.eyeCatch{
		margin-bottom: 50px;
	}
}

/* mainTxt */
.mainTxt{
	margin-bottom: 80px;
}
.mainTxt>p{
	font-size: 1em;
	line-height: 3;
	color: #fff;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.mainTxt>p{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.mainTxt>p{
		font-size: 1em;
	}
}
@media (max-width:500px){
	.mainTxt{
		margin-bottom: 50px;
	}
	.under500{
		display: block;
	}
}

/* mainTxt */
.mainTxt{
	margin-bottom: 80px;
}
.mainTxt>p{
	font-size: 1em;
	line-height: 3;
	color: #fff;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.mainTxt>p{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.mainTxt>p{
		font-size: 1em;
	}
}
@media (max-width:500px){
	.mainTxt{
		margin-bottom: 50px;
	}
	.under500{
		display: block;
	}
}

.redevelopmentContent_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.redevelopmentContent{
	margin-bottom: 80px;
}
.redevelopmentContent_wrap>h3{
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	color: #7a6a56;
	padding:0.5em 1em;
	box-sizing: border-box;
	background: linear-gradient(90deg,#f5f1df 0%,#c9c7b9 100%);
	margin-bottom: 30px;
}
.mainArticle{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.mainArticle h4{
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 30px;
}
.mainImg_row{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.leftMap,
.rightMap{
	scale: 1.1;
}
.mainArticle p{
	font-size: 1em;
	line-height: 2;
	text-align: left;
}
@media (max-width:1200px){
	.redevelopmentContent_wrap>h3{
		font-size: 1.3em;
	}
	.mainArticle h4{
		font-size: 1.2em;
	}
	.mainArticle p{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.redevelopmentContent_wrap{
		width: 90%;
	}
	.redevelopmentContent_wrap>h3{
		font-size: 1.4em;
	}
	.mainImg_row{
		flex-direction: column;
	}
	.mainArticle h4 {
		font-size: 1.3em;
		margin-bottom: 0px;
	}
	.mainArticle p{
		font-size: 1em;
	}
	.leftMap,
	.rightMap{
		scale: 0.8;
		position: relative;
		z-index: 2;
	}
	.mainImg_row>p.mapImage{
		order: 1;
		scale: 1.2;
		margin-top: -35px;
	}
}
@media (max-width:500px){
	.redevelopmentContent_wrap>h3{
		font-size: 1.3em;
	}
}

.redevelopmentContent>.imgRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.redevelopmentContent>.imgRow>div{
	width: 48%;
}
.imgNotice{
	font-size: 0.75em;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: #000;
}
.imgNotice.white{
	color: #fff;
}
.redevelopmentContent>.imgRow>div.rightBox>p.txtBox{
	font-size: 0.9em;
	line-height: 1.6;
	padding: 0.5em 1em;
	box-sizing: border-box;
	color: #000;
	background-color: #e1d9c2;
	margin-top: 10px;
}
@media (max-width:1200px){
	.imgNotice{
		font-size: 0.7em;
	}
	.redevelopmentContent>.imgRow>div.rightBox>p.txtBox{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.redevelopmentContent>.imgRow>div{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.imgNotice{
		font-size: 0.75em;
	}
	.redevelopmentContent>.imgRow>div.rightBox>p.txtBox{
		font-size: 0.9em;
	}
	.redevelopmentContent>.imgRow>div.leftBox{
		margin-bottom: 30px;
	}
	.redevelopmentContent>.imgRow>div.rightBox{
		align-items: flex-end;
	}
	.redevelopmentContent>.imgRow>div>p,
	.imgRow>.leftBox>.imgRow{
		width: 90%;
	}
}

.redevelopmentContent>.pointTxt{
	margin-bottom: 50px;
}

.mb20{
	margin-bottom: 20px;
}
.imgRow>.leftBox>.imgRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.imgRow>.leftBox>.imgRow>p{
	width: 48%;
}
.spotName{
	display: block;
	font-size: 1em;
	padding: 0.25em 0 0 0;
	box-sizing: border-box;
}
@media (max-width:1200px){
	.spotName{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.spotName{
		font-size: 1em;
	}
}

.conclusionArea>ul{
	display:flex;
	margin-bottom: 80px;
}
.conclusionArea>ul>li{
	width:33.33%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.conclusionArea>ul>li:nth-child(1),
.slider li:nth-child(1){
	background-color: #00437c;
}
.conclusionArea>ul>li:nth-child(3),
.slider li:nth-child(3){
	background-color: #b28247;
}
.conclusionArea>ul>li>p{
	width: 70%;
}
.conclusionArea>p{
	font-size: 1.25em;
	line-height: 2;
	color: #fff;
	text-align: center;
	padding-bottom: 80px;
}
/* スライダー用のスタイル */
.sliderWrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.slider {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}
.slider li {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider li:nth-child(1) p,
.slider li:nth-child(3) p{
	width: 70%; /* 左右の画像：やや小さめ */
}
/* 矢印ボタン */
.prevArrow,
.nextArrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	font-size: 2rem;
	padding: 0.5em;
	cursor: pointer;
	z-index: 10;
}
.prevArrow {
	left: 10px;
}
.nextArrow {
	right: 10px;
}
.under1024{
	display: none;
}
@media (max-width:1200px){
	.conclusionArea>p{
		font-size: 1.15em;
	}
}
@media screen and (max-width: 1024px) {
	.under1024{
		display: block;
	}
	.conclusionArea>ul.over1024{
		display: none;
	}
}
@media (max-width:768px){
	.conclusionArea>p{
		font-size: 1.25em;
		padding-bottom: 50px;
	}
}
@media (max-width:500px){
	.conclusionArea>p{
		font-size: 1.15em;
	}
}