
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
#page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #page {
  -webkit-transform: scale(1);/*0.9*/ 
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#main-nav .nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0px;
  height: 60px;
  width: 60px;
  background:#333;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#main-nav .nav-toggle:hover {
  background: rgba(0, 0, 0, 0.5);
}
#main-nav .nav-toggle i {
  top: 25px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#main-nav .nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
	background: rgba(255, 204, 0, 0.9);/*開いた背景色 237, 237, 224, 0.95 202, 232, 243, 0.95*/ 
}
#main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}
#main-nav ul li {
	display: block;
}
#main-nav ul li a {
  display:inline-block;
  color: black;
  font-size: 1.75em;
  padding: 10px 20px;
text-decoration: none;
}
@media screen and (max-width: 768px) {
  #main-nav ul li a {
    padding: 5px 10px;
	  font-size: 1.5em;
  }
}
#main-nav ul li a:hover, #main-nav ul li a:active, #main-nav ul li a:focus {
  color: rgba(102, 153, 255, 0.9);
  outline: none;
  text-decoration: none;
}



.table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.table .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table .table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}


header {
	padding: 20px;
}

header .navbar {
  width: 100%;
  position: relative;
	z-index: 2000;
}
header .navbar h1 , header .navbar p{
  width: 100%;
  display: block;
	line-height:0;
	margin: 0 auto;
	text-align: center;
}

header .navbar .logo {
  text-transform: uppercase;
}
header .navbar .logo:hover {
  text-decoration: none !important;
  color: #000 !important;
}
header .navbar .logo:active, header .navbar .logo:focus {
  outline: none;
  text-decoration: none;
}

header .navbar h1 .logo img , header .navbar p .logo img{
  width: 330px;
}
@media screen and (max-width: 768px) {
header .navbar h1 .logo img , header .navbar p .logo img{
  width: 180px;
}
}


.nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #333;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #333;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 32px;
  height: 3px;
  color: #6699ff;
  font: bold 1em/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -70px;
  background: #333;
  transition: all .2s ease-out;
}
.menu-show .nav-toggle i {
  background: #fff;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 32px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .nav-toggle i::before, .menu-show .nav-toggle i::after {
  background: #fff;
}
.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -10px;
}

.nav-toggle i::after {
  bottom: -10px;
}

.nav-toggle:hover i::before {
  top: -15px;
}

.nav-toggle:hover i::after {
  bottom: -15px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
padding: 18px;
  height: 32px;
  width: 32px;
  background:none;
	  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    padding: 0px;
  }
	.nav-toggle i {
		text-indent: -60px;
}
}
@media screen and (max-width: 414px) {
	.nav-toggle i {
		text-indent: -50px;
}
}

