@charset "utf-8";
@media only screen and (max-width: 1024px) {
  .sp {
    display: block;
  }

  .sp_inline {
    display: inline;
  }

  .pc {
    display: none;
  }
}
.wrapper {
  padding: 0;
}

.Main-wrap {
  position: relative;
}
.Main-wrap:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

/**********************************************************************
	ページ全体共通
***********************************************************************/
body {
  overflow: hidden;
}

a {
  text-decoration: none;
}

/**********************************************************************
	右全体を囲むブロック - className : Right-contents
***********************************************************************/
.Right-contents {
  width: 50%;
  background: url("../images/bg_right.jpg") center center no-repeat;
  background-size: cover;
  padding: 10px 50px;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
.Right-contents .btn-detail {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 60px 0 0;
  cursor: pointer;
}
.Right-contents .btn-detail:after {
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.Right-contents .btn-detail:hover {
  opacity: 0.75;
}
.Right-contents .btn-detail-txt {
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4;
  margin-bottom: 25px;
}
.Right-contents .btn-detail-txt-sub {
  font-size: 1.2rem;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Right-contents .btn-detail-more {
  font-size: 1.2rem;
}
.Right-contents .main-ttl {
  margin: 0 auto 20px;
  text-align: center;
}
.Right-contents .main-ttl img {
  width: 100%;
  max-width: 689px;
  height: auto;
}
.Right-contents .lead-txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: -0.05em;
}

/**********************************************************************
	左全体を囲むブロック - className : Left-contents
***********************************************************************/
.Left-contents {
  width: 50%;
  float: left;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,333333+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 0 100px;
  position: relative;
}
.Left-contents:after {
  display: block;
  content: '';
  width: 40px;
  height: 43px;
  background: url("../images/scloll-btn.png") center center no-repeat;
  background-size: 40px auto;
  position: fixed;
  bottom: 20px;
  left: 25%;
  margin-left: -20px;
}
.Left-contents.last:after {
  display: none;
}
.Left-contents .History {
  box-sizing: border-box;
  overflow: hidden;
}
.Left-contents .History-ttl-wrap {
  display: table;
  width: 100%;
}
.Left-contents .History-date {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-right: 20px;
}
.Left-contents .History-ttl {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
  line-height: 2;
}
.Left-contents .History-ttl-sub {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
}

/**********************************************************************
	スライダー
***********************************************************************/
.slider ul {
  margin: 10px 0;
  position: relative;
}
.slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider ul li img {
  width: 100%;
  height: auto;
}

.slider_thumb ul {
  overflow: hidden;
}
.slider_thumb ul li {
  float: left;
  width: 19%;
  margin-right: 1%;
  cursor: pointer;
  border: 2px solid #303030;
}
.slider_thumb ul li:hover {
  opacity: 0.75;
}
.slider_thumb ul li img {
  width: 100%;
  height: auto;
}
.slider_thumb ul li.show {
  border: 2px solid #9e0012;
}

/**********************************************************************
	コントロールナビ - className : Control-navi
***********************************************************************/
.Control-navi p {
  position: fixed;
  bottom: 93%;
  left: 50%;
  z-index: 100;
  margin-left: -22px;
  line-height: 1;
}
.Control-navi ul {
  position: fixed;
  top: 8%;
  left: 50%;
  z-index: 100;
  height: 86%;
  box-sizing: border-box;
}
.Control-navi ul:after {
  content: '';
  display: block;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  height: 100%;
}
.Control-navi ul li {
  position: absolute;
  left: 0;
  margin: -8px 0 0 -8px;
  line-height: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  cursor: pointer;
}
.Control-navi ul li img {
  display: none;
}
.Control-navi ul li.on {
  background: transparent;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  cursor: auto;
}
.Control-navi ul li.on img {
  display: block;
}
.Control-navi ul li:nth-child(1) {
  top: 0;
}
.Control-navi ul li:nth-child(2) {
  top: 8.33333%;
}
.Control-navi ul li:nth-child(3) {
  top: 16.66667%;
}
.Control-navi ul li:nth-child(4) {
  top: 25%;
}
.Control-navi ul li:nth-child(5) {
  top: 33.33333%;
}
.Control-navi ul li:nth-child(6) {
  top: 41.66667%;
}
.Control-navi ul li:nth-child(7) {
  top: 50%;
}
.Control-navi ul li:nth-child(8) {
  top: 58.33333%;
}
.Control-navi ul li:nth-child(9) {
  top: 66.66667%;
}
.Control-navi ul li:nth-child(10) {
  top: 75%;
}
.Control-navi ul li:nth-child(11) {
  top: 83.33333%;
}
.Control-navi ul li:nth-child(12) {
  top: 91.66667%;
}
.Control-navi ul li:nth-child(13) {
  top: 100%;
}

/**********************************************************************
	モーダル - className : Right-modal
***********************************************************************/
.Right-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 90px 100px 10px;
  background: url("../images/bg_right.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: auto;
}
.Right-modal h2 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 40px;
}
.Right-modal h2 span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 20px;
  position: relative;
}
.Right-modal h2 span:before {
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -2px;
}
.Right-modal h2 span:after {
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -2px;
}
.Right-modal p {
  margin-bottom: 25px;
}
.Right-modal figure {
  text-align: center;
  margin-bottom: 25px;
}
.Right-modal figure img {
  width: 100%;
  max-width: 760px;
  height: auto;
}
.Right-modal aside {
  overflow: hidden;
}
.Right-modal aside dl {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.Right-modal aside dl:nth-last-of-type(1) {
  margin-right: 0;
}
.Right-modal aside dl dt {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.Right-modal aside dl dd {
  font-size: 1.2rem;
}

/**********************************************************************
	フッター - className : Footer
***********************************************************************/
.Footer ul {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  margin-top: -135px;
}
.Footer ul li {
  margin: 10px 0;
}
.Footer p {
  color: #fff;
  position: fixed;
  z-index: 100;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
}

/**********************************************************************
	以下sp
***********************************************************************/
@media only screen and (max-width: 1024px) {
  .sp-Header {
    position: relative;
    height: 50px;
  }
  .sp-Header .sp_nav_btn {
    right: -15px;
    top: -10px;
  }
  .sp-Header #content01 .sp_nav_menu ul {
    overflow: hidden;
  }
  .sp-Header #content01 .sp_nav_menu ul li {
    float: left;
    width: 50%;
  }
  .sp-Header #content01 .sp_nav_menu ul li a {
    display: block;
    padding: 10px 20px;
    margin: 5px;
    color: #fff;
    background: #9e0012;
    text-align: center;
    font-size: 1.4rem;
  }

  .sp-Right-contents {
    width: 100%;
    background: url("../images/bg_right.jpg") center center no-repeat;
    background-size: cover;
    padding: 10px 20px 20px;
  }
  .sp-Right-contents .sp-main-ttl {
    margin-bottom: 10px;
  }
  .sp-Right-contents .sp-kobe-btn-detail {
    width: 100%;
    cursor: pointer;
  }

  .sp-Right-modal {
    padding: 50px 20px 20px;
  }
  .sp-Right-modal h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .sp-Right-modal h2 span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
  }
  .sp-Right-modal p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sp-Right-modal figure {
    margin-bottom: 20px;
  }
  .sp-Right-modal aside dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
  }
  .sp-Right-modal aside dl dd {
    font-size: 1.4rem;
  }

  /**********************************************************************
  	sp:コンテンツ
  ***********************************************************************/
  .sp-Left-contents {
    background: #303030;
    width: 100%;
    padding: 20px;
    height: auto;
    float: none;
  }
  .sp-Left-contents .History-date {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .sp-Left-contents .History-ttl {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .sp-Left-contents .History-ttl-sub {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .sp-Footer ul {
    text-align: center;
  }
  .sp-Footer ul li {
    display: inline-block;
  }
  .sp-Footer ul li a {
    color: #fff;
    padding-left: 8px;
    font-size: 1.2rem;
  }
  .sp-Footer ul li a:before {
    content: "";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
  }
  .sp-Footer p {
    background: #000;
    padding: 5px 0;
    font-size: 1.2rem;
    text-align: center;
  }
}

/*# sourceMappingURL=kobeproject.css.map */
