<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**********************************************
  Variables
***********************************************/
/**********************************************
  Mix In
***********************************************/
/**********************************************
  店舗名ブロック
***********************************************/
.shopname {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  height: 200px;
  padding-top: 68px;
  margin-bottom: 95px;
  min-width: 960px;
  text-align: center;
  /* 店舗名__メイン */
  /* 店舗名__小文字 */
}
@media (max-width: 767px) {
  .shopname {
    height: 108px;
    padding-top: 15px;
    margin-bottom: 35px;
    min-width: 100%;
  }
}
.shopname .shopname__main {
  display: block;
  font-size: 43px;
  letter-spacing: 3px;
  line-height: 63px;
}
@media (max-width: 767px) {
  .shopname .shopname__main {
    font-size: 22px;
    line-height: 30px;
  }
}
.shopname .shopname_small {
  display: block;
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .shopname .shopname_small {
    font-size: 8px;
    letter-spacing: 2px;
    line-height: 20px;
  }
}

/* 店舗名背景 */
.shopname__background_east {
  background-image: url(../img/east/ea_header.jpg);
}

.shopname__background_tomakomai {
  background-image: url(../img/tomakomai/to_header.jpg);
}

.shopname__background_ainosato {
  background-image: url(../img/aionosato/ai_header.jpg);
}

.shopname__background_chitose {
  background-image: url(../img/chitose/ch_header.jpg);
}

.shopname__background_obihiro {
  background-image: url(../img/obihiro/ob_header.jpg);
}

/**********************************************
  店舗情報ブロック
***********************************************/
.shop-info {
  margin: 0 auto 70px;
  position: relative;
  width: 960px;
  /* 店舗情報__見出し */
  /* 店舗情報__テーブル */
  /* 店舗情報__特色 */
  /* 店舗情報__画像 */
}
@media (max-width: 767px) {
  .shop-info {
    margin-bottom: 35px;
    width: 90%;
  }
}
.shop-info .shop-info__head {
  color: #0a50a1;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .shop-info .shop-info__head {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.shop-info .shop-info__table {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .shop-info .shop-info__table {
    margin-bottom: 20px;
  }
}
.shop-info .shop-info__table .shop-info__table__head {
  color: #707070;
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .shop-info .shop-info__table .shop-info__table__head {
    padding: 0;
    width: 75px;
  }
}
.shop-info .shop-info__table .shop-info__table__data {
  color: #323232;
}
@media (max-width: 767px) {
  .shop-info .shop-info__feature {
    margin: 0 0 25px 0;
  }
}
.shop-info .shop-info__feature img {
  width: 100px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .shop-info .shop-info__feature img {
    margin-right: 0;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .shop-info .shop-info__feature .shop-info__feature_center {
    margin: 0 3%;
  }
}
@media (max-width: 767px) {
  .shop-info .shop-info__feature {
    text-align: center;
  }
}
.shop-info .shop-info_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
}
@media (max-width: 767px) {
  .shop-info .shop-info_image {
    position: static;
    width: 100%;
  }
}

/**********************************************
  価格ブロック
***********************************************/
.price {
  margin: 0 auto 100px;
  width: 960px;
}
@media (max-width: 767px) {
  .price {
    margin-bottom: 50px;
    width: 90%;
  }
}
.price .price__table {
  background-color: #eaeaea;
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .price .price__table {
    margin-bottom: 15px;
    width: 100%;
  }
}
.price .price__table th {
  border: solid 3px #fff;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 34%;
}
@media (max-width: 767px) {
  .price .price__table th {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 3px;
  }
}
.price .price__table td {
  border: solid 3px #fff;
  color: #c8161e;
  font-size: 25px;
  font-weight: bold;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}
@media (max-width: 767px) {
  .price .price__table td {
    font-size: 23px;
    line-height: 27px;
    padding: 13px 3px;
  }
}
.price .price__table .price__caption {
  border: solid 3px #fff;
  border-bottom: none;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .price .price__table .price__caption {
    font-size: 15px;
  }
}
.price .price__table .price__caption_day {
  background-color: #ffb8ba;
}
.price .price__table .price__caption_night {
  background-color: #c4dcf0;
}
.price .price__table .price__thead tr {
  height: 37px;
}
.price .price__table .price__thead th {
  font-size: 17px;
}
@media (max-width: 767px) {
  .price .price__table .price__thead th {
    font-size: 15px;
  }
}
.price .price__table .price__tbody th {
  font-weight: normal;
  line-height: 21px;
}
.price .price__table .price__tbody .price__span_yen {
  font-size: 21px;
}
@media (max-width: 767px) {
  .price .price__table .price__tbody .price__span_yen {
    font-size: 16px;
  }
}
.price .price__table .price__tbody .price__span_blank {
  font-size: 25px;
  color: #323232;
}
@media (max-width: 767px) {
  .price .price__table .price__tbody .price__span_blank {
    font-size: 23px;
  }
}
.price .price__table .price__tbody .parice__small {
  font-size: 16px;
  line-height: 24px;
}
.price .price__table .price__tbody .parice__small_def {
  display: block;
  font-size: 11px;
  line-height: 17px;
}
.price .price__table .price__tbody .parice__small_time {
  color: #323232;
  display: block;
  font-size: 11px;
  line-height: 17px;
}
.price .price__table .price__tbody .price__span_cap {
  display: block;
  font-size: 11px;
  line-height: 17px;
  color: #323232;
}
@media (min-width: 768px) {
  .price .price__table .price__tbody .price__row_h38 {
    height: 38px;
  }
  .price .price__table .price__tbody .price__row_h76 {
    height: 76px;
  }
  .price .price__table .price__tbody .price__row_h82 {
    height: 82px;
  }
  .price .price__table .price__tbody .price__row_h89 {
    height: 89px;
  }
}
@media (min-width: 768px) {
  .price .price__table_left {
    float: left;
  }
}
@media (min-width: 768px) {
  .price .price__table_right {
    float: right;
  }
}
.price .price__notice {
  clear: both;
}
@media (min-width: 768px) {
  .price .price__notice {
    padding-top: 15px;
  }
}
.price .price__notice .price__notice__list {
  position: relative;
}
.price .price__notice .price__notice__list_kome {
  padding-left: 1.2em;
  position: relative;
}
.price .price__notice .price__notice__list_kome:before {
  content: "※";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}
.price__head {
  color: #0a50a1;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .price__head {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.price .price__tab {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.price .price__tab::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ffb8ba;
  display: block;
  order: -1;
}
.price .price__tab_switch {
  display: none;
}
.price .price__tab_switch:checked + .price__tab_label {
  background: #ffb8ba;
}
.price .price__tab_switch:checked + .price__tab_label + .price__tab_content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
}
.price .price__tab_label {
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  margin: 1px;
  flex: 1;
}
.price .price__tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
}
.price .price__tab_content img {
  max-width: 100%;
  height: auto;
}

/**********************************************
  店舗ポイントブロック
***********************************************/
.features {
  /* 各ページ背景 h2 */
  /* 各ページ画像 */
}
.features .features__head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 550px;
  min-width: 960px;
  padding-left: calc((100% - 960px) / 2);
  width: 100%;
}
@media (max-width: 767px) {
  .features .features__head {
    padding: 0;
    height: auto;
    min-width: 100%;
  }
  .features .features__head img {
    width: 100%;
  }
}
.features .features__content {
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 70px 0;
  width: 960px;
}
@media (max-width: 767px) {
  .features .features__content {
    margin-bottom: 50px;
    padding: 30px 5% 0px;
    width: 100%;
  }
}
.features .features__content_w-img {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 450px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 0 70px 510px;
  width: 960px;
}
@media (max-width: 767px) {
  .features .features__content_w-img {
    background-position: bottom center;
    background-size: 70%;
    padding: 30px 5% calc(27% + 50px);
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .features .features__head_east01 {
    background-image: url(../img/east/ea_point1_back.jpg);
  }
  .features .features__head_east02 {
    background-image: url(../img/east/ea_point2_back.jpg);
  }
  .features .features__head_tomakomai01 {
    background-image: url(../img/tomakomai/to_point1_back.jpg);
  }
  .features .features__head_tomakomai02 {
    background-image: url(../img/tomakomai/to_point2_back.jpg);
  }
  .features .features__head_ainosato01 {
    background-image: url(../img/aionosato/ai_point1_back.jpg);
  }
  .features .features__head_ainosato02 {
    background-image: url(../img/aionosato/ai_point2_back.jpg);
  }
  .features .features__head_chitose01 {
    background-image: url(../img/chitose/ch_point1_back.jpg);
  }
  .features .features__head_chitose02 {
    background-image: url(../img/chitose/ch_point2_back.jpg);
  }
  .features .features__head_obihiro01 {
    background-image: url(../img/obihiro/ob_point1_back2.jpg);
  }
  .features .features__head_obihiro02 {
    background-image: url(../img/obihiro/ob_point2_back.jpg);
  }
}
.features .features__content_east {
  background-image: url(../img/east/ea-ph2.jpg);
}
.features .features__content_tomakomai {
  background-image: url(../img/tomakomai/to_ph2.jpg);
}
.features .features__content_ainosato {
  background-image: url(../img/aionosato/ai_ph2.jpg);
}
.features .features__content_chitose01 {
  background-image: url(../img/chitose/ch_ph2.jpg);
}
.features .features__content_chitose02 {
  background-image: url(../img/chitose/ch_ph3.jpg);
}
.features .features__content_obihiro {
  background-image: url(../img/obihiro/ob_ph2.jpg);
}

/**********************************************
  メッセージブロック
***********************************************/
.message {
  background-color: #eaeaea;
  min-width: 960px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .message {
    min-width: initial;
    padding: 25px 5%;
  }
}
.message .message__text {
  background-image: url(../img/common/co%20_message.png);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-size: 90px 32px;
  box-sizing: border-box;
  padding-left: 110px;
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 767px) {
  .message .message__text {
    background-position: left top;
    padding: 45px 0 0;
    width: 100%;
  }
}

/**********************************************
  マップブロック
***********************************************/
.map {
  padding: 100px 0 130px;
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 767px) {
  .map {
    padding: 50px 0;
    width: 90%;
  }
}
.map .map__head {
  color: #0a50a1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .map .map__head {
    margin-bottom: 15px;
  }
}
.map .map_address {
  font-style: normal;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .map .map_address {
    margin-top: 5px;
  }
}
.map iframe {
  height: 360px;
}
@media (max-width: 767px) {
  .map iframe {
    height: 200px;
  }
}

/**********************************************
  追加　スライダー
***********************************************/
.slider {
  width: 90%;
}
@media (min-width: 768px) {
  .slider {
    margin: 0 auto 133px;
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .slider {
    margin: 0 auto 50px;
  }
}
.slider__content {
  position: relative;
}
.slider__head {
  color: #0a50a1;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .slider__head {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
  }
}
.slider__item {
  display: block;
}
.slider__img {
  display: block;
  width: 100%;
}
.slider__btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 40%;
  width: 60px;
  z-index: 9;
}
@media (max-width: 767px) {
  .slider__btn {
    display: none;
  }
}
.slider__btn_l {
  background-image: url(../img/common/slider_l.png);
  left: 0;
}
.slider__btn_r {
  background-image: url(../img/common/slider_r.png);
  right: 0;
}
.slider .swiper-pagination {
  position: static;
}
@media (min-width: 768px) {
  .slider .swiper-pagination {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .slider .swiper-pagination {
    margin-top: 15px;
  }
}
.slider .swiper-pagination-bullet {
  background: #ddd;
  border: solid 2px #ddd;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  background-color: #0a50a1;
}
@media (min-width: 768px) {
  .slider .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}</pre></body></html>