/* lg */ 
@media (min-width: 1200px) {
	.dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }
  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }
	#feature h2 br{
		display:none;
	}
  

}

@media (max-width: 992px) {
	.navbar-h1{
		display:none;
	}
  .minisite-wrapper h4{
    font-size: 20px;
  }
  .minisite-wrapper p{
    font-size: 18px;
  }
	#faq{
		backgroud-size: 1400px;
	}
	.s-feature-wrap h2{
		text-align:center;
	}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
	.dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }
  .navbar-nav > li {
    margin-left: 10px;
  }
	.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
	/*#hero-image{ 
		background-size:1800px;
		height:630px;
	}*/
	#intro{
		background-size: 1800px;
		height: auto;
	}
	.header-video{
		background-size: 100%;
		height: auto;	
	}
	
	#portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .recent-work-wrap .overlay{
    padding: 20px;
  }
  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }
  .recent-work-wrap .recent-work-inner h3{
    font-size: 20px;
    margin: 0 0 10px 0;
  }
	
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }
	body > section {
  	padding: 30px 0;
	}
	h2{
  	font-size: 26px;
		line-height: 36px;
	}
	h3{
  	font-size: 20px;
  	line-height: 32px;
	}
	h4{
  	font-size: 18px;
		line-height: 28px;
	}
	.lead{
		font-size: 16px;
	}
	
	#intro{
		background-size:1200px;
		height:auto;
	}
  /*#features {
    background :none;
  }
  #features::before {
    content: "";
    background-image: url(../images/bg_instagram.jpg) ;
    background-position: center top;
    background-size: cover ;
    background-repeat:  no-repeat;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }*/
  
	#features h2{
		padding: 0 0 10px;;
	}
  #features h3{
    padding-bottom: 0;
  }
	.feature-wrap {
  	margin-bottom: 40px;
	}
	.feature-wrap h5{
		line-height:24px;
	}
  .feature-wrap .features-text2{
    width: 80%;
    margin: 0 auto;
  }
	#service .lead{
		padding: 30px 0;
	}
	.s-feature-wrap h4{
		text-align: center;
	}
	.s-feature-wrap h5{
		font-size: 16px;
		line-height: 1.6em;
	}
	.header-video{
		background-size:80%;
		height:auto;
	}
	.body-container #s-feature h2{
  padding: 40px 0;
  }
  .body-container .logo01 h2.logo-h2, .dtp-h2,
  .body-container .font01 h2.sozai-h2{
    margin: 40px auto;
  }
  .body-container .font01 h2.sozai-h2{
    padding: 50px 0 0;
  }
	
	.fee-text{
		padding: 20px 10px;
	}
  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3{
    font-size: 20px;
  }
  .others-wrapper .img-responsive{
    height: 280px;
  }
  .others-wrapper2 .img-responsive{
    height: auto;
  }
  .items-wrapper{
    padding: 50px 0;
  }
  .items-wrapper .item-box{
    height: 240px;
  }
  #footer .footer-wrapper{
    display: block;
    text-align: center;
  }
  #footer .footer-wrapper ul{
    display: inline-block;
    margin-top: 20px;
  }
  
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }
	.navbar-nav > li {
    padding-bottom: 0;
  }
	.navbar-inverse .navbar-nav > li > a {
		border-radius: 0 ;
		display: block;
		margin: 0 12px 0 0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu {
		margin-right: 12px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
  	color: #c0b283;
		background-color: #f9f9f9;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
  	color: #ffffff;
  	background-color: #c0b283;
	}
	body > section {
  	padding: 24px 0;
	}
	h2{
  	font-size: 26px;
		line-height: 38px;
	}
	h3{
  	font-size: 18px;
  	line-height: 32px;
	}
	h4{
  	font-size: 16px;
		line-height: 28px;
	}

	/*#hero{
		display: none;
	}
	#hero_sp{
		display: block;
		background-size:cover;
		width : 100%;
    height: auto;
	}
	#intro{
		background-size: auto;
		background: #f6ecd3 url(../images/bg_intro_xs.jpg) 50% 0 no-repeat;
		padding-top: 180px;
		text-align: center;
	}*/
	/*#features{
		background-size:auto;
		background:none;
		height:auto;
	}
  #features::before {
    background: url(../images/bg_instagram.jpg) center/cover no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }*/
	#features h2{
		font-size: 19px;
		padding: 0 0 10px;
	}
  #features h3{
    padding-bottom: 0;
  }
	.feature-wrap{
		margin-bottom: 30px;
	}
	.lead{
		font-size: 14px;
	}
	#service .lead{
		padding: 20px 0;
    font-size: 16px;
	}
  .service-list li a{
    font-size: 22px;
    padding: 10px;
  }
	.s-feature-wrap h4{
		text-align: center;
	}
	.s-feature-wrap h5{
		font-size: 16px;
		line-height: 1.6em;
	}
  .example-container{
    background: url("../images/bg_web_problem_xs.png") 50% 0 no-repeat;
    min-height: 900px;
  }
	.sp-thumbnails{
		display: none;
	}
	.slide-wrapper{
		width:96%;
		margin: 0 auto;
	}
	.example-list dt, .example-list dd{
		float: none;
		width:80%;
		margin: 10px auto;
	}
	.example-list dt{
		text-align: left;
		border-bottom: #f3f3f3 1px solid;
		padding-bottom: 8px;
	}
	.fee-table ul{
		margin: 0 0 10px 0;
	}
	.fee-table ul li:first-child, .fee-table ul li:last-child{
		float: none;
		width:84%;
		margin: 0 auto;
	}
	.fee-table ul li:last-child{
		text-align: center;
	}
	.fee-text{
		padding: 20px 10px;
	}
	.ex-h2{
		font-size: 18px;
	}
	
  .body-container #s-feature h2{
    padding: 30px 0;
    font-size: 28px;
  }
  .body-container .logo01 h2.logo-h2, .dtp-h2,
  .body-container .font01 h2.sozai-h2{
    margin: 30px auto;
  }
  .illust-wrapper .illust-item{
    width: 100%;
  }
  
   .font01 .lead br{
    display: none;
  }
  .font01 .font-wrapper .font-item,
  .art01 .art-wrapper .art-item{
    width: 100%;
    padding: 10px;
  }
  /*.font01 h2.caramelize,
  .font01 h3.caramelize{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0;
	}
	.font01 h2.lazy-font{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0;
	}
  .font01 h2.honeybutter{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0;
	}
  .font01 h2.zarame{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0;
	}*/
	#price .plan{
		width:80%;
		margin:0 auto;
	}
	.list-contents{
		width:60%;
		margin:0 auto;
	}

	#faq-contents{
		background: url(../images/bg_panel-s.jpg) 50% 0 no-repeat;
	}
  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }
	#faq{
		background-size:800px;
	}
	.btn-next a{
		width:220px;
		margin:20px auto;
  	padding-top: 10px;
  	padding-right: 10px;
  	padding-bottom: 10px;
  	padding-left: 10px;
  	font-size: 15px;
  	line-height: 1.6;
	}
	.price-estimate{
		width:100%;
		padding: 0 14px;
	}
	table.table01 tbody th {
		display:block;
	}
	table.table01 tbody td {
		display:block;
	}
	table.table01 tbody td p {
		padding-left:10px;
	}
  #about h2{
    font-size: 22px;
  }
  #about h3{
    padding: 20px 0;
  }
  .footer-copy{
    padding: 20px 0 20px;
  }
  .footer-list{
    top: 15px;
    right: 20px;
  }
  #pageTop{
    bottom: 120px;
    right: 20px;
  }
	/*#insta {
    background :none
  }
  #insta::before {
    background: url(../images/bg_instagram.jpg) center/cover no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
	#insta{
		background: url(../images/bg_instagram_xs.jpg) 50% 0 no-repeat;
		background-size: auto;
		background-attachment: scroll;
		margin: 0;
	}
	.icon-app{
	width: 80px;
	height: 80px;
	}
	.app-03 ul li{
		line-height: 1.6em;
	}
  .others-wrapper{
    padding: 50px 10px ;
  }
  .others-wrapper .img-responsive{
    height: auto;
  }
  .items-wrapper{
    padding: 30px 0 50px;
  }
  .items-wrapper .item-box{
    height: 240px;
  }*/
  
}

/* XS Portrait */
@media (max-width: 480px) {

	#hero-image{
		background-size:700px;
		height: 245px;
	}
	.contact-info dl{
		width:100%;
	}
	#price .plan{
		width:100%;
	}
	.list-contents{
		width:80%;
	}
	.heading-one span{
		font-size:15px;
	}

}



@media only screen and (min-width: 381px) and (max-width: 420px) { 
	.list-contents{
		width:100%;
		padding:0 30px;
	}
	#responsive h2{
		font-size:22px;
		letter-spacing:-1px;
	}
	
}


@media only screen and  (min-width: 361px) and (max-width: 380px) { 
	.list-contents{
		width:100%;
		padding:0 20px;
	}
	#price h3{
		font-size:17px;
	}
}


/* iPhone 5 */
@media only screen and (max-width: 360px) { 

	.s-features h2{
		font-size:18px;
	}
	.s-features h3{
		font-size:16px;
	}
	#seo h2{
		font-size:22px;
	}
	#responsive .lead{
		font-size: 15px;
	}
	#flow h2{
		font-size:21px;
	}
	.list-contents{
		width:100%;
		padding:0 10px;
	}
	.panel-title{
		line-height:1.2em;
	}
	
	
}






