@charset "UTF-8";
/* CSS Document */
main {
  background-color: #e8e5e3;
}
/*HEADER*/
#header {
  background-color: #463931;
  height: 60px;
  width: 100%;
}
#header h2 {
  font-size: 2.4rem;
  color: #e8e5e3;
  text-align: left;
  padding: 20px 24px;
}
@media(min-width:1160px) {
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  #header h2 {
    font-size: 3.0rem;
    position: absolute;
    left: 0;
    padding-top: 20px;
  }
  #header nav {
    display: block;
    text-align: right;
  }
  #header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  #header nav ul li a {
    display: block;
    padding: 24px 40px;
    text-decoration: none;
    color: #e8e5e3;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #header nav ul li a:visited {
    color: #e8e5e3;
  }
}
.open-button, .close-button {
  display: none;
}
/*NAVIGATION*/
@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span::before, .open-button span::after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #e8e5e3;
    display: block;
    content: "";
  }
  .open-button span::before {
    bottom: -8px;
  }
  .open-button span::after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #e8e5e3;
    font-size: 20px;
    padding: 20px;
  }
  #header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #463931;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgba(70, 57, 49, 0.5);
  }
  #header nav ul li {
    border-bottom: solid 1px rgba(243, 243, 243, 0.5);
  }
  #header nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #e8e5e3;
  }
}
/*TOP*/
.section-top {
  margin-bottom: 80px;
}
.section-top__image {
  height: 50vh;
  width: 100%;
  background-image: url("../images/top/top_image.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100vw;/*背景画像の幅を均等にしたまま拡大*/
  object-fit: cover;
  position: relative;
}
.section-top__image-filter {
  position: relative;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  background-color: rgba(70, 57, 49, 0.50)
}
.section-top__image-filter h1 {
  position: absolute;
  justify-content: center;
  color: #e8e5e3;
  font-size: 4.0rem;
  border: solid 1px #e8e5e3;
  padding: 10px;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media(min-width:1160px) {
  .section-top__image {
    height: 600px;
    background-position: center bottom;
    background-size: 100%;
  }
  .section-top__image-filter h1 {
    font-size: 6.0rem;
    padding: 30px 25px;
  }
}
/*ABOUT*/
.section-about__cafe, .section-about__coffee {
  margin-bottom: 60px;
}
.section-about__cafe h2 {
  font-size: 4.0rem;
  line-height: 6.0rem;
  border-bottom: solid 2px #463931;
  padding-bottom: 14px;
  margin: 0 auto 40px;
  display: inline-block;
}
.section-about__cafe-content img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 70%;
}
.section-about__cafe-content-text, .section-about__coffee-content-text {
  margin: 20px 24px;
  text-align: left;
}
.section-about__cafe-content-text h3, .section-about__coffee-content-text h3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.section-about__coffee-content img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 10%;
}
@media(min-width:1160px) {
  .section-about__cafe h2 {
    font-size: 6.0rem;
  }
  .section-about__cafe-content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1160px;
  }
  .section-about__cafe-content img, .section-about__coffee-content img {
    height: 550px;
    width: 50%;
  }
  .section-about__cafe-content-text h3, .section-about__coffee-content-text h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .section-about__coffee {
    margin-bottom: 80px;
  }
  .section-about__cafe-content-text {
    margin-left: 60px;
  }
  .section-about__coffee-content {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    margin: 0 auto;
    max-width: 1160px;
  }
  .section-about__coffee-content-text {
    margin-right: 60px;
  }
}
/*MENU*/
.section-menu h2 {
  font-size: 4.0rem;
  border-bottom: solid 2px #463931;
  padding-bottom: 14px;
  margin: 0 auto 40px;
  display: inline-block; /*文字数・サイズに合わせて下線を引く*/
}
.section-menu__items {
  margin: 0 24px;
}
.section-menu__items ul {
  list-style: none;
}
.section-menu__items ul li img {
  width: 100%;
  height: 300px;
}
.section-menu__items-food {
  object-fit: cover;
}
.section-menu__items-coffee {
  transform: scale(-1, 1); /*画像左右反転*/
  object-position: 70%;
  object-fit: cover;
}
.section-menu__items-pancake {
  transform: scale(-1, 1);
  object-position: 70%;
  object-fit: cover;
}
.section-menu__items li {
  margin-bottom: 40px;
}
.section-menu__items-text {
  margin-top: 20px;
  text-align: left;
}
@media(min-width:1160px) {
  .section-menu {
    margin-bottom: 80px;
  }
  .section-menu h2 {
    font-size: 6.0rem;
    padding-bottom: 20px;
  }
  .section-menu__items ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-menu__items ul li {
    width: 47%;
  }
  .section-menu__items ul li img {
    height: 480px;
  }
  .section-menu__items h3 {
    font-size: 2.0rem;
    margin-bottom: 12px;
  }
}
/*ACCESS*/
.section-access {
  margin: 0 24px;
  padding-bottom: 80px;
}
.section-access h2 {
  font-size: 4.0rem;
  border-bottom: solid 2px #463931;
  padding-bottom: 14px;
  margin: 0 auto 40px;
  display: inline-block;
}
.section-access__map {
  position: relative;
  width: 100%;
  height: 300px;
  border: solid 1px #463931;
}
.section-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-access__text {
  margin-top: 40px;
}
.section-access__text h4 {
  margin-bottom: 10px;
}
.section-access__text ul {
  list-style: none;
}
.section-access__text ul li {
  border-bottom: solid 1px #d3cecb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-access__text ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media(min-width:1160px) {
  .section-access h2 {
    font-size: 6.0rem;
    padding-bottom: 20px;
  }
  .section-access__content-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .section-access__map {
    width: 50%;
    height: 550px;
  }
  .section-access__text {
    margin-left: 60px;
    text-align: left;
    width: 50%;
  }
  .section-access__text h3 {
    font-size: 2.0rem;
  }
}
/*FOOTER*/
footer {
  background-color: #463931;
  height: 300px;
  padding: 40px 0 20px 0;
  margin: 0 auto;
}
.footer-nav h2 {
  color: #e8e5e3;
  font-size: 3.0rem;
  margin-bottom: 20px;
}
.footer-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer-nav ul li {
  display: inline-block;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 12px;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #e8e5e3;
}
.footer-nav ul li a:visited {
  color: #e8e5e3;
}
.section-footer__sns-icons {
  margin-bottom: 100px;
}
.section-footer__sns-icons li {
  display: inline-block;
  margin: 0 20px;
}
footer small {
  font-size: 12px;
  color: #e8e5e3;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#scroll-top {
  background-color: rgba(70, 57, 49, 0.50);
  bottom: 20px;
  padding: 15px 20px;
  position: fixed;
  right: 20px;
}
#scroll-top a {
  text-decoration: none;
  color: #e8e5e3;
}
@media(min-width:1160px) {
  footer {
    height: 500px;
    padding: 60px 0 20px 0;
    position: relative;
  }
  .footer-nav__content-wrapper {
    margin: 0 auto;
    max-width: 1160px;
  }
  .footer-nav {
    float: left;
  }
  .footer-nav h2 {
    font-size: 3.2rem;
    display: inline-block;
    vertical-align: top;
  }
  .footer-nav ul {
    display: inline-block;
  }
  .footer-nav ul li {
    font-size: 2.6rem;
    display: block;
    margin: 0 0 20px 20px;
  }
  .section-footer__sns-icons {
    float: right;
  }
  footer small {
    clear: both;
    display: inline-block;
    justify-content: center;
    bottom: 20px;
    position: absolute;
  }
}