@charset "utf-8";
body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
footer .tel a {
	color: #212529;
	border-bottom:dotted;
	border-color:#999;
	border-width:1px;
}

.text-maintitle {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 10px;
}
@media screen and (max-width: 576px) {
	.text-maintitle {
		letter-spacing: 5px;
		font-size: 3.0rem;
	}
}

.jumbotron {
	height: 600px;
	background-image: url('../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.heading {
	padding: 0 0 0 10px;
	border-left: 6px solid #aaa;
}
.footer-copyright {
	background-color: #f5f5f5;
	line-height: 60px;
	height: 60px;
	width: 100%;
}
.map iframe {
	height: 450px;
	width: 100%;
}

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

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

.bg-lightbeige {
	background-color: #fffbf5;
}
.bg-lightgray {
	background-color: #ebebeb;
}
.bg-lightgray-stripe {
	background-color: #ebebeb;
	background: -webkit-repeating-linear-gradient(-45deg,#ebebeb 0,#ebebeb 5px,#f0f0f0 5px,#f0f0f0 10px);
	background: -o-repeating-linear-gradient(-45deg,#ebebeb 0,#ebebeb 5px,#f0f0f0 5px,#f0f0f0 10px);
	background: repeating-linear-gradient(-45deg,#ebebeb 0,#ebebeb 5px,#f0f0f0 5px,#f0f0f0 10px);
}

.bg-darkbrown {
	background-color: #4a3432;
}
.bg-darkbrown-stripe {
	background-color: #4a3432;
	background: -webkit-repeating-linear-gradient(-45deg,#4a3432 0,#4a3432 5px,#513939 5px,#513939 10px);
	background: -o-repeating-linear-gradient(-45deg,#4a3432 0,#4a3432 5px,#513939 5px,#513939 10px);
	background: repeating-linear-gradient(-45deg,#4a3432 0,#4a3432 5px,#513939 5px,#513939 10px);
}
.bg-darkbrown-sec {
	background-color: #674e4c;
}
.bg-darkbrown-stripe-sec {
	background-color: #674e4c;
	background: -webkit-repeating-linear-gradient(-45deg,#674e4c 0,#674e4c 5px,#6d5250 5px,#6d5250 10px);
	background: -o-repeating-linear-gradient(-45deg,#674e4c 0,#674e4c 5px,#6d5250 5px,#6d5250 10px);
	background: repeating-linear-gradient(-45deg,#674e4c 0,#674e4c 5px,#6d5250 5px,#6d5250 10px);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
}

