@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #f3f6fa;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #696969;
		font-family: 'Lato', sans-serif;
		font-size: 1.1em;
		font-weight: 400;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		/*color: #3fb1a3;*/
		text-decoration: none;
		border-bottom: dotted 1px;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
	}

	ul, ol, dl, table, blockquote {
		margin: 0 ;
	}

	p {
		margin: 0 0 2em 0 ;
	}

	

/*  */

#gotop {
    position: fixed;
    border-radius: 50px;
    right: 20px;
    bottom: 30px;
    padding: 19px 16px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.5);
    color: #3C3C3C	;
    cursor: pointer;
	border: 1px solid #BEBEBE;
    z-index: 1000;
}

.header{	
	position: relative;	
}

.logo_menu_bar{
	display: flex;
    z-index: 3;
	margin: 0 30px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
	border-bottom: solid 0.07em rgba(255, 255, 255, 0.3);
	
}
.logo{
	background: url(logo.png) no-repeat;
	background-position: center center;
	background-size: 90% auto;
	margin: 0;
    min-width: 12%;	
	padding: 45px 0;
	
}

.language_menu_bar{
	margin: 0;
	padding: 10px 0;
	min-width: 85%;
	list-style: none;
	
}

.language{
	display: flex;
    justify-content: flex-end;
    padding: 0;
    
}

.language li{
	display: block;
	color: #fff;
	font-size: 0.7em ;
	font-weight: 500;
	margin-left: 2%;
}

/*  */



.menu{
	display: flex;
    justify-content: flex-end;
	margin: 0;
    padding: 0;
		    
}


.menu li{
	color: #fff;
	font-weight: 600;
	margin-left: 4%;
}

.menu a{
	color: #fff;
    font-size: 1.2em;
}

/* mobile menu */

.mobile-menu {
	display: none;
}


.banner_box{
	position: relative;
    height: 800px;    
}

.top_img{
	width: 450px;
	height: 350px;
	position: absolute;
	top: 510px;
	left: -40px;
	background-image: url(img_bg_seaweed01.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 60%;
	z-index: 3;
}

.headline{
	width: 650px;
	height: 200px;
	position: absolute;
	top: 350px;
	left: 10%;
	background-image: url(jp_kiko.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 80%;
	z-index: 3;
}

.banner{
	z-index: 2;
	position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
	height: 800px;
    background-image: url(banner03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0;
}

.banner_title{
	z-index: 3;
	display: flex;
    position: relative;
    top: -130px;
    flex-wrap: wrap;
    width: 60%;
    margin-bottom: -30px;
    margin-left: auto;
    padding: 20px;
    background-color: #fff;
}

.about_box{
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	background-image: url(img_bg_seaweed02.png);
	background-repeat: no-repeat;
	background-position: right 135%;
	background-size: 40%;
	
}

.about_img{
	width: 50%;
	margin: 0 2em;
	text-align: right;
	
}

.img_s1{
	width: 100%;
	height: 250px;
	background-image: url(img_about01_1.jpg) ;
	background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
} 

.about_con{
	width: 50%;	
	margin: 0 3.5%;
}

img{
    max-width:100%; 
    height:auto;
	margin-bottom: 3%;
}

h2{
	font-size: 3em;
	font-weight: 500;
	margin: 0.2em 0 1em 0;
	padding: 0 0 0.9em 0;
	border-bottom: solid 1px rgb(179, 179, 179) ;
}

.travel_bg{
	background-color: #fff;
	background-image: url(img_bg_seaweed04.png);
    background-position: 120% 110%;
    background-repeat: no-repeat;
    background-size: 40%;	

}

.travel_title{
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background-image: url(img_travel01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;	
}

h1{
	font-size: 3.5em;
	color: #fff;
	font-weight: 600;
	line-height: 290px;
	text-align: center;
	letter-spacing: 0.2em;
}

.travel_box{
	margin: 3% auto;
	padding: 50px 0;
	max-width: 1200px;
	display: flex;
	background-image: url(img_bg_map.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size:70%;	
}

.travel_img{
	width: 50%;
	margin: 0 2em;
	text-align: right;
	background-image: url(img_bg_seaweed03.png);
	background-repeat: no-repeat;
	background-position: left 80%;
	background-size:60%;	
}

.travel_con{
	width: 50%;	
	margin:0 3.5%;
	
}

.img_s2{
	width: 100%;
	height: 250px;
	background-image: url(img_travel02_2.jpg) ;
	background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
} 

.travel_box2{
	margin: 0 auto;
	padding: 0 0 50px 0;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	background-position: right;
	background-size:70%;	
}

.travel_box2 div:nth-child(1){
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(img_travel03_1.jpg);
}

.travel_box2 div:nth-child(2){
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(img_travel03_2.jpg);
}

.travel_box2 div:nth-child(3){
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(img_travel03_3.jpg);
}

.travel_box2 div:nth-child(4){
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(img_travel03_4.jpg);
}

.travel_box2 div:nth-child(5){
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(img_travel03_5.jpg);
}

.travel_service{
	width:44%;
	height: 400px;
	margin:0 3% 4%;
	/* display:inline-block;
	vertical-align:top;	
	position:relative;*/	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h3{
	padding: 1.2em 0 1em 0;
	font-size: 2em;
	color: #fff;
	font-weight: 600;	
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom: solid 1px rgba(255,255,255,0.5);
 }

 .travel_service li{
	font-size: 1.3em;
	color: #fff;
	margin-top: 1em;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.2em;
 }

.trade_title{
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background-image: url(img_trade01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.trade_box{
	margin: 0 auto;
	padding: 0 0 50px 0;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;			
}

.trade_con{
	width: 100%;	
	margin: 2% 5% 0;
}

.size{
	width: 40%;
	
}

.trade_box2{
	margin: 0 auto;
	padding: 0 0 50px 0;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	/* background-repeat: no-repeat;
	background-position: right;
	background-size:70%;*/	
}

.trade_project{
	width:44%;	
	margin:0 3% 4%;
	background-color: #fff;
	/* display:inline-block;
	vertical-align:top;	
	position:relative;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
}

h4{
	font-size: 2em;
	font-weight: 600;
	color: #61AFAA;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0.5em;
	margin: 0.5em 1em;
	border: solid 1px #d3d3d3;
	
}

.trade_project p{
	padding: 0.5em 2.5em;
}

.contact_box{
	margin: 0 auto;
	width: 100%;
	background-color: #E6E6FA;
	background-image: url(img_bg_seaweed05.png) ;
	background-repeat: no-repeat;
	background-position: right 105%;
	background-size: 40%;

}

.contact_title{
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	padding-top: 3%;
}

.size2{
	width: 100%;
	padding: 0 20%;
	text-align: center;
}

/* Footer */

footer {
	height: 250px;
	padding: 3% 1.5em;
	background-color: #000;
}



footer li {
	color: #A9A9A9	;
	font-size: 0.9em;
	text-align: center;
	display: block;
	margin: 0;	
		
}	

footer li img {
	opacity:0.6;
	margin: 0;	
		
}

@media screen and (max-width: 768px) {

	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.header{	
		position: relative;
		width: 100%;
		
	}
	
	p{
		font-size: 1.2em;
		line-height: 1.7em;
	}

	.logo_menu_bar{
		width: 100%;
		margin: 0;
		display: flex;
		z-index: 3;
		border-bottom: none;
		
	}
	.logo{
		background: url(logo.svg) no-repeat;
		background-position: 50% center;
		background-size: 30%;
		margin:0;
		width:100%;		
		padding: 80px 0 0 0;
		
	}
	
	.language_menu_bar{
		position: absolute;
		padding: 0;
		margin: 0;
		width: 100%;		
	}
	
	.menu{
		width: 100%;
		padding: 0;
		background-color:rgba(255,255,255,0.6);
		z-index: 4;
		max-height: 0px;
		overflow: hidden;
		display: block;
		position: absolute;
		top:-28px;
		text-align: center;		
		transition: max-height .8s;
	}

	.menu li{
		width: 100%;
		display: block;
		margin: 0;		
		padding: 2% 3%;
	}	

	.menu a{
		color: rgb(60, 60, 60);
		font-size: 1.5em;
		display: block;
		margin: 0;		
		padding: 2% 3%;
		
	}	

	.menu-show .menu {
		min-height: 850px;
		padding: 15% 0 3% 0;
	}
	  

	/* mobile menu  */
	.mobile-menu {
		display: block;
		position: relative;
		width: 35px;
		height: 25px;
		cursor: pointer;
		z-index: 5;
		margin: 0 3%;
		
		
	}
	  .mobile-menu__line,
	  .mobile-menu::before,
	  .mobile-menu::after {
		position: absolute;
		width: 100%;
		height: 4px;
		background-color: #fff;
	  }
	  
	  /*  */
	  .mobile-menu__line {
		top: 50%;
		transform: translateY(-50%);
	  }
	  
	  /* */
	  .mobile-menu::before {
		content: '';
		top: 0;
	  }
	  
	  /*  */
	  .mobile-menu::after {
		content: '';
		bottom: 0;
	  }
	




	.banner_box{
		position: relative;
		height: 800px;    
	}
	
	.headline{
		width: 100%;
		height: 200px;
		position: absolute;
		top: 350px;
		left: 0;
		background-position: top center;
		background-size: 70%;
		z-index: 3;
	}

	.banner{
		z-index: 2;
		position: absolute;
		top: -80px;
		right: 0;
		width: 100%;
		height: 800px;		
	}
	
	.banner_title{
		display: flex;
		justify-content: center;
		position: relative;
		top: -100px;
		width: 100%;
		padding: 20px;
		font-size: 1.2em;
	}
	
	.about_box{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.about_img{
		width: 100%;
		margin: 0 2em;
		text-align: center;
		
	}
	
	.img_s1{
		display: none;
	} 
	
	img{
		max-width:100%; 
		height:auto;
		margin-bottom: 3%;
	}
	

	.about_con{
		width: 100%;	
		margin: 0 8%;
	}
	
	h2{
		text-align: center;		
	}
	
	.travel_box{
		margin: 3% auto;
		padding: 20px 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		background-image: url(img_bg_map.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size:100%;
		
	}
	
	.travel_img{
		width: 100%;
		margin: 0 2em;
		text-align: center;
		background-image: none;
	}

	.travel_con{
		width: 100%;	
		margin:0 8%;		
	}
	
	.img_s2{
		display: none;		
	} 
	
	.travel_box2{
		margin: 0 auto;
		padding: 0 0 50px 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
			
	}
		
	.travel_service{
		width:100%;
		height: 500px;
		margin:0 3% 4%;
	}

	h3{
		font-size: 2.5em;		
	 }
	
	.travel_service p{
		font-size: 1.6em;
	 }

	.trade_box{
		margin: 0 auto;
		padding: 0 0 50px 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;			
	}
	
	.trade_con{
		width: 100%;	
		margin: 2% 5% 0;
	}
	
	.size{
		width: 100%;
		text-align: center;
	}

	.trade_box2{
		margin: 0 auto;
		padding: 0 0 50px 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.trade_project{
		width:100%;	
		margin:0 3% 6%;		
	}
	
	h4{
		font-size: 2.2em;
		padding: 0.5em 0;
		margin: 0.2em 0.5em;
		
	}
	
	
	.trade_project p{
		padding: 0.5em 1em;
	}
	
	.contact_box{
		background-image: none ;
	}
	
	.contact_title{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		padding: 3% 8% 0;
	}
	
	.size2{
		width: 100%;
		padding: 0 5%;
		text-align: center;
	}
	

	/* Footer */
	
	


}





		