@charset "UTF-8";
/* --------------------------------
	headerfooter_custom.css
--------------------------------
スマホ版のヘッダーフッター用のcssです。
-------------------------------- */

.drawer-menu {
   font-size: 10px;
}

#Header_Area{
  min-height: 59px;
  box-sizing: border-box;
}

.sns_navi li {
    margin: 0 3.3px;
}

#pageTop {
    bottom: 39px;
}


.header_text {
    position: absolute;
    left: 120px;
    top: 20px;
	width: -moz-calc(100% - 192px);
width: -webkit-calc(100% - 192px);
width: calc(100% - 192px);
}

.header_text img {
 min-width: 120px;
   max-width: 220px;
}