@charset "UTF-8";
*,
::before,
::after {
  position: relative;
  z-index: auto;
  box-sizing: border-box;
  min-height: 0;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 100%;
  /* 15spx */
  font-size: 4vmin;
  /* 画面最小幅320px時に16px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
}
@media (min-width: 720px) {
  html {
    font-size: 2vw;
    /* 画面幅719px時:14.4px 〜 1000px時:16px */
    font-size: calc(16px - (1000px - 100vw) / 280 * 1.6);
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 1.5vw;
  }
}
@media (min-width: 1250px) {
  html {
    /* 画面幅1250px以上で18px */
    font-size: 112.5%;
  }
}
@media print {
  html {
    font-size: 9pt;
  }
}

body {
  min-height: 100%;
  background-color: #F5F3ED;
  fill: #000;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  font-family: Arial, Helvetica, Roboto, "Droid Sans", sans-serif;
}

.sans-serif {
  font-family: Arial, Helvetica, Roboto, "Droid Sans", sans-serif;
}

.serif {
  font-family: "Times New Roman", serif;
}

html[lang=ja] body,
html[lang=ja] .sans-serif {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese";
}
html[lang=ja] .serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
}
html[lang=ja] body[data-browser=IE] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

a {
  transition: all 0.2s 0s;
}
a::before, a::after {
  transition: all 0.2s 0s;
}
a[href^=http] {
  -ms-word-break: break-all;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 719px) {
  h2 {
    font-size: 1.5em;
  }
}

em,
address {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

hr {
  clear: both;
  border-style: solid;
  margin: 1.5rem 0;
}

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

svg {
  max-width: 100%;
  vertical-align: bottom;
  height: 1em;
}

img:not([width]) {
  width: 100%;
}
img:not([height]) {
  height: auto;
}

input.switch {
  display: none;
}

figure figcaption {
  display: block;
  margin-top: 0.5em;
  line-height: 1.25;
  font-size: 0.625em;
  text-align: left;
}

p + p {
  margin-top: 1em;
}

.icn {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.logo {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}

.ib {
  display: inline-block;
}

.kn_bc {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.btn:hover {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0, -1px);
}
.btn:active {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0, 1px);
}

/* INNER */
.inner {
  clear: both;
  margin: auto;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}

.-is_sp_inner,
.-tb_inner,
.-pc_inner,
.inner .inner,
.-is_sp_inner .inner,
.-tb_inner .inner,
.-pc_inner .inner {
  margin: auto;
}

.-is_sp,
.-is_tb,
.-is_pc {
  display: none;
}

@media only screen and (max-width: 719px) {
  .inner,
.-is_sp_inner {
    width: 90%;
  }
  .-is_sp {
    display: inherit;
  }
  .-no_sp {
    display: none;
  }
}
@media print, (min-width: 720px) and (max-width: 1249px) {
  .inner,
.-tb_inner {
    width: 90%;
  }
  .-is_tb {
    display: inherit;
  }
  .-no_tb {
    display: none;
  }
}
@media print, (min-width: 1250px) {
  .inner,
.-pc_inner {
    width: 90%;
    max-width: 1200px;
  }
  .-is_pc {
    display: inherit;
  }
  .-no_pc {
    display: none;
  }
}
.footnote {
  padding-left: 1em;
  font-size: 0.75em;
}
.footnote::before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

[data-inview=true] {
  opacity: 1;
  transition: all 0.5s 0.2s;
}
[data-inview=true]::before, [data-inview=true]::after {
  opacity: 1;
  transition: all 0.5s 0.2s;
}

[data-inview=false] {
  opacity: 0;
}
[data-inview=false]::before, [data-inview=false]::after {
  opacity: 0;
}

body .mfp-content .mfp-figure:after {
  background-color: #FFF;
}
body .mfp-image-holder .mfp-content {
  max-width: 90%;
}

@media print, (min-width: 1250px) {
  body .mfp-image-holder .mfp-content {
    max-width: 1200px;
  }
}
/* to_top */
a.to_top {
  display: block;
  position: fixed;
  bottom: -6em;
  right: 0;
  margin: 1rem;
  width: 3em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  fill: #FFF;
  text-align: center;
  text-decoration: none;
  z-index: 2999;
  overflow: hidden;
}
a.to_top::before {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  margin: -0.3em auto auto;
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  transform: rotate(-45deg);
}
a.to_top.-active {
  bottom: 0;
}
a.to_top .btn_txt {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 0.6em;
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
  line-height: 1.25;
}
@media only print {
  a.to_top {
    display: none;
  }
}

#main {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
}

#header {
  text-align: center;
}
#header .head_visual {
  /*
  padding-top: 20%;
  padding-bottom: 20%;
  color: #FFF;
  fill: #FFF;
  line-height: 1;
  //background: url(../images/mv.png) no-repeat center center #fff;
  background-size: cover;
  position: relative;

  .main_title {
  	margin: auto;
  	padding: 0.5em 0;
  	width: 60%;
  	z-index: 10;

  	img {
  		margin-right: -2rem;
  		margin-bottom: -2rem;
  	}

  	svg {
  		vertical-align: middle;
  	}
  }

  .fin_msg {
  	position: absolute;
  	padding: 3%;
  	bottom: 0;
  	background: rgba(255, 255, 255, 0.9);
  	width: 100%;

  	p {
  		color: #000;
  		font-size: 1.4em;
  		font-weight: bold;
  		line-height: 1.5;
  		letter-spacing: 0.1em;
  		text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  	}
  }*/
}
#footer {
  margin: auto 0 0;
  padding: 1em;
  background-color: #543C34;
  color: #FFF;
  fill: #FFF;
  text-align: center;
}

#content {
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.sect_block > .inner {
  padding: 3rem 0;
}
.sect_block .sect_head,
.sect_block .sect_foot {
  text-align: center;
}
.sect_block .sect_head {
  margin-bottom: 1.5rem;
  padding: 2.4rem 0;
  background-image: url(../images/brown_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sect_block .sect_foot {
  margin-top: 1.5rem;
}
.sect_block .sect_title {
  padding-bottom: 0.5rem;
  border-bottom: solid 2px;
  font-size: 1.5em;
}

.badge {
  position: absolute;
  top: -6rem;
  right: 0;
  display: inline-block;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background-color: #AE8F5E;
  font-size: 1.3em;
}
.badge span {
  color: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 8em;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 719px) {
  .badge {
    top: -3rem;
    font-size: 1em;
  }
}

#camp_about .sect_head h2 {
  line-height: 2;
}
#camp_about .sect_head h2 span {
  border-bottom: #fff solid 1px;
  padding-bottom: 0.2em;
}
#camp_about .inner {
  background-image: url(../images/hokkaido_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 5rem;
}
#camp_about .badge {
  top: -11rem;
}
#camp_about dl {
  background-color: rgba(255, 255, 255, 0.6);
  background-image: linear-gradient(135deg, #664C3D 8%, transparent 0);
  border: #302D2C solid 1px;
  max-width: 800px;
  margin: 0 auto 1.5em;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.2em;
}
#camp_about dl dt {
  border-top: #836c64 2px solid;
  border-bottom: #836c64 2px solid;
  padding: 1em;
  width: 12em;
  text-align: center;
  margin: 0 auto 2rem;
}
#camp_about dl dd {
  line-height: 2;
}
#camp_about dl:last-child small {
  color: #AE8F5E;
}
@media only screen and (max-width: 719px) {
  #camp_about {
    background-image: url(../images/hokkaido_bg.png);
    background-repeat: no-repeat;
    background-position: 30% 52%;
    background-size: 190%;
  }
  #camp_about .inner {
    background-image: none;
  }
  #camp_about .badge {
    top: -9rem;
  }
  #camp_about dl {
    font-size: 1.3rem;
  }
}

#camp_flow {
  background-color: #E0D4C0;
}
#camp_flow .inner {
  padding-bottom: 5rem;
}
#camp_flow .step_list {
  display: flex;
  justify-content: center;
  gap: 12%;
}
#camp_flow .step_list > li {
  width: 30%;
}
#camp_flow .step_list > li .step_text {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  vertical-align: text-bottom;
  letter-spacing: 0.05em;
  position: relative;
  left: -30%;
  top: 4%;
}
#camp_flow .step_list > li .step_text strong {
  font-size: 2em;
  font-weight: normal;
  vertical-align: top;
}
#camp_flow .step_list > li p.serif {
  position: relative;
  background-color: #fff;
  border: #AE8F5E 1px solid;
  text-align: center;
  padding: 0.5em;
  margin: 1.5em auto;
  font-size: 1.2em;
}
#camp_flow .step_list > li p.serif img {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 35%;
}
#camp_flow .step_list > li > ul li {
  margin-bottom: 0.5em;
}
#camp_flow .step_list > li > ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: #AE8F5E;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: -0.1em;
}
#camp_flow .step_list > li > ul mark {
  color: #fff;
  background-color: #543C34;
  padding: 0.2em;
  margin: 0.1em;
}
#camp_flow .step_list > li:first-child {
  position: relative;
}
#camp_flow .step_list > li:first-child::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 0 2.5em 2em;
  border-color: transparent transparent transparent #AE8F5E;
  top: 36%;
  right: -26%;
}
@media only screen and (max-width: 719px) {
  #camp_flow .inner {
    padding-bottom: 0;
  }
  #camp_flow .step_list {
    display: block;
  }
  #camp_flow .step_list > li {
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
  }
  #camp_flow .step_list > li .step_text {
    left: 0;
    top: 0;
  }
  #camp_flow .step_list > li p.serif img {
    top: -0.5em;
  }
  #camp_flow .step_list > li:first-child::after {
    top: auto;
    bottom: 30px;
    right: 50%;
    border-width: 2em 2.5em 0 2.5em;
    border-color: #AE8F5E transparent transparent transparent;
    transform: translate(50%, 0);
  }
}

#camp_step {
  color: #543C34;
}
#camp_step .step_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}
#camp_step .step_list li {
  width: 25%;
}
#camp_step .step_list li img {
  margin-bottom: 1em;
}
#camp_step .arrow_line {
  position: relative;
  display: block;
  max-width: 1000px;
  width: 90%;
  border-bottom: #AE8F5E solid 2px;
  margin: auto;
}
#camp_step .arrow_line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3em 1.5em 0 1.5em;
  border-color: #AE8F5E transparent transparent transparent;
  left: 50%;
  transform: translate(-50%, 0);
}
#camp_step .for_winners {
  position: relative;
  margin-bottom: 10rem;
}
#camp_step .for_winners .band {
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: #E0D4C0;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
}
#camp_step .for_winners .inner {
  position: relative;
  display: flex;
}
#camp_step .for_winners .inner dl {
  padding: 4rem 2rem 5rem;
  border: #543C34 1px solid;
  width: 50%;
  background-color: #F5F3ED;
}
#camp_step .for_winners .inner dl dt {
  font-size: 1.2em;
  border-top: #836c64 2px solid;
  border-bottom: #836c64 2px solid;
  padding: 1em;
  width: 12em;
  text-align: center;
  margin: 0 auto 3rem;
}
#camp_step .for_winners .inner dl:last-child {
  margin-left: -1px;
}
#camp_step .for_winners .inner > img {
  position: absolute;
  right: 1.5rem;
  bottom: -5rem;
  max-width: 290px;
  width: 25vw;
}
@media only screen and (max-width: 719px) {
  #camp_step .step_list {
    display: block;
  }
  #camp_step .step_list li {
    width: 80%;
    margin: 3em auto;
  }
  #camp_step .for_winners .inner {
    display: block;
  }
  #camp_step .for_winners .inner dl {
    width: 100%;
    padding: 3.5rem 2rem;
  }
  #camp_step .for_winners .inner dl:last-of-type {
    margin-left: 0;
    margin-top: -1px;
  }
  #camp_step .for_winners .inner > img {
    right: 0;
    bottom: -3.5rem;
    width: 50%;
  }
}

#hotel.sect_block {
  text-align: center;
}
#hotel.sect_block .sect_head,
#hotel.sect_block .sect_foot {
  background-color: #AE8F5E;
  color: #FFF;
}
#hotel.sect_block .sect_head {
  padding: 0.5rem 0;
  margin-bottom: 0;
  background-image: none;
}
#hotel.sect_block .sect_foot {
  margin-top: 0;
}
#hotel.sect_block .sect_body,
#hotel.sect_block .sect_foot {
  max-height: 0;
  overflow: hidden;
}
#hotel.sect_block .sect_body {
  transition: all 0.4s;
}
#hotel.sect_block .sect_title {
  padding-top: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese";
  font-weight: bold;
}
#hotel.sect_block .list_btn {
  display: block;
  padding: 1em 0 2em;
  font-size: 0.75em;
}
#hotel.sect_block .list_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0.25em auto;
  width: 0.75em;
  height: 0.75em;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#hotel.sect_block .list_btn::after {
  content: "開く";
}

#list_switch:checked + #hotel.sect_block .sect_body,
#list_switch:checked + #hotel.sect_block .sect_foot {
  max-height: none;
}
#list_switch:checked + #hotel.sect_block .list_btn {
  padding: 2em 0 1em;
}
#list_switch:checked + #hotel.sect_block .list_btn::before {
  top: auto;
  bottom: 50%;
  transform: rotate(225deg);
}
#list_switch:checked + #hotel.sect_block .list_btn::after {
  content: "閉じる";
}

#hotel.sect_block .hotel_map {
  padding: 1.5rem 0;
}
#hotel.sect_block .hotel_map .-is_tb.-is_pc {
  font-size: 1.375em;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list {
  list-style: none;
  margin-top: 1.5rem;
  text-align: left;
  background-color: #543C34;
  color: #FFF;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list [role=tab]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.25em 0;
  border-right-color: transparent;
  border-left-color: transparent;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list [role=tab][aria-expanded=true]::after {
  transform: rotate(180deg);
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list > li {
  padding: 0.5em;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list > li:not(:last-child) {
  border-bottom: solid 1px;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list .submenu {
  list-style: none;
  margin-top: 0.25em;
  background-color: #FFF;
  color: #543C35;
  font-size: 0.875em;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list .submenu > li:not(:last-child) {
  border-bottom: solid 1px;
}
#hotel.sect_block .hotel_map .-is_sp .hotel_list a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: inherit;
}
#hotel.sect_block .hotel_map .-is_sp .map {
  font-size: 0.875em;
}

#banners {
  text-align: left;
}
#banners .hotel_group {
  margin-bottom: 1.5rem;
}
#banners .hotel_group .group_name {
  padding: 0.5em;
  background-color: #543C34;
  color: #FFF;
  line-height: 1.25;
}
#banners .bnr_list {
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
#banners .bnr_list > li {
  margin-top: 2%;
  margin-right: 2%;
}
#banners .bnr_list > li p {
  font-size: 0.85em;
  color: #543C34;
  margin-top: 0.5em;
}
@media only screen and (max-width: 479px) {
  #banners .bnr_list > li {
    width: 49%;
  }
  #banners .bnr_list > li:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  #banners .bnr_list > li {
    width: 23.5%;
    width: -webkit-calc(94% / 4);
    width: 23.5%;
  }
  #banners .bnr_list > li:nth-child(4n+0) {
    margin-right: 0;
  }
}

#information.sect_block {
  margin-right: auto;
  margin-left: auto;
}
#information .info_list dt {
  font-weight: bold;
}
#information .info_list dt time {
  color: #E60012;
  font-size: 0.8125em;
}
#information .more_btn {
  padding: 0.5em 2em;
  width: 10em;
  border-radius: 1em;
  background-color: #E60012;
  color: #FFF;
}
#information .info_list dd:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (max-width: 719px) {
  #information .info_list dd:not(:last-child) {
    padding-bottom: 1em;
    border-bottom: dotted 1px;
  }
}
@media (min-width: 720px) {
  #information.sect_block {
    max-width: 40em;
  }
  #information .info_list dt {
    clear: left;
    float: left;
    width: 6em;
  }
  #information .info_list dd {
    padding-left: 6em;
  }
}

.login_block {
  text-align: center;
  margin: 40px auto;
}
.login_block > .inner {
  padding: 1.5rem 0;
}
.login_block .btn_list dt {
  display: none;
}
.login_block .btn {
  display: block;
  margin: auto;
  padding: 1.2em;
  border-radius: 10px;
  width: 14em;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4em;
}
.login_block .signup_btn {
  background-color: #E9546B;
  color: #fff;
}
.login_block .login_btn {
  background-color: #fff;
  color: #E9546B;
  border: #E9546B 1px solid;
}
.login_block .comingsoon {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #836c64;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 719px) {
  .login_block {
    margin: 2em auto 5em;
  }
  .login_block .btn_list > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 720px) {
  .login_block > .inner {
    padding: 3rem 0;
  }
  .login_block .btn_list {
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .login_block .btn_list > div:not(:last-child) {
    margin-right: 1rem;
  }
}

.contact.btn {
  display: block;
  margin: 1.5em auto;
  padding: 1em;
  border-radius: 10px;
  width: 12em;
  color: #FFF;
  font-weight: 600;
  font-size: 1.1em;
  background-color: #fff;
  color: #836c64;
  border: #836c64 1px solid;
  text-align: center;
}

.-hide {
  display: none !important;
}
/*# sourceMappingURL=layout.css.map */