@charset "UTF-8";
@media only screen and (max-width: 767px){
  
/*■■■　ヘッダー　■■■*/
	.hd-inner {
	  max-width: 100%;
	  padding: 10px;
	  display: block;
	}
  .hd-logo {
    display: none;
  }
  .hd-sub-logo {
    text-align: center;
    margin:  0 0 20px;
    float: left;
  }
  .hd-info {
    text-align: center;
    clear: both;
  }
  .sp-menu {
    float: right;
  }  	
  .sp-menu > span {
  	display: inline-block;
  	padding: 10px 10px 8px;
  	border: 1px solid #000;
  	border-radius: 5px;
  }
  
  .main-img {
    max-width: 100%;
  }
  .content {
    width: 100%;
  }
  main {
    width: 100%;
    float: none;
  }

/*■■■　ナビ　■■■*/

.gnav {
	border-top: 1px solid #000;
	border-bottom: 0;
	position: relative;
	text-align: left;
	clear:  both;
	max-width: 100%;
}
.gnav-inner {
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 9999;
}
.gnav ul {
	display: block;
	background: #fff;
	justify-content: unset;
	width: 100%;
}
.gnav ul li {
	width: 100%;
}
.gnav ul li a {
	border-bottom: 1px solid #ccc;
}


/*■■■　サイドバー　■■■*/


  .sidebar {
    width: 100%;
    float: none;
  }

  
}