body {
    font-size: 15pt;
     background-color: antiquewhite;
     font-family: "Arial";
}
title{
  font-weight: bold;
}
.container{
    width:100%;
    position: relative;
    margin: 0;
    padding: 0;
}

 
.container img{
  max-width: 100%; /* 画像の最大幅を100%に設定 */
  height: auto; /* アスペクト比を維持しながら幅に合わせる */
}
p{
    position: absolute;
    top:50%;
    left:1.5%;
    font-size:65px;
    color: white;
    padding:0;
    margin:0;
}
img {
  border-radius: 30px;
}
h2{
  font-size: 30pt;
}
h3{
  font-size: 20pt;
}
h4{
  font-size: 25pt;
}
table{
 background-color: sandybrown;  

}
.rgba-sample {
	background-color: burlywood;
}

#rgba02 {
	background:rgba(255,0,0,0,0.1);
}
h5{
  font-size: 20pt;
}
div{
    text-align: center;
}
h2 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #;
  border-left: solid 15px #D6A274;
  border-bottom: solid 5px #d7d7d7;
}

h6{
  font-size: 20pt
}
center{
  background-color: #D6A274;
}
.center-text{
  text-align: center;
  background-color: white;
}
.menu-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px; 
 background-color: transparnet;
}

.menu-table td {
  padding: 0; 
}

.menu-table a {
  display: block; 
  padding: 10px;
  border: 3px solid black; 
  border-radius: 10px; 
  text-decoration: none; 
  color: #494949; 
  font-weight: bold;
}

.menu-table a:hover {
  background-color: antiquewhite; 
}
.menn: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
