/*/////////////////////////////////////////

リセットCSS

/////////////////////////////////////////*/

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}


/*/////////////////////////////////////////

メイン

/////////////////////////////////////////*/

* {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

body {
    background-color: #FFFCF3;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}

.img_01, .img_02, .img_03, .img_04, .img_05, .img_06 {
    position: relative;
}

.cta, .cta_to_kansai {
    z-index: 10;
    position: absolute;
    display: block;
    width: 90%;
    max-width: 645px;
    left: 50%;
    transform: translateX(-50%);
}

.img_01 .cta {
    bottom: 44%;
}

.cta_to_kansai {
    bottom: 1.5%;
}

.img_03 .cta {
    bottom: 6.5%;
}

.img_05 .cta {
    bottom: 8.8%;
}

.img_06 .cta {
    bottom: 4%;
}

.message {
    width: 90%;
    margin: 0 auto;
    line-height: 26px;
    color: #8E612F;
    font-size: 16px;
}

.btn {
    margin: 25px auto;
    width: fit-content;
    color: #FFFCF3;
    background-color: #8E612F;
    padding: 1px 14px;
    border-radius: 100vh;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    
    .message {
        width: 88%;
        font-size: 19px;
        line-height: 29px;
    }

}


/*/////////////////////////////////////////

クリニック選択画面

/////////////////////////////////////////*/

.reservation {
    width: 100vw;
    height: 100vh;
    z-index: 20;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.9);
}

.reservation p, .reservation span {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px;
    padding-top: 200px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

ul {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

li {
    margin: 10px 0;
}

.close {
    width: 50%;
    display: block;
    margin: 20px auto;
}