@charset "utf-8";



/* wedding-plan */

article {
    padding:50px 0 0;
}

dl.refineSearch {
    width:100%;
    margin:30px auto 50px;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
}
dl.refineSearch dt {
    width:100%;
    margin:0 0 10px;
    font-weight:700;
    text-align:center;
}
dl.refineSearch dd {margin:5px;}
dl.refineSearch dd a {
    padding:2px 15px;
    display:block;
    color:#555052;
    font-size:1rem;
    letter-spacing:0.08rem;
    background:#dcdcdc;
}
dl.refineSearch dd.now a {color:#fff; background:#c8a273;}

section {
    margin:0 auto 20px;
    display:flex; flex-flow:row wrap; justify-content:space-between; align-content:flex-start; align-items:flex-start;
}
section .photo {
    width:30%;
}
section .detail {
    width:65%;
    display:flex; flex-flow:row wrap; justify-content:flex-start; align-content:flex-start; align-items:flex-start; flex-direction:column;
}
section .detail h2 {
    margin:0 0 10px;
    color:#c8a273;
    font-size:1.2rem;
    line-height:1.8;
}
section .detail .text {
    font-size:0.9rem;
    line-height:1.8;
}

section .detail dl {margin-bottom:20px;}
section .detail dl dt ,
section .detail dl dd {
    line-height:1.5;
}
section .detail dl dt {
    margin:20px 0 10px;
    padding:0 0 10px;
    color:#c8a273;
    border-bottom:solid 1px #c8a273;
}
section .detail dl dd {}

section .detail a {
    margin:20px 0 0;
    padding:8px 20px;
    color:#fff;
    text-align:center;
    line-height:1.5;
    background:#c8a273;
}

a.back {
    width:250px;
	margin:80px auto 0;
    display:block;
    color:#fff;
    text-align:center;
    background:#3d2b06;
}

@media only screen and (max-width:640px){
    
    section .photo ,
    section .detail {width:100%;}
    section .detail {justify-content:center; align-content:center; align-items:center;}
    
    section .detail h2 {
        margin:15px 0 10px;
        font-size:1.1rem;
        line-height:1.6;
    }
    section .detail .text {
        font-size:1rem;
        line-height:1.8;
    }
}


