@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font: 12px/1.8;
  font: 1.2rem/1.8 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #f5f1e8;
}

h1,h2,h3,h4,h5,h6,p,span,li,dt,dd,th,td,address {
	font-family: Rationale, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #CC9900;
}

a,a.btn,#contentContainer a,#contentContainer a.btn {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0 ,0);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

#contentContainer {
  margin: 0 auto;
}


.toplogo{
	margin: 10px 20px 10px;
}

/*
header
*/
#header {
}

#headerContainerInner {
  margin-left: -10px;
}

#header h1#siteid {
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  margin: 1em 0 .8em;
}

#header span.description {
	display: block;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.1em;
}

#header h2#pageid {
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 0 0 1em;
}

/*
footer
*/
#footer {
}

#footerInner {
  padding: 0;
  margin: 0 auto;
}

#footer .copyright {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0;
}

#footer #linksContainer {
  padding-right: 0;
  text-align: right;
}

#footer #linksContainer a {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#footer .link_html5memo {
  width: 130px;
  height: 15px;
  background: url(../img/logo_html5.png) no-repeat;
  background-position: 0 0;
}

#footer .pagetop {
  margin: -40px auto 0;
  padding: 0 12px 0 0;
  text-align: right;
}

#footer .pagetop .glyphicon {
  padding-right: .4em;
}

#footer .pagetop a {
  display: inline-block;
  padding: 5px 20px 5px 18px;
  background: #222218;
  color: #d4d4e6;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}

/* s gallery */
.assign_fade {
  opacity: 0;
}

.trans {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0 ,0);
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

#gallery-container {
  max-width: 100%;
  padding: 0;
  margin: 0 0 40px;
}

#gallery-container ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.item {
  display: block;
  float: left;
  width: 24%;
  margin: .5%;
}

.icon-grid,.icon-arrow-left,.icon-arrow-right,.icon-fullscreen-exit,.icon-fullscreen {
  width: 32px;
  height: 24px;
  font-size: 24px;
  text-align: center;
  background: none;
}

.controls {
  z-index: 5000;
}

.controls span i {
  color: gray;
  -webkit-transition: color .4s linear;
  transition: color .4s linear;
}

.controls span:hover i {
  color: #fff;
}

.item--big .img-caption {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*
sideMenu
*/
#sideMenu_contents,
.sidr {
  box-shadow: none;

}
#sideMenu_header .sidr-inner {
  padding: 0;
}

#sideMenu_header h1 {
  margin: 0;
  padding: 6px 15px 0;
  background-image: none;
  color: #fff;
}

#sideMenu_content ul li a,#sideMenu_content ul li span {
  color: #a0a0a0;
}

#sideMenu_content a:hover,#sideMenu_content .active a {
  color: #fff;
}

#sideMenu_switch {
  position: fixed;
  bottom: 160px;
  left: 0;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0 ,0);

  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

#sideMenu_switch.slided {
  left: 260px;
}

#sideMenu_switch a {
  display: table-cell;
  width: 40px;
  height: 40px;
  color: #a0a0a0;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 0 4px rgba(0,0,0,0.2);
  background: #333;
}

#sideMenu_switch a:hover {
  color: #fff;
}

#sideMenu_switch i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 1.7;
}

#alternativeContainer {
  font-size: 2rem;
  margin: 0 0 1em;
}

#alternativeContainer ul {
  text-align: left;
  list-style: none;
}

#alternativeContainer li {
  display: inline-block;
  margin: 0 1em 1em 0;
}

#alternativeContainer li.current {
  color: rgb(255, 96, 0);
}

#alternativeContainer a {
  color: #fff;
}

/*
responsive styles
*/
.gallery_row3 .item {
  display: block;
  float: left;
  width: 32%;
  margin: .5%;
}



@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .items--big {
    top: -40px;
  }

  .controls {
    bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item,.gallery_row3 .item {
    display: block;
    float: left;
    width: 32%;
    margin: .5%;
  }

}

@media screen and (max-width: 767px) {
  #headerContainerInner {
    margin-left: -5px;
  }

  .item,.gallery_row3 .item {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
  }

  #footerInner {
    padding: 0 10px;
  }

  #footer .copyright {
    font-size: 1.2rem;
  }

  #sideMenu_switch {
    bottom: 80px;
  }

}

@media screen and (max-width: 400px) {

  #header h1#siteid {
    text-align: center;
    margin: .5em 0 .8em;
  }
  #header span.description {
    text-align: center;
    margin-top: 0.25em;
  }

  .item {
    display: block;
    float: left;
    width: 47%;
    margin: 1.5%;
  }

}
