*
{ margin:0;padding:0;box-sizing:border-box; }

body
{ position:relative;background:#000;text-align:center;color:#fff;font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
img
{ max-width:100%;height:auto; }
a{ transition: all 0.3s ease-in-out 0s; }
a:hover
{ opacity:.7; }
.inner
{ max-width:calc(900px + 6%); padding:0 3%; margin:0 auto; }


#keyvisual
{ text-align:left;margin-bottom:40px; }

#keyvisual img
{ width:100%; }

#concept
{ margin-bottom:60px; }

#menu
{ margin-bottom:60px; }

#menu .inner
{ padding:40px 30px;background:url(images/menu_bg.png) no-repeat center center;background-size:100% 100%; }

.menu_main
{ margin:0 0 35px; }

#bnr
{ margin-bottom:60px; }

.bnr_inner
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  max-width:calc(930px+6%);
}

.bnr_box
{ padding: 0 15px; }

#call
{
  padding:60px 0;
  border-top: 12px solid #c8a52d;
  background:url(images/call_bg.png) no-repeat center top;
  background-size:cover;
}

.logo
{ padding:30px 0; }

#footer
{ padding:75px 0;background:#a8b17a; }

#copyright
{
  padding:20px 0;
  font-size:10px;
  font-family:'Times New Roman';
  background:url(images/bg_copy.jpg) no-repeat center center;
  background-size:cover;
}

#action
{
  position:fixed;
  bottom:50px;
  right:0;
}
