@charset "UTF-8";
/*----------
 Color
----------*/
/*----------
 Font
----------*/
/*----------
 sub title
----------*/
/*----------
 responsive
----------*/
/*----------
  header
----------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.logo img {
  width: 120px;
}

.navi {
  display: flex;
}

.navi__menu {
  display: flex;
}
.navi__menu li {
  margin-right: 48px;
}
.navi__menu li:last-child {
  margin-right: 0;
}
.navi__menu li a {
  transition: 0.3s;
}
.navi__menu li a:hover {
  opacity: 0.5;
}

.sns {
  display: flex;
  margin-left: 36px;
}
.sns a {
  transition: 0.3s;
}
.sns a:hover {
  opacity: 0.5;
}

.instagram {
  margin-right: 20px;
}

/*----------
 concept
----------*/
.concept {
  display: flex;
  margin-block: 80px 240px;
}
.concept__item {
  margin-left: 20px;
  margin-bottom: 80px;
}
.concept__item--right-sm {
  margin-left: 100px;
}
.concept__item--right-lg {
  margin-left: 180px;
}

.hero__content {
  background: #ffffff;
  width: 47%;
}

.ja {
  color: #B8ADA1;
}

.hero__image {
  width: 53%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% center;
     object-position: 40% center;
  border-top-right-radius: 80px;
}

/*----------
 our coffee
----------*/
#ourcoffee {
  margin-bottom: 240px;
}

.brew {
  position: relative;
  margin-top: 35px;
}
.brew p {
  font-size: 1rem;
}

.brew__left img {
  width: 295px;
  height: 624px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 80px;
}
.brew__left--text {
  position: absolute;
  top: 60px;
  left: 319px;
}

.brew__item--top {
  position: absolute;
  top: 60px;
  right: 0;
}
.brew__item--top img {
  width: 360px;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 80px;
}
.brew__item--top p {
  margin-top: 24px;
}

.brew__item--bottom {
  position: absolute;
  top: 392px;
  left: 403px;
  display: flex;
}
.brew__item--bottom img {
  width: 435px;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 80px;
}
.brew__item--bottom p {
  padding: 173px 0 36px 24px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*----------
 menu
----------*/
#menu {
  background-color: #B8ADA1;
  border-top-right-radius: 80px;
  margin-bottom: 240px;
}

.menu__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
}

.menu__list--left {
  padding: 50px 30px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 56px;
}
.menu__list--left::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 1px;
  background: #2E2E2E;
}

.menu__list--right {
  padding: 50px 30px 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 56px;
}

/*----------
 space
----------*/
#space {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 240px;
}

.slide-items {
  max-width: 100%;
}
.slide-items img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------
 access
----------*/
#access {
  margin-bottom: 240px;
}

.info {
  margin-top: 50px;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
}

.info--items {
  width: 30%;
  text-align: center;
}
.info--items li {
  margin-bottom: 30px;
}

.info--map {
  width: 60%;
}

footer {
  background-color: #B8ADA1;
  padding-block: 32px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.footer--title {
  font-weight: bold;
}

.footer--place {
  margin-bottom: 24px;
}

/*---------
  共通
----------*/
html {
  font-size: 100%;
}

body {
  background-color: #F6F4F1;
  color: #2E2E2E;
  font-family: "Hina Mincho", serif;
  font-size: 1rem;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 20px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #2E2E2E;
  text-decoration: none;
}

.sub-title {
  font-size: 3rem;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: calc(100% + 40px);
  width: 50px;
  height: 50px;
  background: #DFC13F;
  border-radius: 50%;
  box-shadow: 65px 0 0 -3px #DFC13F, 125px 0 0 -6px #DFC13F;
}

/*----------
 Color
----------*/
/*----------
 Font
----------*/
/*----------
 sub title
----------*/
/*----------
 responsive
----------*/
/*----------
 responsive
----------*/
@media (max-width: 768px) {
  /*---------
   共通
  ----------*/
  html {
    font-size: 93.75%;
  }
  .container {
    padding-inline: 16px;
  }
  .sub-title {
    font-size: 2rem;
  }
  .sub-title::after {
    transform: translateY(-25%);
    left: calc(100% + 15px);
    width: 16px;
    height: 16px;
    box-shadow: 25px 0 0 -2px #DFC13F, 45px 0 0 -4px #DFC13F;
  }
  /*----------
   header
  ----------*/
  header {
    flex-direction: column;
    gap: 20px;
  }
  .logo img {
    width: 80px;
  }
  .navi__menu li {
    margin-right: 12px;
  }
  /*----------
   concept
  ----------*/
  .concept {
    flex-direction: column;
    margin-block: 40px 120px;
  }
  .concept__item {
    text-align: center;
    margin-bottom: 40px;
  }
  .concept__item--right-sm,
  .concept__item--right-lg {
    margin-left: 0;
  }
  .hero__content {
    width: 100%;
  }
  .hero__image {
    width: 100%;
    margin-top: 16px;
  }
  /*----------
   our coffee
  ----------*/
  #ourcoffee {
    margin-bottom: 120px;
  }
  .brew {
    display: flex;
    flex-direction: column;
  }
  .brew__left img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .brew__left--text {
    position: static;
    margin-block: 8px 24px;
  }
  .brew__item--top {
    position: static;
  }
  .brew__item--top img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .brew__item--top p {
    margin-block: 8px 24px;
  }
  .brew__item--bottom {
    position: static;
    flex-direction: column;
  }
  .brew__item--bottom img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .brew__item--bottom p {
    padding: 0;
    margin-top: 8px;
  }
  /*----------
   menu
  ----------*/
  #menu {
    margin-bottom: 120px;
  }
  .menu__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .menu__list--left {
    padding: 50px 80px 0 80px;
  }
  .menu__list--left::before {
    display: none;
  }
  .menu__list--right {
    padding: 0 80px 60px 80px;
  }
  /*----------
   space
  ----------*/
  #space {
    height: 60vh;
    margin-bottom: 120px;
  }
  .slide-items img {
    height: 60vh;
    -o-object-position: bottom;
       object-position: bottom;
  }
  /*----------
   access
  ----------*/
  #access {
    margin-bottom: 120px;
  }
  .info {
    flex-direction: column;
    gap: 20px;
  }
  .info--items {
    width: 100%;
    text-align: left;
  }
  .info--map {
    width: 100%;
  }
  .info--map iframe {
    width: 100%;
    height: 350px;
  }
  /*---------
   footer
  ----------*/
  #footer {
    padding-block: 24px;
    font-size: 0.9rem;
  }
  .footer--title {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */