/*
 Theme Name:   MYKLP Custom
 Theme URI:    https://example.com
 Description:  MYKLPサイト専用のカスタムテーマ。眠り姫LPやその他のカスタマイズを含みます。
 Author:       MYK Dental Esthetic
 Author URI:   https://example.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  myklp-custom
 Tags:         landing-page, custom-menu, custom-logo, custom-colors, one-column
*/

/* ========================================
   基本リセット
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
}

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

a {
    text-decoration: none;
}

/* ========================================
   カスタムスタイル
======================================== */
