
/* ---------------------------------------------------------
　トップページ
--------------------------------------------------------- */

h2 .top_h2 {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	filter: none;
	background:none;
	margin:0;
	padding:0;
}


/* --------------------------------------
　住所・路線検索 アコーディオン機能
-------------------------------------- */
.accordion_toggle {display: block;cursor: pointer;}

/* 100115 内田 追加（適切スクロール用）はじまり */
.accordion_toggle_active {
background:#6a9cff !important;
color:white !important;
}

#dummy_forcus_input{
background:#e4e6f0;
width:5px;
height:5px;
border:none;
}
/* 100115 内田 追加（適切スクロール用）終わり */

.accordion_content {overflow: hidden;}

.accordion_box {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 360px;
	height: 530px;
	overflow-y: scroll;
	background: #FFFFFF;
}

* html .accordion_box {
	width: 400px;
	height: 530px;
	overflow-y:scroll;
}

#accordion ul li { list-style: none;}

p.accordion_toggle  {
/*	background:url(../img/arrow04.gif) 5px 8px no-repeat;*/
	background-color:#EAEAEA;
	padding:5px 0 5px 20px ;
	margin-left:0 0 0 10px;
	color:#666666;
	font-weight:bold;
	_width:100%; }

/* --------------------------------------
　	アコーディオン機能 テーブル装飾
-------------------------------------- */
#primary p.title_table {
	padding: 5px 5px 5px 10px;
	margin: 10px;
	font-weight: bold;
	color: #2688D9; /* design */
	text-align: left;
	background-color: #D6E9F8; } /* design */

#primary .main_table {
	margin: 10px 10px 20px 10px ;
	border-collapse: collapse;
	padding: 0.5em; }

	.main_table tr td, .main_table tr th {
	width: 80px;
	border-collapse: collapse;
	padding: 5px 3px;
	text-align: center; }

	.main_table tr th { border-bottom: 1px solid #ccc; }

	.main_table .row_eve .col_eve { background: #F0F8FD; } /* design */

	.main_table .row_eve .col_odd { background: #E4F3FC; } /* design */

	.main_table .row_odd .col_eve { background: #F4FAFF; } /* design */

	.main_table .row_odd .col_odd { background: #ffffff; }


/* --------------------------------------
　		main 地図検索
-------------------------------------- */
#main {
	position: relative;
	width: 740px;
	height: 570px;
}

/* タブ */
#main .map_tab {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 570px;
}
#main .map_tab img {
	display: block;
	width: 70px;
	height: 160px;
	margin-bottom: 10px;
}
#main .map_tab img[src*="_on_"] {
	background: #333;
}
#main .map_tab img[src*="_off_"] {
	background: #EEE;
}
#main .map_tab img[src*="_off_"]:hover {
	background: #f1e5dc;
}

/* 物件数の表 */
#main .map_bk_num {
	position: absolute;
	top: 285px;
    right: 100px;
    width: 270px;
    height: 130px;
}
#main .map_bk_num table {
	transform: rotate(1.5deg);
	table-layout: fixed;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
}

/* 地図 */
#main .map {
	width: 680px;
	height: 570px;
	background: url('/common/img/top/main_map.png') no-repeat;
}
#main .map a:link { text-decoration: none; }
#main .map a:visited { text-decoration: none; }

#main img#btn_1,
#main img#btn_2,
#main img#btn_3 {
	cursor:pointer;
}


/* --------------------------------
　値下げ物件
----------------------------------- */
#primary .sale h2 .button {
	margin-top: 0;
	height: 30px;
	line-height: 30px;
}

#primary ul.list_sale{
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 200px;
	margin: 0;
	overflow-y:scroll;
}

#primary ul.list_sale li {
	float: left;
	overflow: hidden;
	height: 90px;
	width: 230px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
	list-style: none;
    letter-spacing: 0;
}
#primary ul.list_sale li:nth-child(3n+1) {
	padding-right: 20px;
}
#primary ul.list_sale li:nth-child(3n+2) {
	width: 252px;
	padding: 0 20px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#primary ul.list_sale li:nth-child(3n) {
	padding-left: 20px;
}
#primary ul.list_sale li a {
	display: block;
}
#primary ul.list_sale li div.float_left {
	overflow: hidden;
	width: 80px;
	height: 80px;
}
#primary ul.list_sale li div.float_left img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
#primary ul.list_sale li div.float_right {
	width: 120px;
}

#primary ul.list_sale a:link    { color: #333; text-decoration: none; }
#primary ul.list_sale a:visited { color: #333; text-decoration: none; }
#primary ul.list_sale a:hover   { color: #666; text-decoration: underline; }
#primary ul.list_sale a:active  { color: #666; text-decoration: underline; }


/* --------------------------------------
　	　新着物件
-------------------------------------- */

#primary ul.list_new_bukken{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 160px;
	overflow-y: scroll;
}

#primary ul.list_new_bukken li {
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 39px;
	border-bottom: 1px solid #CCC;
}

#primary ul.list_new_bukken a:link    { color: #333; text-decoration: none; }
#primary ul.list_new_bukken a:visited { color: #333; text-decoration: none; }
#primary ul.list_new_bukken a:hover   { color: #666; text-decoration: underline; }
#primary ul.list_new_bukken a:active  { color: #666; text-decoration: underline; }


/* --------------------------------------
　	現地販売会
-------------------------------------- */
.oh_table {
	border: 1px solid #BDB99D;
	border-collapse: collapse;
	margin: 10px auto;
	box-shadow: 1px 1px 3px #EFEEE7;
	-webkit-box-shadow: 1px 1px 3px #EFEEE7;
}

.oh_table tr td, .oh_table tr th {
	border: 1px solid #BDB99D;
	border-collapse: collapse;
	padding: 5px; }

.oh_table tr th {
	background-color: #F2F1EC;
	color:#776644;
	font-weight:bold;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle; }

.oh_table tr td {
	background-color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle; }

.white_span{
	font-size: 10px;
	padding: 5px 7px;
	background: #fff;
	color: #666;
	border: 1px solid #CCCCCC;
}

/* --------------------------------------
　	メインビジュアル
-------------------------------------- */

#catchcopy {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("/common/img/top/mainvisual_bg.png") no-repeat center/cover;
	opacity: 0.0;
	z-index: 3;
	top: 381px;
	height: 0;
	width: 1100px;
	animation: catchcopy_anime 5s ease;
	animation-fill-mode: forwards;
}
@keyframes catchcopy_anime {
	60%		{ opacity: 0.0; top: 381px; height: 0;}
	75%		{ opacity: 1.0; top: 231px; height: 300px; }
	100%	{ opacity: 1.0; top: 231px; height: 300px; }
}

#mainvisual {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 620px;
	overflow: hidden;
	background-color: #efefef;
}

.mainvisual-container p {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-left: 25px;
}

.mainvisual-title {
	font-size: 35px;
}

.mainvisual-subtitle {
	font-size: 16px;
	animation: sub_title_anime 6s ease;
	animation-fill-mode: forwards;
}
@keyframes sub_title_anime {
	75%		{ opacity: 0.0; }
	85%		{ opacity: 1.0; }
	100%	{ opacity: 1.0; }
}

#mainvisual #svg {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	width: 2539px;
	height: 620px;
	margin-left: -1270px;
	animation: svg_anime 5s ease 0s 1 normal;
	animation-fill-mode: forwards;
}
@keyframes svg_anime {
	0%		{ transform: translate3d(-300px, 0, 0); }
	75%		{ transform: translate3d(300px, 0, 0); }
	100%	{ transform: translate3d(300px, 0, 0); }
}

#mainvisual #photo {
	position: absolute;
	opacity: 0.0;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 2539px;
	height: 620px;
	margin-left: -1270px;
	animation: photo_anime 5s ease 0s 1 normal;
	animation-fill-mode: forwards;
}
@keyframes photo_anime {
	0%		{ opacity: 0.0; transform: translate3d(-300px, 0, 0); }
	13%		{ opacity: 0.0; }
	75%		{ transform: translate3d(300px, 0, 0); }
	100%	{ opacity: 1.0; transform: translate3d(300px, 0, 0); }
}

#mainvisual #back {
	position: absolute;
	opacity: 0.0;
	z-index: 0;
	width: 100%;
	height: 620px;
	background: url('/common/img/top/mainvisual_blur.jpg') no-repeat center center;
	animation: back_anime 5s ease 0s 1 normal;
	animation-fill-mode: forwards;
}
@keyframes back_anime {
	0%		{ opacity: 0.0; }
	50%		{ opacity: 0.0; }
	75%		{ opacity: 0.5; }
	100%	{ opacity: 0.5; }
}


/* --------------------------------------
　	メインビジュアルのためにTOPページだけ特殊仕様
-------------------------------------- */
#header {
	position: absolute;
	width: 100%;
	min-width: 1050px;	
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	z-index: 100;
}
#wrapper_background {
	position: absolute;
	top: 620px;
	width: 100%;
	min-width: 1050px;	
	background: #fffcfa;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.3);
	z-index: 99;
}


/* --------------------------------------
　		地図検索+ツールチップ
-------------------------------------- */

.tooltip {
	display: none;
}

.tooltip dl {
}
.tooltip dt {
	padding: 3px 10px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background: #505050;
}

.tooltip li {
	border-bottom: 1px dotted #555;
}

.tooltip li:last-child {
	border-bottom: none;
}

.tooltip li a {
	display: block;
	min-width: 9em;
	padding: 5px 0 3px 15px;
	color: #666;
	text-decoration: none;
}

.tooltip li a:hover {
	background: #EEE;
}

.tooltip.shinagawa li a:hover {
	background: #F9FFEA;
}

.tooltip.oota li a:hover {
	background: #fff8ea;
}


/* --------------------------------------
　	　パネル（大きめバナー）のリスト
-------------------------------------- */

#primary ul.panel_list {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#primary ul.panel_list li {
	float: left;
	list-style-type: none;
}
#primary ul.panel_list li +li {
	margin-left: 17px;
}

