@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: "Karla", Arial, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: gray;
  font-weight: 400;

}
div, main {
  display: block;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
  background-color: transparent;
}
h1, h2, h3, h5 {
  font-weight: 400;
  color: #262626;
  display: block;
}
p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  display: block;
}

a img {
  border-style: none;
}

.header-top {
  width: 100%;
  z-index: 16;
  background-color: #fff;
}

.header-top .header-logo {
  background-image: url("../img/akrosnewlogo-a.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header-top .nav {
  float: right;
  margin-right: 10px;
}
.header-top a {
  color: #000;
}
.header-top a:hover {
  color: #3637db;
}
/*ヘッダ@media*/
@media (max-width: 767px) {
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header-top .header-logo {
    display: block;
    height: 50px;
    width: 33.3333%;
    margin: 0 0 0 10px;

  }
  /* トグルボタン　*/
  #menubtn {
    padding: 4px 12px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 5px;

  }
  #menubtn span {
    display: inline-block;
    text-indent: -9999px;
  }

  #menu {
    display: none;
  }
  .header-top .nav {
    margin-top: 30px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    padding: 0;
    z-index: 50;
  }
  .nav-item > a {
    line-height: 2;
  }

}
@media (min-width: 768px) {
  .header-top {
    position: fixed;
    clear: both;
  }
  .header-top .header-logo {
    float: left;
    width: 25%;
    height: 50px;
    margin: 0 0 0 20px;
  }
  /* トグルボタン　*/
  #menubtn {
    display: none;
  }
  /* ナビゲーション */
  #menu {
    display: block !important;
  }
  .header-top .nav {
    float: right;
    margin-right: 10px;
  }
  .header-top .nav-items {
    list-style: none;
    color: #000;
    display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
  }
  .header-top .nav-item {
    display: table-cell;
  }

}


/* 展示会ページ*/
.tenjikai-site {
  position: relative;
  top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.tenjikai-site-hed-wrap {
  width: 100%;
  height: auto;
  background-color: #3b5ca9;
  /* background-image: repeating-linear-gradient(to bottom right, #6fb1fc 0%, #4364f7 50%, #0052d4 100%); */
  background-image: repeating-linear-gradient(to bottom right, #b1d4fb 0%, #002fd4 100%);
}
.tenjikai-site-hed {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
.tenjikai-headding {
  font-size: 70px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.syutten-repo {
  display: none;
}
.kaijo {
  width: 650px;
  position: relative;
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.kaijo-yaer {
  width: 650px;

  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 250px;
  font-weight: bold;
 color: #a7d1f9;
 position: absolute;
  z-index: -10;
}

.kaijyo-list {
  list-style-type: none;
  line-height: 1.1;
  font-size: 20px;
  padding: 50px 0 50px 0;
  margin-top: 0;
}

.kaijyo-list .kaijyo-list-item a {
  display: block;
  padding: 5px 15px;
  transition: background-color 0.1s;
  color: #3b5ca9;
  font-weight: bold;
}

.kaijyo-did, .kaijyo-will {
  border-bottom: solid 2px #5767bf;
}




.kaijyo-will {
  cursor: default;

}
.kaijyo-did:hover {
  opacity: 0.8;
}
.kaijyo-list-item{
  margin-bottom: 10px;
}
.kaijyo-list .kaijo-where {
  display: inline-block;
  width: 340px;
}
.kaijyo-time {
  display: none;
}
.kaijo-kaijo {
  font-size: 16px;
  display: inline-block;
  width: 340px;

}
.kaijo-plans {
  display: inline-block;
}


.reportyear-wrap {
  width: 100%;
  height: auto;
  margin-top: 150px;
  background-color: #3b5ca9;
  /* background-image: repeating-linear-gradient(to bottom right, #6fb1fc 0%, #4364f7 50%, #0052d4 100%); */
  background-image: repeating-linear-gradient(to bottom right, #b1d4fb 0%, #002fd4 100%);
}
.reportyear-hed {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.reportyear-headding {
  font-size: 70px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.report-year {
  margin-top: 200px;
  text-align: center;
  letter-spacing: 10px;
  font-size: 70px;
  color:  #a7d1f9;
  margin-bottom: 0;


}
/*
.report-year::before, .report-year::after {
  content: '';
  display: inline-block;
  width: 35%;
  height: 5px;
  margin: 0 30px;
  background-color:  #a7d1f9;
  vertical-align: middle;
}
*/

.chubu2018-first, .kyusyu2018-first, .osaka2018-first, .chubu2019-first, .osaka2019-first, .kyusyu2019-first, .chubu2020-first {
  position: relative;
  margin-bottom: 50px;
}

.chubu2018, .chubu2019, .chubu2020,
.kyushu2018, .kyushu2019,
.osaka2018, .osaka2019 {
  position: relative;
  background-color: #3b5ca9;
  background-image: repeating-linear-gradient(to bottom right, #a5e8f6 0%, #034aad 100%);

}
.chubu2018-headding, .kyushu2018-headding, .osaka2018-headding, .chubu2019-headding, .osaka2019-headding, .kyushu2019-headding, .chubu2020-headding {
  position: relative;
  text-align: center;
}
.st-obje-1 {
  position: absolute;
  left: 0;
  height: 150px;
}

.st-obje-2 {
  position: absolute;
  right: 0;
  height: 150px;
}

.basyo {
  font-size: 48px;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  font-weight: bold;
  color: #3b5ca9;
}
.video-wrap {
  margin: 0 auto 0 auto;
  display: block;
  width: 800px;
  max-width: 60%;
  border: 1px solid #909090;
  position: relative;

}
.report-movie {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0 ,0, 0.5);
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}
.report-outline-row {
  padding-top: 10px;
  text-align: center;

}
.report-outline-wrapper{
  display: block;
  width: 70%;
  margin: 0 auto 50px auto;
  font-size: 20px;
  border-radius: 10px;
  padding: 20px;
}
.report-outline {
  margin-bottom: 10px;
  color:  #3b5ca9;
  font-weight: bold;
  line-height: 1.5;
}
.fukiagehall {
  display: none;
}

.report-comment {
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: bold;
}
.photo-corner {
  width: 100%;
  height: auto;
  /*
  background-color: #3b5ca9;
  background-image: repeating-linear-gradient(to bottom right, #a5e8f6 0%, #034aad 100%);
*/
  padding-top: 50px;
  padding-bottom: 50px;
}
.report-photo-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
}
.report-photo-wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.report-photo-box {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}

.report-photo-box-tate {
  padding-left: 40px;
  padding-right: 40px;
}
.report-photo-box-tate2 {
  padding-bottom: 40px;
}

.report-photo {
 display: block;
 width: 100%;

}
.report-photo-box p {
  margin-bottom: 0;
  padding: 5px;
  color: #fff;
}
.report-photo-link {
  color: #001c5d;
  font-weight: bold;
}
.report-photo-link:hover {
  color: #909090;
}
.footer-t {
  margin-top: 50px;
}
.footer-t a {
  text-align: center;
  width: 150px;
  display: block;
  border: 2px solid #3b5ca9;
  background-color: #3b5ca9;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.footer-t a:hover {
  opacity: 0.5;
}
.gotohome .fa {
  font-size: 20px;
}


hr {
  height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 20px 20px -20px #3b5ca9 inset;
}


@media (max-width: 1024px) {

  .syutten-repo {
    display: block;
  }
  .st-obje-1, .st-obje-2 {
    width: 10%;
  }
  .basyo {
    padding-top: 50px;
  }

  .report-year::before, .report-year::after {
    width: 20%;
    height: 5px;
    margin: 0 30px;
  }

  .chubu2018-first {
    margin-bottom: 0;
  }
  .report-outline-wrapper {
    margin-bottom: 0;
  }
  .report-photo-wrapper {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .tenjikai-site-hed {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .tenjikai-headding {
    font-size: 50px;
  }

  .kaijo {
    width: 100%;
    text-align: center;
  }
  .kaijo-yaer {
    font-size: 150px;
    max-width: 100%;
    position: static;
    margin-bottom: 0;
  }
  .kaijyo-list {
    padding-top: 0;
  }

  .kaijyo-time {
    display: block;
  }
  .info-date {
    font-size: 16px;
  }
  .kaijo-kaijo {
    font-size: 16px;
  }
  .st-obje-1, .st-obje-2 {
    width: 22px;
  }
  .chubu2018-headding {
    margin-bottom: 10px;
  }
  .basyo {
    font-size: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 60px;
    color: #3b5ca9;
  }
  .video-wrap {
    max-width: 90%;
  }
  .report-outline-wrapper {
    font-size: 16px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .fukiagehall {
    display: block;
  }

}


@media (max-width: 450px) {
  .tenjikai-headding {
    font-size: 40px;
  }

  .kaijo-yaer {
    margin-bottom: 0;
    font-size: 70px;
    position: static;
    top: auto;
    left: auto;
    margin-left: 0px;
    z-index: -10;
    max-width: 100%;
  }
  .kaijo {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .kaijyo-list {
    padding-top: 0;
    padding-bottom: 0;
  }
  .kaijyo-list-item {
    padding-bottom: 10px;
  }
  .kaijyo-list .kaijyo-list-item a {
    padding-left: 0;
    padding-right: 0;
  }
  .kaijo-where {
    max-width: 100%;
  }
  .kaijyo-time {
    display: block;
  }

  .kaijyo-did, .kaijyo-will {
    margin-left: 5%;
    margin-right: 5%;
  }


  .report-year {
    font-size: 40px;
  }
  .report-year::before, .report-year::after {
    width: 20%;
    height: 2px;
    margin: 0 5px;
  }


  .basyo {
    font-size: 20px;
  }
  .report-outline-wrapper {
    font-size: 16px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .fukiagehall {
    display: block;
  }
  .report-comment {
    text-align: left;
  }
  .report-photo-wrapper {
    margin: 0 10% 0 10%;
  }
  .report-photo-box {
    width: 100%;
    float: none;
  }
  .report-photo-box p {
    font-size: 14px;
  }
}




/*##topへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;

}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 30px;
 width: 35px;
 height: 35px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding:8px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
