@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: 8px solid #2d6432;
	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;
}

.navbar-box {
	background-color: #2d6432;
}

.card1 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.narita {
	text-align: center;
}

.rounded-circle {
	padding: 10px;
}

.card-text1 {
	text-align: left;
}

.btn1 {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #343a40;
	padding: .375rem 0;
	font-size: 0.9rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-secondary {
	color: #633319 !important;
}

.btn-secondary {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000;
}

.bg-secondary {
	background-color: #cc0000 !important;
}

.bg-white1 {
	background:rgba(255,255,255,0.7);
	padding: 1em;
	font-size: 1.2rem;
}

.kodawari {
	position: relative;
	color: #2d6432;
	font-size: 1.75rem;
	padding: 10px 0;
	text-align: center;
	margin: 0.5em 0;
}
.kodawari:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 150px;
	height: 80px;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.price {
	font-size: 1.75rem;
	font-weight: bold;
	color: #cc0000;
}

.h2, h2 {
  font-size: 1.9rem;
}


.h4, h4 {
	color: #2d6432;
}

.btn-orange {
	background: #ff9900;
}

.btn-blue {
	background: #3399ff;
}

.btn-gray {
	background: #999999;
}

body {
font-family: 'Kosugi Maru', sans-serif;
}

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