@charset "UTF-8";
@media screen and (max-width: 767px) {

/* SNSアイコン */
.entry.contents .sns-buttons {
    position: static;
}
.sns-buttons em {
    display: none;
}
.sns-buttons a img {
    height: 20px;
}
/*
header
===================*/
header {
    height: 50px;
    z-index: 10;
}
header a:hover{
    text-decoration: none;
}
/* ロゴ */
header .logo {
    width: auto;
    max-width: none;
    height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 15;
}
    header .logo img {
        width: auto;
        height: 40px;
        -webkit-backface-visibility: hidden;
    }

header nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

/* レイアウト */
header nav div.top {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
header nav .menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #586CB1;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
    header nav div.menu-btn .ico{
        position: absolute;
        left: calc(50% - 10px);
        top: 16px;
        width: 20px;
        height: 2px;
        background: #fff;
    }
    header nav div.menu-btn .ico::before{
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: -7px;
        left: 0;
    }
    header nav div.menu-btn .ico::after{
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: -7px;
        left: 0;
    }
    header nav div.menu-btn .txt{
        font-size: 1.0rem;
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
    }
header nav .search-btn {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #020E37;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    header nav .search-btn .ico img{
        width: 25px;
    }

header nav div.bottom {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: auto;
    margin-left: 0;
    width: 100%;
    background: #586CB1;
    box-shadow: 0 0 2px rgba(255,255,255,.4);
    padding:10px;
}
header nav ul {
    width: 100%;
}
/* header下段 */
header nav div.bottom .s-close {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    width: 50px;
    height: 50px;
    background: #586CB1;
}
header nav div.bottom .s-close::before{
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
header nav div.bottom .s-close::after{
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
header nav div.bottom .s-top {
    display: block;
    padding: 0px 0px 10px;
}
    header nav div.bottom .s-top a{
        padding: 15px 20px;
        display: block;
        color: #fff;
        font-family: a-otf-ud-shin-go-pr6n, sans-serif;
        font-size: 1.6rem;
    }
header nav div.bottom ul.nav {
    display: block;
    height: auto;
    font-size: 1.6rem;
    padding:0 0px;
}
    header nav div.bottom ul.nav li {
        display: block;
        padding-bottom: 0px;
        margin-bottom: 1px;
    }
        header nav div.bottom ul.nav li span:after {
            content: '';
            display: none;
        }
        header nav div.bottom ul.nav li:nth-last-child(2) span:after {
            content: '';
            padding-right: 0px;
        }
        header nav div.bottom ul.nav li a {
            display: block;
            background: #fff;
            padding: 13px 20px;
        }
        header nav div.bottom ul.nav li a.open::after{
            display: none;
        }
    /* クイックアクセス */
    header nav div.bottom ul.nav li:last-child {
        display: none;
    }
header nav div.bottom .s-btn {
    display: block;
}
    header nav div.bottom .s-btn ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        header nav div.bottom .s-btn ul li{
            width: 50%;
            color: #fff;
            font-family: a-otf-ud-shin-go-pr6n, sans-serif;
            font-size: 1.2rem;
            line-height: 1.4;
        }
        header nav div.bottom .s-btn ul li:last-child{
            background: #0F1E53;
        }
            header nav div.bottom .s-btn ul li a{
                display: flex;
                justify-content: center;
                align-items: center;
                height: 75px;
            }
            header nav div.bottom .s-btn ul li em{
                font-size: 1.5rem;
            }
            header nav div.bottom .s-btn ul li .ico{
                margin-right: 8px;
            }
            header nav div.bottom .s-btn ul li .txt{
                padding-bottom: 3px;
            }
        header nav div.bottom .s-btn.s2 ul li{
            background: #A1ADD6;
        }
        header nav div.bottom .s-btn.s2 ul li:last-child{
            background: #fff;
            color: #0F1E53;
        }

header nav div.bottom .s-sns {
    display: block;
    background: #fff;
    padding: 18px;
    margin-top: 10px;
}
    header nav div.bottom .s-sns ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }
        header nav div.bottom .s-sns ul li{
            margin:0 12px;
        }
            header nav div.bottom .s-sns ul li img,
            header nav div.bottom .s-sns ul li svg{
                width: 35px;
            }



/*
header_navi
===================*/
.header_navi  {
    display: none;
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    background:#020E37;
    box-shadow: 0 0 1px rgba(255,255,255,.4);
    padding:10px;
    z-index: 50;
}
.header_navi_inner ,
.header_navi_inner form{
    display: block;
    padding-right: 0;
}
.header_navi .search {
    width: auto;
    background:none;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#top .header_navi .search {
    background: none;
    justify-content: space-between;
}
    .header_navi .search em {
        display: none;
    }
    .header_navi .search .input {
        width: calc(100% - 100px);
        position: relative;
        z-index: 17;
        padding: 0 0px 0 0;
        box-sizing: border-box;
        text-align: left;
    }
    #top .header_navi .search .input {
        width: calc(100% - 100px);
        padding: 0 0px;
        text-align: center;
    }
        .header_navi .search .input input {
            width: 100%;
            display: inline-block;
            box-sizing: border-box;
            padding: 0 10px;
            line-height: 48px;
            border: solid 1px #020E37;
        }
        #top .header_navi .search .input input {
            margin: 0 auto;
        }
    .header_navi .search .btn {
        display: block;
        width: 90px;
    }
        .header_navi .search .btn button{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            height: 50px;
            width: 100%;
            border: none;
            cursor: pointer;
            background: #0F1E53;
            border: 1px solid #1B3696;
            color: #fff;
        }
            .header_navi .search .btn button .ico{
                margin-right: 7px;
                display: inline-block;
            }
                .header_navi .search .btn button .ico svg{
                    vertical-align: middle;
                }

.header_navi .words {
    text-align: left;
    width: 100%;
    display: block;
    background: none;
}
    .header_navi .words .inner {
        width: 100%;
        height: auto;
        display: block;
    }
    .header_navi .words .inner .button {
        display: none;
    }
    .header_navi .words .inner em {
        display: none;
    }
    .header_navi .words .inner .list {
        width: 100%;
        padding-right: 0px;
        border-left: none;
        display: block;
        padding-bottom: 5px;
    }
    #top .header_navi .words .inner .list {
        display: block;
    }
        .header_navi .words .list ul {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 0 0 0px;
            position: relative;
            z-index: 16;
        }
    #top .header_navi .words .list {
        padding-right: 0;
    }
        #top .header_navi .words .list ul {
            padding: 0 0px;
        }
        .header_navi .words .list ul li {
            width: calc(50% - 5px);
            margin-left: 5px;
            display: block;
            padding: 0 0px 5px 0;
            white-space: nowrap;
        }
.header_navi .words .list ul:first-child li {
    vertical-align: bottom;
}
.header_navi .words .list ul:last-child li {
    vertical-align: top;
}
#top .header_navi .words .list ul li {
    width: calc(50% - 5px);
}
.header_navi .words ul li a {
    width: 95%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: solid 1px #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.header_navi .words ul li a:hover {
    border-bottom: solid 1px #020E37;
}

header.sc-header {
    display: none !important;
}



.nav-child-outer{
    /* display: block !important; */
    position: fixed;
    top: 50px;
    left: 0;
    right: auto;
    width: 100%;
    /* height: calc(100vh - 50px); */
}
.nav-child{
    /* display: block !important; */
    background-color: #F7F7F7;
    width: 100%;
    height: calc(100vh - 50px);
    max-width: none;
    box-sizing: border-box;
    padding:0 10px;
    margin:0 auto;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(0);
    z-index: 30;
    box-shadow: none;
}
.nav-child.sc{
    top: 50px;
}
.nav-child .nav-child-inner{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 20px 10px;
}
    .nav-child .nav-child-inner .s-back{
        display: inline-block;
        font-size: 1.6rem;
        margin-bottom: 10px;
        position: relative;
        padding: 5px 10px 5px 20px;
    }
        .nav-child .nav-child-inner .s-back::before{
            content: "";
            width: 6px;
            height: 6px;
            border-left: 1px solid #202020;
            border-bottom: 1px solid #202020;
            transform: rotate(45deg);
            position: absolute;
            left: 4px;
            top: calc(50% - 4px);
        }
    .nav-child .nav-child-inner .img-area{
        display: none;
    }
    .nav-child .nav-child-inner .txt-area{
        width: 100%;
    }
        .nav-child .nav-child-inner .txt-area .ttl{
            font-size: 2.2rem;
            margin-bottom: 10px;
            border-bottom: 1px dotted #202020;
        }
            .nav-child .nav-child-inner .txt-area .ttl span{
                font-size: 1.1rem;
                line-height: 1.2;
                margin-left: 10px;
                white-space: normal;
            }
            .nav-child .nav-child-inner .txt-area .ttl a{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                white-space: nowrap;
                text-decoration: none;
                position: relative;
                padding:10px 15px 10px 3px;
            }
            .nav-child .nav-child-inner .txt-area .ttl a:hover{
                text-decoration: none;
            }
                .nav-child .nav-child-inner .txt-area .ttl a::after{
                    content: "";
                    width: 6px;
                    height: 6px;
                    border-top: 1px solid #202020;
                    border-right: 1px solid #202020;
                    transform: rotate(45deg);
                    position: absolute;
                    right: 3px;
                    top: calc(50% - 2px);
                }
                .nav-child .nav-child-inner .txt-area .ttl a:hover span{
                    text-decoration: none;
                    display: inline-block;
                }
        .nav-child .nav-child-inner .txt-area .list{
            margin-left: 0px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
            font-size: 1.6rem;
            line-height: 1.3;
            width: 100%;
            gap: 3px 10px;
        }
            .nav-child .nav-child-inner .txt-area .list li{
                margin: 0;
                border-bottom: 1px dotted #202020;
                width: calc(50% - 5px);
            }
                .nav-child .nav-child-inner .txt-area .list li a{
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    padding:0px 15px 0px 3px;
                    height: 3.5em;
                    position: relative;
                }
                .nav-child .nav-child-inner .txt-area .list li a::after{
                    content: "";
                    width: 6px;
                    height: 6px;
                    border-top: 1px solid #202020;
                    border-right: 1px solid #202020;
                    transform: rotate(45deg);
                    position: absolute;
                    right: 3px;
                    top: calc(50% - 2px);
                }





/*
footer
===================*/
footer {
    border-top: solid 1px #eee;
}
footer .inner {
    width: auto;
    margin: 0 auto;
    padding-top: 0px;
}
footer .inner .foot {
    display: flex;
    flex-direction: column;
}
    footer .inner .foot div {
        height: 100%;
        display: block;
        vertical-align: middle;
        font-size: 1.3rem;
    }
    footer .inner .logo {
        order: 3;
        width: 100%;
        padding: 30px 0px 15px;
        border-right: none;
        text-align: center;
    }
        footer .inner .logo img {
            width: 150px;
            -webkit-backface-visibility: hidden;
        }
    footer .inner .body {
        order: 2;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
        footer .inner .body em {
            display: inline-block;
            padding: 2px 6px;
            margin-bottom: 2px;
        }
        footer .inner .body span {
            display: block;
            padding-top: 5px;
        }
        footer .inner .body span.tel {
            margin: 5px 0 15px;
        }
            footer .inner .body span.tel span{
                display: inline-block;
                margin-left: 5px;
                font-size: 1.8rem;
                font-weight: bold;
            }
        footer .inner .body span.sns img,
        footer .inner .body span.sns svg {
            width: 35px;
            margin:0 7px;
        }
    footer .inner .link {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
        footer .inner .link ul {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }
        footer .inner .link ul li {
            width: 50%;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            float: none;
        }
        footer .inner .link ul li:nth-child(even) {
            border-right: none;
        }
        footer .inner .link ul li:before {
            padding-right: 0px;
            content: '';
        }
            footer .inner .link ul li a{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding:0 10px;
                height: 4em;
                font-size: 1.3rem;
            }
footer .inner p {
    padding: 15px 0;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0;
}


/*
緊急情報
===================*/
.emergency {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 50px;
}
.emergency .head {
    width: auto;
    display: block;
    padding: 0px 15px;
    text-align: center;
}
    .emergency .head .ttl {
        padding-top: 0px;
        position: relative;
        display: inline-block;
    }
    .emergency .head .ico {
        position: absolute;
        top: 10px;
        left: 0;
        right: auto;
    }
        .emergency .head .ico svg{
            width: 20px;
        }
    .emergency .head h2 {
        display: inline-block;
        margin-bottom: 15px;
        padding: 5px 0 5px 30px;
        background-position: center left;
        background-size: 22px auto;
        font-size: 2.0rem;
        color: #fff;
        position: relative;
    }
    .emergency .head h2:after {
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 200px;
        margin-top: 0px;
        font-size: 0.9rem;
        white-space: nowrap;
        text-align: center;
    }
    .emergency .head a {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        display: inline-block;
        padding: 8px 0;
        border:1px solid #DA5E3F;
        font-size: 1.4rem;
    }
.emergency .list {
    width: auto;
    display: block;
    padding: 15px;
}
    .emergency .list li{
        margin: 15px 0;
        font-size: 1.2rem;
    }
        .emergency .list li a{
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
        }
        .emergency .list li em {
            display: block;
            width: auto;
            margin-right: 8px;
            padding: 2px 8px;
            min-width: 150px;
        }
        .emergency .list li span.date {
            width: auto;
            box-sizing: border-box;
            padding-right: 20px;
            font-family: fot-udkakugo-large-pr6n, sans-serif;
        }
        .two-column .emergency .list li span.date {
            display: block;
        }
        .emergency .list li span.title {
            width: 100%;
            display: block;
            padding: 5px 5px 5px 20px;
            font-size: 1.4rem;
            margin-top: 2px;
        }
        .two-column .emergency .list li span.title {
            width: 100%;
        }
.emergency .list li span.title::before,
.emergency .list li span.title::after{
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.emergency .list li span.title::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #DA5E3F;
}
.emergency .list li span.title::after{
    top: 13px;
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
コロナ感染情報
===================*/
.emergency .list li.corona-info span:first-child:after {
    content: '';
    padding: 0;
}
.emergency .list li.corona-info span:nth-child(2) {
    padding-right:0;
}
.emergency .list li.corona-info span {
    display: block;
}
.emergency .list li.corona-info a {
    margin-left: 0;
    margin-top: 10px;
}
/*
PAGE TITLE
===================*/
.page-title {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.page-title .title {
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 30px 15px;
}
    .page-title .title span.inner {
        height: auto;
        display: block;
        padding-right: 0px;
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .page-title .title span.inner .wrapping {
        display: block;
        margin-top: 10px;
    }
        .page-title .title span.inner span.sub-cat {
            margin-left: 0px;
            padding: 5px 30px 8px;
            font-size: 1.6rem;
        }
            .page-title .title span.inner span.sub-cat::before{
                border-top: solid 17px transparent;
                border-right: solid 20px transparent;
                border-bottom: solid 17px transparent;
                border-left: solid 12px #fff;
            }
            .page-title .title span.inner span.sub-cat::after{
                border-top: solid 17px #fff;
                border-right: solid 20px #fff;
                border-bottom: solid 17px #fff;
                border-left: solid 12px transparent;
            }
            .page-title .title span.inner.cat3 span.sub-cat::after{
                border-top: solid 17px #586CB1;
                border-right: solid 25px #586CB1;
                border-bottom: solid 17px #586CB1;
            }
        .page-title .title span.inner span.sub-s-cat {
            margin-left: 0;
            padding: 5px 20px 8px 10px;
            font-size: 1.6rem;
        }
        .page-title .title span.inner span.ent-list {
            margin-left: 30px;
            padding: 5px 30px;
            font-size: 2.4rem;
        }
        .page-title .title a {
            display: none;
        }

.page-title .img {
    width: 100%;
    height: 120px;
    display: block;
    position: relative;
    text-align: right;
    overflow: hidden;
}
    .page-title .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        width: 100%;
        min-height: 100%;
        min-width: 500px;
        max-width: none;
    }
    .page-title .img ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0;
        padding: 0px 0;
        background:none;
    }
        .page-title .img ul li {
            padding: 2px 17px 2px 5px;
            background: #fff;
            font-size: 1.3rem;
            margin-bottom: 1px;
        }
        .page-title .img ul li::after{
            right: 5px;
            width: 4px;
            height: 4px;
            border-top: 1px solid #586CB1;
            border-right: 1px solid #586CB1;
        }
        .page-title .img ul li:last-child::after {
            border-top: none;
            border-right: none;
        }

/*
SOCIAL MEDIA
===================*/
.side-sns {
    display: none;
}


/*
page-navi
===================*/
.page-navi {
    position: relative;
    text-align: center;
}
    .page-navi .prev {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
        .page-navi .prev::before{
            right: 12px;
        }
        .page-navi .prev::after{
            right: 15px;
        }
    .page-navi .next {
        width: 45px;
        height: 45px;
        margin-left: 10px;
    }
        .page-navi .next::before{
            left: 12px;
        }
        .page-navi .next::after{
            left: 15px;
        }
    .page-navi .number {
        padding: 10px 10px;
        font-size: 1.6rem;
    }


/*
与謝野町でのその他の開催イベント
===================*/
/* 見出し */
.from-now-on-event h3 {
    margin-bottom: 50px;
}

/* ステータス+リンクボタン */
.event-stat{
    margin-bottom: 20px;
    font-size: 1.3rem;
}
    .event-stat ul{
        margin-left: -15px;
    }
        .event-stat ul li{
            margin-left: 15px;
            padding-left: 37px;
        }
        .event-stat ul li::after{
            width: 30px;
        }

    .event-stat .link{
        position: static;
        text-align: center;
        margin-top: 20px;
    }
        .event-stat .link a{
            display: inline-block;
            padding:8px 40px 8px 30px;
            border-radius: 30px;
            font-size: 1.5rem;
        }



/* イベントリスト */
.from-now-on-event .list li {
    border-bottom: dotted 1px #333;
    padding: 3px 0 2px;
}
    .from-now-on-event .list li a {
        display: block;
        padding:10px 10px;
    }
        .from-now-on-event .list li a .texts {
            padding: 10px 0px 20px;
            width: 100%;
            vertical-align: middle;
        }
            .from-now-on-event .list li a .texts .title {
                display: block;
                font-size: 1.6rem;
                margin-bottom: 15px;
            }
            .from-now-on-event .list li a .texts .data {
                width: 100%;
                display: block;
            }
                .from-now-on-event .list li a .texts .data > span {
                    width: 100%;
                    font-size: 1.4rem;
                    padding-right: 30px;
                }
                .from-now-on-event .list li a .texts .data > span.date {
                    width: 100%;
                    margin-bottom: 10px;
                }
                .from-now-on-event .list li a .texts .data > span.area {
                    width: 100%;
                }
                    .from-now-on-event .list li a .texts .data > span em {
                        display: block;
                        width: 55px;
                    }
                    .from-now-on-event .list li a .texts .data > span span {
                        width: calc(100% - 70px);
                    }

        .from-now-on-event .list li a .img {
            display: block;
            width: auto;
            vertical-align: middle;
        }
            .from-now-on-event .list li a .img img {
                height: 150px;
            }







    
/*
このページに関するお問い合わせ
===================*/
.contacts.contents {
    padding: 20px;
}
    .contacts.contents h2 {
        margin-bottom: 25px;
        padding-left: 30px;
        background-size: 22px auto;
        font-size: 1.8rem;
    }
    .contacts.contents h2:before {
        top: -6px;
        left: -15px;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    .contacts.contents .datas {
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
        .contacts.contents .datas .left {
            width: 100%;
            margin-bottom: 12px;
        }
        .contacts.contents .datas .right {
            width: 100%;
            display: block;
        }
        .contacts.contents .datas .data1 {
            font-size: 1.6rem;
            color: #fff;
        }
            .contacts.contents .datas .data1 em {
                padding: 4px 12px 5px;
            }
            .contacts.contents .datas .data1 span {
                padding: 4px 12px 5px;
            }
    .contacts.contents .datas .right > div {
        width: auto;
    }
        .contacts.contents .datas .right > div em {
            padding: 4px 12px 5px;
            font-size: 1.6rem;
        }
        .contacts.contents .datas .right > div span {
            padding: 4px 12px 5px;
            font-size: 1.4rem;
        }
    .contacts.contents .datas .right .data2 {
        margin-bottom: 10px;
    }
    .contacts.contents .datas .right .data3 {
        margin-left: 0px;
    }





    .contacts.contents .text {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .contacts.contents .contact {
        display: block;
    }
        .contacts.contents .contact div {
            width: 100%;
            font-size: 1.4rem;
            margin-bottom: 10px;
        }
            .contacts.contents .contact .data1 span,
            .contacts.contents .contact .data2 span {
                display: inline-block;
                padding-left: 10px;
                font-size: 2.0rem;
            }

        .contacts.contents .contact a {
            margin-top: 10px;
            width: 100%;
            padding: 10px 10px;
        }
            .contacts.contents .contact a span {
                padding-left: 28px;
                background-size: 20px auto;
                font-size: 1.5rem;
                letter-spacing: .5px;
            }
            .contacts.contents .contact a span:before {
                left: 0;
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
            }


/*
よくある質問
===================*/
.faq.contents {
    position: relative;
    padding: 20px 0px 15px;
}
.faq.contents h2 {
    left: 0px;
    margin-bottom: 30px;
    background-color:#020E37;
}
.faq.contents h2 .inner {
    display: inline-block;
    padding: 8px 15px 8px 50px;
    background-color:none;
	background-position: 15px 10px;
	background-size: 22px auto;
    font-size: 1.6rem;
}
.faq.contents h2 .inner span {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    padding-right: 20px;
    vertical-align: top;
}
.faq.contents h2 .inner span:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
}
.faq.contents ul {
    padding:0 15px;
}
    .faq.contents ul li a {
        padding-left: 22px;
    }

/*
ページ下部のカテゴリアーカイブ
===================*/
.category-list.contents {
    padding: 15px;
    border: solid 4px #DFDFDF;
}
    .category-list.contents h2 {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
        .category-list.contents h2 span {
            margin-right: 10px;
            padding: 5px 15px 6px;
            font-size: 1.6rem;
        }
.category-list.contents .wrapping {
    margin-bottom: 15px;
    background:#F7F7F7;
    padding-bottom: 15px;
}
    .category-list.contents .wrapping .head h3 {
        font-size: 1.7rem;
    }
    .category-list.contents .wrapping em {
        display: block;
        position: absolute;
        top: 15px;
        padding: 8px 5px 8px 15px;
        font-size: 1.4rem;
    }
    .category-list.contents .wrapping ul li em {
        top: -8px;
        right: -15px;
    }
        .category-list.contents .wrapping em:before{
            border-top: solid 20px #F7F7F7;
            border-right: solid 15px transparent;
            border-bottom: solid 18px #F7F7F7;
            border-left: solid 0px #F7F7F7;
        }
        .category-list.contents .wrapping ul li em:before{
            border-top: solid 20px #ffffff;
            border-right: solid 15px transparent;
            border-bottom: solid 18px #ffffff;
            border-left: solid 0px #ffffff;
        }
        .category-list.contents .wrapping h3 span {
            position: relative;
            display: block;
            padding: 20px 20px 20px 25px;
        }
        .category-list.contents .wrapping h3 span:before {
            width: 15px;
            height: 2px;
            top: 33px;
            border-top: solid 3px #586CB1;
        }
        .category-list.contents .wrapping.active h3 span:before {
            border-top: solid 3px #DA5E3F;
        }

    .category-list.contents .wrapping ul {
        margin: 0 15px;
        padding: 15px;
        background:#fff;
    }
        .category-list.contents .wrapping ul li {
            margin-bottom: 15px;
        }
        .category-list.contents .wrapping ul li:last-child {
            margin-bottom: 0;
        }
            .category-list.contents .wrapping ul li a {
                padding-left: 22px;
                font-size: 1.6rem;
            }
            .category-list.contents .wrapping ul li a::before{
                top: 8px;
            }
            .category-list.contents .wrapping ul li a::after{
                top: 12px;
            }
            
.category-list.contents .other-list {
    margin-bottom: 10px;
    background:none;
}
.category-list.contents .other-list:last-child {
    margin-bottom: 0;
}
    .category-list.contents .other-list li{
        background:#F7F7F7;
        margin-bottom: 10px;
    }
    .category-list.contents .other-list a::after{
        right: 20px;
        width: 9px;
        height: 9px;
        border-top: 2px solid #586CB1;
        border-right: 2px solid #586CB1;
    }
    .category-list.contents .other-list a span {
        position: relative;
        display: block;
        padding: 20px 20px 20px 25px;
        font-size: 1.7rem;
    }
    .category-list.contents .other-list a span:before {
        width: 15px;
        height: 2px;
        display: inline-block;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        border-top: solid 3px #586CB1;
        content: '';
    }


/*
各施設への公共交通機関情報
===================*/
.traffic-info.contents {
    margin-top: 60px;
    padding: 60px 15px 50px;
}
    .traffic-info.contents h3 {
        width: 100%;
        top: -26px;
        left: 0;
    }
        .traffic-info.contents h3 span {
            padding: 12px 12px;
            font-size: 1.5rem;
        }

    .traffic-info.contents .imgs {
        padding: 0;
        margin-left: -10px;
    }
    #entry .traffic-info.contents .imgs { /* 記事用の調整 */
        width: 100%;
    }
        .traffic-info.contents .imgs div {
            width: calc(33.3% - 10px);
            margin-left: 10px;
            margin-right: 0px;
            margin-bottom: 30px;
        }
            .traffic-info.contents .imgs div .img {
                display: block;
                margin-bottom: 10px;
            }
                .traffic-info.contents .imgs div .img img {
                    width: 100%;
                    max-width: 140px;
                }

            .traffic-info.contents .imgs div .title {
                margin-bottom: 10px;
                padding-top: 30px;
                background-size: 30px auto;
                font-size: 1.5rem;
                line-height: 1.4;
            }

    .traffic-info.contents ul {
        margin: 0 0px;
        border-top: dotted 1px #A6AEC9;
    }
        .traffic-info.contents ul li {
            border-bottom: dotted 1px #A6AEC9;
        }
            .traffic-info.contents ul li a {
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                padding: 10px 0;
            }

        .traffic-info.contents ul li .title {
            width: 100%;
            display: block;
            padding-left: 20px;
            font-size: 1.5rem;
            margin-bottom: 5px;
        }
        .traffic-info.contents ul li .icon {
            width: 160px;
            display: block;
            padding: 0 20px;
            box-sizing: border-box;
            text-align: center;
        }
            .traffic-info.contents ul li .icon img {
                width: 28%;
                -webkit-backface-visibility: hidden;
            }

        .traffic-info.contents ul li .pdf {
            width: 130px;
            display: block;
            position: relative;
            padding: 4px 0 4px 60px;
            text-align: right;
            font-size: 1.2rem;
        }
            .traffic-info.contents ul li .pdf:before {
                top: 50%;
                left: 0;
                bottom: auto;
                display: block;
                padding: 1px 15px;
                font-size: 1.1rem;
                vertical-align: middle;
                line-height: 2;
                transform: translateY(-50%);
            }


/*
施設案内（カテゴリアーカイブ）
===================*/
.category-archive .facility section {
    margin-bottom: 60px;
    padding-bottom: 25px;
    border: solid 7px #DFDFDF;
}
    .category-archive .facility section h2 {
        width: 100%;
        padding: 20px;
        border-bottom: solid 1px #DFDFDF;
        vertical-align: middle;
    }
        .category-archive .facility section h2 a {
            font-size: 2.2rem;
        }
        .category-archive .facility section h2 a::after{
            right: 5px;
        }
    .category-archive .facility section .wrapping {
        padding: 15px;
        margin-left: -15px;
    }

        .category-archive .facility section h3 {
            margin-top: 25px;
        }
            .category-archive .facility section h3 span {
                display: inline-block;
                padding: 8px 15px;
                font-size: 1.8rem;
            }

        .category-archive .facility section .wrapping div {
            width: calc(50% - 15px);
            margin-left: 15px;
            margin-right: 0px;
            padding-top: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        #entry .category-archive .facility section .wrapping div {/* 記事用の調整 */
            width: calc(50% - 15px);
        }
        .category-archive .facility section .wrapping.text-only div {
            margin-bottom: 20px;
        }
        .category-archive .facility section .wrapping div .img {
            display: block;
            margin-bottom: 20px;
            text-align: center;
        }
        .category-archive .facility section .wrapping div .img img {
            height: auto;
        }

    .category-archive .facility section .button {
        padding-top: 25px;
        text-align: center;
    }
        .category-archive .facility section .button a {
            width: calc(100% - 30px);
            padding: 10px 20px 7px;
            font-size: 1.4rem;
        }


/*
記事一覧（カテゴリアーカイブ）
検索結果
===================*/
.entries .head {
    display: flex;
}
    .entries .head .page-number {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0px;
    }
        .entries .head h1 {
            display: block;
            padding-right: 20px;
            font-size: 2.2rem;
            margin-bottom: 5px;
        }
        .entries .head .page-number .num {
            display: block;
        }
            .entries .head .page-number .num div:first-child {
                font-size: 1.4rem;
            }
            .entries .head .page-number .num div:first-child span {
                font-size: 2.0rem;
            }
            .entries .head .page-number .num div:first-child:after {
                padding: 0 1px;
                font-size: 1.6rem;
                font-weight: normal;
            }
            .entries .head .page-number .num div:last-child {
                font-size: 1.4rem;
            }

.entries .list {
}
    .entries .list li {
        padding: 20px 0;
        margin-bottom: 15px;
    }
        .entries .list li em {
            display: block;
            margin-bottom: 10px;
            font-size: 1.6rem;
        }
            .entries .list li em a {
                display: block;
                padding-left: 20px;
                padding-right: 60px;
            }
            .entries .list li em span {
                position: absolute;
                top: 4px;
                right: 0;
                margin-left: 0px;
                padding: 2px 8px;
                font-size: 1.1rem;
            }
        .entries .list li p {
            padding: 10px 0;
            font-size: 1.4rem;
        }
        .entries .list li .link {
            display: block;
            margin-bottom: 10px;
            padding: 10px 0 10px 30px;
            background-size: 20px auto;
        }
            .entries .list li .link a {
                font-size: 1.4rem;
                color: #586CB1;
            }
        .entries .list li .data {
            display: block;
        }
            .entries .list li .data .cat {
                display: inline-block;
                margin-bottom: 10px;
                padding: 6px 10px;
            }
                    .entries .list li .data .cat .inner span {
                        margin: 3px 8px 3px 0;
                        padding: 2px 10px 2px;
                        font-size: 1.3rem;
                    }
                    .entries .list li .data .cat .inner span:after {
                        width: 12px;
                        right: -13px;
                    }
            .entries .list li .data .date {
                width: auto;
                display: block;
                text-align: left;
            }
                .entries .list li .data .date .inner {
                    font-size: 1.3rem;
                }
                    .entries .list li .data .date .inner span:first-child {
                        padding: 2px 6px;
                    }
                    .entries .list li .data .date .inner span:last-child {
                        padding: 2px 4px 2px 2px;
                        color: #333;
                    }




/*
生活逆引き
===================*/
.reverse-resolution{
    position: relative;
}
    .reverse-resolution .title{
        font-size: 2.2rem;
        padding: 7px 0;
    }
            .reverse-resolution ul li a{
                height: 120px;
                padding-bottom: 10px;
            }
                .reverse-resolution ul li .ico{
                    height: 70px;
                }
                .reverse-resolution ul li .txt{
                    font-size: 1.5rem;
                }























































































}/*=====================================================================*/