@charset "UTF-8";
html, body {
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  font-family: "a-otf-ud-reimin-pr6n", "ro-nikkatsu-sei-kai-std",sans-serif;
  font-weight: 300;
  font-style: normal; }

li{
    list-style: none;
}

a {
  text-decoration: none;
  transition: .3s;
}
  a:hover {
    opacity: 0.7;
}

.l-header {
  height: 80px;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  opacity: 0.9;
  position: fixed;
}

.l-footer {
  background-color: #f5f3ee;
  padding-top: 50px; }

.l-section-bg--01 {
  width: 100%;
  background-color: #f3f2ed;
  padding-top: 46px;
  padding-bottom: 58px; }

.l-section-bg--02 {
  width: 100%;
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 58px; }

.c-img {
  width: 100%;
  height: auto;
}
  .c-img-outer {
    line-height: 0; }

.c-section-title {
  font-size: 34px;
  text-align: center;
  line-height: 1;
  margin-bottom: 38px;
}

  .c-section-title__en {
    font-size: 16px;
}
  .c-section-title__icon {
    margin: 0 auto 12px;
    width: auto;
    height: 30px;
}
  .c-section-title--white {
    color: #fff;
    font-size: 34px;
    text-align: center;
}

    .con-title{
        font-size: 32px;
    }


.c-card01 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  padding-bottom: 0 10px 32px;
}
  .c-card01__wrapper {
    overflow: visible !important;
}
  .c-card01__list {
    flex-wrap: nowrap;
    margin-bottom: 56px;
}
  .c-card01__top p img {
    width: 380px;
    height: 254px;
    object-fit: cover;
    display: block;
}
  .c-card01__period {
    background: #64635e;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
  .c-card01__body {
    padding: 18px;
    background: #fff;
}
    .c-card01__body a {
      text-align: center;
      color: #000;
  }
  .c-card01__tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
    .c-card01__tag span {
      padding: 0 10px;
      background-color: #c3bda4;
      color: #fff;
      margin: 0 10px 10px 0 ;
      font-size: 14px;
  }
  .c-card01__title {
    font-weight: 400;
}
  .c-card01__content {
    margin-bottom: 24px;
}
  .c-card01__link {
    color: #000;
    position: relative;
    display: block;
    margin: 0 auto;
}
    .c-card01__link::after {
      content: '';
      background-size: cover;
      background-image: url("../img/arrow.png");
      width: 21px;
      height: 15px;
      margin-left: 10px;
      position: absolute;
      top: 10%;
  }
  .c-card01__btn {
    margin-bottom: 48px;
    margin-top: 56px;
}
  .c-card01__pagination {
    bottom: -35px !important;
}

.c-card02 {
  border-radius: 25px;
  position: relative;
  width: calc(25% - 10px);
  overflow: hidden;
  margin-bottom: 10px;
}

  .c-card02 a {
    width: 100%;
    height: 100%;
    display: block; }
    .c-card02 a img {
      position: relative;
      display: block;
      height: 100%;
  }
  .c-card02__layer {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .c-card02__title {
    text-align: center;
    color: #fff;
}
    .c-card02__title h3 {
      font-size: 24px;
   }
  .c-card02__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.p-header__left{
    position: relative;
    top:6px;
}

  @media screen and (max-width: 576px) {
    .c-card02 h3 {
      font-size: 16px;
      }
  }
.c-card03 {
  width: calc(100% / 3 - 15px);
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  margin-bottom: 10px;
}
  .c-card03__list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 58px;
    box-sizing: border-box;
}

  .c-card03__left {
    width: 35%;
 }
    .c-card03__left img {
      display: block;
  }
  .c-card03__right {
    text-align: center;
    box-sizing: border-box;
    margin: auto;
 }
    .c-card03__right > p {
      margin-bottom: 10px;
   }
    .c-card03__right > a {
      color: #000;
   }

.c-card04 {
  padding-right: 28px;
  padding-left: 28px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-right: 1px solid #ccccca;
  line-height: 2;
  width: 90vw;
}

  .c-card04 a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
}
  .c-card04:first-child {
    border-left: 1px solid #ccccca;
}
  .c-card04__list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 58px;
}

  .c-card04__img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .c-card04__img::after {
      position: absolute;
      border-radius: 50%;
      background: #323231;
      content: 'NEW';
      color: #fff;
      top: 5%;
      right: 5%;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
  }
  .c-card04__txt {
    padding: 10px 22px;
}

.c-btn01 {
  width: 380px;
  height: 68px;
  background: #323231;
  color: #fff;
  border: none;
  border-radius: 35px;
  font-size: 19px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 68px;
}

.c-btn02 {
  width: 100%;
  height: 86px;
  line-height: 86px;
  background: #fff;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #323231;
  text-align: center;
  margin-bottom: 10px;
  font-size: 23px;
}

  .c-btn02::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg) translateY(-50%);
}

    @media screen and (max-width: 350px) {
      .c-btn02::after {
        right: 10px;
    }
    }

.c-arrow-up {
  background-color: rgba(0, 0, 0, 0.5);
  width: 62px;
  height: 62px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: block;
  margin-left: auto;
}
  .c-arrow-up::before {
    content: '';
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 13px;
    height: 13px;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}

.p-header__inner {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  height: 80px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .p-header__inner {
      padding-left: 10px;
      padding-right: 10px;
    }
}

.p-header__logo {
  font-family: "a-otf-ud-reimin-pr6n","ro-nikkatsu-sei-kai-std",sans-serif;
  font-size: 24px;
}
.p-header__logo-en{
    font-size:14px;
}

@media screen and (max-height: 700px) {
    .p-header__logo {
        font-size: 18px;
        font-family: "a-otf-ud-reimin-pr6n", "ro-nikkatsu-sei-kai-std",sans-serif;
    }
    .p-header__left .p-header__logo--en {
        font-size: 18px;
    }
    .p-header__inner {
        height: 70px;
    }
}

.p-header__right {
    align-items: center;
    justify-content: end;
    position: relative;
}

.p-header__tel {
    position: relative;
    text-align: left;
    margin-right: 70px;
}
.p-header__tel::before {
    content: '';
    background-image: url("../img/tel_icon.svg");
    background-size: contain;
    position: absolute;
    width: 18px;
    left: -20px;
    height: 30px;
    top: 30%;
    display: inline-block;
    background-repeat: no-repeat;
}

.p-header__tel-num {
  font-size: 25px;
  margin-left: 10px;
  color: #000;
}

.p-header__tel-time {
  font-size: 0.8em;
}

.p-header__menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
  .p-header__menu-btn span,
  .p-header__menu-btn span:before,
  .p-header__menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    border-radius: 3px;
    background-color: #c0c0be;
    position: absolute;
    transition: transform 0.3s;
}
  .p-header__menu-btn span {
    width: 46px;
}
  .p-header__menu-btn span:before {
    bottom: 15px;
    width: 46px;
}
  .p-header__menu-btn span:after {
    top: 15px;
    width: 34px;
}
  .p-header__menu-btn--close {
    visibility: hidden;
    position: absolute;
    top: -3px;
    font-size: 12px;
    z-index: 100;
}

#menu-btn-check:checked ~ .p-header__menu-btn .p-header__menu-btn--close {
  visibility: visible;
}

#menu-btn-check:checked ~ .p-header__menu-btn span {
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
 }

#menu-btn-check:checked ~ .p-header__menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #000;
}

#menu-btn-check:checked ~ .p-header__menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 46px;
  background-color: #000;
}

#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .p-show-menu {
  right: 0;
  /*メニューを画面内へ*/
}

.p-show-menu {
  width: 100vw;
  max-width: 600px;
  position: fixed;
  right: -1000px;
  bottom: 0;
  top: 0;
  padding: 50px;
  background-color: #fff;
  z-index: 80;
  transition: right .5s;
  box-sizing: border-box;
  text-align: start;
  overflow-y: auto;
}

  .p-show-menu__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccccca;
    padding-top: 16px;
    padding-bottom: 16px;
    list-style: none;
    color: #494947;
}
    .p-show-menu__list:last-child {
      border: none;
  }
    .p-show-menu__list li {
      padding: 8px 16px;
  }
      .p-show-menu__list li a {
        color: #000;
        font-size: 20px;
    }
  .p-show-menu__card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccccca;
}
  .p-show-menu__card {
    position: relative;
    width: calc(50% - 10px);
    overflow: hidden;
    height: 100%;
    border-radius: 15px;
    margin-right: 20px;
    margin-bottom: 28px;
}
    @media screen and (max-width: 576px) {
      .p-show-menu__card {
        height: 94px;
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 14px;
         }
      }
    .p-show-menu__card:nth-child(even) {
      margin-right: 0;
  }
    .p-show-menu__card a {
      display: block;
      height: 100%;
      width: 100%;
  }
      .p-show-menu__card a img {
        height: 100%;
        width: 100%;
        display: block;
     }
  .p-show-menu__layer {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .p-show-menu__title {
    text-align: center;
    color: #fff;
    font-size: 12px;
}
    .p-show-menu__title h3 {
      font-size: 24px;
  }
  .p-show-menu__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccccca;
}
  .p-show-menu__img--lg {
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

    @media screen and (max-width: 576px) {
      .p-show-menu__img--lg {
        height: 92px;
        }
    }

    .p-show-menu__img--lg img {
      width: 100%;
      height: 100%;
      display: block;
  }
  .p-show-menu__tel {
    position: relative;
    text-align: left;
    margin-right: 65px;
    margin-left: 34px;
    font-size: 34px;
}
    .p-show-menu__tel::before {
      content: '';
      background-image: url("../img/tel_icon.svg");
      background-size: cover;
      position: absolute;
      width: 14px;
      height: 30px;
      left: -20px;
      top: 36%;
  }
  .p-show-menu__calender {
    position: relative;
    text-align: left;
    margin-right: 65px;
    margin-left: 34px;
}
    .p-show-menu__calender::before {
      content: '';
      background-image: url("../img/calender_icon02.png");
      background-size: cover;
      position: absolute;
      width: 26px;
      height: 24px;
      left: -20px;
      top: 26%;
  }
  .p-show-menu__access {
    line-height: 2.5;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
}
  100% {
    transform: scale(1.15);
    }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;}

.slide-img {
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%; }

.swiper-pagination-bullet {
  border: 1px solid #999;
  background-color: #fff !important;
}

.swiper-pagination-bullet-active {
  border: 1px solid #e2e2e2;
  background-color: #a9a6a6 !important;
}

.p-main-visual > .swiper-container {
  width: 100%;
  height: 100vh; }

.p-main-visual .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }


.p-main-visual__smp {
  display: none;
}

.p-main-visual__txt {
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 10px #000; }

  @media screen and (max-height: 700px) {
    .p-main-visual__txt {
      font-size: 24px; }
  }

.p-main-visual__txt-bg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 10; }

  @media screen and (max-height: 700px) {
    .p-main-visual__txt-bg {
      height: 60%;
      top: 45%; }
  }

.p-main-visual__topics {
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  width: 600px;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  bottom: 90px;
  color: #585753; }
  @media screen and (max-width: 1200px) {
    .p-main-visual__topics {
      right: 10%;
      }
  }
  .p-main-visual__topics::after {
    content: '';
    background-image: url("../img/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.p-main-visual__topics-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  box-sizing: border-box;
  z-index: 10; }

.p-main-visual__topics-left {
  border-right: 1px solid #000;
  font-size: 21px;
  padding-right: 28px;
  padding-left: 18px;
}

.p-main-visual__topics-right {
  font-size: 14px;
  padding-left: 28px;
  color: #585753;
}
  .p-main-visual__topics-right time {
    margin-right: 10px;
    float: left;
}

  .p-main-visual__topics-right p {
    float: left;
}

.p-main-visual__pagination {
  background: #fff;
  line-height: 78px;
  height: 78px;
  bottom: 0 !important;
}

.p-reserve-menu {
    position:fixed;
    right: 0;
    top: 20%;
    background-color: rgba(0, 0, 0, 0.7);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    border-radius: 5px 0 0 5px;
    z-index: 10;
}
  .p-reserve-menu__img {
    display: inline-block;
    margin-bottom: 10px;
}
  .p-reserve-menu__list {
    display: flex;
    padding: 7px;
}
    .p-reserve-menu__list li {
      border-bottom: 1px solid #fff;
      position: relative;
      list-style: none; }
      .p-reserve-menu__list li:last-child {
        border: none; }
      .p-reserve-menu__list li a {
        color: #fff;
        padding: 18px;
        display: inline-block; }
  .p-reserve-menu__bottom {
    background-color: #fff; }

.p-reserve-menu-smp {
  font-size: 14px;
  background: rgba(58, 55, 52, 0.85);
  position: absolute;
  bottom: 0;
  border: none;
  height: 70px;
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  justify-content: space-around;
  z-index: 10;
}
  .p-reserve-menu-smp__img--tel img {
    width: 60% !important;
}
  .p-reserve-menu-smp li {
    border-right: 1px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 40%;
    justify-content: center;
    list-style: none;
}
.p-reserve-menu-smp li:last-child {
    border: none;
    width: 20%;
}
.p-reserve-menu-smp li a {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.p-reserve-menu-smp span {
    margin-left: 10px;
}

.p-bridal-fair {
    padding-bottom: 0;
}
.p-bridal-fair__search {
    margin-bottom: 92px;
}

.p-fair-search__item {
    margin: 0 auto 24px;
    max-width: 530px;
    width: 100%;
    max-height: 480px;
    height: 100%;
    background-color: #fff;
}

.p-fair-search__checkbox {
    padding: 56px 26px;
    font-size: 20px;
}

.c-card01__fair p img {
  width: 100%;
  max-width: 468px;
  height: 18vw;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*  【js】 IE対策  */
  display: block;
}

.top-fair-slide{
    max-width: 380px;
}
.slide-top-block{padding: 0 10px;}

  @media screen and (max-width: 576px) {
    .p-fair-search__checkbox {
      font-size: 14px;
      padding: 30px 0;
      }
  }

  .p-fair-search__checkbox p {
    padding-bottom: 28px;
    padding-top: 28px;
    border-bottom: 1px solid #ccccca;
    text-align: center;
    margin-bottom: 28px;
}
  .p-fair-search__checkbox label {
    margin-bottom: 34px;
    width: calc(100% / 3);
}
    .p-fair-search__checkbox label input[type="radio"] {
      margin-right: 15px;
  }
      @media screen and (max-width: 576px) {
        .p-fair-search__checkbox label input[type="radio"] {
          margin-right: 0;
          }
      }
  .p-fair-search__checkbox--radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-left: 16px;
    padding-right: 16px;
}


.p-fair-search__btn {
  width: 280px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}

.p-topics {
  padding-bottom: 0;
}
  .p-topics__btn {
    margin-bottom: 50px;
}

.p-guide {
  position: relative;
  font-size: 16px;
}
  @media screen and (max-width: 350px) {
    .p-guide {
      font-size: 10px;
       }
   }
  .p-guide__img {
    display: block; }
    .p-guide__img--layer {
      height: 30%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      bottom: 0px;
      position: absolute;
      text-align: center;
      line-height: 35px;
      padding: 15px;
      box-sizing: border-box;
  }

      @media screen and (max-width: 350px) {
        .p-guide__img--layer {
          padding: 6px 0;
          }
      }
  .p-guide__item {
    box-sizing: border-box;
}
  .p-guide__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
  .p-guide__link {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
}
  .p-guide__txt--lg {
    font-size: 24px;
}

.p-photo-gallery__icon {
  width: 40px !important;
  height: 30px;
}

.p-photo-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: center;
 }

.p-photo-gallery li {
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
 }
  .p-photo-gallery li:nth-child(3), .p-photo-gallery li:nth-child(6), .p-photo-gallery li:nth-child(10) {
    margin-right: 0;
}

.p-photo-gallery__img--lg {
  width: calc(50% - 10px);
}
  .p-photo-gallery__img--lg p {
    width: 100%;
    height: 100%;
}
    .p-photo-gallery__img--lg p img {
      width: 100%;
      height: 100%;
      display: block;
  }

.p-photo-gallery__img--md {
  width: calc(25% - 10px);
}

  .p-photo-gallery__img--md p {
    width: 100%;
    height: 100%;
}
    .p-photo-gallery__img--md p img {
      width: 100%;
      height: 100%;
      display: block;
  }

.p-photo-gallery__img--sm {
  width: calc(25% - 10px);
 }

  .p-photo-gallery__img--sm p {
    width: 100%;
    height: 100%; }
    .p-photo-gallery__img--sm p img {
      width: 100%;
      height: 100%;
      display: block; }

.p-photo-gallery__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.p-access {
  position: relative; }
  .p-access__icon {
    width: 25px !important;
    height: 33px !important; }
  .p-access__map {
    overflow: hidden;
    position: relative;
    height: 420px; }

    .p-access__map iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
  }

  .p-access__list {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 62px;
    box-sizing: border-box;
    list-style: none;
    color: #494947;
}

    .p-access__list li {
      padding-bottom: 10px;
  }
  .p-access__tel {
    position: relative;
}
    .p-access__tel::before {
      content: '';
      background-image: url("../img/tel_icon.svg");
      background-size: contain;
      position: absolute;
      width: 18px;
      top: 10%;
      height: 30px;
      display: inline-block;
      background-repeat: no-repeat;
   }
  .p-access__tel-num {
    font-size: 25px;
    margin-left: 24px;
    color: #000;
}
  .p-access__faq {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(231, 231, 227, 0.85);
    text-align: center;
    height: 150px;
    width: 150px;
    box-sizing: border-box;
    bottom: -11%;
    padding-top: 18px;
    z-index: 20;
    color: #000;
}

.p-footer__copyright {
  background: #323231;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  padding: 10px;
}

.p-footer__menu-list {
  margin-bottom: 70px;
}
  .p-footer__menu-list li {
    margin-bottom: 20px;
    list-style: none;
}
    .p-footer__menu-list li a {
      color: #000;
  }

.p-footer__menu-colum-list {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
  width: 740px;
  list-style: none;
}

.p-footer__menu-bottom {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
  @media screen and (max-width: 576px) {
    .p-footer__menu-bottom {
      flex-direction: column;
      text-align: center;
      }
  }
  .p-footer__menu-bottom li {
    border-right: 1px solid #000;
    padding-right: 20px;
    padding-left: 20px;
    list-style: none;
}

    .p-footer__menu-bottom li:last-child {
      border: none;
  }
    .p-footer__menu-bottom li a {
      color: #323231;
  }

.p-footer__menu--smp {
  position: relative;
}
  .p-footer__menu--smp p {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

.p-footer__arrow {
  display: none;
  position: absolute !important;
  right: 10px;
  top: -20px;
}

.p-reserve {
  background-image: url("../img/reservation-bg.jpg");
  background-size: cover;
  background-position: top;
  height: 480px;
  position: relative;
  box-sizing: border-box;
  padding-top: 66px;
}

  .p-reserve__btn-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto;
}

    .p-reserve__btn-list li {
      margin-bottom: 30px;
      margin-right: 15px;
      list-style: none;
      width: calc(25% - 15px);
      max-width: 242px;
  }

.u-sitewidth {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.u-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

  .u-container--half {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
    box-sizing: border-box;
}
  .u-container--quarter {
    width: 25%;
}

.u-clearfix::after {
  content: '';
  clear: both;
  display: block;
}


@media screen and (max-width: 1200px) {
  .u-sitewidth {
    padding-left: 10px;
    padding-right: 10px;
    }
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .c-card01__fair p img {
      height: 30vw;
    }
}

@media screen and (max-width: 768px) {
    .p-reserve__btn-list li {
        margin-bottom: 10px;
        width: 40%;
    }
    .p-reserve-menu-smp__img img{
        padding: 5px 0 0 0;
    }
    .u-container--half {
        width: 95%;
        margin: 0 auto 10px;
    }
    .u-container {
        flex-direction: column;
    }
    .p-reserve {
        background-image: url("../img/reservation_smp.jpg");
        background-position: top 0 right 0;
    }
    .p-reserve__btn-list {
        justify-content: space-around;
    }
    .p-footer__menu-colum-list {
        display: none;
    }
    .p-footer__menu--smp p {
        display: block;
    }
    .p-footer__arrow {
        display: inline-block;
    }
    .p-access__faq {
        top: 45px;
        left: 10px;
        height: 100px;
        width: 100px;
        font-size: 12px;
        padding-top: 10px;
    }
    .p-footer__copyright {
        line-height: 1.5;
    }
    .p-photo-gallery__img--sm {
        width: calc(50% - 10px);
    }
    .p-photo-gallery__img--md {
        width: calc(50% - 5px);
    }
    .p-access__map {
        height: 0;
        padding-bottom: 80%;
    }
    .p-access__list {
        text-align: center;
        padding: 30px 0 0;
    }
  .p-fair-search__checkbox--radio {
        padding-left: 0;
        padding-right: 0;
    }
      .p-show-menu__title h3 {
        font-size: 16px;
    }
      .p-show-menu {
        padding: 10px;
    }
    .p-header__logo-en{
        color: #000;
    }
    .p-show-menu__calender {
        display: none;
    }
    .p-main-visual__pc {
        display: none;
    }
    .p-main-visual__smp {
        display: block;
    }
    .p-main-visual__txt {
        font-size: 34px;
        display: inline-block;
        text-align: start;
    }
    .p-main-visual__txt-bg {
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        right: 10%;
        width: auto;
        height: 70%;
        transform: translateY(-55%);
    }
    .p-main-visual__topics {
        bottom: 0;
        flex-direction: column;
        align-items: start;
        right: auto;
        width: 100%;
    }
    .p-main-visual__topics-left {
        border: none;
    }
    .p-main-visual__topics-left h3 {
        margin: 0;
        font-size: 20px;
    }
    .p-main-visual__topics-right {
        padding-left: 18px;
    }
    .p-main-visual__topics-right time {
        display: block;
        float: none;
    }
    .p-main-visual__topics-right p {
        float: none;
    }
    .p-reserve-menu-smp {
        display: flex;
    }
    .p-reserve-menu {
        display: none;
    }
    .p-guide__img--layer {
        padding: 10px 0;
        line-height: 1.5;
    }
    .p-guide {
        font-size: 12px;
    }
    .p-photo-gallery li:first-child, .p-photo-gallery li:nth-child(5), .p-photo-gallery li:nth-child(8) {
        margin-right: 0;
    }
    .p-photo-gallery__list {
        padding-right: 3%;
        padding-left: 3%;
    }
    .p-guide__txt--lg {
        font-size: 16px;
    }
    .c-section-title {
        font-size: 20px;
        line-height: 1.5;
    }
    .c-section-title--white {
        font-size: 28px;
    }
    .l-header {
        background-color: transparent;
        text-align: center;
    }
    .p-header__left h1{
        text-align: left;
        margin-left: 1em;
    }
    .con-title{
        font-size: 24px;
    }
    .c-card02 {
        width: calc(50% - 10px);
    }
    .c-card02__list {
        padding-right: 3%;
        padding-left: 3%;
    }
    .c-card03 {
        width: 100%;
    }
    .c-card03__list {
        flex-direction: column;
        padding-right: 3%;
        padding-left: 3%;
    }
    .c-card04__wrapper {
        overflow-x: scroll;
    }
    .c-card04__list {
        width: 270vw;
    }
    .c-btn01 {
        width: 280px;
    }
    .c-btn02 {
        width: 100%;
        margin: 0 0 10px;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }
    .c-btn02::after {
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        top: 48%;
    }
    .p-header__inner {
        background-color: rgba(0, 0, 0, 0.7);
        justify-content: center;
        height: 70px;
    }
    .p-header__left {
        width: 100%;
        color: #fff;
    }
    .p-header__left{top:0;}
    .p-header__right {
        height: 100%;
    }
    .p-header__tel {
        display: none;
    }
    .p-header__menu-btn {
    }
    .p-header__menu-btn span,
    .p-header__menu-btn span:before,
    .p-header__menu-btn span:after {
        background-color: #fff;
    }
    .c-card02 span {
        font-size: 14px;
    }
    .c-card01__top p img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .p-photo-gallery__img--lg {
        width: 100%;
    }
    .c-card01__fair p img {
      height: 40vw;
    }
    .other-fair{
        margin: 0 auto;
    }
    .c-card02 {
      margin-bottom: 20px;
    }
}
/* end 768px */

@media screen and (max-width: 576px) {
    .p-footer__menu-bottom li {
        display: inline-block;
        font-size: 12px;
        border-right: none;
        padding: 10px 0;
    }
    .p-footer__menu-bottom li:last-child {
        border-bottom: none;
    }
    .c-card01__fair p img {
      height: 60vw;
    }
}

/* event-manager 追記 */
@media screen and (max-width: 576px){
  .em-events-search-dates label > span{
    float: none !important;
    margin-bottom: 10px !important;
  }
}

.p-fair-search__em{
  flex-wrap: wrap;
  display: flex !important;
}
.p-fair-search__em-label{
  font-size: 18px;
  width: auto !important;
  margin-bottom: 10px !important;
}
.p-fair-search__em-span{
  float: none !important;
}
.p-fair-search__em-input{
  margin-right: 15px !important;
  margin-left: 15px !important;
}
/* ここからトップ＞フェアのスライドのズレ修正*/
@media screen and (max-width: 414px){
  .u-sitewidth-sm {
    padding-left: 30px !important;
    padding-right: 28px !important;
  }
}
@media screen and (min-width: 1025px){
  .u-sitewidth {
    padding-left: 3.1em !important;
  }
}

/* ここまでトップ＞フェアのスライドのズレ修正*/

/* ここからフェア一覧ページその他のフェア */
.wp-pagenavi {
  margin: 1em !important;
}
/* ここまでフェア一覧ページその他のフェア */
