@charset "UTF-8";
#marriage {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /*どのようなお花を贈れば良い？*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#marriage .message {
  width: 89.4%;
  margin: 0 auto 35px;
  padding: 35px 0 50px;
  background: url("../img/marriage/bg.png") no-repeat right 25px bottom 60px #fdfbf2;
}
@media print, screen and (max-width: 767px) {
  #marriage .message {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px 15px 95px;
    background: url("../img/marriage/bg.png") no-repeat right 15px bottom 15px #fdfbf2;
    background-size: 27%;
  }
}
#marriage .message .title .en {
  color: #c09d4f;
  background: url("../img/marriage/icon_flower02.png") no-repeat top center;
  padding-top: 18px;
}
#marriage .message .title h2 {
  color: #411b04;
}
#marriage .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #ff7f97;
}
#marriage .about {
  margin-top: -10px;
  margin-bottom: 75px;
}
@media print, screen and (max-width: 767px) {
  #marriage .about {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
#marriage .about .content {
  display: flex;
  align-items: center;
  width: 89.4%;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 767px) {
  #marriage .about .content {
    display: inline;
    width: 100%;
  }
}
#marriage .about .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #marriage .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#marriage .about .content .detail .index {
  height: 33px;
  font-size: 21px;
  color: #411b04;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  background: url(../img/marriage/icon_flower.png) no-repeat left center;
  padding-left: 62px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #marriage .about .content .detail .index {
    font-size: 19px;
    margin-bottom: 10px;
    padding-top: 2px;
  }
}
#marriage .about .content .detail p {
  margin: 0;
}
#marriage .about .content .image {
  width: 44%;
  text-align: center;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #marriage .about .content .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
#marriage .about .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #marriage .about .content.flex-row-reverse {
    display: inline;
  }
}
#marriage .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#marriage .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#marriage .about .content:last-child {
  margin-bottom: 0;
}
#marriage .text-title_area .text-title {
  color: #411b04;
}
#marriage .text-title_area .text-title .f_pink {
  color: #e665ab;
}
#marriage .text-title_area .text-title:before {
  border-top: 1px solid #411b04;
}
#marriage .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #b39648;
}
#marriage .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #marriage .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#marriage .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #marriage .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#marriage .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #marriage .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#marriage .delivery span.nextday {
  padding-right: 5px;
}
#marriage .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=marriage.css.map */