@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/* メニュー
---------------------------------------------------------- */
/*ヘッダーコンテナ*/
.header_menu_area {
  width: 100%;
  padding: 10px 0;
}
/*各ページロゴ*/
.tpblock_logo {
  width: 98%;
  height: auto;
	margin: 0 0 0 2%;
}
/*ボタン*/
.tp_menu_btn {
  width: calc((100% - 15px) / 3);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 12px 0;
}