body {
    font-family: "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    justify-content: center;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 1.9;
    font-feature-settings: "palt";
    letter-spacing: 0.09em;
    -webkit-font-smoothing: antialiaced;
    -moz-osx-font-smoothing: grayscale;
    background: #fafafa;
    margin: 0;
    background: #f5dde2ff;
    background-image: url(img/bk.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}





ul {list-style: none;}
img {
    max-width: 100%;
    height: auto;
}

h1 {margin: 0;}
h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 auto 0.8em;
}
p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 0 auto 1em;
}




.bk-p {
    background: #fff2f2;
    padding: 0 0 1em;
}

.bk-w {
    background: #fff;
    padding: 0 0 1em;
}




.lp-main {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.pc-logo,
.pc-reserve {
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: calc((100vw - 750px) / 2);
    height: 100vh;
    padding: 0 1em;
}
.pc-logo img {
    display: block;
    margin: auto;
    max-width: 280px;
}



.pc-reserve a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 240px;
    padding: 0.8em 1em;
    margin: 0 auto;
    transition: 0.3s;
    background-color: [object object];
    background-image: linear-gradient(150deg, rgba(234, 94, 141, 1), rgba(242, 180, 113, 1));
}

.pc-reserve a:hover {
    opacity: .7;
}









.container {
    width: 100%;
    max-width: 460px;
    position: relative;
    text-align: center;
    padding-bottom: 8em;
    background: #f3d2dd;
}




.menu {
    display: inline-block;
    align-items: baseline;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999999;
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
    height: auto;
    padding: 0;
}

.menu .reserve {
    padding: 1em 0 0.5em;
}

.menu .reserve a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 60px;
    width: 100%;
    max-width: 360px;
    padding: 1em 1em;
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 auto;
    transition: 0.3s;
    background-color: [object object];
    background-image: linear-gradient(150deg, rgba(234, 94, 141, 1), rgba(242, 180, 113, 1));
}










.reserve {
    padding: 1em 0 0.5em;
}

.reserve a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 60px;
    width: 100%;
    max-width: 360px;
    padding: 1em 1em;
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 auto;
    box-sizing: border-box;
    transition: 0.3s;
    background-color: [object object];
    background-image: linear-gradient(150deg, rgba(234, 94, 141, 1), rgba(242, 180, 113, 1));
}

.reserve a:hover {
    opacity: .7;
}

.memo {
    padding: 0 1.5em;
    box-sizing: border-box;
    margin: 0 auto 1em;
}
.memo p {
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.8;
    margin: 0 auto;
}


.lpimg {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 460px;
}
.lpimg img {display: block;}


.txt {
    padding: 0 1.5em;
}

.txt p {
    text-align: left;
}

.txt p strong {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.greeting {
    padding: 3em 3em;
}
.greeting img {
    width: 70%;
    margin: 0 auto;
}
.greeting h3 span {
    font-size: 0.875rem;
}

.greeting p {
    text-align: left;
}

















.hacomoco {
    background: #fff;
}
.hacomoco p {
    padding: 2em 1.5em 0;
}


.map {padding: 2em 1.5em 0;}
.map .logo img {
    width: 80%;
}
.map h2 {
    line-height: 1.1;
}
.map h2 span {
    font-size: 1rem;
}



.map iframe {
    padding-top: 2em;
    width: 100%;
    height: 430px;
}

















.lpmovie{
        position: relative;
    margin: auto;
    max-width: 620px;
    width: 100%;
background: #a39b89;
    padding-bottom: 2em;
}
.no2{
    padding-top: 5em;
    margin-top: -70px;
}
video{
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
}
.z-in{
    position: relative;
    z-index: 100;
}

.animate73,
.a-option73,
.a-btnsub73 {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
a.a-btn {
    position:relative;
    display:inline-block;
    margin:auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a.a-btn img {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img.a-main {
    width:100%;position:relative;
    z-index: 54;
}
@-moz-keyframes animate73 {
    0%{ -moz-transform:scale(0.92);}
    40%{ -moz-transform:scale(0.97);}
    60%{ -moz-transform:scale(0.86);}
    80%{ -moz-transform:scale(1);}
    100%{ -moz-transform:scale(0.92);}
}
@-o-keyframes animate73 {
    0%{ -o-transform:scale(0.92);}
    40%{ -o-transform:scale(0.97);}
    60%{ -o-transform:scale(0.86);}
    80%{ -o-transform:scale(1);}
    100%{ -o-transform:scale(0.92);}
}
@-webkit-keyframes animate73 {
    0%{ -webkit-transform:scale(0.92);}
    40%{ -webkit-transform:scale(0.97);}
    60%{ -webkit-transform:scale(0.86);}
    80%{ -webkit-transform:scale(1);}
    100%{ -webkit-transform:scale(0.92);}
}
@keyframes animate73 {
    0%{ transform:scale(0.92);}
    40%{ transform:scale(0.97);}
    60%{ transform:scale(0.86);}
    80%{ transform:scale(1);}
    100%{ transform:scale(0.92);}
}
.animate73{
    -webkit-animation-name: animate73;
    -moz-animation-name: animate73;
    -o-animation-name: animate73;
    animation-name: animate73;
}

.a-btn73{padding-left:0%!important;}
.a-option73{top:0%!important;}
.a-option73{width:20%!important;}
.a-btn73{max-width:100%!important;}
.animate73,.a-btnsub73,.a-option73{
    animation-duration:1s!important;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    -moz-animation-duration:1s!important;
}


.linkbtn{
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 9999;
}

.bk-0{
    background: none;
}



/*-------------------------------------- sp --------------------------------------*/
@media all and (max-width: 540px) {
    body {
        display: block;
    }
    .pc-logo,
    .pc-reserve {display: none;}
    .container {padding-bottom: 3em;}
    .menu {height: 110px;}
    
}











