﻿@charset "UTF-8";

header {
  position: relative;
  height: 55px;
}

.pane-header .block-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  z-index: 9999;
}

h1 + div.wrapper .pane-header .block-header-menu {
  display: none;
  padding-top: 70px;
}

.pane-header .block-header-menu {
  display: none;
  padding-top: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #ffffff;
  z-index: 999;
}

#header-news p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 26px;
  margin: 0 auto;
  padding: 3px 10px;
  color: #333333;
  font-size: 1.2rem;
  text-align: center;
}

main.pane-main {
  position: relative;
  top: 0;
  min-height: 400px;
}

.page-goods main.pane-main {
  padding-bottom: 0;
}

.pane-globalnav {
  background-color: #444;
  color: #fff;
}

.pane-order-header {
  height: 50px;
  border-bottom: 2px solid #666;
}
