@charset "UTF-8";
/*--------------------------------------------------------------
>>> 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
# Original Style

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  /*font-feature-settings: "palt";*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h {
  clear: both;
  margin: 0 0 1em;
  line-height: 1.429;
}

h1 {
  font-size: 1rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 2.2rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 2.6rem;
  }
  h3, .h3 {
    font-size: 2.3rem;
  }
  h4, .h4 {
    font-size: 1.9rem;
  }
  h5, .h5 {
    font-size: 1.8rem;
  }
  h6, .h6 {
    font-size: 1.7rem;
  }
}
p {
  margin: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

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

ul.disc {
  list-style: disc inside;
}
ul.disc > li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ol.decimal {
  list-style: decimal inside;
}
ol.decimal > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

dl, dt, dd {
  margin: 0;
}

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

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

figure {
  margin: 0;
}

img,
iframe {
  vertical-align: top;
}

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

/* Links
--------------------------------------------- */
a {
  color: #ff9900;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
a:hover {
  opacity: 0.7;
}
a:hover, a:active {
  outline: 0;
}
a:visited {
  color: #876844;
}

/* 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;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  opacity: 0.7;
}
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 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* 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);
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 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;
}

/*--------------------------------------------------------------
# Original Style
--------------------------------------------------------------*/
/* common style */
#wrapper {
  overflow: hidden;
}

.for_sp {
  display: none !important;
}

.font-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.font-marug,
.site-title,
.page-title,
.page-en-title,
.fix-cv-btn,
.gnv,
.gnv-cv-tel,
.gnv-cv-btn,
.btn-cv,
.fnv,
.m-tel,
.m-lb01,
.m-lb02,
.m-lb03,
.m-lb04,
.m-catch01,
.m-caption,
.m-caption_big,
.m-link01,
.m-link02,
.m-lead,
.pagenation,
.entry-title,
button,
input[type=submit] {
  font-family: "Zen Maru Gothic", sans-serif;
}

.fs-xs {
  font-size: 0.813em;
} /*13px*/
.fs-s {
  font-size: 0.875em;
} /*14px*/
.fs-l {
  font-size: 1.125em;
} /*18px*/
.fs-xl {
  font-size: 1.25em;
} /*20px*/
.fw-n {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fk-s {
  letter-spacing: -0.04em;
}

.fk-l {
  letter-spacing: -0.2em;
}

.fk-w {
  letter-spacing: 0.05em;
}

.fk-xw {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

.mbt0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-mtp_xl {
  margin-top: 130px !important;
}

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

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

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

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

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

.m-mbt_xl {
  margin-bottom: 130px !important;
}

.w100 {
  width: 100%;
}

.nolink,
.js-toggle-button {
  cursor: pointer;
}

.fleft {
  float: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tkinto {
  text-align: justify;
}

.relative {
  position: relative;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.bg-maincolor {
  background: #f2efeb;
}

.color-maincolor {
  color: #745c2e;
}

.color-acccolor {
  color: #ff9900;
}

.m-inner_xs, .m-inner_s, .m-inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.m-inner {
  max-width: 1100px;
  width: 94.66%;
}

.m-inner_s {
  max-width: 900px;
  width: 89.33%;
}
.m-inner .m-inner_s {
  width: 94.36%;
}

.m-inner_xs {
  max-width: 800px;
  width: 94.66%;
  margin: 0 auto;
}

.m-sec01 {
  padding: 100px 0;
}
.m-sec01:first-child {
  padding-top: 0;
}

.m-sec02 {
  padding: 60px 0;
}
.m-sec02:first-child {
  padding-top: 0;
}

.m-sec03 {
  margin-top: 80px;
}

.m-para:not(.tcenter) {
  text-align: justify;
}
.m-para > * + * {
  margin-top: 2em;
}

.m-txt-vt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.m-txt-pre {
  white-space: pre;
}

/* label - English + japanese */
.m-lb01 {
  margin-bottom: 30px;
  color: #876844;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.m-lb01.is-center {
  text-align: center;
}
.m-lb01__main {
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}
.m-lb01__main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  border-bottom: solid 1px;
}
.m-lb01.is-center .m-lb01__main::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.m-lb01__sub {
  margin: 15px 0 0;
  color: #999;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.m-lb02 {
  position: relative;
  padding: 13px 3px;
  margin: 0 auto 25px;
  color: #876844;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.m-lb02::before, .m-lb02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-image: radial-gradient(circle, #745c2e 30%, transparent 60%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: -3px 0;
}
.m-lb02::before {
  top: 0;
}
.m-lb02::after {
  bottom: 0;
}

.m-lb03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin: 0 0 20px;
  border-radius: 3em;
  background: #ede8e3;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.m-lb03.is-center {
  margin-left: auto;
  margin-right: auto;
}

.m-lb04 {
  position: relative;
  margin: 0 auto 30px;
  color: #876844;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.m-lb04::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #745c2e 30%, transparent 60%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.m-lb04 > span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
  background: #fff;
}

.m-lead {
  margin-bottom: 85px;
  color: #745c2e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.m-catch01 {
  margin-bottom: 45px;
  color: #745c2e;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
}

.m-catch02 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.647;
}

.m-catch03 {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.647;
}

.m-caption {
  margin-top: 0.571em; /*8px*/
  color: #876844;
  font-size: 0.875em; /*14px*/
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.m-caption_big {
  margin-top: 0.571em; /*8px*/
  color: #876844;
  font-size: 1.125em; /*18px*/
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.m-btn-mail, .m-btn-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 365px;
  height: 110px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.m-btn-tel {
  gap: 12px;
  background: #e1d9d0;
  color: #000;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.m-btn-mail {
  gap: 16px;
  background: #ff9900;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.m-tel {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.m-link-nostyle {
  color: inherit;
  text-decoration: none;
}

.m-link01, .m-link01--pl, .m-link01--bd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em; /*12px*/
  position: relative;
  border-radius: 3em;
  border: solid 2px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.m-link01, .m-link01--pl {
  border-color: #ff9900;
  background: #ff9900;
  color: #fff !important;
}
.m-link01--bd {
  background: #fff;
  color: #b7a48f !important;
}
.m-link01, .m-link01--bd {
  padding: 0.667em 1.2em 0.667em 1.733em; /*10px 18px 10px 26px*/
}
.m-link01--pl {
  padding: 0.667em 1.733em; /*10px 26px*/
}
.m-link01::after, .m-link01--pl::after, .m-link01--bd::after {
  content: "";
  display: inline-block;
  width: 0.786em; /*11px*/
  height: 0.857em; /*12px*/
  background: 50% 50% no-repeat;
  background-size: contain;
}
.m-link01::after {
  background-image: url("../img/common/icon_arrow_w@2x.png");
}
.m-link01--pl::after {
  display: none;
}
.m-link01--bd::after {
  background-image: url("../img/common/icon_arrow@2x.png");
}

.m-list-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-list-movie__item {
  width: 31.82%;
  padding-right: 2.27%;
  background: #e1d9d0;
}
.m-list-movie__movie {
  position: relative;
  height: 0;
  padding-top: 58.46%;
}
.m-list-movie__movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-list-movie__cap {
  padding: 0.571em 0 0.571em 0.778em; /*8px 14px*/
  color: #876844;
  font-size: 1.125em; /*18px*/
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.m-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-list-flex dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-list-flex dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-list-mark > li, .m-list-circle > li, .m-list-dot > li {
  position: relative;
}
.m-list-mark > li::before, .m-list-circle > li::before, .m-list-dot > li::before {
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-dot > li {
  padding-left: 1em;
}
.m-list-dot > li::before {
  content: "・";
}

.m-list-circle > li {
  padding-left: 1.3em;
}
.m-list-circle > li::before {
  content: "●";
}

.m-list-mark > li {
  padding-left: 1.818em; /*40px*/
}
.m-list-mark > li::before {
  content: url("../img/common/icon_wadia.svg");
  top: 0.091em; /*2px*/
  width: 1.182em; /*26px*/
  height: 0.773em; /*17px*/
}

.m-dlList-mark > dt {
  position: relative;
  padding-left: 1.818em; /*40px*/
  margin-bottom: 0.5em;
}
.m-dlList-mark > dt::before {
  content: url("../img/common/icon_wadia.svg");
  position: absolute;
  left: 0;
  top: 0.091em; /*2px*/
  width: 1.182em; /*26px*/
  height: 0.773em; /*17px*/
}
.m-dlList-mark > dd + dt {
  margin-top: 1.82em;
}
.m-dlList-mark > dd {
  padding-left: 2.222em;
}

.m-dlList-square > dt {
  position: relative;
  padding-left: 1em;
}
.m-dlList-square > dt::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #b7a48f;
}

.m-table {
  display: table;
}
.m-table__tr {
  display: table-row;
}
.m-table__th, .m-table__td {
  display: table-cell;
}

.m-table01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 1.778;
  overflow-wrap: anywhere;
}
.m-table01 tr,
.m-table01 .m-table__tr {
  border-bottom: solid 1px #fff;
}
.m-table01 th,
.m-table01 td,
.m-table01 .m-table__th,
.m-table01 .m-table__td {
  height: 3.333em; /*60px*/
}
.m-table01 th,
.m-table01 .m-table__th {
  width: 7.333em; /*132px*/
  padding: 0.667em 0.2em 0.833em 1.556em; /*12px 10px 15px 28px*/
  background: #745c2e;
  color: #fff;
}
.m-table01 td,
.m-table01 .m-table__td {
  padding: 0.667em 1.667em 0.833em 2.389em; /*12px 30px 15px 43px*/
  background: #e1d9d0;
  color: #000;
}

.m-table02 {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #e1d9d0;
  font-size: 1.8rem;
  line-height: 1.778;
  overflow-wrap: anywhere;
}
.m-table02 tr,
.m-table02 .m-table__tr {
  border-bottom: solid 1px #e1d9d0;
}
.m-table02 th,
.m-table02 td,
.m-table02 .m-table__th,
.m-table02 .m-table__td {
  height: 3.333em; /*60px*/
  background: #fff;
}
.m-table02 th,
.m-table02 .m-table__th {
  width: 10.278em; /*185px*/
  padding: 0.667em 0.2em 0.833em 1.556em; /*12px 10px 15px 28px*/
}
.m-table02 td,
.m-table02 .m-table__td {
  padding: 0.667em 1.667em 0.833em 2.389em; /*12px 30px 15px 43px*/
  border-left: solid 1px #e1d9d0;
}

.m-table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #e1d9d0;
  font-size: 1.8rem;
  line-height: 1.778;
  overflow-wrap: anywhere;
}
.m-table03 tr,
.m-table03 .m-table__tr {
  border-bottom: solid 1px #e1d9d0;
}
.m-table03 th,
.m-table03 td,
.m-table03 .m-table__th,
.m-table03 .m-table__td {
  vertical-align: middle;
  height: 3.333em; /*60px*/
}
.m-table03 th,
.m-table03 .m-table__th {
  width: 8.333em; /*150px*/
  padding: 0.667em 0.2em 0.833em 1.556em; /*12px 10px 15px 28px*/
  background: #e1d9d0;
  color: #000;
}
.m-table03 td,
.m-table03 .m-table__td {
  padding: 0.667em 1.667em 0.833em 3.222em; /*12px 30px 15px 58px*/
  border-left: solid 1px #e1d9d0;
  background: #fff;
  color: #000;
}

.m-map iframe {
  width: 100%;
}

.thumb-img {
  position: relative;
  overflow: hidden;
}
.thumb-img a {
  opacity: 1;
}
.thumb-img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.circle-img img {
  border-radius: 50%;
}

.round-img img,
.round-img::before {
  border-radius: 20px;
}

.deco-img {
  margin: 30px 0;
  text-align: center;
}

.flex,
.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-cont01 .flex-lr__txt {
  width: 69.54%;
}
.flex-cont02 .flex-lr__txt {
  width: 48.18%;
}
.flex-cont01 .flex-lr__img {
  width: 26.82%;
}
.flex-cont02 .flex-lr__img {
  width: 45.91%;
}

.flex.is-wrap,
.flex-pc.is-wrap,
.flex-lr.is-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.is-reverse,
.flex-pc.is-reverse,
.flex-lr.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.is-vcenter,
.flex-pc.is-vcenter,
.flex-lr.is-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.is-vsb > *,
.flex-pc.is-vsb > *,
.flex-lr.is-vsb > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.grid {
  display: grid;
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
  .m-mtp_xs {
    margin-top: 15px !important;
  }
  .m-mtp_s {
    margin-top: 22px !important;
  }
  .m-mtp_sm {
    margin-top: 30px !important;
  }
  .m-mtp_m {
    margin-top: 45px !important;
  }
  .m-mtp_l {
    margin-top: 55px !important;
  }
  .m-mtp_xl {
    margin-top: 55px !important;
  }
  .m-mbt_xs {
    margin-bottom: 15px !important;
  }
  .m-mbt_s {
    margin-bottom: 25px !important;
  }
  .m-mbt_sm {
    margin-bottom: 30px !important;
  }
  .m-mbt_m {
    margin-bottom: 45px !important;
  }
  .m-mbt_l {
    margin-bottom: 55px !important;
  }
  .m-mbt_xl {
    margin-bottom: 55px !important;
  }
  .fleft, .fright {
    float: none;
  }
  .sp-left {
    text-align: left;
  }
  .sp-center {
    text-align: center;
  }
  .sp-right {
    text-align: right;
  }
  .m-sp-inner_s {
    padding: 0 2.66%;
  }
  .m-sec01 {
    padding: 55px 0;
  }
  .m-sec02 {
    padding: 40px 0;
  }
  .m-sec03 {
    margin-top: 55px;
  }
  .m-lb01 {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .m-lb01__main {
    padding-bottom: 8px;
  }
  .m-lb01__main::after {
    width: 48px;
  }
  .m-lb01__sub {
    margin-top: 12px;
    font-size: 13px;
  }
  .m-lb02 {
    padding: 12px 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .m-lb03 {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 18px;
  }
  .m-lb04 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .m-lead {
    font-size: 18px;
    line-height: 1.667;
  }
  .m-catch01 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.652;
  }
  .m-catch02 {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .m-catch03 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .m-link01, .m-link01--pl, .m-link01--bd {
    font-size: 1.4rem;
  }
  .m-list-movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .m-list-movie__item {
    width: 100%;
    padding-right: 4.54%;
  }
  .m-table-wrap {
    position: relative;
    overflow-x: scroll;
  }
  .m-table-wrap::before {
    content: "※横にスクロールできます";
    font-size: 1.2rem;
  }
  .m-table01 {
    font-size: 1em;
  }
  .m-table01 th,
  .m-table01 td,
  .m-table01 .m-table__th,
  .m-table01 .m-table__td {
    height: 3.375em; /*54px*/
  }
  .m-table01 th,
  .m-table01 .m-table__th {
    width: 6.25em; /*100px*/
    padding-left: 0.938em; /*15px*/
  }
  .m-table01 td,
  .m-table01 .m-table__td {
    padding-left: 0.938em; /*15px*/
  }
  .m-table02 {
    font-size: 1em;
  }
  .m-table02 th,
  .m-table02 td,
  .m-table02 .m-table__th,
  .m-table02 .m-table__td {
    height: 3.375em; /*54px*/
  }
  .m-table02 th,
  .m-table02 .m-table__th {
    width: 8.313em; /*133px*/
    padding-left: 0.938em; /*15px*/
  }
  .m-table02 td,
  .m-table02 .m-table__td {
    padding-left: 0.938em; /*15px*/
  }
  .m-table03 {
    font-size: 1em;
  }
  .m-table03 th,
  .m-table03 td,
  .m-table03 .m-table__th,
  .m-table03 .m-table__td {
    height: 3.375em; /*54px*/
  }
  .m-table03 th,
  .m-table03 .m-table__th {
    width: 7.125em; /*114px*/
    padding-left: 0.938em; /*15px*/
  }
  .m-table03 td,
  .m-table03 .m-table__td {
    padding-left: 0.938em; /*15px*/
  }
  .deco-img {
    margin: 7px 0 2px;
  }
  .deco-img img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .flex-pc,
  .flex-lr {
    display: block;
  }
  .flex-lr > * {
    width: 100% !important;
  }
  .flex-lr > * + * {
    margin-top: 25px;
  }
  .flex-lr__img {
    text-align: center;
  }
  .flex-cont01 .flex-lr__img img {
    max-width: 62%;
  }
  .grid {
    display: block;
  }
  .grid > * {
    width: 100% !important;
  }
  .grid > * + * {
    margin-top: 25px;
  }
  .grid__img {
    text-align: center;
  }
  .m-img-wide {
    margin-left: -2.9%;
    margin-right: -2.9%;
  }
  .m-img-wide img {
    max-width: none;
    width: 220%;
    margin-left: -60%;
  }
  .m-map {
    position: relative;
    padding-top: 94.66%;
  }
  .m-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
/* Parallax */
.t--u {
  -webkit-transform: translate(0, -120px);
  transform: translate(0, -120px);
}

.u--t {
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
}

.r--l {
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

.l--r {
  -webkit-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}

.s--b {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.u--t {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.t--u,
.r--l,
.l--r {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t--u.is-active,
.u--t.is-active,
.r--l.is-active,
.l--r.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* header */
body.is-gnvOpen {
  overflow: hidden;
}

.anchor-link {
  display: block;
}

/* site title */
.site-info {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  padding: 20px;
}
.home .site-info {
  display: block;
}
.site-info__main {
  font-size: 20px;
  font-size: min(5.33vw, 31px);
}
.site-info__sub {
  display: none;
}

.site-title {
  display: block;
  color: #745c2e;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}
.site-title__main > span {
  display: inline-block;
}
.site-title__sub {
  display: block;
  margin-top: 0.727em; /*8px*/
  font-size: 0.55em; /*11px*/
  letter-spacing: 0.2em;
}
.site-title .small {
  margin-right: -0.385em; /*-5px*/
  font-size: 0.65em; /*13px*/
  letter-spacing: 0.1em;
}

.site-header {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #fff;
}
.is-gnvOpen .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 12000;
}
.site-header__enTtl {
  color: #745c2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
.site-header__tel {
  display: none;
}

.fix-cv {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
}

.fix-cv-btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em; /*12px*/
  width: 4.333em; /*65px*/
  height: 20.667em; /*310px*/
  background: #ede8e3;
  color: #745c2e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}
.fix-cv-btn__txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.toggle-button {
  position: fixed;
  z-index: 20000;
  right: 20px;
  top: 20px;
  width: 65px;
  height: 65px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #ff9900;
  color: #fff;
  outline: none;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.toggle-button::before {
  content: "MENU";
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
}
.toggle-button span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 1px;
  margin: -6px 0 0 -16px;
  background: transparent;
  font-size: 0;
}
.toggle-button span::before, .toggle-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.toggle-button span::before {
  top: -7px;
}
.toggle-button span::after {
  top: 7px;
}
.toggle-button.is-active {
  background: transparent;
}
.toggle-button.is-active::before {
  content: "CLOSE";
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
  color: #ff9900;
  letter-spacing: normal;
}
.toggle-button.is-active span::before, .toggle-button.is-active span::after {
  top: 0;
  background: #ff9900;
}
.toggle-button.is-active span::before {
  -webkit-transform: rotate(-45deg) scale(1.5);
          transform: rotate(-45deg) scale(1.5);
}
.toggle-button.is-active span::after {
  -webkit-transform: rotate(45deg) scale(1.5);
          transform: rotate(45deg) scale(1.5);
}

.toggle-menu {
  position: fixed;
  z-index: 11000;
  inset: 0;
  top: 80px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #ede8e3;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s;
  transition: opacity 0.4s, -webkit-transform 0s;
  transition: opacity 0.4s, transform 0s;
  transition: opacity 0.4s, transform 0s, -webkit-transform 0s;
}
.is-gnvOpen .toggle-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.toggle-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-menu__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1100px;
  width: 92%;
  padding: 0 40px;
  margin: 35px auto 25px;
}
.toggle-menu__cont::before, .toggle-menu__cont::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: radial-gradient(circle, #876844 60%, transparent 61%);
  background-size: 1px 10px;
  background-repeat: repeat-y;
}
.toggle-menu__cont::before {
  left: 0;
}
.toggle-menu__cont::after {
  right: 0;
}
.toggle-menu__left, .toggle-menu__right {
  width: 47.8%;
}

.gnv {
  color: #745c2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.gnv li {
  padding-bottom: 55px;
}
.gnv a,
.gnv span.no-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.gnv .en {
  display: inline-block;
  margin-left: 1.083em; /*13px*/
  color: #b7a48f;
  font-size: 0.667em; /*12px*/
  letter-spacing: 0.2em;
}
.gnv .sub-menu {
  margin: 25px 0 0 25px;
  color: #666;
  font-size: 0.778em; /*14px*/
}
.gnv .sub-menu li {
  padding-bottom: 30px;
}
.gnv .sub-menu li:last-child {
  padding-bottom: 0;
}
.gnv .sub-menu a {
  position: relative;
  padding-left: 1.143em; /*16px*/
}
.gnv .sub-menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.286em; /*4px*/
  width: 0.786em; /*11px*/
  height: 0.857em; /*12px*/
  background: url("../img/common/icon_arrow@2x.png") 50% 50% no-repeat;
  background-size: contain;
}

.gnv-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.gnv-cv-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.444em; /*8px*/
  padding: 0.5em 1.167em; /*9px 21px*/
  margin-bottom: 20px;
  border-radius: 3em;
  border: solid 1px;
  background: #fff;
  color: #745c2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
}

.gnv-cv-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em; /*12px*/
  max-width: 100%;
  width: 20.667em; /*310px*/
  height: 4.333em; /*65px*/
  background: #b7a48f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}

.gnv-info {
  margin-top: 70px;
  font-size: 14px;
  line-height: 1.714;
}
.gnv-info .site-title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .anchor-link {
    padding-top: 100px;
    margin-top: -100px;
  }
  .no-header .site-main {
    padding-top: 100px;
  }
  /* site title */
  .site-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    width: 150px;
    padding: 45px 10px;
    background: #fff;
  }
  .home .site-info {
    height: 100vh;
  }
  .site-info__main, .site-info__sub {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .site-info__main {
    font-size: 31px;
  }
  .site-info__sub {
    display: block;
    padding-right: 0.3em;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 2.3;
  }
  .site-title__sub {
    display: none;
  }
  .site-title .small {
    margin: 0 0 0.556em; /*10px*/
    font-size: 0.581em; /*18px*/
  }
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0 175px 0 150px;
  }
  .site-header__enTtl {
    font-size: 16px;
  }
  .site-header__tel {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .site-header__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;
    gap: 0.5em; /*10px*/
    padding: 0.55em 1.2em; /*11px 24px*/
    border-radius: 3em;
    border: solid 1px;
    color: #745c2e;
  }
  .toggle-button {
    right: 65px;
  }
  .toggle-menu {
    top: 100px;
  }
  .toggle-menu__cont {
    padding: 0 90px;
  }
  .gnv-cv-tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fix-cv {
    bottom: 0 !important;
    width: 100%;
  }
  .fix-cv-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 13.33vw; /*50px*/
    font-size: min(4vw, 22px); /*15px*/
  }
  .fix-cv-btn__icon {
    max-width: 6.93vw;
  }
  .fix-cv-btn__txt {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
  .toggle-button {
    width: 60px;
    height: 60px;
  }
  .toggle-button::before {
    bottom: 10px;
    font-size: 10px;
  }
  .toggle-button span {
    width: 30px;
    margin: -4px 0 0 -15px;
  }
  .toggle-button span::before {
    top: -7px;
  }
  .toggle-button span::after {
    top: 7px;
  }
  .toggle-menu__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 25px auto;
  }
  .toggle-menu__cont::before, .toggle-menu__cont::after {
    display: none;
  }
  .toggle-menu__left, .toggle-menu__right {
    width: 100%;
  }
  .gnv {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
    font-size: min(4.27vw, 18px);
  }
  .gnv::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-image: radial-gradient(circle, #876844 60%, transparent 61%);
    background-size: 1px 10px;
    background-repeat: repeat-y;
  }
  .gnv li {
    padding-bottom: 42px;
  }
  .gnv li.sp-last {
    padding-bottom: 25px;
  }
  .gnv .en {
    margin-left: 1em; /*10px*/
    font-size: 0.625em; /*10px*/
  }
  .gnv .sub-menu {
    margin: 20px 0 0 20px;
    font-size: 0.813em; /*13px*/
  }
  .gnv .sub-menu li {
    padding-bottom: 24px;
  }
  .gnv-cv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .gnv-cv-tel {
    font-size: min(4.8vw, 25px); /*18px*/
  }
  .gnv-cv-btn {
    font-size: min(4vw, 20px); /*15px*/
  }
  .gnv-cv-btn__icon {
    max-width: 6.93vw;
  }
  .gnv-info {
    margin: 25px auto 0;
    max-width: 100%;
    width: 25.833em; /*310px*/
    font-size: 12px;
    line-height: 1.667;
  }
  .gnv-info .site-title {
    margin-bottom: 10px;
    font-size: 23px;
    font-size: min(6.13vw, 26px);
  }
}
/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
  .admin-bar .toggle-button {
    top: 52px;
  }
  .admin-bar .toggle-menu {
    top: 112px;
  }
}
@media screen and (min-width: 1024px) {
  .admin-bar .toggle-menu {
    top: 132px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .toggle-button {
    top: 66px;
  }
  .admin-bar .toggle-menu {
    top: 126px;
  }
}
.page-header {
  position: relative;
}
.page-header__img img {
  width: 100%;
}
.page-header__over {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 33px;
  margin: 0 auto;
  background: rgba(183, 164, 143, 0.8);
  color: #fff;
  text-align: center;
}

.page-en-title {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.154;
}

.page-title {
  margin: 0;
  color: #745c2e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/* content */
.page-content {
  position: relative;
  padding: 70px 0 0;
}

/* breadcrumb */
.bread {
  padding: 20px 0;
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.bread li {
  display: inline-block;
}
.bread li::before {
  content: ">";
  margin: 0 0.6em;
}
.bread li:first-child::before {
  display: none;
}
.bread a {
  color: #876844;
}

@media screen and (min-width: 1024px) {
  .page-header,
  .bread {
    margin-left: 150px;
  }
  .page-header__over {
    margin-top: 50px;
  }
  .bread .m-inner {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* page header */
  .page-header__img img {
    max-width: none;
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 767px) {
  /* page header */
  .page-header__over {
    max-width: 95.46%;
    padding: 10px 20px;
    margin-top: 0;
  }
  .page-en-title {
    font-size: 26px;
    font-size: min(6.93vw, 40px);
  }
  .page-title {
    font-size: 15px;
    font-size: min(4vw, 20px);
  }
  /* content */
  .page-content {
    padding: 30px 0 0;
  }
  /* breadcrumb */
  .bread {
    padding: 10px 0;
    font-size: 12px;
  }
}
.sec-cv {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 60px;
  background: #f2f2f2;
}
.sec-cv::before {
  content: "";
  display: block;
  position: absolute;
  inset: 27px;
  border: solid 3px #fff;
  pointer-events: none;
}
.sec-cv__lb {
  margin: 0 0 25px;
  color: #745c2e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.364;
  text-align: center;
}
.sec-cv__lb .small {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.708em; /*17px*/
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-cv__txt {
  max-width: 745px;
  width: 76%;
}
.sec-cv__deco {
  position: absolute;
  right: 70px;
  bottom: 65px;
  max-width: 19%;
  text-align: center;
}
.sec-cv__cat {
  margin-bottom: 25px;
  color: #876844;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.sec-cv__decoImg {
  padding-left: 40px;
}
.sec-cv__link {
  margin-top: 25px;
  text-align: center;
}

.btn-cv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 345px;
  height: 60px;
  background: #fff;
  color: #745c2e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  /*&__txt {

  }*/
}
.btn-cv__icon {
  margin-right: 13px;
}
.btn-cv__arrow {
  margin-left: 11px;
}

@media screen and (max-width: 767px) {
  .sec-cv {
    padding: 52px 9.33%;
  }
  .sec-cv::before {
    inset: 20px;
  }
  .sec-cv__lb {
    font-size: 22px;
  }
  .sec-cv__lb .small {
    font-size: 0.727em; /*16px*/
  }
  .sec-cv__txt {
    max-width: none;
    width: 100%;
  }
  .sec-cv__deco {
    position: static;
    max-width: none;
    margin-top: 20px;
  }
  .sec-cv__cat {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sec-cv__decoImg img {
    max-width: 38.8%;
  }
  .sec-cv__link {
    margin-top: 15px;
  }
  .btn-cv__icon {
    margin-right: 8px;
  }
  .btn-cv__arrow {
    margin-left: 6px;
  }
}
.sec-calendar {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 94.66%;
  padding: 40px;
  background: #f2efeb;
}
.sec-calendar__lb {
  margin-bottom: 15px;
  color: #999;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
}
.sec-calendar__left {
  width: 73.53%;
}
.sec-calendar__right {
  width: 22.5%;
  padding-top: 50px;
  font-size: 15px;
  line-height: 1.6;
}

.mark-shinryo,
.mark-kyushin {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 20px;
}
.mark-shinryo::before,
.mark-kyushin::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.833em;
  height: 1.833em; /*27.5px*/
  margin-top: -0.9165em;
}

.mark-shinryo::before {
  background: #fff;
}

.mark-kyushin::before {
  background: #b7a48f;
}

.calendar-clinic-info {
  margin-top: 30px;
}
.calendar-clinic-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-clinic-info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calendar-clinic-info > div {
  margin-bottom: 15px;
}
.calendar-clinic-info > div div {
  margin-bottom: 10px;
}
.calendar-clinic-info > div div dt {
  margin-right: 0.467em;
}

.xo-event-calendar .calendars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xo-event-calendar .calendars > * {
  width: 46.3%;
}
.xo-event-calendar .holiday-titles {
  display: none;
}
.xo-event-calendar table.xo-month {
  margin: 0;
}
.xo-event-calendar table.xo-month .month-header > span {
  font-size: 20px;
  text-align: left;
}
.xo-event-calendar table.xo-month > thead th {
  padding: 5px 0 !important;
  background: #876844;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
}
.xo-event-calendar table.xo-month td,
.xo-event-calendar table.xo-month th {
  border-color: #e1d9d0;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  padding: 0.6em;
  font-size: 20px;
  text-align: center;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #745c2e;
}

@media screen and (max-width: 767px) {
  .sec-calendar {
    width: 100%;
    padding: 30px 8% 15px;
  }
  .sec-calendar__lb, .sec-calendar__cont {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-calendar__lb {
    font-size: 24px;
  }
  .sec-calendar__left {
    width: 100%;
  }
  .sec-calendar__right {
    width: 100%;
    padding-top: 5px;
  }
  .xo-event-calendar .calendars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .xo-event-calendar .calendars > * {
    width: 100%;
  }
  .xo-event-calendar table.xo-month .month-header > span {
    font-size: 18px;
  }
  .xo-event-calendar table.xo-month > thead th {
    font-size: 18px;
  }
  .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 18px;
  }
  .xo-event-calendar table.xo-month .month-dayname-space {
    height: 1.25em;
  }
}
.sec-contact .m-lb01 {
  position: relative;
}
.sec-contact .m-lb01::before {
  content: "";
  display: block;
  position: absolute;
  left: -2.27%; /*-25px*/
  top: 43px;
  width: 85px;
  height: 86px;
  background: url("../img/top/contact_deco@2x.png") 50% 50% no-repeat;
  background-size: contain;
}
.sec-contact__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 820px;
  width: 94.36%;
  margin: 40px auto 0;
}
.sec-contact__tel, .sec-contact__mail {
  width: 46.34%;
}
.sec-contact__tel a, .sec-contact__mail 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;
  gap: 15px;
  height: 90px;
  border-radius: 20px;
  text-decoration: none;
}
.sec-contact__tel a {
  background: #876844;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
.sec-contact__mail a {
  background: #e1d9d0;
  color: #745c2e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sec-contact .m-lb01::before {
    left: 6.2%; /*22px*/
    top: 15px;
    width: 57.5px;
    height: 58px;
  }
  .sec-contact__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 35px;
  }
  .sec-contact__tel, .sec-contact__mail {
    max-width: 420px;
    width: 100%;
  }
  .sec-contact__tel a, .sec-contact__mail a {
    gap: 10px;
    height: 80px;
  }
  .sec-contact__tel img, .sec-contact__mail img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .sec-contact__tel a {
    font-size: 24px;
  }
  .sec-contact__mail a {
    font-size: 18px;
  }
}
/* footer */
.site-footer {
  margin-top: 100px;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer address {
  margin: 0;
  font-style: normal;
}
.site-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: solid 1px #b7a48f;
}
.site-footer__info > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__info > * + * {
  position: relative;
}
.site-footer__info > * + *::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background-image: radial-gradient(circle, #876844 50%, transparent 51%);
  background-size: 1px 10px;
  background-repeat: repeat-y;
}
.site-footer__nav {
  padding: 25px 0;
  border-top: solid 1px #b7a48f;
}
.site-footer__copy {
  padding: 20px 0;
  margin-bottom: 55px;
  border-top: solid 1px #b7a48f;
  text-align: center;
}

.ft-brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.727em; /*240px*/
  padding: 10px;
  color: #745c2e;
  font-size: 27.5px;
}
.ft-brand .site-title .small {
  font-size: 0.72em; /*19.8px*/
}

.ft-addr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 20px 20px;
  font-size: 0.875em; /*14px*/
  line-height: 1.714;
}
.ft-addr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 60px;
  gap: 0 min(4.29vw, 60px);
}
.ft-addr__mail {
  margin-top: 1.714em;
}

.ft-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.63%; /*282px*/
  padding: 10px;
}

.fnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.308;
}
.fnv .sub-menu {
  width: 1em;
  margin-top: 0.538em; /*7px*/
  color: #808080;
  font-size: 0.867em; /*13px*/
  white-space: nowrap;
}
.fnv .sub-menu a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.fnv .sub-menu a::before {
  content: "ー";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.copyright {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.818;
}

@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 75px;
  }
  .site-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px 0;
  }
  .site-footer__info > * {
    width: 100%;
  }
  .site-footer__info > * + *::before {
    display: none;
  }
  .site-footer__nav {
    padding: 12px 0;
  }
  .site-footer__copy {
    padding: 12px 0;
  }
  .ft-brand {
    padding: 0;
    margin-bottom: 18px;
    font-size: 24px;
  }
  .ft-addr {
    padding: 0;
    margin-bottom: 15px;
    font-size: 0.813em; /*13px*/
    line-height: 1.692;
  }
  .ft-addr__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .ft-addr__mail {
    margin-top: 0;
  }
  .ft-logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .fnv {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3em;
    font-size: 13px;
  }
  .fnv .sub-menu {
    display: none;
  }
  .copyright {
    font-size: 11px;
  }
}
/* pagetop */
.pagetop {
  position: fixed;
  z-index: 9000;
  right: calc(42px + 2.67%);
  bottom: 0;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  cursor: pointer;
}
.is-scroll .pagetop {
  opacity: 1;
}
.pagetop.is-fix {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 1400px) {
  .pagetop {
    right: 50%;
    bottom: 0;
    margin-right: -635px;
  }
  .pagetop.is-fix {
    right: -85px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 2.67%;
    margin-bottom: calc(13.33vw + 14px);
  }
  .pagetop.is-fix {
    margin-bottom: 14px;
  }
  .pagetop img {
    width: 48px;
  }
}
/* swiper */
.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  top: 0;
  width: 80px;
  height: 100%;
  margin-top: 0;
  background-size: 18px 35px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
  left: 0;
  background-image: url("../img/common/icon_slider_prev.svg");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
  right: 0;
  background-image: url("../img/common/icon_slider_next.svg");
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e1d9d0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #745c2e;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container:not(.swiper-container-initialized) .swiper-slide.hide {
  display: none;
}

/* custom */
.slider01 .swiper-slide > * {
  margin-left: 5.105vw;
  margin-right: 5.105vw; /*71.5px*/
}
.slider01 .swiper-button-prev,
.slider01 .swiper-button-next {
  width: 10.21vw; /*143px*/
}
.slider01 .swiper-button-prev, .swiper-container-rtl .slider01 .swiper-button-prev {
  left: 23%;
}
.slider01 .swiper-button-next, .swiper-container-rtl .slider01 .swiper-button-next {
  right: 23%;
}

@media screen and (min-width: 768px) {
  /* custom */
  .sp-slider .swiper-button-prev,
  .sp-slider .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    background-size: 14px 26.5px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    left: 2.9%;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-next {
    right: 2.9%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  /* custom */
  .slider01 .swiper-slide > *,
  .sp-slider .swiper-slide > * {
    margin-left: 10.13vw;
    margin-right: 10.13vw;
  }
  .slider01 .swiper-button-prev,
  .slider01 .swiper-button-next,
  .sp-slider .swiper-button-prev,
  .sp-slider .swiper-button-next {
    width: 10.13vw; /*38px*/
  }
  .slider01 .swiper-button-prev, .swiper-container-rtl .slider01 .swiper-button-prev,
  .sp-slider .swiper-button-prev,
  .swiper-container-rtl .sp-slider .swiper-button-prev {
    left: 0;
  }
  .slider01 .swiper-button-next, .swiper-container-rtl .slider01 .swiper-button-next,
  .sp-slider .swiper-button-next,
  .swiper-container-rtl .sp-slider .swiper-button-next {
    right: 0;
  }
}
/* no post */
.no-post {
  padding: 19px 28px 16px;
  border-top: solid 1px #b7a48f;
  border-bottom: solid 1px #b7a48f;
  text-align: center;
}

/* blog list */
.news-article {
  border-bottom: solid 1px #b7a48f;
}
.news-article:first-child {
  border-top: solid 1px #b7a48f;
}
.news-article a {
  color: inherit;
  text-decoration: none;
}
.news-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 28px 16px;
}
.news-article:nth-child(odd) .news-article__inner {
  background: #f2efeb;
}
.news-article:nth-child(even) .news-article__inner {
  background: #fff;
}
.news-article__date, .news-article__lb {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
.news-article__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.07em;
  color: #999;
}
.news-article__lb {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

/* case list */
.case-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  height: 100%;
  padding: 15px 20px;
  text-decoration: none;
}
.case-box::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 15px;
  border-color: #fff #fff transparent transparent;
}

@media screen and (min-width: 768px) {
  .case-list__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 5.63%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  /* no post */
  .no-post {
    padding: 13px 10px 12px;
  }
  /* blog list */
  .news-article__inner {
    padding: 13px 10px 12px;
  }
  /* case list */
  .case-list {
    width: 100%;
  }
  .case-list__inner {
    grid-template-columns: 1fr;
  }
  .is-noslider .case-list__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 5%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.4rem;
  }
  .case-box {
    padding: 2.66% 4%; /*10px 15px*/
  }
  .sp-slider .case-box {
    width: 69.33vw; /*260px*/
    margin-left: auto;
    margin-right: auto;
  }
  .is-noslider .case-box {
    padding: 7%;
  }
  .case-box::before {
    border-width: 12px;
  }
}
.pagenation {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 75px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  /*.current {
  	a,
  	span {
  		border-color: $color__main;
  		background: $color__main;
  		color: #fff;
  	}
  }*/
}
.pagenation a,
.pagenation span {
  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;
  width: 2.688em;
  height: 2.688em; /*43px*/
  border-radius: 50%;
  border: solid 1px #b7a48f;
  background: #fff;
  color: #745c2e;
  overflow: hidden;
}
.pagenation a {
  text-decoration: none;
}
.pagenation .prev a,
.pagenation .prev span,
.pagenation .next a,
.pagenation .next span {
  background: #b7a48f;
}
.pagenation .prev a,
.pagenation .prev span {
  padding-right: 3px;
}
.pagenation .prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagenation .next a,
.pagenation .next span {
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .pagenation {
    gap: 7px;
    margin-top: 50px;
    font-size: 14px;
  }
  .pagenation img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}/*# sourceMappingURL=style_common.css.map */