@charset "utf-8";
/* CSS Document */

body{
	overflow-x: hidden;
}

iframe{
	width: 100%;
	margin: 5px 0;
}

.wrap{

	overflow:hidden;
}

#main_contents{
	width:100%;
	height:auto;
	clear:both;
}

.float_left{
	float:left;
	margin:.5em;
}

.bx-pager{
	max-width:100%;
	display:block;
	margin:1em 0;
}

.disp_mobile_only{
	display: block;
}

/* ヘッダー
----------------------------------------*/
#header{
	width:100%;
	background-color:#6699ff !important;
	min-height:170px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hd_h1_area{
	height:auto;
	background-color:#333;
}

#hd_h1_area-inner{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:4px;
}

#hd-inner{
	width:100%;
	height:auto;
	padding:1em;
}

.hd_logo_area{
	width:100%;
}

#hd_contact_area{
	width:100%;
	max-height:140px;
}

#hd_contact_tel_area{
	max-width:232px;
	height:auto;
	max-height:45px;
	display:block;
	/* top: -60px; */
}

#hd_contact_mail_area{
	margin:.3em auto;
	width:230px;
	max-height:45px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	background:url(image/btn_contact.png) no-repeat;
	text-align:center;
	padding:8px 0;
	display:block;
	position:static;
	top: 40px;
	right: 0;
}


.inquiry_area ul {
    display: block;
}

.inquiry_button {
    margin:1em auto;
    width:230px;
    height:29px;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    padding:8px 0 8px 10px;
}

#inquiry_mail{
    background:url(image/btn_contact.png) no-repeat;
    background-color: #FF6600;
    background-position:5% 35%;
}

#inquiry_line{
    background:url(image/LINE32.png) no-repeat;
    background-color:#00b900;
    background-position:2% 35%;
}

/* コンテナ
----------------------------------------*/
#container{
	width:96%;
	height:auto;
	padding:0;
	position:relative;
	z-index:0;
	overflow: hidden;
}

/* パンくず
----------------------------------------*/
#pankuzu{
	display:none;
}

#breadcrumb_sp {
        list-style: none;
        overflow: hidden;
        color: #fff;
        font-size: 11px;
        margin:0 0 20px;
        background: #264b94;
        display: block;
}

#breadcrumb_sp li {
        float: left;
        line-height: 40px;
}
#breadcrumb_sp li a {
        color: black;
        text-decoration: none;
        padding: 0 10px 0 15px;
        background: #f2f2f2;
        display: block;
        float: left;
        font-weight: 500;
}
#breadcrumb_sp li a::after {
        position: relative;
        display: block;
        margin-top: -20px;
        margin-left: auto;
        margin-right: -15px;
        height: 20px;
        width: 20px;
        content: " ";
        -webkit-transform: skew(-30deg);
        background: #f2f2f2;
        border-right: 4px solid white;
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
         transform: skew(-30deg);
}
#breadcrumb_sp li a::before {
        float: right;
        display: block;
        margin-bottom: -20px;
        margin-left: auto;
        margin-right: -15px;
        height: 20px;
        width: 20px;
        content: " ";
        -webkit-transform: skew(30deg);
         background: #f2f2f2;
         border-right: 4px solid white;
         -moz-transform: skew(30deg);
         -o-transform: skew(30deg);
         transform: skew(30deg);
}

#breadcrumb_sp li:first-child a {
        font-weight: 500;
        padding-left: 10px;
        background: #f2f2f2;
}
#breadcrumb_sp li:first-child a::before,
#breadcrumb_sp li:first-child a::after {background: #f2f2f2;}
#breadcrumb_sp li:last-child {
        padding-left: 15px;
        background: transparent !important;
        color: #fff;
        font-weight: 500;
}

/* 更新情報
----------------------------------------*/
#update{
	width:100%;
	display:inline-block;
	padding:0;
	font-size:17px;
	text-align:center;
}

.updatebox{
	display:inline-block;
}

.updatebox p span{
	font-size:12px;
}

/* 詳細
----------------------------------------*/
.twoClm_box_inner{
	max-width:100%;
}

.inner_img{
	width: 100%;
	display:block;
	float:none; /*safari対策*/
}

.inner_img p{
	text-align:center;
	margin-bottom:.4em;
}

.inner_txt{
	width: 100%;
	display:block;
}

.g_bukken_detail{
	max-width:100%;
}

.g_bukken_detail th{
	width: 20%;
}

.icon img{
	width:95px;
}

/* サムネイル画像
----------------------------------------*/
#slider{
	max-width:100%;
}

/* サムネイルの表示範囲を調整
----------------------------------------*/
.cut {
	position:relative;
	float:left;
	overflow:hidden;
	height:100px;
	width:100px;
	display:inline-block;
	margin:0 0 12px 12px;
}

.cut_image {
	display:block;
	height:100px;
	position:absolute;
	left:-50px;
	top:-20px;
}

/* 見出し
----------------------------------------*/
h1 {
	height:auto;
	color:#FFFFFF;
	font-size:80%;
	font-weight:normal;
	line-height:1.2;
	padding:0 .25em;
}

h2 {
	width:100%;
	max-width:960px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

h3 {
	width:100%;
	max-width:960px;
	display:block;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.twoClm_box h3{
	font-size: 18px;
}

h4 {
	width:100%;
}


/* ボタン
----------------------------------------*/
.btn_box{
	width:100%;
	display:block;
	margin:0 0 1em;
}

/* マージン
----------------------------------------*/
.mgn10{
	margin-left:0;
}

.mgn40{
	margin-left:0;
}

.mgn10L{
margin-left:0;
}

.mgn20L{
margin-left:0;
}

.mgn40L{
margin-left:0;
}

.mgn32L{
	margin-left:0;
}

.mgnT40{
	margin-top:40px;
}

.mgnT60{
	margin-top:60px;
}

/* フッター
----------------------------------------*/
#footer{
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ft-inner{
	width:100%;
	max-height:360px;
	padding:1em;
}

.ftbox{
	width:100%;
	display:block;
}

.ft_menu1,.ft_menu2{
	display:none;
}

#ft_sns ul{
	margin:1em 0;
}

#copyright-inner{
	width:100%;
}

/* マンション詳細
---------------------------------------*/
.oneClm_box{
	margin:2em 0 1em;
}


#detail-main-img{
	width: auto;
	height: auto;
}

#detail-sub-img{
	margin-top: 10px;
}

#detail-sub-img ul li{
	width: 100%;
	height: auto;
	display: block;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#detail-sub-img ul li:last-child{
	margin-right: 0;
}

.g_bukken_detail_inner{
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	margin-top: 10px;
}

.g_bukken_detail_inner th{
	width: 20%;
}

.g_bukken_detail_tbl{
	width: auto;
	max-width: 100%;
	display: block;
	margin-top: 0px;
}

.g_bukken_detail_tbl th{
	width: 20%;
}

.public-exit-box{
	width:auto;
	height: auto;
	padding:20px 10px;
}

.public-exit-txt{
	padding-top:0;
}


.public-inquiry-box{
	width:auto;
	height: auto;
	padding:20px 10px;
}

.public-inquiry-txt{
	padding-top:0;
}


/*==================== 479px以下 ====================*/
@media screen and (max-width: 479px) {

/* ヘッダー
----------------------------------------*/
#header{
	height:auto;
	}

#hd_h1_area{
	height:auto;
	}

#hd_h1_area-inner{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:4px;
	}

#hd-inner{
	width:100%;
	padding:1em;
	}

.hd_logo_area{
	width:100%;
	display:block;
	color:#fff;
	font-size:24px;
	float:none;
	margin:0 auto 1em;
	}

#hd_contact_area{
	width:232px;
	max-height:140px;
	display:block;
	float:none;
	}

#hd_contact_tel_area{
	max-width:232px;
	height:auto;
	max-height:45px;
	color:#fff;
	font-size:20px;
	text-indent:2em;
	position:relative;
	top: 0;
	right:0;
	}

h2{
	font-size:120%;
	margin-top:1em;
	}

h3{
	font-size:100%;
	line-height:1.6;
	}

p,td{
	font-size:100%;
	line-height:1.5;
	}

/* thumslider
---------------------------------------*/
#thumb_slider{
	width:100%;
	max-width:479px;
	height:auto;
	display:block;
	}

#thumb_slider ul.mgnT20{
	margin-top:.5em;
	}

ul.thumb-item img{
	width: 100%;
	height: auto;
	}

ul.thumb-item-nav li.thumb_cut{ /* サムネイルの表示範囲を調整 */
	width: 100px;
	height: 100px;
	overflow: hidden;
	cursor:pointer;
	margin: 0 0 .5em .5em;
	display:block;
	}

img.thumb_cut_image{ /* サムネイルの表示位置を調整 */
	height: 100px;
	display: block;
	left: -50px;
	top: -20px;
	}

}
