@charset "utf-8";
body{
    font-family: 'Sawarabi Mincho',serif;
    font-size: 18px;
    color: #121212;
    margin: 0;
    padding: 0;
}
.text1{
    text-align: center;
    padding-top: 20px;
    margin: 0px;
}
header{
    background-color: #4e7450;
}
header nav ul{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    padding: 0 20px 20px 10px;
    line-height: 1.6;
    padding-left:0;
}
li{
    list-style:none;
}
header nav ul li a {
    color: #ffffff;
}
nav ul li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    transform: scale(0, 1);
    transition: .3s;
  }
  
  nav ul li a:hover {
    color: #0cb520;
  }
  
  nav ul li a:hover::after {
    transform: scale(1, 1);
  }


ul{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    padding: 0;
    line-height: 0.5;
    padding-left:0;
}
li{
    list-style:none;
}

.title2{
    font-size: 30px;
    text-align: center;
    margin: 50px 0 0 0;
}

.title1{
    text-align: center;
    padding-bottom: 30px;
}

.title{
    font-size: 30px;
    text-align: center;
    margin: 40px 0 60px 0;
}

.title3{
    font-size: 30px;
    text-align: center;
    margin: 120px 0 30px 0;
}

.textbox{
    width: 500px;
    height: 200px;
}

.image{
    text-align: center;
}

input[type=text]{
    width:680px;
    height:50px;
    font-size: 25px;
    margin-top: 10px;
    }

textarea[name=comment]{
    margin-top: 10px;
    }

.submitBtn{
    text-align: center;
    margin-bottom: 30px;
}
input[type="submit"]{
        background-color: #ffffff;
        color: #000;
        border-radius: 10px;
        padding: 10px 30px;
        text-decoration: none;
        font-size: 1em;
        box-shadow: 0 5px 0 #053203;
}
input[type="submit"]:hover{
    background-color: #6b976f;
    opacity: 0.6;
    margin-left: 20px;
    transition-property: background-color,margin-left;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}


body{
    background-color: #E8F0E7;
}

.box500{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    border: 1px solid #4B4B4B;
    width: 95%;
    margin: auto;
}

.box500 p{
    margin: auto;
}

.box500 img{
    position: relative;
    width: 25%;
    margin: auto;
    padding: 30px 0 30px 0;
}

footer{
    background-color: #7aa07a;
    color: #ffffff;
    height:220px;
    margin-top: 60px;
}
.rr{
display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    justify-content: space-around;
    padding: 10px 20px 0px 10px;
    line-height: 1.6;
    padding-left:0;
    padding-top: 30px;
}
li{
    list-style:none;
}
ul li a {
    color: #ffffff;
}
ul li a:hover {
    color: #0cb520;
  }
ul li a:hover::after {
    transform: scale(1, 1);
  }
  .hover {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 60px;
  }
  .hover img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }
  .text1000{
    text-align: center;
    margin: 0;
    padding-top: 0;
  }