/*
 Theme Name: original_child
 Template: original
 Version:4.1.4
 */

 


 /*PC スマホ切り替え*/
 /* パソコンで見たときは"pc"のclassがついた画像が表示される */
 @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@200..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
 *{
  
 }
 :root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
  
}
 body{
  font-family: 'Noto Sans JP', sans-serif; /* 日本語はNoto Serif JP、英語はCormorant Garamondを優先 */

  overscroll-behavior: none; /* モバイルでのバウンド効果を無効化 */
 }
 a{
  text-decoration: none;
 }
 a:visited{

 }
 a:hover{

 }
 li{
  list-style: none;
 }
 .l-inner{
  width: 88.8%;
  margin: 0 auto;
  max-width: 1450px;
 }
 .pc {
   display: block !important;
 }
 
 .sp {
   display: none !important;
 }
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media only screen and (max-width: 750px) {
    .pc {
      display: none !important;
    }
  
    .sp {
      display: block !important;
    }
  }
/* 文字 */
p {
  font-size: calc(8px + 0.5vw);
  line-height: 2.4rem;
}

h3 {
  font-size: calc(10px + 1vw);
  font-weight: 400;
}

h2 {
  font-size: calc(20px + 1.5vw);
  font-weight: 400;
}
p.en{
  font-size: calc(4px + 0.5vw);
  font-weight: 400;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}
@media screen and (max-width: 650px){
  .br-sp {
    display: block;
}
    .br-pc{
      display: none;
    }
}
/* スマホ向けの最小フォントサイズを設定 */
@media (max-width: 600px) {
  p {
      font-size: 14px; /* 最小サイズ */
  }

  h3 {
      font-size: 24px; /* 最小サイズ */
  }

  h2 {
      font-size: 40px; /* 最小サイズ */
  }
}
/* 文字 */

/* カラー */
.wht{
  color: #fff;
}
.acc_color{
  color: #87AFC7;
}
.gray{
  color: #eee;
}
/* カラー */

.grid-center {
  display: grid;
  justify-items: center;
  align-items: center;
}
 .flex-center{
display: flex;
justify-content: center;
align-items: center;
flex-direction:column;
/* flexここまで */
/* 余白関係 */
}
.h2p{
  margin-bottom: 0;
}
.h3p{
  margin-top: 0.5rem;
}
.p32{
    padding: 32px;
}
.pt32{
    padding-top: 32px;
}
.pb32{
    padding-bottom: 32px;
}

.pt64{
    padding-top: 64px;
}
.p160{
  padding: 160px;
}
.pt160{
  padding-top: 160px;
}
.pt320{
  padding-top: 320px;
}
.p36{
  padding: 36px;
}
.p64{
  padding: 64px;
}
.mb64{
  margin-bottom: 64px;

}
.m100{
  margin-top: 100px;
  margin-bottom: 100px;
}
.mt100{
  margin-top: 100px;
}
.p_up_down{
  padding-top: 9.875rem;
  padding-bottom: 9.875rem;
}
.padding_top_base{
  padding-top: 9.875rem;
}
.padding_bottom_base{
  padding-bottom: 9.875rem;
}
.mb_base{
  margin-bottom: 9.875rem;
}
.padding_base{
padding: 9.875rem 9.02778% 9.875rem;
}
/* 余白関係ここまで */
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
   

}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content:space-between;
}
.justfy-left{
  justify-content: left;
}
.align-center{
  align-content: center;
}
.flex-start{
 
}
.item30{
  display:flex;
  flex-direction: column;
  width: calc(30% - 5px);
}
@media screen and (max-width: 650px){
  .item30{
    display:flex;
    flex-direction: column;
    width: calc(88.8% - 5px);
    margin: 16px auto;
  }
}
.item50{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.item40{
  display: flex;
  flex-direction: column;
  width: 40%;
}
.item60{
  display: flex;
  flex-direction: column;
  width: 55.8%;
}
.item40_2{
  display: flex;
  flex-direction: column;
  width: 40%;
}
.item60_2{
  display: flex;
  flex-direction: column;
  width: 55.8%;
}
.flex_2{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
   

}
/* padding margin */
.entry-content{
  margin: 0 !important;
}

/* テーブル */

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
  
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border-bottom: 0.25px solid #333;
}

#table01 th {
  width: 30%;
}

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

  #table01 th {
    width: 100%;
    color: #87AFC7;
  }

  #table01 td {
    padding-top: 0;
    border-bottom: 0.5px solid #fff;
    text-align: center;
  }
}
/* テーブル */
/* カード */
.card {
 
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #1387C5;
}
.card-text { border-top: 1px solid #eee;
  padding-top: 24px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}
/* カード */

/* h2下ロゴ美しく配置 */
.h2-logo {
  display: block;
  margin: 20px auto 40px;
  max-width: 150px;
  height: auto;
}
h2.title{
  text-align: center;
  font-weight: 600;
}
.title span {
  color: #4d9bc1;
  border: 2px solid #4d9bc1;
  margin: 0 0.03em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
}
/* コンタクトフォーム */
/* 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;
     border:solid 1px #d7d7d7;
     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;
     background:#efefef;
     border:solid 1px #d7d7d7;
     white-space: nowrap;
     vertical-align: middle;
  }
  
  /* 必須と任意タグ */
  .haveto,.any{
     font-size:13px;
     padding:5px;
     background:#ff9393;
     color:#fff;
     border-radius:2px;
     margin-right:5px;
     font-weight:normal;
  }
  
  /* 任意タグの背景カラー */
  .any{
     background:#93c9ff;
  }
  
  /* テーブルフォーム側 */
  .inquiry td{
     font-size:13px;
     border:solid 1px #d7d7d7;	
  }
  
  /* 入力エリア幅最大 */
  .wpcf7-form-control {
     width: 100%;
  }
  
  /* フォーム入力欄の余白・背景カラー・枠線消す指定 */
  .inquiry input,.inquiry select,.inquiry textarea {
     margin: 5px 0;
     background:#eff1f5;
     border: none;
     padding:0.7em;
  }
  .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;
  }
/* コンタクトフォーム */
/* フッター */
/* ===== Cool Footer Styles ===== */
.cool-footer {
  background: #222;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.cool-footer .footer-nav {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.cool-footer .footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.cool-footer .footer-nav li a:hover {
  color: #ff6347;
}
.cool-footer .social-links {
  margin: 20px 0;
}
.cool-footer .social-links a {
  margin: 0 10px;
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.cool-footer .social-links a:hover {
  color: #ff6347;
}
.cool-footer .copyright {
  font-size: 14px;
  opacity: 0.6;
}
.foot_p{
  line-height: 0rem  !important;
}
/* フッター */