@charset "utf-8";

body {
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #444444;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.04em;
	text-align: justify;
	position: relative;
	top: 0;
	word-wrap: break-word;
	overflow: scroll;
}

a {
	color: #4fa830;
	text-decoration: none;
}

a:hover {
	color: #4fa830;
}

::selection {
	background-color: #99C1DA;
}

::-moz-selection {
	background-color: #99C1DA;
}

strong {
	font-weight: bold;
}

body,
#main,
header,
footer {
	min-width: 1080px;
}

img {
	vertical-align: bottom;
}

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

header {
	width: 100%;
	height: 90px;
}

header .header-container {
	position: relative;
	width: 1080px;
	height: inherit;
	box-sizing: border-box;
	margin: auto;
	padding-top: 5px;
	font-size: 14px;
}

header .logo {
	position: absolute;
	top: 16px;
}

h1.section-title {
	position: relative;
	margin-top: 8px;
	margin-bottom: 48px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #545555;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
}

h1.section-title::after {
	display: block;
	width: 150px;
	height: 2px;
	margin: 10px auto 0;
	background-color: #4fa830;
	content: "";
}

.header-phone {
	text-align: right;
	line-height: 1;
}

.header-phone dt {
	display: inline-block;
	color: #4fa830;
	font-size: 15px;
}

.header-phone dd {
	display: inline-block;
	position: relative;
	font-size: 15px;
	width: 300px;
	margin-left: 12px;
}

.header-phone dd a {
	color: #4fa830;
	font-size: 28px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.header-phone dd a i {
	font-size: 18px;
}

.header-reservation {
	text-align: right;
	line-height: 1;
}

.header-reservation dt {
	display: inline-block;
	color: #4fa830;
	font-size: 15px;
}

.header-reservation dd {
	display: inline-block;
	position: relative;
	font-size: 10px;
	width: auto;
	margin-left: 12px;
	vertical-align: middle;
}

.header-reservation dd a:not(.header-reception-button) {
	color: #4fa830;
	font-size: 17.5px;
	font-weight: 400;
}

.header-reception-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 16px;
	background-color: #4fa830;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	text-decoration: none;
	border-radius: 999px;
	transition: background-color 0.2s ease;
	border: none;
	cursor: pointer;
	white-space: nowrap;
}

.header-reception-button:hover {
	background-color: #3d8725;
}

.header-reception-button:active {
	background-color: #2d6a1a;
}

.header-reception-button i {
	font-size: 12px;
}

nav {
	position: static;
	width: 100%;
	height: 72px;
	margin-top: 11px;
	margin-bottom: 12px;
	z-index: 999999;
}

nav ul {
	width: 1080px;
	height: inherit;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}

nav li {
	position: relative;
	display: inline-block;
	height: inherit;
}

.nav-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 26px;
	margin-bottom: 24px;
	vertical-align: middle;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.nav-label {
	display: block;
	line-height: 1;
	margin-bottom: 13px;
}

.nav-label-en {
	display: block;
	color: #4fa830;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.nav-item::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 3px;
	margin: auto;
	background-color: #4fa830;
	transition: 0.15s ease-out;
	transform: scaleX(0);
	content: "";
	z-index: 1;
}

.nav-item:hover::before {
	transform: scaleX(1);
}

.clinic-logo-image {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.clinic-logo-image img {
	width: 20%;
	height: auto;
}

.doctor-image {
	margin: 40px auto 0;
	text-align: center;
	margin-bottom: 64px;
}

.doctor-image img {
	width: 60%;
	max-width: 400px;
	border-radius: 12px;
}

.clinic-item {
	margin-bottom: 80px;
}

.clinic-item img {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 20px;
	display: block;
}

.clinic-item p {
	margin: 0;
	line-height: 1.8;
	font-size: 16px;
	color: #444;
}

.clinic-item .clinic-title {
	display: block;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
}

div.hero-slider {
	width: 100%;
	height: inherit;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.hero-slider img {
	animation: show 12s infinite;
	width: 100%;
	height: auto;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

@keyframes show {
	0% {
		opacity: 0
	}

	17% {
		opacity: 1
	}

	33% {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

.hero-slider img:nth-of-type(1) {
	position: relative;
}

.hero-slider img:nth-of-type(2) {
	animation-delay: 0s;
}

.hero-slider img:nth-of-type(3) {
	animation-delay: 4s;
}

.hero-slider img:nth-of-type(4) {
	animation-delay: 8s;
}

.main-content-textarea {
	display: block;
	margin-bottom: 56px;
}

.main-content-textarea p {
	margin: 0 0 1em 0;
	font-size: 17px;
	line-height: 1.7;
}

.main-content-textarea h2 {
	position: relative;
	margin: 40px 0 32px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #444444;
}

.main-content-textarea h2::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	margin: 56px 0 56px 0;
}

.main-content-textarea h3 {
	margin: 0 0 0.6em 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7;
}

.main-content-textarea ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 2em 0;
}

.main-content-textarea li {
	margin: 0 0 0.3em 0;
	font-size: 17px;
	line-height: 1.7;
}

.main-content-textarea table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 2em 0;
	table-layout: auto;
}

.main-content-textarea table td {
	padding: 0.3em 1em 0.3em 0;
	font-size: 15px;
	line-height: 1.7;
	vertical-align: top;
}

.main-content-textarea table td:first-child {
	white-space: nowrap;
	padding-right: 1em;
	width: 112px;
	min-width: 112px;
}

.reception-guidelines li {
	margin: 0 0 0.9em 0;
	padding-left: 1.5em;
	position: relative;
}

.reception-guidelines li::before {
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: -0.1em;
}


.content-section {
	width: 1080px;
	margin: auto;
	box-sizing: border-box;
	padding: 64px 20% 24px;
}

.hero-slider + .content-section {
	padding-top: 64px;
}

.access-info {
	text-align: center;
	margin-top: 40px;
	padding: 0 16px;
}

.access-info p {
	margin: 0 0 1em 0;
	font-size: 17px;
	line-height: 1.7;
	color: #444444;
}

.access-info p:last-child {
	margin-bottom: 0;
}

.clinic-title {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

footer {
	position: relative;
	width: 100%;
}

.hours-image {
	text-align: center;
	margin-bottom: 40px;
}

.hours-image img {
	width: 30%;
}

.hours-table-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 120px;
}

.hours-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.hours-table thead {
	background-color: #4fa830;
}

.hours-table th {
	padding: 18px 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}

.hours-table td {
	padding: 18px 20px;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}

.hours-table tbody tr:last-child td {
	border-bottom: none;
}

.hours-notes {
	text-align: center;
	margin-top: 40px;
	padding: 0 16px;
}

.hours-notes p {
	margin: 0 0 1em 0;
	font-size: 17px;
	line-height: 1.7;
	color: #444444;
}

.hours-notes p:last-child {
	margin-bottom: 0;
}

.hours-notes .saturday-time {
	color: #ff8c00;
	font-weight: 600;
}

.contact-image {
	text-align: center;
}

.contact-image img {
	width: 22%;
}

.contact-table-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 60px;
}

.contact-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-table th {
	padding: 18px 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	background-color: #4fa830;
	border-bottom: 1px solid #f0f0f0;
	width: 120px;
}

.contact-table td {
	padding: 18px 20px 18px 32px;
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
	color: #333333;
	line-height: 1.7;
}

.contact-table tr:last-child th,
.contact-table tr:last-child td {
	border-bottom: none;
}

.contact-table td a {
	color: #4fa830;
	text-decoration: none;
}

.contact-table td a:hover {
	text-decoration: underline;
}

.info-section {
	width: 100%;
	padding: 40px 0;
	margin-top: 24px;
}

.content-section + .info-section {
	margin-top: 0;
}

.content-section ~ .info-section + .info-section {
	margin-top: 0;
}

.info-section + .info-section {
	margin-top: 0;
}

.content-section ~ .info-section .hours-table-container {
	margin-bottom: 60px;
}

.content-section ~ .info-section .info_table_container {
	margin-bottom: 60px;
}

.content-section ~ .info-section .contact-table-container {
	margin-bottom: 40px;
}

.hero-slider + .info-section {
	margin-top: 0;
}

.hero-slider + .info-section .hours-table-container {
	margin-bottom: 60px;
}

.info-section + .info-section .hours-table-container {
	margin-bottom: 60px;
}

.info-section + .info-section .info_table_container {
	margin-bottom: 60px;
}

.info-section + .info-section .contact-table-container {
	margin-bottom: 40px;
}

.info_table_container {
	width: 100%;
	max-width: 704px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.info_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.info_table th {
	vertical-align: top;
	padding: 18px 20px;
	border-bottom: 1px solid #f0f0f0;
}

.info_table td {
	vertical-align: top;
	padding: 18px 20px 18px 32px;
	border-bottom: 1px solid #f0f0f0;
}

.info_table th {
	font-weight: 600;
	color: #4fa830;
	font-size: 15px;
	width: 120px;
	text-align: center;
	background-color: #f8f9fa;
}

.info_table td {
	color: #333333;
	font-size: 15px;
	line-height: 1.7;
}

.info_table tr:last-child th,
.info_table tr:last-child td {
	border-bottom: none;
}

.map {
	overflow: hidden;
	width: 100%;
	height: 600px;
	display: block;
}

.loading-spinner {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #4fa830;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-right: 10px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loading-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	color: #666;
	font-size: 16px;
}

.loading-container.hidden {
	display: none;
}

.announcement-link {
	text-decoration: underline;
	color: #4fa830;
	transition: color 0.3s ease;
}

.announcement-link:hover {
	color: #008a8c;
	text-decoration: underline;
}

.reception-link {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.reception-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 22px 56px;
	background-color: #4fa830;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	border-radius: 999px;
	transition: all 0.2s ease;
	box-shadow: 0 4px 0 #3d8725;
	border: none;
	cursor: pointer;
	position: relative;
}

.reception-button:hover {
	background-color: #3d8725;
	box-shadow: 0 4px 0 #2d6a1a;
}

.reception-button:active {
	background-color: #2d6a1a;
	box-shadow: 0 2px 0 #2d6a1a;
	transform: translateY(2px);
}

.reception-button i {
	font-size: 20px;
}

.reception-button span {
	letter-spacing: 0.05em;
}

.reception-description {
	text-align: center;
	margin: 32px 0 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.7;
	color: #444444;
}

.reception-description i {
	color: #4fa830;
	font-size: 16px;
	margin-right: 8px;
}

.reception-description span {
	display: inline;
}

.reception-link + .main-content-textarea {
	margin-top: 40px;
}

.reception-guidelines {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reception-guidelines li {
	margin: 0 0 1.2em 0;
	padding-left: 1.8em;
	position: relative;
	line-height: 1.8;
}

.reception-guidelines li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0.1em;
	color: #4fa830;
	font-size: 14px;
}
