@charset "UTF-8";
/*-----------------------------------
news_block
-----------------------------------*/
.bl_vertPosts {
    font-size: 14px;
}
.bl_vertPosts_item {
    border-bottom: 1px solid #D1C7BF;
}
.bl_vertPosts_link {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bl_vertPosts_link:hover,
.bl_vertPosts_link:focus {
    background-color: #f8f8f8;
}
.bl_vertPosts_date {
    font-size: 17px;
    width: 85px;
    font-family: 'Cinzel', serif;
    color: #4F4F4F;
    line-height: 1;
}
.bl_vertPosts_ttl {
    font-size: 14px;
    line-height: 1.7;
    width: 445px;
}
.bl_vertPosts_ar {
    width: 16px;
    margin-bottom: 8px;
}
.el_btn__wrap {
    margin-top: 19px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .bl_vertPosts {
        font-size: 13px;
    }
    .bl_vertPosts_link {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .bl_vertPosts_date {
        font-size: 13px;
        width: 100%;
    }
    .bl_vertPosts_ttl {
        margin-top: 10px;
        width: 90%;
        margin-top: 10px;
    }
}
/*-----------------------------------
お知らせ一覧ページ
-----------------------------------*/
.pg_infoList .bl_vertPosts {
    font-size: 16px;
    border-top: none;
}
.pg_infoList .bl_vertPosts_link {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
    .pg_infoList .bl_vertPosts {
        font-size: 13px;
    }
    .pg_infoList .bl_vertPosts_link {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pg_infoList .bl_vertPosts_ttl {
        margin-top: 10px;
    }
}
/*-----------------------------------
2カラム
-----------------------------------*/
.ly_col2_main {
    width: calc(100% - 310px);
}
.ly_col2_side {
    width: 230px;
}
@media screen and (max-width: 840px) {
    .ly_col2_main,
    .ly_col2_side {
        width: 100%;
    }
    .ly_col2_side {
        margin-top: 80px;
    }
}
@media screen and (max-width: 640px) {
    .ly_col2_side {
        margin-top: 60px;
    }
}
/*-----------------------------------
ページャー
-----------------------------------*/
.bl_pager {
    margin-top: 80px;
}
.bl_pager ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 20px;
}
.bl_pager li .page-numbers {
    font-size: 15px;
    width: 35px;
    height: 35px;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 8px 0;
    border-radius: 3px;
    text-align: center;
    background: #4F4F4F;
    border: 1px solid #4F4F4F;
}
.bl_pager .page-numbers.current,
.bl_pager li .page-numbers:hover {
    font-weight: bold;
    color: #5d5d5d !important;
    background: #fff;
}
.bl_pager .page-numbers.prev,
.bl_pager .page-numbers.next {
    width: 100px;
}
.bl_pager .page-numbers.all_btn {
    width: 100px;
}
@media screen and (max-width: 840px) {
    .bl_pager {
        margin-top: 50px;
    }
}
@media screen and (max-width: 640px) {
    .bl_pager .page-numbers.prev,
    .bl_pager .page-numbers.next {
        width: 55px;
    }
    .bl_pager ul {
        gap: 10px;
    }
    .bl_pager li .page-numbers {
        font-size: 13px;
        padding: 9px 0;
    }
    .bl_pager .page-numbers.all_btn {
        width: 75px;
    }
    .bl_pager {
      margin-top: 40px;
  }
}
/*-----------------------------------
サイドメニュー
-----------------------------------*/
.bl_asideBox {
    margin-bottom: 50px;
}
/*サイドメニュータイトル
--------------------------*/
.el_label.bl_asideBox_ttl {
    font-size: 25px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #978069;
    font-family: 'Cinzel', serif;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.el_label.bl_asideBox_ttl span {
    font-size: 13px;
    color: #4F4F4F;
    margin-left: 25px;
}
/*リンクリスト
--------------------------*/
.el_linkList {
    font-size: 13px;
    margin-left: 4px;
    line-height: 1.8;
}
.el_linkList>*+* {
    margin-top: 10px;
}
.el_linkList li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1em;
}
.el_linkList li::before {
    position: absolute;
    left: -0.2em;
    content: "";
    top: 0.65em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #978069;
}
.el_linkList a:hover,
.el_linkList a:focus {
    color: var(--blue);
    text-decoration: underline;
}
/*目次リスト
--------------------------*/
#ez-toc-container {
    margin: 35px 0;
}
div#ez-toc-container ul li {
}
#ez-toc-container a {
    margin-bottom: 10px;
}
#ez-toc-container a:visited {
    color: #999;
}

/*タグリスト
--------------------------*/
.el_tagList a {
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 1;
    background: #766868;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: 0.1s ease;
}
.el_tagList a:hover {
    background: #3c3535;
}
.tag_title {
    margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
    .bl_asideBox_ttl {
        text-align: left;
    }
}
@media screen and (max-width: 640px) {
    .el_label.bl_asideBox_ttl {
      font-size: 23px;
        margin-bottom: 10px;
    }
    .el_linkList>*+* {
        margin-top: 5px;
    }
}
/*-----------------------------------
お知らせ詳細コンテンツ
-----------------------------------*/
.bl_infoDetail {
    font-size: 16px;
}
/*お知らせ詳細データ
--------------------------*/
.bl_infoDetail_header>* {
    margin-bottom: 20px;
}
.bl_infoDetail_header>*:last-child {
    margin-bottom: 0;
}
.bl_infoDetail_header h3 {
    font-size: 1.875em;
    line-height: 1.5;
}
.bl_infoDetail_header time {
    font-size: 15px;
    display: block;
    color: #978069;
}
/*お知らせ本文
--------------------------*/
.bl_infoDetail_body {
    margin-top: 55px;
}
.bl_infoDetail_body>* {
    margin-bottom: 1.5em;
}
.bl_infoDetail_body>*:last-child {
    margin-bottom: 0;
}
.bl_infoDetail_body p {
    line-height: 2.2;
}
.bl_infoDetail_body h1 {
    font-size: 2.2em;
    line-height: 160%;
    /*
    padding-bottom: 10px;
    border-bottom: 2px solid #e1e1e1;
    */
}
.bl_infoDetail_body h2 {
    font-size: 1.9em;
    margin-top: 2.5em;
    border-left: 3px solid #ddd;
    padding: 10px 10px 15px 25px;
    /*
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    */
}
.bl_infoDetail_body h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 2.5em;
    padding: 10px 25px;
    background: #f3f1f1;
    border-bottom: 2px solid #ebe6e6;
    border-radius: 3px;
}
.bl_infoDetail_body h4 {
    font-size: 1.4em;
    line-height: 2;
    /*
    color: #4F4F4F;
    padding: 0.3em 1em;
    margin: 3em 0 1em;
    background: #f7f7f7;
    */
}
.bl_infoDetail_body img {
    display: block;
    width: auto;
    border-radius: 5px;
}
.bl_infoDetail_body ul,
.bl_infoDetail_body ol {
    padding-left: 1.5em;
}
.bl_infoDetail_body ul li {
    list-style: disc;
    margin-bottom: 10px;
    line-height: 180%;
}
.bl_infoDetail_body ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
    line-height: 180%;
}
.bl_infoDetail_body blockquote {
    background: #f7f4f4;
    padding: 25px 35px;
    border-radius: 4px;
    font-size: 0.9em;
}
.bl_infoDetail_body blockquote p {
    line-height: 190%;
}
.bl_infoDetail_body a {
    color: #d78686;
    text-decoration: underline;
    word-break: break-all;
}
.bl_infoDetail_body a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media screen and (max-width: 640px) {
    .bl_infoDetail {
        font-size: 14px;
    }
    .bl_infoDetail_header {
        text-align: left;
    }
    .bl_infoDetail_header>* {
        margin-bottom: 15px;
    }
    .bl_infoDetail_body h1 {
        font-size: 2em;
    }
    .bl_infoDetail_body h2 {
        font-size: 1.5em;
        padding: 10px 10px 10px 20px;
    }
    .bl_infoDetail_header h3 {
        font-size: 1.6em;
    }
    .bl_infoDetail_header time {
        font-size: 12px;
        font-weight: 600;
    }
    .bl_infoDetail_body {
        margin-top: 40px;
    }
    .bl_infoDetail_body>* {
        margin-bottom: 0.8em;
    }
    .bl_infoDetail_body p {
        font-size: 14px;
        line-height: 210%;
    }
    .bl_infoDetail_body img {
        width: 100%;
    }
}
