/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
}
/*ハンバーガーメニュー*/
#menu{
    display: none;
}
nav.menu            { width:25px; height:30px; top: 80px; right:10px; position:fixed; cursor:pointer; overflow:hidden; z-index:9999; }
nav .menu1          { width:25px; height:2px; background-color: #000; top:0px; position:absolute; } 
nav .menu2          { width:25px; height:2px; background-color: #000; top:8px; position:absolute; } 
nav .menu3          { width:25px; height:2px; background-color: #000; top:16px; position:absolute; }

nav .menu1,nav .menu2,nav .menu3
                    { transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
                     -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }

nav .menuclick1        { top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); -webkit-transform: rotate(405deg);
                    -ms-transform: rotate(405deg); transform: rotate(405deg); }
nav .menuclick2     { background-color:rgba(255,255,255,0);  }
nav .menuclick3     { top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
                    -webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); }
/*ハンバーガーメニューおっわり*/


.bg-img{
     background: url(../images/bg-img.png) no-repeat;
    padding: 0px;
    background-position: top right;
}
/*トップページ*/
.top-logo a img{
    transition: all .6s;
}
.top-logo a img:hover{
    opacity: .5;
    }
.tel{
    float: right;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.wrap{
    padding-bottom: 30px;
}
.contact-jap{
    float: right;
}
.nav-top ul li{
    display: inline-block;
    list-style: none;
}
.nav-top ul{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
}
#header {
  height: 123px;
}
#header .fixheader {
  position: absolute;
  width: 100%;
  top: 0px;
}
#header.fixed .fixheader {
  position: fixed;
  top: 0px;
  z-index: 1;
  background-color: rgba(255,255,255,.8);
}
.menu{
    list-style: none;
    font-size: 17px;
    margin:0;
    padding: 0;
    margin-bottom: 40px;
}
.img-full{
    width: 100%;
}
.menu li{
    padding: 5px 0;
}
.menu li a{
    display: block;
    padding: 5px 0;
}
.menu li a:hover{
    opacity: 0.3;
}
.said-tel{
    padding-left: 5px;
}
.side-menu{
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.border-left{
    border-left: 1px solid #333;
    padding-left: 80px;
    margin-bottom: 30px;
    padding-top: 30px;
}
.footer-tel{
    padding-left: 50px;
}
.footer{
    border-top: 1px solid #333;
}
span.time{
    color: #ccc;
    font-size: 15px;
}
.news-text{
    font-size: 15px;
}
.osusume-midashi{
    border-left: 5px solid #0e6c92;
    padding-left: 10px;
    font-size: 15px;
}
.osusume-text{
    font-size: 15px;
}
.more-btn{
    float: right;
    padding: 0;
    margin-top: 15px;
}
.top-sub-midashi{
    float: left;
    font-size: 20px;
    font-weight: normal;
}
.top-sub-midashi-wrap:after{
    content: "";
    display: block;
    clear: both;
}
hr.midashi-bottom{
    padding-top: 0;
    margin-top: 0;
    border: 0;
    border-top: 1px solid #0e6c92;
}
.bukken{
    padding-bottom: 30px;
}
.footer-tel{
    float: left;
}
.footer-list{
    float: right;
    padding-top: 30px;
}
.footer-list ul.main-list li,.sub-list li{
    list-style: none;
    display: inline-block;
    border-right: 1px solid #333;
    padding: 0 20px;
}
.footer-list ul.main-list li a{
    color: #0e6c92;
}
.footer-list ul.main-list li:last-child{
    border: none;
}
.sub-list{
    float: right;
    padding-top: 50px;
}
.sub-list li{
    border:none;
}
.credit p{ 
    clear: both;
    text-align:center;
    font-size: 13px;
    color: #999;
}
dl.news-day dt,dl.news-day dd{
    display: table-cell;
    vertical-align: top;
}
dl.news-day dt{
    padding: 2px 5px;
    color: #0e6c92;
    background-color: #d1e3e8;
    font-weight: normal;
    border:solid .5px #9fc4d3;
}
dl.news-day dd{
    padding: 2px 5px 2px 10px;
}
dl.news-day.line{
    float: left;
    padding-right: 40px;
}
/*パンくず*/
#topicPath{
    list-style: none;
    padding: 0;
    margin:0;
    border-bottom: 1px solid #333;
    display: inline-block;
    border-left: 1px solid #333;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-right: 15px;
}
#topicPath li{
    display: inline-block;
    }
#topicPath li a{
    color: #fdce2f;
    }   
.pan-bg{
    background-image: url(../images/wall4.png);
    padding: 0px;
    background-position: top;
}
/*パンくず*/
/*トップページ終わり*/
/*施工事例*/
.kouhou{
    font-size: 18px;
    font-weight: normal;
    color: #999;
}
.logo-yoko{
    padding-top: 20px;
    padding-left: 40px;
}
#globalNavi{
}
#globalNavi.fixed {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    width: 100%;
    height: 70px;
}
#globalNavi ul,#globalNavi.fixed ul{
}
#globalNavi.fixed ul{
    margin-top: -20px;
}
.top-bg{
     background: url(../images/dark_embroidery.png) repeat center center;
    display: table;
     background-attachment:fixed;
    width: 100%;
    height: 100px;
    position: relative;
    margin-top: 30px;
}
.kasou-midashi-naka{
     position: absolute;
    margin:0 auto;
    right: 0;
    left: 0;
    top: 30px;
    text-align:center;
    width: 200px;
}

.kasou-midashi{
    position: absolute;
    margin:0 auto;
    right: 0;
    left: 0;
    top: -10px;
    text-align:center;
    width: 120px;
}
.kasou-midashi img{
    width: 100%;
}
.kasou-midashi{
    -webkit-animation: spin1 30s linear infinite;
    -moz-animation: spin1 30s linear infinite;
    -ms-animation: spin1 30s linear infinite;
    -o-animation: spin1 30s linear infinite;
    animation: spin1 30s linear infinite;
}

@-webkit-keyframes spin1 {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin1 {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.kazari-r{
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.kazari-l{
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
/*施工事例終わり*/
/*会社案内*/
.daihyou-aisathu{
    font-size: 15px;
}
.company-hr{
    border:0;
    border-bottom:medium double #0e6c92;
    padding-top: 0;
    margin-top: 0;
}
.company-midashi{
    padding-top: 30px;
    padding-bottom: 5px;
}
#gaiyou th,#enkaku th{
    width: 150px;
}
.access-text{
    font-size: 2.6rem;
    line-height: 1.38;
}
.google-map{
    margin-top: 20px;
}
.google-map a{
    background-color: #f1ab3e;
    padding:7px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    transition: all .3s;
}
.google-map a:hover{
    text-decoration: none;
    color: #f1ab3e;
    background-color: #fff;
}
#daihyou,#access{
    position: relative;
    top: -100px;
}
/*会社案内終わり*/
/*家づくり*/
.tukuri-text{
   font-size: 15px; 
   line-height: 1.5em;
   margin-bottom: 30px;
}
.tukuri-text.haba{
    width: 50%;
   float: left;
}
.company-hr.haba{
    width: 50%;
}
.flow-img{
    width: 100%;
}
.gra{
    width: 50%;
    height: 90%;
    position: absolute;
   right: 2%;
   top: 2%;
   z-index: -100;
background: linear-gradient(324deg, #a1c4fd, #c2e9fb);
background-size: 400% 400%;

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:4% 0%}
    50%{background-position:97% 100%}
    100%{background-position:4% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:4% 0%}
    50%{background-position:97% 100%}
    100%{background-position:4% 0%}
}
@keyframes AnimationName { 
    0%{background-position:4% 0%}
    50%{background-position:97% 100%}
    100%{background-position:4% 0%}
}



.work-flow{
    position: relative;
}
 {
    position: absolute;
    top:8.3%;
    left: 1.3%;
    height: 83%;
  -webkit-animation: spin 1.5s infinite;
  animation: spin 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotateY(0deg);}
    100% {-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotateY(0deg);}
    100% {-moz-transform: rotateY(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotateY(0deg);}
    100% {-ms-transform: rotateY(360deg);}
}
@-o-keyframes spin {
    0% {-o-transform: rotateY(0deg);}
    100% {-o-transform: rotateY(360deg);}
}
@keyframes spin {
    0% {transform: rotateY(0deg);}
    100% {transform: rotateY(360deg);}
}
.kouhou-txt{
    width: 60%;
    float: left;
}
.koouhou-img{
    width: 25%;
    float: left;
    margin-left: 50px;
}
.koouhou-img img{
    width: 100%;
    padding-left: 20px;
}
.kouhou-wrap:after{
    display: block;
    clear: both;
    content: "";
}
#osusume,#news,#company-gaiyou,#company-enkaku,#kodawari,#kouhou,#nagare{
    position: relative;
    top: -100px;
}
.kiso-sekou-midashi{
    font-size: 17px;
    font-weight: normal;
    padding: 5px 7px;
    border:1px solid #0e6c92;
    display: inline-block;
    margin-top: 0;
}

/*家づくり終わり*/
/*不動産物件*/
.making-midashi{
    padding-top: 30px;
    padding-bottom: 5px;
}
.hudousan-coment{
    padding: 5px 10px;
    color: #fff;
    background-color: #0e6c92;
    display: inline-block;
    font-size: 15px;
}
.img-wrap{
    display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.hudousan-img{
     display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 10px;
}
.hudousan-img img{
    width: 100%;
}
.hudousan-text{
    font-size: 15px;
}

dl.koumoku dt,dl.koumoku dd{
    display: table-cell;
    vertical-align: top;
}
dl.koumoku dt{
    padding: 2px 5px;
    color: #0e6c92;
    background-color: #d1e3e8;
    font-weight: normal;
    border:solid .5px #9fc4d3;
}
dl.koumoku dd{
    padding: 2px 5px 2px 10px;
}
dl.koumoku.line{
    float: left;
    padding-right: 40px;
}
.hudousan-wrap:after{
    content: "";
    display: block;
    clear: both;
}
.hudousan-top:after{
    content: "";
    display: block;
    clear: both;
}
.hudousan-top{
    padding-bottom: 20px;
    background-color: #333;
    padding:20px;
    border-radius: 7px 7px 0 0;
}
.tochimei{
    float: left;
    color: #fff;
}
.contact-btn{
    float: right;
    margin-top:     10px;
    font-size: 20px;
}
.contact-btn:hover{
    text-decoration: none;
    color: #fff;
}
.contact-btn:after{
    content: "";
    display: block;
    clear: both;
}
.square_btn{
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
}

.square_btn:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.hudousan-wrapper{
    border:1px solid #666;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 0px;
}
.hudousan-wrap-all{
    padding:20px;
}
.chousei{
    padding:15px;
}
.navbar-brand{
    height: auto;
}
.navbar-brand.sp-tel{
    text-align:center;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.sp-tel-fixed{
    background-color: rgba(0,0,0,.6);
}
.sp-tel-btn{
    padding: 10px;
    float: left;
    width: 50%;
    display: block;
}
.navbar-header{
    width: auto;
    margin:0 auto;
}
.square_btn-orange{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}

.square_btn-orange:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.square_btn-blue{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
  }

.square_btn-blue:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
/*不動産物件終わり*/
/*ニュース一覧*/
.news-day{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 10px;
}
.news-test{
    font-size: 15px;
}

dl.news-day dd a{
    font-size: 17px;
    color: #0e6c92;
}
/*ニュース一覧*/
/*ニュース*/
#up_ymd{
    text-align:right;
    padding-bottom: 10px;
}
.news-wrap{
    min-height: 500px;
}
.news-img-wrap{
    width: 60%;
    padding-top: 20px;
}
.news-img-wrap img{
    width: 100%;
}
/*ニュース*/
/*お問い合わせ*/
.contact{
    margin: 50px 0 0; 
}
.contact-wrap{
    padding-top: 30px;
}
/*お問い合わせ*/
/*サイトマップ*/
.sitemap-wrap{
    margin-bottom: 50px;
}
ul.site-map li{
    list-style: none;
    line-height: 180%;
}
.sub-list li a{
    color: #888;
    font-size: 12px;
}
/*サイトマップ*/
@media(max-width:767px) {
   .kiso-sekou-midashi{
    margin-top: 30px;
   }
   .tukuri-text.haba{
    width: 100%;
   float: left;
    }
    .company-hr.haba{
    width: 100%;
    }
    .bg-img{
        background: none;
    }
}
@media(min-width:415px) {
   .kiso-sp{
    display: none;
    }
   .kiso-w img{    
    width: 100%;
    padding:50px 130px 0px 50px;
    }
    .kiso-w{
        margin-bottom: 30px;
    }
}
@media(max-width:414px) {
   .kiso-pc{
    display: none;
   }
   .kiso-w img{
    width: 100%;
    padding: 30px 0px 20px 0px;
   }
   .kiso-sekou-midashi{
    margin-top: 10px;
   }
}
@media(min-width:768px) {
   .pc-none{
    display: none;
   }
}

@media(max-width:990px) {
    .news-img-wrap{
    width: 100%;
    padding-top: 20px;
}
/*パンくず*/
#topicPath{
    list-style: none;
    padding: 0;
    margin:0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-right: 15px;
}
#topicPath li{
    display: inline-block;
    }
#topicPath li a{
    color: #fdce2f;
    }   
.pan-bg{
    background-image: url(../images/wall4.png);
    padding: 0px;
    background-position: top;
}
.flow-img{
    width: 100%;
}
/*パンくず*/


@media(max-width:990px) {
    #globalNavi ul li{
        width: 15%;
    }
    #globalNavi ul li a img{
        width: 100%;
    }
    .side-menu-tb{
        display: none;
    }
    .border-left{
        border-left: 0px solid #333;
        padding-left: 15px;
        margin-bottom: 30px;
    }
    dl.news-day dt,dl.news-day dd{
    display: table-cell;
    vertical-align: top;
    }
    dl.news-day dt{
        padding: 2px 5px;
        color: #0e6c92;
        background-color: #fff;
        font-weight: normal;
        border:solid .5px #fff;
        width: 100%;
        display: block;
    }
    dl.news-day dd{
        padding: 2px 5px 2px 5px;
    }
    dl.news-day.line{
        float: left;
        padding-right: 40px;
}
}



section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}



@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
    .sp-none{
        display: none;
    }
    .tel{
        padding-bottom: 0;
    }
    .footer-tel img{
        width: 100%;
    }
    .footer-tel{
    padding-left: 0px;
    }
    .logo-yoko{
        width: 70%;
        padding: 0;
        padding-bottom: 20px;
    }
    .tel{
        float: none;
         padding: 0px;
    }
    .sp-headder{
        margin-bottom: 30px;
        margin-top: 80px;
    }
    .top-bg{
        margin:0;
    }
        .footer-list ul.main-list li a{
        color: #0e6c92;
        font-size: 13px;
    }
    .main-list{
        padding: 0;
        margin:0;
    }
    .daihyou-aisathu{
    font-size: 13px;
    }
    .footer-list{
        clear: both;
        float:none;
        text-align:center;
    }
    .footer-list ul.main-list li{
    list-style: none;
    display: block;
    width: 100%;
    border-bottom:1px solid;
    border-color: #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    border-right: none;
    padding: 0px 0px;
    }
    .footer-list ul.main-list{
        width: 100%;
        background-color: #222;
    }
    .footer-list ul.main-list li a{
        color: #fff;
        padding: 20px 0;
        display: block;
    }
    .footer-list ul.main-list li:last-child{
        border: none;
    }
    .sub-list{
        float: none;
        padding-top: 50px;
    }
    .sub-list li{
        border:none;
    }
    .footer{
        padding: 0;
    }
    .kouhou-txt{
    width: 100%;
    float: left;
    }
    .koouhou-img{
        width: 50%;
        float: none;
        margin:0 auto;
        margin-left: auto;
    }
    .koouhou-img img{
        width: 100%;
        padding-left: 20px;
    }
    .kouhou-wrap:after{
        display: block;
        clear: both;
        content: "";
    }
    }
@media(max-width:415px) {
    .koouhou-img{
        width: 80%;
        float: none;
        clear: left;
        display: block;
        margin:0 auto;
        margin-left: auto;
        margin-top: 50px;
    }
    .kouhou-txt{
        margin-bottom: 30px;
    }
    .bottom-chousei{
        margin-bottom: 50px;
    }
    .tukuri-text{
   font-size: 13px; 
   line-height: 1.5em;
}
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

