/*PC画面サイズの設定ーーーーーーーーーーーーーーー*/
@media only screen and (min-width: 641px) {

.logo{
	display:block;
	float:left;
	width:591px;
	height:auto;
}

.mb_header_wrp{
	display:none;
}

}






/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/


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



/*ーーーーーーーーースマホ用Gナビ部分の設定ここからーーーーーーーーー*/
.navi-area{
	margin-bottom:10px;
}

.icon_wrp img{
	width:30px;
	height:auto;
}

.logo{
	display:block;
	float:left;
	width:50%;
	height:auto;
	margin-left:10px;
}


.navi-area ul{
	display:block;
	float:right;
	margin-right:10px;
}



/* 上からにゅっと降りてくるメニュー */
#mb_menu{
  display:none; /* 最初は非表示 */
  width:100%;
  position: absolute;
  z-index:999;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 3px 0 #333;
  background-color:#CB0003;
  background-size: 120px 120px;
  padding:5px;
  padding-bottom:15px;
}
#mb_menu ul{ margin:25px; }
#mb_menu ul{ margin-top:15px; }
#mb_menu ul li{
  padding: 8px 7px;
  text-align: center;
  border-top: solid 1px #fff; /* 明るい線 */
  }
#mb_menu ul li:first-child{ border-top:none; }
#mb_menu ul li:last-child{ border-bottom:none; }
#mb_menu a{
  display: block;
  height: 20px;
  color: #fff;
  text-shadow: 0 1px 1px #333;
  text-decoration:none;
  tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
  -webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
  }

#mb_menu p.mb_close{
  display: block;
  margin:0 auto;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 1px 1px 1px #333 inset;
  -webkit-box-shadow: 1px 1px 1px #333 inset;
  margin-top:10px;
  }

/*スマホ用Gナビ部分の設定ここまでーーーーーーーーー*/



}