@charset "UTF-8";

#content .section .shoulder {
  color: #a75c24;
  border-bottom: #a75c24 1px solid;
}

#content .section h2 span {
  color: #a75c24;
}

#content .gourmet .items .item .shop .name {
  color: #a75c24;
  font-size: 1.28rem;
}

@media print, screen and (min-width: 765px) {
  #content .mv .sub1 {
    position: absolute;
    left: -50px;
    top: 100px;
  }

  #content .mv .sub2 {
    position: absolute;
    right: -180px;
    top: 50px;
  }

  #content .location .sub1 {
    position: absolute;
    right: 0px;
    bottom: -40px;
  }

  #content .gourmet .sub1 {
    position: absolute;
    left: 120px;
    top: -40px;
  }
  #content .gourmet .sub2 {
    position: absolute;
    right: 80px;
    top: -40px;
  }

  #content .formovie {
    text-align: center;
  }
  #content .formovie .st {
    font-size: 1.92rem;
  }
  #content .formovie .link a {
    margin-top: 10px;
    text-decoration: none;
    font-size: 2.24rem;
    display: inline-block;
    padding-right: 20px;
    background: url(../../../common/img/icon_outside.png) no-repeat right center /
      15px 12px;
  }
}

@media only screen and (max-width: 764px) {
  #content .mv .sub1 {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 80px;
  }

  #content .mv .sub2 {
    position: absolute;
    right: -20px;
    top: 30px;
    width: 120px;
  }

  #content .location .sub1 {
    display: none;
  }

  #content .gourmet .sub1 {
    display: none;
  }
  #content .gourmet .sub2 {
    display: none;
  }

  #content .formovie {
    text-align: center;
    padding-bottom: 50px;
  }
  #content .formovie .st {
    font-size: 1.92rem;
  }
  #content .formovie .link a {
    margin-top: 10px;
    text-decoration: none;
    font-size: 2.24rem;
    display: inline-block;
    padding-right: 20px;
    background: url(../../../common/img/icon_outside.png) no-repeat right center /
      15px 12px;
  }
}
