@charset "utf-8";
body{
    background-color: rgba(64, 34, 15, 0.1);
}
/* ヘッダー */
.he_top{
    background-image: url(../image/top-egakihoru.jpg);
}
/* トップ キャッチコピーエリア */
.conA{
    left: 25%;
}
.sub-catch-copy{
    font-size: 0.9rem;
    letter-spacing: .1rem; 
}
.catch-copy{
    line-height: 2rem;
}

/* 描き彫る */
.process{
    padding: 5% 0;
    margin: 0 auto;
    max-width: 1000px;
}
.process01{
    background-image: url(../image/back-image02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pro-movie{
    margin: 5rem auto;
    text-align: center;
}
.pro-fir-cap{
    margin: 30px auto;
    color: rgb(64, 34, 15);
    padding: 0 1rem;
}
.pro-heading{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.pro-heading img{
    width: 100%;
} 
/* 暦材見出し */
.rekizai-process-fin{
    width: 100vw;
    height: 30vh;
    background-image: url(../image/inzai-top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.rekizai-process-fin02{
    width: 100vw;
    height: 30vh;
    background-image: url(../image/top-inzai.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/* 画像を暗くするオーバーレイ */
.rekizai-process-fin::after{
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.5);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }
  .rekizai-process-fin02::after{
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.5);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }
.rekizai-con{
    position: absolute;
    color: rgba(255,255,255,1);
    top: 50%;
    left: 50%; 
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.process02{
    background-color: rgba(255,255,255,1);
}
.rekizai{
    padding: 5rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: rgb(64, 34, 15);
    margin: 10px auto;
    /* background-color: rgba(64, 34, 15, 0.5); */
}
.pro-fir-cap p{
    margin-top: 30px;
}
/* .pro-grid{ */
    /* width: 75vw; */
    /* margin: 0 auto;
    display: grid;
    grid-template-columns: 12% 1fr;
} */
.pro-grid h3{
    writing-mode: vertical-lr;  
}
.pro-des{
    padding: 0 4%;

}
.pro-des h4{
    margin-bottom: 2%;
    border-bottom: solid 2px rgba(64, 34, 15, 0.5);
    font-size: 1.2rem;
    color: rgb(64, 34, 15);
}
.pro-grid h4{
    margin-bottom: 2%;
    border-bottom: solid 2px rgba(64, 34, 15, 0.5);
}
.pro-grid p{
    font-size: 0.9rem;
}
.pro-title{
    margin-top: 50px;
    background-color: rgba(64, 34, 15, 0.6);
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.3rem;
}

.pro-img{
    display: grid;
    grid-template-columns: 45% 1fr;
    margin: 5% auto 0 auto;
    grid-column-gap: 15px;
    /* padding: 5%; */
    /* align-items: center; */
}
.pro-img02{
    align-items: center;
}
.pro-img img{
    width: 100%;
    max-width: 350px;
}
.pro-no-image{
    padding-bottom: 5rem;

}
.pro-type{
    /* padding: 5%; */
    height: auto;
}
.pro-type p{
    color: rgb(64, 34, 15);
} 
.pro-cap{
    font-weight: normal;
    font-size: 1rem
}
.pro-fir-cap h2{
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: rgb(64, 34, 15);
}
.arebori-tex{
    background-color: rgba(64, 34, 15, 0.3);
    /* border: solid 1px rgb(64, 34, 15); */
    /* border-radius: 0.5rem; */
    color: rgb(64, 34, 15);
    font-weight: bold;
    line-height: 3;
    padding: 0.5rem;
}
.kokuseki-area-p{
    padding: 2rem 1rem;
}
.kokuseki-area{
    width: 100%;
    max-width: 500px;
    margin: 5% auto 0 auto;
    /* padding: 3rem 0; */
}
.gijutu{
padding: 0 4%;
margin-bottom: 5%;
}
.gijutu{
    list-style-position: inside;
}
.gijutu ul li{
    padding-left: 1em;
    text-indent: -1em;
}
.gijutu-area{
    background-image: url(../image/back-image02-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255, 255, 255);
    padding: 8rem 1rem;

}
.gijutu{
    width: 100%;
    max-width: 1000px;
    border: double 10px rgba(64, 34, 15, 0.3);
    margin: 0 auto;
    /* margin: 50px auto 80px auto; */
    padding: 30px;
    background-image: url(../image/back-image02-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255, 255, 255);
    
}
.gijutu h3{
    margin-bottom: 20px;
}
.gijutu h4{
    margin-bottom: 15px;
}
.gijutu ul{
    margin-bottom: 20px;
}
.pro-point{
    font-family: sans-serif;
    font-size: 0.8rem;
    color: rgb(102, 55, 26);
}