@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*height: 600px;*/
	height: 400px;
}

.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;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* 大デバイス（デスクトップ, 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 */


/* opacityFadeIn */
.opacityFadeIn {
    opacity: 0;
}

.opacityFadeIn.active {
    opacity: 1;
    animation: opacityFadeIn 0.8s ease 0s 1 normal;
}

@keyframes opacityFadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*ついてくるお問い合わせボタン*/
.fixed_btn
{
  position: fixed;
  bottom: 200px;
  right: 0;
  
  border:1px rgba(255, 255, 255, 0.3) solid;
  border-radius: 10px 0 0 10px;
  background-color: rgba(80, 80, 80, 0.5);
  padding: 6px 4px;
  font-size:0.6rem;
  color:#fff;
}

