<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.secDetails{
}
.secDetails .txtName{
    font-size:2.0em;
    line-height:150%;
    background:#F0DDCA;
    padding:15px;
    border-radius:5px;
    margin:0 0 70px 0;
}
.secDetails .txtTitle{
    font-size: 32px;
    font-weight: bold;
    margin: 40px 0 20px 0;
    line-height: normal;
}
.sub_text{
    font-size:18px;
    font-weight: bold;
    line-height:100%;
    text-align: left;
    margin-bottom: 20px;
}
.secDetails .boxAfter{
    position:relative;
    margin:0 0 30px 0;
}
.secDetails .boxAfter .icon{
    position:absolute;
    top:-40px;
    right:-10px;
}
.secDetails .boxBefore{
    position:relative;
    margin:0 0 0 0px;
}
.secDetails .boxBefore .icon{
    position:absolute;
    top:-10px;
    left:-40px;
}
.secDetails .infoTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 0;
}
.secDetails .infoTable th{
    border-bottom: 1px dotted #000000;
    padding: 20px 0 20px 0;
    width: 145px;
    font-size: 18px;
    font-weight: 600;
}
.secDetails .infoTable td{
    border-bottom: 1px dotted #000000;
    padding: 20px 0 20px 0;
    font-size: 18px;
    font-weight: 500;
}
.secDetails .infoTable tr:first-child&gt;th{
    border-top: 1px dotted #000000;
}
.secDetails .infoTable tr:first-child&gt;td{
    border-top: 1px dotted #000000;
}

.detailsSubTitle{
    background:#00395c;
    border-radius: 6px;
    font-size:1.4em;
    padding:15px 5px;
    color:#ffffff;
    text-align:center;
    margin:20px 0 25px 0;
}

/** ブロディ */
.new-blog-bloday-area {
    padding: 40px 0 0 0;
}
.box h2{
    background: #FECB04;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 40px;
}
.box .text_area{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.box .text_area a:hover{
    text-decoration: underline;
}
.img_area{
    display: inline-block;
    height: 330px;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    margin-bottom: 20px;
}
.img_area img{
    max-width: 100%;
    height: auto;
    /* max-height: 350px; */
    margin: auto;
    position: absolute;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* border: none;
    border: 1px solid #ddd;
    border-radius: 4px; */
}
.img_area img.thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}
.box{
    padding: 0 !important;
}
.box{
    margin-top: 30px;
}
.add_box0 .box{
    margin-top: 0px;
}
.add_box0{
    overflow: hidden;
    clear: both;
}
.add_box0:not(:first-child){
    margin-top: 40px;
}
.left_arrow{
    margin-top: 15%;
text-align: center;
}
@media screen and (max-width:767px){
    .sub_text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .box h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .box .text_area{
        font-size: 14px;
    }

    .left_arrow{
        padding: 0px;
    }
    .secDetails .boxBefore .icon{
        top:-25px;
        left:-15px;
    }
    .col-sm-4 .img_area{
        height: 330px!important;
    }

    .col-sm-4 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }

    .col-sm-5 .img_area{
        height: 330px!important;
    }
    .col-sm-5 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }

    .col-sm-6 .img_area{
        height: 330px!important;
    }

    .col-sm-6 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }

    .col-xs-12 .img_area{
        height: auto!important;
    }

    .col-sm-6 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }
    .img_area img{
        width: 100%;
        height: auto;
    }
.img_area{
    display: inherit;
    height: inherit;
    text-align: inherit;
    max-width: inherit;
    width: auto;
    position: relative;
    border: none;
    border-radius: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.img_area img{
    max-width: inherit;
    height: inherit;
    /* max-height: 350px; */
    margin: inherit;
    position: inherit;
    max-height: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    border: none;
}

    .secDetails .infoTable th{
        width: 117px;
        font-size: 14px;
    }
    .secDetails .infoTable td{
        font-size: 14px;
    }

    .secDetails .txtTitle{
        font-size: 20px;
        margin: 20px 0 20px 0;
    }

}
@media screen and (min-width:768px){
    .col-sm-4 .img_area{
        height: 330px!important;
    }

    .col-sm-4 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }

    .col-sm-5 .img_area{
        height: 330px!important;
    }
    .col-sm-5 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }

    .col-sm-6 .img_area{
        height: 330px!important;
    }

    .col-sm-6 .img_area img{
        max-height: 100%!important;
        margin: auto!important;
    }

}


/*--------------------------
詳細リスト
--------------------------*/
.secDetailsListWrap{
    padding:20px 0;
}
.secDetailsListWrap .detailsList{
    padding:0 0 20px 0;
}
.secDetailsListWrap .detailsList a{
    color:#00395c;
    text-decoration: underline;
}

.secDetailsListWrap .detailsList .captionTitle{
    color:#ed5243;
    padding:5px 0 5px 0;
    font-size:1.2em;
    line-height: 120%;
    font-weight: bold;
}

/* タイトルパターン */
/*
.secDetailsListWrap .detailsList .captionTitle1{
    border-left:solid 5px #EF513C;
    color:#ed5243;
    padding:5px 0 5px 5px;
    display: inline-block;
    font-size:1.2em;
    line-height: 120%;
    font-weight: bold;
}
.secDetailsListWrap .detailsList .captionTitle2{
    border-left:solid 5px #00395c;
    border-bottom:solid 2px #00395c;
    color:#00395c;
    background:#ffffff;
    padding:5px 50px 2px 5px;
    display: inline-block;
    font-size:1.2em;
    line-height: 120%;
    font-weight: bold;
}
.secDetailsListWrap .detailsList .captionTitle3{
    background:#00395c;
    border-radius: 8px;
    color:#ffffff;
    padding:5px 50px;
    display: inline-block;
    font-size:2.8em;
    line-height:120%;
}
*/
.secDetailsListWrap .detailsList .imgDetailList{
    width:100%;
    height:auto;
    display: block;
}
.secDetailsListWrap .detailsList .imgDetailList.imgRight{
    float:right;
}
/*--------------------------
beforeAfter
--------------------------*/
.secDetails .boxBeforeAfter{
    padding:15px 0;
}
.secDetails .boxBeforeAfter .title{
    color:#00395c;
    font-size:1.2em;
    font-weight:bold;
    line-height:140%;
}
.new-blog-bloday-area .boxBeforeAfter .boxPhoto{
}
.new-blog-bloday-area .boxBeforeAfter .boxPhoto img{
    max-height:330px;
    margin: auto;
}
.new-blog-bloday-area .boxBeforeAfter .areaBefore{
    text-align: center;
}
.new-blog-bloday-area .boxBeforeAfter .areaArrow{
    text-align: center;
}
.new-blog-bloday-area .boxBeforeAfter .areaAfter{
    text-align: center;
}
.new-blog-bloday-area .boxBeforeAfter .txtPhoto{
    line-height: 140%;
    padding:5px 0;
}
@media only screen and (max-width:767px){
    .new-blog-bloday-area {
        padding: 20px 0 0 0;
    }
    .new-blog-bloday-area .boxBeforeAfter .areaBefore{
        margin:10px 0;
    }
    .new-blog-bloday-area .boxBeforeAfter .areaAfter{
        margin:10px 0 20px 0;
    }
    .new-blog-bloday-area .boxBeforeAfter .secComplete .boxPhoto .img-max{
        width:auto;
    }
    .img_area img{
        width:auto;
        max-width: 100%;
    }
}
@media print, screen and (min-width:768px){
    .new-blog-bloday-area .boxBeforeAfter{
    }
    .new-blog-bloday-area .boxBeforeAfter .title{
    }
    .new-blog-bloday-area .boxBeforeAfter .boxPhoto{
        display: table;
        width:100%;         /* 180713 コメントアウトされていたので解除。この部分を解除しただけでは、「before」「after」の表示が崩れるため、別途css追加 */
    }
    /* 180713追加css */
    .new-blog-bloday-area .boxBeforeAfter .secComplete .boxPhoto{
        text-align:center;
        width: 50%;
    }
    .new-blog-bloday-area .boxBeforeAfter .secComplete .boxPhoto .img-max{
        width:auto;
    }

    .new-blog-bloday-area .boxBeforeAfter .areaBefore{
        display: table-cell;
        text-align: center;
        vertical-align: top;
        width:45%;
    }
    .new-blog-bloday-area .boxBeforeAfter .areaArrow{
        display: table-cell;
        vertical-align: middle;
        width:10%;
    }
    .new-blog-bloday-area .boxBeforeAfter .areaAfter{
        display: table-cell;
        text-align: center;
        vertical-align: top;
        width:45%;
    }
    .new-blog-bloday-area .boxBeforeAfter .txtPhoto{
        line-height: 140%;
    }
}

/*--------------------------
完成
--------------------------*/
.secComplete{
    padding:0 0 30px 0;
}
.secComplete .boxPhoto{
    position: relative;
}
.secComplete .boxPhoto .icon{
    position:absolute;
    left:-5px;
    top:-20px;
}

@media screen and (max-width:767px){
    .secComplete .boxPhoto{
        margin:0 0 30px 0;
    }
}
@media screen and (min-width:768px){
}

/*--------------------------
声
--------------------------*/
.secDetails .txtDetailBottom{
    padding:0 0 30px 0;
}
.secDetails .boxVoice{
    border: solid 3px #F1DDC9;
    padding:20px;
    margin:0 0 30px 0;
}
.secDetails .boxVoice .ico{
    float:left;
    width:15%;
    max-width:95px;
    padding:0 20px 0 0;
}
.secDetails .boxVoice .text{
    float:left;
    width:85%;
}
.secDetails .boxVoice .imgVoice{
    max-width: 100%;
    height:auto;
    padding:0 20px 15px 0;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secDetails .boxVoice .ico{
        width:30%;
    }
    .secDetails .boxVoice .text{
        width:70%;
        display: inline;
        float:none;
    }
}
@media print,screen and (min-width:768px){
}

@media screen and (min-width:768px){
    .add_box0 .col-sm-6{
        padding-right: 20px!important;
    }
    .add_box0 .col-sm-6:last-child{
        padding-left: 20px!important;
        padding-right: 0!important;
    }
    .add_box0 .col-sm-4{
        padding-right: 30px!important;
    }
    /* 20180910 施工前写真が横に3つ並ぶエリアにて、右側だけ拡大していた為、コメントアウト
    .add_box0 .col-sm-4:last-child{
        padding-right: 10px!important;
    }
    */
}

/*==============================================================================
2018/02/16 追加
==============================================================================*/
.before_after_area{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.before_after_area .right_area{
    width: calc(50% - 20px);
}

.before_after_area .left_area{
    width: calc(50% - 20px);
    margin-right: 40px;
}

.before_after_area .left_area .after_img_area{
    position: relative;
    text-align: center;
    border: solid 1px #000000;
}
.before_after_area .left_area .after_img_area img{
    padding: 5px;
}

.before_after_area .left_area .after_img_area .after_ico{
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 6px 0 6px 0;
    background-color: #FECB04;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    width: 66px;
    z-index: 2;
}

.before_after_area .left_area .before_img_area{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    border: solid 1px #000000;
}
.before_after_area .left_area .before_img_area img{
    padding: 5px;
}

.before_after_area .left_area .before_img_area .before_ico{
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 6px 0 6px 0;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    width: 66px;
    z-index: 2;
}

.gallery_main_title{
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    margin-top: 20px;
}

@media screen and (max-width:767px){
    .before_after_area {
        display: block;
        margin-top: 20px;
    }
    .before_after_area .right_area{
        width: 100%;
        margin-top: 20px;
    }
    .before_after_area .left_area{
        width: 100%;
        margin-right: 0;
    }
    .before_after_area .left_area .before_img_area {
        margin-bottom: 20px;
    }
}


ul {
  list-style: none;
}

.slide-wrapper {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #5e6f84;
  padding: 0px 0;
  position: relative;

}
@media screen and (max-width:767px){
  .slide-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #5e6f84;
    padding: 0px 0;
    position: relative;

  }
}

.slide-title {
  font-size: 35px;
line-height: 47px;
margin-bottom: 15px;
margin-top:30px;
}

@media screen and (max-width:767px){
  .slide-title {
    font-size: 20px;
    line-height: 27px;
  }
}

.slide {
  display: inline-block;
  height: 327px;
  width: 100%;
background-color: white;
list-style: none;
    margin:0px;
     box-shadow: 2px 2px 4px gray;
     border: dotted 1px gray;
     border-radius: 10px;
}

.custom-control{
  width: 100%;
  position: relative;
}

.custom-next .bx-next{
  position: absolute;
  top: -329px;
  right: 0%;
  width: 4%;
  font-size: 40px;
  background-color: darkgrey;
  color: white;
  height: 330px;
  padding: 150px 0 0 0px;
  text-decoration:none;
}

.custom-prev .bx-prev{
  position: absolute;
  top: -329px;
  left: 0%;
  width: 4%;
  font-size: 40px;
  background-color: darkgrey;
  color: white;
  height: 330px;
  padding: 150px 0 0 0px;
  text-decoration:none;
}
.custom-prev:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.custom-next:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.pickupImg img{
  max-height: 163px;
 width: auto;
  max-width: 90%;
      height: auto;
          padding-top: 10px;
          padding-bottom:10px;

}

.pickupword{
  padding-left: 10px;
  text-align: left;
  /*text-indent: 1em;*/

}

.pickupContent{
  font-weight: bold;
  color: #ff921e;
  padding-left: 10px;
  text-align: left;
}
.pickupContent-sub{
  color: black;
  font-weight: normal;
  padding-left: 10px;
  text-align: left;
}

.detailText{
  font-weight: bold;
  color: #ff5722;
  padding-left: 10px;
  text-align: left;
  padding-top: 5px;

}

@media screen and (max-width:767px){
  .pickupword{
    padding-left: 10px;
    text-align: left;
    /*text-indent: 1em;*/
    font-size: 12px;
  }
  .pickupContent{
    font-weight: bold;
    color: #ff921e;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
  }
  .pickupContent-sub{
    color: black;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
  }
  .detailText{
    font-weight: bold;
    color: #ff5722;
    padding-left: 10px;
    text-align: left;
    font-size:12px;
    padding-top:5px;
  }

  .slide {
    display: inline-block;
    height: 260px;
    width: 100%;
    background-color: white;
    list-style: none;
    margin:0px;
    box-shadow: 2px 2px 4px gray;
    border: dotted 1px gray;
    border-radius: 10px;
    overflow: hidden;
  }

  .gallery_main_title{
    font-size: 20px;
  }
  .secDetails .txtName{
    font-size: 1.4em;
    line-height: 130%;
    margin: 0 0 30px 0;
  }
}

.pickupImg :hover img{
  opacity: 0.5;
 transition-duration: 0.3s;

}

/** リニューアルページ */
/* コンテンツエリア */
.new-blog-area {
    padding: 40px 0 0 0;
}
/* ページタイトル */
.new-commonTitPage {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}
.txtDate {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width:767px){
    /** リニューアルページ */
    /* コンテンツエリア */
    .new-blog-area {
        padding: 20px 0 0 0;
    }
    /* ページタイトル */
    .new-commonTitPage {
        font-size: 20px;
    }
    .txtDate {
        margin-top: 5px;
        margin-right: 0;
    }
}

/** 下部リンク */
.new-blog-area .secOtherLink {
    margin-top: 80px;
}
.new-blog-area .secOtherLink .link-list-wrap {
    text-align: center;
}
.new-blog-area .secOtherLink a {
    padding: 15px;
    background-color: #FFCB00;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 20px);
    max-width: 300px;
    text-align: center;
    position: relative;
}
.new-blog-area .secOtherLink a:hover {
    filter: brightness(1.1);
}
.new-blog-area .secOtherLink .linkBefore&gt;.arrow,.linkList&gt;.arrow {
    width: 8px;
    height: 10px;
    background: url(../images/new/arw_b_left.png) left no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
}
.new-blog-area .secOtherLink .linkAfter {
    float: right;
}
.new-blog-area .secOtherLink .linkAfter&gt;.arrow {
    width: 8px;
    height: 10px;
    background: url(../images/new/arw_b_right.png) right no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

@media only screen and (max-width:767px){
    /** 下部リンク */
    .new-blog-area .secOtherLink {
        margin-top: 40px;
    }
    .new-blog-area .secOtherLink .link-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .new-blog-area .secOtherLink .link-before-wrap {
        order: 1;
    }
    .new-blog-area .secOtherLink .link-list-wrap {
        order: 3;
        margin-top: 20px;
    }
    .new-blog-area .secOtherLink .link-after-wrap {
        order: 2;
    }
    .new-blog-area .secOtherLink a {
        font-size: 14px;
        width: calc(100% - 5px);
        max-width: none;
    }
    .new-blog-area .secOtherLink .link-list-wrap a{
        width: 100%;
    }
    .new-blog-area .secOtherLink .linkBefore&gt;.arrow,.linkList&gt;.arrow {
        background: url(../images/new/arw_b_left@2x.png) left no-repeat;
        background-size: contain;
    }
    .new-blog-area .secOtherLink .linkAfter&gt;.arrow {
        background: url(../images/new/arw_b_right@2x.png) right no-repeat;
        background-size: contain;
    }
}

.boxEditor table {
    border: none !important;
    width: 100%;
}

.boxEditor table tr, .boxEditor table th, .boxEditor table td {
    border: solid 1px #dbdbdb;
    padding: 8px 5px;
    vertical-align: middle;
}

.boxEditor table p {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .boxEditor table tbody, .boxEditor table tr, .boxEditor table th, .boxEditor table td {
        width: auto !important;
    }
    .boxEditor table .size-medium {
        max-width: 100%;
    }
    .boxEditor table .size-thumbnail {
        max-width: 100%;
    }
    .boxEditor table, .boxEditor tr, .boxEditor td {
        /* ユーザー側で高さを伸ばしてしまった場合の対策 */
        height: auto !important;
    }
}</pre></body></html>