@charset "UTF-8";
a {
  text-decoration: none;
}

/*ヘッダー*/
.header-info .c-btn {
  background-color: #ff0000;
  border: 2px solid #ff0000;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 36px;
}

.header-info .c-btn:hover {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  color: #ff0000;
}

/*トップページカレンダーセクション*/
.page-id-6 .calendar-caption {
  color: #fff !important;
}

.page-id-6 .nav-prev {
  border-bottom: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
}

.page-id-6 .nav-next {
  border-right: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
}

.page-id-6 .holiday-titles {
  color: #fff !important;
}

.bg-white__btn .smb-btn:hover {
  color: #212C5A !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

/*メニューセクション*/
.top-menu__section .menu-title__img .wp-element-caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.top-menu__section .menu-img img {
  border-radius: 20px;
}

.top-menu__section .smb-btn {
  border: 2px solid #212C5A;
  font-weight: bold;
  border-radius: 5px;
  padding: 12px 0;
  width: 240px;
}

.top-menu__section .smb-btn:hover {
  color: #212C5A !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

/*ニュースセクション*/
.top-news__section .c-entries--text {
  border: none;
}

.top-news__section .c-meta__item--published {
  font-weight: bold;
  color: #164371;
}

/*Googleマップセクション*/
.top-map__section {
  padding-top: 0;
  padding-bottom: 0;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 35%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*固定ページ共通*/
.under-page__section {
  padding-top: 0px;
}

.under-page__section .under-page__item img {
  border-radius: 20px !important;
}

.under-page__section .under-page__item p {
  margin-top: 12px !important;
  font-size: 20px;
  border-bottom: 1px solid #164371;
  font-weight: bold;
  color: #164371;
}

.under-page__section .under-page__item p span {
  float: right;
}

.c-page-header {
  height: 300px !important;
}

.c-entry__header {
  display: none;
}

/*バーベキューページ*/
.bbq-page__section .smb-section__body {
  margin-top: 1.8em;
}

.bbq-page__section .smb-section__body .note {
  color: #164371;
  font-weight: bold;
}

.bbq-page__section .menu-item {
  font-size: 16px !important;
  border-bottom: none !important;
}

.bbq-page__section .bbq-page__box {
  border-radius: 20px;
  color: #164371;
}

.bbq-page__section .bbq-page__box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.bbq-page__section .bbq-page__box h3:first-of-type {
  margin-top: 0px;
}

/*playページ*/
.air-pump {
  font-size: 20px;
  border-bottom: 1px solid #164371;
  font-weight: bold;
  color: #164371;
}

.air-pump span {
  float: right;
}

/*お問い合わせページ*/
.form-section {
  padding-top: 0;
}

.contact-page__section .smb-section__contents-wrapper {
  width: 70%;
}

.contact-page__section .smf-item__label__text {
  font-weight: bold;
  color: #164371;
}

.contact-page__section .smf-text-control__control {
  border: 3px solid #164371 !important;
}

.contact-page__section .smf-select-control__control {
  border: 3px solid #164371 !important;
}

.contact-page__section .smf-radio-button-control__control {
  border: 3px solid #164371 !important;
}

.contact-page__section .smf-textarea-control__control {
  border: 3px solid #164371 !important;
}

/*ニュース一覧*/
.category-news .c-entry-summary__body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.category-news .c-entry-summary__meta {
  margin-top: 0 !important;
  margin-right: 3em !important;
}

.category-news .c-entries--text2 {
  border-top: none;
}

.category-news .c-meta__item--published {
  font-size: clamp(14px, 2vw, 15px);
  font-weight: bold;
}

.category-news .c-meta__item--author {
  display: none;
}

/*投稿ページ*/
.single .c-entry__header {
  display: block;
}

.single h2 {
  font-size: 28px;
}

.c-entry__footer {
  display: none;
}

.slideBox {
  height: 700px;
  overflow: hidden;
  position: relative;
}

.title {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item2 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item2:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/*アニメーション*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.contact-page__section .smf-action .smf-button-control__control {
  font-size: 18px;
  font-weight: 600;
  font-family: Noto Sans JP !important;
  padding: 20px 65px !important;
  background: #212C5A !important;
  border: solid 1px #212C5A !important;
  color: #fff !important;
}

.contact-page__section .smf-action .smf-button-control__control:hover {
  color: #212C5A !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
}

.l-footer-widget-area {
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
}

.l-footer-widget-area .l-footer-widget-area__item {
  margin-bottom: 26px;
}

.l-footer-widget-area #block-45 img {
  width: 80%;
  margin: inherit;
}

.l-footer-widget-area #menu-grobal-nav-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer-widget-area #menu-grobal-nav-1 .menu-item {
  margin-top: 0;
  margin-right: 30px;
}

.l-footer-widget-area #menu-grobal-nav-1 .menu-item:last-of-type {
  margin-right: 0px;
}

.l-footer-widget-area .wp-block-snow-monkey-blocks-btn {
  padding-bottom: 13px;
}

.l-footer-widget-area .smb-btn {
  padding: 12px 36px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
}

.l-footer-widget-area .smb-btn:hover {
  background-color: #fff;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-copyright .c-container {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1023px) {
  /*ヘッダー*/
  .c-hamburger-btn__bar {
    height: 3px;
    background-color: #164371;
  }
  .c-hamburger-btn__bar:nth-of-type(2) {
    top: 10px;
  }
  .c-hamburger-btn__bar:nth-of-type(3) {
    top: 20px;
  }
  .c-hamburger-btn__bars {
    height: 25px;
    width: 35px;
  }
  .c-hamburger-btn__label {
    display: none;
  }
  /*メニューセクション*/
  .menu-title__img img {
    height: 75px;
    width: auto;
  }
  /*予約ページ*/
  .contact-page__section .smb-section__contents-wrapper {
    width: 100%;
  }
  /*フローティングボタン*/
  .menu-item-1160 a {
    height: 57px;
    line-height: 57px;
    padding: 0 0.2em;
    font-size: 16px;
    background: #ff0000;
    color: #fff !important;
    font-weight: bold;
  }
}

@media (min-width: 1024px) {
  /*カレンダーセクション*/
  .top-about__pc .smb-section__body {
    max-width: 430px;
    width: 100%;
  }
  /*playページ*/
  .air-pump {
    width: 66.66%;
    margin-left: 0;
  }
  /*ニュース一覧*/
  .category-news .p-archive {
    width: 60%;
  }
}

@media (max-width: 639px) {
  /*ファーストビュー*/
  .slideBox {
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .title {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .item2 {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 30s 0s infinite;
    animation: anime 30s 0s infinite;
  }
  /*メニューセクション*/
  .top-menu__section .wp-block-snow-monkey-blocks-items-item-free {
    margin-bottom: 32px;
  }
  .top-menu__section .wp-element-caption {
    margin-top: 0;
  }
  .top-menu__section .menu-title__img img {
    width: 70%;
    margin: inherit;
    height: auto;
  }
  .top-menu__section .menu-title__img .wp-element-caption {
    margin-bottom: 0;
  }
  .top-menu__section .menu-img {
    margin-top: 16px !important;
  }
  .top-menu__section .smb-buttons {
    margin-top: 16px !important;
  }
  /*Googleマップ*/
  .map {
    padding-top: 75%;
  }
  /*固定ページ共通*/
  .c-page-header {
    height: 150px !important;
  }
  /*フードページ*/
  .food-page__section .under-page__item p {
    font-size: 13px;
  }
  /*BBQページ*/
  .note {
    font-size: 13px;
  }
  /*ニュース一覧*/
  .category-news .c-entry-summary__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /*ニュース*/
  .post .c-entry__title {
    font-size: 20px !important;
  }
  .post .smb-media-text__title {
    font-size: 18px;
  }
  /*フッター*/
  .l-footer-widget-area #block-45 .wp-block-image {
    margin-bottom: 0;
  }
  .l-footer-widget-area #menu-grobal-nav-1 {
    display: block !important;
    text-align: center;
  }
  .l-footer-widget-area #menu-grobal-nav-1 .menu-item {
    margin-right: 0px !important;
  }
  .c-copyright .c-container {
    font-size: 10px;
  }
}
/*# sourceMappingURL=style.css.map */