@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

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

content（rem値修正）

----------------------------------------------------------------------------- */
/* イントロ */
.sec_intro {
  background-color: #f3efec;
}
.sec_intro .in {
  padding-top: 0.7rem;
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_intro .in {
    padding-top: 0.25rem;
  }
}
.sec_intro .in .lead {
  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";
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .lead {
    font-size: 0.15rem;
    line-height: 1.73;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap {
    padding: 0 0.15rem;
  }
}
.sec_intro .in .anc_link_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_intro .in .anc_link_wrap .list .detail {
  width: 100%;
  max-width: 2.36rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap .list .detail {
    width: 48.48%;
    padding-bottom: 0.1rem;
  }
}
.sec_intro .in .anc_link_wrap .list .detail a {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #78a98c;
  padding: 0.2rem 0.2rem 0.42rem;
  border-radius: 0.14rem;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap .list .detail a {
    padding: 0.15rem 0 0.36rem;
    border-radius: 0.07rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .sec_intro .in .anc_link_wrap .list .detail a {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.sec_intro .in .anc_link_wrap .list .detail a:hover {
  opacity: 0.7;
}
.sec_intro .in .anc_link_wrap .list .detail a::after {
  content: "";
  width: 0.2rem;
  height: 0.12rem;
  background-image: url(/img/memorial/icon_anc_link_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap .list .detail a::after {
    width: 0.135rem;
    height: 0.085rem;
    bottom: 0.15rem;
  }
}
.sec_intro .in .anc_link_wrap .list .detail a .icon {
  width: 1rem;
  height: 1rem;
  margin: auto;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap .list .detail a .icon {
    width: 0.6rem;
    height: 0.6rem;
    padding-bottom: 0.1rem;
  }
}
.sec_intro .in .anc_link_wrap .list .detail a .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #78a98c;
}
.os-android .sec_intro .in .anc_link_wrap .list .detail a .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap .list .detail a .title {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .in .anc_link_wrap .list .detail a .txt {
    font-size: 0.125rem;
    letter-spacing: 0;
  }
}

/* ダミーパーツ（最終的に不要） */
.enq_dummy {
  border: 1px solid #78a98c;
  background-color: #DDE9E2;
  border-radius: 0.14rem;
  height: 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .enq_dummy {
    margin: 0 0.15rem;
  }
}

/* 共通パーツ */
.memorial_wrap {
  padding-top: 1rem;
  /* 関連コラム */
}
@media screen and (max-width: 640px) {
  .memorial_wrap {
    padding-top: 0.7rem;
  }
}
.memorial_wrap .secTit {
  padding-bottom: 0.7rem;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .secTit {
    padding-bottom: 0.45rem;
  }
}
.memorial_wrap .lead {
  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";
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 2.13;
  text-align: center;
  padding-bottom: 0.5rem;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .memorial_wrap .lead {
    width: 110%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 640px) {
  .memorial_wrap .lead {
    padding: 0 0.3rem 0.3rem;
    text-align: justify;
    font-size: 0.16rem;
    line-height: 1.78;
  }
}
.memorial_wrap .mod_flexBox {
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox {
    padding: 0.7rem 0.3rem 0;
  }
}
.memorial_wrap .mod_flexBox .in {
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .titleBox + .ph {
    height: 62.5vw;
  }
}
.memorial_wrap .mod_flexBox .in .mod_title {
  color: #473933;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .mod_title {
    margin: 0 -0.15rem;
  }
}
.memorial_wrap .mod_flexBox .in .mod_title .small {
  font-size: 0.2rem;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .mod_title .small {
    font-size: 0.26rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .mod_title.pointDeco span::before {
    margin: 0.11rem 0;
  }
}
.memorial_wrap .mod_flexBox .in .ph.illust {
  height: 3.52rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .ph.illust {
    height: 62.5vw;
  }
}
.memorial_wrap .mod_flexBox .in .ph.illust::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.memorial_wrap .mod_flexBox .in .txtBox .txt {
  padding-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .txtBox .txt {
    padding-top: 0.1rem;
  }
}
.memorial_wrap .mod_flexBox .in .txtBox .txt:first-child {
  padding-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .txtBox .txt:first-child {
    padding-top: 0.1rem;
  }
}
.memorial_wrap .mod_flexBox .in .txtBox .link {
  padding-top: 0.3rem;
}
.memorial_wrap .mod_flexBox .in .txtBox .link .btn01 {
  margin: 0;
}
.memorial_wrap .mod_flexBox .in .mod_thumbs {
  padding: 0.6rem 0 0.2rem;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .mod_thumbs {
    padding: 0.1rem 0 0.2rem;
    max-width: 100%;
  }
}
.memorial_wrap .mod_flexBox .in .mod_thumbs .ph {
  height: 2.1rem;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .mod_flexBox .in .mod_thumbs .ph {
    height: 56.38vw;
  }
  .memorial_wrap .mod_flexBox .in .mod_thumbs .ph img {
    border-radius: 0.1rem;
  }
}
.memorial_wrap .bnr_wrap {
  padding-top: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .bnr_wrap {
    padding: 0.4rem 0.15rem 0.1rem;
  }
}
.memorial_wrap .bnr_wrap .bnr_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  color: #473933;
  padding-bottom: 0.1rem;
}
.os-android .memorial_wrap .bnr_wrap .bnr_title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .bnr_wrap .bnr_title {
    font-size: 0.15rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.memorial_wrap .bnr_wrap .bnr_img_wrap {
  width: 100%;
  max-width: 6rem;
  margin: auto;
}
.memorial_wrap .bnr_wrap .bnr_img_wrap a {
  transition: all 0.3s;
}
.memorial_wrap .bnr_wrap .bnr_img_wrap a:hover {
  opacity: 0.7;
}
.memorial_wrap .relation_columns {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
  .memorial_wrap .relation_columns {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
}

/* お墓 */
.sec_grave {
  background-color: #f3efec;
}
.sec_grave .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
.sec_grave .in #grave01 .illust::after {
  content: "";
  width: 1.81rem;
  height: 1.29rem;
  background-image: url(/img/memorial/grave_deco01.svg);
  right: 0.77rem;
  bottom: -1.89rem;
}
@media screen and (max-width: 640px) {
  .sec_grave .in #grave01 .illust::after {
    content: none;
  }
}
.sec_grave .in #grave02 .illust::after {
  content: "";
  width: 1.87rem;
  height: 1.09rem;
  background-image: url(/img/memorial/grave_deco02.svg);
  left: 0.35rem;
  bottom: -1.55rem;
}
@media screen and (max-width: 640px) {
  .sec_grave .in #grave02 .illust::after {
    content: none;
  }
}
.sec_grave .in #grave05 .ph_wrap {
  width: 100%;
  max-width: 4.7rem;
}
@media screen and (max-width: 640px) {
  .sec_grave .in #grave05 .ph_wrap {
    padding-top: 0.1rem;
  }
}
.sec_grave .in #grave05 .ph_wrap .ph {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_grave .in #grave05 .ph_wrap .ph {
    margin-bottom: 0;
    margin-top: 0.16rem;
    height: 62.5vw;
  }
  .sec_grave .in #grave05 .ph_wrap .ph img {
    border-radius: 0.1rem;
  }
}
.sec_grave .in #grave06 .illust::after {
  width: 2.27rem;
  height: 1.51rem;
  background-image: url(/img/memorial/grave_deco06.svg);
  left: 1.2rem;
  bottom: -1.77rem;
}
@media screen and (max-width: 640px) {
  .sec_grave .in #grave06 .illust::after {
    content: none;
  }
}

/* 仏壇 */
.sec_butsudan .splitDeco {
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_butsudan .splitDeco {
    padding-top: 0.7rem;
  }
}
.sec_butsudan .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
.sec_butsudan .in .memorial_wrap {
  padding-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_butsudan .in .memorial_wrap {
    padding-top: 0.4rem;
  }
}
.sec_butsudan .in .memorial_wrap #butsudan01 .ph {
  height: 3.37rem;
}
@media screen and (max-width: 640px) {
  .sec_butsudan .in .memorial_wrap #butsudan01 .ph {
    height: 61.68vw;
    margin: 0.26rem auto 0;
  }
}
.sec_butsudan .in .memorial_wrap #butsudan02 .ph {
  height: 3.45rem;
}
@media screen and (max-width: 640px) {
  .sec_butsudan .in .memorial_wrap #butsudan02 .ph {
    height: 62.63vw;
    margin: 0.26rem auto 0;
  }
}
.sec_butsudan .in .memorial_wrap #butsudan03 .ph {
  height: 2.72rem;
}
@media screen and (max-width: 640px) {
  .sec_butsudan .in .memorial_wrap #butsudan03 .ph {
    height: 49.16vw;
    margin: 0.26rem auto 0;
  }
}
.sec_butsudan .in .memorial_wrap #butsudan04 .ph {
  height: 3.05rem;
}
@media screen and (max-width: 640px) {
  .sec_butsudan .in .memorial_wrap #butsudan04 .ph {
    height: 60.69vw;
    margin: 0.26rem auto 0;
  }
}
.sec_butsudan .in .memorial_wrap #butsudan04 .ph img {
  border-radius: 0;
}

/* 位牌 */
.sec_ihai {
  background-color: #f3efec;
}
.sec_ihai .splitDeco {
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_ihai .splitDeco {
    padding-top: 0.7rem;
  }
}
.sec_ihai .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_ihai .in .memorial_wrap {
    padding-top: 0.4rem;
  }
}

/* 供養用品 */
.sec_kuyou .splitDeco {
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_kuyou .splitDeco {
    padding-top: 0.7rem;
  }
}
.sec_kuyou .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_kuyou .in .memorial_wrap {
    padding-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_kuyou .mod_nav .navWrap {
    justify-content: center;
  }
}/*# sourceMappingURL=memorial.css.map */