@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

----------------------------------------------------------------------------- */
.mainVisual .contTit {
  /*&::before {
  	background-image: url(../img/about/mv_title_bg.svg);
  }
  &::after {
  	background-image: url(../img/about/mv_title_deco.svg);
  }*/
}

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

content（rem値修正）

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

共通レイアウト

----------------------------------------------------------------------------- */
.renewWrap._2col .contentWrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contentWrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 10.8rem;
    padding-top: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-main {
    width: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap._2col .contents-sub {
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub {
    flex-shrink: 0;
    position: sticky;
    width: 3rem;
    top: 1.28rem;
    transition: top 1s;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap._2col .contents-sub .sub_inner {
    margin: 0 auto;
    width: calc(100% - 0.3rem);
  }
}
.renewWrap._2col .contents-sub .sub-aside {
  padding: 0.34rem 0.2rem 0.24rem;
  border-radius: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .sub-aside {
    padding: 0.3rem 0.2rem;
  }
}
.renewWrap._2col .contents-sub .sub-aside + .sub-aside {
  margin-top: 0.37rem;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .sub-aside + .sub-aside {
    margin-top: 0.49rem;
  }
}
.renewWrap._2col .contents-sub .sub-aside.-latest {
  background-color: #EBE4D9;
}
.renewWrap._2col .contents-sub .sub-aside.-category {
  padding-right: 0.38rem;
  padding-left: 0.38rem;
  padding-bottom: 0.32rem;
  background-color: #f3efec;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .sub-aside.-category {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.renewWrap._2col .contents-sub .aside-heading {
  padding-bottom: 0.3rem;
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-archives .aside-archive-article + .aside-archive-article {
    margin-top: 0.3rem;
  }
}
.renewWrap._2col .contents-sub .aside-archives .aside-archive-article > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .renewWrap._2col .contents-sub .aside-archives .aside-archive-article > a {
    padding: 0.12rem 0;
  }
}
.no-touchevents .renewWrap._2col .contents-sub .aside-archives .aside-archive-article > a:hover {
  opacity: 0.7;
}
.renewWrap._2col .contents-sub .aside-archives .article-img {
  width: 20.83vw;
  height: 20.83vw;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-archives .article-img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.renewWrap._2col .contents-sub .aside-archives .article-img img {
  border-radius: 5px;
}
.renewWrap._2col .contents-sub .aside-archives .article-txt {
  width: 55vw;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-archives .article-txt {
    width: 1.64rem;
  }
}
.renewWrap._2col .contents-sub .aside-archives .article-heading {
  width: 50vw;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.53;
  color: #473933;
}
@media screen and (max-width: 640px) {
  .renewWrap._2col .contents-sub .aside-archives .article-heading {
    font-feature-settings: "palt";
  }
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-archives .article-heading {
    width: 100%;
    font-size: 0.14rem;
  }
}
.renewWrap._2col .contents-sub .aside-archives .article-cat {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.os-android .renewWrap._2col .contents-sub .aside-archives .article-cat {
  font-family: "Noto Serif JP", serif;
}
.renewWrap._2col .contents-sub .aside-category-links .link {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  color: #473933;
  border-bottom: 1px solid rgba(122, 113, 110, 0.2);
}
.os-android .renewWrap._2col .contents-sub .aside-category-links .link {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-category-links .link {
    font-size: 0.15rem;
  }
}
.renewWrap._2col .contents-sub .aside-category-links .link:nth-of-type(1) {
  border-top: 1px solid rgba(122, 113, 110, 0.2);
}
.renewWrap._2col .contents-sub .aside-category-links .link > a {
  display: block;
  padding: 0.1rem 0;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-category-links .link > a {
    padding: 0.1rem 0 0.08rem;
  }
}
.no-touchevents .renewWrap._2col .contents-sub .aside-category-links .link > a:hover {
  opacity: 0.7;
}
.renewWrap._2col .contents-sub .aside-category-links .link > a span {
  position: relative;
  display: block;
  padding-left: 0.28rem;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-category-links .link > a span {
    padding-left: 0.27rem;
  }
}
.renewWrap._2col .contents-sub .aside-category-links .link > a span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.07rem;
  left: 0.05rem;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  background-color: #78a98c;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .aside-category-links .link > a span::before {
    left: 0.06rem;
    width: 0.07rem;
    height: 0.07rem;
  }
}
.renewWrap._2col .contents-sub .sub-banner {
  width: 100%;
  height: 27.5vw;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col .contents-sub .sub-banner {
    height: 0.9rem;
    margin-top: 0.5rem;
  }
}
.renewWrap._2col .contents-sub .sub-banner > a {
  display: block;
  transition: opacity 0.3s;
}
.no-touchevents .renewWrap._2col .contents-sub .sub-banner > a:hover {
  opacity: 0.8;
}
.renewWrap._2col._blog .contents-sub .aside-archives .aside-archive-article > a, .renewWrap._2col._voice .contents-sub .aside-archives .aside-archive-article > a {
  position: relative;
}
.renewWrap._2col._blog .contents-sub .aside-archives .aside-archive-article > a::before, .renewWrap._2col._voice .contents-sub .aside-archives .aside-archive-article > a::before {
  position: absolute;
  content: "";
  display: block;
  top: -0.06rem;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 0.07rem;
  height: 0.07rem;
  border-right: 2px solid #78a98c;
  border-bottom: 2px solid #78a98c;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col._blog .contents-sub .aside-archives .aside-archive-article > a::before, .renewWrap._2col._voice .contents-sub .aside-archives .aside-archive-article > a::before {
    position: static;
    display: none;
  }
}
.renewWrap._2col._blog .contents-sub .aside-archives .article-cat, .renewWrap._2col._voice .contents-sub .aside-archives .article-cat {
  position: relative;
  display: block;
  padding-left: 0.14rem;
  margin-bottom: 0;
  font-size: 0.12rem;
  letter-spacing: 0.08em;
  line-height: 1.58;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col._blog .contents-sub .aside-archives .article-cat, .renewWrap._2col._voice .contents-sub .aside-archives .article-cat {
    margin-top: 0.05rem;
    margin-bottom: 0.06rem;
  }
}
.renewWrap._2col._blog .contents-sub .aside-archives .article-cat::before, .renewWrap._2col._voice .contents-sub .aside-archives .article-cat::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.05rem;
  left: 0;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-color: #78a98c;
}
.renewWrap._2col._blog .contents-sub .aside-category-head, .renewWrap._2col._voice .contents-sub .aside-category-head {
  padding-bottom: 0.1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  color: #473933;
}
.os-android .renewWrap._2col._blog .contents-sub .aside-category-head, .os-android .renewWrap._2col._voice .contents-sub .aside-category-head {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col._blog .contents-sub .aside-category-head, .renewWrap._2col._voice .contents-sub .aside-category-head {
    font-size: 0.16rem;
  }
}
.renewWrap._2col._blog .contents-sub .aside-category-links + .aside-category-head, .renewWrap._2col._voice .contents-sub .aside-category-links + .aside-category-head {
  margin-top: 0.25rem;
}
.renewWrap._2col._case .contents-sub .aside-archive-article > a {
  position: relative;
  transition: opacity 0.3s;
}
.renewWrap._2col._case .contents-sub .aside-archive-article > a::before {
  position: absolute;
  content: "";
  display: block;
  top: -0.06rem;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 0.07rem;
  height: 0.07rem;
  border-right: 2px solid #78a98c;
  border-bottom: 2px solid #78a98c;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col._case .contents-sub .aside-archive-article > a::before {
    position: static;
    display: none;
  }
}
.no-touchevents .renewWrap._2col._case .contents-sub .aside-archive-article > a:hover {
  opacity: 0.7;
}
.renewWrap._2col._case .contents-sub .article-heading {
  line-height: 1.69;
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col._case .contents-sub .article-heading {
    margin-top: 0.05rem;
  }
}
.renewWrap._2col._case .contents-sub .article-cat {
  position: relative;
  display: block;
  padding-left: 0.09rem;
  margin-left: 0.01rem;
  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: 600;
  font-feature-settings: "palt";
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 1.58;
  color: #a1a93d;
}
@media screen and (max-width: 640px) {
  .renewWrap._2col._case .contents-sub .article-cat {
    max-width: 48vw;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .renewWrap._2col._case .contents-sub .article-cat {
    margin-top: -0.02rem;
  }
}
.renewWrap._2col._case .contents-sub .article-cat::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.02rem;
  left: 0;
  width: 0.03rem;
  height: 0.15rem;
  background-color: #a1a93d;
}
.renewWrap._2col._single .contents-sub .sub-aside.-category {
  background-color: #fff;
}

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

共通パーツ

----------------------------------------------------------------------------- */
.mod_nav .navWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_nav .navWrap {
    max-width: 10.4rem;
    margin-top: -0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap {
    max-width: calc(100% - 0.3rem);
    margin-top: -0.03rem;
  }
}
.mod_nav .navWrap .navList {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_nav .navWrap .navList {
    width: calc((100% - 0.4rem) / 4);
    margin: 0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap .navList {
    width: calc((100% - 0.12rem) / 2);
    margin: 0.03rem;
  }
}
.mod_nav .navWrap .navLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #0d6e51;
  letter-spacing: 0.11em;
  background-color: rgba(120, 169, 140, 0.25);
  border: 1px solid #78a98c;
}
.os-android .mod_nav .navWrap .navLink {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .mod_nav .navWrap .navLink {
    padding: 0.14rem 0 0.12rem;
    padding-right: 0.35rem;
    padding-left: 0.2rem;
    font-size: 0.17rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap .navLink {
    padding: 0.11rem 0 0.09rem;
    padding-left: 0.15rem;
    padding-right: 0.35rem;
    font-size: 0.15rem;
  }
}
.mod_nav .navWrap .navLink::before {
  position: absolute;
  content: "";
  display: block;
  right: 0.15rem;
  top: -0.02rem;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.06rem solid #0d6e51;
}

@media print, screen and (min-width: 641px) {
  .mod_columns > .in {
    padding: 0.8rem 0 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns > .in {
    padding: 0.45rem 0 0.8rem;
  }
}
.mod_columns > .in > .secTit > .title {
  color: #473933;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
.mod_columns > .in > .link {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_columns > .in > .link {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    margin-top: 0.22rem;
  }
}
.mod_columns > .in > .secTit > .title {
  color: #473933;
  letter-spacing: 0.15em;
}
._area .mod_columns > .in > .secTit {
  margin: 0 auto;
  border-bottom: 2px solid #e3e3e3;
}
@media print, screen and (min-width: 641px) {
  ._area .mod_columns > .in > .secTit {
    max-width: 10rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  ._area .mod_columns > .in > .secTit {
    width: calc(100% - 0.3rem);
    padding-bottom: 0.3rem;
  }
}
.mod_columns > .in > .mod_title {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .mod_columns > .in > .mod_title {
    width: 100%;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns > .in > .mod_title {
    width: calc(100% - 0.3rem);
  }
}
.mod_columns > .in > .mod_columns_title {
  text-align: center;
  font-family: "hannari";
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  .mod_columns > .in > .mod_columns_title {
    font-size: 0.3rem;
    line-height: 1.58;
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns > .in > .mod_columns_title {
    font-size: 0.23rem;
    line-height: 1.56;
  }
}
.mod_columns .columnBox {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox {
    max-width: calc(100% - 0.3rem);
  }
}
.mod_columns .columnBox .column {
  width: 100%;
  border-bottom: 2px solid #e3e3e3;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column {
    max-width: 49%;
  }
}
.mod_columns .columnBox .column .columnLink {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .columnLink {
    padding: 0.27rem 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .columnLink {
    padding: 0.15rem 0;
  }
}
.mod_columns .columnBox .column .columnLink:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  display: block;
  width: 0.11rem;
  height: 0.11rem;
  /*width: 0.16rem;//16px;
  height: 0.2rem;//20px;
  background-image: url('../common/img/list_arrow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
  border-right: 2px solid #78a98c;
  border-bottom: 2px solid #78a98c;
  transform: rotate(-45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .columnLink:before {
    top: calc(50% - 0.05rem);
    right: 0.05rem;
    width: 0.07rem;
    height: 0.07rem;
  }
}
.no-touchevents .mod_columns .columnBox .column .columnLink:hover {
  opacity: 0.5;
}
.no-touchevents .mod_columns .columnBox .column .columnLink:hover:before {
  right: 0.05rem;
}
.mod_columns .columnBox .column .title {
  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;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .title {
    width: 59%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .title {
    width: 62.62vw;
    font-size: 0.15rem;
    line-height: 1.46;
  }
}
.mod_columns .columnBox .column .title > span {
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .title > span {
    width: 83.5%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .title > span {
    width: 56.94vw;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column h4 {
    font-weight: 500 !important;
  }
}
.mod_columns .columnBox .column .ph {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .ph {
    width: 1.6rem;
    height: 1.2rem;
    margin-right: 5.3%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .ph {
    width: 25vw;
    height: 18.7vw;
    margin-right: 3.82vw;
  }
  .mod_columns .columnBox .column .ph + .ph {
    margin-top: 0.15rem;
  }
}
.mod_columns .columnBox .column .ph img {
  border-radius: 0.11rem;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .ph img {
    border-radius: 6px;
  }
}
.mod_columns .columnBox .post {
  width: 100%;
  border-bottom: 2px solid rgba(122, 113, 110, 0.2);
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post {
    max-width: 49%;
  }
}
.mod_columns .columnBox .post > a {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post > a {
    padding: 0.27rem 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post > a {
    padding: 0.25rem 0;
  }
}
.mod_columns .columnBox .post > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  display: block;
  width: 0.11rem;
  height: 0.11rem;
  /*width: 0.16rem;//16px;
  height: 0.2rem;//20px;
  background-image: url('../common/img/list_arrow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
  border-right: 2px solid #78a98c;
  border-bottom: 2px solid #78a98c;
  transform: rotate(-45deg);
  transition: right 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post > a:before {
    top: calc(50% - 0.05rem);
    right: 0.05rem;
    width: 0.09rem;
    height: 0.09rem;
  }
}
.no-touchevents .mod_columns .columnBox .post > a:hover {
  opacity: 0.5;
}
.no-touchevents .mod_columns .columnBox .post > a:hover:before {
  right: 0.05rem;
}
.mod_columns .columnBox .post .detailBox {
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .detailBox::after {
    content: "";
    width: 0.07rem;
    height: 0.11rem;
    background-image: url(/img/news/list_link_arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}
.mod_columns .columnBox .post .ph {
  display: block;
  margin: 0;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post .ph {
    width: 1.6rem;
    height: 1.2rem;
    margin-right: 5.3%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .ph {
    width: 36.11vw;
    height: 27.77vw;
    margin-right: 4.16vw;
  }
}
.mod_columns .columnBox .post .ph img {
  border-radius: 0.11rem;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .ph img {
    border-radius: 6px;
  }
}
.mod_columns .columnBox .post .txtBox {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post .txtBox {
    width: 59%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .txtBox {
    width: calc(100% - 40.27vw);
    box-sizing: border-box;
  }
}
.mod_columns .columnBox .post .txtBox .time {
  margin-top: 0.2rem;
  display: block;
  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.15rem;
  color: #7a716e;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .txtBox .time {
    margin-top: 0;
    font-size: 0.14rem;
    padding-bottom: 0.13rem;
  }
}
.mod_columns .columnBox .post .txtBox .cat {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post .txtBox .cat {
    max-width: 2.25rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .txtBox .cat {
    margin: 0;
    max-width: 46.04vw;
  }
}
.mod_columns .columnBox .post .txtBox .cat::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  background-color: #78a98c;
  position: absolute;
  left: 0.08rem;
  top: -0.04rem;
  border-radius: 0.11rem;
  z-index: 1;
}
.mod_columns .columnBox .post .txtBox .cat span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  background-color: #fff;
  border-radius: 0.2rem;
  position: relative;
}
.os-android .mod_columns .columnBox .post .txtBox .cat span {
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post .txtBox .cat span {
    font-size: 0.15rem;
    padding: 0.04rem 0.19rem 0.02rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .txtBox .cat span {
    font-size: 0.13rem;
    padding: 0.02rem 0.15rem 0;
  }
}
.mod_columns .columnBox .post .txtBox .title {
  font-feature-settings: "palt";
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .post .txtBox .title {
    width: 83.5%;
    margin-top: 0.1rem;
    font-size: 0.17rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .txtBox .title {
    font-size: 0.15rem;
    line-height: 1.46;
    margin-top: 0.07rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .post .txtBox .title span {
    padding-right: 0.3rem;
  }
}
.mod_columns.parts_include_case {
  margin-top: 0.45rem;
}
.mod_columns.parts_include_case .mod_title {
  font-family: "hannari";
  font-weight: 400;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  color: #473933;
}
.mod_columns.parts_include_case .columnBox {
  margin-top: 0.16rem;
}
@media screen and (max-width: 640px) {
  .mod_columns.parts_include_case .columnBox {
    max-width: 100%;
  }
}
.mod_columns.parts_include_case .columnBox .ph {
  margin: 0;
  padding: 0;
  margin-right: 5.3%;
}
.mod_columns.parts_include_case .columnBox .title .area_cat {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0.03rem 0.16rem;
  background-color: #a1a93d;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  margin-bottom: 0.1rem;
  max-width: 2.25rem;
}
@media screen and (max-width: 640px) {
  .mod_columns.parts_include_case .columnBox .title .area_cat {
    max-width: 53.24vw;
    padding: 0.01rem 0.06rem;
    margin-bottom: 0.05rem;
    font-size: 0.13rem;
  }
}
.mod_columns.parts_include_case .columnBox .title .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*施設詳細・エリア別詳細：葬儀時事情
*/
@media screen and (max-width: 640px) {
  .sec_back {
    padding-bottom: 0.9rem;
  }
}
.sec_back .secTit {
  padding: 1rem 0 0.5rem;
  width: 100%;
  max-width: 10rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_back .secTit {
    padding: 0.6rem 0 0.25rem;
  }
}
.sec_back .secTit .title span .small {
  font-style: normal;
  display: block;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_back .secTit .title span .small {
    font-size: 0.18rem;
    letter-spacing: 0.25em;
    padding-bottom: 0.1rem;
  }
}
.sec_back .secTit .txt {
  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.15rem;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .sec_back .secTit .txt {
    padding: 0 0.15rem;
  }
}
.sec_back .back_cont_box {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto 0.3rem;
  background-color: #E9EDEF;
  border-radius: 0.18rem;
  padding: 0.3rem 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box {
    width: calc(100% - 0.3rem);
    margin: 0 auto 0.25rem;
    border-radius: 0.13rem;
    padding: 0.1rem 0.22rem 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_back .back_cont_box._detail {
    margin-top: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box._detail {
    padding-bottom: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_back .back_cont_box._staff {
    padding: 0.35rem 0.95rem 0.4rem 0.5rem;
  }
}
.sec_back .back_cont_box .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.os-android .sec_back .back_cont_box .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .title {
    font-size: 0.18rem;
    line-height: 1.66;
    text-align: left;
  }
}
.sec_back .back_cont_box .title.acc {
  cursor: pointer;
}
.sec_back .back_cont_box .title.acc::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  background-image: url(../common/img/back_flow_acc_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .title.acc::after {
    width: 0.265rem;
    height: 0.265rem;
    right: -0.05rem;
  }
}
.sec_back .back_cont_box .title.open {
  padding: 0.4rem 0;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .title.open {
    padding: 0.2rem 0;
  }
}
.sec_back .back_cont_box .title.open::after {
  background-image: url(../common/img/back_flow_acc_icon_close.svg);
}
.sec_back .back_cont_box .back_cont_list {
  display: none;
  padding: 0.3rem 0.5rem 0;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .back_cont_list {
    padding: 0;
  }
}
.sec_back .back_cont_box .back_cont_list .list {
  counter-reset: num;
  list-style-type: none;
}
.sec_back .back_cont_box .back_cont_list .list .detail {
  position: relative;
  color: #473933;
  padding-left: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .back_cont_list .list .detail {
    padding-left: 0.36rem;
  }
}
.sec_back .back_cont_box .back_cont_list .list .detail::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  width: 0.35rem;
  height: 0.3rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.22rem;
  font-weight: 600;
  text-align: center;
  background-image: url(../common/img/back_flow_deco.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.os-android .sec_back .back_cont_box .back_cont_list .list .detail::before {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .back_cont_list .list .detail::before {
    width: 0.25rem;
    height: 0.21rem;
    font-size: 0.17rem;
    line-height: 1.2;
    top: 0.02rem;
  }
}
.sec_back .back_cont_box .back_cont_list .list .detail::after {
  content: "";
  width: 100%;
  height: 0.9rem;
  display: block;
  background-image: url(/img/area/flow_deco_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.3rem 0.17rem;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .back_cont_list .list .detail::after {
    height: 0.65rem;
    background-size: 0.27rem 0.15rem;
  }
}
.sec_back .back_cont_box .back_cont_list .list .detail:last-child {
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .back_cont_list .list .detail:last-child {
    padding-bottom: 0.2rem;
  }
}
.sec_back .back_cont_box .back_cont_list .list .detail:last-child::after {
  content: none;
}
.sec_back .back_cont_box .staff_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .sec_back .back_cont_box .staff_box {
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box {
    padding-top: 0.15rem;
  }
}
.sec_back .back_cont_box .staff_box .staff_ph {
  width: 100%;
  color: #473933;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .sec_back .back_cont_box .staff_box .staff_ph {
    max-width: 2.57rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph {
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sec_back .back_cont_box .staff_box .staff_ph::before {
  content: "";
  width: 100%;
  height: 1.46rem;
  background-image: url(../common/img/staff_title_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph::before {
    height: 1.12rem;
    background-size: 100% 100%;
  }
}
.sec_back .back_cont_box .staff_box .staff_ph .staff_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 0.2rem;
  letter-spacing: 0.11em;
  line-height: 1.43;
  text-align: center;
  padding: 0.4rem 0 0.1rem;
  position: relative;
  z-index: 1;
}
.os-android .sec_back .back_cont_box .staff_box .staff_ph .staff_title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph .staff_title {
    width: 70%;
    padding-right: 0.14rem;
    box-sizing: border-box;
    text-align: right;
    font-size: 0.18rem;
    letter-spacing: 0;
    line-height: 1.43;
    padding: 0.2rem 0.14rem 0 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph .staff_title ._ls {
    letter-spacing: 0.08em;
  }
}
.sec_back .back_cont_box .staff_box .staff_ph .ph {
  margin: 0 auto;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph .ph {
    width: 30%;
    height: auto;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph .ph::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .sec_back .back_cont_box .staff_box .staff_ph .ph img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.sec_back .back_cont_box .staff_box .staff_ph .staff_name {
  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;
  padding-top: 0.17rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .staff_ph .staff_name {
    width: calc(100% - 0.88rem);
    padding-right: 0.16rem;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0.06rem;
    font-size: 0.14rem;
  }
}
.sec_back .back_cont_box .staff_box .textbox {
  width: 100%;
  max-width: 5.4rem;
}
@media print, screen and (min-width: 641px) {
  .sec_back .back_cont_box .staff_box .textbox {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .textbox {
    padding-top: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_back .back_cont_box .staff_box .textbox .title {
    text-align: left;
    padding-bottom: 0.17rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_back .back_cont_box .staff_box .textbox .title {
    padding-bottom: 0.1rem;
  }
}
.sec_back > .in > .txt {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sec_back > .in > .txt {
    margin-top: 0.3rem;
    width: 100%;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_back > .in > .txt {
    width: calc(100% - 0.3rem);
    margin-top: 0.23rem;
    padding-bottom: 0.15rem;
    text-align: justify;
  }
}
.sec_back > .in .sec_feature__items {
  max-width: 3.35rem;
  margin: auto;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  counter-reset: number 0;
}
.sec_back > .in .sec_feature__items * {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .sec_back > .in .sec_feature__items {
    margin-top: 0.5rem;
    max-width: 10.02rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .sec_back > .in .sec_feature__items .slick-slide:nth-child(n+2) {
    counter-increment: number 1;
  }
}
.sec_back > .in .sec_feature__items .sec_feature__item {
  background: white;
  border-radius: 0.2rem 0.2rem 0 0;
  border-bottom: 0.05rem solid #eff8f8;
}
@media print, screen and (min-width: 641px) {
  .sec_back > .in .sec_feature__items .sec_feature__item {
    max-width: 3.14rem;
    counter-increment: number 1;
  }
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__pic {
  padding: 0.2rem;
  background-image: url(../img/bg-feature@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.2rem 0.2rem 0 0;
  height: 2.28rem;
}
@media print, screen and (min-width: 641px) {
  .sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__pic {
    height: 2.14rem;
  }
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__pic > div {
  position: relative;
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__pic > div:before {
  text-align: center;
  position: absolute;
  content: " " counter(number) "";
  background: #03888e;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.1rem 0;
  font-size: 0.2rem;
  font-family: "Noto Serif JP", serif;
  color: white;
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__pic > div img {
  width: 100%;
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__txt {
  padding: 0 0.2rem 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__txt {
    padding-bottom: 0.4rem;
  }
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__txt h3 {
  text-align: center;
  font-size: 0.23rem;
  font-weight: 500;
  color: #03888e;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-bottom: 0.22rem;
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__txt .sec_feature__txtWrap {
  color: #473933;
  font-size: 0.15rem;
  line-height: 1.8;
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__txt .sec_feature__txtWrap .sec_feature__txtWrap-sub > div p:first-child {
  color: #03888e;
}
.sec_back > .in .sec_feature__items .sec_feature__item .sec_feature__txt .sec_feature__txtWrap-subType2 > div:not(:last-child) {
  padding-bottom: 0.4rem;
}
.sec_back > .in .sec_feature__items .sec_feature__txtGreen {
  color: #03888e;
}
.sec_back > .in .sec_feature__items .sec_feature__txtGreen > a {
  color: #03888e;
}
.sec_back > .in .sec_feature__items .sec_feature__margin {
  display: inline-block;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_back > .in > .link {
    margin: 0 auto;
    width: calc(100% - 0.6rem);
  }
}

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

wp-pagenavi

----------------------------------------------------------------------------- */
.wp-pagenavi {
  margin: 0.35rem auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 0.3rem;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.15rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.os-android .wp-pagenavi a,
.os-android .wp-pagenavi span.current {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi a,
  .wp-pagenavi span.current {
    width: 0.35rem;
    height: 0.35rem;
    font-size: 0.14rem;
    border-radius: 0.05rem;
  }
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 0.1rem;
  text-decoration: none;
  padding-top: 0.07rem;
  text-align: center;
  color: #473933;
  background-color: #fff;
  border: 2px solid #dbd6d3;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi a {
    padding-top: 0.04rem;
  }
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #78a98c;
  border: 2px solid #78a98c;
}
.wp-pagenavi a:hover::before, .wp-pagenavi a:hover::after {
  border-color: #fff !important;
}
.wp-pagenavi span.current {
  color: #fff;
  margin-right: 10px;
  background-color: #78a98c;
  padding-top: 0.1rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi span.current {
    padding-top: 0.06rem;
  }
}
.wp-pagenavi span.extend {
  width: 0.4rem;
  height: 0.4rem;
  padding-top: 0.03rem;
  margin-right: 0.1rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.15rem;
  border-radius: 0.1rem;
  border: 2px solid #dbd6d3;
  box-sizing: border-box;
  display: none;
}
.os-android .wp-pagenavi span.extend {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi span.extend {
    width: 0.35rem;
    height: 0.35rem;
    padding-top: 0.01rem;
    margin-right: 0.1rem;
    font-size: 0.14rem;
    border-radius: 0.05rem;
  }
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  position: relative;
}
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.08rem;
  height: 0.08rem;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #473933;
  border-bottom: 1px solid #473933;
  transition: border 0.3s;
}
.wp-pagenavi a.nextpostslink::before {
  right: 0.04rem;
  transform: rotate(-45deg);
}
.wp-pagenavi a.previouspostslink::before {
  left: 0.04rem;
  transform: rotate(135deg);
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  position: relative;
}
.wp-pagenavi a.first::before, .wp-pagenavi a.first::after,
.wp-pagenavi a.last::before,
.wp-pagenavi a.last::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.08rem;
  height: 0.08rem;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #473933;
  border-bottom: 1px solid #473933;
  transition: border 0.3s;
}
.wp-pagenavi a.last::before {
  right: -0.07rem;
  transform: rotate(-45deg);
}
.wp-pagenavi a.last::after {
  left: -0.12rem;
  transform: rotate(-45deg);
}
.wp-pagenavi a.first::before {
  left: -0.07rem;
  transform: rotate(135deg);
}
.wp-pagenavi a.first::after {
  right: -0.12rem;
  transform: rotate(135deg);
}

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

一旦既存継承 pager page_link

----------------------------------------------------------------------------- */
.page_link {
  display: block;
  width: 100%;
  padding: 0;
  border-top: none;
}

.page_link a {
  color: #333;
  display: block;
  padding: 20px 60px;
}

.page_link .prev,
.page_link .next {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #e1e1e1;
}

.page_link .prev {
  border-right: none;
  border: none;
}

.page_link .next.saishin {
  text-align: center;
  background: none;
}

/* 記事詳細ページャー（blog / information）
============================================================================= */
._post-single-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  ._post-single-pager {
    justify-content: space-between;
    padding-bottom: 0.5rem;
  }
}
._post-single-pager .pager-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.65rem;
  height: 0.4rem;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #473933;
  border-bottom: 2px solid rgba(122, 113, 110, 0.2);
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.os-android ._post-single-pager .pager-link {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._post-single-pager .pager-link {
    width: 0.54rem;
    height: 0.32rem;
    font-size: 0.14rem;
  }
}
.no-touchevents ._post-single-pager .pager-link:hover {
  opacity: 0.7;
}
._post-single-pager .pager-link.-archive {
  position: relative;
}
._post-single-pager .pager-link:not(.-archive) {
  position: absolute;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 641px) {
  ._post-single-pager .pager-link:not(.-archive) {
    text-align: center;
    top: 0;
  }
}
._post-single-pager .pager-link:not(.-archive):after {
  content: "";
  display: block;
  margin: auto 0;
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  ._post-single-pager .pager-link:not(.-archive):after {
    width: 0.04rem;
    height: 0.04rem;
    top: -0.1em;
  }
}
@media print, screen and (min-width: 641px) {
  ._post-single-pager .pager-link.-prev {
    left: -2rem;
    padding-left: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  ._post-single-pager .pager-link.-prev {
    left: -1.45rem;
    padding-left: 0.15rem;
  }
}
._post-single-pager .pager-link.-prev:after {
  border-left: 2px solid #78a98c;
  border-bottom: 2px solid #78a98c;
  left: 0.05rem;
}
@media print, screen and (min-width: 641px) {
  ._post-single-pager .pager-link.-next {
    right: -2rem;
    padding-right: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  ._post-single-pager .pager-link.-next {
    right: -1.45rem;
    padding-right: 0.15rem;
  }
}
._post-single-pager .pager-link.-next:after {
  border-top: 2px solid #78a98c;
  border-right: 2px solid #78a98c;
  right: 0.05rem;
}

.bannerContact br {
  display: block;
  content: "";
}
.bannerContact img {
  max-width: 5.5rem;
  width: 100%;
}

.bannerContact:hover {
  opacity: 0.8;
}

.voice__link {
  color: #0d6e51;
  text-decoration: none !important;
}

.voice__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=cms_common.css.map */