@charset "UTF-8";

html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
	padding:0 !important;
}


h1, h2, h3, h4, h5, h6, p,li,dt,dd,span,td,th,a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  line-height: 1.6;
  word-wrap:break-word;
}

::selection {　/* テキスト選択時のカラー */
  color: #000 !important;
  background: #ff0;
  text-shadow: none;
}

::-webkit-selection {
  color: #000 !important;
  background: #ff0;
  text-shadow: none;
}

::-moz-selection {
  color: #000 !important;
  background: #ff0;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

.img_fullwidth {
	margin:0 -15px;
	max-width: calc(100% + 30px) ;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*------------------------------------------------------------------
  	[Title]　タイトル周り
------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
  color:#000f;
  font-weight:700;
  text-align:center;
}
h2.page_ttl {
  font-size:40px;
  font-weight:400;
  letter-spacing:0.2em;
  padding-left:0.2em;
  font-family: 'Ropa Sans','Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

h3.page_ttl span,
h2 span {
	font-size:14px;
	display:block;
	line-height:14px;
	margin-top: 5px;
}
h3 {
  font-size: 20px;
}
h3 strong {
	font-size:1.2em;
	font-weight:normal;
}
h3.page_ttl {
  font-size:32px;
  text-align:center;
  font-weight:400;
  padding-left:0.5em;
}
h4 {
  font-size: 18px;
}

.page_title{
	background:#000;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top:60px;
}
.page_title h2,
.page_title h2 span {
	color:#fff;
}
.page_title.about_ttl {
	background-image:url(../img/abotttl.jpg);
}
.page_title.recruit_ttl {
	background-image:url(../img/recruitttl.jpg);
}



.ropa-sans {
  font-family: 'Ropa Sans','Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;

}

.ttl_bg {
	background:url(../img/common/h2_bg.png) no-repeat;
	background-size:cover;
	padding:20px 0 15px;
}


.fredericka {
	font-weight:800;
	letter-spacing:0.1em;
	font-family: 'Fredericka the Great', cursive;
}

.read_copy {
	font-size:18px;
}


@media (max-width: 767px) {

	h1 {
 	 font-size: 30px;
	}

	h2 {
	  font-size: 22px;
	  text-align:center;
	}
	h2.page_ttl {
  		font-size:22px;
	}

	h3 {
	  font-size: 14px;
	}

	h4 {
	  font-size: 13px;
	}

	p,li,dt,dd,span,td,th {
		font-size:12px;
	}

	h3.page_ttl {
  		font-size:18px;
	}
	h3.page_ttl span{
		font-size:8px;
	}
	.page_title{
	margin-top:50px;
	}

}



/*------------------------------------------------------------------
  	[Link]　リンク周り
------------------------------------------------------------------*/

a {
  color: #666;
  outline: 0;
  text-decoration: none;
  transition-duration: 300ms;	
}
a img {
	transition-duration: 300ms;
}
a:hover img {
	opacity:0.8;

}
a:focus, a:hover, a:active {
  color: #5b9f24;
  text-decoration: none;
}

.link {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #f00;
  content: " ";
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

@media (min-width: 768px) {
	
.img_maxh {
	max-height:138px;
}

}

@media (min-width: 992px) {


/*イメージ拡大*/
.imgWrap {
	overflow: hidden;
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;
}
.img_maxh {
	max-height:180px;
}

.imgWrap:hover{
	opacity:0.8;
}
.imgWrap:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/*グレースケール*/
.grayscale img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grayscale:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

}
@media (min-width: 1201px) {
.img_maxh {
	max-height:220px;
}

}


/*------------------------------------------------------------------
  	[Blockquote] 引用符
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #f00;
  content: '“';
}

/*------------------------------------------------------------------
  	[Button]　ボタン
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size:16px;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:10px 40px;
  letter-spacing:0.1em;
  font-weight: 400;
  background:#5b9f24;
	color: #fff;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  background:#FFC705 !important;
  border-color:#FFF !important;
  color:#000 !important;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.clear-btn {
	display:inline-block;
	border:1.5px solid #333;
	background:url(../img/common/btn_bg_01.png) no-repeat left;
	margin-top: 10px;
	padding:0 60px;
	font-size:14px;
	line-height:36px;
	box-sizing:border-box;
	color:#333;
	transition-duration: 300ms;	
}
.clear-btn:hover {
	background:#FFC705 url(../img/common/btn_bg_02.png) no-repeat right !important;
	border-color:#FFC705 !important;
	color:#fff;
}
.clear-btn_w {
	border-color:#fff;
	color:#fff;
	background:url(../img/common/btn_bg_02.png) no-repeat left;
}




/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/

.content-ss {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-0 {padding-bottom:0 !important; }

@media (max-width: 768px) {

	.content-ss {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}

	.content {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}

	.content-sm {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}

	.content-md {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}

	.content-lg {
 	 padding-top: 50px;
	  padding-bottom: 50px;
	}

}

.otherpage_head{
	width:100%;
	height:200px;
	background:#ddd;
}

@media (max-width: 991px) {
	.otherpage_head{
	height:150px;
	}

}
@media (max-width: 767px) {
	.otherpage_head{
	height:80px;
	}
}

/*------------------------------------------------------------------
  	[Slide]　スライドショー
------------------------------------------------------------------*/

.swiper-container{
	text-align: center;
}
#slider {
	position:relative;
	width: 100%;
	height: 100vh;
	overflow:hidden;
}
.swiper-container {
	width: 100%;
	height: 100vh;
	overflow:hidden;
}
.swiper-slide {
}

@media (max-width: 767px) {
	#slider {
		margin-top:50px !important;
		height:calc(50vh - 50px) ;
	}

}

.zs-bullets {
	display:none;
}


/*----- スライドショーの上のコンテンツ ------*/

.mv_wrapper {
	position:absolute;
	background:url(../img/overlays/02.png);
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:5;
	text-align:center;
}

.mv_wrapper h1 {
	margin:0;
	height: 100%;
	background: url(../img/top/h1_bg.png) no-repeat left bottom;
	background-size: contain;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: .2em;
	text-shadow:1px 1px 6px #000; 
	padding-top: 40vh;
}
.mv_wrapper h1 span{
	vertical-align: middle;

}
	
.scroll-announce {
    text-align: center;
}
.scroll-announce:after {
	color:#fff;
    font-weight: bold;
	display: block;
    text-align: center;
	content:url(../img/common/shitamuki.png);
	position: absolute;
	left: 50%;
	left: calc( 50% - 24px );
	bottom: 20px;
	width: 48px;
	animation: scroll-announce 3s ease infinite;
}

@keyframes scroll-announce {
	0% { transform:translateY(0) }
	70% { transform:translateY(-15px) }
	100% { transform:translateY(0) }
}


@media (max-width: 767px) {
	
.video_wrapper {
  height: 50%;
  height: 56vw;
  margin-top:50px;
}

.video {
  min-height: auto;
  width: 100%;
  left:0 !important;
  top:50px;
}
.mv_wrapper {
	height:50vh;
}
	
}
.mv_wrapper h1 {
	padding-top: calc( 20vw + 60px);

}
.contents_wrapper {
	background:#fff;
	overflow:hidden;
	position:relative;
	z-index:10;
}



/*------------------------------------------------------------------
  	[Modal] モーダルウィンドウ
------------------------------------------------------------------*/

.close{
	margin-right:-60px;
	margin-top:-30px;
}
.close span {
	font-size:40px;
	color:#fff !important;
}
.modal.fade .modal-dialog {
	top:18%;
}


@media (max-width: 767px) {

.close{
	margin-right:calc(50% - 1em) ;
	margin-top:-70px;
	opacity:0.8;
}
.close span{
	color:#fff;
}

}


/*------------------------------------------------------------------
  	[Home]
------------------------------------------------------------------*/


.promo h3{
}

.promo_wrap {
	width:100%;
	overflow:hidden;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo_wrap div {


}
.promo .promo_img {
	padding:0;
}
.promo_text {
	height:auto;

}
.promo_text .text_wrap{
	margin:0 15px;
}

.promo .text-right p {
	text-align:left;
	width:520px;
	display:inline-block;
}
.promo .text-left p {
	width:520px;
	display:inline-block;
}


/*--- news ---*/

.news_wrap ,
.business {
	border-bottom:1px solid #efefef;
}
.news_wrap ul {
	padding:0;
	margin-bottom:70px;
}
.news_wrap ul li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.news_wrap ul li span.info {
	display:inline-block;
	padding:1px 10px;
	font-size:0.9em;
	background:#999;
	color:#fff;
	margin-right:10px;


}

.access {
	background:#2d96d4;
	margin-bottom:100px;
	display:table;
}
.access p {
	color:#fff;
	padding:0 30px 0 20px;
	vertical-align: middle;
    height: 500px;
    display: table-cell;
}

.map_wrap {
	padding:15px 0;
}
.map_text {
   	display:table;
}
.map_text p span{
		font-size:0.9em;
		color:#fff;
	}


@media (max-width: 1110px) {
	
	.promo .text-right p ,
	.promo .text-left p {
		width:380px;
	}
	
	.access {
		width:100%;
		margin-bottom:0;
		
	}

	
}


@media (max-width: 767px) {
	
	.promo_wrap {
	display:block;
	}
	.promo_text .text_wrap{
	margin:0;
	}
	
	.promo h3{
	margin:10px;
	text-align:center;
	}

	
	.promo .text-right p ,
	.promo .text-left p {
	width:100%;
	margin-bottom:15px;
	}
	.access p {
	padding:0 0 0 0;
    height: auto;
    display:block;
	}
	.map_wrap iframe {
		height:300px;
		
	}

	
}


/*------------------------------------------------------------------
  	[CTA]
------------------------------------------------------------------*/

.cta {
	background: #f1f1f1;
	padding: 60px 0;
}
.cta p {
	margin-top: 5px;
	margin-left: 20px;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}
.cta p a span {
	font-size: 32px;
	padding: 0 5px;
}

@media (max-width: 767px) {
	
	.cta {
		padding: 20px 0;
	}
	.cta a {
		max-width: 100%;
		box-sizing: border-box;
	}
	.cta p a span {
		display: block;
	}
}

/*------------------------------------------------------------------
  	[mailform]
------------------------------------------------------------------*/

.mailform {
}
.mailform textarea {
	background:#666;
	margin-bottom:5px;
	box-sizing:border-box;
	color:#fff;
}
.mailform textarea:focus {
	background:#ccc;
	border: 1px solid #FFC705;
	-webkit-box-shadow: 0 0 5px 0 #FFC705;
	-moz-box-shadow: 0 0 5px 0 #FFC705;
	box-shadow: 0 0 5px 0 #FFC705;
	color:#000;
}



/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer {
  background:rgba(0,0,0,0.75);
  padding: 0;
}

.footer h2 {
	margin-bottom:28px;
}
.footer p {
	font-size:14px;
	text-align:left;
}
.footer ul {
	padding:0;

}
.footer ul li {
	list-style:none;
}
.footer ul li.footer_link a {
	color:#fff;
	display:inline-block;
	background:url(../img/common/link_bg_w.png) no-repeat;
	background-position:0 9px;
	padding-left:40px;
	transition:0.3s;
}
.footer ul li.footer_link a:hover {
	color:#FFC705 ;
	padding-left:45px;

}
.copyright {
	font-size:10px !important;
	text-align:center !important;
	padding:8px 0;
	color:#fff;
	background:#222;
	margin-bottom:0;
}

.footer .footer_btn {
	display:block;
	height:42px;
	box-sizing:border-box;
	text-align:center;
	line-height:42px;
	transition: 0.3s;
	background:#d70051 url(../img/common/btn_bg_02.png) no-repeat left;
	color:#fff;
}

.footer .footer_btn:hover {
	background:#FFC705 url(../img/common/btn_bg_02.png) no-repeat right !important;
}

.pr20 { padding-right:60px; }

@media (max-width: 991px) {
	.footer {
		background-size:contain;
		background-position: center bottom;
	}
	.footer p {
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.footer {
		background:#000;
	}
	.footer div {
		text-align:center;
	}
	.footer h2 img {
		display:inline;
	}
	.pr20 {
		padding:0 20px;
	}
	.footer ul li.footer_link {
		display:inline-block;
		padding:0 20px;
	}
	.footer .footer_btn {
		margin-bottom: 20px;
	}
	.footer .mailform {
		padding:0 20px;
		margin-bottom:20px;
	}
	.footer iframe {
		height:300px;
	}
	.copyright {
	}
 
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/

header{
	background:rgba(255,255,255,0.70);
	height:60px;
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 18px 10px 16px;
  float:left;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #282f59;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #282f59;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

.header .menu-container {
	/*width:1170px;*/
	width:100%;
	padding:0 15px;
	margin:0 auto;
	height:100%;
}



/*--- header部ボタン ---*/

.header_cta {
	position:fixed;
	top:0;
	right:0;
	z-index:1070;
}

.header_cta .contact {
	position:absolute;
	top:0;	
	display:block;
	height:42px;
	box-sizing:border-box;
	text-align:center;
	line-height:42px;
	transition: 0.3s;
}
.header_cta .contact {
	right:0;
	top:8px;
	background:#282f59 url(../img/common/btn_bg_02.png) no-repeat left;
	width:270px;
	color:#fff;
}
.header_cta .contact span {
	color:#fff;

}
.header_cta .contact:hover {
	background:#FFC705 url(../img/common/btn_bg_02.png) no-repeat right !important;
}

.header_cta .contact i {
	display:none;
}

.header .tel {
	position:absolute;
	top:5px;
	right:0;
	display:block;
	height:42px;
	box-sizing:border-box;
	text-align:center;
	line-height:42px;
	transition: 0.3s;
	width:255px;
}
.header .tel .tel-no {
	font-size:40px;
	line-height:1.2em;
	letter-spacing:-0.03em;
}
.header .tel-no::before {
	background:url(../img/common/tell_icon.png) no-repeat;
}
.header .tel span.tel-text {
	background:#000;
	display:block;
	color:#fff;
	font-size:11px;
	padding:3px 0;
	margin-top:0px;
}
.header .tel span.tel-text span {
	color:#fff;
	font-size:11px;
}
.header .tel-no::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 28px;
	margin-right:8px;
	margin-bottom:0px;
	background-size: contain;
	background-position:0 bottom;
	vertical-align:baseline;
}





/* Navbar Logo */
.header .logo {
  /*max-height: 45px;*/
  max-height: 65px;
  max-width:700px;
}

.header .logo-wrap {
  display: inline-block;
  /*padding: 15px 0 0px;*/
  padding: 8px 0 0px;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: auto;
  /*height:25px;*/
  height:40px;
  vertical-align: middle;
}


.header .menu-container {
	height:auto;
}
.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
	display:block;
	position:absolute;
	right:280px;
	top:10px;
	
}

/* Nav */
.header .nav-item {
  position: relative;
  display: inline-block;
  text-align:center;
  float:none !important;
  margin-bottom: 0;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 10px 0px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .active .nav-item-child,
.header .nav-item-child:hover {
	color:#5b9f24 !important;

}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 16px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #fff;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
	  background:rgba(255,255,255,0.80);
  }
  .header .logo-wrap {
  }
  .header .menu-container {
	  margin:0;
	  padding:0;
  }
  
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  /* Navbar */
  .header .navbar-nav {
	position:static;
    padding-left: 0;
    margin: 20px 0 0;
    list-style: none;
	background:rgba(191,191,191,0.50);
	text-align:center;
    float:none !important; 
  }
  
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
	.header .menu-container {
	width:100%;
	}
  
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
	
  .header .navbar-toggle .toggle-icon {
	  margin-bottom: 0;
	  
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  
  	.header {
		height:50px;
		background:rgba(255,255,255,0.90);

	}
  
   .header .logo-img {
	width: 150px;
	height:auto;
	}
   
  
  .header .menu-container {
    margin-left: 0;
    margin-right: 0;
  }
  .header .logo-wrap {
	  max-width:40%;
	  margin-left:20px;
	  padding-top:5px;
  }

	.header_cta .contact {
		height:50px;
		width:50px;
		top:0px;
		line-height:50px;
		font-size:8px;
		background-image:none;
	}
	.header_cta .contact:hover {
		background-image:none !important;
	}


	.header_cta .contact span {
		display:none;
	}
	.header_cta .contact i {
		display:inline-block;
		font-size:30px;
		vertical-align:middle;
	}
	
	.header .nav-item {
		display:block !important;
		padding:5px 0;
		border-bottom:1px dashed #333;
	}
	
 .header .navbar-toggle {
  	margin: 15px 0 8px 10px;
  }

  .header .navbar-toggle .toggle-icon {
	  margin-bottom: 0;
	  
  }
  
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  	.header .tel {
		right:0px;
		top:0;
		width:50px;
		height:50px;
		line-height:1.5em;
		background:#2d96d4;
	}
	.header .tel span.tel-text {
		padding:0;
		position:absolute;
		top:0;
		height:50px;
		width:60px;
		display:block;
		line-height:2.1em;
		font-size:8px !important;
		background:#333;
	}
	
	.header .tel .tel-no{
	  display:none;
	}
	
	.header .tel::before {
	content: '';
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	top:1px;
	left:5px;
	background:url(../img/common/tell_icon_w.png) no-repeat ;
	background-size: contain;
	background-position:0 bottom;
	}
  
}

/*------------------------------------------------------------------
  	[SNS]　SNS
------------------------------------------------------------------*/

.insta-wrap {
	padding:20px 15px 5px;
	background:#fff;
	border-radius:3px;
	
}


.follow-me {
  list-style: none;
  overflow: hidden;
  padding:0;
  margin:0 -15px 0 0;
}
.follow-me li {
  float:right;
  margin: 0 0 8px 0;
  padding: 0;
}
@media (max-width: 767px) {
	.follow-me li {
		margin-right:8px;
		float:left;
	}
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  color: #fff;
}
.follow-me li a[href*="codepen.io"]::before         { content: "\f1cb"; }
.follow-me li a[href*="delicious.com"]::before      { content: "\f1a5"; }
.follow-me li a[href*="deviantart.com"]::before     { content: "\f1bd"; }
.follow-me li a[href*="digg.com"]::before           { content: "\f1a6"; }
.follow-me li a[href*="dribble.com"]::before        { content: "\f17d"; }
.follow-me li a[href*="dropbox.com"]::before        { content: "\f16b"; }
.follow-me li a[href*="facebook.com"]::before       { content: "\f09a"; }
.follow-me li a[href*="feedly.com"]::before         { content: "\f09e"; }
.follow-me li a[href*="flickr.com"]::before         { content: "\f16e"; }
.follow-me li a[href*="foursquare.com"]::before     { content: "\f180"; }
.follow-me li a[href*="github.com"]::before         { content: "\f09b"; }
.follow-me li a[href*="plus.google.com"]::before    { content: "\f0d5"; }
.follow-me li a[href*="b.hatena.ne.jp"]::before     { content: "\f027"; font-family: blogicon; }
.follow-me li a[href*="instagram.com"]::before      { content: "\f16d"; }
.follow-me li a[href*="last.fm"]::before            { content: "\f202"; }
.follow-me li a[href*="linkedin.com"]::before       { content: "\f0e1"; }
.follow-me li a[href*="nicovideo.jp"]::before       { content: "\f047"; font-family: blogicon; }
.follow-me li a[href*="pinterest.com"]::before      { content: "\f0d2"; }
.follow-me li a[href*="getpocket.com"]::before      { content: "\f265"; }
.follow-me li a[href*="reddit.com"]::before         { content: "\f1a1"; }
.follow-me li a[href*="skype.com"]::before,
.follow-me li a[href*="skype:"]::before             { content: "\f17e"; }
.follow-me li a[href*="slideshare.net"]::before     { content: "\f1e7"; }
.follow-me li a[href*="spotify.com"]::before        { content: "\f1bc"; }
.follow-me li a[href*="steamcommunity.com"]::before { content: "\f1b6"; }
.follow-me li a[href*="stumbleupon.com"]::before    { content: "\f1a4"; }
.follow-me li a[href*="tumblr.com"]::before         { content: "\f173"; }
.follow-me li a[href*="twitch.tv"]::before          { content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }
.follow-me li a[href*="vimeo.com"]::before          { content: "\f27d"; }
.follow-me li a[href*="vine.co"]::before            { content: "\f1ca"; }
.follow-me li a[href*="weibo.com"]::before          { content: "\f18a"; }
.follow-me li a[href*="whatsapp.com"]::before       { content: "\f232"; }
.follow-me li a[href*="wordpress.com"]::before,
.follow-me li a[href*="wordpress.org"]::before      { content: "\f19a"; }
.follow-me li a[href*="youtube.com"]::before        { content: "\f16a"; }
.follow-me li a[href$="/feed"]::before              { content: "\f09e"; }
.follow-me li a[href$="/subscribe"]::before         { content: "\f000"; font-family: blogicon; }

.follow-me li a[href*="amazon.co.jp"]:hover::before,
.follow-me li a[href*="amazon.com"]:hover::before,        { background-color: #ff9900; }
.follow-me li a[href*="codepen.io"]:hover::before         { background-color: #000000; }
.follow-me li a[href*="delicious.com"]:hover::before      { background-color: #3399ff; }
.follow-me li a[href*="deviantart.com"]:hover::before     { background-color: #05cc47; }
.follow-me li a[href*="digg.com"]:hover::before           { background-color: #000000; }
.follow-me li a[href*="dribble.com"]:hover::before        { background-color: #ea4c89; }
.follow-me li a[href*="dropbox.com"]:hover::before        { background-color: #007ee5; }
.follow-me li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="feedly.com"]:hover::before         { background-color: #6cc655; }
.follow-me li a[href*="flickr.com"]:hover::before         { background-color: #0063dc; }
.follow-me li a[href*="foursquare.com"]:hover::before     { background-color: #f94877; }
.follow-me li a[href*="github.com"]:hover::before         { background-color: #181717; }
.follow-me li a[href*="plus.google.com"]:hover::before    { background-color: #dc4e41; }
.follow-me li a[href*="b.hatena.ne.jp"]:hover::before     { background-color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { background-color: #125688; }
.follow-me li a[href*="last.fm"]:hover::before            { background-color: #d51007; }
.follow-me li a[href*="linkedin.com"]:hover::before       { background-color: #0077b5; }
.follow-me li a[href*="nicovideo.jp"]:hover::before       { background-color: #eaeaea; }
.follow-me li a[href*="pinterest.com"]:hover::before      { background-color: #bd081c; }
.follow-me li a[href*="getpocket.com"]:hover::before      { background-color: #ef3f56; }
.follow-me li a[href*="reddit.com"]:hover::before         { background-color: #ff4500; }
.follow-me li a[href*="skype.com"]:hover::before,
.follow-me li a[href*="skype:"]:hover::before             { background-color: #00aff0; }
.follow-me li a[href*="slideshare.net"]:hover::before     { background-color: #2d2d2d; }
.follow-me li a[href*="spotify.com"]:hover::before        { background-color: #84bd00; }
.follow-me li a[href*="steamcommunity.com"]:hover::before { background-color: #171a21; }
.follow-me li a[href*="stumbleupon.com"]:hover::before    { background-color: #eb4929; }
.follow-me li a[href*="tumblr.com"]:hover::before         { background-color: #36465d; }
.follow-me li a[href*="twitch.tv"]:hover::before          { background-color: #6441a5; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href*="vimeo.com"]:hover::before          { background-color: #1ab7ea; }
.follow-me li a[href*="vine.co"]:hover::before            { background-color: #11b58a; }
.follow-me li a[href*="weibo.com"]:hover::before          { background-color: #e6162d; }
.follow-me li a[href*="whatsapp.com"]:hover::before       { background-color: #64d548; }
.follow-me li a[href*="wordpress.com"]:hover::before,
.follow-me li a[href*="wordpress.org"]:hover::before      { background-color: #21759b; }
.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }
.follow-me li a[href$="/feed"]:hover::before              { background-color: #ffa500; }
.follow-me li a[href$="/subscribe"]:hover::before         { background-color: #363636; }


/*------------------------------------------------------------------
    [Back To Top Theme Button]
------------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 200;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

@media (max-width: 767px) {
	.back-to-top {
		bottom: 30px;
	}
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]　カルーセル
------------------------------------------------------------------*/
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

.carousel-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.carousel-title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}

.page_title .full-screen{
	height:400px !important;
}


@media (max-width: 991px) {
  .full-screen{
	  max-height:500px !important;
  }
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 60px;
  }
  
  .full-screen{
	  height:300px !important;
  }
  .carousel-centered {
	  top: 60%;
  }
}
/*----------------------------------
  Custome Style of Info Window
------------------------------------*/
/* White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: Simple-Line-Icons;
  color: #515769;
  content: "\e082";
}

/* Positioning of infowindow */
.gm-style-iw {
  top: 22px !important;
  left: 22px !important;
}

/*--------------------------------------------------
    [Masonry Grid]　気持ちの良いグリッド
----------------------------------------------------*/
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    width: 50%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

/* Media Queries below 600px */
@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]　スライドショー
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #f00;
}

.color-white {
  color: #fff;
}

.color-heading {
  color: #515769;
}

.color-subtitle {
  color: #a6a7aa;
}

.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}

.color-sky-light {
  color: #fafafa;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #f00;
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #515769;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-gray {
  background: #f0f0f0;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
    [Container Full Width]
------------------------------------------------------------------*/
.container-full-width {
  width: 100%;
}

.container-full-width:before, .container-full-width:after {
  content: " ";
  display: table;
}

.container-full-width:after {
  clear: both;
}

/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}


/*------------------------------------------------------------------
  	[Loader]
------------------------------------------------------------------*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 2000;
  transition-duration: 300ms;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2200;
  transition-duration: 300ms;
}
#loader p{
	color:#fff;
}