@charset "utf-8";



section > h2 {
    width:100%;
    margin: 50px auto 20px;
    font-size: 1.8rem;
    text-align: center;
}
section > p {
    width:80%;
    max-width:700px;
    margin: 0 auto;
}
section > p.textCenter {
    text-align: center;
}
section > p a {
    color: #f54664;
    text-decoration: underline;
}
section > a.more {
    width:450px;
    margin-top: 40px;
}
section > ul {
    width:80%;
    margin: 50px auto 0;
    display:flex; flex-flow:row wrap; justify-content:flex-start; align-content:stretch; align-items:stretch;
}
section > ul li {
    width:30%;
    margin: 0 0 20px;
}
section > ul li:nth-child(3n+2) {
    margin-left: 5%;
    margin-right:5%;
}

section > ul.box-4 ,
section > ul.box-2 {
    display:flex; flex-flow:row wrap; justify-content:space-between; align-content:center; align-items:center;
}
section > ul.box-4 li { width:23%;}
section > ul.box-2 li { width:48.5%;}

section > ul.box-4 li:nth-child(3n+2) ,
section > ul.box-2 li:nth-child(3n+2) {
    margin-left: 0;
    margin-right:0;
}

section > ul li div {
    width:100%;
    height: 200px;
    margin: 0 0 20px;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
    border-radius: 15px;
    overflow: hidden;
}

section > ul.box-2 li div {
    height:300px;
}

section > ul li div img {
    max-height:100%;
    border-radius: 15px;
}
section > ul li b {
    display: block;
    font-family: 'Crimson Text', serif;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
}
section > ul li p {
    width:90%;
    margin: 0 auto;
}
section > ul li p.price {
    margin-bottom:10px;
    display: block;
    text-align: center;
    line-height: 1.3;
}
section > ul li p.price span {
    font-size: 1.5rem;
}
section > ul li p.price small {}

section > ul li p:last-of-type {
    margin-bottom: 30px;
}

p.valentine {
    text-align:center;
}
ul.valentine {
    width:82%;
    margin: 50px auto 0;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:stretch; align-items:stretch;
}
ul.valentine li ,
ul.valentine li:nth-child(3n+2) {
    width:23%;
    margin:0 1% 30px;
}
ul.valentine li img {
    max-width:100%;
    margin:0 auto;
    display: block;
    border-radius:15px;
}
ul.valentine li b {
    margin: 10px auto 5px;
}
ul.valentine li > div {
    padding:20px 5% 0;
    background:#ddd;
}
ul.valentine li p {
    letter-spacing:0;
}

ul.valentinePhoto {
    width:82%;
    margin:0 auto 0;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:stretch; align-items:stretch;
}
ul.valentinePhoto li ,
ul.valentinePhoto li:nth-child(3n+2) {
    width:30%;
    margin:0 1.5% 30px;
}
ul.valentinePhoto li img {
    max-width:100%;
    margin:0 auto;
    display: block;
    border-radius:15px;
}

p.xmas-note {
    width:80%;
    max-width:700px;
    margin:0 auto;
}
p.xmas-note span {
    width:100% !important;
    margin:10px 0;
    padding:0 0 0 22px;
    display:block;
    line-height:1.4;
    position:relative;
}
p.xmas-note span::after {
    content: "";
    width: 15px;
    height:15px;
    position:absolute; top:3px; left:0;
    border-radius:100px;
    background:#000;
}

@media only screen and (max-width:640px){
    
    section > p.textCenter {
        text-align: left;
    }
    section > a.more {
        width:80%;
        margin: 50px auto 70px;
        line-height: 1.5;
    }
    section > ul li {
        width:100%;
        margin: 0 0 50px;
    }
    section > ul.box-4 li ,
    section > ul.box-2 li { width:100%;}
    
    section > ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right:0;
    }
    section > ul li div {
        height: 360px;
        margin: 0 0 30px;
    }
    
    p.valentine {
        text-align:left;
    }
    ul.valentine li ,
    ul.valentine li:nth-child(3n+2) ,
    ul.valentinePhoto li ,
    ul.valentinePhoto li:nth-child(3n+2) {
        width:100%;
        margin:0 0 30px;
    }
    ul.valentine li > div {
        padding:0;
    }
}

