/*
Theme Name: twentyseventeen-child
Template: twentyseventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
*/

table{
    border-collapse:collapse;
    border:none;
    border-spacing:0;
  }
  th,td{
    vertical-align:top;
    border:solid 1px #000;
    font-weight:normal;
    text-align:left;
  }
  caption{
    text-align:left;
  }

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
    .table　inquiry{
    box-sizing:border-box;
    width:100%;
    margin:0;
    padding:0;

    }

@media(max-width:450px){
    .inquiry th,.inquiry td {
     display:block!important;
     width:100%!important;
     border-top:none!important;
     -webkit-box-sizing:border-box!important;
     -moz-box-sizing:border-box!important;
     box-sizing:border-box!important;
    }
    .inquiry tr:first-child th{
     border-top:1px solid #d7d7d7!important;
    }
    /* 必須・任意のサイズ調整 */	
    .inquiry .haveto,.inquiry .any {	
    font-size:10px;
    }}
    /*見出し欄*/
    .inquiry th{
     text-align:left;
     font-size:14px;
     color:#444;
     padding:10px;
     width:30%;
     background:#f7f7f7;
     border:solid 1px #d7d7d7;
    }
    /*通常欄*/
    .inquiry td{
     font-size:13px;
     padding:10px;
     border:solid 1px #d7d7d7;	
    }
    /*横の行とテーブル全体*/
    .entry-content .inquiry tr,.entry-content table{
     border:solid 1px #d7d7d7;	
     margin:0!important;
     padding:0!important; 
    }
    /*必須の調整*/
    .haveto{
     font-size:7px;
     padding:5px;
     background:#ff9393;
     color:#fff;
     border-radius:2px;
     margin-right:5px;
     position:relative;
     bottom:1px;
    }
    /*任意の調整*/
    .any{
     font-size:7px;
     padding:5px;
     background:#93c9ff;
     color:#fff;
     border-radius:2px;
     margin-right:5px;
     position:relative;
     bottom:1px;
    }
    /*ラジオボタンを縦並び指定*/
    .verticallist .wpcf7-list-item{
     display:block;
    }
    /*送信ボタンのデザイン変更*/
    #formbtn{
     display: block;
     padding:15px;
     width:90%;
     background:#BDB76B;
     color:#fff;
     font-size:18px;
     font-weight:bold;	 
     border-radius:2px;
     margin:25px auto 0;
    }
    /*送信ボタンマウスホバー時*/
    #formbtn:hover{
     background:#fff;
     color:#BDB76B;
     border:2px solid #BDB76B
    }
    .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
        direction: ltr;
        width: 98%;
    }
    input[type="text" i] {
        padding: 1px 2px;
        width: 98%;
    }
    textarea {
        width: 98%;
    }

    /*フッターデザイン統一*/
        .footer-001 {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 50px 10px 50px;
      background-color: #E7BC9A;
  }
  
  .footer-001__logo {
       font-weight: 400;
       font-size: 2.4em;
       margin: 0 0 .2em;
       color: #0000008A;
  }
  
  .footer-001__list {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 1.5em;
      list-style-type: none;
      margin: 0 0 .5em;
      padding: .5em;
  }
  
  .footer-001__link {
      color: #fff;
      font-weight: 200;
      text-decoration: none;
  }
  
  .footer-001__copyright {
      margin: 0;
      color: #0000008A;
      font-weight: 400;
      font-size: 1em;
  }

  .single .byline, .group-blog .byline {
    display: none;
  }
  .single-featured-image-header {
    /* background-color: #fafafa; */
    /* border-bottom: 1px solid #eee; */
    display: none;
  }
  .single-featured-image-header img {
    display: none;
}