@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	width: 100%;
}


#wrapper{
	margin: 0 auto;
	padding: 10%;
}


#main{margin:0 auto; max-width:1200px; text-align:center;}
.pc{display:block;}
.sp{display:none;}


.logo{
	clear: both;
	text-align: center;
	padiing-top: 100%;
}

.logo img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 70%;
    left: 40%;
}



#concept{
	margin-top: 5%;
	overflow: hidden;
	text-align: center;
}

#concept h2{
	margin-bottom: 40px;
}

#concept p{
	color:#000000;
	margin-top: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 250%;
}

.left{
	float: left;
	width: 30%;
	margin-left: 3%;
}

.movie{
	float: left;
	width: 60%;
	margin-left: 3%;
}

.movie iframe{
	width: 100%;
	height: 450px;
}


#topics{
	clear: both;
	margin-top: 10%;
	overflow: hidden;
	text-align: center;
}

#topics ul{
	margin-top: 100px;
	width: 95%;
	margin-left: 3%;
}

#topics ul li{
	float: left;
	width: 28%;
	margin-right: 5%;
}


#news{
	clear: both;
	margin-top: 10%;
	overflow: hidden;
}

#news dl{
	color: #000000;
	margin-top: 60px;
	clear: both;
	margin-left: 3%;
	padding-bottom: 2%;
	border-bottom: #FCFCFC solid 1px;
}

#news dl dt{
	float: left;
	margin-right: 10%;
}


#sns{
	clear: both;
	margin-top: 10%;
	overflow: hidden;
	text-align: center	
}

.sns_img{
	width: 100%;
	margin-top: 60px;

}

.insta img{
	width: 40%;
	margin-right: 4%;
}

.tw img{
	width: 40%;
}

#sns h3{
	clear: both;
	color: #000000;
	font-size: 60px;
	margin-top: 5%;
	text-align: center;
}

.tag{
	border-bottom: #000000 solid 3px;
}

#sns p{
	color: #000000;
	font-size: 20px;
	text-align: center;
	margin-top: 3%;
}


#contact{
	clear: both;
	margin-top: 5%;
	overflow: hidden;
	text-align: center;
	height: 600px;
	background-image: url(../web_sozai/contact/contact_bg.jpg);
	background-size:cover;
	background-position: center center;
}

#contact h2 img{
	padding-top: 100px;
}

.tel{
	margin-top: 60px;
	display: block;
}

.top{
	margin-top: 100px;
	display: block;
}




.header {
  padding: 20px;
	text-align: right;
}
.nav-button {
  display: none;
}
.nav li {
    display: inline-block;
    margin: 0 10px;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    
  }
	.nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .nav-wrap li {
      display: block;
      margin: 2em;
		text-align: left;
    }
	
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
	/*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
	
	
	
	.logo img{
		width: 50%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	
	.left{
		width: 100%;
	}
	
	.movie{
		width: 100%;
		margin-top: 20px;
	}
	
	.movie iframe{
		height: 200px;
}
	
	#topics{
	margin-top: 30%;
}
	
	#topics ul li{
		width: 100%;
		margin-bottom: 10%;
		text-align: center;
	}
	
	
	#news{
	margin-top: 30%;
	}
	
	#news dl{
	padding-bottom: 5%;
}
	
	#sns{
	margin-top: 30%;
	}
	
	.insta img{
		width: 100%;
		margin-bottom: 5%;
	}
	
	.tw img{
		width: 100%;
	}
	
	#sns h3{
		font-size: 40px;
		margin-bottom: 5%
	}
	
	#sns p{
		font-size: 13px;
		line-height: 150%;
	}
	
	#contact{
		height: 500px;
	}
	
	.tel img{
		width: 85%;
	}
	
	.top img{
		width: 50%;
	}
	
	
	#news dl{
	font-size: 12px;
		line-height: 180%;
}
	
}
