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

html{
	cursor:pointer;
	overflow-y:scroll!important;
	
}

/*html, body,{ 
width: 100%;  
height:auto; 

}*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*color: #666;*/
	/*font-size: 16px;*/
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	overflow-y: hidden!important;
	/*overflow-y: visible;*/
	background-color:#FFBE53;
	height:100%;
}

#wrapper{
	max-width:1400px;
	width:100%;
	height: 100%;
	margin: 29px auto 5px;
	/*color:rgba(0,0,0,0.39);*/
}

#c {
position: absolute; 
/*-webkit-transform:translateZ(-10000px);*/
z-index: -10000;  
top:0;  
left: 0;
cursor:pointer;
width:100%;
height:100%;
}

.drawer-close{
	overflow-y:hidden;
}

.kikou{
	margin:0px 0px 0px 6%;
}
.mLEFT{margin:1% 0% 0% 9%;
       }

.shadow{font-size:23px;
        text-shadow:1px 1px 1px #000,6px  5px 9px #000}



img.unita{width:80%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 18px auto;
}

h2.trieste{
	padding-left: 1%;
	padding-top:2%;
	font-size:110%;
	font-weight:600;
	color:white;
}

h2.city{
		font-size: 110%;
		padding-left: 1%;
		color: white;
		font-weight: 800;
		padding-top: 3%;
}

/*Media query landscape mode of canvas and others*/

@media screen and (max-width:599px){
	html{
		/*overflow-y: scroll;*/
		overflow-y: visible;
	}
    h2.mLEFT {
        /*margin:{1% 0 0 1.5%;)*/
        margin: 0% 45% 0% 4%;
    }
    .shadow{font-size:13px;
        text-shadow:1px 1px 1px #000,6px  5px 9px #000}

h2.trieste{
		font-size: 80%;
		padding-left: 1%;
		color: white;
		font-weight: 800;
		padding-top: 6%;
	}
	
	h2.city{
		font-size: 80%;
		padding-left: 1%;
		color: white;
		font-weight: 800;
		padding-top: 6%;
}
	
	#c {
position: absolute; 
/*-webkit-transform:translateZ(-10000px);*/
z-index: -10000;  
top:0;  
left: 0;
cursor:pointer;
width:100%;
height:100%;
}
}
	
@media screen and (max-device-width:1024px) and (orientation: landscape) {
#c {
position: absolute; 
/*-webkit-transform:translateZ(-10000px);*/
z-index: -10000;  
top:0;  
left: 0;
cursor:pointer;
width:100%;
height:100%;
}	
}

@media screen and (max-width:799px) and (orientation: landscape){
	html{
		/*overflow-y: scroll;*/
		overflow-y: visible;
	}
#c {position: absolute;
	/*-webkit-transform:translateZ(-10000px);*/
	z-index: -100;
	top:0;
	left: 0;
	cursor:pointer;
	width:100%;
	height: 100%;}
}

#gnav {
	/* float: none; */
	width: 129.2%;
	margin-left: 8%;
	/*margin-bottom: 3px;*/
	/*margin-top: 0px;*/
}

#gnav li{
	width:8%;
	
}
}

/*/Media landscape canvas*/

/* ------ Global Navi ------ */

#gnav {
	/* float: none; */
	width: 115.2%;
	margin-left: 8%;
	margin-bottom: 3px;
	margin-top: 0px;
}


#gnav li {
	float: left;
	width: 8%;
	font-size: 10px;
}

#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 30px;
	padding-top: 48px;
	font-size: 76%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#gnav a:before {
	display: block;
	position: absolute;
	width: 100%;
	top: 15px;
	text-align: center;
	font-family: 'icomoon';
 	font-size: 22px;
	color: #fff;
}

#gnav a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom:-10px;
	left: 50%;
	margin-left: -10px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

#alpha a:link,
#alpha a:visited {
	background-color: #42b0c7;
	
}

#alpha a:hover,
#alpha a:active {
	background-color: #34a5bd;

}

#alpha a:before {
	/*content: "\61";*/
	content:"\e900"
}

#alpha a:link:after,
#alpha a:visited:after {
	display: none;
}
#alpha a:hover:after,
#alpha a:active:after {
	display: block;
	border-top: solid 10px #34a5bd;
}

#beta a:link,
#beta a:visited {
	background-color: #a5cb6b;
	
}

#beta a:hover,
#beta a:active {
	background-color: #9bbf63;
	
}

#beta a:before {
	content: "\e901";
}

#beta a:link:after,
#beta a:visited:after {
	display: none;
}
#beta a:hover:after,
#beta a:active:after {
	display: block;
	border-top: solid 10px #9bbf63;
}

#gamma a:link,
#gamma a:visited {
	background-color: #f0b23a;
}

#gamma a:hover,
#gamma a:active {
	background-color: #e7ab36;

}

#gamma a:before {
	content: "\e902";
}

#gamma a:link:after,
#gammaa:visited:after {
	display: none;
}
#gamma a:hover:after,
#gamma a:active:after {
	display: block;
	border-top: solid 10px #e7ab36;
}

#delta a:link,
#delta a:visited {
	background-color: #3b5998;
	
}

#delta a:hover,
#delta a:active {
	background-color:#8b9dc3;
}

#delta a:before {
	content: "\e904";
}

#delta a:link:after,
#delta a:visited:after {
	display: none;
}
#delta a:hover:after,
#delta a:active:after {
	display: block;
	border-top: solid 10px #8b9dc3	;
}

#omega a:link,
#omega a:visited {
	background-color: #00aced;

}

#omega a:hover,
#omega a:active {
	background-color:#c0deed;
	
}

#omega a:before {
	content: "\e905";
}

#omega a:link:after,
#omega a:visited:after {
	display: none;
}
#omega a:hover:after,
#omega a:active:after {
	display: block;
	border-top: solid 10px #c0deed;
}


.container {
	position: relative;
	width: 100%;
	max-width: 1219px;
	margin: 0 auto;
	/* background-color: #E7AB36; */
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 0%;
	height: auto;
	cursor: pointer;
}

#row {
	max-width: 940px;
	/* margin: 0 auto; */
	padding: 1.3%;
	margin-bottom: 0px;
	height: auto;
	/* float: left; */
}

#row {}
#row:after {
	content: "";
	display: block;
	clear: both;
}

#mainvisual {
	max-width:870px;
	width: 100%;
	background-color: rgba(251,245,246,0.00);
	margin-bottom: 0%;
	margin: 10px  auto;
}


/*links*/
ul.navigation li a:link{
	color:goldenrod;
	text-decoration: none;
}

ul.navigation li a:hover{
	color:goldenrod;
	text-decoration:underline;
}

/*Font face*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8qrnvn');
  src:  url('fonts/icomoon.eot?8qrnvn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8qrnvn') format('truetype'),
    url('fonts/icomoon.woff?8qrnvn') format('woff'),
    url('fonts/icomoon.svg?8qrnvn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Font face*/


footer{
	max-width: 1222px;
	width: 100%;
	text-align: center;
	margin:0 auto 25px;
	height:40px;
	color:#fff;
	background-color: black;
	padding-top: 17px;
}





