@charset "utf-8";
body{
    background-color: #fff;
}
/* ヘッダー */
.he_top{
    height: 70vh;
    background-image: url(../image/column-top.jpg);
    background-position: top;
}
/* 画像を暗くするオーバーレイ */
.he_top::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;
  }
/* トップ キャッチコピーエリア */
.conA{
    left: 25%;
}
.sub-catch-copy{
    font-size: 0.9rem;
    letter-spacing: .1rem;
}
.catch-copy{
    line-height: 2rem;
}
/* 良い判子の条件 */
.column-con{
    width: 80vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8rem 0;
}
.column-con p{
    margin-top: 5%;
}
.mitomein-column{
    background-image: url(../image/back-image02-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.meishi-column{
    background-image: url(../image/meishi-imgjpg.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right 0% bottom 12%;
}
.col-deco{
    display: inline-block;
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
    background-color: rgba(109, 91, 88, 0.6);
    color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
}
.col-cap{
    margin-top: 4rem;
}
.col-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 3%;
    margin-top: 2rem;
    /* margin: 0 auto; */
}
/* .col-grid img{
    width: 100%;
    padding: 1rem;
} */
.col-img{
    width: 100%;
}
.col-img-tate{
    width: 50%;
}
.sp-col-img , .sp-col-img-tate{
    display: none;
}
/* .anchorcolumn{
    padding-top: 25px; *上に余白を付ける*
    margin-top: -25px; *上の余白を打ち消す*
    } */