@charset "utf-8";

div#easy-searchig-box {
    padding-bottom: 50px;
}
body,ul.build-info,button,input,select {
    font-family: 'Zen Old Mincho', serif;
}
p.article-card-title,
p.price-lower,p.price-upper,
.article-card-title a{
    color: #2F4254;
}
button.search-submit-btn.btn,
a.more-btn.icon_arrow.btn {
    background-color: #2F4254;
}
[class^="i-"], [class*=" i-"],
span.i-phon,
.contact-btn::before,
#header-link li a::before {
    font-family: 'icon', 'Zen Old Mincho', serif!important;
}
/**************-1024px***************/
@media screen and (max-width:1024px){
  #wrapper{padding-bottom:0;}
  #easy-searchig-box{box-shadow: none;}
}

/* タイトル */
h2.section-title {
    font-size: 130%;
    border-bottom: none;
    margin-bottom: 15px;
    color: #2F4254;
}
h2.section-title span{
    letter-spacing: 0.1em;
    font-size: 165%;
}
h2.section-title span,
#easy-searchig-box h3 span {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #2F4254;
}
h2.section-title::after{
    display:none;
}
.tab-wrap h2.section-title {
    font-size: 150%;
    padding-left: 18px;
    padding-bottom: 0;
    border-left: solid 4px #2F4254;
}

/* 物件 */
.article-photo,
figure.rounded {
    border-radius: 0;
}
span.build_type {
    color: #787878;
    background-color: #ECECEC;
    border: none;
    border-radius: 0;
}
.tab-wrap {
    margin-bottom: 70px;
}

/**************-560px***************/
@media screen and (max-width: 560px) {
  .tab-wrap {
      margin-bottom: 30px;
  }
}
