body {
	color: #2e2c2b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

.inbl {
	display: inline-block;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

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

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

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

.breadcrumb {
	color: #2e2c2b;
	font-size: 1rem;
}

.breadcrumb .current-item {
	color: #000;
}

.breadcrumb span {
	color: #87a2d6;
}

.dlist-item-wrap {
	border-top: 1px solid #565b50;
	margin-left: auto;
	margin-right: auto;
	max-width: 57.1875rem;
}

.dlist-item-wrap.--no-line {
	border: none;
}

.dlist-item {
	border-bottom: 1px solid #565b50;
	display: flex;
	font-size: 1.375rem;
	line-height: 2;
	padding-bottom: 3.4375rem;
	padding-top: 3.125rem;
}

.--pharmacy-post .dlist-item {
	padding-bottom: 2.6875rem;
	padding-top: 2.5rem;
}

.dlist-item dt {
	color: #697855;
	flex-basis: 29%;
	font-weight: bold;
	padding-left: 5.3125rem;
}

.--dt-wide .dlist-item dt {
	flex-basis: 67%;
}

.dlist-item dd {
	flex: 1;
}

.drawer-button {
	-webkit-text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	box-shadow: 0 0 2rem transparent;
	cursor: pointer;
	display: none;
	margin: 0;
	outline: none;
	padding: 1.5625rem;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	width: 2rem;
	z-index: 999;
}

.drawer-button__line {
	background-color: #697855;
	border-radius: 0.0625rem;
	bottom: 0;
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: inherit;
	width: 1.875rem;
}

.drawer-button__line::before,
.drawer-button__line::after {
	background-color: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: inherit;
	width: 100%;
}

.drawer-button__line::before {
	top: -0.625rem;
}

.drawer-button__line::after {
	top: 0.625rem;
}

.drawer-button[aria-expanded=true] .drawer-button__line {
	background-color: transparent;
	width: 1.5625rem;
}

.drawer-button[aria-expanded=true] .drawer-button__line::before,
.drawer-button[aria-expanded=true] .drawer-button__line::after {
	background-color: #697855;
	top: 0;
}

.drawer-button[aria-expanded=true] .drawer-button__line::before {
	transform: rotate(45deg);
	transform-origin: center;
}

.drawer-button[aria-expanded=true] .drawer-button__line::after {
	transform: rotate(-45deg);
	transform-origin: center;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	border-radius: 0.375rem;
	font-family: inherit;
	font-size: 1.125rem; /*↓カスタム */
	margin-top: 0.5rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 2px solid #697855;
	outline: none;
}

[type=text]:focus-visible,
[type=search]:focus-visible,
[type=tel]:focus-visible,
[type=url]:focus-visible,
[type=email]:focus-visible,
[type=password]:focus-visible,
[type=date]:focus-visible,
textarea:focus-visible {
	border: 2px solid #697855;
	outline: none;
}

[type=tel] {
	width: 100%;
}

button,
[type=submit] {
	-webkit-text-decoration: none;
	background: transparent linear-gradient(90deg, #7633a4 0%, #250d65 100%) 0% 0% no-repeat padding-box;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 3.125rem;
	color: #2e2c2b;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	padding: 1.25rem 4.5rem;
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.4375rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #697855;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0.15625rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	margin: 0 0.625rem 0 0;
	padding: 0 0 0 1.5rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #1a1a1a;
	content: "";
	display: block;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 3px solid #697855;
	border-left: 3px solid #697855;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 0.9rem;
}

textarea {
	height: 14.6875rem;
	width: 100%;
}

.is-fixed {
	height: 100%;
	overflow: hidden;
}

.link-block__wrap {
	grid-gap: 6.25rem 7.5rem;
	display: grid;
	gap: 6.25rem 7.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.link-block {
	background-color: #fff;
	border-top: 0.625rem solid #697855;
	color: #697855;
	display: block;
	padding-bottom: 10rem;
	padding-top: 3.4375rem;
	position: relative;
	z-index: 0;
}

.link-block::before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/arrow-circle.svg);
	border-radius: 50%;
	bottom: 4.375rem;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 3.125rem;
	z-index: 1;
}

.link-block:hover {
	opacity: 1;
}

.link-block:hover::before {
	background-color: #697855;
	background-image: url(../images/common/arrow-circle-white.svg);
	opacity: 1;
	transition: 0.3s;
}

.link-block__text {
	display: block;
	font-size: 2.0625rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
}

.lnk-btn {
	background-color: #fff;
	border: 1px solid #697855;
	border-radius: 50rem;
	color: #697855;
	display: block;
	font-weight: bold;
	max-width: 24.375rem;
	padding-bottom: 0.9em;
	padding-left: 1.6em;
	padding-right: 1.6em;
	padding-top: 0.9em;
	position: relative;
	transition: 0.3s;
	width: 100%;
	z-index: 0;
}

.lnk-btn::before {
	aspect-ratio: 159/150;
	background-image: url(../images/common/arrow-line-green.svg);
	content: "";
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

.lnk-btn:hover {
	background-color: #697855;
	color: #fff;
	transition: 0.3s;
}

.lnk-btn:hover::before {
	background-image: url(../images/common/arrow-line-white.svg);
}

.top-news .lnk-btn {
	background-color: transparent;
	max-width: 13.75rem;
}

.top-news .lnk-btn:hover {
	background-color: #697855;
}

.top-about .lnk-btn {
	background-color: transparent;
}

.top-about .lnk-btn:hover {
	background-color: #697855;
}

.post__link--post {
	background-color: #698768;
}

.lnk-btn-wrap:hover a {
	color: #fff !important;
}

.lnk-btn-wrap:hover a {
	-webkit-text-decoration: none;
	opacity: 1;
	text-decoration: none;
}

.lnk-btn-wrap:hover:before {
	border: 1px solid #fff;
	transform: scaleX(1);
	transform-origin: left;
}

.lnk-btn--white {
	background-color: transparent;
	border: 0.125rem solid #fff;
	border-radius: 1.4375rem;
	height: 2.875rem;
	width: 17.8125rem;
}

.lnk-btn--white::before {
	height: 0.625rem;
	width: 1.5rem;
}

.lnk-btn-wrap--white {
	background-color: transparent;
	border-radius: 1.4375rem;
	height: 2.875rem;
	margin-left: auto;
	margin-right: auto;
	top: 55px;
	width: 17.8125rem;
}

.lnk-btn-wrap--white::before {
	background-color: #fff;
}

.lnk-btn-wrap--white:hover a {
	color: #fff !important;
}

.lnk-btn-wrap--white:hover a::before {
	background-image: url(../images/common/icon-arrow-white.svg);
}

.lnk-btn-wrap--plan {
	margin-left: auto;
	margin-right: auto;
}

.lnk-btn-wrap--lineup {
	border-radius: 1.25rem;
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 14.375rem;
	transition: 0.3s;
	width: 100%;
}

.lnk-btn-wrap--lineup:hover {
	background-color: #415141;
	transition: 0.3s;
}

.lnk-btn-wrap--lineup:hover a {
	color: #fff !important;
}

.lnk-btn-wrap--lineup:hover a::before {
	background-image: url(../images/common/icon-arrow-white.svg);
}

.lnk-btn-wrap--lineup::before {
	content: none;
}

.lnk-btn-wrap--lineup a {
	font-size: 0.875rem;
	height: 100%;
	width: 100%;
}

.login-required {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	padding-top: 18.75rem;
}

.wpmem-logout {
	border: 1px solid #697855;
	border-radius: 50rem;
	color: #697855;
	font-size: 1.125rem;
	height: 2.5rem;
	line-height: 2.375rem;
	padding-left: 1em;
	padding-right: 1em;
	transition: 0.3s;
}

.wpmem-logout:hover {
	background-color: rgba(105, 120, 85, 0.8117647059);
	border-color: rgba(105, 120, 85, 0.8117647059);
	color: #fff;
	transition: 0.3s;
}

#wpmem_login input[type=submit] {
	margin-left: 1.25rem !important;
}

#wpmem_login input[type=submit] {
	background-color: #697855;
	color: #fff;
}

#wpmem_login legend {
	display: none;
}

.page-heading {
	position: relative;
}

.page-heading.--center {
	text-align: center;
}

.page-heading .page-title {
	margin-top: 1rem;
}

.page-heading-top {
	color: #697855;
	font-size: 2.125rem;
	text-align: center;
}

.page-title {
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1.5;
}

.about__purpose {
	margin-left: auto;
	margin-right: auto;
	max-width: 57.1875rem;
}

.section__heading-en {
	color: #697855;
	display: block;
	font-size: 1.375rem;
	padding-left: 4.375rem;
	position: relative;
}

.section__heading-en::before {
	background-color: #697855;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.section__title {
	color: #697855;
	font-size: 3.75rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.56;
	margin-top: 1.875rem;
}

.top-news .section__title {
	margin-top: 0.625rem;
}

.--news .section__title {
	margin-top: 0.625rem;
}

/* テキストリーダーで読み上げるけど表示はさせない */

.sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.visually-hidden {
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0.0625rem;
}

.wp-pagenavi {
	font-size: 1.5625rem;
	margin-top: 6.25rem;
}

.wp-pagenavi .pages {
	display: none;
}

.pagination__links {
	text-align: center;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi a,
.wp-pagenavi span {
	border-color: transparent;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #697855;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none !important;
	margin: 0 0.375rem !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border-radius: 50%;
	display: inline-block;
	height: 2.625rem;
	line-height: 1.3;
	transition: 0.3s;
	width: 2.625rem;
}

.wp-pagenavi a:hover {
	transition: 0.3s;
}

.footer {
	background-color: #697855;
	color: #fff;
	padding-bottom: 1.25rem;
	padding-top: 3.125rem;
}

.footer_inner {
	max-width: 112.5rem !important;
}

.footer__logo {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 13.25rem;
}

.footer__logo img {
	height: auto;
}

.footer__contents {
	display: flex;
	justify-content: space-between;
	padding-right: 1.125rem;
}

.footer__address-text {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.75;
	margin-top: 2.8125rem;
}

.footer__address-text .tab-block {
	display: none;
}

.footer__nav {
	display: flex;
	flex: 1;
	gap: 4.6875rem;
	justify-content: flex-end;
	margin-top: 1.25rem;
	padding-right: 6.875rem;
}

.footer__nav-items-wrap {
	display: contents;
}

.footer__nav-items {
	font-size: 1.25rem;
}

.footer__nav-items > * + * {
	margin-top: 2.1875rem;
}

.footer__nav-item a {
	display: block;
	letter-spacing: 0.04em;
	padding-left: 2rem;
	position: relative;
}

.footer__nav-item a::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.footer__link-btn {
	flex-basis: 22.125rem;
	margin-top: 0.9375rem;
}

.footer__link-btn > * + * {
	margin-top: 2.125rem;
}

.footer__link-btn-item a {
	background-color: #fff;
	border-radius: 50rem;
	color: #697855;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	height: 3.75rem;
	letter-spacing: 0.1em;
	line-height: 3.75rem;
	padding-left: 5rem;
	position: relative;
}

.footer__link-btn-item a::before {
	aspect-ratio: 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.611em;
}

.footer__link-btn-item:first-of-type a::before {
	background-image: url(../images/common/footer-bnr01.svg);
}

.footer__link-btn-item:not(:first-of-type) a::before {
	background-image: url(../images/common/footer-bnr02.svg);
}

.footer__copy {
	font-size: 1rem;
	letter-spacing: 0.06em;
	margin-top: 3.125rem;
	text-align: center;
}

.header {
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	font-size: 1.25rem;
	height: 11.25rem;
	left: 0;
	padding-bottom: 2.75rem;
	padding-left: 1.25rem;
	position: fixed;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 100;
}

.header.open {
	transition: 0.3s;
}

.header.--page {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	height: 8.5rem;
	left: 0;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.header__content {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	height: 100%;
}

.header__logo img {
	height: auto;
	width: 18.75rem;
}

.header__nav {
	display: block;
	flex: 1;
	height: inherit;
}

.header__nav nav {
	display: flex;
	font-size: 1.25rem;
	height: inherit;
	justify-content: flex-end;
	line-height: 1;
}

.header__nav-items {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 3.125rem;
	padding-right: 4.375rem;
}

.header__nav-item {
	position: relative;
}

.header__nav-item.--member {
	background-color: #697855;
	border: 1px solid #697855;
	border-radius: 50rem;
}

.header__nav-item.--member a {
	color: #fff;
	padding-bottom: 0.75rem;
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-top: 0.75rem;
	transition: 0.3s;
}

.header__nav-item.--member a:hover {
	background-color: #fff;
	border-radius: 50rem;
	color: #697855;
	opacity: 1;
}

.header__nav-item.has-child > a {
	position: relative;
}

.header__nav-item a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__nav-item a:hover {
	opacity: 0.7;
}

.header__nav-item-text {
	padding-right: 0.9375rem;
}

.header__nav-item.has-child > .header__nav-item-text {
	cursor: default;
}

/*2階層目を持つliの矢印の設定*/

nav ul li.has-child::before {
	border-right: 1px solid #2e2c2b;
	border-top: 1px solid #2e2c2b;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: -0.4375rem;
	top: 0.3125rem;
	transform: rotate(135deg);
	width: 0.625rem;
}

/*下の階層を持っているulの指定*/

nav li.has-child ul {
	background: #fff;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 1.875rem;
	transform: translateX(-50%);
	transition: all 0.3s;
	visibility: hidden;
	width: 11.875rem;
	z-index: 4;
}

/*hoverしたら表示*/

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
	opacity: 1;
	visibility: visible;
}

/*ナビゲーションaタグの形状*/

nav li.has-child ul li a {
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	color: #2e2c2b;
	font-size: 0.9em;
	padding: 0.9375rem 1.125rem;
}

nav li.has-child ul li:last-child > a {
	border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
	background: #697855;
	color: #fff;
	opacity: 1;
	transition: 0.3s;
}

.header__fixed {
	bottom: 3.125rem;
	position: fixed;
	right: 0;
	width: 3.75rem;
	z-index: 200;
}

.header__fixed-nav {
	border-radius: 1.875rem 0 0 1.875rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.header__fixed-nav-item {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	width: 100%;
	writing-mode: vertical-rl;
}

.header__fixed-nav-item:first-of-type {
	background-color: #ebefe9;
	color: #697855;
	height: 18.125rem;
}

.header__fixed-nav-item:last-of-type {
	background-color: #697855;
	color: #fff;
	height: 22.5rem;
}

.header__fixed-nav-item .--icon {
	height: 2rem;
	width: 2rem;
}

.header__fixed-nav-item .--icon img {
	height: 100%;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
}

.--medicine .inner {
	max-width: 90rem;
}

.page-inner {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

body {
	font-size: 1.25rem;
}

.main {
	overflow: hidden;
}

.main.--news {
	padding-bottom: 11.25rem;
	padding-top: 18.75rem;
}

.main.--post {
	padding-top: 17.5rem;
}

.main.--post,
.main.--news {
	position: relative;
}

.main.--post::before,
.main.--news::before {
	aspect-ratio: 770/696;
	background-image: url(../images/common/circle-bg-news.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 7.5rem;
	top: 15.625rem;
	width: 48.125rem;
	z-index: -1;
}

.main.--members {
	background-color: #efefef;
	padding-bottom: 15.625rem;
	padding-top: 18.75rem;
}

.main.--page-heading {
	padding-bottom: 11.25rem;
	padding-top: 18.75rem;
}

.main.--pharmacy-post {
	padding-bottom: 11.25rem;
	padding-top: 23.125rem;
	position: relative;
}

.main.--pharmacy-post::before {
	aspect-ratio: 872/628;
	background-image: url(../images/common/circle-bg-pharmacy.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 6.25rem;
	transform: translateX(-50%);
	width: 54.5rem;
	z-index: -1;
}

.main.--medicine {
	background-color: #efefef;
}

.main.--about {
	position: relative;
}

.main.--about::before {
	aspect-ratio: 812/609;
	background-image: url(../images/common/circle-bg-lower-about.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 3.125rem;
	transform: translateX(-50%);
	width: 50.75rem;
	z-index: -1;
}

.main.--pharmacy {
	position: relative;
}

.main.--pharmacy::before {
	aspect-ratio: 872/628;
	background-image: url(../images/common/circle-bg-news.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 54%;
	position: absolute;
	top: 3.125rem;
	transform: translateX(-50%);
	width: 54.5rem;
	z-index: -1;
}

.about__heading {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 60.9375rem;
}

.about__heading-text {
	font-size: 1.25rem;
	line-height: 2.5;
	text-align: center;
}

.about__heading-img-wrap {
	grid-gap: 5.625rem;
	display: grid;
	gap: 5.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.875rem;
}

.about__heading-img img {
	border-radius: 1.25rem;
}

.about__subtitle {
	color: #697855;
	font-size: 2.5rem;
	text-align: center;
}

.about__company {
	margin-top: 12.5rem;
}

.about__company-list {
	margin-top: 5rem;
}

.about__company-value-list {
	counter-reset: number;
	list-style: none;
	padding-left: 0;
}

.about__company-value-list > li {
	counter-increment: number;
	padding-left: 1.2em;
	position: relative;
}

.about__company-value-list > li::before {
	content: counter(number) ".";
	left: 0;
	position: absolute;
	top: 0;
}

.about__purpose {
	margin-top: 4.375rem;
}

.about__purpose-text {
	line-height: 2;
	margin-top: 3.125rem;
}

.about_map {
	margin-top: 6.25rem;
}

.about_map iframe {
	width: 100%;
}

.about__town {
	margin-top: 12.5rem;
}

.about__link {
	margin-top: 7.5rem;
}

.about__link-title {
	font-size: 3.75rem;
}

.about__link-list {
	grid-gap: 3.75rem 4.6875rem;
	display: grid;
	gap: 3.75rem 4.6875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.625rem;
}

.contact__inner {
	max-width: 63.125rem;
}

.contact__form {
	margin-top: 7.5rem;
}

.contact__form ::-moz-placeholder {
	color: #aaa;
	letter-spacing: 0.1em;
}

.contact__form ::placeholder {
	color: #aaa;
	letter-spacing: 0.1em;
}

/*********************
form
*********************/

.form__items > * + * {
	margin-top: 2.8125rem;
}

.form__item label {
	align-items: flex-start;
	display: flex;
}

.form__item dt {
	align-items: center;
	display: flex;
	flex-basis: 19.375rem;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0.9375rem;
}

.form__item dd {
	flex: 1;
}

.form__required {
	background-color: #7a3337;
	border-radius: 50rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	height: 1.5rem;
	line-height: 1.4;
	margin-left: 0.625rem;
	text-align: center;
	width: 3.5625rem;
}

.form__input-area input {
	background-color: #efefef;
	border: none;
	height: 4.25rem;
	margin-top: 0;
	padding-left: 2em;
	padding-right: 2em;
}

.form__input-area textarea {
	background-color: #efefef;
	border: none;
	margin-top: 0;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
}

.policy__title {
	font-size: 1.875rem;
	font-weight: bold;
	margin-top: 6.875rem;
	text-align: center;
}

.form-policy {
	border: 1px solid #3c3c3c;
	border-radius: 1.25rem;
	margin-top: 1.875rem;
	padding: 0.625rem 0.9375rem;
}

.form-policy__scroll {
	height: 21.5625rem;
	overflow-y: scroll;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.policy__content-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 2.5rem;
}

.policy__text-wrap {
	margin-top: 1.25rem;
}

.policy__text-wrap > * + * {
	margin-top: 2.5rem;
}

.form-policy__list li:last-of-type {
	margin-bottom: 2.5rem;
}

.form-policy__acceptance {
	margin-top: 5rem;
	text-align: center;
}

.form-policy__acceptance span {
	font-size: 1.125rem;
}

.form__submit {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 30.9375rem;
	position: relative;
	width: 100%;
}

.form__submit::before {
	aspect-ratio: 159/150;
	background-image: url(../images/common/arrow-line-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 2.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
	z-index: 1;
}

.form__submit input {
	background-color: #697855;
	border-radius: 50rem;
	color: #fff;
	font-size: 1.5rem;
	padding-bottom: 1em;
	padding-left: 3.75rem;
	padding-top: 1em;
	text-align: left;
	width: 100%;
}

.form__submit input:hover {
	opacity: 0.8;
}

.form__submit .wpcf7-spinner {
	bottom: -1.875rem;
	left: 50%;
	margin: 0;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
}

.faq__contents {
	padding-bottom: 12.5rem;
	padding-top: 9.0625rem;
}

.faq__cat-wrap {
	grid-gap: 8.75rem 6.875rem;
	display: grid;
	gap: 8.75rem 6.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.faq__cat-title {
	background-color: #697855;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 300;
	height: 3.875rem;
	line-height: 3.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.75rem;
	text-align: center;
}

.faq__items {
	border-top: 1px solid #2e2c2b;
	margin-top: 5.625rem;
}

.faq__item {
	border-bottom: 1px solid #2e2c2b;
	font-size: 1.25rem;
	padding-bottom: 1.5rem;
	padding-right: 4.375rem;
	padding-top: 1.875rem;
}

.faq__item[open] .faq-item__question::before {
	background-image: url(../images/lower/faq-.svg);
}

.faq-item__question {
	cursor: pointer;
	position: relative;
}

.faq-item__question::before {
	background-image: url(../images/lower/faq+.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2rem;
	position: absolute;
	right: -3.125rem;
	top: 0.5lh;
	transform: translateY(-50%);
	width: 2rem;
}

.faq-item__question::before svg {
	height: 100%;
	width: 100%;
}

.faq-item__question,
.faq-item__answer {
	display: flex;
	gap: 1rem;
}

.faq-item__answer {
	margin-right: -3.125rem;
}

.faq-item-large {
	flex-basis: 3.75rem;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1;
	padding-left: 0.9375rem;
	text-align: center;
}

.faq-item__question-q {
	color: #583c3e;
}

.faq-item__answer-a {
	color: #41417a;
	padding-top: 2.1875rem;
}

.faq-item__question-text,
.faq-item__answer-text {
	flex: 1;
}

.faq-item__question-text {
	font-weight: 500;
	line-height: 1.66;
}

.faq-item__answer-text {
	padding-bottom: 0.5rem;
	padding-top: 1.875rem;
}

.faq-item__answer-text > * + * {
	margin-top: 1em;
}

.faq-item__answer-text a {
	-webkit-text-decoration: underline;
	color: #697855;
	text-decoration: underline;
}

.faq__other-link {
	margin-top: 6.25rem;
}

.faq__other-link a {
	background-color: #697855;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	height: 3.75rem;
	line-height: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	text-align: center;
	width: 100%;
}

.members__menu {
	margin-top: 5.875rem;
}

.news__body {
	margin-top: 8.125rem;
}

.news__list {
	border-top: 1px solid #565b50;
}

.news__item {
	border-bottom: 1px solid #565b50;
	display: block;
	padding-bottom: 2.375rem;
	padding-left: 1.25rem;
	padding-top: 2.1875rem;
	position: relative;
}

.news__item::before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/arrow-circle.svg);
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 3.125rem;
}

.news__item:hover {
	opacity: 0.8;
}

.news__item:hover::before {
	background-color: #697855;
	background-image: url(../images/common/arrow-circle-white.svg);
	opacity: 1;
	transition: 0.3s;
}

.news__item-meta {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.news__item-date {
	color: #697855;
	font-size: 1.375rem;
	line-height: 1;
}

.news__item-cat {
	background-color: #aaaaaa;
	border-radius: 50rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0.3em 1.1em 0.4em;
}

.news__item-title {
	font-size: 1.375rem;
	line-height: 1.5;
	margin-top: 1.125rem;
}

.text-404 {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.link-404 {
	margin-top: 3.75rem;
}

.page__title {
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 5rem;
}

.page__title.--404 {
	font-size: 2rem;
}

/*直近の休日当番薬局*/

.--holiday-duty .wp-block-columns {
	gap: 5rem;
}

.--holiday-duty a {
	color: #5c6fad;
	font-weight: bold;
}

.holiday-duty__sub-title {
	font-size: 1.875rem;
	font-weight: bold;
	padding-bottom: 1em;
}

.holiday-duty__link {
	margin-top: 5rem;
}

.holiday-duty__link a {
	font-size: 1.875rem;
}

/*各種ダウンロード*/

.--download p,
.--back-number p {
	font-size: 1.375rem;
	margin-top: 1em;
}

.--download a,
.--back-number a {
	-webkit-text-decoration: underline;
	color: #5c6fad;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3em;
}

.--download h4,
.--back-number h4 {
	margin-top: 2.5em !important;
}

.--download h4:first-of-type,
.--back-number h4:first-of-type {
	margin-top: 0 !important;
}

.pharmacy-post__contents {
	margin-top: 7.5rem;
}

.pharmacy-post__subtitle {
	color: #697855;
	font-size: 1.875rem;
	font-weight: bold;
	padding-bottom: 2.8125rem;
	text-align: center;
}

.pharmacy-post__img-wrap {
	grid-gap: 4.6875rem;
	display: grid;
	gap: 4.6875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.625rem;
}

.pharmacy-post__img-wrap.--only {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.pharmacy-post__img img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pharmacy-post__map {
	margin-top: 4.0625rem;
}

.pharmacy-post__map iframe {
	height: 22.875rem;
	width: 100%;
}

.pharmacy-post__table-wrap {
	border: 1px solid #697855;
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative;
}

.pharmacy-post__table-wrap::before {
	background-color: #697855;
	content: "";
	display: block;
	height: 4.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.pharmacy-post__table-wrap table {
	border-spacing: 0;
	color: #697855;
	font-size: 1.375rem;
	max-width: 55rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.pharmacy-post__table-wrap table thead {
	color: #fff;
	height: 4.875rem;
}

.pharmacy-post__table-wrap table thead th:first-of-type {
	width: 15%;
}

.pharmacy-post__table-wrap table tbody tr:last-of-type td,
.pharmacy-post__table-wrap table tbody tr:last-of-type th {
	border-top: 1px solid #697855;
}

.pharmacy-post__table-wrap table tbody td,
.pharmacy-post__table-wrap table tbody th {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	text-align: center;
	width: 6.375rem;
}

.pharmacy-post__table-caution {
	color: #697855;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1rem;
	text-align: center;
}

.pharmacy__contents {
	border-top: 1px solid #565b50;
	margin-top: 14.375rem;
}

.pharmacy__contents.--name {
	margin-left: auto;
	margin-right: auto;
	max-width: 68.75rem;
}

.pharmacy__contents.--line {
	border: none;
	margin-left: -3.125rem;
	margin-right: -3.125rem;
}

.pharmacy__contents.--line:nth-of-type(n + 2) {
	margin-top: 6.25rem;
}

.pharmacy__contents.--line.--medicine {
	margin-top: 8.125rem;
}

.pharmacy__item {
	border-bottom: 1px solid #565b50;
	padding-bottom: 3.4375rem;
	padding-top: 3.4375rem;
}

.pharmacy__item.--line:nth-child(-n+2) {
	border-top: 1px solid #565b50;
}

.pharmacy__item[open] .pharmacy__title-wrap::before {
	background-image: url(../images/common/icon-minus.svg);
}

.pharmacy__title-wrap {
	cursor: pointer;
	position: relative;
}

.pharmacy__title-wrap::before {
	background-image: url(../images/common/icon-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.125rem;
	position: absolute;
	right: 2.1875rem;
	top: 0.6lh;
	transform: translateY(-50%);
	width: 3.125rem;
}

.pharmacy__title-wrap::before svg {
	height: 100%;
	width: 100%;
}

.--line .pharmacy__title-wrap::before {
	right: 0.875rem;
}

.pharmacy__title {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.pharmacy__title-wrap {
	display: flex;
}

.pharmacy__title-wrap.--center {
	justify-content: center;
}

.pharmacy__list {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 6.25rem;
	width: 100%;
}

.pharmacy__list > * + * {
	padding-top: 1.5rem;
}

.pharmacy__detail-item {
	display: flex;
	justify-content: flex-end;
}

.pharmacy__detail-name {
	color: #697855;
	flex: 1;
	font-size: 1.6875rem;
}

.pharmacy__detail-name.--line {
	font-size: 1.5rem;
}

.pharmacy__detail-tel {
	flex-basis: 14.375rem;
	font-size: 1.625rem;
	padding-left: 3.75rem;
	position: relative;
}

.pharmacy__detail-tel.--line {
	font-size: 1.375rem;
}

.pharmacy__detail-tel::before {
	background-image: url(../images/common/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5625rem;
	left: 1.75rem;
	position: absolute;
	top: 0.6lh;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.pharmacy__detail-site {
	color: #848f97;
	flex-basis: 8.125rem;
	font-size: 1.625rem;
	position: relative;
	text-align: right;
}

.pharmacy__detail-site.--line {
	flex-basis: 6.25rem;
	font-size: 1.375rem;
}

.pharmacy__detail-site a::before {
	background-image: url(../images/common/icon-hp.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5625rem;
	left: 3.9375rem;
	position: absolute;
	top: 0.6lh;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.--line .pharmacy__detail-site a::before {
	left: 2.5rem;
	top: 0.55lh;
}

/*------  ara ------*/

.pharmacy-line__list {
	-moz-column-gap: 5rem;
	align-items: flex-start;
	column-gap: 5rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 4.125rem;
}

.pharmacy-line__list.--medicine {
	margin-top: 0;
}

.pharmacy__item.--line {
	flex-basis: calc((100% - 5rem) / 2);
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 2.1875rem;
	padding-top: 2.5rem;
}

.pharmacy-area__title {
	font-size: 2.25rem;
	font-weight: bold;
}

.pharmacy-area__title.--center {
	text-align: center;
}

.--line .pharmacy-area__title {
	font-size: 1.875rem;
	padding-right: 5.3125rem;
	width: 100%;
}

.pharmacy__list.--line {
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.8125rem;
}

.pharmacy__list.--line > * + * {
	padding-top: 1.25rem;
}

.post__heading {
	padding-bottom: 9.375rem;
}

.post__heading-title {
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.post__breadcrumb {
	margin-top: 2.8125rem;
}

.post__body {
	background-color: #efefef;
	padding-bottom: 10rem;
	padding-top: 7.8125rem;
}

.post__contents {
	background-color: #fff;
	border-radius: 1.875rem;
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.post__content-body {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.post__content-body > :first-child {
	margin-top: 0 !important;
}

.post__content-body p:not(.page__body p) {
	font-size: 1.25rem;
	line-height: 1.85;
	margin-top: 2.5rem;
}

.post__content-body p:not(.page__body p) a {
	color: #87a2d6;
}

.post__content-body figure:not(.page__body figure) {
	margin-bottom: 3.75rem;
	margin-top: 3.75rem;
}

.post__content-body h2 {
	color: #697855;
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 5rem;
}

.post__content-body h3 {
	background-color: #ece9e6;
	color: #697855;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.4;
	margin-left: 0.5rem;
	margin-top: 2.5rem;
	padding: 0.2em 1em;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.post__content-body h3::before {
	background-color: #697855;
	border-radius: 50rem;
	content: "";
	display: block;
	height: 45%;
	left: 0.9375rem;
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.post__content-body h4 {
	color: #697855;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 2.5rem;
	padding-bottom: 0.8em;
	position: relative;
}

.post__content-body h4::before {
	background-color: #c6c6c6;
	bottom: 0;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.post__content-body h4::after {
	background-color: #565b50;
	bottom: 0;
	content: "";
	display: block;
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 9.375rem;
	z-index: 1;
}

.contact__title {
	color: #697855;
	font-size: 2.25rem;
}

.contact__thanks-text {
	line-height: 2;
	margin-top: 3.75rem;
}

.contact__thanks-link {
	margin-top: 3.75rem;
}

.mv {
	overflow: hidden;
	position: relative;
}

.mv__loop-wrap {
	align-items: center;
	bottom: 3.75rem;
	display: flex;
	left: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.mv__loop-area {
	animation: loop-slide 50s infinite linear 1s both;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mv__loop-content {
	color: #fff;
	font-size: 10.625rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	white-space: nowrap;
}

.top-about {
	color: #697855;
	margin-top: 11.25rem;
	overflow: hidden;
	position: relative;
}

.top-about::before {
	aspect-ratio: 716/538;
	background-image: url(../images/common/circle-bg-about.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 44.75rem;
	z-index: -1;
}

.top-about__contents {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 7.3vw;
}

.top-about__body {
	flex: 1;
	padding-left: 1.25rem;
}

.top-about__text {
	line-height: 2.5;
	margin-top: 2.5rem;
}

.top-about__link {
	margin-top: 3.75rem;
}

.top-about__img {
	border-radius: 0 2.5rem 2.5rem 0;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 43.2vw;
}

.top-about__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.top-news {
	margin-top: 14.0625rem;
	position: relative;
}

.top-news::before {
	aspect-ratio: 716/538;
	background-image: url(../images/common/circle-bg-news.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: -5.625rem;
	position: absolute;
	top: -4.375rem;
	width: 44.75rem;
	z-index: -1;
}

.top-news__contents {
	display: flex;
}

.top-news__heading {
	flex-basis: 26.25rem;
	padding-left: 1.75rem;
}

.top-news__body {
	flex: 1;
	margin-top: 0.9375rem;
}

.top-search {
	color: #697855;
	margin-top: 16.25rem;
	padding-bottom: 13.75rem;
	position: relative;
}

.top-search::before {
	background-image: url(../images/top/top-search-bg.svg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.top-search__heading {
	letter-spacing: 0.06em;
	padding-top: 10.625rem;
	position: relative;
	text-align: center;
}

.top-search__heading::before {
	aspect-ratio: 159/142;
	background-image: url(../images/common/icon-search-title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%);
	width: 10rem;
	z-index: 1;
}

.top-search__title {
	font-size: 2.5rem;
}

.top-search__text {
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 2.8125rem;
}

.top-search__list {
	margin-top: 6.875rem;
}

@media (min-width: 768px) {

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

}

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

.header__nav {
	display: block !important;
}

}

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

.top-about-title {
	font-size: 4vw;
}

}

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

.footer__nav {
	gap: 2.5rem;
	padding-right: 2.5rem;
}

}

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

.header__nav nav {
	font-size: max(12px, 1.375vw);
}

.header__nav-items {
	gap: 2.25rem;
	padding-right: 1.5vw;
}

}

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

.footer__logo {
	width: 10rem;
}

.footer__address-text {
	margin-top: 1.875rem;
}

.footer__address-text .tab-block {
	display: block;
}

.footer__nav {
	gap: 1.875rem;
}

.footer__nav-items-wrap {
	display: block;
}

.footer__nav-items-wrap > * + * {
	margin-top: 2.1875rem;
}

.footer__nav-items {
	font-size: 1.1875rem;
}

.footer__nav-item a {
	padding-left: 1.5rem;
}

.footer__nav-item a::before {
	width: 0.9375rem;
}

.footer__link-btn {
	flex-basis: 18.75rem;
}

.footer__link-btn-item a {
	letter-spacing: 0.03em;
	padding-left: 3.4375rem;
}

.footer__link-btn-item a::before {
	left: 1.125rem;
}

}

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

.footer__nav-items-wrap > * + * {
	margin-top: 1.25rem;
}

}

@media (max-width: 1300px) {

html {
	font-size: 1.2307692308vw;
}

}

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

.faq__cat-wrap {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

.faq__items {
	margin-top: 3.75rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.breadcrumb {
	font-size: 0.8125rem;
}

.dlist-item {
	flex-direction: column;
	padding-bottom: 1.875rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	padding-top: 1.875rem;
}

.--pharmacy-post .dlist-item {
	padding-bottom: 1.875rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	padding-top: 1.875rem;
}

.dlist-item dt {
	font-size: 1.25rem;
	padding-left: 0;
}

.dlist-item dd {
	font-size: 1.125rem;
}

.drawer-button {
	border-radius: 0;
	display: inline-block;
	height: 4.375rem;
	width: 4.375rem;
}

.link-block__wrap {
	gap: 3.125rem 1.875rem;
}

.link-block {
	padding-bottom: 6.25rem;
	padding-top: 1.875rem;
}

.link-block::before {
	bottom: 2.1875rem;
	width: 2.5rem;
}

.link-block__text {
	font-size: 1.375rem;
	letter-spacing: 0.03em;
}

.lnk-btn {
	font-size: 1.125rem;
}

.lnk-btn-wrap:hover:before {
	border: none;
}

.lnk-btn--white {
	border-radius: 1.6875rem;
	font-size: 1.125rem;
	height: 3.375rem;
	padding-left: 2.375rem;
	width: 20.625rem;
}

.lnk-btn-wrap--white {
	border-radius: 1.6875rem;
	height: 3.375rem;
	width: 20.625rem;
}

.lnk-btn--lineup {
	margin-right: 0;
}

.lnk-btn--plan {
	border-radius: 1.6875rem;
	height: 3.375rem;
	width: 20.625rem;
}

.lnk-btn-wrap--plan {
	border-radius: 1.6875rem;
	height: 3.375rem;
	width: 20.625rem;
}

.lnk-btn--post {
	width: inherit !important;
}

.lnk-btn--post {
	font-size: 1.25rem;
	height: inherit;
}

.lnk-btn--post::before {
	height: 0.4375rem;
	width: 2rem;
}

.lnk-btn-wrap--post {
	width: 23.75rem !important;
}

.lnk-btn-wrap--post {
	border-radius: 1.9375rem;
	height: 3.875rem;
}

.lnk-btn-wrap--lineup {
	border-radius: 1.6875rem;
	height: 3.375rem;
	margin-top: 3.125rem;
	max-width: 20.625rem;
	width: 100%;
}

.lnk-btn-wrap--lineup a {
	font-size: 1.125rem;
}

.wpmem-logout {
	font-size: 1rem;
	height: 2.125rem;
	line-height: 2.125rem;
}

.page-heading-top {
	font-size: 1.375rem;
}

.page-title {
	font-size: 1.875rem;
}

.section__title {
	font-size: min(8.8vw, 2.5rem);
}

.wp-pagenavi {
	margin-top: 2.5rem;
}

.footer {
	padding-bottom: 5.625rem;
}

.footer__logo {
	margin-left: 0;
	margin-right: 0;
	width: 8.125rem;
}

.footer__logo img {
	width: 10rem;
}

.footer__contents {
	flex-direction: column;
	padding-right: 0;
}

.footer__address {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.footer__nav {
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.5rem;
	padding-right: 0;
}

.footer__nav-items {
	font-size: 1rem;
}

.footer__nav-items > * + * {
	margin-top: 1.25rem;
}

.footer__link-btn {
	flex-basis: auto;
	flex-basis: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 28.125rem;
	width: 100%;
}

.footer__copy {
	font-size: 0.875rem;
}

.header {
	height: 4.375rem !important;
	padding: 0.9375rem 0 0.3125rem 0.9375rem !important;
}

.header__content {
	gap: 2.8vw;
}

.header__logo {
	position: relative;
	z-index: 200;
}

.header__logo img {
	width: min(46vw, 18.75rem);
}

.header__nav {
	background-color: #ebefe9;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 20;
}

.header__nav nav {
	flex-direction: column;
	height: calc(100% - 3.75rem);
	justify-content: flex-start;
	padding-top: 6.25rem;
}

.header__nav-items {
	flex-direction: column;
	gap: 0.9375rem;
	height: auto;
	padding-bottom: 3.125rem;
	padding-right: 0;
	padding-top: 3.125rem;
}

.header__nav-item {
	height: auto;
	max-width: 15.625rem;
	width: 100%;
}

.header__nav-item.--member {
	margin-top: 1.25rem;
}

.header__nav-item a {
	color: #697855;
	display: block;
	font-size: 1.125rem;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	text-align: center;
}

nav ul li.has-child::before {
	border-right: 2px solid #697855;
	border-top: 2px solid #697855;
	left: 0;
	right: auto;
	top: 50px;
	transform: rotate(135deg);
	z-index: 10;
}

nav li.has-child ul {
	background-color: transparent;
	left: 50%;
}

nav li.has-child ul li a {
	border-bottom: none;
	font-size: 1.125rem;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
	background-color: transparent;
}

nav {
	padding: 0;
}

nav ul {
	display: block;
}

nav li.has-child ul,
nav li.has-child ul ul {
	display: none; /*JSのslidetoggleで表示させるため非表示に*/
	opacity: 1; /*JSで制御するため一旦表示*/
	position: relative;
	top: 0;
	transition: none; /*JSで制御するためCSSのアニメーションを切る*/
	visibility: visible; /*JSで制御するため一旦表示*/
	width: 100%;
}

/*矢印の位置と向き*/

nav ul li.has-child::before {
	left: auto;
	right: 2.5rem;
	top: 0.375rem;
}

nav ul ul li.has-child::before {
	left: 20px;
	transform: rotate(135deg);
}

nav ul li.has-child.active::before {
	top: 0.6875rem;
	transform: rotate(-45deg);
}

.header__fixed {
	bottom: 0;
	left: 0;
	right: auto;
	width: 100%;
}

.header__fixed-nav {
	border-radius: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.header__fixed-nav-item {
	font-size: min(3.1vw, 18px);
	gap: 1.4vw;
	height: auto;
	letter-spacing: 0;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	writing-mode: horizontal-tb;
}

.header__fixed-nav-item:first-of-type {
	height: auto;
}

.header__fixed-nav-item:last-of-type {
	height: auto;
}

.header__fixed-nav-item .--icon {
	height: min(4.6875vw, 30px);
	width: min(4.6875vw, 30px);
}

.inner {
	max-width: 37.5rem;
	padding-left: 5vw;
	padding-right: 5vw;
}

body {
	font-size: 1.125rem;
}

.main:not(.--top) {
	padding-bottom: 9.375rem !important;
	padding-top: 9.375rem !important;
}

.main.--post::before,
.main.--news::before {
	left: 50%;
	right: auto;
	top: 6.25rem;
	transform: translateX(-50%);
	width: 25rem;
}

.main.--pharmacy-post::before {
	top: 3.125rem;
	width: 25rem;
}

.main.--about::before {
	top: 3.125rem;
	width: 25rem;
}

.main.--pharmacy::before {
	top: 3.125rem;
	width: 25rem;
}

.about__heading-text {
	font-size: 1.125rem;
}

.about__heading-img-wrap {
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.about__subtitle {
	font-size: 1.75rem;
}

.about__company {
	margin-top: 5rem;
}

.about__company-list {
	margin-top: 2.5rem;
}

.about__purpose {
	margin-top: 3.75rem;
}

.about__purpose-text {
	margin-top: 1.875rem;
}

.about_map {
	margin-top: 3.75rem;
}

.about__town {
	margin-top: 3.75rem;
}

.about__town {
	height: 9.375rem;
}

.about__town img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.about__link {
	margin-top: 5rem;
}

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

.contact__form {
	margin-top: 4.375rem;
}

.contact__form ::-moz-placeholder {
	font-size: 1rem;
}

.contact__form ::placeholder {
	font-size: 1rem;
}

.form__item label {
	flex-direction: column;
	gap: 0.625rem;
}

.form__item dt {
	flex-basis: auto;
	font-size: 1.25rem;
	margin-top: 0;
}

.form__item dd {
	flex: 0 0 auto;
	width: 100%;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.form__required {
	font-size: 0.875rem;
	height: 1.25rem;
	width: 3.125rem;
}

.form__input-area input {
	height: 3.4375rem;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.form__input-area textarea {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.policy__title {
	font-size: 1.5rem;
	margin-top: 5rem;
}

.form-policy__scroll {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.form-policy__list > :first-child .policy__content-title {
	margin-top: 1.25rem;
}

.policy__content-title {
	font-size: 1.25rem;
}

.policy__text-wrap > * + * {
	margin-top: 1.25rem;
}

.policy__text-wrap .text {
	font-size: 1rem;
}

.faq__contents {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.faq__cat-wrap {
	gap: 6.25rem;
	grid-template-columns: 1fr;
}

.faq__cat-title {
	font-size: 1.5rem;
	height: 3rem;
	line-height: 3rem;
	max-width: 25rem;
}

.faq__items {
	margin-top: 3.125rem;
}

.faq__item {
	font-size: 1.125rem;
	padding-bottom: 1em;
	padding-top: 1.1em;
}

.faq-item__question::before {
	top: 0.4lh;
}

.faq-item-large {
	flex-basis: 3.125rem;
	font-size: 1.4em;
	padding-left: 0;
}

.faq__other-link {
	margin-top: 5rem;
}

.faq__other-link a {
	font-size: 1.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
}

.news__body {
	margin-top: 3.125rem;
}

.news__item {
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
}

.news__item::before {
	right: 0.3125rem;
	width: min(8.33vw, 2.5rem);
}

.news__item-meta {
	gap: 0.75rem;
}

.news__item-date {
	font-size: 1rem;
}

.news__item-cat {
	font-size: 0.8125rem;
}

.news__item-title {
	font-size: min(5vw, 20px);
	margin-top: 0.625rem;
}

.text-404 {
	font-size: 1rem;
}

.page__title {
	font-size: 1.875rem;
	padding-bottom: 3.75rem;
}

.page__title.--404 {
	font-size: 1.625rem;
}

.--download p,
.--back-number p {
	font-size: 1.125rem;
}

.pharmacy-post__contents {
	margin-top: 4.375rem;
}

.pharmacy-post__subtitle {
	font-size: 1.625rem;
	padding-bottom: 1.875rem;
}

.pharmacy-post__img-wrap {
	gap: 1.875rem;
}

.pharmacy-post__table-wrap::before {
	height: 3.4375rem;
}

.pharmacy-post__table-wrap table {
	font-size: 1.125rem;
}

.pharmacy-post__table-wrap table thead {
	height: 3.4375rem;
}

.pharmacy-post__table-wrap table thead th:first-of-type {
	width: 12%;
}

.pharmacy-post__table-wrap table tbody td,
.pharmacy-post__table-wrap table tbody th {
	padding-bottom: 1.2em;
	padding-top: 1.2em;
}

.pharmacy-post__table-wrap table tbody .--text {
	font-size: 1rem;
}

.pharmacy-post__table-caution {
	font-size: 1rem;
	text-align: left;
}

.pharmacy__contents {
	margin-top: 3.75rem;
}

.pharmacy__contents.--line {
	margin-left: 0;
	margin-right: 0;
}

.pharmacy__item {
	padding-bottom: 1.875rem !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 1.875rem !important;
}

.pharmacy__item.--line:nth-child(-n+2) {
	width: 100%;
}

.pharmacy__item.--line:nth-child(2) {
	border-top: none;
}

.pharmacy__title-wrap::before {
	right: 1.25rem !important;
}

.pharmacy__title-wrap::before {
	height: 2.25rem;
	top: 0.7lh;
	width: 2.25rem;
}

.pharmacy__title {
	font-size: 1.75rem !important;
}

.pharmacy__list {
	padding-top: 2.5rem !important;
}

.pharmacy__detail-item {
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0.3125rem;
}

.pharmacy__detail-name {
	font-size: 1.25rem !important;
}

.pharmacy__detail-name {
	flex-basis: 100%;
}

.pharmacy__detail-tel {
	font-size: 1.125rem !important;
}

.pharmacy__detail-tel {
	flex-basis: calc(100% - 3.75rem);
	padding-left: 1.875rem;
}

.pharmacy__detail-tel::before {
	left: 0;
	top: 0.5lh;
}

.pharmacy__detail-site {
	flex-basis: 3.75rem !important;
	font-size: 1.125rem !important;
}

.pharmacy__detail-site a::before {
	left: 0 !important;
	top: 0.5lh !important;
}

.pharmacy-line__list {
	flex-direction: column;
	margin-top: 2.5rem;
}

.pharmacy__item.--line {
	flex-basis: 100%;
	width: 100%;
}

.pharmacy-area__title {
	font-size: 1.5rem;
}

.--line .pharmacy-area__title {
	font-size: 1.5rem;
}

.--medicine .pharmacy-area__title {
	font-size: 1.25rem !important;
}

.post__heading {
	padding-bottom: 5rem;
}

.post__body {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.post__contents {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.post__content-body {
	padding-left: 5vw;
	padding-right: 5vw;
}

.post__content-body p:not(.page__body p) {
	font-size: 1.125rem;
}

.post__content-body h2 {
	font-size: 1.625rem;
	margin-top: 3.75rem;
}

.post__content-body h3 {
	font-size: 1.375rem;
}

.post__content-body h4 {
	font-size: 1.375rem;
}

.contact__title {
	font-size: 1.75rem;
}

.contact__thanks-text {
	font-size: 1rem;
}

.mv {
	height: 80vh;
	min-height: 25rem;
}

.fv__img {
	height: 100%;
}

.fv__img img {
	-o-object-fit: cover;
	-o-object-position: left;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.mv__loop-wrap {
	bottom: 1.25rem;
}

.mv__loop-area {
	animation: loop-slide 30s infinite linear 1s both;
}

.mv__loop-content {
	font-size: max(4.375rem, 15.625vw);
}

.top-about {
	margin-top: 6.25rem;
}

.top-about__contents {
	flex-direction: column;
}

.top-about__body {
	flex: none;
	padding-left: 0;
}

.top-about__link {
	margin-top: 2.5rem;
}

.top-about__img {
	border-radius: 0;
	height: max(230px, 55vw);
	margin-left: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
}

.top-news {
	margin-top: 6.25rem;
}

.top-news__contents {
	flex-direction: column;
	gap: 3.75rem;
}

.top-news__heading {
	flex-basis: auto;
	padding-left: 0;
}

.top-news__body {
	margin-top: 0;
}

.top-search {
	margin-top: 9.375rem;
	padding-bottom: 7.5rem;
}

.top-search::before {
	height: 60vw;
}

.top-search::after {
	background-color: #ebefe9;
	bottom: 0;
	content: "";
	height: calc(100% - 60vw);
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.top-search__heading {
	padding-top: 6.25rem;
}

.top-search__heading::before {
	width: 5rem;
}

.top-search__title {
	font-size: 1.875rem;
}

.top-search__text {
	font-size: 1.125rem;
}

.top-search__list {
	margin-top: 3.75rem;
}

}

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

.breadcrumb {
	font-size: 0.75rem;
}

.link-block__wrap {
	grid-template-columns: 1fr;
}

.wpmem-logout {
	font-size: 0.8125rem;
	height: 1.875rem;
	line-height: 1.875rem;
}

.footer__nav {
	align-items: center;
	flex-direction: column;
}

.footer__nav-items-wrap {
	margin-left: -1.875rem;
}

.about__heading-img-wrap {
	grid-template-columns: 1fr;
}

.about__link-list {
	gap: 0.9375rem;
}

.faq__contents {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.faq__cat-wrap {
	gap: 3.75rem;
}

.faq__cat-title {
	font-size: 1.25rem;
	height: 2.375rem;
	line-height: 2.375rem;
	max-width: 18.75rem;
}

.faq__items {
	margin-top: 2rem;
}

.faq__item {
	font-size: 1rem;
}

.faq-item__question::before {
	width: 1.75rem;
}

.faq-item__question,
.faq-item__answer {
	gap: 0.625rem;
}

.faq-item-large {
	flex-basis: 2.5rem;
}

.pharmacy-post__img-wrap {
	grid-template-columns: 1fr;
}

.pharmacy__title-wrap {
	gap: 0.625rem;
}

.contact__title {
	font-size: 1.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes loop-slide {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}


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