@import url(http://fonts.googleapis.com/css?family=Lato:300,700&subset=latin,latin-ext);

/*main contents */

body {
    text-align : center;
	font-family: 'Lato', serif;
	font-weight:300;
	font-size: 18px;
	overflow-X:hidden;
}

.container {
    margin: 0 auto;
}

a {
    text-decoration: none;
	color:#000;
}
.clear {
    clear:both;
}
.square:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.inside_text {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
	height: 100%;
}



/*header*/

.top_header nav {
	z-index:9998;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	position:fixed;
	background:rgba(0, 0, 0, 0.7);
}

.top_header nav a {
	color: #fff; display: block;
	float: left; 
	width: 100%; 
	line-height: 40px; 
	font-weight:300;
}

.top_header nav a:hover {
    background: #222;
	opacity: 0.8;
}

.top_header nav * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
div.sns_pc {
    width:auto;
	text-align:center;
	display: inline;
	height:40px;
	position: fixed;
	top:10px;
	right:20px;
	z-index:9999;
}
.sns_pc_wrapper {
	display: inline-block;
	text-align:center;
	width:100%;
	height:55px;
}
.sns_pc a {
	margin:0 0 0 13px;
	padding:0!important;
	width:auto;
	height:auto;
	display:inline-block;
}

a.sns_menu:hover{
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	opacity:0.6;
}
.sns_menu img{
    height:20px;
    width:auto;
	display:inline-block;
}
.language img {
    height:16px;
    width:auto;
	display:inline-block;
	opacity:0.7;
}
.language {
    color:#FFFFFF;
	font-weight:700;
	font-size:12px;
	letter-spacing:3px;
	margin-left:18px;
}
#main_footer .language {
    margin-left:30px;
}
a.language:hover{
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	opacity:0.5;
	color:#FFFFFF!important;
}
span.menu_underbar {
    display:none;
}

/*contents*/

.contents {
    width:100%;
}
.contents h1 {
    margin: 15px 0 0 0;
	font-size:26px;
	font-weight:300;
}
.scrEvent {
    display:none;
}
.contents section{
	margin-bottom: 40px;
}

#map_canvas {
    width:100%;
	height:500px;
}
.map_wrapper {
    position:relative;
	margin:30px 0 0 0;
	overflow:hidden;
}
.map_info {
    width:100%;
	height:500px;
	position:absolute;
	top:0;
	right:0;
	background: rgba(0, 0, 0, 0.7);
	color:#ffffff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.map_info * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.map_info h1 {
    font-weight:300;
	letter-spacing:3px;
	font-size:24px;
	margin-top:60px!important;
}
.map_info .white {
    width:40px;
	height:auto;
	margin:20px 0;
}
.map_info ul {
    text-align:left;
}
.map_info li {
    list-style:none;
	margin: 0 0 20px 0;
	line-height:30px;
	white-space: nowrap;
	font-size:17px;
}
.map_info li img{
    height:auto;
	width:25px;
	margin-right:20px;
	margin-top:-4px;
}
.map_info li a {
    color:#FFFFFF;
}
.hide_info {
    right:-80%!important;
}
.map_toggle_wrapper {
    display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:50px;
	background:rgba(0,0,0,0.6);
}
.map_toggle:before {
	content:'';
	position: absolute;
	top:-8px;
	left:12px;
	width: 25px;
    height: 4px;
    background-color: #fff;
    font-size: 0px;
    user-select: none;
	display:inline-block;
	transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transition: transform 0.6s;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.map_toggle {
    position: absolute;
    left: 30px;
	top: 23px;
    width: 30px;
    height: 4px;
    background: #fff;
	display:inline-block;
	transition: transform 0.6s;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.map_toggle:after {
    position: absolute;
	top: 8px;
	left:12px;
    width: 25px;
    height: 4px;
    background: #fff;
    content: '';
	display:inline-block;
	transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transition: transform 0.6s;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.hide_info .map_toggle:before {
    transform: translateY(0) rotate(315deg);
	-webkit-transform: translateY(0) rotate(315deg);
	left:-5px;
}
.hide_info .map_toggle {
    left:10px;
}
.hide_info .map_toggle:after {
    transform: translateY(0) rotate(-315deg);
	-webkit-transform: translateY(0) rotate(-315deg);
	left:-5px;
}
.hide_info  li img{
	margin-right:100px !important;
}
.hide_info h1 {
    margin-right:-100px!important;
}
.hide_info .white {
	margin-right:-100px!important;
}

/*footer*/

footer#main_footer {
    margin:0;
	background:#000;
	width:100%;
	font-size:14px;
	padding-top:15px;
}

.footer_wrapper a {
    color:#fff;
}
.footer_wrapper a:visited {
    color:#fff;
}
.footer_wrapper a:hover {
    color:#F97906;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer_wrapper section {
    margin-bottom:10px;
}

.footer_left {
    width:100%;
	height:auto;
	display:block;
}
.footer_left a {
    margin: 0 0 0 5px;
	padding-right:5px;
	border-right: 1px solid #999999;
}


.footer_right {
    width:100%;
	height:auto;
	display:block;
}
.footer_right a {
    display:inline-block;
    margin: 0 0 0 5px;
	padding-right:5px;
}

.footer_right nav a:hover {
	opacity:0.5;
}

.copyrights {
    color:#999999;
	font-size:12px;
	margin:0;
}

a.nav_last {
	border-right: none;
}

/* ML footer*/

.mc_embed_signup_footer form {display: block; margin:0 auto; position:relative; text-align:center; padding:0;}
.mc_embed_signup_footer input {border:1px solid #999; -webkit-appearance:none;}
.mc_embed_signup_footer input[type=checkbox]{-webkit-appearance:checkbox;}
.mc_embed_signup_footer input[type=radio]{-webkit-appearance:radio;}
.mc_embed_signup_footer input:focus {border-color:#333;}
.mc_embed_signup_footer .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.mc_embed_signup_footer .button:hover {background-color:#777;}
.mc_embed_signup_footer .small-meta {font-size: 11px;}
.mc_embed_signup_footer .nowrap {white-space:nowrap;}     
.mc_embed_signup_footer .clear {clear:none; display:inline;}

.mc_embed_signup_footer div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
.mc_embed_signup_footer div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
.mc_embed_signup_footer #mce-error-response {display:none;}
.mc_embed_signup_footer #mce-success-response {color:#529214; display:none;}
.mc_embed_signup_footer label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.mc_embed_signup_footer {
	margin: 0 auto 10px auto;
	display: block;
}

.mc_embed_signup_footer label {
	display: block!important;
	color: #fff!important;
	font-weight: 300!important;
	text-align:center!important;
	font-family:'Lato', serif;
	text-transform: none;
	font-size:16px;
	padding-bottom:10px;
	letter-spacing:2px;
}
.mc_embed_signup_footer input.email {
	display: block;
	margin: 0 auto;
	width: 80%;
	padding:8px 0;
	text-indent:5px;
	border-radius: 5px;
}
.mc_embed_signup_footer input.button{
	display: block;
	width: 50%;
	margin: 10px auto 0 auto;
}

/* page top button */

#page-top {
    position: fixed;
	display:inline-block;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	opacity:0.8;
}
#page-top a {
    background: #666;
    color: #fff;
    width: 90px;
	height: 90px;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 45px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#page-top img {
    width:50px;
	height:auto;
	margin-top:20px;
	vertical-align:middle;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#page-top img:hover {
	margin-top:6px;
}



/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 740px) {
    /* Style adjustments for viewports that meet the condition */


.naver .naver-handle {
    display: none;
}
.naver .naver-handle:before {
    display: none;
}

.naver .naver-handle:after {
    display: none;
}

.nav_wrapper {
	position: absolute;
	margin-top:-74px;
	top:100%;
	font-size:11px;
	letter-spacing: 2px;
	left:0;
	right:0;
	background: url(../img/menu_bg.png) repeat;
	border-bottom:#62A316 solid 4px;
}

.top_header nav {
	position: relative;
	background:none;
	text-align:center;
}
.top_header nav a {
	color: #fff;
	opacity:1.0;
	display: inline-block;
	float: none;  
	margin: 0 0 0 0; 
    width: auto;
	padding: 15px 25px 15px 25px;
}
.top_header nav a:hover {
	-webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
	opacity:1.0;
	color:#F97906;
	background:none;
}

span.menu_underbar{
    background: #F97906;
	display:inline;
    height:4px;
    display:block;
    position: absolute;
    width:50px;
    left:0;
	-webkit-box-shadow: 0px -4px 15px 1px rgba(255,255,255,1.0);
	-moz-box-shadow: 0px -4px 15px 1px rgba(255,255,255,1.0);
	box-shadow: 0px -4px 15x 1px rgba(255,255,255,1.0);
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	left:0;
	right:0;
	margin-top:0!important;
}
.fixed nav a {
	}
.fixed nav a:hover {
}

.header_img {
    display: inline;
}
.contents {
    width: 100%;
}
.contents section{
	margin-bottom: 0;
	padding-bottom: 0;
}

.text h1 {
    margin-top:0;
}

p.discription {
    margin: 5px 20px 10px 20px;
}
.detail {
    padding: 2px 30px 2px 30px;
	letter-spacing:2px;
}
.detail:hover {
    box-shadow: 5px 5px 8px #666666;
    -webkit-box-shadow: 5px 5px 8px #666666;
    -moz-box-shadow: 5px 5px 8px #666666;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.map_wrapper {
	margin:40px 0 0 0;
}
.map_info {
    width:45%;
}
.hide_info {
    right:-30%!important;
}
.mc_embed_signup_footer label {
}
.mc_embed_signup_footer input.email {
	display: inline-block;
	width:40%;
	margin-right:15px;
}
.mc_embed_signup_footer input.button{
	display: inline-block;
	margin: 3px 0 0 0;
	width:30%;
}
.footer_left {
    width:50%;
	float:left;
}
.footer_right {
    width:50%;
	float:right
}


}

@media only screen and (min-width: 1020px) {
    /* Style adjustments for viewports that meet the condition */


.nav_wrapper {
    width:100%;
	letter-spacing: 3px;
}

.contents {
    width: 1000px;
	margin: 0 auto;
}

.footer_wrapper {
    width:1000px;
	margin:0 auto;
}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* 
 * Naver v3.1.0 - 2014-09-20 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.naver .naver-handle {
line-height: 45px;
  height: 45px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver .naver-handle:before {
	content:'';
	position:absolute;
	top:15px;
	left:10px;
	width: 30px;
    display: block;
    height: 4px;
    background-color: #fff;
    font-size: 0px;
    user-select: none;
    transition: transform 0.6s;
}

.naver .naver-handle:after {
    position: absolute;
    left: 10px;
	top: 25px;
    width: 30px;
    height: 4px;
    background: #fff;
    content: '';
    transition: transform 0.6s;
}
.open .naver-handle:before {
    top:20px;
    transform: translateY(0) rotate(135deg);
	-webkit-transform: translateY(0) rotate(135deg);
}
 
.open .naver-handle:after {
    top:20px;
    transform: translateY(0) rotate(-135deg);
	-webkit-transform: translateY(0) rotate(-135deg);
}
.naver .naver-wrapper {
  height: auto;
}
.naver .naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.naver.enabled .naver-handle {
  display: block;
 }
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
