@charset "utf-8";
/*****************************
------------------------------
@media
------------------------------
*****************************/
@media all and (min-width: 601px) and (max-width: 1450px) {
	.header_logo {
		width: 250px;
	}

	.header03 .nav_depth00_ttl {
		padding: 0px 15px 10px;
	}

	.header03 .nav_depth00_ttl span {
		font-size: 1.7rem;
	}

	.t_greeting {
		.btn01 {
			min-width: 300px;
		}
	}

	.t_greeting_content {
		width: 440px;
		padding: 135px 37px 60px;
	}

	.t_greeting_doctor_in {
		width: 414px;
	}

	.t_greeting_doctor_btn {
		bottom: 60px;
	}

	.t_greeting_doctor_name {
		top: 136px;
		right: 35px;
		scale: 0.8;
	}

	.t_greeting_doctor02 {

		/* left: calc(50% + 243px); */
		.t_greeting_doctor_in {
			width: 414px;
		}

		.t_greeting_doctor_name {
			top: 68px;
			right: 65px;
		}
	}
}

@media all and (min-width: 601px) and (max-width: 1350px) {
	.fixed_time {
		--time-size: 42px;
		width: 40px;
	}

	.fixed_time_head {
		width: 40px;
	}
}

/*pctb*/
@media all and (min-width: 601px) {
	.btn01:has(span):hover {
		opacity: 1;
	}

	.btn01:has(span):hover span:before {
		opacity: 0.4;
	}

	.top_btns {
		display: flex;
		justify-content: center;
		gap: 30px;
	}

	.top_btns .btn {
		min-width: auto;
		max-width: var(--btn-width);
		flex: 1;
		margin: 0;
	}

	.pc_tac,
	table.pc_tac tr>* {
		text-align: center;
	}
}

@media all and (max-width: 600px) {
	html {
		font-size: 2.3vw;
	}

	.tb_only,
	.sp_none {
		display: none !important;
	}

	.inner,
	.inner_sp {
		width: 100%;
		padding: 0 5vw;
	}

	.hamburger {
		right: 0 !important;
	}

	.js_side_open {
		overflow: hidden !important;
	}

	.side_nav_wrap {
		right: 0 !important;
	}

	.table_scroll:before {
		content: "※横スクロールで全体を見ることができます。";
	}

	.table_scroll table {
		width: 200vw;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images {
		grid-template-columns: repeat(3, 1fr) !important;
		padding: 0 10px;
	}

	#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item:nth-of-type(10) {
		display: none !important;
	}

	.sp_tac {
		text-align: center;
	}
}