﻿@import url(./kankou_body.css);
@import url(./topFreearea_map.css);

/*jQuery フェードイン*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms;
}



/* body */
body {
}

a {
    text-decoration: none;
}


/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/

#container {
    max-width: 1100px;
    margin: 15px auto 0px;
    font-size: 90%;
    padding: 0px;
    position: relative;
    padding: 10px 0px 5px;
}


ul.pankuzu-item {
    display: table;
    padding-left: 10px;
}


/*:::::::::::::::::::::::::
 * ヘッダーメニュー
 *::::::::::::::::::::::::*/
#header {
    
    margin: 0px auto;
   
}

#headerImg {
    width: 268px;
    float: left;
    padding-top: 15px;
    height: 60px;
}

.headMenuTtl {
    float: right;
    font-size: 14px;
    padding: 5px 0px 10px 15px;
}

    .headMenuTtl p {
        float: left;
        padding-right: 7px;
    }

/* 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: 99;
    text-decoration: none;
    position: absolute;
    width: 300px;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 125%;
    /zoom:1;
}

    .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;
}


/*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/
.flash {
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    max-width: 100%;
}

.slideArea {
    position: relative;
}


.slidelogo {
    position: absolute;
    z-index: 100;
    bottom: 28%;
    left: 38%;
    max-width: 28%;
}


/*観光サイト用pager
.bx-wrapper .bx-pager {
    bottom: 15% !important;
    left: 20px !important;
}

.bx-controls-auto {
    bottom: 15% !important;
    right: 40px !important;
}

    */




/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/
.news_bg {
    padding-top: 20px;
    padding-bottom: 140px;
    background: url(../images/kankou/bg_yama.png)no-repeat 12% 110%, url(../images/kankou/bg_kemuri.png)no-repeat 85% 70%;
}


.newsarea {
    border-radius: 20px;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.orange {
    position: absolute;
    z-index: 999;
    bottom: -27%;
    right: 1%;
}



.newsarea_wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
}


.newsarea_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 55px;
}

    .newsarea_left img {
        background-color: white;
        margin-top: 40px;
    }

.newsarea_right {
    width: 65%;
    padding-top: 10px;
    margin-left: 80px;
}

.kiji {
    margin-bottom: 20px;
}

    .kiji a {
        text-decoration: none;
    }

.koushinDay {
    float: left;
    margin-right: 10px;
}


.rssarea {
    background: url(../images/kankou/icon_rss.png)no-repeat 7px 6px;
    margin-left: 25px;
    margin-top: 10px;
}

    .rssarea a {
        text-decoration: none;
        padding-left: 20px;
        font-weight: bold;
        color: #333333;
        border: 1px solid #ccc;
        border-radius: 16px;
        padding-right: 10px;
    }

.mottomirubuttonarea {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 80px;
}

.mottomirubutton p {
    padding-right: 5px;
    text-decoration: none;
    padding-left: 30px;
}

/*

    .mottomirubutton:hover {
        background-color: #f2f2f2;
    }
*/


.mottomirubutton p {
    padding-right: 5px;
    text-decoration: none;
}







@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -705px 0;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -705px 0;
    }
}




/*:::::::::::::::::::::::::
 * メインメニュー
 *::::::::::::::::::::::::*/

#menuArea {
    max-width: 1100px;
    margin: 0px auto;
}

#menuAreaLeft {
    float: left;
    max-width: 720px;
    width: 100%;
}

#menuAreaRight {
    float: right;
    max-width: 240px;
    margin-left: 10px;
}


li .rightmenu_btn {
    float: left;
    margin: 0 12px 10px auto;
    padding: 0;
}

#menuAreaRight {
    display: table-cell;
    width: 280px;
    vertical-align: top;
}


#aboutgikai {
    margin: 0px 0px 10px 0px;
    padding: 3px 0px 0px 0px;
}


#menuAreaRight li {
    border: solid 1px #ccc;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

    #menuAreaRight li div.label {
        line-height: 30px;
        margin: 12px 0 12px 11px;
        border-left: solid #0095b0 6px;
        padding-left: 10px;
        font-size: 1.1em;
        font-weight: bold;
    }


    #menuAreaRight li > a {
        text-decoration: none;
        color: #333333;
        display: inline-block;
        height: 100%;
        width: 100%;
    }


#btnlink {
    margin: 5px 10px 10px 0px;
    padding: 3px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.btn01 {
    font-size: 1.1em;
    vertical-align: middle;
    display: inline-block;
    width: 280px;
    letter-spacing: normal;
    margin: 5px 0px;
    float: left;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 8px;
}

.btn02 {
    font-size: 1.1em;
    vertical-align: middle;
    display: inline-block;
    width: 280px;
    letter-spacing: normal;
    margin: 5px 0px;
    float: left;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 8px;
}



#btnlink .btn01 a {
    text-decoration: none;
    font-weight: bold;
}

#btnlink .btn02 a {
    text-decoration: none;
    font-weight: bold;
}


#menuBtn li {
    float: left;
    margin: 0px 8px 0px 0px;
}

/* フリーエリア start */
/*記事タイトル*/
h2.title,
div.migration h2 {
    padding: 0 0 4px 21px;
    margin-bottom: 16px;
    font-size: 1.2em;
    font-weight: bold;
    background: url("../images/CssColorType/h2Ttl.gif") no-repeat 7px center #EADDCE;
    line-height: 1.8;
}
/*段落見出しタイトル*/
h3.title,
div.migration h3 {
    background: rgba(0, 0, 0, 0) url("../images/CssColorType/h3Ttl.gif") no-repeat scroll 7px center;
    border-bottom: 1px dashed #366f55;
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 0 4px 21px;
}

.freearea {
    margin: 0px;
}

/* フリーエリア end */

/* 新着情報 */

.mottomirubutton {
    border-radius: 30px;
    padding: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 150px;
}


.s_gradarea {
    height: 40px;
}


.wave02 {
    background: url("../images/kankou/wave.png")1px 1px repeat-x;
    height: 20px;
    margin-top: 27px;
    width: 100%;
    position: absolute;
}

.info {
    margin: 15px 0px;
}

#newArea {
    border: 1px solid #c8000f;
    margin: 15px auto;
    width: 1000px;
}

#newTtlNavi {
    border-bottom: solid 3px #001e43;
    padding: 0px 3px;
}

#newTtlTab {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 12px 0px 0px 50px;
    text-decoration: none;
    background: url("../images/gikai/icon_title_s.png") no-repeat 10px 8px;
    /*    border-left: solid 3px #366f55;左線*/
}

    #newTtlTab p {
        display: block;
        float: left;
        padding: 11px 20px 6px;
        margin: 3px 5px 0px 0px;
        text-decoration: none;
        font-size: 1.1em;
        cursor: pointer;
    }

#rssArea {
    float: left;
    min-width: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 5px;
    padding: 4px;
    margin: 8px;
}

    #rssArea a {
        text-decoration: none;
    }


#newTtlTab p span {
    padding: 3px 20px 3px 20px;
}

    #newTtlTab p span#tab1 {
    }

    #newTtlTab p span#tab2 {
    }

    #newTtlTab p span#tab3 {
    }

#newTtlTab p.selected span#tab1 {
}

#newTtlTab p.selected span#tab2 {
}

#newTtlTab p.selected span#tab3 {
}

#newTtlTab p #rss {
    text-decoration: none;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 5px;
}

/* 2016/12/13 アクセシビリティ対応 focus認識*/
#newTtlTab p a#rss:focus {
    border: dashed #000 1px;
}

/* 2016/12/13 アクセシビリティ対応 tab文字リンク設定*/
#newTtlTab span a {
    color: #333333;
    text-decoration: none;
}

/* 2016/12/13 アクセシビリティ対応 tab文字リンク設定*/
#newTtlTab .selected a {
    color: white;
}

.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: 10px;
    background: rgba(0, 0, 0, 0) url("../images/gikai/ya_green_s.png") no-repeat scroll 4px 15px;
}

    .listInfo ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

.info p.koushinDay {
    width: auto;
    float: left;
    min-width: 130px;
    font-size: 0.9em;
    text-indent: 1em;
}

.info p.eventDate {
    width: auto;
    float: left;
    min-width: 100px;
    font-size: 0.9em;
    text-indent: 1em;
    margin-right: 5px;
}

div.newTtl {
}

.info span.term {
    font-size: 0.9em;
    white-space: nowrap;
}

.info span.termTitle {
    font-size: 0.7em;
    margin-right: 5px;
    padding: 1px 3px;
}

.infoIchiran {
    padding: 3px 3px 3px 5px;
    float: right;
    margin-right: 5px;
    font-size: 0.7em;
    font-weight: normal
}

.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 {
    float: left;
}

    .kijiTtl a {
        text-decoration: none;
    }

a .textLink {
    text-decoration: underline;
}

/*:::::::::::::::::::::::::
 * イベント情報
 *::::::::::::::::::::::::*/

.slick-prev, .slick-next {
    top: 42% !important;
}



.newsbutton {
    background: url(../images/kosodateiju/arrow.png)no-repeat 140px 14px white;
    color: #333333;
}



.mottomiru_event {
    display: flex;
    margin-top: 20px;
}



.eventarea {
    margin-top: -530px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

    .eventarea img {
        margin-bottom: 10px;
    }


.calendararea a {
}

.calendararea a {
    transition: 0.2s;
}

/*
    .calendararea :hover {
        background-color: #f2f2f2;
        transition: 0.2s;
    }

    */


.slick-slide img {
    width: 300px !important;
    height: 200px !important;
    border-radius: 20px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    transition-duration: 0.2s;
    object-fit:cover !important;
}



    .slick-slide img:hover {
        opacity: 0.7;
        transition-duration: 0.2s;
    }





.kiji_koushinDay {
    margin-top: 10px !important;
    margin-left: 20px !important;
    text-align: left;
}


.slide_con {
    max-width: 950px !important;
    display: inline-block;
}


.kiji_title {
    text-align: left;
    max-width: 295px;
    margin-left: 18px;
}


    .kiji_title a {
        text-decoration: underline;
    }

.eventarea .mottomirubutton {
    margin-top: 0px;
}


.gradationarea {
    height: 380px;
}

.wave03 {
    background: url("../images/kankou/wave.png")1px 1px repeat-x;
    height: 20px;
    margin-top: 368px;
    width: 100%;
    position: absolute;
}


@media screen and (max-width:900px) {
    .koushinDay {
        float: none;
    }
}

/*==============
 見る・遊ぶ・体験/食べる・買う/温泉・自然・宿泊
================ */



.menubtnarea img {
    transition-duration: 0.2s;
}

    .menubtnarea img:hover {
        transform: scale(1.05);
        filter: brightness(105%);
    }


.menubtnwrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

    .menubtnwrapper img {
        margin-right: 30px;
        margin-left: 30px;
    }

.wave04 {
    background: url("../images/kankou/wave2.png")1px 1px repeat-x;
    height: 20px;
    margin-top: -420px;
    width: 100%;
    position: absolute;
}

.whitegradation {
    background: url("../images/kankou/bg_whitegradation.png")1px 1px repeat-x;
    height: 150px;
    margin-top: -150px;
    width: 100%;
    position: absolute;
}




/*==============
 おでかけ交通情報/観光CM・ガイドブック/360°パノラマ
================ */
.menubtnwrapper2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .menubtnwrapper2 img {
        margin-right: 20px;
        margin-left: 20px;
    }

/*==============
 観光リンク集
================ */
.bannaiyo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .bannaiyo li {
        list-style-type: none;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom:8px;
    }

.kankoulinkarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}



/*==============
 雲仙市公式SNS
================ */

h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
}

.snsarea {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

    .snsarea img {
        margin-bottom: 20px;
    }

.gideline {
    background-image: url("../images/bousai/bullet.png");
    background-repeat: no-repeat;
    background-position: 2px 10px;
    max-width: 312px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 15px;
}

.btnarea {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}




@media screen and (max-width:1067px) {
    .wave04 {
        margin-top: -693px;
    }
}


@media screen and (max-width:1000px) {
    #container {
        padding: 0px 10px;
    }

    #menuAreaLeft {
        float: none;
        width: auto;
    }

    #menuAreaRight {
        float: none;
        width: auto;
    }
}




@media screen and (max-width:900px) {
    #naviArea {
        font-size: 0.85em;
    }
}


@media screen and (max-width:768px) {

 /*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/

    .newsarea_wrapper {
        display: block;
        align-items: center;
        margin-top: 20px;
    }

    .newsarea {
        margin-left: 10px;
        margin-right: 10px;
    }

    .newsarea_left img {
        background-color: white;
        margin-top: 0px;
        margin-right: 15px;
    }


    .newsarea_left {
        padding: 0px;
    }

    .rssarea {
        margin-top: 0px;
    }

    .newsarea_right {
        padding: 0px;
        margin: 0 auto;
        width: 90%;
    }

    .orange {
        display: none;
    }

    .rssarea {       
        margin-left: 12px;        
    }


    @media screen and (max-width:414px) {

        .news_bg {
            padding-top: 0px;
        }

        .rssarea {
            margin-left: 4px;
        }

            .rssarea a {
                font-size: 0.8em;
            }

        #infoMain1 {
            font-size: 0.95em;
        }
    }


 /*:::::::::::::::::::::::::
 * イベント情報
 *::::::::::::::::::::::::*/
    .slide_con {
        max-width: 310px !important;
    }
}


@media screen and (max-width:414px) {

    .newsarea_left img {
        max-width: 170px;
    }



    .eventarea img {
        max-width: 320px;
    }

    .menubtnarea img {
        max-width: 250px;
    }


    .photoarea {
        margin-top: 0px;
    }


     .photoarea img {
        max-width: 340px;
        margin-top: 24px;
     }


    .ttl_event {
        max-width: 180px !important;
    }

    .mottomiru_event {
        display: block;
    }

    .eventarea .mottomirubutton {
        margin-top: 0px;
    }

    .calendarbutton {
        margin-top: -85px;
        margin-right: 26px;
    }

    .mottomirubuttonarea {
        margin-top: -16px;
    }
}

/*:::::::::::::::::::::::::
 * 見る遊ぶ体験・食べる買う・温泉自然宿泊
 *::::::::::::::::::::::::*/

@media screen and (max-width:414px) {
    
    .menubtnwrapper{
        margin-top:10px;
    }
    
    .menubtnwrapper img{
        max-width: 220px;
        margin-top:15px;
    }
  
    .menubtnwrapper {
        padding-bottom: 30px;
    }
}



/*:::::::::::::::::::::::::
 * お出かけ・観光CMガイドブック・360パノラマ
 *::::::::::::::::::::::::*/

@media screen and (max-width:709px) {

    

    .wave04 {
        margin-top: -966px;
    }
}

@media screen and (max-width:414px) {

    .menubtnwrapper2 {       
        padding-top: 50px;        
    }

    .wave04{
        margin-top:-776px;
    }
    
}


/*:::::::::::::::::::::::::
 * 観光リンク
 *::::::::::::::::::::::::*/
@media screen and (max-width:414px) {

    .kankoulinkarea {
        
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ttl_kankoulink{
        max-width:190px;
        margin-bottom:10px;
    }

    .kankoulinkarea {
        margin-top: -10px;
        
    }

    .ttl_kankoulink {
        padding-right: 20px;
    }
}

/*:::::::::::::::::::::::::
 * 雲仙市公式SNS
 *::::::::::::::::::::::::*/
@media screen and (max-width:414px) {

    .SNStitle h3{
        font-size:1.6em;
    }

    .snsarea img {
        margin-bottom: 10px;
    }

    .snsarea {
        margin-top: 55px;
    }
}





/* 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;
            background-size: 25px 25px;
        }

        #foreignSP .minus {
            background: url("../images/top1/btn_minus.png") 98% center no-repeat;
            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 #736357 !important;
        }

    #foreignTitle {
        width: 100%;
        margin: 1px auto;
    }

        #foreignTitle a {
            border: 1px solid #736357;
            padding: 10px 8px 10px 12px !important;
            color: #736357;
            display: block;
            height: 100%;
            font-weight: bold;
        }

    #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-size: 10px 13px;
                border: 1px solid #736357;
            }

                #foreignDsp ul li a {
                    width: 70%;
                    line-height: 2.4em;
                    display: block;
                    padding: 0px !important;
                    margin-left: 15px !important;
                }

    @media screen and (max-width:900px) {
        #foreignSP {
            display: block;
        }
    }
