/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	min-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

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

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

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

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

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

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

html {
	margin-top: 0 !important;
}

html {
	scroll-padding-top: 13.75rem; /* ヘッダーの高さに合わせる */
}

body {
	background-color: #ede3da;
	color: #000000;
	font-family: heisei-maru-gothic-std, sans-serif;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.is-fixed {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

a {
	text-decoration: none;
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.8;
}

a[target=_blank]::after {
	background-image: url("../images/icon-external-link.svg");
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 0.25em;
	width: 1em;
}

.l-inner {
	margin-inline: auto;
	width: 53.75rem;
}

.l-inner--wide {
	width: 75rem;
}

.l-inner--content {
	width: 53.125rem;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}

.l-header-cta {
	position: fixed;
	right: 0rem;
	top: 18.75rem;
}

/*--------------------------------
  右側のコンテンツを表示する
--------------------------------*/

.l-header__right {
	display: flex;
	gap: 1.875rem;
}

/*--------------------------------
  CTAボタンを表示する
--------------------------------*/

.l-header__contact {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

/*--------------------------------
  6色のグラデーションを表示する
--------------------------------*/

.l-header-line-gradation {
	margin-top: -0.625rem;
}

.l-main {
	margin-top: 12.5rem;
}

.l-footer {
	margin-top: 13.125rem;
}

.l-footer__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-inline: auto;
	padding-block: 1.5rem;
	padding-inline: 3.125rem;
	width: min(100%, 90rem);
}

.l-footer__info {
	display: grid;
	grid-template-columns: 50% 50%;
	width: 100%;
}

.l-drawer-icon {
	cursor: pointer;
	display: none;
	display: none;
	height: 18px;
	margin-left: auto;
	position: fixed;
	right: 0.9375rem;
	top: 40px;
	width: 28px;
	z-index: 3;
}

.l-drawer-nav {
	left: 0;
	position: fixed;
	top: 120px;
	transform: translateX(-100%);
	width: 100%;
	z-index: 2;
}

.l-breadcrumb {
	margin-inline: auto;
	padding-inline: 3.125rem;
	width: min(81.25rem, 100%);
}

.c-cards__item-text {
	margin-top: 1.375rem;
}

.c-cards__item-title {
	align-items: center;
	display: flex;
}

.c-cards__item-title img {
	width: 2.3125rem;
}

.c-cards__item-title span {
	font-weight: bold;
}

.c-cards__item-title span:nth-of-type(2) {
	color: blue;
	font-size: 1.75rem;
	margin-left: 0.5rem;
}

.c-cards__item-description {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-top: 0.1875rem;
}

.c-sectionLinkButton {
	align-items: center;
	border: 0.125rem solid blue;
	display: flex;
	height: 4.375rem;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 25rem;
}

.c-sectionLinkButton:hover {
	background-color: blue;
	color: #ede3da;
}

.c-drawer-icon__bar {
	background: #f37895;
	border-radius: 624.9375rem;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	top: 5%;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 1.875rem;
}

.c-drawer-icon__bar:nth-of-type(2) {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.c-drawer-icon__bar:nth-of-type(3) {
	bottom: 5%;
	left: 0;
	top: auto;
}

.c-section__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section__title::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.375rem;
	left: -5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.75rem;
}

.c-sectionTitleInSectionFrame {
	background-color: #8ab0dd;
	left: calc(50% - 26.875rem); /* ページタイトル帯の上部の余白 */
	margin-top: 3.125rem;
	position: relative;
	width: 53.75rem;
}

.c-pagetop {
	background-color: #b2906b;
	border-radius: 50%;
	bottom: 14.375rem;
	display: grid;
	height: 5.9375rem;
	opacity: 0;
	place-items: center;
	position: fixed;
	right: 4.25rem;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 5.9375rem;
	z-index: 3;
}

.c-pagetop.is-show {
	opacity: 1;
	visibility: visible;
}

.c-pagetop:hover {
	opacity: 0.8;
	transform: translateY(-0.3125rem);
}

.c-pagetop__icon {
	background-image: url("../../assets/img/common/icon-arrow-up.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
	height: 3.5625rem;
	width: 4.0625rem;
}

.c-pageTitle {
	font-size: 1.75rem;
	font-weight: 700;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-pageTitle::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.375rem;
	left: -5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.75rem;
}

.c-pillButton {
	align-items: center;
	background-color: #b2906b;
	border-radius: 624.9375rem;
	color: #ffffff;
	display: inline-flex;
	filter: 0.3s ease;
	gap: 0.9375rem;
	justify-content: center;
	padding: 0.375rem 1.125rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.c-pillButton::after {
	background-image: url("../../assets/img/common/icon-arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.75rem;
	width: 0.75rem;
}

.c-pillButton:hover {
	filter: brightness(1.05);
	opacity: 0.9;
}

.c-colorBars {
	background-image: url("../../assets/img/common/deco-color-bars.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0.4375rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: 100vw;
}

.c-webReserve {
	align-items: center;
	background-color: #8ab0dd;
	border-radius: 0.5rem 0 0 0.5rem;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	height: 17.25rem;
	justify-content: center;
	padding: 0.75rem 0;
	position: fixed;
	right: 0;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	width: 4.6875rem;
	z-index: 3;
}

.c-webReserve__text {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.c-webReserve__icon img {
	display: block;
	height: auto;
	width: 1.6875rem;
}

/* ======================
  汎用クラス
  ====================== */

.p-header {
	background-color: #ede3da;
	padding-bottom: 0.3125rem;
	padding-top: 1.875rem;
}

.p-header__inner {
	margin-inline: auto;
	max-width: 106.25rem;
	padding-inline: 50px;
}

.p-header__main {
	align-items: end;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.p-header__left {
	align-self: center;
}

.p-header__right {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
}

.p-header__logo {
	height: auto;
	width: 26.875rem;
}

.p-header__cta {
	display: flex;
	gap: 1.875rem;
}

/*--------------------------------
  CTAボタン「電話番号」「アクセス」
--------------------------------*/

.p-header__ctaItem {
	align-items: center;
	background-color: #b2906b;
	border-radius: 1.25rem;
	color: #ffffff;
	display: grid;
	font-size: 1.125rem;
	font-weight: bold;
	height: 2.8125rem;
	padding-left: 3.3125rem;
	width: 15rem;
}

.p-header__ctaItem--tel,
.p-header__ctaItem--access {
	position: relative;
}

.p-header__ctaItem--tel::before,
.p-header__ctaItem--access::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5625rem;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-header__ctaItem--tel::before {
	background-image: url("../../assets/img/common/icon-phone.svg");
}

.p-header__ctaItem--access::before {
	background-image: url("../../assets/img/common/icon-train.svg");
}

/*--------------------------------
  SPヘッダーのスタイル
--------------------------------*/

.p-headerSp__medicalItem {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 0.5rem;
	color: #000000;
	font-size: 0.6875rem;
	height: 1.3125rem;
	text-align: center;
	width: 8.1875rem;
}

.p-headerSp__medicalItem:nth-child(2) {
	margin-top: 0.625rem;
}

/*--------------------------------
  グローバルナビ
--------------------------------*/

.p-globalNav__list {
	display: flex;
	gap: 3.4375rem;
	padding-bottom: 0.625rem;
	text-align: center;
}

.p-globalNav__list-item {
	color: #000000;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-globalNav__list-item:hover {
	color: #b2906b;
}

.p-globalNav__list-item { /* 現在のページに色付け */
}

.p-globalNav__list-item a[aria-current=page] {
	color: #b2906b;
}

.p-header__sub {
	margin-top: 0.3125rem;
}

.p-header__lead {
	color: #000000;
	font-size: 1.25rem;
}

/*--------------------------------
  footer共通
--------------------------------*/

.p-footer {
	background-color: #ffffff;
	overflow-x: clip;
	overflow-y: visible;
	padding-block: 1.875rem;
	position: relative;
}

.p-footer::before {
	background-image: url("../../assets/img/footer/deco-footer-cloud-pc.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 33.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 145.25rem;
	z-index: -1;
}

.p-footer__inner {
	margin-inline: auto;
	max-width: 106.25rem;
	padding-inline: 50px;
}

.p-footer__main {
	align-items: end;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-bottom: 0.5rem;
}

.p-footer__right {
	align-items: end;
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
}

.p-footer__logo {
	height: auto;
	width: 26.875rem;
}

.p-footer__cta {
	display: flex;
	gap: 1.875rem;
}

/*--------------------------------
  SP版のみ
--------------------------------*/

.p-footer__tagline {
	font-size: 0.75rem;
}

.p-footer__cloudCopy {
	left: -1.25rem;
	position: absolute;
	top: -2.875rem;
	z-index: 2;
}

.p-footer__cloudCopy::before {
	background-image: url("../../assets/img/footer/deco-footer-cloud-left-sp.svg");
	content: "";
	height: 7.4375rem;
	left: -4.0625rem;
	position: absolute;
	top: -1.0625rem;
	width: 11.5rem;
	z-index: -1;
}

.p-footer__cloudCopy--bird {
	background-image: url("../../assets/img/footer/icon-bird.svg");
	height: 1.25rem;
	left: 1.375rem;
	position: absolute;
	top: 3.75rem;
	width: 1.5rem;
}

.p-footer__cloudCopy--text {
	color: #b2906b;
	font-size: 1rem;
	font-weight: 700;
}

/*--------------------------------
  CTAボタン「電話番号」「アクセス」
--------------------------------*/

.p-footer__ctaItem {
	align-items: center;
	background-color: #b2906b;
	border-radius: 1.25rem;
	color: #ffffff;
	display: grid;
	font-size: 1.125rem;
	font-weight: bold;
	height: 2.8125rem;
	width: 15rem;
}

.p-footer__ctaItem--blog,
.p-footer__ctaItem--tel,
.p-footer__ctaItem--access {
	position: relative;
}

.p-footer__ctaItem--blog::before,
.p-footer__ctaItem--tel::before,
.p-footer__ctaItem--access::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-footer__ctaItem--blog {
	padding-left: 3.125rem;
	width: 13.9375rem;
}

.p-footer__ctaItem--blog::before {
	background-image: url("../../assets/img/common/icon-arrow-right.svg");
	height: 1.5rem;
	right: 1.25rem;
	width: 0.75rem;
}

.p-footer__ctaItem--tel,
.p-footer__ctaItem--access {
	padding-left: 3.5rem;
}

.p-footer__ctaItem--tel::before,
.p-footer__ctaItem--access::before {
	height: 1.5625rem;
	left: 1.5625rem;
	width: 1.25rem;
}

.p-footer__ctaItem--tel::before {
	background-image: url("../../assets/img/common/icon-phone.svg");
}

.p-footer__ctaItem--access::before {
	background-image: url("../../assets/img/common/icon-train.svg");
}

/*--------------------------------
  グローバルナビ
--------------------------------*/

.p-footerNav__list {
	display: flex;
	gap: 3.4375rem;
	padding-bottom: 0.625rem;
	text-align: center;
}

.p-footerNav__list-item {
	color: #000000;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-footerNav__list-item:hover {
	color: #b2906b;
}

.p-footerNav__list-item { /* 現在のページに色付け */
}

.p-footerNav__list-item a[aria-current=page] {
	color: #b2906b;
}

.p-footer__copyright small {
	font-size: 1.3125rem;
}

/*--------------------------------
  colorBars
--------------------------------*/

.p-footer__lead {
	color: #000000;
	font-size: 1.625rem;
	font-weight: bold;
}

/*--------------------------------
  フッターナビ／固定メニュー（SP版）
--------------------------------*/

.p-footerFixed {
	background-color: #ede3da;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}

/* 電話・ハンバーガー共通 */

.p-footerFixed__ctaItem,
.p-footerFixed__hamburger {
	align-items: center;
	background-color: #b2906b;
	border-radius: 0.5rem;
	color: #ffffff;
	display: flex;
	font-size: 0.8125rem;
	gap: 0.625rem;
	height: 2.8125rem;
	justify-content: center;
}

/* 電話 */

.p-footerFixed__ctaItem--tel {
	padding-left: 1.375rem;
}

.p-footerFixed__ctaItem--tel::before {
	background-image: url("../../assets/img/footer/icon-smartphone.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.8125rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

/* ハンバーガー */

.p-footerFixed__hamburger {
	background-color: #8ab0dd;
	flex-direction: column;
	gap: 0.1875rem;
	padding-top: 0.5rem;
}

.p-footerFixed__hamburger::before {
	content: "";
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-footerFixed__hamburger.is-open .p-footerFixed__hamburger__line:nth-child(1) {
	transform: translateY(0.1875rem) rotate(45deg);
}

.p-footerFixed__hamburger.is-open .p-footerFixed__hamburger__line:nth-child(2) {
	transform: translateY(-0.1875rem) rotate(-45deg);
}

.p-footerFixed__hamburger__line {
	background-color: #ffffff;
	height: 0.125rem;
	transition: transform 0.3s ease-in-out;
	width: 1.25rem;
}

/*--------------------------------
  ドロワーナビを表示する
--------------------------------*/

.p-drawer-nav {
	display: none;
}

.p-drawer-nav.is-open {
	transform: translateX(0);
}

.p-drawerNav__list {
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 650px;
	row-gap: 0.625rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-drawerNav__list-item a {
	color: #7a5a3a;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

/* ======================
  ページタイトル帯
  ====================== */

.p-bandTitle {
	border-radius: 0.625rem;
	min-height: 5.375rem;
}

.p-bandTitle__inner {
	align-items: center;
	display: flex;
	height: 100%;
	padding-left: 3.25rem;
	position: relative;
	z-index: 1;
}

.p-bandTitle--concept {
	background-color: #b2906b;
}

.p-bandTitle--aboutPsychiatry {
	background-color: #8ab0dd;
}

.p-bandTitle--doctors {
	background-color: #c3d13b;
}

.p-bandTitle--shinryo-medical {
	background-color: #b2906b;
}

.p-bandTitle--clinic-medical {
	background-color: #8ab0dd;
}

.p-bandTitle--faq {
	background-color: #b4d89e;
}

.p-bandTitle--policy {
	background-color: #b2906b;
}

.p-bandTitle--news {
	background-color: #b2906b;
}

.p-bandTitle__deco-ladder {
	background-image: url("../../assets/img/common/deco-pageTitle-ladder.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.5rem;
	left: 1.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.p-bandTitle__title {
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 700;
}

.p-bandTitle__deco-pageTitle {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 5.4375rem;
	position: absolute;
	right: 2.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.p-bandTitle__deco-pageTitle--chair {
	background-image: url("../../assets/img/common/deco-doctors-chair.svg");
}

.p-bandTitle__deco-pageTitle--medical {
	background-image: url("../../assets/img/common/deco-pageTitle-medical.svg");
	top: 115%;
}

.p-bandTitle__deco-pageTitle--medical--clinic {
	background-image: url("../../assets/img/common/deco-pageTitle-medical-clinic.svg");
}

.p-bandTitle__deco-pageTitle--medical--book {
	background-image: url("../../assets/img/common/deco-pageTitle-medical-book.svg");
}

.p-bandTitle__deco-pageTitle--faq {
	background-image: url("../../assets/img/common/deco-pageTitle-question.svg");
	width: 14.125rem;
}

.p-bandTitle__deco-pageTitle--policy {
	background-image: url("../../assets/img/common/deco-pageTitle-policy.svg");
	width: 1.5rem;
}

/* ========================================
   Access／全ページ共通
   ======================================== */

.p-access {
	padding-block: 6.25rem;
}

.p-access__wrapper {
	background-color: #ffffff;
	border-radius: 1.25rem;
	padding-block: 2.5rem;
	padding-inline: 9.375rem;
}

.p-access__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	margin-bottom: 1.625rem;
}

.p-access__titleIcon {
	background-image: url("../../assets/img/common/icon-access.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	flex-shrink: 0;
	height: 4.0625rem;
	width: 1.75rem;
}

.p-access__station {
	display: inline-block;
	margin-left: 0.5rem;
}

.p-access__body {
	display: flex;
}

.p-access__map {
	margin-right: 2.5rem;
	width: 55%;
}

.p-access__side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 1.25rem;
}

.p-access__address span:not(:first-child) {
	margin-top: 1.75rem;
}

.p-access__address span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-access__link {
	margin-left: 3.125rem;
}

.p-access__mapLink::after {
	display: none !important;
}

.p-access__mapLinkIcon {
	background-image: url("../../assets/img/common/icon-googlemap@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 4rem;
	width: 17.125rem;
}

.p-sectionFrame {
	isolation: isolate;
	overflow-x: clip;
	position: relative;
}

.p-sectionFrame--white {
	background-color: #ffffff;
}

.p-sectionFrame--white::before,
.p-sectionFrame--white::after {
	background-image: url("../../assets/img/common/bg-curve-top.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 128.0625rem;
	z-index: 0;
}

.p-sectionFrame--white::before {
	background-image: url("../../assets/img/common/bg-curve-top.svg");
	background-position: bottom center;
	bottom: calc(100% - 3.125rem);
}

.p-sectionFrame--white::after {
	background-image: url("../../assets/img/common/bg-curve-bottom.svg");
	background-position: top center;
	top: calc(100% - 3.125rem);
}

/* ======================
  お知らせ＋診療時間
  ====================== */

.p-sectionFrame--infoSchedule {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

/* ======================
  背景装飾のクラス
  ====================== */

/* 共通 */

.p-sectionFrame__deco {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
}

/* 雲の浮遊アニメーション */

.is-floating {
	animation: cloudFloat 15s ease-in-out infinite;
}

.is-shaking-right {
	animation: leafShakeRight 10s ease-in-out infinite;
	transform-origin: right bottom;
}

.is-shaking-left {
	animation: leafShakeLeft 10s ease-in-out infinite;
	transform-origin: left bottom;
}

/* トップページの白背景内の装飾 */

/* 左：雲:小さい：ブラウン */

.p-sectionFrame__deco--cloud-left {
	background-image: url("../../assets/img/deco/deco-cloud-brown-left.svg");
	height: 7.75rem;
	right: calc(50% + 31.25rem);
	top: 10%;
	width: 12.0625rem;
}

/* 右上：雲:中型：ブラウン */

.p-sectionFrame__deco--cloud-brown-righttop {
	background-image: url("../../assets/img/deco/deco-cloud-brown-righttop.svg");
	height: 20.6875rem;
	left: calc(50% + 24.375rem);
	top: 22%;
	width: 33.1875rem;
}

/* 右下：雲:中型：ブラウン */

.p-sectionFrame__deco--cloud-brown-rightbottom {
	background-image: url("../../assets/img/deco/deco-cloud-brown-rightbottom.svg");
	height: 20.6875rem;
	left: calc(50% + 38.75rem);
	top: 80%;
	width: 33.1875rem;
}

/* 左：葉:大きい */

.p-sectionFrame__deco--leaf--left {
	background-image: url("../../assets/img/deco/deco-leaf--left.svg");
	height: 22.5625rem;
	right: calc(50% + 29.375rem);
	top: 75%;
	transform: translateY(-50%);
	width: 23.9375rem;
}

/* 右：葉:大きい */

.p-sectionFrame__deco--leaf-right {
	background-image: url("../../assets/img/deco/deco-leaf-lightgreen-right.svg");
	height: 28.625rem;
	left: calc(50% + 20.625rem);
	top: 70%;
	transform: translateY(-50%);
	width: 30.3125rem;
}

/* ブラウン背景内の装飾（全ページ共通） */

/* 左：雲:中型：白 */

.p-sectionFrame__deco--cloud-white-left {
	background-image: url("../../assets/img/deco/deco-cloud-white-left.svg");
	height: 12.875rem;
	right: calc(50% + 35rem);
	top: 20%;
	width: 19.9375rem;
}

/* 右：雲:小型：白 */

.p-sectionFrame__deco--cloud-white-right {
	background-image: url("../../assets/img/deco/deco-cloud-white-right.svg");
	height: 12.875rem;
	left: calc(50% + 34rem);
	top: 50%;
	width: 19.9375rem;
}

/* 右：雲:大型：白 */

.p-sectionFrame__deco--cloud-white-large-right {
	background-image: url("../../assets/img/deco/deco-cloud-white-right.svg");
	height: 20.25rem;
	left: calc(50% + 45rem);
	top: 20%;
	width: 31.375rem;
}

/* 右：葉:小さい */

.p-sectionFrame__deco--leaf-small-right {
	background-image: url("../../assets/img/deco/deco-leaf-lightgreen-right.svg");
	height: 29.75rem;
	left: calc(50% + 31.25rem);
	top: 15.875rem;
	width: 34.375rem;
}

.is-fade-up {
	opacity: 0;
	transform: translateY(1.875rem);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.is-fade-up.is-active {
	opacity: 1;
	transform: translateY(0);
}

/* ========================================
   Top Page
   ======================================== */

.p-page-top { /* ========================================
  ファーストビュー   ======================================== */
}

.p-page-top .p-fv {
	padding-bottom: 2.8125rem;
	padding-top: 3.125rem;
	position: relative;
}

.p-page-top .p-fv {
	position: relative;
}

.p-page-top .p-fv__inner {
	margin-inline: auto;
	max-width: 60.625rem;
	position: relative;
}

.p-page-top .p-fv__decoLadder {
	background: repeating-linear-gradient(to bottom, #d7b996 0, #d7b996 0.6875rem, transparent 0.6875rem, transparent 1.375rem);
	height: 61.0625rem;
	position: absolute;
	top: 0;
	width: 9.25rem;
	z-index: 0;
}

.p-page-top .p-fv__decoLadder--left {
	left: -11.5rem;
}

.p-page-top .p-fv__decoLadder--right {
	right: -11.5rem;
}

.p-page-top .p-fv__slider {
	border-radius: 1.75rem;
	height: 42.1875rem;
	overflow: hidden;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-page-top .p-fv__slide,
.p-page-top .p-fv__slideImg {
	height: 100%;
	width: 100%;
}

.p-page-top .p-fv__slideImg {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-page-top .p-fv__decoCloud {
	align-items: center;
	background-image: url("../../assets/img/top/bg-cloud.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	gap: 1.5rem;
	height: 13.5rem;
	justify-content: end;
	left: -10.5rem;
	padding-right: 2.8125rem;
	position: absolute;
	top: 35.5rem;
	width: 19.25rem;
	z-index: 2;
}

.p-page-top .p-fv__decoCloudText {
	color: #b2906b;
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-page-top .p-fv__decoCloudIcon {
	display: block;
	height: 3.6875rem;
	width: 4.4375rem;
}

.p-page-top .p-fv__decoCloudIcon img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-page-top .p-fv__blogButton {
	align-items: center;
	background-image: url("../../assets/img/top/bg-cloud-blog.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	height: 20.125rem;
	justify-content: space-between;
	padding: 6.25rem 0.75rem 2.625rem 0.75rem;
	position: absolute;
	right: -8.75rem;
	top: -2.8125rem;
	width: 31.25rem;
	z-index: 2;
}

.p-page-top .p-fv__blogButton::after {
	background-image: url("../../assets/img/top/icon-ear-of-rice@2x.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.1875rem;
	content: "";
	height: 8.25rem;
	position: absolute;
	right: -0.125rem;
	width: 5.5rem;
}

.p-page-top .p-fv__blogRowText {
	color: #b2906b;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}

.p-page-top .p-fv__blogDoctor {
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-left: 0.9375rem;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-page-top .p-fv__blogLink {
	background-color: #4da057;
	font-size: 1.125rem;
	font-weight: 700;
	margin-inline: auto;
	margin-top: 1.5rem;
	padding: 0.375rem 1.25rem;
}

.p-page-top .p-fv__blogRowIcon {
	height: 7.75rem;
	width: 5.125rem;
}

.p-page-top .p-fv__blogRowIcon img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-page-top .p-fv__circleButtons {
	bottom: 5.625rem;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.p-page-top .p-fv__circleButton {
	align-items: center;
	background-color: #ddcbbc;
	border-radius: 50%;
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	height: 11.25rem;
	justify-content: center;
	text-decoration: none;
	width: 11.25rem;
}

.p-page-top .p-fv__circleButtonImg {
	display: block;
	margin-bottom: 0.125rem;
}

.p-page-top .p-fv__circleButtonImg--reserve {
	width: 3.4375rem;
}

.p-page-top .p-fv__circleButtonImg--first {
	width: 5.125rem;
}

.p-page-top .p-fv__circleButtonImg--faq {
	width: 6.4375rem;
}

.p-page-top .p-fv__circleButtonImg img {
	display: block;
	height: auto;
	width: 100%;
}

.p-page-top .p-fv__circleButtonLabel {
	font-size: 1.3125rem;
	line-height: 1.4;
	text-align: center;
}

.p-page-top .p-fv__circleButtonWrap {
	position: relative;
}

.p-page-top .p-fv__reservePopup {
	align-items: center;
	background-image: url("../../assets/img/top/bg-cloud.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: calc(100% + 1.5rem);
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	left: 50%;
	opacity: 0;
	padding: 4.5rem 1.25rem 3.125rem;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.25s ease;
	width: 23.75rem;
	z-index: 4;
}

.p-page-top .p-fv__circleButtonWrap:hover .p-fv__reservePopup {
	opacity: 1;
	pointer-events: auto;
}

.p-page-top .p-fv__reservePopupLead {
	color: #b2906b;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-page-top .p-fv__reservePopupTel {
	font-size: 1.125rem;
	height: 3.125rem;
	width: 16.25rem;
}

.p-page-top .p-fv__reservePopupLogo {
	display: block;
	height: auto;
	width: 11.875rem;
}

.p-page-top .p-fv__catch {
	margin-top: 10rem;
	text-align: center;
}

.p-page-top .p-fv__catchCopyText {
	display: inline-block;
	padding-bottom: 0.375rem;
}

.p-page-top .p-fv__catchNotice {
	display: inline-block;
	font-size: 1.5rem;
	padding-bottom: 0.375rem;
}

.p-page-top .p-fv__catchNotice--dotted {
	border-bottom: 2px dotted #333;
}

.p-page-top { /* ======================
  当院の考え方
  ====================== */
}

.p-page-top .p-top__inner {
	position: relative;
	z-index: 2;
}

.p-page-top .p-topConcept {
	font-family: heisei-maru-gothic-std, sans-serif;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin-inline: auto;
	padding-bottom: 2.1875rem;
	padding-top: 2.1875rem;
}

.p-page-top .p-topConcept p + p {
	margin-top: 1.875rem;
}

.p-page-top .p-topConcept ul {
	list-style: none;
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}

.p-page-top { /* ======================
  お知らせ＋診療時間
  ====================== */
}

.p-page-top .p-infoSchedule {
	display: grid;
	gap: 3.75rem;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 2;
}

.p-page-top .p-infoSchedule__col {
	background-color: #fff;
	border-radius: 2rem;
	padding-block: 1.375rem;
	padding-inline: 1.375rem;
}

.p-page-top .p-infoSchedule__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.p-page-top .p-infoSchedule__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1.5rem;
}

.p-page-top .p-infoSchedule__title-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	flex-shrink: 0;
	height: 3.125rem;
	width: 3.75rem;
}

.p-page-top .p-infoSchedule__title-icon--info {
	background-image: url("../../assets/img/common/icon-info-brown.svg");
}

.p-page-top .p-infoSchedule__title-icon--clock {
	background-image: url("../../assets/img/common/icon-clock-brown.svg");
}

.p-page-top .p-infoSchedule__more {
	flex-shrink: 0;
	font-size: 1.375rem;
	height: 3.3125rem;
	padding-left: 2.5rem;
	width: 13rem;
}

.p-page-top .p-infoSchedule__list {
	list-style: none;
}

.p-page-top .p-infoSchedule__item {
	background-image: linear-gradient(to right, #999999 0px, #999999 6px, transparent 6px, transparent 16px);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 16px 1px;
}

.p-page-top .p-infoSchedule__link {
	align-items: baseline;
	display: flex;
	font-size: 1rem;
	gap: 1.5rem;
	padding-block: 1.25rem;
}

.p-page-top .p-infoSchedule__date {
	color: #b2906b;
	flex-shrink: 0;
}

.p-page-top .p-infoSchedule__link {
	flex: 1;
}

.p-page-top { /* ======================
  診療時間
  ====================== */
}

.p-page-top .p-infoSchedule__table-wrap {
	overflow-x: auto;
}

.p-page-top .p-infoSchedule__table {
	border-collapse: collapse;
	width: 100%;
}

.p-page-top .p-infoSchedule__table th,
.p-page-top .p-infoSchedule__table td {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.375rem 0;
	text-align: center;
	vertical-align: middle;
}

.p-page-top .p-infoSchedule__table thead th:first-child {
	color: #b2906b;
	width: 9.375rem;
}

.p-page-top .p-infoSchedule__table tbody th {
	color: #b2906b;
	letter-spacing: 0;
	padding-right: 1rem;
	text-align: right;
	white-space: nowrap;
}

.p-page-top .p-infoSchedule__notes {
	list-style: none;
	margin-top: 0.5rem;
	padding-left: 1rem;
}

.p-page-top .p-infoSchedule__note {
	font-size: 1rem;
	letter-spacing: 0;
}

.p-page-top { /* ======================
  精神科・心療内科について
  ====================== */
}

.p-page-top .p-aboutPsychiatry {
	font-family: heisei-maru-gothic-std, sans-serif;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin-inline: auto;
	padding-bottom: 4.6875rem;
	padding-top: 3.125rem;
}

.p-page-top .p-aboutPsychiatry p + p {
	margin-top: 1.875rem;
}

.p-page-top .p-aboutPsychiatry ul {
	list-style: none;
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}

.p-page-top .p-aboutPsychiatry__list {
	list-style: none;
	margin-top: 1rem;
}

.p-page-top .p-aboutPsychiatry__item {
	padding-left: 1.5rem;
	position: relative;
}

.p-page-top .p-aboutPsychiatry__item::before {
	content: "・";
	left: 0;
	position: absolute;
}

.p-error404 {
	padding-block: 7.5rem;
	text-align: center;
}

.p-error404__title {
	color: #000000;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
}

.p-error404__text {
	color: #000000;
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-error404__link {
	align-items: center;
	background-color: #b2906b;
	border-radius: 1.75rem;
	color: #ffffff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 2.25rem;
	min-height: 3.5rem;
	min-width: 17.5rem;
	padding-inline: 1.5rem;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.p-error404__link:hover {
	opacity: 0.85;
}

/* ========================================
   Doctors Page／医師紹介
   ======================================== */

.p-page-doctors {
	padding-top: 1.25rem;
}

.p-page-doctors .p-doctors__inner {
	position: relative;
	z-index: 2;
}

.p-page-doctors { /* ======================
  医師紹介（カード全体）
  ====================== */
}

.p-page-doctors .p-doctorsCards {
	padding-bottom: 4.6875rem;
	padding-top: 3.125rem;
}

.p-page-doctors { /* ======================
  医師カード
  ====================== */
}

.p-page-doctors .p-doctorsCard:not(:first-child) {
	margin-top: 3.75rem;
}

.p-page-doctors .p-doctorsCard__head {
	background-color: #ede3da;
	border-radius: 0.3125rem;
	padding-block: 0.625rem;
	padding-left: 1.125rem;
	width: 43.75rem;
}

.p-page-doctors .p-doctorsCard__name span {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-page-doctors .p-doctorsCard__role {
	display: inline-block;
	margin-right: 1.5rem;
}

.p-page-doctors .p-doctorsCard__intro {
	font-size: 1rem;
	margin-top: 3.75rem;
}

.p-page-doctors .p-doctorsCard__intro p {
	text-align: justify;
}

.p-page-doctors .p-doctorsCard__intro p:nth-child(1),
.p-page-doctors .p-doctorsCard__intro p:nth-child(4) {
	margin-bottom: 1.6875rem;
}

.p-page-doctors .p-doctorsDl {
	margin-top: 1.875rem;
}

.p-page-doctors .p-doctorsDl__row {
	margin-top: 1.875rem;
}

.p-page-doctors .p-doctorsDl__head {
	font-size: 1.625rem;
	margin-bottom: 0.375rem;
	padding-left: 2.5rem;
	position: relative;
}

.p-page-doctors .p-doctorsDl__head::before {
	background-image: url("../../assets/img/page-doctor/icon-section-chair.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.p-page-doctors .p-doctorsDl__note {
	font-size: 0.8125rem;
	font-weight: 500;
}

.p-page-doctors { /* 内容 */
}

.p-page-doctors .p-doctorsCareer__item {
	flex: 1;
	font-size: 1rem;
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.p-page-doctors .p-doctorsUl {
	font-size: 1rem;
}

/* ========================================
   FAQ Page／よくある質問
   ======================================== */

.p-page-faq {
	color: black;
	padding-top: 1.25rem;
}

.p-page-faq .p-faq {
	padding-bottom: 4.6875rem;
	padding-top: 4.375rem;
}

.p-page-faq .p-faqItem {
	margin-top: 4rem;
}

.p-page-faq .p-faqItem:first-child {
	margin-top: 0;
}

.p-page-faq .p-faqItem__q,
.p-page-faq .p-faqItem__a {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
}

.p-page-faq .p-faqItem__q {
	align-items: center;
}

.p-page-faq .p-faqItem__a {
	margin-top: 1.875rem;
}

.p-page-faq .p-faqItem__label {
	flex-shrink: 0;
	height: 1.875rem;
	position: relative;
	width: 1.875rem;
}

.p-page-faq .p-faqItem__label::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
}

.p-page-faq .p-faqItem__label--q::before {
	background-image: url("../../assets/img/common/faq-q@2x.png");
	top: 50%;
}

.p-page-faq .p-faqItem__label--a::before {
	background-image: url("../../assets/img/common/faq-a@2x.png");
	top: 50%;
}

.p-page-faq .p-faqItem__question {
	color: #4f9a5f;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-page-faq .p-faqItem__answer {
	color: #222;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}

.p-page-faq .p-faqItem__answer p {
	text-align: justify;
}

.p-page-faq .p-faqItem__answer p + p {
	margin-top: 0.75rem;
}

.p-faq__inner {
	position: relative;
	z-index: 2;
}

/* ========================================
   Policy Page
   ======================================== */

.p-page-policy {
	padding-top: 1.25rem;
}

.p-page-policy .p-policy {
	padding-bottom: 4.6875rem;
	padding-top: 4.375rem;
}

.p-page-policy .p-policy__lead {
	font-size: 1rem;
	text-align: justify;
}

.p-page-policy .p-policyList {
	margin-top: 2.8125rem;
}

.p-page-policy .p-policyItem {
	text-align: justify;
}

.p-page-policy .p-policyItem:not(:first-child) {
	margin-top: 1.875rem;
}

.p-page-policy .p-policyItem {
	font-size: 1rem;
}

.p-policy__inner {
	max-width: 67.5rem;
	position: relative;
	z-index: 2;
}

/* ========================================
   Medical Page／診療案内
   ======================================== */

.p-page-medical {
	padding-top: 1.25rem;
}

.p-page-medical .p-medical {
	padding-bottom: 4.6875rem;
	padding-top: 4.375rem;
}

.p-page-medical .p-medical__inner {
	position: relative;
	z-index: 2;
}

.p-page-medical .p-medicalBlock {
	background-color: #ffffff;
}

.p-page-medical .p-medicalBlock:not(:first-child) {
	margin-top: 3.125rem;
}

.p-page-medical .p-medicalBlock__note {
	margin-top: 1.25rem;
	padding-inline: 1.25rem;
}

.p-page-medical .p-medicalBlock__noteText {
	font-size: 1rem;
}

.p-page-medical .p-medical__lead {
	font-size: 1rem;
}

.p-page-medical .p-medicalList {
	margin-top: 2.8125rem;
}

.p-page-medical .p-medicalItem:not(:first-child) {
	margin-top: 1.875rem;
}

.p-page-medical .p-medicalItem {
	font-size: 1rem;
}

.p-page-medical .p-medicalBlock--psychiatry {
	position: relative;
}

.p-page-medical .p-medicalBlock--medicalSupport {
	position: relative;
}

.p-page-medical .p-medicalBlock__deco {
	display: block;
	position: absolute;
}

.p-page-medical .p-medicalBlock__deco img {
	display: block;
	height: auto;
	width: 100%;
}

.p-page-medical .p-medicalBlock__deco--cup {
	right: 6.375rem;
	top: 2.625rem;
	width: 6.375rem;
}

.p-page-medical .p-medicalBlock__deco--sunCloud {
	bottom: 1.375rem;
	left: 4.5rem;
	width: 14.5rem;
}

.p-page-medical .p-medicalBlock__deco--supportSun {
	right: 3.75rem;
	top: 2.5rem;
	width: 7.75rem;
	z-index: 1;
}

.p-page-medical .p-medicalBlock__deco--supportLeaf {
	bottom: 0;
	right: 10.625rem;
	width: 12.625rem;
	z-index: 1;
}

.p-page-medical .p-medicalCard {
	border: 0.75rem solid #cccccc;
	min-height: 20.625rem;
	padding: 0.875rem 1.5rem;
}

.p-page-medical .p-medicalCard--schedule {
	min-height: auto;
	padding: 0 0 1.25rem;
}

.p-page-medical .p-medicalCard--support {
	margin-inline: auto;
	min-height: 23.9375rem;
	position: relative;
	width: 53.125rem;
	z-index: 1;
}

.p-page-medical .p-medicalCard--support .p-medicalCard__title {
	position: relative;
	z-index: 3;
}

.p-page-medical .p-infoSchedule__table-wrap {
	overflow-x: auto;
}

.p-page-medical .p-infoSchedule__table {
	border-collapse: collapse;
	border-width: 0;
	width: 100%;
}

.p-page-medical .p-infoSchedule__table thead tr {
	background-color: #cccccc;
}

.p-page-medical .p-infoSchedule__table th,
.p-page-medical .p-infoSchedule__table td {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem 0;
	text-align: center;
	vertical-align: middle;
}

.p-page-medical .p-infoSchedule__table thead th:first-child {
	font-size: 1.75rem;
	width: 20.625rem;
}

.p-page-medical .p-infoSchedule__table tbody th {
	font-size: 1.75rem;
	letter-spacing: 0;
	padding-right: 1rem;
	white-space: nowrap;
}

.p-page-medical .p-medicalCard__holiday {
	font-size: 1rem;
	margin-top: 0.5rem;
	padding-right: 1.25rem;
	text-align: right;
}

.p-page-medical .p-medicalCard--newcomers {
	min-height: auto;
	padding: 0;
}

.p-page-medical .p-newcomersHead {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	padding: 1.25rem 1.5rem 0.9375rem;
}

.p-page-medical .p-newcomersHead__hand {
	display: block;
	flex-shrink: 0;
	width: 4.8125rem;
}

.p-page-medical .p-newcomersHead__hand img {
	display: block;
	height: auto;
	width: 100%;
}

.p-page-medical .p-newcomersHead__titleGroup {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-page-medical .p-newcomersHead__infoLogo {
	display: block;
}

.p-page-medical .p-newcomersHead__infoLogo img {
	display: block;
	height: 1.125rem;
	width: auto;
}

.p-page-medical .p-newcomersHead__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
}

.p-page-medical .p-medicalCard--newcomers .p-medicalCard__body {
	padding: 1.25rem 1.875rem 1.875rem;
}

.p-page-medical .p-newcomers__lead {
	font-size: 1rem;
	text-align: center;
}

.p-page-medical .p-medicalStep {
	list-style: none;
	margin-top: 1.25rem;
	padding: 0 3.75rem;
}

.p-page-medical .p-medicalStep__item:last-child .p-medicalStep__arrow {
	display: none;
}

.p-page-medical .p-medicalStep__row {
	align-items: center;
	display: flex;
	gap: 2.25rem;
}

.p-page-medical .p-medicalStep__label {
	align-items: center;
	border: 0.375rem solid #cccccc;
	display: flex;
	flex-shrink: 0;
	gap: 0.625rem;
	justify-content: space-around;
	padding: 0.625rem 1rem;
	width: 10rem;
}

.p-page-medical .p-medicalStep__num {
	display: block;
	flex-shrink: 0;
	height: 1.625rem;
}

.p-page-medical .p-medicalStep__num img {
	display: block;
	height: 100%;
	width: auto;
}

.p-page-medical .p-medicalStep__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.p-page-medical .p-medicalStep__text {
	flex: 1;
	font-size: 1rem;
	text-align: justify;
}

.p-page-medical .p-medicalStep__arrow {
	font-size: 1.25rem;
	line-height: 1;
	margin: 0.375rem 0;
	text-align: center;
	width: 10rem;
}

.p-page-medical .p-newcomers__caution {
	color: #c0392b;
	font-size: 1rem;
	margin-top: 1.25rem;
	padding: 0 3.75rem;
}

.p-page-medical .p-medicalCard__title {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-page-medical .p-medicalCard__conditions {
	font-size: 1rem;
	margin-top: 3.75rem;
	padding: 0 3.125rem;
	text-align: justify;
}

.p-page-medical .p-medicalCard__supportText {
	font-size: 1rem;
	margin-top: 3.75rem;
	padding: 0 3.125rem;
	text-align: justify;
}

.p-page-medical .p-medicalCard__body--support {
	position: relative;
}

.p-page-medical .p-medicalCard__supportNote {
	font-size: 1rem;
	margin-top: 1.375rem;
	padding-inline: 3.125rem;
	text-align: justify;
}

.p-page-medical .p-medicalCard--clinicGallery {
	margin-inline: auto;
	min-height: auto;
	padding-block: 2.8125rem;
	position: relative;
	width: 53.125rem;
	z-index: 1;
}

.p-page-medical .p-medicalBlock--clinic-gallery {
	position: relative;
}

.p-page-medical .p-medicalBlock__deco--clinicLeafSmall {
	bottom: 0.5rem;
	right: 1.25rem;
	width: 4rem;
	z-index: 2;
}

.p-page-medical .p-medicalCard__clinicLead {
	font-size: 1rem;
	text-align: justify;
}

.p-page-medical .p-medicalCard__clinicImages {
	margin-top: 2.5rem;
	padding-inline: 4.375rem;
}

.p-page-medical .p-medicalCard__clinicImage {
	display: block;
	height: auto;
	width: 100%;
}

.p-page-medical .p-medicalCard__clinicImage:not(:first-child) {
	margin-top: 2.5rem;
}

/*--------------------------------
  p-pagination
--------------------------------*/

.p-pagination {
	margin-top: 2.5rem;
}

.p-pagination__list {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.p-pagination__item {
	font-size: 1rem;
	list-style: none;
}

.p-pagination__item .page-numbers {
	align-items: center;
	border: 1px solid #7a5a3a;
	color: #7a5a3a;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	min-width: 2.5rem;
	padding-inline: 0.625rem;
	text-decoration: none;
	transition: 0.3s;
}

.p-pagination__item .page-numbers:hover {
	background-color: #7a5a3a;
	color: #ffffff;
}

.p-pagination__item .page-numbers.current {
	background-color: #7a5a3a;
	border: none;
	color: #ffffff;
}

.p-pagination__item .prev,
.p-pagination__item .next {
	font-size: 0.875rem;
	min-width: 2rem;
}

/* ========================================
    News Page／お知らせ
    ======================================== */

.p-news {
	padding-top: 1.25rem;
}

.p-news .p-news__inner {
	position: relative;
	z-index: 2;
}

.p-news .p-news__layout {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
}

.p-news .p-news__sidebar {
	flex-shrink: 0;
	width: 18.75rem;
}

.p-news .p-newsList {
	flex: 1;
	min-width: 0;
	padding-bottom: 4.6875rem;
	padding-top: 3.125rem;
}

.p-news .p-newsItem {
	border-bottom: 1px solid #b2906b;
}

.p-news .p-newsItem__link {
	color: inherit;
	display: block;
	padding: 1.5rem 0;
	text-decoration: none;
}

.p-news .p-newsItem__date {
	color: #7a5a3a;
	display: block;
	font-size: 1rem;
	line-height: 1.6;
}

.p-news .p-newsItem__title {
	font-size: 1rem;
	line-height: 1.6;
}

/* ========================================
    News Single Page／お知らせ詳細ページ
    ======================================== */

.p-newsSingle {
	padding-bottom: 4.6875rem;
	padding-top: 3.125rem;
	width: 100%;
}

.p-newsSingle__header {
	background-color: #ede3da;
	border-radius: 0.3125rem;
	padding-block: 0.625rem;
	padding-left: 0.625rem;
	width: 100%;
}

.p-newsSingle__title {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-newsSingle__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.p-newsSingle__body {
	color: #333;
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.5rem;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.p-newsSingle__body p {
	margin-bottom: 0;
	margin-top: 0;
}

.p-newsSingle__body p + p {
	margin-top: 1.5em;
}

.p-newsSingle__body h2,
.p-newsSingle__body h3,
.p-newsSingle__body h4 {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.8em;
	margin-top: 2em;
}

.p-newsSingle__body ul,
.p-newsSingle__body ol {
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 1.5em;
}

.p-newsSingle__body li + li {
	margin-top: 0.5em;
}

.p-newsSingle__body a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.p-newsSingle__body img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.p-newsSingle__body figure,
.p-newsSingle__body .wp-block-image,
.p-newsSingle__body .wp-caption {
	margin: 2em 0;
	max-width: 100%;
}

.p-newsSingle__body .wp-caption img,
.p-newsSingle__body figure img {
	display: block;
	height: auto;
	max-width: 100%;
}

.p-newsSingle__body .wp-caption-text,
.p-newsSingle__body figcaption {
	color: #666;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.75em;
	text-align: center;
}

.p-newsSingle__body iframe,
.p-newsSingle__body video {
	max-width: 100%;
}

.p-newsSingle__body table {
	border-collapse: collapse;
	width: 100%;
}

.p-newsSingle__body th,
.p-newsSingle__body td {
	border: 1px solid #ddd;
	padding: 0.75em;
}

.p-newsSingle__footer {
	margin-top: 3.75rem;
	text-align: center;
}

.p-newsSingle__backLink {
	border: 1px solid #7a5a3a;
	border-radius: 62.4375rem;
	color: #7a5a3a;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: 0.3s;
}

.p-newsSingle__backLink:hover {
	background-color: #7a5a3a;
	color: #ffffff;
}

/* 管理画面のバーを非表示にする */

html {
	margin-top: 0 !important;
}

html #wpadminbar {
	display: none;
}

.u-only-sp {
	display: none !important;
}

.u-only-pc {
	display: initial;
}

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

.u-indent {
	padding-left: 1rem;
	text-indent: -1rem;
}

.u-indent-normal {
	text-indent: 1rem;
}

@media screen and (min-width: 768px) {

body {
	letter-spacing: 0.08em;
}

}

@media screen and (max-width: 1439px) and (min-width: 768px) {

html {
	font-size: calc(1600vw / 1440);
}

}

@media screen and (min-width:1920px) {

.p-sectionFrame--white::before,
.p-sectionFrame--white::after {
	height: 8.3333333333vw;
	width: 100vw;
}

.p-sectionFrame--white::before {
	bottom: calc(100% - 5rem);
}

.p-sectionFrame--white::after {
	top: calc(100% - 5rem);
}

}

@media screen and (max-width:1919px) {

.c-colorBars {
	width: 138.5625rem;
}

}

@media screen and (max-width:1440px) {

.p-header__inner {
	padding-inline: 40px;
}

.p-footer__inner {
	padding-inline: 40px;
}

}

@media screen and (max-width: 767px) {

html {
	scroll-padding-top: 5rem; /* ヘッダーの高さに合わせる */
}

html {
	font-size: calc(1600vw / 375);
}

body {
	letter-spacing: 0.04em;
}

.l-inner {
	width: 20.4375rem;
}

.l-inner--content {
	width: 20.4375rem;
}

.l-header-cta {
	bottom: 0;
	right: 50%;
	top: auto;
	transform: translateX(50%);
	width: 100dvw;
}

.l-header__right {
	display: none;
}

.l-main {
	margin-top: 4.5625rem;
	padding-bottom: 2.8125rem;
}

.l-footer {
	margin-top: 0.625rem;
}

.l-footer__inner {
	padding-inline: 5%;
}

.l-footer__info {
	grid-template-columns: 100%;
	grid-template-rows: 50% 50%;
}

.l-drawer-icon {
	display: block;
}

.l-breadcrumb {
	margin-top: 1.875rem;
	padding-inline: 5%;
}

.c-cards__item-text {
	margin-top: 1.0625rem;
}

.c-cards__item-title {
	margin-top: 1rem;
}

.c-sectionLinkButton {
	width: 90%;
}

.c-drawer-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 1.625rem;
	justify-content: space-evenly;
	width: 2.25rem;
}

.c-drawer-icon.is-open .c-drawer-icon__bar:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
}

.c-drawer-icon.is-open .c-drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.c-drawer-icon.is-open .c-drawer-icon__bar:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.c-section__title {
	font-size: 1.25rem;
}

.c-sectionTitleInSectionFrame {
	left: calc(50% - 10rem);
	margin-top: 1.5625rem;
	width: 20rem;
}

.c-pagetop {
	bottom: 8.75rem;
	height: 2.5rem;
	right: 0.625rem;
	width: 2.5rem;
}

.c-pagetop__icon {
	height: 2rem;
	width: 2rem;
}

.c-pageTitle {
	font-size: 1.25rem;
}

.c-pageTitle::before {
	height: 2.25rem;
	left: -3.125rem;
	width: 2.5rem;
}

.c-pillButton {
	font-size: 0.75rem;
	gap: 1.25rem;
	padding: 0.25rem 0.75rem;
}

.c-pillButton::after {
	height: 0.75rem;
	width: 0.75rem;
}

.c-colorBars {
	background-image: url("../../assets/img/common/deco-color-bars-sp.svg");
	background-size: auto;
	height: 0.25rem;
	margin-top: 0.5rem;
	width: 100%;
}

.c-webReserve {
	gap: 0.375rem;
	height: 5.375rem;
	padding: 0.375rem 0;
	right: 0;
	top: 10%;
	transform: none;
	width: 1.5625rem;
}

.c-webReserve--top {
	top: 18%;
}

.c-webReserve--sub {
	top: 22%;
}

.c-webReserve__text {
	font-size: 0.6875rem;
}

.c-webReserve__icon img {
	display: none;
}

.p-header {
	padding-bottom: 0;
	padding-top: 0;
}

.p-header__inner {
	padding-inline: 1.5rem;
	width: 100%;
}

.p-header__logo {
	width: 10rem;
}

.p-header__cta {
	display: none;
}

.p-header__lead {
	font-size: 0.625rem;
	margin-top: 0.5rem;
}

.p-footer {
	background-color: transparent;
	overflow: clip;
	padding-bottom: 3.4375rem;
	padding-top: 4.375rem;
}

.p-footer::before {
	display: none;
}

.p-footer__inner {
	padding-inline: 1.5rem;
	width: 100%;
}

.p-footer__main {
	flex-direction: column-reverse;
	padding-bottom: 0;
	position: relative;
}

.p-footer__main::before {
	background-image: url("../../assets/img/footer/deco-footer-cloud-sp.svg");
	bottom: -4.25rem;
	content: "";
	height: 11.75rem;
	position: absolute;
	right: -3.75rem;
	width: 17.3125rem;
	z-index: -1;
}

.p-footer__logo {
	margin-left: auto;
	width: 10rem;
}

.p-footer__cta {
	margin-bottom: -0.625rem;
	margin-right: 0.9375rem;
}

.p-footer__ctaItem--blog,
.p-footer__ctaItem--tel,
.p-footer__ctaItem--access {
	font-size: 0.6875rem;
	height: 1.5rem;
	width: 6.4375rem;
}

.p-footer__ctaItem--blog {
	padding-left: 0.75rem;
}

.p-footer__ctaItem--blog::before {
	right: 0.75rem;
	width: 0.3125rem;
}

.p-footerFixed {
	display: grid;
	gap: 0.1875rem;
	grid-template-columns: 1fr 1fr 3.9375rem;
}

.p-drawer-nav {
	background-color: #f9e4ca;
	bottom: 0;
	display: block;
	left: 0;
	margin-inline: auto;
	overflow-y: auto;
	padding-block: 6.25rem;
	padding-inline: 1.25rem;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
	width: 100%;
	z-index: 4;
}

.p-drawer-nav ul {
	display: grid;
	gap: 1.25rem;
}

.p-drawer-nav ul a {
	display: block;
}

.p-bandTitle {
	border-radius: 0.3125rem;
	min-height: 2rem;
}

.p-bandTitle__inner {
	padding-left: 1.625rem;
}

.p-bandTitle__deco-ladder {
	height: 1.3125rem;
	left: 0.5rem;
	width: 0.375rem;
}

.p-bandTitle__title {
	font-size: 0.9375rem;
}

.p-bandTitle__deco-pageTitle {
	height: 1.1875rem;
	right: 1.125rem;
	width: 0.9375rem;
}

.p-bandTitle__deco-pageTitle--faq {
	width: 5rem;
}

.p-access {
	padding-bottom: 0.625rem;
	padding-top: 6.25rem;
}

.p-access__wrapper {
	padding-block: 1.25rem;
	padding-inline: 1.25rem;
}

.p-access__title {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

.p-access__titleIcon {
	height: 1.625rem;
	width: 0.6875rem;
}

.p-access__body {
	flex-direction: column;
}

.p-access__map {
	margin-right: 0;
	width: 100%;
}

.p-access__address span {
	font-size: 0.8125rem;
	margin-bottom: 1.25rem;
}

.p-access__link {
	margin-left: 0;
}

.p-access__mapLink span {
	margin-inline: auto;
}

.p-access__mapLinkIcon {
	height: 1.8125rem;
	width: 7.9375rem;
}

.p-sectionFrame--white::before,
.p-sectionFrame--white::after {
	height: 4.4375rem;
	width: 32.6875rem;
}

.p-sectionFrame--white::before {
	background-image: url("../../assets/img/common/bg-curve-top-sp.svg");
	bottom: calc(100% - 1.875rem);
}

.p-sectionFrame--white::after {
	background-image: url("../../assets/img/common/bg-curve-bottom-sp.svg");
	top: calc(100% - 1.875rem);
}

.p-sectionFrame--infoSchedule {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-sectionFrame__deco--cloud-left {
	height: 5.6875rem;
	right: calc(50% + 5.625rem);
	top: 20%;
	width: 8.875rem;
}

.p-sectionFrame__deco--cloud-brown-righttop {
	height: 7.5625rem;
	left: calc(50% + 1.75rem);
	top: 67%;
	width: 11.75rem;
}

.p-sectionFrame__deco--cloud-brown-rightbottom {
	height: 7.5625rem;
	left: calc(50% + 1.75rem);
	top: 67%;
	width: 11.75rem;
}

.p-sectionFrame__deco--leaf--left {
	height: 10.4375rem;
	right: calc(50% + 1.75rem);
	top: 5%;
	width: 11.125rem;
}

.p-sectionFrame__deco--leaf-right {
	height: 10.4375rem;
	left: calc(50% + 1.75rem);
	top: 60%;
	width: 11.125rem;
}

.p-sectionFrame__deco--cloud-white-left {
	height: 3.9375rem;
	right: calc(50% - 9rem);
	top: 10%;
	width: 6.125rem;
}

.p-sectionFrame__deco--leaf-small-right {
	height: 5.875rem;
	left: calc(50% + 5rem);
	top: 28.5rem;
	width: 6.25rem;
}

.p-page-top .p-fv {
	padding-bottom: 0.875rem;
	padding-top: 0;
}

.p-page-top .p-fv__inner {
	max-width: 100%;
	overflow: clip;
}

.p-page-top .p-fv__slider {
	border-radius: 0;
	height: 13.75rem;
}

.p-page-top .p-fv__decoCloud {
	display: none;
}

.p-page-top .p-fv__blogButton {
	background-image: none;
	height: auto;
	left: -1.875rem;
	padding: 0;
	right: auto;
	top: 2.5625rem;
	width: auto;
}

.p-page-top .p-fv__blogButton::after {
	content: none;
}

.p-page-top .p-fv__blogRowText {
	display: none;
}

.p-page-top .p-fv__blogDoctor {
	display: none;
}

.p-page-top .p-fv__blogLink {
	font-size: 0.75rem;
	gap: 0.3125rem;
	margin-top: 0;
	padding-left: 2.1875rem;
}

.p-page-top .p-fv__blogRowIcon {
	display: none;
}

.p-page-top .p-fv__circleButtons {
	bottom: 5.3125rem;
}

.p-page-top .p-fv__circleButton {
	height: 5.5rem;
	width: 5.5rem;
}

.p-page-top .p-fv__circleButtonImg--reserve {
	width: 1.6875rem;
}

.p-page-top .p-fv__circleButtonImg--first {
	width: 2.5rem;
}

.p-page-top .p-fv__circleButtonImg--faq {
	width: 3.125rem;
}

.p-page-top .p-fv__circleButtonLabel {
	font-size: 0.8125rem;
}

.p-page-top .p-fv__reservePopup {
	display: none;
}

.p-page-top .p-fv__catch {
	margin-top: 2.6875rem;
	position: relative;
	z-index: 2;
}

.p-page-top .p-fv__catch::before {
	background-image: url("../../assets/img/top/bg-cloud-bottom-sp.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9.0625rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: -6.875rem;
	transform: translateX(-50%);
	width: 28.125rem;
	z-index: 0;
}

.p-page-top .p-fv__catchLead {
	font-size: 0.8125rem;
	position: relative;
}

.p-page-top .p-fv__catchNotice {
	font-size: 0.6875rem;
	margin-top: 1rem;
}

.p-page-top .p-topConcept {
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.75;
}

.p-page-top .p-topConcept {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-page-top .p-infoSchedule {
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-page-top .p-infoSchedule__col {
	padding: 1rem;
}

.p-page-top .p-infoSchedule__head {
	margin-bottom: 0.625rem;
}

.p-page-top .p-infoSchedule__title {
	font-size: 1rem;
	gap: 1rem;
}

.p-page-top .p-infoSchedule__title-icon {
	height: 1.5625rem;
	width: 1.875rem;
}

.p-page-top .p-infoSchedule__more {
	font-size: 0.875rem;
	height: 1.875rem;
	padding-left: 1.25rem;
	width: 7.5rem;
}

.p-page-top .p-infoSchedule__link {
	font-size: 0.75rem;
	gap: 1rem;
	padding-block: 0.375rem;
}

.p-page-top .p-infoSchedule__table th,
.p-page-top .p-infoSchedule__table td {
	font-size: 1rem;
	font-weight: 700;
	padding: 0 0;
}

.p-page-top .p-infoSchedule__table thead th:first-child {
	width: 6.375rem;
}

.p-page-top .p-infoSchedule__notes {
	margin-top: 0.1875rem;
}

.p-page-top .p-infoSchedule__note {
	font-size: 0.6875rem;
	letter-spacing: 0;
}

.p-page-top .p-aboutPsychiatry {
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.75;
}

.p-page-top .p-aboutPsychiatry {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-error404 {
	padding-block: 4.5rem;
}

.p-error404__title {
	font-size: 2rem;
}

.p-error404__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-top: 1rem;
}

.p-error404__link {
	font-size: 0.875rem;
	margin-top: 1.75rem;
	min-height: 3rem;
	min-width: 15rem;
}

.p-page-doctors {
	padding-top: 1.875rem;
}

.p-page-doctors .p-doctorsCards {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-page-doctors .p-doctorsCard__head {
	width: auto;
}

.p-page-doctors .p-doctorsCard__name span {
	font-size: 0.875rem;
}

.p-page-doctors .p-doctorsCard__role {
	margin-right: 0.75rem;
}

.p-page-doctors .p-doctorsCard__intro {
	font-size: 0.8125rem;
	margin-top: 1.875rem;
}

.p-page-doctors .p-doctorsCard__intro p:nth-child(1),
.p-page-doctors .p-doctorsCard__intro p:nth-child(4) {
	margin-bottom: 0.625rem;
}

.p-page-doctors .p-doctorsDl__head {
	font-size: 0.9375rem;
	margin-bottom: 0.25rem;
	padding-left: 1.5rem;
}

.p-page-doctors .p-doctorsDl__head::before {
	height: 1.5rem;
	width: 1.1875rem;
}

.p-page-doctors .p-doctorsCareer__item {
	font-size: 0.8125rem;
}

.p-page-doctors .p-doctorsCareer__date {
	display: block;
}

.p-page-doctors .p-doctorsCareer__text {
	display: block;
}

.p-page-doctors .p-doctorsUl {
	font-size: 0.8125rem;
}

.p-page-faq {
	padding-top: 1.875rem;
}

.p-page-faq .p-faq {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-page-faq .p-faqItem {
	margin-top: 2rem;
}

.p-page-faq .p-faqItem__q,
.p-page-faq .p-faqItem__a {
	gap: 1rem;
}

.p-page-faq .p-faqItem__a {
	margin-top: 1rem;
}

.p-page-faq .p-faqItem__label {
	height: 1.5rem;
	width: 1.5rem;
}

.p-page-faq .p-faqItem__question {
	font-size: 0.875rem;
}

.p-page-faq .p-faqItem__answer {
	font-size: 0.875rem;
}

.p-page-policy {
	padding-top: 1.875rem;
}

.p-page-policy .p-policy {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-page-policy .p-policy__lead {
	font-size: 0.8125rem;
}

.p-page-policy .p-policyList {
	margin-top: 1.875rem;
}

.p-page-policy .p-policyItem:not(:first-child) {
	margin-top: 1.875rem;
}

.p-page-policy .p-policyItem {
	font-size: 0.8125rem;
}

.p-page-medical {
	padding-top: 1.875rem;
}

.p-page-medical .p-medical {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-page-medical .p-medicalBlock:not(:first-child) {
	margin-top: 1.5625rem;
}

.p-page-medical .p-medicalBlock__note {
	margin-top: 0.625rem;
	padding-inline: 0.625rem;
}

.p-page-medical .p-medicalBlock__noteText {
	font-size: 0.4375rem;
}

.p-page-medical .p-medical__lead {
	font-size: 0.8125rem;
}

.p-page-medical .p-medicalList {
	margin-top: 1.875rem;
}

.p-page-medical .p-medicalItem:not(:first-child) {
	margin-top: 1.875rem;
}

.p-page-medical .p-medicalItem {
	font-size: 0.8125rem;
}

.p-page-medical .p-medicalBlock__deco--cup {
	right: 2.5rem;
	top: 1.5rem;
	width: 3.125rem;
}

.p-page-medical .p-medicalBlock__deco--sunCloud {
	bottom: 1.5rem;
	left: 2.5rem;
	width: 5.875rem;
}

.p-page-medical .p-medicalBlock__deco--supportSun {
	right: 1.5rem;
	top: 1rem;
	width: 2.75rem;
}

.p-page-medical .p-medicalBlock__deco--supportLeaf {
	bottom: 0;
	right: 1.5rem;
	width: 6rem;
}

.p-page-medical .p-medicalCard {
	border-width: 0.375rem;
	min-height: 14.375rem;
	padding: 0.4375rem 0.75rem;
}

.p-page-medical .p-medicalCard--schedule {
	min-height: auto;
	padding: 0 0 0.625rem;
}

.p-page-medical .p-medicalCard--support {
	min-height: auto;
	width: 100%;
}

.p-page-medical .p-infoSchedule__table th,
.p-page-medical .p-infoSchedule__table td {
	font-size: 0.875rem;
	padding: 0.25rem 0;
}

.p-page-medical .p-infoSchedule__table thead th:first-child {
	font-size: 0.9375rem;
	width: 9.375rem;
}

.p-page-medical .p-infoSchedule__table tbody th {
	font-size: 0.9375rem;
	padding-right: 0.5rem;
}

.p-page-medical .p-medicalCard__holiday {
	font-size: 0.625rem;
	margin-top: 0;
	padding-right: 0.625rem;
}

.p-page-medical .p-medicalCard--newcomers {
	min-height: auto;
}

.p-page-medical .p-newcomersHead {
	gap: 0.5rem;
	padding: 0.875rem 1rem 0.75rem;
}

.p-page-medical .p-newcomersHead__hand {
	width: 2.25rem;
}

.p-page-medical .p-newcomersHead__infoLogo img {
	height: 0.8125rem;
}

.p-page-medical .p-newcomersHead__title {
	font-size: 1rem;
}

.p-page-medical .p-medicalCard--newcomers .p-medicalCard__body {
	padding: 0.9375rem 1.125rem 1.25rem;
}

.p-page-medical .p-newcomers__lead {
	font-size: 0.75rem;
	text-align: justify;
}

.p-page-medical .p-medicalStep {
	padding: 0 0;
}

.p-page-medical .p-medicalStep__row {
	display: block;
}

.p-page-medical .p-medicalStep__label {
	border-width: 0.1875rem;
	gap: 0.375rem;
	padding: 0.375rem 0.625rem;
	width: 6.25rem;
}

.p-page-medical .p-medicalStep__num {
	height: 1rem;
}

.p-page-medical .p-medicalStep__title {
	font-size: 0.875rem;
}

.p-page-medical .p-medicalStep__text {
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.p-page-medical .p-medicalStep__arrow {
	font-size: 1rem;
	margin: 1rem 0;
	width: 6.25rem;
}

.p-page-medical .p-newcomers__caution {
	font-size: 0.75rem;
	margin-top: 2.875rem;
	padding: 0 0;
}

.p-page-medical .p-medicalCard__title {
	font-size: 0.9375rem;
}

.p-page-medical .p-medicalCard__conditions {
	font-size: 0.75rem;
	margin-top: 2.3125rem;
	padding: 0 1.25rem;
}

.p-page-medical .p-medicalCard__supportText {
	font-size: 0.75rem;
	margin-top: 2.3125rem;
	padding: 0 1.25rem;
}

.p-page-medical .p-medicalCard__supportNote {
	font-size: 0.75rem;
	margin-top: 0.875rem;
	padding-inline: 1.25rem;
}

.p-page-medical .p-medicalCard--clinicGallery {
	padding-block: 2rem;
	padding-inline: 1.6875rem;
	width: 100%;
}

.p-page-medical .p-medicalBlock__deco--clinicLeafSmall {
	bottom: 0.125rem;
	right: 0.625rem;
	width: 2.5rem;
}

.p-page-medical .p-medicalCard__clinicLead {
	font-size: 0.75rem;
}

.p-page-medical .p-medicalCard__clinicImages {
	margin-top: 1.75rem;
	padding-inline: 0rem;
}

.p-page-medical .p-medicalCard__clinicImage:not(:first-child) {
	margin-top: 1.75rem;
}

.p-pagination__item {
	font-size: 0.8125rem;
}

.p-pagination__item .page-numbers {
	height: 2rem;
	min-width: 2rem;
	padding-inline: 0.5rem;
}

.p-news {
	padding-top: 1.875rem;
}

.p-news .p-news__layout {
	display: block;
}

.p-news .p-news__sidebar {
	width: 100%;
}

.p-news .p-newsList {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-news .p-newsItem__date {
	font-size: 0.875rem;
}

.p-news .p-newsItem__title {
	font-size: 0.875rem;
}

.p-newsSingle {
	padding-bottom: 0.625rem;
	padding-top: 1.875rem;
}

.p-newsSingle__header {
	width: auto;
}

.p-newsSingle__title {
	font-size: 0.875rem;
}

.p-newsSingle__meta {
	align-items: flex-start;
	flex-direction: column;
	font-size: 0.8125rem;
	gap: 0;
	margin-top: 0.625rem;
}

.p-newsSingle__body {
	font-size: 0.8125rem;
	margin-top: 1.25rem;
}

.p-newsSingle__footer {
	margin-top: 1.875rem;
}

.p-newsSingle__backLink {
	font-size: 0.8125rem;
	padding: 0.625rem 1.25rem;
}

.u-only-sp {
	display: initial !important;
}

.u-only-pc {
	display: none !important;
}

.u-hidden-pc {
	display: initial;
}

.u-hidden-sp {
	display: none !important;
}

}

@keyframes cloudFloat {

0%,100% {
	transform: translateX(0);
}

50% {
	transform: translateX(3.125rem);
}

}

@keyframes leafShakeRight {

0%,100% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(5deg);
}

}

@keyframes leafShakeLeft {

0%,100% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(5deg);
}

}

