@charset "UTF-8";
body {
  position: relative;
  top: 0;
  left: 0;
  font-size: 62.5%;
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
}
h1,h2,p,dt,dd,span,li,blockquote {
  font-family: 'Roboto Condensed', Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ccc;
}
a, a.btn {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.inner {
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
#headerContainer {
  position: fixed;
  width: 150px;
  min-height: 24px;
  z-index: 1000;
}
#siteID {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0 0 20px;
  padding: 0;
  color: #f0f0f0;
}
#siteID .small {
  font-size: 0.75em;
  color: inherit;
}
#footerContainer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding:  0.5em 0;
  background: #000;
}
#copyright{
  color: #fff;
	text-align: center;
  font-size: 1.2em;
  margin: 0;
}
#contentContainer {
  width: 100%;
}
#contentContainer ul,
#contentContainer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#columnContainer {
  position: relative;
  top: 0;
  left: 0;
}
#columnContainer .column {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#columnContainer .column_mainContent {

}
#columnContainer .number {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.2em;
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#columnContainer .number span {
  font-size: 14px;
  color: #fff;
  line-height: 1.8em;
  display: block;
  font-weight: normal;
}
#columnContainer .number img {
  width: 150px;
}

#column1 {
  background-color: #000;
}
#column2 {
  background-color: #e67e22;
}
#column3 {
  background-color: #1fa3a9;
}
#column4 {
  background-color: #e3e3e3;
}
#column5 {
  background-color: #662f76;
}
#column6 {
  background-color: #8e44ad;
}
 .column {
  background: #000;
}

 .column_mainContent {
  width: 90%;
  left: 5%;
  font-size: 1.6em;
  line-height: 2;
}
 .column_mainContent.whole {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.column_mainContent h2 {
  font-size: 3em;
  padding: 0 0 0.1em; margin: 0;
  font-weight: normal;
  color: #ddd;
}
.column_mainContent .meta {
  font-size: 1.6em;
  padding-left: 0.2em;
  color: #ddd;
}
.column_mainContent header {
  margin-bottom: 1.5em;
}
.descriptionContainer {
  float: right;
  width: 52%;
  margin: 0 4%;
  text-align: left;
  color: #ccc;
}
.descriptionContainer blockquote,
.descriptionContainer p {
  color: #ccc;
  padding: 0;
  margin: 0 0 0.75em;
}
.descriptionContainer dl {
  padding: 0;
  margin: 0 0 1.5em;
}
.descriptionContainer dt {
  color: #ccc;
}
.descriptionContainer dd {
  margin: 0;
  padding: 0;
}
.descriptionContainer a {
  color: inherit;
  text-decoration: underline;
}
.photoContainer {
  float: left;
  width: 30%;
  margin: 0 0 0 8%;
}
.photoContainer img {
  display: block;
  width: 100%;
  height: auto;
  border: 6px solid rgb( 32, 32, 32);
}
.photoContainer.whole img {
  width: 100%;
  border-width: 0;
}
h2.photoContainer.whole {
  float: none;
  width: auto;
  margin: 0;
}
#subContainer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: rgba( 0, 0, 32, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mainNavigation {
  position: relative;
  top: 0;
  left: 240px;
  overflow: hidden;
  height: 55px;
}
#mainNavigation li {
  float: left;
  margin: 1px 0;
  border-right: 1px dotted #333;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#mainNavigation a {
  display: block;
  font-size: 1.5em;
  padding: 0.9em 1.2em;
  overflow: hidden;
  color: #eee;

  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#mainNavigation .notNarrow a {
  background: rgba( 0, 0, 0, 0.2);
}
#mainNavigation a:hover,
#mainNavigation li.current a {
  color: #000;
  background: rgb(232 232 232 / 30%);
}
.inquery_btn{
  position: fixed;
  bottom: 7%;
  right: 2%;
  background: #ffffff4d;
  border-radius: 50%;
  padding: 7px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  z-index: 600;
}
.inquery_btn:hover{
  background: #ffffff75;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#sgall{
  position: fixed;
    bottom: 20%;
}
.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}

/*
responsive styles
*/
@media screen and (max-width: 768px) {
  #mainNavigation {
    position: relative;
    top: 0;
    overflow: inherit;
}
#mainNavigation li {
  width: 30%;
  padding-left: 0.5%;
  border-right: none;
  height: 45px;
}
.inquery_btn {
  position: fixed;
  bottom: 0.6%;
  right: 10%;
  background: none;
  border-radius: 50%;
  padding: 7px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  z-index: 600;
}
#subContainer {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 500;
  width: 100%;
  background-color: rgba( 0, 0, 32, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mainNavigation a:hover, #mainNavigation li.current a {
  color: #ff8b07;
  background: none;
}
#columnContainer .number span {
  font-size: 14px;
  color: #fff;
  line-height: 1.6em;
  display: block;
}
}
@media only screen and (max-width: 1024px){
  #columnContainer {
    width: 94%;
    max-width: auto;
  }
}
@media only screen and (max-width: 800px){
  .photoContainer.whole img {
    width: auto;
    height: 100%;
    margin-left: -50%;
  }
  #mainNavigation li.notNarrow {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #columnContainer .number {
    font-size: 4em;
  }
   .column_mainContent {
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .photoContainer.whole img {
    margin-left: -75%;
  }
}
@media only screen and (max-height: 420px){
  .descriptionContainer {
    width: 62%;
  }
  .photoContainer {
    width: 20%;
  }
   .column_mainContent {
    top: 50px;
    font-size: 0.65em;
    line-height: 1.5;
  }
  h2.photoContainer.whole img {
    width: 150%;
    height: auto;
    margin: -25% 0 0 -25%;
  }
}
@media only screen and (max-width: 420px) {
  .descriptionContainer {
    width: 52%;
  }
  .photoContainer {
    width: 30%;
  }
   .column_mainContent {
    top: 50px;
    font-size: 0.7em;
    line-height: 1.6;
  }
  h2.photoContainer.whole img {
    width: 800px;
    height: auto;
    margin: 0 0 0 -250px;
  }
}
@media only screen and (max-width: 420px),
screen and (max-height: 420px) {
  #mainNavigation {
    left: 0;
    width: 100%;
  }
  #mainNavigation li {
    width: 31%;
    padding-left: 0.5%;
    border-right: none;
    padding-left: 2%;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  #mainNavigation a {
    text-align: center;
    padding: 0.6em 0;
    font-size: 1.5em;
  }
  #footerContainer {
      display: none;
  }
}
