@charset "UTF-8";
#memorial {
  /* シーンから選ぶ （spスライド）*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /*コンテンツ*/
  /* お供え用胡蝶蘭・お供え用プリザーブドフラワー */
  /* 一般的な主な法事 */
  /*メッセージカード、名札・立札*/
}
#memorial .scene_type .caption {
  width: 64.4%;
  margin: 0 auto 35px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #memorial .scene_type .caption {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #memorial .scene_type ul.pc_scene {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #memorial .scene_type ul.pc_scene li {
    width: 48.8%;
    margin-right: 2.2%;
    margin-bottom: 30px;
  }
  #memorial .scene_type ul.pc_scene li img {
    width: 100%;
  }
  #memorial .scene_type ul.pc_scene li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #memorial .scene_type ul.pc_scene {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #memorial .scene_type ul.sp_scene {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  #memorial .scene_type ul.sp_scene li.scene_bnr {
    text-align: center;
    padding: 0 30px;
  }
  #memorial .scene_type ul.sp_scene li.scene_bnr img {
    max-width: 100%;
    height: auto;
  }
}
#memorial section {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 767px) {
  #memorial section {
    margin-bottom: 30px;
  }
}
#memorial .text-title_area {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #memorial .text-title_area {
    margin-bottom: 30px;
  }
}
#memorial .text-title_area .text-title {
  color: #3c3a43;
}
#memorial .text-title_area .text-title:before {
  border-top: 1px solid #3c3a43;
}
#memorial .name {
  font-size: 16px;
  color: #1b1b1b;
  background: url("../img/memorial/arrow.png") no-repeat right 10px center #f3f3f2;
}
#memorial .f_purple {
  color: #7554a9;
}
#memorial .content {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  #memorial .content {
    display: inline;
  }
}
#memorial .content .image {
  width: 48.7%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #memorial .content .image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#memorial .content .detail {
  width: 48.7%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #memorial .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#memorial .content .detail h3.index {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #313131;
  font-size: 26px;
  margin: 0 0 25px 0;
}
#memorial .content .detail h3.index span.index_sub {
  font-size: 16px;
  color: #313131;
}
@media print, screen and (max-width: 767px) {
  #memorial .content .detail h3.index {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  #memorial .content .detail h3.index br {
    display: none;
  }
}
#memorial .content .detail h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #333333;
  background: url("../img/memorial/icon_square.png") no-repeat left top 5px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #memorial .content .detail h4 {
    margin-bottom: 0;
  }
}
#memorial .content .detail .btn_give {
  width: 80%;
  margin: 40px auto 0;
}
@media print, screen and (max-width: 767px) {
  #memorial .content .detail .btn_give {
    width: 100%;
    margin: 20px auto 0;
  }
}
#memorial .content .detail .btn_give a {
  display: block;
  font-size: 19px;
  color: white;
  text-align: center;
  padding: 15px;
  background: url("../img/memorial/icon_arrow_white.png") no-repeat right 10px center #806fb5;
}
#memorial .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #memorial .content.flex-row-reverse {
    display: inline;
    margin-bottom: 50px;
  }
}
#memorial .content.flex-row-reverse .image {
  margin-right: 2.68%;
}
#memorial .content.flex-row-reverse .detail {
  margin-right: 0;
}
#memorial .content:last-child {
  margin-bottom: 0;
}
#memorial .pickup_area {
  display: flex;
  margin-top: 50px;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area {
    display: inline-block;
    margin-top: 0;
    width: 100%;
  }
}
#memorial .pickup_area .pickup {
  width: 48.6%;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup {
    width: 100%;
  }
}
#memorial .pickup_area .pickup .content {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup .content {
    display: inline-block;
    width: 100%;
  }
}
#memorial .pickup_area .pickup .content .detail {
  width: 63%;
  margin-right: 5%;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup .content .detail {
    width: 100%;
    margin-right: 0;
  }
}
#memorial .pickup_area .pickup .content .detail .index {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup .content .detail .index {
    font-size: 21px;
    margin-bottom: 15px;
    text-align: center;
  }
}
#memorial .pickup_area .pickup .content .detail .pickup_btn_give {
  margin: 25px auto 0;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup .content .detail .pickup_btn_give {
    margin: 15px auto 0;
  }
}
#memorial .pickup_area .pickup .content .detail .pickup_btn_give a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 15px 25px 15px 15px;
  background: url("../img/memorial/icon_arrow_white.png") no-repeat right 10px center #806fb5;
}
#memorial .pickup_area .pickup .content .image {
  width: 34%;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup .content .image {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
#memorial .pickup_area .pickup:first-child {
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #memorial .pickup_area .pickup:first-child {
    margin-right: 0;
  }
}
#memorial .hoji_type {
  display: flex;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  #memorial .hoji_type {
    display: inline-block;
  }
}
#memorial .hoji_type .type {
  width: 48.6%;
}
@media print, screen and (max-width: 767px) {
  #memorial .hoji_type .type {
    width: 100%;
  }
}
#memorial .hoji_type .type .type_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  color: #2d2d2d;
  font-weight: bold;
  background: url("../img/memorial/icon_line.png") no-repeat left center;
  padding-left: 12px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #memorial .hoji_type .type .type_title {
    font-size: 17px;
  }
}
#memorial .hoji_type .type .type_textarea {
  background: #ebecf5;
  padding: 5px 20px;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #memorial .hoji_type .type .type_textarea {
    padding: 5px 15px;
  }
}
#memorial .hoji_type .type:first-child {
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #memorial .hoji_type .type:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#memorial .osonae_options {
  width: 100%;
  display: flex;
}
@media print, screen and (max-width: 767px) {
  #memorial .osonae_options {
    display: inline-block;
  }
}
#memorial .osonae_options .osonae_option {
  width: 48.7%;
}
@media print, screen and (max-width: 767px) {
  #memorial .osonae_options .osonae_option {
    width: 100%;
  }
}
#memorial .osonae_options .osonae_option .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #7554a9;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #memorial .osonae_options .osonae_option .title {
    font-size: 19px;
  }
}
#memorial .osonae_options .osonae_option .image {
  text-align: center;
  margin-bottom: 25px;
}
#memorial .osonae_options .osonae_option ul.point li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  color: #2d2d2d;
  background: url("../img/memorial/icon_check.png") no-repeat left top 11px;
  padding-left: 21px;
  margin-bottom: 8px;
}
#memorial .osonae_options .osonae_option ul.point li span.f_small {
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #memorial .osonae_options .osonae_option ul.point li span.f_small {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  #memorial .osonae_options .osonae_option ul.point li {
    font-size: 18px;
  }
}
#memorial .osonae_options .osonae_option:first-child {
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #memorial .osonae_options .osonae_option:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#memorial .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #memorial .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#memorial .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #memorial .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#memorial .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #memorial .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#memorial .delivery span.nextday {
  padding-right: 5px;
}
#memorial .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=memorial.css.map */