@charset "UTF-8";
/*==========================
	shop
============================*/
.innerContents {
	margin: 0 auto 80px;
	max-width: 1100px;
}
.slickArea {
	position: relative;
}
.slickArea .slideBox {
	float: left;
	margin: 0 1.6%;
	width: 30%;
}
.slickArea .slideBox.box1 {
	clear: both;
	float: none;
	margin: 0 2% 3% 1.5%;
	width: 62%;
}
.textBlock {
	position: absolute;
	right: 1.5%;
	top: 10px;
	width: 33%;
}
.textBlock h3 {
	margin: 0 0 20px;
	max-width: 363px;
}
.textBlock p {
	line-height: 1.8;
	margin: 0 auto;
	width: 95%;
}
.imgBox {
	margin: 0 auto 75px;
}
.characterProfile {
	margin: 0 auto;
	max-width: 900px;
}
.characterBox {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 20%;
}
.svg {
	margin: 0 auto 5px;
	width: 140px;
}
.name {
	font-size: 11px;
}
.bgText {
	background: #03265c;
	float: right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 15px;
	position: relative;
	width: 80%;
}
.bgText:after {
	background:url(../img/shop/bgBalloon.png) no-repeat left center;
	background-size:35px auto;
	-webkit-background-size:35px auto;
	-moz-background-size:35px auto;
	-o-background-size:35px auto;
	bottom: 0;
	content: "";
	display: block;
	height: 27px;
	left: -34px;
	margin: auto;
	position: absolute;
	top:0;
	width: 35px;
}
#culture_map {
	height: 400px;
	padding: 0 0 5%;
}
#map_canvas {
	height: 100%;
	width: 100%;
}
.mapArea .gray {
	text-align: center;
}
.apiBox {
	text-align: left;
}
/*media queries--------------------------------------css*/
@media screen and (max-width: 1000px) {
	.textBlock p {
		font-size: 1.35vw;
	}
}
@media screen and (max-width: 786px) {
	/*==========================
		shop
	============================*/
	.innerContents {
		margin: 0 auto 10%;
		max-width: 100%;
		width: 90%;
	}
	.slickArea {
		position: relative;
	}
	.slickArea .slideBox {
		float: left;
		margin: auto;
		width: 30%;
	}
	.slickArea .slideBox.box1 {
		clear: none;
		float: left;
		margin: auto;
		width: 30%;
	}
	.textBlock {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
	}
	.textBlock h3 {
		margin: 0 0 5%;
		max-width: 100%;
		width: 68%;
	}
	.textBlock p {
		line-height: unset;
		margin: 0 auto;
		width: auto;
		font-size: unset;
	}
	.imgBox {
		margin: 0 auto 8%;
	}
	.characterProfile {
		margin: 0 auto;
		max-width: 100%;
	}
	.characterBox {
		float: left;
		margin: 0 auto;
		text-align: center;
		width: 33%;
	}
	.svg {
		margin: 0 0 3%;
		width: 88%;
	}
	.svg img {width: 100%;}
	.name {
		font-size: 2.5vw;
		text-align: left;
		line-height: 1.2;
	}
	.bgText {
		font-size: 3vw;
		background: #03265c;
		float: right;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		padding: 4%;
		position: relative;
		width: 66%;
	}
	.bgText:after {
		display: none;
		top: -100%;
		left: -100%;
	}
	.culture_map {
		height: 50vh;
	}
	#map_canvas {
		height: 100%;
		width: 100%;
	}
}

/* Media Queries ================================================== */


