/* screen - top */
* {
  box-sizing: border-box;
}
body {
  width:100%;
  max-width:640px;
  margin:0 auto;
  padding:0 2%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:2.25vw;
  background: #ffffff;
  overflow-x:hidden;
}

div {
  width:100%;
}
img {
  width:100%;
  pointer-events:none;
}
a:hover {
  opacity:0.5;
}

/*--------------ヘッダー--------------*/
.gnav {
  display:flex;
  position:relative;
  width:100%;
  height:80px;
  padding:0% 4%;
  /*
  align-items: stretch;
  position: fixed;
  top:0;
  left:0;
  */
}
.logo {
  width:102px;
  margin:2% 0.5% 1%;
}
.gnavbutton {
  display:flex;
  justify-content: center;
  width:60%;
  margin:1% 0.5%;
}

.logo figure {
  width:100%;
  height:6.9em;
}
.logo img {
  width:100%;
}
.button_icon, .button_menu {
  display:inline-block;
  width:61px;
  height:61px;
  margin:0% 0.5%;
  padding:0.5% 1%;
  font-size:12px;
  line-height:1.15em;
  text-align:center;
}
.button_menu {
  margin-left:auto;
  border:none;
}
#gnavmenu {
  position:absolute;
  z-index:1000;
  width:15em;
  height:0em;
  right:0;
  top:64px;
  opacity:0;
  background-color:rgba(255,255,255,0.75);  
  color:#888;
  padding:2.5% 5%;
  line-height:1.5em;
  letter-spacing:0.15em;
  font-size: 100%;
}
#gnavmenu a {
  display:inline-block;
  margin:2% 0;
  width:100%;
  border-bottom:1px solid #888;
  color:#444;
  text-decoration:none;
}
.button_icon figure {
  width:100%;
}
.button_icon img {
  width:50%;
}
#button_contact {
  background-color:#61bfbe;
  text-decoration:none;
  color:white;
}
#button_hotpepper {
  background-color:#fae3d9;  
  text-decoration:none;
  color:#9a1d49;
}
#button_menu {
  background-color: rgba(255,255,255,0.5);
}
/*--------------ヘッダー--------------*/

/*--------------フッター--------------*/
footer {
  width:100%;
  background-image: url("../images/bkg_footer.jpg");
  background-size:100% 100%;
  color:white;
  text-align:center;
  font-size:100%;
  line-height:150%;
}
footer #info {
  padding:5% 10%;
}
footer div {
  margin:1% 0;
}
#shopname {
  font-size:1.5em;
  font-weight:bold;
}
#insta {
  width:17.5%;
  max-width:120px;
  margin:0 auto;
}
#googlemap {
  width:100%;
}
#googlemap a {
  color:white;
  text-decoration:none;
  border:solid 1px white;
  padding:0.65em 2em;
}
#map {
  margin-top:2em;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_ratio {
  position: relative;
  width: 100%;
}
.box_ratio:before {
  content:"";
  display: block;
  padding-top:100%;
}
.flexarea {
  display:flex;
  text-align:left;
  font-size:0.9em;
}
.title {
  width:30%;
}
#reservation {
  display:flex;
  flex-wrap: wrap;
  background-color:white;
  padding:10% 5%;
}
.title_category {
  width:100%;
  padding-bottom:5%;
  line-height:1.75em;
  text-align:center;
  color:#888;
  letter-spacing:0.35em;
}
#reservation a {
  width:50%;
  padding:2%;
}
#footermenu {
  width:100%;
  background-color:white;
  color:#888;
  padding:5% 10%;
  line-height:1.5em;
  letter-spacing:0.15em;
}
#footermenu a {
  color:#888;
  text-decoration:none;
}
#copyright {
  width:100%;
  font-size:0.75em;
  background-color:white;
  color:#888;
  margin:0;
  text-align:center;
}
/*--------------フッター--------------*/

#program a {
  display:inline-block;
  padding:5% 10%;
}
/*LP関連*/
#area_mail {
  width:100%;
  padding:4% 0 2%;
  text-align:center;
  background-color:white;
}
#sendmail {
  display:inline-block;
}

#monitorbtn {
  position:absolute;
  width:50%;
  right:0;
  bottom:0;
}

@media screen and (max-width: 640px){
  body {
    font-size:4.5vw;
  }
}