/* 2.見出しとコンテンツボックス
/*+---------------------------------*/
/* --- ヘッダー 見出しのバージョン違い --- */
.headerbarTitle.is-location {
  font-size: 28px;
}

.headerbarTitle.is-location span {
  font-size: 20px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .headerbarTitle.is-location {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 1.5;
  }
  .headerbarTitle.is-location span {
    display: block;
    font-size: 13px;
  }
  .headerbarTitle.is-location + .headerbarMenu {
    top: 11px;
  }
}