body {
	background-color: #000;
}

.plan #model.other {
	padding: 170px 0 105px;
}

@media screen and (max-width: 736px) {
	.plan #model.other {
		padding: 60px 0;
	}
}

.plan-detail {
	background-color: #fff;
	margin-top: 148px;
	padding: 90px 0 180px;
}

@media screen and (max-width: 736px) {
	.plan-detail {
		margin-top: 60px;
		padding: 65px 0 55px;
	}
}

.plan-detail .headding-primary {
	margin-bottom: 35px;
}

@media screen and (max-width: 736px) {
	.plan-detail .headding-primary {
		font-size: 18px;
		margin-bottom: 25px;
	}
}

.plan-detail .title {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.16em;
	margin-bottom: 60px;
	text-align: center;
	text-indent: 0.16em
}

@media screen and (max-width: 736px) {
	.plan-detail .title {
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0.1em;
		margin-bottom: 35px;
		text-indent: 0.1em
	}
}

.plan-detail .elevation-wrap {
	margin-bottom: 90px;
}

@media screen and (max-width: 736px) {
	.plan-detail .elevation-wrap {
		margin-bottom: 65px;
	}
}

.plan-detail .elevation-wrap .elevation-list {
	height: 485px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.plan-detail .elevation-wrap .elevation-list {
		height: 315px;
	}
}

.plan-detail .elevation-wrap .elevation-list .item {
	background-color: #fff;
	text-align: center;
}

.plan-detail .elevation-wrap .elevation-list .item img {
	height: 100%;
	margin: 0 auto;
	width: auto;
}


.plan-wrap .plan-list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list {
		flex-direction: column;
	}
}

.plan-wrap .plan-list .item {
	margin-bottom: 75px;
	width: 25%;
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item {
		margin-bottom: 55px;
		width: 100%;
	}
}

.plan-wrap .plan-list .item:nth-last-child(-n+4) {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item:nth-last-child(-n+4) {
		margin-bottom: 55px;
	}
	.plan-wrap .plan-list .item:last-child {
		margin-bottom: 0;
	}
}

.plan-wrap .plan-list .item a {
	display: block;
	text-align: center;
}

.plan-wrap .plan-list .item a .figure {
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item a .figure {
		padding: 0 20px;
	}
}

.plan-wrap .plan-list .item a .figure img {
	height: auto;
	width: 100%;
}

.plan-wrap .plan-list .item a .type {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 46px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
	.plan-wrap .plan-list .item a .type {
		font-size: 36px;
	}
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item a .type {
		font-size: 40px;
		margin-bottom: 5px;
	}
}

.plan-wrap .plan-list .item a .type span {
	font-size: 30px;
}

@media screen and (max-width: 1100px) {
	.plan-wrap .plan-list .item a .type span {
		font-size: 20px;
	}
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item a .type span {
		font-size: 18px;
	}
}

.plan-wrap .plan-list .item a .floor {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 21px;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
	.plan-wrap .plan-list .item a .floor {
		font-size: 16px;
	}
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item a .floor {
		font-size: 20px;
	}
}

.plan-wrap .plan-list .item a .floor span {
	font-size: 13px;
}

@media screen and (max-width: 1100px) {
	.plan-wrap .plan-list .item a .floor span {
		font-size: 11px;
	}
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item a .floor span {
		font-size: 13px;
	}
}

.plan-wrap .plan-list .item a .btn {
	border: 1px solid #231815;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 17px 0;
	text-indent: 0.2em;
	transition: background-color 0.3s ease;
	width: 58.2%;
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item a .btn {
		font-size: 14px;
		padding: 15px 0;
		width: 146px;
	}
}

.plan-wrap .plan-list .item a:hover .btn {
	background-color: #231815;
	color: #fff;
}

.plan-wrap .plan-list .item:nth-child(4n) .figure::after {
	background: url(../images/plan/icon-n.svg) no-repeat center center;
	background-size: 31px 26px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	height: 26px;
	width: 31px;
}

@media screen and (max-width: 1100px) {
	.plan-wrap .plan-list .item:nth-child(4n) .figure::after {
		background-size: 25px 20px;
		height: 20px;
		width: 25px;
	}
}

@media screen and (max-width: 736px) {
	.plan-wrap .plan-list .item:nth-child(4n) .figure::after {
		background-size: 31px 26px;
		right: 20px;
		height: 26px;
		width: 31px;
	}
}



.plan-type-detail {
	background-color: #fff;
	margin-top: 148px;
	padding: 150px 0 70px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail {
		margin-top: 60px;
		padding: 50px 0 60px;
	}
}

.plan-type-detail .inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    width: 83.5%;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner {
		align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: flex-end;
		margin: 0 20px;
		width: auto;
	}
}

.plan-type-detail .inner .content {
	padding-left: 35px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content {
		padding-left: 0;
	}
}

.plan-type-detail .inner .content .maincopy {
	margin-bottom: 45px;
}

.plan-type-detail .inner .content .maincopy img {
	height: 54px;
	width: auto;
}

.plan-type-detail .inner .content .wrap {
	display: flex;
	margin-bottom: 25px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .wrap {
		display: block;
		margin-bottom: 20px;
	}
}

.plan-type-detail .inner .content .wrap .text .title {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 67px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.plan-type-detail .inner .content .wrap .text .title span {
	font-size: 44px;
}

.plan-type-detail .inner .content .wrap .text .type {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 31px;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .wrap .text .type {
		margin-bottom: 35px;
	}
}

.plan-type-detail .inner .content .wrap .text .type span {
	font-size: 20px;
}

.plan-type-detail .inner .content .wrap .text .detail p {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 12px
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .wrap .text .detail p:last-child {
		margin-top: 20px
	}
}

.plan-type-detail .inner .content .wrap .text .detail p:last-child {
	margin-bottom: 0;
}

.plan-type-detail .inner .content .wrap .text .detail p span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .wrap .text .detail p span {
		margin-top: 10px;
		text-align: left;
	}
}

.plan-type-detail .inner .content .wrap .image {
	margin-left: 60px;
	width: 160px;
}

.plan-type-detail .inner .content .wrap .image img {
	height: auto;
	width: 100%;
}

.plan-type-detail .inner .content .example {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 40px;
	padding-left: 45px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .example {
		margin-bottom: 20px;
		padding-left: 40px;
	}
}

.plan-type-detail .inner .content .example::before {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	position: absolute;
	left: 0;
	top: 0;
	content: '［凡例］';
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .example::before {
		left: -8px;
	}
}

.plan-type-detail .inner .content .example span {
	font-size: 12px;
	display: inline-block;
	padding-left: 35px;
	position: relative;
}

.plan-type-detail .inner .content .example span.tufu::before {
	background: url(../images/plan/icon-tufu.svg) no-repeat center center;
	background-size: 30px 4px;
	content: '';
	top: 50%;
	left: 0;
	height: 4px;
	position: absolute;
	transform: translateY(-50%);
	width: 30px;
}

.plan-type-detail .inner .content .example span.saiko::before {
	background: url(../images/plan/icon-saiko.svg) no-repeat center center;
	background-size: 30px 4px;
	content: '';
	top: 50%;
	left: 0;
	height: 4px;
	position: absolute;
	transform: translateY(-50%);
	width: 30px;
}

.plan-type-detail .inner .content .example span.oriage::before {
	background: url(../images/plan/icon-oriage.svg) no-repeat center center;
	background-size: 30px 10px;
	content: '';
	top: 50%;
	left: 0;
	height: 10px;
	position: absolute;
	transform: translateY(-50%);
	width: 30px;
}

.plan-type-detail .inner .content .info {
	margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .info {
		margin-bottom: 20px;
	}
}

.plan-type-detail .inner .content .info .list {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 2;
	padding-left: 18px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .info .list {
		line-height: 1.8;
	}
}

.plan-type-detail .inner .content .info .list::before {
	content: '◎';
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .info .list::before {
		line-height: 1.8;
	}
}

.plan-type-detail .inner .content .info.other .list {
	padding-left: 0;
}

.plan-type-detail .inner .content .info.other .list::before {
	content: none;
}

.plan-type-detail .inner .content .info.other .copy {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .image {
		margin-bottom: 30px;
		text-align: center;
	}
	.plan-type-detail .inner .content .image img {
		height: 267px;
		width: auto;
	}
}

.plan-type-detail .inner .content .button-wrap {
	display: flex;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .button-wrap {
		justify-content: center;
	}
}

.plan-type-detail .inner .content .button-wrap .item {
	margin-right: 20px;
	width: 160px;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .button-wrap .item {
		margin-right: 8px;
		width: 88px;
	}
}

.plan-type-detail .inner .content .button-wrap .item:last-child {
	margin-right: 0;
}

.plan-type-detail .inner .content .button-wrap .item > a {
	border: 1px solid #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	padding: 17px 0;
	text-align: center;
	text-indent: 0.2em;
	transition: all 0.3s ease;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .content .button-wrap .item > a {
		font-size: 12px;
		padding: 15px 0;
	}
}

.plan-type-detail .inner .content .button-wrap .item > a:hover {
	background-color: #000;
	color: #fff;
}

.plan-type-detail .inner .figure {
	position: relative;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .figure {
		margin-bottom: 60px;
		text-align: center;
		width: 100%;
	}
}

.plan-type-detail .inner .figure::after {
	background: url(../images/plan/icon-n.svg) no-repeat center center;
	background-size: 32px 26px;
	content: '';
	height: 26px;
	right: 15px;
	bottom: 0;
	position: absolute;
	width: 32px;
}

.plan-type-detail .inner .figure img {
	height: auto;
	max-width: 100%;
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner .figure img {
		margin: 0 auto;
	}
}

.plan-type-detail .inner .figure.a img {
	height: auto;
	width: 320px;
}

.plan-type-detail .inner .figure.a {
	padding-right: 70px;
}

.plan-type-detail .inner .figure.b img {
	height: auto;
	width: 309px;
}

.plan-type-detail .inner .figure.b {
	padding-right: 55px;
}

.plan-type-detail .inner .figure.c img {
	height: auto;
	width: 224px;
}

.plan-type-detail .inner .figure.c {
	padding-right: 100px;
}

.plan-type-detail .inner .figure.d img {
	height: auto;
	width: 233px;
}

.plan-type-detail .inner .figure.d {
	padding-right: 80px;
}

.plan-type-detail .inner .figure.e img {
	height: auto;
	width: 244px;
}

.plan-type-detail .inner .figure.e {
	padding-right: 120px;
}

.plan-type-detail .inner .figure.f img {
	height: auto;
	width: 286px;
}

.plan-type-detail .inner .figure.f {
	padding-right: 65px;
}

.plan-type-detail .inner .figure.g img {
	height: auto;
	width: 308px;
}

.plan-type-detail .inner .figure.g {
	padding-right: 80px;
}

.plan-type-detail .inner .figure.h img {
	height: auto;
	width: 338px;
}

.plan-type-detail .inner .figure.h {
	padding-right: 45px;
}

@media screen and (max-width: 1250px) {
	.plan-type-detail .inner {
		padding: 0;
		width: 880px;
	}

	.plan-type-detail .inner .content {
		padding-left: 0;
	}

	.plan-type-detail .inner .content .maincopy img {
		height: 50px;
	}

	.plan-type-detail .inner .content .wrap .text .title {
		font-size: 57px;
	}

	.plan-type-detail .inner .content .wrap .text .title span {
		font-size: 39px;
	}

	.plan-type-detail .inner .content .wrap .text .type {
		font-size: 21px;
	}

	.plan-type-detail .inner .content .wrap .text .type span {
		font-size: 15px;
	}

	.plan-type-detail .inner .content .wrap .text .detail p {
		font-size: 15px;
	}

	.plan-type-detail .inner .content .wrap .image {
		margin-left: 40px;
		width: 135px;
	}

	.plan-type-detail .inner .content .example {
		font-size: 12px;
	}

	.plan-type-detail .inner .content .info .list {
		font-size: 14px;
	}

	.plan-type-detail .inner .content .info .list::before {
		font-size: 14px;
	}

	.plan-type-detail .inner .content .info.other .copy {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.plan-type-detail .inner .content .button-wrap .item {
		width: 140px;
	}

	.plan-type-detail .inner .figure::after {
		right: 0
	}

	.plan-type-detail .inner .figure.a {
		padding-right: 25px;
	}

	.plan-type-detail .inner .figure.a img {
		width: 310px;
	}

	.plan-type-detail .inner .figure.b {
		padding-right: 30px;
	}

	.plan-type-detail .inner .figure.b img {
		width: 299px;
	}

	.plan-type-detail .inner .figure.c {
		padding-right: 50px;
	}

	.plan-type-detail .inner .figure.c img {
		width: 214px;
	}

	.plan-type-detail .inner .figure.d img {
		width: 223px;
	}

	.plan-type-detail .inner .figure.d {
		padding-right: 40px;
	}

	.plan-type-detail .inner .figure.e img {
		width: 234px;
	}

	.plan-type-detail .inner .figure.e {
		padding-right: 60px;
	}

	.plan-type-detail .inner .figure.f img {
		width: 271px;
	}

	.plan-type-detail .inner .figure.f {
		padding-right: 25px;
	}

	.plan-type-detail .inner .figure.g img {
		width: 278px;
	}

	.plan-type-detail .inner .figure.g {
		padding-right: 40px;
	}

	.plan-type-detail .inner .figure.h img {
		width: 298px;
	}

	.plan-type-detail .inner .figure.h {
		padding-right: 0;
	}
}

@media screen and (max-width: 736px) {
	.plan-type-detail .inner {
		padding: 0;
		width: auto;
	}

	.plan-type-detail .inner .content {
		padding-left: 0;
	}

	.plan-type-detail .inner .content .maincopy {
		margin-bottom: 20px;
	}

	.plan-type-detail .inner .content .maincopy img {
		height: 33px;
	}

	.plan-type-detail .inner .content .wrap .text .title {
		font-size: 40px;
		margin-bottom: 5px;
	}

	.plan-type-detail .inner .content .wrap .text .title span {
		font-size: 18px;
	}

	.plan-type-detail .inner .content .wrap .text .type {
		font-size: 20px;
	}

	.plan-type-detail .inner .content .wrap .text .type span {
		font-size: 13px;
	}

	.plan-type-detail .inner .content .wrap .text .detail p {
		font-size: 14px;
	}

	.plan-type-detail .inner .content .wrap .image {
		margin-left: 40px;
		width: 135px;
	}

	.plan-type-detail .inner .content .example {
		font-size: 12px;
	}

	.plan-type-detail .inner .content .info .list {
		font-size: 14px;
	}

	.plan-type-detail .inner .content .info .list::before {
		font-size: 14px;
	}

	.plan-type-detail .inner .content .info.other .copy {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.6;
		margin-bottom: 5px;
	}

	.plan-type-detail .inner .content .button-wrap .item {
		width: 88px;
	}

	.plan-type-detail .inner .figure::after {
		right: 0
	}

	.plan-type-detail .inner .figure.a {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.a img {
		width: 83.9%;
	}

	.plan-type-detail .inner .figure.b {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.b img {
		width: 82.5%;
	}

	.plan-type-detail .inner .figure.b::after {
		bottom: -30px;
	}

	.plan-type-detail .inner .figure.c {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.c img {
		width: 60%;
	}

	.plan-type-detail .inner .figure.d img {
		width: 62.5%;
	}

	.plan-type-detail .inner .figure.d {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.e img {
		width: 65.7%;
	}

	.plan-type-detail .inner .figure.e {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.f img {
		width: 76.8%;
	}

	.plan-type-detail .inner .figure.f {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.g img {
		width: 82.5%;
	}

	.plan-type-detail .inner .figure.g {
		padding-right: 0;
	}

	.plan-type-detail .inner .figure.g::after {
		bottom: -30px;
	}

	.plan-type-detail .inner .figure.h img {
		width: 90.4%;
	}

	.plan-type-detail .inner .figure.h {
		padding-right: 0;
	}
}