/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	line-height: 1.15; /* 1 */
}

/* Sections
   ========================================================================== */

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

body {
	margin: 0;
}

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

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */

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

hr {
	height: 0; /* 1 */
	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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * 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;
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */

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

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

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
	line-height: 1;
	margin: 0;
}

body {
	color: #393939;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.714;
}

img {
	max-width: 100%;
}

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

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

input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	padding: 0;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	padding: 0;
}

.l-test {
	width: 1280px;
}

.l-inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

.l-header {
	padding: 0 40px;
}

.l-top__inner {
	margin-top: 120px;
}

.l-concept {
	margin-top: 60px;
}

.l-recommend {
	margin-top: 120px;
	padding: 0 0px;
}

.l-front-medical {
	margin-top: 140px;
}

.l-medical-category {
	margin-top: 80px;
}

.l-medical-content {
	margin-top: 152px;
}

.l-medical-content-special {
	margin-bottom: 153px;
	margin-top: 144px;
}

.l-blog {
	margin-bottom: 160px;
	margin-top: 150px;
}

.l-blog__blogs {
	margin-bottom: 160px;
	margin-top: 88px;
	padding: 0 140px;
}

.l-blog__content {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

.l-blog__content__left {
	margin-right: 30px;
}

.l-blog__aside {
	width: 300px;
}

.l-reservation__side {
	position: fixed;
	right: 0px;
	top: 176px;
	z-index: 10;
}

.l-top__button {
	bottom: 39px;
	position: fixed;
	right: 20px;
	z-index: 11;
}

.l-sp-menu__fixed {
	bottom: 0;
	position: fixed;
	z-index: 10;
}

.l-about__top {
	margin-top: 120px;
}

.l-about__policy {
	margin-top: 80px;
}

.l-about__feature {
	margin-top: 160px;
}

.l-medical__state {
	margin-bottom: 160px;
	margin-top: 160px;
}

.l-page__top {
	margin-top: 120px;
}

.l-staff__director {
	margin-top: 80px;
}

.l-staff__group {
	margin-bottom: 153px;
	margin-top: 174px;
}

.l-blog-page {
	margin-bottom: 160px;
}

.l-blog-page-left {
	margin-right: 30px;
}

.l-blog-page__content {
	display: flex;
	justify-content: center;
	margin: 80px auto 0;
	max-width: 1280px;
	padding: 0 140px;
}

.l-blog-page__aside {
	margin-top: 5px;
}

.l-page-contact__note {
	margin-top: 80px;
}

.l-page-contact-form {
	margin-bottom: 95px;
	margin-top: 160px;
}

.l-page-contact__thanks {
	margin-bottom: 153px;
	margin-top: 80px;
}

.l-page-reservation__note {
	margin-top: 80px;
}

.l-page-reservation-form {
	margin-bottom: 153px;
	margin-top: 160px;
}

.l-page-reservation__thanks {
	margin-bottom: 153px;
	margin-top: 80px;
}

.main {
	margin-top: 200px;
}

.separate {
	margin: 50px 0px;
}

.c-clink__button {
	background-color: #fff;
	border: 1px solid #1391E6;
	border-radius: 24pt;
	color: #1391E6;
	display: inline-block;
	padding: 12px 46px;
	position: relative;
	transition: 0.5s;
}

.c-clink__button::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow-right-blue.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.c-clink__button:hover {
	background-color: #1391E6;
	color: #FFFFFF;
}

.c-clink__button:hover::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow-right-white.svg) no-repeat center center/contain;
	height: 12px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.c-reservation__button {
	background-color: #1391E6;
	border: 1px solid #1391E6;
	border-radius: 24pt;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	padding: 17px 60px;
	transition: 0.5s;
}

.c-reservation__button span {
	margin-left: 32px;
	position: relative;
}

.c-reservation__button span::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/icon-pc.svg) no-repeat center center/contain;
	content: "";
	height: 15px;
	left: -30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.c-reservation__button:hover {
	background-color: #0060A0;
	transition: 0.5s;
}

.c-message__button {
	border: 1px solid #1391E6;
	border-radius: 24pt;
	color: #1391E6;
	font-size: 16px;
	padding: 17px 46px;
	transition: 0.5s;
}

.c-message__button span {
	margin-left: 0px;
}

.c-message__button:hover {
	background-color: #1391E6;
	color: #FFFFFF;
	transition: 0.5s;
}

.c-top__button {
	background-color: #fff;
	border-radius: 50%;
}

.c-top__button:hover {
	opacity: 0.7;
}

.c-top__button-style {
	align-items: center;
	border: 3pt solid #1391E6;
	border-radius: 50%;
	display: flex;
	height: 52px;
	justify-content: center;
	text-align: center;
	width: 52px;
}

.c-dli-arrow-up {
	background: currentColor;
	color: #1391E6;
	display: inline-block;
	height: 20.8pt;
	line-height: 1;
	position: relative;
	width: 3pt;
}

.c-dli-arrow-up::before {
	border: 3pt solid currentColor;
	border-bottom: 0;
	border-left: 0;
	content: "";
	height: 13pt;
	position: absolute;
	right: 1.5pt;
	top: -2pt;
	transform: rotate(-45deg);
	transform-origin: top right;
	width: 13pt;
}

.c-sp-menu {
	background-color: #fff;
	border-top: 1px solid #1391E6;
	height: 60px;
	padding: 6px 0;
	width: 100%;
}

.c-sp-menu__wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-sp-menu__number {
	color: #1391E6;
	font-size: 20px;
	line-height: 1.15;
	padding-left: 22px;
	position: relative;
}

.c-sp-menu__number::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/icon_tel_sp.svg) center center/contain;
	content: "";
	height: 18px;
	left: -3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.c-sp-menu__time {
	color: #393939;
	font-size: 10px;
	margin-left: 22px;
	margin-top: 8px;
}

.c-sp-menu__right {
	margin-left: 12px;
}

.c-sp-menu__reserve {
	background-color: #1391E6;
	border-radius: 8px;
	display: inline-block;
	padding: 8px 20px 8px 72px;
	position: relative;
	text-align: center;
}

.c-sp-menu__reserve ::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/icon-pc.svg) center center/contain;
	content: "";
	height: 26px;
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.c-sp-menu__text {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.c-sp-menu__text span {
	font-size: 16px;
	line-height: 1;
}

.c-reservation__side-style {
	background-color: #1391E6;
	border: 1px solid #1391E6;
	border-radius: 20pt 0 0 20pt;
	height: 120px;
	padding: 21px 0;
	text-align: center;
	transition: 0.5s;
	width: 92px;
}

.c-reservation__side-style:hover {
	background: #0060A0;
}

.c-reservation__side-icon {
	color: #FFFFFF;
	line-height: 1.2857142857;
	margin-top: 12px;
}

.c-new__icon {
	background-color: #EE5A6D;
	border-radius: 50%;
	height: 60px;
	padding: 19px 10px;
	text-align: center;
	width: 60px;
}

.c-new__icon__text {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.c-new__icon.blog-page {
	background-color: #EE5A6D;
	border-radius: 50%;
	height: 40px;
	padding: 14px 10px;
	text-align: center;
	width: 40px;
}

.c-new__icon__text.blog-page {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.c-other__icon {
	background-color: #1391E6;
	border-radius: 14px;
	height: 28px;
	padding: 0 12px;
}

.c-other__icon__text {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 28px;
}

.breadcrumbs .home {
	margin-right: 8px;
}

.breadcrumbs .archive,
.breadcrumbs .post-blog-archive {
	color: #888888;
}

.breadcrumbs .taxnomy,
.breadcrumbs .category {
	margin-left: 8px;
}

.breadcrumbs span {
	color: #888888;
}

.breadcrumbs span span:not(:last-child) {
	color: #393939;
}

.c-medical__icon {
	background-color: #fff;
	border: 2px solid #1391E6;
	border-radius: 12px;
	color: #1391E6;
	display: inline-block;
	padding: 17px 31px;
	position: relative;
	transition: 0.5s;
}

.c-medical__icon:hover {
	background-color: #1391E6;
	color: #FFFFFF;
}

.c-medical__icon span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4166666667;
}

.c-aside__link {
	color: #1391E6;
	display: inline-block;
	padding-right: 18px;
	position: relative;
}

.c-aside__link:hover {
	opacity: 0.7;
}

.c-aside__link::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow.svg) center center/contain;
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.attention {
	color: rgb(242, 103, 103);
	font-size: 20px;
	font-weight: 700;
	left: 50%;
	position: fixed;
	top: 200px;
	transform: translateX(-50%);
	z-index: 1000;
}

.c-section__title {
	text-align: center;
}

.c-section__title__br {
	display: none;
}

.c-section__title__text {
	background-color: transparent;
	display: inline-block;
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.428;
	position: relative;
}

.c-section__title__text::before,
.c-section__title__text::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/title-deco-1.svg);
	content: "";
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 68px;
}

.c-section__title__text::before {
	left: -100px;
}

.c-section__title__text::after {
	right: -100px;
}

.c-aside__content-wrap {
	align-items: center;
	display: flex;
}

.c-aside__title__icon {
	height: 24px;
	width: 24px;
}

.c-aside__content__title {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
	vertical-align: middle;
}

.aside__hr {
	border-color: #888;
	border-width: 1px;
	margin-top: 8px;
	width: 100%;
}

.p-header {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
	height: 80px;
	line-height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}

.p-header__inner {
	align-items: center;
	display: flex;
}

.p-header__left {
	padding-top: 5px;
}

.p-header__left h1 {
	height: 80px;
	line-height: 80px;
}

.p-header__center {
	margin-left: auto;
}

.p-header__list {
	display: flex;
	justify-content: space-between;
}

.p-header__content:not(:first-child) {
	margin-left: 24px;
}

.p-header__link {
	display: inline-block;
}

.p-header__item-icon {
	text-align: center;
}

.p-header__item-icon .size {
	font-size: 24px;
}

.p-header__item-text-style {
	display: inline-block;
	font-size: 11px;
	line-height: 1.27;
	margin-top: 6px;
	text-align: center;
}

.p-header__right {
	margin-left: 28px;
	margin-top: -9px;
	text-align: right;
}

.p-header__adress {
	font-size: 12px;
	line-height: 2;
}

.p-header__number {
	color: #1391E6;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.125;
	padding-left: 28px;
	position: relative;
}

.p-header__number::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/icon_tel.svg);
	content: "";
	height: 28px;
	left: -2px;
	position: absolute;
	top: 3px;
	width: 28px;
}

.p-header__menu {
	position: fixed;
	right: 20px;
	top: 21px;
	z-index: 8;
}

.p-header__menu.active .nav_toggle i {
	background-color: #fff;
}

.p-header__menu.active .nav_toggle i:nth-child(1) {
	bottom: 0;
	margin: auto;
	top: 0;
	transform: rotate(45deg);
}

.p-header__menu.active .nav_toggle i:nth-child(2) {
	opacity: 0;
}

.p-header__menu.active .nav_toggle i:nth-child(3) {
	bottom: 0;
	margin: auto;
	top: 0;
	transform: rotate(-45deg);
}

.nav_toggle {
	cursor: pointer;
	display: block;
	height: 18px;
	position: relative;
	width: 28px;
}

.nav_toggle:hover i {
	background-color: #1391E6;
}

.nav_toggle i {
	background-color: #1391E6;
	display: block;
	height: 3px;
	position: absolute;
	transition: transform 0.5s;
	width: 100%;
}

.nav_toggle i:nth-child(1) {
	top: 0;
}

.nav_toggle i:nth-child(2) {
	bottom: 0;
	margin: auto;
	top: 0;
}

.nav_toggle i:nth-child(3) {
	bottom: 0;
}

.p-modal.active {
	transform: translateY(0%);
}

.p-modal-bg {
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6;
}

.p-modal__name {
	margin-top: 14px;
}

.p-modal__bottom {
	background-color: #DFF1FD;
	bottom: 0px;
	left: 0;
	position: absolute;
	z-index: 8;
}

.p-main {
	padding: 0 58px 0 62px;
	position: relative;
}

.p-top__slider {
	margin-bottom: 28px;
	position: relative;
}

.slider .slick-slide {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.slider .slick-slide img {
	-o-object-fit: cover;
	aspect-ratio: 1160/520;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top__text {
	bottom: 53px;
	left: 60px;
	position: absolute;
	width: 415px;
}

.slider .slick-arrow {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.16));
	font-size: 0;
	height: 48px;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 1;
}

.slider .slick-arrow::before {
	border: 1px solid #dedddf;
	border-width: 3px 3px 0 0;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	top: 16px;
	transform: rotate(45deg);
	width: 16px;
}

.slider .slick-next {
	right: -14px;
}

.slider .slick-prev {
	left: -14px;
}

.slider .slick-prev::before {
	border-width: 0 0 3px 3px;
	left: 16px;
}

.slider .slick-next::before {
	border-width: 3px 3px 0 0;
	left: 12px;
}

.dots {
	bottom: -4px;
	left: -29px;
	position: absolute;
	width: 10px;
}

.dots li {
	display: inline-block;
}

.dots button {
	background: #bcbcbc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 8px;
	margin: 5px;
	outline: none;
	padding: 0;
	width: 8px;
}

.dots .slick-active button {
	background: #1391E6;
}

.p-top__bottom {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	position: relative;
	z-index: 2;
}

.p-top__info {
	max-width: 540px;
	width: 100%;
}

.p-top__info__content {
	display: flex;
	justify-content: space-between;
}

.p-top__info__content-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding: 0 0 0 12px;
	position: relative;
}

.p-top__info__content-title::after {
	bottom: 0;
	color: #1391E6;
	content: "NEWS";
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	position: absolute;
	right: -53px;
}

.p-top__info__content-link {
	border-bottom: 1px solid;
	color: #888888;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 3px;
	padding-bottom: 1px;
}

.p-top__info__content-link:hover {
	opacity: 0.7;
}

.p-news__list__item {
	border-bottom: 1px solid;
	padding: 14px 10px 14px 7px;
}

.p-news__list__item:first-child {
	border-top: 1px solid #393939;
}

.p-news__list__item-link {
	display: flex;
	padding-right: 30px;
	position: relative;
	transition: 0.3s;
}

.p-news__list__item-link:hover {
	color: #1391E6;
}

.p-news__list__item-link:hover .p-news__list__arrow {
	background-color: #1391E6;
	right: 0px;
}

.p-news__list__item-link .p-news__list__date {
	align-items: center;
	display: flex;
	font-size: 15px;
	margin-right: 15px;
}

.p-news__list__item-link .p-news__list__arrow {
	background: #393939;
	height: 1px;
	position: absolute;
	right: -3px;
	top: 50%;
	transition: 0.3s;
	width: 14px;
}

.p-news__list__item-link .p-news__list__arrow::after {
	border-right: 1px solid;
	border-top: 1px solid;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
}

.p-top__week-info {
	margin-left: 60px;
	margin-top: -64px;
}

.p-top__medical-time {
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
	max-width: 477px;
}

.p-concept {
	overflow: hidden;
	padding-bottom: 107px;
	padding-top: 180px;
	position: relative;
}

.p-concept::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/concept-bg.svg);
	content: "";
	height: 725px;
	left: 32.5%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-concept__wrap {
	align-items: center;
	display: flex;
	position: relative;
	z-index: 2;
}

.p-concept__item {
	width: 50%;
}

.p-concept__img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 438px;
	max-height: 438px;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.p-concept__info {
	height: auto;
	margin-left: 95px;
	margin-top: -83px;
	position: relative;
	width: 31.8%;
}

.p-concept__info .p-concept__concept {
	color: #1391E6;
	font-weight: 400;
	letter-spacing: 1.4px;
}

.p-concept__info h3 {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.574;
	margin-top: 28px;
}

.p-concept__info p {
	line-height: 1.714;
	margin-top: 40px;
}

.p-concept__button__cover {
	bottom: -76px;
	left: 0px;
	position: absolute;
}

.p-recommend {
	display: flex;
	justify-content: center;
	margin: 53px auto 0px;
	max-width: 966px;
}

.p-recommend__item {
	height: auto;
	width: 33.3%;
}

.p-recommend__item:not(:first-child) {
	margin-left: 60px;
}

.p-recommend__number {
	text-align: center;
}

.p-recommend__img img {
	max-width: 100%;
	text-align: center;
}

.p-recommend__text {
	margin-top: 18px;
}

.p-recommend__text-style {
	line-height: 1.714;
	text-align: left;
}

.p-recommend__text-style span {
	color: #EE5A6D;
}

.p-medical__top {
	background: url(/wp-content/themes/minami-dental/public/assets/img/bg-top.svg) center center/cover no-repeat;
	padding-top: 15.781%;
}

.p-medical__middle {
	background-color: #DFF1FD;
	padding-bottom: 82px;
	position: relative;
}

.p-medical__middle::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/deco-kirakira2-w.svg) center center/cover no-repeat;
	bottom: 21px;
	content: "";
	height: 57px;
	left: 40px;
	position: absolute;
	width: 57px;
}

.p-medical__middle::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/deco-kirakira-w.svg) center center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 138px;
	position: absolute;
	right: 20px;
	width: 125px;
}

.p-medical__contents {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.p-medical__content {
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 291px;
	max-width: 460px;
	overflow: hidden;
	position: relative;
	width: 460px;
}

.p-medical__content::after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.3s ease;
	width: 100%;
}

.p-medical__content::before {
	background: rgb(0, 0, 0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-medical__content:hover::after {
	transform: scale(1.2);
}

.p-medical__content:hover::before {
	opacity: 0.5;
}

.p-medical__content1::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/bofu-shaw-Dqrlp6cMLkE-unsplash-1.png) center center/cover no-repeat;
}

.p-medical__content2 {
	margin-left: 80px;
}

.p-medical__content2::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/bofu-shaw-Dqrlp6cMLkE-unsplash.png) center center/cover no-repeat;
}

.p-medical__line {
	border-radius: 20px;
	height: calc(100% - 12px);
	left: 50%;
	padding: 6px;
	position: absolute;
	top: 6px;
	transform: translateX(-50%);
	transition: 0.2s ease;
	width: calc(100% - 12px);
	z-index: 1;
}

.p-medical__line:hover {
	border: solid 2px #fff;
}

.p-medical__info {
	color: #FFFFFF;
	left: 50%;
	padding-top: 60px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	z-index: 3;
}

.p-medical__title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2.24px;
	padding: 20px 0;
	position: relative;
}

.p-medical__title::after {
	background-color: #FFFFFF;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: calc(50% - 20px);
	position: absolute;
	width: 40px;
}

.p-medical__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	margin-top: 20px;
}

.p-medical__explanation {
	background-color: #fff;
	margin: 60px auto 0;
	max-width: 1000px;
	padding: 40px;
}

.p-medical__explanation p {
	line-height: 2;
}

.p-medical__explanation p span {
	color: #EE5A6D;
}

.p-medical__bottom {
	background: url(/wp-content/themes/minami-dental/public/assets/img/bg-bottom.svg) center center/cover no-repeat;
	padding-top: 7.578%;
}

.p-blog__inner {
	background-color: red;
	height: 100px;
	margin: 0 auto;
	width: 100px;
}

.p-blog__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 79px auto 0;
	width: 1010px;
}

.p-blog__card {
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
	display: block;
	margin-left: 50px;
	position: relative;
	width: 300px;
}

.p-blog__card:nth-child(3n+1) {
	margin-left: 0;
}

.p-blog__card:hover .p-blog__card__img img {
	transform: scale(1.1);
}

.p-blog__card:hover .p-blog__card__text {
	color: #1391E6;
}

.p-blog__card__img {
	overflow: hidden;
	position: relative;
}

.p-blog__card__img img {
	transition: 0.3s;
}

.p-blog__card__body {
	padding: 24px 24px 18px;
}

.p-blog__card__text {
	line-height: 1.4;
}

.p-blog__card__time {
	color: #888888;
	font-size: 12px;
	margin-top: 10px;
}

.p-new__icon {
	left: 0;
	position: absolute;
	top: 0px;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.p-other__icon {
	left: 30px;
	position: absolute;
	top: 188px;
	transform: translateY(-50%);
	z-index: 2;
}

.p-blog__card__button {
	margin-top: 68px;
	text-align: center;
}

.p-footer__top {
	background: url(/wp-content/themes/minami-dental/public/assets/img/wave.svg) center center/cover;
	height: 32px;
	width: 100%;
}

.p-footer__middle {
	background-color: #DFF1FD;
	padding: 56px 0 64px;
}

.p-footer__wrap {
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 49px;
	width: 1000px;
}

.p-footer__access__info {
	max-width: 477px;
	text-align: center;
}

.p-footer__access__info__adress {
	margin-top: 8px;
}

.p-footer__number {
	margin-top: 32px;
}

.p-footer__access__info__open-time {
	color: #1391E6;
	font-size: 12px;
}

.p-footer__access__link {
	margin-top: 25px;
}

.p-footer__reservation__button {
	margin-left: 8px;
}

.p-footer__access__button {
	margin-left: 20px;
}

.p-footer__access__weekly-info {
	margin-top: 20px;
}

.p-footer__access__time {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.p-footer__contents {
	display: flex;
	justify-content: center;
	margin-top: 37px;
}

.p-footer__content:not(:first-child) {
	margin-left: 40px;
}

.p-footer__content__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 2.25;
}

.p-footer__content__wrap {
	display: flex;
}

.p-footer__content__wrap ul:nth-child(n+2) {
	margin-left: 20px;
}

.p-footer__content__lists {
	margin-top: 20px;
}

.p-footer__content__lists li:not(:first-child) {
	margin-top: 24px;
}

.p-footer__content__item {
	display: inline-block;
	font-size: 16px;
	padding-left: 12px;
	position: relative;
	transition: 0.3s;
}

.p-footer__content__item:hover {
	opacity: 0.7;
}

.p-footer__content__item::before {
	border-color: transparent transparent transparent #007bff;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-footer {
	background-color: #1391E6;
	height: 55px;
	text-align: center;
}

.p-footer__style {
	color: #FFFFFF;
	line-height: 55px;
}

.p-page__top {
	padding: 0 60px;
}

.p-page__top__cover {
	aspect-ratio: 1160/340;
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-contact_top.png) center center/cover;
	border-radius: 12px;
	position: relative;
	width: 100%;
}

.p-page__top__text {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

.p-page__top__title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 1.125;
}

.p-page__top__sub {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1;
	margin-top: 20px;
}

.p-page__top__bread {
	margin-left: 30px;
	margin-top: 14px;
}

.p-page__top__cover.page__top__medical {
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-about_top.png) center center/cover;
}

.p-about__policy {
	margin-top: 60px;
}

.p-policy {
	overflow: hidden;
	padding-bottom: 107px;
	padding-top: 180px;
	position: relative;
}

.p-policy::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/concept-bg.svg);
	content: "";
	height: 725px;
	left: 32.5%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-policy__wrap {
	display: flex;
	position: relative;
	z-index: 2;
}

.p-policy__img {
	max-width: 100%;
}

.p-policy__info {
	height: auto;
	margin-left: 95px;
	margin-top: 40px;
	position: relative;
	width: 31.8%;
}

.p-policy__info .p-policy__concept {
	color: #1391E6;
	font-weight: 400;
	letter-spacing: 1.4px;
}

.p-policy__info h3 {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.574;
	margin-top: 28px;
}

.p-policy__info p {
	line-height: 1.714;
	margin-top: 37px;
}

.p-policy__info p:nth-child(2n) {
	margin-top: 20px;
}

.p-about__feature {
	position: relative;
}

.p-about__feature__wrap {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.p-about__feature__info {
	margin-left: 140px;
	width: 31.9%;
}

.p-about__feature__info .p-about__feature__concept {
	color: #1391E6;
	font-weight: 700;
	letter-spacing: 1.4px;
}

.p-about__feature__info h3 {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.574;
	margin-top: 33px;
}

.p-about__feature__info p {
	line-height: 1.714;
	margin-top: 32px;
}

.p-about__feature__info p:nth-child(2n) {
	margin-top: 25px;
}

.p-about__feature__item {
	margin-left: 7.265625%;
}

.p-about__feature__img {
	max-width: 100%;
}

.p-medical__state__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto 0;
	width: 999px;
}

.p-medical__state__item {
	height: 317px;
	width: 317px;
}

.p-page__top__cover.page__top__medical {
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-medical_top.png) center center/cover;
}

.p-medical__middle.medical {
	background-color: #DFF1FD;
	padding-bottom: 52px;
	position: relative;
}

.p-medical__middle.medical::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/deco-kirakira2-w.svg) center center/cover no-repeat;
	bottom: 21px;
	content: "";
	height: 57px;
	left: 40px;
	position: absolute;
	width: 57px;
}

.p-medical__middle.medical::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/deco-kirakira-w.svg) center center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 138px;
	position: absolute;
	right: 20px;
	width: 125px;
}

.p-medical__section__title {
	padding-top: 6px;
}

.p-medical-category__group {
	margin: 0 auto;
	max-width: 100%;
	width: 77.96875%;
}

.p-medical-category__group:nth-child(n+2) {
	margin-top: 80px;
}

.p-medical-category__title {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2.24px;
	line-height: 1.4285714286;
	position: relative;
}

.p-medical-category__title.general::after {
	background-color: #1391E6;
	border-radius: 24px;
	color: #fff;
	content: "保険対象";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.12px;
	padding: 8px 12px;
	position: absolute;
	right: -108px;
}

.p-medical-category__title.special::after {
	background-color: #EE5A6D;
	border-radius: 24px;
	color: #fff;
	content: "実費";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.12px;
	padding: 8px 12px;
	position: absolute;
	right: -74px;
}

.p-medical-category__wrap {
	margin-top: 32px;
}

.p-medical-category__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.p-medical__boxes {
	margin-top: 60px;
}

.p-medical__box {
	background-color: #fff;
	border-radius: 20px;
	margin: 35px auto;
	padding: 60px 55px;
	position: relative;
	width: 1000px;
}

.p-medical__box::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/tag-01.svg);
	content: "";
	height: 80px;
	position: absolute;
	right: 60px;
	top: 0;
	width: 100px;
}

.p-medical__box.special::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/tag-02.svg);
}

.p-medical__box__top {
	align-items: center;
	display: flex;
}

.p-medical__box__title {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.5714285714;
}

.p-medical__box__sub {
	color: #1391E6;
	letter-spacing: 1.12px;
	margin-left: 42px;
}

.p-medical__box__hr {
	border-width: 1px;
	margin-top: 36px;
	width: 100%;
}

.p-medical__box__bottom {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.p-medical__box__info {
	width: calc(50% - 12px);
}

.p-medical__box__info p:nth-child(n+2) {
	margin-top: 38px;
}

.p-medical__box__info__text {
	line-height: 1.7142857143;
}

.p-medical__box__img {
	margin-left: 24px;
	width: 420px;
}

.p-medical__box__img img {
	aspect-ratio: 420/315;
	height: auto;
}

.p-page__top__cover.page__top__staff {
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-staff_top.png) center center/cover;
}

.p-staff__director {
	margin: 60px auto 0;
	width: 78.125%;
}

.p-staff__director__wrap {
	-moz-column-gap: 80px;
	column-gap: 80px;
	display: flex;
}

.p-staff__director__info {
	width: 46%;
}

.p-staff__director__title {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.5714285714;
}

.p-staff__director__info__middle {
	margin-top: 36px;
}

.p-staff__director__paragraph p {
	line-height: 1.7142857143;
}

.p-staff__director__paragraph p:nth-child(n+2) {
	margin-top: 24px;
}

.p-staff__director__name {
	line-height: 1.7142857143;
	margin-top: 20px;
	text-align: right;
}

.p-staff__director__name p:nth-child(n+2) {
	margin-top: 10px;
}

.p-staff__director__img {
	width: 46%;
}

.p-staff__director__img img {
	height: auto;
	width: 100%;
}

.p-staff__director__bottom {
	margin-top: 56px;
}

.p-staff__director__work__title {
	font-size: 16px;
	line-height: 1.75;
}

.p-staff__director__hr {
	height: 1px;
	margin-top: 8px;
	width: 100%;
}

.p-staff__director__work__experience {
	margin-top: 16px;
}

.p-staff__director__work__list {
	margin-top: 14px;
}

.p-staff__director__work__list li:not(:first-child) {
	margin-top: 11px;
}

.p-staff__director__work__item {
	display: flex;
}

.p-staff__director__work__time {
	line-height: 1.7142857143;
}

.p-staff__director__work__line {
	line-height: 1.7142857143;
	margin-left: 16px;
}

.p-staff__director__skill {
	margin-top: 22px;
}

.p-staff__director__skill__list {
	margin-top: 17px;
}

.p-staff__director__skill__list li:not(:first-child) {
	margin-top: 21px;
}

.p-staff__galary {
	margin-top: 160px;
}

.p-staff__slider {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.p-staff__slider img {
	aspect-ratio: 305/229;
	max-width: 100%;
	width: 100%;
}

.p-staff__slider__item {
	margin-left: 20px;
}

.p-staff__groups {
	margin: 0 auto;
	width: 1000px;
}

.p-staff__group {
	margin-top: 63px;
}

.p-staff__group__title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.28px;
}

.p-staff__group__hr {
	margin-top: 9px;
}

.p-staff__cards {
	-moz-column-gap: 80px;
	column-gap: 80px;
	display: flex;
	flex-wrap: wrap;
}

.p-staff__card {
	margin-top: 40px;
	width: 280px;
}

.p-staff__card:nth-child(n+4) {
	margin-top: 60px;
}

.p-staff__card__top {
	border-radius: 20px;
	height: 280px;
	width: 280px;
}

.p-staff__card__top img {
	height: auto;
	width: 100%;
}

.p-staff__card__name {
	margin-top: 16px;
	text-align: center;
}

.p-staff__card__name p {
	font-size: 18px;
	font-weight: 700;
	height: 25px;
	letter-spacing: 1.44px;
	line-height: 25px;
}

.p-staff__card__name p span {
	font-size: 12px;
	letter-spacing: 0.96px;
	margin-right: 12px;
	vertical-align: middle;
}

.p-staff__card__bottom {
	margin-top: 14px;
	width: 280px;
}

.p-staff__card__bottom table {
	border-spacing: 1px;
}

.p-staff__card__bottom table tr {
	height: 55px;
	text-align: left;
}

.p-staff__card__bottom table tr th {
	background-color: #DFF1FD;
	font-weight: 500;
	padding: 0 0 0 20px;
	width: 140px;
}

.p-staff__card__bottom table tr td {
	padding-left: 20px;
	width: 50%;
}

.p-page__top__cover.page__top__blog {
	background: url(/wp-content/themes/minami-dental/public/assets/img/archive_top.png) center center/cover;
}

.pagination {
	margin: 100px 0 0;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	background: #fff;
	border: 1px solid #1391E6;
	border-radius: 4px;
	color: #1391E6;
	display: inline-block;
	margin-right: 10px;
	padding: 9px 13px;
}

.pagination .page-numbers:hover {
	background: #1391E6;
	color: #fff;
}

.pagination .current {
	background: #1391E6;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	background: #1391E6;
	box-shadow: none;
	color: #fff;
	display: inline-block;
}

.pagination .prev {
	padding: 8px 15px 8px 40px;
	position: relative;
	text-align: right;
}

.pagination .prev::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow-circle-left.svg) center center/contain;
	content: "";
	height: 16px;
	left: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.pagination .next {
	padding: 8px 40px 8px 15px;
	position: relative;
}

.pagination .next::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow-circle-right.svg) center center/contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-blog__group {
	margin-top: 3px;
	width: calc(100% - 300px - 30px);
}

.p-blog__box-list li:not(:nth-child(10n+1)) {
	margin-top: 18px;
}

.p-blog__box {
	align-items: center;
	display: flex;
}

.p-blog__box__left {
	flex-shrink: 0;
	max-width: 100%;
	position: relative;
	width: 244px;
}

.p-blog__box__img {
	height: 153px;
	width: 244px;
}

.p-blog__box__new {
	left: -10px;
	position: absolute;
	top: -10px;
}

.p-blog__box__right {
	margin-left: 20px;
}

.p-blog__box__category {
	background-color: #1391E6;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 6px 12px;
}

.p-blog__box__text {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
}

.p-blog__box__time {
	color: #888888;
	font-size: 12px;
	margin-top: 16px;
}

.p-aside__clinic-introduction {
	margin-top: -4px;
}

.p-aside__clinic__img {
	margin-top: 20px;
}

.p-aside__clinic__img img {
	aspect-ratio: 335/210;
	width: 100%;
}

.p-aside__clinic__info {
	margin-top: 13px;
}

.p-aside__clinic__name {
	font-size: 16px;
	line-height: 1.5;
}

.p-aside__clinic__explain {
	line-height: 1.7142857143;
	margin-top: 14px;
}

.p-aside__link {
	line-height: 1.7142857143;
	margin-top: 8px;
}

.p-aside__blog__list li {
	margin-top: 13px;
}

.p-aside__new-blogs {
	margin-top: 60px;
}

.p-aside__blog__box {
	display: flex;
	justify-content: flex-start;
}

.p-aside__blog__box__left {
	width: 133px;
}

.p-aside__blog__box__img {
	height: 90px;
	width: 120px;
}

.p-aside__blog__box__right {
	margin-left: 10px;
	width: 170px;
}

.p-aside__blog__box__category {
	background-color: #1391E6;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 4px 8px;
}

.p-aside__blog__box__text {
	line-height: 1.4285714286;
	margin-top: 3px;
}

.p-aside__blog__box__time {
	color: #888888;
	font-size: 11px;
	line-height: 3.4545454545;
	margin-top: 0px;
}

.p-aside__category {
	margin-top: 44px;
}

.p-aside__content__lists {
	margin-left: 21px;
	margin-top: 21px;
}

.p-aside__content__lists li:not(:first-child) {
	margin-top: 21px;
}

.p-aside__content__item {
	display: inline-block;
	font-size: 16px;
	padding-left: 12px;
	position: relative;
	transition: 0.3s;
}

.p-aside__content__item:hover {
	opacity: 0.7;
}

.p-aside__content__item::before {
	border-color: transparent transparent transparent #007bff;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-blog-page__wrap {
	width: calc(100% - 300px - 30px);
}

.blog-page__top-title {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.4285714286;
}

.p-blog-page-date {
	display: flex;
	margin-top: 22px;
}

.p-blog-page-date__day {
	color: #1391E6;
	font-size: 16px;
	line-height: 1.4375;
	padding-left: 20px;
	position: relative;
}

.p-blog-page-date__day::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/icon-time.png) center center/contain no-repeat;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-blog-page-date__category {
	background-color: #1391E6;
	border-radius: 12px;
	color: #fff;
	font-size: 11px;
	margin-left: 32px;
	padding: 6px 12px;
}

.p-blog-page__top__content {
	margin-top: 60px;
}

.p-blog-page__top__text p {
	line-height: 1.7142857143;
}

.p-blog-page__top__text a {
	color: #1391E6;
	text-decoration: underline;
}

.p-blog-page__middle {
	margin-top: 66px;
}

.p-blog-page__title-h2 {
	color: #1391E6;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 1.3333333333;
	padding-left: 26px;
	position: relative;
}

.p-blog-page__title-h2::before {
	background-color: #1391E6;
	content: "";
	height: 52px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.p-blog-page__middle__medium {
	margin-top: 40px;
}

.p-blog-page__img {
	margin-top: 28px;
}

.p-blog-page__title-h3 {
	color: #1391E6;
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 1.6;
}

.p-blog-page-hr {
	border-color: #1391E6;
	border-width: 1px;
	width: 100%;
}

.p-blog-page__middle__text {
	line-height: 1.7142857143;
	margin-top: 14px;
}

.p-blog-page__middle__small {
	margin-top: 49px;
}

.p-blog-page__middle__small ul {
	margin-top: 17px;
	padding-left: 14px;
}

.p-blog-page__middle__small li {
	font-size: 16px;
	list-style: disc;
	list-style-position: inside;
}

.p-blog-page__middle__small li:not(first-child) {
	margin-top: 16px;
}

.p-blog-page__title-h4 {
	color: #1391E6;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2;
}

.p-blog-page__middle__small__text {
	line-height: 1.7142857143;
	margin-top: 14px;
}

.p-blog-page__button {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	width: 100%;
}

.p-blog-page__button a {
	display: block;
}

.p-blog-page__button a:not(:first-child) {
	margin-left: 20px;
}

.p-blog-page__pre,
.p-blog-page__next {
	background: #1391E6;
	border: 1px solid #1391E6;
	border-radius: 4px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	position: relative;
	width: 124px;
}

.p-blog-page__pre {
	padding: 0 16px 0 38px;
}

.p-blog-page__pre::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow-circle-left.svg);
	content: "";
	height: 16px;
	left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-blog-page__list {
	border: 1px solid #1391E6;
	border-radius: 4px;
	color: #1391E6;
	height: 41px;
	padding: 11px 16px 11px 16px;
	text-align: center;
	width: 95px;
}

.p-blog-page__next {
	padding: 0px 38px 0px 16px;
}

.p-blog-page__next::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/arrow-circle-right.svg);
	content: "";
	height: 16px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-page-contact__top__cover {
	aspect-ratio: 1160/340;
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-contact_top.png) center center/cover;
	border-radius: 12px;
	position: relative;
	width: 100%;
}

.p-page-contact__note__content {
	margin: 0 auto;
	width: 56.875%;
}

.p-page-contact__note__content__text {
	line-height: 1.7142857143;
	width: 100%;
}

.p-page__contact__note__red {
	color: #EE5A6D;
}

.p-page-contact-form__wrapper {
	margin: 0 auto;
	width: 56.875%;
}

.p-contact-form__table {
	border-collapse: collapse;
	margin-top: 60px;
	width: 100%;
}

.p-contact-form__table__list {
	border-top: 1px solid #DDDDDD;
	height: 104px;
}

.p-contact-form__table__list th {
	text-align: left;
	width: 240px;
}

.p-contact-form__table__list th label {
	font-size: 16px;
	line-height: 2.25;
}

.p-contact-form__table__list th label .essential {
	background-color: #EE5A6D;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-left: 16px;
	padding: 6px 6px;
}

.p-contact-form__table__list td input {
	background-color: #F6F6F6;
	border: none;
	font-size: 16px;
	height: 48px;
	outline: none;
	padding: 0 14px;
	width: 100%;
}

.p-contact-form__table__list td input::-moz-placeholder {
	color: #C2C2C2;
}

.p-contact-form__table__list td input::placeholder {
	color: #C2C2C2;
}

.p-contact-form__area {
	height: 256px;
}

.p-contact-form__area__line {
	border-bottom: 1px solid #DDDDDD;
}

.p-contact-form__area textarea {
	background-color: #F6F6F6;
	border: none;
	font-size: 16px;
	height: 200px;
	padding: 14px 14px;
	width: 100%;
}

.p-contact-form__area textarea::-moz-placeholder {
	color: #C2C2C2;
}

.p-contact-form__area textarea::placeholder {
	color: #C2C2C2;
}

.c-submit__box {
	margin-top: 60px;
	text-align: center;
}

.c-submit__box .wpcf7-spinner {
	display: none;
}

.c-submit__button {
	background-color: inherit;
	border: 1px solid #1391E6;
	border-radius: 28px;
	color: #1391E6;
	cursor: pointer;
	font-size: 16px;
	height: 56px;
	letter-spacing: 2.28px;
	transition: 0.3s;
	width: 360px;
}

.c-submit__button:hover {
	background-color: #1391E6;
	color: #fff;
}

.p-contact-form__error {
	color: #EE5A6D;
	display: none;
	font-size: 18px;
	text-align: center;
}

.p-page-reservation__note__content {
	margin: 0 auto;
	width: 56.875%;
}

.p-page-reservation__note__title {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 1.4285714286;
}

.p-page-reservation__note__tel {
	color: #1391E6;
	margin-top: 31px;
}

.p-page-reservation__note__num {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.64px;
	line-height: 1.125;
	line-height: 1;
	padding-left: 32px;
	position: relative;
}

.p-page-reservation__note__num::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/icon_tel.svg);
	content: "";
	height: 28px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 28px;
}

.p-page-reservation__note__time {
	font-size: 12px;
	line-height: 3;
	margin-left: 45px;
}

.p-page-reservation__note__content__text {
	line-height: 1.7142857143;
	margin-top: 14px;
}

.p-page-reservation__note__content__point {
	line-height: 1.7142857143;
	margin-top: 22px;
}

.p-page-reservation__content-mail {
	margin-top: 39px;
}

.p-page-reservation-form__wrapper {
	margin: 0 auto;
	width: 56.875%;
}

.p-reservation-form__table {
	border-collapse: collapse;
	margin-top: 50px;
	width: 100%;
}

.p-reservation-form__table tr:first-of-type td {
	margin: -8px 0 23px;
}

.p-reservation-form__table__list {
	border-top: 1px solid #DDDDDD;
	height: 104px;
}

.p-reservation-form__table__list th {
	min-width: 240px;
	text-align: left;
	width: 240px;
}

.p-reservation-form__table__list th label {
	font-size: 16px;
	line-height: 2.25;
}

.p-reservation-form__table__list th label .essential {
	background-color: #EE5A6D;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-left: 16px;
	padding: 6px 6px;
}

.p-reservation-form__table__list th label .essential.checkbox {
	background-color: #EE5A6D;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-left: 16px;
	padding: 6px 6px;
}

.p-reservation__list input {
	background-color: #F6F6F6;
	border: none;
	font-size: 16px;
	height: 48px;
	outline: none;
	padding-left: 16px;
	width: 100%;
}

.p-reservation__list input::-moz-placeholder {
	color: #C2C2C2;
}

.p-reservation__list input::placeholder {
	color: #C2C2C2;
}

.p-reservation__radio label:not(:first-child) {
	margin-left: 32px;
}

.p-reservation__radio .wpcf7-radio {
	display: block;
}

.p-reservation__radio .wpcf7-list-item.first {
	margin: 0 0 0 0;
}

.p-reservation__radio .wpcf7-list-item:not(:first-child) {
	margin-left: 28px;
}

.p-reservation__radio input[type=radio] {
	border-radius: 100px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	vertical-align: sub;
	width: 20px;
}

.p-reservation__radio input[type=radio]::before,
.p-reservation__radio input[type=radio]::after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-reservation__radio input[type=radio]::before {
	background-color: #fff;
	border: 1px solid #1391E6;
	height: 20px;
	left: 0px;
	width: 20px;
}

.p-reservation__radio input[type=radio]::after {
	background-color: #1391E6;
	height: 12px;
	left: 5px;
	opacity: 0;
	width: 12px;
}

.p-reservation__radio input[type=radio]:checked::after {
	display: block;
	opacity: 1;
}

.p-radio__name {
	line-height: 2.5714285714;
}

.p-reservation-form__checkbox {
	height: 150px;
}

.p-checkbox__th {
	position: relative;
}

.p-checkbox__th::after {
	color: #888888;
	content: "※(複数選択可)";
	font-size: 11px;
	left: 0;
	line-height: 3.2727272727;
	position: absolute;
	top: calc(50% + 3px);
}

.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 14px;
	margin-left: -22px;
}

.p-reservation__checkbox { /* チェックボックスデザイン */
}

.p-reservation__checkbox input[type=checkbox] {
	cursor: pointer;
	padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
	position: relative;
	vertical-align: middle;
}

.p-reservation__checkbox input[type=checkbox]::before,
.p-reservation__checkbox input[type=checkbox]::after {
	content: "";
	display: block;
	position: absolute;
}

.p-reservation__checkbox input[type=checkbox]::before {
	background-color: #fff;
	border: 1px solid #1391E6;
	border-radius: 0%;
	height: 24px; /*チェックボックスの縦幅*/
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px; /*チェックボックスの横幅*/
}

.p-reservation__checkbox input[type=checkbox]::after {
	border-bottom: 2px solid #1391E6; /*チェックの太さ*/
	border-left: 2px solid #1391E6; /*チェックの太さ*/
	height: 6px; /*チェックの高さ*/
	left: 10px; /*チェック時の位置調整*/
	opacity: 0; /*チェック前は非表示*/
	top: -7px; /*チェック時の位置調整*/
	transform: rotate(-45deg);
	width: 11px; /*チェックの横幅*/
}

.p-reservation__checkbox input[type=checkbox]:checked::after {
	opacity: 1; /*チェック後表示*/
}

.wpcf7-list-item-label {
	margin-left: 5px;
}

input[type=radio] {
	border-radius: 100px;
	height: 20px;
	margin-right: 5px;
	position: relative;
	vertical-align: sub;
	width: 20px;
}

input[type=radio]::before,
input[type=radio]::after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

input[type=radio]::before {
	background-color: #fff;
	border: 1px solid #1391E6;
	height: 20px;
	left: 0px;
	width: 20px;
}

input[type=radio]::after {
	background-color: #1391E6;
	height: 12px;
	left: 5px;
	opacity: 0;
	width: 12px;
}

.p-reservation__pull select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/wp-content/themes/minami-dental/public/assets/img/select-arrow.svg);
	background-position: right 12px top 16px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 10px;
}

.p-form__pull {
	background-color: #F6F6F6;
	border: none;
	height: 48px;
	width: 100%;
}

.p-reservation__days {
	display: block;
}

.p-form__date__group {
	margin: 32px 0 32px;
}

.p-form__date__group label:not(:nth-of-type(1)) {
	margin-top: 20px;
}

.p-reservation-form__date {
	display: block;
}

.p-reservation-form__date input[type=date i]::-webkit-calendar-picker-indicator {
	background-image: url(/wp-content/themes/minami-dental/public/assets/img/icon-calendar.svg);
	height: 20px;
	width: 20px;
}

#date-time-edit {
	color: red;
}

.p-form__date {
	background-color: #F6F6F6;
	border: none;
	font-size: 16px;
	height: 48px;
	padding: 10px;
	width: 100%;
}

.p-reservation-form__area {
	border-bottom: 1px solid #DDDDDD;
	height: 256px;
}

.p-reservation-form__area textarea {
	background-color: #F6F6F6;
	border: none;
	font-size: 16px;
	height: 200px;
	padding-left: 10px;
	width: 100%;
}

.p-reservation-form__area textarea::-moz-placeholder {
	color: #C2C2C2;
}

.p-reservation-form__area textarea::placeholder {
	color: #C2C2C2;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

.p-reservation-form__error {
	display: none;
}

.u-show-sp {
	display: none;
}

.u-active-sp {
	display: none;
}

@media (min-width: 1000px) {

.p-medical__state__item {
	margin-left: 24px;
}

.p-medical__state__item:nth-child(3n+1) {
	margin-left: 0px;
}

.p-medical__state__item:nth-child(n+4) {
	margin-top: 24px;
}

}

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

.p-header__item img:last-of-type {
	display: none;
}

.p-header__item:hover {
	color: #1391E6;
}

.p-header__item:hover img:first-of-type {
	display: none;
}

.p-header__item:hover img:last-of-type {
	display: inline-block;
}

.p-header__item:hover .p-header__item-text-style {
	line-height: 1.27;
	position: relative;
}

.p-header__item:hover .p-header__item-text-style::after {
	background-color: #1391E6;
	bottom: -6px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

.p-blog__card:nth-child(n+4) {
	margin-top: 50px;
}

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

}

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

.p-header__right {
	display: none;
}

.p-modal {
	background: #0060A0;
	color: #fff;
	left: 0;
	padding-bottom: 230px;
	position: fixed;
	text-align: center;
	top: 0;
	transform: translateY(-100%);
	transition: all 0.3s;
	width: 100%;
	z-index: 7;
}

.p-modal .p-header__list {
	display: block;
}

.p-modal .p-header__content {
	margin-left: 0;
}

.p-modal ul {
	margin: 40px auto 0;
	text-align: center;
	width: 255px;
}

.p-modal ul li {
	border-bottom: 1px dotted #fff;
	list-style-type: none;
	padding: 0;
	width: 100%;
}

.p-modal ul li:first-child {
	border-top: 1px dotted #fff;
}

.p-concept__info h3 {
	font-size: 20px;
	line-height: 1.6;
}

.p-blog__wrap {
	width: 700px;
}

.p-blog__card {
	margin: 50px auto 0;
}

.p-blog__card:nth-child(3n+1) {
	margin: 50px auto 0;
}

.p-blog__card__button {
	margin-top: 48px;
}

.p-footer__wrap {
	display: block;
	text-align: center;
	width: calc(100% - 140px);
}

.p-footer__access__info {
	max-width: 100%;
}

.p-footer__map {
	margin-top: 20px;
}

.p-policy__info h3 {
	font-size: 20px;
	line-height: 1.6;
}

.p-about__feature__info h3 {
	font-size: 20px;
	line-height: 1.6;
}

.p-medical__box {
	width: 89.3333333333%;
}

.p-medical__box__bottom {
	display: block;
	margin-top: 20px;
}

.p-medical__box__info {
	margin: 0 auto;
	width: 100%;
}

.p-medical__box__img {
	margin-left: 0;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.p-blog-page__wrap {
	width: 100%;
}

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

}

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

.p-modal .p-header__link {
	display: flex;
	padding: 15px 0;
	position: relative;
}

.p-modal .p-header__link:hover {
	opacity: 0.7;
}

.p-modal .p-header__link .p-header__item-arrow {
	background: #fff;
	height: 1px;
	position: absolute;
	right: 0px;
	top: 50%;
	transition: 0.3s;
	width: 14px;
}

.p-modal .p-header__link .p-header__item-arrow::after {
	border-right: 1px solid;
	border-top: 1px solid;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
}

.p-modal .p-header__link .p-header__item-text-style {
	font-size: 14px;
}

}

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

.p-modal .p-header__link .p-header__item-text-style {
	margin-left: 14px;
}

}

@media (max-width: 1100px) {

.p-recommend__item {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.p-recommend__img {
	margin: 9px auto;
}

.p-recommend__text-style {
	display: inline-block;
	max-width: 276px;
}

}

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

.p-top__bottom {
	flex-direction: column-reverse;
}

.p-top__info {
	margin-top: 40px;
}

.p-top__week-info {
	margin-left: 0px;
}

}

@media (max-width: 1000px) {

.p-medical__contents {
	display: block;
	margin-top: 40px;
}

.p-medical__content {
	margin: 0 auto;
	width: calc(100% - 40px);
}

.p-medical__content2 {
	margin: 20px auto 0;
}

.p-medical__explanation {
	margin: 20px auto 0;
	max-width: 460px;
}

.p-footer__middle {
	padding-bottom: 63px;
	padding-top: 32px;
}

.p-footer__contents {
	display: block;
	margin-top: 60px;
}

.p-footer__content {
	display: block;
	margin-left: 20px;
	margin-top: 40px;
}

.p-policy__wrap {
	align-items: center;
}

.p-about__feature__wrap {
	align-items: center;
}

.p-medical__state__wrap {
	width: 658px;
}

.p-medical__state__item:nth-child(2n) {
	margin-left: 24px;
}

.p-medical__state__item:nth-child(n+3) {
	margin-top: 24px;
}

.p-staff__groups {
	padding: 0 20px;
	width: 100%;
}

.p-aside__blog__box__right {
	width: calc(100% - 133px);
}

.p-contact-form__table__list th {
	display: block;
	margin-top: 18px;
}

.p-contact-form__table__list td {
	display: block;
	margin: 7px 0 18px;
}

.p-contact-form__area {
	height: 163px;
}

.p-contact-form__area textarea {
	height: 160px;
}

.p-page-reservation__note__content {
	padding: 0 20px;
	width: 100%;
}

.p-page-reservation__note__title {
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 1.6;
}

.p-reservation-form__table__list th {
	display: block;
	margin-top: 28px;
}

.p-reservation__list {
	display: block;
	margin: 16px 0 28px;
}

.p-reservation__radio {
	display: block;
	margin: 16px 0 28px;
}

.p-checkbox__th::after {
	left: 0;
	top: 30px;
}

.p-reservation__checkbox {
	display: block;
	margin: 28px 0 28px;
}

.p-reservation__pull {
	display: block;
	margin: 16px 0 28px;
}

.p-reservation-form__text-area {
	display: block;
	margin: 16px 0 28px;
}

}

@media (max-width: 999px) {

.l-blog__content {
	display: block;
}

.l-blog__aside {
	margin-left: 0px;
	margin-top: 60px;
	width: 100%;
}

.l-blog-page__content {
	display: block;
	padding: 0 80px;
}

.p-blog__group {
	width: 100%;
}

.p-aside__blog__box__img {
	height: 101px;
	width: 133px;
}

}

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

.l-header {
	padding: 0 20px;
}

.l-top__inner {
	margin-top: 80px;
}

.l-concept {
	margin-top: 40px;
}

.l-recommend {
	margin-top: 67px;
}

.l-front-medical {
	margin-top: 100px;
}

.l-medical-category {
	margin-top: 63px;
}

.l-medical-content {
	margin-top: 96px;
}

.l-medical-content-special {
	margin-bottom: 80px;
	margin-top: 105px;
}

.l-blog {
	margin-bottom: 82px;
	margin-top: 100px;
}

.l-blog__blogs {
	margin-bottom: 78px;
	margin-top: 57px;
	padding: 0 20px;
}

.l-blog__aside {
	margin-top: 100px;
}

.l-top__button {
	bottom: 100px;
	right: 11px;
}

.l-about__top {
	margin-top: 100px;
}

.l-about__policy {
	margin-top: 65px;
}

.l-about__feature {
	margin-top: 100px;
}

.l-medical__state {
	margin-bottom: 87px;
	margin-top: 96px;
}

.l-page__top {
	margin-top: 80px;
}

.l-staff__director {
	margin-top: 63px;
}

.l-staff__group {
	margin-bottom: 80px;
	margin-top: 100px;
}

.l-blog-page {
	margin-bottom: 83px;
}

.l-blog-page__content {
	margin: 60px auto 0;
	padding: 0 20px;
}

.l-page-contact__note {
	margin-top: 60px;
}

.l-page-contact-form {
	margin-bottom: 84px;
	margin-top: 100px;
}

.l-page-contact__thanks {
	margin-bottom: 79px;
	margin-top: 60px;
}

.l-page-reservation__note {
	margin-top: 60px;
}

.l-page-reservation-form {
	margin-bottom: 80px;
	margin-top: 100px;
}

.l-page-reservation__thanks {
	margin-bottom: 81px;
	margin-top: 60px;
}

.c-clink__button {
	padding: 12px 40px;
}

.c-reservation__button {
	font-size: 14px;
}

.c-message__button {
	font-size: 14px;
}

.c-new__icon {
	height: 40px;
	padding: 12px 6px;
	width: 40px;
}

.c-new__icon__text {
	font-size: 10px;
}

.c-new__icon.blog-page {
	height: 40px;
	padding: 12px 6px;
	width: 40px;
}

.c-new__icon__text.blog-page {
	font-size: 10px;
}

.c-other__icon {
	height: 14px;
	padding: 0 8px;
}

.c-other__icon__text {
	font-size: 10px;
	line-height: 14px;
}

.c-medical__icon {
	padding: 17px 31px 16px;
}

.c-medical__icon span {
	font-size: 20px;
}

.c-section__title__text {
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 1.4;
}

.c-section__title__text::before,
.c-section__title__text::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/title-deco-sp.svg) no-repeat;
	background-size: 80%;
	height: 14px;
	width: 68px;
}

.c-section__title__text::before {
	left: -70px;
}

.c-section__title__text::after {
	right: -87px;
}

.p-header {
	height: 60px;
}

.p-header__left h1 {
	height: 60px;
	line-height: 60px;
}

.p-main {
	padding: 0 20px;
}

.slider .slick-slide img {
	aspect-ratio: 335/447;
}

.p-top__text {
	bottom: 37px;
	left: 22px;
}

.slider .slick-arrow {
	height: 35px;
	width: 35px;
}

.slider .slick-arrow::before {
	height: 10px;
	top: 12px;
	width: 10px;
}

.slider .slick-next {
	right: -14px;
}

.slider .slick-prev {
	left: -14px;
}

.slider .slick-prev::before {
	left: 11px;
}

.slider .slick-next::before {
	left: 10px;
}

.dots {
	bottom: 16px;
	left: -13px;
}

.dots button {
	height: 7px;
	margin: 0;
	width: 7px;
}

.p-top__text {
	width: 265px;
}

.p-top__bottom {
	padding: 0;
}

.p-top__info {
	margin: 42px auto 24px;
}

.p-news__list__item-link .p-news__list__date {
	font-size: 14px;
	margin-right: 26px;
}

.p-news__list__item-link .p-news__list__date time {
	font-size: 12px;
}

.p-top__week-info {
	margin: -51px auto 0;
}

.p-concept {
	padding-bottom: 0px;
	padding-top: 110px;
}

.p-concept::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/concept-bg_sp.svg) left 10px top/cover no-repeat;
	height: 308px;
	left: 0;
}

.p-concept__wrap {
	flex-direction: column-reverse;
	padding: 0 20px;
}

.p-concept__item {
	margin-left: -40px;
	margin-top: 40px;
	width: 100%;
}

.p-concept__img {
	height: 100%;
}

.p-concept__info {
	margin-left: 0;
	margin-top: 0px;
	max-width: 100%;
	width: 100%;
}

.p-concept__info .p-concept__concept {
	font-size: 11px;
}

.p-concept__info h3 {
	margin-top: 15px;
}

.p-concept__info p {
	margin-top: 26px;
}

.p-concept__button__cover {
	position: static;
	text-align: center;
}

.p-concept__button {
	margin-top: 40px;
}

.p-recommend {
	display: block;
	margin-top: 40px;
}

.p-recommend__item:not(:first-child) {
	margin: 0 auto;
	margin-top: 60px;
}

.p-medical__top {
	background: url(/wp-content/themes/minami-dental/public/assets/img/bg-top-sp.svg) center center/cover no-repeat;
	padding-top: 85px;
}

.p-medical__middle {
	padding-bottom: 59px;
	padding-top: 30px;
}

.p-medical__middle::before {
	height: 25px;
	width: 25px;
}

.p-medical__middle::after {
	height: 59px;
	width: 54px;
}

.p-medical__content {
	aspect-ratio: 335/210;
	height: 100%;
}

.p-medical__info {
	padding-top: 32px;
}

.p-medical__title {
	font-size: 20px;
	padding: 20px 0 25px;
}

.p-medical__text {
	font-size: 12px;
	margin-top: 16px;
}

.p-blog__wrap {
	display: block;
	margin: 44px auto 0;
	max-width: 100%;
	padding: 0 12px 0 20px;
}

.p-blog__card {
	box-shadow: none;
	display: flex;
	margin: 20px auto 0;
	width: 100%;
}

.p-blog__card:nth-child(3n+1) {
	margin: 20px auto 0;
}

.p-blog__card__img {
	height: 101px;
	width: 133px;
}

.p-blog__card__img img {
	height: 101px;
	width: 133px;
}

.p-blog__card__body {
	flex: 1;
	padding: 10px;
}

.p-blog__card__text {
	margin-top: 20px;
}

.p-new__icon {
	left: 10px;
	top: 12px;
}

.p-other__icon {
	left: 142px;
	top: 14px;
}

.p-blog__card__button {
	margin-top: 40px;
}

.p-footer__middle {
	padding-bottom: 71px;
}

.p-footer__wrap {
	padding: 32px 20px 20px;
	width: calc(100% - 20px);
}

.p-footer__access__info__adress {
	margin-top: 12px;
}

.p-footer__number {
	margin-top: 27px;
}

.p-footer__access__info__open-time {
	margin-top: 5px;
}

.p-footer__access__link {
	margin-top: 23px;
}

.p-footer__reservation__button {
	margin-left: 0px;
	padding: 10px 30px;
}

.p-footer__access__button {
	margin-left: 5px;
	padding: 10px 20px;
}

.p-footer__access__weekly-info {
	margin-top: 24px;
}

.p-footer__access__weekly-info img {
	transform: scale(1.1);
}

.p-footer__contents {
	margin-top: 55px;
}

.p-footer__content:not(:first-child) {
	margin-left: 20px;
	margin-top: 42px;
}

.p-footer__content {
	margin-left: 20px;
	margin-top: 22px;
}

.p-footer__content.about {
	margin-top: 20px;
}

.p-footer__content__lists {
	margin-top: 21px;
}

.p-footer__content__lists li:not(:first-child) {
	margin-top: 20px;
}

.p-footer {
	height: 115px;
}

.p-page__top {
	padding: 0 20px;
}

.p-page__top__cover {
	aspect-ratio: 335/185;
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-contact_top-sp.png) center center/cover;
}

.p-page__top__title {
	font-size: 24px;
	letter-spacing: 4.8px;
	line-height: 1.5;
}

.p-page__top__sub {
	font-size: 12px;
}

.p-page__top__bread {
	margin-left: 0px;
}

.p-page__top__cover.page__top__medical {
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-about_top-sp.png) center center/cover;
}

.p-about__policy {
	margin-top: 40px;
}

.p-policy {
	padding-bottom: 0px;
	padding-top: 110px;
}

.p-policy::before {
	background: url(/wp-content/themes/minami-dental/public/assets/img/concept-bg_sp.svg) left 10px top/cover no-repeat;
	height: 308px;
	left: 0;
}

.p-policy__wrap {
	flex-direction: column-reverse;
	padding: 0 20px;
}

.p-policy__item {
	margin-left: -40px;
	margin-top: 40px;
	width: 100%;
}

.p-policy__img {
	aspect-ratio: 334/230;
	height: auto;
	width: 100%;
}

.p-policy__info {
	margin-left: 0;
	margin-top: 0px;
	max-width: 100%;
	width: 100%;
}

.p-policy__info .p-policy__concept {
	font-size: 11px;
}

.p-policy__info h3 {
	letter-spacing: 1.6px;
	margin-top: 15px;
}

.p-policy__info p:nth-child(2n) {
	margin-top: 25px;
}

.p-policy__info p {
	margin-top: 26px;
}

.p-about__feature__wrap {
	display: block;
	padding: 0 20px;
}

.p-about__feature__info {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.p-about__feature__info .p-about__feature__concept {
	font-size: 11px;
}

.p-about__feature__info h3 {
	letter-spacing: 1.6px;
	margin-top: 15px;
}

.p-about__feature__info p {
	margin-top: 28px;
}

.p-about__feature__item {
	margin-left: 0;
	margin-top: 40px;
	position: relative;
	right: -20px;
}

.p-about__feature__img {
	aspect-ratio: 334/230;
	height: auto;
	width: 100%;
}

.p-medical__state__wrap {
	margin: 36px auto 0;
	width: 335px;
}

.p-medical__state__item {
	height: 162px;
	width: 162px;
}

.p-medical__state__item:nth-child(2n) {
	margin-left: 11px;
}

.p-medical__state__item:nth-child(n+3) {
	margin-top: 11px;
}

.p-page__top__cover.page__top__medical {
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-medical_top-sp.png) center center/cover;
}

.p-medical__middle.medical {
	padding-bottom: 30px;
	padding-top: 30px;
}

.p-medical__middle.medical::before {
	height: 25px;
	width: 25px;
}

.p-medical__middle.medical::after {
	height: 59px;
	width: 54px;
}

.p-medical-category__group {
	padding: 0 20px;
	width: 100%;
}

.p-medical-category__title {
	font-size: 20px;
}

.p-medical-category__title.general::after {
	padding: 8px 14px;
}

.p-medical-category__wrap {
	margin-top: 35px;
}

.p-medical-category__list {
	gap: 10px;
	text-align: center;
}

.p-medical-category__list li {
	width: 100%;
}

.p-medical-category__list li a {
	width: 100%;
}

.p-medical__boxes {
	margin-top: 40px;
}

.p-medical__box {
	padding: 20px;
}

.p-medical__box::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/tag-01-sp.svg);
	content: "";
	height: 60px;
	right: 20px;
	top: 0;
	width: 80px;
}

.p-medical__box.special::after {
	background: url(/wp-content/themes/minami-dental/public/assets/img/tag-02-sp.svg);
}

.p-medical__box__top {
	display: block;
	margin-top: 8px;
}

.p-medical__box__title {
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 0.7142857143;
}

.p-medical__box__sub {
	margin-left: 0px;
	margin-top: 30px;
}

.p-medical__box__hr {
	margin-top: 20px;
}

.p-medical__box__info p:nth-child(n+2) {
	margin-top: 30px;
}

.p-medical__box__img {
	margin-top: 18px;
}

.p-page__top__cover.page__top__staff {
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-staff_top.png) center center no-repeat/contain;
}

.p-staff__director {
	margin: 35px auto 0;
	padding: 0 20px;
	width: 100%;
}

.p-staff__director__wrap {
	display: block;
}

.p-staff__director__info {
	width: 100%;
}

.p-staff__director__title {
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 1.6;
}

.p-staff__director__info__middle {
	margin-top: 29px;
}

.p-staff__director__name {
	margin-top: 40px;
}

.p-staff__director__img {
	margin-top: 40px;
	width: 100%;
}

.p-staff__director__bottom {
	margin-top: 35px;
}

.p-staff__director__hr {
	margin-top: 6px;
}

.p-staff__director__skill {
	margin-top: 33px;
}

.p-staff__galary {
	margin-top: 100px;
}

.p-staff__group {
	margin-top: 45px;
}

.p-staff__group:last-child {
	margin-top: 40px;
}

.p-staff__cards {
	display: block;
}

.p-staff__card {
	margin-top: 37px;
	width: 100%;
}

.p-staff__card:not(:first-child) {
	margin-top: 52px;
}

.p-staff__card:nth-child(n+4) {
	margin-top: 49px;
}

.p-staff__card__top {
	height: auto;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.p-staff__card__bottom {
	margin: 14px auto 0;
	width: 100%;
}

.p-staff__card__bottom table {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.p-staff__card__bottom table tr td {
	width: calc(100% - 140px);
}

.p-page__top__cover.page__top__blog {
	background: url(/wp-content/themes/minami-dental/public/assets/img/archive_top-sp@.png) center center no-repeat/contain;
}

.pagination {
	margin-top: 65px;
}

.p-blog__box-list li:not(:nth-child(10n+1)) {
	margin-top: 20px;
}

.p-blog__box__left {
	flex-shrink: 0;
	height: 101px;
	max-width: 100%;
	width: 133px;
}

.p-blog__box__img {
	height: 101px;
	width: 133px;
}

.p-blog__box__right {
	margin-left: 11px;
}

.p-blog__box__category {
	font-size: 10px;
	padding: 3px 8px;
}

.p-blog__box__text {
	font-size: 14px;
}

.p-blog__box__time {
	font-size: 11px;
	margin-top: 6px;
}

.p-aside__blog__list {
	margin-top: 19px;
}

.p-aside__blog__list li {
	margin-top: 17px;
}

.p-aside__new-blogs {
	margin-top: 58px;
}

.p-aside__blog__box__right {
	margin-top: 4px;
}

.p-aside__blog__box__text {
	margin-top: 5px;
}

.p-aside__category {
	margin-top: 51px;
}

.p-blog-page__wrap {
	width: 100%;
}

.blog-page__top-title {
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 1.6;
}

.p-blog-page-date {
	margin-top: 18px;
}

.p-blog-page__middle {
	margin-top: 60px;
}

.p-blog-page__title-h2 {
	font-size: 18px;
	letter-spacing: 1.44px;
	line-height: 1.7777777778;
	padding-left: 23px;
}

.p-blog-page__title-h2::before {
	height: 40px;
	width: 6px;
}

.p-blog-page__middle__medium {
	margin-top: 27px;
}

.p-blog-page__title-h3 {
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2;
}

.p-blog-page__middle__small {
	margin-top: 52px;
}

.p-blog-page__title-h4 {
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 2.2857142857;
}

.p-blog-page__middle__small__text {
	margin-top: 9px;
}

.p-blog-page__button {
	margin-top: 50px;
}

.p-blog-page__button a:not(:first-child) {
	margin-left: 12px;
}

.p-blog-page__pre,
.p-blog-page__next {
	width: 108px;
}

.p-blog-page__pre {
	padding: 0 10px 0 36px;
}

.p-blog-page__pre::before {
	left: 8px;
}

.p-blog-page__next {
	padding: 0px 36px 0px 10px;
}

.p-blog-page__next::before {
	right: 9px;
}

.p-page-contact__top__cover {
	aspect-ratio: 335/185;
	background: url(/wp-content/themes/minami-dental/public/assets/img/page-contact_top-sp.png) center center/cover;
}

.p-page-contact__note__content {
	padding: 0 20px;
	width: 100%;
}

.p-page-contact-form__wrapper {
	max-width: 100%;
	padding: 0 20px;
	width: 100%;
}

.p-contact-form__table {
	margin-top: 50px;
}

.c-submit__box {
	margin-top: 53px;
}

.c-submit__button {
	font-size: 14px;
	height: 38px;
	width: 273px;
}

.p-page-reservation__note__content__text {
	margin-top: 13px;
}

.p-page-reservation__content-mail {
	margin-top: 34px;
}

.p-page-reservation-form__wrapper {
	padding: 0 20px;
	width: 100%;
}

.p-reservation-form__table__list th {
	margin-top: 18px;
}

.p-reservation-form__table__list th label .essential {
	margin-left: 11px;
}

.p-reservation-form__table__list th label .essential.checkbox {
	margin-left: 25px;
}

.p-reservation__list {
	margin: 0px 0 28px;
}

.p-reservation__radio {
	margin: 0 0 26px;
}

.p-reservation__radio .wpcf7-list-item {
	margin: 0 0 0 10px;
}

.p-reservation__radio .wpcf7-list-item:not(:first-child) {
	margin-left: 40px;
}

.p-checkbox__th::after {
	top: 23px;
}

.wpcf7-checkbox {
	gap: 25px 4px;
}

.p-reservation__checkbox {
	margin: 34px 0 32px;
}

.p-reservation__pull {
	margin: 0 0 15px;
}

.p-form__date__group {
	margin: 3px 0 29px;
}

.p-reservation-form__area {
	height: auto;
}

.p-reservation-form__area textarea {
	height: 160px;
	padding-top: 16px;
}

.p-reservation-form__text-area {
	margin: -13px 0 25px;
}

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

.u-show-sp {
	display: block;
}

.u-active-sp.active {
	display: block;
}

}

@media (max-width: 500px) {

.c-section__title__br {
	display: block;
}

.p-medical__explanation {
	margin: 20px 20px 0;
	padding: 20px;
}

.p-medical__explanation p {
	line-height: 1.7;
}

}

@media (max-width: 400px) {

.p-footer__map iframe {
	height: 315px;
	width: 315px;
}

}

