
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ヘッダー要素のみを確実に表示させる */
.site-header, 
.menu_back,
.menu_wrapper {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ヘッダーの位置を維持 */
.site-header {
    position: fixed !important;
}

/* gnavは初期状態で非表示にする */
.gnav {
    display: none;
}

/* 問題のJavaScriptコードのみを非表示にする（より安全な方法） */
body::before, body::after {
    content: none !important;
}

/* JavaScriptコードが含まれるテキストノードだけを隠す */
.page-content, .entry-content, .entry-summary {
  margin:  0 !important;
}
*{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #efefef;
  background-color: #0b0b0b;
}
section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
li{
  list-style: none;
}
.section_bk{
  background-color: #;
}
h1.override {
    color: white !important;
    font-size: 40px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);

}
.wht{
  color: #fff;
}
.text{
  word-break: keep-all;
  white-space: normal;
  line-break: strict;
}
@media (min-width: 640px) {
  h1.override {
    font-size: 60px !important;
  }
}

@media (min-width: 768px) {
  h1.override {
    font-size: 80px !important;
  }
}

@media (min-width: 1024px) {
  h1.override {
    font-size: 120px !important;
  }
}

@media (min-width: 1280px) {
  h1.override {
    font-size: 160px !important;
  }
}
.bottom-8{
    bottom:8rem;
}
.left-2{
    left:2rem;
}
h2.big_title{
    
    font-size: 8vw !important;
    font-family: "Cormorant", serif;
    margin-bottom: 0;
}
@media (max-width: 640px) {
    h2.big_title {
      font-size: 60px !important;
    }
  }
  .image-layer2

 {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 200%;
    background: url(/wp-content/themes/original-child/images/top/IMG_1821.JPG) no-repeat center center;
    background-size: cover;
    will-change: transform;
}
  @media (max-width: 768px) {
    h2.big_title {
      font-size: 24px !important;
    }
    .front_message_title.is-lg span {
      font-size:2rem !important;
  }
  .front_message {
    font-size: 1rem !important;
  }
  h2.big_title span{
    font-size: 3rem !important;
    display:block;
    letter-spacing: 0.5rem;
  }
      .front_message_title.is-lg {
              white-space: nowrap;
              font-size: 1.8rem !important;
              white-space: normal;
              font-size: 1.6rem !important;
              line-height: 1.4;
              }
              .front_message_title.is-lg br {
             display: none;
             display: block;
           }
  }
.full{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.sub_color{
  color: #E6BE8A !important;
}
h2.front_message_title span {
  font-size: inherit ;   /* 親のフォントサイズを継承 */
  display: inline-block !important; /* inline-block に変更 */
  letter-spacing: normal !important; /* 必要に応じて調整 */
  writing-mode: horizontal-tb !important; /* 横書きを強制 */
}
  .white{
    color:#fff;
  }
  .right_gray{
    color: #ccc;
  }
h2.big_title span{
    font-size: 136px;
    display:block;
    letter-spacing: 0.5rem;
  }
.front_message_title{
  position: relative;

  line-height: 1.88;
  margin-bottom: 3.25vw;
  letter-spacing: .34em;
  font-family: YuMincho, 游明朝, "Noto Serif JP", Times New Roman, Hiragino Mincho ProN, ヒラギノ明朝 Pro W3, HGS明朝B, ＭＳ Ｐ明朝, serif, Meiryo, Sawarabi Mincho, メイリオ, ＭＳ Ｐゴシック, sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
}
@media screen and (max-width: 650px){
    .front_message_title{
  position: relative;

  line-height: 1.88;
  margin-bottom: 3.25vw;
  letter-spacing: .34em;
  font-family: YuMincho, 游明朝, "Noto Serif JP", Times New Roman, Hiragino Mincho ProN, ヒラギノ明朝 Pro W3, HGS明朝B, ＭＳ Ｐ明朝, serif, Meiryo, Sawarabi Mincho, メイリオ, ＭＳ Ｐゴシック, sans-serif;
  font-size: 5vw !important;
  font-weight: 500;
}
}
  .front_message{
    position: relative;

    line-height: 2.8;
    letter-spacing: .08em;
    font-family: YuMincho, 游明朝, "Noto Serif JP", Times New Roman, Hiragino Mincho ProN, ヒラギノ明朝 Pro W3, HGS明朝B, ＭＳ Ｐ明朝, serif, Meiryo, Sawarabi Mincho, メイリオ, ＭＳ Ｐゴシック, sans-serif;
    font-size: 1.125vw;
    font-weight: 500;
  }
  .front_message_title {
    font-size: 2rem;            /* お好みのサイズに調整してください */
    writing-mode: horizontal-tb; /* 横書きを強制 */
    line-height: 1.2;           /* 必要に応じて調整 */
  }
  
  .front_message_title span {
    display: inline-block; /* インラインブロックにすることで、スペースを保ちながら配置 */
    font-size: inherit;    /* 親のフォントサイズを継承 */
    line-height: inherit;  /* 親の行間を継承 */
  }
  .front_message_title.is-medium span{
    font-size: 1.6rem !important;
}
  .front_message_title.is-lg span{
    font-size: 3.6rem ;
}
.mainvisual {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.bk_gray{
  background-color: #2e2e2e;
}
.mainvisual.inview {
  opacity: 1;
  transform: translateY(0);
}
h1.front_message_title span{
  color: #fff;
}
  .center{
    
      display: grid;
      justify-items: center;
      align-items: center;
     
  }
  .section_bk{
    background-color: #2e2e2e;
  }
  .discription p{
    background-color: #2e2e2e;
  }
  .content{
    width: 100%;
    text-align: center;
   
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .text-center{
    display: flex;
justify-content: center;
align-items: center;
flex-direction:column;
  }
  .front_message_title2{
    letter-spacing: .03em;
        font-family: Cormorant Infant, YuMincho, 游明朝, "Noto Serif JP", Times New Roman, Hiragino Mincho ProN, ヒラギノ明朝 Pro W3, HGS明朝B, ＭＳ Ｐ明朝, serif, Meiryo, Sawarabi Mincho, メイリオ, ＭＳ Ｐゴシック, sans-serif;
        font-size: 8vw;
        font-weight: 300;
  }
  h2.front_message_title2 span{
    display: block;
    font-size:1vw;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .col-5{
width: calc(49% - 5px);
display:flex;
flex-direction: column;
margin: 4px;
  }
  .overlay-split {
    position: relative;
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
}
.top_message {
  position: relative;
  width: 100%;
  
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  box-sizing: border-box;

}
.top_message__inner {
  display: grid;
  grid-template-columns: 65% 35%; /* ← 左メッセージ : 右画像 */
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 700px;
}
@media screen and (max-width: 650px){
    
  .top_message__left {
    position: relative;
    padding: 1rem !important;
    z-index: 2;
  }
}
.top_message__inner {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    height: 700px; /* ← 確保 */
}

.top_message__left {
  position: relative;
  padding: 4rem;
  z-index: 2;
}

.top_message__right {
  position: relative;
  margin-top: 4rem;
  height: 100%;
  overflow: hidden;
  
}
.image-layer {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 200%; /* ← パララックスするなら多めに */
  background: url('/wp-content/themes/original-child/images/top/IMG_1821.JPG') no-repeat center center;
  background-size: cover;
  will-change: transform;
}

/* --- レスポンシブ調整 --- */
@media(max-width: 768px){
    .top_message__inner {
        grid-template-columns: 1fr;
    }
    .top_message__right {
        height: 300px;
        order: -1;
    }
    .top_message__content {
        transform: none;
        max-width: 100%;
    }
}

  .parent {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 88.8%;
        /* 追加部分 */
        margin: 0 auto;          /* 親ブロック内で中央寄せ */
        justify-content: center; /* グリッド内のアイテムの配置（おまけ） */
        background-color:#2e2e2e ;
    }

    /* promise */
/* 基本のカード */

@media (max-width: 768px) {
    .parent {
        grid-template-columns: 1fr; /* スマホでは1カラムに */
    }
    .pricing{
      width: 88.8% !important;
      margin: 8px auto;
    }
}
.c-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  padding: 36px;
  background-color: #0b0b0b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  
  .c-card__contents {
  display: flex;
  flex-direction: column;
  }
  
  .c-card__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 1rem 1rem;
  order: 2;
      position: relative;
  
    line-height: 1.88;
    margin-bottom: 3.25vw;
    letter-spacing: .34em;
    font-family: YuMincho, 游明朝, "Noto Serif JP", Times New Roman, Hiragino Mincho ProN, ヒラギノ明朝 Pro W3, HGS明朝B, ＭＳ Ｐ明朝, serif, Meiryo, Sawarabi Mincho, メイリオ, ＭＳ Ｐゴシック, sans-serif;
    font-size: 2.3125vw;
    font-weight: 500;
  }
  
  .c-card__link {
  text-decoration: none;
  color: currentColor;
  margin-top:2rem;
  }
  
  .c-card__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .c-card__text {
  font-size: 1.2rem;
  padding: 0;
  margin: 0 1rem;
  order: 3;

  }
  
  .c-card__thumbnail {
  order: 1;
  }
  
  .c-card__thumbnail-pict {
  display: block;
  width: 100%;
  height: auto;
  }
  
  .c-card__info {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 1.5rem 1rem;
  padding: 0;
  order: 4;
  }
  
  .c-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 0.3rem 0.8rem;
  margin-left: 1.2rem;
  color: #fff;
  background-color: #ccc;
  transition: opacity 0.5s ease-in-out;
  }
  
  .c-card__category:focus,
  .c-card__category:hover {
  opacity: 0.7;
  }
  
  
  @media screen and (min-width: 768px) {
  
  /* c-card--row */
  .c-card.c-card--row {
  max-width: 1200px;
  border: none;
  }
  
  .c-card.c-card--row .c-card__contents {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 0 20px;
  
  grid-template-areas:
  "pict title"
  "pict text"
  "pict info";
  }
  
  .c-card.c-card--row .c-card__thumbnail {
  grid-area: pict;
  }
  
  .c-card.c-card--row .c-card__title {
  grid-area: title;
  margin: 0.3rem 0 0 0;
  font-size: 1.4rem;
  }
  
  .c-card.c-card--row .c-card__text {
  
  margin-top: 4rem;
  font-size: 0.9rem;
  }
  
  .c-card.c-card--row .c-card__info {
  grid-area: info;
  margin: 0 0 0.3rem 0;
  font-size: 0.9rem;
  }
  
  

  .c-card.c-card--row.c-card--row-reverse .c-card__contents {
   grid-template-areas:
   "title pict"
   "text pict"
   "info pict";
  }
  }
  .explain-line {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}
.explain-line .line-gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #edecec;
}

 .explain-line .line-gold {
      width: 35%;
  }



 .explain-line .line-gold {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #896f2a;
}
.explain_num{
font-size: 4rem;
color: #896f2a;
}
.explain_num::first-letter{
  color: #ccc;
}
  /* 基本のカード */
a.card_design{
  text-decoration: none;
}
.c-card__link span{
  font-size:4rem;
}
  /* c-card--row-reverse */


@media (max-width: 768px) {
    .parent {
        grid-template-columns: 1fr; /* スマホでは1カラムに */
    }
    .pricing{
      width: 88.8% !important;
      margin: 8px auto;
    }
}

  
  .c-card__contents {
  display: flex;
  flex-direction: column;
  }
  
  .c-card__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 1rem 1rem;
  order: 2;
      position: relative;
  
    line-height: 1.88;
    margin-bottom: 3.25vw;
    letter-spacing: .34em;
    font-family: YuMincho, 游明朝, "Noto Serif JP", Times New Roman, Hiragino Mincho ProN, ヒラギノ明朝 Pro W3, HGS明朝B, ＭＳ Ｐ明朝, serif, Meiryo, Sawarabi Mincho, メイリオ, ＭＳ Ｐゴシック, sans-serif;
    font-size: 2.3125vw;
    font-weight: 500;
  }
  
  .c-card__link {
  text-decoration: none;
  color: currentColor;
  margin-top:2rem;
  }
  
  .c-card__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .c-card__text {
  font-size: 1.2rem;
  padding: 0;
  margin: 0 1rem;
  order: 3;
  }
  
  .c-card__thumbnail {
  order: 1;
  }
  
  .c-card__thumbnail-pict {
  display: block;
  width: 100%;
  height: auto;
  }
  
  .c-card__info {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 1.5rem 1rem;
  padding: 0;
  order: 4;
  }
  
  .c-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 0.3rem 0.8rem;
  margin-left: 1.2rem;
  color: #fff;
  background-color: #ccc;
  transition: opacity 0.5s ease-in-out;
  }
  
  .c-card__category:focus,
  .c-card__category:hover {
  opacity: 0.7;
  }
  
  
  @media screen and (min-width: 768px) {
  
  /* c-card--row */
  .c-card.c-card--row {
  max-width: 1200px;
  border: none;
  }
  
  .c-card.c-card--row .c-card__contents {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 0 20px;
  
  grid-template-areas:
  "pict title"
  "pict text"
  "pict info";
  }
  
  .c-card.c-card--row .c-card__thumbnail {
  grid-area: pict;
  }
  
  .c-card.c-card--row .c-card__title {
  grid-area: title;
  margin: 0.3rem 0 0 0;
  font-size: 1.4rem;
  }
  
  .c-card.c-card--row .c-card__text {

  margin-top: 4rem;
  font-size: 0.9rem;
  }
  
  .c-card.c-card--row .c-card__info {
  grid-area: info;
  margin: 0 0 0.3rem 0;
  font-size: 0.9rem;
  }
  
  

  .c-card.c-card--row.c-card--row-reverse .c-card__contents {
   grid-template-areas:
   "title pict"
   "text pict"
   "info pict";
  }
  }
  .explain-line {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}
.explain-line .line-gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #edecec;
}

 .explain-line .line-gold {
      width: 35%;
  }



 .explain-line .line-gold {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #896f2a;
}
.explain_num{
font-size: 4rem;
color: #896f2a;
}
.explain_num::first-letter{
  color: #ccc;
}
a.card_design{
  text-decoration: none;
}
.c-card__link span{
  font-size:4rem;
}
  /* c-card--row-reverse */
/* card-2 */
.c-card {
  position: relative; /* バッジの絶対位置指定に必要 */
  /* その他の既存スタイルはそのまま */
}
span.step{
  font-size: 1.6rem;
  font-family: sans-serif;
}
.free-badge {
  position: absolute;
  top: 1rem;      /* 調整可能 */
  right: 1rem;    /* 調整可能 */
  background-color: #0b0b0b;  /* 黒背景 */
  color: #fff;             /* 白文字 */
  width: 140px;             /* 丸の大きさ */
  height: 140px;            /* 丸の大きさ */
  border-radius: 50%;      /* 丸型にする */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;       /* フォントサイズ調整 */
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);  /* 軽い影 */
  z-index: 10;
  font-family: sans-serif;
}
/* card-2 */




    /* promise */
    a:visited{
      text-decoration: none;
      color:#586166;
    }
 .slick{
  
  margin: 4rem auto;
 }
 button a{
  color: #fff !important;
  text-decoration: none;
 }
    
    /* Planプラン*/
    ul.pricing{
      margin: 0;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    .plan_box{
      width: 88.8%;
     

      display:flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
        -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto;
      justify-content: space-between;
    
    }

    .pricing {
      text-align: center;
      border: 1px solid #141414;
      color: #777;
      font-size: 14px;
      padding-left: 0;
      margin-bottom: 30px;
      font-family: 'Lato';
      width: 33%;
    }
    @media screen and (max-width: 650px){
   .pricing{
    width: 100% !important;
    margin: 16px !important;
   } 
    }
    .pricing img {
      display: block;
      margin: auto;
      
    }
    #promise1,#promise2,#promise3  {
      width: 100%;
      aspect-ratio: 9 / 16; /* ★ ここポイント：アスペクト比で制御 */
      position: relative;
      overflow: hidden;
    }
    .vegas-transition-blur-in, .vegas-transition-blur2-in {
      z-index: 999;
    }
    .pricing li:first-child,
    .pricing li:last-child {
      padding: 20px 13px;
    }
    .pricing li {
      list-style: none;
      padding: 13px;
    }
    .pricing li + li {
      border-top: 1px solid #141414;
    }
    .pricing big {
      font-size: 32px;
    }
    .pricing h3 {
      margin-bottom: 0;
      font-size: 36px;
    }
    .pricing span {
      font-size: 1rem ;
      color: #999;
      font-weight: normal;
    }
    .pricing li:nth-last-child(2) {
      padding: 30px 13px;
    }
    .pricing button {
      width: auto;
      margin: auto;
      font-size: 15px;
      font-weight: bold;
      border-radius: 50px;
      color: #fff;
      padding: 9px 24px;
      background: #aaa;
      opacity: 1;
      transition: opacity .2s ease;
      border: none;
      outline: none;
    }
    .pricing button:hover {
      opacity: .9;
    }
    .pricing button:active {
      box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    }
    /* pricing color */
    .p-green big,
    .p-green h3 {
      color: #4c7737;
    }
    .p-green button {
      background: #4c7737;
    }
    .p-yel big,
    .p-yel h3 {
      color: #ffbb42;
    }
    .p-yel button {
      background: #ffbb42;
    }
    .p-red big,
    .p-red h3 {
      color: #e13c4c;
    }
    .p-red button {
      background: #e13c4c;
    }
    .p-blue big,
    .p-blue h3 {
      color: #3f4bb8;
    }
    .p-blue button {
      background: #3f4bb8;
    }

    /* About US 会社概要 */
    /* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


    /* About US 会社概要 */
    /* ニュース */
    /* ニュースリスト */
    .news ul {
      list-style: none;
      padding: 0;
      margin: 2rem 0;
  }
  
  .news li {
      padding: 1rem 0;
      border-bottom: 1px solid #ddd; /* 区切り線 */
  }
  
  /* 横並び */
  .news li a {
      text-decoration: none;
      color: #586166;
      display: flex;
      align-items: baseline;
      gap: 1rem; /* 日付と見出しの間 */
      transition: color 0.3s, border-bottom 0.3s;
  }
  
  .news li a:hover {
      color: #E6BE8A;
     
  }
  
  /* 日付 */
  .news li time {
      font-size: 0.8rem;
      color: #999;
      white-space: nowrap; /* 日付が折り返さないように */
  }
  
  /* 見出し */
  .news li a span {
      font-size: 1rem;
      flex: 1; /* 見出しが幅を取る */
  }
    /* ニュースここまで */
/* Plan */
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
  
}
.c-card__material{
  width: 160px;
  margin: 8px;
}
@media screen and (max-width: 650px){
  .c-card__material{
    width: 18%;
    margin: 8px;
  }
}
/* Plan */
    /* レスポンシブ */
    @media screen and (max-width: 650px){
      .c-card__text{font-size: 1rem;} 

.front_message_title {font-size: 1.2vw;}
section.about,section.news{
  width: 88.8%;
  margin: 0 auto;
}
.left-2 {
  left:0rem !important;
}
    }

    /* フッター */
    .sns_icon{
      width: 40px;
    }
    .site-footer {
      background-color: #111; /* ダークな背景色 */
      color: #fff;
      padding: 2rem 0;
      font-family: "Noto Serif JP", serif;
    }
    
    .footer-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 1rem;
      background-color: #111;
    }
    
    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid #444;
      background-color: #111;
    }
    
    .footer-column {
      flex: 1 1 300px;
      margin: 1rem;
      background-color: #111;
    }
    
    .footer-logo .logo-title {
      font-size: 2rem;
      font-weight: bold;
    }
    
    .footer-logo .logo-tagline {
      font-size: 1rem;
      margin-top: 0.5rem;
      color: #ccc;
      background-color: #111;
    }
    
    .footer-nav h3,
    .footer-social h3 {
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
      background-color: #111;
    }
    .footer_logo{
      width: 50%;
      margin: 0 auto;
      background-color: #111;

    }
    .footer-nav ul,
    .footer-social ul {
      list-style: none;
      padding: 0;
      margin: 0;
      background-color: #111;
    }
    
    .footer-nav ul li,
    .footer-social ul li {
      margin-bottom: 0.5rem;
      background-color: #111;
    }
    
    .footer-nav ul li a,
    .footer-social ul li a {
      color: #ccc;
      text-decoration: none;
      background-color: #111;
      transition: color 0.3s ease;
    }
    
    .footer-nav ul li a:hover,
    .footer-social ul li a:hover {
      color: #E6BE8A;
    }
    
    .footer-social ul {
      display: flex;
      gap: 1rem;
    }
    
    .footer-social ul li a i {
      font-size: 1.2rem;
    }
    
    .footer-bottom {
      text-align: center;
      margin-top: 1rem;
      color: #777;
      font-size: 0.875rem;
      background-color: #111;
    }
    .footer-bottom p{
      background-color: #111;
    }
    /* レスポンシブ */
    @media (max-width: 768px) {
      .footer-top {
        flex-direction: column;
        text-align: center;
      }
      .footer-column {
        margin: 1rem 0;
      }
      .top_message{
        min-height: 0px !important;
        margin-bottom:1rem;
      }
    
    }
    /* フッター */

    /* コンタクトフォーム */
    /* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
  /* テーブルの見出しとフォーム */
  table.inquiry th,table.inquiry td {
     display:block;
     padding:1em 0!important;
     width:100%;
     border:0;
  }
  
  /* 送信ボタン */
  input.wpcf7-submit{
     margin-bottom:30px;
     width:100%;
  }
  }
  
  /* 日付タグ上のテキストをPCとスマホで変更 */
  @media(max-width:900px){
  .pcdate{
     display: none;
  }
  }
  @media(min-width:1000px){
  .spdate{
     display: none;
  }
  /* 日付タグの幅を調整 */
  .wpcf7-date.dateform{
     width: 25%;
  }
  }
  
  /* Contact Form7全体カスタマイズ */
  
  /* 自動入力されるPタグを無効にする */
  .inquiry p {
     display: inline;
  }
  
  /*テーブル下に余白.枠線・テキストの行間 */
  table.inquiry {
     margin-bottom: 30px;
     
     line-height:1.2;
     vertical-align:middle;
  }
  
  /* テーブルの行 */
  .inquiry tr {
     border:0!important;
  }
  
  /* テーブルの見出し側 */
  .inquiry th{
     text-align:left;
     font-size:14px;
     color:#444;
     padding:1em 0.5em;
     width:0;
    
     border-bottom:solid 1px #333;
     white-space: nowrap;
     vertical-align: middle;
  }
  @media screen and (min-width: 800px){
    .inquiry th{
      width: 25%;
    }
  
    
  }
  
  /* 必須と任意タグ */
  .haveto,.any{
     font-size:13px;
     padding:5px;
     background:#333;
     color:#fff;
     border-radius:2px;
     margin-right:5px;
     font-weight:normal;
  }
  
  /* 任意タグの背景カラー */
  .any{
     background:#93c9ff;
  }
  
  /* テーブルフォーム側 */
  .inquiry td{
     font-size:13px;
     border-bottom: 1px solid #333;
  }
  
  /* 入力エリア幅最大 */
  .wpcf7-form-control {
     width: 100%;
  }
  .mt36{
    margin-top: 36px;
  }
  /* フォーム入力欄の余白・背景カラー・枠線消す指定 */
  .inquiry input,.inquiry select,.inquiry textarea {
     margin: 5px 0;
     border-bottom: 1px solid #333;
     border: none;
     padding:0.7em;
     background-color: #f1f1f1;
  }
  .inquiry textarea {
     padding-bottom:10em;
  }
  
  /* チェックボックスとラジオボタンの位置調整 */
  .wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
     vertical-align:middle;
  }
  .wpcf7-list-item-label{
     padding:0 5px 0 2px;
  }
  /*ラジオボタンを縦並び指定*/
  .verticallist{
     display:inline-grid;
  }
  
  /* 送信ボタンのデザイン */
  .wpcf7-submit{
     display: block;
     margin:10px auto;
     padding:1em 0;
     width:80%;
     background:#09b555;
     color:#fff;
     font-size:18px;
     font-weight:bold;	 
     border-radius:4px;
     border: none;
  }
  
  /* 送信ボタンマウスホバー時 */
  .wpcf7-submit:hover{
     opacity: 0.9;
     transition: 0.3s;
  }
  
  /* フォーム上部に表示されるエラーメッセージを非表示 */
  .screen-reader-response {
      display: none;
  }
  
  /* フォーム内エラーメッセージを赤色に指定 */
  .wpcf7-not-valid-tip {
      color: #e92323;
  }
    /* コンタクトフォーム */
    @media (max-width: 768px) {
      .footer-social ul {
        justify-content: center;
      }
    
      .footer-social ul li {
        display: flex;
        justify-content: center;
      }
    
      .footer-social ul li a img.sns_icon {
        display: block;
        margin: 0 auto;
      }
    }

    a.btn_03 {
      display: block;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      width: 90%;
      margin: auto;
      padding: 1rem 4rem;
      font-weight: bold;
      border: 2px solid #3e3e3e;
      color: #3e3e3e;
      border-radius: 100vh;
      transition: 0.5s;
      max-width: 600px;
    }
    a.btn_03:hover {
      color: #fff;
      background: #3e3e3e;
    }
    .plan_des{
      width: 95% !important;
      max-width: 600px ;
      margin: 0 auto;
    }
    .logo-img{
    color: #fff;
    }