@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 60vw;
}
#ttl_txt img {
	width: 30vw;
	margin: 30px 0 0 50px;
}
#top_msg .msg_box {
	justify-content: center;
}
#top_msg .msg_box dl {
	border: 1px solid #000;
	border-radius: 50%;
	width: 220px;
	height: 220px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#top_msg .msg_box dt {
	font-size : 32px;
	line-height : 35px;
	color : #29B1F1;
	margin-bottom: 15px;
}
#top_msg .msg_box dl:nth-of-type(2) dt {
	color : #FEA3A4;
}
#top_msg .msg_box dl:nth-of-type(3) dt {
	color : #FCC878;
}
#top_msg .msg_box dl:nth-of-type(4) dt {
	color : #B7D771;
}
#top_msg .msg_box dl:nth-of-type(5) dt {
	color : #7080D3;
}
#top_msg .msg_box dd {
	font-size : 16px;
	line-height : 26px;
	font-weight: 500;
}
.bg02 {
	background: url("../img/top/bg02.png") no-repeat center center/cover;
}
#top_apartment {
	padding: 150px 0 180px;
}
#top_apartment .apartment_box {
	width: 1070px;
	margin: 0 auto;
}
#top_apartment .apartment_box .txt_box {
	width: 220px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#top_apartment .apartment_box .txt_box h3.sub {
	text-align: right;
}
#top_apartment .apartment_box .txt_box .btn01 a {
	text-align: left;
}
#top_apartment .apartment_box .img_box {
	width: 800px;
}
#top_available {
	background: url("../img/top/bg03.png") no-repeat top -50px right 100px/contain;
	padding-bottom: 370px;
}
#top_available .available_box {
	width: calc(100% - 200px);
	justify-content: flex-start;
}
#top_available .available_box .img_box {
	width: 55vw;
	margin-right: 50px;
}
#top_available .available_box .img_box img {
	width: 100%;
}
#top_available .available_box .txt_box {
	width: 260px;
	margin-top: 150px;
}
#top_info {
	background: #fffcd7;
	position: relative;
}
#top_info .txt {
	font-size : 20px;
	line-height : 30px;
	font-weight: 500;
}
#top_info .btn01 a {
	width: 260px;
	padding: 0 5px;
	justify-content: flex-start;
}
#top_info .btn01 a .maru {
	width: 50px;
	height: 50px;
	background: #fff79a;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
#top_info .btn01 a img {
	width: 28px;
}
#top_info .btn01 a .txt {
	position: relative;
	left: 15px;
	font-size : 23px;
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl img {
		width: 70vw;
	}
	#ttl_txt img {
		width: 20vw;
		margin: 50px 0 0 20px;
	}
	#top_msg .msg_box dl {
		width: 190px;
		height: 190px;
	}
	#top_msg .msg_box dt {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	#top_msg .msg_box dd {
		font-size: 16px;
		line-height: 1.2em;
	}
	#top_apartment {
		padding: 60px 0;
	}
	#top_apartment .apartment_box {
		width: 100%;
		flex-direction: column-reverse;
	}
	#top_apartment .apartment_box .img_box {
		width: 80%;
		margin: 0 auto 15px;
	}
	#top_apartment .apartment_box .txt_box {
		width: 100%;
	}
	#top_apartment .apartment_box .txt_box h3.sub {
		text-align: center;
	}
	#top_apartment .apartment_box .txt_box .btn01 {
		margin: 0 auto;
	}
	#top_available {
		padding: 0 15px;
		background: url(../img/top/bg03.png) no-repeat bottom center / cover;
	}
	#top_available .available_box {
		width: 100%;
	}
	#top_available .available_box .img_box {
		width: 80%;
		margin: 0 auto 15px;
	}
	#top_available .available_box .txt_box {
		width: 80%;
		margin: 0 auto;
	}
	#top_available .available_box .txt_box .btn01 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#top_info {
		padding: 0 20px;
	}
	#top_info .txt {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#ttl_txt img {
		width: 25vw;
		margin: 30px 0 0 10px;
	}
	#top_msg .msg_box dl {
		width: 155px;
		height: 155px;
		margin: 5px;
	}
	#top_msg .msg_box dt {
		font-size: 18px;
	}
	#top_msg .msg_box dd {
		font-size: 14px;
	}
	.bg02 {
		background: url(../img/top/bg02.png) no-repeat center right / cover;
	}
	#top_info .txt {
		font-size: 14px;
		font-family: var(--font-serif);
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_msg .msg_box dl {
		width: 135px;
		height: 135px;
		margin: 2px;
	}
	#top_msg .msg_box dd {
		font-size: 13px;
	}
}