@charset "UTF-8";
/* CSS Document */


/* index page
=============================================================================*/
#cont01 {
	width: 100%;
	height: 1200px;
	background: url(../img/index/cont01_mat.jpg) repeat-x center;
	}
	#cont01 .content {
	max-width: 1600px;
	width: 100%;
	height: 100%;
	background-image: url(../img/index/cont01_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	}
	#cont01 .cover {
	width: 100%;
	height: 100%;
	background: url(../img/index/cont01_cover.png) no-repeat center top;
	}
	#cont01 .txtArea {
	position: absolute;
	top: 80px;
	right: 45%;
	width: 530px;
	}
	#cont01 .txtArea h3 {
	float: right;
	margin-left: 35px;
	}
	#cont01 .txtArea h2 {
	float: right;
	margin-left: 35px;
	}
	#cont01 .txtArea p {
	float: right;
	margin-top: 65px;
	}

#cont02 {
	padding-top: 20px;
	margin-bottom: 55px;
	}
	#cont02 .container {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	#cont02 h3 {
	margin-bottom: 2em;
	}
#cont02 .cont {
	width: 320px;
	margin: 22px 20px 45px 0px;
	padding: 0px 18px 75px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px rgba(63,57,49,0.80);
	border-top: 0px;
	position: relative;
	}
	#cont02 .cont .num {
	position: relative;
	margin-top: -18px;
	margin-bottom: -10px;
	}
	#cont02 .cont .num::before, #cont02 .cont .num::after {
	content: '';
	display: inline-block;
	width: 125px;
	border-bottom: solid 1px rgba(63,57,49,0.80);
	position: absolute;
	top: 35%;
	}
	#cont02 .cont .num::before { left: -18px; }
	#cont02 .cont .num::after { right: -18px; }

	#cont02 .txtArea {
	font-size: 1.4rem;
	margin-bottom: 20px;
	}
	#cont02 .cont h4 {
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1em;
	font-weight: bold;
	}
	#cont02 .btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	white-space:nowrap;
	}

#cont03 {
	background: url(../img/bg02.png);
	padding: 70px 0;
	}
	#cont03 h3 {
	margin-bottom: 2.2em;
	}
	#cont03 .cont {
	margin-bottom: 60px;
	}
#cont03 .bnrArea {
	border: solid 1px #776c65;
	padding: 40px 65px;
	}

#cont04 {
	padding: 60px 0;
	text-align: center;
	}



#mini {
	padding: 10px;
	display: block;
	height: auto;
	width: 295px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
	float: left;
	background-color: #FFF;
}
#mini hr {width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both; border-style: none; visibility: hidden;}

/*プラン*/
#mini #minileft {
	width: 295px;
	float: right;
	word-wrap: break-word;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mini #minileft p {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0px 10px 0;
	padding: 0px;
}
#mini #minileft h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DC9C76;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#mini #minileft h4 a{
	margin: 0px;
	padding: 0;
	color: #DC9C76;
	text-decoration: none;
}
#mini #minileft h4 a:hover {
	color: #DC9C76;
	font-weight: bold;
	text-decoration: underline;
}

#mini #miniright {
	width: 295px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mini #miniright img {
	margin: 0px 0px 0px;
	padding: 0px;
	border-style: none;
}


/*プランボタン*/
#mini #miniright p {margin: 0px; padding: 0px; display: block;}
#mini #miniright p a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 295px;
	height: 105px;
	background: url(m_plan02.gif) no-repeat;
}
#mini #miniright p a:hover { background: url(m_plan02_ov.gif) no-repeat;}

#mini #miniright strong {display: none;}
.mini hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}
#index #wrapper #contents #cont03 .container .cont hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
