html {
  font-size: 62.5%;
}

body {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

h1 {
  color: #FFFFFF;
  font-size: 3.2rem;
}

h2 {
  color: #000000;
  font-size: 2rem;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px), print {
  h1 {
    font-size: 7.4rem;
  }
  h2 {
    font-size: 4rem;
  }
}
#header .header__img {
  position: relative;
}
#header .header__img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .header__logo {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
}
#header .header__menu {
  position: absolute;
  top: 5%;
  right: 5%;
}
#header .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav__list a {
  color: #FFFFFF;
  padding-left: 2.5rem;
  font-size: 14px;
}

#menu {
  margin-top: 20px;
}
#menu .top {
  max-width: 100%;
  position: relative;
  background-image: url(./menu.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: middle;
  background-size: cover;
}
#menu .top .top__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#menu .menu__wrapper {
  margin-top: 30px;
  padding: 0 16px;
}
#menu .menu__wrapper .container {
  margin-top: 40px;
}
#menu .menu__wrapper .container h2.coffee__ttl:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  background-color: #E03131;
  width: 8rem;
}
#menu .menu__wrapper .container h2.food__ttl:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  background-color: #E03131;
  width: 5.5rem;
}
#menu .menu__wrapper .container h2.other__ttl:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  background-color: #E03131;
  width: 7rem;
}
#menu .menu__wrapper .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu .menu__wrapper .container .content .menu {
  width: 85%;
  padding-left: 0;
}
#menu .menu__wrapper .container .content .menu li {
  border-bottom: #000000 dotted 1px;
  padding-top: 3rem;
}
#menu .menu__wrapper .container .content .menu li:first-child {
  padding-top: 2rem;
}
#menu .menu__wrapper .container .content .price {
  width: 15%;
  padding-left: 1rem;
}
#menu .menu__wrapper .container .content .price li {
  padding-top: 3rem;
}
#menu .menu__wrapper .container .content .price li:first-child {
  padding-top: 2rem;
}

@media screen and (min-width: 768px), print {
  #menu .top {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
  #menu .menu__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu .menu__wrapper .wrap {
    padding-left: 20px;
    width: 50%;
  }
  #menu .menu__wrapper .wrap .container.coffee {
    border-right: #000000 1px solid;
  }
  #menu .menu__wrapper .wrap .container.coffee h2.coffee__ttl:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 5px;
    background-color: #E03131;
    width: 16rem;
  }
  #menu .menu__wrapper .wrap h2.food__ttl:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 5px;
    background-color: #E03131;
    width: 11rem;
  }
  #menu .menu__wrapper .wrap h2.other__ttl:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 5px;
    background-color: #E03131;
    width: 14rem;
  }
  #menu .menu__wrapper .wrap .container.other {
    margin-top: 130px;
  }
}
#about {
  margin-top: 110px;
}
#about .top {
  max-width: 100%;
  position: relative;
  background-image: url(./about.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about .top .top__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#about .ttl {
  margin-top: 30px;
}
#about .ttl h2.coffee__ttl:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  background-color: #E03131;
  width: 8rem;
}
#about .about__wrapper {
  padding: 0 32px;
}
#about .about__wrapper .container {
  padding-top: 20px;
}
#about .btn__container {
  margin-top: 45px;
}
#about .btn__container .btn__content {
  text-align: center;
  position: relative;
  padding: 2rem 5rem;
}
#about .btn__container .btn__content.btn__content:before, #about .btn__container .btn__content .btn__content:after {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  display: inline-block;
}
#about .btn__container .btn__content.btn.btn__content:before {
  border-left: solid 2px #E03131;
  border-top: solid 2px #E03131;
  top: 0;
  left: 0;
}
#about .btn__container .btn__content.btn.btn__content:after {
  border-right: solid 2px #E03131;
  border-bottom: solid 2px #E03131;
  bottom: 0;
  right: 0;
}
#about .btn__container .btn__content .btn {
  color: #383E45;
  font-size: 14px;
}
#about .btn__container .btn__content .btn:hover,
#about .btn__container .btn__content .btn:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px), print {
  #about .top {
    background-image: url(./about.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
  #about .ttl {
    margin-top: 80px;
  }
  #about .ttl h2.coffee__ttl:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 5px;
    background-color: #E03131;
    width: 16rem;
  }
  #about .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 90px;
  }
  #about .about__wrapper .wrap.left {
    padding-right: 30px;
  }
  #about .about__wrapper .wrap.right {
    padding-left: 30px;
  }
  #about .about__wrapper .container.second, #about .about__wrapper .fourth {
    margin-top: 45px;
  }
}
#location {
  margin: 0 auto;
  margin-top: 80px;
}
#location .top {
  max-width: 100%;
  position: relative;
  background-image: url(./location.jpg);
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#location .top .top__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#location .ttl {
  margin-top: 30px;
}
#location .ttl h2.location__ttl:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  background-color: #E03131;
  width: 12rem;
}
#location .map {
  padding: 0 16px;
  margin-top: 25px;
}
#location .map iframe {
  max-width: 768px;
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#location .location__detail {
  padding: 0 16px;
  margin-top: 20px;
  color: #383E45;
}
#location .location__detail .days, #location .location__detail .tel {
  margin-top: 15px;
}
#location .copy {
  margin-top: 150px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #location .top {
    background-image: url(./location.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
  #location .ttl {
    margin-top: 80px;
  }
  #location .ttl h2.location__ttl:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 5px;
    background-color: #E03131;
    width: 23.5rem;
  }
  #location .location__wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
  #location .location__wrapper iframe {
    max-width: 1000px;
    width: 100%;
    height: 400px;
    padding: 0 16px;
  }
}/*# sourceMappingURL=style.css.map */