/*枠線、あとで削除*/
div{
	/* border:1px solid #000; */
}

#loading{
	background-color:rgb(223, 220, 255);
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;;
	opacity:1;
	transition: 1s;
	display:block;
}
.body{
	width:100%;
	margin:0px auto;
}
.menubar{
	background-color:#FFF;
	position:absolute;
	z-index:200;
	width:100%
}
.back-image{
	position: relative;
	background-color:#909090;
}
#kinkousai{
	position: absolute;
	background-color:#FFF;
	border:3px solid #FFF;
	border-radius:7px;
	right:0;
	/* bottom:0; */
	left:0;
	top:20%;
	margin:auto;
	max-width:800px;
	/* height:350px; */
	opacity:0;
	transition:opacity 1s;
}
#kinkousai img{
	object-fit: contain;
	width: 100%;
}
#count{
	position: absolute;
	background-color:#FFF;
	border:1px solid #000;
	top:50px;
	right:0;
	/* bottom:0; */
	left:0;
	margin:auto;
	width:500px;
	height:350px;
}
#count p{
    text-indent: 0;
    font-size:70px;
    text-align:center;
}
.imgchange{
	background-color:#ffffff;
	display:flex;
	position:relative;
	margin:auto;
	width:700px;
	height:320px;
}
.left-button,.right-button{
	background-color:wheat;
	position: relative;
	width:120px;
	height:100%;
}
.left-button span,.right-button span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
    user-select: none;
}
.left-button img,.right-button img{
	width: 120px;
	margin: auto;
	padding: 100% 0%;
}
.divwrap{
	display:flex;
	margin:60px 0 120px 0;
}
.big{
	width:calc(100%*3/5);
	/* height:500px; */
	background-color:rgb(125, 125, 125);
	overflow:hidden;
}
.small{
	width:calc(100%*2/5);
	height:500px;
	background-color:rgb(125, 125, 125);
	overflow:hidden;
}
.big p,.small p,.big h4,.small h4{
	color: white;
	font-size: large;
}
.big img,.small img{
	color: white;
	font-size: large;
	width:100%;
}
#right2{
	padding-left: 25%;
}
.slide{
	background-color:black;
	color:azure;
	overflow:hidden;
}
.sraido{
	display: inline-block;
	white-space:nowrap;
	padding-left:110%;
	animation: sraido 12s linear infinite;
}
.back-color{
	background-color:#dbdbdb;
}
.iroiro{
	background: #dfdfdf;
	height:100%;
	overflow:hidden;
}
.iroiro img{
    object-fit: cover;
}
.inline{
	text-align:right;
	display:inline-block;
	position:relative;
	width:80px;
	height:80px;
	margin: 10px 30px;
	background-color:#dbdbdb;
}
.grafic{
	background-color:#cfcfcf;
	margin:auto;
}
.timetable{
	margin:0 auto 60px auto;
	max-width:800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.dasimono-kari>div{
	background-color:#ffffff;
	position:relative;
	/* width:700px; */
	height:100%;
}
.dasimono-img{
	width:100%; 
	height:280px;
	display:flex;
	white-space:nowrap;
}
.font{
	font-size:10px;
}
.dasimono-size{
	width:100%; 
	height:220px;
	background-color:aquamarine;
	font-size:25px;
}
.dasimono-kari,.map-kari{
	height:500px;
}
.dasimono-menu{
	overflow-y: scroll;
	width:260px;
	height:100%;
}
.dasimono-nam{
	height:24px;
	border-bottom:0.3px;
	display:flex;
	border: black 1px solid;
	border-radius: 7px;
	padding: 0.5em 0.5em;
	overflow: hidden;
}
.dasimono-name{
	font-size:30px;
}
.padingbox{
	width:700px;
	overflow: hidden;
}
#dasimonobox{
	animation-fill-mode:forwards;
}
.gakka{
	width:280px;
	height:100%;
}
.dasimonochange{
	margin-left:0%;
}
.map-img{
	background-color:rgb(241, 241, 241);
	position:relative;
	margin:auto;
	width:750px;
	height:100%;
	overflow:hidden;
}
#sidebtn{
	display:none;
}
.gakka-name{
	width:40px;
	height:100%;
	text-align:center;
}
#gname{
	width:210px;
	height:210px;
	margin:30px 0 0 30px;
	background-color:rgb(11, 11, 124);
}
#gnam{
	margin:35px 0 0 0;
	text-align:center;
	font-size:85px;
	color:white;
}

#sidebtn{
	width:100%;
	height:20px;
}
#imgdayo{
	background-color:#222222;
	transition: all 0.7s;
	width: 100%;
	height:100%;
}
#img{
	width:100%;
	height:100%;
}
#cur{
	opacity:0;
	position:absolute;
	width:50px;
	height:50px;
	margin:200px 0 0 200px;
	bottom:0;
	top:0;
	right:0;
	left:0;
	background-color:rgb(255, 0, 76);
	clip-path:polygon(0% 0%, 0% 75%, 25% 50%,60%  100%, 75% 100%, 100% 75%,100% 60%, 50% 25%, 75% 0%);
}
div#top-modoru{
	position:fixed;
	bottom:-60px;
	right:3vw;
	margin-bottom:0px;
	transition:all 0.1s;
}
@keyframes aftsraido{
	0%{transform: translateX(110%)}
	30%{transform:translateX(110%)}
	100%{transform: translateX(0)}
}
@keyframes sraido{
	0%{transform: translateX(0)}
	70%{transform:translateX(-110%)}
	100%{transform: translateX(-110%)}
	
}
.chara{
	margin:0;
}
.charali{
	padding:0;
	list-style-type: none;
}
#contantimage{
	width: 420px;
    height: 100%;
}
/*
　タブレット用サイズ調整
*/
/*
@media screen and (max-width:768px) {
	#kinkousai, #count{
		width:400px;
		height:300px;
	}
	.grafic{
		width:475px;
		height:310px;
	}
	.imgchange{
		width:400px;
		height:220px;
	}
	.dasimono-kari>div{
		width:650px;
		height:450px;
	}
	.dasimono-size{
		height:225px
	}
	.map-kari{
		height:420px;
	}
	.map-img{
		width:610px;
	}
}
*/
/*
 スマホ用（後に回す）
*/

@media screen and (max-width: 420px){
	h1 img{
		width: 100%;
	}
	.imgchange{
		width:100%;
		height:200px;
	}
	.left-button, .right-button {
		width: 95px;
	}
	.left-button span, .right-button span {
		top:45%;
	}
	.left-button img,.right-button img{
		width: 63px;
	}
	.divwrap{
		flex-wrap: wrap;
	}
	.big,.small{
		width: 100%;
	}
	#left1{
		padding-right: 25%;
	}
	#right2{
		padding-left: 25%;
	}
	.timetable img{
		width: 100%;
	}
	.dasimono-kari>div{
		/* height:300px;
		width:420px; */
	}
	.dasimono-size{
		height:150px;
		font-size:15px
	}
	.dasimono-kari{
		height:300px;
		flex-wrap: wrap;
	}
	.dasimono-name{
		font-size:20px;
	}
	.map-kari{
		height:300px;
	}
	.map-img{
		width:390px;
	}
	#kinkousai,#count{
		width:300px;
	}
	#kinkousai{
		top: 0;
	}
	#gname{
		width:80px;
		height:80px;
		margin: 30px 0 0 15px;
	}
	#gnam{
		margin:15px 0 0 0;
		font-size:35px;
	}
	.dasimono-menu{
		/* display:none; */
		width: 100%;
	}
	.dasimono-img{
		height:145px;
	}
	.gakka{
		width:150px;
	}
	#contantimage{
		width:100%;
	}
	.padingbox{
		width:100%;
	}
}
