@charset "UTF-8";
body {
  font: 100% "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, sans-serif;
  line-height: 1;
  overflow-x: hidden;
  color: black;
  margin: 0;
}

.content header {
  padding: 40px 0;
  width: 90%;
  max-width: 567px;
  margin: 0 auto;
}
.content header h1 {
  background-image: url(../img/cafe-logo.png);
  background-size: 100% auto;
  padding-bottom: calc(100%*188/567);
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
}
.content .top-img {
  width: 100%;
  background-image: url(../img/cafe-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 50vw;
}
.content .top-img .top-copy h2 {
  width: 700px;
  position: absolute;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2.1;
  right: 0;
  bottom: 0;
  margin-bottom: -200px;
}
@media (max-width: 1280px) {
  .content .top-img .top-copy h2 {
    font-size: 15px;
    font-size: 2vw;
    /* 750 = design width, mobile only */
    width: 56%;
  }
}
@media (max-width: 750px) {
  .content .top-img .top-copy h2 {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    left: 0;
    top: 100%;
    bottom: auto;
    margin: 0;
  }
}
.content .top-img .top-copy h2 p {
  background-color: white;
  padding: 76px 70px;
}
@media (max-width: 1280px) {
  .content .top-img .top-copy h2 p {
    padding: 10%;
  }
}
.content .menu {
  background-color: #F8F2E8;
}
.content .menu .menu-in {
  width: 80%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 300px 0 120px;
}
.content .menu .menu-in .food h3 {
  background-image: url(../img/menu-title1.png);
  width: 198px;
  height: 67px;
  background-size: 198px 67px;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 100px;
}
.content .menu .menu-in .food .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .menu .menu-in .food .menuList .menuBlock {
  width: calc(50% - 40px);
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .food .menuList .menuBlock {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.content .menu .menu-in .food .menuList .menuBlock img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
.content .menu .menu-in .food .menuList .menuBlock p {
  line-height: 1.3;
}
.content .menu .menu-in .food .menuList .menuBlock p.menuName {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .food .menuList .menuBlock p.menuName {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 2vw;
  }
}
.content .menu .menu-in .food .menuList .menuBlock p.menuCap {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .food .menuList .menuBlock p.menuCap {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2vw;
  }
}
.content .menu .menu-in .food .menuList .menuBlock p.set {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .content .menu .menu-in .food .menuList .menuBlock p.set {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content .menu .menu-in .drink {
  margin: 100px auto 0;
  width: 100%;
  max-width: 860px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .drink {
    margin-top: 6vw;
  }
}
.content .menu .menu-in .drink h3 {
  background-image: url(../img/menu-title2.png);
  width: 198px;
  height: 67px;
  background-size: 198px 67px;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 100px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .drink h3 {
    margin-bottom: 5vw;
  }
}
.content .menu .menu-in .drink p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .content .menu .menu-in .drink p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content .menu .menu-in .dessert {
  margin: 200px auto 0;
  width: 100%;
  max-width: 860px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .dessert {
    margin-top: 6vw;
  }
}
.content .menu .menu-in .dessert h3 {
  background-image: url(../img/menu-title3.png);
  width: 198px;
  height: 67px;
  background-size: 198px 67px;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 100px;
}
@media (max-width: 750px) {
  .content .menu .menu-in .dessert h3 {
    margin-bottom: 5vw;
  }
}
.content .menu .menu-in .dessert p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .content .menu .menu-in .dessert p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content .menu .menu-in .dessert .dessert-img {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .menu .menu-in .dessert .dessert-img img {
  width: 25%;
  height: auto;
}
@media (max-width: 520px) {
  .content .menu .menu-in .dessert .dessert-img img {
    width: 50%;
    height: auto;
  }
}
.content footer {
  padding: 110px 0 50px;
}
.content footer .copy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
}
.content footer .info {
  width: 80%;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 3px solid black;
}
.content footer .info .infoLeft {
  float: left;
  width: 54%;
}
@media (max-width: 750px) {
  .content footer .info .infoLeft {
    width: 100%;
    float: none;
  }
}
.content footer .info .infoLeft .name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.content footer .info .infoLeft .address {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
}
.content footer .info .infoRight {
  float: right;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .content footer .info .infoRight {
    width: 100%;
    float: none;
  }
}
.content footer .info .infoRight a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
.content footer .info .infoRight a .map {
  background-color: black;
  text-align: center;
  width: 227px;
  padding: 15px 0;
}
@media (max-width: 750px) {
  .content footer .info .infoRight a .map {
    width: 100%;
  }
}
.content footer .info .infoRight a .map:hover {
  background-color: #333333;
}
.content footer .info .infoRight .link {
  color: black;
}
.content footer .info .infoRight .link .link-in {
  border: 1px solid black;
  text-align: center;
  width: 227px;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .content footer .info .infoRight .link .link-in {
    width: calc(100% - 2px);
    margin-bottom: 54px;
  }
}
.content footer .info .infoRight .link .link-in:hover {
  background-color: #EEEEEE;
}
.content footer .info .infoRight p {
  margin: 20px 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

/*# sourceMappingURL=cafe.css.map */