@charset "utf-8";

/* ヘッダー */
.he_top{
    background-image: url(../image/top02_01-02.jpg);
}
/* トップ キャッチコピーエリア */
.conA{
    left: 25%;
}
.sub-catch-copy{
    font-size: 0.9rem;
    letter-spacing: .1rem; 
}
.catch-copy{
    line-height: 2rem;
}


/* 甲州手彫印章 説明 */
.koshu-area01{
    width: 100vw;
    background-color: rgba(255,255,255,0.7);
    background-image: url(../image/back-image02.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.koshu-inner02{
    /* width: 60vw; */
    width: 80vw;
    max-width: 1200px;
    padding: 8rem 0;    
    margin: 0 auto;
    color: rgb(64, 34, 15);
}
.koshu-add02{
    /* background-color: #fff; */
    padding-top: 4rem;
}
.koshu-inner02 h3{
    margin-bottom: 5rem;
    font-size: 1.35rem;
    letter-spacing: .25rem;
}
.koshu-inner02 p{
    line-height: 2rem;
    margin: 5% auto;
}
.koshu-frame{
    width: 50vw;
    margin: 0 auto;
    border: solid 1.5px rgb(64, 34, 15);
    background-color: rgba(255,255,255,0.5);
}
.koshu-inner02 ol{
    padding: 3%;
}
.koshu-inner02 ol li{
    list-style-position: inside;
    line-height: 3;
    margin: 0 auto;
    padding-left: 1.5em;
	text-indent: -1.3em;
}
.koshu-inner02 p:last-of-type{
    margin-bottom: 0;
}

/* 伝承マーク */
.densho-inner h3{
    width: 60vw;
    margin: 2% auto 0 auto;
    font-size: 1.35rem;
    letter-spacing: .25rem;
}
.densho{
    background-color: rgba(255,255,255,1);
    background-image: url(../image/back-image08-03.png);
    background-repeat: no-repeat;
    background-position: right -20% bottom 8%;
    background-size: 55%; 
}
.densho-inner{
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto; 
    padding: 10rem 0;
    color: rgb(64, 34, 15);
}
.densho-grid{
    padding: 5rem 0;
    display: grid;
    place-items: center;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 1.5%;
    border-top: 1px solid rgba(64, 34, 15, 0.5);
    /* border-bottom: 1px solid rgba(64, 34, 15, 0.5); */
}
.add-border{
    width: 100%;
    max-width: 1200px;
    border-bottom: 1px solid rgba(64, 34, 15, 0.5);
    margin-bottom: 3rem;
}
.add-koshu{
    padding-top: 8rem;
}

.koshu-area-add{
    background-color: #fff;
}

/* 注意点 ↓↓↓*/
.densho-com{
    /* width: 60vw; */
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
}
/* 注意点↑↑↑ */
.denshoin{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.img_center{
    text-align: center;
}
.densho-grid div{
    text-align: center;
}
.densho-grid .shoshi{
    width: 80%;
    padding: 1% 4%;   
}
.densho-cap{
    /* margin: 0 auto; */
    padding: 0 0 3rem 0;
    line-height: 2rem;
}
.densho-cap02{
    display: inline;
    color:rgb(64, 34, 15);
}
.densho-inner p:not(:first-of-type){
    margin: 0 auto;
}
.note{
    /* width: 54vw; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3% 5%;
    /* border: solid 1px rgba(117,117,117,0.3); */
    /* background-color: rgba(255,255,255,0.5); */
}
.note p::before {
	content: "※"
}
.note p {
    font-size: 0.9rem;
	padding-left: 1em;
	text-indent: -1em;
}
.note02{
    width: 54vw;
    margin: 0 auto;
    padding: 3% 5%;
}
.note02 img{
    width: 50%;
    margin-bottom: 3%;
}
.densho-inner p:nth-of-type(2){
    margin: 6% 0 2% 0;
}
.densho-inner p:nth-of-type(3){
    margin-bottom: 1%;
}
.note02 p:nth-of-type(2){
    margin: 2% 0;
}
/* 六郷の街 */
.town{
    width: 100vw;
    height: 70vh;
    background-image: url(../image/about-koga02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/* 画像を暗くするオーバーレイ */
.town::after {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.45);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }
.conB{
    position: absolute;
    color: rgba(255,255,255,1);
    top: 50%;
    left: 80%; 
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
} 
.rokugo{
    margin-bottom: 4%;
}
.koshu-inner03{
    /* width: 60vw; */
    width: 80vw;
    max-width: 1000px;
    padding: 8rem 0;    
    margin: 0 auto;
    color: rgb(64, 34, 15);
}
.koshu-inner03 h3{
    margin-bottom: 3rem;
    font-size: 1.35rem;
    letter-spacing: .25rem;
}
.koshu-inner03 p{
    line-height: 2rem;
    margin: 5% auto;
}
.koshu-inner03 ol{
    padding: 3%;
}
.koshu-inner03 ol li{
    list-style-position: inside;
    line-height: 3;
    margin: 0 auto;
    padding-left: 1.5em;
	text-indent: -1.3em;
}
.koshu-inner03 p:last-of-type{
    margin-bottom: 0;
}
/* 使用目的 */
.purpose{
    color: rgb(64, 34, 15);
}
.per-cap{
    margin: 2rem 0;
}
.inzai-area02{
    width: 100vw;
    height: 35vh;
    background-image: url(../image/top_kari.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.inzai-area02 div{
    width: 80vw;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 25%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: rgba(255,255,255,1);
    text-shadow:2px 2px 2px rgb(27, 24, 24);
    font-size: 1.1rem;
    text-align: center;
}
.inzai-first-area{
    background-image: url(../image/back-image02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inzai-first-con{
    /* width: 100%; */
    width: 80vw;
    max-width: 1000px;
    padding: 5rem 0;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(64, 34, 15);
}
.purpose div{
    /* width: 80vw;
    max-width: 1000px; */
    margin: 8% auto 0 auto;    
}
.purpose h3{
    margin-bottom: 2%;
}
.tr-pur{
    width: 80vw;
    max-width: 1000px;
    margin: 5% auto;
    color: rgb(64, 34, 15);
}
tr{
    margin: 5% 0;
}
td {
    border-bottom: dotted 1px #333;
    height: auto;
    /* vertical-align: middle; */
    vertical-align: top;
    padding: 2% 0;
}
td:first-of-type{
    width: 20%;
    padding-left: 0.5%;
    font-size: 1.1rem;
    font-weight: bold;
}
.table-img{
    width: 80%;
    padding-top: 2rem;
}
.col-link, .col-link02{
    display: inline;
    margin-top: 0.5rem;
    color: rgb(64, 34, 15);
}
.col-link:hover ,.col-link02:hover , .koshu-link:hover{
    color: #fff;
    background-color: rgb(64, 34, 15);
    transition: 0.5s
}
.koshu-inner-plus{
    padding-bottom: 0;
}
.koshu-link{
    text-decoration:underline;
}