@charset "UTF-8";
/* %算出に使用 */
/* ===============================
  CAFE de NIKE
=============================== */
/*------------------------------
mv
------------------------------*/
.cafe__mv {
  background: url(../img/cafe_mv.jpg) no-repeat center center/cover;
}

/*------------------------------
about
------------------------------*/
.about {
  padding: 7% 0 9.2%;
}

.about__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__wrapper {
    display: block;
  }
}

.about__meta {
  width: 43%;
}
@media (max-width: 767px) {
  .about__meta {
    width: 100%;
  }
}

.about__logo {
  width: 47.666667%;
  margin: 0 auto;
  transform: translateX(4%);
}

.about__sns {
  width: 11.5%;
  margin: 15% auto 0;
  position: relative;
}
.about__sns p {
  font-family: "Noto Sans", serif;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 5em;
  font-weight: 500;
  font-size: 1.7834394904vw;
}
@media (max-width: 767px) {
  .about__sns {
    margin-top: 10%;
  }
}

.about__content {
  width: 50.7%;
}
@media (max-width: 767px) {
  .about__content {
    width: 100%;
    margin-top: 10%;
  }
}

.about__heading {
  font-size: 1.9108280255vw;
  font-weight: 200;
  line-height: 2.3333333333;
  margin-top: -0.8em;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .about__heading {
    font-size: 5.6vw;
    letter-spacing: normal;
  }
}

.about__message {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
  margin-top: 4%;
}
@media (max-width: 767px) {
  .about__message {
    font-size: 3.2vw;
  }
}

.about__list {
  margin-top: 9.4%;
  display: flex;
  gap: 0 4.1666666667%;
}
@media (max-width: 767px) {
  .about__list {
    display: block;
  }
}

.about__item {
  width: 30.5222222222%;
}
@media (max-width: 767px) {
  .about__item {
    width: 100%;
  }
  .about__item:nth-child(n+2) {
    margin-top: 5.5865921788%;
  }
}

.about__description {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2;
  margin-top: 1.7em;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .about__description {
    font-size: 3.2vw;
  }
}

/*------------------------------
reservation
------------------------------*/
.reservation01 {
  padding: 6.6% 0 7%;
  color: #fff;
  position: relative;
}
.reservation01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #47555e;
  width: 88.3%;
  height: 100%;
  border-radius: 3.1847133758vw 0 0 0;
}
@media (max-width: 767px) {
  .reservation01::before {
    width: 92%;
  }
  .reservation01 .reservation__wrapper {
    width: 85%;
    margin-left: auto;
  }
}

.reservation02 {
  padding: 9.5541401274vw 0 11.4649681529vw;
}

.reservation__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .reservation__wrapper {
    display: block;
  }
}

.reservation__title {
  width: 49.5%;
}
@media (min-width: 768px) {
  .reservation__title {
    padding-left: 7.2%;
  }
}
@media (max-width: 767px) {
  .reservation__title {
    width: 100%;
    max-width: 100%;
  }
}

.reservation__title--2 {
  padding-left: 0;
}

.reservation__title-en {
  display: block;
  font-size: 3.821656051vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .reservation__title-en {
    font-size: 9.0666666667vw;
  }
}

.reservation__title-ja {
  display: block;
  font-size: 1.1464968153vw;
  margin-top: 2em;
  transform: translateY(-70%);
}
@media (max-width: 767px) {
  .reservation__title-ja {
    font-size: 3.2vw;
  }
}

.reservation__button {
  width: 50%;
}
.reservation__button a {
  width: 100%;
  font-size: 1.5923566879vw;
  padding: 2em 1.7em;
}
@media (max-width: 767px) {
  .reservation__button {
    width: 100%;
    margin-top: 11.1731843575%;
  }
  .reservation__button a {
    font-size: 4.8vw;
    padding: 1em;
  }
}

/*------------------------------
menu
------------------------------*/
.menu {
  background: #e9e6de;
  padding: 10.1910828025vw 0 7.2%;
  position: relative;
}
.menu::after {
  content: "";
  position: absolute;
  background: url(../img/cafe5.png) no-repeat center center/100%;
  aspect-ratio: 1438/1599;
  width: 46.6%;
  left: 0%;
  bottom: 0%;
  transform: translateY(1%);
}
@media (max-width: 767px) {
  .menu {
    padding-bottom: 0;
  }
  .menu::after {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    width: 92%;
    display: block;
    margin-top: 10%;
  }
}

.menu__content {
  width: 45.5833333333%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .menu__content {
    width: 100%;
  }
}

.menu__heading {
  margin-top: 1.1em;
  font-size: 1.5923566879vw;
  font-weight: 200;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .menu__heading {
    font-size: 4.8vw;
  }
}

.menu__message {
  margin-top: 1.3em;
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.2222222222;
}
@media (max-width: 767px) {
  .menu__message {
    font-size: 3.2vw;
  }
}

.menu__button {
  margin-top: 19%;
}
.menu__button a {
  width: 98%;
  padding: 1.2em 1.1em 1.8em;
}
@media (max-width: 767px) {
  .menu__button {
    margin-top: 10%;
  }
}

.menu__button-en {
  display: block;
  font-size: 1.9108280255vw;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 767px) {
  .menu__button-en {
    font-size: 5.6vw;
  }
}

.menu__button-ja {
  margin-top: 0.5em;
  display: block;
  font-size: 0.9554140127vw;
}
@media (max-width: 767px) {
  .menu__button-ja {
    font-size: 2.6666666667vw;
  }
}

/*------------------------------
cafe-info
------------------------------*/
.cafe-info {
  padding-top: 8%;
}

.cafe-info__images {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cafe-info__images img {
  width: 30.4%;
}
@media (max-width: 767px) {
  .cafe-info__images {
    flex-direction: column;
    gap: 5vw 0;
  }
  .cafe-info__images img {
    width: 100%;
  }
}

.cafe-info__list {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #47555e;
  margin-top: 10.7%;
}
.cafe-info__list dt, .cafe-info__list dd {
  border-bottom: 1px dashed #47555e;
  padding: 1.5em 0;
}
.cafe-info__list dt {
  width: 14%;
  padding-left: 1em;
  padding-right: 1em;
}
.cafe-info__list dd {
  width: 86%;
}
@media (min-width: 768px) {
  .cafe-info__list dt.type2 {
    padding-top: 4.3em;
  }
}
@media (max-width: 767px) {
  .cafe-info__list {
    display: block;
    font-size: 3.2vw;
  }
  .cafe-info__list dt, .cafe-info__list dd {
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
  .cafe-info__list dt {
    padding-top: 1em;
  }
  .cafe-info__list dd {
    padding-bottom: 1em;
    border-bottom: 1px dashed #47555e;
  }
}
/*# sourceMappingURL=cafe.css.map */