@media (max-width: 1280px) {

    .index-photo-list a {
        margin: 20px 15px;
    }

    .index-photo-list a .photo-img {
        min-width: 230px;
    }

}

@media (max-width: 1180px) {

    .index-bulletin {
        width: 90%;
    }

    .main-nav {
        width: 92%;
    }

    .main-nav > li > a {
        padding: 21px 5px;
        font-size: 0.95em;
    }

    .index-photo-list {
        max-width: 1080px;
    }
}

@media (max-width: 1080px) {

    .header .logo,
    .rwd-header .logo {
        width: 365px;
    }

    .index-photo-list {
        max-width: 1000px;
        display: block;
    }

    /*
    .index-photo-list a .photo-img {
        min-width: 310px;
    }
*/
}

@media (max-width: 1024px) {
    .page-wrap {
        padding-top: 0 !important;
    }

    .page-kv {
        margin-top: 89px;
    }

    .index-kv {
        position: relative;
        padding-top: 89px;
    }

    .header .logo,
    .rwd-header .logo {
        width: 185px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

    .header {
        position: fixed;
        z-index: 999;
        width: 100%;
        box-shadow: 0px 2px 22px rgba(84, 84, 84, 0.5);
        background: url(../../images/style37/header-bg.jpg) 0 0 no-repeat #fff;
        background-size: cover;
        top: 0;
        display: none;
    }

    .rwd-header .logo img {
        width: 100%;
        max-width: 365px;
    }

    .rwd-header {

        display: block;
        height: 89px;
    }

    .header-right,
    .main-nav {
        display: none;
    }

    .header-inner {
        height: 90px;
        width: 90%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .c-hamburger {
        display: block;
    }

    .wrapper {
        margin-top: 0;
    }

    .index-bulletin-title {
        width: 250px;
    }

    .index-bulletin-slider-wrap {
        width: 80%;
    }

    .fat-footer-col {
        width: 27%;
        padding-bottom: 47px;
    }

    .footer-inner {
        display: block;
    }

    .footer .footer-logo {
        margin-bottom: 20px;
        margin-right: 0;
        width: 48vw;
        max-width: 166px;
        margin: 21px auto;
    }

    .footer .footer-info-left p {
        width: 100%;
    }

    .footer-info-left,
    .footer-info-right {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        display: block;
    }

    .index-calendar .calendar a.pre-m {
        left: 23%;
    }

    .index-calendar .calendar a.next-m {
        right: 23%;
    }

    .index-kv .slick-prev,
    .index-kv .slick-next {
        width: 30px;
        height: 50px;
    }
}

@media (max-width: 768px) {

    .index-kv .slick-prev,
    .index-kv .slick-next {
        width: 40px;
        height: 50px;
    }

    .index-service-small {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px auto 26px auto;
    }

    .index-news-wrap {
        padding: 20px 0 50px 0;
    }

    .index-service-small a {
        margin: 15px 15px;
        width: 100%;
    }

    .index-bulletin {
        float: none;
        margin: 0 auto;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-bulletin-title,
    .index-bulletin-slider-wrap {
        width: 100%;
        padding: 15px 0;
        justify-content: space-between;
        align-items: center;
    }

    .index-bulletin-img {
        float: left;
        width: 100px;
    }

    .index-bulletin-line .txt {
        width: calc(100% - 100px);
        padding-left: 20px;
    }

    .index-bulletin-title strong {
        display: inline-block;
        font-size: 1.750em;
        padding: 0;
    }

    .index-bulletin-line {
        padding: 20px 20px;
        height: auto;
    }


    .index-bulletin-title .index-btn {
        padding: 0;
        width: 100%;
        text-align: center;
        margin: 11px 0 0 0;
    }

    .index-news-line {
        display: block;
        padding: 15px 0;
    }

    .index-news-line .date {
        padding: 4px 0;
        width: 110px;
    }

    .index-news-line .tag {
        margin: 0 0 0 10px;
    }

    .index-news-line .txt {
        display: block;
        margin-top: 8px;
        padding: 0 12px;
    }

    .fat-footer-col {
        width: 42%;
    }

    .footer .accessible-mark {
        margin: 20px 0;
    }

    .index-calendar {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-calendar .calendar,
    .index-calendar .calendar-event-wrap {
        width: 100%;
    }

    .index-calendar .calendar-event-wrap {
        margin-top: 10px;
    }

    .index-calendar .calendar-event-list {
        height: auto;
        overflow-y: auto;
        padding: 0;
    }

    .index-map-cont,
    .index-map-info {
        width: 100%;
        float: none;
    }

    .index-map-info .logo {
        margin: 20px auto 30px auto;
        display: block;
        width: 80%;
        max-width: 200px;
    }

    .index-photo-list {
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .index-kv {
        padding-bottom: 40px;
    }

    .index-kv .slick-dots {
        bottom: -30px;
    }
}

@media (max-width: 480px) {

    .header .logo,
    .rwd-header .logo {
        width: 74vw;
    }

    .header-inner {
        height: 70px;
    }



    .index-related {
        padding: 0px 0 80px 0;
    }

    .fat-footer-col {
        width: 92%;
    }

    .index-bulletin-wrap {
        padding: 50px 0;
    }

    .index-news {
        width: 90%;
        padding-bottom: 30px;
    }

    .index-service-small {
        width: 95%;
    }

    .index-calendar .cal-date li {
        height: 48px;
    }

    .index-calendar .calendar-event-wrap {
        padding: 15px 20px;
    }
}

@media (max-width: 360px) {
    /*
    .index-photo-list a .photo-img {
        min-width: 250px;
    }
*/
}

@media (max-width: 320px) {

    .header .logo,
    .rwd-header .logo {
        min-width: 220px;
    }
}
