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

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

.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 {
		margin: 0;
		width: 48%;
	}
}

.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;
	}
}