@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;
}
.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;
}

.container {display:block;width:auto;}
.col-md-6 {max-width:100%;margin:0 auto;}
.p-3 {}
.col-md-6.p-3 {display:inline-block;max-width:100%;min-width:60%;background-color:transparent;padding-top:200px !important;border:none;width:100%;text-align:center;}
.col-md-6.p-3 h1{text-shadow:0 0 8px #000;font-weight:bold;color:#fff;}font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;}
.display-4 {}
.lead-text {display:inline-block;text-shadow:0 0 8px #000;font-weight:bold;color:#fff;border-top:3px solid #fff;padding-top:10px;}

.width-20 {width:20%;}
.title-text {font-size:24px;font-weight:bold;}
.price-table-wrapper {}
.price-table-wrapper table{text-align:center;border:1px solid #000;}
.price-table tr{border-bottom:1px solid #000;}
.price-table th,td{border-left:1px solid #000;}

.description-wrapper {margin-bottom:20px;}
.description {font-size:12px;margin:0;}
.description-tax {font-size:12px;text-align:right;}

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