@charset "UTF-8";
/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #8B8B8B
}

.navbar-toggler {
    border-color: rgba(0,0,0,0);
}

/* スライド **/
.carousel{
  height: 500px;
  margin:auto;
}

.carousel img {
	position: absolute;
	height: 500px;
}

@media (min-width: 320px) {
  .carousel,
  .carousel .carousel-item,
  .carousel .item-mask,
  .carousel-inner .carousel-item .item-mask img {
    height:500px;
  }
}

@media (min-width: 768px) {
  .carousel,
  .carousel .carousel-item,
  .carousel .item-mask,
  .carousel-inner .carousel-item .item-mask img {
    height:700px;
	}
}

@keyframes SlideDown {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(-50px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}
.carousel {
animation-name: SlideDown;/* アニメーション名 */
animation-duration: 2s;/* アニメーション時間 */
}

/* ここから */
#footer {
    background-color: #DADADA;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
#p1 {
    font-size: 10pt;
    color: #282828;
}
#p2 {
    font-size: 9pt;
    color: #282828;
}
#p3 {
    font-size: 7.5pt;
    color: #282828;
}
#p4 {
    font-size: 7pt;
    color: #444444;
    margin-top: 20px;
}

.te {
    color: #FFFFFF;
    font-size: 11pt;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 2.0;
}

.daiji {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color:#525252;
}

.navbar-nav {
	background-color : transparent; /* ヘッダの背景色 */
	background-color : #2F2F2F; /* ヘッダの背景色 黒を指定*/
/* 半透明にする*/
filter:alpha(opacity=50);
-moz-opacity: 0.9;
opacity: 0.9;
    padding-right: 10pt;
}

.ty {
    font-size: 15px;
}