@charset "UTF-8";
.top-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: #000 1px dashed;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-news {
    margin-bottom: 60px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.top-news p.news {
  width: 20%;
  max-width: 82px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-news p.news {
    order: 1;
    width: 10%;
    max-width: 103px;
  }
}
.top-news p.news p.more {
  width: 80%;
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-news p.news p.more {
    order: 3;
    width: 10%;
  }
}
.top-news dl.news {
  line-height: 1.5;
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .top-news dl.news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px;
  }
}
.top-news dl.news dt {
  margin-top: 0 !important;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .top-news dl.news dt {
    display: flex;
    width: 10em;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-news dl.news dt::after {
    content: "";
    position: static;
    flex: 1;
    background-color: transparent;
    background-image: radial-gradient(circle, #000000 1.5px, rgba(0, 0, 0, 0) 1.5px);
    background-repeat: space no-repeat;
    background-size: 5px 1.5em;
    display: block;
    height: inherit;
    width: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.top-news dl.news dd {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-news dl.news dd {
    width: calc(100% - 10em);
  }
}
.top-news dl.news dd a {
  text-underline-offset: 0.25em;
}
@media screen and (min-width: 768px) {
  .top-news dl.news {
    order: 2;
    width: calc(80% - 80px);
    margin: 0 40px;
    font-size: 16px;
  }
  .top-news p.news {
    order: 1;
    width: 10%;
    max-width: 103px;
  }
  .top-news p.more {
    order: 3;
    width: 10%;
    text-align: right;
  }
  .top-news p.more a {
    text-underline-offset: 0.25em;
  }
  .top-news.all dl.news {
    order: 2;
    width: calc(90% - 40px);
    margin: 0 0px 0 40px;
  }
  .top-news.all p.news {
    order: 1;
  }
}

/*====================================
topページ
=======================================*/
/*---------------
展示
展示
---------------*/
h3.top {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 600px) {
  h3.top {
    font-size: 28px;
  }
}
.inner_hyogo_area p.catch,
.inner_event p.catch {
  margin-bottom: 20px;
  font-weight: normal;
}

.inner_hyogo_area p.catch br,
.inner_event p.catch br {
  display: none;
}

@media print, screen and (min-width: 600px) {
  .inner_hyogo_area p.catch,
  .inner_event p.catch {
    text-align: center;
  }
  .inner_hyogo_area p.catch br,
  .inner_event p.catch br {
    display: block;
  }
}
.hyogo_box {
  width: 100%;
  display: inline-block;
  position: relative;
  border: #000 1px solid;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 50px;
}

.hyogo_box a.left_box,
.hyogo_box a.right_box {
  text-decoration: none;
  width: 50%;
}

.hyogo_box a.left_box p.ttl,
.hyogo_box a.right_box p.ttl {
  font-size: 15px;
  background: #ffc600;
  border-bottom: #000 1px solid;
  text-align: center;
  padding: 0.5em;
  font-weight: bold;
}

.hyogo_box a.left_box p.ttl span,
.hyogo_box a.right_box p.ttl span {
  font-size: 12px;
}

.hyogo_box a.left_box p.img_wrap,
.hyogo_box a.right_box p.img_wrap {
  padding: 10px;
}

.hyogo_box a.left_box .bottom_box,
.hyogo_box a.right_box .bottom_box {
  width: 100%;
  border-top: #000 1px solid;
}

.hyogo_box a.left_box .bottom_box p,
.hyogo_box a.right_box .bottom_box p {
  font-size: 16px;
  text-align: center;
  padding: 0.5em;
}

.hyogo_box a.left_box {
  border-right: #000 1px solid;
}

@media print, screen and (min-width: 600px) {
  .hyogo_box {
    margin-bottom: 100px;
  }
  .hyogo_box a.left_box p.ttl,
  .hyogo_box a.right_box p.ttl {
    font-size: 18px;
  }
  .hyogo_box a.left_box p.ttl span,
  .hyogo_box a.right_box p.ttl span {
    font-size: 15px;
  }
  .hyogo_box a.left_box p.img_wrap,
  .hyogo_box a.right_box p.img_wrap {
    padding: 6%;
  }
  .hyogo_box a.left_box .bottom_box p,
  .hyogo_box a.right_box .bottom_box p {
    font-size: 18px;
  }
}
.event_box_wrap {
  margin-bottom: 25px;
}

.event_box_wrap .event_box:first-child {
  border-bottom: none;
}

.event_box {
  width: 100%;
  display: inline-block;
  position: relative;
  border: #000 1px solid;
  background: #fff;
}

.event_box .ttl {
  background: #ffc600;
  border-bottom: #000 1px solid;
  padding: 0.5em;
}

.event_box .ttl p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.event_box .txt {
  padding: 20px;
}

.event_box .txt p {
  font-size: 14px;
}

.event_box .txt p strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 600px) {
  .event_box_wrap {
    display: flex;
    margin-bottom: 30px;
  }
  .event_box_wrap .event_box:first-child {
    border-bottom: #000 1px solid;
  }
  .event_box.right_box {
    border-left: none;
  }
  .event_box .ttl p {
    font-size: 18px;
  }
  .event_box .txt {
    padding: 30px;
  }
  .event_box .txt p {
    font-size: 16px;
  }
  .event_box .txt p strong {
    font-size: 18px;
  }
}
/*---------------
地図
---------------*/
.map_wrap {
  margin-bottom: 30px;
}

.map_wrap .txt_wrap {
  margin-bottom: 30px;
}

.map_wrap p.catch {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

.map_wrap .map {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 600px) {
  .map_wrap {
    margin-bottom: 60px;
  }
  .map_wrap .txt_wrap {
    margin-bottom: 0px;
  }
  .map_wrap .txt_wrap .h2_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .map_wrap .txt_wrap .h2_wrap img {
    width: inherit;
    max-width: 100%;
  }
  .map_wrap p.catch {
    text-align: center;
    margin-bottom: 50px;
    font-size: 21px;
  }
  .map_wrap .txt_wrap,
  .map_wrap .btn_wrap,
  .map_wrap p.catch {
    float: left;
    width: 56%;
    max-width: 593px;
  }
  .map_wrap .map {
    float: right;
    width: 43%;
    max-width: 449px;
    margin-bottom: 0;
  }
}
/*---------------
SDGSバナー
---------------*/
.top_bnr_sdgs {
  margin-bottom: 20px;
}

.all_sdgs {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 600px) {
  .top_bnr_sdgs {
    margin-bottom: 40px;
  }
  .all_sdgs {
    margin-bottom: 100px;
  }
}
.top_bnr_wrap {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.top_bnr_wrap .bnr {
  width: 50%;
  max-width: 132px;
  margin: 0 20px;
}

@media print, screen and (min-width: 600px) {
  .top_bnr_wrap {
    padding-top: 100px;
  }
  .top_bnr_wrap .bnr {
    width: 25%;
    max-width: 264px;
    margin: 0 30px;
  }
}
/*---------------
counter
---------------*/
.slide_items {
  margin-bottom: 0 !important;
}

#slide .slide_wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 30px;
  width: 100%;
  height: 100%;
}

#slide .slide_wrap #counter_box {
  padding: 5px 5px;
  background-color: white;
  border-bottom: 1px solid #999;
  margin: 0 auto 30px;
}

#slide .slide_wrap #counter_box p {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  overflow: hidden;
}

#slide .slide_wrap #counter_box p span {
  /* opacity: 0; */
  padding: 0 0.1em;
  font-size: 20px;
  color: #a48013;
  font-weight: bold;
}

/* #slide .slide_wrap #counter_box.fade p span {
  opacity: 1;
  transition-duration: 0.05s;
  animation-timing-function: ease-in;
} */
@media print, screen and (min-width: 600px) {
  #slide .slide_wrap #counter_box {
    padding: 10px 10px;
    top: auto;
    margin-bottom: 60px;
  }
  #slide .slide_wrap #counter_box p {
    font-size: 14px;
  }
  #slide .slide_wrap #counter_box p span {
    padding: 0 0.2em;
    font-size: 25px;
  }
}
@media print, screen and (min-width: 1000px) {
  #slide .slide_wrap .counter_box_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ex-video {
  width: 100%;
  margin: 0 auto;
}

.ex-video .ttl {
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

.ex-video .yt_wrap .youtube {
  width: 100%;
}

@media print, screen and (min-width: 600px) {
  .ex-video {
    max-width: 360px;
  }
  .ex-video .ttl {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .ex-video-cols {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .ex-video-col {
    width: 45%;
  }
}
.ex-video-col .ttl {
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .ex-video-col .ttl {
    font-size: 22px;
  }
}
.ex-video-col .yt_wrap .youtube {
  width: 100%;
}

/*---------------
イベントボックス追加
---------------*/
.event_box {
  display: flex !important;
  flex-direction: column;
}

.event_box .link_box {
  border-top: 1px solid #000;
  margin-top: auto;
}

.event_box .link_box p {
  text-align: center;
  font-size: 16px;
}

.event_box .link_box p a {
  text-decoration: none;
  display: block;
  padding: 0.5em;
}

.event_box .link_box p a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 600px) {
  .event_box .link_box p {
    font-size: 18px;
  }
}
.hyogo_box {
  width: 100%;
  display: inline-block !important;
}

.hyogo_box a.left_box {
  border-right: none !important;
}

.hyogo_box a.left_box .bottom_box {
  border-bottom: #000 1px solid !important;
}

@media print, screen and (min-width: 600px) {
  .hyogo_box {
    display: flex !important;
    flex-wrap: wrap;
  }
  .hyogo_box a.left_box {
    border-right: #000 1px solid !important;
  }
  .hyogo_box a.left_box p.img_wrap {
    padding-right: calc(6% - 1px) !important;
  }
  .hyogo_box a.left_box .bottom_box {
    border-bottom: none !important;
  }
}
@media print, screen and (min-width: 600px) {
  section .content .inner_hyogo_area {
    max-width: 1050px;
    margin: 0 auto;
  }
}
.map_wrap .txt_wrap .h2_wrap {
  margin-bottom: 20px;
}

.map_wrap .txt_wrap .h2_wrap.new {
  margin-top: 20px;
}

.map_wrap .txt_wrap p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.map_wrap .map {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.map_wrap .map .btn_dwn a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none;
  background: url(/_shared/images/parts/arw_bottom.png) no-repeat;
  background-size: 15px 15px;
  background-position: right 15px center;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.map_wrap .map .btn_dwn a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 600px) {
  .map_wrap .txt_wrap p {
    margin-bottom: 50px;
    font-size: 21px;
  }
  .map_wrap .map .btn_dwn a {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
/*---------------
スライド
---------------*/
.slide_items {
  max-width: 1400px;
  margin: 0 auto 30px;
  width: 100%;
  height: 100%;
}

.slide_items img {
  object-fit: cover;
}

.slide_ins_items {
  max-width: 1400px;
  margin: 0 auto 30px;
  width: 100%;
  height: 100%;
}

.slide_ins_items li.slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

@media print, screen and (min-width: 600px) {
  .slide_ins_items {
    margin-bottom: 40px;
  }
}
.slide_ins_items2 {
  max-width: 1400px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.container {
  position: relative;
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }
}

.top-kv {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
}
.top-eventcalender {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-eventcalender {
    margin-top: 40px;
  }
}
.top-eventcalender a {
  position: relative;
  display: block;
  background-image: url(../img/common/button-pattern-l.svg), url(../img/common/button-pattern-r.svg);
  background-position: center left, center right;
  background-repeat: repeat-y, repeat-y;
  background-size: 21px;
  padding: 15px 30px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .top-eventcalender a {
    padding: 19px 70px;
    background-size: 60px;
    font-size: 20px;
  }
}
.top-eventcalender a:hover {
  opacity: 0.7;
}
.top-eventcalender a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-eventcalender a span {
    font-size: 30px;
  }
}
.top-eventcalender a span::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h26v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 0h26v30H0z'/%3E%3Cpath d='M25.3 9.375H.7a.7.7 0 0 1-.7-.7V6.563A2.8 2.8 0 0 1 2.786 3.75h2.785V.7a.7.7 0 0 1 .7-.7h2.318a.7.7 0 0 1 .7.7v3.05h7.429V.7a.7.7 0 0 1 .7-.7h2.321a.7.7 0 0 1 .7.7v3.05h2.786A2.8 2.8 0 0 1 26 6.563v2.109a.7.7 0 0 1-.7.703ZM.7 11.25h24.6a.7.7 0 0 1 .7.7v15.238A2.8 2.8 0 0 1 23.214 30H2.786A2.8 2.8 0 0 1 0 27.188V11.953a.7.7 0 0 1 .7-.703Zm19.34 5.622-1.64-1.664a.692.692 0 0 0-.985 0l-6.154 6.163-2.661-2.72a.692.692 0 0 0-.985 0L5.964 20.3a.708.708 0 0 0 0 .994l4.794 4.879a.692.692 0 0 0 .985 0l8.3-8.309a.708.708 0 0 0 0-.994Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .top-eventcalender a span::before {
    width: 26px;
    height: 30px;
  }
}
.top-eventcalender a em {
  padding: 5px 15px;
  font-size: 13px;
  background-color: #ffc600;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-eventcalender a em {
    font-size: 18px;
  }
}
.top-news {
  margin-top: 40px;
}
.top-field {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .top-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .top-field-ttl {
    width: 50.5%;
  }
}
@media screen and (max-width: 767px) {
  .top-field-ttl h2 {
    width: 90%;
    margin-inline: auto;
  }
}
.top-field-ttl .button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-field-list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-field-list {
    width: 43.5%;
  }
}
.top-field-list a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none;
  background: url(../img/common/button-arrow-black.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 12px 8px;
  background-position: right 8px center;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .top-field-list a {
    padding: 10px 20px;
    background-size: 15px 10px;
    font-size: 17px;
  }
}
.top-field-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top-field-list a:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-field-list a:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-field .button {
    margin-top: 20px;
  }
}

.button a {
  position: relative;
  display: inline-block;
  background-image: url(../img/common/button-pattern-l.svg), url(../img/common/button-pattern-r.svg);
  background-position: center left, center right;
  background-repeat: repeat-y, repeat-y;
  background-size: 21px;
  padding: 9px 26px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .button a {
    background-size: 24px;
    padding: 9px 40px;
    font-size: 20px;
  }
}
.button a::after {
  content: " ≫";
}
.button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .button-full-sm a {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */