@media screen and (min-width:1000px) and (max-width:1399px){
  #menu_list ul li{
    width: calc(100% / 2 - 10px);
  }

  #menu_list ul li:nth-of-type(2n){
    margin-right: 0;
  }
}

@media screen and (max-width:999px){

  .sp{
display: block;
  }

  .pc{
    display: none;
  }

#top span{
  display: none;
}

header{
  padding: 0;
  flex-direction: column;
  height: initial;
  text-align: center;
}

header #logo{
  color: #fff;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header #logo img{
  width: 50%;
}

header nav{
  width: 100%;
  background: rgb(56, 56, 56);
}

header nav ul li{
  width: calc(100% / 3);
  height: 44px;
  line-height: 44px;
  border-right: 1px solid rgb(109, 109, 109);
}

header nav ul li:last-child{
  border: none;
}

header nav ul li#contact_link{
  position: fixed;
  top: 0;
  right: 0;
  height: 65px;
  width: 65px;
  background: #d1af52;
  z-index: 1;
  border: none;
}

header nav ul li#contact_link a{
  display: block;
  width: 65px;
  height: 65px;
}

header nav ul li a{
  display: block;
}

h1{
  height: 70%;
}

h1 img{
  width: 70%;
}

h1 p{
  font-size: 16px;
}

#about p {
  padding: 0px 25px;
  text-align: left;
}

#news ul{
  flex-direction: column;
}

#news ul li {
  display: flex;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding:5px;
  align-items: center;
}

#news ul li:first-child{
  border-top: 1px solid #ddd;
}

#news ul li img {
  width: 20%;
  margin-right: 5px;
}

#contact{
  width: 100%;
  padding-left:10px;
}

#contact div a {
  font-size: 40px;
}

#contact div img{
  height: 40px;
}

#contact_link a{
  left: 50%;
    position: absolute;
    top: 50%;
}

#contact_link img{
  width: 80%;
  display: block;
  transform: translate(-52%,-53%);
}

#contact_link span{
  display: none;
}

#menu {
  padding: 20px 0 0;
}

#menuWrap{
  display: flex;
}

#menu div.menuInner {
  border: none;
  padding: 0;
  border-right: 1px solid #fff;
  padding: 0 0 80px 0;
  flex-direction: column;
}

div.menuInner div{
  padding: 10px;
  box-sizing: border-box; 
}

#menu div.menuInner h3{
  margin-left: 0;
}

#menu div.menuInner:last-child{
  margin: 0;
}

#menu div.menuInner img{
  width: 100%;
}

#menu div.menuInner a{
  width: 85%;
  margin: 0;
}

#menu_list ul li{
  width: 100%;
  margin: 10px;
}

#menu_list h4{
  padding-left: 5px;
}

#phone{
  display: block;
  height: 50px;
  line-height: 50px;
  background: #d1af52;
  color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#access{
  padding: 10px;
}

footer h4 img{
  width: 90%;
}

ul#newsList{
  width: 100%;
}

ul#newsList li {
  margin: 0 10px;
}

#deli{
  margin: 50px 0 0 0;
}

#deli img{
  width: 95%;
}

#shopList {
  width: 100%;
}

#shopList > ul{
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

#shopList > ul > li{
  width: 100%;
}

}