@font-face {
	font-display: swap;
	font-family: "zen kaku gothic new";
	font-style: normal;
	font-weight: 400;
	src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "zen kaku gothic new";
	font-style: normal;
	font-weight: 500;
	src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "zen kaku gothic new";
	font-style: normal;
	font-weight: 700;
	src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}

:root {
	--gothic-font: "zen kaku gothic new", sans-serif;
}

:root {
	--regular: 400;
	--medium: 500;
	--semi-bold: 600;
	--bold: 700;
}

:root {
	--black: #000;
	--white: #fff;
	--base: #5d5d5d;
	--brown: #746957;
	--yellow: #f1cf00;
	--bg-color: #faf1de;
	--line-color: #4d4d4d;
}

body {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	opacity: 0;
	transition: opacity 0.3s;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	word-wrap: anywhere;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.about {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.about-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 52.5rem;
	width: 100%;
}

.about-img img {
	-o-object-fit: cover;
	aspect-ratio: 834/400;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__texts {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.about__text {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 400;
	font-weight: var(--regular);
	letter-spacing: 0.02em;
	line-height: 1.85;
}

.button {
	background-color: transparent;
	border: 1px solid #000;
	border: 1px solid var(--black);
	border-radius: 0.625rem;
	color: #000;
	color: var(--black);
	display: inline-block;
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 1rem 3.75rem;
	transition: background-color 0.3s, color 0.3s;
}

.chinesei-medicine {
	position: relative;
}

.chinesei-medicine-top {
	background-color: #f1cf00;
	background-color: var(--yellow);
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
}

.chinesei-medicine-top::after {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	aspect-ratio: 86/75;
	background-color: #f1cf00;
	background-color: var(--yellow);
	bottom: -2.875rem;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.75rem;
}

.chinesei-medicine__texts {
	margin-top: 2.5rem;
}

.chinesei-medicine__text {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.25rem;
	font-weight: 400;
	font-weight: var(--regular);
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.chinesei-medicine-bottom {
	margin-top: 5rem;
}

.chinesei-medicine__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.chinesei-medicine__item {
	grid-gap: 0;
	border: 1px solid #4d4d4d;
	border: 1px solid var(--line-color);
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: 1.5rem 0.5rem 1.25rem;
}

.chinesei-medicine__item-img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 23.6875rem;
	width: 100%;
}

.chinesei-medicine__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 379/282;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.symptoms-box {
	border: 1px solid #4d4d4d;
	border: 1px solid var(--line-color);
	margin-top: 3.875rem;
	padding: 1.5rem 1.25rem 1.25rem;
}

.symptoms-box__list {
	display: flex;
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 2.5rem;
}

.symptoms-box__item {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.25rem;
	font-weight: 400;
	font-weight: var(--regular);
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}

.symptoms-box__item span {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.circle-title {
	color: #4d4d4d;
	color: var(--line-color);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.625rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.circle-title::before {
	aspect-ratio: 64/64;
	background: url(../images/text-icon.svg) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 2rem;
}

.flow {
	margin-top: 7.5rem;
	padding-bottom: 3.75rem;
}

.flow__items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.flow__item-title {
	align-items: baseline;
	color: #000;
	color: var(--black);
	display: flex;
	flex-wrap: wrap;
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.5rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0em;
	line-height: 1.6;
}

.flow__item-title span {
	color: #f1cf00;
	color: var(--yellow);
	display: block;
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.875rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.1em;
	line-height: 1.6;
	opacity: 0.6;
}

.flow__item-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 0.625rem;
}

.flow__item-img {
	width: 100%;
}

.flow__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 412/256;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flow__item-text {
	color: #000;
	color: var(--black);
	flex: 1;
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 400;
	font-weight: var(--regular);
	letter-spacing: 0em;
	line-height: 1.6;
}

.footer {
	background-color: #f1cf00;
	background-color: var(--yellow);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer-box__calender {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.calendars.xo-months {
	grid-gap: 0rem !important;
	display: grid !important;
	gap: 0rem !important;
	grid-template-columns: repeat(1, 1fr) !important;
}

.footer-box__calender1,
.footer-box__calender2 {
	width: 100%;
}

.footer-box__calender1 img,
.footer-box__calender2 img {
	-o-object-fit: cover;
	aspect-ratio: 462/397;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-box__info {
	margin-top: 2.5rem;
}

.footer-box__info-tel {
	display: flex;
	flex-direction: column;
}

.footer-box__info-tel-text {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0em;
	line-height: 1.4;
}

.footer-box__info-tel-link {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 2.375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.13em;
	line-height: 1.4;
}

.footer-box__info-text {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.footer__sns-link {
	display: block;
	width: 1.875rem;
}

.footer__sns-link img {
	-o-object-fit: contain;
	aspect-ratio: 40/40;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header-bg {
	max-height: 56.875rem;
	overflow: hidden;
}

.header-bg img {
	-o-object-fit: cover;
	aspect-ratio: 1927/910;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header {
	background-color: #fff;
	background-color: var(--white);
	position: sticky;
	top: 0;
	z-index: 100;
}

.header__inner {
	background-color: #fff;
	background-color: var(--white);
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.header__logo {
	height: inherit;
	max-width: 8.75rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	width: 100%;
}

.header__logo a {
	display: flex;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 438/124;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
}

.header__nav-link {
	color: #746957;
	color: var(--brown);
	display: block;
	font-size: clamp(1rem, 0.833rem + 0.347vw, 1.25rem);
	font-weight: 500;
	line-height: 1;
	padding: 0 0.5rem;
	position: relative;
	text-transform: uppercase;
}

.header__nav-link::after {
	background-color: #000;
	background-color: var(--black);
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transform-origin: right;
	transition: opacity 0.3s, transform 0.3s;
	width: 100%;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 3.4375rem;
	z-index: 999;
}

.header__hamburger.is-active {
	height: 3.5rem;
	position: fixed;
	right: 0;
	top: 0;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #de8430;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.5rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-active span:nth-of-type(1) {
	top: 0.125rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-active span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-active span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: rgba(98, 58, 20, 0.95);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 5rem 0;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #fff;
	color: var(--white);
	display: block;
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.375rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
	text-transform: uppercase;
}

.information {
	background-color: #faf1de;
	background-color: var(--bg-color);
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.information__title {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.875rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.15em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.information-box {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 53.125rem;
	width: 100%;
}

.information-box__img {
	width: 100%;
}

.information-box__img img {
	-o-object-fit: cover;
	-o-object-position: center 25%;
	aspect-ratio: 358/161;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
	width: 100%;
}

.information-box__info {
	flex: 1;
	margin-top: 0.625rem;
}

.information-box__info-logo {
	margin-top: 1.25rem;
	max-width: 37.5rem;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
	width: 100%;
}

.information-box__info-logo::after {
	background-color: #f1cf00;
	background-color: var(--yellow);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.information-box__info-logo img {
	-o-object-fit: contain;
	aspect-ratio: 470/40;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.information-box__info-address {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-top: 0.875rem;
}

.information-map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 79.0625rem;
	width: 100%;
}

.information-map iframe {
	aspect-ratio: 1/1;
	border: 0;
	height: 100%;
	width: 100%;
}

.news,
.news-detail,
.case-archive {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.news-detail__content {
	margin-top: 2.5rem;
}

.news-detail__title {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.625rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.02em;
	line-height: 1.4;
	padding-bottom: 1.25rem;
}

.news-detail__content {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.125rem;
	font-weight: 400;
	font-weight: var(--regular);
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.section-title {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-size: 1.875rem;
	font-weight: 700;
	font-weight: var(--bold);
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.section-title::after {
	background-color: #f1cf00;
	background-color: var(--yellow);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.section-title.section-title--reverse {
	color: #fff;
	color: var(--white);
}

.section-title.section-title--reverse::after {
	background-color: #fff;
	background-color: var(--white);
}

.top-case {
	background-color: #fff;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.top-case__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
	width: 100%;
}

.top-case__item {
	width: 100%;
}

.top-case__link {
	background: #fff;
	border: 1px solid #eee;
	display: block;
	height: 100%;
	transition: box-shadow 0.3s, transform 0.3s;
}

.top-case__img {
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top-case__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	width: 100%;
}

.top-case__cat {
	background: #746957;
	background: var(--brown);
	color: #fff;
	font-size: 0.75rem;
	left: 0.625rem;
	padding: 0.25rem 0.625rem;
	position: absolute;
	top: 0.625rem;
	z-index: 1;
}

.top-case__body {
	padding: 1.25rem;
}

.top-case__title {
	color: #000;
	color: var(--black);
	font-size: 1.125rem;
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1.4;
	margin-bottom: 0.625rem;
}

.top-case__treatment {
	color: #746957;
	color: var(--brown);
	font-size: 0.8125rem;
	margin-bottom: 0.625rem;
}

.top-case__meta {
	color: #888;
	display: flex;
	font-size: 0.75rem;
	justify-content: flex-end;
}

.top-case__button-box {
	margin-top: 2.5rem;
	text-align: center;
}

.top-news {
	background-color: #faf1de;
	background-color: var(--bg-color);
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.top-news__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 52.5rem;
	width: 100%;
}

.top-news__link {
	border-bottom: 1px dashed #000;
	border-bottom: 1px dashed var(--black);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding-bottom: 1.9375rem;
	padding-top: 1.9375rem;
}

.top-news__link-date,
.top-news__link-title {
	color: #000;
	color: var(--black);
	font-family: "zen kaku gothic new", sans-serif;
	font-family: var(--gothic-font);
	font-weight: 500;
	font-weight: var(--medium);
}

.top-news__link-date {
	font-size: 1.125rem;
	letter-spacing: 0.3em;
	line-height: 1;
	width: 10.75rem;
}

.top-news__link-title {
	flex: 1;
	font-size: 1.125rem;
	letter-spacing: 0.25em;
	line-height: 1.4;
	transition: color 0.3s;
}

.top-news__button-box,
.news-detail__button-box,
.case__button-box {
	margin-top: 2.5rem;
	text-align: center;
}

.wp-pagenavi {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	background-color: var(--white);
	color: #000;
	color: var(--black);
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 500;
	font-weight: var(--medium);
	height: 2.8125rem;
	justify-content: center;
	transition: 0.3s ease;
	width: 2.8125rem;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	border: none !important;
}

.wp-pagenavi span.current {
	color: #f1cf00;
	color: var(--yellow);
}

/* Case Archive & Single Styles */

.case-category-filter {
	margin-top: 1.875rem;
}

.case-category-filter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.case-category-filter__item a {
	-webkit-text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 1.25rem;
	color: #5d5d5d;
	color: var(--base);
	display: block;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.case-category-filter__item.is-active a {
	background-color: #746957;
	background-color: var(--brown);
	border-color: #746957;
	border-color: var(--brown);
	color: #fff;
	color: var(--white);
}

.case-archive__empty {
	font-size: 1rem;
	margin-top: 2.5rem;
	text-align: center;
}

/* ================================
   Archive: Card Style
   ================================ */

.case-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.case-card {
	background: #fff;
	border: 1px solid #eee;
	transition: box-shadow 0.3s;
}

.case-card__link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	padding: 1.25rem 1.25rem 1.25rem 1rem;
	text-decoration: none;
}

.case-card__cat {
	background: #746957;
	background: var(--brown);
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	padding: 0.3125rem 0.875rem;
}

.case-card__title {
	font-size: 1.625rem;
	font-weight: 700;
	font-weight: var(--bold);
	line-height: 1.4;
	margin-top: 0.75rem;
}

.case-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #5d5d5d;
	color: var(--base);
	display: -webkit-box;
	font-size: 1.125rem;
	line-height: 1.6;
	margin-top: 0.75rem;
	overflow: hidden;
}

.case-card__text p {
	display: inline;
	margin: 0;
	padding: 0;
}

/* ================================
   Single: Detail Style
   ================================ */

.case-single {
	padding: 3.75rem 0;
}

.case-detail .case-detail__header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.25rem;
}

.case-detail .case-detail__title {
	font-size: 1.75rem;
}

.case-detail .case-detail__meta {
	display: flex;
	font-size: 0.9375rem;
	gap: 1.25rem;
	margin-top: 0.625rem;
}

.case-detail .case-detail__section {
	margin-top: 2.5rem;
}

.case-detail .case-detail__section-title {
	border-bottom: 2px solid #746957;
	border-bottom: 2px solid var(--brown);
	color: #746957;
	color: var(--brown);
	font-size: 1.375rem;
	font-weight: 700;
	font-weight: var(--bold);
	padding-bottom: 0.625rem;
}

.case-detail .case-detail__section-body {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.case-detail .case-detail__comment {
	background: #faf1de;
	background: var(--bg-color);
	border-left: 4px solid #746957;
	border-left: 4px solid var(--brown);
	margin-top: 3.125rem;
	padding: 1.875rem;
}

.case-detail .case-detail__comment-title {
	color: #746957;
	color: var(--brown);
	font-size: 1.375rem;
	font-weight: 700;
	font-weight: var(--bold);
}

.case-detail .case-detail__comment-body {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.case-single__button-box {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.layout-section {
	padding-bottom: 5.125rem;
	padding-top: 5.125rem;
}

@media (any-hover: hover) {

.button:hover {
	background-color: #000;
	background-color: var(--black);
	color: #fff;
	color: var(--white);
	opacity: 1;
}

.footer-box__info-tel-link:hover {
	opacity: 0.8;
}

.header__nav-link:hover::after {
	opacity: 1;
}

.top-case__link:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.top-news__link:hover .top-news__link-title {
	color: #f1cf00;
	color: var(--yellow);
}

.wp-pagenavi a:hover {
	color: #f1cf00;
	color: var(--yellow);
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
	color: #f1cf00;
	color: var(--yellow);
}

.case-category-filter__item a:hover {
	background-color: #746957;
	background-color: var(--brown);
	border-color: #746957;
	border-color: var(--brown);
	color: #fff;
	color: var(--white);
	opacity: 1;
}

.case-card:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.095890411vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.about {
	padding-bottom: 2.25rem;
	padding-top: 6.5rem;
}

.about__inner.inner {
	max-width: 65.625rem;
}

.about-img {
	margin-top: 1.875rem;
}

.about-img img {
	aspect-ratio: 834/320;
}

.about__texts {
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.about__text {
	font-size: 1.375rem;
}

.button {
	font-size: 1.375rem;
	padding: 1.5rem 8.75rem;
}

.chinesei-medicine-top {
	padding-bottom: 9.75rem;
	padding-top: 4.375rem;
}

.chinesei-medicine-top::after {
	bottom: -4.125rem;
	width: 5.375rem;
}

.chinesei-medicine-top__inner.inner {
	max-width: 68.75rem;
}

.chinesei-medicine__texts {
	margin-top: 5rem;
}

.chinesei-medicine__text {
	font-size: 1.75rem;
}

.chinesei-medicine-bottom {
	margin-top: 9.125rem;
}

.chinesei-medicine__items {
	grid-template-columns: repeat(3, 1fr);
}

.chinesei-medicine__item {
	padding: 2.5rem 0.5rem 2.5rem;
}

.symptoms-box {
	padding: 3.5rem 2.5rem 7rem;
}

.symptoms-box__list {
	margin-top: 4.25rem;
}

.symptoms-box__item {
	font-size: 2rem;
}

.circle-title {
	font-size: 1.9375rem;
	padding-left: 4.625rem;
}

.circle-title::before {
	top: -0.625rem;
	width: 4rem;
}

.flow {
	margin-top: 13rem;
	padding-bottom: 4.5rem;
}

.flow__items {
	gap: 3.375rem;
	margin-top: 4.875rem;
}

.flow__item-title {
	align-items: center;
	font-size: 2rem;
}

.flow__item-title span {
	font-size: 4.375rem;
	letter-spacing: 0.13em;
	margin-right: 3rem;
}

.flow__item-container {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
}

.flow__item-img {
	max-width: 25.75rem;
}

.flow__item-text {
	font-size: 1.5rem;
}

.footer__inner.inner {
	max-width: 49.375rem;
}

.footer-box__calender {
	flex-direction: row;
	gap: 1rem;
}

.calendars.xo-months {
	gap: 1rem !important;
	grid-template-columns: repeat(2, 1fr) !important;
}

.footer-box__info-tel-text {
	font-size: 1.375rem;
}

.footer-box__info-tel-link {
	font-size: 3rem;
}

.footer-box__info-text {
	font-size: 1.375rem;
}

.footer__sns {
	margin-top: 1.5rem;
}

.footer__sns-link {
	width: 2.5rem;
}

.header__inner {
	padding: 0 1.25rem;
}

.header__logo {
	max-width: 22.6666666667vw;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.header__nav {
	display: block;
}

.header__nav-list {
	gap: 1.75rem;
	margin-top: 2.875rem;
}

.header__hamburger {
	display: none;
}

.information {
	padding-bottom: 10.3125rem;
	padding-top: 9rem;
}

.information__title {
	font-size: 2.125rem;
}

.information-box {
	flex-direction: row;
	margin-top: 3.25rem;
}

.information-box__img {
	max-width: 22.375rem;
}

.information-box__info-logo {
	margin-top: 0rem;
	max-width: 32.375rem;
}

.information-box__info-address {
	font-size: 1.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.information-map iframe {
	aspect-ratio: 1265/458;
}

.news,
.news-detail,
.case-archive {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.news-detail__content {
	margin-top: 3.75rem;
}

.news-detail__title {
	font-size: 1.9375rem;
}

.news-detail__content {
	font-size: 1.375rem;
}

.section-title {
	font-size: 2.125rem;
	padding-left: 5.625rem;
	padding-right: 5.625rem;
}

.top-case {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-case__list {
	flex-direction: row;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.top-case__item {
	max-width: 22.5rem;
	width: calc((100% - 3.75rem) / 3);
}

.top-case__button-box {
	margin-top: 3.125rem;
}

.top-news {
	padding-bottom: 5.125rem;
	padding-top: 5.125rem;
}

.top-news__list {
	margin-top: 3.25rem;
}

.top-news__link {
	align-items: center;
	flex-direction: row;
	gap: 4.375rem;
}

.top-news__link-date {
	font-size: 1.4375rem;
}

.top-news__link-title {
	font-size: 1.375rem;
}

.top-news__button-box,
.news-detail__button-box,
.case__button-box {
	margin-top: 2.75rem;
}

.case-category-filter {
	margin-top: 2.5rem;
}

.case-category-filter__item a {
	font-size: 1.125rem;
}

.case-archive__empty {
	font-size: 1.125rem;
	margin-top: 3.75rem;
}

.case-list {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.case-card__link {
	padding: 1.5625rem 1.5625rem 1.5625rem 1.3125rem;
}

.case-card__cat {
	font-size: 1rem;
}

.case-card__title {
	font-size: 1.75rem;
}

.case-card__text {
	font-size: 1.25rem;
}

.case-detail .case-detail__title {
	font-size: 2rem;
}

.case-detail .case-detail__meta {
	font-size: 1rem;
}

.case-detail .case-detail__section-title {
	font-size: 1.625rem;
}

.case-detail .case-detail__section-body {
	font-size: 1.125rem;
}

.case-detail .case-detail__comment-title {
	font-size: 1.625rem;
}

.case-detail .case-detail__comment-body {
	font-size: 1.125rem;
}

.inner {
	max-width: 1510px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 1460px) {

html {
	font-size: 16px;
}

}

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

.header__inner {
	padding: 0 3.125vw;
}

.header__logo {
	max-width: 22.8125vw;
}

.header__nav-list {
	gap: 1.4583333333vw;
}

.header__nav-link {
	padding: 0 0.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
