
.main{
width: 95%;
margin: 0px auto;
}

.block01 .main_image h1{
position: absolute;
background: hsla(0,0%,0%,0.50);
color: #fff;
font-size: 18px;
padding: 10px 20px;
top: 30%;
left:5%;
letter-spacing: 5px;
text-align: left;
font-family: "游教科書体","YuKyokasho",'Zen Maru Gothic','Klee One',"游ゴシック体", YuGothic, Meiryo, sans-seif;
}

#contact{
margin: 0;
padding: 0;
width: 100%;
height: auto;
}

#contact h2{
width: 100%;
text-align: center;
z-index: 10;
font-size: 34px;
font-weight: bold;
letter-spacing: 10px;
margin: 50px auto 40px auto;
}

#contact p{
text-align: left;
width: 90%;
max-width: 600px;
margin: 30px auto 40px;
line-height: 180%;
font-size: 14px;
font-family: "游教科書体","YuKyokasho",'Klee One','Zen Maru Gothic',"游ゴシック体", YuGothic, Meiryo, sans-seif;
}

#contact .line{
width: 90%;
margin: 0px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

#contact .line dt{
width: 100%;
margin: 0px 0px 5px 0px;
text-align: left;
font-size: 16px;
color: #000;
font-weight: bold;
font-family: "游教科書体","YuKyokasho",'Klee One','Zen Maru Gothic',"游ゴシック体", YuGothic, Meiryo, sans-seif;
}
#contact .line dd{
width: 100%;
margin: 0px 0px 25px 0px;
text-align: left;
font-family: "游教科書体","YuKyokasho",'Klee One','Zen Maru Gothic',"游ゴシック体", YuGothic, Meiryo, sans-seif;
}
#contact .line dd input{
padding: 2px;
border: 2px solid #ddd;
}
#contact .line dd textarea{
padding: 2px;
border: 2px solid #ddd;
}

#contact .submit{
text-align: center;
margin: 0px auto 100px auto;
}

#contact input[type="text"][size="10"]{
    width: 20%;
}
#contact input[type="text"][size="20"]{
    width: 30%;
}
#contact input[type="text"][size="40"]{
    width: 60%;
}
#contact input[type="text"][size="60"]{
    width: 70%;
}
#contact input[type="text"][size="80"]{
    width: 100%;
}
#contact textarea {
    width: 100%;
}

#contact .submit input{
background: #000;
color: #fff;
font-weight: bold;
border: 0;
text-align: center;
border-radius: 0;
font-size: 20px;
padding: 15px 40px;
letter-spacing: 10px;
font-family: "游教科書体","YuKyokasho",'Klee One','Zen Maru Gothic',"游ゴシック体", YuGothic, Meiryo, sans-seif;
}
#contact .submit input:hover{
background: #666;
}



