header {
    background: linear-gradient(30deg, #fdbfdf, #c4aaec);
    padding: 6px 0;
}
.kv{
    background-color: #f7e8f2;
}
.bg_mari{
    background-image: url("../images/bg_mari.webp");
    background-attachment: fixed;
    background-size: cover;
}
h1{
    font-family: "Noto Serif JP",serif;
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    margin: 60px auto;
    width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.6;
    text-indent: -0.5em;
}
h1 span{
    font-size: 30px;
}
.head_01{
    font-family: "Noto Serif JP",serif;
    font-weight: 900;    
}
#footer_space_div{
    height: 64px;
}
.footer__wrapper.cta-padding {
    padding-bottom: 0px;
}
.u-border_img{
    border: 1px solid #ccc;
}
.main__text02{
    font-weight: 400;
}
.footer__wrapper{
    background: linear-gradient(30deg, #fdbfdf, #c4aaec);
}
#ec{
    margin:16px auto;
}
@media screen and (max-width: 1024px) {
.bg_mari{
    background-image: none;
}
}
@media screen and (max-width: 767px) {
h1{
    font-size: 4.5vw;
}
h1 span{
    font-size: 3.5vw;
}
}
@media screen and (max-width: 430px) {
.header__wrapper{
    padding:4px 0;
}
    h1{
    font-size: 5vw;
    margin:38px auto;
    text-indent: -1em;
}
h1 span{
    font-size: 4vw;
}
    #footer_space_div{
        height: 48px;
    }
}
@media screen and (min-width: 431px) {
    .footer__wrapper.cta-padding {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .main__box01 .dlist__wrapper, .main__box02 .dlist__wrapper {
        width: 80%;
    }
}