@charset "utf-8";
/*
Theme Name: Shinshinotsu-dent
Theme URI:
Author: 
Author URI:
Description: しんしのつ村歯科さま
Version: 1.0.0
*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

a {
	text-decoration: none;
}

input, textarea, select, button {
	font-size: inherit;
	font-family: inherit;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/

html {
	overflow-x: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
}

body {
	overflow-x: hidden;
	color: #000;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.8;
}

main {
	min-height: 1000px;
}

.inner {
	max-width: 1140px;
	margin: auto;
	padding: 0 20px;
}

h2 {
	font-size: 2rem;
	font-weight: 500;
}

h3 {
	font-size: 1.8rem;
	font-weight: 500;
}

h4 {
	font-size: 1.6rem;
	font-weight: 500;
}

a {
	display: block;
	color: #221815;
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
}

input[type="text"] {
	height: 38px;
	padding: 0 0.8rem;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	/* -webkit-appearance: none; */
}

input[type="submit"] {
	height: 38px;
	padding: 0 1rem;
	border-radius: 5px;
	background: #48b3be;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
	/* -webkit-appearance: button; */
}

input[type="submit"]:hover {
	opacity: 0.7;
}

:target::before {
	display: block;
	height: 152px;
	margin-top: -152px;
	content: '';
}

@media screen and (max-width: 767px) {
	:target::before {
		height: 64px;
		margin-top: -64px;
	}

	h2 {
		font-size: 1.7rem;
		padding: 0 1rem
	}

	h3 {
		font-size: 1.6rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	a:hover,
	input[type="submit"]:hover {
		opacity: 1;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ナビゲーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	background: rgba(0, 0, 0, 0.6);
}

#open {
	display: none;
}

#close-bar {
	display: none;
}

.toggle {
	width: 56px;
	height: 56px;
	margin: 0.4rem 1rem;
	padding: 1.4rem 1.6rem 0;
	border-radius: 50%;
	background: #ccdc4a;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	cursor: pointer;
	transition: 0.5s;
}

/* .toggle:hover {
	opacity: 0.7;
} */

.toggle>div {
	position: relative;
}

.toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.35s ease-in-out;
}

.toggle span:nth-child(1) {
	top: 0;
}

.toggle span:nth-child(2) {
	top: 7px;
}

.toggle span:nth-child(3) {
	top: 14px;
}

.toggle span:nth-child(4) {
	top: 20px;
	left: -3px;
	height: 0;
}

nav.open .toggle span:nth-child(1) {
	top: 7px;
	transform: rotate(225deg);
}

nav.open .toggle span:nth-child(2) {
	left: 50%;
	width: 0;
}

nav.open .toggle span:nth-child(3) {
	top: 7px;
	transform: rotate(-225deg);
}

nav ul {
	display: flex;
	font-weight: bold;
	justify-content: flex-start;
	align-items: center;
}

nav a {
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
}

nav a::after {
	display: block;
	width: 0;
	height: 1px;
	background: #ccdc4a;
	content: "";
	transition: width 0.5s ease;
}

nav a:hover {
	opacity: 1;
	color: #ccdc4a;
}

nav a:hover::after {
	width: 80%;
}

nav a.current::after {
	display: block;
	width: 80%;
	height: 2px;
	background: #ccdc4a;
	content: "";
}

@media screen and (min-width: 768px) {
	nav {
		position: relative;
		padding: 3rem 0;
	}

	header nav ul {
		max-width: 1140px;
		margin: auto;
		padding: 0;
	}

	header nav ul li {
		margin: 0 1.2rem;
	}

	nav a {
		display: inline-block;
		position: relative;
		padding: 0 1.9rem;
		text-align: center;
		line-height: 2;
		font-size: 1.5rem;
	}

	nav a::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		transition: 0.3s;
		transform: translateX(-50%);
	}

	nav a.current::after {
		position: absolute;
		bottom: 0;
		left: 50%;
	}

	footer nav {
		padding: 1rem 0 0 0;
	}
}

@media screen and (max-width: 767.9px) {
	#open {
		display: block;
		position: absolute;
		top: 4px;
		right: 10px;
		margin: auto;
	}

	#close-bar {
		display: block;
	}

	nav {
		position: absolute;
		overflow-y: scroll;
		z-index: 12;
		top: 0;
		right: 0;
		width: 250px;
		background: #fff;
		transform: translateX(100%);
	}

	nav.open {
		transform: translateX(0);
		transition: 0.3s;
	}

	nav ul {
		display: block;
		margin-bottom: 10rem;
	}

	nav ul li {
		margin-left: 0;
		border-bottom: 1px solid #dbdbdb;
		background: #fff;
	}

	nav ul li:first-child {
		border-top: 1px solid #dbdbdb;
	}

	nav a {
		position: relative;
		padding: 0 1rem;
		font-weight: normal;
		line-height: 3;
		text-indent: 1rem;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header {
	position: relative;
	z-index: 13;
	border-top: 4px solid #ccdc4a;
}

header .header p {
	margin-top: 2rem;
	font-size: 1.3rem;
}

header .header-bar-outer {
	width: 100%;
	height: 250px;
}

header .header-bar-inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.8);
	transition: 0.5s;
	transform: translate3d(0, 0, 0);
}

header .header-bar-inner .inner {
	position: relative;
}

header .header-bar-inner.change {
	position: fixed;
}

header .header-bar-inner .main-header {
	display: flex;
	height: 160px;
	justify-content: space-between;
	align-items: flex-start;
	transition: 0.5s;
	transform: translate3d(0, 0, 0);
}

header .header-bar-inner .main-header .telephone {
	flex: none;
	margin-left: 5rem;
}

header .header-bar-inner .main-header p {
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1.5;
}

header .header-bar-inner.change .main-header p {
	display: none;
}

@media screen and (min-width: 768px) {
	header .header-bar-inner .main-header {
		padding: 2rem 0 1rem;
	}
	header .header-bar-inner.change .main-header {
		height: 110px;
	}
}

@media screen and (max-width: 767.9px) {
	header .header p {
		display: none;
	}

	header .header-bar-outer {
		height: 64px;
	}

	header .header-bar-inner .main-header {
		height: 64px;
		align-items: center;
	}

	header .header-bar-inner .main-header .logo {
		width: 48%;
		min-width: 260px;
	}

	header .header-bar-inner .main-header .telephone {
		display: none;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
footer {
	/* box-shadow: 0 -10px 7px -7px rgba(0, 0, 0, 0.1); */
	border-bottom: 4px solid #ccdc4a;
}

footer .footer-bar-outer {
	width: 100%;
	height: 20px;
}

footer .footer-bar-inner {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 20px;
	padding: 0.5rem;
	text-align: center;
	justify-content: center;
	transition: 0.5s;
	transform: translate3d(0, 0, 0);
}

footer .footer-bar-inner.change {
	position: static;
}

footer .footer-inner {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 4rem 0;
}

footer .footer-inner .inner>ul {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.5;
}

footer .footer-inner .inner>ul li br {
	display: none;
}

footer .footer-inner nav {
	font-size: 1.4rem;
}

footer .footer-inner nav li {
	margin: 0 0 0.5rem 2rem;
}

footer .footer-inner nav a {
	padding: 0 1rem;
}

footer .footer-inner nav a::after {
	height: 0;
}

footer .footer-inner nav a.current::after {
	height: 1px;
}

footer .footer-inner nav ul li.medical .sub {
	top: 60px;
	padding: 0;
	background: none;
}

footer .footer-inner nav ul li.medical:hover .sub {
	top: 60px;
}

footer small {
	display: block;
	margin: 1rem 0;
	font-size: 1.2rem;
	text-align: center;
}

#page-top {
	display: none;
}

#page-top a {
	position: absolute;
	right: 10px;
	bottom: 90px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #ccdc4a;
	color: #fff;
	font-size: 1.8rem;
	line-height: 60px;
	cursor: pointer;
}

#page-top a::before {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2rem auto -1.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: rotate(-45deg);
}

#page-top a::after {
	content: "TOP";
}

#page-top a:hover {
	opacity: 0.8;
}

footer section.main-tel {
	display: none;
}

@media screen and (min-width: 768px) {
	footer .footer-inner .main-footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		flex-flow: row-reverse;
	}
	footer .footer-inner .main-footer a.telephone {
		flex: none;
		margin-left: 5rem;
	}
	footer .footer-inner>ul li:first-of-type {
		/* float: left; */
		margin-right: 3rem;
	}
	footer .footer-inner nav ul {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767.9px) {
	footer {
		border-bottom: none;
		padding-bottom: 7.6rem;
	}

	footer .footer-inner {
		position: relative;
		text-align: center;
		padding-bottom: 6rem;
	}

	footer .footer-inner .main-footer .telephone {
		display: none;
	}

	footer .footer-inner .main-footer a {
		display: table;
		margin: auto;
	}

	footer .footer-inner .main-footer a.logo {
		margin-top: 2rem;
	}

	footer .footer-inner nav {
		display: none;
	}

	#page-top a:hover {
		opacity: 1;
	}

	footer section.main-tel {
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		border-bottom: 4px solid #b7cc1c;
		box-shadow: 0 -10px 7px -7px rgb(0 0 0 / 10%)
	}

	footer section.main-tel .main-tel-inner {
		padding: 1rem;
		text-align: center;
	}

	footer section.main-tel a {
		display: inline-block;
	}
}

@media screen and (max-width: 479.9px) {
	footer .footer-inner .inner>ul li br {
		display: block;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ボトム
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
article section.navigation {
	margin: 20rem auto;
}

article section.navigation h2 {
	font-size: 1.8rem;
}

article section.navigation .title {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem 2rem 1rem 0;
	background: rgba(255, 255, 255, 0.6);
	font-size: 1.8rem;
	text-align: right;
	color: #333;
}

article section.navigation .title::after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 1.5rem;
	background: url("image/common/icon/arrow_01.svg") center center no-repeat;
	background-size: 16px 16px;
	vertical-align: -2px;
	content: "";
}

article section.navigation .name {
	position: absolute;
	top: 50px;
	left: 5%;
	margin: -5rem;
	padding: 5rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

article section.navigation .staff {
	max-width: 780px;
	margin: 5rem auto;
}

article section.navigation .staff .image {
	position: relative;
	height: 200px;
	margin: 1rem 0;
	background: url("image/home/staff.jpg") center no-repeat;
	background-size: cover;
}

article section.navigation .medical {
	max-width: 780px;
	margin: 5rem auto;
}

article section.navigation .medical .image {
	position: relative;
	height: 200px;
	margin: 1rem 0;
	background: url("image/home/medical.jpg") center no-repeat;
	background-size: cover;
}

.description {
	color: #221815;
	font-size: 1.5rem;
}

article section.guide {
	margin: 10rem auto;
	padding: 5rem 0 4rem;
	background: #d6f8d4;
}

article section.guide .access h2::before {
	display: inline-block;
	width: 27px;
	height: 37px;
	margin-right: 1.5rem;
	background: url("image/common/icon/access.svg") center center no-repeat;
	background-size: 27px 37px;
	vertical-align: -12px;
	content: "";
}

article section.guide .access iframe {
	width: 100%;
	min-height: 340px;
	max-height: 398px;
	margin-top: 1rem;
}

article section.guide .access a {
	display: table;
	margin: 0 0 0 auto;
	font-size: 1.4rem;
}

article section.guide .access a::before {
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-right: 1rem;
	background: url("image/common/icon/loupe.png") center center no-repeat;
	background-size: 14px 15px;
	vertical-align: -3px;
	content: "";
}

article section.guide .hour h2::before {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin-right: 1.5rem;
	background: url("image/common/icon/hour.svg") center center no-repeat;
	background-size: 37px 37px;
	vertical-align: -11px;
	content: "";
}

article section.guide .hour>div {
	width: 100%;
	max-width: 504px;
}

article section.guide .hour table {
	width: 100%;
	margin: 1rem 0;
	padding: 1.5rem 4%;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	border-collapse: separate;
}

article section.guide .hour table thead {
	color: #48b3be;
}

article section.guide .hour table tbody {
	color: #000;
}

article section.guide .hour table thead, article section.guide .hour table tbody {
	line-height: 3;
}

article section.guide .hour table thead th {
	font-weight: 500;
}

article section.guide .hour table th {
	border-bottom: 1px solid #e1e1e1;
}

article section.guide .hour table th:nth-of-type(n+2) {
	width: 8%;
}

article section.guide .hour table tbody td {
	border-bottom: 1px solid #e1e1e1;
	vertical-align: middle;
}

article section.guide .hour table tbody td:first-of-type {
	line-height: 1.2;
}

article section.guide .hour table tbody td:first-of-type span {
	display: block;
	text-align: right;
	margin-right: 2.5rem;
}

article section.guide .hour table tfoot td {
	padding-top: 2rem;
	text-align: left;
	font-size: 1.2rem;
}

article section.guide .hour table tfoot ul span {
	display: inline-block;
	width: 70px;
	margin-right: 0.8rem;
	border-radius: 5px;
	background: #48b3be;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}

article section.guide .hour table tfoot ul span.break {
	width: unset;
	margin-right: 0;
	margin-left: 1rem;
	background: none;
	color: #000;
}

article section.guide .hour tfoot ul {
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	color: #000;
}

article section.guide .hour tfoot ul li {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

article section.guide .hour tfoot li:first-of-type {
	margin-right: 4rem;
}

article section.guide .contact {
	color: #000;
	margin-top: 1rem;
}

article section.guide .contact p {
	font-size: 1.2rem;
}

article section.guide .contact p br {
	display: none;
}

article section.guide .contact p.telephone {
	position: relative;
	font-family: "century-gothic", sans-serif;
	margin-right: .6rem;
	font-weight: 700;
	font-size: 2.4rem;
}

article section.guide .contact p.telephone a {
	display: inline-block;
}

article section.guide .contact p.telephone::before {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: .4rem;
	background: url("image/common/icon/tel_icon.svg") center center no-repeat;
	background-size: 23px 23px;
	vertical-align: -3px;
	content: "";
}

article section.guide .contact span.subject {
	display: inline-block;
	margin-right: 1.6rem;
	width: 5rem;
}

article section.guide .contact span.subject:nth-of-type(2) {
	margin-left: 5rem;
}

article section.guide .contact span.howto::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("image/common/icon/access.svg") center center no-repeat;
	background-size: 70%;
	vertical-align: -4px;
	margin-right: .4rem;
}

article section.guide .contact span.car::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("image/common/icon/parking.svg") center center no-repeat;
	background-size: 90%;
	vertical-align: -4px;
	margin-right: .4rem;
}

@media screen and (min-width: 896px) {
	article section.guide .inner {
		display: flex;
	}

	article section.guide .access {
		margin-right: 6%;
		flex: 1;
	}
	
	article section.guide .hour>div {
		width: 504px;
	}
}

@media screen and (min-width: 480px) {
	article section.guide .hour table tbody br {
		display: none;
	}
}

@media screen and (max-width: 1105.9px) {
	article section.guide .contact span.subject:nth-of-type(2) {
		margin-left: 0;
		margin-right: 3.2rem;
	}
}

@media screen and (max-width: 895.9px) {
	article section.guide .hour>div {
		display: table;
		margin: auto;
	}
	article section.guide .access {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 479.9px) {
	article section.guide .hour table {
		font-size: 1.4rem;
	}

	article section.guide {
		padding-top: 3rem;
	}

	article section.guide .hour tfoot ul {
		display: block;
	}

	article section.guide .hour tfoot ul li {
		margin-bottom: .8rem;
	}

	article section.guide .hour table tbody td:first-of-type span {
		margin-right: 3rem;
	}

	article section.guide .contact p br {
		display: block;
	}

	article section.guide .contact p .post-code {
		display: block;
		margin-left: 6.6rem;
	}

	article section.navigation {
		margin: 16rem auto;
	}

	article section.navigation .medical .image {
		background: url("image/home/medical.jpg") left -80px center no-repeat;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
home
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
article.home section.main-image {
	height: auto;
	margin-top: -89px;
}

article.home ul {
	font-size: 1.5rem;
	text-align: left;
}

article.home ol {
	font-size: 1.5rem;
}

article.home li.empty {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

article.home .main-description {
	padding: 6rem 0 8rem;
	text-align: center;
}

article.home .main-description .top-h2 {
	font-size: 2.6rem;
	line-height: 1.6;
}

article.home .information h2::before {
	display: inline-block;
	width: 38px;
	height: 35px;
	margin-right: 1.5rem;
	background: url("image/common/icon/news.svg") center center no-repeat;
	background-size: 38px 35px;
	vertical-align: -11px;
	content: "";
}

article.home .information .wp-block-group__inner-container {
	max-width: 690px;
	margin: auto;
}

article.home .information ul {
	margin: 1.5rem 0 8rem;
}

article.home .information ul li {
	padding: 1rem 0;
	border-bottom: 1px solid #bfbfbf;
}

article.home .information ul li a {
	display: flex;
}

article.home .information span {
	display: block;
}

article.home .information span.info-date {
	margin-right: 5rem;
}

article.home .intro-items {
	max-width: 910px;
  margin: 12rem auto;
	padding: 0 1.6rem;
}

article.home .intro-items img {
	width: 100%;
}

article.home .intro-items p {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.flex-content {
	gap: 8rem;
}

section.calendar iframe {
	display: block;
	width: 100%;
	margin: 1.5rem auto;
}

section.calendar .inner {
	max-width: 820px;
}

section.calendar h2 {
	margin-bottom: 3rem;
}

section.calendar h2::before {
	display: inline-block;
	width: 37px;
	height: 36px;
	margin-right: 1.5rem;
	background: url("image/common/icon/calendar.svg") center center no-repeat;
	background-size: 37px 36px;
	vertical-align: -12px;
	content: "";
}

@media screen and (max-width: 782.9px) {
	article.home .intro-items .wp-block-columns {
		max-width: 330px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767.9px) {
	article.home .main-description .top-h2 .break {
		display: block;
	}

	article.home .main-description {
		padding: 3rem 0 6rem;
	}

	article.home .main-description p {
		font-size: 1.8rem;
	}	

	article.home .information {
		width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 479.9px) {
	article.home .main-description figure {
		width: 60%;
	}

	article.home .main-description .top-h2 {
		font-size: 1.9rem;
	}

	article.home .information span.info-date {
		margin-right: 3rem;
	}

	article.home .introduction {
		font-size: 1.6rem;
	}

	article.home .intro-items p {
		font-size: 1.5rem;
	}

	section.calendar iframe {
		max-height: 398px;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
診療方針
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-top .aligncenter {
	margin-top: -20px;
}

.concept-top {
	background: url("image/common/page-top/concept_bg.jpg") center no-repeat;
}

#concept .page-h2 {
	margin-bottom: 6rem;
}

#concept h3 {
	font-size: 2.4rem;
}

.concept-top-text {
	font-size: 2rem;
	max-width: 1100px;
	width: 95%;
	margin: 2rem auto 4rem;
	padding: 0 3.2rem;
}

.concept-container {
	font-size: 1.8rem;
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
	padding: 2rem 0 6rem;
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.concept-container .wp-block-group__inner-container {
	width: 95%;
	max-width: 952px;
	margin: 0 auto;
}

.concept-head-text {
	line-height: 1.5;
	margin: 1rem auto 4rem;
}

.concept-container h4 {
	padding-left: 2rem;
	margin: 2.8rem 0 0.4rem;
	font-size: 2rem;
}

.concept-text {
	padding-left: 2rem;
}

@media screen and (max-width: 767.9px) {
	#concept .page-h2 .break,
	.concept-top-text .break,
	.concept-head-text .break {
		display: block;
	}
}

@media screen and (max-width: 479.9px) {
	#concept .page-h2 {
		font-size: 1.9rem;
	}

	.concept-container {
		font-size: 1.6rem;
		padding: 4rem 1.8rem;
	}

	.concept-container h4 {
		padding-left: 0;
		font-size: 1.8rem;
	}

	.concept-top-text {
		padding: 0;
		font-size: 1.6rem;
	}

	.concept-head-text {
		font-size: 1.8rem!important;
	}

	.concept-text {
		padding-left: 0;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
診療内容
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-top .aligncenter {
	margin-top: -20px;
}

.page-h2 {
	position: relative;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: -2rem auto 8rem;
	padding-top: 6rem;
	color: #221815;
}

.medical-top {
	background: url("image/common/page-top/medical_bg.jpg") center no-repeat;
	margin: 0;
}

.medical-wrapper {
	max-width: 1100px;
	width: 92%;
	margin: 0 auto 6rem;
	padding: 0 3rem;
}

.medical-wrapper img {
	width: 100%;
}

.medical-wrapper h3 {
	padding: 1rem 0 1.6rem;
	line-height: 1.4;
}

.medical-wrapper p {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.medical-wrapper .wp-block-columns {
	margin-bottom: 6rem;
}

#medical .medical {
	display: none;
}

@media screen and (max-width: 767.9px) {
	.medical-top {
		background: url("image/common/page-top/medical_bg.jpg") left -210px center no-repeat;
	}

	.medical-wrapper .wp-block-column {
		margin: 2rem auto;
	}

	#medical .page-h2 .break {
		display: block;
	}
}

@media screen and (max-width: 479.9px) {
	#medical .page-h2 {
		font-size: 1.7rem;
	}

	.medical-wrapper {
		width: 100%;
		padding: 0 2rem;
		margin: 0 auto 16rem;
	}

	.medical-wrapper .wp-block-columns {
		margin-bottom: 0;
		gap: 0;
	}

	.medical-wrapper h3 {
		font-size: 2rem!important;
	}

	.medical-wrapper p {
		font-size: 1.6rem!important;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
当院の紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-top {
	background: url("image/common/page-top/about_bg.jpg") right center no-repeat;
	margin: 0;
}

.about-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 94%;
	margin: 4rem auto 0;
}

.about-item {
	flex-basis: 30%;
	margin: 2rem 1.8rem;
}

.about-item img {
	width: 100%;
}

.about-wrapper h3 {
	font-size: 1.6rem;
	color: #1d847a;
	margin: .8rem 0 0;
}

.about-wrapper p {
	font-size: 1.5rem;
}

@media screen and (max-width: 1163.9px) {
	.about-item {
		margin: 2rem 1.4rem;
	}
}

@media screen and (max-width: 910.9px) {
	.about-item {
		flex-basis: 46%;
	}
}

@media screen and (max-width: 765.9px) {
	.about-item {
		flex-basis: 45%;
	}

	#about .page-h2 .break {
		display: block;
	}
}

@media screen and (max-width: 615.9px) {
	.about-item {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 479.9px) {
	#about .page-h2 {
		font-size: 1.8rem;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
院長・スタッフ紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.staff-top {
	background: url("image/common/page-top/staff_bg.jpg") center no-repeat;
	margin: 0;
}

.staff-wrapper {
	max-width: 1100px;
	width: 94%;
	margin: 8rem auto 12rem;
}

.staff-wrapper .staff-text {
	color: #1d847a;
	font-size: 1.6rem;
	margin-top: 1.4rem;
}

.staff-wrapper .staff-text br {
	display: none;
}

.staff-wrapper .wp-block-image {
	margin-bottom: .5rem;
}

.staff-wrapper h3 {
	position: relative;
	font-size: 1.6rem;
	margin: 0 0 .8rem;
	padding-bottom: .4rem;
	color: #1d847a;
	border-bottom: 1px solid #bfbfbf;
}

.staff-wrapper h3::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	display: block;
	width: 5rem;
	height: 3px;
	border-bottom: 1px solid #1d847a;
}

.staff-wrapper h4 {
	font-size: 18px;
	margin-bottom: 3rem;
}

.staff-wrapper p {
	font-size: 1.5rem;
}

.staff-wrapper .intro {
	margin-bottom: 4rem;
}

.staff-wrapper .staff-name {
	font-size: 2.2rem;
	font-weight: 500;
}

.staff-wrapper .text-small {
	font-size: 1.8rem;
}

.staff-wrapper .break {
	padding-right: 1rem;
}

.staff-wrapper table {
	font-size: 1.5rem;
}

.staff-wrapper table td {
	border: none;
}

.staff-wrapper table td:first-of-type {
	min-width: 77px;
}

.doctor-sec {
	margin-top: 8rem;
}

.staff-recruit {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
}

.rec-head-text {
	font-size: 2.4rem;
}

.rec-container {
	border: 1px solid #48b3be;
	padding: 3rem 6rem 6rem;
	margin-top: 3rem;
}

.rec-container h3 {
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

.rec-container table td {
	border: none;
	font-size: 2rem;
	line-height: 1.6;
}

.rec-container table td:first-of-type {
	font-size: 2.2rem;
	color: #48b3be;
	width: 120px;
}

#staff .staff {
	display: none;
}

@media screen and (max-width: 1068.9px) {
	.staff-wrapper .break {
		display: block;
	}

	.staff-wrapper .staff-name {
		line-height: 1.4;
	}
}

@media screen and (max-width: 867.9px) {
	.staff-top {
		background: url('image/common/page-top/staff_bg.jpg') right -267px center no-repeat;
	}

	.staff-wrapper .staff-text br {
		display: block;
	}
}

@media screen and (max-width: 767.9px) {
	#staff .page-h2 .break {
		display: block;
	}

	.staff-wrapper .wp-block-column {
		margin-bottom: 2.5rem;
	}

	.staff-wrapper .wp-block-image {
		text-align: center;
	}

	.staff-text, .staff-name {
		text-align: center;
	}

	.no-content {
		display: none;
	}

	.rec-head-text .break {
		display: block;
	}

	.rec-container {
		padding: 3rem 3rem 6rem;
	}

	.rec-container table td {
		display: block;
	}

	.rec-container table td:first-of-type {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 479.9px) {
	#staff .page-h2 {
		font-size: 1.8rem;
	}

	.doctor-sec {
		margin-top: 0;
	}

	.rec-head-text {
		font-size: 1.8rem;
	}

	.rec-container {
		padding: 3rem 1rem 6rem;
	}

	.rec-container h3 {
		font-size: 2.2rem;
	}

	.rec-container table td {
		font-size: 1.6rem;
	}

	.rec-container table td:first-of-type {
		font-size: 1.8rem;
	}

}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ブログ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

article.blog .inner {
	padding: 5rem 20px;
}

article.blog #content a {
	color: #000;
}

article.blog .searchform {
	margin-top: 2rem;
}

article.blog label.screen-reader-text {
	display: none;
}

article.blog input[type="text"] {
	width: 200px;
	margin-right: 0.3rem;
}

article.blog #main h2 {
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #c9c9c9;
}

article.blog #main section.post {
	padding: 1rem 0 2rem;
	border-top: 1px solid #c9c9c9;
}

article.blog #main section.post:first-of-type {
	padding-top: 0;
	border: none;
}

article.blog #main section.post h1 {
	font-size: 2.2rem;
	line-height: 1.5;
}

article.blog #main section.post time {
	font-size: 1.5rem;
}

article.blog #main section.post .category {
	display: block;
	margin-bottom: 1.5rem;
	color: #ccdc4a;
	font-size: 1.5rem;
}

article.blog #main section.post .category a {
	color: #ccdc4a;
}

article.blog #main section.post a.readmore {
	display: table;
	margin: 1.5rem 0 0 auto;
	color: #ccdc4a;
	font-size: 1.5rem;
}

article.blog #main section.post p {
	margin-bottom: 1rem;
}

article.blog #main section.post img {
	display: block;
	margin: 2rem auto;
}

article.blog #main section.pagination {
	margin: 5rem 0;
	text-align: center;
}

article.blog #main section.pagination a {
	display: inline-block;
	margin: 0 1rem;
	padding: 0.5rem 4rem;
	border-radius: 5px;
	background: #48b3be;
	color: #fff;
	text-align: center;
}

article.blog #side section {
	margin-top: 5rem;
}

article.blog #side section h2 {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #c9c9c9;
	font-size: 1.8rem;
}

article.blog #side section ul li {
	padding: 0.5rem 0;
	line-height: 1.5;
}

article.blog #side section.widget_recent_entries ul li {
	border-top: 1px solid #c9c9c9;
}

article.blog #side section.widget_recent_entries ul li:first-of-type {
	border: none;
}

article.blog #side section span.post-date {
	display: block;
	font-size: 1.4rem;
}

article.blog #side section.archive ul.year {
	color: #ccdc4a;
}

article.blog #side section.archive ul.year span {
	cursor: pointer;
	transition: 0.5s;
}

article.blog #side section.archive ul.year span:hover {
	opacity: 0.7;
}

article.blog #side section.archive ul.year li:nth-of-type(n+2) ul.month {
	display: none;
}

article.blog #side section.archive ul.month {
	margin-left: 1rem;
}

@media screen and (min-width: 767.9px) {
	article.blog #content {
		display: flex;
		justify-content: space-between;
	}
	article.blog #main {
		margin-right: 7%;
		flex: 1;
	}
	article.blog #side {
		width: 270px;
		flex: none;
	}
	article.blog #side section:first-of-type {
		margin: 0;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
404 Not Found
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

article section.notfound .inner {
	padding: 5rem 20px;
	text-align: center;
}

article section.notfound a {
	display: inline-block;
	margin-top: 3rem;
}