@charset "UTF-8";
/*
Theme Name: irusaya
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  overflow-y: scroll;
}

body {
  line-height: 1.8;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 16px;
  font-weight: 500;
  color: #5d5d5d;
  background: #e0e2de url("images/bg.png");
  background-size: 50%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li::marker {
  color: #aab1a2;
}

a {
  vertical-align: baseline;
  font-size: 100%;
  color: #aab1a2;
  -webkit-tap-highlight-color: rgba(97, 103, 90, 0.6);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #c3c8be;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #adb3a8;
}

::-moz-selection {
  color: #FFFFFF;
  background: #aab1a2;
}

::selection {
  color: #FFFFFF;
  background: #aab1a2;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #5d5d5d;
}

input::-moz-selection, textarea::-moz-selection {
  color: #5d5d5d;
}

input::selection,
textarea::selection {
  color: #5d5d5d;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  padding: 5px;
  vertical-align: middle;
  font-size: 100%;
  border: 1px solid #7a8372;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  position: relative;
  border: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

:-moz-placeholder-shown {
  color: rgba(93, 93, 93, 0.4);
}

:-ms-input-placeholder {
  color: rgba(93, 93, 93, 0.4);
}

:placeholder-shown {
  color: rgba(93, 93, 93, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(93, 93, 93, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(93, 93, 93, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(93, 93, 93, 0.4);
}

:-ms-input-placeholder {
  color: rgba(93, 93, 93, 0.4);
}

.l-container {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .l-container {
    min-height: calc(100vh - 80px);
    padding-bottom: 80px;
  }
}

.l-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
}

@media only screen and (min-width: 1025px) {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 18%;
    max-width: 240px;
    height: 0;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.l-content {
  width: 100%;
  margin-bottom: 100px;
}

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

@media only screen and (min-width: 1025px) {
  .l-content {
    margin-right: auto;
    margin-bottom: 180px;
    margin-left: auto;
  }
}

.l-main {
  width: 92%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .l-main {
    margin-right: auto;
    margin-left: 18%;
  }
}

@media only screen and (min-width: 1400px) {
  .l-main {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1025px) {
  .l-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}

.c-btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #5d5d5d;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #5d5d5d;
  -webkit-transition: .6s;
  transition: .6s;
}

.c-btn--more a {
  position: relative;
}

.c-btn--more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  width: 40px;
  background: #5d5d5d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.c-btn--more a:hover {
  color: #FFFFFF;
  background-color: #aab1a2;
  border-color: #aab1a2;
}

.c-btn--more a:hover::before {
  right: -30px;
  opacity: 0;
  background-color: #aab1a2;
}

.c-btn-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  list-style: none;
}

.c-btn-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  text-decoration: none;
  color: #FFFFFF;
  background: #d3d5d0;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.c-btn-sns a i {
  font-size: 32px;
}

.salon-link .c-btn-sns a {
  height: 48px;
  width: 48px;
}

.salon-link .c-btn-sns a i {
  font-size: 24px;
}

.c-btn-sns a:hover {
  opacity: .9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-btn-sns__item {
  margin: 0 10px;
}

.salon-link .c-btn-sns__item {
  margin: 0 6px;
}

.c-btn-sns__twitter a {
  background: #55ACEE;
}

.c-btn-sns__line a {
  background: #00C300;
}

.c-btn-sns__youtube a {
  background: #CD201F;
}

.c-btn-sns__facebook a {
  background: #315096;
}

.c-btn-sns__instagram a {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.c-btn-sns__instagram a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.c-btn-sns__instagram i {
  position: relative;
  z-index: 1;
}

.c-btn-sns__email a {
  background: #5d5d5d;
}

.c-breadcrumb {
  margin: 0 auto;
  padding: 1em 1.6em;
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 12px;
}

.c-breadcrumb a {
  text-decoration: none;
  color: #61675a;
  -webkit-transition: .4s;
  transition: .4s;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
  color: #9e9e9e;
}

@media only screen and (min-width: 1025px) {
  .c-breadcrumb {
    overflow-x: auto;
    text-align: right;
  }
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 40px;
  margin: 0 0 0 auto;
}

.pagetop a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: .1em;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-style: italic;
  color: #5d5d5d;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  mix-blend-mode: difference;
}

.pagetop a::before, .pagetop a::after {
  content: "";
  display: block;
  background: #5d5d5d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .6s;
  transition: .6s;
}

.pagetop a::before {
  position: absolute;
  top: -35px;
  left: 50%;
  height: 30px;
  width: 1px;
}

.pagetop a::after {
  position: absolute;
  top: -35px;
  left: calc(50% + 3px);
  height: 5px;
  width: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.pagetop a:hover {
  color: #aab1a2;
}

.pagetop a:hover::before {
  background-color: #aab1a2;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pagetop a:hover::after {
  height: 10px;
  visibility: visible;
  opacity: 1;
  background-color: #aab1a2;
  -webkit-transform: translateY(-10px) rotate(-37deg);
  transform: translateY(-10px) rotate(-37deg);
}

@media only screen and (min-width: 1025px) {
  .pagetop {
    position: sticky;
    bottom: 20px;
  }
}

.wpcf7-form dl,
.mw_wp_form dl {
  padding: 20px;
  border-bottom: 1px solid #adb3a8;
}

.wpcf7-form dl dt,
.mw_wp_form dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.wpcf7-form dl dd,
.mw_wp_form dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form dl,
  .mw_wp_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wpcf7-form dl dt,
  .mw_wp_form dl dt {
    width: 28%;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea,
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="url"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="number"],
.mw_wp_form input[type="date"],
.mw_wp_form select,
.mw_wp_form textarea {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #adb3a8;
  border-radius: 4px;
}

.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="url"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="number"]:hover,
.wpcf7-form input[type="date"]:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover,
.mw_wp_form input[type="text"]:hover,
.mw_wp_form input[type="email"]:hover,
.mw_wp_form input[type="url"]:hover,
.mw_wp_form input[type="tel"]:hover,
.mw_wp_form input[type="number"]:hover,
.mw_wp_form input[type="date"]:hover,
.mw_wp_form select:hover,
.mw_wp_form textarea:hover {
  border-color: #61675a;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus,
.mw_wp_form input[type="text"]:focus,
.mw_wp_form input[type="email"]:focus,
.mw_wp_form input[type="url"]:focus,
.mw_wp_form input[type="tel"]:focus,
.mw_wp_form input[type="number"]:focus,
.mw_wp_form input[type="date"]:focus,
.mw_wp_form select:focus,
.mw_wp_form textarea:focus {
  background: #f2f3f2;
  border-color: #61675a;
}

.wpcf7-form input[type="text"]:focus:-moz-placeholder-shown, .wpcf7-form input[type="email"]:focus:-moz-placeholder-shown, .wpcf7-form input[type="url"]:focus:-moz-placeholder-shown, .wpcf7-form input[type="tel"]:focus:-moz-placeholder-shown, .wpcf7-form input[type="number"]:focus:-moz-placeholder-shown, .wpcf7-form input[type="date"]:focus:-moz-placeholder-shown, .wpcf7-form select:focus:-moz-placeholder-shown, .wpcf7-form textarea:focus:-moz-placeholder-shown, .mw_wp_form input[type="text"]:focus:-moz-placeholder-shown, .mw_wp_form input[type="email"]:focus:-moz-placeholder-shown, .mw_wp_form input[type="url"]:focus:-moz-placeholder-shown, .mw_wp_form input[type="tel"]:focus:-moz-placeholder-shown, .mw_wp_form input[type="number"]:focus:-moz-placeholder-shown, .mw_wp_form input[type="date"]:focus:-moz-placeholder-shown, .mw_wp_form select:focus:-moz-placeholder-shown, .mw_wp_form textarea:focus:-moz-placeholder-shown {
  color: transparent;
}

.wpcf7-form input[type="text"]:focus:-ms-input-placeholder, .wpcf7-form input[type="email"]:focus:-ms-input-placeholder, .wpcf7-form input[type="url"]:focus:-ms-input-placeholder, .wpcf7-form input[type="tel"]:focus:-ms-input-placeholder, .wpcf7-form input[type="number"]:focus:-ms-input-placeholder, .wpcf7-form input[type="date"]:focus:-ms-input-placeholder, .wpcf7-form select:focus:-ms-input-placeholder, .wpcf7-form textarea:focus:-ms-input-placeholder, .mw_wp_form input[type="text"]:focus:-ms-input-placeholder, .mw_wp_form input[type="email"]:focus:-ms-input-placeholder, .mw_wp_form input[type="url"]:focus:-ms-input-placeholder, .mw_wp_form input[type="tel"]:focus:-ms-input-placeholder, .mw_wp_form input[type="number"]:focus:-ms-input-placeholder, .mw_wp_form input[type="date"]:focus:-ms-input-placeholder, .mw_wp_form select:focus:-ms-input-placeholder, .mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type="text"]:focus:placeholder-shown,
.wpcf7-form input[type="email"]:focus:placeholder-shown,
.wpcf7-form input[type="url"]:focus:placeholder-shown,
.wpcf7-form input[type="tel"]:focus:placeholder-shown,
.wpcf7-form input[type="number"]:focus:placeholder-shown,
.wpcf7-form input[type="date"]:focus:placeholder-shown,
.wpcf7-form select:focus:placeholder-shown,
.wpcf7-form textarea:focus:placeholder-shown,
.mw_wp_form input[type="text"]:focus:placeholder-shown,
.mw_wp_form input[type="email"]:focus:placeholder-shown,
.mw_wp_form input[type="url"]:focus:placeholder-shown,
.mw_wp_form input[type="tel"]:focus:placeholder-shown,
.mw_wp_form input[type="number"]:focus:placeholder-shown,
.mw_wp_form input[type="date"]:focus:placeholder-shown,
.mw_wp_form select:focus:placeholder-shown,
.mw_wp_form textarea:focus:placeholder-shown {
  color: transparent;
}

.wpcf7-form input[type="text"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="email"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="url"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="number"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="date"]:focus::-webkit-input-placeholder,
.wpcf7-form select:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder,
.mw_wp_form input[type="text"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="email"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="url"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="tel"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="number"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="date"]:focus::-webkit-input-placeholder,
.mw_wp_form select:focus::-webkit-input-placeholder,
.mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type="text"]:focus:-moz-placeholder,
.wpcf7-form input[type="email"]:focus:-moz-placeholder,
.wpcf7-form input[type="url"]:focus:-moz-placeholder,
.wpcf7-form input[type="tel"]:focus:-moz-placeholder,
.wpcf7-form input[type="number"]:focus:-moz-placeholder,
.wpcf7-form input[type="date"]:focus:-moz-placeholder,
.wpcf7-form select:focus:-moz-placeholder,
.wpcf7-form textarea:focus:-moz-placeholder,
.mw_wp_form input[type="text"]:focus:-moz-placeholder,
.mw_wp_form input[type="email"]:focus:-moz-placeholder,
.mw_wp_form input[type="url"]:focus:-moz-placeholder,
.mw_wp_form input[type="tel"]:focus:-moz-placeholder,
.mw_wp_form input[type="number"]:focus:-moz-placeholder,
.mw_wp_form input[type="date"]:focus:-moz-placeholder,
.mw_wp_form select:focus:-moz-placeholder,
.mw_wp_form textarea:focus:-moz-placeholder {
  opacity: 1;
  color: transparent;
}

.wpcf7-form input[type="text"]:focus::-moz-placeholder,
.wpcf7-form input[type="email"]:focus::-moz-placeholder,
.wpcf7-form input[type="url"]:focus::-moz-placeholder,
.wpcf7-form input[type="tel"]:focus::-moz-placeholder,
.wpcf7-form input[type="number"]:focus::-moz-placeholder,
.wpcf7-form input[type="date"]:focus::-moz-placeholder,
.wpcf7-form select:focus::-moz-placeholder,
.wpcf7-form textarea:focus::-moz-placeholder,
.mw_wp_form input[type="text"]:focus::-moz-placeholder,
.mw_wp_form input[type="email"]:focus::-moz-placeholder,
.mw_wp_form input[type="url"]:focus::-moz-placeholder,
.mw_wp_form input[type="tel"]:focus::-moz-placeholder,
.mw_wp_form input[type="number"]:focus::-moz-placeholder,
.mw_wp_form input[type="date"]:focus::-moz-placeholder,
.mw_wp_form select:focus::-moz-placeholder,
.mw_wp_form textarea:focus::-moz-placeholder {
  opacity: 1;
  color: transparent;
}

.wpcf7-form input[type="text"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="email"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="url"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="number"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="date"]:focus:-ms-input-placeholder,
.wpcf7-form select:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder,
.mw_wp_form input[type="text"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="email"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="url"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="tel"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="number"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="date"]:focus:-ms-input-placeholder,
.mw_wp_form select:focus:-ms-input-placeholder,
.mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input[readonly="readonly"],
.mw_wp_form input[readonly="readonly"] {
  font-weight: bold;
  color: #26ace6;
}

.wpcf7-form input[readonly="readonly"]:focus,
.mw_wp_form input[readonly="readonly"]:focus {
  background: #FFFFFF;
  border-color: #adb3a8;
}

.wpcf7-form input[type="number"],
.mw_wp_form input[type="number"] {
  width: 100px;
}

.wpcf7-form select,
.mw_wp_form select {
  width: 220px;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form input.wpcf7-date,
  .mw_wp_form input.wpcf7-date {
    width: 260px;
  }
}

.wpcf7-form label,
.mw_wp_form label {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .wpcf7-form textarea,
  .mw_wp_form textarea {
    height: 145px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
  cursor: pointer;
}

.form-accept {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.form-accept label {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #d3d5d0;
  border-radius: 4px;
}

.form-accept label:hover {
  background: rgba(199, 202, 195, 0.4);
}

.form-accept .wpcf7-list-item {
  margin-right: 0;
}

@media only screen and (min-width: 1025px) {
  .form-accept {
    margin-bottom: 20px;
  }
  .form-accept label {
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    background: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }
  .form-accept label:hover {
    color: #61675a;
    background: none;
    border-color: #61675a;
  }
}

.form-send {
  margin: 20px auto 0;
  text-align: center;
}

.form-send input[type="submit"] {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #61675a;
  border-radius: 50px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-send input[type="submit"]:hover {
  background-color: #5d5d5d;
}

@media only screen and (min-width: 768px) {
  .form-send {
    width: 100%;
  }
  .form-send input[type="submit"] {
    width: 380px;
    margin-left: 72px;
  }
}

.form-required, .form-optional {
  margin-left: .6em;
  padding: 2px 6px;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background: #dd4b39;
  border-radius: 4px;
}

.form-optional {
  color: #5d5d5d;
  background: #e0e0e0;
}

.img-obj {
  opacity: .6;
  mix-blend-mode: luminosity;
}

.img-obj img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (min-width: 1025px) {
  .img-obj img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.post {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin-bottom: 80px;
  padding-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .post {
    padding-top: 80px;
  }
}

.post__header {
  margin-bottom: 40px;
}

.post__header::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  margin-top: 20px;
  border-top: 3px double #adb3a8;
}

.post__title {
  margin-bottom: 10px;
  letter-spacing: .05em;
  line-height: 1.6;
  font-family: kinuta-maruminshinano-stdn, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.post__title a {
  display: block;
  text-decoration: none;
  color: #5d5d5d;
}

.post__title a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .post__title {
    font-size: 32px;
  }
}

.post__cat {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #61675a;
}

.post__date {
  letter-spacing: .1em;
  font-family: 'Lora', serif;
  font-style: italic;
}

.post__content {
  margin-bottom: 80px;
}

.post__content h2 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 5px;
  line-height: 1.6;
  font-size: 28px;
}

.post__content h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background: #61675a;
}

.post__content h3 {
  margin-bottom: 1.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  line-height: 1.4;
  font-size: 22px;
  border-left: 4px solid #61675a;
}

.post__content h4 {
  font-size: 18px;
}

.post__content p,
.post__content ul,
.post__content ol,
.post__content blockquote,
.post__content table,
.post__content figure,
.post__content pre {
  margin-bottom: 3em;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.post__content p:last-child,
.post__content ul:last-child,
.post__content ol:last-child,
.post__content blockquote:last-child,
.post__content table:last-child,
.post__content figure:last-child,
.post__content pre:last-child {
  margin-bottom: 0;
}

.post__content ul,
.post__content ol {
  margin-left: 1.6em;
}

.post__content ul ul,
.post__content ul ol,
.post__content ol ul,
.post__content ol ol {
  margin-top: 10px;
}

.post__content li {
  padding-bottom: 10px;
}

.post__content li:last-child {
  padding-bottom: 0;
}

.post__content a {
  color: #61675a;
  text-decoration: underline;
  word-wrap: break-word;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content strong {
  font-weight: bold;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3em;
}

.post__content figure {
  position: relative;
}

.post__content figure img {
  width: 100%;
  margin-bottom: 0;
}

.post__content figcaption {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 1% 2%;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
}

.post__content blockquote {
  position: relative;
  padding: 1.5em;
  font-style: italic;
  background: rgba(237, 237, 237, 0.6);
  z-index: 1;
}

.post__content blockquote:before {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline;
  padding-right: .5em;
  line-height: 1;
  color: #FFFFFF;
  font-size: 50px;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  z-index: -1;
}

.post__content blockquote p {
  margin-bottom: 0;
  z-index: 1;
}

.post__content cite {
  display: block;
  text-align: right;
}

.post__content table {
  width: 100%;
  border-bottom: 1px solid #babdb5;
}

.post__content table th,
.post__content table td {
  display: block;
  text-align: left;
}

.post__content table th {
  padding: 10px;
  white-space: nowrap;
  background: #d3d5d0;
  border-top: 1px solid #babdb5;
}

.post__content table td {
  padding: 10px 10px 20px;
  border-top: 1px solid #babdb5;
}

@media only screen and (min-width: 1025px) {
  .post__content table {
    display: table;
  }
  .post__content table th,
  .post__content table td {
    display: table-cell;
    padding: 16px;
    vertical-align: top;
    border-top: 1px solid #babdb5;
  }
  .post__content table th {
    width: 25%;
    text-align: left;
    font-weight: normal;
  }
  .post__content table td {
    border-left: 1px solid #babdb5;
  }
}

.post__share dt {
  letter-spacing: .15em;
  font-size: 28px;
}

.list-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  list-style: none;
}

.list-share li {
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.list-share li:first-child {
  margin-left: 0;
}

.list-share li:last-child {
  margin-right: 0;
}

.list-share li a {
  display: block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.list-share li a:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-share li span::before {
  vertical-align: middle;
  font-size: 24px;
}

.list-share__title {
  letter-spacing: .1em;
  font-family: 'Lora', serif;
  font-size: 18px;
  font-style: italic;
}

.list-share__twitter a {
  background: #55ACEE;
}

.list-share__facebook a {
  background: #315096;
}

.list-share__line a {
  background: #00C300;
}

.widget {
  margin-bottom: 40px;
  padding: 10px 20px 20px;
  background: #d3d5d0;
  border-top: 2px solid #61675a;
}

.widget .screen-reader-text {
  display: none;
}

.widget a {
  text-decoration: none;
}

.widget a:hover {
  color: #26ace6;
}

.widget__title {
  margin-bottom: 10px;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: bold;
  color: #61675a;
}

.widget__content ul {
  list-style: none;
}

.widget--categories li {
  margin-top: 10px;
}

.widget--categories li a {
  position: relative;
  padding: 5px 0;
  font-weight: bold;
}

.widget--categories li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: .4em;
}

.accordion ul.hide {
  display: none;
}

.accordion li p {
  padding: 5px 0;
  cursor: pointer;
}

.accordion li p span {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  margin-left: 10px;
  vertical-align: middle;
  background: #61675a;
  border-radius: 25px;
}

.accordion li p span::before {
  content: '';
  height: 2px;
  width: 12px;
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 9px;
  left: 4px;
}

.accordion li p span::after {
  content: "";
  height: 12px;
  width: 2px;
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 4px;
  left: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion li p span.acv_open::after {
  height: 0;
  width: 0;
}

.accordion li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}

.accordion li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: .4em;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

.pager span {
  width: 100%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  text-align: center;
}

.pager span:first-child {
  margin-left: 0;
}

.pager span:last-child {
  margin-right: 0;
}

.pager span a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pager span a:hover {
  background: #61675a;
}

.pager__prev {
  margin-left: 0;
}

.pager__next {
  margin-right: 0;
}

.pager__back {
  display: none;
}

@media only screen and (min-width: 600px) {
  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pager__prev, .pager__next, .pager__back {
    width: 100%;
    max-width: 50%;
  }
  .pager__back {
    display: block;
  }
}

.wp-embedded-content {
  width: 100%;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-style: italic;
  color: #5d5d5d;
  background: #d3d5d0;
  -webkit-transition: .4s;
  transition: .4s;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background-color: #aab1a2;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #61675a;
}

.split-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.split-nav span,
.split-nav a {
  display: block;
}

.split-nav span {
  height: 32px;
  margin: 0 4px;
  padding: 0 12px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  background: #5d5d5d;
}

.split-nav a {
  text-decoration: none;
}

.split-nav a span {
  font-weight: normal;
  color: #5d5d5d;
  background: #d3d5d0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.split-nav a:hover span {
  color: #FFFFFF;
  background: #5d5d5d;
}

/* ローディング画面 */
#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFFFFF;
}

.spinner {
  height: 80px;
  width: 80px;
  margin: auto;
  border: 3px solid #c0c2bd;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.4s infinite ease-in-out;
  animation: sk-scaleout 1.4s infinite ease-in-out;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  -webkit-transition: .4s;
  transition: .4s;
}

.header__logo {
  position: relative;
  width: 100%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: .6s;
  transition: .6s;
}

.header__logo img {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
}

.no-scroll .header__logo {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

@media only screen and (min-width: 1025px) {
  .header__logo {
    display: block;
    position: static;
    max-width: 130px;
    margin-bottom: 60px;
    padding-top: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .header__logo img {
    -webkit-filter: none;
    filter: none;
  }
}

.global-nav {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .global-nav {
    display: block;
  }
  .global-nav ul {
    list-style: none;
  }
  .global-nav ul li {
    letter-spacing: .15em;
    font-family: kinuta-maruminshinano-stdn, serif;
    font-weight: 400;
    font-style: normal;
  }
  .global-nav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    text-decoration: none;
    color: #5d5d5d;
    -webkit-transition: .6s;
    transition: .6s;
  }
  .global-nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -28px;
    height: 6px;
    width: 6px;
    background: #aab1a2;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .6s;
    transition: .6s;
  }
  .global-nav ul li a:hover {
    color: #aab1a2;
  }
  .global-nav ul li a:hover::before {
    left: -14px;
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .global-nav ul li.is-current a::before {
    left: -14px;
    height: 6px;
    width: 6px;
    visibility: visible;
    opacity: 1;
    background: #61675a;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .global-nav__menu::after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    margin-top: 20px;
    border-top: 3px double #adb3a8;
  }
  .global-nav__menu li {
    margin-bottom: 10px;
  }
  .global-nav__sns {
    margin-top: 20px;
  }
  .global-nav__sns li {
    margin-bottom: 0;
    font-size: 20px;
  }
  .global-nav__sns li a {
    color: #aab1a2;
  }
}

.header-tel {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  line-height: 1.4;
  text-align: right;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.header-tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .2em;
  font-family: 'Lora', serif;
  font-size: 28px;
  font-style: italic;
}

.header-tel .tel i {
  margin-right: 0.4em;
  font-size: 0.7em;
}

.header-tel .hour {
  padding-right: 0.4em;
}

@media only screen and (min-width: 1025px) {
  .header-tel {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.main-visual .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.main-visual .navigation {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 92px;
}

@media only screen and (min-width: 1025px) {
  .main-visual {
    width: calc(100% - 18%);
  }
  .main-visual .swiper-slide {
    height: 96vh;
  }
  .main-visual .img-obj {
    position: absolute;
    bottom: -50px;
    left: -40px;
    z-index: 10;
  }
}

@media only screen and (min-width: 1400px) {
  .main-visual {
    width: calc(100% - 240px);
  }
}

.scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 20;
  margin: auto;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-style: italic;
  color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.scroll span {
  position: absolute;
  bottom: -50px;
  left: 50%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  height: 40px;
  width: 1px;
  margin: 0 auto 0 -2px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 6px;
  width: 6px;
  margin-left: -3px;
  background-color: #FFFFFF;
  border-radius: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .scroll {
    color: #5d5d5d;
  }
  .scroll span {
    background: rgba(93, 93, 93, 0.4);
  }
  .scroll span::before {
    height: 5px;
    width: 5px;
    margin-left: -2px;
    background-color: #5d5d5d;
  }
}

.scroll.is-none {
  opacity: 0;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 380px;
  width: 100%;
  overflow: hidden;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.page-title--about {
  background: url("images/pic-header-about.jpg") no-repeat center center/cover;
  background-image: -webkit-image-set(url("images/pic-header-about.jpg") 1x, url("images/pic-header-about@2x.jpg") 2x);
  background-image: image-set(url("images/pic-header-about.jpg") 1x, url("images/pic-header-about@2x.jpg") 2x);
}

.page-title--menu {
  background: url("images/pic-header-menu.jpg") no-repeat center center/cover;
  background-image: -webkit-image-set(url("images/pic-header-menu.jpg") 1x, url("images/pic-header-menu@2x.jpg") 2x);
  background-image: image-set(url("images/pic-header-menu.jpg") 1x, url("images/pic-header-menu@2x.jpg") 2x);
}

.page-title--news {
  background: url("images/pic-header-news.jpg") no-repeat center center/cover;
  background-image: -webkit-image-set(url("images/pic-header-news.jpg") 1x, url("images/pic-header-news@2x.jpg") 2x);
  background-image: image-set(url("images/pic-header-news.jpg") 1x, url("images/pic-header-news@2x.jpg") 2x);
}

.page-title__headline {
  padding: .6em .2em;
  line-height: 1.6;
  letter-spacing: .2em;
  font-family: kinuta-maruminshinano-stdn, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  color: #FFFFFF;
  background: rgba(97, 103, 90, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

@media only screen and (min-width: 768px) {
  .page-title {
    height: 420px;
  }
  .page-title__headline {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-title {
    width: calc(100% - 18%);
    height: 520px;
    margin-left: 18%;
  }
  .page-title__headline {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 36px;
  }
}

@media only screen and (min-width: 1400px) {
  .page-title {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
}

.section {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .home .section {
    padding-top: 240px;
  }
}

@media only screen and (min-width: 1400px) {
  .section {
    padding-left: 0;
  }
}

.section__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 52px;
  letter-spacing: .15em;
  font-family: kinuta-maruminshinano-stdn, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
}

.section__title::before {
  content: attr(data-en);
  position: absolute;
  bottom: 0;
  left: -0.2em;
  z-index: -1;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: 'Lora', serif;
  font-size: 4em;
  font-weight: normal;
  font-style: italic;
  color: rgba(170, 177, 162, 0.25);
}

.section__title::after {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  border-bottom: 3px double #adb3a8;
}

@media only screen and (min-width: 1025px) {
  .section__title {
    padding-top: 20px;
  }
}

.section__inner {
  width: 100%;
  max-width: 1020px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .section__inner {
    width: auto;
    margin-top: 0;
    margin-left: 18%;
  }
}

@media only screen and (min-width: 1400px) {
  .section__inner {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section--404 {
  padding: 80px 0;
}

.section--about {
  position: relative;
  overflow: hidden;
}

.section--about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 380px;
  background: rgba(198, 200, 196, 0.35);
}

@media only screen and (min-width: 1025px) {
  .section--about::before {
    width: calc(100% - (50% - 420px));
    height: 340px;
    margin: 0 calc(50% - 50vw);
  }
}

.section--about__inner {
  position: relative;
  width: 92%;
}

@media only screen and (min-width: 1025px) {
  .section--about__inner {
    width: auto;
  }
}

.section--about__main {
  position: relative;
  z-index: 2;
}

.section--about__main .sp-pic {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 20px;
}

.section--about__main p {
  margin-bottom: 40px;
  line-height: 2;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@media only screen and (min-width: 1025px) {
  .section--about__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 36%;
    min-height: 540px;
    padding-top: 40px;
  }
  .section--about__main .sp-pic {
    display: none;
  }
}

.section--about__pic {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .section--about__pic {
    display: block;
    position: absolute;
    top: -40px;
    right: -20px;
    width: 50vw;
    max-width: 640px;
    max-height: 460px;
    overflow: hidden;
  }
  .section--about__pic > img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.section--about .img-obj {
  position: absolute;
  top: -80px;
  right: -140px;
  z-index: 10;
}

.section--menu {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.section--menu__inner {
  position: relative;
}

.section--menu__inner h2 {
  padding-left: 5%;
}

.section--menu .sp-pic {
  width: 100%;
  margin: 0 calc(50% - 50vw);
}

.section--menu .sp-pic img {
  display: block;
  height: auto;
  width: 100%;
}

.section--menu__box {
  margin: 0 calc(50% - 50vw);
  padding: 20px 5% 40px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.section--menu__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #5d5d5d;
}

.section--menu__item p {
  margin-bottom: 20px;
}

.section--menu__pic {
  display: none;
}

.section--menu .img-obj {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .section--menu {
    width: 100%;
    min-height: 640px;
    padding: 0;
  }
  .section--menu__inner {
    margin-left: calc(18% + 20px);
    margin-right: auto;
  }
  .section--menu__inner h2 {
    position: absolute;
    top: -40px;
    right: 160px;
    z-index: 3;
  }
  .section--menu__inner h2::before {
    padding-left: 15%;
  }
  .section--menu__inner .img-obj {
    display: block;
    position: absolute;
    top: -140px;
    left: 500px;
    z-index: 10;
  }
  .section--menu__box {
    position: absolute;
    right: 0;
    bottom: -400px;
    z-index: 2;
    width: calc(100% - (50% - 50px));
    margin: 0 auto;
    padding: 40px 50px;
  }
  .section--menu__item {
    width: 460px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
  }
  .section--menu__item p {
    line-height: 2;
  }
  .section--menu__pic {
    display: block;
    position: absolute;
    top: -100px;
    left: -20px;
    z-index: 1;
    width: 50vw;
    max-width: 640px;
  }
  .section--menu__pic > img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1400px) {
  .section--menu__inner {
    margin: auto;
  }
}

.section--news {
  width: 100%;
  overflow: hidden;
}

.section--news__inner {
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
}

.section--news__inner .img-obj {
  position: absolute;
  top: 120px;
  left: -40px;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .section--news__inner {
    padding: 0;
  }
  .home .section--news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section--news__inner .navigation {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 92px;
  }
  .section--news__inner h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 180px;
    margin-right: 60px;
    margin-left: 0;
  }
}

.section--news__slide {
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .section--news__slide {
    overflow: hidden;
  }
}

.section--interior__inner {
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .section--interior__inner {
    overflow: inherit;
  }
}

.section--interior__inner h2, .section--access__inner h2 {
  padding-left: 5%;
}

@media only screen and (min-width: 1025px) {
  .section--interior__inner h2, .section--access__inner h2 {
    padding-left: 0;
  }
}

.section--soba, .section--gohan, .section--limited {
  overflow: hidden;
}

.section--soba .section__title, .section--gohan .section__title, .section--limited .section__title {
  padding-left: 5%;
}

.section--soba__item, .section--gohan__item, .section--limited__item {
  margin-bottom: 40px;
}

.section--soba__item .pic img, .section--gohan__item .pic img, .section--limited__item .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--soba__item .main, .section--gohan__item .main, .section--limited__item .main {
  padding: 20px 4%;
  background: #FFFFFF;
}

.section--soba__item .main p, .section--gohan__item .main p, .section--limited__item .main p {
  margin-top: 20px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@media only screen and (min-width: 1025px) {
  .section--soba .section__title, .section--gohan .section__title, .section--limited .section__title {
    padding-left: 0;
  }
  .section--soba__item, .section--gohan__item, .section--limited__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .section--soba__item .pic,
  .section--soba__item .main, .section--gohan__item .pic,
  .section--gohan__item .main, .section--limited__item .pic,
  .section--limited__item .main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .section--soba__item .main, .section--gohan__item .main, .section--limited__item .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 50px;
  }
  .section--soba__item.item02 .pic, .section--gohan__item.item02 .pic, .section--limited__item.item02 .pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (min-width: 1025px) {
  .section--gohan, .section--limited, .section--other {
    margin-top: 80px;
  }
}

.section--other .section__title {
  padding-left: 5%;
}

.section--other__wrap {
  background: #FFFFFF;
}

.section--other__item {
  padding: 20px;
}

.section--other__item h3 {
  margin-bottom: 20px;
  letter-spacing: .15em;
  font-family: kinuta-maruminshinano-stdn, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.section--other__item h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  margin-top: 20px;
  border-top: 3px double #adb3a8;
  width: 24px;
  margin: 0;
  border-style: solid;
}

@media only screen and (min-width: 1025px) {
  .section--other .section__title {
    padding-left: 0;
  }
  .section--other__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section--other__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 50%;
    padding: 40px;
  }
}

.section--recentposts {
  overflow: hidden;
}

.section--recentposts__inner {
  width: 92%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .section--recentposts__inner {
    width: auto;
    margin-top: 0;
    margin-left: 18%;
  }
}

@media only screen and (min-width: 1400px) {
  .section--recentposts__inner {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}

.list-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 5% 48%;
  grid-template-columns: repeat(2, 48%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 5%;
  margin-bottom: 40px;
  list-style: none;
}

.list-news > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.list-news > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.list-news--slide {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  list-style: none;
}

.list-news__item {
  margin-bottom: 20px;
}

.list-news__item a {
  display: block;
  text-decoration: none;
  color: #5d5d5d;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.list-news__item a:hover {
  color: #aab1a2;
}

.list-news__pic {
  margin-bottom: 20px;
}

.list-news__pic img {
  display: block;
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .list-news {
    -ms-grid-columns: 30.65% 40px 30.65% 40px 30.65%;
    grid-template-columns: repeat(3, 30.65%);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 40px;
  }
  .list-news > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .list-news > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .list-news > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .list-news__item {
    max-width: 320px;
    margin-bottom: 40px;
  }
}

.list-news .date {
  letter-spacing: .1em;
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.list-news .title {
  line-height: 1.4;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.overlay {
  position: relative;
  overflow: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.overlay__pic span {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlay__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
  }
  .overlay__pic img {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
  }
  .overlay__pic::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 120%;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(135deg, rgba(97, 103, 90, 0.5) 0, rgba(93, 93, 93, 0.5) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
  }
  .overlay__pic span {
    display: block;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
    color: #FFFFFF;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  .overlay:hover .overlay__pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .overlay:hover .overlay__pic::before,
  .overlay:hover .overlay__pic span {
    opacity: 1;
    visibility: visible;
  }
  .overlay:hover .overlay__pic span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.about-item {
  margin-bottom: 40px;
}

.about-item__txt {
  padding: 1.4em 1em;
  background: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  .about-item {
    position: relative;
    max-width: 1020px;
    margin-bottom: 120px;
  }
  .about-item__txt {
    position: absolute;
    z-index: 2;
    max-width: 480px;
    padding: 1.4em 1.6em;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 10px 20px rgba(56, 56, 56, 0.5);
    box-shadow: 0 10px 20px rgba(56, 56, 56, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .about-item__txt p {
    line-height: 2;
    letter-spacing: .1em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    color: #444444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  .about-item__txt.txt1 {
    top: 30px;
    right: 30px;
  }
  .about-item__txt.txt2 {
    bottom: 30px;
    left: 30px;
  }
  .about-item__txt.txt3 {
    right: 30px;
    bottom: 30px;
  }
  .about-item__pic {
    margin: auto;
  }
}

.menu-item {
  width: 100%;
}

.menu-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 5px 0;
}

.menu-item div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: 1px dotted #adb3a8;
}

.menu-item dt {
  z-index: 2;
  padding-right: 5px;
  letter-spacing: .1em;
  text-align: left;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  background-color: #FFFFFF;
}

.home .menu-item dt {
  background-color: transparent;
}

.menu-item dt.large {
  font-size: 22px;
}

.menu-item dt.large span {
  font-size: 0.6em;
}

.menu-item dd {
  z-index: 2;
  padding-left: 5px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  background-color: #FFFFFF;
}

.home .menu-item dd {
  background-color: transparent;
}

.menu-item dd span {
  padding-right: 0.3em;
  font-size: .8em;
}

.menu-item--2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aeaeae;
}

.menu-item--2 div {
  padding-bottom: 0;
}

.map iframe {
  width: 100%;
  margin-right: calc(50% - 50vw);
}

.footer {
  width: 92%;
  margin: 0 auto 20px;
}

.footer__info::before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  margin-bottom: 20px;
  border-top: 3px double #adb3a8;
}

.footer__info p {
  letter-spacing: .05em;
  font-size: 13px;
}

.footer__logo span {
  font-size: 10px;
}

@media only screen and (min-width: 1025px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 18%);
    margin-right: 0;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .footer__logo span {
    font-size: 10px;
  }
}

.copyright {
  letter-spacing: .1em;
  font-family: 'Lora', serif;
  font-size: 12px;
  font-style: italic;
}

.sp-tel {
  position: fixed;
  top: 0;
  left: 62px;
  z-index: 99;
}

.sp-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  height: 60px;
  width: 60px;
  color: #FFFFFF;
  background: rgba(97, 103, 90, 0.7);
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (min-width: 1025px) {
  .sp-tel {
    display: none;
  }
}

.cf:after {
  content: ' ';
  display: block;
  clear: both;
}

.row {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    width: 1020px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.sp-none {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .sp-none {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media only screen and (min-width: 600px) {
  .alignleft {
    float: left;
    margin-right: 20px !important;
    margin-bottom: 1em !important;
  }
}

@media only screen and (min-width: 600px) {
  .alignright {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 1em !important;
  }
}

.aligncenter {
  margin: auto;
}

.image-wrap {
  overflow: hidden;
}

.z2 {
  position: static;
  z-index: 2;
}

.tel-link a {
  text-decoration: none;
  color: #5d5d5d;
}

.js-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  position: absolute;
  top: 20%;
  right: 10px;
  font-size: 2.4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.js-btn:hover::after {
  color: #61675a;
}

.js-btn.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-panel {
  visibility: hidden;
  height: 0;
}

.js-panel.is-show {
  visibility: visible;
  height: auto;
  -webkit-animation: tabAnim ease-in-out 0.8s forwards;
  animation: tabAnim ease-in-out 0.8s forwards;
}

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tabAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.swiper-container {
  width: 100%;
  overflow: visible;
}

.main-visual .swiper-container {
  height: 100vh;
  overflow: hidden;
}

.swiper-pagination {
  right: 106px !important;
  left: auto !important;
  text-align: right;
  font-family: 'Lora', serif;
  font-size: 14px;
  color: #FFFFFF;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}

.swiper-pagination-bullet-active {
  background: #61675a;
}

.swiper-button-prev,
.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  color: #FFFFFF;
  background-color: rgba(97, 103, 90, 0.8);
  background-image: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (min-width: 1025px) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #aab1a2;
  }
}

.swiper-button-prev,
.main-visual .navigation .swiper-button-prev {
  left: 0;
}

.swiper-button-prev::after {
  content: "\f053";
}

.swiper-button-prev:hover::after {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.swiper-button-next,
.main-visual .navigation .swiper-button-next {
  right: 0;
}

.swiper-button-next::after {
  content: "\f054";
}

.swiper-button-next:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.visible,
.invisible {
  opacity: 0.0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.visible.translate-left, .visible.translate-right,
.invisible.translate-left,
.invisible.translate-right {
  -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translate-left,
.invisible.translate-left {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.visible.translate-right,
.invisible.translate-right {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.visible {
  opacity: 1.0;
}

.visible.translate-left, .visible.translate-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?sfuvny");
  src: url("fonts/icon.eot?sfuvny#iefix") format("embedded-opentype"), url("fonts/icon.ttf?sfuvny") format("truetype"), url("fonts/icon.woff?sfuvny") format("woff"), url("fonts/icon.svg?sfuvny#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.hamburger {
  display: block;
  height: 60px;
  width: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 10px 0 0 0;
  background: rgba(65, 65, 65, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger.active {
  background: none;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger__icon {
  position: relative;
  left: 15px;
  width: 30px;
  margin-top: 20px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
  left: 0px;
  width: 30px;
}

.hamburger__icon:after {
  top: 10px;
  left: 0px;
  width: 20px;
}

.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger.active .hamburger__icon,
.hamburger:hover .hamburger__icon {
  left: 0;
  width: 30px;
  margin-left: 15px;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after,
.hamburger:hover .hamburger__icon:before,
.hamburger:hover .hamburger__icon:after {
  width: 30px;
  background-color: #FFFFFF;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  height: 100%;
  width: 100%;
  background: rgba(37, 37, 37, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.fat-nav__menu {
  margin-left: 5%;
  list-style: none;
}

.fat-nav__menu::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  margin-top: 20px;
  border-top: 3px double #adb3a8;
}

.fat-nav__menu li {
  letter-spacing: .1em;
  font-family: kinuta-maruminshinano-stdn, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.fat-nav__menu li a {
  display: block;
  padding: 10px 0;
  color: #FFFFFF;
}

.fat-nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 5%;
  list-style: none;
}

.fat-nav__sns li {
  margin-right: 20px;
  font-size: 28px;
}

.fat-nav__sns li a {
  display: block;
  padding: 20px 0;
  color: #FFFFFF;
}

.fat-nav .inner {
  width: 92%;
  margin: auto;
}

.fat-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
