@charset "UTF-8";



/*  l-plan
--------------------------------------------------*/
.l-plan {
	position: relative;
	padding-block: 15.0rem 8.0rem;
}
.l-plan.tabpanel-1 {
	background: #f0eee6;
}
.l-plan.tabpanel-2 {
	background: #e9e7e5;
}
.plan-item {
	max-width: 1480px;
	padding-bottom: 7.0rem;
	background: #ffffff;
}
.plan-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.l-plan.tabpanel-1 .plan-item::after {
	border: solid 1px #dad3c0;
}
.l-plan.tabpanel-2 .plan-item::after {
	border: solid 1px #cec9c4;
}
.plan-detail {
	position: relative;
	width: 100%;
	z-index: 1;
}
.plan-spec {
	position: relative;
}
.plan-spec__type {
	width: calc(240 / 1480 * 100%);
	height: 24.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 5.4rem;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #fff;
	text-align: center;
}
.l-plan.tabpanel-1 .plan-spec__type {
	background: #b4a882;
}
.l-plan.tabpanel-2 .plan-spec__type {
	background: #988d83;
}
.plan-item-menu .plan-spec__type {
	height: auto;
}
.plan-item-menu .plan-spec__type p:nth-of-type(1) {
	padding-block: 4.0rem;
}
.plan-item-menu .plan-spec__type p:nth-of-type(2) {
	width: 100%;
	height: 6.0rem;
	font-size: 0.454545454545455em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #666666;
}
.plan-item-premium .plan-spec__type {
	height: auto;
}
.plan-item-premium .plan-spec__type p:nth-of-type(1) {
	padding-block: 4.0rem;
}
.plan-item-premium .plan-spec__type p:nth-of-type(2) {
	width: 100%;
	height: 6.0rem;
	font-size: 0.454545454545455em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background : linear-gradient(90deg, rgba(103, 78, 5, 1) 0%, rgba(209, 202, 180, 1) 50%, rgba(103, 78, 5, 1) 100%);
}
.tabpanel-1 .plan-item-premium .plan-spec__type p:nth-of-type(2) {
	background : linear-gradient(90deg, rgba(103, 78, 5, 1) 0%, rgba(209, 202, 180, 1) 50%, rgba(103, 78, 5, 1) 100%);
}
.tabpanel-2 .plan-item-premium .plan-spec__type p:nth-of-type(2) {
	background : linear-gradient(90deg, rgba(114, 98, 86, 1) 0%, rgba(213, 208, 204, 1) 50%, rgba(114, 98, 86, 1) 100%);
}
.plan-spec__type i {
	vertical-align: .03em;
}
.plan-spec__type span{
	display: block;
	font-size: 2.5rem;
	letter-spacing: .09em;
	margin-top: .5em;
}
.plan-spec__box {
	width: calc(1125 / 1480 * 100%);
	padding-left: calc(100 / 1480 * 100%);
}
.plan-spec__floor {
	width: 100%;
	gap: 0rem 6.0rem;
}
.plan-spec__floor__ldk {
	font-size: 4.4rem;
	line-height: 1;
	letter-spacing: .05em;
}
.plan-spec__floor__ldk em {
	font-size: 1.294117647058824em;
}
.plan-spec__floor__ldk i {
	vertical-align: .1em;
}
.plan-spec__floor__area {
	gap: 0 2.2rem;
}
.plan-spec__floor__area p:nth-of-type(1) {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .1em;
	padding-bottom: .7em;
}
.plan-spec__floor__area p:nth-of-type(2) {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
}
.plan-spec__floor__area p:nth-of-type(3) {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .05em;
	padding-bottom: .7em;
}
.plan-spec__floor__area em {
	font-size: 3.142857142857143em;
	letter-spacing: .05em;
}
.plan-spec__floor__area span {
	font-size: 2.285714285714286em;
	letter-spacing: .05em;
}
.plan-spec__floor__area i {
	font-size: 1.428571428571429em;
	letter-spacing: .05em;
}
.plan-spec__floor__area small {
	font-size: 1.0em;
	letter-spacing: .15em;
}
.plan-spec__floor__note {
	width: 100%;
	font-size: 1.8rem;
	line-height: 1;
	text-align: right;
	margin-top: .5em;
	padding-right: .2em;
}
.plan-spec__other {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .15em;
	gap: 1.0em 2.0em;
	margin-top: 1.5rem;
}
.plan-info {
	position: relative;
	width: calc(1240 / 1480 * 100%);
	padding-left: calc(100 / 1480 * 100%);
	margin-top: -2.0rem;
	margin-bottom: 9.0rem;
	margin-left: auto;
}
.plan-price {
	width: calc(300 / 1140 * 100%);
}
.plan-price__box {
	display: block;
	width: fit-content;
	margin-right: auto;
}
.plan-price__heading {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #92804c;
	border: solid 1px #c8bfa5;
	text-align: center;
    padding: .9rem 1.0rem 1.1rem;
    margin-bottom: 1.2rem;
}
.plan-price__detail {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #92804c;
}
.plan-price__detail em {
	font-size: calc(54 / 24 * 1.0em);
	letter-spacing: .02em;
}
.plan-point {
	width: 100%;
}
.plan-price + .plan-point {
	width: calc(840 / 1140 * 100%);
}
.plan-point__heading {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: .09em;
	color: #92804c;
	border: solid 1px #c8bfa5;
	text-align: center;
	width: 12.0rem;
	padding-bottom: .1em;
}
.plan-point__list {
	position: relative;
	width: calc((100% - 15.0rem));
    margin-block: -1.2rem -1rem;
}
.plan-point__list__item {
	position: relative;
	font-size: 1.8rem;
	line-height: 2.222222222222222;
	letter-spacing: .15em;
	font-weight: 500;
	color: #92804c;
	padding-left: 1.111111111111111em;
}
.plan-point__list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.1em;
	width: .2em;
	height: .2em;
	border-radius: 50%;
	background: #b4a882;
}
.plan-figure {
	position: relative;
	width: calc(1020 / 1480 * 100%);
}
.plan-figure__madori {
	width: 100%;
	margin-inline: auto;
	text-align: center;
}
.plan-figure__legend {
	position: relative;
	width: 90%;
	font-size: 0;
	text-align: left;
	margin: 4.0rem auto 0;
}
.plan-figure__legend__mark {
	font-size: 10px;
	letter-spacing: .05em;
}
.plan-figure__legend__mark span{
	display: inline-block;
	letter-spacing: .1em;
	margin: .6rem .8rem;
}
.plan-figure__legend__mark i{
	display: inline-block;
	margin-right: 8px;
	vertical-align: .375em;
    width: 18px;
}
.plan-elevation {
	width: calc(460 / 1480 * 100%);
	text-align: left;
}
.plan-elevation img {
	width: 100%;
}
.plan-print {
	position: relative;
	margin-top: -10px;
}
.plan-print a {
	width: 20.0rem;
	height: 5.0rem;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .15em;
	color: #fff;
	text-align: center;
	padding-bottom: .1em;
	background: #999999;
	margin: 0 auto 0;
}
.btn-more {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .2em;
	color: #b4a882;
	gap: 2.0rem;
	margin-top: 8.0rem;
}
.btn-more i {
	width: 4.1rem;
	transform: rotate(180deg);
}
@media (any-hover: hover){
	.btn-more .morearrow1 {
		transition: all .3s linear;
	}
	.btn-more .morearrow2 {
		transition: all .3s linear;
	}
	.btn-more:hover .morearrow1 {
		fill: rgba(255, 255, 255, 1);
	}
	.btn-more:hover .morearrow2 {
		fill: #b4a882;
    	stroke: rgba(255, 255, 255, .5);
	}
}
@media screen and (max-width: 1050px) and (min-width: 769px){
	.plan-spec__type {
    	width: calc(340 / 1480 * 100%);
	}
	.plan-spec__box {
	    width: calc(1025 / 1480 * 100%);
	    padding-left: calc(100 / 1480 * 100%);
	}
	.plan-info {
	    padding-left: calc(200 / 1480 * 100%);
	    margin-top: 0;
	}
	.plan-price {
    	width: 100%;
	}
	.plan-price__box {
		width: 100%;
		display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
		align-items: stretch;
	}
	.plan-price__heading {
		display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	    width: 16.0rem;
	    padding: 1.9rem 0 2.1rem;
	}
	.plan-price__detail {
	    width: calc((100% - 19.0rem));
	}
	.plan-price + .plan-point {
	    width: 100%;
	}
	.plan-point__heading {
		width: 16.0rem;
	}
	.plan-point__list {
		width: calc((100% - 19.0rem));
	}
}
@media screen and (max-width: 768px){
	.l-plan {
		padding-block: 11.0rem 4.0rem;
	}
	.plan-tablist {
		width: calc(300 / 380 * 100%);
		padding-block: 6.0rem 3.0rem;
	}
	.plan-tab {
		width: 100%;
		height: 5.0rem;
		font-size: 1.4rem;
	}
	.plan-tabpanel__inner {
		padding-bottom: 6.0rem;
	}
	.plan-item {
		padding-bottom: 5.0rem;
	}
	.plan-item + .plan-item {
		margin-top: 6.5rem;
	}
	.plan-elevation {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.plan-detail {
		width: 100%;
	}
	.plan-spec {
		margin-bottom: 3.0rem;
	}
	.plan-spec__type {
		width: 60%;
		height: 5.0rem;
		font-size: 3.3rem;
		padding-bottom: 0.1em;
	}
	.plan-item-menu .plan-spec__type {
		padding-bottom: 0;
	}
	.plan-item-premium .plan-spec__type {
		padding-bottom: 0;
	}
	.plan-item-menu .plan-spec__type p:nth-of-type(1) {
		padding-block: 1.1rem;
	}
	.plan-item-menu .plan-spec__type p:nth-of-type(2) {
		height: 2.5rem;
	}
	.plan-item-premium .plan-spec__type p:nth-of-type(1) {
		padding-block: 1.1rem;
	}
	.plan-item-premium .plan-spec__type p:nth-of-type(2) {
		height: 2.5rem;
	}
	.plan-spec__type span{
		display: inline-block;
        font-size: 1.2rem;
        margin-top: 0;
        padding-left: .5em;
	}
	.plan-spec__box {
		display: contents;
		width: 100%;
		padding-left: 0;
	}
	.plan-spec__floor {
		display: contents;
		width: 100%;
		gap: 0;
	}
	.plan-spec__floor__ldk {
		width: 40%;
		font-size: 2.3rem;
		text-align: center;
	}
	.plan-spec__floor__area {
		width: 100%;
		justify-content: center;
		gap: 0 1.0rem;
		margin-top: 2.0rem;
	}
	.plan-spec__floor__area p:nth-of-type(1) {
		font-size: 1.1rem;
		padding-bottom: .7em;
	}
	.plan-spec__floor__area p:nth-of-type(2) {
		font-size: 1.1rem;
	}
	.plan-spec__floor__note {
		width: 100%;
		font-size: 1.1rem;
		text-align: center;
		margin-top: .5em;
		padding-right: 0;
	}
	.plan-spec__other {
		width: 90%;
		margin-inline: auto;
		font-size: 1.1rem;
		gap: 1.0em 2.0em;
		margin-top: 2.0rem;
		justify-content: center;
	}
	.plan-info {
		width: calc(280 / 320 * 100%);
		padding-left: 0;
		margin-top: 2.0rem;
		margin-bottom: 2.5rem;
		margin-inline: auto;
	}
	.plan-price {
		width: 100%;
	}
	.plan-price__box {
		width: 100%;
	}
	.plan-price__heading {
		font-size: 1.4rem;
		width: 100%;
		padding-block: .7rem;
		margin-bottom: .5rem;
	}
	.plan-price__detail {
		font-size: 1.8rem;
        text-align: center;
	}
	.plan-point {
		width: 100%;
	}
	.plan-price + .plan-point {
		width: 100%;
		margin-top: 2.0rem;
	}
	.plan-point__heading {
		font-size: 1.4rem;
		width: 100%;
		padding-block: .7rem;
		margin-bottom: 1.5rem;
	}
	.plan-point__list {
		width: 100%;
	}
	.plan-point__list__item {
		font-size: 1.2rem;
		letter-spacing: .05em;
	}
	.plan-figure {
		width: 95%;
		margin-inline: auto;
		margin-bottom: 4.0rem;
	}
	.plan-figure__madori {
		max-width: 100% !important;
		width: 100%;
	}
	.plan-figure__legend {
		max-width: 100% !important;
		width: 80%;
		text-align: center;
		margin: 2.0rem auto 0;
	}
	.plan-figure__legend__mark {
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.plan-figure__legend__mark + .plan-figure__legend__mark {
		margin-top: .5rem;
	}
	.plan-figure__legend__mark span{
		letter-spacing: .03em;
		margin: 0 .8rem 0 0;
	}
	.plan-figure__legend__mark i{
		margin-right: .5rem;
		width: 2.2rem;
		vertical-align: .375em;
	}
	.plan-print {
		margin-top: 4.0rem;
	}
	.plan-print a {
		height: 4.0rem;
		font-size: 1.4rem;
	}
	.btn-more {
		font-size: 1.4rem;
		gap: 1.7rem;
		margin-top: 3.0rem;
	}
	.btn-more span {
		padding-top: .1em;
	}
	.btn-more i {
		width: 3.1rem;
	}
}