@charset "UTF-8";
/*!
Theme Name: gala-aoiumi
Theme URI: http://underscores.me/
Author: tyamap
Author URI: http://www.tyamap.com/
Description: Gala青い海 様 2022テーマ
Version: 1.10.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gala-aoiumi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gala-aoiumi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

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

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

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Eustache";
  src: url("./fonts/eustache/Eustache-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #444444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 768px) {
  h2,
  h3 {
    font-size: 18px;
  }
}

p {
  margin: 0;
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #444444;
  text-decoration: none;
}

a:visited {
  color: #444444;
}

a:hover,
a:focus,
a:active {
  color: #444444;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
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);
  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;
}

.gala-button {
  display: inline-block;
  position: relative;
  border: 1px solid #055c9a;
  border-radius: 2rem;
  width: 15.25rem;
  height: 3rem;
  line-height: 3rem;
  text-align: left;
  transition: 0.5s;
  transform: scale(1, 1);
}

.gala-button a {
  padding: 0 2rem;
  color: #055c9a;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.gala-button::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1.8rem;
  background-image: url("./icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 5rem;
  height: 1rem;
  pointer-events: none;
}

.gala-button:hover {
  transition: 0.5s;
}

.gala-button:hover::after {
  right: 1rem;
}

@media screen and (max-width: 768px) {
  .gala-button {
    width: 100%;
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
  }
  .gala-button::after {
    top: 22.5px;
    right: 2rem;
    height: 1rem;
  }
}

.gala-button.reserve {
  width: 20rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #0881be;
  padding: 0 3rem;
}

.gala-button.reserve a {
  color: #fff;
}

.gala-button.reserve::after {
  background-image: url("./icons/arrow-w.svg");
  top: 1.5rem;
  right: 2rem;
}

.a-hover-scale {
  transition: 0.5s;
  transform: scale(1, 1);
}

.a-hover-scale:hover {
  transition: 0.5s;
  transform: scale(1.1, 1.1);
}

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 #ccc;
  border-radius: 3px;
  padding: 3px;
}

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 #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  z-index: 10;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
}

.main-navigation .site-branding {
  margin-bottom: 1rem;
  margin-left: 3rem;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  margin: 0 1rem;
}

.main-navigation a {
  color: #055c9a;
  font-weight: 500;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.main-navigation .ec-link {
  display: none;
}

@media screen and (max-width: 1240px) {
  .main-navigation {
    background-image: none !important;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    height: 45px;
  }
  .main-navigation .site-branding {
    margin-left: 0;
    margin-bottom: 0;
    padding: 12px 18px;
    height: 45px;
  }
  .main-navigation .site-branding img {
    height: 21px;
    width: auto;
  }
}

.main-navigation .pll-parent-menu-item {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  border-bottom: 2px solid #055c9a;
  padding-right: 2rem;
  margin: 0;
}

.main-navigation .pll-parent-menu-item a {
  color: #055c9a !important;
}

.main-navigation .pll-parent-menu-item::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: -24px;
  background: url("./icons/globe.svg") no-repeat center;
}

.main-navigation .pll-parent-menu-item::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -3px;
  right: 0;
  background: url("./icons/carret-fill.svg") no-repeat center;
}

.main-navigation .pll-parent-menu-item .sub-menu {
  display: block;
  background-color: #fff;
}

@media screen and (max-width: 1240px) {
  .main-navigation .pll-parent-menu-item {
    display: none;
  }
}

.main-navigation {
  background-image: url("./images/bg-header.png");
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.home .main-navigation {
  background-image: none;
  background-color: inherit;
  backdrop-filter: none;
  position: absolute;
}

.home .main-navigation a {
  transition: 0.5s;
  color: #fff;
}

.home .main-navigation .site-branding {
  opacity: 0;
}

.home .main-navigation .pll-parent-menu-item {
  border-bottom: 2px solid #fff;
}

.home .main-navigation .pll-parent-menu-item a {
  color: #fff !important;
}

.home .main-navigation .pll-parent-menu-item::before {
  background: url("./icons/globe-w.svg") no-repeat center;
}

.home .main-navigation .pll-parent-menu-item::after {
  background: url("./icons/carret-fill-w.svg") no-repeat center;
}

.home .main-navigation .pll-parent-menu-item .sub-menu {
  background-color: #055c9a;
}

.home .main-navigation.scrolled {
  transition: 1s;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  position: fixed;
}

.home .main-navigation.scrolled a {
  transition: 1s;
  color: #055c9a;
}

.home .main-navigation.scrolled .site-branding {
  transition: 1s;
  opacity: 0;
}

.home .main-navigation.scrolled .pll-parent-menu-item {
  border-bottom: 2px solid #055c9a;
}

.home .main-navigation.scrolled .pll-parent-menu-item a {
  color: #055c9a !important;
}

.home .main-navigation.scrolled .pll-parent-menu-item::before {
  background: url("./icons/globe.svg") no-repeat center;
}

.home .main-navigation.scrolled .pll-parent-menu-item::after {
  background: url("./icons/carret-fill.svg") no-repeat center;
}

.home .main-navigation.scrolled .pll-parent-menu-item .sub-menu {
  background-color: #fff;
}

.home .main-navigation.font-dark a {
  transition: 0.5s;
  color: #055c9a;
}

@media screen and (max-width: 1240px) {
  .home .main-navigation {
    box-shadow: none;
  }
  .home .main-navigation.scrolled {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .home .main-navigation.scrolled .site-branding {
    opacity: 1;
  }
}

.hover-plan-menu .sub-menu {
  display: none;
}

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

@media screen and (min-width: 1240px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#site-plan-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  padding: 8rem 0 5rem;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#site-plan-menu.active {
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}

.plan-list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 0;
  padding: 0 0 2rem;
}

.plan-list:nth-child(2n) {
  flex-direction: row-reverse;
}

.plan-list .plan-item--sub-cols {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 33.33%;
}

.plan-list .plan-item--main,
.plan-list .plan-item--sub {
  position: relative;
  overflow: hidden;
}

.plan-list .plan-item--main .plan__image,
.plan-list .plan-item--sub .plan__image {
  height: 100%;
  width: 100%;
}

.plan-list .plan-item--main .plan__image img,
.plan-list .plan-item--sub .plan__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.plan-list .plan-item--main a,
.plan-list .plan-item--sub a {
  display: block;
  width: 100%;
  height: 100%;
}

.plan-list .plan-item--main a::after,
.plan-list .plan-item--sub a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(0, 0, 0, 0.5) 100%
  );
  border-radius: 10px;
}

.plan-list .plan-item--sub.dummy a::after {
  display: none;
}

.plan-list .plan-item--main .plan__info,
.plan-list .plan-item--sub .plan__info {
  pointer-events: none;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 1;
}

.plan-list .plan-item--main .plan__title,
.plan-list .plan-item--sub .plan__title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}

.plan-list .plan-item--main .plan__desc,
.plan-list .plan-item--sub .plan__desc {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

.plan-list .plan-item--main {
  width: 66.666%;
}

.plan-list .plan-item--sub,
.plan-list .plan-item--sub.dummy {
  width: 100%; /* サブアイテムの幅を100%に設定 */
  height: 50%; /* 高さを設定して一定の比率を保つ */
  box-sizing: border-box;
}

.plan-list .plan-item--sub .plan__title {
  bottom: 2.5rem;
  left: 1rem;
  font-size: 1.375rem;
}

.plan-list .plan-item--sub .plan__desc {
  bottom: 1rem;
  left: 1rem;
  font-size: 0.8rem;
}

@media screen and (max-width: 1240px) {
  .plan-list {
    gap: 1rem;
    padding: 0 1.5rem 1rem;
    flex-wrap: wrap;
  }
  .plan-list .plan-item--main {
    width: 100%;
  }
  .plan-list .plan-item--main .plan__info,
  .plan-list .plan-item--sub .plan__info {
    bottom: 15px;
    left: 20px;
    right: 20px;
  }
  .plan-list .plan-item--main .plan__title,
  .plan-list .plan-item--sub .plan__title {
    font-size: 22px;
  }
  .plan-list .plan-item--main .plan__desc,
  .plan-list .plan-item--sub .plan__desc {
    font-size: 12px;
  }
  .plan-list .plan-item--sub-cols {
    width: 100%;
    gap: 1rem;
  }
  .plan-list .plan-item--sub,
  .plan-list .plan-item--sub.dummy {
    width: 100%; /* サブアイテムの幅を100%に設定 */
    height: auto; /* 高さを自動にして一定の比率を保つ */
  }
}

@media screen and (max-width: 1240px) {
  .main-navigation .ec-link {
    display: block;
    margin: auto 60px auto auto;
    text-align: center;
  }
  .ec-link img {
    width: 24px;
  }
  .ec-link p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
  }
  .home .main-navigation .ec-link {
    display: none;
  }
  .home .main-navigation.scrolled .ec-link {
    display: block;
  }
  .smp-menu-btn {
    z-index: 10;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    position: fixed;
  }
  .smp-menu-btn .bar {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #055c9a;
    width: 27px;
  }
  .smp-menu-btn .bar:nth-of-type(1) {
    top: 8px;
  }
  .smp-menu-btn .bar:nth-of-type(2) {
    top: 16px;
  }
  .smp-menu-btn .bar:nth-of-type(3) {
    top: 24px;
  }
  .smp-menu-btn.active .bar:nth-of-type(1) {
    top: 11px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 32px;
  }
  .smp-menu-btn.active .bar:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .smp-menu-btn.active .bar:nth-of-type(3) {
    /* top: 30px; */
    top: 23px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 32px;
  }
  .smp-menu-btn .menu-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #055c9a;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-40%, 0);
  }
  .home .smp-menu-btn {
    position: absolute;
  }
  .home .smp-menu-btn .bar {
    background: #fff;
  }
  .home .smp-menu-btn .menu-txt {
    color: #fff;
  }
  .home .smp-menu-btn.scrolled {
    transition: 1s;
    position: fixed;
  }
  .home .smp-menu-btn.scrolled .bar {
    background: #055c9a;
  }
  .home .smp-menu-btn.scrolled .menu-txt {
    color: #055c9a;
  }
  .home .smp-menu-btn.active {
    position: fixed;
  }
  .home .smp-menu-btn.active .bar {
    background: #055c9a;
  }
  .home .smp-menu-btn.active .menu-txt {
    color: #055c9a;
  }
  .site-branding {
    z-index: 10;
  }
  #primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f0fcff;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    padding: 60px 24px 0;
    display: flex;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
  }
  #primary-menu .sub-menu {
    display: block;
    position: static;
    box-shadow: none;
    float: none;
    margin: 0;
  }
  #primary-menu .sub-menu li {
    border: none;
    padding: 4px 0;
  }
  #primary-menu .sub-menu li a {
    font-size: 12px;
  }
  #primary-menu li {
    border-bottom: 1px solid #055c9a;
    padding: 8px 0;
  }
  #primary-menu a {
    display: block;
    font-size: 16px;
    color: #055c9a;
  }
  #primary-menu.active {
    transform: translateY(0);
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
  }
}

.gala-icon {
  width: 1.5rem;
  height: auto;
}

.main-navigation .smp-nav-footer {
  position: fixed;
  top: calc(100dvh - 160px);
  left: 0;
  width: 100%;
  height: 100px;
  font-size: 16px;
  background-color: #f0fcff;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}

.main-navigation .smp-nav-footer .sns-area {
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #055c9a;
}

.main-navigation .smp-nav-footer .sns-area a {
  color: #055c9a;
}

.main-navigation .smp-nav-footer .lang-switcher {
  height: 38px;
  border-top: 1px solid #055c9a;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.main-navigation .smp-nav-footer .lang-switcher li {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-navigation .smp-nav-footer .lang-switcher li a {
  color: #055c9a;
}

.main-navigation .smp-nav-footer .lang-switcher li:first-child {
  border-right: 1px solid #055c9a;
}

.main-navigation.toggled .smp-nav-footer {
  transition: 1s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.side-menu {
  position: fixed;
  /* top: 10rem; */
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(0, -50%);
}

.side-menu .fav-reservation,
.side-menu .fav-contact {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #055c9a;
  width: 2.5rem;
  height: 10rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.85rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.side-menu .fav-ec {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: rgb(23, 83, 151);
  background: linear-gradient(
    180deg,
    rgba(23, 83, 151, 1) 0%,
    rgba(23, 83, 151, 1) 84%,
    rgba(255, 255, 255, 1) 84%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 4.563rem;
  height: 17rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5rem;
  font-size: 0.938rem;
  border-radius: 0.625em 0 0 0.625rem;
  margin-top: 4.7rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.side-menu .fav-reservation a,
.side-menu .fav-contact a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.side-menu .fav-ec a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px 0;
}

.side-menu .fav-ec .cart-icon {
  margin-top: auto;
  margin-bottom: 4px;
}

.side-menu .fav-reservation {
  letter-spacing: 0.1em;
}

.side-menu .fav-contact {
  height: 12rem;
}

.side-menu .gala-icon {
  margin-bottom: 12px;
}

.side-menu .fav-ec .gala-icon {
  width: 3.438em;
  height: auto;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .side-menu {
    display: none;
  }
}

.home .side-menu {
  opacity: 0;
  transition: 0.5s;
}

.home .side-menu.scrolled {
  opacity: 1;
  transition: 1s;
}

.site-header {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.site-footer {
  background-color: #0881be;
  color: #fff;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.site-footer .footer-area {
  padding: 5rem 1rem;
  font-size: 14px;
}

.site-footer .footer-area .footer-menu {
  margin-bottom: 4rem;
}

.site-footer .footer-area .footer-menu ul.menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 5rem;
  margin: 0;
  padding: 0;
}

.site-footer .footer-area .footer-menu ul.menu li {
  padding: 0.5rem 0.25rem;
}

.site-footer .footer-area .footer-social {
  margin-bottom: 50px;
}

.site-footer .footer-area .footer-social .instagram {
  width: 185px;
  margin: 0 0 0 auto;
}

.site-footer .footer-area .footer-social .instagram svg {
  margin-bottom: -2px;
}

.site-footer .footer-area .footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.site-footer .footer-area .footer-info img {
  height: 70px;
}

.site-footer .footer-area a {
  color: #fff;
}

.site-footer .site-info {
  padding: 0.5rem;
  text-align: center;
  background-color: #055c9a;
}

@media screen and (max-width: 768px) {
  .site-footer .footer-area {
    padding: 5rem 2rem;
  }
  .site-footer .footer-area .footer-info {
    width: 100%;
  }
  .site-footer .footer-area .footer-menu ul.menu {
    margin: 0;
    width: 100%;
    height: 160px;
  }
  .site-footer .footer-area .footer-social .instagram {
    width: 50%;
  }
  .site-footer .footer-area .footer-info {
    margin-top: 4rem;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.full-screen {
  height: 100vh;
  width: 100vw;
}

.full-wide {
  width: 100vw;
}

.wide {
  max-width: 1440px;
  margin: 0 auto;
}

.middle {
  max-width: 960px;
  margin: 0 auto;
}

.narrow {
  max-width: 720px;
  margin: 0 auto;
}

.entry-content p {
  margin-bottom: 1rem;
}

body.archive .page-header,
body.page .page-header,
.error-404 .page-header {
  padding-top: 7.5rem;
  margin-bottom: 5rem;
}

body.archive .page-header .page-title,
body.page .page-header .page-title,
.error-404 .page-header .page-title {
  font-family: "Shippori Mincho", serif;
  width: 15rem;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #98c5ff;
}

body.archive .page-header .page-title.title-privacy-policy,
body.archive .page-header .page-title.title-gala-page,
body.archive .page-header .page-title.title-plan,
body.page .page-header .page-title.title-privacy-policy,
body.page .page-header .page-title.title-gala-page,
.error-404 .page-header .page-title.title-privacy-policy,
.error-404 .page-header .page-title.title-gala-page {
  width: 22rem;
}

body.archive .page-header .page-title-footer,
body.page .page-header .page-title-footer,
.error-404 .page-header .page-title-footer {
  font-family: "Eustache", serif;
  text-align: center;
  font-size: 3rem;
  line-height: 80%;
  color: #98c5ff;
}

@media screen and (max-width: 768px) {
  body.archive .page-header,
  body.page .page-header,
  .error-404 .page-header {
    padding-top: 84px;
    margin-bottom: 80px;
  }
  body.archive .page-header .page-title,
  body.page .page-header .page-title,
  .error-404 .page-header .page-title {
    font-size: 18px;
    width: 208px;
  }
}

.page-footer,
.entry-footer {
  padding-bottom: 10rem;
}

html[lang="en-US"] .page-header .page-title {
  width: 25rem !important;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.key-visual {
  height: calc(100vh + 54px);
  width: 100vw;
  background: url("./images/kv.jpg") center center/cover;
  position: relative;
}

.key-visual video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.key-visual .kv-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.key-visual .kv-player {
  cursor: pointer;
  position: absolute;
  bottom: 160px;
  left: calc(50% - 63px);
  width: 126px;
  height: 86px;
  background: url("./icons/player.svg") no-repeat bottom center/contain;
}

.key-visual .kv-player a {
  display: block;
  height: 100%;
  width: 100%;
}

.key-visual .kv-text {
  pointer-events: none;
  color: white;
  position: absolute;
  bottom: 180px;
  left: 112px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.key-visual .kv-text--sub {
  font-size: 2.25rem;
}

.key-visual .kv-text--main {
  font-size: 72px;
  line-height: 103px;
}

@media screen and (max-width: 768px) {
  .key-visual {
    height: calc(100vh - 54px);
  }
  .key-visual .kv-text {
    letter-spacing: 0.1rem;
    bottom: 105px;
    left: 22px;
  }
  .key-visual .kv-text--sub {
    font-size: 20px;
  }
  .key-visual .kv-text--main {
    display: none;
  }
  .key-visual .kv-player {
    bottom: 220px;
  }
}

.front-page h2 {
  font-size: 3rem;
  margin-top: 0;
}

.front-page .about {
  background: url("./images/bg-about.png") no-repeat left top;
  padding: 8rem 8rem 6rem 0;
}

.front-page .about__text {
  letter-spacing: 0.3rem;
  text-align: right;
  font-size: 36px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

.front-page .about__text--big {
  font-size: 56px;
}

.front-page .about__text--big .underline {
  padding-bottom: 12px;
  background: url("./icons/underline.png") no-repeat bottom center/80%;
}

.front-page .about .about-cols {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  padding-top: 4rem;
}

.front-page .about .about-cols--image {
  width: 50%;
}

.front-page .about .about-cols--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page .about .about-cols--text {
  width: 50%;
  padding: 2rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}

.front-page .about .button-area {
  text-align: right;
  margin: 3rem 0;
}

@media screen and (max-width: 768px) {
  .front-page .about {
    background-position: center top;
    background-size: 40%;
    padding: 10rem 1.5rem 4rem;
  }
  .front-page .about__text {
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
  }
  .front-page .about__text--big {
    font-size: 24px;
  }
  .front-page .about .about-cols {
    flex-direction: column-reverse;
  }
  .front-page .about .about-cols--image {
    width: 100%;
  }
  .front-page .about .about-cols--text {
    width: 100%;
    text-align: center;
  }
}

.front-page .news {
  background: url("./images/bg-news.png") #f0fcff no-repeat right top;
}

.front-page .news h2 {
  color: #055c9a;
}

.front-page .news .button-area {
  text-align: right;
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .front-page .news {
    padding: 0.1rem 1.5rem;
    background-size: 50%;
  }
  .front-page .news h2 {
    font-size: 1.5rem;
  }
}

.front-page .event {
  background: url("./images/bg-event.png") no-repeat left top;
}

.front-page .event .event-list {
  display: flex;
  gap: 1.5rem;
}

.front-page .event .article {
  width: 100%;
}

.front-page .event .article__tag-area {
  font-size: 0.75rem;
}

.front-page .event .article__title-area {
  line-height: 3rem;
}

.front-page .event .article__date-area {
  font-size: 1rem;
}

.front-page .event .article__tag {
  color: #fff;
  display: inline-block;
  width: 4rem;
  line-height: 1.5rem;
  border-radius: 2rem;
  text-align: center;
  margin-top: 0.5rem;
}

.front-page .event .article__tag.tag-spring {
  background-color: #ed7a94;
}

.front-page .event .article__tag.tag-summer {
  background-color: #eb5902;
}

.front-page .event .article__tag.tag-fall {
  background-color: #8cc220;
}

.front-page .event .article__tag.tag-winter {
  background-color: #1f88d3;
}

.front-page .event .article__tag.tag-now {
  background-color: #8b52d3;
}

.front-page .event .article__image {
  overflow: hidden;
}

.front-page .event .button-area {
  text-align: center;
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .front-page .event {
    padding: 0 1.5rem;
    background-size: 50%;
  }
  .front-page .event h2 {
    font-size: 1.5rem;
  }
  .front-page .event .event-list {
    flex-wrap: wrap;
  }
  .front-page .event .article {
    margin: 0 0 3rem;
  }
  .front-page .event .article__date-area {
    font-size: 14px;
  }
}

.front-page .instagram {
  background: url("./images/bg-instagram.png") #d8f1ff no-repeat left top;
  padding: 3rem 0;
}

.front-page .instagram h2 {
  text-align: center;
  color: #055c9a;
}

.front-page .instagram .sb_instagram_header {
  display: none;
}

@media screen and (max-width: 768px) {
  .front-page .instagram {
    padding: 0 1.5rem;
  }
  .front-page .instagram h2 {
    font-size: 1.5rem;
  }
}

.front-page .page-footer {
  background-color: #d8f1ff;
}

.event-thumbnail {
  background: #f8f8f8 center center/contain no-repeat;
  padding-top: 75%;
  width: 100%;
}

.shop-thumbnail {
  background: center center/cover;
  padding-top: 67%;
  width: 100%;
}

.photo-thumbnail {
  background: center center/cover;
  padding-top: 100%;
  width: 100%;
}

.archive-shop .shop-list {
  width: 1050px;
  max-width: none;
  margin-top: 5rem;
}

.archive-shop .shop-list h2 {
  text-align: center;
  color: #055c9a;
}

.archive-shop .shop-list .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
}

.archive-shop .shop-list .article {
  width: calc(33.33% - 1.4rem);
}

.archive-shop .shop-list .article__image {
  overflow: hidden;
}

.archive-shop .shop-list .article__cat {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  background-color: orange;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.archive-shop .shop-list .article__cat.cat-eat {
  background-color: #e28b3a;
}

.archive-shop .shop-list .article__cat.cat-shop {
  background-color: #fb6060;
}

.archive-shop .shop-list .article__cat.cat-play {
  background-color: #40b78c;
}

.archive-shop .shop-list .article__cat.cat-relax {
  background-color: #8b52d3;
}

.archive-shop .shop-list .article__cat.cat-other {
  background-color: #a9a9a9;
}

.archive-shop .shop-list .article__title {
  margin: 0;
}

.archive-shop .shop-list .article__subtitle {
  font-size: 0.85rem;
}

.archive-shop .shop-list .article__tel {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .archive-shop .shop-list {
    width: auto;
    padding: 0 1rem;
  }
  .archive-shop .shop-list .article-list {
    gap: 2rem;
  }
  .archive-shop .shop-list .article {
    width: calc(50% - 1rem);
  }
  .archive-shop .shop-list .article__cat {
    font-size: 2.66vw;
  }
  .archive-shop .shop-list .article__title {
    font-size: 3.73vw;
  }
  .archive-shop .shop-list .article__subtitle {
    font-size: 2.66vw;
  }
  .archive-shop .shop-list .article__tel {
    font-size: 3.2vw;
  }
}

.page-plan.archive-shop .shop-list .article-list {
  gap: 100px 2.1rem;
}

.page-plan.archive-shop .shop-list .article {
  position: relative;
}

/* .page-plan.archive-shop .shop-list .article__info {
	margin-bottom: calc(20px + 3.5rem);
} */

.page-plan.archive-shop .shop-list .button-area {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-plan.archive-shop .shop-list .gala-button.reserve {
  width: 90%;
  height: 3.5rem;
  line-height: 3.5rem;
}

.page-plan.archive-shop .shop-list .gala-button.reserve::after {
  top: 1.3rem;
}

@media screen and (max-width: 768px) {
  .page-plan.archive-shop .shop-list .article-list {
    gap: 4rem 2rem;
  }
  .page-plan.archive-shop .shop-list .gala-button.reserve {
    width: 100%;
    border-radius: 30px;
    height: 30px;
    line-height: 2;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
  }
  .page-plan.archive-shop .shop-list .gala-button.reserve::after {
    top: 50%;
    right: 2rem;
    height: 1rem;
    width: 2rem;
    transform: translate(0, -50%);
  }
  .page-plan.archive-shop .shop-list .gala-button.reserve a {
    vertical-align: middle;
  }
}

.archive-photo .photo-list {
  background-color: #f0fcff;
  padding: 5rem 1rem;
}

.archive-photo .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.archive-photo .article {
  width: calc(25% - 0.75rem);
}

.archive-photo .article__image {
  overflow: hidden;
}

.archive-photo .page-footer {
  background-color: #f0fcff;
}

@media screen and (max-width: 768px) {
  .archive-photo .article {
    width: calc(50% - 0.5rem);
  }
}

.single-shop .entry-header {
  margin-top: 120px;
  height: 540px;
  /* 非表示 */
  display: none;
}

.single-shop .entry-header .post-thumbnail {
  width: 100%;
  height: 100%;
}

.single-shop .entry-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .single-shop .entry-header {
    display: none;
  }
}

.single-shop .info__title {
  margin-top: 120px;
  text-align: center;
  color: #3298e0;
}

.single-shop .info__subtitle {
  text-align: center;
  font-size: 1.2rem;
}

.single-shop .info__lead {
  margin: 56px 0;
}

.single-shop .info__cols {
  display: flex;
  min-height: 270px;
  gap: 2rem;
}

.single-shop .info__cols--images {
  width: 60%;
}

.single-shop .info__cols--details {
  width: 40%;
}

.single-shop .info__days {
  margin: 2rem 0;
}

.single-shop .info__days span {
  display: inline-block;
  width: 5rem;
  line-height: 2rem;
}

.single-shop .info__tel span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
}

.single-shop .info__image .img-view {
  height: 22rem;
  margin-bottom: 1rem;
}

.single-shop .info__image .img-view .slick-track {
  display: flex;
  align-items: center;
}

.single-shop .info__image .img-view img {
  margin: 0 auto;
  /* width: 100%; */
  height: 100%;
  max-height: 22rem;
  max-width: 100%;
  /* object-fit: contain; */
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .single-shop .info__image .img-view img {
    width: 90.4vw !important;
    object-fit: contain;
  }
}

.single-shop .info__image .img-view .slick-arrow {
  display: none !important;
}

.single-shop .info__image .img-thum.slick-slider {
  height: auto;
}

.single-shop .info__image .img-thum.slick-slider img {
  padding: 0.3rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 15rem;
  max-width: 100%;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.6;
}

.single-shop .info__image .img-thum .slick-arrow {
  display: none !important;
}

.single-shop .info__image .img-thum .slick-track {
  display: flex;
  align-items: center;
}

.single-shop .info__image .img-thum .slick-current {
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .single-shop .info__image .img-view {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .single-shop .info__title {
    font-size: 18px;
  }
  .single-shop .info__subtitle {
    font-size: 12px;
  }
  .single-shop .info__cols {
    flex-direction: column;
    gap: 1rem;
  }
  .single-shop .info__cols--images {
    width: 100%;
  }
  .single-shop .info__cols--details {
    width: 100%;
    font-size: 16px;
  }
  .single-shop .info__days span {
    width: 80px;
  }
  .single-shop .info__tel {
    text-align: center;
  }
}

.single-shop .entry-content {
  margin: 6rem 0 0;
}

.single-shop .entry-content h3 {
  background: url("./icons/underline.png") no-repeat bottom left/80%;
  padding-bottom: 12px;
}

.single-shop .entry-content p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.single-shop .button-area {
  text-align: center;
  margin: 3rem 0 5rem;
}

.single-shop .contact-wrap {
  margin: 60px 0;
  padding: 26px 35px;
  border-top: 1px solid #175397;
  border-bottom: 1px solid #175397;
  display: flex;
  gap: 42px;
  align-items: center;
}

.single-shop .contact-wrap .contact_ttl {
  display: inline-block;
  padding: 15px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #055c9a;
  border-radius: 3px;
}

.single-shop .contact_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-shop .contact_list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.single-shop .contact_list li:last-child {
  margin-bottom: none;
}

.single-shop .contact_list .ttl {
  font-size: 20px;
}

.single-shop .contact_list a {
  color: #175397;
}

@media screen and (max-width: 768px) {
  .single-shop article.single-shop {
    padding: 0 18px;
  }
  .single-shop .contact-wrap {
    margin: 30px 0;
    flex-direction: column;
    gap: 15px;
  }
  .single-shop .contact-wrap .contact_ttl {
    padding: 10px 15px;
    font-size: 14px;
  }
  .single-shop .contact_list li {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .single-shop .contact_list .ttl {
    font-size: 16px;
  }
}

.link-button {
  border: 3px solid #055c9a;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.link-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #055c9a;
}

.link-button:hover {
  background-color: #055c9a;
}

.link-button:hover a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 0 auto 1rem;
  }
}

.archive-event .article-list {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.archive-event .article {
  width: calc(33% - 0.8rem);
}

.archive-event .article__image {
  overflow: hidden;
}

.archive-event .article__info {
  background-color: #f8f8f8;
  padding: 0 1rem 1rem 1rem;
}

.archive-event .article__tag-area {
  font-size: 0.75rem;
}

.archive-event .article__title-area {
  padding: 1rem 0;
}

.archive-event .article__date-area {
  font-size: 1rem;
}

.archive-event .article__tag {
  color: #fff;
  display: inline-block;
  width: 4rem;
  line-height: 1.5rem;
  border-radius: 2rem;
  text-align: center;
  margin-top: 0.5rem;
}

.archive-event .article__tag.tag-spring {
  background-color: #ed7a94;
}

.archive-event .article__tag.tag-summer {
  background-color: #eb5902;
}

.archive-event .article__tag.tag-fall {
  background-color: #8cc220;
}

.archive-event .article__tag.tag-winter {
  background-color: #1f88d3;
}

.archive-event .article__tag.tag-now {
  background-color: #8b52d3;
}

@media screen and (max-width: 768px) {
  .archive-event .article {
    width: calc(50% - 0.6rem);
  }
  .archive-event .article__date-area {
    font-size: 14px;
  }
}

.event-single {
  padding-top: 5rem;
}

.event-single .event__date {
  font-size: 1rem;
}

.event-single .entry-content h2 {
  border-left: 5px solid #055c9a;
  padding-left: 1rem;
  font-weight: 600;
}

.event-single .entry-content a {
  text-decoration: underline;
  color: #055c9a;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .event-single {
    padding: 5rem 1.5rem 0;
  }
  .event-single .event__date {
    font-size: 14px;
  }
}

.entry-footer {
  padding-top: 5rem;
}

.navigation.pagination {
  padding-top: 5rem;
  max-width: 1080px;
  margin: 0 auto;
}

.navigation.pagination ul {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation.pagination ul li a,
.navigation.pagination ul li span {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  color: #055c9a;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.navigation.pagination ul li span.current {
  color: #fff;
  background-color: #055c9a;
  border-radius: 1rem;
}

.entry-footer a {
  color: #055c9a;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.entry-footer .navigation.post-navigation .nav-links {
  align-items: center;
}

.entry-footer .navigation.post-navigation .nav-links svg {
  height: 2rem;
  margin-bottom: -0.7rem;
}

.entry-footer .navigation.post-navigation .nav-links .nav-previous span,
.entry-footer .navigation.post-navigation .nav-links .nav-next span {
  margin: 1rem;
}

.entry-footer .back-list {
  text-align: center;
  margin-top: -1.5rem;
}

.front-page .news .article,
.archive-news .article {
  padding: 1rem;
  border-bottom: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
}

.front-page .news .article__date,
.archive-news .article__date {
  width: 10rem;
  color: #055c9a;
}

.front-page .news .article__title,
.archive-news .article__title {
  flex-basis: 100%;
  margin-right: 1rem;
}

.front-page .news .article__title a,
.archive-news .article__title a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.front-page .news .page-footer,
.archive-news .page-footer {
  background-color: #f0fcff;
}

.archive-news .news-list {
  background-color: #f0fcff;
  padding: 5rem 1.5rem 0;
}

.news-single {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .news-single {
    padding: 0 1.5rem;
    padding-top: 5rem;
  }
}

.page-about img {
  width: 100%;
}

.page-about .about-top {
  display: flex;
}

.page-about .about-top--text {
  width: 25%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-right: 3rem;
  padding-top: 3rem;
  line-height: 2rem;
  letter-spacing: 0.5rem;
}

.page-about .about-top--text .s-line {
  margin-top: 2rem;
}

.page-about .about-top--image {
  width: 75%;
}

.page-about .about-top--image .post-thumbnail {
  height: 100%;
}

.page-about .about-top--image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.page-about .about-heading {
  font-size: 4rem;
  margin: 5rem auto;
  letter-spacing: 0.5rem;
}

.page-about .about-plan {
  background-color: #d8f1ff;
  padding-top: 3rem;
}

.page-about .about-plan h2 {
  text-align: center;
  color: #055c9a;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.page-about .page-content h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 170%;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
  .page-about .page-content h3 {
    font-size: 20px;
  }
}

.page-about .page-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.2rem;
  padding: 0 0 20px;
}

.page-about .page-content img,
.page-about .page-content figure {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-about .page-footer {
  background-color: #d8f1ff;
}

@media screen and (max-width: 768px) {
  .page-about .about-top--text {
    padding-right: 1rem;
    padding-top: 0;
    letter-spacing: 0;
  }
  .page-about .about-heading {
    font-size: 1.75rem;
    margin: 1.75rem 1rem;
  }
}

.page-access a,
.page-sightseeing a {
  color: #055c9a;
  text-decoration: underline;
}

.page-access h2,
.page-access h3,
.page-sightseeing h2,
.page-sightseeing h3 {
  color: #055c9a;
  margin-top: 2rem;
}

.page-access h2,
.page-sightseeing h2 {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.page-access hr,
.page-sightseeing hr {
  border: 0.5px solid #98c5ff;
  height: 0;
  margin-left: -100%;
  margin-top: 0;
}

.page-access p,
.page-sightseeing p {
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}

.page-sightseeing .recommend-area {
  margin-bottom: 8rem;
}

.page-sightseeing .recommend {
  padding-bottom: 5rem;
}

.page-sightseeing .recommend__img {
  height: 620px;
  text-align: right;
}

.page-sightseeing .recommend__img img {
  width: 60%;
  height: 420px;
  object-fit: cover;
}

.page-sightseeing .recommend__text {
  background-color: rgba(240, 252, 255, 0.7);
  backdrop-filter: blur(10px);
  width: 50%;
  margin-top: -57%;
  padding: 2rem;
}

.page-sightseeing .recommend__text h3 {
  margin: 0 0 1rem;
  font-size: 30px;
  line-height: 170%;
}

.page-sightseeing .recommend__text p {
  margin-bottom: 1rem;
}

.page-sightseeing .article {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}

.page-sightseeing .article__image {
  width: 40%;
}

.page-sightseeing .article__info {
  padding: 0 1rem;
  width: 60%;
}

.page-sightseeing .article__title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.page-sightseeing .article__access {
  margin-top: 1.5rem;
  font-size: 10px;
  text-align: right;
  line-height: 1rem;
}

.page-sightseeing .article__access--text {
  margin-left: 1rem;
  font-size: 1rem;
  color: #055c9a;
}

@media screen and (max-width: 768px) {
  .page-sightseeing .recommend-area {
    margin-bottom: 4rem;
  }
  .page-sightseeing .recommend__img {
    height: auto;
    width: calc(100% + 2rem);
  }
  .page-sightseeing .recommend__img img {
    width: 100rem;
    transform: translate(-1rem);
    height: 100%;
  }
  .page-sightseeing .recommend__text {
    width: 100%;
    margin-top: -10%;
  }
  .page-sightseeing .article {
    flex-direction: column-reverse;
  }
  .page-sightseeing .article__image {
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-sightseeing .article__info {
    width: 100%;
  }
}

.page-contact .article p,
.page-reservation .article p {
  margin-bottom: 40px;
}

.page-contact .article a,
.page-reservation .article a {
  color: #055c9a;
  text-decoration: underline;
}

.page-contact form .red,
.page-reservation form .red {
  color: red;
  margin-left: 0.25rem;
}

.page-contact form label,
.page-reservation form label {
  display: inline-block;
  width: 30%;
}

.page-contact form input.form-name,
.page-contact form input.form-email,
.page-contact form input.form-tel,
.page-contact form select.form-target,
.page-contact form input.form-time,
.page-contact form textarea.form-content,
.page-reservation form input.form-name,
.page-reservation form input.form-email,
.page-reservation form input.form-tel,
.page-reservation form select.form-target,
.page-reservation form input.form-time,
.page-reservation form textarea.form-content {
  width: 69%;
  padding: 13px 24px;
  border: 1px solid #565656;
}

.page-contact form input.form-name::placeholder,
.page-contact form input.form-email::placeholder,
.page-contact form input.form-tel::placeholder,
.page-contact form select.form-target::placeholder,
.page-contact form input.form-time::placeholder,
.page-contact form textarea.form-content::placeholder,
.page-reservation form input.form-name::placeholder,
.page-reservation form input.form-email::placeholder,
.page-reservation form input.form-tel::placeholder,
.page-reservation form select.form-target::placeholder,
.page-reservation form input.form-time::placeholder,
.page-reservation form textarea.form-content::placeholder {
  color: #bbb;
}

.page-contact form textarea.form-content,
.page-reservation form textarea.form-content {
  width: 100%;
  margin-top: 1rem;
}

.page-contact form .contact-input-text,
.page-contact form .contact-preview-text,
.page-reservation form .contact-input-text,
.page-reservation form .contact-preview-text {
  margin-bottom: 3rem;
}

.page-contact form .contact-preview-text,
.page-reservation form .contact-preview-text {
  text-align: center;
}

.page-contact form button,
.page-contact form .form-b-back,
.page-reservation form button,
.page-reservation form .form-b-back {
  display: block;
  width: 20rem;
  height: 4.5rem;
  color: #fff;
  background-color: #055c9a;
  margin: 4rem auto;
  cursor: pointer;
}

.page-contact form .form-b-back,
.page-reservation form .form-b-back {
  background-color: #ccc;
  color: #444;
  margin-top: -3rem;
}

.page-contact .textarea-label,
.page-reservation .textarea-label {
  width: 100%;
}

.page-contact .mwform-checkbox-field,
.page-reservation .mwform-checkbox-field {
  display: block;
  text-align: center;
}

.page-contact .mwform-checkbox-field label,
.page-reservation .mwform-checkbox-field label {
  width: 100%;
}

.page-contact .mw_wp_form_input .contact-preview-text,
.page-reservation .mw_wp_form_input .contact-preview-text {
  display: none;
  border-bottom: 0 solid #bbbbbb;
}

.page-contact .mw_wp_form_preview .contact-input-text,
.page-reservation .mw_wp_form_preview .contact-input-text {
  display: none;
}

.page-contact .mw_wp_form_preview .form-pala,
.page-reservation .mw_wp_form_preview .form-pala {
  padding: 40px 0 28px;
  border-bottom: 1px solid #bbbbbb;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.page-contact .mw_wp_form_preview .form-pala .red,
.page-contact .mw_wp_form_preview .form-pala .textarea-label,
.page-contact .mw_wp_form_preview .form-pala br,
.page-reservation .mw_wp_form_preview .form-pala .red,
.page-reservation .mw_wp_form_preview .form-pala .textarea-label,
.page-reservation .mw_wp_form_preview .form-pala br {
  display: none;
}

.page-contact .mw_wp_form_preview .form-confirm-pala,
.page-reservation .mw_wp_form_preview .form-confirm-pala {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-contact form label,
  .page-reservation form label {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .page-contact form input.form-name,
  .page-contact form input.form-email,
  .page-contact form input.form-tel,
  .page-contact form select.form-target,
  .page-contact form input.form-time,
  .page-reservation form input.form-name,
  .page-reservation form input.form-email,
  .page-reservation form input.form-tel,
  .page-reservation form select.form-target,
  .page-reservation form input.form-time {
    width: 100%;
    height: 50px;
  }
}

.page-search-by-purpose .term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.page-search-by-purpose .term-area {
  flex-basis: calc(50% - 2rem);
}

.page-search-by-purpose .term__parent {
  background: url("./icons/underline.png") no-repeat bottom left/100%;
  padding-bottom: 12px;
  margin-bottom: 0.5rem;
}

.page-search-by-purpose .term__child-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 2rem;
}

.page-search-by-purpose .term__child {
  line-height: 3rem;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.page-search-by-purpose .term__child a {
  display: inline-block;
  width: 100%;
}

.page-search-by-purpose .term__child a:hover {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .page-search-by-purpose .term-area {
    flex-basis: 100%;
  }
  .page-search-by-purpose .term__parent {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .page-search-by-purpose .term__child-list {
    margin-left: 1.5rem;
  }
}

.page-faq .anchor-button {
  border: 1px solid #055c9a;
  margin-bottom: 1rem;
  position: relative;
}

.page-faq .anchor-button a {
  padding: 1rem 1.5rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #055c9a;
}

.page-faq .anchor-button::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url("./icons/carret-fill.svg") no-repeat center/70%;
  pointer-events: none;
}

.page-faq .faq-area h2 {
  color: #055c9a;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  margin-top: 4rem;
  border-bottom: 3px solid #055c9a;
}

.page-faq .faq-area .acordion-list .acd-check {
  display: none;
}

.page-faq .faq-area .acordion-list .acd-label {
  margin: 0 1rem;
  display: block;
  position: relative;
  line-height: 4rem;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.page-faq .faq-area .acordion-list .acd-label span {
  color: #055c9a;
  margin-right: 1rem;
}

.page-faq .faq-area .acordion-list .acd-label:after {
  content: "+";
  color: #055c9a;
  font-weight: 600;
  font-size: 1.5rem;
  display: block;
  height: 3rem;
  position: absolute;
  right: 1rem;
  top: 0;
}

.page-faq .faq-area .acordion-list .acd-content {
  height: 0;
  padding: 0 2rem;
  display: none;
}

.page-faq .faq-area .acordion-list .acd-check:checked + .acd-label:after {
  content: "-";
  font-size: 2rem;
}

.page-faq
  .faq-area
  .acordion-list
  .acd-check:checked
  + .acd-label
  + .acd-content {
  height: 100%;
  padding: 1rem 2rem;
  display: block;
}

.page-faq
  .faq-area
  .acordion-list
  .acd-check:checked
  + .acd-label
  + .acd-content
  p {
  margin-bottom: 1rem;
}

.page-faq .faq-area .faq-term-anchor {
  padding-top: 70px;
  margin-top: -70px;
}

.page-privacy-policy h2 {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .page-access,
  .page-sightseeing,
  .page-faq,
  .page-contact,
  .page-reservation,
  .page-search-by-purpose,
  .archive-photo,
  .page-privacy-policy {
    padding: 0 1.5rem;
  }
}

/*--------------------------------------------------------------
# 2025.01_修正
--------------------------------------------------------------*/
img,
.shop-thumbnail,
.article__image {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

.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: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.only-smp {
  display: none;
}

.only-pc {
  display: revert;
}

@media screen and (max-width: 768px) {
  .only-smp {
    display: revert;
  }
  .only-pc {
    display: none;
  }
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
