/*
Theme Name: しろくま
Theme URI: https://shirokuma-reform.com
Description: 湘南エリアのリフォーム業者比較メディアサイト「しろくま」のカスタムテーマ
Version: 1.0.0
Author: しろくま
Author URI: https://shirokuma-reform.com
Text Domain: shirokuma
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;
}


