@charset "utf-8";


body {
    background-color:antiquewhite;
    margin: 0 ;
    padding: 0 ;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

hr {
    height: 2px;
    margin-top: 0;
    background-color: #000;
}

.description {
    display: flex;
    justify-content: center;
    align-items: center;
}

.description p {
    max-width: 70%;
}

.jigyo {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.jigyo h2 {
    width: 50%;
    max-width: 100%;
    padding: 10px; 
    text-align: center;
    background: #b7a077;
    border-radius: 10px;
}
    
.disp-fig {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.disp-fig img {
    max-width: 100%; /* Optional: Ensures the image scales responsively */
    height: 110px;
}

.hyo {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
}

table {
    border-collapse: collapse; 
 
}

table.ryokin {
    background: #b7a077;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: 2px double #000;
    padding: 10px;
    text-align: center;
}


table.ryokin tr th, table.ryokin tr td {
    color: white;
    font-size: 16px;
    border: 2px solid #ccc;
    padding: 7px;
}

table.ryokin tr th {
    background:black;
}

.kyori {
    background-color: rgb(4, 75, 75);
}

.benyo {
    background-color: #244f75;
}

.jikan {
    background-color: #840d45;
}

.benyo {
    background-color:#060076
}

.shogai {
    background-color: #077805;
}


.disc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disc p {
    max-width: 70%;
    
}

#pbase {
    width:60%;
    background-color:antiquewhite;
    height:auto;
    margin:auto;
}

#pwhite {
    background-color:#FFFF;
    border-left:#B0B0B0 1px solid;
    border-right:#B0B0B0 1px solid;
    border-top:#B0B0B0 1px groove;
    border-bottom:#B0B0B0 1px solid;
    padding: 15px;
    margin: 6px;
    height:auto;
    line-height:24px;
    bottom:10px;    
}


#pwhite img {
    width: 100%;
}

.flex {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.contact-form {
    max-width: 100%;
    border-radius: 30px;
}

.disp-fig a {
    max-width: 100%;
}


select:focus {
  outline: none;
  border: 1px solid #4973FF;
}


.content-2 {
  display: flex;
}


.contact__form-box1 textarea {
  width: 100%;
  outline: none;
}

.contact__form-box1 textarea:focus {
  border: 1px solid #4973FF;
}

.contact__form-box2 {
  margin-top: 30px;
}


.contact-btn {
  margin-top: 30px;
}


.contact-btn a:hover {
  background-color: #ff9e1f;
}

@media screen and (max-width : 835px){

  .description p {
    max-width: 95%;
}

.hyo {
    text-align: center;
    width: 700x;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding-top: 10px;
}


.jigyo {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.jigyo h2 {
    width: 90%;
    max-width: 100%;
    padding: 10px; 
    text-align: center;
    background: #b7a077;
    border-radius: 10px;
}
    
  table.ryokin {
    background: #b7a077;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 2px double #000;
    padding: 10px;
    text-align: center;
}

  table.ptable {
    background: #b7a077;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 20px;   
    border: 2px #000;
  }


}

@media screen and (max-width : 480px){

  .description p {
    max-width: 90%;
}

.hyo {
    text-align: center;
    width: 450px;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 450px;
    margin: 0 auto;
    padding-top: 10px;
}


.jigyo {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.jigyo h2 {
    width: 90%;
    max-width: 100%;
    padding: 10px; 
    text-align: center;
    background: #b7a077;
    border-radius: 10px;
}
    
  table.ryokin {
    background: #b7a077;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 2px double #000;
    padding: 10px;
    text-align: center;
}

  table.ptable {
    background: #b7a077;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 20px;   
    border: 2px #000;
  }


}