@charset "UTF-8";

body {
	color: #000;
	font-family: "Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
/* for IF6 */
* html body {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* ========================================
	common
======================================== */
#wrapper {
	background: url(../experience/images/main_bg.png) center 0 repeat;
}
.inner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.mt12 {
	margin-top: 12px;
}

/* ========================================
	#header-logo
======================================== */
#header {
	background: url(../experience/images/header_bg01.png) center top repeat-x;
}

#header-logo {
	background: url(../experience/images/header_bg02.png) center top no-repeat;
}

#header-inner {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
	height: 73px;
	top: 0;
	z-index: 1;
}

#header-logo .nintendo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#header-logo .hard {
	position: absolute;
	top: 5px;
	right: 8px;
}

/* ========================================
	#contents
======================================== */
#contents {
	position: relative;
	width: 100%;
	/*margin: -73px 0 0 0;*/
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	/*overflow: hidden;*/
}

#bg1 {
	background: url(../experience/images/bg01.png) center 0 no-repeat;
}
#bg2 {
	background: url(../common/main_bg.png) center 0 repeat;
}

#ttl-area {
	height: 498px;
}
#ttl-area #ttl {
	position: absolute;
	top: -38px;
	right: -7px;
}
#ttl-area #totop {
	position: absolute;
	top: 411px;
	right: -10px;
}

#ttl-area #mainimg {
	position: absolute;
	top: -73px;
	left: -210px;
}

/* #totop */
#totop {
	text-align: center;
}

/* ------------------------------
	section
------------------------------ */
.section {
	width: 960px;
	margin-bottom: 50px;
	border-width: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-style: solid;
	background: url(../experience/images/bg_area.png) left top repeat;
}

.section-inner {
	width: 94.62365%;
	margin: 0 auto;
}

/* ---- #info---- */
#info.section {
	border-color: #1a1a1a;
	padding-bottom: 40px;
}
.info-inner {
	background: url(../experience/images/bg_info.png) right top no-repeat;
}

/* h2 */
#info h2 {
	margin: 0 4% 0 5%;
	padding-top: 35px;
	color: #FFF;
}
#info h2 .head {
	display: block;
	margin: -59px 0 20px 0;
	padding-left: 30px;
	font-size: 30px;
	background-color: #FA3296;
	vertical-align: middle;
	font-weight: normal;
}
#info h2:before {
	content:url(../experience/images/icon_h2.png);
	margin-left: -5%;
}
#info .h2-small {
	font-size: 14px;
	vertical-align: middle;
}

/* #outline */
#outline p {
	margin: 0 5%;
}

/* #attention */
#attention {
	position: relative;
	min-height: 200px;
}
#attention li {
	margin: 0 5% 10px 5%;
	text-indent: -1em;
	padding-left: 1em;
}

/* #present */
#present {
	position: relative;
	background: url(../experience/images/present_bg.png) left top no-repeat;
	margin-top: 35px;
	height: 90px;
}
#present-ttl {
	padding: 25px 0 0 0;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
.icon-present {
	position: absolute;
	top: -127px;
	right: 0;
}

/* ---- #about---- */
#about {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0;
	color: #FFF;
	font-size: 21px;
}
#about-ttl {
	text-align: center;
}

.date01,
.date02 {
	margin-bottom: 30px;
	padding-top: 4px;
	color: #000;
	text-align: center;
}
.date01 {
	background-color: #FA3296;
}
.date02 {
	background-color: #00C8B4;
}

#about li {
	margin-bottom: 3%;
	padding-bottom: 3%;
}

.about01 li {
	background: url(../experience/images/about_dot01.png) left bottom repeat-x;
}

.about02 li {
	background: url(../experience/images/about_dot02.png) left bottom repeat-x;
}

#about dl {
	display: table;
	width: 100%;
}
#about dt,
#about dd {
	display: table-cell;
}
#about dt {
	text-align: center;
	width: 18.75%;
	padding-top: 4px;
}
.about01 dt {
	background: url(../experience/images/about01_bg.png) left top no-repeat;
}
.about02 dt {
	background: url(../experience/images/about02_bg.png) left top no-repeat;
}
#about dd {
	display: block;
	width: 100%;
	padding-left: 3%;
}
.about01 .time {
	color: #FA3296;
}
.about02 .time {
	color: #00C8B4;
}

#about span.address {
	display: block;
	font-size: 14px;
}

/* ---- #note---- */
#note {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 14px;
	line-height: 1.7;
}

#note h3 {
	font-weight: normal;
}

#note ul {
	margin-bottom: 25px;
}
#note li {
	text-indent: -1em;
	padding-left: 1em;
}

/* ========================================
	#footer
======================================== */
#footer {
	width: 100%;
	background: url(../common/foot_bg.png) center top no-repeat;
	color: #FFF;
	text-align: center;
}

/*#footer .footer-navi {
	z-index: 50;
}*/
#footer .footer-navi li {
	display: inline;
	color: #FFF;
	font-size: 12px;
	line-height: 5;
}

.footer-pagetop a {
	position: absolute;
	top: -106px;
	right: 0;
}


/* ========================================
	sp
======================================== */
@media screen and (max-width: 768px) {
	
	#contents {
		margin: 0 auto;
		font-size: 15px;
	}

	/* ========================================
		#header-logo
	======================================== */
	#header-logo {
		min-width: 100%;
		background: url(../experience/images/header_bg03.png) left 35px no-repeat;
		background-size: 30% auto;
	}

	#header-logo img {
		width: 80%;
	}

	#header-logo .nintendo {
		top: 8px;
	}
	#header-logo .hard {
		top: 8px;
		text-align: right;
	}
	
	/* ========================================
		#contents
	======================================== */
	#bg1 {
		background-image: url(../experience/images/bg01_sp.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	#bg2 {
	}
	.inner {
		width: 100%;
	}
	
	/* --- #ttl-area --- */
	#ttl-area {
		width: 96%;
		height: auto;
		margin: 0 auto;
	}
	#ttl-area #mainimg {
		display: none;
	}
	#contents #ttl {
		position: static;
		margin-top: -4%;
	}
	#ttl-area img {
		width: 100%;
		height: auto;
	}
	
	/* #totop */
	#ttl-area #totop {
		position: static;
	}

	/* ------------------------------
		section
	------------------------------ */
	#info.section {
		width: 96%;
		margin: 0 auto 5% auto;
		padding: 7% 0;
		border-width: 5px;
	}
	#info.section {
		padding-top: 0;
	}
	
	/* --- #info --- */
	.info-inner {
		background-size: contain;
	}
	/* h2 */
	#info h2 {
		padding-top: 7%;
	}
	#info h2 .head {
		margin: -43px 0 20px 3%;
		font-size: 18px;
	}
	#info h2:before {
		content:url(../experience/images/icon_h2_sp.png) ;
		margin-left: -2%;
	}
	#info .h2-small {
		font-size: 10.5px;
	}

	/* attention */
	#attention li {
		margin-bottom: 3%;
	}
	
	/* present */
	#present {
		height: auto;
		margin-top: 7%;
		background: url(../experience/images/present_bg_sp.gif) left top repeat;
		box-shadow: 4px 4px 0px rgba(26,26,26,1);
	}
	#present-ttl {
		padding: 4% 3% 3% 20%;
		font-size: 15px;
		text-align: left;
		background: url(../experience/images/icon_present_sp.png) 2% center no-repeat;
		background-size: auto;
	}
	.icon-present {
		display: none;
	}
	#present img {
		width: 100%;
		height: auto;
	}

	/* #about */
	#about {
		width: 96%;
		font-size: 15px;
		padding: 10% 0 5% 0;
	}
	
	#about img {
		width: 100%;
		height: auto;
	}
	
	.date01, .date02 {
	  margin: 0 0 5% 0;
	  padding: 1% 0;
	}
	.date02 {
	  margin: 8% 0 5% 0;
	}
	#about li {
	  margin-bottom: 5%;
	  padding-bottom: 5%;
	}
	
	#about dt {
		display: block;
		margin-bottom: 2%;
		padding: 1.5% 0;
		line-height: 1;
	}
	#about dd {
		font-size: 15px;
		padding-left: 0;
	}
	#about span.address {
		font-size: 10px;
	}
	
	/* #note */
	#note {
		width: 96%;
		padding: 8% 0 5% 0;
		font-size: 12px;
		line-height: 1.5;
	}
	#note ul {
		margin-bottom: 5%;
	}
	
	/* ========================================
		#footer
	======================================== */
	.footer-navi {
		margin-left: -1%;
	}
	.footer-pagetop {
		text-align: right;
	}
	.footer-pagetop a {
		top: -115%;
		right: 0;
	}
	.footer-pagetop img {
		width: 66%;
		height: auto;
	}
	
}



