/*
Theme Name: 桂川ハウス希 LP
Theme URI: https://example.com
Author: Katsuragawa House Ki
Author URI: https://example.com
Description: 民泊物件「桂川ハウス希」のランディングページ専用WordPressテーマ。固定ページの「テンプレート」から選択して使用します。
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: katsuragawa-house-ki
*/

html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; background: #5A3A1E; }
*, *::before, *::after { box-sizing: border-box; }

a.nav-link { text-decoration: none; }
a.nav-link:hover { color: rgba(247,244,239,.9) !important; }

@keyframes machiyaZoom {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.faq-answer { display: none; }
.faq-answer.is-open { display: block; }
