@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	padding-top:113px;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#main figure figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	text-shadow:
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1);
}
#point-block {
	position: relative;
	min-width: 1500px;
	padding: 25px;
	background: rgba(243,236,228,1);
}
#main-point {
	width: 1450px;
	margin: auto;
	text-align: left;
}
#main-access {
	position: absolute;
	right: 25px;
	bottom: 25px;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 50px 0 80px 0;
}
#info1 {
}
.request-box {
	margin-top: 46px;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.sec-block {
}
.sec-ttl {
}
.sec-ttl::before {
	content: "";
	display: block;
	margin: auto;
	margin-bottom: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 40px solid #00693E;
	border-bottom: 0;
}
.sec-ttl .eng {
	color: #00693E;
	font-size: 1.466rem;
}
.sec-midashi {
}
.location-copy {
	position: relative;
	font-size: 6rem;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.location-copy::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 4px;
	left: 50%;
	top: 0;
	background: #000;
	transform: rotate(45deg);
}
.location-copy::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 4px;
	left: 50%;
	top: 0;
	background: #000;
	transform: rotate(-45deg);
}
.access-copy {
	position: relative;
	display: inline-block;
	margin-top: -0.6em;
	font-size: 2.533rem;
	font-weight: nomal;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.access-copy::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -60px;
	bottom: 10px;
	width: 42px;
	height: 79px;
	background: url(../img/top/access-icon1.png) no-repeat left top;
	background-size: cover;
}
.access-copy::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -60px;
	bottom: 10px;
	width: 44px;
	height: 79px;
	background: url(../img/top/access-icon2.png) no-repeat left top;
	background-size: cover;
}
.access-copy strong {
	font-size: 3.333rem;
	font-weight: normal;
}
.sec-midashi {
	margin-top: 40px;
}
.sec-midashi h3 {
	font-size: 2.133rem;
	font-weight: normal;
	line-height: 1.4;
}
.sec-midashi h3.rode {
	padding: 0.3em;
	border-top: 2px solid #00693E;
	border-bottom: 2px solid #00693E;
	color: #00693E;
	font-size: 1.866rem;
	font-weight: normal;
	line-height: 1.4;
}
.sec-midashi h4 {
	color: #00693E;
	font-size: 1.466rem;
	font-weight: normal;
	line-height: 1.4;
}
.sec-midashi p {
	font-size: 1.0rem;
	line-height: 2.0;
}
.sec-midashi h4 + h3 {
	margin-top: 0.6em;
}
.sec-midashi h3 + p {
	margin-top: 1.2em;
}
.sec-midashi .location-copy + h3 {
	margin-top: 1em;
}
.sec-cont {
	margin-top: 50px;
}
.inner {
	width: 1000px;
	margin: auto;
}
.inner.pt80 {
	padding-top: 80px;
}
.inner.pt60 {
	padding-top: 60px;
}

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location {
	padding-bottom: 100px;
}
#location-main figure {
	position: relative;
}
#location-main figure img {
	width: 100%;
	height: auto;
}
#location-main figure figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	text-shadow:
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1),
		0 0 5px rgba(243,236,228,1);
}
.facility-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}
.facility-box figcaption {
	margin-top: 0.6em;
	font-size: 1.066rem;
	line-height: 1.2;
	text-align: left;
}
.facility-box figcaption .small {
	font-size: 0.933rem;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access {
	padding-bottom: 100px;
}



/****************************************************************************************************
design
****************************************************************************************************/
#design {
	padding-bottom: 100px;
}
#design-main figure {
	position: relative;
}
#design-main figure img {
	width: 100%;
	height: auto;
}
#design-main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	color: #FFF;
}
#design-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#design-text {
	text-align: left;
}
#design-text h4 {
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.6;
}
#design-text p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.0rem;
	line-height: 2.0;
}
#design-block figcaption {
	margin-top: 0.6em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}



/****************************************************************************************************
comfort
****************************************************************************************************/
#comfort {
	padding-bottom: 100px;
}
.comfortable-block {
	position: relative;
}
.comfortable-block + .comfortable-block {
	margin-top: 60px;
}
.comfortable-mark {
	position: absolute;
	left: -50px;
	top: -50px;
}
#comfortable2 .comfortable-mark {
	top: 0;
}



/****************************************************************************************************
plan
****************************************************************************************************/
#plan {
	padding-bottom: 100px;
}
.plan-block {
	position: relative;
}
.plan-block + .plan-block {
	margin-top: 40px;
}



/****************************************************************************************************
model-house
****************************************************************************************************/
#model-house {
	padding-bottom: 100px;
}
#model-house .inner {
	/*width: 1200px;
	margin: auto;*/
}
.photo-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 50px;
}
.pg-box,
.pg-box-wrap {
	width: 320px;
}
.pg-box-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
}
.pg-box.double {
	width: 660px;
}
.pg-box.wide {
	width: 490px;
}
.pg-box img + span {
	display: block;
	margin-top: 0.6em;
	color: #333;
	font-size: 0.933rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
yorimo-town
****************************************************************************************************/
#yorimo-town {
	/*margin-top: 60px;*/
}




/*@media screen and (max-width: 767px) and (orientation: portrait) {*/
@media screen and (max-width: 767px) {
	
	
	
	/****************************************************************************************************
	wrap
	****************************************************************************************************/
	#wrap {
		padding-top: 0;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	#point-block {
		min-width: initial;
		min-width: auto;
		padding: 4vw;
	}
	#main-point {
		width: 100%;
	}
	#main-access {
		width: 30vw;
		right: 2vw;
		bottom: auto;
		top: -14vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 6vw 4vw 10vw 4vw;
	}
	.request-box {
		margin-top: 6vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.sec-ttl::before {
		margin-bottom: 4vw;
		border-right: 2vw solid transparent;
		border-left: 2vw solid transparent;
		border-top: 8vw solid #00693E;
	}
	.sec-ttl .eng {
		font-size: 1.2rem;
	}
	.location-copy {
		font-size: 2.133rem;
		letter-spacing: 0.05em;
	}
	.location-copy::before {
		width: 0.5vw;
	}
	.location-copy::after {
		width: 0.5vw;
	}
	.access-copy {
		margin-top: -0.6em;
		font-size: 1.466rem;
		letter-spacing: 0.05em;
	}
	.access-copy::before {
		left: calc(-60vw * 0.12);
		bottom: calc(10vw * 0.12);
		width: calc(42vw * 0.12);
		height: calc(79vw * 0.12);
	}
	.access-copy::after {
		right: calc(-60vw * 0.12);
		bottom: calc(10vw * 0.12);
		width: calc(44vw * 0.12);
		height: calc(79vw * 0.12);
	}
	.access-copy strong {
		font-size: 2rem;
	}
	.sec-midashi {
		width: 92vw;
		margin: auto;
		margin-top: 6vw;
	}
	.sec-midashi h3 {
		font-size: 1.333rem;
	}
	.sec-midashi h3.rode {
		font-size: 1.2rem;
	}
	.sec-midashi h4 {
		font-size: 1.2rem;
	}
	.sec-midashi p {
		font-size: 0.866rem;
	}
	.sec-cont {
		margin-top: 6vw;
	}
	.inner {
		width: 92vw;
	}
	.inner.pt80 {
		padding-top: 6vw;
	}
	.inner.pt60 {
		padding-top: 6vw;
	}
	
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.75);
	}
	.col-box + .col-box.mt0rem {
		margin-top: 0rem;
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.75);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.75);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.75);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.5);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.5);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.5);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.5);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.5);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.5);
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location {
		padding-bottom: 10vw;
	}
	#location-main figure figcaption {
		font-size: 0.533rem;
	}
	.facility-block {
		gap: 2vw;
	}
	.facility-box {
		width: 45vw;
	}
	.facility-box figcaption {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	.facility-box figcaption .small {
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access {
		padding-bottom: 10vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	#design {
		padding-bottom: 10vw;
	}
	#design-main figure figcaption {
		font-size: 0.533rem;
	}
	#design-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#design-text h4 {
		font-size: 1.333rem;
	}
	#design-text p {
		font-size: 0.866rem;
	}
	#design-block figcaption {
		font-size: 0.733rem;
	}
	
	
	
	/****************************************************************************************************
	comfort
	****************************************************************************************************/
	#comfort {
		padding-bottom: 10vw;
	}
	.comfortable-block {
		position: relative;
	}
	.comfortable-block + .comfortable-block {
		margin-top: 6vw;
	}
	.comfortable-mark {
		width: 10vw;
		left: -3vw;
		top: -5vw;
	}
	#comfortable2 .comfortable-mark {
		top: -5vw;
		z-index: -1;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan-block {
		position: relative;
	}
	.plan-block + .plan-block {
		margin-top: 6vw;
	}
	
	
	
	/****************************************************************************************************
	photo-gallery
	****************************************************************************************************/
	.photo-gallery {
		gap: 2vw;
		margin-top: 8vw;
	}
	.pg-box:nth-of-type(3) img {
		object-fit: cover;
		width: 45vw;
		height: 45vw;
	}
	.pg-box {
		width: 45vw;
	}
	.pg-box-wrap {
		width: 100%;
		gap: 2vw;
	}
	.pg-box.double {
		width: 100%;
	}
	.pg-box.wide {
		width: 45vw;
	}
	.pg-box img + span {
		font-size: 0.866rem;
	}
	
	
	
	/****************************************************************************************************
	yorimo-town
	****************************************************************************************************/
	#yorimo-town {
		width: 50vw;
		margin: auto;
		/*margin-top: 10vw;*/
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
}