.g-nav ul li.n-pln a{
	border-left: 8px solid #716864;
	pointer-events: none;
	background-color: #EEEEEE;	
}
.inr{
	margin-top: 60px;	
}
.cap{
	font-size: 12px;
	line-height: 14px;
}
.center{
	text-align: center;	
}
.contents h2.sec-ttl + p{
	margin-bottom: 60px;
	text-align: center;
	font-size: 16px;
		line-height: 28px;
	letter-spacing: 0.2em;
	margin-top: 20px;
}
.contents-head{
	padding: 30px 0px;
	margin-top: 0px;
	background-color: #f4f3f2;
}
.contents-head p{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2em;
}
p.ttl-cs{
	color:#A39F97;	
}
p.ttl-ps{
	color:#939EA7;
}
.merit{
	flex-wrap: wrap;
	justify-content: space-between;
}
.merit p{
	width: 24%;
	text-align: center;
	font-size: 16px;
	padding: 10px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 70px;
	margin-bottom: 1%;
	border: 3px solid #CAD8E3;
}
.merit p.kado{
	line-height: 18px;
	padding-top: 5px;
}
.merit p.cs{
	border: 3px solid #E7E1D5;
}
.merit p span{
	font-size: 12px;
	width: 100%;
	display: block;
	padding-top: 5px;
	line-height: 14px;
}
.merit p sup{
	top: -0.2em;
	font-size: 80%;
}
.plan-list{
	flex-wrap: wrap;
	margin-top: 60px;
}
.plan-list > div{
	padding: 30px;
	width: 49%;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
.plan-list .flex{
	align-items: flex-start;
}
.plan-list a{
	display: block;
	text-decoration: none;
	color: #000000;
}
.plan-list .btn-head{
	height: 80px;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}
.plan-list .btn-head p:first-child{
	color: #716964;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.1em;
	text-align: left;
}
.plan-list .btn-head p span{
	font-size: 36px;
	display: inline-block;
	margin-right: 5px;
}

.plan-list > div .viewmore{
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #f4f3f2;
	color: #000000;
}
.plan-cap{
	margin-top: 30px;
	font-size: 12px;
}
.plan-cap p{
	line-height: 16px;
	margin-bottom: 10px;
	height: 16px;
}
.plan-cap span{
	position: relative;
	padding-left: 35px;
	display: inline-block;
	margin-right: 15px;
}
.plan-cap span:before{
	content: "";
	width: 30px;
	height: 16px;
	background-color: #e0e0d0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
.plan-cap span.yukadan:before{
	background-color: #e8dde6;
}
.plan-cap img{
	height: 16px;
	width: auto;
	margin-right: 20px;
}
.type-detail{
	
}
.type-detail .inr{
	max-width: 800px;
	position: relative;	
}
.type-detail .type-head{
	padding-bottom: 10px;
	font: 16px "Oswald", sans-serif;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #716964;
}
.type-detail .type-head span{
	font-size: 300%;
	display: inline-block;
	color: #716964;
	margin-right: 5px;
}
.type-detail .type-head span.mid{
	font-size: 180%;
	margin-right: 0px;
}
.type-detail .type-spec{
	text-align: right;
	font-size: 13px;
	line-height: 20px;
}
.type-detail .inr p.plan-img{
	max-width: 600px;
	width: 90%;
	margin: 0px auto;
}
.type-detail .plan-cap{
	padding-top: 20px;
	border-top: 1px solid #716964;
	margin-top: 0px;
}
.inr.type-nav{
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 40px;
}
.type-prev, .type-next {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2;
	transition: all .3s ease;
	position: relative;
}

.type-prev:before, .type-next:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	pointer-events: none;
    transform: rotate(45deg);
}
.type-prev:before {
    transform: rotate(-135deg);
}
.type-prev a, .type-next a{
	display: block;
	width: 100%;
	height: 100%;
}
.containerbox {
  height: 400px!important;
  overflow: hidden;
  position: relative;
  cursor: move;
  margin: 40px 0px 0px;
}
.containerbox img {
	max-width: none !important;
	width: auto;
}
.containerbox #pano-img img{
	width: auto;	
}
.view-spacer img{
	width: 100%;
	height: auto;
}
.pano .controls {
	position: relative;
	width: 100%;
	height: 400px;
}
.pano .controls a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #eee;
    font-size: 30px;
    width: 60px!important;
    height: 60px!important;
    padding: 0px!important;

    text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.pano .controls a img{
	width: 100%;
	height: 100%;
}
.containerbox .pano-cap {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0px 0px 5px #000000;
}
p.floor{
	max-width: 900px;
	margin: 0px auto 60px;
}
p.floor .cap{
	text-align: right;
	display: block;
}
@media screen and (max-width:750px) {
	.contents-head p{
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 15px;
	letter-spacing: normal;
	}
		.contents-head p br{
	display: none;	
	}
	.contents h2.sec-ttl + p {
	margin-bottom: 40px;
	line-height: 24px;
	letter-spacing: normal;
	margin-top: 20px;
}
	.merit {
    margin-bottom: 40px;
}
	.merit p{
	width: 100%;

	font-size: 16px;
	}

		.merit p br{
	display: none;
	}
	.plan-list > div {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
	.type-detail .inr {
	margin-top: 0px;
	
}
	.type-detail .type-spec{
	text-align: left;
	padding-top: 10px;
	}
	.type-prev{
	left: 0px;
	}
	.type-next{
		right: 0px;
	}
	.plan-cap{
	font-size: 13px;
	line-height: 20px;
}
	.plan-cap p{
	height: auto;
	line-height: 20px;
}
	  .containerbox {
	margin: 40px calc(50% - 50vw) 20px;
	width: 100vw;
	height: 300px!important;
  }
	.containerbox img {
	height: 300px !important;
	width: auto;
}
	.pano .controls {
	height: 300px;
}
.pano .controls a img{
	height: 60px!important;
}
}