@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.view-more a::after {
		right: 10px;
	}
	#medical .ttl span {
		font-size: 22px;
	}
	
	
	
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	.slider, .slider-item {
		height: 90vh;
	}
	.header-left {
		width: 20%;
	}
	.header-right {
		width: 80%;
	}
	.header-top a {
		font-size: 15px;
		width: 175px;
	}
	.menu > li a {
		font-size: 14px;
	}
	.cp {
		width: 90%;
	}
	#news .wrap {
		width: 95%;
	}
	.n-item {
		flex-direction: column;
	}
	.n-item .date, .n-item .ttl {
		width: 100%;
		text-align: left;
	}
	#greeting {
		padding-bottom: 120px;
	}
	#greeting::before {
		width: 310px;
		height: 280px;
	}
	#greeting::after {
		width: 380px;
		height: 300px;
	}
	#greeting .top {
		width: 75%;
	}
	#greeting h2 {
		font-size: 25px;
	}
	#greeting .btm {
		width: 50%;
		position: absolute;
		bottom: 0;
		right: 30px;
		z-index: -1;
	}
	
	#reason::before {
		width: 430px;
		height: 300px;
	}
	#reason h2 {
		width: 7%;
	}
	#reason .inner {
		width: 90%;
	}
	#reason .inner .wrap, #reason .item-right {
		width: 95%;
	}
	#reason .txtbox {
		margin-top: 30px;
	}
	#reason .num span {
		font-size: 25px;
	}
	#reason h3 {
		font-size: 20px;
	}
	.more-btn {
		font-size: 17px;
	}
	#pickup .txtbox {
		padding: 20px 2%;
	}
	#pickup .txtbox::before {
		width: 105%;
		height: 105%;
	}
	#pickup .txtbox .number {
		font-size: 60px;
		top: -70px;
	}
	#pickup .txtbox .ttl {
		font-size: 32px;
		margin-bottom: 50px;
	}
	.view-more {
		width: 85%;
	}
	.view-more a {
		font-size: 18px;
		padding: 25px 0 10px 10px;
	}
	#pickup .img span {
		font-size: 60px;
	}
	#pickup .img_bg {
		height: 75%;
	}
	#pickup01 .txtbox::after, #pickup02 .txtbox::after, #pickup03 .txtbox::after {
		bottom: -95px;
	}
	#medical .ttl {
		width: 90px;
	}
	#medical .ttl span {
		font-size: 16px;
	}
	.med01::before, .med02::before, .med03::before {
		width: 120px;
		height: 120px;
	}
	.footer-top .logo {
		width: 50%;
		margin: 0 auto;
	}
	.footer-top .tel {
		margin: 10px auto;
	}
	.clinic-info dt {
		width: 90px;
	}
	.clinic-info dd {
		width: calc(100% - 90px);
	}
	.footer-top .img {
		background-position: left;
	}
	.sitemap {
		width: 85%;
	}
	
	
	
	
	/**** ここから下層ページ　****/
	#mainvisual {
		height: 38vh;
	}
	.section {
		padding-top: 80px;
	}
	
	#policy {
		padding-bottom: 60px;
	}
	#policy .txt {
		width: 90%;
	}
	.border-list dt {
		width: 105px;
	}
	.border-list dd {
		width: calc(100% - 105px);
	}
	.clinic-list .txtbox {
		width: 47%;
	}
	#doctor .flex {
		flex-direction: column;
	}
	#doctor .flex-2 {
		width: 100%;
		margin-bottom: 85px;
	}
	#interview h3 {
		font-size: 20px;
	}
	.faq-content .ttl {
		font-size: 19px!important;
	}
	.fee-content h3.ttl {
		font-size: 23px;
	}
	.fee-list dt {
		width: 220px;
	}
	.fee-list dd {
		width: calc(100% - 220px);
	}
	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
		background: none;
	}
	.header-wrap {
		padding: 10px 5px;
	}
	.header-left {
		width: 50%;
	}
	.header-right {
		display: none!important;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 33.3%;
		display: flex;
		background: #FB9E03;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 10px;
	}
	#page_top {
		display: none!important;
	}
	.wrap {
		width: 90%;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.slider, .slider-item {
		height: 80vh ;
	}
	
	#news .wrap {
		flex-direction: column;
	}
	#news .index-ttl {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}
	.news-content {
		width: 100%;
	}
	#greeting::before {
		width: 190px;
		height: 170px;
	}
	#greeting::after {
		width: 195px;
		height: 195px;
		top: -30px;
	}
	#greeting .top {
		width: 85%;
	}
	#greeting h2 {
		font-size: 18px;
	}
	#greeting .btm {
		width: 65%;
		right: 15px;
	}
	#reason::before {
		width: 280px;
		height: 200px;
	}
	#reason h2 {
		width: 10%;
	}
	#reason .inner {
		width: 87%;
		margin-top: 0;
	}
	#reason h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.reason02 {
		padding: 20px 0;
	}
	#worry .index-ttl .ja {
		font-size: 20px;
	}
	#worry .index-ttl::after {
		width: 250px;
	}
	.worry-list li {
		width: 47%;
		margin-bottom: 30px;
	}
	#pickup .item {
		flex-direction: column-reverse;
		margin-top: 60px;
	}
	#pickup .txtbox {
		width: 100%;
	}
	#pickup .img {
		width: 100%;
	}
	#pickup .txtbox .number {
		font-size: 45px;
		top: -50px;
	}
	#pickup .img span {
		font-size: 50px;
	}
	#pickup .txtbox .ttl {
		font-size: 23px;
		margin-bottom: 30px;
	}
	#pickup .txtbox .ttl::after {
		bottom: -10px;
	}
	#pickup01 .txtbox::after, #pickup02 .txtbox::after, #pickup03 .txtbox::after {
		width: 85px;
	}
	#pickup .img_bg {
		bottom: -10px;
		left: -10px;
	}
	#medical .img img {
		margin: 0 auto 45px;
	}
	.med-list {
		margin-top: 30px;
	}
	#medical .ttl {
		bottom: 90px;
	}
	.d-demo__item {
		width: calc(230vw / 6);
	}
	.footer-top .img {
		display: none;
	}
	.footer-top .flex-2 {
		width: 100%;
	}
	.sitemap {
		display: none;
	}
	.copyright {
		padding: 12px 0 80px;
	}
	
	
	/****　ここから下層ページ　****/
	
	#mainvisual {
		height: 30vh;
	}
	.page-ttl .ja {
		font-size: 20px;
	}
	.page-ttl .en {
		font-size: 35px;
	}
	.section {
		padding-top: 60px;
	}
	.sec-ttl {
		margin-bottom: 30px;
	}
	.sec-ttl .ja {
		font-size: 17px;
	}
	
	.clinic-list {
		flex-direction: row!important;
		margin-bottom: 80px;
	}
	.skill dt {
		width: 100px;
	}
	.skill dd {
		width: calc(100% - 100px);
	}
	#interview .bg {
		padding: 45px 0 20px;
	}
	#interview h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.fee-content h3.ttl {
		font-size: 20px;
		border-bottom: 1px dashed #FB9E03;
	}
	.fee-box .ttl {
		font-size: 16px;
		border-bottom: 1px solid #FB9E03;
		flex-direction: row;
	}
	.fee-list dt {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #F9D386
	}
	.fee-list dd {
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.fluorine h3.ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	
	
}