@charset "UTF-8";
/* CSS Document */
 .top-img {
	 margin-top: 50px;
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }

  .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wave-overlay {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 50vh; /* 画像の高さに一致 */
  }

.about-text{
	
	width: 80%;
	margin: 0 auto 50px;
}
.about-text h1{
	font-size: 2rem;
}
.about-text p{
	font-size: 1rem;
}



/* 通常のテーブルスタイル */
#table01 {
  width: 80%;
	margin: 0 auto 50px;
  border-collapse: collapse;
	
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
  text-align: left;
}

#table01 th{
	padding-left: 20px;
	font-size: 1.5rem;
}
#table01 td{
	font-size: 1.2rem;
}

#table01 th {
  width: 30%;
}

/* スマホ対応: 画面幅が480px以下の場合 */
@media only screen and (max-width: 800px) {
  #table01 tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  #table01 th,
  #table01 td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.map{
	margin-bottom: 50px;
}
