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


/* ************************************************ 
 *	共通設定
 * ************************************************ */

* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
strong, em {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
img {
	border-style: none;
	vertical-align: bottom;
}
a:hover {
	text-decoration: none;
}
.blue {
	color: #18328B;
}
.orange {
	color: #C27108;
}
body {
	font: 11px Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #000000;
}
#container {
	margin: 0 auto;
	z-index: 9995;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	color: white;
}

/*#gNavi.upper {
	font-size: 12px;
	position: relative;
}
#gNavi.upper h2  {
	padding-bottom: 80px;
}
#gNavi.upper h2 img {
	width: 180px;
	height: 69px;
}
#gNavi.upper ul {
	text-align: center;
	padding-bottom: 100px;
	margin: 0 auto;
	width: 200px;
}
#gNavi.upper ul a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	color: white;
	font-size: 15px;
	display: block;
}
#gNavi.upper a:hover  {
	color: #C27108;
}*/
#gNavi {
	font-size: 15px;
	width: 100%;
	padding-top: 160px;
}
#gNavi h2 {
	padding-bottom: 100px;
}
#gNavi h2 img {
	width: 165px;
	height: 63px;
}
#gNavi ul {
	text-align: center;
	padding-bottom: 80px;
	margin: 0 auto;
}
#gNavi ul.main li {
	display: inline-block;
	position: relative;
}
#gNavi ul a {
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 10em;
	color: white;
	display: block;
	float: left;
	border: 2px solid white;
}
#gNavi ul.main>li>a{
	border: none;
}
#gNavi ul.main>li.selected>a {
	color: #C27108;
}
#gNavi ul.main>li:not(.selected)>a:hover {
	color: #C27108;
}
#gNavi ul.sub{
	position: absolute;
	top: 3em;
	display: none;
}
#gNavi ul.sub li {
	display: block;
}
#gNavi ul.sub a {
	background-color:rgba(0,0,0,0.85);
	border: 2px solid rgba(0,0,0,0.85);
}
#gNavi ul.sub a:hover {
	background-color:rgba(194,113,8,0.83);
	border: 2px solid rgba(194,113,8,0.83);
}
#gNavi.upper ul.sub a{
	background-color: transparent;
	border:none;
}
#gNavi.upper ul.sub a:hover {
	color:rgba(194,113,8,1);
}
#basicList h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 3em;
	padding-bottom: 3em;
}
#basicList .block   , #seasonList .block{
	margin: 0 auto;
	width: 800px;
	padding-bottom: 150px;
}
#basicList .block li {
	text-align: left;
	padding-bottom: 40px;
	padding-top: 40px;
}
#basicList .block a {
	display: block;
	overflow: hidden;
	color: white;
	text-decoration: blink;
}
#basicList .block p.photo {
	float: left;
}
#basicList .block p.photo img {
	width: 200px;
	height: auto;
}
#basicList .block h1   {
	padding-left: 220px;
	padding-top: 2em;
	font-size: 14px;
	padding-bottom: 4em;
	font-weight: bold;
}
#basicList .block dl {
	padding-left: 220px;
	padding-bottom: 3em;
}
#basicList .block dt  {
	float: left;
	font-weight: 100;
}
#basicList .block dd {
	padding-left: 5em;
	padding-bottom: 1em;
}
#basicList .block .details {
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	width: 6em;
	text-align: center;
	margin-left: 220px;
	font-size: 13px;
}
#basicList .block a:hover .details {
	background-color: #C27108;
	border-color: #C27108;
}
#seasonList h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 3em;
	padding-bottom: 3em;
}
#seasonList ul {
	overflow: hidden;
}
#seasonList li {
	float: left;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
}
#seasonList li a {
	float: left;
	width: 180px;
	height: 250px;
	display: block;
	overflow: hidden;
}
#seasonList li img {
	width: 100%;
	height: auto;
}

#slideImages {
	overflow: hidden;
	position: fixed;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#slideImages img {
	position: absolute !important;
	display: none;
	z-index: 2;
}
#footer {
	padding-top: 120px;
	padding-bottom: 80px;
}
#footer h4 {
	padding-bottom: 35px;
}
#footer h4 img {
	width: 110px;
	height: 42px;
}
#footer address {
	top: 30px;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	right: 28px;
}



#goTopBt {
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 600;
}

#goTopBt a{
	width: 60px;
	height: 60px;
	position: relative;
	text-indent: -9999px;
	background-color: #323232;
	transition: .3s;
	display: block;
	overflow: hidden;
}

#goTopBt a:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 18px;
	left: 34px;
	width: 3px;
	height: 20px;
	background-color: white;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#goTopBt a:after{
	content: "";
	position: absolute;
	display: inline-block;
	top: 18px;
	left: 22px;
	width: 3px;
	height: 20px;
	background-color: white;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#goTopBt a:hover{
	background-color: rgba(194,113,8,0.70);
}
#goTopBt a:active{ 
	/* box-shadow */
	box-shadow: 1px 1px 3px 0px #949494;
	-moz-box-shadow: 1px 1px 3px 0px #949494;
	-webkit-box-shadow: 1px 1px 3px 0px #949494;
}



@media screen and ( max-width:800px ) {
#basicList .block   , #seasonList .block {
	width: 84%;
	padding-left: 8%;
	padding-right: 8%;
}
}
