@charset "utf-8";
.gradation01 {
	background-color: #7a2536;
}
@font-face {
	font-family: "script_font01";
	src: url("./Dreamofspring-Regular.otf") format("opentype");
	font-display: swap;
}
.script_font01 {
	font-family: "script_font01", cursive;
	font-size: 180px;
	line-height: 1em;
	color: #7a2536;
	transform: rotate(-15deg);
	transform-origin: left bottom;
}
#conceptBox h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 40px;
}
#conceptBox h2 .ico {
	font-size: 3em;
	line-height: 1em;
	color: #7a2536;
	opacity: 0.1;
}
#headline_gallery {
	margin-top: 40px;
}
#headline_gallery .inBox {
	margin: 0 10px 10px;
	background-color: #FFF;
}
#headline_gallery .inBox .photo a {
	display: block;
}
#headline_gallery .inBox .photo img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
#headline_gallery .inBox .title {
	height: 3em;
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 1em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
#headline_youtube {
	margin-top: 40px;
}
#headline_youtube .inBox {
	margin: 0 20px;
	background-color: #FFF;
}
#headline_youtube .inBox a {
	display: block;
	text-decoration: none;
	color: #000;
}
#headline_youtube .inBox .photo img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}
#headline_youtube .inBox .title {
	padding: 15px;
	margin: 0;
	font-size: 90%;
	line-height: 1.5em;
}
#headline_estate {
	margin-top: 40px;
	box-sizing: border-box;
}
#headline_estate .inBox {
	padding: 0 20px;
}
#headline_estate .inBox .photo img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}
#headline_estate .inBox ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
#headline_estate .inBox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	line-height: 1.5em;
}
#headline_estate .inBox .cat {
	margin-top: 10px;
	padding: 0 1em;
	background-color: #000;
	color: #FFF;
}
#headline_estate .inBox .title {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5em;
}
#headline_estate .inBox .place {
	display: flex;
	gap: 5px;
	font-weight: bold;
}
#headline_estate .inBox .place::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-image: url("../images/ico_flag.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
#headline_estate .inBox .price {
	background-color: #777;
	color: #FFF;
	padding: 0.5em 1em;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headline_estate .inBox .price strong {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
}
#headline_modelhouse {
	margin: 40px auto 0;
	width: 90%;
}
#headline_modelhouse .photo img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
#headline_modelhouse .inBox {
	padding: 0 20px;
}
#headline_vrModelhouse {
	margin: 40px auto 0;
	width: 90%;
}
#headline_vrModelhouse .photo img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
#headline_vrModelhouse .inBox {
	padding: 0 20px;
}
#headline_staff {
	margin: 40px auto 0;
}
#headline_staff .inBox {
	margin: 0 10px;
}
#headline_staff .photo img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
}
#headline_staff .inBox ul {
	margin: 10px 0 0 0;
	padding: 0;
	color: #FFF;
}
#headline_staff .inBox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headline_staff .inBox ul li.name {
	font-family: "Libre Baskerville", serif;
	font-size: 120%;
	line-height: 1.1em;
}
#headline_staff .inBox ul li.name br {
	display: none;
}
#headline_staff .inBox ul li.post {
	font-size: 80%;
	line-height: 1.5em;
}
#headline_news {
	margin-top: 0;
}
#headline_news .inBox {
	padding: 20px 0;
	display: flex;
	gap: 20px;
	align-items: center;
	border-bottom: solid 1px #CCC;
}
#headline_news .inBox:first-child {
	border-top: solid 1px #CCC;
}
#headline_news .inBox .photo {
	width: 25%;
}
#headline_news .inBox .photo img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}
#headline_news .inBox dl {
	margin: 0;
	padding: 0;
	flex: 1;
	font-size: 100%;
	line-height: 1.5em;
}
#headline_news .inBox dl dt {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
}
#headline_news .inBox dl dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
}
#headline_news .inBox dl dd a {
	text-decoration: none;
	color: #000;
}
#eventFormList .inBox {
	background-color: #FFF;
	position: relative;
	margin: 20px 2px 0;
	padding: 20px;
}
#eventFormList .inBox label {
	cursor: pointer;
	transition: all ease 0.5s;
}
#eventFormList .inBox label:hover {
	opacity: 0.8;
}
#eventFormList .inBox input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}
#eventFormList .inBox input[type="radio"]:checked + .photo {
	position: relative;
}
#eventFormList .inBox input[type="radio"]:checked + .photo::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: solid 15px #7a2536;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 5px;
	background-image: url("../images/ico_check.png");
	background-position: center center;
	background-size: cover;
}
#eventFormList .photo img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}
#eventFormList .inBox ul {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	line-height: 1.5em;
}
#eventFormList .inBox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#eventFormList .inBox .title {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}
#eventFormList .inBox .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
}
#postList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#postList .entryBox {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
}
#postList .entryBox .photo {
	width: 150px;
}
#postList .entryBox .photo img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
}
#postList .entryBox ul {
	flex: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.5em;
}
#postList .entryBox ul li {
	margin: 0;
	padding: 0;
}
#postList .entryBox .date {
	font-size: 90%;
	line-height: 1em;
}
#postList .entryBox .title {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	margin-top: 5px;
}
#postList .entryBox .title a {
	text-decoration: none;
}
#postList .entryBox .summary {
	margin-top: 5px;
}
.figBox01 {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.titleBox01 {
	text-align: center;
	padding: 20px;
	border: solid 5px #7a2536;
	margin-top: 120px;
	background-color: #FFF;
	color: #333;
}
.titleBox01 > *:first-child {
	margin-top: 0;
}
.titleBox01 h2 {
	font-size: 300%;
	line-height: 1.2em;
	color: #7a2536;
}
.titleBox02 h2 {
	font-size: 350%;
	line-height: 1.5em;
	font-weight: normal;
}
.pointList ul {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: dotted 1px #CCC;
}
.pointList ul li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: dotted 1px #CCC;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.pointList ul li::before {
	content: "●";
	color: #7a2536;
}
.pointBox {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
.pointBox .wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #FFF;
	border-radius: 30px;
	margin-top: 25px;
}
.pointBox .icon {
	padding: 15px;
	background-color: #7a2536;
	color: #FFF;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	min-width: 2em;
	line-height: 20px;
	border-radius: 999px;
	margin-top: -25px;
}
.pointBox .icon .number {
	font-size: 200%;
	line-height: 20px;
	font-family: "Libre Baskerville", serif;
}
.pointBox .inBox {
	padding: 10px 30px 30px;
	line-height: 1.5em;
}
.pointBox .inBox > *:first-child {
	margin-top: 0;
}
.pointBox .inBox p {
	margin-top: 10px;
}
.layout01 .block {
	display: flex;
	margin-top: 5%;
}
.layout01 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout01 .block .photo {
	width: 45%;
}
.layout01 .block .photo img, .layout01 .block .photo video {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
	height: auto;
	display: block;
}
.layout01 .block .frame {
	flex: 1;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.layout01 .block .frame > *:first-child {
	margin-top: 0;
}
.layout02 .block {
	display: flex;
	margin-top: 5%;
	position: relative;
	z-index: 1;
}
.layout02 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout02 .block .photo {
	width: 50%;
	position: relative;
	z-index: -1;
}
.layout02 .block .photo img, .layout02 .block .photo video {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
	display: block;
	border-radius: 30px;
}
.layout02 .block .frame {
	aspect-ratio: 3/2;
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 5% -5% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.layout02 .block .frame > *:first-child {
	margin-top: 0;
}
.layout03 .block {
	display: flex;
	position: relative;
	padding: 5%;
	z-index: 1;
}
.layout03 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout03 .block .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.layout03 .block .photo img, .layout03 .block .photo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.layout03 .block .frame {
	width: 50%;
	aspect-ratio: 3/2;
	padding: 5%;
	box-sizing: border-box;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.layout03 .block .frame > *:first-child {
	margin-top: 0;
}
.layout04 .block {
	display: flex;
	margin-top: 5%;
	position: relative;
	z-index: 1;
}
.layout04 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout04 .block .photo {
	width: 40%;
	position: relative;
	z-index: 1;
}
.layout04 .block .photo img, .layout04 .block .photo video {
	width: 100%;
	display: block;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #F9F9F9;
}
.layout04 .block .frame {
	aspect-ratio: 3/2;
	width: 60%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 5% -2.5% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.layout04 .block .frame > *:first-child {
	margin-top: 0;
}
.layout05 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}
.layout05 .block {
	max-width: 600px;
	width: calc(33.333% - 20px);
	border-radius: 30px;
	background-color: #FFF;
	overflow: hidden;
}
.layout05 .block .photo {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.layout05 .block .photo img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.layout05 .block .frame {
	padding: 30px;
}
.layout05 .block .frame > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	.script_font01 {
		font-size: 50px;
		line-height: 1em;
	}
	#conceptBox h2 {
		margin-bottom: 10px;
	}
	#headline_youtube .inBox {
		margin: 0 10px;
	}
	#headline_youtube .inBox .title {
		padding: 10px;
		font-size: 80%;
		line-height: 1.5em;
	}
	#headline_modelhouse {
		width: 100%;
	}
	#headline_vrModelhouse {
		width: 100%;
	}
	#headline_staff {
		padding: 0 40px;
		margin-bottom: -30px;
	}
	#headline_staff .inBox {
		margin: 0 5px;
	}
	#headline_staff .inBox ul li.name {
		font-size: 90%;
		line-height: 1.3em;
		text-align: left;
	}
	#headline_staff .inBox ul li.name br {
		display: block;
	}
	#headline_staff .inBox ul li.post {
		font-size: 50%;
		line-height: 1.5em;
		text-align: left;
		margin-top: 2px;
	}
	#headline_staff .inBox ul li.post span {
		display: block;
		height: 0;
		overflow: hidden;
	}
	#eventFormList .inBox {
		margin: 20px 0 0;
	}
	#postList {
		display: block;
	}
	#postList .entryBox {
		width: auto;
		padding: 20px 0;
	}
	#postList .entryBox .photo {
		width: 75px;
	}
	.figBox01 {
		flex-direction: column;
	}
	.titleBox01 {
		margin-top: 60px;
		padding: 20px;
		border: solid 3px #7a2536;
	}
	.titleBox01 h2 {
		font-size: 120%;
	}
	.titleBox02 h2 {
		font-size: 160%;
		line-height: 1.5em;
		font-weight: bold;
	}
	.pointBox {
		flex-direction: column;
	}
	.layout01 .block {
		display: block;
	}
	.layout01 .block .photo {
		width: auto;
	}
	.layout01 .block .frame {
		width: auto;
		padding: 10% 5%;
	}
	.layout02 .block {
		display: block;
	}
	.layout02 .block .photo {
		width: auto;
	}
	.layout02 .block .photo img, .layout02 .block .photo video {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.layout02 .block .frame {
		aspect-ratio: 3/2;
		width: auto;
		padding: 10% 5%;
		margin: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		box-shadow: none;
	}
	.layout03 .block {
		display: block;
		padding: 0;
	}
	.layout03 .block .photo {
		position: relative;
	}
	.layout03 .block .frame {
		width: auto;
		padding: 10% 5%;
		margin: -10% 5% 5%;
	}
	.layout04 .block {
		display: block;
	}
	.layout04 .block .photo {
		width: auto;
	}
	.layout04 .block .photo img, .layout04 .block .photo video {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		box-shadow: none;
	}
	.layout04 .block .frame {
		aspect-ratio: 3/2;
		width: auto;
		padding: 10% 5%;
		margin: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.layout05 {
		gap: 20px;
		margin-top: 20px;
	}
	.layout05 .block {
		width: 100%;
	}
	.last {}
}