/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);


body {

    height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #221815;
	font-size: 16px;
	line-height: 1.6em;
    background-color: #fff;
}

html {

    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;

    font-weight: 600;
    color: #221815;
}

blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}
p.leadbig {
	font-size:36px;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
	margin-bottom: 20px;
}

    /* --640px以下----------------------- */
@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}
    /* --640px以上----------------------- */
@media screen and (min-width: 641px) {
.big-sp{ display:none; }
}
/* ===========================
--- Navigation メニュボタン
============================ */

#navigation {
		background-image:url(../img/nav/pattern_green.jpg);
	background-repeat:repeat-x;
	z-index: 9999;
	width:100%;
	text-align: center;
	margin: 0 auto; 
	height: 45px;
}

  ol, ul {
  list-style: none;
}

#navigation p{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
  #nav-global {
	  position:relative;
    display: block;
    left: 0;
    width: 100%;
	 z-index: 1;
  }
  #nav-global ul.menu {
    padding-left: 22px;
    position: relative;
	   width: 950px;
    min-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
  }
    #nav-global ul.menu li {
    position: relative;
    float: left;
  }
    #nav-global ul.menu li a {
    position: relative;
    display: block;
    padding: 0 30px;
    z-index: 1;
  }
   #nav-global ul.menu li a:hover + p span {
    width: 120%;
  }

#nav-global ul.menu li p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    border-left: none;
    border-right: none;
    -webkit-backface-visibility: hidden;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    overflow: hidden;
    z-index: 0;
  }
  #nav-global ul.menu li p span {
    display: block;
    height: 45px;
    width: 0;
    margin-left: -20%;
    background: rgba(255, 255, 255, 0.3);
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #nav-global ul.menu li:nth-of-type(n + 2) p {
    border-left: none;
  }
    /* --770px以上----------------------- */
  @media screen and (min-width: 770px) {
  header {
    display: none;
  }
  }
  /* --768px以下----------------------- */
@media screen and (max-width: 768px) {
	
	   #navigation{
    display: none;
	height:0;
  }
}
/* ===========================
--- header nav/small
============================ */

.drawer-toggle small{
	font-size:9px;
	font-weight:bold;
	}
	
.drawer-hamburger {
	width:2em;
	    padding:5px 5px 20px 5px;
			   background: rgba(255, 255, 255, 0.7);
}
.drawer--right .drawer-nav {
    right: -25.rem;
}
.drawer-nav {
	text-align:center;
    width: 25.rem;
    height: auto;
	padding-bottom:20px;
	background-image:url(../img/pattern/pattern_green.jpg);
}

.drawer-menu-item {
    font-size: 1em;
	line-height:2em;
    display: block;
    padding:.75rem;
    text-decoration: none;
    color: #222;
}
.drawer-menu li a{
	font-weight:bold;}
	
	.drawer-menu li a:hover{
    background: rgba(255, 255, 255, 0.3);
	color:#000;
	text-decoration:none;
	font-weight:bold;}
/* ===========================
--- topnav追加
============================ */
#topnav{
	width:100%;
	height: 90px;
	background-image:url(../img/pattern/pattern_green.jpg);
	background-repeat:repeat-x;
	padding:10px;
	}
	#topnav container h2{
		margin-top:10px;
}

.container .navbar-right .navtext{
	font-size:20px;
	color:#000;
	font-weight:bold;
	padding-top:20px;
	}

  /* --768px以下----------------------- */
@media screen and (max-width: 768px) {
	
	.container .navbar-right{
		display:none;
	}
}
/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
   	/* width: 100%; */
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}


/* ===========================
--- General sections
============================ */




/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}




/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background: url(../img/top/bg2.jpg) no-repeat top center;
	background-size: cover;
}

#intro.intro {
	padding:200px 0 150px 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}


.intro .page-scroll a {
	color: #fff;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

.intro .slogan img{
	width:50%;
	max-width:	768px;
	height:auto;
	margin-left:30%;
	}
	

/* --640px以下----------------------- */
@media (max-width:640px){
	.intro {
	background: url(../img/top/bg3.jpg) no-repeat top center;
	background-size: cover;
}
	.intro .slogan {
    text-align: center;
}
	.intro .slogan img{
	width:60%;
	height:auto;
	vertical-align: middle;
	margin:140px auto 0 auto;
	}
	#intro.intro {
	padding:100px 0 20px 0;
}
	
	}
/* --320px以下----------------------- */	
	@media (max-width:320px){
	
	.intro .slogan img{
	width:90%;
	margin:100px auto 0 auto;
	}
	#intro.intro {
	padding:100px 0 20px 0;
}
	
	}
	
/* ===========================
--- About
============================ */



/* ==========================
--- Gallery
============================= */

#galleryjs{
	width:100%;
	height:auto;
	    margin: 0px;
		padding:0;
	}
	#galleryjs .container{
		width:100%;
	height:auto;
	padding:0;
	
		}
#galleryjs .gallery .item {
	float:left;
	width:20%;
	height:auto;
	background-color:#000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	
	
}

.item img {
    display: block;
	padding:0;
	margin:0;
	
	
}	
.item a img {
	
    display: block;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.item a img:hover {
		       border: none;
      text-decoration: none;
	           opacity: 1.0;

}
/*1550px以下の時 */
@media screen and (max-width: 1550px) {
#galleryjs .pc{
	display:none;
	margin:0;
	padding:0;
	}
}

/*1550px以上の時 */
@media screen and (min-width: 1550px) {
#galleryjs .mobile{
	display:none;
	}
	#galleryjs .gallery .item {
	float:left;
	width:20%;
	max-height:800px;
	margin:0;
	padding:0;
	}
}

	

/* ===========================
--- Contact
============================ */



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 30px 0 0px;
	background-image:url(../img/nav/pattern_green.jpg);
	
}
#footertop{
	min-height:100px;
	}
footer p {
	color: #000000;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ccc;
}

#footerbtm{
	margin:0;
	background-color: rgba(74,141,102,0.8);
	padding:0px;
	clear:both;
	padding:15px 0 20px 0;
	
	}
	#footerbtm p{
		color:#fff;
		font-size:small;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding:15px 0 0 0;
		margin:0;
		}
	
		
	ul.navbar-nav li{
		list-style:none;
		padding:auto 20px;
		text-transform:uppercase;
		margin-top:25px;
	}
	ul.navbar-nav li a{
		margin:0 20px;
		color:#000;
		font-weight:bold;
	}
	ul.navbar-nav li a:hover{
			color:#999;
	}
	
/* --768px以下----------------------- */
@media (max-width:768px){
	
	.navbar-nav{
			margin-top:20px;
			margin-bottom:20px;
			overflow:hidden;
		}
	
	
	ul.navbar-nav li{
		padding:auto 1em;
		float:left;
	
	}
		ul.navbar-nav li a{
		margin:0 15px;
		font-size:14px;
	}
	#footertop .container {
	    padding-left: 5px;
    padding-right: 5px;
	}
}
/* --480px以下----------------------- */
@media (max-width:480px){
	
	ul.navbar-nav li{
		margin-top:5px;
	}
	
	
	}
	/* --320px以下----------------------- */
@media (max-width:320px){
	
	
			#footerbtm p{
				font-size:9px;
		}
	
	}
	

	
/* ==========================
Parallax
============================= */



/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}



.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media (max-width:768px) {
	.navbar-header .fa {
		color: #666;
	}
	.navbar-header img {
		width:170px;
		height:auto;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

	
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
	
}

/* ------------------------- */
/* all */
/* ------------------------- */

.fitimg {
    max-width: 100%;
    height: auto;
}
.fitimg90 {
    max-width: 90%;
    height: auto;
}

.lefttext{
	text-align:left;
	}
.grins{
	margin-top:-200px;
	z-index:50;
	}


/* ------------------------- */
/* concept */
/* ------------------------- */
#concept{
	background-image:url(../img/concept/imgc_06.jpg);
	background-repeat:no-repeat;
	background-color:#fafafa;
	-moz-background-size:contain;
background-size:contain;
background-position:right bottom;
clear:both;
}
/* --1280px以上の時----------------------- */
@media (min-width:1280px){
		#concept{
background-size:auto 886px;
	}
}
#concept .container{
	padding:50px 0;
	}
.conceptmessage p{
	width:62%;
	line-height:2.4em;
	padding:0px 30px;
	font-size:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* --770px以下----------------------- */
@media (max-width:770px){
	.conceptmessage p{
	width:85%;
	line-height:2em;
	font-size:16px;
	padding:0px 5px 20px 1em;
}
	}
	/* --770px以下----------------------- */
@media (max-width:480px){
	.conceptmessage p{
	width:100%;
	text-align:left;
}
	}

/* ------------------------- */
/* concept02 */
/* ------------------------- */
.concepttext{
	max-width:100%;
	height:auto;
	background-image:url(../img/concept/imgc_13.png);
	background-size:contain;
background-repeat:no-repeat;
background-position: center center;
margin-bottom:20px;
margin-top:-80px;
}

.concepttext p{
	max-width:730px;
	margin:0 auto;
	line-height:2.4em;
	padding:60px 0;
	font-size:20px;
}
#concept02{
	background-image:url(../img/pattern/pattern_muryo.jpg);
	padding-top:100px;
	}
	#concept02 .container{
	padding:50px 0;
	}
.sankaku{
	width:100%;
	margin:0;
	height:auto;
	z-index:10;
}
.sankaku img{
	width:100%;
	height:auto;
	padding:0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	
	/* --770px以下----------------------- */
@media (max-width:770px){
	.concepttext p{
	font-size:16px;
}
	}
/* --640px以下----------------------- */
	@media (max-width:640px){

.concepttext{
	background-image:none;

}
	}

/* --480px以下----------------------- */
@media (max-width:480px){
	.concepttext{
margin-bottom:0px;

}
	.concepttext p{
	width:90%;
	line-height:2em;
	padding:60px 0 20px 0;
	text-align:left;
}
#concept02 .grins img{
	width:60%;
	}
	}
	
/* ------------------------- */
/* staff */
/* ------------------------- */
#staff{
	background-image:url(../img/staff/imgs_06.jpg);
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	-moz-background-size:contain;
background-size:contain;
background-position:left bottom;
z-index:5;
	}
	/* --1280px以上の時----------------------- */
@media (min-width:1280px){
	#staff{
background-size:auto 1182px;
	}
	}
		#staff .container{
	padding:50px 0;
	}

.stafftext{
	
	padding-top:100px;
	padding-bottom:100px;
	
	}
	.stafftext h3{

	text-align:left;
	
	}

.stafftext p{
	line-height:2em;
	font-size:larger;
	margin-bottom:0.5em;
	letter-spacing:-0.075em;
	text-align:left;
	
	}
	.staffowner img{
		max-width:300px;
		height:auto;
	float:right;
	padding:0 0 1em 2em;
	}
	
.staffp{
	margin-top:20px;
	}
		#staff h3{
			line-height:1.8em;
	}
		/* --770px以下----------------------- */
@media (max-width:770px){
	
	.stafftext{
		padding-top:50px;
	padding-bottom:20px;
	
	}
.stafftext p{
	line-height:1.8em;
	font-size:16px;
	}
	.staffp{
	margin-top:10px;
	margin-bottom:0;
	}
	#staff{
	background-image:none;
	}
	}
	
	
	
	/* --480px以下----------------------- */
@media (max-width:480px){
		.stafftext{
		padding-top:20px;
	padding-bottom:20px;
	
	}
	.staffowner{
		text-align:center;
		}
	.staffowner img{
		max-width:200px;
		height:auto;
	float:none;
	padding:0 0 1em 0em;
	}
	.stafftext h3{
		font-size:16px;}
	}
/* ------------------------- */
/* voice and QA*/
/* ------------------------- */
#bijou{
	background-image:url(../img/pattern/pattern_bijou.jpg);
	background-repeat:repeat;
	padding-bottom:123px;
	padding-top:123px;/* voiceが入ればとる */
	}
	/* --770px以下----------------------- */
	@media (max-width:770px){
	#bijou{
	background-image:url(../img/pattern/pattern_bijou.jpg);
	background-size:20% auto;
	background-repeat:repeat;
	padding-bottom: 50px;
	padding-top:50px;/* voiceが入ればとる */
	}
	
	}

/* ------------------------- */
/* voice */
/* ------------------------- */


	.voiceinside{
		background-image:url(../img/voice/imgv_01.jpg);
		background-repeat:no-repeat;
		max-width:1088px;
		height:1613px;
overflow:hidden;
-moz-background-size:contain;
background-size:contain;
margin:90px auto;
}

	
	.voicebox {	
	text-align:left;
	height:auto;

}

.voicebox p{
	line-height:1.8em;
		margin-right:0;
}
.voicepc img{
		padding-top:50px;
	}

/* --990px以上の時----------------------- */
	@media (min-width:990px){
.voiceinsidebtm{
	display:none;
	}
	.voicesp{
	display:none;}
	
	
}

/* --990px以下の時----------------------- */
@media (max-width:990px){
.voicepc{
	display:none;}
	
	.voicesp{
		float:right;
		}
		.voiceboximg{
	width: 220px;
	height:auto;
	margin-right:10px;
	padding-top:0px;
	padding-left:5px;
	}
	
	.voicebox {
    float: left;
	position: relative;
    margin-left: 1em;
    margin-right: 1em;

}
.voiceinside{
	background-image:url(../img/voice/imgvs_01.png);
	background-repeat:no-repeat;
	-moz-background-size:contain;
background-size:contain;
	background-color:#fff;
	border-left:1px solid #e2a7ab;
	border-right:1px solid #e2a7ab;
overflow:hidden;
width:97%;
height:auto;
margin:50px auto;

}



	}
	
	
	/* --480px以下----------------------- */
@media (max-width:480px){
	.voiceboximg{
	width:150px;
	}
	}
	
/* ------------------------- */
/* Q&A */
/* ------------------------- */
#qa h2{
	margin-bottom:80px;
	
		}
		#qainner{
		background-color: rgba( 255, 255, 255, 0.7 );
		background-image:url(../img/qa/imgqa_05.png);
		background-repeat:no-repeat;
	-moz-background-size:contain;
background-size:contain;
background-position:90% bottom;
z-index:20;
padding-top:150px;
padding-bottom:100px;
	}
	@media (min-width:1280px){
		#qainner{
background-size:auto 953px;
	}
	}
	
	.question{
		width:920px;
		margin:0 auto;
		
		}	
		.qanub {	
    width: 50%;
    float: left;
	position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
	text-align:left;
	height:200px;
	margin-bottom:50px;
}
.qanub p{
	margin-bottom:0px;
	}
p.qaindent{
	padding-left:70px;
	margin-top:0;
	padding-right:30px;
	}

/* --1280px以上の時----------------------- */
@media (min-width:1280px){
		#qainner{
background-size:auto 982px;
	}
	}
	
/* --768px以下の時----------------------- */
@media (max-width:768px){
	.question{
		width:100%;		
		}	
	#qa h2{
	margin-bottom:40px;
	
		}
			.qanub {	
    	width: 100%;
	height:auto;
	margin-bottom:20px;
  
}
	#qainner{
background-image:none;
padding-bottom:50px;
	}

	}
	/* --640px以下の時----------------------- */
@media (max-width:640px){
	#qa grins{
	margin-top: -220px;
	margin-bottom:0px;
		}
	

	}
/* --480px以下の時----------------------- */
@media (max-width:480px){
p.qaindent{
	padding-left:50px;
	margin-top:0;
	padding-right:0;
	}


	}
	/* --320px以下の時----------------------- */
@media (max-width:320px){
		.qanub {	
    padding-left: 0px;
    padding-right: 0px;
}
p.qaindent{
	padding:0;
	margin-top:10px;
	}


	}
/* ------------------------- */
/* STUDIO */
/* ------------------------- */
#studio{
	background-image:url(../img/pattern/pattern_studio.jpg);
	background-repeat:repeat;
	width:100%;
	height:auto;
		}
	#studio .container{
	padding:150px 0 50px 0;

	}
	
	/* --480px以下の時----------------------- */
@media (max-width:480px){
#studio .grins{
	margin-top:-160px;
	z-index:50;
	}
	
	}
	/* --320px以下の時----------------------- */
@media (max-width:320px){
	#studio .grins{
	margin-top:-80px;
	z-index:50;
	}
	
	#studio .container{
	padding:80px 0 50px 0;

	}
	
	}
	
/* ------------------------- */
/* Slick */
/* ------------------------- */

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
.slider img{
	width:100%;
	height:auto;
	}
	.multiple-item li {

	margin: 0 5px;

}
.multiple-item .slick-next{
    right: 10px;
	top:50%;
    z-index: 99;
}
.multiple-item .slick-prev{
	  left: 10px;
  	top:50%;
    z-index: 150;
}
#studio ul.slider{
	padding-left:0;
	}
	
.slick-prev:before
{
	content:url(../img/sgallery/imgst_29.png);
}

.slick-next:before
{
	content:url(../img/sgallery/imgst_32.png);
}	
 .slick-prev, .slick-next {
    width:50px; /* 画像幅 */
    height:46px; /* 画像高さ */
}

/* ------------------------- */
/* ACCESS */
/* ------------------------- */
	#access{
		background-image:url(../img/studio/imga_04.jpg);
		background-repeat:no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
background-position:top center;
	min-height: 500px;
width:100%;
min-height: 2325px;
}

.accessleft{
	margin-top:300px;
	text-align:left;
	margin-left:20%;
	}
.accessbtn{
	margin:20px auto 50px;
}
	
	.accessleft p {

	margin-bottom:0px;
} 
	.accessleft p.leadbig {
	font-size:40px;
	font-family: 'Lato', sans-serif;
	margin-top:0px;
}
#access a{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	}
	
	#access a:hover{
	color:#d43076;}
	
		.accessright{
margin-top:50px;
			}
	
	
	/* --768px以下の時----------------------- */
@media (max-width:768px){
	
	
.accessleft{
	margin-top:50px;
	margin-left:auto;
	margin-bottom:30px;
	padding-left:10%;
padding-right:10%;
	}

		.accessright{
	
padding-left:10%;
padding-right:10%;
			}
	}
/* --480px以下の時----------------------- */
@media (max-width:480px){
	
	.accessleft img{
		width:200px;
}
.accessleft p.leadbig {
	font-size:28px;
	font-family: 'Lato', sans-serif;
	margin-top:0px;
}
	
	}
/* --320px以下の時----------------------- */
@media (max-width:320px){
.accessleft{
	padding-left:1em;
	}
	
	}
	

/* ------------------------- */
/* page-top */
/* ------------------------- */
#pagetop {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%;
}
#pagetop a {
    text-decoration: none;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
}
#pagetop a:hover {
    text-decoration: none;
}
.clr{
	clear:both;}
/* --768px以下の時----------------------- */
@media (max-width:768px){
#pagetop {
    bottom: 5px;
    right: 10px;
}
#pagetop a {
    width: 60px;
    padding: 20px 0;
}
	}
	
	

#wrapper{
	overflow:hidden;
	max-width: 1080px;
	}