/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
* {
	margin: 0;
	padding: 0;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 800px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
	padding-top: 50px;
}
#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues li.selected img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);/* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}
#issues li h1 {
	color: #e92e93;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}
#issues li p {
	margin-right: 70px;
	font-weight: bold;
	line-height: 22px;
}
#grad_left,  #grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	background: url('../images/grad_left.png') repeat-y;
}
#grad_right {
	right: 0;
	background: url('../images/grad_right.png') repeat-y;
}
#next,  #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,  #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
	background-image: url('../images/next.png');
}
#prev {
	left: 0;
	background-image: url('../images/prev.png');
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
#Container .mix {
	display: none;
}
#list .mix {
	display: none;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ffffff;
	background-color: #fff;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6em;
}
p.lead {
	font-weight: 600;
}
/*

.hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
*/

.btn00 {
    color: #fff;
    text-decoration: none;
    text-align: -webkit-center;
    position: relative;
    z-index: 10;
    display: block;
}
 
.btn00::before {
    content: '';
    background-color: #dda0dd;
    display: block;
    text-align: center;
    position: absolute;
    z-index: -1;
    border-radius: 50%;

}
.btn00:hover::before {
    text-align: center;
	width:100%;
	height:100%;
   border-radius: 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 28px #fff,
        0 0 0 30px #dda0dd;
		    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
btn0 a .switch{
  border: 0;
  overflow: hidden;
  float: left;
}
btn0 a .switch:hover{
  border: 5px solid #f58e7e;
}
btn0 a .switch:hover img{
  margin: -5px;
}

.btn0r {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
}
 
.btn0r::before {
    content: '';
    background-color: #dda0dd;
    display: block;
    text-align: center;
    position: absolute;
    z-index: -1;
    border-radius: 50%;

}
.btn0r:hover::before {
    text-align: center;
	width:100%;
	height:100%;
   border-radius: 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 33px #fff,
        0 0 0 36px #dda0dd;
		    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.buttonx {
  background-color: #0073d9;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.buttonx:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #0073d9;
}

.btn01 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 9999;
    display: block;
    width: 200px;
    height: 200px;
    line-height: 200px;
	float:left;
}
 
.btn01::before {
    content: '';
    background-color: #dda0dd;
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: -1;
   /* border-radius: 50%;*/
    box-shadow:
        0 0 0 0 #000,
        0 0 0 0 #dda0dd;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn01:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #000,
        0 0 0 27px #dda0dd;
}
@media screen and (max-width: 650px){
.btn01 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 9999;
    display: block;
    width: auto;
    height: auto;
    line-height: auto;
	float:left;
}
 
.btn01::before {
    content: '';
    background-color:#FFF;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
   /* border-radius: 50%;*/
    box-shadow:none;
    transition:none;
    -webkit-transition:none;
}
.btn01:hover::before {
    transform:none;
    -webkit-transform:none;
    box-shadow:none;
}
}
	

.sns {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
}
 
.sns::before {
    content: '';
    background-color: #dda0dd;
    display: block;
    text-align: center;
    position: absolute;
    z-index: -1;
    border-radius: 50%;

}
.sns:hover::before {
    text-align: center;
	width:100%;
	height:100%;
   border-radius: 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 16px #fff,
        0 0 0 20px #dda0dd;
		    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}




/*
.btn01 {
	color: #fff;
	text-decoration: none;
	background-color: #dda0dd;
	display: block;
	line-height: 150px;
	border-radius: 50%;
	/* ここで動く速度とか設定 */
	/*transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
/*
.btn01:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}


*/


/* カラフルメニュー */
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);

nav ul li:nth-child(1) a {
  background-color: #2083f9;
}
nav ul li:nth-child(2n) a {
  background-color: #2da05c;
}
nav ul li:nth-child(3n) a {
  background-color: #f9d45c;
}
nav ul li:nth-child(4n) a {
  background-color: #df629f;
}
nav ul li:nth-child(5n) a {
  background-color: #684a83;
}
nav ul li:nth-child(6n) a {
  background-color: #2083f9;
}
nav ul li:nth-child(7n) a {
  background-color: #2da05c;
}
nav ul li:nth-child(7n) a {
  background-color: #f9d45c;
}*/

.light {
	font-weight: 400;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.navbar-brand {
	font-weight: 700;
}
.navbar-brand {
	height: 40px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 1em;
}
.navbar-brand h1 {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.navbar-brand:focus {
	outline: 0;
}
.nav.navbar-nav {
	background-color: rgba(255,255,255,.4);
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0,0,0,0);
}
.navbar-custom ul.nav li a ,
.popupModal1{
	font-size: 12px;
	letter-spacing: 1px;
	/*color: #dedcdc;*/
	/*text-transform: uppercase;*/
}
.navbar-custom.top-nav-collapse ul.nav li a ,
.popupModal1 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
}
.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
/*	border-bottom: 1px solid #f5f5f5;*/
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	/*color: #666;*/
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
	padding: 15px 25px;
	font-size: 14px;
	color: #000;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
#Container .mix {
	float: left;
}
#list li {
	float: left;
	margin:2.5px;
}
#list ul {
	list-style: none;
}

/*@media screen and (max-width: 650px){
	#list ul li img {
	width:50%;
	height:auto;
	float:left;
}
}

/* 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/images/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;
	margin-top: 30px;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
/* ===========================
--- General sections
============================ */

.home-section {
	padding-bottom: 30px;
	display: block;
	position: relative;
	z-index: 120;
}
.section-heading h2 {
	font-size: 40px;
	white-space: nowrap;
}

@media screen and (max-width: 640px) {
.section-heading h2 {
	font-size: 20px;
	white-space: nowrap;
	margin-top:20px;
}
}
@media screen and (max-width: 640px) {
.font-wh {
	font-size: 20px;
	white-space: nowrap;
	margin-top:20px;
}
}

@media screen and (max-width: 640px) {
.title-description {
	font-size: 20px;
	white-space: nowrap;
	margin-top:20px;
}
}

.heading-contact {
	margin-top: 50px;
}
.section-heading i {
	margin-bottom: 20px;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #f8f8f8;
}
.bg-dark {
	background: #575757;
}
.bg-deep {
	background: #008000;
}
.bg-light {
	background: #eef6f9;
}

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

.text-light {
	color: #fff;
}
/* ===========================
--- Intro
============================ */

.intro {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
#intro.intro {
	padding-top: 5%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
@media(min-width:1031px) {
#intro.intro {
	padding: 8% 0 0 0;
	text-align: center;
}
}
.intro .slogan {
	text-align: center;
}
.intro .page-scroll {
	text-align: center;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	font-size: 18px;
}
@media(max-width:1030px) {
#intro.intro {
	padding: 20% 0 0 0;
}
}
.intro .slogan {
	text-align: center;
}
.intro .page-scroll {
	text-align: center;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	font-size: 18px;
}
@media(max-width:767px) {
#intro.intro {
	padding: 8% 0 0 0;
	margin-top:100px;
	text-align: center;
}
}
.intro .slogan {
	text-align: center;
	padding-top: 15px;
}
.intro .page-scroll {
	text-align: center;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	font-size: 18px;
}
/*@media (max-width:991px) {
.intro .slogan h2 {
	padding-top:250px;
}
}
@media (min-width:992px) {
.intro .slogan h2 {
	padding-top:150px;
}
}
@media (min-width:1200px) {
.intro .slogan h2 {
	padding-top:50px;
}
/* main slideshow 
}
@media (min-width:768px) {
.intro .slogan h2 {
	padding:20px;
}
}
*/
/*.intro .slogan h2 {
	color: #000;
	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;
}
.intro .slogan h4 {
	color: #000;
}*/
/* ===========================
--- About
============================ */

.boxed-grey {
    text-align: -webkit-center;
}
.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
.team p.subtitle {
	margin-bottom: 10px;
	font-size:x-small;
	}
	
.team h5 {
font-size: x-small;	
}
}



/*.avatar {
	margin-bottom: 20px;
	margin-top: 20px;
}*/
.team-social {
	margin-left: 0;
	padding-left: 0;
}
.team-social {
	text-align: center;
}
.team-social li {
	display: inline-block;
	margin: 0 !important;
	padding: 0;
}
.team-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.team-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.team-social .social-facebook a {
	background: #3873ae;
}
.team-social .social-twitter a {
	background: #62c6f8;
}
.team-social .social-dribble a {
	background: #d74980;
}
.team-social .social-deviantart a {
	background: #8da356;
}
.team-social .social-google a {
	background: #000;
}
.team-social .social-vimeo a {
	background: #51a6d3;
}
.team-social .social-facebook a:hover {
	background: #4893ce;
}
.team-social .social-twitter a:hover {
	background: #82e6ff;
}
.team-social .social-dribble a:hover {
	background: #f769a0;
}
.team-social .social-deviantart a:hover {
	background: #adc376;
}
.team-social .social-google a:hover {
	background: #333;
}
.team-social .social-vimeo a:hover {
	background: #71c6f3;
}
/* ===========================
--- Services
============================ */

.service-icon {
	margin:10px;
}
.service-icon2 {
	margin-bottom: 20px;
	/*padding:30px;*/
}



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

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
	border-radius: 0;
}
.widget-contact {
	text-align: left;
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
}
.company-social li {
	display: inline-block;
	margin: 0 !important;
	padding: 0;
}
.company-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.company-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.company-social .social-facebook a {
	background: #3873ae;
}
.company-social .social-twitter a {
	background: #62c6f8;
}
.company-social .social-dribble a {
	background: #d74980;
}
.company-social .social-deviantart a {
	background: #8da356;
}
.company-social .social-google a {
	background: #000;
}
.company-social .social-vimeo a {
	background: #51a6d3;
}
.company-social .social-facebook a:hover {
	background: #4893ce;
}
.company-social .social-twitter a:hover {
	background: #82e6ff;
}
.company-social .social-dribble a:hover {
	background: #f769a0;
}
.company-social .social-deviantart a:hover {
	background: #adc376;
}
.company-social .social-google a:hover {
	background: #333;
}
.company-social .social-vimeo a:hover {
	background: #71c6f3;
}
/* ==========================
Parallax
============================= */

#parallax1 {
	background-image: url(../img/parallax/1.jpg);
}
#parallax1:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}
#parallax2 {
	background-image: url(../img/parallax/2.jpg);
}
#parallax2:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}
/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*.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;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
#text {
	color: #fff;
	background: #ffcc00;
}
#map {
	height: 500px;
}
.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(min-width:767px) {
.navbar {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
	background-color: #008000;
}
.navbar-custom.top-nav-collapse {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.intro {
	height: 90%;
	padding: 0;
}
.brand-heading {
	font-size: 100px;
}
.intro-text {
	font-size: 25px;
}
}
@media (max-width:768px) {
/*.team.boxed-grey {
	margin-bottom: 30px;
}
.boxed-grey {
	margin-bottom: 30px;
}*/
}
@media (max-width:640px) {
.navbar-custom .nav.navbar-nav {
	background-color: rgba(150,205,250,.5);
	width: 90%;
    margin-left: 30px;
    margin-top: 0;
}
.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
	background-color: #008000;
}
.tp-banner-container {
	/*padding-top: 40px;*/
}
.page-scroll a.btn-circle {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	padding: 7px 0;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 20px;
}
}
#Container ul li {
	float: left;
	list-style-type: none;
}
ul {
	overflow: hidden;
}
.bk {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.1em;
}
.font-wh {
	background-color: rgba(000,0,0,0.5);  /* 背景色の指定 */
    border-radius: 30px;      /* 角丸の指定 */
	color:#ffffff;
}

/* about timeline */
@media (min-width:767px) {
.timeline {
	list-style: none;
	padding: 0;
	position: relative
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	width: 2px;
	background-color: #f1f1f1;
	left: 40px;
	margin-left: -1.5px
}
.timeline>li {
	margin-bottom: 50px;
	position: relative;
	min-height: 50px
}
.timeline>li:after, .timeline>li:before {
	content: " ";
	display: table
}
.timeline>li:after {
	clear: both
}
.timeline>li .timeline-panel {
	width: 100%;
	float: right;
	padding: 0 20px 0 100px;
	position: relative;
	text-align: left
}
.timeline>li .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}
.timeline>li .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}
.timeline>li .timeline-image {
	left: 0;
	margin-left: 0;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 100;
	background-color: #fed136;
	color: #fff;
	border-radius: 100%;
	border: 7px solid #f1f1f1;
	text-align: center
}
.timeline>li .timeline-image h4 {
	font-size: 10px;
	margin-top: 12px;
	line-height: 14px
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 20px 0 100px
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}
.timeline>li:last-child {
	margin-bottom: 0
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit
}
.timeline .timeline-heading h4.subheading {
	text-transform: none
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0
}
@media (min-width:768px) {
.timeline:before {
	left: 50%
}
.timeline>li {
	min-height: 100px
}
.timeline>li .timeline-panel {
	width: 41%;
	float: left;
	padding: 0 20px 20px 30px;
	text-align: right
}
.timeline>li .timeline-image {
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px
}
.timeline>li .timeline-image h4 {
	font-size: 13px;
	margin-top: 16px;
	line-height: 18px
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	text-align: left;
	padding: 0 30px 20px 20px
}
}
@media (min-width:992px) {
.timeline>li .timeline-panel, .timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px
}
.timeline>li {
	min-height: 150px
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px
}
.timeline>li .timeline-image h4 {
	font-size: 18px;
	margin-top: 30px;
	line-height: 26px
}
}
@media (min-width:1200px) {
.timeline>li {
	min-height: 170px
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px 100px
}
.timeline>li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px
}
.timeline>li .timeline-image h4 {
	margin-top: 40px
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 100px 20px 20px
}
}
/* about timeline */

/* main slideshow */
/*#slide {
width:640px;
height:300px;
margin:0 auto;
position:relative;
}*/
#slide img {
position:absolute;
left:0;
top:0;
}


@media (max-width:991px) {
#slide {
width:400px;
height:250px;
margin:0 auto;
position:relative;
}
}
@media (min-width:992px) {
#slide {
width:800px;
height:500px;
margin:0 auto;
position:relative;
}
}
@media (min-width:1200px) {
#slide {
width:1200px;
height:600px;
margin:0 auto;
position:relative;
}
/* main slideshow */
}

#servicebg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/halobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 50px;
	padding-bottom: 50px;
}

#wecanbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/dassaibg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#orderbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/3rdbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}

#workbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/threeeightbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;

}
#workbg2 {
	background-attachment: fixed;
	background-image: url(../img/bgimg/backdrops.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:10px;

}
#aboutbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/movbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#recruitbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/brookrlynbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#contactbg {
	background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8)),
  url(../img/bgimg/riversidebg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#visitorbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/visitor-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#reservebg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/reserve-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#browsebg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/browse-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#appealbg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/appeal-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}
#qabg {
	background-attachment: fixed;
	background-image: url(../img/bgimg/qa-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 150px;
	padding-bottom: 150px;
}

/* logomark */

@media (max-width:991px) {
#co-logo {
	margin-left: 20px!important;
    float:left;
}
}
}

@media (max-width:1399px) {
#co-logo{
	float: left;
	width:60px;
}
}
@media (min-width:1400px) {
#co-logo {
	margin-left: 20px;
    float:left;
}
}

/* logomark */

section {
	width: 100%;
}

.service-desc {
	height: 200px;
	width: 100%;
}

.service-desc2 {
	height: 400px;
	width: 100%;
}
.arrow {
	width: 2.66666%;
	float: left;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.detail {
	border-radius: 30px;      /* 角丸の指定 */
	border: 2px solid #F6C;
	padding: 5px;
}



@media screen and (max-width: 640px){
.none {display:none}
}
@media screen and (max-width: 1024px){
.none2 {display:none}
}





#list {
	margin-left:8%;
}
@media screen and (max-width: 640px){
#list {
	margin-left:2%;
}
}

/* hidden
-------------------------------------------------- */
.hidden {
  display: none;
}
.hidden.pcBlock {
  display: inline;
}

@media screen and (max-width: 640px) {
  .hidden.pcBlock {
    display: none;
  }
  .hidden.spBlock {
    display: inline;
  }

}

/*.stview-bg {
	height: 650px;
	width: 100%;
	background-image: url(../img/bgimg/stview-bgwh.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.row.stview-bg iframe {
	margin-top: 280px;
}

@media screen and (max-width: 640px) {
.stview-bg {
	background-image:none;
	height:400px;

}
.row.stview-bg iframe {
	width:90%;
	height:300px;
	margin-top: 5px;	
}
}*/

/* Ｑ＆Ａアコーディオン */

.category-QA {
	height: 25px;
	padding-top: 10px;
	cursor:pointer;
　　cursor: hand;
}
.detail-QA {
	padding-right: 100px;
	padding-left: 100px;
	background-color: #e8e8e8;
}
#QA li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 20px;
}
	
/*}#QA li .category-QA section {
	color: #FFF;
}*/
#QA li .answer li .detail-QA ul li {
	color: #000;
}
#page-top footer .container .row .col-md-12.col-lg-12 img {
	margin-bottom: 30px;
}
#descript .container .row iframe {
	background-color: #FFF;
/*	border-radius:3%;*/
}

/* 問い合わせフォーム */


.content article .lisket-form-maker-form table {
	width: 100%;
}

#data_field_0 {
	height: 30px;
	width: 500px;
	margin: 5px;
}

#data_field_1 {
	height: 30px;
	width: 500px;
	margin: 5px;
}

#data_field_3 {
	height: 30px;
	width: 500px;
	margin: 5px;
}

#data_field_4 {
/*	height: 30px;*/
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align:left;
}
#data_field_4_0 {
/*	height: 30px;*/
	width:30px;
	float:left;
}
#data_field_4_1 {
/*	height: 30px;*/
	width:30px;
	float:left;
}


#data_field_6 {
	height: 30px;
	width: 500px;
	margin: 5px;
}

#data_field_7 {
	height: 30px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#data_name {
	height: 30px;
	width: 500px;
	margin: 5px;
}

#data_mail {
	height: 30px;
	width: 500px;
	margin: 5px;
}

#data_field_8 {
	height: 200px;
	width: 500px;
	margin: 5px;
}

#submit {
	height: 30px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #7fa5d3;
}

#reset {
	height: 30px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	background-color: #d38995;
}

.lisket-form-maker-form td,
.lisket-form-maker-form th {
	border: 1px solid #aaa;
}

.lisket-form-maker-form th {
	background-color: #c8e3f2;
}
.lisket-form-maker-form span.example {
	color: #36c;
}
#button {
	width: 150px;
	text-align: center;
	margin: auto;
}
th label {
	padding-left: 25px;
}
.content article .lisket-form-maker-form table tr th .required {
	margin: auto;
}
tr #question {
	padding-top: 15px;
}
.content article .map {
	padding-top: 20px;
	padding-bottom: 10px;
}



.content article .lisket-form-maker-form table tr th span {
	background-color: #FFF;
	font-size: 10px;
	color: #F00;
	height: 7px;
	width: 25px;
	border: 1px solid #F30;
}
#wraper .main .content a {
	position:relative;
	width:100px;
}
.re-top {
	width: 150px;
	text-align:right;
}


#wraper .main .content {
	position: absolute;
}
th label {
	padding-left: 25px;
}
article .lisket-form-maker-form table tr th .required {
	margin: auto;
	float:left;
}
tr #question {
	padding-top: 15px;
}
article .map {
	padding-top: 20px;
	padding-bottom: 10px;
}



article .lisket-form-maker-form table tr th span {
	background-color: #FFF;
	font-size: 10px;
	color: #F00;
	height: 7px;
	width: 25px;
	border: 1px solid #F30;
}

/* スマホ電話ボタン（画面下） */
/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
	height:90px;
	
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	/*line-height: 1.3;*/
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}


/*　　レスポンシブの改行　　*/

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*　　左横のコンタクトボタン　　*/
#social_box{
	background:#2083f9;
	width:3%;
	height:80px;
	padding:15px 0;
	left:0;
	text-align:center;
	position:fixed;
	top:200px;
	list-style-type:none;
	z-index:9999;
	border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 650px){	
#social_box{
	width:8%;
}
.company-about {
	height: auto;
	width: 100%;
	clear:both;
}
#co-logo {
	height: auto;
	width: 50px;
	margin-left: 20px!important;
}
}

.bgline {
	background-image: url(../img/bgimg/bgline.png);
	background-size: contain;
}
@media screen and (min-width: 651px){	
.company-about {
	height: auto;
	width: 33.3%;
	float: left;
}
}

#slide {
	text-align: -webkit-center;
	margin-left: 4%;
}


#co-logo a img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

@media screen and (max-width: 640px) {
.slogan {
	height: 50px!important;
}
}
.slogan {
	height: 150px;
	width: auto;
}

@media screen and (max-width: 640px) {
.foot {
	font-size:x-small!important;
}
}
.foot {
	font-size:medium;
}

/*　　プライバシーポリシーポップアップ　　*/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 12px;
     line-height: 1.8em;
}


/*  アコーディオンメニュー　　*/
.accordion ul {
   width: 100%;
   display: none;
   position: absolute;
}
.gall-html {
	height: 930px;
	width: 95%;
}


.camera {
  padding: 3px;
  border: 0px;
  transition: 0.3s;
}
a:hover .camera {
  border: 1px solid #f58e7e;
  background: #f58e7e;
}



#layer {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.20;
}
#popup {
    display: none;  /* 初期表示は非表示 */
    position: absolute; 
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
}

.left {
	background-image:url(../img/icons/serch_detail03.png);
	background-size: contain;
    background-repeat: no-repeat;
    height: 460px;
}
.left1 {
	background-image:url(../img/icons/serch_detail05.png);
	background-size: contain;
    background-repeat: no-repeat;
    height: 460px;
}
.right {
	background-image:url(../img/icons/serch_detail01.png);
	background-size: contain;
    background-repeat: no-repeat;
    height: 460px;
	position:relative;
}
.right1 {
	background-image:url(../img/icons/serch_detail02.png);
	background-size: contain;
    background-repeat: no-repeat;
    height: 460px;
	position:relative;
}

.Gmap {
	position:absolute;
	top: 11px;
    left: 17px;

}
.Gmap0 {
	position:absolute;
	top: 55px;
    left: 718px;
}
.Gmap1 {
	position:absolute;
	top: 412px;
    left: 718px;

}

.first {
	background-image:url(../img/icons/how.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	position:relative;
	height:798px;
}

