@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) {
	#index-concept .img::before {
		left: -70px;
	}
	#index-feature .ttl {
		font-size: 27px;
	}
	.medical-list .ttl {
		font-size: 25px;
	}
	
	
	}


	/* 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: 16px;
	}
	.menu > li a {
		font-size: 15px;
	}
	.index-ttl .en {
		font-size: 35px;
	}
	#news .index-ttl::after {
		width: 170px;
		height: 130px;
	}
	#index-concept .wrap {
		width: 90%;
		flex-direction: column;
	}
	#index-concept .flex-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	#index-concept .img img {
		margin: 0 auto;
	}
	#index-concept .img::before {
		width: 350px;
		height: 185px;
		left: 40px;
	}
	#index-concept .txtbox::after {
		width: 460px;
		height: 180px;
		right: -15px;
	}
	
	.feature {
		padding: 50px 0;
	}
	.feature .flex {
		flex-direction: column;
	}
	.feature .flex-2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.feature .flex-2 img {
		margin: 0 auto;
	}
	#index-feature h3 {
		font-size: 25px;
	}
	#index-feature h3 .number {
		font-size: 40px;
	}
	.fea01::before, .fea02::after {
		max-height: 520px;
	}
	.fea01::after, .fea02::before {
		max-height: 650px;
	}
	.fea03 .wrap {
		width: 95%;
	}
	
	#medical {
		padding: 60px 0;
	}
	.medical-list li a {
		border-radius: 20px;
	}
	.medical-list .img {
		width: 55%;
		margin: 0 auto;
	}
	.medical-list .ttl {
		font-size: 22px;
	}
	.medical-list li a::after {
		border-bottom: 20px solid #fff;
	    border-left: 20px solid transparent;
	}
	
	#greeting .wrap {
		width: 95%;
	}
	#greeting h3 {
		font-size: 21px;
	}
	#greeting .txt::after {
		width: 120px;
		height: 120px;
		right: 0;
	}
	.footer-top::before {
		width: 135px;
	}
	.footer-top::after {
		width: 150px;
	}
	
	.footer-top .time-table, .footer-top .biz-txt {
		width: 100%;
	}
	
	
	
	/**** ここから下層ページ　****/
	#mainvisual {
		height: 40vh;
	}
	.section {
		padding-top: 80px;
	}
	.sec-ttl .ja {
		font-size: 28px;
	}
	#feature .item .num span {
		font-size: 35px;
	}
	#feature .item h3 {
		font-size: 18px;
	}
	.clinic-list .txtbox {
		width: 48%;
		margin-bottom: 20px;
	}
	.medical .ttl {
		font-size: 20px;
	}
	.medical .content h3 {
		font-size: 18px;
	}
	.medical .content p {
		font-size: 16px;
	}
	.movie {
		width: 100%;
		height: 380px;
	}
	#clinic-info .list dt {
		width: 170px;
	}
	#clinic-info .list dd {
		width: calc(100% - 170px);
	}
	#access .time-table {
		width: 100%;
	}
	
	}




	/* 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: 25%;
		display: flex;
		background: #F3A565;
		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: 75vh ;
	}
	.cp {
		width: 95%;
		right: 20px;
	}
	
	#news .wrap {
		width: 95%;
		flex-direction: column;
	}
	#news .index-ttl {
		width: 100%;
	}
	.n-content {
		width: 100%;
	}
	.n-item {
		flex-direction: column;
	}
	.n-item .date {
		width: 100%;
		text-align: left;
	}
	.n-item .ttl {
		width: 100%;
	}
	
	#index-concept .img::before {
		width: 220px;
		left: -15px;
	}
	#index-concept h3 {
		font-size: 23px;
	}
	#index-concept .txtbox::after {
		width: 250px;
		height: 110px;
	}
	
	#index-feature h3 {
		font-size: 20px;
	}
	#index-feature h3 .number {
		font-size: 32px;
	}
	#index-feature .ttl {
		font-size: 23px;
	}
	.fea01 .txtbox::before {
		width: 125px;
		height: 110px;
		left: -10px;
	}
	.fea02 .txtbox::before {
		width: 120px;
		height: 90px;
		right: -10px;
	}
	.fea03 .top, .fea03 .btm {
		width: 40%;
	}
	.fea03 .btm {
		margin-left: auto;
	}
	
	.medical-list .flex-3 {
		width: 48%;
	}
	
	#greeting {
		padding: 0 0 50px;
	}
	#greeting h3 {
		font-size: 18px;
	}
	.footer-top {
		padding: 50px 0 0;
	}
	.copyright {
		padding: 12px 0 80px;
	}
	
	
	/****　ここから下層ページ　****/
	
	#mainvisual {
		height: 30vh;
	}
	.page-ttl .en {
		font-size: 35px;
	}
	.section {
		padding-top: 60px;
	}
	.sec-ttl {
		padding: 20px 0;
	}
	.sec-ttl .ja {
		font-size: 20px;
	}
	.sec-ttl::before {
		bottom: 10px;
	}
	#feature .item {
		padding: 30px 3%;
	}
	.clinic-list {
		margin-bottom: 100px;
	}
	#doctor .flex {
		flex-direction: column-reverse;
	}
	.skill {
		width: 100%;
	}
	.skill .list span {
		width: 80px;
	}
	.skill .list div {
		width: calc(100% - 80px);
	}
	.medical .ttl {
		font-size: 18px;
	}
	.medical .content {
		margin-top: 50px;
	}
	.medical .content .list li {
		width: 100%;
		padding-left: 25px;
	}
	#internal-medicine .content .list li {
		width: 50%;
	}
	.medical .content .list li::before {
		width: 20px;
		height: 20px;
	}
	.medical {
		margin-bottom: 80px;
	}
	.movie {
		height: 280px;
	}
	#clinic-info .list dt {
		width: 90px;
	}
	#clinic-info .list dd {
		width: calc(100% - 90px);
	}
	#access .item h3 {
		font-size: 18px;
	}
	#access {
		margin-bottom: 70px;
	}
	.contact-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.contact-item, .contact-body {
		width: 100%;
		padding: 10px;
	}
	.contact-item span {
		font-size: 13px;
	}
	
	
	
	
}