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

/*======================================

	0.common

=======================================*/

body {
	background: #fff;
}


.disable_pc {
	display: none;
}

.f_left {
	float: left;
}

img.f_left {
	margin-right: 15px;
	margin-bottom: 15px;
}


.f_right {
	float: right;
}



.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.chu {
	font-size: 11px;
}

.point {
	color: #ff0000;
}



/*======================================

	0.head

=======================================*/

#header_wrap {
	width: 100%;
}

#rent_top #header_wrap, #sale_top #header_wrap {
	border-bottom: none;
}

#header_wrap .tagline {
	width: 100%;
	height: 20px;
	background: #003a80;
}

#header_wrap .tagline .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header_wrap .tagline .cont h1 {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 3px 0;
	line-height: 1.4em;
	display: block;
	height: 1.2em;
	overflow: hidden;
}

#header_wrap .head_cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header_wrap .head_cont .logo {
	margin-top: 20px;
	float: left;
}


#header_wrap .head_cont .cont_wrap {
	width: 700px;
	float: right;
}

#header_wrap .head_cont .cont_wrap .upper {
	margin-top: 12px;
}

#header_wrap .head_cont .cont_wrap .upper .corporate {
	float: left;
	margin-right: 22px;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 5px;
}

#header_wrap .head_cont .cont_wrap .upper .iquiry_box {
	float: left;
	margin-right: 0;
	width: 300px;
}

#header_wrap .head_cont .cont_wrap .upper .iquiry_box p {
	float: left;
	margin-bottom: 0;
	font-size: 12px;
}

#header_wrap .head_cont .cont_wrap .upper .iquiry_box ul {
	margin-bottom: 0;
}

#header_wrap .head_cont .cont_wrap .upper .iquiry_box li {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 12px;
}

#header_wrap .head_cont .cont_wrap .upper .iquiry_box li.tel {
	background: url('../images/head_icon_tel.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 2px 0 5px 20px;
}

#header_wrap .head_cont .cont_wrap .upper .iquiry_box li.mail a {
	background: url('../images/head_icon_mail.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 5px 0 5px 24px;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang {
	float: right;
	margin-top: -2px;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang p {
	float: left;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 0;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang ul {
	float: left;
	margin-bottom: 0;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang li {
	float: left;
	vertical-align: middle;
	display: block;
	width: 62px;
	height: 24px;
	border: 1px solid #b2b2b2;
	border-radius: 8px;
	text-align: center;
	margin-left: 10px;
	
}

#header_wrap .head_cont .cont_wrap .upper .select_lang li a {
	text-decoration: none;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang li:hover {
	background: #003a80;
	border: 1px solid #003a80;
}
#header_wrap .head_cont .cont_wrap .upper .select_lang li:hover a {
	color: #fff;
	text-decoration: none;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang li.ove {
	background: #003a80;
	border: 1px solid #003a80;
}

#header_wrap .head_cont .cont_wrap .upper .select_lang li.ove a {
	color: #fff;
	text-decoration: none;
}



/*** gmenu ***/

#header_wrap .head_cont .gmenu_wrap {
	margin-top: 15px;
}

#header_wrap .head_cont .gmenu_wrap ul {
	margin-bottom: 0;
}

#header_wrap .head_cont .gmenu_wrap li {
	width: 16%;
	float: left;
	text-align: center;
	position: relative;
}

#header_wrap .head_cont .gmenu_wrap li.lng {
	width: 18%;
}

#header_wrap .head_cont .gmenu_wrap li a {
	display: block;
	width: 100%;
	border-left: 1px solid #e6e6e6;
	padding: 0px 0 10px;
	color: #404040;
	text-decoration: none;
	font-size: 14px;
}

#header_wrap .head_cont .gmenu_wrap li a:hover {
	border-bottom: 3px solid #003a80;
	color: #003a80;
	padding-bottom: 7px;
}

#header_wrap .head_cont .gmenu_wrap li a.ove {
	border-bottom: 3px solid #003a80;
	color: #003a80;
	padding-bottom: 7px;
}

#header_wrap .head_cont .gmenu_wrap li:last-child a {
	border-right: 1px solid #e6e6e6;
}

#header_wrap .head_cont .gmenu_wrap li ul.childNavi {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	
	z-index: 999;
	display: none;
}



#header_wrap .head_cont .gmenu_wrap li.act ul.childNavi {
	
}

#header_wrap .head_cont .gmenu_wrap li ul.childNavi li {
	width: 100%;
	background: rgba(0, 58, 128, 0.8);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#header_wrap .head_cont .gmenu_wrap li ul.childNavi li:hover {
	background: rgba(255, 255, 255, 0.8);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#header_wrap .head_cont .gmenu_wrap li ul.childNavi li a {
	width: 100%;
	font-size: 11px;
	line-height: 1.4em;
	padding: 6px 0;
	color: #fff;
	border-left: 0px;
}

#header_wrap .head_cont .gmenu_wrap li ul.childNavi li a:last-child {
	border-right: 0px;
}

#header_wrap .head_cont .gmenu_wrap li ul.childNavi li a:hover {
	border-bottom: 0;
	color: #003a80;
	padding-bottom: 6px;
}

/*======================================

	0.foot

=======================================*/

.footer_wrap {
	width: 100%;
}

.footer_wrap .upper_wrap {
	width: 100%;
	background: url('../images/bg_foot_line.png');
}

.footer_wrap .upper_wrap .upper_cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap {
	width: 230px;
	float: left;
	text-align: center;
	margin-top: 48px;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap .logo {
	margin-bottom: 25px;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap .catch_wrap h3 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #0058a1;
	margin-bottom: 0px;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap .catch_wrap .sub_catch {
	font-size: 14px;
	color: #0058a1;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap .btn_wrap ul {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap .btn_wrap li {
	width: 40px;
	float: left;
	margin-right: 10px;
}

.footer_wrap .upper_wrap .upper_cont .left_wrap .btn_wrap li:last-child {
	margin-right: 0px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap {
	width: 735px;
	float: right;
	margin-top: 35px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap {
	width: 735px;
	float: right;
	margin-top: 35px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .site_ttl {
	margin-bottom: 10px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .site_ttl a {
	text-decoration: none;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap {
	margin-bottom: 20px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap .bold {
	margin-bottom: 4px;
	line-height: 1em;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap .bold a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 12px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap p {
	line-height: 1.6em;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap a {
	font-size: 12px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap table th {
	width: 12%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 0;
}

.footer_wrap .upper_wrap .upper_cont .right_wrap .unit_wrap table td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}




.footer_wrap .lower_wrap {
	width: 100%;
	background: #fff;
}

.footer_wrap .lower_wrap .lower_cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0;
}

.footer_wrap .lower_wrap .lower_cont .left_wrap {
	width: 250px;
	float: left;
	margin-top: 8px;
}

.footer_wrap .lower_wrap .lower_cont .left_wrap p {
	font-size: 11px;
}

.footer_wrap .lower_wrap .lower_cont .left_wrap p a {
	color: #666;
}

.footer_wrap .lower_wrap .lower_cont .right_wrap {
	width: 730px;
	float: right;
	margin-top: 8px;
}

.footer_wrap .lower_wrap .lower_cont .right_wrap p {
	margin-bottom: 0;
	text-align: right;
	line-height: 1.4em;
	font-size: 11px;
}

/*======================================

	1.main_section

=======================================*/

#container {
	background: #fff;
}

#top .main_visual {
	text-align: center;
	height: 585px;
	overflow: hidden;
	position: relative;
}

#top .main_visual .photo_wrap img {
	width: 100%;
}
@media screen and (max-width: 1166px) {
	#top .main_visual .photo_wrap img {
		width: 1166px;
	}
}


#top .main_visual .catch {
	font-size: 34px;
	letter-spacing: 0.2em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	margin-left: -180px;
	margin-top: -20px;
}

#top .kv .catch {
	font-size: 34px;
	letter-spacing: 0.2em;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	color: #fff;
	margin-left: -180px;
	margin-top: -60px;
}

#top .main_visual .scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #fff;
	margin-left: -65px;
}

#top .kv .scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #fff;
	margin-left: -65px;
}

#top .kv .scroll img {
	vertical-align: bottom;
}

#top .kv .kv_scrolldown {
	color: none;
	border: 0;
	width: auto;
	height: auto;
}

/*======================================

	2.top

=======================================*/

/***  search box ***/
#top .search_wrap {
	width: 100%;
	background: #e6e6e6;
	height: 38px;
	padding: 1px 0;
	overflow: hidden;
}

#top .search_wrap .search_cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top #contact_form select {
	border: 0;
	outline: 1px solid #fff;
	outline-offset: -1px;
	float: left
}

#top #contact_form .rent_box .chg_rent_buy select {
	/*background: #ff0000;*/
}

#top #contact_form .chg_rent_buy select {
	/*width: 169px;*/
	width:120px;
	margin-right: 1px;
}

#top #contact_form .chg_area select {
	/*width: 225px;*/
	width:130px;
	margin-right: 1px;
}

#top #contact_form .chg_bedroom select {
	/*width: 225px;*/
	width:130px;
	margin-right: 1px;
}

#top #contact_form .chg_size select {
	/*width: 225px;*/
	width:130px;
	margin-right: 1px;
}

#top #contact_form .btn_area {
	width: 152px;
	float: left;
	text-align: center;
	background: #003a80;
	height: 38px;
}

/***  search box ***/


#top .unit_01 {
	width: 100%;
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

#top .unit_01 .cont {
	width: 19%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

#top .unit_01 .cont .unit_box {
	width: 100%;
	overflow: hidden;
	height: 260px;
}

#top .unit_01 .cont .txt {
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 99;
	text-align: center;
	background: rgba(20, 39, 95, 0.8);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}

#top .unit_01 .cont .txt a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
}



#top .unit_02 {
	width: 100%;
	
}

#top .unit_02 .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#top .unit_02 .cont .ttl_wrap {
	text-align: center;
}

#top .unit_02 .cont .ttl_wrap h2 {
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #003a80;
	margin-bottom: 60px;
}

#top .unit_02 .cont .ttl_wrap h2:after {
	display: block;
	z-index: 10;
	height: 3px;
	background-color: #003a80;
	position: absolute;
	width: 30px;
	content: '';
	right: 0;
	left: 0;
	margin: 30px auto 0;
}

#top .unit_02 .cont table {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-bottom: 25px;
}

#top .unit_02 .cont table tr:nth-child(even) {
	background: #f2f5f9
}

#top .unit_02 .cont table th {
	font-size: 12px;
	color: #404040;
	padding: 10px 5px;
	font-weight: normal;
	width: 90px;
}



#top .unit_02 .cont table td {
	font-size: 12px;
	color: #404040;
	padding: 10px 5px;
}

#top .unit_02 .cont table td a {
	font-size: 12px;
	color: #404040;
}

#top .unit_02 .detail a {
	display: block;
	width: 250px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #003a80;
	border-radius: 15px;
	margin: 0 auto;
	text-decoration: none;
}

#top .unit_02 .detail a:hover {
	background: #f2f5f9;

}

#top .unit_02 .detail a img {
	vertical-align: middle;
	margin-right: 10px;
}



#top .unit_03 {
	width: 100%;
	
}

#top .unit_03 .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: url('../../re_images/top/bg_03.png');
	background-repeat: no-repeat;
	position: relative;
	height: 420px;
}

#top .unit_03 .cont .text_wrap {
	padding: 80px 0 0 40px;
}

#top .unit_03 .cont .text_wrap h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 2em;
	color: #003a80;
	margin-bottom: 1em;
}

#top .unit_03 .cont .photo_wrap {
	position: absolute;
	top:0;
	right: 0;
	width: 365px;
	border-radius: 365px;
	-webkit-border-radius: 365px;
	-moz-border-radius: 365px;
}

#top .unit_03 .cont .photo_wrap img {
	width: 365px;
	border-radius: 365px;
	-webkit-border-radius: 365px;
	-moz-border-radius: 365px;
}

#top .unit_03 .cont .bx-wrapper .bx-controls-direction a {
	display: none;
}



.totop {
	position: fixed;
	right: 0;
	bottom: 60px;
}

.totop li {
	margin-bottom: 1px;
}

.totop img {
	cursor: pointer;
	vertical-align: bottom;
}
