@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#title {
  background: url("/product/image/title.jpg") center bottom no-repeat;
  background-size: cover;
}

.product-box {
  position: relative;
  width: 92%;
  margin: 5em 0 7em;
  border: 7px solid #aa8e48;
  display: flex;
  justify-content: space-between;
}
.product-box .photo {
  width: 50%;
}
.product-box .detail {
  padding: 2em 2em 2.5em;
  width: 47%;
}
.product-box .detail h2 {
  margin-bottom: 1.5em;
  background: #aa8e48;
  padding: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-box .detail p {
  margin-bottom: 1.5em;
}
.product-box .detail dl {
  background: #efefef;
  padding: 1.5em;
}
.product-box .detail dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.product-box .detail dl dd ul {
  margin-left: 1em;
}

.return {
  margin: 5em 0 7em auto !important;
  flex-direction: row-reverse;
}
.return .photo {
  position: absolute;
  top: -60px;
  left: -60px;
}

.base {
  position: absolute;
  top: -60px;
  right: -60px;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  #product1, #product2, #product3, #product4 {
    margin-top: -75px !important;
    padding-top: 75px;
  }

  .product-box {
    margin: 2em 0 3em;
  }
  .product-box .photo {
    width: 45%;
  }
  .product-box .detail {
    padding: 2em 2em 2.5em;
    width: 58%;
  }
  .product-box .detail h2 {
    margin-bottom: 1em;
  }
  .product-box .detail p {
    margin-bottom: 0.8em;
  }
  .product-box .detail dl {
    padding: 1em;
  }
  .product-box .detail dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .return {
    margin: 2em 0 3em auto !important;
    flex-direction: row-reverse;
  }
  .return .photo {
    position: static;
    padding: 10px;
  }

  .base {
    margin: 0 0 2em auto !important;
    position: static;
    padding: 10px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .product-box {
    width: 100%;
    display: block;
  }
  .product-box .photo {
    padding: 2em 2em 1.5em;
    width: 100%;
  }
  .product-box .detail {
    padding: 2em 2em 1em;
    width: 100%;
  }
  .product-box .detail h2 {
    margin-bottom: 1.5em;
    background: #aa8e48;
    padding: 0.5em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .product-box .detail p {
    margin-bottom: 1.5em;
  }
  .product-box .detail dl {
    background: #efefef;
    padding: 1.5em;
  }
  .product-box .detail dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .product-box .bottom-space {
    margin: 0 auto !important;
  }

  .return {
    margin: 2em 0 2em auto !important;
    flex-direction: row;
  }
  .return .photo {
    position: static;
  }

  .base {
    position: static;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
