@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
/*
font-family: 'Libre Baskerville', serif;
font-family: 'Noto Sans JP', sans-serif;
*/

html, body {
	font-family: -apple-system, "Libre Baskerville", "Noto Sans JP", "Helvetica Neue", "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1em;
	position: relative;
	height: 100%;
	color: #646464;
	background-color: #f4d6ce;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1200px;
	}
@media screen and (max-width: 768px) {
html, body {
	min-width: 100%;
	}
	}

html, body, svg, p, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	}

a:hover{
	color: #fff;
	}

* {
	box-sizing: border-box;
	}

img{
	vertical-align: bottom;
	border: 0;
	}

ul, li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

a{
	color:  rgba(255, 255, 255, 0.95);
	text-decoration: none;
	font-weight: normal;
	}

.sp{	display: none !important;	}
@media screen and (max-width: 768px) {
.sp{	display: block !important;	}
	}

.pc{	display: block !important;	}
@media screen and (max-width: 768px) {
.pc{	display: none !important;	}
	}

.spi{	display: none;	}
@media screen and (max-width: 768px) {
.spi{	display: inline;	}
	}

.pci{	display: inline;	}
@media screen and (max-width: 768px) {
.pci{	display: none;	}
	}



/*=============================================

inview

=============================================*/

.waitBorder{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 80px solid #f4d6ce;
	}

.waitBorderSlow{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 80px solid #f4d6ce;
	}

.waitRight{
	opacity: 0;
	margin-left: 40px;
	}

.waitLeft{
	opacity: 0;
	margin-left: -40px;
	}
.waitLeftS{
	opacity: 0;
	margin-left: -50px;
	}
.waitLeftM{
	opacity: 0;
	margin-left: -60px;
	}
.waitLeftL{
	opacity: 0;
	margin-left: -70px;
	}

.waitTop{
	opacity: 0;
	top: -60px;
	}

.waitBottom{
	opacity: 0;
	top: 60px;
	}

.fadeIn{
	display: block !important;
	opacity: 1 !important;
	transition: all 1s ease-out;
	}

.fadeInBorder{
	border: 0px solid #f4d6ce;
	transition: all 1s ease-out;
	}

.fadeInRight{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateX(-40px);
	}

.fadeInLeft{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateX(40px);
	}
.fadeInLeftS{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateX(50px);
	}
.fadeInLeftM{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateX(60px);
	}
.fadeInLeftL{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateX(70px);
	}

.fadeInTop{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateY(60px);
	}

.fadeInBottom{
	opacity: 1 !important;
	transition: all 1s ease-out;
	transform: translateY(-60px);
	}


/*=============================================

nav

=============================================*/

nav{
	width: 100%;
	height: 80px;
	position: fixed;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	font-weight: 400;
	z-index: 1;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 768px) {
nav{
	height: 50px;
	}
	}

.bgpink{
	background-color: #f4d6ce !important;
	}

.page nav{
	background-color: #f4d6ce;
	}

nav .drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 0 25px;
	cursor: pointer;
	z-index: 100;
	}
@media screen and (max-width: 768px) {
nav .drawer{
	width: 50px;
	height: 50px;
	padding: 0 1em;
	}
	}

nav .navbar_toggle{
	z-index: 9999;
	}

nav .navbar_toggle_icon {
	position: relative;
	display: block;
	height: 1px;
	width: 30px;
	background: #ac864a;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	}
nav .navbar_toggle_icon:nth-child(1) {
	top: 0;
	}
nav .navbar_toggle_icon:nth-child(2) {
	margin: 2px 0;
	background: transparent;
	}
nav .navbar_toggle_icon:nth-child(3) {
	top: 0;
	}
@media screen and (max-width: 768px) {
nav .navbar_toggle_icon {
	width: 25px;
	}
nav .navbar_toggle_icon:nth-child(2) {
	margin: 2px 0;
	}
	}

nav .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	}
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	}
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	}
@media screen and (max-width: 768px) {
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	}
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	}
	}

.top nav h1.muriel{
	display: none;
	}

nav h1.muriel{
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 26px;
	}
@media screen and (max-width: 768px) {
nav h1.muriel{
	top: 16px;
	margin-left: -60px;
	width: 120px;
	height: 18px;
	background-position: center center;
	}
	}

.top nav h1.muriel a{
	pointer-events: none;
	}

nav h1.muriel a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/logo-holizon.svg);
	background-size: contain;
	}
nav h1.muriel a.open{
	pointer-events: none;
	}

nav p.reserve{
	position: fixed;
	top: 0;
	right: 0;
	width: 8em;
	height: 80px;
	text-align: center;
	}
@media screen and (max-width: 768px) {
nav p.reserve{
	width: 6em;
	height: 50px;
	}
	}

nav p.reserve a{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #646464;
	line-height: 80px;
	font-size: 1em;
	font-family: 'Noto Sans JP';
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
nav p.reserve a.open{
	pointer-events: none;
	}
@media screen and (max-width: 768px) {
nav p.reserve a{
	line-height: 50px;
	font-size: .9em;
	}
	}

nav p.reserve a:hover {
	background-color: rgba(255, 255, 255, 0.3);
	}


/*================

menu

=================*/

.menu{
	display: none;
	opacity: 0;
	-webkit-transform: translateY(-100vh);
	transform: translateY(-100vh);
	-webkit-transition:ease 1s;
	transition:ease 1s;
	z-index: 9998;
	background-color: rgba(172, 134, 74, .95);
	}

.menu.open {
	opacity: 1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
	}

.menublock {
	display: block;
	}

.menu ul{
	padding: 8em 0 8em 22%;
	}
@media screen and (max-width: 768px) {
.menu ul{
	padding: 7em 0 5em 12%;
	}
	}

.menu ul li{
	margin: 2.5em 0;
	}
@media screen and (max-width: 768px) {
.menu ul li{
	margin: 1.7em 0;
	}
	}

.top .menu ul li:nth-child(1){
	display: none;
	}

.menu ul li:nth-child(n+6){
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: 4em;
	width: 1.5em;
	height: 1.5em;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/insta-white.svg);
	background-size: contain;
	}
@media screen and (max-width: 768px) {
.menu ul li:nth-child(n+6){
	margin-top: 6em;
	}
	}

.menu ul li a{
	font-weight: normal;
	font-size: 1.65em;
	line-height: 1em;
	letter-spacing: .08em;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	}
.menu ul li:nth-child(1) a:before,
.menu ul li:nth-child(2) a:before,
.menu ul li:nth-child(3) a:before,
.menu ul li:nth-child(4) a:before,
.menu ul li:nth-child(5) a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.75);
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
	}
.menu ul li a:hover:before {
	transform: scale(1);
	}
@media screen and (max-width: 768px) {
.menu ul li a{
	font-size: 1.3em;
	}
	}

.menu ul li:nth-child(6) a{
	display: block;
	width: 100%;
	height: 100%;
	}


/*=============================================

wrapper

==============================================*/

#wrapper{
	}
@media screen and (max-width: 768px) {
#wrapper{
	}
	}

#wrapper.open{
	pointer-events: none;
	}

/*=============================================

instagram

=============================================*/

#instagram{
	width: 80%;
	height: auto;
	margin: 14em auto 0;
	position: relative;
	}
@media screen and (max-width: 768px) {
#instagram{
	width: 100%;
	margin: 6em auto 0;
	}
	}

#instagram ul{
	width: 100%;
	height: auto;
	}
#instagram ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#instagram ul li{
	float: left;
	width: 25%;
	height: auto;
	padding: 1px;
	}
@media screen and (max-width: 768px) {
#instagram ul li{
	width: 33.33333333%;
	padding: 0;
	}
#instagram ul li:nth-child(n+7){
	display: none;
	}
	}

#instagram ul li .pack{
	position: relative;
	width: 100%;
	}

#instagram ul li .pack:before{
	content:"";
	display: block;
	padding-top: 100%;
	}

#instagram ul li .pack p{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	}

#instagram ul li .pack p a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}

#instagram ul li .pack p a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	}

#instagram ul li .pack p a:hover img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 105%;
	height: 105%;
	object-fit: cover;
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
	}

#instagram.open{
	pointer-events: none;
	}


#instagram ul li .pack{
	opacity: 0;
	}

.fadeInInst1{
	opacity: 1 !important;
	transition: all 2s ease-out;
	}
.fadeInInst2{
	opacity: 1 !important;
	transition: all 2s ease-out .1s;
	}
.fadeInInst3{
	opacity: 1 !important;
	transition: all 2s ease-out .2s;
	}
.fadeInInst4{
	opacity: 1 !important;
	transition: all 2s ease-out .3s;
	}
.fadeInInst5{
	opacity: 1 !important;
	transition: all 2s ease-out .4s;
	}
.fadeInInst6{
	opacity: 1 !important;
	transition: all 2s ease-out .5s;
	}
.fadeInInst7{
	opacity: 1 !important;
	transition: all 2s ease-out .6s;
	}
.fadeInInst8{
	opacity: 1 !important;
	transition: all 2s ease-out .7s;
	}

/*================================

footer

================================*/

footer{
	width: 100%;
	position: relative;
	padding: 13em 2em 2em;
	}
@media screen and (max-width: 768px) {
footer{
	padding: 9em 1em 1em;
	}
	}

footer h2{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 160px;
	height: 27px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/logo-holizon.svg);
	background-size: contain;
	}
@media screen and (max-width: 768px) {
footer h2{
	width: 150px;
	height: 21px;
	}
	}

footer h2 a{
	display: block;
	width: 100%;
	height: 100%;
	}

footer ul{
	margin-top: 2.5em;
	}
@media screen and (max-width: 768px) {
footer ul{
	margin-top: 2em;
	}
	}

footer ul li{
	margin: .9em 0;
	}
@media screen and (max-width: 768px) {
footer ul li{
	margin: .8em 0;
	}
	}

footer ul li:nth-child(n+5){
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: 1.5em;
	width: 1.4em;
	height: 1.4em;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/insta.svg);
	background-size: contain;
	}

footer ul li a{
	display: block;
	color: #646464;
	display: inline-block;
	position: relative;
	font-weight: normal;
	font-size: .9em;
	}
@media screen and (max-width: 768px) {
footer ul li a{
	font-size: .8em;
	}
	}

footer ul li:nth-child(5) a{
	display: block;
	width: 100%;
	height: 100%;
	}

footer ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: rgba(100, 100, 100, 0.75);
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
	}
footer ul li a:hover:before {
	transform: scale(1);
	}

footer ul li a:hover{
	color: #646464;
	}

footer p{
	margin-top: 3em;
	font-weight: normal;
	font-size: .7em;
	}
@media screen and (max-width: 768px) {
footer p{
	transform-origin: left center;
	transform: scale(.8);
	}
	}

footer.open{
	pointer-events: none;
	}