/*
Theme Name: Tetote Theme
Author: Tetote Project
Description: ハートフルケアてとて オリジナルテーマ
Version: 1.0
*/

body{
    margin:0;
    font-family: "Noto Sans JP", sans-serif;
    background:#f8fafc;
    color:#333;
}

.container{
    width:90%;
    max-width:1100px;
    margin:0 auto;
}

section{
    padding:80px 0;
}

h1,h2,h3{
    margin-bottom:20px;
}

.btn{
    display:inline-block;
    padding:12px 28px;
    background:#6cc;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
}
