/* ================================
  newhome
  MB→PC min-width:768px
================================ */

/* -------------------------------- 
  新築住宅 TOP
-------------------------------- */
#newhomeTopMain {
position: relative;
text-align: center;
overflow: hidden;
}
#newhomeTopMain .mainimgBox {
position: absolute;
z-index: -1;
}
#newhomeTopMain .titBox {
background-color: rgba(255,255,255,0.9);
border-radius: 6px;
width: 90%;
max-width: 900px;
margin: 22% auto 0;
padding: 10px 15px 0;
}

#newhomeTopMain .titBox h2 {
text-align: left;
}
#newhomeTopMain .titBox h2 .imgBox {
text-align: center;
}
#newhomeTopMain .titBox h2 img {
margin: 0 auto;
}

#newhomeTopSec.secBox {/*調整*/
padding-top: 0;
}

#newhomeTopSec .secBox {
position: relative;
overflow: hidden;
}
#newhomeTopSec .imgBox {
position: absolute;
left: 5%;
width: 80%;
z-index: -1;
}
#newhomeTopSec #sec02 .imgBox {
left: auto;
right: 5%;
}
#newhomeTopSec .txtBox {
background-color: rgba(223,243,213,0.85);
width: 90%;
margin: 45% 0 0 auto;
padding: 16px;
}
#newhomeTopSec #sec02 .txtBox {
background-color: rgba(239,235,211,0.85);
margin-right: auto;
margin-left: 0;
}
#newhomeTopSec .txtBox .fPint {
margin-top: -36px;
color: #488626;
font-size: 20px;
line-height: normal;
}
#newhomeTopSec .txtBox i {
color: #488626;
}
#newhomeTopSec .txtBox h3 {
font-size: 24px;
}
#newhomeTopTsubotanka {
display: inline-block;
background-color: #ff0;
margin-top: 5px;
padding: 3px 10px;
font-size: 14px;
}


@media screen and (min-width: 768px), print {
  #newhomeTopMain .titBox {
  margin: 24% auto 0;
  padding: 20px 15px 0;
  }
  #newhomeTopMain .titBox h2 {
  font-size: 32px;
  text-align: center;
  }
  
  #newhomeTopSec .imgBox {
  width: 420px;
  }  
  #newhomeTopSec .secBox .txtBox {
  width: 64%;
  margin: 50px 0 0 auto;
  padding: 30px;
  }
  #newhomeTopSec #sec03 .txtBox {
  margin-top: 90px;
  }
  #newhomeTopSec .txtBox .fPint {
  margin-top: -42px;
  font-size: 28px;
  }
  
}


