  /* 見積START */
  .photo {
    background-image: url("../images/photo.jpg");
    background-size: 100%;
  }
  .trip {
    background-image: url("../images/trip.jpg");
    background-size: 100%;
  }
  .estimate {
    width: 100%;
  }
  .estimate .photo h2, .estimate .trip h2 {
    text-align: center;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    padding-top: 2.5vw;
  }
  .estimate .photo h4, .estimate .trip h4 {
    font-size: 2.3vw;
    color: #ffffee;
    font-weight: bold;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-top: 2.5vw;
  }
  .estimate .photo p, .estimate .trip p {
    width: 95%;
    margin: 0 auto;
    color: #ffeeff;
    font-weight: bold;
    font-size: 2.3vw;
    text-align: center;
    padding-top: 2.5vw;
  }
  .estimate .photo ul, .estimate .trip ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 3.5vw auto 0 auto;
    padding-bottom: 2vw;
  }
  .estimate .photo ul li, .estimate .trip ul li {
    margin: 0 auto;
  }
  .estimate .photo ul li:nth-of-type(1), .estimate .trip ul li:nth-of-type(1) {
    width: 18%;
  }
  .estimate .photo ul li:nth-of-type(2), .estimate .trip ul li:nth-of-type(2) {
    width: 68%;
  }
  .estimate .photo ul li:nth-of-type(2) p, .estimate .trip ul li:nth-of-type(2) p {
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: normal;
  }
  .estimate .photo ul li img, .estimate .trip ul li img {
    display: block;
    width: 100%;
  }
  .estimate .photo ul li a, .estimate .trip ul li a {
    display: block;
    border: #000080 0.5vw solid;
    border-radius: 2vw;
    background-color: #fff;
    text-align: center;
    font-size: 2.8vw;
    font-weight: bold;
    color: #000080;
    padding: 2.5vw 0;
  }
  .estimate .photo ul li a:hover, .estimate .trip ul li a:hover {
    border: #fff 0.5vw solid;
    background-color: #000080;
    color: #fff;
    opacity: unset;
  }
  .estimate .amazon {
    background-image: url("../images/amazon.jpg");
    background-size: 100%;
    padding: 3vw 0;
  }
  .estimate .amazon h3 {
    font-size: 3.5vw;
    text-align: center;
    color: #000080;
    font-weight: bold;
    padding-bottom: 2vw;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 0px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 0px -3px 0 #fff;
  }
  .estimate .amazon h2 {
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
    color: #000080;
    padding-bottom: 2vw;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, 3px 0px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 0px -3px 0 #fff;
  }
  .estimate .amazon p {
    width: 90%;
    margin: 0 auto;
  }
  .estimate .amazon p:nth-of-type(1) {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #111;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
  }
  .estimate .amazon p:nth-of-type(1) span {
    font-size: 48px;
  }
  .estimate .amazon p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
  }
  /* 見積END */