﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');


/* decoration.css
 * ********************************************************
 * 共通定義（サイトごとに変わる要素）
 * 10:header
 * 20:gnav
 * 30:quickSearch
 * 40:footer
 * 50:content
 * 60:sideNav
 * 70:title
 * 90:other
 * 00:event
 * 00:faciliy
 * 00:fGuide
 * 00:fMenu
 * 00:svSearchResult
 * 00:pr
 * 00:お問い合わせ窓口
 * 00:センチュリーホール座席案内
 * 00:【来場者／主催者】施設詳細　概要
 * ********************************************************
*/

/* -------------------------
  共通定義（サイトごとに変わる要素）
------------------------- */

.menuJump ,
.voiceArea{
  position: absolute;
  margin-left: -9999px;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0rem;
}

/* -------------------------
  10:header
------------------------- */

.header {
  width: 100%;
  padding-bottom: 130px;
  background: url(../img/bg-visitor-1.jpg) no-repeat center top / cover;

  @media screen and (max-width:750px) {
    position: sticky;
    inset: 0 0 auto;
    z-index: 100;
    height: auto;
    padding-bottom: 0;
    background: var(--clr-primary);
  }
}

.header_inner {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ebeef5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

  @media screen and (max-width:750px) {
    display: grid;
    grid-template-columns: 1fr 14vw;
    height: var(--header-height);
    background: none;
    border: none;
    box-shadow: none;
  }
}

.header_topAtea {
  display: flex;
  justify-content: space-between;
}

.header_logo{
  align-self: center;
  width: 228px;
  margin: auto 15px;

  @media screen and (max-width:750px) {
    width: 120px;
    margin: auto 10px;
  }

  .logo {
    padding-bottom: 4%;
  }

  .logo, img {
    display: block;
    width: 100%;
    transition: none;
  }
}

.header_nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 14px;

  @media screen and (max-width:750px) {
    display: none;
  }
}

.header_utility{
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-right: 4rem;

  .u-siteSearch {
    position: absolute;
    inset: auto 0 auto auto;
  }
}

.header_menu {
  margin-right: 0.5rem;
}

.hMenu {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  line-height: 1.25;

  li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 calc(1.5em + 1px) 0 1.5em;
  }

  li:last-child {
    padding-right: 0;
  }

  li:not(:last-child) {
    &::after {
      position: absolute;
      inset: auto 0 auto auto;
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 0.6em);
      background: #D4DCE0;
    }
  }

  a {
    color: inherit;
  }
}

.linkList-arrow {
  display: flex;
  gap: 10px;


  li {
    list-style: none;
  }
  a {
    font-size: 1.2rem;
    color: #3a414c;
    line-height: 1;
  }
  a:hover {
    color: #b33f3f;
    text-decoration: underline;
  }
  a:before {
    content: ' ';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background: url(../img/icon-arrow-right.png) no-repeat center / 100% auto;
  }
}

.categoryNav:after {
  content: '';
  display: block;
  clear: both;
}
.categoryNav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.categoryNav_visitor {
  display: inline-block;
  width: 110px;
  padding: 9px;
  background: #b32b2b;
  border: 1px solid #b32b2b;
  font-size: 1.4rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
  /* Windows用 */
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}
.categoryNav_visitor:hover {
  background: #d15858;
  text-decoration: none;
}
.categoryNav_organizer {
  display: inline-block;
  width: 110px;
  padding: 9px;
  background: #3e7bad;
  border: 1px solid #145c96;
  font-size: 1.4rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
  /* Windows用 */
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}
.categoryNav_organizer:hover {
  background: #51a0c6;
  text-decoration: none;
}

/* .utilityTool */

.utilityTool {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  letter-spacing: 0;
}

.utilityTool_head {
  margin-right: 0.3em;
  color: #7c8ba3;
  font-size: 1.1rem;
  line-height: 1;

  @media screen and (max-width:750px){
    color: #fff;
    font-size: 1.3rem;
  }
}

.u-colorChange {
  a {
    display: inline-block;
    height: 3rem;
    padding: 0.8rem;
    border: 1px solid #c0cacf;
    background: #fff;
    font-size: 1.2rem;
    color: #3a414c;
    line-height: 1;
    cursor: pointer;
    &:hover {
      border-color: #b33f3f;
    }
  }
  .u-colorChange_blue {
    border-color: #0000d9;
    background: #0000d9;
    color: #fff;
  }
  .u-colorChange_yellow {
    border-color: #ffff26;
    background: #ffff26;
    color: #000;
  }
  .u-colorChange_black {
    border-color: #000;
    background: #000;
    color: #fff;
  }
}

.u-fontSize_btn {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  height: 3rem;
  border: 1px solid #c0cacf;
  color: #3a414c;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;

  &:hover {
    border-color: #b33f3f;
  }

  > * {
    display: inline-block;
    text-align: center;
    padding-inline: 0.5em;
  }

  &::after {
    order: 2;
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1/2;
    background: url(../img/icon-fontsize.png) no-repeat center center / 100%;
  }
}

.u-fontSize_normal {
  order: 1;
  font-size: 13px;
}

.u-fontSize_big {
  order: 3;
  font-size: 16px;
}

.font-l .u-fontSize_btn {
  flex-direction: row-reverse;
}


.u-siteSearch {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border: 1px solid #c0cacf;
  background: #fff;
  transition: 0.2s;

  &:hover {
    border-color: #b33f3f;
  }

  @media screen and (max-width:750px){
    width: auto;
    height: auto;
  }

  form {
    /* float: right; */
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 3.5rem;

    color: #3a414c;
    font-size: 1.2rem;
    line-height: 1;
    background: #fff;

    &:hover {
      border-color: #b33f3f;
    }

    > * {
      letter-spacing: 0;
    }

    &::after {
      content:'';
      display:block;
      clear:both;
    }
  }
}

.u-siteSearch_inner {
  position: relative;
  width: 100%;
  text-align: left;

  &::after {
    content:"";
    display:block;
    clear:both;
  }
}

.u-siteSearch_btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #e6edf0 url(../img/icon-search.png) no-repeat center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
  text-indent: -999px;
}

.u-siteSearch_keywords {
  float: left;
  width: 75%;
  border: none!important;
  vertical-align: 4px;
  line-height: 1;
  font-size: 1.2rem;
  height: 3rem;
}

.u-siteSearch_submit {
  width: 24%;
  height: 1.8em;
  padding-bottom: 0.2em;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 3px;
  line-height: 1;
  border: none;
  border-radius: 99rem;
  background: #6f848f;
  cursor: pointer;

  &:hover {
    background: #8fa9b8;
  }

  @media screen and (max-width:750px) {
    width: auto;
    height: 2.5em;
    margin: 10px;
    padding-inline: 1em;
    background: #800000;
    border-radius: 2.5px;
    color: #fff;
  }
}

/* -------------------------
  20:gnav
------------------------- */

.gnavList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border-radius: 3px;
  margin: 0 auto;
  overflow: hidden;

  li {
    list-style: none;

    &:nth-child(odd):last-child {
      grid-column: 1 / -1;
    }
  }

  a {
    position: relative;
    display: grid;
    place-items: center;
    height: 6em;
    background: #800000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: center;
    transition: 0.2s;

    &::before {
      position: absolute;
      bottom: 7px;
      right: 6px;
      content: ' ';
      display: inline-block;
      width: 12px;
      height: 10px;
      background: url(../img/icon-arrow-right-white.png) no-repeat center / 100% auto;
    }
  }
}

/* -------------------------
  30:quickSearch
------------------------- */

.quickSearch {
  padding: 65px 0;
  background: url(../img/bg-quicksearch-1.jpg) no-repeat center top / cover;
}
.quickSearch_inner {
  padding: 7px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

/* -------------------------
  40:footer
------------------------- */

.footer {
  background: #ebedf1;
}

.footer_inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  padding: 25px 0 30px;
}

.footer_logo {
  .logo {
    display: inline-block;
    width: 205px;
  }
}

.footer_logo_address {
  margin-top: 0.5em;
}

.footer_logo_address span {
  display: block;
}

.footer_contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_contact_ttl {
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #b33f3f;
}

.footer_contact_item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}

.footer_contact_item .footer_title {
  width: 13em;
}

.footer_contact_inner {
  :where(*) {
    margin-top: 0.05em;
  }
}

.footer_contact_sub {
  margin-top: 1em;
}

.footer_title {
  display: grid;
  place-items: center;
  padding: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #fff;

  @media screen and (max-width:750px) {
    br {
      display: none;
    }
  }
}

.contactBox {
}

.contactBox + .contactBox {
  margin-top: 15px;
}

.contactBox_ttl {
  padding: 0 0 0.3em;
  font-weight: bold;
  border-bottom: 1px solid #a2a5aa;
}

.contactBox_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  font-size: 1.3rem;
}

.contactBox_item p strong {
  font-weight: bold;
  display: block;
}

.contactBox_item p span {
  display: block;
}

.contactBox_item p .contactBox_item_tel {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
}

.contactBox_item p .contactBox_item_tel::before {
  flex: none;
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(../img/icon-phone.png) no-repeat center bottom / contain;
}

.footer_bold {
  font-size: 1.3rem;
  font-weight: bold;
}

.footer_address {
  list-style: none;
  font-size: 1.3rem;
}

@media screen and (min-width:751px) {
  .footer_address br {
    display: none;
  }
}

.footer_number {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;

  @media screen and (max-width:750px) {
  }

  li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    &:before {
      content: ' ';
      display: inline-block;
      width: 18px;
      height: 15px;
      background: url(../img/icon-phone.png) no-repeat center bottom / contain;
    }

    a {
      color: #3a414c;
    }
  }

  .footer_number_fax {
    &::before {
      background-image: url(../img/icon-fax.png);
    }
  }

  .footer_number_email {
    &::before {
      background-image: url(../img/icon-email.png);
    }
  }
}

.spAccodionMenu {
  display: flex;
  flex-direction: column;
}

.spAccodionMenuTtl {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 0;
  background: #ccd1db;
  border: 1px solid #bec2cc;
  border-width: 1px 0 0;
  font-size: 1.2rem;
  color: #58626e;
  line-height: 1;
  text-align: center;
  cursor: pointer;

  &::before,
  &::after {
    content: "";
    position: absolute;
    display: block;
    inset-block: 0;
    margin-block: auto;
  }

  &::before {
    right: 10px;
    width: 19px;
    height: 19px;
    border: 1px solid #616d80;
    border-radius: 3px;
    line-height: 1;
  }

  &::after {
    top: 1px;
    right: 17px;
    width: 7px;
    height: 5px;
    background: #616d80;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }

  &.is-open::after {
    transform: rotate(180deg);
  }
}

.is-close + .spAccodionMenu_detail {
  display: none;
}

@media screen and (min-width:751px) {
  .spAccodionMenuTtl {
    display: none;
  }
}
@media screen and (max-width:750px) {
  .spAccodionMenu_detail {
    display: none;
  }
}


.footer_link {
  background: #cacfd7;

  ul {
    padding: 10px 0;
    list-style: none;
    text-align: center;
    letter-spacing: -0.5rem;
  }

  li {
    padding: 0 15px;
    display: inline-block;
    border-right: 1px solid #a2a5aa;
    line-height: 1;
    letter-spacing: 0;

    &:last-child {
      border-right: none;
    }
  }

  a {
    font-size: 1.2rem;
    color: #666;
    line-height: 1;

    &:hover {
      color: #b33f3f;
      text-decoration: underline;
    }
  }
}

.footer_copy {
  padding: 20px 0;
  background: #fff;
  font-size: 1.1rem;
  color: #666;
  text-align: center;
}

@media screen and (max-width:750px) {
  .spFooter {
    background: #f2f4f5;
  }

  .footer_inner {
    grid-template-columns: 1fr;
    padding: 0 var(--space-spSide) 30px;
  }

  .footer_logo {
    margin: 20px auto;
  }

  .footer_contact_item {
    grid-template-columns: 1fr;
  }

  .footer_contact_item .footer_title {
    width: 100%;
  }

  .footer_link {
    color: #fff;

    ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      padding: 0;
      background: #64666b;
    }

    li {
      padding: 0;
      border: none;
    }

    a {
      padding: 1em 0.8em;
      display: flex;
      align-items: baseline;
      gap: 0.8em;
      color: inherit;
      background: #72757a;
      text-align: start;

      &::before {
        flex: none;
        content: "";
        display: block;
        width: 4px;
        aspect-ratio: 1;
        border: 1px solid currentColor;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg) translate(-1px,-1px);
      }
    }
  }

  .footer_copy {
    border: 1px solid #bec2cc;
    border-width: 1px 0 0;
    color: #616d80;
    font-size: 1.0rem;
  }

}

/* -------------------------
  50:content
------------------------- */
.content article{
  padding-top: 40px;
}
.head-1{
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 2.0rem;
  letter-spacing: 3px;
}
.head-2{
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #b42d2d;
}
.head-pickup{
  padding: 10px 20px;
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
  background: #B33F3F;
}
.head-important{
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 2.0rem;
  letter-spacing: 3px;
  color: #E44B4B;
}
.head-important:before {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(../img/icon-important.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
  vertical-align: -4px;
}
.head-facility{
  margin-bottom: 15px;
  padding: 5px 0;
  border-bottom: 2px solid #ebf0f2;
  font-weight: normal;
  font-size: 3.0rem;
  letter-spacing: 3px;
}

/*--language support--*/
#language-en .l-countries article,
#language-none .l-countries article{
  padding-top: 0;
}



/* -------------------------
  60:sideNav
------------------------- */
.l-2col_side>*:not(:last-child){
  margin-bottom: 25px;
}
.sideNav {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.sideNav_title a {
  display: block;
  width: 100%;
  padding: 20px 12px;
  background: #b33f3f;
  border: 1px solid #b33f3f;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
}
.sideNav_title a:hover {
  background: #d15858;
  text-decoration: none;
}
.sideNav>.sideNav_list{
  margin: 10px 0 0;
}
.sideNav_list li {
  list-style: none;
}
.sideNav_list li a {
  position: relative;
  display: block;
  padding: 10px 24px 10px 12px;
  display: block;
  font-size: 1.2rem;
  border-bottom: 1px solid #ecf0f4;
}
.sideNav_list li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/icon-arrow3-right.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
}
.sideNav_list li a:hover {
  color: #b33f3f;
  text-decoration: underline;
}
.sideNav_list>li>ul>li>a {
  position: relative;
  padding-left: 29px;
}
.sideNav_list>li>ul>li>a:before {
position: absolute;
top: 14px;
left: 16px;
content: ' ';
display: inline-block;
width: 6px;
height: 5px;
border: 1px solid #ccc;
border-width: 0 0 1px 1px;
vertical-align: middle;
}



.sideNav_list_catlink{
  display: none;
}
.sideNav_list_title{
  display: none;
}
.sideNav-event{}
.sideNav-event_listhead{
  padding: 20px 0 12px;
  text-align: center;
  border-bottom: 1px solid #ecf0f4;
  font-size: 1.2rem;
}
.sideNav_list-event li>a{
  padding-top: 15px;
  padding-bottom: 15px;
}
.sideNav_list-event li>a:hover{
  text-decoration: none;
}
.sideNav_list-event li>a>*{
  display: block;
}
.sideNav_list-event li>a:hover>strong{
  text-decoration: underline;
  color: #b33f3f;
}
.sideNav_list-event li>a>*:first-child{
  margin-bottom: 5px;
  color: #3a414c;
}
.sideNav_list-event li>a>*:nth-child(2){
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.sideNav_list-event li>a>*:nth-child(3){
  margin-top: 5px;
  color: #3a414c;
  font-size: 1.1rem;
}

.sideNavBtn{
  text-align:center;
}

.sideNavBtn:hover{
  text-align:center;
    opacity: 0.7;
}


/* -------------------------
  70:title
------------------------- */

.pageTitle {
  padding: 27px 0;
  border: 7px solid #f2f4f5;

  h1 {
    position: relative;
    padding: 10px 30px;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15em;

    &::before {
      position: absolute;
      top: 0;
      left: -7px;
      content: ' ';
      display: block;
      width: 7px;
      height: 100%;
      background: #b42d2d;
    }

    .pageTitle_sub {
      font-size: 77%;
      letter-spacing: 0;
    }
  }
}
.pageTitle_subTitle {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.pageTitle-fixed {
  width: 1080px;
  margin: 0 auto;
}

.pageTitle-important {
  .pageTitle_subTitle {
    color: #E44B4B;
    margin-bottom: 5px;
  }

  .pageTitle_subTitle:before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../img/icon-important.png) no-repeat 0 0 / 100% auto;
    line-height: 1;
    vertical-align: -3px;
  }
}

@media screen and (max-width:750px) {
  .pageTitle {
    position: relative;
    z-index: 10;
    margin: 0 10px;
    padding: 18px 0;
    border-width: 6px;
    background: #fff;

    h1 {
      padding: 10px;
      font-size: 2.0rem;
      font-weight: 700;
      line-height: 1.2;
    }
  }

  .pageTitle_subTitle{
    margin-bottom: 3px;
  }

  .pageTitle-fixed{
    position: relative;
    z-index: 10;
    margin: 0 10px;
    padding: 18px 0;
    border-width: 6px;
    background: #fff;
    width: auto;
  }
}


/* -------------------------
  70:title
------------------------- */

.pageinfo{
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: right;
}
.pageinfo .icon-new{
  margin-right: 5px;
}
.pageinfo .newstag{
  width: 70px;
}
.pageinfo .datetext{
  margin-right: 5px;
}

.topicpath {
  font-size: 1.2rem;
  font-weight: normal;

  p {
    padding: 10px 0;
  }
  a {
    display: inline-block;
    color: #3a414c;
  }
  a:first-child {
    width: 10px;
    height: 10px;
    background: url(../img/icon-home.png) no-repeat center;
    text-indent: -9999px;
    overflow: hidden;
  }
  a:hover {
    text-decoration: underline;
  }
  span {
    margin: 0 5px;
    vertical-align: 2px;
  }
  strong {
    font-weight: normal;
  }

  @media screen and (max-width:750px) {
    display: none;
  }
}

/* -------------------------
  90:other
------------------------- */
.gmapWrap{
  width: 100%;
  height: 400px;
  border: none;
}
.btn-2{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #00b08d; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00b08d 50%, #00a383 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00b08d 50%,#00a383 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00b08d 50%,#00a383 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 3px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.btn-2:hover {
background: #33c0a4; /* Old browsers */
background: -moz-linear-gradient(-45deg, #33c0a4 50%, #33b59c 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #33c0a4 50%,#33b59c 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #33c0a4 50%,#33b59c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-decoration: none;
}
.btn-2:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/btn-2-arrow.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
}

/*news*/
.newsList {
  width: 100%;
  border-top: 1px solid #e4e6ec;

  li {
    list-style: none;
  }

  a {
    display: block;
  }
}

.newsItem a:hover .newsItem_text{
  color: #b33f3f;
  transition: 0.2s;
}

.newsItem_inner {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e4e6ec;
}

.newsItem_inner>* {
  display: table-cell;
  vertical-align: middle;
}
.newsItem_tag {
  width: 100px;
}
.newsItem_main{
  padding: 20px 10px 20px 24px;
}
.newsItem_main>:first-child{
  margin-left: 10px;
}
.newsItem_date {
  font-size: 1.3rem;
  color: #3a414c;
}
.icon-new+.newsItem_date {
  margin-left: 5px;
}
.newsItem_text{
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: 1.3rem;
  font-weight: normal;
}
a .newsItem_text{
  text-decoration: underline;
}
a .newsItem_text:before {
  position: absolute;
  top: 0.65rem;
  left: 0;
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../img/icon-arrow2-right-visitor.png) no-repeat center / 100% auto;
}
.content-organizerHome a .newsItem_text:before {
  background-image: url(../img/icon-arrow2-right-organizer.png);
}

.icon-new{
  display: inline-block;
  padding: 2px;
  border: 1px solid #d0d9e3;
  font-size: 0.9rem;
  color: #3a414c;
  line-height: 1;
}

.newstag{
  display: inline-block;
  width: 100%;
  padding: 5px;
  background: #6b778c;
  border-radius: 3px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  text-align: center;

  &:where(.newstag-visitor) {
    background: var(--clr-visitor);
  }
  &:where(.newstag-organizer) {
    background: var(--clr-organizer);
  }
}

.newstag-important{
  display: inline-block;
  width: 100%;
  padding: 5px;
  background: #e44b4b;
  border-radius: 3px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.datetext{
  font-size: 1.3rem;
}

/* -------------------------
  00:faciliy
------------------------- */
.sec-facility{
  margin-bottom: 45px;
}
.wae-section-block .facility,
.facility{
  list-style: none;
  display: block;
}
.wae-section-block .facility{
  margin-left: 0;
}
.facility:after {
  content:'';
  display:block;
  clear:both;
}
.facility>*{
  float: left;
  width: 50%;
  padding: 16px 0 0;
}
.wae-section-block .facility>*{
  margin-bottom: 0;
}
.facility>*:nth-child(1),
.facility>*:nth-child(2){
  padding-top: 0;
}
.facility>*:nth-child(odd){
  padding-right: 8px;
}
.facility>*:nth-child(even){
  padding-left: 8px;
}
.facilityBtn{
  border: 1px solid #cccccc;
  background: #1d1d1d;

  @media screen and (hover: hover) {
    &:hover,
    &.is-hover{
      background: #912525;
      transition: 0.2s;
    }
  }
}
.facilityBtn a{
  position: relative;
  display: block;
  color: #fff;
}
.facilityBtn a:before {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 1;
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../img/icon-arrow-right-white.png) no-repeat center / 100% auto;
  transform: rotate(45deg);
}
.facilityBtn_img {
  position: relative;
    width: 100%;
    height: 11rem;
    overflow: hidden;
}
.facilityBtn_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.facilityBtn:hover .facilityBtn_img img ,
.facilityBtn.is-hover .facilityBtn_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.facilityBtn figcaption>dl{
  display: table;
  width: 100%;
}
.facilityBtn figcaption>dl>*{
  display: table-cell;
  vertical-align: bottom;
}
.font-l .facilityBtn figcaption>dl>*{
  height: 5.5rem;
}
.facilityBtn_title{
  padding: 9px 8px;
  background: #343434;
  font-size: 1.7rem;
  line-height: 1.2;
}
.facilityBtn:hover .facilityBtn_title,
.facilityBtn.is-hover .facilityBtn_title{
  background: #b42c2c;
  transition: 0.2s;
}
.facilityBtn_title span{
  font-size: 1.2rem;
}
.facilityBtn_text{
  width: 15.5rem;
  width: 43%;
  max-width: 190px;
  padding: 5px 8px;
  font-size: 1.7rem;
  line-height: 1;
}
.facilityBtn_text:after{
  content:'';
  display:block;
  clear:both;
}
.facilityBtn_text strong{
  white-space: nowrap;
  float: left;
  display: block;
  width: 5.5rem;
  font-weight: normal;
  font-size: 1.2rem;
}
.facilityBtn_text strong:after{
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 1.1rem;
  margin-left: 7px;
  background: #474747;
  vertical-align: -1px;
}
.facilityBtn:hover .facilityBtn_text strong:after,
.facilityBtn.is-hover .facilityBtn_text strong:after{
  background: #984d4d;
}
.facilityBtn_text strong>span{
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}
.facilityBtn_text strong>span>span{
  font-size: 1.6rem;
  vertical-align: 3px;
}
.facilityBtn_text >span {
  display: block;
  float: left;
  padding: 1.2rem 0 0 7px;
}
.facilityBtn_text >span:after {
  content:'';
  display:block;
  clear:both;
}
.facilityBtn_text >span>span{
  float: left;
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
.facilityBtn_text >span>span:first-child:first-letter,
.facilityBtn_text >span>span:last-child:first-letter{
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  padding-right:2px;
}
.facilityBtn_text >span>span:nth-child(2){
  padding: 10px 5px 0;
}
.facilityBtn-6 .facilityBtn_title{
  letter-spacing: 0;
}
.facilityBtn-6 .facilityBtn_text{
  width: 13.5rem;
}
.facilityBtn-6 .facilityBtn_text strong>span{
  margin-right: 5px;
  letter-spacing: -3px;
}
@-moz-document url-prefix() {
  .facilityBtn-6 .facilityBtn_text strong>span{
    margin-right: 3px;
    letter-spacing: -1px;
  }
}
.facilityBtn-6 .facilityBtn_text strong:after{
  content: none;
}

/*facility-capa*/
.wae-section-block .facility-capa{
  margin-left: 0;
}
.wae-section-block .facility-capa li{
  margin-bottom:0
}

.facility.facility-capa>*{
  width: 356px;
  margin-right: 6px;
  padding: 0;
}
.facility.facility-capa>*:nth-child(3n){
  margin-right: 0;
}
.facility.facility-capa>*:nth-child(n+4){
  margin-top: 6px;
}
.facility-capa .facilityBtn figure {
  position: relative;
}
.facility-capa .facilityBtn_img {
  width: 50%;
  height: -9rem;
  overflow: hidden;
}
.facility-capa .facilityBtn_img img{
  height: 100%;
}
.facility-capa .facilityBtn figcaption>dl{
  display: block;
  width: 100%;
}
.facility-capa .facilityBtn figcaption>dl>*{
  display: block;
}
.facility-capa .facilityBtn_title{
  width: 100%;
  padding:10px 12px;
  font-size: 1.6rem;
}
.facility-capa .facilityBtn_text{
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  width: 50%;
  padding: 0 14px;
}
.facility-capa .facilityBtn_text dl{
  display: table-cell;
  height: 11rem;
  vertical-align: middle;
}
.facility-capa .facilityBtn_text dt{
  margin-bottom: 4px;
  font-size: 1.3rem;
}
.facility-capa .facilityBtn_text dd{
  margin-bottom: 8px;
  font-size: 1.9rem;
}
.facility-capa .facilityBtn_text dd:last-child{
  margin-bottom: 2px;
}
.facility-capa .facilityBtn_text dd span{
  font-size: 1.1rem;
}
/*facility-3col*/
.facility-3col .facility>*{
  width: 33.3%;
  padding: 16px 8px 0;
}
.facility-3col .facility>*:nth-child(1),
.facility-3col .facility>*:nth-child(2),
.facility-3col .facility>*:nth-child(3){
  padding-top: 0;
}
.facility-3col .facility>*:nth-child(3n+1){
  padding-left: 0;
}
.facility-3col .facility>*:nth-child(3n){
  padding-right: 0;
}

.btnarea{
  display: block;
  margin: 30px 0 60px;
  text-align: center;
}
.btnarea p{
text-align: center;
}
.btn-pageback {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 13px;
  border:1px solid #b33f3f;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #b33f3f;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.btn-pageback:hover {
  text-decoration: none;
  background: #b33f3f;
  color: #fff;
}
.btn-pageback:before{
  margin: 0 5px 0 0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b33f3f;
  border-right: 2px solid #b33f3f;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.btn-pageback:hover:before{
  border-color: #fff;
}

.btnarea .btn-pageback{
  width: 200px;
}
.btn-pdf{
  display: inline-block;
  width: 100%;
  padding: 10px;
  border:1px solid #b33f3f;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #b33f3f;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.btn-pdf:before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 5px;
  background: url(../img/icon-pdf.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
  vertical-align: -2px;
}
.btn-pdf:hover {
  text-decoration: none;
  background: #b33f3f;
  color: #fff;
}
.btn-pdf:hover:before {
  background-image: url(../img/icon-pdf-hover.png);
}
.btn-floormap{
  display: inline-block;
  width: 100%;
  padding: 10px;
  border:1px solid #b33f3f;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #b33f3f;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.btn-floormap:before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 5px;
  background: url(../img/icon-pdf.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
  vertical-align: -2px;
}
.btn-floormap:hover {
  text-decoration: none;
  background: #b33f3f;
  color: #fff;
}
.btn-floormap:hover:before {
  background-image: url(../img/icon-pdf-hover.png);
}

/* -------------------------
  00:fGuide
------------------------- */
.fGuide{
  margin: 12px 0 0;
}
.fGuide:after {
  content: '';
  display: block;
  clear: both;
}
.fGuide>*:nth-child(1){
  float: left;
  width: 770px;
}
.fGuide>*:nth-child(2){
  float: right;
  width: 280px;
}
.fGuide>*:nth-child(2) p{
  margin-bottom: 10px;
}

/* -------------------------
  00:fMenu
------------------------- */
.fMenu{
  list-style: none;
}
.fMenu>li{
  display: table;
  width: 100%;
}
.fMenu>li:nth-child(1){
  margin-bottom: 2px;
}
.fMenu>li>*{
  display: table-cell;
  vertical-align:middle;
}
.fMenu>li>p {
  width: 70px;
  padding-right:10px;
  font-size:1.1rem;
  text-align: right;
  vertical-align: middle;
  letter-spacing: 2px;
}
.fMenu>li>ul {
  list-style: none;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: -0.5rem;
}
.fMenu>li>ul>li:after {
  content:'';
  display:block;
  clear:both;
}
.fMenu_item {
  float: left;
  display: block;
  width: 98px;
  padding-right: 2px;
  letter-spacing: 2px;
}
.fMenu_item:last-child {
  padding-right: 0;
}
.fMenu>li:nth-child(2) .fMenu_item {
  width: 70px;
}
.fMenu_item a {
  display: block;
  width: 100%;
  padding: 6px 5px 8px;
  background: #fff;
  border: 1px solid #829199;
  font-size: 1.2rem;
  color: #3a414c;
  text-align: center;
  cursor: pointer;
  line-height:1;
}
.fMenu_item a:hover {
  text-decoration: none;
  background: #829199;
  color: #fff;
}
.fMenu_item.is-on a{
  border-color: #b42d2d;
  background:#b42d2d;
  color: #fff;
}
.fMenu_item span{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  vertical-align: -1px;
}
.fMenu_item:last-child a{
  padding: 11px 5px;
  font-size: 1.4rem;
  font-weight: 600;
  vertical-align: -1px;
}

#language-en .fMenu>li>p {
  font-size:1.2rem;
}

/* -------------------------
  pr
------------------------- */
.pr{
  width: 100%;
  background: #f7f9fa;
  border: 1px solid #dfe8f2;
  border-width: 1px 0;
}
.slider-pr{
  list-style: none;
  width: 880px;
  margin: 0 auto;
  text-align:center;
}
.slider-pr>li{
  display: inline-block;
}
.slider-pr a{
  display: table-cell;
  width: 176px;
  height: 100px;
  padding: 0 5px;
  vertical-align: middle;
}
.slider-pr a img{
  width: auto;
  height: auto;
}
.slider-pr .slick-arrow{
  background:none;
  width: 22px;
}
.slider-pr .slick-arrow:before{
width: 11px;
height: 11px;
margin-top: -7px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slider-pr .slick-prev{
  left:-40px;
}
.slider-pr .slick-prev:before{
  border-top: none;
  border-left: 4px solid #8ea2ad;
  border-bottom:  4px solid #8ea2ad;
  border-right: none;
}
.slider-pr .slick-next{
    right:-40px;
}
.slider-pr .slick-next:before{
  left: auto;
  right: 7px;
  border-top: 4px solid #8ea2ad;
  border-right: 4px solid #8ea2ad;
  border-bottom: none;
  border-left: none;
}

.slider-pr .slick-prev:hover:before,
.slider-pr .slick-next:hover:before{
  border-color: #b33f3f;
}

/* -------------------------
  お問い合わせ窓口
------------------------- */
.sec-topRec{
  padding: 20px 30px;
  border: 5px solid #f8f9fb;
  text-align: center;
}
.l-2col_side .sec-topRec{
  padding-left: 15px;
  padding-right: 15px;
}
.head-reception,
.wae-section-block .head-reception{
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color:#145c96;
  border-bottom: 1px solid #f3f3f3;
}
.sec-topRec_text p,
.wae-section-block .sec-topRec_text p{
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.recPhone{
  max-width: 27rem;
  margin: 0 auto 18px;
  letter-spacing: -0.5rem;
}
.recPhone dt{
  display: inline-block;
  width: 25%;
  padding-right: 8px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align:right;
  vertical-align: 4px;
  letter-spacing: 2px;
}
.recPhone dd{
  display: inline-block;
  width: 75%;
  font-size: 2.4rem;
  font-weight: bold;
  color:#145c96;
  letter-spacing: 2px;
  text-align: left;
}
.recPhone dd a{
  color:#145c96;
}
.sec-topRec_text .sec-topRec_btn{
  font-size: 1.2rem;
}
.sec-topRec_text .sec-topRec_btn .btn-2{
  margin-top: 4px;
  font-size: 1.2rem;
}
.sec-topRec_text .sec-topRec_btn .btn-2[target^='_blank']:after{
  background-image:url(../img/wae/icon-window2.svg);
}

.btn-3{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #e2e8ec;
  border: 1px solid #e2e8ec;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #3a414c;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.btn-3:hover {
background: #fff;
}
.btn-3:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/icon-arrow2-right-organizer.png) no-repeat 0 0 / 100% auto;
  line-height: 1;
}
.recWrap .recPhone{
  max-width: 100%;
}
.recWrap .recPhone dt{
  width: auto;
}
.recWrap .recPhone dd{
  width: auto;
  font-size: 2.6rem;
}
.recWrap .recPhone dd:not(:last-child){
  margin-right: 25px;
}
.recWrap .sec-topRec_btn{
  display: inline-block;
  width: 300px;
  margin: 0 5px;
}
.l-2col_side .sec-topRec{
  padding-left: 15px;
  padding-right: 15px;
}
.l-2col_side .recPhone dt{
  display: block;
  width: 100%;
  text-align:center;
  padding-right: 0;
}
.l-2col_side .recPhone dt:not(:first-child){
  margin-top: 10px;
}
.l-2col_side .recPhone dd{
  display: block;
  width: 100%;
  text-align:center;
}
.font-l .recPhone dt{
  width: 100%;
  padding-right: 0;
  text-align:center;
}
.font-l .recPhone dd{
  width: 100%;
  text-align: center;
}

/* -------------------------
  【来場者／主催者】施設詳細　概要
------------------------- */
.fSummary{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px;
  background:#F7F9FA;
  background:#eee;
}

.fSummary_item{
  display: table;
}

.fSummary_item-number{
  width: 100%;
}

.fSummary_item-area{
  width: calc(45% - 6px);
}

.fSummary_item-use{
  width: 55%;
}


.fSummary_item>*{
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}
.fSummary_item-number>*{
  padding: 10px 15px;
}
.fSummary_title{
  width: 140px;
  background:#B33F3F;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 3px;
}

.fSummary_body {
  background:#fff;
  font-size: 1.3rem;
  .deco-nam{
    vertical-align: -2px;
    margin: 0 3px;
  }
}

.fSummary_item-number .fSummary_body{
  padding-left: 30px;
}
.fSummary_item-number .fSummary_body p{
  display: inline-block;
  margin-right: 15px;
}

.fSummary_subtext{
  display: inline-block;
  margin-left: 10px;
}
.fSummary_subtext .deco-nam{
  font-size: 2.0rem;
}
.fSummary_body_title{
  display: inline-block;
  width: 9rem;
  text-align: right;
}

@media screen and (max-width:750px) {
  .fSummary {
    flex-direction: column;
    gap: 12px;
  }

  .fSummary_item-area,
  .fSummary_item-use {
    width: 100%;
  }

  .fSummary_item>*{
    display: block;
    padding: 5px;
  }
  .fSummary_title{
    width: 100%;
    font-size: 1.3rem;
  }
  .fSummary_item-number .fSummary_body{
    padding-left: 5px;
  }

  .fSummary_subtext{
    display: block;
    margin: 10px 0 0;
  }
  .fSummary_subtext .deco-nam{
    font-size: 1.4rem;
  }
  .fSummary_body_title{
    width: auto;
  }
}



@media screen and (max-width:750px) {

/* -------------------------
  10:header
------------------------- */

.categoryNav {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  overflow: hidden;
}
.categoryNav li {
  width: 50%;
  margin-right: 0;
}
.categoryNav_visitor {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: 0 1px 0 0;
}
.categoryNav_organizer {
  width: 100%;
  border-width: 0;
}
.categoryNav_organizer:hover {
  background: #51a0c6;
  text-decoration: none;
}

/* -------------------------
  20:gnav
------------------------- */
.spGnav {
  position: fixed;
  top: -100vh;
  z-index: 20;
  height: 100vh;
  width: 100%;
  padding-top: 55px;
  background: #a32a2a;
  transition: 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
}

.spGnav.is-open {
  top: 0;
}
.spGnav_inner {
  position: relative;
  padding: 20px 27px;

  .gnav {
    width: 92%;
    margin-bottom: 20px;
    margin-inline: auto;
  }
}
.spGnav_linkList{
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 92%;
  margin-bottom: 20px;
  margin-inline: auto;

  li {
    list-style: none;
  }

  a {
    display: block;
    padding: 0.4em 0;
    font-size: 1.5rem;
    color: #fff;

    &:before {
      content: ' ';
      display: inline-block;
      width: 5px;
      height: 8px;
      margin-right: 0.5em;
      background: url(../img/icon-arrow-right-spfooter.png) no-repeat center / 100% auto;
      vertical-align: 0.15em;
    }
  }
}

.spGnav_formbtn{
  margin-bottom: 35px;
}

.spGnav_box{
  margin-bottom: var(--space-spVertical);
  padding: 25px 0;
  border-style: solid;
  border-color: #800000;
  border-width: 1px 0;
}

/* -------------------------
  30:quickSearch
------------------------- */

/*.u-siteSearch*/

.u-siteSearch {
  border: none;
  background: none;

  form {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0;
  }
}

.u-siteSearch_btn {
  display: none;
}

.u-siteSearch_keywords {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  padding: 0.8em;
}

/* -------------------------
  50:content
------------------------- */
.content {
  padding-top: 20px;
  background: url(../img/bg-visitor-1.jpg) no-repeat center top / cover;
}
.content article {
  margin-top: -45px;
  padding-top: 20px;
  border-top: 60px solid #f7f9fa;
  background: #fff;
}
.l-2col .content article section{
  padding: 0 10px;
}
.content article .l-sec-sidespace{
  padding:  0 10px;
}
.head-1{
  margin-left: 10px;
}
.head-2{
  margin-left: 10px;
}
.l-sec-sidespace .head-2{
  margin-left: 0;
}
.head-pickup{
  padding: 8px 10px;
}

/* -------------------------
  60:sideNav
------------------------- */
.sideNav {
  margin: 0 10px;
}
.sideNav_title a {
  position: relative;
  padding: 17px 10px;
}
.sideNav_title a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.sideNav_title a:before {
  position: absolute;
  top: 50%;
  right: 18px;
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
}
.sideNav_title.is-open a:before {
  margin-top: -2px;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent #fff transparent;
}
.sideNav_list_catlink{
  display: block;
}
.sideNav_list_title{
  display: block;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ecf0f4;
}
.sideNav_list-event li>a>*:nth-child(3){
  display: none;
}
.sideNav-event_listhead{
  display: none;
}

/* -------------------------
70:title
------------------------- */

.pageinfo{
  margin-bottom: 15px;
  padding: 0 10px;
}

/* -------------------------
  90:other
------------------------- */

.btn-close {
  display: block;
  width: 80%;
  margin: var(--space-spVertical) auto 0;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 99rem;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;

  &:before {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-right: 5px;
    background: url(../img/icon-close.png) no-repeat 0 0 / 100% auto;
    line-height: 1;
  }
}

.btn-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  padding: 10px 0 6px;
  text-align: center;
}

.btn-menu_trigger, .btn-menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.btn-menu_trigger {
  position: relative;
  width: 20px;
  height: 18px;
  cursor: pointer;
}
.btn-menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.btn-menu_trigger span:nth-of-type(1) {
  top: 0;
}
.btn-menu_trigger span:nth-of-type(2) {
  top: 8px;
}
.btn-menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu_trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.btn-menu_trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.btn-menu_trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.btn-menu_text {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.btn-menu_text:before {
  content: 'メニュー'
}
.is-active+.btn-menu_text:before {
  content: 'とじる'
}

/*トップに戻る*/
.pagetop{
  position: relative;
  display: inline-block;
  padding: 9px 10px 9px 26px;
  color: #fff;
  font-size: 1.1rem;
  background: rgba(0,0,0,0.8);
  line-height: 1;
  border-radius: 3px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.pagetop:before,
.pagetop:after{
  content: ' ';
  display: block;
  position: absolute;
}
.pagetop:before{
  top: 10px;
  left: 13px;
  width: 10px;
  height: 1px;
  background: #fff;
}
.pagetop:after{
  top: 9px;
  left: 14px;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-bottom: 6px solid #fff;
}

/*news*/
.newsItem {
  background: url(../img/icon-arrow3-right.png) no-repeat center right / 7px 12px;
}
.newsItem_inner{
  position: relative;
}
.newsItem_inner:after{
  position: absolute;
  top: -1px;
  left: 0;
  content: ' ';
  display: block;
  width: 80px;
  height: 1px;
  background: #b42d2d;
}
.newsItem_tag {
  width: 60px;
}
.newsItem_main{
  padding: 15px 15px;
}
.newsItem_main>:first-child{
  margin-left: 0;
}

.newsItem_date {
  padding-left: 0;
 font-size:1.2rem;
}
.newsItem_text{
  padding-left: 0;
  font-size: 1.6rem;
}
a .newsItem_text:before {
  content: none;
}

/* -------------------------
  00:faciliy
------------------------- */
.sec-facility{
  margin-bottom: 20px;
}
.facility>*{
  float: none;
  width: 100%;
  padding: 8px 0 0;
}
.facility>*:nth-child(2){
  padding-top: 8px;
}
.facility>*:nth-child(odd){
  padding-right: 0;
}
.facility>*:nth-child(even){
  padding-left: 0;
}
.facilityBtn{
  float: none;
}
.facilityBtn figure{
  display: table;
  width: 100%;
}
.facilityBtn_img {
  display: table-cell;
  width: 110px;
  height: 55px;
}
.facilityBtn_img img {
  max-width: initial;
  height: 100%;
  left: 50%;
  margin-left: -95px
}
.facilityBtn figcaption{
  display: table-cell;
}
.facilityBtn figcaption dl{
  display: block;
}
.facilityBtn figcaption dl>*{
  display: block;
  }
.facilityBtn_title{
  width: 100%;
  padding: 15px 8px;
  font-size: 1.6rem;
}
.facilityBtn_text{
  width: 100%;
}
.facilityBtn-6 .facilityBtn_title{
  width: 100%;
}
.btnarea{
  margin: 0;
  padding: 15px 0 30px;
}
.facility.facility-capa>*{
  width: 100%;
  margin-right: 0;
}
.facility.facility-capa>*:nth-child(n+2){
  margin-top: 6px;
}
.facility-capa .facilityBtn_img {
  width: 110px;
  height:110px;
  vertical-align:top;
}
.facility-capa .facilityBtn_img img{
  margin-left: -110px;
}
.facility-capa .facilityBtn figcaption>dl{
  display: block;
  width: 100%;
}
.facility-capa .facilityBtn_title{
  width: 100%;
  padding: 10px 0 10px 8px;
  font-size:1.4rem;
}
.facility-capa .facilityBtn_text{
  position: relative;
  width: 100%;
  padding: 0 14px;
}
.facility-capa .facilityBtn_text dl{
  width:100%;
  height:70px;
}
.facility-capa .facilityBtn_text dt{
  float: left;
  display: block;
  width: 20%;
  margin: 3px 0 0;
  padding: 0;
  border-right:1px solid #4e4e4e;
  line-height: 1;
}
.facility-capa .facilityBtn_text dd{
  float: left;
  width: 80%;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
}
.facility-capa .facilityBtn_text dd:last-child{
  margin-bottom: 0;
}

.facility-3col .facility>*{
  width: 100%;
  padding: 0;
}
.facility-3col .facility>*:nth-child(n+2){
  padding-top: 8px;
}

/* -------------------------
  00:fGuide
------------------------- */
.fGuide{
  padding: 0;
}
.fGuide>*:nth-child(1){
  float: none;
  width: 100%;
  margin-bottom:15px;
}
.fGuide>*:nth-child(2){
  float: none;
  width: 100%;
}

/* -------------------------
  00:fMenu
------------------------- */
.fMenu > li > ul{
   padding-right: 10px;
}
.fMenu>li:nth-child(1){
  margin-bottom: 10px;
}
.fMenu>li>p {
  width: 50px;
  padding-right: 5px;
  letter-spacing: 1px;
}
.fMenu_item {
  width: 25%;
  padding:0 1px 2px;
  letter-spacing: 1px;
}
.fMenu_item:last-child {
  width: 100%;
  padding: 0 1px;
}
.fMenu>li:nth-child(2) .fMenu_item {
  width: 33.3%;
}
.fMenu>li:nth-child(2) .fMenu_item:last-child {
  width: 100%;
}
.fMenu_item a{
  padding: 5px;
}

/* -------------------------
  pr
------------------------- */
.slider-pr{
  width: 100%;
}
.slider-pr a{
  width: auto;
  padding: 0 3px;
}

/* -------------------------
  お問い合わせ窓口
------------------------- */
.sec-topRec{
  padding:35px 20px 40px 20px;
  border: none;
  background: #f8f9fb;
}
.head-reception{
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-size: 2.3rem;
  font-weight: bold;
  border-bottom: none;
}
.sec-topRec_text{
  padding: 20px;
  background: #fff;
}
.recWrap .recPhone dt{
  width: 25%;
}
.recWrap .recPhone dd{
  width: 75%;
  font-size: 2.4rem;
}
.recWrap .recPhone dd:not(:last-child){
  margin-right: 0px;
}
.recWrap .sec-topRec_btn{
  width: 100%;
  margin: 0 auto;
}
.l-2col_side .recPhone dt{
  display: inline-block;
  width: 25%;
  text-align:right;
  padding-right: 8px;
}
.l-2col_side .recPhone dt:not(:first-child){
  margin-top: 0;
}
.l-2col_side .recPhone dd{
  display: inline-block;
  width: 75%;
  text-align:left;
}
}