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

body {
	margin: 0;
	font-size: 19px;
	background-image:url("../img/bg.png");
}
a {
	text-decoration: none;
}
a:hovr {
	text-decoration: none;
}
.wrap {
	width:100%;
	margin: auto;
	margin-bottom: 100px;
	max-width: 640px;
}
header {
	background-color: #0086d1;
	background-image:url("../img/header.png");
	background-repeat:no-repeat;
	background-position:right 7px bottom;
	background-size:30%;
	padding: 40px 20px 30px 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.contents {
	padding: 20px;
}
h2 {
    font-size: 22px;
	font-weight: bold;
	color: #0086d1;
	padding-bottom:5px; 
	padding-right: 90px;
    border-bottom:1px solid #0086d1; 
	background-image:url(../img/t-img.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:20%;
	margin-top: 40px;
	margin-bottom: 30px;
}
h3 {
    font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-bottom:0px; 
    border-bottom:1px solid #0086d1; 
	background-image:url(../img/t-img.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:20%;
	margin-top: 40px;
	margin-bottom: 30px;
}
.t-icon {
	width: 50px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
}
.t-icon img {
	width: 100%;
	height: auto;
}
.t-icon2 {
	width: 35px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
}
.t-icon2 img {
	width: 100%;
	height: auto;
}
.map {
	width: 100%;
	overflow: auto;
}
.maparea {
	width: 600px;
	margin-bottom: 20px;
	position: relative;
}
.maparea img {
	width: 100%;
	height: auto;
}
.m1 {
	position: absolute;
	top: 38%;
	right: 19%;
	width: 30px;
}
.m2 {
	position: absolute;
	top: 30%;
	right: 32%;
	width: 30px;
}
.m3 {
	position: absolute;
	top: 29%;
	right: 38%;
	width: 30px;
}
.m4 {
	position: absolute;
	top: 12%;
	right: 74%;
	width: 30px;
}
.m5 {
	position: absolute;
	top: 10%;
	right: 65%;
	width: 30px;
}
.m6 {
	position: absolute;
	top: 76%;
	right: 32%;
	width: 30px;
}
.m7 {
	position: absolute;
	top: 72%;
	right: 39%;
	width: 30px;
}
.m8 {
	position: absolute;
	top: 63%;
	right: 55%;
	width: 30px;
}
.m9 {
	position: absolute;
	top: 74%;
	right: 22%;
	width: 30px;
}
.m10 {
	position: absolute;
	top: 87%;
	right: 19%;
	width: 30px;
}
.m11 {
	position: absolute;
	top: 86%;
	right: 5%;
	width: 30px;
}
.p1 {
	position: absolute;
	top: 35%;
	right: 16%;
	width: 40px;
}
.p2 {
	position: absolute;
	top: 26%;
	right: 29%;
	width: 40px;
}
.p3 {
	position: absolute;
	top: 26%;
	right: 36%;
	width: 40px;
}
.p4 {
	position: absolute;
	top: 9%;
	right: 71%;
	width: 40px;
}
.p5 {
	position: absolute;
	top: 6%;
	right: 62%;
	width: 40px;
}
.p6 {
	position: absolute;
	top: 72%;
	right: 29%;
	width: 40px;
	z-index: 99;
}
.p7 {
	position: absolute;
	top: 69%;
	right: 36%;
	width: 40px;
}
.p8 {
	position: absolute;
	top: 60%;
	right: 52%;
	width: 40px;
}
.p9 {
	position: absolute;
	top: 71%;
	right: 19%;
	width: 40px;
}
.p10 {
	position: absolute;
	top: 84%;
	right: 17%;
	width: 40px;
}
.p11 {
	position: absolute;
	top: 82%;
	right: 2%;
	width: 40px;
}
.qrarea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0 20px 0;
}
.item1 {
	width: 20%;
}
.item1 img {
	width: 100%;
	height: auto;
}
.item2 {
	width: 75%;
	font-size: 18px;
	color: #333;
}
.moviearea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	padding: 15px;
	background-color: #0086D1;
	color: #fff;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #ccc;
	transition: 1s;
}
.moviearea:hover {
	transform: scale(1.05);
} 
.movie0 {
	width: 6%;
}
.movie0 img {
	width: 100%;
	height: auto;
}
.movie1 {
	width: 48%;
}
.movie2 {
	width: 40%;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
.movie2 img {
	width: 100%;
	height: auto;
	border: solid 1px #fff;
}
.framearea {
	border-radius: 10px;
	padding: 15px;
	background-color: #0086D1;
	color: #fff;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px #ccc;
	text-align: center;
	font-size: 18px;
	transition: 1s;
}
.framearea:hover {
	transform: scale(1.05);
} 
.framearea img {
	width: 40%;
	height: auto;
	margin-bottom: 10px;
}
.nextarea {
	display: flex;
	align-items: center;
	margin: 30px 0 20px 0;
	justify-content: center;
	font-size: 23px;
	color: #666;
	font-weight: bold;
}
.nextarea img {
	width: 60px;
	height: auto;
}
.subtxt {
	font-size: 19px;
	color: #666;
}
footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content:center;
	background-image:url("../img/fbg.png");
	background-repeat:repeat-x;
	background-position:bottom;
	background-size:80%;
}
.qr {
	width: 100px;
}
.qr img {
	width: 100%;
	height: auto;
}
.st {
	position: absolute;
	right: 40px;
	bottom: 5px;
	width: 50px;
}
.st img {
	width: 100%;
	height: auto;
}
.img100 {
	width: 100%;
	height: auto;
}
.img70 {
	width: 70%;
	height: auto;
}
.blue {
	color: #0086D1;
}
.btn{
	min-width: 200px;
}
.btn-light {
	background-color: #0086D1;
	color: #fff;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}