/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,700");

body {
  background-color: #f4f4f4;
  background-image: url(../common/img/backgroud.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}

#header {
  width: 100%;;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

#header h1 {
  position: absolute;
  top: 20%;
  left: 20%;
}

/*
-------------------------------------------------------------*/

#navToggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
#navToggle div {
  position: relative;
}
#navToggle span{
  display: block;
  height: 3px;
  background: #070908;
  position:absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;	
}
#navToggle:hover span{
  background: #59bded;
}
#navToggle span:nth-child(1){
  top:0px;
}
#navToggle span:nth-child(2){
  top:12px;
}
#navToggle span:nth-child(3){
  top:24px;
}

.openNav #navToggle span:nth-child(1) {
  top: 12px;
   -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.openNav #navToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.openNav #navToggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*
-------------------------------------------------------------*/

#navList {
  /*display: none;*/
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  position: absolute;
  top:0;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.8);
  left: 0;
  z-index: 0;
}

#navList.showNav {
  /*display: block;*/
  opacity: 1;
  z-index: 500;
}

/* on / off */
#navList a {
  pointer-events: none;
}
#navList.showNav a {
  pointer-events: auto;
}

#navList ul{
  display: block;
  width: 13em;
  height: 350px;
  position: relative;
  top: 30%;
  right: 0px;
  bottom: 0px;
  margin: 0 auto;
}
#navList ul li{
  text-align: left;
  line-height: 2;
  margin: 0 auto;
  
font-size: 2em;

  
}
#navList ul li:last-child{
  border: none;
}
#navList ul li a {
  display: block; 
  color: #070908;
  text-decoration: none;
}
#navList ul li a:hover {
  color: #59bded;
}

.content {
  width: 100%;
  min-height: 100%;
}
.content .inner {
  padding-top: 120px;
  /*padding-left: 20%;*/
}

.content nav {
  position: relative;
  padding-top: 10px;
  padding-left: 20%;
  z-index: 400;
}

.content nav ul li {
  text-align: left;
  line-height: 2;
  font-weight: bold;
  
font-size: 1.5em;

}
.content nav ul li a {
  color: #fff;
  text-decoration: none;
}
.content nav ul li a:hover {
  color: #59bded;
}

#bottom {
  color: #fff;
  position: relative;
  margin-bottom: 10%;
  max-width: 60%;
  padding-top: 80px;
  padding-left: 20%;
}

#indexLogo {
  text-align: center;
  position: relative;
  width: 60vw;
  height: auto;
  max-width: 60vw;
  max-height: auto;
  margin-left: 20vw;
}
#indexLogo img {
  width: 381px;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

.bgBlue {
  position: relative;
  width: 60vw;
  max-width: 600px;
  min-height: 50vh;
  background: rgba(46,167,224,0.5);
  color: #fff;
  margin-left: 20vw;
  padding: 30px;
}
.bgBlue h2 {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}
.bgBlue p {
  font-size: 1.2em;
  line-height: 1.76em;
  letter-spacing: .05em;
}

#mailform {
  padding: 30px 0;
}
#mailform dl {
  width: 100%;
}
#mailform dl dt {
  font-size: 1.2em;
  display: block;
  padding: 8px 5px;
}
#mailform dl dd {
  font-size: 1.2em;
  display: block;
  padding: 8px 5px;
}

#mailform input {
  font-size: 1.2rem;
  width: 100% !important;
  border: none;
}
#mailform textarea {
  font-size: 1.2rem;
  width: 100%!important;
  border: none; 
}
#mailform button {
  font-size: 1rem;
  padding: 5px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0,0,0,0);
}
#mailform p {
  padding: 0 2em;
  display: inline-block;
}
.send {
  padding: 15px 0;
}

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


	.bgBlue {
		margin-left: auto;
		margin-right: auto;
	}

}


