@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... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  position: relative;
  /*height: 140px;*/
}

.l-header-inner {
  width: 1040px;
  padding: 10px 20px 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-snav {
  /*position: absolute;*/
  /*right: 20px;*/
  /*top: 10px;*/
  width: calc(100% - 376px);
}

/*logo*/

.l-header-logo {
  margin-right: auto;
  width: 336px;
  height: auto;
}

/*sns*/

.l-header-snav__sns {
  flex-shrink: 0;
  padding-top: 3px;
}

.l-header-snav__sns li {
  font-size: 0;
}

.l-header-snav__sns li + li {
}



.l-header-snav__head {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.l-header-snav__btm {
  margin-top: 8px;
}

.l-header-snav__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.l-header-snav__lists {
  position: relative;
}

.l-header-snav__lists + .l-header-snav__lists {
  margin-left: 20px;
}

.l-header-snav__list .l-header-snav__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;
}

.l-header-snav__lists a:hover {
  text-decoration: underline;
}

.l-header-snav__lists.snav-link-language > div ,
.l-header-snav__lists.snav-link-language > a {
  background: url(../images/common/ico-lang.svg) no-repeat left center;
  background-size: 18px;
  position: relative;
  padding-left: 28px;
  padding-right: 20px;
  color: #333;
  font-size: .875rem;
  font-weight: 700;
}

.l-header-snav__lists.snav-link-language > div:before ,
.l-header-snav__lists.snav-link-language > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #095DA3;
  border-right: 2px solid #095DA3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.l-header-snav__lists.snav-link-language > ul {
  display: none;
  background-color: rgba(239,246,252,1);
  padding: 16px;
  z-index: 3;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: .875rem;
}

/*navi*/

.l-header-nav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 16px;
}

.l-header-nav__item.grid {
  width: 100%;
  overflow: inherit;
}

.l-header-nav__items {
  width: 14.2857%;
  position: relative;
}

.l-header-nav__items > a.l-header-nav__items--link ,
.l-header-nav__items > .l-header-nav__items--link {
  display: block;
  text-align: center;
  padding-top: 28px;
  font-size: 100%;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
  color: #333;
  font-size: 1rem;
  background-size: auto 22px;
}

.l-header-nav__items > a:hover {
  text-decoration: underline;
}

.l-header-nav__items > .l-header-nav__items--link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 40px;
  background: #CCCCCC;
}

.l-header-nav__items:nth-child(2) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi01.svg) no-repeat top center;
}

.l-header-nav__items:nth-child(3) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi02.svg) no-repeat top center;
}

.l-header-nav__items:nth-child(4) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi03.svg) no-repeat top center;
}

.l-header-nav__items:nth-child(5) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi04.svg) no-repeat top center;
}

.l-header-nav__items:nth-child(6) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi05.svg) no-repeat top center;
}

.l-header-nav__items:nth-child(7) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi06.svg) no-repeat top center;
}

.l-header-nav__items:nth-child(8) > .l-header-nav__items--link {
  background: url(../images/common/ico-navi07.svg) no-repeat top center;
}
.l-header-nav__items:nth-child(8) > .l-header-nav__items--link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 40px;
  background: #CCCCCC;
}

.l-header-nav__sub {
  display: none;
  position: absolute;
  left: 0;
  border-radius: 5px;
  padding: 10px;
  background: #0A518B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
}

.l-header-nav__items:hover .l-header-nav__sub {
  display: block;
}

.l-header-nav__sub:before {
  content: '';
  position: absolute;
  /*left: 50%;*/
  /*margin-left: -9px;*/
  left: 64px;
  top: -10px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 6px solid transparent;
  border-left: 6px solid #0A518B;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.l-header-nav__items:nth-child(8) .l-header-nav__sub {
  left: unset;
  right: 0;
}
.l-header-nav__items:nth-child(8) .l-header-nav__sub:before {
  left: unset;
  right: 64px;
}

.l-header-nav__sub > li + li {
  margin-top: 5px;
}

.l-header-nav__sub > li > a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding-left: 18px;
  white-space: nowrap;
  position: relative;
  font-size: .875rem;
}

.l-header-nav__sub > li > a:hover {
  text-decoration: underline;
}

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


/*文字サイズ*/
.hdH_fontS {
  margin-left: 22px;
  margin-right: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.hdH_fontS span {
  color: #333333;
  font-weight: 700;
  font-size: .875rem;
  flex-shrink: 0;
  margin-right: 12px;
}

.hdH_fontS ul.fontChangeList {
  display: flex;
  gap: 0 8px;
}

.hdH_fontS .changeBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  background-color: #ffffff;
  color: #333;
  font-size: .875rem;
  /*width: 26px;*/
  height: 26px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  padding: 0 4px;
}


.hdH_fontS .changeBtn.active a, .hdH_fontS .changeBtn:hover a {
  background: rgba(9,93,163,.1);
  cursor: pointer;
  color: #095DA3;
  border-color: #095DA3;
}

.changeBtn a[href]:hover {
  opacity: 1;
}

/*検索*/
.searchform {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 22px;
}
.searchform input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 26px;
  line-height: 26px;
  border:1px solid #CCCCCC;
  /*background: rgba(217,217,217,.24);*/
  background: #F2F2F2;
  border-right-width: 0;
  border-radius: 200px 0 0 200px;
  color: #333333;
  text-indent: 1.25em;
  width: 220px;
}
.searchform button {
  cursor: pointer;
  color: inherit;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border: 1px solid #CCCCCC;
  /*background: rgba(217,217,217,.24);*/
  background: #F6F6F6;
  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: rgba(217,217,217,.24);
}
.searchform input::placeholder {
  color: #333;
  font-size: 100%;
}
/* IE */
.searchform input:-ms-input-placeholder {
  color: #333;
  font-size: 100%;
}
/* Edge */
.searchform input::-ms-input-placeholder {
  color: #e95017;
  font-size: 100%;
}

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


/* Footer
---------------------------------------------------------------*/
#footer {
  background-color: #EFF6FC;
}
.l-footer > .c-center {
  padding-bottom: 20px;
}
.p-ft-banner.c-center {
  padding: 60px 0 40px;
  width: 1000px;
  display: flex;
  gap: 10px;
}

.p-ft-banner__list {
  gap: 10px;
}
.p-ft-banner__lists img {
  width: 100%;
  height: 56px;
}

.l-ft-logo {
  /*margin-bottom: 20px;*/
}
.l-ft-logo a {
  display: block;
  font-size: 0;
}

.p-ft-inf {
  padding-left: 50px;
  -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: .875rem;
}

.p-ft-inf strong {
}

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

.ft-map-btn {
  text-align: right;
}

.p-ft-navi {
  display: flex;
  justify-content: space-between;
}

.p-ft-navi__list {
  width: 153px;
}
.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;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}
.p-ft-snavi__lists {
  position: relative;
}

.p-ft-snavi__lists + .p-ft-snavi__lists {
  margin-left: 20px;
}

.p-ft-snavi__list .p-ft-snavi__lists a {
  display: block;
  font-weight: 500;
  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: 40px 20px 35px;
}

.p-copyright p {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 8px;
  font-size: .75rem;
  text-align: center;
  letter-spacing: .15em;
}

/*backtotop*/

.l-footer-top {
  position: fixed;
  right: 40px;
  bottom: 50px;
  width: 80px;
  height: 80px;
  background-color: #095DA3;
  border-radius: 50px;
  text-align: center;
  z-index: 9999;
}

.l-footer-top:before {
  content: '';
  position: absolute;
  left: 33.5px;
  top: 20px;
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-footer-top:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 35px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.l-footer-top__link {
  display: block;
  height: 100%;
  padding-top: 34px;
  box-sizing: border-box;
  color: #fff!important;
  font-size: .8125rem;
  text-align: center;
  line-height: 1.23;
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*main visual*/
.p-top-mv {
  margin-top: 0;
  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;
}

.buttons {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  z-index: 20;
  width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.sp-application .buttons ,
.p-top-mv .buttons {
  display: none;
}

.buttons .button {
  width: 22px;
  height: 22px;
}

.buttons .button img {
  width: 22px;
  position: absolute;
  top: 0;
  border: 1px solid #004C96;
}

.buttons .button.active {
  display: none;
}
.buttons .button:hover {
  cursor: pointer;
}

.p-open-hour {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 14px;
  -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: 15px 20px;
  border-radius: 10px;
  color: #fff!important;
  font-size: 1.0625rem;
  font-weight: 700;
}

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

.p-top-parking.c-center {
  width: 1000px;
  background: url(../images/common/ico-parking.svg) no-repeat 40px 40px;
  background-color: #DDECE8;
  background-size: 46px auto;
  border-radius: 10px;
  padding: 40px 44px 40px 106px;
  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 {
}

.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;
  width: fit-content;
  padding: 0 40px;
}
.p-top-parking__x span {
  text-decoration: unset!important;
}

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

/*top banner*/

.p-top-banner {
  /*background-color: #F2F2F2;*/
}

.p-top-banner .c-center {
  padding: 0;
  margin-bottom: 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: 20px;
  margin-bottom: 40px;
}

.p-top-banner-lists li {
}

/*lead title*/

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

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

/*展示情報*/

.p-exhibition .p-lead h2 {
}

.p-exhibition-list {
  gap: 40px;
  margin-bottom: 40px;
}

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

.p-exhibition-lists:nth-child(3n) {
  margin-right: 0;
}

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

.p-exhibition-lists a:hover .p-exhibition-lists__title {
  text-decoration: underline;
}

.p-exhibition-lists a[href]:hover {
  opacity: 1;
}

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

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

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

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

.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 11px;
  border-radius: 35px;
  min-width: 60px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.1875rem;
}

.p-exhibition-lists__cat span {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 100%;
  padding: 0 20px;
  margin-bottom: 8px;
  background: #095DA3;
  border: 1px solid #095DA3;
  color: #fff;
  font-size: 1rem;
}
#body_sub .p-exhibition-lists__cat span {
  font-size: 1.25rem;
}
#body_sub .p-exhibition-lists__release ,
#body_sub .p-exhibition-lists__cancel ,
#body_sub .p-exhibition-lists__end {
  font-size: 1.25rem;
  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__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 5px;
}

.p-exhibition-lists__date {
  font-weight: bold;
  line-height: 1.428;
  font-size: .875rem;
  display: block;
  color: #333;
}

.p-exhibition-lists__content {
  font-size: .875rem;
  color: #333;
  line-height: 1.5;
  margin-top: 6px;
}

.p-exhibition-permanent-list {
  gap: 20px;
}
.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: 14px 20px;
  width: 320px;
  min-height: 200px;
  height: 100%;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-weight: 700;
  font-size: 1.5rem;
  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: 40px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(1) a {
  align-items: flex-start;
  justify-content: center;
  gap: 16px 0;
}
.p-exhibition-permanent-list .p-exhibition-permanent-lists:nth-of-type(1) .p-exhibition-permanent-lists__ttl {
  font-size: 1.875rem;
  text-align: left;
}
.p-exhibition-permanent-lists__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}


.p-top-content {
  align-items: flex-start;
  justify-content: space-between;
}

.p-top-about {
  width: 490px;
}

.p-side-banner {
  width: 430px;
}

/*Event calendar*/

#event_calender .p-lead {
  margin-bottom: 20px;
}
h2 {
  padding-top: 0;
}

/*#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;
  padding: 0 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

#event_calender ul#todayevent {
  padding: 0;
  margin-bottom: 0;
}

#event_calender ul li.pre-month span,
#event_calender ul li.next-month span {
  display: inline-block;
  font-weight: 700;
  color: #095DA3;
  font-size: 114%;
  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: 142%;
  font-weight: 700;
  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: 12px 11px 10px;
  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: 12px 11px 10px;
  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: 700;
  font-size: 114%;
  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: 116px;
  font-weight: 700;
  color: #095DA3;
  font-size: 114%;
  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 dd strong {
  font-weight: 700;
}

.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: 3px;
  font-size: 107%;
  color: #333;
  line-height: 1;
}

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

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

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

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

/*side banner*/

.p-side-banner {
  padding: 20px 26px 10px;
}

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

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

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

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

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


/*イベント案内・お申込み*/

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

.p-application .p-lead h2 {
}
.p-application .p-lead .c-btn {
  margin: 0;
  width: 140px;
  padding: 9px 16px;
}

.p-slider-event {
  padding: 0 0 40px;
  position: relative;
}

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

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

.p-slider-event .p-slider-event__items > a:hover {
  opacity: 1;
}

.p-slider-event .p-slider-event__items > a:hover .p-slider-event__title {
  text-decoration: underline;
}

.p-slider-event .p-slider-event__items > a:hover .p-slider-event__thum {
  opacity: .7;
}

#body_sub .p-slider-event {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
#body_sub .p-slider-event .p-slider-event__items > a {
  width: 320px;
  box-sizing: border-box;
}

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

.p-slider-event__title {
  font-weight: 700;
  font-size: 114%;
  line-height: 1.33333;
  margin-bottom: 10px;
}

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

.p-slider-event__entry span {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  min-width: 60px;
  line-height: 1;
  font-weight: 700;
  padding: 5px 9px;
  margin-bottom: 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: 1rem;
}

.p-slider-event__time .p-slider-event__date {
  font-size: 104%;
  font-weight: 700;
  line-height: 1.5;
}

.p-event-slider_box {
  position: relative;
  width: 1020px;
  padding: 0;
  margin: 0 auto;
  box-sizing: content-box;
  margin-left: -10px;
}

.p-event-slider_box .buttons.event-stop-box {
  justify-content: flex-end;
  margin-right: 12px;
  bottom: 8px;
}

.p-event-slider_box .slick-dots {
  margin-left: 0px;
  padding-left: 0;
  bottom: 10px;
  left: 0;
  text-align: right;
  width: 980px;
}

.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: -534px;
}

.p-event-slider_box .slick-next {
  background: url(../images/common/event_next.svg) no-repeat left center;
  background-size: 19px 30px;
  margin-right: -534px;
}
.p-event-slider_box .slick-list {
  overflow: initial;
}

/*top editor area*/

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

.p-top-editarea h2,
.p-top-title {
  font-size: 2rem;
  font-weight: 700;
  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: 4px;
  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 {
}

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

/*top news*/
.p-top-news {
  width: 480px;
}
.p-lead-news {
  position: relative;
}

.p-lead-news h2 {
}

.p-lead-news .c-btn {
  margin: 0;
  width: 102px;
  padding: 4px 20px;
  font-size: .875rem;
}

ul.p-top-news__tab {
  padding: 0 40px;
  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: 10px;
  width: 168px;
  text-align: center;
  font-size: 100%;
  height: 50px;
  position: relative;
  font-size: 114%;
  font-weight: 700;
  line-height: 50px;
  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: 60px 40px 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.p-news-inner__pin .grid {
  padding-left: 52px;
  background: url(../images/common/ico-pin.svg) no-repeat 17px 19px;
  background-size: 22px auto;
}

.p-news-inner.p-news-inner__pin .p-news-content {
  margin-left: 0;
  max-width: 730px;
  width: calc(100% - 110px);
}

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

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

.p-news-pin {
  margin-right: 10px;
}

.p-news-date {
  color: #095DA3;
  font-size: 100%;
  font-weight: bold;
  margin-right: 20px;
  min-width: 82px;
  font-size: 1rem;
}

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

.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: 20px 0;
  border-bottom: 1px dashed #AAAAAA;
  position: relative;
  padding-right: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.p-lead-news + .p-news-inner .grid {
  padding-top: 0;
}


.p-news-inner .grid: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%;
  display: block;
  margin-top: 7px;
  font-size: 1rem;
}

.p-news-inner .p-news-content a {
  color: #333;
}

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

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

.p-top-x {
  width: fit-content;
  /*max-width: 490px;*/
  margin: 0 auto 40px;
  background-color: #000;
  min-height: 80px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  align-items: center;
  text-decoration: unset !important;
  font-size: 1.25rem;
  font-weight: normal;
  border-radius: 10px;
  padding: 0 50px;
}
.p-top-x img:nth-of-type(1) {
  width: 29px;
}
.p-top-x img:nth-of-type(2) {
  width: 27px;
}

/*lv*/

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

.p-lv-inner {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 160px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.p-lv-inner.p-lv-inner--kids {
  height: 360px;
}

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

.p-lv.p-lv-simple {
  margin-top: -20px;
  max-width: 1920px;
  margin: 0 auto;
}

.p-lv.p-lv-simple .p-lv-inner {
  height: 100%;
  height: 360px;
  justify-content: flex-start;
  align-items: center;
}

.p-lv.p-lv-simple .p-lv-inner__ttl {
  text-align: left;
  padding: 20px 20px;
}

.p-simple-lnavi.c-center {
  padding-bottom: 0;
}

/*calendar*/

.p-event-pagnation {
  background-color: #EFF6FC;
  margin-bottom: 20px;
  padding: 15px 40px;
  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: 114%;
  font-weight: 700;
  color: #095DA3;
  position: relative;
}

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

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

.p-event-pagnation div.left a::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 18px;
  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 50px 2px 5px;
}

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

.p-event-pagnation div.right a::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 18px;
  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: 700;
  font-size: 107%;
  background-color: #F2F2F2;
  vertical-align: middle;
  line-height: 1.2;
  padding: 19px 0px;
}

.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 20px;
  padding-left: 30px;
  background: url(../images/common/ico-calendar.svg) no-repeat 0px 5px;
}

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

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

.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 40px 20px;
  margin-bottom: 30px;
  font-size: 114%;
}

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

.p-total-number {
  margin-bottom: 20px;
  font-size: 114%;
  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: 20px 5px 13px;
  padding-left: 39px;
  border-bottom: 1px dashed #AAAAAA;
  background-image: url(../images/common/ico-file.svg);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: 4px 18px;
}

.p-search-results li a .p-page-title {
  font-size: 114%;
  color: #095DA3;
  text-decoration: underline;
  margin-bottom: 17px;
}

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

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

/*pagenation*/

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

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

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

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

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

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

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

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

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

/*検索*/

div.p-search-box {
  background-color: #EFF6FC;
  text-align: center;
  padding: 30px 20px 50px;
  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: 520px;
  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: 230px;
  background: #fff;
  line-height: 32px;
  padding: 0 10px;
}

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

.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 form.p-form-search button:hover {
  cursor: pointer;
}

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: 520px;
  margin: 0 auto 20px;
}

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

/*sitemap*/

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

 .p-menu-list > li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

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

.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: 32px auto;
  padding-left: 42px;
  margin-bottom: 6px;
  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;
  font-size: 114%;
  padding: 5px 0;
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
}


#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: 700;
  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%;
}

/*genre*/

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

#body_sub .p-news, 
#body_sub .p-page-topics {
  /*max-height: 160px;*/
  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: 60px;
}

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

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

#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: 12px 35px 15px 5px;
  border-bottom: 1px dashed #AAAAAA;
  padding-left: 0;
  /*width: 880px;*/
  margin: 0 auto!important;
  display: flex;
  flex-wrap: wrap;
}

.p-news li:before, 
.p-page-topics li:before {
  display: none;
}

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

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

ul.p-news p {
  width: 590px;
  margin-left: 20px;
  font-weight: normal;
  font-size: 100%;
  color: #333;
}
#body_sub ul.p-news p {
  width: calc(100% - 270px);
}
#body_sub ul.p-news.p-news-important p {
  width: calc(100% - 310px);
}

.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-page-topics p {
  color: #333;
}

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

.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-items-list li p,
.p-menu-con li a ,
.p-menu-con li p {
  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;
  font-size: 114%;
}

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

/*event*/

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

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

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

.p-event-lists {
  float: left;
  width: 235px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.p-event-lists:nth-child(4n) {
  margin-right: 0;
}

.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-event-lists a:hover .p-slider-event__title {
  text-decoration: underline;
}

.p-event-lists a:hover .p-slider-event__thum {
  opacity: .7;
}

.p-slider-event__icon {
  text-align: center;
  font-size: 87.5%;
  border-radius: 5px;
  padding: 0px 20px;
  display: inline-block;
  margin-bottom: 7px;
  color: #333;
  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*/
.error-page {
  margin-bottom: 100px;
}

.error-page .c-center {
  padding-top: 0;
}

.notfound__wrap {
  display: flex;
  gap: 24px 40px;
  margin: 32px 0 40px;
}
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: 460px;
}
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;
  border-color: #CCCCCC;
  height: 60px;
  border-radius: 50px;
  padding-right: 50px;
}
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: 22px auto;
  width: 60px;
}
.notfound__img {
  display: block;
  margin: 0 auto 16px;
}
.notfound__ttl {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.notfound__txt {
  font-size: 1rem;
  text-align: center;
}
.backtotop {
  width: 100%;
  max-width: 460px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #095DA3!important;
  font-weight: bold;
  font-size: 1.0625rem;
  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 {
  justify-content: flex-start;
}

.p-layout-2__box {
  width: 47%;
  padding: 0 30px;
  margin-right: 6%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-layout-2__box:nth-child(2n) {
  margin-right: 0;
}

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

 .p-layout-2__thum img ,
 .p-layout-3__thum img ,
 .p-layout-4__thum img {
  width: 100%;
 }

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

.p-layout-3__box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.p-layout-3__box2 {
  width: 31%;
  margin-right: 3.5%;
}

.p-layout-3__box:nth-child(3n) {
  margin-right: 0;
}

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

.p-layout-4__box:nth-child(4n) {
  margin-right: 0;
}

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

.p-float-left img {
  float: left;
  margin-right: 20px;
}

.p-float-right img {
  float: right;
  margin-left: 20px;
}

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

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

.p-grid-1 .p-grid-right {
  float: right;
  width: 400px;
  text-align: right;
}

.p-grid-2 .p-grid-left {
  float: left;
  width: 400px;
}

.p-grid-2 .p-grid-right {
  float: right;
  margin-left: 25px;
  width: 570px;
}

.p-grid-1 .p-grid-left {
  float: left;
  margin-right: 25px;
  width: 570px;
}

/*改行一文字*/
.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;
}

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


/*スライダー*/

.main-image{
  width: 100%;
  margin-bottom: 30px;
}
.main-image__item{
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
/* メイン画像縦横中央に配置 */
.main-image__item img{
  width: 90%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

.main-image__item a {
  display: block;
  width: 100%;
}

ul.swiper-wrapper {
  margin-bottom: 0!important;
}

.main-image-thumbs{
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.main-image-thumbs__item{
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.main-image-thumbs__item.swiper-slide{
  opacity: 1;
}

.main-image-thumbs__item.swiper-slide-thumb-active {
  opacity: 1;
}

.main-image-thumbs__item.swiper-slide-thumb-active img {
  border: 4px solid #095DA3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* サムネイル画像画像縦横中央に配置 */
.main-image-thumbs__item img{
  width: 100%;
  height: auto;
}

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

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

.swiper-slide.main-image-thumbs__item:after {
  padding: 0;
}

.swiper-slide.main-image-thumbs__item:nth-child(3n) {
  margin-right: 0!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: block !important;
}

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

.sp-block {
  display: none !important;
}
@media screen and (max-width: 1200px){
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-chirashi-slide {
    width: 700px;
  }
  .p-about-sec__info {
    max-width: 488px;
  }
  .p-about-sec__map {
    width: 544px;
  }
  .p-add-point {
    width: 744px;
    padding: 32px 28px;
  }
  .p-list-items:nth-child(4n) {
    margin-right: 0;
  }
  .p-list-items:nth-child(5n) {
    margin-right: 20px;
  }
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
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;
  /* 変更しない */
}

.entry-list table tr td {
  display: flex;
}
.entry-list table tr.is-hidden td {
  display: none;
}
.entry-list__date {
  min-width: 260px;
  flex-shrink: 0;
}
#body_sub .entry-list .p-exhibition-lists__cat {
  flex-shrink: 0;
  min-width: 130px;
}
#body_sub .entry-list .p-exhibition-lists__cat span {
  font-size: 1rem;
  padding: 0 10px;
  margin: 0;
}