@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --lending-trim: calc((1em - 1lh) / 2);
  --global--font-size-base: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-xs: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-sm: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-md: clamp(16px, 1rem + ((1vw - 3.2px) * 0.156), 18px);
  --global--font-size-lg: clamp(18px, 1.125rem + ((1vw - 3.2px) * 0.156), 20px);
  --global--font-size-xl: clamp(24px, 1.5rem + ((1vw - 3.2px) * 0.625), 32px);
  --global--font-size-xxl: clamp(30px, 1.875rem + ((1vw - 3.2px) * 0.547), 37px);
  --global--font-size-xxxl: clamp(30px, 1.875rem + ((1vw - 3.2px) * 0.547), 37px);
  --global--line-height-body: 2;
  --global--line-height-heading: 1.75;
  --global--line-height-page-title: 1.6;
  --global--spacing-vertical: 16px;
  --global--spacing-horizontal: 16px;
  --image--spacing-vertical: 16px;
  --responsive--aligndefault-width: 1200px;
  --global--color-primary: #78768c;
  --global--color-background: #e9ebed;
  --global--color-dark-gray: #4d4d4d;
  --button--border-width: 1px;
  --button--border-radius: 0px;
  --button--font-weight: 400;
  --button--font-family: inherit;
  --button--font-size: var(--global--font-size-lg);
  --button--line-height: 1.75;
  --button--padding-vertical: 5px;
  --button--padding-horizontal: 20px;
  --button--letter-spacing: 0.1em;
  --button--background-color: #78768c;
  --button--color: #ffffff;
  --button--opacity: 0.7;
  --pullquote--border-width: 1px;
  --form--border-width: 1px;
}
@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

:where(*:not(.p-entry-content, .p-entry-content *, .editor-styles-wrapper, .editor-styles-wrapper *),
*:not(.p-entry-content, .p-entry-content *, .editor-styles-wrapper, .editor-styles-wrapper *)::before,
*:not(.p-entry-content, .p-entry-content *, .editor-styles-wrapper, .editor-styles-wrapper *)::after) {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  background-color: #e9ebed;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: #78768c;
  color: #ffffff;
}

::selection {
  background-color: #78768c;
  color: #ffffff;
}

::-webkit-tap-highlight-color {
  background-color: transparent;
}
/* 
親テーマのスタイルを上書きするためのCSS
 */
.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: #4d4d4d;
}

/* ボタン、入力欄フォーカス時のスタイル */
.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  outline: none;
}

/*     見出しスタイル*/
.wp-block-heading,
.wp-block-post-title {
  font-weight: 700;
}

.wp-block-heading h1,
h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  line-height: inherit;
}

h2,
.h2 {
  font-size: var(--heading--font-size-h2);
  line-height: inherit;
}

h3,
.h3 {
  font-size: var(--heading--font-size-h3);
  line-height: inherit;
}

blockquote.wp-block-quote {
  margin: var(--global--spacing-vertical) 0;
}

blockquote.wp-block-quote > * {
  margin: calc(var(--global--spacing-vertical) + var(--lending-trim)) 0 0 0 !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #778180;
  background-color: #ffffff;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝
　ボタンの基本スタイル
＝＝＝＝＝＝＝＝＝＝＝＝　　*/
.site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  background-color: var(--button--background-color);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--background-color);
  color: var(--button--color);
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--background-color);
}

.site .button:not(:hover):not(:active):not(.has-text-color),
button:not(:hover):not(:active):not(.has-text-color),
input[type=submit]:not(:hover):not(:active):not(.has-text-color),
input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--color);
}

.site .button:hover,
.site .button:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
  background-color: var(--button--background-color) !important;
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline: none;
  outline-offset: 0;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: transparent !important;
  background-color: var(--button--background-color) !important;
  color: var(--button--color) !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  background: transparent;
  text-decoration: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none;
}

.post-password-form {
  max-width: 550px;
}

.site-main {
  padding-block: 0;
}

.wp-block-separator,
hr {
  border-bottom-color: #778180;
}

.alignleft,
.alignright {
  float: none;
}

.wp-block-image figcaption {
  font-size: 0.87em !important;
  text-align: left !important;
}

/* 症例報告・お知らせ投稿ページ編集画面：画像横幅最大600px */
body.post-type-cases .block-editor-block-list__block img,
body.post-type-post .block-editor-block-list__block img {
  display: block;
  width: 100%;
  max-width: 600px !important;
  height: auto;
}

.has-white-color a {
  color: #ffffff !important;
}

body {
  color: #4d4d4d;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "halt";
}

/* エディターの見え方を整えるためのCSS*/
.editor-styles-wrapper .editor-visual-editor__post-title-wrapper,
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  margin-bottom: 2rem;
}
.editor-styles-wrapper .wp-block-list-item > div {
  display: inline-block;
}

.c-heading-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: -moz-max-content;
  width: max-content;
  min-width: 130px;
  margin-inline: auto;
  padding-inline: 0.25em;
  border: 1px solid #8e92b8;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
}
.c-heading-icon__icon {
  flex-shrink: 0;
}

.editor-styles-wrapper [data-type*=lazyblock] {
  padding: 0;
  background-color: transparent;
  box-shadow: 0 0 0 1px violet;
}

.c-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  -moz-column-gap: min(3vw, 30px) !important;
  column-gap: min(3vw, 30px) !important;
  row-gap: min(5vw, 50px) !important;
}

.c-gallery {
  position: relative;
  aspect-ratio: 384/288;
  width: 100%;
  height: auto;
}
.c-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-gallery__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-inline: 11px;
  padding-block: calc(9px + var(--lending-trim));
  background-color: rgba(120, 118, 140, 0.8);
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.5;
}

.wp-block-lazyblock-infolist {
  margin-top: 0 !important;
}

.wp-block-lazyblock-infolist {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-lazyblock-infolist p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.c-info-list {
  display: table;
  font-size: var(--font-size-medium);
}
.c-info-list dt,
.c-info-list dd {
  display: table-cell;
  padding: 0;
  line-height: 2;
}
.c-info-list dt {
  width: 5.5em;
  font-weight: 400;
}
.c-info-list dd > p {
  margin-bottom: 5px !important;
}

#overview .c-info-list dt,
#overview .c-info-list .colored {
  color: #8e92b8;
}

#access .c-info-list dd {
  color: #4d4d4d;
}
#access .c-info-list dt,
#access .c-info-list .colored {
  color: #8e92b8;
}

.c-pagination {
  width: 100%;
}
.c-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2.125rem;
  font-weight: 700;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
}
.c-pagination .page-numbers.current {
  background-color: #ffffff;
}

.c-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 6%;
  column-gap: 6%;
  row-gap: 80px;
  margin-bottom: 80px;
}
.c-news__date {
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
}
.c-news__title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.156, 20px);
  line-height: 1.9523809524;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-news__content {
  margin-bottom: calc(28px + var(--lending-trim));
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.8947368421;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-news__img {
  max-width: 81%;
}

.c-page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  line-height: 1.6;
}
.c-page-header__subtitle {
  font-size: clamp(30px, 1.875rem + (1vw - 3.2px) * 0.547, 37px);
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.c-page-header__title {
  font-size: clamp(0.6875rem, 1.9662921348dvw, 1.75rem);
  letter-spacing: 0.2em;
}
.c-page-header.\--hospitalinformation {
  background-image: url(../images/common/mv-hospitalinfo.webp);
}
.c-page-header.\--medicalguide {
  background-image: url(../images/common/mv-medicalguide.webp);
}
.c-page-header.\--departments {
  background-image: url(../images/common/mv-departments.webp);
}
.c-page-header.\--cases {
  background-image: url(../images/common/mv-cases.webp);
}

.is-style-circle-list li {
  margin-block: 0;
  padding-left: 1.3em;
  list-style: none;
  text-indent: -0.6em;
}
.is-style-circle-list li::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "●";
  font-size: 0.8em;
}

.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-section-title__en {
  font-size: clamp(24px, 1.5rem + (1vw - 3.2px) * 0.625, 32px);
  line-height: 1.75;
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.c-section-title__ja {
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.156, 20px);
  line-height: 1;
  letter-spacing: 0.2em;
}

.c-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-pagination__numbers {
  display: flex;
  gap: 0.6em;
}
.c-pagination__numbers .page-numbers {
  color: #808080;
  font-weight: 400;
  font-size: var(--font-size-small);
  line-height: 1.625;
  letter-spacing: 0.04em;
}
.c-pagination__numbers .page-numbers.current {
  color: var(--color-text);
  font-weight: 400;
}
.c-pagination__nav {
  display: flex;
  align-items: center;
  gap: 2em;
  font-size: var(--font-size-small);
  line-height: 1.625;
  letter-spacing: 0.04em;
}
.c-pagination__nav .disabled {
  color: #808080;
}

.c-calendar {
  width: 100%;
  max-width: 465px;
  border: solid 1px #78768c;
  border-collapse: collapse;
  background-color: var(--color-white);
}
.c-calendar th,
.c-calendar td {
  border: solid 1px #78768c;
  line-height: 1;
  vertical-align: middle;
}
.c-calendar th:first-child,
.c-calendar td:first-child {
  background-color: #ababbb;
}
.c-calendar thead th {
  padding-block: min(0.9831460674dvw, 0.875rem);
  color: #78768c;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.6853932584dvw, 1.5rem);
  text-align: center;
}
.c-calendar tbody th {
  width: min(9.1994382022dvw, 8.1875rem);
  padding-block: min(0.7724719101dvw, 0.6875rem);
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.6853932584dvw, 1.5rem);
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
}
.c-calendar tbody td {
  width: min(3.2303370787dvw, 2.875rem);
  text-align: center;
}
.c-calendar tr[data-selected-days*=mon-c] th:nth-child(2),
.c-calendar tr[data-selected-days*=tue-c] th:nth-child(3),
.c-calendar tr[data-selected-days*=wed-c] th:nth-child(4),
.c-calendar tr[data-selected-days*=thu-c] th:nth-child(5),
.c-calendar tr[data-selected-days*=fri-c] th:nth-child(6),
.c-calendar tr[data-selected-days*=sat-c] th:nth-child(7),
.c-calendar tr[data-selected-days*=sun-c] th:nth-child(8),
.c-calendar tr[data-selected-days*=mon-c] td:nth-child(2),
.c-calendar tr[data-selected-days*=tue-c] td:nth-child(3),
.c-calendar tr[data-selected-days*=wed-c] td:nth-child(4),
.c-calendar tr[data-selected-days*=thu-c] td:nth-child(5),
.c-calendar tr[data-selected-days*=fri-c] td:nth-child(6),
.c-calendar tr[data-selected-days*=sat-c] td:nth-child(7),
.c-calendar tr[data-selected-days*=sun-c] td:nth-child(8) {
  background-color: #CCCCCC;
}
.c-calendar__icon::before {
  display: inline-block;
  width: min(2.1769662921dvw, 1.9375rem);
  height: min(2.1769662921dvw, 1.9375rem);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-calendar__icon.\--full::before {
  background-image: url(../images/common/icon-fulltime.svg);
}
.c-calendar__icon.\--am::before {
  background-image: url(../images/common/icon-am.svg);
}
.c-calendar__icon.\--pm::before {
  background-image: url(../images/common/icon-pm.svg);
}
.c-calendar__icon.\--other::before {
  background-image: url(../images/common/icon-other.svg);
}
.c-calendar__icon.\--reserve::before {
  background-image: url(../images/common/icon-reserve.svg);
}
.c-calendar__icon.\--none::before {
  content: none;
}

.wp-block-lazyblock-calendar {
  margin-top: 0.5em;
}

.c-font-en {
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.u-dn {
  display: none;
}
.u-dn-pc {
  display: none;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-mt-10 {
  margin-top: 2.4096385542dvw;
}
.u-mt-20 {
  margin-top: 4.8192771084dvw;
}
.u-mt-30 {
  margin-top: 7.2289156627dvw;
}
.u-mt-40 {
  margin-top: 9.6385542169dvw;
}
.u-mt-50 {
  margin-top: 12.0481927711dvw;
}
.u-mt-60 {
  margin-top: 14.4578313253dvw;
}
.u-mt-70 {
  margin-top: 16.8674698795dvw;
}
.u-mt-80 {
  margin-top: 19.2771084337dvw;
}
.u-mt-90 {
  margin-top: 21.686746988dvw;
}
.u-mt-100 {
  margin-top: 24.0963855422dvw;
}
.u-mt-110 {
  margin-top: 26.5060240964dvw;
}
.u-mt-120 {
  margin-top: 28.9156626506dvw;
}
.u-mb-10 {
  margin-bottom: 2.4096385542dvw;
}
.u-mb-20 {
  margin-bottom: 4.8192771084dvw;
}
.u-mb-30 {
  margin-bottom: 7.2289156627dvw;
}
.u-mb-40 {
  margin-bottom: 9.6385542169dvw;
}
.u-mb-50 {
  margin-bottom: 12.0481927711dvw;
}
.u-mb-60 {
  margin-bottom: 14.4578313253dvw;
}
.u-mb-70 {
  margin-bottom: 16.8674698795dvw;
}
.u-mb-80 {
  margin-bottom: 19.2771084337dvw;
}
.u-mb-90 {
  margin-bottom: 21.686746988dvw;
}
.u-mb-100 {
  margin-bottom: 24.0963855422dvw;
}
.u-mb-110 {
  margin-bottom: 26.5060240964dvw;
}
.u-mb-120 {
  margin-bottom: 28.9156626506dvw;
}

.u-pt-10 {
  padding-top: 2.4096385542dvw;
}
.u-pt-20 {
  padding-top: 4.8192771084dvw;
}
.u-pt-30 {
  padding-top: 7.2289156627dvw;
}
.u-pt-40 {
  padding-top: 9.6385542169dvw;
}
.u-pt-50 {
  padding-top: 12.0481927711dvw;
}
.u-pt-60 {
  padding-top: 14.4578313253dvw;
}
.u-pt-70 {
  padding-top: 16.8674698795dvw;
}
.u-pt-80 {
  padding-top: 19.2771084337dvw;
}
.u-pt-90 {
  padding-top: 21.686746988dvw;
}
.u-pt-100 {
  padding-top: 24.0963855422dvw;
}
.u-pt-110 {
  padding-top: 26.5060240964dvw;
}
.u-pt-120 {
  padding-top: 28.9156626506dvw;
}
.u-pb-10 {
  padding-bottom: 2.4096385542dvw;
}
.u-pb-20 {
  padding-bottom: 4.8192771084dvw;
}
.u-pb-30 {
  padding-bottom: 7.2289156627dvw;
}
.u-pb-40 {
  padding-bottom: 9.6385542169dvw;
}
.u-pb-50 {
  padding-bottom: 12.0481927711dvw;
}
.u-pb-60 {
  padding-bottom: 14.4578313253dvw;
}
.u-pb-70 {
  padding-bottom: 16.8674698795dvw;
}
.u-pb-80 {
  padding-bottom: 19.2771084337dvw;
}
.u-pb-90 {
  padding-bottom: 21.686746988dvw;
}
.u-pb-100 {
  padding-bottom: 24.0963855422dvw;
}
.u-pb-110 {
  padding-bottom: 26.5060240964dvw;
}
.u-pb-120 {
  padding-bottom: 28.9156626506dvw;
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.u-dn-pc {
  display: none;
}

.u-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.l-container {
  width: 93%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-header {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-101%);
  background-color: #ababbb;
  transition: transform 0.3s;
}
.l-header.\--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.l-header.\--sticky {
  transform: translateY(0);
}
.l-header.\--fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: min(3.2303370787vw, 46px);
  padding-left: min(2.106741573vw, 30px);
  padding-block: min(25vw, 20px);
}
.l-header__menu-btn {
  width: min(3.441011236dvw, 3.0625rem);
  min-width: 40px;
  border: none;
  background-color: transparent !important;
  transition: opacity 0.3s;
}
.l-header__menu-btn:hover {
  border: none;
  background-color: transparent !important;
  opacity: 0.7;
}
.l-header__logo {
  display: block;
  width: min(31.0393258427dvw, 27.625rem);
  min-width: 400px;
}
.l-header__instagram {
  width: 32px;
  height: 32px;
  background-color: transparent !important;
}

.l-footer {
  z-index: 30;
  position: relative;
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #e9ebed;
}
.l-footer__name {
  margin-bottom: 24px;
  text-align: center;
}
.l-footer__name img {
  width: 463px;
}
.l-footer__address {
  margin-bottom: 23px;
  color: #78768c;
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.156, 18px);
  line-height: 1.75;
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-footer__nav {
  display: none;
}
.l-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.l-footer__nav-item {
  color: #8285a8;
  font-size: clamp(15px, 0.938rem + (1vw - 3.2px) * 0.078, 16px);
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.l-footer__nav-item:not(:last-child)::after {
  margin-inline: 0.8em;
  content: "|";
}
.l-footer__sns {
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 16px;
}
.l-footer__sns-item.\--fb {
  width: 26px;
}
.l-footer__sns-item.\--ig {
  width: 25px;
}
.l-footer__copyright {
  margin-block: 0;
  text-align: center;
}
.l-footer__copyright small {
  color: #78768c;
  font-size: 0.875rem;
  line-height: 1.75;
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}

.l-drawer {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0%;
  width: 260px;
  height: -moz-max-content;
  height: max-content;
  height: 100dvh;
  overflow: hidden;
  transform: translateX(-100%);
  background-color: #f8f8f8;
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}
.l-drawer.is-active {
  right: 0;
  transform: translateX(0);
}
.l-drawer__nav {
  margin-bottom: 20px;
}
.l-drawer__nav-item {
  padding-left: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
  color: #4d4d4d;
  font-size: 0.9375rem;
  line-height: 48px;
  letter-spacing: 0.03em;
}
.l-drawer__sns {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 15px;
  gap: 20px;
}
.l-drawer__sns img {
  width: 30px;
}
.l-drawer__info {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  gap: 15px;
}
.l-drawer__info-item {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.l-drawer__info-item dt {
  font-weight: 400;
}

.l-drawerBackground {
  z-index: 150;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.l-drawerBackground.is-active {
  width: 100%;
}

.l-container {
  width: 100%;
  max-width: none;
  padding-inline: 30px;
}

.l-inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--global--spacing-horizontal);
}

.l-main.\--underlayer {
  margin-top: var(--header-height);
}

@media only screen and (min-width: 652px) {
  :root {
    --heading--font-size-h3: var(--global--font-size-md);
    --heading--font-size-h2: var(--global--font-size-lg);
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-heading-circle {
    min-width: 120px;
  }
  .c-heading-icon {
    width: 95%;
    padding-right: 1em;
  }
  .c-heading-icon__icon {
    width: 50px;
  }
  .c-heading-icon__text {
    padding-block: 0.5em !important;
    font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.156, 20px) !important;
    text-align: center;
  }
  .c-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .c-gallery__text {
    padding-inline: 0.5em;
    font-size: 0.875rem;
  }
  .c-news {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 42px;
  }
  .c-page-header {
    aspect-ratio: 1/1;
    height: auto;
  }
  .c-page-header__title {
    font-size: max(5.3012048193dvw, 0.6875rem);
  }
  .is-style-sp-reverse-column {
    flex-direction: column-reverse;
  }
  .c-pagination__numbers {
    gap: 0.2em;
  }
  .c-pagination__nav {
    gap: 1em;
  }
  .c-calendar {
    width: 100%;
  }
  .c-calendar thead th {
    padding-block: 1.2048192771dvw;
    font-size: max(4.3373493976dvw, 0.6875rem);
  }
  .c-calendar tbody th {
    width: 24.0963855422dvw;
    padding-block: 2.4096385542dvw;
    font-size: max(4.3373493976dvw, 0.6875rem);
  }
  .c-calendar tbody td {
    width: 8.6746987952dvw;
  }
  .c-calendar__icon::before {
    width: 5.7831325301dvw;
    height: 5.7831325301dvw;
  }
  .u-dn-pc {
    display: block;
  }
  .u-dn-mobile {
    display: none;
  }
  .u-mt-10 {
    margin-top: min(0.702247191dvw, 0.625rem);
  }
  .u-mt-20 {
    margin-top: min(1.404494382dvw, 1.25rem);
  }
  .u-mt-30 {
    margin-top: min(2.106741573dvw, 1.875rem);
  }
  .u-mt-40 {
    margin-top: min(2.808988764dvw, 2.5rem);
  }
  .u-mt-50 {
    margin-top: min(3.5112359551dvw, 3.125rem);
  }
  .u-mt-60 {
    margin-top: min(4.2134831461dvw, 3.75rem);
  }
  .u-mt-70 {
    margin-top: min(4.9157303371dvw, 4.375rem);
  }
  .u-mt-80 {
    margin-top: min(5.6179775281dvw, 5rem);
  }
  .u-mt-90 {
    margin-top: min(6.3202247191dvw, 5.625rem);
  }
  .u-mt-100 {
    margin-top: min(7.0224719101dvw, 6.25rem);
  }
  .u-mt-110 {
    margin-top: min(7.7247191011dvw, 6.875rem);
  }
  .u-mt-120 {
    margin-top: min(8.4269662921dvw, 7.5rem);
  }
  .u-mb-10 {
    margin-bottom: min(0.702247191dvw, 0.625rem);
  }
  .u-mb-20 {
    margin-bottom: min(1.404494382dvw, 1.25rem);
  }
  .u-mb-30 {
    margin-bottom: min(2.106741573dvw, 1.875rem);
  }
  .u-mb-40 {
    margin-bottom: min(2.808988764dvw, 2.5rem);
  }
  .u-mb-50 {
    margin-bottom: min(3.5112359551dvw, 3.125rem);
  }
  .u-mb-60 {
    margin-bottom: min(4.2134831461dvw, 3.75rem);
  }
  .u-mb-70 {
    margin-bottom: min(4.9157303371dvw, 4.375rem);
  }
  .u-mb-80 {
    margin-bottom: min(5.6179775281dvw, 5rem);
  }
  .u-mb-90 {
    margin-bottom: min(6.3202247191dvw, 5.625rem);
  }
  .u-mb-100 {
    margin-bottom: min(7.0224719101dvw, 6.25rem);
  }
  .u-mb-110 {
    margin-bottom: min(7.7247191011dvw, 6.875rem);
  }
  .u-mb-120 {
    margin-bottom: min(8.4269662921dvw, 7.5rem);
  }
  .u-pt-10 {
    padding-top: min(0.702247191dvw, 0.625rem);
  }
  .u-pt-20 {
    padding-top: min(1.404494382dvw, 1.25rem);
  }
  .u-pt-30 {
    padding-top: min(2.106741573dvw, 1.875rem);
  }
  .u-pt-40 {
    padding-top: min(2.808988764dvw, 2.5rem);
  }
  .u-pt-50 {
    padding-top: min(3.5112359551dvw, 3.125rem);
  }
  .u-pt-60 {
    padding-top: min(4.2134831461dvw, 3.75rem);
  }
  .u-pt-70 {
    padding-top: min(4.9157303371dvw, 4.375rem);
  }
  .u-pt-80 {
    padding-top: min(5.6179775281dvw, 5rem);
  }
  .u-pt-90 {
    padding-top: min(6.3202247191dvw, 5.625rem);
  }
  .u-pt-100 {
    padding-top: min(7.0224719101dvw, 6.25rem);
  }
  .u-pt-110 {
    padding-top: min(7.7247191011dvw, 6.875rem);
  }
  .u-pt-120 {
    padding-top: min(8.4269662921dvw, 7.5rem);
  }
  .u-pb-10 {
    padding-bottom: min(0.702247191dvw, 0.625rem);
  }
  .u-pb-20 {
    padding-bottom: min(1.404494382dvw, 1.25rem);
  }
  .u-pb-30 {
    padding-bottom: min(2.106741573dvw, 1.875rem);
  }
  .u-pb-40 {
    padding-bottom: min(2.808988764dvw, 2.5rem);
  }
  .u-pb-50 {
    padding-bottom: min(3.5112359551dvw, 3.125rem);
  }
  .u-pb-60 {
    padding-bottom: min(4.2134831461dvw, 3.75rem);
  }
  .u-pb-70 {
    padding-bottom: min(4.9157303371dvw, 4.375rem);
  }
  .u-pb-80 {
    padding-bottom: min(5.6179775281dvw, 5rem);
  }
  .u-pb-90 {
    padding-bottom: min(6.3202247191dvw, 5.625rem);
  }
  .u-pb-100 {
    padding-bottom: min(7.0224719101dvw, 6.25rem);
  }
  .u-pb-110 {
    padding-bottom: min(7.7247191011dvw, 6.875rem);
  }
  .u-pb-120 {
    padding-bottom: min(8.4269662921dvw, 7.5rem);
  }
  .u-dn-pc {
    display: block;
  }
  .u-dn-mobile {
    display: none;
  }
  .u-sp-ta-l {
    text-align: left !important;
  }
  .u-sp-nobr br {
    display: none;
  }
  .u-sp-wordkeep {
    word-break: keep-all;
  }
  .l-header__inner {
    padding-inline: 3.6144578313dvw;
    padding-block: 3.6144578313dvw;
  }
  .l-header__menu-btn {
    width: 10.1204819277dvw;
  }
  .l-header__logo {
    display: none;
  }
  .l-footer__name img {
    width: 77.1084337349dvw;
    max-width: 400px;
  }
  .l-footer__nav {
    display: none;
  }
  .l-container {
    padding-inline: 15px;
  }
}

@media screen and (max-width: 500px) {
  .c-heading-icon__text {
    flex-grow: 1;
  }
}/*# sourceMappingURL=main.css.map */
