@charset "utf-8";
/* -----------------------------------------------------------------------

top.css

----------------------------------------------------------------------- */


/*----------------------------------------------------------

	Display：common
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	メイン
----------------------------------------------------------*/

#top header {
	width:100%;
	height:620px;
	position:relative;
}
#top header #topmain {
	min-width:1000px;
	width:100%;
	height:620px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#eeeeee;	
	background-size:cover;
	position:relative;
}

#top header #topmain #next_bt,
#top header #topmain #prev_bt{
	width:50px;
	height:60px;
	margin:auto 0;
	position:absolute;
	top:0;
	bottom:0;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
}
#top header #topmain #next_bt{
	background:url(../img/top/next_btn.png) no-repeat 50% 50% #000000;
	background-size:20px auto;
	right:0;
}
#top header #topmain #prev_bt{
	background:url(../img/top/prev_btn.png) no-repeat 50% 50% #000000;
	background-size:20px auto;
	left:0;
}
#top header #topmain #prev_bt:hover,
#top header #topmain #next_bt:hover{
	opacity:0.6;
}

#top header #topmain #mainlogo {
	width:134px;
	height:110px;
	margin:0 auto;
	position:absolute;
	top:38%;
	left:0;
	right:0;
}
#top header #topmain #mainlogo img {
	width:100%;
}
#top header #topmain h1 {
	width:180px;
	height:27px;
	margin:0 auto;
	font-size:1.2rem;
	line-height:27px;
	color:#ffffff;
	text-align:center;
	text-shadow:0 0 5px #000000,0 0 5px #000000;
	background:url(../img/top/h1_line.png) no-repeat 50% 50%;
	position:absolute;
	top:57.5%;
	left:0;
	right:0;
}


#top header.re {
	height:640px;
}
#top header.re #topmain {
	min-width:1000px;
	width:100%;
	height:640px;
}
#top header.re #topmain h1 {
	width:80%;
	max-width:305px;
	margin:0 auto;
	background:none;
	top:25%;
	left:0;
	right:0;
}
#top header.re #topmain .read {
	text-align:center;
	font-size:1.4rem;
	line-height:2.2em;
	font-family:'SourceHanSerifJP';
	color:#ffffff;
	letter-spacing:0.25em;
	text-shadow:0 0 5px #000000,0 0 5px #000000;
	position:absolute;
	top:56.5%;
	left:0;
	right:0;
}
#top header.re #topmain .btnL {
	display:block;
	margin:0 auto;
	color:#000000;
	letter-spacing:0.2em;
	background-color:#d4a934;
	position:absolute;
	top:72%;
	left:0;
	right:0;
}


#top header nav {
	width:100%;
	background-color: rgba(0,0,0,0.8);
	position:absolute;
	bottom:30px;
	left:0;
}
#top header.re nav {
	bottom:20px;
}
#top header nav ul{
	width:1000px;
	margin:0 auto;
	padding:0 20px;
	overflow:hidden;
	box-sizing:border-box;
}
#top header nav ul li{
	width:12.5%;
	font-size:1.1rem;
	letter-spacing:0.1em;
	text-indent:0.1em;
	line-height:1.4em;
	color:#ffffff;
	font-family:'SourceHanSerifJP';
	text-align:center;
	float:left;
}
#top header nav ul li span{
	margin-top:8px;
	font-size:1.2rem;
	line-height:1.2em;
	letter-spacing:0.1em;
	color:#ca981f;
	display:block;
}
#top header nav ul li p,
#top header nav ul li a{
	padding:18px 0;
	display:block;
	color:#ffffff;
	text-decoration:none;
}



/*----------------------------------------------------------
	ナビ
----------------------------------------------------------*/

#top #gnav {
	display:none;
}


/*----------------------------------------------------------
	重要インフォメーション
----------------------------------------------------------*/
#important {
	max-width:920px;
	width:90%;
	margin:30px auto 0;
	padding:30px;
	border:4px double #b08b5c;
	box-sizing:border-box;
}
#important h2 {
	font-size:2.0rem;
	line-height:2em;
	font-family:'SourceHanSerifJP';
	letter-spacing:0.1em;
	text-indent:0.1em;
	color:#b08b5c;
	text-align:center;
}
#important p {
	margin:10px 0 0;
	font-size:1.4rem;
	line-height:2em;
	letter-spacing:0.15em;
	color:#ffffff;
	text-align:center;
}
#important dl {
	width:520px;
	margin:2px auto 0;
	overflow:hidden;
}
#important dl dt {
	width:200px;
	text-align:center;
	color:#000000;
	letter-spacing:0.1em;
	background:#b08b5c;
	display:inline-block;
	float:left;
}
#important dl dd {
	width:320px;
	padding:0 10px;
	text-align:left;
	color:#ffffff;
	letter-spacing:0.1em;
	background:#333333;
	display:inline-block;
	box-sizing:border-box;
	float:left;
}
#important p.eng {
	margin:30px 0 0;
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0.15em;
	font-family :arial;
	color:#ffffff;
	text-align:center;
}


/*----------------------------------------------------------
	バナー
----------------------------------------------------------*/

.banner {
	width:100%;
	margin:20px auto 0;
	padding:0 15px;
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.banner img{
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.banner a:hover{
	opacity:0.7;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.banner a {
	width:48%;
	max-width:480px;
	margin:0 1% 15px;
	display:block;
}



/*----------------------------------------------------------
	コンセプト
----------------------------------------------------------*/

#concept {
	width:1000px;
	margin:0 auto;
	padding:50px 0;
	box-sizing:border-box;
}
#concept .photoList{
	max-width:1000px;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
}
#concept .photoList li{
	width:30%;
	margin:0 0 0 5%;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.4);
	float:left;
}
#concept .photoList li:first-child{
	margin-left:0;
}
#concept .photoList li img{
	width:100%;
}
#concept .catchttl {
	margin:25px 0 15px;
	font-size:1.8rem;
	font-family:SourceHanSerifJP;
	letter-spacing:0.1em;
	text-indent:0.1em;
	color:#ffffff;
	text-align:center;
}
#concept .readTxt {
	margin:0;
	padding:0;
	color:#989898;
	letter-spacing:0.1em;
	text-indent:0.1em;
	text-align:center;
}




/*----------------------------------------------------------
	プラン
----------------------------------------------------------*/
.planBox {
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.planBox .box{
	width:45%;
	max-width:540px;
	margin:0;
	padding:0;
}
.planBox .box .inner{
	width:540px;
	height:440px;
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
}
.planBox#party .box{
	background-color: rgba(255,255,255,0.8);
	float:right;
}
.planBox#menu .box{
	background-color: rgba(0,0,0,0.8);
	float:left;
}
.planBox#anniversary .box{
	background-color:#8e6e40;
	float:right;
}
.planBox .box .eng-ttl{
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.planBox .box .eng-sttl{
	font-size:1.42em;
}
.planBox .catchcopy {
	margin-top:20px;
	font-size:1.6rem;
	font-family:SourceHanSerifJP;
	letter-spacing:0.1em;
	text-indent:0.1em;
	text-align:center;
}
.planBox .readTxt {
	margin-top:20px;
	font-size:1.2rem;
	letter-spacing:0.1em;
	text-indent:0.1em;
	text-align:center;
}
.planBox#party .box h2,
.planBox#party .box .sttl{
	color:#111111;
}
.planBox#anniversary .box .eng-ttl,
.planBox#anniversary .catchcopy {
	color:#ffffff;
}
.planBox .photoList{
	width:90%;
	margin:0 auto;
	padding:25px 0 0;
	overflow:hidden;
}
.planBox .photoList li{
	width:43.75%;
	margin:0 3.125%;
	float:left;
}
.planBox .photoList li a{
	text-decoration:none;
	display:block;
}
.planBox .photoList li .photo{
	margin-bottom:15px;
}
.planBox .photoList li .photo img{
	width:100%;
}



/*----------------------------------------------------------
	フロアガイド
----------------------------------------------------------*/

#floorguide {
	width:100%;
	margin:0 auto;
	padding:80px 0;
	box-sizing:border-box;
}
#floorguide .inner{
	max-width:1200px;
	margin:0 auto;
	padding:40px 2.5%;
	overflow:hidden;
	box-sizing:border-box;
}
#floorguide .inner #movie{
	width:50%;
	float:left;
}
#floorguide .inner #movie .box{
	width:100%;
	padding-top:56.15%;
	position:relative;
}
#floorguide .inner #movie iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}
#floorguide .inner #guide{
	width:47%;
	padding-top:2.5%;
	float:right;
}


/*----------------------------------------------------------
	インフォメーション
----------------------------------------------------------*/

#information {
	width:100%;
	margin:0 auto;
	padding:80px 0 60px;
	box-sizing:border-box;
}
#information .sttl{
	color:#111111;
}
#information dl{
	width:1000px;
	margin:30px auto 10px;
	padding:5px 2%;
	min-height:240px;
	overflow:hidden;
	box-sizing:border-box;
}
#information dt{
	width:320px;
	float:left;
}
#information dt img{
	width:100%;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
}
#information dd{
	width:590px;
	float:right;
	box-sizing:border-box;
}
#information dd h3{
	padding:15px 10px 18px;
	font-size:2.0rem;
	line-height:1.3em;
	letter-spacing:0.1em;
	font-family:SourceHanSerifJP;
	border-bottom:1px solid #111111;
}
#information dd .date {
	padding:12px 10px 0;
	font-size:1.2rem;
	letter-spacing:0.1em;
	font-weight:bold;
}
#information dd .txt {
	padding:12px 10px 0;
	font-size:1.2rem;
	line-height:2em;
}
#information dd .btnBox {
	padding:20px 10px 0;
	text-align:left;
}



/*----------------------------------------------------------
	アクセス
----------------------------------------------------------*/

#access {
	width:100%;
	margin:0 auto;
	padding:80px 0 60px;
	box-sizing:border-box;
}
#access .sttl{
	color:#111111;
}
#access #map {
	margin-top:30px;
	width:100%;
	height:405px;
	position:relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#access #map #googlemap {
	width:100%;
	height:405px;
	overflow:hidden;
}
#access #map #googlemap iframe{
	width:100%;
	height:705px;
	margin-top:-150px;
	border:none;
}


#access #mapBtn {
	width:130px;
	height:32px;
	margin:0 auto;
	padding:0;
	position:absolute;	
	bottom:20px;
	left:0;
	right:0;
	z-index:10;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
}
#access #mapBtn a{
	padding:0 0 0 18px;
	font-size:12px;
	line-height:32px;
	color:#ffffff;
	text-decoration:none;
	background:url(../img/common/icon_mapbtn.png) no-repeat 15% 50% #111111;
	background-size:14px 21px;
	display:block;
	text-align:center;
	z-index:10;
}
#access #mapBtn a:hover {
	opacity:0.6;
}
#access #shopDate {
	width:1000px;
	margin:0 auto;
	padding:50px 20px 0;
	overflow:hidden;
	box-sizing:border-box;
}
#access #shopDate h3{
	margin:0;
	padding:0;
	font-size:1.8rem;
	line-height:1.3em;
	letter-spacing:0.1em;
	font-family:SourceHanSerifJP;
}
#access #shopDate .box{
	width:33.33%;
	float:left;
}
#access #shopDate .addBox ul{
	margin:20px 0 0;
	padding:6px 0 0;
}
#access #shopDate .addBox ul li{
	margin:0 0 0;
	padding:0 0 0 25px;
	font-size:1.2rem;
	line-height:28px;
}
#access #shopDate .addBox ul li a{
	color:#111111;
	text-decoration:none;
}
#access #shopDate .addBox ul li.add{
	background:url(../img/common/icon_add.png) no-repeat 1px 50%;
}
#access #shopDate .addBox ul li.tel{
	background:url(../img/common/icon_tel.png) no-repeat 2px 50%;
}
#access #shopDate .addBox ul li.mail{
	background:url(../img/common/icon_mail.png) no-repeat 0% 50%;
}
#access .traficBox h4{
	margin:0;
	padding:0;
	font-size:1.2rem;
	font-weight:bold;
	line-height:20px;
}
#access .traficBox ul{
	margin:0;
	padding:6px 0 0 1.1em;
}
#access .traficBox ul li{
	margin:0 0 0;
	padding:0;
	font-size:1.2rem;
	line-height:28px;
}





/*----------------------------------------------------------

	Display：320px → 768px（ sp ）

----------------------------------------------------------*/

@media screen and (max-width: 768px) {

/*----------------------------------------------------------
	メイン
----------------------------------------------------------*/

#top header {
	height:360px;
}
#top header #topmain {
	min-width:320px;
	height:360px;
}
#top header #topmain #next_bt,
#top header #topmain #prev_bt{
	width:30px;
	height:45px;
}
#top header #topmain #next_bt{
	background-size:15px auto;
}
#top header #topmain #prev_bt{
	background-size:15px auto;
}

#top header #topmain #mainlogo {
	width:98px;
	height:auto;
	margin:0 auto;
	position:absolute;
	top:34%;
	left:0;
	right:0;
}
#top header #topmain h1 {
	width:160px;
	font-size:1.1rem;
	background-size:contain;
	position:absolute;
	top:58%;
	left:0;
	right:0;
}
#top header nav {
	display:none;
}

#top header.re {
	height:360px;
}
#top header.re #topmain {
	min-width:320px;
	height:360px;
}
#top header.re #topmain h1 {
	width:80%;
	max-width:240px;
	margin:0 auto;
	background:none;
	top:16%;
	left:0;
	right:0;
}
#top header.re #topmain .read {
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0.05em;
	top:58%;
}
#top header.re #topmain .btnL {
	width:200px;
	display:block;
	margin:0 auto;
	line-height:36px;
	background-color:#d4a934;
	border:1px solid #000000;
	color:#000000;
	position:absolute;
	top:78%;
	left:0;
	right:0;
}

/*----------------------------------------------------------
	重要インフォメーション
----------------------------------------------------------*/
#important {
	width:90%;
	margin:30px auto 0;
	padding:20px;
	border:4px double #b08b5c;
	box-sizing:border-box;
}
#important h2 {
	font-size:1.8rem;
	line-height:2em;
	font-family:'SourceHanSerifJP';
	letter-spacing:0.1em;
	text-indent:0.1em;
	color:#b08b5c;
	text-align:center;
}
#important p {
	margin:10px 0 0;
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0.1em;
	text-align:left;
}
#important p.taC {
	text-align:center;
}
#important dl {
	width:100%;
	margin:2px auto 0;
	overflow:hidden;
}
#important dl dt {
	width:100%;
	text-align:center;
	color:#000000;
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0.1em;
	background:#b08b5c;
	display:inline-block;
	float:none;
}
#important dl dd {
	width:100%;
	padding:0 10px;
	text-align:left;
	color:#ffffff;
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0em;
	text-align:center;
	background:none;
	display:inline-block;
	box-sizing:border-box;
	float:none;
}
#important p.eng {
	margin:30px 0 0;
	font-size:1.1rem;
	line-height:1.8em;
	letter-spacing:0.15em;
	font-family :arial;
	color:#ffffff;
	text-align:left;
}
#important p.eng.taC {
	text-align:center;
}



/*----------------------------------------------------------
	バナー
----------------------------------------------------------*/
.banner a {
	width:98%;
}



/*----------------------------------------------------------
	コンセプト
----------------------------------------------------------*/

#concept {
	width:100%;
	min-width:320px;
	padding:50px 2.5% 60px;
}
#concept .photoList{
	width:100%;
	padding:30px 0;
}
#concept .photoList li,
#concept .photoList li:first-child{
	width:31.33%;
	margin:0 0 0 3%;
}
#concept .photoList li:first-child{
	margin-left:0;
}
#concept .readTxt {
	font-size:1.2rem;
	padding:0 2%;
	color:#989898;
	text-align:left;
}
#concept .catchttl {
	font-size:1.6rem;
}


/*----------------------------------------------------------
	プラン
----------------------------------------------------------*/

.planBox {
	min-width:320px;
	padding-top:240px;
}
.planBox#party {
	background-image:url(../img/top/party_image_2006_sp.jpg);
	background-repeat:no-repeat;
	background-position:50% -30px;
	background-size:480px 300px;
}
.planBox#menu {
	background:url(../img/top/menu_image_2009_sp.jpg);
	background-repeat:no-repeat;
	background-position:50% -30px;
	background-size:480px 300px;
}
.planBox#anniversary {
	background:url(../img/top/anniversary_image_sp.jpg);
	background-repeat:no-repeat;
	background-position:50% -30px;
	background-size:480px 300px;
}
.planBox .box{
	width:100%;
	max-width:768px;
}
.planBox .box .inner{
	width:100%;
	height:auto;
	padding:25px 2.5%;
	display:block;
	box-sizing:border-box;
}
.planBox#party .box{
	background-color:#ffffff;
	float:none;
}
.planBox#menu .box{
	background-color:#333333;
	float:none;
}
.planBox#anniversary .box{
	background-color:#8e6e40;
	float:none;
}
.planBox .box .eng-ttl{
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.planBox .catchcopy {
	font-size:1.4rem;
}
.planBox .readTxt {
	margin-top:15px;
	letter-spacing:0em;
	text-indent:0em;
}



/*----------------------------------------------------------
	フロアガイド
----------------------------------------------------------*/

#floorguide {
	min-width:320px;
	padding:40px 0 50px;
}
#floorguide .inner{
	padding:30px 3%;
}
#floorguide .inner #movie{
	width:100%;
	float:none;
}
#floorguide .inner #guide{
	width:100%;
	padding-top:25px;
	float:none;
}
#floorguide.noMovie .inner #guide{
	padding-top:0;
}


/*----------------------------------------------------------
	インフォメーション
----------------------------------------------------------*/

#information {
	width:100%;
	padding:60px 0 40px;
}
#information .sttl{
	color:#111111;
}
#information dl{
	width:100%;
	min-width:320px;
	margin:30px auto 10px;
	padding:5px 2.5%;
}
#information dt{
	width:100%;
	max-width:380px;
	margin:0 auto 10px;
	float:none;
}
#information dd{
	width:100%;
	float:none;
}
#information dd h3{
	font-size:1.8rem;
}
#information dd .btnBox {
	text-align:center;
}



/*----------------------------------------------------------
	アクセス
----------------------------------------------------------*/

#access {
	min-width:320px;
	padding:60px 0 20px;
}
#access #map {
	margin-top:30px;
	width:100%;
	height:320px;
	position:relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#access #map #googlemap {
	width:100%;
	height:320px;
	overflow:hidden;
}
#access #map #googlemap iframe{
	width:100%;
	height:620px;
	margin-top:-150px;
	border:none;
}
#access #shopDate {
	width:100%;
	padding:40px 5% 0;
}
#access #shopDate h3{
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #111111;
	text-align:center;
}
#access #shopDate .box{
	width:100%;
	margin-bottom:20px;
	float:none;
}
#access #shopDate .addBox ul{
	margin:0 0 0;
}

}


/*----------------------------------------------------------

	Display：max → 481px（ pc ）

----------------------------------------------------------*/

@media screen and (min-width: 481px) {

/*----------------------------------------------------------
	プラン
----------------------------------------------------------*/
.planBox {
	min-width:481px;
	padding-top:260px;
}
.planBox#party {
	background-image:url(../img/top/party_image_2006_tablet.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:auto 292px;
}
.planBox#menu {
	background:url(../img/top/menu_image_2009_tablet.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:auto 292px;
}
.planBox#anniversary {
	background:url(../img/top/anniversary_image_tablet.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:auto 292px;
}

}


/*----------------------------------------------------------

	Display：max → 768px（ pc ）

----------------------------------------------------------*/

@media screen and (min-width: 768px) {

/*----------------------------------------------------------
	プラン
----------------------------------------------------------*/
.planBox {
	max-width:1300px;
	padding-top:0;
}
.planBox#party {
	background-image:url(../img/top/party_image_2006.jpg);
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-color:#ffffff;
	background-size:1200px 480px;
}
.planBox#menu {
	background:url(../img/top/menu_image_2009.jpg);
	background-repeat:no-repeat;
	background-position:35% 50%;
	background-color:#ffffff;
}
.planBox#anniversary {
	background:url(../img/top/anniversary_image.jpg);
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-color:#8e6e40;
}


/*----------------------------------------------------------
	フロアガイド
----------------------------------------------------------*/
#floorguide.noMovie .inner #guide{
	width:65%;
	margin:0 auto;
	padding-top:0;
	float:none;
}

}


/*----------------------------------------------------------

	Display：max → 960px（ pc ）

----------------------------------------------------------*/

@media screen and (min-width: 960px) {


}


/* ---------- バナーリスト ---------- */

#bannerList{
	max-width:1000px;
	margin:0 auto;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
#bannerList li{
	width:48%;
	max-width:480px;
	margin:0 1% 15px;
	display:block;
}
#bannerList.c3 li{
	width:32.33%;
}
#bannerList li a {
	display:block;
}
#bannerList li a:hover{
	opacity:0.7;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#bannerList li img {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

@media screen and (max-width: 768px) {

	#bannerList li{
		width:100%;
	}

}