
.sptext p{
    color: white; 
    text-align: left;
    padding: 10px;
    font-size: 13px; 
    background-color: rgba(0, 0, 0, 0.5);
    ;
}

.sptext img{
    padding-top: 18px
}




* {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .desktop-only {
      display: none;
    }
  }



  .desktop-only {
    min-width: 768px;
  }

body {
    color: #333;
    font-family: "Yu Mincho", "YuMincho", serif;
    line-height: 1.6;
}

li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pc1000 {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
  }

  .spsetumei {
    padding: 10px;
    margin: 0 auto;
    align-items: center;
  }

  .pc800 {
    max-width: 800px;
    margin: 0 auto;
  }

  .pc600 {
    max-width: 600px;
    margin: 0 auto;
  }

  .pc {
    max-width: 1000px;
    margin: 0 auto;
  }

.sp {
    display: none;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

/*header pc ------------------------------------------------*/

.header{
    width: 100%;
    margin: 0 auto;
    padding:20px 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 68px;
}

.header .flex{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px;
}

.header .flex .left img{
    width: 100px;
}

.header .contact_btn{
    padding: 10px;
    background-color: #333;
    color:#fff;
    border: 1px solid #333;
}


.header .contact_btn:hover{
    background-color: #fff;
    color:#333;
    border: 1px solid #333;
    transition-duration: 0.3s;
}

/*------------------------------------------------ header pc */

.fv{
    margin-top: 70px;
}

.inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.read .box{
    margin: 100px 0;
}

.comfortable .title{
    text-align: center;
}

.comfortable .sub_title{
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color:#5d3534;
    margin-bottom: 20px;
}

.comfortable1{
    background-image: url(../img/wood_bg.jpg);
    background-size: cover;
    padding:60px 0;
}

.comfortable1 .title{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 40px;

}

.comfortable .title img{
    margin: 0 auto;
}

.comfortable1 .box img{
    margin: 0 auto;
}

.comfortable1 .number{
    font-size: 40px;
    font-weight: bold;
    color:#fff;

}

.comfortable1 .content{
    display: flex;
    justify-content: center;
}

.comfortable1 .content .left{
    margin-right: 5px;
}

.dannetu .box{
    text-align: center;
    margin-top: 20px;
}

.dannetu .text_box{
    background-color: #fff;
    color: #333;
    padding: 20px;
    border:solid 5px #5d3534;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.8rem;
}

.comfortable2{
    background-image: url(../img/coffee_bg.jpg);
    background-size: cover;
    padding:60px 0;
}

.comfortable2 .title{
    font-size: 24px;
    font-weight: bold;
    color:#5d3534;
    margin-bottom: 40px;

}

.comfortable2 .number{
    font-size: 40px;
    font-weight: bold;
    color:#5d3534;

}

.comfortable2 .content{
    display: flex;
    justify-content: center;
}

.comfortable2 .content .left{
    margin-right: 5px;
}

.coffee-style .text{
    text-align: center;
    color: #5d3534;
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
}

.scene .text{
    text-align: center;
    color: #fff;
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
}


.spec{
    padding: 60px 0;
}

.spec .title{
    text-align: center;
}

.spec .box{
    text-align: center;
    margin-top: 40px;
}

.spec .title img{
    margin: 0 auto;
}

.cta{
    text-align: center;
}

.cta .text{
    font-size: 20px;
    font-weight: bold;
}



.cta .cta_btn{
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.cta .cta_btn a{
    background-color: #fead00;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    
}

.cta .cta_btn a:hover{
    opacity: 0.8;
    
}

.footer .content{
    background-color: #333;
    text-align: center;
    margin-top: 40px;
    padding: 5px 0;
    color: #fff;
}

.footer .content a{
    color: #fff;
}

.footer .content a:hover{
    opacity: 0.8;
}

.works {
    margin: 100px 0;
}

.works .title{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 24px;
}

.works .text{
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
}

.works .img_box{
    text-align: center;
}


.works .cta{
    margin-top: 30px;
}

.works .cta a{
    background-color: #fead00;
    color:#fff;
    font-size: 16px;
    padding:10px;
    display: inline-block;
    width: 300px;
    font-weight: bold;
}

.works .cta a:hover{
    opacity: 0.7;
}

.voice {
    margin: 100px 0;
}

.voice .title{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 24px;
}

.voice .text{
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
}

.voice .img_box{
    text-align: center;
}


.voice .cta{
    margin-top: 30px;
}

.voice .cta a{
    background-color: #fead00;
    color:#fff;
    font-size: 16px;
    padding:10px;
    display: inline-block;
    width: 300px;
    font-weight: bold;
}

.voice .cta a:hover{
    opacity: 0.7;
}

.banner{
    text-align: center;
    margin-top: 40px;
}


.banner .list .items{
    margin-top: 10px;
}

.banner .list .items a:hover{
    opacity: 0.8;
}


.fixed-bottom-right {
    display: block !important;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9999;
  }

  .fixed-bottom-right.show {
    opacity: 1; /* 表示させるために不透明にする */
    pointer-events: auto; /* クリックイベントを有効にする */
  }

@media screen and (max-width: 768px) {

    .pc {
        display: none;
        
    }
    
    .sp {
        display: block;
    }
    
    .br_pc {
        display: none;
    }
    
    .br_sp {
        display: block;
    }

    .inner{
        width: 90%;
    }

    .fv{
        margin-top: 60px;
    }

    .fv .text{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
    }


    .image-container3 {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
      }
      
      .image-container3 a {
        display: block; /* インライン要素からブロック要素に変更 */
      }
    
    
      
      
      .image-container3 img {
        max-width: 100%; /* 幅を親要素に合わせる */
        height: auto;
      }

    .read .box{
        margin: 50px 0;
    }


    .comfortable{
        margin: 80px 0;
    }

    .comfortable .title img{
        width: 80%;
    }


.comfortable1{
    padding: 40px 0;
}



.comfortable2{
    padding: 40px 0;
}


.dannetu .text_box{
    text-align: left;
}

.comfortable1 .title{
    font-size: 20px;
}


.comfortable1 .content{
    flex-direction: column;
}

.comfortable1 .content .left{
    margin: 0;
}

.comfortable1 .content .right{
    margin-top: 10px;
}


.comfortable2 .content{
    flex-direction: column;
}

.comfortable2 .content .left{
    margin: 0;
}

.comfortable2 .content .right{
    margin-top: 10px;
}

.comfortable2 .title{
    font-size: 20px;
}

.coffee-style .text{
    font-size: 16px;
}

.scene .text{
    font-size: 16px;
}

.plan .box{
    margin-top: 10px;
}

.spec{
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0;
}

.spec .title img{
    width: 80%;
}

.cta .text{
    font-size: 16px;
}

.cta .cta_btn{
    max-width: 350px;
}

#footerbutton {
    bottom: 0;
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#footerbutton #telbutton a {
    background-color: #0e337a;
    color: #fff;
    color: #fff;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 65px;
    left: 　0;
    line-height: 65px;
    position: absolute;
    text-align: center;
    width: 50%;
}
#footerbutton #contactbutton a {
    background-color: #f9a622;
    color: #fff;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50%;
}

.works{
    margin: 60px 0;
}

.voice {
    margin: 60px 0;
}

.spec{
    text-align: center;
}

.spec .img_box{
    margin: 0 auto;
    margin-top: 40px;
    width: 90%;
}


/* *************************************
    header
************************************* */
#header {
    background: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header .inner {
    position: relative;
    text-align: center;
    width: 100%;
}
#header .inner #logo {
    height: 45px;
    line-height: 20px;
    padding-top: 18px;
}
#header .inner #logo img {
    vertical-align: middle;
    width: 75px;
}
/* #header .inner #linkButton {
    left: 20px;
    position: absolute;
    top: 18px;
    width: 25px;
} */
#header .inner #menuButton {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 25px;
}

/* *******************************************
    gNavi
**************************** */
#gNavi, #gLink {
    height: 100%;
    opacity: 0.92;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
#gNavi.open, #gLink.open {
    pointer-events: all;
    position: fixed;
}
#gNavi > ul, #gLink > ul {
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 60px;
    overflow: auto;
}
#gNavi > ul > li, #gLink > ul > li {
    border-bottom: 1px solid #000;
    width: 50%;
}
#gNavi > ul > li:last-child, #gLink > ul > li:last-child {
    border: 0;
    list-style: none;
}
#gNavi > ul > li:nth-child(odd), #gLink > ul > li:nth-child(odd) {
    border-right: 1px solid #000;
}
#gNavi.open ul, #gLink.open ul {
    opacity: 1.0;
}
#gNavi.open ul li, #gLink.open ul li {
    opacity: 1.0;
}

#gLink {
    margin-top: -240px;
    transition: 0.3s;
}
#gLink ul li:nth-child(5) {
    border-bottom: none;
}
#gLink ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10%;
}
#gLink ul li:nth-child(1) img {
    padding-top: 10px;
    width: 111px;
}
#gLink ul li:nth-child(2) img {
    padding-top: 15px;
    width: 107px;
}
#gLink ul li:nth-child(3) img {
    padding-top: 15px;
    width: 129px;
}
#gLink ul li:nth-child(4) img {
    padding-top: 8px;
    width: 103px;
}
#gLink ul li:nth-child(5) img {
    padding-top: 16px;
    width: 120px;
}
#gLink.open {
    margin-top: 0;
}

#gNavi {
    margin-top: -367px;
    transition: 0.3s;
}
#gNavi ul li {
    font-size: 12px;
}
#gNavi ul li:nth-child(11) {
    border-bottom: none;
}
#gNavi ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10%;
}
#gNavi ul li:nth-child(1) img {
    width: 111px;
}
#gNavi ul li:nth-child(2) img {
    width: 107px;
}
#gNavi ul li:nth-child(3) img {
    width: 129px;
}
#gNavi ul li:nth-child(4) img {
    width: 103px;
}
#gNavi ul li:nth-child(5) img {
    width: 120px;
}
#gNavi.open {
    margin-top: 0;
}

#overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 120%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
#overlay.open {
    opacity: 1;
    visibility: visible;
}


.header_tel_btn {
    left: 18px;
    position: absolute;
    top: 13px;
    width: 35px;
}




}

@media screen and (max-width: 375px) {

    .cta .text{
        font-size: 14px;
    }
    .cta .cta_btn{
        max-width: 300px;
    }

}


p {
    max-width: 800px;
    margin: 0 auto;
  }

  div[style="display: inline-block; text-align: left;"] {
    width: 45%; /* 2つの質問を横に並べるために、幅を半分に設定 */
    vertical-align: top; /* 縦の位置を揃えるために、上部に揃えるように設定 */
    margin: 0 2%; /* 2つの質問の間に余白を設ける */
  }



  .me {
    background-image: url("http://deccs.co.jp/cms/wp-content/uploads/2023/04/837bb668ed2b2b35259f3b9e7ef21305.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
  }

  #me {
    background-image: url("http://deccs.co.jp/cms/wp-content/uploads/2023/04/837bb668ed2b2b35259f3b9e7ef21305.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }




.full-screen-background {
  background-image: url(http://deccs.co.jp/cms/wp-content/uploads/2023/04/cfa8b3e1fa50b36f2dba85e72feba21e.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1600px;
}

.full-screen-background2 {
    background-image: url(http://deccs.co.jp/cms/wp-content/uploads/2023/04/2222-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1200px;
  }


  .full-screen-background3 {
    background-image: url(http://deccs.co.jp/cms/wp-content/uploads/2023/04/kabegami-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1230px;
  }
  

  .full-screen-background4 {
    background-image: url(http://deccs.co.jp/cms/wp-content/uploads/2023/04/e76b5fe79b56bd1a8f23efb1f8c57894.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1230px;
  }