﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);


/* body */

html, body {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

    /*    a:hover {
        text-decoration: underline;
        position: relative;
        top: 1px;
        left: 1px;
    }
*/

    a:link {
        color: var(--text-color,#194593);
    }

    a:visited {
        color: var(--text-color,#194593);
    }

    a:hover {
        color: var(--text-color,#C70026);
    }


/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}



section {
    margin: 0px auto;
    padding: 0px 0px 0px;
}



/*:::::::::::::::::::::::::
 * メインスライドエリア
 *::::::::::::::::::::::::*/
.fixed-text-box {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-84px, -67%);
    z-index: 100;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    /* 共通スタイル */
    .fixed-text-box span {
        display: block;
        background-color: #fff;
        color: #333;
        font-weight: 500;
        font-size: 2.25rem;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        white-space: nowrap;
        letter-spacing: 0.2rem;
    }

/* 1行目：右の余白を小さく調整 */
.text-row1 {
    /* padding: 上 右 下 左; */
    padding: 12px 15px 12px 35px;
    margin-bottom: 12px;
}

/* 2行目：元の余白 */
.text-row2 {
    padding: 12px 35px;
}


/* Swiper全体を包む親要素（基準点） */
.wrap-swiperArea {
    position: relative;
    background: linear-gradient(to bottom, #fff 45%, #FFEA5C 45%);
    z-index: 1;
}

.swiperArea {
    margin-top: 0px !important;
}

/*メインスライド*/


.swiperArea {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 28px !important;
    position: relative;
}

.slide_image {
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px;
}

.slide_image {
    outline: 3px solid #fff;
    outline-offset: -1px;
}

.swiper-button-prev, & .swiper-button-next {
    color: #e1758b;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.wrap-inner-swiperArea {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 10px);
    margin: 0 auto;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

:root {
    --swiper-button-color: #fff !important;
}

/* 中央のスライド画像の横幅を固定 */
#swp40 {
    max-width: 1200px;
    overflow: visible;
}







@media screen and (min-width:768px) {
    .slide-area {
        min-height: 460px;
        margin: 20px auto;
        max-width: 1000px;
        position: relative;
    }

        .slide-area .bx-wrapper .bx-viewport {
            overflow: visible !important; /* 両サイドに前後の画像を表示させる */
            max-width: 1000px; /* スライド画像の幅（表示させる幅） */
            margin-left: 50%;
        }

            .slide-area .bx-wrapper .bx-viewport li {
                margin-left: -475px !important;
                margin-right: 520px !important;
            }
}

@media screen and (min-width:801px) {
    .slide-areaimg {
        height: 360px;
        width: 950px;
    }

    .slide-area iframe {
        height: 360px;
    }

    .slide-area video {
        height: 360px;
    }
}

@media screen and (max-width:800px) {
    .slide-area img {
        aspect-ratio: 16 / 9;
    }

    .slide-area iframe {
        aspect-ratio: 16 / 9;
    }

    .slide-area video {
        aspect-ratio: 16 / 9;
    }
}




.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: -60px !important;
}

.swiper-pagination-bullet-active {
    background: #ED7D31 !important;
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,1) !important;
    border: 1px solid #fff;
    width: 12px !important;
    height: 12px !important;
}

/* レイアウトシフト調整 start*/
.swiper-wrapper {
    aspect-ratio: 1200 / 500;
}

.slide_image {
    object-fit: cover !important;
}
/* レイアウトシフト調整 end*/




@media screen and (max-width: 1200px) {

    .fixed-text-box span {
        font-size: 1.6rem;
    }

    .fixed-text-box {
        transform: translate(-98px, -57%);
        left: 66%;
    }

    .text-row2 {
        padding: 12px 24px;
    }
}


@media screen and (max-width: 1100px) {

    .swiperArea {
        padding-bottom: 0px !important;
    }



    .newsarea_left {
        margin: 0 auto;
        padding: initial;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .slide_image {
        border-radius: 50px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px;
    }

    .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
        border-radius: 53px;
    }




    .wrap-swiperArea {
        aspect-ratio: 1200/500;
    }

    .swiperArea {
        margin-top: 10px !important;
    }

    .swiper-button-next {
        right: 5px !important;
    }

    .swiper-button-prev {
        left: 5px !important;
    }

    .swiper-button-prev, & .swiper-button-next {
        top: 43%;
    }
}

@media screen and (max-width: 1000px) {
    .fixed-text-box {
        transform: translate(-107px, -57%);
    }

        .fixed-text-box span {
            font-size: 1.2rem;
        }

    .text-row1 {
        padding: 8px 10px 8px 20px;
        margin-bottom: 12px;
    }

    .text-row2 {
        padding: 8px 8px 8px 15px;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        top: -34px !important;
    }
}


@media screen and (max-width: 767px) {
    .swiper-navigation-icon {
        width: 16px !important;
    }

    .swiper-button-next {
        right: 0px !important;
    }

    .swiper-button-prev {
        left: 0px !important;
    }

    .swiper-button-prev, .swiper-button-next {
        top: 47% !important;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}

@media screen and (max-width: 700px) {

    .fixed-text-box span {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 650px) {
    .fixed-text-box {
        transform: translate(-89px, -58%);
    }
}


@media screen and (max-width: 550px) {
    .swiper-button-pause {
        bottom: -18px;
    }

    .slide_image {
        border-radius: 20px;
    }

    .swiper-button-pause::after {
        right: 11px !important;
        bottom: -1px !important;
    }


    .text-row1 {
        padding: 8px 10px 8px 20px;
        margin-bottom: 7px;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        top: 3px !important;
    }


    /*スライド高さを70vhへ変更*/
    .wrap-swiperArea {
        aspect-ratio: initial;
        min-height: 650px;
        height: 70vh;
    }

    #swp40 {
        height: 70vh;
    }

    .swiperArea img {
        width: 95% !important;
    }

    .fixed-text-box span {
        font-size: 1.2rem;
    }

    fixed-text-box {
        transform: translate(-177px, -80%);
    }

    .wrap-swiperArea {
        margin-top: 10px;
    }

    .header {
        margin-top: 10px !important;
    }

    .swiper-button-next {
        right: 20px !important;
    }

    .swiper-button-prev {
        left: 20px !important;
    }

    .fixed-text-box {
        transform: translate(-190px, -57%) !important;
    }

    .swiper-button-pause::after {
        right: 26px !important;
        bottom: -1px !important;
    }
}

@media screen and (max-width: 450px) {

    .fixed-text-box span {
        font-size: 1rem;
    }

    .swiper-button-next {
        right: 5px !important;
    }

    .swiper-button-prev {
        left: 5px !important;
    }

    .fixed-text-box {
        transform: translate(-187x, -91%) !important;
    }
}




/*フェードインスクロールイン左*/


.fadeinLeft.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadeinLeft {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 2500ms;
}



/*フェードインスクロールイン右*/


.fadeinRight.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadeinRight {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 2500ms;
}



/*フェードインズームイン*/

.zoomin.scrollin {
    opacity: 1;
    transform: scale(1);
}

.zoomin {
    opacity: 0;
    transform: scale(0.9);
    transition: all 2000ms;
}


/*:::::::::::::::::::::::::
 * 新着エリア
 *::::::::::::::::::::::::*/
.ttl_news {
}

.newsarea_left h2 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: var(--text-color,#444);
    position: relative;
    margin-top: 20px;
}

    /* ★ 上側の旗アイコン（そのまま表示） */
    .newsarea_left h2::before {
        content: "";
        display: block;
        width: 60px; /* アイコンの幅 */
        height: 60px; /* アイコンの高さ */
        margin-bottom: 10px; /* アイコンと文字の間の隙間 */
        /* 画像をそのまま背景として指定 */
        background-image: url("../../common/images/akiya/icon-flag.svg"); /* 実際のパスに合わせてください */
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    /* ★ 左側のオレンジの棒（テキストのすぐ左に配置） */
    .newsarea_left h2 span {
        display: flex;
        align-items: center;
    }

        .newsarea_left h2 span::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 40px;
            background-color: #f38135;
            border-radius: 5px;
            margin-right: 15px;
        }

.listInfo {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.newsarea_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.newsarea .mottomirubuttonarea {
    margin-top: 30px;
}

.newsarea_left h2 {
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: 500;
}


.newsarea article {
    border-bottom: 1px dashed #E5E7EB;
    padding: 15px 0;
    display: flex;
}

.koushinDay {
    flex: 0 0 20%;
    margin-right: 30px;
}

.newTtl {
    flex: 1;
}

    .newTtl a {
        text-decoration: underline;
        color: var(--text-color,#333);
    }

.newsarea {
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-height: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--background-color,#FFEA5C);
}


.newsarea_wrapper {
    display: flex;
    border-radius: 10px;
    padding-bottom: 50px;
}


.newsarea_left {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 30px;
}

.newsarea_right {
    width: 85%;
    margin-left: 30px;
    background-color: var(--background-color,#fff);
    padding: 20px 40px;
    border-radius: 10px;
    margin-right: 5%;
}

a {
    text-decoration: none;
}

.rssarea {
    background-size: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .rssarea a {
        color: #333;
    }


.mottomirubuttonarea {
    text-align: center;
    margin-top: 25px;
}



@media screen and (max-width:1110px) {

    .area_hito {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #mainBg {
        padding: 20px;
        padding-left: 24px;
    }

    .newsarea_left h2 img {
        padding-top: 40px;
        width: 140px;
    }

    .newsarea_left {
        padding-top: 0px;
    }


    .news_area_left {
        border-right: solid 0px;
        border-bottom: solid 1px #cccccc;
        width: 90%;
        padding-bottom: 18px;
    }

    .listInfo {
        padding: 0px;
        width: 100%;
    }


    .news_area_left_inner {
        margin-top: 20px;
    }

    .news_area_left h3 {
        font-size: 1.4em;
        padding-left: 0px;
        background-size: 30px;
    }

    #menuArea {
        padding: 0px 0px 30px;
    }


    .newsarea_left {
        padding: 0px;
    }



    .rssarea {
        margin-top: 20px;
    }


    .newsarea {
        padding: 30px 0px 0px 0px;
    }

    #mainBg::before {
        display: none !important;
    }

    #mainBg::after {
        background-size: 208px;
        width: 208px;
        height: 122px;
        bottom: -38px;
        right: 2%;
    }

    .newsarea article {
        flex-direction: column;
    }
}

@media screen and (max-width: 1000px) {

    .newsarea .mottomirubuttonarea {
        margin-top: 10px;
    }

    .rssarea {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:700px) {

    .newsarea {
        padding: 0px;
    }

    .newsarea_wrapper {
        flex-direction: column;
    }

    .newsarea_left {
        margin: 0 auto;
        padding: initial;
        padding-bottom: 40px;
    }

    .newsarea_right {
        margin: 0 auto;
    }

    .newsarea_right {
        width: 90%;
    }
}


@media screen and (max-width: 600px) {


    .newsarea_right {
        padding-bottom: 40px;
    }

    .newsarea_right {
        padding-top: 16px;
    }


    #mainBg::after {
        background-size: 158px;
        width: 158px;
        height: 95px;
        bottom: -21px;
    }

    .newsarea_left h2 img {
        padding-top: 40px;
        width: 120px;
    }
}



@media screen and (max-width:450px) {

    .newsarea_left h2 img {
        width: 130px;
    }
}





/* サイト内検索 */
#mainSearch02 {
    margin: 10px auto 0px 15px;
    letter-spacing: -.4em;
    width: 100%;
    max-width: 620px;
    float: left;
}

input.searchBox02 {
    height: 28px;
    width: 85%;
    margin: 1px 1px 0px 0px;
    vertical-align: middle;
    letter-spacing: normal;
    border: solid 1px #7F7F7F;
}

input.btnSearch02 {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    letter-spacing: normal;
}


#mainSearch02 .bootstrap-scope .btn-gray {
    color: #2169AC !important;
    background-color: unset !important;
}
/* サイト内検索ver2.0 */
.serch #input_form_search_word {
    height: 32px;
}

.serch .serchright {
    padding: 5px 0px 0px 0px;
}


/*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/
@media screen and (min-width:801px) {
    #slidArea img {
        height: 360px;
        width: 950px;
    }

    #slidArea iframe {
        height: 360px;
    }

    #slidArea video {
        height: 360px;
    }
}

@media screen and (max-width:800px) {
    #slidArea img {
        aspect-ratio: 16 / 9;
    }

    #slidArea iframe {
        aspect-ratio: 16 / 9;
    }

    #slidArea video {
        aspect-ratio: 16 / 9;
    }
}




@media screen and (max-width:768px) {

    .jouhou_search {
        width: 230px;
        border: 2px solid #2169ac;
        border-radius: 5px;
        padding: 5px 0px;
        position: unset;
        margin: 0px auto;
    }

    .serach_btn_wrap {
        flex-direction: column;
        gap: 30px;
    }

    .serach_item {
        width: 170px;
        margin: 0px auto;
    }
}

.serchright a {
    text-decoration: none;
}



.keywordtitle {
    margin: 0px;
    padding: 5px 0px 14px 0px;
    font-size: 1.2em;
    font-weight: bold;
}


    .keywordtitle h5 {
        padding: 0.8rem 0;
        margin-bottom: 0.2rem;
        background-image: linear-gradient( 90deg, #CB1187 0 20%, #2169AC 20% );
        background-repeat: no-repeat;
        background-size: 100% 4%;
        background-position: bottom;
        font-weight: bold;
    }

.keyword_item span {
    padding: 0px 20px;
}

@media screen and (max-width:768px) {

    .keywordtitle h5 {
        text-align: center;
    }

    .keyword_item {
        padding: 0px 0px 30px;
    }

        .keyword_item span {
            padding: 0px 6px;
        }
}

.keyword a {
    text-decoration: none;
}


.benri_btn_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    text-align: center;
    padding: 20px 0px;
    flex-wrap: wrap;
}

.benri_item {
    max-width: 155px;
    width: 100%;
}

.benri_item_dot {
    border-right: 3px dotted #ccc;
}

@media screen and (max-width:455px) {
    .benri_item_dot {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .benri_btn_wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        text-align: center;
        padding: 20px 0px;
        flex-wrap: wrap;
    }
}





/* バナー広告 */

.koukokuban {
    padding: 20px 0px;
    margin: 40px auto;
}

.bosyu {
    text-align: right;
    padding: 0px 20px 0px 0px;
}

.ban {
    border: 1px solid #cccccc;
}

.r_menu {
    margin-bottom: 7px;
}

    .r_menu .banTitle {
        font-size: 0.9em;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

    .r_menu .banImg {
        height: 55px;
        padding: 8px 10px 5px 35px;
        margin: 0px auto;
        text-align: center;
    }

#textbannerArea {
    margin: 15px auto 25px;
}

    #textbannerArea ul li {
        float: left;
        padding: 15px 15px 15px 25px;
        margin: 0px 8px;
        border-radius: 5px;
    }


#oneBanArea {
    margin: 0px auto;
    padding-left: 5px;
}


#kanrenban {
    max-width: 100%;
    margin: 0px auto;
}

#kanrenbanBox {
    max-width: 100%;
    margin: 0px auto 15px;
    padding: 0px 0px 15px 0px;
}

#koukokubanBox {
    max-width: 100%;
    margin: 0px auto 15px;
    padding: 0px 0px 15px 0px;
}


#kanrenbanArea {
    margin: 0px;
    padding: 40px 0px;
}

    #kanrenbanArea h4 span {
        padding: 4px 8px;
        font-weight: bold;
    }

#bannerArea h4 span {
    border-left: 5px solid #009799;
    padding: 4px 8px;
    font-weight: bold;
    margin-right: 50px;
}


#kanrenban div#kanrenbanHeader, #kanrenban div#koukokubanHeader {
    margin: 5px 0px 5px 0px;
    padding: 15px 10px 0px;
}

#kanrenbanHeader h4 {
    border-left: 5px solid #006837;
    margin: 0 auto 10px;
    padding: 3px 30px 3px 10px;
    font-size: 1.1em;
}

#koukokubanHeader h4 {
    border-left: 5px solid #79c06e;
    margin: 0 auto 10px;
    padding: 3px 30px 3px 10px;
    font-size: 1.1em;
}


#kanrenbanHeader p {
    background: url("../images/top1/ya_green.png") no-repeat 0 center;
    margin: 0 auto 10px;
    padding: 3px 30px 3px 10px;
    float: right;
}

#koukokubanHeader span {
    margin: 0 0 0 10px;
    padding: 0px;
    font-size: 0.9em;
}

#adinfo {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

#adinfoBox {
    width: 100%;
    margin: 0px auto 15px;
    padding: 0px 0px 15px 0px;
}

#banArea {
    margin: 0px;
    padding: 0px;
}


#adinfo div#addinfoHeader {
    margin: 5px 0px 15px 0px;
    padding: 5px 10px 5px;
}

#addinfoHeader h4 {
    /*border-left: 5px solid #ff9700;*/
    margin: 0 auto 10px;
    padding: 3px 30px 3px 10px;
    font-size: 1.1em;
}

#addinfoHeader p {
    background: url("../images/top1/ya_green.png") no-repeat 0 center;
    margin: 0 auto 10px;
    padding: 3px 30px 3px 10px;
    float: right;
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.imgBan,
li.imgBan {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 25px 25px 5px;
    float: left;
}

    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.imgBan img,
    li.imgBan img {
        display: block;
    }

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBan,
li.textBan {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.textBan span,
    li.textBan span {
        display: table;
        border: solid 1px #CCCCCC;
        width: 188px;
        height: 52px;
        box-sizing: border-box;
        line-height: 1.1em;
        text-align: center;
        overflow: hidden;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.textBan span a,
        li.textBan span a {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            text-decoration: none;
        }

/* banスライダーのテキストバナー内の別ウィンドウで開くアイコン画像 */
.textBan .textBan_newWinOpn {
    width: 10px;
    height: 9px;
}
/* フローティングバナー */
div#fBanArea {
    width: 100%;
    font-size: 0.9em;
    padding: 5px 0px 0px 0px;
    display: none;
    margin-bottom: 10px;
}

    div#fBanArea div#fBanBox {
        margin: 10px auto;
        position: relative;
    }

@media screen and (min-width:1201px) {
    div#fBanArea div#fBanBox {
        max-width: 1200px;
    }
}

@media screen and (max-width:1200px) {
    div#fBanArea div#fBanBox {
        max-width: 95%;
    }
}

@media screen and (max-width:767px) {
    div#fBanArea div#fBanBox {
        max-width: 98%;
    }
}

#fAdinfoLink {
    float: left;
    margin-left: 50px;
}

.fLinkInfo p {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
    border-left: 5px solid #006837;
    margin: 0px 0px 0px 10px;
}

div#fBanArea.floating {
    position: fixed;
    left: 0;
    bottom: 0;
    /*z-index: 99999;*/
    z-index: 1199;
    margin-bottom: 0px;
}

div#floatOff {
    float: left;
    text-align: center;
    margin-right: 5px;
}

    div#floatOff img {
        cursor: pointer;
    }

#fBanItem {
    margin: 10px auto 0px;
}

@media screen and (min-width:1201px) {
    div#fBanArea div#fBanBox {
        max-width: 1000px;
    }
}

@media screen and (max-width:1200px) {
    div#fBanArea div#fBanBox {
        max-width: 95%;
    }
}

@media screen and (max-width:767px) {
    div#fBanArea div#fBanBox {
        max-width: 98%;
    }
}

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.imgBanfl,
li.imgBanfl {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 7px 10px 0px;
}
    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.imgBanfl img,
    li.imgBanfl img {
        display: block;
    }

/* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
p.textBanfl,
li.textBanfl {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 10px 0px;
}
    /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
    p.textBanfl span,
    li.textBanfl span {
        display: table;
        border: solid 1px #CCCCCC;
        width: 188px;
        height: 52px;
        box-sizing: border-box;
        line-height: 1.1em;
        text-align: center;
        overflow: hidden;
    }
        /* 2016/09/15 アクセシビリティ対応 <div><p>→<ul><li>*/
        p.textBanfl span a,
        li.textBanfl span a {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            text-decoration: none;
        }


/*
#fBanArea p.textBan {
    border: solid 1px #CCCCCC;
    width: 188px;
    padding: 13px 0px;
    text-align: center;
    font-size: 0.9em;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}*/



/*:::::::::::::::::::::::::
 * Navigation Skip
 *::::::::::::::::::::::::*/
.Navigation ul {
    margin: 0;
    padding: 0;
}

.Navigation li {
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
    display: block;
}

.Navigation a {
    padding: 5px;
    display: inline;
    z-index: 1000000;
    text-decoration: none;
    position: absolute;
    max-width: 300px;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 125%;
    /zoom: 1;
    white-space: nowrap;
}

    .Navigation a:focus,
    .Navigation a:active {
        position: absolute;
        top: 30px;
        left: 250px;
        background: #fff !important;
        border: 2px solid #000;
    }

img.imgFromText {
    max-height: 126px !important;
    max-width: 90px !important;
}

* html img.imgFromText {
    height: 126px !important;
    width: 90px !important;
}

/*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
.freeareaWrap {
    margin: 0px auto;
    padding: 0px;
    width: 99%;
}

.freearea {
    padding: 0px;
    margin-top: 0px;
}

    .freearea.disp_marquee_text {
        background-color: transparent !important;
        margin: 1px auto !important;
    }

/*:::::::::::::::::::::::::
 * あなたが最近チェックしたページ
 *::::::::::::::::::::::::*/
div#browsingHistoryArea {
    max-width: 1200px;
    margin: 0px auto 0px;
    padding: 10px 0px;
}

div#browsinghisotry_block ul {
    overflow: hidden;
    padding: 0px 10px;
}

    div#browsinghisotry_block ul li {
        border-top: 1px dotted #cccccc;
        margin-top: -1px;
        padding: 5px 0;
    }

div#browsinghisotry_block .upddate {
    float: left;
    font-size: 0.9em;
    min-width: 130px;
    width: auto;
    padding-left: 5px;
}

#browsingHistoryTop1 .browsinghistory_header {
    padding: 10px 0px 10px 12px;
}

div#browsinghisotry_block .title {
    float: left;
    max-width: 800px;
    text-overflow: ellipsis;
    padding: 0px 5px 0px 10px;
}

div#browsinghisotry_block .del {
}

#browsinghistory_ttl h2 {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #cccccc;
}

#browsinghistory_rmv {
    float: right;
    padding-right: 5px;
    font-size: 0.9em;
}



/*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/


@media screen and (max-width:1100px) {
    /* タブレット用のスタイル記述 */
    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }

    #slidArea {
        width: 100%;
        margin: 0px auto;
        float: none;
    }


    .mainBlock {
        margin: 0px auto 0px;
        padding-top: 5px;
    }


    .kinkyuBlock {
        border: 1px solid #C1272D;
        padding: 0px;
        box-sizing: border-box;
        margin: 0px auto 0px;
        max-width: none;
        float: none;
    }


    /* サイト内検索 */
    #mainSearch02 {
        margin: 10px 10px 0px;
    }

    input.btnSearch02 {
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
    }



    #benri_btn ul li {
        min-width: 150px;
    }

    .boxArea ul li::before {
        padding: 5px 5px;
        line-height: 0em;
    }

    .naiyo ul li {
        margin: 15px 0px;
        float: left;
        min-width: 130px;
    }
}

@media screen and (max-width:1000px) {
}

@media screen and (max-width:980px) {
    /* タブレット用のスタイル記述 */

    ul.kinkyuTxt li p.koshin {
        float: none;
        min-width: 70px;
        margin-left: 10px;
    }

    ul.kinkyuTxt li div.k_naiyo {
        float: left;
        max-width: 100%;
        margin: 0px 0px 10px 10px;
    }
}

@media screen and (max-width:767px) {
    /* スマートフォン用のスタイル記述 */

    .menuitem02 {
        margin: 15px auto 0px;
    }

    #slidArea {
        width: 100%;
        margin: 0px auto;
    }

    #kinkyuArea {
        width: 100%;
        padding: 10px 0px;
    }

    #about_Area {
        width: 100%;
        margin: 0px auto 20px;
    }


    .serchleft {
        float: none;
        max-width: 100%;
        width: auto;
    }

    input.searchBox02 {
        height: 28px;
        width: 71%;
        margin: 1px 1px 0px 0px;
        vertical-align: middle;
        letter-spacing: normal;
        border: solid 1px #7F7F7F;
    }

    .keywordtitle {
        margin: 10px;
        padding: 5px 5px 5px 5px;
    }

        .keywordtitle span {
            margin: 0px 0px auto 5px;
            padding: 5px 5px 14px 5px;
        }

    .benribox02 {
        width: auto;
    }



    #benri_btn {
        margin: 0px 5px;
    }

    .kanrenban {
        margin: 15px auto;
    }

    div.newTtl {
        float: none;
        width: auto;
        padding: 2px 5px;
    }



    .info {
        padding: 0px;
        margin: 10px 0px 15px 0px;
    }

        .info p.koushinDay {
            float: none;
            width: 90%;
            font-size: 0.9em;
            text-indent: 1em;
        }

    .infoIchiran {
        float: none;
    }



    .serchright {
        max-width: 320px;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        float: none;
    }

    #life_event {
        margin: 0px auto 0px auto;
        display: inline-flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Blockmenu {
        max-width: 1000px;
        margin: 0px auto 0px;
        padding-top: 0px;
        display: flex;
        /* flex-direction: column;*/
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .boxArea {
        margin: 10px 0px 15px 10px;
        padding: 0px;
        float: none;
        width: 96%;
    }

    #kohoArea {
        width: auto !important;
        float: none;
        margin: 10px auto;
        padding: 0px;
    }

    #ugokiArea {
        width: auto !important;
        float: none;
        margin: 0px auto;
        padding: 0px;
    }

    .naiyo {
        margin: 0px auto;
        padding: 0px;
    }


    .kohoIchiran {
        padding: 3px 2px 2px 10px;
        margin: 10px 0px 2px;
        font-size: 0.9em;
        width: 160px;
        border-radius: 15px;
    }



    .btnArea {
        float: none;
        text-align: center;
    }

        .btnArea img {
            text-align: center;
            margin: 0px auto;
        }


    #fBanItem {
        text-align: center;
    }

    .newTtl span.termTitle {
        margin: 0px 0px 0px 15px;
    }

    #ugkTxt {
        margin: 0px auto;
    }

    #mainSearch02 {
        margin: 10px 0px;
    }

        #mainSearch02 .searchBox-gcs {
            width: 100% !important;
        }

    h4 {
        padding: 0px 0px 0px 0px;
    }

    #jyuuyou_Area {
        width: calc(100% - 20px);
        margin: 0px auto;
    }
}

@media screen and (max-width:400px) {
    /* スマートフォン用のスタイル記述 */

}

/* パーソナライズ */
.personalizeBox {
    margin-bottom: 7px;
    text-align: center;
}

    .personalizeBox .login {
        margin: 10px auto 5px auto;
        text-align: center;
    }

    .personalizeBox ul {
        width: 35%;
        margin: 5px auto;
    }

    .personalizeBox .setsumei {
        padding: 3px 3px 3px 17px;
        background: url("../images/top1/b_01.png") no-repeat 7px center;
        margin: 2px auto;
        text-align: left;
    }

/* wysiwyg */
#mainShosai table.__wys_table {
    width: auto;
}

.__wys_table td {
    border: solid 1px #000000;
    padding: 3px;
}

.__wys_table th {
    background-color: #eeffee;
    border: 1px solid #000000;
    font-weight: bold;
    padding: 3px;
}


/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


#foreignSP {
    display: none;
    width: 96%;
    margin: 5px auto 5px auto;
}

    #foreignSP .plus {
        background: url("../images/top1/btn_plus.png") 98% center no-repeat #E3F4FF;
        background-size: 25px 25px;
    }

    #foreignSP .minus {
        background: url("../images/top1/btn_minus.png") 98% center no-repeat #E3F4FF;
        background-size: 25px 25px;
    }

        #foreignSP .plus a,
        #foreignSP .minus a {
            display: block;
            height: 100%;
            padding: 15px 10px 15px 20px;
            font-weight: bold;
            text-decoration: none;
            margin: 0px;
        }

    #foreignSP .dspMode {
        display: block !important;
        border: 1px solid #2169AC !important;
        background-color: #2169AC;
    }

#foreignTitle {
    width: 100%;
    margin: 1px auto;
}

    #foreignTitle h4 {
        font-size: 1.2em;
    }

    #foreignTitle a {
        border: 1px solid #2169AC;
        padding: 10px 8px 10px 12px !important;
        color: #2169AC;
        display: block;
        height: 100%;
        font-weight: normal !important;
    }

#foreignDsp {
    width: 99%;
    margin: 0px auto;
    padding: 2px 0px 6px 0px;
    display: none;
}

    #foreignDsp ul {
        width: 100%;
        margin: 0px auto;
    }

        #foreignDsp ul li {
            padding: 0px;
            width: 97%;
            margin: 2px 0px 0px 4px !important;
            float: left;
            background: url("../images/top1/ya_b01.png") no-repeat 95% center #ffffff;
            background-size: 10px 13px;
            border: 1px solid #2169AC;
        }

            #foreignDsp ul li a {
                width: 70%;
                line-height: 2.4em;
                display: block;
                padding: 0px !important;
                margin-left: 15px !important;
            }

@media screen and (max-width:767px) {
    #foreignSP {
        display: none;
    }
}

.conttitle {
    padding: 20px 0px;
}

/*:::::::::::::::::::::::::
 * 記事スライダー
 *::::::::::::::::::::::::*/
#banSlide {
    width: 100%;
    margin: 40px auto 0px auto;
}

#ban_slide_set {
    padding: 0px 0px 0px;
    z-index: -2;
    position: relative;
}

@media screen and (min-width:1025px) {
    #banSlide #ban_slide_set li img {
    }
}
/* タブレット用 */
@media screen and (max-width:1024px) {
    #banSlide #ban_slide_set li img {
        width: 100%;
        margin: 0px;
    }
}
/* スマホ用 */
@media screen and (max-width:767px) {
    #banSlide #ban_slide_set li img {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width:380px) {
    #banSlide #ban_slide_set li img {
        width: 100%;
        margin: 0px;
        height: auto;
    }
}

/* 記事スライダーの画像 */
#ban_slide_set img {
    margin: 0px auto;
    width: 280px !important;
    height: 200px;
    object-fit: cover;
    border: 1px solid #ccc !important;
}

#banSlide #ban_slide_set li {
    margin: 0px 15px 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    height: 360px;
}

#ban_slide_set article slick-slide slick-cloned slick-active {
    max-height: 350px;
}

#ban_slide_set .slick-dots li {
    box-shadow: unset !important;
    height: unset !important;
    margin: 0px auto !important;
}

/* スライダーの前・次ボタンの位置 */
#ban_slide_set .slick-prev,
#ban_slide_set .slick-next {
    top: 95px !important;
}
/* 更新日 */
#ban_slide_set .kiji_koushinDay {
    padding: 10px 0px 0px 0px;
    font-size: 0.9em;
    width: 280px;
    text-align: right;
}
/* タイトル */
#ban_slide_set .kiji_title {
    margin: 0px auto;
    font-size: 1em;
    width: 280px;
    padding: 10px 10px;
    overflow: hidden;
}

#ban_slide_set .slick-list {
    overflow: hidden;
}

/* 概要文 */
#ban_slide_set .kiji_gaiyou {
    margin: 15px 0px 10px 45px;
    font-size: 0.9em;
    width: 280px;
}

.slick-track {
    margin-bottom: 10px !important;
}


/* Youtubeタグ */
#ban_slide_set .youtubeImage {
    max-width: 280px;
}

    #ban_slide_set .youtubeImage iframe {
        max-width: 100% !important;
        max-height: 200px !important;
    }

/*    #ban_slide_set .slick-dotted.slick-slider {
        padding-left: 38px !important;
        padding-right: 38px !important;
        margin-bottom: 2px !important;
    }
*/
#ban_slide_set .slick-prev {
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    z-index: 9;
}

    #ban_slide_set .slick-prev:before {
        color: #000;
        content: '';
        width: 30px;
        height: 30px;
        background: #495057;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
        opacity: 0.4;
    }

    #ban_slide_set .slick-prev:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 5px transparent;
        border-right: solid 8px #ffffff;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -6px;
    }

#ban_slide_set .slick-next {
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    z-index: 9;
}

    #ban_slide_set .slick-next:before {
        color: #000;
        content: '';
        width: 30px;
        height: 30px;
        background: #495057;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -15px;
        opacity: 0.4;
    }

    #ban_slide_set .slick-next:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 5px transparent;
        border-left: solid 8px #ffffff;
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -6px;
    }



#ban_slide_set .slick-dots {
    display: block !important;
    bottom: -40px;
    position: absolute;
    height: 33px !important;
    left: 0px;
}


    #ban_slide_set .slick-dots li button:before {
        font-family: 'slick';
        font-size: 10px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .28;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    #ban_slide_set .slick-dots li.slick-active button:before {
        opacity: .98;
        color: #00496D;
    }

/* 真ん中を大きくする */
/*
#ban_slide_set .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #ban_slide_set .slick-slide.slick-center {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
*/
/* 真ん中以外を小さくする */
/*
#ban_slide_set .slick-slide {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    #ban_slide_set .slick-slide:not(.slick-center) {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }
*/

/*:::::::::::::::::::::::::
 * スクロール&フェードイン
 *::::::::::::::::::::::::*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

    .fadein.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

/* お天気情報 start */
#wthHiduke {
    text-align: center;
    font-size: 1em;
}

#contentsWth {
    width: 100%;
    font-size: 0.9em;
}

.wrapWth {
    float: left;
    text-align: center;
    margin: 10px auto;
    height: 80px;
    border: 0px none;
    padding: 0px 5px;
    /*
    width : 44% ;
    width : -webkit-calc(50% - 10px);
    width : calc(50% - 10px);
    */
    width: 14%;
    width: -webkit-calc(14.2% - 10px);
    width: calc(14.2% - 10px);
}

    .wrapWth .wth span {
        margin-right: 5px;
        font-size: 0.8em;
    }

#contentsWth .title {
    font-size: 0.9em;
}

#contentsWth .maxtemp {
    font-size: 0.9em;
}

#contentsWth .mintemp {
    font-size: 0.9em;
}
/* お天気情報 end */

/* 休日カレンダー枠 */
.holiday_cal {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
}
    /* 休日カレンダー */
    .holiday_cal .cal_disp_title {
        width: 90% !important;
        margin: 0px auto;
    }

    .holiday_cal .cal_disp {
        width: 90% !important;
        margin: 0px auto 5px auto;
    }


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#test {
    /*設置する親要素ページ全体ならbodyなど*/
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.testcontents {
    /*サンプルはfixedの確認のためにheight指定しています。*/
    height: 1000px;
}

.cp_snslink06 {
    position: fixed;
    top: 50%;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cp_snslink06 .cp_link_list {
        -webkit-transform: translateX(-275px);
        transform: translateX(-275px);
        list-style-type: none;
    }

    .cp_snslink06 .cp_link a {
        text-decoration: none;
        color: #009688;
    }

    .cp_snslink06 .cp_link:hover a {
        color: #ffffff;
    }

    .cp_snslink06 .cp_link {
        display: block;
        width: 300px;
        margin: 5px;
        padding: 10px;
        -webkit-transition: all 1s;
        transition: all 1s;
        text-align: right;
        -webkit-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
        background: #80cbc4;
    }

        .cp_snslink06 .cp_link:hover {
            -webkit-transform: translate(110px, 0);
            transform: translate(110px, 0);
            background: #009688;
        }

        .cp_snslink06 .cp_link i {
            font-size: 20px;
            width: 40px;
            height: 40px;
            margin-left: 10px;
            padding: 10px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            color: #ffffff;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #009688;
        }

        .cp_snslink06 .cp_link:hover i {
            -webkit-transition: all 1s;
            transition: all 1s;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            color: #009688;
            background: #80cbc4;
        }

#jyuuyou_Area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    #jyuuyou_Area .titleimg {
        padding: 0px 15px 0px 0px;
    }

.jyuuyou_info {
    padding: 8px;
    border-radius: 10px;
    max-width: 630px;
    width: 100%;
}

    .jyuuyou_info ul li {
        padding: 5px 0px;
    }


/* ガントチャートカレンダー start*/
.calendar_Area .fullCalendarArea {
    padding: 0px 18px;
}

.calendar_Area .fullCalendarArea {
    margin-top: -40px;
    /*padding:0px 12px;*/
}

#FullCalendar div.fc-day-grid-container {
    height: auto !important;
    /*overflow-y:scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*overflow-x:hidden;*/
    min-height: 400px;
}

#FullCalendar .fc-basic-view .fc-body .fc-row {
    min-height: 400px;
    height: auto !important;
}

#FullCalendar div.fc-day-grid-container::-webkit-scrollbar {
    display: block;
}

#FullCalendar div.fc-day-grid-container::-webkit-scrollbar {
    width: 15px;
}

#FullCalendar div.fc-day-grid-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#FullCalendar div.fc-day-grid-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

#FullCalendar .fc-day {
    border-bottom: none;
}

/*#FullCalendar div.fc-widget-header{
    padding-right:15px;
    background-color: #DDD;
}*/

#FullCalendar .fc-body {
    background-color: #FFF;
}

/*#FullCalendar .fc-view-container{
    padding:0px 30px;
}*/

#FullCalendar .fc-prev-button {
    /*position: absolute;
    top: 0px;
    left: 9px;*/
    width: 34px;
    height: 34px;
    /*z-index: 100;*/
    background: rgba(45, 43, 43, 0.8);
    border: none;
    /*opacity: 0.8;*/
    border-radius: 50%;
}

    #FullCalendar .fc-prev-button span {
        color: #FFFFFF;
    }

#FullCalendar .fc-icon-left-single-arrow:after {
    left: -25%;
}

#FullCalendar .fc-next-button {
    /*position: absolute;
    top: 0px;
    right: 9px;*/
    width: 34px;
    height: 34px;
    /*z-index: 100;*/
    background: rgba(45, 43, 43, 0.8);
    border: none;
    /*opacity: 0.8;*/
    border-radius: 50%;
}

    #FullCalendar .fc-next-button span {
        color: #FFFFFF;
        margin: 0px -0.2em;
    }

#FullCalendar .fc-icon-right-single-arrow:after {
    right: -5%;
}

/*#FullCalendar .fc-state-default.fc-corner-right,
#FullCalendar .fc-state-default.fc-corner-left{
    border-radius:4px;
}*/

#FullCalendar .fc-today-button {
    position: absolute;
    top: 1px;
    left: -70px;
    border-radius: 4px;
}

#FullCalendar .kiji-info-kikan {
    font-size: 0.85em;
}

.calendarIchiran {
    font-size: 1em;
    padding: 3px;
    margin: 40px auto 0px;
    text-align: center;
    width: 180px;
}

@media all and (-ms-high-contrast: none) {
    /*IE10以上*/
    #FullCalendar .fc-day-header {
        padding-top: 10px;
    }

    /*#FullCalendar div.fc-widget-header{
    padding-right:17px;
  }*/
}


@media screen and (max-width:767px) {
    /* スマートフォン用のスタイル記述 */

    #FullCalendar .fc-today-button {
        left: 57px;
    }

    #FullCalendar .fc-center {
        position: inherit;
    }
}

@media screen and (max-width: 636px) {

    /*.cont_item5 span:after {
        display: none;
    }*/
}

/*ガントチャートカレンダー end*/

/* スライドビューワのnext・prevボタンを表示する場合 */
/*
.layouttype7 .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    padding: 2px 17px !important;
    bottom: 38% !important;
}
    .layouttype7 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        position: absolute !important;
        top: auto !important;
        right: auto !important;
        left: 10px !important;
    }
    .layouttype7 .bx-wrapper .bx-controls-direction a.bx-next:hover {
        position: absolute !important;
        top: auto !important;
        left: auto !important;
        right: 10px !important;
    }

.layouttype7 .bx-wrapper .bx-controls-direction .bx-prev {
    display: block !important;
    left: 10px !important;
    background: url(../images/bxslider/controls.png) no-repeat 0 -32px !important;
    z-index: 99 !important;
}
.layouttype7 .bx-wrapper .bx-controls-direction .bx-next {
    display: block !important;
    right: 10px !important;
    background: url(../images/bxslider/controls.png) no-repeat -43px -32px !important;
    z-index: 99 !important;
}
*/



/* 分類の記事一覧（新着マークおよびポップアップ表示付き） start */

/* 記事一覧 */
.oshirase_list {
    max-width: 1100px;
    margin: 0px auto 0px;
    padding: 20px 0px;
}

    .oshirase_list .ttl {
        float: left;
        padding: 0px 15px;
        width: 76%;
    }

    .oshirase_list .newdspmark {
        margin-right: 4px;
        background-color: #ff0000;
        color: #ffffff;
        font-size: 0.7em;
        padding: 4px 6px;
    }

        .oshirase_list .newdspmark img {
            margin-right: 3px;
        }

/* ポップアップ表示 */
.popupfloat {
    width: 270px;
    position: fixed;
    right: 15vw;
    bottom: 15vh;
    z-index: 99999;
    cursor: pointer;
    cursor: hand;
}

    .popupfloat .wrap {
        width: 100%;
        padding: 8px 10px;
        background-color: #ffffff;
        border: solid 2px #1d92c4;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #666;
        text-align: center;
        margin: 0 auto;
        display: flex;
        /* 上下左右で中央 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .popupfloat .wrap .content {
            width: 100%;
            max-height: 15vh;
            display: block;
            overflow-y: auto;
            color: #1d92c4;
            font-size: 0.9rem;
        }

/* 分類の記事一覧（新着マークおよびポップアップ表示付き） end */


/*** 背景動画 start ***/
.movie_bg {
    background-color: #f8f6ee;
    background: url("../images/top1/bg_movie.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* mainvisualを覆うのぞき窓*/
.wrapper_mainvisual {
    aspect-ratio: 16/9 !important;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* wrapper以上の大きさは非表示にする*/
    overflow: hidden;
    position: relative;
}

/* 動画の領域*/
#mainvisual {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    overflow: hidden;
    /* 動画の領域*/
    margin-top: -24%;
}

/* mainvisual内で100%表示*/
iframe#iframe_bgmv {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
}

#mainvisual:before {
    content: "";
    display: block;
    /* ★表示領域の微調整*/
    padding-top: 104.2% !important;
}

#menuBg {
    position: absolute;
    width: 100%;
    /* 背景動画のコントロールボタン位置調整 */
    bottom: 23.5%;
}

/* 背景動画のコントロールボタンを左へ*/
div#controlArea {
    position: relative;
    z-index: 999;
    text-align: left;
}

    div#controlArea a {
        /*color: #333333;*/
        color: #ffffff;
    }

        div#controlArea a.active {
            display: none;
        }

    div#controlArea svg {
        width: 30px;
        margin: 2px 15px 2px 15px;
    }

/*youtube動画エリア*/
#mainvisual iframe {
    border-radius: 20px;
}

.youtube_area {
    margin-bottom: 70px;
}

    .youtube_area .cont_title img {
        margin-bottom: 20px;
    }

    /*iframe {
    border-radius: 20px;
}*/

    .youtube_area .Ichiran {
        width: 250px !important;
    }
/*** 背景動画 end ***/


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 .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (min-width:768px) {

    /*L-Alert内容表示用 start */
    #pcx_detail, .pcx_detail {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

        #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
            padding: 6px;
        }

        #pcx_detail th, .pcx_detail th {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
            width: 15%;
            text-align: center;
        }

        #pcx_detail td, .pcx_detail td {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
            width: 85%;
        }

    .evacuation_bold {
        font-weight: bold;
    }
    /*L-Alert内容表示用 end */

    /* L-Alert内容表示用 ver2.1 避難情報 start */
    #pcx_evacuation, .pcx_evacuation {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

        #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
            padding: 6px;
        }

        #pcx_evacuation th, .pcx_evacuation th {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
            width: 20%;
            text-align: center;
        }

        #pcx_evacuation td, .pcx_evacuation td {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
            width: 40%;
        }
    /* L-Alert内容表示用 ver2.1 避難情報 end */
}

@media screen and (max-width:767px) {

    /* L-Alert内容表示用 start */
    #pcx_detail, .pcx_detail {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

        #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
            padding: 6px;
        }

        #pcx_detail th, .pcx_detail th {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
        }

        #pcx_detail td, .pcx_detail td {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
        }

    .evacuation_bold {
        font-weight: bold;
    }
    /* L-Alert内容表示用 end */


    /* L-Alert内容表示用 ver2.1 避難情報 start */
    #pcx_evacuation, .pcx_evacuation {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

        #pcx_evacuation th, #pcx_evacuation td, .pcx_evacuation th, .pcx_evacuation td {
            padding: 6px;
        }

        #pcx_evacuation th, .pcx_evacuation th {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
        }

        #pcx_evacuation td, .pcx_evacuation td {
            border-top: 1px solid #DA5054;
            border-bottom: 1px solid #DA5054;
            border-right: 1px solid #DA5054;
            border-left: 1px solid #DA5054;
        }

        #pcx_evacuation tr:first-child td, .pcx_evacuation tr:first-child td {
            border-top: none;
        }
    /* L-Alert内容表示用 ver2.1 避難情報 end */
}

/*:::::::::::::::::::::::::
 * webフォントカラー
 *::::::::::::::::::::::::*/
.my-green {
    color: #65ab31;
}

.my-white {
    color: #ffffff;
}

.my-pink {
    color: #CB1187;
}

.my-red {
    color: #980C0C;
}

.my-blue {
    color: #075B92;
}

.my-skyblue {
    color: #5DB1D5;
}


.swiper-button-pause::after {
    right: -32px !important;
}


/*:::::::::::::::::::::::::
* ボタン
*::::::::::::::::::::::::*/

.info-button {
    display: block;
    width: 160px;
    padding: 4px 0px 8px 8px;
    text-align: center;
    margin-inline: auto;
    border-radius: 50px;
    background-color: var(--background-color,#ffffff);
    color: var(--text-color,#333);
    outline: 2px solid #ED7D31;
    fill: #ED7D31;
    transition-duration: 0.3s;
}

    .info-button:hover {
        background-color: var(--background-color,#FFF0B3) !important;
        color: var(--text-color,#333) !important;
        text-decoration: none;
        fill: #ED7D31 !important;
    }


    .info-button svg {
        position: relative;
        top: 6px;
    }

    .info-button:link {
        color: var(--text-color,#D53F3F);
    }


.info-button {
    color: var(--text-color,#333) !important;
    font-weight: 500;
}

    .info-button:visited {
        color: var(--text-color,#333);
    }




/*:::::::::::::::::::::::::
 * 空き家物件情報
 *::::::::::::::::::::::::*/
.area_akiyabank {
    text-align: center;
}

.area_akiyabank {
    padding-top: 80px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    background-image: url("../images/akiya/bg-akiya.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.ttl_akiya {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
    font-size: 2.313rem;
    font-weight: 500;
    color: var(--text-color,#444);
    letter-spacing: 0.3rem;
}

    /* ★ 擬似要素1：左側のアイコン */
    .ttl_akiya::before {
        content: "";
        width: 70px;
        height: 62px;
        margin-right: 15px;
        background: url("../../common/images/akiya/icon-akiya.svg") no-repeat center / contain;
        position: relative;
        top: 16px;
        right: 8px;
    }

    /* ★ 擬似要素2：2色の下線（オレンジ20%：グレー80%） */
    .ttl_akiya::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 83px;
        right: 0;
        height: 4px;
        border-radius: 2px;
        background: linear-gradient(to right, #f38135 0%, #f38135 17%, #e0e0e0 17%, #e0e0e0 100% );
    }

.area_akiyabank #banSlide_ {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
}

.article.topix_item {
    border-radius: 12px;
    overflow: hidden;
    border-radius: 30px;
}

    .article.topix_item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.4s ease;
    }

    .article.topix_item:hover img {
        transform: scale(1.1);
    }

.slick_toggle_wrap {
    float: right;
    margin-right: 30px;
}

.area_akiyabank .slick-initialized .slick-slide {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.area_akiyabank .slick-slide img {
    display: block;
    width: 300px !important;
    margin: 0 auto;
}


.area_akiyabank .slick-prev {
    left: 15px !important;
}


.area_akiyabank .slick-next {
    right: 15px !important;
}


.kiji_title a {
    color: var(--text-color,#333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-decoration: underline;
}

.kiji_gaiyou {
    color: var(--text-color,#333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


#banSlide_akiya {
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 20px;
}

.slick-initialized .slick-slide {
    width: 270px;
}

.blueBtn {
    margin-bottom: 20px;
}

.kiji_wrap {
    background-color: var(--bckground-color, #eee);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    top: -30px;
}

p.nodata {
    margin-bottom: 50px;
}

/*:::::::::::::::::::::::::
 * 記事スライダー（空き家物件情報）
 *::::::::::::::::::::::::*/

.area_akiyabank .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 220px !important;
    height: 220px !important;
    object-fit: cover;
    border-radius: 5px;
}


.area_akiyabank .slick-slide img {
    width: 250px !important;
    height: 180px !important;
    object-fit: cover;
    border-radius: 5px;
}



.area_akiyabank #banSlide_akiya {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.area_akiyabank .btn_white {
    background-color: #fff !important;
}


.kiji_wrap {
    background-color: var(--background-color,#fffef6);
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
    position: relative;
    top: -20px;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

    /* 内側の波線（点線）部分 */
    .kiji_wrap::after {
        content: "";
        position: absolute;
        /* 余白（オレンジの線と外枠の距離）の調整 */
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        /* 線のスタイル */
        border: 2px dashed #f5a166; /* オレンジ色の破線 */
        border-radius: 20px; /* 内側の角丸（外側より少し小さくすると綺麗です） */

        pointer-events: none; /* 線がテキスト選択などの邪魔をしないように */
        z-index: -1;
    }

/* 記事スライダーの画像 */
.area_akiyabank #ban_slide_set_akiya img {
    margin: 0px auto;
    width: auto;
    height: 185px;
    border-radius: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* スライダーの前・次ボタンの位置 */
.area_akiyabank #ban_slide_set_akiya .slick-prev,
.area_akiyabank #ban_slide_set_akiya .slick-next {
    top: 136px !important;
}
/* 枠 */
.area_akiyabank #ban_slide_set_akiya .kiji_wrap {
}
/* 更新日 */
.area_akiyabank #ban_slide_set_akiya .kiji_koushinDay {
    margin: 10px auto 10px auto;
    font-size: 0.9em;
    text-align: center;
    width: 240px;
    font-weight: bold;
    text-align: left;
}
/* タイトル */
.area_akiyabank #ban_slide_set_akiya .kiji_title {
    margin: 10px auto 10px auto;
    font-size: 1em;
    font-weight: bold;
    max-width: 240px;
    text-align: center;
    text-align: left;
}
/* 概要文 */
.area_akiyabank #ban_slide_set_akiya .kiji_gaiyou {
    margin: 10px auto 10px auto;
    font-size: 0.9em;
    max-width: 240px;
    text-align: center;
    text-align: left;
}

.area_akiyabank #ban_slide_set_akiya .slick-dotted.slick-slider {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/*next,prevボタンノーマルタイプここから*/
/*.area_akiyabank #ban_slide_set_akiya .slick-prev {
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    z-index: 9;
}

    .area_akiyabank #ban_slide_set_akiya .slick-prev:before {
        color: #000;
        content: '';
        width: 30px;
        height: 30px;
        background: #495057;
        border-radius: 50%;
        position: absolute;
        top: 136%;
        left: 0;
        margin-top: -15px;
        opacity: 0.4;
    }

    .area_akiyabank #ban_slide_set_akiya .slick-prev:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 5px transparent;
        border-right: solid 8px #ffffff;
        position: absolute;
        top: 136%;
        left: 5px;
        margin-top: -6px;
    }

.area_akiyabank #ban_slide_set_akiya .slick-next {
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    z-index: 9;
}

    .area_akiyabank #ban_slide_set_akiya .slick-next:before {
        color: #000;
        content: '';
        width: 30px;
        height: 30px;
        background: #495057;
        border-radius: 50%;
        position: absolute;
        top: 136%;
        right: 0;
        margin-top: -15px;
        opacity: 0.4;
    }

    .area_akiyabank #ban_slide_set_akiya .slick-next:after {
        content: '';
        width: 0;
        height: 0;
        border: solid 5px transparent;
        border-left: solid 8px #ffffff;
        position: absolute;
        top: 136%;
        right: 5px;
        margin-top: -6px;
    }*/
/*next,prevボタンノーマルタイプここまで*/

/*next,prevボタンデザインタイプ　ここから*/
#ban_slide_set_akiya .slick-next::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    opacity: 1 !important;
}

#ban_slide_set_akiya .slick-next::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    left: -3px;
    border-top: 3px solid #EB9B40;
    border-right: 3px solid #EB9B40;
    transform: rotate(45deg);
}


#ban_slide_set_akiya .slick-prev::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    opacity: 1 !important;
}

#ban_slide_set_akiya .slick-prev::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: -3px;
    border-top: 3px solid #EB9B40;
    border-right: 3px solid #EB9B40;
    transform: rotate(225deg);
}


/*next,prevボタンデザインタイプ　ここまで*/


.area_akiyabank .slick-initialized .slick-slide {
    display: block;
    padding: 10px 10px !important;
    margin: 0px auto;
    margin: 5px;
    border-radius: 20px;
}




.area_akiyabank #banSlide_akiya {
    max-width: 950px;
    width: 100%;
}







@media screen and (max-width:1100px) {


    .btn_akiyabank {
        width: 380px;
        margin-bottom: 30px;
    }

    .area_akiyabank {
        height: auto;
    }
}


@media screen and (max-width:900px) {
    #ban_slide_set_akiya {
        max-width: 370px;
        margin: 0 auto;
    }

    .slick_toggle_wrap {
        position: relative;
        right: -70px !important;
    }
}




@media screen and (max-width:767px) {

    .area_akiyabank {
        min-height: 730px;
    }

    .area_akiyabank {
        padding-top: 50px;
    }

    .ttl_akiya {
        font-size: 2rem;
    }


    .area_akiyabank #banSlide_akiya #ban_slide_set_akiya li img {
        width: auto;
        height: 185px;
    }




    .area_akiyabank #ban_slide_set_akiya .kiji_title {
        margin: 10px auto 10px auto !important;
        font-size: 1em;
        font-weight: bold;
        max-width: 400px !important;
    }

    .area_akiyabank #ban_slide_set_akiya .kiji_koushinDay {
        margin: 10px auto 10px auto !important;
        font-size: 0.9em;
        text-align: center;
    }

    .area_akiyabank .slick-initialized .slick-slide {
        display: block;
    }
}


@media screen and (max-width:480px) {

    .area_akiyabank {
        padding-top: 50px;
        padding-bottom: 10px;
        height: auto;
    }


    .ttl_akiya img {
        width: 310px;
    }

    .ttl_akiya {
        width: 310px;
    }

    .btn_akiyabank {
        width: 320px;
        margin-bottom: 15px;
    }

    .slick_toggle_wrap {
        position: relative;
        right: 20px !important;
        top: -44px;
    }

    .area_akiyabank #banSlide_akiya {
        margin-top: 0px;
    }
}





@media screen and (max-width:600px) {

    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .ttl_akiya {
        width: 380px;
    }
}

@media screen and (max-width: 450px) {
    .area_akiyabank #banSlide_akiya {
        width: calc(100% - 20px);
    }

    .ttl_akiya {
        width: 286px;
    }

    .ttl_akiya {
        font-size: 1.6rem;
    }

        .ttl_akiya::before {
            width: 58px;
        }
}

@media screen and (max-width: 400px) {
    .btn_akiyabank {
        width: 300px;
        margin-bottom: 15px;
    }
}



/* =================
   大野城市の暮らし
=====================*/
.area-kurashi {
    position: relative;
    padding: 80px 0;
    background-image: url("../images/akiya/bg-kurashi.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 120px;
}


    /* 擬似要素で右下に画像を配置 */
    .area-kurashi::after {
        content: "";
        position: absolute;
        bottom: 50px;
        right: 370px;
        width: 146px;
        height: 208px;
        background-image: url("../images/akiya/img-jo.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
        pointer-events: none;
    }

/* インナー幅（サイト全体の最大幅に合わせてください） */
.inner-kurashi {
    max-width: 1200px; /* 例 */
    margin: 0 auto;
    padding: 0 20px;
}

/* 左側のコンテンツエリア */
.kurashi-text {
    width: 522px;
}


/* 見出し*/
.ttl_kurashi {
    display: inline-flex;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 2.313rem;
    font-weight: 500;
    color: var(--text-color,#333);
    letter-spacing: 0.3rem;
}
    /* 2色の下線（オレンジ20%：グレー80%） */
    .ttl_kurashi::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-radius: 2px;
        background: linear-gradient(to right, #f38135 0%, #f38135 20%, #e0e0e0 20%, #e0e0e0 100% );
    }

/* 説明文のスタイル */
.kurashi-text p {
    font-size: 1rem;
    line-height: 2.8rem;
    color: var(--text-color,#333);
    margin-bottom: 1em;
}

    .kurashi-text p:last-child {
        margin-bottom: 0;
    }

.area-kurashi .info-area__btn_wrap {
    width: 160px;
    margin-top: 30px;
}



@media screen and (max-width: 1250px) {
    .inner-kurashi {
        padding: 0px 70px;
    }

    .area-kurashi {
        padding-bottom: 120px;
        background-size: 850px;
        background-position: right top;
    }

        .area-kurashi::after {
            bottom: 120px;
            right: 250px;
            background-size: 90px;
        }

    .area-kurashi {
        padding-bottom: 70px;
    }
}



@media screen and (max-width:950px) {
    .area-kurashi::after {
        bottom: 220px;
        right: 20px;
        background-size: 90px;
    }

    .area-kurashi {
        padding-bottom: 120px;
        background-size: 709px;
        background-position: right top;
    }

    .area-kurashi {
        background-size: 670px;
    }

        
}

@media screen and (max-width:800px) {

    .ttl_kurashi {
        font-size:2rem;
    }

        .kurashi-text {
        width: 350px;
    }

    .inner-kurashi {
        margin-top: 120px;
    }

    .area-kurashi::after {
        bottom: 120px;
        right: 10%;
        background-size: 120px;
    }

    .inner-kurashi {
        padding: 0px 60px;
    }
}

@media screen and (max-width:650px) {
    .area-kurashi::after {
        background-size: 90px;
    }
}

@media screen and (max-width:590px) {
    .area-kurashi::after {
        background-size: 90px;
    }

    .area-kurashi {
        background-size: 620px;
    }
    .area-kurashi {
        padding-bottom: 60px;
        background-size: 709px;
        background-position: right -120px;
    }

    .inner-kurashi {
        margin-top: 300px;
    }

    .kurashi-content {
        width: 350px;
        margin: 0 auto;
    }

    .ttl_kurashi {
        width: 295px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .area-kurashi::after {
        top: 142px;
        right: 220px;
        background-size: 90px;
    }
    .inner-kurashi {
        padding: 0px 20px;
    }

    .info-area__btn_wrap {
        margin: 0 auto;
    }

}

@media screen and (max-width:400px) {

   

    .kurashi-text {
        width: 280px;
    }

    .kurashi-content {
        width: 290px;
        margin: 0 auto;
    }
}





    /*スクロール画像エリアここから */

    .scrolling-area {
        width: 100%;
        overflow: hidden;
        margin-top: -30px;
        padding: 30px 0 9px 0;
        position: relative;
        background-color: transparent;
        z-index: 10;
    }

        /* なだらかな凸型の背景（ここがフッターとの橋渡しになります） */
        .scrolling-area::before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            width: 200%;
            height: 20%;
            background-color: var(--background-color, #FFEA5C);
            border-radius: 50% 50% 0 0 / 100% 100% 0 0;
            z-index: -1;
        }

    #siteinfo {
        width: 100%;
        height: auto;
        background-color: var(--background-color, #FFEA5C);
        /* scrolling-areaとの隙間を完全に消す */
        margin-top: -1px;
        position: relative;
        /*z-index: 5;*/
    }
    /* 画像が浮いているように見せるための調整 */
    .scroll-list img {
        /* z-indexの効果を出すために必要 */
        position: relative;
        z-index: 1;
    }

    .scroll-container {
        display: flex;
        width: fit-content;
    }

    .scroll-list {
        display: flex;
        /* 横に流れるアニメーション */
        animation: infinity-scroll 200s linear infinite;
    }

    @keyframes infinity-scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }

    .scroll-list img {
        width: 472px;
        height: 320px;
        margin: 0 20px;
        object-fit: cover;
        border-radius: 80px; /* 角を大きく丸めて柔らかい印象に */
        /* 上下のふよふよ（漂い）だけを適用 */
        animation: jellyfish 5s ease-in-out infinite alternate;
    }

        /* 隣り合う画像で動きをバラバラにする（ここが「漂い感」のキモです） */
        .scroll-list img:nth-child(even) {
            animation-duration: 30s; /* 速度を変える */
            animation-delay: -1.5s; /* 開始タイミングをずらす */
        }

        .scroll-list img:nth-child(3n) {
            animation-duration: 4.5s;
            animation-delay: -3s;
        }

    /* 上下にゆったり動くアニメーション */
    @keyframes jellyfish {
        0% {
            transform: translateY(10px);
        }

        100% {
            transform: translateY(-25px); /* 上下に約35pxの幅で漂う */
        }
    }


    @media screen and (max-width:1100px) {
        .scroll-list img {
            width: 372px !important;
            height: 250px !important;
        }
    }

@media screen and (max-width:767px) {
    .scroll-list img:nth-child(even) {
        animation-duration: 20s; /* 速度を変える */
    }
}

    /*スクロール画像エリアここまで */


    /*:::::::::::::::::::::::::
 * スライダーの再生・停止ボタン
 *::::::::::::::::::::::::*/
    .slick_toggle_wrap {
        width: 100%;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        height: 20px
    }

        .slick_toggle_wrap span {
            position: absolute !important;
            right: 45px !important;
            bottom: 7px !important;
            border: solid 1px !important;
            border-radius: 2px !important;
            width: 70px !important;
            height: 25px !important;
            font-size: 1rem;
            background-color: var(--background-color,#fff);
        }

    .stop {
        padding-top: 3px !important;
    }

    .play {
        padding-top: 0px !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: block !important;
        z-index: 10 !important;
    }

    .slick_toggle.paused .play {
        display: block !important;
        z-index: 10 !important;
    }

    .stop, .play {
        border: 1px solid #333;
        padding: 3px 4px 3px 4px;
    }

        .stop:hover {
            cursor: pointer;
        }

        .play:hover {
            cursor: pointer;
        }

    .swiper-button-pause::after {
        right: 24px !important;
        bottom: 24px !important;
    }

