@charset "utf-8";

.logo {
  width: 80px;
  object-fit: contain;
}

.kv-container p {
  font-size: clamp(24px, 3vw, 50px);
  margin: 100px;
  background-color: #ffffff95;
  padding: 20px;
  display: inline-block;
}

/*-------------------------------------------
concept
-------------------------------------------*/
.ripple1 {
  background-image: url(../img/about1color.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 600px;
  width: 33.33%;
  filter: grayscale(100%);
  transition: all 0.8s ease-in-out;
}

.ripple1:hover {
  filter: grayscale(0%);
}

.concept-pic {
  background-image: url(../img/about2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 600px;
  width: 33.33%;
}

.text {
  width: 33.33%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.text p {
  margin-bottom: 10px;
  font-size: 18px;
}

.text .big {
  font-size: clamp(24px, 2.5vw, 28px);
  /* font-size: 20px; */
  white-space: nowrap;
}

.main-msg {
  width: 90%;
  margin: 1.5rem auto;
}

.after-main-msg {
  margin-left: 40px;
}

.vertical-msg {
  display: flex;
  flex-direction: column;

  align-items: center;
}

/*-------------------------------------------
menu
-------------------------------------------*/

.cafeMenu .menu-title {
  border-bottom: #46270e 1px solid;
}

.btn {
  margin: 0 0 60px 0;
  text-align: center;
}

/*-------------------------------------------
cafe menu
-------------------------------------------*/
.cafeMenu {
  border: #46270e solid 2px;
  padding: 50px;
  text-align: center;
  position: relative;
}

.cafeMenu .pic {
  width: 40%;
}

.cafe-menu-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  right: -20px;
  background-color: var(--cafe-menu-bg);
  z-index: -1;
}

/*-------------------------------------------
product
-------------------------------------------*/
/* 左右共通 */
.text-box {
  font-size: 30px;
  letter-spacing: 0.3em;
  text-align: center;
}

.green-box,
.pink-box {
  position: relative;
  box-shadow: var(--box-shadow);
}

.filter-green {
  background-color: #c2cfc7;
  opacity: 0.7;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.products-left,
.products-right {
  position: relative;
}

/* 中の白枠の線も */
.p-text-box-left,
.p-text-box-right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: #fff 2px solid;
  padding: 40px;
  background-color: #ffffff7b;
  z-index: 2;
}

.filter-pink {
  background-color: #cfc2c2;
  opacity: 0.7;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.products .content {
  justify-content: space-between;
  gap: 40px;
}

.products .text-box p:nth-of-type(2) {
  white-space: nowrap;
}

/*-------------------------------------------
access
-------------------------------------------*/
/* adress area */
.shopName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.shopName .logo {
  margin-right: 20px;
}

.shopName .en {
  font-size: 30px;
}

/* map-area */
.map {
  background-color: var(--bg-green);
  padding: 20px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}

.map p {
  color: #fff;
  padding: 0 0 10px 0;
}

.google-map {
  width: 400px;
  height: 300px;
}

.adress {
  margin-right: 20px;
}

.adress li {
  margin-bottom: 20px;
}

.adress li .notice li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}

.adress li .notice li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  /* border: var(--bg-green) 2px solid; */
  background-color: var(--bg-green);
  border-radius: 10px;
  box-shadow: #333 2px 2px 2px;
}

.fa-solid {
  color: var(--bg-green);
}

.fa-person-walking {
  color: #fff;
}

/*-------------------------------------------
reservation
-------------------------------------------*/
.reservation-bg {
  background: url(../img/kv4.jpg) no-repeat center / cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
}

.text-black-container {
  background-color: #000;
  opacity: 0.7;
  width: 80%;
  /* height: 80%; */
  padding: 40px 60px;
  text-align: center;
  color: #fff;
}

.reservation-bg .big-title {
  font-size: 60px;
  position: relative;
  margin-bottom: 60px;
}

/* black-box内の大見出し　Reservation*/
.reservation-bg .big-title {
  position: relative;
}

.reservation-bg .big-title::after {
  content: attr(title-ja);
  font-family: "Hannari", "Hina Mincho", sans-serif;
  font-size: 16px;

  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

.res-btn-area {
  margin-bottom: 60px;
}

.reservation-bg .notice {
  width: 80%;
  margin: 0 auto;
  text-align-last: left;
}

dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*-------------------------------------------
res-btn-area
-------------------------------------------*/
.btn-left .btn-ja {
  font-size: 14px;
  /* 改行の為 */
  display: block;
  letter-spacing: 0.3rem;
}

.num {
  font-size: 26px;
}

.btn-left {
  font-size: 25px;
  letter-spacing: -0.2rem;
  white-space: nowrap;
}

.res-btn-area a {
  width: 45%;

  padding: 8px 10px;
  text-align: center;

  border: #fff 1px solid;
  background-color: #ffffff4d;
}

.btn-left {
  letter-spacing: 0;
}

/*-------------------------------------------
contact
-------------------------------------------*/

.contact .content {
  padding-bottom: 100px;
}

.shopName {
  justify-content: center;
}

.contact-bg {
  background-color: var(--bg-gray);
}

.adress {
  margin-right: 20px;
}

.contact dt {
  font-size: 20px;
  letter-spacing: 0.2rem;
  margin-right: 2rem;
  width: 30%;
}

.contact dl {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  margin: 0 20px 40px 0;
  font-size: 18px;
  text-align-last: left;
}

.contact dd {
  white-space: nowrap;
  width: 70%;
  /* text-align: left; */
}

.green-text {
  font-size: 30px;
  font-weight: 700;
  color: var(--bg-green);
}

/*-------------------------------------------
sns
-------------------------------------------*/
.sns-icon-area {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 300px;
  margin: 0 auto;
}

.sns-pics-bg {
  background: url(../img/style-gallery-pics.jpg) no-repeat center / contain;
  width: 100%;
  min-height: 400px;
  margin-bottom: 100px;
}

.sns-title {
  font-size: 60px;
  font-weight: 100;
  text-align: center;
  color: var(--bg-green);
  margin-bottom: 60px;
}

.sns p:last-child {
  font-size: 20px;
  margin-bottom: -5px;
}

.sns-icon {
  width: 50px;

  &:hover {
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
    border-radius: 5px;
    box-shadow: #333 5px 5px 5px;
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .kv-container {
    position: relative;
  }

  .kv-container p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 30px;
  }

  /* concept */

  .concept-pic,
  .text,
  .ripple1 {
    width: 100%;
  }

  .big {
    margin-bottom: 60px;
  }

  /* menu */

  .menu-title {
    width: 100%;
  }

  .main-msg {
    margin: 20px auto;
  }

  .menu-box {
    padding: 30px;
  }

  .text p {
    margin-bottom: 40px;
  }

  .menu-notice {
    width: 90%;
    white-space: wrap;
  }

  .cafeMenu .cafe-bottom-text {
    margin-bottom: 40px;
  }

  .cafeMenu .pic {
    width: 100%;
  }

  /* access */
  .adress {
    margin-bottom: 40px;
  }

  .map {
    width: 90%;
  }

  .google-map {
    width: 100%;
    height: 300px;
  }

  /* reservation */
  .reservation-bg .notice {
    width: 90%;
  }

  .text-black-container {
    width: 90%;
    padding: 20px 20px;
    margin-top: 30px;
  }

  .reservation-bg .big-title {
    font-size: 45px;
  }

  .res-btn-area a {
    width: 80%;
    /* height: 90px; */
    padding: 5px 10px;
  }

  .res-btn-area a:first-child {
    margin-bottom: 20px;
  }

  /* ロゴname center */
  .shopName .en {
    margin-top: -30px;
  }

  dl {
    vertical-align: text-top;
  }

  /* sns */
  .sns-title {
    margin-bottom: 30px;
  }

  .sns-pics-bg {
    margin-bottom: 30px;
  }
}

@media (max-width: 940px) {
  #concept .main-msg {
    flex-direction: column;
  }

  .after-main-msg {
    margin-left: 0px;
  }

  #concept .text p:not(.big) {
    font-size: 18px;
  }
}