@charset "utf-8";

/*-----------------------------
カテゴリ
------------------------------*/
.main_title_area.archivespage{
	background-image: url('../images/single/main_bg.png');
	height: 230px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
#map{
	height: 450px;
	margin-bottom: 50px;
}
.thumbnail_img{
	width: 150px;
	position: relative;
	overflow: hidden;
	height: 150px;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}
.thumbnail_img img {
    position: absolute;
    top: 50%;
    left:50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 130%;
}
.category_wrap h2{
	font-size: 16.93px;
	color:#252727;
	text-decoration: none;
}
.category_wrap table *{
	color:#252727;
	vertical-align: top;
}

.category_wrap table th{
	width: 80px;
	font-weight: 400;
	padding-bottom: 6px;
}
.category_wrap table td{
/*	padding-bottom: 6px;*/
}

.container_icon span.icon {
    margin: 5px 10px 5px 0;
}
.area_main_box{
	background-image: url("../images/map_bg.png");
	background-position: 370px 5px;
	background-repeat: no-repeat;
	height: 600px;
	border:1px solid #2eb2c2;
	margin-bottom: 100px;
	position:relative;
}
.search_area_contents{
	padding-left: 620px;
	padding-top: 130px;
}
.search_area_contents h2{
	color:#2eb2c2;
	margin-bottom: 10px;
	font-size: 28px;
}
.search_area_contents p{
	letter-spacing: 1.5px;
}
.area_card{
	margin-bottom:35px;
}
.area_card h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.area_card h3{
	text-align: left;
}
.attention .thumbnail_img{
	width: 195px;
	height: 195px;
}
.attention.category_wrap h2{
	font-size: 20px;
	margin-bottom: 10px;
}
/*.attention .rent_font{
	color: #fa4445;
   
    width: 100%;
    font-weight: 700;
    padding-bottom: 0!important;
}*/
.rent_font{
	color: #fa4445!important;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0!important;
}
.category_wrap.attention{
	margin-top: 50px;
	margin-bottom: 120px;
}
.category_wrap.attention table td,
.category_wrap.attention table th{
	padding-bottom: 0;
	vertical-align: middle;
}
.category_wrap.attention table td p{
	padding-bottom: 5px;
	line-height: 1.5;
}
.sp_search_top{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sp_search_top h2{
	font-size: 16px;
	padding: 10px;
	position: relative;
}
.sp_search_content{
	padding: 10px;
}
.sp_search_top{
	margin-bottom: 30px;
}
.sp_search_top h2:after{
	display: inline-block;
	content: "";
	position: absolute;
	right: 4px;
	top:18px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #252727;
}
.sp_search_top h2.open:after{
	display: inline-block;
	content: "";
	position: absolute;
	right: 4px;
	top:8px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #252727;
}
.sp_search_top h3{
	font-size: 16px;
	text-align: left;
}
.sp_search_content{
	display: none;
}







/*-----------------------------
タブ切り替え
------------------------------*/


.map_title {
	position: absolute;
    left: 95px;
    top: 150px;
}

.map_title h3 {
    font-size: 22px;
    color: #42b9c8;
    border-radius: 4px;
    line-height: 1.5;
    padding: 20px 0 10px 0;
    display: inline-block;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.map_title p {
    padding-left: 30px;
    font-size: 14px;
    color: #888888;
    text-align: left;
    font-weight: bold;
}














/* tabu */

.tab {
	overflow:hidden;
}
.tab li {
	padding:5px 25px; 
	float:left; 
	margin-right:1px;
}
.hide {
	display:none;
}


.area_card .wrap li {
	width:auto;
	padding:0;
}
.area_card .wrap li a {
	padding:7px 25px;
	font-size:16px;
	display: block;
    border: 1px solid;
    border-radius: 7px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
	cursor: pointer;
	cursor: hand;	
}



.area_card .wrap .hokkaido {
	color:#53a1ab;
	border-color:#53a1ab;
	position:absolute;
	top: 185px;
    right: 88px;
}
.area_card .wrap .hokkaido a:hover {
	color:#fff;
	background:#53a1ab;
	border-color:#53a1ab;
}
.area_card .wrap .tohoku {
	color:#6fc1b0;
	border-color:#6fc1b0;
	position: absolute;
    top: 280px;
    right: 147px;
}
.area_card .wrap .tohoku a:hover {
	color:#fff;
	background:#6fc1b0;
	border-color:#6fc1b0;
}
.area_card .wrap .kanto {
	color:#89a5c5;
	border-color:#89a5c5;
    position: absolute;
    top: 355px;
    right: 175px;
}
.area_card .wrap .kanto a:hover {
	color:#fff;
	border-color:#89a5c5;
	background-color:#89a5c5;
}
.area_card .wrap .tokai {
	color:#70bb7a;
	border-color:#70bb7a;
	position: absolute;
    top: 425px;
    right: 210px;
}
.area_card .wrap .tokai a:hover {
	color:#fff;
	border-color:#70bb7a;
	background-color:#70bb7a;	
}
.area_card .wrap .kinki {
	color:#dac35c;
	border-color:#dac35c;
	position: absolute;
    top: 462px;
    right: 315px;
}
.area_card .wrap .kinki a:hover {
	color:#fff;
	border-color:#dac35c;
	background-color:#dac35c;
}
.area_card .wrap .sikoku {
	color: #cea1a1;
    border-color: #cea1a1;
    position: absolute;
    top: 501px;
    right: 409px;
}

.area_card .wrap .sikoku a:hover{
	color:#fff;
	border-color:#cea1a1;
	background-color:#cea1a1;
}
.area_card .wrap .kyushu {
	color:#ce9e7d;
	border-color:#ce9e7d;
	position: absolute;
	top: 390px;
    right: 550px;
}
.area_card .wrap .kyushu a:hover {
	color:#fff;
	border-color:#ce9e7d;
	background-color:#ce9e7d;
}
.area_card .wrap .chugoku {
	color: #a790c3;
    border-color: #a790c3;
    position: absolute;
    top: 335px;
    right: 470px;
}
.area_card .wrap .chugoku a:hover {
	color:#fff;
	border-color:#a790c3;
	background-color:#a790c3;
}
.area_card .wrap .hokuriku01 {
    color: #c5cb7a;
    border-color: #c5cb7a;
    position: absolute;
    top: 264px;
    left: 500px;
}
.area_card .wrap .hokuriku01 a:hover {
	color:#fff;
	border-color:#c5cb7a;
	background-color:#c5cb7a;
}
.area_card .content li .erea_btn li {
	width:180px;
	height:50px;
	position:inherit;
}




/*-----------------------------
エリアごとに入ったページ
------------------------------*/
.area_card .content .cont_back {
position: absolute;
    width: 998px;
    height: 598px;
    background: #fff;
    padding: 50px 159px;
    top: 0;
    right: 0;
}
.area_card .content .cont_back ul {
	overflow:hidden;
	width:680px;
	
}
.area_card .content .cont_back ul li {
	width:220px;
	float:left;
	border-radius:5px;
	font-size:19px;
	margin:0 10px 10px 0;
	transition: all .3s;
}
.area_card .content .cont_back ul li:nth-child(3n) {
	margin-right:0;
}
.area_card .content .cont_back ul .none {
	background-color:#ccc;
	border: 2px solid #ccc;
	color:#fff;
	padding:12px;
}


.area_card .content ul li a {
	border: none;
    color: #fff;
    display: block;
    padding: 12px 0;
	text-decoration: none;
}

.area_card .content ul li a:hover{
    color: #42b9c8;
}


.area_card .content .cont_back ul .none a {
	padding:0;
	pointer-events:none;
}
.area_card .content .cont_back ul .yes {
	background-color:#42b9c8;
	color:#fff;
	border: 2px solid #42b9c8;
}
.area_card .content .cont_back ul .yes:hover {
	background-color:#fff;
	color:#42b9c8;
	border-color:#42b9c8;
}	
.area_card .content .cont_back .back {
	position: absolute;
    right: 43px;
    bottom: 40px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}
.area_card .content .cont_back img {
    padding: 0 8px 1px 0;
}
.area_card .content .cont_back h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
}
.area_card .content .tohoku h3 {
	color:#6fc1b0;
}
.area_card .content .kanto h3 {
	color:#89a5c5;
}
.area_card .content .tokai h3 {
	color:#70bb7a;
}
.area_card .content .kinki h3 {
	color:#dac35c;
}
.area_card .content .sikoku h3 {
	color:#cea1a1;
}
.area_card .content .kyushu h3 {
	color:#ce9e7d;
}
.area_card .content .chugoku h3 {
	color:#a790c3;
}
.area_card .content .hokuriku01 h3 {
	color:#c5cb7a;
}
.area_card .content .hokkaido h3 {
	color:#53a1ab;
}




























/* Large desktops and laptops */
@media (min-width: 1200px) {
	.category_wrap li{
		margin-bottom: 50px;
		padding: 10px;
		border-radius: 2px;
		border:1px solid transparent;
		cursor: pointer;
		-webkit-transition: all .3s;
	    transition: all .3s;
	}
	.category_wrap li:hover{
		background-color: #f0fdff;
		border:1px solid #2eb2c2;
	}
	.category_wrap li:hover a:before{
		background-color: #2eb2c2;
	}
	.category_wrap a{
		text-decoration: none;
		display: block;
		position: relative;
	    min-height: 180px;
		overflow:hidden;
	}
	.category_wrap li a:after{
		font-family: FontAwesome;
		content: '\f04b';
		position: absolute;
		right:4px;
		color:#fff;
		top: 50%;
	    -webkit-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	.category_wrap li a:before{
		content:"";
		height: 100%;
		width: 23px;
		position: absolute;
		top:0;
		right:0;
		background-color: #252727;
		border-radius: 4px;
		-webkit-transition: all .3s;
	    transition: all .3s;
	}
	.sp_search_top{
		display: none;
	}
	.attention .container_detail_list {
	    padding-right: 30px;
		float: left;
		width: 763px;
		overflow: hidden;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.category_wrap li{
		margin-bottom: 50px;
		padding: 10px;
		border-radius: 4px;
		border:1px solid transparent;
		cursor: pointer;
		-webkit-transition: all .3s;
	    transition: all .3s;
	}
	.category_wrap li:hover{
		background-color: #f0fdff;
		border:1px solid #2eb2c2;
	}
	.category_wrap li:hover a:before{
		background-color: #2eb2c2;
	}
	.category_wrap a{
		text-decoration: none;
		display: block;
		position: relative;
	    overflow: hidden;	
	}
	.category_wrap li a:after{
		font-family: FontAwesome;
		content: '\f04b';
		position: absolute;
		right:4px;
		color:#fff;
		top: 50%;
	    -webkit-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	.category_wrap li a:before{
		content:"";
		height: 100%;
		width: 23px;
		position: absolute;
		top:0;
		right:0;
		background-color: #252727;
		border-radius: 2px;
		-webkit-transition: all .3s;
	    transition: all .3s;
	}
	.sp_search_top{
		display: none;
	}
	.container_detail_list {
	    padding-right: 30px;
		overflow: hidden;
	}
	.category_main_contents {
		width: 78%;
	    float: right;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.area_main_box{
		display: none;
	}
	.category_wrap li{
		margin-bottom: 50px;
		padding: 10px;
		border-radius: 2px;
		border:1px solid transparent;
		cursor: pointer;
		-webkit-transition: all .3s;
	    transition: all .3s;
	}
	.category_wrap li:hover{
		background-color: #f0fdff;
		border:1px solid #2eb2c2;
	}
	.category_wrap li:hover a:before{
		background-color: #2eb2c2;
	}
	.category_wrap a{
		text-decoration: none;
		display: block;
		position: relative;
	}
	.category_wrap li a:after{
		font-family: FontAwesome;
		content: '\f04b';
		position: absolute;
		right:4px;
		color:#fff;
		top: 50%;
	    -webkit-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	.category_wrap li a:before{
		content:"";
		height: 100%;
		width: 23px;
		position: absolute;
		top:0;
		right:0;
		background-color: #252727;
		border-radius: 2px;
		-webkit-transition: all .3s;
	    transition: all .3s;
	}
	#map{
		display: none;
	}
	.container_icon {
	    clear: both;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.area_main_box{
		display: none;
	}
	.category_wrap table th{
		display: none;
	}
	.container_icon{
		clear:both;
	}
	.category_wrap .thumbnail_img{
		width: 120px;
		height: 120px;
		border-radius: 2px;
	}
	.attention .rent_font{
		font-size: 18px;
	}
	.category_wrap table td p{
		font-size: 13px;
	}
	.container_icon span.icon{
		font-size: 10px;
		padding: 0px 5px;
		margin: 2px 4px 2px 0
	}
	.category_wrap a{
		text-decoration: none;
		display: block;
		position: relative;
	}
	.detail_btn_sp i{
		font-size: 11px;
	}
	.detail_btn_sp{
		background-color: #2eb2c2;
	    display: block;
	    text-align: center;
	    padding: 10px 10px;
	    border-radius: 2px;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 700;
	}
	.category_wrap li{
		margin-bottom: 20px;
	}
	.container_icon{
		margin-bottom: 10px;
	}
	.category_wrap{
		margin-bottom: 40px!important;
	}
	#map{
	    height: 250px;
	    margin-bottom: 20px;
	}
	.sidebar{
		display: none;
	}
	.attention.category_wrap h2 {
	    font-size: 20px;
	    margin-bottom: 0;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.rent_font{
		font-size: 18px!important;
	}
	.thumbnail_img{
		margin-right: 10px;
	}
}