@charset "utf-8";

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 1.6em;
    line-height: 1.2;
    color: #232323;
    font-family: "じゅん 501";
    background-color: #cefded;
    word-break: break-all;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
    a:hover {
        opacity: .8;
        transition: opacity .3s;
    }
}

.all_wrap {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
}

/*===========================================
	ヘッダー
===========================================*/

.header {
    padding-bottom: 0;
    padding-top: 6px;
    border-bottom: 5px solid #00885a;
    background: #fff;
}

.h_lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-bottom: 5px;
    max-width: 1600px;
}

.h_title_box {}

.h_title_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h_title_link:hover {
    opacity: 1;
}

.h_title_logo1 {
    /* width: 10.5rem; */
}

.h_title_logo1 img {
    max-width: 105px;
    width: 100%;
}

.h_title_gp {
    padding-bottom: 0.5em;
    margin: 0 1.7em;
}

.h_title {
    font-size: 5rem;
    color: #4C3F3F;
    margin-bottom: 0.2em;
}

.h_title_sub {
    font-size: 2rem;
    letter-spacing: .15em;
    color: #fff;
    text-align: center;
    background-color: #4C3F3F;
    padding: 2px 0 4px;
    font-family: "じゅん 201";
}

.h_title_logo2 {
    width: 10rem;
}

.h_title_logo2 img {
    max-width: 100px;
    width: 100%;
}

.h_search {
    max-width: 350px;
    width: 100%;
    padding-top: 1em;
}

.h_search_text {
    font-size: 1.8rem;
    text-align: center;
    color: #333333;
}

.h_search_text span {
    position: relative;
}

.h_search_text span::before,
.h_search_text span::after {
    content: "";
    display: block;
    background-color: #000000;
    width: 1px;
    height: 25px;
    position: absolute;
    bottom: 0;
}

.h_search_text span::before {
    left: -13px;
    transform: rotate(-20deg);
}

.h_search_text span::after {
    right: -13px;
    transform: rotate(20deg);
}

/* ▼▼▼ 検索ボックス ▼▼▼ */
/*
.gsc-control-cse {
    padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gsc-search-button {
    margin-left: 0 !important;
}
*/
/* ▲▲▲ 検索ボックス ▲▲▲ */


/*### グローバルナビゲーション ###*/
.gnav {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.gnav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-bottom: 5px solid #00885a;
    z-index: 10;
}

.gnav_list {
    display: flex;
    justify-content: center;
    max-width: 1507px;
    width: 100%;
    margin: auto;
}

.gnav_item {
    font-size: 1.8rem;
    font-weight: bold;
    width: calc(100% / 6);
    border-left: 1px solid #CCCCCC;
}

.gnav_item:last-of-type {
    border-right: 1px solid #CCCCCC;
}

.gnav_item>a {
    height: 100px;
    color: #232323;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 12px;
}

.gnav_item>a:hover {
    opacity: 1;
}

.gnav_item--top>a {
    background-image: url(../img/g_nav_01.png);
}

.gnav_item--gakku>a {
    background-image: url(../img/g_nav_02.png);
}

.gnav_item--obr>a {
    background-image: url(../img/g_nav_03.png);
}

.gnav_item--infoMag>a {
    background-image: url(../img/g_nav_04.png);
}

.gnav_item--townPlan>a {
    background-image: url(../img/g_nav_05.png);
}

.gnav_item--townCenter>a {
    background-image: url(../img/g_nav_06.png);
}

.gnav_item>a {
    background-position: center bottom 40px;
}

.gnav_item>a span {
    position: relative;
    z-index: 1;
}

/* .gnav_item>a span::before {
    content: "";
    width: 114%;
    height: 7px;
    border-radius: 50px;
    background: #99ffff;
    bottom: -3px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    transition: opacity .3s ease-in-out;
}

.gnav_item>a:hover span::before {
    opacity: 1;
} */

.gnav_sp {
    display: none;
}

#toggle_btn {
    display: none;
}

#mask {
    display: none;
}

/* ▼▼▼ プルダウン ▼▼▼ */
.gnav {
    position: relative;
}

.gnav_item {
    transition-duration: 0.1s;
}

.pulldown-selected,
.gnav_item:hover {
    background: #00885a;
}

.gnav_item.pulldown-selected>a,
.gnav_item:hover>a {
    color: #fff;
}

.pulldown-menu {
    position: absolute;
    width: 100%;
    top: 100px;
    border-top: solid 5px #00885a;
    background: #ffffe6;
    left: 0;
    z-index: 4;
    display: none;
    box-shadow: 0px 1px 1px 0px #999;
}

.pulldown-box {
    max-width: 1600px;
    margin: auto;
    display: flex;
    min-height: 250px;
    height: 100%;
}

.pulldown-title {
    width: 20%;
    margin-left: 7%;
    background: #00885a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}

.pulldown-content {
    width: 83%;
    padding: 3% 4%;
    display: flex;
    justify-content: space-between;
}

.pulldown-wide {
    align-items: center;
}

.pulldown-magazine {
    padding: 1% 4%;
}

.pulldown-item {
    width: calc(100% / 3);
}

.pulldown-item-wide {
    width: 100%;
}

.pulldown-item-title {
    color: #00885a;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.pulldown-item-wide .pulldown-list {
    display: flex;
    flex-wrap: wrap;
}

.pulldown-list li {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.pulldown-item-wide .pulldown-list li {
    width: calc(100% / 3);
}

.pulldown-list li a {
    color: #4C3F3F;
    padding-left: 1em;
}

.magazine-box {}

.magazine-info {
    display: flex;
    align-items: center;
}

.magazine-image {
    width: 20%;
}

.magazine-image img {
    width: 100%;
}

.magazine-txt {
    width: 80%;
    padding: 0 4%;
}

.magazine-title-1 {
    font-size: 1.2em;
    color: #00885a;
    margin-bottom: 0.3em;
}

.magazine-title-2 {
    padding-left: 1%;
}

.magazine-detail {
    font-family: 'じゅん 201';
    padding: 1%;
}

.magazine-other {
    display: block;
    background: #00885a;
    width: fit-content;
    padding: 1% 5%;
    margin: 1% auto;
    color: #fff;
    border-radius: 3px;
}

/*===========================================
	トップコンテンツ
===========================================*/

.main.fixed {
    padding-top: 90px;
}

/*### メインビジュアル ###*/
.mainvisual {}

.mainvisual img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.mv_box {
    display: flex;
}

.mv_box a {
    display: block;
    flex-grow: 1;
    width: 100%;
}

/*### ピックアップ ###*/
.pickup_nav {
    padding: 0 1.56%;
    margin: 13px 0;
    position: relative;
    z-index: 1;
}

.pickup_list {
    display: flex;
    justify-content: center;
}

.pickup_list li {
    width: calc(100% / 5);
    margin: 0 5px;
}

.pickup_list li a {
    height: 65px;
    padding: 10px 5%;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
}

.pickup_list li a:hover {
    text-decoration: underline;
}

.pickup_list li.item01 a {
    background-color: #F8C5C7;
}

.pickup_list li.item02 a {
    background-color: #7CBFE7;
}

.pickup_list li.item03 a {
    background-color: #C4E087;
}

.pickup_list li.item04 a {
    background-color: #FAD683;
}

.pickup_list li.item05 a {
    background-color: #B6ABC9;
}

.pickup_list li .icon {
    width: 24%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pickup_list li.item01 .icon {
    background-image: url(../img/pickup_01.png);
}

.pickup_list li.item02 .icon {
    background-image: url(../img/pickup_02.png);
}

.pickup_list li.item03 .icon {
    background-image: url(../img/pickup_03.png);
}

.pickup_list li.item04 .icon {
    background-image: url(../img/pickup_04.png);
}

.pickup_list li.item05 .icon {
    background-image: url(../img/pickup_05.png);
}

.pickup_list li .pickup_text {
    font-size: 2rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding-bottom: 3px;
}

.topic_text {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .02em;
    color: #4D2600;
    background-color: #f5ffe6;
    border: 1px solid #00885a;
    padding: 14px 5px 13px;
    max-width: 1560px;
    width: 97.5%;
    margin: 0 auto 17px auto;
    font-family: "Meiryo", sans-serif;
}


/*### 更新情報、イベント情報 ###*/
.bg1 {
    background-color: #E3F8E2;
    padding: 2em 3.13% 25px;
}

.info_row {
    display: flex;
}

.news {
    width: 67%;
    margin-right: 3%;
}

.news_heading {
    font-size: 3.7rem;
    letter-spacing: .056em;
    text-align: center;
    color: #4C3F3F;
    padding-left: 7%;
    margin-bottom: 0.5em;
}

.news_heading span {
    position: relative;
}

.news_heading span::before {
    content: "";
    background-image: url(..//img/info_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -51%;
    bottom: -3px;
    width: 5rem;
    height: 6rem;
}

.news_content {
    background-color: #fff;
    padding: 25px 3.5% 45px 7%;
    border-radius: 10px;
}

.label_list {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
}

.label_list li {
    max-width: 135px;
    width: 100%;
    color: #00885a;
    background-color: #eeefb8;
    padding-bottom: 3px;
    border-radius: 50px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.85%;
    transition: 0.3s;
    cursor: pointer;
    font-size: 1.1em;
    border: solid 3px #00885a;
}

.label_list li:hover {
    color: #fff;
    background-color: #00885a;
}

.news_row {
    display: flex;
    align-items: baseline;
    padding: 23px 0.5%;
    border-bottom: 1px solid #CCCCCC;
}

.news_list {
    padding-right: 3%;
}

.news_list dt {
    display: flex;
    align-items: baseline;
    width: 35%;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    min-width: 285px;
}

.news_list dt .text_s {
    display: inline-block;
    font-size: 85%;
    padding-top: 0.5em;
    margin-right: 3%;
    width: 5em;
}

.news_list dt .label {
    max-width: 115px;
    width: 100%;
    font-size: 1.3rem;
    font-size: 13px;
    color: #353535;
    color: #353535;
    background-color: #E3E3E3;
    border-radius: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
}

.news_list dd {
    width: 63%;
}

.news_list dd a {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .076em;
    text-decoration: underline;
}

.news_list dd a:hover {
    text-decoration: none;
}

/* ▼▼▼ タブ切り替え ▼▼▼ */
.tab-content {
    overflow-y: scroll;
    height: 515px;
    margin-bottom: 65px;
}

.tab-panel {
    display: none;
}

.tab-item.active {
    color: #fff;
    background-color: #00885a;
}

.tab-panel.active {
    display: block;
}

/* ▲▲▲ カレンダー ▲▲▲ */

.news_btn {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.news_btn a {
    display: block;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 12px 5px;
    background-color: #00885a;
    border-radius: 5px;
}

.event {
    width: 30%;
}

.event_heading {
    font-size: 3.7rem;
    text-align: center;
    color: #4C3F3F;
    padding-left: 11%;
    margin-bottom: 0.5em;
    z-index: 0;
    position: relative;
}

.event_heading span {
    position: relative;
}

.event_heading span::before {
    content: "";
    background-image: url(..//img/event_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -72px;
    bottom: -2px;
    width: 6.2rem;
    height: 5rem;
}

.event_content {
    background-color: #fff;
    padding: 20px 3%;
    border-radius: 10px;
}

/* ▼▼▼ カレンダー ▼▼▼ */
#event::before {
    content: "";
    display: block;
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
}

.calendar_area {
    margin: 0 auto;
    max-width: 296px;
    width: 100%;
}

.calendar_date_wrap {
    position: relative;
}

.calendar_date {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #222449;
    margin-bottom: 0.5em;
}

.calendar_arrow {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 50px;
}

.calendar_arrow.left {
    left: 3%;
    background-color: #222449;
}

.calendar_arrow.right {
    right: 3%;
    background-color: #64657F;
}

.calendar_arrow.left::after,
.calendar_arrow.right::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
}

.calendar_arrow.left::after {
    left: 50%;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.calendar_arrow.right::after {
    right: 31%;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.calendar-wrap {
    margin: 0 auto;
    max-width: 100%;
    /*
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    */
}

.news-wide {
    width: 100%;
    margin: 0;
}

.news-wide .news_list dt {
    width: 20%;
}

.news-wide .news_list dd {
    width: 78%;
}

.event-wide {
    width: 100%;
}

.event-wide .event_heading {
    padding: 0;
}

.event-wide .event_content {
    display: flex;
}

.event-wide .calendar_area {
    max-width: none;
}

.event-wide .calendar_news {
    height: auto;
    max-height: 1000px;
    padding: 0 1%;
}

div#calendar {
    border-top: 0;
}

@media (max-width: 767.98px) {

    .calendar-wrap {
        display: flex;
        flex-direction: column;
    }

}

.calendar {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #222449;
}

.calendar th,
.calendar td {
    border: 1px solid #222449;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.calendar th {
    padding: 6px 10px;
}

.calendar td {}

@media (max-width: 767.98px) {

    .calendar th,
    .calendar td {
        padding: 6px;
        font-size: 12px;
    }

    .calendar th {
        padding: 3px 6px;
    }

}

.calendar .sun {
    color: #e17f7e;
    background-color: #f8e4e2;
}

.calendar .sat {
    color: #034BCB;
    background-color: #e7f6fd;
}

.calendar .mute {
    color: #aaa;
}

.calendar .today {
    background-color: #E2FDFF;
}

.calendar .off {
    background-color: #FFE9BC;
}

.calendar a {
    color: #0000ff;
    text-decoration: underline;
}

.calendar a:hover {
    text-decoration: none;
}

.kyukan {
    font-size: 1.8rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.kyukan span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #FFE9BC;
    border: 1px solid #999999;
    margin-right: 7px;
}

/* ▲▲▲ カレンダー ▲▲▲ */


/* ▼▼▼ Googleカレンダー ▼▼▼ */
.googleCalendar {
    max-width: 407px;
    width: 100%;
    height: 705px;
    margin: 12px 0 0 auto;
}

.googleCalendar iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .googleCalendar {
        height: 500px;
    }

    .googleCalendar iframe {
        height: 100%;
    }
}

/* ▲▲▲ Googleカレンダー ▲▲▲ */

.calendar_btn {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.calendar_btn a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 12px 5px;
    background-color: #01266C;
    border-radius: 5px;
}

.calendar_news {
    max-width: 407px;
    width: 100%;
    overflow-y: scroll;
    height: 355px;
    padding-right: 7%;
    margin: 12px 0 0 auto;
}

.calendar_news_no_button {
    height: 406px;
}

.calendar_news .item {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 5% 0.7em;
    margin-bottom: 0.9em;
}

.calendar_news .item:first-of-type {
    padding-top: 5px;
}

.calendar_news .item:last-of-type {
    margin-bottom: 0;
}

.calendar_news dt {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.calendar_news dt .text_s {
    display: inline-block;
    font-size: 74%;
    padding-top: 5px;
    margin-right: 3%;
}

.calendar_news dd {
    font-size: 1.8rem;
}

.calendar_news dd a {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
}

.calendar_news dd a:hover {
    text-decoration: none;
}

/*### まちづくりセンター ###*/
.bg2 {
    background-color: #F9F6F0;
    padding: 17px 3.13% 55px;
}

#center:before {
    content: "";
    display: block;
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
}

.townDev_inner {
    border-top: 8px solid #009966;
    background-color: #fff;
    padding: 20px 2.9% 80px;
}

.townDev_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.4em;
}

.townDev_row:last-of-type {
    margin-bottom: 0;
}

.townDev_left {
    width: 60.5%;
    padding-left: 2%;
}

.townDev_textArea {
    padding-left: 3%;
}

.townDev_pic {
    width: 35.5%;
}

.townDev_pic img {
    width: 100%;
    border-radius: 10px;
}

.townDev_h_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.townDev_h_wrap .logo_left {
    width: 10.5rem;
}

.townDev_h_wrap .logo_right {
    width: 10rem;
}

.townDev_heading {
    font-size: 5rem;
    letter-spacing: .056em;
    color: #4C3F3F;
    margin: 2% 5%;
}

.townDev_textArea .text_b {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: .056em;
    padding: 0.2em 0 0.4em;
}

.townDev_textArea .text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: .056em;
}

.btn_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3em;
}

.btn_list li {
    width: 48.5%;
    margin-bottom: 15px;
}

.btn_list li a {
    font-size: 3rem;
    font-weight: bold;
    font-family: "じゅん 201";
    color: #fff;
    background-color: #009966;
    border-radius: 50px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: left 11% center;
    padding-bottom: 5px;
}

.btn_list li.long_text a {
    font-size: 2.6rem;
    padding-left: 7%;
}

.townDev_outline_wrap {
    width: 42.5%;
    padding-top: 10px;
}

.townDev_outline {
    margin-bottom: 70px;
}

.townDev_outline .item {
    display: flex;
    border-bottom: 1px dashed #1566CA;
    padding: 1em 0.5% 1em 6%;
    align-items: center;
}

.townDev_outline dt {
    font-size: 2.3rem;
    letter-spacing: .04em;
    width: 23%;
}

.townDev_outline dd {
    font-size: 2rem;
    letter-spacing: .08em;
    width: 77%;
}

.townDev_btn {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.townDev_btn a {
    display: block;
    font-size: 3.1rem;
    font-family: "じゅん 201";
    text-align: center;
    color: #fff;
    padding: 0.46em 6px 0.6em 10%;
    background-color: #009966;
    border-radius: 5px;
    background-image: url(../img/inquiry.png);
    background-repeat: no-repeat;
    background-position: left 10% center;
}

.townDev_map {
    width: 53.1%;
}

.map_text {
    font-size: 3rem;
    letter-spacing: .056em;
    text-align: center;
    margin-bottom: 13px;
}

.map iframe {
    width: 100%;
}

.access_txt {
    padding: 3%;
}

/*### 広告バナー ###*/
.link_heading {
    font-size: 1.3em;
    margin: auto;
    margin-bottom: 1%;
    max-width: 1200px;
    padding-left: 1em;
}

.bg3 {
    background-color: #E3F8E2;
    padding: 33px 3.13% 3px;
}

.bnr_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2%;
}

.bnr_list li {
    width: calc(100% / 4);
    padding: 0 2.08%;
    margin-bottom: 30px;
}

.bnr_list img {
    width: 100%;
}

/*===========================================
	フッター
===========================================*/

.footer {
    padding: 35px 3% 6px 2%;
    background-color: #fff;
}

.f_row {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: auto;
}

.f_logo {}

.f_title_box {
    width: 42.5%;
    margin-right: 2%;
}

.f_title_box a {
    display: flex;
    align-items: center;
}

.f_title_box a:hover {
    opacity: 1;
}

.f_title {
    font-size: 4.3rem;
    color: #4C3F3F;
    margin: 0 2%;
}

.counter-box {
    display: flex;
    align-items: center;
    margin: 3%;
    color: #666;
    font-size: 0.9em;
}

.f_menu {
    width: 30%;
    display: flex;
    align-items: flex-end;
}

.f_menu_list {
    width: 50%;
}

.f_menu_list li {
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

.f_menu_list li a {
    font-size: 1.8rem;
    position: relative;
    padding-left: 1em;
}

.f_menu_list li a:hover {
    text-decoration: underline;
}

.f_menu_list li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-left: 8px solid #000000;
}

.f_contact {
    width: 25.5%;
}

.f_address {
    font-size: 2.3rem;
    letter-spacing: .08em;
    margin-bottom: 0.4em;
}

.f_address span {
    font-size: 80%;
}

.f_num {
    font-size: 3.5rem;
    letter-spacing: .12em;
    line-height: 1.7;
    position: relative;
    padding-left: 2em;
}

.f_tel::before {
    content: "";
    background-image: url(..//img/tel_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 11px;
    width: 3.3rem;
    height: 4rem;
}

.f_fax::before {
    content: "";
    background-image: url(..//img/fax_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4.5rem;
    height: 4rem;
}

.copyright {
    display: block;
    font-size: 15px;
    color: #4C3F3F;
    line-height: 1.2;
    text-align: center;
    padding-top: 10px;
}

/*### ページトップへボタン ###*/
#page_top {
    position: fixed;
    right: 10px;
    bottom: 3.5em;
    opacity: 0.8;
}

#page_top:hover {
    opacity: 1;
}

#page_top a {}

#page_top a:hover {}

#page_top .circle {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #00885a;
    margin: auto;
}

.dli-chevron-round-right {
    display: inline-block;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    transform: translateX(0%) rotate(-45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 50px;
}

.dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
}

.dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
}

#page_top .text {
    font-size: 1.7rem;
    margin-top: 8px;
}

.backLink {
    background: #28406d;
    display: block;
    width: fit-content;
    margin: 2% auto;
    padding: 0.5em 3em 0.7em 3em;
    color: #fff;
    border-radius: 3px;
}

/*===========================================
	ここから中ページ　センター概要
===========================================*/

.align-center {
    text-align: center;
}

/* ▼▼▼ パンくず ▼▼▼ */
.breadcrumbs {
    max-width: calc(1295px + 6%);
    margin: 0 auto;
    padding: 15px 3%;
    font-size: 14px;
    /* font-family: "じゅん 201"; */
}

.breadcrumbs ol {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumbs ol li {
    white-space: nowrap;
    word-break: keep-all;
    margin-right: 25px;
    position: relative;
}

.breadcrumbs ol li:last-child {
    margin-right: 0;
}

.breadcrumbs li:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs a {
    color: #0000ff;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    opacity: 1;
    text-decoration: none;
}

/* ▲▲▲ パンくず ▲▲▲ */

.wrapper {
    max-width: calc(1295px + 6%);
    margin: 0 auto;
    padding: 0 3%;
}

.title {
    font-size: 4rem;
    letter-spacing: .1em;
    text-align: center;
    background-color: #d9f5ad;
    padding: 0px 5px 6px;
    margin-bottom: 0.825em;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner {
    padding: 0 7.53% 10rem;
}

.pageLink_list {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 1.5em auto;
}

.pageLink_list li {
    width: calc(100% / 4);
    padding: 0 7px;
}

.pageLink_list li a {
    font-family: "じゅん 201";
    display: block;
    font-size: 1.8rem;
    text-align: center;
    color: #00885a;
    border: 1px solid #00885a;
    padding: 6px 5px 9px;
    border-radius: 30px;
    position: relative;
}

.pageLink_list li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.pageLink_list li a:after {
    content: "";
    position: absolute;
    left: 6%;
    top: 38%;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #00885a;
    border-right: 2px solid #00885a;
    transform: rotate(45deg) translateY(-50%);
}

.content {
    margin-bottom: 5em;
}

.heading {
    font-size: 3rem;
    letter-spacing: .056em;
    color: #fff;
    background-color: #00885a;
    padding: 0px 5px 6px 0.667em;
    border-radius: 10px;
    margin-bottom: 25px;
    min-height: 70px;
    display: flex;
    align-items: center;
}

.heading_inner {
    padding: 0 3%;
}

.subHeading {
    font-size: 2.5rem;
    color: #00885a;
    border-bottom: 3px solid #00885a;
    padding: 0 0.8em 3px;
    margin-bottom: 10px;
}

.heading_inner .text {
    font-family: "じゅん 201";
    font-size: 1.8rem;
    letter-spacing: .056em;
    line-height: 2;
}

.outline .item {
    display: flex;
}

.outline dt {
    width: 12%;
}

.outline dd {
    width: 88%;
}

.list a {
    color: #0000ff;
    text-decoration: underline;
}

.list a:hover {
    text-decoration: none;
}

.pic_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.pic_list li {
    width: 46%;
    margin-bottom: 40px;
}

.pic_list li img {
    width: 100%;
}

.pic_list li .text_b {
    font-size: 3rem;
    text-align: center;
    letter-spacing: .056em;
    line-height: 2;
}

/*===========================================
	情報誌
===========================================*/

.magazine_row {
    display: flex;
    padding: 20px 1.5% 35px;
}

.magazine_pic {
    width: 36%;
    padding-right: 5%;
}

.magazine_pic img {
    max-width: 100%;
}

.magazine_right {
    width: 64%;
}

.magazine_text {
    font-family: "じゅん 201";
    font-size: 1.8rem;
    letter-spacing: .056em;
    line-height: 2;
}

.magazine_btn {
    max-width: 370px;
    width: 100%;
    margin: 25px 0 0 0;
}

.magazine_btn a {
    font-size: 2.6rem;
    font-family: "じゅん 201";
    color: #fff;
    background-color: #00885a;
    border-radius: 10px;
    padding: 0 0 5px 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.magazine_btn a:after {
    content: "";
    position: absolute;
    right: 7%;
    top: 45%;
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.pageMove_btn {
    max-width: 370px;
    width: 100%;
    margin: 8rem auto 0 auto;
}

.pageMove_btn a {
    font-size: 2.2rem;
    color: #025084;
    border: 1px solid #00885a;
    border-radius: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pageMove_btn a:hover {
    opacity: 1;
    text-decoration: underline;
}

.pageMove_btn a:after {
    content: "";
    position: absolute;
    right: 6%;
    top: 48%;
    width: 13px;
    height: 13px;
    border-top: 3px solid #358BC6;
    border-right: 3px solid #358BC6;
    transform: rotate(45deg) translateY(-50%);
}

/*===========================================
	まちづくり通信バックナンバー
===========================================*/

.magazine_row.backnumber {
    border-bottom: 2px dotted #333333;
    margin-bottom: 5.5rem;
}

/* ▼▼▼ ページネーション ▼▼▼ */
.pagination {
    padding-top: 10px;
}

.paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.paging li {
    margin: 0 4px 5px;
}

.paging li a,
.paging li span {
    font-family: "じゅん 201";
    width: 48px;
    height: 48px;
    font-size: 1.7rem;
    color: #00885a;
    padding-bottom: 2px;
    border: 1px solid #00885a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.paging li a:hover {
    opacity: 1;
    color: #fff;
    background-color: #00885a;
}

.paging li span.active {
    color: #fff;
    background-color: #00885a;
}

/* ▲▲▲ ページネーション ▲▲▲ */