.sp {
	display: none !important;
}

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

	.sp {
		display: block !important;
	}

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

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	dl,
	p,
	dt,
	dd,
	form,
	select,
	option,
	address,
	pre {
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: 100%;
	}

	body {
		font-size: 14px;
	}

	body,
	#main,
	header,
	footer {
		min-width: 100%;
	}

	body.page #main .inner,
	body.archive #main .inner,
	body.single #main .inner,
	body.home #main .inner,
	body.error404 #main .inner {
		max-width: 100%;
	}


	header {
		display: none;
	}

	nav {
		display: none;
	}

	.mobile-nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		z-index: 9998;
	}

	.mobile-nav,
	.mobile-nav dl dt {
		height: 55px;
	}

	.mobile-nav .logo {
		position: absolute;
		display: table !important;
		text-align: left;
		padding-left: 3%;
		height: 100%;
	}

	.mobile-nav .logo span,
	.mobile-nav .logo img {
		display: block;
		width: 260px;
		height: auto;
	}

	.mobile-nav .logo a {
		display: table-cell;
		vertical-align: middle;
	}

	.mobile-nav .logo img {
		z-index: 9999;
		position: relative;
		margin-top: 2px;
	}

	.mobile-nav dl {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.mobile-nav dl dt {
		font-weight: bold;
		cursor: pointer;
		padding: 0 4%;
		font-size: 18px;
		display: block;
		color: #fff;
		line-height: 2;
	}

	.mobile-nav dl dt i {
		margin-right: 2%;
	}

	.mobile-nav dl dd {
		display: none;
	}

	.mobile-nav ul {
		padding: 3% 2% 3% 8%;
		margin: 0;
		list-style: none;
	}

	.mobile-nav ul li {
		display: flex;
		align-items: center;
		width: 100%;
		line-height: 1.4;
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 1px;
	}

	.mobile-nav ul li i {
		margin-right: 16px;
		color: #4fa830;
		font-size: 12px;
		flex-shrink: 0;
	}

	.mobile-nav ul li a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 45px;
		color: #333;
		text-decoration: none;
		font-size: 13px;
		padding: 0 8px;
		box-sizing: border-box;
		line-height: 1;
	}

	.mobile-nav dt a {
		display: block;
		width: 42px;
		height: 42px;
		position: absolute;
		top: 1px;
		right: 10px;
		z-index: 9999999;
		text-align: center;
		-webkit-animation: menu-close .6s;
		animation: menu-close .6s;
	}

	.mobile-nav dt a i {
		position: relative;
		top: 20px;
		font-size: 9px;
		font-style: normal;
		color: #4fa830;
	}

	.mobile-nav dt a span {
		display: block;
		background: #666;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
	}

	.mobile-nav dt a span:nth-child(1) {
		top: 12px;
	}

	.mobile-nav dt a span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}

	.mobile-nav dt a span:nth-child(3) {
		bottom: 12px;
	}

	.mobile-nav dt a.active {
		-webkit-animation: menu-open .6s;
		animation: menu-open .6s;
	}

	@-webkit-keyframes menu-close {
		30% {
			-webkit-transform: scale(0);
			opacity: 0;
		}

		100% {
			-webkit-transform: scale(1);
			opacity: 1;
		}
	}

	@keyframes menu-close {
		30% {
			transform: scale(0);
			opacity: 0;
		}

		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	@-webkit-keyframes menu-open {
		30% {
			-webkit-transform: scale(0);
			opacity: 0;
		}

		100% {
			-webkit-transform: scale(1);
			opacity: 1;
		}
	}

	@keyframes menu-open {
		30% {
			transform: scale(0);
			opacity: 0;
		}

		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	.mobile-nav dt a.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.mobile-nav dt a.active span:nth-of-type(2) {
		opacity: 0;
	}

	.mobile-nav dt a.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	#main {
		height: 150px;
		margin-top: 52px;
		background-position: center;
		background-attachment: scroll;
	}

	#main .inner {
		width: 100%;
		height: inherit;
	}

	#main h1 {
		font-size: 22px;
	}

	.content-section {
		width: auto;
		padding: 40px 24px;
	}

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

	.main-content-textarea {
		flex-wrap: wrap;
	}

	.main-content-textarea p h3 ul {
		font-size: 16px;
	}

	.reception-guidelines li::before {
		top: 0.08em;
		font-size: 0.85em;
	}

	.access-info li::before {
		font-size: 0.8em;
	}

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

	.clinic-item img {
		margin-bottom: 16px;
		border-radius: 6px;
	}

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

	.clinic-item .clinic-title {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.access-info {
		padding: 40px 56px;
	}

	h1.section-title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	h1.section-title::after {
		width: 120px;
	}

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

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

	.reception-link {
		font-size: 24px;
	}

	.reception-button {
		display: flex;
		width: 90%;
		max-width: 450px;
		margin: 0 auto;
		padding: 18px 32px;
		font-size: 18px;
		gap: 10px;
		box-sizing: border-box;
		background-color: #4fa830;
		border: none;
		border-radius: 999px;
		box-shadow: 0 3px 0 #3d8725;
		transition: all 0.2s ease;
		letter-spacing: 0.02em;
	}

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

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

	.reception-button span {
		flex: 1;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.reception-button i {
		font-size: 18px;
		flex-shrink: 0;
	}

	.reception-description {
		margin: 20px 0 0 0;
		padding: 0;
		font-size: 16px;
	}

	.reception-description i {
		font-size: 16px;
		margin-right: 6px;
	}

	div.hero-slider {
		margin-top: 55px;
	}

	.info-section {
		padding: 30px 0;
		margin-top: 20px;
	}

	.info_table_container {
		padding: 0 24px;
	}

	.info_table {
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}

	.info_table th {
		padding: 16px 12px;
		font-size: 13px;
		width: 80px;
	}

	.info_table td {
		padding: 16px 12px 16px 20px;
		font-size: 14px;
		line-height: 1.6;
	}

	.hours-table-container {
		padding: 0 24px;
		margin-bottom: 120px;
	}

	.hours-table {
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}

	.hours-table th {
		padding: 12px 8px;
		font-size: 12px;
	}

	.hours-table td {
		padding: 12px 8px;
		font-size: 13px;
		line-height: 1.6;
	}

	.hours-notes {
		margin-top: 32px;
		padding: 0;
	}

	.hours-notes p {
		font-size: 14px;
		line-height: 1.6;
	}

	.contact-table-container {
		padding: 0 24px;
		margin-bottom: 60px;
	}

	.contact-table {
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}

	.contact-table th {
		padding: 16px 12px;
		font-size: 13px;
		width: 80px;
	}

	.contact-table td {
		padding: 16px 12px 16px 20px;
		font-size: 16px;
		line-height: 1.6;
	}

	.access-info {
		margin-top: 32px;
		padding: 0;
	}

	.access-info p {
		font-size: 14px;
		line-height: 1.6;
	}
}