*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: serif;
}
a{
    color: darkgoldenrod;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

body{
    color: darkgoldenrod;
}
h1{
    font-size: clamp(40px,5.2vw,80px);
    margin-bottom: 20px;
}
h2{
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}
h3{
    font-size: 20px;
    margin-bottom: 10px;
}
p{
    font-size: 16px;
}
header{
    background-color: beige;
    text-align: center;
}
.item{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
header div{
    display: flex;
    align-items: center;
}
header h1{
    padding-right: 40px;
}
header p{
    font-size: 1rem;
    text-align: center;
}
header .btn{
    background-color: darkgoldenrod;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    right: 0;
    top: center;
}
header nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-size: clamp(12px,4vw,20px);
    padding-bottom: 10px;
}
.fv{
    display: flex;
}
.fv img{
    width: 100%;
    vertical-align: bottom;
}
.mama{
    width: 100%;
}
.baby{
    width: 100%;
}
.about{
    background-color: beige;
    text-align: center;
    padding: 30px;
}
.profile img{
    width: 100%;
    max-width: 150px;
}
.profile{
    display: flex;
    justify-content: center;
}
.keireki{
    text-align: start;
    padding-left: 50px;
}
.setumei{
    padding-top: 20px;
}
.menu{
    padding: 30px;
}
.menu .care{
    display: flex;
    justify-content: space-around;
}
.care h3{
    margin-bottom: 20px;
}
.care ul{
    list-style: none;
    margin-bottom: 10px;
}
.care li{
    margin-bottom: 20px;
}
.access{
    background-color: beige;
    padding: 30px;
}
.access h2{
    margin-bottom: 20px;
}
.access-card{
    display: flex;
    justify-content: space-around;
}
.adress h4{
    font-size: 20px;
    margin-top: 120px;
}
.access-card .tel{
    font-size: 36px;
}
.contact{
    padding: 30px;
}
.contact form{
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.contact label{
    display: block;
}
.contact input{
    width: 100%;
    padding: 10px;
    border: 2px solid darkgoldenrod;
    color: darkgoldenrod;
}
.contact textarea{
    width: 100%;
    padding: 10px;
    border: 2px solid darkgoldenrod;
    height: 200px;
}
.contact .submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 10px 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid darkgoldenrod;
    color: darkgoldenrod;
    cursor: pointer;
}
footer{
    padding: 15px;
    background-color: beige;
    text-align: center;
    font-size: 20px;
}
.top-btn-area{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: beige;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid darkgoldenrod;
}

