@charset "utf-8";

/*responsive.css上書き(bootstrap4)*/
.mx-auto {
  display: block;
}
/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
body {
  color: #222;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url(../images/common/bg_grad.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.contents {
  padding: 60px 0;
}
.breadcrumb + .contents:not(.bg-base) {
  padding-top: 0;
}
.contents-block {
  padding-bottom: 60px;
}
.contents-inner-block {
  padding-bottom: 40px;
}
.contents > .contents-block:last-of-type,
.contents-block > .contents-inner-block:last-of-type:not(:first-of-type) {
  padding-bottom: 0;
}
.contents-block  p {
  margin-bottom: 20px;
}
.material-icons {
  vertical-align: middle;
  color: #4d4397;
  background: -webkit-linear-gradient(0deg, #4d4397, #0263af);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 7px;
}
/*----------------------------------------------------
  背景
----------------------------------------------------*/
.bg-primary {
  background-color: #eef9ff;
}
.bg-normal {
  background-color: #f8f8f8;
}
.bg-base {
  background-color: #fff;
}
/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color: #222;
  text-decoration: none;
  transition: all .3s;
}
a:visited {
  color: #222;
}
a:hover {
  color: #44aadd;
}
a:active {
  color: #44aadd;
}
/*----------------------------------------------------
  ボタン/リンク
----------------------------------------------------*/
.btn-area {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-area.left {
  justify-content: left;
}
.btn-area > a:not(:first-of-type) {
  margin-left: 20px;
}
.btn-normal,
.btn-outside,
.btn-pdf {
  background-color: rgba(255, 255, 255, 90%);
  padding: 10px 60px 10px 50px;
  border: 1px solid #0263af;
  border-image: linear-gradient(to right, #4d4397 0%, #0263af 100%);
  border-image-slice: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.link-next {
  position: relative;
  padding-right: 25px;
}
.btn-normal::before,
.link-next::before,
.btn-outside::before,
.btn-pdf::before,
.ticketLink::before,
.ticket-btn::before {
  content: "\e5e1";
  display: inline-block;
  font-size: 1.8rem;
  font-family: 'Material Icons';
  color: #4d4397;
  background: -webkit-linear-gradient(0deg, #4d4397, #0263af);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: all .3s;
}
.link-next::before {
  right: 0;
}
.btn-outside::before,
.btn-pdf::before {
  right: 20px;
}
.btn-outside::before {
  content: '\e89e';
}
a.ticketLink::before {
  content: '\e89e';
  color:#a30081 !important;
}

.btn-pdf::before {
  font-family: 'FontAwesome';
  content: '\f1c1 ';
}
.link-next:hover span,
.btn-normal:hover span,
.btn-outside:hover span,
.btn-pdf:hover span{
  color: #4d4397;
  background: -webkit-linear-gradient(0deg, #4d4397, #0263af);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.link-next:hover::before {
  right: -5px;
}
.btn-normal:hover::before {
  right: 5px;
}

/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.home-title ,
.contents-title,
.second-title,
.third-title {
  font-weight: normal;
}
.home-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
}
.contents-title {
  font-size: 2.8rem;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contents-title span {
  font-size: 2.2rem;
}
.contents-title::after {
  position: absolute;
  content: '';
  width: 65px;
  height: 2px;
  content: '';
  display: inline-block;
  background-color: #71c8ec;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.second-title {
  font-size: 2.2rem;
  border-bottom: 1px solid #71c8ec;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.third-title {
  font-size: 2.0rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.third-title::after {
  content: '';
  width: 10px; 
  height: 10px;
  background-color: #71c8ec;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  display: block;
}
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.header {
  width: 100%;
  padding: 20px 100px 20px 15px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100px;
}
.header-left a {
  display: inline-block;
  background-color: #fff;
  transition: none;
}
.header-left a img {
  width: 200px;
}
.header-right {
  margin-left: auto;
  padding-right: 30px;
}
/* 開館時間 */
.header-right .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.opening, 
.smp-opening{
  display: inline-block;
  color: #808080;
  font-size: 1.4rem;
  padding-right: 20px;
  line-height: 1.3;
  background-color: #fff;
}
.smp-opening {
  display: none;
  width: 100%;
  position: fixed;
  top: 70px;
  z-index: 2;
  padding: 5px 15px;
}
/* スクロール切替 */
.header.fixed {
  height: 70px;
  padding-right: 70px;
}
.header.fixed .header-left a img.logo-normal {
  width: 160px;
  display: block;
}
.header.fixed .search-area {
  display: none;
}
.header.fixed .header-right {
  padding-right: 15px;
}
.header.fixed .header-right .inner {
  justify-content: flex-start;
}
.header.fixed .opening {
  padding-left: 20px;
  padding-right: 0;
}
.header.fixed .opening br {
  display: none;
}
.header.fixed .opening span {
  margin-left: 1em;
}
/* 検索 */
.search-area {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.form-search {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-left: auto;
}
.search-btn {
  background: url(../images/common/ico_search.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: none;
  position: absolute;
  top: 7px;
}
.form-search input[type="text"] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #71c8ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  background-color: transparent;
}
.form-search input[type="text"]:focus,
.form-search input[type="text"] :focus-visible {
  outline: none;
}
.search-area-smp {
  margin-top: 20px;
}
/* SNS */
.ico-sns {
  width: 25px;
  margin: 0 5px;
}
/*----------------------------------------------------
  ナビゲーション
----------------------------------------------------*/
nav {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.global-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.global-nav li {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.global-nav li a {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 2.0rem;
  box-sizing: border-box;
  text-decoration: none;
}
.global-nav li:last-of-type a {
  padding-right: 5px;
}
/* .global-nav li a:hover {
} */
/*----------------------------------------------------
  ナビゲーションSP
----------------------------------------------------*/
.menu-trigger:hover {
  cursor: pointer;
  color: #222;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-trigger span {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  top: 30px;
}
.pc-open .menu-trigger span:nth-of-type(1),
.open .menu-trigger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 10px;
}
.pc-open .menu-trigger span:nth-of-type(2),
.open .menu-trigger span:nth-of-type(2) {
  display: none;
}
.pc-open .menu-trigger span:nth-of-type(3),
.open .menu-trigger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 10px;
}
.menu-trigger span:last-of-type {
  background: none;
  height: auto;
  font-size: 1.2rem;
  transform: scale(0.9);
  bottom: 0;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15rem;
  left: 0;
  bottom: -15px;
  transition: .4s cubic-bezier(.42, 0, .58, 1);
  color: #fff;
}
.btn-smp {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0px;
  background-color: #009de2;
  z-index: 1000;
  cursor: pointer;
}
.pcmenu,
.smpmenu {
  display: none;
  position: fixed;
  top: 70px;
  right: 0px;
  z-index: 200;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.5rem;
  background-color: #eef9ff;
  transition: transform .3s, -webkit-transform .3s;
}
/* PCメニュー */
.pcmenu {
  top: 0;
}
.pc-nav-wrap {
  display: flex;
}
.pc-nav-wrap > div.inner {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.pc-nav-wrap > div.inner > ul {
  list-style: none;
  padding: 100px 0;
  font-size: 2.2rem;
  text-align: left;
}
.pc-nav-wrap > div.inner > ul li {
  padding-bottom: 20px;
}
.pc-nav-wrap>ul li a {
  text-decoration: none;
}
/* スマホメニュー */
.smpmenu {
  padding: 30px 30px 120px 30px;
}
.smpmenu ul {
  display: block;
  padding: 0;
  list-style: none;
  background-color: #eef9ff;
}
.smpmenu ul li {
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.smpmenu ul li a {
  position: relative;
  text-decoration: none;
}
.smpmenu ul li.has-child {
  padding-bottom: 0;
}
.smpmenu ul li.has-child>p {
  display: inline-block;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.smpmenu ul li.has-child>p::after {
  position: absolute;
  top: -2px;
  right: -35px;
  content: '\e5c5';
  display: block;
  font-family: 'Material Icons';
  font-size: 3.6rem;
  line-height: 1;
  color: #4d4397;
  background: -webkit-linear-gradient(0deg, #4d4397, #0263af);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smpmenu ul li.has-child>p.rotate {
  padding-bottom: 10px;
}
.smpmenu ul li.has-child>p.rotate::after {
  content: '\e5c7';
}
.smpmenu ul li.has-child>ul {
  display: none;
  padding-bottom: 20px;
  padding-left: 20px;
}
.smpmenu ul li.has-child>ul li {
  font-size: 1.6rem;
  padding-bottom: 10px;
}
.smpmenu .link a {
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}
/* スクロール切替 */
.header.fixed .btn-smp {
  width: 70px;
  height: 70px;
}
.header.fixed .menu-trigger span:last-of-type {
  font-size: 1.0rem;
  bottom: -10px;
}
.header.fixed .menu-trigger,
.header.fixed .menu-trigger span {
  width: 40px;
}
/*----------------------------------------------------
  パンクズメニュー
----------------------------------------------------*/
.breadcrumb {
  margin: 8px auto 40px auto;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  font-size: 1.3rem;
}
.breadcrumb li a:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 10px;
  padding-right: 10px;
  color: #71c8ec;
}
.breadcrumb li a:hover:after {
  text-decoration: none;
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  padding: 60px 0;
  color: #595757;
  font-size: 1.4rem;
}
.footer-logo a {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.footer-right {
  padding-left: 10px;
  padding-right: 10px;
}
address {
  font-style: normal;
  margin: 20px 0;
}
.footer-nav {
  display: flex;
}
.footer-nav .inner {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.footer-nav ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
.footer-nav ul li {
  padding-bottom: 10px;
}
.footer-nav ul li a {
  text-decoration: none;
}
.copyright {
  text-align: right;
  display: block;
  margin-top: 30px;
}
.page-top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 2;
}
.page-top a {
  background: #fff;
  text-decoration: none;
  color: #71c8ec;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  text-align: center;
  display: block;
  filter: alpha(opacity=90);
  opacity: 0.9;
  font-size: 2.0rem;
  border: 1px solid #71c8ec;
  position: relative;
}
.page-top a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-top a:hover {
  text-decoration: none;
  background: #71c8ec;
  color: #fff;
}
/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.new {
  font-size: 1.2rem;
  line-height: 1;
  color: #009de2;
  margin-left: 15px;
}

/*----------------------------------------------------
  イベント
----------------------------------------------------*/
.cat {
  background-color: #e7f2f8;
  color: #0081c1;
  display: inline-block;
  padding: 2px 15px;
}
a.ticketLink {
  display: block;
  text-align: center;
  padding: 2px 15px;
  margin-top: 30px;
  padding: 10px 60px 10px 50px;
  border: 1px solid #a30081;
  background: #fef9ff;
  border-image-slice: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ticket-btn {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 35px 10px 10px;
  border: 1px solid #a30081;
  background: #fef9ff;
  border-image-slice: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*----------------------------------------------------
  セカンド共通
----------------------------------------------------*/
/* 主催 */
.host-wrap {
  margin-bottom: 30px;
}
.host-area {
  background-color: #fff;
  padding: 20px;
  display: flex;
  height: 100%;
}
.host-area .img-area {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 0;
  padding-bottom: 72%;
}
.host-area .img-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}
.host-area .text-area {
  padding-left: 20px;
  width: 50%;
}
.host-title {
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.host-date,
.host-detail {
  margin-bottom: 30px;
}
.host-date {
  font-size: 1.4rem;
}
/* pdf */
.adobe-reader-area {
  background-color: rgba(255, 255, 255, 60%);
  border: 1px solid #bfbfbf;
  padding: 20px 30px;
  font-size: 1.4rem;
  display: flex;
}
.adobe-reader-area a {
  margin-right: 15px;
  width: 160px;
}
.adobe-reader-area p {
  margin-bottom: 0 !important;
}
/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
.tbl-normal,
.tbl-primary,
.event-detail-wrap table {
  width: 100%;
}
.tbl-normal,
.event-detail-wrap table  {
  background-color: #fff;
}
.tbl-normal th,
.tbl-normal td,
.tbl-primary th, 
.tbl-primary td,
.event-detail-wrap table th,
.event-detail-wrap table td {
  padding: 10px 20px;
}
.tbl-normal th,
.tbl-normal.vertical tr:first-of-type,
.event-detail-wrap table tr > td:first-of-type {
  background-color: #f8f8f8;
  font-weight: normal;
  width: 20%;
}
.tbl-normal th,
.event-detail-wrap table tr > td:first-of-type {
  width: 20%;
}
.tbl-normal tr,
.event-detail-wrap table tr {
  border-bottom: 1px solid #bfbfbf;
}
.tbl-normal tr:first-of-type,
.event-detail-wrap table tr:first-of-type {
  border-top: 1px solid #bfbfbf;
}
table.tbl-kounyu tr:first-of-type {
  border-top: none !important;
}
.tbl-normal.vertical th,
.tbl-normal.vertical tr:first-of-type td {
  vertical-align: middle;
}
.tbl-normal.vertical tr th:not(:last-of-type),
.tbl-normal.vertical tr td:not(:last-of-type) {
  border-right: 1px solid #bfbfbf;
}
.tbl-primary {
  background-color: rgba(255, 255, 255, 70%);
}
.tbl-primary th {
  background-color: #66bee6;
  color: #fff;
}
.tbl-primary tr {
  border: 1px solid #71c8ec;
}
.tbl-primary tr th:not(:last-of-type) ,
.tbl-primary tr td:not(:last-of-type) {
  border-right: 1px solid #71c8ec;
}
.note {
  font-size: 1.4rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 !important;
}
.event-detail-wrap table {
  border: none !important;
}
.event-detail-wrap table,
.event-detail-wrap table tr,
.event-detail-wrap table th,
.event-detail-wrap table td {
  height: 100% !important;
}
.event-detail-wrap table tr,
.event-detail-wrap table td {
  border-left: none;
  border-right: none;
}
.event-detail-wrap table td {
  border: none;
}
.event-detail-wrap table td p {
  margin-bottom: 0;
}
.event-detail-wrap table td a {
  margin: 10px 0px 10px 30px;
}
/*----------------------------------------------------
  検索ページ
----------------------------------------------------*/
.mt-search-results #alpha-inner {
  padding: 30px 60px;
}

.mt-search-results .entry-title {
  font-size: 2rem;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.mt-search-results #current-page {
  display:none;
}

.content-nav {
  text-align: center;
}

/*----------------------------------------------------
  レスポンシブ
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
  /* ヘッダ */
  .global-nav li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
  .header.fixed .opening {
    padding-left: 15px;
  }
  .pc-nav-wrap > div.inner > ul {
    font-size: 1.8rem;
  }
  .header-right {
    padding-right: 15px;
  }
  .header-left a img {
    width: 180px;
  }
}

@media screen and (max-width: 991.98px) {
  /* ヘッダ */
  .header {
    height: 70px;
    padding-right: 70px;
    flex-wrap: wrap;
    z-index: 3;
  }
  .header-left a img.logo-normal {
    display: block;
    width: 160px;
  }
  .header-right {
    display: none;
  }
  .header .btn-smp {
    width: 70px;
    height: 70px;
  }
  .header .menu-trigger span:last-of-type {
    font-size: 1.0rem;
    bottom: -10px;
  }
  .header .menu-trigger,
  .header .menu-trigger span {
    width: 40px;
  }
  .smp-opening {
    display: block;
    height: 30px;
  }
  .smp-opening br {
    display: none;
  }
  .smp-opening span {
    padding-left: 1em;
  }
  .breadcrumb {
    display: none;
  }
  /* フッタ */
  .footer-nav {
    padding-top: 40px;
  }
  .new {
    margin-left: 10px;
  }
  /* セカンド */
  .host-area .img-area {
    width: 40%;
    padding-bottom: 58%;
  }
  .host-area .text-area {
    width: 60%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
  }
  .contents {
    padding: 40px 0;
  }
  .contents-block {
    padding-bottom: 40px;
  }
  .contents-inner-block {
    padding-bottom: 30px;
  }
  /* ナビゲーション対応 */
  .menu {
    display: none;
  }
  .sidr {
    display: block;
  }
  #sidr ul {
    display: block;
  }
  .smpmenu {
    padding-top: 20px;
  }
  .smp-opening {
    height: 45px;
    font-size: 1.2rem;
  }
  .smp-opening br {
    display: block;
  }
  .smp-opening span {
    padding-left: 0;
  }
  /* フッタ */
  .footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .footer-right {
    display: none;
  }
  .footer-left {
    text-align: center;
  }
  address {
    text-align: left;
    width: 180px;
    margin: 20px auto;
  }
  .copyright {
    text-align: center;
  }
  /* タイトル */
  .home-title,
  .contents-title {
    font-size: 2.2rem;
  }
  .contents-title span {
    font-size: 2.0rem;
  }
  .home-title {
    margin-bottom: 20px;
  }
  .contents-title {
    margin-bottom: 30px;
  }
  .second-title {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .third-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /* ボタン */
  .btn-area {
    margin-top: 30px;
    flex-direction: column;
  }
  .btn-area.left {
    align-items: flex-start;
  }
  .btn-area > a:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
  /* イベント */
  .cat {
    font-size: 1.2rem;
  }
  /* セカンド */
  .host-wrap {
    margin-bottom: 15px;
  }
  .host-wrap:last-of-type {
    margin-bottom: 0;
  }
  .host-area {
    padding: 15px;
  }
  .host-detail {
    font-size: 1.4rem;
  }
  .host-title {
    font-size: 1.5rem;
  }
  .host-date,
  .host-detail {
    margin-bottom: 15px;
  }
  .host-date {
    font-size: 1.2rem;
  }
  .adobe-reader-area {
    flex-direction: column;
    padding: 10px;
  }
  .adobe-reader-area a {
    margin-bottom: 5px;
  }
  .adobe-reader-area p br {
    display: none
  }
  /* テーブル */
  .tbl-normal:not(.vertical),
  .tbl-normal:not(.vertical) tr,
  .tbl-normal:not(.vertical) th,
  .tbl-normal:not(.vertical) td,
  .event-detail-wrap table,
  .event-detail-wrap table tbody,
  .event-detail-wrap table tr,
  .event-detail-wrap table th,
  .event-detail-wrap table td {
    display: block;
    width: 100% !important;
  }
  .tbl-normal th,
  .event-detail-wrap table th{
    padding: 10px;
  }
  .tbl-normal td,
  .event-detail-wrap table td {
    padding: 10px;
  }

}