/* reset */
body,div,h1,h2,h3,h4,h5,h6,p,section,ul,li,img{
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
}
.section {
    margin: 0;
    padding: 0;
}


/* layout */
#sp01 {
    padding-top: 40px;
}

main#container {
    background-color: #fff;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 8px 8px 32px rgba(232, 154, 147, .25);
    margin-bottom: 140px;
}

.section {
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
a {
    text-decoration: none;
    transition: .3s ease-in-out;
}
a:hover {
    opacity: .7;
}

/* CTA */
#cta {
    position: relative;
}
#cta .cta-btn {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

/* アクセス */
#access {
    position: relative;
}
#access .map {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
}
#access .map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 648 / 530;
}
/* クリニック南青山院 */
#access .map.clinic-minamiaoyama {
    top: 29%;
}
/* クリニック銀座院 */
#access .map.clinic-ginza {
    bottom: 3%;
}

/* 追従ボタン */
#fixed-btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 720px;
    width: 100%;
    z-index: 100;
}
#fixed-btn a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 720px) {
    #sp01 {
        padding-top: 0;
    }
    main#container {
        margin-bottom: 22%;
    }
}