@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);
*/
.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}
/* -----------------------------------------------------------------------------

archive エリア別一覧ページ

----------------------------------------------------------------------------- */
._single .area_new_fv .mainVisual {
  background: url(/img/area/area-mv-pc-bg_ver2.png);
  padding: 50px 50px 0px 50px;
  height: 375px !important;
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mainVisual {
    height: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  ._single .area_new_fv .mainVisual {
    padding: 50px 0px 0px 0px;
  }
}
._single .area_new_fv .mainVisual .mainVisual_inner {
  background: #1D888E;
  border-radius: 40px 40px 0 0;
  height: 323px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mainVisual .mainVisual_inner:before {
    content: url(/img/area/fv_sp_bg-left.png);
    position: absolute;
    top: -41px;
    left: 0;
    z-index: 10;
  }
  ._single .area_new_fv .mainVisual .mainVisual_inner:after {
    content: url(/img/area/fv_sp_bg-right.png);
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mainVisual .mainVisual_inner {
    border-radius: 0;
    height: 100% !important;
  }
}
._single .area_new_fv .mainVisual .mainVisual_inner .mv-img-pc {
  position: absolute;
  bottom: -2px;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mainVisual .mainVisual_inner .mv-img-sp {
    position: relative;
    top: -30px;
    width: 90%;
    margin: 0 auto;
  }
}
._single .area_new_fv .mainVisual .achievement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  top: -20px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mainVisual .achievement {
    flex-direction: row-reverse;
    background: #1D888E;
    border-radius: 30px 30px 0px 0px;
    gap: 0;
    width: 340px;
    top: -40px;
  }
}
._single .area_new_fv .mainVisual .achievement li {
  min-width: 337px;
  background: #1D888E;
  border-radius: 9999px;
  text-align: center;
  padding: 10px 0px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
._single .area_new_fv .mainVisual .achievement li span {
  color: #FAE260;
}
._single .area_new_fv .mainVisual .achievement li span b {
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mainVisual .achievement li {
    background: none;
    border-radius: 0;
    min-width: auto;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
  }
  ._single .area_new_fv .mainVisual .achievement li:first-of-type:before {
    content: "";
    width: 1px;
    height: 41px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  ._single .area_new_fv .mainVisual .achievement li span b {
    font-size: 20px;
  }
}
._single .area_new_fv .contTit {
  min-width: 697px;
  height: auto;
  padding: 8px 10px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1199px) {
  ._single .area_new_fv .contTit {
    min-width: auto;
    padding: 8px 20px;
  }
}
._single .area_new_fv .contTit:before {
  bottom: -60px;
}
._single .area_new_fv .contTit .title {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  ._single .area_new_fv .contTit .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .contTit {
    background: none;
    border: 1px solid #fff;
    top: -30px;
  }
  ._single .area_new_fv .contTit .title {
    color: #fff;
  }
  ._single .area_new_fv .contTit .title span {
    color: #FAE260;
  }
  ._single .area_new_fv .contTit.contTit2 {
    background: #fff;
  }
  ._single .area_new_fv .contTit.contTit2 .title {
    color: #473933;
  }
  ._single .area_new_fv .contTit.contTit2 .title span {
    color: #1D888E;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ._single .area_new_fv .mv-content {
    padding: 55px 0 40px 0;
  }
}
@media (min-width: 641px) and (max-width: 991px) {
  ._single .area_new_fv .mv-content {
    padding: 55px 0 40px 0 !important;
  }
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mv-content .bnrBox .bnr {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  ._single .area_new_fv .mv-content .bnrBox .bnr .link {
    position: static;
  }
}
._single .area_new_fv .mv-content .bnrBox .bnr .ph .mod_tel {
  top: 0.285rem;
  left: 1.45rem;
  color: #fff;
}
/*# sourceMappingURL=area-add.css.map */