﻿/*@media screen and (max-width: 1100px) {*/
@media screen and (max-width: 767px) {

/*---------------------------------------------------------------------
 ハンバーガーメニュー 
---------------------------------------------------------------------*/
.container,
.container2,
.container3 {
position: static;
}



/* pcメニューを消す */
.pc-navi {
display: none !important;
}

/* クリックされていないときのトグルスイッチ */
.toggle {
z-index: 99999999;
display: block;
cursor: pointer;
width: 55px;
height: 55px;
position: absolute; /* bodyに対しての絶対位置指定 */
right: 5px;
top: 18px;
/*background: #b60000;*/
border-radius: 2px;
}
.toggle span {
transition: .35s ease-in-out;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
display: block;
width: 70%;
position: absolute; /* .toggleに対して */
right: 7px;
padding-top: 5px;
border-bottom: solid 2px #b60000;
}
.toggle span:nth-child(1) {
top: 3px;
}
.toggle span:nth-child(2) {
top: 13px;
}
.toggle span:nth-child(3) {
top: 23px;
}
.toggle span:nth-child(4) {
top: 30px;
left: 10px;
text-align: center;
font-family: arial;
font-size: 11px;
letter-spacing: 2px;
color: #fff;
border: none;
}

/* クリックされたときのトグルスイッチ */
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
top: 15px;
left: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
top: 15px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

/* クリックされていないときのグローバルメニュー */
/* .sp-navi */
.sp-navi {
display:none;
/*
transform: translateY(-100%);
transition: all 0.8s;
z-index: 2;
*/
/*
width: 100%;
position: fixed;
top: 0;
left: 0;
padding-top: 50px;
text-align: center;
color: #000;
background: #b0f3b8;
*/
}
/*
.sp-navi .nav_li {
width: 100%;
padding: 10px;
list-style-type: none;
}
.sp-navi .nav_li a {
display: block;
color: #000;
}
*/

/* クリックされたときのグローバルメニュー */
/* .sp-naviに.activeが追加 */
.sp-navi.active {
display: block;
width: 100%;
position: fixed;
top: 0;
overflow: auto;
height: 100%;
z-index: 999;
background-color: rgba(0,0,0,0.95);
/*
transform: translateY(0%);
transition: transform 10s;
z-index: 9999;
display: block;
width: 100%;
position: absolute;
top: 0;
bottom: inherit;
right: 0;
left: 0;
margin-top: 68px;
padding-top: 0;
padding-bottom: 30px;
box-shadow: 0 0 30px #fff;
*/
}

.sp-navi ul {
}

.sp-navi li {
/*margin-top: 2px;*/
padding: 0;
display: block;
}

.sp-navi li:first-of-type {
}

.sp-navi li a {
display: block;
padding: 10px 10px 10px 25px;
text-align: left;
font-size: 15px;
color: #fff;
background-image: url(../img/arrow1.png);
background-repeat: no-repeat;
background-position: left 10px center;
background-size: 10px auto;
}
.sp-navi li:last-of-type a {
/*border-bottom: none;*/
}
.sp-navi_li {
/*border-top: 1px solid rgba(255,255,255,0.6);*/
}
.sp-navi_li:last-of-type {
}
.sp_sub {
}
.sp_sub li {
}
.sp_sub li a {
margin-left: 30px;
padding: 5px 10px 5px 25px !important;
background-color: rgba(50, 50, 50, 0.95) !important;
background-image: url(../img/maker1.png) !important;
background-position: left 10px center !important;
background-size: 7px auto !important;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sp_sub li:nth-child(even) a {
/*background-color: rgba(68, 68, 68, 0.95) !important;*/
}
.sp_sub li:last-of-type a {
border-bottom: 0;
}



}
/**********************************************************************/
/**********************************************************************/
@media screen and (max-width: 640px) {

.toggle {
}




}