body {
  position: relative;
  background-color: #f9f9f9;
  /* background: 
  linear-gradient(to right, white 0%, rgba(255,255,255,0) 80%), 
  url('../image/img_address.jpg') no-repeat right center; 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: right center; */
}

.center {
  text-align: center;
  color: rgb(0, 136, 34);
}

.campany-info {
  position: relative;
  display: flex;
  justify-content: center;
}

hr {
  margin-top: 21.44px;
  /* margin-bottom: 20px; */
  width: 85%;
  border: none;
  border-bottom: 1px solid #ccc;
  
}

/* 表 */
table {
  position: relative;
  width: 85%;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-collapse: separate; /* ← これが重要 */
  border-spacing: 0;         /* ← 枠の隙間をなくす */
  border-radius: 10px;       /* ← 全体の角を丸く */
  overflow: hidden;          /* ← 角丸を適用 */
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

table td, th {
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-color {
  text-align: left;
  color: #333;
  background-color: rgb(87, 228, 94);
}

.table-color {
  text-align: left;
  color: #333;
  background-color: rgb(87, 228, 94);
}

/* 地図情報 */
.map-title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.map-container {
  text-align: center; 
  margin-top: 2rem;
}

.map-container iframe {
  width: 42%;      
  border: 0;
}

/* 住所情報 */
.adress-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  /* margin-bottom: 20px; */
  box-shadow: #333;
}

.adress-container {
  width: 42%;
  /* padding: 20px; */
  margin-bottom: 21px;
  background-color: white;
  border: 2px solid #ccc;
  text-align: left;
  border-radius: 10px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.adress {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 5px solid rgb(0, 136, 34);
}

.adress-in{
  margin-left: 20px;
}

.dot {
  font-size: 2em;
  vertical-align: -0.2em;
  color: rgb(0, 136, 34);
}

.hero-section {
  width: 100%;
  height: 100vh;
}

@media (max-width: 768px) {  
  table th {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .map-container iframe{
    width: 85%;
    height: 350px;
  }

  .adress-container {
    width: 85%;
  }
}
