.main.plan {
	background-color: #fff;
}

#container.plan .anchor-link {
	display: flex;
	justify-content: center;
}

#container.plan .anchor-link .list {
	border: 1px solid #fff;
	margin: 0 5px;
	width: 200px
}

@media screen and (max-width: 736px) {
	#container.plan .anchor-link .list {
		margin: 0 2px;
		width: 105px;
	}
}

#container.plan .anchor-link .list a {
	color: #fff;
	display: block;
	font-size: 16px;
	letter-spacing: 0.2em;
	padding: 6px 0;
	text-align: center;
	text-indent: 0.2em;
	text-shadow: 0px 0px 5px #fff;
	transition: all 0.3s ease;
	width: 100%;
}

@media screen and (max-width: 736px) {
	#container.plan .anchor-link .list a {
		font-size: 11px;
		padding: 9px 0;
	}
}

#container.plan .anchor-link .list a:hover {
	background-color: #fff;
	color: #000;
}

#container.plan .anchor-link .list.current {
	border: 1px solid #93914c;
}

#container.plan .anchor-link .list.current a {
	color: #93914c;
	text-shadow: 0px 0px 5px #93914c;
}

#container.plan .anchor-link .list.current a:hover {
	background-color: #93914c;
	color: #000;
}



.chapter.plan-list {
	flex-direction: column;
	padding-top: 60px;
}

@media screen and (max-width: 736px) {
	.chapter.plan-list {
		padding-top: 20px;
	}
}

.chapter.plan-list .anchor-link {
	margin-top: 40px;
}

.section#room,
.section#land {
	margin-top: -140px;
	padding-top: 140px;
}

@media screen and (max-width: 736px) {
	.section#room,
	.section#land {
		margin-top: -60px;
		padding-top: 60px;
	}
}

.plan-type {
	background-color: #282828;
	padding: 40px 0 45px;
}

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

.plan-type .title {
	color: #fff;
	font-size: 24px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	text-indent: 0.2em;
	text-align: center;
}

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

.plan-type .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.plan-type .wrap .list {
	background-color: #a0a477;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	transition: opacity 0.3s ease;
	width: 48%;
}

@media screen and (max-width: 736px) {
	.plan-type .wrap .list {
		margin-bottom: 12px;
		padding: 11px;
		width: 100%;
	}
}

.plan-type .wrap .list:hover {
	opacity: 0.8;
}

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

@media screen and (max-width: 736px) {
	.plan-type .wrap .list:nth-last-child(-n+2) {
		margin-bottom: 12px;
	}

	.plan-type .wrap .list:last-child {
		margin-bottom: 0;
	}
}

.plan-type .wrap .list .box {
	background-color: #646938;
	padding: 20px 0 25px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.plan-type .wrap .list .box {
		padding: 12px 0 15px;
	}
}

.plan-type .wrap .list .box img {
	height: 150px;
	margin: 0 auto;
	width: auto;
}

@media screen and (max-width: 1100px) {
	.plan-type .wrap .list .box img {
		height: 120px;
	}
}

@media screen and (max-width: 736px) {
	.plan-type .wrap .list .box img {
		height: 87px;
	}
}

.plan-type .wrap .list .box .icon {
	height: 32px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 32px;
}

@media screen and (max-width: 736px) {
	.plan-type .wrap .list .box .icon {
		height: 18px;
		right: 6px;
		bottom: 6px;
		width: 18px;
	}
}



.plan-about {
	background-color: #000;
	padding: 160px 0 60px;
}

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

	.plan-about .text-primary {
		padding: 0 20px;
	}
}

.plan-about .figure {
	height: 495px;
	margin: 100px auto 175px;
	position: relative;
	width: 663px;
}

@media screen and (max-width: 736px) {
	.plan-about .figure {
		height: 261px;
		margin: 40px auto 105px;
		width: 280px;
	}
}

.plan-about .figure img {
	height: 100%;
	width: 100%;
}

.plan-about .figure .link {
	background-color: rgba(147,145,76,0.7);
	cursor: pointer;
	display: block;
	height: 437px;
	position: absolute;
	left: 0;
	bottom: 56px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

@media screen and (max-width: 736px) {
	.plan-about .figure .link {
		bottom: 38px;
		height: 222px;
	}
}

.plan-about .figure .link.a {
	left: 62px;
	width: 70px;
}

@media screen and (max-width: 736px) {
	.plan-about .figure .link.a {
		left: 5px;
		width: 36px;
	}
}

.plan-about .figure .link.b {
	left: 132px;
	width: 61px;
}

@media screen and (max-width: 736px) {
	.plan-about .figure .link.b {
		left: 41px;
		width: 32px;
	}
}

.plan-about .figure .link.c {
	left: 193px;
	width: 65px;
}

@media screen and (max-width: 736px) {
	.plan-about .figure .link.c {
		left: 73px;
		width: 32px;
	}
}

.plan-about .figure .link.d {
	left: 258px;
	width: 77px;
}

@media screen and (max-width: 736px) {
	.plan-about .figure .link.d {
		left: 105px;
		width: 39px;
	}
}

.plan-about .figure .link p {
	position: absolute;
	color: #fff;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 736px) {
	.plan-about .figure .link p {
		font-size: 16px;
	}
}

.plan-about .figure .link:hover {
	opacity: 1;
}




.plan-land {
	background-color: #000;
	padding: 0 0 220px;
}

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

.plan-land .land-wrap {
	background-color: #c7c7c7;
	text-align: center;
	padding: 60px 0 15px;
}

@media screen and (max-width: 736px) {
	.plan-land .land-wrap {
		padding: 45px 20px 30px;
	}
}

.plan-land .land-wrap .headding-quaternary {
	color: #000000
}

.plan-land .land-wrap .text {
	font-size: 18px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	line-height: 2.5;
	letter-spacing: 0.2em;
	text-align: center;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.plan-land .land-wrap .text {
		font-size: 16px;
		margin-bottom: 25px;
		line-height: 2;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
}

.plan-land .land-wrap .figure {
	height: auto;
	margin: 0 auto;
	width: 636px;
}

@media screen and (max-width: 736px) {
	.plan-land .land-wrap .figure {
		width: 100%;
	}
}

.plan-land .detail {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 75px 0 0;
	text-align: center;
	width: auto;
}

@media screen and (max-width: 736px) {
	.plan-land .detail {
		flex-direction: column;
		padding: 60px 20px 0;
	}
}

.plan-land .detail .item {
	margin: 0 30px;
	width: 280px;
}

@media screen and (max-width: 736px) {
	.plan-land .detail .item {
		margin: 0 0 50px;
		width: 100%;
	}

	.plan-land .detail .item:last-child {
		margin: 0;
	}
}

.plan-land .detail .item img {
	height: auto;
	width: 100%;
}

.plan-land .detail .item .title {
	color: #fff;
	font-size: 18px;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-align: left;
}

@media screen and (max-width: 736px) {
	.plan-land .detail .item .title {
		font-size: 16px;
	}
}

.plan-land .detail .item .text {
	color: #fff;
	font-size: 14px;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.plan-land .detail .item .text {
		font-size: 13px;
	}
}

.plan-land span {
	color: #fff;
	display: block;
	font-size: 12px;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	margin: 35px auto 0;
	letter-spacing: 0;
	text-align: left;
	width: 620px;
}

@media screen and (max-width: 736px) {
	.plan-land span {
		margin: 25px auto 0;
		padding: 0 20px;
		width: 100%;
	}
}

.plan-detail {
	align-items: flex-end;
	display: flex;
	margin-bottom: 110px;
	padding-top: 55px;
}

@media screen and (max-width: 736px) {
	.plan-detail {
		flex-direction: column-reverse;
		padding-top: 45px;
		margin-bottom: 75px;
	}
}

.plan-detail .content {
	width: 49.5%;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content {
		width: 53%;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content {
		width: 100%;
	}
}

.plan-detail .content .title {
	color: #595649;
	font-size: 19px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 50px;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content .title {
		font-size: 17px;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content .title {
		font-size: 14px;
	}
}

.plan-detail .content .title span {
	display: block;
	padding-left: 23px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .title span {
		padding-left: 19px;
	}
}

.plan-detail .content .title span::before {
	content: '◎';
	color: #595649;
	font-size: 19px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	line-height: 2;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content .title span::before {
		font-size: 17px;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content .title span::before {
		font-size: 14px;
	}
}

.plan-detail .content .detail-wrap {
	align-items: flex-start;
	display: flex;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap {
		flex-direction: column;
		margin-bottom: 0
	}
}

.plan-detail .content .detail-wrap .text-wrap {
	width: 62.3%;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap {
		padding-right: 0;
		width: 100%;
	}
}

.plan-detail .content .detail-wrap .text-wrap .type {
	margin-bottom: 35px;
}

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

.plan-detail .content .detail-wrap .text-wrap .type > img {
	height: 105px;
	width: auto;
}

@media screen and (max-width: 1280px) {
	.plan-detail .content .detail-wrap .text-wrap .type > img {
		height: 85px;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap .type > img {
		height: 95px;
		width: auto;
	}
}

.plan-detail .content .detail-wrap .text-wrap .price {
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 90%;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap .price {
		justify-content: flex-start;
		padding-bottom: 10px;
		width: 100%;
	}
}

.plan-detail .content .detail-wrap .text-wrap .price .sub {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content .detail-wrap .text-wrap .price .sub {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap .price .sub {
		margin-right: 15px;
	}
}

.plan-detail .content .detail-wrap .text-wrap .price > p {
	color: #af220e;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 37px;
	line-height: 1;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content .detail-wrap .text-wrap .price > p {
		font-size: 32px;
	}
}

.plan-detail .content .detail-wrap .text-wrap .price > p .unit {
	color: #af220e;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 24px;
	margin-left: 5px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content .detail-wrap .text-wrap .price > p .unit {
		font-size: 19px;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap .price > p .unit {
		font-size: 21px;
	}
}

.plan-detail .content .detail-wrap .text-wrap .area {
	color: #595649;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 16px;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
	.plan-detail .content .detail-wrap .text-wrap .area {
		font-size: 15px;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap .area {
		font-size: 14px;
		margin-bottom: 13px;
	}
}

.plan-detail .content .detail-wrap .text-wrap .area span {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .text-wrap .area span {
		font-size: 10px;
	}
}

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

.plan-detail .content .detail-wrap .figure {
	width: 37.7%;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .detail-wrap .figure {
		text-align: center;
		width: 100%;
	}
}

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

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

.plan-detail .info {
	color: #716f5f;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.plan-detail .info {
		margin: 7px 0 45px;
		text-align: left;
	}
}

.plan-detail .info > span {
	display: inline-block;
	padding-left: 35px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.plan-detail .info > span {
		padding-left: 30px;
	}
}

.plan-detail .info > span > img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	width: 30px;
}

@media screen and (max-width: 736px) {
	.plan-detail .info > span > img {
		width: 25px;
	}
}

.plan-detail .content .plan-pager {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .plan-pager {
		justify-content: space-between;
		margin-top: 40px;
	}
}

.plan-detail .content .plan-pager a {
	border: 1px solid rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.6);
	display: inline-block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 10px;
	padding: 17px 0 15px;
	text-align: center;
	transition: all 0.3s ease;
	width: 160px;
}

@media screen and (max-width: 736px) {
	.plan-detail .content .plan-pager a {
		font-size: 13px;
		letter-spacing: 0.15em;
		margin: 0;
		width: 32%;
	}
}

.plan-detail .content .plan-pager a.hide {
	pointer-events: none;
	opacity: 0.5;
}

.plan-detail .content .plan-pager a:hover {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}

.plan-detail .drawing {
	position: relative;
	text-align: center;
	width: 50.5%;
}

@media screen and (max-width: 1100px) {
	.plan-detail .drawing {
		width: 47%;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing {
		margin: 0 auto 35px;
		padding-right: 30px;
		text-align: center;
		width: auto;
	}
}

.plan-detail .drawing::after {
	background: url(../images/plan/icon-n.svg) no-repeat center center;
	background-size: 28px 36px;
	content: '';
	position: absolute;
	right: 0;
	bottom: 5px;
	height: 36px;
	width: 28px;
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing::after {
		background-size: 18px 23px;
		right: 0;
		height: 23px;
		width: 18px;
	}
}

.plan-detail .drawing img.a {
	height: auto;
	width: 67.7%;
}

.plan-detail .drawing img.b {
	height: auto;
	width: 70.8%;
}

.plan-detail .drawing img.c {
	height: auto;
	width: 68.7%;
}

.plan-detail .drawing img.d {
	height: auto;
	width: 84.9%;
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing img {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing img.a {
		width: 244px
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing img.b {
		width: 242px
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing img.c {
		width: 233px
	}
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing img.d {
		width: 100%
	}
}