@charset "UTF-8";
#maincontents {
  /*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Remove arrow in IE10 & IE11
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
#maincontents *,
#maincontents ::before,
#maincontents ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#maincontents main {
  display: block;
}
#maincontents p,
#maincontents table,
#maincontents blockquote,
#maincontents address,
#maincontents pre,
#maincontents iframe,
#maincontents form,
#maincontents figure,
#maincontents dl {
  margin: 0;
}
#maincontents h1,
#maincontents h2,
#maincontents h3,
#maincontents h4,
#maincontents h5,
#maincontents h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
#maincontents ul,
#maincontents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#maincontents dt {
  font-weight: bold;
}
#maincontents dd {
  margin-left: 0;
}
#maincontents pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#maincontents address {
  font-style: inherit;
}
#maincontents a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#maincontents abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#maincontents b,
#maincontents strong {
  font-weight: bolder;
}
#maincontents code,
#maincontents kbd,
#maincontents samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#maincontents small {
  font-size: 80%;
}
#maincontents sub,
#maincontents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#maincontents sub {
  bottom: -0.25em;
}
#maincontents sup {
  top: -0.5em;
}
#maincontents img,
#maincontents embed,
#maincontents object,
#maincontents iframe {
  vertical-align: bottom;
}
#maincontents button,
#maincontents input,
#maincontents optgroup,
#maincontents select,
#maincontents textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
#maincontents [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
#maincontents [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
#maincontents button,
#maincontents input {
  /* 1 */
  overflow: visible;
}
#maincontents button,
#maincontents select {
  /* 1 */
  text-transform: none;
}
#maincontents button,
#maincontents [type=button],
#maincontents [type=reset],
#maincontents [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#maincontents button[disabled],
#maincontents [type=button][disabled],
#maincontents [type=reset][disabled],
#maincontents [type=submit][disabled] {
  cursor: default;
}
#maincontents button::-moz-focus-inner,
#maincontents [type=button]::-moz-focus-inner,
#maincontents [type=reset]::-moz-focus-inner,
#maincontents [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#maincontents button:-moz-focusring,
#maincontents [type=button]:-moz-focusring,
#maincontents [type=reset]:-moz-focusring,
#maincontents [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#maincontents select::-ms-expand {
  display: none;
}
#maincontents option {
  padding: 0;
}
#maincontents fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
#maincontents legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#maincontents progress {
  vertical-align: baseline;
}
#maincontents textarea {
  overflow: auto;
}
#maincontents [type=number]::-webkit-inner-spin-button,
#maincontents [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#maincontents [type=search] {
  outline-offset: -2px; /* 1 */
}
#maincontents [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#maincontents ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#maincontents label[for] {
  cursor: pointer;
}
#maincontents details {
  display: block;
}
#maincontents summary {
  display: list-item;
}
#maincontents [contenteditable] {
  outline: none;
}
#maincontents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#maincontents caption {
  text-align: left;
}
#maincontents td,
#maincontents th {
  vertical-align: top;
  padding: 0;
}
#maincontents th {
  text-align: left;
  font-weight: bold;
}
#maincontents template {
  display: none;
}
#maincontents [hidden] {
  display: none;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
#maincontents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #523f36;
  margin: 0;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 1166px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

#maincontents {
  /* 十勝エリア
  ---------------------------------------------------------------------- */
  /* 帯広エリア
  ---------------------------------------------------------------------- */
  /* 富良野エリア
  ---------------------------------------------------------------------- */
  /* 旭川エリア
  ---------------------------------------------------------------------- */
  /* 上川・層雲峡エリア
  ---------------------------------------------------------------------- */
}
#maincontents .mv {
  width: 100%;
}
#maincontents .mv__image {
  width: 100%;
  height: auto;
}
#maincontents .mv__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#maincontents .about .inner {
  background: url(../images/hokkaido-garden/about_bg.png) no-repeat center/contain;
  padding-top: 157px;
  padding-bottom: 65px;
}
#maincontents .about__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #707070;
          text-decoration-color: #707070;
  text-underline-offset: 20px;
  padding-bottom: 20px;
  margin: 0 auto 62px;
  position: relative;
}
#maincontents .about__title:before {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/about_deco.svg) no-repeat center/contain;
  width: 38.5px;
  height: 90px;
  position: absolute;
  top: -30px;
  left: 0;
  -webkit-transform: translateX(calc(-100% - 10px));
          transform: translateX(calc(-100% - 10px));
}
#maincontents .about__title:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/about_deco.svg) no-repeat center/contain;
  width: 38.5px;
  height: 90px;
  position: absolute;
  top: -30px;
  right: 0;
  -webkit-transform: translateX(calc(100% + 10px)) scale(-1, 1);
          transform: translateX(calc(100% + 10px)) scale(-1, 1);
}
#maincontents .about__text {
  width: 682px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.22;
  letter-spacing: normal;
  margin-bottom: 42px;
}
#maincontents .about__text--large {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
#maincontents .map {
  margin-bottom: 84px;
}
#maincontents .map .inner {
  position: relative;
}
#maincontents .map__bg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#maincontents .map__list {
  position: absolute;
  top: 67px;
  right: 0;
}
#maincontents .map__list img {
  width: 322px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
}
#maincontents .gallery {
  margin-bottom: 138px;
}
#maincontents .gallery__swiper {
  width: 100%;
}
#maincontents .gallery__swiper .swiper {
  width: 100%;
}
#maincontents .gallery__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#maincontents .gallery__swiper .swiper-slide {
  width: auto;
  aspect-ratio: 329/220;
}
#maincontents .gallery__image {
  width: 100%;
  aspect-ratio: 329/220;
}
#maincontents .gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#maincontents .areasearch__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin: 0 auto 112px;
  position: relative;
}
#maincontents .areasearch__title:before {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/section-title_deco.svg) no-repeat center/contain;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#maincontents .areasearch__title:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/section-title_deco.svg) no-repeat center/contain;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: translateX(100%) scale(-1, 1);
          transform: translateX(100%) scale(-1, 1);
}
#maincontents .areasearch__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: -1px;
}
#maincontents .areasearch__tab li {
  width: 524px;
  height: 90px;
}
#maincontents .areasearch__tab li span {
  background: #62C5EF;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}
#maincontents .areasearch__tab li span:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 12px;
}
#maincontents .areasearch__tab li a {
  background: #A7A7A7;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}
#maincontents .areasearch__tab li a:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 12px;
}
#maincontents .garden {
  margin-bottom: 138px;
}
#maincontents .garden__wrapper {
  padding-bottom: 140px;
}
#maincontents .garden-tokachi .garden__wrapper {
  background: url(../images/hokkaido-garden/garden_bg.png) no-repeat top/cover;
}
#maincontents .garden-furano .garden__wrapper {
  background: url(../images/hokkaido-garden/garden_bg_02.png) no-repeat top/cover;
}
#maincontents .garden__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 70px 78px;
  padding-top: 73px;
  padding-bottom: 95px;
}
#maincontents .garden__block {
  background: #fff;
  width: 524px;
  border-radius: 20px;
  padding: 29px 43px 34px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}
#maincontents .garden__block__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.03em;
  border-left: 7px solid #88D4F3;
  padding-left: 19px;
  margin-bottom: 14px;
}
#maincontents .garden__block__swiper {
  width: 100%;
  height: 284px;
  margin-bottom: 21px;
}
#maincontents .garden__block__image {
  width: 100%;
  height: 100%;
}
#maincontents .garden__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#maincontents .garden__block__text {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 21px;
  border-bottom: 1px solid #707070;
  margin-bottom: 17px;
}
#maincontents .garden__block__detail {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: normal;
}
#maincontents .garden__block__detail dt {
  font-size: 16px;
  font-weight: bold;
}
#maincontents .garden__block__button__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#maincontents .garden__block__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#maincontents .garden__block__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #2AABE0;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}
#maincontents .garden__block__button a:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
}
#maincontents .garden__block__button:first-child a:before {
  background: url(../images/hokkaido-garden/map_icon.svg) no-repeat center/contain;
}
#maincontents .garden__block__button:last-child a:before {
  background: url(../images/hokkaido-garden/site_icon.svg) no-repeat center/contain;
}
#maincontents .garden__block__swiper .swiper,
#maincontents .garden__block__swiper .swiper-wrapper,
#maincontents .garden__block__swiper .swiper-slide {
  height: 100%;
}
#maincontents .garden__block__swiper .swiper-button-prev,
#maincontents .garden__block__swiper .swiper-button-next {
  height: 34px;
  width: 34px;
}
#maincontents .garden__block__swiper .swiper-button-prev::after,
#maincontents .garden__block__swiper .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 34px;
  width: 34px;
  margin: auto;
}
#maincontents .garden__block__swiper .swiper-button-prev::after {
  background-image: url(../images/hokkaido-garden/swiper-arrow.svg);
}
#maincontents .garden__block__swiper .swiper-button-next::after {
  background-image: url(../images/hokkaido-garden/swiper-arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#maincontents .planinfo {
  background: #FFE384;
  width: 100%;
  border-radius: 28px;
  padding: 48px 85px 31px 34px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
}
#maincontents .planinfo__title {
  width: 268px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  background: url(../images/hokkaido-garden/planinfo_bg.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(4px 4px 0 rgba(61, 61, 61, 0.5));
          filter: drop-shadow(4px 4px 0 rgba(61, 61, 61, 0.5));
}
#maincontents .planinfo__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#maincontents .planinfo__image img {
  width: 324px;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 21px;
}
#maincontents .planinfo__detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 33px;
}
#maincontents .planinfo__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 30px;
}
#maincontents .planinfo__button__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#maincontents .planinfo__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 203px;
}
#maincontents .planinfo__button a {
  background: #FFA700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 53px;
  border-radius: 28px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}
#maincontents .planinfo__button a:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#maincontents .hotel {
  padding-bottom: 93px;
  position: relative;
}
#maincontents .hotel.hotel_01:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel_bg_01.png) no-repeat top/cover;
  width: 100%;
  height: 741px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#maincontents .hotel.hotel_02:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel_bg_02.png) no-repeat top/cover;
  width: 100%;
  height: 382px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#maincontents .hotel__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin: 0 auto 116px;
  position: relative;
}
#maincontents .hotel__title:before {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/section-title_deco.svg) no-repeat center/contain;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#maincontents .hotel__title:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/section-title_deco.svg) no-repeat center/contain;
  width: 95px;
  height: 95px;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: translateX(100%) scale(-1, 1);
          transform: translateX(100%) scale(-1, 1);
}
#maincontents .hotel__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 119px;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  margin: 0 calc(50% - 50vw) 77px;
  padding: 0 calc(50vw - 50%);
}
#maincontents .hotel__subtitle span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#maincontents .hotel-movie {
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 60px;
}
#maincontents .hotel-movie__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.028em;
  text-align: center;
  margin-bottom: 28px;
}
#maincontents .hotel-tokachi .hotel-movie__title span {
  color: #FFA5A5;
  font-size: 26px;
}
#maincontents .hotel-kamikawa .hotel-movie__title span {
  color: #A0CE6A;
  font-size: 26px;
}
#maincontents .hotel-movie iframe {
  aspect-ratio: 16 / 9;
}
#maincontents .hotel-movie__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  margin-top: 28px;
}
#maincontents .hotel-tokachi .hotel-movie {
  border-color: #FFA5A5;
}
#maincontents .hotel-kamikawa .hotel-movie {
  border-color: #A0CE6A;
}

#maincontents .hotel__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 78px;
  position: relative;
}
#maincontents .hotel__block {
  border-width: 1px;
  border-style: solid;
  background: #fff;
  width: 524px;
  border-radius: 20px;
  padding: 35px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
}
#maincontents .hotel__block__title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.028em;
  text-align: center;
  margin-bottom: 28px;
}
#maincontents .hotel__block__image {
  width: 100%;
  aspect-ratio: 454/291;
  margin-bottom: 28px;
}
#maincontents .hotel__block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#maincontents .hotel__block__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: normal;
  margin-bottom: 28px;
}
#maincontents .hotel__block__button__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#maincontents .hotel__block__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 146px;
}
#maincontents .hotel__block__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 41px;
  border-radius: 21px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}
#maincontents .hotel__block__button a:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
#maincontents .hokkaido-garden__button {
  width: 452px;
  height: 81px;
  margin: 0 auto;
}
#maincontents .hokkaido-garden__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #467635;
  border-radius: 80px;
  color: #467635;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: normal;
  position: relative;
}
#maincontents .hokkaido-garden__button a:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/arrow_02.svg) no-repeat center/contain;
  width: 21px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#maincontents .hotel-tokachi {
  margin-bottom: 130px;
}
#maincontents .hotel-tokachi .hotel__subtitle {
  background: #FFA5A5;
}
#maincontents .hotel-tokachi .hotel__subtitle span:before {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_01.png) no-repeat center/contain;
  width: 207px;
  aspect-ratio: 207/134;
  position: absolute;
  top: 0;
  left: 9px;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
#maincontents .hotel-tokachi .hotel__subtitle span:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_02.png) no-repeat center/contain;
  width: 259px;
  aspect-ratio: 259/148;
  position: absolute;
  top: -64px;
  right: 55px;
}
#maincontents .hotel-tokachi .hotel__block {
  border-color: #FFA5A5;
}
#maincontents .hotel-tokachi .hotel__block__button a {
  background: #FFA5A5;
}
#maincontents .hotel-tokachi .hotel__container:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-container_deco_01.png) no-repeat center/contain;
  width: 549px;
  aspect-ratio: 549/530;
  position: absolute;
  bottom: 15px;
  right: 0;
}
#maincontents .hotel-obihiro {
  margin-bottom: 110px;
}
#maincontents .hotel-obihiro .hotel__subtitle {
  background: #FFAD3E;
}
#maincontents .hotel-obihiro .hotel__subtitle span:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_03.png) no-repeat center/contain;
  width: 254px;
  aspect-ratio: 254/146;
  position: absolute;
  top: -71px;
  right: 90px;
}
#maincontents .hotel-obihiro .hotel__block {
  border-color: #FFAD3E;
}
#maincontents .hotel-obihiro .hotel__block__button a {
  background: #FFAD3E;
}
#maincontents .hotel-obihiro .hotel__container:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-container_deco_02.png) no-repeat center/contain;
  width: 487px;
  aspect-ratio: 487/439;
  position: absolute;
  bottom: 133px;
  right: 45px;
}
#maincontents .hotel-furano {
  margin-bottom: 98px;
}
#maincontents .hotel-furano .hotel__subtitle {
  background: #B6BFED;
}
#maincontents .hotel-kamikawa .hotel__subtitle span:before {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_04.png) no-repeat center/contain;
  width: 174px;
  aspect-ratio: 174/164;
  position: absolute;
  top: 0;
  left: 108px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#maincontents .hotel-kamikawa .hotel__subtitle span:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_01.png) no-repeat center/contain;
  width: 207px;
  aspect-ratio: 207/134;
  position: absolute;
  top: 0;
  right: 26px;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
#maincontents .hotel-furano .hotel__block {
  border-color: #B6BFED;
}
#maincontents .hotel-furano .hotel__block__button a {
  background: #B6BFED;
}
#maincontents .hotel-asahikawa {
  margin-bottom: 117px;
}
#maincontents .hotel-asahikawa .hotel__subtitle {
  background: #7FC7D1;
}
#maincontents .hotel-furano .hotel__subtitle span:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_05.png) no-repeat center/contain;
  width: 194px;
  aspect-ratio: 194/172;
  position: absolute;
  top: -67px;
  right: 149px;
}
#maincontents .hotel-asahikawa .hotel__block {
  border-color: #7FC7D1;
}
#maincontents .hotel-asahikawa .hotel__block__button a {
  background: #7FC7D1;
}
#maincontents .hotel-asahikawa .hotel__container:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-container_deco_01.png) no-repeat center/contain;
  width: 549px;
  aspect-ratio: 549/530;
  position: absolute;
  bottom: 15px;
  right: 0;
}
#maincontents .hotel-kamikawa {
  margin-bottom: 119px;
}
#maincontents .hotel-kamikawa .hotel__subtitle {
  background: #A0CE6A;
}
#maincontents .hotel-asahikawa .hotel__subtitle span:before {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_06.png) no-repeat center/contain;
  width: 93px;
  aspect-ratio: 93/121;
  position: absolute;
  top: -35px;
  left: 191px;
}
#maincontents .hotel-asahikawa .hotel__subtitle span:after {
  content: "";
  display: block;
  background: url(../images/hokkaido-garden/hotel-subtitle_deco_07.png) no-repeat center/contain;
  width: 100px;
  aspect-ratio: 100/125;
  position: absolute;
  top: -48px;
  right: 193px;
}
#maincontents .hotel-kamikawa .hotel__block {
  border-color: #A0CE6A;
}
#maincontents .hotel-kamikawa .hotel__block__button a {
  background: #A0CE6A;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
  .inner {
    padding-left: min(5.3333333333vw, 28px);
    padding-right: min(5.3333333333vw, 28px);
  }
  #maincontents .about .inner {
    background: url(../images/hokkaido-garden/about_bg_sp.png) no-repeat top/contain;
    padding-top: min(26.6666666667vw, 140px);
    padding-bottom: min(17.3333333333vw, 91px);
  }
  #maincontents .about__title {
    font-size: min(5.8666666667vw, 30.8px);
    text-underline-offset: min(4vw, 21px);
    text-decoration-thickness: min(0.2666666667vw, 1.4px);
    padding-bottom: min(5.3333333333vw, 28px);
    margin-bottom: min(10.6666666667vw, 56px);
  }
  #maincontents .about__title:before {
    width: min(5.3333333333vw, 28px);
    height: min(12.5333333333vw, 65.8px);
    top: max(-2.6666666667vw, -14px);
    -webkit-transform: translateX(calc(-100% - min(1.3333333333vw, 7px)));
            transform: translateX(calc(-100% - min(1.3333333333vw, 7px)));
  }
  #maincontents .about__title:after {
    width: min(5.3333333333vw, 28px);
    height: min(12.5333333333vw, 65.8px);
    top: max(-2.6666666667vw, -14px);
    -webkit-transform: translateX(calc(100% + min(1.3333333333vw, 7px))) scale(-1, 1);
            transform: translateX(calc(100% + min(1.3333333333vw, 7px))) scale(-1, 1);
  }
  #maincontents .about__text {
    width: 100%;
    font-size: min(4.2666666667vw, 22.4px);
    margin-bottom: min(8vw, 42px);
  }
  #maincontents .about__text--large {
    font-size: min(6.4vw, 33.6px);
  }
  #maincontents .map {
    margin-bottom: min(26.6666666667vw, 140px);
  }
  #maincontents .map__bg {
    width: 90%;
    margin: 0 calc(50% - 50vw);
  }
  #maincontents .map__list {
    top: min(10.6666666667vw, 56px);
    right: min(5.3333333333vw, 28px);
  }
  #maincontents .map__list img {
    width: min(48vw, 252px);
    -webkit-filter: drop-shadow(0 0 min(5.3333333333vw, 28px) rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 min(5.3333333333vw, 28px) rgba(0, 0, 0, 0.16));
  }
  #maincontents .gallery {
    margin-bottom: min(26.6666666667vw, 140px);
  }
  #maincontents .areasearch__title {
    font-size: min(7.4666666667vw, 39.2px);
    padding-bottom: min(5.3333333333vw, 28px);
    margin-bottom: min(13.3333333333vw, 70px);
  }
  #maincontents .areasearch__title:before {
    width: min(16vw, 84px);
    height: min(16vw, 84px);
    top: max(-2.6666666667vw, -14px);
  }
  #maincontents .areasearch__title:after {
    width: min(16vw, 84px);
    height: min(16vw, 84px);
    top: max(-2.6666666667vw, -14px);
  }
  #maincontents .areasearch__tab {
    gap: min(5.3333333333vw, 28px);
    margin-bottom: max(-0.2666666667vw, -1.4px);
  }
  #maincontents .areasearch__tab li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: min(16vw, 84px);
  }
  #maincontents .areasearch__tab li span {
    border-radius: min(2.6666666667vw, 14px) min(2.6666666667vw, 14px) 0 0;
    gap: min(4vw, 21px);
    font-size: min(4.2666666667vw, 22.4px);
  }
  #maincontents .areasearch__tab li span:after {
    width: min(4vw, 21px);
    height: min(2.4vw, 12.6px);
  }
  #maincontents .areasearch__tab li a {
    border-radius: min(2.6666666667vw, 14px) min(2.6666666667vw, 14px) 0 0;
    gap: min(4vw, 21px);
    font-size: min(4.2666666667vw, 22.4px);
  }
  #maincontents .areasearch__tab li a:after {
    width: min(4vw, 21px);
    height: min(2.4vw, 12.6px);
  }
  #maincontents .garden {
    margin-bottom: min(26.6666666667vw, 140px);
  }
  #maincontents .garden__wrapper {
    padding-bottom: min(21.3333333333vw, 112px);
  }
  #maincontents .garden__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: min(16vw, 84px);
    padding-bottom: min(16vw, 84px);
    padding-bottom: min(24vw, 126px);
  }
  #maincontents .garden__block {
    width: 100%;
    border-radius: min(5.3333333333vw, 28px);
    padding: min(8vw, 42px);
    -webkit-box-shadow: 0 min(1.0666666667vw, 5.6px) min(1.6vw, 8.4px) rgba(0, 0, 0, 0.12);
            box-shadow: 0 min(1.0666666667vw, 5.6px) min(1.6vw, 8.4px) rgba(0, 0, 0, 0.12);
  }
  #maincontents .garden__block__title {
    font-size: min(5.3333333333vw, 28px);
    border-left-width: min(1.8666666667vw, 9.8px);
    padding-left: min(4vw, 21px);
    margin-bottom: min(3.7333333333vw, 19.6px);
  }
  #maincontents .garden__block__swiper {
    height: min(53.3333333333vw, 280px);
    margin-bottom: min(5.3333333333vw, 28px);
  }
  #maincontents .garden__block__text {
    font-size: min(4vw, 21px);
    padding-bottom: min(5.3333333333vw, 28px);
    border-bottom-width: min(0.2666666667vw, 1.4px);
    margin-bottom: min(5.3333333333vw, 28px);
  }
  #maincontents .garden__block__detail {
    margin-bottom: min(5.3333333333vw, 28px);
    font-size: min(3.7333333333vw, 19.6px);
  }
  #maincontents .garden__block__detail dt {
    font-size: min(4vw, 21px);
  }
  #maincontents .garden__block__button__wrap {
    gap: min(2.6666666667vw, 14px);
  }
  #maincontents .garden__block__button a {
    gap: min(2.1333333333vw, 11.2px);
    height: min(10.6666666667vw, 56px);
    border-radius: min(5.3333333333vw, 28px);
    font-size: min(3.7333333333vw, 19.6px);
  }
  #maincontents .garden__block__button a:before {
    width: min(4vw, 21px);
    height: min(4vw, 21px);
  }
  #maincontents .garden__block__swiper .swiper-button-prev,
  #maincontents .garden__block__swiper .swiper-button-next {
    height: min(8vw, 42px);
    width: min(8vw, 42px);
  }
  #maincontents .garden__block__swiper .swiper-button-prev::after,
  #maincontents .garden__block__swiper .swiper-button-next::after {
    height: min(8vw, 42px);
    width: min(8vw, 42px);
  }
  #maincontents .planinfo {
    border-radius: min(5.3333333333vw, 28px);
    padding: min(13.3333333333vw, 70px) min(8vw, 42px) min(8vw, 42px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(8vw, 42px);
  }
  #maincontents .planinfo__title {
    width: min(53.3333333333vw, 280px);
    height: min(11.7333333333vw, 61.6px);
    font-size: min(6.4vw, 33.6px);
    -webkit-filter: drop-shadow(min(1.0666666667vw, 5.6px) min(1.0666666667vw, 5.6px) 0 rgba(61, 61, 61, 0.5));
            filter: drop-shadow(min(1.0666666667vw, 5.6px) min(1.0666666667vw, 5.6px) 0 rgba(61, 61, 61, 0.5));
  }
  #maincontents .planinfo__image img {
    width: 100%;
    height: min(53.3333333333vw, 280px);
    border-radius: min(5.3333333333vw, 28px);
  }
  #maincontents .planinfo__detail {
    padding-top: 0;
  }
  #maincontents .planinfo__text {
    font-size: min(4vw, 21px);
    margin-bottom: min(5.3333333333vw, 28px);
  }
  #maincontents .planinfo__button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.6666666667vw, 14px);
  }
  #maincontents .planinfo__button {
    max-width: unset;
    width: 100%;
  }
  #maincontents .planinfo__button a {
    height: min(13.3333333333vw, 70px);
    border-radius: min(13.3333333333vw, 70px);
    font-size: min(4.8vw, 25.2px);
  }
  #maincontents .planinfo__button a:after {
    width: min(4vw, 21px);
    height: min(2.4vw, 12.6px);
    right: min(7.4666666667vw, 39.2px);
  }
  #maincontents .hotel {
    padding-bottom: min(24vw, 126px);
  }
  #maincontents .hotel.hotel_01:after {
    height: min(101.3333333333vw, 532px);
  }
  #maincontents .hotel.hotel_02:after {
    height: min(101.3333333333vw, 532px);
  }
  #maincontents .hotel__title {
    font-size: min(7.4666666667vw, 39.2px);
    padding-bottom: min(5.3333333333vw, 28px);
    margin-bottom: min(26.6666666667vw, 140px);
  }
  #maincontents .hotel__title:before {
    width: min(16vw, 84px);
    height: min(16vw, 84px);
    top: max(-2.6666666667vw, -14px);
  }
  #maincontents .hotel__title:after {
    width: min(16vw, 84px);
    height: min(16vw, 84px);
    top: max(-2.6666666667vw, -14px);
  }
  #maincontents .hotel__subtitle {
    height: min(21.3333333333vw, 112px);
    font-size: min(5.8666666667vw, 30.8px);
    letter-spacing: 0.05em;
    margin-bottom: min(10.6666666667vw, 56px);
  }
  #maincontents .hotel__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: min(16vw, 84px);
  }
  #maincontents .hotel__block {
    border-width: min(0.2666666667vw, 1.4px);
    width: 100%;
    border-radius: min(5.3333333333vw, 28px);
    padding: min(8vw, 42px);
    -webkit-box-shadow: 0 min(1.0666666667vw, 5.6px) min(1.6vw, 8.4px) rgba(0, 0, 0, 0.12);
            box-shadow: 0 min(1.0666666667vw, 5.6px) min(1.6vw, 8.4px) rgba(0, 0, 0, 0.12);
  }
  #maincontents .hotel__block__title {
    font-size: min(5.3333333333vw, 28px);
    line-height: min(5.8666666667vw, 30.8px);
    margin-bottom: min(3.7333333333vw, 19.6px);
  }
  #maincontents .hotel__block__image {
    aspect-ratio: 4/3;
    margin-bottom: min(5.3333333333vw, 28px);
  }
  #maincontents .hotel__block__text {
    font-size: min(4vw, 21px);
    margin-bottom: min(5.3333333333vw, 28px);
  }
  #maincontents .hotel__block__button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(2.6666666667vw, 14px);
  }
  #maincontents .hotel__block__button {
    max-width: unset;
    width: 100%;
  }
  #maincontents .hotel__block__button a {
    height: min(10.6666666667vw, 56px);
    border-radius: min(13.3333333333vw, 70px);
    font-size: min(4.2666666667vw, 22.4px);
  }
  #maincontents .hotel__block__button a:after {
    width: min(3.2vw, 16.8px);
    height: min(2.1333333333vw, 11.2px);
    right: min(4.2666666667vw, 22.4px);
  }
  #maincontents .hokkaido-garden__button {
    width: min(80vw, 420px);
    height: min(16vw, 84px);
  }
  #maincontents .hokkaido-garden__button a {
    border-width: min(0.5333333333vw, 2.8px);
    border-radius: min(16vw, 84px);
    font-size: min(4.2666666667vw, 22.4px);
  }
  #maincontents .hokkaido-garden__button a:after {
    width: min(5.6vw, 29.4px);
    height: min(3.7333333333vw, 19.6px);
    right: min(4vw, 21px);
  }
  #maincontents .hotel-tokachi {
    margin-bottom: min(26.6666666667vw, 140px);
  }
  #maincontents .hotel-tokachi .hotel__subtitle span:before {
    width: min(26.6666666667vw, 140px);
    left: 0;
  }
  #maincontents .hotel-tokachi .hotel__subtitle span:after {
    width: min(32vw, 168px);
    top: max(-13.3333333333vw, -70px);
    right: 0;
  }
  #maincontents .hotel-tokachi .hotel__container:after {
    position: static;
    width: min(80vw, 420px);
  }
  #maincontents .hotel-obihiro {
    margin-bottom: min(24vw, 126px);
  }
  #maincontents .hotel-obihiro .hotel__subtitle span:after {
    width: min(32vw, 168px);
    top: 0;
    right: 0;
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
  #maincontents .hotel-obihiro .hotel__container:after {
    width: min(80vw, 420px);
    position: static;
  }
  #maincontents .hotel-furano {
    margin-bottom: min(32vw, 168px);
  }
  #maincontents .hotel-kamikawa .hotel__subtitle span:before {
    width: min(26.6666666667vw, 140px);
    top: max(-21.3333333333vw, -112px);
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  #maincontents .hotel-kamikawa .hotel__subtitle span:after {
    width: min(26.6666666667vw, 140px);
    right: 0;
  }
  #maincontents .hotel-asahikawa {
    margin-bottom: min(24vw, 126px);
  }
  #maincontents .hotel-furano .hotel__subtitle span:after {
    width: min(32vw, 168px);
    top: max(-21.3333333333vw, -112px);
    right: 0;
  }
  #maincontents .hotel-asahikawa .hotel__container:after {
    position: static;
    width: min(80vw, 420px);
  }
  #maincontents .hotel-kamikawa {
    margin-bottom: min(24vw, 126px);
  }
  #maincontents .hotel-asahikawa .hotel__subtitle span:before {
    width: min(16vw, 84px);
    top: max(-16vw, -84px);
    left: 0;
  }
  #maincontents .hotel-asahikawa .hotel__subtitle span:after {
    width: min(16vw, 84px);
    top: max(-16vw, -84px);
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .is-sp {
    display: none !important;
  }
  #maincontents .garden__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #maincontents .garden__block__button__wrap {
    margin-top: auto;
  }
  #maincontents .hotel__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #maincontents .hotel__block__button__wrap {
    margin-top: auto;
  }
}