@charset "UTF-8";

/*html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #666;
  max-width: 1000px;
  margin: 0 auto;
}
header {
  position: relative;
}
main {
  margin: 10px 15px;
}
h2 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.logo {
  font-weight: 900;
  font-size: 3rem;
  padding: 15px 0 15px 20px;
  margin: 0;
}*/
.toggleWrap{
  display: none;
}
#toggle {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: fixed;
  top: 40px;
  right: 15px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          z-index: 600;
}

.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 50px;
  height: 35px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFF;
  border-radius: 4px;
}
.trigger span:nth-of-type(1) {
  top: 0;
}
.trigger span:nth-of-type(2) {
  top: 15px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

.toggleWrap {
  overflow-y: scroll;
  background: #F0DD38;
  padding: 50px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.mainNav li {
  list-style-type: none;
}
.navItem {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  font-size: 2rem;
}

.hide {
  opacity: 0;
  visibility: hidden;
  /*overflow: hidden;*/
}
.animation {
  display: block;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
/*.no-scroll {
  overflow: hidden;
}*/

/*ここから*/
.mainNav{
  clear: both;
  overflow-y: scroll;
}
.mainNav li {
	margin-top: 0.2em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.2em;
	text-align: center;
	/*text-transform: capitalize;*/
}
.mainNav li.logo {
	text-align: center;
}
.mainNav li.logo img {
	width: 40%;
	height: auto;
}
.mainNav li.menutxt {
	font-size: 16px;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
}
.mainNav li.navbtn {
	width: 50%;
	float: left;
}
.mainNav li.navbtn img {
	width: 95%;
}
.mainNav li.navbtn2 {
	width: 50%;
	float: left;
	padding-top: 1.5em;
	padding-bottom: 0.8em;
}
.mainNav li.navbtn2 img {
	width: 95%;
}
.mainNav li.navbtn3 {
      width: 98%;
	clear: both;
}
.mainNav li.navbtn3 img {
	width: 100%;
}

.mainNav a {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
/*ここまで*/

@media screen and (min-width: 700px) {
  #toggle {
    display: none;
  }
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  /*.mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }
  .navItem {
    padding: 5px 15px;
  }
  .navItem:hover {
    border-color: #3696da;
  }
  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }*/
}
