@charset "utf-8";
/* this file UTF-8 あいうえお
 * CSS Document 
 */

/*  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: #fff;
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5 ,h6{
    color: #000;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
	font-weight: normal;

}


p{
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}


h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 15px; margin: .75em 0; letter-spacing: 0.2em; line-height: 1.5; }
h3              { font-size: 15px; margin: .83em 0; border-bottom: 1px solid #ddd; padding: 0 0 10px 0px; color: #555; }
h4              { font-size: 14px; margin: 1.5em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: 10px; margin: 1.67em 0 }


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










/*  Header Section  */

header{
    width: 100%;
    height: 100px;
    background: #fff;
	position: fixed;
	z-index: 9999;
}

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

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    width: 24px;
    height: 19px;
    background: url('../img/hamburger_icon.png') no-repeat;
}

header a.hamburger.opned{
    width: 19px;
    background: url('../img/close_menu_icon.png') no-repeat;
}


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


header nav ul{
    margin-top: 40px;
    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: #000;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
	transition: all 0.3s ease 0s;

}



header nav a:hover {
    color: #999;
    text-decoration: none;
}








header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    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: #ffffff;
    color: #1c3655;
}










/*  Hero Section  */

.hero{
    width: 100%;
    height: 900px;
    position: relative;
    background: url('../img/hero.jpg') 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-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: -15px 0 0 25px;
    left: 1px;
}




/*  hello　メイン画像キャプション  */


/*  hellocap  */

.hellocap{
    padding: 20px 20px 0px 20px;
	background-color:#fff;
}



.hellocap__caption {
    clear: both;
    /*overflow: hidden;*/
    padding: 0px 0px 0px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 80%;
}


/*  top画像詳細ボタン  */
.more_hello {
    display: block;
    margin: 30px 0 10px;
    text-align: center;
    width: 100%;
}

.more_hello_btn {
    border: 1px solid #ccc;
    color: #000;
    font-family: "lato-regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

.more_hello_btn:hover {
    background: #171917 none repeat scroll 0 0;
    border: 1px solid #171917;
    color: #fff;
}








/*  Search Section  */
.search{
    width: 100%;
    height: 100px;
    background: #fff;
    position: relative;
}

.search #search{
    display: block;
    width: 90.90909090909091%;
    height: 100px;
    float: left;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
}

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

.search #search:-moz-placeholder{ 
   color: #95badf;  
}

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

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

.search #submit_search{
    display: none;
}

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

    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('../img/advanced_search_hover.png') no-repeat;
}

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







.search .advanced_search{
    width: 100%;
    position: absolute;
    top: 100px;
    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('../img/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('../img/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-family: "lato-regular", Helvetica, Arial, sans-serif;
    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: #95badf;
}

.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: #95badf;  
}

.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: #95badf;  
}

.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: #95badf;  
} 













/*  listings section（画像ページ用）  */
.listings{
    padding: 50px 0;
}

.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;
}

.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: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    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{
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    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 #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.listings ul li .property_details h1{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

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

.listings ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}

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

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

.listings .more_listing_btn{
    text-decoration: none;
    padding:14px;
    border: 1px solid #ccc;
    
    color: #000;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	letter-spacing: 0.05em;

    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: 1px solid #a0c3e5; 
	border-color: #171917; 
	background: #171917 none repeat scroll 0 0;  
}


/*  about（文章メインページ用）  */
.about{
    padding: 50px 0;
}

.about__lead {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 55px;
	letter-spacing: 1px;
}


.top_about__lead {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 20px;
	letter-spacing: 1px;
}


.about__question {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 30px;
	letter-spacing: 1px;
}

.about__answer {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 60px;
	letter-spacing: 1px;
}


.about__iedukuri {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 30px;
	letter-spacing: 1px;
}

.about__umitoyamato {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 30px;
	letter-spacing: 1px;
}



a.yazirusilink {
background: url("../img/arrow001_05.gif") center left no-repeat;
padding-left: 15px;
}


/*.tel {
    
    font-size: 180%;
    font-weight: 400;
    padding: 5px;
}*/





.tel {
    
    font-size: 110%;
    font-weight: nomal;
    letter-spacing: 2px;
	color:#171917;
}









.map{
    width:100%;
    margin:0 auto;	
}

.map iframe{
        height:400px;
    }



.iedukuri {
   
	font-size: 13px;
	background-color: #fff;
	clear: both;
	width:90%;
}

.umitoyamato {
   
	font-size: 13px;
	background-color: #fff;
	clear: both;
	width:100%;
}




.iedukuricolor {
   
	font-size: 13px;
	background-color: #e8e8e8;
	padding:20px;
	clear: both;
	width:80%;
	margin-bottom: 40px;
}

.iedukuricolor2 {
   
	font-size: 13px;
	background-color: #e8e8e8;
	padding:20px;
	clear: both;
	width:80%;
	margin-bottom: 0px;
}





.iedukurititle  { font-weight:600;
	              font-family: "lato-regular", Helvetica, Arial, sans-serif;
                  font-size: 14px;
                  letter-spacing: 1px;
                  }

.iedukurisubtitle  { font-weight:600; font-size: 10px;
	                 letter-spacing: 1px;
					 font-family: "lato-regular", Helvetica, Arial, sans-serif;
}




hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: red;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
}


.iedukuriborder {
  
	clear: both;
	padding-top: 30px;
	border-width: 1px 0px 0px 0px; /* 太さ */
    border-style: solid; /* 線種 */
    border-color: e8e8e8;   /* 線色 */
	
}




.alignright{float:right;}
.alignleft{float: left;}







img.alignleft{

margin:0px 100px 20px 0px;
display:inline;
}

img.alignright{
margin:0px 0px 0px 0px;

}






.summary__list {
    margin-bottom: 47px;
	font-size: 13px;
	clear: both;
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.summary__list::before, .summary__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.summary__list::after {
    clear: both;
}
.summary__list-item {
    float: left;
    width: 45.3704%;
}

.summary__list-item-iedukuri {
    float: left;
    width: 70%;
}


.summary__list-item:nth-child(2n) {
    margin-left: 9.25926%;
}


.summary__item::before, .summary__item::after {
    content: "";
    display: table;
    line-height: 0;
}
.summary__item::after {
    clear: both;
}
.summary__item-label {
    color: #999;
    float: left;
    font-size: 13px;
    line-height: 1.69231;
    width: 18.3673%;
}
.summary__item-data {
    color: #333;
    float: right;
    font-size: 13px;
    line-height: 1.69231;
    margin: 0 0 15px;
    width: 81.6327%;
}



.iedukuri__list {
    margin-bottom: 47px;
	font-size: 13px;
	clear: both;
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.iedukuri__list::before, .iedukuri__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.iedukuri__list::after {
    clear: both;
}
.iedukuri__list-item {
    float: left;
    width: 100%;
}




.iedukuri__list-item:nth-child(2n) {
    margin-left: 9.25926%;
}


.iedukuri__item::before, .iedukuri__item::after {
    content: "";
    display: table;
    line-height: 0;
}
.iedukuri__item::after {
    clear: both;
}
.iedukuri__item-label {
    color: #999;
    float: left;
    font-size: 13px;
    line-height: 1.69231;
    width: 18.3673%;
}
.iedukuri__item-data {
    color: #333;
    float: right;
    font-size: 13px;
    line-height: 1.69231;
    margin: 0 0 15px;
    width: 81.6327%;
}



/*  footer  */
footer{
    padding-top: 100px;
    background: #171917;
}

footer .footer > ul{
    overflow: hidden;
}

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

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


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

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

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-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .5px;
    text-align: left;
	transition: all 0.3s ease 0s;
}


footer .footer > ul > li.links li a:hover{
    color: #999;
	
}



footer ul li.tuika p{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
}

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

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

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

footer ul li.tuika > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.tuika > ul > li a.instagram{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.tuika > ul > li a.blog{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -31px 0px;
}
/*footer ul li.tuika > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}
*/














footer ul li.about p{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
}

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

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

footer ul li.about > ul > li a{
    background: url('../img/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.instagram{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.blog{
    display: block;
    width: 19px;
    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: 40px 0;
    margin-top: 60px;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #fff;
}

footer .copyrights a.ph_link{
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}


.sp {
	  display: none;
	}
.pc {
	  display: inline-block;
	}








/*  responsive css */


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


@media (max-width: 1150px){
    .wrapper{
        padding: 0 40px;
        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('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }
	
	
	.summary__item-label {
    width: 35%;
    }
	.summary__item-data {
    width: 65%;
	}

    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:800px){
    .hero{
        height: 600px;
    }

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

    .hero .caption h3{
        margin: 0;
        left: 0;
    }

    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 #bfd9f2;
    }

    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: 15px 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: 100px;
    }

    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 #fff;
    }
	
	
	footer .footer > ul > li.tuika{
        text-align: center;
        float: none;
        display: inline;
        margin-right: 100%;
        overflow: hidden;
        border-top: 1px solid #fff;
    }
	
	/*ＳＰで表示／ＰＣで非表示
	-------------------------------------*/		
	.sp {
		display: inline-block;
	  }
	.pc {
		display: none;
	  }

	
}


@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('../img/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;
    }
	
	.summary__list-item {
    float: none;
    width: 100%;
}
.summary__list-item:nth-child(2n) {
    margin-left: 0;
}

.map{
	width:100%;
	margin-right:15px;
}
.map iframe{
    height:250px;
}


}


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

    .hero .caption h3{
        font-size: 16px;
    }
	
	.hellocap__caption {
 text-align: center;
}

    .search #search{
        width: 83%;
    }
	
	
.about__lead {
    
	text-align: left;
}
	
	
.top_about__lead {
    text-align: left;
	margin: 0 0 10px;
	font-size: 80%;
}	

    .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
    footer .footer > ul > li.tuika{
        float: none;
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

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

    footer .footer > ul > li.links{
        border-bottom: 1px solid #fff;
    }
	
	
	/*  top画像詳細ボタン  */
.more_hello {
    display: block;
    margin: 30px 0 10px;
    text-align: center;
    width: 100%;
}

.more_hello_btn {
    border: 1px solid #ccc;
    color: #000;
    font-family: "lato-regular",Helvetica,Arial,sans-serif;
    font-size: 10px;
    letter-spacing: 0.05em;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

.more_hello_btn:hover {
    background: #171917 none repeat scroll 0 0;
    border: 1px solid #171917;
    color: #fff;
}
	
	
}