@charset "utf-8";

/* *****共通設定***** */

html{
    overflow-x: hidden;
}

#page-top{ 
    padding-top: 60px; 
}

#page{ 
    padding-top: 110px; 
}



@media screen and (max-width: 768px) {
    html {
      overflow-x: hidden;
    }
  }

main{
    display: block;
    background-color: #fbfbf2;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 2.5rem; }
h2, h3{
   color: #401f0f;
}

@media screen and (max-width: 1140px) {
    h2{
        font-size:1.3rem;
     }
}

.gray {
    color: #6c757d;
}
.card{
    border: none;
    background: none;
    /* border-color: #e0c7b2; */
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #a29080;
    background-color: #401f0f;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #ffce11;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}

/* フッター */
#footer{
    background-color: #563322;
}
#footer .container{
    color: #e0c7b2;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    border-top: 1px solid #774831;
    background-color: #401f0f;
    color: #e0c7b2;
}
#footer img {
	width: 360px;
}

/* *****トップページ***** */
/* メイン画像 */
h1{
    font-weight: bold !important;
    color: #ffce11;
}

#page-top h1 + span {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}


#page-top .jumbotron-fluid{
    height: 640px;
    background-color:#00244B;
    /* border-bottom: #dddddd; */
    /* background: url("../img/top-main.jpg") no-repeat center center; */
    background-size:cover;
}

@media screen and (max-width: 1200px) {
    #page-top .jumbotron-fluid{
        height: 100%;
    }
}


#page-top .jumbotron-fluid .container{
    height: 100%;
}


#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #e0c7b2;
    background-color: #fbfbf2;
	padding: 5rem 0;
}
#page-top section:nth-child(odd){
    background-color: #e0c7b2;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#sec1 h3{
    font-size: 1.4rem;
}

#sec2 {
    line-height: 180%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
#sec4 .btn {
    width: 100%;
	background-color: #401f0f;
	border: none;
	padding: 1rem 0;
}

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
    margin-bottom: 0.1rem;
}
#sec5 article > div div header {
	padding: 10px;
}

/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #a29080;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #563322;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 2rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    border-bottom: #dddddd;
    background: url("../img/design_img.jpg") no-repeat top center,#00c305;
    background-size:contain;
    border-radius: initial;
    /* height: calc(450px); */
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}

.jumbotron{
    padding: calc(30% - 3rem) 2rem;
}

@media screen and (min-width: 1140px){
    
.jumbotron{
    padding: 15rem 2rem;
}
}



#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;	
}


#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}



/*背景動画*/
#video {
    min-width:100%;
    max-height:640px;
    overflow:hidden;
    display: flex;
    position: absolute;
    z-index:1;
    top: 60px;
    left: 0;
}
@media screen and (max-width: 1200px) {
    #video {
        position:static; 
        width: 100vw!important;
        height: 100%;
    }
}

 .coverTop {
    width: 80%;
    /* height:400px; */
    position: absolute;
    /* background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.164) 50%, rgba(0, 0, 0, 0.384) 50%); */
    background-size: 2px 2px;
    z-index:2;
  }

  /* *****デザイン制作料金表***** */
.shozai{
    background: #fff;
    text-align: center;
}
@media screen and (max-width:640px) {
    .shozai{
        width: 70%;
        margin: 0 auto;
    }
}

 /* ページ制作 料金表*/
 .ryokin_table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
  /* 	border:solid 1px #888888!important; */
  }
  
  .ryokin_table tr {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: .35em;
  }
  .ryokin_table th,
  .ryokin_table td {
    padding: 1em 10px 1em 1em;
      text-align:center;
       border:solid 1px #888888!important; 
  }
  
  
  .ryokin_table th:last-child,
  .ryokin_table td:last-child {
  /* 	border:solid 1px #888888!important; */
  }
  
  
  .ryokin_table th {
    font-size: .85em;
  }
  
  .ryokin_bg1a{
      background:#b8860b!important;
  }
  
  .ryokin_bg1b{
      background:#ede7dc!important;
  }
  
  .ryokin_bg2a{
      background:#B8B8B8!important;	
  }
  
  .ryokin_bg2b{
      background:#f0f0f0!important;	
  }
  
  .ryokin_bg3a{
      background:#D99A20!important;
  }
  
  .ryokin_bg3b{
      background:#ffe8c6!important;
  }
  
  .ryokin_bg4a{
      background:#315BDC!important;
  }
  
  .ryokin_bg4b{
      background:#ecf0ff!important;
  }
  
  .ryokin_table thead tr{
    background-color: #eee;
  }
  .txt{
     text-align: center;
     font-size: .85em;
  }
  .price{
     text-align: right;
  }
  
  .ryokin_midashi{
    
  }
  
  
  .mihon{
    margin-left: 20px;
    background: rgb(253, 255, 205);
      border-radius:10px;
      padding:2px 5px;
      border:1px solid #888;
  }
  
  
  @media screen and (max-width:960px) {
    .ryokin_table {
      border: 0;
      width:100%;
              border:none!important;
    }
    .ryokin_table th{
      background-color: #ffffff;
      display: block;
      border-right: none;
      white-space: nowrap;
    }
    .ryokin_table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .ryokin_table tr {
      display: block;
      margin-bottom: .625em;
    }
    
    .ryokin_table td {
      border-bottom: 1px solid #bbb;
      display: block;
      font-size: .8em;
      text-align: right;
      position: relative;
      padding: .625em .625em .625em 4em;
      border-right: none;
      white-space: nowrap;
    }
    
    .ryokin_table td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
    }
    
    .ryokin_table td:last-child {
      border-bottom: 0;
    }
    .txt{
     text-align: right;
     padding-right:20px;
  }
  }


  /*デザイン制作料金　流れ*/
  @media screen and (max-width:960px) {
  .card-img-top{
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
}