@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 静的ページ 共通パーツ (今後commonへ統合するかもしれないです）

----------------------------------------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
}

/*.mod_title {
	line-height: 1.42;
	@include sc(sp) {
		line-height: 1.5;
	}
	&.pointDeco {//丸装飾+アンダーライン(使用頻度高)
		@include f_min(500);
		position: relative;
		padding-bottom: 0.15rem;
		font-size: .28rem;
		letter-spacing: 0.15em;
		@include sc(sp) {
			padding-bottom: 0.11rem;
			font-size: 0.26rem;
		}
		&::before {
			position: absolute;
			content: "";
			left: 0;
			bottom: 0;
			width: 100%;
			height: 3px;
			background-color: $bcb05;
		}
		span {
			position: relative;
			display: inline-block;
			padding-left: 0.24rem;
			&::before {
				position: absolute;
				content: "";
				display: block;
				top: 0;
				bottom: 0;
				margin: auto 0;
				left: 0;
				width: 0.13rem;
				height: 0.12rem;
				background-image: url(../common/img/mod_title_point.svg);
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
				@include sc(sp) {
					top: 1.2vw;
					left: 0;
					width: 3.31vw;
					height: 3.11vw;
				}
			}
		}
	}
}*/
.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_nav .navWrap .navLink._nowrap_pc {
    white-space: nowrap;
  }
}

.mod_flexBox > .in {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .mod_flexBox > .in {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_flexBox > .in {
    max-width: calc(100% - 0.3rem);
  }
}
@media print, screen and (min-width: 641px) {
  .mod_flexBox .titleBox {
    position: absolute;
    width: 4.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_flexBox:not(.reverse) .titleBox {
    right: 0;
    display: block;
  }
}
.mod_flexBox .ph {
  display: block;
  max-width: 4.7rem;
}
@media screen and (max-width: 640px) {
  .mod_flexBox .ph {
    margin-top: 0.26rem;
  }
}
.mod_flexBox .ph img {
  border-radius: 0.18rem;
}
@media screen and (max-width: 640px) {
  .mod_flexBox .ph img {
    border-radius: 0.15rem;
  }
}
.mod_flexBox .txtBox {
  max-width: 4.6rem;
}
@media print, screen and (min-width: 641px) {
  .mod_flexBox .txtBox .txt {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_flexBox .txtBox .txt {
    margin-top: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_flexBox.reverse > .in {
    flex-direction: row-reverse;
  }
}
.mod_flexBox.reverse .titleBox {
  left: 0;
}

.mod_thumbs {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .mod_thumbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_thumbs {
    max-width: calc(100% - 0.3rem);
  }
}
.mod_thumbs .ph {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .mod_thumbs .ph {
    width: 3.1rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_thumbs .ph + .ph {
    margin-top: 0.15rem;
  }
}
.mod_thumbs .ph img {
  border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_thumbs .ph img {
    border-radius: 0.15rem;
  }
}

.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 > .mod_title {
  margin: 0 auto;
  color: #473933;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 641px) {
  .mod_columns > .in > .mod_title {
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns > .in > .mod_title {
    max-width: calc(100% - 0.3rem);
  }
}
.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;
  }
}
.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: 24.93vw;
    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;
  }
}/*# sourceMappingURL=local_common.css.map */