/* ========================================
   レイアウト
======================================== */


.page-main{
    padding:60px 0 100px;
}

.page-section{
    width:1008px;
    margin:0 auto;
}


.page-section h2{
    display:block !important;
    visibility:visible !important;
    text-indent:0 !important;
    overflow:visible !important;
    white-space:normal !important;

    background:none !important;
    height:auto !important;

    margin:60px 0 15px;

    padding-left:18px;

    border-left:5px solid #c59f4a;

    font-family:"Noto Serif JP","Yu Mincho",serif;
    font-size:1.9rem;
    font-weight:600;

    color:#5c5448;

}

.page-section > h2:first-child{
    margin-top:0px;
}

/* =========================
パンくず
========================= */

.breadcrumb{
max-width:1008px;
margin:15px auto 15px;
padding:0 20px;
font-size:14px;
}

.breadcrumb a{
color:#5c5448;
}

.breadcrumb a:hover{
color:#a77700;
text-decoration:underline;
}

/* =========================
ページタイトル
========================= */

.page-title{
    position:relative;

    padding:90px 20px;

    text-align:center;

    border-top:4px solid #c59f4a;
    border-bottom:4px solid #c59f4a;

    margin-bottom:30px;
}
.page-title h1{
    font-size:2.8rem;
    color:#4a3d27;
    margin-bottom:10px;
    font-family:"Noto Serif JP","Yu Mincho",serif;
}

.page-title p{
    color:#666;
    font-size:1rem;
}


/* =========================
見出し
========================= */

.page-section h2{
    display:block !important;
    visibility:visible !important;
    text-indent:0 !important;
    overflow:visible !important;
    white-space:normal !important;

    background:none !important;
    height:auto !important;

    margin:60px 0 15px;

    padding-left:18px;

    border-left:5px solid #c59f4a;

    font-family:"Noto Serif JP","Yu Mincho",serif;
    font-size:1.9rem;
    font-weight:600;

    color:#5c5448;
}

/* =========================
スマホ
========================= */

@media screen and (max-width:768px){

.page-section{
    width:auto;
    margin:0 20px;
}

.page-title{
    padding:50px 20px;
}

.page-title h1{
    font-size:2rem;
}

.page-section h2{
    font-size:1.5rem;
}

}

.archive-section h2{
      font-size:1.5rem;
      margin:50px 0 15px;
}