@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap");
.-blue {
  color: #0081d2 !important;
}

.-pink {
  color: #e62783 !important;
}

.-skyblue {
  color: #3cbee6 !important;
}

.-lightpink {
  color: #ff7da5 !important;
}

.-lightyellow {
  color: #f2bd25 !important;
}

/*
 * Font
 */
.content-block {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-weight: 500;
}

.-meirio {
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#page.-special .content-block > .inner {
  max-width: 950px;
}

#page.-special #eerf {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.accordion-box {
  max-width: 940px;
  width: 100%;
  margin: 60px auto 0;
}

.accordion-box > li > p {
  background-color: #3cbee6;
  padding: 18px;
  border-radius: 50px;
  margin-bottom: 0 !important;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion-box > li > p span {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.accordion-box > li > p:before {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  right: 16px;
  top: 17px;
}

.accordion-box > li > p:after {
  font-family: 'FontAwesome';
  content: "\f0dd";
  display: inline-block;
  color: #3cbee6;
  font-size: 24px;
  -webkit-transform: scale(0.9, 1.4);
          transform: scale(0.9, 1.4);
  position: absolute;
  top: 32px;
  right: 29px;
  -webkit-transition: .3s;
  transition: .3s;
  height: 12px;
  width: 14px;
  line-height: 0;
}

.accordion-box > li > p.open:after {
  -webkit-transform: rotate(180deg) scale(0.9, 1.4);
          transform: rotate(180deg) scale(0.9, 1.4);
  top: 30px;
}

.accordion-box > li > ul {
  background-color: #fff;
  padding: 68px 25px 25px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.accordion-box > li > ul > li:not(:first-of-type) {
  margin-top: 20px;
}

.accordion-box > li > ul > li .qstn {
  font-size: 18px;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}

.accordion-box > li > ul > li .qstn:before {
  content: "Q";
  font-size: 24px;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #e40177;
  margin-right: 14px;
}

.accordion-box > li > ul > li .answer {
  background-color: #e0f8ff;
  padding: 12px 12px 12px 14px;
  border-radius: 8px;
}

.accordion-box > li > ul > li .answer > span {
  display: block;
  font-size: 18px;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 28px;
  text-indent: -30px;
  padding-left: 32px;
}

.accordion-box > li > ul > li .answer > span:before {
  content: "A";
  font-size: 24px;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  color: #0081d2;
  margin-right: 14px;
  vertical-align: top;
}

.accordion-box > li > ul > li.notice {
  margin-top: 40px;
  font-size: 14px;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.accordion-box > li > ul > li.notice > p {
  margin-bottom: 2px !important;
  padding-left: 1rem;
  text-indent: -1.4rem;
}

.accordion-box.-snow > li > p {
  background-color: #ff7da5;
}

.accordion-box.-snow > li > p:after {
  color: #ff7da5;
}

.anchor-link {
  background-color: #d6f5ff;
  margin: 50px auto;
  padding: 46px 20px 32px;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anchor-link > ul {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  margin: auto;
}

.anchor-link > ul > li > a {
  border: 4px solid #5fe1d6;
  border-radius: 100px;
  background-color: #fff;
  color: #26b3bf;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  line-height: 1;
  padding: 22px 10px 30px;
  display: block;
  width: 176px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor-link > ul > li > a:after {
  font-family: 'FontAwesome';
  content: "\f0dd";
  display: inline-block;
  color: #26b3bf;
  position: absolute;
  margin: auto;
  text-align: center;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor-link > ul > li > a:hover {
  background-color: #5fe1d6;
  color: #fff;
}

.anchor-link > ul > li > a:hover:after {
  color: #fff;
}

.area-cmn {
  padding: 20px 20px 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/hwc/design/img/area-bg.png");
  background-position: top 100px center;
  background-repeat: repeat-y;
}

.area-cmn > p {
  text-align: center;
  font-size: 18px;
}

.area-img {
  max-width: 940px;
  width: 100%;
  margin: 36px auto 26px;
}

.area-img .name {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 2px;
}

.area-img .name > span {
  font-size: 18px;
  vertical-align: middle;
}

.area-img .desc {
  font-size: 18px;
}

.area-img .desc > span {
  font-size: 14px;
}

.area-img .rental {
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 8px 16px;
  margin: 16px 0;
}

.area-img.-twocolumn {
  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;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.area-img.-twocolumn > div {
  max-width: 455px;
  width: calc(( 100% - 30px ) / 2);
}

.area-img.-twocolumn > div:nth-of-type(odd) {
  margin-right: 30px;
}

.area-img.-twocolumn > div:not(:nth-of-type(-n+2)) {
  margin-top: 34px;
}

.area-img.-topics {
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area-img.-topics .rental, .area-img.-topics .desc {
  text-align: left;
}

.area-img.-topics .name {
  margin-top: 14px;
  text-align: center;
}

.area-img {
  position: relative;
  z-index: 1;
}

.area-img .slick-prev, .area-img .slick-next {
  z-index: 2;
}

.area-img .slick-prev:before, .area-img .slick-next:before {
  font-size: 30px !important;
  color: #333 !important;
}

.area-img .slick-prev {
  left: 11px;
}

.area-img .slick-next {
  right: 18px;
}

.btn-area > a {
  background-color: #0081d2;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  border-radius: 100px;
  border: 3px solid #0081d2;
  text-align: center;
  width: 100%;
  display: block;
  padding: 16px 20px;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-area > a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  display: inline-block;
  color: #fff;
  margin-right: 25px;
  font-size: 24px;
  -webkit-transform: scale(1.5, 0.9);
          transform: scale(1.5, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-area > a:hover {
  color: #0081d2;
  background-color: #fff;
}

.btn-area > a:hover:before {
  color: #0081d2;
}

.calendar-box > img {
  width: 100%;
}

.content-block {
  background-image: url("/hwc/design/img/bg.jpg");
  background-color: #fff;
  background-repeat: repeat-y;
  background-position: top center;
  padding: 0;
}

.content-block .inner {
  padding: 0 !important;
}

.content-block .inner a {
  text-decoration: none;
}

.content-block .inner > .section-block:last-of-type {
  margin-bottom: 0;
}

.food-area {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 80px;
  margin: auto;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.food-area p {
  font-size: 18px;
  margin: 10px auto 0;
  max-width: 940px;
  width: 100%;
}

.food-area .food-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 940px;
  width: 100%;
  margin: 40px auto 0;
}

.food-area .food-item > .item {
  width: calc((100% - 40px) / 4);
  margin-bottom: 18px;
}

.food-area .food-item > .item:nth-of-type(4n) {
  margin-right: 0;
}

h1.hdg-h1 {
  color: #0081d2;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  width: 520px;
  margin: 40px auto 20px;
  line-height: 1;
}

h1.hdg-h1:after {
  content: "";
  background-color: #0081d2;
  border-radius: 10px;
  display: block;
  height: 4px;
  margin-top: 16px;
}

h1.hdg-h1.-skyblue:after {
  background-color: #3cbee6 !important;
}

h1.hdg-h1.-lightpink:after {
  background-color: #ff7da5 !important;
}

h1.hdg-h1.-lightyellow:after {
  background-color: #f2bd25 !important;
}

h2.hdg-h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin: 40px auto 20px;
  letter-spacing: 3px;
}

h2.hdg-h2.-blue {
  color: #0081d2;
}

h2.hdg-h2.-pink {
  color: #e62783;
}

h2.hdg-h2 > span {
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 1px;
}

h3.hdg-h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
}

h3.hdg-h3.-lv2 {
  font-size: 28px;
  margin-top: 50px;
}

h3.hdg-h3.-lv3 {
  font-size: 28px;
  margin-top: 28px;
}

h3.hdg-h3.-red {
  color: #ff0000;
  font-size: 26px;
}

.img-box {
  margin-top: 70px;
}

.img-box > p {
  font-size: 18px;
  margin-top: 6px;
}

.item-btn {
  margin: 0 22px;
}

.item-btn > a {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  border-radius: 100px;
  border: 3px solid #0081d2;
  text-align: center;
  width: 100%;
  display: block;
  padding: 16px 20px;
  margin: 10px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-btn > a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  display: inline-block;
  color: #fff;
  margin-right: 25px;
  font-size: 24px;
  -webkit-transform: scale(1.5, 0.9);
          transform: scale(1.5, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-btn.-blue > a {
  background-color: #0081d2;
  border: 3px solid #0081d2;
}

.item-btn.-blue > a:hover {
  color: #0081d2;
  background-color: #fff;
}

.item-btn.-blue > a:hover:before {
  color: #0081d2;
}

.map-topics {
  margin-top: 0px;
  padding-bottom: 0;
}

.modal-box {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-box > img {
  margin-right: 44px;
}

.modal-box .text-area {
  width: 100%;
}

.modal-box .text-area .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.modal-box .text-area .item > p {
  color: #0081d2;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}

.modal-box .text-area .item > p .small {
  font-size: 1.4rem;
  vertical-align: middle;
}

.modal-box .text-area .item .price {
  background-color: #0081d2;
  color: #fff;
  padding: 4px 16px;
}

.modal-box .text-area .shop {
  font-weight: 400;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-top: 40px;
}

.movie-block {
  padding: 40px 10px 20px;
  text-align: center;
}

.movie-block__movie {
  max-width: 940px;
  margin: auto;
  padding: 0 0;
}

.movie-block__movie-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.movie-block__movie-wrap iframe,
.movie-block__movie-wrap object,
.movie-block__movie-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-block__movie-caption {
  color: #FFF;
  line-height: 1.6;
  font-size: 14px;
  margin-top: 10px;
}

.notice-area {
  margin-top: 16px;
}

.notice-area > ul li {
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
}

.-sp {
  display: none;
}

.purchase-button > a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  border-radius: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-top: 30px;
}

.purchase-button > a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  display: inline-block;
  color: #333;
  margin-right: 25px;
  font-size: 24px;
  -webkit-transform: scale(1.5, 0.9);
          transform: scale(1.5, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.purchase-button > a:hover {
  background-color: #fff !important;
}

.purchase-button:first-of-type {
  margin-top: 40px;
}

.purchase-button.-yellow > a {
  background-color: #fef102;
  border: 3px solid #fef102;
}

.purchase-button.-green > a {
  background-color: #cfe4ab;
  border: 3px solid #cfe4ab;
}

.purchase-button.-ligntyellow > a {
  background-color: #ffcf41;
  border: 3px solid #ffcf41;
}

.purchase-button.-darkyellow > a {
  background-color: #ecd38b;
  border: 3px solid #ecd38b;
}

.relaxing-space-box {
  background: #fff;
  padding: 40px 40px 44px;
}

.relaxing-space-box > h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #e62783;
  text-align: center;
}

.relaxing-space-box > h3 > p {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  margin-bottom: 0;
  font-size: 2.4rem !important;
}

.relaxing-space-box > h3 > p:before, .relaxing-space-box > h3 > p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #e62783;
}

.relaxing-space-box > h3 > p:before {
  left: 0;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

.relaxing-space-box > h3 > p:after {
  right: 0;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

.relaxing-space-box .item {
  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;
  max-width: 637px;
  width: 100%;
  margin: 0 auto 50px;
}

.relaxing-space-box .item:last-of-type {
  margin-bottom: 0;
}

.relaxing-space-box .item .icon {
  margin-right: 30px;
}

.relaxing-space-box .item .text {
  width: 637px;
}

.relaxing-space-box .item .text > h4 {
  font-size: 22px;
  border-bottom: 2px solid #0081d2;
  padding-bottom: 6px;
  margin-bottom: 20px;
  margin-top: 0;
}

.relaxing-space-box .item .text > h4 > span {
  color: #e62783;
  margin-right: 20px;
  font-weight: 900;
}

.relaxing-space-box .item .text > h4 > span > span {
  font-size: 14px;
  margin-right: 4px;
  font-weight: 700;
}

.relaxing-space-box .item .text > p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.relaxing-space .date {
  font-size: 18px;
}

.relaxing-space .date span {
  font-weight: bold;
  margin-right: 0.5rem;
}

.relaxing-space .date span.-blue {
  color: #0081d2;
}

.relaxing-space .date span.-pink {
  color: #e93363;
}

.relaxing-space .date span.-small {
  font-weight: normal;
  font-size: 1.5rem;
  display: inline-block;
}

.relaxing-space .date.fw-b {
  font-weight: bold;
  color: #f2bd25;
}

.relaxing-space {
  margin-top: 40px;
  background-color: #fffbe7;
}

.select-box > ul {
  margin-top: 70px;
  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;
}

.select-box > ul li {
  border-radius: 20px;
  border: 5px solid;
  padding: 15px 22px 28px;
  max-width: 455px;
  width: 100%;
  text-align: center;
}

.select-box > ul li > a {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  border: 3px solid;
  border-radius: 100px;
  text-align: center;
  padding: 16px 10px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.select-box > ul li > a:before {
  font-family: 'FontAwesome';
  content: "\f0dd";
  display: inline-block;
  color: #fff;
  font-size: 24px;
  top: -8px;
  position: relative;
  margin-right: 10px;
  -webkit-transform: scale(0.9, 1.4);
          transform: scale(0.9, 1.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-box > ul li > a:hover {
  background-color: #fff !important;
}

.select-box > ul li.skate {
  margin-right: 36px;
  background-color: #e0f8ff;
  border-color: #95e6ff;
}

.select-box > ul li.skate > a {
  background-color: #3cbee6;
  border-color: #3cbee6;
}

.select-box > ul li.skate > a:hover {
  color: #3cbee6;
}

.select-box > ul li.skate > a:hover:before {
  color: #3cbee6;
}

.select-box > ul li.snow {
  background-color: #ffebf1;
  border-color: #ffb2c9;
}

.select-box > ul li.snow > a {
  background-color: #ff7da5;
  border-color: #ff7da5;
}

.select-box > ul li.snow > a:hover {
  color: #ff7da5;
}

.select-box > ul li.snow > a:hover:before {
  color: #ff7da5;
}

.select-box > p {
  font-size: 18px;
  text-align: center;
  margin-top: 26px;
}

.skate-area {
  background-color: #e0f8ff;
}

.snow-area {
  margin-top: 0;
  background-color: #ffebf1;
}

.snow-modal {
  padding: 25px 25px 0 25px;
}

.snow-modal .snow-modal-box {
  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;
}

.snow-modal .snow-modal-box > img {
  margin-right: 35px;
}

.snow-modal .snow-modal-box .text-area {
  width: 100%;
}

.snow-modal .snow-modal-box .text-area .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.snow-modal .snow-modal-box .text-area .item > p {
  color: #0081d2;
  font-size: 18px;
  line-height: 1;
}

.snow-modal .snow-modal-box .text-area .item .price {
  background-color: #0081d2;
  color: #fff;
  padding: 4px 16px;
}

.snow-modal .snow-modal-box .text-area .item .price .small {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 5px;
}

.snow-modal .snow-modal-box .text-area .list > .list-title {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
}

.snow-modal .snow-modal-box .text-area .list > .list-text {
  margin: 0 0 2px;
}

.snow-modal .snow-modal-box .text-area .list > .list-text > span {
  font-size: 1.4rem;
}

.snow-modal .snow-modal-box .text-area .list > ul > li {
  position: relative;
  padding-left: 1em;
  margin: 0 0 2px;
}

.snow-modal .snow-modal-box .text-area .list > ul > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.snow-modal .note {
  margin-top: 30px;
  padding-left: 47px;
}

.snow-modal .note > p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}

.snow-modal .note > ul {
  padding-left: 3px;
}

.snow-modal .note > ul > li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 2px;
  font-size: 14px;
}

.snow-modal .note > ul > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.ticket-area {
  border: 4px solid #0081d2;
  border-radius: 20px;
  padding: 30px;
}

.ticket-area > p {
  color: #0081d2;
  text-align: center;
  font-size: 24px !important;
  margin-bottom: 26px !important;
}

.ticket-area > p.strong {
  color: #333;
  font-size: 28px !important;
  font-weight: 800;
}

.ticket-area > p:last-of-type {
  margin-bottom: 0 !important;
}

.ticket-area .line {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.ticket-area .line:after {
  content: "";
  background-color: #0081d2;
  border-radius: 10px;
  display: block;
  height: 2px;
  margin: 30px auto;
}

.to-top {
  margin: 20px auto 0;
  max-width: 940px;
  width: 100%;
}

.to-top > div {
  text-align: right;
}

.to-top > div > a {
  border: solid 1px #1173ba;
  border-radius: 10px;
  color: #1173ba;
  font-weight: bold;
  font-family: -apple-system, "BlinkMacSystemFont", "Lucida Grande", "Helvetica Neue", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 10px 20px;
  font-size: 1.8rem;
  display: inline-block;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #page.-special .content-block > .inner {
    padding: 0 0 30px;
  }
  #page.-special #eerf {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .accordion-box {
    max-width: none;
    margin: 30px auto 16px;
  }
  .accordion-box > li > p {
    padding: 14px 55px 14px 20px;
    letter-spacing: 0;
  }
  .accordion-box > li > p span {
    font-size: 17px;
  }
  .accordion-box > li > p:before {
    width: 31px;
    height: 31px;
    right: 12px;
    top: 12px;
  }
  .accordion-box > li > p:after {
    font-size: 21px;
    top: 24px;
    right: 21px;
    height: 9px;
  }
  .accordion-box > li > p.open:after {
    top: 22px;
  }
  .accordion-box > li > ul {
    padding: 46px 16px 24px;
    margin-top: -30px;
  }
  .accordion-box > li > ul > li:not(:first-of-type) {
    margin-top: 16px;
  }
  .accordion-box > li > ul > li .qstn {
    font-size: 15px;
    margin-bottom: 12px;
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    line-height: 1.4;
  }
  .accordion-box > li > ul > li .qstn:before {
    font-size: 19px;
    margin-right: 10px;
  }
  .accordion-box > li > ul > li .answer {
    padding: 8px 10px;
  }
  .accordion-box > li > ul > li .answer > span {
    font-size: 15px;
    text-indent: -17px;
    padding-left: 22px;
  }
  .accordion-box > li > ul > li .answer > span:before {
    font-size: 19px;
    margin-right: 10px;
  }
  .accordion-box > li > ul > li.notice > p {
    font-size: 12px;
  }
  .anchor-link {
    width: auto;
    left: auto;
    margin: 20px auto;
    padding: 20px 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .anchor-link > ul {
    width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anchor-link > ul > li {
    width: calc((100% - 8px) / 2);
    margin-right: 4px;
    margin-bottom: 16px;
  }
  .anchor-link > ul > li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .anchor-link > ul > li > a {
    font-size: 14px;
    padding: 20px 1px 25px;
    border-radius: 50px;
    max-width: none;
    width: auto;
    margin: auto;
  }
  .area-cmn {
    padding: 1px 20px 22px;
  }
  .area-cmn > p {
    font-size: 14px;
    margin-top: 24px;
  }
  .area-img {
    max-width: none;
    margin: 26px auto;
  }
  .area-img .name {
    font-size: 22px;
    margin-top: 8px;
  }
  .area-img .name > span {
    display: block;
    font-size: 16px;
  }
  .area-img .desc {
    font-size: 14px;
    line-height: 1.4;
  }
  .area-img .desc > span {
    font-size: 12px;
  }
  .area-img .rental {
    font-size: 15px;
    padding: 6px 16px;
    margin: 10px 0;
  }
  .area-img.-twocolumn {
    display: block;
    margin-bottom: 0;
  }
  .area-img.-twocolumn > div {
    max-width: none;
    width: 100%;
    margin-top: 20px;
  }
  .area-img.-twocolumn > div:first-of-type {
    margin-top: 0;
  }
  .area-img.-twocolumn > div:nth-of-type(odd) {
    margin-right: 0;
  }
  .area-img.-twocolumn > div:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
  .area-img.-topics > div img {
    max-width: 210px !important;
  }
  .btn-area > a {
    font-size: 18px;
    margin: 16px 20px 0;
    padding: 14px 10px 14px 13px;
    letter-spacing: 0;
    width: auto;
  }
  .btn-area > a:before {
    font-size: 18px;
    margin-right: 10px;
    letter-spacing: 0;
  }
  .calendar-box > img {
    max-width: 100%;
  }
  .food-area {
    width: auto;
  }
  .food-area .food-item > .item {
    width: calc((100% - 20px) / 2);
    text-align: center;
    margin-bottom: 10px;
  }
  .food-area .food-item > .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .food-area .food-item > .item a {
    display: block;
    margin-bottom: 14px;
  }
  h1.hdg-h1 {
    font-size: 32px;
    width: auto;
    margin: 25px 20px 0;
  }
  .skate-area h1.hdg-h1, .snow-area h1.hdg-h1, .relaxing-space h1.hdg-h1 {
    margin-right: 0;
    margin-left: 0;
  }
  h2.hdg-h2 {
    font-size: 18px;
    margin: 16px 20px 0;
    letter-spacing: 0;
  }
  h2.hdg-h2 > span {
    display: block;
  }
  h3.hdg-h3 {
    font-size: 14px;
    margin: 18px 20px 0;
    text-align: left;
  }
  h3.hdg-h3.-lv2 {
    font-size: 20px;
    margin-top: 26px;
    letter-spacing: -0.3px;
    text-align: center;
  }
  h3.hdg-h3.-lv3 {
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0 0;
    text-align: center;
  }
  h3.hdg-h3.-red {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  .img-box {
    margin: 50px 20px 0;
  }
  .img-box > p {
    font-size: 14px;
  }
  .item-btn {
    margin: 0;
  }
  .item-btn > a {
    font-size: 18px;
    margin: 16px 20px 0;
    padding: 14px 10px 14px 13px;
    letter-spacing: 0;
    width: auto;
  }
  .item-btn > a:before {
    font-size: 18px;
    margin-right: 10px;
    letter-spacing: 0;
  }
  .map-topics {
    margin: 0 0 0;
  }
  .modal-box {
    display: block;
    text-align: center;
    padding: 25px 20px;
  }
  .modal-box > img {
    margin: 0 auto 20px;
  }
  .modal-box .text-area .shop {
    margin-top: 30px;
  }
  .movie-block {
    padding: 0 10px 10px;
  }
  .movie-block__movie {
    padding: 0;
  }
  .movie-block__movie-caption {
    font-size: 13px;
    margin-top: 5px;
  }
  .notice-area {
    margin: 16px 20px 0;
  }
  .notice-area > ul li {
    font-size: 12px;
    text-indent: -1rem;
    padding-left: 1rem;
  }
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
  .purchase-button > a {
    font-size: 18px;
    margin: 30px 20px 20px;
    padding: 10px;
  }
  .purchase-button > a:before {
    font-size: 20px;
    margin-right: 10px;
  }
  .purchase-button.-green > a {
    margin-top: 20px;
  }
  .relaxing-space-box {
    padding: 40px 20px;
  }
  .relaxing-space-box > h3 > p {
    padding: 0 22px;
    font-size: 1.8rem !important;
  }
  .relaxing-space-box > h3 > p:before, .relaxing-space-box > h3 > p:after {
    width: 66px;
  }
  .relaxing-space-box > h3 > p:before {
    left: -26px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .relaxing-space-box > h3 > p:after {
    right: -26px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .relaxing-space-box .item {
    display: block;
    max-width: none;
    margin: 0 auto 40px;
  }
  .relaxing-space-box .item .icon {
    margin-right: 0;
    text-align: center;
  }
  .relaxing-space-box .item .text {
    width: 100%;
  }
  .relaxing-space-box .item .text > h4 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .relaxing-space-box .item .text > h4 > span {
    display: block;
    line-height: 1.5;
  }
  .relaxing-space .date {
    font-size: 14px;
    line-height: 1.4;
  }
  .relaxing-space .date span.-small {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .relaxing-space .date.fw-b {
    margin-bottom: 3px;
  }
  .relaxing-space .-note {
    font-size: 14px;
    line-height: 1.4;
  }
  .relaxing-space {
    margin: 26px 0 0;
  }
  .select-box > ul {
    margin: 40px 20px 0;
  }
  .select-box > ul li {
    max-width: none;
    padding: 10px 8px 12px;
  }
  .select-box > ul li > a {
    font-size: 14px;
    padding: 6px 8px 6px 30px;
    text-align: left;
    line-height: 1.4;
  }
  .select-box > ul li > a:before {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0;
    height: 11px;
  }
  .select-box > ul li.skate {
    margin-right: 10px;
  }
  .select-box > p {
    font-size: 14px;
    margin: 16px 20px 0;
    text-align: left;
  }
  .snow-modal {
    padding: 25px 20px;
  }
  .snow-modal .snow-modal-box {
    display: block;
    text-align: center;
  }
  .snow-modal .snow-modal-box > img {
    margin: 0 auto 30px;
    width: 100%;
  }
  .snow-modal .snow-modal-box .text-area {
    text-align: left;
  }
  .snow-modal .snow-modal-box .text-area .item {
    margin-bottom: 20px;
  }
  .snow-modal .snow-modal-box .text-area .item > p {
    font-size: 16px;
  }
  .snow-modal .snow-modal-box .text-area .list > .list-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .snow-modal .snow-modal-box .text-area .list > .list-text {
    font-size: 14px;
    margin: 0;
  }
  .snow-modal .snow-modal-box .text-area .list > .list-text > span {
    font-size: 13px;
  }
  .snow-modal .snow-modal-box .text-area .list > ul > li {
    font-size: 14px;
    margin: 0;
  }
  .snow-modal .note {
    margin-top: 24px;
    font-size: 14px;
    padding-left: 0;
  }
  .snow-modal .note > ul > li {
    margin: 0;
    padding-left: 17px;
  }
  .ticket-area {
    padding: 16px 9px;
    margin: 10px 20px;
  }
  .ticket-area > p {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
  .ticket-area > p.strong {
    font-size: 16px !important;
    letter-spacing: -0.2px;
  }
  .ticket-area .line:after {
    margin: 16px auto;
  }
  .to-top {
    max-width: none;
  }
  .to-top > div {
    text-align: center;
  }
  .to-top > div > a {
    margin: auto;
    font-size: 1.6rem;
    border-radius: 6px;
  }
  .top-park-status.-hwc {
    margin: 0 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
