@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
割合(%)計算
===========================================*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --base-bg-color: #f9f4e6;
  --base-font-color: #333;
  --base-font-color-rgb: 51, 51, 51;
  --primary-color: #9d0f18;
  --primary-color-rgb: 157, 15, 24;
  --accent-color: #cdc4ab;
  --third-color: #a2987d;
  --fourth-color: #000;
  --fifth-color: #000;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-gray: #c7c7c7;
  --color-gray-rgb: 244, 244, 244;
  --color-gray-mid: #4b4b4b;
  --color-red: #f00;
  --color-red-rgb: 255, 0, 0;
  --main-font-family: "Shippori Mincho B1", "游明朝", "YuMincho", "ＭＳ Ｐ明朝",
    "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Sawarabi Mincho", serif;
  --bootstrap-icon: bootstrap-icons !important;
  --base-letter-spacing: 0.08em;
  --base-font-weight: 500;
  --base-line-height: 2;
}

* {
  min-height: 0vw; /* Safari clamp関数対策 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: var(--main-font-family);
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--base-font-color);
  background: var(--base-bg-color);
  letter-spacing: var(--base-letter-spacing);
  font-weight: var(--base-font-weight);
  line-height: var(--base-line-height);
}

#wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #wrapper {
    min-width: 1280px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--base-font-color);
}

a::before,
a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.8;
}

a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
テーブルレイアウト
===========================================*/
table {
  width: 100%;
}

.com-tbl tr {
  width: 100%;
  border-bottom: 1px solid var(--color-gray);
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl th,
.com-tbl td {
  overflow-wrap: anywhere;
  font-weight: var(--base-font-weight);
  letter-spacing: var(--base-letter-spacing);
}
.com-tbl th {
  color: var(--primary-color);
}
.com-tbl td span.tel-txt {
  display: block;
  line-height: 1;
}

/*==========================================
背景白
===========================================*/
.bg-white {
  background: var(--color-white);
}

.bg-image-main {
  background: url(../img/common/main_bg.jpg);
}

/*==========================================
PC表示で電話番号リンクを無効
===========================================*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*==========================================
iOS版Chrome対策
===========================================*/
a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*==========================================
非表示項目設定
===========================================*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/*==========================================
スマホ用ドロワー無効
===========================================*/
@media screen and (min-width: 768px) {
  .drawer_menu {
    display: none;
  }
  #nav-toggle,
  #global-nav {
    display: none;
  }
  .drawer_menu {
    display: none;
  }
}
/*==========================================
SNSアイコン
===========================================*/
.sns-btn {
  width: 35px;
  height: 35px;
  transition: all 0.3s;
  display: block;
}
.sns-btn:hover {
  transform: scale(0.9);
}

/*==========================================
Bootstrapアイコン付き
===========================================*/
.bs-ic {
  position: relative;
}
.bs-ic::before {
  position: absolute;
  color: inherit;
  font-family: var(--bootstrap-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*==========================================
画像のスケール
===========================================*/
a:has(.img-eff):hover {
  opacity: 1;
}
a:has(.img-eff):hover .img-eff {
  transform: scale(1.05);
}
a:has(.img-eff) .com-img .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}

/*==========================================
投稿画像の背景にnoimage設定
===========================================*/
.post-thumb {
  background: url(../img/common/no_image.jpg) center/100% no-repeat;
}

/*==========================================
投稿が無い時の準備中テキスト
===========================================*/
.post-blank {
  text-align: center;
}

/*==========================================
全ページ共通セレクトボックス
===========================================*/
.global-select {
  overflow: hidden;
  text-align: center;
  position: relative;
  background: var(--color-white);
  border-radius: 2px;
  border: 2px solid var(--color-gray);
  transition: all 0.3s;
}
.global-select:hover {
  border-color: var(--primary-color);
}
.global-select::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color-black);
  pointer-events: none;
}
.global-select select {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--base-font-color);
  font-family: var(--main-font-family);
}
.global-select select::-ms-expand {
  display: none;
}

/*==========================================
自動ナンバリング
===========================================*/
.has-counter {
  counter-reset: number 0;
}
.has-counter .counter-item {
  position: relative;
}
.has-counter .counter-item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
}

/*==========================================
Flexbox
===========================================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*折り返し
    -----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
    -----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*積み重なるように配置
    -----------------------*/
.flx-column {
  flex-direction: column;
}

/*水平方向の揃え
    =================================================*/
/*初期値
    -----------------------*/
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
    -----------------------*/
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
    -----------------------*/
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
    -----------------------*/
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
    -----------------------*/
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
    =================================================*/
/*水平揃え　上揃え
    -----------------------*/
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え
    -----------------------*/
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
    -----------------------*/
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え
    -----------------------*/
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
    -----------------------*/
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
    =================================================*/
/*初期値
    -----------------------*/
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
    -----------------------*/
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
    -----------------------*/
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
    -----------------------*/
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
    -----------------------*/
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
    -----------------------*/
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6.6666%;
  margin: 0 auto;
}

.com-pd {
  padding: 18% 0;
}

.com-pt {
  padding-top: 18%;
}

.com-mt {
  margin-top: 18%;
}

.com-pb {
  padding-bottom: 18%;
}

.com-mb {
  margin-bottom: 18%;
}

/*==========================================
投稿画像トリミング
===========================================*/
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
}
.com-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*==========================================
ページネーション
===========================================*/
/* 一覧ページ
----------------------------*/
ul.pagenation {
  display: flex;
  width: 100%;
  justify-content: center;
  color: var(--primary-color);
  position: relative;
  padding-top: 2.5%;
  border-top: 1px solid var(--color-gray);
  margin-top: 4%;
}
ul.pagenation li {
  background: var(--color-white);
  color: var(--primary-color);
  box-sizing: border-box;
}
ul.pagenation li a {
  display: block;
  color: var(--primary-color);
  padding: 6px 13px;
  border: 1px solid var(--primary-color);
  position: relative;
}
ul.pagenation li a:hover {
  background: var(--primary-color);
  color: var(--color-white) !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
ul.pagenation .current {
  background: var(--primary-color);
  color: var(--color-white) !important;
  padding: 7px 14px;
}

@media screen and (min-width: 768px) {
  .pagenation {
    font-size: 1.4rem;
  }
  ul.pagenation {
    gap: 0 15px;
    padding-top: 40px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    font-size: 1rem;
  }
  ul.pagenation {
    gap: 0 5%;
    padding-top: 10%;
    margin-top: 12%;
  }
}
/* 詳細ページ
----------------------------*/
div.pagenation {
  color: var(--primary-color);
  position: relative;
  margin-top: 15%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 60px;
}
div.pagenation a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  height: 35px;
  font-size: 1.2rem;
  text-align: center;
}
div.pagenation a:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
div.pagenation .right,
div.pagenation .left {
  width: 23%;
}
div.pagenation .right a,
div.pagenation .left a {
  position: relative;
}
div.pagenation .right a:hover span::before,
div.pagenation .left a:hover span::before {
  border-color: var(--color-white);
}
div.pagenation .right {
  margin-left: auto;
}
div.pagenation .right a {
  padding-right: 5%;
}
div.pagenation .right a span {
  position: relative;
}
div.pagenation .right a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}
div.pagenation .center {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: bold;
  top: 0;
  width: 30%;
  margin: 0 auto;
}
div.pagenation .left a {
  padding-left: 5%;
}
div.pagenation .left a span {
  position: relative;
}
div.pagenation .left a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  div.pagenation {
    margin-top: 17%;
    min-height: 11vw;
  }
  div.pagenation a {
    font-size: 3.45vw;
    padding: 2vw 0;
    height: 8vw;
  }
  div.pagenation .right,
  div.pagenation .left {
    width: 18%;
  }
  div.pagenation .right a {
    padding-right: 20%;
  }
  div.pagenation .right a span::before {
    right: -3vw;
  }
  div.pagenation .left a {
    padding-left: 20%;
  }
  div.pagenation .left a span::before {
    left: -3vw;
  }
}
/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}

/*==========================================
news
===========================================*/
.column__wrap .column__post-list .column__post {
  border-bottom: 1px solid var(--color-gray);
}
.column__wrap .column__post-list .column__post:last-child {
  border-bottom: none;
}
.column__wrap .column__post-list .column__post a {
  display: block;
}
.column__wrap .column__post-list .column__post a:hover {
  opacity: 0.9;
  transform: translateX(10px);
}
.column__wrap .column__post-list .column__post a:hover .more-btn {
  background: var(--color-white);
  color: var(--primary-color);
}
.column__wrap .column__post-list .column__post .column__meta-area time {
  color: var(--primary-color);
}
.column__wrap .column__post-list .column__post .column__meta-area .category-label li {
  border: 1px solid var(--primary-color);
  color: var(--color-white);
  background: var(--primary-color);
}
.column__wrap .column__post-list .column__post .column__meta-area .column__title,
.column__wrap .column__post-list .column__post .column__meta-area .column__body {
  width: 100%;
}

/*==========================================
contact
===========================================*/
#contact {
  /*==================================================
     日付選択フォーム
    ================================================== */
}
#contact .contact__form tr {
  display: block;
}
#contact .contact__form tr th,
#contact .contact__form tr td {
  display: block;
  width: 100%;
  position: relative;
}
#contact .contact__form tr.privacy-check td {
  text-align: center;
}
#contact .contact__form tr.privacy-check .privacy-agree {
  text-decoration: underline;
}
#contact .contact__form tr:has(.error-text) input,
#contact .contact__form tr:has(.error-text) textarea,
#contact .contact__form tr:has(.error-text) input[type=radio] + label::before,
#contact .contact__form tr:has(.error-text) input[type=checkbox] + label::before {
  background: #ffcfcf;
}
#contact .contact__form tr:has(.error-text) input:not(:placeholder-shown),
#contact .contact__form tr:has(.error-text) textarea:not(:placeholder-shown) {
  background: rgb(232, 240, 254);
}
#contact .contact__form tr:has(.error-text) input[type=radio]:checked + label::before,
#contact .contact__form tr:has(.error-text) input[type=checkbox]:checked + label::before {
  background: var(--color-white);
}
#contact .contact__form .label-list li {
  list-style: none;
}
#contact .contact__form .required {
  color: var(--color-red);
  font-weight: 500;
}
#contact .contact__form .error-text {
  color: var(--color-red);
  margin-bottom: 3%;
}
#contact .contact__form .form-field {
  width: 100%;
  border: 2px solid var(--color-gray);
  background: var(--color-white);
  font-family: var(--main-font-family);
  border-radius: 0;
  line-height: 2;
}
#contact .contact__form .form-field,
#contact .contact__form .contact__select {
  transition: all 0.3s;
}
#contact .contact__form .form-field:hover,
#contact .contact__form .contact__select:hover {
  cursor: pointer;
  border-color: var(--primary-color);
}
#contact .contact__form .form-field:hover, #contact .contact__form .form-field:focus-visible, #contact .contact__form .form-field:active,
#contact .contact__form .contact__select:hover,
#contact .contact__form .contact__select:focus-visible,
#contact .contact__form .contact__select:active {
  outline-color: var(--primary-color);
}
#contact .contact__form .upload-item-wrap {
  display: flex;
}
#contact .contact__form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  color: var(--color-white);
  display: block;
  border-radius: 5px;
  padding: 6px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 9%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 3%;
  background: var(--primary-color);
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--color-red);
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap input#file-upload-button {
  background: var(--color-red);
}
#contact .contact__form .upload-item-wrap #file_opt {
  display: none;
}
#contact .g-recaptcha div {
  margin: 0 auto 6% auto;
}
#contact .contact__submits-wrap input[type=button],
#contact .contact__submits-wrap input[type=submit],
#contact .contact__submits-wrap button {
  font-weight: 500;
  letter-spacing: var(--base-letter-spacing);
  color: var(--color-white);
  background: var(--primary-color);
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
  border-radius: 0;
}
#contact .contact__submits-wrap input[type=button]:hover,
#contact .contact__submits-wrap input[type=submit]:hover,
#contact .contact__submits-wrap button:hover {
  transform: scale(0.95);
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
#contact .contact__submits-wrap input[type=button][disabled],
#contact .contact__submits-wrap input[type=submit][disabled] {
  opacity: 0.3;
  pointer-events: none;
  background: none;
  color: var(--primary-color);
}
#contact .contact__submits-wrap .back-btn {
  color: var(--primary-color);
  background: none;
}
#contact .contact__submits-wrap .back-btn:hover {
  background: var(--primary-color);
  color: var(--color-white);
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: var(--color-white);
}
#contact input[type=radio] + label::before {
  border: 2px solid var(--color-gray);
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid var(--color-gray);
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: var(--color-red);
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid var(--color-red);
  border-bottom: 3px solid var(--color-red);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

/*==========================================
complete
===========================================*/
.complete__box p a {
  text-decoration: underline;
}

/*==========================================
site
===========================================*/
#site-map .nav__item {
  border-bottom: 1px solid var(--primary-color);
  font-weight: 500;
}
#site-map .nav__item a {
  display: block;
  position: relative;
}
#site-map .nav__item a:before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
  font-family: var(--bootstrap-icon);
  content: "\f134";
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#site-map .nav__item a:hover {
  color: var(--primary-color);
  letter-spacing: 2px;
}

/*==========================================
404
===========================================*/
#err-cont .err-cont__inner a {
  text-decoration: underline;
}

/*==========================================
カラーボックス
===========================================*/