@charset "utf-8";

/******************************************************************
 * レスポンシブ化 切り替え
 *****************************************************************/

#headerPC {
	display: block;
}
#headerSP {
	display: none;
}
.boxPC {
	display: block;
}
.boxSP {
	display: none;
}

@media screen and (max-width: 1000px) {

#WRAP {
    display: table;
}

#FOOTER {
    display: table;
}

}



@media screen and (max-width: 660px) {

#headerPC {
	display:none;
}
#headerSP {
	display: block;
}
.boxPC {
	display: none;
}
.boxSP {
	display: block;
}


/******************************************************************
 * ヘッダー
 *****************************************************************/

#headerMenuSP {
	display: table;
	top:0;
	z-index:100000;
	position: fixed;
	width: 100%;
	height:60px;
	background-color:#f5fffa;
	box-shadow:0px 0px 5px 0px #acacac;
	-moz-box-shadow:0px 0px 5px 0px #acacac;
	-webkit-box-shadow:0px 0px 5px 0px #acacac;

}
#headerMenuSP #LOGO {
	display:table-cell;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#headerMenuSP #BTN {
	display:table-cell;
	float: right;
	margin-top:18px;
	margin-right:10px;
}

#menuTop {
	display:none;
}

#menu{
	display: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	border-bottom:#dadada 1px solid;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu li a{
	display: block;
	padding: 15px 0 15px;
	font-size:14px;
	font-size: 1.4rem;
	background: #FFF;
	border-left:#eee 1px solid;
	border-right:#dadada 1px solid;
	color:#555;
	text-align: center;
	text-decoration: none;
}
#menu li.BG a {
	background: #ffffe0;
	color:#8ec220;
}
#menu li a:hover{
	background: #eee;
}

#menuBar{
	background-color: #010101;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#010101));
	background-image: -webkit-linear-gradient(#303030, #010101);
	background-image: linear-gradient(#303030, #010101);
}

#toggle{
	display: block;
	position: relative;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}



#tableMenu {
	width:95%;
	height:60px;
	margin:0 auto;
	line-height:1.0;
	border-spacing:0;
}
#tableMenu td {
}
#tableMenu td.LOGO {
	text-align:left;
	padding-right:10px;
}
#tableMenu td.BTN {
	text-align:right;
	max-width:50px;
}


#headerIMG {
	padding-top:60px;
	margin-bottom:25px;
	width:100%;
	height:auto;
}




/******************************************************************
 * コンテンツ
 *****************************************************************/

#WRAP {
	position: static;
    display: block;
}

#Contents {
	width:100%;
	margin:80px auto 0;
}
#Contents-in {
	width:96%;
	margin:0 auto 30px;
}


#HEADLINE2 {
	width:100%;
	padding:10px 0;
	background-color:#eff4f6;
	margin-bottom:20px;
}
#HEADLINE2 #HEADLINE2-in {
	width:98%;
	margin:0 auto;
	font-size:12px;
	font-size: 1.2rem;
	line-height: 1.6;
}


/******************************************************************
 * 物件詳細
 *****************************************************************/

.list-domitory-img,
.list-domitory-img2 {
	width:100%;
	margin-bottom:40px;
}
.list-domitory-img ul,
.list-domitory-img2 ul {
	width:100%;
	margin:0 auto;
}
.list-domitory-img ul li,
.list-domitory-img2 ul li {
	display: block;
	float:left;
	margin-bottom:10px;
	padding:0 3px;
	width:50%;
	line-height:0;
	text-align:center;
}
.list-domitory-img ul li img,
.list-domitory-img2 ul li img,
.list-domitory-img2 ul li:first-child,
.list-domitory-img2 ul li:nth-child(2) {
	text-align:center;
}

.MAP iframe {
	width:100%;
	height:380px;
	max-width:100%;
}



/******************************************************************
 * フッター
 *****************************************************************/

#FOOTER {
    display: table;
	width:100%;
}

#FOOT01 {
	width:100%;
	height: auto;
	margin:0 auto;
	background:#222f33;
}
#FOOT01-in {
	width:100%;
	margin:0 auto;
	padding:20px 5px 20px;
}


#FOOT01-in .MENU {
	padding:0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #999;
	text-align: center;
}
#FOOT01-in .MENU a {
	margin:0 3px;
	color:#FFF;
}
#FOOT01-in .MENU a:hover {
	color:#FFC;
}
#FOOT01-in .COPY {
	padding-top:25px;
	font-size: 11px;
	font-size: 1.1rem;
	color:#FFF;
	text-align: center;
}



/*フッターボタン*/

#footerBTN{
}



/******************************************************************
 * 見出し
 *****************************************************************/

#HEADER-in h1 {
	font-size:14px;
	font-size: 1.4rem;
	font-weight:bold;
}

.TITLE-TOP h2 {
	background:url(../img/bg_h2-top.png) no-repeat;
	background-position:50% 100%;
	font-size:18px;
	font-size: 1.8rem;
	text-align:center;
	font-weight:bold;
	padding:0 0 20px;
	margin-bottom:15px;
	height:36px;
}

.contentsTitle {
	font-size:18px;
	font-size: 1.8rem;
	margin-bottom:18px;
	font-weight:bold;
	line-height:1.3;
}

.searchTitle-1 {
	background:url(../img/bg_h2-search.png) no-repeat;
	background-position:0 0;
	background-color:#8ec220;
	font-size:18px;
	font-size: 1.8rem;
	padding:16px 0 13px 60px;
	margin-bottom:20px;
	min-height:50px;
	font-weight:bold;
	color:#FFF;
	line-height: 100%;
}
.searchTitle-2 {
	background:url(../img/bg_h2-search.png) no-repeat;
	background-position:0 0;
	background-color:#52afd1;
	font-size:18px;
	font-size: 1.8rem;
	padding:16px 0 13px 60px;
	margin-bottom:20px;
	min-height:50px;
	font-weight:bold;
	color:#FFF;
	line-height: 100%;
}


/******************************************************************
 *  フォーム
 *****************************************************************/

.inputM {
	width:75%;
}
.inputL {
	width:100%;
}


/******************************************************************
 * レイアウト
 *****************************************************************/


.mb30 {margin-bottom:10px;}
.mb40 {margin-bottom:10px;}
.mb50 {margin-bottom:10px;}
.mb60 {margin-bottom:10px;}

}












@media screen and (max-width: 420px) {



/******************************************************************
 * 物件詳細
 *****************************************************************/

.list-domitory-img {
	width:100%;
	margin-bottom:40px;
}
.list-domitory-img ul,
.list-domitory-img2 ul {
	width:100%;
	margin:0 auto;
}
.list-domitory-img ul li,
.list-domitory-img2 ul li {
	display: block;
	float:left;
	margin-bottom:10px;
	padding:0 ;
	width:100%;
	line-height:0;
	text-align:center;
}
.list-domitory-img ul li img,
.list-domitory-img2 ul li img,
.list-domitory-img2 ul li:first-child, 
.list-domitory-img2 ul li:nth-child(2) {
	text-align:center;
}




}

/******************************************************************
 * おすすめ・広告
 *****************************************************************/

@media (min-width:481px) and (max-width:700px) {
.ad-middle,.osusume,.ad-top {
	width: 100%;
}

.ad-middle2 {
    margin:0px auto;
    width: 100%;
}
.ad-L{
    float:none;
    margin:0px auto 15px;
}
.ad-R{
    float:none;
    margin:0px auto;
    padding-left: 0px;
}

}

@media screen and (max-width: 480px) {
.ad-middle,.osusume,.ad-top {
	width: 100%;
}
.ad-middle2{
    width:100%;
    margin:0px auto;
}
.ad-L{
    float:none;
    margin:0px auto 15px;
}
.ad-R{
    float:none;
    margin:0px auto;
    padding-left: 0px;
}

}