@charset "euc-jp";
body {
    margin: 0;
    padding: 0;
    background: #fff8fa;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 14px;
}
img {
    width: 100%;
}
.l-contents {
    background: none;
}
.l-contents__frame {
    padding: 0;
}
#wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
#main {
    max-width: 750px;
    margin: 0 auto;
    background: none;
}
div {
    text-align: center;
}
p {
    margin: 0;
    padding: 0;
}
input {
    display: none;
}
button{
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
label {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #fff;
    border: solid #fac0b6 6px;
    color: #473714;
    font-size: 2.2em;
    font-weight: bold;
}
label:hover {
    cursor: pointer;
}
label:hover, label:active, label:focus {
    background: #fff9ec;
}
label:has(input:checked) {
    background: #fff9ec;
}
.btnArea {
	position: relative;
}
.btn {
	position: absolute;
}
.btn.btn-smoothie {
	top: 20px;
	left: 40px;
}
.btn.btn-coffee {
	top: 20px;
	right: 40px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }
    #main {
        width: 100%;
        margin: 0 auto;
    }
	.btn.btn-smoothie {
    top: 10px;
    left: 20px;
    width: 84%;
	}
	.btn.btn-coffee {
    top: 10px;
    right: 20px;
    width: 84%;
}
}