.content {
    background: url(../img/bg02.jpg);
    background-size: cover;
    background-position: center center;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    text-align: center;
}

.content h2 {
    font-size: min(4.5vw, 36px);
    color: var(--rosepink);
    margin-bottom: 1em;
}

.content .bdimg {
    display: block;
    width: min(100%, 800px);
    margin: 0 auto 1em;
}

.content iframe {
    display: block;
    width: min(100%, 800px);
    margin: 0 auto;
    aspect-ratio: 16/9;
}

.content h3 {
    font-size: 1.4em;
    color: var(--rosepink);
    margin-bottom: 1em;
    margin-top: 4em;
}

dl.detail{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}

dl.detail dt{
    width:12em;
    padding:0.8em;
    box-sizing: border-box;
    background:#ffe2f2;
    border:1px solid #ccc;
    border-bottom: 0;
}

dl.detail dd{
    text-align: left;
    width:calc(100% - 12em);
    padding:1em;
    box-sizing: border-box;
    background:#fff;
    border:1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
}

.content small {
    font-size: 0.8em;
    display: block;
    text-align: center;
}

.reserv{
    margin-bottom: 4em;
}

.reserv span{
    color:var(--pink1);
    font-weight: 900;
}

ul.shop li {
    padding: 3em 0;
    border-top: 3px dotted var(--pink3);
}

ul.shop li img {
    display: block;
    width: min(100%, 800px);
    margin:1em auto;
}

ul.shop li p{
    font-size:1.2em;
}

ul.shop li a{
    display: block;
    width:12em;
    padding:1em 0;
    background:var(--rosepink);
    color:#fff;
    border-radius: 8px;
    margin:0 auto;
    transition: 0.2s;
}

ul.shop li span{
    display: block;
    margin-bottom: 1em;
}

ul.shop li a:hover{
    background:var(--pink3);
}

@media screen and (max-width:800px) {
    dl.detail{
        flex-direction: column;
    }
    
    dl.detail dt,dl.detail dd{
        width:100%;
        border:0;
    }
    
    dl.detail dt{
        border:1px solid #ccc;
        border-bottom: 0;
    }
    
    dl.detail dd{
        border:1px solid #ccc;
        border-bottom: 0;
        padding-bottom: 2em;
    }
}
