/**一般タグ**/
#h1_style{
    font-weight: normal;
    font-size: 12px;
}
h1{
font-weight: normal;
font-size: 30px;
}
h2{
  font-weight: normal;
  font-size: 30px;
}
#sub_access_map{
    display: block;
    margin: auto;
    background-image: url("../img/pc/sub/access.png");
    background-size: 900px 344px;
    width: 900px;
    height: 344px;
}

/**お問合せ**/
.sub_h3_style{
    display: inline-block;
    background-color: #FCB96A;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 25px;
    letter-spacing: 0.15rem;
    margin-top: -30px;
}
#form .content_box_sytle1{
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
#form .error{
    color: red;
    font-size: 22px;
}
#form input,
#form textarea{
    font-size: 18px;
    padding: 4px;
}
#form dt{
    padding: 7px;
}
#form textarea{
    height: 80px;
    width: 300px;
}
#form .btn_style1{
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 16px;
    border-width: 0;
}
#form .btn_style1:hover{
    opacity: 0.6 !important;
    transition: opacity 0.3s linear !important;
}