@charset "shift_jis";

/* CSS Document */
body .infoPageSection {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "helvetica", "arial", sans-serif;
}

a.url {
  word-wrap: break-word;
  word-break: break-all;
}

.infoPageSection span.pc {
  display: inline;
}

.infoPageSection span.sp {
  display: none;
}

#infoPageTtl {
  word-break: keep-all;
}

.inlineblock {
  display: inline-block;
}

/* -------------------------------------------------------------------------------------------- */

.sen01 {
  border-bottom: 1px solid #000;
}

.indent {
  text-indent: 1em !important;
}

.indent_1 {
  text-indent: -5.5rem !important;
  padding-left: 5.5rem !important;
}

.indent_3 {
  text-indent: -1rem !important;
  padding-left: 1rem !important;
}

.indent_4 {
  text-indent: -6rem !important;
  padding-left: 6rem !important;
}


/* .box2Clmflex00 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box2Clmflex00 .boxLeft {
  width: 35%;
  margin-right: 20px;
}

.box2Clmflex00 .boxRight {
  width: 40%;
  margin-left: 20px;

} */

.box2Clmflex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
}

.box2Clmflex01 .boxLeft {
  width: 39%;
}

.box2Clmflex01 .boxRight {
  width: 20%;

}


/* 写真の幅見分けるため */
/* .box2Clmflex00 .boxLeft {
  border: #000 1px solid;
}

.box2Clmflex00 .boxRight img {
  border: #000 1px solid;

} */

/* --------------------------------------------------------------------- */



/* タイトル文字サイズ */
.textLLL {
  font-size: 130% !important;
}

.textLS {
  font-size: 25px !important;
}

/* タイトル文字幅 */
h2 {
  line-height: 37px;
}

/* 全体文字サイズ */
.infoPageSection {
  font-size: 18px !important;
}

/* 全体の画像サイズ変更 */
figure {
  text-align: center !important;
}

/* figure img {
  width: 35% !important;
} */
.topmain img {
  width: 80%;
}

/* 横幅消さない--------------------------------------------------------------------------------------------------------- */
body div#infoArea #infoBlock2 {
  width: 1300px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

/* sns消さない------------------------------------------- */
body div#snsBlock2 {
  width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 0 40px !important;
  text-align: left !important;
}

body div#snsBlock2 ul {
  font-size: 0 !important;
}

body div#snsBlock2 ul li {
  display: inline-block !important;
  width: 50px !important;
  margin-right: 15px !important;
}

body div#snsBlock2 ul li a {
  display: block !important;
}

body div#snsBlock2 ul li a img {
  width: 50px !important;
  height: auto !important;
}

/* ↓バナー消さない---------------------------------------------------------------------------------- */

/* categoryTtlArea */
.l-conteiner #wrap #categoryTtlArea2 {
  padding-right: 0;
  max-width: 1300px;
  margin: 0 auto;
}

#categoryTtlArea2 {
  clear: both;
  max-width: 1300px;
  background-color: #edfae4;
}

#categoryTtl2 {
  float: left;
  display: table;
  padding: 0 100px 0 46px;
  background: url(https://www.takii.co.jp/shared/img/bg_ttl.png) no-repeat right center;
}

#categoryTtlArea2 h1 {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-weight: normal;
}

#categoryTtlArea2 h1 span {
  height: 90px;
  padding: 0 0 0 15px;
  font-size: 30px;
  line-height: 30px;
  border-left: 6px solid #fff;
  color: #fff;
}

#categoryTtlArea2 figure {
  float: right;
}

/* バナー画像の調整 */
.kusabana img {
  max-width: 100% !important;
}

/* ↓ぱんくず消さない---------------------------------------------------------------------------------------- */

/* foottrace */
#foottrace2 {
  clear: both;
  padding: 10px 10px 10px 46px;
  border-bottom: 1px solid #ccc;
}

#foottrace2 li {
  float: left;
  padding-left: 21px;
  background: url(https://www.takii.co.jp/shared/img/arw_foottrace.png) no-repeat 7px center;
  font-size: 12px;
  color: #008a32;
}

#foottrace2 li:first-child {
  padding-left: 0;
  background: none;
}

#foottrace2 li a {
  display: block;
  color: #333 !important;
  text-decoration: none;
}

#foottrace2 {
  width: 1300px;
  margin: 0 auto;
  padding: 10px 0;
}

/* --------------------------------------------------------------------------------------------------- */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
  /* contents
ここから-----------------------------------------------------*/

  /* タイトル文字幅 */
  h2 {
    line-height: 30px;
  }

  /* タイトル文字サイズ */
  .textLLL {
    font-size: 22px !important;
  }

  /* タイトル文字サイズ */
  .textLS {
    font-size: 18px !important;
  }

  /* 全体文字サイズ */
  .infoPageSection {
    font-size: 15px !important;
  }

  /*スマホ 画像の調整 */
  /* figure img {
    width: 150% !important;
  } */

  /* 全体画像サイズ変更 */
  /* 全体画像サイズ変更 */
  figure {
    text-align: center !important;
  }

  /* figure img {
  width: 35% !important;
} */
  .topmain img {
    width: 100%;
  }


  .infoPageSection span.pc {
    display: none;
  }

  .infoPageSection span.sp {
    display: inline;
  }

  /* --------------------------------------------------------------------------- */
  /* .box2Clmflex00 {
    width: 100%;
    margin: 0 auto;
  }

  .box2Clmflex00 .boxLeft {
    margin-right: 0px;
  }

  .box2Clmflex00 .boxRight {
    margin-left: 0px;

  } */

  /* .box2Clmflex01 {
    width: 100%;
    margin: 0 auto;
  }

  .box2Clmflex01 .boxLeft {
    margin-right: 0px;
  }

  .box2Clmflex01 .boxRight {
    margin-left: 0px;

  } */

  .infoPageSection .boxLeft,
  .infoPageSection .boxCenter,
  .infoPageSection .boxRight {
    width: 100%;
  }

  .indent_1 {
    text-indent: -4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .indent_2 {
    text-indent: -1rem !important;
    padding-left: 2rem !important;

  }

  .indent_4 {
    text-indent: -5rem !important;
    padding-left: 5rem !important;
  }




  /* ---------------------------------------------------------------------------------------- */
  /* 横幅消さない------------------------------------------------------------------------------------ */
  body div#infoArea #infoBlock2 {
    width: auto !important;
    padding: 0 10px !important;
  }

  .spWm100 {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* sns消さない------------------------------------------- */
  body div#snsBlock2 {
    width: auto !important;
    margin-left: 20px !important;
  }

  body div#snsBlock2 ul li {
    display: inline-block !important;
    width: 36px !important;
    margin-right: 10px !important;
  }

  body div#snsBlock2 ul li a img {
    width: 36px !important;
  }

  /* ↓バナー消さない---------------------------------------------------------------------------------------- */

  /* categoryTtlArea */
  #categoryTtl2 {
    float: left;
    display: table;
    padding: 0 35px 0 10px;
    background-position: right top;
  }

  #categoryTtlArea2 h1 {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
  }

  #categoryTtlArea2 h1 span {
    height: 45px;
    padding: 0 0 0 7px;
    font-size: 16px;
    line-height: 16px;
    border-left: 4px solid #fff;
  }

  #categoryTtlArea2 figure img {
    width: auto;
    height: 45px !important;
  }

  /* ↓ぱんくず消さない---------------------------------------------------------------------------------------- */

  /* foottrace */
  #foottrace2 {
    display: none;
  }








  /*---------------------------------------------------ここまで*/
}