@charset "UTF-8";
/* ============================== common ============================== */
.lp_bg {
    color: #181818;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    background: #F2EEE7;
    text-align: center;
}
.lp {
    max-width: 750px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 50, 0.1);
}
.fv {
    padding-bottom: 16px;
}
.lp img {
    width: 100%;
}
.content {
    padding-bottom: 64px;
}
.lp_fixed > img {
    max-width: 400px;
}
.lp_fixed {
    position: relative;
    transition: all 0.3s ease;
    padding: 0 16px;
}
.lp_fixed img.scroll-text {
    margin-bottom: 4px;
}
.lp_fixed.is-fixed {
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1000;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
    padding: 8px 16px 10px;
    width: 100%;
    max-width: 750px;
}
.lp_fixed .scroll-btn {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.line-btn {
    margin-bottom: 16px;
}
.bg-flow {
    background: #F9F7F1;
}
.map {
    padding: 8px 16px 0;
}
.map iframe {
    width: 100%;
}
.lp_footer {
    font-size: 14px;
    text-align: center;
    padding: 24px 0 170px;
}