@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

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

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
Montserrat フォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$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);
*/
/*====================
cont_header
====================*/
.cont_header {
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .cont_header {
    padding: 0.4rem 0.24rem 0;
  }
}
.cont_header .sec_tit_wrap .sec_tit {
  font-size: 0.38rem;
}
@media screen and (max-width: 640px) {
  .cont_header .sec_tit_wrap .sec_tit {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .cont_header .sec_tit_wrap .lead {
    line-height: 2;
  }
}

/*====================
パンくず
====================*/
.pankuzu_wrap {
  top: 0;
}

/*====================
詳細コンテンツ
====================*/
@media screen and (max-width: 640px) {
  .entry_list_wrap {
    padding-top: 0.3rem;
  }
}