@charset "utf-8";
body{
	display: none;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../img/top_image.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.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;
}

.img_center{
	width:100%;
	display: block;
	text-align: center;
}
.img_center p{
	width:100%;
	display: block;
	text-align: center;
}
.nav-item span{
	color:#ffffff;
	text-shadow: 0.3px 0.3px;
}
.nav-item a:hover{
  transform: scale(1.4);
}
.resizeimg img{width:100%};
/*---*/
/*#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }*/
/*---*/
/* 大デバイス（デスクトップ, 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 */

.logosize_1{
	font-size: 0.3vw;
	text-align: left;
}
.logosize_2{
	font-size: 0.2vw;
	text-align: left;
}
.notes{
	background-color: #ffffff;
	color: #000000;
	padding: 0 15px;
	border-radius: 20px;
}