@media screen and (min-width: 769px), print {
  .first_view {
    position: relative;
    width: 100%;
    height: 320px;
    background-image: url(../images/first_view_pc.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .first_view h2 {
    background-image: url(/common/images/sprite/sprite_contact.png?rev=1558318497115);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px 0px;
    width: 256px;
    height: 98px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-animation: first_view 1s 0.5s forwards;
       -moz-animation: first_view 1s 0.5s forwards;
            animation: first_view 1s 0.5s forwards;
  }
  .first_view:before {
    position: absolute;
    content: '';
    display: block;
    width: 1100px;
    height: 27px;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -moz-border-radius-bottomleft: 27px;
         border-bottom-left-radius: 27px;
    -moz-border-radius-bottomright: 27px;
         border-bottom-right-radius: 27px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 20px 100px;
         box-shadow: rgba(0, 0, 0, 0.5) 0 20px 100px;
  }
  .contents {
    background-color: #f4f3f1;
  }
  .contact_info {
    position: relative;
    z-index: 1;
    width: 1100px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background-color: #f4f3f1;
    margin: -27px auto 0;
    padding: 95px 0 85px;
  }
  .contact_info p {
    font-size: 2.2rem;
    color: #372613;
    line-height: 42px;
    text-align: center;
  }
  .contact_info:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 27px;
    display: block;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 20px 100px;
         box-shadow: rgba(0, 0, 0, 0.5) 0 20px 100px;
  }
  .contact_info .access {
    position: relative;
    width: 390px;
    margin: 120px 0 0 70px;
  }
  .contact_info .access .tel_btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    background-color: #372613;
    text-align: center;
    line-height: 80px;
    color: white;
    font-size: 4rem;
    letter-spacing: 1px;
    cursor: none;
    pointer-events: none;
  }
  .contact_info .access .tel_btn small {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 12px;
  }
  .contact_info .access .time,
  .contact_info .access .mail {
    text-align: center;
    color: #372613;
    line-height: 1;
  }
  .contact_info .access .time dt,
  .contact_info .access .time dd,
  .contact_info .access .mail dt,
  .contact_info .access .mail dd {
    display: inline-block;
  }
  .contact_info .access .time {
    font-size: 1.8rem;
    margin: 25px 0 22px;
  }
  .contact_info .access .time dt {
    margin-right: 8px;
  }
  .contact_info .access .mail {
    font-size: 2.3rem;
  }
  .contact_info .access .mail dt {
    margin-right: 8px;
  }
  .contact_info .access .mail a {
    text-decoration: underline;
    color: #372613;
    font-size: 2.3rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact_info .access .mail a:hover {
    text-decoration: none;
  }
  .form_area {
    position: relative;
  }
  .form_area .map_container {
    position: absolute;
    top: -330px;
    left: 50%;
    width: 50%;
    padding-left: 30px;
    background-color: #f4f3f1;
    height: 460px;
    z-index: 1;
  }
  .form_area .map_container #map {
    width: 520px;
    height: 395px;
    background-color: #dedede;
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
  }
  .form_area .map_container #map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .form_area .map_container p {
    width: 520px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
  }
  .form_area .wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
    background-image: url(../images/form_bg_pc.jpg);
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .form_area .wrapper .title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 386px;
    padding: 170px 0 48px;
  }
  .form_area .wrapper .title h2 {
    position: relative;
    background-image: url(/common/images/sprite/sprite_contact.png?rev=1558318497115);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -118px;
    width: 115px;
    height: 40px;
    margin: 0 auto 17px;
  }
  .form_area .wrapper .title p {
    position: relative;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 2px;
    z-index: 1;
  }
  .form_area .wrapper .title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background-color: rgba(55, 38, 19, 0.9);
    width: 100%;
    height: 215px;
  }
  .form_area .wrapper .title:after {
    content: '';
    display: block;
    position: absolute;
    top: 215px;
    left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-top: 116px solid rgba(55, 38, 19, 0.9);
    border-right: 193px solid transparent;
    border-left: 193px solid transparent;
  }
  .form_area .text {
    text-align: center;
    font-size: 2.2rem;
    line-height: 42px;
    font-weight: bold;
    color: #372613;
    margin-bottom: 24px;
  }
  .form_area .contact_item {
    width: 1060px;
    background-color: white;
    -moz-border-radius: 6px;
         border-radius: 6px;
    padding: 60px 75px;
    margin: 0 auto;
  }
  .form_area .contact_item dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .form_area .contact_item dl:last-of-type {
    margin-bottom: 0;
  }
  .form_area .contact_item dl dt {
    width: 150px;
    color: #372613;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form_area .contact_item dl dt .category {
    width: 100%;
    text-align: right;
  }
  .form_area .contact_item dl dt .neccessary {
    display: block;
    width: 70px;
    height: 24px;
    background-color: #8c5d29;
    color: white;
    font-size: 1.5rem;
    line-height: 24px;
    text-align: center;
  }
  .form_area .contact_item dl input[type='text'],
  .form_area .contact_item dl input[type='tel'],
  .form_area .contact_item dl input[type='email'] {
    width: 730px;
    border: 1px solid #d0b597;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 18px 10px;
    font-size: 1.6rem;
  }
  .form_area .contact_item dl textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 730px;
    border: 1px solid #d0b597;
    height: 250px;
    max-width: 730px;
    max-height: 250px;
    padding: 18px 10px;
    font-size: 1.6rem;
    resize: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .form_area .contact_item .textarea {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .btn_area {
    padding: 60px 0 100px;
  }
  .btn_area span {
    text-align: center;
    display: block;
  }
  .btn_area .policy_btn a {
    display: inline-block;
    padding-bottom: 1px;
    font-size: 1.8rem;
    line-height: 1;
    border-bottom: 1px solid #372613;
    color: #372613;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_area .policy_btn a:hover {
    border: none;
  }
  .btn_area .send_btn {
    width: 275px;
    height: 60px;
    margin: 60px auto 0;
    border: 4px solid #8c5d29;
    font-weight: bold;
  }
  .btn_area .send_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 52px;
    color: #372613;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn_area .send_btn a:hover {
    border: none;
    background-color: #8c5d29;
    color: white;
  }
  .btn_area .send_btn a:hover:after {
    border-color: white;
  }
  .btn_area .send_btn a:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    width: 11px;
    height: 11px;
    border-top: 1px solid #372613;
    border-right: 1px solid #372613;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .first_view {
    position: relative;
    width: 100%;
    height: 50.78125vw;
    background-image: url(../images/first_view_sp.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    overflow: hidden;
  }
  .first_view h2 {
    width: 40.75521vw;
    height: 16.40625vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_contact_sp.png?rev=1558318497116");
    -moz-background-size: 100% 157.14286%;
         background-size: 100% 157.14286%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 7.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
       -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-animation: first_view 1s 0.5s forwards;
       -moz-animation: first_view 1s 0.5s forwards;
            animation: first_view 1s 0.5s forwards;
    text-align: center;
  }
  .first_view h2 img {
    width: 40.49479vw;
    height: 17.1875vw;
  }
  .contents {
    background-color: #f4f3f1;
    -moz-box-shadow: inset 0 10.41667vw 10.41667vw -2.60417vw rgba(0, 0, 0, 0.1);
         box-shadow: inset 0 10.41667vw 10.41667vw -2.60417vw rgba(0, 0, 0, 0.1);
  }
  .contact_info {
    position: relative;
    width: 93.48958vw;
    margin: -2.34375vw auto 0;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    padding: 7.55208vw 1.30208vw 0;
    background-color: #f4f3f1;
  }
  .contact_info p {
    color: #372613;
    font-size: 3.64583vw;
    line-height: 7.03125vw;
    font-weight: bold;
  }
  .contact_info .access {
    margin-top: 6.11979vw;
  }
  .contact_info .access .tel_btn {
    display: block;
    margin: 0 auto;
    width: 85.80729vw;
    height: 17.57812vw;
    background-color: #372613;
    text-align: center;
    line-height: 17.57812vw;
    color: white;
    font-size: 8.72396vw;
    letter-spacing: 1px;
  }
  .contact_info .access .tel_btn small {
    display: inline-block;
    font-size: 6.11979vw;
    margin-right: 2.60417vw;
  }
  .contact_info .access .time,
  .contact_info .access .mail {
    text-align: center;
    color: #372613;
    line-height: 1;
  }
  .contact_info .access .time dt,
  .contact_info .access .time dd,
  .contact_info .access .mail dt,
  .contact_info .access .mail dd {
    display: inline-block;
  }
  .contact_info .access .time {
    font-size: 3.90625vw;
    margin: 5.85938vw;
  }
  .contact_info .access .time dt {
    margin-right: 2.08333vw;
  }
  .contact_info .access .mail {
    font-size: 4.94792vw;
  }
  .contact_info .access .mail dt {
    margin-right: 2.08333vw;
  }
  .contact_info .access .mail a {
    text-decoration: underline;
    color: #372613;
    font-size: 4.94792vw;
  }
  .form_area .map_container {
    width: 100%;
    margin-bottom: 10.41667vw;
  }
  .form_area .map_container #map {
    width: 92.1875vw;
    height: 59.89583vw;
    background-color: #dedede;
    margin: 9.76562vw auto 5.59896vw;
    position: relative;
    overflow: hidden;
  }
  .form_area .map_container #map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .form_area .map_container p {
    color: #372613;
    font-size: 3.64583vw;
    line-height: 1;
    text-align: center;
  }
  .form_area .wrapper {
    position: relative;
    width: 100%;
    padding-top: 30.59896vw;
    background-image: url(../images/form_bg_sp.jpg);
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .form_area .wrapper .title {
    width: 57.55208vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 7.8125vw 0 0;
  }
  .form_area .wrapper .title h2 {
    position: relative;
    width: 20.70312vw;
    height: 6.77083vw;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_contact_sp.png?rev=1558318497116");
    -moz-background-size: 196.85535% 380.76923%;
         background-size: 196.85535% 380.76923%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    margin: 0 auto 1.69271vw;
  }
  .form_area .wrapper .title p {
    position: relative;
    text-align: center;
    color: white;
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1;
  }
  .form_area .wrapper .title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    background-color: rgba(55, 38, 19, 0.9);
    width: 100%;
    height: 20.83333vw;
  }
  .form_area .wrapper .title:after {
    content: '';
    display: block;
    position: absolute;
    top: 20.83333vw;
    left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-top: 16.66667vw solid rgba(55, 38, 19, 0.9);
    border-right: 28.77604vw solid transparent;
    border-left: 28.77604vw solid transparent;
  }
  .form_area .text {
    width: 94.79167vw;
    margin: 10.41667vw auto 1.69271vw;
    color: #372613;
    font-size: 3.64583vw;
    line-height: 7.03125vw;
  }
  .form_area .contact_item {
    width: 94.79167vw;
    margin: 0 auto;
    padding: 5.20833vw 3.77604vw 7.03125vw;
    background-color: white;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
  }
  .form_area .contact_item dl {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .form_area .contact_item dl:last-of-type {
    margin-bottom: 0;
  }
  .form_area .contact_item dl dt {
    width: 46.875vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.60417vw;
  }
  .form_area .contact_item dl .category {
    display: inline-block;
    color: #372613;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: bold;
  }
  .form_area .contact_item dl .neccessary {
    display: inline-block;
    width: 13.02083vw;
    height: 4.42708vw;
    background-color: #8c5d29;
    color: white;
    font-size: 3.38542vw;
    line-height: 4.42708vw;
    text-align: center;
    font-weight: bold;
  }
  .form_area .contact_item input[type='text'],
  .form_area .contact_item input[type='tel'],
  .form_area .contact_item input[type='email'] {
    width: 100%;
    border: 1px solid #d0b597;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 1.69271vw 3.125vw;
    font-size: 4.94792vw;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .form_area .contact_item textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 100%;
    border: 1px solid #d0b597;
    height: 52.08333vw;
    max-width: 100%;
    max-height: 52.08333vw;
    padding: 1.69271vw 3.125vw;
    font-size: 4.94792vw;
    resize: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .btn_area {
    padding: 7.8125vw 0 13.02083vw;
  }
  .btn_area span {
    text-align: center;
    display: block;
  }
  .btn_area .policy_btn a {
    display: inline-block;
    padding-bottom: 1px;
    font-size: 3.64583vw;
    line-height: 1;
    border-bottom: 1px solid #372613;
    color: #372613;
  }
  .btn_area .send_btn {
    width: 83.59375vw;
    height: 18.22917vw;
    margin: 6.51042vw auto 0;
    border: 0.52083vw solid #8c5d29;
    font-weight: bold;
  }
  .btn_area .send_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.64583vw;
    line-height: 18.22917vw;
    color: #372613;
  }
  .btn_area .send_btn a:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 3.25521vw;
    margin: auto 0;
    width: 3.38542vw;
    height: 3.38542vw;
    border-top: 2px solid #372613;
    border-right: 2px solid #372613;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
