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: 102%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {line-height: 1;}

ol,
ul {list-style: none;}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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


sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

body {
font-size: 1em;
  line-height: 1.75;
  color: #333;
}

a {
  color: #009;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: #00F;
  text-decoration: underline;
}




h1, h2, h3, h4, h5, h6 {
  
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;

  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}



.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto 0;
		padding:0;
  z-index: 1000;
  top:0; 
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: #00A0E9; /*menu-color #400　#0068B7*/
  opacity: 0.9;
  filter: alpha(opacity=90);
  
  overflow: hidden;
 /* -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);*/
   text-align:center; 
}

.main-menu ul li {
  display: inline-block;
  margin:0 18px;
  padding:0
}

.main-menu ul li a {
  color: #fff;
  line-height: 43px;
  padding-top: 17px;
}

.main-menu ul li.active a {
  /*border-top: 3px solid #FC0;*/
  color: #FC0;
  
}

.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #FFF; /*?*/
  display: inline-block;
  color: #006; /*?*/
  cursor:pointer;
}

.flexslider {
  position: relative;
  margin-bottom:0px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 300px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}



img.size{width:400px;height:400px}

.flexslider { top: 90px;margin-bottom:60px}
.flexslider .slider-caption {top: 0px;}
.flexslider .slider-caption img.s-cap{width:100%;margin:auto;}

.main-menu ul li a{font-size:87%}
.main-menu,#menu-wrapper{min-width:1200px}




@media screen and (max-width: 481px) {
	
.main-menu,#menu-wrapper{width: inherit;min-width:inherit;}	
#menu-wrapper {
	background-color:#FFF;
	opacity: 1;
  filter: alpha(opacity=100);
   border-bottom:#fff 1px solid;
}

#menu-wrapper{ width:100%; }

.toggle-menu {margin:5px; border:#CCC 1px solid;border-radius: 2px;-webkit-border-radius:2px;-moz-border-radius:2px;} 
 
.menu-first.show {
	
	 border-top:#CCC 1px solid;
	 height: 100vh;
	 display: block;
	 overflow:scroll;
	 }


  .menu-first {
    float: right;
    width: 100%;  
    display: none;	
  }

 
  .main-menu ul li {
	  width:100%;
	  margin:0;
	  display: block;
	  
  }
  .main-menu ul li:first-child {
  border-top:#ddd 1px solid;
	
  }
  .main-menu ul li a {
	font-size:17px;
	text-align:left;
	display: block;
	border-bottom:#ddd 1px solid;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color:#fff;
 line-height:2.0em;
 padding: 20px 10px;
	color:#333;
	  
  }
  .main-menu ul li a:before {color:#ccc;font-size:14px;content: "● " } /*?*/
  
  .main-menu ul li.active a {border-top: none;}
  .main-header {
    top: 0;
				bottom:initial;
	}
  
  .site-header {margin-top: 58px;}
  .menu-first {margin-top: 0;}
  .flexslider {top: 8px;}
 .content-section{min-width:100%;}
 .main-menu ul li.active a {color: #000;}
}


/*@media screen and (max-width: 321px) {
	 .menu-first.show {
	 border-top:#CCC 1px solid;
     opacity: 1;
	 filter: alpha(opacity=100);
	 height: 100vh;   
	 margin-top: 5px;
	 display: block;
	 overflow:scroll;
  }
}*/

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

	.flexslider {
    top: 8px;
	margin-bottom:0px;}
	
	img.size{width:100%;height:none}
	.content-section {width:100%;}
	 .main-menu ul li a{font-size:70%;}
 
}
  




.heading-section {
  margin-bottom: 0px;
}



.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px solid #ccc;
  display: block;
  padding:10px;
  color:#FFF;
  background-color:#636;
}


	
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}






#footer {
  margin-top: 130px;
}


.f1 { color: #F00}
.f2 { color: #00F}
.f3 { color: #F39}

.i1{text-indent:-1.0em;margin-left:1.0em;}

.k1{border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;    
}  

.s1{text-shadow: 2px 2px 4px #999;}
.s2{text-shadow: 2px 2px 1px #fff;}
.s3{text-shadow: 3px 3px 5px #000;}

.bs1{
-moz-box-shadow: 1px 1px 3px #ccc;
-webkit-box-shadow: 1px 1px 3px #ccc;
}

@media screen and (max-width: 481px) {
	.go-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin:0 auto;
	z-index: 99999;
	}
 



}
