@charset "UTF-8";
/* CSS Document */



@media screen and (min-width:961px)  {
    /*　画面サイズが961pxからはここを読み込む　*/	
	
	
	
	
	#mv {
		display: none;
}
	
	
}
	





@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/	
	
	
	#main{
		display: none;
	}
	
	#mv {
	width: 100%;
	margin: 0 auto;
	text-align: center;
  margin-top: 20px;
	overflow: visible;
	position: relative;
}
	
	.PhotoBy{
	display: none;
}
	
}





/*メディアクエリ設定（※widthが767px以下の場合にCSSを適用する）*/

@media screen and (max-width:767px){
	/*=============
	ヘッダーエリアの設定
	=============*/
	#wrapper{
		width: 100%;
		overflow: hidden;
	}

	


	/*ヘッダーコンテンツの領域を100％のに設定*/
	 #header{
		width: 100%;
		background: #fff;
		position: fixed;
		top:0;
		z-index: 1; 
		
		}

	/*ロゴの余白設定*/
	 #header h1{
		margin: 0;
		float: none;	
		padding: 8px;
		
	}
	
	.logo{
		width: 50%;
	}
		
	/*ナビゲーションの帯の非表示*/
	#nav{
		margin: 1px;
		
	}
	
	/*ナビゲーションの背景画像とサイズの設定*/
	#nav ul li{
		width: 70%;
		padding: 3px;
	}
	
		/*ナビゲーションの領域を１００％に設定*/
	#nav ul{
		width: 100%;	
		
	}
	
	/*ナビゲーションのリンクボタンの装飾の設定*/
	#nav ul il a{
		display: block;
		width: 60%;
		text-align: center;
		
	}
	
	
	
	#nav li {
	float: left;
	width: 20%;
	margin-bottom: 3px;
	text-align: right;	
	margin-left: 15px;
}
	


  /*#nav li a {
	font-size: 14px;
}*/
	
	.otoiawase{
		display: block;
	}
	
	/*=============
	画像サイズの設定
	=============*/

	img{
		max-width: 100%;
		height: auto;
		width: auto; /*IE8のみに適用*/
	}

	/*=============
	メインビジュアルの設定
	=============*/
	
	#main{
		position: relative;
		/*width: 100%;*/
		/*margin: 0 auto;
		box-sizing: border-box;*/
	}
	
	.PhotoBy{
	text-align: right;
	font-size: 0.75em;
	margin-right: 5px;
}
	
#mv{
	display: none;
}
	
	

	/*=============
	コンテンツエリアの設定
	=============*/

	
/*serviceエリアの設定*/

#Service{
	width: auto;
	margin: 0 auto;
}


#Service h2{
	text-align: center;
	margin: 0 auto;
	width: 40%;
	margin-top: 40px;
}



#Service ul li{
	float: none;
	width: 100%;
	/*box-sizing: border-box;*/
	margin-right: 26px;
	margin-top: 5px;
	margin-bottom: 30px;
	
}
	
#Service .serviceImage{
	width: 100%;
	margin: 0 auto;
}

#Service ul li p.serviceImage{
	margin: 0 auto;
	text-align: center;
	/*margin: 15px;*/
}

#Service ul li h3{
	width: 100%;
	margin: 5px 0px px 0px;
	font-size: 2.0em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: center;
	margin: 0 auto;
}
	
#Service ul li h4{
	width: 100%;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

#Service ul li p.serviceDescription{
  width: 80%;
	margin-bottom: 50px;
	margin: 10px;
	padding: 15px;
	font-size: 1.0em;
	line-height: 1.3;
	margin: 0 auto;
}

#Service ul li:last-child {
	margin-right: 0;
}

	
	
	
	/*worksエリアの設定*/

#Works{
	width: 100%;
	margin: 0 auto;
}


#Works h2{
	text-align: center;
	margin: 0 auto;
	width: 40%;
	margin-top: 40px;
}



#Works ul li{
	width: 100%;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	}


#Works .hp{
	width: 100%;
	/*margin-right: 120px;*/
	float: none;
}

#Works .hp p.worksImage{
	margin-bottom: 10px;
}

#Works .hp h3{
	margin: 0px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	width: 90%;
}
#Works .hp h4{
	margin:  10px 10px 10px 10px;
	text-align: left;
	font-size: 1.2em;
	width: 100%;
}

#Works .hp p.worksDescription{
	margin:  0 10px 10px 10px;
	text-align: left;
	width: 90%;
}

#Works .logoa{
	width: 100%;
	/*margin-right: 10px;*/
	/*margin-left: 10px;*/
	float: none;
}

#Works .logoa p.worksImage{
	margin-bottom: 10px;
	width: 90%;
}

#Works .logoa h3{
	margin: 0px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	width: 90%;
}
#Works .logoa h4{
	margin:  10px 10px 10px 10px;
	text-align: left;
	font-size: 1.2em;
	width: 90%;
}

#Works .logoa p.worksDescription{
	margin:  0 10px 10px 10px;
	text-align: left;
	width: 90%;
}

#Works .logob{
	width: 100%;
	/*margin-right: 10px;*/
	margin-left: 10px;
	float: none;
}

#Works .logob p.worksImage{
	margin-bottom: 10px;
	width: 90%;
}

#Works .logob h3{
	margin: 0px 10px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	width: 100%;
}
#Works .logob h4{
	margin:  10px 10px 10px 10px;
	text-align: left;
	font-size: 1.2em;
	width: 100%;
}

#Works .logob p.worksDescription{
	margin:  0 10px 10px 10px;
	text-align: left;
	width: 100%;
}



#Works .logoa:last-child {
	margin-right: 0;
}

#Works .logob:last-child {
	margin-right: 0;
}

a {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	color: #868585;
	text-decoration: none;
}
a h3:hover{
	opacity: 0.7;
}

a img :hover{
	opacity: 0.5;
}


#Works .hp h2 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.2em;
  margin-bottom: 1em;
}
	
	
	
	/*contactエリアの設定*/

#contact h2{
	text-align: center;
	margin: 0 auto;
	width: 40%;
	margin-top: 40px;
}


#contactArea{
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0 auto ;
	padding: 0px 0px 0 0;
	position: relative;
	margin-top: 20px;
	text-align: center;
}


#contactArea #formWrap{
	margin-left: 10px;
	margin-right: 0px;
}
	
	
#contactArea #formWrap p#lead{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 0.95em;
	color: #333;
	text-align: center;
}	


#contactArea #formWrap h3{
	margin-bottom: 0px;
	line-height: 1.5;color: #000;
	
}

#contactArea #formWrap p#flow{
	margin-bottom: 0px;	
}

#contactArea #formWrap table{
	width: 100%;
	margin-bottom: 0px;
}


#formWrap {
	width:90%;
	margin:0 auto;
	
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
	
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:80%;
	height:40px;
}

	input[type="submit"]{
		margin-top: 20px;
	}

#contactArea #formWrap #explanation{
	background-color: #f5f5f5;
	padding: 4px 4px 4px 4px ;
	text-align: left;
	box-sizing: border-box;
	font-size: 95%;
}

#contactArea #formWrap #explanation2{
	background-color: #f5f5f5;
	padding: 4px 4px 4px 4px ;
	text-align: left;
	box-sizing: border-box;
	font-size: 95%;
}	
	
	
	

/*aboutエリアの設定*/

#About{
	margin: 0 auto;
	width: 100%;
	} 
	
#About h2{
	text-align: center;
	margin: 0 auto;
	width: 40%;
	margin-top: 40px;
}



#About .kiyoko .aboutImage{
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#About .kiyobun{
	width: 100%;
	text-align: center;
	float: none;
}


#About .kiyobun h3{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 100%;
}

#About .kiyobun p{
	width: 100%;
	
}

#About .kiyobun p.aboutsoudan{
	float: none;
}

#About .logoinst{
	width: 100%;
	float: none;
	margin-top: 50px;
	text-align: center;
}

.insta_btn{
	margin: 0 auto;
	float: none;
	width: 100%;
	margin-top: 30px;
}



	
	
	#copyright smoll{
		width: 80%;
		/*height: auto;*/
		text-align: center;
	}
	
	
	
	


/*#pagetop */
	
#pagetop{
		display: none;
	}	
	
/*#pagetop{
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 60px;
  right: 5px;
}*/


/*ハンバーガーメニュー*/
	.sp_menu {
		display: inline-block;
  	position: absolute;
    top: 10px;
		right: 30px;
		
	}
	
	#nav {
		display: none;
		
	}
	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
	
}
.menu-trigger {
  position: relative;
  width: 45px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:blueviolet;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
	
	

}