/*　共通設定　*/
html {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    line-height: 1.4;
    color: #482815;
    font-size:16px;
}
a:link, a:visited {
    color:#f29739;
}
a:hover {
    opacity:0.6;
}
body {
    background-color:#d3f2fa;
    background-image: url("img/back.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: contain;
}
.wrapper {
    width:1000px;
    margin:0 auto;
}
ul li, ol li, dl dd {
    /*text-indent: -1em;*/
    padding-left:1em;
}
ol {
    list-style: decimal inside;
}
h1.kekka {
    text-align: center;
    margin:50px auto 40px;
    width: 800px;
}
h1.kekka img {
    max-width: 280px;
}
section.cont {
    text-align: left;
    margin:30px auto 40px;
}
section.cont h1 {
    height: 30px;
    margin: 0 auto 20px;
}
section.cont h1 img {
    max-height: 100%;
}
br.sp {
    display:none;
}
@media screen and (max-width: 768px) {
    html {
        font-size:13px;
        line-height: 1.5;
    }
    .wrapper {
        width:100%;
    }
    h1.kekka {
        margin:3vh auto 1vh;
        width: 100%;
    }
    h1.kekka img {
        max-width: 40vw;
    }
    section.cont {
        width: 92%;
        margin: 0 auto 5vw;
    }
    section.cont h1 {
        height: 3vh;
        margin-bottom: 3vw;
    }
    br.sp {
        display:block;
    }
}

/*　ヘッダー　*/
header {
    background-color: #fffadc;
    width: 100%;
    height: 70px;
    top: 0;
    padding: 0;
}
header div.header_cont {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
header div.header_cont img {
    width: 300px;
}
@media screen and (max-width: 768px) {
    header {
        height: 7vh;
    }
    header div.header_cont img {
        width: auto;
        height:4vh;
    }
}

/*　メインビジュアル　*/
section.mainvisual {
    text-align: center;
    margin:40px auto 10px;
}
section.mainvisual img {
    margin-bottom:20px;
    width:800px;
}
@media screen and (max-width: 768px) {
    section.mainvisual {
        width:90%;
        margin: 5vw auto 2vw;
    }
    section.mainvisual img {
        width:100%;
        margin-bottom: 3vw;
    }
}

/* 結果発表 */
h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
    border-radius: 20px;
    padding:14px 0 12px 0;
    position: relative;
    padding-left: 70px;
}
h2:before {
    content:"";
    display:block;
    background:url(img/leaf.png) left 50% no-repeat;
    background-size: 30px;
    width: 40px;
    height: 35px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    left: 10px;
    position: absolute;
}
h2.taisyou {
    background-color:#fff360;
}
h2.tanukitsu {
    background-color:#abc46b;
    margin-top: 50px;
}
h2.tarushiba {
    background-color:#fea8b3;
}
h3 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    position: relative;
    width:150px;
    margin:10px auto 30px;
    padding-left: 50px;
}
h3:before {
    content: "";
    display: block;
    background: url(img/flower.png) left 50% no-repeat;
    background-size: 30px;
    width: 30px;
    height: 35px;
    float: left;
    position: absolute;
    top:-3px;
}
.photo {
    text-align: center;
    margin:40px 0 0;
}
.photo img {
    border: solid 10px #fff;
    border-left: solid 15px #fff;
    border-right: solid 15px #fff;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.photo2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.photo2 div {
    width:44%;
    margin:0 0 20px;
}
.photo2 img {
    width:100%;
}
p.photo_title {
    font-size:18px;
    font-weight: bold;
    text-align: center;
    margin:30px 0;
}
p.photo_title span {
    font-size:16px;
    font-weight: normal;
}
.prize_wrap {
    margin: 0 auto 50px;
    padding:20px 0;
    background-color:#fff;
    border-radius: 20px;
}
.prize1 {
    display:flex;
    justify-content: center;
}
.prize1>div {
    width:46%;
    text-align: center;
}
.prize1>div img {
    width: 350px;
    margin-bottom: 10px;
}
.prize1>div.shikishi img {
    width:400px;
}
.prize_wrap p {
    margin:30px auto;
    width:90%;
}
.prize_wrap p span {
    display: inline-block;
    font-weight: bold;
    margin:20px auto;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    h2 {
        font-size: 16px;
        margin: 3vw 0;
        text-align: center;
        padding-left: 10px;
    }
    h2:before {
        margin-right: 0;
        background-size: 20px;
        width:30px;
        height: 40px;
        top: 5px;
    }
    h2.taisyou:before {
        top: 15px;
    }
    h3 { 
        font-size: 16px;
        padding-left:30px;
        width: 100px;
        margin: 0 auto 2vh;
    }
    h3:before {
        background-size: 20px;
        width:20px;
        height:25px;
    }
    .photo {
        width:100%;
        margin:20px auto 0;
    }
    .photo2 div {
        width:46%;
    }
    .photo img {
        max-width:100%;
        box-sizing: border-box;
        box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
    }
    .photo2 img {
        border-left: solid 5px #fff;
        border-right: solid 5px #fff;
    }
    p.photo_title {
        font-size:14px;
    }
    p.photo_title span {
        font-size:12px;
    }
    .photo2 p.photo_title {
        margin:2vh 0;
    }
    .prize1 {
        display: block;
    }
    .prize1>div {
        width: 90%;
        margin: 0 auto;
    }
    .prize1>div img, .prize1>div.shikishi img {
        width: 100%;
    }
    .prize_wrap p {
        margin: 3vh auto 0;
    }
    .prize_wrap p span {
        font-size: 16px;
    }
}


/* 商品発送 */
.day {
    background-color: #fffadc;
    border-radius: 20px;
    padding-bottom:10px;
}
.day h2 {
    margin-bottom:10px;
}
.day p {
    margin:0 30px 20px;
}
.big {
    text-align: center;
    font-size:24px;
    font-weight: bold;
    margin:50px 30px 60px;
}

@media screen and (max-width: 768px) {
    .day p {
        margin: 0 20px 20px;
    }
}

/* リンク */
.link {
    display:flex;
    justify-content: space-around;
    margin-bottom:30px;
}
.link a {
    display:block;
    width:40%;
    padding:20px;
    text-align: center;
    background-color:#a9be7b;
    border-radius: 30px;
    font-size:18px;
}
.link a:link, .link a:visited {
    color:#fff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .link a {
        font-size:13px;
        border-radius: 15px;
        padding: 15px;
        width:36%;
    }
}

#page-top {
    position: fixed;
    background-color:#a9be7b;
    bottom: 0;
    right: 0px;
    padding: 10px;
    z-index: 100;
    width: 100%;
    margin: 0;
    text-align: right;
}
#page-top a:link, #page-top a:visited {
    color:#482815;
}

footer {
    text-align: center;
    padding-bottom:80px;
}
@media screen and (max-width: 768px) {
    footer {
        font-size: 12px;
        padding: 10px;
        padding-bottom:10vh;
    }
}