@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */
body {
  min-width: 100%!important;
  font-size: 14px!important;
}

.header-overflow {
  overflow: hidden;
  position: relative;
}

/* Header
---------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*検索*/
.searchform {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.searchform.pc-ver {
  display: none;
}
.searchform input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 48px;
  line-height: 48px;
  border:1px solid #fff;
  background: #fff;
  border-right-width: 0;
  border-radius: 200px 0 0 200px;
  color: #333333;
  text-indent: 1.25em;
  font-size: 100%;
  width: 80%;
}
.searchform button {
  cursor: pointer;
  color: inherit;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 48px;
  border: 1px solid #fff;
  /*background: rgba(217,217,217,.24);*/
  background: #fff;
  border-left-width: 0;
  border-radius: 0 200px 200px 0;
  background: url(../images/common/ico-search.svg) no-repeat 50% 50%;
  background-size: 16px;
  background-color: #fff;
}
.searchform input::placeholder {
  color: #333333;
  font-size: 100%;
}
/* IE */
.searchform input:-ms-input-placeholder {
  color: #333333;
  font-size: 100%;
}
/* Edge */
.searchform input::-ms-input-placeholder {
  color: #e95017;
  font-size: 100%;
}


/*logo*/
.l-header-logo {
  position: absolute;
  left: 20px;
  top: 12px;
  max-width: 237px;
}

.l-header-snav {
  display: none;
}

/*navi*/
.l-header-nav {
  display: none;
  position: fixed;
  width: 0;
  height: 100%;
  background-color: #0A518B;
  z-index: 10;
  right: -80%;
  top: 60px;
  overflow-y: auto;
  padding: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-bottom: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  right: 0;
  width: 80%;
}

.l-header-nav__item {
  display: block;
}

.l-header-nav__item.grid.c-center {
  width: 100%;
  padding: 0;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  margin-bottom: 2px;
}
.l-header-nav__items.l-header-nav__items--search {
  display: flex!important;
  width: 90%;
  margin: 30px auto 0;
  gap: 0 20px;
}

.l-header-nav__items .l-header-nav__items--link {
  padding: 10px 50px 10px 20px;
  display: block;
  font-size: 100%;
  font-weight: 700;
  color: #fff;
  position: relative;
  background-color: #095DA3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-header-nav__items--link:before {
  content: '';
  position: absolute;
  right: 7%;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header-nav__items--language .l-header-nav__items--link {
  background-color: #fff;
  color: #095DA3;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.l-header-nav__items--language .l-header-nav__items--link:before {
  content: "";
  display: block;
  background: url(../images/common/ico-lang.svg) no-repeat left center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  right: unset;
  top: -1px;
  border: unset;
  transition: unset;
}

.l-header-nav__items.l-header-nav__sp .l-header-nav__items--link {
  font-size: 93%;
  border: none;
  padding: 0;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.l-header-nav__items.l-header-nav__sp .l-header-nav__items--link:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-nav__items {
  width: 90%;
  margin: 30px auto;
}

.sp-nav-recruit {
  display: block;
  background-color: #fff;
  padding: 16px 20px;
  color: #004C96;
  font-weight: 700;
  font-size: 114%;
  margin-bottom: 20px;
  position: relative;
}

.sp-nav-recruit:before {
  content: '';
  position: absolute;
  right: 5%;
  top: 48%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004C96;
  border-right: 2px solid #004C96;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.sp-navi-list li {
  width: 100%;
  border: 1px solid #fff;
  border-bottom: none;
  position: relative;
}

.sp-navi-list li:nth-child(2),
.sp-navi-list li:nth-child(3) {
  width: 50%;
}

.sp-navi-list li:nth-child(4) {
  border-bottom: 1px solid #fff;
}

.sp-navi-list li:nth-child(1):before,
.sp-navi-list li:nth-child(4):before {
  content: '';
  position: absolute;
  right: 5%;
  top: 48%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi-list li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-size: 114%;
  font-weight: 700;
}

.sp-navi-list li:nth-child(2) a {
  padding-left: 40px;
  background: url(../images/top/ico-english_blue.svg) no-repeat 20px center;
  background-size: 18px;
}

.sp-navi-links {
  flex-wrap: wrap;
}

.sp-navi-links li {
  margin-bottom: 20px;
  width: 50%;
}

.sp-navi-links li:nth-child(5) {
  width: 100%;
}

.sp-navi-links li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  padding-left: 20px;
}

.sp-navi-links li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header-nav__items--item {
  display: none;
}

.sp-plus-menu {
  position: absolute;
  width: 50px;
  height: 45px;
  right: 0px;
  top: 0;
  background: #095DA3;
  z-index: 2;
}
.sp-plus-menu:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-plus-menu.active:before {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.l-header-nav__items--language .sp-plus-menu {
  background: #fff;
}
.l-header-nav__items--language .sp-plus-menu:before {
  border-color: #095DA3;
}

.l-header-nav__sub {
  display: none;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  margin: 0 auto;
}
.l-header-nav__items--language .l-header-nav__sub {
  border-top: 2px solid #095DA3;
}

.l-header-nav__sub > li {
  margin-bottom: 8px;
}

.l-header-nav__sub > li > a {
  padding: 2px 20px 2px 40px;
  position: relative;
  color: #095DA3;
  font-weight: bold;
  display: block;
}

.l-header-nav__sub > li > a:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 41%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-nav__items--box {
  width: 90%;
  margin: 12px auto 0;
}

.sp-nav__items--box .sp-nav__items--link {
  width: 50%;
  display: block;
  font-size: 100%;
  color: #fff;
  text-align: center;
}
.sp-nav__items--box .sp-nav__items--link:nth-of-type(odd) {
  border-right: 1px dashed #fff;
}

.sp-nav__items--link:nth-child(2n) {
  margin-left: -1px;
}

.sp-nav__items--link:nth-child(3) ,
.sp-nav__items--link:nth-child(4) {
  margin-top: -1px;
}

.sp-nav__items--box .sp-nav__inf--link {
  width: 50%;
  color: #fff;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.sp-nav__items--box .sp-nav__inf--link:last-of-type {
  margin-bottom: 0;
}

.sp-nav__inf--link:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-nav-sns {
  margin: 10px auto;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.sp-nav-sns a {
  width: 26px;
  height: 26px;
  margin: 0;
  display: block;
}


/*hamburger menu*/
.c-navigation-main__hamburger-wrap {
  display: block;
  position: absolute;
  width: 60px;
  z-index: 30;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #004C96;
}
.c-navigation-main__hamburger-wrap span {
  position: absolute;
  left: 19px;
  width: 25px;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #ffffff;
}
.c-navigation-main__hamburger-wrap span {
  background-color: #ffffff;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(1) {
  top: 19px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(2) {
  top: 27px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(3) {
  bottom: 22px;
  width: 12px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  background-color: #ffffff;
  top: 25px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(2) {
  opacity: 0;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #ffffff;
  width: 25px;
  bottom: 19px;
}
.c-navigation-main__hamburger-wrap.is-show span {
  background-color: #001489;
}


/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 60px;
}

.sp-overlay {
  display: none;
}
.sp-overlay.active {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  z-index: 10;
}

#main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

/* Side
---------------------------------------------------------------*/

/* Footer
---------------------------------------------------------------*/
.sp-ft-banner {
  order:7;
}

.p-ft-banner.c-center {
  padding: 30px 0px 60px;
  width: 90%;
}

.p-ft-banner__list {
}
.p-ft-banner__list {
  gap: 10px;
}
.p-ft-banner__lists {
  width: calc(50% - 5px);
}
.p-ft-banner__lists a {
  display: block;
}
.p-ft-banner__lists img {
  width: 100%;
  height: auto;
}


.l-ft-logo {
  margin-bottom: 16px;
}
.l-ft-logo img {
  width: 280px;
}

.p-ft-inf {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
}

.p-ft-inf address {
  font-size: .8125rem;
}

.p-ft-inf strong {
}

.p-ft-inf .p-ft-inf__access {
  font-size: 100%;
  font-weight: 700;
}

.p-ft-inf .c-btn {
  float: right;
}

.p-ft-navi {
  display: flex;
  justify-content: space-between;
  gap: 24px 16px;
  max-width: 460px;
  margin: 0 auto 40px;
}

.p-ft-navi__list {
  width: calc(50% - 8px);
}
.p-ft-navi__list li {
  font-size: .875rem;
  font-weight: 500;
  border-left: 1px solid #095DA3;
  line-height: 1.4;
  padding: 3px 0 3px 6px;
}
.p-ft-navi__list li a {
  color: #333;
}
.p-ft-navi__list li a:hover {
  text-decoration: underline;
}
.p-ft-navi__list li.p-ft-navi__list__parent {
  font-size: 1rem;
  color: #095DA3;
  margin-bottom: 8px;
  padding-left: 0;
  border: unset;
}
.p-ft-navi__list li.p-ft-navi__list__parent:not(:first-child) {
  margin-top: 16px;
}
.p-ft-navi__list li.p-ft-navi__list__parent div ,
.p-ft-navi__list li.p-ft-navi__list__parent a {
  color: #095DA3;
}

.p-ft-snavi__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.p-ft-snavi__lists {
  position: relative;
}

.p-ft-snavi__lists + .p-ft-snavi__lists {
}

.p-ft-snavi__list .p-ft-snavi__lists a {
  display: block;
  font-weight: 700;
  padding-left: 12px;
  color: #333;
  background-image: url(../images/common/ico-chevron.svg);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: .875rem;
}

.p-ft-snavi__lists a:hover {
  text-decoration: underline;
}

/*copyright*/
.p-copyright .c-center {
  padding: 32px 0;
  justify-content: center;
}

.p-copyright p {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  font-size: .625rem;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: .08em;
}

/*backtotop*/

.l-footer-top {
}

.l-footer-top__link {
  display: block;
  background: #EFF6FC;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding-top: 23px;
  box-sizing: border-box;
  color: #095DA3!important;
  font-size: .8125rem;
  text-align: center;
  line-height: 1.1;
  position: relative;
  font-weight: bold;
}
.l-footer-top__link:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  transform: translate(-50% , -12px) rotate(315deg);
  transition: .3s;
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*main visual*/
.p-top-mv {
  margin-top: 0;
  width: 100%;
  position: relative;
}

.p-slider-mv{
  opacity: 0;
  transition: opacity .3s linear;
}
.p-slider-mv.slick-initialized{
  opacity: 1;
}
.p-slider-mv li:not(:nth-of-type(1)) img {
  display: none;
}
.p-slider-mv li.slick-slide img {
  display: block;
}
.p-top-mv .slick-slide img {
  margin: 0 auto;
}


.p-slider-mv .slick-dots {
  margin-left: 0;
  left: 0;
  width: 100%;
  bottom: 14px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buttons {
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 60;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-application .buttons ,
.p-top-mv .buttons {
  display: none;
}

.buttons .button {
  line-height: 18px;
  border-radius: 5px;
  font-size: 85%;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
}

.buttons .button img {
  width: 100%;
  border: 1px solid #004C96;
}

.buttons .button.active {
  display: none;
}

.p-top-mv .slick-slide {
  overflow: hidden;
}

.p-top-mv .slick-slide img {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
}

.p-open-hour {
  text-align: center;
  padding: 13px 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-open-hour a ,
.p-open-hour p {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  color: #fff!important;
  font-size: 100%;
  font-weight: 700;
}

.p-top-extraordinary.c-center {
  background: url(../images/common/ico-att.svg) no-repeat 10px 20px;
  background-size: 30px auto;
  background-color: #F6EAEB;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.p-top-parking.c-center {
  background: url(../images/common/ico-parking.svg) no-repeat 10px 20px;
  background-color: #DDECE8;
  background-size: 30px auto;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.p-top-extraordinary.c-center a,
.p-top-parking.c-center a {
  text-decoration: underline;
}

.p-top-extraordinary.c-center a span,
.p-top-parking.c-center a span {
  text-decoration: underline;
}

.p-top-extraordinary div + div {
  margin-top: 30px;
}

.p-top-extraordinary strong ,
.p-top-extraordinary a {
  font-size: 100%;
}

.p-top-extraordinary div p + p ,
.p-top-parking div p + p {
  margin-top: 12px;
}

.p-top-parking__x {
  background-color: #000;
  width: 260px;
  min-height: 40px;
  color: #fff!important;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
  text-decoration: unset!important;
  font-weight: normal;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin-top: 16px;
}
.p-top-parking__x span {
  text-decoration: unset!important;
}

.p-top-parking__title {
  font-size: 100%;
  font-weight: 700;
  color: #333;
  margin-bottom: .5em;
}

/*top banner*/

.p-top-banner {
  /*background-color: #F2F2F2;*/
  margin-bottom: 40px;
  width: 100%;
}

.p-top-banner .c-center {
  padding: 0;
}

.p-top-banner-lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 95%;
  margin: 0 auto;
}

.p-top-banner-lists li {
}

/*lead title*/

.p-lead {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-lead h2 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  /*padding-top: 50px;*/
  display: flex;
  align-items: center;
  gap: 0 10px;
}

/*展示情報*/

.p-exhibition.c-center {
  margin-bottom: 20px;
}

.p-exhibition .p-lead h2 {
}
.p-exhibition .p-lead h2 img {
  width: 33px;
}
.p-exhibition .p-lead .c-btn {
  margin: 0;
  width: 120px;
  padding: 4px 20px;
}

.p-exhibition-list {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.p-exhibition-lists {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #216CAB;
  box-sizing: border-box;
}

.p-exhibition-lists a {
  display: block;
  padding: 19px;
}

.p-exhibition-lists__thum {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.p-exhibition-lists__thum img {
  width: 100%;
  box-shadow: 3px 3px 6px rgba(0,0,0,.16);
}

.p-exhibition-lists__cat {
  display: inline-block;
  margin-right: 4px;
}

.p-exhibition-lists__cat span {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 0 14px;
  margin-bottom: 8px;
  background: #095DA3;
  border: 1px solid #095DA3;
  color: #fff;
}
#body_sub .p-exhibition-lists__cat span {
  font-size: 1rem;
}
#body_sub .p-exhibition-lists__release ,
#body_sub .p-exhibition-lists__cancel ,
#body_sub .p-exhibition-lists__end {
  font-size: 1rem;
  line-height: 1.6;
}

.p-exhibition-lists__cat.p-exhibition__cat02 span {
  color: #095DA3;
  background-color: #fff;
  border: 1px solid #095DA3;
}

.p-exhibition-lists__cat.p-exhibition__cat03 span {
  color: #fff;
  background-color: #073F6D;
  border: 1px solid #073F6D;
}

.p-exhibition-lists__cat.p-exhibition__cat04 span {
  color: #fff;
  background-color: #0074D5;
  border: 1px solid #0074D5;
}

.p-exhibition-lists__cat.p-exhibition__cat05 span {
  color: #095DA3;
  background-color: #C9E7FF;
  border: 1px solid #C9E7FF;
}

.p-exhibition-lists__end {
  display: inline-block;
  border: 1px solid #E60012;
  color: #E60012;
  line-height: 1.3;
  padding: 2px 6px;
  border-radius: 35px;
  margin-bottom: 8px;
  font-size: 100%;
  min-width: 60px;
  text-align: center;
  margin-bottom: 8px;
}

.p-exhibition-lists__release {
  display: inline-block;
  font-size: 100%;
  border: 1px solid #007E5B;
  color: #007E5B;
  line-height: 1.3;
  padding: 2px 6px;
  border-radius: 35px;
  min-width: 60px;
  text-align: center;
  margin-bottom: 8px;
}

.p-exhibition-lists__cancel {
  display: inline-block;
  font-size: 100%;
  border: 1px solid #BB1A1A;
  background-color: #BB1A1A;
  color: #fff;
  line-height: 1.3;
  padding: 2px 6px;
  border-radius: 35px;
  margin-bottom: 8px;
  min-width: 60px;
  text-align: center;
}

.p-exhibition-lists__title {
  font-weight: bold;
  font-size: 100%;
  margin: 0 0 10px;
}

.p-exhibition-lists__date {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.p-exhibition-lists__content {
  font-size: 100%;
  color: #333;
}

.p-exhibition-permanent-list {
  gap: 10px;
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists {
  width: calc(50% - 5px);
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists a {
  border-radius: 10px;
  background-image: url(../images/top/exhibition_permanent01.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 8px 6px;
  width: 100%;
  height: 120px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-weight: 700;
  font-size: .875rem;
  position: relative;
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(2) a {
  background-image: url(../images/top/exhibition_permanent02.jpg);
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(3) a {
  background-image: url(../images/top/exhibition_permanent03.jpg);
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(4) a {
  background-image: url(../images/top/exhibition_permanent04.jpg);
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(5) a {
  background-image: url(../images/top/exhibition_permanent05.jpg);
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(6) a {
  background-image: url(../images/top/exhibition_permanent06.jpg);
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:not(:nth-of-type(1)) a:after {
  content: "";
  display: block;
  background-image: url(../images/top/exhibition_permanent_arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 24px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2%;
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(1) a {
  align-items: flex-start;
  justify-content: center;
  gap: 0 0;
  padding: 8px;
}
.p-exhibition-permanent-lists__ttl {
  text-align: center;
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(1) .p-exhibition-permanent-lists__ttl {
  font-size: 1rem;
  text-align: left;
}
.p-exhibition-permanent-lists__text {
  font-size: .75rem;
  line-height: 1.45;
  font-weight: normal;
}

.p-top-content {
  justify-content: space-between;
}

.p-top-about {
  width: 100%;
}

.p-side-banner {
  width: 100%;
}



/*Event calendar*/

#event_calender .p-lead h2 {
  padding-top: 0;
}
#event_calender .p-lead img {
  width: 24px;
  position: relative;
  top: -1px;
}

/*#event_calender ul {
  list-style: none;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

#event_calender ul li.pre-month span,
#event_calender ul li.next-month span {
  display: inline-block;
  font-weight: bold;
  color: #095DA3;
  font-size: 100%;
  line-height: 1;
}

#event_calender ul li.pre-month span {
  margin-left: 10px;
}

#event_calender ul li.next-month span {
  margin-right: 10px;
}

.this-month {
  background-color: #EFF6FC;
  text-align: center;
  margin-bottom: 30px;
}

.this-month strong {
  font-size: 128%;
  font-weight: bold;
  padding: 8px 10px;
  line-height: 1.2;
  display: block;
}

#event_calender table {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-collapse:collapse;
}

#event_calender table th {
  border: 1px solid #ccc;
  background: #707070;
  color: #fff;
  padding: 8px 9px 8px;
  font-weight: normal;
}

#event_calender table th.red {
  background: #BB1A1A;
}

#event_calender table th.blue {
  background: #095DA3;
}

#event_calender table td {
  border: 1px solid #CCCCCC;
  padding: 8px 9px 8px;
  text-align: center;
}

#event_calender table td a {
  text-decoration: none;
  color: #333;
}

#event_calender table .start a {
  color: #095DA3;
  text-decoration: underline;
}*/

.hyde {
  display: none;
  /* visibility: hidden; */
}

#event_list {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
}

#todayevent {
  margin-top: 30px;
}

#todayevent li {
  padding-left: 48px;
  position: relative;
  font-weight: bold;
  font-size: 100%;
  color: #333;
  margin-bottom: 5px;
}

#todayevent li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 24px;
  background: #FCDBA8;
  border: 1px solid #ccc;
}


/*User Guide*/

.p-uguide-table {
  display: table;
  width: 100%;
}

.p-uguide-table dt,
.p-uguide-table dd {
  display: table-cell;
  vertical-align: top;
  padding: 12px;
}

.p-uguide-table dt {
  width: 100px;
  font-weight: bold;
  color: #095DA3;
  font-size: 100%;
  background-color: #EFF6FC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-uguide-table dd {
  letter-spacing: -0.07em;
}

.p-uguide-table ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 17px;
  line-height: 1.5;
  font-weight: 400;
}

.p-uguide-table ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 107%;
  color: #333;
  line-height: 1;
}

.p-uguide-table dd .c-btn {
  margin: 10px 0 0;
}

.p-guide-sns {
  margin-top: 15px;
  background-color: #fff;
  border: 4px solid #EFF6FC;
  padding: 15px;
}

.p-guide-sns a {
  display: block;
}

.p-guide-sns a p {
  font-size: 100%;
  line-height: 1.7;
  display: inline-block;
  padding-right: 48px;
  background: url(../images/common/sns-tw.png) no-repeat top right;
  min-height: 37px;
  background-size: 36px auto;
}

/*side banner*/

.p-side-banner {
  margin-top: 20px;
  padding: 15px 10px 10px;
}

.p-side-banner__lists li {
  margin-bottom: 8px;
}

.p-side-banner__lists li.p-banner-full {
  margin-bottom: 16px;
}

.p-side-banner__lists li img {
  width: 100%;
}

.p-side-banner__halflists {
  margin-top: 16px;
}

.p-side-banner__halflists li {
  width: 48%;
  margin-bottom: 10px;
}

.p-side-banner__halflists li:nth-child(2n) {
  margin-left: auto;
}

.p-side-banner__halflists li img {
  width: 100%;
}

/*イベント案内・お申込み*/
.sp-application {
  /*order: 6;*/
}

.c-center.p-application {
  max-width: 1120px;
  padding-bottom: 0;
}

.p-application .p-lead h2 {
}
.p-application .p-lead h2 img {
  width: 27px;
}
.p-application .p-lead .c-btn {
  margin: 0;
  width: 120px;
  padding: 4px 20px;
}

.p-slider-event {
  padding: 0 0 25px;
}

.p-slider-event .slick-track {
  display: flex;
  gap: 0 10px;
}
.p-slider-event .slick-slide {
  margin: 0px;
  height: auto!important;
}

.p-slider-event .p-slider-event__items > a {
  background-color: #EFF6FC;
  border-radius: 10px;
  display: block;
  padding: 10px;
  height: 100%;
}

#body_sub .p-slider-event {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#body_sub .p-slider-event .p-slider-event__items {
  width: calc(50% - 5px);
}
#body_sub .p-slider-event .p-slider-event__items > a {
  width: 100%;
  box-sizing: border-box;
}

.p-slider-event__thum {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
  border: 0px solid #111;
}

.p-slider-event__title {
  font-weight: bold;
  font-size: .8125rem;
  margin-top: 7px;
  line-height: 1.33333;
  margin-bottom: 10px;
}

.p-slider-event__entry {
  margin: 0;
  display: inline-block;
}

.p-slider-event__entry span {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: .75rem;
  border-radius: 40px;
  line-height: 1;
  padding: 4px 8px;
}

.p-slider-event__entry.entry-cat01 span {
  background-color: #fff;
  color: #007E5B;
  border: 1px solid #007E5B;
}

.p-slider-event__entry.entry-cat02 span {
  background-color: #007E5B;
}

.p-slider-event__entry.entry-cat03 span {
  background-color: #fff;
  color: #095DA3;
  border: 1px solid #095DA3;
}

.p-slider-event__entry.entry-cat04 span {
  background-color: #007E5B;
}

.p-slider-event__entry.entry-cat05 span {
  background-color: #fff;
  border: 1px solid #BB1A1A;
  color: #BB1A1A;
}

.p-slider-event__entry.entry-cat06 span {
  background-color: #BB1A1A;
}

.p-slider-event__entry.entry-cat07 span {
  background-color: #fff;
  border: 1px solid #BB1A1A;
  color: #BB1A1A;
}

.p-slider-event__time {
  margin-bottom: 5px;
  color: #333;
}

.p-slider-event__content {
  color: #333;
  font-size: .8125rem;
  line-height: 1.4;
  margin-top: 8px;
}

.p-slider-event__time .p-slider-event__date {
  font-weight: bold;
  font-size: .8125rem;
  line-height: 1.4;
  margin-top: 8px;
}

.p-event-slider_box {
  position: relative;
}

.p-event-slider_box .buttons.event-stop-box {
  justify-content: center;
  margin-right: 5px;
  left: auto;
  right: 0%;
  bottom: 17px;
  margin-left: 0px;
}

.p-event-slider_box .slick-dots {
  margin-left: 0px;
  padding-left: 0;
  top: 6px;
  left: 0;
  width: 90%;
  text-align: right;
  position: inherit;
}

.p-event-slider_box .slick-prev,
.p-event-slider_box .slick-next {
  width: 19px;
  height: 30px;
}

.p-event-slider_box .slick-prev {
  background: url(../images/common/event_prev.svg) no-repeat left center;
  background-size: 19px 30px;
  margin-left: 0;
  left: 5px;
}

.p-event-slider_box .slick-next {
  background: url(../images/common/event_next.svg) no-repeat left center;
  background-size: 19px 30px;
  margin-right: 0;
  right: 5px;
}
/*top editor area*/

.p-top-editarea.c-center {
  margin-bottom: 20px;
}

.p-top-editarea h2,
.p-top-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.p-top-editarea h2:before,
.p-top-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#095da3+0,ffffff+100 */
  background: rgb(9,93,163); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(9,93,163,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(9,93,163,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(9,93,163,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095da3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.p-top-editarea p {
  font-size: 100%;
  margin-bottom: 15px;
}

.p-top-editarea .c-link {
  color: #095DA3;
  font-size: 100%;
  text-decoration: underline;
  margin: 10px 0;
  display: inline-block;
}

.txt-16 {
  font-size: 100%;
}

/*top news*/
.p-top-news {
  margin-bottom: 50px;
}

.p-lead-news {
  position: relative;
}
.p-lead-news img {
  width: 24px;
  position: relative;
  top: -1px;
}

.p-lead-news h2 {
}

.p-lead-news .c-btn {
  margin: 0;
  width: 90px;
  padding: 4px 20px;
}

.sp-top-news {
  order: 6;
}

ul.p-top-news__tab {
  padding: 0 10px 0 20px;
  list-style: none;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

ul.p-top-news__tab:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #CCCCCC;
}

ul.p-top-news__tab li {
  float: left;
  margin-right: 5px;
  width: 178px;
  text-align: center;
  height: 44px;
  position: relative;
  font-size: 93%;
  font-weight: bold;
  line-height: 44px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

ul.p-top-news__tab li:nth-child(1) {
  color: #333333;
}

ul.p-top-news__tab li:nth-child(2) {
  color: #007E5B;
}

ul.p-top-news__tab li:nth-child(3) {
  color: #095DA3;
}

ul.p-top-news__tab li:hover:before,
ul.p-top-news__tab li.active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #fff;
}

div.tabContent {
  clear: both;
  padding: 40px 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

div.tabContent.active {
  display: block;
}

.p-news-inner .grid {
  align-items: center;
  flex-wrap: wrap;
}

.p-news-inner.p-news-inner__pin .grid {
  padding-left: 40px;
  background: url(../images/common/ico-pin.svg) no-repeat 3px 22px;
  background-size: 22px auto;
}

.p-news-inner.p-news-inner__pin .p-news-content {
  margin-left: 0;
}

.p-news-inner__editorWrap {
  margin-bottom: 44px;
}

.p-news-inner__editorWrap .p-news-inner:first-child .grid {
  border-top: 1px dashed #AAAAAA;
}

.p-news-pin {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.p-news-date {
  color: #095DA3;
  font-size: 100%;
  font-weight: bold;
  margin-right: 10px;
}

.p-news-cat {
  text-align: center;
  border-radius: 5px;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  height: fit-content;
}

.p-news-cat.news-cat01 {
  color: #095DA3;
  border: 1px solid #095DA3;
}

.p-news-cat.news-cat02 {
  color: #007E5B;
  border: 1px solid #007E5B;
}

.p-news-inner .grid {
  padding: 10px 0;
  border-bottom: 1px dashed #AAAAAA;
  position: relative;
  padding-right: 20px;
}

.p-news-inner:first-child .grid {
  border-top: 1px dashed #AAAAAA;
}

.p-news-inner a:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 41%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-news-content {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  margin-top: 6px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-news-inner .p-news-content a {
  color: #333;
  font-size: 100%;
}

.p-news-target .p-news-content a {
  background: url(../images/common/ico-target.svg) no-repeat right center;
  background-size: 18px 16px;
  padding-right: 30px;
}

.p-news-inner a:hover .p-news-content {
  text-decoration: underline;
}

.p-top-x {
  width: 92.5%;
  margin: 0 auto 40px;
  background-color: #000;
  min-height: 68px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  align-items: center;
  text-decoration: unset !important;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 5px;
}
.p-top-x img:nth-of-type(1) {
  width: 21px;
}
.p-top-x img:nth-of-type(2) {
  width: 20px;
}

/*lv*/

.p-lv {
  background: url(/uploads/lv.jpg) no-repeat top center;
  background-color: #095DA3;
  background-size: cover;
}

.p-lv-inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.p-lv-inner.p-lv-inner--kids {
  height: 160px;
}

.c-wrap.p-lv.p-lv-simple .p-lv-inner {
  height: 160px;
}

.p-lv .p-lv-inner__ttl {
  font-size: 171%;
  color: #fff;
  padding: 30px 0;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.p-lv.p-lv-simple {
  margin: 0!important;
}


/*calendar*/

.p-event-pagnation {
  background-color: #EFF6FC;
  margin-bottom: 20px;
  padding: 5px 5px;
  margin-top: 30px;
}

.p-event-pagnation div.left {
  float: left;
}

.p-event-pagnation div.right {
  float: right;
}

.p-event-pagnation div a {
  display: inline-block;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  color: #095DA3;
  position: relative;
}

.p-event-pagnation div.left a {
  padding: 2px 5px 2px 40px;
}

.p-event-pagnation div.left a:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 4px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #095DA3;
}

.p-event-pagnation div.left a::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.p-event-pagnation div.right a {
  padding: 2px 40px 2px 5px;
}

.p-event-pagnation div.right a:before {
  content: '';
  position: absolute;
  right: 3px;
  top: 4px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #095DA3;
}

.p-event-pagnation div.right a::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-calendar-event {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #CFCFCF;
  border-collapse: collapse;
}

.p-calendar-event th {
  width: 20%;
  border-bottom: 1px solid #CFCFCF;
  color: #004C96;
  font-weight: bold;
  font-size: 107%;
  background-color: #F2F2F2;
  vertical-align: middle;
  line-height: 1.2;
  padding: 15px 10px;
}

.p-calendar-event td {
  width: 80%;
  border-bottom: 1px solid #CFCFCF;
  padding: 10px;
  line-height: 2;
  vertical-align: middle;
}

.p-calendar-event ul li {
  padding: 0;
  margin: 0 0 0 10px;
  padding-left: 30px;
  background: url(../images/common/ico-calendar.svg) no-repeat 0px 4px;
}

.p-calendar-event ul li a {
  background-size: 18px;
  font-size: 100%;
  color: #095DA3;
  padding: 4px 0 4px 0px;
  text-decoration: underline;
}

.p-calendar-event td p {
  margin-left: 10px;
}

.p-calendar-event .p-cal-blue {
  background-color: #095DA3;
  color: #fff;
}

.p-calendar-event .p-cal-pink {
  background-color: #BB1A1A;
  color: #fff;
}

.p-calendar-event .p-cal-orange {
  background-color: #FCDBA8;
}

.p-calendar-event .p-cal-orange th {
  background-color: #FCDBA8;
  color: #333;
}

/*検索結果*/

.p-current-terms {
  background-color: #EFF6FC;
  padding: 20px 20px 20px;
  margin-bottom: 30px;
}

.p-current-terms .item-name {
  color: #095DA3;
  font-weight: normal;
  margin-right: 10px;
}

.p-total-number {
  margin-bottom: 0.5em;
  color: #095DA3;
}

.p-total-number .p-number {
  font-size: 162%;
  display: inline-block;
  margin: 0 4px;
}

ul.p-search-results {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul.p-search-results li {
  padding: 0;
  margin-bottom: 0;
}

.p-current-number {
  color: #095DA3;
  font-size: 114%;
  text-align: right;
}

.p-search-results li a {
  display: block;
  padding: 14px 5px 13px;
  padding-left: 32px;
  border-bottom: 1px dashed #AAAAAA;
  background-image: url(../images/common/ico-file.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 4px 18px;
}

.p-search-results li a .p-page-title {
  color: #095DA3;
  text-decoration: underline;
  margin-bottom: 0.5em;
}

.p-search-results li a:hover {
  text-decoration: none;
  background-color: #EFF6FC;
  transition: .2s;
  cursor: pointer;
}

.p-search-title {
  font-size: 100%;
  color: #095DA3;
  margin-bottom: 10px;
}

/*pagenation*/

.p-paging {
  text-align: center;
  list-style: none;
  font-size: 0;
  margin-top: 20px;
}

.p-paging li {
  display: inline-block;
  font-size: 1rem;
  padding: 5px 8px;
}

ul.p-paging li a {
  background: none;
  color: #095DA3;
  font-weight: bold;
  border-radius: 0;
  min-width: 120px;
  position: relative;
}

ul.p-paging li a.p-paging-prev {
  padding-left: 30px;
}

ul.p-paging li a.p-paging-next {
  padding-right: 30px;
}

ul.p-paging li a.p-paging-prev:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #095DA3;
}

ul.p-paging li a.p-paging-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

ul.p-paging li a.p-paging-next:before {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #095DA3;
}

ul.p-paging li a.p-paging-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*検索*/

div.p-search-box {
  background-color: #EFF6FC;
  text-align: center;
  padding: 25px 20px 30px;
  margin-top: 30px;
}

.p-form-search {
  padding: 0;
  margin-top: 8px;
  /*height: 32px;*/
  position: relative;
}

div.p-search-box.p-re-search {
  text-align: left;
}

div.p-search-box form.p-form-search {
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%;
  width: 100%;
  margin: 0 auto;
}

.p-search-box__title {
  color: #095DA3;
  font-size: 157%;
}

.p-form-search input[type="text"] {
  border: none;
  height: 100%;
  font-size: 87.5%;
  vertical-align: top;
  border: 1px solid #095DA3;
  border-radius: 25px;
  width: 100%;
  background: #fff;
  line-height: 32px;
  padding: 0 10px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.p-search-box form.p-form-search input[type="text"] {
  height: 36px;
  width: 100%;
  padding-left: 20px;
  outline: none;
  border-radius: 25px;
  background: #fff;
  font-size: 100%;
}

.p-form-search button {
  border-radius: 0;
  background: url(../images/common/ico-search.svg) no-repeat 0 7px;
  background-size: auto;
  border: none;
  color: #fff;
  padding: 9px 13px 8px;
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
}

div.p-search-box form.p-form-search button {
  border: none;
  background-position: 0 9px;
  width: 33px;
  position: absolute;
  right: 0;
  top: 0;
}

div.p-search-box.p-re-search {
  text-align: left;
}

div.p-search-box.p-re-search .p-form-search {
  width: 100%;
}

div.p-search-box.p-re-search .p-form-search p.key-word {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}

div.p-search-box.p-re-search .p-form-search .item-name {
  color: #095DA3;
  font-weight: bold;
}

/*sitemap*/

.p-sitemap-block {
  width: 100%;
}

.p-menu-box {
  position: relative;
  margin-bottom: 10px;
  vertical-align: top;
}

.p-menu-list {
  width: 100%;
}

ul.sp-menu-list,
.p-menu-list button {
  display: none;
}

.p-menu-list > li {
  padding-left: 22px;
  margin-bottom: 0.5em;
  width: 100%;
  position: relative;
}

.p-menu-list > li > ul ,
.p-menu-list > li > ul li ul {
  margin-top: 10px;
}

.p-items-list li.p-folder ,
.p-menu-list li.p-folder {
  background-image: url(../images/common/ico-folder.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 25px auto;
  padding-left: 32px;
  margin-bottom: 0.5em;
  position: relative;
}

.p-menu-list > li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-menu-list > li a {
  color: #095DA3;
  padding: 5px 0;
  padding-right: 88px;
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}


#body_sub h2.h-menu-title {
  float: left;
  clear: left;
  margin-top: 0;
  padding: 0;
  font-size: 100%;
  margin-right: 100px;
  background-color: inherit;
}

#body_sub h2.h-menu-title:before {
  display: none;
}

#body_sub h2.h-menu-title a {
  padding: 4px 0 4px 30px;
  background: url(../images/common/ico-home.svg) no-repeat left center;
  font-size: 114%;
  font-weight: bold;
  color: #095DA3;
  text-decoration: underline;
  background-size: 20px;
}

.p-menu-list > li a:hover,
#body_sub h2.h-menu-title a:hover {
  text-decoration: none;
}

.p-sitemap-block {
  float: left;
}

.p-menu-list {
  width: 100%;
}

.menu-box {
  position: relative;
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 1rem;
}

.menu-box h3 {
  padding-right: 100px;
}

.menu-box button,
.p-menu-list button {
  position: absolute;
  top: 2px;
  right: 5px;
  background-color: #095DA3;
  color: #fff;
  font-size: 87.5%;
  border: none;
  user-select: none;
  padding: 10px;
  padding-right: 24px;
  line-height: 1.0;
  text-align: center;
  box-sizing: content-box;
  width: 3em;
  display: none;
}

.menu-box button:before,
.menu-box button:after,
.p-menu-list button:before ,
.p-menu-list button:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  transition: .2s;
}

.menu-box button:before,
.p-menu-list button:before {
  width: 2px;
  height: 14px;
  top: 10px;
  right: 16px;
}

.menu-box button:after,
.p-menu-list button:after {
  width: 14px;
  height: 2px;
  top: 16px;
  right: 10px;
}

.menu-box .open-text ,
.p-menu-list .open-text {
  display: inline;
}

.menu-box button .close-text ,
.p-menu-list button .close-text {
  display: none;
}

.menu-box button.open .close-text ,
.p-menu-list button.open .close-text {
  display: inline;
}

.menu-box button.open .open-text,
.p-menu-list button.open .open-text {
  display: none;
}

.menu-box button.open:before,
.menu-box button.open:after,
.p-menu-list button.open:before ,
.p-menu-list button.open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*genre*/

.p-genre-explain__erea a {
  text-decoration: underline!important;
}

#body_sub .p-news, 
#body_sub .p-page-topics {
  /*max-height: 240px;*/
  height: auto;
  list-style-type: none;
  padding-left: 0;
  margin-left: auto;
  margin-bottom: auto;
}

.p-news-container {
  margin-top: 20px;
}

.p-topics-container {
  margin-top: 20px;
}

#body_sub .p-news-container h2.p-news-title {
  font-size: 145%;
  color: #095DA3;
  padding: 0;
  padding-left: 40px;
  background: url(../images/common/ico-news.svg) no-repeat left center;
  background-size: 25px auto;
  margin-top: 0;
}

#body_sub .p-topics-container h2.p-topics-title {
  font-size: 145%;
  color: #095DA3;
  padding: 0;
  padding-left: 40px;
  background: url(../images/common/ico-topics.svg) no-repeat left center;
  background-size: 25px auto;
  margin-top: 0;
}

#body_sub .p-news-container h2.p-news-title:before,
#body_sub .p-topics-container h2.p-topics-title:before {
  display: none;
}

ul.p-news li,
.p-page-topics li  {
  padding-left: 0;
  border-bottom: 1px dashed #AAAAAA;
  padding: 12px 35px 15px 5px;
}

.p-news a, 
.p-page-topics a {
  box-sizing: border-box;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.p-news .date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  color: #095DA3;
  font-weight: bold;
}
#body_sub .p-news .date  {
  margin-right: 10px;
}


ul.p-news p {
  width: 100%;
  margin-top: 5px;
  font-weight: normal;
  font-size: 100%;
  color: #333;
}

.p-news a:before, 
.p-page-topics a:before {
  content: '';
  position: absolute;
  right: -30px;
  top: 44%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*ジャンルコンテンツ一覧*/

.p-menu-con {
  margin-bottom: 30px;
}

.p-menu-con li {
  background-image: url(../images/common/ico-file.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 23px auto;
  padding-left: 39px;
  margin-bottom: 6px;
  font-size: 114%;
}

.p-items-list li a,
.p-menu-con li a {
  text-decoration: underline;
  display: block;
  padding: 9px 0;
  color: #095DA3;
}

.p-items-list li {
  background-image: url(../images/common/ico-file.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 23px auto;
  padding-left: 39px;
  margin-bottom: 6px;
}

.p-items-list {
  margin-left: 30px;
}

/*event*/

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools {
  width: 12px!important;
}

.p-event-list {
  margin-bottom: 80px;
}

/*#body_sub .p-application.sub-application h2 {
  font-size: 145%;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: inherit;
  color: #333;
}

#body_sub .p-application.sub-application h2:before {
  display: none;
}*/

.p-event-lists {
  width: 100%;
  margin-bottom: 20px;
}

.p-slider-event__thum img {
  width: 100%;
}

.p-event-lists a {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  display: block;
  padding: 15px;
  height: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,.11);
}

.p-slider-event__icon {
  text-align: center;
  font-size: .75rem;
  border-radius: 5px;
  padding: 4px 10px;
  line-height: 1;
  background: #fff;
  color: #333;
  display: inline-block;
  border: 1px solid #095DA3;
}
.p-temp-page .p-slider-event__icon {
  font-size: 1.25rem;
}
.p-temp-page .p-slider-event__entry span {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: normal;
  padding: 2px 11px;
}

/*404*/

.notfound__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px 40px;
  margin: 32px auto 0;
  width: 92%;
}
div.p-search-box.p-re-search.lower-search-box ,
.notfound__wrap div.p-search-box.p-re-search {
  padding: 0;
  background: unset;
  margin: 0;
  width: 100%;
  height: 48px;
}
div.p-search-box.p-re-search.lower-search-box .p-form-search ,
.notfound__wrap div.p-search-box.p-re-search .p-form-search {
  height: 48px;
}
div.p-search-box.p-re-search.lower-search-box .p-form-search p.key-word ,
.notfound__wrap div.p-search-box.p-re-search .p-form-search p.key-word {
  width: 100%;
}
div.p-search-box.lower-search-box form.p-form-search input[type="text"] ,
.notfound__wrap div.p-search-box form.p-form-search input[type="text"] {
  width: 100%;
  background: #F2F2F2;
  font-size: .875rem;
  border-color: #CCCCCC;
  height: 48px;
  border-radius: 50px;
  padding-right: 46px;
}
div.p-search-box.lower-search-box form.p-form-search button ,
.notfound__wrap div.p-search-box form.p-form-search button {
  background-position: center;
  background-size: 20px auto;
  width: 60px;
}
.notfound__img {
  display: block;
  width: 81px;
  margin: 0 auto 16px;
}
.notfound__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.notfound__txt {
  font-size: .875rem;
}
.backtotop {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #095DA3!important;
  font-weight: bold;
  font-size: .875rem;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: unset!important;
  border: 1px solid #095DA3;
}
.backtotop:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.p-layout-2 ,
.p-layout-3 ,
.p-layout-4 {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.p-layout-2__box {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-layout-4__thum,
.p-layout-3__thum,
.p-layout-2__thum {
  text-align: center;
  margin-bottom: 20px;
}

.p-layout-2__thum img {
  display: block;
  margin: 0 auto;
}

.p-layout-3__box {
  width: 100%;
  margin-bottom: 20px;
}
.p-layout-3__box2 {
  margin-bottom: 14px;
}

.p-layout-4__box {
  width: 100%;
  margin-bottom: 30px;
}

.p-float-left ,
.p-float-right {
  overflow: hidden;
  margin-bottom: 30px;
}

.p-float-left img {
  margin-bottom: 10px;
}

.p-float-right img {
  margin-bottom: 10px;
}

.p-grid-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-grid-1 .p-grid-right {
  margin-top: 10px;
  width: 100%;
  order: 2;
}

.p-grid-1 .p-grid-left {
  width: 100%;
  order: 1;
}

.p-grid-1 .p-grid-right img {
  width: 100%;
}

/*回り込まないグリッド*/

.p-grid-2 {
  overflow: hidden;
  margin-bottom: 30px;
}

.p-grid-2 .p-grid-left {
  width: 100%;
  margin-bottom: 10px;
}

.p-grid-2 .p-grid-left img {
  width: 100%;
}

.p-grid-2 .p-grid-right {
  width: 100%;
}

/*改行一文字*/
.text-indent01 {
  margin-left: 1em;
  text-indent: -1em;
}

/*改行二文字*/
.text-indent02 {
  margin-left: 3em;
  text-indent: -3em;
}

/*改行三文字*/
.text-indent03 {
  margin-left: 3.7em;
  text-indent: -3.7em;
}

.sp-txt-12 { font-size: .75rem;}
.sp-txt-13 { font-size: .8125rem;}
.sp-txt-14 { font-size: .875rem;}
.sp-txt-15 { font-size: .9375rem;}
.sp-txt-16 { font-size: 1rem;}
.sp-txt-17 { font-size: 1.0625rem;}
.sp-txt-18 { font-size: 1.125rem;}
.sp-txt-19 { font-size: 1.1875rem;}
.sp-txt-20 { font-size: 1.25rem; }
.sp-txt-21 { font-size: 1.3125rem; }
.sp-txt-22 { font-size: 1.375rem; }
.sp-txt-23 { font-size: 1.4375rem; }
.sp-txt-24 { font-size: 1.5rem; }
.sp-txt-25 { font-size: 1.5625rem; }
.sp-txt-26 { font-size: 1.625rem; }
.sp-txt-27 { font-size: 1.6875rem; }
.sp-txt-28 { font-size: 1.75rem; }
.sp-txt-29 { font-size: 1.8125rem; }
.sp-txt-30 { font-size: 1.875rem; }
.sp-txt-31 { font-size: 1.9375rem; }
.sp-txt-32 { font-size: 2rem; }

/*swiper slides*/

.swiper-container.main-image-thumbs {
  margin-top: 10px;
}
.swiper-wrapper.main-image-thumbs__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.swiper-slide.main-image-thumbs__item {
  width: 32%!important;
  margin-bottom: 5px;
  margin-right: 2%!important;
}

.swiper-slide.main-image-thumbs__item:nth-child(3n) {
  margin-right: 0!important;
}

.swiper-button-next, .swiper-button-prev {
  width: 17px!important;
  height: 34px!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-size: 100%!important;
}

.p-temp-page ul li.p-layout-4__box,
.p-temp-page ul li.swiper-slide {
  padding-left: 0;
  margin-top: 0;
}

.p-temp-page ul li.p-layout-4__box:before ,
.p-temp-page ul li.swiper-slide:before {
  display: none;
}

/*device - utility*/

.u-pc {
  display: none !important;
}

.u-sp {
  display: block !important;
}

.sp-block {
  display: block !important;
}

@media screen and (max-width: 425px) {
  
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 20000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

  .l-wrapper.page-simple .u-lnavi-item li {
    border-radius: 0!important;
  }

.entry-list table tr td {
  display: flex;
  flex-wrap: wrap;
}
.entry-list table tr.is-hidden td {
  display: none;
}
.entry-list__date {
  width: 100%;
  flex-shrink: 0;
}
#body_sub .entry-list .p-exhibition-lists__cat {
  flex-shrink: 0;
  margin: 0;
}
#body_sub .entry-list:last-of-type .p-exhibition-lists__cat {
  flex-shrink: 0;
}
.entry-list__ttl {
  width: 100%;
  padding-top: 2px;
}
#body_sub .entry-list .p-exhibition-lists__cat span {
  font-size: inherit;
  padding: 0 8px;
  margin: 0;
}