@charset "UTF-8";
/*
Theme Name: 生のやー修善寺温泉ー
Description: 生のやー修善寺温泉ー オリジナルテーマ。
Author: BookingResort
Version: 1.0.0
*/

/* -------------------------------------------------
   Reset (minimal)
------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
dd,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

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

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

button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* -------------------------------------------------
   Design tokens
------------------------------------------------- */
:root {
  --color-bg: #fbf8f2;
  --color-bg-green: #ede6e2;
  --color-bg-blue: #ede6e2;
  --color-white: #fff;
  --color-bg-alt: #ede6e2;
  --color-text: #231815;
  --color-text-light: #706c6b;
  --color-accent: #47606d;
  --color-accent-dark: #17242b;
  --color-border: #d4cdc9;
  --font-serif: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  --font-sans: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  --font-accent: "Cinzel", serif;
  --max-width: 1260px;
}

body {
  font-family: var(--font-serif);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.8;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-text);
}

h1 {
  font-size: 3.4rem;
}
h2 {
  font-size: 2.6rem;
  text-align: center;
}
h3 {
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.7rem;
  }
}
