@charset "utf-8";

.layout-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

.tabmenu{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 3px solid #17C335;
}
.tabmenu ul{
	margin: 0;
	padding: 0;
}
.tabmenu ul li{
	margin: 0 .5%;
	padding: 7px 1em;
	background: #ccc;
}
.tabmenu ul li.cr{
	background: #17C335;
	font-weight: bold;
}
.tabmenu ul li a{
	color: #000;
	text-decoration: none;
	display: block;
}
.tabmenu ul li.cr a{
	color: #FFF;
}

.copy{
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0 1em 0;
}


/*分譲地+区画図
----------------------------------------------------------------------*/
.frame-bunjo .kukakuzu{
	width: 30%;
}
.frame-bunjo .frame-photos{
	width: 70%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame-bunjo .frame-photos ul li{
	width: 32%;
	margin: .5% .5% 1.5%;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame-bunjo .kukakuzu img,
.frame-bunjo .frame-photos ul li .photo img{
	max-width: 100%;
	height: auto;
}
.frame-bunjo .frame-photos ul li .caption{
	padding: .7em 0 0 0;
	text-align: center;
}

.frame-bunjo .frame-detail{
	width: 99%;
	margin: 20px auto 0;
}

/*周辺案内図
----------------------------------------------------------------------*/
.frame-around ul li{
	width: 24%;
	margin: .5% .5% 1.5%;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame-around ul li .photo img{
	max-width: 100%;
	height: auto;
}
.frame-around ul li .caption{
	padding: .7em 0 0 0;
	text-align: center;
}

/*map
----------------------------------------------------------------------*/
/*
.frame-maps .box{
	width: 50%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}*/
.frame-maps .box iframe{
	width: 100%;
	height: 300px;
}

/*slider
----------------------------------------------------------------------*/
.slider-for{
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}
/*
slider-for img,
slider-nav img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}*/
.slider-nav .slick-slide{
	min-height: auto;
	min-height: initial;
}
 .slider-for img {
 	max-width: 100%;
	max-height: 100%;
    width: auto;
	height: auto;
	margin: auto;
	vertical-align: middle;
	position: relative;
	top: 50%;
}
.slider-nav img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*parts
----------------------------------------------------------------------*/
.btnNormal{
	text-align: center;
	margin: 20px auto;
	display: inline-block;
}
.btnNormal a{
	padding: 10px 60px 10px 60px;
	display: block;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #292929;
}

.btnNormal img.icon{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.btnNormal a:hover{
	background: #f1f1f1;
}

.btnNormalBlue{
	text-align: center;
	margin: 20px auto;
	display: inline-block;
}

.btnNormalOrange a{
	padding: 10px 60px 10px 60px;
	display: block;
	text-decoration: none;
	background: #fd8f00;
	color: #FFF;
}

.btnNormalOrange .ar a{
	background: url("../../img/common/ar_white_circle.svg") no-repeat left 15px center #fd8f00;
}

.btnNormalOrange  img.icon{
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.btnNormalOrange  a:hover{
	background: #999;
	color: #FFF;
}
.btnNormalOrange .ar a:hover{
	background: url("../../img/common/ar_white_circle.svg") no-repeat left 15px center #999;
}


@media screen and (min-width: 980px) {
.btnNormal a,
.btnNormalOrange  a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
}

/*table
----------------------------------------------------------------------*/
table.normal,
.cms-posts table{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
table.normal caption,
.cms-posts table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before,
.cms-posts table caption:before{
	content: "■";
}

table.normal thead th,
.cms-posts table thead th{
	padding: 1.5em;
	border: 1px solid #fff;
	text-align: center;
	font-weight:bold;
	background-color: #4b4b4b;
	color: #FFF;
}
table.normal thead th a,
.cms-posts table th a{
	color:#FFF;
}
table.normal tbody th,
.cms-posts table tbody th{
	padding: 1px 10px;
	text-align: center;
	font-weight:normal;
	background-color: #eeeeee;
	border: 1px solid #999;
	color: #000;
}

table.normal tbody td,
.cms-posts table tbody td{
	padding: 1.5em;
	border: 1px solid #999;
}
table.normal tbody tr.lines,
.cms-posts table tbody tr.line{
	border-top: 3px solid #999;
}
table.normal.center td{
	text-align: center;
}

@media screen and (max-width: 620px) {
table.normal{
	display: block;
	border-top: none !important;
	border-bottom: none !important;
	width: 100%;
}
table.normal thead{
	display: none;
}
table.normal tbody{
	display: block;
	width: 100%;
	border-top: none !important;
}
table.normal tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.normal th,
table.normal td{
	display: list-item;
	width: 100%;
	padding: 5px 10px !important;
	border: none !important;
}
table.normal th{
	list-style-type: none;
	display: block;
	background: #ededed;
	border: none !important;
}

table.normal td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
	border: none !important;
}
}
table.lineBtm{
	width: 100%;
	border: 0;
}

table.lineBtm th{
	border-bottom: 1px solid #c2c4c8;
	padding: 3px 15px;
	text-align: left;
}
table.lineBtm td{
	border-bottom: 1px solid #c2c4c8;
	padding: 3px 15px;
}


dl.normal dt{
	font-weight: bold;
	color: #0085cc;
	padding: 0 0 0 0;
	font-weight: 700;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	padding: 0 0 10px 1em;
}




@media screen and (max-width: 620px) {
table.smartphone{
	display: block;
	width: 100%;
}
table.smartphone thead{
	display: none;
}
table.smartphone tbody{
	display: block;
	width: 100%;
}
table.smartphone tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.smartphone th,
table.smartphone td{
	display: list-item;
	width: 100%;
	padding: 5px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table.smartphone th{
	list-style-type: none;
	display: block;
	background: #ededed;
}

table.smartphone td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
}
}

@media screen and (min-width: 980px) {
/*pc*/
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}