@charset "UTF-8";
/* ---------------------------------------------

	cafe PC

---------------------------------------------- */
#cafe .cafeKv {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
}
#cafe .cafeKv__photo {
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cafe .cafeKv__photo--dining {
  background-image: url("../img/cafe/kv_dining.jpg");
}
#cafe .cafeKv__photo--factory {
  background-image: url("../img/cafe/kv_factory.jpg");
}
#cafe .cafeKv__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#cafe .cafeKv__badge {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 2;
}
#cafe .cafeKv__badge img {
  display: block;
  width: 100%;
  height: auto;
}
#cafe .breadcrumb {
  background-color: #f7f6f2;
}
#cafe .lead {
  background-color: #f7f6f2;
  padding: 40px 90px 0;
  text-align: center;
}
#cafe .lead h1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 40px;
}
#cafe .lead p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
}
#cafe .gallery {
  background-color: #f7f6f2;
  padding: 80px 90px 80px;
}
#cafe .gallery__mosaicRow {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#cafe .mosaic {
  display: flex;
  width: 100%;
  max-width: 1100px;
}
#cafe .mosaic__big {
  position: relative;
  width: 50%;
  padding-bottom: 40.3636363636%;
  overflow: hidden;
}
#cafe .mosaic__big img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cafe .mosaic__grid {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
#cafe .mosaic__cell {
  position: relative;
  width: 50%;
  padding-bottom: 40.3636363636%;
  overflow: hidden;
}
#cafe .mosaic__cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cafe .menuCard {
  margin-top: 40px;
  margin-left: 68px;
  max-width: 964px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  padding: 39px;
  box-sizing: border-box;
}
#cafe .menuCard h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 20px;
}
#cafe .menuCard p {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
}
#cafe .menuCard__sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
#cafe .menuCard__sns img {
  display: block;
  flex-shrink: 0;
}
#cafe .menuCard__sns span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #000000;
}
#cafe .photoBlock {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
}
#cafe .photoBlock__photo {
  position: relative;
  width: 100%;
  padding-bottom: 40.3636363636%;
  overflow: hidden;
}
#cafe .photoBlock__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cafe .photoBlock__text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
}
#cafe .photoBlock__text h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  color: #000000;
}
#cafe .photoBlock__text p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
#cafe .photoBlock--right .photoBlock__text {
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cafe .photoBlock--right .photoBlock__text h2 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
#cafe .photoBlock--right .photoBlock__text p {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
#cafe .photoBlock--left .photoBlock__text {
  left: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#cafe .photoBlock--left .photoBlock__text h2 {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
#cafe .photoBlock--left .photoBlock__text p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
#cafe .info {
  background-color: #464033;
  padding: 80px 90px;
  text-align: center;
}
#cafe .info h2 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 40px;
}
#cafe .info__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: left;
}
#cafe .info__hours {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  width: 400px;
}
#cafe .info__hours dt, #cafe .info__hours dd {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
#cafe .info__note p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 16px;
}
#cafe .info__sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
#cafe .info__sns img {
  display: block;
  flex-shrink: 0;
}
#cafe .info__sns span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
}
#cafe .access {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#cafe .access__map {
  position: relative;
  width: 100%;
  padding-bottom: 42.0930232558%;
  margin-bottom: 20px;
}
#cafe .access__map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cafe .access__address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
#cafe .access__address p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0;
}
#cafe .access__btn {
  display: inline-block;
  flex-shrink: 0;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100px;
  padding: 2px 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  backface-visibility: hidden;
  zoom: 1;
}
#cafe .access__btn:hover {
  cursor: pointer;
}

/* ---------------------------------------------

	cafe TB

---------------------------------------------- */
@media screen and (max-width: 1025px) {
  #cafe .cafeKv {
    height: 320px;
  }
  #cafe .cafeKv__badge {
    width: 130px;
  }
  #cafe .lead {
    padding: 32px 40px 0;
  }
  #cafe .lead h1 {
    font-size: 2.8rem;
  }
  #cafe .lead p {
    font-size: 1.6rem;
  }
  #cafe .gallery {
    padding: 60px 40px 60px;
  }
  #cafe .gallery__mosaicRow {
    width: 100%;
  }
  #cafe .mosaic {
    width: 100%;
  }
  #cafe .mosaic__big {
    width: 50%;
  }
  #cafe .mosaic__grid {
    width: 50%;
  }
  #cafe .mosaic__cell {
    width: 50%;
  }
  #cafe .menuCard {
    margin-left: 0;
    max-width: 100%;
  }
  #cafe .photoBlock {
    width: 100%;
    margin-top: 60px;
  }
  #cafe .photoBlock--right .photoBlock__text {
    padding: 24px;
  }
  #cafe .photoBlock--right .photoBlock__text h2 {
    font-size: 2.4rem;
  }
  #cafe .photoBlock--right .photoBlock__text p {
    font-size: 1.7rem;
  }
  #cafe .photoBlock--left .photoBlock__text {
    left: 0;
    padding: 24px;
  }
  #cafe .photoBlock--left .photoBlock__text h2 {
    font-size: 2.6rem;
  }
  #cafe .photoBlock--left .photoBlock__text p {
    font-size: 1.6rem;
  }
  #cafe .info {
    padding: 60px 40px;
  }
  #cafe .info__row {
    width: 100%;
    flex-direction: column;
    gap: 32px;
  }
  #cafe .info__hours {
    width: 100%;
  }
  #cafe .access {
    width: 100%;
  }
  #cafe .access__address {
    flex-direction: column;
    gap: 12px;
  }
}
/* ---------------------------------------------

	cafe SP

---------------------------------------------- */
@media screen and (max-width: 767px) {
  #cafe .cafeKv {
    height: 400px;
  }
  #cafe .cafeKv__badge {
    width: 150px;
    top: 60%;
  }
  #cafe .breadcrumb {
    display: none;
  }
  #cafe .lead {
    padding: 40px 16px 0;
  }
  #cafe .lead h1 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #cafe .lead p {
    font-size: 1.6rem;
    text-align: left;
  }
  #cafe .gallery {
    padding: 40px 16px 40px;
  }
  #cafe .mosaic {
    flex-direction: column;
    width: 100%;
  }
  #cafe .mosaic__big {
    width: 100%;
    padding-bottom: 66.6666666667%;
  }
  #cafe .mosaic__grid {
    width: 100%;
  }
  #cafe .mosaic__cell {
    width: 50%;
    padding-bottom: 33.3333333333%;
  }
  #cafe .menuCard {
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%;
    padding: 20px;
  }
  #cafe .menuCard h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #cafe .menuCard p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #cafe .menuCard__sns span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #cafe .photoBlock {
    width: 100%;
    margin-top: 40px;
  }
  #cafe .photoBlock__photo {
    padding-bottom: 83.1024930748%;
  }
  #cafe .photoBlock__text {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  #cafe .photoBlock--right .photoBlock__text h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #cafe .photoBlock--right .photoBlock__text p {
    font-size: 1.6rem;
  }
  #cafe .photoBlock--left .photoBlock__photo {
    padding-bottom: 122.9916897507%;
  }
  #cafe .photoBlock--left .photoBlock__text h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #cafe .photoBlock--left .photoBlock__text p {
    font-size: 1.6rem;
  }
  #cafe .info {
    padding: 40px 16px;
  }
  #cafe .info h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #cafe .info__row {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  #cafe .info__hours {
    width: 100%;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 4px;
  }
  #cafe .info__hours dt, #cafe .info__hours dd {
    font-size: 1.6rem;
  }
  #cafe .info__note p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #cafe .info__sns span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #cafe .access {
    width: 100%;
  }
  #cafe .access__map {
    padding-bottom: 80.269058296%;
  }
  #cafe .access__address {
    align-items: flex-start;
    text-align: left;
  }
  #cafe .access__address p {
    font-size: 1.6rem;
  }
}
