@charset "UTF-8";
body {
	background: #000000;
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #353535;
	-webkit-text-size-adjust:none;
}

html {
	-webkit-font-smoothing: subpixel-antialiased;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}

img {
	line-height: 0;
}

/*--------------------------------------------------------------
clearFix
--------------------------------------------------------------*/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/*--------------------------------------------------------------
a
--------------------------------------------------------------*/

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/*--------------------------------------------------------------
#container
--------------------------------------------------------------*/

#container {
	margin: 0;
	overflow: hidden;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: fixed;  
    top:0;  
    left:0;
	z-index: 999;
}

* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
} 

/*--------------------------------------------------------------
#global-nav
--------------------------------------------------------------*/

#global-nav {
	display: block;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family:"ヒラギノ明朝 Pro W3","HiraMinPro-W3","細明朝体","ＭＳ 明朝", serif;
	overflow: hidden;
	position: relative;
}

#global-nav h1 {
	width: 130px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}

#global-nav button {
	border: none;
	padding: 10px 10px;
	outline: none;
	background: #e54587;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
	position: absolute;
	top: 8px;
	right: 5px;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(229,69,135,0.9);
	z-index: 1000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../topimg/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 1100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-decoration: none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #fcc3dc;
	text-decoration: none;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 20px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/*--------------------------------------------------------------
contents
--------------------------------------------------------------*/

#contents {
	margin: 50px 0 0 0;
	padding: 0;
	overflow: hidden;
}


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

footer {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow: hidden;
}


/* --- footer_infomation --- */

.footer_info {
	margin: 20px 10px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.footer_info dl {
	margin: 0;
	font-family:"ヒラギノ明朝 Pro W3","HiraMinPro-W3","細明朝体","ＭＳ 明朝", serif;
}

.footer_info dt,
.footer_info dd {
	margin: 0;
}

.footer_info dt.aam {
	margin: 0 0 5px 0;
	padding: 0;
	color: #E54587;
	font-size: 13px;
}

.footer_info dt.reserv {
	margin: 0 0 5px 0;
	padding: 0;
	color: #E54587;
	font-size: 13px;
}

.footer_info dd {
	color: #E54587;
	font-size: 13px;
}

.footer_info span {
	margin: 0 10px;
	padding: 3px 10px;
	border: 1px solid #E54587;
	color: #E54587;
	font-size: 13px;
}


/*submenu*/

#submenu {
	position:fixed;
     bottom:0;
     left:0;
     overflow:hidden;
	 width: 100%;
	 z-index: 500;
}

#submenu ul {
	display:table;
	table-layout: fixed;
	width:100%;
	border-top: 1px solid #f2b6cf;
}

#submenu li {
	padding: 0;
	height: 60px;
	display:table-cell;
	border-right: 1px solid #f2b6cf;
	vertical-align:middle;
	text-align:center;
	background: url(../topimg/sub_fit_ground.png);
	overflow: hidden;
}

#submenu li.end {
	padding: 0;
	height: 60px;
	display:table-cell;
	border: none;
	vertical-align:middle;
	text-align:center;
	background: url(../topimg/sub_fit_ground.png);
	overflow: hidden;
}

#submenu li img {
	margin: 10px 0 0 0;
	padding: 0;
}

#submenu li a{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}


.copyright {
	height: 80px;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px #EEEEEE solid;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #E54587;
	font-size: 10px;
	text-align: center;
}

.tax {
	margin: 0 0 60px 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10px;
	text-align: center;
}


/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, article, figure {
	display: block;
}
