  /*
Theme Name: sanwa_new_ver2
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="password"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Noto Sans Japanese', Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul , ol{list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.eng{
  font-family: 'Barlow Condensed', sans-serif;
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:768px){
  body {
    font-size: 12px;
  }
}
/*//////////////////////////////
    header
//////////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  background-color: #fff;
  transition: 0.5s;
}
header.hd_shadow {
  position: fixed;

}
header h1{
  width: 200px
}
header.hd_shadow .pcnav li a {
  padding: 10px 10px;
}
header.hd_shadow .head_top{
  padding: 10px;
}
.head_top{
  padding: 20px;
  transition: .3s;
}
.sns_btn_area li{
  width: 70px;
  padding: 0;
}
.sns_btn_area li a:hover{
  opacity: 0.7;
}
.pcnav{
  width: 100%;
}
.pcnav li{
  position: relative;
  width: 20%;
  text-align: center;
}
.pcnav li::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #999;
  transform: scale(0,1);
  transition: .3s;
}
.pcnav li a{
  position: relative;
  display: block;
  padding: 15px 10px;
  font-weight: bold;
}
.pcnav li a:hover{
  opacity: 1;
}
.pcnav li a::after{
  position: absolute;
  content: "";
  top: 0;
  right: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.pcnav li:hover::after, #top .pcnav li:first-child::after{
  transform: scale(1,1);
}
.pc .property_search a img {
  width: 76% !important;
  height: auto !important;
}
.pc .property_search a img:hover {
  width: 82% !important;
  height: auto !important;
}
.property_search{
  height: 40px;
  text-align: center;
}
.property_search a{
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  width: auto;
}
.property_search a:hover{
  color: #fff;
  opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
  .pcnav li a{
    font-size: 12px;
  }
  .sns_btn_area li{
    width: 50px;
  }
  .property_search,.property_search a{
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  header{
    left: 0;
    max-width: none;
    padding: 0;
    height: 50px;
    background: #fff;
    position: fixed;
    border-bottom: 1px solid #ccc;
  }
  header h1 {
    box-sizing: border-box;
    padding: 5px 10px;
    width: 120px;
  }
  .head_top {
    padding: 0;
  }
  header.hd_shadow .head_top {
    padding: 0;
  }
  /*sp navi */
  .sns_btn_area li{
    width: 30px;
  }
  .sns_btn_area li:nth-child(2){
    width: 70px;
    box-sizing: border-box;
  }
  .sns_btn_area li:nth-child(3){
    width: 50px;
  }
  .property_search,.property_search a{
    box-sizing: border-box;
    height: 30px;
  }
  .sp_navBtn{
    position: absolute;
    width: 176px;
    width: 220px;
    right: 0;
    top: 0;
  }
  .globalnav_btn{
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .globalnav_btn span {
    position: absolute;
    display: block;
    top: 24px;
    right: 12px;
    width: 20px;
    height: 2px;
    background-color: #000;
  }
  .globalnav_btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: .3s;
  }
  .globalnav_btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #000 ;
    transition: .3s;
  }
  .open .globalnav_btn span {
    background-color: #fff;
    width: 25px;
  }
  .open .globalnav_btn span::before{
   top: 0;
   left: 0;
   transform: rotate(135deg);
 }
 .open .globalnav_btn span::after {
   bottom: 0;
   left: 0;
   width: 25px;
   transform: rotate(-135deg);
 }
 .sp-menu li a {
    font-size: 14px;
  }
 .sp-menu{
   background-color:#fff;
   position: absolute;
   top: 50px;
   left: 0;
   width: 100%;
   z-index: 800;
   padding-bottom: 50px;
   height: calc(100vh - 50px);
   overflow-y: scroll;
 }

 .sp-menu li{
   border-top: 1px solid #d2d2d2;
   position: relative;
   transition: .5s;
  }
 .sp-menu a{
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    position: relative;
  }
  .sp-menu li span{
    color: #543617;
    font-weight: 500;
  }
  .sp-menu ul li{
    text-align: left;
     display: block;
     height: auto;
     padding-bottom: 0;
   }
   .sp-menu ul li a{
     padding: 0 0 0 15px;
     line-height: 4em;
   }
  .pcnav{
    display: none;
  }
  .sp-menu a{
    line-height:initial;
  }
  .sp-menu a.nav_acc{
    position: relative;
  }
  .sp-menu a.nav_acc::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 12px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000;
    right: 19px;
    top: calc(50% - 1px);
  }
  .sp-menu a.nav_acc.open::before{
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .sp-menu nav > ul{
    height: auto;
    padding-bottom: 50px;
  }
  .sp-menu nav > ul > li:last-child{
    border-bottom:1px solid #d2d2d2;
  }
  .sp-menu nav > ul > li > ul{
    display: none;
  }
  .sp-menu nav > ul > li > ul > li{
    padding-left: 20px;
  }
  .sp-menu nav > ul > li > ul > li a{
    line-height: 3em
  }
  input#s-box {
    padding: 5px 5px 5px 34px;
    font-size: 14px;
  }
  .s-box_wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  #s-btn{
    letter-spacing: 0;
  }
}

#breadcrumb{
  font-family: 'Noto Sans JP', serif;
  font-size: 12px;
  padding: 14px 20px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
#breadcrumb a{
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}
#breadcrumb a::after{
  position: absolute;
  content: ">";
  right: 5px;
}
#breadcrumb li:first-child{
  color: #b4b4b4;
}
#breadcrumb li:last-child a::after{
  content: none;
}
#breadcrumb ol{
  display: flex;
}

/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  background: #0B308E;
}
#pageTop a{
  height: 30px;
  display: block;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 10px;
}
.foot_link,small{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.foot_link ul{
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 640px;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px){
  .foot_logo{
    width: 140px;
  }
}

#fukidashi {
  width: 400px !important;
  height: 300px !important;
  display: block !important;
  color: #000 !important;
}