@charset "utf-8";

body {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff9f5;
}

p {
  font-size: 0.9em; /* 最小14px、最大18px、ビューポート幅の2% */
  line-height: 2;
}

.main {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff9f5;
  padding-left: 16px;
  padding-right: 16px;
}

a,
a:hover,
a:visited {
  color: inherit;
}

/* header */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  background-color: #fff;
  opacity: 0.8;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.header_nav {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.header_nav_list {
  list-style: none;
  display: flex;
  position: absolute;
  bottom: auto;
  right: 0;
}
.header_nav_item a {
  text-decoration: none;
}

.header_nav_item {
  margin-right: 14px;
}
@media screen and (min-width: 600px) {
  .header_nav_item {
    margin-right: px;
  }
}

/* mv */

main {
  margin-top: 60px;
}

@media screen and (max-width: 599px) {
  .mv_img_sp {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .mv_img_pc {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .mv_img_sp {
    display: none;
  }
  .mv_img_pc {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.title {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
}

.title_img {
  margin: 0 auto;
  min-width: 150px;
  width: 40%;
  max-width: 200px;
}
/* scroll */
.scrolldown {
  background-color: #fff;
  padding-top: 60px;
  position: relative;
  text-align: center;
}

.scrolldown::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #363636;
  border-left: 1px solid #363636;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

/* scroll */

/* intro */

.intro_warapper {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 65px;
  margin-bottom: 60px;
  position: relative;
}

.intro_img {
  padding: 0 30px;
}
.intro_img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.intro {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 80px;
  padding-left: 15%;
}

h1 {
  width: 100%;
  margin-bottom: 40px;
  font-size: clamp(
    24px,
    4vw,
    40px
  ); /* 最小24px、最大36px、ビューポート幅の4% */
  font-weight: bolder;
  letter-spacing: 0em;
  color: #9c5d0d;
}
.intro_text {
  width: 100%;
  margin-bottom: 15px;
  text-align: justify;
  position: relative;
}

.intro_pic {
  position: absolute;
  bottom: 0;
  left: 60%;
}

.intro_pic img {
  max-width: 160px;
  width: 100%;
  height: auto;
}

/* 店舗情報 */
.info_warapper {
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: clamp(20px, 4vw, 30px);
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.hexagon {
  width: 35px;
  height: 60px;
  background: #e8cdbb;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hexagon::before,
.hexagon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e8cdbb;
  z-index: 0;
}

.hexagon::before {
  transform: rotate(60deg);
}

.hexagon::after {
  transform: rotate(-60deg);
}

.info_img {
  padding: 0 30px;
  margin-top: 75px;
  margin-bottom: 60px;
}

.info_img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* 店舗情報 _詳細　*/
.info_table {
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff9f5;
}

td,
th {
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.info_sub {
  padding-top: 40px;
}

.info_sub-text {
  margin-left: 10%;
  font-size: 1em;
}

h3 {
  margin-left: 10%;
  font-size: 1.2em;
  font-weight: bold;
}

/* map */
.map {
  align-items: center;
  margin-top: 40px;
  text-align: center;
}

iframe {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

/* ボタン(電話予約) */
@media screen and (max-width: 600px) {
  .buttom {
    opacity: 0.6;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #deb785;
    z-index: 1000;
  }
}

@media screen and (min-width: 601px) {
  .buttom {
    display: none;
  }
}

.buttom:hover {
  opacity: 1;
}

.tel,
.tel:hover,
.tel:visited {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

.tel {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  padding: 15px 0;
  align-items: center;
  text-align: center;
}
.tel span {
  font-weight: normal;
  font-size: 14px;
}

.icon-text,
icon-text:hover,
icon-text:visited {
  text-decoration: none;
  color: inherit;
}

.info_sub_img {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  margin-right: 15%;
}
.info_sub_img img {
  max-width: 210px;
  height: auto;
  width: 100%;
}

.menu_warapper {
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
/* label */
/* 全体を囲むdiv（親要素）*/
.menu_contents {
  margin-top: 80px;
  --tab-color: lightgray; /*タブの色*/
  --active-tab-color: #e8cdbb; /*選択したタブの色*/
  display: flex; /*タブを横並びにする*/
  flex-wrap: wrap;
  gap: 10px; /*タブ間に余白*/
}
/*タブ(label)のスタイル*/
.tab-label {
  color: white;
  background-color: var(--tab-color);
  text-align: center;
  padding: 0.5em 1em;
  cursor: pointer;
  order: -1; /*タブを上段に表示する*/
}
/* タブのコンテンツ部分*/
.tab-content {
  width: 100%;
  display: none;
}

/*選択されていることがわかるように、選択されているタブの色を変える*/
.tab-switch:checked + .tab-label {
  background-color: var(--active-tab-color);
}

/* 選択されているタブのコンテンツを表示させる */
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* input（ラジオボタン）は仕組みだけ利用するため非表示 */
.tab-switch {
  display: none;
}

/* cafe */

.menu_text p {
  text-align: center;
  margin: 30px auto;
}

.cafe_img img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.cafe_text {
  padding-top: 40px;
  text-align: center; /* テキストを両端揃えにする */
}

.cafe_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列にする */
  gap: 20px; /* アイテム間のスペース */
  justify-items: center;
  margin-top: 60px;
}

.cafe_item {
  text-align: center; /* 画像の下のテキストを中央揃え */
}

.cafe_item img {
  max-width: 100%; /* 画像がレスポンシブになるように調整 */
  height: auto;
}

.cafe-menu_section {
  margin-top: 60px;
}

td,
th {
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.cafe-menu_text p {
  line-height: 1.5;
  padding-bottom: 15px;
}

.cafe-menu_img {
  padding-top: 30px;
}

.cafe-menu_img img {
  max-width: 70%;
  margin-left: 10px;
  height: auto;
}

.cafe_menu_table {
  width: 350px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: normal;
}

.cafe_menu_table td {
  text-align: right;
}

.coffee {
  padding-top: 60px;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
}

.coffee_menu {
  margin-top: 60px;
}
.coffee_menu_table {
  width: 350px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: normal;
}

.coffee_menu_table td {
  text-align: right;
}

.cafe-drink-menu_text p {
  line-height: 1.5;
  padding-bottom: 15px;
}

.cafe-drink-menu-img {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.cafe-drink-menu-img img {
  max-width: 70%;
  height: auto;
}
/* カフェタグ */

.bar_menu_table,
.bar_drink_menu_table {
  width: 320px;
  margin: 80px auto;
  font-size: 1em;
  font-weight: normal;
}

/* バータグ */

.news_warapper {
  padding-top: 60px;
  padding-bottom: 250px;
  position: relative;
}

.news_contents {
  height: auto;
  max-width: 400px;
  background-color: #fff;
  /* margin-top: 80px; */
  /* margin-bottom: 80px; */
  margin: 80px auto;
  padding: 30px;
  border-radius: 10%;
  box-shadow: 4px 4px 7px 0 #fdf5e6;
}

.news_contents p {
  font-size: 1.2em;
  padding-left: 15%;
}
.news_contents-line {
  margin: 5px auto 15px auto;
  height: 1px;
  max-width: 300px;
  background-color: #363636;
}

.news_img {
  margin: 0 auto;
  width: 70%;
  height: auto;
}
.news_img:hover {
  cursor: pointer;
}

.popup {
  z-index: 10;
  position: fixed;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(52, 58, 65, 0.6);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
  z-index: 1500;
}

.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}

.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: "";
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}

.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

footer {
  height: 20px;
  background-color: #ffffff;
}

.footer-text {
  text-align: center;
  font-size: 0.8em;
}
