@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel");

html {
  font-size: 100%; 
  
}


body{
  padding-top: 0;
  margin-top: 0;
  line-height: 0;
  background-color: white;
}
  
.header {
  /*display: flex;
  justify-content: flex-end;*/
}

.header-main-img {
  position: relative;
  width: 100%;
  background-image: url(../img/DSC_0026.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  display: inline-block;
}

.mainlogo {
  color: white;
  font-size: 28px;
  padding-top: 400px;
  text-shadow:
    1px 0 0 black,
    0 1px 0 black,
    -1px 0 0 black,
    0 -1px 0 black
}

.header-p {
  text-align: left;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

 .header-p p {
  font-size: 15px;
  line-height: 30px;
}

main{
  text-align: center;
}



.contents-box{
  width: 90%;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.06);
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 25px;
}

.contents-box h4 {
  font-weight: normal;
}

.contents-box img{
  width: 80%;
}

.contents-text{
  text-align: left;
  height: 50px;
  padding-left: 30px;
  padding-bottom: 50px;
}

.button-box {
  background-color:white;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 0;
  text-align: center;
  width: 95%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.06);
}

.button-p{
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.25rem;
}


button{
  height: 50px;
  width: 250px;
  background-color: white;
  border: none;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.06);
  outline: none;
}

i{
  font-size: 30px;
  position: absolute;
  right: 70px;
  bottom: 60px;
}


button:active{
  position:relative;
  top: 6px;
  box-shadow: none;
}

button:hover{
  background-color: rgba(0,0,0,0.06);
}


  
footer{
  text-align: center;
  background-color: rgba(0,0,0,.06);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 100px;
}


/* PC表示 768px以上
------------------------------------------------------------*/
@media (min-width: 768px) {
  .mainlogo {
    font-size: 50px;
  }
  

  
.header-p {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
  margin-bottom: 300px;
}

  .header-p p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.contents{
  padding-bottom: 50px;
}

.contents-box{
  box-sizing: border-box;
  width: 31%;
  height: 100%;
  text-align: center;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.06);
  margin: 0 10px;
  float: left;
}

.contents-box h4 {
  font-weight: normal;
}


.contents-box img{
  width: 80%;
  height: 40vh;
}

.contents-text{
  height: 50px;
  text-align: left;
  padding-right: 40px;
  padding-left: 50px;
  padding-bottom: 50px;
}

.contents::after{
  content: '';
  display: block;
  clear: both;
}

.button-box {
  background-color:white;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 0;
  text-align: center;
  width: 95%;
  margin-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.06);
  position: relative;
}

.button-p{
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.25rem;
}


button{
  height: 50px;
  width: 250px;
  background-color: white;
  border: none;
  box-shadow: 10px 10px 0px rgba(0,0,0,0.06);
  
  outline: none;
}

i{
  font-size: 30px;
  position: absolute;
  right: 610px;
  bottom: 60px;
}


button:active{
  position:relative;
  top: 6px;
  box-shadow: none;
}

button:hover{
  background-color: rgba(0,0,0,0.06);
}

footer{
  text-align: center;
  background-color: rgba(0,0,0,.06);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 100px;
}
