@charset "utf-8";
/* CSS Document */
/*-------------
#slide
-------------*/
#slide {
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}
#slide .inner {
	padding: 0;
}
.bx-wrapper {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}
.bx-wrapper img.sp {
	display: none;
}
.bx-viewport {
	overflow: visible !important;
}
.bx-wrapper .bx-pager {
	display: none;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/page_prev.png) no-repeat;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/page_next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	outline: 0;
	width: 22px;
	height: 42px;
	text-indent: -9999px;
	z-index: 999;
}

.bx_slider ul li a{
	display: block;
}


/*------------
#concept
-------------*/
#concept li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#concept li:nth-child(even) {
	flex-direction: row-reverse;
}
#concept li:nth-child(1) {
	background: url(../images/concept_bg_01.png) bottom 0 right 45px no-repeat;
}
#concept li:nth-child(2) {
	background: url(../images/concept_bg_02.png) bottom 0 left 0 no-repeat;
}
#concept li:nth-child(3) {
	background: url(../images/concept_bg_03.png) bottom 0 right 0 no-repeat;
}
#concept li figure {
	width: 570px;
}
#concept li .text {
	width: 535px;
	font-weight: bold;
}
#concept li:nth-child(2) .text {
	text-align: right;
}
#concept li h3 {
	margin-bottom: 20px;
}
#concept li p {
	margin-bottom: 30px;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.4;
}
#concept .btn_more {
	width: 50%;
}
#concept li:nth-child(2) .btn_more {
	margin-left: auto;
}
.btn_more span {
	display: block;
	padding: .5em;
	background: rgba(0,0,0,.5);
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: .2rem;
	font-weight: bold;
}
/*------------
#estate
-------------*/
#estate ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#estate li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 535px;
}
#estate li figure {
	width: 350px;
}
#estate li .text {
	width: 170px;
}
#estate .soldout{
	font-weight: bold;
	color: #D90000;;
}
#estate li .text h3 {
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: bold;
}
#estate li .text ul {
	display: block;
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 1.6;
}
/*------------
#works
-------------*/
#works ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#works li {
	position: relative;
	width: calc(100% / 3);
	text-align: center;
}
#works li h3 {
	position: absolute;
	bottom: 0;
	right: 1px;
	padding: .5em 1em;
	background: rgba(0,0,0,.5);
	color: #FFF;
	font-weight: bold;
}
#works li h3:after {
	content: url(../common/images/arrow_more.png);
	padding-left: 3em;
}
#works a {
	color: #fff;
	text-decoration: none;
}
#works li .btn_more {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
}
#works li .btn_more span {
	margin: 0 auto;
	width: 70%;
}


#works .story{
	display: block;
}
#works .story li {
	margin-bottom: 30px;
	background: #4ABDCD;
	width: 100%;
}

#works .story .garage {
	background: #548235;
	width: 100%;
}
#works .story li a{
	display: flex;
	text-decoration: none;
}
#works .story li a:hover{
	opacity: .5;
	transition: .8s
}
#works .story li a:hover img{
	opacity: 1;
}
#works .story a > div{
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 713px;
	line-height: 1.6;
}
#works .story li .vol{
	margin-bottom: .75em;
	padding: 0 1em;
	border-bottom: #fff solid 2px;
	font-size: 2rem;
	display: inline-block;
}
#works .story li .vol em{
	font-size: 3rem;
	font-style: normal;
}
#works .story li h3{
	margin-bottom: .5em;
	line-height: 1.2;
	font-size: 2.4rem;
	position: static;
	background: none;
}
#works .story li h3:after{
	padding: 0;
	content: '';
}
#works .story li .read{
	font-size: 1.6rem;
}

#works .story li .btn_more {
	position: static;
	width: 245px;
	margin: 1em auto 0;
	padding: .5em;
	border: #fff 1px solid;
	font-size: 1.5rem;
	font-weight: bold;
}
#works .story li .btn_more:after {
	content: url(../common/images/arrow_more.png);
	margin-left: 1em;
}
/*------------
#news
-------------*/
#news .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news .ttl {
	width: 190px;
}
#news .ttl .lttl {
	margin-bottom: 30px;
}
#news dl {
	width: 680px;
}
#news dt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 220px;
	padding-left: 1em;
	font-weight: bold;
}
#news dt:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: transparent 5px solid;
	border-left: #333 7px solid;
}
#news dt span {
	display: inline-block;
	width: 95px;
	margin: 0 1em;
	background: #EEE;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .15rem;
	line-height: 1.6;
	text-align: center;
}
#news dd {
	margin-bottom: 1em;
	padding-left: 220px;
}
#news dd a {
	color: #000;
	text-decoration: none;
}
#news dd a:hover {
	text-decoration: underline;
}
#news .sns {
	margin-top: 3em;
	width: 100%;
	display: flex;
	justify-content: center;
}
#news .sns li {
	margin: 0 10px;
}
#news .sp {
	display: none;
}
#bnr ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bnr li {
	margin: 0 6px 6px 6px;
}

@media screen and (max-width:640px) {
/*-------------
#slide
-------------*/
.bx-wrapper img.pc {
	display: none;
}
.bx-wrapper img.sp {
	display: block;
}
/*------------
#concept
-------------*/
#concept li {
	margin-bottom: 20px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	border: #ccc 1px solid;
}
#concept li:nth-child(1) {
	background: none;
}
#concept li:nth-child(2) {
	background: none;
}
#concept li:last-child {
	margin-bottom: 0;
	background: none;
}
#concept li figure {
	width: 100%;
	margin-bottom: 20px;
}
#concept li .text {
	width: 100%;
	text-align: center;
}
#concept li:nth-child(2) .text {
	text-align: center;
}
#concept li h3 {
	text-align: center;
}
#concept li p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
}
#concept .btn_more {
	width: 80%;
	margin: 0 auto;
}
/*------------
#estate
-------------*/
#estate ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#estate ul li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	border: #ccc 1px solid;
}
#estate ul li:last-child {
	margin-bottom: 0;
}
#estate li figure {
	width: 40%;
}
#estate li .text {
	width: 55%;
	margin-bottom: 50px;
}
#estate li .text h3 {
	margin-bottom: 0;
	font-size: 1.6rem;
}
#estate li .text ul {
	font-size: 1.2rem;
}
#estate li .text li {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
#estate li .text .btn_more {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 80%;
}
/*------------
#works
-------------*/
#works ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#works li {
	width: 50%;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#works li:last-child {
	margin-bottom: 0;
}
#works li h3::after{
	padding-left: 1em;
}

#works .story li {
	background: #4ABDCD;
	width: 100%;
}
#works .story li a{
	display: block;
}
#works .story a > div{
	padding: 10px 15px 15px;
	width: calc(100% - 30px);
}
#works .story li h3{
	font-size: 1.8rem;
}
#works .story li .read{
	font-size: 1.2rem;
}
#works .story li .read br{
	display: none;
}

#works .story li .btn_more {
	width: 245px;
	margin: 1em auto 0;
	padding: .5em;
	border: #fff 1px solid;
	font-size: 1.5rem;
	font-weight: bold;
}
#works .story li .btn_more:after {
	content: url(../common/images/arrow_more.png);
	margin-left: 1em;
}

/*------------
#news
-------------*/
#news .inner {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#news .ttl {
	width: 100%;
}
#news .ttl .lttl {
	margin-bottom: 30px;
}
#news dl {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	border: #ccc 1px solid;
}
#news dt {
	float: none;
}
#news dd {
	padding: 0 0 .5em 0;
	border-bottom: #ccc 1px dotted;
	line-height: 1.4;
}
#news .btn_more.sp {
	display: block;
	width: 80%;
	margin: 0 auto 20px;
}
#news .sns {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#news .sns li {
	margin: 0 0 2.5vw;
	width: 49%;
}
#bnr ul {
	justify-content: space-between;
}
#bnr li {
	width: 48%;
	margin: 0 0 6px 0;
}
}
