@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.07.21
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v4.0.0 | 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;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --scrollbar: 0;
  --font-size:16px;
  --font-division:4;
  --font: YuGothic, "Yu Gothic Medium", "Yu Gothic","Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  --font-bold: YuGothic, "Yu Gothic","Noto Sans JP",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
  --lato: "Lato", sans-serif;
  --kosugi-maru: "Kosugi Maru", sans-serif;
  --sawarabi-gothic:"Sawarabi Gothic", sans-serif;
  --header-height: 60px;
}

/* base */ /* 
:root{
  font-size: calc(var(--font-size) - (var(--font-size) / var(--font-division)));
}
@include media(tab){
  :root{
    font-size: var(--font-size);
  }
} */
body {
  font-family: var(--font);
  font-weight: normal;
  color: rgb(89, 76, 70);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 18px;
}

b, strong, th, .bold {
  font-family: var(--font-bold);
  font-weight: bold;
}

a, button {
  transition: opacity 0.3s;
}

a:hover,
button:hover:not(.toggle) {
  cursor: pointer;
  opacity: 0.5;
}

.inner {
  --inner-size: 1230px;
  max-width: var(--inner-size);
  margin: 0 auto;
  padding: 0 15px;
}

/* section */
.section,
.sectionBg {
  --section-pt:60px;
  --section-pb:60px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
@media screen and (min-width: 768px) {
  .section,
  .sectionBg {
    --section-pt:90px;
    --section-pb:90px;
  }
}

.section + .section {
  padding-top: 0;
}

/* body */
/* main */
.main {
  margin-top: var(--header-height);
}

/* header */
.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 9999;
  width: 100%;
  justify-content: space-between;
  height: var(--header-height);
}

@media screen and (min-width: 768px) {
  :root {
    --header-height: 70px;
  }
}
@media screen and (min-width: 1260px) {
  :root {
    --header-height: 90px;
  }
}
/* logo */
.header__logo a {
  --size: 252px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 0 0 13px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@supports (width: min(10px, 5vw)) {
  .header__logo a {
    --size: clamp(100px, 16.8vw, 252px);
  }
}

.header__logo.is-scroll a {
  position: static;
  --size: auto;
  padding-left: 15px;
}

.header__logo img {
  width: 51%;
}

.header__logo.is-scroll img {
  width: auto;
  height: calc(var(--header-height) - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}

.is-open .header__logo {
  animation: fade-logo 0.3s both;
}

@keyframes fade-logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .header__logo.is-scroll a {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1260px) {
  .header__logo {
    opacity: 1 !important;
    z-index: 1 !important;
    visibility: visible !important;
  }
}
/* toggle */
.toggle {
  background: rgb(186, 138, 122);
  width: var(--header-height);
  height: var(--header-height);
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.toggle__bar,
.toggle__bar::before,
.toggle__bar::after {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.toggle__bar::before,
.toggle__bar::after {
  position: absolute;
  content: "";
  display: block;
  margin: 0;
}

.toggle[aria-expanded=true] .toggle__bar {
  background-color: transparent;
}

.toggle__bar::before {
  top: -8px;
}

.toggle[aria-expanded=true] .toggle__bar::before {
  transform: translateY(8px) rotate(45deg);
}

.toggle__bar::after {
  top: 8px;
}

.toggle[aria-expanded=true] .toggle__bar::after {
  transform: translateY(-8px) rotate(-45deg);
}

.toggle__title {
  display: inline-block;
  padding-top: 5px;
  white-space: nowrap;
}

@media screen and (min-width: 1260px) {
  .toggle {
    display: none;
  }
}
/* gnav */
.gnav__warpper {
  position: absolute;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  overflow: hidden;
  left: 0;
  right: 0;
  top: var(--header-height);
  background: #fff;
}

.collapse {
  display: none;
}

.gnav__warpper.in {
  display: block;
}

.gnav__list {
  text-align: center;
  border-top: 1px solid #ccc;
}

.gnav__link {
  display: block;
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
  font-size: 9px;
  font-weight: bold;
  padding: 20px 10px 15px;
}

.gnav__link--ja {
  font-size: 14px;
}

.gnav__link--current {
  position: relative;
}

.gnav__link--current::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: rgb(237, 170, 159);
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

@media screen and (min-width: 1260px) {
  .gnav__warpper {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 40px;
    z-index: 0;
    height: inherit !important;
  }
  .gnav__warpper.in {
    display: flex;
  }
  .gnav {
    width: calc(100% - 252px);
  }
  .gnav__list {
    display: flex;
    gap: 44px;
    justify-content: end;
    text-align: left;
    border: none;
  }
  @supports (width: min(10px, 5vw)) {
    .gnav__list {
      gap: clamp(20px, 6%, 44px);
    }
  }
  .gnav__link {
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 10px;
  }
  .gnav__link--current::before {
    top: 50%;
    left: -13px;
    transform: translate(-50%, -50%);
  }
}
/* header__info */
.header__info {
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 10px;
}

.tel {
  font-size: 28px;
}

.header__info-text {
  font-size: 11px;
}

@media screen and (min-width: 1260px) {
  .header__info {
    margin-left: 50px;
    padding: 0;
  }
  @supports (width: min(10px, 5vw)) {
    .header__info {
      margin-left: clamp(30px, 3.3vw, 50px);
    }
  }
}

/* 240917追記 */
/* header__link */
.header__link .button-square{
  padding: 0 15px;
  font-size: 15px;
}
@media screen and (min-width: 1260px){
  .header__link{
    margin-left: 15px;
    flex-shrink: 0;
  }
  .header__link br{
    display: block;
  }
  .header__link .button-square{
    padding-right: 50px;
  }
  .header__link .button-square .icon-bar--right{
    transform: scale(.7);
    right: 5px;
  }
}

/******* Hamburger menu *******/
/* footer */
.footer {
  margin-top: 90px;
  border-top: 1px solid rgb(239, 224, 209);
  padding: 60px 0 20px;
}

.footer__col {
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
  gap: 30px;
  align-items: center;
}

.footer__info-col {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer__logo {
  width: auto;
  text-align: right;
  max-height: 144px;
}

.footer__logo img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__info {
  flex-shrink: 0;
}

.footer__site-name {
  font-size: 20px;
}

.copyright {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}

.footer__nav-list {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  justify-content: center;
}

.footer__nav-link {
  padding: 0 0.5em;
  font-size: 13px;
  border-left: 1px solid rgb(36, 17, 11);
}

.footer__nav-item:first-of-type .footer__nav-link {
  padding-left: 0;
  border-left: none;
}

.footer .tel {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.footer .icon-phone {
  height: 22px;
}

@media screen and (min-width: 583px) {
  /* .footer__col {
    align-items: center;
  } 240917追記 */
  .footer__logo {
    height: 144px;
  }
  .footer__right {
    width: 573px;
  }
  .footer .tel {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1030px) {
  .footer__col {
    flex-flow: row;
    gap: 0;
    align-items: start;
  }
  .footer__nav-list {
    margin-top: 40px;
  }
  .footer__info-col {
    justify-content: start;
  }
  .copyright {
    text-align: left;
  }
  .footer__nav-list {
    justify-content: start;
  }
}
/* top-button */
.top-button .icon-bar--up {
  display: grid;
  place-items: center;
  --size: 50px;
  width: var(--size);
  height: var(--size);
  border: 1px solid rgb(91, 76, 70);
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 8px;
  background: #fff;
}

.top-button .icon-bar--up::before {
  width: 30px;
  height: 6px;
  --icon-ml: 0;
}

@media screen and (min-width: 550px) {
  .top-button .icon-bar--up {
    --size: 60px;
    right: 22px;
    bottom: 20px;
  }
}
/* mv */
.mv {
  /* height: 700px; */
  background: url(images/mv.jpg) no-repeat top/contain;
  position: relative;
  /* height: 65vh; */
  height: 505px;
  --consultation-hours-bottom:-30vh;
  /* margin-bottom: calc(var(--consultation-hours-bottom) * -1); */
}

.mv__catch {
  position: absolute;
  width: 40%;
  margin-top: 18.6%;
  padding-left: 6.6%;
}
@supports (width: min(10px, 5vw)) {
  .mv__catch {
    width: clamp(300px, 40%, 539px);
    /* margin-top: clamp(120px, 18.6%, 294px); */
    /* margin-top: clamp(70px, 18.6%, 294px); */
    margin-top: clamp(60px, 16.6%, 294px);
    padding-left: min(6.6%, 117px);
  }
}

.mv__catch img {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 0;
  }
  @supports (width: min(10px, 5vw)) {
    .mv {
      height: min(100vh - var(--header-height), 770px);
    }
  }
}
@media screen and (max-width: 550px) {
  .mv {
    /* height: 250px; */
    height: 325px;
  }
}
/* consultation-hours */
.consultation-hours {
  position: absolute;
  right: 0;
  bottom: var(--consultation-hours-bottom);
  background: #fff;
  border-top-left-radius: 14px;
  padding: 17px 15px 0 20px;
  margin-left: 15px;
}

.consultation-hours__title {
  font-size: 24px;
  font-family: var(--kosugi-maru);
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .consultation-hours {
    margin-left: 0;
    border-top-left-radius: 0;
    bottom: -250px;
  }
}
@media screen and (min-width: 769px) {
  .consultation-hours {
    border-top-left-radius: 14px;
    padding: 33px 10px 15px 35px;
    right: 0;
    bottom: -120px;
    margin-left: 15px;
  }
}
/* top-news */
.top-news {
  margin-top: 140px;
  --section-pt: 64px;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 240px;
  }
}

.top-news__inner {
  display: flex;
  --news-height: 50px;
  min-height: 50px;
}

.top-news__title {
  flex: 0 0 calc(4em + 30px);
  display: grid;
  place-items: center;
  background: rgb(186, 138, 122);
  color: #fff;
}

.top-news__col {
  background: rgb(239, 224, 209);
  padding: 15px 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  flex-flow: column;
  gap: 15px;
}

.top-news__content {
  display: flex;
  flex-flow: column;
}

.top-news__content-title {
  font-size: 14px;
}

.top-news__link {
  font-size: 13px;
}

@media screen and (min-width: 550px) {
  .top-news__content {
    flex-flow: row;
    gap: 10px;
  }
  .top-news__title {
    flex: 0 0 140px;
  }
}
@media screen and (min-width: 768px) {
  .top-news__col {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
/* top-greeting */
.top-greeting__col {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 65px;
  gap: 30px;
}

.top-greeting__catch {
  margin: 16px 0 40px;
}

.top-greeting__text + .top-greeting__text {
  margin-top: 24px;
}

.top-greeting__img-wrap {
  text-align: right;
}

.top-greeting__img-wrap img {
  width: 100%;
}

.top-greeting__section {
  max-width: 1002px;
  margin: 0 auto;
}

.top-greeting__section + .top-greeting__section {
  margin-top: 45px;
}

.top-greeting__section-title {
  margin-bottom: 24px;
  font-size: 22px;
  font-family: var(--kosugi-maru);
  position: relative;
}

.top-greeting__section-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(4em + 12px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  z-index: -1;
  background: rgb(239, 224, 209);
}

.top-greeting__section-list-col {
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 768px) {
  .top-greeting__col {
    justify-content: space-between;
    flex-flow: row;
    margin-bottom: 65px;
    gap: 10px;
  }
  .top-greeting__img-wrap {
    /* width: 41%; */
    width: 31%;
  }
  .top-greeting__content {
    width: 54.1%;
  }
  .top-greeting__catch {
    width: 90%;
  }
  .top-greeting__section-list-col {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1260px) {
  .top-greeting__content {
    width: auto;
  }
}
/* top-medical */
.top-medical {
  --inner-size: 1530px;
  padding: 0;
}

.top-medical__item {
  display: flex;
  flex-flow: column-reverse;
  min-height: 400px;
  background: rgb(239, 224, 209);
}

.top-medical__content {
  display: flex;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 15px 64px;
}

.top-medical__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-medical__link {
  display: flex;
  flex-flow: column;
  margin-right: 20px;
}

.top-medical__text {
  margin: 0 auto;
  display: flex;
}

.top-medical__content .top-medical__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(89, 76, 70);
  height: 60px;
  font-size: 13px;
  line-height: 60px;
  position: relative;
  width: 220px;
  margin: 35px auto 0;
}

.top-medical__link-wrap {
  margin-top: 13px;
  line-height: 1.4;
  display: flex;
  flex-flow: row-reverse;
}

.top-medical__link-wrap * {
  writing-mode: vertical-rl;
  white-space: pre;
  word-break: break-all;
  text-orientation: mixed;
}

.top-medical__link .icon-bar--right {
  position: relative;
  height: 8px;
}

.top-medical__link .icon-bar--right::before {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  --icon-ml: 0;
}

.top-medical__link--heading {
  font-family: var(--kosugi-maru);
  font-size: 25px;
  font-weight: normal;
}

.top-medical__link--text {
  font-size: 14px;
  font-family: var(--font-bold);
  font-weight: bold;
}

.top-medical__item:nth-of-type(12) .top-medical__link--heading {
  font-size: 18px;
}

.top-medical__link--en {
  font-family: var(--lato);
  font-size: 12px;
}

.top-medical__item:nth-of-type(even) .icon-bar--right {
  transform: scaleX(-1);
}

@media screen and (min-width: 550px) {
  .top-medical__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .top-medical__text {
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .top-medical__item {
    flex-flow: row;
  }
  .top-medical__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .top-medical__content {
    width: 50%;
  }
  .top-medical__img-wrap {
    width: 50%;
  }
}
/* access */
.access {
  --inner-size: 1130px;
}

.access__col {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 50px;
}

.access__map iframe {
  width: 100%;
  height: 400px;
  border-radius: 14px;
}

.access__item {
  position: relative;
  padding-bottom: 20px;
}

.access__item + .access__item {
  padding-top: 20px;
}

.access__item + .access__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, rgb(203, 173, 167), rgb(203, 173, 167) 2px, transparent 2px, transparent 5px) repeat-x center/5px 1px;
}

.access__heading {
  font-family: var(--font-bold);
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .access__col {
    flex-flow: row;
    gap: 0;
  }
  .access__map {
    width: 47.5%;
  }
  .access__map iframe {
    aspect-ratio: 547/667;
  }
  .access__content {
    width: 44.7%;
  }
}
/* news */
.news__col {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.archive-list {
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid rgb(239, 224, 209);
}

.archive-item a {
  border-bottom: 1px solid rgb(239, 224, 209);
  padding: 17px 14px;
  display: block;
}

.news__content {
  width: 100%;
}

.news__item a {
  display: block;
  padding: 17px 14px;
  border-bottom: 1px solid rgb(239, 224, 209);
  display: flex;
  flex-flow: column;
  gap: 10px 20px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .news__col {
    flex-flow: row-reverse;
  }
  .news__content {
    width: 68%;
  }
  .news__item a {
    flex-flow: row;
  }
  .archive-list {
    margin-top: 0;
    width: 200px;
  }
}
/* news-single */
.news__date-single {
  font-size: 14px;
}

.news__title-single {
  font-size: 18px;
  margin-top: 7px;
}

.news__content-single {
  padding: 28px 0 69px;
  margin-top: 16px;
  border-top: 1px solid rgb(239, 224, 209);
  border-bottom: 1px solid rgb(239, 224, 209);
}

.news__content-single * + * {
  margin-top: 24px;
}

.news__content-single h2, .news__content-single h3, .news__content-single h4, .news__content-single h5, .news__content-single h6 {
  --heading-font-size:16px;
  font-family: var(--font-bold);
  font-weight: bold;
  font-size: var(--heading-font-size);
}

.news__content-single h2 {
  font-size: calc(var(--heading-font-size) + 16px);
}

.news__content-single h3 {
  font-size: calc(var(--heading-font-size) + 12px);
}

.news__content-single h4 {
  font-size: calc(var(--heading-font-size) + 8px);
}

.news__content-single h5 {
  font-size: calc(var(--heading-font-size) + 4px);
}

.news__content-single p {
  font-size: 14px;
}

/* button */
.button-map {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(237, 170, 159);
  min-height: 77px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 0 70px;
}

.button-map .icon-bar--right {
  position: absolute;
  right: 20px;
}

.button-back {
  display: flex;
  font-family: var(--font-bold);
  font-weight: bold;
  margin-top: 40px;
  justify-content: center;
}

/* 240917追記 */
.button-square{
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(252, 231, 226);
  min-height: 77px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 70px;
  border: 1px solid rgb(89, 76, 70);
}

.button-square .icon-bar--right {
  position: absolute;
  right: 20px;
}

/* icon */
[class*=icon-]::before {
  content: "";
  display: inline-block;
  background: no-repeat center/contain;
  margin-right: var(--icon-mr);
  margin-left: var(--icon-ml);
}

.icon-phone::before {
  --size: 22px;
  width: var(--size);
  height: var(--size);
  background-image: url(images/icon-phone.png);
  --icon-mr: 8px;
}

.icon-capsule::before {
  --size: 14px;
  width: var(--size);
  height: var(--size);
  background-image: url(images/icon-capsule.png);
  --icon-mr: 4px;
}

.icon-circle::before {
  --size: 17px;
  width: var(--size);
  height: var(--size);
  border: 2px solid rgb(237, 169, 160);
  border-radius: 50%;
  vertical-align: middle;
}

.icon-bar--right::before, .icon-bar--left::before, .icon-bar--up::before, .icon-bar--down::before{
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg) translateY(-50%);
  --icon-ml:12px;
}

.icon-bar--left {
  display: inline-block;
  transform: scaleX(-1);
}

.icon-bar--up {
  display: inline-block;
  transform: rotate(90deg) scaleX(-1);
}

.icon-bar--down {
  display: inline-block;
  transform: rotate(270deg) scale(-1);
}

/* title */
.title-section {
  text-align: center;
  margin-bottom: 50px;
}

.title-section--en {
  font-family: var(--lato);
  font-size: 14px;
  color: rgb(235, 170, 159);
}

.title-section--ja {
  font-family: var(--kosugi-maru);
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.title-section--ja::before, .title-section--ja::after {
  content: "";
  position: absolute;
  --inset:-20px;
  left: var(--inset);
  top: 50%;
  transform: translateY(-50%);
  --size:33px;
  width: var(--size);
  height: var(--size);
  background: rgb(252, 231, 226);
  border-radius: 50%;
  z-index: -1;
}

.title-section--ja::after {
  left: auto;
  right: var(--inset);
}

/* title-page */
.title-page-wrapper {
  background: url(images/bg-title-page-news.jpg) no-repeat center/cover;
  height: 380px;
  position: relative;
  z-index: -1;
  display: grid;
  place-items: center;
}

.title-page-wrapper::before {
  content: "";
  position: absolute;
  background: rgba(239, 224, 209, 0.65);
  inset: 0;
  z-index: -1;
}

.title-page {
  background: #fff;
  --title-border:2px solid rgb(237,170,159);
  border: var(--title-border);
  width: calc(100% - 30px);
  max-width: 304px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: column;
}

.title-page {
  line-height: 1.2;
  position: relative;
  border-radius: 10px;
}

.title-page::before, .title-page::after {
  content: "";
  position: absolute;
  display: block;
  --size:68px;
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.title-page::after {
  border: var(--title-border);
  z-index: -1;
}

.title-page::before {
  --size:64px;
  background: #fff url(images/icon-logo.png) no-repeat center/38px 37px;
  z-index: 1;
}

.title-page--ja {
  font-family: var(--kosugi-maru);
  font-size: 32px;
  position: relative;
  z-index: 1;
}

.title-page--ja::before, .title-page--ja::after {
  content: "";
  position: absolute;
  --size:37px;
  width: var(--size);
  height: var(--size);
  background: rgb(252, 231, 226);
  border-radius: 50%;
  z-index: -1;
}

.title-page--ja::before {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.title-page--ja::after {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.title-page--en {
  font-family: var(--lato);
  font-size: 14px;
  color: rgb(235, 170, 159);
}

/* heading */
.heading-circle {
  position: relative;
}

.heading-circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  z-index: -1;
  --size:22px;
  width: var(--size);
  height: var(--size);
  background: rgb(252, 231, 226);
  border-radius: 50%;
}

/* consultation-hours-list */
.consultation-hours-list {
  --border-color: 203, 173, 167;
  text-align: center;
  margin-bottom: 18px;
}

.consultation-hours-list th {
  border-bottom: 1px solid rgb(var(--border-color));
  text-align: center;
}

.consultation-hours-list th,
.consultation-hours-list td {
  padding: 5px 6px;
  vertical-align: middle;
  font-size: 12px;
}

.consultation-hours-list td {
  border-top: 1px solid rgb(var(--border-color));
}

.consultation-hours-list th + th,
.consultation-hours-list td + td {
  border-left: 1px solid rgb(var(--border-color));
}

.consultation-hours-list th:first-child,
.consultation-hours-list td:first-child {
  background: rgb(239, 224, 209);
}

.consultation-hours-list td .icon-circle::before {
  --size:12px;
}

.consultation-hours-list__close {
  font-size: 24px;
  font-family: var(--sawarabi-gothic);
  line-height: 1.2;
}

.consultation-hours__heading {
  font-size: 13px;
  margin-top: 8px;
}

.consultation-hours__text {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .consultation-hours-list {
    width: 100%;
  }
}
@media screen and (min-width: 550px) {
  .consultation-hours-list th,
  .consultation-hours-list td {
    padding: 13px 17px;
    font-size: 16px;
  }
  .consultation-hours-list td .icon-circle::before {
    --size:17px;
  }
  .footer__info-col {
    gap: 42px;
  }
}
/* wp-pagenavi */
.wp-pagenavi {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a, .wp-pagenavi .current {
  border: 1px solid rgb(239, 224, 209);
  --size:42px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  border-radius: 4px;
  transition-property: opacity, background-color, border-color;
  transition-duration: 0.3s;
}

.wp-pagenavi .page, .wp-pagenavi .current {
  margin: 0 5px;
}

.wp-pagenavi .current {
  background: rgb(186, 138, 122);
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  margin-right: 15px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 15px;
}

.wp-pagenavi .icon-bar--left::before, .wp-pagenavi .icon-bar--right::before {
  width: 15px;
  height: 4px;
  --icon-ml:0;
  transition-property: opacity, background-color, border-color;
  transition-duration: 0.3s;
}

.wp-pagenavi a:hover {
  background: rgb(186, 138, 122);
  color: #fff;
}

.wp-pagenavi a:hover .icon-bar--left::before, .wp-pagenavi a:hover .icon-bar--right::before {
  border-color: #fff;
}

/* responsive */
.laptop-min--block, .sp-max--block {
  display: none;
}

@media screen and (min-width: 550px) {
  .sp-max--block {
    display: block;
  }
}
@media screen and (min-width: 1260px) {
  .laptop-min--block {
    display: block;
  }
}
/* visually_hidden */
.visually_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* margin */
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

/* padding */
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

/* font-family */
.lato {
  font-family: var(--lato);
}

.kosugi-maru {
  font-family: var(--kosugi-maru);
}

.t-cen{
	text-align: center;
}

.other-link{
	color: rgb(186, 138, 122);
	border: 1px solid rgb(186, 138, 122);
	padding: 15px 40px;
}

.top-medical__text2{
	display: block;
	align-items: center !important;
}

/* 240710追加 */
.top-medical .top-greeting__section-title {
  font-size: 26px;
}

.top-medical__ancker {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-medical__ancker {
    gap: 10px;
  }
}

.top-medical__ancker .top-medical__ancker--item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-align: center;
  width: 220px;
  font-size: 18px;
  border: 1px solid rgb(89, 76, 70);
  position: relative;
}

.top-medical__ancker .top-medical__ancker--item:nth-child(2) {
  font-size: 14px;
  line-height: 1.2;
}

.top-medical__ancker .top-medical__ancker--item .icon-bar--down {
  position: absolute;
  right: 12px;
}

.top-medical__ancker .top-medical__ancker--item .icon-bar--down::before {
  width: 19px;
  height: 4px;
  line-height: 42px;
  --icon-ml: 0;
  border-bottom: 1px solid rgb(89, 76, 70);
  border-right: 1px solid rgb(89, 76, 70);
}