@charset "UTF-8";
/*!
Theme Name: verde
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: verde
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.

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

/* 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;
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

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: #4169e1;
}

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

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 {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

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

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  .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%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  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;
}

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

/* mediaクエリ----------------------- */
/* mediaクエリ----------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.8s ease-out, transform 1.8s ease-out; /* 時間を1.5秒に変更 */
}

.fadeIn.visible {
  opacity: 1;
  transform: translateY(0);
}

.slideInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.slideInRight.visible {
  opacity: 1;
  transform: translateX(0);
}

.slideInLeft {
  opacity: 0;
  transform: translateX(-50px); /* 左にオフセット */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.slideInLeft.visible {
  opacity: 1;
  transform: translateX(0); /* 元の位置 */
}

/*フレックスボックス */
.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

/* テキストスタイル */
.text-center {
  text-align: center;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

/* フェードイン */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

/*-------------------------------------------*/
html {
  scroll-padding-top: 136.15px;
  scroll-behavior: smooth;
}
@media (max-width: 880px) {
  html {
    scroll-padding-top: 88px;
  }
}
@media (max-width: 480px) {
  html {
    scroll-padding-top: 69px;
  }
}

body {
  color: #222222;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 1.08rem;
  letter-spacing: 0.6px;
  scroll-behavior: smooth;
}
@media (max-width: 480px) {
  body {
    font-size: 1rem;
  }
}
body p {
  line-height: 1.8;
}

a {
  color: #222222;
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 30px 0;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #222222;
  transition: color 0.3s;
  background: #ebeaea;
  padding: 2px 10px;
  border-radius: 20px;
}
.breadcrumbs li a:hover {
  background-color: #bfa575;
}
.breadcrumbs li span {
  color: #222222;
}

.l-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 880px) {
  .l-wrap {
    width: 98%;
  }
}

.pcnone {
  display: none !important;
}
@media (max-width: 480px) {
  .pcnone {
    display: block !important;
  }
}

.spnone {
  display: block !important;
}
@media (max-width: 480px) {
  .spnone {
    display: none !important;
  }
}

.img-shadow {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.title__01 {
  text-align: center;
  margin: 20px auto 40px;
}
.title__01 .en {
  font-size: 2.8rem;
  font-family: regina, sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
@media (max-width: 480px) {
  .title__01 .en {
    font-size: 2rem;
  }
}
.title__01 .ja {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
.title__01 .sub {
  color: #60533c;
  font-size: 1.25rem;
}
.title__02 {
  position: relative;
  text-align: center;
  margin: 20px 0 80px;
}
.title__02 .titname {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  padding: 0 20px 10px;
  counter-reset: #60533c;
  position: relative;
  border-bottom: 1px solid #60533c;
}
@media (max-width: 480px) {
  .title__02 .titname {
    font-size: 1.25rem;
  }
}
.title__02 .line-decoration {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background-color: #60533c;
}

.btn__01 {
  background-color: #bfa575;
  color: #fff;
  padding: 16px 20px 14px;
  display: inline-flex;
  min-width: 300px;
  text-align: center;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 480px) {
  .btn__01 {
    min-width: auto;
    font-size: 0.875rem;
    padding: 12px 10px 12px;
  }
}
.btn__01:hover {
  color: #fff;
  background-color: #6d7368;
}
.btn__01 i {
  padding-left: 4px;
}
.btn__02 {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #6d7368;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.4s;
  text-align: center;
}
@media (max-width: 480px) {
  .btn__02 {
    padding: 8px 10px;
    font-size: 0.875rem;
  }
}
.btn__02 i {
  padding-left: 4px;
}
.btn__02:hover {
  color: #fff;
  background-color: #bfa575;
}
.btn__02.more {
  font-size: 0.875rem;
  padding: 6px 16px 4px;
  border-radius: 18px;
}
.btn__02.right {
  width: 130px;
  margin: 10px 0 0 auto;
  display: block;
}

.header {
  padding: 0 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 480px) {
  .header {
    padding: 0 8px;
  }
}
.header__wrap {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 136.15px;
}
@media (max-width: 1170px) {
  .header__wrap {
    position: relative;
    height: 86.5px;
  }
}
@media (max-width: 480px) {
  .header__wrap {
    height: 69px;
  }
}
.header__wrap.scroll {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1170px) {
  .header__wrap.scroll {
    background: transparent;
  }
}
.header__sns {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  color: #bfa575;
  font-family: bellefair, sans-serif;
}
@media (max-width: 1170px) {
  .header__sns {
    display: none;
  }
}
.header__sns > div {
  padding: 8px 14px;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__sns > div p {
  padding: 0;
  margin: 0;
}
.header__sns > div a {
  color: #bfa575;
  transition: all 0.4s ease-in-out;
}
.header__sns > div a:hover {
  color: #6d7368;
}
.header__sns > div i {
  font-size: 34px;
  padding-right: 6px;
}
.header__sns > div span {
  font-size: 0.875rem;
  color: #222222;
  letter-spacing: 1px;
}
.header__sns .sns-insta i {
  padding-right: 4px;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 10px;
}
@media (max-width: 880px) {
  .header__flex {
    padding: 10px 10px 20px 10px;
  }
}
@media (max-width: 480px) {
  .header__flex {
    justify-content: flex-start;
    padding: 0;
    min-height: 68px;
    align-items: center;
  }
}
.header__logo {
  position: relative;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo h1 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .header__logo h1 {
    line-height: 1;
    font-size: 10px;
  }
}
.header__logo h1 img {
  max-width: 150px;
}
@media (max-width: 880px) {
  .header__logo h1 img {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .header__logo h1 img {
    max-width: 100px;
    display: block;
    padding: 10px 0 10px;
    line-height: 1;
  }
}
.header__logo h1 p {
  line-height: 1.4;
}
@media (max-width: 880px) {
  .header__logo h1 p {
    display: none;
  }
}
.header__right {
  margin: 0;
  display: flex;
  flex-flow: column;
}
.header nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1170px) {
  .header nav {
    display: none;
  }
}
.header nav .menu {
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  margin-bottom: 0;
}
.header nav .menu li {
  font-size: 1rem;
  list-style: none;
  text-align: center;
  font-family: bellefair, sans-serif;
}
.header nav .menu li a {
  width: 100%;
  display: block;
  padding: 12px 26px 10px;
  text-decoration: none;
  color: #222222;
  font-size: 1.08rem;
  letter-spacing: 0.8px;
  transition: all 0.4s ease-in-out;
}
.header nav .menu li a:hover {
  color: #6d7368;
  text-decoration: underline;
}
.header nav .menu li a.contactbtn {
  background-color: #6d7368;
  color: #fff;
}
.header nav .menu li a.contactbtn:hover {
  background-color: #bfa575;
  text-decoration: none;
}
.header nav .menu li.dropbtn {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.header nav .menu li.dropbtn .submenu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background-color: #f5f7f2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: auto;
  min-width: 200px;
  max-width: 300px;
}
.header nav .menu li.dropbtn .submenu li {
  text-align: left;
}
.header nav .menu li.dropbtn .submenu li a {
  padding: 12px 8px;
  font-size: 1rem;
  border-bottom: 1px solid #c5c5c5;
  color: #222222;
  transition: all 0.4s ease-in-out;
}
.header nav .menu li.dropbtn .submenu li a i {
  padding-right: 6px;
}
.header nav .menu li.dropbtn .submenu li:hover a {
  text-decoration: underline;
}
.header nav button {
  display: none;
}
@media (max-width: 1024px) {
  .header nav button {
    display: block;
  }
}
.header .spmenu {
  display: none;
  position: relative;
  z-index: 999;
}
@media (max-width: 1170px) {
  .header .spmenu {
    display: block;
  }
}
.header .spmenu_con {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: width 0.2s;
  z-index: 999;
}
.header .spmenu .menu--isOpen {
  width: 60vw;
  list-style-type: none;
  padding-top: 30px;
  padding-left: 15px;
  margin: 0;
}
@media (max-width: 480px) {
  .header .spmenu .menu--isOpen {
    width: 74vw;
  }
}
.header .spmenu .menu--isOpen li {
  border-bottom: 1px solid #222222;
  text-align: left;
  padding: 12px 6px 12px 8px;
}
.header .spmenu .menu--isOpen li > a {
  color: #222222;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.94rem;
}
.header .spmenu .menu--isOpen li i {
  padding-right: 4px;
}
.header .spmenu .menu--isOpen li.dropbtn--sp .submenu {
  margin-left: 1rem;
  padding-left: 0;
}
.header .spmenu .menu--isOpen li.dropbtn--sp .submenu li {
  text-align: left;
  border-bottom: none;
  margin-left: 0.6rem;
  padding: 4px 2px;
}
.header .spmenu .menu--isOpen li.dropbtn--sp .submenu li a {
  color: #222222;
  font-size: 0.9rem;
}
.header .spmenu .menu--isOpen li.snslist {
  padding: 20px 20px 10px 0;
  color: #6d7368;
  display: flex;
  border-bottom: none;
}
.header .spmenu .menu--isOpen li.snslist > div {
  display: flex;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 10px;
}
.header .spmenu .menu--isOpen li.snslist > div p {
  margin-right: 20px;
  width: 80px;
}
.header .spmenu .menu--isOpen li.snslist > div a {
  display: flex;
  align-items: center;
}
.header .spmenu .menu--isOpen li.snslist > div a:last-child {
  margin-right: 0;
}
.header .spmenu .menu--isOpen li.snslist > div i {
  font-size: 30px;
  padding-right: 8px;
}
.header .spmenu .menu--isOpen li.snslist > div i.fa-facebook {
  font-size: 28px;
}
.header .spmenu .menu__button {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: #bfa575;
  border: 1px solid #bfa575;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .header .spmenu .menu__button {
    top: 8px;
  }
}
.header .spmenu .menu__button .text {
  display: block;
  margin: auto;
  color: #fff;
  position: absolute;
  font-size: 11px;
  left: 0;
  right: 0;
  bottom: 2px;
}
.header .spmenu .line {
  display: block;
  width: 80%;
  margin: auto;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 14px) / 2);
  border-radius: 3px;
  transition: 0.2s;
}
.header .spmenu .menu__lineTop {
  transform: translateY(-8px);
}
.header .spmenu .menu__lineBottom {
  transform: translateY(8px);
}
.header .spmenu .menu--isOpen .menu__lineTop {
  transform: rotate(45deg);
}
.header .spmenu .menu--isOpen .menu__lineMiddle {
  opacity: 0;
}
.header .spmenu .menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
}

.page-tit {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 880px) {
  .page-tit {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .page-tit {
    height: 180px;
  }
}
.page-tit img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page-tit .title__01 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
}
.page-tit .title__01 .ja {
  font-weight: normal;
}

.access {
  background-color: #f5f7f2;
  margin-bottom: 60px;
  margin-top: 40px;
  padding: 40px;
}
@media (max-width: 480px) {
  .access {
    width: 94%;
    padding: 40px 20px;
  }
}
.access-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .access-container {
    flex-flow: column;
  }
}
.access-info {
  min-width: 400px;
}
@media (max-width: 480px) {
  .access-info {
    min-width: auto;
  }
}
.access-info .access-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.access-info .access-description {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .access-info .access-description {
    margin-bottom: 0px;
  }
}
.access-info .access-description .subtit {
  font-size: 0.875rem;
  margin: 10px 0 10px 0;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .access-info .access-description .subtit {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.access-info .access-description .shopname {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0 0 10px;
  font-weight: normal;
}
.access-info .access-description .access-map-link i {
  padding-right: 4px;
}
.access-image {
  flex: 1;
}
.access-image img {
  width: 100%;
  height: auto;
}
.access-adress {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .access-adress {
    flex-flow: column;
    align-items: start;
    gap: 0;
  }
}
.access-adress p {
  margin: 0;
}
.access-adress .btn__02 {
  margin-top: 0;
}
.access-tbl {
  margin: 0;
}
.access-tbl th, .access-tbl td {
  text-align: left;
  font-weight: normal;
  padding: 0 0 10px 0;
  white-space: normal;
}
.access-tbl th {
  vertical-align: top;
  word-break: keep-all;
}
.access-tbl td {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.access-tbl .link {
  text-decoration: underline;
  color: #6d7368;
  padding: 0 2px;
}
.access-tbl .link:hover {
  text-decoration: none;
}
.access-note {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.contact {
  text-align: center;
  padding: 80px 20px 80px;
  background: url("./img/contact-bg.jpg") no-repeat center center;
  background-size: cover;
}
.contact-box {
  background: #fff;
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .contact-box {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .contact-box {
    padding: 30px 20px;
  }
}
.contact-info {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .contact-info {
    flex-flow: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.contact-info p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.contact-info .contact-qr {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
@media (max-width: 480px) {
  .contact-info .contact-qr {
    display: none;
  }
}
.contact-info .linebtn {
  width: 100%;
  display: block;
  flex: 1;
}
.contact-info .btn__02 {
  margin-top: 0;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  flex: 1;
}
.contact-info .btn__02 i {
  font-size: 1.5rem;
  padding-right: 4px;
}
.contact-phone {
  flex: 1;
  text-align: center;
}
@media (max-width: 480px) {
  .contact-phone {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.contact-phone p {
  margin: 5px 0;
}
.contact-phone p span {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .contact-phone .telno {
    display: none;
  }
}
.contact-phone .contact-note {
  font-size: 0.875rem;
}
.contact-phone .btn__02 {
  margin-top: 0;
  letter-spacing: 1px;
  width: 100%;
}
.contact-phone .btn__02 i {
  font-size: 1.5rem;
  padding-right: 4px;
}

.site-footer {
  background-color: #fff;
  padding: 80px 0 0;
}
@media (max-width: 880px) {
  .site-footer {
    padding: 20px 0 0;
  }
}
.site-footer-container {
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 0 40px 80px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 880px) {
  .site-footer-container {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .site-footer-container {
    padding: 0 10px 10px;
    align-items: end;
  }
}
.site-footer-logo img {
  max-width: 150px;
  height: auto;
}
@media (max-width: 480px) {
  .site-footer-logo img {
    max-width: 100px;
  }
}
.site-footer-nav {
  display: flex;
  justify-content: center;
  gap: 80px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .site-footer-nav {
    display: none;
  }
}
.site-footer-nav a {
  display: block;
  text-decoration: none;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.site-footer-nav a:hover {
  color: #6d7368;
  text-decoration: underline;
}
.site-footer-nav .mainlink {
  font-family: bellefair, sans-serif;
}
.site-footer-nav .childlink {
  margin-left: 10px;
  font-size: 0.875rem;
}
.site-footer-bottom {
  padding: 20px;
  background-color: #f5f7f2;
  font-size: 0.75rem;
}
.site-footer-bottom p {
  margin: 0;
  text-align: center;
}
.site-footer .site-footer-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  color: #bfa575;
  font-size: 40px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .site-footer-back-to-top:hover {
  color: #6d7368;
}
.site-footer .site-footer-back-to-top i {
  vertical-align: middle;
}

.qa {
  padding-top: 40px;
  padding-bottom: 80px;
}
.qa-bg {
  width: 100%;
  background: linear-gradient(to right, #f5f7f2 30%, white 30%);
  padding-top: 80px;
  padding-bottom: 80px;
}
.qa-linebox {
  position: relative;
  padding: 16px;
  margin-left: 70px;
  border-left: 4px solid white;
  border-right: 4px solid white;
}
@media (max-width: 480px) {
  .qa-linebox {
    margin-left: 30px;
  }
}
.qa-linebox::before, .qa-linebox::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, white calc(30% - 50px), #f5f7f2 calc(30% - 50px));
}
@media (max-width: 480px) {
  .qa-linebox::before, .qa-linebox::after {
    background: linear-gradient(to right, white calc(30% - 23px), #f5f7f2 calc(30% - 50px));
  }
}
.qa-linebox::before {
  top: 0;
}
.qa-linebox::after {
  bottom: 0;
}
.qa-list {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}
@media (max-width: 480px) {
  .qa-list {
    padding: 20px 10px;
  }
}
.qa-list-item {
  margin-bottom: 30px;
}
.qa-list-tit {
  color: #518b96;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .qa-list-tit {
    font-size: 1rem;
  }
}
.qa-list-tit .en {
  font-family: regina, sans-serif;
  color: #518b96;
  font-size: 2.8rem;
}
.qa-list-tit p {
  margin: 0;
}
.qa-list-text {
  background-color: #fff;
  border-top: 1px solid #518b96;
  border-left: 1px solid #518b96;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .qa-list-text {
    padding: 10px 14px;
  }
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.home .mv {
  overflow-x: hidden;
}
.home .mv .slider-container {
  position: relative;
  overflow: hidden;
}
.home .mv .slick-slider {
  width: 100%;
}
.home .mv .slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
.home .mv .slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 4px;
  color: #6d7368;
  z-index: 2;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
  animation: slideIn 2s ease-out forwards;
}
.home .mv .slider-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 150%;
  background: rgba(255, 255, 255, 0.9); /* 白い背景 */
  filter: blur(38px); /* ぼかし効果 */
  border-radius: 50%; /* 雲のような形 */
  z-index: -1; /* 文字の後ろに配置 */
}
@media (max-width: 880px) {
  .home .mv .slider-text {
    font-size: 1.4rem;
    letter-spacing: 2px;
    padding: 0 20px;
    max-width: 90%;
    word-wrap: break-word;
  }
}
@media (max-width: 480px) {
  .home .mv .slider-text {
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 0 10px;
    width: 100%;
    line-height: 1.8;
  }
}
@keyframes slideIn {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.home .news {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.home .news-list {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 10px;
}
@media (max-width: 880px) {
  .home .news-list {
    max-width: 700px;
  }
}
.home .news-item {
  position: relative;
  background: #f5f3f2;
  padding: 20px;
  display: flex;
  border: 1px solid #f5f3f2;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.home .news-item:hover {
  border: 1px solid #bfa575;
}
.home .news-item > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .news-item .news-date {
  font-size: 0.875rem;
  margin: 0 0 10px 0;
}
.home .news-item .news-content {
  display: flex;
  align-items: start;
  gap: 10px;
}
@media (max-width: 880px) {
  .home .news-item .news-content {
    flex-flow: column;
  }
}
.home .news-item .news-content .news-text {
  font-size: 1rem;
  margin: 0;
  flex: 1;
}
.home .news-item .news-content .news-listtext {
  display: flex;
  align-items: self-start;
}
.home .news-item .news-content .news-listtext i {
  padding-top: 6px;
  padding-right: 4px;
  font-size: 1rem;
  color: #bfa575;
}
.home .news-item .news-content .news-title {
  margin: 0;
}
.home .news-item .news-content .news-image {
  width: 180px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .home .news-item .news-content .news-image {
    margin: auto;
  }
}
.home .about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home .about-flex {
  display: flex;
  gap: 40px;
  align-items: start;
}
@media (max-width: 480px) {
  .home .about-flex {
    flex-flow: column;
  }
}
.home .about-item01 {
  width: 50%;
  margin-left: 40px;
}
@media (max-width: 880px) {
  .home .about-item01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .about-item02 {
  flex: 1;
}
.home .about-item02 img {
  padding-left: 20px;
}
@media (max-width: 480px) {
  .home .about-item02 img {
    padding-left: 0;
    display: block;
    width: 96%;
    margin: auto;
  }
}
.home .about .titletext {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
.home .about .textwrap {
  margin-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .home .about .textwrap {
    margin: 0;
    padding: 0 10px;
  }
  .home .about .textwrap .btn__01 {
    margin: 0 auto 20px;
    display: block;
    width: 70%;
  }
}
.home .service {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home .service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 480px) {
  .home .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home .service-item {
  position: relative;
  background: #f5f3f2;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.home .service-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.home .service-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .service-item h3 {
  color: #bfa575;
  font-size: 1.25rem;
  margin: 10px 20px 5px;
}
@media (max-width: 480px) {
  .home .service-item h3 {
    font-size: 1rem;
  }
}
.home .service-item p {
  margin: 10px 20px 40px;
}
@media (max-width: 480px) {
  .home .service-item p {
    margin: 10px 20px 10px;
    font-size: 0.875rem;
  }
}
.home .service-item.datsumou, .home .service-item.mayuge {
  background-color: #f5f7f2;
}
.home .service-item.datsumou h3, .home .service-item.mayuge h3 {
  color: #6d7368;
}
.home .service-item:last-child {
  max-width: 760px;
  grid-column: 1/-1; /* 全グリッド幅を使用せず配置は中央寄せ */
  justify-self: center;
}
@media (max-width: 880px) {
  .home .service-item:last-child {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .home .service-item:last-child {
    max-width: none;
    width: 100%;
  }
}
.home .service-item:hover {
  opacity: 0.7;
}
.home .sns {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  .home .sns {
    flex-flow: column;
  }
}
.home .sns-header {
  margin-top: 10px;
}
.home .sns-box {
  flex: 1;
}
.home .sns-item {
  overflow: hidden;
  margin-bottom: 40px;
  text-align: center;
}
.home .sns-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.home .sns-item img:hover {
  transform: scale(1.05);
}
.home .sns-item .fb-page {
  position: relative;
  width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  .home .sns-item .fb-page {
    max-width: auto;
  }
}
.home .sns-item .fb-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.home .sns .btn__01 {
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .home .sns .btn__01 {
    display: block;
    width: 70%;
    margin: 0 auto 10px;
  }
}
.home .school {
  position: relative;
  max-width: 900px;
  margin: 40px auto 80px;
  padding: 0 20px;
}
@media (max-width: 880px) {
  .home .school {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .home .school {
    padding: 0;
    max-width: none;
    width: 74%;
  }
}
.home .school-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.home .school-container > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.home .school-container .school-image {
  width: 100%;
  height: auto;
  display: block;
}
.home .school-container .school-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px 20px 40px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 880px) {
  .home .school-container .school-overlay {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .home .school-container .school-overlay {
    padding: 10px;
    flex-flow: column;
  }
}
.home .school-container .school-overlay .school-title {
  margin: 0;
}
@media (max-width: 880px) {
  .home .school-container .school-overlay .school-title .en {
    font-size: 1.25rem;
  }
}
.home .school-container .school-overlay .school-description {
  margin: 0 0 4px 0;
  line-height: 1;
}
.home .school-container .school-overlay .school-instagram {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home .school-container .school-overlay .school-instagram i {
  font-size: 1.5rem;
}
.home .school-container .school-overlay .school-instagram p {
  margin: 0;
}
@media (max-width: 480px) {
  .home .school-container .school-overlay .school-instagram p {
    font-size: 0.75rem;
  }
}
.home .school-container:hover {
  opacity: 0.7;
}

/* 脱毛 */
.hairremoval-page .about {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .hairremoval-page .about {
    padding-bottom: 60px;
  }
}
.hairremoval-page .about-top {
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .hairremoval-page .about-top {
    padding-bottom: 60px;
  }
}
.hairremoval-page .about-top__title {
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 2rem;
  color: #60533c;
}
@media (max-width: 880px) {
  .hairremoval-page .about-top__title {
    font-size: 1.5rem;
  }
}
.hairremoval-page .about-top__text {
  letter-spacing: 1px;
  font-size: 1.25rem;
}
@media (max-width: 880px) {
  .hairremoval-page .about-top__text {
    font-size: 1rem;
  }
}
.hairremoval-page .about-top .word01 {
  position: absolute;
  bottom: -60px;
  right: 0;
  max-width: 460px;
}
@media (max-width: 880px) {
  .hairremoval-page .about-top .word01 {
    max-width: 260px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about-top .word01 {
    display: none;
  }
}
.hairremoval-page .about-content {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .hairremoval-page .about-content {
    flex-flow: column;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about-content.about02 {
    flex-flow: column-reverse;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about-content.about02 .img-wrap {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about-content.about03 {
    margin-bottom: 30px;
  }
}
.hairremoval-page .about-content .img-wrap {
  flex: 1;
}
@media (max-width: 480px) {
  .hairremoval-page .about-content .img-wrap {
    width: 80%;
  }
}
.hairremoval-page .about-content h3 {
  color: #60533c;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 880px) {
  .hairremoval-page .about-content h3 {
    font-size: 1.25rem;
  }
}
.hairremoval-page .about-content .highlight {
  color: #bfa575;
  border-top: 1px solid #bfa575;
  border-bottom: 1px solid #bfa575;
  padding: 15px 0;
}
.hairremoval-page .about-content .highlight p {
  margin: 0 0 10px 0;
}
.hairremoval-page .about-content .text-wrap01 {
  flex: 1;
  position: relative;
  padding: 40px 60px;
  z-index: 1;
  margin: 80px 60px 0 -70px;
}
@media (max-width: 880px) {
  .hairremoval-page .about-content .text-wrap01 {
    padding: 20px 40px;
    margin: 80px 40px 0 -40px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about-content .text-wrap01 {
    padding: 20px 40px;
    margin: -40px 0 0 30px;
  }
}
.hairremoval-page .about-content .text-wrap01::before, .hairremoval-page .about-content .text-wrap01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hairremoval-page .about-content .text-wrap01::before {
  background-color: rgba(200, 212, 201, 0.7);
  transform: translate(-7px, -7px);
}
.hairremoval-page .about-content .text-wrap01::after {
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(7px, 7px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.hairremoval-page .about-content .text-wrap02 {
  flex: 1;
  position: relative;
  padding: 40px 60px;
  z-index: 1;
  margin: 80px -70px 0 60px;
}
@media (max-width: 880px) {
  .hairremoval-page .about-content .text-wrap02 {
    padding: 20px 40px;
    margin: 80px -40px 0 40px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about-content .text-wrap02 {
    padding: 20px 40px;
    margin: -40px 30px 0 0;
  }
}
.hairremoval-page .about-content .text-wrap02::before, .hairremoval-page .about-content .text-wrap02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hairremoval-page .about-content .text-wrap02::before {
  background-color: rgba(200, 212, 201, 0.7);
  transform: translate(7px, -20px);
}
.hairremoval-page .about-content .text-wrap02::after {
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(-7px, -7px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.hairremoval-page .about .word02 {
  max-width: 460px;
  margin: 0 auto 0 80px;
}
@media (max-width: 880px) {
  .hairremoval-page .about .word02 {
    max-width: 260px;
    margin: 0 auto 0 40px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .about .word02 {
    max-width: 190px;
    margin: 0 auto 0 10px;
  }
}
.hairremoval-page .riyu {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f7f2;
}
.hairremoval-page .riyu-content {
  display: flex;
  gap: 50px;
  margin: 60px auto;
}
@media (max-width: 480px) {
  .hairremoval-page .riyu-content {
    flex-flow: column;
  }
}
.hairremoval-page .riyu .card {
  background-color: #fff;
  flex: 1;
  z-index: 1;
  position: relative;
}
.hairremoval-page .riyu .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #518b96;
  transform: translate(-15px, -15px);
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px, 50px 50px);
          clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px, 50px 50px);
}
.hairremoval-page .riyu .card-number {
  font-family: regina, sans-serif;
  font-size: 58px;
  line-height: 1;
  color: #518b96;
  text-align: center;
  padding-top: 10px;
}
.hairremoval-page .riyu .card-title {
  background-color: #518b96;
  padding: 10px;
  color: #fff;
  font-size: 1.25rem;
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .hairremoval-page .riyu .card-title {
    padding: 2px;
  }
}
.hairremoval-page .riyu .card-description {
  padding: 20px 30px;
}
.hairremoval-page .riyu-line {
  text-align: center;
}
.hairremoval-page .riyu-line .fukidashi {
  max-width: 243px;
  margin: auto;
}
.hairremoval-page .riyu-line .imgQR {
  max-width: 277px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .hairremoval-page .riyu-line .imgQR {
    max-width: 180px;
  }
}
.hairremoval-page .riyu-line .imgQR img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.hairremoval-page .riyu-line .btn__02 {
  font-size: 1rem;
  letter-spacing: 2px;
}
.hairremoval-page .riyu-line .btn__02 i {
  padding-right: 10px;
  font-size: 1.5rem;
}
.hairremoval-page .menu {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hairremoval-page .menu-content {
  background-color: #f5f3f2;
  padding: 80px 40px 100px;
  position: relative;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-content {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .menu-content {
    padding: 20px 16px 30px;
  }
}
.hairremoval-page .menu-flex {
  display: flex;
  gap: 60px;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-flex {
    gap: 30px;
  }
}
.hairremoval-page .menu-flex.box02 {
  margin-bottom: 80px;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-flex.box02 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .menu-flex.box02 {
    margin-bottom: 0;
  }
}
.hairremoval-page .menu-img {
  max-width: 300px;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-img {
    display: none;
  }
}
.hairremoval-page .menu .table-wrap {
  flex: 1;
}
.hairremoval-page .menu-tbl {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 480px) {
  .hairremoval-page .menu-tbl tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    border: none;
  }
}
.hairremoval-page .menu-tbl th, .hairremoval-page .menu-tbl td {
  border-bottom: 1px solid #bfa575;
  padding: 30px 20px;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-tbl th, .hairremoval-page .menu-tbl td {
    padding: 30px 10px;
  }
}
.hairremoval-page .menu-tbl th {
  text-align: left;
  font-weight: normal;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
}
@media (max-width: 480px) {
  .hairremoval-page .menu-tbl th {
    flex: 1 1 100%;
    padding: 0 0 5px 10px;
    border: none;
  }
}
.hairremoval-page .menu-tbl td {
  max-width: 190px;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-tbl td {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .menu-tbl td {
    max-width: none;
    flex: 1 1 50%;
    border: none;
    padding: 0 0 10px;
    text-align: right;
    border-bottom: 1px solid #bfa575;
  }
}
.hairremoval-page .menu-tbl td.price {
  width: 140px;
  text-align: right;
  padding-right: 40px;
}
@media (max-width: 880px) {
  .hairremoval-page .menu-tbl td.price {
    padding-right: 20px;
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .hairremoval-page .menu-tbl td.price {
    padding-right: 10px;
    max-width: none;
  }
}
.hairremoval-page .menu .chuilist {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
}
@media (max-width: 880px) {
  .hairremoval-page .menu .chuilist {
    padding-left: 30px;
  }
}
.hairremoval-page .menu .chuilist li {
  margin-bottom: 10px;
}
.hairremoval-page .menu .bg-tree01 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
@media (max-width: 880px) {
  .hairremoval-page .menu .bg-tree01 {
    display: none;
  }
}

/* フェイシャルと眉毛 */
.esute-page .esutetit {
  margin: 80px auto;
}
.esute-page .esutebox {
  background-color: #f5f3f2;
  padding: 40px 40px 120px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .esute-page .esutebox {
    padding: 30px 30px 80px;
  }
}
.esute-page .esutebox-flex {
  display: flex;
  max-width: 1100px;
  margin: auto;
  gap: 60px;
}
@media (max-width: 880px) {
  .esute-page .esutebox-flex {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .esute-page .esutebox-flex {
    gap: 20px;
    flex-flow: column;
  }
}
.esute-page .esutebox-img {
  max-width: 400px;
}
@media (max-width: 880px) {
  .esute-page .esutebox-img {
    max-width: 230px;
  }
}
@media (max-width: 480px) {
  .esute-page .esutebox-img {
    margin: auto;
  }
}
.esute-page .esutebox-con {
  flex: 1;
}
.esute-page .esutebox-con p {
  margin-bottom: 40px;
}
.esute-page .esutebox-tbl {
  border-collapse: collapse;
  border-top: 1px solid #bfa575;
  margin-bottom: 50px;
  width: 100%;
}
.esute-page .esutebox-tbl th, .esute-page .esutebox-tbl td {
  font-weight: normal;
  text-align: left;
  padding: 30px 20px;
  border-bottom: 1px solid #bfa575;
}
@media (max-width: 880px) {
  .esute-page .esutebox-tbl th, .esute-page .esutebox-tbl td {
    padding: 30px 14px;
  }
}
.esute-page .esutebox-tbl .fs {
  font-size: 0.875rem;
}
.esute-page .esutebox-tbl .price {
  text-align: right;
}
@media (max-width: 480px) {
  .esute-page .esutebox-tbl.tbl02 {
    width: 100%;
    min-width: 500px;
    table-layout: fixed;
    border-collapse: collapse;
  }
}
@media (max-width: 480px) {
  .esute-page .esutebox-tbl.tbl02 th, .esute-page .esutebox-tbl.tbl02 td {
    width: 33.33%;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    max-width: 150px;
  }
}
.esute-page .esutebox .chuiwrap {
  display: flex; /* フレックスボックスを有効化 */
  justify-content: flex-end;
}
.esute-page .esutebox .chuibox {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  max-width: 500px;
  font-size: 96%;
}
.esute-page .esutebox .rei {
  display: flex;
}
.esute-page .esutebox .rei-con {
  flex: 1;
}
.esute-page .eyebox {
  background-color: #f5f3f2;
  padding: 40px 40px 120px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .esute-page .eyebox {
    padding: 30px 30px 80px;
  }
}
.esute-page .eyebox-flex {
  display: flex;
  max-width: 1100px;
  margin: auto;
  gap: 60px;
}
@media (max-width: 880px) {
  .esute-page .eyebox-flex {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .esute-page .eyebox-flex {
    flex-flow: column;
  }
}
.esute-page .eyebox-img {
  max-width: 400px;
}
@media (max-width: 880px) {
  .esute-page .eyebox-img {
    max-width: 230px;
  }
}
@media (max-width: 480px) {
  .esute-page .eyebox-img {
    margin: auto;
  }
}
.esute-page .eyebox-con {
  flex: 1;
}
.esute-page .eyebox-con p {
  margin-bottom: 40px;
}
.esute-page .eyebox-tbl {
  border-collapse: collapse;
  border-top: 1px solid #bfa575;
  margin-bottom: 50px;
}
.esute-page .eyebox-tbl th, .esute-page .eyebox-tbl td {
  font-weight: normal;
  text-align: left;
  padding: 30px 20px;
  border-bottom: 1px solid #bfa575;
}
.esute-page .eyebox-tbl .fs {
  font-size: 0.875rem;
}
.esute-page .eyebox-tbl .price {
  text-align: right;
}
.esute-page .eyebox .chuiwrap {
  display: flex; /* フレックスボックスを有効化 */
  justify-content: flex-end;
}
.esute-page .eyebox .chuibox {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  max-width: 500px;
  font-size: 96%;
}

/* ネイル */
.nail-page .nailabout {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.nail-page .nailabout-wrap {
  position: relative;
  background: transparent;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
.nail-page .nailabout-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #f5f7f2;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 480px) {
  .nail-page .nailabout-wrap:before {
    width: 84%;
  }
}
.nail-page .nailabout-tit {
  color: #60533c;
  font-size: 1.5rem;
  background-image: url(./img/icon-01.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80px;
  min-height: 40px;
  font-weight: normal;
  padding-left: 42px;
  max-width: 800px;
}
@media (max-width: 480px) {
  .nail-page .nailabout-tit {
    font-size: 1.25rem;
  }
}
.nail-page .nailabout-content {
  max-width: 1000px;
  position: relative;
  top: -20px;
  margin: auto;
}
@media (max-width: 880px) {
  .nail-page .nailabout-content {
    padding-left: 20px;
  }
}
@media (max-width: 880px) {
  .nail-page .nailabout-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nail-page .nailabout-text {
  max-width: 800px;
  position: relative;
  z-index: 2;
}
@media (max-width: 880px) {
  .nail-page .nailabout-text {
    max-width: 510px;
  }
}
.nail-page .nailabout-list {
  margin: 0 0 30px 10px;
  padding: 0;
}
.nail-page .nailabout-list li {
  background-image: url(./img/icon-02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  min-height: 20px;
  font-weight: normal;
  padding-left: 28px;
  list-style: none;
  margin-bottom: 10px;
  color: #60533c;
}
.nail-page .nailabout-list02 dt {
  font-weight: normal;
  color: #60533c;
  border-bottom: 1px solid #bfa575;
  padding: 0 5px 2px;
  width: 50%;
}
.nail-page .nailabout-list02 dd {
  padding: 10px 5px 10px;
  margin-left: 0;
}
.nail-page .nailabout-img {
  max-width: 330px;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: -1;
}
@media (min-width: 1400px) {
  .nail-page .nailabout-img {
    right: 158px;
  }
}
@media (max-width: 880px) {
  .nail-page .nailabout-img {
    max-width: 200px;
  }
}
@media (max-width: 800px) {
  .nail-page .nailabout-img {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    max-width: none;
    width: 100%;
    justify-content: center;
  }
}
.nail-page .nailabout-img img {
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .nail-page .nailabout-img img {
    flex: 1 1 33%;
    max-width: 33%;
    margin-bottom: 20px;
  }
}
.nail-page .nailabout-bottom {
  position: relative;
  background: transparent;
  padding-bottom: 20px;
  margin-bottom: 80px;
  padding: 30px 30px 30px 80px;
}
@media (max-width: 880px) {
  .nail-page .nailabout-bottom {
    padding: 30px 30px 30px 60px;
  }
}
.nail-page .nailabout-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #f5f7f2;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 880px) {
  .nail-page .nailabout-bottom:before {
    width: 90%;
  }
}
.nail-page .nailabout-bottom p {
  width: 80%;
  margin: 0 0 0 auto;
  font-size: 1.5rem;
  color: #60533c;
}
@media (max-width: 880px) {
  .nail-page .nailabout-bottom p {
    width: 90%;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .nail-page .nailabout-bottom p {
    width: 94%;
    font-size: 1rem;
  }
}
.nail-page .nailabout-bottom .nailabout-imgword {
  position: absolute;
  max-width: 440px;
  right: 20px;
  bottom: -10px;
}
@media (max-width: 1300px) {
  .nail-page .nailabout-bottom .nailabout-imgword {
    max-width: 300px;
    bottom: -30px;
  }
}
@media (max-width: 880px) {
  .nail-page .nailabout-bottom .nailabout-imgword {
    max-width: 200px;
    bottom: -30px;
  }
}
.nail-page .menubg {
  background-color: #f5f3f2;
  padding: 40px;
  padding: 40px 40px 120px;
  margin-bottom: 80px;
}
.nail-page .nail-wrap {
  display: flex;
  max-width: 1100px;
  margin: auto;
  gap: 60px;
}
@media (max-width: 480px) {
  .nail-page .nail-wrap {
    flex-flow: column;
  }
}
.nail-page .nail-img {
  max-width: 560px;
}
@media (max-width: 880px) {
  .nail-page .nail-img {
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 480px) {
  .nail-page .nail-img {
    width: 100%;
    min-width: 100%;
  }
}
.nail-page .nail-con {
  flex: 1;
}
@media (max-width: 880px) {
  .nail-page .nail-con {
    min-width: 0;
  }
}
.nail-page .nail-con .toptext {
  font-size: 0.92rem;
  margin-bottom: 40px;
}
.nail-page .nail-con table {
  border-top: 1px solid #bfa575;
}
.nail-page .nail-con table th, .nail-page .nail-con table td {
  text-align: left;
  padding: 24px 10px;
  font-weight: normal;
  border-bottom: 1px solid #bfa575;
}
.nail-page .nail-con table .price {
  text-align: right;
}
.nail-page .nail-box {
  display: flex;
  gap: 5px;
  margin-bottom: 40px;
}
.nail-page .nail-box-item {
  flex: 1;
  position: relative;
}
.nail-page .nail-box-item img {
  display: block;
  width: 100%;
  height: auto;
}
.nail-page .nail-box-item span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #60533c;
  font-size: 1.5rem;
  font-family: regina, sans-serif;
  text-shadow: 2px 2px 4px white, -2px 2px 4px white, 2px -2px 4px white, -2px -2px 4px white;
}
.nail-page .nail-box-item:first-child::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 18px;
  border-color: transparent transparent transparent #60533c;
}
.nail-page .nail-maruimg .maru01 {
  max-width: 390px;
  display: block;
  margin: 40px 0 0;
}
@media (max-width: 880px) {
  .nail-page .nail-maruimg .maru01 {
    max-width: none;
    width: 80%;
  }
}
.nail-page .nail-maruimg .maru02 {
  max-width: 210px;
  display: block;
  margin: 40px 0 0 auto;
}
@media (max-width: 880px) {
  .nail-page .nail-maruimg .maru02 {
    max-width: none;
    width: 50%;
  }
}
.nail-page .jel-wrap {
  display: flex;
  max-width: 1100px;
  margin: auto;
  gap: 60px;
  align-items: start;
}
@media (max-width: 480px) {
  .nail-page .jel-wrap {
    flex-flow: column;
  }
}
.nail-page .jel-img {
  max-width: 480px;
}
@media (max-width: 880px) {
  .nail-page .jel-img {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .nail-page .jel-img {
    width: 100%;
    max-width: 100%;
  }
}
.nail-page .jel-img .jel01 {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .nail-page .jel-img .jel01 {
    margin-bottom: 20px;
  }
}
.nail-page .jel-img-box {
  display: flex;
  max-width: 480px;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 30px;
}
.nail-page .jel-img-item {
  flex: 1 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
  height: auto;
  box-sizing: border-box;
}
.nail-page .jel-img-item img {
  display: block;
  width: 100%;
  height: auto;
}
.nail-page .jel-con {
  flex: 1;
  border-top: 1px solid #bfa575;
  border-bottom: 1px solid #bfa575;
}
.nail-page .jel-con .about {
  font-size: 0.92rem;
}
.nail-page .jel-con table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.nail-page .jel-con table th, .nail-page .jel-con table td {
  text-align: left;
  padding: 30px 10px;
  font-weight: normal;
  border-bottom: 1px solid #bfa575;
}
.nail-page .jel-con table .price {
  text-align: right;
}
.nail-page .jel-con table.nailoff {
  border-top: none;
}
.nail-page .jel-con table.nailoff th, .nail-page .jel-con table.nailoff td {
  text-align: left;
  padding: 30px 10px;
  font-weight: normal;
  border-bottom: 1px dashed #bfa575;
}
.nail-page .jel-con table.nailoff th.item {
  text-align: right;
}
.nail-page .jel-con table.nailoff td.price {
  text-align: right;
}
@media (max-width: 880px) {
  .nail-page .jel-con table.nailoff td.price {
    width: auto;
  }
}
.nail-page .jel-con table.nailoff .border-none {
  border: none;
}
.nail-page .jel-con .off-toptext {
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
  gap: 10px;
  border-bottom: 1px dashed #bfa575;
}
.nail-page .jel-con .off-toptext p {
  margin: 0;
}
@media (max-width: 880px) {
  .nail-page .jel-con .off-toptext {
    flex-flow: column;
  }
}

/* VEREDEについて */
.about-page .message {
  background-image: url("./img/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 880px) {
  .about-page .message {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .about-page .message {
    padding-top: 20px;
  }
}
.about-page .message .bgimg01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .about-page .message .bgimg01 {
    width: 100px;
    top: -30px;
    overflow: hidden;
  }
}
.about-page .message .bgimg02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 880px) {
  .about-page .message .bgimg02 {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .about-page .message .bgimg02 {
    width: 180px;
    right: -50px;
    overflow: hidden;
  }
}
.about-page .message-wrap {
  display: flex;
  gap: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .about-page .message-wrap {
    flex-flow: column;
    gap: 30px;
  }
}
.about-page .message-wrap.box01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box01 {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box01 {
    flex-flow: column-reverse;
  }
}
.about-page .message-wrap.box01 .message-img {
  width: 418px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box01 .message-img {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box01 .message-img {
    width: 220px;
    padding-bottom: 40px;
  }
}
.about-page .message-wrap.box01 .message-img .imgitem {
  width: 418px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box01 .message-img .imgitem {
    width: 100%;
  }
}
.about-page .message-wrap.box01 .message-img .word {
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 300px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box01 .message-img .word {
    max-width: none;
    width: 80%;
    right: -30px;
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box01 .message-img .word {
    right: -100px;
    bottom: 0;
  }
}
.about-page .message-wrap.box02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box02 {
    padding: 30px 20px;
  }
}
.about-page .message-wrap.box02 .message-content {
  margin-left: 40px;
}
.about-page .message-wrap.box02 .message-img {
  width: 410px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box02 .message-img {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box02 .message-img {
    width: 100%; /* 親要素を画面幅いっぱいに */
    display: flex; /* フレックスボックスで横並び */
    margin: 0;
    position: relative;
    padding-bottom: 60px;
    justify-content: flex-end;
    align-items: end;
    gap: 10px;
  }
}
.about-page .message-wrap.box02 .message-img .imgitem {
  width: 410px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box02 .message-img .imgitem {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box02 .message-img .imgitem {
    display: block;
    width: 54%;
  }
}
.about-page .message-wrap.box02 .message-img .imgitem02 {
  width: 180px;
  display: block;
  margin: 40px 30px 0 auto;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box02 .message-img .imgitem02 {
    width: 140px;
    margin: 40px 20px 0 auto;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box02 .message-img .imgitem02 {
    display: block;
    width: 30%;
    margin: 0;
  }
}
.about-page .message-wrap.box03 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box03 {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box03 {
    flex-flow: column-reverse;
  }
}
.about-page .message-wrap.box03 .message-content {
  position: relative;
}
.about-page .message-wrap.box03 .message-img {
  width: 410px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box03 .message-img {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box03 .message-img {
    width: 100%;
  }
}
.about-page .message-wrap.box03 .message-img .imgitem {
  width: 410px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box03 .message-img .imgitem {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box03 .message-img .imgitem {
    width: 60%;
  }
}
.about-page .message-wrap.box03 .word {
  position: absolute;
  bottom: 0;
  right: -90px;
  max-width: 416px;
}
@media (max-width: 880px) {
  .about-page .message-wrap.box03 .word {
    max-width: none;
    width: 240px;
    right: -10px;
  }
}
@media (max-width: 480px) {
  .about-page .message-wrap.box03 .word {
    max-width: none;
    width: 70%;
    right: -10px;
    left: auto;
    bottom: -300px;
  }
}
.about-page .message-content {
  flex: 1;
}
.about-page .message-content h3 {
  color: #60533c;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  padding-left: 100px;
  display: inline-block;
}
.about-page .message-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: #60533c;
}
.about-page .servicemenu .image-grid {
  display: flex;
  width: 100%;
  gap: 2px;
}
@media (max-width: 480px) {
  .about-page .servicemenu .image-grid {
    width: 90%;
    margin: auto;
    flex-flow: column;
  }
}
.about-page .servicemenu .image-grid .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-page .servicemenu .image-grid .column .image-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-page .servicemenu .image-grid .column .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.about-page .servicemenu .image-grid .column .image-container .overlay-text {
  position: absolute;
  color: #222222;
  pointer-events: none;
  bottom: 10px;
  right: 20px;
}
@media (max-width: 480px) {
  .about-page .servicemenu .image-grid .column .image-container .overlay-text {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    white-space: nowrap;
    max-width: 100%;
    text-align: center;
  }
}
.about-page .servicemenu .image-grid .column .image-container .overlay-text.left {
  right: auto;
  left: 20px;
}
@media (max-width: 480px) {
  .about-page .servicemenu .image-grid .column .image-container .overlay-text.left {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    white-space: nowrap;
    max-width: 100%;
    text-align: center;
  }
}
.about-page .servicemenu .image-grid .column .image-container .overlay-text .en {
  font-size: 2rem;
  font-family: regina, sans-serif;
  line-height: 1;
  text-align: center;
}
.about-page .servicemenu .image-grid .column .image-container .overlay-text .ja {
  font-size: 1rem;
  text-align: center;
}
.about-page .servicemenu .image-grid .column .image-container:hover img {
  transform: scale(1.1);
}

.item-page .item-wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 100px;
  background-color: #f5f7f2;
  border-top: 1px solid #bfa575;
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
}
@media (max-width: 880px) {
  .item-page .item-wrap {
    max-width: none;
    width: 94%;
    gap: 40px;
    padding: 50px 40px 80px;
  }
}
@media (max-width: 480px) {
  .item-page .item-wrap {
    flex-flow: column;
    padding: 30px 20px 50px;
  }
}
.item-page .item-wrap.first {
  margin-top: 80px;
}
.item-page .item-wrap .chuiwrap {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.item-page .item-wrap .chuiwrap .chuibox {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  max-width: 500px;
  font-size: 96%;
}
.item-page .item-wrap .disclist {
  margin: 10px 0 0 0;
}
.item-page .item-wrap .disclist li {
  margin: 0 0 10px 0;
  padding: 0;
}
.item-page .item-photo {
  width: 380px;
}
@media (max-width: 880px) {
  .item-page .item-photo {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .item-page .item-photo {
    margin: auto;
  }
}
.item-page .item-content {
  flex: 1;
}
.item-page .item-content .item-tit {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #60533c;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfa575;
  padding: 0 20px 0 38px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  /* 左側の三角形 */
  /* 右側の三角形 */
}
@media (max-width: 480px) {
  .item-page .item-content .item-tit {
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
  }
}
.item-page .item-content .item-tit::before, .item-page .item-content .item-tit::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
}
.item-page .item-content .item-tit::before {
  left: 0; /* 右側の位置調整 */
  border-width: 30px 18px 0 0; /* 右上が鋭角で右下が直角 */
  border-color: transparent #bfa575 transparent transparent; /* 色を右側につける */
}
.item-page .item-content .item-tit::after {
  right: -15px; /* 右側の位置調整 */
  border-width: 30px 18px 0 0; /* 右上が鋭角で右下が直角 */
  border-color: transparent #bfa575 transparent transparent; /* 色を右側につける */
}
.item-page .item-list {
  margin: 20px 0 20px;
  padding: 0;
}
.item-page .item-list > li {
  list-style: none;
  background-image: url("./img/icon_circle.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 32px;
  padding-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .item-page .item-list > li {
    background-size: 24px;
    padding-left: 28px;
  }
}
.item-page .item-list > li .flex {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
}
.item-page .item-list > li .itemname,
.item-page .item-list > li .price {
  margin: 0;
  color: #60533c;
  font-size: 1.1rem;
}
.item-page .item-list > li .itemname {
  margin: 0;
  color: #60533c;
  font-size: 1.25rem;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .item-page .item-list > li .itemname {
    font-size: 1.1rem;
  }
}
.item-page .item-list > li .price {
  margin: 0;
  color: #60533c;
}
.item-page .item-list > li .about {
  margin: 0 0 10px 0;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.postpage {
  max-width: 1200px;
  margin: 60px auto 80px;
}
@media (max-width: 480px) {
  .postpage {
    margin: 40px auto 80px;
  }
}
.postpage .date {
  font-size: 0.875rem;
  padding-left: 2px;
  margin: 0 0 20px;
}
.postpage .tag {
  display: flex;
  flex-wrap: wrap;
}
.postpage .tagbox {
  display: block;
  color: #bfa575;
  border: 1px solid #bfa575;
  padding: 2px 4px;
  margin: 2px;
}
.postpage.conflex {
  display: flex;
}
@media (max-width: 480px) {
  .postpage.conflex {
    flex-flow: column;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.postpage.conflex .maincon {
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .postpage.conflex .maincon {
    padding-right: 0;
  }
}
.postpage .side {
  width: 24%;
  border-left: 2px solid #eee;
  padding: 0 0 0 30px;
}
@media (max-width: 880px) {
  .postpage .side {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .postpage .side {
    width: 100%;
    border-left: 0;
    border-top: 2px solid #eee;
    padding: 20px 0 0 0;
  }
}
.postpage .side__box {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .postpage .side__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.postpage .side__tit {
  font-size: 1.25rem;
  letter-spacing: -1px;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.postpage .side__tit::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #bfa575;
}
.postpage .side__list {
  margin: 10px 0;
  padding: 0 0 0 2rem;
}
.postpage .side__list li {
  list-style: disc;
  margin-bottom: 20px;
}
.postpage .side__list li:last-child {
  margin-bottom: 0;
}
.postpage .side__list li a:hover {
  text-decoration: none;
  color: #bfa575;
}
.postpage .side .tag {
  margin-left: 1rem;
}
.postpage .side .tagbox {
  text-decoration: none;
}
.postpage .side .tagbox:hover {
  background-color: #bfa575;
  color: #fff;
}
.postpage .archive__box {
  margin-bottom: 40px;
  position: relative;
  padding: 20px;
}
.postpage .archive__box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.postpage .archive__box:hover {
  background-color: #f5f3f2;
}
.postpage .archive__flex {
  display: flex;
}
@media (max-width: 880px) {
  .postpage .archive__flex {
    flex-flow: column-reverse;
  }
}
.postpage .archive__img {
  width: 400px;
  margin: 0 0 0 20px;
}
@media (max-width: 880px) {
  .postpage .archive__img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .postpage .archive__img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.postpage .archive__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 880px) {
  .postpage .archive__img img {
    height: 300px;
  }
}
.postpage .archive__con {
  flex: 1;
}
.postpage .archive__tit {
  border-left: 2px solid #bfa575;
  padding-left: 10px;
}
.postpage .archive__text {
  margin-bottom: 20px;
  line-height: 1.8;
}
.postpage .single__box {
  margin-bottom: 40px;
  position: relative;
  border-radius: 30px;
  padding: 20px;
}
@media (max-width: 480px) {
  .postpage .single__box {
    padding: 10px;
  }
}
.postpage .single__flex {
  display: flex;
}
@media (max-width: 880px) {
  .postpage .single__flex {
    flex-flow: column;
  }
}
.postpage .single__img {
  width: 100%;
  margin: 0 20px 0 0;
  text-align: center;
}
@media (max-width: 880px) {
  .postpage .single__img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .postpage .single__img {
    width: 100%;
    text-align: center;
  }
}
.postpage .single__img img {
  width: auto;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 880px) {
  .postpage .single__img img {
    height: auto;
    max-height: 300px;
  }
}
.postpage .single__content {
  margin-top: 20px;
  padding: 0 10px;
}
.postpage .single__content .wp-block-gallery a:hover {
  opacity: 0.6;
}
.postpage .single__content .wp-block-gallery img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border: 1px solid #ddd;
  background-color: #fff;
}
.postpage .single__content > p {
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
}
.postpage .single__content > p a:hover {
  text-decoration: none;
  color: #bfa575;
}
.postpage .single__content h1 {
  font-size: 1.5rem;
  border-bottom: 1px solid #222;
  padding: 4px;
}
.postpage .single__content h2 {
  font-size: 1.2rem;
  background: #eee;
  padding: 10px;
  border-radius: 14px;
}
.postpage .single__content h3 {
  font-size: 1.1rem;
  padding: 8px;
}
.postpage .single__content ol {
  margin-left: 1rem;
}
.postpage .single__content ol li {
  margin-bottom: 10px;
}
.postpage .single__content ul {
  margin-left: 1rem;
}
.postpage .single__content ul li {
  margin-bottom: 10px;
}
.postpage .single__content .list__01 {
  padding: 0 0 0 1rem;
  margin: 0;
}
.postpage .single__content .list__02 {
  padding: 2rem 4rem;
  margin: 0;
}
@media (max-width: 480px) {
  .postpage .single__content .list__02 {
    padding: 2rem 2rem;
  }
}
.postpage .single__content .list__02 li {
  margin-bottom: 4rem;
}
@media (max-width: 480px) {
  .postpage .single__content .list__02 li {
    margin-bottom: 2rem;
  }
}
.postpage .single__tit {
  border-left: 2px solid #bfa575;
  padding: 8px 0 4px 14px;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .postpage .single__tit {
    font-size: 1rem;
  }
}
.postpage .single .tagbox {
  text-decoration: none;
}
.postpage .single .tagbox:hover {
  background-color: #bfa575;
}
.postpage .single .date {
  margin: 10px 0 0 0;
}
.postpage .record__date {
  font-size: 0.9rem;
  margin: 0 0 8px 6px;
}

/* archivepageのページネーション */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  padding: 10px 0;
  list-style: none;
}

.pagination a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  background-color: #f5f3f2;
  border-radius: 4px;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #bfa575;
  color: #fff;
  border-color: #bfa575;
}

.pagination .current {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #bfa575;
  border-radius: 4px;
  background-color: #bfa575;
  color: #fff;
  font-weight: bold;
  pointer-events: none; /* クリックを無効化 */
}

.pagination .prev,
.pagination .next {
  padding: 8px 12px;
  border-radius: 4px;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* singlepageの次へ前へ */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
  padding: 10px 0;
  gap: 10px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
  text-align: center;
}

.post-navigation a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #f5f7f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.post-navigation a:hover {
  background-color: #6d7368;
  color: #fff;
  border-color: #6d7368;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */