@charset "utf-8";

#contents p {
    font-size: 90%;
    line-height: 120%;
}

.top_main {
    margin: 0 0 40px 0;
}

.top_main h1 {
    display: none;
}

.itiosi_w {
    background: #fee8a5;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 85%;
    line-height: 1.4;
}

.itiosi_w h2 {
    background: #F39A3A;
    font-size: 90%;
    color: #fff;
    text-align: left;
    padding: 3px 10px;
    font-weight: bold;
    margin: 0;
    border-left: 10px solid #f83d0e;
    display: block;
}

.itiosi_w ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: flex;
    column-gap: 20px;
}

.t2 {
    font-size: 90%;
}

.t2 h3 {
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
    font-size: 120%;
    color: #6580C8;
    margin: 10px 0 0 0;
}

.top_box {
    display: flex;
    width: 100%;
    margin: 10px 0 20px 0;
    column-gap: 10px;
}

#sub,
#kosin {
    clear: both;
    overflow: auto;
    border: #06c6c1 1px solid;
    padding: 0;
    width: 50%;
    height: 200px;
}

#sub p,
#kosin p {
    padding: 5px 10px;
    line-height: 1.4;
}

#sub h3 {
    background: url("../img/t_otoku.gif") repeat-x top left;
    font-size: 90%;
    padding: 2px;
    color: #fdedd2;
    text-indent: -9999px;
    height: 30px;
}

#kosin h3 {
    background: url("../img/t_kousin.gif") repeat-x top left;
    font-size: 90%;
    padding: 2px;
    color: #fdedd2;
    text-indent: -9999px;
    height: 30px;
}

.top_box h4 {
    font-size: 90%;
    background: url("../img/i_list.gif") no-repeat left;
    margin: 5px 10px 3px 10px;
    padding: 0 0 0 15px;
}

.rssFeed {
    margin: 3px 5px;
}


.t3 {
    color: #618ef8;
}

.slide_t {
    font-size: 90%;
    color: #003399;
    text-align: left;
    background: url("../img/i_list.gif") no-repeat left center;
    margin: 0 0 5px 0;
    padding: 4px 0 5px 12px;
}

#slideshow {
    position: relative;
    width: 100%;
    height: 200px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: auto;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}

ul.map {
    margin: 30px 0 0 0;
    display: flex;
    padding: 0;
    list-style: none;
    column-gap: 20px;
    line-height: 1.5;
    font-size: 85%;
}
.map span{
    font-size: 10px;
}


@media (max-width: 650px) {

    .top_main {
        margin: 0 0 30px 0;
    }

    .itiosi_w ul {
        display: block;
        width: 95%;
    }

    .tour {
        display: block;
        width: 100%;
    }

    .tour img {
        max-width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .t2 h3 {
        margin: 0;
    }

    #slideshow {
        width: 100%;
        margin: 0;
        height: 150px;
        padding: 0;
    }

    .top_box {
        display: block;
    }

    #sub,#kosin {
        margin: 0 0 10px 0;
        width: 100%;
        height: 100%;
    }
    ul.map{
        column-gap: 2px;
    }
}
