body {
  width: 100%;
  background: url(../images/kv_bg.jpg) top center no-repeat;
  background-color: #1d1613;
  position: relative;
  background-size: auto;
  word-wrap: break-word;
}

.divbox01_PP .PP_box {
  margin-top: 10px;
}
.divbox01_PP {
  border-bottom: 2px #fdfae2 solid;
  background-color: #666;
}
.wrap-topview {
  display: block;
}
.m-wrap-topview {
  display: none;
}
/* 定義一個 Class: 僅在 PC 上顯示 */
.pc-only {
  /* 預設：在手機上隱藏 (display: none) */
  display: block !important;
}

/* 定義一個 Class: 僅在 手機 上顯示 */
.mobile-only {
  /* 預設：在手機上顯示 (display: block) */
  display: none !important;
}

/* .kv_tit{width: 100%;max-width: 796px;margin: 120px auto 35px;display: block;margin-left: calc(50% - 535px);} */
.kv_tit {
  width: 100%;
  max-width: 900px;
  margin: 135px auto;
  display: block;
  margin-bottom: 35px;
}

/*.main-section{background: url(../images/kv_bg.png) bottom center no-repeat;}*/
.content {
  max-width: 1140px;
  padding: 30px 70px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 1.1em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer {
  background: #000;
  bottom: 0;
}
.divbox01_PP a.gomaji_home {
  background-size: contain;
  background-position: bottom left;
}

.stores {
  position: relative;
  width: 100%;
}

.image-button img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.stores .title,
.service .title {
  text-align: center;
  margin: 40px 0;
  margin-top: 55px;
}

#service,
#event-a,
#event-b {
  scroll-margin-top: 80px; /* 這裡的 80px 是你的工具列高度 */
}

.store-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; /* 這就是物件之間的間距 */
}

.service {
  padding-bottom: 30px;
}

.service-card {
  flex: 0 1 calc(33.333% - 20px); /* 三欄排版，扣除間距 */
  max-width: 300px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
  cursor: pointer;
}

/* 精選按摩都在這 */
.wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}

/* 左側大按鈕 */
.main-btn {
  flex: 1;
}

/* 右側 2x2 區塊 */
.right-grid {
  flex: 2;
  display: flex;
  flex-wrap: wrap; /* ✅ 允許換行 */
  gap: 10px; /* 卡片間距（可自行調整） */
  justify-content: space-between; /* 讓左右對齊 */
}

.right-grid .btn {
  flex: 0 0 calc(50% - 5px); /* ✅ 每列兩個卡片 */
  box-sizing: border-box;
}

.btn img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.btn {
  cursor: pointer;
  transition: transform 0.3s ease; /* 這行放在原始狀態 */
}

/* hover 效果 */
.btn:hover {
  transform: scale(1.03);
}

/* 滑鼠互動效果 */
.service-card img:hover {
  filter: brightness(1.2);
}

.service-card img:active {
  transform: scale(0.96);
  filter: brightness(1.1);
}

/* 標題文字 */
.service-card p {
  margin: 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #5e2a12;
}

/*GOTOTOP Btn*/

.topBtn {
  bottom: 1rem;
  right: 2rem;
  padding: 0;
  position: fixed;
  text-align: center;
  z-index: 9999;
}

.topBtn a {
  display: block;
  margin: 0;
  z-index: 100;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 0.9rem;
  padding: 0.1rem 0 0;
  background-color: #ddaf57;
}

.topBtn a span {
  padding: 0;
  margin-top: -0.2rem;
  display: block;
  color: #ffffff;
}

.topBtn .arrow {
  width: 30%;
}

/* 內容 */

.content p {
  color: #444;
  margin-top: 3vh;
}
.content p b {
  color: #8a5800;
  font-size: 1.3em;
}

.content p b.title-sub {
  color: #d36700;
}

.content ul {
  list-style-type: disc;
  padding: 0 15px;
}
.content ul li {
  line-height: 1.6em;
  color: #444;
  margin-top: 1vh;
}
.content ul li b {
  font-weight: bolder;
  font-size: 1.1em;
  color: #5e2a12;
}
.content ul li span {
  color: #e77e69;
}

/* A 標籤顏色控制 */
a {
  color: #d33200;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #d33200;
  text-decoration: underline;
}
a:active {
  color: #d33200;
}
a:visited {
  color: #d33200;
}

h4 {
  font-size: 1.3em;
  color: #fff;
  background-color: #51a3cf;
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 60%;
  border-radius: 100px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1250px) {
}
/*=================================PAD======================================*/

@media screen and (max-width: 1024px) {
  .wrap-topview {
    display: none;
  }
  .m-wrap-topview {
    display: block;
    margin-top: 70px;
  }
  .kv_tit_m {
    overflow: hidden;
    width: 100vw;
    margin: 0 auto -1.2vh;
  }
  .divbox01_PP .PP_box {
    width: 95%;
    margin-top: 5px;
  }

  .pc-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
  #event-a,
  #event-b,
  #service {
    scroll-margin-top: 0px; /* 這裡的 80px 是你的工具列高度 */
  }
}
@media screen and (max-width: 855px) {
}
@media screen and (max-width: 768px) {
  .m-wrap-topview {
    margin-top: 0;
  }
  .footer {
    position: relative;
    bottom: 0;
  }
  .divbox01_PP {
    display: none;
    opacity: 1;
  }
  .content {
    max-width: 100vw;
    padding: 3vh 10vw;
    margin: 0 auto;
    font-size: 1.3em;
    border-radius: 0;
  }
  .content ul {
    padding-left: 7vw;
  }
  .content ul li {
    font-size: 0.9em;
  }
  .content p b {
    font-size: 1.1em;
  }
  .content p {
    font-size: 0.9em;
  }
  .kv_tag {
    display: none;
  }
  h4 {
    font-size: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
