@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
img {
    vertical-align: bottom;
}
header h1 {
    padding: 36px 0;
    text-align: center;
}
.mainimage {
    height: 570px;
    background-image: url(img/top_mainimage.jpg);
    background-size: cover;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: rgba(0,135,60,1.00);
    font-size: xx-large;
    margin-top: 0px;
    padding-left: 30px;
}
.mainimage h1 span {
    font-weight: normal;
    font-size: x-large;
}
footer p a {
    text-decoration: none;
    color: #000;
}
nav ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.heading {
    height: 400px;
    display: flex;
    text-align: center;
    overflow: hidden;
    align-items: center;
}
nav a {
    color: rgba(0,135,60,1.00);
    font-weight: bold;
    text-decoration: none;
    font-size: large;
}
nav a:hover {
    color: #b22222;
    font-weight: bolder;
    font-size: large;
}
.pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
footer {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 65px 0 45px;
}
footer p a:hover {
    color: #1E0DF4;
}


.heading img {
    width: 100%;
    height: auto;
}
.photo h1 {
    color: rgba(0,135,60,1.00);
    font-size: xx-large;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.photo h4 {
    text-align: center;
}
.sec1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sec4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sec3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sec1 .box {
    /* [disabled]position: relative; */
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    height: 550px;
    width: 520px;
    background-color: #f0fff0;
}
.sec4 .box {
    /* [disabled]position: relative; */
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    height: 650px;
    width: 520px;
    background-color: #f0fff0;
}
body footer {
    margin-top: 50px;
}

.sec3 .box {
    position: relative;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    width: 600px;
    height: 1100px;
    background-color: #f0fff0;
}

.sec1 img {
    width: 400px;
    height: 300px;
    /* [disabled]padding-top: 30px; */
    /* [disabled]padding-left: 60px; */
    /* [disabled]padding-right: 60px; */
    margin-top: 20px;
}
.sec4 img {
    width: 400px;
    height: 300px;
    /* [disabled]padding-top: 30px; */
    /* [disabled]padding-left: 60px; */
    /* [disabled]padding-right: 60px; */
    margin-top: 20px;
}
.secj3 img {
    width: 400px;
    height: 300px;
    padding-top: 30px;
}
.sec4 h2 {
    width: 400px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

.sec1 p {
    width: 400px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}
.sec4 p {
    width: 400px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}
.sec3 p {
    width: 400px;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 30px;
}
.sec3 p a:hover  {
    color: #ff4500;
}

.sec3 .box .map {
    width: auto;
    padding-left: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 60px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.sec2 table {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    width: 500px;
    border-collapse: collapse;
}
.sec2 td {
    border: 2px solid #fff;
    padding: 20px;
    text-align: left;
    font-size: 20px;
}
.sec2 tr:nth-child(odd) {
    background-color: rgba(165,212,173,1.00);
}
.sec2 tr:nth-child(even) {
    background-color: rgba(236,244,226,1.00);
}
