@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1240px){
	.header_links>ul>li a{
		padding: 5px 5px;
	}
}
@media screen and (max-width:1140px){
	.header_links>ul>li a{
		padding: 5px 0;
		font-size: 12px;
	}
	.header_links>ul li.contact_btn a img{
		margin-top: 3px;
	}
	.header_links>ul li.order_btn a img{
		margin-top: 0px;
	}
	.logo img{
		height: 50px;
	}
}
@media screen and (max-width:1024px){
.fixedcontainer{
	width: 94%;
}
}

@media screen and (max-width:899px){
/* Header adjustments */
.header_links ul li{
	margin-left: 20px;
}

.header_links ul li a{
	padding: 8px 8px;
	font-size: 14px;
}

/* Quick links adjustments */
.quick_links {
	flex-direction: column;
	align-items: center;
}

.quick_link_item {
	max-width: 400px;
	width: 100%;
}

/* Treatment grid adjustments */
.treatment_grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

/* Blog list adjustments */
.blog_list {
	flex-direction: column;
	gap: 20px;
}

.blog_item {
	max-width: 500px;
	margin: 0 auto;
}

/* Access content adjustments */
.access_content {
	flex-direction: column;
	gap: 40px;
}

/* Footer adjustments */
.footer_content {
	flex-direction: column;
	gap: 30px;
	text-align: center;
}

.footer_nav {
	justify-content: center;
}

.footer_buttons {
	flex-direction: row;
	justify-content: center;
}
.news_section .fixedcontainer{
	display: block;
}
.news_content{
	width: 100%;
}
.concept_content{
	display: block;
}
.concept_img, .concept_text{
	width: 100%;
}
.link_2_box ul{
	display: block;
}
.link_2_box ul li{
	width: 100%;
	margin-bottom: 20px;
}
.link_2_box ul li:last-child{
	margin-bottom: 0;
}
.link_2_box{
	margin: 20px 0;
}
.concept_img{
	text-align: center;
}
.quick_link_icon{
	margin-bottom: 10px;
}
.more_btn{
	text-align: center;
	margin-top: 20px;
}
.concept_section{
	padding: 50px 0;
}
.concept_text{
	margin-top: 20px;
}
/* Header mobile adjustments */
.header_in{
	padding: 15px 0 15px 10px;
}

.logo img {
	height: 40px;
}

.header_links ul li{
	margin-left: 15px;
}

.header_links ul li a{
	padding: 6px 6px;
	font-size: 13px;
}

/* Hero section adjustments */
.fv {
	height: 400px;
}

.fv_text h1 {
	font-size: 2rem;
}

/* Section headers adjustments */
.section_title {
	font-size: 1.5rem;
}

/* Clinic staff section adjustments */
.clinic_staff_content {
	flex-direction: column;
	gap: 40px;
}

/* Quick links adjustments */
.quick_link_item {
	padding: 30px 20px;
}

.quick_link_icon img {
	width: 50px;
	height: 50px;
}

.quick_link_title {
	font-size: 16px;
}

/* Treatment grid adjustments */
.treatment_grid {
	grid-template-columns: 1fr;
	gap: 15px;
}

.treatment_item {
	padding: 25px 15px;
}

/* Access section adjustments */
.access_item {
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.access_icon {
	margin-right: 0;
}
.access_info_in{
	padding: 20px;
}
.address{
	margin: 15px 0;
}
.access_map iframe{
	height: 320px;
}
/* Footer adjustments */
.footer_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.footer_nav_column{
	width: calc(50% - 5px);
	text-align: left;
}
.footer_logo{
	text-align: center;
	width: 100%;
}
.footer_buttons {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.footer_buttons>div{
	width: calc(50% - 5px);
}
.footer_buttons a{
	width: 100%;
}
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
body{
	font-size: 12px;
	line-height: 1.7;
}
.fixedcontainer{
	width: 90%;
}

/* Header mobile menu */
.header_in{
	padding: 10px 0 10px 10px;
}
.menu-trigger {	
	position: relative;
	top: 0px;
	right: 3%;
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    z-index: 2;
}
.menu-trigger.active{
	position: fixed;
	top: 10px;
}
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    background: #000;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;

}
.menu-trigger span:nth-of-type(1) {
    top: 15px;
}
.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 15px;
}
.g-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 1;
}
.g-nav .list {
	margin-top: 20px;
    padding: 20px;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.g-nav .list>li{
	width: calc(50% - 5px);
}

.g-nav .list li a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-weight: bold;
	font-size: 12px;
}
.g-nav .list>li>a{
	font-size: 14px;
	color: var(--primary-green);
}
.g-nav .list li.contact_btn a{
	border: 1px solid var(--primary-green);
	padding: 10px;
	color: var(--primary-green);
	background-color: #fff;
	text-align: center;
}
.g-nav .list li.contact_btn a img{
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.g-nav .list li.tel_btn a{
	border: 1px solid var(--primary-green);
	padding: 10px;
	color: var(--primary-green);
	background-color: #fff;
	text-align: center;
}
.g-nav .list li.tel_btn a img{
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}
.g-nav .list li.order_btn a{
	color: #fff;
	background-color: var(--primary-green);
	padding: 10px;
	border: 1px solid var(--primary-green);
	text-align: center;
}
.g-nav .list li.order_btn a img{
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

/* Main content mobile adjustments */
main {
	margin-top: 70px;
}

/* Hero section mobile */
.fv {
	height: 300px;
}

.fv_text h1 {
	font-size: 1.5rem;
}

/* Section headers mobile */
.section_header {
	margin-bottom: 30px;
}

.section_subtitle {
	font-size: 12px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.section_title {
	font-size: 1.3rem;
}

/* News section mobile */
.news_section {
	padding: 40px 0;
}

.news_item {
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.news_date {
	margin-right: 0;
	min-width: auto;
}

/* Clinic staff section mobile */
.clinic_staff_section {
	padding: 40px 0;
}

.clinic_staff_content {
	gap: 30px;
}

/* Quick links section mobile */
.quick_links_section {
	padding: 40px 0;
}

.quick_links {
	gap: 20px;
}

.quick_link_item {
	padding: 25px 15px;
}

.quick_link_icon img {
	width: 40px;
	height: 40px;
}

.quick_link_subtitle {
	font-size: 11px;
	margin-bottom: 0;
}

.quick_link_title {
	font-size: 14px;
}

/* Treatment section mobile */
.treatment_section {
	padding: 40px 0;
}

.treatment_grid {
	gap: 15px;
}

.treatment_item {
	padding: 20px 10px;
	width: 100%;
}
.treatment_icon{
	width: 60px;
	margin-right: 10px;
}
.treatment_text{
	width: calc(100% - 70px);
}
.treatment_text p{
	font-size: 12px;
}
.treatment_icon img {
	width: 40px;
	height: 40px;
}

.treatment_name {
	font-size: 14px;
}

/* Blog section mobile */
.column_blog_section {
	padding: 40px 0;
}

.blog_list {
	gap: 20px;
	margin-bottom: 30px;
}

.blog_image {
	height: 150px;
}
.blog_title {
	font-size: 14px;
}

.blog_text {
	font-size: 13px;
}

/* Access section mobile */
.access_section {
	padding: 40px 0;
}

.access_content {
	display: block;
}

.access_item {
	gap: 15px;
}

.access_icon img {
	width: 30px;
	height: 30px;
}

.access_text h3 {
	font-size: 16px;
}

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

.hours_table th,
.hours_table td {
	padding: 8px;
	font-size: 13px;
}

.hours_note {
	font-size: 12px;
}

.play_button {
	font-size: 36px;
}

/* Footer mobile */
.footer_in1 {
	padding: 30px 0;
}

.footer_content {
	gap: 25px;
}

.footer_logo img {
	height: 50px;
}

.footer_nav_column h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.footer_nav_column ul li {
	margin-bottom: 5px;
}

.footer_nav_column ul li a {
	font-size: 13px;
}

.footer_contact_btn a,
.footer_tel_btn a,
.footer_order_btn a {
	padding: 8px 16px;
	font-size: 13px;
}

.footer_contact_btn a img,
.footer_tel_btn a img,
.footer_order_btn a img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.footer_in2 {
	padding: 15px 0;
}

.footer_in2 p {
	font-size: 10px;
}
}
