@charset "utf-8";
/* =トップページのみに適用されます
-------------------------------------------------------------- */

.sec-ttl {
	margin: 0 0 56px;
	text-align: center;
	position: relative;
}
.sec-ttl::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 30px;
	height: 3px;
	background: #000;
}
.sec-ttl span {
	display: block;
	font-weight: 700;
}
.sec-ttl .lang-en {
    color: #005f9d;
    font-size: 2rem;
    letter-spacing: 8px;
}
.sec-ttl .lang-ja {
	color: #000;
	font-size: 3.5rem;
	padding: 0.7em 0 0.9em;
	letter-spacing: .1em;
}

#main-visual {
	
}

/* ABOUT */
#top-about p {
	margin: 0 0 3.4em;
}
#top-about .btn_more {
	width: 240px;
	margin: auto;
}
#top-about .btn_more a {
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px;
	border: 3px solid #000;
	box-sizing: border-box;
}

#top-about .btn_more-r {
    width: 390px;
    margin: auto;
    display: flex;
}

#top-about .btn_more-r a {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 11px 10px 9px;
    border: 3px solid #000;
    box-sizing: border-box;
    width: 370px;
    margin: 10px;
}

/* NEW PROPERTY */
#top-property {
	background: #f4f6f8;
}
#top-property #property-slider {
	margin-bottom: 60px;
}
#top-property #property-slider .slick-slide {
	/*height: 352px;*/
	transition: 0.3s opacity;
}
#top-property #property-slider .slick-slide:not(.slick-active) {
	opacity: .2;
}
#top-property #property-slider .content-width {
	max-width: 1040px;
	padding: 0;
}
#top-property #property-slider .slick-arrow {
	display: none !important;
}
#top-property #property-slider .slick-prev,
#top-property #property-slider .slick-next {
	position: absolute;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -24px;
	cursor: pointer;
}
#top-property #property-slider .slick-prev {
	left: -22px;
}
#top-property #property-slider .slick-next {
	right: -22px;
}
#top-property #property-slider .slick-prev::before,
#top-property #property-slider .slick-next::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	z-index: 5;
}
#top-property #property-slider .slick-prev::before {
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
}
#top-property #property-slider .slick-next::before {
	border-top: 4px solid #000;
	border-right: 4px solid #000;
}
#top-property #property-slider .floatlist,
#top-property #property-slider .slick-list {
	overflow: visible;
}
#top-property #property-slider .slick-list {
	padding: 0;
}
#top-property #property-slider li {
	width: 220px;
	margin: 0 20px;
	position: relative;
}
#top-property #property-slider li a {
	display: block;
	height: 100%;
}
#top-property #property-slider li a:hover {
	opacity: 1;
}
#top-property #property-slider li a .thumb {
	position: relative;
}
#top-property #property-slider li a .thumb .property-cat {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	color: #019d97;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #019d97;
	display: inline-block;
	padding: 3px 10px 1px;
	border-radius: 1em;
}
#top-property #property-slider li a .thumb .property-option {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	background: #019d97;
	display: block;
	padding: 7px 20px 5px;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: .1em;
}
#top-property #property-slider li a .info-box {
	height: 100%;
	background: #fff;
	position: relative;
}
#top-property #property-slider li a .txt-box {
	font-size: 1.3rem;
	padding: 20px;
	letter-spacing: .1em;
	line-height: 1.8;
	background: #fff;
}
#top-property #property-slider li.new .info-box::before {
	content: url('../images/common/ico_new_02.png');
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	line-height: 0;
}
#top-property #property-slider li a .txt-box p {
	margin: 0;
}
#top-property #property-slider li a .txt-box .name {
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #ccc;
}
#top-property #property-slider li a .txt-box .price {
	font-weight: bold;
}
#top-property #property-slider li a .overlay {
	position: absolute;
	display: table;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}
#top-property #property-slider li a:hover .overlay {
	opacity: 1;
}
#top-property #property-slider li a .overlay .inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

#top-property #property-slider li a .members-only-overlay {
	position: absolute;
	display: table;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 50%;
	background-color: rgba(1,157,151,.98);
	cursor: pointer;
}

#top-property #property-slider li a .members-only-overlay {
	position: absolute;
	display: table;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 50%;
	background-color: rgba(1,157,151,.98);
	cursor: pointer;
}

#top-property #property-slider li a .members-only-overlay2 {
	position: absolute;
	display: table;
	top: 51%;
	z-index: 1;
	width: 100%;
	height: 49%;
	background-color: #fff;
	cursor: pointer;
}
#top-property #property-slider li a .members-only-overlay .inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
#top-property #property-slider li a .members-only-overlay2 .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 20px;
}
#top-property #property-slider li a .members-only-overlay .inner .img-box {
	margin-bottom: 15px;
}
#top-property #property-slider li a .members-only-overlay .inner .img-box img {
	display: inline-block;
}

#top-property .btn_more {
	width: 240px;
	margin: auto;
}
#top-property .btn_more a {
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 11px 10px 9px;
	border: 3px solid #000;
	box-sizing: border-box;
}

/* MODEL HOUSE */
#top-modelhouse .point-item {
	width: 48%;
}
#top-modelhouse .point-item .item-ttl {
	text-align: center;
	margin: 35px 0 20px !important;
}
#top-modelhouse .point-item .item-ttl span {
	display: block;
}
#top-modelhouse .point-item .item-ttl .lang-en {
	color: #009d97;
	font-size: 1.4rem;
	letter-spacing: 7px;
}
#top-modelhouse .point-item .item-ttl .lang-ja {
	color: #000;
	font-size: 2rem;
	margin: 0.6em 0 1em;
}
#top-modelhouse .point-item p {
	padding-top: 22px;
	border-top: 1px dashed #cccccc;
}
#top-modelhouse .btn-list {
	margin-top: 20px;
}
#top-modelhouse .btn-list .btn {
	width: 100%;
}
#top-modelhouse .btn-list .btn a {
	font-size: 2.5rem;
	padding: 22px 20px 18px;
	box-sizing: border-box;
}
#top-modelhouse .btn-list .btn:first-child {
	margin-right: 3.6%;
}
#top-modelhouse .btn-list .btn_more a {
	color: #000;
	border: 3px solid #000;
	text-align: center;
}
#top-modelhouse .btn-list .btn_mail a {
	color: #fff;
	background: #d47a43;
}
#top-modelhouse .btn-list .btn_mail a span {
	/*padding-left: 60px*/
	/*background: url('../images/common/ico_mail_02.png') no-repeat center left;*/
}

/* top-members */
#top-members {
	color: #fff;
	background: url('../images/t_members_bg_01.png') no-repeat center center /cover;
}
#top-members .sec-ttl {
	margin-bottom: 46px;
}
#top-members .sec-ttl::before {
	background: #fff;
}
#top-members .sec-ttl span {
	color: #fff;
}
#top-members .introduction {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
}
#top-members .float-item {
	background: #fff;
	width: 30.6%;
	margin-right: 3.8%;
	padding: 104px 3% 3%;
	box-sizing: border-box;
	position: relative;
}
#top-members .float-item:last-child {
	margin-right: 0;
}
#top-members .float-item .item-ttl {
	color: #019d97 !important;
	font-size: 2rem !important;
	font-weight: normal !important;
	text-align: center;
	margin: 0 0 16px !important;
}
#top-members .float-item::before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#top-members .float-item:nth-child(1)::before {
	content: url('../images/t_ico_members_01.png');
	top: 31px;
	width: 37px;
}
#top-members .float-item:nth-child(2)::before {
	content: url('../images/t_ico_members_02.png');
	top: 32px;
	width: 49px;
}
#top-members .float-item:nth-child(3)::before {
	content: url('../images/t_ico_members_03.png');
	top: 32px;
	width: 60px;
}
#top-members .float-item p {
	color: #333;
	margin: 0;
}
#top-members .btn_member {
	text-align: center;
	margin-top: 60px;
}
#top-members .btn_member a {
	font-size: 2.5rem;
	padding: 22px 20px 18px;
	border: 3px solid #fff;
	width: 40%;
	box-sizing: border-box;
	display: inline-block;
}
#top-members .btn_member a span {
	padding-left: 56px;
	background: url('../images/common/ico_human_01.png') no-repeat center left;
}

/* TOPICS */
#top-topics .left,
#top-topics .right {
	width: 48%;
}
#top-topics .fb-box {
	margin-bottom: 20px;
}

/* top-f-menu */
#top-f-menu ul {
	table-layout: fixed;
}
#top-f-menu li {
	border-right: 1px solid #fff;
}
#top-f-menu li:last-child {
	border-right: none;
}
#top-f-menu li a {
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 106px 0;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	display: block;
	height: 300px;
}
#top-f-menu li:nth-child(1) a {
	background-image: url('../images/t_f-link_01_bg.jpg');
}
#top-f-menu li:nth-child(2) a {
	background-image: url('../images/t_f-link_02_bg.jpg');
}
#top-f-menu li:nth-child(3) a {
	background-image: url('../images/t_f-link_03_bg.jpg');
}
#top-f-menu li a span {
	display: block;
}
#top-f-menu li a .lang-ja {
	font-size: 3rem;
	letter-spacing: .2em;
}
#top-f-menu li a .lang-en {
	letter-spacing: .5em;
}

@media screen and (max-width: 480px) {
	.sec-ttl {
		margin-bottom: 2em;
	}
	.sec-ttl .lang-ja {
		font-size: 2.8rem;
	}

	#main-visual {
		background-image: url('../images/t_mv_bg_02_01.jpg');
	}

	#top-about p {
		margin-bottom: 2.8em;
	}
	#top-property #property-slider .content-width {
		width: 420px;
	}
	#top-property #property-slider .slick-slide {
		margin: 0 10px;
	}
	#top-property #property-slider li a .txt-box {
		font-size: 1.2rem;
		padding: 12px;
	}

	#top-modelhouse .point-item {
		width: 100%;
	}
	#top-modelhouse .point-item .item-ttl {
		margin-bottom: 15px;
		border-bottom: 0;
		padding-top: 40px;
	}
	#top-modelhouse .point-item .item-ttl .lang-ja {
		font-size: 1.7rem;
	}
	#top-modelhouse .btn-list {
		margin-top: 20px;
	}
	#top-modelhouse .btn-list .btn {
		width: 100%;
	}
	#top-modelhouse .btn-list .btn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

	#top-members .sec-ttl {
		margin-bottom: 0;
	}
	#top-members .introduction {
		font-size: 2rem;
	}
	#top-members .float-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 90px 4% 4%;
	}
	#top-members .float-item:last-child {
		margin-bottom: 0;
	}
	#top-members .float-item .item-ttl br {
		display: none;
	}
	#top-members .float-item:nth-child(1)::before {
		top: 22px;
	}
	#top-members .float-item:nth-child(2)::before {
		top: 23px;
	}
	#top-members .float-item:nth-child(3)::before {
		top: 22px;
	}
	#top-members .btn_member a {
		width: 100%;
	}

	#top-topics .left,
	#top-topics .right {
		width: 100%;
	}
	#top-topics .left {
		margin-bottom: 30px;
	}
	#top-f-menu ul {
		display: block;
	}
	#top-f-menu li {
		display: block;
		border-right: 0;
	}
	#top-f-menu li a {
		height: auto;
		padding: 40px 0;
		border-bottom: 2px solid #fff;
	}
	
	#top-about .btn_more-r {
    width: 90%;
    margin: auto;
    display: flex;
}

#top-about .btn_more-r a {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    border: 3px solid #000;
    box-sizing: border-box;
    width: 100%;
    margin: 10px;
}
 }
