
/* TABLE OF CONTENTS:
 *
 * 00 どのサイズでも共通で適用されるスタイル
 *    - ビルボード
 *    - エリアリスト
 *    - 年間スケジュール
 * 01 幅 768px 未満
 *    - ビルボード
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 *    - ビルボード
 *    - エリアリスト
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * どのサイズでも共通で適用されるスタイル
 */

/*ビルボード*/
.site-main #mainImg {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
}
#mainImg > div {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#mainImg div h1,
#mainImg div p {
    color: #333;
}

/* スケジュール */
.kanteikai-schedule ul {
}
.kanteikai-schedule li {
  border-bottom: 1px dashed #ccc;
  display: flex;
  font-size: 1em;
  list-style: none;
  margin-top: 0.8em;
  padding-bottom: 0.2em;
}
.kanteikai-schedule li .thumb {
  margin-right: 1em;
}
.kanteikai-schedule li .thumb + div {
  flex: 1;
}

.kanteikai-schedule li a {
  display: block;
}

.kanteikai-schedule li span {
  background-color: #dec868;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight:bold;
  margin-bottom: 0.3em;
  padding: 3px 5px 0;
}

/* ご相談ください */
.outer.soudan {
  background-image: url(/wp-content/themes/twentyseventeench/img/contents/kanteikai-bg.png);
}
.soudan ul {
  background-color: rgba(255,255,255,.9);
  border-radius: 5px;
  font-size: 1em;
  list-style: none;
  margin-bottom: 0.5em;
}
.soudan ul li {
  font-size: 1em;
}
.soudan ul li:before {
  color: #b94047;
  content: "\f14a";
  font-family: "font awesome 5 free";
  font-size: 1.6em;
  margin-right: 0.3em;
  vertical-align: middle;
}
.soudan ul li span {
  background: linear-gradient(transparent 95%,#f9d228 56%);
}

/* 無料鑑定会とは */
.about ul {
  list-style: none;
}
.about ul span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
.about ul li {
  margin-bottom: 0.5em;
}

/* 特徴 */
.tokucho ul {
  list-style: none;
}


/* 年間スケジュール */
#tablepress-48-description {
  font-size: 1.25em;
  font-weight: bold;
}
#tablepress-48 thead th {
  background-color: #316745;
  border: 1px #CCC solid;
  color: #FFF;
  text-align: center;
}
#tablepress-48 tbody td {
  border: 1px #CCC solid;
  vertical-align: middle;
}
#tablepress-48 .column-1 {
  width: 15em;
}

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media screen and (max-width: 767px) {

    /*ビルボード*/
    .site-main #mainImg {
      background-color: #FFF;
      background-size: contain;
      background-position: left bottom;
    }
    .site-main #mainImg h1 {
        padding-top: 3vw;
    }
    .site-main #mainImg h1 + div {
      background: url(../img/contents/kanteikai-bil.jpg) center top no-repeat;
      background-size: 100% auto;
      padding-top: 61.7vw;
    }
    .site-main #mainImg h1 + div p img {
      width: 70%;
    }
    #mainImg div p:last-child {
      text-align: left;
    }

    /* スケジュール */
    .kanteikai-schedule li .thumb {
      width: 100px;
    }

    /* ご相談ください */
    .soudan ul {
      padding: 1em;
    }
    .soudan ul li {
      font-size: 1em;
      line-height: 1.6em;
      margin-left: 1.9em;
      text-indent: -1.9em;
    }

    /* 無料鑑定会とは */
    .about ul li img {
      display: block;
      margin: 0 auto 5px;
      width: 80%;
    }
}/* End max767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

    /* ここにスタイル */


}/* End 620px Mobile Large */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media screen and (min-width: 48em) {

    /*ビルボード*/
    .site-main #mainImg {
      background-color: #e9e4d4;
      text-align: left;
      position: relative;
    }
    #mainImg:before {
      background-image: url(../img/bg/under-bg.png), -webkit-linear-gradient(left, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/kanteikai-bil.jpg);
      background-image: url(../img/bg/under-bg.png), linear-gradient(to right, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/kanteikai-bil.jpg);
      background-position: left top, center, right center;
      background-repeat: no-repeat;
      background-size: auto 100%, auto, auto 100%;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    #mainImg > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 500px;
      position: relative;
      z-index: 1;
    }

    /* スケジュール */
    .kanteikai-schedule li .thumb {
      width: 100px;
    }

    /* ご相談ください */
    .soudan ul {
      padding: 1em 1em 1em 2em;
    }
    .soudan ul li {
      margin-top: 0;
    }

    /*IE11対応*/
    _:-ms-lang(x)::-ms-backdrop, #mainImg > div {
        min-height: auto;
        height: 500px;
    }

}/* End 740px Tablet Small */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

    /* ここにスタイル */

}/* End 880px Tablet Large */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {

    /* ここにスタイル */

}/* End 955px Desktop Small */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {


}/* End 1100px Desktop Medium */
