@charset "UTF-8";
body {
  font-family: "Helvetica Neue", "Helvetica", "Avenir", "Arial", "ヒラギノ角ゴシック", "Hiragino Sans", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳＰゴシック", "MSP Gothic";
}

a {
  color: #333;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(0.5);
}

#page-top {
  display: none;
}

.smb-section__title {
  font-weight: normal;
}

.wpco .contents-outline a:before {
  background-color: #333333;
}

.l-header {
  background-color: #313133;
  position: sticky;
  top: 0;
  z-index: 99;
  /* ハンバーガーボタンのバーの色（詳細度の関係でここに書くのが一番都合が良い）*/
  /* ヘッダーコンテンツをSPでも表示 */
  /* ハンバーガーメニューをPCでも表示 */
}
.l-header .c-hamburger-btn__bar {
  background-color: #fff;
}
.l-header .u-invisible-md-down {
  display: block !important;
}
.l-header .u-invisible-md-down.u-invisible-wall {
  display: none !important;
}
.l-header .u-invisible-lg-up {
  display: block !important;
}
.l-header .u-invisible-lg-up.u-invisible-wall {
  display: none !important;
}
@media (max-width: 575px) {
  .l-header .c-container {
    padding: 0 15px !important;
  }
}

/* トップページのみ */
.home .l-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  transition: background-color 0.3s;
}
.home .l-header.is-active {
  background-color: #313133;
}

.l-footer {
  border-top: none;
  background-color: #333;
  color: #fff;
}
.l-footer__logo {
  width: 100%;
  max-width: 210px;
}
.l-footer__nav {
  margin-top: 20px;
}
.l-footer__navItems {
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.l-footer__navItem {
  opacity: 0.85;
  transition: opacity 0.3s;
}
.l-footer__navItem:hover {
  opacity: 1;
}
.l-footer__navItem a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.l-footer__address {
  max-width: 600px;
  margin-top: 60px !important;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .l-footer__address {
    font-size: 18px;
  }
}
@media (max-width: 419px) {
  .l-footer__address {
    font-size: 15px;
  }
}
.l-footer__sns {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .l-footer__sns {
    margin-top: 60px;
  }
}
.l-footer__snsItems {
  display: flex;
  list-style: none;
  line-height: 1;
  column-gap: 100px;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .l-footer__snsItems {
    column-gap: 80px;
  }
}
@media (max-width: 575px) {
  .l-footer__snsItems {
    margin-bottom: 20px;
    column-gap: 40px;
  }
}
.l-footer__snsItem {
  font-size: 60px;
}
@media (max-width: 575px) {
  .l-footer__snsItem {
    font-size: 30px;
  }
}
.l-footer__snsItem a {
  text-decoration: none;
  color: #ffffff;
}
.l-footer__snsItem a:hover svg {
  transform: scale(1.1);
}
.l-footer__snsItem a svg {
  transition: transform 0.3s;
}
.l-footer__nav2Items {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .l-footer__nav2Items {
    justify-content: space-between;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .l-footer__nav2Items {
    font-size: 9px;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 419px) {
  .l-footer__nav2Items {
    font-size: 8px;
  }
}
.l-footer__nav2Item a {
  color: #ffffff;
}
.l-footer__nav2Item a:hover {
  text-decoration: underline;
}
.l-footer .l-footer-widget-area {
  padding-top: 100px;
  padding-bottom: 120px;
}
.l-footer .c-copyright {
  display: none;
}

@media (max-width: 419px) {
  .c-container,
  .c-fluid-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 419px) {
  .c-container--no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.c-site-branding__title a {
  opacity: 0.85;
  transition: 0.3s;
}
.c-site-branding__title a:hover {
  opacity: 1;
}
.c-site-branding__title a img {
  display: block;
}

.home .c-site-branding {
  display: none;
}

.c-hamburger-btn__bars {
  height: 25px;
  width: 30px;
}
.c-hamburger-btn__bars:hover .c-hamburger-btn__bar {
  opacity: 1;
}
.c-hamburger-btn__bar {
  height: 3px;
  border-radius: 1px;
  opacity: 0.85;
  transition: 0.3s;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 11px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 22px;
}
.c-hamburger-btn__label {
  display: none;
}

/* ----------ドロワーメニューの記述---------- */
.c-drawer {
  background-color: #e4e4e4;
  color: #333;
}
.c-drawer__inner {
  padding: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .c-drawer .c-container {
    padding: 0 15px !important;
  }
}
.c-drawer__upContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] {
  line-height: 1;
  font-size: 0;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bars:hover .c-hamburger-btn__bar {
  opacity: 1;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar {
  top: 50% !important;
  background-color: #333;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.c-drawer__upContentLogo {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1023px) {
  .c-drawer__upContentLogo {
    max-width: 168px;
  }
}
.c-drawer.c-drawer--overall {
  padding-top: var(--_padding-1);
}
@media (max-width: 1023px) {
  .c-drawer.c-drawer--overall {
    padding-top: var(--_padding-2);
  }
}
.c-drawer__controls--left {
  display: none;
}
.c-drawer__menu {
  display: inline-block;
  text-align: left;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-drawer__menu {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .c-drawer__menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-drawer__menu li {
  font-size: 24px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.c-drawer__menu li:hover {
  opacity: 1;
}
@media (max-width: 575px) {
  .c-drawer__menu li {
    font-size: 20px;
  }
}
@media (max-width: 419px) {
  .c-drawer__menu li {
    font-size: 18px;
  }
}
.c-drawer__menu li a {
  display: inline-block;
}
.c-drawer__banner {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .c-drawer__banner {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .c-drawer__banner {
    padding: 0 20px;
    min-width: 200px;
    max-width: 50%;
  }
}
.c-drawer__snsItems {
  display: flex;
  list-style: none;
  line-height: 1;
  column-gap: 100px;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .c-drawer__snsItems {
    column-gap: 80px;
  }
}
@media (max-width: 575px) {
  .c-drawer__snsItems {
    margin-bottom: 20px;
    column-gap: 40px;
  }
}
.c-drawer__snsItem {
  font-size: 60px;
}
@media (max-width: 575px) {
  .c-drawer__snsItem {
    font-size: 30px;
  }
}
.c-drawer__snsItem a {
  text-decoration: none;
}
.c-drawer__snsItem a:hover svg {
  transform: scale(1.1);
}
.c-drawer__snsItem a svg {
  transition: transform 0.3s;
}
.c-drawer__copyright {
  text-align: center;
  padding: 0 30px 30px;
}
@media (max-width: 575px) {
  .c-drawer__copyright {
    padding: 0 20px 20px;
  }
}

.c-langBtn {
  opacity: 0.85;
  transition: opacity 0.3s;
  width: 45px;
}
@media (max-width: 419px) {
  .c-langBtn {
    max-width: 35px;
  }
}
.c-langBtn:hover {
  opacity: 1;
}
.c-langBtn.is-enToJp {
  display: none;
}

.page-english .c-langBtn {
  opacity: 0.85;
  transition: 0.3s;
}
.page-english .c-langBtn.is-enToJp {
  display: block;
}
.page-english .c-langBtn.is-jpToEn {
  display: none;
}

/* ボタン1 */
.c-btn1 .smb-btn {
  font-size: 30px;
  border-width: 2px !important;
}

.smb-btn-wrapper.is-style-ghost.c-btn1 .smb-btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}

/* ボタン2 */
.c-btn2 .smb-btn {
  font-size: 24px;
  font-weight: bold;
  border-width: 2px !important;
  transition: background-color 0.3s, color 0.3s;
}
.c-btn2 .smb-btn:hover .smb-btn__label::after {
  border-left: 0.8em solid #333333;
}
.c-btn2 .smb-btn__label {
  position: relative;
  left: calc(-0.5em - 2.5px);
}
.c-btn2 .smb-btn__label::after {
  content: "";
  display: inline-block;
  border-left: 0.8em solid #ffffff;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  transition: border-left 0.3s;
}

.smb-btn-wrapper.is-style-ghost.c-btn2 .smb-btn:hover {
  background-color: #fff !important;
}
.smb-btn-wrapper.is-style-ghost.c-btn2 .smb-btn:hover span {
  color: #333 !important;
}

/* ボタン3 */
.c-btn3 .smb-btn {
  font-size: 24px;
  font-weight: bold;
  border-width: 2px !important;
  transition: background-color 0.3s, color 0.3s;
}
.c-btn3 .smb-btn:hover .smb-btn__label::after {
  border-left: 0.8em solid #ffffff;
}
.c-btn3 .smb-btn__label {
  position: relative;
  left: calc(-0.5em - 2.5px);
}
.c-btn3 .smb-btn__label::after {
  content: "";
  display: inline-block;
  border-left: 0.8em solid #333333;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  transition: border-left 0.3s;
}

.smb-btn-wrapper.is-style-ghost.c-btn3 .smb-btn:hover {
  background-color: #333 !important;
}
.smb-btn-wrapper.is-style-ghost.c-btn3 .smb-btn:hover span {
  color: #fff !important;
}

.c-linkBanner.wp-block-image a {
  display: block !important;
  transition: opacity 0.3s;
}
.c-linkBanner.wp-block-image a:hover {
  opacity: 0.8;
}

.c-pageTop {
  width: 40px;
  position: fixed;
  left: 50%;
  bottom: 110px;
  z-index: 10;
  transform: translateX(-50%);
  display: none;
  transition: opacity 0.3s;
}
.c-pageTop:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-pageTop {
    bottom: 88px;
    transform: translateX(-50%) translateY(50%);
  }
}
@media (max-width: 575px) {
  .c-pageTop {
    bottom: 85px;
  }
}
@media (max-width: 419px) {
  .c-pageTop {
    width: 30px;
    bottom: 79px;
  }
}

.c-page-header__title {
  font-size: 60px !important;
}
@media (max-width: 575px) {
  .c-page-header__title {
    font-size: 40px !important;
  }
}
.c-page-header[data-has-image=true] .c-page-header__content {
  opacity: 0.7;
}
.c-page-header[data-has-image=false] {
  padding-bottom: 0;
}

.c-responsive-table > table {
  width: 100%;
}
.c-responsive-table > table td {
  border: none;
}

.c-responsive-table > table th {
  border: none;
}

.c-responsive-table > table thead th {
  background-color: #333;
}
.c-responsive-table > table tbody th {
  background-color: transparent;
}
.c-responsive-table > table tbody tr {
  transition: 0.3s;
}
.c-responsive-table > table tbody tr:hover {
  background-color: #eee;
}

.p-reviewItem__inner {
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  margin: 0 10px 40px 10px;
  border-radius: 30px !important;
}
@media (max-width: 767px) {
  .p-reviewItem__inner {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .p-reviewItem__inner {
    padding: 20px 40px;
    border-radius: 20px !important;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .p-reviewItem__inner {
    padding: 20px 30px;
    font-size: 14px;
  }
}
.p-reviewItem__inner:before {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -40px;
  transform: rotate(90deg);
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
@media (max-width: 767px) {
  .p-reviewItem__inner:before {
    bottom: -30px;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
  }
}
.p-reviewItem__star .smb-evaluation-star__numeric {
  display: none !important;
}
.p-reviewItem__star .smb-evaluation-star__icon {
  font-size: 30px;
}
@media (max-width: 767px) {
  .p-reviewItem__star .smb-evaluation-star__icon {
    font-size: 24px;
  }
}
.p-reviewItem__person {
  gap: 30px !important;
}
@media (max-width: 575px) {
  .p-reviewItem__person {
    gap: 20px !important;
  }
}
.p-reviewItem__person .is-columnLeft {
  flex-basis: 100px !important;
  flex-grow: 0 !important;
}
@media (max-width: 575px) {
  .p-reviewItem__person .is-columnLeft {
    flex-basis: 80px !important;
  }
}
.p-reviewItem__person .is-columnRight {
  flex: 1;
}
.p-reviewItem__person .is-columnRight p {
  margin-top: 0;
}
.p-reviewItem__content p {
  margin-top: 0 !important;
}
.p-reviewItem__content .smb-accordion {
  margin-top: 0 !important;
  /* 「show more」をクリックすると消えるようにする */
}
.p-reviewItem__content .smb-accordion__item__control:checked + .smb-accordion__item__title {
  display: none;
}
.p-reviewItem__content .smb-accordion__item__title {
  background-color: transparent;
  padding-left: 0 !important;
}
.p-reviewItem__content .smb-accordion__item__title__label {
  text-decoration: underline;
  pointer-events: pointer;
}
.p-reviewItem__content .smb-accordion__item__title__icon {
  display: none;
}
.p-reviewItem__content .smb-accordion__item__body {
  padding: 0 !important;
}

.p-gallery .smb-spider-slider {
  position: relative;
}
.p-gallery .spider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.p-gallery .spider__dot {
  background-color: #fff !important;
}
.p-gallery .spider__dot[aria-current=true] {
  background-color: #333333 !important;
}

.p-contact .wpcf7-not-valid-tip {
  color: #eb4c62;
}
.p-contact .wpcf7-form input[type=text],
.p-contact .wpcf7-form input[type=email],
.p-contact .wpcf7-form textarea {
  border: 1px solid #707070;
  box-sizing: border-box;
  width: 100%;
  padding: 34px 1rem 0.75rem;
}
.p-contact .wpcf7-form input[type=submit] {
  appearance: none;
  border: none;
  background-color: #333;
  color: #fff;
  font-weight: bolder;
  max-width: 30%;
  min-width: 200px;
  border-radius: 50px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.p-contact__formItem {
  position: relative;
  z-index: 1;
}
.p-contact__formItem label {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #cccccc;
  font-size: 14px;
  line-height: 1;
}
.p-contact__formItem.is-submitBtn {
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.p-contact__formItem.is-submitBtn .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: calc(100% + 10px);
}

.p-hotelGroup .wp-block-columns {
  column-gap: 7.2580645161%;
  row-gap: 30px;
}
@media (max-width: 1023px) {
  .p-hotelGroup .wp-block-columns {
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .p-hotelGroup .wp-block-columns {
    column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .p-hotelGroup .wp-block-columns {
    column-gap: 10px;
  }
}
@media (max-width: 419px) {
  .p-hotelGroup .wp-block-columns {
    column-gap: 5px;
  }
}
.p-hotelGroup .wp-block-column {
  flex: 1;
}
@media (max-width: 419px) {
  .p-hotelGroup .wp-block-column {
    flex-basis: 100% !important;
  }
}
.p-hotelGroup .wp-block-column a {
  transition: opacity 0.3s;
}
.p-hotelGroup .wp-block-column a:hover {
  opacity: 0.8;
}

.p-fixedFooter {
  width: 100%;
  background-color: #333;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #ffffff;
}
.p-fixedFooter__items {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.p-fixedFooter__item {
  flex: 1;
}
.p-fixedFooter__item a {
  display: block;
  transition: background-color 0.3s;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}
@media (max-width: 575px) {
  .p-fixedFooter__item a {
    font-size: 11px;
  }
}
@media (max-width: 419px) {
  .p-fixedFooter__item a {
    font-size: 8px;
  }
}
.p-fixedFooter__item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-fixedFooter__item a img {
  display: block;
  height: 40px;
  margin-bottom: 5px;
}

.home .p-fixedFooter {
  transform: translateY(100%);
  transition: transform 0.5s;
}
.home .p-fixedFooter.is-active {
  transition-delay: 0.5s;
  transform: translateY(0);
}

.p-features {
  overflow: hidden;
}
.p-features__headImg {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  position: relative;
  min-height: 600px;
}
@media (max-width: 767px) {
  .p-features__headImg {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .p-features__headImg {
    min-height: 40vh;
    min-height: 40dvh;
  }
}
@media (max-width: 419px) {
  .p-features__headImg {
    min-height: 35vh;
    min-height: 35dvh;
  }
}
.p-features__headImg .smb-section__inner .smb-section__header .smb-section__title {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-features__headImg .smb-section__inner .smb-section__header .smb-section__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .p-features__headImg .smb-section__inner .smb-section__header .smb-section__title {
    font-size: 30px;
  }
}
@media (max-width: 419px) {
  .p-features__headImg .smb-section__inner .smb-section__header .smb-section__lede-wrapper {
    margin-top: 10px !important;
  }
}
.p-features__headImg .smb-section__inner .smb-section__header .smb-section__lede {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-features__headImg .smb-section__inner .smb-section__header .smb-section__lede {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .p-features__headImg .smb-section__inner .smb-section__header .smb-section__lede {
    font-size: 14px;
  }
}
@media (max-width: 419px) {
  .p-features__headImg .smb-section__inner .smb-section__header .smb-section__lede {
    font-size: 13px;
  }
}
.p-features__headImg .smb-section__inner .smb-section__body {
  display: none;
}

.p-features .is-bedroom .p-features__headImg .smb-section__inner {
  position: absolute;
  bottom: 80px;
  right: 10%;
}
@media (max-width: 1023px) {
  .p-features .is-bedroom .p-features__headImg .smb-section__inner {
    right: 0;
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .p-features .is-bedroom .p-features__headImg .smb-section__inner {
    bottom: 30px;
  }
}
@media (max-width: 419px) {
  .p-features .is-bedroom .p-features__headImg .smb-section__inner {
    bottom: 20px;
  }
}
.p-features .is-bedroom .p-features__headImg .smb-section__inner .smb-section__header {
  text-align: right;
}

.p-features .is-kitchen .p-features__headImg .smb-section__inner {
  position: absolute;
  top: 80px;
  left: 10%;
}
@media (max-width: 1023px) {
  .p-features .is-kitchen .p-features__headImg .smb-section__inner {
    top: 60px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .p-features .is-kitchen .p-features__headImg .smb-section__inner {
    top: 30px;
  }
}
@media (max-width: 419px) {
  .p-features .is-kitchen .p-features__headImg .smb-section__inner {
    top: 20px;
  }
}
.p-features .is-kitchen .p-features__headImg .smb-section__inner .smb-section__header {
  text-align: left;
}

.p-features .is-bath .p-features__headImg .smb-section__inner {
  position: absolute;
  bottom: 80px;
  right: 10%;
}
@media (max-width: 1023px) {
  .p-features .is-bath .p-features__headImg .smb-section__inner {
    bottom: 60px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .p-features .is-bath .p-features__headImg .smb-section__inner {
    bottom: 30px;
  }
}
@media (max-width: 419px) {
  .p-features .is-bath .p-features__headImg .smb-section__inner {
    bottom: 20px;
  }
}
.p-features .is-bath .p-features__headImg .smb-section__inner .smb-section__header {
  text-align: right;
}

.p-features .is-gameRoom .p-features__headImg .smb-section__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
@media (max-width: 1023px) {
  .p-features .is-gameRoom .p-features__headImg .smb-section__inner {
    left: 0;
  }
}
.p-features .is-gameRoom .p-features__headImg .smb-section__inner .smb-section__header {
  text-align: left;
}

.p-features .is-games .p-features__headImg .smb-section__inner {
  position: absolute;
  top: 20%;
  right: 10%;
}
@media (max-width: 1023px) {
  .p-features .is-games .p-features__headImg .smb-section__inner {
    right: 0;
  }
}

@media (max-width: 575px) {
  .p-floorMap .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
}
@media (max-width: 575px) {
  .p-floorMap .wp-block-column {
    flex-basis: 100% !important;
  }
}

.p-more .wp-block-navigation {
  align-items: center;
}
.p-more .wp-block-navigation-item {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .p-more .wp-block-navigation-item {
    font-size: 20px;
  }
}
@media (max-width: 419px) {
  .p-more .wp-block-navigation-item {
    font-size: 18px;
  }
}
.p-more .wp-block-navigation-item:hover {
  opacity: 1;
}
.p-more .wp-block-navigation-item__label {
  position: relative;
  padding-left: calc(1em + 10px);
}
.p-more .wp-block-navigation-item__label:hover::before {
  left: 3px;
}
.p-more .wp-block-navigation-item__label::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("../img/sankaku.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: left 0.3s;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.center {
  text-align: center;
}

.u-displayNone {
  display: none;
}

.u-pcNone {
  display: none;
}
@media (max-width: 767px) {
  .u-pcNone {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-spNone {
    display: none;
  }
}

.u-displayInlineBlock {
  display: inline-block;
}

/* vegasカスタムアニメーション */
.vegas-animation-myZoomIn {
  animation: myZoomIn ease-in-out;
}

@keyframes myZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p-top-mv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  clip-path: inset(0);
}
@media (max-width: 767px) {
  .p-top-mv {
    height: 60vh;
    height: 60dvh;
  }
}
@media (max-width: 575px) {
  .p-top-mv {
    height: 40vh;
    height: 40dvh;
  }
}
.p-top-mv__bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-top-mv__slider {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
@media (max-width: 767px) {
  .p-top-mv__slider {
    height: 60vh;
    height: 60dvh;
  }
}
@media (max-width: 575px) {
  .p-top-mv__slider {
    height: 40vh;
    height: 40dvh;
  }
}

.p-top-review .spider__canvas {
  align-items: flex-start;
}
.p-top-review .spider__dots {
  bottom: 0px;
  min-height: initial !important;
}
.p-top-review .spider__dot {
  background-color: #fff !important;
}
.p-top-review .spider__dot[aria-current=true] {
  background-color: #333333 !important;
}
.p-top-review__item .smb-spider-contents-slider__item {
  padding: 40px;
  position: relative;
  margin: 0 10px 40px 10px;
  border-radius: 30px !important;
}
@media (max-width: 767px) {
  .p-top-review__item .smb-spider-contents-slider__item {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .p-top-review__item .smb-spider-contents-slider__item {
    padding: 20px 40px;
    border-radius: 20px !important;
    font-size: 15px;
  }
}
@media (max-width: 419px) {
  .p-top-review__item .smb-spider-contents-slider__item {
    padding: 20px 30px;
    font-size: 14px;
  }
}
.p-top-review__item .smb-spider-contents-slider__item:before {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -40px;
  transform: rotate(90deg);
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
@media (max-width: 767px) {
  .p-top-review__item .smb-spider-contents-slider__item:before {
    bottom: -30px;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
  }
}
.p-top-review__star .smb-evaluation-star__numeric {
  display: none !important;
}
.p-top-review__star .smb-evaluation-star__icon {
  font-size: 30px;
}
@media (max-width: 767px) {
  .p-top-review__star .smb-evaluation-star__icon {
    font-size: 24px;
  }
}
.p-top-review__person {
  gap: 30px !important;
}
@media (max-width: 575px) {
  .p-top-review__person {
    gap: 20px !important;
  }
}
.p-top-review__person .is-columnLeft {
  flex-basis: 100px !important;
  flex-grow: 0 !important;
}
@media (max-width: 575px) {
  .p-top-review__person .is-columnLeft {
    flex-basis: 80px !important;
  }
}
.p-top-review__person .is-columnRight {
  flex: 1;
}
.p-top-review__person .is-columnRight p {
  margin-top: 0;
}
.p-top-review__content p {
  margin-top: 0 !important;
}
.p-top-review__content .smb-accordion {
  margin-top: 0 !important;
  /* 「show more」をクリックすると消えるようにする */
}
.p-top-review__content .smb-accordion__item__control:checked + .smb-accordion__item__title {
  display: none;
}
.p-top-review__content .smb-accordion__item__title {
  background-color: transparent;
  padding-left: 0 !important;
}
.p-top-review__content .smb-accordion__item__title__label {
  text-decoration: underline;
  pointer-events: pointer;
}
.p-top-review__content .smb-accordion__item__title__icon {
  display: none;
}
.p-top-review__content .smb-accordion__item__body {
  padding: 0 !important;
}

.p-top-access .wp-block-columns {
  padding-left: var(--_container-margin-left);
  padding-right: var(--_container-margin-right);
  gap: 60px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .p-top-access .wp-block-columns {
    gap: 40px !important;
  }
}
@media (max-width: 575px) {
  .p-top-access .wp-block-columns {
    gap: 30px !important;
  }
}
@media (max-width: 419px) {
  .p-top-access .wp-block-columns {
    gap: 20px !important;
  }
}
.p-top-access .wp-block-columns .is-columnLeft,
.p-top-access .wp-block-columns .is-columnRight {
  flex: 1 !important;
}
.p-top-access .wp-block-columns .is-columnRight ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 2;
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .p-top-access .wp-block-columns .is-columnRight ul {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .p-top-access .wp-block-columns .is-columnRight ul {
    font-size: 18px !important;
  }
}
@media (max-width: 419px) {
  .p-top-access .wp-block-columns .is-columnRight ul {
    font-size: 14px !important;
  }
}
.p-top-access .wp-block-columns .is-columnRight ul li {
  margin-top: 0 !important;
}

.p-top-news .c-entries {
  border-top: none !important;
}
.p-top-news .c-entries__item {
  border-bottom: none !important;
}
@media (max-width: 575px) {
  .p-top-news .c-entries__item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.p-top-news .c-entry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px !important;
}
@media (max-width: 767px) {
  .p-top-news .c-entry-summary {
    gap: 40px !important;
  }
}
@media (max-width: 575px) {
  .p-top-news .c-entry-summary {
    gap: 30px !important;
  }
}
@media (max-width: 419px) {
  .p-top-news .c-entry-summary {
    gap: 20px !important;
  }
}
.p-top-news .c-entry-summary:before, .p-top-news .c-entry-summary:after {
  display: none !important;
}
.p-top-news .c-entry-summary__figure {
  width: 25%;
  min-width: 100px;
  margin-right: 0 !important;
  aspect-ratio: 1/1;
  border: 5px solid #ffffff;
  box-shadow: 0 0 4px #cccccc;
}
.p-top-news .c-entry-summary__body {
  width: auto;
  flex: 1;
}
.p-top-news .c-entry-summary__title {
  font-size: 22px;
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .p-top-news .c-entry-summary__title {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .p-top-news .c-entry-summary__title {
    font-size: 15px !important;
  }
}
.p-top-news .c-entry-summary__term, .p-top-news .c-entry-summary__meta {
  display: none;
}

.home .p-booking.is-black .smb-section__fixed-background {
  margin-top: -1px;
}
.home .p-booking.is-white {
  border-bottom: 1px solid #707070;
}

.p-art-artGallery {
  overflow: hidden;
}
.p-art-artGallery__headImg {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  position: relative;
  min-height: 600px;
}
@media (max-width: 767px) {
  .p-art-artGallery__headImg {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .p-art-artGallery__headImg {
    min-height: 40vh;
    min-height: 40dvh;
  }
}
@media (max-width: 419px) {
  .p-art-artGallery__headImg {
    min-height: 35vh;
    min-height: 35dvh;
  }
}
.p-art-artGallery__headImg .smb-section__inner {
  position: absolute;
  top: 80px;
  left: 10%;
}
@media (max-width: 1023px) {
  .p-art-artGallery__headImg .smb-section__inner {
    top: 60px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .p-art-artGallery__headImg .smb-section__inner {
    top: 30px;
  }
}
@media (max-width: 419px) {
  .p-art-artGallery__headImg .smb-section__inner {
    top: 20px;
  }
}
.p-art-artGallery__headImg .smb-section__inner .smb-section__header {
  text-align: left;
}
.p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__title {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__title {
    font-size: 30px;
  }
}
@media (max-width: 419px) {
  .p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__lede-wrapper {
    margin-top: 10px !important;
  }
}
.p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__lede {
  font-size: 22px;
}
@media (max-width: 767px) {
  .p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__lede {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__lede {
    font-size: 14px;
  }
}
@media (max-width: 419px) {
  .p-art-artGallery__headImg .smb-section__inner .smb-section__header .smb-section__lede {
    font-size: 13px;
  }
}
.p-art-artGallery__headImg .smb-section__inner .smb-section__body {
  display: none;
}

.p-about__inner .smb-section__fixed-background {
  width: 100vw;
  left: calc((100vw - 100%) / -2);
}
@media (max-width: 1023px) {
  .p-about__inner .wp-block-image {
    margin-left: calc((100vw - 100%) / -2) !important;
    width: 100vw !important;
    max-width: initial;
  }
}

.p-about-message__fukidashi {
  border-radius: 30px;
  padding: 60px;
  background-color: #fff;
  position: relative;
  overflow: initial !important;
}
@media (max-width: 767px) {
  .p-about-message__fukidashi {
    padding: 30px;
  }
}
.p-about-message__fukidashi:before {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -39px;
  transform: rotate(90deg);
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
.p-about-message__fukidashi .smb-box__background {
  border: none;
}

.p-about-sns__lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 60px;
  gap: 80px;
}
@media (max-width: 575px) {
  .p-about-sns__lists {
    font-size: 30px;
    gap: 40px;
  }
}
.p-about-sns__list {
  line-height: 1;
}
.p-about-sns__list a {
  color: #fff;
  transition: color 0.5s;
}
.p-about-sns__list a:hover {
  color: #333;
}

.p-about-profile .c-responsive-table img {
  width: 150px;
}

.p-about-logoStory {
  overflow: hidden;
}
.p-about-logoStory .wp-block-snow-monkey-blocks-section {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .p-about-logoStory .wp-block-snow-monkey-blocks-section {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-about-logoStory .wp-block-snow-monkey-blocks-section {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .p-about-logoStory .wp-block-snow-monkey-blocks-section {
    font-size: 14px;
  }
}
@media (max-width: 419px) {
  .p-about-logoStory .wp-block-snow-monkey-blocks-section {
    font-size: 12px;
  }
}
.p-about-logoStory .smb-section__fixed-background {
  width: 100vw;
  left: calc((100vw - 100%) / -2);
}
.p-about-logoStory .wp-block-group .wp-block-columns {
  column-gap: 60px !important;
}
@media (max-width: 767px) {
  .p-about-logoStory .wp-block-group .wp-block-columns {
    column-gap: 30px !important;
  }
}
@media (max-width: 575px) {
  .p-about-logoStory .wp-block-group .wp-block-columns {
    column-gap: 20px !important;
  }
}
.p-about-logoStory .wp-block-group .wp-block-columns .wp-block-column {
  flex: 1;
}
@media (max-width: 419px) {
  .p-about-logoStory .wp-block-group .wp-block-columns.is-plusColumn {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .p-about-logoStory .wp-block-group .wp-block-columns.is-plusColumn .is-rightColumn {
    margin-right: calc((100vw - 100%) / -2 - 40px);
  }
}
@media (max-width: 419px) {
  .p-about-logoStory .wp-block-group .wp-block-columns.is-plusColumn .is-rightColumn {
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .p-about-logoStory .wp-block-group .wp-block-columns.is-kColumn .is-leftColumn {
    margin-left: calc((100vw - 100%) / -2);
  }
}
.p-access__inner .smb-section__fixed-background {
  width: 100vw;
  left: calc((100vw - 100%) / -2);
}

@media (max-width: 419px) {
  .p-faq {
    font-size: 14px;
  }
}
.p-faq__inner .smb-section__fixed-background {
  width: 100vw;
  left: calc((100vw - 100%) / -2);
}
.p-faq .smb-faq {
  border-top: none;
}
.p-faq .smb-faq__item {
  border-bottom: none;
  padding-bottom: 0;
}
.p-faq .smb-faq__item__question {
  font-weight: normal;
}
.p-faq .smb-faq__item__question__label, .p-faq .smb-faq__item__answer__label {
  position: relative;
}
@media (max-width: 419px) {
  .p-faq .smb-faq__item__question__label, .p-faq .smb-faq__item__answer__label {
    margin-right: calc(var(--_space, 1.8rem) * 0.5 * var(--_margin-scale, 1));
  }
}
.p-faq .smb-faq__item__question__label:after, .p-faq .smb-faq__item__answer__label:after {
  content: ".";
  position: absolute;
  right: -8px;
}

.p-news .wp-block-post-template {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  border-top: 0 !important;
  gap: 60px;
}
@media (max-width: 1023px) {
  .p-news .wp-block-post-template {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .p-news .wp-block-post-template {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .p-news .wp-block-post-template {
    gap: 20px;
  }
}
.p-news .wp-block-post-template .wp-block-post {
  width: calc(50% - 30px);
  border-bottom: none !important;
  margin-top: 0 !important;
  margin-left: initial !important;
  margin-right: initial !important;
}
@media (max-width: 1023px) {
  .p-news .wp-block-post-template .wp-block-post {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .p-news .wp-block-post-template .wp-block-post {
    width: 100%;
  }
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns {
  display: flex;
  column-gap: 30px;
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .p-news .wp-block-post-template .wp-block-post .wp-block-columns {
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .p-news .wp-block-post-template .wp-block-post .wp-block-columns {
    column-gap: 30px;
  }
}
@media (max-width: 575px) {
  .p-news .wp-block-post-template .wp-block-post .wp-block-columns {
    column-gap: 20px;
  }
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0;
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__img {
  width: calc(50% - 15px);
  flex-shrink: 0;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  .p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__img {
    width: 25%;
    min-width: 100px;
  }
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__img figure {
  aspect-ratio: 1/1;
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__img figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__img figure:hover img {
  transform: scale(1.2);
}
.p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__content {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .p-news .wp-block-post-template .wp-block-post .wp-block-columns .p-news__content {
    width: initial;
    flex: 1;
  }
}
.p-news .wp-block-query-pagination {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}
@media (max-width: 575px) {
  .p-news .wp-block-query-pagination {
    flex-direction: column;
    gap: 20px;
  }
}
.p-news .wp-block-query-pagination > a:hover {
  text-decoration: none;
}
.p-news .wp-block-query-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #333333;
  text-align: center;
  width: 30px;
  line-height: 30px;
  transition: color 0.3s, background-color 0.3s;
}
.p-news .wp-block-query-pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #333333;
}
.p-news .wp-block-query-pagination .page-numbers.current {
  background-color: #333333;
  color: #ffffff;
}
.p-news__itemTitle {
  font-size: 22px !important;
}
@media (max-width: 1023px) {
  .p-news__itemTitle {
    font-size: 20px !important;
  }
}
@media (max-width: 1023px) {
  .p-news__itemTitle {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .p-news__itemTitle {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .p-news__itemTitle {
    font-size: 15px !important;
  }
}
.p-news__itemTitle:hover {
  text-decoration: underline;
}
.p-news__itemCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 1023px) {
  .p-news__itemCategory {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .p-news__itemCategory {
    font-size: 12px;
  }
}
.p-news__itemCategory span {
  display: none;
}
.p-news__itemCategory a {
  text-decoration: none;
  border: 1px solid #333333;
  display: inline-block;
  padding: 0.1em 0.5em;
  transition: background-color 0.3s, color 0.3s;
}
.p-news__itemCategory a:hover {
  background-color: #333333;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .p-news__itemDate {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .p-news__itemDate {
    font-size: 12px;
  }
}

.single-post .c-entry__title {
  font-size: 28px;
}
@media (max-width: 767px) {
  .single-post .c-entry__title {
    font-size: 25px;
  }
}
.single-post .c-meta {
  gap: 10px;
}
.single-post .c-meta__item--modified svg {
  display: none;
}
.single-post .c-meta__item--modified time::before {
  content: "Last update ";
}
.single-post .c-meta__item--author::before {
  content: "By ";
  white-space: pre-wrap;
}
.single-post .c-meta__item--author img {
  display: none;
}
.single-post .c-meta__item--categories svg {
  display: none;
}
.single-post .c-meta__item--categories a {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #333;
  transition: background-color 0.3s, color 0.3s;
  font-weight: initial;
  line-height: initial;
}
.single-post .c-meta__item--categories a:hover {
  text-decoration: initial;
  background-color: #333;
  color: #ffffff;
}
.single-post .c-prev-next-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post .c-prev-next-nav__item {
  width: initial;
}
.single-post .c-prev-next-nav__item:not(:first-child) {
  margin-top: 0 !important;
}
.single-post .c-prev-next-nav__item > a {
  padding: 0;
  color: #333;
  background-color: #fdfdfd;
}
.single-post .c-prev-next-nav__item-figure {
  background-color: transparent;
}
.single-post .c-prev-next-nav__item-figure img {
  display: none;
}
.single-post .c-prev-next-nav__item-title {
  display: none;
}
.single-post .c-prev-next-nav__item-label {
  font-size: 20px;
}

.archive .c-entries {
  border-top: none !important;
}
.archive .c-entries__item {
  border-bottom: none !important;
}
@media (max-width: 575px) {
  .archive .c-entries__item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.archive .c-entry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px !important;
}
@media (max-width: 767px) {
  .archive .c-entry-summary {
    gap: 40px !important;
  }
}
@media (max-width: 575px) {
  .archive .c-entry-summary {
    gap: 30px !important;
  }
}
@media (max-width: 419px) {
  .archive .c-entry-summary {
    gap: 20px !important;
  }
}
.archive .c-entry-summary:before, .archive .c-entry-summary:after {
  display: none !important;
}
.archive .c-entry-summary__figure {
  width: 25%;
  min-width: 100px;
  margin-right: 0 !important;
  aspect-ratio: 1/1;
  border: 5px solid #ffffff;
  box-shadow: 0 0 4px #cccccc;
}
.archive .c-entry-summary__body {
  width: auto;
  flex: 1;
}
.archive .c-entry-summary__title {
  font-size: 22px;
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .archive .c-entry-summary__title {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .archive .c-entry-summary__title {
    font-size: 15px !important;
  }
}
.archive .c-entry-summary__term, .archive .c-entry-summary__meta {
  display: none;
}

.search .c-entries {
  border-top: none !important;
}
.search .c-entries__item {
  border-bottom: none !important;
}
@media (max-width: 575px) {
  .search .c-entries__item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.search .c-entry-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px !important;
}
@media (max-width: 767px) {
  .search .c-entry-summary {
    gap: 40px !important;
  }
}
@media (max-width: 575px) {
  .search .c-entry-summary {
    gap: 30px !important;
  }
}
@media (max-width: 419px) {
  .search .c-entry-summary {
    gap: 20px !important;
  }
}
.search .c-entry-summary:before, .search .c-entry-summary:after {
  display: none !important;
}
.search .c-entry-summary__figure {
  width: 25%;
  min-width: 100px;
  margin-right: 0 !important;
  aspect-ratio: 1/1;
  border: 5px solid #ffffff;
  box-shadow: 0 0 4px #cccccc;
}
.search .c-entry-summary__body {
  width: auto;
  flex: 1;
}
.search .c-entry-summary__title {
  font-size: 22px;
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .search .c-entry-summary__title {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .search .c-entry-summary__title {
    font-size: 15px !important;
  }
}
.search .c-entry-summary__meta {
  display: none;
}/*# sourceMappingURL=style.css.map */