﻿
@import url(./default_body.css);

a:hover {
    top: initial;
    left: initial;
}

/* 横スクロールバー禁止 */
html, body {
    overflow-x: hidden;
}

/* TOP画面外枠 */
#container {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    font-size: 90%;
    padding: 0px;
}

/* メイン */
.mainBlock {
    max-width: 1100px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px;
}

.mainBlock_btnarea {
    max-width: 1100px;
    margin: 0px auto 0px auto;
    padding: 10px 0px 0px;
    position: relative;
}

/*アニメーション*/

/*フェードインスクロールイン*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms;
}

/*フェードインズームイン*/
.zoomin.scrollin {
    opacity: 1;
    transform: scale(1);
}

.zoomin {
    opacity: 0;
    transform: scale(0.8);
    transition: all 2000ms;
}

#struct {
    margin-left: auto;
    margin-right: auto;
}

img.imgFromText {
    max-height: 126px !important;
    max-width: 90px !important;
}

* html img.imgFromText {
    height: 126px !important;
    width: 90px !important;
}


/*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/

.flash {
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}

    .flash img {
        display: none; /* 読み込みされただけの画像は非表示 */
        width: 100%;
    }

.slide {
    /*aspect-ratio: 1900 / 600;*/
    border-bottom: 2px solid #fff !important;
}

/*@media screen and (min-width:1466px) {

    .flash li img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        object-position: 0% 50%;
    }

    .slide {
        height: 600px;
        width: 100%;
    }

}*/


/***************************/
/* 各スライダーの再生・停止ボタン */
/***************************/

/* スライド停止ボタン調整 */
.bx-controls-auto .bx-controls-auto-item {
    width: 15px !important;
    height: 12px !important;
}

.slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px
}

    .slick_toggle_wrap span {
        position: absolute;
        right: 5px;
        bottom: 20px;
        border: solid 1px;
        border-radius: 2px;
        padding: 0px 0px 0px 0px;
        width: 20px;
        height: 19px;
        background-color: #fff !important;
    }

.slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    cursor: hand;
}

.slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

.slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

.slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

.slick_toggle.paused .play {
    display: block !important;
    width: 20px !important;
    z-index: 10 !important;
}


@media screen and (max-width:1110px) {

    .ttl_osusume {
        width: 290px;
    }

    #banSlide {
        max-width: 310px !important;
    }
}

@media screen and (max-width: 500px) {

    .ttl_osusume {
        width: 240px;
    }

    #banSlide {
        max-width: 240px !important;
    }

    .slick-initialized .slick-slide {
        max-width: 220px;
    }
}

/* 新着情報 */
/* 2016/12/13 アクセシビリティ対応 focus認識*/
#newTtlTab p a#rss:focus {
    border: dashed #000 1px;
}

/* 2016/12/13 アクセシビリティ対応 tab文字リンク設定*/
#newTtlTab span a {
    text-decoration: none;
    /*padding: 0px 22px;*/
}

/* 2016/12/13 アクセシビリティ対応 tab文字リンク設定*/

.info01 {
    padding: 3px 0px 7px 3px;
    margin: 0px 0px 10px 0px;
}

.info ul {
    padding: 7px 0px;
}

    .info ul#important {
    }

.listInfo ul li {
    line-height: 130%;
    padding: 5px 15px;
    font-size: 1.2em;
}

    .listInfo ul li a {
        text-decoration: none;
    }

    .listInfo ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

.info p.koushinDay, .info p.eventDay {
    width: auto;
    float: left;
    min-width: 130px;
    font-size: 0.9em;
}

.info p.eventDate {
    width: auto;
    float: left;
    min-width: 100px;
    font-size: 0.9em;
    margin-right: 5px;
}

div.newTtl {
    width: 550px;
}

.listLink {
    width: 530px;
    text-align: right
}

.listInfo {
    padding: 5px 3px 0px 2px;
    font-size: 1em;
}

span.newdspmark {
    margin-right: 4px;
}

    span.newdspmark img {
        margin-right: 3px;
    }

.listInfo div.title {
    width: 325px;
    float: left;
}

p.nodata {
    text-align: left;
    margin: 10px 0px 10px 15px;
}

.kijiTtl {
}

p.koushinDay {
    float: left;
    margin: 0px 10px 5px 0px;
}

.mainblock {
}

.cont_title {
    text-align: center;
    padding: 0px 0px 40px;
}

    .cont_title img {
        max-width: 100%;
    }

.cont_btn {
    text-align: center;
}

    .cont_btn img {
        max-width: 100%;
    }

.mainBlock_btnarea {
    max-width: 1100px;
    margin: 0px auto 0px auto;
    padding: 10px 0px 0px;
    position: relative;
}

#bosyu_area {
    width: 100%;
    padding: 0px 0px;
    position: relative;
}

    #bosyu_area .info02 {
        position: relative;
    }

#btn_area01 {
    margin: 40px auto;
}

#maigo_area {
    padding: 80px 0px;
}

    #maigo_area .info02 {
        position: relative;
    }

#touroku_area {
    padding: 80px 0px;
    position: relative;
}

.maigo_inu {
    position: absolute;
    left: 30px;
    bottom: 0px;
}

.hogo_neko {
    position: absolute;
    right: 30px;
    bottom: -24px;
}

#bosyu_area {
    padding: 80px 0px;
}

.btn_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


@media screen and (min-width:1100px) {
    .btn_item {
        height: 270px;
    }
}

@media screen and (max-width:1099px) {
    .btn_item {
        width: 32%;
    }

        .btn_item img {
            max-width: 318px;
            width: 100%;
        }
}

@media screen and (max-width:650px) {
    .btn_item {
        width: 49%;
    }

        .btn_item img {
            max-width: 318px;
            width: 100%;
        }

    .maigo_inu {
        display: none;
    }

    .hogo_neko {
        display: none;
    }
}


/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/

.kijiTtl a {
    text-decoration: none;
}

#new_Area {
    width: 100%;
    padding: 40px 0px;
    position: relative;
}

    #new_Area .info01 {
        position: relative;
    }

.ashiato_left {
    position: absolute;
    top: 220px;
    left: 0px;
}

.ashiato_right {
    position: absolute;
    bottom: -30px;
    right: 0px;
}

.menuarea {
    width: 100%;
    margin: 0px auto;
    max-width: 1100px;
}

.newtitle {
    text-align: center;
    margin: 0px;
    width: 250px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.info {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 780px;
}

.info02 {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
}

li.loadbox {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 310px;
}

#newTtlNavi {
    padding: 2px 0px 0px 0px;
    margin: 0px;
}

#newTtlTab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
}

    #newTtlTab h3 {
        margin: 0px auto 0px auto;
        padding: 10px 0px 5px;
        text-decoration: none;
        width: 48%;
        text-align: center;
        border-radius: 10px 10px 0px 0px;
        font-size: 1.2em;
        font-weight: bold;
    }

    #newTtlTab .selected {
        padding: 10px 0px 5px;
        margin: 0px auto 0px auto;
        cursor: default;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 10px 10px 0px 0px;
    }

    #newTtlTab h3 span {
        padding: 0px;
    }

        #newTtlTab h3 span#tab1 {
            background-repeat: no-repeat;
            background-position: 7px center;
        }

        #newTtlTab h3 span#tab2 {
            background-repeat: no-repeat;
            background-position: 12px center;
        }

        #newTtlTab h3 span#tab3 {
            padding: 0px 0px 5px 0px;
        }

    #newTtlTab h3 .rss {
        text-decoration: none;
        padding: 1px 3px;
        font-weight: bold;
        font-size: 0.8em;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        margin-left: 5px;
    }

h3 .rss {
    text-decoration: none;
    padding: 1px 3px;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 5px;
}

#newttltab .selected h3 .rss {
    text-decoration: none;
    padding: 1px 3px;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 5px;
}

#newTtlTab h3 a.rss:focus {
    border: dashed #000 1px;
}

#newTtlTab span a {
    text-decoration: none;
}

#newTtlTab .selected a {
}

.sankakuN {
    position: relative;
}

    .sankakuN :after {
        border: 7px solid transparent;
        border-top-color: #E49F9A;
        border-bottom-width: 0;
        bottom: -7px;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
    }

.sankaku {
    position: relative;
}

    .sankaku :after {
        border: 7px solid transparent;
        border-top-color: #E49F9A;
        border-bottom-width: 0;
        bottom: -7px;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
    }

.info01 {
    padding: 0px;
    margin: 20px 0px 10px 0px;
    max-width: 100%;
    width: 100%;
}

.info ul {
    padding: 2px 0px;
}

    .info ul#important {
    }

.listInfo02 ul li {
    line-height: 150%;
    max-width: 300px;
    border-radius: 10px;
}

    .listInfo02 ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

.info02 p.koushinDay {
    width: auto;
    float: left;
    min-width: 90px;
    font-size: 0.9em;
}

.info02 p.eventDate {
    width: auto;
    float: left;
    min-width: 90px;
    font-size: 0.9em;
}

div.newTtl {
    padding: 0px 0px 0px 8px;
    width: 100%;
}

    div.newTtl .topCName {
        font-size: 0.8em;
    }

/* 本日以降の予定を重複なし表示 */
.eventDateDating {
    width: auto;
    float: left;
    min-width: 130px;
    font-size: 0.9em;
    margin: 0px 15px 0px 0px;
}

.newTtlDating {
    padding: 0px 0px 10px 15px;
    width: 98%; /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
}

    .newTtlDating .topCName {
        font-size: 0.8em;
    }

.eventDateDating .termTitle {
    font-size: 0.8em !important;
    margin-right: 5px !important;
    padding: 2px 0px 2px 3px !important;
    letter-spacing: 0.2em !important;
    display: none;
}

.listInfo_noBgImg {
    background-image: none !important;
    background-position: 0px 0px !important;
}

    .listInfo_noBgImg .img img {
        width: 250px;
    }

div.eventTitle {
}

.info span.term {
    font-size: 0.9em;
    white-space: nowrap;
}

.info span.termTitle {
    font-size: 0.7em;
    margin-right: 5px;
    padding: 1px 3px;
}

.ichiran_area {
    max-width: 200px;
    text-align: center;
    margin: 0px auto;
}

.infoIchiran {
    margin: 20px auto;
    letter-spacing: 1px;
    padding: 5px 15px 15px;
    outline: 0;
    border: 1px solid #442D0B;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

    .infoIchiran ::after {
        content: "";
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100%;
        bottom: 5px;
        right: 5px;
        transition: 0.2s;
    }

    .infoIchiran:hover ::after {
        top: 0px;
        left: 0px;
    }

    .infoIchiran span {
        position: relative;
        /*z-index: 2;*/
        font-size: 1.2em;
        font-weight: bold;
    }

    .infoIchiran a {
        text-decoration: none;
        font-size: 90%;
    }

.infoIchiran02 {
    margin: 20px auto;
    letter-spacing: 1px;
    padding: 5px 15px 15px;
    outline: 0;
    border: 1px solid #442D0B;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

    .infoIchiran02 ::after {
        content: "";
        width: 100%;
        z-index: 1;
        position: absolute;
        height: 100%;
        bottom: 5px;
        right: 5px;
        transition: 0.2s;
    }

    .infoIchiran02:hover ::after {
        top: 0px;
        left: 0px;
    }

    .infoIchiran02 span {
        position: relative;
        z-index: 2;
    }

    .infoIchiran02 a {
        color: #333333;
        text-decoration: none;
        font-size: 90%;
    }

.listLink {
    width: 530px;
    text-align: right;
}

.listInfo {
    padding: 15px 0px 0px 0px;
    font-size: 1em;
    border-radius: 0px 0px 10px 10px;
    margin: 0px auto;
    width: 100%;
}

span.newdspmark {
    margin-right: 4px;
}

    span.newdspmark img {
        margin-right: 3px;
    }

.listInfo div.title {
    width: 325px;
    float: left;
}

.listInfo p.nodata {
    text-align: center;
    padding: 10px 0px 10px 15px;
}

p.nodata {
    text-align: left;
    margin: 10px 0px 10px 15px;
}

p.nodata {
    text-align: center;
}

p.nodata {
    text-align: left;
    margin-left: 15px;
    padding: 20px 0px;
}


/*:::::::::::::::::::::::::
 * 迷子エリア
 *::::::::::::::::::::::::*/

#tabDisp_Maigo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
}

    #tabDisp_Maigo h3 {
        margin: 0px auto 0px auto;
        padding: 10px 0px 5px;
        text-decoration: none;
        width: 48%;
        text-align: center;
        border-radius: 10px 10px 0px 0px;
        font-size: 1.2em;
        font-weight: bold;
    }

    #tabDisp_Maigo .selected {
        padding: 10px 0px 5px;
        margin: 0px auto 0px auto;
        cursor: default;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 10px 10px 0px 0px;
    }

    #tabDisp_Maigo h3 span {
        padding: 0px;
    }

        #tabDisp_Maigo h3 span#tab1 {
            background-repeat: no-repeat;
            background-position: 7px center;
        }

    #tabDisp_Maigo h3 .rss {
        text-decoration: none;
        padding: 1px 3px;
        font-weight: bold;
        font-size: 0.8em;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        margin-left: 5px;
    }

    #tabDisp_Maigo h3 a.rss:focus {
        border: dashed #000 1px;
    }

    #tabDisp_Maigo span a {
        text-decoration: none;
    }

    #tabDisp_Maigo .selected a {
    }


/*:::::::::::::::::::::::::
 * タブ切り替え表示
 *::::::::::::::::::::::::*/

.tabDispArea {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
}

    .tabDispArea h3 {
        margin: 0px auto 0px auto;
        padding: 10px 0px 5px;
        text-decoration: none;
        cursor: pointer;
        width: 48%;
        text-align: center;
        border-radius: 10px 10px 0px 0px;
        font-size: 1.2em;
        font-weight: bold;
    }

    .tabDispArea .selected {
        padding: 10px 0px 5px;
        margin: 0px auto 0px auto;
        cursor: default;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 10px 10px 0px 0px;
    }

    .tabDispArea h3 span {
        padding: 0px;
    }

    .tabDispArea span a {
        text-decoration: none;
    }

    .tabDispArea .selected a {
    }

#tabDispInfo1_Joto {
    margin: 0px auto;
}

#tabDispInfo2_Joto {
    margin: 0px auto;
}

/*:::::::::::::::::::::::::
 * レスポンシブ
 *::::::::::::::::::::::::*/

@media screen and (max-width:756px) {

    .btn_bar {
        display: none !important;
    }

    .ashiato_left {
        display: none;
    }

    .ashiato_right {
        display: none;
    }

    #new_Area {
        padding: 20px 0px;
    }

        #new_Area .mainBlock {
            width: 100%;
            margin: 0px auto;
            max-width: 1100px;
        }

    #mainOnseiT {
        display: none;
    }

    .info p.koushinDay, .info p.eventDay {
        width: 100%;
        float: left;
        min-width: 130px;
        font-size: 0.9em;
    }

    .eventDateDating {
        width: 100%;
        float: left;
        min-width: 130px;
        font-size: 0.9em;
        margin: 0px 15px 0px 0px;
    }

    .mainBlock .cont_title {
        padding: 0px 30px 40px;
    }
}

.bar_item {
    padding: 12px 0px 0px;
}

.bar_item02 {
    padding: 10px 0px 0px;
    border-top: 1px solid #707070;
}


@media screen and (max-width:1000px) {
    #head_area {
        margin: 5px auto;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        height: 60px;
    }

    #menu_area {
        display: none;
    }

    #mainTopBtn {
        display: none;
    }

    #searchUsing {
        display: none;
    }

    #voice {
        display: none;
    }

    #headertitle img {
        display: none;
    }

    #headertitle02 img {
        display: block;
        max-width: 350px;
        margin: 5px 0px 10px 10px;
    }

    #headertitle img {
        width: 320px;
        margin: 20px 5px;
    }

    .listInfo {
        padding: 0px 0px 0px 0px;
        font-size: 1em;
        border-radius: 0px 0px 10px 10px;
        margin: 0px auto;
        width: 100%;
    }
    /*ハンバーガーメニュー*/
    #headMenuSP {
        display: block;
    }

    input.searchBox {
        font-size: 1.0em;
        padding-left: 5px;
        width: 160px;
        margin: 0;
        vertical-align: middle;
        height: 20px;
    }

    #mainHeaderTop {
        margin: 0;
        padding: 0px 0;
        position: absolute;
        top: 81px;
        right: 5px;
        font-size: 0.9em;
    }

    #mainOnseiT {
        background: #eff0f2;
        float: left;
        margin: 0px 10px 0px 15px;
        padding: 4px 5px 0px;
        font-size: 0.9em;
        width: 123px;
    }

    #naviAreaSP {
        padding: 10px;
        background-color: #f0f6da !important;
    }

    div#naviAreaSP a {
        display: block;
        color: #6b4c32;
        font-weight: bold;
        padding: 15px;
        border-bottom: solid 1px #cccccc;
        background: url("../../images/top1/ya_gray.png") no-repeat 98% center;
        background-size: auto;
        background-size: 5px 8px;
        text-decoration: none;
    }

    #navi_listSP {
        background: #FFFFFF;
    }

    div#naviAreaSP ul#navi_listSP li a {
        color: #6b4c32;
    }

    .headMenuTtlSP {
        background: #FFFFFF;
        border: 1px solid #cccccc;
        margin: 10px 5px 0px 5px;
        text-align: center;
    }

    #logo a {
        color: #ffffff;
    }

    .menu_btn_area {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        font-weight: bold;
        margin: 0px auto 20px;
    }

    .menu_btn {
        max-width: 175px;
        width: 100%;
        padding: 15px 0px 5px;
        border-radius: 5px;
        margin: 15px auto;
        height: 55px;
        font-size: 0.8em;
    }

    .menu_btn02 a {
        display: table-cell; /* IE8から使用可能 */
        vertical-align: middle;
        width: 220px;
        height: 70px;
    }

    .menu_btn02_w a {
        display: table-cell; /* IE8から使用可能 */
        vertical-align: middle;
        width: 210px;
        height: 70px;
    }

    .menu_btn03 a {
        display: table-cell; /* IE8から使用可能 */
        vertical-align: middle;
        width: 210px;
        height: 70px;
    }

    .joukyou_title {
        font-size: 1.3em;
    }

    .navi_child {
        display: none;
    }

    div#popNaviArea div.g_navi, div#popNaviArea ul.g_navi {
        background-color: #fef4f4;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 0px #CCCCCC;
    }
}

/*** 画像付き記事一覧 from .KijiAreaType4, .KijiListType4 ***/
/* frexの入れ子に対するIE11の時の表示 start */
@media screen and ( min-width:1382px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 1026px !important;
    }
}

@media screen and ( max-width:1381px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 900px !important;
        float: right !important;
    }
}

@media screen and ( max-width:1281px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 800px !important;
        float: right !important;
    }
}

@media screen and ( max-width:1169px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 1000px !important;
        float: none !important;
    }
}

@media screen and ( max-width:1069px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 750px !important;
        float: none !important;
    }
}

@media screen and ( max-width:767px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 700px !important;
        float: none !important;
    }
}

@media screen and ( max-width:480px ) and (-ms-high-contrast: none) {
    .KijiAreaType4 {
        width: 400px !important;
        float: none !important;
    }
}

.KijiListType4 {
    width: 100% !important;
    padding: 0px !important;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    list-style-type: none;
    border: none;
    margin: 20px auto;
}

    .KijiListType4:after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        margin-right: 25px;
        height: 1px;
    }

    .KijiListType4 li {
        background-image: none !important;
        margin: 10px auto;
        border: none;
    }

        .KijiListType4 li.loadbox .kijiTitle-wrap {
            padding: 5px 0px;
        }

        .KijiListType4 li.loadbox .kijiTitle-content {
            overflow: hidden;
        }

        .KijiListType4 li.loadbox .kijiTitle {
            float: none;
            display: table;
            width: 100%;
            height: 100%;
        }

        .KijiListType4 li .kijiTitle div {
            display: table-cell;
            vertical-align: middle;
            padding: 0px 9px;
            font-size: 1.1em;
            font-weight: bold;
        }

        .KijiListType4 li .gaiyou {
            padding: 9px;
        }

        .KijiListType4 li.loadbox .ttl {
            padding: 5px 0px;
            overflow: hidden;
            float: none;
            display: table;
            width: 100%;
            height: 100%;
        }

            .KijiListType4 li.loadbox .ttl a {
                display: table-cell;
                vertical-align: middle;
                padding: 0px 9px;
                font-size: 1.1em;
                font-weight: bold;
            }

@media screen and ( max-width:982px ) {
    .KijiAreaType4 {
        width: 100%;
    }
}

@media screen and ( min-width:1076px ) {

    .KijiListType4:after {
        width: 30% !important;
    }

    .KijiListType4 li {
        width: 30% !important;
    }
}

@media screen and ( max-width:1075px ) {
    .KijiListType4:after {
        width: 49% !important;
        width: -webkit-calc(50% - 45px) !important;
        width: calc(50% - 45px) !important;
        max-width: 470px !important;
/*        margin-left: 10px !important;*/
    }

    .KijiListType4 li {
        width: 49% !important;
        width: -webkit-calc(50% - 45px) !important;
        width: calc(50% - 45px) !important;
        max-width: 470px !important;
/*        margin-left: 10px !important;*/
    }
}

@media screen and ( max-width:767px ) {
    .KijiAreaType4 {
        width: 100%;
        padding: 0;
    }

    .KijiListType4:after {
        width: 100% !important;
        padding: 0;
    }

    .KijiListType4 li {
        width: 100% !important;
        padding: 0;
    }

    .mainblock_imgttl {
        margin-top: 15px;
    }
}

.KijiListType4 .loadbox .img {
    margin: 0px auto auto !important;
    width: 100% !important;
    text-align: center;
}

.KijiListType4 .loadbox .img {
    float: none;
}

    .KijiListType4 .loadbox .img img {
        vertical-align: middle;
    }

.KijiListType4 .loadbox .img_l {
    margin: 0px auto auto !important;
    width: 100% !important;
    text-align: center;
}

.KijiListType4 .loadbox .img_l {
    float: none;
}

    .KijiListType4 .loadbox .img_l img {
        vertical-align: middle;
    }

.KijiListType4 .loadbox .title a {
    overflow: hidden;
    float: none;
    vertical-align: middle;
    padding: 0px 5px 0px 0px;
    font-size: 1.1em;
    font-weight: bold;
}

@media screen and ( min-width:950px ) {
    .KijiListType4 .loadbox .img img {
        object-fit: cover;
        max-width: 300px !important;
        width: 300px;
        height: 180px;
        border-radius: 10px;
        padding-bottom: 5px;
    }

    .KijiListType4 .loadbox .img_l {
        float: none;
    }

        .KijiListType4 .loadbox .img_l img {
            object-fit: cover;
            max-width: 300px;
            width: 100%;
            height: 180px;
            border-radius: 10px;
            padding-bottom: 5px;
        }
}

@media screen and ( max-width:949px ) {
    .KijiListType4 .loadbox .img img {
        object-fit: cover;
        max-width: 288px !important;
        width: 100%;
        height: 180px;
        border-radius: 10px;
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .KijiListType4 .loadbox .img_l {
        float: none;
    }

        .KijiListType4 .loadbox .img_l img {
            object-fit: cover;
            max-width: 288px;
            width: 100%;
            height: 180px;
            border-radius: 10px;
        }
}

.KijiListType4 .term,
.KijiListType4 .upddate,
.KijiListType4 .title {
    width: 100% !important;
    white-space: normal !important;
}

.KijiListType4 .upddate {
    font-size: 11px;
    color: rgb(90, 90, 90);
    text-align: right;
    display: none;
}

.KijiListType4 .upd_date {
    display: none;
}

.loadbox {
    min-height: 250px;
    width: 330px;
    margin: 0px auto;
    padding: 10px;
}

#pagetop {
    position: fixed;
    right: 1rem;
    bottom: 0;
    z-index: 1200;
}


/* IE11に合わせるための設定 */
@media all and (-ms-high-contrast:none) {
    .menu_btn02_w {
        padding: 4px 0px 0px 10px;
        height: 66px;
    }

    .menu_btn02_dc {
        padding: 4px 0px 0px 10px;
        height: 66px;
    }

    .menu_btn02 {
        padding: 4px 0px 0px 10px;
        height: 66px;
    }

    .menu_btn03 {
        padding: 4px 0px 0px 10px;
        height: 66px;
    }

    .menu_btn02 a::after {
        top: 31px; /*ボーダーの太さ分を引く*/
    }

    .menu_btn02_w a::after {
        top: 31px; /*ボーダーの太さ分を引く*/
    }

    .menu_btn02_dc a::after {
        top: 31px; /*ボーダーの太さ分を引く*/
    }
}

.menu_btn02_b {
    max-width: 360px;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    margin: 15px auto;
    height: 50px;
    line-height: 3em;
    font-size: 1.3em;
}

.menu_btn02_bb {
    max-width: 360px;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    margin: 15px auto;
    height: 50px;
    line-height: 3em;
}

.c_title {
    text-align: center;
    padding: 10px 0px;
}

    .c_title span {
        font-size: 1.5em;
        font-weight: bold;
        padding: 10px 0px;
    }

    .c_title img {
        padding: 0px 10px;
        margin: 0px auto;
        vertical-align: bottom;
    }

    .c_title a {
        text-decoration: none;
    }

.joukyou_title {
    text-align: center;
    padding: 10px 0px;
    font-size: 1.5em;
    font-weight: bold;
}

    .joukyou_title a {
        text-decoration: none;
    }

.oshirase_title {
    text-align: center;
    padding: 10px 0px;
    font-size: 1.8em;
    font-weight: bold;
}


/* 記事スライダーの画像 */
#ban_slide_set_furusato img {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    object-fit: cover;
    border: 2px solid #faa096 !important;
    border-radius: 10px;
}

/* はみ出した文字を省略する */
#ban_slide_set_furusato .kiji_title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.8;
    min-height: 94px;
}

/* スライダーの前・次ボタンの位置 */
#ban_slide_set_furusato .slick-prev,
#ban_slide_set_furusato .slick-next {
    top: 180px !important;
}

/* 更新日 */
#ban_slide_set_furusato .kiji_koushinDay {
    margin-top: 15px;
    padding-left: 29px;
    font-size: 0.9em;
    text-align: left;
    width: auto;
    background: url(../images/furusato/icon_dot.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 15px 8px;
}

/* タイトル */
#ban_slide_set_furusato .kiji_title {
    margin: 15px;
    margin-top: 7px;
    font-size: 1em;
    max-width: 300px;
    text-align: left;
    padding: 0px 0px;
}

/*記事スライド高さ:記事タイトルが４行まではみ出さない*/
.slick-initialized .slick-slide {
    max-width: 300px;
    margin: 10px;
    margin-bottom: 0px;
}


/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/

#foreignSP {
    display: none;
    width: 99%;
    margin: 3px auto 3px auto;
}

    #foreignSP .plus {
        background: url("../images/top1/btn_plus_white.png") 98% center no-repeat #E49F9A;
        background-size: auto;
        background-size: 14px;
    }

    #foreignSP .minus {
        background: url("../images/top1/btn_minus_white.png") 98% center no-repeat #E49F9A;
        background-size: auto;
        background-size: 14px;
    }

        #foreignSP .plus a,
        #foreignSP .minus a {
            display: block;
            height: 100%;
            padding: 15px 10px 15px 20px;
            text-decoration: none;
            margin: 0px;
            text-align: center;
            font-size: 1.1em;
        }

    #foreignSP .dspMode {
        display: block !important;
        background-color: #E49F9A;
    }

#foreignTitle {
    width: 100%;
    margin: 1px auto;
}

    #foreignTitle a {
        padding: 10px 8px 10px 12px !important;
        color: #333230;
        display: block;
        height: 100%;
    }

#foreignDsp {
    width: 100%;
    margin: 0px auto;
    padding: 2px 0px 6px 0px;
    display: none;
}

    #foreignDsp ul {
        width: 100%;
        margin: 0px auto;
    }

        #foreignDsp ul li {
            padding: 0px;
            width: calc(100% - 10px);
            margin: 2px 0px 0px 4px !important;
            float: left;
            background: url("../images/top1/ya_gray.png") no-repeat 98% center #ffffff;
            background-size: 7px 10px;
            border: 1px solid #333230;
            border-radius: 5px;
        }

            #foreignDsp ul li a {
                width: 70%;
                line-height: 2.4em;
                display: block;
                padding: 0px !important;
                margin-left: 15px !important;
                font-size: 0.9em;
            }


@media screen and (max-width:980px) {
    #foreignSP {
        display: block;
    }
}

#subsite_Area {
    width: 100%;
    margin: 0px auto;
}

.subsite_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 30px 0px;
    width: calc(100% - 30px);
    flex-wrap: wrap;
    margin: 0px auto;
}

    .subsite_btn img {
        border: 1px solid #D6D6D6;
    }


@media screen and (max-width:768px) {
    .subsite_btn {
        gap: 15px;
    }

        .subsite_btn img {
            max-width: 320px;
            width: 100%;
        }
}

figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

    figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    figure:hover::before {
        -webkit-animation: shine .95s;
        animation: shine .95s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.btn_bar {
    width: 90px !important;
    height: 195px !important;
    position: fixed !important;
    top: 160px !important;
    right: 0px;
    z-index: 10000;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bar_item {
    padding: 12px 0px 0px;
}

.bar_item02 {
    padding: 10px 0px 0px;
    border-top: 1px solid #707070;
}

/* サイト背景色・フォントサイズ */
.hMenu {
    float: left; /* 2016/12/22 アクセシビリティ対応 Tab順 right→left*/
    padding: 5px 0px 0px 0px;
    outline: none;
    margin: 5px 10px 0px 0px;
}

    .hMenu a {
        text-decoration: none;
    }

/* 打ち消しのスタイルシート */
@media screen and (max-width: 410px) {
    .slide .layouttype6 .bx-wrapper .bx-viewport img,
    .slide .layouttype7 .bx-wrapper .bx-viewport img {
        height: unset !important;
        aspect-ratio: unset !important;
    }
}