@charset "UTF-8";

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#panel{
  text-align: center;
  background: url(../images/restaurant/bg_panel.png) no-repeat center 0;
  background-size: cover;
}

.block{
  text-align: center;
}

section#restaurant .block {
  background: #f0eee7;
}

/*----------------------------------------------------
  PC
----------------------------------------------------*/

@media screen and (min-width: 761px) {
  section#restaurant #panel {
    padding: 120px 0;
  }
  section#restaurant #panel .mark {
    width: 180px;
  }
  section#restaurant .block {
    padding: 30px 0;
  }
  section#restaurant .block .img1,
  section#restaurant .block .img2,
  section#restaurant .block .img3,
  section#restaurant .block .img4,
  section#restaurant .block .img5,
  section#restaurant .block .img6 {
    width: 1000px;
  }
}

/*----------------------------------------------------
  SP
----------------------------------------------------*/

@media screen and (max-width: 760px) {
  section#restaurant #panel {
    padding: 30px 0;
  }
  section#restaurant #panel .mark {
    width: 100px;
  }
  section#restaurant .block {
    padding: 30px 0;
  }
  section#restaurant .block .img1 {
    width: 90%;
  }
  section#restaurant .block .img2,
  section#restaurant .block .img3,
  section#restaurant .block .img4 {
    width: 90%;
  }
}
