@charset "UTF-8";
/* CSS Document */
@media print {
  /*====================================================================================================

                ////////////////////////////////////////////////////////////////////
                //                                                                //
                //                              INDEX                             //      
                //                                                                //
                ////////////////////////////////////////////////////////////////////

======================================================================================================*/
  body {
    -webkit-print-color-adjust: exact;
  }
  #menu, #menu_icon, .switch_area, .scrl_dowm, .section.fp-auto-height.tx_thin, .page_nav, .btn_area.back {
    display: none;
  }
  /* 黒背景コンポーネント */
  .dark_bg {
    background: #000 url(../images/common/dark_bg_roop.jpg) repeat-y !important;
  }
  .dark_bg div, .dark_bg p, .dark_bg span, .dark_bg a, .dark_bg h1, .dark_bg h2, .dark_bg h3, .dark_bg td, .dark_bg tr, .dark_bg th, .dark_bg dt, .dark_bg dd {
    color: #fff !important;
  }
  .dark_bg:before {
    background: url(../images/common/dark_bg_top.png) no-repeat !important;
  }
  /* ポチ付きタイトル コンポーネント */
  .ttl_dot:after {
    background-color: #b9ac7e !important;
  }
  header {
    background-color: #000 !important;
    padding: 3px 0 15px;
  }
  header h1 {
    text-align: center !important;
    width: 100% !important;
  }
  header h1 img {
    height: 28px !important;
  }
  /* Googlemap印刷可能に */
  #map_canvas img {
    max-width: none !important;
  }
  /*SPのみ表示のもの隠す*/
  .hide_pc {
    display: none;
  }
  /* 黒の上に薄く青を敷く */
  .pale_blue {
    background-color: rgba(0, 77, 149, 0.25) !important;
  }
  /* テーブル */
  .table-responsive table td, .table-responsive table tr, .table-responsive table th, .table-responsive table dt, .table-responsive table dd {
    color: #fff !important;
    background: none !important;
  }
  .table-responsive table thead {
    background-color: rgba(72, 72, 72, 0.5) !important;
  }
  /* INDEX - メイン画面
======================================================*/
  .main {
    /* パーツ格納 */
  }
  .main .main_slider div {
    overflow: hidden !important;
  }
  .main .main_slider div img {
    width: 1024px !important;
    height: auto !important;
  }
  .main .main_slider .top {
    width: 1024px !important;
  }
  .main .main_slider .top .sp {
    display: none !important;
  }
  .main .main_slider .sub img {
    margin: 0 !important;
    width: 1024px !important;
    float: right !important;
  }
  .main .parts_wrap * {
    color: #fff !important;
  }
  .main .parts_wrap .container {
    width: 1024px;
    position: relative;
  }
  .main .parts_wrap .container .open, .main .parts_wrap .container .news, .main .parts_wrap .container .scrl_dowm {
    position: absolute;
  }
  .main .parts_wrap .container .scrl_dowm {
    bottom: 0;
    right: 0;
  }
  .main .parts_wrap .container .open {
    bottom: 48px;
  }
  .main .parts_wrap .container .news {
    bottom: -5px;
    height: 36px;
    width: 834px;
    background-color: #000 !important;
    display: block;
  }
  .main .parts_wrap .container .news dt, .main .parts_wrap .container .news dd {
    line-height: 36px;
  }
  .main .parts_wrap .container .news dt {
    background-color: #011b3d !important;
    text-align: center;
    width: 170px;
    float: left;
  }
  .main .parts_wrap .container .news dt img {
    width: 145px;
  }
  .main .parts_wrap .container .news dd {
    font-size: 12px;
  }
  .main .parts_wrap .container .news dd ul {
    text-align: left;
  }
  .main .parts_wrap .container .news dd ul li {
    display: inline;
    padding-left: 20px;
  }
  .main .parts_wrap .container .news dd ul li:before {
    content: "●";
    vertical-align: top;
    margin-right: 3px;
    color: #004d95;
    font-size: 10px;
  }
  /* INDEX - セクション共通
======================================================*/
  /* 中ページへボタン */
  .btn_area a {
    background-color: #000 !important;
    color: #bfaf74 !important;
  }
  .btn_area a span {
    color: #bfaf74 !important;
  }
  /* INDEX - 杉原千畝についてセクション
======================================================*/
  #aboutPage {
    background: #fff url(../images/index/decision_bg.jpg) no-repeat center !important;
    background-size: 100% 100% !important;
  }
  #aboutPage .wrap {
    width: 654px;
    margin: 50px auto 0;
  }
  #aboutPage .wrap .img, #aboutPage .wrap .tx {
    float: left;
    font-size: 12px;
  }
  #aboutPage .wrap .img span, #aboutPage .wrap .tx span {
    color: #fff !important;
  }
  #aboutPage .wrap .img {
    margin-right: 20px;
  }
  /* INDEX - 記念館のご案内セクション
======================================================*/
  /* INDEX - 最新の動きセクション
======================================================*/
  #trendPage {
    padding: 80px 0;
  }
  #trendPage .banner_area {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  #trendPage .banner_area .container-fluid {
    margin: 0 auto;
    width: 920px;
  }
  #trendPage .banner_area .container-fluid div {
    float: left;
  }
  /* INDEX - 八百津町へ行こうセクション
======================================================*/
  #tourismPage {
    padding-bottom: 0 !important;
  }
  #tourismPage .row .col-md-6 {
    width: 50%;
    float: left;
  }
  #tourismPage ul.images {
    margin-top: 20px;
  }
  /* bootstrap対応
======================================================*/
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
