@charset "UTF-8";
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
h1 {
  margin: 0;
}

/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
body {
  font-size: 3vw;
  font-size: clamp(15px, 3vw, 16px);
  font-family: "Yu-Gothic";
  font-weight: normal;
  color: #333333;
  font-feature-settings: "palt";
}

@media screen and (max-width: 900px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .sp_only {
    display: none !important;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  transition: opacity 0.5s ease;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*--- 特殊文字プラウザデバイス別対策 ---*/
/* 登録商標マークをテキストとして扱う */
.regmark {
  display: inline;
  font-family: sans-serif;
  /* 絵文字ではなく、サンセリフ体のフォントを使用 */
  font-size: 1.2em;
  /* 現在のテキストサイズに合わせる */
  color: currentColor;
  /* 親要素のテキストカラーを継承 */
  text-rendering: optimizeLegibility;
  /* 読みやすさを重視 */
  -webkit-font-feature-settings: "liga";
  /* Safariにおけるリガチャを使用 */
  font-feature-settings: "liga";
  /* リガチャを使用してテキスト表示を強制 */
}

/*--- トップへ戻るBTN ---*/
#top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  z-index: 100;
}
@media all and (max-width: 900px) {
  #top {
    bottom: 59px;
    right: 8px;
    width: 45px;
  }
}

/*--- トップへ戻るBTN ---*/
#bottomCta {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4901960784);
}
#bottomCta .cta_wrap {
  display: flex;
  width: 100%;
}
#bottomCta .cta_wrap a {
  text-decoration: none;
  color: #333;
}
#bottomCta .cta_wrap .cta_tell {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #ccc;
}
#bottomCta .cta_wrap .cta_tell .fa-phone {
  transform: scaleX(-1);
}
#bottomCta .cta_wrap .cta_contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #ccc;
}

/*--- recaptchaバッチ非表示 ---*/
.grecaptcha-badge {
  visibility: hidden;
}

/*--- 準備中ページ ---*/
.comming_soon {
  text-align: center;
  display: flex;
  height: 42vh;
  align-items: center;
  justify-content: center;
}

/*======================================
.breadcrumb
/*======================================*/
.breadcrumb {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    margin-bottom: 0;
  }
}
.breadcrumb .breadcrumb_wrap {
  font-size: 12px;
  color: #888888;
  padding: 1rem 2vh 1rem 11%;
}
@media screen and (max-width: 900px) {
  .breadcrumb .breadcrumb_wrap {
    padding: 1rem 2vh;
  }
}
.breadcrumb .breadcrumb_wrap .fa-home {
  color: #888888;
}
.breadcrumb .breadcrumb_wrap a {
  color: #888888;
  text-decoration: none;
}

.content_bg_001_header_ttl .content_bg_001_header_bg {
  position: relative;
}
@media screen and (max-width: 900px) {
  .content_bg_001_header_ttl .content_bg_001_header_bg {
    box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.8);
  }
}
.content_bg_001_header_ttl .content_bg_001_header_bg img {
  max-width: inherit;
  width: 100%;
}
.content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}
.content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap span {
  font-family: "Garamond";
  font-weight: 500;
  font-size: 45px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0;
  letter-spacing: 2px;
  display: block;
}
@media screen and (max-width: 900px) {
  .content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap span {
    font-size: calc(24px - 4px + 1.06vw);
    letter-spacing: 1px;
  }
}
.content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap span:after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #c3b091;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap span:after {
    width: 34px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap h2 {
  font-family: "notoserif_r";
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .content_bg_001_header_ttl .content_bg_001_header_bg .ttl_wrap h2 {
    font-size: calc(11px - 4px + 1.06vw);
    letter-spacing: 0;
  }
}

section#banners {
  background-color: #f2f2f2;
}
section#banners .banners_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px 0 64px;
}
@media screen and (max-width: 900px) {
  section#banners .banners_wrap {
    padding: 50px 12px 30px;
  }
}
section#banners .banners_wrap .banners_cont .banners_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  section#banners .banners_wrap .banners_cont .banners_items {
    flex-direction: column;
  }
}
section#banners .banners_wrap .banners_cont .banners_items .banners_item {
  flex-basis: calc(50% - 10px);
  margin-bottom: 20px;
}
section#banners .banners_wrap .banners_cont .banners_items .banners_item a img {
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
}
section#contact {
  padding: 0 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  section#contact {
    padding: 0 0 29px;
  }
}
section#contact .contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 0 36px;
}
@media screen and (max-width: 900px) {
  section#contact .contact_wrap {
    padding: 8px 0 36px;
  }
}
section#contact .contact_wrap .contact_cont {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 52px;
}
@media screen and (max-width: 900px) {
  section#contact .contact_wrap .contact_cont {
    width: 88%;
    margin: 0 auto;
  }
}
section#contact .contact_wrap .contact_cont .contact_text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  section#contact .contact_wrap .contact_cont .contact_text {
    font-size: calc(15px - 4px + 1.06vw);
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 29px;
  }
}
section#contact .contact_wrap .contact_text_bottom {
  font-size: 18px;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  section#contact .contact_wrap .contact_text_bottom {
    font-size: calc(15px - 4px + 1.06vw);
    margin-bottom: 21px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  section#contact .contact_wrap .el_btn_002 {
    width: 81%;
    letter-spacing: 0;
  }
  section#contact .contact_wrap .el_btn_002 a {
    font-size: calc(16px - 4px + 1.06vw);
  }
}

section#sns {
  padding: 66px 0;
  background-color: #fff;
  border-top: 2px solid #e1e1e1;
}
@media screen and (max-width: 900px) {
  section#sns {
    padding: 47px 0;
  }
}
section#sns .sns_wrap .sns_items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 107px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  section#sns .sns_wrap .sns_items {
    gap: 67px;
  }
}
section#sns .sns_wrap .sns_items .sns_item a img.youtube {
  width: 62px;
}
@media screen and (max-width: 900px) {
  section#sns .sns_wrap .sns_items .sns_item a img.youtube {
    width: 49px;
  }
}
section#sns .sns_wrap .sns_items .sns_item a img.insta {
  width: 50px;
}
@media screen and (max-width: 900px) {
  section#sns .sns_wrap .sns_items .sns_item a img.insta {
    width: 41px;
  }
}
section#sns .sns_wrap .sns_items .sns_item a img.line {
  width: 50px;
}
@media screen and (max-width: 900px) {
  section#sns .sns_wrap .sns_items .sns_item a img.line {
    width: 41px;
  }
}

/* アニメーションのキーフレームを定義 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* デフォルトのスタイルを設定 */
.js_sec_wrap {
  opacity: 0;
  transform: translateY(20px);
}

/* in-viewクラスが追加されたらアニメーションを開始 */
.js_sec_wrap.in-view {
  animation: fadeInUp 2s ease forwards;
}

.in-view .poyoyon {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}

@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
.d1 {
  animation-delay: 0.1s !important;
}

.d2 {
  animation-delay: 0.2s !important;
}

.d3 {
  animation-delay: 0.3s !important;
}

.d4 {
  animation-delay: 0.4s !important;
}

.d5 {
  animation-delay: 0.5s !important;
}

.d6 {
  animation-delay: 0.6s !important;
}

.d7 {
  animation-delay: 0.7s !important;
}

.d8 {
  animation-delay: 0.8s !important;
}

.d9 {
  animation-delay: 0.9s !important;
}

.d10 {
  animation-delay: 1s !important;
}

.d11 {
  animation-delay: 1.1s !important;
}

.d12 {
  animation-delay: 1.2s !important;
}

.d13 {
  animation-delay: 1.3s !important;
}

.d14 {
  animation-delay: 1.4s !important;
}

.d15 {
  animation-delay: 1.5s !important;
}

.d16 {
  animation-delay: 1.6s !important;
}

.d17 {
  animation-delay: 1.7s !important;
}

.d18 {
  animation-delay: 1.8s !important;
}

.d19 {
  animation-delay: 1.9s !important;
}

.d20 {
  animation-delay: 2s !important;
}

.d21 {
  animation-delay: 2.1s !important;
}

.d22 {
  animation-delay: 2.2s !important;
}

.d23 {
  animation-delay: 2.3s !important;
}

.d24 {
  animation-delay: 2.4s !important;
}

.d25 {
  animation-delay: 2.5s !important;
}

.d26 {
  animation-delay: 2.6s !important;
}

.d27 {
  animation-delay: 2.7s !important;
}

.d28 {
  animation-delay: 2.8s !important;
}

.d29 {
  animation-delay: 2.9s !important;
}

.d30 {
  animation-delay: 3s !important;
}

.d31 {
  animation-delay: 3.1s !important;
}

.d32 {
  animation-delay: 3.2s !important;
}

.d33 {
  animation-delay: 3.3s !important;
}

.d34 {
  animation-delay: 3.4s !important;
}

.d35 {
  animation-delay: 3.5s !important;
}

.d36 {
  animation-delay: 3.6s !important;
}

.d37 {
  animation-delay: 3.7s !important;
}

.d38 {
  animation-delay: 3.8s !important;
}

.d39 {
  animation-delay: 3.9s !important;
}

.d40 {
  animation-delay: 4s !important;
}

.d41 {
  animation-delay: 4.1s !important;
}

.d42 {
  animation-delay: 4.2s !important;
}

.d43 {
  animation-delay: 4.3s !important;
}

.d44 {
  animation-delay: 4.4s !important;
}

.d45 {
  animation-delay: 4.5s !important;
}

.d46 {
  animation-delay: 4.6s !important;
}

.d47 {
  animation-delay: 4.7s !important;
}

.d48 {
  animation-delay: 4.8s !important;
}

.d49 {
  animation-delay: 4.9s !important;
}

.d50 {
  animation-delay: 5s !important;
}

.d51 {
  animation-delay: 5.1s !important;
}

.d52 {
  animation-delay: 5.2s !important;
}

.d53 {
  animation-delay: 5.3s !important;
}

.d54 {
  animation-delay: 5.4s !important;
}

.d55 {
  animation-delay: 5.5s !important;
}

.d56 {
  animation-delay: 5.6s !important;
}

.d57 {
  animation-delay: 5.7s !important;
}

.d58 {
  animation-delay: 5.8s !important;
}

.d59 {
  animation-delay: 5.9s !important;
}

.d60 {
  animation-delay: 6s !important;
}

.d61 {
  animation-delay: 6.1s !important;
}

.d62 {
  animation-delay: 6.2s !important;
}

.d63 {
  animation-delay: 6.3s !important;
}

.d64 {
  animation-delay: 6.4s !important;
}

.d65 {
  animation-delay: 6.5s !important;
}

.d66 {
  animation-delay: 6.6s !important;
}

.d67 {
  animation-delay: 6.7s !important;
}

.d68 {
  animation-delay: 6.8s !important;
}

.d69 {
  animation-delay: 6.9s !important;
}

.d70 {
  animation-delay: 7s !important;
}

.d71 {
  animation-delay: 7.1s !important;
}

.d72 {
  animation-delay: 7.2s !important;
}

.d73 {
  animation-delay: 7.3s !important;
}

.d74 {
  animation-delay: 7.4s !important;
}

.d75 {
  animation-delay: 7.5s !important;
}

.d76 {
  animation-delay: 7.6s !important;
}

.d77 {
  animation-delay: 7.7s !important;
}

.d78 {
  animation-delay: 7.8s !important;
}

.d79 {
  animation-delay: 7.9s !important;
}

.d80 {
  animation-delay: 8s !important;
}

.d81 {
  animation-delay: 8.1s !important;
}

.d82 {
  animation-delay: 8.2s !important;
}

.d83 {
  animation-delay: 8.3s !important;
}

.d84 {
  animation-delay: 8.4s !important;
}

.d85 {
  animation-delay: 8.5s !important;
}

.d86 {
  animation-delay: 8.6s !important;
}

.d87 {
  animation-delay: 8.7s !important;
}

.d88 {
  animation-delay: 8.8s !important;
}

.d89 {
  animation-delay: 8.9s !important;
}

.d90 {
  animation-delay: 9s !important;
}

.d91 {
  animation-delay: 9.1s !important;
}

.d92 {
  animation-delay: 9.2s !important;
}

.d93 {
  animation-delay: 9.3s !important;
}

.d94 {
  animation-delay: 9.4s !important;
}

.d95 {
  animation-delay: 9.5s !important;
}

.d96 {
  animation-delay: 9.6s !important;
}

.d97 {
  animation-delay: 9.7s !important;
}

.d98 {
  animation-delay: 9.8s !important;
}

.d99 {
  animation-delay: 9.9s !important;
}

.d100 {
  animation-delay: 10s !important;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    /* 初期位置 */
  }
  50% {
    transform: translateY(15px);
    /* 下に15px動かす */
  }
}
.d02 {
  animation-delay: 0.2s !important;
}

.d04 {
  animation-delay: 0.4s !important;
}

.d06 {
  animation-delay: 0.6s !important;
}

.d08 {
  animation-delay: 0.8s !important;
}

.d1 {
  animation-delay: 1s !important;
}

.d12 {
  animation-delay: 1.2s !important;
}

.d14 {
  animation-delay: 1.4s !important;
}

.d16 {
  animation-delay: 1.6s !important;
}

.d18 {
  animation-delay: 1.8s !important;
}

.d2 {
  animation-delay: 2s !important;
}

.d22 {
  animation-delay: 2.2s !important;
}

.d24 {
  animation-delay: 2.4s !important;
}

.d26 {
  animation-delay: 2.6s !important;
}

.d28 {
  animation-delay: 2.8s !important;
}

.d3 {
  animation-delay: 3s !important;
}

/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
}
@media screen and (max-width: 900px) {
  header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
header .header_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 900px) {
  header .header_wrap {
    position: relative;
  }
}
header .header_wrap .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 10px 11px;
}
@media screen and (max-width: 1330px) {
  header .header_wrap .header_top {
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  header .header_wrap .header_top {
    padding: 0.8rem 0;
    justify-content: flex-start;
  }
}
header .header_wrap .header_top .header_logo {
  max-width: 94px;
  display: flex;
  align-items: center;
  margin-left: 3%;
}
@media screen and (max-width: 1287px) {
  header .header_wrap .header_top .header_logo {
    max-width: 94px;
    width: 6vw;
    min-width: 70px;
  }
}
@media screen and (max-width: 900px) {
  header .header_wrap .header_top .header_logo {
    width: 21%;
    margin-left: 15px;
    display: flex;
    align-items: center;
  }
}
header .header_wrap .header_top .header_links {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1330px) {
  header .header_wrap .header_top .header_links {
    width: 100%;
  }
}
header .header_wrap .header_top .header_links .header_menus {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1330px) {
  header .header_wrap .header_top .header_links .header_menus {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  header .header_wrap .header_top .header_links .header_menus {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
header .header_wrap .header_top .header_links .header_menus .header_nav {
  /*--- PC版メニュー ---*/
}
@media screen and (max-width: 900px) {
  header .header_wrap .header_top .header_links .header_menus .header_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
  }
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg {
  padding: 0;
  margin-right: 12%;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main {
  font-size: min(1.479vw, 18px);
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main {
    display: none;
  }
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li {
  padding: 0 26px;
  display: flex;
}
@media screen and (max-width: 1330px) {
  header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li {
    padding: 0 1.3vw;
  }
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li:last-child {
  padding-right: 0;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li > a {
  white-space: nowrap;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li > a .en {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #9d9d9d;
  font-family: "Garamond";
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li a {
  position: relative;
  text-decoration: none;
  color: #333333;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1330px) {
  header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li a {
    font-size: 1.35vw;
  }
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li a:hover {
  color: #a2955d;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li a:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #c3b091;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.current-menu-parent a {
  color: #a2955d;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.current-menu-parent .current_page_item a {
  color: #a2955d !important;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.current-menu-item a {
  color: #a2955d;
  position: relative;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #c3b091;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.menu-item-has-children {
  position: relative;
  /* 親メニュー項目にホバーしたときにサブメニューを表示 */
  /* 初期設定でサブメニューを非表示に */
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s ease-in-out;
  position: absolute;
  top: 56px;
  left: -90px;
  right: -20px;
  background: rgba(255, 255, 255, 0.8196078431);
  z-index: -10;
  pointer-events: none;
  padding: 7px;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.menu-item-has-children .sub-menu li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #aab9be;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
header .header_wrap .header_top .header_links .header_menus .header_nav .main_bg .main li.menu-item-has-children .sub-menu li a {
  color: #444444;
  font-size: 15px;
  white-space: initial;
  padding: 6px;
  display: block;
}
@media screen and (max-width: 900px) {
  header .header_wrap .header_top .header_links .header_menus .header_contact {
    padding-right: 62px;
  }
}
header .header_wrap .main_sp {
  margin: 0;
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
  overflow: auto;
  box-shadow: 0px 4px 4px #ccc;
  list-style: none;
}
header .header_wrap .main_sp li {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #aab9be;
}
header .header_wrap .main_sp li:last-child {
  border-bottom: none;
}
header .header_wrap .main_sp li.current-menu-item a {
  color: #a2955d;
}
header .header_wrap .main_sp li a {
  text-decoration: none;
  color: #555555;
  font-size: 16px;
  display: flex;
}
header .header_wrap .hamburger {
  cursor: pointer;
  position: relative;
  width: 35px;
  height: 22px;
  z-index: 2000;
}
header .header_wrap .hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a58e6b;
  transition: all 0.3s;
}
header .header_wrap .hamburger span:nth-child(1) {
  left: 0;
  top: 0;
}
header .header_wrap .hamburger span:nth-child(2) {
  left: 0;
  top: 10px;
}
header .header_wrap .hamburger span:nth-child(3) {
  width: 70%;
  right: 0;
  top: 20px;
}
header .header_wrap .hamburger.open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
header .header_wrap .hamburger.open span:nth-child(2) {
  opacity: 0;
}
header .header_wrap .hamburger.open span:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
  width: 100%;
}
header #menu-sp_menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
  /* 矢印のスペース */
}
header #menu-sp_menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
header #menu-sp_menu .menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(135deg);
}
header #menu-sp_menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  list-style: none;
  padding-left: 1rem;
}
header #menu-sp_menu .menu-item-has-children.active .sub-menu {
  max-height: 500px;
  /* 適切な最大高さに調整 */
  opacity: 1;
}

/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
footer {
  background-color: #444444;
}
@media screen and (max-width: 900px) {
  footer {
    margin-bottom: 55.5px;
  }
}
footer .footer_wrap .footer_logo {
  max-width: 207px;
  margin: 0 auto;
  padding: 70px 0 65px;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_logo {
    max-width: 148px;
    padding: 40px 0 50px;
  }
}
footer .footer_wrap .footer_menus {
  border-bottom: 1px solid #a6a6a6;
}
footer .footer_wrap .footer_menus .footer_menus_wrap {
  display: flex;
  max-width: 1037px;
  margin: 0 auto;
  padding-left: 159px;
  padding-bottom: 70px;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_menus .footer_menus_wrap {
    padding: 0;
    width: 82%;
    margin: 0 auto 36px;
  }
}
footer .footer_wrap .footer_menus .footer_menus_wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_menus .footer_menus_wrap ul {
    gap: 14px;
  }
}
footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_left {
  width: 33%;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_left {
    width: 50%;
  }
}
footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_center {
  width: 33%;
}
footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_right {
  width: 33%;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_right {
    width: 50%;
  }
}
footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_menus .footer_menus_wrap .footer_menu_item a {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
footer .footer_wrap .footer_infs {
  color: #fff;
  border-bottom: 1px solid #a6a6a6;
  padding: 30px 0 23px;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_infs {
    padding: 30px 0 28px;
  }
}
footer .footer_wrap .footer_infs .footer_maps {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_infs .footer_maps {
    gap: 25px;
    margin-bottom: 24px;
  }
}
footer .footer_wrap .footer_infs .footer_maps .footer_map_location {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_infs .footer_maps .footer_map_location {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer_wrap .footer_infs .footer_maps .footer_map_location .footer_map_title {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_infs .footer_maps .footer_map_location .footer_map_title {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
footer .footer_wrap .footer_infs .footer_maps .footer_map_location .footer_map_address {
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_infs .footer_maps .footer_map_location .footer_map_address {
    font-size: calc(14px - 4px + 1.06vw);
    text-align: center;
  }
}
footer .footer_wrap .footer_infs .footer_tell {
  display: flex;
  justify-content: center;
  gap: 22px;
}
footer .footer_wrap .footer_infs .footer_tell .footer_phone_number {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_infs .footer_tell .footer_phone_number {
    font-size: calc(23px - 4px + 1.06vw);
  }
}
footer .footer_wrap .footer_policy {
  border-bottom: 1px solid #a6a6a6;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 25px 0;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_policy {
    padding: 16px 0;
  }
}
footer .footer_wrap .footer_policy a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_policy a {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
footer .footer_wrap .footer_copyright {
  padding: 27px 0;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_copyright {
    padding: 19px 0;
  }
}
footer .footer_wrap .footer_copyright p {
  color: #959595;
  font-size: 11px;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  footer .footer_wrap .footer_copyright p {
    font-size: calc(10px - 4px + 1.06vw);
  }
}

/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
/*--- 固定ページ共通 ---*/
.page_default .header_ttl .header_bg {
  background: rgb(26, 44, 145);
  background: linear-gradient(90deg, rgb(26, 44, 145) 0%, rgb(5, 137, 215) 100%);
  padding: 2rem 0 3rem;
}
@media screen and (max-width: 900px) {
  .page_default .header_ttl .header_bg {
    padding: 1.2rem 0 2.5rem;
  }
}
.page_default .header_ttl .header_bg h2 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  font-family: "notoserif_m";
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .page_default .header_ttl .header_bg h2 {
    font-size: calc(20px - 4px + 1.06vw);
  }
}
.page_default .header_ttl .header_bg h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6196078431);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .page_default .header_ttl .header_bg h2:after {
    width: 55px;
  }
}
.page_default .page_bg .page_main_wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 2vh;
}
.page_default .page_bg .page_main_wrap .cont_wrap {
  padding: 2rem 0 2rem;
  min-height: 50vh;
}
@media screen and (max-width: 900px) {
  .page_default .page_bg .page_main_wrap .cont_wrap {
    padding: 1rem 2vh 2rem;
  }
}

.privacy h3,
.solicitation h3,
.management h3,
.financial-instruments h3 {
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .privacy h3,
  .solicitation h3,
  .management h3,
  .financial-instruments h3 {
    font-size: calc(17px - 4px + 1.06vw);
  }
}
.privacy p,
.solicitation p,
.management p,
.financial-instruments p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .privacy p,
  .solicitation p,
  .management p,
  .financial-instruments p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}

/*--- アンダーラインタイトル ---*/
.el_head_title {
  font-size: 35px;
  font-family: "notoserif_l";
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .el_head_title {
    font-size: calc(23px - 4px + 1.06vw);
    margin-bottom: 31px;
  }
}
.el_head_title::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: #a2955d;
}
@media screen and (max-width: 900px) {
  .el_head_title::after {
    bottom: -13px;
    width: 48px;
  }
}
.el_head_title .contact_text_dot {
  font-size: 25px;
  padding: 9px;
}
@media screen and (max-width: 900px) {
  .el_head_title .contact_text_dot {
    font-size: 17px;
    padding: 7px;
  }
}

/*--- 飾りタイトル ---*/
.el_area_text_deco {
  color: #c2ba98;
  font-size: 85px;
  font-family: "Garamond";
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .el_area_text_deco {
    font-size: calc(42px - 4px + 1.06vw);
    line-height: 0.7;
  }
}
.el_area_text_deco.white {
  color: #fff;
}

/*--- お問い合わせ先ブロック ---*/
.bl_contact_tel .contact_tel_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .contact_tel_title {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.bl_contact_tel .contact_tel_links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 47px;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .contact_tel_links {
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }
}
.bl_contact_tel .contact_tel_links .free_call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bl_contact_tel .contact_tel_links .free_call .icon_tel {
  width: 38px;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .contact_tel_links .free_call .icon_tel {
    width: 31px;
  }
}
.bl_contact_tel .contact_tel_links .free_call .tel_link {
  text-decoration: none;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .contact_tel_links .free_call .tel_link {
    font-size: calc(29px - 4px + 1.06vw);
    font-weight: normal;
  }
}
.bl_contact_tel .contact_tel_links .mobile_call {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bl_contact_tel .contact_tel_links .mobile_call p {
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .contact_tel_links .mobile_call p {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
.bl_contact_tel .contact_tel_links .mobile_call .tel_link {
  text-decoration: none;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .contact_tel_links .mobile_call .tel_link {
    font-size: calc(29px - 4px + 1.06vw);
    font-weight: normal;
  }
}
.bl_contact_tel .reception_time p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 900px) {
  .bl_contact_tel .reception_time p {
    margin-bottom: 49px;
    margin-top: 27px;
    font-size: calc(15px - 4px + 1.06vw);
  }
}

/*--- コースカード ---*/
/*--- テーブル ---*/
/*---  一覧ページ　ページネーション ---*/
.archive_pagination .current-page {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .archive_pagination .current-page {
    font-size: calc(16px - 4px + 1.06vw);
  }
}
.archive_pagination .pagination {
  text-align: center;
}
.archive_pagination .pagination li {
  margin: 0 0.2em;
  display: inline-block;
}
.archive_pagination .pagination li.button {
  display: inline-block;
}
.archive_pagination .pagination a {
  border: 1px solid #cbc9c9;
  border-radius: 0.25em;
  text-decoration: none;
  color: #444444;
}
.archive_pagination .pagination .current {
  background-color: #a2955d;
  border-color: #cbc9c9;
  color: #fff;
  pointer-events: none;
  border-radius: 0.25em;
}
.archive_pagination .pagination a,
.archive_pagination .pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.6em 0.8em;
}
@media screen and (max-width: 900px) {
  .archive_pagination .pagination a,
  .archive_pagination .pagination span {
    font-size: calc(12px - 4px + 1.06vw);
  }
}

/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
.el_btn_001 {
  text-align: center;
}
.el_btn_001 a {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  background-color: #23c787;
  width: 230px;
  padding: 23px 13px 23px 56px;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-family: "notoserif_r";
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
}
@media screen and (max-width: 1330px) {
  .el_btn_001 a {
    padding: 1.5vw 1.5vw 1.5vw 5vw;
    font-size: 1.4vw;
    width: 20vw;
    max-width: 230px;
  }
}
@media screen and (max-width: 900px) {
  .el_btn_001 a {
    font-size: calc(14px - 4px + 1.06vw);
    width: 100%;
    padding: 13px 18px 13px 45px;
    box-shadow: none;
  }
}
.el_btn_001 a::before {
  content: "";
  background-image: url(../images/icon_calender.webp);
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1330px) {
  .el_btn_001 a::before {
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media screen and (max-width: 900px) {
  .el_btn_001 a::before {
    background-image: url(../images/icon_calender_sp.webp);
    width: 24px;
    height: 25px;
    left: 10%;
  }
}

.el_btn_002 {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .el_btn_002 {
    width: 75%;
  }
}
.el_btn_002 a {
  text-decoration: none;
  color: #fff;
  background-color: #23c787;
  font-size: 19px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  padding: 33px 0;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .el_btn_002 a {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 18px 0;
  }
}
.el_btn_002 a:after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .el_btn_002 a:after {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
}

.el_btn_003 {
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .el_btn_003 {
    width: 81%;
  }
}
.el_btn_003 a {
  text-decoration: none;
  color: #515151;
  background-color: #eeeeee;
  font-size: 17px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 23px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .el_btn_003 a {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 14px 0;
  }
}
.el_btn_003 a:after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #515151;
  border-right: 2px solid #515151;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .el_btn_003 a:after {
    width: 7px;
    height: 7px;
    right: 9%;
    border-width: 1px;
  }
}
.el_btn_003.reverse a:after {
  right: inherit;
  left: 7%;
  -webkit-transform: rotate(-135deg) translateY(calc(-50% + 13px));
  transform: rotate(-135deg) translateY(calc(-50% + 13px));
}
@media screen and (max-width: 900px) {
  .el_btn_003.reverse a:after {
    width: 7px;
    height: 7px;
    left: 9%;
    border-width: 1px;
  }
}
.el_btn_003.white a {
  color: #515151;
  background-color: #fff;
}
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
.bl_accordion_001 .accordion .accordion-item {
  border-bottom: 1px solid #cccabf;
}
.bl_accordion_001 .accordion .accordion-item .accordion-header {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #7f7651;
  font-size: 19px;
  font-weight: normal;
  cursor: pointer;
  padding: 22px 45px 22px 64px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_001 .accordion .accordion-item .accordion-header {
    padding: 16px 42px 16px 20px;
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.bl_accordion_001 .accordion .accordion-item .accordion-header::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 2px solid #a2955d;
  border-right: 2px solid #a2955d;
  content: "";
  transition: transform 0.7s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_001 .accordion .accordion-item .accordion-header::after {
    width: 11px;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 20px;
  }
}
.bl_accordion_001 .accordion .accordion-item .accordion-header.active::after {
  transform: rotate(225deg);
}
.bl_accordion_001 .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
  font-size: 16px;
  line-height: 1.8;
  border-top: 2px solid #cccabf;
  padding: 0 64px;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .bl_accordion_001 .accordion .accordion-item .accordion-content {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 0 18px;
  }
}
.bl_accordion_001 .accordion .accordion-item .accordion-content.open {
  opacity: 1;
  padding: 22px 64px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_001 .accordion .accordion-item .accordion-content.open {
    padding: 23px 18px;
  }
}
.bl_accordion_001 .accordion .accordion-item .accordion-content .accordion-content_wrap {
  padding-bottom: 44px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_001 .accordion .accordion-item .accordion-content .accordion-content_wrap {
    padding-bottom: 46px;
  }
}
.bl_accordion_001 .accordion .accordion-item .accordion-content .accordion-content_wrap p {
  margin: 0;
}
.bl_accordion_002 .accordion {
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
}
.bl_accordion_002 .accordion .accordion-item {
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background-color: #fff;
}
.bl_accordion_002 .accordion .accordion-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.bl_accordion_002 .accordion .accordion-item .accordion-header {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #7f7651;
  font-size: 19px;
  font-weight: normal;
  cursor: pointer;
  padding: 22px 45px 22px 64px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_002 .accordion .accordion-item .accordion-header {
    font-size: calc(15px - 4px + 1.06vw);
    padding: 15px 44px 15px 20px;
  }
}
.bl_accordion_002 .accordion .accordion-item .accordion-header::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 2px solid #a2955d;
  border-right: 2px solid #a2955d;
  content: "";
  transition: transform 0.7s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_002 .accordion .accordion-item .accordion-header::after {
    width: 11px;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 20px;
  }
}
.bl_accordion_002 .accordion .accordion-item .accordion-header.active {
  background-color: #f6f6f6;
}
.bl_accordion_002 .accordion .accordion-item .accordion-header.active::after {
  transform: rotate(225deg);
}
.bl_accordion_002 .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #d0d0d0;
  padding: 0 64px;
  opacity: 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 900px) {
  .bl_accordion_002 .accordion .accordion-item .accordion-content {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 0 18px;
  }
}
.bl_accordion_002 .accordion .accordion-item .accordion-content.open {
  opacity: 1;
  padding: 22px 64px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_002 .accordion .accordion-item .accordion-content.open {
    padding: 23px 18px;
  }
}
.bl_accordion_002 .accordion .accordion-item .accordion-content .accordion-content_wrap {
  padding-bottom: 44px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_002 .accordion .accordion-item .accordion-content .accordion-content_wrap {
    padding-bottom: 46px;
  }
}
.bl_accordion_002 .accordion .accordion-item .accordion-content .accordion-content_wrap p {
  margin: 0;
}
.bl_accordion_003 .accordion {
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
}
.bl_accordion_003 .accordion .accordion-item {
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item {
    border-left: 1px solid #c2ba98;
    border-right: 1px solid #c2ba98;
  }
  .bl_accordion_003 .accordion .accordion-item:first-child {
    border-top: 1px solid #c2ba98;
  }
}
.bl_accordion_003 .accordion .accordion-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.bl_accordion_003 .accordion .accordion-item .accordion-header {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #7f7651;
  font-size: 19px;
  font-weight: normal;
  cursor: pointer;
  padding: 25px 45px 22px 64px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-header {
    font-size: calc(15px - 4px + 1.06vw);
    padding: 15px 44px 15px 20px;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-header::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 2px solid #a2955d;
  border-right: 2px solid #a2955d;
  content: "";
  transition: transform 0.7s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-header::after {
    width: 11px;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: 20px;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-header.active::after {
  transform: rotate(225deg);
}
.bl_accordion_003 .accordion .accordion-item .accordion-header .ttl {
  font-size: 21px;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-header .ttl {
    font-size: calc(17px - 4px + 1.06vw);
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-header .ttl span {
  font-size: 15px;
  font-weight: normal;
  font-family: Garamond;
  color: #9d9d9d;
  display: block;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-header .ttl span {
    font-size: calc(15px - 4px + 1.06vw);
    letter-spacing: 0.5px;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #d0d0d0;
  padding: 0 25px;
  opacity: 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 0 9px;
    width: 100%;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content.open {
  opacity: 1;
  padding: 22px 25px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content.open {
    padding: 21px 9px;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap {
  padding-bottom: 44px;
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr {
    flex-wrap: wrap;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr.col2 th {
  width: 40%;
  padding: 7px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr.col2 th {
    width: 36%;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr.col2 td {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr.col2 td {
    width: 64%;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr th {
  width: 50%;
  background-color: #f4f0ea;
  padding: 7px 45px;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr th {
    width: 36%;
    margin-bottom: 11px;
    font-size: calc(16px - 4px + 1.06vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr th small {
  font-size: 15px;
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td {
  border: 1px solid #f4f0ea;
  width: 50%;
  padding: 7px 22px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td {
    width: 64%;
    padding: 7px 9px;
    font-size: calc(20px - 4px + 1.06vw);
    letter-spacing: 0;
    margin-bottom: 11px;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td small {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td small {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table.sp_col1 tr {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table.sp_col1 tr th {
    width: 100%;
    margin-bottom: 0;
    font-size: calc(15px - 4px + 1.06vw);
  }
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap table.sp_col1 tr td {
    width: 100%;
    margin-bottom: 0;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap h4 {
  margin: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap h4::before {
  content: "";
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #a6a089;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap {
    padding-bottom: 46px;
  }
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap p {
  margin: 0;
}
.bl_accordion_003 .accordion .accordion-item .accordion-content .accordion-content_wrap small {
  font-size: 14px;
}
.bl_accordion_004 .accordion .accordion-item {
  border: 1px solid #a5a4a4;
  background-color: #97805e;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item {
    margin-bottom: 10px;
  }
}
.bl_accordion_004 .accordion .accordion-item:last-child {
  border-bottom: 1px solid #a5a4a4;
}
.bl_accordion_004 .accordion .accordion-item .accordion-header {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  padding: 10px 34px 10px 18px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-header {
    padding: 5px 16px 5px 8px;
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-header::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: transform 0.7s ease;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-header::after {
    width: 6px;
    height: 6px;
    margin-left: 0;
    position: absolute;
    right: 7px;
    border-width: 1px;
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-header.active::after {
  transform: rotate(225deg);
}
.bl_accordion_004 .accordion .accordion-item .accordion-header .ttl {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-header .ttl {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-header .ttl .sub_ttl {
  font-size: 90%;
}
.bl_accordion_004 .accordion .accordion-item .accordion-header .ttl small {
  font-size: 71%;
  font-weight: normal;
  display: block;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid #a5a4a4;
  opacity: 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-content {
    font-size: calc(14px - 4px + 1.06vw);
    width: 100%;
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-content.open {
  opacity: 1;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a5a4a4;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr {
    flex-wrap: wrap;
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr th {
  width: 45%;
  background-color: #f4f0ea;
  padding: 7px 45px;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr th {
    width: 59%;
    font-size: calc(14px - 4px + 1.06vw);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 10px;
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr th small {
  font-size: 15px;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td {
  width: 55%;
  padding: 7px 22px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td {
    width: 41%;
    padding: 4px 10px;
    font-size: calc(15px - 4px + 1.06vw);
    text-align: right;
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td small {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap table tr td small {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap h4 {
  margin: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap h4::before {
  content: "";
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #a6a089;
  display: inline-block;
  border-radius: 50%;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap p {
  margin: 0;
}
.bl_accordion_004 .accordion .accordion-item .accordion-content .accordion-content_wrap small {
  font-size: 14px;
}
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
#bgFix001-bgFixd {
  background: url("../images/bg_fix_001.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #bgFix001-bgFixd {
    background: url("../images/bg_fix_001_sp.webp") no-repeat top;
    background-size: cover;
  }
}

#bgFix002-bgFixd {
  background: url("../images/bg_fix_002.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #bgFix002-bgFixd {
    background: url("../images/bg_fix_002_sp.webp") no-repeat top;
    background-size: cover;
  }
}

#bgFix003-bgFixd {
  background: url("../images/bg_fix_003.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #bgFix003-bgFixd {
    background-image: none;
  }
}

#bgFix004-bgFixd {
  background: url("../images/bg_fix_004.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #bgFix004-bgFixd {
    background: url("../images/bg_fix_004_sp.webp") no-repeat top;
    background-size: cover;
  }
}

#bgFix005-bgFixd {
  background: url("../images/bg_fix_005.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #bgFix005-bgFixd {
    background: url(../images/bg_fix_005_sp.webp) no-repeat 50% 35%;
    background-size: contain;
  }
}

/* 背景追従 */
/*======================================
common
/*======================================*/
.bgFixd-js {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 900px) {
  .bgFixd-js {
    background-size: 100% 100%;
  }
}

/*======================================
  scroll fadein
  /*======================================*/
.fixbg_fadein {
  opacity: 1;
  transition: all 1s ease;
}

.fixbg_fadeout {
  opacity: 0;
  transition: all 1s ease;
}

/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
#topSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom 10s linear 0s 1 normal both;
}
.slide-img a:hover {
  opacity: 1;
}

.slide-img img {
  object-fit: cover;
  width: 100vw;
}

.topSwiper_pagination.swiper-pagination {
  bottom: -35px;
  /* 通常のドットの色 */
  /* アクティブなドットの色 */
}
@media screen and (max-width: 900px) {
  .topSwiper_pagination.swiper-pagination {
    bottom: -28px;
  }
}
.topSwiper_pagination.swiper-pagination .swiper-pagination-bullet {
  background-color: #bcbcbc;
  margin: 0 16px;
}
@media screen and (max-width: 900px) {
  .topSwiper_pagination.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 10px;
  }
}
.topSwiper_pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a58e6b;
}

/*# sourceMappingURL=main.css.map */
