@charset "UTF-8";
@font-face {
  font-family: "BIZUDMincho";
  src: url(./lib/fonts/BIZUDMincho-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BIZUDMincho";
  src: url(./lib/fonts/BIZUDMincho-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
.ibs > span {
  display: inline-block;
}

.slick-slider {
  position: relative;
}
.slick-slider button {
  position: absolute;
  top: 50;
  z-index: 1;
}
.slick-slider button.slick-prev {
  left: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.slick-slider button.slick-next {
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button {
  background: whitesmoke;
  border-radius: 100%;
  padding: 0px;
  width: 5px;
  height: 5px;
}
.slick-slider .slick-dots li button::before {
  content: unset;
}
.slick-slider .slick-dots li.slick-active button {
  background: #e60033;
}

.expand.execExpand > * {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.wp-block-table.border_none table,
.wp-block-table.border_none tr,
.wp-block-table.border_none td,
.wp-block-table.border_none th {
  border: none !important;
}

form {
  padding: 2em;
}
form input[type=text],
form input[type=email],
form input[type=tel] {
  width: 100% !important;
}
form textarea {
  width: 100% !important;
  resize: vertical;
}
form input[type=submit] {
  margin: 0 auto;
  display: block;
}

.cstm-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cstm-wrap.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 100px !important;
      -ms-flex: 1 100px !important;
          flex: 1 100px !important;
}
.cstm-wrap-150.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 150px !important;
      -ms-flex: 1 150px !important;
          flex: 1 150px !important;
}
.cstm-wrap-200.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 200px !important;
      -ms-flex: 1 200px !important;
          flex: 1 200px !important;
}

.bzb-sns-btn img {
  width: inherit;
}

a[href^="mailto:"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.2em 0.1em 0.2em;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/mail.svg);
          mask-image: url(../images/icon/mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
a[href^="tel:"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.2em 0.2em 0.2em;
  background-color: currentColor;
  -webkit-mask-image: url(../images/icon/tel.svg);
          mask-image: url(../images/icon/tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

html body {
  font: 16px/1.5 "BIZ UDMincho", "ms mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  color: whitesmoke;
  text-align: justify;
  position: relative;
  min-width: 300px;
  background-image: url(../images/bg_home.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

@media screen and (max-width: 782px) {
  html body {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  html body {
    font-size: 18px;
    line-height: 1.3;
  }
}
img {
  width: 100%;
}

i::before {
  background: whitesmoke !important;
}

.bg_white {
  background: whitesmoke;
  color: #16160e;
}

#header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 !important;
  background: rgba(22, 22, 14, 0.75) !important;
  border: none !important;
  z-index: 1;
}
#header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .inner h1 a,
#header .inner p a {
  color: whitesmoke !important;
  display: block;
  min-height: 80px;
}
#header .inner h1 a img,
#header .inner p a img {
  max-width: 120px;
}
#header .inner #header-menu-tog {
  z-index: 1;
  float: none;
}
#header .inner #header-menu-tog a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
#header .inner #header-menu-tog a span {
  display: block;
  width: 30px;
  height: 2.5px;
  background: whitesmoke;
  position: absolute;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .inner #header-menu-tog a span.top {
  top: 20%;
}
#header .inner #header-menu-tog a span.middle {
  top: 80%;
}
#header .inner #header-menu-tog a.active span.top {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header .inner #header-menu-tog a.active span.middle {
  opacity: 0;
}
#header .inner #header-menu-tog a.active span.bottom {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .inner #gnav {
  background: transparent !important;
  border: none !important;
}
#header .inner #gnav #gnav-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .inner #gnav #gnav-container ul li a {
  border: none !important;
  color: whitesmoke;
  background: transparent;
  padding: 5px;
  position: relative;
}
#header .inner #gnav #gnav-container ul li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: whitesmoke;
  border-radius: 3px;
  position: relative;
  left: 50%;
  bottom: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
#header .inner #gnav #gnav-container ul li a:hover:after {
  width: 80%;
}
#header .inner #gnav #gnav-container ul li.current-menu-item a::after {
  width: 80%;
  background: #e60033 !important;
}
#header .inner #gnav #gnav-container ul li.current_page_parent a::after {
  width: 80%;
  background: whitesmoke;
}

#content {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  position: relative;
}
#content.fade-in {
  opacity: 1;
}
#content > .wrap {
  background: rgba(22, 22, 14, 0.75);
}
#content > .wrap article {
  background: transparent;
  border: none;
}
#content > .wrap article header {
  background: transparent;
}
#content #side {
  padding: 0 0.5rem;
}
#content #side * {
  color: whitesmoke;
}
#content #side input {
  background: transparent !important;
}
#content #side .side-widget-area .widget_block:last-of-type {
  margin-bottom: 0;
}
#content #pagetop_maker {
  position: absolute;
  opacity: 0;
  bottom: 0;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(22, 22, 14, 0.75) !important;
  color: whitesmoke !important;
  border: none !important;
}
#footer .footer-02 {
  background: transparent !important;
  border: none !important;
}
#footer .footer-02 .wrap {
  padding: 1em;
}
#footer .footer-02 .wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .footer-02 .wrap .inner ul {
  font-size: 0.8em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 30em;
      -ms-flex: 1 30em;
          flex: 1 30em;
}
#footer .footer-02 .wrap .inner p {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 30em;
      -ms-flex: 1 30em;
          flex: 1 30em;
}

@media screen and (max-width: 991px) {
  #header .inner #gnav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0%;
    right: 0;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE・Edge */
  }
  #header .inner #gnav::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  #header .inner #gnav #gnav-container {
    -webkit-transform: unset;
            transform: unset;
    padding-top: 60px;
    background: #16160e;
    border-left: solid 1px whitesmoke;
    border-bottom: solid 1px whitesmoke;
  }
  #header .inner #gnav #gnav-container #gnav-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 1rem;
  }
  #header .inner #gnav #gnav-container #gnav-ul li {
    position: relative;
  }
  #header .inner #gnav #gnav-container #gnav-ul li:not(:last-of-type) {
    margin-bottom: 4.5px;
    border-bottom: solid 1px whitesmoke;
    padding: 0.5em 0;
  }
  #header .inner #gnav #gnav-container #gnav-ul li a {
    color: whitesmoke;
    width: 5em;
    text-align: center;
    font-size: 1.2em;
  }
  #header .inner #gnav #gnav-container #gnav-ul li a::after {
    content: "";
    width: 3px;
    height: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
  #header .inner #gnav #gnav-container #gnav-ul li.current-menu-item a::after {
    height: 1em;
  }
  #header .inner #gnav #gnav-container #gnav-ul li.current_page_parent a::after {
    height: 1em;
    background: whitesmoke;
  }
  #content {
    margin-bottom: 0 !important;
  }
  #content article {
    margin-bottom: 0 !important;
  }
  #footer {
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 992px) {
  #gnav {
    display: block !important;
  }
}
body.page h2 {
  border: none;
  padding: 0;
  font-size: 23px;
}
body.page h3 {
  border: none;
  padding: 0;
  font-size: 20px;
}

body.blog,
body.history {
  background-image: url(../images/bg_history.avif);
}

body.menu {
  background-image: url(../images/bg_menu.avif);
}

body.room {
  background-image: url(../images/bg_room.avif);
}

body.order {
  background-image: url(../images/bg_order.avif);
}

body.contact {
  background-image: url(../images/bg_contact.avif);
}

.testClass {
  border: solid 1px red;
  color: yellow;
  background: black !important;
}

#content .post-loop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
#content .post-loop-wrap > article {
  background: whitesmoke;
  color: #16160e;
  -webkit-box-flex: 1;
  -webkit-flex: 1 400px;
      -ms-flex: 1 400px;
          flex: 1 400px;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0 !important;
}
#content .post-loop-wrap > article.dummy {
  height: 0;
  opacity: 0;
}
#content .post-loop-wrap > article header .meta .tags {
  font-size: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#content .post-loop-wrap > article header .meta .tags > li {
  padding: 0;
}
#content .post-loop-wrap > article header .meta .tags > li a {
  border: solid 1px gray;
  border-radius: 3px;
  padding: 2px 5px;
  text-decoration: none;
  color: #16160e !important;
}
#content .post-loop-wrap > article header .meta .tags > li a:hover {
  opacity: 0.5;
}
#content .post-loop-wrap > article header .wrap_title .categories {
  font-size: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
#content .post-loop-wrap > article header .wrap_title .categories > li {
  padding: 0;
}
#content .post-loop-wrap > article header .wrap_title .categories > li a {
  background: #16160e;
  padding: 2px 5px;
  text-decoration: none;
  color: whitesmoke !important;
}
#content .post-loop-wrap > article header .wrap_title .categories > li a:hover {
  opacity: 0.5;
}
#content .post-loop-wrap > article header .wrap_title h2 {
  font-weight: bold;
}
#content .post-loop-wrap > article .excerpt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
#content .post-loop-wrap > article .excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  max-height: 6em;
}
#content .post-loop-wrap > article .excerpt .wrap_thumbnail {
  min-width: 100px;
  border-radius: 5px;
  overflow: hidden;
}
#content .pagination {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#content .pagination a,
#content .pagination > span {
  border: solid 1px whitesmoke;
}
#content .pagination a {
  color: whitesmoke;
}
#content .pagination a i {
  font-weight: bold;
}
#content .pagination a i.fa-angle-left::before {
  content: "<";
}
#content .pagination a i.fa-angle-double-left::before {
  content: "<<";
}
#content .pagination a i.fa-angle-right::before {
  content: ">";
}
#content .pagination a i.fa-angle-double-right::before {
  content: ">>";
}
#content .pagination a:hover {
  background: whitesmoke;
  color: #16160e !important;
}
#content .pagination > span.currnet {
  background: whitesmoke;
  color: #16160e;
}

.cat-content {
  background: transparent !important;
  border: none !important;
}

body.single article header .post-meta .date {
  background: transparent;
}
body.single article header .post-meta .date::before {
  background: whitesmoke;
}
body.single article .bzb-sns-btn img {
  width: revert-layer;
}

body a.pagetop {
  z-index: 10;
  position: fixed;
  bottom: 50px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
body a.pagetop span {
  background: whitesmoke !important;
}
body a.pagetop span i.fa-angle-up {
  display: block;
  width: 100%;
  height: 100%;
}
body a.pagetop span i.fa-angle-up::before {
  background-color: #16160e !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, calc(-50% + 3px)) !important;
          transform: translate(-50%, calc(-50% + 3px)) !important;
}

.table-grad:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(255, 255, 255, 0)), to(#16160e)) !important;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #16160e 100%) !important;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, #16160e 100%) !important;
}/*# sourceMappingURL=style.css.map */