﻿@charset "utf-8";

/* =======================================

	home

======================================= */

body {
	text-align: center;
	background: #fff;
	overflow: hidden;
    left: 0;
	visibility: hidden;
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	text-align: center;
	background-color: #FFFFFF;
}
#stage1 {background:#fff;}
#stage2 {background:#eee;}
#stage3 {background:#ddd;}
#stage4 {background:#ccc;}
#stage5 {background:#bbb;}
#stage6 {background:#fff;}


/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 70px;
	background: transparent url(../img/slide_prev.svg) no-repeat center center;
	transition:0.3s;
	background-size: 150% 150%;
	opacity: 0.6;
}
.stageSlide .sdNext {
    right: 70px;
    background: transparent url(../img/slide_next.svg) no-repeat center center;
    transition: 0.3s;
    background-size: 150% 150%;
	opacity: 0.6;
}
.stageSlide .sdPrev:hover {
    background-position: 70% 50%;
}
.stageSlide .sdNext:hover {
    background-position: 30% 50%;
}
.stageSlide .slideNav {
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent url(../img/nav.png) no-repeat center center;
    display: inline-block;
    overflow: hidden;
    background-size: auto 70%;
    transition: 0.3s;
}
.stageSlide .slideNav a:hover {
    width: 20px;
    height: 20px;
    background-size: auto 95%;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}
.fieldWrap {
	position:relative;
	height:100%;
	width:100%;
}
.fieldWrap img {
}
#stage1 .fieldWrap img {
	position:absolute;
	top:-13%;
	left:0%;
	height:140%;
	width:auto;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
}
.stageSlide .fieldWrap img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	max-height:100%;
	max-width:100%;
}
.stageSlide .itmetitle {
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    text-shadow: 1px 1px 1px #FFFFFF;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: -170px;
	width: 200px;
	text-align: left;
	position: fixed;
	z-index: 2;
	transition: 0.3s;
	padding: 15px 10px;
	z-index: 999;
	border-radius: 3px;
}
#pageNav ul {
	width: 100%;
	display: block;
}
#pageNav ul li {
	padding-bottom: 10px;
	width: 100%;
	height: 15px;
	display: block;
}
#pageNav ul li:last-child {
	padding-bottom:0;
}
#pageNav ul li a {
	width: 100%;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url(../img/nav.png);
	background-color: transparent;
	display: block;
	color: red;
	background-size: auto 95%;
	transition: 0.3s;
	transition-delay: 1000ms;
	text-decoration: none;
}
#pageNav ul li a:hover {
	background-position: 20px 1px;
}
#pageNav ul li a:visited,
#pageNav ul li a:link {
	color: #4B4B4B;
}
#pageNav ul li.activeStage a {
	background: transparent url(../img/nav_acv.png) no-repeat left center;
	background-size: auto 98%;
}
#pageNav ul li a {
	position:relative;
	transition:0.3s;
}
#pageNav ul li a:after {
	position:absolute;
	top:0;
	left:40px;
}
#pageNav ul li.pagePn1 a:after {
	content:"TOP";
}
#pageNav ul li.pagePn2 a:after {
	content:"手";
}
#pageNav ul li.pagePn3 a:after {
	content:"人体";
}
#pageNav ul li.pagePn4 a:after {
	content:"首・胸像";
}
#pageNav ul li.pagePn5 a:after {
	content:"動物";
}
#pageNav ul li.pagePn6 a:after {
	content:"絵画";
}
#pageNav ul li.pagePn7 a:after {
	content:"地蔵";
}
#pageNav ul li.pagePn8 a:after {
	content:"LOCATION MAP";
}





/* #pageDown
--------------------------- */
#pageDown {
	bottom: 5px;
	height: 40px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
#pageDown a {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: transparent url(../img/next_arw.svg) no-repeat center center;
    display: block;
    transition: 0.3s;
    background-size: 200% 200%;
	opacity: 0.6;
}
#pageDown a:hover {
    background-position: 50% 30%;
}

/* #stage1
--------------------------- */
.titlewrap {
	position: absolute;
	top: 120px;
	right: 200px;
	color: #000000;
	text-align: center;
	background-color: #000000;
	padding: 100px;
}
.titlewrap h1 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "Yu Mincho", "YuMincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;

}
.titlewrap h2 {
    color: #9A9A9A;
    font-size: 14px;
    margin-bottom: 15px;
}
.titlewrap .titleline {
    width: 100%;
    height: 0.5px;
    background-color: #939393;
    margin-bottom: 10px;
}
.titlewrap p {
	color: #ffffff;
	padding-bottom: 0;
}
.titlewrap .e_title {
	color: #ffffff;
	padding-bottom: 0;
	font-size: 14px;
}



/* #googlemap
--------------------------- */

/*グーグルマップのズームボタンの位置変更*/
.gm-bundled-control {
	bottom:25% !important;
}
/**/

.marker_detail {
	max-width:100% !important;
	max-height:500px !important;
}
.gm-style-iw p:first-child {
	margin:20px 0 0;
}
footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #ffffff;
}
#stage8 .controlword {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    z-index: 1;
    background-color: rgba(151,151,151,1.00);
	padding: 10px;
	display: none;
}

/*===============================================
 画面の横幅が1300px以下
===============================================*/
@media screen and (max-width: 1300px) {
	.titlewrap {
		top: 20px;
		right: 65px;
	}
}

/*===============================================
 画面の横幅が1000px以下
===============================================*/
@media screen and (max-width: 1000px) {
	.stageSlide .sdNext {
		right: 40px;
	}
	.stageSlide .sdPrev {
		left: 40px;
	}
}


/*===============================================
 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
	.marker_detail {
		max-width:100% !important;
		max-height:800px !important;
	}
	.titlewrap {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		width: 60%;
		padding: 0;
	}
	.titlewrap:before {
		content:"";
		display: block;
		padding-top: 100%; /* 高さを幅の75%に固定 */
	}
	.titlewrap div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	#stage1 .fieldWrap img {
		height: 132%;
		top: 1%;
		left: -52%;
	}
	.stageSlide .slideNav {
		bottom: 75px;
	}
	#pageNav {
		top: 50px;
	}
	.stageSlide .sdNext {
		top: 85%;
		right: 10px;
	}
	.stageSlide .sdPrev {
		top: 85%;
		left: 10px;
	}
	.stageSlide .slideNav {
		display: none;
	}
	.gm-style-mtc {
		display: none;
	}
	#pageNav {
		right: -180px !important;
		background-color: rgba(255, 255, 255, 0) !important;
	}
	#menu_button:hover {
    background-color: rgba(0,0,0,0) !important;
	}
	.stageSlide .itmetitle {
		top: 20px;
	}
	#stage8 .controlword {
		display: block;
	}

}
