@charset "UTF-8";
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/*********************************************************************

                        Base Style

**********************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5B5F64;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.8rem;
  color: #5B5F64;
  line-height: 1.6;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: transparent;
  border: none;
  color: #5B5F64;
}

address {
  font-style: normal;
}

[v-cloak] {
  display: none;
}

textarea {
  resize: none;
}

label, button {
  cursor: pointer;
}

.icon {
  margin-right: 0.4em;
}

.red {
  color: #D31742;
}

.arrow {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
}
.arrow::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0px;
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-overlay,
.overlay {
  background-color: rgba(92, 140, 159, 0.7) !important;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  opacity: 0;
}

.modaal-overlay {
  opacity: 0.7;
}

.modal.target {
  display: none;
}

.modaal-content-container {
  padding: 60px;
}
.modaal-content-container > .inner h5 {
  margin-bottom: 0.5em;
  font-family: "Kikai Chokoku JIS";
  font-size: 133.3%;
  font-weight: normal;
}

.modaal-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
  background-color: #334F5A !important;
}

.modaal-close:focus, .modaal-close:hover {
  background-color: #93B8C7 !important;
  color: #fff;
}

@font-face {
  font-family: "Makinas";
  src: url("../fonts/Makinas-Scrap-5.woff");
}
@font-face {
  font-family: "Kikai Chokoku JIS";
  src: url("../fonts/KikaiChokokuJIS-Md.woff");
}
.header_wrapper {
  padding: 0.5em 1em;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #5B5F64;
  margin-bottom: 3em;
}

.header_logo {
  padding-right: 1.5em;
}

.header_menuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  border: 1px solid #5B5F64;
  border-radius: 2px;
  padding: 10px 7px;
}

.header_menuBtn_txt {
  white-space: nowrap;
  color: #5B5F64;
}

.header_menuBtn_bar {
  margin-left: 10px;
  width: 20px;
  height: 2px;
  background: #5B5F64;
  display: block;
  position: relative;
  left: 0;
}
.header_menuBtn_bar::before, .header_menuBtn_bar::after {
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header_menuBtn_bar::before {
  top: -6px;
}
.header_menuBtn_bar::after {
  top: 6px;
}

.closeBtn_wrapper {
  max-width: 992px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .closeBtn_wrapper {
    text-align: center;
  }
}
.closeBtn_wrapper button {
  color: #93B8C7;
  padding: 0.7em 2em;
  border: 2px solid #B8D3DE;
  margin: 2em 5% 3em;
  border-radius: 20px;
  font-size: 1.1em;
  display: inline-block;
}
@media (min-width: 768px) {
  .closeBtn_wrapper button {
    margin: 2em 2.5% 3em;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .closeBtn_wrapper button {
    margin: 2em auto 3em;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .closeBtn_wrapper button:hover {
    background-color: #B8D3DE;
    color: #fff;
  }
}

.headerNav {
  position: fixed;
  top: 0;
  right: -85%;
  z-index: -10;
  visibility: hidden;
  width: 85%;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  /* CSSアニメーションの設定 */
}
.headerNav.is-open {
  background: #fff;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-animation: "SlideIn" 0.3s ease 0s forwards;
          animation: "SlideIn" 0.3s ease 0s forwards;
}
@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes SlideIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.headerNav .logo {
  text-align: center;
  margin: 3em 0;
}
.headerNav .itemlist {
  max-width: 992px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .headerNav .itemlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.headerNav .itemlist > li {
  font-size: 1.2em;
  border-bottom: 2px solid #fff;
  background: #B8D3DE;
  -webkit-transition: opacity 0.2s, letter-spacing 0.2s;
  transition: opacity 0.2s, letter-spacing 0.2s;
}
.headerNav .itemlist > li:nth-child(1) {
  background: #2E3E7A;
  color: #fff;
}
.headerNav .itemlist > li.js-reserveBtn {
  position: relative;
  background-color: #F89CB8;
  color: #fff;
}
.headerNav .itemlist > li.js-reserveBtn:after {
  content: "";
  display: block;
  width: 80px;
  height: 90%;
  position: absolute;
  bottom: 0px;
  right: 20px;
  background: url(/img000/contact_woman.png) no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .headerNav .itemlist > li {
    width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .headerNav .itemlist > li:hover {
    opacity: 0.7;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  .headerNav .itemlist > li:nth-of-type(odd) {
    border-right: 2px solid #fff;
  }
}
.headerNav .itemlist > li a {
  padding: 1em 5%;
  display: block;
  cursor: pointer;
}

.footerNav {
  display: block;
  position: sticky;
  bottom: 0px;
  border-top: 1px solid #5B5F64;
}
@media (min-width: 768px) {
  .footerNav {
    display: none;
  }
}
.footerNav.reservation .reserve_ttl {
  display: none;
}
.footerNav.reservation .reserve_ttl + p {
  display: none;
}
.footerNav.reservation .contact_list {
  gap: 0px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
}
.footerNav.reservation .contact_list .contact_item {
  background-color: #fff;
  width: 33.3333333333%;
  padding: 6px 0px;
}
.footerNav.reservation .contact_list .contact_item > a {
  display: block;
  padding: 4px 0px;
}
.footerNav.reservation .contact_list .contact_item:nth-of-type(2) a {
  border-left: 1px dotted #5B5F64;
  border-right: 1px dotted #5B5F64;
}
.footerNav.reservation .contact_list .contact_item .illust {
  height: 70px;
  margin-bottom: 6px;
}
.footerNav.reservation .contact_list .contact_item .illust img {
  width: min(70px, 80%);
}
.footerNav.reservation .contact_list .contact_item .reserve_contactTtl {
  margin: 0px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 100%;
  letter-spacing: -0.05em;
  line-height: 1;
}
.footerNav.reservation .contact_list .contact_item p {
  display: none;
}

.content_inner_sm {
  position: relative;
  margin: 0 5%;
}
@media (min-width: 960px) {
  .content_inner_sm {
    width: 768px;
    margin: 0 auto;
  }
}

.content_inner {
  margin: 0 5%;
}
@media (min-width: 768px) {
  .content_inner {
    padding: 0 3%;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .content_inner {
    margin: 0 auto;
    width: 960px;
  }
}

.border_dots {
  display: table;
  margin-bottom: 0.3em;
  font-family: "Makinas", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  color: #334F5A;
}
@media (min-width: 768px) and (max-width: 959px) {
  .border_dots::after {
    width: 7.5em;
  }
}
.border_dots::after {
  content: "";
  display: table;
  width: 100%;
  height: 7px;
  background-image: repeating-linear-gradient(110deg, transparent, transparent 5px, #93B8C7 5px, #93B8C7 15px);
  background-color: transparent;
  background-size: right 5px;
}
.border_dots + p {
  margin-bottom: 2em;
}

.problem {
  margin-bottom: 3em;
}
.problem .border_dots::after {
  margin-bottom: 1em;
}
.problem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em 2em;
}
@media (min-width: 768px) {
  .problem ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.problem ul li {
  position: relative;
  background-color: #F5F2E9;
  border-radius: 20px;
  margin: 0px 0px 0px 40px;
  padding: 6px 1em;
  font-size: 100%;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media (min-width: 544px) {
  .problem ul li {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 116%;
  }
}
.problem ul li:before {
  content: "";
  width: 13px;
  height: 12px;
  left: -38px;
  position: absolute;
  bottom: 0px;
  background-color: #F5F2E9;
  border-radius: 50%;
}
.problem ul li:after {
  content: "";
  width: 20px;
  height: 18px;
  left: -24px;
  position: absolute;
  bottom: 3px;
  background-color: #F5F2E9;
  border-radius: 50%;
}

.dictionary {
  background: #F5F2E9;
  margin-bottom: 3em;
  padding-bottom: 3em;
  text-align: center;
}
.dictionary h4 {
  display: inline-block;
  background: #fff;
  padding: 1em 4em;
  font-family: "Kikai Chokoku JIS", sans-serif;
  font-size: 1.1em;
  color: #334F5A;
}
.dictionary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7em 1.1em;
  margin: 0 auto;
  padding: 30px;
}
.dictionary ul > li {
  background: #fff;
  border: 2px dotted #93B8C7;
  border-radius: 7px;
  padding: 0.3em 0.7em;
  color: #334F5A;
}
.dictionary ul > li i {
  margin-right: 0.2em;
}

a.bttn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5C8C9F;
  border: none;
  border-radius: 5px;
  margin: 0px auto;
  padding: 1.5em 1em;
  color: #fff;
  line-height: 1.15;
}
@media (min-width: 768px) {
  a.bttn {
    padding: 1.5em 2em;
    letter-spacing: 2px;
  }
}

#guide .message {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2em 0px;
  text-align: center;
}
@media (min-width: 768px) {
  #guide .message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 768px;
    height: 210px;
    margin: 2em auto 0px;
  }
}
#guide .message p.pc {
  display: none;
}
@media (min-width: 544px) {
  #guide .message p.pc {
    display: block;
  }
}
@media (min-width: 544px) {
  #guide .message p.sp {
    display: none;
  }
}
#guide .message .border-dots {
  font-size: 1.8em;
  font-family: "Makinas", san-seif;
}
#guide .message .border-dots.brown::after {
  content: "";
  display: table;
  width: 100%;
  height: 7px;
  background: none;
  border-bottom: 5px dotted #BCB2B2;
}
#guide .message:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  background: url(/img000/chara_incho_guts.png) no-repeat left top;
  background-size: 150px auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #guide .message:before {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 210px;
    height: 210px;
    background-size: 210px auto;
    margin-bottom: 0px;
  }
}
#guide .bg_beige {
  background: #E9F2F5;
  padding: 2em 2.5%;
  text-align: center;
}
@media (min-width: 1280px) {
  #guide .bg_beige {
    padding: 4em 2.5%;
  }
}
#guide .bg_beige h3.blockttl {
  margin-bottom: 0.3em;
  font-family: "Kikai Chokoku JIS", sans-serif;
  font-size: 2.4em;
  font-weight: 400;
}
#guide .bg_beige ul.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}
#guide .bg_beige ul.article li + li:before {
  content: "・";
  display: inline-block;
}
#guide .bg_beige .frame {
  width: 100%;
  margin: 0px auto;
  overflow-x: scroll;
}
#guide .bg_beige ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  gap: 0px 45px;
  margin: 0px;
}
@media (min-width: 1280px) {
  #guide .bg_beige ul.itemlist {
    margin: 0px auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: normal;
  }
}
#guide .bg_beige ul.itemlist li .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  margin: 0px auto 15px;
}
@media (min-width: 960px) {
  #guide .bg_beige ul.itemlist li .photo {
    height: 320px;
  }
}
#guide .bg_beige ul.itemlist li .photo img.vertical {
  height: 240px;
}
@media (min-width: 960px) {
  #guide .bg_beige ul.itemlist li .photo img.vertical {
    height: 320px;
  }
}
#guide .bg_beige ul.itemlist li .photo img.horizontal {
  height: 180px;
  width: auto;
}
@media (min-width: 960px) {
  #guide .bg_beige ul.itemlist li .photo img.horizontal.horizontal {
    height: 240px;
  }
}
#guide .bg_beige ul.itemlist li h4 {
  margin-bottom: 0.3em;
  font-family: "Kikai Chokoku JIS", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.15em;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  #guide .bg_beige ul.itemlist li h4 {
    font-size: 1.8em;
  }
}
#guide .bg_beige ul.itemlist li p {
  margin-bottom: 1em;
}

table.itemlist {
  border-collapse: collapse;
}
table.itemlist th,
table.itemlist td {
  border: 1px solid #5B5F64;
  font-family: "Kikai Chokoku JIS", sans-serif;
  padding: 0.5em 0.2em;
}

.contact_box {
  background: #F5F2E9;
  max-width: 320px;
  margin: 7em auto 3em;
  text-align: center;
  position: relative;
  border-radius: 6px;
}
@media (min-width: 960px) {
  .contact_box {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .contact_box:hover {
    opacity: 0.7;
  }
}
.contact_box > a {
  padding: 3.8em 0 1.5em;
  display: block;
}
.contact_box img {
  position: absolute;
  left: 50%;
  top: -5em;
  -webkit-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}

.contact_box_ttl {
  font-size: 1.3em;
  margin-bottom: 0.4em;
  letter-spacing: 1px;
  font-family: "Kikai Chokoku JIS", sans-serif;
}

.mv_wrapper {
  margin-top: 70px;
  position: relative;
}
.mv_wrapper .mv_bg {
  width: 100%;
  height: 240px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .mv_wrapper .mv_bg {
    background: #E9F2F5;
  }
  .mv_wrapper .mv_bg.mv_bg_brown {
    background: #E2DDDD;
  }
}
.mv_wrapper .mv_img {
  display: block;
  margin: -240px auto 0;
}
.mv_wrapper .mv_top_txt {
  font-size: 2em;
  text-align: center;
  padding: 1em 0 2em;
  font-family: "Makinas", san-seif;
}
.mv_wrapper .mv_top_txt .border-dots {
  border-bottom: 5px dotted #BCB2B2;
}
.mv_wrapper .mv_top_msg {
  background: #2E3E7A;
  color: #e7e7e7;
  line-height: 2.5;
  text-align: center;
  font-size: 0.95em;
}
.mv_wrapper .mv_top_clinic {
  background: #F5F2E9;
}
.mv_wrapper .top_clinic_img {
  display: block;
  margin: 0 auto;
}

.subpage_mv_wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto 1.5em;
}

.subpage_ttl {
  position: absolute;
  left: 7%;
  top: 14%;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Kikai Chokoku JIS", sans-serif;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .subpage_ttl {
    font-size: 1.7em;
  }
}
.subpage_ttl .border-dots {
  display: table;
  padding: 0;
}
.subpage_ttl .border-dots::after {
  background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), color-stop(45%, #e7e7e7), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to right, #e7e7e7, #e7e7e7 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
.subpage_ttl .border-dots + .border-dots {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .subpage_ttl .border-dots::after {
    background-size: 10px 5px;
  }
}

.subpage_mv_txt {
  margin-bottom: 3em;
  padding: 0 3%;
}
.subpage_mv_txt h4,
.subpage_mv_txt .subpage_top_ttl {
  font-size: 1.4em;
  color: #93B8C7;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.subpage_mv_txt P {
  margin-bottom: 0.5em;
}
.subpage_mv_txt P:last-child {
  margin-bottom: 0px;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #5B5F64;
  padding: 0.5em 1em;
}

.breadcrumb_item {
  padding: 0 0.2em;
  font-size: 0.9em;
}
.breadcrumb_item:not(:first-of-type)::before {
  content: ">";
  padding-right: 0.4em;
}
.breadcrumb_item i {
  color: #93B8C7;
}

#reservation,
.reservation {
  /* CSSアニメーションの設定 */
}
#reservation.reserve_page,
.reservation.reserve_page {
  width: 85%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -85%;
  z-index: 1;
  visibility: hidden;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
#reservation.reserve_page::before,
.reservation.reserve_page::before {
  content: "";
  display: block;
  width: 100%;
  height: 33vh;
  background: url(../img000/mv_reserve.jpg) no-repeat center/cover;
  margin-bottom: 3em;
}
#reservation.reserve_page::after,
.reservation.reserve_page::after {
  content: "ご予約（受付時間・地図）";
  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;
  width: 100%;
  height: 33vh;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Kikai Chokoku JIS";
  font-size: 240%;
  color: #fff;
  letter-spacing: -0.05em;
}
#reservation.reserve_page.is-show,
.reservation.reserve_page.is-show {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-animation: "SlideIn" 0.3s ease 0s forwards;
          animation: "SlideIn" 0.3s ease 0s forwards;
}
@keyframes SlideIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#reservation .reserve_beigeBg,
.reservation .reserve_beigeBg {
  background: #F5F2E9;
  padding: 2em 0;
}
@media (min-width: 768px) {
  #reservation .reserve_beigeBg,
.reservation .reserve_beigeBg {
    padding: 4em 0;
  }
}
#reservation .reserve_ttl,
.reservation .reserve_ttl {
  margin-bottom: 0.3em;
  font-family: "Kikai Chokoku JIS", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  #reservation .reserve_ttl.map-ttl,
.reservation .reserve_ttl.map-ttl {
    position: absolute;
    left: calc(38% + 1.5em);
    top: 0.5em;
  }
}
#reservation .reserve_ttl + p,
.reservation .reserve_ttl + p {
  text-align: center;
}
#reservation .contact_num,
.reservation .contact_num {
  margin-bottom: 0;
  line-height: 1;
}
#reservation .bizHour_ttl,
.reservation .bizHour_ttl {
  font-size: 1.2em;
  font-family: "Kikai Chokoku JIS", sans-serif;
  margin-bottom: 0.7em;
}
#reservation .reserve_table,
.reservation .reserve_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#reservation .reserve_table th,
.reservation .reserve_table th {
  font-family: "Kikai Chokoku JIS", sans-serif;
  font-size: 1.5em;
  padding: 0 0.2em;
}
#reservation .reserve_table th, #reservation .reserve_table td,
.reservation .reserve_table th,
.reservation .reserve_table td {
  border: 1px solid #5B5F64;
  text-align: center;
}
#reservation .reserve_table td:not(.table-time),
.reservation .reserve_table td:not(.table-time) {
  font-size: 1.5em;
  padding: 0 0.2em;
}
#reservation .reserve_table td:not(.slash):not(.table-time),
.reservation .reserve_table td:not(.slash):not(.table-time) {
  color: #93B8C7;
}
#reservation .reserve_table .table-time,
.reservation .reserve_table .table-time {
  font-size: 1.2em;
  vertical-align: middle;
}
#reservation .benefit_ttl,
.reservation .benefit_ttl {
  margin: 0 calc(50% - 50vw) 1em;
  background: #F89CB8;
  padding: 0.5em 5%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
}
#reservation .benefit_ttl .sm,
.reservation .benefit_ttl .sm {
  display: block;
  font-size: 0.8em;
}
#reservation .benefit_ttl::before,
.reservation .benefit_ttl::before {
  content: url(../img000/i-woman.png);
}
#reservation .benefit_list,
.reservation .benefit_list {
  list-style: disc inside;
  margin-bottom: 0.7em;
}
@media (min-width: 544px) {
  #reservation .benefit_list,
.reservation .benefit_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
  }
}
#reservation .benefit_list .benefit_item,
.reservation .benefit_list .benefit_item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 0.3em;
}
#reservation .benefit_list .benefit_item::after,
.reservation .benefit_list .benefit_item::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#F89CB8), color-stop(45%, #F89CB8), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to right, #F89CB8, #F89CB8 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 11px 5px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 50%;
  width: 100%;
  height: 5px;
}
#reservation .benefit_free,
.reservation .benefit_free {
  color: #D31742;
  text-align: right;
  font-size: 1.3em;
  margin-bottom: 1em;
}
#reservation .contact_list,
.reservation .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  width: min(90%, 1280px);
  margin: 0px auto 4em;
}
@media (min-width: 768px) {
  #reservation .contact_list,
.reservation .contact_list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#reservation .contact_item,
.reservation .contact_item {
  width: 80%;
  background: #F5F2E9;
  border-radius: 5px;
  padding: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  #reservation .contact_item,
.reservation .contact_item {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 30%;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  #reservation .contact_item,
.reservation .contact_item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #reservation .contact_item:hover,
.reservation .contact_item:hover {
    opacity: 0.7;
  }
}
#reservation .contact_item:hover,
.reservation .contact_item:hover {
  cursor: pointer;
}
#reservation .contact_item .illust,
.reservation .contact_item .illust {
  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: 120px;
  margin-bottom: 30px;
}
#reservation .contact_item .illust img,
.reservation .contact_item .illust img {
  width: min(120px, 80%);
  max-width: 100%;
}
#reservation .contact_item p,
.reservation .contact_item p {
  text-align: left;
}
#reservation .reserve_contactTtl,
.reservation .reserve_contactTtl {
  margin: 0.3em 0;
  font-size: 1.4em;
  letter-spacing: 1px;
  font-family: "Kikai Chokoku JIS", sans-serif;
}
@media (min-width: 768px) {
  #reservation .map_inner,
.reservation .map_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
  }
}
#reservation .map_img,
.reservation .map_img {
  margin: 0 auto 1em;
  display: block;
}
@media (min-width: 768px) {
  #reservation .map_img,
.reservation .map_img {
    width: 38%;
  }
}
@media (min-width: 768px) {
  #reservation .map_info,
.reservation .map_info {
    margin-top: 5em;
    width: calc(62% - 3em);
  }
}
@media (min-width: 960px) {
  #reservation .map_link,
.reservation .map_link {
    -webkit-transition: -webkit-text-decoration 0.3s;
    transition: -webkit-text-decoration 0.3s;
    transition: text-decoration 0.3s;
    transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  }
  #reservation .map_link:hover,
.reservation .map_link:hover {
    text-decoration: underline;
    text-underline-offset: 1px;
  }
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb_3em {
  margin-bottom: 3em;
}

.mb_4em {
  margin-bottom: 4em;
}

.mb_5em {
  margin-bottom: 5em;
}

.mb_7em {
  margin-bottom: 7em;
}

.u-sp-none {
  display: none;
}

@media (min-width: 544px) {
  .u-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-pc-none {
    display: none;
  }
  .u-sp-none {
    display: initial;
  }
}
.contact_wrapper {
  text-align: center;
}

.contact_ttl {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  letter-spacing: 5px;
}

.contact_num {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
  font-family: "Kikai Chokoku JIS", sans-serif;
}

.contact_txt {
  font-size: 1.5em;
  letter-spacing: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.border-dots {
  position: relative;
}
.border-dots:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(45%, #fff), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to right, #fff, #fff 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 11px 5px;
  background-repeat: repeat-x;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 50%;
  width: 105%;
  height: 5px;
}

.caution {
  color: #D31742;
}

.footer_wrapper {
  text-align: center;
}

.footer_top {
  width: 100%;
  display: block;
}

.footer_msg {
  background: #B8D3DE;
  padding: 1.5em 0;
  font-size: 1.6em;
  font-family: Makinas, san-seif;
}

.footer_logo {
  margin: 0 auto 1.5em;
  display: block;
}

.footer_contact {
  padding: 1.5em 0;
}

#content_faq > nav {
  margin-bottom: 2em;
}
#content_faq > nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
  counter-reset: faqCount;
  border-bottom: 3px solid #93B8C7;
  margin: 2em 2% 0px;
  padding: 0 3%;
}
@media (min-width: 768px) {
  #content_faq > nav ul {
    margin: 2em 5% 1em;
  }
}
@media (min-width: 960px) {
  #content_faq > nav ul {
    max-width: 960px;
    margin: 0 auto 1em;
  }
}
#content_faq > nav ul a {
  background: #E9F2F5;
  border: 0px none transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 0.75em 1em;
  color: #334F5A;
  letter-spacing: -0.05em;
}
#content_faq > nav ul a.fs-light.fs-tabs-tab.fs-tabs-enabled {
  margin-right: 0px;
}
#content_faq > nav ul a.fs-tabs-active {
  background: #B8D3DE;
  padding: 1.1em 0.7em;
}
#content_faq .itemlist > li {
  counter-increment: faqCount;
}
#content_faq .itemlist > li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
#content_faq .itemlist > li[class*=subcategory] p:before {
  display: table;
  border-radius: 2px;
  margin-bottom: 0.6em;
  padding: 4px 1em;
  font-size: 14px;
  color: #5B5F64;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_about p:before {
  content: "整骨院とは";
  background-color: #e2dddd;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_first p:before {
  content: "はじめて来院いただく方へ";
  background-color: #e6e5ef;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_care p:before {
  content: "施術や通院について";
  background-color: #e5ebcf;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_menu p:before {
  content: "施術メニュー";
  background-color: #e6d9b9;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_visit p:before {
  content: "整骨院への通院";
  background-color: #e2dddd;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_cost p:before {
  content: "費用";
  background-color: #e6e5ef;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_hospital p:before {
  content: "病院";
  background-color: #e5ebcf;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_insurance p:before {
  content: "保険会社";
  background-color: #e6d9b9;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_pain p:before {
  content: "痛み";
  background-color: #e2dddd;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_fracture p:before {
  content: "骨折";
  background-color: #e6e5ef;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_sprain p:before {
  content: "ねんざ・打撲";
  background-color: #e5ebcf;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_dislocations p:before {
  content: "脱臼";
  background-color: #e6d9b9;
}
#content_faq .itemlist > li[class*=subcategory].subcategory_waist p:before {
  content: "腰痛や首の痛み";
  background-color: #ef5d4de;
}
#content_faq .itemlist h3 {
  font-size: 1.4em;
  color: #93B8C7;
  margin-bottom: 1.2em;
}
#content_faq .itemlist h3.border-dots::after {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#BCB2B2), color-stop(45%, #BCB2B2), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
  background: linear-gradient(to right, #BCB2B2, #BCB2B2 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 11px 5px;
  background-repeat: repeat-x;
}
#content_faq .itemlist .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  color: #93B8C7;
  text-align: center;
  line-height: 2.7em;
  margin-bottom: 0.5em;
}
#content_faq .itemlist .icon::before {
  content: "Q";
  display: inline-block;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: #E9F2F5;
}
#content_faq .itemlist .icon::after {
  content: counter(faqCount) "";
  display: inline-block;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: #F5F2E9;
  margin-left: -0.7em;
}