.photo_wrap {
  margin-top: 70rem;
  padding-bottom: 115rem;
  position: relative; }
  .photo_wrap::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-62%);
    width: 1402rem;
    height: 255rem;
    background: url(../../img/pic_photo_deco.png) no-repeat center top/contain; }
  .photo_wrap .flex_wrap {
    display: flex;
    justify-content: space-between; }
    .photo_wrap .flex_wrap .text_wrap {
      padding-top: 20rem;
      line-height: 2.5; }
    .photo_wrap .flex_wrap .img_wrap {
      width: 480rem;
      transform: translateX(57rem); }
      .photo_wrap .flex_wrap .img_wrap img {
        border-radius: 40rem; }
  .photo_wrap .btn_more {
    margin-top: 63rem; }
    .photo_wrap .btn_more a {
      color: #fff;
      background-color: #EC6949;
      width: 420rem;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #EC6949; }
      .photo_wrap .btn_more a::before {
        background: url(../../img/ico_arrow_reserve.svg) no-repeat center right/contain; }
      .photo_wrap .btn_more a::after {
        background: #fff; }
      .photo_wrap .btn_more a:hover {
        color: #EC6949; }
        .photo_wrap .btn_more a:hover::before {
          background: url(../../img/ico_arrow_reserve02.svg) no-repeat center right/contain; }
  .photo_wrap .pass_wrap {
    margin-top: 80rem;
    position: relative;
    background-color: #fff;
    padding-top: 24rem;
    padding-bottom: 24rem;
    text-align: center;
    line-height: 2; }
    .photo_wrap .pass_wrap::before {
      position: absolute;
      content: "";
      display: block;
      top: -15rem;
      left: -120rem;
      width: 190rem;
      height: 159rem;
      background: url(../../img/pic_photo_album.png) no-repeat center top/contain; }
    .photo_wrap .pass_wrap h3 {
      font-size: 20rem;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #E5502B;
      font-weight: 500; }

@media screen and (max-width: 680px) {
  .photo_wrap {
    margin-top: 40rem;
    padding-bottom: 80rem; }
    .photo_wrap::before {
      display: none; }
    .photo_wrap .flex_wrap {
      display: flex;
      flex-direction: column-reverse; }
      .photo_wrap .flex_wrap .text_wrap {
        padding-top: 0;
        line-height: 2;
        margin-top: 20rem; }
      .photo_wrap .flex_wrap .img_wrap {
        width: 100%;
        transform: translateX(0); }
        .photo_wrap .flex_wrap .img_wrap img {
          border-radius: 20rem; }
    .photo_wrap .btn_more {
      margin-top: 40rem; }
      .photo_wrap .btn_more a {
        width: 300rem; }
    .photo_wrap .pass_wrap {
      margin-top: 50rem;
      padding-top: 20rem;
      padding-bottom: 20rem;
      padding-left: 10rem;
      padding-right: 10rem; }
      .photo_wrap .pass_wrap::before {
        top: auto;
        bottom: -60rem;
        left: 0rem;
        width: 90rem;
        height: 75rem; }
      .photo_wrap .pass_wrap h3 {
        font-size: 16rem;
        width: 100%; } }

/*# sourceMappingURL=photo.css.map */