@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カサーレ城東セントラルプレイス　テンプレート設定(template-style.css)ver.1 2025.7.10
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*ブルー*/
/*濃いレッド*/
/*レッド*/
/*濃い青みのグレー*/
/*少し濃いイエロー*/
/*薄いブルー*/
/*■■■■■■ 主要タグ設定 ■■■■■■■*/
a:link, a:visited {
  color: #A30608;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover, a:active {
  color: #F94C43;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

p.justify {
  text-align: justify;
}

/*■■■■■■ HEADER ■■■■■■■*/
header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.header-inblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /*上下のセンター*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.header-logo-box {
  margin: auto auto auto 16px;
  display: block;
  width: auto;
  position: relative;
  z-index: 407;
}
.header-logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /*上下のセンター*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /*左右のセンター*/
  z-index: 399;
}
.header-logo-box a img.logo {
  margin: auto;
  width: auto;
  height: 60px;
  -webkit-filter: drop-shadow(0 0 50px rgb(255, 255, 255));
          filter: drop-shadow(0 0 50px rgb(255, 255, 255));
}

/*資料請求*/
.header-links-box {
  text-align: right;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  z-index: 406;
}
.header-links-box a.btn-claim {
  margin: auto 100px 0 0;
  display: inline-block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #AC9633;
}
.header-links-box a.btn-claim span {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 148px;
  height: 46px;
  background-color: #AC9633;
  border: 1px solid #FFF;
}
.header-links-box a.btn-limited {
  margin: 0 0 auto;
  display: inline-block;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border: 1px solid #A14171;
}
.header-links-box a.btn-limited span {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 148px;
  height: 46px;
  background-color: #A14171;
  border: 1px solid #FFF;
}
.header-links-box a.btn-limited span small {
  font-size: 1.5rem;
  display: block;
}
.header-links-box a.btn-limited:hover {
  border: 1px solid #C78DAA;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-links-box a.btn-limited:hover span {
  background-color: #C78DAA;
}

/*資料請求者様限定ボタン*/
.sp-add-menu {
  display: none;
}

/*■■■■■　ナビゲーション レイアウト■■■■■*/
.nav.nav_list {
  overflow-y: scroll;
}

/*ナビゲーションを横並びに*/
.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav ul li a:link, .nav ul li a:visited {
  color: #222;
}
.nav ul li a:hover, .nav ul li a:active {
  color: #A30608;
}

.menu-bird-leaf {
  display: none;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_list {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /*上下のセンター*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_list li {
  margin: x 0;
  position: relative;
}
.nav_list li a {
  position: relative;
  widht: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222;
  opacity: 1; /* ← 全体を50%トーンダウン */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nav_list li a.no-link {
  opacity: 0.25; /* ← 全体を75%トーンダウン */
}

.nav_list li.current a {
  color: #000;
  opacity: 1; /* ← 現在のメニューだけ濃く表示 */
}

.nav_list li.gnav1,
.nav_list li.gnav2,
.nav_list li.gnav3,
.nav_list li.gnav4,
.nav_list li.gnav5 {
  width: 10vw;
  height: 20px;
  margin: 0.5vw;
}

.nav_list li.has-child > a {
  display: block;
  position: relative;
}

.nav_list li.has-child > a:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: #DDD;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 29;
}

/* デフォルトの矢印スタイル */
.nav_list li.has-child > a:before {
  margin-top: 5px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-color: #000;
  border-style: solid;
  position: absolute;
  right: 20px;
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 初期状態で45度 */
  z-index: 30;
  -webkit-transition: margin-top 0.2s, right 0.2s, -webkit-transform 0.2s;
  transition: margin-top 0.2s, right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, margin-top 0.2s, right 0.2s;
  transition: transform 0.2s, margin-top 0.2s, right 0.2s, -webkit-transform 0.2s; /* 回転のみをアニメーション対象に */
}

/* activeクラスが付与されたときのスタイル */
.nav_list li.has-child.active > a:before {
  margin-top: 3px; /* 矢印の位置を微調整 */
  right: 19px; /* 矢印の位置を微調整 */
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); /* active時に135度に回転 */
}

/*第二階層*/
.nav_list li.has-child {
  display: block;
}

.nav_list li.has-child ul {
  margin: 0;
  padding: 5px 0;
  position: relative;
  background: #FFF;
  border-radius: 3px;
  top: 0;
  left: 0;
  z-index: 31;
}
.nav_list li.has-child ul li {
  padding: 0;
}
.nav_list li.has-child ul li a {
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: 700;
}

/*ナビゲーション内お知らせリンク*/
.nav-links-box {
  margin: 0 420px 0 0;
  text-align: right;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-links-box ul.breadthumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav-links-box ul.breadthumbs li {
  padding: 0 15px;
}
.nav-links-box ul.breadthumbs li a {
  padding-left: 20px;
  font-size: 1.2rem;
  font-family: "Noto Selif JP", serif;
  position: relative;
}
.nav-links-box ul.breadthumbs li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-color: #222;
  border-style: solid;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg) translateY(50%);
          transform: rotate(-45deg) translateY(50%);
}

/*■■■■■ハンバーガーメニュー■■■■■*/
.nav {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100vw;
  height: 110px;
  padding: 16px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 400;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  opacity: 0;
}

/*ハンバーガーボタン*/
.hamburger {
  padding-top: 10px;
  margin-right: 0;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 70px; /* クリックしやすい幅 */
  height: 60px; /* クリックしやすい高さ */
  cursor: pointer;
  z-index: 407;
  font-size: 0.9rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.humburger_text {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  fontweight: 400;
  color: #FFF;
}

.nav_item {
  text-align: center;
  padding: 0 14px;
}

.nav_item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}

.nav_item a:hover {
  background-color: #eee;
}

.hamburger_border {
  position: absolute;
  right: 15px;
  width: 40px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hamburger_border_top {
  top: 26px;
}

.hamburger_border_center {
  top: 34px;
}

.hamburger_border_bottom {
  top: 42px;
}

/* 表示された時用のCSS */
.nav-open .nav {
  top: 0;
  right: 0;
  border-radius: 0;
  opacity: 1;
}

.nav-open .black_bg {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger {
  background: none;
}

.nav-open .humburger_text {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1;
  color: #222;
}

.nav-open .hamburger_border_top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 36px;
}

.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}

.nav-open .hamburger_border_bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 36px;
}

.nav-open .hamburger_border {
  position: absolute;
  left: 30%;
  width: 35%;
  height: 2px;
  background-color: #222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-open .hamburger_border_center {
  display: none;
}

/*■■■■■■ FOOTER ■■■■■■■*/
footer {
  margin: 0;
  padding: 0 0 30px;
  color: #222;
}

.contact__block {
  margin: 30px 0 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.contact__read {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}

.contact__tel_box {
  text-align: center;
}
.contact__tel_box img {
  width: 420px;
}

.time-info {
  margin: 30px 0 80px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.co-logo {
  text-align: center;
}
.co-logo a:link, .co-logo a:visited, .co-logo a:hover, .co-logo a:active {
  font-size: 1.5rem;
  color: #222;
  font-weight: 500;
}
.co-logo span {
  margin-bottom: 15px;
  display: block;
}
.co-logo img {
  width: 370px;
}

.copyright-block {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 20px;
}

.text-copyright {
  margin: auto;
  width: auto;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #222;
}

/*■■■■■■■■■■■■■*/
/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 566px) {
  /*■■■■■■ HEADER(XS) ■■■■■■■*/
  header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90px;
  }
  .header-inblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-logo-box {
    margin: auto;
    display: block;
    width: 100%;
  }
  .header-logo-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /*左右のセンター*/
    z-index: 399;
  }
  .header-logo-box a img.logo {
    margin: 0;
    width: auto;
    height: 90px;
  }
  /*資料請求*/
  .header-links-box {
    text-align: right;
    position: relative;
    z-index: 406;
  }
  .header-links-box a {
    margin: auto 100px auto auto;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid #AC9633;
  }
  .header-links-box a span {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 126px;
    height: 36px;
    background-color: #AC9633;
    border: 1px solid #FFF;
  }
  .header-links-box a.btn-limited, .header-links-box .pc-menu {
    display: none;
  }
  .header-links-box a.btn-claim {
    display: none;
  }
  /*スマホ用資料請求者様限定ボタン*/
  .sp-add-menu {
    display: block;
    width: 100%;
    background-color: #FF0000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
  }
  .sp-add-menu-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .sp-add-menu-btn-box li {
    width: 50%;
    text-align: center;
  }
  .sp-add-menu-btn-box li a.btn-claim {
    margin: 0;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid #AC9633;
  }
  .sp-add-menu-btn-box li a.btn-claim span {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 46px;
    background-color: #AC9633;
    border: 1px solid #FFF;
  }
  .sp-add-menu-btn-box li a.btn-claim:after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(../images/btn-arrow_w.webp) center center no-repeat;
    position: absolute;
    right: 13px;
    top: 13px;
  }
  .sp-add-menu-btn-box li a.btn-limited {
    margin: 0;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid #A14171;
  }
  .sp-add-menu-btn-box li a.btn-limited span {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 46px;
    background-color: #A14171;
    border: 1px solid #FFF;
  }
  .sp-add-menu-btn-box li a.btn-limited span small {
    font-size: 1.5rem;
    display: block;
  }
  .sp-add-menu-btn-box li a.btn-limited:hover {
    border: 1px solid #C78DAA;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .sp-add-menu-btn-box li a.btn-limited:hover span {
    background-color: #C78DAA;
  }
  .sp-add-menu-btn-box li a.btn-limited:after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background: url(../images/btn-arrow_w.webp) center center no-repeat;
    position: absolute;
    right: 13px;
    top: 13px;
  }
  /*■■■■■ハンバーガーメニュー(XS)■■■■■*/
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    top: -100vh;
    right: 0;
    width: 100vw; /* スマホに収まるサイズ */
    height: 100vh;
    padding: 16px 0 0;
    background: rgb(255, 255, 255);
    background: url(../images/bg-leaf_left-bottom_sp.webp), url(../images/bg-leaf_right-top.webp);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    background-size: 50% auto, 100% auto;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 400;
  }
  /*ナビゲーション内お知らせリンク(XS)*/
  .nav-links-box {
    margin: 0 auto auto;
    padding: 0;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .nav-links-box ul.breadthumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .nav-links-box ul.breadthumbs li {
    padding: 0;
    height: 8vh;
  }
  .nav-links-box ul.breadthumbs li a {
    padding-left: 0;
    font-size: 4.5vw;
    font-family: "Noto Selif JP", serif;
    position: relative;
  }
  .nav-links-box ul.breadthumbs li a::before {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-color: #222;
    border-style: solid;
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg) translateY(50%);
            transform: rotate(-45deg) translateY(50%);
  }
  .menu-bird-leaf {
    margin: 16vh auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu-nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nav-links-box .menu-limited-sp a.btn-limited {
    margin: 0 0 auto;
    display: inline-block;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid #A14171;
  }
  .nav-links-box .menu-limited-sp a.btn-limited span {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 148px;
    height: 46px;
    background-color: #A14171;
    border: 1px solid #FFF;
  }
  .nav-links-box .menu-limited-sp a.btn-limited span small {
    font-size: 1.5rem;
    display: block;
  }
  .menu-bird {
    margin-left: 15%;
  }
  .nav_list {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_list li {
    margin: x 0;
    position: relative;
  }
  .nav_list li a {
    font-size: 5.5vw;
  }
  .nav_list li.gnav1,
  .nav_list li.gnav2,
  .nav_list li.gnav3,
  .nav_list li.gnav4,
  .nav_list li.gnav5,
  .nav_list li.gnav6,
  .nav_list li.gnav7,
  .nav_list li.gnav8,
  .nav_list li.gnav9,
  .nav_list li.gnav10,
  .nav_list li.gnav11,
  .nav_list li.gnav12 {
    text-align: center;
    width: 100vw;
    height: 8vh;
    margin: 0.5vw;
  }
  .nav_list li.out,
  .nav_list li.rec_pc {
    display: none;
  }
  /*ナビリンクは隠す*/
  /*ハンバーガーボタン(XS)*/
  .hamburger {
    padding-top: 10px;
    margin-right: 0;
    position: fixed;
    width: 70px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    right: 10px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .humburger_text {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    fontweight: 400;
    color: #FFF;
  }
  .hamburger_border {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .hamburger_border_top {
    top: 26px;
  }
  .hamburger_border_center {
    top: 34px;
  }
  .hamburger_border_bottom {
    top: 42px;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    top: 0;
    right: 0;
    border-radius: 0;
    opacity: 1;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger {
    background: rgba(0, 0, 0, 0.6);
  }
  .nav-open .humburger_text {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .nav-open .hamburger_border_top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 36px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 36px;
  }
  .nav-open .hamburger_border {
    position: absolute;
    left: 30%;
    width: 35%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .nav-open .hamburger_border_center {
    display: none;
  }
  /*■■■■■■ FOOTER(XS) ■■■■■■■*/
  footer {
    margin: 0;
    padding: 30px 0;
  }
  .copyright-block {
    margin-bottom: 80px;
    height: 40px;
  }
  .text-copyright {
    margin: auto;
    padding: 0;
    width: auto;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 567px) and (max-width: 767px) {
  /*■■■■■■ HEADER(SM) ■■■■■■■*/
  header {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-inblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-logo-box {
    margin: auto;
    display: block;
    width: 100%;
  }
  .header-logo-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /*左右のセンター*/
    z-index: 399;
  }
  .header-logo-box a img.logo {
    margin: 0;
    width: auto;
    height: 89px;
  }
  /*資料請求(SM)*/
  .header-links-box {
    text-align: right;
    position: relative;
    z-index: 406;
  }
  .header-links-box a {
    margin: auto 100px auto auto;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid #AC9633;
  }
  .header-links-box a span {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 126px;
    height: 36px;
    background-color: #AC9633;
    border: 1px solid #FFF;
  }
  /*■■■■■ハンバーガーメニュー(SM)■■■■■*/
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    top: -100vh;
    right: 0;
    width: 100vw; /* スマホに収まるサイズ */
    height: 100vh;
    padding: 16px 0 0;
    background: rgb(255, 255, 255);
    background: url(../images/bg-leaf_left-bottom_sp.webp), url(../images/bg-leaf_right-top.webp);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    background-size: 50% auto, 100% auto;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 400;
  }
  /*ナビゲーション内お知らせリンク*/
  .nav-links-box {
    margin: 3vh auto auto;
    padding: 0;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .nav-links-box ul.breadthumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .nav-links-box ul.breadthumbs li {
    padding: 0;
    height: 8vh;
  }
  .nav-links-box ul.breadthumbs li a {
    padding-left: 0;
    font-size: 2rem;
    font-family: "Noto Selif JP", serif;
    position: relative;
  }
  .nav-links-box ul.breadthumbs li a::before {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-color: #222;
    border-style: solid;
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg) translateY(50%);
            transform: rotate(-45deg) translateY(50%);
  }
  .nav-links-box .menu-limited-sp a.btn-limited {
    margin: 0 0 auto;
    display: inline-block;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid #A14171;
  }
  .nav-links-box .menu-limited-sp a.btn-limited span {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 148px;
    height: 46px;
    background-color: #A14171;
    border: 1px solid #FFF;
  }
  .nav-links-box .menu-limited-sp a.btn-limited span small {
    font-size: 1.5rem;
    display: block;
  }
  .menu-bird-leaf {
    margin: 16vh auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu-nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .menu-bird {
    margin-left: 15%;
  }
  .menu-bird img {
    width: 65px;
  }
  .menu-leaf {
    margin-left: 15%;
  }
  .menu-leaf img {
    width: auto;
    height: 65px;
  }
  .nav_list {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_list li {
    margin: x 0;
    position: relative;
  }
  .nav_list li a {
    font-size: 2.4rem;
  }
  .nav_list li.gnav1,
  .nav_list li.gnav2,
  .nav_list li.gnav3,
  .nav_list li.gnav4,
  .nav_list li.gnav5,
  .nav_list li.gnav6,
  .nav_list li.gnav7,
  .nav_list li.gnav8,
  .nav_list li.gnav9,
  .nav_list li.gnav10,
  .nav_list li.gnav11,
  .nav_list li.gnav12 {
    text-align: center;
    width: 100vw;
    height: 8vh;
    margin: 0.5vw;
  }
  .nav_list li.out,
  .nav_list li.rec_pc {
    display: none;
  }
  /*ナビリンクは隠す*/
  /*ハンバーガーボタン(XS)*/
  .hamburger {
    padding-top: 10px;
    margin-right: 0;
    position: fixed;
    width: 70px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    right: 10px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .humburger_text {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    fontweight: 400;
    color: #FFF;
  }
  .hamburger_border {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .hamburger_border_top {
    top: 26px;
  }
  .hamburger_border_center {
    top: 34px;
  }
  .hamburger_border_bottom {
    top: 42px;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    top: 0;
    right: 0;
    border-radius: 0;
    opacity: 1;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger {
    background: rgba(0, 0, 0, 0.6);
  }
  .nav-open .humburger_text {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .nav-open .hamburger_border_top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 36px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 36px;
  }
  .nav-open .hamburger_border {
    position: absolute;
    left: 30%;
    width: 35%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .nav-open .hamburger_border_center {
    display: none;
  }
  /*■■■■■■ FOOTER ■■■■■■■*/
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*ヘッダー（MD）*/
  header {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-inblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-logo-box {
    margin: auto;
    display: block;
    width: 100%;
  }
  .header-logo-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /*左右のセンター*/
    z-index: 399;
  }
  .header-logo-box a img.logo {
    margin: 0;
    width: auto;
    height: 50px;
  }
  /*資料請求*/
  .header-links-box {
    text-align: right;
    position: relative;
    z-index: 406;
  }
  .header-links-box a {
    margin: auto 100px auto auto;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid #AC9633;
  }
  .header-links-box a span {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 126px;
    height: 36px;
    background-color: #AC9633;
    border: 1px solid #FFF;
  }
  /*■■■■■ハンバーガーメニュー(MD)■■■■■*/
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    top: -100vh;
    right: 0;
    width: 100vw; /* スマホに収まるサイズ */
    height: 100vh;
    padding: 16px 0 0;
    background: rgb(255, 255, 255);
    background: url(../images/bg-leaf_left-bottom_sp.webp), url(../images/bg-leaf_right-top.webp);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    background-size: 50% auto, 100% auto;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 400;
  }
  /*ナビゲーション内お知らせリンク*/
  .nav-links-box {
    margin: 3vh auto auto;
    padding: 0;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .nav-links-box ul.breadthumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .nav-links-box ul.breadthumbs li {
    padding: 0;
    height: 8vh;
    margin: 0.5vw;
  }
  .nav-links-box ul.breadthumbs li a {
    padding-left: 0;
    font-size: 2.2rem;
    font-family: "Noto Selif JP", serif;
    position: relative;
  }
  .nav-links-box ul.breadthumbs li a::before {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    border-color: #222;
    border-style: solid;
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-transform: rotate(-45deg) translateY(50%);
            transform: rotate(-45deg) translateY(50%);
  }
  .nav-links-box .menu-limited-sp a.btn-limited {
    margin: 0 0 auto;
    display: inline-block;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    border: 1px solid #A14171;
  }
  .nav-links-box .menu-limited-sp a.btn-limited span {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 148px;
    height: 46px;
    background-color: #A14171;
    border: 1px solid #FFF;
  }
  .nav-links-box .menu-limited-sp a.btn-limited span small {
    font-size: 1.5rem;
    display: block;
  }
  .menu-bird-leaf {
    margin: 16vh auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu-nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .menu-bird {
    margin-left: 15%;
  }
  .menu-bird img {
    width: 100px;
    height: auto;
  }
  .menu-leaf {
    margin-right: 0;
  }
  .menu-leaf img {
    width: auto;
    height: 60px;
  }
  .nav_list {
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /*上下のセンター*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_list li {
    margin: x 0;
    position: relative;
  }
  .nav_list li a {
    font-size: 2.6rem;
  }
  .nav_list li.gnav1,
  .nav_list li.gnav2,
  .nav_list li.gnav3,
  .nav_list li.gnav4,
  .nav_list li.gnav5 {
    text-align: center;
    width: 100vw;
    height: 8vh;
    margin: 0.5vw;
  }
  /*ハンバーガーボタン(MD)*/
  .hamburger {
    padding-top: 10px;
    margin-right: 0;
    position: fixed;
    width: 70px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    right: 10px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .humburger_text {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    fontweight: 400;
    color: #FFF;
  }
  .hamburger_border {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .hamburger_border_top {
    top: 26px;
  }
  .hamburger_border_center {
    top: 34px;
  }
  .hamburger_border_bottom {
    top: 42px;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    top: 0;
    right: 0;
    border-radius: 0;
    opacity: 1;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger {
    background: rgba(0, 0, 0, 0.6);
  }
  .nav-open .humburger_text {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .nav-open .hamburger_border_top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 36px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 36px;
  }
  .nav-open .hamburger_border {
    position: absolute;
    left: 30%;
    width: 35%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .nav-open .hamburger_border_center {
    display: none;
  }
  footer {
    margin: 0;
    padding: 30px 0;
    background: url(../images/bg-leaf_left-bottom_sp.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
  .copyright-block {
    margin-bottom: 80px;
    height: 40px;
  }
} /*//MD*/
/*------------(LG)------------*/
@media (min-width: 1024px) and (max-width: 1215px) {
  /*■■■■■スマホ用フッターナビゲーション(LG)■■■■■*/
  .sp-menu {
    display: none;
  }
  .nav-links-box .menu-limited-sp {
    display: none;
  }
} /*//LG*/
/*------------(XL)------------*/
@media (min-width: 1216px) {
  /*■■■■■スマホ用フッターナビゲーション(XL)■■■■■*/
  .sp-menu {
    display: none;
  }
  .nav-links-box .menu-limited-sp {
    display: none;
  }
} /*//XL*/
/*----------特殊　320px~1024 ハンバーガーメニュー共有----------*/
/*------------(XS)------------*/
/*//(XXS)*/