@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-style: normal;
	font-weight: 400;
	font-size:1.4rem;
	color:#000;
	margin:0px;
	padding:0px;
	overflow-x: scroll;
	position: relative;
}
img{
	border:none;
}
a{
	color:#1A72E8;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
strong{
	font-weight:bold;
}
.toppan{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}
i.fa-brands{
	font-weight:400;
	font-family: "Font Awesome 5 Brands";
}
i.fa-solid{
	font-weight:900;
}
/*------------------------------
フォーマット
--------------------------------*/
#container {
	width:1500px;
	max-width: 100%;
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow: hidden;
	position:relative;
}
#contents{
	float:left;
	width: calc(100% - 270px);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	scroll-behavior: smooth;
}
@media screen and (max-width:1499px){
	#container {
		width:100%;
	}
}
@media screen and (max-width:1024px){
	#contents{
		float:none;
		width: 100%;
	}
}
/*------------------------------
トグルボックス
--------------------------------*/
.toggle_box {
    margin:20px 0px 20px 0px;
    padding: 0;
}
/*ボタン装飾*/
.toggle_box label.tog{
	display:block;
    padding:5px;
    font-weight: bold;
    background:#1A283E;
	font-size:1.6rem;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	color:#fff;
	line-height:130%;
}
/*アイコンを表示*/
.toggle_box label.tog:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    display: inline-block;
    content: '\f160';
	font-size:1.6rem;
	color: #fff;
	margin-right:10px;
}
/*アイコンを表示*/
.toggle_box label.tog:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    display: inline-block;
    content: '\f060';
    padding-right: 5px;
    transition: 0.2s;
	font-size:1.6rem;
	color: #fff;
	margin-left:10px;
}
.toggle_box label.tog:hover:before,.toggle_box label.tog:hover:after{
	color:#fff;
}
.rent label.tog:hover,.rent input.tog:checked ~ label.tog {
	background-color:#1E9EAC;
	color: #fff;
}
.sale label.tog:hover,.sale input.tog:checked ~ label.tog {
	background-color:#C7AC68;
	color: #fff;
}
/*アイコンを切り替え*/
.toggle_box input.tog:checked ~ label.tog:after {
     content: '\f063';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #fff;
}
.toggle_box input.tog:checked ~ label.tog:before {
	color: #fff;
}
.toggle_box input.tog:checked ~ label.tog:hover:before,.toggle_box input.tog:checked ~ label.tog:hover:after{
     color: #fff;
}
/*チェックは見えなくする*/
.toggle_box input.tog {
    display: none;
}
/*中身を非表示にしておく*/
.toggle_box .toggle_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.toggle_box input.tog:checked ~ .toggle_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.form_set{
	width:650px;
	margin:10px auto;
	text-align:left;
}
.fcr_box input{
	width:15px;
	height:15px;
}
.fcr_box input label{
	color:#000;
	font-size:1.4rem;
}
.fcr_box table td{
	min-width: 120px;
    width: auto;
    display: inline-block;
    margin: 3px;
}
.toggle_box button{
	display: block;
    margin: 20px auto;
    text-align: center;
    padding: 3px 7px;
	cursor:pointer;
}
.form_select{
	display:inline-block;
	min-width:120px;
}
.form_select select{
	display:inline-block;
	min-width:120px;
}
span.frub{
	display:inline-block;
	font-size:1.4rem;
	margin:0px 5px;
}
/*------------------------------
サイドメニュー
--------------------------------*/
#side_box{
	float: right;
    width: 270px;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    position: relative;
    height: auto;
    scroll-behavior: smooth;
    background-color: #EDF1F2;
}
ul#menu_ul{
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
ul#menu_ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul#menu_ul li.mu01{
	width: 49%;
	display:inline-block;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    text-align: center;
	font-size:1.4rem;
}
ul#menu_ul li.mu01x{
	border-right:none;
}
ul#menu_ul li a{
	display:block;
	color:#000;
}
ul#menu_ul li.mu01 a{
	padding:20px;
}
ul#menu_ul li a.prepbox{
	cursor:pointer;
	position:relative;
}
ul#menu_ul li.mu02{
    margin: 0px 0px 0px 0px;
    padding:15px;
    text-align: center;
	font-size:1.4rem;
}
ul#menu_ul li.mu02 a{
	padding:15px;
}
ul#menu_ul li.mu03{
	width: 49%;
	display:inline-block;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #D0D0D0;
    text-align: center;
	font-size:1.4rem;
	background-color:#fff;
}
ul#menu_ul li.mu03 a{
	padding:10px;
}
ul#menu_ul li.mu04{
    box-sizing: border-box;
    margin:10px 0px 10px 0px;
    padding:0px;
    text-align: center;
	font-size:1.4rem;
	background-color:#9BAAB2;
	color:#fff;
}
ul#menu_ul li.mu04 a{
	color:#fff;
	padding:10px;
}
.form_set_keys{
	width:100%;
	margin: 0px 0px 10px 0px;
	position:relative;
}
.form_set_keys input.search{
	display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    color: #e2e2e2;
    border-radius: 0px;
    margin: 0px auto 0px auto;
}
.form_set_keys input.search:focus{
	outline: none;
	border-color: #333;
	color:#333;
}
.form_set_keys input[type="submit"]{
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.8rem;
    border: none;
    color: #1A283E;
    cursor: pointer;
    background: none;
}
.form_set_keys input[type="submit"]:hover{
	color:#ccc;
}
#side_box h2.rm_h2,.rbox h2.rm_h2{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.4rem;
	border-bottom:1px dotted #000;
}
ul#area_ul,ul#cat_ul{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
ul#area_ul li,ul#cat_ul li{
	display:inline-block;
	margin:2px 2px;
	font-size:1.2rem;
}
ul#area_ul li a,ul#cat_ul li a{
	display:block;
	color:#000;
	border-radius:3px;
	background-color:#fff;
	padding:5px;
}
ul#area_ul li a:hover,ul#cat_ul li a:hover{
	color:#fff;
	background-color:#333;
}
.rm_btn2{
	margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}
.rm_btn2 a{
	font-size:1.1rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #000;
	color:#000;
}
#side_box h2.rm_pop,.rbox h2.rm_pop{
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.1rem;
	text-align:center;
}
#side_box h2.rm_pop::before,
.rbox h2.rm_pop::before{
	content:"POPULAR";
	background-image: url(../images/icon_popular.png);
    background-repeat: no-repeat;
    background-size:auto;
	background-position:center top;
	display:block;
	font-size:1.6rem;
	margin: 0px 0px 5px 0px;
	padding:35px 0px 0px 0px;
	letter-spacing:1px;
}
#side_box h3.rm_h3,.rbox h3.rm_h3{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.4rem;
	border-bottom:1px dotted #000;
	position: relative;
}
span.rm_btn{
	display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 7px;
}
span.rm_btn a{
	font-size: 1.1rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
}
#side_box ul#pop_ul,.rbox ul#pop_ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
#side_box ul#pop_ul li,.rbox ul#pop_ul li{
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	font-size:1.2rem;
}
#side_box ul#pop_ul li a,.rbox ul#pop_ul li a{
	color:#000;
}
#side_box h2.rm_article,.rbox h2.rm_article{
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.1rem;
	text-align:center;
}
#side_box h2.rm_article::before,.rbox h2.rm_article::before{
	content:"ARTICLE";
	background-image: url(../images/icon_article.png);
    background-repeat: no-repeat;
    background-size:auto;
	background-position:center top;
	display:block;
	font-size:1.6rem;
	margin: 0px 0px 5px 0px;
	padding:35px 0px 0px 0px;
	letter-spacing:1px;
}
#side_box article,.rbox article{
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
#side_box article a,.rbox article a{
	display:block;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
#side_box article img,.rbox article img{
	width:100%;
	height:auto;
}
#side_box article h3,.rbox article h3{
	font-size:1.8rem;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:150%;
}
#side_box article time,.rbox article time{
	font-size:1.0rem;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	color:#808080;
}
#side_box span.blog_nicon,.rbox span.blog_nicon{
	display:inline-block;
	width:22px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#side_box span.blog_nicon img,.rbox span.blog_nicon img{
	width:100%;
	height:auto;
}
#side_box article p,.rbox article p{
	font-size:1.0rem;
	color:#808080;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#side_box article a.mini_cat,.rbox article a.mini_cat{
	margin: 0px 0px 0px 0px;
}
.nav_banner_lp li{
	margin: 10px 0px;
}
.nav_banner_lp img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width:1024px){
	#side_box{
		display:none;
	}
}
@media screen and (max-width:640px){
	ul#area_ul li,ul#cat_ul li{
		margin:7px;
		font-size:1.4rem;
	}
	#side_box ul#pop_ul li,.rbox ul#pop_ul li{
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
		font-size:1.4rem;
	}
}
/*------------------------------
中ページ
--------------------------------*/
#main{
	width:100%;
	box-sizing:border-box;
	padding:40px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#main h2{
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.1rem;
	text-align:center;
}
#main h2::before{
	content:"PICKUP";
	display:block;
	font-size:2.8rem;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	letter-spacing:1px;
}
#main h2.tower_blog_entry::before{
	content:"ARTICLE DETAIL";
}
#main h2.mansion_de::before{
	content:"MANSION DETAIL";
}
#main h2.mansion::before{
	content:"MANSION SEARCH";
}
#main h2.jirei::before{
	content:"CASE";
}
#main h2.about::before{
	content:"ABOUT US";
}
#main h2.article::before{
	content:"ARTICLE";
}
#main h2.mansion_name::before{
	content:"MANSION NAME SEARCH";
}
#main h2.mylist::before{
	content:"MYLIST";
}
#main h2.request::before{
	content:"REQUEST";
}
#main h2.reservation::before{
	content:"RESERVATION";
}
#main h3{
	font-size:3.0rem;
	line-height:140%;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
#main h3.list{
	margin: 0px 0px 30px 0px;
}
#main h3.map_h3{
	font-size:1.6rem;
}
#main h4{
	background: transparent;
	padding:10px;
	margin:0px 0px 20px 0px;
	color: #000;
	font-size:2.4rem;
	font-weight:500;
	border-left:5px solid #3c334b;
	border-bottom: .084em dotted #eee;
	text-align: left;
	line-height:140%;
}
#main h4.oub_h4{
	font-size:2.4rem;
	padding:7px;
}
#main h4.mylist{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	font-size:2.6rem;
	font-weight:700;
	color:#fff;
	border-radius:15px 15px 0px 0px / 15px 15px 0px 0px;
	border:none;
}
#main h5{
	margin:0;
	font-size:2.0rem;
	border-bottom: solid 5px #ddd;
	padding:8px 5px 8px 5px;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
	line-height:140%;
}
#main h5:before{
	content:'';
	width:50px;
	height:5px;
	background-color: #999;
	display:block;
	position:absolute;
	left:0;
	bottom: -5px;
}
#main h5.rent:before{
	background-color: #5273a9;
}
#main h5.sale:before{
	background-color: #996d70;
}
#main h5.fo_h5{
	text-align:left;
}
#main h5.entry_h5{
	font-size:1.4rem;
	border-bottom:none;
}
#main h5.entry_h5:before,#main h5.bk_h5:before{
	display:none;
}
#main h5.mcb_h5,#main h5.rank_h5{
	font-weight:700;
	text-align:left;
}
#main h6{
	margin:0;
	font-size:2.0rem;
	border-bottom: solid 5px #ccc;
	padding:8px 5px 8px 5px;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
	line-height:140%;
}
#main p{
	margin:0px 0px 0px 0px;
	padding:20px;
	font-size:1.6rem;
	line-height:150%;
	text-align:left;
}
#main p.tju_p{
	display:inline-block;
	width:calc(100% - 40px);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	color:#666;
	text-align:left;
	vertical-align:top;
	line-height:130%;
}
#main p.chui,#main p.map_p{
	padding:10px;
	font-size:1.2rem;
}
a #main p.map_p{
	color:#333;
}
.m_ul li{
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	line-height:150%;
}
.m_ul li:before {
	font-family: "webfont";
	content: "\e910";
	display: inline-block;
	margin:0px 5px 0px 0px;
	color:#ED891D;
	font-size:1.2rem;
}
.m_ul li span{
	display:block;
	margin:5px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	line-height:150%;
}
.m_ul li a{
	color:#333;
	text-decoration:underline;
}
.m_ul li a:hover{
	color:#ccc;
}
.mem_box{
	padding:10px;
	font-size:1.4rem;
	line-height:150%;
}
@media screen and (max-width:640px){
	#main{
		padding:15px;
	}
}
/*------------------------------
ランキング
--------------------------------*/
.rank_box{
	width:80%;
	margin:20px auto;
}
.rank_img{
	display:inline-block;
	width:40%;
}
.rank_img img{
	width:100%;
	height:auto;
}
.rank_tex{
	display:inline-block;
	width:59%;
	box-sizing:border-box;
	padding:0px 15px 15px 15px;
	vertical-align:top;
	position:relative;
}
.rank_star{
	position:absolute;
	top:15px;
	right:20px;
}
.rank_star i{
	color:#E1B100;
	font-size:2.0rem;
}
table.rank4{
	max-width: 600px;
    width: 100%;
	border-collapse: collapse;
	margin:20px auto 50px auto;
}
table.rank4 tr{
	border-bottom: solid 2px white;
}
table.rank4 tr:last-child{
	border-bottom: none;
}
table.rank4 th{
	position: relative;
	width: 30%;
	background-color: #244F7C;
	color: white;
	padding: 10px 0;
	font-size:1.8rem;
	vertical-align:middle;
}
table.rank4 th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #244F7C;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
table.rank4 td{
	text-align: left;
	width:70%;
	background-color: #eee;
	padding: 10px 0px 10px 20px;
}
@media screen and (max-width:1280px){
	.rank_box{
		width:97%;
		margin:20px auto;
	}
}
@media screen and (max-width:480px){
	.rank_img{
		width: 100%;
	}
	.rank_tex{
		width: 100%;
	}	
}
/*------------------------------
エリアマップ
--------------------------------*/
#top_map{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_nishiku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_chuoku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_kitaku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
#top_map_fukushimaku{
	width:100%;
	box-sizing: border-box;
	height:450px;
	border:5px solid #163758;
	border-top:none;
}
.mapmbox{
	width:185px;
	height:auto;
	box-sizing: border-box;
	padding:10px;
	margin:0px 0px 0px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fff;
	text-align:center;
}
.top_new{
	float:left;
	width: 100%;
	margin:40px  -230px 0px 0px;
	padding:0px 0px 0px 0px;
}
.top_om{
	float:right;
	width:230px;
	box-sizing: border-box;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tom_inner{
	width:100%;
	box-sizing: border-box;
	margin:0px 0px 0px 0px;
	padding:15px;
	background-color:#163758;
}
.tom_inner h3{
	background-image:url(../images/mmicon.png);
	background-repeat:no-repeat;
	background-position:5px 0px;
	font-family: "Sawarabi Mincho";
	font-size:1.2rem;
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 35px;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	text-align:left;
}
.top_om a.btn_om_list{
	display:block;
	width:100%;
	background-color:#ffeb00;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	color:#163758;
	font-weight:bold;
}
.gm-style img{
	width:100%;
	height:120px;
	object-fit:cover;
}
/*------------------------------
トップページ
--------------------------------*/
#main_article{
	margin:0px 0px 50px 0px;
	padding:0px 40px;
	position:relative;
}
#main_article h2{
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.1rem;
	text-align:center;
}
#main_article h2::before{
	content:"PICKUP";
	display:block;
	font-size:2.8rem;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	letter-spacing:1px;
}
#ma_box,.blog_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
#ma_box article,.blog_box article{
	display:inline-block;
	width:20%;
	margin:0px 0px 0px 0px;
	padding:10px;
	border:1px solid #eee;
	box-shadow:1px 1px 2px #ccc;
}
.blog_box article{
	margin:0px 0px 20px 0px;
}
#ma_box article a.ma_img,.blog_box article a.ma_img{
	display:inline-block;
	width:100px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align: top;
}
#ma_box article a.ma_img img,.blog_box article a.ma_img img{
	width:100%;
	height:100%;
	object-fit: cover;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ma_tex{
	display:inline-block;
	width:calc(100% - 110px);
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	vertical-align: top;
}
.ma_tex h3,#main h3.mat_h3{
	font-size:1.6rem;
	line-height:140%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ma_tex h3 a,#main h3.mat_h3 a{
	color:#000;
}
.ma_tex time{
	font-size:1.0rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#ma_box p.mb_p,#main p.mb_p{
	font-size:1.2rem;
	line-height:150%;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
}
.ma_link{
	background-image: url(../images/btn_y.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
    font-size: 1.1rem;
    padding: 0px 15px 5px 8px;
    margin: 0px;
    position: absolute;
    top: 35px;
    right: 40px;
	cursor:pointer;
}
.ma_link a{
	color:#000;
}
.blog_box ul{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align: left;
}
.blog_box li{
	display:inline-block;
	margin:8px 5px 0px 0px;
}
.blog_box li a{
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	color:#666;
	position:relative;
	text-decoration:underline;
}
.blog_box li a:hover{
	color:#000;
}
a.sub_catLink,a.sub_Linkall,a.sub_Linkcat{
	display:inline-block;
	border-radius:5px;
	padding:5px 8px;
	margin:0px 3px;
	background-color:#999;
	color:#fff;
	font-size:1.2rem;
}
a.sub_Linkall{
	background-color:#000;
}
a.baikyaku{
	background-color:#996D70;
}
a.chintaikanri{
	background-color:#5273A9;
}
a:hover.sub_catLink{
	background-color:#000;
}
a:hover.sub_Linkall,a:hover.baikyaku,a:hover.chintaikanri{
	background-color:#999;
}
a:hover.chin{
	background-color:#5273A9;
}
a:hover.bai{
	background-color:#996D70;
}
#top_mansions,#chintai_box{
	margin:0px 0px 50px 0px;
	padding:0px 40px ;
}
#chintai_box{
	margin:50px 0px 50px 0px;
}
#top_mansions h2,#chintai_box h2{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.2rem;
	border-bottom:1px dotted #000;
	position:relative;
	letter-spacing:1px;
	text-align:right;
}
#top_mansions h2::before,#chintai_box h2::before{
	content:"RECOMMEND";
	position:absolute;
	top:-10px;
	left:0px;
	font-size:2.4rem;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
#chintai_box h2::before{
	content:"SELECT";
}
#tm_box,#tbk_box{
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#tm_box article,#tbk_box article{
	display:inline-block;
	width:22%;
	box-sizing:border-box;
	margin:0px 1% 20px 1%;
	padding:10px;
	text-align:left;
	vertical-align:top;
	position:relative;
}
#tm_box h3,#tbk_box h3{
	font-size:1.8rem;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
.tnew_icon{
	position:absolute;
	top:5px;
	left:80px;
}
#tm_box h3 a,#tbk_box h3 a{
	color:#000;
}
#tbk_box h3 a{
    text-decoration: underline;
}
#tm_box figure,#tbk_box figure{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tbk_box figure > .bk_img,
#tbk_box figure > .bk_img2{
	display:inline-block;
	width:45%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tm_box figure a{
	display:block;
	width:100%;
	height:170px;
	margin:8px 0px 12px 0px;
	padding:0px 0px 0px 0px;
}
#tm_box figure img,
#tbk_box figure > .bk_img img,
#tbk_box figure > .bk_img2 img{
	display:block;
	width:100%;
	height:100%;
	object-fit: cover;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tbk_box figure > .bk_img img,
#tbk_box figure > .bk_img2 img{
	max-height:100px;
	object-fit: contain;
}
#tm_box figcaption,#tbk_box figcaption{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tbk_box time{
	display:block;
	font-size:1.1rem;
	margin:0px 0px 4px 0px;
}
#tm_box figcaption p.figp_01,
#tbk_box article p.tnb_p01{
	font-size:1.4rem;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#tbk_box article p.tnb_p01 span{
	font-size:1.4rem;
}
#tm_box figcaption p.figp_02,
#tbk_box article p.tnb_p02{
	font-size:1.1rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#tbk_box article p.tnb_p02{
	line-height:150%;
}
a.tm_btn{
	display:inline-block;
	margin:20px 0px 0px 0px;
	padding:15px;
	font-size:1.4rem;
	color:#000;
	background-color:#efefef;
      transition: box-shadow 0.5s;
      box-shadow:
        2px 2px 4px rgba(18, 47, 61, 0.5),
        -2px -2px 4px rgba(248, 253, 255, 0.9),
        inset 2px 2px 4px transparent,
        inset -2px -2px 4px transparent;
		border-radius:5px;
}
a:hover.tm_btn{
	box-shadow:
        2px 2px 4px transparent,
        -2px -2px 4px transparent,
        inset 2px 2px 4px rgba(18, 47, 61, 0.5),
        inset -2px -2px 4px rgba(248, 253, 255, 0.9);
}
#top_jirei{
	margin:0px 0px 0px 0px;
	padding:0px 40px ;
	position:relative;
}
#top_jirei h2{
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.1rem;
	text-align:center;
}
#top_jirei h2::after{
	content:"CASE";
	display:block;
	font-size:2.8rem;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	letter-spacing:1px;
}
#top_jirei p.tj_p{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size:1.2rem;
	text-align:left;
}
#tj_box{
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
#tj_box article{
	display:inline-block;
	width:20%;
	margin:0px 0px 20px 0px;
	padding:10px;
	border:1px solid #eee;
	box-shadow:1px 1px 2px #ccc;
	position:relative;
}
#tj_box article time{
	position: absolute;
    top: -25px;
    left: 0px;
    font-size: 1.1rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#tj_box article h3{
	font-size:1.8rem;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#tj_box article h3 a{
	color:#000;
}
#tj_box article p.tja_p{
	font-size:1.2rem;
	color:#666;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
#tj_box article span.s_color,#tj_box article span.r_color,#tj_box article span.b_color{
	display:inline-block;
	font-size:1.0rem;
	background-color:#008780;
	margin:2px;
	padding:3px 5px;
	color:#fff;
	border-radius:3px;
}
#tj_box article span.r_color{
	background-color:#059ACE;
}
#tj_box article span.b_color{
	background-color:#F96A2B;
}
.tj_user{
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tj_user img.tu_img{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tj_user p.tju_p{
	display:inline-block;
	width:calc(100% - 40px);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2rem;
	color:#666;
	text-align:left;
	vertical-align:top;
	line-height:130%;
}
#top_youtube{
	margin:0px 0px 50px 0px;
	padding:0px 40px ;
	position:relative;
}
#top_youtube h2{
	margin: 30px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size:1.1rem;
	text-align:center;
}
#top_youtube h2::after{
	content:"YOUTUBE";
	display:block;
	font-size:2.8rem;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	letter-spacing:1px;
}
#top_youtube p.ty_p{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size:1.2rem;
	text-align:left;
}
#ty_box{
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
#ty_box article{
	display:inline-block;
	width:22%;
	margin:0px 5px 0px 5px;
	padding:0px;
	position:relative;
}
#ty_box article h3{
	font-size:1.8rem;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#ty_box article h3 a{
	color:#000;
}
#ty_box article p.tyb_p{
	font-size:1.2rem;
	color:#666;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#ty_box article a.ty_a{
	display:block;
	width:100%;
	height:140px;
	margin:8px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
#ty_box article a.ty_a img{
	width:100%;
	height:100%;
	object-fit: cover;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
@media screen and (max-width:1280px){
	#main_article{
		margin:0px 0px 40px 0px;
		padding:0px 20px;
	}
	#ma_box article a.ma_img,.blog_box article a.ma_img{
		display:block;
		width:100%;
		height:100px;
		text-align:center;
	}
	.ma_tex{
		display:block;
		width:100%;
		margin:10px 0px 0px 0px;
	}
	#top_mansions{
		margin:0px 0px 40px 0px;
		padding:0px 20px ;
	}
}
@media screen and (max-width:768px){
	#tm_box article{
		width:21%;
	}
}
@media screen and (max-width:640px){
	#tm_box article {
		width: 45%;
	}
	#top_jirei{
		margin:0px 0px 50px 0px;
		padding:0px 15px ;
		position:relative;
	}
	#tj_box {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		display: static;
		justify-content: unset;
	}
	#tj_box article {
		width: 44%;
		margin: 0px 5px 35px 5px;
	}
	#ma_box article a.ma_img,.blog_box article a.ma_img{
		height:200px;
	}
	#top_youtube{
		padding:0px 15px ;
	}
	#ty_box article{
		width:45%;
		margin: 20px 5px 0px 5px;
	}
	#ty_box article a.ty_a{
		height:200px;
	}
	#ty_box article a.ty_a img{
		width:100%;
		height:auto;
		object-fit: unset;
		margin:0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
	}
	#top_mansions,#chintai_box{
		margin:0px 0px 30px 0px;
		padding:0px 15px ;
	}
}
@media screen and (max-width:480px){
	#main_article{
		margin:0px 0px 20px 0px;
		padding:0px 10px;
	}
	#tj_box article {
		width: 43%;
		margin: 0px 5px 35px 5px;
	}
	#top_jirei{
		padding:0px 10px ;
	}
	#ty_box article a.ty_a{
		height:auto;
	}
	.ma_link{
		top: 110px;
	}
	#top_youtube{
		display:none;
	}
	#tm_box article,#tbk_box article{
		width:97%;
	}
}
@media screen and (max-width:428px){
	#ma_box article a.ma_img,.blog_box article a.ma_img{
		height:auto;
	}
	.ma_link{
		top: 50px;
		right:10px;
	}
	#tm_box article{
		width:97%;
	}
	#tm_box figure a{
		height:auto;
	}
	#tj_box article {
		width: 97%;
		margin: 0px 5px 35px 5px;
	}
	#top_mansions h2{
		    text-align: left;
	}
#top_mansions h2::before{
		position:static;
		font-size:2.4rem;
	}
}
/*------------------------------
査定フォームページ
--------------------------------*/
#tflow{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.4rem;
	line-height:160%;
	text-align:center;
}
.tf_m{
	font-size:2.6rem;
	font-weight:bold;
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	color:#004da4;
}
/*.tf_m:before{
	display:inline-block;
	font-family: webfont;
	content: "\e96a";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}*/
.tflow_box{
	display:inline-block;
	box-sizing: border-box;
	width:230px;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	font-size:1.4rem;
	color:#004da4;
	background-color:#ccc;
	-webkit-border-radius:5px;
}
.tflow_box span{
	display:block;
	box-sizing: border-box;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.8rem;
}
/*.tflow_box span.tfs01:before{
	display:inline-block;
	font-family: FontAwesome;
	content: "\e952";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}*/
/*.tflow_box span.tfs02:before{
	display:inline-block;
	font-family: 'webfont';
	content: "\e916";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tflow_box span.tfs03:before{
	display:inline-block;
	font-family: 'webfont';
	content: "\e927";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}*/
.tflow_box_act{
	display:inline-block;
	box-sizing: border-box;
	width:230px;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	font-size:1.6rem;
	color:#ffffff;
	background-color:#ff5a19;
	-webkit-border-radius:5px;
}
.tflow_box_act span{
	display:block;
	box-sizing: border-box;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.8rem;
}
/*.tflow_box_act span.tfs01:before{
	display:inline-block;
	font-family:'webfont';
	content: "\e952";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}*/
/*.tflow_box_act span.tfs02:before{
	display:inline-block;
	font-family:'webfont';
	content: "\e916";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}
.tflow_box_act span.tfs03:before{
	display:inline-block;
	font-family:'webfont';
	content: "\e927";
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}*/
.tflow_y{
    display: inline-block;
    margin: 0px 5px 28px 5px;
    position: relative;
    width: 20px;
    text-align: center;
    color: #ff5a19;
    font-size: 2rem;
}
/*.tflow_y:before{
	display:inline-block;
	font-family:'webfont';
	content: "\f04b";
	color:#ff5a19;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:0px;
	left:0px;
}*/
#fo_sbox{
	width:100%;
}
#fo_satei{
	width:33%;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#fo_soudan{
	width:33%;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#fo_w{
	width:33%;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
.fss_m{
	background-color:#e5e5e5;
	margin:0px 0px 0px 0px;
	padding:15px 15px 0px 80px;
	text-align:center;
}
.fsd_m{
	background-color:#e5e5e5;
	margin:0px 0px 0px 0px;
	padding:15px 15px 0px 90px;
	text-align:center;
}
.fsw_m{
	background-color:#e5e5e5;
	margin:0px 0px 0px 0px;
	padding:15px 15px 0px 35px;
	text-align:center;
}
@media screen and (max-width:768px){
	.tflow_box{
		display:inline-block;
		width:28%;
		box-sizing: border-box;
		margin:0px 0px 0px 0px;
		padding:10px;
		font-size:1.4rem;
		color:#004da4;
		background-color:#e5e5e5;
		-webkit-border-radius:5px;
	}
	.tflow_box_act{
		display:inline-block;
		width:28%;
		box-sizing: border-box;
		margin:0px 0px 0px 0px;
		padding:10px;
		font-size:1.4rem;
		color:#ffffff;
		background-color:#ff5a19;
		-webkit-border-radius:5px;
	}
	#fo_satei{
		width:32.5%;
	}
	#fo_soudan{
		width:33%;
	}
	#fo_w{
		width:33%;
	}
	.fss_m{
		padding:10px 10px 0px 10px;
	}
	.fsd_m{
		padding:10px 10px 0px 10px;
	}
	.fsw_m{
		padding:10px 10px 0px 10px;
	}
}
@media screen and (max-width:640px){
	.tflow_box span{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-size:1.6rem;
	}
	.tflow_box_act span{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-size:1.6rem;
	}
	#fo_satei{
		width:97%;
	}
	#fo_soudan{
		width:97%;
	}
	#fo_w{
		width:97%;
	}
	.fss_m{
		padding:15px 15px 0px 15px;
	}
	.fsd_m{
		padding:15px 15px 0px 15px;
	}
	.fsw_m{
		padding:15px 15px 0px 15px;
	}
}
@media screen and (max-width:420px){
	.tflow_box{
		display:inline-block;
		width:97%;
		box-sizing: border-box;
		margin:0px 0px 0px 0px;
		padding:10px;
		font-size:1.4rem;
		color:#004da4;
		background-color:#e5e5e5;
		-webkit-border-radius:5px;
	}
	.tflow_box_act{
		display:inline-block;
		width:97%;
		box-sizing: border-box;
		margin:0px 0px 0px 0px;
		padding:10px;
		font-size:1.4rem;
		color:#ffffff;
		background-color:#ff5a19;
		-webkit-border-radius:5px;
	}
	.tflow_box span{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-size:1.8rem;
	}
	.tflow_box_act span{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-size:1.8rem;
	}
	.tflow_y{
		display: inline-block;
		margin: 10px 0px 30px 0px;
		position: relative;
		width:97%;
		text-align: center;
	}
	/*.tflow_y:before{
		display:inline-block;
		font-family:'webfont';
		content: "\f0dd";
		color:#ff5a19;
		font-size:3.2rem;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		top:0px;
		left:48%;
	}*/
}
/*------------------------------
ヘッダー
--------------------------------*/
#header{
	margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position: relative;
}
#header h1{
	float:left;
	width:300px;
    margin: 0px 0px 0px 0px;
    padding: 30px 40px 40px 40px;
	font-size:1.2rem;
	letter-spacing:1px;
}
#header h1 img{
	display:block;
	margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
#header h1 a{
	color:#000;
}
ul#head_menu{
	float:right;
	width:auto;
	margin: 55px 50px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style:none;
	text-align:right;
}
ul#head_menu li{
	display: inline-block;
	margin: 0px 0px 0px 0px;
    padding: 10px;
	font-size:1.4rem;
}
ul#head_menu li a{
	color:#000;
}
ul#head_menu li a:hover{
	color:#999;
}
#header p{
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 12px 40px;
	font-size:1.2rem;
	letter-spacing:1px;
	border-top:1px solid #AAA;
}
.head_able{
	font-size: 1.8rem;
    color: #029261;
    line-height: 140%;
    position: absolute;
    top: 40px;
    left: 530px;
    right: 0;
    margin: 0px;
    width: 350px;
    box-sizing: border-box;
}
#main_img,#main_img2{
	background-image: url(../images/main_img.jpg);
    background-repeat: no-repeat;
    background-size:cover;
	background-position:left top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	height:500px;
}
#main_img2{
	height:200px;
}
#main_img p.main_tex{
	font-size: 4.4rem;
    padding: 0px 0px 0px 0px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    line-height: 150%;
    text-align: center;
	font-family:serif;
	text-shadow:1px 1px 3px #666;
}
#main_img a,#main_img2 a{
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#main_img2 p.main_tex{
	font-size: 4.4rem;
    padding: 40px 0px 0px 0px;
    color: #fff;
    margin: auto;
    line-height: 150%;
    text-align: center;
	font-family:serif;
	text-shadow:1px 1px 3px #666;
}
#mtl_box{
	padding:40px;
	text-align:center;
	display: flex;
	justify-content: space-evenly;
}
@media screen and (max-width:1315px){
	#mtl_box a{
		width:23%;
	}
	#mtl_box a img{
		width:100%;
		height:auto;
	}
	
}
@media screen and (max-width:1280px){
	#mtl_box{
		padding:20px;
	}
}
@media screen and (max-width:1024px){
	#header h1{
		padding: 10px 40px 20px 30px;
	}
	#header p{
		padding: 12px 0px 12px 30px;
	}
	ul#head_menu{
		margin: 30px 80px 0px 0px;
	}
}
@media screen and (max-width:820px){
	ul#head_menu{
		display:none;
	}
}
@media screen and (max-width:640px){
	#main_img p.main_tex{
		font-size:3.0rem;
	}
	#main_img{
		height:300px;
	}
	#mtl_box{
		padding:15px;
		display: static;
		justify-content: unset;
		flex-wrap: wrap;
	}
	#mtl_box a{
		width: 48%;
		display: inline-block;
		margin: 5px;
	}
	#ma_box,.blog_box{
		display: static;
		justify-content: unset;
	}
	#ma_box article,.blog_box article{
		width: 44%;
		margin: 0px 5px 0px 5px;
	}
}
@media screen and (max-width:480px){
	#mtl_box{
		padding:10px;
		text-align:center;
	}
	#mtl_box a{
		width: 47%;
	}
	#ma_box article,.blog_box article{
		width: 43%;
	}
	#header h1{
		float:none;
		width:300px;
		padding: 15px;
	}
	#header h1 img{
		width:100%;
		height:auto;
	}
	#header p {
		padding: 10px;
		line-height: 140%;
	}
	#main_img2 p.main_tex{
		font-size: 3.6rem;
	}
}
@media screen and (max-width:428px){
	#ma_box article,.blog_box article{
		width: 97%;
		margin: 10px 5px 10px 5px;
	}
	#mtl_box{
		display:none;
	}
}
/*------------------------------
パンクズ
--------------------------------*/
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	/*margin: 20px;*/
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: bold;/*太字*/
	line-height:150%;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #2e7fea;
}
.breadcrumb li a:hover{
	color: #999;
	text-decoration:none;
}
.breadcrumb li a span.bdcb{
	color: #1D2B33;
}
.breadcrumb li:first-child a:before {
	font-family:"Font Awesome 5 Free";
	content: '\f1ad';
	font-weight: normal;
	font-size: 1.1em;
	color: #2e7fea;
}
@media screen and (max-width:480px){
	.breadcrumb {
		margin:15px;
	}
	.breadcrumb li{
		font-size:1.2rem;
	}
}
@media screen and (max-width:428px){
	.breadcrumb {
		margin:10px;
	}
	.breadcrumb li{
		margin-bottom:3px;
	}
}
@media screen and (max-width:390px){
	.breadcrumb {
		margin: 10px;
		line-height:150%;
	}
}
/*------------------------------
共通
--------------------------------*/
.img_box{
	display:block;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.red{
	color:#e21c24;
}
.orange{
	color:#f97d16;
}
.kon{
	color:#2e3187;
}
.black{
	color:#000;
}
.rent{
	color:#5273A9;
}
.sale{
	color:#996D70;
}
.high{/*文字のバックを黄色でハイライト*/
  position: relative;
  background: linear-gradient(transparent 40%, yellow 40%);
}
.mini{
	font-size:1.2rem;
}
.page_l{
	text-align:left;
}
.page_c{
	text-align:center;
}
.page_r{
	text-align:right;
}
.bbig{
	font-weight:bold;
	font-size:120%;
}
.tb20{
	clear:both;
	margin:20px 0px 20px 0px;
}
.tb10{
	clear:both;
	margin:10px 0px 10px 0px;
}
a.base_btn{
	display:inline-block;
	margin:20px 5px 0px 5px;
	padding:15px;
	font-size:1.4rem;
	color:#000;
	background-color:#eee;
      transition: box-shadow 0.5s;
      box-shadow:
        2px 2px 4px rgba(18, 47, 61, 0.5),
        -2px -2px 4px rgba(248, 253, 255, 0.9),
        inset 2px 2px 4px transparent,
        inset -2px -2px 4px transparent;
		border-radius:5px;
}
a.rank{
	background-color:#244F7C;
	color:#fff;
}
a:hover.base_btn{
	background-color:#ddd;
	box-shadow:
        2px 2px 4px transparent,
        -2px -2px 4px transparent,
        inset 2px 2px 4px rgba(18, 47, 61, 0.5),
        inset -2px -2px 4px rgba(221, 221, 221, 0.9);
}
a:hover.rank{
	color:#244F7C;
}
a.base_btn3{
	display: inline-block;
	padding:3px 5px;
	margin:3px 5px 0px 5px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	color: #000;
	font-size:1.2rem;
    border-radius:2px;
	cursor:pointer;
}
a:hover.base_btn3,a.act2{
	background-color:#000;
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
a.num_btn{
	display: inline-block;
	padding:3px 5px;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
    color: #333333;
	font-size:1.2rem;
    border-radius: 2px;
	cursor:pointer;
	text-align:center;
	margin-bottom:15px;
	margin-left:2.5px;
	margin-right:2.5px;
}
a:hover.num_btn{
	background-color:#000;
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
.num_act{
	display: inline-block;
     padding:3px 5px;
    text-decoration: none;
	background-color:#000;
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
	font-size:1.2rem;
    border-radius: 2px;
	cursor:pointer;
	margin-bottom:15px;
	margin-left:2.5px;
	margin-right:2.5px;
}
@media screen and (max-width:540px){
	.page_c img.moi{
		display:block;
		width:97%;
		margin:auto;
	}
}
/*------------------------------
テーブル
--------------------------------*/
.table01,.table02,.table03{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:1.4rem;
	border-collapse: collapse;
	text-align: center;
}
.table01 th,.table02 th,.table03 th{
	border:1px dotted #b1b1b1;
	background-color:#efefef;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-weight:normal;
	color:#333;
	vertical-align:middle;
	line-height:140%;
}
.table03 th{
	padding:5px 0px 5px 0px;
}
.table01 th.th_m,.table02 th.th_m,.table03 th.th_m{
	background-color:#333;
	color:#fff;
}
.table01 th.th_m a,.table02 th.th_m a,.table03 th.th_m a{
	color:#fff;
	text-decoration:underline;
}
.table01 td,.table02 td,.table03 td{
	border:1px dotted #b1b1b1;
	margin:0px 0px 0px 0px;
	padding:8px;
	color:#333;
	vertical-align:middle;
	line-height:150%;
	background-color:#fff;
	text-align:left;
}
.table02 td.no{
	padding:2px;
	text-align:center;
}
.table02 td img{
	width:100%;
	height:auto;
}
.table03 td{
	padding:0px 0px 0px 0px;
	text-align:center;
}
.ta_c td{
	text-align:center;
}
.table01 td.td_c,.table02 td.td_c{
	text-align:center;
}
.table01 td.td_n,.table02 td.td_n{
	border:none;
	text-align:center;
}
.table02 th.thw80,.table02 td.tdw80{
	width:80px;
}
.table02 th.thw100,.table02 td.tdw100{
	width:100px;
}
.taw400{
	width:400px;
	margin:0px auto 0px auto;
}
.taw600{
	width:600px;
	margin:0px auto 0px auto;
}
.taw800{
	width:800px;
	margin:0px auto 0px auto;
}
.thw80,.tdw80{
	width:80px;
}
.thw100{
	width:100px;
}
.thw150{
	width:150px;
}
.thw250{
	width:250px;
}
.t_fixed{
	table-layout: fixed;
}
.tmini{
	font-size:1.4rem;
}
@media screen and (max-width:800px){
	.taw800{
		width:100%;
		margin:0px 0px 0px 0px;
	}
}
@media screen and (max-width:480px){
	.taw600{
		width:100%;
		margin:0px 0px 0px 0px;
	}
	.table01 th,.table01 td{
		display:block;
		width:100%;
		box-sizing:border-box;
		margin:0px 0px 0px 0px;
	}
	.table01 td img{
		width:100%;
		height:auto;
	}
}
@media screen and (max-width:480px){
	.taw400{
		width:100%;
		margin:0px 0px 0px 0px;
	}
}
/*------------------------------
フットメニュー
--------------------------------*/
#foot_menu{
	width: 1150px;
    box-sizing: border-box;
    margin: 0px auto 0px auto;
    padding: 70px 0px;
    text-align: center;
    background-color: #D1E1E5;
}
#fm_rb h3,#fm_rs h3{
	text-align:center;
	font-size:1.8rem;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
#fm_rb h3::after,#fm_rs h3::after{
	content:"RENT or BUY";
	display:block;
	font-size:1.0rem;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	letter-spacing:1px;
}
#fm_rs h3::after{
	content:"REASE or SELL";
}
#fm_rb{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#fm_rs{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left:1px dotted #000;
}
#foot_menu a{
	display:block;
	width:360px;
	box-sizing:border-box;
	margin:10px auto 0px auto;
	padding:20px;
	text-align:center;
	background-color:#fff;
	font-size:1.4rem;
	position:relative;
	color:#000;
}
#foot_menu a:hover{
	background-color:#eee;
}
#foot_menu a i{
	position:absolute;
	top:40%;
	right:20px;
	font-size:1.2rem;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#foot_menu a.prepbox{
	cursor:pointer;
	position:relative;
}
#foot_menu a.prepbox:hover > .preptip,
ul#menu_ul li a.prepbox:hover > .preptip0{
	visibility: visible;
    opacity: 1;
}
.preptip {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    bottom: 15px;
    left: 0px;
    margin-left: 0px;
}
.preptip0 {
	visibility: hidden;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    bottom: 45px;
    left: 8px;
    margin-left: 0px;
    width: 100px;
}
.preptip > .prep_tex {
    background-color: #333333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 140%;
    font-size: 1.1rem;
    display: inline-block;
    /* z-index: 99; */
}
.preptip > .prep_tex::after {
	content: " ";
    position: absolute;
    top: -10px;
    left: 20px;
    /*top: 50%;
    left: 100%;*/
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 7px solid #333;
}
.preptip0 > .prep_tex {
    background-color: #333333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 140%;
    font-size: 1.1rem;
    display: inline-block;
    /* z-index: 99; */
}
.preptip0 > .prep_tex::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
@media screen and (max-width:1499px){
	#foot_menu{
		width: 100%;
		padding: 40px 0px;
	}
}
@media screen and (max-width:640px){
	#foot_menu a{
		width:250px;
	}
}
@media screen and (max-width:480px){
	#foot_menu a{
		width:90%;
	}
}
/*------------------------------
フットアバウト
--------------------------------*/
#foot_about{
	width: 1150px;
    box-sizing: border-box;
    margin: 70px auto 70px auto;
    padding: 0px 0px;
    text-align: center;
}
#foot_about img.fam_img{
	width:520px;
	display:inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}
#fa_tex{
	width: calc(100% - 550px);
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 40px 0px;
    text-align: left;
    vertical-align: top;
}
#fa_tex h3{
	font-size: 2.2rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    font-weight: 700;
	letter-spacing:1px;
}
#fa_tex p{
	font-size:1.6rem;
    margin: 0px 0px 0px 0px;
    padding:10px 0px;
	line-height:150%;
	letter-spacing:1px;
}
.fa_btn{
	margin: 20px 0px 0px 0px;
    padding: 0px 0px;
	text-align:right;
}
.fa_btn a{
	font-size:1.4rem;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px;
	color:#000;
}
.fa_btn a span{
	display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    color: #000;
    vertical-align: top;
}
.fa_btn a i{
	display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    color: #000;
    vertical-align: top;
}
.fa_btn img{
	display:inline-block;
	width:185px;
	margin: 0px 0px 0px 0px;
}
@media screen and (max-width:1499px){
	#foot_about{
		width: 100%;
		margin: 40px auto 40px auto;
	}
	#foot_about img.fam_img{
		width:45%;
	}
	#fa_tex{
		width: calc(100% - 50%);
		padding: 0px 0px;
	}
	#fa_tex h3{
		line-height:140%;
	}
}
@media screen and (max-width:480px){
	#foot_about img.fam_img{
		width:90%;
		margin:20px auto;
	}
	#fa_tex{
		width: 90%;
		padding: 0px 0px;
	}
}
@media screen and (max-width:428px){
	#fm_rb,#fm_rs{
		width:90%;
	}
	#fm_rs{
		border-left:none;
		margin-top:30px;
	}
	.fa_btn{
		margin: 20px 20px 0px 0px;
	}
}
/*------------------------------
フットポイント
--------------------------------*/
#foot_point{
	width: 1150px;
    box-sizing: border-box;
    text-align: center;
	background-image: url(../images/bk_foot.png);
    background-repeat: repeat;
	background-position:left top;
	padding:50px;
	margin:0px auto 0px auto;
}
#foot_point h3{
	font-size:3.2rem;
	color:#fff;
	text-shadow:2px 2px 4px #666;
	letter-spacing:2px;
	margin: 0px 0px 30px 20px;
    padding: 0px 0px;
}
#foot_point ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style:none;
	display: flex;
	justify-content: space-evenly;
}
#foot_point li{
	display:inline-block;
	width:18%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	color:#fff;
	box-sizing: border-box;
}
#foot_point li.fp_img{
	width:170px;
}
#foot_point li.fp_img img{
	width:100%;
	height:auto;
}
#foot_point li.fp_set{
	border:3px solid #fff;
	border-radius:10px;
    margin: auto 0px auto 0px;
	height:180px;
	box-sizing: border-box;
    padding:15px;
	text-align:center;
	line-height:140%;
}
#foot_point li h4{
	font-size:1.6rem;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
#foot_point li h4 i{
	display:block;
	font-size:2.4rem;
    margin: 12px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
#foot_point li p{
	font-size:1.2rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align:left;
}
#foot_point li.fp_link{
	font-size: 1.2rem;
    height: 100px;
    margin: auto 0px auto 0px;
    padding: 0px 0px 0px 0px;
}
#foot_point li.fp_link a{
	display:block;
	font-size:1.4rem;
    margin: 7px 0px 0px 0px;
    padding:10px;
	background-color:#F57078;
	border:2px solid #fff;
	box-shadow:2px 2px 4px #ccc;
	color:#fff;
	border-radius:5px;
	line-height:150%;
}
#foot_point li.fp_link a span{
	display:block;
	font-size:1.6rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
@media screen and (max-width:1499px){
	#foot_point{
		width: 100%;
		padding:30px;
	}
}
@media screen and (max-width:1150px){
	#foot_point ul{
		display: unset;
		justify-content:unset;
	}
	#foot_point li{
		display:inline-block;
		width:30%;
		margin: 0px 10px 0px 10px;
		vertical-align:top;
	}
	#foot_point li.fp_set{
		margin: 0px 10px 0px 10px;;
	}
}
@media screen and (max-width:1024px){
	#foot_point ul{
		width:100%;
	}
	#foot_point li{
		width:20%;
	}
}
@media screen and (max-width:768px){
	#foot_point li.fp_set{
		height:auto;
	}
}
@media screen and (max-width:640px){
	#foot_point li{
		width:45%;
		margin: 0px 10px 20px 10px;
	}
	#foot_point li.fp_set{
		margin: 0px 10px 20px 10px;
		vertical-align: bottom;
	}
}
@media screen and (max-width:480px){
	#foot_point{
		padding:10px;
	}
	#foot_point h3{
		font-size:2.8rem;
		margin: 30px 0px 10px 20px;
		padding: 0px 0px;
		line-height:140%;
	}
}
@media screen and (max-width:428px){
	#foot_point li.fp_set{
		margin: 0px 5px 20px 5px;
		vertical-align: bottom;
	}
}
/*------------------------------
フッター
--------------------------------*/
#footer{
    box-sizing: border-box;
	background-image: url(../images/bk_foot2.png);
    background-repeat: repeat;
	background-position:left top;
	padding:50px;
	margin:70px 0px 0px 0px;
	position:relative;
}
#foot_info{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#foot_link{
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#foot_info h3{
	width: 300px;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 25px 0px;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
#foot_info h3 img{
	display:block;
	margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
#foot_info h3 a{
	color:#000;
}
#foot_info p{
	font-size:1.2rem;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#foot_info p span.info_tel{
	display:block;
	font-size:4.6rem;
	font-weight:700;
	margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#foot_info p span.info_tel i{
	font-size:3.6rem;
}
#foot_link ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
#foot_link li.fl_01,#foot_link li.fl_02,#foot_link li.fl_03{
	display: inline-block;
    padding: 15px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}
#foot_link li.fl_01 a{
	display:block;
	font-size:1.5rem;
	color:#000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 12px 0px;
}
#foot_link li.fl_02 a{
	display:block;
	font-size:1.2rem;
	color:#000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
#foot_link li.fl_03 a{
	display:block;
	background-color:#fff;
	font-size:1.2rem;
	color:#000;
	padding:15px 30px;
	margin:0px 0px 12px 0px;
	border:1px solid #ccc;
}
#foot_link li.fl_03 a.fl03a{
	margin:0px 0px 0px 0px;
}
#foot_pan{
	position: absolute;
    top: -25px;
    left: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 1.2rem;
}
#foot_pan a{
	color:#000;
}
#foot_pan li{
	display:inline;
	font-size:1.2rem;
	list-style:none;
}
#foot_sns{
	position: absolute;
    bottom: 45px;
    right: 45px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size:2.8rem;
}
#foot_sns a{
	color:#333;
	display:inline-block;
	padding: 0px 0px 0px 0px;
    margin: 0px 3px 0px 3px;
}
#foot_top{
	width:60px;
	height:60px;
	background-color:#808080;
	border-radius:50%;
	box-sizing:border-box;
	position:absolute;
	bottom:280px;
	right:20px;
	margin:0px;
	text-align:center;
	z-index:1;
	font-size:2.2rem;
	color:#fff;
}
#foot_top i{
	display:block;
	margin:18px 0px;
}
#foot_top a{
	display:block;
	margin-top:10px;
	color:#fff;
}
#foot_top:hover{
	opacity:0.7;
}
address{
	width: 100%;
	box-sizing:border-box;
	display: block;
    font-size: 1.0rem;
    text-align: center;
    padding: 10px;
	color:#000;
}

.all_clear {
    clear: both;
    height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
@media screen and (max-width:1024px){
	#foot_top{
		width:50px;
		height:50px;
		bottom:10px;
		right:10px;
	}
	#foot_top i{
		margin:12px 0px;
	}
}
@media screen and (max-width:912px){
	#foot_info {
		float: unset;
		margin: 0px auto 0px auto;
		width: 450px;
	}
	#foot_info h3{
		width:unset;
	}
	#foot_link{
		float:unset;
		text-align: center;
		margin:20px 0px 0px 0px;
	}
	#foot_link li{
		text-align:left;
	}
	#foot_sns {
		position:static;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 2.8rem;
		text-align: center;
	}
	#foot_top {
		bottom: -10px;
		right: 20px;
	}
	.years_banner{
		max-width: 100%;
		margin-bottom: 30px;
	}
	.years_banner img{
	    width: 100%;
	}
}
@media screen and (max-width:480px){
	#footer{
		padding: 15px 0px;
	}
	#foot_top {
		bottom: 20px;
	}
	#foot_info,#foot_info h3 img{
		width:90%;
	}
}
@media screen and (max-width:428px){
	#foot_info p span.info_tel{
		font-size:3.6rem;
	}
}
.select_box{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.select_box{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
}
.sele_tex{
	display:inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.select_list{
	display:inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.years_banner{
	width:auto;
	text-align:center;
}
#menu-btn-check,.menu-btn{
	display: none;
}

/*------------------------------
お気に入り
--------------------------------*/
.tab_item {
    background-color: #edf1f2;
    font-size: 1.4rem;
    color: #000;
    padding: 15px 30px;
    margin: 0px 10px 12px 10px;
    border: 1px solid #ccc;
    max-width: 170px;
    width: 50%;
    display: inline-block;
}
.tab_item:hover {
    background-color: #333;
	color:#fff;
}
input[name="tab_item"] {
    display: none;
}
#tab1,#tab2 {
    display: none;
    padding: 40px 0px 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#chintai_tab:checked ~ #tab1,
#baibai_tab:checked ~ #tab2 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#chintai_tab:checked + .tab_item,
#baibai_tab:checked + .tab_item{
  background-color: #333;
  color: #fff;
}
.mylist_info{
    line-height: 150%;
    text-align: left;
    margin-bottom: 10px;
}
.attention_mylist p{
    text-align: center !important;
}
.attention_mylist img{
    max-height: 420px;
    width: 100%;
    object-fit: contain;
}
.my_attBox{
    background: #edf1f2;
    padding: 14px;
}
.my_attBox h3{
    padding: 20px 20px 0px 20px;
}
.my_attBox p{
    padding: 10px 20px 20px 20px !important;
}
.fv_btn{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.fv_btn li{
    margin: 0px 15px;
}
.time_check{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: middle;
}
/*------------------------------
問い合わせ
--------------------------------*/
.req_p{
    text-align: center !important;
}
.req_p .tbig{
    font-size: 2.2rem;
}
.rep_form{
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
}
.rep_form table{
    table-layout: fixed;
}
.rep_form th{
    vertical-align: middle;
}
.rep_form td{
    text-align: left;
    line-height: 180%;
    padding: 15px;
}
.rep_form th,
.rep_form td{
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.rep_form td select{
    padding: 10px;
        width: 100%;
}
.rep_form .fom_box input[type="text"]{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
input.form-j-other{
    width: 100%;
    max-width: 200px;
}
.rep_form p{
    padding: 0px !important;
    font-size: 1.4rem !important;
}
.rep_form input[type="reset"],
.rep_form input[type="submit"],
.rep_form input[type="button"]{
    margin: 6px 10px 0px 10px;
    padding: 6px 12px;
}
.rep_form .btn_line{
    background-color: #edf1f2;
    color: #000;
    padding: 12px 10px;
    margin: 6px auto 6px auto;
    border: 1px solid #ccc;
    display: block;
    max-width: 200px;
    font-size: 1.6rem;
}
@media screen and (max-width:480px){
    .rep_form th{
        width: 18% !important;
        padding: 1%;
        line-height: 130%;
    }
}
/*------------------------------
テキストコピーボタン
--------------------------------*/
.copy_wrap{
  padding: 20px 0;
  text-align: center;
}
.copy_txt{
  margin: 0 0 10px;
  font-size:1.4rem;
  border:1px solid #333;
  padding:5px;
  line-height:150%;
  text-align:left;
}