/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_404_desc {
  font-size: 0.875rem;
}

.c_panigation .wp-pagenavi > *, body {
  font-size: 0.9375rem;
}

.c_tbl__content, .c_txt17 {
  font-size: 0.9375rem;
}

.c_accordion__content .ask_list, .c_txt18 {
  font-size: 0.9375rem;
}

.c_accordion__desc, .c_shimanamijapan__lead, .c_btn03, .c_breadcrumb__item {
  font-size: 0.9375rem;
}

.c_txt21 {
  font-size: 1rem;
}

.c_btn, .c_txt22 {
  font-size: 1rem;
}

.p_404_ttl, .c_tbl__ttl {
  font-size: 1rem;
}

.c_accordion__ttl {
  font-size: 1rem;
}

.c_pulldown_ttl .ttl, .c_tbl__head, .c_btn02, .c_ttl01.fz30, .c_ttl30 {
  font-size: 1.25rem;
}

.c_ttl33 {
  font-size: 1.25rem;
}

.c_ttl01, .c_ttl35 {
  font-size: 1.25rem;
}

.c_ttl02 {
  font-size: 1.375rem;
}

.c_ttl02 .c_ttl50, .c_ttl50 {
  font-size: 1.875rem;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 500;
  color: #454545;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
}
body.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
img:not([src$=".svg"]) {
  width: 100%;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

.h_wave {
  position: relative;
}
.h_wave__line {
  position: absolute;
  top: calc(100% + 6px);
  display: block;
  line-height: 1;
  -webkit-mask-image: linear-gradient(to right, #fff, #fff);
  mask-image: linear-gradient(to right, #fff, #fff);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  transition: -webkit-mask-size 0.5s ease;
  transition: mask-size 0.5s ease;
  transition: mask-size 0.5s ease, -webkit-mask-size 0.5s ease;
}
.h_wave__line img {
  display: block;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

.no_transition #gnav {
  transition: none;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px 0;
}
.c_header:has(.c_header_menu__item.has_sublist.is_active)::after {
  opacity: 0.65;
  transition-delay: 0s;
}
.c_header::after {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 0.1s;
}
.c_header_logo {
  display: none;
}
.c_header_nav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e2f3fe;
  width: 100%;
  padding-block: 76px 40px;
  height: 100vh;
  height: 100dvh;
  z-index: 5;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transition-property: opacity, visibility, transform;
}
.c_header_nav.is_open {
  opacity: 1;
  visibility: visible;
}
.c_header_nav__inner {
  padding-inline: 30px;
  display: flex;
  flex-direction: column-reverse;
}
.c_header_lang {
  text-align: center;
  flex-shrink: 0;
  margin-top: 27px;
  order: 0;
}
.c_header_lang__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0e6198;
  border-radius: 12px;
  font-size: 1.0625rem;
  color: #fff;
  height: 49px;
  width: 210px;
  margin-inline: auto;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.c_header_menu {
  margin-top: 10px;
  color: #0e6198;
  border-top: 2px solid currentColor;
  padding-top: 12px;
  padding-inline: 14px;
  order: 1;
}
.c_header_menu__item {
  position: relative;
}
.c_header_menu__item:not(:last-child) {
  margin-bottom: 19px;
}
.c_header_menu__item:hover .item_link__txt::after {
  pointer-events: all !important;
}
.c_header_menu__item.is_active .item_link::after {
  transform: rotate(-180deg);
}
.c_header_menu__item.is_active .h_wave__line {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.c_header_menu__item.has_sublist .item_link {
  cursor: default;
}
.c_header_menu__item.has_sublist .item_link::after {
  content: "";
  aspect-ratio: 21/11;
  -webkit-mask: url(../images/common/icon_arrow_03.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_03.svg) center/contain no-repeat;
  background-color: currentColor;
  position: absolute;
  width: 21px;
  right: 11px;
  transition: transform 0.5s ease;
}
.c_header_menu__item .item_link {
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: -0.05em;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.c_header_menu__item .item_link__wave {
  display: none;
}
.c_header_menu__item .item_link::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  position: absolute;
  background: url(../images/common/icon_wave_double.png) center/contain repeat-x;
}
.c_header_menu__item .list_sub {
  padding-top: 12px;
  display: none;
}
.c_header_menu__item .item_sub:not(:last-child) {
  margin-bottom: 10px;
}
.c_header_menu__item .item_sublink {
  font-size: 0.8125rem;
  letter-spacing: -0.05em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  display: block;
  color: #0e6198;
  white-space: nowrap;
}
.c_header_spot {
  background-color: #00c4fb;
  border-radius: 11px;
  padding-block: 15px 10px;
  width: 100%;
  order: 2;
}
.c_header_spot__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.c_header_spot__img {
  width: 40px;
  position: relative;
  top: 2px;
  z-index: 0;
}
.c_header_spot__lead {
  font-size: 1.0625rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  margin-bottom: 7px;
}
.c_header_spot__more {
  display: flex;
  gap: 10px;
}
.c_header_spot__more .btn {
  font-size: 0.8125rem;
  letter-spacing: -0.05em;
  color: #0e6198;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 900;
  height: 33px;
  width: 95px;
  position: relative;
  opacity: 1;
}
.c_header_spot__more .btn::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.c_header_spot__more .btn_txt {
  transition: opacity 0.5s ease;
}
.c_header_spot__more .btn.is_catalog::after {
  -webkit-mask: url(../images/common/icon_arrow_01.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_01.svg) center/contain no-repeat;
  aspect-ratio: 28/19;
  background-color: currentColor;
  width: 28px;
}
.c_header_spot__more .btn.is_download::after {
  -webkit-mask: url(../images/common/icon_download.svg) center/contain no-repeat;
  mask: url(../images/common/icon_download.svg) center/contain no-repeat;
  aspect-ratio: 24/20;
  background-color: currentColor;
  width: 24px;
}
.c_header_entry {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.c_header_entry .c_header_spot {
  border-radius: 0;
  max-width: 329px;
  display: none;
  order: unset;
}
.c_header_entry .c_header_spot__lead {
  font-size: 1rem;
}
.c_header_hamburger {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  z-index: 10;
  transition: 0.5s;
  transition-property: color;
  background-color: #0e6198;
}
.c_header_hamburger > * {
  position: absolute;
  position: absolute;
  width: 21px;
}
.c_header_hamburger > *:nth-child(1), .c_header_hamburger > *:nth-child(2), .c_header_hamburger > *:nth-child(3) {
  -webkit-mask: url(../images/common/icon_wave_hamburger.svg) center/contain no-repeat;
  mask: url(../images/common/icon_wave_hamburger.svg) center/contain no-repeat;
  background-color: currentColor;
  transition: 0.5s;
  transition-property: opacity;
  background-color: currentColor;
  aspect-ratio: 21/3;
}
.c_header_hamburger > *:nth-child(4), .c_header_hamburger > *:nth-child(5) {
  background-color: currentColor;
  height: 2px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_header_hamburger > *:nth-child(4) {
  transform: rotate(45deg);
}
.c_header_hamburger > *:nth-child(5) {
  transform: rotate(135deg);
}
.c_header_hamburger > *:nth-child(1) {
  translate: 0 -14px;
}
.c_header_hamburger > *:nth-child(2) {
  translate: 0 -6px;
}
.c_header_hamburger > *:nth-child(3) {
  translate: 0 2px;
}
.c_header_hamburger.is_open {
  color: #fff;
}
.c_header_hamburger.is_open > *:nth-child(1), .c_header_hamburger.is_open > *:nth-child(2), .c_header_hamburger.is_open > *:nth-child(3) {
  opacity: 0;
}
.c_header_hamburger.is_open > *:nth-child(4), .c_header_hamburger.is_open > *:nth-child(5) {
  opacity: 1;
}
.c_header_hamburger.is_open::after {
  opacity: 0;
}
.c_header_hamburger::after {
  content: "MENU";
  line-height: 1;
  letter-spacing: 0.025em;
  position: absolute;
  font-weight: 700;
  transform-origin: center bottom;
  transform: scale(0.5);
  transition: opacity 0.5s ease;
  bottom: 8px;
}
.c_header_more {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  top: 65px;
  z-index: -1;
  right: 0;
  width: 54px;
}
.c_header_more__btn.is_experience .c_header_more__icon {
  padding-left: 4px;
}
.c_header_more__btn.is_experience .c_header_more__icon::before {
  aspect-ratio: 26/23;
  -webkit-mask: url(../images/common/icon_experience.svg) center/contain no-repeat;
  mask: url(../images/common/icon_experience.svg) center/contain no-repeat;
  width: 20px;
}
.c_header_more__btn.is_stay .c_header_more__icon::before {
  aspect-ratio: 23/20;
  -webkit-mask: url(../images/common/icon_stay.svg) center/contain no-repeat;
  mask: url(../images/common/icon_stay.svg) center/contain no-repeat;
  width: 17px;
}
.c_header_more__btn.is_cycle .c_header_more__icon {
  background-color: #f2778a;
}
.c_header_more__btn.is_cycle .c_header_more__icon::before {
  aspect-ratio: 31/22;
  -webkit-mask: url(../images/common/icon_bicycle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_bicycle.svg) center/contain no-repeat;
  width: 23px;
}
.c_header_more__btn.is_cycle .c_header_more__txt {
  line-height: 1.3333333333;
  font-size: 0.5625rem;
  color: #f2778a;
  text-align: center;
  padding-bottom: 0;
}
.c_header_more__btn.is_cycle .c_header_more__txt small {
  font-size: 0.5rem;
}
.c_header_more__icon {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0;
  background-color: #00c4ff;
}
.c_header_more__icon::before {
  content: "";
  background-color: #fff;
  transition: background-color 0.5s ease;
}
.c_header_more__txt {
  color: #00c4ff;
  font-weight: 700;
  font-size: 11px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  background-color: #fff;
  border-radius: 0 0 0 10px;
}

.c_footer {
  background-color: #0E6198;
  color: #fff;
  margin-top: 81px;
  padding-block: 30px 23px;
}
.c_footer_inner {
  padding-inline: 20px;
  margin-inline: auto;
}
.c_footer_logo {
  display: table;
  margin-inline: auto;
  width: 138px;
}
.c_footer_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 23px;
  margin-top: 34px;
}
.c_footer_menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
}
.c_footer_menu__item {
  font-weight: 900;
}
.c_footer_sns {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.c_footer_sns__txt {
  font-size: 0.8125rem;
}
.c_footer_sns__block {
  display: flex;
  align-items: center;
  min-width: 218px;
  gap: 27px;
}
.c_footer_sns__list {
  display: flex;
  gap: 8px;
}
.c_footer_sns__item {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
  width: 30px;
}
.c_footer_copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 0.625rem;
}

.c_entry {
  position: fixed;
  bottom: 55px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
}
.c_entry_stay, .c_entry_experience, .c_entry_bicycle {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  border-radius: 50px;
  display: none;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 3em;
  overflow: hidden;
  font-size: clamp(0.75rem, 2.0512820513vh + -0.0192307692rem, 1.25rem);
}
.c_entry_stay, .c_entry_experience {
  margin-bottom: 0.75em;
  --color01: #00C4FB;
  --color02: #fff;
  --color03: #F8F8F8;
  color: #00C4FB;
  transition: 0.5s;
  transition-property: color;
}
.c_entry_stay__icon, .c_entry_experience__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  background-color: var(--color03);
  transition: 0.5s;
  transition-property: background-color;
}
.c_entry_stay__icon::after, .c_entry_experience__icon::after {
  content: "";
  background-color: currentColor;
}
.c_entry_stay__txt, .c_entry_experience__txt {
  color: var(--color02);
  width: 100%;
  background-color: var(--color01);
  display: flex;
  align-items: center;
  letter-spacing: 0.25em;
  padding-inline: 1.15em 0.4em;
  transition: 0.5s;
  transition-property: background-color, color;
}
.c_entry_experience__icon {
  height: 2.25em;
  padding-left: 0.45em;
  padding-top: 3px;
}
.c_entry_experience__icon::after {
  aspect-ratio: 26/23;
  -webkit-mask: url(../images/common/icon_experience.svg) center/contain no-repeat;
  mask: url(../images/common/icon_experience.svg) center/contain no-repeat;
  width: 1.3em;
}
.c_entry_stay__icon {
  height: 2.45em;
  padding-bottom: 5px;
}
.c_entry_stay__icon::after {
  aspect-ratio: 22/20;
  -webkit-mask: url(../images/common/icon_stay.svg) center/contain no-repeat;
  mask: url(../images/common/icon_stay.svg) center/contain no-repeat;
  width: 1.1em;
}
.c_entry_bicycle {
  background-color: #F2778A;
  color: #fff;
  letter-spacing: 0.25em;
  margin-bottom: 0.65em;
  padding-inline: 1.25em 1.1em;
}
.c_entry_bicycle::after {
  content: "";
  aspect-ratio: 31/22;
  background: url(../images/common/icon_bicycle.svg) center/contain no-repeat;
  width: 1.55em;
  margin-top: 0.5em;
}

.c_totop {
  aspect-ratio: 1;
  background-color: #00C4FB;
  border-radius: 50%;
  color: #fff;
  line-height: 1.125;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: 60px;
}
.c_totop__txt {
  transition: opacity 0.5s ease;
}
.c_totop::after {
  content: "";
  position: absolute;
  aspect-ratio: 45/42;
  background: url(../images/common/img_totop.svg) center/contain no-repeat;
  transition: opacity 0.5s ease;
  opacity: 0;
  width: 60%;
}

.c_mv__img {
  position: relative;
}
.c_mv__img img {
  aspect-ratio: 1600/505;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 170px;
}

/*!
component > breadcrumb
------------------------------
*/
.c_breadcrumb {
  padding: 20px 20px 0;
}
.c_breadcrumb__item {
  font-weight: 500;
  color: #b1a7a7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  margin-right: 7px;
  position: relative;
}
.c_breadcrumb__item:last-child {
  display: inline;
  color: #454545;
  margin-right: 0;
  padding-right: 0;
}
.c_breadcrumb__item:last-child::after {
  content: none;
}
.c_breadcrumb__item::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
}
.c_ttl__wave01 {
  position: relative;
  display: inline-block;
}
.c_ttl__wave01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: url("../images/common/img_wave2.png");
  background-size: auto 5px;
  background-repeat: repeat-x;
  bottom: -15px;
  left: 0;
}

.c_ttl__wave02 {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.c_ttl__wave02::after, .c_ttl__wave02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: url("../images/common/img_wave2.png");
  background-size: auto 5px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}
.c_ttl__wave02::before {
  bottom: -2px;
}
.c_ttl__wave02::after {
  bottom: -12px;
}

.c_ttl01 {
  font-weight: 900;
  color: #0e6198;
  line-height: 1.25;
}
.c_ttl02 .c_ttl50 {
  text-align: center;
  font-weight: 900;
}

.c_ttl35 {
  text-align: center;
  font-weight: 900;
}

.c_ttl33 {
  font-weight: 900;
  letter-spacing: 0em;
}

.c_ttl30 {
  font-weight: 900;
  letter-spacing: 0em;
}
.c_ttl30.has_bg_blue {
  background-color: #0E6198;
  text-align: center;
  color: #fff;
  padding-block: 10px;
}

.c_ttl50 {
  font-weight: 900;
}

.c_ttl02 {
  color: #454545;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
.c_ttl02 span {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.c_ttl02 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  border-top: 3px solid #f4da99;
  border-bottom: 3px solid #f4da99;
}

/*!
component > Text
------------------------------
*/
.c_txt17 {
  font-weight: 500;
  letter-spacing: 0;
}

.c_txt18 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3333333333;
}

.c_txt21 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3333333333;
}

.c_txt22 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5909090909;
}

.c_bicycle_mv {
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
}
.c_bicycle_mv .splide__track {
  overflow: visible;
}
.c_bicycle_mv .splide__list {
  align-items: flex-end;
}
.c_bicycle_mv .splide__arrows {
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  display: none;
}
.c_bicycle_mv .splide__arrow {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding-left: 2px;
}
.c_bicycle_mv .splide__arrow::after {
  aspect-ratio: 21/31;
  background: url(../images/common/icon_arrow_02.svg) center/contain no-repeat;
  content: "";
  width: 15px;
}
.c_bicycle_mv .splide__arrow--prev {
  transform: rotate(-180deg);
}
.c_bicycle_mv__item {
  border-radius: 0 0 22px 22px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c_bicycle_mv__item + .c_bicycle_mv__item {
  margin-top: 20px;
}
.c_bicycle_mv__item.is_current .c_bicycle_mv__img {
  transform: translateY(0);
}
.c_bicycle_mv__item.is_current .c_bicycle_mv__desc {
  background-color: #fff;
  font-weight: 900;
  transform: translateY(0);
}
.c_bicycle_mv__link {
  display: block;
}
.c_bicycle_mv__img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all;
  border-radius: 15px 15px 0 0;
  transition: transform 0.5s ease;
}
.c_bicycle_mv__img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.5s ease;
  border-radius: 22px 22px 0 0;
  aspect-ratio: 295/205;
  -o-object-position: center 60%;
  object-position: center 60%;
}
.c_bicycle_mv__desc {
  text-align: center;
  transition: 0.5s;
  transition-property: font-weight, transform, background-color;
  padding-inline: 20px;
  padding-block: 10px;
  font-size: 1rem;
  min-height: 44px;
  line-height: 1.12;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.c_btn {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2727272727;
  color: #0E6198;
  border: 2px solid #0E6198;
  border-radius: 5px;
  padding: 10px 40px 10px 20px;
  display: block;
  position: relative;
}
.c_btn__icon {
  display: block;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c_btn__icon line {
  stroke: currentColor;
}
.c_btn_blue {
  background-color: #0E6198;
  color: #fff;
  pointer-events: none;
}

.c_btn01 {
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  font-weight: 900;
  background-color: #0e6198;
  color: #fff;
  padding-inline: 11px;
  min-width: 158px;
  min-height: 35px;
  font-size: 0.875rem;
  padding-block: 4px;
}
.c_btn01::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  border: 2px solid #0e6198;
  border-radius: inherit;
}
.c_btn01.has_arrow {
  justify-content: space-between;
  gap: 5px;
}
.c_btn01.has_arrow::after {
  aspect-ratio: 22/18;
  content: "";
  -webkit-mask: url(../images/common/icon_arrow_01.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_01.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 10px;
}
.c_btn01.has_download {
  justify-content: space-between;
  gap: 5px;
}
.c_btn01.has_download::after {
  content: "";
  -webkit-mask: url(../images/common/icon_download.svg) center/contain no-repeat;
  mask: url(../images/common/icon_download.svg) center/contain no-repeat;
  aspect-ratio: 24/20;
  background-color: currentColor;
  width: 10px;
}
.c_btn01.is_pink {
  background-color: #F2778A;
}
.c_btn01.is_pink::before {
  border-color: #F2778A;
}

.c_btn02 {
  display: inline-block;
  min-width: 160px;
  background-color: #F2778A;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3666666667;
  z-index: 0;
  position: relative;
}
.c_btn02::before {
  content: "";
  position: absolute;
  z-index: -1;
  border: 2px solid #F2778A;
  inset: 0;
  border-radius: inherit;
}

.c_btn03 {
  border-radius: 10px;
  border: 2px solid #0E6198;
  background-color: #fff;
  color: #0E6198;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  padding-inline: 10px;
  position: relative;
  z-index: 0;
  min-width: 158px;
  min-height: 35px;
}
.c_btn03.has_shape::after {
  aspect-ratio: 19/16;
  content: "";
  -webkit-mask: url(../images/common/icon_triangle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_triangle.svg) center/contain no-repeat;
  background-color: currentColor;
  position: absolute;
  width: 12px;
  right: 10px;
}

/*!
component > Table
------------------------------
*/
.c_tbl {
  border-left: 2px solid #0E6198;
  border-right: 2px solid #0E6198;
}
.c_tbl__head {
  background-color: #0E6198;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  padding: 10px 15px;
}
.c_tbl__ttl {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: #0E6198;
  padding: 10px 15px;
  border-bottom: 2px solid #0E6198;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.c_tbl__content {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6470588235;
  padding: 10px 15px;
  flex-direction: column;
  justify-content: center;
}
.c_tbl__item {
  border-top: 2px solid #0E6198;
}
.c_tbl__item:last-child {
  border-bottom: 2px solid #0E6198;
}

.c_popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  padding-block: 40px;
  padding-inline: 20px;
}
.c_popup.is_open {
  opacity: 1;
  visibility: visible;
}
.c_popup_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.c_popup_item {
  position: relative;
  display: none;
}
.c_popup_close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #0e6198;
  border-radius: 100%;
  cursor: pointer;
}
.c_popup_close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/common/icon_close.svg") no-repeat;
  background-size: contain;
}

.u_txt_center {
  text-align: center;
}

.u_txt_left {
  text-align: left;
}

.u_txt_black {
  color: #000;
}

.u_txt_blue {
  color: #0e6198;
}

.u_txt_cyan {
  color: #00CAE5;
}

.u_txt_white {
  color: #fff;
}

.u_font_serif {
  font-family: "Noto Serif JP", serif;
}

.u_fw_400 {
  font-weight: 400;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_600 {
  font-weight: 600;
}

.u_fw_700 {
  font-weight: 700;
}

.u_inline_block {
  display: inline-block;
}

.u_hide {
  display: none;
}

.c_wave {
  position: relative;
  padding-bottom: 20px;
}
.c_wave::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: url("../../assets/images/common/img_line_wave_full.png");
  background-size: cover;
  bottom: 0;
  height: 4px;
}

.c_news__cate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5d97c;
  letter-spacing: -0.05em;
  height: 30px;
  text-transform: uppercase;
  padding-inline: 12px 16px;
}
.c_news__cate.is_topics {
  background-color: #eb9aa3;
}
.c_news__cate.is_event {
  background-color: #A5D185;
}

.c_pulldown_ttl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c_pulldown_ttl:hover .icon, .c_pulldown_ttl.is_open .icon {
  background-color: #fff;
}
.c_pulldown_ttl:hover .icon svg line, .c_pulldown_ttl.is_open .icon svg line {
  stroke: #0e6198;
}
.c_pulldown_ttl:hover .ttl::after, .c_pulldown_ttl.is_open .ttl::after {
  opacity: 1;
}
.c_pulldown_ttl .icon {
  width: 40px;
  height: 40px;
  background-color: #0e6198;
  border: 3px solid #0e6198;
  border-radius: 100%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.5s;
}
.c_pulldown_ttl .icon svg {
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  width: 20px;
  transition: all 0.5s;
}
.c_pulldown_ttl .icon svg line {
  stroke: #fff;
}
.c_pulldown_ttl .ttl {
  color: #0e6198;
  font-weight: 900;
  position: relative;
}
.c_pulldown_ttl .ttl::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #0e6198;
  border-radius: 3px;
  left: -1px;
  top: calc(100% - 1px);
  opacity: 0;
  transition: all 0.5s;
}

.c_shimanamijapan {
  margin-top: 56px;
}
.c_shimanamijapan__lead {
  line-height: 1.4666666667;
  margin-block: 14px;
}
.c_shimanamijapan__gallery {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.c_shimanamijapan__gallery .splide__slide {
  width: 100%;
}
.c_shimanamijapan__gallery .gallery_link {
  display: block;
}
.c_shimanamijapan__gallery .gallery_img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

.c_panigation .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
.c_panigation .wp-pagenavi > * {
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.c_panigation .wp-pagenavi .current {
  opacity: 1;
  color: #801e34;
}
.c_panigation .wp-pagenavi .previouspostslink,
.c_panigation .wp-pagenavi .nextpostslink {
  font-size: 0 !important;
  aspect-ratio: 1;
  border-radius: 10px;
  transition: 0.5s;
  transition-property: background-color, color;
  opacity: 1;
  color: #801e34;
}
.c_panigation .wp-pagenavi .previouspostslink::after,
.c_panigation .wp-pagenavi .nextpostslink::after {
  content: "";
  aspect-ratio: 10/20;
  flex-shrink: 0;
  -webkit-mask: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 8px;
}
.c_panigation .wp-pagenavi .previouspostslink {
  transform: scaleX(-1);
  margin-right: 10px;
}
.c_panigation .wp-pagenavi .nextpostslink {
  margin-left: 10px;
}

.p_404_box {
  margin-inline: auto;
  background-color: rgba(219, 216, 206, 0.27);
  margin-top: 50px;
  padding-block: 40px;
  padding-inline: 20px;
  width: calc(100% - 20px);
}
.p_404_ttl {
  color: #801e34;
  letter-spacing: 0.05em;
  margin-inline: auto;
  display: table;
  font-weight: 700;
}
.p_404_desc {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}
.p_404_btn {
  text-align: center;
  margin-top: 50px;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading img {
  width: 90px;
}

.c_accordion__item + .c_accordion__item {
  margin-top: 22px;
}
.c_accordion__ttl {
  width: 100%;
  background-color: #0e6198;
  border: 2px solid #0e6198;
  color: #fff;
  border-radius: 30px;
  line-height: 1.4;
  font-weight: 900;
  position: relative;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.c_accordion__ttl:hover::before, .c_accordion__ttl:hover::after {
  background-color: #0e6198;
}
.c_accordion__ttl .question {
  position: relative;
  display: flex;
}
.c_accordion__ttl .question::before {
  content: "Q.";
}
.c_accordion__ttl::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: all 0.5s;
}
.c_accordion__ttl::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: all 0.5s;
}
.c_accordion__ttl.is_open::before {
  opacity: 0;
}
.c_accordion__content {
  display: none;
  padding-bottom: 20px;
}
.c_accordion__content a {
  color: #f2778a;
}
.c_accordion__content a.is_underline {
  text-decoration: underline;
  word-break: break-all;
}
.c_accordion__content .is_link {
  word-break: break-all;
}
.c_accordion__content .txt_pink {
  color: #f2778a;
}
.c_accordion__content .ask_list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.c_accordion__desc {
  padding: 22px 20px;
  width: 100%;
  max-width: 933px;
  margin: 9px auto 0;
  background-color: rgba(14, 97, 152, 0.26);
  line-height: 1.4;
  font-weight: 500;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .c_bicycle_mv__desc.is_txt_sm {
    font-size: 0.9375rem;
  }
  .c_shimanamijapan__ttl {
    font-size: 0.9375rem;
  }
  .c_shimanamijapan__gallery .splide__track {
    width: 100% !important;
    padding-inline: 20px;
  }
  .c_shimanamijapan__gallery .splide__list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 13px 31px;
  }
}
@media screen and (min-width: 768px) {
  .p_404_desc {
    font-size: 0.9375rem;
  }
  .c_panigation .wp-pagenavi > *, body {
    font-size: 1rem;
  }
  .c_tbl__content, .c_txt17 {
    font-size: 1.0625rem;
  }
  .c_accordion__content .ask_list, .c_txt18 {
    font-size: 1.125rem;
  }
  .c_accordion__desc, .c_shimanamijapan__lead, .c_btn03, .c_breadcrumb__item {
    font-size: 1.25rem;
  }
  .c_txt21 {
    font-size: 1.3125rem;
  }
  .c_btn, .c_txt22 {
    font-size: 1.375rem;
  }
  .p_404_ttl, .c_tbl__ttl {
    font-size: 1.5rem;
  }
  .c_accordion__ttl {
    font-size: 1.5625rem;
  }
  .c_pulldown_ttl .ttl, .c_tbl__head, .c_btn02, .c_ttl01.fz30, .c_ttl30 {
    font-size: 1.875rem;
  }
  .c_ttl33 {
    font-size: 2.0625rem;
  }
  .c_ttl01, .c_ttl35 {
    font-size: 2.1875rem;
  }
  .c_ttl02 {
    font-size: 2.5rem;
  }
  .c_ttl02 .c_ttl50, .c_ttl50 {
    font-size: 3.125rem;
  }
  body {
    line-height: 1.4;
  }
  #wrapper {
    padding-top: 97px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.12);
  }
  .l_container {
    max-width: 1280px;
    padding-inline: 40px;
  }
  .c_header_inner {
    background-color: #0e6198;
    padding-block: 0;
    padding-inline: clamp(1.25rem, 3.25vw + -1.1875rem, 2.0625rem) 0;
  }
  .c_header_logo {
    flex-shrink: 0;
    display: block;
    width: clamp(10.625rem, 6.75vw + 5.5625rem, 12.3125rem);
  }
  .c_header_nav {
    visibility: visible;
    opacity: 1;
    width: 400px;
    padding-top: 110px;
    transform: translateX(100%);
  }
  .c_header_nav.is_open {
    transform: translateX(0);
  }
  .c_header_spot {
    flex-shrink: 0;
    padding-top: 14px;
  }
  .c_header_spot__content {
    gap: clamp(0.625rem, 2.75vw + -1.4375rem, 1.3125rem);
  }
  .c_header_spot__img {
    top: 0;
  }
  .c_header_entry {
    margin: 0;
  }
  .c_header_entry .c_header_spot {
    display: block;
    padding-block: 7px;
  }
  .c_header_hamburger {
    background-color: unset;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
  }
  .c_header_hamburger > * {
    width: 32px;
  }
  .c_header_hamburger > *:nth-child(1) {
    translate: 0 -17px;
  }
  .c_header_hamburger > *:nth-child(3) {
    translate: 0 5px;
  }
  .c_header_hamburger.is_open {
    color: #0e6198;
  }
  .c_header_hamburger::after {
    bottom: 7px;
    transform: none;
    font-size: 0.625rem;
  }
  .c_header_more {
    display: none;
  }
  .c_footer {
    margin-top: 115px;
    padding-block: 36px 35px;
  }
  .c_footer_inner {
    padding-inline: 40px;
    max-width: 1348px;
  }
  .c_footer_logo {
    width: 169px;
  }
  .c_footer_nav {
    flex-direction: row;
    gap: 20px 40px;
    justify-content: space-between;
    margin-top: 17px;
  }
  .c_footer_menu {
    flex-direction: row;
    gap: 35px;
    padding-top: 4px;
  }
  .c_footer_sns {
    flex-direction: row;
    gap: clamp(2.5rem, 7.3863636364vw + -2.2272727273rem, 3.3125rem);
    width: auto;
    margin-right: clamp(-3.5rem, -28vw + 24.5rem, 0rem);
  }
  .c_footer_sns__txt {
    font-size: 1rem;
  }
  .c_footer_sns__block {
    min-width: 0;
    gap: 23px;
  }
  .c_footer_sns__list {
    gap: 7px;
  }
  .c_footer_copyright {
    font-size: 1rem;
    margin-top: 49px;
  }
  .c_entry {
    right: clamp(1.25rem, 8.5vw + -5.125rem, 3.375rem);
    bottom: clamp(1.25rem, 5.3846153846vh + -0.7692307692rem, 2.5625rem);
  }
  .c_entry_stay, .c_entry_experience, .c_entry_bicycle {
    display: flex;
  }
  .c_totop {
    width: 4.8125em;
    font-size: clamp(0.8125rem, 0.7692307692vh + 0.5240384615rem, 1rem);
  }
  .c_totop::after {
    width: 2.8125em;
  }
  .c_breadcrumb {
    padding: 34px clamp(1.25rem, 6.0096153846vw + -1.6346153846rem, 4.375rem) 0;
  }
  .c_breadcrumb__item {
    padding-right: 30px;
    margin-right: 11px;
  }
  .c_breadcrumb__item::after {
    right: auto;
    left: calc(100% - 15px);
    width: 8px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .c_ttl__wave02 {
    padding-bottom: 13px;
  }
  .c_ttl30.has_bg_blue {
    padding-block: 14px;
    padding-inline: 20px;
  }
  .c_ttl02 {
    font-size: clamp(2rem, 0.9615384615vw + 1.5384615385rem, 2.5rem);
  }
  .c_ttl02 span {
    padding-bottom: 19px;
  }
  .c_ttl02 span::before {
    height: 14px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .c_bicycle_mv {
    padding-inline: 40px;
    max-width: 1290px;
  }
  .c_bicycle_mv .splide__arrows {
    display: flex;
    padding-right: 36px;
    gap: 40px;
    margin-bottom: 41px;
  }
  .c_bicycle_mv .splide__arrow {
    width: 69px;
    padding-left: 5px;
  }
  .c_bicycle_mv .splide__arrow::after {
    width: 21px;
  }
  .c_bicycle_mv__item {
    width: 480px;
    border-radius: 0 0 22px 22px;
  }
  .c_bicycle_mv__item + .c_bicycle_mv__item {
    margin-top: 0;
  }
  .c_bicycle_mv__item.is_current .c_bicycle_mv__img img {
    transform: scale(1.2);
  }
  .c_bicycle_mv__img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 480/417;
    border-radius: 22px 22px 0 0;
    transform: translateY(29px);
  }
  .c_bicycle_mv__img img {
    aspect-ratio: 480/391;
    border-radius: 22px;
  }
  .c_bicycle_mv__img.has_logo img {
    transform-origin: 30% 65%;
  }
  .c_bicycle_mv__desc {
    font-weight: 700;
    display: block;
    font-size: 1.5625rem;
    background-color: transparent;
    transform: translateY(14px);
    padding-block: 21px;
  }
  .c_btn {
    padding: 16px 65px 17px 37px;
    border-radius: 7px;
    border-width: 3px;
  }
  .c_btn__icon {
    right: 37px;
    width: 14px;
    top: calc(50% - 1px);
  }
  .c_btn01 {
    padding-block: 8px;
    border-radius: 14px;
    min-width: 272px;
    padding-inline: 25px;
    min-height: 61px;
    font-size: 1.5625rem;
  }
  .c_btn01::before {
    border-width: 3px;
  }
  .c_btn01.has_arrow {
    gap: 10px;
  }
  .c_btn01.has_arrow::after {
    width: 22px;
  }
  .c_btn01.has_download {
    gap: 10px;
  }
  .c_btn01.has_download::after {
    width: 24px;
  }
  .c_btn02 {
    padding: 20px 20px;
    border-radius: 14px;
    min-width: 206px;
  }
  .c_btn02::before {
    border-width: 3px;
  }
  .c_btn03 {
    border-radius: 14px;
    min-height: 61px;
    min-width: 183px;
  }
  .c_btn03.has_shape {
    padding-right: 24px;
  }
  .c_btn03.has_shape::after {
    width: 19px;
    right: 15px;
  }
  .c_tbl {
    border-left: 3px solid #0E6198;
    border-right: 3px solid #0E6198;
  }
  .c_tbl__head {
    padding: 8px 20px 11px 29px;
  }
  .c_tbl__ttl {
    border-bottom: none;
    padding: 10px 12px 10px 10px;
    border-right: 3px solid #0E6198;
    flex-shrink: 0;
    width: 225px;
  }
  .c_tbl__content {
    padding: 26px 20px 27px 38px;
    width: calc(100% - 225px);
  }
  .c_tbl__item {
    border-top: 3px solid #0E6198;
    display: flex;
  }
  .c_tbl__item:last-child {
    border-bottom: 3px solid #0E6198;
  }
  .c_popup {
    transition: 0.5s;
    transition-property: opacity, visibility;
    padding-inline: 40px;
  }
  .c_popup_close {
    right: -30px;
    top: -30px;
    width: 65px;
    height: 65px;
  }
  .c_wave::after {
    height: 5px;
  }
  .c_news__cate {
    padding-inline: 12px;
    min-width: 67px;
  }
  .c_pulldown_ttl {
    gap: 23px;
    cursor: pointer;
  }
  .c_pulldown_ttl .icon {
    width: 52px;
    height: 52px;
    left: -6px;
  }
  .c_pulldown_ttl .icon svg {
    width: 26px;
  }
  .c_shimanamijapan {
    margin-top: 151px;
  }
  .c_shimanamijapan__lead {
    line-height: 1.9;
    text-align: center;
    margin-block: 38px 44px;
  }
  .c_shimanamijapan__gallery {
    margin-top: 43px;
  }
  .c_shimanamijapan__gallery .splide__slide {
    width: 187px;
  }
  .c_panigation .wp-pagenavi {
    margin-block: 100px 53px;
    gap: 24px;
  }
  .c_panigation .wp-pagenavi .previouspostslink,
  .c_panigation .wp-pagenavi .nextpostslink {
    width: 50px;
  }
  .c_panigation .wp-pagenavi .previouspostslink::after,
  .c_panigation .wp-pagenavi .nextpostslink::after {
    width: 11px;
  }
  .c_panigation .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
  .c_panigation .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
  .p_404_box {
    max-width: 1000px;
    padding-block: 100px 95px;
    margin-top: 98px;
  }
  .p_404_desc {
    text-align: center;
    margin-top: 26px;
  }
  .p_404_btn {
    margin-top: 100px;
  }
  .c_accordion__ttl {
    padding: 16px clamp(5rem, 3.2451923077vw + 3.4423076923rem, 6.6875rem) 16px 40px;
  }
  .c_accordion__ttl:hover {
    background-color: #fff;
    color: #0e6198;
  }
  .c_accordion__ttl::before {
    width: 5px;
    height: 33px;
    right: 42px;
    top: 19px;
    transform: translateY(0);
  }
  .c_accordion__ttl::after {
    width: 33px;
    height: 5px;
    right: 28px;
    top: 33px;
    transform: translateY(0);
  }
  .c_accordion__desc {
    padding: 22px 36px 28px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper {
    padding-top: 110px;
  }
  .c_header::after {
    content: "";
  }
  .c_header_nav {
    background-color: transparent;
    transform: none;
    height: auto;
    position: static;
    padding-block: 0;
    width: 100%;
    overflow-y: visible;
  }
  .c_header_nav__inner {
    padding-inline: 0;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .c_header_lang {
    order: unset;
    margin-top: 0;
    margin-right: clamp(0.9375rem, 3.5vw + -1.6875rem, 1.8125rem);
  }
  .c_header_lang__link {
    font-size: clamp(0.875rem, 0.75vw + 0.3125rem, 1.0625rem);
    letter-spacing: 0;
    color: #0e6198;
    border-radius: 20px;
    background-color: #fff;
    width: clamp(5.625rem, 12vw + -3.375rem, 8.625rem);
    height: 34px;
  }
  .c_header_menu {
    order: unset;
    border: none;
    color: #fff;
    margin-top: 0;
    display: flex;
    gap: clamp(0.9375rem, 1.5vw + -0.1875rem, 1.3125rem);
    align-items: center;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
    margin-right: clamp(0.9375rem, 2.5vw + -0.9375rem, 1.5625rem);
  }
  .c_header_menu__item:not(:last-child) {
    margin-bottom: 0;
  }
  .c_header_menu__item.has_sublist .item_link::after {
    content: none;
  }
  .c_header_menu__item.has_sublist .item_link__txt {
    position: relative;
  }
  .c_header_menu__item.has_sublist .item_link__txt::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
  }
  .c_header_menu__item .item_link__wave {
    display: block;
  }
  .c_header_menu__item .item_link {
    padding-bottom: 0;
    letter-spacing: -0.02em;
    font-size: clamp(0.875rem, 0.75vw + 0.3125rem, 1.0625rem);
  }
  .c_header_menu__item .item_link::before {
    content: none;
  }
  .c_header_menu__item .list_sub {
    position: absolute;
    background-color: #fff;
    border-radius: 9px;
    padding: 16px;
    min-width: 155px;
    left: 50%;
    transform: translateX(-50%);
    top: 67px;
  }
  .c_header_menu__item .item_sub:not(:last-child) {
    margin-bottom: 3px;
  }
  .c_header_menu__item .item_sublink {
    opacity: 1;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.75;
    font-weight: 700;
    color: #454545;
    border: none;
    border-radius: 7px;
    padding: 2px 5px;
    transition: 0.5s;
    transition-property: color, background-color;
  }
  .c_header_menu__item .item_sublink:hover {
    color: #0795be;
    background-color: rgba(90, 90, 90, 0.15);
  }
  .c_header_spot {
    width: clamp(16.25rem, 17.25vw + 3.3125rem, 20.5625rem);
    order: unset;
    border-radius: 0;
    padding-bottom: 11px;
    flex-shrink: 0;
    min-height: 110px;
  }
  .c_header_spot__lead {
    font-size: clamp(1rem, 0.25vw + 0.8125rem, 1.0625rem);
  }
  .c_header_spot__more .btn {
    height: 2.5384615385em;
    width: 7.3076923077em;
    font-size: clamp(0.75rem, 0.25vw + 0.5625rem, 0.8125rem);
  }
  .c_header_spot__more .btn.is_catalog::after {
    width: 2.1538461538em;
  }
  .c_header_spot__more .btn.is_download::after {
    width: 1.8461538462em;
  }
  .c_header_entry {
    display: none;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .h_wave {
    opacity: 1;
  }
  .h_wave:hover .h_wave__line {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .c_header_lang__link {
    transition: 0.5s;
    transition-property: background-color, color;
    opacity: 1;
  }
  .c_header_lang__link:hover {
    color: #fff;
    background-color: #00c4fb;
  }
  .c_header_spot__more .btn::after {
    transition: opacity 0.5s ease;
  }
  .c_header_spot__more .btn:hover::after {
    opacity: 1;
  }
  .c_header_spot__more .btn:hover .btn_txt {
    opacity: 0;
  }
  .c_entry_stay, .c_entry_experience {
    opacity: 1;
  }
  .c_entry_stay:hover, .c_entry_experience:hover {
    color: #fff;
    --color01: #F8F8F8;
    --color02: #00C4FB;
    --color03: #00C4FB;
  }
  .c_entry_bicycle {
    transition: 0.5s;
    transition-property: background-color;
    opacity: 1;
  }
  .c_entry_bicycle:hover {
    background-color: #FD9AAA;
  }
  .c_totop {
    opacity: 1;
  }
  .c_totop:hover .c_totop__txt {
    opacity: 0;
  }
  .c_totop:hover::after {
    opacity: 1;
  }
  .c_btn {
    transition: 0.5s;
    transition-property: background-color, color;
    opacity: 1;
  }
  .c_btn:hover {
    background-color: #0E6198;
    color: #fff;
  }
  .c_btn01 {
    transition: 0.5s;
    transition-property: background-color, color;
    opacity: 1;
  }
  .c_btn01:hover {
    color: #0e6198;
    background-color: #fff;
  }
  .c_btn01.is_pink:hover {
    background-color: #fff;
    color: #F2778A;
  }
  .c_btn02 {
    transition: 0.5s;
    transition-property: background-color, color;
    opacity: 1;
  }
  .c_btn02:hover {
    background-color: #fff;
    color: #F2778A;
  }
  .c_btn03 {
    transition: 0.5s;
    transition-property: background-color, color;
  }
  .c_btn03:hover {
    background-color: #0e6198;
    color: #fff;
  }
  .c_popup_close {
    transition: 0.5s;
    transition-property: background-color;
  }
  .c_popup_close:hover {
    background-color: #006db8;
  }
  .c_panigation .wp-pagenavi > * {
    transition: color 0.5s ease;
  }
  .c_panigation .wp-pagenavi > *:hover {
    color: #801e34;
  }
  .c_panigation .wp-pagenavi .previouspostslink:hover,
  .c_panigation .wp-pagenavi .nextpostslink:hover {
    background-color: #801e34;
    color: #fff;
  }
  .c_accordion__content a.is_underline {
    transition: 0.5s;
  }
  .c_accordion__content a.is_underline:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=maps/common.css.map */
