@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    display: flex;
    justify-content: center;
	color: #535659;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
	line-height: 1.7;
	font-feature-settings: "palt";
	letter-spacing: 0.09em;
	-webkit-font-smoothing: antialiaced;
	-moz-osx-font-smoothing: grayscale;
    background: #fafafa;
}
img{
	max-width: 100%;
	height: auto;
}
html.fixed{
    overflow: hidden;
}
a{
    transition: all 0.3s ease-in-out;
}
a:hover{
    filter: brightness(115%);
}
.pc-logo,
.pc-code{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: calc((100vw - 500px) / 2 );
    height: 100vh;
}
.pc-code{
    left: auto;
    right: 0;
}
.pc-logo img{
    display: block;
    margin: auto;
    width: 250px;
}
.pc-code img{
    display: block;
    margin: auto;
    width: 170px;
}
.pc-code p{
    margin-top: 2rem;
    font-size: 1.3rem;
    font-family: san-serif;
    text-align: center;
}
/* menu */
.menu{
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
    position: fixed;
    align-items: baseline;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background: #fff;
}
.menu-tel,
.menu-line,
.menu-reserve{
    transition: 0.2s all ease-in-out;
}

.container {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.lpimg{
    position: relative;
    margin: auto;
    max-width: 500px;
    width: 100%;
    background: #fff;
}
.lpimg img{
    display: block;
}
.nav{
    position: fixed;
    top: -5000px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    padding: 0 0 8rem;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease-in-out;
    overflow: scroll;
    background: #FFF8D1;
}
.nav.open{
    top: 0;
}
.nav ul{
    width: 90%;
    margin: auto;
}
.nav-logo{
    margin-bottom: 0;
}
.nav-title{
    width: 90%;
    margin: 0 auto 0.8rem;
}

.contact{
    padding: 6rem 1rem 7rem;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background: #F4E7E7;
}
.contact h1{
    margin-bottom: 4rem;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}
.contact p{
    margin-bottom: 0.4rem;
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.1);
}
.header .url,
.nav .url.cv{
    display: block;
    position: absolute;
    top: 19%;
    right: 5%;
    width: 46%;
}
.header picture{
    display: block;
}
.header img{
    width: 100%;
}
.header ul{
    display: flex;
    justify-content: space-between;
    gap: 0.4rem;
}
.url.common{
    display: block;
    padding: 1rem 0 0.7rem;
    margin: 0 auto;
    width: 82%;
}
.url.common.float{
    position: absolute;
    bottom: 0.7em;
    left: 50%;
    transform: translateX(-50%);
}

.mv,
#topic01,
#topic03,
#topic06,
#topic09,
.access{
    position: relative;
}

.mv{
    padding-top: 26%;
}
.mv a{
    display: block;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.cp5000-date{
    position: absolute;
    bottom: 9.1%;
    right: 14%;
    color: #555;
    font-size: clamp(1.0rem, 3.8vw, 1.16rem);
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3em;
    white-space: nowrap;
    text-align: right;
}
.cp5000-date::before{
    content: '※';
}
.cp5000-date>.number{
    font-size: 114%;
}
.price_cp .cp5000-date{
    bottom: 18%;
    right: 12%;
}
@media (max-width: 455px){
    .cp5000-date{
        transform: scale(0.8);
        transform-origin: right bottom;
    }
}
.access-tel{
    display: block;
    position: absolute;
    top: 55.4%;
    left: 21.3%;
    width: 50%;
}
.access-tel:hover{
    opacity: 0.6;
}


.menu-item a{
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}
.menu-set a{
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

.map {
    margin: 0 auto;
    width: 100%;
    padding-top: 57%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer{
    padding-bottom: 1rem;
}

/* plan */
.plan-item{
    position: relative;
}
.btn-reserve{
    position: absolute;
    display: block;
    bottom: 3.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
}



@media(max-width: 1100px){
    .pc-logo,
    .pc-code{
        display: none;
    }
}


.try{
    position: relative;
    width: 90%;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto 26px;
}
.try-btn{
    width: 90%;
    margin: 0.9rem auto 0;
}
.try-date{
    position: absolute;
    top: 46.0%;
    left: 50%;
    transform: translate(-35%, 0);
    color: #fff;
    font-size: clamp(1.1rem, 3.6vw, 1.9rem);
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3em;
    white-space: nowrap;
}
.try-date>.number{
    font-size: 114%;
    letter-spacing: 0.38em;
}
.juvereju{
    margin-top: .9em;
}
.juvereju .try-date{
    top: 41.7%;
    left: 50%;
    transform: translate(-35%, 0);
    color: #da756d;
    font-size: clamp(1.1rem, 3.6vw, 1.9rem);
    background: linear-gradient(180deg, #f4c7c1 0%, #da756d 80%, #da756d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.juvereju .try-date>.number{
    font-size: 114%;
    letter-spacing: 0.38em;
    background: linear-gradient(180deg, #f4c7c1 0%, #da756d 80%, #da756d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(max-width: 410px){
    .try-date{
        top: 46%;
    }
    .juvereju .try-date{
        top: 41.8%;
    }    
}