@charset "utf-8";
/* CSS Document */


/* ドロワーメニュー
------------------------------------------------- */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  text-align:center;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  transition: all .5s;
  /* display: flex;
  padding: 0 50px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center; */
}


.fix-header{
	top: -100px;/* 上に隠す高さ */
	margin: 0 auto;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;
}

/*
ハンバーガーメニュー
------------------------------------------------------------------------------------*/

/* @media only screen and (max-width: 945px) {  */
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 20px;
  z-index: 1001;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
  transform: translateX(300px);
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d3d3d3;
}
.menu-trigger.active span {
  background-color: #d3d3d3;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.menu-trigger p{
	position:absolute;
	bottom:-20px;
	color:#d3d3d3;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
}




/* }
 */


/*
スマホナビ
------------------------------------------------------------------------------------*/
nav {
  width: 300px;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translate(-300px);
  transition: all .5s;
	text-align: left;
	font-size: 13px;
	background: #252525;
}
nav.open {
  transform: translateZ(0);
}

nav ul {
	height: 100%;
	display: block;
	overflow: auto;
	margin:auto;
	color:#fff;
}
/*
nav p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	padding-top: 20px;
  text-indent:15px;
}
*/
nav li {
  color: #fff;
  text-indent:15px;
}

nav li a{
	color: #fff;
	display:block;
	/*padding:20px 0;*/
	padding:10px 0;
	letter-spacing:0.15em;
}

nav li a:hover{
	background:rgba(255, 255, 255, .3);
	color:#fff;
}

nav li:last-child{
	margin-bottom:80px;
}

nav li dl{
	text-align:left;
}

nav li dt{
	display:inline-block;
	margin-right:8px;
	font-size:35px;
}

nav li.navi_border{
	border-top:1px solid #666;
	display:block;
	padding:0px 0 0 0;
	width:90%;
	margin:15px 5% 0;
}

nav li.reserve_btn a{
	background-color:#363636;
	display:block;
	padding:20px 0 ;
	margin:20px auto 0 auto;
	width:90%;
	text-align:center;
	text-align: -webkit-center;
	text-indent:-5px;
}



/*
PCナビ
------------------------------------------------------------------------------------*/
header {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height:60px;
	transition: .3s;
	background:rgba(0, 0, 0, 0.1);
}

header a{
	color:#fff;
}

header a:hover{
	color:#fff;
}

#header ol{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:20px;
}

#header ol li{
	display:inline-block;
	margin-left:12px;
	vertical-align:middle;
	color:#fff;
	font-size:30px;
	font-weight:normal;
}

/* #header ol li img{
	max-width:25px;
}
 */


@media only screen and (max-width:945px) { 
 
}




/*
インスタモーダル
------------------------------------------------------------------------------------*/
/* *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
} */


.insta_icon{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:20px;
	vertical-align:middle;
	color:#fff;
	font-size:30px;
	font-weight:normal;
}
.insta_modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.insta_modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.insta_modal__content{
	/* background: #fff; */
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	/* width: 60%; */
	text-align:center;
	color:#fff;
}

.insta_modal__content p{
	font-size:50px;
	letter-spacing:3px;
	margin-bottom:10px;
}



.insta_modal__content ul{
	margin-top:10%;
	margin-bottom:10%;
	line-height:1;
}

.insta_modal__content li{
	margin:14px 0 ;
	list-style:none;
	font-size:18px;
    width: 39%;
    /* margin: 12% 0px; */
    list-style: none;
    display: inline-block;
    /*border: 1px solid;*/
    padding: 10px 0px;
}


.insta_modal__content a{
	color:#fff;
}


.js-modal-close{
	border:1px solid #fff;
	padding:5px 20px;
}

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

.insta_modal__content {
    width: 90%;
    font-size: 14px;
    padding: 0px;
} 
 

.insta_modal__content p {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.insta_modal__content ul {
	margin-top:15px;
	margin-bottom: 5%;

}


.insta_modal__content li {
    width: 39%;
    /* margin: 12% 0px; */
    margin: 3% 5px;
    list-style: none;
    font-size: 12px;
    display: inline-block;
    border: 1px solid;
    padding: 10px 0px;
}


.js-modal-close{
	border:none;
	border-bottom:1px solid #fff;
	padding:5px 20px;
}


}


