@charset "UTF-8";

body{
  background-image: url(../image/beach.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

main{
  max-width: 1200px;
  margin: auto;
}

h2{
  margin-top: 70px;
}

.snsq{
  color: #4C4948;
  font-size: 0.85em;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.sns-mark li{
  list-style: none;
}

.sns-mark .main-nav__sns{
  padding-right: 20px;
}

.sns-mark .main-nav__sns img{
  width: auto;
  height: 30px;
}

.sns-mark{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-left: -20px;
}

.gt{
  color: #B0B0B0;
}

.thanks{
  text-align: center;
}

.mailpic{
  text-align: center;
  padding-top: 20px;
}

.form{
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 350px;
  padding-left:20px;
  padding-right:20px;
}

.name, .mail{
  width: 600px;
  height: 30px;
  max-width: 100%;
  border: 2px solid #4C4948;
  border-radius: 5px;
  text-align:left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}

 .tb{
   color: #64C8B4;
 }

textarea{
  width: 600px;
  height: 130px;
  max-width: 100%;
  border: 2px solid #4C4948;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: -10px;
}

.button{
  color: #4C4948;
  padding: 10px 20px 10px 20px;
  margin-top: 30px;
  margin-right: 30px;
  background-color: #64C8B4;
  border: 0px;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}


@media (max-width:767px){
  h2, .bdy, .suby{
    padding-bottom: 10px;
  }

  .title{
    text-align: center;
  }

  .bdy{
    margin: auto;
  }
}

@media (min-width:768px){
  .title{
    margin-left: 50px;
    margin-bottom: 30px;
  }
}
