@charset "UTF-8";

.link-button-area {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.link-button {
    background-color: rgb(4, 4, 75);
    display: inline-block;
    min-width: 180px;
    line-height: 50px;
    border-radius: 25px;
    font-family: 'montserrat',sans-serif;
    font-size: 15px;
    color:white ;
}

.link-button:hover {
    background-color: rgb(5, 5, 200);
}

.arrivals {
    background-color:white;
    padding-top: 45px;
    padding-bottom: 55px;
}

.outline {
    background-color: #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
}

.arrivals-1 {
    background-color:#f8f8f8;
    padding-top: 25px;
    padding-bottom: 35px;
}

.outline-1 {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 35px;
}

.life {
    background-color:white;
    padding-top: 45px;
    padding-bottom: 55px;
}

.schoollife {
    background-color:white;
    padding-top: 45px;
    padding-bottom: 55px;
}

.access {
    text-align: center;
    margin: auto;
    padding: 30px;
}

.shomeisho {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 50px;
}

.nyushi,.nyushitable {
    margin: 30px auto 10px;
}

.nyushitable th,td {
    padding: 10px;
    max-width: 100%;
}

.nyushitable th, .kokaitable th {
    background-color: #9F3B42;
    color: white;
}

.table1 ,tr,td,th {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    border:solid 2px #9F3B42;
}

.text {
    padding-top: 10px;
    padding-bottom: 20px;
}

.main h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.shomeisho h2 {
    padding-bottom: 30px;
}

.greeting,.taiken {
    margin: auto;
    padding: 50px;
    line-height: 2;
}

.date {
    text-align: right;
}

.kocho {
    text-align: right;
}

.shinro {
    margin: 30px 80px 50px 80px;
}

.main h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 10px;
    background-color:#9F3B42;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.access h2 {
    padding-bottom: 35px;
}

.schoollife h3,.nyushi h3,.policy h3 {
  position: relative;
  padding: 10px 20px;
  margin: 30px;
  background: -webkit-linear-gradient(right, #9F3B42, transparent);
  background: linear-gradient(to right, #9F3B42, transparent);
  color: white;
}

/*調整開始
.arrivals img {
    display: block;
    transition: 0.5s;
}

.arrivals img:hover {
    transform: scale(1.05,1.05);
}
調整終了*/

.arrivals img,.arrivals-1 img,.outline-1 img {
    transition: 0.5s;
}
.arrivals img:hover,.arrivals-1 img:hover,.outline-1 img:hover {
    opacity: 0.5;
}

.outline-list,.life-list,.arrivals-list {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

.outline-list li,.life-list li,.arrivals-list li {
    width: 260px;
    margin-left: 75px;
}

.outline-list,.life-list,.arrivals-list li:first-child {
    margin-left: 0;
}

.schoollife-list {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-right: 60px;
}

.schoollife-list li {
    width: 260px;
    margin-left: 10px;

}

.comment {
    margin-top: 20px;
    margin-left: 80px;
    margin-bottom: 50px;
    line-height: 170%;
}

.policy1 {
    margin-left: 60px;
    margin-bottom: 10px;
}

.policy1 li {
    margin-bottom: 15px;
}

.main dl {
    margin-top: 20px;
}

.main dt,.shinro dt{
    margin-bottom: 10px;
    font-weight: bold;
}

.main dd,shinro dd {
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.kokaitable {
    margin: 30px auto 10px;
}