
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

::selection {
  background: #00377e;
  background: rgba(0,40,120,0.8);
  color: #fff;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family:'Noto Sans Japanese',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 'Oswald', sans-serif;
	color: #fff;
	color: rgba(255,255,255,0.9);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-family: ‘Oswald’, Arial, sans-serif; font-weight: 700;
	font-size: 1em;
}
h2{	
	font-family: ‘Oswald’, Arial, sans-serif; font-weight: 700;
	font-size: 6em;
}
h3{
	font-family: ‘Oswald’, Arial, sans-serif; font-weight: 700;
	font-size: 6em;
}
h4{
	font-family: ‘Oswald’, Arial, sans-serif; font-weight: 700;
	font-size: 2.4em;
}

p{
	font-size: 1em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1em;
}

.intro table{
	width: 55%;
	margin: 0 auto;
	background:#fff;
	background: rgba(255,255,255, 0.8);
	-webkit-border-radius: 10px;
        border-radius: 10px;
	padding:0 0 0 20px;
}
.intro td{
	padding:5px 20px 5px 0;
	color: #555;
	font-size:14px;
}
.intro th{
	padding:20px 0 10px 0;
	color: #555;
	font-size:36px;
	text-align:center;
}

.intro hr {
width:97%;
border-bottom:solid 1px #999;
border-top:none;
border-left:none;
border-right:none;
margin:0 auto;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px 9px;
	color: #000;
	font-weight: 700;
	background:#fff;
	background: rgba(255,255,255, 0.6);
	-webkit-border-radius: 10px;
            border-radius: 10px;
        float:right;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.6);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 8px 16px;
	display:block;

}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	display:block;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}


#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/*--------------------------------------- Demos Menu --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }
 
/*--------------------------------------------メールフォーム--------------------------------------------*/ 
 
form#mailform {
	width:400px;
	margin:0 auto;
}
table.mailform {
	width: 100%;
	margin:0 auto;
	background:none;

}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding:3px 30px;
	color:#fff;
	color:rgba(255, 255, 255, 0.8);
}
table.mailform tr th span {
	color:#fff;
	color:rgba(255, 255, 255, 0.8);
	font-size: 10px;
	margin:0 auto;
}
table.mailform tr th p {
	margin: 0 auto;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	margin:0 auto;
}

table.mailform select{
	color:#666;border:none;border-radius: 6px;width:200px;height:2.5em;
	}
selector table.mailform select{
	*color:#666;
	*border:none;
	*border-radius: 6px;
	*width:200px;
	*height:2.5em;
	}

input {
	width: 100%;
	height: 2.8em;
	-webkit-border-radius: 6px;
        border-radius: 6px;
	border:solid 1px #ccc;
	background:#efefef;
	padding:0 10px;
	margin:0 auto;
}

textarea {
	width: 100%;
	-webkit-border-radius: 6px;
        border-radius: 6px;
	border:solid 1px #ccc;
	background:#efefef;
	padding:10px;
	margin:0 auto;
}

/*--------------------------------------------プライバシーポリシー--------------------------------------------*/

.privacy li {
	display:inline-block;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.6);
	-webkit-border-radius: 5px;
            border-radius: 5px;
        float:right;
}

.privacy li a{
	font-size:14px;
	text-decoration:none;
	color: #333;
}
.privacy li.active a:hover{
	color: #000;
}
.privacy li:hover{
	background: rgba(255,255,255, 0.8);
}
.privacy li a,
.privacy li.active a{
	padding: 5px 10px;
	display:block;

}
.privacy {
	padding: 0;
	margin:0;
}


#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

#text{
	font-size: 14px;
	color: #eee;
	vertical-align: middle;
	text-align: left;
	width: 55%;
	margin:100px auto 0 auto;
	padding:0 20px;
	height:70%;
	overflow-x:hidden;
}

#close{
	background: #eeeeee url(imgs/ico.jpg) no-repeat 10px center;
	color: #717171;
	width: 70px;
	margin:20px auto;
	text-align: center;
	font-size: 15px;
	padding:5px 0 5px 10px;
	border-radius: 3px;
	cursor: pointer;
}

#thanks {
	width: 100%;
	height:100%;
	text-align: center;
	padding:100px 0;
	}

#thanks.intro input{
	width:200px;
	height:2.5em;
	}

#thanks.intro table{
	width: 40%;
	margin: 20px auto;
	padding:30px;
	background:#fff;
	background: rgba(255,255,255, 0.8);
	-webkit-border-radius: 10px;
        border-radius: 10px;
}
#thanks.intro td{
	padding:10px;
	color: #555;
	font-size:14px;
	text-align:left;
	border-bottom:solid 1px #999;
	border-top:none;
	border-left:none;
	border-right:none;
}
#thanks.intro th{
	width:30%;
	padding:10px;
	color: #555;
	font-size:14px;
	text-align:left;
	border-bottom:solid 1px #999;
	border-top:none;
	border-left:none;
	border-right:none;
}


#message {
	font-size: 14px;
	color: #eee;
	vertical-align: middle;
	text-align: left;
	width: 50%;
	margin:20px auto 0 auto;
	padding:0 20px;
	height:60%;
	overflow-x:hidden;
}





p{ scrollbar-base-color:#fcc800; }
p::-webkit-scrollbar { width: 8px; height: auto; }
p::-webkit-scrollbar-track { background: none; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); }
p::-webkit-scrollbar-thumb { background:#fcc800; }




hr{
width:93%;
border-bottom:solid 1px #999;
border-top:none;
border-left:none;
border-right:none;
margin:10px auto;
}




/* Sections
 * --------------------------------------- */
	#section0 img,
	#section1 img{
		margin: 20px 0 0 0;
		}
	#section2 img{
		margin: 20px 0 0 52px;
		}
	#section3 img{
		bottom: 0px;
		position: absolute;
		margin-left: -420px;
		}
	#section4 img,
	.intro p{
		width: 50%;
		margin: 0 auto;
		font-size: 1em;
		}
	.twitter-share-button{
		position: absolute;
		z-index: 99;
		right: 149px;
		top: 9px;
		}
		
		
/* Backgrounds will cover all the section
* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3,
	#section4{
		background-size: cover;
	}

/* Defining each section background and styles
* --------------------------------------- */
	#section0{
		background-image: url(imgs/sky_beiz.jpg);
		padding: 0;
	}
		#section2{
		background-image: url(imgs/flower.jpg);
		padding: 0;
	}
	#section3{
		background-image: url(imgs/bg4.jpg);
		padding: 0;
	}
	#section4{
		background-image: url(imgs/bg6.jpg);
		padding: 0;
	}


/*Adding background for the slides
* --------------------------------------- */
	#slide1{
		background-image: url(imgs/bg7.jpg);
		padding:0;
	}
	#slide2{
		background-image: url(imgs/bg7.jpg);
		padding:0;
	}
	#slide3{
		background-image: url(imgs/bg7.jpg);
		padding:0;
	}
	#slide4{
		background-image: url(imgs/bg7.jpg);
		padding:0;
	}
		
	

/* Fixed header and footer.
* --------------------------------------- */
	#header{
		position:fixed;
		height: 40px;
		display:block;
		width: 100%;
		background: #333;
		background: rgba(30,30,30,0.7);
		z-index:9;
		text-align:left;
		color: #f2f2f2;
		padding: 15px 0 5px 0;
	}
	
	
	#header{
		top:0px;
	}

	#header h1 {
	width:200px;
	height:40px;
	background:url(imgs/mirial.png) no-repeat;
	padding:10px 10px;
	}

	#header h1 a{
	display:none;

	}
	#footer{
		position:fixed;
		height: 20px;
		display:block;
		width: 100%;
		z-index:9;
		text-align:center;
		padding: 0;
	}
	#footer p{
		font-size:10px;
		color:#fff;
		color:rgba(255, 255, 255, 0.6);
	}
	
	#footer{
		bottom:0px;
	}




#map-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#map
{
    width: 100%;
    height: 100%;
}
#content
{
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 1;
	padding: 0;
}

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

