@charset "utf-8";

/* -------------------------------------
food
------------------------------------- */
#food {
  padding-top:100px;
}
#food #pagettl {
  text-align:center;
  margin-bottom: 20px;
}

#food #pagettl .ja {
  color:#000;
  font-size: 29px;
  line-height:1.3;
  display:block;
}
#food #pagettl .en {
  color:#1bb77b;
  font-size: 14px;
}

.shop-item_list {
  width:780px;
  margin:0 auto;
}
.shop_item {
  padding:120px 8px;
}
.shop_item:not(:last-child) {
  border-bottom:1px solid #ccc;
}
.shop_item .item_in {
  display:flex;
  justify-content:space-between;
}
.shop_item .shop_img {
  width:289px;
}
.shop_item .shop_txt {
  width:400px;
}
.shop_txt .gmap {
  width:100%;
  height:270px;
  margin-bottom:26px;
}
.shop_txt .gmap iframe {
  width:100%;
  height:270px;
}
.shop_txt .icon_txt {
  color:#000;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
}
.shop_txt .icon_txt.add {
  font-size:18px;
}
.shop_txt .icon_txt.tel {
  font-size:31px;
}
.shop_txt .link_btn {
  text-align:center;
  display:block;
  width:100%;
  border:4px solid #d70f16;
  border-radius:9999px;
  padding:10px;
  box-sizing:border-box;
}
.shop_txt .closed {
  color:#000;
  font-size:21px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:379px;
  background-color:#ccc;
}