
/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  General CSS  */
body{
	background-color: #fff;
    font-family: -apple-system,'Hiragino Kaku Gothic ProN','Verdana','Lucida Grande','Helvetica Neue','メイリオ', 'meiryo' ,'游ゴシック', 'sans-serif';
    color: #584040;
    }


/*================================================

 *  汎用クラス

 ================================================*/

/* 写真中央寄せ */

.imgC {
	clear:both;
	overflow:hidden;
	 margin-bottom:20px;
	text-align:center;
}

.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}


/* 写真左寄せ */

.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
	max-width:25%;
}



/* 写真右寄せ */

.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}


/* 2カラム（スマートフォンでは1カラム) */

.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}

.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}

.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}

.twoColInner div:nth-child(2n+1) {
	clear:both;
}

.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}


/* 3カラム（スマートフォンでは1カラム) */

.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}

.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}

.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}

.threeColInner div:nth-child(3n+1) {
	clear:both;
}

.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

a.white:link { color:#fff; text-decoration:none; }
a.white:visited { color:#fff; text-decoration:none; }
a.white:hover { color:#fff; text-decoration:underline; }
a.white:active { color:#fff; text-decoration:none; }

a.584040:link { color:#584040; text-decoration:none;}
a.584040:visited { color:#584040; text-decoration:none; }
a.584040:hover { color:#584040; text-decoration:underline; }
a.584040:active { color:#584040; text-decoration:none; }


.0044CC a:link{
　color:#0044CC;
　text-decoration:none;
}
.0044CC a:visited{
　color:#0044CC;
　text-decoration:none;
}
.0044CC a:hover{
　color:#0044CC;
　text-decoration:underline;
}
.0044CC a:active{
　color:#0044CC;
　text-decoration:none;
}




.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    line-height: 140%;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

img { vertical-align: bottom; }



.companystaff{
	width: 60%;
	margin: 30px auto;
	text-align: center !important;
}

.companystaff img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*  Header Section  */

header{
    width: 100%;
    height: 100px;
    background-color: #9a825c;
	}

header .logo{
    margin-top: 15px;
    float: left;
}

header .logo .catch{
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    width: 33px;
    height: 36px;
    background: url('../image/hamburger_icon3.png') no-repeat;
    background-size: contain;
    color: #fff;
}

header a.hamburger.opned{
    width: 33px;
    height: 36px;
    background: url('../image/close_menu_icon3.png') no-repeat;
    background-size:contain;
}


header nav{
    float: right;
    opacity: 1;
}


header nav ul{
    margin-top: 45px;
    list-style: none;
    overflow: hidden;
    float: left;
}

header nav ul li{
    float: left;
    margin-left: 25px;
}

header nav ul li a,
header nav .login_btn{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;

}

header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #fff;
    background: transparent;

    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
}

header nav .login_btn:hover{
    background: #fff;
    color: #9a825c;
}


/*  Hero Section  */

.hero{
    width: 100%;
    height: 500px;
    position: relative;
    background: url('../image/hero.png') no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
    z-index: 10;
}

.hero .caption h2{
    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-weight: lighter;
    margin: 0;
    position: relative;
    display: block;
}

.hero .caption h3{
    color: #fff;
    font-size: 14px;
    margin: 30px 0 0 25px;
    left: 1px;
}



/*  Search Section  */
.search{
    width: 100%;
    height: 10px;
    background-image: url('../image/bg_shadow.jpg');
    background-repeat: repeat-x;
    position: relative;
}

.search_title{
	height: 50px;
	line-height: 50px;
	color: #afa7a6;
    float: left;
}

.search #search{
    display: block;
    width: 90.90909090909091%;
    height: 50px;
    float: left;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: #554739;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
}

.search #search::-webkit-input-placeholder{
   color: #bab2b1;
}

.search #search:-moz-placeholder{ 
   color: #bab2b1;  
}

.search #search::-moz-placeholder{ 
   color: #bab2b1;  
}

.search #search:-ms-input-placeholder{  
   color: #bab2b1;  
} 

.search #submit_search{
    display: none;
}

.search .advanced_search_icon{
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    background: url('../image/advanced_search_inactive.png') no-repeat;
    margin-top: 12px;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.search .advanced_search_icon:hover{
    background: url('../image/advanced_search_hover.png') no-repeat;
}

.search .advanced_search_icon.active{
    background: url('../image/advanced_search_active.png') no-repeat;
}


.search .advanced_search{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background: #cbe0f4;
    border-top: 1px solid #aac8e4;
    border-bottom: 1px solid #aac8e4;
    z-index: 9999;
    display: none;
}

.search .advanced_search .arrow{
    display: block;
    width: 14px;
    height: 9px;
    background: url('../image/search_arrow.png') no-repeat;
    position: absolute;
    top: -8px;
    right: 6px;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date,
.search .advanced_search #min_price,
.search .advanced_search #max_price{
    display: block;
    width: 509px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date{
    background: url('../image/calendar_icon.png') no-repeat;
    background-position: 484px 50%;
    padding: 0 100px 0 20px;
    width: 429px;
}

.search .advanced_search .float{
    float: left;
}

.search .advanced_search .search_fields{
    overflow: hidden;
    border-bottom: 1px solid #aac8e4;
}

.search .advanced_search .field_sep{
    display: inline-block;
    width: 1px;
    height: 60px;
    border: 0;
    background: #aac8e4;
    margin: 20px 0 0 0;
    padding: 0;
}

.search .advanced_search #keywords{
    display: block;
    width: 1060px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date,
.search .advanced_search #min_price,
.search .advanced_search #max_price,
.search .advanced_search #keywords{    
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
} 


.search .advanced_search #check_in_date::-webkit-input-placeholder,
.search .advanced_search #check_out_date::-webkit-input-placeholder,
.search .advanced_search #min_price::-webkit-input-placeholder,
.search .advanced_search #max_price::-webkit-input-placeholder,
.search .advanced_search #keywords::-webkit-input-placeholder{
   color: #bab2b1;
}

.search .advanced_search #check_in_date:-moz-placeholder, 
.search .advanced_search #check_out_date:-moz-placeholder, 
.search .advanced_search #min_price:-moz-placeholder, 
.search .advanced_search #max_price:-moz-placeholder, 
.search .advanced_search #keywords:-moz-placeholder{ 
   color: #bab2b1;  
}

.search .advanced_search #check_in_date::-moz-placeholder, 
.search .advanced_search #check_out_date::-moz-placeholder, 
.search .advanced_search #min_price::-moz-placeholder, 
.search .advanced_search #max_price::-moz-placeholder, 
.search .advanced_search #keywords::-moz-placeholder{ 
   color: #bab2b1;  
}

.search .advanced_search #check_in_date:-ms-input-placeholder,  
.search .advanced_search #check_out_date:-ms-input-placeholder,  
.search .advanced_search #min_price:-ms-input-placeholder,  
.search .advanced_search #max_price:-ms-input-placeholder,  
.search .advanced_search #keywords:-ms-input-placeholder{  
   color: #bab2b1;  
} 


/*  listings section  */
.listings{
    padding: 5px 0 20px;
    line-height: 130%;
}

.listings_under{
    padding: 0;
    line-height: 130%;
}



.listings_event_seijin_2016{
    padding: 0;
    line-height: 130%;
}

.event_seijin_2016{
    background-image: url('../image/event/seijin/2016/bg.gif');
    background-repeat: repeat;
}

.event_school_2016{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffe6ea');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffe6ea')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #ffe6ea);
background-image: -ms-linear-gradient(top, #ffffff, #ffe6ea);
background-image: -o-linear-gradient(top, #ffffff, #ffe6ea);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffe6ea));
background-image: -webkit-linear-gradient(top, #ffffff, #ffe6ea);
background-image: linear-gradient(top, #ffffff, #ffe6ea);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}

.cb_title{
	background-color: #bc9c64;
	color: #fff;
	padding:1%;
	margin-top: 2%;
	margin-bottom: 1%;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}

.cb_title2{
	background-color: #bc9c64;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	padding: 2% 1%;
	margin-top: 3%;
	margin-bottom: 2%;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}

.listings ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.listings ul.properties_list li{
    display: block;
    width: 30.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
    background-color: #fff;
}

.listings ul.properties_list li img.property_img{
    width: 100%;
    height: auto!important;
    vertical-align: top;
}


.listings ul.properties_list li .price{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    background: #ffffff;
    color: #c32234;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}


.listings ul.properties_list li:nth-child(3n+0){
    margin-right: 0;
}

.listings ul li .property_details{
    padding: 1% 4% 1% 4%;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings ul li:hover .property_details{
    border-bottom: 1px solid #bab2b1;
    border-left: 1px solid #bab2b1;
    border-right: 1px solid #bab2b1;
}

.listings ul li .property_details h1{
    color: #c32234;
    font-size: 17px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 18px;
}

.listings ul li .property_details h1 a{
    text-decoration: none;
    color: #c32234;
}

.listings ul li .property_details h2{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.listings ul li .property_details .property_size{
    color: #676767;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #4d3828;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #4d3828;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #fff;
    border: 2px solid #4d3828;
    background-color: #4d3828;
    }










/*  footer  */
footer{
    padding-top: 30px;
    background: #685b4d;
}

.footer_seijin{
    background: #685b4d;
}

footer .footer > ul{
    overflow: hidden;
}

footer .footer > ul > li{
    display: block;
    float: left;
    list-style: none;
    margin-right: 10px;
}

footer .footer > ul > li:last-child{
    margin-right: 0;
}


footer .footer > ul > li.links{
    width: 171px;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
}

footer ul li.links > ul > li:last-child{
    margin-bottom: 0;
}

footer .footer > ul > li.links li a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: left;
}

footer .footer > ul > li.about{
    width: 405px;
}

footer ul li.about p{
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 25px;
    margin-top: -3px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

footer ul li.about > ul > li:last-child{
    margin-right: 0;
}

footer ul li.about > ul > li a{
    background: url('../image/social_media.png') no-repeat;
}

footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}

footer .copyrights{
    display: block;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #8d8370;
}

footer .copyrights a.ph_link{
    font-weight: bold;
    text-decoration: none;
}

.footer_seijin .copyrights{
    display: block;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #8d8370;
}

.footer_seijin .copyrights a.ph_link{
    font-weight: bold;
    text-decoration: none;
}




/*  responsive css */


@media (max-width:1500px){
    .hero{
        height: 400px;
    }
    
    .hero_event_seijin_2016{
        height: 100px;
    }
}






@media (max-width: 1070px){
    .hero{
        height: 300px;
    }
    
    .wrapper{
        padding: 0 10px;
        max-width: 1020px;
    }
    .search .advanced_search .arrow{
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../image/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    footer .footer > ul > li{
        margin-right: 5.454545454545455%;
    }

    footer .footer > ul > li.links{
        width: 17.90909090909091%;
    }

    footer .footer > ul > li.about{
        width: 29.72727272727273%;
    }
}


@media (max-width:1155px){
    .hero{
        height: 250px;
    }

    .hero .caption{
        width: 92.72727272727273%;
        padding: 0 3.636363636363636%; 
    }

    .hero .caption h3{
        margin: 30px 0 0 0;
        left: 0;
    }
    
    .hero_event_seijin_2016{
        height: 100px;
    }
    

    header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #fff;
        border-top: 5px solid #554739;
    }

    header nav.active{
        display: block;
    }

    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }

    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;

        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #1c3655;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }

    .listings ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }

    footer .footer > ul > li{
        width: 29.6969696969697%!important;
        margin-right: 5.454545454545455%;
        margin-bottom: 50px;
    }

    footer .footer > ul > li:nth-child(3){
        margin-right: 0;
    }

    footer .footer > ul > li.links li a{
        text-align: center;
    }

    footer .footer > ul > li.about{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #635549;
    }
}


@media (max-width:700px){

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../image/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields{
        border-bottom: 0;
    }

    .search .advanced_search .field_sep{
        display: none;
    }
    
.companystaff{
	width: 90%;
	margin: 30px auto;
	text-align: center !important;
}

.companystaff img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.imgC {
		margin-bottom:30px;
	}

	.imgC img {
		width:100%;
	}



	.imgL {
		margin-bottom:30px;
	}

	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}



	.imgR {

		margin-bottom:30px;

	}

	.imgR img {

		float:none;

		width:100%;

		margin-left:0;

	}



	.twoCol {

		margin-right:0;

		margin-bottom:30px;

	}

	.twoColInner {

		margin-right:0;

	}

	.twoColInner div {

		float:none;

		width:100%;

	}



	.threeCol {

		margin-bottom:30px;

	}



	.threeColInner {

		margin-right:0;

	}

	.threeColInner div {

		float:none;

		width:100%;

	}

}


@media (max-width:1070px){
    .hero .caption h2{
        font-size: 85px;
    }

    .hero .caption h3{
        font-size: 16px;
    }

    .search #search{
        width: 83%;
    }

    .listings ul.properties_list li{
        width: 100%;
        margin-bottom: 60px!important;
    }

    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }


    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }

    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

    footer .footer > ul > li.links,
    footer .footer > ul > li.about{
        float: none;
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    footer .footer > ul > li:last-child{
        padding-bottom: 0;
    }

    footer .footer > ul > li.links{
        border-bottom: 1px solid #635549;
    }
}



/*--------------*/
.mt05 { margin-top: 5px; }
.mt07 { margin-top: 7px; }
.mt08 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt23 { margin-top: 23px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt62 { margin-top: 62px; }
.mt70 { margin-top: 70px; }
.mt75 { margin-top: 75px; }

.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.mb05{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb17{margin-bottom: 17px;}
.mb18{margin-bottom: 18px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb70{margin-bottom: 70px;}
.mb1r{margin-bottom: 1rem;}

.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml46{margin-left: 46px;}
.ml60{margin-left: 60px;}
.ml136{margin-left: 136px;}
.ml660{margin-left: 610px;}

.w95{width: 95%; margin-left: auto; margin-right: auto;}
.w90{width: 90%; margin-left: auto; margin-right: auto;}
.w70{width: 70%; margin-left: auto; margin-right: auto;}
.w60{width: 60%; margin-left: auto; margin-right: auto;}
.w50{width: 50%; margin-left: auto; margin-right: auto;}
.w40{width: 40%; margin-left: auto; margin-right: auto;}

.font70{font-size: 70%;}
.red{color: #d21b00;}

.taL{text-align: left;}
.taC{text-align: center;}
.taR{text-align: right;}



/* 画像の角丸 */
.kadomaru img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/* Googleマップ 幅100% */
.google-maps {
position: relative;
padding-bottom: 40%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* TOPへ戻るボタン */

/*スマホで見た時*/
#pageTop {
  position:relative;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(21, 78, 103, 0.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
/*PCで見た時*/
@media screen and (min-width: 1000px) {
  #pageTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 13px;
  }
}


/* サイトTOPへ*/
#SiteTop {
  position:relative;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color:#84796d;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}



/* パンくず */

ul.pankuzu{
	margin: 0 auto 20px;
	width: 90%;
    font-size: 12px;
}

ul.pankuzu li{
	list-style: none;
	float: left;
	margin-right: 20px;
}


.reserve_box{ width:50%; padding:30px; border:solid #907750 1px; margin:30px auto; text-align:center; font-size:95%; line-height:105%; }
.reserve_txt{ width:90%; margin:10px auto 0; font-size:90%; line-height:135%; text-align:left;}

@media screen and (max-width: 1000px) {
.reserve_box{ width:90%; padding:5%; border:solid #907750 1px; margin:30px auto; text-align:center; font-size:95%; line-height:105%; }
.reserve_txt{ width:100%; margin:10px auto 0; font-size:90%; line-height:135%; text-align:left;}
}


/* フレックスボックス */
.Media {
  display: flex;
  align-items: flex-start;
}

.Media-figure {
  margin-right: 1em;
}

.Media-body {
  flex: 1;
}


