@charset "utf-8";
/* CSS Document */


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #2F0F09;
    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
}
p,h1,h2,h3{ margin: 0; }

h1,h2,h3{ font-family: 'Noto Sans JP', sans-serif;}

.sp_menu{ display: none;}

/*----header-----*/
.pc_menu {
    margin: 0;
    width: 100%; 
    height: 100px;
    background: #fff; 
    /*padding: 20px 0px 20px 50px; */
    box-sizing: border-box; /* padding分を含んで幅を100%にするため */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    z-index: 100000;
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
    display: flex; /* 中の要素を横並びにする */
    align-items: center; /* 中の要素を上下中央に並べる */
    justify-content: space-between;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 10px 0 10px 45px;
    overflow: hidden;
}

.pc_menu h1{ text-align: left;}

.pc_menu h1 img{ 
    width: 170px;
    margin-top: 10px;
    max-width: 100%;
}

.pc_menu .contact-btn{
    padding: 50px 40px;
    max-width: 150px;
    background: #2F0F09;
    color:#fff;
}

.pc_menu .contact-btn p{margin-top: 5px;}
.pc_menu .contact-btn img{ width: 50px;}

.pc_menu .gnav .menu {
    display: flex; /* 中の要素を横並びにする */
    justify-content: flex-end;
    align-items: center;
}

.pc_menu .gnav .menu li { list-style: none; /* リストの[・]を消す */}

.pc_menu a {
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-weight:bold;
    text-decoration: none;
    color: #2F0F09;
}
.pc_menu a:hover{ color:#C59E27; }
.pc_menu .gnav .menu li { margin-left: 40px;/* メニューそれぞれに間隔をあけるため */}

/*slide*/
.swiper-container{
    width: 100%;
    height: 100vh;
}

.swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.swiper-container{ position: relative;}

.catch{
    position: absolute;
    bottom: 20%;
    margin:0 auto;
    /*color: #2F0F09;*/
    color: #fff;
    padding: 20px 50px;
    /*-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
}

.catch h1{
    font-size: 3em;
    text-shadow:
    1px 0 0 #2F0F09,
    0 1px 0 #2F0F09,
    -1px 0 0 #2F0F09,
    0 -1px 0 #2F0F09
}

footer{ background: #EDEAE2;}
footer .inner{
    margin: 0 auto;
    max-width: 90%;
    width: 990px;
    padding: 60px 0 70px 0;
}

footer ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
}

footer li a{
    text-decoration: none;
    color: #2F0F09;
    font-weight: bold;
    font-size: 1.4em;
}

footer .flex_footer{
    display: flex;
}

footer .footer_item{ width: 50%;}
footer .footer_item p{font-size: 1.2em;}

footer .footer_img01 img{
    max-width: 360px;
}

footer .flex_footer{
    margin-top: 70px;
}

footer .footer_img02{
    background: #042D65;
}

footer .footer_img02 img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*トップ*/
.top_commit{
    background: #F9F9F6;
}

.top_commit .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 140px 0;
}

.tit{ text-align: center;}
.tit h1{ font-size: 2.4em;}

.tit p{
    font-size: 1.6em;
    color: #C59E27;
    font-weight: bold;
}

.commit_tit h2{
    display: inline-block;
    font-weight: bold;
    font-size: 1.8em;
    background: linear-gradient(transparent 62%, #C59E27 50%);
}

.commit_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}

.commit_item{
    width: 30%;
    text-align: center;
}

.commit_item img{ width: 270px;}

.top_btn{
    margin: 90px auto 0 auto;
    text-align: center;
}
.top_btn a{
    padding: 10px;
    display: block;
    max-width: 260px;
    border: solid 2px #2F0F09;
    text-decoration: none;
    color: #2F0F09;
    background: #fff;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.4em;
    border-radius: 50px;
}

.top_btn a:hover{
    color: #fff;
    background: #2F0F09;
}

.top_works{
    /*background: url("../img/background.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.top_works .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 140px 0;
}

.top_works_box{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.top_works_item{ width: 30%;}
.top_works_img,.top_works_item img{ width: 100%;}

.top_works_item dl h3{
    background: #EDEAE2;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
}
.top_works_section{
    background: #F9F9F6;
    margin-top: 20px;
    padding: 40px;
    text-align: center;
}
.top_works_section dd{
    margin:0px;
    font-size: 1.4em;
}
.top_works_section dt{
    font-size: 1.4em;
}

.top_water{ background: #F9F9F6;}
.top_water .inner{
    margin: 0 auto;
    width: 1400px;
    max-width: 90%;
    padding: 140px 0;
}

.top_water_box{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.top_water_img{ width: 60%;}

.top_water_img img{ width: 100%; border-radius: 20px;}

.top_water_text{
    width: 40%;
    position: absolute;
    top: 17%;
    right: 0;
    background: #fff;
    padding: 60px;
    border-radius: 30px;
}

.sp_br{ display: none;}

.top_water_text h2{
    display: inline-block;
    font-weight: bold;
    font-size: 1.8em;
    background: linear-gradient(transparent 62%, #C59E27 50%);
}

.top_water_text p{
    margin-top: 20px;
    font-size: 1.2em;
}

.top_contact{
    /*background: url("../img/background.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.top_contact .inner{
    margin: 0 auto;
    width: 1400px;
    max-width: 90%;
    padding: 120px 0;
}

.top_contact_box{
    background: #fff;
    border: 5px solid #C59E27;
    margin-top: 60px;
    padding: 80px;
    border-radius: 30px;
}

.flex_contact{
    display: flex;
    width: 100%;
}

.contact_item01,.contact_item02{ width: 50%;}

.contact_img{max-width: 300px;}
.contact_item01 img{ width: 100%;}

.contact_item01{border-right: solid 5px #EDEAE2;}
.contact_item01 p{ font-size: 1.4em; font-weight: 500;}
.contact_item02{ padding-left: 50px;}
.contact_item02 h3{ font-size: 3.4em;}

.top_btn_contact{ margin: 90px auto 0 auto;}
.top_contact_icon{padding-top: 10px; padding-right: 10px;}
.top_contact_icon img{ width:50px; }

.top_btn_contact a{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    border: solid 2px #2F0F09;
    background: #2F0F09;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.4em;
    border-radius: 60px
}

.top_btn_contact a:hover{
    border: solid 2px #2F0F09;
    background: #fff;
    color: #2F0F09;
}

.copyright{ text-align: center; margin-top: 60px;}

.inner_tit{ padding-top: 220px;}

.page_tit{
    max-width: 360px;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

.page_tit h1{ font-size: 2.5em;}
.page_tit p{ 
    font-size: 1.4em;
    color: #C59E27;
    font-weight: bold;
}

/*こだわり*/
.commitment_content01{background: #F9F9F6;}
.commitment_content01 .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 90px 0;
}

.comm_item_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 40px;
    padding: 50px 60px;
    box-sizing: border-box;
}

.comm_span_inner01,.comm_span_inner02,.comm_span_inner03{ position: relative;}

.comm_span01,.comm_span03{
    position: absolute;
    top: 30px;
    left: 30px;
}

.comm_span02{
    position: absolute;
    top: 0px;
    left: 30px;
}

.comm_span01 img{width: 150px; }
.comm_span02 img{width: 150px; }
.comm_span03 img{width: 150px; }

.comm_img{ width: 45%;}
.comm_img img{width: 100%; border-radius: 20px;}
.comm_text{
    width: 55%;
    box-sizing: border-box;
    padding-left: 40px;
}

.comm_text p{ font-size: 1.2em;}

.comm_text h2{
    display: inline-block;
    font-weight: bold;
    font-size: 1.8em;
    background: linear-gradient(transparent 62%, #C59E27 50%);
    margin-bottom: 20px;
}

.page_link{
    margin-top: 40px;
    text-align: center;
}

.page_link a{
    padding: 25px;
    display: inline-block;
    border: solid 2px #2F0F09;
    text-decoration: none;
    color: #2F0F09;
    background: #fff;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.4em;
    border-radius: 50px;
}

.page_link a:hover{
    color: #fff;
    background: #2F0F09;
}

/*施工事例*/
.works_content{
    /*background: url("../img/background.png");*/
    background-repeat: repeat-y repeat-x;
}

.works_page_head{
    background: #333 url("../img/works/works_page_head.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 475px;
}

.works_content .inner{
    margin: 0 auto;
    width: 1400px;
    max-width: 90%;
    padding: 120px 0 ;
    display: flex;
    justify-content: space-between;
}

.works_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    /*width: 1100px;*/
}

.works_item{ margin-bottom: 20px;}

.works_item dl h3{
    background: #EDEAE2;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
}
.works_section{
    background: #F9F9F6;
    margin-top: 20px;
    padding: 40px;
    text-align: center;
}

.works_section dd{
    margin:0px;
    font-size: 1.2em;
}

.works_section dt{ font-size: 1.2em;}

.works_img,.works_img img{width: 100%;}
.works_box .works_item{ width: 30%;}

.sp_background{ width: 17%;}
.works_category{
    width: 100%;
    /*width: 260px;*/
    text-align: center;
}

.works_category a{
    display: block;
    width: 100%;
    text-decoration: none;
    color:#2F0F09;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background: #EDEAE2;
    margin-top: 10px;
    box-sizing: border-box;
}

.works_category a:hover{
    background: #2F0F09;
    /*color: #C59E27;*/
    color: #fff;
}

.works_category ul{
    list-style: none;
    padding: 0;
}

.works_category h3{
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #C59E27;
    background: #fff;
    border-top: solid 4px #C59E27;
    border-bottom: solid 4px #C59E27;
}

.works_btn{ margin:15px 0; text-align: center;}
.works_btn a{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    border: solid 2px #2F0F09;
    background: #fff;
    text-decoration: none;
    color: #2F0F09;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.2em;
}

.works_btn a:hover{
    border: solid 2px #2F0F09;
    background: #2F0F09;
    color: #fff;
}

/*施工事例　ページネーション*/
.nav-links{
  padding:2em;
  display:flex;
  justify-content:center;
  background:#F9F9F6;
}
.nav-links a,.span{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:1.6em;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#2F0F09;
  transition:.3s;
}
.nav-links a:hover{
  background:#fff;
  color: #2F0F09;
  /*border-radius:100%;
  transform:rotate(360deg);*/
}
.current{
  background:#2F0F09;
  color: #fff;
}

.dots{ background:none;}


.works_detail_content .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 120px 0 120px 0;
}

/*施工事例　画像スライド*/

.swiper-wrapper{ height: 100vh;}
.slider{
    margin: 0 auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
ul{padding: 0; margin: 0;}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #2F0F09;
}

.slick-prev,.slick-next{
    width: 60px;
    height: 60px;
    background: #EDEAE2;
    backface-visibility: hidden;
    transition: opacity 0.3s;
    z-index: 99999;
}

.detail_text{
    background: #F9F9F6;
    padding: 40px;
    margin-top: 115px;
}

.detail_text .category{
    background: #EDEAE2;
    width: 100px;
    text-align: center;
    padding: 10px;
}

.works_tit_box{
    display: flex;
    align-items: center;
}

.works_tit{ margin-left: 20px; font-size: 1.4em;}

.works_comment{ margin-top: 20px;}
.works_comment p{ font-size: 1.2em;}

/*水車工房*/
.suisha_page_head{
    background: #333 url("../img/suisha/suisha_page_head.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 440px;
}
.suisha_content01{ background: #fff;}
.suisha_content01 .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 140px 0;
    text-align: center;
}

.suisha_tit_img{ max-width: 460px; margin: 0 auto;}
.suisha_tit_img img{ width: 100%;}

.suisha_content01 .inner h2{
    margin-top: 20px;
    font-size: 1.8em;
    color: #042D65;
}

.suisha_content02-l{
    background: #042D65 url("../img/suisha/back_img01.png");
    background-repeat: no-repeat;
    background-size: 300px 420px;
    background-position: bottom 40px left;
}

.suisha_content02-r{
    background:  url("../img/suisha/back_img02.png");
    background-repeat: no-repeat;
    background-size: 300px 420px;
    background-position: top 40px right;
}

.suisha_content02-l .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 140px 0;
    text-align: center;
}

.suisha_box{
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
}

.ss_flex_img{
    display: flex;
    justify-content: space-between;
}

.ss_item_img{ width: 49%;}
.ss_item_img img{ width: 100%;}

.ss_text{
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.ss_text p{ font-size: 1.2em;}

.suisha_content03{
    /*background: url("../img/suisha/suisha_background.png");*/
    background-size: cover;
    background-repeat: no-repeat;
}

.suisha_content03 .inner{
    margin: 0 auto;
    width: 1400px;
    max-width: 90%;
    padding: 140px 0;
    text-align: center;
}

.price_tit h2{
    display: inline-block;
    font-weight: bold;
    font-size: 2.4em;
    background: linear-gradient(transparent 62%, #C59E27 50%);
}

.price_flex{
    display: flex;
    justify-content: space-between;
}

.price_item{
    margin-top: 60px;
    width: 30%;
    border: 1px solid #2F0F09;
}

.p_item_img{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.size{
    position: absolute;
    top: 0;
    left: 0;
    background: #C59E27;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 1.4em;
}

.p_item_img img{width: 100%; margin-top: 45px;}

.p_item_text{
    background: #F9F9F6;
    padding: 25px;
}

.p_item_text ul{
    list-style: none;
    text-align: left;
    font-size: 1.3em;
}

.suisha_contact{ background: #F9F9F6;}

.suisha_contact .inner{
    margin: 0 auto;
    max-width: 90%;
    width: 1400px;
    padding: 120px 0;
}

.suisha_contact_box{
    background: #fff;
    margin-top: 60px;
    padding: 80px;
    border: 5px solid #C59E27;
    border-radius: 30px;
}

.flex_contact{
    display: flex;
    width: 100%;
}

.contact_item01,.contact_item02{ width: 50%;}

.suisha_contact_box .contact_img{max-width: 430px;}
.contact_item01 img{ width: 100%;}

.contact_item01{border-right: solid 5px #EDEAE2;}
.contact_item01 p{ font-size: 1.4em; font-weight: 500; line-height: 1.3;}
.contact_item02{ padding-left: 50px;}
.contact_item02 h3{ font-size: 3em;}

.suisha_btn_contact{
    margin: 90px auto 0 auto;
}
.top_contact_icon{padding-top: 10px; padding-right: 10px;}
.top_contact_icon img{ width:50px; }

.suisha_btn_contact a{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    border: solid 2px #042D65;
    background: #042D65;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.4em;
}

.suisha_btn_contact a:hover{
    border: solid 2px #042D65;
    background: #fff;
    color: #042D65;
}

/*会社概要*/

.company_page_head{
    background: #333 url("../img/company/company_page_head.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 475px;
}

.commitment_page_head{
    background: #333 url("../img/commitment/commitment_page_head.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 475px;
}

.company_content{ background: #F9F9F6;}

.company_content .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 90px 0;
}

.company_box {
    background: #fff;
    width: 100%;
    padding: 60px 40px 40px 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.company_box th{
    background: #EDEAE2;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.company_box td {
    border-bottom: solid 2px #EDEAE2;
    padding: 20px;
    font-size: 1.2em;
}

.g_map{
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 60px 40px;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.mail-content{
    padding: 90px 0;
    background: #F9F9F6;
}

.contact_page_head{
    background: #333 url("../img/contact/contact_page_head.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 475px;
}

.main_imgBox {
    height: 680px;
    overflow: hidden;
    position: relative; 
}

.posted_content{ background: #F9F9F6;}
.posted_content .inner{
    margin: 0 auto;
    width: 1140px;
    max-width: 90%;
    padding: 90px 0;
}
.textBox{
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 50px;
    box-sizing: border-box;
}

.telBox{
    background: #C59E27;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
}
.telBox h2{ font-size: 2.4em;}
.telBox p{ font-size: 1.4em;}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img img{
  display: block;
}


