@charset "shift_jis";

/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 35px 0 0 0;
	padding: 0;
	font-family: "游ゴシック体",
		"Yu Gothic",
		YuGothic,
		"Noto Sans Japanese",
		Roboto,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
}

.conts {
	float: right !important;
}

H1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 99%;
	line-height: 25px;
	padding-left: 1%;
	float: left;
	position: absolute;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #004681;
}

.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}

.login_show {
	display: none;
}

.logout_show {
	display: none;
}

.pc_off {
	display: none !important;
}

.rental_inq {
	display: none;
}

/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
	width: auto !important;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
}

.rhs_title_h1:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

.container .rhs_title_h1 {
	margin-top: 20px;
}

/* H2 */
.rhs_title_h2 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
}

.rhs_title_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

.container .rhs_title_h2 {
	margin-top: 20px;
}

/* 物件詳細のH3 */
.rhs_title_h3 {
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #DDD;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
}

.rhs_title_h3:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 2px #042455;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}

/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/**********
2023.05 お気に入り関連項目
******************************/
.maincontents .fav_checkbtn input[type="button"] {
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

/**********
2023.05 お気に入り関連項目 end
******************************/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #042455;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}

.new_header_inner {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}

.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}

.new_header_menu {
	float: right;
	margin-top: 6px;
}

.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.new_header_menu li {
	width: 110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}

.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #D33F0E;
}

.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
}

.new_header_menu a i {
	margin: 0 5px 0 0;
}

.new_header_menu a img {
	float: left;
}

#header_home {
	width: 40px !important;
	background: none !important;
}

#header_home a {
	padding: 0px !important;
	height: 22px !important;
	width: 100% !important;
}

#header_home a img {
	margin: 0px auto;
	float: none;
}

.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.new_header_home {
	width: 75px !important;
}

.new_header_home a {
	padding: 3px 5px;
}

/* --　ここから下は削除してOK　-- */
/* ----------------------------------------
　header
---------------------------------------- */
/*********************************************
　　h_nav01
*********************************************/
.h_nav01 .header_inner {
	width: 1100px !important;
	margin: 0 auto 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.h_nav01 .h_logo {
	position: relative;
	z-index: 150;
}

.h_nav01 .h_logo a {
	display: block;
}

.h_nav01 .h_logo a:hover {
	opacity: 0.7;
}

.h_tel {
	margin-left: auto;
	padding-right: 10px;
}

.h_tel_one {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.h_tel_one img {
	margin-right: 6px;
}

.h_tel_one p {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
}

.h_box .h_tel a[href*="tel:"] {
	pointer-events: none;
}

.h_hour {
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	font-weight: bold;
}

.h_box .h_satei {
	display: flex;
}

.new_header_menu a {
	display: block;
	width: 288px;
	height: 63px;
	margin-left: 10px;
}

.new_header_menu a.h_btn_satei {
	background-image: url(/img/common/btn_satei_on.png);
	width: 288px;
	height: 68px;
	content: "";
	display: block;
}
.new_header_menu a.h_btn_sale {
	background-image: url(/img/common/btn_sale_on.webp);
	width: 288px;
	height: 68px;
	content: "";
	display: block;
}

.new_header_menu a.h_btn_pro {
	background-image: url(/img/common/btn_pro_on.jpg);
}

.new_header_menu a:hover img {
	display: none;
}

/*navi*/
.h_nav01 .h_nav {
	width: 100%;
	background: #edf2f7;
	/*★メニュー背景色*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.h_nav01 .h_nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	min-width: 1250px;
}

.h_nav01 .h_nav>ul>li> {}

.h_nav01 .h_nav>ul>li>a {
	display: block;
	color: #111;
	padding: 19px 24px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	position: relative;
	font-weight: bold;
}

.h_nav01 .h_nav>ul>li>a:hover {
	background: #ddd;
	/*★メニューhover背景色*/
}

.h_nav01 .h_nav>ul>li>a::after {
	content: "|";
	color: #ccc;
	position: absolute;
	right: -2px;
	font-size: 20px;
}

.h_nav01 .h_nav>ul>li:first-child>a::before {
	content: "|";
	color: #ccc;
	position: absolute;
	left: -2px;
	font-size: 20px;
}

.h_menu:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	padding: 30px 0;
}

.megamenu {
	background: rgba(0, 0, 0, 0.7);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 56px;
	left: 0;
	transition: all .2s ease-in;
	z-index: 999;
}

.mega_li {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.mega_li li a {
	width: 230px;
	height: 30px;
	position: relative;
	background: linear-gradient(180deg, #fff 0%, #fff 27px, #eee 33px, #eee 100%);
	border: 1px solid #ccc;
	display: block;
	color: #111;
	padding: 15px 15px;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin: 5px;
	text-align: left;
}

.mega_li li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #111;
	border-right: 3px solid #111;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mega_li li a:hover {
	background: linear-gradient(180deg, #eee 0%, #eee 31px, #ccc 37px, #ccc 100%);
}

/* ----------------------------------------
　footer
---------------------------------------- */
/*********************************************
　　f_navi01
*********************************************/
.f_nav01 {
	width: 100%;
	border-top: 5px solid #004681;
}

.f_nav01 .f_search_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.f_nav01 .f_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.f_nav01 .f_menu>.f_tel_box {
	margin-left: auto;
}

.f_nav01 .f_menu ul {
	margin: 0;
	padding: 0;
	margin-right: 50px;
}

.f_nav01 .f_menu li {
	list-style: none;
	display: flex;
	align-items: center;
}

.f_nav01 .f_menu li::before {
	content: "-";
	margin-right: 5px;
}

.f_nav01 .f_menu li a {
	display: block;
	text-decoration: none;
	color: #111;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
}

.f_nav01 .f_menu li a:hover {
	text-decoration: underline;
}

.f_nav01 .f_tel_box {}

.f_tel_wrap {
	margin-left: 30px;
}

.f_nav01 .f_tel_box p {
	font-size: 13px;
	line-height: 18px;
	text-align: right;
}

.f_nav01 .f_tel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 6px 0;
}

.f_nav01 .f_tel span {
	font-size: 14px;
	text-align: center;
	width: 170px;
	border: 1px solid #111;
	background: #fff;
	line-height: 30px;
}

.f_nav01 .f_tel img {
	margin-right: 5px;
}

.f_nav01 .f_tel p {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

.f_nav01 .f_tel a[href*="tel:"] {
	pointer-events: none;
}

.f_nav01 .f_link {
	display: flex;
	justify-content: right;
}

.f_nav01 .f_link a {
	display: block;
	height: 63px;
	margin-left: 10px;
}

.f_nav01 .f_link a.f_btn_satei {
	background-image: url(/img/common/btn_satei_on.png);
	width: 288px;
	height: 68px;
	display: block;
	content: "";
}

.f_nav01 .f_link a.f_btn_inq {
	background-image: url(/img/common/btn_inq_on.png);
	width: 288px;
	height: 68px;
	display: block;
	content: "";
}

.f_nav01 .f_link a.f_btn_pro {
	background-image: url(/img/common/btn_pro_on.jpg);
}

.f_nav01 .f_link a:hover img {
	display: none;
}

.f_nav01 .f_logo {
	width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #111;
	padding: 50px 0;
}

.f_nav01 .f_logo a {
	display: block;
	width: 328px;
	margin: 0 auto;
}

.f_nav01 .f_logo a:hover {
	opacity: 0.7;
}

.f_nav01 .f_copyright {
	font-size: 13px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	background: #004681;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
}

/****売却査定の誘導****/
.rea_link {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.rea_link_btm {
	margin-top: 30px;
	margin-bottom: 70px;
}

.rea_link a {
	display: block;
	width: 1100px;
	height: 189px;
}

.rea_link a:hover {
	background-image: url(/reasons/img/rea_link_on.png);
}

.rea_link a:hover img {
	display: none;
}
.rea_sale_form a {
	width: 1100px;
	display: block;
	margin: 10px auto;
}
.rea_sale_form a:hover {
	opacity: .8;
}

/* ----------------------------------------
pan
---------------------------------------- */
.breadcrumbs {
	width: 100%;
	padding: 15px 0;
}

.breadcrumbs ul {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}

.breadcrumbs ul li {
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
	line-height: 14px;
	list-style: none;
}

.breadcrumbs ul li::before {
	padding: 0 10px 0 0;
	content: ">";
	font-size: 13px;
}

.breadcrumbs ul li:first-child::before {
	display: none;
}

.breadcrumbs ul li span {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.breadcrumbs ul li a {
	display: inline;
	font-weight: normal;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #111;
	text-decoration: none;
}

.breadcrumbs ul li a:hover {
	color: #999;
}

.pan_wrap {
	margin: 10px 0 !important;
	font-size: 14px !important;
}

/* ----------------------------------------
　side
---------------------------------------- */
.side {
	float: left;
	width: 200px;
}

/*検索 共通*/
.s_search {
	width: 196px;
	margin: 0 auto 20px;
	border: 1px solid #CCCCCC;
}

.s_search h2 {
	color: #FFFFFF;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
	/*★見出し背景色*/
}

.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}

.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	background: #F0F0F0;
	/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F0F0F0));
	/* Webkit系 */
	background: -moz-linear-gradient(top, #F5F5F5, #F0F0F0);
	/* Mozilla系 */
	background: -ms-linear-gradient(top, #F5F5F5, #F0F0F0);
	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
	/* IE8-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
	/* IE5.5-7 */
}

.s_search ul li a {
	width: 99%;
	margin: auto;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	/* text-indent: 30px; */
	text-decoration: none;
	background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}

.s_search ul li a:hover {
	color: #000000;
	background: #DDDDDD url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	/*★hover背景色・アイコン画像*/
}

.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}

/*店舗情報*/
.s_company {
	width: 198px;
	margin: 15px 0;
	border: 1px solid #CCCCCC;
}

.s_company h2 {
	color: #FFFFFF;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
	/*★見出し背景色*/
}

.s_company_inner {
	margin: 5px;
}

.s_company_inner p {
	clear: both;
}

.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}

.s_company_btn-l {
	float: left;
}

.s_company_btn_r {
	float: right;
}

/*--side_20200522--*/
.side_info {
	border: 1px solid #666;
	border-radius: 5px;
	background: #fff4d2;
	margin-bottom: 20px;
}

.side_info h2 {
	line-height: 45px;
	font-size: 17px;
	padding: 0 5%;
	background: linear-gradient(180deg, #ffcd33 0%, #ffcd33 20px, #ffc103 25px, #ffc103 100%);
	margin: 0;
}

.side_info_if iframe {
	width: 100%;
	height: 250px;
}

.side_info_in ul {
	margin: 15px 0;
	padding: 0 15px;
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.side_info_in li {
	margin-bottom: 10px;
}

.side_info_in a {
	display: block;
	color: #111;
	text-decoration: none;
	font-size: 13px;
	line-height: 21px;
	align-items: center;
}

.side_info_in a:hover {
	text-decoration: underline;
}

.side_info_in span {
	display: block;
}

.side_info_in p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 63px;
}

.side_satei {
	margin-bottom: 20px;
}

.side_satei a {
	display: block;
	width: 200px;
	height: 280px;
}

.side_satei a:hover {
	background-image: url(/contents/img/side_satei_on.jpg);
}

.side_satei a:hover img {
	display: none;
}

.side_reason {
	margin-bottom: 20px;
}

.side_reason a {
	display: block;
	width: 200px;
	height: 180px;
}

.side_reason a:hover {
	background-image: url(/contents/img/side_reason_on.jpg);
}

.side_reason a:hover img {
	display: none;
}

.side_voice {
	margin-bottom: 20px;
}

.side_voice a {
	display: block;
	width: 200px;
	height: 180px;
}

.side_voice a:hover {
	background-image: url(/contents/img/side_voice_on.jpg);
}

.side_voice a:hover img {
	display: none;
}

.side_conts {
	margin-bottom: 20px;
}

.side_conts_tl {
	border-top: 1px solid #111;
}

.side_conts_tl h2 {
	padding: 5px 0;
	border-bottom: 1px dashed #111;
	margin: 0;
}

.side_conts_tl img {}

.side_conts_tl p {
	font-size: 13px;
	line-height: 20px;
	padding: 15px 0;
}

.side_conts_a {
	margin-bottom: 10px;
}

.side_conts_a a {
	display: block;
	width: 200px;
	height: 160px;
}

.side_conts_a a:hover {
	background-image: url(/contents/img/side_point_on.jpg);
}

.side_conts_a a:hover img {
	display: none;
}

.side_conts ul {}

.side_conts li {
	margin-bottom: 5px;
}

.side_conts li a {
	position: relative;
	background: linear-gradient(180deg, #fff 0%, #fff 23px, #eee 28px, #eee 100%);
	border: 1px solid #ccc;
	display: block;
	color: #111;
	padding: 15px 8px;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.side_conts li a:hover {
	background: linear-gradient(180deg, #eee 0%, #eee 23px, #ccc 28px, #ccc 100%);
}

.side_conts li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #111;
	border-right: 3px solid #111;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/****売却査定の誘導****/
.rea_link {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.rea_link_btm {
	margin-top: 30px;
	margin-bottom: 70px;
}

.rea_link a {
	display: block;
	width: 1100px;
	height: 189px;
}

.rea_link a:hover {
	background-image: url(/reasons/img/rea_link_on.png);
}

.rea_link a:hover img {
	display: none;
}

/*--タブレット調整用--*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1400px) {

	.h_nav01 .h_nav>ul>li>a {
		font-size: 11px;
	}

}