/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

body p, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body footer .inner-footer, body footer .inner-content, body footer .inner-header, body main .reservations-section .inner-header, body main .consultationhour-section .inner-header, body main .medical-section .inner-header, body main .about-section .inner-header, body header .inner-content {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1160px) {
  body footer .inner-footer, body footer .inner-content, body footer .inner-header, body main .reservations-section .inner-header, body main .consultationhour-section .inner-header, body main .medical-section .inner-header, body main .about-section .inner-header, body header .inner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body footer .inner-footer, body footer .inner-content, body footer .inner-header, body main .reservations-section .inner-header, body main .consultationhour-section .inner-header, body main .medical-section .inner-header, body main .about-section .inner-header, body header .inner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body main .consultationhour-section .inner-footer, body main .consultationhour-section .inner-content, body main .medical-section .inner-footer, body main .medical-section .inner-content, body main .about-section .inner-content, body main .news-section .inner-content {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1160px) {
  body main .consultationhour-section .inner-footer, body main .consultationhour-section .inner-content, body main .medical-section .inner-footer, body main .medical-section .inner-content, body main .about-section .inner-content, body main .news-section .inner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main .consultationhour-section .inner-footer, body main .consultationhour-section .inner-content, body main .medical-section .inner-footer, body main .medical-section .inner-content, body main .about-section .inner-content, body main .news-section .inner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

body main .reservations-section .inner-content, body main .about-section .inner-footer {
  width: 100%;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body main .reservations-section .inner-content, body main .about-section .inner-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}

.fade-in-up-visible {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: var(--delay, 0s);
}

.fade-in-up2 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s ease-out, transform 1.2s ease-out;
  transition-delay: 1s;
}

.fade-in-up2-visible {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: var(--delay, 0s);
}

.fade-in-from-left {
  opacity: 0;
  transform: translateX(50px);
  visibility: hidden;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, visibility 0s linear 0.8s;
}

.fade-in-from-left.is-visible {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}

.fade-in {
  opacity: 0;
  transform: translateY(0px);
  visibility: hidden;
  transition: opacity 1s ease-out, transform 1s ease-out, visibility 0s linear 0.8s;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
body {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}
body p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  body > div {
    width: 1366px;
  }
}
@media screen and (max-width: 768px) {
  body > div {
    width: 100%;
  }
}
body ::-webkit-scrollbar {
  width: 6px;
}
body ::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: none;
}
body ::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
  box-shadow: none;
}
body h2.heading {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
body h2.heading span.en {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 64px;
  color: #0D9FD7;
  display: block;
  margin-bottom: 15px;
}
body h2.heading span.ja {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  body h2.heading {
    margin-bottom: 30px;
  }
  body h2.heading span.en {
    font-size: 28px;
  }
  body h2.heading span.ja {
    font-size: 12px;
  }
}
body .visible-xs {
  display: none;
}
@media screen and (max-width: 768px) {
  body .visible-xs {
    display: block;
  }
}
body header {
  padding-top: 10px;
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body header {
    background: #fff;
    padding-bottom: 10px;
  }
}
body header .inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .inner-content .logo {
  width: 198px;
}
body header .inner-content .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body header .inner-content .logo {
    width: 120px;
  }
}
body header .inner-content nav {
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  border-radius: 25px;
  padding-left: 50px;
}
body header .inner-content nav .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  padding-right: 40px;
}
body header .inner-content nav .links a {
  font-size: 14px;
  font-weight: 700;
  color: #0D9FD7;
}
body header .inner-content nav .links a:hover {
  opacity: 0.7;
}
body header .inner-content nav a.btn {
  height: 100%;
  background-color: #0D9FD7;
  color: #fff;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header .inner-content nav a.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  body header .inner-content nav {
    display: none;
  }
}
body main .fv-section {
  height: 700px;
  position: relative;
}
body main .fv-section h2 {
  position: absolute;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 111%;
  font-size: 90px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  width: 820px;
  letter-spacing: 0.05em;
}
body main .fv-section .bg {
  width: 100%;
  height: 100%;
}
body main .fv-section .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  body main .fv-section {
    height: 400px;
  }
  body main .fv-section h2 {
    font-size: 28px;
    color: #fff;
    top: 140px;
    width: 100%;
    text-align: center;
  }
}
body main .lead-section {
  background-color: #0D9FD7;
}
body main .lead-section .inner-header {
  text-align: center;
  transform: translateY(-41px);
}
body main .lead-section .inner-header h2 {
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
body main .lead-section .inenr-conetnt {
  padding-top: 35px;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  body main .lead-section .inner-header {
    text-align: center;
    transform: translateY(-13px);
  }
  body main .lead-section .inner-header h2 {
    font-size: 22px;
  }
  body main .lead-section .inenr-conetnt {
    padding-top: 35px;
    font-size: 18px;
    margin-top: -30px;
  }
}
body main .news-section {
  background-color: #F9F9F9;
  position: relative;
  padding-top: 50px;
}
body main .news-section:after {
  display: block;
  content: "";
  background-color: #0D9FD7;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body main .news-section .inner-content {
  position: relative;
  z-index: 1;
}
body main .news-section .inner-content .news-area {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
}
body main .news-section .inner-content .news-area .area-header {
  color: #0D9FD7;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
body main .news-section .inner-content .news-area .area-content {
  font-size: 22px;
  line-height: 2;
}
body main .news-section .inner-content .news-area .area-content b {
  display: block;
}
body main .news-section .inner-content .news-area .area-content .inner-box {
  background-color: #f2f2f2;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  font-size: 20px;
}
body main .news-section .inner-content .news-area .area-content .inner-box b {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  body main .news-section .inner-content .news-area .area-header {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body main .news-section .inner-content .news-area .area-content {
    font-size: 16px;
  }
  body main .news-section .inner-content .news-area .area-content .inner-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 14px;
  }
  body main .news-section .inner-content .news-area .area-content .inner-box b {
    font-size: 16px;
  }
}
body main .about-section {
  background-color: #F9F9F9;
  padding-bottom: 120px;
  padding-top: 120px;
}
body main .about-section .inner-content .col-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
body main .about-section .inner-content .col-area .col {
  width: calc(50% - 40px);
}
body main .about-section .inner-content .col-area .col p.message {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  margin-bottom: 75px;
}
body main .about-section .inner-content .col-area .col p.message span.name {
  text-align: right;
  display: block;
}
body main .about-section .inner-content .col-area .col p.saitama-kenshin {
  font-size: 16px;
  font-weight: 700;
  color: #0D9FD7;
  line-height: 2;
  margin-bottom: 20px;
}
body main .about-section .inner-content .col-area .col p.service-list {
  font-size: 14px;
  line-height: 2;
}
body main .about-section .inner-content .col-area .col img {
  width: 100%;
}
body main .about-section .inner-footer {
  padding-top: 80px;
}
body main .about-section .inner-footer .access-area {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
body main .about-section .inner-footer .access-area .col-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
body main .about-section .inner-footer .access-area .col-area .col {
  width: calc(50% - 40px);
}
body main .about-section .inner-footer .access-area .col-area .col + .col {
  width: 50%;
}
body main .about-section .inner-footer .access-area .col-area .col .area-header {
  font-size: 18px;
  font-weight: 700;
  color: #0D9FD7;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
body main .about-section .inner-footer .access-area .col-area .col .area-content {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}
body main .about-section .inner-footer .access-area .col-area .col .area-content b {
  display: block;
}
body main .about-section .inner-footer .access-area .col-area .col .area-footer a.btn {
  width: 220px;
  height: 50px;
  background-color: #F9F9F9;
  position: relative;
  padding-left: 16px;
  padding-right: 8px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border-radius: 25px;
}
body main .about-section .inner-footer .access-area .col-area .col .area-footer a.btn:hover {
  background-color: #e6f5fb;
}
body main .about-section .inner-footer .access-area .col-area .col .area-footer a.btn span.icon {
  border-radius: 50%;
  background-color: #0D9FD7;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .about-section .inner-footer .access-area .col-area .col img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .about-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  body main .about-section .inner-content .col-area {
    flex-direction: column;
    gap: 40px;
  }
  body main .about-section .inner-content .col-area .col {
    width: 100%;
  }
  body main .about-section .inner-content .col-area .col p.message {
    font-size: 16px;
    margin-bottom: 40px;
  }
  body main .about-section .inner-content .col-area .col p.saitama-kenshin {
    font-size: 16px;
  }
  body main .about-section .inner-footer .access-area .col-area {
    flex-direction: column;
    gap: 40px;
  }
  body main .about-section .inner-footer .access-area .col-area .col {
    width: 100%;
  }
  body main .about-section .inner-footer .access-area .col-area .col + .col {
    width: 100%;
  }
  body main .about-section .inner-footer .access-area .col-area .col .area-header {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body main .about-section .inner-footer .access-area .col-area .col .area-content {
    font-size: 14px;
  }
}
body main .medical-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
body main .medical-section .inner-content .card-area {
  display: flex;
  max-width: 902px;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
  justify-content: center;
  gap: 42px;
}
body main .medical-section .inner-content .card-area .card {
  width: calc(33.3333333333% - 28px);
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(13, 159, 215, 0.2);
  border-radius: 20px;
  padding: 30px;
}
body main .medical-section .inner-content .card-area .card .title {
  text-align: center;
  font-size: 16px;
  color: #0D9FD7;
  margin-bottom: 18px;
  font-weight: 700;
}
body main .medical-section .inner-content .card-area .card .content {
  font-size: 14px;
  line-height: 2;
}
body main .medical-section .inner-content .card-area .card .content small {
  font-size: 12px;
}
body main .medical-section .inner-footer {
  padding-top: 60px;
}
body main .medical-section .inner-footer img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .medical-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  body main .medical-section .inner-content .card-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  body main .medical-section .inner-content .card-area .card {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  body main .medical-section .inner-content .card-area .card .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body main .medical-section .inner-content .card-area .card .content {
    font-size: 12px;
  }
  body main .medical-section .inner-content .card-area .card .content small {
    font-size: 10px;
  }
  body main .medical-section .inner-footer {
    padding-top: 40px;
  }
}
body main .consultationhour-section {
  background-color: #F9F9F9;
  padding-top: 120px;
}
body main .consultationhour-section .inner-content .table {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body main .consultationhour-section .inner-content .table table {
  width: 100%;
}
body main .consultationhour-section .inner-content .table table th, body main .consultationhour-section .inner-content .table table td {
  border: 1px solid #ccc;
}
body main .consultationhour-section .inner-content .table table tbody tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
}
body main .consultationhour-section .inner-content .table table tbody tr td {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  height: 100px;
}
body main .consultationhour-section .inner-content p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 700;
}
body main .consultationhour-section .inner-footer {
  padding-top: 115px;
}
body main .consultationhour-section .inner-footer img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .consultationhour-section {
    padding-top: 80px;
  }
  body main .consultationhour-section .inner-content .table table {
    width: 100%;
  }
  body main .consultationhour-section .inner-content .table table th, body main .consultationhour-section .inner-content .table table td {
    border: 1px solid #ccc;
  }
  body main .consultationhour-section .inner-content .table table tbody tr th {
    font-size: 12px;
    height: 40px;
  }
  body main .consultationhour-section .inner-content .table table tbody tr td {
    font-size: 12px;
    height: 50px;
  }
  body main .consultationhour-section .inner-content .table table tbody tr td img {
    width: 12px;
  }
  body main .consultationhour-section .inner-content p {
    font-size: 12px;
  }
  body main .consultationhour-section .inner-footer {
    padding-top: 115px;
  }
  body main .consultationhour-section .inner-footer img {
    width: 100%;
  }
}
body main .reservations-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
body main .reservations-section .inner-content .contact-area {
  background-color: #f2f2f2;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
body main .reservations-section .inner-content .contact-area b {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
body main .reservations-section .inner-content .contact-area span.num {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 64px;
  display: block;
  margin-bottom: 10px;
  color: #0D9FD7;
}
body main .reservations-section .inner-content .contact-area span.opentime {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body main .reservations-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  body main .reservations-section .inner-content .contact-area {
    background-color: #f2f2f2;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  body main .reservations-section .inner-content .contact-area b {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
  }
  body main .reservations-section .inner-content .contact-area span.num {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
    color: #0D9FD7;
  }
  body main .reservations-section .inner-content .contact-area span.opentime {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
}
body footer {
  background-color: #0D9FD7;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 25px;
}
body footer .inner-header .logo {
  width: 198px;
}
body footer .inner-header .logo a img {
  width: 100%;
}
body footer .inner-content {
  padding-top: 25px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  gap: 80px;
}
body footer .inner-content .companyinfo {
  font-size: 14px;
  line-height: 2;
}
body footer .inner-content .contact {
  flex-grow: 1;
}
body footer .inner-content .contact span.text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
body footer .inner-content .contact span.num {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 40px;
  display: block;
}
body footer .inner-content .btn-area a.btn {
  width: 220px;
  height: 50px;
  background-color: #F9F9F9;
  position: relative;
  padding-left: 16px;
  padding-right: 8px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
  border-radius: 25px;
}
body footer .inner-content .btn-area a.btn:hover {
  background-color: #e6f5fb;
}
body footer .inner-content .btn-area a.btn span.icon {
  border-radius: 50%;
  background-color: #0D9FD7;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer .inner-footer {
  border-top: 1px solid #fff;
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body footer .inner-header .logo {
    width: 120px;
  }
  body footer .inner-header .logo a img {
    width: 100%;
  }
  body footer .inner-content {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
  body footer .inner-content .companyinfo {
    font-size: 12px;
  }
  body footer .inner-content .contact span.text {
    font-size: 12px;
  }
  body footer .inner-content .contact span.num {
    font-size: 28px;
  }
  body footer .inner-footer {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */