@charset "utf-8";

/*初期設定*/
.space {
	margin-right: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
body {
    max-width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    -webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}

/*ドロップダウン*/
#menu-title:hover {
	background-color: #BCEBC3;
	border-color: #8DEB9B;
}
#header-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#menu {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}

/*ヘッダー*/
#title-head {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#header-contents {
	background-color: #D5EAD8;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1vh 0vw 1vh 0vw;
	border-bottom: 0.5vh #8B998D double;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#header-menu {
	width: 30%;
	height: 70px;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
#header-menu li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 70px;
}
#menu-title {
	list-style-type: none;
	width: auto;
	height: 60px;
	margin: 0;
	border: 5px solid #75EB87;
	border-radius: 10px;
	background-color: #A4EBAF;
	color: #5D665E;
	padding: 0;
	z-index: 9999;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#menu-oya {
	max-width: 100%;
	height: 70px;
	position: relative;
}
#menu {
	position: absolute;
	top: 105%;
	width: 40vw;
	height: auto;
	background-color: #D5EAD8;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 0;
	border: 5px solid #75EB87;
	border-radius: 10px;
	padding: 0;
}
#menu li {
	background-color:#A4EBAF;
	position: relative;
	width: 34vw;
	height: auto;
	margin: 1vh 3vw 1vh 2vw;
	border-left: 1vw solid #00EB23;
    border: dashed 2px #00EB23;
}
#menu li:hover {
	background-color: #BCEBC3;
	border-color: #8DEB9B;
}
.label {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.jp {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	font-weight: bold;
}
.en {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	font-size: 20px;
	text-align: center;
	vertical-align: top;
	color: #5D665E;
	font-weight: bold;
	word-wrap: break-word;
}
#guide {
	width: 60%;
	height: 70px;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	justify-content: center;
}
.guide-label {
	width: 48%;
	margin: 0px;
	padding: 0px;
	height: 60px;
	margin: 0 1% 0 1%;
	border: 5px solid #75EB87;
	border-radius: 10px;
	background-color: #A4EBAF;
	font-size: 20px;
	display: flex;
	text-align: center;
	justify-content: center;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
}
.guide-label:hover {
	background-color: #BCEBC3;
	border-color: #8DEB9B;
	cursor: pointer;
}
.guide-label a {
	color: #5D665E;
	width: 100%;
}

/*メイン*/
#main {
	background-image: url("../images/back_all.png");
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
#contents-table {
	width: 60%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #DFF7DF;
	align-items: center;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
#contents-table p {
	width: 50%;
	height: auto;
	text-align: center;
	color: #5D665E;
	font-size: 24px;
	font-weight: bold;
	background-color: #ADF7AD;
	border-radius: 10px;
}
#table {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	height: auto;
	background-color: #7CF77C;
	border-radius: 10px;
}
#topic1 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #5D665E;
	background-color: #C6F7C6;
	border-radius: 10px;
}
#topic2 {
	font-size: 22px;
	font-weight: bold;
	color: #5D665E;
	text-align: center;
	background-color:#ADF7AD;
	border-radius: 10px;
}
#topic3 {
	font-size: 22px;
	font-weight: bold;
	color: #5D665E;
	text-align: center;
	background-color:#94F794;
	border-radius: 10px;
}

#first-action {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	background-color: #DFF7DF;
	flex-wrap: wrap;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
.topic-title {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	color: #5D665E;
	width: 40%;
	background-color:#C6F7C6;
	margin-left: 1%;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	border-radius: 20px;
	padding-left: 1vw;
}
#scene-all {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #DFF7DF;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	border-radius: 10px;
}
.img-box {
	width: 40%;
	height: auto;
	display: flex;
}
#scene-image1 {
	width: 100%;
	object-fit: contain;
	height: auto;
	display: flex;
}
#mt-ex {
	width: 40%;
	height: auto;
	padding: 1vh 1vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #C6F7C6;
}
#movie-ex {
	width: 40%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1vh;
	padding-bottom: 1vh;
	background-color: #C6F7C6;
	border-radius: 10px;
}
.movie-set {
	background-color: #94F794;
	width: 80%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-top: 1vh;
}
.movie-button {
	width: 90%;
	height: auto;
	margin: 1vh 1vw;
	display: flex;
	padding: 0;
	background-color: #94F794;
	justify-content: center;
}
.movie-button-ex {
	width: 90%;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	height: auto;
	margin: 1vh 1vw;
	display: flex;
	padding: 0;
	background-color: #ADF7AD;
	justify-content: center;
	border-radius: 10px;
}
#movie-instruction {
	margin-left: 1vw;
	margin-top: 1vh;
	margin-right: 1vw;
	padding: 1vh 1vw;
	display: flex;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	background-color: #94F794;
	word-wrap: break-word;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
#to-home-ex {
	padding-top: 1vh;
	padding-bottom: 1vh;
	width: 90%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #C6F7C6;
	align-items: center;
	margin-top: 5vh;
	border-radius: 10px;
}
#to-home-button {
	width: 40%;
	height: auto;
	background-color: #94F794;
	justify-content: center;
	display: flex;
	border-radius: 10px;
}
#to-home-instruction {
	width: 60%;
	margin-top: 1vh;
	height: auto;
	display: flex;
	background-color: #94F794;
	font-size: 20px;
	text-align: center;
	justify-content: center;
	color: #5D665E;
	vertical-align: middle;
	border-radius: 10px;
}
.panorama-ex {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	background-color:#DFF7DF;
	display: flex;
	justify-content: space-around;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	position: relative;
}
.scene-image2 {
	width: 100%;
	object-fit: contain;
	height: auto;
	display: flex;
}
.panorama-instruction {
	width: 40%;
	display: flex;
	padding: 1vh 1vw;
	justify-content: center;
	flex-direction: column;
	background-color: #DFF7DF;
	border-radius: 10px;
}
.panorama1 {
	display: flex;
	background-color: #94F794;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	justify-content: center;
	border-radius: 10px;
}
.arrow {
	margin-top: 1vh;
	display: flex;
	justify-content: center;
	background-color: #DFF7DF;
}
.panorama2 {
	margin-top: 1vh;
	display: flex;
	background-color: #94F794;
	font-size: 20px;
	text-align: center;
	justify-content: center;
	color: #5D665E;
	border-radius: 10px;
}
#next-scene {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: wrap;
	background-color: #DFF7DF;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
#next-button-all {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	display: flex;
	background-color: #DFF7DF;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-left: 1vw;
}
#next-button {
	display: flex;
	background-color: #C6F7C6;
	border-radius: 10px;
}
#next-button-instruction {
	width: 40vw;
	display: flex;
	padding: 1vh 1vw;
	background-color: #94F794;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	border-radius: 10px;
	margin-left: 1vw;
}
#bar-all {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	display: flex;
	background-color: #DFF7DF;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-left: 1vw;
}
#bar-flow {
	width: 500px;
	height: auto;
	display: flex;
	padding: 1vh 1vw;
	flex-direction: column;
	background-color: #C6F7C6;
	position: relative;
	border-radius: 10px;
}
#bar{
	display: flex;
	width: 500px;
	height: 60px;
	object-fit: contain;
	justify-content: center;
}
.arrow2 {
	height: auto;
	width: 500px;
	display: flex;
	justify-content: center;
	background-color: #C6F7C6;
	border-radius: 10px;
}
#bar-button {
	display: flex;
	width: 500px;
	height: 40px;
	object-fit: contain;
	align-items: center;
	background-color: #C6F7C6;
	justify-content: center;
	border-radius: 10px;
}
#bar-instruction {
	display: flex;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	background-color: #94F794;
	justify-content: center;
	margin-left: 1vw;
	border-radius: 10px;
	padding: 1vh 1vw;
}
#auto-rotate {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	display: flex;
	background-color: #DFF7DF;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-left: 1vw;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	border-radius: 10px;
}
#button-explanation {
	background-color: #DFF7DF;
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 2vh;
	margin-bottom: 2vh;
	border-radius: 10px;
	padding: 1vh 1vw;
}
.set1 {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	display: flex;
	background-color: #DFF7DF;
}
.button1 {
	background-color: #C6F7C6;
	display: flex;
	width: 30px;
	height: 30px;
	margin-top: 2vh;
	margin-bottom: 2vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-left: 1vw;
	z-index: 9999;
	border-radius: 10px;
}
.explamation1 {
	margin-top: 2vh;
	margin-bottom: 2vh;
	margin-left: 1vw;
	padding: 1vh 1vw;
	background-color: #94F794;
	display: flex;
	font-size: 20px;
	text-align: center;
	color: #5D665E;
	border-radius: 10px;
}

/*フッター*/
#footer {
	background-image: url("../images/back_all.png");
	width: 100%;
	height: 100px;
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
}
#logo {
	height: auto;
	width: 30%;
	margin: 0;
	border: none;
	padding: 0px;
	position: absolute;
	right: 5%;
	bottom: 20px;
}
#logo img {
	height: auto;
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
}
#to-top {
	height: 40px;
	width: auto;
	margin: 30px 0 30px 0;
	padding: 0;
	position: absolute;
	left: 10%;
}
#to-top a {
	font-size: 22px;
	line-height: 40px;
	color: #5D665E;
}
#copyright {
	height: 20px;
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 5%;
}
#copyright-text {
	font-size: 18px;
}