
/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color: #475B6F;
	color: #fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #f1f0f0;
}

p {margin: 0 0 20px 0;	
	font-size: 15px;}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #4da7ca;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #4290ae;	
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #3A4F52;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
	font-size: 14px;
    border: 1px solid white;
    color: white;
    background: none;
}

.btn.btn-o-white:hover {
	font-size: 14px;
    background: white;
    border-radius: 20px;
　　box-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #6a6a6a;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	position: relative;			
	text-align: center;
	padding: 0 !important;
}


#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}
#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 0px;
}

#header .top h1{
	margin-bottom: 0;
}

#header .top span.costco{
	color: #fafadc;
	font-size: 14px;
    vertical-align: 8px;
    padding: 3px 10px;
    background: #54917f;
    border-radius: 10px;
}

#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo{
font-family: 'Racing Sans One', cursive;
	color: #fafadc;
  text-shadow:2px 2px 0 #54917f, -2px -2px 0 #54917f,
              -2px 2px 0 #54917f, 2px -2px 0 #54917f,
              0px 1px 0 #54917f,  0 -1px 0 #54917f,
              -2px 0 0 #54917f, 2px 0 0 #54917f;
float:left;
}

#header .toggleDrawer{
	font-family: 'Alegreya SC';
	color: #fafadc;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#large-header .large-header{
    position: absolute;
    top: -1000px;
	z-index: 0;
}
canvas #particles-js{
    position: absolute;
    top: -1000px;
	z-index: 0;
}

#header .slogan{
width:80%;
    text-align: center;
display:block;
    position: absolute;
    top: 15%;
left:10%;
padding: 20px 40px;
}

#header .slogan-text{
	font-size: 2.0em;
font-weight:700;
	line-height: 1.8em;	
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #54917f;
  text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
              -2px 2px 0 #fff, 2px -2px 0 #fff,
              0px 1px 0 #fff,  0 -1px 0 #fff,
              -2px 0 0 #fff, 2px 0 0 #fff;
text-align: center;
    margin-top: 10%;
background: rgba(255,255,255,0.5);
    border-radius: 4%;
margin: 20px;
padding: 40px 20px;
}

#header .slogan h3{
font-size:1.2em;
color: #54917f;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}


#header .secondary-slogan{
	margin-top: 50px;
	font-size: 2.3em;
	font-weight: 600;
	color: #54917f;
  text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
              -2px 2px 0 #fff, 2px -2px 0 #fff,
              0px 1px 0 #fff,  0 -1px 0 #fff,
              -2px 0 0 #fff, 2px 0 0 #fff;	
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.shop {
    float: right;
clear:both;
margin-top:0px;
}

#header > .bottom {
    margin-top: 5%;
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
    margin-bottom: 20px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 0.7;
}

.nav1 {
  position: absolute;
  top:20%;
left: 0%;
    display: inline-block;
    padding: 20px 0px 0 20px;
    margin: 0 20px 0px 50px;
    width: 100%;
}
.nav1 li a {
color:#fafadc;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

.nav li a{
    padding-left: 10px;
color:#00b1d4;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#header .content-block{
    display: inline-block;
}
.pull-left{
    display: inline-block;
}

.pull-left .nav1 .clearfix li{
    display: inline-block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#header > .dropdown-menu {
  z-index: 999;
  padding: 8px 10px;
  color: #fafadc;
}

#header > .dropdown-menu:before{
  position: absolute;
  top:0;
}

#header > .dropdown-menu > li > a {
  z-index: 999;
  padding: 8px 10px;
  color: #fafadc;
}

#header > .dropdown-menu > li:hover > a,
#header > .dropdown-menu > li:focus > a,
#header > .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fafadc;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 9999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
	font-size: 18px;
line-height: 1em;
	border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}

#drawer-right .social ul > li > a:hover{
	color: fafadc;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	margin-top: -40px;
	padding: 150px 0;
}

.block-body {
	margin-top: 60px;
}

#header {
	background-image: url(../images/FC-S220-bg1.jpg);
}
#services {
color: white;
	background: linear-gradient(-99deg, #2f4f4f, #6c2c2f, #4c6473, #769164);
width:100%;
height:auto;
	background-size: 400% 1600%;
	-webkit-animation: gradient 8s ease infinite;
	        animation: gradient 8s ease infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#parallax {
	background-image: url(../images/FC-S220-bg2.jpg);
	color: white;
}
#movie {
	background-image: url(../images/tent.jpg);
	color: white;
}

#testimonials {
	background: #fafad2;
}

#parallax h1{
	margin-bottom: 60px;
color: #fafadc;
	opacity: 1;
  text-shadow:2px 2px 0 #54917f, -2px -2px 0 #54917f,
              -2px 2px 0 #54917f, 2px -2px 0 #54917f,
              0px 1px 0 #54917f,  0 -1px 0 #54917f,
              -2px 0 0 #54917f, 2px 0 0 #54917f;
}

#services  p.center{
	text-align: left;
	color: white;
   font-size: 16px;
}

#portfolio {
margin-bottom:100px;
}
/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

h2.kinou{
font-size:180%;
color: #fafadc;
	opacity: 1;
  text-shadow:2px 2px 0 #54917f, -2px -2px 0 #54917f,
              -2px 2px 0 #54917f, 2px -2px 0 #54917f,
              0px 1px 0 #54917f,  0 -1px 0 #54917f,
              -2px 0 0 #54917f, 2px 0 0 #54917f;
	z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
    opacity: 1;
}
h2.kinou:hover {
    background-position: center;
}

h2.kinou:hover:before, .recent-work:hover span {
    opacity: 1;
}

h3.kinou-mini{
font-size:138% !important;
    text-align: center;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    margin:20px;
    opacity: 1;
padding: 12px 20px 10px 20px;
    background-color: #6495ed;
	border-radius: 20px;
}
h3.kinou-mini:hover {
    background-position: center;
    background-color: #5f9ea0;
}

h3.kinou-mini:hover:before, .recent-work:hover span {
    opacity: 1;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 16px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    padding-right:2em;
    position: absolute;
    left: 14%;
    top: 45%;
	opacity: 0;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
p.white:hover:before, .recent-work:hover p {
    opacity: 1;
	color: #ffffff;
	z-index: 100;
}

p.white:hover {
    background-position: center;
}
.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 35%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 35%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work span{
	margin-top: -18px;
	opacity: 1;
	position: relative;
	z-index: 1;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}

.service-icon, .recent-work span i{
    opacity: 1;
	color: #fafad2;
}
.service-icon:hover:before, .recent-work:hover span i{
    opacity: 0;
	color: #66666;
	z-index: 0;
}

/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/

#services h1, #services h2{
	color: white;
}
.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}

.services {
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

#services td{
padding: 2px 5px;
}

#services  .services #animation{
	width:348px;
}

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 1200px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 14px 12px;
    color: #2f4f4f;
    font-size: 15px;
    font-weight: bold;
    background: #eee8aa;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffdab9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding : 14px 12px;
    background: #fff5eb;
    opacity: 1;
    color: #800000;
    font-weight: normal;
}

.accbox .accshow p {
    margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}

 .col-sm-4 blog-post{
margin: 0 20px;
width:100%;
}

#blog .site {
border-collapse: collapse;
border-top: #b0c4de dotted 0px;
border-right: #b0c4de dotted 0px;
border-left: #b0c4de dotted 0px;
border-bottom: #b0c4de dotted 0px;
}

#blog .site td.left{
background-color:#ffffff;
margin: 0 20px;
padding: 4px 8px;
width:34%;
}

#blog .site td.right{
margin: 0 20px;
padding: 4px 8px;
width:66%;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


#testimonials{
	text-align: center;
}

#testimonials p#bun{
	text-align: left;
}

#testimonials .testimonial > img {
    border-radius: 20%;
    margin-bottom: 15px;
}
#testimonials .testimonial {
	padding: 25px;
}

/* ================ Pricing Section ================ */
#section-pricing {
	background: #f9f9f9;
	color:#666;
}

.container.pricing {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pricing .section-title h3 {
	color:#666;
}

.single-pricing {
margin-top: 1em;
margin-bottom: 1em;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
}

.pricing-head {
	overflow: hidden;
	padding: 24px 0;
}


.best-pricing .pricing-head {
	background: #333;
}

.best-pricing .price h3 {
	color:#e5e5e5;
}

.pricing-heading {
	margin-top: 0;
	margin-bottom: 0;
}

.single-pricing .price h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 38px;
}

.single-pricing .price .dollar {
	font-size: 20px;
	vertical-align: super;
	font-weight: normal;
}

.single-pricing .price .month {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 300;
	color:#959292;
}

.single-pricing .package-features {
	margin-bottom: 15px;
}

.single-pricing .package-features li:first-child {
	border-top: 1px solid #EEE;
}

.single-pricing .package-features li {
	margin: 0px;
	padding-bottom: 9px;
	padding-top: 9px;
	border-bottom: 1px solid #EEE;
	color: #666;
}

.single-pricing .package-features li span {
	margin-right: 8px;
}

.single-pricing .sign-up {
	margin: 12px 12px 0 12px;
	padding-bottom: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - movie
///////////////////////////////////////////////////////////////////////*/


#movie{
	color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

#movie h1{

	color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
}


#movie .row{
	text-align: center;
margin-bottom:30px;
}


#movie h2.videos {
color: white;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
padding-top:50px;
}

#movie h2.mov{
	color: #ffffff;
	font-size: 38px;
font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
position: relative;
  margin-left: 0%;
   padding-top: 5%;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ background: #2B3E51; color: white;}



/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/
@media (max-width: 1398px){
#header div.slogan{
	margin-left: -10%;
	width:100%;
}

#header img.NX-DR205P{
	width: 100px;
}

#header .slogan-text{
	font-size: 20px;
}

#header .slogan h3{
font-size:1.0em;
}

.recent-work {
    width: 100%;
    height: 100%;
max-height:320px;
    padding-bottom: 35%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 25%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work span{
max-height:320px;
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}

#header .secondary-slogan{
	font-size: 28px;
}

#header > .bottom .expro {
width: 200px;
z-index: 1;
}

h2.kinou{
font-size:20px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 10%;
    top: 5%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 16px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 10%;
    top:25%;
	opacity: 0;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
p.white:hover:before, .recent-work:hover p {
    opacity: 1;
	color: #ffffff;
	z-index: 100;
}

p.white:hover {
    background-position: center;
}

.service-icon, .recent-work span i{
    opacity: 0.2;
}

}

@media (max-width: 1198px){
.recent-work {
    width: 100%;
    height: 100%;
    padding-bottom: 35%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 35%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 1;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
    -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}

#header .slogan-text{
	font-size: 24px;
}

#header .secondary-slogan{
	font-size: 24px;
}

#header > .bottom a img {
width: 100px;
z-index: 1;
}

h2.kinou{
font-size:20px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 10%;
    top: 5%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 14px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 10%;
    top:25%;
	opacity: 0;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
p.white:hover:before, .recent-work:hover p {
    opacity: 1;
	color: #ffffff;
	z-index: 100;
}

p.white:hover {
    background-position: center;
}
.service-icon, .recent-work span i{
    opacity: 0.3;
}
}
@media (max-width: 998px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
	#header {
		background-size: 100% 100%;
	}

#header .slogan {
	width:100%;
    margin-top: 50px;
}

#header img.NX-DR205P{
	margin-left: 0%;
	width: 100px;
}

#header .slogan-text{
	font-size: 20px;
padding: 20px 0;
}

#header .secondary-slogan{
	font-size: 24px;
}

#header img.203{
	width: 180px;
}

#header > .bottom .expro {
width: 100px;
z-index: 1;
}

#header > .bottom a img {
width: 100px;
z-index: 1;
}

h2.kinou{
font-size:15px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
text-align:center;
    position: absolute;
    left: 10%;
    top: 5%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 14px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 10%;
    top: 25%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
iframe{
width:100%;
}

.nav1 {
margin-top:30px;
width:70%;
font-size: 13px;
}

.shop {
display: block;
clear:both;
margin-top:10px;
}

.foot iframe{
height:660px;}
}


@media (max-width: 767px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}


#header .slogan {
    margin-top: 20px;
	font-size: 18px;
}

#header .NX-DR205S{
	width:300px;
margin-top: 20px;
}

#header .slogan-text{
	font-size: 18px;
padding: 20px 0px;
margin-top: 20px;
}

#header .secondary-slogan{
margin-bottom: -40px;
	font-size: 15px;
}

#header > .bottom .expro {
width: 100px;
z-index: 1;
}

#header > .bottom a img {
width: 100px;
z-index: 1;
}

h2.kinou{
font-size:18px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
text-align:center;
    position: absolute;
    left: 15%;
    top: 15%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 14px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 14%;
    top: 45%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}
iframe{
width:100%;
}

.nav1 {
margin-top:30px;
width:70%;
font-size: 9px;
}

.shop {
display: block;
clear:both;
margin-top:10px;
}

.foot iframe{
height:660px;}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}

	#header {
		background-size: 100% 100%;
	}

#header .top h1{
	font-size: 13px;
}

#header .slogan{
    margin-top: 20px;
	font-size: 13px;
}

#header .NX-DR205S{
	width: 200px;
margin-top: 20px;
}

#header .slogan-text{
	font-size: 16px;
padding: 10px 0px;
margin-top: 20px;
}

#header .secondary-slogan{
margin-bottom: -40px;
	font-size: 15px;
}

.bottom {
	width: 150px;
    margin-bottom: -40px;
}

h2.kinou{
font-size:18px;
color: #ffffff;
	opacity: 1;
text-shadow: 1px 1px 0px rgb(0, 0, 0);
	z-index: 10;
    position: absolute;
    left: 13%;
    top: 15%;
}

p.white {
	z-index: 100;
	color: #ffffff;
	font-size: 15px;
    text-shadow: 1px 1px 0px rgb(0, 0, 0);
    text-align: left;
    position: absolute;
    left: 14%;
    top: 45%;
	opacity: 1;
	-o-transition: all .400s;
	-ms-transition: all .400s;
	-moz-transition: all .400s;
	-webkit-transition: all .400s;
	transition: all .40s;
}

.service-icon, .recent-work span i{
    display: none;
}

iframe{
width:100%;
}

.nav1 {
width:70%;
font-size: 9px;
}

.shop {
display: block;
clear:both;
margin-top:10px;
}
.foot iframe{
height:1180px;}
}
