@charset "utf-8";
/*共通*/
.clear{
  clear: both;
}

p{
  margin: 0;
}
a{
  text-decoration: none;
}

h1.top-h1{
  position: absolute;
      z-index: 999;
      width: 100%;
      max-width: 648px;
      top: 340px;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
}

.catalogimg-wrap{
  text-align: center;
  margin: 50px 0 10px;
  padding: 0 20px;
}
.catalogimg-wrap img{
  width: 100%;
  max-width: 890px;
}

@media all and (min-width: 691px) and (max-width:890px) {
  h1.top-h1{
      top: 390px;
  }
}
@media all and (min-width: 561px) and (max-width:690px) {
  h1.top-h1{
    top: 320px;
    width: 90%;
  }
}
@media all and (min-width: 461px) and (max-width:560px) {
  h1.top-h1{
    top: 310px;
    width: 90%;
  }
}
@media all and (min-width: 391px) and (max-width:460px) {
  h1.top-h1{
    top: 300px;
    width: 90%;
  }
}
@media all and (min-width: 376px) and (max-width:390px) {
  h1.top-h1{
    top: 230px;
    width: 90%;
  }
}
@media all and (max-width:375px) {
  h1.top-h1{
    top: 230px;
    width: 90%;
  }
}

h1 img{
width: 100%;
}
h2{
  text-align: center;
  margin-bottom: 30px;
}
.cont-text{
  text-align: center;
  line-height: 2em;
  margin-bottom: 50px;
}

body{
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'Meiryo UI',sans-serif;
  font-size: 15px;
}


/*header*/

header {
  margin: 10px auto 10px auto;
  padding: 0;
  height: auto;
}

header .header_box01{}

header .header_box03{}

/* description */
header p#description {
  font-size: 93%;
}



header ul#hNav li {
	display:inline;
}





@media all and (min-width:891px) {
  header {
    max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  }
  header #logo {
    float: left;
    margin-top: 26px;
  }
  header p#description {
    float: left;
    color: #6d8381;
    margin-bottom: 10px;
  }
  /* header navi  */
  header ul#hNav {
    float: right;
    margin: 0;
  }
  header #hContact {
  display: inline-flex;
  }
  header p#tel {
  	top: 35px;
  	left: 590px;
  	zoom: 1;
  }
  header .contact {
  margin: 4px 0 5px 20px;
  }
  header .header_box02{
    float: right;
    margin: 14px 0 0 0;
  }
  header address {
    font-size: 13px;
    text-align: right;
    margin-right: 15px;
    color: #6e8280;
  }
  .sp{
    display: none;
  }
}
@media all and (max-width:890px) {
  header .header_box01 {
    display: none;
}
  header #logo {
    text-align: center;
    margin: 0 auto;
  }
  header #logo img{
    width: 60%;
    margin: 10px 0 20px 0;
  }
  header p#description {
    text-align: center;
        padding: 0 20px;
        font-size: 10px;
  }
  /* header navi  */
  header ul#hNav {
    margin: 10px auto;
    width: 100%;
    max-width: 370px;
    box-sizing: border-box;
    padding: 0;
}
header .header_box02{
  margin: 0 auto;
      width: 100%;
      max-width: 450px;
      padding: 0 20px;
      box-sizing: border-box;
}
#hContact{
  display: flex;
}
#tel img{
  width: 90%;
}

.contact img{
  width: 100%;
      margin: 4px 0 8px 0;
}
header address {
    font-size: 13px;
    text-align: center;
    margin-right: 15px;
    color: #6e8280;
    margin: 10px 0;
}
.pc{
  display: none;
}
}
/*contents01*/
@media all and (max-width:890px) {
#contents01{
  margin: 0 10px 100px 10px;
  width: auto;
}
}
/*#main-img*/
.sp-grab {
    border-top: 5px solid #81603e;
}

/*メイン画像*/
#main-img {
  position: relative;
  height: 2px;
  background: #f2e7df;
}
#main-img::after {
	position: absolute;
	content: '';
	bottom: -100px;
	display: block;
	width: 100%;
	height: 100px;
	background-image: url("../images/bg.svg");
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

article{
  width: 100%;
max-width: 1000px;
margin: 70px auto 0 auto;
}
section{
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

/*contents　共通イメージ*/

.view_btn p{

}

.img01{
  margin-bottom: 20px;
      display: grid;
}
.img01 img{
margin-bottom: 10px;
}
.img02{
    margin-bottom: 20px;
}
.img02 img{
  margin-bottom: 10px;
}
.img03{
  margin-bottom: 20px;
      display: grid;
}
.img03 img{
  margin-bottom: 10px;
}
.img04{
  display: grid;
    margin-bottom: 20px;
}
.img04 img{
  margin-bottom: 10px;
}


.box03 a{}


@media all and (min-width:891px) {
  .box01{
    display: flex;
  }
  .box02{
    display: flex;
  }
  .box03{
    float: left;
    margin: 60px 80px 100px 0;
  }
  .img01{
    margin-right: 25px;
  }
  .img03{
    margin-right: 25px;
  }
  .icon01{
    margin: -25px 10px -10px 40px;
  }
  .icon02{
        margin: 0 50px -4px 20px;
  }
  .icon03{
    margin: -23px 0px -20px 20px;
        float: left;
  }
  .icon04{
    margin: 0 0 0 40px;
  }
  .box04{
    margin: 20px 0 0 0;
  }
  .view_btn{
    display: block;
    background: #c97335;
    height: 50px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 560px;
    width: 100%;
    text-align: center;
  }
  .raiten_btn{
    display: block;
    background: #627e5d;
    height: 50px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 620px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .raiten_btn p{
    text-align: center;
    width: 478px;
    padding: 15px 0 0 0;
  }
}
@media all and (max-width:890px) {
  h2 img{
    width: 80%;
  }
  .icon01 {
    display: none;
  }
  .icon02{
    margin: 12px 6px 0 5px;
}

  .icon03{
    margin: -23px 0px -20px 20px;
        float: left;
  }
  .icon04{
    margin: 0 0 0 20px;
  }
  .box04{
    display: none;
  }
  .view_btn {
    display: block;
    background: #c97335;
    height: 50px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 560px;
    margin: 30px 0;
}
.view_btn p {
    text-align: center;
}
.raiten_btn{
  display: block;
  background: #627e5d;
  height: 50px;
  margin-bottom: 20px;
  color: #fff;
  max-width: 620px;
  text-align: center;
}
.img01{
  margin-bottom: 20px;
      display: grid;
}
.img01 img{
width: 100%;
}
.img02{
    margin-bottom: 20px;
}
.img02 img{
width: 100%;
}
.img03{
  margin-bottom: 20px;
      display: grid;
}
.img03 img{
width: 100%;
}
.img04{
  display: grid;
    margin-bottom: 20px;
}
.img04 img{
width: 100%;
}
.raiten_btn p{
  text-align: center;
  padding: 15px 0 0 0;
}
}


@media all and (max-width:890px) {
#contents02,
#contents03,
#contents04{
  margin: 0 0 100px 0;
  width: auto;
}
}


/*contact*/

  .cont_tel img{
    margin: 0 16px -6px 0;
  }
  .cont_tel p:not(.contact_about){
    font-size: 34px;
    color: #7d6145;
  }
  .cont_tel p.contact_about{
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .cont_mail img{
    margin: 0 15px -5px 0;
  }

@media all and (min-width:891px) {
  #contact_wrap{
    max-width: 890px;
    border: 1px solid #cdcdcd;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #contact_wrap h2{
    text-align: center;
    font-size: 24px;
    color: #c97335;
    margin-bottom: 40px;
    font-weight: normal;
  }
  .cont_tel{
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #cdcdcd;
    max-width: 444px;
    box-sizing: border-box
  }
  .cont_mail{
    width: 50%;
    float: right;
    text-align: center;
    max-width: 444px;
    box-sizing: border-box
  }
  #contact_wrap h3{
    background: #d56f20;
    width: 324px;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 6px 0;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box
  }
  .cont_mail p{
    font-size: 18px;
    color: #7d6145;
    border: 1px solid #7d6145;
    width: 324px;
    margin: 0 auto;
    padding: 18px 0 20px 0;
  }
}
@media all and (max-width:890px) {
  #contact_wrap{
    max-width: 890px;
    border: 1px solid #cdcdcd;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    margin: 50px 20px 20px 20px;
  }
  #contact_wrap h2 {
    text-align: center;
    font-size: 21px;
    color: #c97335;
    margin-bottom: 30px;
    font-weight: normal;
}
  .cont_tel{
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .cont_mail{
    text-align: center;
    box-sizing: border-box;
  }
  #contact_wrap h3{
    background: #d56f20;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 6px 0;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box
  }
  .cont_mail p{
    font-size: 18px;
    color: #7d6145;
    border: 1px solid #7d6145;
    margin: 0 auto;
    padding: 18px 0 20px 0;
  }

}

/*top　アサヒ住宅のトップページに戻る*/


.top .icon01{
      margin: 0 0 -3px 20px;
}
@media all and (min-width:891px) {
  .top{
    max-width: 370px;
  background: #826040;
  color: #fff;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  margin: 50px auto 70px auto;
  }
}
@media all and (max-width:890px) {
  .top{
    background: #826040;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin: 40px 20px 50px 20px;
    box-sizing: border-box;
  }
}

/*Googleマップ*/

/*footer*/

.access{
  font-size: 14px;
  line-height: 1.5em;
  padding: 9px 0 0 0;
}
.copyright{
  background: #cccccc;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}
@media all and (min-width:891px) {
  footer{
    max-width: 890px;
    margin: 60px auto;
  }
  footer img{
    float: left;
    margin-right: 50px;
    max-width: 200px;
  }
}
@media all and (max-width:890px) {
  footer {
      margin: 15px;
      text-align: center;
      line-height: 2em;
  }
  footer img{
    max-width: 200px;
  }
}

/***********************
*
*   下層CSS 2019/1/17
*
************************/
#contents{
  border-top: 5px solid #81603e;
  margin-bottom: 70px;
}
#contents h1{
  color: #81603e;
font-size: 28px;
text-align: center;
margin-bottom: 20px;
}

div.mfp_buttons {
    margin-top: 20px;
}
form#mailformpro table td {
  margin: 0px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}
#contents form#mailformpro table{
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
}
#contents form#mailformpro tbody{
  width: 100%;
  /*display: block;*/
  box-sizing: border-box;
}

#contents form#mailformpro th,
#contents form#mailformpro td{
border-collapse: collapse;
border: solid 1px #CCC;
}
#contents form#mailformpro th{
  padding: 10px;
  vertical-align: midtablee;
  text-align: left;
  width: 30%;
  color: #332723;
  background: #f2e7df;
  font-weight: normal;
  line-height: 1.6;
}
#contents form#mailformpro td {
  color: #6e8482;
  width: 70%;
}

.must {
    background-color: #C00;
    border: solid 2px #C00;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    color: #fff;
    margin: 0px 10px;
    border-radius: 4px;
    font-size: 10px;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
  border-radius: 5px;
  padding: 5px 30px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  background: #81603e;
  color: #fff;
  border: 2px solid #81603e;
}
.mfp_element_reset {
	color: #fff;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
  background: #fff;
  border: 2px solid #81603e;
	box-shadow: 0px 2px 15px #CCC;
  color: #81603e;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 8px 10px;
  margin: 2px;
  vertical-align: midtablee;
  box-sizing: border-box;
}
#contents form#mailformpro td ol{
  padding: 0;
}
#contents form#mailformpro td ol li{
  list-style: none;
}
@media all and (min-width:891px) {
  #contents form#mailformpro th{
    min-width: 250px;
  }
  #contents form#mailformpro tr{}
}
@media all and (max-width:890px) {
  #contents h1{
    font-size: 20px;
  }
  form#mailformpro {
      padding: 10px 20px !important;
  }
  #contents form#mailformpro tbody {
    margin: 0 auto;
    /*display: block;*/
    box-sizing: border-box;
  }

#contents form#mailformpro th,
#contents form#mailformpro td{
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
}
#contents form#mailformpro textarea{
  width: 90% !important;
}
form#mailformpro label{
  white-space: normal !important;
}
#contents form#mailformpro tbody{
  width: 100%;
  display: block;
}
#contents form#mailformpro tbody tr{
  width: 100%;
  display: block;
}
}

/***********************
*
*   下層CSS 2019/1/18
*
************************/
#contents04 .thanks-txt{
  text-align: center;
  line-height: 1.8;
}
.sub-about{
  font-size: 15px;
  text-align: center;
  line-height: 2;
  margin: 0 0 45px;
}
.life_hiraya_wrap, .life_pluss_wrap{
  border-top: 1px solid #dedede;
  padding: 60px 0 0;
}
