@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300&display=swap");
.color-red {
  color: #ff0000;
}

/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  box-sizing: border-box;
}

html {
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
#	ベース
# ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: normal;
  line-height: 1.8em;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #D1B389;
  color: #010d1a;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "liga";
}
@media only screen and (min-width: 481px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (min-width: 481px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .sp-none {
    display: none !important;
  }
}
.small {
  line-height: 1.8em;
}
@media only screen and (min-width: 481px) {
  .small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .small {
    font-size: 0.8571em;
  }
}

@media only screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a,
button {
  color: #010d1a;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.indent01 {
  margin-left: 1em;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1em;
}

.list01 li:before {
  content: "・";
}

@media only screen and (min-width: 481px) {
  html {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../images/spacer.gif);
    background-color: transparent;
  }
}
a:link,
a:visited {
  color: #1f9fd6;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #1f9fd6;
  text-decoration: underline;
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader,
.loader:after {
  border-radius: 50%;
}
@media only screen and (min-width: 481px) {
  .loader,
  .loader:after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .loader,
  .loader:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  backface-visibility: hidden;
  cursor: pointer;
}

@media only screen and (min-width: 481px) {
  a.hover:link,
  a.hover:visited {
    opacity: 1;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 480px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1;
  }
  a.hover:active {
    opacity: 1;
  }
}
@media only screen and (min-width: 481px) {
  .anchor {
    border-top: 76px solid transparent !important;
    margin-top: -76px !important;
  }
}
@media only screen and (max-width: 480px) {
  .anchor {
    border-top: 20.8vw solid transparent !important;
    margin-top: -20.8vw !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}
@media only screen and (max-width: 480px) {
  .mb4 {
    margin-bottom: 1.0666666667vw !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 480px) {
  .mb8 {
    margin-bottom: 2.1333333333vw !important;
  }
}

/* # =================================================================
#	レイアウト
# ================================================================= */
@media only screen and (min-width: 481px) {
  .iframe-box {
    background-color: #e1ebe4;
  }
  .common-heading {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #010d1a;
    line-height: 1.2em;
    font-size: 24px;
    border-left: 4px solid #b99363;
    padding: 10px 0 10px 18px;
    margin: 0 0 10px 0;
  }
  .common-heading--campingoffice {
    border: none;
    text-align: center;
  }
  .common-set01 {
    display: flex;
    justify-content: space-between;
  }
  .common-set01 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .common-set01 .image {
    width: 570px;
    order: 2;
  }
  .common-set01 .data {
    width: 570px;
    order: 1;
    font-size: 1em;
    line-height: 1.5em;
  }
  .common-set02-left,
  .common-set02-right {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4DDD4;
    margin-bottom: 30px;
  }
  .common-set02-left img,
  .common-set02-right img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .common-set02-left .image,
  .common-set02-right .image {
    width: 360px;
  }
  .common-set02-left .data,
  .common-set02-right .data {
    width: 810px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .common-set02-left .catch,
  .common-set02-right .catch {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .common-set02-left:nth-last-child(1),
  .common-set02-right:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .common-set02-left .image {
    order: 1;
  }
  .common-set02-left .data {
    order: 2;
  }
  .common-set02-right .image {
    order: 2;
  }
  .common-set02-right .data {
    order: 1;
  }
  .category {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #706F70;
    border: 1px solid #706F70;
    width: 120px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 9px;
    font-size: 0.875em;
    line-height: 1em;
    color: #ffffff !important;
    text-decoration: none !important;
  }
  a.category:hover {
    opacity: 0.7;
  }
  .common-list01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .common-list01 > li {
    border-bottom: 1px solid #E4DDD4;
  }
  .common-list01 > li > a {
    display: block;
    position: relative;
    /*padding: 16px 20px 16px 0px;*/
    padding: 16px 0px 16px 0px;
    color: #010d1a;
    text-decoration: none;
    /*&:after {
    	@include vendor-prefix(transition, 'all 0.3s');
    	content: " ";
    	display: block;
    	width: 12px;
    	height: 12px;
    	background-image: url("../images/arrow02.svg");
    	background-repeat: no-repeat;
    	background-position: 0 0;
    	background-size: auto 100%;
    	position: absolute;
    	right: 8px;
    	top: 0px;
    	bottom: 0px;
    	margin: auto 0px;
    }*/
  }
  .common-list01 > li > a:hover:after {
    right: 0px;
  }
  .common-list01 > li > a:hover .text {
    text-decoration: underline;
  }
  .common-list01 > li .item {
    position: relative;
    display: flex;
    align-items: center;
    border-left: 4px solid #706F70;
    padding-left: 18px;
  }
  .common-list01 > li .category {
    margin-right: 20px;
  }
  .common-list01 > li .date {
    width: 100px;
  }
  .common-list01 > li .text {
    width: calc(100% - 140px - 100px);
  }
  .common-list01 > li .date,
  .common-list01 > li .text {
    font-size: 1em;
    line-height: 1.5em;
  }
  .common-sec01 {
    font-size: 1em;
    line-height: 1.6em;
    color: #010d1a;
    margin-bottom: 1.6em;
  }
  .common-sec01 > .heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 0.6em;
  }
  .common-sec01 p {
    margin-bottom: 1.6em;
  }
  .common-sec01 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .common-heading + .common-list01 {
    margin-top: -16px;
  }
  .common-table01 {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
  }
  .common-table01 th,
  .common-table01 td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
    padding: 18px 0;
    border-bottom: 1px solid #E4DDD4;
  }
  .common-table01 th {
    white-space: nowrap;
    font-weight: 600;
    width: 10%;
    padding-right: 40px;
  }
  .common-table01 td p {
    margin-bottom: 1.6em;
  }
  .common-table01 td p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .archivePager {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 80px 0px;
  }
  .archivePager:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .archivePager .prev,
  .archivePager .next {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1em;
    color: #010d1a !important;
  }
  .archivePager .prev:hover,
  .archivePager .next:hover {
    color: #010d1a !important;
  }
  .archivePager a,
  .archivePager span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .archivePager .prev,
  .archivePager .next {
    border: none !important;
    background-color: transparent !important;
    min-width: 0 !important;
  }
  .archivePager span.prev,
  .archivePager span.next {
    opacity: 0.4;
    pointer-events: none;
  }
  .archivePager .page-numbers {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    min-width: 42px;
    min-height: 50px;
    border: 1px solid #010d1a;
    font-size: 14px;
    line-height: 1em;
    text-decoration: none !important;
    color: #010d1a !important;
  }
  .archivePager .page-numbers.dots {
    line-height: 0.3em;
    vertical-align: text-bottom;
    border: none !important;
    background-color: transparent !important;
    min-width: 0 !important;
  }
  .archivePager .page-numbers.current {
    background-color: #010d1a;
    color: #ffffff !important;
  }
  .archivePager a:link,
  .archivePager a:visited,
  .archivePager a:hover,
  .archivePager a:active {
    text-decoration: none;
  }
  .archivePager a:hover {
    background-color: #010d1a;
    color: #ffffff !important;
  }
  .single-column01 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0px 120px;
  }
  .singlePager {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
  }
  .singlePager a:link,
  .singlePager a:visited {
    color: #b99363;
    text-decoration: none;
  }
  .singlePager a:hover,
  .singlePager a:active {
    color: #b99363;
    text-decoration: underline;
  }
  .singlePager span {
    color: #010d1a;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 480px) {
  .iframe-box {
    background-color: #e1ebe4;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe-box > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .common-heading {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #010d1a;
    line-height: 1.5em;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.24em;
  }
  .common-heading.sp-left {
    text-align: left !important;
  }
  .common-heading.sp-center {
    text-align: center !important;
    padding-top: 2em;
    position: relative;
  }
  .common-heading.sp-center:before {
    content: " ";
    width: 8.5333333333vw;
    height: 2px;
    background-color: #b99363;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .common-set01 {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .common-set01 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
  .common-set01 .image {
    width: 100%;
  }
  .common-set01 .data {
    font-size: 1em;
    line-height: 2.4em;
  }
  .common-set02-left,
  .common-set02-right {
    padding-bottom: 8vw;
    border-bottom: 1px solid #E4DDD4;
    margin-bottom: 8vw;
  }
  .common-set02-left img,
  .common-set02-right img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .common-set02-left .image,
  .common-set02-right .image {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .common-set02-left .data,
  .common-set02-right .data {
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
  }
  .common-set02-left .catch,
  .common-set02-right .catch {
    font-size: 1.24em;
    line-height: 1.5em;
    margin-bottom: 4vw;
  }
  .common-set02-left:nth-last-child(1),
  .common-set02-right:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .common-sec01 {
    font-size: 1em;
    line-height: 1.6em;
    color: #010d1a;
    margin-bottom: 1.6em;
  }
  .common-sec01 > .heading {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 0.6em;
  }
  .common-sec01 p {
    margin-bottom: 1.6em;
  }
  .common-sec01 p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .common-table01 {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    display: block;
  }
  .common-table01 caption,
  .common-table01 thead,
  .common-table01 tbody,
  .common-table01 tfoot,
  .common-table01 tr,
  .common-table01 th,
  .common-table01 td {
    display: block;
  }
  .common-table01 tr {
    border-bottom: 1px solid #E4DDD4;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .common-table01 th,
  .common-table01 td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0;
  }
  .common-table01 th {
    font-weight: 600;
  }
  .common-table01 td p {
    margin-bottom: 1.6em;
  }
  .common-table01 td p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .category {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #706F70;
    border: 1px solid #706F70;
    width: 32vw;
    height: 6.9333333333vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 1.6vw;
    font-size: 0.875em;
    line-height: 1em;
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .common-list01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .common-list01 > li {
    margin-left: 5.3333333333vw;
    border-bottom: 1px solid #E4DDD4;
    overflow: visible;
  }
  .common-list01 > li > a {
    display: block;
    position: relative;
    /*padding: vw-calc(16px) vw-calc(20px) vw-calc(16px) 0px;*/
    padding: 4.2666666667vw 5.3333333333vw 0px 0px;
    margin-left: -5.3333333333vw;
    color: #010d1a;
    text-decoration: none;
  }
  .common-list01 > li > a:after {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: " ";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("../images/arrow02.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    position: absolute;
    right: 0px;
    top: 9.6vw;
    bottom: 0px;
    margin: auto 0px;
  }
  .common-list01 > li .item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 1.0666666667vw solid #706F70;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
  .common-list01 > li .category {
    margin-right: 2.6666666667vw;
  }
  .common-list01 > li .date {
    width: calc(100% - 34.6666666667vw);
  }
  .common-list01 > li .text {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
  .common-list01 > li .date,
  .common-list01 > li .text {
    font-size: 1em;
    line-height: 1.5em;
  }
  .common-heading + .common-list01 {
    margin-top: -4.2666666667vw;
  }
  .archivePager {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 8vw 0px;
  }
  .archivePager:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .archivePager .prev,
  .archivePager .next {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    color: #010d1a !important;
  }
  .archivePager .prev:hover,
  .archivePager .next:hover {
    color: #010d1a !important;
  }
  .archivePager a,
  .archivePager span {
    margin-left: 1.0666666667vw;
    margin-right: 1.0666666667vw;
  }
  .archivePager .prev,
  .archivePager .next {
    border: none !important;
    background-color: transparent !important;
    min-width: 0 !important;
  }
  .archivePager span.prev,
  .archivePager span.next {
    opacity: 0.4;
    pointer-events: none;
  }
  .archivePager .page-numbers {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    min-width: 10.6666666667vw;
    min-height: 12.8vw;
    border: 1px solid #010d1a;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none !important;
    color: #010d1a !important;
  }
  .archivePager .page-numbers.dots {
    line-height: 0.3em;
    vertical-align: text-bottom;
    border: none !important;
    background-color: transparent !important;
    min-width: 0 !important;
  }
  .archivePager .page-numbers.current {
    background-color: #010d1a;
    color: #ffffff !important;
  }
  .archivePager a:link,
  .archivePager a:visited,
  .archivePager a:hover,
  .archivePager a:active {
    text-decoration: none;
  }
  .single-column01 {
    margin: 0 5.3333333333vw;
    padding-bottom: 16vw;
  }
  .post-header {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .post-header .image {
    width: 100%;
    height: 66.6666666667vw;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2em;
  }
  .post-header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .post-header .meta {
    display: flex;
    flex-wrap: wrap;
    border-left: 1.0666666667vw solid #706F70;
    padding-left: 1.6vw;
  }
  .post-header .date {
    margin-left: 1em;
  }
  .post-header .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .post-header .tags > a {
    display: inline-block;
    margin: 0.8vw 2.6666666667vw 0.8vw 0;
    padding: 0.8vw 2.6666666667vw;
    background-color: #b99363;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 0.8em;
    line-height: 1em;
  }
  .post-header .tags > a:hover {
    opacity: 0.7;
  }
  .post-body > * {
    margin: 2em 0px;
  }
  .post-body img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .singlePager {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
  }
  .singlePager a:link,
  .singlePager a:visited {
    color: #b99363;
    text-decoration: none;
  }
  .singlePager a:hover,
  .singlePager a:active {
    color: #b99363;
    text-decoration: underline;
  }
  .singlePager span {
    color: #010d1a;
    opacity: 0.3;
  }
}
.block__title {
  font-size: 18px !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .block__title {
    font-size: 32px !important;
  }
}
.block__title-1 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__title-1 {
    font-size: 36px;
    line-height: 1;
    padding-top: 30px;
  }
}
.block__title-1::before {
  background-color: #b99363;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 8.533vw;
}
@media screen and (min-width: 768px) {
  .block__title-1::before {
    height: 4px;
    width: 50px;
  }
}
.block__column-2 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .block__column-2 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.block__column-2__1 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .block__column-2__1 {
    margin-top: 0;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .block__column-2__2 {
    width: 48%;
  }
}
.block__column-2 table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.block__column-2 table tr {
  border: 1px solid #D1B389;
}
.block__column-2 table tr:not(:first-of-type) th {
  border-top: 1px solid #ffffff;
}
.block__column-2 table tr:not(:first-of-type) td {
  border-top: 1px solid #D1B389;
}
.block__column-2 table tr th, .block__column-2 table tr td {
  padding: 0.6em;
}
@media screen and (min-width: 768px) {
  .block__column-2 table tr th, .block__column-2 table tr td {
    padding: 0.4em 1em;
  }
}
.block__column-2 table tr th {
  background-color: #D1B389;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 30%;
}
.block__column-2 table tr td {
  font-size: 14px;
  width: 70%;
}
.block-regular__title {
  font-size: 16px;
  text-align: center;
}
.block-regular__content {
  margin-top: 20px;
}
.block-regular__column-1 {
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .block-regular__column-1 {
    padding: 20px 40px;
  }
}
.block-regular__column-1 .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .block-regular__column-1 .sp {
    display: none;
  }
}
.block-regular__column-2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block-regular__column-2 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
  }
}
.block-regular__column-2__1, .block-regular__column-2__2 {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .block-regular__column-2__1, .block-regular__column-2__2 {
    padding: 20px 40px;
  }
}
.block-regular__column-2__1 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .block-regular__column-2__1 {
    margin-top: 0;
    width: 48%;
  }
}
.block-regular__column-2__2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .block-regular__column-2__2 {
    margin-top: 0;
    width: 48%;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 16px;
    line-height: 1.5;
  }
}

.separator {
  border-top: 1px solid #D1B389;
  width: 100%;
}

.slide3 {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .slide3 .slick-prev, .slide3 .slick-next {
    height: 40px !important;
    top: 40% !important;
    width: 40px !important;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .slide3 .slick-prev::before, .slide3 .slick-next::before {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .slide3 .slick-prev {
    left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .slide3 .slick-next {
    right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .slide3 .slick-slide img {
    width: 100%;
  }
}
.slide3 .slick-dots {
  bottom: 0 !important;
  position: relative !important;
}

.point-list {
  background-color: #364419;
  margin-bottom: 16vw;
  padding: 60px 5.333vw;
}
@media screen and (min-width: 768px) {
  .point-list {
    margin-bottom: 120px;
  }
}
.point-item {
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point-item {
    font-size: 20px;
  }
}
.point-item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .point-item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.point-item span {
  font-weight: 700;
}

.tile-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tile-item {
  width: 48%;
  margin: 0 0 2.6666666667vw;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tile-item {
    width: 370px;
    height: 246px;
    overflow: hidden;
    margin: 0 0 45px;
  }
}

.table-1 {
  border-collapse: collapse;
  width: 100%;
}
.table-1 > tbody > tr > th, .table-1 > tbody > tr > td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .table-1 > tbody > tr > th, .table-1 > tbody > tr > td {
    padding: 30px;
  }
}
.table-1 > tbody > tr > th {
  background-color: #e1ebe4;
  font-weight: 700;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .table-1 > tbody > tr > th {
    font-size: 18px;
  }
}
.table-1 > tbody > tr > td {
  font-size: 16px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .table-1 > tbody > tr > td {
    font-size: 24px;
  }
}
.table-1-notice {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .table-1-notice {
    font-size: 16px;
  }
}
.table-1-small {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .table-1-small {
    font-size: 18px;
  }
}
.table-2 {
  width: 100%;
}
.table-2 > tbody > tr:not(:first-of-type) {
  margin-top: 20px;
}
.table-2 > tbody > tr > th, .table-2 > tbody > tr > td {
  vertical-align: top;
}
.table-2 > tbody > tr > th {
  text-align: left;
  width: 20%;
}
.table-2 > tbody > tr > td {
  width: 80%;
}

.timetable {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timetable {
    display: flex;
    flex-wrap: wrap;
  }
}
.timetable dt, .timetable dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .timetable dt, .timetable dd {
    font-size: 16px;
  }
}
.timetable dt {
  border: 1px solid #b99363;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timetable dt {
    border: none;
    text-align: left;
    width: 20%;
  }
}
.timetable dt:not(:first-of-type) {
  margin-top: 15px;
}
.timetable dd {
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timetable dd {
    margin-top: 15px;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .timetable dd:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .bnr_remote-2023 {
    width: 400px;
  }
}
.page-block__title {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-block__title {
    margin-top: 80px;
  }
}
.page-block__title--eng {
  color: #D1B389;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-block__title--eng {
    font-size: 20px;
  }
}
.page-block__title--jpn {
  color: #D1B389;
  font-size: 18px;
  font-weight: 700;
}
.page-header-video {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-header-video {
    height: 700px;
  }
}
.page-header-video video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-header-video video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-header-video h1 {
  color: #fff;
  font-size: 1.84em;
  left: 50%;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .page-header-video h1 {
    font-size: 42px;
  }
}
.page-notice {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-notice {
    margin-top: 120px;
  }
}
.page-notice__title {
  color: #b99363;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-notice__title {
    font-size: 24px;
  }
}
.page-notice__description {
  margin-top: 20px;
}
.page-notice__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-notice__list {
    text-align: center;
  }
}
.page-notice__item {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-notice__item {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.page-notice__item span {
  background-color: #e1ebe4;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 2px 8px;
}

/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background-color: #b99363;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 1em;
  line-height: 1em;
}
.button01:link, .button01:visited {
  background-color: #b99363;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.button01:hover, .button01:active {
  background-color: #E4DDD4;
  color: #010d1a;
  text-decoration: none;
  opacity: 0.7;
}

.button02 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #D1B389;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #D1B389;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 1em;
  line-height: 1em;
}
.button02:link, .button02:visited {
  background-color: transparent;
  color: #D1B389;
  text-decoration: none;
  opacity: 1;
}
.button02:hover, .button02:active {
  background-color: #D1B389;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.button03 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dcdcdc;
  background-color: #dcdcdc;
  display: inline-block;
  text-align: center;
  color: #010d1a;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 1em;
  line-height: 1em;
}
.button03:link, .button03:visited {
  color: #010d1a;
  text-decoration: none;
  opacity: 1;
}
.button03:hover, .button03:active {
  color: #010d1a;
  text-decoration: none;
  opacity: 0.7;
}

.button04 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background-color: #b99363;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 1em;
  line-height: 1em;
}
.button04:link, .button04:visited {
  background-color: #010d1a;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.button04:hover, .button04:active {
  background-color: #E4DDD4;
  color: #010d1a;
  text-decoration: none;
  opacity: 0.7;
}

.button__rect-frame {
  position: relative;
}
.button__rect-frame a {
  border: 1px solid #b99363;
  box-sizing: border-box;
  color: #010d1a;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 60px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button__rect-frame a {
    font-size: 18px;
    margin: 80px auto 0;
    width: 60%;
  }
}
.button__rect-frame a:hover {
  background-color: #b99363;
  color: #ffffff;
}
.button__rect-frame a br {
  display: block;
}
@media screen and (min-width: 768px) {
  .button__rect-frame a br {
    display: none;
  }
}
.button__rect-frame a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (min-width: 768px) {
  .button__rect-frame a img {
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 24px;
  }
}
.button__readmore--1 {
  background-color: #D1B389;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 40px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .button__readmore--1 {
    width: 200px;
  }
}
.button__readmore--1:hover {
  background-color: #dcdcdc;
}
.button__readmore--2 {
  text-align: right;
}

.button__events__none {
  pointer-events: none;
}

/* # =================================================================
#	リンク
# ================================================================= */
.link01 {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #D1B389;
  text-decoration: none;
}
.link01:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/arrow04.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
}
@media only screen and (min-width: 481px) {
  .link01:after {
    width: 19px;
    height: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .link01:after {
    width: 5.0666666667vw;
    height: 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.link01:link, .link01:visited {
  color: #D1B389;
  text-decoration: none;
  opacity: 1;
}
.link01:hover, .link01:active {
  color: #D1B389;
  text-decoration: none;
  opacity: 0.7;
}

/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
@media only screen and (min-width: 481px) {
  /* header ------------------------------ */
  #head {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    min-width: 1280px;
    padding: 40px 0 0;
    border-bottom: 4px solid #E4DDD4;
    -webkit-backface-visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    z-index: 9999;
    zoom: 1;
  }
  #head:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  #head-trigger {
    display: none;
  }
  #head-logo {
    position: relative;
    z-index: 10;
    overflow: visible;
    text-align: center;
    /*height: 70px;
    margin-bottom: 65px;*/
    height: 0px;
    margin-bottom: 0px;
  }
  #head-logo img {
    width: auto;
    height: 100%;
    margin: 0px auto;
    display: none;
  }
  #head-logo a {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    max-width: 220px;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
  }
  #head-logo a:before {
    content: " ";
    display: block;
    position: absolute;
    left: 60px;
    width: 220px;
    height: 30px;
    background-image: url("../images/logo_site_hor_blk.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 100%;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -ms-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    /*visibility: hidden;
    opacity: 0;*/
    visibility: visible;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  #head-logo a:hover {
    opacity: 0.7;
  }
  #head-reserve {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  #head-reserve > a {
    padding: 16px 60px;
  }
  #head-nav {
    display: block;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  #head-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 1em;
  }
  #head-nav > ul > li {
    margin: 0;
    padding: 0;
  }
  #head-nav > ul > li > a {
    display: block;
    /*padding: 0 24px 20px;*/
    padding: 0 16px 20px;
    color: #010d1a;
    text-decoration: none;
  }
  #head-nav #current-line {
    position: absolute;
    bottom: -4px;
    height: 4px;
    background-color: #D1B389;
    -webkit-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    pointer-events: none;
  }
  /*body.smaller {
  	#head {
  		position: fixed;
  	}
  	#head-logo {
  		height: 0px;
  		margin-bottom: 0px;
  		img {
  			display: none;
  		}
  		a {
  			&:before {
  				visibility: visible;
  				opacity: 1.0;
  				top: -24px;
  			}
  		}
  	}
  }*/
}
.menu-item {
  position: relative;
}

.sub-menu {
  display: none;
  position: relative;
  margin-top: 10px;
}
@media only screen and (min-width: 481px) {
  .sub-menu {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 38px;
    width: 200px;
  }
}
.sub-menu .menu-item {
  text-align: left;
  width: 100%;
}
.sub-menu .menu-item a {
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .sub-menu .menu-item a {
    background-color: #ffffff;
    color: #010d1a;
  }
}
@media only screen and (min-width: 481px) {
  .sub-menu .menu-item a:hover {
    background-color: #D1B389;
    color: #ffffff;
  }
}
.sub-menu .menu-item a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  display: inline-block;
  transform: translateY(-50%);
}
@media only screen and (min-width: 481px) {
  .sub-menu .menu-item a::after {
    display: none;
  }
}

.gnav--ini {
  right: 40px;
  position: absolute;
  top: 20px;
  z-index: 9998;
}
.gnav--ini .menu {
  display: flex;
}
.gnav--ini .menu .menu-item {
  margin: 0 10px;
}
.gnav--ini .menu .menu-item a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  /* header ------------------------------ */
  #head {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    -webkit-backface-visibility: hidden;
    /*position: fixed;
    padding: vw-calc(40px) 0;*/
    position: fixed;
    padding: 5.3333333333vw 0;
    box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.15);
    left: 0px;
    top: 0px;
    z-index: 20000;
    zoom: 1;
  }
  #head:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  body.smaller #head-reserve {
    top: 5.3333333333vw;
  }
  body.smaller #head-trigger {
    top: 8vw;
  }
  #head-trigger {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    position: absolute;
    left: 20px;
    top: 8vw;
    z-index: 20;
  }
  #head-trigger > span {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 0.5333333333vw;
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    background-color: #D1B389;
  }
  #head-trigger > span:nth-of-type(1) {
    width: 100%;
    top: 0px;
  }
  #head-trigger > span:nth-of-type(2) {
    width: 100%;
    top: 1.8666666667vw;
  }
  #head-trigger > span:nth-of-type(3) {
    width: 50%;
    bottom: 0px;
  }
  #head.open #head-trigger {
    -webkit-transform: scale(1.41421356237);
    -ms-transform: scale(1.41421356237);
    -moz-transform: scale(1.41421356237);
    -o-transform: scale(1.41421356237);
    transform: scale(1.41421356237);
  }
  #head.open #head-trigger span {
    background-color: #ffffff;
    height: 0.2666666667vw;
  }
  #head.open #head-trigger span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  #head.open #head-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #head.open #head-trigger span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  #head.open #head-nav {
    visibility: visible;
    opacity: 1;
    left: 0px;
    overscroll-behavior: contain;
  }
  #head-logo {
    position: relative;
    z-index: 10;
    overflow: visible;
    height: 10.6666666667vw;
    text-align: center;
  }
  #head-logo img {
    width: auto;
    height: 10.6666666667vw;
    display: block;
    margin: 0px auto;
  }
  #head-logo a {
    display: inline-block;
    overflow: visible;
  }
  #head-reserve {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0px;
    top: 5.3333333333vw;
    z-index: 11;
  }
  #head-reserve > a {
    padding: 10px 16px;
  }
  #head-nav {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: -150vw;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 12;
    overflow: auto;
  }
  #head-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 80px 0 0;
    width: 100%;
    height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    line-height: 1.5em;
  }
  #head-nav > ul > li {
    margin: 0.8em 0;
    padding: 0;
    text-align: center;
  }
  #head-nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
  }
  #head-nav #current-line {
    display: none;
  }
  /*body.smaller {
  	#head {
  		position: fixed;
  		padding: vw-calc(20px) 0;
  		box-shadow: 0 0 vw-calc(10px) rgba(0,0,0,0.15);
  	}
  	#head-reserve {
  		top: vw-calc(20px);
  	}
  	#head-trigger {
  		top: vw-calc(30px);
  	}
  }*/
}
/* # =================================================================
#	メイン
# ================================================================= */
@media only screen and (min-width: 481px) {
  /* wrapper ------------------------------ */
  #wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    padding-top: 78px;
  }
  /* container ------------------------------ */
  #container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-bottom: 0px;
    zoom: 1;
  }
  #container.home {
    padding-bottom: 0px;
  }
  #container:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .comingsoon {
    text-align: center;
    font-size: 36px;
    line-height: 1.7em;
  }
  .common-gallery {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc(100% - 120px) !important;
    margin: -60px auto 110px;
    overflow: hidden;
  }
  .common-gallery p {
    float: left;
    width: 33.3333%;
  }
  .common-gallery p img {
    width: 100%;
    height: auto;
  }
  .common-gallery .owl-item p {
    width: auto;
  }
  .common-gallery.owl-carousel .owl-nav {
    margin: 0px;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-prev,
  .common-gallery.owl-carousel .owl-nav button.owl-next {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
    background-color: transparent;
    background-image: url("../images/arrow03.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-prev:hover,
  .common-gallery.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.7;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 30px;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }
  .common-reserve {
    text-align: center;
    margin-top: 120px;
  }
  .common-reserve .button01 {
    min-width: 480px;
    font-size: 18px;
    line-height: 1em;
    padding: 38px;
  }
  /* home ------------------------------ */
  #home {
    opacity: 0;
  }
  body.home #wrapper {
    padding-top: 0;
  }
  body.home #head {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -39px;
  }
  body.home #home-keyvisual-outer {
    height: 100vh;
  }
  body.home.smaller #head {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  #home-keyvisual-outer {
    height: calc(100vh - 78px);
    min-height: 568px;
  }
  #home-keyvisual {
    height: calc(100% - 328px);
    min-height: 240px;
    background-image: url("../images/home_kv1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: cover;
    color: #ffffff;
  }
  #home-keyvisual .inner {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  #home-keyvisual .inner .logo {
    margin: 0 auto 40px;
    width: 200px;
  }
  #home-keyvisual .inner .catch {
    color: #010d1a;
    font-size: 30px;
    line-height: 1.2em;
  }
  #home-keyvisual .inner .text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5em;
  }
  #home-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #home-index .item {
    width: 50%;
    height: 328px;
  }
  #home-index .item a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
    text-decoration: none;
  }
  #home-index .item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #home-index .item .inner {
    padding: 8px 0 6px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
  }
  #home-index .item.hotel a {
    background-image: url("../images/home_item1.jpg?t=2021062001");
    background-position: 50% 50%;
  }
  #home-index .item.hotel a .inner {
    background-color: rgba(92, 72, 50, 0.4);
  }
  #home-index .item.camping a {
    background-image: url("../images/home_item2.jpg?t=2021062001");
    background-position: 50% 50%;
  }
  #home-index .item.camping a .inner {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .wide-block {
    width: 100%;
  }
  .wide-block > .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #home-news > .inner {
    padding: 70px 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  #home-news > .inner .more {
    width: calc(100% - 354px);
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 80px;
    text-align: right;
  }
  #home-news > .inner .common-heading {
    width: 100%;
  }
  #home-news > .inner .common-list01 {
    width: calc(100% - 354px);
    width: 100%;
  }
  #home-news > .inner .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 300px;
    margin-left: 54px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
  }
  #home-news > .inner .image .inner {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    position: relative;
    bottom: -30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 20px;
  }
  #home-news > .inner .image .inner .category,
  #home-news > .inner .image .inner .date {
    display: inline-block;
    vertical-align: middle;
  }
  #home-news > .inner .image .inner .date {
    margin-left: 10px;
    padding-top: 0.2em;
  }
  #home-news > .inner .image .inner .text {
    padding-top: 0.4em;
    font-weight: 500;
  }
  #home-news > .inner .image .innerBlock {
    bottom: 0;
    opacity: 1;
    padding: 20px 10px;
    visibility: visible;
  }
  #home-news > .inner .image .inner:hover .inner {
    opacity: 1;
    bottom: 0;
    visibility: visible;
  }
  #home-news > .inner .image:hover {
    opacity: 0.6;
  }
  #home-holiday {
    background-color: #eeeeee;
  }
  #home-holiday > .inner {
    padding: 80px 0 120px;
  }
  #home-holiday .common-heading {
    color: #010d1a;
  }
  .blog-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-list > li {
    display: flex;
    width: 360px;
    margin-right: 60px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .blog-list > li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .blog-list > li > a {
    width: 100%;
    color: #010d1a;
    text-decoration: none;
    background-color: #ffffff;
    position: relative;
  }
  .blog-list > li > a:hover {
    opacity: 0.7;
  }
  .blog-list > li .image {
    width: 100%;
    height: 212px;
    text-align: center;
    overflow: hidden;
  }
  .blog-list > li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog-list > li .caption {
    padding: 20px 20px calc(20px + 1.8em) 20px;
    font-size: 1em;
    line-height: 1.6em;
  }
  .blog-list > li .more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #D1B389;
    text-align: right;
  }
  .blog-list > li .more:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 5px;
    background-image: url("../images/arrow04.svg");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    margin-left: 5px;
  }
  body.home .blog-list > li {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .home-banner-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-banner-list > li {
    width: 570px;
    margin-right: 60px;
    margin-top: 60px;
  }
  .home-banner-list > li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .home-banner-list > li:nth-child(1), .home-banner-list > li:nth-child(2) {
    margin-top: 0px;
  }
  .home-banner-list > li > a {
    display: block;
  }
  .home-banner-list > li > a:hover {
    opacity: 0.7;
  }
  #home-about {
    background-color: #ffffff;
  }
  #home-about > .inner {
    padding: 120px 0 100px;
    color: #010d1a;
  }
  #home-about > .inner > .heading {
    text-align: center;
    color: #010d1a;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 75px;
  }
  #home-about > .inner .data {
    font-size: 1em;
    line-height: 2em;
    position: relative;
    padding-bottom: 30px;
  }
  #home-about > .inner .more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: right;
    line-height: 1em;
  }
  /* page ------------------------------ */
  .page-wrapper {
    width: 1200px;
    padding-top: 60px;
    padding-bottom: 120px;
    margin: 0 auto;
    color: #010d1a;
  }
  .page-title {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #D1B389;
    text-align: center;
    font-size: 32px;
    line-height: 1em;
    color: #010d1a;
  }
  .page-header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    height: 620px;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, -9000px 0;
    background-size: cover, cover;
    color: #ffffff;
  }
  .page-header .inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1200px;
    height: 100%;
    padding-bottom: 45px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  }
  .page-header .inner .catch {
    font-size: 42px;
    line-height: 1.5em;
  }
  .page-header .inner .text {
    font-size: 42px;
    line-height: 1.5em;
  }
  .page-header.small-header {
    text-align: center;
    height: 300px;
  }
  .small-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 350px;
    overflow: visible;
    margin-bottom: 200px;
  }
  .small-header .inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 130px;
    background-color: #010d1a;
    position: absolute;
    left: 0px;
    bottom: -130px;
    text-align: center;
    padding-top: 75px;
  }
  .small-header .inner .catch {
    font-size: 30px;
    line-height: 1em;
    color: #b99363;
  }
  .page-block > .inner {
    width: 1200px;
    margin: 0 auto;
    color: #010d1a;
    padding: 0 0 120px;
  }
  .page-header + .page-block > .inner {
    /*padding-top: 49px;
    border-top: 1px solid $col-brown1;*/
  }
  .detail-header {
    margin-bottom: 60px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #010d1a;
  }
  .detail-header .inner {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .detail-header .inner .catch {
    font-size: 24px;
    line-height: 1em;
  }
  .detail-header .inner .text {
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .detail-block > .inner {
    width: 1200px;
    margin: 0 auto;
    color: #010d1a;
    padding: 0 0 120px;
  }
  .detail-lead {
    text-align: center;
    font-size: 1em;
    line-height: 2.2em;
    margin-bottom: 50px;
  }
  .detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .detail-row > .heading {
    font-size: 24px;
    line-height: 1.5em;
    width: 100%;
    margin-bottom: 20px;
  }
  .detail-box01 {
    width: 600px;
  }
  .detail-box02 {
    width: 540px;
  }
  .detail-table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border: 1px solid #E4DDD4;
    border-right: none;
    border-bottom: none;
  }
  .detail-table th,
  .detail-table td {
    border: 1px solid #E4DDD4;
    border-left: none;
    border-top: none;
    padding: 8px 20px;
    text-align: left;
    vertical-align: top;
  }
  .detail-table th {
    background-color: #e1ebe4;
  }
  .detail-table td.image {
    text-align: center;
    padding: 20px;
  }
  .detail-table td.image img {
    width: auto;
    height: 350px;
  }
  .detail-info {
    margin-bottom: 45px;
  }
  .detail-info:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .detail-info > .heading {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
    position: relative;
  }
  .detail-info > .heading > span {
    display: inline-block;
    background-color: #ffffff;
    padding-right: 26px;
    position: relative;
    z-index: 2;
  }
  .detail-info > .heading:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #E4DDD4;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
  }
  .detail-info-list {
    list-style-type: disc;
    margin: 0px;
    padding: 0px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  .detail-info-list > li {
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
  }
  .detail-gallery .slide-box {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .detail-gallery .slide {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .detail-gallery .slide .item {
    position: relative;
    height: 100%;
  }
  .detail-gallery .slide .item a {
    display: block;
  }
  .detail-gallery .slide .item .image {
    position: relative;
    overflow: hidden;
  }
  .detail-gallery .slide .item img {
    width: 100%;
  }
  .detail-gallery .slide .item .name {
    padding: 25px;
    background-color: #010d1a;
    color: #ffffff;
    text-align: center;
  }
  .detail-gallery .slide > .slick-list,
  .detail-gallery .slide > .slick-list > .slick-track,
  .detail-gallery .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
  }
  .detail-gallery .slide-navigation {
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 -20px 20px 0;
    padding: 120px 0 0 0;
  }
  .detail-gallery .slide-navigation .slick-list {
    overflow: visible;
  }
  .detail-gallery .slide-navigation .slick-slide .item {
    position: relative;
    cursor: pointer;
    overflow: visible;
    margin: 0;
    padding: 0;
    padding-top: 63.5087719298%;
  }
  .detail-gallery .slide-navigation .slick-slide .item .name {
    position: absolute;
    left: 0;
    top: -110px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 500;
  }
  .detail-gallery .slide-navigation .slick-slide .item .name span {
    display: block;
    color: #b99363;
  }
  .detail-gallery .slide-navigation .slick-slide .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 0 0;
    opacity: 0.6;
  }
  .detail-gallery .slide-navigation .slick-current .item img {
    opacity: 1;
  }
  .detail-gallery .slide-navigation .slick-slide {
    border: 0 solid transparent;
    border-right: 20px solid transparent;
  }
  .detail-gallery .slide2 {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    line-height: 0.1;
  }
  .detail-gallery .slide2 .slick-next, .detail-gallery .slide2 .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  .detail-gallery .slide2 .slick-next:before, .detail-gallery .slide2 .slick-prev:before {
    font-size: 40px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  .detail-gallery .slide2 .slick-next {
    right: 15px;
  }
  .detail-gallery .slide2 .slick-prev {
    left: 15px;
  }
  .detail-gallery .slide2 .slick-dots {
    bottom: 15px;
  }
  .detail-gallery .slide2 .slick-dots li {
    margin: 0 10px;
  }
  .detail-gallery .slide2 .slick-dots li button:before {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 20px;
  }
  .detail-gallery .slide2 .slick-dots li.slick-active button:before {
    color: #ffffff;
  }
  .detail-gallery .slide2 .item {
    position: relative;
    height: 100%;
  }
  .detail-gallery .slide2 .item a {
    display: block;
  }
  /* about ------------------------------ */
  .about-lead {
    margin-bottom: 50px;
  }
  .about-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-point .box {
    width: 360px;
    margin: 0 30px 40px;
  }
  .about-point .box:nth-of-type(1) {
    margin-left: 0px;
  }
  .about-point .box:nth-of-type(3) {
    margin-right: 0px;
  }
  .about-point .box .catch {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 60px;
    line-height: 1em;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: center;
  }
  .about-point .box .image {
    height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .about-point .box .image img {
    height: 100%;
    object-fit: cover;
  }
  .about-point .box .summary {
    padding: 0 20px;
    font-size: 1em;
    color: #010d1a;
  }
  .about-contents img {
    max-width: 100%;
    height: auto;
  }
  .about-contents .image {
    margin-bottom: 40px;
  }
  .about-contents .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .about-contents .text:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .about-contents .text > p {
    margin-bottom: 1.8em;
  }
  .about-contents .text > p:nth-last-child(1) {
    margin-bottom: 0;
  }
  .about-contents .text .image {
    width: 48%;
  }
  .about-contents .text .text-desc {
    width: 48%;
  }
  /* hotel ------------------------------ */
  body.hotel .page-header {
    background-position: 50% 0%, -9000px 0;
  }
  body.hotel .page-header + .page-block > .inner {
    padding-bottom: 60px;
  }
  .hotel-room-index {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .hotel-room-index > li {
    position: relative;
    margin: 0;
    padding: 0;
    color: #010d1a;
  }
  .hotel-room-index > li.hotel-room-main {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 60px;
  }
  .hotel-room-index > li.hotel-room-main:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .hotel-room-index > li.hotel-room-main .text {
    position: relative;
    width: 600px;
    padding-bottom: 60px;
    float: left;
  }
  .hotel-room-index > li.hotel-room-main .image {
    width: 570px;
    float: right;
  }
  .hotel-room-index > li.hotel-room-main .more {
    position: absolute;
    left: 0px;
    bottom: 60px;
  }
  .hotel-room-index > li.hotel-room-sub {
    margin-top: 60px;
    width: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hotel-room-index > li.hotel-room-sub:nth-of-type(odd) {
    margin-left: 60px;
  }
  .hotel-room-index > li.hotel-room-sub .image {
    width: 100%;
  }
  .hotel-room-index > li.hotel-room-sub .heading {
    margin-top: 25px;
  }
  .hotel-room-index > li.hotel-room-sub .more {
    width: 250px;
    margin-top: 20px;
  }
  .hotel-room-index > li .image {
    overflow: hidden;
  }
  .hotel-room-index > li .image a:link img,
  .hotel-room-index > li .image a:visited img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hotel-room-index > li .image a:hover img,
  .hotel-room-index > li .image a:active img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .hotel-room-index > li img {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .hotel-room-index > li .heading {
    color: #010d1a;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .hotel-room-index > li .heading .ic-simmons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    background-image: url("../images/hotel_ic_simmons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 49px;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
  }
  .hotel-room-index > li .more {
    text-align: right;
  }
  .hotel-room-index > li .more .button01 {
    font-size: 1em;
    padding: 14px;
    min-width: 250px;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .simmons-box {
    margin-top: 80px;
    border: 1px solid #dcdcdc;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .simmons-box .image {
    width: 148px;
  }
  .simmons-box img {
    width: 100%;
    height: auto;
  }
  .simmons-box .text {
    width: calc(100% - 178px);
    color: #010d1a;
    position: relative;
  }
  .simmons-box .text > .heading {
    color: #010d1a;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .simmons-box .text .logo {
    position: absolute;
    right: 0;
    top: -10px;
    width: 68px;
  }
  .simmons-box .text .logo img {
    width: 100%;
    height: auto;
  }
  .simmons-box .text p {
    font-size: 1em;
    line-height: 1.5em;
  }
  #hotel-restaurant {
    background-color: #010d1a;
    color: #ffffff;
  }
  #hotel-restaurant > .inner {
    padding: 60px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #hotel-restaurant > .inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #hotel-restaurant > .inner .image {
    width: 600px;
  }
  #hotel-restaurant > .inner .data {
    width: 540px;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 70px;
  }
  #hotel-restaurant > .inner .heading {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 50px;
  }
  #hotel-restaurant > .inner .catch {
    font-size: 1.12em;
    line-height: 1.5em;
  }
  #hotel-restaurant > .inner .text {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 1.2em;
  }
  #hotel-restaurant > .inner .more {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #hotel-restaurant > .inner .more > p {
    margin-top: 15px;
  }
  #hotel-facility > .inner {
    padding-top: 60px;
  }
  #hotel-facility .covid19 {
    margin-top: 60px;
  }
  #hotel-facility .covid19 .button02 {
    display: block;
    padding: 32px;
    font-size: 1em;
    line-height: 1em;
    color: #ff0000;
    border-color: #ff0000;
  }
  #hotel-facility .covid19 .button02:hover {
    background-color: #ff0000;
    color: #ffffff;
  }
  .hotel-facility-index {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotel-facility-index > li {
    margin: 60px 60px 0 0;
    padding: 0;
    width: 360px;
    color: #ffffff;
  }
  .hotel-facility-index > li:nth-of-type(1), .hotel-facility-index > li:nth-of-type(2), .hotel-facility-index > li:nth-of-type(3) {
    margin-top: 0px;
  }
  .hotel-facility-index > li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .hotel-facility-index > li > a {
    color: #010d1a;
    text-decoration: none;
    display: block;
  }
  .hotel-facility-index > li > a:hover {
    opacity: 0.7;
  }
  .hotel-facility-index > li .image {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }
  .hotel-facility-index > li .image img {
    width: 100%;
    height: auto;
  }
  .hotel-facility-index > li .name {
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 10px;
  }
  /* hotel/room ------------------------------ */
  body.room .page-block > .inner {
    color: #010d1a;
  }
  .room-lead-block {
    text-align: center;
    margin-bottom: 60px;
    color: #010d1a;
    line-height: 2em;
  }
  .room-block > .inner {
    border-top: 1px solid #706F70;
    padding-top: 25px;
    padding-bottom: 120px;
  }
  .room-block > .inner .room-heading {
    position: relative;
    text-align: center;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    margin: 35px 0;
    color: #b99363;
  }
  .room-block > .inner .room-summary {
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
  .room-block > .inner .images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .room-block > .inner .images > li {
    margin: 6px 6px 0 0;
    padding: 0;
    width: calc(33.33333% - 4px);
  }
  .room-block > .inner .images > li:nth-of-type(1), .room-block > .inner .images > li:nth-of-type(2) {
    width: calc(50% - 3px);
    margin-top: 0px;
  }
  .room-block > .inner .images > li:nth-of-type(2) {
    margin-right: 0;
  }
  .room-block > .inner .images > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .room-block > .inner .images img {
    width: 100%;
    height: auto;
  }
  .room-block > .inner .time {
    margin-top: 25px;
    margin-right: 10px;
    text-align: right;
  }
  .room-block > .inner .data-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .room-block > .inner .data-outer > * {
    width: 580px;
    margin-top: 80px;
    margin-right: 40px;
  }
  .room-block > .inner .data-outer > *:nth-child(even) {
    margin-right: 0;
  }
  .room-block > .inner .data-outer .data {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 45px;
    border-left: 2px solid #b99363;
    position: relative;
    padding-bottom: 120px;
    font-size: 22px;
    line-height: 2em;
  }
  .room-block > .inner .data-outer .data > .heading {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .room-block > .inner .data-outer .data .plan-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  .room-block > .inner .data-outer .data .plan-table th,
  .room-block > .inner .data-outer .data .plan-table td {
    text-align: left;
    vertical-align: top;
    padding: 1em 0 0 0;
    border: none;
    font-size: 22px;
    line-height: 1.8em;
  }
  .room-block > .inner .data-outer .data .plan-table th {
    padding-right: 2em;
    white-space: nowrap;
  }
  .room-block > .inner .data-outer .data .bottom {
    position: absolute;
    left: 47px;
    bottom: 0;
  }
  .room-block > .inner .data-outer .data .bottom .price {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
  }
  .room-block > .inner .data-outer .data .bottom .note {
    margin-top: 1.5em;
    font-size: 1em;
    line-height: 1em;
  }
  .room-block > .inner .data-outer .image img {
    width: 100%;
    height: auto;
  }
  .room-facilities {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .room-facilities .image {
    width: 570px;
    text-align: center;
    position: relative;
  }
  .room-facilities .image img {
    width: 250px;
    height: auto;
  }
  .room-facilities .image .simons {
    position: relative;
    padding-right: 100px;
  }
  .room-facilities .image .simons:after {
    content: " ";
    display: block;
    width: 68px;
    height: 43px;
    background-image: url("../images/hotel_ic_simmons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
  }
  .room-facilities .data {
    width: 580px;
  }
  .room-facilities .data li {
    font-size: 18px;
    line-height: 2em;
  }
  .room-facilities .data > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .room-facilities .data > ul > li {
    margin: 0;
    padding: 0;
  }
  .room-simons {
    margin-top: 100px;
    border: 1px solid #e9e9e9;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .room-simons .image {
    width: 170px;
  }
  .room-simons .image img {
    width: 100%;
    height: auto;
  }
  .room-simons .data {
    position: relative;
    width: 900px;
  }
  .room-simons .heading {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .room-simons p {
    font-size: 1em;
    line-height: 1.8em;
  }
  .room-simons .logo {
    position: absolute;
    right: 0;
    top: -10px;
    width: 68px;
  }
  .room-simons .logo img {
    width: 100%;
    height: auto;
  }
  .room-toy {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .room-toy .image {
    width: 200px;
    margin-right: 20px;
  }
  .room-toy .image img {
    width: 100%;
    height: auto;
  }
  .room-toy .text {
    font-size: 18px;
    line-height: 1.8em;
  }
  .room-images-3col {
    list-style-type: none;
    margin: 50px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .room-images-3col > li {
    padding: 0;
    margin: 0 60px 0 0;
    width: 360px;
  }
  .room-images-3col > li:nth-last-child(1) {
    margin-right: 0;
  }
  .room-images-3col > li .image {
    width: 100%;
    height: 205px;
    overflow: hidden;
  }
  .room-images-3col > li .image img {
    width: 100%;
    height: auto;
  }
  .room-images-3col > li .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .room-images-2col {
    list-style-type: none;
    margin: 50px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .room-images-2col > li {
    padding: 0;
    margin: 0 40px 0 0;
    width: 580px;
  }
  .room-images-2col > li:nth-last-child(1) {
    margin-right: 0;
  }
  .room-images-2col > li .image {
    width: 100%;
  }
  .room-images-2col > li .image img {
    width: 100%;
    height: auto;
  }
  .room-images-2col > li .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .art-room-name {
    font-size: 18px;
  }
  .art-room-artist {
    font-size: 18px;
  }
  .art-room-artist-desc {
    margin-top: 10px;
  }
  /* hotel/restaurant ------------------------------ */
  body.restaurant .page-block > .inner {
    color: #010d1a;
  }
  .restaurant-lead-block {
    text-align: center;
    margin-bottom: 60px;
    color: #010d1a;
    line-height: 2em;
  }
  .restaurant-main-block > .inner {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .restaurant-main-block > .inner .restaurant-heading {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
  }
  .restaurant-main-block > .inner .restaurant-heading:before {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #706F70;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
  }
  .restaurant-main-block > .inner .restaurant-heading h2 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    color: #b99363;
  }
  .restaurant-main-block > .inner .restaurant-heading h2 > span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 40px;
  }
  .restaurant-main-block > .inner .images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .restaurant-main-block > .inner .images > li {
    margin: 6px 6px 0 0;
    padding: 0;
    width: calc(33.33333% - 4px);
  }
  .restaurant-main-block > .inner .images > li:nth-of-type(1), .restaurant-main-block > .inner .images > li:nth-of-type(2) {
    width: calc(50% - 3px);
    margin-top: 0px;
  }
  .restaurant-main-block > .inner .images > li:nth-of-type(2) {
    margin-right: 0;
  }
  .restaurant-main-block > .inner .images > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .restaurant-main-block > .inner .images img {
    width: 100%;
    height: auto;
  }
  .restaurant-main-block > .inner .time {
    margin-top: 25px;
    margin-right: 10px;
    text-align: right;
  }
  .restaurant-main-block > .inner .data-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .restaurant-main-block > .inner .data-outer > * {
    width: 580px;
    margin-top: 80px;
    margin-right: 40px;
  }
  .restaurant-main-block > .inner .data-outer > *:nth-child(even) {
    margin-right: 0;
  }
  .restaurant-main-block > .inner .data-outer .data {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 45px;
    border-left: 2px solid #b99363;
    position: relative;
    padding-bottom: 120px;
    font-size: 16px;
    line-height: 2em;
  }
  .restaurant-main-block > .inner .data-outer .data > .heading {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .restaurant-main-block > .inner .data-outer .data .plan-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  .restaurant-main-block > .inner .data-outer .data .plan-table th,
  .restaurant-main-block > .inner .data-outer .data .plan-table td {
    text-align: left;
    vertical-align: top;
    padding: 1em 0 0 0;
    border: none;
    font-size: 16px;
    line-height: 1.8em;
  }
  .restaurant-main-block > .inner .data-outer .data .plan-table th {
    padding-right: 2em;
    white-space: nowrap;
  }
  .restaurant-main-block > .inner .data-outer .data .bottom {
    position: absolute;
    left: 47px;
    bottom: 0;
  }
  .restaurant-main-block > .inner .data-outer .data .bottom .price {
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
  }
  .restaurant-main-block > .inner .data-outer .data .bottom .note {
    margin-top: 1.5em;
    font-size: 14px;
    line-height: 1em;
  }
  .restaurant-main-block > .inner .data-outer .image img {
    width: 100%;
    height: auto;
  }
  .restaurant-sub-block > .inner {
    padding-top: 0;
    padding-bottom: 140px;
  }
  .restaurant-sub-block .restaurant-heading {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
  }
  .restaurant-sub-block .restaurant-heading:before {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #706F70;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
  }
  .restaurant-sub-block .restaurant-heading h2 {
    position: relative;
    display: inline-block;
    padding: 0 2vw;
    z-index: 2;
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
    color: #b99363;
    background-color: #ffffff;
  }
  .restaurant-sub-block .restaurant-heading h2 > span {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 40px;
  }
  .restaurant-sub-block .lead {
    line-height: 2em;
    text-align: center;
  }
  .restaurant-sub-block .images {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .restaurant-sub-block .images > li {
    margin: 45px 50px 0 0;
    padding: 0;
    width: calc(50% - 25px);
  }
  .restaurant-sub-block .images > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .restaurant-sub-block .images > li.wide {
    width: 100%;
    margin-right: 0;
  }
  .restaurant-sub-block .images img {
    width: 100%;
    height: auto;
  }
  .restaurant-sub-block .images--col3 {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .restaurant-sub-block .images--col3 > li {
    margin: 6px 6px 0 0;
    padding: 0;
    width: calc(33.33333% - 4px);
  }
  .restaurant-sub-block .images--col3 > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .restaurant-sub-block .images--col3 > li.wide {
    width: 100%;
    margin-right: 0;
  }
  .restaurant-sub-block .images--col3 img {
    width: 100%;
    height: auto;
  }
  /* hotel/facilities ------------------------------ */
  .facilities-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .facilities-items > li {
    padding: 28px 0px;
    border-bottom: 1px solid #dcdcdc;
  }
  .facilities-items > li > .inner {
    display: flex;
    justify-content: space-between;
  }
  .facilities-items > li > .inner > .image {
    width: 570px;
  }
  .facilities-items > li > .inner > .image img {
    width: 100%;
    height: auto;
  }
  .facilities-items > li > .inner .data {
    width: 570px;
    position: relative;
    padding-bottom: 140px;
  }
  .facilities-items > li > .inner .data .name {
    color: #010d1a;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .facilities-items > li > .inner .data .text {
    font-size: 1em;
    line-height: 1.8em;
  }
  .facilities-items > li > .inner .data .drawing {
    margin-top: 20px;
    text-align: right;
  }
  .facilities-items > li > .inner .data .drawing .button03 {
    padding: 6px 12px;
  }
  .facilities-items > li > .inner .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .facilities-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-top: 1px solid #010d1a;
    width: 100%;
  }
  .facilities-table th, .facilities-table td {
    border-bottom: 1px solid #010d1a;
    text-align: left;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.5em;
    padding: 8px 0px;
  }
  .facilities-table th {
    padding-left: 10px;
    padding-right: 35px;
    white-space: nowrap;
    width: 5%;
  }
  /* camping ------------------------------ */
  body.camping .page-header {
    background-position: 50% 50%, -9000px 0;
    margin-bottom: 0;
  }
  .camping-lead {
    font-size: 1em;
    margin-top: 60px;
  }
  .camping-comingsoon {
    background-color: #b6c261;
    padding: 65px 0px;
    text-align: center;
    font-size: 46px;
    line-height: 1em;
    color: #010d1a;
  }
  .page-block.camping-lead-block > .inner {
    padding: 0;
  }
  .page-block.camping-images-block > .inner {
    padding: 90px 0;
  }
  .camping-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .camping-images > li {
    width: 370px;
    height: 246px;
    overflow: hidden;
    margin: 0 0 45px;
    padding: 0;
  }
  .page-block.camping-office-block {
    background-color: #eeeeee;
  }
  .page-block.camping-office-block > .inner {
    padding: 90px 0;
  }
  .page-block.camping-office-block .image {
    margin-top: 50px;
  }
  .page-block.camping-office-block .image a {
    display: block;
  }
  .page-block.camping-office-block .image a:hover {
    opacity: 0.7;
  }
  .page-block.camping-office-block .image img {
    width: 100%;
    height: auto;
  }
  .page-block.camping-office-block .heading,
  .page-block.camping-office-block .lead {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #010d1a;
    text-align: center;
    white-space: nowrap;
  }
  .page-block.camping-office-block .heading {
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 0.24em;
    margin-bottom: 20px;
  }
  .page-block.camping-office-block .lead {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .outdoor-merit-img {
    display: block;
    margin: 60px auto 60px;
    width: 60%;
  }
  /* sightseeing ------------------------------ */
  body.sightseeing .page-header {
    background-position: 50% 50%, -9000px 0;
  }
  .sightseeing-lead {
    margin-bottom: 50px;
  }
  .sightseeing-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sightseeing-list > li {
    width: 255px;
    margin: 0 60px 60px 0;
    padding: 0 0 70px 0;
    position: relative;
  }
  .sightseeing-list > li:nth-of-type(4n) {
    margin-right: 0px;
  }
  .sightseeing-list > li .image {
    width: 100%;
    height: 255px;
  }
  .sightseeing-list > li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .sightseeing-list > li .name {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .sightseeing-list > li .text {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  .sightseeing-list > li .more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .sightseeing-list > li .more .button02 {
    width: 100%;
    padding: 15px;
    border-color: #010d1a;
    color: #010d1a;
    font-size: 1em;
    line-height: 1em;
  }
  .sightseeing-list > li .more .button02:after {
    content: " ";
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background-image: url("../images/ic_launch.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  .sightseeing-list > li .more .button02:hover {
    background-color: #E4DDD4;
    color: #010d1a;
  }
  .sightseeing-route {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .sightseeing-route img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .sightseeing-route .image {
    width: 600px;
  }
  .sightseeing-route .image img {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #010d1a;
  }
  .sightseeing-route .data {
    width: 540px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .sightseeing-route .catch {
    font-size: 24px;
    line-height: 1.5em;
  }
  .sightseeing-route .text {
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.7em;
  }
  .sightseeing-route:nth-of-type(1n) .image {
    order: 1;
  }
  .sightseeing-route:nth-of-type(1n) .data {
    order: 2;
  }
  .sightseeing-route:nth-of-type(2n) .image {
    order: 2;
  }
  .sightseeing-route:nth-of-type(2n) .data {
    order: 1;
  }
  .sightseeing-route:nth-last-child(1) {
    margin-bottom: 0px;
  }
  /* campingoffice ------------------------------ */
  body.campingoffice .page-header {
    background-position: 50% 50%, -9000px 0;
    background-color: #010d1a;
  }
  body.campingoffice .page-header > .inner {
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  body.campingoffice .page-header > .inner img {
    max-width: 644px;
    height: auto;
  }
  body.campingoffice .page-header > .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  body.campingoffice .page-header > .bg video {
    position: absolute;
    width: 140%;
    height: 140%;
    top: 50%; /*親要素を起点に上から50%*/
    left: 50%; /*親要素を起点に左から50%*/
    transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  body.campingoffice .page-header > .bg .loader {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.6;
    width: 60px;
    height: 60px;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #ffffff;
  }
  .page-block.campingoffice-first-block > .inner {
    padding-bottom: 120px;
  }
  .page-block.campingoffice-first-block video {
    margin-top: 50px;
    width: 1200px;
    height: 608px;
    background-color: #000000;
  }
  .page-block.campingoffice-first-block .image {
    margin-top: 50px;
  }
  .page-block.campingoffice-first-block .heading,
  .page-block.campingoffice-first-block .lead {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #010d1a;
    text-align: center;
    white-space: nowrap;
  }
  .page-block.campingoffice-first-block .heading {
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 0.24em;
    margin-bottom: 20px;
  }
  .page-block.campingoffice-first-block .heading-2 {
    font-size: 62px;
    line-height: 1em;
    letter-spacing: 0.24em;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-block.campingoffice-first-block .lead {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .campingoffice-plan {
    padding-top: 25px;
    border-top: 1px solid #dcdcdc;
  }
  .campingoffice-plan .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
  }
  .campingoffice-plan .box .image {
    width: 570px;
  }
  .campingoffice-plan .box .image img {
    width: 100%;
    height: auto;
  }
  .campingoffice-plan .box .data {
    width: 570px;
  }
  .campingoffice-plan .box .catch {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .campingoffice-plan .box .catch span {
    font-size: 48px;
    letter-spacing: 10px;
  }
  .campingoffice-plan .box .summary {
    font-size: 18px;
    line-height: 1.8;
  }
  .campingoffice-plan .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .campingoffice-plan-2 {
    padding-top: 30px;
  }
  .campingoffice-plan-2 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
  }
  .campingoffice-plan-2 .box .image {
    width: 570px;
  }
  .campingoffice-plan-2 .box .image img {
    width: 100%;
    height: auto;
  }
  .campingoffice-plan-2 .box .data {
    width: 570px;
  }
  .campingoffice-plan-2 .box .catch {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .campingoffice-plan-2 .box .catch span {
    font-size: 48px;
    letter-spacing: 10px;
  }
  .campingoffice-plan-2 .box .summary {
    font-size: 18px;
    line-height: 1.8;
  }
  .campingoffice-plan-2 .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  body.campingoffice .common-reserve {
    text-align: center;
  }
  body.campingoffice .common-reserve .button01:link, body.campingoffice .common-reserve .button01:visited {
    background-color: #b6c261;
    color: #010d1a;
    text-decoration: none;
    opacity: 1;
  }
  body.campingoffice .common-reserve .button01:hover, body.campingoffice .common-reserve .button01:active {
    background-color: #b6c261;
    color: #010d1a;
    text-decoration: none;
    opacity: 0.7;
  }
  .btn-businessplan {
    background-color: #b99363;
    box-sizing: border-box;
    color: #ffffff !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    text-decoration: none !important;
    width: 40%;
  }
  .btn-businessplan:hover {
    opacity: 0.7 !important;
  }
  /* access------------------------------ */
  .page-block.access-block {
    color: #010d1a;
  }
  .page-block.access-block p,
  .page-block.access-block .iframe-box {
    margin-bottom: 1.6em;
  }
  .page-block.access-block p:nth-last-child(1),
  .page-block.access-block .iframe-box:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .page-block.access-block hr {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #706F70;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }
  .page-block.access-block img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .page-block.access-block .pg-lead {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
  }
  /* reserve------------------------------ */
  body.reserve .page-header + .page-block > .inner {
    padding-bottom: 60px;
  }
  .page-block.reserve-link-block {
    background-color: #eeeeee;
    margin-bottom: 60px;
  }
  .page-block.reserve-link-block > .inner {
    padding: 70px 0;
  }
  .reserve-lnks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .reserve-lnks > li {
    width: 20%;
    margin: 0;
    padding: 0;
  }
  .reserve-lnks > li img {
    width: 100%;
    height: auto;
  }
  .reserve-lnks > li a:hover {
    opacity: 0.7;
  }
  /* form------------------------------ */
  .formrun {
    border-top: 1px solid #dcdcdc;
    padding-top: 30px;
  }
  .formrun textarea {
    height: 14em;
  }
  .formrun input[type=text], .formrun textarea {
    border: 1px solid #706F70;
    padding: 10px;
    width: 100%;
  }
  .formrun input[type=checkbox] {
    appearance: auto;
    border: 1px solid #706F70;
    height: 40px;
    width: 40px;
  }
  .formrun .form-content {
    width: 100%;
  }
  .formrun .form-content:not(:first-of-type) {
    margin-top: 30px;
  }
  .formrun .form-content--privacypolicy {
    text-align: center;
  }
  .formrun .form-content label {
    display: block;
    font-weight: 700;
  }
  .formrun .form-input {
    margin-top: 10px;
  }
  .formrun .required {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    margin-left: 10px;
    padding: 4px 10px;
  }
  .formrun .err {
    color: #ff0000;
  }
  .formrun button {
    background-color: #b6c261;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 60px auto 0;
    padding: 20px;
    width: 50%;
  }
  .form-closed {
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .form-closed--main {
    border: 1px solid #ff0000;
    box-sizing: border-box;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 60px;
    padding: 30px;
    text-align: center;
  }
  /* thanks------------------------------ */
  .thanks-notice {
    margin-top: 20px;
  }
  .thanks-totop {
    margin-top: 20px;
  }
  /* progress------------------------------ */
  .progress {
    background-color: transparent;
    color: rgb(255, 255, 255);
    height: 2px;
    margin-top: 30px;
    position: absolute;
    width: 100%;
  }
  .progress-bar {
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    width: 0%;
  }
  .pg-loader {
    background-color: #010d1a;
    display: none;
    height: 100vh;
    position: fixed;
    transition: 1s;
    width: 100%;
    z-index: 99999;
  }
  .pg-loader-inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pg-loader-inner-img {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 40px;
    width: 200px;
  }
  .pg-loader-inner-progress {
    background-color: #ffffff;
    height: 2px;
    margin-top: 30px;
    width: 180px;
  }
  .pg-loader-inner .catch {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    width: 800px;
  }
  .post-item ul {
    list-style-type: disc;
    margin-left: 1rem;
  }
  .notice {
    border: 1px solid red;
    color: red;
    margin: 20px auto 0;
    padding: 10px 20px;
    text-align: center;
    width: 1200px;
  }
}
/* 20230214トップページKV修正 */
.camp-bnr {
  margin-top: 50px;
}

/* ビジネス研修ページ修正 */
.page-plan {
  width: 100%;
  margin-bottom: 4em;
}
.page-plan-selectBox {
  display: flex;
}
.page-plan-selectBox-item {
  width: 50%;
  border: 2px #010d1a solid;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 15px;
  padding: 50px 20px;
  font-size: 25px;
}
.page-plan-selectBox-item:first-of-type {
  border-right: none;
}
.page-plan-selectBox-item.active {
  background-color: #010d1a;
  color: #ddd;
}

.page-block.campingoffice-plan-block.campingoffice-plan-con {
  display: none;
}

.page-block.campingoffice-plan-block.campingoffice-plan-con.active {
  display: block;
}

body.campingoffice .page-header > .bg video {
  width: 100%;
  height: auto;
}

/* 20230214トップページKV修正 */
#home-index {
  padding: 44px;
}
#home-index .item {
  position: relative;
}
#home-index .item.hotel {
  padding: 16px 30px 16px 16px;
}
#home-index .item.hotel a .inner {
  background-color: rgba(185, 147, 99, 0.8);
}
#home-index .item.camping {
  padding: 16px 16px 16px 30px;
}
#home-index .item.camping a .inner {
  background-color: rgba(185, 147, 99, 0.8);
}
#home-index .item .inner {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%);
  padding: 15px 0px;
  width: 50%;
  max-width: 375px;
  border-radius: 40px;
}
#home-index .item .inner .catch {
  position: relative;
}
#home-index .item .inner .catch::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: baseline;
  background-color: #fff;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  right: 25px;
  -webkit-mask: url(../images/arrow04.svg);
  mask: url(../images/arrow04.svg);
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}

.facilities-table th, .facilities-table td {
  vertical-align: middle;
}

#home-keyvisual {
  height: calc(100% - 360px);
  min-height: 240px;
  background-position: 50% 74%;
}

/* news ------------------------------ */
.price-chart {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}

.price-chart-block {
  width: 48%;
}

.price-chart-contents {
  border: 1px solid;
  padding: 10px;
}

.price-chart-heading {
  margin: 10px 0;
}

@media only screen and (max-width: 480px) {
  /* wrapper ------------------------------ */
  #wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    padding-top: 21.3333333333vw;
  }
  /* container ------------------------------ */
  #container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-bottom: 0vw;
    zoom: 1;
  }
  #container.home {
    padding-bottom: 0px;
  }
  #container:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    content: " ";
    line-height: 0;
  }
  .comingsoon {
    text-align: center;
    font-size: 1.38em;
    line-height: 1.7em;
  }
  .common-gallery {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100% !important;
    margin: -5.3333333333vw auto 16vw;
    overflow: hidden;
  }
  .common-gallery p img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .common-gallery .owl-item {
    max-width: 100%;
  }
  .common-gallery .owl-item p {
    width: auto;
  }
  .common-gallery.owl-carousel .owl-nav {
    margin: 0px;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-prev,
  .common-gallery.owl-carousel .owl-nav button.owl-next {
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    border-radius: 10.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
    background-color: transparent;
    background-image: url("../images/arrow03.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-prev {
    transform: scale(-1, 1);
    left: 5.3333333333vw;
  }
  .common-gallery.owl-carousel .owl-nav button.owl-next {
    right: 5.3333333333vw;
  }
  .common-reserve {
    text-align: center;
    margin-top: 10.6666666667vw;
  }
  .common-reserve .button01 {
    min-width: 100%;
    font-size: 1.23em;
    line-height: 1em;
    padding: 8vw 4vw;
  }
  /* home ------------------------------ */
  body.home #wrapper {
    padding-top: 0;
  }
  body.home #head {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -40px;
  }
  body.home #home-keyvisual-outer {
    height: 100vh;
  }
  body.home.smaller #head {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  #home-keyvisual-outer {
    height: calc(100vh - 21.3333333333vw);
    min-height: 96vw;
  }
  #home-keyvisual {
    display: flex;
    align-items: flex-end;
    height: calc(100% - 50vw);
    background-image: url("../images/home_kv1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: cover;
    color: #ffffff;
  }
  #home-keyvisual .inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 5.3333333333vw;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #home-keyvisual .inner .catch {
    font-size: 1.8em;
    line-height: 1.3em;
    text-align: center;
  }
  #home-keyvisual .inner .text {
    margin-top: 5.3333333333vw;
    font-size: 1.07em;
    line-height: 1.5em;
  }
  #home-index {
    display: flex;
    justify-content: space-between;
  }
  #home-index .item {
    width: 50%;
    height: 50vw;
  }
  #home-index .item a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #ffffff;
    text-decoration: none;
  }
  #home-index .item .inner {
    padding: 2.6666666667vw 0;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
  }
  #home-index .item.hotel a {
    background-image: url("../images/home_item1.jpg?t=2021062001");
  }
  #home-index .item.hotel a .inner {
    background-color: rgba(92, 72, 50, 0.4);
  }
  #home-index .item.camping a {
    background-image: url("../images/home_item2.jpg?t=2021062001");
  }
  #home-index .item.camping a .inner {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .wide-block {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .wide-block > .inner {
    width: 100%;
    margin: 0 auto;
  }
  #home-news > .inner {
    padding: 13.3333333333vw 0 16vw;
  }
  #home-news > .inner .more {
    text-align: center;
    margin-top: 1em;
  }
  #home-news > .inner .image {
    display: none;
  }
  #home-holiday {
    background-color: #eeeeee;
  }
  #home-holiday > .inner {
    padding: 16vw 0 13.3333333333vw;
  }
  #home-holiday .common-heading {
    color: #010d1a;
  }
  .blog-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .blog-list > li {
    margin-bottom: 8vw;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .blog-list > li:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .blog-list > li > a {
    display: block;
    width: 100%;
    color: #010d1a;
    text-decoration: none;
    background-color: #ffffff;
  }
  .blog-list > li .image {
    width: 100%;
    height: 52.5333333333vw;
    text-align: center;
    overflow: hidden;
  }
  .blog-list > li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .blog-list > li .caption {
    position: relative;
    flex: 1;
    padding: 5.3333333333vw;
    font-size: 1em;
    line-height: 1.6em;
  }
  .blog-list > li .more {
    color: #D1B389;
    text-align: right;
    margin-top: 1.3333333333vw;
  }
  .blog-list > li .more:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 5.0666666667vw;
    height: 1.3333333333vw;
    background-image: url("../images/arrow04.svg");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    margin-left: 1.3333333333vw;
  }
  body.home .blog-list > li {
    box-shadow: none;
  }
  .home-banner-list {
    list-style-type: none;
    margin: 0px;
    padding: 5.3333333333vw 0px 0px;
  }
  .home-banner-list > li {
    margin-top: 5.3333333333vw;
  }
  #home-about {
    background-color: #ffffff;
  }
  #home-about > .inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 16vw 0 16vw;
    color: #010d1a;
    /*a {
    	color: $col-black4;
    	text-decoration: none;
    }
    .common-set01 {
    	@include vendor-prefix(transition, 'all 0.8s');
    	overflow: hidden;
    	position: relative;
    	max-height: 30em;
    	&:after {
    		@include vendor-prefix(transition, 'all 0.8s');
    		content: " ";
    		display: block;
    		width: 100%;
    		position: absolute;
    		left: 0px;
    		bottom: 0px;
    		z-index: 1;
    		background: #ffffff;
    		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
    		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
    		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
    		height: 6em;
    		visibility: visible;
    		opacity: 1.0;
    	}
    	&.open {
    		max-height: 100em;
    		&:after {
    			visibility: hidden;
    			opacity: 0;
    		}
    	}
    }
    .more {
    	text-align: center;
    	font-size: 1.07em;
    }*/
  }
  #home-about > .inner > .heading {
    text-align: center;
    color: #010d1a;
    font-size: 1.24em;
    line-height: 1.5em;
    margin-bottom: 5.3333333333vw;
  }
  #home-about > .inner .data {
    font-size: 1em;
    line-height: 1.8em;
    position: relative;
  }
  #home-about > .inner .more {
    margin-top: 1em;
    text-align: right;
    font-size: 1em;
    line-height: 1em;
  }
  /* page ------------------------------ */
  .page-wrapper {
    padding-top: 0vw;
    padding-bottom: 16vw;
    margin: 0 5.3333333333vw;
    color: #010d1a;
  }
  .page-title {
    padding-bottom: 10.6666666667vw;
    margin-top: 40px;
    margin-bottom: 10.6666666667vw;
    border-bottom: 1px solid #D1B389;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1em;
    color: #010d1a;
  }
  .page-header {
    position: relative;
    margin-bottom: 8vw;
    height: 74.6666666667vw;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%;
    background-size: cover, cover;
    color: #ffffff;
  }
  .page-header .inner {
    height: 100%;
    margin: 0px 5.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.6);
  }
  .page-header .inner .catch {
    font-size: 1.84em;
    line-height: 1.5em;
  }
  .page-header .inner .text {
    margin-top: 1.3333333333vw;
    font-size: 1.84em;
    line-height: 1.5em;
  }
  .page-header.small-header {
    text-align: center;
    height: 33.0666666667vw;
  }
  .small-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 34.6666666667vw;
    overflow: visible;
    margin-bottom: 18.6666666667vw;
  }
  .small-header .inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 13.3333333333vw;
    background-color: #010d1a;
    position: absolute;
    left: 0px;
    bottom: -13.3333333333vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .small-header .inner .catch {
    font-size: 1.6em;
    line-height: 1em;
    color: #b99363;
  }
  .page-block > .inner {
    margin: 0 5.3333333333vw;
    padding-bottom: 16vw;
    color: #010d1a;
  }
  .page-header + .page-block > .inner {
    /*padding-top: vw-calc(32px);
    border-top: 1px solid $col-brown1;*/
  }
  .detail-header {
    margin-bottom: 8vw;
    height: 33.0666666667vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #010d1a;
  }
  .detail-header .inner {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .detail-header .inner .catch {
    font-size: 1.38em;
    line-height: 1em;
  }
  .detail-header .inner .text {
    margin-top: 5.3333333333vw;
    font-size: 1.23em;
    line-height: 1.5em;
  }
  .detail-block > .inner {
    margin: 0 5.3333333333vw;
    padding-bottom: 16vw;
    color: #010d1a;
  }
  .detail-lead {
    text-align: left;
    font-size: 1.07em;
    line-height: 2em;
    margin-bottom: 8vw;
  }
  .detail-row > .heading {
    font-size: 1.23em;
    line-height: 1.5em;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .detail-box01 {
    width: 100%;
  }
  .detail-box02 {
    margin-top: 9.3333333333vw;
    width: 100%;
  }
  .detail-table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border: 1px solid #E4DDD4;
    border-right: none;
    border-bottom: none;
  }
  .detail-table th,
  .detail-table td {
    border: 1px solid #E4DDD4;
    border-left: none;
    border-top: none;
    padding: 2.6666666667vw 2.6666666667vw;
    text-align: left;
    vertical-align: top;
  }
  .detail-table th {
    background-color: #e1ebe4;
    width: 5%;
    white-space: nowrap;
  }
  .detail-table td.image {
    text-align: center;
    padding: 4vw 2.6666666667vw;
  }
  .detail-table td.image img {
    width: 34.6666666667vw;
    height: auto;
  }
  .detail-info {
    margin-bottom: 9.3333333333vw;
  }
  .detail-info:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .detail-info > .heading {
    font-size: 1.23em;
    line-height: 1.5em;
    margin-bottom: 4vw;
    position: relative;
  }
  .detail-info > .heading > span {
    display: inline-block;
    background-color: #ffffff;
    padding-right: 5.3333333333vw;
    position: relative;
    z-index: 2;
  }
  .detail-info > .heading:after {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #E4DDD4;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
  }
  .detail-info-list {
    list-style-type: disc;
    margin: 0px;
    padding: 0px;
  }
  .detail-info-list > li {
    margin: 0 0 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 1.7em;
  }
  .detail-gallery .slide-box {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .detail-gallery .slide {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .detail-gallery .slide .item {
    position: relative;
    height: 100%;
  }
  .detail-gallery .slide .item a {
    display: block;
  }
  .detail-gallery .slide .item .image {
    position: relative;
    overflow: hidden;
  }
  .detail-gallery .slide .item img {
    width: 100%;
  }
  .detail-gallery .slide .item .name {
    padding: 4vw;
    background-color: #010d1a;
    color: #ffffff;
    text-align: center;
  }
  .detail-gallery .slide > .slick-list,
  .detail-gallery .slide > .slick-list > .slick-track,
  .detail-gallery .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
  }
  .detail-gallery .slide-navigation {
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 -2.6666666667vw 2.6666666667vw 0;
    padding: 13.3333333333vw 0 0 0;
  }
  .detail-gallery .slide-navigation .slick-list {
    overflow: visible;
  }
  .detail-gallery .slide-navigation .slick-slide .item {
    position: relative;
    cursor: pointer;
    overflow: visible;
    margin: 0;
    padding: 0;
    padding-top: 63.5087719298%;
  }
  .detail-gallery .slide-navigation .slick-slide .item .name {
    position: absolute;
    left: 0;
    top: -10.6666666667vw;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: 500;
    white-space: nowrap;
  }
  .detail-gallery .slide-navigation .slick-slide .item .name span {
    display: block;
    color: #b99363;
  }
  .detail-gallery .slide-navigation .slick-slide .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 0 0;
    opacity: 0.6;
  }
  .detail-gallery .slide-navigation .slick-current .item img {
    opacity: 1;
  }
  .detail-gallery .slide-navigation .slick-slide {
    border: 0 solid transparent;
    border-right: 2.6666666667vw solid transparent;
  }
  .detail-gallery .slide2 {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    line-height: 0.1;
  }
  .detail-gallery .slide2 .slick-next, .detail-gallery .slide2 .slick-prev {
    width: 8vw;
    height: 8vw;
    z-index: 100;
  }
  .detail-gallery .slide2 .slick-next:before, .detail-gallery .slide2 .slick-prev:before {
    font-size: 8vw;
    text-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.4);
  }
  .detail-gallery .slide2 .slick-next {
    right: 1.3333333333vw;
  }
  .detail-gallery .slide2 .slick-prev {
    left: 1.3333333333vw;
  }
  .detail-gallery .slide2 .slick-dots {
    bottom: 2.6666666667vw;
  }
  .detail-gallery .slide2 .slick-dots li {
    margin: 0 0.8vw;
  }
  .detail-gallery .slide2 .slick-dots li button:before {
    text-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 2.6666666667vw;
  }
  .detail-gallery .slide2 .slick-dots li.slick-active button:before {
    color: #ffffff;
  }
  .detail-gallery .slide2 .item {
    position: relative;
    height: 100%;
  }
  .detail-gallery .slide2 .item a {
    display: block;
  }
  /* about ------------------------------ */
  body.about .page-header {
    background-position: 0% 50%;
    background-size: auto 115%;
  }
  body.about .page-block p {
    line-height: 2em;
  }
  .about-lead {
    margin-bottom: 10.6666666667vw;
  }
  .about-point .box {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .about-point .box .catch {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 3.6em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .about-point .box .image {
    margin-bottom: 2.6666666667vw;
    aspect-ratio: 4/3;
  }
  .about-point .box .image img {
    height: 100%;
    object-fit: cover;
  }
  .about-point .box .summary {
    font-size: 1em;
  }
  .about-point .box:nth-last-child(1) {
    margin-bottom: 0;
  }
  .about-contents img {
    max-width: 100%;
    height: auto;
  }
  .about-contents .image {
    margin-bottom: 5.3333333333vw;
  }
  .about-contents .text {
    margin-bottom: 10.6666666667vw;
  }
  .about-contents .text > p {
    margin-bottom: 1.8em;
  }
  .about-contents .text > p:nth-last-child(1) {
    margin-bottom: 0;
  }
  /* hotel ------------------------------ */
  body.hotel .page-header {
    background-position: 50% 0%;
  }
  body.hotel .common-heading {
    text-align: left;
  }
  .hotel-room-index {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  .hotel-room-index > li {
    position: relative;
    margin: 0;
    padding: 0;
    color: #010d1a;
  }
  .hotel-room-index > li.hotel-room-main {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .hotel-room-index > li.hotel-room-main .text {
    margin-bottom: 5.3333333333vw;
  }
  .hotel-room-index > li.hotel-room-sub {
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
  .hotel-room-index > li.hotel-room-sub:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .hotel-room-index > li.hotel-room-sub .image {
    margin-bottom: 5.3333333333vw;
  }
  .hotel-room-index > li img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .hotel-room-index > li .heading {
    position: relative;
    color: #010d1a;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    padding-right: 16vw;
    margin-bottom: 4vw;
  }
  .hotel-room-index > li .heading .ic-simmons {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/hotel_ic_simmons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 13.0666666667vw;
    height: 8.5333333333vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9000px;
    position: absolute;
    right: 0px;
    top: -2.1333333333vw;
  }
  .hotel-room-index > li .more {
    margin-top: 5.3333333333vw;
  }
  .hotel-room-index > li .more .button01 {
    font-size: 1em;
    padding: 3.7333333333vw;
    min-width: 100%;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .simmons-box {
    margin-top: 10.6666666667vw;
    border: 1px solid #D1B389;
    padding: 8vw 6.6666666667vw;
  }
  .simmons-box .image {
    width: 39.4666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
  .simmons-box img {
    width: 100%;
    height: auto;
  }
  .simmons-box .text {
    color: #010d1a;
    position: relative;
  }
  .simmons-box .text > .heading {
    color: #010d1a;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4vw;
  }
  .simmons-box .text p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .simmons-box .text .logo {
    position: absolute;
    right: 0;
    top: 2.6666666667vw;
    width: 10.6666666667vw;
  }
  .simmons-box .text .logo img {
    width: 100%;
    height: auto;
  }
  #hotel-restaurant {
    background-color: #010d1a;
    color: #ffffff;
  }
  #hotel-restaurant > .inner {
    padding: 16vw 0px;
  }
  #hotel-restaurant > .inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #hotel-restaurant > .inner .image {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  #hotel-restaurant > .inner .data {
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
  }
  #hotel-restaurant > .inner .heading {
    font-size: 1.23em;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 6.6666666667vw;
  }
  #hotel-restaurant > .inner .catch {
    font-size: 1.23em;
    line-height: 1.5em;
    margin-bottom: 4vw;
  }
  #hotel-restaurant > .inner .text {
    font-size: 1em;
    line-height: 1.7em;
  }
  #hotel-restaurant > .inner .more {
    margin-top: 4vw;
    text-align: left;
  }
  #hotel-restaurant > .inner .more .button02 {
    font-size: 1.07em;
    padding: 4.2666666667vw;
    min-width: 53.3333333333vw;
  }
  #hotel-restaurant > .inner .more > p {
    margin-top: 10px;
  }
  #hotel-facility > .inner {
    padding-top: 16vw;
  }
  #hotel-facility .covid19 {
    margin-top: 16vw;
  }
  #hotel-facility .covid19 .button02 {
    display: block;
    padding: 8.5333333333vw;
    font-size: 1.07em;
    line-height: 1em;
    color: #ff0000;
    border-color: #ff0000;
  }
  .hotel-facility-index {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .hotel-facility-index > li {
    margin: 5.3333333333vw 3.7333333333vw 0 0;
    padding: 0;
    width: 42.6666666667vw;
    color: #ffffff;
  }
  .hotel-facility-index > li:nth-of-type(1), .hotel-facility-index > li:nth-of-type(2) {
    margin-top: 0px;
  }
  .hotel-facility-index > li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .hotel-facility-index > li > a {
    color: #010d1a;
    text-decoration: none;
    display: block;
  }
  .hotel-facility-index > li .image {
    width: 100%;
    height: 22.4vw;
    overflow: hidden;
  }
  .hotel-facility-index > li .image img {
    width: 100%;
    height: auto;
  }
  .hotel-facility-index > li .name {
    margin-top: 1.3333333333vw;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
  }
  /* hotel/room ------------------------------ */
  body.room .page-block > .inner {
    color: #010d1a;
  }
  .room-lead-block {
    margin-bottom: 10.6666666667vw;
    color: #010d1a;
    font-size: 1em;
    line-height: 2em;
  }
  .room-lead-block > .inner {
    margin: 0 5.3333333333vw;
  }
  .room-block > .inner {
    border-top: 1px solid #706F70;
    padding-top: 5.3333333333vw;
    padding-bottom: 16vw;
  }
  .room-block > .inner .room-heading {
    position: relative;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
    color: #b99363;
  }
  .room-block > .inner .room-summary {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 5.3333333333vw;
  }
  .room-block > .inner .images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .room-block > .inner .images > li {
    margin: 6px 6px 0 0;
    padding: 0;
    width: calc(33.33333% - 4px);
  }
  .room-block > .inner .images > li:nth-of-type(1), .room-block > .inner .images > li:nth-of-type(2) {
    width: calc(50% - 3px);
    margin-top: 0px;
  }
  .room-block > .inner .images > li:nth-of-type(2) {
    margin-right: 0;
  }
  .room-block > .inner .images > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .room-block > .inner .images img {
    width: 100%;
    height: auto;
  }
  .room-block > .inner .time {
    margin-top: 25px;
    margin-right: 10px;
    text-align: right;
  }
  .room-block > .inner .data-outer {
    display: flex;
    flex-wrap: wrap;
  }
  .room-block > .inner .data-outer > * {
    width: 580px;
    margin-top: 80px;
    margin-right: 40px;
  }
  .room-block > .inner .data-outer > *:nth-child(even) {
    margin-right: 0;
  }
  .room-block > .inner .data-outer .data {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 45px;
    border-left: 2px solid #b99363;
    position: relative;
    padding-bottom: 120px;
    font-size: 22px;
    line-height: 2em;
  }
  .room-block > .inner .data-outer .data > .heading {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .room-block > .inner .data-outer .data .plan-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  .room-block > .inner .data-outer .data .plan-table th,
  .room-block > .inner .data-outer .data .plan-table td {
    text-align: left;
    vertical-align: top;
    padding: 1em 0 0 0;
    border: none;
    font-size: 22px;
    line-height: 1.8em;
  }
  .room-block > .inner .data-outer .data .plan-table th {
    padding-right: 2em;
    white-space: nowrap;
  }
  .room-block > .inner .data-outer .data .bottom {
    position: absolute;
    left: 47px;
    bottom: 0;
  }
  .room-block > .inner .data-outer .data .bottom .price {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
  }
  .room-block > .inner .data-outer .data .bottom .note {
    margin-top: 1.5em;
    font-size: 1em;
    line-height: 1em;
  }
  .room-block > .inner .data-outer .image img {
    width: 100%;
    height: auto;
  }
  .room-facilities {
    margin-top: 10.6666666667vw;
  }
  .room-facilities .image {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .room-facilities .image img {
    width: 50%;
    height: auto;
  }
  .room-facilities .image .simons {
    position: relative;
    padding-right: 12vw;
  }
  .room-facilities .image .simons:before {
    content: " ";
    display: block;
    width: 9.3333333333vw;
    height: 5.8666666667vw;
    background-image: url("../images/hotel_ic_simmons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 2.6666666667vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .room-facilities .data {
    margin-top: 10.6666666667vw;
  }
  .room-facilities .data li {
    font-size: 1em;
    line-height: 2em;
  }
  .room-facilities .data > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .room-facilities .data > ul > li {
    margin: 0;
    padding: 0;
  }
  .room-simons {
    margin-top: 10.6666666667vw;
    border: 1px solid #e9e9e9;
    padding: 5.3333333333vw;
  }
  .room-simons .image {
    width: 100%;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .room-simons .image img {
    width: 50%;
    height: auto;
  }
  .room-simons .data {
    position: relative;
  }
  .room-simons .heading {
    font-size: 1.24em;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .room-simons p {
    font-size: 1em;
    line-height: 1.8em;
  }
  .room-simons .logo {
    position: absolute;
    right: 0;
    top: 2.6666666667vw;
    width: 10.6666666667vw;
  }
  .room-simons .logo img {
    width: 100%;
    height: auto;
  }
  .room-toy {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .room-toy .image {
    width: 32vw;
    margin-right: 2.6666666667vw;
  }
  .room-toy .image img {
    width: 100%;
    height: auto;
  }
  .room-toy .text {
    font-size: 1em;
    line-height: 1.8em;
  }
  .room-images-3col {
    list-style-type: none;
    margin: 10.6666666667vw 0 0 0;
    padding: 0;
  }
  .room-images-3col > li {
    padding: 0;
    margin: 0 0 5.3333333333vw 0;
    width: 100%;
  }
  .room-images-3col > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .room-images-3col > li .image {
    width: 100%;
  }
  .room-images-3col > li .image img {
    width: 100%;
    height: auto;
  }
  .room-images-3col > li .text {
    margin-top: 1.3333333333vw;
    font-size: 1em;
    line-height: 1.5em;
  }
  .room-images-2col {
    list-style-type: none;
    margin: 5.3333333333vw 0 0 0;
    padding: 0;
  }
  .room-images-2col > li {
    padding: 0;
    margin: 0 0 5.3333333333vw 0;
    width: 100%;
  }
  .room-images-2col > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .room-images-2col > li .image {
    width: 100%;
  }
  .room-images-2col > li .image img {
    width: 100%;
    height: auto;
  }
  .room-images-2col > li .text {
    margin-top: 1.3333333333vw;
    font-size: 1em;
    line-height: 1.5em;
  }
  .art-room-name {
    font-size: 16px;
  }
  .art-room-artist {
    font-size: 14px;
    margin-top: 10px;
  }
  .art-room-artist-desc {
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 10px;
    text-align: left;
  }
  /* hotel_restaurant ------------------------------ */
  body.restaurant .page-header {
    background-position: 50% 50%;
  }
  .restaurant-lead-block {
    margin: 0 5.3333333333vw 10.6666666667vw;
  }
  .restaurant-main-block > .inner {
    padding-top: 0;
    padding-bottom: va-calc(60px);
  }
  .restaurant-main-block > .inner .restaurant-heading {
    position: relative;
    text-align: center;
    font-size: 1.24em;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
    color: #b99363;
  }
  .restaurant-main-block > .inner .restaurant-heading:before {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #706F70;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
  }
  .restaurant-main-block > .inner .restaurant-heading > span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 5.3333333333vw;
  }
  .restaurant-main-block > .inner .images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .restaurant-main-block > .inner .images > li {
    margin: 1.6vw 1.6vw 0 0;
    padding: 0;
    width: calc(33.33333% - 1.0666666667vw);
  }
  .restaurant-main-block > .inner .images > li:nth-of-type(1), .restaurant-main-block > .inner .images > li:nth-of-type(2) {
    width: calc(50% - 0.8vw);
    margin-top: 0px;
  }
  .restaurant-main-block > .inner .images > li:nth-of-type(2) {
    margin-right: 0;
  }
  .restaurant-main-block > .inner .images > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .restaurant-main-block > .inner .images img {
    width: 100%;
    height: auto;
  }
  .restaurant-main-block > .inner .time {
    margin-top: 2.6666666667vw;
    text-align: right;
  }
  .restaurant-main-block > .inner .data-outer > * {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .restaurant-main-block > .inner .data-outer .data {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 5.3333333333vw;
    border-left: 0.5333333333vw solid #b99363;
    font-size: 1em;
    line-height: 1.8em;
  }
  .restaurant-main-block > .inner .data-outer .data > .heading {
    font-size: 1.24em;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
  }
  .restaurant-main-block > .inner .data-outer .data .plan-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }
  .restaurant-main-block > .inner .data-outer .data .plan-table th,
  .restaurant-main-block > .inner .data-outer .data .plan-table td {
    text-align: left;
    vertical-align: top;
    padding: 1em 0 0 0;
    border: none;
    font-size: 1em;
    line-height: 1.8em;
  }
  .restaurant-main-block > .inner .data-outer .data .plan-table th {
    padding-right: 2em;
    white-space: nowrap;
  }
  .restaurant-main-block > .inner .data-outer .data .bottom {
    margin-top: 5.3333333333vw;
  }
  .restaurant-main-block > .inner .data-outer .data .bottom .price {
    font-size: 1.24em;
    line-height: 1em;
    font-weight: 500;
  }
  .restaurant-main-block > .inner .data-outer .data .bottom .note {
    margin-top: 1.5em;
    font-size: 1em;
    line-height: 1em;
  }
  .restaurant-main-block > .inner .data-outer > .image {
    margin-bottom: -5.3333333333vw;
  }
  .restaurant-main-block > .inner .data-outer > .image img {
    width: 100%;
    height: auto;
  }
  .restaurant-sub-block > .inner {
    padding-top: 0;
    padding-bottom: 16vw;
  }
  .restaurant-sub-block .restaurant-heading {
    position: relative;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .restaurant-sub-block .restaurant-heading:before {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #706F70;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
  }
  .restaurant-sub-block .restaurant-heading h2 {
    position: relative;
    display: inline-block;
    padding: 0 2vw;
    font-size: 1.24em;
    line-height: 1em;
    font-weight: 500;
    color: #b99363;
    background-color: #ffffff;
    z-index: 2;
  }
  .restaurant-sub-block .restaurant-heading h2 > span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 5.3333333333vw;
  }
  .restaurant-sub-block .lead {
    font-size: 1em;
    line-height: 2em;
  }
  .restaurant-sub-block .images {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .restaurant-sub-block .images > li {
    margin: 5.3333333333vw 5.3333333333vw 0 0;
    padding: 0;
    width: calc(50% - 2.6666666667vw);
  }
  .restaurant-sub-block .images > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .restaurant-sub-block .images > li.wide {
    width: 100%;
    margin-right: 0;
  }
  .restaurant-sub-block .images img {
    width: 100%;
    height: auto;
  }
  .restaurant-sub-block .images--col3 {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .restaurant-sub-block .images--col3 > li {
    margin: 6px 6px 0 0;
    padding: 0;
    width: calc(33.33333% - 4px);
  }
  .restaurant-sub-block .images--col3 > li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .restaurant-sub-block .images--col3 > li.wide {
    width: 100%;
    margin-right: 0;
  }
  .restaurant-sub-block .images--col3 img {
    width: 100%;
    height: auto;
  }
  /* hotel/facilities ------------------------------ */
  .facilities-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .facilities-items > li {
    padding: 10.6666666667vw 0px;
    border-bottom: 1px solid #dcdcdc;
  }
  .facilities-items > li:nth-child(1) {
    padding-top: 0px;
  }
  .facilities-items > li > .inner > .image {
    width: 100%;
  }
  .facilities-items > li > .inner > .image img {
    width: 100%;
    height: auto;
  }
  .facilities-items > li > .inner .data {
    margin-top: 2.6666666667vw;
  }
  .facilities-items > li > .inner .data .name {
    color: #010d1a;
    font-size: 1.24em;
    line-height: 1.2em;
    font-weight: 700;
  }
  .facilities-items > li > .inner .data .text {
    margin-top: 2.6666666667vw;
    font-size: 1em;
    line-height: 1.8em;
  }
  .facilities-items > li > .inner .data .drawing {
    margin-top: 2.6666666667vw;
    text-align: right;
  }
  .facilities-items > li > .inner .data .drawing .button03 {
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .facilities-items > li > .inner .bottom {
    margin-top: 2.6666666667vw;
  }
  .facilities-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-top: 1px solid #010d1a;
    width: 100%;
  }
  .facilities-table th, .facilities-table td {
    border-bottom: 1px solid #010d1a;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.5em;
    padding: 8px 0px;
  }
  .facilities-table th {
    padding-right: 1.5em;
    white-space: nowrap;
    width: 5%;
  }
  /* camping ------------------------------ */
  body.camping .page-header {
    background-position: 50% 50%;
    margin-bottom: 0;
  }
  .camping-lead {
    font-size: 1em;
    margin-top: 30px;
  }
  .camping-comingsoon {
    background-color: #b6c261;
    padding: 10.6666666667vw 0px;
    text-align: center;
    font-size: 1.24em;
    line-height: 1em;
    color: #010d1a;
  }
  .page-block.camping-lead-block > .inner {
    padding: 0;
  }
  .page-block.camping-images-block > .inner {
    padding: 10.6666666667vw 0;
  }
  .camping-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .camping-images > li {
    width: 48%;
    margin: 0 0 2.6666666667vw;
    padding: 0;
  }
  .page-block.camping-office-block {
    background-color: #eeeeee;
  }
  .page-block.camping-office-block > .inner {
    padding: 16vw 0;
  }
  .page-block.camping-office-block .image {
    margin-top: 5.3333333333vw;
  }
  .page-block.camping-office-block .image a {
    display: block;
  }
  .page-block.camping-office-block .image a:hover {
    opacity: 0.7;
  }
  .page-block.camping-office-block .image img {
    width: 100%;
    height: auto;
  }
  .page-block.camping-office-block .heading,
  .page-block.camping-office-block .lead {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #010d1a;
    text-align: center;
    white-space: nowrap;
  }
  .page-block.camping-office-block .heading {
    font-size: 1.9em;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 2.6666666667vw;
  }
  .page-block.camping-office-block .lead {
    font-size: 0.9em;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .outdoor-merit-img {
    margin: 40px 0;
    width: 100%;
  }
  /* sightseeing ------------------------------ */
  body.sightseeing .page-header {
    background-position: -9000px 0, 50% 50%;
  }
  body.sightseeing .common-heading {
    text-align: left;
  }
  .sightseeing-lead {
    margin-bottom: 10.6666666667vw;
  }
  .sightseeing-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sightseeing-list > li {
    width: 42.6666666667vw;
    margin: 0 4vw 10.6666666667vw 0;
    padding: 0 0 16vw 0;
    position: relative;
  }
  .sightseeing-list > li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .sightseeing-list > li .image {
    width: 100%;
    height: 42.6666666667vw;
  }
  .sightseeing-list > li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .sightseeing-list > li .name {
    font-size: 1.23em;
    line-height: 1.5em;
    margin-top: 2.6666666667vw;
  }
  .sightseeing-list > li .text {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 1.3333333333vw;
  }
  .sightseeing-list > li .more {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .sightseeing-list > li .more .button02 {
    width: 100%;
    padding: 2.6666666667vw;
    border-color: #010d1a;
    color: #010d1a;
    font-size: 1em;
    line-height: 1em;
  }
  .sightseeing-list > li .more .button02:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("../images/ic_launch.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
  }
  .sightseeing-list > li .more .button02:hover {
    background-color: #E4DDD4;
    color: #010d1a;
  }
  .sightseeing-route {
    margin-bottom: 10.6666666667vw;
  }
  .sightseeing-route img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .sightseeing-route .image {
    width: 100%;
  }
  .sightseeing-route .image img {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1.0666666667vw solid #010d1a;
  }
  .sightseeing-route .data {
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 4vw;
  }
  .sightseeing-route .catch {
    font-size: 1.07em;
    line-height: 1.5em;
  }
  .sightseeing-route .text {
    margin-top: 1.3333333333vw;
    font-size: 1em;
    line-height: 1.7em;
  }
  .sightseeing-route:nth-last-child(1) {
    margin-bottom: 0px;
  }
  /* campingoffice ------------------------------ */
  body.campingoffice .page-header {
    background-position: 50% 50%;
    background-color: #010d1a;
  }
  body.campingoffice .page-header > .inner {
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  body.campingoffice .page-header > .inner img {
    max-width: 100%;
    height: auto;
  }
  body.campingoffice .page-header > .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  body.campingoffice .page-header > .bg video {
    position: absolute;
    width: 140%;
    height: 140%;
    top: 50%; /*親要素を起点に上から50%*/
    left: 50%; /*親要素を起点に左から50%*/
    transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  body.campingoffice .page-header > .bg .loader {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.6;
    width: 16vw;
    height: 16vw;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #ffffff;
  }
  .page-block.campingoffice-first-block > .inner {
    padding-bottom: 10.6666666667vw;
  }
  .page-block.campingoffice-first-block video {
    margin-top: 5.3333333333vw;
    width: 100%;
    height: auto;
    background-color: #000000;
  }
  .page-block.campingoffice-first-block .image {
    margin-top: 5.3333333333vw;
  }
  .page-block.campingoffice-first-block .heading,
  .page-block.campingoffice-first-block .lead {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #010d1a;
    text-align: center;
    white-space: nowrap;
  }
  .page-block.campingoffice-first-block .heading {
    font-size: 1.9em;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 2.6666666667vw;
  }
  .page-block.campingoffice-first-block .heading-2 {
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  .page-block.campingoffice-first-block .lead {
    font-size: 0.9em;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .campingoffice-first-block + .page-block > .inner {
    padding-bottom: 80px;
  }
  .campingoffice-plan {
    margin-top: -2.6666666667vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #dcdcdc;
  }
  .campingoffice-plan .box {
    margin-bottom: 10.6666666667vw;
  }
  .campingoffice-plan .box .image {
    width: 100%;
    margin-bottom: 4vw;
  }
  .campingoffice-plan .box .image img {
    width: 100%;
    height: auto;
  }
  .campingoffice-plan .box .data {
    width: 100%;
  }
  .campingoffice-plan .box .catch {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1.0666666667vw;
  }
  .campingoffice-plan .box .catch span {
    font-size: 1.5rem;
    letter-spacing: 6px;
  }
  .campingoffice-plan .box .summary {
    font-size: 1em;
  }
  .campingoffice-plan-2 {
    margin-top: 30px;
  }
  .campingoffice-plan-2 .box {
    margin-bottom: 10.6666666667vw;
  }
  .campingoffice-plan-2 .box .image {
    width: 100%;
    margin-bottom: 4vw;
  }
  .campingoffice-plan-2 .box .image img {
    width: 100%;
    height: auto;
  }
  .campingoffice-plan-2 .box .data {
    width: 100%;
  }
  .campingoffice-plan-2 .box .catch {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1.0666666667vw;
  }
  .campingoffice-plan-2 .box .catch span {
    font-size: 1.5rem;
    letter-spacing: 6px;
  }
  .campingoffice-plan-2 .box .summary {
    font-size: 1em;
  }
  body.campingoffice .common-reserve {
    text-align: center;
  }
  body.campingoffice .common-reserve .button01:link, body.campingoffice .common-reserve .button01:visited {
    background-color: #b6c261;
    color: #010d1a;
    text-decoration: none;
    opacity: 1;
  }
  body.campingoffice .common-reserve .button01:hover, body.campingoffice .common-reserve .button01:active {
    background-color: #b6c261;
    color: #010d1a;
    text-decoration: none;
    opacity: 1;
  }
  .btn-businessplan {
    background-color: #b99363;
    box-sizing: border-box;
    color: #ffffff !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
  }
  .btn-businessplan:hover {
    opacity: 0.7;
  }
  /* access------------------------------ */
  .page-block.access-block {
    color: #010d1a;
  }
  .page-block.access-block p,
  .page-block.access-block .iframe-box {
    margin-bottom: 1.6em;
  }
  .page-block.access-block p:nth-last-child(1),
  .page-block.access-block .iframe-box:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .page-block.access-block hr {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #706F70;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
  }
  .page-block.access-block img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .page-block.access-block .pg-lead {
    font-size: 1.24em;
    font-weight: 700;
    line-height: 2;
    text-align: left;
  }
  /* reserve------------------------------ */
  body.reserve .page-header {
    background-position: 100% 50%;
  }
  body.reserve .page-header + .page-block > .inner {
    padding-bottom: 5.3333333333vw;
  }
  .page-block.reserve-link-block {
    background-color: #eeeeee;
    margin-bottom: 5.3333333333vw;
  }
  .page-block.reserve-link-block > .inner {
    padding: 5.3333333333vw 0;
  }
  .reserve-lnks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reserve-lnks > li {
    width: 47%;
    margin: 2.6666666667vw 0;
    padding: 0;
  }
  .reserve-lnks > li img {
    width: 100%;
    height: auto;
  }
  /* form------------------------------ */
  .formrun {
    border-top: 1px solid #dcdcdc;
    margin: 30px auto 0;
    padding-top: 30px;
  }
  .formrun textarea {
    height: 14em;
  }
  .formrun input[type=text], .formrun textarea {
    border: 1px solid #706F70;
    padding: 10px;
    width: 100%;
  }
  .formrun input[type=checkbox] {
    appearance: auto;
    border: 1px solid #706F70;
    height: 40px;
    width: 40px;
  }
  .formrun .form-content {
    width: 100%;
  }
  .formrun .form-content:not(:first-of-type) {
    margin-top: 30px;
  }
  .formrun .form-content--privacypolicy {
    text-align: center;
  }
  .formrun .form-content label {
    display: block;
    font-weight: 700;
  }
  .formrun .form-input {
    margin-top: 10px;
  }
  .formrun .required {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    margin-left: 10px;
    padding: 4px 10px;
  }
  .formrun .err {
    color: #ff0000;
  }
  .formrun button {
    background-color: #b6c261;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin: 60px auto 0;
    padding: 20px;
    width: 100%;
  }
  .form-closed {
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .form-closed--main {
    border: 1px solid #ff0000;
    box-sizing: border-box;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 60px;
    padding: 30px;
    text-align: center;
  }
  /* progress------------------------------ */
  .progress {
    background-color: transparent;
    color: rgb(255, 255, 255);
    height: 2px;
    margin-top: 30px;
    position: absolute;
    width: 100%;
  }
  .progress-bar {
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    width: 0%;
  }
  .pg-loader {
    background-color: #010d1a;
    display: none;
    height: 100vh;
    position: fixed;
    transition: 1s;
    width: 100%;
    z-index: 99999;
  }
  .pg-loader-inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pg-loader-inner-img {
    box-sizing: border-box;
    height: 180px;
    width: 180px;
  }
  .pg-loader-inner-progress {
    background-color: #ffffff;
    height: 2px;
    margin-top: 30px;
    width: 180px;
  }
  .post-item ul {
    list-style-type: disc;
    margin-left: 1rem;
  }
  .notice {
    border: 1px solid red;
    color: red;
    margin-top: 20px;
    padding: 10px 20px;
  }
  /* 20230214トップページKV修正 */
  .camp-bnr {
    margin-top: 20px;
    padding: 0 5.33333vw;
  }
  /* ビジネス研修ページ修正 */
  .page-plan {
    width: 100%;
    margin-bottom: 4em;
  }
  .page-plan-selectBox {
    display: flex;
  }
  .page-plan-selectBox-item {
    width: 50%;
    border: 2px #010d1a solid;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px;
    font-size: 15px;
  }
  .page-plan-selectBox-item:first-of-type {
    border-right: none;
  }
  .page-plan-selectBox-item.active {
    background-color: #010d1a;
    color: #ddd;
  }
  .page-block.campingoffice-plan-block.campingoffice-plan-con {
    display: none;
  }
  .page-block.campingoffice-plan-block.campingoffice-plan-con.active {
    display: block;
  }
  /* 20230214トップページKV修正 */
  #home-index {
    flex-wrap: wrap;
    padding: 0;
  }
  #home-index .item {
    position: relative;
    width: 100%;
    height: 35vw;
  }
  #home-index .item.hotel {
    padding: 16px 16px 8px 16px;
  }
  #home-index .item.hotel a .inner {
    background-color: rgba(185, 147, 99, 0.8);
  }
  #home-index .item.camping {
    padding: 8px 16px 0px 16px;
  }
  #home-index .item.camping a .inner {
    background-color: rgba(185, 147, 99, 0.8);
  }
  #home-index .item .inner {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%);
    padding: 15px 0px;
    width: 50%;
    max-width: 375px;
    border-radius: 40px;
    top: calc(50% - 16px);
    width: 60%;
  }
  #home-index .item .inner .catch {
    position: relative;
  }
  #home-index .item .inner .catch::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: baseline;
    background-color: #fff;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 25px;
    -webkit-mask: url(../images/arrow04.svg);
    mask: url(../images/arrow04.svg);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    width: 10%;
    height: 10px;
    right: 5%;
  }
  #home-keyvisual {
    height: 75vw;
    background-size: 190%;
    align-items: center;
  }
  #home-keyvisual .inner .catch {
    font-size: 1.4em;
    color: #000000;
  }
  body.home #home-keyvisual-outer {
    height: auto;
  }
  #home-keyvisual .inner {
    padding: 2.33333vw;
    background-color: transparent;
  }
  /* news ------------------------------ */
  .price-chart {
    display: block;
  }
  .price-chart-block {
    width: 100%;
  }
  .news-schedule-day {
    font-size: 10px;
  }
}
/* # =================================================================
#	フッター
# ================================================================= */
@media only screen and (min-width: 481px) {
  #foot {
    position: relative;
    z-index: 10000;
    background-color: #010d1a;
  }
  #foot-topagetop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 60px;
    bottom: 170px;
  }
  #foot-topagetop a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-color: #b99363;
    background-image: url("../images/arrow01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 16px;
  }
  #foot-topagetop a:hover {
    opacity: 0.7;
  }
  #foot-info {
    padding: 50px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #D1B389;
  }
  #foot-info #foot-logo {
    width: auto;
    height: 70px;
  }
  #foot-info #foot-logo img {
    width: auto;
    height: 100%;
  }
  #foot-info #foot-logo a {
    opacity: 1;
  }
  #foot-info #foot-logo a:hover {
    opacity: 0.7;
  }
  #foot-info #foot-access {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 20px;
  }
  #foot-info #foot-tel {
    font-size: 0.875em;
    margin-top: 15px;
  }
  #foot-info #foot-tel > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.28em;
  }
  #foot-info #foot-tel > a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    margin-right: 0.2em;
    width: 20px;
    height: 20px;
    background-image: url("../images/ic_tel.svg?t=20210516");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  #foot-info #foot-map {
    margin-top: 20px;
  }
  #foot-info #foot-map > a {
    min-width: 200px;
    padding: 16px;
  }
  #foot-bottom {
    color: #ffffff;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
  }
  #foot-bottom a {
    color: #ffffff;
    text-decoration: none;
  }
  #foot-bottom a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  #foot-logos {
    display: flex;
    align-items: flex-end;
  }
  #foot-logos img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  #foot-logos a {
    display: block;
    height: 100%;
  }
  #foot-logos > dt {
    height: 60px;
    margin-right: 60px;
  }
  #foot-logos > dd {
    height: 33px;
    margin-right: 23px;
  }
  #foot-logos > dd.web {
    height: 17px;
  }
  #foot-logos a {
    opacity: 1;
  }
  #foot-logos a:hover {
    opacity: 0.7;
  }
  #foot-box #foot-nav {
    font-size: 0.875em;
    line-height: 1em;
  }
  #foot-box #foot-nav > ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  #foot-box #foot-nav > ul > li {
    margin: 0 0 0 3em;
    padding: 0;
  }
  #foot-box #copyright {
    text-align: right;
    font-size: 0.75em;
    line-height: 1em;
  }
}
@media only screen and (max-width: 480px) {
  #foot {
    position: relative;
    z-index: 10000;
    background-color: #010d1a;
  }
  #foot-topagetop {
    display: none;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    position: fixed;
    right: 5.3333333333vw;
    bottom: 74.6666666667vw;
  }
  #foot-topagetop a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-color: #b99363;
    background-image: url("../images/arrow01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 3.2vw;
  }
  #foot-topagetop a:hover {
    opacity: 0.7;
  }
  #foot-info {
    padding: 13.3333333333vw 0 24vw;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #D1B389;
  }
  #foot-info #foot-logo {
    width: auto;
    height: 16.8vw;
  }
  #foot-info #foot-logo img {
    width: auto;
    height: 100%;
  }
  #foot-info #foot-logo a {
    opacity: 1;
  }
  #foot-info #foot-access {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 8vw;
  }
  #foot-info #foot-tel {
    font-size: 1em;
    margin-top: 5.3333333333vw;
  }
  #foot-info #foot-tel > a {
    font-size: 1.24em;
    color: #ffffff;
    text-decoration: none;
  }
  #foot-info #foot-tel > a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    margin-right: 0.2em;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url("../images/ic_tel.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  #foot-info #foot-map {
    margin-top: 5.3333333333vw;
  }
  #foot-info #foot-map > a {
    min-width: 53.3333333333vw;
    padding: 4.2666666667vw;
  }
  #foot-bottom {
    color: #ffffff;
    padding: 8vw 5.3333333333vw 8vw;
  }
  #foot-bottom a {
    color: #ffffff;
    text-decoration: none;
  }
  #foot-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 16vw;
  }
  #foot-logos img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  #foot-logos a {
    display: block;
    height: 100%;
  }
  #foot-logos > dt {
    text-align: center;
    width: 100%;
    height: 9.6vw;
    margin-bottom: 7.4666666667vw;
  }
  #foot-logos > dd {
    height: 5.0666666667vw;
    margin: 0 1.8666666667vw;
  }
  #foot-logos > dd.web {
    height: 2.4vw;
  }
  #foot-box #foot-nav {
    font-size: 0.875em;
    line-height: 1em;
  }
  #foot-box #foot-nav > ul {
    list-style-type: none;
    margin: 0 0 8vw 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #foot-box #foot-nav > ul > li {
    margin: 0 1em;
    padding: 0;
  }
  #foot-box #copyright {
    text-align: center;
    font-size: 0.875em;
    line-height: 1em;
  }
}
/* # =================================================================
# 各ブロック
# ================================================================= */
.plan-price {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .plan-price {
    margin-top: 60px;
  }
}
.plan-price__detail {
  background-color: #b99363;
  color: #ffffff;
  margin: auto;
  padding: 2em 1em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan-price__detail {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1em;
    text-align: left;
  }
}
.plan-price__title {
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .plan-price__title {
    border-bottom: none;
    font-size: 24px;
    padding-bottom: 0;
  }
}
.plan-price__content {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .plan-price__content {
    border-left: 1px solid #ffffff;
    margin: 0 0 0 1em;
    padding-left: 2em;
  }
}
.plan-price__main, .plan-price__sub {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .plan-price__main, .plan-price__sub {
    font-size: 20px;
  }
}
.plan-price__main span, .plan-price__sub span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan-price__main span, .plan-price__sub span {
    font-size: 28px;
  }
}
.plan-price__sub__notice {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .plan-price__sub__notice {
    font-size: 14px;
  }
}
.plan-price__notice {
  margin-top: 8px;
}
.application {
  border: 1px solid #ddd;
  margin-top: 40px;
  padding: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .application {
    padding: 2em;
  }
}
.application .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .application .sp {
    display: none;
  }
}
.application__period {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .application__period {
    font-size: 24px;
  }
}
.application__notice {
  margin-top: 10px;
}

.select-language__text {
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .select-language__text {
    font-size: 16px;
  }
}
.select-language__list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .select-language__list {
    margin-top: 40px;
  }
}
.select-language__item {
  border: 1px solid #b99363;
  cursor: pointer;
  padding: 1em 0.6em;
  text-align: center;
  width: 48%;
}
.select-language__item:hover {
  background-color: #b99363;
  color: #ffffff;
}
.select-language__item--active {
  background-color: #b99363;
  color: #ffffff;
}

.language--japanese {
  display: none;
}
.language--english {
  display: none;
}

.schedule {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .schedule {
    margin-top: 120px;
  }
}
.schedule__lead {
  color: #b99363;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule__lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .schedule__plan-wrap {
    display: flex;
    justify-content: center;
  }
}
.schedule__plan {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .schedule__plan {
    margin: 40px 20px 0;
    width: 34%;
  }
}
.schedule__title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule__title {
    font-size: 16px;
  }
}
.schedule table {
  margin-top: 10px;
}
.schedule table tr th, .schedule table tr td {
  font-size: 14px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .schedule table tr th, .schedule table tr td {
    font-size: 16px;
    padding: 4px 16px;
  }
}
.schedule table tr td {
  border-left: 1px solid #010d1a;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .schedule table tr td {
    padding-left: 16px;
  }
}

.camping__catchphrase {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .camping__catchphrase {
    font-size: 32px;
    margin-top: 60px;
  }
}
.camping__lead {
  margin: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .camping__lead {
    margin: 60px 0 40px;
  }
}
.camping__lead--comingsoon {
  margin: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .camping__lead--comingsoon {
    font-size: 18px;
    line-height: 2;
    margin: 60px 0;
    text-align: center;
  }
}
.camping__accordion {
  display: none;
}
.camping-area__lead {
  background-color: #b6c261;
  color: #ffffff;
  font-size: 14px;
  margin-top: 40px;
  padding: 20px 5.33333vw;
}
@media screen and (min-width: 768px) {
  .camping-area__lead {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 60px;
    text-align: center;
  }
}
.camping-area__item {
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 5.33333vw;
}
@media screen and (min-width: 768px) {
  .camping-area__item {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .camping-area__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .camping-area__item .camping-area__image:hover img {
    transform: translate(-50%, -50%) scale(120%);
  }
}
.camping-area__item--lakeside {
  background-color: #010d1a;
}
.camping-area__item--forest {
  background-color: #364419;
}
.camping-area__outview {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camping-area__outview {
    margin: 0 60px;
    max-width: 540px;
    width: 100%;
  }
}
.camping-area__title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
.camping-area__title--eng {
  color: #D1B389;
  font-weight: 700;
}
.camping-area__title--jpn {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .camping-area__title--jpn {
    font-size: 24px;
  }
}
.camping-area__catchphrase {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camping-area__catchphrase {
    font-size: 20px;
  }
}
.camping-area__description {
  margin: 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .camping-area__description {
    line-height: 1.5;
    margin-top: 20px;
  }
}
.camping-area__image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .camping-area__image {
    min-height: 485px;
    max-height: 600px;
    overflow: hidden;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .camping-area__image img {
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .camping__tent__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
  }
}
.camping__tent__item {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .camping__tent__item {
    width: 570px;
  }
}
@media screen and (min-width: 768px) {
  .camping__tent__item:nth-child(2n) {
    margin-left: 40px;
  }
}
.camping__tent__name {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .camping__tent__name {
    margin-bottom: 30px;
    text-align: left;
  }
}
.camping__tent__name p {
  background-color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .camping__tent__name p {
    font-size: 24px;
    padding: 0 20px 0 0;
  }
}
.camping__tent__name::after {
  border-top: 1px solid #D1B389;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.camping__tent__description {
  margin-bottom: 20px;
}
.camping__tent__detail-table {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camping__tent__detail-table {
    margin-top: 60px;
  }
}
.camping-areamap-block .inner {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .camping-areamap-block .inner {
    padding: 60px 0;
  }
}
.camping-areamap-block .button01 {
  display: block;
  margin: auto;
  padding: 20px 0;
  width: 100%;
}
.camping-notice-button {
  width: 100%;
}
.camping-notice-button a {
  background-color: #e1ebe4;
  box-sizing: border-box;
  color: #010d1a;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .camping-notice-button a {
    font-size: 18px;
    padding: 40px;
  }
}
.camping-notice-button a:hover {
  opacity: 0.7;
}

.camp-bnr {
  margin-top: 20px;
  padding: 0 5.33333vw;
}
@media screen and (min-width: 768px) {
  .camp-bnr {
    margin-top: 50px;
  }
}

.note__text {
  text-align: center;
  margin-top: 20px;
}

.camping-office__banner {
  background-color: #706F70;
  margin-top: 40px;
  padding: 30px 5.33333vw;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .camping-office__banner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .camping-office__banner:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .camping-office__banner::before, .camping-office__banner::after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 294px;
    width: 582px;
  }
}
@media screen and (min-width: 768px) {
  .camping-office__banner::before {
    background-image: url("../images/camping-office_bnr_img01.jpg");
  }
}
@media screen and (min-width: 768px) {
  .camping-office__banner::after {
    background-image: url("../images/camping-office_bnr_img02.jpg");
  }
}
.camping-office__banner img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .camping-office__banner img {
    padding: 0 40px;
    width: auto;
  }
}
.camping-office__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 60px;
}
@media screen and (min-width: 768px) {
  .camping-office__gallery {
    margin: 30px 0 120px;
  }
}
.camping-office__gallery-item {
  height: 43vw;
  width: 43vw;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .camping-office__gallery-item {
    height: auto;
    width: 394px;
  }
}
.camping-office__gallery-item img {
  height: 100%;
  object-fit: cover;
  object-position: 65% 100%;
}
@media screen and (min-width: 768px) {
  .camping-office__gallery-item img {
    cursor: pointer;
    height: auto;
    max-width: 100%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .camping-office__gallery-item img:hover {
    transform: scale(120%);
  }
}
.camping-office__modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}
.camping-office__modal-inner {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
}
@media only screen and (min-width: 481px) {
  .camping-office__modal-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) {
  .camping-office__modal-image {
    width: 80%;
    max-width: 900px;
    margin: auto;
  }
}
.camping-office__modal-close {
  color: #ffffff;
  cursor: pointer;
  text-align: right;
}

.camping-terms {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .camping-terms {
    margin-top: 120px;
  }
}
.camping-terms__title {
  color: #b99363;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .camping-terms__title {
    font-size: 24px;
  }
}
.camping-terms__description {
  font-size: 14px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .camping-terms__description {
    font-size: 16px;
    margin: 60px 0 40px;
    text-align: center;
  }
}
.camping-terms__list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .camping-terms__list {
    text-align: center;
  }
}
.camping-terms__item {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .camping-terms__item {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.camping-terms__item span {
  background-color: #e1ebe4;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 2px 8px;
}

.restaurant-heading h2 > span.sm {
  line-height: 2;
  font-size: 0.8em;
  padding: 0 12vw;
}
@media only screen and (min-width: 481px) {
  .restaurant-heading h2 > span.sm {
    font-size: 14px;
    padding: 0 8vw;
  }
}
.restaurant-sub-block-flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block-flex {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block-flex .image {
    width: 46%;
  }
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block-flex .lead {
    margin-top: 0;
    text-align: left;
    width: 46%;
  }
}
.restaurant__menu-image {
  width: 100%;
}
.restaurant-sub-block .hour {
  margin-top: 35px;
}
.restaurant-sub-block .hour > p {
  line-height: 2em;
  font-size: 1em;
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block .hour > p {
    font-size: 16px;
    text-align: center;
  }
}
.restaurant-sub-block .table {
  width: 100%;
  margin: 35px auto 0;
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block .table {
    width: 60%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block .table-title {
    text-align: center;
  }
}
.restaurant-sub-block .table table {
  width: 100%;
  border-collapse: collapse;
}
.restaurant-sub-block .table table th, .restaurant-sub-block .table table td {
  border-top: solid 1px #010d1a;
  border-bottom: solid 1px #010d1a;
  padding: 5px 10px;
}
@media only screen and (min-width: 481px) {
  .restaurant-sub-block .table table th, .restaurant-sub-block .table table td {
    text-align: center;
    padding: 5px 40px;
  }
}
.restaurant-sub-block .images--col3 {
  margin-top: 35px;
}

.step-content:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .step-content:not(:first-of-type) {
    margin-top: 120px;
  }
}
.step-content-title {
  font-size: 14px;
  margin: 10px 0 30px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-content-title {
    font-size: 18px;
    margin: 30px 0 60px;
  }
}
.step-content-title::after {
  background-color: #010d1a;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20px;
}
.step-list-item {
  display: flex;
}
.step-list-item:not(:first-of-type) {
  margin-top: 20px;
}
.step-list__title {
  align-items: center;
  background-color: #010d1a;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .step-list__title {
    font-size: 18px;
    width: 120px;
  }
}
.step-list__contents {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .step-list__contents {
    padding: 30px;
    width: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .step-list__content {
    display: flex;
  }
}
.step-list__content:not(:first-of-type) {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.step-list__content-title {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .step-list__content-title {
    font-size: 16px;
    width: 200px;
  }
}
.step-list__content-button {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .step-list__content-button {
    margin-top: 0;
    width: 200px;
  }
}
.step-list__content-button a {
  background-color: #AE1616;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.step-list__content-button a:hover {
  opacity: 0.7;
}
.step-list__description-list {
  list-style-type: disc;
  margin: 10px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .step-list__description-list {
    margin: 0 0 0 1em;
    width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .step-list__description-list--col3 {
    width: 600px;
  }
}
.step-list__description-item:not(:first-of-type) {
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .meal-plan {
    width: 600px;
  }
}
.meal-plan-item {
  display: flex;
  margin-top: 20px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .meal-plan-item {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .meal-plan-item:nth-child(2n) {
    flex-direction: row;
  }
}
.meal-plan__title {
  background-color: #e1ebe4;
  box-sizing: border-box;
  font-weight: 700;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .meal-plan__title {
    font-size: 18px;
  }
}
.meal-plan__contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .meal-plan__imgs {
    width: 570px;
  }
}
.meal-plan__img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .meal-plan__img {
    margin-top: 0;
  }
}

.post-header h2 {
  font-weight: 700;
}
.post-header .image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2em;
}
.post-header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.post-header .meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  border-left: 4px solid #706F70;
  padding-left: 6px;
  margin-top: 3em;
}
.post-header .date {
  margin-left: 1em;
}
.post-header .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.post-header .tags > a {
  display: inline-block;
  margin: 5px 15px 5px 0px;
  padding: 5px 20px;
  background-color: #b99363;
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  line-height: 1em;
}
.post-header .tags > a:hover {
  opacity: 0.7;
}
.post-body > * {
  margin: 1em 0 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .post-body > * {
    font-size: 18px;
  }
}
.post-body .mt3 {
  margin-top: 30px !important;
}
.post-body .mt6 {
  margin-top: 60px !important;
}
.post-body .mt8 {
  margin-top: 80px !important;
}
.post-body .mt12 {
  margin-top: 120px !important;
}
.post-body figure.w-100 img {
  width: 100%;
}
.post-body img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.post-body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 60px 0 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 0.4em 0;
}
@media screen and (min-width: 768px) {
  .post-body h2 {
    font-size: 24px;
  }
}
.post-body h2.nobottom {
  margin-bottom: 0;
}
.post-body h2.notop {
  margin-top: 0;
}
.post-body h2::before {
  background-color: rgb(189, 138, 0);
  content: "";
  display: block;
  height: auto;
  margin-right: 0.4em;
  width: 4px;
}
.post-body h3 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .post-body h3 {
    font-size: 18px;
  }
}
.post-body p.mt-0 {
  margin-top: 0 !important;
}
.post-body p.indent {
  text-indent: -16px;
  padding-left: 16px;
}
.post-body p.toggle-q {
  padding: 0.8em 20px;
  font-size: 14px;
}
@media only screen and (min-width: 481px) {
  .post-body p.toggle-q {
    font-size: 18px;
    padding: 0.8em 30px;
  }
}
.post-body p.toggle-a {
  padding: 0.8em 20px;
  font-size: 14px;
}
@media only screen and (min-width: 481px) {
  .post-body p.toggle-a {
    font-size: 18px;
    padding: 10px 30px 35px;
  }
}
.post-body p.bg-gold > span {
  display: inline-block;
}
.post-body .wp-block-image figcaption {
  color: #706F70;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .post-body .wp-block-image figcaption {
    font-size: 14px;
  }
}
.post-body .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.post-body .wp-block-media-text:first-of-type {
  margin-top: 60px;
}
.post-body .wp-block-media-text--1 {
  grid-template-columns: 45px auto !important;
}
@media screen and (min-width: 768px) {
  .post-body .wp-block-media-text--1 {
    grid-template-columns: 97px auto !important;
  }
}
.post-body .wp-block-media-text__content {
  padding: 0 0 0 30px;
}
.post-body .wp-block-media-text__content p {
  margin-top: 10px;
}
@media only screen and (min-width: 481px) {
  .post-body .wp-block-columns.stacked-on-tablet {
    flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 480px) {
  .post-body .wp-block-columns.is-layout-flex {
    gap: 0;
  }
}
.post-body .wp-block-columns .nt-20 {
  margin-top: 10px;
}
@media only screen and (min-width: 481px) {
  .post-body .wp-block-columns .nt-20 {
    margin-top: 20px;
  }
}
.post-body .wp-block-columns .fs-14 {
  font-size: 14px;
}
@media only screen and (min-width: 481px) {
  .post-body .wp-block-columns .fs-14 {
    font-size: 16px;
  }
}
.post-body .wp-block-columns p.title {
  font-size: 22px;
  line-height: 1.4;
  text-indent: -78px;
  padding-left: 78px;
}
@media only screen and (min-width: 481px) {
  .post-body .wp-block-columns p.title {
    text-indent: -112px;
    padding-left: 112px;
    font-size: 32px;
  }
}

.wp-button-phone a {
  text-decoration: none;
}

.trial-campingoffice {
  background-image: url(../images/hero_trial-campingoffice_sp.jpg);
}
@media screen and (min-width: 768px) {
  .trial-campingoffice {
    background-image: url(../images/hero_trial-campingoffice.jpg);
  }
}
.trial-campingoffice-2023 {
  background-image: url(../images/hero_trial-campingoffice_sp-2023.jpg);
}
@media screen and (min-width: 768px) {
  .trial-campingoffice-2023 {
    background-image: url(../images/hero_trial-campingoffice-2023.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .trial-campingoffice-2023-pointItem:not(:first-of-type) {
    margin-top: 10px;
  }
}
.trial-campingoffice-2023-activity .catch {
  line-height: 1.5;
  text-indent: -85px;
  padding-left: 85px;
}
@media only screen and (max-width: 480px) {
  .trial-campingoffice-2023-activity .catch {
    text-indent: -50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 481px) {
  .trial-campingoffice-2023_modal-image {
    width: 50%;
  }
}
.trial-campingoffice-2023-btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .trial-campingoffice-2023-btn {
    margin-top: 80px;
  }
}
.trial-campingoffice-2023-btn-line {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .trial-campingoffice-2023-btn-line {
    font-size: 18px;
  }
}
.trial-campingoffice-2023-btn a {
  margin: 0 auto;
}
.trial-campingoffice-2023-gallery-title {
  line-height: 1.5;
}

/* # =================================================================
#	2023/07/追加 キャンプページ
# ================================================================= */
html:has(body#camp) {
  min-width: 0;
  width: 100%;
  height: auto;
  overflow-y: inherit;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html:has(body#camp) {
    min-width: 1200px;
    overflow-y: scroll;
    overflow-x: auto;
  }
}

body#camp {
  font-family: "Spectral", "Times New Roman", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #010d1a;
  background-color: #fffbf3;
  min-width: 0;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.5;
  height: auto;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body#camp {
    min-width: 1200px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
body#camp table, body#camp th, body#camp td, body#camp h1, body#camp h2, body#camp h3, body#camp h4, body#camp h5, body#camp h6 {
  font-family: "Spectral", "Times New Roman", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
body#camp a {
  text-decoration: none;
}
body#camp img, body#camp video {
  display: block;
  width: 100%;
}

.cp-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .cp-pc {
    display: block !important;
  }
  .cp-sp {
    display: none !important;
  }
}
.camp-top-kv {
  position: relative;
  width: 100%;
  height: 167vw;
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .camp-top-kv {
    height: 55vw;
    min-height: 675px;
  }
}
.camp-top-kv::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/camping-new/hero_01_sp.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .camp-top-kv::before {
    background-image: url(../images/camping-new/hero_01_pc.jpg);
  }
}
.camp-top-kv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71.8666%;
  max-width: 360px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .camp-top-kv-logo {
    width: 360px;
  }
}
.camp-top-kv-close {
  width: 92%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 70.634921%;
  z-index: 10;
  max-width: 380px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .camp-top-kv-close {
    width: auto;
    top: 68.5%;
    max-width: none;
    padding: 5px 15px;
  }
}
.camp-top-kv-close-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #fffbf3;
}
.camp-top-kv-bgMountain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .camp-top-kv-bgMountain {
    width: 100%;
  }
}
.camp-section-message {
  position: relative;
}
.camp-section-message-block {
  width: 92%;
  margin: auto;
  padding-top: 100px;
  color: #6D7799;
}
.camp-section-message-block-title {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .camp-section-message-block-title {
    font-size: 90px;
  }
}
.camp-section-message-block-catch {
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-section-message-block-catch {
    margin-top: 60px;
    font-size: 36px;
  }
}
.camp-section-message-block-content {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-section-message-block-content {
    font-size: 18px;
  }
}
.camp-section-message-more {
  padding-top: 35px;
  text-align: center;
  font-size: 14px;
}
.camp-section-message-more a {
  display: inline-block;
  color: #6D7799;
  position: relative;
  transition: all 0.4s;
}
.camp-section-message-more a::after {
  content: "";
  width: 30px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/camping-new/img_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  transition: all 0.4s;
}
.camp-section-message-more a p {
  display: inline-block;
}
.camp-section-message-more a:hover {
  opacity: 0.6;
}
.camp-section-message-more a:hover::after {
  opacity: 0.6;
  transform: translateX(20%);
}
.camp-section-message-bg {
  width: 100%;
  position: absolute;
  bottom: -40vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .camp-section-message-bg {
    bottom: -30vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .camp-section-message-bg {
    bottom: -360px;
  }
}
.camp-section-message::before, .camp-section-message::after {
  content: "";
}
@media screen and (min-width: 768px) {
  .camp-section-message::before, .camp-section-message::after {
    display: inline-block;
    position: absolute;
    z-index: 100;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .camp-section-message::before {
    width: 26.40625%;
    aspect-ratio: 507/266;
    background-image: url(../images/camping-new/img_idx_birds_01.svg);
    bottom: -2vw;
    left: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .camp-section-message::after {
    width: 25.677083%;
    aspect-ratio: 493/545;
    background-image: url(../images/camping-new/img_idx_birds_02.svg);
    bottom: -8vw;
    right: 2vw;
  }
}
.camp-section-features {
  margin-top: 39.728vw;
  background-color: #c9bc9c;
}
@media screen and (min-width: 768px) {
  .camp-section-features {
    margin-top: 29.975vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .camp-section-features {
    margin-top: 360px;
  }
}
.camp-section-features-title {
  position: relative;
  padding-top: 140px;
  z-index: 299;
}
@media screen and (min-width: 768px) {
  .camp-section-features-title {
    padding-top: 190px;
    max-width: 1560px;
    width: 81.25%;
    margin-left: auto;
  }
}
.camp-section-features-title h2 {
  font-size: 60px;
  line-height: 0.65;
}
@media screen and (min-width: 768px) {
  .camp-section-features-title h2 {
    font-size: 200px;
  }
}
.camp-section-features-container {
  position: relative;
  background-color: #010d1a;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container {
    background-color: #c9bc9c;
  }
}
.camp-section-features-container-item {
  padding-top: 62px;
  color: #fffbf3;
  display: inline-block;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container-item {
    max-width: 1560px;
    width: 81.25%;
    margin-left: auto;
    display: flex;
    align-items: end;
    padding-top: 0;
  }
}
.camp-section-features-container-item.item-1 {
  background-color: #010d1a;
  color: #fffbf3;
}
.camp-section-features-container-item.item-2 {
  background-color: #272351;
  color: #fffbf3;
}
.camp-section-features-container-item.item-3 {
  background-color: #010d1a;
  color: #fffbf3;
}
.camp-section-features-container-item .text {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container-item .text {
    width: 25.64%;
    padding: 15px 30px 25px;
    margin: 0;
  }
}
.camp-section-features-container-item .text h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container-item .text h3 {
    font-size: 36px;
  }
}
.camp-section-features-container-item .text p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.camp-section-features-container-item .img {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container-item .img {
    margin-top: 0;
    width: 74.36%;
  }
}
.camp-section-features-container-item .img img {
  transition: all 0.4s;
}
.camp-section-features-container-btn {
  width: 92%;
  margin: 60px auto 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container-btn {
    margin: 120px auto 0;
    width: 62.5%;
    padding-bottom: 200px;
  }
}
.camp-section-features-container-btn a {
  background-color: #b99363;
  border: solid 1px #b99363;
  color: #fffbf3;
  font-size: 14px;
  padding: 14px 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .camp-section-features-container-btn a {
    font-size: 24px;
    padding: 34px 10px;
  }
}
.camp-section-features-container-btn a:hover {
  background-color: #E4DDD4;
  color: #b99363;
}
.camp-section-features-bgMountain {
  width: 100%;
  background-color: #010d1a;
}
@media screen and (min-width: 768px) {
  .camp-section-features-bgMountain {
    background-color: #c9bc9c;
  }
}
.camp-section-gallery-bgMountain {
  background-color: #010d1a;
}
@media screen and (min-width: 768px) {
  .camp-section-gallery-bgMountain {
    background-color: #c9bc9c;
  }
}
.camp-section-gallery-container {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .camp-section-gallery-container {
    padding-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .camp-section-gallery-container-slide {
    margin-top: 10px;
  }
}
.camp-section-gallery-container-slide-list {
  width: 100%;
}
.camp-section-gallery-container-slide-list-item {
  padding: 0 10px;
  border-radius: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
  overflow: hidden;
}
.camp-section-gallery-container-slide-list-item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .camp-section-gallery-container-slide-list-item {
    padding: 0 15px;
  }
}
.camp-section-howto-title {
  padding-top: 100px;
  font-size: 45px;
  text-align: center;
  line-height: 1.5;
}
.camp-section-howto-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-section-howto-title h2 {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) {
  .camp-section-howto-container {
    display: flex;
    justify-content: center;
  }
}
.camp-section-howto-container-item {
  padding-top: 45px;
  width: 92%;
  margin: auto;
  max-width: 410px;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .camp-section-howto-container-item {
    width: 19.7916%;
    margin: 0 15px;
    min-width: 350px;
  }
}
.camp-section-howto-container-item-title {
  aspect-ratio: 690/382;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: end;
  justify-content: center;
}
.camp-section-howto-container-item-title.title-1 {
  background-image: url(../images/camping-new/bg_howto-ttl01.svg);
}
.camp-section-howto-container-item-title.title-2 {
  background-image: url(../images/camping-new/bg_howto-ttl02.svg);
}
.camp-section-howto-container-item-title.title-3 {
  background-image: url(../images/camping-new/bg_howto-ttl03.svg);
}
.camp-section-howto-container-item-title h3 {
  font-size: 32px;
  color: #fffbf3;
}
.camp-section-howto-container-item-lead {
  padding: 35px 40px;
}
.camp-section-howto-container-item-lead.lead-1 {
  background-color: #232f4a;
}
.camp-section-howto-container-item-lead.lead-2 {
  background-color: #26331d;
}
.camp-section-howto-container-item-lead.lead-3 {
  background-color: #463c28;
}
@media screen and (min-width: 768px) {
  .camp-section-howto-container-item-lead {
    display: flex;
    flex-direction: column;
    height: 243.04px;
  }
}
.camp-section-howto-container-item-lead p {
  color: #fffbf3;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-section-howto-container-item-lead > p {
    max-height: 0;
  }
}
.camp-section-howto-container-item-btn {
  padding-top: 45px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .camp-section-howto-container-item-btn {
    padding-top: 0;
    margin-top: auto;
  }
}
.camp-section-howto-container-item-btn span {
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  font-size: 14px;
  color: #fffbf3;
}
.camp-section-howto-container-item-btn span::after {
  content: "";
  width: 30px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/camping-new/img_more-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  transition: all 0.4s;
}
.camp-section-howto-container-item-img {
  overflow: hidden;
}
.camp-section-howto-container-item-img img {
  transition: all 0.3s;
}
.camp-section-howto-container-itemContainerLink {
  display: inline-block;
  position: relative;
  z-index: 20;
  transition: all 0.3s;
}
.camp-section-howto-container-itemContainerLink::after {
  display: none;
}
.camp-section-howto-container-itemContainerLink:hover {
  opacity: 0.8;
}
.camp-section-howto-container-itemContainerLink:hover .camp-section-howto-container-item-img img {
  transform: scale(1.2);
}
.camp-section-howto-container-itemContainerLink:hover .camp-section-howto-container-item-btn span::after {
  transform: translateX(5px);
}
.camp-section-howto-bg {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .camp-section-howto-bg {
    margin-top: -15vw;
  }
}
.camp-section-howto-bgMountain {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.camp-section-news-title {
  padding-top: 100px;
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-section-news-title {
    padding-top: 200px;
  }
}
.camp-section-news-title h2 {
  text-align: center;
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-section-news-title h2 {
    font-size: 90px;
  }
}
.camp-section-news-block {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-section-news-block {
    width: 62.5%;
    padding-top: 15px;
  }
}
.camp-section-news-block-list-item {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-section-news-block-list-item {
    padding-top: 15px;
  }
}
.camp-section-news-block-list-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  color: #010d1a;
  border-bottom: solid 1px #c9bc9c;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .camp-section-news-block-list-item a {
    padding-bottom: 15px;
    display: flex;
    align-items: baseline;
  }
}
.camp-section-news-block-list-item a .time {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-section-news-block-list-item a .time {
    width: 120px;
  }
}
.camp-section-news-block-list-item a .content {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
}
.camp-section-news-block-list-item a .content::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  border-top: solid 3px #c9bc9c;
  border-right: solid 3px #c9bc9c;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .camp-section-news-block-list-item a .content::after {
    display: none;
  }
}
.camp-section-news-block-list-item a:hover {
  opacity: 0.6;
}

.camp-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  transition: background-color 0.3s, top 0s, left 0s;
}
@media screen and (min-width: 768px) {
  .camp-header {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10%;
    min-width: 280px;
    padding: 40px;
  }
}
.camp-header_nav-container {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 999;
}
.camp-header_nav-container_logo {
  width: 20%;
  max-width: 50px;
  margin-right: 3.346499%;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-container_logo {
    opacity: 0;
    visibility: hidden;
    min-width: none;
  }
}
.camp-header_nav-container_logo a {
  transition: all 0.3s;
}
.camp-header_nav-container_logo a:hover {
  opacity: 0.6;
}
.camp-header_nav-container_reserve {
  background-color: #fec52a;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.camp-header_nav-container_reserve a {
  padding: 15px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #010d1a;
}
.camp-header_nav-container_hm {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
}
.camp-header_nav-container_hm span {
  display: inline-block;
  width: 40%;
  height: 2px;
  background-color: #fffbf3;
  position: absolute;
  left: 25%;
  transition: all 0.6s;
}
.camp-header_nav-container_hm span:nth-of-type(1) {
  top: 35%;
}
.camp-header_nav-container_hm span:nth-of-type(2) {
  top: 50%;
}
.camp-header_nav-container_hm span:nth-of-type(3) {
  top: 65%;
  width: 20%;
}
.camp-header_nav-container_hm.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-40deg);
}
.camp-header_nav-container_hm.active span:nth-of-type(2) {
  opacity: 0;
}
.camp-header_nav-container_hm.active span:nth-of-type(3) {
  top: 50%;
  width: 40%;
  transform: rotate(40deg);
}
.camp-header_nav-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #000F17;
  width: 80vw;
  margin-left: auto;
  z-index: 998;
  padding: 0 15px;
  right: -80vw;
  transition: all 0.6s;
}
.camp-header_nav-block-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
  }
}
.camp-header_nav-block-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item::before {
    content: "";
    display: inline-block;
    width: calc(170px - 100%);
    height: 2px;
    background-color: #fffbf3;
    position: absolute;
    top: 50%;
    left: calc(0px - (200px - 100%));
    transition: all 0.4s;
  }
}
.camp-header_nav-block-list-item a {
  color: #fffbf3;
  font-size: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item a {
    font-size: 18px;
    padding: 7.5px 0;
  }
}
.camp-header_nav-block-list-item:hover > a {
  transform: translateX(10%);
}
.camp-header_nav-block-list-item:hover::before {
  width: calc(170px + 10% - 100%);
}
.camp-header_nav-block-list-item-sub {
  position: relative;
}
.camp-header_nav-block-list-item-sub .line {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 130px;
  width: 30px;
  height: 2px;
  background-color: #fffbf3;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sub .line {
    width: 60px;
    left: calc(190px + 10% - 60px);
    opacity: 0;
    visibility: hidden;
  }
}
.camp-header_nav-block-list-item-sublist {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
  padding-left: 20px;
  border-left: solid 2px #fffbf3;
  transition: all 0.3s;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sublist {
    border-left: none;
    width: 17%;
    min-width: 210px;
    left: 110%;
    padding-left: 69px;
    padding-top: 20px;
    padding-bottom: 20px;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sublist:hover {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sublist:hover + .line {
    opacity: 1;
    visibility: visible;
  }
}
.camp-header_nav-block-list-item-sublist-container {
  border-left: solid 2px #fffbf3;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sublist-container {
    padding-left: 20px;
  }
}
.camp-header_nav-block-list-item-sublist-item {
  font-size: 14px;
  padding: 12px 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sublist-item {
    padding: 6px 0;
  }
}
.camp-header_nav-block-list-item-sublist-item a {
  padding: 0;
}
.camp-header_nav-block-list-item-sublist-item a:hover {
  transform: translateX(5px);
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sublist-bg {
    position: absolute;
    display: inline-block;
    height: calc(100% + 80px);
    width: 10%;
    min-width: 210px;
    top: -40px;
    left: calc(100% + 40px);
    z-index: -1;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
  }
}
.camp-header_nav-block-list-item-sub a {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .camp-header_nav-block-list-item-sub a:hover + .camp-header_nav-block-list-item-sublist {
    visibility: visible;
    opacity: 1;
  }
}
.camp-header_nav-block-list-item-sub a:hover + .camp-header_nav-block-list-item-sublist + .line {
  opacity: 1;
  visibility: visible;
}
.camp-header_nav-block-list-item-sub:has(a:hover) + .camp-header_nav-block-list-item-sublist-bg, .camp-header_nav-block-list-item-sub:has(.camp-header_nav-block-list-item-sublist:hover) + .camp-header_nav-block-list-item-sublist-bg, .camp-header_nav-block-list-item-sub:has(.line:hover) + .camp-header_nav-block-list-item-sublist-bg {
  opacity: 1;
  visibility: visible;
}
.camp-header_nav-block-list-item.reserve::before {
  background-color: #fec52a;
}
.camp-header_nav-block-list-item.reserve a {
  color: #fec52a;
}
.camp-header_nav-block.active {
  right: 0;
}

@media screen and (min-width: 768px) {
  .active.camp-header {
    padding: 20px;
    min-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-container_logo {
    opacity: 1;
    visibility: visible;
    width: 68px;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list {
    align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item::before {
    visibility: hidden;
    width: 0;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item-sub .line {
    width: 40px;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item-sublist {
    left: 117%;
    padding-left: 41px;
    padding-top: 20px;
    padding-bottom: 20px;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item-sublist:hover {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item-sublist:hover + .line {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item-sublist-bg {
    height: calc(100% + 79.5px);
    top: -59.5px;
    left: calc(100% + 20px);
    visibility: hidden;
    opacity: 0;
  }
}
.active .camp-header_nav-block-list-item-sub a {
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .active .camp-header_nav-block-list-item-sub a:hover + .camp-header_nav-block-list-item-sublist {
    visibility: visible;
    opacity: 1;
  }
}
.active .camp-header_nav-block-list-item-sub a:hover + .camp-header_nav-block-list-item-sublist + .line {
  opacity: 1;
  visibility: visible;
}
.active .camp-header_nav-block-list-item-sub:has(a:hover) + .camp-header_nav-block-list-item-sublist-bg, .active .camp-header_nav-block-list-item-sub:has(.camp-header_nav-block-list-item-sublist:hover) + .camp-header_nav-block-list-item-sublist-bg, .active .camp-header_nav-block-list-item-sub:has(.line:hover) + .camp-header_nav-block-list-item-sublist-bg {
  opacity: 1;
  visibility: visible;
}

body#camp #foot {
  z-index: 800;
}
body#camp #foot p {
  font-size: initial;
}
body#camp #foot a {
  font-size: initial;
}
body#camp #foot img {
  display: initial;
  width: auto;
}
body#camp #foot-info {
  margin-top: 100px;
}
body#camp #foot-access {
  font-size: 13px;
}
body#camp #foot-tel {
  font-size: 0.65em;
}
body#camp #foot-nav-menu li {
  margin: 0 0.5em;
}
body#camp #foot-nav-menu li a {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  body#camp #foot-nav-menu li a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 768px) {
  body#camp #foot {
    position: relative;
    background-color: #010d1a;
  }
  body#camp #foot-topagetop {
    display: none;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    position: fixed;
    right: 5.3333333333vw;
    bottom: 74.6666666667vw;
  }
  body#camp #foot-topagetop a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-color: #b99363;
    background-image: url("../images/arrow01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 3.2vw;
  }
  body#camp #foot-topagetop a:hover {
    opacity: 0.7;
  }
  body#camp #foot-info {
    padding: 13.3333333333vw 0 24vw;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #D1B389;
  }
  body#camp #foot-info #foot-logo {
    width: auto;
    height: 16.8vw;
  }
  body#camp #foot-info #foot-logo img {
    width: auto;
    height: 100%;
  }
  body#camp #foot-info #foot-logo a {
    opacity: 1;
  }
  body#camp #foot-info #foot-access {
    line-height: 1.7em;
    margin-top: 8vw;
  }
  body#camp #foot-info #foot-tel {
    margin-top: 5.3333333333vw;
  }
  body#camp #foot-info #foot-tel > a {
    font-size: 1.24em;
    color: #ffffff;
    text-decoration: none;
  }
  body#camp #foot-info #foot-tel > a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    margin-right: 0.2em;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url("../images/ic_tel.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  body#camp #foot-info #foot-map {
    margin-top: 5.3333333333vw;
  }
  body#camp #foot-info #foot-map > a {
    min-width: 53.3333333333vw;
    padding: 4.2666666667vw;
  }
  body#camp #foot-bottom {
    color: #ffffff;
    padding: 8vw 5.3333333333vw 8vw;
    display: block;
  }
  body#camp #foot-bottom a {
    color: #ffffff;
    text-decoration: none;
  }
  body#camp #foot-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 16vw;
  }
  body#camp #foot-logos img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  body#camp #foot-logos a {
    display: block;
    height: 100%;
  }
  body#camp #foot-logos > dt {
    text-align: center;
    width: 100%;
    height: 9.6vw;
    margin-bottom: 7.4666666667vw;
    margin-right: 0;
  }
  body#camp #foot-logos > dd {
    height: 5.0666666667vw;
    margin: 0 1.8666666667vw;
  }
  body#camp #foot-logos > dd.web {
    height: 2.4vw;
  }
  body#camp #foot-box #foot-nav {
    font-size: 0.875em;
    line-height: 1em;
  }
  body#camp #foot-box #foot-nav > ul {
    list-style-type: none;
    margin: 0 0 8vw 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  body#camp #foot-box #foot-nav > ul > li {
    margin: 0 10px;
    padding: 0;
  }
  body#camp #foot-box #copyright {
    text-align: center;
    font-size: 0.875em;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) {
  body#camp #foot {
    position: relative;
    background-color: #010d1a;
  }
  body#camp #foot-topagetop {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 60px;
    bottom: 170px;
  }
  body#camp #foot-topagetop a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    text-indent: -9000px;
    background-color: #b99363;
    background-image: url("../images/arrow01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 16px;
  }
  body#camp #foot-topagetop a:hover {
    opacity: 0.7;
  }
  body#camp #foot-info {
    padding: 50px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #D1B389;
  }
  body#camp #foot-info #foot-logo {
    width: auto;
    height: 70px;
  }
  body#camp #foot-info #foot-logo img {
    width: auto;
    height: 100%;
  }
  body#camp #foot-info #foot-logo a {
    opacity: 1;
  }
  body#camp #foot-info #foot-logo a:hover {
    opacity: 0.7;
  }
  body#camp #foot-info #foot-access {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 20px;
  }
  body#camp #foot-info #foot-tel {
    font-size: 0.875em;
    margin-top: 15px;
  }
  body#camp #foot-info #foot-tel > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.28em;
  }
  body#camp #foot-info #foot-tel > a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    margin-right: 0.2em;
    width: 20px;
    height: 20px;
    background-image: url("../images/ic_tel.svg?t=20210516");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
  body#camp #foot-info #foot-map {
    margin-top: 20px;
  }
  body#camp #foot-info #foot-map > a {
    min-width: 200px;
    padding: 16px;
  }
  body#camp #foot-bottom {
    color: #ffffff;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
  }
  body#camp #foot-bottom a {
    color: #ffffff;
    text-decoration: none;
  }
  body#camp #foot-bottom a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  body#camp #foot-logos {
    display: flex;
    align-items: flex-end;
  }
  body#camp #foot-logos img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  body#camp #foot-logos a {
    display: block;
    height: 100%;
  }
  body#camp #foot-logos > dt {
    height: 60px;
    margin-right: 60px;
  }
  body#camp #foot-logos > dd {
    height: 33px;
    margin-right: 23px;
  }
  body#camp #foot-logos > dd.web {
    height: 17px;
  }
  body#camp #foot-logos a {
    opacity: 1;
  }
  body#camp #foot-logos a:hover {
    opacity: 0.7;
  }
  body#camp #foot-box #foot-nav {
    font-size: 0.875em;
    line-height: 1em;
  }
  body#camp #foot-box #foot-nav > ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  body#camp #foot-box #foot-nav > ul > li {
    margin: 0 0 0 3em;
    padding: 0;
  }
  body#camp #foot-box #copyright {
    text-align: right;
    font-size: 0.75em;
    line-height: 1em;
  }
}
.win .camp-section-features-title h2, .android .camp-section-features-title h2 {
  line-height: 0.674999;
}

.mac .camp-section-features-title h2, .ipad .camp-section-features-title h2 {
  line-height: 0.59;
}

.iphone .camp-section-features-title h2 {
  line-height: 0.68;
}

.camp-gallery-modal, .camp-about-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 13, 26, 0.6);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .camp-gallery-modal, .camp-about-modal {
    width: 100%;
  }
}
.camp-gallery-modal-block, .camp-about-modal-block {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.camp-gallery-modal-block-close, .camp-about-modal-block-close {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.camp-gallery-modal-container, .camp-about-modal-container {
  width: 85%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-gallery-modal-container, .camp-about-modal-container {
    min-width: 750;
    width: 45%;
  }
}
.camp-gallery-modal-container-close, .camp-about-modal-container-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: calc(100% - 40px);
  top: -20%;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .camp-gallery-modal-container-close, .camp-about-modal-container-close {
    top: -10%;
    left: 100%;
  }
}
.camp-gallery-modal-container-close::before, .camp-gallery-modal-container-close::after, .camp-about-modal-container-close::before, .camp-about-modal-container-close::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fffbf3;
  position: absolute;
  top: 50%;
  left: 0;
}
.camp-gallery-modal-container-close::before, .camp-about-modal-container-close::before {
  transform: rotate(40deg);
}
.camp-gallery-modal-container-close::after, .camp-about-modal-container-close::after {
  transform: rotate(-40deg);
}
.camp-gallery-modal-container-img, .camp-about-modal-container-img {
  position: relative;
  aspect-ratio: 192/128;
  background-color: #010d1a;
  z-index: 1001;
}
.camp-gallery-modal-container-img img, .camp-gallery-modal-container-img video, .camp-about-modal-container-img img, .camp-about-modal-container-img video {
  height: 100%;
  object-fit: contain;
}

.camp-pgAbout-section-kv {
  position: relative;
  width: 100%;
}
.camp-pgAbout-section-kv-title {
  text-align: center;
  color: #fffbf3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.camp-pgAbout-section-kv-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-kv-title h2 {
    font-size: 70px;
  }
}
.camp-pgAbout-section-kv-bgMountain {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-kv-bgMountain {
    width: 100%;
  }
}
.camp-pgAbout-section-catch-inner {
  width: 92%;
  margin: auto;
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-catch-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62.5%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-catch-inner-block:nth-of-type(1) {
    width: 66.33334%;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-catch-inner-block:nth-of-type(2) {
    width: 31.66666%;
  }
}
.camp-pgAbout-section-catch-inner-block .content h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-catch-inner-block .content h3 {
    font-size: 32px;
  }
}
.camp-pgAbout-section-catch-inner-block .content p {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-catch-inner-block .content p {
    margin-top: 30px;
  }
}
.camp-pgAbout-section-catch-inner-block .image {
  width: 50.6666%;
  margin: auto;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-catch-inner-block .image {
    width: 100%;
    padding-top: 0;
  }
}
.camp-pgAbout-section-areamap-inner {
  padding-top: 100px;
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-areamap-inner {
    padding-top: 160px;
    max-width: 1200px;
    width: 62.5%;
  }
}
.camp-pgAbout-section-areamap-inner-title {
  text-align: center;
}
.camp-pgAbout-section-areamap-inner-title h3 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-areamap-inner-title h3 {
    font-size: 90px;
  }
}
.camp-pgAbout-section-areamap-inner-image {
  margin-top: 35px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-areamap-inner-image {
    margin-top: 70px;
  }
}
.camp-pgAbout-section-FacilityService-title {
  text-align: center;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-FacilityService-title {
    padding-top: 180px;
  }
}
.camp-pgAbout-section-FacilityService-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-FacilityService-title h2 {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent {
    margin-top: 60px;
  }
}
.camp-pgAbout-section-tent-headline {
  background-color: #010d1a;
  color: #fffbf3;
}
.camp-pgAbout-section-tent-headline-inner {
  width: 92%;
  margin: auto;
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-headline-inner {
    width: 62.5%;
    padding: 65px 0 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.camp-pgAbout-section-tent-headline-inner .title {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-headline-inner .title {
    font-size: 48px;
    width: 22.083333%;
    min-width: 225px;
  }
}
.camp-pgAbout-section-tent-headline-inner .content {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-headline-inner .content {
    margin-top: 0;
    padding-right: 45px;
  }
}
.camp-pgAbout-section-tent-headline-inner-img {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-headline-inner-img {
    width: 21.25%;
    padding-top: 0;
    min-width: 200px;
  }
}
.camp-pgAbout-section-tent-headline-inner-img .campingOffice {
  margin: auto;
  width: 55.507246%;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-headline-inner-img .campingOffice {
    width: 100%;
  }
}
.camp-pgAbout-section-tent-headline-inner-img .snowPeak {
  margin: auto;
  width: 42%;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-headline-inner-img .snowPeak {
    width: 80%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-topImg {
    width: 81.25%;
    margin-left: auto;
    margin-top: -120px;
  }
}
.camp-pgAbout-section-tent-body-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-inner {
    width: 62.5%;
    display: flex;
    justify-content: space-between;
  }
}
.camp-pgAbout-section-tent-body-inner-block {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-inner-block {
    width: 46.6666%;
  }
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-imgList-item {
  padding-top: 20px;
  width: 47.826087%;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-imgList-item-img {
  cursor: pointer;
  position: relative;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-imgList-item-img::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fffbf3;
  background-color: rgba(1, 13, 26, 0.6);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  padding: 2px;
  pointer-events: none;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-text-title {
  margin-top: 18px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-inner-block .spearHead-text-title {
    font-size: 24px;
  }
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-text-content {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-inner-block .spearHead-text-content {
    min-height: 126px;
  }
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-table {
  width: 100%;
  margin-top: 18px;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-table table {
  border-collapse: collapse;
  width: 100%;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-table th, .camp-pgAbout-section-tent-body-inner-block .spearHead-table td {
  border: solid 1px #c9bc9c;
  padding: 5px 9px;
  font-size: 14px;
}
.camp-pgAbout-section-tent-body-inner-block .spearHead-table th {
  text-align: left;
  width: 31.884058%;
  background-color: rgba(255, 152, 102, 0.25);
}
.camp-pgAbout-section-tent-body-inner-block .landLock-imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-imgList-item {
  padding-top: 20px;
  width: 47.826087%;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-imgList-item-img {
  cursor: pointer;
  position: relative;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-imgList-item-img::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fffbf3;
  background-color: rgba(1, 13, 26, 0.6);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  padding: 2px;
  pointer-events: none;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-text-title {
  margin-top: 18px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-inner-block .landLock-text-title {
    font-size: 24px;
  }
}
.camp-pgAbout-section-tent-body-inner-block .landLock-text-content {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-tent-body-inner-block .landLock-text-content {
    min-height: 126px;
  }
}
.camp-pgAbout-section-tent-body-inner-block .landLock-table {
  width: 100%;
  margin-top: 18px;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-table table {
  border-collapse: collapse;
  width: 100%;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-table th, .camp-pgAbout-section-tent-body-inner-block .landLock-table td {
  border: solid 1px #c9bc9c;
  padding: 5px 9px;
  font-size: 14px;
}
.camp-pgAbout-section-tent-body-inner-block .landLock-table th {
  text-align: left;
  width: 31.884058%;
  background-color: rgba(255, 152, 102, 0.25);
}
.camp-pgAbout-section-meal {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal {
    margin-top: 120px;
  }
}
.camp-pgAbout-section-meal-headline {
  background-color: #010d1a;
  color: #fffbf3;
}
.camp-pgAbout-section-meal-headline-inner {
  width: 92%;
  margin: auto;
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-headline-inner {
    width: 62.5%;
    padding: 100px 0 150px;
    display: flex;
    align-items: center;
  }
}
.camp-pgAbout-section-meal-headline-inner .title {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-headline-inner .title {
    font-size: 48px;
    width: 22.083333%;
    min-width: 225px;
  }
}
.camp-pgAbout-section-meal-headline-inner .content {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-headline-inner .content {
    margin-top: 0;
    padding-right: 45px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-body-topImg {
    width: 81.25%;
    margin-left: auto;
    margin-top: -120px;
  }
}
.camp-pgAbout-section-meal-body-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-body-inner {
    width: 62.5%;
    display: flex;
    justify-content: space-between;
  }
}
.camp-pgAbout-section-meal-body-inner-block {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-body-inner-block {
    width: 46.6666%;
  }
}
.camp-pgAbout-section-meal-body-inner-block .dinner-imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.camp-pgAbout-section-meal-body-inner-block .dinner-imgList-item {
  padding-top: 20px;
  width: 47.826087%;
}
.camp-pgAbout-section-meal-body-inner-block .dinner-imgList-item-img {
  cursor: pointer;
  position: relative;
}
.camp-pgAbout-section-meal-body-inner-block .dinner-imgList-item-img::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fffbf3;
  background-color: rgba(1, 13, 26, 0.6);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  padding: 2px;
  pointer-events: none;
}
.camp-pgAbout-section-meal-body-inner-block .dinner-text-title {
  margin-top: 18px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-body-inner-block .dinner-text-title {
    font-size: 24px;
  }
}
.camp-pgAbout-section-meal-body-inner-block .dinner-text-content {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
}
.camp-pgAbout-section-meal-body-inner-block .dinner-text-content p {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -14px;
  padding-left: 14px;
}
.camp-pgAbout-section-meal-body-inner-block .breakfast-imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.camp-pgAbout-section-meal-body-inner-block .breakfast-imgList-item {
  padding-top: 20px;
  width: 47.826087%;
}
.camp-pgAbout-section-meal-body-inner-block .breakfast-imgList-item-img {
  cursor: pointer;
  position: relative;
}
.camp-pgAbout-section-meal-body-inner-block .breakfast-imgList-item-img::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fffbf3;
  background-color: rgba(1, 13, 26, 0.6);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  border-radius: 50%;
  padding: 2px;
  pointer-events: none;
}
.camp-pgAbout-section-meal-body-inner-block .breakfast-text-title {
  margin-top: 18px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-meal-body-inner-block .breakfast-text-title {
    font-size: 24px;
  }
}
.camp-pgAbout-section-meal-body-inner-block .breakfast-text-content {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
}
.camp-pgAbout-section-more-inner {
  width: 92%;
  margin: auto;
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner {
    padding-top: 110px;
    width: 62.5%;
  }
}
.camp-pgAbout-section-more-inner-title {
  text-align: center;
}
.camp-pgAbout-section-more-inner-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-title h2 {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.camp-pgAbout-section-more-inner-block-listItem {
  padding-top: 32.5px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-listItem {
    padding-top: 75px;
    width: 31.6666%;
  }
}
.camp-pgAbout-section-more-inner-block-listItem .title {
  font-size: 18px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-listItem .title {
    font-size: 24px;
    margin-top: 20px;
  }
}
.camp-pgAbout-section-more-inner-block-listItem .content {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-listItem .content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-list-sub {
    display: flex;
    justify-content: space-between;
  }
}
.camp-pgAbout-section-more-inner-block-list-subItem {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-list-subItem {
    width: 31.66666%;
  }
}
.camp-pgAbout-section-more-inner-block-list-subItem .flexbox {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-list-subItem .flexbox {
    display: block;
  }
}
.camp-pgAbout-section-more-inner-block-list-subItem .flexbox-image {
  width: 23.043478%;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-list-subItem .flexbox-image {
    width: 50%;
    margin: auto;
  }
}
.camp-pgAbout-section-more-inner-block-list-subItem .flexbox-title {
  font-size: 18px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-block-list-subItem .flexbox-title {
    margin-left: 0;
    font-size: 24px;
    margin-top: 20px;
  }
}
.camp-pgAbout-section-more-inner-block-list-subItem .content {
  font-size: 14px;
  margin-top: 17.5px;
  line-height: 1.5;
}
.camp-pgAbout-section-more-inner-btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-btn {
    margin-top: 110px;
  }
}
.camp-pgAbout-section-more-inner-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 5px;
  color: #fffbf3;
  background-color: #b99363;
  border: solid 1px #b99363;
  transition: all 0.4s;
}
.camp-pgAbout-section-more-inner-btn a:hover {
  background-color: #E4DDD4;
  color: #b99363;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-btn a {
    padding: 34px 0;
  }
}
.camp-pgAbout-section-more-inner-btn a p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .camp-pgAbout-section-more-inner-btn a p {
    font-size: 24px;
  }
}

.camp-pgInfo-section-kv {
  position: relative;
  width: 100%;
}
.camp-pgInfo-section-kv-title {
  text-align: center;
  color: #fffbf3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.camp-pgInfo-section-kv-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-kv-title h2 {
    font-size: 70px;
  }
}
.camp-pgInfo-section-kv-bgMountain {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-kv-bgMountain {
    width: 100%;
  }
}
.camp-pgInfo-section-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-inner {
    width: 62.5%;
    max-width: 1200px;
  }
}
.camp-pgInfo-section-price {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price {
    padding-top: 75px;
  }
}
.camp-pgInfo-section-price-title {
  line-height: 1.75;
}
.camp-pgInfo-section-price-title h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-title h2 {
    font-size: 32px;
  }
}
.camp-pgInfo-section-price-table {
  width: 100%;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-table {
    margin-top: 40px;
  }
}
.camp-pgInfo-section-price-table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-table table {
    width: 53.333333%;
    min-width: 640px;
  }
}
.camp-pgInfo-section-price-table table th, .camp-pgInfo-section-price-table table td {
  border: solid 1px #c9bc9c;
  text-align: left;
  padding: 9px 0 9px 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-table table th, .camp-pgInfo-section-price-table table td {
    padding: 10px;
  }
}
.camp-pgInfo-section-price-table table th {
  width: 34.782609%;
  background-color: rgba(255, 152, 102, 0.25);
  font-size: 18px;
}
.camp-pgInfo-section-price-table table th .txt-sm {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-table table th .txt-sm {
    font-size: 14px;
    padding-left: 5px;
  }
}
.camp-pgInfo-section-price-table table td {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-table table td {
    font-size: 18px;
  }
}
.camp-pgInfo-section-price-txtBlock {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-price-txtBlock {
    margin-top: 15px;
  }
}
.camp-pgInfo-section-price-txtBlock .content {
  font-size: 14px;
}
.camp-pgInfo-section-price-txtBlock .note {
  font-size: 14px;
  margin-top: 25px;
}
.camp-pgInfo-section-price-txtBlock .note p {
  font-size: 14px;
  text-indent: -14px;
  padding-left: 14px;
}
.camp-pgInfo-section-guid, .camp-pgInfo-section-note {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-guid, .camp-pgInfo-section-note {
    padding-top: 85px;
  }
}
.camp-pgInfo-section-guid-title, .camp-pgInfo-section-note-title {
  line-height: 1.75;
}
.camp-pgInfo-section-guid-title h2, .camp-pgInfo-section-note-title h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-guid-title h2, .camp-pgInfo-section-note-title h2 {
    font-size: 32px;
  }
}
.camp-pgInfo-section-guid-title p, .camp-pgInfo-section-note-title p {
  font-size: 14px;
  margin-top: 12.5px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-guid-title p, .camp-pgInfo-section-note-title p {
    margin-top: 25px;
  }
}
.camp-pgInfo-section-guid-block, .camp-pgInfo-section-note-block {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-guid-block, .camp-pgInfo-section-note-block {
    margin-top: 30px;
  }
}
.camp-pgInfo-section-guid-block-title, .camp-pgInfo-section-note-block-title {
  border-bottom: solid 2px #c9bc9c;
}
.camp-pgInfo-section-guid-block-title h3, .camp-pgInfo-section-note-block-title h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-guid-block-title h3, .camp-pgInfo-section-note-block-title h3 {
    padding-bottom: 20px;
  }
}
.camp-pgInfo-section-guid-block-content p, .camp-pgInfo-section-note-block-content p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-guid-block-content p, .camp-pgInfo-section-note-block-content p {
    margin-top: 15px;
    margin-bottom: 70px;
  }
}
.camp-pgInfo-section-guid-block-content p a, .camp-pgInfo-section-note-block-content p a {
  transition: all 0.3s;
  color: #010d1a;
  text-decoration: underline !important;
}
.camp-pgInfo-section-guid-block-content p a::after, .camp-pgInfo-section-note-block-content p a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/camping-new/logo_exLink.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0.05em;
}
.camp-pgInfo-section-guid-block-content p a:hover, .camp-pgInfo-section-note-block-content p a:hover {
  opacity: 0.6;
}
.camp-pgInfo-section-faq {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq {
    padding-top: 0;
  }
}
.camp-pgInfo-section-faq-title {
  line-height: 1.75;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq-title {
    margin-bottom: 40px;
  }
}
.camp-pgInfo-section-faq-title h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq-title h2 {
    font-size: 32px;
  }
}
.camp-pgInfo-section-faq-block {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #c9bc9c;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq-block {
    padding-bottom: 15px;
  }
}
.camp-pgInfo-section-faq-block-q {
  position: relative;
}
.camp-pgInfo-section-faq-block-q h3 {
  font-size: 18px;
  text-indent: -21px;
  padding-left: 21px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq-block-q h3 {
    text-indent: 0;
    padding-left: 0;
  }
}
.camp-pgInfo-section-faq-block-q::before, .camp-pgInfo-section-faq-block-q::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 10px;
  background-color: #010d1a;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq-block-q::before, .camp-pgInfo-section-faq-block-q::after {
    right: 10px;
  }
}
.camp-pgInfo-section-faq-block-q::after {
  transform: rotateZ(90deg);
}
.camp-pgInfo-section-faq-block.active .camp-pgInfo-section-faq-block-q::after {
  transform: rotateZ(0);
}
.camp-pgInfo-section-faq-block-a {
  display: none;
}
.camp-pgInfo-section-faq-block-a p {
  font-size: 14px;
  margin-top: 20px;
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .camp-pgInfo-section-faq-block-a p {
    margin-top: 35px;
  }
}
.camp-pgInfo-section-faq-block-a p a {
  transition: all 0.3s;
  color: #010d1a;
  text-decoration: underline !important;
}
.camp-pgInfo-section-faq-block-a p a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/camping-new/logo_exLink.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0.05em;
}
.camp-pgInfo-section-faq-block-a p a:hover {
  opacity: 0.6;
}

.camp-pgAccess-section-kv {
  position: relative;
  width: 100%;
}
.camp-pgAccess-section-kv-title {
  text-align: center;
  color: #fffbf3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.camp-pgAccess-section-kv-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-kv-title h2 {
    font-size: 70px;
  }
}
.camp-pgAccess-section-kv-bgMountain {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-kv-bgMountain {
    width: 100%;
  }
}
.camp-pgAccess-section-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-inner {
    width: 62.5%;
    max-width: 1200px;
  }
}
.camp-pgAccess-section-location {
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-location {
    padding-top: 100px;
  }
}
.camp-pgAccess-section-location .title {
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-location .title {
    font-size: 32px;
  }
}
.camp-pgAccess-section-location .address {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-location .address {
    font-size: 14px;
  }
}
.camp-pgAccess-section-location-map {
  width: 100%;
  aspect-ratio: 345/197;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-location-map {
    aspect-ratio: 240/137;
  }
}
.camp-pgAccess-section-byCar {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byCar {
    padding-top: 80px;
  }
}
.camp-pgAccess-section-byCar .title {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byCar .title {
    font-size: 32px;
  }
}
.camp-pgAccess-section-byCar-block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byCar-block {
    margin-top: 60px;
  }
}
.camp-pgAccess-section-byCar-block-title {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byCar-block-title {
    font-size: 18px;
  }
}
.camp-pgAccess-section-byCar-block-content {
  font-size: 14px;
  line-height: 1.5;
}
.camp-pgAccess-section-byTrain {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byTrain {
    padding-top: 80px;
  }
}
.camp-pgAccess-section-byTrain .title {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byTrain .title {
    font-size: 32px;
  }
}
.camp-pgAccess-section-byTrain-block {
  margin-top: 18px;
}
.camp-pgAccess-section-byTrain-block-content {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byTrain-block-content {
    font-size: 18px;
  }
}
.camp-pgAccess-section-byTrain-block-img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byTrain-block-img {
    margin-top: 10px;
  }
}
.camp-pgAccess-section-byTrain-block-note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byTrain-block-note {
    margin-top: 40px;
  }
}
.camp-pgAccess-section-byTrain-block-map {
  width: 100%;
  aspect-ratio: 345/197;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgAccess-section-byTrain-block-map {
    aspect-ratio: 240/137;
    margin-top: 10px;
  }
}

.camp-pgHowTo-section-kv {
  position: relative;
  width: 100%;
}
.camp-pgHowTo-section-kv-title {
  text-align: center;
  color: #fffbf3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.camp-pgHowTo-section-kv-title h2 {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-kv-title h2 {
    font-size: 70px;
  }
}
.camp-pgHowTo-section-kv-bgMountain {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-kv-bgMountain {
    width: 100%;
  }
}
.camp-pgHowTo-section-catch-inner {
  width: 92%;
  margin: auto;
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-catch-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62.5%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-catch-inner-block:nth-of-type(1) {
    width: 66.33334%;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-catch-inner-block:nth-of-type(2) {
    width: 31.66666%;
  }
}
.camp-pgHowTo-section-catch-inner-block .content h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-catch-inner-block .content h3 {
    font-size: 32px;
  }
}
.camp-pgHowTo-section-catch-inner-block .content p {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-catch-inner-block .content p {
    margin-top: 30px;
  }
}
.camp-pgHowTo-section-catch-inner-block .image {
  width: 50.6666%;
  margin: auto;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-catch-inner-block .image {
    width: 100%;
    padding-top: 0;
  }
}
.camp-pgHowTo-section-point {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point {
    padding-top: 80px;
  }
}
.camp-pgHowTo-section-point-inner {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner {
    padding-top: 120px;
  }
}
.camp-pgHowTo-section-point-inner-headline {
  padding: 55px 8% 60px;
  color: #fffbf3;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner-headline {
    width: 81.25%;
    margin-right: auto;
    padding: 65px 10px 160px 0;
  }
}
.camp-pgHowTo-section-point-inner-headline.head-1 {
  background-color: #232f4a;
}
.camp-pgHowTo-section-point-inner-headline.head-2 {
  background-color: #26331d;
}
.camp-pgHowTo-section-point-inner-headline.head-3 {
  background-color: #463c28;
}
.camp-pgHowTo-section-point-inner-headline .title {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner-headline .title {
    font-size: 48px;
    width: 76.923077%;
    margin-left: auto;
  }
}
.camp-pgHowTo-section-point-inner-headline .lead {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner-headline .lead {
    width: 76.923077%;
    margin-left: auto;
    padding-left: 200px;
  }
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner-mainImg {
    width: 81.25%;
    margin-left: auto;
    margin-top: -90px;
  }
}
.camp-pgHowTo-section-point-inner-body {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner-body {
    width: 62.5%;
  }
}
.camp-pgHowTo-section-point-inner-body-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.camp-pgHowTo-section-point-inner-body-listItem {
  width: 47.826087%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-point-inner-body-listItem {
    width: 30%;
    padding-top: 80px;
  }
}
.camp-pgHowTo-section-point-inner-body-listItem p {
  margin-top: 10px;
  font-size: 14px;
}
.camp-pgHowTo-section-bnr {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-bnr {
    width: 62.5%;
  }
}
.camp-pgHowTo-section-bnr-inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-pgHowTo-section-bnr-inner {
    margin-top: 80px;
  }
}
.camp-pgHowTo-section-bnr-inner a {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.camp-pgHowTo-section-bnr-inner a:hover {
  opacity: 0.6;
}

.camp-golcam-section-kv {
  position: relative;
  width: 100%;
}
.camp-golcam-section-kv-title {
  text-align: center;
  color: #fffbf3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-kv-title {
    width: 62.5%;
    top: 26.5%;
  }
}
.camp-golcam-section-kv-close {
  width: 92%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 70.634921%;
  z-index: 10;
  max-width: 590px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-kv-close {
    width: auto;
    top: 68.5%;
    max-width: none;
    padding: 5px 15px;
  }
}
.camp-golcam-section-kv-close-text {
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.5;
  color: #fffbf3;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-kv-close-text {
    font-size: 20px;
  }
}
.camp-golcam-section-kv-bgMountain {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-kv-bgMountain {
    width: 100%;
  }
}
.camp-golcam-section-lead-inner {
  position: relative;
  padding-top: 45.3333vw;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-lead-inner {
    padding-top: 80px;
    min-width: 995px;
    width: 62.5%;
  }
}
.camp-golcam-section-lead-inner-image {
  position: absolute;
  width: 75.362319%;
  margin: auto;
  top: 10.66666vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-lead-inner-image {
    width: 43.33333%;
    top: calc(50% + 80px);
    left: 0;
    transform: translateY(calc(-50% - 40px));
  }
}
.camp-golcam-section-lead-inner-text {
  width: 100%;
  padding: 45.3333vw 13.768116% 60px;
  background-color: #26331d;
  color: #fffbf3;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-lead-inner-text {
    width: 61.666666%;
    width: 61.666667%;
    min-width: 462.500004px;
    min-height: 462.500004px;
    margin-left: auto;
    border-radius: 100%;
    padding: 60px 14.16666%;
    padding: 60px 13.8%;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
  }
}
.camp-golcam-section-lead-inner-text h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-lead-inner-text h3 {
    font-size: 2.265vw;
    font-size: 36px;
    letter-spacing: -3px;
    text-indent: -20px;
  }
}
.camp-golcam-section-lead-inner-text p {
  margin-top: 17.5px;
  font-size: 14px;
  line-height: 1.51851852;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-lead-inner-text p {
    font-size: 0.9375vw;
    font-size: 18px;
    margin-top: 35px;
  }
}
.camp-golcam-section-day1-ttl {
  width: 92%;
  margin: 55px auto 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-ttl {
    width: 62.5%;
    margin: 90px auto 0;
  }
}
.camp-golcam-section-day1-ttl h2 {
  font-size: 60px;
  color: #fec52a;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-ttl h2 {
    font-size: 120px;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--A .inner {
    width: 75.520833%;
    margin-left: 110px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.camp-golcam-section-day1-block--A .inner-item-1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--A .inner-item-1 {
    width: 66.206897%;
    margin-bottom: 40px;
  }
}
.camp-golcam-section-day1-block--A .inner-item-1 p {
  position: absolute;
  bottom: -120px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fec52a;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--A .inner-item-1 p {
    bottom: -160px;
    right: -120px;
    width: 240px;
    height: 240px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--A .inner-item-2 {
    width: 31.034483%;
    margin: 0;
  }
}
.camp-golcam-section-day1-block--A .inner-item-2-img {
  margin-top: 140px;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--A .inner-item-2-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--B .inner {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.camp-golcam-section-day1-block--B .inner-item-1 {
  margin-top: 20px;
  width: 40%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--B .inner-item-1 {
    width: 15.625%;
    margin-left: 0;
  }
}
.camp-golcam-section-day1-block--B .inner-item-2 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--B .inner-item-2 {
    width: 37.5%;
    margin-top: 40px;
    margin-left: 16.66667%;
  }
}
.camp-golcam-section-day1-block--B .inner-item-3 {
  margin-top: 20px;
  width: 66.666667%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--B .inner-item-3 {
    width: 26.041667%;
    margin-top: 120px;
    margin-left: 0;
  }
}
.camp-golcam-section-day1-block--C .inner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--C .inner {
    width: 62.5%;
    margin: 74px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.camp-golcam-section-day1-block--C .inner-item-1 {
  width: 66.666667%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--C .inner-item-1 {
    width: 41.666667%;
    margin-right: 3.333333%;
    margin-bottom: 40px;
  }
}
.camp-golcam-section-day1-block--C .inner-item-1 p {
  position: absolute;
  bottom: -120px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fec52a;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--C .inner-item-1 p {
    bottom: -160px;
    right: -120px;
    width: 240px;
    height: 240px;
    font-size: 18px;
  }
}
.camp-golcam-section-day1-block--C .inner-item-2 {
  width: 60%;
  margin-top: 138.5px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--C .inner-item-2 {
    width: 37.5%;
    margin-left: 160px;
  }
}
.camp-golcam-section-day1-block--D .inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--D .inner {
    width: 81.25%;
    margin-top: 160px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--D .inner-item-1 {
    width: 61.538462%;
    margin-right: 2.564103%;
    margin-bottom: 40px;
  }
}
.camp-golcam-section-day1-block--D .inner-item-2 {
  margin-top: 20px;
  width: 59.978573%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--D .inner-item-2 {
    margin-top: 0;
    width: 28.846154%;
  }
}
.camp-golcam-section-day1-block--E .inner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--E .inner {
    width: 86.5104166667%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.camp-golcam-section-day1-block--E .inner-item-1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--E .inner-item-1 {
    width: 72.2456351595%;
    margin-bottom: 40px;
  }
}
.camp-golcam-section-day1-block--E .inner-item-1 p {
  position: absolute;
  bottom: -120px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fec52a;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--E .inner-item-1 p {
    bottom: -160px;
    right: -120px;
    right: -10%;
    width: 240px;
    height: 240px;
    font-size: 18px;
    padding-top: 20px;
  }
}
.camp-golcam-section-day1-block--E .inner-item-2 {
  width: 40%;
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--E .inner-item-2 {
    width: 18.0614087899%;
    margin-top: 0;
  }
}
.camp-golcam-section-day1-block--F .inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--F .inner {
    width: 62.5%;
    margin: auto;
  }
}
.camp-golcam-section-day1-block--F .inner-item-1 {
  margin-left: auto;
  width: 66.666667%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day1-block--F .inner-item-1 {
    margin-left: 0;
    width: 37.5%;
  }
}
.camp-golcam-section-day2-ttl {
  width: 92%;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-ttl {
    width: 89.5833333%;
    margin: 90px 0 0 auto;
  }
}
.camp-golcam-section-day2-ttl h2 {
  font-size: 60px;
  color: #fec52a;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-ttl h2 {
    font-size: 120px;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner-item-1 {
    width: 47.9166666667%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.camp-golcam-section-day2-block--A .inner-item-1-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner-item-1-container {
    width: 78.260869%;
  }
}
.camp-golcam-section-day2-block--A .inner-item-1-img-sub {
  width: 32.60869%;
  margin-left: auto;
  margin-top: 260px;
}
.camp-golcam-section-day2-block--A .inner-item-1 p {
  position: absolute;
  bottom: -120px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fec52a;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1/1;
}
.camp-golcam-section-day2-block--A .inner-item-1 p .cp-sp {
  display: flex !important;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner-item-1 p .cp-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner-item-1 p.cp-pc {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner-item-1 p {
    bottom: -160px;
    right: -120px;
    width: 240px;
    height: 240px;
    font-size: 18px;
  }
}
.camp-golcam-section-day2-block--A .inner-item-2 {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--A .inner-item-2 {
    width: 50%;
    margin-top: 40px;
  }
}
.camp-golcam-section-day2-block--A .inner-item-3 {
  margin-top: 20px;
  margin-left: auto;
  width: 40%;
}
.camp-golcam-section-day2-block--B .inner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--B .inner {
    width: 62.5%;
    margin: 75px auto 0;
  }
}
.camp-golcam-section-day2-block--B .inner-item-1 {
  position: relative;
}
.camp-golcam-section-day2-block--B .inner-item-1 p {
  position: absolute;
  bottom: -120px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fec52a;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-day2-block--B .inner-item-1 p {
    bottom: -160px;
    right: -120px;
    width: 240px;
    height: 240px;
    font-size: 18px;
    padding-top: 20px;
  }
}
.camp-golcam-section-modelCase {
  padding-top: 185px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase {
    padding-top: 235px;
  }
}
.camp-golcam-section-modelCase-inner {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-inner {
    width: 62.5%;
  }
}
.camp-golcam-section-modelCase-title h2 {
  font-size: 36px;
  line-height: 0.8333;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-title h2 {
    display: inline-block;
  }
}
.camp-golcam-section-modelCase-title p {
  margin-top: 18px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-title p {
    display: inline-block;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.camp-golcam-section-modelCase-schedule-day1 {
  margin-top: 40px;
  border-left: solid #fec52a 8px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day1 {
    width: 50%;
    padding-right: 20px;
  }
}
.camp-golcam-section-modelCase-schedule-day1 h3 {
  font-size: 24px;
}
.camp-golcam-section-modelCase-schedule-day1 table {
  width: 100%;
}
.camp-golcam-section-modelCase-schedule-day1 table tr {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day1 table tr {
    margin-top: 5px;
  }
}
.camp-golcam-section-modelCase-schedule-day1 table tr th, .camp-golcam-section-modelCase-schedule-day1 table tr td {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day1 table tr th, .camp-golcam-section-modelCase-schedule-day1 table tr td {
    font-size: 18px;
    display: table-cell;
    vertical-align: initial;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day1 table tr th {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day1 table tr td {
    width: auto;
  }
}
.camp-golcam-section-modelCase-schedule-day2 {
  margin-top: 40px;
  border-left: solid #fec52a 8px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day2 {
    width: 50%;
  }
}
.camp-golcam-section-modelCase-schedule-day2 h3 {
  font-size: 24px;
}
.camp-golcam-section-modelCase-schedule-day2 table {
  width: 100%;
}
.camp-golcam-section-modelCase-schedule-day2 table tr {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day2 table tr {
    margin-top: 5px;
  }
}
.camp-golcam-section-modelCase-schedule-day2 table tr th, .camp-golcam-section-modelCase-schedule-day2 table tr td {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day2 table tr th, .camp-golcam-section-modelCase-schedule-day2 table tr td {
    font-size: 18px;
    display: table-cell;
    vertical-align: initial;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day2 table tr th {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-modelCase-schedule-day2 table tr td {
    width: auto;
  }
}
.camp-golcam-section-plan {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan {
    padding-top: 130px;
  }
}
.camp-golcam-section-plan-title {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-title {
    width: 62.5%;
  }
}
.camp-golcam-section-plan-title h2 {
  font-size: 60px;
  color: #fec52a;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-title h2 {
    font-size: 120px;
  }
}
.camp-golcam-section-plan-block {
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-block {
    width: 62.5%;
    margin: 25px auto 0;
  }
}
.camp-golcam-section-plan-block-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-block-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.camp-golcam-section-plan-block-listItem {
  width: 100%;
  padding: 0 4% 30px;
  color: #fffbf3;
  background-color: #26331d;
  border-bottom: solid #fec52a 8px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-block-listItem {
    width: 47.5%;
    margin-bottom: 50px;
    padding: 0 40px 30px;
  }
}
.camp-golcam-section-plan-block-listItem h3 {
  font-size: 36px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-block-listItem h3 {
    font-size: 48px;
  }
}
.camp-golcam-section-plan-block-listItem .tagsItem {
  margin-top: 10px;
  display: inline-block;
  padding: 6px 9px;
  background-color: #fffbf3;
  color: #010d1a;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-block-listItem .tagsItem {
    font-size: 18px;
  }
}
.camp-golcam-section-plan-block-listItem .catch {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-block-listItem .catch {
    margin-top: 20px;
  }
}
.camp-golcam-section-plan-bg {
  margin-top: 62.5px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-plan-bg {
    position: relative;
    margin-top: -11.5%;
    z-index: -1;
  }
}
.camp-golcam-section-features {
  margin-top: 0;
}
.camp-golcam-section-voice {
  padding-top: 105px;
}
.camp-golcam-section-voice-title {
  width: 92%;
  margin: auto;
}
.camp-golcam-section-voice-title h2 {
  font-size: 45px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-title h2 {
    font-size: 90px;
  }
}
.camp-golcam-section-voice-block {
  width: 92%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-block {
    width: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
  }
}
.camp-golcam-section-voice-block-listItem {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-block-listItem {
    margin-top: 80px;
    margin-right: 5%;
    width: 30%;
  }
}
.camp-golcam-section-voice-block-listItem:nth-child(3n) {
  margin-right: 0;
}
.camp-golcam-section-voice-block-listItem:nth-child(4) {
  margin-right: 2.5%;
}
.camp-golcam-section-voice-block-listItem:nth-child(5) {
  margin-right: 0;
  margin-left: 2.5%;
}
.camp-golcam-section-voice-block-listItem .image {
  width: 34.782609%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-block-listItem .image {
    width: 66.6666%;
  }
}
.camp-golcam-section-voice-block-listItem .name {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-block-listItem .name {
    font-size: 18px;
  }
}
.camp-golcam-section-voice-block-listItem .name .age {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-voice-block-listItem .name .age {
    font-size: 14px;
  }
}
.camp-golcam-section-voice-block-listItem .comment {
  font-size: 14px;
  margin-top: 20px;
}
.camp-golcam-section-bnr {
  position: fixed;
  bottom: 15px;
  left: 4%;
  z-index: 9999;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .camp-golcam-section-bnr {
    width: 240px;
    bottom: 30px;
    left: auto;
    right: 60px;
  }
}
.camp-golcam-section-bnr a {
  transition: all 0.3s;
}
.camp-golcam-section-bnr a:hover {
  opacity: 0.6;
}
.camp .comingsoon {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .camp .comingsoon {
    font-size: 48px;
  }
}
.camp .comingsoon-block {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .camp .comingsoon-block {
    margin-top: 190px;
    margin-bottom: 190px;
  }
}

/* # =================================================================
#	2023/10/追加 リモートワークLP改修
# ================================================================= */
body:has(#remoteWork) {
  height: auto;
}
body:has(#remoteWork) img {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  body:has(#remoteWork) .sp {
    display: none;
  }
}
body:has(#remoteWork) .pc {
  display: none;
}
@media only screen and (min-width: 481px) {
  body:has(#remoteWork) .pc {
    display: block;
  }
}

.remoteWork {
  background-color: #F0FCFC;
}
.remoteWork_hero {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .remoteWork_hero {
    height: calc(100vh - 78px);
    overflow: hidden;
  }
}
.remoteWork_hero-bnr {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 481px) {
  .remoteWork_hero-bnr {
    width: 30%;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}
.remoteWork_hero-bnr-block {
  position: relative;
}
.remoteWork_hero-bnr-block-pdf {
  transition: all 0.8s;
  width: 30%;
  position: absolute;
  left: 68%;
  bottom: 16%;
}
@media only screen and (min-width: 481px) {
  .remoteWork_hero-bnr-block-pdf {
    left: auto;
    bottom: 14px;
    right: 12px;
  }
}
.remoteWork_hero-bnr-block-pdf a {
  transition: opacity 0.3s;
}
.remoteWork_hero-bnr-block-pdf a:hover {
  opacity: 0.7;
}
.remoteWork_fixBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10001;
}
.remoteWork_fixBtn a {
  background-color: #FF5A5F;
  text-decoration: none !important;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.remoteWork_fixBtn a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  transition: all 0.5s;
}
.remoteWork_about-container {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container {
    margin: 0 auto;
    width: 960px;
  }
}
.remoteWork_about-container-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container-title {
    margin: 0 auto 40px;
    padding-top: 120px;
  }
}
.remoteWork_about-container-lead {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container-lead {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}
.remoteWork_about-container-text {
  font-size: 14px;
  width: 80%;
  margin: 0 auto 20px;
  text-align: justify;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container-text {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.remoteWork_about-container-logoList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container-logoList {
    margin: 0 auto 70px;
    justify-content: center;
  }
}
.remoteWork_about-container-logoList-item {
  width: calc(33.3333333333% - 10px);
  text-align: center;
}
.remoteWork_about-container-logoList-item img {
  width: 80% !important;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container-logoList-item img {
    width: 40% !important;
    margin-bottom: 40px;
  }
}
.remoteWork_about-container-logoList-item p {
  margin-top: 20px;
  max-width: fit-content;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 481px) {
  .remoteWork_about-container-logoList-item p {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
    margin: auto;
  }
}
.remoteWork_point-list-item {
  position: relative;
}
.remoteWork_point-list-item .image {
  width: 96%;
}
@media only screen and (min-width: 481px) {
  .remoteWork_point-list-item .image {
    width: 66.6666%;
  }
}
.remoteWork_point-list-item .image[data-aos=fade-left] {
  margin-left: auto;
}
.remoteWork_point-list-item .image[data-aos=fade-right] {
  margin-right: auto;
}
.remoteWork_point-list-item .text-container {
  position: relative;
  width: 96%;
  padding: 20px;
  color: #ffffff;
  margin-top: -10px;
  margin-bottom: 40px;
  z-index: 50;
}
@media only screen and (min-width: 481px) {
  .remoteWork_point-list-item .text-container {
    position: absolute;
    width: 35%;
    padding: 40px;
    top: 33%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.remoteWork_point-list-item .text-container[data-aos=fade-left] {
  margin-left: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_point-list-item .text-container[data-aos=fade-left] {
    margin-left: 0;
    left: 60%;
  }
}
.remoteWork_point-list-item .text-container[data-aos=fade-right] {
  margin-right: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_point-list-item .text-container[data-aos=fade-right] {
    margin-right: 0;
    right: 60%;
  }
}
.remoteWork_point-list-item .text-container .title {
  font-size: 18px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_point-list-item .text-container .title {
    font-size: 24px;
  }
}
.remoteWork_point-list-item .text-container .lead {
  font-size: 14px;
  margin-top: 0;
}
@media only screen and (min-width: 481px) {
  .remoteWork_point-list-item .text-container .lead {
    font-size: 14px;
  }
}
.remoteWork_point-list-item .text-container.cat01 {
  background-color: rgba(145, 126, 97, 0.75);
}
.remoteWork_point-list-item .text-container.cat02 {
  background-color: rgba(47, 114, 101, 0.75);
}
.remoteWork_point-list-item .text-container.cat03 {
  background-color: rgba(0, 137, 160, 0.75);
}
.remoteWork_point-list-item .text-container.cat04 {
  background-color: rgba(133, 2, 62, 0.75);
}
.remoteWork_plan-price {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price {
    width: 90%;
    margin: auto;
    margin-bottom: 80px;
  }
}
.remoteWork_plan-price-container .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container .title {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.remoteWork_plan-price-container-table {
  flex-shrink: 0;
  width: 160%;
  margin-bottom: 10px;
  border: 1px solid #E4DDD4;
  border-top: none;
  border-collapse: collapse;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container-table {
    width: 1200px;
    margin: 0 auto 10px;
  }
}
.remoteWork_plan-price-container-table th, .remoteWork_plan-price-container-table td {
  border: 1px solid #E4DDD4;
}
.remoteWork_plan-price-container-table th {
  background-color: #E4DDD4;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container-table th {
    font-size: 18px;
  }
}
.remoteWork_plan-price-container-table td {
  font-size: 24px;
}
.remoteWork_plan-price-container-table td:nth-child(2n) {
  background-color: #ffffff;
  text-align: center;
}
.remoteWork_plan-price-container-table td:nth-child(2n+1) {
  background-color: #E6F0FA;
  text-align: center;
  font-size: 24px;
}
.remoteWork_plan-price-container-table td:nth-child(1) {
  background-color: #E1EBE4;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
  text-align: left;
}
.remoteWork_plan-price-container-table .big {
  font-size: 24px;
  font-weight: 600;
}
.remoteWork_plan-price-container-table .small {
  font-size: 18px;
  font-weight: 600;
}
.remoteWork_plan-price-container-table .red, .remoteWork_plan-price-container-table .red_2 {
  color: #fff;
  background-color: #FF5A5F;
  display: block;
}
.remoteWork_plan-price-container-table .red {
  font-size: 16px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container-table .red {
    padding: 0;
  }
}
.remoteWork_plan-price-container-table .red_2 {
  padding: 0 5px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container-table .red_2 {
    display: inline;
  }
}
.remoteWork_plan-price-container-table .list {
  font-weight: normal;
  font-size: 14px;
}
.remoteWork_plan-price-container-table .contents_title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.remoteWork_plan-price-container-btn {
  background-color: #b99363;
  transition: all 0.4s;
  margin-top: 50px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container-btn {
    width: 570px;
    margin: 60px auto 0;
  }
}
.remoteWork_plan-price-container-btn a {
  border: 1px solid #B99363;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bolder;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .remoteWork_plan-price-container-btn a {
    font-size: 18px;
  }
}
.remoteWork_plan-price-container-btn a::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 0.4s;
}
.remoteWork_plan-price-container-btn a:hover {
  background-color: #fff;
  border: 1px solid #B99363;
  color: #000;
}
.remoteWork_plan-price-container-btn a:hover::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000;
}
.remoteWork_amenities {
  width: 90%;
  margin: 60px auto 0;
  background-color: #0B3954;
  padding: 60px 20px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_amenities {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 60px;
    margin-top: 110px;
  }
}
.remoteWork_amenities .title {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 481px) {
  .remoteWork_amenities .title {
    font-size: 3em;
    line-height: none;
    text-align: center;
    font-size: 60px;
    color: #fff;
  }
}
.remoteWork_amenities-block {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_amenities-block {
    width: 100%;
    margin: auto;
  }
}
.remoteWork_amenities-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_amenities-list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 2%;
    max-width: 100%;
    margin: auto;
  }
}
.remoteWork_amenities-list-item {
  width: 30%;
  margin-top: 25px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_amenities-list-item {
    width: 20%;
    margin-top: 25px;
  }
}
.remoteWork_amenities-list-item img {
  width: 100%;
}
.remoteWork_room {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room {
    width: 1200px;
    margin: auto;
  }
}
.remoteWork_room .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room .title {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.remoteWork_room-table {
  width: 100%;
  border: 1px solid #E4DDD4;
  border-top: none;
  border-collapse: collapse;
}
.remoteWork_room-table tr {
  border: 1px solid #E4DDD4;
  border-collapse: collapse;
}
.remoteWork_room-table tr th, .remoteWork_room-table tr td {
  text-align: start;
  padding-left: 10px;
  font-size: 14px;
  padding: 10px 0 10px 30px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room-table tr th, .remoteWork_room-table tr td {
    font-size: 16px;
  }
}
.remoteWork_room-table tr th {
  width: 40%;
  background-color: #E1EBE4;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room-table tr th {
    width: 20%;
  }
}
.remoteWork_room-table tr td {
  background-color: #fff;
}
.remoteWork_room-floor {
  border: 1px solid #E4DDD4;
  border-top: none;
  border-collapse: collapse;
  background-color: #fff;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room-floor {
    display: flex;
    width: 100%;
    background-color: #fff;
    padding-top: 0;
  }
}
.remoteWork_room-floor-image {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  border: 1px solid #E4DDD4;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room-floor-image {
    margin: 0 auto;
    width: 100%;
  }
}
.remoteWork_room-floor-image img {
  width: auto !important;
}
.remoteWork_room-floor-amenity {
  padding: 0 10px 40px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room-floor-amenity {
    padding: 0 20px;
    width: 100%;
  }
}
.remoteWork_room-floor-amenity .title {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding-top: 40px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_room-floor-amenity .title {
    font-size: 18px;
    padding-top: 50px;
  }
}
.remoteWork_access-container {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container {
    width: 1200px;
    margin: auto;
  }
}
.remoteWork_access-container .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container .title {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.remoteWork_access-container-block-address .list-item {
  border-bottom: 1px solid #E4DDD4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.remoteWork_access-container-block-address .list-item .item-title {
  font-size: 14px;
  font-weight: bold;
}
.remoteWork_access-container-block-address .list-item .item-title_text {
  font-size: 14px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container-block-access {
    border-bottom: 1px solid #E4DDD4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.remoteWork_access-container-block-access .list-item {
  border-bottom: 1px solid #E4DDD4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container-block-access .list-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 47.5%;
  }
}
.remoteWork_access-container-block-access .list-item .item-title {
  font-size: 14px;
  font-weight: bold;
}
.remoteWork_access-container-block-access .list-item .item-title_text {
  font-size: 14px;
}
.remoteWork_access-container-block-table {
  margin: 20px auto;
}
.remoteWork_access-container-block-table .list-item .item-title {
  font-size: 14px;
  font-weight: bold;
}
.remoteWork_access-container-block-table .list-item .item-title_text {
  font-size: 14px;
}
.remoteWork_access-container-block-table-item {
  margin: 20px auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container-block-table-item {
    display: flex;
    justify-content: space-between;
  }
}
.remoteWork_access-container-block-table-item table {
  width: 100%;
  border: 1px solid #E4DDD4;
  border-collapse: collapse;
  margin: 20px auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container-block-table-item table {
    width: 570px;
    margin: 0;
  }
}
.remoteWork_access-container-block-table-item table th {
  background-color: #E4DDD4;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_access-container-block-table-item table th {
    font-size: 16px;
  }
}
.remoteWork_access-container-block-table-item table td {
  border: 1px solid #E4DDD4;
  text-align: center;
  background-color: #ffffff;
}
.remoteWork_access-container-block-table-item table td:nth-child(1) {
  font-weight: 600;
}
.remoteWork_access-container-block-table-item table .green td {
  background-color: #E1EBE4;
}
.remoteWork_voice-container {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_voice-container {
    width: 1200px;
    margin: auto;
  }
}
.remoteWork_voice-container .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_voice-container .title {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 481px) {
  .remoteWork_voice-container-box {
    display: flex;
    margin-top: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 481px) {
  .remoteWork_voice-container-box-item {
    width: 47.5%;
  }
}
.remoteWork_voice-container-box-item p {
  font-size: 14px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_voice-container-box-item p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) {
  .remoteWork_voice-container-box-item p.name {
    font-size: 18px;
  }
}
.remoteWork_voice-container-box-item .image {
  margin-top: 20px;
}
.remoteWork_case-container {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container {
    width: 1200px;
    margin: auto;
  }
}
.remoteWork_case-container .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container .title {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container-block {
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container-block .case-image {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container-block .case-text {
    width: 42.5%;
  }
}
.remoteWork_case-container-block .case-text > h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container-block .case-text > h3 {
    margin-top: 0;
    font-size: 20px;
  }
}
.remoteWork_case-container-block .case-text > .desc {
  font-size: 14px;
  margin-top: 15px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container-block .case-text > .desc {
    margin-top: 20px;
    font-size: 16px;
  }
}
.remoteWork_case-container-block .case-text a {
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_case-container-block .case-text a {
    padding-top: 20px;
  }
}
.remoteWork_notice-container {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_notice-container {
    width: 1200px;
    margin: auto;
  }
}
.remoteWork_notice-container .title {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 481px) {
  .remoteWork_notice-container .title {
    font-size: 60px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
.remoteWork_notice-container .lead {
  font-size: 14px;
  margin: 40px auto 30px;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .remoteWork_notice-container .lead {
    margin: 80px auto;
    font-size: 16px;
  }
}
.remoteWork_notice-container-btn {
  background-color: #ffffff;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .remoteWork_notice-container-btn {
    width: 570px;
    margin: auto;
  }
}
.remoteWork_notice-container-btn a {
  border: 1px solid #b99363;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #010d1a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .remoteWork_notice-container-btn a {
    font-size: 18px;
  }
}
.remoteWork_notice-container-btn a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #010d1a;
  transition: all 0.4s;
}
.remoteWork_notice-container-btn a:hover {
  background-color: #B99363;
  border: 1px solid #B99363;
  color: #fff;
}
.remoteWork_notice-container-btn a:hover::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  transition: all 0.4s;
}
.remoteWork_reservation-container {
  margin-top: 60px;
  position: relative;
}
@media only screen and (min-width: 481px) {
  .remoteWork_reservation-container {
    margin-top: 120px;
  }
}
.remoteWork_reservation-container-btn {
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 90%;
}
@media only screen and (min-width: 481px) {
  .remoteWork_reservation-container-btn {
    width: 570px;
    margin: auto;
  }
}
.remoteWork_reservation-container-btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bolder;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #b99363;
  border: 1px solid #B99363;
}
@media only screen and (min-width: 481px) {
  .remoteWork_reservation-container-btn a {
    font-size: 18px;
  }
}
.remoteWork_reservation-container-btn a::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  transition: all 0.4s;
}
.remoteWork_reservation-container-btn a:hover {
  background-color: #fff;
  color: #000;
}
.remoteWork_reservation-container-btn a:hover::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  -webkit-mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  mask: url(../images/remote_work_2023_winter/ic_launch.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000;
}
.remoteWork_gallery-container {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_gallery-container {
    margin-top: 120px;
    padding-bottom: 120px;
  }
}
.remoteWork_gallery-container-animate {
  display: flex;
  overflow: hidden;
}
.remoteWork_gallery-container-animate .gallery_list {
  display: flex;
  list-style: none;
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.remoteWork_gallery-container-animate .gallery_list-item {
  width: 50vw;
  margin-right: 10px;
}
@media only screen and (min-width: 481px) {
  .remoteWork_gallery-container-animate .gallery_list-item {
    width: 20vw;
    margin-right: 20px;
  }
}
.remoteWork_gallery-container-animate .gallery_list-item img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* # =================================================================
#	2024/112/追加 ブログページ
# ================================================================= */
.blog-table {
  text-align: center;
  min-width: 800px;
  border-collapse: collapse;
}
.blog-table th, .blog-table td {
  border: solid 1px #000000;
}
.blog-table-title {
  background-color: #b99363;
  color: #ffffff;
}
.blog-table-time td:nth-child(1) {
  background-color: #f7ebdd;
}
.blog-table-work td:nth-child(n+3) {
  background-color: #c1e6f5;
}
.blog-table-golf td:nth-child(n+2) {
  background-color: #cce9c1;
}
.blog-table-task td:nth-child(n+2) {
  background-color: #f7efa2;
}
.blog-table-move {
  background-color: #cccccc;
}
.blog-table-container {
  overflow: auto;
}
.blog-table-reverse {
  flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .blog-table-reverse {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=common.css.map */