/*2024/11/06未使用common.cssをバックアップし削除、修正style入力*/
.main-nav .place
,#gloval-nav div.place
{font-family: unset;}
#gloval-nav div.place:after{width:unset;flex:1;}
.menu-box{width: unset;}
.sg-price {position: relative;}
.sg-price .box article{position: unset;}
.sg-price .box article>h3{display: none;}
.sg-price .box article>div>h3{
  position: unset;
}
.sg-price .box article div:not(:empty){
  position: absolute;
  top: 50%;left: 50%;
  transform: translate(-50%,-50%);
  width: 1160px;max-width: 94%;
}