@charset "UTF-8";
/*==========================================================================*/
/*                            mainimg                                     */
/*==========================================================================*/
.top-copy {
    width: 1000px;
    margin: 0 auto 20px;
    font-size: 14px;
}
.slide {
    margin: 0 auto 20px;
    width: 100%;
}
.slide img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.slick-dots:after{
    content: "";
    background: url(../img/header-bottom.png)repeat-x top;
    height: 6px;
    display: block;
    background-size: contain;
}
/*==========================================================================*/
/*                            top-left                                     */
/*==========================================================================*/
.Update {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: left;
    margin-bottom: 25px;
}
.Update p.title:before {
    content: url(../img/topmenu-circle.png);
    margin: 4px;
    position: relative;
}
.Update p.title {
    margin-bottom: 15px;
}
.UpdateBox {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
}
#feed {
    overflow-y: scroll;
    height: 5em;
}
#feed p {
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
}
.toku-top {
    margin-bottom: 30px;
}
.left {
    width: 32%;
    margin-right: 2%;
    padding: 8px;
    border: 1px solid #ccc;
    height: 25em;
    overflow: hidden;
}
.left:nth-of-type(3) {
    margin-right: 0;
}
.left.second {
    height: 21.5em;
}
.left p {
    font-size: 13px;
}
.left figure + p,
.left h5+ p {
    margin-bottom: 10px;
}
.left figure {
    margin-bottom: 10px;
}
.left em {
    display: block;
    color: #cc3333;
}
.topage a {
    color: #754c24;
    text-decoration: underline;
}
.topage a:before{
    content: url(../img/topmenu-circle.png);
    margin: 4px;
    position: relative;
    top: 2px;
}
.left h5 {
    font-size: 13px;
    color: #754c24;
    line-height: 1.4;
    margin-bottom: 10px;
}
/*==========================================================================*/
/*                            local-area                                     */
/*==========================================================================*/
.tabs__item {
    display: inline;
}
.tabs__link {
    display: inline-block;
    color: #999;
    text-decoration: none;
    padding: 6px 6px;
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px 4px 0 0
}
a.tabs__link {
    text-decoration: none;
}
.tabs__item a:hover {
    background: #1cbec7;
    color: #fff;
}
.tabs__link.is-active {
    background: #1cbec7;
    border: 1px solid #1cbec7;
    color: #fff;
}
.tabs__content {
    display: none;
    width: 100%;
    padding: 15px;
    float: left;
    border: 1px solid #1cbec7;
}
.tabs__item a {
    font-size: 16px;
}
.tabs__item h2 {
    font-size: 16px;
    color: #964801;
}
.tabs__item h3 {
    font-size: 16px;
}
.tabs__item h2, .tabs__item h3 {
    display: inline-block;
}
.tabs__item dl {
    margin-bottom: 15px;
}
.tabs__item dl,
.txtArea ul {
    padding-top: 6px;
    border-top: 4px solid #eee;
    margin-top: 6px;
    font-size: 13px;
}
.tabs__item dt {
    font-weight: bold;
}
.tabs__item dd {
    margin-bottom: 10px;
}
.tabs__content img {
    margin-bottom: 15px;
}
.txtArea li:before {
    content: "\f041";
    color: #754c24;
    font-family: FontAwesome;
    line-height: 2em;
    padding-right: .6em;
}
/*==========================================================================*/
/*                             media query                                  */
/*==========================================================================*/
@media (max-width: 768px) {
    .top-copy {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .slide {
        width: 100%;
        margin-top: 15px;
    }
    .local_area {
        padding: 0;
    }
    .tabs {
        border: 1px solid #1cbec7;
    }
    .tabs__link {
        display: block;
    }
    .tabs__item a:before {
        content: "\f0ab";
        font-family: FontAwesome;
        font-size: 1.3em;
        vertical-align: middle;
        margin-right: .2em;
        color: #ff931e;
    }
    .tabs__item a.is-active:before {
        color: #fff
    }
    .tabs {
        background: #fff;
        overflow: hidden;
    }
    .tabs__content {
        border-left: none;
        border-right: none;
}
    .tabs__link {
        color: #999;
        text-decoration: none;
        padding: 6px 6px;
        margin-bottom: 0;
        border-top: 1px solid #1cbec7;
        border-left: none;
        border-right: none;
        border-radius: 0
    }
    ul.tabs:first-child {
        border-top: none;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 599px) {
    .left {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        height: inherit;
    }
    .left.second {
        height: inherit;
    }
    .left figure {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 420px) {
}
