/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Libre+Caslon+Display&family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --base-width: 375;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1200;
  }
}
/** Global **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #AC9977;
  --second: #7096B8;
  --text-body: #3A3A3A;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: #F8F5EF;
  letter-spacing: 0.02em;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.info__row--body ul, .menu-scroll ul, .site-footer__nav nav ul, .site-header ul, .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info__row--body, .equipment__inner, .facilities__row, .features__row--body, .section-content, .menu-scroll, .reservation, .access__body, .faqs__item--body, .feature__item, .concept__content, .breadcrumb, .section-heading__content {
  font-weight: 350;
  font-size: 14px;
  line-height: 1.714;
}
.info__row--body p, .equipment__inner p, .facilities__row p, .features__row--body p, .section-content p, .menu-scroll p, .reservation p, .access__body p, .faqs__item--body p, .feature__item p, .concept__content p, .breadcrumb p, .section-heading__content p {
  margin-bottom: 24px;
}
.info__row--body p:last-of-type, .equipment__inner p:last-of-type, .facilities__row p:last-of-type, .features__row--body p:last-of-type, .section-content p:last-of-type, .menu-scroll p:last-of-type, .reservation p:last-of-type, .access__body p:last-of-type, .faqs__item--body p:last-of-type, .feature__item p:last-of-type, .concept__content p:last-of-type, .breadcrumb p:last-of-type, .section-heading__content p:last-of-type {
  margin-bottom: 0;
}

.medical__item--body {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.03em;
}
.medical__item--body p {
  margin-bottom: 20px;
}
.medical__item--body p:last-of-type {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn, .btn--second {
  transition: all 0.3s;
  color: var(--white);
  padding: 5px 40px 5px 20px;
  min-width: 180px;
  min-height: 42px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border-radius: 3px;
  background: url("../images/arrow-white-right.svg") no-repeat calc(100% - 10px) calc(50% - 3px)/23px var(--primary);
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.btn:hover, .btn--second:hover {
  opacity: 0.7;
  color: var(--white);
}
.btn--second {
  background-color: var(--second);
}
.btn--lg {
  width: 100%;
  max-width: 402px;
  font-size: 16px;
  background-position: calc(100% - 20px) 50%;
  background-size: 26px;
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .btn--lg {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .btn--lg {
    min-height: 75px;
    max-width: 402px;
  }
}

.btn-outline, .btn-outline--second {
  transition: all 0.3s;
  color: var(--primary);
  padding: 8px 15px;
  min-width: 230px;
  text-align: center;
  font-weight: 500;
  display: inline-flex;
  outline: none !important;
  border-radius: 3px;
  background: #fdf3e1;
  text-transform: uppercase;
  border: 2px solid var(--primary);
  gap: 12px;
  align-items: center;
  font-size: 13px;
}
.btn-outline:hover, .btn-outline--second:hover {
  opacity: 0.7;
  color: var(--primary);
}
.btn-outline--second {
  background: #EDF7FF;
  border-color: #6089BB;
  color: #3C81E8;
}

.btn-arrow-circle, .btn-arrow-circle--second {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--text-body);
  opacity: 1;
  transition: all 0.3s;
  background: url("../images/arrow-circle-right.svg") no-repeat 100% 50%/24px;
  padding-right: 38px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
.btn-arrow-circle--second {
  background-image: url("../images/arrow-circle-blue-right.svg");
}
.btn-arrow-circle:hover, .btn-arrow-circle--second:hover {
  opacity: 0.7;
  color: var(--text-body);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 60px;
  }
}
.section--light {
  background: #F9F8F5;
}

.section-heading {
  margin-bottom: 20px;
}
.section-heading h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  line-height: 1.326;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heading h2 {
    font-size: 52px;
  }
}
.section-heading h3 {
  font-weight: 350;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  color: var(--primary);
}
.section-heading__description {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 0.25px solid #898989;
}
.section-heading__description p:last-of-type {
  margin: 0;
}
.section-heading__content {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .section-heading__content {
    margin-top: 50px;
  }
}
.section-heading--center {
  text-align: center;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.breadcrumb ul li + li::before {
  content: ">";
  margin-right: 8px;
}
.breadcrumb ul li a {
  color: var(--text-body);
}

.page-title {
  padding-block: 30px 40px;
}
@media only screen and (min-width: 768px) {
  .page-title {
    padding-block: 40px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title {
    padding-block: 40px 70px;
  }
}
.page-title h1 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin: 0 0 15px;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title h1 {
    font-size: 52px;
  }
}
.page-title h3 {
  font-weight: 350;
  font-size: 14px;
  line-height: 1.4;
  color: var(--primary);
  margin: 0;
}
.page-title .breadcrumb {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-title .breadcrumb {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title .breadcrumb {
    margin-top: 50px;
  }
}

.heading-line {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 15px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .heading-line {
    padding-bottom: 18px;
    margin: 0 0 35px;
    font-size: 24px;
  }
}

.heading-bouble-lines {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding-block: 15px;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading-bouble-lines {
    padding-block: 20px;
    margin-bottom: 50px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .heading-bouble-lines {
    margin-bottom: 70px;
    padding-block: 27px;
  }
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
#wpadminbar {
  position: fixed;
  top: 0;
}

body.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

.site-header {
  background: var(--white);
  font-weight: 300;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px #00000026;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header {
    min-height: 112px;
  }
}
.site-header .container {
  max-width: 1190px;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    gap: 22px;
    padding-bottom: 30px;
  }
}
.site-header__top {
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .site-header__top {
    margin-bottom: 0;
    text-align: right;
  }
}
.site-header__top p {
  margin: 0;
}
.site-header__logo img {
  max-width: 200px;
}
@media only screen and (min-width: 1200px) {
  .site-header__logo img {
    max-width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    background: #E6E0D6;
    width: calc(100% + 30px);
    left: -15px;
    display: none;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: flex !important;
    align-items: center;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav ul li + li {
    margin-top: 12px;
  }
}
.site-header__nav ul li a {
  color: var(--text-body);
  display: block;
  position: relative;
}
.site-header__nav ul li.active > a, .site-header__nav ul li:hover > a {
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}
.site-header__contact {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .site-header__contact {
    gap: 14px;
    margin-left: 0;
  }
}
.site-header__contact img {
  width: 32px;
}
.site-header__contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .site-header__contact a span {
    display: none;
  }
}

.site-footer {
  background: url("../images/footer-bg.png") no-repeat 50% 50%/cover;
  padding-block: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 60px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    padding-block: 106px 32px;
  }
}
.site-footer__logo {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__logo {
    margin-bottom: 65px;
  }
}
.site-footer__logo a img {
  width: 100%;
  max-width: 236px;
}
.site-footer__nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.site-footer__nav nav {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .site-footer__nav nav {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__nav nav {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav nav {
    width: calc(20% - 24px);
  }
}
.site-footer__nav nav h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: var(--text-body);
  margin: 0 0 12px;
}
.site-footer__nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 6px;
}
.site-footer__nav nav ul li a {
  color: var(--text-body);
  position: relative;
  font-size: 12px;
  padding-left: 14px;
  line-height: 1.5;
}
.site-footer__nav nav ul li a::before {
  content: "";
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.7px solid var(--black);
  border-bottom: 0.7px solid var(--black);
}
.site-footer__nav-more {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .site-footer__nav-more {
    margin-top: 40px;
  }
}
.site-footer__socials {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__socials {
    margin-top: 42px;
  }
}
.site-footer__socials a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--primary);
  gap: 12px;
}
.site-footer__socials a img {
  width: 32px;
}
.site-footer__bottom {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__bottom {
    margin-top: 155px;
  }
}
.site-footer__bottom p {
  margin: 0;
}

/** Pages */
.banner {
  position: relative;
}
.banner picture {
  display: block;
}
.banner picture img {
  width: 100%;
  min-height: 54vw;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .banner picture img {
    min-height: auto;
  }
}
.banner h1 {
  top: calc(20 / var(--base-width) * 100vw);
  left: calc(20 / var(--base-width) * 100vw);
  font-size: calc(20 / var(--base-width) * 100vw);
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2;
  text-shadow: 0 0 calc(10 / var(--base-width) * 100vw) #00000066;
  color: var(--white);
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .banner h1 {
    top: calc(87 / var(--base-width) * 100vw);
    left: calc(35 / var(--base-width) * 100vw);
    font-size: calc(24 / var(--base-width) * 100vw);
  }
}
.banner .consultation-hours {
  max-width: calc(100% - 30px);
  margin: -35px auto 0;
  position: relative;
  z-index: 5;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .banner .consultation-hours {
    max-width: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 0 0;
  }
}

.consultation-hours {
  border-radius: 10px;
  background: var(--white);
  display: inline-flex;
  padding: 14px 20px 5px;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .consultation-hours {
    flex-direction: row;
    gap: 20px;
  }
}
.consultation-hours h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  letter-spacing: 0.5em;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .consultation-hours h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.consultation-hours h3::before {
  content: "";
  background: url("../images/clock.svg") no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
}
.consultation-hours h6 {
  text-align: right;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.2;
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.consultation-hours h6 span {
  color: var(--primary);
  font-size: 14px;
}
.consultation-hours table {
  border: 0;
  width: 100%;
}
.consultation-hours table tr th,
.consultation-hours table tr td {
  border: 0;
  border-bottom: 0.25px solid #898989;
  text-align: center;
  padding: 4px 6px;
}
@media only screen and (min-width: 768px) {
  .consultation-hours table tr th,
.consultation-hours table tr td {
    padding: 6px 13px;
  }
}
.consultation-hours table tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-body);
}
.consultation-hours table tr td img {
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .news__inner {
    display: flex;
    max-width: 970px;
  }
}
.news__link {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .news__link {
    width: 160px;
    padding-top: 16px;
    text-align: left;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .news__list {
    width: calc(100% - 160px);
    order: 2;
  }
}
.news__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  background: url("../images/arrow-right.svg") no-repeat 100% 50%/23px;
  padding: 16px 35px 16px 0;
  border-bottom: 0.25px solid #898989;
}
@media only screen and (min-width: 768px) {
  .news__item {
    padding: 20px 60px 20px 15px;
    background-position: calc(100% - 26px) 50%;
  }
}
.news__item time {
  min-width: 110px;
  padding-right: 30px;
  color: #797979;
}
@media only screen and (min-width: 768px) {
  .news__item time {
    min-width: 136px;
  }
}

@media only screen and (max-width: 767px) {
  .concept {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .concept__inner {
    display: flex;
    align-items: center;
  }
}
.concept__inner picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .concept__inner picture {
    width: 50%;
    align-self: flex-start;
  }
}
.concept__inner picture img {
  width: 100%;
}
.concept__content {
  padding: 30px 15px 0;
}
@media only screen and (min-width: 768px) {
  .concept__content {
    width: 50%;
    padding: 0 15px 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .concept__content {
    padding-inline: 60px 15px;
    max-width: 575px;
  }
}

.medical__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .medical__inner {
    gap: 40px 80px;
  }
}
.medical__item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .medical__item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .medical__item {
    width: calc(50% - 40px);
  }
}
.medical__item figure {
  width: 90px;
}
@media only screen and (min-width: 992px) {
  .medical__item figure {
    width: 120px;
  }
}
.medical__item figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 100%;
  box-shadow: 0px 3px 3px 0px #00000033;
}
.medical__item--body {
  width: calc(100% - 90px);
  align-self: center;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .medical__item--body {
    width: calc(100% - 120px);
    padding-left: 30px;
  }
}
.medical__item--body h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: var(--primary);
  margin: 0 0 10px;
  font-family: "fot-tsukumin-pr6n", sans-serif;
}
@media only screen and (min-width: 992px) {
  .medical__item--body h3 {
    font-size: 24px;
  }
}
.medical__item--body h3 a {
  color: var(--primary);
}
.medical__item--bottom {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .medical__item--bottom {
    margin-top: 20px;
  }
}
.medical__item--bottom a {
  font-size: 16px;
  color: var(--primary);
  font-family: "Crimson Text", sans-serif;
  font-weight: 400;
  padding-left: 44px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .medical__item--bottom a {
    font-size: 21px;
  }
}

.feature {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .feature {
    padding-bottom: 90px;
  }
}
.feature__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature__top--image-1 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .feature__top--image-1 {
    width: 18.33%;
    display: block;
  }
}
.feature__top--image-1 img {
  width: 100%;
}
.feature__top--image-2 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .feature__top--image-2 {
    width: 30.33%;
    order: 2;
  }
}
.feature__top--image-2 img {
  width: 100%;
}
.feature__top--content {
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .feature__top--content {
    width: 51.33%;
    padding: calc(30 / var(--base-width) * 100vw) 30px 0 40px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .feature__top--content {
    padding: calc(50 / var(--base-width) * 100vw) 30px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature__top--content {
    padding: calc(90 / var(--base-width) * 100vw) 30px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .feature__top--content .section-heading {
    position: absolute;
    bottom: calc(62 / var(--base-width) * 100vw);
    right: calc(-37 / var(--base-width) * 100vw);
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .feature__top--content .section-heading {
    bottom: calc(75 / var(--base-width) * 100vw);
    right: calc(-60 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1600px) {
  .feature__top--content .section-heading {
    bottom: calc(100 / var(--base-width) * 100vw);
  }
}
.feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .feature__list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .feature__list {
    gap: 30px 36px;
    margin-top: 110px;
  }
}
.feature__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .feature__item {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .feature__item {
    width: calc(33.33% - 24px);
  }
}
.feature__item figure {
  margin-bottom: 28px;
}
.feature__item figure img {
  width: 100%;
  aspect-ratio: 1.558;
  object-fit: cover;
}
.feature__item h3 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--primary);
  margin: 0 0 18px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .feature__item h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature__item h3 {
    font-size: 24px;
  }
}
.feature__item h3 strong {
  font-family: "Libre Caslon Display", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .feature__item h3 strong {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature__item h3 strong {
    font-size: 52px;
  }
}
.feature__item h3 a {
  color: var(--primary);
}
.feature__item .btn--second {
  margin-top: 20px;
  background-color: #9AB7D1;
}
@media only screen and (min-width: 992px) {
  .feature__item .btn--second {
    margin-top: 50px;
  }
}
.feature__item--full {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .feature__item--full h3 {
    gap: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .faqs .section-heading {
    margin-bottom: 40px;
  }
}
.faqs__inner {
  max-width: 810px;
  margin-inline: auto;
}
.faqs__item {
  border-bottom: 0.25px solid #898989;
}
.faqs__item + .faqs__item {
  margin-top: 10px;
}
.faqs__item h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--text-body);
  display: flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 15px 50px 15px 0;
}
@media only screen and (min-width: 768px) {
  .faqs__item h3 {
    padding: 15px 70px 15px 28px;
    font-size: 16px;
  }
}
.faqs__item h3 strong {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--primary);
  min-width: 60px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .faqs__item h3 strong {
    font-size: 21px;
  }
}
.faqs__item h3::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url("../images/arrow-circle-down.svg") no-repeat 0 0/100%;
  transition: all 0.3s;
  transform: rotate(0);
  right: 0;
}
@media only screen and (min-width: 768px) {
  .faqs__item h3::after {
    right: 27px;
  }
}
.faqs__item--body {
  letter-spacing: 0.03em;
  display: none;
  padding: 0 0 25px 60px;
}
@media only screen and (min-width: 768px) {
  .faqs__item--body {
    padding: 0 50px 25px 88px;
  }
}
.faqs__item--btn {
  color: #3A69A2;
  display: inline-block;
  margin-top: 15px;
}
.faqs__item.show h3::after {
  transform: rotate(180deg);
}
.faqs__item:last-child {
  border-bottom: 0;
}

.carousel__item img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .access {
    padding-block: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .access__inner {
    display: flex;
  }
}
.access iframe {
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .access iframe {
    height: 420px;
  }
}
@media only screen and (min-width: 992px) {
  .access iframe {
    height: auto;
    width: 50%;
  }
}
.access__body {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .access__body {
    width: 50%;
    padding-left: 36px;
    order: 2;
  }
}
.access__time {
  text-align: center;
  border-top: 1px solid #3A3A3A;
  margin-top: 48px;
  padding-top: 34px;
}

.reservation {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .reservation {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .reservation .section-heading {
    margin-bottom: 36px;
  }
}
.reservation__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .reservation__buttons {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .reservation__buttons {
    gap: 42px 64px;
  }
}
.reservation__buttons .btn-outline--second {
  max-width: 402px;
  text-align: left;
  min-width: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .reservation__buttons .btn-outline--second {
    max-width: 270px;
  }
}

body.admin-bar .menu-scroll {
  top: 123px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .menu-scroll {
    top: 109px;
  }
}
@media only screen and (min-width: 992px) {
  body.admin-bar .menu-scroll {
    top: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  body.admin-bar .menu-scroll {
    top: 144px;
  }
}

.menu-scroll {
  background: var(--white);
  position: sticky;
  top: 77px;
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  .menu-scroll {
    top: 93px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-scroll {
    top: 112px;
  }
}
.menu-scroll ul {
  display: flex;
  gap: 10px 30px;
  padding-block: 13px;
  white-space: nowrap;
  overflow-x: auto;
}
.menu-scroll ul li a {
  position: relative;
  padding-left: 21px;
}
.menu-scroll ul li a::before {
  content: "";
  border-top: 8px solid var(--primary);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 7px;
}

.section-content > picture {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-content > picture {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-content > picture {
    margin-bottom: 65px;
  }
}
.section-content > picture img {
  width: 100%;
}

.features__row {
  padding-block: 30px;
}
@media only screen and (min-width: 768px) {
  .features__row {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .features__row {
    padding-block: 75px;
  }
}
.features__row picture {
  display: block;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .features__row picture {
    margin: 0;
    width: 35%;
  }
}
.features__row picture img {
  width: 100%;
}
.features__row--body {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .features__row--body {
    width: 75%;
    padding: 0 0 0 38px;
    align-self: center;
  }
}
.features__row--body h3 {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: var(--primary);
  margin: 0 0 18px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .features__row--body h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .features__row--body h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .features__row--body h3 small {
    font-size: 21px;
  }
}
.features__row--body h3 strong {
  font-family: "Libre Caslon Display", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  min-width: 50px;
}
@media only screen and (min-width: 992px) {
  .features__row--body h3 strong {
    font-size: 42px;
    min-width: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .features__row--body h3 strong {
    font-size: 52px;
    min-width: 93px;
  }
}
.features__row--body h3 a {
  color: var(--primary);
}
.features__row--body small {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .features__row--content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .features__row--content {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .features__row--content {
    padding-left: 93px;
  }
}
@media only screen and (min-width: 768px) {
  .features__row.reverse picture {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .features__row.reverse .features__row--body {
    padding-left: 22px;
    padding-right: 38px;
  }
}
.features__image {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .features__image {
    margin-top: 60px;
  }
}
.features__image img {
  width: 100%;
  max-width: 923px;
}

.facilities .section-heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .facilities .section-heading {
    margin-bottom: 80px;
  }
}
.facilities__row {
  max-width: 914px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .facilities__row {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .facilities__row {
    gap: 50px 75px;
  }
}
.facilities__row + .facilities__row {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .facilities__row + .facilities__row {
    margin-top: 50px;
  }
}
.facilities__row figure {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .facilities__row figure {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 992px) {
  .facilities__row figure {
    width: calc(50% - 37.5px);
  }
}
.facilities__row figure img {
  width: 100%;
}
.facilities__row figure figcaption {
  margin: 14px 0 0;
}
@media only screen and (min-width: 768px) {
  .facilities__row--3 {
    gap: 50px 45px;
  }
}
@media only screen and (min-width: 992px) {
  .facilities__row--3 {
    gap: 50px 63px;
  }
}
.facilities__row--3 figure {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .facilities__row--3 figure {
    width: calc(33.33% - 30px);
  }
}
@media only screen and (min-width: 992px) {
  .facilities__row--3 figure {
    width: calc(33.33% - 42px);
  }
}

.equipment__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .equipment__inner {
    gap: 50px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .equipment__inner {
    gap: 50px 98px;
  }
}
.equipment__inner figure {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .equipment__inner figure {
    flex-direction: row;
    align-items: flex-end;
  }
}
.equipment__inner figure img {
  width: 100%;
  width: 226px;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 100%;
}
.equipment__inner figure figcaption {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .equipment__inner figure figcaption {
    padding-block: 33px;
  }
}

.table-row {
  width: 100%;
}
.table-row tr th,
.table-row tr td {
  font-weight: 350;
  line-height: 1.4;
}
.table-row tr th {
  background: #BFB08A;
  color: var(--white);
  padding: 19px 44px;
  width: 27%;
  font-size: 16px;
}
.table-row tr td {
  background: #F3F3F3;
  padding: 21px 48px;
  font-size: 14px;
}
.table-row tr:not(:first-child) th,
.table-row tr:not(:first-child) td {
  border-top: 1px solid var(--white);
}

.info {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .info {
    padding-bottom: 220px;
  }
}
.info .heading-line {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .info .heading-line {
    margin-bottom: 70px;
  }
}
.info__inner {
  max-width: 969px;
  margin-inline: auto;
}
.info__row {
  background: #F3F3F3;
}
@media only screen and (min-width: 768px) {
  .info__row {
    display: flex;
  }
}
.info__row + .info__row {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .info__row + .info__row {
    margin-top: 0;
    border-top: 1px solid var(--white);
  }
}
.info__row--label {
  background: #BFB08A;
}
@media only screen and (min-width: 768px) {
  .info__row--label {
    width: 220px;
  }
}
@media only screen and (min-width: 992px) {
  .info__row--label {
    width: 268px;
  }
}
.info__row--label h3 {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
  color: var(--white);
  padding: 14px 26px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .info__row--label h3 {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .info__row--label h3 {
    padding: 20px 44px;
  }
}
.info__row--body {
  padding: 14px 26px;
}
@media only screen and (min-width: 768px) {
  .info__row--body {
    width: calc(100% - 220px);
    padding: 19px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .info__row--body {
    width: calc(100% - 268px);
    padding: 19px 50px;
  }
}
.info__row--body span {
  font-size: 16px;
}
.info__row--body small {
  font-size: 12px;
}
.info__row--body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 12px;
  margin-top: 16px;
}
.info__row--body a {
  color: var(--text-base);
}

/*TO HEALTHCARE PROFESSIONALS*/
.intro-box {
	background: #EDE8DD;
	max-width: 725px;
	margin: 32px auto 0;
	padding: 27px 25px 5px;
}

.how-to-introduce {
	padding: 0 54px;
}

.how-to-introduce {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.how-to-introduce > div {
	width: 100%;
}

.how-to-introduce h3 {
	font-size: 14px;
	font-weight: 500;
}

.how-to-introduce ul {
	list-style: none;
	padding: 0;
}

.how-to-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 0;
}

.how-to-contact .contact-item {
	width: 100%;
}

.how-to-contact .contact-item {
	background: #FBFBFB;
	border: 1px solid #AC9977;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	padding: 30px 20px;
}

.contact-item h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 25px;
}

.contact-item h3 + p {
	margin: 0 0 40px;
}

.contact-item p:last-child {
	margin: 0;
}

.contact-item .hotline {
	color: #3A3A3A;
	font-size: 24px;
	font-weight: 500;
	line-height: 60px;
}

.contact-item p:last-child {
	line-height: 62px;
}

.contact-item .btn--second {
	min-height: 60px;
	width: 100%;
}

.contact-item .btn-outline--second {
	line-height: 1.5;
	width: 210px;
	min-width: 210px;
	text-align: left;
}

.contact-item small {
	font-size: 12px;
}

.note-text {
	font-size: 10px;
}

.faqs-healthcare .faqs__inner {
	padding-top: 30px;
}

.faqs-healthcare .faqs__item {
	border-bottom: none;
}

.faqs-healthcare .faqs__item h3 strong {
	font-size: 52px;
	min-width: 80px;
	line-height: 30px;
	margin-top: -18px;
}

.faqs-healthcare .faqs__item h3 {
	align-items: center;
	padding: 15px 28px 46px 28px;
}

.faqs-healthcare .faqs__item h3::after {
	background: url("../images/arrow-circle-down-2.svg") no-repeat 0 0/100%;
	left: 50%;
	right: auto;
	bottom: 0;
	top: auto;
	margin-left: -8px;
	width: 16px;
	height: 14px;
}

.faqs-healthcare .faqs__item:last-child h3::after {
	display: none;
}

span.red {
	color: #F93B3B;
}

.contact-form {
	font-size: 14px;
	max-width: 542px;
	margin: 0 auto;
}

.contact-form p {
	margin: 0 0 30px;
}

.contact-form label {
	margin: 0;
	padding: 8px 0;
}

.contact-form .form-control-wrap {
	flex: 1;
}

.contact-form .form-control-wrap input[type="text"],
.contact-form .form-control-wrap input[type="email"],
.contact-form .form-control-wrap input[type="tel"] {
	background: #F8F8F8;
	border: 1px solid #919191;
	border-radius: 5px;
	line-height: 22px;
	padding: 6px 24px;
}

.contact-form p small {
	display: block;
	font-size: 12px;
}

.contact-form .btn--second {
	padding-top: 18px;
	padding-bottom: 18px;
}

.contact-form .form-submit {
	text-align: center;
}

.image-row, .vascular-box, .doctor-intro {
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.image-row:not(:last-child) {
	margin-bottom: 35px;
}

.vascular-box {
	align-items: flex-end;
	margin-bottom: 35px;
}

.image-row-image, .image-row-body, .vascular-box > div, .doctor-image, .doctor-info {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.vascular-image img {
	width: 100%;
}

.vascular-body {
	font-size: 12px;
}

.image-row-body {
	font-size: 14px;
}

.image-row-image, .vascular-image {
	margin: 0 0 20px;
}

.faqs-healthcare .faqs__item h3 {
	cursor: auto;
}

.medical-item {
	font-size: 14px;
	margin: 0 0 30px;
}

.medical-item h3 {
	font-size: 16px;
	font-weight: normal;
}

.doctor-intro {
	align-items: flex-end;
}

.doctor-image {
	margin: 0 0 20px;
}

.doctor-info h4 {
	font-size: 16px;
	font-weight: normal;
}

.doctor-info h3 {
	color: #AC9977;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: flex;
  align-items: center;
}

.doctor-info h3 strong {
	color: #504E49;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin-right: 25px;
}

.doctor-expertise {
	background: #EDE8DD;
	margin-top: 20px;
	padding: 20px 30px;
}

.doctor-expertise ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.doctor-expertise ul li {
	position: relative;
	padding-left: 80px;
}

.doctor-expertise ul li + li {
	margin-top: 25px;
}

.doctor-expertise ul li span {
	color: #AC9977;
	position: absolute;
	left: 0;
}

.doctor-bio ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.doctor-bio ul li {
	position: relative;
	padding-left: 130px;
}

.doctor-bio ul li + li {
	margin-top: 25px;
}

.doctor-bio ul li span {
	position: absolute;
	width: 130px;
	left: 0;
}

@media only screen and (min-width: 768px) {
	.how-to-introduce > div {
		width: 45%;
	}
	
	.how-to-contact .contact-item {
		width: calc(33.33% - 24px);
	}
	
	.contact-form p {
		display: flex;
	}
	
	.contact-form label {
		padding: 8px 0 0;
		min-width: 190px;
	}
	
	.contact-form .form-submit {
		text-align: left;
	}
	
	.contact-form .form-submit .form-control-wrap {
		margin-left: 190px;
	}
	
	.image-row-image {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	
	.image-row-body {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	
	.image-row-image, .vascular-image {
		margin: 0;
	}
	
	.image-row.reverse .image-row-image {
		order: 2;
	}
	
	.image-row-body > * {
		padding-left: 50px;
	}

	.reverse .image-row-body > * {
		padding-left: 0;
		padding-right: 50px;
	}
	
	.vascular-box, .image-row:not(:last-child) {
		margin-bottom: 65px;
	}
	
	.vascular-image {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.vascular-body {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.doctor-image {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	
	.doctor-info {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	
	.medical-grid {
		display: grid;
		gap: 65px 150px;
		grid-template-columns: 1fr 1fr;
	}
	
	.medical-item {
		margin: 0;
	}
	
	.doctor-image {
		margin: 0;
	}
	
	.doctor-info > * {
		margin-left: 20px;
	}
}
/*# sourceMappingURL=styles.css.map */

@media only screen and (max-width: 767px) {
.spleft{
  text-align:left;
}
.features__row--body small
 {
    font-size: 22px;
}
}