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

.topHeading {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.topHeading::before {
	display: inline-block;
	content: "";
	vertical-align: text-bottom;
	margin-right: 21px;
}
.condominium .topHeading::before {
	width: 61px;
	height: 41px;
	background: url(../img/top/topHeading_icon_01.png) center center /cover no-repeat;
}
.custom .topHeading::before {
	width: 52px;
	height: 48px;
	background: url(../img/top/topHeading_icon_02.png) center center /cover no-repeat;
}
.design .topHeading {
	color: #140202;
}
.design .topHeading::before {
	width: 48px;
	height: 49px;
	background: url(../img/top/topHeading_icon_03.png)
}
.bgWrap {
	background: url(../img/top/bgWrap_bg.jpg) no-repeat center center / cover;
	min-width: 1280px;
}

@media all and (max-width: 768px) {
.topHeading::before {
	margin-right: 3%;
	vertical-align: middle;
}
.condominium .topHeading::before {
	width: 30.5px;
	height: 20.5px;
}
.custom .topHeading::before {
	width: 26px;
	height: 24px;
}
.design .topHeading::before {
	width: 24px;
	height: 24.5px;
}
.bgWrap {
	min-width: auto;
}
}
/*=====================
mainVisual
=====================*/
.mainVisual {
	position: relative;
	min-width: 1280px;
	height: 1000px;
}
#js-sliderTopPage {
	position: relative;
	width: 100%;
	height: 100%;
}
#js-sliderTopPage .slide_item {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
}
#js-sliderTopPage .slide_item.bg01 {
	background: url(../img/top/slider_01.jpg) no-repeat center / cover;
}
#js-sliderTopPage .slide_item.bg02 {
	background: url(../img/top/slider_02.jpg) no-repeat center / cover;
}
#js-sliderTopPage .slide_item.bg03 {
	background: url(../img/top/slider_03.jpg) no-repeat center / cover;
}
.mainVisual_slider img {
	width: 100%;
}
.mainVisual_box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -43%);
	transform: translate(-50%, -43%);
	text-align: center;
}
.mainVisual_text {
	margin-bottom: 20%;
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #110706;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.3rem;
}
.mainVisual_text br {
	display: none;
}
.mainVisual_img {
	margin-bottom: 45px;
	text-align: center;
}

/*slick.css　上書き　*/
.slick-dots li button:before {
	color: #ccc!important;
}
.slick-dots li.slick-active button:before {
	color: #f56d01!important;
}
@media all and (max-width: 768px) {
header {
	padding-bottom: 90px;
}
.mainVisual {
	width: 100%;
	min-width: auto;
}
.mainVisual_box {
	width: 70%;
}
.mainVisual_text {
	margin-bottom: 5%;
	font-size: 3.4rem;
	margin-right: -23px;
}
.mainVisual_text br {
	display: block;
}
.mainVisual_img img {
	width: 50%;
}
.mainVisual {
	height: 500px;
}
#js-sliderTopPage .slide_item {
	height: 500px;
}
}
/*=====================
condominium
=====================*/
.condominium {
	padding-top: 130px;
	padding-bottom: 130px;
	background: rgba(24, 16,11 ,0.9)
}
.condominium_contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.condominium #js-slider .slick-prev {
	background: url(../img/common/arr_iconLeft_orange.png) no-repeat center center;
}
.condominium #js-slider .slick-next {
	background: url(../img/common/arr_iconRight_orange.png) no-repeat center center;
}
.condominium #js-slider li .slide_text {
	color: #fff;
}

@media all and (max-width: 768px) {
	.condominium {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
/*=====================
custom
=====================*/
.custom {
	min-width: 1280px;
}
.custom_header {
	background: rgba(24, 16,11 ,0.9);
	padding-bottom: 35px;
}
.custom_wrap {
	height: 758px;
}
.custom_main {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
}
.custom_sub {
	float: right;
	width: 50%;
	height: 100%;
}
.custom_textArea {
	background: rgba(24, 16,11 ,0.8);
	color: #fff;
	box-sizing: border-box;
}
.custom_taxtArea_label {
	display: inline-block;
	color: #fff;
	text-align: center;
	background-color: #f56d01;
	font-size: 1.4rem;
	padding: 5px 0;
}
.custom_taxtArea_copy {
	font-size: 1.8rem;
	font-weight: bold;
}
.custom_taxtArea_caption {
	margin-top: 25px;
	font-size: 1.4rem;
}
.custom_main .custom_imageArea {
	width: 100%;
	height: 100%;
	background: url(../img/top/custom_thumb_01.jpg) center center /cover no-repeat;
}
.custom_main .custom_textArea {
	padding: 20px 30px 20px 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.custom_main .custom_taxtArea_label {
	width: 134px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.custom_sub .custom_box {
	height: 50%;
}
.custom_sub .custom_imageArea {
	width: 62%;
	height: 100%;
	float: left;
}
.custom_sub .custom_boxUp .custom_imageArea {
	background: url(../img/top/custom_thumb_02.jpg) center center /cover no-repeat;
}
.custom_sub .custom_boxDown .custom_imageArea {
	background: url(../img/top/custom_thumb_03.jpg) center center /cover no-repeat;
}
.custom_sub .custom_textArea {
	width: 38%;
	padding: 140px 20px 20px 20px;
	height: 100%;
	float: left;
}
.custom_sub .custom_taxtArea_label {
	width: 93px;
	margin-bottom: 20px;
}
.custom_boxDown .custom_imageArea {
	float: right;
}
.custom_boxDown .custom_textArea {
	float: left;
}

@media all and (max-width: 768px) {
.custom {
	min-width: auto;
	width: 100%;
}
.custom_wrap {
	height: auto;
}
.custom_main {
	width: 100%;
	height: 460px;
}
.custom_sub {
	width: 100%;
}
.custom_main .custom_textArea {
	padding: 3%;
}
.custom_taxtArea_caption {
	margin-top: 2%;
}
.custom_sub .custom_box {
	height: 460px;
}
.custom_sub .custom_imageArea {
	position: relative;
	width: 100%;
}
.custom_sub .custom_textArea {
	width: 100%;
	padding: 3%;
	height: auto;
	float: left;
	bottom: 0;
}
}
/*=====================
design
=====================*/
.design {
	margin-top: 105px;
	margin-bottom: 130px;
}
.design_intoro {
	margin-top: 60px;
}
.design_list {
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}
.design_list li {
	float: left;
	width: 400px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.design_list li:nth-child(n + 3) {
	margin-right: 0;
}
.design_list li a {
	display: block;
}
.design_list li figure {
	overflow: hidden;
}
.design_list li figure img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
	-ms-transition: -ms-transform 1s ease;
	transition: all .7s ease;
}
/*.design_list li a:hover figure img {
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/
.design_list li figcaption {
	padding: 20px 0 18px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.design_list_text {
	text-align: left;
}

@media all and (max-width: 768px) {
.design {
	margin-top: 40px;
	margin-bottom: 40px;
}
.design_list li {
	width: 100%;
}
}
/*=====================
infomation
=====================*/
.infomation {
	margin-bottom: 95px;
}
.infomation_title {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 34px;
	text-align: center;
}
.infomation_box {
	font-size: 1.4rem;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
}
.infomation_box dt {
	width: 20%;
	vertical-align: top;
	text-align: center;
}
.infomation_box dd {
	width: 78%;
	padding-left: 2%;
}
.infomation_box dd a{
	text-decoration: underline;
}
@media all and (max-width: 768px) {
.infomation {
	margin-bottom: 5%;
}
.infomation_box {
	font-size: 1.6rem;
	margin-left: 0;
	margin-bottom: 20px;
}
}
/*=====================
home
=====================*/
.home {
	background: #fdf2e1;
}
.home_block {
	float: left;
	width: 50%;
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 80px;
	box-sizing: border-box;
}
.home_title {
	display: table;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 34px;
}
.home_title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-top: 12px;
}
.home_list a {
	display: block;
}
.home_list li {
	margin-bottom: 28px;
}
.home_lits_imgArea {
	display: inline-block;
	width: 26%;
	vertical-align: middle;
	max-width: 150px;
}
.home_lits_imgArea img {
	border-radius: 50%;
	width: 100%;
}
.home_lits_textArea {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
	width: 66.5%;
	margin-left: 6%;
}

@media all and (max-width: 768px) {
.home {
	padding-bottom: 20%;
}
.home_block {
	width: 100%;
	padding: 8% 0 0 0;
}
.home_title {
	margin: 0 auto;
}
.home_lits_textArea {
	width: 64%;
}
}
