@charset "UTF-8";

	
@media screen and (max-width : 1090px ){
	
	header{
		display:none;
	}
	
	nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.0em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 0.7em 0;
	text-decoration: none;
}
	
nav.globalMenuSp ul li a span{
	font-size: 80%;
	color: #4F4F4F;
	}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
	
	.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 15px;
    top: 0px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #000000;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
	
	/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

	.content-box{
	width: 100%;
	height: auto;
	background-color: black;
}

footer{
	width: 100%;
	height: 140px;
	margin: 0 auto ;
	background-color: black;
	color: white;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 4px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 3px 0 6px;
  margin-right: 5px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #555555;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sns-icon{
	list-style: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	
}

.sns-icon li {
	float: left;
	margin-top: none;

}

.sns-icon li a{
	float: left;
	padding: 10px;
}

.sns-icon li a　img{
	float: left;
	display: block;
}

#copyright{
	width: 100%;
	text-align: center;
	float: left;
	font-color: white;
}

	
}

