﻿@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------

wrapper

------------------------------------------------- */
.header .wrapper {
	position: relative;
	width: 85%;
	max-width: 1000px;
	margin: 0 auto;
}


/* -------------------------------------------------

固定アンカーnavi

------------------------------------------------- */
#globalNavi ul {
    display: flex!important;
    background: #E5E5E5!important;
    border-radius: 4px!important;
    flex-flow: row!important;
    justify-content: space-around!important;
    list-style-type: none!important;
    margin: 0 auto!important;
    padding: 6px 0!important;
    width: 90%!important;
}
 

#globalNavi a {
    display: block!important;
    color:#1F1F1F;
    padding: 8px 24px;
    text-decoration: none;
	font-size: 12px;
}

 
#globalNavi ul li a:hover {
	background: #8D26B4;
	border-radius: 4px;
	color: #FFFFFF;

}
 
/* 固定 */
.fixed {
    position: fixed!important;
    bottom: 0!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 9999!important;
}

/* 背景ライン */
.bgline {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.bgline .wrapper {
	position: relative;
	width: calc(85% + 2px);
	max-width: 1172px;
	height: 100%;
	border-right: 1px dotted #CBDAEA;
}
.bgline .wrapper::before,
		.bgline .wrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	border-left: 1px dotted #CBDAEA;
}
.bgline .wrapper::before {
	left: 0;
}
.bgline .wrapper::after	{
	right: 0;
}
@media print, screen and (min-width: 768px) {
	.bgline .wrapper::before, .bgline .wrapper::after {
		border-right: 1px dotted #CCDBEB;
	}
	.bgline .wrapper::after {
		right: 25%;
	}
}
@media print, screen and (max-width: 768px) {
#globalNavi a {
    display: block!important;
    color:#1F1F1F;
    padding: 8px 5px;
    text-decoration: none;
	font-size: 10px;
}	
}

/* -------------------------------------------------

slidemenu

------------------------------------------------- */


.hero {
	position: relative;
	height: 344px;
	border-top: 44px solid #fff;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 44px;
}
.header__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:none;
	opacity: 0
}
.header__bg::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 72, 152, .025)),to(rgba(0, 72, 152, 0)));
	background: linear-gradient(to bottom, rgba(0, 72, 152, .025) 0%,rgba(0, 72, 152, 0) 100%);
	pointer-events: none;
}
.headerTitle {
	position: absolute;
	top: 13px;
	left: 60px;
	margin: 0;
	font-size: 10px;
	letter-spacing: 0.05em
}
.headerTitle a {
	color: inherit;
	text-decoration: underline;
}
.headerLogo {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 130px
}
.headerLogo img {
	vertical-align: top;
}
@media print, screen and (min-width: 768px) {
	.hero {
		height: 800px;
		border-top: none;
	}
	.header {
		height: 88px;
	}
	.headerTitle {
		top: 32px;
		left: 120px;
		font-size: 16px;
	}
	.headerLogo {
		top: 34px;
		right: 50px;
		width: 198px;
	}
}

.navBlock {
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	color: #fff;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease
}
.navBlock__bg{
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	width: 0%;
	height: 100vh;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	overflow: hidden;
}
.navBlock__bg:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/nav_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.navBlock .wrapper {
	max-width: 770px;
	padding-top: 0px;
	padding-left: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	top: 51%;
	transform: translate(0%, -50%);
}
.navBlock .headerTitle {
	position: static;
	margin-bottom: 15px;
	font-size: 14px;
}
.navBlock__list {
	font-family: "dnp-shuei-mincho-pr6n","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.4
}
.navBlock__list a {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
}
.navBlock__list .navBlock__contact {
	margin: 2em 0 3em;
}
.navBlock__list .navBlock__contact img {
	position: absolute;
	top: 10px;
	left: -40px;
	width: 24px;
	height: 24px;
}

.nav-open .navBlock {
	visibility: visible;
	opacity: 1;
}

.nav-open .navBlock__bg {
	right: auto;
	left: 0;
	width: 100%;
}
.nav-open .navBlock__bg:before{
	right: auto;
	left: 0;
}

.nav-open .navBlock .wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.6s ease 0.4s;
	transition: 0.6s ease 0.4s;
}
.navArrow {
	display: block;
	width: 61px;
	height: 5px;
	position: absolute;
	left: -70px;
	top: 18px;
	overflow: hidden
}
.navArrow::before {
	content: "";
	display: none;
	position: absolute;
	right: auto;
	left: 0;
	width: 0;
	height: 5px;
	background: url(../images/nav_arrow.svg) top right no-repeat/61px 5px;
	-webkit-animation: arrow-x-mask 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite,
							arrow-x-position 1.6s steps(1, start) 0s infinite;
					animation: arrow-x-mask 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite,
							arrow-x-position 1.6s steps(1, start) 0s infinite;
}
.navBlock__list a:hover .navArrow::before {
	display: block;
}
.headerCopyright {
	position: relative;
	font-size: 13px;
	text-align: center;
	line-height: 2;
}
.navcopyright{
	display: block;
	position: relative;
	font-size: 13px;
}
@media print, screen and (min-width: 768px) {
	.navBlock {
		/* height: 800px */
		height: 100vh;
	}
	.navBlock .wrapper {
		padding-top: 0px;
		padding-left: 0px;
		top: 50%;
		transform: translate(0%, -50%);
	}
	.navBlock .headerTitle {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.navBlock__list {
		font-size: 36px;
		line-height: 1.83;
	}
	.navBlock .navBlock__contact img {
		position: absolute;
		top: 10px;
		left: -80px;
		width: 48px;
		height: 48px;
	}
	.navArrow {
		width: 102px;
		height: 10px;
		left: -120px;
		top: 25px
	}
	.navArrow::before {
		height: 10px;
		background-size: 102px 10px;
	}
}

#navToggle {
	display: block;
	position: fixed;
	top: 0;
	left: 10px;
	z-index: 1;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	background: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	cursor: pointer;
	outline: none;
}
.toggleIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	width: 32px;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
	-webkit-transition: .2s;
	transition: .2s
}
.toggleIcon::before, .toggleIcon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.toggleIcon::before {
	margin-top: -9px;
}
.toggleIcon::after {
	margin-top: 7px;
}
.nav-open .toggleIcon {
	background: transparent;
}
.nav-open .toggleIcon::before,
		.nav-open .toggleIcon::after {
	margin-top: -2px;
	background: #fff;
}
.nav-open .toggleIcon::before {
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.nav-open .toggleIcon::after {
	-webkit-transform: rotate(-135deg);
					transform: rotate(-135deg);
}
@media print, screen and (min-width: 768px) {
	#navToggle {
		top: 14px;
		left: 46px;
		width: 60px;
		height: 60px;
	}
	.toggleIcon {
		left: 5px;
		width: 50px;
		height: 4px;
		margin-top: -2px
	}
	.toggleIcon::before {
		margin-top: -16px;
	}
	.toggleIcon::after {
		margin-top: 12px;
	}
}



/* -------------------------------------------------

common

------------------------------------------------- */

/* ------------------------
mapbtn
-------------------------*/
.mapbtn,
.hanabibtn,
.ticketbtn{margin: 30px auto 0; display: block; padding-bottom: 50px;}
.mapbtn a,
.hanabibtn a,
.ticketbtn a{
	font-size: 15px;
	font-weight: 600;
	font-family: "Noto Sans Japanese";
	line-height: 100%;
	background-color: #fff;
	color:#222;
	text-shadow: none;
	border-radius: 10px;
	
}
.mapbtn a:before{
	content: "\f073";
	font-family: FontAwesome;
	padding-right: 7px;
}
.hanabibtn a:before,
.ticketbtn a:before
{
	content: "\f061";
	font-family: FontAwesome;
	padding-right: 7px;
}
.mapbtn a:hover,
.hanabibtn a:hover,
.ticketbtn a:hover{
	opacity: 0.7;
}
/* PC */
@media print, screen and (min-width:769px) {
.mapbtn a{
	padding:10px 70px;
}
.hanabibtn a{
	padding:10px 70px;
}
.ticketbtn a{
	padding:10px 30px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.mapbtn{
	margin-top: 20px;
}
.hanabibtn{
	margin-top: 20px;
}	
.mapbtn a{
	padding:7px 50px;
}
.hanabibtn a{
	padding:7px 10px;
	font-size: 1.0em;
	
}
.ticketbtn a{
	padding:7px 10px;
	font-size: 1.0em;
	
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
}

/* -------------------------------------------------

header

------------------------------------------------- */
header{
	text-align: center;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	padding:0px 0;
	background: url(../images/bg_shadow_bottom.png) repeat-x center bottom #001022;
}
header h1{
	margin-bottom: 15px;
}
header h2{margin-bottom: 10px; font-size: 1.7em;}
header h1 img{ width: 100%;}
header p {font-size: 1.1em; width: 96%; max-width: 1000px; margin:  0 auto; padding: 2%;}
header p a:hover{
	opacity: 0.7;
}
header dl{
	margin-top: 30px;
}
header dl dt{
	text-shadow: 0 0 10px #3e9cff;
}
header dl dt strong{
	font-weight: normal;
}
header dl dd{
	letter-spacing: 1px;
	text-shadow: 0 0 10px #3e9cff;
}

/* PC */
@media print, screen and (min-width:769px) {
header h1 img{
	margin: 0 auto 15px;
}
header dl dt{
	font-size: 2.3em;
}
header dl dt strong{
	font-size: 1.7em;
}
header dl dd{
	font-size: 1.35em;
}

}
/* Tablet */
@media screen and (max-width:768px) {
header h1{
	width: 100%;
	margin: 0 auto 15px;
}
header p.fade02 a{
	width: 50%;
	display: inline-block;
}
header dl dt{
	font-size: 1.1em;
}
header dl dt strong{
	font-size: 1.3em;
}
header dl dd{
	font-size: 1em;
}

}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
header{
	padding:20px 0 30px;
}
header h1 span{
	font-size: 0.6em;
	text-shadow: 0 0 10px #3e9cff;
	margin: 0 0 0 40px;
}
header dl{
	margin: 0 20px;
}
}

/* -------------------------------------------------

01 club D_main

------------------------------------------------- */
.clubD_main{
	background-image: url(../images/bg_shadow_bottom.png), url(../images/nocturnal_bg.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom, center top;
	background-size: auto auto, cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	text-shadow: 0 0 10px #ffbd99;
}
.clubD_main h2{
	margin: 50px auto 20px;
	font-size: 2.0em;
	max-width: 1000px;
	width: 100%;
}

.clubD_main span{
	display: block;
}
.clubD_main table{
	margin: 20px auto;
	width: 100%;
	max-width: 980px;
}
.clubD_main table th,
.clubD_main table td{padding: 10px; font-size: 0.9em;}
.clubD_main .menuboxC{
	display: flex;
}
.clubD_main p{
	line-height: 100%;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
}
.clubD_main dl dd{
	margin: 10px 0 0;
}
/* PC */
@media print, screen and (min-width:769px) {
.clubD_main{
	padding: 50px 0 70px;
}
.clubD_main span{
	letter-spacing: 5px;
	font-size: 1.2em;
	line-height: 3em;
}
.clubD_main p{
	font-size:2.2em;
}
.clubD_main dl dt{
	font-size: 2.3em;
}
.clubD_main dl dd{
	letter-spacing: 1px;
	font-size: 1.2em;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
	.clubD_main h2 img{width: 100%;}	
}
/* Tablet */
@media screen and (max-width:768px) {
.clubD_main{
	padding: 20px 20px 30px;
}
.clubD_main span{
	font-size: 0.9em;
}
.clubD_main p{
	font-size:1.3em;
	line-height: 1.5;
}
.clubD_main dl dt{
	font-size: 1.2em;
}
.clubD_main dl dd{
	font-size: 1em;
}
	
}

/* -------------------------------------------------

01  チケット_main

------------------------------------------------- */
.ticket_main{
	background-image: url(../images/star01.png), url(../images/inochi_bg.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;
	background-size: auto auto, cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	text-shadow: 0 0 10px #ffbd99;
}

.ticket_main h2{
	margin-bottom: 15px;
}
.ticket_main h3{
	font-size: 1.2em;
}
.ticket_main h4{
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
}
.ticket_main span{
	display: block;
}
.ticket_main table{
	margin: 20px auto;
	width: 100%;
	max-width: 980px;
}
.ticket_main table th,
.ticket_main table td{padding: 10px; font-size: 0.9em;}

.ticket_main p{
	line-height: 100%;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
}
.ticket_main dl dd{
	margin: 10px 0 0;
}
/* PC */
@media print, screen and (min-width:769px) {
.ticket_main{
	padding: 50px 0 70px;
}
.ticket_main span{
	font-size: 0.9em;
	line-height: 2em;
}
.ticket_main p{
	font-size:1.0em;
	line-height: 1.4em;
}
.ticket_main .menuboxC{
	display: flex;
}	
}
/* Tablet */
@media screen and (max-width:768px) {
.ticket_main{
	padding: 20px 20px 30px;
}
.ticket_main span{
	font-size: 0.9em;
}
.ticket_main p{
	font-size:0.9em;
	line-height: 1.4;
}
.ticket_main dl dt{
	font-size: 1.2em;
}
.ticket_main dl dd{
	font-size: 1em;
}
	
.ticket_main .menuboxC{
	display:flex;
	flex-wrap: wrap;
}	
.ticket_main .menuboxC .menuitem{
		width: 50%;
	}
}

/* -------------------------------------------------

01 nocturnal_main

------------------------------------------------- */
.nocturnal_main{
	background-image: url(../images/bg_shadow_bottom.png), url(../images/nocturnal_bg.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom, center top;
	background-size: auto auto, cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	text-shadow: 0 0 10px #ffbd99;
}
.nocturnal_main h2{
	margin: 50px auto 20px;
	font-size: 2.0em;
	max-width: 1000px;
	width: 100%;
}
.nocturnal_main span{
	display: block;
}
.nocturnal_main table{
	margin: 20px auto;
	width: 100%;
	max-width: 980px;
}
.nocturnal_main table th,
.nocturnal_main table td{padding: 10px;}

.nocturnal_main p{
	line-height: 100%;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
}
.nocturnal_main dl dd{
	margin: 10px 0 0;
}
/* PC */
@media print, screen and (min-width:769px) {
.nocturnal_main{
	padding: 50px 0 70px;
}
.nocturnal_main span{
	letter-spacing: 5px;
	font-size: 1.2em;
	line-height: 3em;
}
.nocturnal_main p{
	font-size:2.2em;
}
.nocturnal_main dl dt{
	font-size: 2.3em;
}
.nocturnal_main dl dd{
	letter-spacing: 1px;
	font-size: 1.2em;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
.nocturnal_main h2 img{width: 100%;}	
}
/* Tablet */
@media screen and (max-width:768px) {
.nocturnal_main{
	padding: 20px 20px 30px;
}
	
.nocturnal_main span{
	font-size: 0.9em;
}
.nocturnal_main p{
	font-size:1.3em;
	line-height: 1.5;
}
.nocturnal_main dl dt{
	font-size: 1.2em;
}
.nocturnal_main dl dd{
	font-size: 1em;
}
	
}

/* -------------------------------------------------

02 nocturnal_zoon

------------------------------------------------- */
.nocturnal_zoon {
	height: auto;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 0 10px #ffbd99;
}
.nocturnal_zoon > div {
	margin: 0 0 2px;
}
.nocturnal_zoon > div p {
	width: 50%;
	
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: contain;
}
.nocturnal_zoon > div:nth-child(1) p{
	float: left;
	background-image: url(../images/nocturnal_zoon01.jpg);
	background-position: right top;
}
.nocturnal_zoon > div:nth-child(2) p {
	float: right;
	background-image: url(../images/nocturnal_zoon02.jpg);
	background-position: left top;
}
.nocturnal_zoon > div:nth-child(3) p {
	float: right;
	background-image: url(../images/nocturnal_zoon03.jpg);
	background-position: right top;

}
.nocturnal_zoon > div:nth-child(4) p {
	float: right;
	background-image: url(../images/nocturnal_zoon04.jpg);
	background-position: left top;
}
.nocturnal_zoon > div dl {
	width: 50%;
	box-sizing: border-box;
}
.nocturnal_zoon > div:nth-child(1) dl{
	float:right;menubox
}
.nocturnal_zoon > div:nth-child(2) dl {
	float: left;

}
.nocturnal_zoon > div:nth-child(3) dl{
	float:right;
}
.nocturnal_zoon > div:nth-child(4) dl {
	float: left;



}
.nocturnal_zoon > div dl dt{
	letter-spacing: 2px;
	background: url(../images/icon_spark.png) no-repeat -5px -3px;
}
/* PC */
@media print, screen and (min-width:769px) {
.nocturnal_zoon > div {
	width: 1200px;
	margin: 0 auto 2px;
}
.nocturnal_zoon > div dl {
	padding:0 35px;
}
.nocturnal_zoon > div:nth-child(1) p,
.nocturnal_zoon > div:nth-child(1) dl{
	height: 450px;
}
.nocturnal_zoon > div:nth-child(2) p,
.nocturnal_zoon > div:nth-child(2) dl{
	height: 450px;
}
.nocturnal_zoon > div:nth-child(3) p,
.nocturnal_zoon > div:nth-child(3) dl{
	height: 450px;
}
.nocturnal_zoon > div:nth-child(4) p,
.nocturnal_zoon > div:nth-child(4) dl{
	height: 450px;


}
.nocturnal_zoon > div dl dt{
	margin: 30px 0 0;
	padding: 0 0 15px 40px;
	font-size:1.6em;
}
.nocturnal_zoon > div dl dd{
	line-height: 200%;
	font-size:1.1em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.nocturnal_zoon > div dl {
	padding:0 20px;
}
.nocturnal_zoon > div:nth-child(1) p,
.nocturnal_zoon > div:nth-child(1) dl{
	height: 300px;
}
.nocturnal_zoon > div:nth-child(2) p,
.nocturnal_zoon > div:nth-child(2) dl{
	height: 450px;
}
.nocturnal_zoon > div:nth-child(3) p,
.nocturnal_zoon > div:nth-child(3) dl{
	height: 300px;
}
.nocturnal_zoon > div:nth-child(4) p,
.nocturnal_zoon > div:nth-child(4) dl{
	height: 450px;
}
.nocturnal_zoon > div dl dt{
	margin: 10px 0 0;
	padding: 10px 0 10px 30px;
	font-size:1.15em;
}
.nocturnal_zoon > div dl dd{
	padding: 0 15px;
}
}
/* iPhone5横 */
@media screen and (max-width:570px) and (orientation: landscape) {
.nocturnal_zoon > div dl dd{
	padding: 0 10px;
	font-size: 0.9em;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.nocturnal_zoon > div p {
	float: none;
	width: 100%;
	height: auto!important;
	background: none!important;
	padding: 0 20px;
}
.nocturnal_zoon > div dl{
	float: none;
	width: 100%;
	height: auto!important;
	margin-bottom: 20px;
}
}


/* -------------------------------------------------

03 nocturnal_lounge

------------------------------------------------- */
.nocturnal_lounge{
	background-image: url(../images/bg_shadow_top.png), url(../images/nocturnal_bg.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;
	background-size: auto auto, cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	text-shadow: 0 0 10px #ffbd99;
}
.nocturnal_lounge > h3{
	margin-bottom: 15px;
}
.nocturnal_lounge > span{
	display: block;
	margin: 0 0 5px;
}
.nocturnal_lounge p.story{
	margin-bottom: 15px;
}
.nocturnal_lounge > p{
	line-height: 100%;
	letter-spacing: 1px;
	line-height: 2em;
	font-family: 'Cormorant SC', serif;
	margin: 0 0 10px;
}
.nocturnal_lounge > dl dt{
	letter-spacing: 1px;
}
.nocturnal_lounge > dl dd{
	letter-spacing: 1px;
	margin: 10px 0 0;
}
/* drink */
.nocturnal_lounge > section{
	background-color: rgba(0,0,0,0.5);
	font-family: "Noto Sans Japanese";
	box-sizing: border-box;
}
.nocturnal_lounge > section > h4{
	text-align: center;
	margin: 0 0 20px;
}
.nocturnal_lounge > section > div{
	height: auto;
}
.nocturnal_lounge > section > div > p{
	height: auto;
	float: left;
}
.nocturnal_lounge > section > div > dl{
	float: left;
	text-align: left;
}
.nocturnal_lounge > section > div > dl dt{
	font-size: 1.2em;
	margin: 0 0 10px;
}
.nocturnal_lounge > section > div > dl dt:before{
	content: "▼";
	color:#d79522;
	padding-right: 5px;
	font-size: 0.9em;
}
.nocturnal_lounge > section > div > dl dd{
	display: list-item;
	list-style: disc;
	font-size: 0.9em;
	margin-left: 20px;
}

.youtubeArea{width: 100%; max-width: 1000px; margin: 10px auto 30px; display: flex;}
.youtubeArea div{margin: 0 1%; width: 100%;}

/* PC */
@media print, screen and (min-width:769px) {
.nocturnal_lounge{
	padding: 50px 0 40px;
}
.nocturnal_lounge > span{
	font-size: 1.2em;
	letter-spacing: 3px;
}
.nocturnal_lounge > p{
	font-size:4em;
}
.nocturnal_lounge > dl dt{
	font-size: 1.2em;
}
.nocturnal_lounge > dl dd{
	font-size: 1.2em;
}
/* drink */
.nocturnal_lounge > section{
	padding: 30px;
}
.nocturnal_lounge > section{
	width: 1000px;
	margin:30px auto 0;
}
.nocturnal_lounge > section > h4{
	font-size: 1.3em;
}
.nocturnal_lounge > section > div > p,
.nocturnal_lounge > section > div > dl{
	width: 25%;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.nocturnal_lounge{
	padding:0px;
}
.nocturnal_lounge > span{
	font-size: 0.9em;
}
.nocturnal_lounge > p{
	font-size:2em;
}
.nocturnal_lounge > p.mapbtn{
	margin-top: 20px;
	padding-bottom: 15px;
}
/* drink */
.nocturnal_lounge > section{
	padding:20px;
}
.nocturnal_lounge > section > h4{
	font-size: 1.1em;
}
.nocturnal_lounge > section > div > p{
	width: 100px;
}
.nocturnal_lounge > section > div > p:nth-of-type(2){
	clear: both;
	margin-top: 15px;
}
.nocturnal_lounge > section > div > dl{
	width: calc(100% - 120px);
	float: right;
}
.nocturnal_lounge > section > div > dl:nth-of-type(2){
	margin-top: 15px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
/* drink */
.nocturnal_lounge > section > h4{
	font-size: 1em;
}
.nocturnal_lounge > section > div > dl{
	width: calc(100% - 110px);
}
.nocturnal_lounge > section > div > dl dt{
	font-size: 1.1em;
}
.youtubeArea{width: 100%; max-width: 1000px; margin: 0 auto; display: block;}
.youtubeArea div{margin: 0 0%; width: 100%;}
	
}
/* -------------------------------------------------

inochi_bg、Amenu

------------------------------------------------- */
.inochi_bg{
	background: url(../images/inochi_bg.jpg) repeat-y center top;
	background-size: cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 0 10px #ffbd99;
	text-align: center;
}

.Amenu_bg{
	background: url(../images/menu2_bg.jpg) repeat-y center top;
	background-size: cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 0 10px #ffbd99;
	text-align: center;

}

.Bmenu_bg{
	background: url(../images/menu_bg.jpg) repeat-y center top;
	background-size: cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 0 10px #ffbd99;
	text-align: center;
}

.Cmenu_bg{
	background: url(../images/menu3_bg.jpg) repeat-y center top;
	background-size: cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 0 10px #ffbd99;
	text-align: center;
}

.hanabi_bg{
	background: url(../images/hanabi_bg.jpg) repeat-y center top;
	background-size: cover;
	font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;
	text-shadow: 0 0 10px #ffbd99;
	text-align: center;


}

/* -------------------------------------------------

04 inochi_main

------------------------------------------------- */
.inochi_main{
	text-align: center;
}
.inochi_main dl{
	margin-bottom: 20px;
}
.inochi_main dl dt{
	margin-top: 10px;
}
.inochi_main dl dd{
	letter-spacing: 1px;
	margin: 10px 0 0;
}
/* PC */
@media print, screen and (min-width:769px) {
.inochi_main{
	padding: 50px 0 40px;
}
.inochi_main dl dt{
	font-size: 1.6em;
}
.inochi_main dl dd{
	font-size: 1.3em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.inochi_main{
	padding:20px 20px 30px;
}
.inochi_main dl dt{
	font-size: 1.3em;
}
	
}

/* -------------------------------------------------

05 inochi_mizu

------------------------------------------------- */
.inochi_mizu{
	background-color: rgba(0,0,0,0.2);
	padding-top: 10px;
	width: 100%;
	margin: 0 auto;
}
.inochi_mizu:nth-child(1){
	background-color: rgba(0,0,0,0.6);
	padding-top: 10px;
	padding-bottom: 30px;
}
.inochi_mizu section{
	height: auto;
}

.inochi_mizu h2{
	margin: 50px auto 20px;
	font-size: 2.0em;
	max-width: 1000px;
	width: 100%;
}
.inochi_mizu h2 img{width: 100%;}
.inochi_mizu p.bodycopy{width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 10px;}
.inochi_mizu section.photo_left > p{
	float: none;
}

.inochi_mizu section.photo_left > div{
	float: left;
} 
.inochi_mizu section.photo_left > div p{
	float: none;
}
.inochi_mizu section.photo_right > p{
	float: right;
}
.inochi_mizu section.photo_right > div{
	float: right;
} 
.inochi_mizu section.photo_center > p{
	width: 100%;
}
.inochi_mizu section.photo_center > div{
	text-align: center;
	width: 100%;
	margin: 0px 0 15px 0;
}
.inochi_mizu section.photo_center div h2{margin-top: 15px;}
.inochi_mizu section.photo_left div h2 span{font-size: 0.6em;}
.inochi_mizu section.photo_left > div p.smallfont{font-size: 1.0em; line-height: 1.6em;}
.inochi_mizu section.photo_right > div h2 span{font-size: 0.6em;}

.inochi_mizu dd{font-size: 1.1em; padding-bottom: 30px;}
.inochi_mizu table{margin: 15px auto;}
.inochi_mizu table td{text-align: left; padding: 10px;}
.menuboxB{display:flex; max-width: 960px; width: 100%; margin: 20px auto;}
.menubox{display:flex; flex-wrap: wrap; max-width: 960px; width: 100%; margin: 20px auto 0;}
.menuboxC{display:flex; max-width: 960px; width: 100%; margin: 20px auto 0;}
.menubox .menuitem{ margin: 10px 0.5%;}

.menuboxB .menuitem{ margin: 10px 0.5%; width: 32%;}
.menuboxC .menuitem{ margin: 10px 0.5%; width: 48%;}
.menubox .menuitem table{width: 100%;}
.menubox .menuitem img,.menuboxB .menuitem img,.menuboxC .menuitem img{ width: 100%;}
.menubox ul li h3{font-size: 1.4em; margin-bottom: 10px; color: #FFE500;}
.menuboxB ul li h3,.menuboxC ul li h3{font-size: 1.2em; margin-bottom: 10px; color: #FFE500;}
.menubox ul li h3 span{font-size: 0.8em;}
.menuboxB ul li h3 span,.menuboxC ul li h3 span{font-size: 0.7em;}
.menubox ul li a{text-decoration: underline!important;}
.inochi_mizu .closedcopy{font-size: 2.0em; text-align: center; width: 100%; max-width: 980px; margin: 0 auto;}
/* PC */
@media print, screen and (min-width:769px) {
.inochi_mizu section.photo_left > p{
	float:left;
}
.inochi_mizu section > p{
	width: calc(48%);	
}
	.inochi_mizu section > p img{width: 100%;}
.inochi_mizu dl{width: 100%; max-width: 1000px; text-align: center; margin: 0 auto; padding: 0 15px;}
.inochi_mizu > section.irumiA > p{float: left;}	
.inochi_mizu > section.irumiB > p{float: right;}	
.inochi_mizu > section.irumiA > div{float: left;}	
.inochi_mizu > section.irumiB > div{float: right;}	
.menubox .menuitem.w1{ margin: 10px 0.5%; width: 100%; padding: 0 10px;}	
	
.inochi_mizu section > p img{width: 100%;}	
.inochi_mizu section > div{
	width: calc(48%);
	margin: 0 2%;
}
.inochi_mizu section{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.inochi_mizu section > div h3{
	font-size: 1.6em;
	letter-spacing: 3px;
	margin: 30px 0 25px;
}
.inochi_mizu section > div p{
	font-size: 1.2em;
	line-height: 230%;
}
.menubox .menuitem.w5{width: 19%;}
.menubox .menuitem.w2{width: 49%;}

}
/* Tablet */
@media screen and (max-width:768px) {
	
.inochi_mizu section{
	padding:20px;
}
.inochi_mizu h2{
	margin: 30px auto 20px;
	font-size: 1.4em;
}
.inochi_mizu section > p{
	padding-top: 5px;
}
.inochi_mizu section > div{
	width: calc(100%);
}
.inochi_mizu section > div h3{
	font-size: 1.5em;
	letter-spacing: 3px;
	margin:0 0 10px;
}
.inochi_mizu .closedcopy{font-size: 1.5em; text-align: center; width: 100%; max-width: 640px; margin: 0 auto;}

.menubox .menuitem{ margin: 10px 0.5%; width: 48%; padding: 0 10px;}
.menubox .menuitem.w1{ margin: 10px 0.5%; width: 100%; padding: 0 10px;}	
.menubox{display:flex; flex-wrap: wrap; max-width: 768px; width: 100%; margin: 20px auto 0; padding-bottom: 30px;}
.menuboxB{display:block; max-width: 768px; width: 100%; margin: 20px auto;}	
.menuboxC{display:block; max-width: 768px; width: 100%; margin: 20px auto 0;}
.menuboxB .menuitem{ margin: 10px 0.5%; width: 98%; padding: 0 10px;}
.menuboxC .menuitem{ margin: 10px 0%; width: 98%; padding: 0 5px;}
.menubox .menuitem img,.menuboxB .menuitem img,.menuboxC .menuitem img{ width: 100%;}

	.inochi_mizu > section.photo_right > div h2 img,
.inochi_mizu > section.photo_left div h2 img,
	.inochi_mizu > section.photo_center > div h2 img{
	width: 10%!important;
}
	.menubox ul li a,.menuboxB ul li a,.menuboxC ul li a{text-decoration: underline!important;}
	.menubox ul,.menuboxB ul,.menuboxC ul{margin-bottom: 20px;}	
}


/* -------------------------------------------------

06 inochi_color

------------------------------------------------- */
.inochi_color{
	text-align: center;
}
.inochi_color h3 a:hover{
	opacity: 0.7;
}
.inochi_color span{
	display: block;
	margin: 10px 0;
}
.inochi_color dl{
	margin-bottom: 20px;
}
.inochi_color dl dt{
	letter-spacing: 3px;
}
.inochi_color dl dt strong{
	font-weight: normal;
}
.inochi_color dl dd{
	letter-spacing: 1px;
	margin: 20px 0 0;
}
/* PC */
@media print, screen and (min-width:769px) {
.inochi_color{
	padding: 50px 0 40px;
}
.inochi_color span{
	font-size: 1.2em;
	letter-spacing: 20px;
}
.inochi_color dl dt{
	font-size: 1.5em;
}
.inochi_color dl dt strong{
	font-size: 2em;
}
.inochi_color dl dd{
	font-size: 1.25em;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.inochi_color{
	padding: 20px 20px 30px;
}
.inochi_color dl dt{
	font-size: 1.1em;
}
.inochi_color dl dt strong{
	font-size: 1.5em;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.inochi_color dl dt strong{
	display: block;
}
}



/* -------------------------------------------------

07 othersArea

------------------------------------------------- */
.othersArea{
	background-image: url(../images/star01.png), url(../images/star02.png);
	background-repeat: no-repeat, no-repeat;
}
.othersArea > h2{
	text-align: center;
	text-shadow: 0 0 10px #d79522;
	margin: 0 0 50px;
}
.othersArea > div{
	height: auto;
}
.othersArea > div > p{
	width: calc(50% - 50px);
	float: left;
}
.othersArea > div > div{
	width: calc(50% + 20px);
	float: right;
}
.othersArea > div > div dl dt{
	margin: 0 0 5px;
	font-size: 1.2em;
}
.othersArea > div > div dl dt:before{
	content: "▼";
	color:#d79522;
	padding-right: 5px;
	font-size: 0.9em;
}
.othersArea > div > div dl dd{
	display:list-item;
	list-style: disc;
	margin-left: 20px;
}
/* PC */
@media print, screen and (min-width:769px) {
.othersArea{
	width: 1000px;
	margin:0 auto 15px;
	padding-top: 50px;
	background-position:10% top, 90% top ;
}
.othersArea > h2{
	font-size: 1.5em;
	letter-spacing: 2px;
}
.othersArea > div > div p{
	font-size: 1.2em;
	margin: 0 0 20px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.othersArea{
	padding:30px 20px 0;
	background-position:3% top, 97% top;
	background-size: 150px auto, 150px auto;
}
.othersArea > h2{
	font-size: 1.3em;
}
.othersArea > div > div p{
	font-size: 1.1em;
	margin: 0 0 15px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.othersArea{
	padding-top: 85px;
	background-size: auto 80px, auto 80px;
}
.othersArea > h2{
	margin: 0 0 20px;
}
.othersArea > div > p{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.othersArea > div > div{
	width: 100%;
	float: none;
}
}



/* -------------------------------------------------

08 fireworksArea

------------------------------------------------- */
.fireworksArea{
	background-image: url(../images/bg_wave.png),url(../images/fireworks_bg01.png),url(../images/fireworks_bg02.png),url(../images/bg_cloud.png);
	background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
	background-color: #961616;
	text-align: center;
}
.fireworksArea > h2{
	margin: 0 0 25px;
}
.fireworksArea > h2 span{
	display: block;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 8px;
}
.fireworksArea > p{
	font-weight: 600;
	margin: 0 0 25px;
}
.fireworksArea > p.mapbtn{
	margin: 0 0 40px;
}

/*  */
.fireworksArea > section{
	background-color: rgba(6,65,34,0.9);
}
.fireworksArea > section h3{
	font-size: 1.5em;
	font-weight: 600;
	color: #b18d38;
	margin: 0 0 20px;
}
.fireworksArea > section h3 img{
	display: block;
	margin: 0 auto;
}
.fireworksArea > section ul{
	height: auto;
}
.fireworksArea > section ul li{
	float: left;
	margin: 0 0 20px;
}
.fireworksArea > section ul li span{
	display: block;
	font-weight: 600;
}
.fireworksArea > section ul li a{
	background-color: #b18d38;
	border-radius: 10px;
	margin-top: 5px;
	display: inline-block;
	line-height: 100%;
	font-weight: 600;
}
.fireworksArea > section ul li a:hover{
	color:#fff;
	background-color: #dca931;
}
/* footer */
footer h6 a{
	display: inline-block;
	background-color: #143d21;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 20px 50px;
}
footer h6 a:hover{
	background-color: #091324;
}
footer p{
	color:#333;
	font-size: 0.9em;
}

/* PC */
@media print, screen and (min-width:769px) {
.fireworksArea{
	padding:80px 0 40px;
	background-position:center top, left 100px, right 100px, center bottom;
	background-size: auto, auto, auto, 100% auto;
}
.fireworksArea > p{
	font-size: 1.15em;
	letter-spacing: 2px;
}
/*  */
.fireworksArea > section{
	width: 1000px;
	margin: 0 auto 50px;
	padding: 30px 100px;
}
.fireworksArea > section ul li:nth-child(3n+1){
	clear: both;
}
.fireworksArea > section ul li:nth-child(3n+2){
	margin-left: 50px;
	margin-right: 50px;
}
.fireworksArea > section ul li a{
	padding: 10px 30px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.fireworksArea{
	padding:50px 20px 40px;
	background-position:center top, left 80px, right 80px, center bottom;
	background-size:250px auto, 200px auto,200px auto, 100% auto;
}
.fireworksArea > h2 img{
	width: 270px!important;
	margin: 0 auto;
}
/*  */
.fireworksArea > section{
	margin: 0 0 50px;
	padding: 20px;
}
.fireworksArea > section h3 img{
	width: 180px!important;
	margin-top: 5px;
}
.fireworksArea > section ul li{
	width:calc(50% - 10px);
}
.fireworksArea > section ul li:nth-child(2n+1){
	clear: both;
	margin-right: 20px;
}
.fireworksArea > section ul li a{
	padding: 10px 15px;
	font-size: 0.95em;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.fireworksArea{
	background-position:center top, left 120px, right 120px, center bottom;
	background-size:250px auto, 150px auto,150px auto, 100% auto;
}
.fireworksArea > section ul li{
	width:calc(50% - 5px);
	font-size: 0.9em;
}
.fireworksArea > section ul li:nth-child(2n+1){
	margin-right: 10px;
}
}


.entyo{
	 padding: 10px;
	border: 1px solid #FFF500;
	margin-bottom: 20px; 
	
}

.entyo p{
	color:#FFF500; font-size: 2.4em;
}

@media screen and (max-width:768px) {

.entyo{
	 padding: 10px;
	border: 1px solid #FFF500;
	margin-bottom: 20px; 
	
}

.entyo p{
	color:#FFF500; font-size: 2.2em;
}

	
}

/* -------------------------------------------------

gotop

------------------------------------------------- */
.gotop {
	position: fixed;
	z-index: 9999;
	bottom: 0;
}
.gotop a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #004860;
	border-radius: 50%;
}
.gotop a:hover {
	background-color: #187493;
}
/* PC */
@media print, screen and (min-width:769px) {
.gotop {
	right: 20px;
	padding-bottom: 20px;
}
.gotop a {
	width: 50px;
	padding-top:15px;
	padding-bottom:15px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.gotop {
	right: 10px;
	padding-bottom: 60px;
}
.gotop a {
	width: 40px;
	line-height: 40px;
}
}


@media screen and (min-width: 980px){   
  .pconly { display:block; }
  .sponly { display:none; }
}
@media screen and (max-width: 980px){   
  .pconly { display:none; }
  .sponly { display:block; }
}

/* -------------------------------------------------

イルミカルーセル

------------------------------------------------- */
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
@media screen and (max-width: 768px){ 

	.swiper-pagination{display: none;}
}

.camerastand{display: flex; border: 1px solid #FFFFFF; padding: 15px;}
.camerastand .camerastand{ width: 50%;}
.camerastand .camerastand_p h4{margin-top: 0px; text-align: left; font-size: 1.4em; margin-bottom: 10px; color: #F8FF00;}
.camerastand .camerastand_p p{text-align: left; margin-bottom: 10px; font-size: 13px;}
.camerastand .standphoto{ width: 48%; margin-right: 2%;}
.camerastand .standphoto img{width: 100%;}

@media screen and (max-width: 768px){ 
.camerastand{display: block;}
	.camerastand .camerastand{ width: 100%;}
	.camerastand .standphoto{ width: 100%;}
}
