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

/* clearfix */
.cf:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size:0.1em;line-height:0;}
.cf			{display: inline-block;}
/* Hides from IE-mac ¥*/
* html .cf	{height: 1%; }
.cf			{display: block; }
a img		{border-style:none;}
.gnavWrap	{padding-top:3px;}

.mt0	{margin-top:0px!important;}
.mt5	{margin-top:5px!important;}
.mt10	{margin-top:10px!important;}
.mt15	{margin-top:15px!important;}
.mt20	{margin-top:20px!important;}
.mt25	{margin-top:25px!important;}
.mt30	{margin-top:30px!important;}
.mt35	{margin-top:35px!important;}
.mt40	{margin-top:40px!important;}
.mt45	{margin-top:45px!important;}
.mt50	{margin-top:50px!important;}
.mt55	{margin-top:55px!important;}






/* 大規模分譲・ブランドシリーズ
 --------------------------------------------- */
 .wrapper{
  height: 100vh;
  overflow: scroll;
  scroll-behavior: smooth;
}
 
.spanc ul{
	width:92%;
	margin:20px 4%;
}
 
.spanc li{
	float:left;
	width:48%;
	text-align:center;
	margin-top:10px;
}
.spanc li:nth-child(odd){
	float:left;
	width:48%;
	margin-right:4%;
	text-align:center;
	margin-top:10px;
}
.spanc img{
	width:100%;
}
.spanc a{
	color:#333;
}
.brandttl{
	width:100%;
	margin:0 auto;
}
.brandttl h2,h3{
	line-height:70%;
}
.brandttl img{
	width:100%;
}

.brandarea{
	width:auto;
	margin:10px 4%;
}
.brandarea li{
	margin-bottom:15px;
}

.brandarea a{
	font-size:18px;
	font-weight:bold;
	color:#00f;
	text-decoration:underline;
}
.btnwrap a {
	border:#ccc solid 5px;
	display:block;
	text-align:center;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	position:relative;
	padding-bottom:22%;
}
.btnwrap img {
	width:100%;
}
.btnwrap h2 {
	padding:15px 4% 0 4%;
	text-decoration:underline;
	font-size:18px;
}
.btnwrap h2 img{
	max-width:300px;
}
.btnwrap h3 {
	margin:10px 4% 0 4%;
}
.btnwrap h4 {
	margin:10px 0 0 0;
	padding:10px 0;
	font-size:18px;
}
.btnwrap h5 {
	margin:10px 4% 0 4%;
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	text-align:left;
}
.btnwrap dl {
	margin:10px 4% 0 4%;
	text-align:left;
}
.btnwrap dt {
	width:20%;
	height:20px;
	background-color:#666;
	color:#fff;
	text-align:center;
	font-size:10px;
	float:left;
	margin-right:2%;
	line-height:220%;
	margin-top:5px;
}
.btnwrap dd {
	font-size:14px;
	float:left;
	width:78%;
	margin-top:5px;
}
.btnwrap p {
	display:block;
	font-size:16px;
	width:92%;
	margin-top:5px;
	margin:0 4%;
	padding:5px 0;
	text-decoration:underline;
	font-weight:bold;
	background-image:url(../img/icon_arrow_top.png);
	background-position:5px center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:2%;
	line-height:120%;
}
.btnwrap p span{
	font-size:12px;
	line-height:120%;
}


/* ブランドごとのカラー設定 */
.btnwrap .color_mirais_o{
	color:#fff;
    background:-webkit-linear-gradient(left, #6293b6, #061a30);
    background:-moz-linear-gradient(left, #6293b6, #061a30);
    background:-o-linear-gradient(left, #6293b6, #061a30);
    background:linear-gradient(to right, #6293b6, #061a30);
}
.btnwrap .color_mirais_b{
	color:#fff;
	background-color:#522e1c;
}
.btnwrap .color_rarelies_o{
	color:#000;
	background-color:#c9edd7;
}
.btnwrap .color_rarelies_b{
	color:#fff;
	background-color:#333;
}
.btnwrap .color_onelink_o{
	color:#fff;
	background-color:#6fb1b7;
}
.btnwrap .color_onelink_b{
	color:#fff;
	background-color:#003;
}
.btnwrap .color_flavest_o{
	color:#fff;
	background-color:#003912;
}
.btnwrap .color_flavest_b{
	color:#fff;
	background-color:#877015;
}