body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

.center{text-align: left;}

.container-full{
width: 100%;	
background: #f0f8f5;
padding: 30px 0px 70px 0px;	
}
.service-line {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
background: #f0f8f5;	
}

.service-line h2 {
  font-size: 1.8em;
  margin-bottom: 5px;
}

.service-line p {
  color: #333;
  margin-bottom: 40px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.card .icon {
  font-size: 2em;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.card p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  background: #94c33e;
  color: #fff;
  text-decoration: none;
  padding: 5px 115px;
  border-radius: 4px;
  transition: background 0.3s;
}

.btn:hover {
  background: #bbd366;
}

.contact-section {
  margin-top: 60px;
}

.contact-section h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.contact-buttons .btn {
  background: #7ebf9e;
}

.contact-buttons .btn:hover {
  background: #94c33e;
}

/*/　　お問合わせ　　/*/

.contact-section {
  text-align: center;
  padding: 60px 20px;
}

.contact-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-section p {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn2 {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.btn2.phone {
  background-color: #fff;
  color: #6ab04c;
  border: 1px solid #6ab04c;
}

.btn2.phone:hover {
  background-color: #e4f8e4;
}

.btn2.email {
  background-color: #fff;
  color: #6ab04c;
  border: 1px solid #6ab04c;
}

.btn2.email:hover {
  background-color: #e4f8e4;
}

.icon {
  font-size: 8px;
}

/*スマフォ横・タブレット表示設定*/
@media (min-width: 600px) {
	.center{text-align: center;}
}
