@charset "UTF-8";


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}


body {
  margin: 0;
  background: #F3E7D9;
  color: #222;
  font-family:
    "Zen Kaku Gothic New",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --------------------
   全体
-------------------- */
.wrapper {
  width: 100%;
  overflow: hidden;
}

/* --------------------
   ヘッダー
-------------------- */
.header {
  background: #F3E7D9;
  padding-top: 12px;
}

.header-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  column-gap: 36px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 12px;
}

.nav-left {
  justify-content: flex-end;
}

.nav-right {
  justify-content: flex-start;
}

.nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.nav-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px; 
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;

}

.nav-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.nav-divider {
  width: 1px;
  height: 68px;
  background: #6d655f;
  opacity: 0.9;
}

.header-logo {
  margin: 0;
  line-height: 1;
}

.header-logo a {
  display: block;
}

.header-logo img {
  width: 110px;
}


.fv {
  background: #F3E7D9;
}

.fv-house {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: -30px auto 0;
  aspect-ratio: 1496 / 896;
  overflow: hidden;

  /* 家の形 */
  clip-path: polygon(
    0 24%,
  50% 6.5%,
  100% 24%,
  100% 100%,
  0 100%
  );
}

.fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


.fv-house::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 1;
}

.fv-text {
  position: absolute;
  left: 6%;
  bottom: 23%;
  z-index: 2;
}

.fv-text p {
  font-family: Kaisei Opti;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 3.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.kuu_title_1 {
  text-align: center;
  color: #D75F2D;
  font-size: 38px;
  font-weight: bold;
  margin: 100px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;;
  
}


.kuu_title_1:before {
  content: url(../decoration.png);
  display: inline-block;
  height: 24px;
  width: 60px;

}

.kuu_title_1:after {
  content: url(../decoration.png);
  display: inline-block;
  height: 24px;
  width: 60px;

}
.introduction_1 {
  display: flex;
  flex-direction: column;
  width: 70%;

}

.introduction_1 li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: center;


}

#kuu {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-image: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  
}


.introduction_1 li img {
  width: 44%;


}

.introduction_1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.introduction_1 li p {
  width: 47%;
  font-size: 18px;
  font-family: Kaisei Opti;
  line-height: 2;
  margin-left: auto;
  
}





.kuu_title_3 {
  display: flex;

}
.kuu_title_2 {
  writing-mode: vertical-rl;
  font-family: Kaisei Opti;
  font-size: 37px;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kuu_title_2 span {
  display: block;
  margin-top: 6em;
}


.point {
  padding: 120px 20px;
  
  background-image:
  url("../images/moon.png"),
  url("../images/moon.png");

  background-repeat: no-repeat, no-repeat;

  background-position: left top, right top;

  background-size: 400px, 400px;
}


.point-inner {
  max-width: 1100px;
  margin: 0 auto;
  
}

.point-title {
  font-size: 38px;
  font-weight: 700;
  color: #D75F2D;
  text-align: center;
  margin-bottom: 80px;
}

.point-wrap {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.point-box {
  width: calc((100% - 80px) / 2);
  
}


.point-box:last-child .house-card{
  margin-top: 70px;
}





.point-text h3 {
  font-size: 21px;
  font-weight: 700;
  color: #4a2c1d;
  margin-bottom: 32px;
  line-height: 1.5;
}

.point-text p {
  font-size: 16px;
  line-height: 2;
  color: #4a2c1d;
  margin-bottom: 40px;
}

/* 家の画像部分 */
.house-card {
  position: relative;
  width: 100%;
  max-width: 390px;
}

.house-img {
  width: 100%;
  display: block;
}

.house-content {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  text-align: center;
  color: #4a2c1d;
  font-size: 16px;
  
}

.house-content p{
  font-size: 16px;
  line-height: 2;
  color: #4a2c1d;
  margin-bottom: 40px;
  
}

.house-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 3px solid #8a8484;
}

.house-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.house-content li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 12px;
}

/* 右の家だけ少し位置調整したい時 */
.coffee-content {
  top: 85px;
  
}


.menu {
  background: #f3e7d9;
  padding: 100px 20px 80px;
  
}

.menu__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.menu__title {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #d46a36;
  margin-bottom: 60px;
  font-weight: 500;
}

.menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 28px;
}

.menu__item {
  text-align: center;
}

.menu__img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.menu__name {
  margin-top: 20px;
  font-size: 2rem;
  color: #4a2d1a;
  line-height: 1.5;
}

.menu__note {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.menu__line {
  width: 120px;
  height: auto;
  display: block;
}

.menu__note-text {
  text-align: left;
  color: #4a2d1a;
  font-size: 1.8rem;
  line-height: 2.2;
}

.menu__instagram {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.menu__instagram img {
  width: 32px;
  height: 32px;
  display: block;
}

 /* インジケーター */

    .tabs__indicator {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 0;
      background: black;
      transition: all .35s ease;
      opacity: 0;
    }


.drink-menu {
  position: relative;
}

.tabs {
  max-width: 520px;
  margin: 0 auto;
}

.drinkmenu_title {
  text-align: center;
  color:#d46a36 ;
  font-size: 3rem;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
  font-weight: 500;

}

/* タブ */
.drink-menu__tabs {
  display: flex;
}

.drink-menu__tab {
  flex: 1;
  height: 80px;
  border: 3px solid #d9652c;
  border-bottom: none;
  background: #efe8da;
  color: #2f241d;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 22px 22px 0 0;
  cursor: pointer;
  
}

.drink-menu {
  position: relative;
}

.drink-bird-right {
  position: absolute;
  bottom: 0;
  right: 47px;
  width: 19%;
}


.drink-bird-left{
  position: absolute;
  bottom: auto;
  left: 6px;
  width: 31.6%;
}


.drink-menu__tab.is-active {
  background: #d9652c;
  color: #fff;
}

/* オレンジ背景 */
.drink-menu__content {
  display: none;
  background: #ea8459;
  padding: 40px 30px 40px;
}

.drink-menu__content.is-active {
  display: block;
}

/* アーチメニュー */
.drink-menu__board {
  background: #efebd9;
  border-radius: 220px 220px 0 0;
  min-height: 700px;
  padding: 90px 40px 50px;
}

/* HOT ICED */
.drink-menu__heading {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;;
  color: #4a2d1a;
  margin-bottom: 60px;
  font-weight: 700;
}

/* メニューリスト */
.drink-menu__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  
}

.drink-menu__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 左側 */
.drink-menu__left {
  flex-shrink: 0;
}

/* 英語 */
.drink-menu__name-en {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a2d1a;
}

/* 日本語 */
.drink-menu__name-ja {
  font-size: 1.3rem;
  color: #4a2d1a;
  margin-top: 6px;
}

/* 線 */
.drink-menu__line {
  flex:1;
  border-bottom:2px solid #8c8478;
  margin:0 10px;
}

/* 価格 */
.drink-menu__price {
  font-size: 1.6rem;
  color: #4a2d1a;
}

/* アフォガート説明 */
.drink-menu__note {
  font-size: 1.2rem;
  margin-top: 6px;
}










/* レスポンシブ */
@media screen and (max-width: 768px) {
  .point {
    padding: 80px 20px;
  }

  .point-title {
    font-size: 28px;
    margin-bottom: 56px;
  }

  .point-wrap {
    flex-direction: column;
    gap: 64px;
  }

  .point-box {
    width: 100%;
  }

  .point-text h3 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .point-text p {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .house-card {
    margin: 0 auto;
  }

  .house-content {
    top: 70px;
    width: 76%;
  }

  .house-content h4 {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .house-content li {
    font-size: 14px;
    line-height: 2;
  }



}


.tabs__contentWrap {
      padding: 0 25px;
      background: #ea8459;
    }

    /* ナビ */

    .tabs__nav {
      position: relative;
      display: flex;
    }

    .tabs__btn {
        height: 80px;
  border: 3px solid #d9652c;
  border-bottom: none;
  background: #efe8da;
  color: #2f241d;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 22px 22px 0 0;
  cursor: pointer;
      width: calc(100% / 3);
      text-align: center;
      transition: 0.2s;
    }

    .tabs__btn.active {
      background: #d9652c;
    }

    /* コンテンツ */

    .tabs__contentWrap {
      position: relative;
      overflow: hidden;
      transition: height .35s ease;
    }

    .tabs__content {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
    }

    .tabs__content.active {
      opacity: 1;
      pointer-events: auto;
      position: relative;
    }






