@charset "utf-8";

/*************************************************/ 

/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */


/*************************************************/ 
/*main color #3c4652*/
h1 {	background: #3c4652;}
.fonticon-color {	color:#3c4652;}
.fonticon-color_inner i {	color:#3c4652;}
.back-color {	background:#222;}


.boder-color {
	border-color:#3c4652;
}
.boder_top-color {
	border-top-color:#3c4652;
}
.boder_left-color {
	border-left-color:#3c4652;
}
.headder_boder-color {
	border-top-color:#3c4652;
}
.shadow-color {
    box-shadow: #A66400 0px 2px 0px 0px;
    -webkit-box-shadow: #A66400 0px 2px 0px 0px;
    -moz-box-shadow: #A66400 0px 2px 0px 0px;
}

/*sub color*/
.sub_color {
	background:#401000 !important;
}
.sub-border_color {
	border-color:#401000;
}
.sub-border-top_color {
	border-top-color:#401000;
}
.sub-border-bottom_color {
	border-bottom-color:#401000;
}
.tabList li.active {
	background:#401000;
}
.favorite-01 {
color:#FFBF00;
}
.favorite-02 {
color:#3c4652;
}
.favorite-03 {
color:#663300;
}
.favorite-04 {
color:#000;
}
.favorite-05 {
color:#D93600;
}
.favorite-06 {
color:#684E02;
}
.favorite-07 {
color:#465614;
}

.slide_list a i,
.slide_list a i {
	color: #3c4652;
}

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

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten{
	display:none !important;
}


/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/


/* ----------------------------------------
フッター 問合せ
---------------------------------------- */
.f_contact{
    	border: 1px solid #fff;
    	border-radius: 5px;
	width:94%;
	margin:5% auto;
}
.f_box1_r_tl{
	border-bottom: 1px solid #fff;
    	text-align: center;
    	font-size: 3.5vw;
    	font-weight: bold;
    	padding: 2% 0;
    	margin: 0 0 3%;
	color:#fff;
}
.r_box_tenpo{
	display:flex;
	justify-content:space-between;
	padding:0 3%;
}
.f_tenpo{
	width:48.5%;
	color:#fff;
    	font-size: 3vw;
    	font-weight: 500;
}
.f_tenpo img{
	margin-bottom:5%;
}
.f_tenpo span{
	font-size:4vw;
	font-weight:bold;
}
.logout_show{
}
.login_show{
}
.f_contact ul{
	display:flex;
	justify-content:space-between;
	padding:0 3%;
	margin:3% 0 5%
}
.f_contact ul li{
	width:48%;
}
.f_contact ul li a{
	display:block;
	background-color:#FFF;
	color:#3c4652;
	border-radius:50px;
	padding:3% 0;
	text-align:center;
	font-size:3vw;
	font-weight:bold;
}
.f_contact ul:after{
	display:none;
}

.office-info span{
	text-align:right;
	color:#fff;
    	font-size: 12px;
}

/* ----------------------------------------
フッター固定
---------------------------------------- */

.fixfoot{
    width:100%;
    position:fixed;
    bottom:-1px;
    height:60px;
    background-color:#FFF;
    z-index:999;
    border-top: 2px solid #3c4652;
    margin:0px;
    padding:0px;
    background-color:#fff;
}

.fixfoot ul{
    width:100%;
    margin:0px;
    height:100%;
    padding:0px;
    list-style:none;
    display: flex;
}

.fixfoot ul li{
    text-align:center;
    vertical-align:middle;
    height:100%;
    margin:0px;
    padding:0px;
    border-right:1px solid #ddd;
    flex: 1;
    display: block;
}

.fixfoot ul li:last-child{
    border:none;
    background: #ffffff;
}
.fixfoot ul li:last-child i {
    color: #3c4652;
    display: table;
    font-size: 24px;
}
.fixfoot ul li:last-child span {
    color: #3c4652;
    display: none;
}
.fixfoot ul li a{
    display:block;
    width:100%;
    height:100%;
    font-size:13px;
    padding:15px 0px 0px 0px;
    margin:0px;
    color:#333;
}

.fixfoot ul li a img{
    width:70%;
    max-height:65px;
}

.fixfoot ul li i{
    width:100%;
    height: 17px;
    display:block;
    text-align:center;
}

.fixfoot ul li span{
    font-size:12px;
}
.dra_tl p {
    background: #326598;
    color: #fff;
}
.fixfoot ul li:nth-child(3) i{
    color: #e10000;
}

.fixfoot ul li:nth-child(3) span{
    color: #e10000;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
    width: 90%;
    margin: 0 auto;
}
.rental_inq a {
    box-sizing: border-box;
    border:3px solid #ff7f00;
    background: #ff7f00;
    color:#fff;
    position: relative;
    display: block;
    font-size:5.5vw;
    line-height: 5vh;
    padding: 5% 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); 
}

.s-icon {
    padding: 0 2%;
}
.list-icon{
	padding: 37px 2% 5px;
}
#property-Listing .libox_detail{
	padding-top:0 !important;
}
.form_caution {
    width: 93%;
    margin: 15px auto;
    padding: 15px 2%;
    background: #fff4f4;
    border: 1px solid #E2584B;
    color: #E2584B;
    box-sizing: border-box;
    font-size: 12px;
}
.bnr {
	position: fixed;
	bottom: 61px;
	z-index: 100;
}
.bnr img {
width: 100%;
}
#listing-Details iframe {
    width: 100%;
    margin: 10px auto !important;
}