.main.plan {
	margin-top: 150px;
}

@media screen and (max-width: 736px) {
	.main.plan {
		margin-top: 60px;
	}
}



.plan-content {
	padding: 85px 0 100px;
}

@media screen and (max-width: 736px) {
	.plan-content {
		padding: 65px 0 80px;
	}
}

.plan-content .headding {
	margin-bottom: 55px;
	text-align: center;
}

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

.plan-content .headding span {
	color: #595649;
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
}

.plan-content .headding span.en {
	font-size: 25px;
	letter-spacing: 0.4em;
	margin-bottom: 35px;
	text-indent: 0.4em
}

@media screen and (max-width: 736px) {
	.plan-content .headding span.en {
		font-size: 20px;
	}
}

.plan-content .headding span.ja {
	font-size: 20px;
	letter-spacing: 0.16em;
	text-indent: 0.16em
}

@media screen and (max-width: 736px) {
	.plan-content .headding span.ja {
		font-size: 15px;
		line-height: 1.8;
	}
}

.plan-content .figure-wrap {
	margin-bottom: 115px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap {
		margin-bottom: 75px;
	}
}

.plan-content .figure-wrap .figure {
	height: 444px;
	margin: 0 auto;
	position: relative;
	width: 592px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .figure {
		height: 210px;
		width: 280px;
	}
}

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

.plan-content .figure-wrap .link-wrap .item {
	background-color: rgba(76,95,26,0.5);
	position: absolute;
	bottom: 57px;
	height: 384px;
	opacity: 0;
	transition: all 0.3s ease;
	width: 70px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .link-wrap .item {
		bottom: 28px;
		height: 181px;
		width: 33px;
	}
}

.plan-content .figure-wrap .link-wrap .item:hover {
	opacity: 1;
}

.plan-content .figure-wrap .link-wrap .item a {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.plan-content .figure-wrap .link-wrap .item.a {
	left: 22px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .link-wrap .item.a {
		left: 10px;
	}
}

.plan-content .figure-wrap .link-wrap .item.b {
	left: 92px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .link-wrap .item.b {
		left: 43px;
	}
}

.plan-content .figure-wrap .link-wrap .item.c {
	left: 162px;
	width: 56px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .link-wrap .item.c {
		left: 76px;
		width: 27px;
	}
}

.plan-content .figure-wrap .link-wrap .item.d {
	left: 218px;
	width: 78px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .link-wrap .item.d {
		left: 103px;
		width: 37px;
	}
}

.plan-content .figure-wrap .link-wrap .item a {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 25px;
}

@media screen and (max-width: 736px) {
	.plan-content .figure-wrap .link-wrap .item a {
		font-size: 18px;
	}
}

.plan-content .plan-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	position: relative;
}

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

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

@media screen and (max-width: 736px) {
	.plan-content .plan-wrap::after {
		content: none;
	}
}

.plan-content .plan-wrap .list {
	text-align: center;
}

@media screen and (max-width: 736px) {
	.plan-content .plan-wrap .list {
		margin-bottom: 30px;
	}

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

.plan-content .plan-wrap .list .figure {
	height: 355px;
	margin: 0 auto 30px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.plan-content .plan-wrap .list .figure {
		margin: 0 auto 20px;
		height: 400px;
	}
}

.plan-content .plan-wrap .list .title {
	display: block;
	height: 62px;
	margin: 0 auto 30px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.plan-content .plan-wrap .list .title {
		height: 52px;
		margin: 0 auto 20px;
	}
}

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

@media screen and (max-width: 736px) {
	.plan-content .plan-wrap .list a {
		font-size: 14px;
		padding: 12px 0 11px;
	}
}

.plan-content .plan-wrap .list a:hover {
	border: 1px solid #a0a477;
	background-color: #a0a477;
	color: #fff;
}


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

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

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

@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: 90px;
}

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

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

@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: 61.4%;
}

@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: 25px;
}

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

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

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

.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: 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: 38.6%;
}

@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: 20px 0 50px;
		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: 60px;
}

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

.plan-detail .content .plan-pager a {
	border: 1px solid rgba(0,0,0,0.6);
	color: #000;
	display: inline-block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	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: 14px;
		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: 51.6%;
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing {
		margin: 0 auto 50px;
		padding-top: 45px;
		width: 90%;
	}
}

.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: 0;
	height: 36px;
	width: 28px;
}

@media screen and (max-width: 736px) {
	.plan-detail .drawing::after {
		background-size: 26px 34px;
		top: 0;
		right: 10px;
		bottom: auto;
		height: 34px;
		width: 26px;
	}
}

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

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

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

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