@charset "UTF-8";

/* SP */
.mainNav{
	margin-top:10px;
}

.head_logo{
	width:180px;
	margin-top:30px;	
}

.mainNav_icon {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
	margin-top:20px;
}

.mainNav_icon li {
	padding:0 16px;
}

.mainNav_icon span {
	font-size:1.125rem;
	vertical-align:super;
}

.mainNav_icon a {
	text-decoration: none;
}

#toggle {
  z-index:10;
  display: block;
  /*background: #bcc5d8;*/
  color: #000;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  top: 5px;
  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;	
}
.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 28px;
  height: 19px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.trigger span:nth-of-type(1) {
  top: 0;
}
.trigger span:nth-of-type(2) {
  top: 8px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  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 {
  z-index:9;
  background: rgba(255, 255, 255, 0.95); /* Full Screen Menu Background */
  padding: 50px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainNav li {
  list-style-type: none;
}
.navItem {
  display: block;
  text-decoration: none;
  color: #222; /* Full Screen Menu Font Color */
  border:0;
  padding: 20px 0 5px 0;
  text-align: center;
  font-size: 1.125rem;
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.animation {
  -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;
}


/* PC */


@media screen and (min-width: 769px) {	/* 769以上*/
  .head_logo{
	width:230px;
	margin:5px 20px 0 50px;
}
  .mainNav_icon {
	margin-top:0px;
}
  #toggle {
    display: none;
  }
  nav {
	margin: 0px;
    text-align:center;
  }
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
    margin-top: 15px;
  }
  .mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .mainNav ul {
    font-size: 0;
    text-align: center;
  }
  .mainNav li {
	display: inline-block;
	padding: 10px 28px 0 0;
	margin:0;
	line-height:120%;
	white-space:nowrap;
  }
  .mainNav li a {
	text-decoration: none;
  }
  
  .navItem {
 	 padding: 5px 0 5px 0;
	 font-size:0.875rem;
	 line-height:135%;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
}


@media screen and (min-width: 770px) {	/* 770以上*/
  .head_logo{
	width:160px;
	margin:5px 15px 0 20px;
  }
  .mainNav li {
	display: inline-block;
	padding: 10px 15px 0 0;
	margin:0;
	line-height:120%;
	white-space:nowrap;
  }
	  .navItem {
 	 padding: 5px 0 5px 0;
	 font-size:0.775rem;
	 line-height:135%;
  }
}




@media screen and (min-width: 950px) {	/* 950以上*/
  .head_logo{
	width:180px;
	margin:5px 20px 0 60px;
  }
  .mainNav li {
	display: inline-block;
	padding: 10px 20px 0 0;
	margin:0;
	line-height:120%;
	white-space:nowrap;
  }
	  .navItem {
 	 padding: 5px 0 5px 0;
	 font-size:0.825rem;
	 line-height:135%;
  }
}




@media screen and (min-width: 1130px) {	/* 1130以上*/
  .head_logo{
	width:230px;
	margin:5px 20px 0 70px;
  }
  .mainNav li {
	display: inline-block;
	padding: 10px 28px 0 0;
	margin:0;
	line-height:120%;
	white-space:nowrap;
  }
	  .navItem {
 	 padding: 5px 0 5px 0;
	 font-size:0.825rem;
	 line-height:135%;
  }
}

@media screen and (min-width: 1250px) {	/* 1250以上*/
  .head_logo{
	width:280px;
	margin:5px 20px 0 5px;
  }
  .mainNav li {
	display: inline-block;
	padding: 10px 38px 0 0;
	margin:0;
	line-height:120%;
	white-space:nowrap;
  }
	  .navItem {
 	 padding: 5px 0 5px 0;
	 font-size:1rem;
	 line-height:135%;
  }
}



