html, body, p,h3{
    margin: 0;
    padding: 0;
}
.main-image-block{
    width: 100%;
    height: auto;
}
.main-image{
    width: 100%;
    height: auto;
    max-width: 100%;	
	vertical-align: bottom;
	line-height: 1.0em;
}
.catchcopy-block{
    background-color: #374f41;
    color: white;
    height: 84px;
}
.catchcopy-inner{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 810px;
}
.sapporo-ki-block{
    width: 200px;
    height: 84px;
}
.sapporo-ki-image{
    width: 200px;
    height: auto;
}
.catchcopy{
    font-size: 18px;
    line-height: 84px;
    min-width: 550px;
    font-family: serif;
}
.catchcopy span{
    font-size: 28px;
    vertical-align: middle;
}
.description-block{
    background-color: #e6c101;
    font-size: 16px;
    padding: 10px 10%;
}
.description-block p{
    width: 810px;
    margin: 0 auto;
    font-family: serif;
    font-weight: bold;
}
.guidance-block{
    display: block;
    width: 700px;
    margin: 50px auto 10px;
    padding: 25px;
    background-color: #e4ca51;
    color: #432006;
    font-weight: bold;
    font-size: 16px;
    line-height: 2em;
}
.sapporo-ki2-image{
    width: 200px;
    height: auto;
    float: left;
}
.footnote{
    width: 760px;
    margin: 0 auto 50px;
    font-size: 13px;
}
.product-block{
    display: flex;
    background-color: #374f41;
    color: white;
}
.product-inner{
    display: flex;
    align-items: flex-end;
    width: 800px;
    margin: 50px auto;
}
.package-image{
    width:400px;
    height:auto;
}
.item-footnote{
    font-size: 14px;
}

.item{
    width: 250px;
    height: 180px;
    background-color: #e4ca51;
    color: black;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 25px;
    position: relative;
}

/* 品切れ中表示START */
.item p img{
    display: block;
    position: absolute;
    width: 95%;
    top: center;
    left: center;
}
/* 品切れ中表示END */

.item h3{
    text-align: center;
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.item .content{
    text-align: center;
}
.item-inner{
    display: flex;
    align-items: flex-end;
}
.price-label1{
    text-align: right;
    font-size: 16px;
    margin-right: 7px;
}
.price-label2{
    text-align: right;
    font-size: 12px;
}
.price{
    font-size: 28px;
    font-weight: bold;
    color: #cd040a;
}
.price span{
    font-size: 18px;
}
.icon-block{
    display:block;
    text-align: center;
    margin-top: 10px;
}
.icon-block a{
    display: block;
    width: 120px;
    margin: 35px auto 0; 
    height: 32px;
    line-height: 32px;
    background-color: #cd040a;
    color: white;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    text-decoration:none;
}
footer{
    text-align: center;
    background-color: white;
    color: black;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}


@media screen and (max-width: 765px) {
    .catchcopy-block{
        height: 168px;
    }

    .catchcopy-inner{
        display: block;
        width: 100%;
    }

    .sapporo-ki-block{
        text-align: center;
        width: auto;
    }

    .catchcopy{
        min-width:min-content;
        line-height: normal;
        margin: auto 12px;
    }

    .description-block p{
        width:auto;
    }

    .guidance-block{
        width: auto;
    }

    .sapporo-ki2-image{
        text-align: center;
        width: 300px;
    }

    .footnote{
        width: auto;
    }
}

    @media screen and (max-width: 540px){

        .sapporo-ki2-image{
            display: block;
            align-items: center;
            float: none;
            margin-bottom: 24px;
        }
    }

    @media screen and (max-width: 800px){
        .product-inner{
            display: block;
            text-align: center;
            width: auto;
        }

        .package-image{
            margin: 0 auto;
            width: 50%;
        }

        .item{
            margin-left: auto;
            margin-right: auto;
        }
    }