@charset "UTF-8";

/* main
----------------------------------------*/
main {
	background: url(../img/common/bg_01.png);
}

/* mainv_block
----------------------------------------*/
.mainv_block img {
	display: block;
	margin: 0 auto;
}
.mainv_block figure img {
	width: 100%;
	animation: fadein 2s forwards; /*アニメ―ション設定*/
}
/*フェイドインアニメ―ション設定*/
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.mainv_sp_img {
	display: none;
}
.mainv_txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	text-align: center;
}
.mainv_txt h2 {
	font-size: 2.4rem;
	letter-spacing: .14em;
	color: #bba058;
	margin-bottom: 16px;
}
.mainv_txt h2 span {
	font-size: 3.5rem;
}
.mainv_txt p {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
}
@media only screen and (max-width: 1350px) {
	.mainv_txt h2 {
		font-size: 1.777vw;
		margin-bottom: 1.185vw;
	}
	.mainv_txt h2 span {
		font-size: 2.592vw;
	}
	.mainv_txt p {
		font-size: 1.185vw;
	}
}
@media only screen and (max-width: 1100px) {
	.mainv_txt h2 {
		font-size: 2rem;
		margin-bottom: 13px;
	}
	.mainv_txt h2 span {
		font-size: 2.9rem;
	}
	.mainv_txt p {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 768px) {
	.mainv_block {
		background: url(../img/index/bg_mainv_sp.jpg) no-repeat center center / cover;
	}
	.mainv_txt {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
		padding: 38px 5% 23px;
	}
	.mainv_txt h2 {
		font-size: 1.8rem;
		margin-bottom: 16px;
		letter-spacing: .05em;
	}
	.mainv_txt h2 span {
		font-size: 2.5rem;
	}
	.mainv_txt p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: .05em;
		text-align: left;
	}
	.mainv_txt p + p {
		margin-top: 19px;
	}
	/*.mainv_block figure {display: none;}*/
	.mainv_pc_img {
		display: none;
	}
	.mainv_sp_img {
		display: block;
	}
}

/* information_block
----------------------------------------*/
.information_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #fff;
}
.information_ttl {
	width: 19.833%;
	background: #ef5286;
	color: #fff;
	text-align: right;
	padding: 25px 40px 25px 0;
}
.listbutton_pc {
	margin-top: 20px;
}
.listbutton_pc a {
	width: 90px;
	background: #fff;
	color: #ef5286;
	padding: 5px 10px;
	border-radius: 30px;;
}
.listbutton_sp {
	display: none;
}
.information_block h2 {
	display: inline-block;
	text-align: left;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
}
.information_block h2 span {
	display: block;
	font-size: 1.1rem;
	letter-spacing: .07em;
	margin-top: -1px;
}
.information_block ul {
	width: 80.167%;
	background: #fff;
	padding: 21px 35px 28px;
}
.information_block ul li + li {
	margin-top: 20px;
}
.information_block a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.information_block .information_date {
	font-size: 1.7rem;
	letter-spacing: .05em;
	font-weight: 500;
	margin-bottom: 5px;
	display: none;	/* お知らせ日付非表示 */
}
.information_block ul li .information_txt {
	font-weight: bold;
	letter-spacing: .02em;
	text-decoration: underline;
}
.information_block a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.information_block {
		display: block;
	}
	.information_ttl {
		width: auto;
		text-align: center;
		padding: 10px 5%;
	}
	.information_block h2 {
		display: block;
		text-align: center;
	}
	.information_block ul {
		width: auto;
		padding: 21px 5% 28px;
	}
	.information_block a:hover {
		opacity: 1;
	}
	.listbutton_pc {
		display: none;
	}
	.listbutton_sp {
		display: block;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	.listbutton_sp a {
		width: 90px;
		background: #ef5286;
		color: #fff;
		padding: 5px 10px;
		border-radius: 30px;;
	}
}

/* about_block
----------------------------------------*/
.about_block {
	text-align: center;
	padding: 29px 20px 0;
}
.about_block h2 {
	font-size: 2.4rem;
	letter-spacing: .14em;
	color: #bba058;
	margin-bottom: 19px;
}
.about_block h2 span {
	font-size: 3.5rem;
}
.about_block p {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .1em;
}
.about_block p + p {
	margin-top: 19px;
}
@media only screen and (max-width: 768px) {
	.about_block {
		padding: 29px 5% 0;
	}
	.about_block h2 {
		font-size: 1.8rem;
		letter-spacing: .05em;
	}
	.about_block h2 span {
		font-size: 2.5rem;
	}
	.about_block p {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: .05em;
		text-align: left;
	}
}

/* public-space
----------------------------------------*/
.flow_ttl {
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 9px;
}
.flow_ttl::before {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background: #000;
}
.flow_ttl span {
	display: inline-block;
	background: #fffcf7;
	padding-right: 12px;
}
.public-space_block {
	background-color: #fffcf7;
	padding-top: 10px;
	padding-bottom: 40px;
}
.public-space_floor {
	width: 1040px;
	margin: 48px auto 91px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.public-space_floor_composition {
	width: 920px;
	margin: -5px auto 0 auto;
}
.public-space_floor_composition h2 {
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-bottom: 14px;
}
.public-space_floor_composition dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.public-space_floor_composition dl dt {
	width: 130px;
	min-height: 65px;
	/* min-height: 75px; */
	font-size: 1.6rem;
	font-weight: bold;
	background: #757575;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.public-space_floor_composition dl dd {
	width: calc(100% - 130px);
	background: #bacf95;
	margin-bottom: 15px;
	padding: 5px 10px 5px 49px;
	font-size: 1.6rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .05em;
}

.public-space_floor_composition dl dd::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	transition: right .3s;
}

dd.lease-area {
	background: #dfd1ab;
}

/*dd.public-area {
	background: #bacf95;
}*/

.public-space_floor_composition dl dd span {
	font-size: 1.4rem;
	background: #5a8c03;
	color: #fff;
	letter-spacing: -.01em;
	margin-left: 5px;
	padding: 2px 8px;
	border-radius: 5px;
	display: inline-block;
	font-weight: normal;
}
.public-space_floor_composition + .public-space_item {
	order: -1;
}
.public-space_item {
	width: 320px;
	margin-bottom: 45px;
}
.public-space_item:nth-child(2) {
	margin-bottom: 69px;
}
.public-space_item h3,
.public-space_item_txt h3 {
	font-size: 1.8rem;
	margin: 22px 0 10px;
	letter-spacing: .05em;
}
.public-space_item_txt h3 {
	margin-top: 0;
}
.public-space_item h3 span {
	letter-spacing: -.03em;
}
.public-space_item p,
.public-space_item_txt p {
	line-height: 1.75;
	letter-spacing: .03em;
}
.public-space_item_txt {
	width: 100%;
	margin-top: -23px;
}

@media only screen and (max-width: 768px) {
	.flow_ttl {
		font-size: 2rem;
		letter-spacing: .05em;
		margin-bottom: 9px;
	}
	.flow_ttl::before {
		content: "";
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		background: #000;
	}
	.flow_ttl span {
		display: inline-block;
		background: #fffcf7;
		padding-right: 12px;
	}
	.public-space_floor {
		width: auto;
		margin: 35px 5% 91px;
		display: block;
	}
	.public-space_floor_composition {
		width: auto;
		margin: 0 0 20px;
	}
	.public-space_floor_composition dl dt {
		width: 80px;
		height: auto;
		font-size: 1.5rem;
	}
	.public-space_floor_composition dl dd {
		width: calc(100% - 80px);
		padding: 10px 30px 10px 20px;
		font-size: 1.5rem;
	}
	.public-space_floor_composition dl dd span {
		font-size: 1.3rem;
	}
	.public-space_item {
		width: 100%;
		margin-bottom: 40px;
	}
	.public-space_item figure:first-child:last-child {
		margin-bottom: -25px;
	}
	.public-space_item figure img {
		width: 100%;
	}
	.public-space_item:nth-child(2) {
		margin-bottom: 40px;
	}
	.public-space_item h3,
	.public-space_item_txt h3 {
		margin: 10px 0 10px;
	}
	.public-space_item_txt {
		margin-top: -30px;
	}
	.public-space_btn {
		padding: 25px 5%;
	}
	.public-space_btn a {
		width: 100%;
		max-width: 400px;
	}
}

/* reception_block
----------------------------------------*/
.reception_block {
	border: 2px solid #b89c50;
	background-color: #ffffff;
	margin-top: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 47px 48px 34px 44px;
	max-width: 1040px;
	margin: 0px auto 0;
}
.reception_txt {
	width: calc(100% - 400px);
	margin-top: -4px;
}
.reception_txt p {
	line-height: 1.75;
	letter-spacing: .1em;
}
.reception_txt a[href^="tel:"] {
	pointer-events: none;
}
.reception_txt h3 {
	font-size: 2rem;
	margin: 0 0 5px;
	letter-spacing: .055em;
}
.reception_bnr {
	width: 400px;
}
.reception_bnr a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.reception_bnr a:hover {
	opacity: .6;
}
.reception_bnr img {
	display: block;
}
@media only screen and (max-width: 768px) {
	.reception_block {
		margin-top: 30px;
		display: block;
		padding: 20px 5%;
	}
	.reception_txt {
		width: auto;
		margin-top: 0;
	}
	.reception_txt p {
		line-height: 1.6;
		letter-spacing: .05em;
	}
	.reception_txt a[href^="tel:"] {
		pointer-events: auto;
	}
	.reception_txt h3 {
		font-size: 1.8rem;
		letter-spacing: .05em;
	}
	.reception_bnr {
		width: auto;
		margin-top: 15px;
	}
	.reception_bnr a:hover {
		opacity: 1;
	}
}

/* menu_block
----------------------------------------*/
.menu_block {
	margin: 37px 0 0;
	padding-bottom: 34px;
}
.menu_block ul {
	width: 1040px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu_block li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 48.919%;
	margin: 0 0 22px 1.9715%;
}
.menu_block li:nth-child(2n+1) {
	margin-left: 0;
}
.menu_block li a {
	display: block;
	width: 100%;
	padding: 25px 31px 23px;
	background: rgba(255,255,255,.95);
	border: 2px solid #bba058;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.menu_block li a figure img {
	display: block;
	margin: 0 auto;
}
.menu_block h2 {
	text-align: center;
	font-size: 2.05rem;
	font-weight: 500;
	margin: 16px 0 11px;
	letter-spacing: .05em;
}
.menu_block p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.menu_block li a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.menu_block {
		background-size: 200px auto;
		padding: 0 5% 30px;
	}
	.menu_block h2 {
		margin: 10px 0;
	}
	.menu_block ul {
		width: auto;
		display: block;
	}
	.menu_block li {
		width: 100%;
		margin: 0 0 20px;
	}
	.menu_block li a figure img {
		width: 80px;
	}
	.menu_block li a {
		padding: 20px 5% 23px;
	}
	.menu_block h2 {
		font-size: 2rem;
	}
	.menu_block p {
		font-size: 1.4rem;
	}
	.menu_block li a:hover {
		opacity: 1;
	}
}