@charset "UTF-8";
/* CSS Document */

/* common --- start ---*/
.setsubiBlue {
  color: #006ab8;
}
.engiRed {
  color: #db263e;
}
.densetsuOrange {
  color: #f08200;
}
.powerGreen {
  color: #5bbb24;
}
.screen-reader-text {
  display:none;
}
.text-large {
  font-size: 18px;
}
.textBoldest {
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}


body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
  
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


/* 電話番号リンクのPC無効化 */
@media(min-width: 430px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


/* common --- end ---*/


/* topPage --- start ---*/
.topMainPhoto {
  margin-bottom: 0px;
}
.topContentsBox {
  margin-top: 50px;
  margin-bottom: 30px;
}
.topContentsBox.topFutawaJV {
  margin-top: -10px;
}
.topContentsBox.topFutawaJV .topFutawaJVtitle {
  font-size:24px;
  margin-bottom:15px;
  margin-top:7px;
}
@media (max-width: 1199px) {
  .topContentsBox.topFutawaJV .topFutawaJVtitle {
    margin-top:0px;
    margin-bottom:20px;
    line-height: 1em;
  }
}

.topNews a.newsLink {
  text-decoration: none;
  display: block;
}
.topNews a.newsLink + a.newsLink {
  margin-top: 7px;
  padding-top: 8px;
  border-top: #005797 1px dotted;
}
.topNews .date {
  font-size: 12px;
  color: #999;
  /* text-align: right; */
}
.topNews .title {
  font-size: larger;
  font-weight: 800;
  color: #f08200;
}
.topNews .newsSummary {
  color: #333;
}

.topFutawaJV .well {
  background-color: #FFFDF2
}


#topMainCarousel .carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
}
#topMainCarousel .carousel-indicators li {
  border-color: #CCC;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
#topMainCarousel .carousel-indicators .active {
  background-color: #006ab8;
  width: 10px;
  height: 10px;
}
a.topNewsList {
  float: right;
  background-color: #FFF;
  padding-left: 7px;
  padding-right: 7px;
  /* border: #FFF 1px solid; */
  border-radius: 5px;
}
a.topNewsList:hover {
  text-decoration: none;
  background-color: #0067B6;
  color: #FFF;
}
/* topPage --- end ---*/


/* footer --- start --- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
/* footer --- end --- */


/* mainNavi --- start --- */
.navbar-nav li + li {
  border-right: #f2a37b 1px solid;
}
.navbar-nav > li {
  border-right: #f2a37b 1px solid;
}
.navbar-nav.navbar-right li {
  border-right: none;
  border-left: #f2a37b 1px solid;  
}

.mainNavbar {
  margin-left: -15px;
  margin-right: -15px;
}


/* gradation */
.navbar.mainNavbar {
background: #f08200;
background: -moz-linear-gradient(top,  #ffda9f 0%, #f99e31 50%, #f3800f 51%, #ef6e0d 100%);
background: -webkit-linear-gradient(top,  #ffda9f 0%,#f99e31 50%,#f3800f 51%,#ef6e0d 100%);
background: linear-gradient(to bottom,  #ffda9f 0%,#f99e31 50%,#f3800f 51%,#ef6e0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda9f', endColorstr='#ef6e0d',GradientType=0 );
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
background: #c43000;
background: -moz-linear-gradient(left,  #8b1c00 0%, #c43000 10%, #c43000 90%, #8b1c00 100%);
background: -webkit-linear-gradient(left,  #8b1c00 0%,#c43000 10%,#c43000 90%,#8b1c00 100%);
background: linear-gradient(to right,  #8b1c00 0%,#c43000 10%,#c43000 90%,#8b1c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43000', endColorstr='#c43000',GradientType=1 );
}

.navbar-nav>li>a:default {
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
transition: all 1s linear;
}

.navbar-nav>li>a:hover {
background: #fcbd36;
background: -moz-linear-gradient(top,  #ffe9b1 0%, #fcbd36 50%, #f99f10 51%, #f78a0e 100%);
background: -webkit-linear-gradient(top,  #ffe9b1 0%,#fcbd36 50%,#f99f10 51%,#f78a0e 100%);
background: linear-gradient(to bottom,  #ffe9b1 0%,#fcbd36 50%,#f99f10 51%,#f78a0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9b1', endColorstr='#f78a0e',GradientType=0 );
}

.panel-primary>.panel-heading {
background: #f08200;
background: -moz-linear-gradient(top,  #ffda9f 0%, #f99e31 50%, #f3800f 51%, #ef6e0d 100%);
background: -webkit-linear-gradient(top,  #ffda9f 0%,#f99e31 50%,#f3800f 51%,#ef6e0d 100%);
background: linear-gradient(to bottom,  #ffda9f 0%,#f99e31 50%,#f3800f 51%,#ef6e0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda9f', endColorstr='#ef6e0d',GradientType=0 );
}

/* common nav --- start ---*/
.commonNav {
  width: 100%;
  background-color: #eeeeee;
  height: 27px;
}
.commonNav .jv {
  width: 28%;
  float: left;
}
.commonNav .jv img {
  margin-left: 10%;
  margin-top: 2px;
}
.commonNav a.jvBtn {
  display:block;
  width: 18%;
  float: left;
  border-left: #CCCCCC 1px solid;
  height: 27px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.commonNav a.jvBtn:hover {
  background-color: #DDDDDD;
}
.commonNav a.jvBtn.active {
  background-color: #CCCCCC;
}
.commonNav a.jvBtn img {
  margin-top: 2px;
}
/* common nav --- end ---*/

/* headSet --- start --- */
.headSet {
  margin-top: 24px;
  height: 74px;
}
.headSet .logo {
  margin-top: 3px;
  float: left;
}
.headSet .medal {
  margin-right: 7px;
  float: right;
}
.headSet .blog {
  margin-top: 4px;
  float: right;
}

/* Water --- start --- */
@media (min-width: 768px) {
  .waterJiseki, .waterLifeline {
    padding-left: 30px;
  }
}
/* Water --- end --- */


/* Renovation --- start --- */
@media (min-width: 768px) {
  .renovWater {
    padding-left: 30px;
  }
}
/* Renovation --- end --- */


/* job --- start ---*/
.jobTable ul {
  padding-left: 20px;
  margin: 0;
}


 /* Corp --- start ---*/
.corpHistory dt {
  font-weight: bold;
}
.corpHistory dd {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .dl-horizontal.corpHistory dt {
    width: 70px;
    text-align: left;
  }
  .dl-horizontal.corpHistory dd {
    margin-left: 80px;
  }
}

.corpTable ul {
  padding-left: 20px;
}
.corp h2 {
  margin-bottom: 0.7em;
}


/* contact --- start --- */
.contact .tel {
  font-size: 40px;
  font-weight: 800;
}
.contact .mail {
  font-size: 24px;
  font-weight: 800;
}
.formSelect {
  margin-top: 2em;
  margin-bottom: 2em;
}
.formSell {
  margin-top: 2em;
  margin-bottom: 3em;
  display: none;
}
.contactBody .radio-inline+.radio-inline {
  margin-left: 0px;
}
.contactBody .radio-inline {
  margin-right: 2em;
}
@media (min-width: 768px) {
  .contactBody {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* info --- start --- */
.infoContainer .postContainer {
}
.infoContainer .postContainer h3 {
  margin-top: 0;
}
.infoContainer .postContainer .panel-body {
  padding-bottom: 5px;
}
.infoContainer .postContainer .date {
  float: right;
  color: #999;
}
.infoContainer .panel {
  margin-bottom: 1em;
}


/* sale --- start --- */
.sellContainer {
  background-color: #F7FDFF;
  border-color: #E5F8FF;
}
.sellContainer .sellBox {
  margin-bottom: 0px;
}
.sellContainer .sellPhoto {
  margin-bottom: 10px;
}
.sellContainer .sellTitle {
  font-weight: 800;
  font-size: 1.2em;
}
.sellBox .sellProper {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
}
.sellBox .sellPrice {
  font-size: 1.5em;
}
.sellBox .sellGyosha {
  font-size: 12px;
}
.sellGyoshaMobile {
  font-size: 11px;
}
.sellBox .sellKoji {
  margin-top: 15px;
  font-size: 12px;
  max-width: 410px;
}
.sellBox .sellPhoto {
  height: 250px;
  position: relative;
}
.sellBox .sellPhotoImg {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
}
.expContainer .sellPhotoImg {
  width: 100% !important;
}
.sellBox .sellDetailBtnDummy {
  height: 35px;
}
.sellBox .sellTumb {
  position: relative;
}
.sellBox .sellDetailBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.detailSellText {
  margin-top: 2em;
  margin-bottom: 2em;
}
.sellContact {
  margin-top: 1.5em;
}

.homePhotoMidRow {
  margin-bottom:1.3em;
  margin-top:1.3em;
  margin-right: 2em;
}



/* Densetsu --- 施工実績 --- */
.expContainer {
  padding-left: 11px;
  padding-right: 11px;  
}
.expBox {
  padding: 4px;
}
.expTumb {
  margin-bottom: 0px;
}
.expTitle {
  font-size: 18px;
  margin-bottom: 3px;
}
.expTag {
  margin-top: 7px;
  margin-bottom: 7px;
}
.expBtn {
  margin-bottom: 3px;
}
.expDetailBtn {
  text-align: right;
}
.navRoofs {
  margin-top: -10px;
  margin-bottom: 15px;
  padding-left: 11px;
  padding-right: 11px;
}
a.navRoofsBtn {
  display: block;
  margin-bottom: 0px;
}
a.navRoofsBtn:hover {
  background-color: #FFFDF2;
  text-decoration: none;
  border-color: #f08200;
}
a.navRoofsBtn h4 {
  margin-top: 3px;
  margin-bottom: 5px;
}
a.navRoofsBtn p {
  margin-bottom: 0px;
}
.expNavRoofsBox {
  padding: 4px;
}
.navArea {
  margin-top: 8px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.areaBtn {
  margin-right: 3px;
}


/* --- 施工ID --- */
.sekouID_btns {
  font-size: 20px;
  margin-bottom: 15px;  
}
.sekouID_btns .btn {
  margin-bottom: 5px;
}

.sekouBox {
  padding: 5px !important;
}
.sekouComment {
  padding-top: 15px;
  padding-right: 25px;
}
img.sekouPic {
  width: 100%;
}
.sekouNum {
  font-size: 24px;
}


/* Panel reBuild */
.panelContact {
  border: 1px solid #FFE7B7;
  border-radius: 7px;
}
.panelContact h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  padding: 10px 0;
  background-color:#FFE7B7;
}
.panelContact .telnum {
  text-align: center;
  margin: 15px 15px;
}
.panelContact .telComment {
  margin: 15px 15px;
}
.panelContact .telBtn {
  text-align: center;
  margin: 15px 15px;
}



/* Coating Panel */
.coatingFlowSubTitle {
  color: #f08200;
  font-weight: 800;
  font-size: 1.4em;
}



/* 名義変更 */
dl.ownershipList dd {
  margin-bottom: 15px;
}




/* for Mobile --- start ------------ */
@media (max-width: 767px) {
  .navbar {
    position: relative;
    min-height: 46px;
    margin-bottom: 0px;
  }
  .navbar.mainNavbar {
    background: #FFF;
    border: none;
    border-bottom: 3px solid #f08200;
  }
  .navbar-default .navbar-brand {
    color: #f08200;
    padding-top: 15px;
    padding-bottm: 10px;
  }
  .navbar-default .navbar-brand:hover {
    /* color: #f08200; */
  }
  .navbar .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
      color: #f08200;
  }
  .navbar .navbar-toggle:hover {
    background: #eee;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f08200;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: #f08200;
  }  
  .navbar-nav>li>a:default {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  }
  .navbar-nav>li>a:hover {
    background: #f08200;
  }
  .panel-primary>.panel-heading {
    background: #f08200;
  }
  .breadcrumb {
    margin-top: 10px;
  }
  .mainPhotoCol {
    padding: 0px;
  }
  #topMainCarousel .img-rounded {
    border-radius: 0px;
  }
  .topGaiyo h2 small {
    display: block;
    line-height: 1.3em;
  }
  .topContentsBox {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .homePhotoMidRow {
    margin: 0px;
  }
  .homePhotoMidCol {
    padding: 0px;
    margin: 0px;
  }
  .homeLinkBtn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .sekouComment {
    padding-top: 5px !important;
    padding-right: 15px !important;
  }
  
  .navbar-brand:hover, .navbar-brand:focus {
    background-color: transparent !important;
  }
  
  
}
/* for Mobile --- end ------------ */

.postBody img {
  margin: 3px;
}
.tagTitle {
  float: left;
}




