@charset "utf-8";

/*--------------------
mainVis
---------------------*/
.mainVis .wrap02{
	background-image: url(../imgs/img-mv.jpg);
}

@media only screen and (max-width:736px) {

}



/*--------------------
planList
---------------------*/
#planList dl{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	border: solid 1px #e2e2e2;
	padding:10px 0 30px;
	font-family: 'Amiri', serif;
	position: relative;
}
#planList dl:after{
	content: '';
	width:30px;
	height: 10px;
	background: url(../imgs/icon-arrow.png) no-repeat;
	background-size:30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
}
#planList dl.typeA{
	background: url(../imgs/icon-a.png) no-repeat 113% 1%;
	background-size:55%;
}
#planList dl.typeB{
	background: url(../imgs/icon-b.png) no-repeat 112% 20%;
	background-size:48%;
}
#planList dl.typeF{
	background: url(../imgs/icon-f.png) no-repeat 144% 73%;
	background-size:53%;
}
#planList dl:before{
	content: '';
	width: 0;
	height: 2px;
	background: #af9377;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: .4s;
}
#planList dl:hover:before{
	width: 100%;
}
#planList dl.on:before{
	content: none;
}
#planList dl.on{
	border-bottom: solid 2px #af9377;
}
#planList dl dt{
	width: 26.5625%;
	text-align: center;
	font-size: 14px;
	color:#af9377;
	line-height: 1;
	border-right: solid 1px #e2e2e2;
	box-sizing: border-box;
}
#planList dl dt strong{
	display: block;
	font-size: 56px;
	font-weight: normal;
}
#planList dl dd{
	width: 73.4375%;
	padding-left: 6.25%;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.2;
}
#planList dl dd strong{
	font-size: 32px;	
	font-weight: normal;
}
#planList dl dd small{
	font-size: 16px;	
}
@media only screen and (max-width:1020px) {
	#planList{
		margin-top: -80px;
		padding-top: 80px;
	}
	#planList dl:hover:before{
		content: none;
	}
}
@media only screen and (max-width:736px) {
	#planList{
		margin-top: -50px;
		padding-top: 50px;
	}
	#planList .clmBox{
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-align-items: center; /* Safari */
		align-items: center;
		/*position: relative;	*/
		margin-top: 60px;
	}
/*	#planList .clmBox:before{
		content: '〈';
		color:#dadada;
		font-size: 30px;
		position: absolute;
		left: -10px;
		top: 50%;
		-webkit-transform: translateY(-50%); 
		transform: translateY(-50%);
	}
	#planList .clmBox:after{
		content: '〉';
		color:#dadada;
		font-size: 30px;
		position: absolute;
		right: -10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}*/
	#planList .clm{
		width:12%;
		margin-top: 0;
	}
	#planList .clm:nth-child(n+2){
		margin-left: 2%;
	}
	#planList dl{
		border: none;
		padding:0 0 5px;
		background: none !important;
	}
	#planList dl:after{
		display: none;
	}
	#planList dl.on{
		border-bottom: solid 1px #af9377;
	}
	#planList dl dt{
		width:100%;
		font-size: 10px;
		border:none;
		color: #999;
	}
	#planList dl.on dt{
		color:#a2866b;
	}
	#planList dl dt strong{
		font-size: 26px;
	}
	#planList dl dd{
		display: none;
	}
}

/*--------------------
planBox
---------------------*/
.planBox{
	border: solid 1px #e2e2e2;
	padding:60px 20px 20px;
}
.planBox.typeA{
	background: url(../imgs/icon-a.png) no-repeat 103% 1%;
	background-size:25%;
}
.planBox.typeB{
	background: url(../imgs/icon-b.png) no-repeat 103.5% -2%;
	background-size:22%;
}
.planBox.typeF{
	background: url(../imgs/icon-f.png) no-repeat 110% -2%;
	background-size:25%;
}
.planBox .planBox-spec{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: flex-end; /* Safari */
	align-items: flex-end;
	line-height: 100%;
	font-family: 'Amiri', serif;
}
.planBox .planBox-spec p:nth-child(n+2){
	margin-left:40px;
}
.planBox .planBox-spec .spec-type{
	font-size: 22px;
	color:#af9377;
}
.planBox .planBox-spec .spec-type strong{
	font-size: 72px;
	font-weight: normal;
	margin-right: 5px;
}
.planBox .planBox-spec .spec-ldk{
	font-size: 32px;
}
.planBox .planBox-spec .spec-ldk strong{
	font-size: 42px;
	font-weight: normal;
}
.planBox .planBox-spec .spec-ldk small{
	font-size: 22px;
}
.planBox .planBox-spec .spec-ldk small{
	font-size: 26px;
}
.planBox .planBox-spec .spec-space{
	font-size: 26px;
}
.planBox .planBox-spec .spec-space strong{
	font-size: 42px;
	font-weight: normal;
}
.planBox .planBox-spec .spec-cap{
	font-size: 10px;
	color:#999999;
}

@media only screen and (max-width:736px) {
	.planBox{
		padding:30px 20px 20px;
	}
	.planBox.typeA{
		background: url(../imgs/icon-a.png) no-repeat 106% 5px;
		background-size:40%;
	}
	.planBox.typeB{
		background: url(../imgs/icon-b.png) no-repeat 105% -10px;
		background-size:42%;
	}
	.planBox.typeF{
		background: url(../imgs/icon-f.png) no-repeat 120% -5px;
		background-size:47%;
	}
	.planBox .planBox-spec{
		display: block;
		line-height: 1;
	}
	.planBox .planBox-spec p:nth-child(n+2){
		margin-left:0;
		margin-top: 10px;
	}	
	.planBox .planBox-spec .spec-type{
		font-size: 22px;
	}
	.planBox .planBox-spec .spec-type strong{
		font-size: 52px;
	}
	.planBox .planBox-spec .spec-ldk{
		font-size: 28px;
	}
	.planBox .planBox-spec .spec-ldk strong{
		font-size: 35px;
	}
	.planBox .planBox-spec .spec-ldk small{
		font-size: 22px;
	}
	.planBox .planBox-spec .spec-space{
		font-size: 20px;
	}
	.planBox .planBox-spec .spec-space strong{
		font-size: 35px;
	}
}

/*--------------------
tab
---------------------*/
.tabContents{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin: 50px 0 80px;
}
.tabContents button{
	width:350px;
	background: #fff;
	border: solid 1px #e2e2e2;
	padding:7px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif Japanese';
	outline: 0;
	position: relative;
}
.tabContents button:nth-child(n+2){
	margin-left: -1px;
}
.tabContents button:before{
	content: '';
	width: 0;
	height: 2px;
	background: #af9377;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .4s;
}
.tabContents button:hover:before{
	width: 100%;
}
.tabContents button.is-active:before{
	content: none;
}
.tabContents button.is-active{
	color:#af9377;
	padding-bottom: 6px;
	border-bottom:solid 2px #af9377;
}
.tabContents_Panel{
	width: 91.33611691022965%;
	margin:0 auto;
	display: none;
	text-align: center;
}
.tabContents_Panel .clmBox{
	align-items: center;
}
.tabContents_Panel .clmBox .clm{
	width: 54.85714285714286%;
}
.tabContents_Panel .clmBox .clm:nth-child(2){
	width: 36%;
	margin-left: 9.142857142857142%;
}
@media only screen and (max-width:1020px) {
	.tabContents button:hover:before{
		content: none;
	}

}

@media only screen and (max-width:860px) {
	.tabContents_Panel{
		width:100%;
	}
	.tabContents_Panel .clmBox .clm{
		width: 100%;
	}
}

@media only screen and (max-width:736px) {
	.tabContents{
		margin: 30px 0;
	}
	.tabContents button{
		font-size: 12px;
	}
	.tabContents_Panel .clmBox .clm:nth-child(n+2){
		width: 100%;
		margin-left:0;
	}
}

.planBox .planBox-cap{
	margin-top: 50px;
	line-height: 2;
}
.planBox .planBox-cap img{
	vertical-align: middle;
}
.planBox .planBox-cap img:nth-child(n+2){
	margin: 0 3px 0 10px;
}


/*--------------------
plan-pointList
---------------------*/
.plan-pointList dl{
	background: #f6f4ee;
	padding:20px;
	box-sizing: border-box;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.plan-pointList dl:nth-child(n+2){
	margin-top: 15px;
}
.plan-pointList dl dt{
	width:22%;
	font-size: 18px;
	font-family: 'Amiri', 'Noto Serif Japanese';
	color:#af9377;
}
.plan-pointList dl dt strong{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 5px;
	font-size: 16px;
	line-height: 22px;
	color:#fff;
	font-weight: normal;
	background: #af9377;
	font-weight:normal;
	border:solid 2px #fff;
}
.plan-pointList dl dd{
	width:78%;
	padding-left: 5%;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
}
@media only screen and (max-width:1024px) {
	.plan-pointList dl{
		display: block;
	}
	.plan-pointList dl dt{
		width: 100%;
	}
	.plan-pointList dl dd{
		width: 100%;
		margin-top: 15px;
		font-size: 12px;
	}

}

@media only screen and (max-width:736px) {
	.plan-pointList{
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.plan-pointList dl{
		width:49%;
		padding:15px;
		box-sizing: border-box;
	}
	.plan-pointList dl:nth-child(n+2){
		margin-top: 0;
	}
	.plan-pointList dl:nth-child(n+3){
		margin-top: 7px;
	}
	.plan-pointList dl:nth-child(even){
		margin-left: 2%;
	}
	.plan-pointList dl dt{
		font-size: 18px;
	}
	.plan-pointList dl dt strong{
		display: inline-block;
		width: 18px;
		height: 18px;
		font-size: 14px;
		line-height: 20px;
	}
	.plan-pointList dl dd{
		padding-left: 0;
	}
}



















