@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);
*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

em {
  font-style: normal !important;
}

.sapporo {
  color: #473933;
  font-family: 'ヒラギノ角ゴ Pro W3', '游ゴシック', '游ゴシック体', 'Yu Gothic',
    YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', verdana,
    'メイリオ', 'Meiryo', 'Osaka', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: 'palt';
  padding: 0.9rem 0 0.7rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sapporo {
    padding: 0.3rem 0;
  }
}
.sapporo .sa_title {
  font-family: 'hannari', 'Hiragino Mincho ProN', '游明朝', serif;
  font-weight: 400;
  font-size: 0.3rem;
  text-align: center;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 640px) {
  .sapporo .sa_title {
    font-size: 0.26rem;
    padding: 0 0.4rem;
    line-height: 1.7;
  }
}
.sapporo .sa_map {
  margin: 0.6rem 0;
  padding: 0.2rem 0;
  width: 100%;
  display: block;
  background-color: #d4ecf7;
}
.sapporo .sa_map .svg {
  display: block;
  margin: 0 auto;
  width: 5.8rem;
  height: auto;
}
.sapporo .sa_map .svg .map_link:hover .cls-1 {
  fill: #78a98e;
}
.sapporo .sa_map .svg .map_link:hover .cls-5 {
  fill: #fff;
}
@media screen and (max-width: 640px) {
  .sapporo .sa_map {
    display: none;
  }
}
.sapporo .sapporoshi {
  max-width: 10rem;
  margin: 0 auto;
}
.sapporo .sapporoshi .sa_title_02 {
  position: relative;
  font-family: 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  font-size: 0.26rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #473933;
}
.sapporo .sapporoshi .sa_line {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.sapporo .sapporoshi .sa_line > a {
  position: relative;
  font-size: 0.16rem;
  border: 1px solid #473933;
  width: 1.17rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
  border-radius: 0.05rem;
  margin: 0 0.08rem 0.08rem 0;
}
.sapporo .sapporoshi .sa_line > a::before {
  content: '';
  top: 0.08rem;
  right: 0.08rem;
  position: absolute;
  background-image: url(../img/sapporo/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.2rem;
  height: 0.22rem;
}
.sapporo .sapporoshi .sa_line > a.saactive::before {
  background-image: url(../img/sapporo/arrow_hover.png);
}
@media screen and (max-width: 640px) {
  .sapporo .sapporoshi {
    display: none;
  }
}
.sapporo .un_ancList_sapporo {
  padding: 0.3rem 0.2rem 0;
  display: none;
}
@media screen and (max-width: 640px) {
  .sapporo .un_ancList_sapporo {
    display: block;
  }
}
.sapporo .un_ancList_sapporo .el_SPaccSwitch {
  font-size: 0.16rem;
  padding: 0 1em;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #473933;
  border: 1px solid #473933;
  background-image: linear-gradient(
    to left,
    #78a98e 0,
    #78a98e 32px,
    transparent 32px,
    transparent 100%
  );
  position: relative;
  border-radius: 0.05rem;
  cursor: pointer;
}
.sapporo .un_ancList_sapporo .el_SPaccSwitch::after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.sapporo .un_ancList_sapporo .el_SPaccBody {
  display: none;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  padding: 0 14px;
  background-color: #f9f7f2;
  border: 1px solid #c4bfb9;
  border-radius: 0.05rem;
}
.sapporo .un_ancList_sapporo .el_SPaccBody .un_anc_btn {
  padding: 14px 0;
  width: 100%;
  float: none;
  border-bottom: 1px dotted #c4bfb9;
  position: relative;
  height: auto;
  cursor: pointer;
}
.sapporo .un_ancList_sapporo .el_SPaccBody .un_anc_btn:hover {
  color: #78a98e;
}
.sapporo .un_ancList_sapporo .el_SPaccBody .un_anc_btn:last-child {
  border-bottom: none;
}
.sapporo .un_ancList_sapporo .el_SPaccBody .un_anc_btn a {
  display: block;
  border: none;
  line-height: 1;
}
.sapporo .un_ancList_sapporo .el_SPaccBody .un_anc_btn a:hover {
  color: #78a98e;
}
.sapporo .un_ancList_sapporo .el_SPaccBody .un_anc_btn:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../img/sapporo/allow_right_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sapporo .district {
  max-width: 10rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 640px) {
  .sapporo .district {
    width: 100%;
    padding: 0 0.2rem;
    margin: 0.5rem auto 0;
  }
}
.sapporo .district .d-name {
  width: 100%;
  background-color: #f9f7f2;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.22rem;
  padding-left: 0.2rem;
  font-family: 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  margin-bottom: 0.3rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sapporo .district .d-name {
    background-color: transparent;
    height: 0.37rem;
    line-height: 0.37rem;
    font-size: 0.2rem;
    padding-left: 0.1rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.16rem;
    margin-top: 0.4rem;
    border-bottom: 1px solid #473933;
    border-top: 1px solid #473933;
  }
}
.sapporo .district > article {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article {
    margin-bottom: 0.2rem;
    padding: 0.12rem;
    background-color: #f9f7f2;
    border-radius: 0.08rem;
  }
}
.sapporo .district > article .d-top {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 0.08rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #473933;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-top {
    margin-bottom: 0rem;
    border-bottom: none;
  }
}
.sapporo .district > article .d-top .d-hall {
  font-family: 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  font-size: 0.22rem;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-top .d-hall {
    font-size: 0.18rem;
  }
}
.sapporo .district > article .d-top > a {
  font-size: 0.14rem;
  position: relative;
  right: 0.16rem;
}
.sapporo .district > article .d-top > a::before {
  content: '';
  top: 0.04rem;
  right: -0.18rem;
  position: absolute;
  background-image: url(../img/sapporo/allow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.1rem;
  height: 0.12rem;
}
.sapporo .district > article .d-detail {
  display: flex;
  justify-content: start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail {
    display: block;
  }
}
.sapporo .district > article .d-detail > img {
  width: 1.7rem;
  height: 1.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.1rem;
  margin-right: 0.24rem;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail > img {
    width: 100%;
    height: 1.8rem;
    margin-bottom: 0.1rem;
  }
}
.sapporo .district > article .d-detail > table {
  font-size: 0.16rem;
  display: grid;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail > table {
    font-size: 0.14rem;
  }
}
.sapporo .district > article .d-detail > table tr {
  margin-bottom: 0.07rem;
  display: block;
}
.sapporo .district > article .d-detail > table tr th {
  display: inline-block;
  background-color: #78a98c;
  width: 0.9rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.03rem;
  color: #fff;
  font-weight: 300;
  margin-right: 0.08rem;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail > table tr th {
    background-color: #fff;
    width: 0.66rem;
    color: #473933;
    height: 0.28rem;
    line-height: 0.28rem;
    margin-bottom: 0.02rem;
    margin-right: 0.04rem;
  }
}
.sapporo .district > article .d-detail > table tr td {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail > table tr td.d-link {
    width: 100%;
    margin-top: 0.06rem;
  }
}
.sapporo .district > article .d-detail > table tr td a {
  position: relative;
  display: inline-block;
  background-color: #e9edef;
  width: 8.08rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border-radius: 0.03rem;
  color: #473933;
  font-weight: 500;
  margin-right: 0.08rem;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail > table tr td a {
    width: 100%;
    display: block;
    background-color: #78a98c;
    color: #fff;
    height: 0.36rem;
    line-height: 0.36rem;
  }
}
.sapporo .district > article .d-detail > table tr td a::before {
  content: '';
  position: absolute;
  right: 0.08rem;
  top: calc(50% - 0.1rem);
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/sapporo/allow_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sapporo .district > article .d-detail > table tr td a::before {
    background-image: url(../img/sapporo/allow_right_white.png);
  }
}
.sapporo .district > article .d-detail > table tr td a:hover {
  background-color: #78a98c;
  color: #fff;
}
.sapporo .district > article .d-detail > table tr td a:hover::before {
  background-image: url(../img/sapporo/allow_right_white.png);
}
.sapporo .district > article .d-detail > table tr:last-child {
  margin-bottom: 0rem;
}

.salink:hover {
  background: #78a98e;
  border: none !important;
  transition: 0.3s;
}
.salink:hover > p {
  color: #fff !important;
}
.salink.saactive {
  background: #78a98e;
  border: none !important;
  color: #fff !important;
  transition: 0.3s;
}
.salink.saactive > p {
  color: #fff !important;
}

.city.saactive.cls-1 {
  fill: #78a98e;
}
.city.saactive.cls-5 {
  fill: #fff;
}

.out_back {
  padding: 0.9rem 0 0.4rem;
  background-color: #f3efec;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .out_back {
    padding: 0.4rem 0.2rem 0.1rem;
    margin-bottom: 0.4rem;
  }
}
.out_back .saAround .saTitle {
  position: relative;
  font-family: 'hannari';
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 1;
  letter-spacing: 0.01rem;
  color: #473933;
  text-align: center;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .out_back .saAround .saTitle {
    font-size: 0.19rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    text-align: left;
    letter-spacing: 0rem;
  }
}
.out_back .saAround .sa_inner {
  width: 100%;
  max-width: 10.8rem;
  margin: auto;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner {
    padding-bottom: 0.4rem;
  }
}
.out_back .saAround .sa_inner .sa_Box {
  margin: auto;
  padding: 0.16rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box {
    display: block;
    padding: 0.1rem 0 0;
  }
}
.out_back .saAround .sa_inner .sa_Box > a {
  margin-right: 0.54rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box > a {
    margin-right: 0rem;
    display: block;
    width: 100%;
  }
}
.out_back .saAround .sa_inner .sa_Box > a .saLink {
  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.05em;
  color: #473933;
  transition: opacity 0.3s;
  border-bottom: 1px solid #473933;
}
@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box > a .saLink {
    font-weight: 600;
    padding: 0.1rem 0;
    font-size: 0.16rem;
    letter-spacing: 0.02em;
    position: relative;
    border-bottom: 3px solid #ebe4d9;
    font-family: 'Noto Serif JP', serif;
  }
}
.out_back .saAround .sa_inner .sa_Box > a .saLink:hover {
  color: #78a98e;
  border-bottom: 3px solid #78a98e;
}
.out_back .saAround .sa_inner .sa_Box > a::before {
  content: '';
  position: absolute;
  top: 0.05rem;
  right: -0.22rem;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/sapporo/allow_right_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box > a::before {
    top: 0.15rem;
    right: 0rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}
.out_back .saAround .sa_inner .sa_Box > a:last-child {
  margin-right: 0;
} /*# sourceMappingURL=sapporo.css.map */

.asahikawa_back {
  padding: 1.1rem 0 0.5rem !important;
  margin-bottom: 0rem;
  margin-top: 1.4rem;
}
