@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.jumbotron {
	background-image: url('../img/topimage.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
}
.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.globalNavi {
	width: 100%;
	background:#fff;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255,255,255,0.9);
}
.info {
    height: 320px;
    overflow: auto;
    padding-top: 5px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /*アスペクト比16:9の場合の縦幅*/
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie {
    position: relative;
    padding-top: 56.25%; /*アスペクト比16:9の場合の縦幅*/
    overflow: hidden;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map iframe {
	margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 500px;
}
.question {
    position: relative;
    padding: 0.5em 1em;
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
.answer {
    padding: 1em 1em;
    color:#6c757d;
}
.derlermap {
    margin-bottom: -30px;
}
.derler {
    color: #6c757d !important;
    font-size: 1.6em;
    font-weight: 900;
    padding-bottom: .1em;
    border-bottom: 2px solid #6c757d !important;
}
.box1 {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-left: 3%;
    margin-top:2%;
    margin-bottom:2%;
}
.box1 img {
    width:100%;
}
.box2 {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    margin-top:2%;
    margin-bottom:2%;
}
.gravitex img {
    width:100%;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.bg-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.bg-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.anchor {
    padding-top: 130px;
    margin-top: -130px;
}
a.anchor2 {
    padding-top: 170px;
    margin-top: -170px;
}
.info_top {
  width: 100%;
  margin-bottom: 50px;
  padding: 1em 2em;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  border-left: solid 2px #000;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  color: #6c757d;
}
.info_top img {
  margin-bottom: 5px;
}

CSS
/* ページトップへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;
}
.pagetop a {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #6c757d;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a:hover {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #585f66;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i {
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
/* リンクのホバーエフェクト */
a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  color:#6c757d;
}
a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color:#585f66;
  text-decoration:none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

area:active {outline:none;}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 } 
} /* END */