/*
Theme Name: 兵庫県マンション管理士会
Theme URI:
Template: lightning
Description:
Author: Trais
Tags:
Version: 0.5.1
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
.vk_heading_subtext {
    font-family: 'Reimin Regular', 'Noto Sans JP', sans-serif;
}

body {
    min-width: 360px;
}

a{
    color:#00693e;
}

a:hover{
    color:#ff0000;
    border-bottom:1px dotted #ff0000;
}


.entry-body a{
    text-decoration: underline;
}

.site-header-container{
    margin-bottom:5px;
}


/** TOPページ GoogleMap下部余白修正 **/

.post-name-home .site-body {
    padding-bottom: 0!important;
}

.post-name-home .main-section--margin-bottom--on {
    margin-bottom: 0;
}


/** sp時-画像の回り込み解除 **/

@media (max-width: 780px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        display: block;
    }
    .wp-block-image .alignleft img,
    .wp-block-image .alignright img {
        margin: 0 auto;
    }
}


/** 見出し **/

h2 {
    position: relative;
    padding: 22px 0 18px;
}

h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00693e;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #595959;
}

h3 {
    position: relative;
    padding-bottom: 10px;
}

h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #808080;
}

h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #00693e;
}


/** ボタン **/

.vk_button .vk_button_link.btn {
    border-radius: 10px;
}

table td,
table th {
    border: 1px solid #a1a1a1;
    font-size: 16px;
}


/** ヘッダー ロゴ **/

.site-header-logo {
    padding-top: 0;
}


/** ヘッダー ナビ **/

.global-nav-list>li:before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #00693e;
    transition: all .5s ease-out;
}

.global-nav-list>li:hover:before,
.global-nav-list>li[class*=current]:before {
    width: calc(100% - 4px);
}


/** スライダー 見出し **/

.ltg-slide-text-title {
    line-height: 0.8;
}


/** フッター **/

.site-footer {
    color: #fff;
    background-color: #00693e;
}

.site-footer .col-lg-3:nth-child(1) {
    flex: 0 0 47%;
    max-width: 47%;
}

.site-footer .col-lg-3:nth-child(2),
.site-footer .col-lg-3:nth-child(3) {
    flex: 0 0 19%;
    max-width: 19%;
}

.site-footer .col-lg-3:nth-child(4) {
    flex: 0 0 15%;
    max-width: 15%;
}

.site-footer a {
    text-decoration: none;
    color: #fff;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .widget_nav_menu>div>ul li a {
    font-size: 14px;
    border: none;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.site-footer .widget_nav_menu>div>ul li a::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    vertical-align: middle;
}

.site-footer .widget_nav_menu>div>ul li li a {
    font-size: 12px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.site-footer .widget_nav_menu>div>ul li li a::before {
    width: 3px;
    height: 3px;
}

.site-footer .widget_nav_menu>div>ul li li a span {
    display: block;
    margin-left: 0.5em;
}

@media (max-width: 1200px) {
    .site-footer .col-lg-3:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .site-footer .col-lg-3:nth-child(n+2) {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 576px) {
    .site-footer .col-lg-3:nth-child(n+2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/** コピーライト **/

.site-footer-copyright {
    color: #000;
    background-color: #fff;
    max-width: 100%!important;
    padding-top: 1px;
    padding-bottom: 1px;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}


/** ページトップ アイコン **/

.page_top_btn {
    bottom: 6%;
    background-color: rgba(0, 105, 62, .8);
    box-shadow: 0 0 0 1px rgb(255 255 255 / 80%), 0 0 0 2px rgb(0 105 62 / 80%);
}


/** 下層ページ上部 **/

.page-header {
    background-color: #00693e;
}

h1.page-header-title,
div.page-header-title {
    font-weight: 500;
    color: #fff;
}

.breadcrumb {
    border-bottom: 1px solid #595959;
}

@media (min-width: 576px) {
    .site-footer .container {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1040px;
    }
    .site-footer .container {
        max-width: 1100px;
    }
}

@media (max-width: 1200px) {
    .site-footer .widget:last-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .site-footer .widget_nav_menu {
        text-align: center;
    }
    .site-footer .widget_nav_menu ul {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .veu_profile .profile_text {
        font-size: 11px;
    }
}


/******************************/

a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;
    background: url(img/icon_pdf.png) no-repeat;
}
a[href$=".doc"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;    
    background: url(img/icon_word.png) no-repeat;
}
a[href$=".docx"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;    
    background: url(img/icon_word.png) no-repeat;
}
a[href$=".xls"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;    
    background: url(img/icon_excel.png) no-repeat;
}
a[href$=".xlsx"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;    
    background: url(img/icon_excel.png) no-repeat;
}
a[href$=".ppt"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;    
    background: url(img/icon_powerpoint.png) no-repeat;
}
a[href$=".pptx"]:after {
    content:" ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left:2px;    
    background: url(img/icon_powerpoint.png) no-repeat;
}
.wp-block-file .wp-block-file__button{
    background:#00693e;
}


a[href$="#"] {
   text-decoration: none;
    pointer-events: none;
}


/******************************/


/** Header上部 (追加ウィジェット) **/

.header_scrolled .site-header .site-header-top {
    /** スクロール時は非表示 **/
    display: none;
}

.site-header-top {
    padding-top: 5px;
}

.site-header-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 6px solid #00693e;
    width: 100%;
}

.site-header-top .widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header-top .tel {
    /** 電話番号 **/
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #888;
    margin-right: 20px;
}

.site-header-top .contact {
    /** お問い合わせ **/
    width: 155px;
}

.site-header-top .contact a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #00693e;
    border-radius: 0 0 10px 10px;
}

.site-header-top .contact a::before {
    content: '';
    display: inline-block;
    background: url(./img/mail.png) no-repeat center;
    width: 19px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

@media (max-width: 991.98px) {
    .site-header-top {
        padding-top: 15px;
    }
    .site-header-top .widget {
        display: none;
    }
}


/** 投稿ページ/投稿者名非表示 **/

.entry-meta-item-author {
    display: none;
}


/** TOP サービスのご案内 (追加css) **/

.mycolumn1 {
    position: relative;
}

.mycolumn1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0.5px solid #ccc;
}

.mycolumn1 p,
.mycolumn1 .vk_button {
    padding: 0 10px;
}

.mycolumn1 .vk_button_link {
    min-width: 85px;
    min-height: inherit;
    position: relative;
    z-index: 1;
}

.mycolumn1 .vk_button_link.btn {
    padding: 6px 0 3px;
}

.news_area ul li {
    display: flex;
}

.gmap iframe {
    max-width: 100vw!important;
    width: 100vw;
    height: 300px!important;
    margin: 0 calc(50% - 50vw);
    vertical-align: middle;
}

@media (max-width: 780px) {
    .mycolumn1 {
        margin-bottom: 2em
    }
}

.info_area {
    position: relative;
    z-index: 0;
}

.info_area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 100%;
    z-index: -1;
}

.info_area .wp-block-column {
    background-color: #fff;
}

.info_area ul {
    border-top: 1px solid #666;
}

.info_area ul li {
    display: flex;
    border-bottom: 1px dotted #666;
    padding: 10px 0;
    box-sizing: border-box;
}

.info_area .wp-block-post-title {
    width: calc(100% - 120px);
    margin: 0;
}

.info_area .wp-block-post-date {
    width: 100px;
}


/** フッター **/

.site-footer-title .ttl {
    font-size: 16px;
    font-weight: 400;
}

.site-footer-title .strong {
    display: block;
    font-size: 25px;
    margin-top: 5px;
}


/*****************************************/

.global-nav-list .sub-menu li a
{font-size:14px;}
/*****************************************/


/**規約集**/

.column_2 {
    column-count: 2;
    column-gap: 2em;
}

@media (max-width: 767.9px) {
    .column_2 {
        column-count: 1;
        column-gap: 0;
    }
}


/** 役員名簿 **/

@media (max-width: 767.9px) {
    .post-name-yakuin .wp-block-table td {
        display: block;
    }
    .post-name-yakuin .wp-block-table td:not(:last-child) {
        border-bottom: 1px dotted #595959;
    }
}


/** 会員名簿 **/

@media (max-width: 767.9px) {
    .post-name-kaiin .wp-block-table {
        border: none;
    }
    .post-name-kaiin .wp-block-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .post-name-kaiin .wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
        background-color: transparent;
    }
    .post-name-kaiin .wp-block-table td {
        width: 50%;
    }
    .post-name-kaiin .wp-block-table td:empty {
        display: none;
        background-color: transparent;
    }
}

.table-calendar td{
    vertical-align: top;
    padding:5px 2px;
    height: 115px;
}