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

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

======================================================================================================*/
/* INDEX - 共通
======================================================*/
/* タブレット以下で、右のページナビを消す */
@media screen and (max-width: 767px) {
  #menu {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#menu {
  position: fixed;
  right: 20px;
  z-index: 10000;
  width: 200px;
  top: 50%;
}

#menu li {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: -70px;
}

#menu li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: right;
  color: #dcc882;
  float: right;
  line-height: 22px;
  padding-right: 19px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#menu li a:after {
  transition: .2s;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #dcc882;
  display: block;
  right: 0;
  top: 4px;
  content: "";
  border-radius: 6px;
}

#menu li a span {
  transition: .2s;
  margin-right: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#menu li.focus a:after {
  background-color: #dcc882;
}

#menu li.focus a span,
#menu li:hover a span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin: 0;
}

/* INDEX - メイン
======================================================*/
.main {
  color: #fff;
  position: relative;
  /* スライダー */
  /* パーツ格納 */
}

.main .main_slider {
  padding: 0;
  margin: 0;
}

.main .parts_wrap .container .news dd ul li a {
  color: #fff;
}

/*------- 　スマホ -------*/
@media screen and (max-width: 767px) {
  .main {
    height: auto;
    /* メインスライダー */
    /* パーツ */
  }
  .main #main_slider_switch {
    margin-top: 50px;
  }
  .main #main_slider_switch div, .main #main_slider_switch div span {
    display: none;
  }
  .main #main_slider_switch .top {
    display: inherit;
  }
  .main #main_slider_switch .top .sp {
    display: inherit;
  }
  .main .parts_wrap .container .scrl_dowm {
    display: none;
  }
  .main .parts_wrap .container .open {
    display: none;
  }
  .main .parts_wrap .container .news {
    background-color: #777;
    margin: 0 -15px;
  }
  .main .parts_wrap .container .news dt {
    padding: 7px 0 8px;
    width: 133px;
    overflow: hidden;
    margin: 0 auto;
  }
  .main .parts_wrap .container .news dt img {
    height: 11px;
  }
  .main .parts_wrap .container .news dd ul li {
    border-top: 1px solid #cccccc;
    padding-left: 10px;
  }
  .main .parts_wrap .container .news dd ul li a {
    padding: 13px 0;
    display: block;
    background: url(../images/common/link_arw_yellow.png) no-repeat 98% center;
    padding-right: 15px;
  }
}

/*------------- P C ------------*/
@media print, screen and (min-width: 768px) {
  .main {
    background-color: #191919;
    /* メインスライダー */
    /* パーツ */
  }
  .main .main_slider {
    overflow: hidden;
  }
  .main .main_slider > div {
    text-align: center;
  }
  .main .main_slider .top {
    background: #191919 url(../images/index/main_pc_bg.jpg) no-repeat center;
    background-size: auto 100%;
  }
  .main .main_slider .top .pc img {
    height: 100%;
  }
  .main .main_slider .top .sp {
    display: none;
  }
  .main .parts_wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .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: 58px;
  }
  .main .parts_wrap .container .news {
    bottom: 10px;
    height: 36px;
    width: 834px;
    background-color: #000;
    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;
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .parts_wrap .container .news dd ul li:before {
    content: "●";
    vertical-align: top;
    margin-right: 3px;
    color: #004d95;
    font-size: 10px;
  }
}

/* INDEX - セクション共通
======================================================*/
section h1 {
  text-align: center;
}

section h1 img {
  height: 33px;
  margin: 0 auto;
}

section .lead_tx {
  text-align: center;
  margin-top: 19px;
}

/*------------- P C ------------*/
@media print, screen and (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}

/*------- タブレット以下 -------*/
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0 50px;
  }
  section h1 {
    font-size: 24px;
  }
  section h1 img {
    height: 30px;
    font-size: 38px;
  }
}

/* INDEX - 杉原千畝についてセクション
======================================================*/
#aboutPage {
  background: #000 url(../images/index/decision_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

#aboutPage h1 img {
  height: auto;
}

#aboutPage .btn_area {
  border-top: 1px solid #fff;
  padding-top: 40px;
}

/*------------- P C ------------*/
@media print, screen and (min-width: 768px) {
  #aboutPage h1 {
    margin: 0 0 40px;
  }
  #aboutPage .wrap {
    width: 654px;
    margin: 0 auto;
  }
  #aboutPage .wrap .img, #aboutPage .wrap .tx {
    float: left;
    font-size: 12px;
  }
  #aboutPage .wrap .img {
    margin-right: 20px;
  }
}

/*------- スマホ -------*/
@media screen and (max-width: 767px) {
  #aboutPage {
    background-size: cover;
    padding-top: 45px;
  }
  #aboutPage h1 {
    margin: 0 0 25px;
  }
  #aboutPage .wrap .img {
    text-align: center;
    margin-bottom: 25px;
  }
  #aboutPage .wrap .img img {
    width: 160px;
  }
}

/* INDEX - 記念館のご案内セクション
======================================================*/
#memorialhalPage .dark_bg {
  margin-top: 30px;
  height: 354px;
  overflow: hidden;
  padding: 20px 0;
}

#memorialhalPage .dark_bg .memorialhal_slider {
  font-size: 12px;
}

#memorialhalPage .dark_bg .memorialhal_slider div img {
  margin: 0 10px 10px;
}

#memorialhalPage .dark_bg .memorialhal_slider div span {
  display: block;
  padding-left: 10px;
}

/* INDEX - 最新の動きセクション
======================================================*/
#trendPage .unesco_banner {
  margin-top: 30px;
}

#trendPage .unesco_banner img {
  margin: 0 auto;
}

#trendPage .banner_area {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}

/*------------- P C ------------*/
@media print, screen and (min-width: 768px) {
  #trendPage .banner_area {
    margin-top: 30px;
  }
  #trendPage .banner_area div {
    width: 865px;
    margin: 0 auto;
    padding: 0;
  }
  #trendPage .banner_area div div {
    width: 277px;
    float: left;
    margin-left: 16px;
  }
  #trendPage .banner_area div div:first-child {
    margin-left: 0;
  }
}

/*------- タブレット以下 -------*/
@media screen and (max-width: 767px) {
  #trendPage .banner_area {
    margin: 20px 0 0;
  }
  #trendPage .banner_area div {
    margin-bottom: 0;
  }
  #trendPage .banner_area div div {
    width: 100%;
    text-align: center;
  }
}

/* INDEX - 八百津町へ行こうセクション
======================================================*/
#tourismPage .lead_tx {
  margin-bottom: 40px;
}

#tourismPage .row img {
  margin: 0 auto 3px;
}

#tourismPage ul.images {
  margin: 0 auto;
  display: table;
}

#tourismPage ul.images li {
  display: table-cell;
  width: 33%;
  padding-left: 2%;
}

#tourismPage ul.images li:first-child {
  padding-left: 0;
  width: 31%;
}

#tourismPage ul.images li img {
  width: 100%;
}

#tourismPage .btn_area {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

/*------------- P C ------------*/
@media print, screen and (min-width: 768px) {
  #tourismPage {
    line-height: 1.6em;
  }
  #tourismPage ul.images {
    margin-top: 19px;
  }
}

/*------- タブレット以下 -------*/
@media screen and (max-width: 767px) {
  #tourismPage ul.images {
    margin-top: 19px;
  }
}
