@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 h2 {
  max-width: 70%;
}

.description p {
    max-width: 70%;
}

.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;
}

table.ptable {
    background: #b7a077;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    line-height: 25px;   
    border: 2px #000;
}

table.ptable tr th, table.ptable tr td {
    color: white;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #CCC;
    padding: 7px;
    
}
table.ptable tr th {
    background:black;
    width: 20px;
}

table.ptable tr td {
    text-align:justify;
}

table.ptable tr td:nth-last-child(1) {
    text-align: center;
}

#right {
    text-align: justify;
    line-height: 30px;
}

.qestion {
     justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
}

.qestion tr:nth-child(odd) td {  
  background-color:#E0E0F8; 
}
.qestion tr:nth-child(even) td {  
  background-color: #EFEFEf;  
}  


.qa {
    width: 70%;
    height: 1350px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
}

.qa iframe {
  width: 100%;
}

.flex {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.contact-form {
    max-width: 100%;
    border-radius: 30px;
}

.disp-fig {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.disp-fig img {
    max-width: 100%; /* Optional: Ensures the image scales responsively */
    height: 110px;
}


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){

  .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.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;
  }

.qa {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
}


}

@media screen and (max-width : 480px){

  .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;
}


  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;
  }

.qa {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
}

.qa iframe {
  width: 450px;

}

}


@media screen and (max-width : 320px){

  .hyo {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    padding: 10px;    
    background: #b7a077;
    color: black;
    border-radius: 10px;
}

.kasi {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    padding-top: 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;
  }

.qa {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px;
}

.qa iframe {
  width: 300px;

}

}