body{
    margin:0px;
    padding:0px;
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
/*
* html body{
    overflow: hidden;
}
*/
div#headerArea {
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding:0px;
    color: #000000;
    background-color: rgba(255,255,255,0.8);
/*
    text-shadow: 2px 2px 2px #000000;
    -webkit-text-shadow: 2px 2px 2px #000000;
*/
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #000000;
}
div#footerArea {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #000000;
    color: #ffffff;
    margin:0;
    width:100%;
}
* html div#contentsArea{
    height: 100%;
    overflow: auto;
    max-width: 100%;
}
.content{
  background-color: #ffffff;
  height: 100%;
  margin-top: 120px;
  margin-bottom: 40px;
  max-width: 100%;
  width:100%;
}
.shop_content{
  background-color: #ffffff;
  margin-left: 10%;
  width: 80%;
  text-align: center;
}
.calender_content{
  margin-left: 10%;
  width: 80%;
  text-align: center;
}

#site-box {
  width:100%;
}
#a-box {
  text-align: center;
  max-width: 100%;
}
.topimg img {
  width: 100%;
}
#b-box {
  float: left;
  width: 44.8%;
  border-right: 2px solid #000000;
  padding: 0px 2.5%;
}
#c-box {
  float: right;
  width: 44.8%;
  padding: 0px 2.5%;
}
#d-box {
  clear: both;
}


.site-logo img{
    height: 10px;
    width: auto;
}
.gnav {
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
    display: inline-block;
    height: 60px;
}
.gnav__title {
  margin-top: -20px;
  height: 60px;
  float: left;
  padding: 1.5em 1em;
  font-size: 200%;
}
.gnav__menu{
    float: right;
    display: flex;
    height: 60px;
    list-style:none;
}
.gnav__menu a{
  color: #000000;
  text-decoration: none;
  margin-top: -15px;
}
.gnav__menu img {
  margin-top: 0px;
}
.gnav__menu__item{
    margin-left: 0px;
    margin-top: 0px;
    line-height: 0;
    font-size: 150%;
}
.square_btn{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 2em 1em;
  text-decoration: none;
  border-left: solid 0px #000000;
  border-right: solid 0px #000000;
  transition: .4s;
}
.square_btn:hover {
  background: #000000;
  color: #ffffff;
}
.copyright{
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
