.day {
display:none;
}

#header .header_info .shop{
    font-size: 0.94rem;
}
body{
background-size:auto;
}

/* 多言語版入口ボタン追加 */

#op .entrance02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

#op .entrance02 .more_btn {
  width: calc(90% / 3);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #op .entrance02 .more_btn a {
    font-size: 1.4rem;
  }

  #op .entrance02 {
    margin-top: 10px;
  }
}