#title {
background-image: url("image/title.jpg");
background-size: cover;
}

@media screen and (min-width: 641px),print {
#contents h2 {
color: #56253b;
font-size: 30px;
line-height: 1.8em;
padding-bottom: 30px;
font-weight: bold;
}
#contents p {
color: #56253b;
font-size: 18px;
line-height: 1.8em;
}
#contents h3 {
background-color: #d9bc84;
border-radius: 100vh;
display: block;
font-size: 24px;
line-height: 1.5em;
font-weight: bold;
color: #FFF;
width: 700px;
margin: 30px auto 0 auto;
padding: 0.4em 0 0.3em 0;
position: relative;
z-index: 10;
}

#tel {
margin-bottom: 100px;
}
}




@media screen and (min-width: 0px) and (max-width: 640px) {
#title {
background-position: center bottom;
}
#contents h2 {
color: #56253b;
font-size: 20px;
line-height: 1.8em;
padding-bottom: 10px;
font-weight: bold;
}
#contents p {
color: #56253b;
font-size: 18px;
line-height: 1.8em;
}
#contents h3 {
background-color: #d9bc84;
border-radius: 100vh;
display: block;
font-size: 20px;
line-height: 1.5em;
font-weight: bold;
color: #FFF;
margin: 30px auto 0 auto;
padding: 0.4em 0 0.3em 0;
position: relative;
z-index: 10;
}
#tel {
width: 80%;
margin: 0px auto 40px auto;
}

#form {
width: 90%;
margin: 0px auto 0 auto;
}
#form p {
font-size: 16px;
line-height: 1.3em;
}
#form table {
margin-top: 10px;
}
#form table p {
font-size: 14px;
line-height: 1.3em;
}


}
