@charset "UTF-8";
/* ------------ header ------------ */
/* ------------ mainHeader ------------ */
main::before,
main::after {
	display: none;
}
/* ------------ mainContent ------------ */
.mainContent {
	max-width: 980px;
	margin: 0 auto;
	padding: 36px 0 100px;	
	font-size: 1.8rem;
}
h2 {
	font-size: 3.0rem;
	margin-bottom: 15px;
}
h2::before {
	content: "■";
	display: inline;
}
h3 {
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #768f1d;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 70px;
}
table td {
	padding: 10px 15px;
	border: 1px solid #4f4034;
}
table td:nth-child(odd) {
	width: 200px;
	background-color: #e0e8ce;
	font-weight: bold;
}
.tantou {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	list-style: none;
}
.tantou .tel {
	width: 50%;
	font-size: 3.6rem;
	font-weight: bold;
	color: #768f1d;
}
.btn {
	width: 50%;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 48px;
  background-color: #fff;
  border: 1px solid #768e1d;
  position: relative;
  color: #768e1d;
  font-size: 2.2rem;
  font-weight: bold;
}

_:-ms-lang(x)::-ms-backdrop, .btn a {
  padding-top: 5px;
}

.btn a i {
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
.btn a:hover {
    background-color: #768e1d;
    color: #fff;
	} 
}
@media screen and (max-width: 767px) {
	.mainContent {
		width: 100%;
		padding: 36px 16px 0;
		font-size: 1.5rem;
}
h2 {
	font-size: 2.0rem;
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #768f1d;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
	
table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #4f4034;
}
table td {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border-left: 1px solid #4f4034;
	border-right: 1px solid #4f4034;
	border-bottom: none;
	border-top: none;
}
table td:nth-child(odd) {
	display: block;
	width: 100%;
	background-color: #e0e8ce;
	font-weight: bold;
	border-left: 1px solid #4f4034;
	border-right: 1px solid #4f4034;
	border-bottom: none;
	border-top: 1px solid #4f4034;
	text-align: center;
}
.tantou .tel {
	width: 100%;
	font-size: 7.5vw;
	font-weight: bold;
}
.btn {
	width: 100%;
	margin-top: 10px;
}
.btn a {
    font-size: 1.6rem;
	border-radius: 10px;
	padding: 10px;
	}
.btn a i {
    right: 28px;
	}
.btn a:active {
    background-color: #768e1d;
    color: #fff;
	}
}
