header {
  background-image: url(image/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100vh;
  width: 100%;
}

#nav {
  text-align: right;
  margin-right: 50px;
}

#nav a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 20px;
  margin-top: 10px;
  text-shadow: 3px 3px gray;
}

#logo-div {
  position: relative;
}

#cofee {
  margin: 0 auto;
  position: absolute;
  top:40vh;
  left: 0;
  right:0;
  filter: drop-shadow(2px 2px 20px white);
}

#menu {
  background-image: url(image/pic2.jpg);
  margin-top: 30px;
}

#about {
  background-image: url(image/pic1.jpg);
  margin-top: 30px;
}

.title-div {
  height: 300px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 300px;
}

.title {
  font-size: 5rem;
  color: white;
  filter: drop-shadow(2px 2px 20px white);
}

.wrapper {
  max-width: 1000px;
  padding: 90px 16px 150px 16px;
  text-align: center;
}

#menu-div {
  display: flex;
  padding-top: 50px;
  margin: 0 auto;
}

#menu-div h1 {
  margin: 0;
}

#box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px
}

#menu-left {
  width: 50%;
  border-right: solid 0.01rem #000;
}

#menu-left dt {
  width: 75%;
  border-bottom: dotted 1px #000;
  margin-bottom: 25px;
  text-align: left;
}

#menu-left dd {
  width: 13%;
  padding-top: 8px;
}

#menu-right {
  width: 50%;
  border-left: solid 1px #000;
  padding-left: 30px;
}

#right-bottom {
  margin-top: 70px;
}

#right-top {
  margin-top: 30px;
}

#right-top div,#right-bottom div {
  display: flex;
  flex-wrap: wrap;
}

#right-top div,#right-bottom div {
  margin-top: 60px;
}

#right-top dt,#right-bottom dt {
  width: 75%;
  border-bottom: dotted 1px #000;
  margin-bottom: 25px;
  text-align: left;
}

#menu-right dd, #right-bottom dd{
  width: 13%;
  padding-top: 8px;
}

.menu {
    font-size: 2.5rem;
    display: inline-block;
    border-bottom: solid 6px #e03131;
    margin-bottom: 70px;
}

#about-cofee {
  margin: 0 auto;
}

#cofee-div {
  display: flex;
  line-height: 2;
  margin-bottom: 60px;
}

#cofee-left,#cofee-right {
  width: 50%;
  padding: 0 2%;
  font-size: 0.9rem;
}

#cofee-left p,#cofee-right p {
  margin-top: 0;
  box-sizing: border-box;
}

#location {
  background-image: url(image/pic3.jpg);
}

#location-div {
  margin: 0 auto;
}
/* ボタンここから */
.btn {
  width: 160px;
  height: 50px;
  line-height: 3.5;
  display: inline-block;
  color: #000;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn::before,.btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #e03131;
  transition: all 0.3s ease;
}

.btn span::before,
.btn span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #e03131;
  transition: all 0.3s ease;
}
.btn::before,
.btn span::before {
  width: 2px;
  height: 50%;
}
.btn::after,
.btn span::after {
  width: 20%;
  height: 2px;
}

.btn:hover::before,
.btn span:hover::before {
  height: 100%;
}

.btn:hover::after,
.btn span:hover::after {
  width: 100%;
}

/* ボタンここまで */

#store {
  text-align: left;
  font-size: 0.85rem;
}

footer {
  text-align: center;
}

iframe {
  width: 100%;
}
body {
  margin: 0;
}

@media screen and (max-width: 785px){
  #cofee {
    width: 65%;
  }

  #menu {
    background-image: url(image/pic2.jpg);
    margin-top: 0px;
  }
  
  #about {
    background-image: url(image/pic1.jpg);
    margin-top: 30px;
  }
  
  .title-div {
    height: 100px;
    background-attachment: local;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 100px;
  }

  h2 {
    margin-top: 20px;
  }
  
  .title {
    font-size: 2rem;
    color: white;
    filter: drop-shadow(2px 2px 20px white);
  }
  
  .wrapper {
    max-width: 785px;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  
  #menu-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  
  #menu-div h1 {
    margin: 0;
  }
  
  #box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .right-box {
    justify-content: center;
    width: 100%;
  }
  
  #menu-left {
    width: 100%;
    border-right: none;
    align-items: center;
  }
  
  #menu-left dt {
    width: 70%;
    border-bottom: dotted 1px #000;
    margin-bottom: 25px;
    text-align: left;
  }
  
  #menu-left dd {
    width: 15%;
    padding-top: 8px;
    margin: 0;
  }
  
  #menu-right {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
  
  #right-bottom {
    margin-top: 70px;
  }
  
  #right-top div,#right-bottom div {
    display: flex;
    flex-wrap: wrap;
  }
  
  #right-top div,#right-bottom div {
    margin-top: 60px;
  }
  
  #right-top dt,#right-bottom dt {
    width: 70%;
    border-bottom: dotted 1px #000;
    margin-bottom: 25px;
    text-align: left;
  }
  
  #menu-right dd, #right-bottom dd{
    width: 15%;
    padding-top: 8px;
    margin-left: 0;
  }
  
  .menu {
      font-size: 1.8rem;
      display: inline-block;
      border-bottom: solid 6px #e03131;
      margin-bottom: 30px;
  }
  
  #about-cofee {
    margin: 0 auto;
  }
  
  #cofee-div {
    display: flex;
    flex-direction: column;
    line-height: 2;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  
  #cofee-left,#cofee-right {
    width: 100%;
    padding: 0 2%;
    font-size: 0.9rem;
    box-sizing: border-box;
  }
  
  #cofee-left p,#cofee-right p {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    text-align: left;
  }
  
  #location {
    background-image: url(img/location.jpg);
  }
  
  #location-div {
    margin: 0 auto;
  }
  .btn {
    width: 160px;
    height: 50px;
    line-height: 3.5;
    display: inline-block;
    color: #000;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .btn::before,.btn::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #e03131;
    transition: all 0.3s ease;
  }
  
  .btn span::before,
  .btn span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #e03131;
    transition: all 0.3s ease;
  }
  .btn::before,
  .btn span::before {
    width: 2px;
    height: 50%;
  }
  .btn::after,
  .btn span::after {
    width: 20%;
    height: 2px;
  }
  
  .btn:hover::before,
  .btn span:hover::before {
    height: 100%;
  }
  
  .btn:hover::after,
  .btn span:hover::after {
    width: 100%;
  }
  
  
  #store {
    text-align: left;
    font-size: 0.85rem;
    margin-left: 20px;
  }

  iframe {
    width: 85%;
  }
}