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

/* reset ---*/

html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, 
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset, section {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-family:
    "Hiragino Kaku Gothic ProN",
    Meiryo, 
    sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none; /* マーカーを消す */
}
a {
  text-decoration: none; /* 下線を消す */
}
img {
  border-bottom: none;
  vertical-align: bottom;
}


/*PC レイアウト*/

/* Fluid-img */

body {
	background: #150347;
  
  
}

h1 {
   float: left;
   margin-bottom: 10px;
   margin-left: 10px;
 }
 
 h1 img { 
 border-radius: 3px;
 }

h2 {
  width: 589px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow : 0 0 20px #150347;
}


h3 {
  font-size: 18px;
  color: #150347;
  margin-top: 16px;
  margin-bottom: 16px;
}

p {
  font-size: 16px;
  color: #150347;
  margin-top: 16px;
  margin-bottom: 16px;
}
	

header {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 16px;
  overflow: hidden;
  border-bottom: dotted 3px #DF8D16;

}

#container {
  width: 1140px;
  margin: 0 auto;
  background: #9BD5F6;
  border-right: 5px solid #DF8D16;
  border-left: 5px solid #DF8D16;
  }

nav {
 width: 500px;
  background: #9BD5F6;
  margin-bottom: 24px;
  float: right;
 }

nav ul {
  overflow: hidden;
}


nav ul li {
  width: 30%;
  float: left; 
  border-right: 1px solid #150347;
  box-sizing: border-box;
 }

nav ul li:first-child {
  border-left: 1px solid #150347;
}

nav ul li a {
  display: block;
  color: #150347;
  padding: 12px 0;
  text-align: center;
}

nav ul li a:hover {
background-color: #35D5F7;
}



.box:hover {
 opacity: 0.6;

}


#wrapper {
  width: 100%;
  overflow:hidden;
}



#wrapper div {
  float: left;
  }

#four {
  width: 64%;
  margin: 1.5%;
  background: #9BD5F6;


}


#five {
  width: 29%;
  background: #9BD5F6;
  margin: 1.5%;
  }
  
 
  
#five img:hover {
  opacity: 0.6;

}  
  
ul.sns li {
 width: 100%;
 height: 30px;
 line-height: 30px;
 margin-bottom: 24px;
} 


.sns1 {
  background: #150347;
  border-radius: 5px;
}

.sns1 a {
  margin-left: 50px;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
}



.sns1:hover {
 opacity: 0.6;
}

.sns2 {
	background: #150347;
   border-radius: 5px;
}

.sns2 a {
  margin-left: 50px;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
	
}


.sns2:hover {
 opacity: 0.6;
}

.sns3 {
  background: #150347;
  border-radius: 5px;
}

.sns3 a {
  margin-left: 50px;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
}

.sns3:hover {
  opacity: 0.6;
}



#footer {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  background: #DF8D16;
}

#footer p {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 50px;
}

/*Back to top button トップに戻る*/
#toTop {
	position: fixed;
	bottom: 50px;
	right: 175px;
}
#toTop a {
	width: 115px;
	height: 12px;
	display: block;
	text-decoration: none;
	opacity: 0.5;
}
#toTop a:hover {
	opacity: 1;
}

@media screen and (max-width: 768px) {
  img {
  max-width : 100%;
}

body {
  width: 100%;
}

h1 {
  max-width: 100%;
  font-size: 1.3em;
  float: none;
}

h2 {
   max-width : 100%;
	font-size: 1.4em;
}
  
h3 {
	font-size: 0.9em;
}

header {
  border-bottom: none;

}

#container {
  width: 98%;
  }

nav{
  width: 65%;
   float: none;
}

nav ul li a {
 font-size: 1.0em;
}


#wrapper {
  width : 98%;
}

#main {
   width : 96%;
}



#sub {
  width : 96%;
}


#third {
  width : 96%;
}


#four {
  width : 94%;
   height: 20%;
}
  


#five {
  width : 96%;
  }
  
#toTop {
	position: fixed;
  right: 15%;
}
#toTop a {
}
#toTop a:hover {

}


}


@media screen and (max-width: 599px) {
  img {
  max-width : 100%;
}

body {
  width: 100%;
   
}

h1 {
	max-width: 96%;
  float: none;
}

h2 {
    max-width : 100%;
	font-size: 1.4em;
}
  
h3 {
	font-size: 0.9em;
}



header {
  border-bottom: none;

}

#container {
  width: 98%;
  }

nav {
  width: 94%;
   float: none;
 
}


nav ul li a {
 
}


#wrapper {
  width : 98%;
}

#main {
   width : 96%;
}



#sub {
  width : 96%;
}


#third {
  width : 96%;
}



#four {
  width : 94%;
  height: 30%;
}



#five {
  width : 96%;
  }
#toTop {
	position: fixed;
  right: 0.1%;
}
#toTop a {
}
#toTop a:hover {

}

}