@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.gridbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gridbox {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .gridbox {
    display: block;
  }
}
.gridbox .grid {
  display: block;
}
@media screen and (max-width: 767px) {
  .gridbox .grid {
    width: 100% !important;
  }
}
.gridbox .grid.grid1-2 {
  width: 530px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-2 {
    width: 460px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-2 {
    width: 48%;
  }
}
.gridbox .grid.grid1-3 {
  width: 340px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-3 {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-3 {
    width: 31%;
  }
}
.gridbox .grid.grid2-3 {
  width: 725px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid2-3 {
    width: 630px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid2-3 {
    width: 65.5%;
  }
}
.gridbox .grid.grid1-4 {
  width: 250px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-4 {
    width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-4 {
    width: 22.5%;
  }
}
.gridbox .grid.grid3-4 {
  width: 825px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid3-4 {
    width: 715px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid3-4 {
    width: 74%;
  }
}
.gridbox .grid.grid1-5 {
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid1-5 {
    width: 175px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid1-5 {
    width: 17.5%;
  }
}
.gridbox .grid.grid2-5 {
  width: 400px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid2-5 {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid2-5 {
    width: 35%;
  }
}
.gridbox .grid.grid3-5 {
  width: 600px;
}
@media screen and (max-width: 1439px) {
  .gridbox .grid.grid3-5 {
    width: 510px;
  }
}
@media screen and (max-width: 1023px) {
  .gridbox .grid.grid3-5 {
    width: 60%;
  }
}

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  color: #3d3f3d;
  line-height: 1.7;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}

body {
  overflow: hidden;
  position: relative;
  color: #4a4a4a;
  font-feature-settings: "palt";
  font-size: 13pt;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 12pt;
  }
}

a {
  color: #3d3f3d;
  text-decoration: none;
}

p {
  text-align: justify;
  padding: 4px 0;
}
p a {
  color: #3074bb;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.4;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.fbx-caption-title,
.fbx-caption-desc {
  font-family: serif;
}

.text__wrap {
  margin-bottom: 20px;
}
.text__wrap > img {
  max-width: 40%;
}
.text__wrap > img.left {
  float: left;
  margin: 0 40px 40px 0;
}
.text__wrap > img.right {
  float: right;
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .text__wrap > img {
    display: block;
    float: none !important;
    margin: 10px auto 20px !important;
    max-width: 80%;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

#header {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #header {
    width: 100%;
    padding: 0;
    background: white;
  }
}
#header > .inner {
  width: 80%;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  #header > .inner {
    width: 90%;
    min-width: 1024px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  #header > .inner {
    width: 100%;
    min-width: auto;
    padding: 0 10px 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.menu__pc {
  position: fixed;
  z-index: 1000;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #eac15c;
  width: 100vw;
  left: calc(50% - 50vw);
  padding: 10px 5% 0;
}
@media screen and (max-width: 1439px) {
  .menu__pc {
    padding: 10px 2% 0;
  }
}
@media screen and (max-width: 1023px) {
  .menu__pc {
    display: none;
  }
}
.menu__pc .wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 50px;
}
.menu__pc .header__logo {
  transition: all 0.3s ease;
  padding-bottom: 10px;
  opacity: 0;
}
.menu__pc .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 543/124;
}
@media screen and (max-width: 1023px) {
  .menu__pc .header__logo img {
    height: 40px;
  }
}
.menu__pc .nav__pc ul.primary {
  display: flex;
  justify-content: end;
  padding: 0;
  align-items: center;
  gap: 0 2rem;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .menu__pc .nav__pc ul.primary {
    gap: 0 1rem;
  }
}
.menu__pc .nav__pc ul.primary > li {
  height: 100%;
  display: flex;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 4px 0;
  word-break: keep-all;
  font-size: 1.2rem;
}
@media screen and (max-width: 1439px) {
  .menu__pc .nav__pc ul.primary > li {
    font-size: 0.9rem;
  }
}
.menu__pc .nav__pc ul.primary > li a {
  height: 100%;
  position: relative;
}
.menu__pc .nav__pc ul.primary > li a:before {
  background: #eac15c;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 16px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.menu__pc .nav__pc ul.primary > li a:hover {
  color: #b88711;
}
.menu__pc .nav__pc ul.primary > li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.menu__pc .nav__pc ul.primary > li > ul.secondary {
  position: absolute;
  top: 40px;
  left: calc(50% - 150px);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  width: 300px;
  border: 1px solid #dfaf76;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-family: initial;
  display: flex;
  flex-direction: column;
  gap: 2px 5px;
  padding: 0 2rem;
}
@media screen and (max-width: 1023px) {
  .menu__pc .nav__pc ul.primary > li > ul.secondary {
    top: 58px;
  }
}
.menu__pc .nav__pc ul.primary > li > ul.secondary > li {
  box-sizing: border-box;
  text-align: left;
}
.menu__pc .nav__pc ul.primary > li > ul.secondary > li > a {
  display: block;
  padding: 14px 0 14px 30px;
  font-size: initial;
  background: url("../images/icons/arrow.svg") no-repeat 10px center;
  background-size: 15px;
}
@media screen and (max-width: 767px) {
  .menu__pc .nav__pc ul.primary > li > ul.secondary > li > a {
    padding: 10px 25px 10px 40px;
  }
}
.menu__pc .nav__pc ul.primary > li > ul.secondary > li > a:hover {
  opacity: 0.6;
}
.menu__pc .nav__pc ul.primary > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.menu__pc .button__wrap__square {
  margin: 0;
}
.menu__pc .button__wrap__square a {
  background: url("../images/icons/mail.svg") 8px center/15px auto no-repeat #354773;
  font-size: 0.9rem;
  padding: 4px 10px 4px 30px;
}
@media screen and (max-width: 767px) {
  .menu__pc {
    display: none;
  }
}

.header__menu__sp {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .header__menu__sp {
    display: block;
  }
}
.header__menu__sp .header__spButtons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header__menu__sp .header__spButtons {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }
}
.header__menu__sp .header__spButtons .header__menuButton {
  display: none;
  width: 60px;
  height: 60px;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__menu__sp .header__spButtons .header__menuButton {
    display: block;
  }
}
.header__menu__sp .header__spButtons .header__menuButton:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 2px;
  opacity: 1;
}
.header__menu__sp .header__spButtons .header__menuButton > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #3d3f3d;
}
.header__menu__sp .header__spButtons .header__menuButton > span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 2px;
}
.header__menu__sp .header__spButtons .header__menuButton > span:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 4px;
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened:after {
  opacity: 0;
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened > span:before {
  top: 23px;
  transform: rotateZ(45deg);
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened > span:after {
  top: 23px;
  transform: rotateZ(-45deg);
}
.header__menu__sp .header__spNav {
  display: none;
  background: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .header__menu__sp .header__spNav {
    display: block;
    width: 300px;
    height: 100vh;
    animation-name: slideAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
  @keyframes slideAnime {
    0% {
      transform: translateX(100vw);
      opacity: 1;
    }
    100% {
      transform-origin: right top;
      transform: translateX(calc(100vw - 300px));
    }
    20%, 100% {
      opacity: 1;
    }
  }
}
.header__menu__sp .header__spNav__buttons {
  padding: 10px 0 0 0;
}
.header__menu__sp .header__spNav__buttons ul {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.header__menu__sp .header__spNav__buttons ul li {
  border-bottom: 1px solid #b88711;
}
.header__menu__sp .header__spNav__buttons ul li > ul.secondary {
  overflow: hidden;
  background: white;
  font-family: initial;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1rem;
  border-top: 1px solid #b88711;
}
@media screen and (max-width: 1023px) {
  .header__menu__sp .header__spNav__buttons ul li > ul.secondary {
    top: 58px;
  }
}
.header__menu__sp .header__spNav__buttons ul li > ul.secondary > li {
  box-sizing: border-box;
  text-align: left;
}
.header__menu__sp .header__spNav__buttons ul li > ul.secondary > li:last-child {
  border-bottom: none;
}
.header__menu__sp .header__spNav__buttons ul li > ul.secondary > li > a {
  display: block;
  padding: 14px 0 14px 30px;
  font-size: initial;
  background: url("../images/icons/arrow.svg") no-repeat 10px center;
  background-size: 15px;
}
@media screen and (max-width: 767px) {
  .header__menu__sp .header__spNav__buttons ul li > ul.secondary > li > a {
    padding: 10px 25px 10px 40px;
  }
}
.header__menu__sp .header__spNav__buttons ul li > ul.secondary > li > a:hover {
  opacity: 0.6;
}
.header__menu__sp .header__spNav__buttons ul li.picup {
  background: url("../images/icons/mail.svg") center 8px/15px auto no-repeat #354773;
  padding-top: 20px;
  color: #fff;
}
.header__menu__sp .header__spNav__buttons ul li.picup a {
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.header__menu__sp .header__spNav__buttons ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}
.header__menu__sp .header__spNav__buttons .noneborder {
  border-bottom: none;
}

.header__spToggleMenu {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__spToggleMenu {
    display: none;
    position: absolute;
    z-index: 98;
    width: 100%;
    overflow-y: scroll;
  }
  .header__spToggleMenu.header__spToggleMenu--visible {
    display: block;
  }
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
.header__overlay.active {
  display: block;
  opacity: 0.4;
}

.index__slider {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .index__slider {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index__slider {
    margin-top: 0;
  }
}

.page__header {
  width: 100%;
  padding: 80px 0 20px;
  position: relative;
}
.page__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/photos/p90644117.webp") bottom center/cover no-repeat;
  animation: ease 6s infinite alternate forwards running curtain;
}
@keyframes curtain {
  0% {
    transform: scale(1.5, 1);
    opacity: 0.8;
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .page__header {
    padding: 15px;
  }
}
.page__header h1.header__logo {
  position: absolute;
  left: 3%;
  top: 0;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page__header h1.header__logo {
    display: block;
  }
}
.page__header h1.header__logo img {
  height: 40px;
}
.page__header h1.page__title {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  position: relative;
  color: #b88711;
}
@media screen and (max-width: 767px) {
  .page__header h1.page__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .page__header h1.page__title {
    font-size: 1.4rem;
  }
}
.page__header h1.page__title p {
  display: block;
  text-align: center;
}
.page__header h1.page__title p span {
  font-size: initial;
  letter-spacing: 0.4rem;
  padding: 0 8px;
  border-bottom: 1px solid #b88711;
}

.page__breadcrumb {
  width: 100%;
  padding-left: 60px;
  background: #fff;
  color: #a3988d;
}
@media screen and (max-width: 1023px) {
  .page__breadcrumb {
    padding-left: 0;
  }
}

.page__header__breadcrumb {
  font-size: 0.8em;
}
.page__header__breadcrumb p {
  padding: 0;
}
.page__header__breadcrumb p span.breadcrumb_last {
  padding: 0 10px;
}
.page__header__breadcrumb a {
  padding: 0 10px;
}

#footer {
  border-top: 2px solid #b1b79a;
  padding: 50px 0 200px;
  background: #32323d;
  color: #fff;
}
#footer section.info__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  justify-content: center;
  gap: 60px;
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap {
    width: 98%;
  }
}
#footer section.info__wrap .footer__logo {
  border-bottom: 1px solid #b88711;
  padding-bottom: 10px;
  grid-column: 1/4;
  grid-row: 1/2;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__logo {
    border-bottom: none;
    grid-column: 1;
    grid-row: auto;
  }
}
#footer section.info__wrap .footer__logo img {
  aspect-ratio: 543/124;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__logo img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
#footer section.info__wrap section.detail {
  display: flex;
  flex-direction: column;
  gap: 0 2%;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap section.detail {
    grid-column: 1;
    grid-row: auto;
  }
}
#footer section.info__wrap section.detail .timetable h4.type1 {
  color: #fff;
}
#footer section.info__wrap section.detail .timetable .reserve {
  display: none;
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap section.extra {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap section.extra {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #footer section.info__wrap section.access {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel {
    text-align: center;
  }
}
#footer section.info__wrap .footer__tel > dl {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.04em;
  padding-top: 30px;
  text-align: center;
}
#footer section.info__wrap .footer__tel > dl > dt {
  font-weight: bold;
  display: inline-block;
  background: #b88711;
  border-radius: 16px;
  color: #fff;
  white-space: nowrap;
  padding: 2px 10%;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel > dl > dt {
    font-size: initial;
  }
}
#footer section.info__wrap .footer__tel > dl > dd.num {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #footer section.info__wrap .footer__tel > dl > dd.num {
    display: block;
  }
}
#footer section.info__wrap .footer__tel > dl > dd.num > a {
  color: #fff;
}
#footer section.info__wrap .footer__tel > dl > dd.time {
  font-size: 0.8rem;
}
#footer .footer__link {
  margin: 50px 0 50px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer .footer__link {
    margin: 50px 0 20px;
  }
}
#footer .attention {
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
}
#footer .footer__copyright {
  background-color: #32323d;
  color: #aaa;
  width: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #footer .footer__copyright {
    margin-top: 50px;
  }
}

.footerlink {
  background: #ececec;
  color: #c6c6c6;
  font-size: 0.8rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}
.footerlink h3 {
  color: #3d3f3d;
}
@media screen and (max-width: 1023px) {
  .footerlink h3 {
    padding-top: 60px;
  }
}
.footerlink a {
  text-decoration: underline;
  color: #3074bb;
}
.footerlink a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footerlink--large li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.footerlink--large li::before {
  content: "";
  background: url("../images/icons/star.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.footerlink--small li {
  font-size: 0.8rem;
  padding: 0 10px;
  line-height: 1em;
}
.footerlink--small li a {
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .footerlink--small li a {
    padding: 10px 0 10px 0;
  }
}
.footerlink--small--inner li {
  font-size: 0.8rem;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  .footerlink--small--inner li {
    padding: 5px 0 5px 30px;
  }
}

.yogimall {
  text-align: center;
}

/* サイドまたはフッタメニュー固定時使用
.home {
#footer {
@include global.mq(md) {
padding-bottom: 100px;
}
}
}
*/
.main--archive {
  padding: 80px 0 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main--archive {
    padding: 50px 0 40px;
  }
}
.main--archive .gridbox {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .main--archive .gridbox {
    padding: 0 15px;
  }
}

.sidebar {
  background: white;
  border-radius: 6px;
  border: 1px solid #e3e6e7;
  box-shadow: 0 2px 0 #e3e6e7;
  padding: 10px 30px 30px;
}
.sidebar .sidebar__linkList > li {
  padding: 6px 0 6px;
}
.sidebar .sidebar__linkList > li:first-child {
  padding-top: 0;
}
.sidebar .sidebar__linkList > li > a {
  color: #3074bb;
  text-decoration: underline;
}
.sidebar .sidebar__linkList > li > a:hover {
  text-decoration: none;
}
.sidebar .sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
}
.sidebar .sidebar__tagList > li {
  align-self: center;
  border-radius: 4px;
  padding: 4px 8px;
  background: #aaa;
  margin-right: 5px;
}
.sidebar .sidebar__tagList > li.outpatient {
  background: #b88711;
}
.sidebar .sidebar__tagList > li.homevisit {
  background: #4c67a6;
}
.sidebar .sidebar__tagList > li a {
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .sidebar .sidebar__tagList > li {
    margin-bottom: 5px;
  }
  .sidebar .sidebar__tagList > li:last-child {
    margin-bottom: 0;
  }
}

.archiveMain__blog .archiveMain__blog__posts > li {
  background: white;
  box-shadow: 0px 2px 0 #e3e6e7;
  border-radius: 10px;
  border: 1px solid #e3e6e7;
  margin-bottom: 40px;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog .archiveMain__blog__posts > li {
    margin-bottom: 35px;
  }
}
.archiveMain__blog .archiveMain__blog__post > a {
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
}
.archiveMain__blog .archiveMain__blog__post > a:hover .archiveMain__blog__title {
  color: #b1b79a;
}
.archiveMain__blog .archiveMain__blog__imgBox {
  width: 140px;
  height: 140px;
  min-width: 140px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__imgBox {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 15px;
  }
}
.archiveMain__blog .archiveMain__blog__imgBox > img {
  width: 100%;
  height: auto;
}
.archiveMain__blog .archiveMain__blog__contentBox {
  flex: 1;
  position: relative;
}
.archiveMain__blog .archiveMain__blog__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: #4c67a6;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__title {
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}
.archiveMain__blog .archiveMain__blog__excerpt {
  font-size: 14px;
  margin-bottom: 12px;
}
.archiveMain__blog .archiveMain__blog__tags {
  font-size: 11px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__tags {
    flex-wrap: wrap;
  }
}
.archiveMain__blog .archiveMain__blog__tags > li {
  align-self: center;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 5px;
}
.archiveMain__blog .archiveMain__blog__tags > li.outpatient {
  background: #b88711;
}
.archiveMain__blog .archiveMain__blog__tags > li.homevisit {
  background: #4c67a6;
}
.archiveMain__blog .archiveMain__blog__tags > li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__tags > li {
    margin-bottom: 5px;
  }
  .archiveMain__blog .archiveMain__blog__tags > li:last-child {
    margin-bottom: 0;
  }
}
.archiveMain__blog .archiveMain__blog__time {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  align-content: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog .archiveMain__blog__time {
    right: 2px;
    font-size: 0.8em;
  }
}

.archiveMain__blog__article {
  background: white;
  margin: 0 0 50px;
  border: 1px solid #e3e6e7;
  box-shadow: 0 2px 0 #e3e6e7;
  padding: 49px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.archiveMain__blog__article .article__time {
  color: #bdbdbd;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.archiveMain__blog__article .article__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: left;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: #4c67a6;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__title {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}
.archiveMain__blog__article .article__thumbnailBox {
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__thumbnailBox > img {
  width: 100%;
  height: auto;
}
.archiveMain__blog__article .article__tags {
  font-size: 13px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__tags {
    flex-wrap: wrap;
  }
}
.archiveMain__blog__article .article__tags > li {
  align-self: center;
  border-radius: 4px;
  margin-right: 5px;
}
.archiveMain__blog__article .article__tags > li.outpatient {
  background: #b88711;
}
.archiveMain__blog__article .article__tags > li.homevisit {
  background: #4c67a6;
}
.archiveMain__blog__article .article__tags > li a {
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__tags > li {
    margin-bottom: 5px;
  }
  .archiveMain__blog__article .article__tags > li:last-child {
    margin-bottom: 0;
  }
}
.archiveMain__blog__article .article__body {
  margin: 40px 0 0;
}
.archiveMain__blog__article .article__body--page {
  padding: 100px 0;
}
.archiveMain__blog__article .article__body--page h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28pt;
  font-weight: normal;
  text-align: left;
  padding: 20px 0 40px 0;
  background: url("../images/icons/h2side.svg") 2px top/50px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body--page h2 {
    font-size: 22pt;
    margin-top: 60px;
    padding: 60px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body--page h2 {
    padding: 20px 0 20px;
    background: url("../images/icons/h2side.svg") 2px top/30px auto no-repeat;
  }
}
.archiveMain__blog__article .article__body .wp-block-column {
  padding: 20px;
}
.archiveMain__blog__article .article__body .wp-block-column h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .archiveMain__blog__article .article__body .wp-block-column h4:first-child {
    margin-top: 30px;
  }
}
.archiveMain__blog__article .article__body a.txtlink {
  color: #f4a39d;
  text-decoration: underline;
}
.archiveMain__blog__article .article__body a.txtlink:hover {
  text-decoration: none;
  opacity: 0.4;
}
.archiveMain__blog__article .article__body p {
  margin: 0 0 20px;
}
.archiveMain__blog__article .article__body ul,
.archiveMain__blog__article .article__body ol {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__article .article__body ul,
  .archiveMain__blog__article .article__body ol {
    padding: 10px 0 10px 10px;
  }
}
.archiveMain__blog__article .article__body ul > li,
.archiveMain__blog__article .article__body ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.archiveMain__blog__article .article__body ul > li {
  position: relative;
}
.archiveMain__blog__article .article__body ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b88711;
}
.archiveMain__blog__article .article__body ol {
  list-style: none;
  counter-reset: item;
  padding-left: 40px;
}
.archiveMain__blog__article .article__body ol > li {
  position: relative;
  padding: 0 0 0 25px;
}
.archiveMain__blog__article .article__body ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #b88711;
  margin-right: 8px;
}
.archiveMain__blog__article .article__body strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #f4d087 0%) repeat scroll 0 0;
  color: #3d3f3d;
}
.archiveMain__blog__article .article__body blockquote {
  margin: 30px 0 20px;
  background: #fafafa;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.archiveMain__blog__article .article__body blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #3d3f3d;
}
.archiveMain__blog__article .article__body blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.archiveMain__blog__article .article__body blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -20px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  transform: rotateZ(180deg);
}
.archiveMain__blog__article .article__body .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-image {
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.archiveMain__blog__article .article__body .wp-block-button a {
  text-decoration: none;
}

/* 固定ページ */
.page__article {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .page__article {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.page__article .article__time {
  color: #bdbdbd;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.page__article .article__title {
  color: #3d3f3d;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.page__article .article__thumbnailBox {
  margin: 0 0 20px;
}
.page__article .article__thumbnailBox > img {
  width: 100%;
  height: auto;
}
.page__article .article__tags {
  font-size: 13px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page__article .article__tags {
    flex-wrap: wrap;
  }
}
.page__article .article__tags > li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page__article .article__tags > li {
    margin-bottom: 5px;
  }
  .page__article .article__tags > li:last-child {
    margin-bottom: 0;
  }
}
.page__article .article__tags > li > a {
  display: inline-block;
  border: 1px solid #63b24d;
  padding: 0 10px;
  border-radius: 20px;
}
.page__article .article__tags > li > a:hover {
  background: #63b24d;
  color: white;
}
.page__article .article__body--page {
  margin: 0 0;
  /*
      h2 {
        font-family: global.$font-heading;
        font-size: 28pt;
        font-weight: normal;
        text-align: left;
        padding: 20px 0 40px 0;
        background: url("../images/icons/h2side.svg") 2px top/50px auto no-repeat;

        @include global.mq(sm) {
          font-size: 22pt;
          margin-top: 60px;
          padding: 60px 0 20px 0;
        }

        @include global.mq(sm) {
          padding: 20px 0 20px;
          background: url("../images/icons/h2side.svg") 2px top/30px auto
            no-repeat;
        }
      }
      h3 {
        display: inline-block;
        margin: 30px 0 20px;
        border-left: 10px solid #4fba31;
        border-bottom: 1px solid #a8e217;
        padding: 0 40px 0 10px;
        font-size: 1.2rem;
        font-weight: normal;
      }

          h4 {
              font-size: 14px;
              margin: 30px 0 10px;
          }
  */
}
.page__article .article__body--page .sec_treatment {
  text-align: center;
}
.page__article .article__body--page .sec_treatment figure {
  margin: 0 auto;
}
.page__article .article__body--page .wp-block-column {
  padding: 20px;
}
.page__article .article__body--page .wp-block-column h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .page__article .article__body--page .wp-block-column h4:first-child {
    margin-top: 30px;
  }
}
.page__article .article__body--page a.txtlink {
  color: #3074bb;
  text-decoration: underline;
}
.page__article .article__body--page a.txtlink:hover {
  text-decoration: none;
  opacity: 0.4;
}
.page__article .article__body--page p {
  margin: 0 0 20px;
}
.page__article .article__body--page ul,
.page__article .article__body--page ol {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .page__article .article__body--page ul,
  .page__article .article__body--page ol {
    padding: 10px 0 10px 10px;
  }
}
.page__article .article__body--page ul > li,
.page__article .article__body--page ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.page__article .article__body--page ul > li {
  position: relative;
}
.page__article .article__body--page ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b88711;
}
.page__article .article__body--page ol {
  list-style: none;
  counter-reset: item;
  padding-left: 20px;
}
.page__article .article__body--page ol > li {
  position: relative;
  padding: 0 0 0 25px;
}
.page__article .article__body--page ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #4c67a6;
  margin-right: 8px;
}
.page__article .article__body--page strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #f4d087 0%) repeat scroll 0 0;
  color: #3d3f3d;
}
.page__article .article__body--page blockquote {
  margin: 30px 0 20px;
  background: #fafafa;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.page__article .article__body--page blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #3d3f3d;
}
.page__article .article__body--page blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.page__article .article__body--page blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -20px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  transform: rotateZ(180deg);
}
.page__article .article__body--page .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.page__article .article__body--page .wp-block-image {
  margin: 40px 0 40px;
}
.page__article .article__body--page .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.page__article .article__body--page .wp-block-button a {
  text-decoration: none;
}
.page__article ul.disease_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page__article ul.disease_list {
    display: block;
  }
}
.page__article ul.disease_list li {
  border-bottom: 2px solid #f3efe0;
  margin: 0 20px 0 0;
  padding: 10px 5px 10px 30px;
}
.page__article ul.disease_list li::before {
  top: calc(50% - 5px);
}
.page__article ul.disease_list li a {
  color: #3074bb;
  text-decoration: underline;
}

.archiveMain__blog__nextprev > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul {
    margin-bottom: 50px;
  }
}
.archiveMain__blog__nextprev > ul > li {
  width: 47%;
  border-bottom: 2px solid #e5d389;
  margin-top: 0;
  margin-bottom: 2px;
}
.archiveMain__blog__nextprev > ul > li:hover {
  margin-top: 2px;
  margin-bottom: 0px;
  box-shadow: none;
}
.archiveMain__blog__nextprev > ul > li > a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .archiveMain__blog__nextprev > ul > li > a {
    padding: 10px;
    font-size: 12px;
  }
}
.archiveMain__blog__nextprev > ul > li > a > dl > dt {
  font-weight: bold;
  color: #3d3f3d;
  margin-bottom: 5px;
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 20px;
  border: 2px solid #efdfc8;
  text-align: center;
  margin: 0 10px;
  background: white;
}
.wp-pagenavi > a {
  padding: 0px;
}
.wp-pagenavi > a:hover {
  border: 2px solid #63b24d;
}
.wp-pagenavi > a.nextpostslink, .wp-pagenavi > a.previouspostslink {
  display: inline-block;
  height: 33px;
  border-radius: 20px;
  border: 2px solid #efdfc8;
  text-align: center;
  background: white;
}
.wp-pagenavi > a.nextpostslink:hover, .wp-pagenavi > a.previouspostslink:hover {
  border: 2px solid #63b24d;
}
.wp-pagenavi > a.nextpostslink {
  margin-left: 80px;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.nextpostslink {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.wp-pagenavi > a.previouspostslink {
  margin-right: 80px;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi > a.previouspostslink {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.wp-pagenavi > span {
  padding: 0px;
}
.wp-pagenavi > span.current {
  border-color: #63b24d;
  font-weight: normal;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 10px;
    padding-left: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 10px;
}
@media screen and (max-width: 374px) {
  .wp-block-media-text .wp-block-media-text__media {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

.main--disease {
  padding: 80px 0 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .main--disease {
    padding: 50px 3px 40px;
  }
}
.main--disease section.disease .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 100px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .main--disease section.disease .posts {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.main--disease section.disease .posts .post {
  background: white;
  border: 1px solid #e3e6e7;
  box-shadow: 0 2px 0 #e3e6e7;
  border-radius: 4px;
}
.main--disease section.disease .posts .post > a {
  padding: 10px 30px;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .main--disease section.disease .posts .post > a {
    padding: 5px 10px;
  }
}
.main--disease section.disease .posts .post > a h3 {
  padding: 5px 30px 5px 10px;
  background: url("../images/icons/arrow.svg") 98% center/20px no-repeat;
  border-bottom: 1px solid #354773;
  color: #354773;
  font-weight: initial;
  margin-bottom: 10px;
}
.main--disease section.disease .posts .post > a:hover h3 {
  color: #c1a15a;
}
.main--disease section.disease h3.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  position: relative;
  color: #4c67a6;
}
.main--disease section.disease ul.tags {
  font-size: 11px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main--disease section.disease ul.tags {
    flex-wrap: wrap;
  }
}
.main--disease section.disease ul.tags > li {
  align-self: center;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 5px;
}
.main--disease section.disease ul.tags > li.outpatient {
  background: #b88711;
}
.main--disease section.disease ul.tags > li.homevisit {
  background: #4c67a6;
}
.main--disease section.disease ul.tags > li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main--disease section.disease ul.tags > li {
    margin-bottom: 5px;
  }
  .main--disease section.disease ul.tags > li:last-child {
    margin-bottom: 0;
  }
}
.main--disease section.sidebar {
  background: white;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  .main--disease section.sidebar {
    padding: 0 10px 30px;
  }
}
.main--disease section.sidebar .sidebar__linkList {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .main--disease section.sidebar .sidebar__linkList {
    flex-direction: column;
  }
}
.main--disease section.sidebar .sidebar__linkList > li {
  padding: 6px 30px 6px 0;
}
.main--disease section.sidebar .sidebar__linkList > li > a {
  color: #354773;
  text-decoration: underline;
}
.main--disease section.sidebar .sidebar__linkList > li > a:hover {
  text-decoration: none;
}
.main--disease section.sidebar .sidebar__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.main--disease section.sidebar .sidebar__tagList > li {
  align-self: center;
  border-radius: 4px;
  line-height: 1.3;
  letter-spacing: 0.08rem;
  padding: 4px 8px;
  background: #c1a15a;
}
.main--disease section.sidebar .sidebar__tagList > li a {
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .main--disease section.sidebar .sidebar__tagList > li {
    margin-bottom: 5px;
  }
  .main--disease section.sidebar .sidebar__tagList > li:last-child {
    margin-bottom: 0;
  }
}

/* 固定ページ */
.main--disease {
  padding: 80px 40px;
}
@media screen and (max-width: 767px) {
  .main--disease {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.main--disease .article {
  padding-bottom: 100px;
}
.main--disease .article a.txtlink {
  color: #3074bb;
  text-decoration: underline;
}
.main--disease .article a.txtlink:hover {
  text-decoration: none;
  opacity: 0.4;
}
.main--disease .article p {
  margin: 0 0 20px;
}
.main--disease .article ul,
.main--disease .article ol {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .main--disease .article ul,
  .main--disease .article ol {
    padding: 10px 0 10px 10px;
  }
}
.main--disease .article ul > li,
.main--disease .article ol > li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
.main--disease .article ul > li {
  position: relative;
}
.main--disease .article ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b88711;
}
.main--disease .article ol {
  list-style: none;
  counter-reset: item;
  padding-left: 20px;
}
.main--disease .article ol > li {
  position: relative;
  padding: 0 0 0 25px;
}
.main--disease .article ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #4c67a6;
  margin-right: 8px;
}
.main--disease .article strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #f4d087 0%) repeat scroll 0 0;
  color: #3d3f3d;
}
.main--disease .article blockquote {
  margin: 30px 0 20px;
  background: #fafafa;
  border-radius: 30px;
  padding: 60px 40px 60px;
  position: relative;
}
.main--disease .article blockquote cite {
  font-size: 12px;
  font-style: normal;
  color: #3d3f3d;
}
.main--disease .article blockquote:before {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  top: -20px;
  left: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
}
.main--disease .article blockquote:after {
  content: "”";
  position: absolute;
  display: block;
  height: 86px;
  bottom: -20px;
  right: 20px;
  font-weight: bold;
  color: white;
  font-size: 86px;
  transform: rotateZ(180deg);
}
.main--disease .article .wp-block-media-text.alignwide {
  margin: 40px 0 40px;
}
.main--disease .article .wp-block-image {
  margin: 40px 0 40px;
}
.main--disease .article .wp-block-button {
  text-align: center;
  font-style: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 40px 0 40px;
}
.main--disease .article .wp-block-button a {
  text-decoration: none;
}
.main--disease .article ul.disease_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main--disease .article ul.disease_list {
    display: block;
  }
}
.main--disease .article ul.disease_list li {
  border-bottom: 2px solid #f3efe0;
  margin: 0 20px 0 0;
  padding: 10px 5px 10px 30px;
}
.main--disease .article ul.disease_list li::before {
  top: calc(50% - 5px);
}
.main--disease .article ul.disease_list li a {
  color: #3074bb;
  text-decoration: underline;
}
.main--disease .article .flavortxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #354773;
}
.main--disease .article .flavortxt p {
  margin: 0;
}

.inner {
  display: block;
  width: 1240px;
  padding: 80px 65px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1439px) {
  .inner {
    width: 1024px;
    padding: 80px 32px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 60px 20px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 60px 2%;
    margin: 0;
  }
}

.main {
  background: #fff;
}
.main.main--greeting {
  padding-top: 0;
}
.main--recruit {
  background: #fff;
  padding: 0 4% 100px;
}
.main--recruit .tel {
  padding: 0 0 0 35px;
  background: url("../images/icons/phone.svg") left center/25px no-repeat;
  font-size: 1.4rem;
}
.main--recruit .tel a {
  color: #0087cb;
}

h2.type1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 80px auto 40px;
  color: #b88711;
  border: 2px solid #b88711;
}
h2.type1:before {
  content: "";
  height: 60px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -80px;
  background: #b88711;
}
@media screen and (max-width: 767px) {
  h2.type1 {
    font-size: 1.3rem;
    letter-spacing: 0.14rem;
    padding: 5px 0;
  }
}

h2.type2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: initial;
}
@media screen and (max-width: 767px) {
  h2.type2 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

h2.type3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: #4c67a6;
}
@media screen and (max-width: 767px) {
  h2.type3 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

h3.type1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
@media screen and (max-width: 767px) {
  h3.type1 {
    font-size: 1.1rem;
    padding: 40px 0 20px 0;
  }
}

h3.type2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 20px;
  position: relative;
  margin: 10px auto;
  border-left: 6px solid #b88711;
}

h3.type3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 20px;
  position: relative;
  margin: 10px auto 30px;
  border-bottom: 1px solid #b88711;
  color: #4c67a6;
}
@media screen and (max-width: 767px) {
  h3.type3 {
    font-size: 1.1rem;
    padding: 40px 0 20px 0;
  }
}

h3.type4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 20px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  color: #c1a15a;
  border-bottom: 2px solid #c1a15a;
}
@media screen and (max-width: 767px) {
  h3.type4 {
    font-size: 1.1rem;
    padding: 40px 0 20px 0;
  }
}

h4.type1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  padding: 0;
  position: relative;
  color: #354773;
}
@media screen and (max-width: 767px) {
  h4.type1 {
    font-size: 1rem;
  }
}

h4.type2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  margin: 3rem 0 1rem;
  padding: 5px;
  position: relative;
  color: #354773;
  background: #ececec;
}
@media screen and (max-width: 767px) {
  h4.type2 {
    font-size: initial;
  }
}

ul.type1 {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 767px) {
  ul.type1 {
    padding: 10px 0 10px 10px;
  }
}
ul.type1 > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}
ul.type1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b88711;
}

.imgbox {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .imgbox {
    flex-direction: column;
    width: 100%;
  }
}
.imgbox picture {
  text-align: center;
}
.imgbox picture img {
  width: initial;
}
@media screen and (max-width: 767px) {
  .imgbox picture img {
    width: 100%;
  }
}

.txtbox {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.txtbox.type1 {
  margin: 2rem auto;
  background: #fcfbfc;
  padding: 2%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .txtbox.type1 {
    width: 98%;
  }
}
.txtbox.type1 h2 {
  font-weight: initial;
  color: #b88711;
  border-bottom: 1px solid #b88711;
  margin-bottom: 20px;
}

.textlink a {
  color: #354773;
  background: url("../images/icons/arrow.svg") center right/20px no-repeat;
  padding-right: 30px;
}

.text__block {
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .text__block {
    padding: 0 10px 20px;
  }
}

.img__wrap h4 {
  background: #354773;
  color: #fff;
  text-align: center;
  font-weight: initial;
  padding: 2px 5px;
}

.table__wrap {
  width: 98%;
  margin: 0 auto 40px;
}
.table__wrap table {
  width: 100%;
  text-align: center;
}
.table__wrap table tr {
  display: flex;
  border-bottom: 1px solid #999;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table__wrap table tr {
    flex-direction: column;
  }
  .table__wrap table tr:first-of-type {
    border-top: 1px solid #999;
  }
}
.table__wrap table tr:last-child {
  border-bottom: none;
}
.table__wrap table tr td {
  border: none;
  border-right: 1px solid #999;
  padding: 2%;
}
@media screen and (max-width: 767px) {
  .table__wrap table tr td {
    border: none;
  }
}
.table__wrap table tr td:first-of-type {
  background: #efede8;
  flex: 1;
}
.table__wrap table tr td:last-of-type {
  flex: 4;
  border-right: none;
}

.detail__footerlink {
  border-top: 2px solid #354773;
  padding: 40px 0;
}

.column2 {
  display: flex;
  justify-content: left;
  gap: 60px;
  flex-wrap: wrap;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column2 {
    flex-direction: column;
  }
}
.column2 section {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .column2 section {
    width: 100%;
  }
}

.column3 {
  display: flex;
  justify-content: left;
  gap: 10px;
  flex-wrap: wrap;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column3 {
    flex-direction: column;
  }
}

/*キャッチコピー*/
.catch {
  text-align: center;
  padding: 40px 0 60px;
  color: #4fba31;
  font-weight: bold;
}
.catch p {
  text-align: center;
}
.catch span {
  font-size: 2rem;
  padding: 20px;
  background: url("../images/bg/paint_gr.svg") center bottom/100% auto no-repeat;
}
@media screen and (max-width: 1023px) {
  .catch span {
    font-size: 1.8rem;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .catch span {
    font-size: 1.2rem;
    padding: 10px 10px;
  }
}

/*下線*/
.uline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgb(105, 196, 205) 91%);
}

/* ボタン */
.button__wrap__square {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  max-width: 98%;
}
@media screen and (max-width: 767px) {
  .button__wrap__square {
    flex-direction: column;
  }
}
.button__wrap__square > a {
  color: #fff;
  background: #354773;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 1.1rem;
  line-height: initial;
  padding: 8px 20px;
  min-width: 280px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.button__wrap__square > a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.button__wrap__square > a:hover {
  background: #354773;
}
@media screen and (max-width: 767px) {
  .button__wrap__square > a {
    font-size: initial;
    padding: 10px 16px;
    max-width: 300px;
  }
}
.button__wrap__square.reserve a {
  padding-left: 50px;
  font-weight: bold;
  font-size: 1.6rem;
  background: url("../images/icons/calendar.svg") 8px center/30px auto no-repeat #eb852d;
}

.wp-container-1 {
  justify-content: center;
}

.wp-block-buttons {
  justify-content: center;
}
.wp-block-buttons > .wp-block-button {
  margin: 5px 0 !important;
}
.wp-block-buttons > .wp-block-button.button__wrap__square > a {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button.button__wrap__square > a {
    min-width: 170px;
    max-width: 360px;
    padding: 10px 15px;
  }
}

.imgBox--curve {
  overflow: hidden;
  background: #bababa;
  border-radius: 20px;
  width: 100%;
  min-height: 150px;
}
.imgBox--curve > img {
  width: 100%;
  height: auto;
}

.main--pageIndex {
  padding: 50px 0 60px;
}
.main--pageIndex .main--pageIndex__button {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .main--pageIndex {
    padding: 40px 15px 40px;
  }
  .main--pageIndex .grid {
    padding-bottom: 40px;
  }
  .main--pageIndex .grid:last-child {
    background: none;
    padding-bottom: 0;
  }
}

.timetable {
  margin: 0;
  width: 100%;
}
.timetable ul.old {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 1fr;
  border: 1px solid #b88711;
  place-content: center;
}
.timetable ul.old li {
  padding: 10px 0;
  text-align: center;
  display: grid;
  place-items: center;
  margin-bottom: 0;
}
.timetable ul.old li:nth-child(-n+5) {
  background: #b88711;
  border-right: 1px solid #fff;
  font-weight: bold;
  color: #fff;
}
.timetable ul.old li:nth-child(5) {
  border-right: none;
}
.timetable ul.old li p {
  font-size: 0.9rem;
  text-align: center;
  font-weight: initial;
  margin-bottom: auto;
}
.timetable ul.old li::before {
  display: none;
}
.timetable ul.old li.mt {
  grid-column: 1/3;
  border-right: 1px solid #b88711;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .timetable ul.old li.mt {
    font-size: 1.1rem;
    font-weight: bold;
  }
}
.timetable ul.old li.wf {
  grid-column: 3/6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .timetable ul.old li.wf {
    font-size: 1.1rem;
    font-weight: bold;
  }
}
.timetable ul.new {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  display: grid;
  grid-template-columns: 30% repeat(4, 1fr) 18%;
  grid-template-rows: auto 1fr;
  border: 1px solid #b88711;
  place-content: center;
}
@media screen and (max-width: 1023px) {
  .timetable ul.new {
    grid-template-columns: 40% repeat(4, 1fr) 30%;
  }
}
.timetable ul.new li {
  text-align: center;
  background: #fff;
  display: grid;
  padding: 10px 0;
  place-items: center;
  margin-bottom: 0;
}
.timetable ul.new li:nth-child(-n+6) {
  background: #b88711;
  color: #fff;
  border-right: 1px solid #fff;
}
.timetable ul.new li:nth-child(6) {
  border-right: none;
}
.timetable ul.new li p {
  font-size: 0.9rem;
  text-align: center;
  font-weight: initial;
  margin-bottom: auto;
}
@media screen and (max-width: 1023px) {
  .timetable ul.new li p {
    font-size: 0.8rem;
    line-height: 0.7em;
  }
}
.timetable ul.new li::before {
  display: none;
}
.timetable ul.new li.mt {
  color: #354773;
  grid-row: 2/3;
  border-right: 1px solid #b88711;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .timetable ul.new li.mt {
    font-size: 1.1rem;
  }
}
.timetable ul.new li.wf {
  border-right: 1px solid #b88711;
  color: #354773;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .timetable ul.new li.wf {
    font-size: 1rem;
    padding: 0;
  }
}
.timetable ul.new li.fri {
  color: #354773;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .timetable ul.new li.fri {
    font-size: 1.5rem;
  }
}
.timetable aside {
  padding: 10px 20px;
}

section.reserve {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 2%;
}
@media screen and (max-width: 1023px) {
  section.reserve {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
section.reserve h3 {
  grid-column: 1/3;
  grid-row: 1/2;
  width: 100%;
}
section.reserve div.reserve {
  grid-column: 1/2;
  grid-row: 2/3;
  margin: 0 auto;
}
section.reserve div.reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reserve .tel {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: center;
}
section.reserve .tel a {
  background: url("../images/icons/tel.svg") 8px center/30px auto no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  color: #eb852d;
  padding-left: 50px;
  font-size: 1.6rem;
}

.mainPage__footer {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
  border: 4px dotted #bedb91;
  background: white;
  border-radius: 20px;
}

.mainPage__footer__text {
  flex: 1;
  margin-right: 30px;
}

.mainPage__footer__button {
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .mainPage__footer {
    display: block;
    padding: 30px 30px;
  }
  .mainPage__footer__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mainPage__footer__button {
    min-width: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .mainPage__footer {
    padding: 20px 20px;
  }
  .mainPage__footer__button .button__round--arrow--big {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
  }
}
.main--general {
  padding: 80px 0 80px;
}
@media screen and (max-width: 374px) {
  .main--general {
    padding: 40px 15px 40px;
  }
}
.main--general .archiveMain__blog__article {
  padding-top: 10px;
}
.main--general .archiveMain__blog__article .article__body {
  margin-top: 0;
}
.main--general .archiveMain__blog__article .article__body a {
  text-decoration: underline;
}

.balloon_b {
  position: relative;
  width: 80%;
  background-color: #f8e2d8;
  border-radius: 13px;
  margin: 20px auto;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .balloon_b {
    width: 95%;
  }
}
.balloon_b:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f8e2d8;
}

.blocks-gallery-item {
  list-style: none !important;
}

.pad_l40 {
  padding-left: 40px;
}

.wp-block-group__inner-container li {
  font-size: medium;
}

.is-style-outline > a {
  display: inline-block;
  padding: 16px 55px 12px 30px;
  border: 1px solid #63b24d !important;
  border-radius: 50px;
  font-weight: normal;
  background: white;
  box-shadow: 0px 2px 0px 0 #63b24d;
}
.is-style-outline > a:hover {
  box-shadow: none;
  margin-top: 2px;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .is-style-outline > a:hover {
    box-shadow: 0px 2px 0px 0 #63b24d;
    margin: 0;
  }
}

.box--outline {
  position: relative;
  display: block;
  text-align: left;
  border: 2px solid #67d1da;
  padding: 20px;
  margin: 50px auto;
}
.box--outline > h3 {
  color: #67d1da;
}

.box--type01 {
  position: relative;
  display: block;
  text-align: left;
  border-radius: 20px;
  background-color: #fcfbfc;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box--type01 {
    width: 98%;
    padding: 20px 10px;
  }
}

section.flow {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.flow {
    width: 100%;
  }
}

section.howtoenrty ol {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  section.howtoenrty ol {
    padding-left: 1.5rem;
  }
}
section.howtoenrty ol li {
  margin-bottom: 1rem;
}
section.howtoenrty .num {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #3074bb;
  font-size: 2rem;
}
section.howtoenrty .num a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  section.howtoenrty .num {
    font-size: 1.6rem;
  }
}
section.howtoenrty strong {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, #e5d389 86%);
}

div.flow {
  position: relative;
  display: block;
  text-align: left;
  border: 2px solid #b88711;
  padding: 10px 20px 20px 100px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  div.flow {
    padding: 0 20px 20px 60px;
  }
}
div.flow:after {
  content: "";
  display: block;
  background-color: #b88711;
  width: 60px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  margin-top: 30px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.flow:last-child:after {
  display: none;
}
div.flow .num {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 90px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #b88711;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  div.flow .num {
    left: 8px;
    width: 40px;
    font-size: 40px;
  }
}

.table01 {
  width: 100%;
}
.table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
.table01 th,
.table01 td {
  padding: 24px 0;
  border: none;
}
.table01 th {
  width: 30%;
}

/* タブ */
.tabBox .tabArea {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .tabBox .tabArea {
    padding: 5px 10px;
    margin: 40px auto 0;
  }
}
.tabBox .tabArea .one_tab {
  width: 100%;
  padding: 5px;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
}
.tabBox .tabArea .one_tab.select a {
  background: #177860;
  text-shadow: none;
  box-shadow: inset 0 2px 0 #000;
  position: relative;
}
.tabBox .tabArea .one_tab.select a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #177860;
  left: calc(50% - 10px);
  bottom: -10px;
  transform: rotate(45deg);
}
.tabBox .tabArea .one_tab > .button__wrap__square > a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabBox .tabArea .one_tab > .button__wrap__square > a {
    min-width: auto;
  }
}
.tabBox .tabArea .one_tab:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabBox .tabArea .bottom {
  align-items: flex-start;
}

.contents .tab_main {
  display: none;
  padding: 20px 0 40px;
  min-height: 280px;
  transition-duration: 0.3s;
}

.tab_main.is_show {
  display: block; /*表示*/
  animation-name: displayAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.snsicons {
  text-align: center;
  padding: 20px 0;
}
.snsicons img {
  width: 30px;
}

.mainAccess__map img {
  border: 1px solid #e3e6e7;
}

.accordion__container {
  width: 100%;
  margin: 20px auto;
}

.accordion__content {
  padding: 10px;
  display: none;
  background: #e3e6e7;
}
.accordion__content figure {
  margin-bottom: 0 !important;
}
.accordion__content.active {
  display: block;
  transition: all 2.5s ease;
}

.attention {
  padding: 60px 0 0;
}
.attention h3 {
  text-align: center;
}
.attention .attention__content {
  border: 2px solid #e5d389;
  padding: 20px 10px;
}
.attention .attention__content ul {
  padding: 10px 0 10px 40px;
}
@media screen and (max-width: 767px) {
  .attention .attention__content ul {
    padding: 10px 0 10px 10px;
  }
}
.attention .attention__content ul > li {
  margin-bottom: 15px;
  padding: 0 20px;
}
.attention .attention__content ul > li {
  position: relative;
}
.attention .attention__content ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #e24b00;
}
.attention .attention__content strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #f4d087 0%) repeat scroll 0 0;
  color: #3d3f3d;
}

.child__wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0px 20px;
}
@media screen and (max-width: 767px) {
  .child__wrap {
    flex-wrap: wrap;
  }
}

.page_children {
  padding: 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_children {
    width: auto;
  }
}
.page_children dt {
  margin: 0 auto;
  text-align: center;
}
.page_children dt > a {
  color: #fff;
  background: #354773;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 1.1rem;
  line-height: initial;
  padding: 8px 20px;
  min-width: 200px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.page_children dt > a:active {
  box-shadow: none;
  transform: translateY(2px);
}
.page_children dt > a:hover {
  opacity: 1;
}

.profile .name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26pt !important;
  font-weight: 400;
}
.profile .name > span {
  font-size: initial;
}
.profile .title {
  border-bottom: 2px solid #52b33b;
  padding: 20px 0;
}

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

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

dl.table {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  dl.table {
    border: none;
  }
}
dl.table > dt {
  background: #f3f3f3;
  border-bottom: 1px solid #aaa;
  width: 25%;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.table > dt {
    display: block;
    width: 100%;
    padding: 8px 20px;
    border-bottom: none;
  }
}
dl.table > dt:last-of-type {
  border: none;
}
dl.table > dd {
  width: 75%;
  border-bottom: 1px solid #aaa;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  dl.table > dd {
    display: block;
    width: 100%;
    padding: 10px 5px 20px;
    border-bottom: none;
  }
}
dl.table > dd:last-of-type {
  border: none;
}

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /* ボタンの装飾 */
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 100;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background: rgba(240, 240, 240, 0.6);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
}
.page-top:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-right: solid 1px rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
}
.page-top:after {
  content: "TOP";
  width: 100%;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #3d3f3d;
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

.price__table,
.job__table {
  margin-bottom: 40px;
}
.price__table tr,
.job__table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.price__table tr:first-child,
.job__table tr:first-child {
  border-top: 1px solid #b8af9b;
}
@media screen and (max-width: 767px) {
  .price__table tr,
  .job__table tr {
    grid-template-columns: 1fr;
  }
}
.price__table tr td,
.job__table tr td {
  border: none;
  border-bottom: 1px solid #b8af9b;
}
.price__table tr td:first-child,
.job__table tr td:first-child {
  background: #d8caad;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .price__table tr td:first-child,
  .job__table tr td:first-child {
    border-bottom: none;
  }
}
.price__table tr td:last-child,
.job__table tr td:last-child {
  text-align: right;
  border-right: 1px solid #b8af9b;
}
@media screen and (max-width: 767px) {
  .price__table tr td:last-child,
  .job__table tr td:last-child {
    border-left: 1px solid #b8af9b;
  }
}
.price__table figcaption,
.job__table figcaption {
  font-size: 0.8rem;
}

.job__table tr {
  grid-template-columns: 30% 1fr;
}
.job__table tr td:last-child {
  text-align: left;
}

.index__greeting {
  padding: 100px 0;
  background: url("../images/photos/p90644117.webp") bottom center/cover no-repeat;
  border-top: 1px solid #b88711;
}
.index__greeting article {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .index__greeting article {
    flex-direction: column;
  }
}
.index__greeting section.comment {
  display: flex;
  gap: 5%;
  justify-content: center;
  flex: 2;
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 8px;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .index__greeting section.comment {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment {
    padding: 20px;
  }
}
.index__greeting section.comment .doctor {
  background: url("../images/photos/doctor02.webp") 35% center/cover no-repeat;
  justify-content: end;
  display: flex;
  align-items: right;
  min-height: 280px;
  align-items: end;
  align-content: flex-end;
  color: #fff;
  flex-direction: column;
  letter-spacing: 0.6rem;
  padding: 0 40px 20px 0;
}
.index__greeting section.comment .doctor.to_outpatient {
  background: url("../images/photos/doctor03.webp") 35% center/cover no-repeat;
}
@media screen and (max-width: 1023px) {
  .index__greeting section.comment .doctor.to_outpatient {
    background-position: 20% top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor {
    background-position: bottom left;
    background-size: cover;
    padding: 10px;
    min-height: 200px;
    letter-spacing: 0.4rem;
  }
}
.index__greeting section.comment .doctor .clinicname {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .clinicname {
    font-size: 1.1rem;
  }
}
.index__greeting section.comment .doctor .name__wrap {
  display: flex;
  text-align: right;
  font-weight: normal;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .name__wrap {
    flex-direction: column;
    padding: 0px;
    line-height: initial;
  }
}
.index__greeting section.comment .doctor .name__wrap .name {
  padding: 0 0 0 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .name__wrap .name {
    text-align: right;
    padding: 0;
    font-size: 1.2rem;
  }
}
.index__greeting section.comment .doctor .english {
  letter-spacing: 0.3rem;
  font-size: 0.9rem;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .index__greeting section.comment .doctor .english {
    font-size: 0.8rem;
  }
}
.index__greeting section.comment .txt {
  flex: 2;
}
.index__greeting section.comment .txt h3 {
  color: #4c67a6;
}
.index__greeting section.comment .txt p:last-child {
  text-align: right;
  color: #4c67a6;
}
.index__greeting section.list {
  flex: 1;
}
.index__greeting section.list > section {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .index__greeting section.list > section {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .index__greeting section.list > section {
    padding: 20px;
  }
}

.index__disease {
  background: #fff;
}
.index__disease dl {
  width: 90%;
  margin: 0 auto;
}
.index__disease dl dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
.index__disease dl dd {
  text-align: left;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 767px) {
  .index__disease dl dd {
    padding: 10px 0 10px 0;
  }
}
.index__disease dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__disease small {
  display: block;
  text-align: right;
}
.index__disease .areaimg {
  float: right;
  width: 200px;
  height: auto;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .index__disease .areaimg {
    width: 150px;
  }
}
.index__disease .column2 > strong {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .index__disease .column2 {
    gap: 10px;
  }
}

.child__ul__wrap {
  margin-bottom: 40px;
}

ul.child__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  ul.child__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  ul.child__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.child__list li {
  border-bottom: 1px solid #354773;
}
ul.child__list li a {
  display: block;
  padding: 5px 30px 5px 10px;
  background: url("../images/icons/arrow.svg") 98% center/20px no-repeat;
  color: #354773;
}
ul.child__list li span {
  display: block;
  padding: 5px 10px;
}

.index__device {
  background: url("../images/graphics/mdbgimg.svg") bottom right/90% auto no-repeat, url("../images/photos/textures_01.webp") center/cover no-repeat;
}
.index__device dl.device {
  width: calc(33.3333333333% - 10px);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
  color: initial;
}
@media screen and (max-width: 767px) {
  .index__device dl.device {
    width: 100%;
  }
}
.index__device dl.device dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
  min-height: 60px;
  border-bottom: 1px solid #b88711;
}
.index__device dl.device dd {
  text-align: left;
  padding: 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .index__device dl.device dd {
    padding: 10px 0 10px 0;
  }
}
.index__device dl.device dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__device small {
  display: block;
  text-align: right;
}

/* .indexMain__treatment {
    padding: 0 0 60px;

    @include global.mq(sm) {
        padding: 50px 20px 30px;
    }

    .gridbox {
        margin-bottom: 60px;
        @include global.mq(sm) {
            margin-bottom: 0;
            .indexMain__treatment__list {
                margin-bottom: 50px;
            }
        }
    }
    .indexMain__treatment__button {
        margin-top: 20px;
    }

    .indexMain__treatment__others {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        padding: 20px 20px;
        margin-top: 20px;
        background: white;
        border: 1px solid global.$color-orange-button;
        border-radius: 40px;
        box-shadow: 0 2px 0 global.$color-orange-button;

        > li {
            position: relative;
            text-align: center;
            width: 24%;
            @include dot.dot_border-bottom(2px);

            @include global.mq(sm) {
                width: 48%;
            }

            > a {
                display: block;
                width: 100%;
                padding: 30px 1% 35px;
                @include dot.dot_border-left(2px);
                font-size: 18px;
                @include global.mq(md) {
                    font-size: 14px;
                }
                transition: 0.3s;

                &:hover {
                    padding: 15px 1% 50px;

                    > span.button__round--arrow {
                        opacity: 1;
                    }
                }

                > span.button__round--arrow {
                    display: block;
                    position: absolute;
                    font-size: 14px;
                    bottom: 15px;
                    left: 50%;
                    margin-left: -65px;
                    opacity: 0;
                    transition: 0.4s;
                }
            }

            &:nth-child(4n + 1) {
                > a {
                    background-image: none;
                }
            }
            &:nth-child(n + 5) {
                background-image: none;
            }

            @include global.mq(sm) {
                &:nth-child(2n + 1) {
                    > a {
                        background-image: none;
                    }
                }
                &:nth-child(-n + 6) {
                    @include dot.dot_border-bottom(2px);
                }
                &:nth-child(n + 7) {
                    background-image: none;
                }
            }
        }
    }
} */
.indexMain__greeting__imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .indexMain__greeting__imgBox {
    width: 95%;
  }
}
.indexMain__greeting__imgBox .img {
  width: 15%;
  margin: 5px;
}
.indexMain__greeting__imgBox .img img {
  width: 100%;
}
.indexMain__greeting__imgBox .txt {
  width: 80%;
}

.indexMain__blog {
  grid-area: a;
}
.indexMain__blog .indexMain__blog__posts {
  display: flex;
  justify-content: left;
  flex-direction: column;
  gap: 5%;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post {
  background: white;
  border-bottom: 1px solid #e3e6e7;
  padding: 20px;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post .title {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #3074bb;
  text-align: justify;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post time {
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  align-content: center;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .indexMain__blog .indexMain__blog__posts li.indexMain__blog__post time {
    right: 2px;
    font-size: 0.8em;
  }
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post .tags {
  display: flex;
  justify-content: left;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post .tags li {
  align-self: center;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 4px 8px;
  background: #aaa;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post .tags li.outpatient {
  background: #b88711;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post .tags li.homevisit {
  background: #4c67a6;
}
.indexMain__blog .indexMain__blog__posts li.indexMain__blog__post .tags li a {
  color: #fff;
}

.index__keyvisual {
  background: #fff;
  min-height: 540px;
  background-color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 150px 0 0;
}
@media screen and (max-width: 1023px) {
  .index__keyvisual {
    min-height: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .index__keyvisual {
    padding: 60px 0 0;
  }
}
.index__keyvisual h1.header__logo {
  display: inline-block;
}
.index__keyvisual h1.header__logo img {
  width: 300px;
}
@media screen and (max-width: 1439px) {
  .index__keyvisual h1.header__logo img {
    width: 200px;
  }
}
.index__keyvisual h1.header__logo p {
  margin-top: 5px;
  padding-top: 5px;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1023px) {
  .index__keyvisual h1.header__logo p {
    font-size: 1rem;
  }
}
.index__keyvisual h1.header__logo p.homevisit {
  font-family: "Noto Sans JP", sans-serif;
  color: #b88711;
  font-size: 3.8rem;
  letter-spacing: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .index__keyvisual h1.header__logo p.homevisit {
    font-size: 2.6rem;
    letter-spacing: 0.6rem;
  }
}
.index__keyvisual .reason {
  margin-top: 60px;
}
.index__keyvisual .reason .copy {
  display: flex;
  flex-direction: column;
}
.index__keyvisual .reason .copy div {
  padding: 10px 0;
  background: #354773;
}
.index__keyvisual .reason .copy div p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.3rem;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 1439px) {
  .index__keyvisual .reason .copy div p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .index__keyvisual .reason .copy div p {
    font-size: 1.4rem;
  }
}
.index__keyvisual.main {
  padding: 0;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .index__keyvisual.main {
    min-height: auto;
    height: 280px;
  }
}
.index__keyvisual.main .swiper-container-autoheight {
  height: 100%;
}
.index__keyvisual.main .swiper-wrapper {
  height: 100% !important;
}
.index__keyvisual.main .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.index__keyvisual.main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__keyvisual.main h1.header__logo {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  position: absolute;
  top: calc(25% - 30px);
  left: 8%;
  z-index: 1;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .index__keyvisual.main h1.header__logo {
    top: calc(50% - 100px);
  }
}
@media screen and (max-width: 1023px) {
  .index__keyvisual.main h1.header__logo {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .index__keyvisual.main h1.header__logo {
    top: 0;
    left: 0;
    right: auto;
    padding: 2%;
    text-align: left;
    background: none;
  }
}
@media screen and (max-width: 1439px) {
  .index__keyvisual.main h1.header__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .index__keyvisual.main h1.header__logo img {
    aspect-ratio: 543/124;
    width: 200px;
  }
}
.index__keyvisual.main h1.header__logo p {
  padding-top: 5px;
  font-size: initial;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .index__keyvisual.main h1.header__logo p {
    font-size: 0.8rem;
  }
}
.index__keyvisual.main .reason {
  margin-top: 0;
  position: absolute;
  right: 5%;
  top: 94px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .index__keyvisual.main .reason {
    right: 2%;
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .index__keyvisual.main .reason {
    width: 100%;
    top: auto;
    bottom: 2%;
    left: 0;
    text-align: right;
  }
}
.index__keyvisual.main .reason .copy {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .index__keyvisual.main .reason .copy {
    flex-direction: column;
  }
}
.index__keyvisual.main .reason .copy div {
  padding: 0;
  background: none;
}
.index__keyvisual.main .reason .copy div p {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  letter-spacing: 0.3rem;
  background: #b88711;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  padding: 16px 2px;
}
@media screen and (max-width: 1439px) {
  .index__keyvisual.main .reason .copy div p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .index__keyvisual.main .reason .copy div p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index__keyvisual.main .reason .copy div p {
    display: inline-block;
    writing-mode: initial;
    padding: 2px 2px 2px 5px;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    margin: 1px auto;
  }
}
@media screen and (max-width: 374px) {
  .index__keyvisual.main .reason .copy div p {
    font-size: 1rem;
  }
}

.index__topic > .inner {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  gap: 5%;
}
@media screen and (max-width: 1439px) {
  .index__topic > .inner {
    width: 95%;
  }
}
.index__topic > .inner > section.information {
  grid-column: 1/2;
  grid-row: 1/3;
}
.index__topic > .inner > section.timetable {
  grid-column: 2/3;
  grid-row: 1;
}
.index__topic > .inner > section.topic {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .index__topic > .inner {
    display: flex;
    flex-direction: column;
  }
  .index__topic > .inner > section.nairankai {
    order: 1;
  }
  .index__topic > .inner > section.information {
    order: 3;
  }
  .index__topic > .inner > section.timetable {
    order: 2;
  }
  .index__topic > .inner > section.topic {
    order: 4;
  }
}
.index__topic .copy2 p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #32323d;
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .index__topic .copy2 p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .index__topic .copy2 p {
    font-size: 1rem;
  }
}
.index__topic a.homevisit {
  background: #354773;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 14px;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
}
.index__topic a.homevisit > div {
  border-radius: 8px;
  border: 2px solid #eac15c;
  padding: 10px;
}
.index__topic a.homevisit .arrow {
  border-radius: 20px;
  color: #354773;
  text-align: center;
  background: url("../images/icons/arrow.svg") 98% center/30px auto no-repeat #fff;
}
.index__topic a.homevisit:hover {
  transform: scale(1.02);
}
.index__topic .banner {
  display: grid;
  align-items: center;
  padding: 1em 0;
  justify-content: center;
}
.index__topic .banner a {
  padding: 1em;
}

.index__reason {
  background: url("../images/graphics/88524886.webp") top center/cover no-repeat;
}
.index__reason .reason {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .index__reason .reason {
    flex-direction: column;
    row-gap: 40px;
  }
}
.index__reason .reason a {
  flex: 1;
}
.index__reason .reason dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 30px 10px 0;
  height: 100%;
}
.index__reason .reason dl dt {
  border-bottom: 1px solid #b88711;
  font-size: 1.2rem;
  font-weight: bold;
  color: #354773;
  margin-bottom: 10px;
}
.index__reason .reason dl dd {
  padding: 10px;
}
.index__reason .reason dl dd:nth-of-type(1) {
  text-align: center;
  color: #b88711;
}
.index__reason .reason dl dd.link {
  border-top: 1px solid #b88711;
  color: #b88711;
  text-align: right;
  padding-right: 50px;
  background: url("../images/icons/arrow.svg") 98% center/30px auto no-repeat #fff;
}

.scrollfix {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  position: fixed;
  z-index: 20;
  left: -20px;
  top: 25%;
  padding-left: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .scrollfix {
    width: 80%;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr;
    left: 10%;
    bottom: -20px;
    top: auto;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .scrollfix {
    width: 100%;
    left: 0%;
  }
}
@media screen and (max-width: 1023px) {
  .scrollfix.col2 {
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
  }
}
.scrollfix > a {
  padding: 50px 0 15px 0;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  line-height: 60px;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .scrollfix > a {
    writing-mode: initial;
    padding: 1rem 0 1rem;
  }
}
.scrollfix .to_homevisit {
  background: url("../images/icons/homevisit.svg") center 10px/30px auto no-repeat #354773;
}
@media screen and (max-width: 1023px) {
  .scrollfix .to_homevisit {
    background-position: 10px center;
    background-size: 30px auto;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .scrollfix .to_homevisit {
    background-size: 20px auto;
    padding-left: 30px;
    writing-mode: initial;
  }
}
.scrollfix .to_reserve {
  background: url("../images/icons/calendar.svg") center 10px/30px auto no-repeat #eb852d;
}
@media screen and (max-width: 1023px) {
  .scrollfix .to_reserve {
    background-position: 10px center;
    background-size: 30px auto;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .scrollfix .to_reserve {
    background-size: 20px auto;
    padding-left: 30px;
    writing-mode: initial;
  }
}
.scrollfix .to_entry {
  background: url("../images/icons/mail.svg") center 10px/30px auto no-repeat #354773;
}
@media screen and (max-width: 1023px) {
  .scrollfix .to_entry {
    background-position: 10px center;
    background-size: 30px auto;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .scrollfix .to_entry {
    background-size: 20px auto;
    padding-left: 30px;
    writing-mode: initial;
  }
}
.scrollfix .to_beauty {
  background: url("../images/icons/stars.svg") center 10px/30px auto no-repeat #354773;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .scrollfix .to_beauty {
    background-position: 10px center;
    background-size: 30px auto;
    border-bottom: none;
    border-right: 1px solid #fff;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .scrollfix .to_beauty {
    background-size: 20px auto;
    padding-left: 30px;
    writing-mode: initial;
  }
}
.scrollfix .to_outpatient {
  background: url("../images/icons/outpatient.svg") center 10px/30px auto no-repeat #b88711;
}
@media screen and (max-width: 1023px) {
  .scrollfix .to_outpatient {
    background-position: 10px center;
    background-size: 30px auto;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .scrollfix .to_outpatient {
    background-size: 20px auto;
    padding-left: 30px;
    writing-mode: initial;
  }
}

/* 
ul.slider {
    margin-top: 30px;
    text-align: center;
    a {
        color: #333;
        font-size: 20px;
        text-decoration: none;
    }
} */
.home__topic > .inner {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1439px) {
  .home__topic > .inner {
    width: 95%;
  }
}
.home__topic .copy2 p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #32323d;
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .home__topic .copy2 p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .home__topic .copy2 p {
    font-size: 1rem;
  }
}

.index__price .column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .index__price .column2 {
    grid-template-columns: 1fr;
  }
}
.index__price .table__wrap {
  width: 98%;
  margin: 0 auto 40px;
}
.index__price .table__wrap table {
  width: 100%;
  border: 1px solid #999;
  text-align: center;
}
.index__price .table__wrap table tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1023px) {
  .index__price .table__wrap table tr {
    border-top: none !important;
  }
}
.index__price .table__wrap table tr:last-child {
  border-bottom: none;
}
.index__price .table__wrap table.type01 tr {
  grid-template-columns: repeat(3, 1fr);
}
.index__price .table__wrap table.type02 tr {
  grid-template-columns: repeat(2, 1fr);
}
.index__price .table__wrap table th {
  background: #d8caad;
  border-right: 1px solid #999;
  padding: 1% 0;
  text-align: center;
}
.index__price .table__wrap table th:last-child {
  border-right: none;
}
.index__price .table__wrap table th.bgwh {
  background: #fff;
}
.index__price .table__wrap table td {
  background: #fff !important;
  padding: 2%;
  border-right: 1px solid #999;
  text-align: center;
}
.index__price .table__wrap table td:last-child {
  border-right: none;
}

.main--inquiry {
  padding: 40px 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main--inquiry {
    width: 100%;
  }
}
.main--inquiry dl {
  display: flex;
  justify-content: left;
  gap: 4%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main--inquiry dl {
    flex-direction: column;
  }
}
.main--inquiry dl dt {
  flex: 1;
  padding: 5px 0 5px 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main--inquiry dl dt {
    padding: 0px 0 0px 20px;
    background: #d8caad;
    text-align: left;
  }
}
.main--inquiry dl dt > p {
  text-align: inherit;
}
.main--inquiry dl dd {
  flex: 3;
}
.main--inquiry dl dd > p {
  width: 100%;
}
.main--inquiry .wpcf7-form.sent .wpcf7-submit {
  display: none;
}
.main--inquiry div.title {
  margin-bottom: 40px;
}
.main--inquiry div.title p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main--inquiry div.title p {
    text-align: initial;
  }
}
.main--inquiry .main--inquiry__form__input .wpcf7-submit {
  background: #ebdb2d;
  padding: 0.5% 10%;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(209, 192, 7, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input .wpcf7-submit {
    padding: 1% 30%;
  }
}
.main--inquiry .main--inquiry__form__input .wpcf7-submit:active {
  transform: translateY(2px);
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input .wpcf7-form-control-wrap.bodyText span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
.main--inquiry .main--inquiry__form__input input[type=text],
.main--inquiry .main--inquiry__form__input input[type=email],
.main--inquiry .main--inquiry__form__input input[type=tel] {
  border: 1px solid #b88711;
  background: #fff;
  padding: 5px 8px 2px;
  border-radius: 4px;
  width: 100%;
}
.main--inquiry .main--inquiry__form__input select {
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #b88711;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input select {
    display: block;
    width: 100%;
  }
}
.main--inquiry .main--inquiry__form__input textarea {
  width: 100%;
  height: 200px;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #b88711;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .main--inquiry .main--inquiry__form__input textarea {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main--inquiry .main--inquiry__form__input textarea {
    min-height: 350px;
  }
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup > div {
  margin-bottom: 20px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup input[type=radio] {
  display: none;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 25px;
  height: 25px;
  border: 2px solid #ec9f99;
  border-radius: 14px;
  content: "";
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ec9f99;
  content: "";
  opacity: 0;
}
.main--inquiry .main--inquiry__form__input .main--inquiry__form__radioGroup input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.main--inquiry .submit__wrap > p {
  text-align: center;
  position: relative;
}
.main--inquiry .submit__wrap > p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.main--inquiry .policy {
  background: #fff;
  padding: 20px;
  font-size: 0.8rem;
}
.main--inquiry .policy div {
  font-size: initial;
}
.main--inquiry .policy div p {
  text-align: center;
}

.mainAccess__info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .mainAccess__info {
    display: block;
    text-align: center;
  }
}

.mainAccess__info__logo {
  width: 250px;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__logo {
    width: 230px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__logo {
    padding-top: 10px;
    width: 180px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__logo {
    text-align: center;
    display: inline-block;
    margin: 0 auto 10px;
  }
}

.mainAccess__info__address {
  padding: 8px 0 0;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__address {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__address {
    font-size: 14px;
    padding: 8px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__address {
    margin: 0 0 10px;
    padding: 15px 0 15px;
    text-align: justify;
  }
}

.mainAccess__info__tel {
  background: white;
  border: 4px dotted #efdfc8;
  border-radius: 10px;
}
.mainAccess__info__tel > a {
  display: block;
  padding: 35px 60px;
}
@media screen and (max-width: 1439px) {
  .mainAccess__info__tel > a {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a {
    padding: 24px 20px;
    margin-top: 5px;
  }
}
.mainAccess__info__tel > a > dl {
  display: flex;
  font-weight: bold;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.mainAccess__info__tel > a > dl > dt {
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a > dl > dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__tel > a > dl > dt {
    font-size: 20px;
  }
}
.mainAccess__info__tel > a > dl > dd {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .mainAccess__info__tel > a > dl > dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mainAccess__info__tel > a > dl > dd {
    font-size: 26px;
  }
}

.image__wrap {
  display: none;
  border: 2px solid #b88711;
  padding: 60px 20px;
  position: relative;
  margin: 40px auto;
}
.image__wrap h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  padding: 0 20px;
  width: 300px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: calc(50% - 150px);
  border: 2px solid #b88711;
  color: #4c67a6;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .image__wrap h3 {
    font-size: 1.1rem;
  }
}
.image__wrap div {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .image__wrap div {
    flex-direction: column;
    gap: 80px;
  }
}
.image__wrap div dl {
  flex: 1;
  text-align: center;
}
.image__wrap div dl dt {
  color: #4c67a6;
}
.image__wrap div dl dd img {
  width: 80%;
}

div.image__wrap--outer {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  div.image__wrap--outer {
    flex-direction: column;
  }
}

hr {
  border: 1px solid #b88711;
  margin-bottom: 60px;
}
