article.lp_openhouse h2{
    margin: 30px 10px 20px;
    background: #ab1145;
    color: #fff;
    font-size:16px;
    padding: 10px;
}
article.lp_openhouse h3{
    margin: 10px 20px 10px 15px;
    border-left: 6px solid #ab1145;
    padding-left: 10px;
}
article.lp_openhouse p{
    margin: 10px;
}
article.lp_openhouse ul{
    margin:10px 20px 10px 30px;
}
article.lp_openhouse ul li{
    list-style: disc;
    font-size:16px;
}
article.lp_openhouse .gl_wrap,
article.lp_openhouse .fl_wrap{
    margin: 10px 20px;
    width:calc(100% - 40px);
}
article.lp_openhouse .gl_wrap img,
article.lp_openhouse .fl_wrap img{
    margin: 10px 0px;
}
article.lp_openhouse p.price{
    border: 2px solid #ab1145;
    padding: 5px 10px;
    margin: 10px 30px;
    text-align: center;
    font-size: 4vw;
    font-weight:bold;
    background: #ffe8f0;
}
article.lp_openhouse .access_map{
    width: 90vw;
    margin: 0 5vw;
    height: 45vw;
}
article.lp_openhouse .reserve p.date{
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
}
article.lp_openhouse .reserve .date .title{
    display: flex;
    background: #333;
    color: #fff;
    padding: 0 10px;
    justify-content:center;
    align-items: center;
    height: 50px;
}
article.lp_openhouse .reserve .tel span{
    display: block;
    font-size: 18px;
    font-weight: bold;
}
article.lp_openhouse .reserve table{
    width: 90vw;
    margin: 10px 5vw 30px;
}
article.lp_openhouse .reserve table tr td input{
    width: 100%;
}
article.lp_openhouse .reserve input[type="submit"]{
    display: block;
    width: 30vw;
    margin: 0 auto;
}
article.lp_openhouse .reserve p.notice{
    text-align:center;
}

@media screen and (min-width: 768px) {

article.lp_openhouse p.price{
    font-size: 24px;
}
article.lp_openhouse .access_map {
    width: 90%;
    margin: 0 5%;
    height: 400px;
}
article.lp_openhouse .reserve table {
    width: 90%;
    margin: 10px 5% 30px;
}
article.lp_openhouse .reserve input[type="submit"] {
    width: 400px;
}
article.lp_openhouse .reserve .date{
    font-size:24px!important;
}
article.lp_openhouse .reserve .date .title{
    width:200px;
}
article.lp_openhouse .reserve .date br{
    display:none;
}

}