@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #FDF6DD;
  color: #444;
  font-family: "Klee One", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    color: #4CABB1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.reading {
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  padding: 10px 80px 10px 20px;
}
@media all and (max-width: 896px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.header-menu > li.current {
  color: #4CABB1;
}
.header-hamburger {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  background: #4CABB1;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: relative;
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 9px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 100px 30px 80px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header-nav__list > li {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
}
.header-nav__icon {
  flex-shrink: 0;
  display: block;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-nav__icon {
    height: 14px;
    margin-right: 7px;
  }
}
.header-nav__icon::before, .header-nav__icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #444;
  position: absolute;
}
@media all and (max-width: 896px) {
  .header-nav__icon::before, .header-nav__icon::after {
    height: 9px;
  }
}
.header-nav__icon::before {
  top: 0;
  rotate: -45deg;
}
.header-nav__icon::after {
  bottom: 0;
  rotate: 45deg;
}
.header-acc__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-acc__trigger.active .header-acc__icon {
  rotate: 180deg;
}
.header-acc__ttl {
  flex-grow: 1;
}
.header-acc__icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  margin-bottom: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-acc__icon {
    width: 14px;
    margin-bottom: 7px;
  }
}
.header-acc__icon::before, .header-acc__icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #444;
  position: absolute;
}
@media all and (max-width: 896px) {
  .header-acc__icon::before, .header-acc__icon::after {
    width: 9px;
  }
}
.header-acc__icon::before {
  left: 0;
  rotate: 45deg;
}
.header-acc__icon::after {
  right: 0;
  rotate: -45deg;
}
.header-acc__list {
  padding: 4px 0 10px;
}
.header-acc__contents {
  overflow: hidden;
  height: 0;
}
.header-acc__contents.open {
  overflow: visible;
  height: auto;
  -webkit-animation: navOpen 0.3s ease-out;
          animation: navOpen 0.3s ease-out;
}
@-webkit-keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 30px 0;
  background: #ccc;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
.footer-tel {
  text-align: center;
}
.footer-copyright {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .footer-copyright {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
}

.width_basic {
  max-width: 1260px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.width_narrow {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.newline {
  display: inline-block;
}

/* pagetop */
/* ============================================ */
.pagetop_arrow {
  position: fixed;
  right: 2.6vw;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
.pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  width: 54px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .pagetop_arrow a {
    width: 36px;
  }
}
.pagetop_arrow a img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  .pagetop_arrow {
    right: 20px;
  }
}

.fade_in .pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 80px;
}
@media all and (max-width: 896px) {
  .fade_in .pagetop_arrow {
    bottom: 20px;
  }
}

/* drawer menu */
/* ============================================ */
.drawer_menu {
  /* ボタンをクリックしたときにバツに変える */
}
.drawer_menu .btn_drawer {
  position: fixed;
  top: 20px;
  right: 3vw;
  height: 64px;
  width: 64px;
  z-index: 9000;
  border-radius: 50px;
  background-color: #4CABB1;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media all and (max-width: 1025px) {
  .drawer_menu .btn_drawer {
    width: 50px;
    height: 50px;
    right: 15px;
    top: 15px;
  }
}
.drawer_menu .button {
  position: relative;
  height: 12px;
  width: 16px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.drawer_menu .button-bar {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
}
.drawer_menu .button-bar::before,
.drawer_menu .button-bar::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  transition: 0.3s ease;
}
.drawer_menu .button-bar::before {
  top: 0;
}
.drawer_menu .button-bar::after {
  bottom: 0;
}
.drawer_menu .button.is-active .button-bar {
  height: 0;
}
.drawer_menu .button.is-active .button-bar::before {
  opacity: 1;
  top: 50%;
  transform: rotate(45deg) translateY(-50%) translateX(-1px);
  transition: 0.3s ease;
}
.drawer_menu .button.is-active .button-bar::after {
  opacity: 1;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%) translateX(1px);
  transition: 0.3s ease;
}
.drawer_menu .menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  transition: 0.3s ease;
}
.drawer_menu .menu .drawer_menu__area {
  position: absolute;
  top: 0px;
  right: -70vw;
  background-color: #FFF;
  width: auto;
  height: 100%;
  padding: 20px 3vw 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: auto;
  display: inline-block;
  transition: 0.3s ease;
}
@media all and (max-width: 480px) {
  .drawer_menu .menu .drawer_menu__area {
    width: 100vw;
  }
}
.drawer_menu .menu.is-active {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: 100vh;
  transition: 0.5s ease;
  z-index: 8900;
}
.drawer_menu .menu.is-active .drawer_menu__area {
  right: 0px;
}
.drawer_menu .overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.drawer_menu .list {
  position: relative;
  display: flex;
  z-index: 8100;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
  gap: 24px;
  font-size: 20px;
  flex-direction: column;
  list-style-type: none;
}

.d_inner {
  display: inline-block;
  padding: 80px 0 0;
}
@media all and (max-width: 896px) {
  .d_inner {
    padding: 60px 0 0;
  }
}
@media all and (max-width: 480px) {
  .d_inner {
    padding: 0px 0 0;
  }
}

.drawer_menu__block {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 2vw;
}
@media all and (max-width: 480px) {
  .drawer_menu__block {
    grid-template-columns: 1fr;
  }
}

.drawer_menu__block--list {
  border-left: #666 dotted 1px;
  padding-left: 2vw;
}
@media all and (max-width: 480px) {
  .drawer_menu__block--list {
    border-left: none;
    padding-left: 0vw;
  }
}

.d_list_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6vw;
}
@media all and (max-width: 480px) {
  .d_list_box {
    gap: 16px;
  }
}

.d_list {
  padding: 24px 0 0;
}
.d_list .d_item {
  padding: 5px 0;
  font-size: 1.8rem;
  line-height: 1em;
}
.d_list .d_item a {
  display: block;
  padding: 7px 10px 9px 16px;
  text-align: left;
  position: relative;
}
.d_list .d_item a::before {
  content: "●";
  font-size: 0.7em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  color: #4CABB1;
}
.d_list .d_item a:hover::before {
  color: #FF607D;
}

.d_list_sub {
  padding: 24px 0 0;
}
.d_list_sub .d_item {
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1em;
}
.d_list_sub .d_item a {
  display: block;
  padding: 5px 5px 7px 5px;
  border-bottom: #666 dotted 1px;
  text-align: left;
}
.d_list_sub .d_item a:hover {
  border-bottom: #4CABB1 dotted 1px;
}

.box__contact_d {
  padding: 24px 0 0;
  text-align: center;
}

.box__contact--address_d {
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 16px 0 0;
}

/* header */
/* ============================================ */
.area__header {
  padding: 20px 3vw;
  display: grid;
  grid-template-columns: 70px 1fr;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8400;
}
@media all and (max-width: 1025px) {
  .area__header {
    padding: 10px 15px;
  }
}
.area__header--logo {
  width: 70px;
}
@media all and (max-width: 1025px) {
  .area__header--logo {
    width: 50px;
  }
}
.area__header--logo img {
  width: 100%;
  height: auto;
}
.area__header--nav {
  margin: 5px 0 0 auto;
}
@media all and (max-width: 1025px) {
  .area__header--nav {
    display: none;
  }
}
.area__header--nav .inner {
  display: flex;
  align-items: center;
  padding: 0 94px 0 0;
}
@media all and (max-width: 1060px) {
  .area__header--nav .inner {
    padding: 0 84px 0 0;
  }
}

.menu__header {
  padding: 0 2vw 0 0;
}
.menu__header--list {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 2vw;
}
@media all and (max-width: 1060px) {
  .menu__header--list {
    gap: 16px;
  }
}
.menu__header--item {
  line-height: 1em;
  position: relative;
}

.header_menu {
  display: block;
  position: relative;
  padding: 0 24px 0 0;
}
.header_menu::after {
  content: url(../images/common/arrow.svg);
  position: absolute;
  top: 10%;
  right: 0px;
}
.header_menu:hover::after {
  content: url(../images/common/arrow_bl.svg);
}

.header_menu_sub {
  display: block;
  position: relative;
  padding: 0 24px 0 0;
}
.header_menu_sub::after {
  content: url(../images/common/arrow.svg);
  position: absolute;
  top: 10%;
  right: 0px;
  transform: rotate(132deg) scale(70%) translateY(2px);
}
.header_menu_sub:hover::after {
  content: url(../images/common/arrow_bl.svg);
}
.header_menu_sub:hover + .sub_list {
  height: auto;
  padding: 8px 12px;
}

.sub_list {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 20px;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.8);
  width: 180px;
  height: 0px;
  padding: 0px 12px;
  box-sizing: border-box;
  z-index: 9200;
}
.sub_list:hover {
  height: auto;
  padding: 8px 12px;
}
.sub_list .sub_item {
  padding: 4px 0;
}
.sub_list .header_menu::after {
  transform: scale(80%);
}

.lower__header {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/1;
}
@media all and (max-width: 896px) {
  .lower__header {
    aspect-ratio: 5/2;
  }
}
@media all and (max-width: 480px) {
  .lower__header {
    aspect-ratio: 11/7;
  }
}
.lower__header img {
  width: 100%;
  height: auto;
}
.lower__header--ttls {
  position: absolute;
  z-index: 8200;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  text-align: center;
}
@media all and (max-width: 896px) {
  .lower__header--ttls {
    top: 45%;
    transform: translate(-50%, -45%);
  }
}
.lower__header--ttls .txt_h1_jp {
  font-size: clamp(1.6rem, 1.2vw, 2.1rem);
}
.lower__header--ttls .txt_h1 {
  font-size: clamp(2.4rem, 2vw, 4rem);
}
.lower__header--ttls .txt_p {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 10px 0 0;
}
.lower__header--ttls .img_ttl {
  padding: 1.5vh 0 0;
  box-sizing: border-box;
  height: 100px;
  transition: height 300ms ease;
}
.lower__header--ttls .img_ttl img {
  height: 100%;
  width: auto;
}

.area__header_bg--cloud {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
.area__header_bg--hill_l {
  width: 38.5vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media all and (max-width: 480px) {
  .area__header_bg--hill_l {
    width: 75vw;
    left: -35px;
  }
}
.area__header_bg--hill_r {
  width: 36.5vw;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media all and (max-width: 480px) {
  .area__header_bg--hill_r {
    width: 80vw;
    right: -170px;
  }
}

.breadclumb {
  position: absolute;
  left: calc(3vw + 90px);
  top: 110px;
  z-index: 8800;
}
@media all and (max-width: 1025px) {
  .breadclumb {
    display: none;
  }
}
.breadclumb .clumb_list {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.breadclumb .clumb_list a::after {
  content: "＞";
  padding: 0 5px;
}
.breadclumb .clumb_list a:hover::after {
  color: #444;
}

/* footer */
/* ============================================ */
.area__reserve {
  background-color: #4CABB1;
  color: #FFF;
}
.area__reserve--ttl {
  overflow: hidden;
  border-bottom: #82BABF solid 1px;
  padding: 0 0 3vw;
}
.area__reserve--ttl img {
  width: 100%;
  height: auto;
}
.area__reserve--btn {
  padding: 6vw 20px 9vw;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area__reserve--btn {
    padding: 20px 20px 40px;
  }
}
.area__reserve--btn .block__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.area__reserve--btn .block__column .btn__reserve, .area__reserve--btn .block__column .btn__tel {
  min-width: 330px;
  width: 36vw;
  height: 160px;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area__reserve--btn .block__column .btn__reserve, .area__reserve--btn .block__column .btn__tel {
    width: 70vw;
    height: 100px;
    padding: 5px 0;
  }
}
.area__reserve--btn .block__column .btn__reserve .reserve_a, .area__reserve--btn .block__column .btn__reserve .tel_a, .area__reserve--btn .block__column .btn__tel .reserve_a, .area__reserve--btn .block__column .btn__tel .tel_a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border: #FFF solid 1px;
  border-radius: 100px;
}
.area__reserve--btn .block__column .btn__reserve .reserve_a, .area__reserve--btn .block__column .btn__tel .reserve_a {
  background-color: #FFF;
  color: #4CABB1;
}
.area__reserve--btn .block__column .btn__reserve .reserve_a:hover, .area__reserve--btn .block__column .btn__tel .reserve_a:hover {
  background-color: #4CABB1;
  color: #FFF;
}
.area__reserve--btn .block__column .btn__reserve .reserve_a:hover .inner .allow_reserve, .area__reserve--btn .block__column .btn__tel .reserve_a:hover .inner .allow_reserve {
  background-image: url(../images/common/arrow_w.svg);
}
.area__reserve--btn .block__column .btn__reserve .reserve_a .inner, .area__reserve--btn .block__column .btn__tel .reserve_a .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.area__reserve--btn .block__column .btn__reserve .reserve_a .inner .txt_reserve, .area__reserve--btn .block__column .btn__tel .reserve_a .inner .txt_reserve {
  font-size: clamp(1.6rem, 1.5vw, 2.6rem);
  line-height: 1.4em;
  padding-right: 5px;
}
.area__reserve--btn .block__column .btn__reserve .reserve_a .inner .allow_reserve, .area__reserve--btn .block__column .btn__tel .reserve_a .inner .allow_reserve {
  width: 2vw;
  max-width: 24px;
  min-width: 16px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bl.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.area__reserve--btn .block__column .btn__reserve .tel_a:hover, .area__reserve--btn .block__column .btn__tel .tel_a:hover {
  background-color: #FFF;
}
.area__reserve--btn .block__column .btn__reserve .telnumber, .area__reserve--btn .block__column .btn__tel .telnumber {
  font-size: clamp(2.4rem, 2.2vw, 3.6rem);
  line-height: 1.4em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.area__reserve--btn .block__kakunin {
  padding: 3vw 0 0;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .area__reserve--btn .block__kakunin {
    padding: 20px 0 0;
  }
}
.area__reserve--btn .block__kakunin a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #FFF dotted 1px;
  padding: 0 0 5px;
}
.area__reserve--btn .block__kakunin a:hover {
  color: #FFF;
  border-bottom: #FF607D dotted 1px;
}
.area__reserve--btn .block__kakunin a .txt_kakunin {
  padding: 0 5px 0 0;
}
.area__reserve--btn .block__kakunin a .allow_kakunin {
  width: 16px;
}
.area__reserve--btn .block__kakunin a .allow_kakunin img {
  width: 100%;
  height: auto;
}

.area__footer {
  background-color: #262823;
  color: #FFF;
  padding: 3vw 0 30px;
  margin: 2vw 0 0;
}
@media all and (max-width: 896px) {
  .area__footer {
    padding: 30px 0 30px;
  }
}

.block__footer {
  display: grid;
  grid-template-columns: 267px 1fr 236px;
  gap: 5vw;
}
@media all and (max-width: 896px) {
  .block__footer {
    grid-template-columns: 1fr;
  }
}
.block__footer--menu {
  display: grid;
  grid-template-columns: 7em 1fr 1fr;
  gap: 1vw;
}
@media all and (max-width: 896px) {
  .block__footer--menu {
    display: none;
  }
}
.block__footer--menu .f_list .f_item {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 0 0 30px;
}
@media all and (max-width: 896px) {
  .block__footer--bnr .btn__reserve {
    padding: 16px 0 0;
  }
}
.block__footer--bnr .btn__reserve--btn {
  border: #FFF solid 1px;
}
.block__footer--bnr .btn__reserve--btn::after {
  content: url(../images/common/arrow_w.svg);
}
.block__footer--bnr .bnr_list {
  padding: 35px 0 5px;
  text-align: center;
}
.block__footer--bnr .bnr_list .bnr_item {
  padding: 5px 0;
}

.logo__footer {
  text-align: center;
}
@media all and (max-width: 896px) {
  .logo__footer img {
    width: 70px;
    height: auto;
  }
}

.box__contact {
  padding: 36px 0 0;
}
@media all and (max-width: 896px) {
  .box__contact {
    text-align: center;
    padding: 26px 0 0;
  }
}
.box__contact--tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.box__contact--tel .cap_tel {
  font-size: 1.8rem;
  line-height: 1em;
  display: grid;
  padding: 5px 8px 0 0;
}
.box__contact--tel .number {
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 1.6px;
}
.box__contact--address {
  line-height: 1.6em;
  padding: 20px 0 0;
}
.box__contact--access {
  padding: 20px 0 0 1em;
  position: relative;
  display: inline-block;
}
.box__contact--access::before {
  content: url(../images/common/icon_pin_w.svg);
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.box__contact--access a {
  border-bottom: #FFF dotted 1px;
  display: inline-block;
  padding: 0 0 3px;
}
.box__contact--access a:hover {
  border-bottom: #4CABB1 dotted 1px;
}

.block__sns {
  text-align: right;
  padding: 30px 0 10px;
}
@media all and (max-width: 896px) {
  .block__sns {
    text-align: center;
  }
}
.block__sns .inner {
  display: inline-block;
}
.block__sns--list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.block__copyrights {
  text-align: center;
  border-top: #666 solid 1px;
  padding: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.btn__reserve--btn {
  border: #444 solid 1px;
  display: block;
  padding: 16px 45px 16px 20px;
  position: relative;
}
.btn__reserve--btn::after {
  content: url(../images/common/arrow.svg);
  position: absolute;
  top: 38%;
  right: 20px;
}
.btn__reserve--btn:hover {
  border: #4CABB1 solid 1px;
}
.btn__reserve--btn:hover::after {
  content: url(../images/common/arrow_bl.svg);
}

.btn_link_w {
  padding: 3vw 0 0;
}
.btn_link_w a {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1.2em;
  color: #FFF;
  display: inline-block;
  padding: 0 1em 8px 0;
  border-bottom: #FFF dotted 1px;
  position: relative;
}
.btn_link_w a::after {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  right: 0px;
  width: 18px;
  height: 17px;
  background-image: url(../images/common/arrow_w.svg);
  background-size: 100% 100%;
}
.btn_link_w a:hover {
  color: #4CABB1;
  border-bottom: #4CABB1 dotted 1px;
}
.btn_link_w a:hover::after {
  background-image: url(../images/common/arrow_bl.svg);
}

.btn_link {
  padding: 3vw 0 0;
}
.btn_link a {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1.2em;
  display: inline-block;
  padding: 0 1em 8px 0;
  border-bottom: #444 dotted 1px;
  position: relative;
}
.btn_link a::after {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  right: 0px;
  width: 18px;
  height: 17px;
  background-image: url(../images/common/arrow.svg);
  background-size: 100% 100%;
}
.btn_link a:hover {
  color: #4CABB1;
  border-bottom: #4CABB1 dotted 1px;
}
.btn_link a:hover::after {
  background-image: url(../images/common/arrow_bl.svg);
}

.btn_link_anker {
  padding: 3vw 0 0;
}
.btn_link_anker a {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1.2em;
  display: inline-block;
  padding: 0 1em 8px 0;
  border-bottom: #444 dotted 1px;
  position: relative;
}
.btn_link_anker a::after {
  content: "";
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  right: 0px;
  width: 18px;
  height: 17px;
  background-image: url(../images/common/arrow.svg);
  background-size: 100% 100%;
  transform: rotate(130deg);
}
.btn_link_anker a:hover {
  color: #4CABB1;
  border-bottom: #4CABB1 dotted 1px;
}
.btn_link_anker a:hover::after {
  background-image: url(../images/common/arrow_bl.svg);
}

.btn_link_box {
  padding: 25px 0 0;
}
.btn_link_box a {
  font-size: 1.7rem;
  line-height: 1.2em;
  display: inline-block;
  border-radius: 40px;
  padding: 8px 36px 9px 16px;
  border: #444 dotted 1px;
  position: relative;
}
.btn_link_box a::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-54%);
  right: 16px;
  width: 16px;
  height: 15px;
  background-image: url(../images/common/arrow.svg);
  background-size: 100% 100%;
}
.btn_link_box a:hover {
  color: #4CABB1;
  border: #4CABB1 dotted 1px;
}
.btn_link_box a:hover::after {
  background-image: url(../images/common/arrow_bl.svg);
}

.btn_link_fat {
  padding: 25px 0 0;
}
.btn_link_fat a {
  font-size: 2rem;
  line-height: 1.2em;
  display: inline-block;
  border-radius: 40px;
  padding: 10px 46px 12px 26px;
  border: #444 dotted 1px;
  position: relative;
}
.btn_link_fat a::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-54%);
  right: 20px;
  width: 16px;
  height: 15px;
  background-image: url(../images/common/arrow.svg);
  background-size: 100% 100%;
}
.btn_link_fat a:hover {
  color: #4CABB1;
  border: #4CABB1 dotted 1px;
}
.btn_link_fat a:hover::after {
  background-image: url(../images/common/arrow_bl.svg);
}

/* elements */
/* ============================================ */
.block__cttl {
  text-align: center;
  margin: auto;
}
.block__cttl .c_ttl {
  font-size: clamp(1.8rem, 1.6vw, 3.2rem);
  line-height: 1.8em;
}
.block__cttl .block__ttl--en {
  padding: 10px 0 0;
}
.block__cttl .block__ttl--en img {
  width: 100%;
  height: auto;
}

.inner_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
@media all and (max-width: 896px) {
  .inner_btn {
    padding: 16px 0 0;
  }
}
.inner_btn div {
  padding: 10px 20px;
}
@media all and (max-width: 896px) {
  .inner_btn div {
    padding: 5px 8px;
  }
}
@media all and (max-width: 896px) {
  .inner_btn div a {
    font-size: 1.6rem;
  }
  .inner_btn div a::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0px;
    width: 14px;
    height: 13px;
    background-image: url(../images/common/arrow.svg);
    background-size: 100% 100%;
  }
}

.w_attractions {
  width: 31vw;
}
@media all and (max-width: 480px) {
  .w_attractions {
    width: 49.6vw;
  }
}

.w_room {
  width: 35vw;
}
@media all and (max-width: 480px) {
  .w_room {
    width: 56vw;
  }
}

.w_cuisine_w {
  width: 25vw;
}
@media all and (max-width: 480px) {
  .w_cuisine_w {
    width: 40vw;
  }
}

.w_onsen {
  width: 27vw;
}
@media all and (max-width: 480px) {
  .w_onsen {
    width: 43.2vw;
  }
}

.camel_paging_sp {
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}
.camel_paging_sp .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.camel_paging_sp .page-numbers li {
  margin: 5px;
  line-height: 0.9em;
  font-size: 1.3rem;
  width: 1em;
  text-align: center;
  width: 25px;
  height: 25px;
  position: relative;
}
.camel_paging_sp .page-numbers li .page-numbers {
  border: #CCC solid 1px;
  border-radius: 4px;
  padding: 5px 5px 7px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.camel_paging_sp .page-numbers li .page-numbers:hover {
  background-color: #cae9eb;
  color: #000;
}
.camel_paging_sp .page-numbers li .current {
  background-color: #cae9eb;
  color: #000;
}

.area__contents_basic--visual {
  width: 100%;
  aspect-ratio: 16/5;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .area__contents_basic--visual {
    aspect-ratio: 16/9;
  }
}
.area__contents_basic--visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.block__contents_basic {
  padding: 60px 0 80px;
}
@media all and (max-width: 1300px) {
  .block__contents_basic {
    padding: 4.68vw 0 5vw;
  }
}
@media all and (max-width: 480px) {
  .block__contents_basic {
    padding: 30px 0 50px;
  }
}
.block__contents_basic .box_ttl {
  text-align: center;
}
.block__contents_basic--nav {
  padding: 5vw 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}
@media all and (max-width: 480px) {
  .block__contents_basic--nav {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 0;
  }
}
.block__contents_basic--nav .item_cnav {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  background-color: #473212;
  position: relative;
  text-align: center;
}
.block__contents_basic--nav .item_cnav[data-is-isolate=true] {
  isolation: isolate;
}
.block__contents_basic--nav .item_cnav:hover .box_thumb {
  opacity: 1;
}
.block__contents_basic--nav .item_cnav a {
  color: #FFF;
}
.block__contents_basic--nav .item_cnav a:hover {
  opacity: 1;
}
.block__contents_basic--nav .item_cnav a .box_thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  transition: all 300ms 0s ease;
}
.block__contents_basic--nav .item_cnav a .box_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block__contents_basic--nav .item_cnav a .label_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block__contents_basic--nav .item_cnav a .label_contents .pict {
  width: 100%;
  height: 30px;
}
@media all and (max-width: 1300px) {
  .block__contents_basic--nav .item_cnav a .label_contents .pict {
    height: 2.3vw;
    min-height: 18px;
  }
}
.block__contents_basic--nav .item_cnav a .label_contents .pict img {
  width: auto;
  height: 100%;
}
.block__contents_basic--nav .item_cnav a .label_contents .label_jp {
  font-size: 2.6rem;
  line-height: 1em;
  padding: 10px 0 0;
}
@media all and (max-width: 1300px) {
  .block__contents_basic--nav .item_cnav a .label_contents .label_jp {
    font-size: clamp(1.6rem, 2vw, 2.6rem);
    padding: 0.8vw 0 0;
  }
}
@media all and (max-width: 896px) {
  .block__contents_basic--nav .item_cnav a .label_contents .label_jp {
    padding: 5px 0 0;
  }
}
.block__contents_basic--nav .item_cnav a .label_contents .label_en {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 7px 0 0;
}
@media all and (max-width: 896px) {
  .block__contents_basic--nav .item_cnav a .label_contents .label_en {
    font-size: 1.1rem;
  }
}
.block__contents_basic--copy {
  text-align: center;
}
.block__contents_basic--copy .mark_pinon {
  max-width: 38px;
  margin: auto;
  padding: 1.5vw 0 0;
}
.block__contents_basic--copy .mark_pinon img {
  width: 100%;
  height: auto;
}

.block__contents_bottom {
  padding: 0px 0 80px;
}
@media all and (max-width: 1300px) {
  .block__contents_bottom {
    padding: 0 0 5vw;
  }
}
@media all and (max-width: 480px) {
  .block__contents_bottom {
    padding: 10px 0 50px;
  }
}

.bg_sepia {
  background-color: #EDEAE4;
}

.catch_copy {
  font-size: 4rem;
  line-height: 1.4em;
}
@media all and (max-width: 1300px) {
  .catch_copy {
    font-size: clamp(2.4rem, 3.1vw, 4rem);
  }
}

.lead_copy {
  font-size: 2.4rem;
  line-height: 1.8em;
  padding: 1.5vw 0 0;
}
@media all and (max-width: 1300px) {
  .lead_copy {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
  }
}

.ttl_h3 {
  font-size: 3.2rem;
  line-height: 1.4em;
}
@media all and (max-width: 1300px) {
  .ttl_h3 {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
  }
}

.ttl_h4 {
  font-size: 2.6rem;
  line-height: 1.4em;
}
@media all and (max-width: 1300px) {
  .ttl_h4 {
    font-size: clamp(1.8rem, 2.1vw, 2.6rem);
  }
}

.ttl_third {
  font-size: 4rem;
  line-height: 1.1em;
  color: #4CABB1;
}
@media all and (max-width: 896px) {
  .ttl_third {
    font-size: clamp(2.2rem, 3.12vw, 4rem);
  }
}

.txt_ttl_s {
  line-height: 1.6em;
  padding: 20px 0 0;
}
@media all and (max-width: 1300px) {
  .txt_ttl_s {
    padding: 1.5vw 0 0;
  }
}

.txt_ttl_en {
  line-height: 1.6em;
  padding: 20px 0 0;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 1300px) {
  .txt_ttl_en {
    padding: 1.5vw 0 0;
  }
}

.sub_ttl {
  padding-bottom: 20px;
}
@media all and (max-width: 1300px) {
  .sub_ttl {
    padding-bottom: 1.5vw;
  }
}

.small {
  font-size: 0.6em;
}

.smaller {
  font-size: 0.8em;
}