@charset "utf-8";


/**/
.mv{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.mv img{
	width: 50%;
}
@media (min-width: 768px){
	.mv img{
		width: 25%;
	}
}
.locIllust01{
	mix-blend-mode: multiply;
}

.locIllust01{
	width: 100%;
	height:calc(100vw + 15px);
	overflow-y:hidden;
	overflow-x:scroll;
	margin: 0 auto 20px;
}
.locIllust01 img{
	height:100vw;
	width:141vw;
	max-width:none;
}
@media (min-width:768px) {
	.locIllust01{
		width: 100%;
		max-width: 1100px;
		height:auto;
		overflow:hidden;
		margin: 0 auto;
	}
	.locIllust01 img{
		width:100%;
		height:auto;
		max-width:100%;
	}
}

/**/

/**/
.miyoshi01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.miyoshi01 img{
	width: 33%;
}
/**/

.close_btn{
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 1.4rem;
	background-color: #796A56;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	position: relative;
}
.close_btn::before,
.close_btn::after{
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #fff;
	left: 5px;
	top: 50%;
}
.close_btn::before{
	transform: rotate(45deg);
}
.close_btn::after{
	transform: rotate(-45deg);
}




/*アコーディオンPC/SP表示*/
.miyoshi02sp{
	display: block;
}
.miyoshi02pc{
	display: none;
}
@media (min-width:768px) {
	.miyoshi02sp{
		display: none;
	}
	.miyoshi02pc{
		display: block;
	}
}
/**/
/*アコーディオンSP*/
.miyoshi02sp{}
.miyoshi02sp .bnr{
	margin-bottom: 10px;
}
.accontentsp{
	background-color: #F7F7F7;
	padding: 30px 0 30px;
}
.accontentsp{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: stretch;
}
.accontentsp .ttlfix{
	width: 15%;
	left:0;
	top: 60px;
	writing-mode: vertical-rl;
	position: sticky;
	position:-webkit-sticky; 
	height: 400px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.accontentsp .ttlfix .en{
	font-size: 2rem;
	font-family: "Times New Roman", serif;
	margin-bottom: 0.5em;
	color: #796A56;
}
.accontentsp .ttlfix .jp{
	font-size: 1.3rem;
}
.accontentsp .wrap01{
	width: 80%;
}
/*History*/
/*遊歩道が巡る計画的な住宅都市 三好ケ丘*/
.historysp .ttl01{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.historysp .ttl01 .txt01{
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: left;
	margin-right: 5px;
}
.historysp .ttl01 .txt02{
	font-size:2.8rem;
	text-align: left;
}
/*ART*/
.historysp .ttl02{
	margin-bottom: 10px;
}
.historysp .ttl02 .txt01{
	font-size:3rem;
	line-height: 1.2;
	font-family: "Times New Roman", serif;
	text-align: left;
}
.historysp .ttl02 .txt02{
	font-size: 1.4rem;
	text-align: left;
}


/*Wellness*/
.wellnesssp .img01{
	width: 80%;
	margin: 0 auto 20px;
}
.wellnesssp .img01 figcaption,
.wellnesssp .img02 figcaption{
	margin-top: 5px;
	text-align: left;
	font-size: 1.2rem;
}

.wellnesssp .img02{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.wellnesssp .img02 > *{
	width: 48%;
}

.wellnesssp .art{
	border: 1px solid rgba(0,0,0,0.5);
	padding: 20px;
	text-align: left;
	margin-bottom: 40px;
}


/*Child*/
.childsp .ttl01{
	background-color: #757087;
	font-size: 1.5rem;
	padding: 3px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.childsp .txt01{
	font-size: 1.1rem;
	color: #932531;
	text-align: left;
}
.childsp .ttl02{
	font-size: 1.3rem;
	color: #932531;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}




/*アコーディオンPC*/
.miyoshi02pc .bnrwrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.miyoshi02pc .bnrwrap > div{
	width: 33%;
}

.accontentpc{
	background-color: #fff;
	padding: 40px;
	width: 680px;
	margin: 30px auto 0;
	border: 1px solid rgba(0,0,0,0.5);
}
.accontentpc .ttlfix{
}
.accontentpc .ttlfix .en{
	font-size: 2.2rem;
	letter-spacing: 0.3em;
	font-family: "Times New Roman", serif;
	margin-bottom: 0.5em;
	color: #796A56;
}
.accontentpc .ttlfix .jp{
	font-size: 1.3rem;
}
/*History*/
/*遊歩道が巡る計画的な住宅都市 三好ケ丘*/
.historypc .ttl01{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.historypc .ttl01 .txt01{
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: left;
	margin-right: 5px;
}
.historypc .ttl01 .txt02{
	font-size:4.5rem;
	text-align: left;
}
/**/
.historypc .imgwrap01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.historypc .imgwrap01 .img01{
	width: calc(325% / 6);
}
.historypc .imgwrap01 .img02{
	width: calc(260% / 6);
}
/*ART*/
.historypc .ttl02{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.historypc .ttl02 .txt01{
	font-size:5.7rem;
	line-height: 1.2;
	font-family: "Times New Roman", serif;
	text-align: left;
	margin-right: 10px;
}
.historypc .ttl02 .txt02{
	font-size: 1.7rem;
	text-align: left;
}
.historypc .art01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.historypc .art01 .art01_01{
	width: calc(335% / 6);
}
.historypc .art01 .art01_02{
	width: calc(240% / 6);
}
.historypc .art01 .art01_02 .txt12{
	line-height: 1.6;
}


/*Wellness*/
.wellnesspc .imgwrap01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.wellnesspc .imgwrap01 figure{
	width: 30%;
}
.wellnesspc .imgwrap01 figcaption,
.wellnesspc .imgwrap02 figcaption{
	margin-top: 5px;
	text-align: left;
	font-size: 1.2rem;
}

.wellnesspc .wellness01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.wellnesspc .wellness01 .imgwrap02{
	width: calc(200% / 6);
}
.wellnesspc .wellness01 .art{
	width: calc(380% / 6);
}

.wellnesspc .art{
	border: 1px solid rgba(0,0,0,0.5);
	padding: 20px;
	text-align: left;
}


/*Child*/
.childpc .wrap01{
	width: 360px;
	margin: 0 auto 40px;
}
.childpc .ttl01{
	background-color: #757087;
	font-size: 1.5rem;
	padding: 3px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.childpc .txt01{
	font-size: 1.1rem;
	color: #932531;
	text-align: left;
}
.childpc .ttl02{
	font-size: 1.3rem;
	color: #932531;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 10px;
}
.childpc .wrap02{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.childpc .wrap02 figure{
	width: calc(190% / 3.6);
}
.childpc .wrap02 p{
	width: calc(150% / 3.6);
}

.childpc .wrap03{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.childpc .wrap03 p{
	width: 54%;
}
.childpc .wrap03 figure{
	width: 44%;
}




/*MIYOSHIGAOKA LIFE*/
.lifeNav01{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 40px;
}
.lifeNav01 a{
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	text-decoration: none;
}
.lifeNav01 a.park{background-color: #BCB4AA;}
.lifeNav01 a.shop{background-color: #D8C0A2;}
.lifeNav01 a.edu{background-color: #BFA790;}
.lifeNav01 a.park.current{background-color: #796A56;}
.lifeNav01 a.shop.current{background-color: #B28146;}
.lifeNav01 a.edu.current{background-color: #804F21;}

@media (min-width:768px) {
	.lifeNav01{
		display: flex;
		max-width: 1000px;
		justify-content: space-between;
	}
	.lifeNav01 a{
		width: 32%;
		font-size: clamp(2rem,2.6vw,2.6rem);
		line-height: 1.2;
		padding: 15px;
		margin-bottom: 0;
	}
}

/*w1400px * h1100px*/
.lifeMap01{
	width: 100%;
	height:calc(100vw + 15px);
	overflow-y:hidden;
	overflow-x:scroll;
	margin: 0 auto 20px;
}
.lifeMap01.park img{
	height:100vw;
	width:126vw;
	max-width:none;
}
.lifeMap01.shopping img{
	height:100vw;
	width:167vw;
	max-width:none;
}
.lifeMap01.education img{
	height:100vw;
	width:245.6vw;
	max-width:none;
}
@media (min-width:768px) {
	.lifeMap01{
		width: 100%;
		height:auto;
		overflow:hidden;
		margin: 0 auto;
	}
	.lifeMap01.park img,
	.lifeMap01.shopping img,
	.lifeMap01.education img{
		width:100%;
		height:auto;
		max-width:100%;
	}
}
/**/

/**/

/*コピー・タイトルまわり*/
.lifeCopy01{
	font-size: clamp(2.2rem,3.8vw,3.8rem);
	margin-bottom: 1em;
	line-height: 1.5;
}
.lifeTtl01{
	font-size: clamp(2.4rem,3.8vw,3.8rem);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	margin-bottom: 20px;
	font-weight: normal;
}
.lifeTtl01.park{
	color: #796A56;
}
.lifeCopy01.shopping,
.lifeTtl01.shopping{
	color: #B28146;
}
.lifeCopy01.education,
.lifeTtl01.education{
	color: #804F21;
}
.lifeTtl02{
	font-size: clamp(1.6rem,2.4vw,2.4rem);
	margin-bottom: 20px;
	font-weight: normal;
	background-color: #C79F62;
	color: #C79F62;
}
/**/

/*リスト*/
.lifeList01{
	font-size: clamp(1.4rem,1.8vw,1.8rem);
}
.lifeList01 dt{
	text-align: left;
}
.lifeList01 dd{
	text-align: left;
	margin-bottom: 10px;
}
@media(min-width: 768px){
	.lifeList01{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		font-size: clamp(1.4rem,1.8vw,1.8rem);
	}
	.lifeList01 dt{
		text-align: left;
		width: 50%;
	}
	.lifeList01 dd{
		text-align: right;
		width: 50%;
		margin-bottom: 0;
	}
}

/*ユニット*/
.lifeUnit01{
	margin-bottom: 40px;
}
.lifeUnit01 .img01{
	margin-bottom: 10px;
}
.lifeUnit01 .ttlwrap01{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.lifeUnit01 .ttlwrap01 .num{
	background-color: #796A56;
	color: #fff;
	border-radius: 1em;
	font-size: clamp(1.3rem,1.8vw,1.8rem);
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	width: clamp(1.8rem,2.7vw,2.7rem);
	height: clamp(1.8rem,2.7vw,2.7rem);
}
.lifeUnit01 .ttlwrap01 .ttl{
	font-size: clamp(2rem,3vw,3rem);
	font-feature-settings: "palt";
	margin-right: 5px;
}
.lifeUnit01 .ttlwrap01 .ttl02{
	font-size: clamp(1.6rem,2.5vw,2.5rem);
	font-feature-settings: "palt";
	margin-right: 5px;
}
.lifeUnit01 .ttlwrap01 .time{
	font-size: clamp(1.2rem,1.6vw,1.6rem);
	font-feature-settings: "palt";
}
.lifeUnit01 .txt01{
	text-align: left;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
}

/*PCflex*/
@media (min-width:768px) {
	.lifeUnit01.flex01{
		display: flex;
		justify-content: space-between;
	}
	.lifeUnit01.flex01.rvs{
		flex-direction: row-reverse;
	}
	.lifeUnit01.flex01 .img01{
		width: 50%;
	}
	.lifeUnit01.flex01 .txtwrap{
		width: 47%;
	}
}
/**/

/**/
.lifeUnit02{
	margin-bottom: 40px;
}
.lifeUnit02 .ttlwrap01{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.lifeUnit02 .ttlwrap01 .num{
	background-color: #B28146;
	color: #fff;
	border-radius: 1em;
	font-size: clamp(1.5rem,2vw,2rem);
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	width: 1.8em;
	margin-right: 0.5em;
}
.lifeUnit02 .ttlwrap01 .ttl{
	font-size: clamp(2rem,3vw,3rem);
	font-feature-settings: "palt";
	margin-right: 5px;
}
.lifeUnit02 .ttlwrap01 .time{
	font-size: clamp(1.2rem,1.6vw,1.6rem);
	font-feature-settings: "palt";
}
.lifeUnit02 .img01{
	margin-bottom: 10px;
}
.lifeUnit02 .txt01{
	text-align: left;
	font-size: clamp(1.4rem,1.8vw,1.8rem);
}
@media (min-width:768px) {
	.lifeUnit02 .flex01{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.lifeUnit02 .flex01 .img01{
		width: 60%;
	}
	.lifeUnit02 .flex01 .txtwrap{
		width: 37%;
	}
	.lifeUnit02 .txt02{
		text-align: left;
		font-size: clamp(1.4rem,1.8vw,1.8rem);
	}
}
/**/


/**/
.lifeUnit03{
	position: relative;
}
.lifeUnit03 .img01{}
.lifeUnit03 .ttlwrap01{
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.lifeUnit03 .ttlwrap01 .num{
	background-color: #B28146;
	color: #fff;
	border-radius: 1em;
	font-size: clamp(1rem,1.4vw,1.4rem);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.8em;
	height: 1.8em;
	margin-right: 3px;
	line-height: 1.5;
}
.cafe .lifeUnit03 .ttlwrap01 .num{
	background-color: #C79F62;
}
.lifeUnit03 .ttlwrap01 .ttl{
	font-size: clamp(1.4rem,2vw,2rem);
	font-feature-settings: "palt";
	margin-right: 5px;
	line-height: 1.5;
}
.lifeUnit03 .ttlwrap01 .time{
	font-size: clamp(1rem,1.2vw,1.2rem);
	font-feature-settings: "palt";
	line-height: 1.5;
}
.lifeUnit03 .ttlwrap02{
	font-size: clamp(1.2rem,1.6vw,1.6rem);
	font-feature-settings: "palt";
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lifeUnit03 .ttlwrap02 .icon{
	width: 30px;
	margin-left: 5px;
}


































