@charset "utf-8";
/*****************************
------------------------------
@media
------------------------------
*****************************/
/*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 screen and (min-width: 601px) and (max-width: 1350px) {
	header .h_ad {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 601px) and (max-width: 1600px) {
	.top_feature .tl {
		padding-left: 20px;
		width: 146px;
	}

	.top_feature .feature_li > .li01 figure {
		margin-left: 130px;
	}
}

@media screen and (min-width: 601px) and (max-width: 1550px) {

	.top_doctor .inner::before {
		right: 940px;
		width: 350px;
	}
}

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

	body.under_page_wrap .btn {
		margin-inline: auto;
		display: block;
	}
}
