@charset "UTF-8";
/*--------------------
	Mixin
--------------------*/
/*--------------------
	common
--------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact; } }
html, body {
  height: 100%; }

body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #000000; }
  body ::selection {
    background: #ff0700;
    /* Safari */ }
  body ::-moz-selection {
    background: #ff0700;
    /* Firefox */ }

button {
  cursor: pointer; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.fll {
  float: left; }

.flr {
  float: right; }

.tbl {
  display: table; }

.cell {
  display: table-cell; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

button {
  padding: 0;
  border: none;
  color: none; }

img {
  vertical-align: bottom; }

/*--------------------
	header
--------------------*/
header {
  width: 100%;
  min-width: 1100px;
  position: relative;
  z-index: 1;
  border-bottom: 7px solid #000000; }
  header #head_wrap-top {
    width: 100%;
    padding-top: 20px;
    min-height: 70px;
    background: url("../images/common/header/bg_header.jpg") repeat-x left top; }
    header #head_wrap-top #head-inner-top {
      width: 1002px;
      margin: 0 auto; }
      header #head_wrap-top #head-inner-top h1#logo {
        width: 163px;
        margin-top: -3px;
        margin-right: 20px; }
      header #head_wrap-top #head-inner-top h2#bnr-no1 {
        width: 243px;
        margin-top: 8px;
        margin-right: 49px; }
      header #head_wrap-top #head-inner-top #sub-nav {
        width: 340px;
        margin-top: 8px;
        margin-right: 0; }
      header #head_wrap-top #head-inner-top #sub-nav li {
          min-width: 47px;
          margin-left: 24px;
          float: left; }
          header #head_wrap-top #head-inner-top #sub-nav li:first-child {
            margin-left: 0; }
          header #head_wrap-top #head-inner-top #sub-nav li a:hover {
            border-bottom: 1px solid #bebebe; }
      header #head_wrap-top #head-inner-top #btn-contact {
        width: 161px;
        float: right; }
  header #head_wrap-bottom {
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 999;
    }

  header span#corner-img_left {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: url("../images/common/header/bg_head-left.png") no-repeat left bottom; }
  header span#corner-img_right {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: -7px;
    background: url("../images/common/header/bg_head-right.png") no-repeat right bottom; }
/*--------------------
	Contact / SNS
--------------------*/
#contact {
  width: 1010px;
  margin: 20px auto 50px; }
  #contact h2 {
    width: 165px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 9px; }
  #contact span.hours {
    font-size: 11px;
    font-weight: bold; }
  #contact #contact-inner {
    width: 983px;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 29px 3px;
    position: relative;
    z-index: 1; }
    #contact #contact-inner ul#company-list {
      width: 330px; }
      #contact #contact-inner ul#company-list li {
        width: 330px;
        background: url("../images/top/contact/ico_arrow.png") no-repeat left center;
        padding-left: 60px;
        margin-top: 10px; }
        #contact #contact-inner ul#company-list li:first-child {
          margin-top: 0; }
        #contact #contact-inner ul#company-list li h4 {
          font-size: 12px;
          font-weight: bold;
          display: inline-block;
          color: #ff110a; }
        #contact #contact-inner ul#company-list li span {
          padding-left: 60px;
          font-size: 16px;
          font-weight: bold; }
          #contact #contact-inner ul#company-list li span.freedial {
            background: url("../images/top/contact/ico_fleedial.png") no-repeat 20px center; }
          #contact #contact-inner ul#company-list li span.tel {
            background: url("../images/top/contact/ico_tel.png") no-repeat 20px center; }
    #contact #contact-inner #affter-call {
      width: 330px; }
      #contact #contact-inner #affter-call h4 {
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        color: #ff110a;
        margin-bottom: 4px; }
      #contact #contact-inner #affter-call .arrow {
        background: url("../images/top/contact/ico_arrow.png") no-repeat left center;
        padding-left: 40px; }
        #contact #contact-inner #affter-call .arrow span {
          padding-left: 60px;
          font-size: 16px;
          font-weight: bold; }
          #contact #contact-inner #affter-call .arrow span.freedial {
            background: url("../images/top/contact/ico_fleedial.png") no-repeat 20px center; }
      #contact #contact-inner #affter-call p {
        font-size: 10px;
        color: #ff110a;
        margin-top: 5px; }
    #contact #contact-inner #btn_inquiry {
      width: 287px;
      padding-top: 0;
      margin-top: -10px; }
    #contact #contact-inner #btn_inquiry .btn_form01 {
      margin: 0 0 10px; }
    #contact #contact-inner #btn_inquiry .btn_form02 {
      margin: 0 0 -10px; }
    #contact #contact-inner #img-staff {
      width: 116px;
      height: 179px;
      background: url("../images/top/contact/img_staff.png") no-repeat left top;
      position: absolute;
      z-index: 10;
      right: 305px;
      bottom: 0; }

#sns_area {
  width: 900px;
  margin: 10px auto 50px; }
  #sns_area #twi {
    width: 444px;
    height: 61px;
    float: left;
    background: url("../images/top/sns/twi_bg.jpg") no-repeat left top;
    padding: 23px 0 0 342px;
    margin: 0 0 13px;
  }
  #sns_area #fb {
    width: 445px;
    height: 61px;
    float: right;
    font-size: 80%;
    color: #10337c;
    margin: 0 0 13px;
    background: url("../images/top/sns/fb_bg.jpg") no-repeat left top;
    padding: 10px 20px 0 140px;
  }
  #sns_area #fb p {
    float: left;
    line-height: 1.5em;
    margin-top: 5px;
    margin-left: 10px;
    text-align: center;
  }
  #sns_area #fb p a {
    color: #325b99;
    text-decoration: none;
  }
  #sns_area #fb p a a:hover {
    text-decoration: underline;
  }
  #sns_area #fb iframe {
    margin: 10px 0 0 40px;
  }
  #sns_area #insta p {
    float: left;
    line-height: 1.5em;
    margin-top: 5px;
    margin-left: 10px;
    text-align: center;
  }

  #sns_area #insta {
    width: 445px;
    height: 61px;
    margin: 0 auto;
    font-size: 80%;
    overflow: hidden;
    color: #10337c;
    background: url("../images/top/sns/insta_bg.jpg") no-repeat left top;
    padding: 10px 20px 0 140px;
  }
  #sns_area #insta a{
    color: #10337c;
  }
  #sns_area #insta a:hover{
    color: #10337c;
    text-decoration: none;
  }
  .insta_btn2{/*ボタンの下地*/
  color: #FFF !important;/*文字・アイコン色*/
  border-radius: 4px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: auto;/*高さ*/
  width: auto;/*幅*/
  padding: 4px;
  margin: 9px 0 0 38px;
  text-align: center;/*中身を中央寄せ*/
  font-size: 11px;/*文字のサイズ*/
  line-height: 1.25;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin: 0;
  background: url("../images/top/sns/logo_insta_icon.png") no-repeat left top;
  background-size: cover;
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s;
  margin: 0 0 0 5px;
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/*--------------------
	footer
--------------------*/
footer {
  width: 100%;
  background: url("../images/common/footer/bg_footer.jpg") repeat-x left top; }
  footer #footer-inner {
    width: 996px;
    margin: 0 auto; }
    footer #footer-inner #foot-nav {
      width: 320px;
      margin-top: 45px;
      margin-left: 45px; }
      footer #footer-inner #foot-nav li {
        font-size: 12px;
        min-width: 45px;
        float: left;
        margin-left: 40px; }
        footer #footer-inner #foot-nav li:first-child {
          margin-left: 0; }
        footer #footer-inner #foot-nav li a {
          color: #fff;
          text-decoration: none; }
          footer #footer-inner #foot-nav li a:hover {
            text-decoration: underline; }
    footer #footer-inner p {
      color: #fff;
      margin-top: 45px;
      font-size: 12px; }

/*--------------------
	Sidebar
--------------------*/
#recommend {
  width: 283px;
  margin-bottom: 25px; }
  #recommend h2 {
    margin-bottom: 0; }
  #recommend ul#sidenav {
    width: 100%; }
    #recommend ul#sidenav li {
      margin-bottom: 17px; }

/*--------------------
	各ページ崩れ対策
--------------------*/
#pagetitle {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #000; }
  #pagetitle h2 {
    width: 1002px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
    font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif; }

@media screen and (min-width:768px){
  #pagetitle{
    margin: 0 0 20px;
  }
}

#container, #contents {
  width: 1002px !important; }
  #container:after, #contents:after {
    content: "";
    clear: both;
    display: block; }
  #container #content, #contents #content {
    width: 674px !important;
    padding: 8px 0 !important; }
  #container *, #contents * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box; }

#container_wrapp, #contents {
    width: 1002px !important;
    margin: 0 auto;
}
  #container:after, #contents:after {
    content: "";
    clear: both;
    display: block; }
  #container #content, #contents #content {
    width: 674px !important;
    padding: 8px 0 !important; }
  #container *, #contents * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box; }

header {
  height: 121px;
  background: none;
  border-bottom: 7px solid #000; }

  /*--------------------
  フッター
--------------------*/
.contactform_footer {
  width: 435px;
  margin: 0 auto 55px;
  text-align: center;
}
.contactform_footer .cf_logo01 {
  float: left;
}
.contactform_footer .cf_logo02 {
  float: left;
  margin-left: 23px;
}
.contactform_footer .cf_logo03 {
  float: right;
}
.contactform_footer a img:hover {
  opacity: 0.8;
}


/*-----dev-----*/
@media screen and (max-width:768px){
  #container_wrapp, #contents{
    width: 100% !important
  }
  #container, #contents {
    width: 100% !important;
  }
  #container #content, #contents #content{
    width: 100% !important;
  }
  .pagetop{
    width: 100%;
  }
  img{
    max-width: 100%;
  }
  
}


/*----dev-add----*/
@media screen and (max-width:768px){
	table.line_gray{
		width: calc(100% - 30px);
	    margin: 0 auto;
	}
	h4.m_b_10{
		margin: 0 0 0 15px;
	}
	.bnr_premium{
		width: calc(100% - 30px);
	    margin: 0 auto;
	}
	.bnr_premium img{
		width: 100%;
	}
	span.pagetop {
	    width: calc(100% - 30px) !important;
	    margin: 15px auto !important;
	    display: block !important;
	    float: initial !important;
	}
	ul.f_list,ul.nav_3 {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    width: calc(100% - 30px) !important;
	    margin: 15px auto;
	}
	ul.f_list li{
		width: 49%;
		margin: .5% !important;
	}
	ul.nav_3 li{
		width: 49%;
		margin: .5% !important;
	}
	ul.nav_3 li img{
		width: 100%;
	}
	#contents img.ta_d{
		margin: 0 auto !important;
		display: block;
	}
}


/* 税込価格表示 */
.taxInput{
  color: #f00;
  text-align:center !important;
  font-size:16px;
  margin: 15px auto !important;
  display: block !important;
}



/* 商品ラインナップ */
#contents ul.itemLineup{
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents ul.itemLineup li{
  width: 48%;
  margin: 0 0 30px;
}
#contents ul.itemLineup li a{
  text-decoration: none;
  color: #000;
  display: block;
}

#contents ul.itemLineup li a > p{
  font-size: 14px;
}
#contents ul.itemLineup li a img{
  width: 100%;
  margin: 0 0 15px;
}

#contents ul.itemLineup li a .title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ED0000;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

#contents ul.itemLineup li a .title p em{
  font-family: bilo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  color: #ED0000;
}
#contents ul.itemLineup li a .title p em.min{
  font-family: kinuta-mincho-stdn, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  font-size: 35px;
}
#contents ul.itemLineup li a .title p{
  font-size: 16px;
}
#contents ul.itemLineup li a > span{
  background-color: #ED0000;
  border: 1px solid #ED0000;
  border-radius: 4px;
  color: #fff;
  padding: 4px 12px;
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  float: right;
  transition: all 0.3s ease-out;
}
#contents ul.itemLineup li a > span:hover{
  background-color: #fff;
  border: 1px solid #ED0000;
  color: #ED0000;
}
#contents ul.itemLineup li a > span .svgLink{
	fill: #fff;
	position: relative;
    top: 1px;
    margin: 0 0 0 5px;
}
#contents ul.itemLineup li a > span:hover .svgLink{
	fill: #ED0000;
}


@media screen and (max-width:768px){
  #contents ul.itemLineup li{
    width: 100%;
    margin: 0 0 35px;
  }
}



/* 商品ラインナップ */

.series--subTitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 40px auto 20px;
  line-height: 1.25;
}
.series--subTitle hr{
  border: none;
  width: 37%;
}
.series--subTitle span{
  width: 26%;
}
.series--subTitle.series--f{
  color: #F6241D;
}
.series--subTitle.series--f hr{
  border-bottom: 3px solid #F6241D;
}
@media screen and (max-width:768px){
  .series--subTitle hr{
    width: 20%;
  }
  .series--subTitle span{
    width: 60%;
  }
}



/* 建築・不動産のプロに相談 */

.consult-title{
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
}
.consult-title img{
    display: block;
    margin: 0 15px 0 0;
}
.consult-group{
    background-color: #F4F5F2;
    width: 1000px;
    max-width: 100%;
    margin: 30px auto;
    padding: 30px 15px;
    box-sizing: border-box;
}
.consult-group > b{
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.consult-group > p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0 30px;
}
.consult-group .consult-group-child{
    border: 1px solid #444;
    box-sizing: border-box;
    padding: 0 15px 20px;
    width: 850px;
    margin: auto;
    max-width: 100%;
}

.consult-group .consult-group-child > img{
    width: 284px;
    display: block;
    margin: 0 auto 20px;
    position: relative;
    top: -20px;
}
.consult-group .consult-group-child > p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: -30px 0 25px;
}
.consult-group .consult-group-child ul{
    display: flex;
    align-items: flex-start;
    justify-content: center;
	list-style-type: none;
}
.consult-group .consult-group-child ul li{
    width: 174px;
}
.consult-group .consult-group-child ul li small{
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 1.2;
}
.consult-group .consult-group-child ul li b{
    font-size: 16px;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
}
.consult-group .consult-group-child ul li span.value{
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 143px;
    margin: 0 auto 15px;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.consult-group .consult-group-child ul li span.value em{
    font-size: 16px;
    font-weight: bold;
    color: #F5251D;
    display: block;
	font-style: normal;
}
.consult-group .consult-group-child ul li:nth-child(2),
.consult-group .consult-group-child ul li:nth-child(4){
    margin: 65px 20px 0;
    width: 42px;
}
.consult-group .consult-group-child ul li img:first-of-type{
    width: 100%;
}
.consult-group .consult-group-child ul li img:nth-of-type(2){
    height: 15px;
    margin: 10px auto 5px;
    display: block;
}
.consult-group .consult-group-child ul li span.tags{
    background-color: #464646;
    color: #fff;
    width: 143px;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.consult-group .consult-group-child ul li.consult-group-child-axs span.tags{
    background-color: #F5251D;
}
.consult-group .consult-group-child ul li.consult-group-child-skr span.tags{
    background-color: #1F2086;
}
.consult-contact{
    width: 1000px;
    max-width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
}
.consult-contact img{
    width: 634px;
    display: block;
    max-width: 100%;
    margin: auto;
}
.consult-contact ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 25px;
	list-style-type: none;
}
.consult-contact ul li{
    width: 215px;
    max-width: 100%;
}
.consult-contact ul li p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 10px;
}
.consult-contact ul li > img{
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.consult-contact ul li div{
    background-color: #F4F5F2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.consult-contact ul li div img{
    width: 116px;
	height: auto;
    display: block;
    margin: 0 auto;
	align-self: center;
}
.consult-contact ul li div em{
    font-size: 22px;
    font-style: normal;
    display: block;
    color: #444;
    margin: 0 0 15px;
    width: 100%;
	font-weight: bold;
    text-align: center;
}
.consult-contact ul li div a{
    background-color: #F5251D;
    color: #fff;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: 16px 0 14px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    fill: none;
    stroke: #fff;
}
.consult-contact ul li div a:hover{
    background-color: #fff;
    stroke: #F5251D;
    color: #F5251D;
}
.consult-contact ul li div a .arrow{
    display: block;
    margin: 0 0 0 15px;
    width: 20px;
}
.consult-sp{
    display: none;
}
.consult-pc{
    display: block;
}
@media only screen and (max-width: 768px){
    .consult-sp{
        display: block;
    }
	.consult-pc{
		display: none;
	}
    .consult-title{
        font-size: 26px;
    }
    .consult-group .consult-group-child ul{
        overflow-x: scroll;
        justify-content: flex-start;
        padding: 0 0 20px;
    }
    .consult-group > b{
        font-size: 26px;
        line-height: 1.2;
    }
    .consult-group > p{
        margin: 15px 0 30px;
    }
    .consult-contact ul li p{
        height: 6em;
    }
    .consult-contact ul{
        padding: 0 !important;
        margin: 0;
    }
    .consult-contact ul li{
        width: 48%;
        margin: 0 0 30px;
    }
    .consult-contact ul li div img{
        width: 100px;
        margin: 0 auto;
    }
    .consult-contact ul li div em{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .consult-contact ul li div a{
        padding: 12px 0 10px;
    }
}

.consult-block ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 20px;
	list-style: none;
	padding-left: 0;
}

.consult-block.wide ul li{
	max-width: 100%;
	width: 100%;
}
.consult-block ul li{
	max-width: 100%;
	width: 480px;
}
.consult-block ul li a{
	display: block;
	margin-bottom: 40px;
}
.consult-block ul li a img{
	width: 100%;
}
.consult-title{
	margin-bottom: 30px;
}
.consult-group{
	margin-bottom: 60px;
}

@media only screen and (max-width: 768px){
	.consult-block ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.consult-block ul li{
		width: 100%;
	}
	.consult-block ul li a{
		margin-bottom: 15px;
	}
}