main .cafe {
  width: 980px;
  margin: 0 auto;
  padding-top: 90px;
}

main .cafe .headSection {
  margin-bottom: 111px;
}

main .cafe .headSection img {
  width: 127px;
  height: 150px;
  margin-left: 342px;
}

main .cafe .infomation .slider {
  /* height: 580px; */
  margin-bottom: 70px;
}

main .cafe .infomation .desc {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .cafe .infomation .desc .head {
  width: 280px;
  font-family: "dnp-shuei-mincho-pr6", "Yu Mincho", "YuMincho", serif;
}

main .cafe .infomation .desc .head h3 {
  margin-bottom: 46px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: .16em;
}

main .cafe .infomation .desc .head h4 {
  font-size: 14px;
  line-height: 1.77;
}

main .cafe .infomation .desc .head p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.77;
}

main .cafe .infomation a {
  display: block;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  background-color: #f7f5f3;
  border: 1px solid #f2f1f1;
  color: #1b1714;
  font-size: 22px;
  line-height: 60px;
  font-family: "a-otf-midashi-go-mb31-pr6n", "Yu Gothic", sans-serif;
  text-align: center;
}

main .cafe .infomation a:hover {
  background-color: #1b1714;
  color: #fff;
}

@media screen and (max-width: 736px) {
  main .cafe {
    width: 100%;
    padding-top: 47px;
  }
  main .cafe .headSection {
    margin-bottom: 53px;
  }
  main .cafe .headSection .title h2 {
    width: 4.6em;
  }
  main .cafe .headSection img {
    height: 100px;
    margin-left: 0;
  }
  main .cafe .infomation {
    width: 100%;
    padding: 0 13px;
  }
  main .cafe .infomation .slider {
    height: auto;
    margin-bottom: 30px;
  }
  main .cafe .infomation .desc {
    display: block;
    padding: 0 12px;
  }
  main .cafe .infomation .desc .head {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
  main .cafe .infomation .desc .head h3 {
    width: 50%;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 22px;
  }
  main .cafe .infomation .desc .head .time h4 {
    font-size: 12px;
  }
  main .cafe .infomation .desc .head .time p {
    font-size: 12px;
  }
  main .cafe .infomation .desc .summary p {
    text-align: justify;
  }
  main .cafe .infomation .desc .summary a {
    width: 100%;
  }
}



main .cafe .infomation .desc .head h3 {
  margin-bottom: 20px;
}
main .cafe .infomation .instagram a {
  display: block;
  margin-top: 50px;
  text-align: left;
  background-color: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
}
main .cafe .infomation .instagram a::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  color: #1b1714;
  font-size: 40px;
}
.cafe .newest_event {
  padding: 30px 0 160px;
}
@media screen and (max-width: 736px) {
  main .cafe .infomation .desc .head .info {
    width: 40%;
  }
  main .cafe .infomation .desc .head h3 {
    width: 100%;
  }
}