.img-parent {
    text-align: center;
}

/* FLOWER LOGO */
.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

/* FLOWER LOGO SIZE */
/* 
    container:1200px
    (96/1200) * 100 = 8
*/
p.pacifico-regular {
    font-size: min(8vw,96px);
}

/* letter-spacing */
.letter-spacing {
    font-size: min(2vw,24px);
    letter-spacing: 6px;
}

.img-fluid {
    height: 200px;
    width: auto;
    object-fit: cover;
    object-position: left center;
    box-shadow :6px 6px 10px silver;
}

.img-border {
    border: 1px solid #333;
    padding: 10px;
    margin: 5px;
}

.midashi {
    font-family: "Noto Serif JP"," 游ゴシック体", "Yu Gothic", YuGothic, sans-serif;;
    color: indigo;
}

h3 {
    line-height: 1.5;
}

section {
    margin-top: 25px;
    margin-bottom: 25px;
}

section + section {
    margin-top: 0px;
}

article {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article + article {
    margin-top: 0rem;
}
  
.normal_writing ul > li {
    line-height: 1.5;
}

.download-link {
    display: inline-flex;
    align-items: center;
    background-color: cornflowerblue; /* 背景色をこちらに移動 */
    border-radius: 5%;                /* 角丸をこちらに移動 */
    padding: 10px 15px;               /* パディングをこちらに移動 */
    color: white;
    text-decoration: none;
}

.small_logo {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

@media(mix-width: 768px){
    .letter-spacing {
        letter-spacing: 8px;
    }
    .img-fluid {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
}

@media(min-width: 1200px) {
    .img-fluid {
        height: 300px;        
    }
}
