@charset "utf-8";
/*
Theme Name: k-b-dental
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: "M PLUS Rounded 1c", 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;
	background-color: #fbfbfb;
}

.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: #006933;
	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: #DC2314;
	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: #9c8f8c;
	content: "";
	transition: width 0.5s ease;
}

nav a:hover {
	opacity: 1;
	color: #9c8f8c;
}

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

nav a.current::after {
	display: block;
	width: 80%;
	height: 2px;
	background: #9c8f8c;
	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 #0C2B81;
	background-color: #fefefe;
}

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

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

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: 138px;
	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;
}

header .header-bar-inner .booking-btn {
	position: absolute;
	bottom: -175px;
	right: 20px;
}

header .header-bar-inner .booking-btn a {
	display: inline-block;
	width: 148px;
	height: 141px;
	border-radius: 10px;
	background-color: #b7cc1c;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	padding-top: 1.6rem;
}

header .header-bar-inner .booking-btn a:before {
	content: "";
	display: block;
	width: 58px;
	height: 77px;
	background: url("image/common/booking_icon.png") center no-repeat;
	background-size: contain;
	margin: 0 auto .3rem;
}

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

@media screen and (max-width: 867.9px) {
	header .header-bar-inner .booking-btn {
		bottom: -155px;
	}

	header .header-bar-inner .booking-btn a {
		width: 100px;
		height: 95px;
		font-size: 1.5rem;
		padding-top: 1.1rem;
	}

	header .header-bar-inner .booking-btn a::before {
		width: 39px;
		height: 52px;
	}
}

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

	header .header-bar-inner .booking-btn {
		display: none;
	}
}

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

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>ul {
	margin-top: 3rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

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

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

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

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

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

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

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

footer .footer-small {
	display: block;
	padding-top: 3rem;
    border-top: 1px solid #c8c8c8;
	margin: 5rem 0 1rem;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
}

#page-top {
	display: none;
}

#page-top a {
	position: absolute;
	right: 10px;
	bottom: 90px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #DC2314;
	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 .main-footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		flex-flow: row-reverse;
	}
	footer .footer .main-footer a.telephone {
		flex: none;
		margin-left: 5rem;
	}
	footer .footer>ul li:first-of-type {
		/* float: left; */
		margin-right: 3rem;
	}
	footer .footer nav ul {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

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

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

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

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

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

	footer .footer 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 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 394px;
		margin: 0 auto;
		padding: 1rem;
	}

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

	footer section.main-tel a:nth-of-type(1) {
		width: 70%;
		margin-right: .8rem;
	}

	footer section.main-tel a.footer-booking {
		display: flex;
		align-items: center;
		width: 26%;
		min-width: 97px;
		color: #fff;
		background-color: #b7cc1c;
		border-radius: 7px;
		font-size: 1.5rem;
		line-height: 1.2;
		text-align: left;
		padding: .4rem 0 .4rem.9rem;
	}

	footer section.main-tel a.footer-booking img {
		width: 32px;
    height: 42px;
		margin-right: .6rem;
	}

}

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

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;
	right: 5%;
	margin: -5rem;
	padding: 5rem;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333333;
}

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

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;
	position: relative;
}

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;
	position: absolute;
	bottom: 12px;
	left: 15px;
	z-index: 10;
}

article section.guide {
	margin: 10rem auto;
	padding: 5rem 0 3rem;
	background: rgba(141, 200, 240, 0.2);
}
article section.guide .inner {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}



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: "";
}
/* iframe の実際の階層に合わせて両方置いとく */
.map-wrap > iframe,
.map-wrap > div > iframe,
.map-wrap iframe {
  width: 100% !important;
  height: 557px !important;
  display: block !important;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  border: none !important;
}
.map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 576 / 557;
  margin-top: 4rem;
  margin-bottom: 4rem;
  max-width: 576px;
  left: 50%;
  transform: translate(-50%);
}
.map-wrap iframe {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 896px) {
	.map-wrap iframe {
	width: 100%;
	min-height: 340px;
	max-height: 530px;
	margin-top: 4rem;
	aspect-ratio: 576 / 557;
/*     height: 557px; */
}
}

article section.guide .access a {
	display: table;
	margin: 1rem 1rem 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/zoom.png") center center no-repeat;
	background-size: 14px 15px;
	vertical-align: -3px;
	content: "";
}

.reception-info1 {
	display: grid;
	grid-template-columns: 8rem 1fr;
	font-weight: 500;
}

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 2% 1.5rem 4%;
	border-radius: 10px;
	background: #ffff;
	color: #fff;
	text-align: center;
	border-collapse: separate;
}

article section.guide .hour table thead {
	color: #0C2B81;
}

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 th {
	border-bottom: 1px solid #C8C8C8;
}
.border-non {
/* 	border-bottom: none; */
}

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

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

article section.guide .hour table tbody tr:last-of-type td {
	border-bottom: none;
}

article section.guide .hour table tbody td:first-of-type {
	line-height: 1.2;
}
article section.guide .hour table tbody .notes-row1 td {
  border-bottom: none; /* 念のため下線を消す指定 */

}
article section.guide .hour table tbody .notes-row td {
  border-bottom: none; /* 念のため下線を消す指定 */
  text-align: left;    /* 文字を左寄せに */
  padding: 8px;      /* 内側の余白を調整 */
}

article section.guide .hour table tbody td:first-of-type span {
	display: block;
	text-align: left;
	/* margin-right: 2.5rem; */
	font-weight: 500;
}
.space {
	margin-left: 1rem;
}
.space2 {
	margin-left: 2rem;
}
article section.guide .hour table tfoot td {
	padding-top: 2rem;
	text-align: left;
}

article section.guide .hour table tfoot ul span.font-small {
	font-size: 1rem;
	background: none;
	width: unset;
	color: #000;
	line-height: 1;
	margin-left: 60px;
}

article section.guide .hour table tfoot ul span.font-small-2 {
	font-size: 1rem;
	background: none;
	width: unset;
	color: #000;
	line-height: 1;
}

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

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

article section.guide .hour tfoot li:first-of-type br {
	display: none;
}

article section.guide .hour tfoot li:last-of-type {
	line-height: 1.5;
}

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

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

article section.guide .contact .address {
	display: flex;
	font-size: 1.3rem;
}

article section.guide .contact p.telephone {
	position: relative;
	margin-right: .6rem;
	font-weight: bold;
	font-size: 1.8rem;
}

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

article section.guide .reception-wrap .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 .address p:nth-of-type(2) {
	font-size: 1.2rem;
}

article section.guide .contact span.access-second {
	display: block;
	margin-left: 9.9rem;
}

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

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

article section.guide .access-text {
	margin-top: 1rem;
}

article section.guide .access-text span.car::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 1.6rem;
	background: url("image/common/icon/parking-area.svg") center center no-repeat;
	background-size: 18px 18px;
	vertical-align: -1px;
	content: "";
}

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

article section.guide .contact span.train {
	margin-right: 3rem;
}
@media screen and (min-width: 896px) {
	article section.guide .inner {
		display: flex;
		flex-direction: row;
		gap: 3%;
	}
	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 .details p br {
		display: block;
	}

	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: 626.9px) {
	article section.navigation .staff .image {
	position: relative;
	height: 200px;
	margin: 1rem 0;
	background: url("image/home/staff.jpg") center no-repeat;
	background-size: contain;
	}
	.description {
    color: #221815;
    position: absolute;
    bottom: -30px;
    left: 15px;
    z-index: 10;
    font-size: 14px;
	}
	article section.navigation .medical .image {
	position: relative;
	height: 200px;
	margin: 1rem 0;
	background: url("image/home/medical.jpg") center no-repeat;
	background-size: contain;
	}	
}


@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 li {
		margin-bottom: .8rem;
	}

	article section.guide .contact .address {
		display: block;
	}

	article section.guide .contact span.train,
	article section.guide .contact span.car,
	article section.guide .contact span.train:nth-of-type(3) {
		margin: 0;
	}

	article section.guide .hour table tfoot ul span.delete {
		display: none;
	}

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

	article section.navigation {
		margin: 5rem auto;
	}
	
	
	/* article section.guide .hour table tfoot ul br {
		display: block;
	} */
}
.reception-wrap {
	display: flex;
	/* column-gap: 10rem; */
	justify-content: space-between;
	margin-top: 3rem;
}
.info-telephone a {
	display: inline-block;
}
.info-telephone {
	position: relative;
	padding-left: 30px;
}
.info-telephone a {
	font-size:2rem;
	font-weight:bold;
	
}
.info-telephone::before {
	position: absolute;
	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: "";
	left: 0;
	top: .8rem;
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
home内お知らせのスタイル
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.news-list {
  margin: 0 auto 4rem;
  max-width: 827px;
  padding: 0 2rem;
}

.news-item a {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #333;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.news-item:last-child a {
  border-bottom: none;
}

.news-item .date {
  flex-shrink: 0;
  width: 80px;
  font-size: 1.5rem;
}

.news-item .title {
  font-size: 1.5rem;
  line-height: 1.4;
}

.news-item a:hover .title {
  text-decoration: underline;
}

/* スマホ調整 */
@media screen and (max-width: 480px) {
  .news-item a {
    flex-direction: column;
    gap: 6px;
  }
  .news-item .date {
    width: auto;
  }
}



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

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

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

.home {
	
	
}
.top-text {
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.top-news-wrap {
	max-width: 827px;
	padding: 1rem;
	margin: 13rem auto;
}
.top-news-title {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 3rem;
	text-align: left;	
	position: relative;
}
.top-news-title::before {
	display: inline-block;
	width: 54px;
	height: 48px;
	margin-right: 1.5rem;
	background: url("image/common/icon/news.svg") center center no-repeat;
	background-size: 54px 48px;
	vertical-align: -12px;
	content: "";
}
.top-measure {
	text-align: center;
	padding-top: 8rem;
	background-color: #EEEEEE;
}
.top-news-wrap {
	max-width: 827px;
	padding: 1rem;
	margin: 5rem auto;
}

.top-measure__title {
	width: 468px;
	margin: 0 auto 8rem;
}
.top-measure__title img {
	width: 100%;
}
.top-measure__body {
	max-width: 1072px;
	padding: 2rem;
	margin: 0 auto;
}
.top-measure__item {
	display: grid;
	grid-template-columns: 468px 1fr;
	column-gap: 3rem;
	margin-bottom: 5rem;
}
.top-measure__item img {
	width: 100%;
}
.top-measure__item-image {	
}
.top-measure__list {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.2;
}
.blue-color {
	color: #0C2B81;
	margin-bottom: 3rem;
}
.top-btn {
	display: block;
	margin: 0 auto;
	width: 77.9rem;
	padding-top: 10rem;;
}
.top-btn img {
	width: 100%;
}
@media screen and (max-width: 767.9px) {
	.pc-only {
	display: none;
	}
	.sp-only {
		display: block;
	}
	.top-text {
		font-size: 1.8rem;
		margin: 2rem 1rem;
	}
	.top-news-title {
	font-size: 1.6rem;
	}

	.top-measure {
	padding-top: 3rem;
	}
	.top-measure__title {
		width: 90%;
		margin: 0 auto 3rem;
	}
	.top-measure__item {
		grid-template-columns: 1fr;
		row-gap: 1rem;
	}
	.top-measure__item img {
		width: 100%;
	}
	.top-btn {
		width: 90%;
		padding-top: 3rem;
	}
}

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: 479.9px) {
	section.calendar iframe {
		max-height: 398px;
	}
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
診療内容
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#medical .medical {
	display: none;
}

.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;
	background-color: #fbfbfb;
}

.medical-top {
	background: url("image/common/page-top/medical_bg.jpg") center no-repeat;
	margin: 0;
	background-size: cover;
	height: 439px;
	overflow: hidden;
}
.medical-top img {
	position: relative;
	top: -5px;
	transform: translateY(-45px);
	z-index: 2;
	display: block;
	margin: 0 auto;
}
.medical-lead {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 96px 0 80px 0;

}

.medical-text2 {
	text-align: center;
	font-size: 22px;
	color: #DC2314;
	font-weight: 500;
	margin-bottom: 80px;

}

.medical-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4rem;
	max-width: 1056px;
	margin: 0 auto 100px;

}

.medical-content {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 1rem;

}

.medical-title {
	font-size: 24px;
	color: #0C2B81;
	font-weight: 500;

}

.medical-image {
	max-width: 500px;
	aspect-ratio: 500 / 386;

}

.medical-text {
	font-size: 18px;


}

.medical-description {
	color: #3D87D3;
	font-size: 22px;
	text-align: center;
	margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
	.medical-top img {
		top: 50%;
  		transform: translateY(-50%);
	}
	.medical-wrap {
		grid-template-columns: 1fr;
		row-gap: 4rem;
	}

	.medical-content {
		max-width: 100%;
		margin: 0 auto;
	}

	.medical-image {
		max-width: 100%;
	}
	
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
診療方針
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.concept-top {
	background: url("image/common/page-top/concept_bg.jpg") center no-repeat;
	text-align: center;
	margin-bottom: 90px;
	background-size: cover;
	height: 439px;
	overflow: hidden;
}

.concept-top img {
  position: relative;
  top: -5px;
  transform: translateY(-45px);
  z-index: 2;
  display: block;
  margin: 0 auto;
}

.concept-item {
	text-align: center;
	margin-bottom:58px;

}

.concept-title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #0C2B81;

}

.concept-text {
	font-size: 16px;
	margin-top: 1.5rem;

}

.concept-subtitle {
	font-size: 20px;
	font-weight: 500;

}

.concept-flow {
	max-width: 70%;
	background-color: rgba(253, 246, 167, 0.2);
	border-radius: 20px;
	padding: 45px 30px 72px;
	margin-inline: auto;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	row-gap: 24px;

}

.concept-flow-title {
	color: #DC2314;
	font-weight: 500;
	text-align: center;

}

.concept-flow-list {
	/* max-width: 55%; */
	margin: 40px auto 0;
	

}
.flow-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.flow-head {
	font-size: 1.8rem;
	
}
.flow-row p {
	margin-left: 1rem;
	font-size: 1.6rem;
}

.concept-flow-desc {
	margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
	.concept-top img {
		top: 50%;
  		transform: translateY(-50%);
	}
	.concept-flow {
		max-width: 90%;
		padding: 30px 20px 50px;
	}

	.concept-flow-list {
		/* max-width: 100%; */
		row-gap: 16px;
	}

	.concept-flow-step {
		font-size: 14px;
	}

	.concept-flow-desc {
		font-size: 14px;
		margin-left: 10px;
	}
	
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
当院の紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.about-top {
	background: url("image/common/page-top/about_bg.jpg") center no-repeat;
	margin: 0;
	height: 439px;
	background-size: cover;
	overflow: hidden;
}
.about-top img {
  position: relative;
  top: -5px;
  transform: translateY(-45px);
  z-index: 2;
  display: block;
  margin: 0 auto;
}
.about-lead {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-top: 105px;

}

.about-contents {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3rem;
	row-gap: 4rem;
	max-width: 1140px;
	margin: 80px auto 150px;
}

.about-item {
	max-width: 368px;
	display: flex;
	flex-direction: column;
	gap: .5rem;

}

.about-image {
	aspect-ratio: 368 / 298;
	max-width: 386px;

}

.about-title {
	color: #3D87D3;
	font-size: 20px;

}

.about-text {
	font-size: 18px;
}

@media screen and (max-width: 767.9px) {
	.about-top img {
		top: 50%;
  		transform: translateY(-50%);
	}
	.about-contents {
		grid-template-columns: 1fr;
		row-gap: 3rem;
	}
	.about-item {
		margin: 0 auto;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
院長・スタッフ紹介
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#staff .staff {
	display: none;
}
.contents-inner--staff {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1236px;
}

.staff-top {
	background: url("image/common/page-top/staff_bg.jpg") center no-repeat;
	margin: 0;
	height: 439px;
	background-size: cover;
	overflow: hidden;
}

.staff-top img {
  position: relative;
  top: -5px;
  transform: translateY(-45px);
  z-index: 2;
  display: block;
  margin: 0 auto;
}

.staff-discription {
	font-size: 26px;
	margin-block: 100px 109px;
	text-align: center;
}

.staff-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2rem;
    margin: 0 auto;
}

.staff-content1 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 512px;

}

.staff-image {
	aspect-ratio: 512 / 582;

}

.staff-role {
	font-size: 18px;
	color: #3D87D3;
}

.staff-name {
	display: flex;
	gap: 2rem;
}

.staff-name-en {
	font-size: 16px;
	display: block;
	maegin-left: 1rem;
}

.staff-content2 {
	

}

.staff-greeting-title {
	color: #3D87D3;
	font-size: 20px;

}

.staff-greeting-text {
	margin-bottom: 50px;

}

.staff-treatment-title {
	margin-bottom: 10px;
}

.staff-treatment-text {
	margin-bottom: 50px;
}

.staff-career-title {
	font-weight: 500;
}

.staff-career-item {
	display: flex;
	margin-bottom: 20px;
	column-gap: 20px;
}

.staff-content3 {
	font-size: 18px;
	max-width: 500px;
display: grid;
grid-template-columns: 80px 1fr;
}

.staff-other {
	margin: 50px auto 0;
	max-width: 1050px;
}
@media screen and (max-width: 767.9px) {
	.staff-top img {
		top: 50%;
  		transform: translateY(-50%);
	}
	.staff-wrap {
		grid-template-columns: 1fr;
		row-gap: 4rem;
	}
	.staff-content1 {
		margin: 0 auto;
	}
	.staff-content3 {
		grid-template-columns: 100%;
	}
	
}

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

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: #b67000;
	font-size: 1.5rem;
}

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

article.blog #main section.post a.readmore {
	display: table;
	margin: 1.5rem 0 0 auto;
	color: #b67000;
	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: #006933;
	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: #b67000;
}

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