@charset "utf-8";

/*
Theme Name: hotelcave
Author: DIGI ARK
Author URI: https://digi-ark.jp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dgark
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* 2 */
}

body {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: bold;
}

/**
 * Remove the margin in all browsers.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #0a0a0a;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  transition: all 0.6s;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid rgba(122, 111, 111, 0.5);
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid rgba(122, 111, 111, 0.5);
  padding: 10px;
}

textarea {
  width: 100%;
}

.w50 {
  width: 100px !important;
  display: inline-block;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/

/* ローディング画面の背景 */

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: #fff;
}

.loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 118px;
  width: 250px;
}

.loading_logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0%;
  background: #fff;
  animation: loadlogo 3s infinite forwards cubic-bezier(1, 0.02, 0.11, 1.03);
}

@keyframes loadlogo {
  0% {
    left: 0%;
  }
  40% {
    left: 100%;
  }
  50% {
    left: 100%;
  }
  50.1% {
    left: -100%;
  }
  90% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.sub-menu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: white;
  z-index: -1;
  padding: 0;
  display: none;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 9999;
  display: block;
}

.sub-menu > .menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333 !important;
  text-align: left;
  border-bottom: rgba(208, 208, 208, 0) 2px solid;
}

.main-navigation ul li {
  list-style-type: none;
  text-align: center;
}

#primary-menu li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#primary-menu li a:hover::after,
#primary-menu li:not(.sub-menu).current_page_item a::after {
  transform: scale(1, 1);
}

.main-navigation {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-navigation ul:not(.sub-menu) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  z-index: 1;
}

.main-navigation ul.sub-menu li a::after {
  background: none !important;
}

.menu-item-has-children:before {
  top: 8px;
  right: 5px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.main-navigation ul.sub-menu li a {
  font-weight: normal;
}

.main-navigation ul li a {
  font-size: 14px;
  margin: 0 2px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 20px 15px;
  line-height: 1.4em;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  /* mix-blend-mode: difference; */
}

.home header#masthead.header_fixed .main-navigation ul li a {
  color: #181818;
  transition: all 1.6s;
}

.main-navigation ul ul {
  margin: 0;
}

.main-navigation li a span {
  font-size: 11px;
  font-weight: normal;
  display: block;
  font-family:
    Noto Sans JP,
    游ゴシック,
    YuGothic,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    BIZ UDPGothic,
    Meiryo,
    Helvetica Neue,
    Arial,
    sans-serif;
}

.room-main-slider img {
  width: 1024px;
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.slick-slider .slick-list {
  margin: 5px;
}

.button_column a,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  padding: 20px 40px 20px 40px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin: 50px auto;
  transition: all 0.6s;
  background: #7e1a91;
}

input[type="submit"] {
  cursor: pointer;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.text-right {
  text-align: right;
}

/*breadcrumb*/

.breadcrumbs {
  font-size: 12px;
  height: 50px;
}

#breadcrumb {
  width: 100%;
  display: block;
}

#breadcrumb ul li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
}

#breadcrumb ul li a {
  text-decoration: none;
}

ul.breadcrumb-list {
  margin: 0;
  padding: 0;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
}

#page-top p {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000c5;
}

#page-top p:hover {
  background: #000000;
}

#move-page-top {
  padding: 5px 15px;
  display: block;
  cursor: pointer;
}

#page-top a {
  color: #fff;
}

th,
tr,
td {
  border-bottom: rgba(87, 71, 71, 0.3) 1px solid;
  padding: 10px;
}

.require {
  background-color: rgba(167, 0, 2, 1);
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 3px;
  margin-left: 5px;
}

th td:nth-of-type(1) {
  width: 30%;
}

strong {
  font-weight: bold;
}

.menu-toggle {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.row {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 0.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

#global-drawer-nav .sub-menu {
  position: relative;
  display: block;
  opacity: 1;
  width: 100%;
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/

section h2 {
  font-size: 28px;
  padding: 0;
  margin: 0;
}

section .sub_title {
  font-size: 16px;
}

/*--------------------------------------------------------------
# news-section 
--------------------------------------------------------------*/

.news_columns {
  padding: 10px 0;
}

.news_bloc li:last-child {
  border-bottom: #a7a7a7 1px solid;
}

h3.news-title {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

h3.news-title a {
  text-decoration: none;
}

h3.news-title a:hover {
  text-decoration: underline;
}

.news_column_date {
  font-size: 16px;
  font-family: Century Gothic;
  display: flex;
  align-items: center;
}

.news_bloc {
  padding: 30px 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  margin: 5px 0;
}

.button_large a {
  display: inline-block;
  text-decoration: none;
  padding: 20px 40px 20px 40px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin: 20px auto;
  transition: all 0.6s;
  background: #7e1a91;
}

.button_large a:hover {
  background: #611370;
}

.entry-content {
  padding: 40px 0;
}

.entry-content h3 {
  font-size: 28px;
  color: #000;
  margin: 20px 0 10px 0;
  padding: 0;
  padding: 10px 0;
}

.entry-content h4 {
  font-size: 24px;
  color: #000;
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: bold;
}

#primary {
  width: 100%;
}

body:not(.home) #primary {
  padding: 30px 0 50px 0;
}

.home #primary {
  width: 100%;
}

#secondary {
  width: 320px;
  margin-left: 50px;
}

.page_title {
  font-size: 24px;
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer a {
  text-decoration: none;
  color: #fff;
}

.site-footer {
  padding: 50px 10px;
  margin-top: 30px;
  background: #111111;
  color: #fff;
}

#footer-menu {
  text-align: left;
}

.site-info {
  font-size: 12px;
  border-top: #4f403f83 1px solid;
  padding: 30px 0;
  margin-top: 30px;
}

.footer_logo img {
  width: 150px;
  height: auto;
}

.footer_navigation {
  text-align: left;
  width: 50%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

h1.site-branding a {
  display: inline-block;
  text-indent: -9999px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.section1_thumb.on::after {
  animation: fadeBlind_ltr_on 1s forwards ease-in-out;
}

@keyframes fadeBlind_ltr_on {
  0% {
    transform: scaleX(100%);
  }
  100% {
    transform: scaleX(0);
  }
}

h1.site-branding a {
  align-items: center;
  display: flex;
}

.view_more a {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin: 50px auto;
  padding: 10px 30px 10px 30px;
  transition: all 0.3s ease;
  background: linear-gradient(-45deg, #3b3939, #111111);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  position: relative;
}

.arrow {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  background: url(images/arrow_icon.svg) no-repeat center right;
  background-size: 24px auto;
  width: 30px;
  height: 24px;
  transition: all 0.2s ease-in;
  margin-left: 5px;
}

.view_more a:hover .arrow {
  right: 10px;
}

section {
  position: relative;
  padding: 60px 0;
}

#side-global-menu {
  background: rgba(0, 0, 0, 0.377);
}

/*========== enter ==========*/

#enter.open {
  overflow-y: auto;
}

body.enter-open {
  overflow-y: hidden !important;
}

#enter-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

#enter-section,
.enter_bottom_text {
  clear: both;
  margin: 20px auto;
}

.container-inner-enter {
  width: 640px;
  margin: auto;
}

.container-inner-enter {
  position: relative;
  margin: auto;
  height: 100%;
}

#enter-section h1.site-branding {
  position: relative;
  text-align: center;
  background: url(images/logo_load.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 81px;
  width: 230px;
  background-size: 230px 81px;
  text-indent: -9999px;
  top: 10px;
}

.ng18 {
  background-image: url(images/18kin.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 115px;
  margin: 10px auto;
  padding-top: 70px;
  font-size: 12px;
  text-align: center;
}

#enter-navi_wrap {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.897);
  border: rgba(255, 255, 255, 0.945) 1px solid;
  border-radius: 10px;
  color: #333232;
}

.enter_logo {
  text-align: center;
}

.enter_logo img {
  max-height: 300px;
}

#enter-navi .button:hover,
.btn_leave a:hover {
  opacity: 0.8;
}

/* Overlay style */

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  display: block;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.2s,
    visibility 0s 0.2s;
  -webkit-transition:
    opacity 0.2s,
    visibility 0s 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    visibility 0s 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    visibility 0s 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    visibility 0s 0.2s,
    -webkit-transform 0.2s;
  z-index: -1;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition:
    -webkit-transform 0.4s,
    opacity 0.4s;
  -webkit-transition:
    opacity 0.4s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.4s,
    -webkit-transform 0.4s;
  transition:
    transform 0.4s,
    opacity 0.4s;
  transition:
    transform 0.4s,
    opacity 0.4s,
    -webkit-transform 0.4s;
  z-index: 99999;
}

#enter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#enter-navi #enter-button .button {
  cursor: pointer;
  display: block;
  width: 50%;
  background-color: #111111;
  color: #fff;
  padding: 10px;
  border: #282626 1px solid;
  width: 50%;
  margin: 10px;
  font-size: 20px;
  line-height: 1.2em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  backdrop-filter: blur(18px);
  font-size: 14px;
  border-radius: 4px;
}

.btn_leave {
  width: 50%;
}

/**/

.btn_leave a {
  backdrop-filter: blur(18px);
  font-size: 14px;
  display: block;
  text-align: center;
  background-color: #111111;
  color: #fff;
  padding: 10px;
  border: #3b3939 1px solid;
  margin: 10px;
  line-height: 1.2em;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  border-radius: 4px;
}

#main_section {
}

h1.site-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 10;
  margin: 0;
}

h1.site-logo img {
  width: 100%;
  height: auto;
  display: block;
}

#section01 {
  padding: 100px 20px 50px 20px;
  text-align: center;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
}

#section01 p {
  padding: 0;
  margin: 20px 0;
  line-height: 1.2em;
}

.home section h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background: linear-gradient(-45deg, #3b3939, #111111);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: table;
  display: flex;
  justify-content: center;
  letter-spacing: -0.02em;
}

#section02 {
}

.contnts_banner_column a {
  transition: all 0.3s;
}

.contnts_banner_column a:hover {
  opacity: 0.8;
}

.block_head {
  font-weight: bold;
  font-size: 16px;
}

.top_access_description li {
  padding: 3px 0;
}

.top_access_description {
  padding: 0 0 0 50px;
  font-size: 14px;
}

.top_access_description p {
  padding: 0;
  margin: 0;
}

.shop_info p {
  padding: 0;
  margin: 3px 0;
}

.footer_sp_text {
  padding: 0;
  margin: 3px 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.header_bg {
  background-image: url(images/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 300px;
  position: absolute;
  color: #fff;
  padding: 0 180px;
  z-index: -1;
  position: absolute;
  top: 0;
}

.header_bg_column {
  z-index: 3;
}

.page_title {
  font-size: 36px;
  margin: 0;
  padding: 170px 0 0 0;
  display: block;
  width: 100%;
  font-weight: normal;
  text-align: center;
}

.access_bloc {
  margin: 30px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.access_column {
  width: 33.3%;
  text-align: center;
  display: block;
}

.access_column a {
  text-decoration: none;
  transition: all 0.6s;
}

.access_column a:hover {
  opacity: 0.8;
}

.access_text {
  text-align: center;
  display: block;
  width: 100%;
}

.entry-content h3 {
  background: linear-gradient(-45deg, #3b3939, #111111);
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.entry-content h4 {
  background: #ccc1c1;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

ul.facility_wrap {
  margin: 10px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.facility_wrap li {
  border-radius: 4px;
  border: #969696 1px solid;
  padding: 16px;
  width: calc(33.3% - 10px);
}

ul.facility_li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.facility_li li {
  display: inline-block;
  padding: 5px 25px;
  background: #363535;
  color: #fff;
}

.limitequipment {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}

.facility_li {
  display: flex;
  padding: 10px 0;
  border-bottom: #b4b4b4 1px solid;
}

.related {
  margin: 5px 0 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.service_title {
  width: 300px;
}

.related_block a {
  text-decoration: none;
  padding: 5px 10px;
  background: #292727;
  color: #fff;
  display: inline-block;
}

.room_num {
  text-align: center;
}

.room_thumb {
  transition: all 0.3s;
  text-align: center;
}

.room_thumb:hover {
  opacity: 0.8;
}

.tabnav li {
  display: inline;
  width: 100%;
}

.tabnav li a {
  width: 100%;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  color: #272727;
  padding: 20px;
  border: #a79f9f 2px solid;
  text-decoration: none;
  transition: all 0.3s;
}

.tabnav li a:hover,
.tabnav li a.active {
  background: #000;
  color: #fff;
  border: #383838 2px solid;
}

.tabcontent {
  margin: 20px 0;
}

.service_room section {
  padding: 0;
}

.roomDl {
  display: flex;
  margin: 0;
  padding: 5px;
  border-bottom: #c7c7c7 1px solid;
}

.roomDl dt {
  padding: 0;
  margin: 0;
  width: 300px;
}

.roomDl dd {
  padding: 0;
  margin: 0;
}

.price_li {
  display: flex;
  gap: 5px;
}

.price_columns {
  width: 50%;
  padding: 10px;
  border-bottom: #cacaca 1px solid;
}

.entry-content header {
  margin: 20px 0 30px 0;
  text-align: center;
}

.entry-title {
  padding: 0;
  margin: 0;
}

ul.disc {
  list-style: disc;
  margin: 0 0 0 20px;
}

.slick-slide {
  padding: 0 !important;
  cursor: pointer;
  transition: all 0.3s;
}

.slick-slide:hover {
  opacity: 0.85;
}

.room_li {
  margin-bottom: 20px;
}

.page-id-36 dl {
  padding: 0;
  margin: 0;
}

.page-id-36 dd {
  padding: 0;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 48.1em) {
  .tabnav {
    margin: 10px auto;
    padding: 0;
    width: 600px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-radius: 40px;
  }
  .room_movie {
    width: 600px;
    margin: 20px auto;
  }
  .room_movie video {
    max-width: 100%;
    height: auto;
  }
  .room_section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .room_li {
    width: calc(33.3% - 10px);
  }
  #footer-menu li {
    padding: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.2em;
  }
  #footer-menu li a {
    font-weight: bold;
    font-family:
      "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      Meiryo, sans-serif;
    color: #fff;
  }
  .footer_columns {
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }
  .top_access_description {
    width: 50%;
  }
  .top_access_bloc {
    display: flex;
    padding: 30px 0;
  }
  .top_access_map {
    width: 50%;
  }
  .top_access_map iframe {
    width: 100%;
    height: 500px;
  }
  .home section h2 {
    font-size: 70px;
  }
  .contnts_banner_bloc {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .contnts_banner_column {
    width: calc(33.3% - 14px);
  }
  .contnts_banner_column img {
    max-width: 100%;
    height: auto;
  }
  #footer-menu .atr_subtitle {
    font-size: 10px;
    display: block;
    font-weight: normal;
  }
  #footer-menu li a:hover {
    text-decoration: none;
  }
  #main_section {
    height: calc(100vh - 10px);
    padding: 5px;
    box-sizing: border-box;
  }
  h1.site-branding a {
    background-position: left center;
    background-size: 100px auto;
    width: 100px;
    height: auto;
    transition: all 0.6s ease-in-out;
  }
  h1.site-branding {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  header#masthead {
    z-index: 2;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: all 0.6s ease-in-out;
    margin: 20px 20px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 99;
  }
  .home header#masthead {
    position: fixed;
    top: 0;
  }
  header#masthead.header_fixed {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(12px);
    align-items: center;
    display: flex;
    isolation: isolate;
  }
  .hide-for-large {
    display: none !important;
  }
  #content {
    padding-top: 180px;
  }
  .home #content {
    padding-top: 0px;
  }
}

@media screen and (max-width: 48em) {
  .container-inner-enter,
  .btn_leave {
    width: 100%;
  }
  #enter-navi_wrap {
    left: 48%;
  }
  #enter-navi_wrap {
    width: calc(100% - 40px);
    margin: 0 10px;
    padding: 20px;
  }
  #enter-button {
    display: block;
  }
  #enter-navi #enter-button .button {
    width: calc(100% - 20px);
  }
  .tabnav li a {
    margin: 5px 0;
    padding: 5px;
  }
  .room_movie {
    width: 100%;
    margin: 20px auto;
  }
  .room_movie video {
    max-width: 100%;
    height: auto;
  }
  .menu-button__line {
    background-color: #111;
  }
  .roomDl {
    display: block;
  }
  .roomDl dt {
    background: #f0eeee;
    padding: 3px;
    width: 100%;
  }
  .tabnav {
    display: block;
  }
  .page_title {
    font-size: 28px;
    padding: 20px 0 0 0;
  }
  ul.facility_wrap {
    display: block;
  }
  ul.facility_wrap li {
    width: 100%;
    margin: 5px 0;
  }
  #content {
    padding-top: 200px;
  }
  .home #content {
    padding-top: 0px;
  }
  #section01 {
    padding: 50px 16px;
  }
  .top_access_map iframe {
    height: 400px;
  }
  .footer_qr {
    display: none;
  }
  section {
    padding: 30px 0;
  }
  .top_access_bloc {
    margin-top: 30px;
  }
  .contnts_banner_bloc {
    text-align: center;
  }
  .contnts_banner_column {
    margin: 5px 0;
  }
  .top_access_description {
    padding: 20px;
  }
  .view_more a {
    width: 100%;
    margin: 10px auto;
  }
  .loading_logo {
    width: 300px;
    height: 118px;
    background-size: 300px 118px;
  }
  #main_section {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .header_bg {
    background-size: auto 100% !important;
    background-position: center top;
  }
  input[type="submit"] {
    width: 100%;
    margin: 20px 0;
  }
  .header_bg {
    background-size: 50% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    height: 180px;
    position: absolute;
    color: #fff;
    padding: 20px;
    z-index: 1;
  }
  .footer_navigation {
    width: 100%;
  }
  #footer-menu ul li a {
    background-color: #181818;
    text-decoration: none;
    padding: 10px;
    display: block;
  }
  #footer-menu {
    width: 100%;
  }
  .footer_logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  h1.site-branding {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  body:not(.home) #primary {
    padding: 0;
  }
  .site-content {
    padding: 16px;
  }
  .site-footer {
    margin-top: 0px;
  }
  h1.site-branding a {
    background-size: 300px auto;
    width: 300px;
    height: auto;
  }
  ul#footer-menu {
    display: block;
  }
  ul#footer-menu li a {
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
    color: #fff;
    border-top: rgba(119, 119, 119, 0.493) 1px solid;
  }
  .site-footer a {
    color: #fff;
  }
  .atr_subtitle {
    display: block;
    font-size: 12px;
  }
  .drawer-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  tr,
  th,
  td {
    display: block;
    width: 100%;
  }
  #primary {
    padding: 10px;
  }
  .home #primary {
    padding: 0px;
  }
  #content {
    display: block;
  }
  #secondary {
    width: 100%;
    margin: 0 auto;
  }
  #secondary {
    padding: 10px;
  }
  .row {
    width: 100%;
  }
  header#masthead {
    display: none;
  }
  #site-navigation,
  .smart_hide {
    display: none;
  }
  #responsive-menu-search-box {
    display: none !important;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: rgba(79, 79, 79, 1) 1px solid !important;
    text-align: left;
  }
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 10px);
  overflow: hidden;
  background-color: #000;
}

.main-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.main-slider__item-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  will-change: transform;
}

.main-slider__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  will-change: transform;
}

.main-slider__item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.main-slider__item.is-next,
.main-slider__item.slide-up,
.main-slider__item.slide-left {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

/* 初回フェードイン用 */

.main-slider__item.first-fade-in {
  animation: mainSliderFadeIn 1s ease-out forwards;
}

@keyframes mainSliderFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 常時ズームアニメーション (is-active または is-next の時) */

.main-slider__item.is-active .main-slider__item-img,
.main-slider__item.is-next .main-slider__item-img,
.main-slider__item.is-zooming .main-slider__item-img {
  animation: mainSliderZoom 5s cubic-bezier(0.17, 0.67, 0.68, 0.93) forwards;
}

@keyframes mainSliderZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* --- 進入アニメーション --- */

/* 下から (2, 4, 6枚目...) */

.main-slider__item.slide-up {
  animation: maskSlideUp 0.6s cubic-bezier(0.35, 0.17, 0.25, 1) forwards;
}

.main-slider__item.slide-up .main-slider__item-parallax {
  animation: imgSlideUp 0.6s ease forwards;
}

@keyframes maskSlideUp {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}

@keyframes imgSlideUp {
  0% {
    transform: translateY(-30vh);
  }
  100% {
    transform: translateY(0);
  }
}

/* 右から (3, 5, 7枚目...) */

.main-slider__item.slide-left {
  z-index: 3;
  animation: maskSlideLeft 0.6s cubic-bezier(0.04, 0.55, 0, 0.99) forwards;
}

.main-slider__item.slide-left .main-slider__item-parallax {
  animation: imgSlideLeft 0.6s cubic-bezier(0.35, 0.17, 0.25, 1) forwards;
}

@keyframes maskSlideLeft {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@keyframes imgSlideLeft {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}

/* 上へ退場 */

.main-slider__item.exit-up {
  z-index: 2;
  animation: maskExitUp 0.6s ease forwards;
}

.main-slider__item.exit-up .main-slider__item-parallax {
  animation: imgExitUp 0.6s ease forwards;
}

@keyframes maskExitUp {
  0% {
    top: 0;
  }
  100% {
    top: -20vh;
  }
}

@keyframes imgExitUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50vh);
  }
}

/* 左へ退場 */

.main-slider__item.exit-left {
  z-index: 2;
  animation: maskExitLeft 1.6s ease-in-out forwards;
}

.main-slider__item.exit-left .main-slider__item-parallax {
  animation: imgExitLeft 0.6s ease-in-out forwards;
}

@keyframes maskExitLeft {
  0% {
    left: 0;
  }
  100% {
    left: -20%;
  }
}

@keyframes imgExitLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* プログレスバー */

.main-slider__progress {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
}

.main-slider__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
}

.main-slider__progress-bar.is-active {
  animation: mainSliderProgress 5s linear forwards;
}

@keyframes mainSliderProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-slider {
    height: 60vh;
  }
}

/*--------------------------------------------------------------
# Custom Hamburger Menu (hitoba-office implementation)
--------------------------------------------------------------*/

/* ハンバーガーボタン本体 */

.menu-button {
  position: fixed;
  top: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  /* 白い枠線 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10001;
  /* ドロワーより上に表示 */
  transition: border-color 0.4s ease;
  padding: 0;
  /* mix-blend-mode: difference; */
}

.menu-button__line {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #747474;
  margin: 4px 0;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

/* メニューが開いている時のボタン（Xへの変化） */

body.is-menu-open .menu-button {
  border-color: #000;
}

body.is-menu-open .menu-button__line {
  background-color: #000;
}

body.is-menu-open .menu-button__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

body.is-menu-open .menu-button__line:nth-child(2) {
  opacity: 0;
}

body.is-menu-open .menu-button__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* カスタムドロワーメニュー */

.custom-drawer {
  position: fixed;
  top: -100%;
  /* 初期状態は画面外（上） */
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f7f3f0e5;
  /* hitoba風の明るいベージュ/オフホワイト */
  z-index: 10000;
  overflow-y: auto;
  transition: top 0.8s cubic-bezier(0.7, 0, 0.3, 1);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
}

/* メニューが開いた状態 */

body.is-menu-open .custom-drawer {
  top: 0;
}

.custom-drawer .drawer-nav {
  width: 100%;
  max-width: 1200px;
  padding: 80px 40px;
}

.custom-drawer ul.drawer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.custom-drawer ul.drawer-menu li {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

body.is-menu-open .custom-drawer ul.drawer-menu li {
  opacity: 1;
  transform: translateY(0);
}

/* メニュー項目のディレイ（順次表示） */

body.is-menu-open .custom-drawer ul.drawer-menu li:nth-child(1) {
  transition-delay: 0.2s;
}

body.is-menu-open .custom-drawer ul.drawer-menu li:nth-child(2) {
  transition-delay: 0.3s;
}

body.is-menu-open .custom-drawer ul.drawer-menu li:nth-child(3) {
  transition-delay: 0.4s;
}

body.is-menu-open .custom-drawer ul.drawer-menu li:nth-child(4) {
  transition-delay: 0.5s;
}

body.is-menu-open .custom-drawer ul.drawer-menu li:nth-child(5) {
  transition-delay: 0.6s;
}

.custom-drawer ul.drawer-menu li a {
  font-weight: 300;
  color: #333;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  line-height: 1.2;
}

.custom-drawer ul.drawer-menu li a:hover {
  opacity: 0.6;
}

.custom-drawer .atr_subtitle {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

/* スクロールロック */

body.is-menu-open {
  overflow: hidden;
}

/* 既存の干渉しそうなスタイルを上書き */

#drawer-menu-container {
  display: block !important;
}
