@charset "UTF-8";

/*Copyright (c) 2014, Cooper Hewitt Smithsonian Design Museum (cooperhewitt.org), with Reserved Font Name Cooper Hewitt.*/
@font-face {
   font-family: 'ss-WebFont';
   src: url('../aspire-fonts/mplus-2p-light.woff') format('woff');
}

@font-face {
   font-family: 'ss-WebFont-r';
   src: url('../aspire-fonts/mplus-2p-medium.woff') format('woff');
}

body {
  font-family: 'ss-WebFont';
  background-color: rgba(85, 107, 47, 1.0);
  color: rgba(256, 256, 256, 1.0);
  display:none; /* for main fade */
}

a {
  color: rgba(256, 256, 256, 1.0);
}

a:hover {
  color: rgba(256, 256, 256, 0.8);
  text-decoration: none;
}

b {
  font-family: 'ss-WebFont-r';
}

address {
  padding: 5%;
  border: solid 5px rgba(256, 256, 256, 0.5);
  border-radius: 6px;
}

.ss-main {
  position: relative;
}

.gjola-contents {
  background-color: rgba(153, 153, 102, 1.0);
  padding: 3%;
}

.gjola-section {
  max-width: 100rem;
}

.ss-border {
   border: solid 1px #f00;
}
.ss-padding {
  padding: 3rem 3rem 3rem 3rem;
}
.gl-sep {
  margin-top: 2em;
}
.footer {
  font-size: 0.8rem;
  height: auto;
}


@media screen and (min-width: 0px) and (max-width : 575px){
  .ss-screen-text {
    font-size: 2.0rem;
    text-shadow: 2px 2px 4px  rgba(0, 0, 0, 0.7);
  }
  .ss-h2 {
    font-size: 130%;
  }
  .ss-text {
    font-size: 80%;
  }
  .ss-padding {
    padding: 3rem 1rem 3rem 1rem;
  }
  .ss-catalogue-title {
    font-size: 110%;
  }
}
@media screen and (min-width: 576px) and (max-width : 767px){
  .ss-screen-text {
    font-size: 2.5rem;
    text-shadow: 2px 2px 5px  rgba(0, 0, 0, 0.7);
  }
  .ss-h2 {
    font-size: 140%;
  }
  .ss-text {
    font-size: 80%;
  }
  .ss-catalogue-title {
    font-size: 110%;
  }
}
@media screen and (min-width: 768px) and (max-width : 991px){
  .ss-screen-text {
    font-size: 3.0rem;
    text-shadow: 2px 2px 6px  rgba(0, 0, 0, 0.7);
  }
  .ss-h2 {
    font-size: 150%;
  }
  .ss-text {
    font-size: 90%;
  }
  .ss-catalogue-title {
    font-size: 120%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-screen-text {
    font-size: 3.5rem;
    text-shadow: 2px 2px 7px  rgba(0, 0, 0, 0.7);
  }
  .ss-h2 {
    font-size: 160%;
  }
  .ss-text {
    font-size: 100%;
  }
  .ss-catalogue-title {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1200px) {
  .ss-screen-text {
    font-size: 4.0rem;
    text-shadow: 2px 2px 8px  rgba(0, 0, 0, 0.7);
  }
  .ss-h2 {
    font-size: 170%;
  }
  .ss-text {
    font-size: 110%;
  }
  .ss-catalogue-title {
    font-size: 140%;
  }

}


/*################## loading #############################*/

#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: 2;
}

#wrap img {
  width: 100%;
  height: auto;
}

#loader-bg {
width: 100%;
height: 100%;
background: #000000;
position:fixed;
top:0;
left: 0;
z-index: 1;
}

/*################## lightbox #############################*/
.lightbox {
  display: none;
}
.lightbox-back {
  background-color:  rgba(0, 0, 0, 0.7);
  padding: 5rem;
}
/*############################ affix #######################################*/
.ss-affix {
height: 80px;
width: 30px;
background-color: rgba(0, 0, 64, 0.4);
box-shadow: 2px 2px 15px  rgba(0, 0, 0, 0.7);
border-radius: 5px;
z-index: 2;
position: absolute;
}
.ss-tw {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ss-fb {
  /*opacity: 0.9;*/
  margin-top: 5px;
  margin-bottom: 5px;
}
/*##########################   main screen   #######################################*/
#main-visual{
  width: 100%;
  height: 100%;
  background-image: url('../aspire-images/background/background002.jpg');
  background-position:center center;
  background-size:cover;
}
/*##########################   fade in   #######################################*/
.nav {
  display: none;
}
.ss-list img {
  transition: .8s;
}
.ss-list h4 {
  transition: .8s;
}
.ss-list h2 {
  transition: .8s;
}
.ss-list p {
  transition: .8s;
}
.ss-fade {
  opacity: 0;
}
.ss-fade-b {
  opacity: 1.0;
}
/*############################ modal form #######################################*/
.modal-content {
  /*background-image: url("../ss/images/texture04.jpg");*/
  /*background-color: rgba(19, 50, 31, 0.7);*/
  background: linear-gradient(-45deg, rgba(20, 50, 30, 0.9), rgba(20, 50, 30, 0.3));
  text-shadow: 2px 2px 3px #000;
}
.modal-form {
  margin: 20px;
}
#lock {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	display: none;
	opacity: 0.7;
}
/*###############################################################################*/
.fig-img {
  box-shadow: 2px 2px 15px  rgba(0, 0, 0, 0.7);
  margin-bottom: 4%;
  border-radius: 10px;
}

.ss-div {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  margin-bottom: 5%;
  padding: 10px;
}

.ss-catalogue {
  text-shadow: 3px 3px 8px  rgba(0, 0, 0, 1.0);
}

.ss-navback { /*  navbarの深度　z-index: 1030;  */
  /*background-color: rgba(0, 0, 32, 1.0);*/
  background: linear-gradient(rgb(0, 64, 0), rgb(0, 20, 0));
}

.nav-logo{
  background: url("../aspire-images/aspire-logo-nf.png") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 170px;
  margin-top: 5px;
  margin-left: 5px;
}

/*
##############################   slide   ################################
*/
.ss-slide { /*  slideの深度　z-index: 0;  */
  /*margin-top: 50px;*/
  padding:0px;
  position: relative;
  height: 100%;
  margin-top: 3.8em; /*   */
}

.top-obj-cld {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.top-gjola-logo { /*  topのLOGO  */
  margin: 25rem;
  max-width: 25%;
  max-height: 25%;
}

/*################################  google map #########################################*/
.ss-maps {
  position: relative;
  padding-bottom: 75%; // これが縦横比
  height: 0;
  overflow: hidden;
}

.ss-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
