@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(base.css);
/* line 9, ../sass/screen.scss */
body {
  background-color: #464342;
  color: #ffffff;
  /* Googleフォント推奨（<head>に記載） */
  @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
  /* 見出しブロック全体 */
  /* 見出しタイトル */
  /* ゴールドの下線装飾 */
  /* 光沢感のある背景演出（あくまで subtle に） */
  /* 見出しを最前面に */
  /* 円（before） */
  /* 矢印（after） */
  /* ホバー・アニメーション用の下線（デフォルト） */
  /* ホバー時に下線が左から右に伸びる */
  /* アクティブ状態用：別の疑似要素で常時下線を表示 */
}
/* line 15, ../sass/screen.scss */
body .elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
body .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
  color: #fff;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 32, ../sass/screen.scss */
body #top-hero {
  position: relative;
  z-index: 999;
}
/* line 37, ../sass/screen.scss */
body #content {
  padding: 2% 2% 5rem;
  margin-top: 2%;
  margin-bottom: 10%;
  color: #FFF;
  background: #333;
}
/* line 46, ../sass/screen.scss */
body .border-title span {
  display: inline-block;
  position: relative;
}
/* line 49, ../sass/screen.scss */
body .border-title span:after {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 100%;
  background: #333;
  margin-top: -1.5em;
  position: absolute;
  z-index: -1;
  bottom: -0.3em;
  left: 0;
}
/* line 64, ../sass/screen.scss */
body #post-thumb {
  margin-bottom: 3em;
}
/* line 68, ../sass/screen.scss */
body .page-header .entry-title, body .site-footer .footer-inner, body .site-footer:not(.dynamic-footer), body .site-header .header-inner, body .site-header:not(.dynamic-header), body body:not([class*=elementor-page-]) .site-main {
  max-width: 100% !important;
}
/* line 72, ../sass/screen.scss */
body .page-header,
body .entry-header {
  margin: -1.5em 0 5em;
  border-bottom: 5px solid #000000;
}
/* line 77, ../sass/screen.scss */
body .page-header .entry-title,
body .entry-header .entry-title {
  color: #fff;
}
/* line 86, ../sass/screen.scss */
body .page-header {
  background-color: #333;
  padding: 100px 20px 80px;
  text-align: center;
  border-bottom: 1px solid #e0d6c6;
  position: relative;
}
/* line 96, ../sass/screen.scss */
body .entry-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #a88f5c;
  /* 上品なゴールドブラウン */
  letter-spacing: 0.06em;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
/* line 109, ../sass/screen.scss */
body .entry-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 1px;
}
/* line 122, ../sass/screen.scss */
body .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 215, 160, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  transform: translateX(-50%);
  z-index: 0;
}
/* line 135, ../sass/screen.scss */
body .entry-title {
  position: relative;
  z-index: 1;
}
/* line 140, ../sass/screen.scss */
body .btn-link {
  padding: 8px 20px;
  background: #485169;
  border-radius: 2em;
}
/* line 144, ../sass/screen.scss */
body .btn-link:hover {
  background: #48678E;
}
/* line 152, ../sass/screen.scss */
body #events-container,
body #news-container,
body #topics-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
/* line 159, ../sass/screen.scss */
body #events-container .news-item-wrap, body #events-container .events-item-wrap,
body #news-container .news-item-wrap,
body #news-container .events-item-wrap,
body #topics-container .news-item-wrap,
body #topics-container .events-item-wrap {
  display: flex;
  width: 100%;
}
/* line 163, ../sass/screen.scss */
body #events-container .news-item-wrap .img img, body #events-container .events-item-wrap .img img,
body #news-container .news-item-wrap .img img,
body #news-container .events-item-wrap .img img,
body #topics-container .news-item-wrap .img img,
body #topics-container .events-item-wrap .img img {
  aspect-ratio: 16/8;
  object-fit: cover;
  width: 100%;
}
/* line 167, ../sass/screen.scss */
body #events-container .news-item-wrap .img img:hover, body #events-container .events-item-wrap .img img:hover,
body #news-container .news-item-wrap .img img:hover,
body #news-container .events-item-wrap .img img:hover,
body #topics-container .news-item-wrap .img img:hover,
body #topics-container .events-item-wrap .img img:hover {
  transition-duration: 100ms;
  transform: scale(1.005);
}
/* line 173, ../sass/screen.scss */
body #events-container .news-item-wrap .title, body #events-container .events-item-wrap .title,
body #news-container .news-item-wrap .title,
body #news-container .events-item-wrap .title,
body #topics-container .news-item-wrap .title,
body #topics-container .events-item-wrap .title {
  padding: 15px;
}
/* line 176, ../sass/screen.scss */
body #events-container .news-item-wrap .time, body #events-container .events-item-wrap .time,
body #news-container .news-item-wrap .time,
body #news-container .events-item-wrap .time,
body #topics-container .news-item-wrap .time,
body #topics-container .events-item-wrap .time {
  font-size: 15px;
  padding: 0 10px;
  color: #fff;
}
/* line 181, ../sass/screen.scss */
body #events-container .news-item-wrap .news-item, body #events-container .events-item-wrap .news-item,
body #news-container .news-item-wrap .news-item,
body #news-container .events-item-wrap .news-item,
body #topics-container .news-item-wrap .news-item,
body #topics-container .events-item-wrap .news-item {
  font-size: 24px;
  margin-bottom: 100px;
  background: radial-gradient(circle at center, rgba(255, 215, 160, 0.08) 0%, rgba(0, 0, 0, 0.3) 70%);
  width: 100%;
}
/* line 198, ../sass/screen.scss */
body.home #events-container .news-item-wrap .news-item, body.home #events-container .events-item-wrap .news-item,
body.home #news-container .news-item-wrap .news-item,
body.home #news-container .events-item-wrap .news-item,
body.home #topics-container .news-item-wrap .news-item,
body.home #topics-container .events-item-wrap .news-item {
  background: #111;
}
/* line 201, ../sass/screen.scss */
body.home #events-container .news-item-wrap .time, body.home #events-container .events-item-wrap .time,
body.home #news-container .news-item-wrap .time,
body.home #news-container .events-item-wrap .time,
body.home #topics-container .news-item-wrap .time,
body.home #topics-container .events-item-wrap .time {
  text-align: right;
  padding: 0 10px 10px;
}
/* line 204, ../sass/screen.scss */
body.home #events-container .news-item-wrap .time::before, body.home #events-container .events-item-wrap .time::before,
body.home #news-container .news-item-wrap .time::before,
body.home #news-container .events-item-wrap .time::before,
body.home #topics-container .news-item-wrap .time::before,
body.home #topics-container .events-item-wrap .time::before {
  content: "Update: ";
}
/* line 216, ../sass/screen.scss */
body #wpmem_restricted_msg {
  margin-top: 3em;
}
/* line 220, ../sass/screen.scss */
body #wpmem_login, body #wpmem_reg {
  width: 80%;
  margin: auto;
}
/* line 226, ../sass/screen.scss */
body #wpmem_reg fieldset {
  position: relative;
  padding-top: 4em;
  width: 100%;
}
/* line 231, ../sass/screen.scss */
body #wpmem_reg legend {
  display: none;
}
/* line 235, ../sass/screen.scss */
body #wpmem_reg .reg-row label {
  width: 25%;
}
/* line 238, ../sass/screen.scss */
body #wpmem_reg .reg-row .div_text, body #wpmem_reg .reg-row .div_textarea {
  width: 75%;
}
/* line 242, ../sass/screen.scss */
body #wpmem_reg .req-text {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 249, ../sass/screen.scss */
body .news-list-link {
  text-align: right;
}
/* line 253, ../sass/screen.scss */
body .section-title {
  position: relative;
}
/* line 255, ../sass/screen.scss */
body .section-title::after {
  content: "";
  width: 90%;
  display: block;
  position: absolute;
  border-bottom: 10px solid #54595F;
  margin: auto;
  left: 5%;
  height: 0;
  top: calc(50% - 5px);
  z-index: -1;
}
/* line 269, ../sass/screen.scss */
body .e-con.e-grid.about-line > .e-con-inner {
  grid-template-columns: 1fr 4fr;
}
/* line 274, ../sass/screen.scss */
body .about-grid {
  position: relative;
}
/* line 276, ../sass/screen.scss */
body .about-grid::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2%;
  left: 2%;
  background: #FAFAFA;
  z-index: -1;
}
/* line 289, ../sass/screen.scss */
body .entry-form {
  width: 80%;
  padding: 5%;
  background: #fafafa;
  margin: auto;
  border-radius: 20px;
}
/* line 297, ../sass/screen.scss */
body .form-row {
  display: flex;
  flex-direction: column;
}
/* line 300, ../sass/screen.scss */
body .form-row .form-index {
  padding: 1.4em 0 .4em;
  font-size: 1.4em;
}
/* line 303, ../sass/screen.scss */
body .form-row .form-index label {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
/* line 312, ../sass/screen.scss */
body .form-row .form-index label span {
  font-size: 70%;
  color: #2778be;
}
/* line 319, ../sass/screen.scss */
body .form-row [type=checkbox] {
  transform: scale(1.5);
}
/* line 323, ../sass/screen.scss */
body .form-row .file-pickup {
  padding: 0 .4em 1em;
}
/* line 325, ../sass/screen.scss */
body .form-row .file-pickup .pickup-item {
  display: flex;
  align-items: center;
}
/* line 328, ../sass/screen.scss */
body .form-row .file-pickup .pickup-item span {
  width: calc(100% - 2em);
}
/* line 332, ../sass/screen.scss */
body .form-row .file-pickup [id$=-file] {
  display: none;
  margin-top: 1em;
  margin-left: 1.4em;
}
/* line 342, ../sass/screen.scss */
body #contact-form label {
  display: flex;
  align-items: center;
}
/* line 345, ../sass/screen.scss */
body #contact-form label span {
  margin-left: 20px;
  font-size: 80%;
  color: #FC3F19;
}
/* line 353, ../sass/screen.scss */
body [type=reset] {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all .3s;
}
/* line 369, ../sass/screen.scss */
body [type=rest]:focus, body [type=reset]:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}
/* line 375, ../sass/screen.scss */
body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
  border: 1px solid #ccc;
}
/* line 378, ../sass/screen.scss */
body .btn {
  margin-top: 2em;
}
/* line 380, ../sass/screen.scss */
body .btn input {
  border: 3px solid #FC3F19;
  border-radius: 1.6em;
  padding: 0.6em 2em;
  font-size: 24px;
  font-weight: bold;
  color: #FC3F19;
  box-shadow: none;
}
/* line 388, ../sass/screen.scss */
body .btn input:hover, body .btn input:focus {
  background: #FC3F19;
  color: #fff;
  outline: none;
}
/* line 397, ../sass/screen.scss */
body .elementor-editor-active .entry-form {
  display: none;
}
/* line 402, ../sass/screen.scss */
body .copy {
  padding: 1em;
  background: #666;
}
/* line 405, ../sass/screen.scss */
body .copy p {
  text-align: center;
  margin-bottom: 0;
}
/* line 411, ../sass/screen.scss */
body .text-point-color {
  color: #006097;
}
/* line 415, ../sass/screen.scss */
body #gnav {
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
}
/* line 428, ../sass/screen.scss */
body #gnav:before {
  content: "";
  border-bottom: 3px solid #aaa;
  width: 50px;
  height: 10px;
  color: #aaa;
}
/* line 435, ../sass/screen.scss */
body #gnav:after {
  content: "";
  border-top: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  width: 50px;
  height: 20px;
  color: #aaa;
  margin-top: 13px;
}
/* line 445, ../sass/screen.scss */
body #gnav ul {
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
}
/* line 458, ../sass/screen.scss */
body #gnav ul li a {
  justify-content: center;
}
/* line 462, ../sass/screen.scss */
body #gnav ul:before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 58px;
  height: 10px;
  color: #fff;
  position: absolute;
  top: 39px;
  right: 14px;
  transform: rotate(29deg);
}
/* line 473, ../sass/screen.scss */
body #gnav ul:after {
  content: "";
  border-bottom: 3px solid #fff;
  width: 58px;
  height: 20px;
  color: #fff;
  margin-top: 13px;
  position: absolute;
  top: 32px;
  right: 12px;
  transform: rotate(150deg);
}
/* line 489, ../sass/screen.scss */
body.archive.category .post {
  margin-bottom: 5rem;
}
/* line 495, ../sass/screen.scss */
body .member-list .flex-row-header {
  background: #0ACFE8;
  color: #fff;
  font-weight: bold;
}
/* line 500, ../sass/screen.scss */
body .member-list .col {
  padding: 5px;
}
/* line 503, ../sass/screen.scss */
body .member-list .list-contents {
  border-bottom: 1px solid #ccc;
}
/* line 506, ../sass/screen.scss */
body .member-list .list-1st-contents {
  border-top: 1px solid #ccc;
}
/* line 511, ../sass/screen.scss */
body .delete-link {
  display: block;
  margin-top: 1em;
  text-align: right;
}
/* line 517, ../sass/screen.scss */
body #jetpack_protect_answer {
  width: 80px;
}
/* line 521, ../sass/screen.scss */
body .wpmem_msg {
  margin-left: auto;
  margin-right: auto;
}
/* line 528, ../sass/screen.scss */
body .cta a,
body .cta-blk a {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  color: #fff;
}
/* line 539, ../sass/screen.scss */
body .cta a::before,
body .cta-blk a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3em;
  height: 3em;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 1;
}
/* line 554, ../sass/screen.scss */
body .cta-blk a::before {
  border: 1px solid #000;
}
/* line 562, ../sass/screen.scss */
body .cta a::after,
body .cta-blk a::after {
  content: '';
  position: absolute;
  top: 25%;
  right: -1em;
  width: 3em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.23 22.65'><style>.s{fill:none;stroke:white;stroke-miterlimit:10;}</style><polyline class='s' points='0 22.15 116.14 22.15 97.45 .33'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
/* line 579, ../sass/screen.scss */
body .cta-blk a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.23 22.65'><style>.s{fill:none;stroke:black;stroke-miterlimit:10;}</style><polyline class='s' points='0 22.15 116.14 22.15 97.45 .33'/></svg>");
}
/* line 584, ../sass/screen.scss */
body .hfe-nav-menu .hfe-menu-item {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  text-decoration: none;
  color: inherit;
}
/* line 593, ../sass/screen.scss */
body .hfe-nav-menu .hfe-menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #bfa26c;
  transition: width 0.4s ease;
  pointer-events: none;
}
/* line 606, ../sass/screen.scss */
body .hfe-nav-menu .hfe-menu-item:hover::after {
  width: 100%;
}
/* line 611, ../sass/screen.scss */
body .hfe-nav-menu .current-menu-item > .hfe-menu-item::after,
body .hfe-nav-menu .current_page_item > .hfe-menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  opacity: 1 !important;
  height: 3px;
  background-color: #bfa26c;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* line 628, ../sass/screen.scss */
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /* Elementorによるdisplay: noneを強制上書き */
    /* ハンバーガー本体 */
    /* ハンバーガー3本線（CSSだけで描画） */
    /* 開いたときのバツ変形 */
    /* メニュー全体（展開前は非表示） */
    /* 展開メニュー（全画面・中央揃え） */
  }
  /* line 630, ../sass/screen.scss */
  body #news-container,
  body #topics-container {
    row-gap: 50px;
  }
  /* line 634, ../sass/screen.scss */
  body #news-container .elementor-widget-container .news-item-wrap, body #news-container.page-content .news-item-wrap,
  body #topics-container .elementor-widget-container .news-item-wrap,
  body #topics-container.page-content .news-item-wrap {
    width: 100%;
  }
  /* line 639, ../sass/screen.scss */
  body #news-container.page-content,
  body #topics-container.page-content {
    row-gap: 50px;
  }
  /* line 643, ../sass/screen.scss */
  body #news-container.page-content .elementor-widget-container .news-item-wrap, body #news-container.page-content.page-content .news-item-wrap,
  body #topics-container.page-content .elementor-widget-container .news-item-wrap,
  body #topics-container.page-content.page-content .news-item-wrap {
    width: 100%;
  }
  /* line 649, ../sass/screen.scss */
  body .elementor-widget-heading.section-title .elementor-heading-title.elementor-size-xxl {
    font-size: 140%;
    font-weight: 600;
  }
  /* line 654, ../sass/screen.scss */
  body .flex-mobile-fd-c {
    flex-direction: row;
  }
  /* line 658, ../sass/screen.scss */
  body .entry-form {
    width: 100%;
  }
  /* line 661, ../sass/screen.scss */
  body .btn {
    margin-top: 2em;
  }
  /* line 663, ../sass/screen.scss */
  body .btn input {
    border: 3px solid #006097;
    border-radius: 1.6em;
    padding: 0.4em 1em;
    font-size: 18px;
    font-weight: bold;
    color: #006097;
    box-shadow: none;
  }
  /* line 671, ../sass/screen.scss */
  body .btn input:hover, body .btn input:focus {
    background: #006097;
    color: #fff;
    outline: none;
  }
  /* line 679, ../sass/screen.scss */
  body #mobile-nav {
    max-width: 50px;
  }
  /* line 682, ../sass/screen.scss */
  body #mobile-nav .hfe-nav-menu__toggle {
    margin-left: auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 3px;
  }
  /* line 689, ../sass/screen.scss */
  body #mobile-nav nav.hfe-dropdown {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 70px;
    z-index: 0;
  }
  /* line 698, ../sass/screen.scss */
  body *, body *::before, body *::after {
    box-sizing: border-box;
  }
  /* line 707, ../sass/screen.scss */
  body .hfe-nav-menu__toggle,
  body .hfe-layout-horizontal .hfe-nav-menu__toggle,
  body .hfe-layout-vertical .hfe-nav-menu__toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  /* line 716, ../sass/screen.scss */
  body .hfe-nav-menu__toggle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    cursor: pointer;
  }
  /* line 732, ../sass/screen.scss */
  body .hfe-nav-menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
  }
  /* line 738, ../sass/screen.scss */
  body .hfe-nav-menu-icon::before,
  body .hfe-nav-menu-icon::after,
  body .hfe-nav-menu-icon span {
    content: "";
    display: block;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
  }
  /* line 751, ../sass/screen.scss */
  body .hfe-nav-menu-icon::before {
    top: 0;
  }
  /* line 755, ../sass/screen.scss */
  body .hfe-nav-menu-icon span {
    top: 7.5px;
  }
  /* line 759, ../sass/screen.scss */
  body .hfe-nav-menu-icon::after {
    bottom: 0;
  }
  /* line 764, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu-icon::before {
    transform: rotate(45deg);
    top: 7.5px;
  }
  /* line 769, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu-icon span {
    opacity: 0;
  }
  /* line 773, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu-icon::after {
    transform: rotate(-45deg);
    top: 7.5px;
    bottom: auto;
  }
  /* line 780, ../sass/screen.scss */
  body .hfe-nav-menu__layout-horizontal {
    display: none !important;
  }
  /* line 785, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* ← ここが重要！ */
    bottom: 0;
    background-color: #000000;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    transform: translateZ(0);
    /* GPUによる描画安定化 */
  }
  /* line 802, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
  }
  /* line 813, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal .hfe-menu-item {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 8px 16px;
  }
  /* line 823, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal .hfe-menu-item:hover {
    color: #d4af37;
    /* ゴールド */
  }
  /* line 827, ../sass/screen.scss */
  body.hfe-menu-open {
    overflow: hidden;
  }
}
