@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';

#d_container .wrap {
  width: 100%;
}

#d_container #d_topic_path {
  width: 990px;
  margin: 0 auto 20px;
}

#hokkaido-20250808 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: center;
}

#hokkaido-20250808 a {
  display: block;
  text-decoration: none;
}

#hokkaido-20250808 .pc {
  display: block;
}

#hokkaido-20250808 .sp {
  display: none;
}

#hokkaido-20250808 .link-hover:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s;
}

#hokkaido-20250808 .mv__inner {
  background: url("/ec/shop/images/campaign/20250808_hokkaido/mv_bg.jpg") repeat-x;
  background-position: center top;
}

#hokkaido-20250808 .mv__img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

#hokkaido-20250808 .coupon {
  padding: 0 0 23px;
  color: #333;
  letter-spacing: 0.05em;
  background-color: #fdedaf;
}

#hokkaido-20250808 .coupon__ttl {
  background-color: #e48d30;
  position: relative;
  padding: 20px 0;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}



#hokkaido-20250808 .coupon__text {
  font-size: 22px;
  letter-spacing: 0.05em;
}

#hokkaido-20250808 .coupon__text-emphasis {
  font-size: 26px;
  font-weight: bold;
}

#hokkaido-20250808 .coupon__text-emphasis-alt {
  font-size: 22px;
  font-weight: bold;
}

#hokkaido-20250808 .coupon__code {
  background: url("/ec/shop/images/campaign/20250808_hokkaido/coupon_bg.png") no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 463px;
  height: 179px;
  display: block;
  margin: 0px auto 20px;
}

#hokkaido-20250808 .coupon__code-value {
  font-size: 30px;
  font-weight: bold;
  padding: 100px 0 0;
  color: #a7560e;
}

#hokkaido-20250808 .coupon__details {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#hokkaido-20250808 .coupon__note {
  font-size: 15px;
  letter-spacing: 0.05em;
}

#hokkaido-20250808 .navi__list {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 990px;
  margin: 60px auto 0;
}

#hokkaido-20250808 .navi__list .navi__item:first-child {
  margin-right: 10px;
}

#hokkaido-20250808 .navi__list .navi__item .navi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  color: #a7560e;
  background-color: #fcce40;
}

#hokkaido-20250808 .navi__list .navi__item:last-child {
  margin-right: 0;
}

#hokkaido-20250808 .reserve-steps {
  position: relative;
  padding-bottom: 50px;
  margin-top: 60px;
  background-color: #f9e3cd;
}

#hokkaido-20250808 .reserve-steps__main-title {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a7560e;
}

#hokkaido-20250808 .reserve-steps__area {
  width: 920px;
  margin: 0 auto;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper {
  position: relative;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__heading {
  position: absolute;
  top: -42px;
  left: -13px;
  z-index: 1;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 37px 20px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:not(:last-of-type) .reserve-steps__item-content::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 4px solid #e48d30;
  border-right: 4px solid #e48d30;
  transform: translateY(-50%) rotate(45deg);
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-header {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-header .reserve-steps__item-number {
  position: relative;
  bottom: -1px;
  font-size: 30px;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content {
  position: relative;
  box-sizing: border-box;
  padding: 12px 8px 8px;
  background-color: #e48d30;
  border-radius: 6px;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-image {
  width: 100%;
  padding: 15px 0;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-visual-area {
  padding-top: 10px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 6px;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-visual-area .reserve-steps__item-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #e48d30;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-desc-area {
  display: flex;
  align-items: center;
  text-align: left;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-desc-area .reserve-steps__item-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__notes {
  padding: 24px 20px;
  margin-top: 17px;
  text-align: left;
  background-color: #fff;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__notes h3 {
  font-size: 20px;
  color: #e48d30;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__notes .reserve-steps__notes-text {
  font-size: 14px;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__notes .reserve-steps__notes-link {
  display: inline-block;
  color: #e48d30;
  text-decoration: underline;
}

#hokkaido-20250808 .reserve-steps__area .reserve-steps__notes .reserve-steps__notes-link:hover {
  text-decoration: none;
}

#hokkaido-20250808 .item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 920px;
  padding: 0;
  margin: 0 auto;
}

#hokkaido-20250808 .item-list__item {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  border: solid 1px #ccc;
}

#hokkaido-20250808 .item-list__item::before {
  position: absolute;
  right: 13px;
  bottom: 12px;
  z-index: 2;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
}

#hokkaido-20250808 .item-list__item::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
}

#hokkaido-20250808 .item-list__item .item-list__name {
  display: flex;
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
  word-break: break-all;
}

#hokkaido-20250808 .item-list__item>a {
  padding: 10px;
}

#hokkaido-20250808 .item-list__image {
  width: 100%;
}

#hokkaido-20250808 .item-list__price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#hokkaido-20250808 .item-list:has(> .item-list__item:only-child)>.item-list__item:only-child {
  grid-column-start: 2;
  justify-self: center;
}




#hokkaido-20250808 .cont {
  padding-bottom: 60px;
}

#hokkaido-20250808 .cont__ttl {
  position: relative;
  padding: 20px 0;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#hokkaido-20250808 .cont--01 {
  background-color: #fcf6e6;
}

#hokkaido-20250808 .cont--01 .cont__ttl {
  background-color: #e48d30;
}

#hokkaido-20250808 .cont--01 .item-list .item-list__item::after {
  background-color: #e48d30;
}

#hokkaido-20250808 .cont--01 .item-list .item-list__item .item-list__name {
  color: #e48d30;
}

#hokkaido-20250808 .cont--02 {
  background-color: #fcf6e6;
}

#hokkaido-20250808 .cont--02 .cont__ttl {
  background-color: #e48d30;
}

#hokkaido-20250808 .cont--02 .item-list .item-list__item::after {
  background-color: #e48d30;
}

#hokkaido-20250808 .cont--02 .item-list .item-list__item .item-list__name {
  color: #e48d30;
}

#hokkaido-20250808 .cont--03 {
  background-color: #fcf6e6;
}

#hokkaido-20250808 .cont--03 .cont__ttl {
  background-color: #70e2ff;
}

#hokkaido-20250808 .cont--03 .item-list .item-list__item::after {
  background-color: #1500ff;
}

#hokkaido-20250808 .cont--03 .item-list .item-list__item .item-list__name {
  color: #1500ff;
}

#hokkaido-20250808 .cont--04 {
  background-color: #eafbea;
}

#hokkaido-20250808 .cont--04 .cont__ttl {
  background-color: #70ff86;
}

#hokkaido-20250808 .cont--04 .item-list .item-list__item::after {
  background-color: #0f2;
}

#hokkaido-20250808 .cont--04 .item-list .item-list__item .item-list__name {
  color: #00ff84;
}

#hokkaido-20250808 .date-selector__title {
  padding: 20px 0;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a7560e;
}

#hokkaido-20250808 .date-selector {
  margin-bottom: 60px;
}

#hokkaido-20250808 .date-selector h3 img {
  margin: 0 auto;
}

#hokkaido-20250808 .week-list {
  position: relative;
  width: 990px;
  padding-top: 40px;
  margin: 0 auto;
}

#hokkaido-20250808 .week-list:not(:last-child) {
  margin-bottom: 25px;
}

#hokkaido-20250808 .week-list .week-list-item {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 25px 13px;
}

#hokkaido-20250808 .week-list .notActive {
  pointer-events: none;
}

#hokkaido-20250808 .week-list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 35px;
}

#hokkaido-20250808 .day {
  position: relative;
  display: block;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1;
  color: #e48d30;
  background-color: #fff;
  border: 1px solid #e48d30;
  border-top-width: 8px;
}

#hokkaido-20250808 .day--saturday {
  color: #123dbc;
}

#hokkaido-20250808 .day--sunday,
#hokkaido-20250808 .day--holiday {
  color: #e60012;
}

#hokkaido-20250808 .day--disabled {
  position: relative;
  pointer-events: none;
}

#hokkaido-20250808 .day--disabled::before {
  position: absolute;
  top: -8px;
  left: -1px;
  z-index: 3;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 9px);
  content: "";
  background-color: rgba(203, 203, 203, 0.85);
}

#hokkaido-20250808 .day__number {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

#hokkaido-20250808 .day__number-front {
  font-size: 30px;
}

#hokkaido-20250808 .day__number-rear {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 1em;
  margin-bottom: -7px;
  font-size: 35px;
}

#hokkaido-20250808 .day__number-slash {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: -5px;
  font-size: 40px;
  font-weight: 300;
}

#hokkaido-20250808 .day__week {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

#hokkaido-20250808 .day__arrow {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 20px;
  height: 20px;
}

#hokkaido-20250808 .day__arrow::before,
#hokkaido-20250808 .day__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  transform: translate(-50%, -50%);
}

#hokkaido-20250808 .day__arrow::before {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fcb00c;
  border-radius: 50%;
}

#hokkaido-20250808 .day__arrow::after {
  left: calc(50% - 1px);
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
}

#hokkaido-20250808 .delivery-button {
  margin-top: 50px;
}

#hokkaido-20250808 .delivery-button__link {
  position: relative;
  display: block;
  width: 640px;
  height: 120px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #e48d30;
  background-color: #fff;
  border: 3px solid #e48d30;
  border-radius: 100px;
}

#hokkaido-20250808 .delivery-button__link::after {
  position: absolute;
  right: 50px;
  bottom: calc(50% - 13.5px);
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #e48d30;
  border-style: solid;
  border-width: 13.5px 0 13.5px 24px;
}

#hokkaido-20250808 .delivery-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 42px;
  transform: translate(-50%, -50%);
}

#hokkaido-20250808 .delivery-button__sub-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}

#hokkaido-20250808 .site-link-button {
  margin-top: 50px;
}

#hokkaido-20250808 .site-link-button__link {
  position: relative;
  display: block;
  width: 640px;
  height: 120px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  color: #e48d30;
  background-color: #fff;
  border: 3px solid #e48d30;
  border-radius: 100px;
}

#hokkaido-20250808 .site-link-button__link::after {
  position: absolute;
  right: 50px;
  bottom: calc(50% - 13.5px);
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #e48d30;
  border-style: solid;
  border-width: 13.5px 0 13.5px 24px;
}

#hokkaido-20250808 .site-link-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 42px;
  transform: translate(-50%, -50%);
}

#hokkaido-20250808 .site-link-button__sub-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}

#hokkaido-20250808 .info {
  width: 990px;
  margin: 0 auto;
  background-color: #fcf6e6;
  border: 3px dashed #e48d30;
}

#hokkaido-20250808 .info__title {
  display: inline-block;
  padding-top: 29px;
  margin: 0 auto 60px;
}

#hokkaido-20250808 .info__title img {
  vertical-align: bottom;
}

#hokkaido-20250808 .info .info__body {
  padding: 0 66px 70px;
  text-align: left;
}

#hokkaido-20250808 .info .info__body dl dt {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

#hokkaido-20250808 .info .info__body dl dd {
  font-size: 16px;
  line-height: 1.38;
}

#hokkaido-20250808 .info .info__body dl dd li:not(:last-child) {
  margin-bottom: 30px;
}

#hokkaido-20250808 .info .info__body dl dd li .proviso-list li:not(:last-child) {
  margin-bottom: 3px;
}

#hokkaido-20250808 .info .info__body dl dd li a {
  color: #e48d30;
  text-decoration: underline;
}

#hokkaido-20250808 .proviso-list {
  padding-left: 1em;
  text-indent: -1em;
}

#hokkaido-20250808 .proviso-list__item:not(:last-child) {
  margin-bottom: 3px;
}

#hokkaido-20250808 .proviso-list__item::before {
  content: "・";
}

#hokkaido-20250808 .map {
  width: 990px;
  margin: 60px auto 0;
  text-align: center;
}

#hokkaido-20250808 .map__image-wrapper {
  padding-bottom: 50px;
}

#hokkaido-20250808 .map__image {
  margin: 0 auto;
}

#news #hokkaido-20250808 img {
  width: 100%;
}

#news #hokkaido-20250808 a {
  text-decoration: none;
}

#news #hokkaido-20250808 .link-hover:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s;
}

#news #hokkaido-20250808 .pc {
  display: none;
}

#news #hokkaido-20250808 .sp {
  display: block;
}

#news #hokkaido-20250808 .mv__inner {
  background-color: transparent;
}

#news #hokkaido-20250808 .coupon__ttl {
  background-color: #e48d30;
  position: relative;
  margin: 0 auto;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

#news #hokkaido-20250808 .coupon {
  padding: 0 0 20px;
  letter-spacing: 0.05em;
  background-color: #fdedaf;
}

#news #hokkaido-20250808 .coupon__text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

#news #hokkaido-20250808 .coupon__text-emphasis {
  font-size: 18px;
  font-weight: bold;
}

#news #hokkaido-20250808 .coupon__text-emphasis-alt {
  font-size: 16px;
  font-weight: bold;
}

#news #hokkaido-20250808 .coupon__code {
  display: block;
  padding: 0;
  margin: 20px auto;
  line-height: 1.5;
  width: 330px;
  height: 135px;
  color: #a7560e;
}

#news #hokkaido-20250808 .coupon__code-value {
  font-size: 24px;
  font-weight: bold;
  padding: 6.5rem 0 0;
}

#news #hokkaido-20250808 .coupon__details {
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.05em;
}

#news #hokkaido-20250808 .coupon__note {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.05em;
}

#news #hokkaido-20250808 .navi__list {
  display: block;
  width: auto;
  padding: 6vw;
  margin-top: 0;
  background-color: #fff;
}

#news #hokkaido-20250808 .navi__list .navi__item {
  margin: 0 auto 3vw;
}

#news #hokkaido-20250808 .navi__list .navi__item .navi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0.5rem;
  margin-bottom: 8px;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6;
  color: #a7560e;
  background-color: #fcce40;
}

#news #hokkaido-20250808 .navi__list .navi__item:last-child {
  margin-bottom: 0;
}

#news #hokkaido-20250808 .reserve-steps {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

#news #hokkaido-20250808 .reserve-steps__main-title {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  margin-top: 0;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a7560e;
}

#news #hokkaido-20250808 .reserve-steps__area {
  width: auto;
  padding: 0 4vw 6vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__heading {
  top: -2%;
  left: 2%;
  width: 50%;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4vw 6vw;
  padding: 12vw 6vw 7vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:not(:last-of-type) .reserve-steps__item-content::after {
  right: -11%;
  width: 3vw;
  height: 3vw;
  border-top-width: 1vw;
  border-right-width: 1vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:nth-of-type(2) .reserve-steps__item-content::after {
  content: none;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:nth-of-type(3) {
  margin-bottom: 0;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:nth-of-type(3) .reserve-steps__item-content {
  position: relative;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:nth-of-type(3) .reserve-steps__item-content::before {
  position: absolute;
  top: 50%;
  left: -21px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  border-top: 3px solid #e48d30;
  border-right: 3px solid #e48d30;
  transform: translateY(-50%) rotate(45deg);
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item:last-of-type {
  margin-bottom: 0;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-header {
  margin-bottom: 1.1vw;
  font-size: 4.3vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-header .reserve-steps__item-number {
  font-size: 6.5vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content {
  position: relative;
  box-sizing: border-box;
  padding: 2vw 1.6vw 1.3vw;
  border-radius: 6px;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-visual-area {
  padding-top: 2vw;
  margin-bottom: 1.5vw;
  border-radius: 3px;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-visual-area .reserve-steps__item-title {
  font-size: 4.5vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-desc-area {
  display: flex;
  align-items: center;
  line-height: 1.4;
  text-align: left;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__wrapper .reserve-steps__list .reserve-steps__item-content .reserve-steps__item-desc-area .reserve-steps__item-desc {
  font-size: 2.6vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__notes {
  margin-top: 0;
  background-color: #fff;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__notes .reserve-steps__notes-title {
  font-size: 4.2666666667vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__notes .reserve-steps__notes-text {
  font-size: 3.2vw;
}

#news #hokkaido-20250808 .reserve-steps__area .reserve-steps__notes .link-hover {
  text-decoration: underline;
}

#news #hokkaido-20250808 .item-list {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  width: 100%;
  padding: 4vw 4vw 0;
}

#news #hokkaido-20250808 .item-list__item {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
}

#news #hokkaido-20250808 .item-list__item>a {
  padding: 3vw 2vw 2vw;
}

#news #hokkaido-20250808 .item-list__item::before {
  position: absolute;
  right: 3.1835vw;
  bottom: 3.1835vw;
  z-index: 2;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1.3vw 0 1.3vw 1.7vw;
}

#news #hokkaido-20250808 .item-list__item::after {
  position: absolute;
  right: 2.2vw;
  bottom: 2.2vw;
  z-index: 1;
  width: 4.267vw;
  height: 4.267vw;
  content: "";
  border-radius: 50%;
}

#news #hokkaido-20250808 .item-list__item .item-list__name {
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 3.2vw;
  color: #e48d30;
}

#news #hokkaido-20250808 .item-list__image {
  width: 100%;
}

#news #hokkaido-20250808 .item-list__price {
  font-size: 3.2vw;
}

#news #hokkaido-20250808 .item-list:has(> .item-list__item:only-child) {
  grid-template-columns: auto;
  justify-content: center;
}

#news #hokkaido-20250808 .item-list:has(> .item-list__item:only-child)>.item-list__item:only-child {
  width: calc((100% - 2px) / 2);
}

#news .cont {
  padding-bottom: 6vw;
}

#news .cont__ttl {
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#news .cont--01 {
  background-color: #fcf6e6;
}

#news .cont--01 .cont__ttl {
  /* 例外 小さめ font-size */
  font-size: 4.8vw;
  background-color: #e48d30;
}

#news .cont--01 .item-list .item-list__item::after {
  background-color: #e48d30;
}

#news .cont--01 .item-list .item-list__item .item-list__name {
  color: #e48d30;
}

#news .cont--02 {
  background-color: #fff8f2;
}

#news .cont--02 .cont__ttl {
  background-color: #e48d30;
}

#news .cont--02 .item-list .item-list__item::after {
  background-color: #e48d30;
}

#news .cont--02 .item-list .item-list__item .item-list__name {
  color: #e48d30;
}

#news .date-selector__title {
  padding: 3vw 0;
  margin: 0 auto;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a7560e;
}

#news .date-selector {
  margin-bottom: 6vw;
}

#news .week-list {
  width: auto;
  padding-top: 0;
  margin-top: 4vw;
}

#news .week-list:not(:last-child) {
  margin-bottom: 6vw;
}

#news .week-list .week-list-item {
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  padding: 0 4vw;
  margin-bottom: 6vw;
}

#news .day {
  padding: 1.8vw;
  border-top-width: 1vw;
}

#news .day--disabled::before {
  top: -1vw;
  height: calc(100% + 1vw + 1px);
}

#news .day__number {
  margin-bottom: 3.2vw;
}

#news .day__number-front {
  font-size: 5.4vw;
}

#news .day__number-rear {
  margin-bottom: -1.86vw;
  font-size: 6.4vw;
}

#news .day__number-slash {
  margin-top: -1vw;
  margin-left: 2px;
  font-size: 6vw;
}

#news .day__week {
  font-size: 4vw;
}

#news .day__arrow {
  right: 2.1vw;
  bottom: 1.6vw;
  width: 3.2vw;
  height: 3.2vw;
}

#news .day__arrow::before {
  width: 3.2vw;
  height: 3.2vw;
}

#news .day__arrow::after {
  left: 50%;
  margin-left: 0.1vw;
  border-top: 0.8vw solid transparent;
  border-bottom: 0.8vw solid transparent;
  border-left: 1vw solid #fff;
}

#news .delivery-button {
  margin-top: 8vw;
}

#news .delivery-button__link {
  width: 80%;
  height: 20vw;
}

#news .delivery-button__link::after {
  right: calc(1.1rem - 0.333vw);
  bottom: calc(50% - 2.2665vw);
  width: 0;
  height: 0;
  border-width: 2.2665vw 0 2.2665vw 4.2vw;
}

#news .delivery-button__text {
  top: 56%;
  font-size: 4.2666666667vw;
  line-height: 1;
}

#news .delivery-button__sub-text {
  font-size: 4.2666666667vw;
}

#news .site-link-button {
  margin-top: 6vw;
}

#news .site-link-button__link {
  width: 80%;
  height: 20vw;
}

#news .site-link-button__link::after {
  right: calc(1.1rem - 0.333vw);
  bottom: calc(50% - 2.2665vw);
  width: 0;
  height: 0;
  border-width: 2.2665vw 0 2.2665vw 4.2vw;
}

#news .site-link-button__text {
  top: 50%;
  font-size: 4.2666666667vw;
  line-height: 1.2;
}

#news .site-link-button__sub-text {
  font-size: 4.2666666667vw;
}

#news .info {
  box-sizing: border-box;
  width: 100%;
  padding: 7vw 4.6vw;
  margin-top: 6vw;
  background-color: #fcf6e6;
  border-width: 2px;
}

#news .info__title {
  display: inline-block;
  padding-top: 0;
  margin: 0 auto 6vw;
}

#news .info__title img {
  vertical-align: bottom;
}

#news .info .info__body {
  padding: 0;
  text-align: left;
}

#news .info .info__body dl dt {
  margin-bottom: 2vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

#news .info .info__body dl dd li {
  font-size: 3.2vw;
  line-height: 1.38;
}

#news .info .info__body dl dd li:not(:last-child) {
  margin-bottom: 3vw;
}

#news .info .info__body dl dd li .proviso-list li:not(:last-child) {
  margin-bottom: 1.6vw;
}

#news .info .info__body dl dd li a {
  color: #cb4800;
  text-decoration: underline;
}

#news .map {
  width: 100%;
  margin-top: 6vw;
  text-align: center;
}

#news .map__image-wrapper {
  padding-bottom: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../scss/2025/pcsp_2025_fair_template.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AACQ;AAMN;EACE;;AAGF;EACE;EACA;;;AAIJ;EAIE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAMF;EACE;;AAGF;EACE;;AAIA;EACE;EACA;EACA;EACA;;AAQF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAOJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAQF;EACE;EACA;EACA;EACA;EACA;;AAGE;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AASR;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAKM;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAOV;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAUV;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;;AAGF;EACE;EACA;EACA;;AAIA;EACE;EACA;;AAQN;EACE;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;;AAEA;EACE;;AAKE;EACE;;AAGF;EACE;;AASR;EACE;;AAEA;EACE;;AAKE;EACE;;AAGF;EACE;;AASR;EACE;;AAEA;EACE;;AAKE;EACE;;AAGF;EACE;;AASR;EACE;;AAEA;EACE;;AAKE;EACE;;AAGF;EACE;;AASR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGE;EACE;;AAKN;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EAEE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAQN;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAOJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAOJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EAmCE;EACA;;AAlCE;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGE;EACE;;AAKE;EACE;;AAKN;EACE;EACA;;AAcZ;EACE;EACA;;AAGE;EACE;;AAGF;EACE;;AAQN;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;;AAaF;EACE;;AAGF;EACE;;AAIA;EACE;EACA;EACA;;AAOJ;EACE;;AAGF;EACE;;AAOA;EACE;;AAOJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAQF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AASR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGE;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAKM;EACE;EACA;EACA;EACA;EACA;;AAOF;EACE;;AAKN;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;;AAIJ;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAOV;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AASR;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;;AAIF;EACE;EACA;;AAEA;EACE;;AASR;EACE;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAMF;EACE;;AAEA;AACE;EACA;EACA;;AAKE;EACE;;AAGF;EACE;;AASR;EACE;;AAEA;EACE;;AAKE;EACE;;AAGF;EACE;;AASR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAGE;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAQN;EACE;;AAEA;EACE;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;;AAOJ;EACE;;AAEA;EACE;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;;AAQJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EAoCA;;AAjCE;EACE;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;;AAEA;EACE;;AAKE;EACE;;AAKN;EACE;EACA;;AAaZ;EACE;EACA;EACA;;AAEA;EACE%22,%22file%22:%22pcsp_2025_fair_template.css%22%7D */