@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Antique+Soft&display&family=Zen+Maru+Gothic&display=swap');

*{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    color: #444444;
}
/* body{
    font-family: "M PLUS 1p";
    font-size: 1em;
    color: #444444;
} */
/* 背景 */

/* .custom-background */
body{
    background-image: url(https://hanalab-wedding.com/wp-content/uploads/2026/07/bg-base-scaled.png);
    background-position: left top;
    background-size: 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
}
body::before,
body::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .3;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: 15vw;
}
body::before{
    background-image: url(https://hanalab-wedding.com/wp-content/uploads/2026/05/bg-left.png);
    background-position: left;
}
body::after{
    background-image: url(https://hanalab-wedding.com/wp-content/uploads/2026/05/bg-right.png);
    background-position: right;
}
.site-body{
    z-index: 1;
}

/* 段落中の装飾 */

.red{
    color: #e95464;
}
.pink{
    color: #b78381;
}
.vividpink{
    color: #df7163;
}
.lightpink{
    color: #fadce1;
}
.purple{
    color: #884898;
}
.green{
    color: #478384;
}
.blue{
    color: #71bcd2;
}
.brown{
    color: #543f32;
}
.t-center{
    text-align: center;
}
.box-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gold-line{
    border: 3px dotted #b5a36c;
    border-radius: 15px;
    padding: 1em;
}
.underline{
    position: relative;
    text-decoration: underline 50% #ddd;
    text-underline-offset: -20%;
    text-decoration-skip-ink: none;
}


/* レスポンシブ */
@media screen and (max-width:768px){

}
