/* ================================================================================

共通

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  /* ===コンテンツ内の設定=== */
  #content{
    width: 1000px;
    min-height: 50vh;
    margin: 0 auto;
    padding-top: 220px;
  }
  /* バックナンバーページ */
  .page-id-167  #content{
    padding-top: 205px;
  }

  .single-post header.entry-header{
    padding: 0;
  }

  /* ===見出し１hの設定=== */
  header.entry-header h1,
  h1.entry-title{
    text-align: center;
    letter-spacing: 0.15em;
    padding: 10px 30px;
    margin-bottom: 3em;
    margin-bottom: 80px;
    border-bottom: 1px solid;
  }

}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

  /* ===コンテンツ内の設定=== */
   #content{
     min-height: 50vh;
  }

  /* コンテンツのサイドの幅設定 */
  .entry-content{
    padding: 10vw 4vw 0;
  }
  .meil_box{
    padding-left: 4vw;
    padding-right: 4vw;
  }


  #page{
    padding-top: 25vw;
  }
    /* ===見出し１hの設定=== */
    header.entry-header h1,
    h1.entry-title{
      text-align: center;
      letter-spacing: 0.15em;
      font-size: 5vw;
      padding: 4vw 6vw 2vw;
      border-bottom: 1px solid;
      margin: 0 4vw 0;
    }
    .single h1.entry-title{
      text-align: left;
      letter-spacing: 0;

    }
}

/* ================================================================================

プロフィール

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  table.prof_text{
    font-size: 15px;
    text-align:left;
    width:100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .prof_text tr{
    border-bottom: 1px #ccc solid;
  }
  .prof_text th {
    border-collapse: collapse;
    width: 10%;
    padding: 10px;
  }
  .prof_text td{
    border-collapse: collapse;
    padding: 10px;
    width: 90%;
    height: 25px;
    text-align: left !important;
  }
  .prof_text td ul li{
    list-style-type: none;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
    table.prof_text{
        text-align:left;
        width:100%;
        border-collapse: collapse;
      }
      .prof_text tr{
        border-bottom: 1px solid #ccc;
    }
      .prof_text th {
        border-collapse: collapse;
        width: 30%;
        padding: 0.6em 0.6em 0.6em 0;
      }
      .prof_text td{
        border-collapse: collapse;
        padding: 0.6em 0 0.6em 0;
        width: 70%;
      }
      .prof_text td li{
        list-style: disclosure-closed;
      }
}

/* ================================================================================

メール　

================================================================================ */
    .meil_box table{
        width: 100% !important;
    } 
    .meil_box table , .meil_box td, .meil_box th {
        border: none;
        border-collapse: collapse;
    }


    /* お問い合わせ内容 */
    textarea.wpcf7-form-control{
      width: 100%;
    }

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  
    .meil_box td {
        width: 80%;
    }
    .meil_box th {
        width: 20%;
    }
    .meil_box table input{
      border: none;
      background-color: #eeeeee;
      width: 100%;
      margin-bottom: 2em;
    }

    /* 送信ボタン */
    .submit_box{
        text-align: center;
        padding-top: 40px;
        margin-top: 50px; 
        border-top: 1px solid;
      }
    .submit_box input{
      display: inline-block;
      border: 0;
      font-size: 16px;
      background: #212121;
      color: #fff;
      width: 150px;
      padding: 20px 0;
      margin-right: -67px;
      }
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .meil_box table{
    font-size: 3.5vw;
  }
  .meil_box td {
    width: 80%;
    text-align: left;
  }
  .meil_box th {
    width: 20%;
    text-align: left;
    padding-right: 3vw;
    line-height: 1.3;
  }
  .meil_box table input{
    border: none;
    background-color: #eeeeee;
    width: 100%;
    height: 2em;
    margin: 1em 0 1em 0;
  }
  /* 送信ボタン */
  .submit_box {
    padding: 10vw 0 0 21vw;
    text-align: center;
  }
  .submit_box input{
      width: 40vw;
      height: 12vw;
      border: 0;
      color: #fff;
      background-color: #212121;
      display: inline-block;
      font-size: 4vw;
  }

}

/* ================================================================================

ギャラリー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  /* 画像のサイズ */
   .gallery_img figure a,
   .gallery_img figure a img{
    width:240px !important;
    height: 240px !important;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE対策 */
   }
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  /* 画像のサイズ */
  .gallery_img{
      text-align: center !important;
  }
  .gallery_img figure{
    width: 44vw !important;
}
.gallery_img figure a,
.gallery_img figure a img{
 width:40vw !important;
 height: 40vw !important;
 object-fit: cover;
 font-family: 'object-fit: cover;'; /* IE対策 */
}
.elementor-2 .elementor-element.elementor-element-f225ede .gallery-item {
    padding: 0 4vw 4vw 0 !important;
  }
}


/* ================================================================================

バックナンバー　

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

}




