/*
Theme Name: WOW WORKS
Theme URI: https://wow-works.co.jp/
Description: 滋賀県南部（栗東・草津・守山・湖南）の家づくりを徹底サポート！
地元工務店の特徴や比較ポイント、よくある質問・失敗しない会社選びのコツを分かりやすく解説します。
Version: 1.0.0
Author: WOW WORKS株式会社
Author URI: https://wow-works.co.jp/
Text Domain: wowworks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, responsive, media, reform
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

ul, ol {
    list-style: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Components
   ========================================================================== */

.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #804EA2;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.button:hover {
    opacity: 0.8;
}


