@media print {
  @page {
    size: auto;
  }
  /*header, footer {*/
    /*display: none !important;*/
  /*}*/
  header{
    position: relative !important;
  }
  .main-page {
    margin-top: 0 !important;
  }
  .sp {
    display: none !important;
  }
  .sec-mv {
    min-height: auto;
  }
  .scrEvent {
    opacity: 1 !important;
  }
  .scrEvent.fadeIn {
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    opacity: 1 !important;
    -webkit-animation-name: flipLeftTopAnimePrint !important;
            animation-name: flipLeftTopAnimePrint !important;
  }
  .main-page {
    margin-top: 0;
  }
  .traffic-map {
    width: 100%;
    height: 600px;
  }
  .traffic-map img {
    display: block;
  }
  .traffic-map iframe {
    height: 600px;
    display: none;
  }
  .ttlcomp-01 {
    font-size: 25px;
  }
  .ttlcomp-02 {
    font-size: 23px;
  }
  .txt-basic {
    font-size: 15px;
  }
  .list-information .item {
    font-size: 15px;
  }
  .announcements-sub {
    width: 80%;
    margin: 0 auto 90px;
  }
  .list-traffic__ttl {
    font-size: 22px;
  }
  .list-traffic__txt {
    font-size: 16px;
  }
  .sec-mv-page .mv-page__ttl {
    font-size: 40px;
  }
  .news-item p {
    font-size: 20px;
    width: calc(100% - 150px);
  }
  .news-date {
    font-size: 20px;
    width: 150px;
  }
  .sec-news {
    padding: 50px 0;
  }
  .news-item a {
    padding: 16px 0;
  }
  .detail-content p img {
    width: 50%;
  }
  .detail-heading {
    font-size: 30px;
  }
  .detail-content p {
    font-size: 16px;
  }
  .detail-content h2, .detail-content h3 {
    font-size: 22px;
  }
  .detail-date {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .sec-news-detail {
    padding: 50px 0;
  }
  .sec-announcements {
    padding-bottom: 15%;
  }
  .sec-traffic .ttlcomp-01 {
    margin-bottom: 30%;
  }
  .sec-information{
    height: 800px;
  }
  .list-traffic__item {
    width: 50%;
  }
  .sec-map{
    height: 1200px;
  }
  .map-slider{
    max-width: 600px !important;
  }
  .map-slider img{
    max-width: 600px !important;
  }
  
 /*↓ここからトップ画面バナー画像のプリント設定（県図）↓ */
  .imgnone {
    display: block;
    visibility: visible;
  }
  .album{
    display: none;
  }
   /*↑ここからトップ画面バナー画像のプリント設定（県図）↑ */

}

/*# sourceMappingURL=maps/print.css.map */
