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

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

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

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

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

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

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

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

dd {
  margin-left: 0; }

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

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

address {
  font-style: inherit; }

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/*
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
*/
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left; }

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

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

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

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

/************************************************************
 mediaquery 
************************************************************/
/* 1920px以上 */
/* 1200px以下 */
/* 1100px以下 */
/* 1024px以下 */
/* PC */
/* TAB */
/* 767px以下 */
/* 640px以下 */
/* SP */
/************************************************************
 common 
************************************************************/
/*** html,body ***/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

html, body {
  width: 100%;
  color: #333333;
  font-size: 62.5%;
  line-height: 2.5;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  letter-spacing: 0.1rem; }

body {
  background: url(/assets/service_site/bg_01-445d7cf0132e34e3931b62bae656b4450575f98b26e5a421dddcfff8daab9f80.png) top left repeat;
  background-size: 300px 300px;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

img,
embed,
object,
iframe {
  vertical-align: middle; }

.scrolldown {
  position: absolute;
  bottom: 1%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite; }

.pc_line_break br {
  display: block; }

.sp_line_break br {
  display: none; }

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%; }
  50% {
    bottom: 3%; }
  100% {
    bottom: 1%; } }

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -35px;
  bottom: 5px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg); }

.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #eee; }

.content_wrap_S {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0; }

.content_wrap_L {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0; }

.bg_Lgray {
  background: url(/assets/service_site/bg_01-445d7cf0132e34e3931b62bae656b4450575f98b26e5a421dddcfff8daab9f80.png) top left repeat;
  background-size: 300px 300px; }

.bg_Dgray {
  background-color: #ECEDE7; }

.bg_Black {
  background-color: #000000; }

a {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a:hover {
  opacity: 0.5; }

/*** font ***/
h1, h2, h3 {
  line-height: 1.0;
  font-size: calc(5rem + (1vw - 19.2px) * 1.8123); }

h2 {
  margin-bottom: 40px;
  font-size: calc(5rem + (1vw - 19.2px) * 1.8123);
  text-align: center;
  line-height: normal; }

h3 {
  margin-bottom: calc(30px + (1vw - 19.2px) * 0.7767);
  font-size: calc(3rem + (1vw - 19.2px) * 0.7767);
  text-align: center; }

p {
  font-size: calc(2rem + (1vw - 19.2px) * 0.5178); }

dt {
  font-weight: normal;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
  line-height: 2.0; }

dd, li {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
  line-height: 2.0; }

.caution {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.3883); }

.ttlH1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 300px; }

.ttlH1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: ""; }

.ttlH1 h1 {
  position: relative;
  color: #fff;
  font-size: calc(3rem + (1vw - 19.2px) * 0.6472);
  text-align: left;
  white-space: nowrap;
  word-break: keep-all; }

.page-feature.ttlH1 {
  background: url(/assets/service_site/bg_top_feature-94e4126a3b747b6365144e3397407c3355d2b32ccd3bdac7743f67fbd1003280.jpg) center no-repeat;
  background-size: cover; }

.page-contact.ttlH1 {
  background: url(/assets/service_site/bg_top_contact-cfabfdac8919ce0eb86810137b5d07333804f775befb660f636b1bf503ccedf3.png) center no-repeat;
  background-size: cover; }

.page-staff.ttlH1 {
  background: url(/assets/service_site/bg_top_staff-0167d41d1cd7fa5148aa8a79ac7f5948e1a455b52a734ceb894fce6a2b22ea1c.png) center no-repeat;
  background-size: cover; }

.page-guide.ttlH1 {
  background: url(/assets/service_site/bg_top_guide-a3e37ba590bd27f3d84b0b6d698ea2fc167b88a392053e41c3e5b23b9a6d5a3e.png) center no-repeat;
  background-size: cover; }

.page-testimonial.ttlH1 {
  background: url(/assets/service_site/bg_top_testimonial-b4dc294a13fb5691118bf6a24a514666131c7b967b367942a2e89699980b87a4.png) center no-repeat;
  background-size: cover; }

.page-first-treatment.ttlH1 {
  background: url(/assets/service_site/bg_top_treatment-2ae5f5d43fd33029920e2f7878bc0ca5a00aea58bf79c36fb788157bedf2c8d0.jpg) center no-repeat;
  background-size: cover; }

.page-archive.ttlH1 {
  background: url(/assets/service_site/bg_top_blog-dff63d5254d493c9c3859ef1404c1ed077a889e0256501c9534786dfcc0d3cce.png) center no-repeat;
  background-size: cover; }

.page-house_visit.ttlH1 {
  background: url(/service_site/bg_house_visit.png) center no-repeat;
  background-size: cover; }

.ttl_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: calc(4rem + (1vw - 19.2px) * 1.4239); }

.ttl_number .number {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(65px + (1vw - 19.2px) * 2.1036);
  height: calc(65px + (1vw - 19.2px) * 2.1036);
  margin-right: calc(35px + (1vw - 19.2px) * 0.9709);
  border-radius: 50%;
  background: #fff;
  font-size: calc(3.2rem + (1vw - 19.2px) * 1.0356);
  line-height: calc(65px + (1vw - 19.2px) * 2.1036);
  text-align: center; }

.ttl_img {
  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: calc(420px + (1vw - 19.2px) * 14.2395); }

.ttl_img h2 {
  margin-bottom: 0;
  color: #fff; }

.tools_white {
  color: #fff; }

.underLine {
  text-decoration: underline; }

/*** others ***/
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sns .snsIcon {
  position: relative;
  width: 16px; }

.sns .snsIcon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sns .snsIcon img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.sns .snsIcon:nth-of-type(n+2) {
  margin-left: 3.5rem; }

.sns .snsIcon:nth-of-type(n+2):before {
  position: absolute;
  top: 40%;
  left: -2.3rem;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  background: #333333;
  content: ""; }

.sp_block {
  display: none; }

/*** btn ***/
.top_link_wrap {
  border-top: 1px solid #eaeaea;
  padding-top: 30px; }

.contact_link_wrap {
  padding-top: 30px;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.top_btn_common + .top_btn_common {
  margin-top: 10px; }

.top_btn_common:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s;
  transition: -webkit-transform 0.3s ease 0.3s;
  -o-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s; }

.top_btn_common:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.top_btn_common:hover:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

.top_btn_common a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); }

.top_btn_common, .btn_common a:hover {
  opacity: 1; }

/*** radio btn ***/
input[type="radio"] {
  accent-color: crimson; }

/*** table ***/
th {
  font-weight: normal;
  font-size: calc(1.8rem + (1vw - 19.2px) * 0.3236);
  line-height: 1.0; }

td {
  font-weight: normal;
  font-size: calc(1.8rem + (1vw - 19.2px) * 0.3236);
  line-height: 1.0; }

.table_caption {
  margin-bottom: calc(40px + (1vw - 19.2px) * 1.2945);
  font-size: calc(3rem + (1vw - 19.2px) * 0.9709);
  line-height: 1.5;
  text-align: center; }

.table_common {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 1px; }

.table_common th {
  padding: calc(20px + (1vw - 19.2px) * 0.3236) 0;
  background: #dddddd;
  font-size: calc(18px + (1vw - 19.2px) * 0.3883);
  line-height: 1.5;
  text-align: center;
  vertical-align: middle; }

.table_common th .table_small {
  display: block;
  font-size: calc(14px + (1vw - 19.2px) * 0.3883); }

.table_common th:first-child {
  width: 24%;
  max-width: 300px; }

.table_common td {
  padding: calc(20px + (1vw - 19.2px) * 0.3236) 0;
  background: #fff;
  font-size: calc(18px + (1vw - 19.2px) * 0.3883);
  line-height: 1.5;
  text-align: center;
  vertical-align: middle; }

.table_common td span {
  display: block;
  font-size: calc(14px + (1vw - 19.2px) * 0.3883); }

/************************************************************
 header 
************************************************************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  width: 100%; }

header .switch_lang {
  position: absolute;
  top: 46px;
  right: 120px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.0; }

.reserve {
  z-index: 1;
  position: fixed;
  bottom: calc(50px + (1vw - 19.2px) * 0.6472);
  right: 0; }

.reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  padding: 20px 0 50px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(to bottom right, #f6c47d, #ee7773);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: calc(2rem + (1vw - 19.2px) * 0.3236);
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.reserve a:hover {
  background: #fff;
  color: #ee7773;
  opacity: 1; }

.reserve .reserve_web span {
  position: relative; }

.reserve .reserve_web span:after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 26px;
  height: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/service_site/icon_web_wh-ef1e0282b9019cf423356637c6e648eed449f0eb629ecfe82894b9173e21a19f.png) center no-repeat;
  background-size: contain;
  content: ""; }

.reserve .reserve_web a:hover span:after {
  background: url(/assets/service_site/icon_web_red-22080e78608ef9c30c9eb11b462dae895bd98a17f944e63df67f093ba2a7a498.png) center no-repeat;
  background-size: contain; }

/*menu*/
.header_ja_logo {
  position: absolute;
  top: 40px;
  left: 60px; }
  .header_ja_logo img {
    width: 180px; }

.header_en_logo {
  position: absolute;
  top: 40px;
  left: 60px; }
  .header_en_logo img {
    width: 180px; }

/*menu*/
.menu_btn_wrap {
  position: absolute;
  top: 40px;
  right: 60px; }

.menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.menu_btn span, .menu_btn span:before, .menu_btn span:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 3; }

.menu_btn span:before {
  top: 8px; }

.menu_btn span:after {
  bottom: 8px; }

.active .menu_btn span {
  background: transparent; }

.active .menu_btn span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.active .menu_btn span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }

.slide-in {
  animation: slideInFromRight 0.5s ease-out forwards; }

.slide-out {
  animation: slideOutToRight 0.5s ease-in forwards; }

.menu_wrap {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  padding: 32px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 90px;
  overflow: auto;
  height: 100%; }

.menu_wrap .menu li {
  font-size: 20px;
  line-height: 2.5;
  color: #efefef; }

.menu_wrap .menu li:first-child {
  margin-right: calc(50px + (1vw - 19.2px) * 2.2321); }

.menu_wrap .menu li:last-child {
  margin-left: 0; }

.menu_wrap .menu li a {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem; }

.menu_wrap .menu li a:hover {
  opacity: 1; }

.menu_wrap .menu li a:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.menu_wrap .menu li a:hover:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

/*** botom_contact ***/
.bottom_contact_inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px;
  color: #fff;
  text-align: center; }

.bottom_contact_inner h2 {
  margin-bottom: 0; }

.bottom_contact_inner .content_read {
  padding: 20px 0;
  font-size: 16px; }

.bottom_contact {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/service_site/bg_top_contact-cfabfdac8919ce0eb86810137b5d07333804f775befb660f636b1bf503ccedf3.png); }

.bottom_contact .btn_common {
  position: relative; }

.bottom_contact .btn_common:before, .bottom_contact .btn_common:after {
  display: none; }

.bottom_contact .btn_common a {
  display: inline-block;
  position: relative;
  padding: 0 2rem 0.6rem 4rem; }

.btn_common:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s;
  transition: -webkit-transform 0.3s ease 0.3s;
  -o-transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s; }

.btn_common:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.btn_common:hover:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

.btn_common a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg); }

/*** botom_contact ***/
#footer {
  padding: 80px;
  background: linear-gradient(to bottom right, #5cbfd8, #1941a0);
  line-height: 1.5;
  text-align: center; }

.top_footer {
  padding: 40px;
  background: linear-gradient(to bottom right, #5cbfd8, #1941a0);
  line-height: 1.5;
  text-align: center; }

.footer_logo {
  max-width: calc(96px + (1vw - 19.2px) * 0.6537);
  margin: 0 auto; }

.footer_logo img {
  width: 100%;
  height: auto;
  margin-right: -4rem; }

.access_common {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  color: #fff; }

.access_common p br {
  display: block; }

.contact_common {
  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;
  margin-bottom: 3rem; }

.tel_common {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: calc(2.4rem + (1vw - 19.2px) * 0.4531); }

.tel_common br {
  display: none; }

.tel_common a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.tel_common a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 15px;
  margin-right: 0.6rem; }

.tel_common img {
  width: 100%;
  height: auto; }

.copyright {
  color: #FFFFFF;
  font-size: calc(1.4rem + (1vw - 19.2px) * 0.3236);
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif; }

.home .home-none {
  display: none; }

/************************************************************
 top 
************************************************************/
.oneScroll {
  height: 100vh; }

/*** kv ***/
#top_kv {
  position: relative;
  width: 100%;
  background: url(/assets/service_site/kv-931638fb9d9df770f790a82e95605efccf85a169a6bd47e4d58b623ce6dbbd19.jpg) no-repeat center/cover;
  background-blend-mode: darken;
  background-size: cover; }

.top_ja_logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 52.5%;
  width: 120px;
  margin-right: -5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: ""; }

.top_ja_logo img {
  width: 100%;
  height: auto; }

.top_en_logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: ""; }

.top_en_logo img {
  width: 100%;
  height: auto; }

/*** top contents ***/
.topBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.topBox {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto; }

.topBox h2 {
  margin-bottom: 0;
  color: #fff;
  text-align: left; }

.topBox p {
  color: #fff;
  line-height: 1.0;
  font-size: 20px; }

.top_greeting {
  width: 100%;
  background: url(/assets/service_site/bg_top_read-9cac21a06352c4d155bfccbbb6289ea5a6f8e329f528a74c981706cdc854e3fc.jpg) center no-repeat;
  background-size: cover; }

.topBoxWrap {
  position: relative; }

.topBoxWrap:before {
  transition: background-color 0.7s ease 0s;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.topBoxWrap.visible:before {
  background-color: rgba(0, 0, 0, 0.55); }

.topBoxWrap .topBoxInner {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease 0s, visibility 0.7s; }

.topBoxWrap.visible .topBoxInner {
  opacity: 1;
  visibility: visible; }

.topBoxInner .top_txt {
  line-height: 2.5;
  padding: 8px 0;
  font-size: 20px; }

.top_txt + .top_txt {
  margin-bottom: 20px; }

.top_feature {
  width: 100%;
  background: url(/assets/service_site/bg_top_feature-94e4126a3b747b6365144e3397407c3355d2b32ccd3bdac7743f67fbd1003280.jpg) center no-repeat;
  background-size: cover; }

.top_guide {
  width: 100%;
  background: url(/assets/service_site/bg_top_guide-a3e37ba590bd27f3d84b0b6d698ea2fc167b88a392053e41c3e5b23b9a6d5a3e.png) center no-repeat;
  background-size: cover; }

.top_treatment {
  width: 100%;
  background: url(/assets/service_site/bg_top_treatment-2ae5f5d43fd33029920e2f7878bc0ca5a00aea58bf79c36fb788157bedf2c8d0.jpg) center no-repeat;
  background-size: cover; }

.top_staff {
  width: 100%;
  background: url(/assets/service_site/bg_top_staff-0167d41d1cd7fa5148aa8a79ac7f5948e1a455b52a734ceb894fce6a2b22ea1c.png) center no-repeat;
  background-size: cover; }

.top_testimonial {
  width: 100%;
  background: url(/assets/service_site/bg_top_testimonial-b4dc294a13fb5691118bf6a24a514666131c7b967b367942a2e89699980b87a4.png) center no-repeat;
  background-size: cover; }

.top_blog {
  width: 100%;
  background: url(/assets/service_site/bg_top_blog-dff63d5254d493c9c3859ef1404c1ed077a889e0256501c9534786dfcc0d3cce.png) center no-repeat;
  background-size: cover; }

.top_house_visit {
  width: 100%;
  background: url(/assets/service_site/bg_top_house_visit-0c43b4e73194c4d89031824cdab46b26e98322e2c54323692693a772b7e7a779.png) center no-repeat;
  background-size: cover; }

/*** faq ***/
.faq {
  overflow-y: hidden;
  background: #fff; }

.faq_detail {
  padding: 24px 70px;
  border-bottom: 2px solid #eaeaea;
  position: relative;
  cursor: pointer; }

.faq_detail dt {
  font-size: 24px; }

.faq_detail dt:before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ee7773;
  content: ""; }

.faq_detail dt:after {
  position: absolute;
  top: 50%;
  right: 42px;
  width: 2px;
  height: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ee7773;
  content: ""; }

.faq_detail dt span {
  position: relative; }

.faq_detail dt span:before {
  position: absolute;
  top: 50%;
  left: -6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "Q.";
  font-size: calc(3.6rem + (1vw - 19.2px) * 0.9061); }

.faq_detail .active:after {
  display: none; }

.faq_detail dd {
  display: none;
  padding-right: calc(80px + (1vw - 19.2px) * 1.9417);
  cursor: default; }

/************************************************************
 みくまり院の特徴 
************************************************************/
.feature_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1160px;
  background: url(/assets/service_site/deco_stone-730c424e5a3c14f7a4d574329b7462a67c03859af8a8b9f950a898dd639d1651.png) center no-repeat;
  background-size: 65% auto; }

.feature_detail:after {
  display: block;
  width: calc(100% / 3);
  height: 0;
  content: ""; }

.reason {
  position: relative; }

.reason .reason_img {
  z-index: 1;
  position: absolute;
  top: -38vw;
  right: 0;
  width: 34.375vw;
  height: 44.271vw;
  background: url(/assets/service_site/img_feature-0ff063786fc228a307a2286ba480abd0e26073c92b36d2f6a5806b79565b6447.png) center no-repeat;
  background-size: cover;
  content: ""; }

.reason .reason_item {
  margin-bottom: calc(80px + (1vw - 19.2px) * 2.5890);
  padding-bottom: calc(80px + (1vw - 19.2px) * 2.5890);
  border-bottom: 1px solid #cccccc; }

.reason .reason_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0; }

.reason .ttl_img {
  width: 100%;
  background: url(/assets/service_site/ttl_img_reason-f9f20d477ea5171941c0b50870ff6768f34e55a8ddce2622ee64d29bbb058167.png) center no-repeat;
  background-size: cover; }

.reason .ttl_number {
  text-align: left; }

.reason .txt_common {
  margin-left: calc(100px + (1vw - 19.2px) * 2.9126); }

/************************************************************
 治療家紹介 
************************************************************/
#staff .content_wrap_S {
  max-width: 920px; }

.profile_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: calc(70px + (1vw - 19.2px) * 2.2654); }

.profile_top .staff_name {
  padding-top: calc(50px + (1vw - 19.2px) * 1.6181);
  padding-left: calc(140px + (1vw - 19.2px) * 6.7961);
  text-align: left;
  white-space: nowrap;
  word-break: keep-all;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.profile_top .staff_name .official-position {
  display: block;
  margin-left: calc(20px + (1vw - 19.2px) * 0.6472);
  font-size: calc(2rem + (1vw - 19.2px) * 0.6472); }

.profile_top .staff_name .staff_point {
  margin-top: calc(30px + (1vw - 19.2px) * 0.9709);
  padding: calc(10px + (1vw - 19.2px) * 0.3236) calc(6px + (1vw - 19.2px) * 0.1942);
  background: #ee7773;
  color: #fff;
  font-size: calc(2rem + (1vw - 19.2px) * 0.6472); }

.profile_top .staff_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: calc(460px + (1vw - 19.2px) * 16.8285); }

.profile_top .staff_img img {
  width: 100%; }

.staff_wrap:first-child {
  margin-bottom: calc(120px + (1vw - 19.2px) * 2.5890); }

.staff_wrap:last-child .profile_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.staff_wrap:last-child .profile_top .staff_name {
  padding-right: calc(140px + (1vw - 19.2px) * 6.7961);
  padding-left: 0; }

.profile_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.profile_bottom .career {
  width: 50%;
  padding-right: 5%;
  border-right: 1px solid #d1cfcd; }

.profile_bottom .career_item span {
  display: inline-block;
  position: relative;
  padding-bottom: calc(50px + (1vw - 19.2px) * 0.6472);
  padding-left: calc(40px + (1vw - 19.2px) * 0.9709); }

.profile_bottom .career_item span:before {
  position: absolute;
  top: 15px;
  left: 4px;
  width: 2px;
  height: 100%;
  background: #d1cfcd;
  content: ""; }

.profile_bottom .career_item span:after {
  position: absolute;
  top: 14%;
  left: 0;
  width: calc(10px + (1vw - 19.2px) * 0.1294);
  height: calc(10px + (1vw - 19.2px) * 0.1294);
  border-radius: 50%;
  background: #333333;
  content: ""; }

.profile_bottom .career_item:last-child span:before {
  display: none; }

.profile_bottom .career_item:last-child span:after {
  background: #ee7773; }

.profile_bottom .others_wrap {
  width: 45%; }

.profile_bottom .others {
  width: 100%;
  margin-bottom: calc(50px + (1vw - 19.2px) * 0.9709); }

.profile_bottom .others:last-child {
  margin-bottom: 0; }

.profile_bottom .others_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.profile_bottom .others_item dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.profile_bottom .others_item dl dd {
  position: relative;
  padding-left: 2rem; }

.profile_bottom .others_item dl dd:before {
  position: absolute;
  left: 0.6rem;
  content: "/"; }

.profile_bottom .others_item:last-child dl dd:before {
  display: none; }

/************************************************************
 ご案内 
************************************************************/
#guide {
  position: relative; }

#access .access_inner {
  width: 100%; }

#access .map {
  width: 100%;
  margin-bottom: calc(50px + (1vw - 19.2px) * 0.9709); }

#access .map iframe {
  width: 100%;
  height: 31.54vw; }

#access .access_detail {
  margin-top: calc(15px + (1vw - 19.2px) * 0.3236); }

/************************************************************
 初診について 
************************************************************/
#treatment {
  position: relative; }

.normal_txt {
  font-size: 16px;
  line-height: 2.0; }

#treatment .caution {
  font-size: calc(1.4rem + (1vw - 19.2px) * 0.2589); }

.flow_detail .flow_item {
  width: 80%;
  text-align: left;
  margin: 0 auto; }

.flow_detail .flow_item {
  margin-bottom: 40px; }

.flow_item:not(:first-child) {
  border-top: 1px solid #cccccc;
  padding-top: 40px; }

.flow_detail .flow_item:last-child {
  margin-bottom: 0; }

.flow_detail .ttl_number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(36px + (1vw - 19.2px) * 1.1650);
  text-align: center; }

.flow_detail .ttl_number .ttl_number_inner span {
  font-size: calc(26px + (1vw - 19.2px) * 0.8414); }

.flow_detail .ttl_number .number {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(58px + (1vw - 19.2px) * 1.6828);
  height: calc(58px + (1vw - 19.2px) * 1.6828);
  margin-right: calc(24px + (1vw - 19.2px) * 0.7767);
  border-radius: 50%;
  background: #fff;
  font-size: calc(2.8rem + (1vw - 19.2px) * 0.7767);
  line-height: calc(58px + (1vw - 19.2px) * 1.6828); }

.flow_detail .img_flow {
  width: 100%;
  margin-bottom: 20px;
  text-align: center; }

.flow_detail .img_flow img {
  width: 60%;
  aspect-ratio: 16 / 9; }

.flow_detail .img_staff {
  width: 100%;
  margin-bottom: 20px;
  text-align: center; }

.flow_detail .img_staff img {
  width: 60%;
  aspect-ratio: 4 / 3; }

#important-notice {
  position: relative; }

#important-notice .important-notice_img {
  position: absolute;
  top: -5vw;
  right: 0;
  width: 34.375vw;
  height: 44.271vw;
  background: url(/assets/service_site/img_feature-0ff063786fc228a307a2286ba480abd0e26073c92b36d2f6a5806b79565b6447.png) center no-repeat;
  background-size: cover;
  content: ""; }

#important-notice h2 {
  text-align: left; }

#important-notice .important-notice_detail p {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  line-height: 2.0; }

#important-notice .important-notice_detail p:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/service_site/icon_check-7c946d0392cb4eeca8e5c289c136171eaf4376f2413320fa06324f82bbaa75f6.png) center no-repeat;
  background-size: contain;
  content: ""; }

#important-notice .important-notice_detail_S {
  width: 61.5%;
  max-width: 800px; }

#important-notice .important-notice_detail_L p:last-child {
  margin-bottom: 0; }

#disease .table_common th, #disease .table_common td {
  padding: calc(20px + (1vw - 19.2px) * 0.3236) calc(50px + (1vw - 19.2px) * 2.2654);
  text-align: left; }

.tools_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tools_detail .tools_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%; }

.tools_detail .tools_item:nth-child(-n+4) {
  margin-bottom: calc(100px + (1vw - 19.2px) * 3.2362); }

.tools_detail .tools_item p {
  padding-bottom: calc(50px + (1vw - 19.2px) * 1.6181);
  text-align: left; }

.tools_detail .img_tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto; }

.tools_detail .img_tools li {
  width: 48%; }

.tools_detail .img_tools li img {
  width: 100%; }

/************************************************************
 お問い合わせ 
************************************************************/
.page-id-121 .bottom_contact {
  display: none; }

.contact .content_wrap_S {
  padding-bottom: 0; }

.contact table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.contact tbody {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.contact tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-bottom: 3.5rem; }

.contact tr:last-child {
  width: 100%;
  margin-bottom: 0; }

.contact th {
  margin-bottom: 1.2rem; }

.contact td {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589); }

.contact .your-discover {
  position: relative; }

.contact .your-discover:after {
  position: absolute;
  top: 60%;
  right: 20px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  content: ""; }

.contact .linkBtn {
  margin-top: calc(50px + (1vw - 19.2px) * 0.9709);
  text-align: center; }

.contact .linkBtn button, .contact .linkBtn [type="button"], .contact .linkBtn [type="reset"], .contact .linkBtn [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 80px;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294);
  text-align: center;
  cursor: pointer; }

.contact .linkBtn .ajax-loader {
  display: none; }

.contact_read {
  margin-bottom: calc(80px + (1vw - 19.2px) * 1.9417);
  font-size: calc(1.8rem + (1vw - 19.2px) * 0.3883);
  text-align: center; }

.contact_read .caution {
  display: block;
  font-size: calc(1.4rem + (1vw - 19.2px) * 0.2589); }

.must {
  color: #cd393a; }

.cf .cf-form {
  position: relative; }

/************************************************************
 投稿 
************************************************************/
.ttlH1_post {
  position: relative;
  width: 100%; }

.ttlH1_post .ttlH1_post_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.ttlH1_post .ttlH1_post_inner h1 {
  max-height: calc(420px + (1vw - 19.2px) * 10.3560);
  color: #fff;
  font-size: calc(3rem + (1vw - 19.2px) * 0.6472);
  line-height: 1.5;
  text-align: left;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: normal;
  word-break: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.ttlH1_post .post_category-date {
  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;
  margin-left: calc(30px + (1vw - 19.2px) * 0.9709); }

.ttlH1_post .post_category-date .post-categories a {
  padding: calc(10px + (1vw - 19.2px) * 0.1294) 4px;
  background: #ee7773;
  color: #fff;
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.3883);
  line-height: 1.0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.ttlH1_post .post_category-date .post-categories a:hover {
  background: #fff;
  color: #ee7773;
  opacity: 1; }

.ttlH1_post .post_category-date .post_date span {
  color: #fff;
  font-size: calc(1.4rem + (1vw - 1.92rem) * 0.3236);
  line-height: 1.0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

.ttlH1_post .btn_common {
  z-index: 1;
  position: absolute;
  right: 18%;
  bottom: 10%;
  line-height: 1.0;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl; }

.ttlH1_post .btn_common a {
  color: #fff; }

.ttlH1_post_bg {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden; }

.ttlH1_post_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ttlH1_post_bg:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: ""; }

.post_detail {
  max-width: 800px;
  padding-bottom: calc(90px + (1vw - 19.2px) * 2.9126); }

.post_detail h2, .post_detail ul {
  margin-bottom: calc(50px + (1vw - 19.2px) * 1.9417); }

.post_detail h2 {
  font-size: calc(3rem + (1vw - 19.2px) * 0.7767);
  -moz-text-align-last: left;
  text-align-last: left; }

.post_detail h3 {
  margin-bottom: calc(40px + (1vw - 19.2px) * 1.6181);
  font-size: calc(2.6rem + (1vw - 1.92rem) * 0.5178);
  -moz-text-align-last: left;
  text-align-last: left; }

.post_detail h4 {
  margin-bottom: calc(20px + (1vw - 19.2px) * 0.6472);
  font-size: calc(2.2rem + (1vw - 1.92rem) * 0.3883);
  line-height: 1.0;
  -moz-text-align-last: left;
  text-align-last: left; }

.post_detail p br {
  display: block; }

.wp-block-image {
  width: 100%;
  margin-bottom: calc(60px + (1vw - 19.2px) * 1.9417); }

.wp-block-image img {
  width: 100%;
  height: auto; }

.related-article {
  max-width: 1300px;
  padding-top: 0; }

.related-article_ttl {
  margin-bottom: calc(50px + (1vw - 19.2px) * 0.9709);
  padding-bottom: calc(25px + (1vw - 19.2px) * 0.3236);
  border-bottom: 1px solid #cccccc;
  font-size: calc(3rem + (1vw - 1.92rem) * 0.9709);
  text-align: left; }

.related-article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.related-article_list:after, .related-article_list:before {
  display: block;
  width: 22.30769230769231%;
  height: 0;
  content: ""; }

.related-article_list:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.related-article_item {
  width: 22.30769230769231%;
  margin-bottom: 0; }

.related-article_item a p, .related-article_item a div {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.related-article_item a:hover p, .related-article_item a:hover div {
  opacity: 0.5; }

.related-article_thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #cccccc; }

.related-article_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.related-article_item_ttl {
  position: relative;
  margin: 10px 0;
  padding-right: 30px;
  font-size: calc(1.8rem + (1vw - 1.92rem) * 0.2589);
  line-height: 1.8;
  text-align: left; }

.related-article_item_ttl:after {
  position: absolute;
  top: 10px;
  right: 0;
  width: calc(8px + (1vw - 19.2px) * 0.1294);
  height: calc(8px + (1vw - 19.2px) * 0.1294);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  content: ""; }

.related-article_post_date {
  font-size: calc(1.2rem + (1vw - 1.92rem) * 0.1294);
  line-height: 1.0; }

.archive_inner .related-article_item {
  margin-bottom: 60px; }

.pagination {
  font-size: calc(1.6rem + (1vw - 1.92rem) * 0.1294);
  text-align: center; }

.pagination .nav-links a, .pagination .nav-links span {
  padding: 0.6rem; }

.pagination .current {
  position: relative; }

.pagination .current:before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  content: ""; }

.sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: calc(90px + (1vw - 19.2px) * 3.5599); }

.sns_wrap .share {
  position: relative;
  margin-right: 25px;
  padding-right: 94px;
  font-size: calc(1.4rem + (1vw - 1.92rem) * 0.1294); }

.sns_wrap .share:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9c9a99;
  content: ""; }

.scroll span {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -4%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 0 125px;
  overflow: hidden;
  color: #fff;
  font-size: calc(16px + (1vw - 19.2px) * 0.3883);
  line-height: 1;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

.scroll span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite; }

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; } }

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; } }

.square {
  width: 100%;
  padding: calc(20px + (1vw - 19.2px) * 0.3236) 0; }

.square img {
  width: 100%; }

@media all and (-ms-high-contrast: none) {
  .reserve a {
    height: calc(16.5rem + (1vw - 1.92rem) * 2.6042);
    padding: 20px 0 0; }
  .feature_detail {
    max-width: 1180px; } }

@media only screen and (max-width: 1100px) {
  .flow_detail .ttl_number {
    font-size: calc(22px + (1vw - 11.0px) * 0.5517); } }

@media only screen and (max-width: 1024px) {
  .top_ja_logo {
    left: 53%; } }

@media only screen and (max-width: 959px) {
  .menu_wrap {
    -webkit-overflow-scrolling: touch;
    height: 100%; }
  .menu_wrap .menu li {
    font-size: 18px; }
  .menu_wrap .menu li a {
    display: block;
    padding: 6px; }
  #top_kv .sns .snsIcon:nth-of-type(n+2) {
    margin-top: 2rem; }
  #top_kv .sns .snsIcon:nth-of-type(n+2):before {
    top: -1rem; }
  .ttlH1_post_bg img {
    width: auto;
    height: 120%; }
  .related-article_item {
    width: 47%; }
  .related-article_item:nth-child(-n+2) {
    margin-bottom: 40px; }
  .archive_inner .related-article_item {
    margin-bottom: 40px; }
  .scroll span {
    padding: 0 0 110px; } }

@media only screen and (max-width: 767px) {
  .topBoxInner .top_txt {
    line-height: 2;
    font-size: 18px; }
  .btn_common {
    font-size: 18px; }
  .pc_line_break br {
    display: none; }
  .sp_line_break br {
    display: block; }
  .flow_detail .img_flow img {
    width: 100%;
    aspect-ratio: 16 / 9; }
  .reason .ttl_number {
    font-size: 20px; }
  .reason .txt_common {
    margin-left: 0;
    font-size: 16px; }
  .header_ja_logo {
    top: 24px;
    left: 32px; }
    .header_ja_logo img {
      width: 140px; }
  .header_en_logo {
    top: 30px;
    left: 32px; }
    .header_en_logo img {
      width: 120px; }
  header .switch_lang {
    top: 30px;
    right: 80px; }
  .menu_btn_wrap {
    top: 24px;
    right: 32px; }
  .ttlH1 {
    height: 180px; }
  .ttl_number {
    line-height: 1.6; }
  .pc_block {
    display: none !important; }
  .sp_block {
    display: block !important; }
  .btn_common a:before {
    top: -12px;
    left: 40%; }
  .table_common th span {
    font-size: 1rem; }
  .reserve a {
    width: 35px !important;
    /*修正*/
    padding: 20px 0 40px; }
  .reserve .reserve_tel span:after {
    bottom: -20px;
    width: 19px;
    height: 16px; }
  .reserve .reserve_web span:after {
    bottom: -20px;
    width: 21px;
    height: 16px; }
  .bottom_contact {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/service_site/bg_top_contact-cfabfdac8919ce0eb86810137b5d07333804f775befb660f636b1bf503ccedf3.png);
    background-size: cover; }
  .footer_logo img {
    margin-right: -2.5rem; }
  .top_ja_logo {
    left: 53.5%;
    width: 20%; }
  .top_en_logo {
    width: 70%; }
  .topBox h2 {
    margin-bottom: 16px;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 28px; }
  .top_greeting .top_ttl {
    margin-left: 0; }
  .faq_detail {
    padding: 2.5rem 5rem; }
  .faq_detail dt {
    line-height: 1.6;
    font-size: 18px; }
  .faq_detail dt:before {
    width: 22px;
    right: 11px; }
  .faq_detail dt:after {
    height: 22px;
    right: 20px; }
  .faq_detail dt span:before {
    left: -4rem; }
  .faq_detail dd {
    padding-top: 1rem;
    padding-right: 0; }
  .feature_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 86vw;
    background-size: 100% auto; }
  .feature_detail:after {
    display: none; }
  #access .map iframe {
    height: 335px; }
  .flow_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flow_detail .flow_item {
    width: 100%; }
  .flow_detail .flow_item:last-child {
    margin-bottom: 0; }
  #important-notice .important-notice_img {
    top: calc((86px + (1vw - 7.7px) * 12.7551) * -1);
    right: auto;
    left: 50%;
    width: 60vw;
    height: 80vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #important-notice h2 {
    text-align: center; }
  #important-notice .content_wrap_L {
    padding-top: calc(625px + (1vw - 7.7px) * 73.9796); }
  #important-notice .important-notice_detail_S {
    width: 100%; }
  .tools_detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tools_detail .tools_item {
    width: 100%; }
  .tools_detail .tools_item:nth-child(-n+5) {
    margin-bottom: calc(100px + (1vw - 19.2px) * 3.2362); }
  .tools_detail .tools_item p br {
    display: block; }
  .contact tr {
    width: 100%; }
  .contact_read br {
    display: block; } }

@media only screen and (max-width: 559px) {
  .archive .ttlH1 {
    background-position: 52% 50%; }
  .top_ja_logo {
    left: 54%; }
  .profile_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .profile_bottom .career {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #d1cfcd; }
  .profile_bottom .career_item span:before {
    left: 3px; }
  .profile_bottom .career_item span:after {
    top: 13%; }
  .profile_bottom .others_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .profile_bottom .others {
    margin-top: calc(50px + (1vw - 19.2px) * 0.6472); }
  .profile_bottom .others:first-child {
    width: auto;
    margin-right: 3rem;
    margin-bottom: 0; }
  .profile_bottom .others:nth-child(2) {
    width: auto;
    margin-bottom: 0; }
  .profile_bottom .others:last-child {
    width: 100%; }
  .profile_bottom .others_item dl dd {
    padding-left: 1rem; }
  .profile_bottom .others_item dl dd:before {
    left: 0.2rem; }
  #openingHours td:first-child {
    font-size: 1.1rem; }
  #disease .table_common th:first-child {
    width: 36%; }
  .related-article_item {
    width: 100%;
    margin-bottom: 6%; }
  .related-article_item:last-child {
    margin-bottom: 0; } }

.thanks-message button {
  background: linear-gradient(to bottom right, #f6c47d, #ee7773);
  color: #fff;
  width: 280px;
  font-size: 20px;
  border-radius: 6px;
  padding: 8px 16px;
  line-height: 2.5; }

form.cf-form {
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px; }

.contact__title {
  font-size: 32px; }

.form__container {
  background-color: #fff;
  border: 1px solid #E6E4E1;
  margin-bottom: 30px; }

.form__item,
.form__item-message {
  display: flex;
  border-bottom: 1px solid #e6e4e1; }

.form__item dt,
.form__item-message dt {
  max-width: 224px;
  width: 100%;
  padding: 28.8px;
  background-color: #f0f0f0;
  border-left: 1px solid #e6e4e1; }

.form__item dt p,
.form__item-message dt p {
  font-size: 16px; }

.form__item dt p span,
.form__item-message dt p span {
  color: #ee7773; }

.form__text,
.form__radio,
.form__textarea {
  padding: 28.8px;
  width: 100%; }

.form__radio {
  font-size: 16px; }

.form__calendar {
  padding: 16px;
  width: 100%; }

.form__text input {
  border: 1px solid #e6e4e1;
  border-radius: 6px;
  padding: 9.6px;
  max-width: 400px;
  width: 100%; }

.form__textarea textarea {
  border: 1px solid #e6e4e1;
  border-radius: 6px;
  padding: 9.6px;
  max-width: initial;
  width: 100%;
  resize: vertical; }

[type="radio"] {
  margin-top: -2.5px; }

.contact__btn {
  text-align: center;
  margin-bottom: 10px; }

.contact_goback_btn {
  text-align: center;
  margin-bottom: 10px; }

.contact__btn button, .contact__btn input {
  background: linear-gradient(to bottom right, #f6c47d, #ee7773);
  color: #fff;
  font-size: 20px;
  width: 280px;
  border-radius: 6px;
  padding: 8px 16px;
  line-height: 2.5; }

@media (max-width: 768px) {
  .contact__btn button, .contact__btn input {
    width: 180px; } }

@media (max-width: 768px) {
  form.cf-form {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .contact__title {
    font-size: 28px; }
  .form__item,
  .form__item-message {
    flex-direction: column; }
  .form__item dt,
  .form__item-message dt {
    max-width: initial;
    width: 100%;
    border-left: none;
    padding: 16px;
    border-bottom: 1px solid #e6e4e1; } }

.form__item.invalid input, .form__item.invalid textarea {
  border-color: #D13F3F; }

.form__item.invalid .calendar-table {
  border-color: #D13F3F;
  border-width: 1.5px; }

.invalid-msg {
  display: block !important;
  color: #D13F3F;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.2589);
  line-height: 2.0; }

/* ========================================
   Central
 ========================================= */
.form-calendar {
  width: 600px;
  margin-bottom: 10px; }
  .form-calendar .simple-calendar .menu-group {
    align-items: center; }

/* ========================================
   共通
 ========================================= */
.simple-calendar {
  font-size: 16px; }
  .simple-calendar table {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%; }
  .simple-calendar tr {
    border-collapse: collapse; }
  .simple-calendar th {
    padding: 6px;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    text-align: center; }
  .simple-calendar .time, .simple-calendar .day, .simple-calendar .reserve-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
    width: 12%;
    border: 1px solid #aaaaaa;
    text-align: center; }
  .simple-calendar .calendar-heading nav {
    display: inline-block; }
  .simple-calendar .menu-group {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 40px;
    line-height: 2.0; }
  .simple-calendar .menu-group-item {
    min-width: 48px; }
  .simple-calendar .menu-group-item-left {
    text-align: left; }
  .simple-calendar .menu-group-item-right {
    text-align: right; }
  .simple-calendar .calendar-title {
    font-weight: bold;
    font-size: 20px; }
  .simple-calendar .available {
    cursor: pointer; }
  .simple-calendar .selected {
    background-color: #ffbd59; }
  .simple-calendar .unavailable {
    cursor: not-allowed;
    background: #f0f0f0; }
  .simple-calendar .day {
    height: 30px;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #dddddd;
    line-height: normal; }
  .simple-calendar .time {
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background-color: #dddddd;
    line-height: normal; }
  .simple-calendar .wday-0 {
    display: none; }
  .simple-calendar .wday-1 {
    display: none; }
  .simple-calendar .today {
    background: #FFFFC0; }
