@charset "UTF-8";

*{margin:0;
  padding:0;
}
#container{
  width: 1200px;
  margin: 0 auto;
}
.box{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header h1 img{
  width: 60px;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
header h1 p{
  text-align: center;
  font-size: 20px;
}
.navi{
  text-decoration: none;
  color: #fff;
}
nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  height: 100px;
  line-height: 50px;
  margin-top: 50px;

}
nav li{
  background-color: #214D1D;
  border-radius: 15px;
  width: 130px;
  height: 60px;
  margin-top: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  align-items: center;
  text-decoration: none;
}
h2 img{
  width: 100%;
}
.top{
  background-color: #214D1D;
  margin-top: 250px;
}
.top-container p{
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin: 20px;
  color: #fff;
}
h3{
  display: flex;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  margin: 50px;
}
.photo{
  width: 70%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.in img{
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}
.photo .in{
  border: 2px solid #999;
  padding: 10px;
  list-style: none;
}

.p-container{
  margin-top: 250px;
  margin-bottom: 20px;
}
.profile{
  display: flex;
  background-color: #fff;
}
.text{
  margin: 0 auto;
  display: block;
  list-style: none;
  text-decoration: none;
}
.linkbox{
  margin: 30px;
  padding: 20px;
}
#text1{
  border-bottom: solid 5px #214D1D;
  font-size: 50px;
}
#text2{
  font-size: 40px;
  margin-left: 80px;
  margin-bottom: 0px;
}
#text3{
  font-size: 20px;
  color: #006837;
  margin-left: 150px;
  margin-top: 0px;
}
#text4{
  font-size: 30px;
  margin-left: 80px;
  margin-top: 60px;
}
.link{
  list-style: none;
  text-decoration: none;
  margin-top: 20px;
}
.link a{
  font-size: 40px;
  color: #214D1D;
  border-bottom: solid 3px #214D1D;
}
.img{
  margin: auto;
}
.textbox{
  background-color: #214D1D;
  text-align: left;
  padding: 100px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
}
.料金-container{
  background-color: #214D1D;
  font-size: 20px;
  color: #fff;
  padding: 30px;
}
.container-2{
  background-color: #fff;
  font-size: 20px;
  color: #000;
  padding: 30px;
}
.料金 h2{
  border-bottom: solid 5px #214D1D;
}
.料金 h2 p{
  font-size: 25px;
}
.料金{
  font-size: 20px;
  margin-top: 250px;
}
.料金 ul li{
  list-style: none;
}
.Form{
  margin-top: 100px;
  display: block;
  justify-content: center;
}
.Form h2{
border-bottom: solid 5px #214D1D;
margin: 400px;
margin-bottom: 10px;
margin-top: 200px;
text-align: center;
align-items: center;
}
.Form p{
  margin-top: 20px;
  text-align: center;
  align-items: center;
}
.Form-Btn {
  margin: 0 auto;
  margin-bottom: 200px;
  background-color: #214D1D;
  border-radius: 15px;
  width: 200px;
  height: 60px;
  margin-top: 50px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
}

#pegetop{
  position: fixed;
  right: 30px;
  bottom: 30px;
}

#pegetop img{
  display: block;
  width: 60px;
}

footer{
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

footer a{
  font-size: 15px;
  padding-bottom: 20px;
  color: #808080;
}

.プライバシーポリシー{
  margin: 20px;
  margin-top: 250px;
  padding: 20px;
}

.プライバシーポリシー h1{
  text-align: center;
  margin-bottom: 30px;
  color: #214D1D;
}

.プライバシーポリシー h2{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #214D1D;
border-bottom: solid 5px #214D1D;
}

.プライバシーポリシー ul li{
  list-style: none;
}

@media only screen and (max-width:900px){
  #container{
    width: 100%;
  }
  .profile{
    display: block;
  }
  .img img{
    width: 100%;
    margin: 0 auto;
  }
  .p-container{
    display: block;
  }
  .text{
    margin: 10px auto;
    text-align: center;
    padding: 10px;
  }
  #text2{
    text-align: center;
    margin: 0 auto;
  }
  #text4{
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
  .link{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .textbox{
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
  }
  #pegetop{
    right: 0;
  }
}
@media only screen and (max-width:500px){
  #container{
    width: 100%;
  }
  nav ul{
    display: block;
    justify-content: center;
    align-items: center;
 }
  nav ul li{
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 20px;
    text-align: center;
  }
header h1 img{
  display: flex;
  margin: 0 auto;
}
header h1 p{
  text-align: center;
  font-size: 20px;
}
  .top h3{
    font-size: 30px;
  }
  .top-container p{
    font-size: 15px;
  }
  .p-container{
    display: block;
  }
  .img img{
    width: 100%;
    margin:  0 auto;
  }
  .link{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .text{
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }
  #text2{
    text-align: center;
    margin: 0 auto;
  }
  #text4{
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
  .textbox{
    padding: 20px;
    font-size: 15px;
    line-height: 30px;
  }
.料金{
  width: 100%;
  margin: 0 auto;
  margin-top: 250px;
}
.料金 h2{
font-size: 20px;
}
.料金 h2 p{
  font-size: 15px;
}
.料金 ul li{
  font-size: 15px;
}
  #pegetop img{
    right: 0;
  }
  .Form{
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: center;
  }
  .Form h2{
    padding: 10px;
    margin: 0 auto;
    margin-top: 350px;
    font-size: 20px;
    text-align: center;
  }
  .Form p{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .Form-Btn {
    width: 150px;
    display: block;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .プライバシーポリシー{
margin-top: 350px;
padding: 10px;
  }
.プライバシーポリシー h1{
  font-size: 25px;
}
  .プライバシーポリシー p{
text-align: left;
  }
}
