/*BBQ hakusui
*/
.home { -webkit-tap-highlight-color: rgba(0,0,0,0); text-decoration: none; font-weight: bold; line-height: 55px; padding: 0 0 0 15px; color: #fff; float: left; clear: both; text-transform: uppercase; }
.mask { -webkit-transition: opacity 300ms; -moz-transition: opacity 300ms; transition: opacity 300ms; background: rgba(0,0,0, .5); visibility: hidden; position: fixed; opacity: 0; z-index: 2; bottom: 0; right: 0; left: 0; top: 0; }
.android .mask { -webkit-transition: none; transition: none; }
.js-nav-active .mask { visibility: visible; opacity: 1; }
.nav-collapse li { width: 100%; display: block; }
.js .nav-collapse { max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; }
.nav-collapse.opened { max-height: 9999px; }
.disable-pointer-events { pointer-events: none !important; }
.nav-toggle { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.nav-collapse, .nav-collapse * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.nav-collapse, .nav-collapse ul { list-style: none; width: 100%; float: left; }
.nav-collapse a:hover { background: #f00; opacity: 1; }
.nav-collapse a { /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/ border-top: 1px solid #db848c; text-decoration: none; background: #c62332; padding: 0.6rem 1.6rem; color: #fff; width: 100%; float: left; }
.nav-collapse a:active, .nav-collapse .active a { background: #f00; opacity: 1; }
/**/

.nav-toggle { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; text-indent: -300px; position: relative; overflow: hidden; width: 50px; height: 50px; float: right; line-height: 1; }
.nav-toggle:before { background: url(../images/nav_icon.png) no-repeat; content: ""; width: 30px; height: 30px; display: inline-block; position: absolute; right: 20px; top: 10px; }
/**/
/*.nav-toggle:before { color: #fff; text-transform: none; text-align: center; position: absolute; content: "\2261"; text-indent: 0; speak: none; width: 100%; left: 0; top: 0; font-size: 45px; font-weight: 700; font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif" }
.nav-toggle.active:before { font-size: 36px; content: "\78"; }*/
