@charset "UTF-8";
/* CSS Document */
/* ------------------------------
 ヘッダー
------------------------------ */
@media screen and (max-width: 767px) {
  #header .header_info .header_logo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #header .header_info .header_logo a img {
    width: 46vw;
  }
}
#header .header_info .header_logo .tamaku {
  display: inline;
  line-height: 1.5;
  font-family: Lato, -apple-system, HelveticaNeue, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #464646;
}
@media screen and (max-width: 767px) {
  #header .header_info .header_logo .tamaku {
    font-weight: normal;
    color: #464646;
  }
}
