@charset "utf-8";

* { zoom:1; margin: 0; padding: 0; font-size: 14px; line-height: 150%;}

body {
    text-align: center;
	line-height: 150%;
    font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #333;
}

img, iframe { border: 0; max-width: 100%;}
a { text-decoration: none; color: #005FB0; }
a:hover { color: #0081f1; }
ul { list-style-type: none; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.clear { clear: both; }
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.hidden { display: none; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.fs24 { font-size: 24px; }
.fs12 { font-size: 12px; }
.bold { font-weight: bold; }
.futura { font-family: futura; }
.relative { position: relative; }
.bgy { background-color: #FFFFCC; }

.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}

/*
------------------------------------
WIRE
------------------------------------
*/

.wrap-inner {
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
}

.inner {
	max-width: 746px;
	text-align: left;
	margin: 0 auto;
}

header {
	height: 88px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #FFF;
	padding: 8px 10px 0 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #000;
	color: #FFF;
	border-top: 7px solid #00ACA8;
}

header h1 {
	float: left;
	width: 107px;
}

h1 a {
	display: block;
	height: 61px;
	text-indent: -9999px;
	background: url(../img/logo.jpg) no-repeat;
}

header ul {
	float: right;
	margin-top: 8px;
	clear: right;
}

header li {
	float: left;
}

header li a {
	font-size: 18px;
	font-weight: bold;
	border-right: 2px solid #005FB0;
	padding: 0 10px;
	vertical-align: middle;
}

header li span {
	font-size: 18px;
}

header li a#menu-to-form {
	border-right: none;
	padding-right: none;
	margin-top: 2px;
	display: inline-block;
	
}

header #lang-change {
	margin-top: 2px;
}

header #lang-change li a {
	font-size: 14px;
	font-weight: normal;
	border: none;
}

header #lang-change img {
	margin-right: 5px;
}

footer {
	background-color: #E5E5E6;
	padding: 0 0 15px 0;
}

#foot-logo {
	float: left;
	padding-top: 30px;
}

footer p {
	font-size: 12px;
	float: right;
	margin-top: 50px;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #FFF;
	z-index: 10;
	background-color: #00ACA8;
	display: block;
	box-sizing: border-box;
	padding: 7px;
	line-height: 100%;
	font-size: 26px;
	box-shadow: 2px 2px 5px #333;
	display: none;
}

#toTop:hover {
	background-color: #00b9b5;
}

article {
	margin-top: 88px;
}

section {
	clear: both;
}

h2 {
	background-color: #00ACA8;
	color: #FFF;
	font-size: 40px;
	box-shadow: 0 4px 5px #666;
	margin-bottom: 20px;
	line-height: 180%;
}

h2 span {
	font-size: 40px;
	line-height: 180%;
}

.sp {
	display: none;
}

/*
------------------------------------
INTRO
------------------------------------
*/

#intro {
	background: url(../img/main_1.jpg) center -10px no-repeat;
}

#en #intro {
	background: url(../img/main_1_en.jpg) center -15px no-repeat;
}

#en #main-1 {
	height: 430px;
}

#en #main-copy {
	display: none;
}

#vn #intro {
	background: url(../img/main_1_vn.jpg) center -15px no-repeat;
}

#vn #main-1 {
	height: 430px;
}

#vn #main-copy {
	display: none;
}

#main-copy {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	padding-top: 240px;
	color: #000;
}

#main-2 {
	margin-top: 55px;
	background: url(../img/main_2.jpg) center top no-repeat;
	padding-bottom: 50px;
	overflow: hidden;
}

#main-1 img {
	display: none;
}

#orange-copy {
	color: #E95504;
	font-size: 38px;
	line-height: 140%;
	padding: 10px;
}

#sub-copy {
	font-size: 18px;
	margin-top: 20px;
	color: #000;
}

#sub-copy span {
	font-weight: bold;
	font-size: 24px;
	line-height: 250%;
}

#menu {
	width: 752px;
	margin: 50px auto 0 auto;
}

#menu li {
	float: left;
	border-right: 1px solid #666;
	padding: 0 50px;
}

#menu li:last-child {
	border-right: none;
}

#menu a {
	display: block;
	width: 150px;
	height: 150px;
	margin-bottom: 40px;
	position: relative;
}

#menu strong {
	display: block;
	color: #000;
	font-size: 30px;
	line-height: 140%;
	background-color: #F9BF20;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	padding-top: 33px;
	box-sizing: border-box;
	position: absolute;
	top: -150px;
	opacity: 0;
}

#menu a #m1 {
	left: -100px;
	line-height: 100%;
	padding-top: 25px;
}

#en #menu a #m1 {
	line-height: 120%;
	padding-top: 22px;
}

#vn #menu a #m1, #vn #menu a #m2, #vn #menu a #m3  {
	padding-top: 58px;
	line-height: 120%;
}

#m2 {
	left: 0;
}

#en #menu a #m2 {
	line-height: 120%;
	padding-top: 55px;
}

#m3 {
	right: -100px;
}

#en #menu a #m3 {
	line-height: 120%;
	padding-top: 38px;
}

#menu a:after {
	content: '';
	position: absolute;
	border-top: 16px solid #FFF;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	bottom: -30px;
	left: 51px;
}

#menu a:before {
	content: '';
	position: absolute;
	border-top: 16px solid #666;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	bottom: -33px;
	left: 51px;
}

#menu strong:hover {
	background-color: #ffd11d;
}

#menu span {
	font-size: 56px;
	line-height: 100%;
	vertical-align: -5px;
}

/*
------------------------------------
POINT
------------------------------------
*/

#point h2 span {
	font-size: 80px;
	vertical-align: -10px;
	line-height: 90%;
}

#point dl {
	border-bottom: 2px dashed #666;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#point dt {
	width: 110px;
	height: 43px;
	float: left;
	padding-top: 4px;
	position: relative;
}

#point dt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	max-width: 200%;
}

#point dd {
	margin-left: 110px;
}

#point dl h3 {
	color: #00ACA8;
	font-size: 22px;
}

#point dl p {
	font-size: 13px;
}

#point dl li {
	font-size: 13px;
	line-height: 100%;
	/*border-left: 13px solid #666;*/
	padding-left: 18px;
	margin: 4px 0 8px 0;
	background: url(../img/mark_square.jpg) left top no-repeat;
}

#schedule {
	background-color: #EEEEEF;
	margin: 10px 0 10px -110px;
	padding: 15px;
}

#schedule h4 {
	color: #00ACA8;
	background: url(../img/green.png) left center repeat-x;
	margin-bottom: 10px;
}

#schedule h4 span {
	background-color: #EEEEEF;
	padding-right: 10px;
	font-size: 16px;
}

#schedule dl {
	border-bottom: none;
	margin-bottom: -20px;
	padding-bottom: 0;
}

#schedule dt {
	width: 55px;
	height: 75px;
	float: left;
	padding-top: 0;
}

#schedule dt img {
	width: 50px;
}

#schedule dd {
	margin-left: 0;
	width: 178px;
	height: 72px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	padding: 3px 5px 0 0;
	position: relative;
}

#schedule dd img {
	position: absolute;
	top: 0;
	left: 40px;
}

#schedule small {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 120%;
}

#schedule br {
	line-height: 120%;
}

#welcome-copy {
	color: #E95504;
	font-size: 40px;
}

#welcome-img {
	display: none;
}

#welcome-list {
	width: 746px;
	margin: 30px auto;
}

#welcome-list li {
	width: 235px;
	height: 235px;
	display: inline-block;
	margin-top: -30px;
	position: relative;
}

#welcome-list li p {
	font-weight: bold;
	background: url(../img/bg_list.png) center center no-repeat;
	width: 235px;
	height: 235px;
	box-sizing: border-box;
	vertical-align: middle;
	padding-top: 60px;
	font-size: 16px;
	color: #000;
	position: absolute;
}

#main-3 {
	background: url(../img/main_3_2.jpg) center top no-repeat;
	padding-bottom: 40px;
}

/*
------------------------------------
ACCESS
------------------------------------
*/

#access table {
	width: 360px;
	float: left;
	border-collapse: collapse;
	margin-bottom: 40px;
}

#access th {
	vertical-align: top;
	border-bottom: 1px solid #666;
	width: 90px;
	padding: 15px 0;
}

#access td {
	border-bottom: 1px solid #666;
	padding: 15px 0;
	font-size: 13px;
}

#lady {
	position: absolute;
	top: -287px;
	left: -70px;
	width: 287px;
	height: 195px;
	overflow: hidden;
}

#lady img {
	position: absolute;
	top: 195px;
	left: 0;
}

#googleMap {
	float: right;
	width: 360px;
	height: 316px;
	border: 1px solid #666;
	margin-top: 15px;
}

/*
------------------------------------
FORM
------------------------------------
*/


#form-intro {
	font-size: 24px;
	font-weight: bold;
}

#form-attend {
	margin-bottom: 20px;
	font-size: 13px;
}

#form ol {
	list-style-type: decimal-leading-zero;
	font-weight: bold;
	margin-left: 31px;
}

#form li {
	font-size: 16px;
	color: #E95504;
}

#form span {
	color: #333;
	font-size: 15px;
}

#form span.orange {
	color: #E95504;
	font-size: 12px;
	font-weight: bold;
}

#form .answer {
	color: #333;
	font-weight: normal;
	font-size: 15px;
	margin: 5px 0 20px 0;
}

#form .answer li {
	font-size: 15px;
	color: #333;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.text-l, textarea {
	width: 100%;
	font-size: 16px;
}

select {
	font-size: 16px;
}

.text-m {
	width: 319px;
	max-width: 100%;
}

#en .text-m {
	width: 305px;
}

.text-s {
	width: 100px;
}

hr {
	height: 1px;
	border: none;
	border-top: 2px dashed #666;
	margin-bottom: 10px;
	clear: both;
}

#form table {
	width: 100%;
}

#form th {
	font-size: 15px;
	width: 75px;
}

#en #form th {
	width: 105px;
}

#vn #form th {
	width: 110px;
}

#form td {
	padding: 15px 0 15px 3px;
}

#form th span {
	float: right;
	margin-top: 3px;
	display: inline-block;
}

#submit-block {
	margin: 20px 0 30px 0;
	text-align: center;
}

.formAlert {
	font-size: 16px;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	opacity: 0.6;
	position: fixed;
	z-index: 100;
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	padding-top: 15px;
	top: 0;
	left: 0;
	display: none;
}

/*
--------------------------------------
640px or less
--------------------------------------
*/

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	header {
		position: static;
		box-shadow: none;
	}
	
	#point, #access, #form {
		display: none;
	}
	
	footer {
		padding: 10px 0 5px 0;
	}
	
	footer dl {
		margin-left: 15px;
	}
	
	footer p {
		margin-right: 15px;
	}
	
	article {
		margin-top: 0;
	}
	
	.inner {
		padding: 0 15px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	#sp-bnr {
		display: block;
		margin-bottom: 10px;
		padding: 15px;
	}
	
	h2 span {
		font-size: 50px;
		vertical-align: -5px;
	}
	
	#point dt {
		width: 100%;
		height: auto;
		float: none;
		text-align: center;
		padding-right: 20px;
		box-sizing: border-box;
	}
	
	#point dt img {
		position: static;
	}
	
	#intro, #en #intro, #vn #intro {
		background-image: none;
	}
	
	#en #main-1, #vn #main-1 {
		height: auto;
	}
	
	#main-1 p {
		display: none;
	}
	
	#main-1 img {
		display: block;
	}
	
	#main-2 {
		padding: 0 15px;
		margin-top: 10px;
		background: url(../img/main_2_sp.jpg) center 80px no-repeat;
	}
	
	#orange-copy {
		font-size: 20px;
		line-height: 150%;
		border-top: 2px solid #E95504;
		border-bottom: 2px solid #E95504;
	}
	
	#sub-copy {
		font-size: 14px;
		text-align: left;
	}
	
	#sub-copy span {
		font-size: 20px;
		line-height: 180%;
	}
	
	#menu {
		width: 100%;
		margin: 20px 0 0 0;
	}

	#menu li {
		float: none;
		border: none;
		padding: 0;
	}

	#menu a {
		width: auto;
		height: auto;
		margin-bottom: 30px;
		box-shadow: 2px 2px 5px #666;
		background-color: #F9BF20;
	}
	
	#menu strong {
		font-size: 26px;
		background: url(../img/bg_orange.jpg) left 23px repeat-x;
		width: auto;
		height: auto;
		border-radius: 0;
		padding: 4px;
		position: static;
		opacity: 1;
	}

	#menu a:after {
		border: none;
	}

	#menu a:before {
		border: none;
	}

	#menu a #m1, #en #menu a #m1, #vn #menu a #m1,
	#menu a #m2, #en #menu a #m2, #vn #menu a #m2,
	#menu a #m3, #en #menu a #m3, #vn #menu a #m3 {
		line-height: 140%;
		padding: 4px;
	}

	#menu span {
		font-size: 26px;
		line-height: 140%;
		vertical-align: 0;
	}
	
	#menu .sp {
		display: inline;
	}
	
	#menu br {
		display: none;
	}
	
	#point dd {
		margin: 0;
	}
	
	#point dl h3 {
		margin-bottom: 7px;
	}
	
	#point dl p {
		font-size: 14px;
	}
	
	#point dl li {
		font-size: 14px;
		line-height: 150%;
		margin: 0;
		background: url(../img/mark_square.jpg) left 4px no-repeat;
	}
	
	#point .tar {
		text-align: left;
	}
	
	#schedule {
		margin: 10px 0;
	}
	
	#schedule dt {
		width: 55px;
		height: auto;
		float: left;
		padding: 0;
		clear: both;
	}
	
	#schedule dt img {
		width: 100%;
	}
	
	#schedule dd {
		margin: 0 0 0 65px;
		width: auto;
		height: auto;
		font-size: 14px;
		line-height: 140%;
		padding: 0 0 15px 0;
		float: none;
		min-height: 50px;
	}
	
	#schedule small {
		font-size: 14px;
		line-height: 140%;
	}
	
	#welcome-copy {
		font-size: 26px;
	}
	
	#welcome-list {
		width: 100%;
		margin: 30px auto 10px auto;
	}
	
	#main-3 {
		padding-bottom: 0px;
	}
	
	#lady {
		display: none;
	}
	
	#access table {
		margin-bottom: 5px;
		float: none;
		width: 100%;
	}
	
	#access th {
		border: none;
		padding: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	
	#access td {
		font-size: 14px;
		padding: 0 0 15px 0;
		margin-bottom: 15px;
	}
	
	#googleMap {
		margin-bottom: 20px;
		float: none;
		width: 100%;
	}
	
	#form-intro {
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	table, tr, tbody, th, td, #en #form th, #vn #form th {
		display: block;
		width: 100%;
	}
	
	#form th span {
		float: none;
		margin: 0 0 0 5px;
		display: inline;
	}
	
	#form td {
		padding: 5px 0 15px 0;
	}
	
	#form td .text-m, #en .text-m, #vn .text-m {
		width: 45%;
	}
	
	#submit-block {
		margin: 5px 0 0 0;
	}
}

/*
--------------------------------------
540px or less
--------------------------------------
*/

@media screen and (max-width: 540px) {
	header {
		height: auto;
	}
	
	header h1 {
		float: none;
		margin: 0 auto 10px auto;
	}
	
	header ul {
		float: none;
		text-align: center;
		margin: 0 10px 7px 10px;
	}
	
	header li {
		float: none;
		display: inline;
	}
	
	header li a {
		font-size: 15px;
		padding: 0 5px;
	}
	
	header li a#menu-to-form {
		width: 90px;
		margin-top: 4px;
	}
	
	footer {
		padding-top: 0;
	}
	
	#foot-logo {
		float: none;
		margin: 0 auto;
		width: 156px;
		padding-top: 20px;
	}
	
	footer p {
		float: none;
		margin: 0;
		padding-bottom: 5px;
		text-align: center;
	}
	
}

/*
--------------------------------------
480px or less
--------------------------------------
*/

@media screen and (max-width: 540px) {
	#welcome-list {
		display: none;
	}
	
	#welcome-img {
		display: block;
		margin: 10px 0 20px 0;
		width: 100%;
	}
}