@charset "UTF-8";
/* font-sizeレスポンシブ */
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(-100%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(100%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn, .slideInUp, .slideInRight, .slideInLeft, .slideInDown {
  opacity: 0;
}

.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out both;
}

.slideInUp.is-animated {
  animation: slideInUp 0.6s ease-in-out both;
}

.slideInDown.is-animated {
  animation: slideInDown 0.6s ease-in-out both;
}

.slideInRight.is-animated {
  animation: slideInRight 0.6s ease-in-out both;
}

.slideInLeft.is-animated {
  animation: slideInLeft 0.6s ease-in-out both;
}

@keyframes updown {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes katakata {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #F6DE00;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(246, 222, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 222, 0, 0);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fvWave {
  0% {
    top: 0;
  }
  100% {
    top: -18px;
  }
}
@keyframes fv01 {
  0% {
    transform: rotate(0deg);
    top: 29.89%;
    left: 6.24%;
  }
  100% {
    transform: rotate(-43deg);
    top: 23.96%;
    left: 2.64%;
  }
}
@keyframes fv02 {
  0% {
    top: 43.97%;
    left: 4.45%;
  }
  100% {
    top: 39.4%;
    left: 4.04%;
  }
}
@keyframes fv03 {
  0% {
    top: 48.53%;
    left: 8.85%;
  }
  100% {
    top: 49.71%;
    left: 5.53%;
  }
}
@keyframes fv04 {
  0% {
    top: 14.86%;
    left: 34.57%;
  }
  100% {
    top: 16.69%;
    left: 31.15%;
  }
}
@keyframes fv05 {
  0% {
    top: 16.94%;
    left: 39.17%;
  }
  100% {
    top: 14.02%;
    left: 39.38%;
  }
}
@keyframes fv06 {
  0% {
    top: 83.16%;
    left: 21.53%;
  }
  100% {
    top: 75.14%;
    left: 25.32%;
  }
}
@keyframes fv07 {
  0% {
    top: 27.5%;
    left: 82.72%;
  }
  100% {
    top: 20.88%;
    left: 74.85%;
  }
}
@keyframes fv08 {
  0% {
    top: 58.03%;
    left: 87.43%;
  }
  100% {
    top: 55.79%;
    left: 91.39%;
  }
}
@keyframes fv09 {
  0% {
    top: 75.14%;
    left: 72.43%;
  }
  100% {
    top: 68.3%;
    left: 74.3%;
  }
}
@keyframes fv10 {
  0% {
    top: 81.83%;
    left: 69.61%;
  }
  100% {
    top: 82.43%;
    left: 72.41%;
  }
}
@keyframes fv11 {
  0% {
    transform: rotate(14deg);
    top: 34.17%;
    left: 69.9%;
  }
  100% {
    transform: rotate(3deg);
    top: 30.73%;
    left: 64.9%;
  }
}
@keyframes fv11sp {
  0% {
    transform: rotate(14deg);
    top: 34.17%;
    left: 69.9%;
  }
  100% {
    transform: rotate(3deg);
    top: 7.21%;
    left: calc(50% + 50vw - 11.75%);
  }
}
@keyframes fv12 {
  0% {
    transform: rotate(23deg);
    top: 48.77%;
    left: 84.85%;
  }
  100% {
    transform: rotate(13deg);
    top: 43.4%;
    left: 75.36%;
  }
}
@keyframes fv13 {
  0% {
    transform: rotate(23deg);
    top: 97.89%;
    left: -2.91%;
    opacity: 0;
  }
  100% {
    transform: rotate(33deg);
    top: 67.4%;
    left: 6.23%;
    opacity: 1;
  }
}
@keyframes fv13sp {
  0% {
    transform: rotate(23deg);
    top: 97.89%;
    left: -2.91%;
    opacity: 0;
  }
  100% {
    transform: rotate(33deg);
    top: 63.43%;
    left: calc(50% - 50vw - 2.41%);
    opacity: 1;
  }
}
@keyframes fv14 {
  0% {
    top: 106.36%;
    left: 8.3%;
    opacity: 0;
  }
  100% {
    top: 71.84%;
    left: 16.03%;
    opacity: 1;
  }
}
@keyframes fv14sp {
  0% {
    top: 106.36%;
    left: 8.3%;
    opacity: 0;
  }
  100% {
    top: 73.88%;
    left: calc(50% - 50vw + 0.29%);
    opacity: 1;
  }
}
@keyframes fv15 {
  0% {
    top: 110.85%;
    left: 88.47%;
    opacity: 0;
  }
  100% {
    top: 69.58%;
    left: 79.3%;
    opacity: 1;
  }
}
@keyframes fv15sp {
  0% {
    top: 110.85%;
    left: 88.47%;
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 79.1%;
    left: calc(50% + 50vw - 6.4%);
    opacity: 1;
    transform: rotate(-18deg);
  }
}
@keyframes fv16 {
  0% {
    top: 101.75%;
    left: 92.5%;
    opacity: 0;
  }
  100% {
    top: 66.04%;
    left: 86.12%;
    opacity: 1;
  }
}
@keyframes fv16sp {
  0% {
    top: 101.75%;
    left: 92.5%;
    opacity: 0;
  }
  100% {
    top: 69.38%;
    left: calc(50% + 50vw - 6.11%);
    opacity: 1;
  }
}
@keyframes fv17-1 {
  0% {
    opacity: 0.61;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fv17-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.61;
  }
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* 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: none;
  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 */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ==================================
base
================================== */
html {
  font-size: 16px;
}

body {
  color: #31326F;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
  font-size: 1rem;
}

#wrapper {
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
  }
}

h1, h2 {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  h1, h2 {
    font-size: calc(25px + 10 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  h1, h2 {
    font-size: 2.1875rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(20px + 10 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: calc(18px + 7 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  h4 {
    font-size: 1.5625rem;
  }
}

h5 {
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: calc(17px + 3 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: calc(16px + 2 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  h6 {
    font-size: 1.125rem;
  }
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.aligncenter, svg.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.alignright, svg.alignright {
  display: block;
  margin-left: auto;
}
img.alignleft, svg.alignleft {
  display: block;
  margin-right: auto;
}

table {
  border-collapse: collapse;
}

ul, ol {
  margin-left: 1.3em;
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

.youtube, .gmap {
  max-width: 100%;
  position: relative;
}
.youtube:before, .gmap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube > iframe, .gmap > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.l-editor h2, .l-editor h3, .l-editor h4, .l-editor h5, .l-editor h6 {
  line-height: 1.5;
}
.l-editor h2:not(:first-child), .l-editor h3:not(:first-child), .l-editor h4:not(:first-child), .l-editor h5:not(:first-child), .l-editor h6:not(:first-child) {
  margin-top: 1rem;
}
.l-editor h2 + h2, .l-editor h2 + h3, .l-editor h2 + h4, .l-editor h2 + h5, .l-editor h2 + h6, .l-editor h2 + p, .l-editor h2 + dl, .l-editor h2 + ol, .l-editor h2 + ul, .l-editor h2 + table, .l-editor h2 + hr, .l-editor h2 .youtube, .l-editor h2 .gmap, .l-editor h2 + div, .l-editor h3 + h2, .l-editor h3 + h3, .l-editor h3 + h4, .l-editor h3 + h5, .l-editor h3 + h6, .l-editor h3 + p, .l-editor h3 + dl, .l-editor h3 + ol, .l-editor h3 + ul, .l-editor h3 + table, .l-editor h3 + hr, .l-editor h3 .youtube, .l-editor h3 .gmap, .l-editor h3 + div, .l-editor h4 + h2, .l-editor h4 + h3, .l-editor h4 + h4, .l-editor h4 + h5, .l-editor h4 + h6, .l-editor h4 + p, .l-editor h4 + dl, .l-editor h4 + ol, .l-editor h4 + ul, .l-editor h4 + table, .l-editor h4 + hr, .l-editor h4 .youtube, .l-editor h4 .gmap, .l-editor h4 + div, .l-editor h5 + h2, .l-editor h5 + h3, .l-editor h5 + h4, .l-editor h5 + h5, .l-editor h5 + h6, .l-editor h5 + p, .l-editor h5 + dl, .l-editor h5 + ol, .l-editor h5 + ul, .l-editor h5 + table, .l-editor h5 + hr, .l-editor h5 .youtube, .l-editor h5 .gmap, .l-editor h5 + div, .l-editor h6 + h2, .l-editor h6 + h3, .l-editor h6 + h4, .l-editor h6 + h5, .l-editor h6 + h6, .l-editor h6 + p, .l-editor h6 + dl, .l-editor h6 + ol, .l-editor h6 + ul, .l-editor h6 + table, .l-editor h6 + hr, .l-editor h6 .youtube, .l-editor h6 .gmap, .l-editor h6 + div {
  margin-top: 0.5rem !important;
}
.l-editor p, .l-editor dl, .l-editor ol, .l-editor ul, .l-editor table, .l-editor hr, .l-editor .youtube, .l-editor .gmap, .l-editor > div {
  line-height: 1.75;
}
.l-editor p:not(:first-child), .l-editor dl:not(:first-child), .l-editor ol:not(:first-child), .l-editor ul:not(:first-child), .l-editor table:not(:first-child), .l-editor hr:not(:first-child), .l-editor .youtube:not(:first-child), .l-editor .gmap:not(:first-child), .l-editor > div:not(:first-child) {
  margin-top: 1rem;
}
@media only screen and (max-width: 499px) {
  .l-editor p, .l-editor span, .l-editor strong, .l-editor table, .l-editor ul, .l-editor ol, .l-editor dl, .l-editor div {
    font-size: 1rem !important;
  }
}
.l-editor ol ol, .l-editor ol ul, .l-editor ul ol, .l-editor ul ul {
  margin-top: 0 !important;
}
.l-editor ol ol ol, .l-editor ol ul ol, .l-editor ul ol ol, .l-editor ul ul ol {
  list-style: none;
  counter-reset: number;
  margin-left: 0;
}
.l-editor ol ol ol li, .l-editor ol ul ol li, .l-editor ul ol ol li, .l-editor ul ul ol li {
  position: relative;
  padding-left: 2.3em;
}
.l-editor ol ol ol li:before, .l-editor ol ul ol li:before, .l-editor ul ol ol li:before, .l-editor ul ul ol li:before {
  content: "（" counter(number) "）";
  counter-increment: number;
  position: absolute;
  left: 0;
}
.l-editor ol li::marker {
  font-weight: bold;
}
.l-editor a {
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
.l-editor dl > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.l-editor dl > div dt {
  padding: 0.5em 1em;
  width: 10em;
}
.l-editor dl > div dd {
  padding: 0.5em 1em;
  flex: 1;
}
.l-editor dl dt, .l-editor dl dd {
  font-weight: 500;
  width: 100%;
}
.l-editor dl > dd + dt {
  margin-top: 1rem;
}
.l-editor input, .l-editor textarea, .l-editor fieldset, .l-editor select, .l-editor button {
  border: 1px solid #CFCECD;
  border-radius: 0;
  padding: 0.5em 1em;
  max-width: 100%;
  background-color: #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-editor input, .l-editor textarea, .l-editor fieldset, .l-editor select, .l-editor button {
    font-size: calc(16px + 2 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .l-editor input, .l-editor textarea, .l-editor fieldset, .l-editor select, .l-editor button {
    font-size: 1.125rem;
  }
}
.l-editor input::placeholder, .l-editor textarea::placeholder, .l-editor fieldset::placeholder, .l-editor select::placeholder, .l-editor button::placeholder {
  color: #5E5E5E;
}
.l-editor table {
  width: auto;
  max-width: 100%;
}
.l-editor table thead tr th, .l-editor table thead tr td {
  background-color: #B2EFFF !important;
}
.l-editor table tr:nth-of-type(2n+1) th, .l-editor table tr:nth-of-type(2n+1) td {
  background-color: #EBFBFF;
}
.l-editor table tr th, .l-editor table tr td {
  border: none;
  padding: 3px 1em;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-editor table tr th, .l-editor table tr td {
    font-size: calc(12px + 5 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .l-editor table tr th, .l-editor table tr td {
    font-size: 1.0625rem;
  }
}
.l-editor table tr th {
  white-space: nowrap;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-header
----------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 9.375rem;
  background-image: url("../images/header/header-wave.svg");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  header:before {
    height: calc(150px + 70 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  header:before {
    height: 13.75rem;
  }
}
@media only screen and (max-width: 767px) {
  header:before {
    background-size: auto 100%;
    height: 130px;
  }
}
header.is-scrolled:before {
  opacity: 1;
}
header.is-scrolled .l-header-nav-reserve, header.is-scrolled .l-header-nav-bbq {
  opacity: 1;
}

.l-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}

.l-header-logo {
  display: inline-block;
  width: 12.75rem;
  position: relative;
  z-index: 120;
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    width: calc(204px + 156 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-logo {
    width: 22.5rem;
  }
}
.l-header-logo h1, .l-header-logo div {
  width: 100%;
}
.l-header-logo img {
  width: 100%;
  transition: 0.2s ease-in-out;
}
.l-header-logo:hover img {
  opacity: 0.7;
}

.l-header-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.l-header-sns ul li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header-sns ul li {
    padding-top: calc(5px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-sns ul li {
    padding-top: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sns ul li {
    padding-bottom: calc(5px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-sns ul li {
    padding-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sns ul li {
    padding-left: calc(8px + 2 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-sns ul li {
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sns ul li {
    padding-right: calc(8px + 2 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-sns ul li {
    padding-right: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-header-sns--pc {
    display: none;
  }
}

.l-header-sns--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header-sns--sp {
    display: block;
    padding-right: 78px;
    position: relative;
    z-index: 120;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-sns--sp ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header-nav-top {
    order: 2;
    padding-top: 20px;
    width: 100%;
  }
}
.l-header-nav-top > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-top > ul {
    padding-right: calc(8px + 67 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-top > ul {
    padding-right: 4.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-top > ul {
    flex-wrap: wrap;
  }
}
.l-header-nav-top > ul li {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-top > ul li {
    padding-left: calc(5px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-top > ul li {
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-nav-top > ul li {
    padding-right: calc(5px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-top > ul li {
    padding-right: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-top > ul li {
    padding: 0 10px;
  }
}
.l-header-nav-top > ul li a {
  color: inherit;
  text-shadow: 0px 0px 6px #FFFFFF;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-top > ul li a {
    font-size: calc(13px + 5 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-top > ul li a {
    font-size: 1.125rem;
  }
}
.l-header-nav-top > ul li a:hover {
  text-decoration: underline;
}

.l-header-nav-bottom {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-bottom {
    font-size: calc(15px + 5 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-bottom {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom {
    font-size: 1.125rem;
    width: 100%;
  }
}
.l-header-nav-bottom > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 0rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header-nav-bottom > ul {
    padding-right: calc(0px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-bottom > ul {
    padding-right: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul {
    display: block;
  }
}
.l-header-nav-bottom > ul li {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-bottom > ul li {
    padding-left: calc(13px + 27 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-bottom > ul li {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-nav-bottom > ul li {
    padding-right: calc(13px + 27 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-bottom > ul li {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul li {
    padding: 0 10px 10px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.l-header-nav-bottom > ul li a {
  color: inherit;
  text-shadow: 0px 0px 6px #FFFFFF;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.l-header-nav-bottom > ul li a:hover {
  text-decoration: underline;
}
.l-header-nav-bottom > ul > li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul > li {
    border-bottom: 1px solid #31326F;
  }
}
.l-header-nav-bottom > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.l-header-nav-bottom > ul ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: calc(2.4225em + 5px) 0 1em;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  white-space: nowrap;
  min-width: 100%;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-bottom > ul ul.sub-menu {
    font-size: calc(11px + 5 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-bottom > ul ul.sub-menu {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul ul.sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    background: none;
    font-size: 0.875rem;
    padding: 10px 0 10px 1em;
  }
}
.l-header-nav-bottom > ul ul.sub-menu > li {
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul ul.sub-menu > li {
    text-align: left;
    margin-bottom: 0;
  }
}
.l-header-nav-bottom > ul ul.sub-menu > li a {
  color: #036EB8;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul ul.sub-menu > li a {
    color: inherit;
  }
}
.l-header-nav-bottom > ul ul.sub-menu > li + li {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bottom > ul ul.sub-menu > li + li {
    margin-top: 10px;
  }
}

.l-header-nav-reserve {
  width: 8.625rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav-reserve {
    width: calc(138px + 110 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-header-nav-reserve {
    width: 15.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-reserve {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: 0.2s ease-in-out;
    height: 50px;
    width: calc(50% - 1px);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-reserve a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    background: #F6DE00;
  }
}
.l-header-nav-reserve span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-reserve span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-reserve img {
    display: none;
  }
}

.l-header-nav-bbq {
  width: 65px;
  height: 265px;
  opacity: 0;
  position: fixed;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bbq {
    transform: none;
    bottom: 0;
    height: 50px;
    width: calc(50% - 1px);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bbq a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    background: #F6DE00;
  }
}
.l-header-nav-bbq span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bbq span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-nav-bbq img {
    display: none;
  }
}

/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner--post {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner--wide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------
l-footer
----------------------------------- */
footer {
  background: rgb(129, 194, 255);
  margin-top: 140px;
  position: relative;
  color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 50px;
  }
}

.l-footer-img {
  position: absolute;
}

.l-footer-img--01 {
  bottom: calc(100% - 20px);
  right: 60%;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--01 {
    bottom: calc(100% - 10px);
    right: auto;
    left: 5.8%;
  }
}

.l-footer-img--02 {
  bottom: calc(100% - 35px);
  right: 28%;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--02 {
    transform: scale(-1, 1);
    right: 6.4%;
    bottom: calc(100% - 15px);
  }
}

.l-footer-img--03 {
  bottom: calc(100% - 10px);
  right: 87%;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--03 {
    display: none;
  }
}

.l-footer-img--04 {
  left: 11%;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--04 {
    display: none;
  }
}

.l-footer-img--05 {
  right: 43%;
  top: 50px;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--05 {
    display: none;
  }
}

.l-footer-img--06 {
  right: 11%;
  top: 50px;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--06 {
    display: none;
  }
}

.l-footer-img--07 {
  right: 3%;
  top: 30px;
}
@media only screen and (max-width: 991px) {
  .l-footer-img--07 {
    display: none;
  }
}

.l-footer-wave {
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
.l-footer-wave svg {
  width: auto;
  height: 100%;
  max-width: none;
}

.l-footer-wave__parallax > use {
  width: 200%;
  max-width: none;
  animation: wave 30s linear infinite;
}
.l-footer-wave__parallax > use:nth-child(2) {
  animation-duration: 20s;
}

.l-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  padding-top: 60px;
  padding-bottom: 36px;
  font-size: 0.8125rem;
  padding-left: 2.8125rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding-left: calc(45px + 15 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer {
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding-right: calc(15px + 45 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer {
    padding-right: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    justify-content: center;
  }
}

.l-footer-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  width: 100%;
}

.l-footer-sns {
  padding-left: 27px;
  padding-right: 7px;
}
.l-footer-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.l-footer-sns ul li {
  padding-right: 20px;
}

.l-footer-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}

.l-footer-info-left, .l-footer-info-right {
  padding-right: 27px;
}
@media only screen and (max-width: 499px) {
  .l-footer-info-left, .l-footer-info-right {
    padding-right: 0;
  }
}

.l-footer-nav {
  display: flex;
  justify-content: end;
  line-height: 1.2;
  padding-top: 1.4em;
  padding-right: 0rem;
}
@media screen and (min-width: 1200px) {
  .l-footer-nav {
    padding-right: calc(0px + 30 * (100vw - 1200px) / 720);
  }
}
@media screen and (min-width: 1920px) {
  .l-footer-nav {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 499px) {
  .l-footer-nav {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.l-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .l-footer-nav ul {
    width: 50%;
  }
}
.l-footer-nav ul li {
  margin-bottom: 10px;
  padding-right: 30px;
}

.l-footer-copyright {
  text-align: center;
  font-size: 0.75rem;
  padding: 1em 0;
}

/* --------------------------------
l-page
----------------------------------- */
.l-page {
  padding-top: 40px;
  background-image: url("../images/common/page-bg.png");
  background-repeat: no-repeat;
  background-size: auto 240px;
  background-position: top center;
  margin-bottom: 6.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 390px) {
  .l-page {
    margin-bottom: calc(100px + -100 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .l-page {
    margin-bottom: 0rem;
  }
}

.l-page-header {
  height: 15.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 390px) {
  .l-page-header {
    height: calc(250px + 250 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-page-header {
    height: 31.25rem;
  }
}
.l-page-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-page-title {
  padding-left: 20px;
  padding-right: 20px;
}
.l-page-title h1, .l-page-title > div {
  text-align: center;
  position: relative;
  background-image: url("../images/common/page-title-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 544px;
  max-width: 100%;
  margin: 0 auto 60px;
  font-size: 1.5625rem;
  line-height: 4.5625rem;
  font-weight: 600;
}
@media screen and (min-width: 390px) {
  .l-page-title h1, .l-page-title > div {
    font-size: calc(25px + 10 * (100vw - 390px) / 194);
  }
}
@media screen and (min-width: 584px) {
  .l-page-title h1, .l-page-title > div {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-page-title h1, .l-page-title > div {
    line-height: calc(73px + 41 * (100vw - 390px) / 194);
  }
}
@media screen and (min-width: 584px) {
  .l-page-title h1, .l-page-title > div {
    line-height: 7.125rem;
  }
}

/* --------------------------------
l-map
----------------------------------- */
.l-map {
  background-image: url("../images/map/map-bg.jpg");
  background-position: center bottom;
  background-size: auto 1456px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 21.25rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -8.07vw;
}
@media screen and (min-width: 390px) {
  .l-map {
    padding-top: calc(20px + 230 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .l-map {
    padding-top: 15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-map {
    padding-bottom: calc(340px + -124 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .l-map {
    padding-bottom: 13.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .l-map {
    background-size: auto 100%;
  }
}
.l-map h2 {
  position: relative;
  text-align: center;
  font-size: 2.1875rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 8.125rem;
}
@media screen and (min-width: 390px) {
  .l-map h2 {
    padding-top: calc(15px + 35 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map h2 {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 390px) {
  .l-map h2 {
    padding-bottom: calc(15px + 45 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map h2 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 390px) {
  .l-map h2 {
    margin-bottom: calc(130px + -120 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .l-map h2 {
    margin-bottom: 0.625rem;
  }
}
.l-map h2 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}

.l-map-container {
  background: #FFFFFF;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .l-map-container {
    padding: calc(10px + 18 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .l-map-container {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 390px) {
  .l-map-container {
    border-radius: calc(10px + 20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .l-map-container {
    border-radius: 1.875rem;
  }
}
.l-map-container > img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .l-map-container > img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .l-map-container > img {
    border-radius: 1.875rem;
  }
}

.l-map-bg--01 {
  position: absolute;
  top: 108px;
  left: 0.625rem;
  width: 9rem;
}
@media screen and (min-width: 390px) {
  .l-map-bg--01 {
    left: calc(10px + 132 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map-bg--01 {
    left: 8.875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-map-bg--01 {
    width: calc(144px + 130 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map-bg--01 {
    width: 17.125rem;
  }
}

.l-map-bg--02 {
  position: absolute;
  top: 17.66vw;
  right: 6.15%;
  width: 4.5rem;
}
@media screen and (min-width: 390px) {
  .l-map-bg--02 {
    width: calc(72px + 48 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map-bg--02 {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-map-bg--02 {
    right: auto;
    left: 7.73%;
    top: auto;
    bottom: 141px;
  }
}

.l-map-bg--03 {
  position: absolute;
  bottom: 76px;
  right: 2.9375rem;
  width: 5.625rem;
}
@media screen and (min-width: 390px) {
  .l-map-bg--03 {
    right: calc(47px + 792 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map-bg--03 {
    right: 52.4375rem;
  }
}
@media screen and (min-width: 390px) {
  .l-map-bg--03 {
    width: calc(90px + 74 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-map-bg--03 {
    width: 10.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-map-bg--03 {
    bottom: 49px;
  }
}

.l-access {
  padding-top: 320px;
  padding-bottom: 31.875rem;
  background-image: url("../images/access/access-bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 260px;
  margin-top: -259px;
  position: relative;
}
@media screen and (min-width: 390px) {
  .l-access {
    padding-bottom: calc(510px + -400 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access {
    padding-bottom: 6.875rem;
  }
}
@media only screen and (max-width: 1057px) {
  .l-access {
    background-size: auto 150px;
    margin-top: -149px;
    padding-top: 210px;
  }
}
.l-access .c-more-btn {
  position: relative;
}

.l-access-bg--01 {
  position: absolute;
  max-width: none;
  left: -19.4375rem;
  bottom: 12.5rem;
}
@media screen and (min-width: 390px) {
  .l-access-bg--01 {
    left: calc(-311px + 311 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--01 {
    left: 0rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--01 {
    bottom: calc(200px + -170 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--01 {
    bottom: 1.875rem;
  }
}

.l-access-bg--02 {
  position: absolute;
  width: 11.75rem;
  bottom: 16.875rem;
  left: 1.25rem;
}
@media screen and (min-width: 390px) {
  .l-access-bg--02 {
    width: calc(188px + 74 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--02 {
    width: 16.375rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--02 {
    bottom: calc(270px + -160 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--02 {
    bottom: 6.875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--02 {
    left: calc(20px + 118 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--02 {
    left: 8.625rem;
  }
}

.l-access-bg--03 {
  position: absolute;
  right: -18.75rem;
  bottom: 0.625rem;
  max-width: none;
}
@media screen and (min-width: 390px) {
  .l-access-bg--03 {
    right: calc(-300px + 300 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--03 {
    right: 0rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--03 {
    bottom: calc(10px + -30 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--03 {
    bottom: -1.25rem;
  }
}

.l-access-bg--04 {
  position: absolute;
  bottom: 6.25rem;
  right: 1.25rem;
  width: 15.25rem;
}
@media screen and (min-width: 390px) {
  .l-access-bg--04 {
    bottom: calc(100px + -23 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--04 {
    bottom: 4.8125rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--04 {
    right: calc(20px + 70 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--04 {
    right: 5.625rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--04 {
    width: calc(244px + 122 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--04 {
    width: 22.875rem;
  }
}

.l-access-bg--08 {
  position: absolute;
  left: 0.875rem;
  width: 9.9375rem;
  bottom: 21.875rem;
}
@media screen and (min-width: 390px) {
  .l-access-bg--08 {
    left: calc(14px + -74 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--08 {
    left: -3.75rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--08 {
    width: calc(159px + 65 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--08 {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .l-access-bg--08 {
    bottom: calc(350px + -120 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--08 {
    bottom: 14.375rem;
  }
}

.l-access-bg--09 {
  position: absolute;
  right: 1.25rem;
  width: 7.1875rem;
  top: 430px;
}
@media screen and (min-width: 390px) {
  .l-access-bg--09 {
    right: calc(20px + -87 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--09 {
    right: -4.1875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-access-bg--09 {
    width: calc(115px + 109 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-access-bg--09 {
    width: 14rem;
  }
}

/* --------------------------------
l-bg
----------------------------------- */
.l-fish-bg {
  position: relative;
  background-image: url("../images/top/play-fish-bg.svg");
  background-size: auto 388px;
  background-position: center 84px;
  padding-top: 30px;
  min-height: 472px;
}
@media only screen and (max-width: 767px) {
  .l-fish-bg {
    background-position: 60% 92px;
    background-size: auto 318px;
    min-height: 410px;
  }
}

.l-fish-bg-img--01 {
  position: absolute;
  top: 30px;
  left: -11.125rem;
}
@media screen and (min-width: 768px) {
  .l-fish-bg-img--01 {
    left: calc(-178px + 262 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--01 {
    left: 5.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-fish-bg-img--01 {
    position: static;
    text-align: center;
  }
}

.l-fish-bg-img--02 {
  position: absolute;
  top: 10.1875rem;
  left: 0.625rem;
  width: 4.0625rem;
  transform: rotate(2deg);
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--02 {
    top: calc(163px + 34 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--02 {
    top: 12.3125rem;
  }
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--02 {
    left: calc(10px + 209 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--02 {
    left: 13.6875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--02 {
    width: calc(65px + 107 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--02 {
    width: 10.75rem;
  }
}

.l-fish-bg-img--03 {
  position: absolute;
  top: 18.8125rem;
  left: 2.4375rem;
  width: 8.375rem;
  transform: rotate(-8deg);
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--03 {
    top: calc(301px + 54 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--03 {
    top: 22.1875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--03 {
    left: calc(39px + 724 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--03 {
    left: 47.6875rem;
  }
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--03 {
    width: calc(134px + 38 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--03 {
    width: 10.75rem;
  }
}

.l-fish-bg-img--04 {
  position: absolute;
  top: 10.125rem;
  right: -0.625rem;
  width: 5.9375rem;
  transform: rotate(13deg);
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--04 {
    top: calc(162px + 45 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--04 {
    top: 12.9375rem;
  }
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--04 {
    right: calc(-10px + 208 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--04 {
    right: 12.375rem;
  }
}
@media screen and (min-width: 390px) {
  .l-fish-bg-img--04 {
    width: calc(95px + 77 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-img--04 {
    width: 10.75rem;
  }
}

.l-fish-bg-2 {
  background: url("../images/top/stay-bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  position: relative;
  z-index: 1;
  min-height: 1560px;
  padding-top: 295px;
}
@media only screen and (max-width: 767px) {
  .l-fish-bg-2 {
    background-position: 30% -140px;
    padding-top: 150px;
    min-height: 1330px;
  }
}
.l-fish-bg-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 145px;
  left: 24.22%;
  width: 7.5rem;
  height: 70px;
  background-image: url("../images/common/fish_02.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .l-fish-bg-2:before {
    width: calc(120px + 70 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-2:before {
    width: 11.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-fish-bg-2:before {
    left: 3.73%;
    top: 70px;
  }
}
.l-fish-bg-2:after {
  content: "";
  display: block;
  position: absolute;
  top: 135px;
  left: 38.96%;
  width: 11.0625rem;
  height: 104px;
  transform: rotate(10deg);
  background-image: url("../images/common/fish_02.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .l-fish-bg-2:after {
    width: calc(177px + 105 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .l-fish-bg-2:after {
    width: 17.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-fish-bg-2:after {
    left: auto;
    right: 0;
    top: 80px;
  }
}

.l-pink-bg {
  background-image: url("../images/common/pink-bg_02.svg");
  background-size: auto 1618px;
  background-repeat: no-repeat;
  background-position: center top;
}

.l-blue-bg {
  background: url("../images/top/stay-bg.svg");
  background-repeat: no-repeat;
  background-position: left 100px;
  background-size: auto;
  position: relative;
  z-index: 1;
  min-height: 1660px;
}
@media only screen and (max-width: 767px) {
  .l-blue-bg {
    background-position: 30% 0;
    min-height: 1480px;
  }
}

/* --------------------------------
l-column
----------------------------------- */
.l-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.l-column:nth-of-type(2n+1) .l-column__text {
  order: 1;
}
.l-column:nth-of-type(2n) {
  justify-content: end;
}
.l-column:nth-of-type(2n) .l-column__img {
  border-radius: 30px 0 0 30px;
}

.l-column__img {
  width: 1000px;
  max-width: 64%;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1569px) {
  .l-column__img {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.625rem !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1569px) and (min-width: 390px) {
  .l-column__img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378) !important;
  }
}
@media only screen and (max-width: 1569px) and (min-width: 768px) {
  .l-column__img {
    border-radius: 1.875rem !important;
  }
}
.l-column__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45%;
}
.l-column__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-column__text {
  width: 100%;
  max-width: 570px;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1569px) {
  .l-column__text {
    flex: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    order: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-column__text > h2 {
  text-align: center;
  margin-bottom: 10px;
}
.l-column__text > h2.has-icon {
  border-bottom: 1px solid #036EB8;
  padding-bottom: 106px;
  background-size: 150px 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.l-column__description {
  border-bottom: 1px solid #036EB8;
  padding-bottom: 10px;
}
.l-column__description p {
  padding: 15px;
  font-size: 1.0625rem;
}
.l-column__description table tr th {
  white-space: nowrap;
}
.l-column__description table tr th, .l-column__description table tr td {
  padding: 10px 15px;
}
@media only screen and (max-width: 499px) {
  .l-column__description p, .l-column__description span, .l-column__description strong, .l-column__description table, .l-column__description ul, .l-column__description ol, .l-column__description dl, .l-column__description div {
    font-size: 0.875rem !important;
  }
}
.l-column__description .c-more-btn {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* --------------------------------
l-calendar
----------------------------------- */
.l-calendar {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.l-calendar-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  background: #FFFFFF;
}
@media screen and (min-width: 390px) {
  .l-calendar-inner {
    padding-left: calc(30px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner {
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 390px) {
  .l-calendar-inner {
    padding-right: calc(30px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner {
    padding-right: 3.125rem;
  }
}
.l-calendar-inner .xo-event-calendar {
  font-family: "Noto Sans JP", serif;
  width: 580px;
  max-width: 100%;
  margin: auto;
  overflow: unset;
  font-size: 1rem;
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar {
    font-size: calc(16px + 10 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar {
    font-size: 1.625rem;
  }
}
.l-calendar-inner .xo-event-calendar table.xo-month .month-header {
  margin: 0.25em 0;
}
.l-calendar-inner .xo-event-calendar table.xo-month button {
  position: absolute;
  height: auto;
  width: auto;
  overflow: visible;
  font-size: 0;
  top: 50%;
}
.l-calendar-inner .xo-event-calendar table.xo-month button.month-prev {
  right: 100%;
  margin-right: 2.13vw;
}
.l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(3, 110, 184, 0) rgba(3, 110, 184, 0) #036EB8 rgba(3, 110, 184, 0);
  border-top-width: 0;
  border-right-width: 0.5rem;
  border-left-width: 0.5rem;
  border-bottom-width: 0.75rem;
  transform: rotate(-90deg);
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
    border-right-width: calc(8px + 9 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
    border-right-width: 1.0625rem;
  }
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
    border-left-width: calc(8px + 9 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
    border-left-width: 1.0625rem;
  }
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
    border-bottom-width: calc(12px + 18 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-prev {
    border-bottom-width: 1.875rem;
  }
}
.l-calendar-inner .xo-event-calendar table.xo-month button.month-next {
  left: 100%;
  margin-left: 2.13vw;
}
.l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(3, 110, 184, 0) rgba(3, 110, 184, 0) #036EB8 rgba(3, 110, 184, 0);
  border-width: 0px 15px 25px 15px;
  border-top-width: 0;
  border-right-width: 0.5rem;
  border-left-width: 0.5rem;
  border-bottom-width: 0.75rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
    border-right-width: calc(8px + 9 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
    border-right-width: 1.0625rem;
  }
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
    border-left-width: calc(8px + 9 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
    border-left-width: 1.0625rem;
  }
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
    border-bottom-width: calc(12px + 18 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .xo-event-calendar table.xo-month button span.nav-next {
    border-bottom-width: 1.875rem;
  }
}
.l-calendar-inner .xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
  line-height: 2.5em;
}
.l-calendar-inner .xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #31326F;
  opacity: inherit;
  text-decoration: underline;
}
.l-calendar-inner .dayname td:first-child {
  color: #d00;
}
.l-calendar-inner .dayname td:last-child {
  color: #00d;
}
.l-calendar-inner .holiday-titles {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.l-calendar-inner .holiday-titles .holiday-title {
  display: flex;
  align-items: center;
  margin-right: 1em;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .holiday-titles .holiday-title {
    font-size: calc(12px + 4 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .holiday-titles .holiday-title {
    font-size: 1rem;
  }
}
.l-calendar-inner .holiday-titles .holiday-title span {
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .holiday-titles .holiday-title span {
    width: calc(20px + 22 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .holiday-titles .holiday-title span {
    width: 2.625rem;
  }
}
@media screen and (min-width: 390px) {
  .l-calendar-inner .holiday-titles .holiday-title span {
    height: calc(20px + 22 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .l-calendar-inner .holiday-titles .holiday-title span {
    height: 2.625rem;
  }
}

/* --------------------------------
l-fv
----------------------------------- */
/* ファーストビュー */
#l-fv-overlay {
  display: block;
  width: 100vw;
  height: 100vh;
  background: #76DDF8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: fadeOut 2.5s ease-out forwards;
}
#l-fv-overlay.is-ended {
  opacity: 0;
  animation: none;
  pointer-events: none;
}

.l-fv {
  position: relative;
  overflow: hidden;
}
.l-fv:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6.40625%;
}
@media only screen and (max-width: 767px) {
  .l-fv:before {
    padding-top: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .l-fv-img {
    width: auto;
    height: calc(100vh - 123px);
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-fv-slider {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.l-fv-slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.l-fv-slider .swiper .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 49.1666666667%;
}
@media only screen and (max-width: 767px) {
  .l-fv-slider .swiper .swiper-wrapper .swiper-slide:before {
    padding-top: calc(100vh - 123px);
  }
}
.l-fv-slider .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-fv-wave--01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-fv-wave--01 {
    height: 285px;
    max-width: none;
    width: auto;
  }
}

.l-fv-wave--02 {
  position: absolute;
  top: 0;
  left: 0;
  animation: fvWave 2.5s ease-out forwards;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.l-fv-wave--02.is-ended {
  top: -18px;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-wave--02 {
    height: 285px;
    max-width: none;
    width: auto;
  }
}

.l-fv-wave--03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.l-fv-animation {
  height: 100%;
  width: auto;
  max-width: none;
  aspect-ratio: 1920/1067;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-animation {
    aspect-ratio: 1920/1080;
    height: calc(100% - 123px);
  }
}
.l-fv-animation.is-slided {
  animation: fadeOut 1s ease-in-out both;
}

.l-fv-element {
  position: absolute;
  width: auto;
}

.l-fv-element--01 {
  height: 47.12%;
  animation: fv01 2.5s ease-out forwards;
}
.l-fv-element--01.is-ended {
  transform: rotate(-43deg);
  top: 23.96%;
  left: 2.64%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--01 {
    display: none;
  }
}

.l-fv-element--01-2 {
  animation: fadeIn 2.5s ease-out forwards;
  fill: #FFFFFF;
}
.l-fv-element--01-2.is-ended {
  opacity: 1;
  animation: none;
}

.l-fv-element--02 {
  height: 6.42%;
  animation: fv02 2.5s ease-out forwards;
}
.l-fv-element--02.is-ended {
  top: 39.4%;
  left: 4.04%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--02 {
    display: none;
  }
}

.l-fv-element--03 {
  height: 3.74%;
  animation: fv03 2.5s ease-out forwards;
}
.l-fv-element--03.is-ended {
  top: 49.71%;
  left: 5.53%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--03 {
    display: none;
  }
}

.l-fv-element--04 {
  height: 4.15%;
  animation: fv04 2.5s ease-out forwards;
}
.l-fv-element--04.is-ended {
  top: 16.69%;
  left: 31.15%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--04 {
    display: none;
  }
}

.l-fv-element--05 {
  height: 6.81%;
  animation: fv05 2.5s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--05 {
    display: none;
  }
}
.l-fv-element--05.is-ended {
  top: 14.02%;
  left: 39.38%;
  animation: none;
}

.l-fv-element--06 {
  height: 4.15%;
  animation: fv06 2.5s ease-out forwards;
}
.l-fv-element--06.is-ended {
  top: 75.14%;
  left: 25.32%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--06 {
    display: none;
  }
}

.l-fv-element--07 {
  height: 6.42%;
  animation: fv07 2.5s ease-out forwards;
}
.l-fv-element--07.is-ended {
  top: 20.88%;
  left: 74.85%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--07 {
    display: none;
  }
}

.l-fv-element--08 {
  height: 3.74%;
  animation: fv08 2.5s ease-out forwards;
}
.l-fv-element--08.is-ended {
  top: 55.79%;
  left: 91.39%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--08 {
    display: none;
  }
}

.l-fv-element--09 {
  height: 3.74%;
  animation: fv09 2.5s ease-out forwards;
}
.l-fv-element--09.is-ended {
  top: 68.3%;
  left: 74.3%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--09 {
    display: none;
  }
}

.l-fv-element--10 {
  height: 6.81%;
  animation: fv10 2.5s ease-out forwards;
}
.l-fv-element--10.is-ended {
  top: 82.43%;
  left: 72.41%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--10 {
    display: none;
  }
}

.l-fv-element--11 {
  height: 6.4%;
  animation: fv11 2.5s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--11 {
    animation: fv11sp 2.5s ease-out forwards;
    height: 7.13%;
  }
}
.l-fv-element--11.is-ended {
  transform: rotate(3deg);
  top: 30.73%;
  left: 64.9%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--11.is-ended {
    top: 7.21%;
    left: calc(50% + 50vw - 11.75%);
  }
}

.l-fv-element--12 {
  height: 9.53%;
  animation: fv12 2.5s ease-out forwards;
}
.l-fv-element--12.is-ended {
  transform: rotate(13deg);
  top: 43.4%;
  left: 75.36%;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--12 {
    display: none;
  }
}

.l-fv-element--13 {
  height: 36.63%;
  animation: fv13 2.5s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--13 {
    animation: fv13sp 2.5s ease-out forwards;
    height: 23.27%;
  }
}
.l-fv-element--13.is-ended {
  transform: rotate(33deg);
  top: 67.4%;
  left: 6.23%;
  opacity: 1;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--13.is-ended {
    top: 63.43%;
    left: calc(50% - 50vw - 2.41%);
  }
}

.l-fv-element--14 {
  height: 30.35%;
  animation: fv14 2.5s ease-out forwards;
  transform: rotate(23deg);
}
@media only screen and (max-width: 767px) {
  .l-fv-element--14 {
    animation: fv14sp 2.5s ease-out forwards;
    height: 23.64%;
  }
}
.l-fv-element--14.is-ended {
  top: 71.84%;
  left: 16.03%;
  opacity: 1;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--14.is-ended {
    top: 73.88%;
    left: calc(50% - 50vw + 0.29%);
  }
}

.l-fv-element--15 {
  height: 30.47%;
  animation: fv15 2.5s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--15 {
    animation: fv15sp 2.5s ease-out forwards;
    height: 20.75%;
  }
}
.l-fv-element--15.is-ended {
  top: 69.58%;
  left: 79.3%;
  opacity: 1;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--15.is-ended {
    top: 79.1%;
    left: calc(50% + 50vw - 6.4%);
    transform: rotate(-18deg);
  }
}

.l-fv-element--16 {
  height: 32.99%;
  animation: fv16 2.5s ease-out forwards;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--16 {
    animation: fv16sp 2.5s ease-out forwards;
    height: 19.39%;
  }
}
.l-fv-element--16.is-ended {
  top: 66.04%;
  left: 86.12%;
  opacity: 1;
  animation: none;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--16.is-ended {
    top: 69.38%;
    left: calc(50% + 50vw - 6.11%);
  }
}

.l-fv-element--17-1 {
  height: 78.31%;
  top: 40.86%;
  left: 25.95%;
  animation: fv17-1 2.5s ease-out forwards;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--17-1 {
    top: 34.17%;
    left: 24.68%;
    height: 87.32%;
  }
}
.l-fv-element--17-1.is-ended {
  opacity: 0;
  animation: none;
}

.l-fv-element--17-2 {
  height: 78.31%;
  top: 40.86%;
  left: 25.95%;
  animation: fv17-2 2.5s ease-out forwards;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .l-fv-element--17-2 {
    top: 34.17%;
    left: 24.68%;
    height: 87.32%;
  }
}
.l-fv-element--17-2.is-ended {
  opacity: 0.61;
  animation: none;
}

/* -----------------------------------------------
* component エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  display: none;
  position: relative;
  z-index: 120;
  width: 28px;
  height: 30px;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}
.c-hamburger:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #31326F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .c-hamburger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    right: 29px;
    top: 24px;
    pointer-events: auto;
  }
}

.c-hamburger__line {
  display: block;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  position: relative;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line {
  position: absolute;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-hamburger[aria-expanded=true] .c-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#drawer {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #drawer {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100vw;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: 0.3s ease-in-out;
    padding: 110px 45px;
    background: #F6DE00;
  }
}

.is-drawerActive #drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: 100vh;
}

/* --------------------------------
c-more-btn
----------------------------------- */
.c-more-btn a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #31326F;
  background: #FFFFFF;
  border: 4px solid #F394B4;
  border-radius: 999px;
  width: 230px;
  max-width: 100%;
  height: 58px;
  line-height: 50px;
  transition: 0.1s ease-in-out;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-more-btn a:hover {
  color: #F394B4;
}

.c-more-btn--large a {
  font-size: 1.25rem;
  width: 17.5rem;
  height: 6.25rem;
  line-height: 5.75rem;
}
@media screen and (min-width: 768px) {
  .c-more-btn--large a {
    font-size: calc(20px + 5 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .c-more-btn--large a {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-more-btn--large a {
    width: calc(280px + 140 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .c-more-btn--large a {
    width: 26.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-more-btn--large a {
    height: calc(100px + 50 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .c-more-btn--large a {
    height: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .c-more-btn--large a {
    line-height: calc(92px + 50 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .c-more-btn--large a {
    line-height: 8.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-more-btn--large a {
    letter-spacing: 0;
  }
}

.l-editor .c-more-btn a, .l-column__description .c-more-btn a {
  width: 310px;
  height: 80px;
  line-height: 72px;
}

/* --------------------------------
c-pagination
----------------------------------- */
.c-pagination {
  padding-top: 45px;
}

.c-pagination-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.c-pagination__num {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c-pagination__item a, .c-pagination__item span {
  display: inline-block;
  color: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  line-height: 1;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 390px) {
  .c-pagination__item a, .c-pagination__item span {
    padding-right: calc(15px + 5 * (100vw - 390px) / 110);
  }
}
@media screen and (min-width: 500px) {
  .c-pagination__item a, .c-pagination__item span {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 390px) {
  .c-pagination__item a, .c-pagination__item span {
    padding-left: calc(15px + 5 * (100vw - 390px) / 110);
  }
}
@media screen and (min-width: 500px) {
  .c-pagination__item a, .c-pagination__item span {
    padding-left: 1.25rem;
  }
}
.c-pagination__item a.dots, .c-pagination__item span.dots {
  pointer-events: none;
  padding: 0;
  margin: 0 -10px;
}
.c-pagination__item a.current, .c-pagination__item a:hover, .c-pagination__item span.current, .c-pagination__item span:hover {
  color: #F6DE00;
}

.c-pagination__prev, .c-pagination__next {
  height: 24px;
  width: 24px;
}
.c-pagination__prev > a, .c-pagination__prev > span, .c-pagination__next > a, .c-pagination__next > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-pagination__prev > a:before, .c-pagination__prev > a:after, .c-pagination__prev > span:before, .c-pagination__prev > span:after, .c-pagination__next > a:before, .c-pagination__next > a:after, .c-pagination__next > span:before, .c-pagination__next > span:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #31326F;
  position: absolute;
  top: 50%;
}
.c-pagination__prev > a:before, .c-pagination__prev > span:before, .c-pagination__next > a:before, .c-pagination__next > span:before {
  width: 24px;
  left: 0;
}
.c-pagination__prev > a:after, .c-pagination__prev > span:after, .c-pagination__next > a:after, .c-pagination__next > span:after {
  width: 10px;
}

.c-pagination__prev {
  margin-right: 15px;
}
.c-pagination__prev > a:after, .c-pagination__prev > span:after {
  transform: rotate(-30deg);
  left: 0;
  transform-origin: left center;
}

.c-pagination__next {
  margin-left: 15px;
}
.c-pagination__next > a:after, .c-pagination__next > span:after {
  transform: rotate(30deg);
  right: 0;
  transform-origin: right center;
}

.c-pager {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}

.c-pager__prev, .c-pager__next {
  display: flex;
  align-items: center;
}
.c-pager__prev .c-pager__arrow, .c-pager__next .c-pager__arrow {
  display: inline-block;
  width: 24px;
  height: 10px;
  position: relative;
}
.c-pager__prev .c-pager__arrow:before, .c-pager__prev .c-pager__arrow:after, .c-pager__next .c-pager__arrow:before, .c-pager__next .c-pager__arrow:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #31326F;
  position: absolute;
  top: 50%;
}
.c-pager__prev .c-pager__arrow:before, .c-pager__next .c-pager__arrow:before {
  width: 24px;
  left: 0;
}
.c-pager__prev .c-pager__arrow:after, .c-pager__next .c-pager__arrow:after {
  width: 10px;
}

.c-pager__prev .c-pager__arrow {
  margin-left: 1em;
}
.c-pager__prev .c-pager__arrow:after {
  transform: rotate(30deg);
  right: 0;
  transform-origin: right center;
}

.c-pager__next .c-pager__arrow {
  margin-right: 1em;
}
.c-pager__next .c-pager__arrow:after {
  transform: rotate(-30deg);
  left: 0;
  transform-origin: left center;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* --------------------------------
p-top
----------------------------------- */
body.home header {
  animation: fadeIn 2.5s ease-out forwards;
  position: absolute;
}
body.home header.is-ended {
  opacity: 1;
  animation: none;
}
body.home header.is-scrolled {
  position: fixed;
}

/* お知らせ */
.p-top-news {
  padding-top: 0.875rem;
  padding-bottom: 5.625rem;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../images/top/news-bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 400px;
  position: relative;
}
@media screen and (min-width: 390px) {
  .p-top-news {
    padding-top: calc(14px + 36 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news {
    padding-bottom: calc(90px + 10 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news {
    padding-bottom: 6.25rem;
  }
}
.p-top-news h2 {
  font-size: 1.5625rem;
  text-align: center;
  padding-top: 46px;
  background: url("../images/top/news-title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 194px 24px;
  margin-bottom: 15px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 390px) {
  .p-top-news h2 {
    margin-bottom: calc(30px + -15 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news h2 {
    margin-bottom: 0.9375rem;
  }
}

.p-top-news-box {
  width: 874px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-news-box {
    padding: 38px 25px;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-box {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-top-news-box {
    border-radius: 1.875rem;
  }
}
.p-top-news-box ol {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  line-height: 2;
}
.p-top-news-box ol li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.p-top-news-box ol li > a {
  display: block;
  flex: 1;
  color: #5E5E5E;
  background-image: linear-gradient(180deg, rgba(94, 94, 94, 0) 0%, rgba(94, 94, 94, 0) 97%, #5E5E5E 97%, #5E5E5E 100%);
  background-size: 100% 2em;
  background-repeat: repeat;
  padding: 0 12px;
}
@media only screen and (max-width: 499px) {
  .p-top-news-box ol li > a {
    flex: none;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

.p-top-news__category {
  display: inline-block;
  width: 127px;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.p-top-news__category.news {
  background: #3DC85E;
}
.p-top-news__category.important {
  background: #F394B4;
}
.p-top-news__category a {
  display: inline-block;
  width: 100%;
  padding: 0 11px;
}

.p-top-news__date {
  display: inline-block;
  margin-right: 24px;
}

.p-top-news-bg--01 {
  position: absolute;
  left: 1.75rem;
  top: 3rem;
  width: 6.25rem;
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--01 {
    left: calc(28px + 137 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--01 {
    left: 10.3125rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--01 {
    top: calc(48px + 130 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--01 {
    top: 11.125rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--01 {
    width: calc(100px + 186 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--01 {
    width: 17.875rem;
  }
}

.p-top-news-bg--02 {
  position: absolute;
  left: 0.625rem;
  top: 5.625rem;
  width: 4.75rem;
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--02 {
    left: calc(10px + 39 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--02 {
    left: 3.0625rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--02 {
    top: calc(90px + 260 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--02 {
    top: 21.875rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--02 {
    width: calc(76px + 142 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--02 {
    width: 13.625rem;
  }
}

.p-top-news-bg--03 {
  position: absolute;
  right: 1.75rem;
  top: 2.625rem;
  width: 5.375rem;
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--03 {
    right: calc(28px + 113 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--03 {
    right: 8.8125rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--03 {
    top: calc(42px + 78 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--03 {
    top: 7.5rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--03 {
    width: calc(86px + 92 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--03 {
    width: 11.125rem;
  }
}

.p-top-news-bg--04 {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  width: 6.375rem;
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--04 {
    right: calc(24px + 236 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--04 {
    right: 16.25rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--04 {
    bottom: calc(8px + 30 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--04 {
    bottom: 2.375rem;
  }
}
@media screen and (min-width: 390px) {
  .p-top-news-bg--04 {
    width: calc(102px + 70 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-news-bg--04 {
    width: 10.75rem;
  }
}

/* play fish */
.p-top-play-fish {
  position: relative;
  background-image: url("../images/top/play-fish-bg.svg");
  background-size: auto 388px;
  background-position: center 84px;
  padding-top: 30px;
  min-height: 472px;
}
@media only screen and (max-width: 767px) {
  .p-top-play-fish {
    background-position: 60% 92px;
    background-size: auto 318px;
  }
}

.p-top-play-fish-container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  position: relative;
  z-index: 1;
}

.p-top-play-fish-left {
  width: 50%;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .p-top-play-fish-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-top-play-fish-left h2 {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .p-top-play-fish-left h2 {
    width: 314px;
  }
}

.p-top-play-fish-left__text {
  font-size: 2rem;
  font-weight: 600;
  color: #036EB8;
  line-height: calc(1.5em + 4px);
}
@media screen and (min-width: 768px) {
  .p-top-play-fish-left__text {
    font-size: calc(32px + 8 * (100vw - 768px) / 224);
  }
}
@media screen and (min-width: 992px) {
  .p-top-play-fish-left__text {
    font-size: 2.5rem;
  }
}

.p-top-play-fish-right {
  width: 50%;
  padding-left: 5px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-play-fish-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 38px;
  }
}

.p-top-play-fish-right__img {
  text-align: center;
  margin-bottom: 1em;
}

.p-top-play-fish-right__text {
  line-height: 1.75;
}

/* 遊ぶ・食べる */
.p-top-play-and-eat {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat {
    padding-top: 60px;
  }
}
.p-top-play-and-eat h2 {
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 600;
  color: #F394B4;
  padding-bottom: 70px;
  padding-top: 0rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-play-and-eat h2 {
    padding-top: calc(0px + 70 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-play-and-eat h2 {
    padding-top: 4.375rem;
  }
}
.p-top-play-and-eat h2 .p-top-play-and-eat-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: 100%;
  z-index: -1;
}

.p-top-play-and-eat-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.p-top-play-and-eat-content {
  width: 420px;
  max-width: 25%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .p-top-play-and-eat-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 499px) {
  .p-top-play-and-eat-content {
    max-width: 100%;
  }
}
.p-top-play-and-eat-content a:hover .p-top-play-and-eat-content__img:after {
  opacity: 1;
}
.p-top-play-and-eat-content a:hover .p-top-play-and-eat-content__img img {
  width: 110%;
  height: 110%;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat-content.daycamp {
    position: relative;
  }
}

.p-top-play-and-eat-content__img {
  border: 10px solid;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 390px) {
  .p-top-play-and-eat-content__img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-top-play-and-eat-content__img {
    border-radius: 1.875rem;
  }
}
.p-top-play-and-eat-content__img.daycamp {
  border-color: #F6DE00;
}
.p-top-play-and-eat-content__img.catching-fish {
  border-color: #F394B4;
}
.p-top-play-and-eat-content__img.fishing {
  border-color: #3DC85E;
}
.p-top-play-and-eat-content__img.bbq {
  border-color: #76DDF8;
}
.p-top-play-and-eat-content__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(94, 94, 94, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: multiply;
}
.p-top-play-and-eat-content__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.p-top-play-and-eat-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.p-top-play-and-eat-content__title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #000000;
}
@media only screen and (max-width: 1699px) {
  .p-top-play-and-eat-content__title {
    font-size: 2.35vw;
  }
}
@media only screen and (max-width: 1199px) {
  .p-top-play-and-eat-content__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 859px) {
  .p-top-play-and-eat-content__title {
    font-size: 4.65vw;
  }
}
@media only screen and (max-width: 499px) {
  .p-top-play-and-eat-content__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 439px) {
  .p-top-play-and-eat-content__title {
    font-size: 9.09vw;
  }
}

.p-top-play-and-eat-content__en {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 3px;
  margin-bottom: 7px;
}
.p-top-play-and-eat-content__en:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18%;
}
.p-top-play-and-eat-content__en img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.p-top-play-and-eat-img--catching-fish {
  position: absolute;
  width: 19.7%;
  max-width: 378px;
  top: 60px;
  right: 22.24%;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat-img--catching-fish {
    position: static;
    margin: 0 auto;
    width: 312px;
    max-width: 93.13%;
  }
}

.p-top-play-and-eat-img--fishing {
  position: absolute;
  width: 15.8%;
  max-width: 302px;
  top: -40px;
  left: 5.26%;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat-img--fishing {
    position: static;
    margin: 0 auto;
    width: 266px;
    max-width: 68.21%;
  }
}

.p-top-play-and-eat-img--bbq {
  position: absolute;
  max-width: 366px;
  width: 19.1%;
  top: 40px;
  left: 22.97%;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat-img--bbq {
    position: static;
    margin: 0 auto;
    max-width: 91.34%;
    width: 306px;
  }
}

.p-top-play-and-eat-img--daycamp {
  position: absolute;
  max-width: 366px;
  width: 19.1%;
  right: 2.03%;
  top: -80px;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat-img--daycamp {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    max-width: 80%;
    width: 268px;
    margin-right: 10px;
  }
}

.p-top-play-and-eat-img--tree {
  position: absolute;
  right: 19.69%;
  top: -80px;
}
@media only screen and (max-width: 991px) {
  .p-top-play-and-eat-img--tree {
    top: auto;
    left: 10px;
    right: auto;
  }
}

/* 泊まる */
.p-top-stay-and-restaurant-container {
  padding-top: 0 !important;
}
.p-top-stay-and-restaurant-container:before {
  top: 145px;
}
@media only screen and (max-width: 767px) {
  .p-top-stay-and-restaurant-container:before {
    top: 180px;
  }
}
.p-top-stay-and-restaurant-container:after {
  top: 135px;
}
@media only screen and (max-width: 767px) {
  .p-top-stay-and-restaurant-container:after {
    top: 190px;
  }
}

.p-top-stay {
  padding-top: 190px;
  padding-bottom: 130px;
  position: relative;
  background: url("../images/top/stay-bg_02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 54.48% auto;
}
@media only screen and (max-width: 767px) {
  .p-top-stay {
    padding-top: 60px;
    padding-bottom: 340px;
    background-size: auto 395px;
  }
}

.p-top-stay-container {
  width: 1300px;
  max-width: 100%;
}
.p-top-stay-container h2 {
  display: flex;
  align-items: center;
  padding-left: 50%;
  font-size: 2.1875rem;
  font-weight: 600;
  color: #FFFFFF;
  padding-top: 90px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-stay-container h2 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    justify-content: center;
    margin-bottom: 80px;
  }
}
.p-top-stay-container h2 .p-top-stay-en {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 40%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .p-top-stay-container h2 .p-top-stay-en {
    width: 100%;
    height: 90px;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}

.p-top-stay-slider {
  width: 100%;
}
.p-top-stay-slider .swiper .swiper-wrapper {
  padding-left: 85px;
}
@media only screen and (max-width: 1299px) {
  .p-top-stay-slider .swiper .swiper-wrapper {
    padding-left: 0;
  }
}
.p-top-stay-slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 350px;
  max-width: 65%;
  aspect-ratio: 350/250;
  overflow: hidden;
}
.p-top-stay-slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-stay-description {
  width: 50%;
  padding-top: 30px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-stay-description {
    padding-left: calc(30px + 35 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-stay-description {
    padding-left: 4.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-stay-description {
    padding-right: calc(30px + 35 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-stay-description {
    padding-right: 4.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-stay-description {
    width: 100%;
  }
}
.p-top-stay-description p {
  font-size: 1.0625rem;
  padding-bottom: 40px;
}

.p-top-stay-img--01 {
  position: absolute;
  top: 50px;
  right: 81.25%;
}
@media only screen and (max-width: 991px) {
  .p-top-stay-img--01 {
    display: none;
  }
}

.p-top-stay-img--02 {
  position: absolute;
  top: 700px;
  right: 1490px;
  pointer-events: none;
}

/* レストラン */
.p-top-restaurant-and-group {
  background: url("../images/top/restaurant-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right top;
  min-height: 460px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
  padding-top: 190px;
  margin-bottom: 6.875rem;
}
@media screen and (min-width: 390px) {
  .p-top-restaurant-and-group {
    margin-bottom: calc(110px + -110 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-restaurant-and-group {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-restaurant-and-group {
    padding-top: 80px;
    background-position: 35% top;
  }
}
.p-top-restaurant-and-group .l-inner {
  display: flex;
  flex-wrap: wrap;
}

.p-top-restaurant-and-group-img--01 {
  position: absolute;
  bottom: -260px;
  left: 1570px;
  pointer-events: none;
}

.p-top-restaurant {
  width: 50%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-restaurant {
    padding-left: calc(30px + 35 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-restaurant {
    padding-left: 4.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-restaurant {
    padding-right: calc(30px + 35 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-restaurant {
    padding-right: 4.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-restaurant {
    width: 100%;
  }
}
.p-top-restaurant h2 {
  position: absolute;
  top: 66px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-restaurant h2 {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-top-group {
  width: 50%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-group {
    padding-left: calc(30px + 35 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-group {
    padding-left: 4.0625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-group {
    padding-right: calc(30px + 35 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-group {
    padding-right: 4.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-group {
    width: 100%;
    order: 1;
    padding-top: 100px;
  }
}
.p-top-group h2 {
  position: absolute;
  left: 0rem;
  top: 21.25rem;
}
@media screen and (min-width: 1600px) {
  .p-top-group h2 {
    left: calc(0px + 50 * (100vw - 1600px) / 320);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-group h2 {
    left: 3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-top-group h2 {
    top: calc(340px + -130 * (100vw - 1600px) / 320);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-group h2 {
    top: 13.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-group h2 {
    position: static;
    margin-bottom: 10px;
    text-align: center;
  }
}

/* マップ */
body.home .l-access h2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 5.625rem;
  z-index: 1;
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  body.home .l-access h2 {
    margin-bottom: calc(90px + -10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access h2 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  body.home .l-access h2 {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
body.home .l-access h2 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
  max-width: calc(100% - 60px);
}
body.home .l-access-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  body.home .l-access-container {
    padding-bottom: 0;
  }
}
body.home .l-access-container .l-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.home .l-access-left {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  body.home .l-access-left {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
body.home .l-access-right {
  width: 50%;
  padding-left: 1.875rem;
  padding-right: 0.3125rem;
  padding-top: 1em;
  padding-bottom: 2.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  body.home .l-access-right {
    padding-left: calc(30px + 90 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  body.home .l-access-right {
    padding-left: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  body.home .l-access-right {
    padding-right: calc(5px + 45 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  body.home .l-access-right {
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 991px) {
  body.home .l-access-right {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body.home .l-access__addr {
  width: 100%;
}
body.home .l-access__contact {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  width: 100%;
}
body.home .l-access__tel {
  display: inline-block;
  padding-right: 1em;
}
body.home .l-access__tel strong {
  font-weight: 600;
  font-size: 1.125rem;
}
body.home .l-access__mail {
  display: inline-block;
}
body.home .l-access__mail strong {
  font-weight: 600;
  font-size: 1.125rem;
}
body.home .l-access__business-hour {
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 100%;
}
body.home .l-access__business-hour span {
  display: inline-block;
  background: #036EB8;
  color: #FFFFFF;
  padding: 3px 27px;
  border-radius: 999px;
  margin-right: 10px;
}
body.home .l-access__business-hour strong {
  font-size: 1.5625rem;
}
body.home .l-access__business-hour-text {
  font-weight: 600;
  margin-bottom: 2em;
  width: 100%;
}
body.home .l-access__facility {
  padding-left: 68px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  body.home .l-access__facility {
    padding-left: 0;
    padding-top: 36px;
  }
}
body.home .l-access__facility:before {
  content: "";
  display: block;
  width: 58px;
  height: 26px;
  background-image: url("../images/common/fish_03.svg");
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  body.home .l-access__facility:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.home .l-access__catching-fish {
  font-weight: 600;
  font-size: 1.25rem;
}
body.home .l-access__business-hour2 {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 1em;
}
body.home .l-access__restaurant-tel {
  font-weight: 600;
}
body.home .l-access-bg--02 {
  bottom: 16.25rem;
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--02 {
    bottom: calc(260px + -160 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--02 {
    bottom: 6.25rem;
  }
}
body.home .l-access-bg--04 {
  right: 1.25rem;
  width: 15.25rem;
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--04 {
    right: calc(20px + 70 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--04 {
    right: 5.625rem;
  }
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--04 {
    width: calc(244px + 122 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--04 {
    width: 22.875rem;
  }
}
body.home .l-access-bg--05 {
  position: absolute;
  right: 87.71%;
  top: 170px;
}
@media only screen and (max-width: 1057px) {
  body.home .l-access-bg--05 {
    top: 150px;
  }
}
body.home .l-access-bg--06 {
  position: absolute;
  width: 11.6875rem;
  left: 2.0625rem;
  top: 20rem;
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--06 {
    width: calc(187px + 163 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--06 {
    width: 21.875rem;
  }
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--06 {
    left: calc(33px + 44 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--06 {
    left: 4.8125rem;
  }
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--06 {
    top: calc(320px + 33 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--06 {
    top: 22.0625rem;
  }
}
body.home .l-access-bg--07 {
  position: absolute;
  left: 85.31%;
  top: 310px;
}
@media only screen and (max-width: 1057px) {
  body.home .l-access-bg--07 {
    top: 290px;
  }
}
body.home .l-access-bg--08 {
  left: 14px;
  bottom: 350px;
  top: auto;
}
body.home .l-access-bg--09 {
  right: 1.25rem;
  top: 18.75rem;
}
@media screen and (min-width: 390px) {
  body.home .l-access-bg--09 {
    right: calc(20px + 47 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--09 {
    right: 4.1875rem;
  }
}
@media screen and (min-width: 768px) {
  body.home .l-access-bg--09 {
    top: calc(300px + 195 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  body.home .l-access-bg--09 {
    top: 30.9375rem;
  }
}

/* 近隣バナー */
.p-top-bnr {
  background-image: url("../images/top/bnr-bg.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 148px;
  margin-bottom: -70px;
}
@media only screen and (max-width: 767px) {
  .p-top-bnr {
    background-position: 16% center;
    margin-bottom: -35px;
  }
}

.p-top-bnr-slider {
  max-width: 1340px;
  margin: 0 auto;
}
.p-top-bnr-slider .swiper .swiper-wrapper {
  justify-content: center;
}
.p-top-bnr-slider .swiper .swiper-wrapper .swiper-slide {
  width: 335px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.p-top-bnr-slider .swiper .swiper-wrapper .swiper-slide .p-top-bnr-img {
  position: relative;
  overflow: hidden;
}
.p-top-bnr-slider .swiper .swiper-wrapper .swiper-slide .p-top-bnr-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.1428571429%;
}
.p-top-bnr-slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-bnr-slider .swiper.swiper-initialized .swiper-wrapper {
  justify-content: start;
}
.p-top-bnr-slider .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
  transform: translateX(50%);
}
@media only screen and (max-width: 1339px) {
  .p-top-bnr-slider .swiper.swiper-initialized .swiper-wrapper .swiper-slide {
    transform: none;
  }
}

/* --------------------------------
p-404
----------------------------------- */
.p-404-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.p-404-container .c-more-btn {
  margin-top: 30px;
}

/* --------------------------------
p-catching-fish
----------------------------------- */
.p-catching-fish .l-page-title h1:before {
  content: "";
  display: block;
  max-width: 182px;
  max-height: 134px;
  width: 33.5%;
  height: 117.6%;
  position: absolute;
  top: -4.39%;
  left: -3.68%;
  background-image: url("../images/common/catching-fish.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-catching-fish-step h2 {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-step h2 {
    font-size: calc(20px + 5 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-catching-fish-step h2 {
    font-size: 1.5625rem;
  }
}
.p-catching-fish-step h2:before {
  content: "";
  display: block;
  width: 430px;
  max-width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/common/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.p-catching-fish-step .l-fish-bg-img--04 {
  top: 18.8125rem;
}
@media screen and (min-width: 390px) {
  .p-catching-fish-step .l-fish-bg-img--04 {
    top: calc(301px + -201 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-catching-fish-step .l-fish-bg-img--04 {
    top: 6.25rem;
  }
}

.p-catching-fish-step-container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-step-container {
    padding-left: calc(15px + 20 * (100vw - 768px) / 592);
  }
}
@media screen and (min-width: 1360px) {
  .p-catching-fish-step-container {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catching-fish-step-container {
    padding-right: calc(15px + 20 * (100vw - 768px) / 592);
  }
}
@media screen and (min-width: 1360px) {
  .p-catching-fish-step-container {
    padding-right: 2.1875rem;
  }
}
.p-catching-fish-step-item {
  width: 33.3333333333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-step-item {
    padding-left: calc(15px + 20 * (100vw - 768px) / 592);
  }
}
@media screen and (min-width: 1360px) {
  .p-catching-fish-step-item {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catching-fish-step-item {
    padding-right: calc(15px + 20 * (100vw - 768px) / 592);
  }
}
@media screen and (min-width: 1360px) {
  .p-catching-fish-step-item {
    padding-right: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-catching-fish-step-item {
    width: 100%;
    padding-bottom: 50px;
    max-width: 390px;
  }
}
.p-catching-fish-step-item h3 {
  text-align: center;
  max-width: 3;
}

.p-catching-fish-step-item__img {
  text-align: center;
}

.p-catching-fish-step-item__text {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-step-item__text {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-catching-fish-step-item__text {
    font-size: 1.0625rem;
  }
}

.p-catching-fish-howto {
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right top;
  padding-top: 30px;
  margin-top: -100px;
  position: relative;
}
@media only screen and (max-width: 1637px) {
  .p-catching-fish-howto {
    background-position: center top;
  }
}
@media only screen and (max-width: 767px) {
  .p-catching-fish-howto {
    margin-top: 0;
  }
}
.p-catching-fish-howto:before {
  content: "";
  display: block;
  width: 100%;
  height: 212px;
  background-image: url("../images/catching-fish/catching-fish-bg_01.svg");
  background-repeat: no-repeat;
  background-size: auto 212px;
  background-position: center top;
  position: absolute;
  top: -120px;
  left: 0;
}

.p-catching-fish-howto-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-container {
    padding-left: calc(15px + 30 * (100vw - 768px) / 522);
  }
}
@media screen and (min-width: 1290px) {
  .p-catching-fish-howto-container {
    padding-left: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-container {
    padding-right: calc(15px + 30 * (100vw - 768px) / 522);
  }
}
@media screen and (min-width: 1290px) {
  .p-catching-fish-howto-container {
    padding-right: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-container {
    padding-top: calc(120px + -120 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-catching-fish-howto-container {
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-catching-fish-howto-container {
    margin-top: -20px;
  }
}

.p-catching-fish-howto-item {
  width: 33.3333333333%;
  max-width: 400px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-item {
    padding-left: calc(15px + 30 * (100vw - 768px) / 522);
  }
}
@media screen and (min-width: 1290px) {
  .p-catching-fish-howto-item {
    padding-left: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-item {
    padding-right: calc(15px + 30 * (100vw - 768px) / 522);
  }
}
@media screen and (min-width: 1290px) {
  .p-catching-fish-howto-item {
    padding-right: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-catching-fish-howto-item {
    width: 100%;
  }
}
.p-catching-fish-howto-item h3 {
  text-align: center;
  margin-bottom: 16px;
}

.p-catching-fish-howto-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-catching-fish-howto-img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-img {
    border-radius: 1.875rem;
  }
}
.p-catching-fish-howto-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72.2580645161%;
}
.p-catching-fish-howto-img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.p-catching-fish-howto-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-howto-text {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-catching-fish-howto-text {
    font-size: 1.0625rem;
  }
}

.p-catching-fish-detail {
  margin-top: -40px;
  position: relative;
}
.p-catching-fish-detail .l-column:nth-of-type(2):before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: 1624px;
  top: 50%;
  transform: translateY(-50%);
}
.p-catching-fish-detail .l-column:nth-of-type(3) {
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right bottom;
}
@media only screen and (max-width: 1637px) {
  .p-catching-fish-detail .l-column:nth-of-type(3) {
    background-position: center;
  }
}

.p-catching-fish-detail-img--01 {
  position: absolute;
  top: 100px;
  left: 1570px;
}

.p-catching-fish-detail-img--02 {
  position: absolute;
  top: 750px;
  left: 1660px;
}

.p-catching-fish-calendar {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.p-catching-fish-calendar:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  transform: translateY(-50%);
  z-index: -1;
}
.p-catching-fish-calendar:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}
.p-catching-fish-calendar h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-catching-fish-calendar h2 {
    margin-bottom: calc(40px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-catching-fish-calendar h2 {
    margin-bottom: 3.125rem;
  }
}

.p-catching-fish-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
  position: relative;
}
.p-catching-fish-calendar-container:after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: -60px;
  left: calc(50% + 611px);
}

/* --------------------------------
p-fishing
----------------------------------- */
.p-fishing .l-page-title h1:before {
  content: "";
  display: block;
  max-width: 174px;
  max-height: 116px;
  width: 32%;
  height: 101.8%;
  position: absolute;
  top: -7.1%;
  left: -4.6%;
  background-image: url("../images/common/fishing.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-fishing-about {
  min-height: 598px;
  background-image: url("../images/fishing/fishing-about-bg.png");
  background-size: auto 598px;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-fishing-about h2 {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  letter-spacing: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fishing-about h2 {
    font-size: calc(20px + 5 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-fishing-about h2 {
    font-size: 1.5625rem;
  }
}
.p-fishing-about h2:before {
  content: "";
  display: block;
  width: 430px;
  max-width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/common/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.p-fishing-about-container {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.p-fishing-about-text {
  margin-top: 130px;
  min-height: 290px;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px #5E5E5E;
}
@media screen and (min-width: 768px) {
  .p-fishing-about-text {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-fishing-about-text {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 489px) {
  .p-fishing-about-text {
    margin-top: 80px;
    min-height: 340px;
  }
}

.p-fishing-about-note {
  color: #036EB8;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-fishing-about-note {
    font-size: calc(16px + 3 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-fishing-about-note {
    font-size: 1.1875rem;
  }
}

.p-fishing-detail {
  margin-top: -40px;
  position: relative;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .p-fishing-detail {
    margin-top: 0;
  }
}
.p-fishing-detail .l-column:nth-of-type(1) {
  position: relative;
}
.p-fishing-detail .l-column:nth-of-type(1):before {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  bottom: calc(100% + 40px);
}
.p-fishing-detail .l-column:nth-of-type(1):after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: 400px;
  left: 1570px;
}
.p-fishing-detail .l-column:nth-of-type(2) {
  position: relative;
}
.p-fishing-detail .l-column:nth-of-type(2):before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: 1624px;
  top: 50%;
  transform: translateY(-50%);
}
.p-fishing-detail .l-column:nth-of-type(2):after {
  content: "";
  display: block;
  width: 80px;
  height: 122px;
  background-image: url("../images/common/owl.svg");
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 1652px;
}
.p-fishing-detail .l-column:nth-of-type(3) {
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right bottom;
}
@media only screen and (max-width: 1637px) {
  .p-fishing-detail .l-column:nth-of-type(3) {
    background-position: center;
  }
}

.p-fishing-calendar {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.p-fishing-calendar:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  top: -120px;
  z-index: -1;
}
.p-fishing-calendar:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}
.p-fishing-calendar h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fishing-calendar h2 {
    margin-bottom: calc(40px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-fishing-calendar h2 {
    margin-bottom: 3.125rem;
  }
}

.p-fishing-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin: 0 auto;
  position: relative;
}
.p-fishing-calendar-container:after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: -60px;
  left: calc(50% + 611px);
}

/* --------------------------------
p-bbq
----------------------------------- */
.p-bbq .l-page-title h1 {
  margin-bottom: 0;
}
.p-bbq .l-page-title h1:before {
  content: "";
  display: block;
  max-width: 160px;
  max-height: 118px;
  width: 29.5%;
  height: 103.6%;
  position: absolute;
  top: -5.26%;
  left: -4.41%;
  background-image: url("../images/common/catching-fish.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-bbq .l-page-title h1:after {
  content: "";
  display: block;
  max-width: 70px;
  max-height: 102px;
  width: 12.9%;
  height: 89.5%;
  position: absolute;
  top: 0;
  right: 1.65%;
  background-image: url("../images/common/bbq.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-bbq .l-fish-bg-2 {
  margin-top: -170px;
  position: relative;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .p-bbq .l-fish-bg-2 {
    margin-top: 0;
  }
}

.p-bbq-about {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  background-image: url("../images/bbq/bbq-bg.png");
  background-size: auto 468px;
  background-position: center 170px;
  background-repeat: no-repeat;
  min-height: 768px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .p-bbq-about {
    background-size: 180% auto;
    background-position: center 26.67vw;
    min-height: 0;
    padding-bottom: 40px;
  }
}
.p-bbq-about:before {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  bottom: -50px;
}

.p-bbq-board {
  text-align: center;
  max-width: 704px;
  padding-bottom: 300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .p-bbq-board {
    padding-bottom: 40vw;
  }
}

.p-bbq-about-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-about-container {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-bbq-about-container {
    font-size: 1.0625rem;
  }
}
.p-bbq-about-container .c-more-btn {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-about-container .c-more-btn {
    padding-top: calc(30px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-bbq-about-container .c-more-btn {
    padding-top: 3.125rem;
  }
}

.p-bbq-menu {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.p-bbq-menu:before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: calc(50% + 669px);
  top: 60%;
  transform: translateY(-50%);
}
.p-bbq-menu:after {
  content: "";
  display: block;
  width: 80px;
  height: 122px;
  background-image: url("../images/common/owl.svg");
  position: absolute;
  bottom: 0;
  left: calc(50% + 702px);
}
.p-bbq-menu h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-menu h2 {
    margin-bottom: calc(40px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-bbq-menu h2 {
    margin-bottom: 3.125rem;
  }
}
.p-bbq-menu ul {
  margin: 0 -9px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.p-bbq-menu ul li {
  width: 307px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-menu ul li {
    margin-bottom: calc(50px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-bbq-menu ul li {
    margin-bottom: 4.375rem;
  }
}

.p-bbq-menu-container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}

.p-bbq-menu__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.p-bbq-menu__img:before {
  content: "";
  display: block;
  padding-top: 69.2041522491%;
}
.p-bbq-menu__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-bbq-menu__title {
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
}

.p-bbq-menu__price {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-bbq-menu__note {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.p-bbq-menu__text {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-menu__text {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-bbq-menu__text {
    font-size: 1.0625rem;
  }
}

.p-bbq-detail {
  padding-top: 3.75rem;
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right 240px;
}
@media screen and (min-width: 768px) {
  .p-bbq-detail {
    padding-top: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-bbq-detail {
    padding-top: 6.25rem;
  }
}
@media only screen and (max-width: 1637px) {
  .p-bbq-detail {
    background-position: center;
  }
}
.p-bbq-detail .l-column:nth-of-type(2) {
  position: relative;
}
.p-bbq-detail .l-column:nth-of-type(2):after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 1570px;
  z-index: -1;
}

.p-bbq-schedule {
  padding-top: 30px;
  margin-top: -160px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1569px) {
  .p-bbq-schedule {
    margin-top: 0;
  }
}
.p-bbq-schedule h2 {
  margin-bottom: 40px;
  text-align: center;
}

.p-bbq-schedule-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.p-bbq-schedule-container .c-more-btn {
  padding-top: 25px;
}
.p-bbq-schedule-container p {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-schedule-container p {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-bbq-schedule-container p {
    font-size: 1.0625rem;
  }
}

table.p-bbq-schedule-table {
  border: 1px solid #036EB8;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}
table.p-bbq-schedule-table tr th, table.p-bbq-schedule-table tr td {
  border: 1px solid #036EB8;
  font-size: 0.875rem;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  table.p-bbq-schedule-table tr th, table.p-bbq-schedule-table tr td {
    font-size: calc(14px + 14 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  table.p-bbq-schedule-table tr th, table.p-bbq-schedule-table tr td {
    font-size: 1.75rem;
  }
}
table.p-bbq-schedule-table tr th small, table.p-bbq-schedule-table tr td small {
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  table.p-bbq-schedule-table tr th small, table.p-bbq-schedule-table tr td small {
    font-size: calc(12px + 2 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  table.p-bbq-schedule-table tr th small, table.p-bbq-schedule-table tr td small {
    font-size: 0.875rem;
  }
}
table.p-bbq-schedule-table tr th {
  background: #B2EFFF;
  text-align: center;
}
table.p-bbq-schedule-table tr td {
  background: #FFFFFF;
}

.p-bbq-important {
  max-width: 772px;
  width: 100%;
  margin: 25px auto;
  border: 1px solid #F394B4;
  background: #FFFFFF;
  color: #FF548E;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-bbq-important {
    font-size: calc(16px + 2 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-bbq-important {
    font-size: 1.125rem;
  }
}

.p-bbq-option h2 {
  text-align: center;
  margin-bottom: 35px;
}

.p-bbq-option-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-bbq-option-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
}
.p-bbq-option-item dl > div {
  display: flex;
  align-items: center;
  background: #FFFFFF;
}
.p-bbq-option-item dl > div:nth-of-type(2n+1) {
  background: #EBFBFF;
}
.p-bbq-option-item dl > div dt, .p-bbq-option-item dl > div dd {
  font-size: 0.75rem;
  font-weight: 600;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-bbq-option-item dl > div dt, .p-bbq-option-item dl > div dd {
    font-size: calc(12px + 5 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-bbq-option-item dl > div dt, .p-bbq-option-item dl > div dd {
    font-size: 1.0625rem;
  }
}
.p-bbq-option-item dl > div dt small, .p-bbq-option-item dl > div dd small {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-option-item dl > div dt small, .p-bbq-option-item dl > div dd small {
    font-size: calc(10px + 2 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-bbq-option-item dl > div dt small, .p-bbq-option-item dl > div dd small {
    font-size: 0.75rem;
  }
}
.p-bbq-option-item dl > div dt {
  flex: 1;
  padding: 5px 1em;
}
.p-bbq-option-item dl > div dd {
  padding: 5px 0.5em 5px 1em;
  white-space: nowrap;
  position: relative;
}
.p-bbq-option-item dl > div dd span {
  display: inline-block;
  width: 0.5em;
}

.p-bbq-calendar {
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-bbq-calendar {
    padding-top: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-bbq-calendar {
    padding-top: 6.25rem;
  }
}
.p-bbq-calendar:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  transform: translateY(-50%);
  z-index: -1;
}
.p-bbq-calendar:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}

.p-bbq-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.p-bbq-calendar-container h2 {
  text-align: center;
}
.p-bbq-calendar-container .c-more-btn {
  padding-top: 60px;
}

/* --------------------------------
p-daycamp
----------------------------------- */
.p-daycamp .l-page-title h1:before {
  content: "";
  display: block;
  max-width: 94px;
  max-height: 64px;
  width: 17.3%;
  height: 56.2%;
  position: absolute;
  top: 11.4%;
  left: 4.23%;
  background-image: url("../images/common/daycamp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-daycamp .l-page-title h1:after {
  content: "";
  display: block;
  max-width: 70px;
  max-height: 102px;
  width: 12.9%;
  height: 89.5%;
  position: absolute;
  top: 0;
  right: 1.65%;
  background-image: url("../images/common/bbq.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-daycamp-about {
  min-height: 484px;
  background-image: url("../images/daycamp/daycamp-about-bg.png");
  background-size: auto 454px;
  background-position: center 30px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .p-daycamp-about {
    background-size: 180% auto;
    background-position: center 70px;
    min-height: 0;
  }
}
.p-daycamp-about h2 {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  letter-spacing: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-daycamp-about h2 {
    font-size: calc(20px + 5 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-daycamp-about h2 {
    font-size: 1.5625rem;
  }
}
.p-daycamp-about h2:before {
  content: "";
  display: block;
  width: 430px;
  max-width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/common/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.p-daycamp-about-container {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-daycamp-about-container {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-daycamp-about-container {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-daycamp-about-container {
    padding-top: 42.67vw;
  }
}
.p-daycamp-about-container .c-more-btn {
  padding-top: 45px;
}

.p-daycamp-detail {
  margin-top: -100px;
  position: relative;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .p-daycamp-detail {
    margin-top: 0;
  }
}
.p-daycamp-detail .l-column:nth-of-type(1) {
  position: relative;
}
.p-daycamp-detail .l-column:nth-of-type(1):before {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  bottom: calc(100% + 40px);
}
.p-daycamp-detail .l-column:nth-of-type(2) {
  position: relative;
}
.p-daycamp-detail .l-column:nth-of-type(2):before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: 1624px;
  top: 50%;
  transform: translateY(-50%);
}
.p-daycamp-detail .l-column:nth-of-type(2):after {
  content: "";
  display: block;
  width: 80px;
  height: 122px;
  background-image: url("../images/common/owl.svg");
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 1652px;
}
.p-daycamp-detail .l-column:nth-of-type(3) {
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right bottom;
}
@media only screen and (max-width: 1637px) {
  .p-daycamp-detail .l-column:nth-of-type(3) {
    background-position: center;
  }
}

.p-daycamp-map {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -140px;
}
@media only screen and (max-width: 1569px) {
  .p-daycamp-map {
    margin-top: 30px;
  }
}
.p-daycamp-map:after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: 140px;
  left: calc(50% + 611px);
}

.p-daycamp-map-img {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .p-daycamp-map-img {
    padding-top: calc(60px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-daycamp-map-img {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-daycamp-map-img {
    padding-bottom: calc(0px + 80 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-daycamp-map-img {
    padding-bottom: 5rem;
  }
}
.p-daycamp-map-img img {
  border-radius: 0.625rem !important;
}
@media screen and (min-width: 390px) {
  .p-daycamp-map-img img {
    border-radius: calc(10px + 30 * (100vw - 390px) / 378) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-daycamp-map-img img {
    border-radius: 2.5rem !important;
  }
}

.p-daycamp-calendar {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.p-daycamp-calendar:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  transform: translateY(-50%);
  z-index: -1;
}
.p-daycamp-calendar:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}

.p-daycamp-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.p-daycamp-calendar-container h2 {
  text-align: center;
}
.p-daycamp-calendar-container .c-more-btn {
  padding-top: 60px;
}

/* --------------------------------
p-cottage
----------------------------------- */
.p-cottage:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}
.p-cottage #room {
  margin-top: -90px;
}
@media only screen and (max-width: 767px) {
  .p-cottage #room {
    margin-top: 0;
  }
}

.p-cottage-about {
  min-height: 490px;
  background-image: url("../images/cottage/cottage-about-bg.png");
  background-size: auto 420px;
  background-position: center 70px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-cottage-about {
    background-size: 260% auto;
    background-position: center 80px;
    min-height: 0;
  }
}
.p-cottage-about h2 {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  letter-spacing: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-cottage-about h2 {
    font-size: calc(20px + 5 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-cottage-about h2 {
    font-size: 1.5625rem;
  }
}
.p-cottage-about h2:before {
  content: "";
  display: block;
  width: 430px;
  max-width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/common/fukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.p-cottage-about-container {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 310px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-about-container {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-cottage-about-container {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cottage-about-container {
    padding-top: 42.67vw;
    padding-bottom: 20px;
  }
}
.p-cottage-about-container .c-more-btn {
  padding-top: 45px;
}

.p-cottage-information {
  position: relative;
}
.p-cottage-information:before {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  bottom: calc(100% + 70px);
}
.p-cottage-information .l-column__text {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1569px) {
  .p-cottage-information .l-column__text {
    margin-bottom: 40px;
  }
}
.p-cottage-information .l-column__img {
  margin-bottom: 55px;
  border-radius: 0;
}
@media only screen and (max-width: 1569px) {
  .p-cottage-information .l-column__img {
    margin-bottom: 20px;
  }
}
.p-cottage-information .l-column__img:before {
  content: none;
}
.p-cottage-information .l-column__description {
  border-bottom: 1px solid #036EB8;
  padding-bottom: 10px;
  flex: 1;
  display: flex;
  align-items: center;
}

.p-cottage-main-slider {
  width: 100%;
}
.p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-main-slider-img {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-main-slider-img {
    border-top-right-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-main-slider-img {
    border-top-right-radius: 1.875rem;
  }
}
@media screen and (min-width: 390px) {
  .p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-main-slider-img {
    border-bottom-right-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-main-slider-img {
    border-bottom-right-radius: 1.875rem;
  }
}
.p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-main-slider-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45%;
}
.p-cottage-main-slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cottage-thumbnail-slider {
  order: 2;
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .p-cottage-thumbnail-slider {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-cottage-thumbnail-slider .swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 16.6666666667%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
.p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-thumbnail-slider-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-thumbnail-slider-img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-thumbnail-slider-img {
    border-radius: 1.875rem;
  }
}
.p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide .p-cottage-thumbnail-slider-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 58.6956521739%;
}
.p-cottage-thumbnail-slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cottage-equipment {
  position: relative;
}
.p-cottage-equipment:before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: calc(50% + 669px);
  top: 200px;
}
.p-cottage-equipment:after {
  content: "";
  display: block;
  width: 80px;
  height: 122px;
  background-image: url("../images/common/owl.svg");
  position: absolute;
  top: 460px;
  left: calc(50% + 702px);
}

.p-cottage-equipment-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.p-cottage-equipment-container .c-more-btn {
  padding-top: 30px;
}

.p-cottage-equipment-inside, .p-cottage-equipment-outside {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .p-cottage-equipment-inside, .p-cottage-equipment-outside {
    max-width: 100%;
  }
}
.p-cottage-equipment-inside h3, .p-cottage-equipment-outside h3 {
  text-align: center;
  margin-bottom: 20px;
}
.p-cottage-equipment-inside img, .p-cottage-equipment-outside img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-cottage-equipment-inside img, .p-cottage-equipment-outside img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-cottage-equipment-inside img, .p-cottage-equipment-outside img {
    border-radius: 1.875rem;
  }
}

.p-cottage-detail {
  position: relative;
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right 30px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-detail {
    padding-top: calc(60px + 30 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-cottage-detail {
    padding-top: 5.625rem;
  }
}
@media only screen and (max-width: 1637px) {
  .p-cottage-detail {
    background-position: center;
  }
}
.p-cottage-detail .l-column:nth-of-type(2n+1) {
  justify-content: end;
}
.p-cottage-detail .l-column:nth-of-type(2n+1) .l-column__text {
  order: 0;
}
.p-cottage-detail .l-column:nth-of-type(2n+1) .l-column__img {
  border-radius: 30px 0 0 30px;
}
.p-cottage-detail .l-column:nth-of-type(2n) {
  justify-content: start;
}
.p-cottage-detail .l-column:nth-of-type(2n) .l-column__img {
  border-radius: 0 30px 30px 0;
}
.p-cottage-detail .l-column:nth-of-type(2n) .l-column__text {
  order: 1;
}
.p-cottage-detail .l-column:nth-of-type(2) {
  position: relative;
}
.p-cottage-detail .l-column:nth-of-type(2):after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 1576px;
}
.p-cottage-detail .l-column .l-column__text, .p-cottage-detail .l-column .l-column__img {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1569px) {
  .p-cottage-detail .l-column .l-column__text, .p-cottage-detail .l-column .l-column__img {
    margin-bottom: 30px;
  }
}
.p-cottage-detail .c-more-btn {
  margin-top: -30px;
}
@media only screen and (max-width: 1569px) {
  .p-cottage-detail .c-more-btn {
    margin-top: 0;
  }
}

.p-cottage-price {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-price {
    margin-top: calc(60px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-cottage-price {
    margin-top: 5rem;
  }
}

.p-cottage-price-container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.p-cottage-price-container h2 {
  margin-bottom: 20px;
  text-align: center;
}
.p-cottage-price-container .l-editor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-cottage-common {
  padding-top: 60px;
}

.p-cottage-common-container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
.p-cottage-common-container h2 {
  margin-bottom: 20px;
  text-align: center;
}
.p-cottage-common-container .l-editor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-cottage-calendar {
  position: relative;
  z-index: 1;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-calendar {
    padding-top: calc(60px + 30 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-cottage-calendar {
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cottage-calendar {
    padding-bottom: calc(60px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-cottage-calendar {
    padding-bottom: 7.5rem;
  }
}

.p-cottage-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.p-cottage-calendar-container h2 {
  text-align: center;
}

.p-cottage-usage-notes-container {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-usage-notes-container {
    padding-bottom: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-cottage-usage-notes-container {
    padding-bottom: 6.25rem;
  }
}
.p-cottage-usage-notes-container h2 {
  text-align: center;
  margin-bottom: 30px;
}
.p-cottage-usage-notes-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #036EB8;
}
.p-cottage-usage-notes-container ul li {
  border-bottom: 1px solid #036EB8;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-cottage-usage-notes-container ul li {
    padding: 15px 15px 15px 0;
  }
}

.p-cottage-usage-notes-img {
  width: 16.85%;
  min-width: 73px;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .p-cottage-usage-notes-img {
    padding: 15px;
    min-width: 63px;
  }
}
.p-cottage-usage-notes-img > img {
  width: 66px;
  height: auto;
}

.p-cottage-usage-notes-text {
  flex: 1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-usage-notes-text {
    font-size: calc(16px + 4 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-cottage-usage-notes-text {
    font-size: 1.25rem;
  }
}

.p-cottage-booking-notes {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cottage-booking-notes {
    padding-bottom: calc(60px + 40 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-cottage-booking-notes {
    padding-bottom: 6.25rem;
  }
}
.p-cottage-booking-notes:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  bottom: 0;
  z-index: -1;
}

.p-cottage-booking-notes-container {
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
}
.p-cottage-booking-notes-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.p-cottage-booking-notes-inner {
  border: 1px solid #036EB8;
  padding: 30px;
  background-color: #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cottage-booking-notes-inner {
    font-size: calc(16px + 4 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-cottage-booking-notes-inner {
    font-size: 1.25rem;
  }
}
.p-cottage-booking-notes-inner .c-more-btn {
  padding-top: 30px;
}

.p-cottage-booking-site {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.p-cottage-booking-site ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-cottage-booking-site ul li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 302px;
  width: 100%;
}
.p-cottage-booking-site ul li a img {
  transition: 0.3s ease-in-out;
}
.p-cottage-booking-site ul li a:hover img {
  opacity: 0.5;
}

/* --------------------------------
p-group
----------------------------------- */
.p-group .l-page-title h1 {
  margin-bottom: 40px;
}
.p-group .l-page-title h1:before {
  content: "";
  display: block;
  max-width: 182px;
  max-height: 134px;
  width: 33.5%;
  height: 117.6%;
  position: absolute;
  top: -4.39%;
  left: -3.68%;
  background-image: url("../images/common/catching-fish.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-group .p-bbq-menu {
  padding-top: 0;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-group .p-bbq-menu {
    margin-bottom: calc(10px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group .p-bbq-menu {
    margin-bottom: 1.25rem;
  }
}
.p-group .p-bbq-menu:before {
  content: none;
}
.p-group .p-bbq-menu:after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% + 611px);
}

.p-group-about {
  min-height: 506px;
  background-image: url("../images/group/group-bg.png");
  background-size: auto 506px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-group-about {
    background-size: 160% auto;
    min-height: 0;
  }
}

.p-group-about-container {
  max-width: calc(550px + 10px * 6);
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 430px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-group-about-container {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-group-about-container {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-group-about-container {
    padding-top: 53.33vw;
  }
}

.p-group-detail {
  padding-top: 60px;
}
.p-group-detail.l-blue-bg {
  background-position: left 230px;
  min-height: 1790px;
}

.p-group-plan-1-img, .p-group-plan-2-img {
  max-width: 1020px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.p-group-plan-1-img img, .p-group-plan-2-img img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-group-plan-1-img img, .p-group-plan-2-img img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-group-plan-1-img img, .p-group-plan-2-img img {
    border-radius: 1.875rem;
  }
}

.p-group-plan-1-img:after {
  content: "";
  display: block;
  width: 256px;
  height: 126px;
  background-image: url("../images/common/cloud.svg");
  background-size: contain;
  position: absolute;
  bottom: 45px;
  left: calc(50% + 605px);
}

.p-group-plan-2-img {
  padding-top: 60px;
}
.p-group-plan-2-img:before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: calc(50% + 669px);
  top: -36px;
}
.p-group-plan-2-img:after {
  content: "";
  display: block;
  width: 80px;
  height: 122px;
  background-image: url("../images/common/owl.svg");
  position: absolute;
  top: calc(50% - 61px);
  left: calc(50% + 702px);
}

.p-group-plan-1-detail, .p-group-plan-2-detail {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-group-plan-1-detail, .p-group-plan-2-detail {
    padding-top: calc(30px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group-plan-1-detail, .p-group-plan-2-detail {
    padding-top: 3.125rem;
  }
}

.p-group-plan-1-detail:before {
  content: "";
  display: block;
  width: 350px;
  height: 162px;
  background-image: url("../images/common/mountain.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(50% + 539px);
  top: -30px;
}
.p-group-plan-1-detail:after {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 646px);
  top: -80px;
}

.p-group-plan-1-detail-container, .p-group-plan-2-detail-container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.p-group-plan-1-detail-container h2, .p-group-plan-2-detail-container h2 {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-group-plan-1-detail-container h2, .p-group-plan-2-detail-container h2 {
    margin-bottom: calc(30px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group-plan-1-detail-container h2, .p-group-plan-2-detail-container h2 {
    margin-bottom: 2.5rem;
  }
}

.p-group-plan-1-detail, .p-group-plan-2-detail {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-group-plan-1-detail, .p-group-plan-2-detail {
    font-size: calc(14px + 6 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-group-plan-1-detail, .p-group-plan-2-detail {
    font-size: 1.25rem;
  }
}
.p-group-plan-1-detail dl, .p-group-plan-2-detail dl {
  margin: 0;
  padding: 0;
  border-top: 1px solid #036EB8;
}
.p-group-plan-1-detail dl > div, .p-group-plan-2-detail dl > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #036EB8;
  background-color: #FFFFFF;
}
.p-group-plan-1-detail dl dt, .p-group-plan-2-detail dl dt {
  width: 8em;
  padding: 1em;
  font-weight: 600;
}
.p-group-plan-1-detail dl dt.p-group-plan-item--red, .p-group-plan-2-detail dl dt.p-group-plan-item--red {
  color: #F10E5A;
}
.p-group-plan-1-detail dl dd, .p-group-plan-2-detail dl dd {
  flex: 1;
  padding: 1em 1em 1em 0;
}
.p-group-plan-1-detail dl dd.p-group-plan-item--red, .p-group-plan-2-detail dl dd.p-group-plan-item--red {
  color: #F10E5A;
  font-weight: 600;
}

.p-group-kushiuchi {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.875rem;
  margin-bottom: 0rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-group-kushiuchi {
    padding-top: calc(30px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group-kushiuchi {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-group-kushiuchi {
    margin-bottom: calc(0px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group-kushiuchi {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-group-kushiuchi {
    font-size: calc(16px + 4 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-group-kushiuchi {
    font-size: 1.25rem;
  }
}

.p-group-kushiuchi-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #036EB8;
  background-color: #FFFFFF;
  padding: 0 30px 30px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 499px) {
  .p-group-kushiuchi-container {
    padding-bottom: 20px;
  }
}
.p-group-kushiuchi-container:after {
  content: "";
  display: block;
  width: 17%;
  max-width: 140px;
  padding-top: 17%;
  background-image: url("../images/common/kushiuchi.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -50px;
}
@media only screen and (max-width: 499px) {
  .p-group-kushiuchi-container:after {
    width: 70px;
    margin: 0 auto;
    padding-top: 70px;
    margin-top: 10px;
  }
}
.p-group-kushiuchi-container h3 {
  padding: 15px 0;
  width: 100%;
  text-align: center;
}
.p-group-kushiuchi-container p {
  flex: 1;
  padding-right: 1em;
}
@media only screen and (max-width: 499px) {
  .p-group-kushiuchi-container p {
    flex: none;
    width: 100%;
    padding-right: 0;
  }
}

.p-group-plan-2 {
  background-image: url("../images/common/pink-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 460px;
  background-position: right bottom;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-group-plan-2 {
    padding-bottom: calc(60px + 30 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group-plan-2 {
    padding-bottom: 5.625rem;
  }
}
@media only screen and (max-width: 1637px) {
  .p-group-plan-2 {
    background-position: center bottom;
  }
}

.p-group-note {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-group-note {
    font-size: calc(16px + 4 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-group-note {
    font-size: 1.25rem;
  }
}

.p-group-note-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #036EB8;
  background-color: #FFFFFF;
  padding: 0 30px 30px 30px;
}
.p-group-note-container h2 {
  padding: 15px 0;
  width: 100%;
  text-align: center;
}

.p-group-calendar {
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-group-calendar {
    padding-top: calc(40px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-group-calendar {
    padding-top: 6.25rem;
  }
}
.p-group-calendar:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  transform: translateY(-50%);
  z-index: -1;
}
.p-group-calendar:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}

.p-group-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.p-group-calendar-container h2 {
  text-align: center;
}

/* --------------------------------
p-map
----------------------------------- */
body.map .l-access {
  z-index: 3;
}

.p-map {
  margin-bottom: 0;
}
.p-map .p-map-img + .l-fish-bg-2 {
  margin-top: -370px;
  padding-top: 370px;
}
@media only screen and (max-width: 1569px) {
  .p-map .p-map-img + .l-fish-bg-2 {
    margin-top: 0;
    padding-top: 295px;
  }
}
@media only screen and (max-width: 767px) {
  .p-map .p-map-img + .l-fish-bg-2 {
    padding-top: 150px;
  }
}

.p-map-img {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background-image: url("../images/common/green-bg.svg");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: auto;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-map-img {
    padding-top: 0;
  }
}
.p-map-img:after {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  bottom: 30px;
}

.p-map-img-container {
  background: #FFFFFF;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-map-img-container {
    padding: calc(10px + 18 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-map-img-container {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 390px) {
  .p-map-img-container {
    border-radius: calc(10px + 20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-map-img-container {
    border-radius: 1.875rem;
  }
}
.p-map-img-container > img {
  border-radius: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-map-img-container > img {
    border-radius: calc(10px + 20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-map-img-container > img {
    border-radius: 1.875rem;
  }
}

.p-map-parking {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1569px) {
  .p-map-parking {
    padding-top: 0;
  }
}

.p-map-parking-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #F10E5A;
  background-color: #FFFFFF;
  color: #F10E5A;
  font-weight: 600;
  font-size: 1rem;
  padding: 20px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-map-parking-container {
    font-size: calc(16px + 9 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-map-parking-container {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-map-parking-container {
    padding: 20px 20px 5px;
  }
}
.p-map-parking-container h2 {
  text-align: center;
}
.p-map-parking-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-map-parking-container ul li {
  padding: 1em;
}
.p-map-parking-container ul li + li {
  border-top: 1px solid #F10E5A;
}

#access {
  background-image: url("../images/map/map-bg.jpg");
  background-position: center bottom;
  background-size: auto 1456px;
  background-repeat: no-repeat;
  padding-bottom: 21.25rem;
  position: relative;
}
@media screen and (min-width: 390px) {
  #access {
    padding-bottom: calc(340px + -40 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  #access {
    padding-bottom: 18.75rem;
  }
}
@media only screen and (max-width: 767px) {
  #access {
    background-size: auto 800px;
  }
}
#access:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  bottom: 1190px;
}
#access:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  bottom: 370px;
}
#access .l-map-bg--01 {
  top: auto;
  bottom: 1188px;
  left: auto;
  right: calc(50% + 550px);
}
#access .l-map-bg--02 {
  top: auto;
  bottom: 947px;
  right: auto;
  left: calc(50% + 717px);
}
@media only screen and (max-width: 1199px) {
  #access .l-map-bg--02 {
    left: 7.69%;
    bottom: 141px;
  }
}

.p-map-access {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-map-access {
    padding-top: calc(60px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-map-access {
    padding-top: 7.5rem;
  }
}
.p-map-access h2 {
  text-align: center;
  margin-bottom: 20px;
}

.p-map-access-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-map-access-img {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 50%;
  width: 684px;
}
@media only screen and (max-width: 1199px) {
  .p-map-access-img {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 664px;
  }
}

.p-map-access-gmap {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 50%;
  width: 684px;
}
@media only screen and (max-width: 1199px) {
  .p-map-access-gmap {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 664px;
  }
}

.p-map-access-gmap-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .p-map-access-gmap-container:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75.7763975155%;
  }
}
.p-map-access-gmap-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-map-car, .p-map-price, .p-map-transport {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-map-car, .p-map-price, .p-map-transport {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-map-car, .p-map-price, .p-map-transport {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-map-car, .p-map-price, .p-map-transport {
    padding-top: calc(30px + 60 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-map-car, .p-map-price, .p-map-transport {
    padding-top: 5.625rem;
  }
}

.p-map-car-container, .p-map-price-container, .p-map-transport-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #036EB8;
  background-color: #FFFFFF;
  padding: 0 30px 30px 30px;
}
.p-map-car-container h2, .p-map-price-container h2, .p-map-transport-container h2 {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.p-map-car {
  position: relative;
}
.p-map-car:before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: calc(50% + 670px);
  top: 50%;
}

.p-map-calendar {
  padding-top: 60px;
}

.p-map-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.p-map-calendar-container h2 {
  text-align: center;
}
.p-map-calendar-container .c-more-btn {
  padding-top: 30px;
}

/* --------------------------------
p-faq
----------------------------------- */
body.faq .l-access {
  z-index: 3;
}

.p-faq {
  margin-bottom: 0;
}

.p-faq-wrapper {
  padding-top: 0rem;
  background-image: url("../images/map/map-bg.jpg");
  background-position: center bottom;
  background-size: auto 1456px;
  background-repeat: no-repeat;
  padding-bottom: 21.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq-wrapper {
    padding-top: calc(0px + 50 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-faq-wrapper {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 390px) {
  .p-faq-wrapper {
    padding-bottom: calc(340px + -40 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-faq-wrapper {
    padding-bottom: 18.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq-wrapper {
    background-size: auto 800px;
  }
}
.p-faq-wrapper .l-map-bg--01 {
  top: auto;
  bottom: 1188px;
  left: auto;
  right: calc(50% + 550px);
  z-index: 1;
}
.p-faq-wrapper .l-map-bg--02 {
  top: auto;
  bottom: 947px;
  right: auto;
  left: calc(50% + 717px);
}
@media only screen and (max-width: 1199px) {
  .p-faq-wrapper .l-map-bg--02 {
    left: 7.69%;
    bottom: 141px;
  }
}
.p-faq-wrapper:before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: calc(50% + 670px);
  top: 0rem;
}
@media screen and (min-width: 768px) {
  .p-faq-wrapper:before {
    top: calc(0px + 50 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-faq-wrapper:before {
    top: 3.125rem;
  }
}
.p-faq-wrapper:after {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  top: 11.98%;
}

.p-faq-container {
  background-image: url("../images/common/green-bg.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center 40px;
  position: relative;
  z-index: 2;
}
.p-faq-container:before {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  top: 29.67%;
}
.p-faq-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 25.5%;
}

.p-faq-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-faq-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 390px) {
  .p-faq-category {
    margin-left: calc(-10px + -20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-faq-category {
    margin-left: -1.875rem;
  }
}
@media screen and (min-width: 390px) {
  .p-faq-category {
    margin-right: calc(-10px + -20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-faq-category {
    margin-right: -1.875rem;
  }
}

.p-faq-category-item {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 390px) {
  .p-faq-category-item {
    font-size: calc(16px + 9 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-faq-category-item {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 390px) {
  .p-faq-category-item {
    padding-left: calc(10px + 20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-faq-category-item {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 390px) {
  .p-faq-category-item {
    padding-right: calc(10px + 20 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-faq-category-item {
    padding-right: 1.875rem;
  }
}
.p-faq-category-item > a {
  display: block;
  color: #FFFFFF;
  background: #5E5E5E;
  border-radius: 999px;
  padding: 0.6em;
  width: 10rem;
}
@media screen and (min-width: 390px) {
  .p-faq-category-item > a {
    width: calc(160px + 130 * (100vw - 390px) / 810);
  }
}
@media screen and (min-width: 1200px) {
  .p-faq-category-item > a {
    width: 18.125rem;
  }
}
.p-faq-category-item > a.play {
  background-color: #39A1E9;
}
.p-faq-category-item > a.bbq {
  background-color: #F394B4;
}
.p-faq-category-item > a.cottage {
  background-color: #3DC85E;
}

.p-faq-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-faq-list details.accordion {
  --_duration: 300ms;
  background-color: #FFFFFF;
  color: #5E5E5E;
  border: 1px solid #5E5E5E;
  padding: 0;
  margin-bottom: 35px;
  border-radius: 15px;
}
.p-faq-list details.accordion.play {
  color: #036EB8;
  border-color: #036EB8;
}
.p-faq-list details.accordion.bbq {
  color: #F10E5A;
  border-color: #F10E5A;
}
.p-faq-list details.accordion.cottage {
  color: #3DC85E;
  border-color: #3DC85E;
}
.p-faq-list details.accordion::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  .p-faq-list details.accordion::details-content {
    transition-duration: var(--_duration);
    transition-property: grid-template-rows;
  }
}
.p-faq-list details.accordion:not([open])::details-content {
  grid-template-rows: 0fr;
}
.p-faq-list details.accordion[open]::details-content {
  grid-template-rows: 1fr;
}
.p-faq-list details.accordion[open] summary::after {
  opacity: 0;
}
.p-faq-list details.accordion summary {
  --_foreground-default: $white;
  --_foreground-interactive: $white;
  --_foreground-opened: $white;
  --_background-interactive: oklch(
    from var(--_background-default) calc(l - 0.1) c h
  );
  --_background-opened: oklch(
    from var(--_background-default) calc(l - 0.2) c h
  );
  padding: 15px 20px 15px 25px;
  font-weight: 600;
  font-size: 1rem;
  display: block grid;
  grid-template: ". icon"/1fr max-content;
  column-gap: 1em;
  align-items: center;
  background-color: var(--_background-default);
  letter-spacing: 0.1em;
  cursor: pointer;
  transition-duration: var(--_duration);
  transition-property: background-color, color;
}
@media screen and (min-width: 768px) {
  .p-faq-list details.accordion summary {
    font-size: calc(16px + 4 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-faq-list details.accordion summary {
    font-size: 1.25rem;
  }
}
.p-faq-list details.accordion summary::before, .p-faq-list details.accordion summary::after {
  content: "";
  grid-area: icon;
  inline-size: 1em;
  border-block-end: 3px solid;
  writing-mode: initial;
}
.p-faq-list details.accordion summary::after {
  rotate: 90deg;
}
.p-faq-list details.accordion .content-wrapper {
  overflow: hidden;
}
.p-faq-list details.accordion .content {
  padding: 10px 25px 25px;
  font-size: 1rem;
  color: #5E5E5E;
}
@media screen and (min-width: 768px) {
  .p-faq-list details.accordion .content {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-faq-list details.accordion .content {
    font-size: 1.0625rem;
  }
}

/* --------------------------------
p-news
----------------------------------- */
.p-news {
  margin-bottom: 0;
}
.p-news .l-page-title h1, .p-news .l-page-title > div {
  margin-bottom: 0;
}
.p-news + .l-access {
  margin-top: 0;
  padding-top: 0;
}

.p-news-container {
  padding-top: 100px;
  padding-bottom: 20px;
  background-image: url("../images/common/green-bg.svg");
  background-size: auto;
  background-position: center 160px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 960px;
}
@media only screen and (max-width: 991px) {
  .p-news-container {
    min-height: 0;
    padding-top: 30px;
  }
}
.p-news-container:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.p-news-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  bottom: 0;
}

.p-news-inner {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  position: relative;
}
.p-news-inner:before {
  content: "";
  display: block;
  width: 274px;
  height: 160px;
  background-image: url("../images/common/bird.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 100px;
  right: calc(50% + 550px);
}
.p-news-inner:after {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  bottom: 244px;
}

.p-news-box {
  flex: 1;
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 50px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 390px) {
  .p-news-box {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  .p-news-box {
    border-radius: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-news-box {
    flex: none;
    width: 100%;
    padding: 30px;
  }
}

.p-post-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-post-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 390px) {
  .p-post-item {
    margin-bottom: calc(30px + 50 * (100vw - 390px) / 1530);
  }
}
@media screen and (min-width: 1920px) {
  .p-post-item {
    margin-bottom: 5rem;
  }
}

.p-post-item__thumb {
  width: 140px;
  max-width: 26%;
  margin-right: 18px;
}
.p-post-item__thumb > a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-post-item__thumb > a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.2857142857%;
}
.p-post-item__thumb > a:hover > img {
  opacity: 0.5;
}
.p-post-item__thumb > a > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.p-post-item__meta {
  flex: 1;
}

.p-post-item__categories {
  font-size: 0.75rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-post-item__categories {
    font-size: calc(12px + 3 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-post-item__categories {
    font-size: 0.9375rem;
  }
}
.p-post-item__categories.cat-important a {
  background-color: #F394B4;
}
.p-post-item__categories.cat-news a {
  background-color: #3DC85E;
}
.p-post-item__categories a {
  display: block;
  width: 8.6em;
  padding: 0.3em 0.8em;
  color: #FFFFFF;
}

.p-post-item__title {
  font-size: 0.75rem;
  color: #5E5E5E;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #5E5E5E;
}
@media screen and (min-width: 768px) {
  .p-post-item__title {
    font-size: calc(12px + 3 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-post-item__title {
    font-size: 0.9375rem;
  }
}
.p-post-item__title a:hover {
  color: #036EB8;
}

#sidebar {
  width: 340px;
  max-width: 100%;
  margin-left: 25px;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 30px 45px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 390px) {
  #sidebar {
    border-radius: calc(10px + 20 * (100vw - 390px) / 378);
  }
}
@media screen and (min-width: 768px) {
  #sidebar {
    border-radius: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  #sidebar {
    margin-left: 0;
    padding: 30px 20px;
    width: 290px;
  }
}

#archive_list ol {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.3125rem;
}
#archive_list ol li {
  padding-bottom: 15px;
}
#archive_list ol li a {
  display: block;
  color: #5E5E5E;
  position: relative;
  font-weight: 600;
  padding-left: 60px;
}
#archive_list ol li a:hover {
  color: #036EB8;
}
#archive_list ol li a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid #036EB8;
  position: absolute;
  left: 14px;
  top: 5px;
}
#archive_list ol li a:after {
  content: "";
  display: inline-block;
  border-left: 6px solid #036EB8;
  border-top: 4px solid rgba(3, 110, 184, 0);
  border-bottom: 4px solid rgba(3, 110, 184, 0);
  position: absolute;
  left: 23px;
  top: 12px;
}

#show-more-btn {
  width: 250px;
  height: 52px;
  position: relative;
  background-color: #39A1E9;
  padding: 0 20px 0 50px;
}
#show-more-btn .more-icon {
  position: absolute;
  top: 13px;
  left: 14px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  border-radius: 999px;
}
#show-more-btn .more-icon:before, #show-more-btn .more-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #39A1E9;
}
#show-more-btn .more-icon:before {
  width: 14px;
  height: 2px;
}
#show-more-btn .more-icon:after {
  width: 2px;
  height: 14px;
}
#show-more-btn .more-icon.active {
  transform: rotate(135deg);
}
#show-more-btn .more-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 52px;
}

.p-news-post__title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5E5E5E;
}

.p-news-post__date {
  font-size: 1rem;
  color: #5E5E5E;
  font-weight: 600;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-news-post__date {
    font-size: calc(16px + 4 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-news-post__date {
    font-size: 1.25rem;
  }
}

/* --------------------------------
p-restaurant
----------------------------------- */
.p-restaurant .l-fish-bg-2 {
  margin-top: 0;
}

.p-restaurant-about {
  background-image: url("../images/common/green-bg.svg");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
}

.p-restaurant-about-container {
  min-height: 480px;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  padding-bottom: 280px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-restaurant-about-container {
    font-size: calc(16px + 1 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-restaurant-about-container {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-about-container {
    padding-top: 200px;
    padding-bottom: 40px;
    min-height: 386px;
  }
}
@media only screen and (max-width: 609px) {
  .p-restaurant-about-container {
    padding-top: 32.8vw;
  }
}
.p-restaurant-about-container:before {
  content: "";
  display: block;
  width: 216px;
  height: 170px;
  background-image: url("../images/restaurant/restaurant-about_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 260px;
  right: calc(50% + 330px);
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-about-container:before {
    right: 55%;
    max-width: 40%;
    padding-top: 31.4814814815%;
    bottom: auto;
    top: 0;
    height: auto;
  }
}
.p-restaurant-about-container:after {
  content: "";
  display: block;
  width: 208px;
  height: 158px;
  background-image: url("../images/restaurant/restaurant-about_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 260px;
  left: calc(50% + 334px);
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-about-container:after {
    left: 55%;
    max-width: 40%;
    padding-top: 30.3846153846%;
    bottom: auto;
    top: 0;
    height: auto;
  }
}

.p-restaurant-detail {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
.p-restaurant-detail:first-child {
  margin-top: -495px;
  padding-top: 0;
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-detail:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-detail {
    padding-top: 30px;
  }
}
.p-restaurant-detail .l-column:nth-of-type(1) {
  position: relative;
}
.p-restaurant-detail .l-column:nth-of-type(1):before {
  content: "";
  display: block;
  width: 224px;
  height: 188px;
  background-image: url("../images/common/tree2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 637px);
  top: 342px;
}

.p-restaurant-menu {
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -200px;
}
.p-restaurant-menu:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-menu:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1569px) {
  .p-restaurant-menu {
    margin-top: 0;
    padding-top: 30px;
  }
}
.p-restaurant-menu h2 {
  margin-bottom: 40px;
  text-align: center;
}
.p-restaurant-menu ul {
  margin: 0 -9px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.p-restaurant-menu ul li {
  width: 307px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 46px;
}

.p-restaurant-menu-container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}

.p-restaurant-menu__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.p-restaurant-menu__img:before {
  content: "";
  display: block;
  padding-top: 69.2041522491%;
}
.p-restaurant-menu__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-restaurant-menu__title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-restaurant-menu__price {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-restaurant-business-hour {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-restaurant-business-hour {
    font-size: calc(16px + 14 * (100vw - 768px) / 442);
  }
}
@media screen and (min-width: 1210px) {
  .p-restaurant-business-hour {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-restaurant-business-hour {
    padding-top: calc(14px + 46 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-restaurant-business-hour {
    padding-top: 3.75rem;
  }
}
.p-restaurant-business-hour:before {
  content: "";
  display: block;
  width: 178px;
  height: 136px;
  background-image: url("../images/common/tree.svg");
  position: absolute;
  right: calc(50% + 670px);
  bottom: -115px;
}

.p-restaurant-business-hour-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #036EB8;
  background-color: #FFFFFF;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .p-restaurant-business-hour-container {
    padding: 20px;
  }
}

.p-restaurant-calendar {
  position: relative;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-restaurant-calendar {
    padding-top: calc(60px + 20 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .p-restaurant-calendar {
    padding-top: 5rem;
  }
}
.p-restaurant-calendar:before {
  content: "";
  display: block;
  width: 430px;
  height: 630px;
  background-image: url("../images/common/dot_01.svg");
  position: absolute;
  right: calc(50% + 530px);
  bottom: 0;
  z-index: -1;
}
.p-restaurant-calendar:after {
  content: "";
  display: block;
  width: 350px;
  height: 520px;
  background-image: url("../images/common/dot_02.svg");
  background-size: contain;
  position: absolute;
  left: calc(50% + 610px);
  top: 100%;
  transform: translateY(-50%);
}

.p-restaurant-calendar-container {
  max-width: 890px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.p-restaurant-calendar-container h2 {
  text-align: center;
}
.p-restaurant-calendar-container .c-more-btn {
  padding-top: 30px;
}

/* --------------------------------
utility
----------------------------------- */
@media only screen and (max-width: 1399px) {
  .u-d-xxl {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .u-d-xl {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .u-d-lg {
    display: none;
  }
}
.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-table {
  overflow-x: auto;
}
.u-table table {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .u-table table {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-table table tr th, .u-table table tr td {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */