@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 {
    width: 191px;
    height: 100px;
    background-image: url(../images/title_pc.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    font-size: 0;
    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;
  }
  .contents .sitemap {
    position: relative;
    width: 1100px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background-color: #f4f3f1;
    margin: -27px auto 0;
    padding: 75px 0 85px;
    text-align: center;
    color: #372613;
    font-weight: bold;
    overflow: hidden;
  }
  .contents .sitemap h2 {
    margin: 35px auto 40px;
  }
  .contents .sitemap h2 span {
    display: block;
    margin: 0 auto 35px;
    font-size: 3rem;
    letter-spacing: 10px;
  }
  .contents .sitemap h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: #a16b2e;
  }
  .contents .sitemap-list {
    width: 500px;
    margin: 0 auto;
    text-align: left;
  }
  .contents .sitemap-list li {
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #e0d3cf;
  }
  .contents .sitemap-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .contents .sitemap-list li a.deactive {
    opacity: 0.5;
    pointer-events: none;
  }
  .contents .sitemap-list li a:hover:before {
    -webkit-transform: translateX(10px) rotate(45deg);
       -moz-transform: translateX(10px) rotate(45deg);
        -ms-transform: translateX(10px) rotate(45deg);
            transform: translateX(10px) rotate(45deg);
  }
  .contents .sitemap-list li a:before {
    content: '';
    display: block;
    border-top: 2px solid #372613;
    border-right: 2px solid #372613;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .contents .contact {
    padding: 0 0 60px;
  }
  .contents .contact h3 {
    text-align: center;
    color: #372613;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 0 23px;
  }
  .contents .contact .tel_btn {
    display: block;
    margin: 0 auto;
    width: 390px;
    height: 80px;
    background-color: #372613;
    text-align: center;
    line-height: 80px;
    color: white;
    font-size: 4rem;
    letter-spacing: 1px;
    cursor: none;
    pointer-events: none;
  }
  .contents .contact .tel_btn small {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 12px;
  }
  .contents .contact .time, .contents .contact .mail {
    text-align: center;
    color: #372613;
    line-height: 1;
  }
  .contents .contact .time dt, .contents .contact .time dd, .contents .contact .mail dt, .contents .contact .mail dd {
    display: inline-block;
  }
  .contents .contact .time {
    font-size: 1.8rem;
    margin: 25px 0 22px;
  }
  .contents .contact .time dt {
    margin-right: 8px;
  }
  .contents .contact .mail {
    font-size: 2.3rem;
  }
  .contents .contact .mail dt {
    margin-right: 8px;
  }
  .contents .contact .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;
  }
  .contents .contact .mail a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .first_view {
    position: relative;
    width: 100%;
    height: 50.78125vw;
    background-image: url(../images/first_view_sp.jpg);
    -moz-background-size: cover;
         background-size: cover;
    overflow: hidden;
  }
  .first_view h2 {
    width: 35.15625vw;
    height: 17.83854vw;
    background-image: url(../images/title_pc.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    font-size: 0;
    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);
  }
  .contents .sitemap {
    position: relative;
    width: 93.48958vw;
    margin: -2.34375vw auto 0;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    padding: 8.46354vw 0 9.76562vw;
    background-color: #f4f3f1;
    text-align: center;
    color: #372613;
    font-weight: bold;
    z-index: 1;
  }
  .contents .sitemap h2 {
    margin: 0 auto 5.85938vw;
  }
  .contents .sitemap h2 span {
    display: block;
    margin: 0 auto 3.90625vw;
    font-size: 4.16667vw;
    letter-spacing: 5px;
  }
  .contents .sitemap h2:after {
    content: '';
    display: block;
    width: 8.33333vw;
    height: 0.52083vw;
    margin: 0 auto;
    background-color: #a16b2e;
  }
  .contents .sitemap-list {
    width: 78.125vw;
    margin: 0 auto;
    text-align: left;
  }
  .contents .sitemap-list li {
    margin-bottom: 5.20833vw;
    border-bottom: 1px solid #e0d3cf;
    padding: 3.90625vw;
  }
  .contents .sitemap-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.90625vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .contents .sitemap-list li a.deactive {
    opacity: 0.5;
    pointer-events: none;
  }
  .contents .sitemap-list li a:before {
    content: '';
    display: block;
    border-top: 2px solid #372613;
    border-right: 2px solid #372613;
    width: 2.60417vw;
    height: 2.60417vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 5.20833vw;
  }
  .contents .contact {
    padding-bottom: 10.41667vw;
  }
  .contents .contact h3 {
    text-align: center;
    color: #372613;
    font-size: 4.6875vw;
    line-height: 1;
    margin: 0 0 5.46875vw;
  }
  .contents .contact .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;
  }
  .contents .contact .tel_btn small {
    display: inline-block;
    font-size: 6.11979vw;
    margin-right: 2.60417vw;
  }
  .contents .contact .time, .contents .contact .mail {
    text-align: center;
    color: #372613;
    line-height: 1;
  }
  .contents .contact .time dt, .contents .contact .time dd, .contents .contact .mail dt, .contents .contact .mail dd {
    display: inline-block;
  }
  .contents .contact .time {
    font-size: 3.90625vw;
    margin: 5.85938vw;
  }
  .contents .contact .time dt {
    margin-right: 2.08333vw;
  }
  .contents .contact .mail {
    font-size: 4.94792vw;
  }
  .contents .contact .mail dt {
    margin-right: 2.08333vw;
  }
  .contents .contact .mail a {
    text-decoration: underline;
    color: #372613;
    font-size: 4.94792vw;
  }
}
