@charset "utf-8";

/*予約*/

.reserve{
    width: 250px;
    padding: 4px;
    background: #e2a2b1;
    z-index: 9999999999;
    position: fixed;
    left: 5%;
    bottom: 5%;
    border-radius: 4px;
    box-shadow: 2px 2px 4px gray;
    transition: all 0.6s ease 0s;
}

.reserve:hover{
    cursor: pointer;
	transform: scale(1.1, 1.1);
}

.reserve p{
    color: #fff;
    font-size: 20px;
    text-align: center;
}


@media screen and (max-width:640px) {
.reserve{
    width: 180px;
    padding: 4px;
    background: #e2a2b1;
    z-index: 9999999999;
    position: fixed;
    left: 5%;
    bottom: 3%;
    border-radius: 4px;
    box-shadow: 2px 2px 4px gray;
    transition: all 0.6s ease 0s;
}

.reserve:hover{
    cursor: pointer;
	transform: scale(1.1, 1.1);
}

.reserve p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}

}








/* MV */

#mv{
	width: 100%;
	height: 768px;
	margin: 0;
    background-image:url("../img/f_mv.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.Main_visual{
    position: relative;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #111111;
    text-align: center;
}

.Main_visual h1{
    display: block;
    font-size: 5vw;
    font-weight: normal;
    line-height: 7rem;
    padding: 0 40px;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
}

.Main_visual h3{
    font-size: 4vw;
    letter-spacing: 0.4em;
    margin: 0 0 30px 0;
	color: #fff;
	font-family: 'Parisienne', cursive;
	text-shadow: 1px 1px 2px #000000;
}

.Main_visual p{
    font-size: 2vw;
    letter-spacing: 0.4em;
    margin: 0 0 30px 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
}




@media screen and (max-width:640px) {

	#mv{
		max-width: 100%;
		height: 320px;
		margin: 0;
		background-image:url("../img/f_mv_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.Main_visual{
		position: relative;
		display: block;
		width:90%;
		margin-left: auto;
		margin-right: auto;
		padding-left: auto;
		padding-right: auto;
		z-index: 2;
		color: #111111;
		text-align: center;
	}
	
	.Main_visual h1{
		display: block;
		font-size: 24px;
		font-weight: demibold;
		line-height: 6rem;
		letter-spacing: 0;
		margin-bottom: 20px;
		font-family: 'Noto Serif JP', serif;
	}
	
	.Main_visual h3{
		font-size: 20px;
		letter-spacing: 0.4em;
	}

	.Main_visual p{
		font-size: 14px;
		letter-spacing: 0.4em;
	}

	.header-area h1{
    font-size:4rem;
	}

	.header-area p{
    font-size:0.8rem;
    whitewhite-space:no
	}

}



