@charset "UTF-8";

/* Wedding Report */

/** common 
-----------------------------**/
.main-visual{
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main-visual-report{
    background-image: url("../img/report/mainimg_sp.jpg");
}

.hero-title h1{
    width: 200px;
    height: 240px;
    color: #000;
    font-size: 1.8rem;
    border-radius: 0 0 4px 4px;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;

}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    .main-visual{
        height: 400px;
    }
    
}

@media (min-width: 1025px) {
    
    .main-visual{
        height: 530px;
    }
    
    .main-visual-report{
        background-image: url("../img/report/mainimg.jpg");
    }
    
}


/** archive
-----------------------------**/
.card-report-detail{
    padding: 20px;
    margin-bottom: 30px;
}

.report-detail{
    margin: 0 0 20px;
}

.report-detail dl{
    display: flex;
    margin: 0 0 10px;
}

.report-detail dl dt{
    font-weight: normal;
    width: 110px;
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    
}

@media (min-width: 1025px) {
    
    
}




/** single
-----------------------------**/
.tit-report-concept{
    margin-bottom: 40px;
}

.tit-report-concept h2{
    font-size: 2.2rem;
}

.card-weddata{
    padding: 40px;
    background-color: #fbfbfb;
}

.tit-report-detail{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 13px;
    font-weight: bold;
    color: #000;
}


@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    
}

@media (min-width: 1025px) {
    
    .tit-report-concept{
        text-align: center;
    }
    
    
}

