@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, "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
		"MS PGothic", sans-serif;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: all .3s;
}

H1 {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: absolute;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.head_title {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: absolute;
	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;
}
.toushi_mode {
	display: none !important;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* 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 #9cc813;
	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;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}

.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
  border-left: 10px solid #fff;
	transform: rotate(45deg);
}

.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}

.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}

/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
	margin: 0 0 30px 0;
}
.main_mypage_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 382px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #607594;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #607594;
	font-weight: bold;
	text-decoration: none;
}
.main_mypage_menu ul li a {
	padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
	padding: 27px 12px 23px 20px;
	background: #607594;
  color: #fff;
}
.main_mypage_menu ul li a {
	color: #607594;
	transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
	font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
	font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
	color: #607594;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
	padding: 0 20px 0 0;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
	transform: translateY(2px);
	box-shadow: 0px 0px 0px 0px #607594;
	background: #607594;
  color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #607594;
}
h2.mp_title {
	background: #607594;
}
input.member_add_btn {
	background-color: #607594;
	border: 1px solid #607594;
}
input.member_add_btn:hover {
	color: #607594;
}
input.member_add_btn:focus {
	color: #607594;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
	background: #607594;
}
#mp_bukken .osusume_more a {
	border: 1px solid #607594;
	box-shadow: 0px 2px 0px 0px #607594;
	color: #607594;
}
#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #607594;
	background: #607594;
}
.mem_match_conf .line-bg .selbg-title {
	background-color: #607594;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/

/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	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
---------------------------------------- */
.h_top_menu {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding-top: 15px;
}

.h_con_r {
	display: flex;
	align-items: center;
	padding-right: 60px;
}

.h_tel {
	margin-right: 30px;
}

header {
	padding: 10px 0;
	margin: 10px 0;
}

header nav {
	width: 1100px;
	margin: 0 auto;
}

header nav ul {
	display: flex;
	align-items: center;
	padding: 0;
}

header nav ul li a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	text-align: center;
	padding: 0px 8px;
	border-right: solid 1px #aac65f;
}

header nav ul li a:hover {
	text-decoration: underline;
}

header nav ul li:first-child a {
	border-right: none;
	padding-right: 0;
}

header nav ul li:nth-child(7) a {
	border-right: solid 1px #dabd5f;
}

header nav ul li:nth-child(8) a,
header nav ul li:nth-child(9) a,
header nav ul li:nth-child(10) a {
	border-right: solid 1px #acadad;
}

header nav ul li:nth-child(2) a,
header nav ul li:nth-child(3) a,
header nav ul li:nth-child(4) a,
header nav ul li:nth-child(5) a,
header nav ul li:nth-child(6) a,
header nav ul li:nth-child(7) a {
	color: #708f1d;
	flex-direction: column;
	font-size: 14px;
	min-width: 76px;
	box-sizing: border-box;
	padding: 0;
	letter-spacing: 1px;
}

header nav ul li:nth-child(2) a::before,
header nav ul li:nth-child(3) a::before,
header nav ul li:nth-child(4) a::before,
header nav ul li:nth-child(5) a::before,
header nav ul li:nth-child(6) a::before,
header nav ul li:nth-child(7) a::before {
	content: "";
	display: block;
	background: url(../img/common/h_sy_icon06.webp);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 50px;
	height: 33px;
	margin-bottom: 5px;
}

header nav ul li:nth-child(3) a::before {
	background: url(../img/common/h_sy_icon01.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 33px;
}

header nav ul li:nth-child(4) a::before {
	background: url(../img/common/h_sy_icon02.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 39px;
}

header nav ul li:nth-child(5) a::before {
	background: url(../img/common/h_sy_icon07.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 25px;
}

header nav ul li:nth-child(6) a::before {
	background: url(../img/common/h_sy_icon04.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 37px;
}

header nav ul li:nth-child(7) a::before {
	background: url(../img/common/h_sy_icon05.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 27px;
}

header nav ul li:nth-child(9) a,
header nav ul li:nth-child(10) a,
header nav ul li:nth-child(11) a,
header nav ul li:nth-child(12) a {
	flex-direction: column;
	font-size: 12px;
	padding: 0 5px;
	letter-spacing: 0px;
}

header nav ul li:nth-child(10) a::before,
header nav ul li:nth-child(11) a::before,
header nav ul li:nth-child(12) a::before {
	content: "";
	display: block;
	background: url(../img/common/h_com.webp);
	width: 35px;
	height: 38px;
	margin-bottom: 5px;
}

header nav ul li:nth-child(11) a::before {
	background: url(../img/common/h_staff.webp);
	background-position: center;
	background-repeat: no-repeat;
	width: 61px;
}

header nav ul li:nth-child(12) a::before {
	background: url(../img/common/h_staff_boshu.webp);
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
}

/* ----------------------------------------
　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 {
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}

.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;
}

/* ----------------------------------------
sidebar
---------------------------------------- */

.side_company {
	margin-top: 35px;
}

.side_company img {
	display: block;
	margin: 0 auto;
}

.side_company ul li a:hover {
	opacity: 0.8;
}

/* ----------------------------------------
side
---------------------------------------- */
.side_wrap {
 width: 200px;
}

.side_kaiin_bnr {
 position: relative;
 margin-bottom: 35px;
}

.side_kaiin_bnr:hover {
 opacity: 0.8;
}

.side_login_txt {
 color: #000;
 position: absolute;
 font-size: 16px;
 bottom: 20px;
 left: 50px;

 font-weight: bold;
 text-decoration: underline;
}

.side_login_txt:hover {
 color: #e8380d;
}

.side_kensu_cont {
 margin-bottom: 35px;
 border: solid 1px #a38f6f;
 position: relative;
 padding-bottom: 15px;
}

.side_kensu_cont h2 {
 text-align: center;
 font-size: 20px;
 color: #fff;
 background-color: #a28e6e;
 letter-spacing: 2px;
 padding: 4px 0px;
 line-height: 26px;
 letter-spacing: 4px;
 font-weight: bold;
 margin: 0;
}

.side_kousin_cont {
 padding: 20px 12px 10px 12px;
}

.side_kensu_ti {
 text-align: center;
 border-bottom: solid 13px #ffec78;
 position: relative;
 color: #e8380d;
 font-size: 26px;
 font-weight: bold;
}

.side_kensu_ti::before {
 display: block;
 width: 36px;
 height: 37px;
 content: "";
 background-image: url(/img/common/side_kaiin_star.webp);
 position: absolute;
 left: 0px;
 top: -10px;
 background-repeat: no-repeat;
}

.side_kensu_ti::after {
 display: block;
 width: 31px;
 height: 37px;
 content: "";
 background-image: url(/img/common/side_kaiin_star.webp);
 position: absolute;
 right: 0px;
 top: -10px;
 background-repeat: no-repeat;
}

.side_kensu_cont p {
 text-align: center;
 font-size: 14px;
 font-weight: bold;
 margin-top: 5px;
}

.side_kensu_cont ul {
 border: solid 3px #e8380d;
 margin-top: 10px;
}

.side_kensu_cont ul li {
 display: flex;
 padding: 0px 3px;
 justify-content: space-between;
}

.side_kensu_cont ul li:first-child {
 border-bottom: solid 1px #f07c63;
}

.side_kensu_cont ul li p {
 width: 85px;
 border-right: solid 1px #f07c63;
 font-size: 13px;
 margin-top: 0px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
}

.side_kensu_cont ul li span {
 font-size: 16px;
 font-weight: bold;
}

.side_kensu_cont ul li span span {
 color: #e8380d;
 font-size: 26px;
 font-family: 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
 font-weight: 500;
 line-height: 40px;
}

.side_kensu_days {
 font-size: 12px !important;
 text-align: right !important;
}

.side_smistep_cont {
 margin-top: 35px;
}

.juutaku_anshin_jigyo {
 margin-top: 35px;
}

.side_company {
 margin-top: 35px;
}

.side_company img {
 display: block;
 margin: 0 auto;
}

.side_company ul li a:hover {
 opacity: 0.8;
}

/* ----------------------------------------
footer
---------------------------------------- */

.f_all_wrap {
	overflow: hidden;
}

.lala_group_wrap {
	padding-top: 80px;
}

.lala_group_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.lala_group_inner::before {
	content: "";
	display: block;
	background: url(../img/common/f_img_l.webp);
	width: 691px;
	height: 268px;
	position: absolute;
	bottom: -6px;
	right: 860px;
}

.lala_group_inner::after {
	content: "";
	display: block;
	background: url(../img/common/f_img_r.webp);
	width: 364px;
	height: 46px;
	position: absolute;
	bottom: 0;
	right: -445px;
}

.lala_group_inner h2 {
	text-align: center;
	margin: 0 0 30px;
}

.lala_group_inner ul {
	width: 730px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lala_group_inner ul li {
	margin: 0 10px 10px;
}

.lala_group_inner ul li a:hover {
	opacity: 0.8;
}

.company_btn {
	position: absolute;
	bottom: -10px;
	right: -100px;
}

footer {
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 85%,
		rgba(240, 240, 236, 1) 100%
	);
	padding: 120px 0 80px;
}

.f_inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.f_inner::before {
	content: "";
	display: block;
	background: url(../img/common/f_icon.webp);
	width: 754px;
	height: 67px;
	position: absolute;
	top: -150px;
	left: 814px;
}

.f_con_l {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 4px solid #e0dfd1;
}

.f_logo {
	margin-bottom: 40px;
}

.f_con_l ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 30px;
	margin-bottom: 15px;
	padding-left: 100px;
	position: relative;
}
.f_con_l_s{
	margin-bottom: 30px !important;
}

.f_con_l ul::before {
	content: "";
	display: block;
	background: url(../img/common/f_bgy.webp);
	width: 71px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.f_con_l ul:nth-child(3)::before {
	background: url(../img/common/f_sale.webp);
	width: 69px;
}

.f_con_l ul:nth-child(4)::before {
	background: url(../img/common/f_rent.webp);
}

.f_con_l ul li {
	width: 33%;
	margin-bottom: 5px;
}

.f_con_l ul li a {
	color: #708f1d;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.f_con_l ul li a:hover {
	text-decoration: underline;
}

.f_con_l ul:nth-child(3) li {
	width: 50%;
}

.f_con_l ul:nth-child(3) li a {
	color: #c59600;
}

.f_con_l ul:nth-child(4) li {
	width: 50%;
}

.f_con_l ul:nth-child(4) li a {
	color: #98825e;
}

.f_con_r {
	width: 590px;
	position: relative;
}

.f_con_r p {
	font-size: 18px;
	color: #898989;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: -45px;
	letter-spacing: 2px;
	margin: 0;
}

.f_cv_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	margin-top: -15px;
}

.f_cv_wrap ul {
	display: flex;
	align-items: center;
}

.f_cv_wrap ul li {
	margin-right: -15px;
}

.f_cv_wrap ul li a:hover {
	opacity: 0.8;
}

.f_tel img {
	width: 260px;
}

.f_link_wrap {
	display: flex;
}

.f_link_list:first-child {
	width: 400px;
	box-sizing: border-box;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid #e0dfd1;
}

.f_link_list span {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 20px;
}

.f_link_list ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	height: 165px;
	padding: 0;
}

.f_link_list ul li {
	width: 33%;
}

.f_link_list ul li a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.f_link_list ul li a:hover {
	text-decoration: underline;
}

.f_link_list:last-child ul {
	height: 136px;
	width: 190px;
	justify-content: flex-start;
}

.f_link_list:last-child ul li {
	width: 50%;
}

/*--------page-top---------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}

/* ----------------------------------------
nav
---------------------------------------- */
#navArea{
	position: relative;
    z-index: 2000;
}

#navArea nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: 0.5s;
}

.side_nav_wrap ul {
	list-style: none;
}

.side_nav_wrap ul li a {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	margin: 0;
	color: #fff;
	transition: 0.3s;
}

.inside_h_nav_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.side_nav_wrap {
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	box-sizing: border-box;
}

.side_top_link {
	position: absolute;
	right: 90px;
	top: 80px;
}

.inside_f_logo {
	position: absolute;
	left: 30px;
	top: 50px;
}

.side_sub_link ul,
.side_top_link ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.side_top_link ul li a {
	display: block;
	margin-right: 20px;
	font-weight: 500;
	padding: 0;
	font-size: 13px;
}

.side_top_link ul li a i {
	margin-right: 5px;
}

.side_main_link ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.side_main_link {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.side_main_link ul {
	width: 760px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 55%;
	max-height: 345px;
}

.side_main_link ul li {
	width: 33%;
}

.side_main_link ul li a {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
	transition: 0.3s;
}

.side_nav_wrap ul li a:hover {
	color: #9cc813;
	transition: 0.3s;
}

.side_main_link span {
	display: block;
	font-size: 11px;
	line-height: 11px;
	font-weight: 100;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
}

.side_com_link {
	position: absolute;
	left: 15px;
	bottom: 5px;
}

.side_com_link ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	position: relative;
	padding-left: 85px;
	height: 40px;
}

.side_com_link ul::before {
	content: "";
	display: block;
	background: url(../img/common/f_bgy.png);
	width: 71px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.side_com_link ul:nth-child(2)::before {
	background: url(../img/common/f_sale.png);
	width: 69px;
}

.side_com_link ul:nth-child(3)::before {
	background: url(../img/common/f_rent.png);
}

.side_com_link ul li {
	margin-right: 10px;
}

.side_com_link ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

.side_com_link ul li a:hover {
	text-decoration: underline;
}

.side_com_link ul:nth-child(3) li {
	width: 50%;
}

.side_com_link ul:nth-child(4) li {
	width: 50%;
}

/*============
.toggle_btn_c
=============*/
.toggle_btn_c {
	display: block;
	position: fixed;
	top: 63px;
	right: 50px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 101;
	box-sizing: border-box;
}

.toggle_btn_c span {
	display: block;
	position: absolute;
	left: 10px;
	width: 22px;
	height: 2px;
	background-color: #333;
	border-radius: 2px;
	transition: all 0.5s;
}

.toggle_btn_c span:nth-child(1) {
	top: 11px;
}

.toggle_btn_c span:nth-child(2) {
	top: 19px;
}

.toggle_btn_c span:nth-child(3) {
	bottom: 11px;
}

.open .toggle_btn_c span {
	background-color: #fff;
}

.open .toggle_btn_c span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
	top: 9px;
}

.open .toggle_btn_c span:nth-child(2) {
	opacity: 0;
}

.open .toggle_btn_c span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

.inquiryt_2 {
	color: #ff0000;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

/*============
#mask
=============*/
#mask {
	transition: all 0.8s;
	opacity: 0;
	z-index: -1;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 98;
	cursor: pointer;
	transition: all 0.8s;
}

.open .toggle_btn_c {
	z-index: 9999;
}

.open nav {
	display: block !important;
	z-index: 100;
}

@media screen and (max-width: 1200px) {
	#navArea {
		display: none;
	}

}

/* ----------------------------------------
ipad
---------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	header nav ul li a{ 
		font-size: 10px !important;
	}

}


/*============
物件検索一覧
=============*/
.l-roomlist{
	width: 780px;
    float: right;
    margin-left: 20px;
}
.l-sidenavi{
	width: 200px;
    float: left;
}


/*============
検討リスト
=============*/
.maincontents{
	float: right !important;
}



.page_none{
    text-align: center;
}