@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
.cta_dummy {
  background-color: #EBE4D9;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.2rem;
}

/* -----------------------------------------------------------------------------

content（rem値修正）

----------------------------------------------------------------------------- */
/* イントロ */
.sec_intro {
  background-color: #f3efec;
  position: relative;
}
.sec_intro .in {
  width: 100%;
  max-width: 8.4rem;
  margin: auto;
  position: relative;
  padding: 0.55rem 0 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in {
    padding: 0.25rem 0 0.5rem;
  }
}
.sec_intro .in::after {
  content: "";
  width: 1.02rem;
  height: 1.1rem;
  background-image: url(/img/summary/intro_deco.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.35rem;
  right: -0.85rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in::after {
    width: 16.66vw;
    height: 18.05vw;
    bottom: -0.15rem;
    right: 0.3rem;
  }
}
.sec_intro .in .txt {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.26rem;
  letter-spacing: 0.2em;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .txt {
    font-size: 0.18rem;
    letter-spacing: 0.15em;
    line-height: 1.72;
  }
}

/* 家族葬のスタイル */
.sec_style .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  padding: 0.9rem 0 0;
}
@media screen and (max-width: 640px) {
  .sec_style .in {
    padding: 0.3rem 0.15rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .sec_style .in .ph {
    margin: 0.26rem 0.15rem 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_style .in .txtBox {
    padding: 0 0.15rem;
  }
}
.sec_style .in .summary_table_wrap {
  width: 100%;
  max-width: 4.74rem;
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap {
    max-width: 100%;
    padding: 0.26rem 0.15rem 0;
    box-sizing: border-box;
  }
}
.sec_style .in .summary_table_wrap .wrap_in {
  padding-bottom: 0.1rem;
}
.sec_style .in .summary_table_wrap .wrap_in table {
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #473933;
  border-collapse: separate;
  border-spacing: 1px;
  position: relative;
  background-color: #a39c99;
}
.os-android .sec_style .in .summary_table_wrap .wrap_in table {
  font-family: "Noto Serif JP", serif;
}
.sec_style .in .summary_table_wrap .wrap_in table::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.sec_style .in .summary_table_wrap .wrap_in table .summary_table_header {
  padding: 0.1rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .wrap_in table .summary_table_header {
    padding: 0.05rem 0;
  }
}
.sec_style .in .summary_table_wrap .wrap_in table .summary_table_header.type01 {
  background-color: #f3efec;
}
.sec_style .in .summary_table_wrap .wrap_in table .summary_table_header.type02 {
  background-color: #e3e8ea;
  font-size: 0.183rem;
  font-weight: 600;
  width: 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .wrap_in table .summary_table_header.type02 {
    font-size: 0.117rem;
    width: 19.33%;
  }
}
.sec_style .in .summary_table_wrap .wrap_in table .summary_table_header.type03 {
  background-color: #c9ddd1;
  font-size: 0.172rem;
  font-weight: 600;
  line-height: 1.26;
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .wrap_in table .summary_table_header.type03 {
    font-size: 0.11rem;
    width: 27.5%;
  }
}
.sec_style .in .summary_table_wrap .wrap_in table td {
  text-align: center;
  padding: 0.08rem 0;
}
.sec_style .in .summary_table_wrap .wrap_in table td.td_header {
  font-size: 0.183rem;
  font-weight: 600;
  background-color: #f3efec;
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .wrap_in table td.td_header {
    font-size: 0.12rem;
  }
}
.sec_style .in .summary_table_wrap .wrap_in table td.wide {
  padding: 0.15rem 0;
}
.sec_style .in .summary_table_wrap .wrap_in table td.type02 {
  background-color: #fff;
  font-size: 0.172rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .wrap_in table td.type02 {
    font-size: 0.11rem;
  }
}
.sec_style .in .summary_table_wrap .wrap_in table td.type03 {
  background-color: #e4eee8;
  font-size: 0.172rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .wrap_in table td.type03 {
    font-size: 0.11rem;
  }
}
.sec_style .in .summary_table_wrap .small_txt {
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  color: #473933;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .sec_style .in .summary_table_wrap .small_txt {
    font-size: 0.12rem;
    white-space: normal;
    padding-bottom: 0.1rem;
  }
}
.sec_style .in .link {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_style .mod_flexBox .txtBox .txt {
    margin-top: 0.22rem;
  }
}

/* 関連コラム */
@media print, screen and (min-width: 641px) {
  .relation_columns {
    padding-top: 1rem;
    padding-bottom: 1.17rem;
  }
}
@media screen and (max-width: 640px) {
  .relation_columns {
    padding-bottom: 0.8rem;
  }
}

.mod_contact {
  background-color: #ebe4d9;
}
@media print, screen and (min-width: 641px) {
  .mod_contact {
    margin-top: 0.9rem;
    padding: 0.8rem 0 0.9rem;
  }
}

@media print, screen and (min-width: 641px) {
  .relation_columns + .mod_contact {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .relation_columns + .mod_contact {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=summary.css.map */