/* ============================================
   Thai Massage RUNGROTE - Consolidated Stylesheet
   ============================================ */

/* ============================================
   1. CSS Variables (Design Tokens)
   ============================================ */
:root {
  /* Colors - カスタマイズ可能 */
  --color-primary: #007F32;
  --color-gold-start: #C06F31;
  --color-gold-end: #CA9C34;
  --color-gold-dark-start: #7A4904;
  --color-gold-hover-start: #99651C;
  --color-gold-hover-end: #CDB118;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-dark-brown: #330000;
  --color-yellow: #FFE469;
  --color-coupon-bg: #F7E503;
  --color-line-green: #00B900;

  /* Typography */
  --font-serif: "Noto Serif JP", "Shippori Mincho", serif;
  --font-sans: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --container-max-width: 1200px;
  --section-padding: 15px;

  /* Borders */
  --border-radius: 5px;
  --border-radius-nav: 4px;
  --border-radius-lg: 10px;
}

/* ============================================
   2. Reset & Base Styles
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-primary);
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5rem 0 1rem;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-white);
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 0.9rem;
}

a {
  color: #FFE469;
  text-decoration: none;
}

a:hover {
  color: #FFFF00;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/* ============================================
   3. Layout & Container
   ============================================ */
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.column {
  flex: 1;
  min-width: 0;
}

.column-half {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-third {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.column-two-thirds {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

@media (max-width: 767px) {

  .column-half,
  .column-third,
  .column-two-thirds {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-mobile-split .column-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ============================================
   4. Header
   ============================================ */
.site-header {
  width: 100%;
  min-height: 700px;
  margin-bottom: 12px;
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  background-color: rgba(0, 127, 50, 0.85);
}

.header-shop-name {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
}

.header-link {
  color: inherit;
  text-decoration: none;
}

.header-link:hover {
  color: inherit;
}

.btn-reserve {
  padding: 0.4em calc(1.2em + 20px);
  font-size: 0.9rem;
}

.header-hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.header-title {
  text-align: center;
  margin: 0;
}

.header-title-en {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  color: var(--color-black);
  text-shadow:
    0 2px 4px #fff,
    0 4px 8px #fff,
    0 6px 12px #fff,
    0 8px 16px #fff,
    0 10px 20px #fff;
  margin-top: 30px;
  margin-bottom: 5px;
}

.header-title-ja-sub {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 36px;
  font-weight: 900;
  color: var(--color-black);
  -webkit-text-stroke: 1px var(--color-black);
  text-shadow:
    0 2px 4px #fff,
    0 4px 8px #fff,
    0 6px 12px #fff,
    0 8px 16px #fff,
    0 10px 20px #fff,
    0 12px 25px #fff;
  line-height: 1.2;
  margin-bottom: 3px;
}

.header-title-ja {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 90px;
  font-weight: 900;
  color: var(--color-black);
  margin-top: -3px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000,
    0 4px 8px #fff,
    0 8px 15px #fff,
    0 12px 20px #fff,
    0 16px 25px #fff,
    0 20px 30px #fff;
  line-height: 1.0;
}

@media (min-width: 768px) {
  .header-title-en {
    font-size: 36px;
  }

  .header-title-ja-sub {
    font-size: 70px;
    font-weight: 900;
  }

  .header-title-ja {
    font-size: 120px;
  }

  .btn-reserve {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 480px) {
  .site-header {
    min-height: 130px;
  }

  .btn-reserve {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-hero {
    padding: 25px 20px 35px;
  }

  .header-title-en {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    text-shadow:
      0 2px 4px #fff,
      0 4px 8px #fff,
      0 6px 12px #fff,
      0 8px 16px #fff,
      0 10px 20px #fff;
  }

  .header-title-ja-sub {
    font-size: 28px;
    margin-bottom: 3px;
    -webkit-text-stroke: 0.5px var(--color-black);
    text-shadow:
      0 2px 4px #fff,
      0 4px 8px #fff,
      0 6px 12px #fff,
      0 8px 16px #fff,
      0 10px 20px #fff;
  }

  .header-title-ja {
    font-size: 42px;
    text-shadow:
      -0.3px -0.3px 0 #000,
      0.3px -0.3px 0 #000,
      -0.3px 0.3px 0 #000,
      0.3px 0.3px 0 #000,
      0 3px 6px #fff,
      0 6px 12px #fff,
      0 9px 18px #fff,
      0 12px 24px #fff;
  }
}

/* ============================================
   5. Hero / Banner Image
   ============================================ */
.hero {
  text-align: center;
  margin: 0 0 6px 0;
  padding: 0;
}

.hero img {
  width: 100%;
  max-width: var(--container-max-width);
  height: auto;
}

/* ============================================
   6. Navigation
   ============================================ */
.nav {
  margin: 0;
  padding: 0;
}

.nav-row {
  display: flex;
  gap: 20px;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 10px;
}

/* ============================================
   7. Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0.5em 1em;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-white);
  text-decoration: none;
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--color-gold-start) 0%, var(--color-gold-end) 100%);
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
  background-image: linear-gradient(180deg, var(--color-gold-hover-start) 0%, var(--color-gold-hover-end) 100%);
  color: var(--color-white);
  text-decoration: none;
}

.btn-nav {
  flex: 1;
  justify-content: center;
  font-size: calc(1rem - 1pt);
  padding: calc(0.5em + 1px) 1em;
  background-image: linear-gradient(180deg, var(--color-gold-dark-start) 0%, var(--color-gold-end) 100%);
  border: 1.5px solid #F2ACF5;
  border-radius: 3px;
}

.btn-nav:hover,
.btn-nav:focus {
  background-image: linear-gradient(180deg, var(--color-gold-hover-start) 0%, var(--color-gold-hover-end) 100%);
}

.btn-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* ============================================
   8. Section Styles
   ============================================ */
section {
  margin: 15px 0;
  padding: 0 10px;
}

.section-title {
  margin: 20px 0 5px;
  padding: 10px 0 10px 55px;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--color-white);
  background-image: url("../img/h2midashi.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.section-content {
  padding: 15px;
  font-family: var(--font-serif);
  line-height: 1.7;
  color: var(--color-white);
}

.notice-text {
  color: #FFFF00;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
}

.intro-text {
  line-height: 1.85;
}

.shop-info {
  text-align: left;
  margin-bottom: 0;
}

.shop-info p {
  line-height: 1.5;
}

/* ============================================
   9. Campaign / Announcement
   ============================================ */
.campaign {
  margin: 40px auto 15px;
  padding: 0 20px;
  text-align: center;
}

.campaign-title {
  margin: 20px 0 5px;
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-yellow);
  text-align: center;
}

.campaign-text {
  margin: 0 0 20px;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
  color: var(--color-white);
}

.campaign img {
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  height: auto;
  display: block;
  margin: 0 15px;
}

@media (min-width: 768px) {
  .campaign img {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
  }
}

/* ============================================
   10. Menu / Price Cards
   ============================================ */
.menu-section {
  margin: 15px 0;
}

.menu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  .menu-grid {
    gap: 10px;
  }
}

.menu-card {
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
}

.menu-card-title {
  margin: 20px 0 15px;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
}

.menu-card-content {
  padding: 20px 15px 10px;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--color-dark-brown);
  background: linear-gradient(170deg, var(--color-white) 0%, var(--color-gold-hover-start) 100%);
  border-radius: var(--border-radius-lg);
}

.menu-card-content p {
  margin: 0 0 5px;
  line-height: 2;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .menu-card {
    flex: 1 1 100%;
  }
}

/* ============================================
   11. Gallery / Image Grid
   ============================================ */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0;
  padding: 0 15px;
}

.gallery-item {
  flex: 0 0 calc(50% - 10px);
  min-width: 200px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .gallery {
    gap: 16px;
  }

  .gallery-item {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
}

/* ============================================
   12. Coupon Section
   ============================================ */
.coupon-box {
  max-width: 783px;
  margin: 0 auto 20px;
  padding: 20px;
  text-align: center;
  background-color: var(--color-coupon-bg);
  border-radius: 5px;
}

.coupon-box p {
  margin: 0 0 10px;
  color: var(--color-black);
}

/* ============================================
   13. Map Section
   ============================================ */
.map-container {
  margin: 5px 0 15px;
}

.map-container iframe {
  width: 100%;
  height: 363px;
  border: none;
  border-radius: 5px;
}

.map-description {
  padding: 0;
  font-family: var(--font-serif);
  line-height: 1.7;
  color: var(--color-white);
}

/* ============================================
   14. Footer
   ============================================ */
.site-footer {
  margin: 20px 0 0;
  padding: 20px 15px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-footer a {
  color: #FFE469;
}

.site-footer a:hover {
  color: #FFFF00;
}

/* ============================================
   15. Social Icons
   ============================================ */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 20px 0 40px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  text-decoration: none;
  background-color: #333;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #555;
}

.social-icon.twitter {
  background-color: #000;
}

.social-icon.youtube {
  background-color: #FF0000;
}

.social-icon.line {
  background-color: var(--color-line-green);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

/* ============================================
   16. Credits
   ============================================ */
.credits {
  margin: 20px 0;
  text-align: center;
  font-size: 0.8rem;
}

.credits a {
  color: #FFE469;
}

.credits a:hover {
  color: #FFFF00;
}

/* ============================================
   17. Staff Photo Gallery
   ============================================ */
.staff-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0 10px;
}

.staff-gallery-item {
  flex: 0 0 calc(50% - 10px);
}

.staff-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.staff-label {
  display: block;
  margin-top: -2px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
}

@media (max-width: 767px) {
  .staff-gallery {
    gap: 16px;
  }

  .staff-gallery-item {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
}

/* ============================================
   18. Animations
   ============================================ */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

/* ============================================
   19. Utilities
   ============================================ */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* ============================================
   20. Print Styles
   ============================================ */
@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
  }
}
