@charset "utf-8";
/* CSS Document */
@media screen and (max-width:900px){
	
	html {
		font-size: 8px;
	}
	body {
		max-width: 900px;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	
	/*mainvisual*/
	.mainvisual {
		height: 75vh;
		background-position: center;
		background-size: cover;
		position: relative;
	}
	.catch-copy {
		width: 200px;
		height: 100%;
		background: #fff;
		padding-top: 12rem;
		z-index: 1;
		box-sizing: border-box;
	}
	.catch-copy .cc-inner {
		flex-direction: column;
		align-items: center;
		gap: 3rem;
	}
	.catch-copy .cc-inner h2 {
		writing-mode: vertical-rl;
		line-height: 2;
		font-size: 18px;
		font-weight: 500;
	}
	.catch-copy .cc-inner h2 span {
		color: #3D8F4F;
	}
	.catch-copy .cc-inner .cc-logo {
		width: 120px;
	}
	.mv-icon {
		gap:3rem;
		align-items: center;
		position: absolute;
		bottom:2rem;
		right: 3rem;
	}
	.mv-icon img {
		width: 180px;
	}
	
	
	/*info-calendar*/
	#info-calendar {
		width: 98%;
		margin: 5rem auto;
		background: url("../img/bg-ic.png");
		background-size: cover;
		padding: 3rem 0;
	}
	#info-calendar .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap:5rem;
	}
	.ic-info,
	.ic-calendar {
		width: 100%;
	}
	.ttl-ic {
		width: 90%;
		margin: auto;
		background: #3D8F4F;
		padding: 2rem 0;
	}
	.ttl-ic p {
		font-size: 24px;
		text-align: center;
	}
	.ttl-ic p span {
		font-size: 16px;
		margin-left: 1rem;
	}
	.ttl-ic p i {
		font-size: 28px;
		margin-right: 1rem;
	}

	.info-wrapper {
		width: 90%;
		margin: 3rem auto 0 auto;
	}
	.info-wrapper dl {
		flex-direction: column;
		font-size: 17px;
		font-weight: 500;
	}
	.info-wrapper dl dt {
		color: #3D8F4F;
		width: 30%;
	}
	.info-wrapper dl dd {
		color: #777;
		width: 100%;
	}

	.calendar {
		width: 90%;
		margin: 3rem auto 0 auto;
	}
	
	
	/*first*/
	#first {
		padding: 10rem 0;
		background: url("../img/bg-first.png");
		background-size: cover;
	}
	#first .inner {
		width: 90%;
		margin: auto;
		background: #FEFCF3;
		padding: 5rem 0;
		position: relative;
	}
	#first .inner::before {
		content: "";
		width: 150px;
		height: 60px;
		background: url("../img/deco03.png");
		background-size: cover;
		position: absolute;
		top:-4rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#first .inner::after {
		content: "";
		width: 200px;
		height: 175px;
		background: url("../img/deco01.png");
		background-size: cover;
		position: absolute;
		top:0;
		left: 0;
	}
	.ttl-first {
		text-align: center;
		font-size: 36px;
		color: #3D8F4F;
		letter-spacing: 3px;
	}
	.ttl-first span {
		font-size: 48px;
	}
	.ttl-first02 {
		text-align: center;
		font-size: 24px;
		color: #777;
		font-weight: 500;
	}
	.ttl-first02 img {
		width: 36px;
		margin-right: 1rem;
		margin-top: -1rem;
	}
	.first-inner {
		width: 80%;
		margin: 3rem auto;
	}
	.first-txt {
		font-size: 17px;
		text-align: center;
		line-height: 2;
	}
	.first-txt span {
		color: #3D8F4F;
		font-weight: 500;
	}
	#first .inner .tel-bnr {
		margin: auto;
	}
	.page-link {
		background: #fff;
		margin: 3rem auto 0 auto;
		width: 350px;
		padding: 2rem 0;
		box-shadow: 2px 2px 5px #ccc;
	} 
	.page-link a {
		display: block;
		text-align: center;
		font-weight: 500;
		font-size: 22px;
		color: #777;
	}
	
	/*clinic-info*/
	#clinic-info {
		padding: 10rem 0;
		background: linear-gradient(180deg, #F3FEFA 0%, #F3FEFA 50%, #A3D1A3 50%, #A3D1A3 100%);
		position: relative;
	}
	#clinic-info::before {
		content: "";
		width: 210px;
		height: 200px;
		background: url("../img/deco04.png");
		background-size: cover;
		position: absolute;
		bottom: 3rem;
		right: 3rem;
	}
	.sec-ttl {
		width: 430px;
		margin: auto;
	}
	#clinic-info .container {
		width: 95%;
		margin: 5rem auto 0 auto;
		background: #fff;
		padding: 5rem 0;
		position: relative;
	}
	#clinic-info .container::before {
		content: "";
		width: 250px;
		height: 210px;
		background: url("../img/deco02.png");
		background-size: cover;
		position: absolute;
		top:-4rem;
		left: -4rem;
	}
	#clinic-info .container .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap: 5rem;
	}
	#clinic-info .container .inner .left,
	#clinic-info .container .inner .right {
		width: 100%;
	}
	.ci-logo {
		width: 30%;
		margin: auto;
	}
	.ci-logo2 {
		width: 45%;
		margin: auto;
		margin: 1rem auto 2rem auto;
	}
	.ci-adress {
		width: 80%;
		margin: auto;
		font-size: 18px;
		color: #777;
		line-height: 1.5;
	}
	.ci-timetable {
		width: 80%;
		margin: 3rem auto;
	}
	.ci-timetable p {
		font-size: 14px;
	}
	.ci-logo  img,
	.ci-logo2 img,
	.ci-timetable img {
		width: 100%;
	}
	#clinic-info .container .inner .left .tel-bnr {
		margin: auto;
	}
	.ci-map {
		width: 100%;
	}
	.ci-map iframe {
		width: 100%;
	}
	.ci-icon {
		width: 90%;
		margin: 2rem auto 3rem auto;
		gap:2rem;
		justify-content: center;
	}
	.ci-icon img {
		width: 200px;
	}
	.page-link02 {
		width: 350px;
		margin: auto;
		padding: 2rem 0;
		background: #3D8F4F;
	}
	.page-link02 a {
		display: block;
		font-size: 20px;
		font-weight: 500;
		text-align: center;
	}
	
	
	
	/*feature*/
	#feature .feature-top {
		padding: 10rem 0 5rem 0;
		position: relative;
	}
	#feature .feature-top::before {
		content: "";
		width: 100%;
		height: 70%;
		background: url("../img/bg-feature.jpg");
		background-size: cover;
		background-position: center;
		position: absolute;
		top:0;
		left: 0;
		z-index: -1;
	}
	#feature .feature-top::after {
		content: "";
		width: 100%;
		height: 30%;
		background: #fff;
		position: absolute;
		bottom:0;
		left: 0;
		z-index: -1;
	}

	.feature-top .container {
		width: 95%;
		margin: 8rem auto;
		background: #fff;
		padding: 5rem 0;
		box-shadow: 2px 2px 5px #ccc;
		position: relative;
	}
	.feature-top .container::before {
		content: "";
		width: 160px;
		height: 170px;
		background: url("../img/deco05.png");
		background-size: cover;
		background-position: center;
		position: absolute;
		top:0;
		left: 0;
	}
	.feature-top .container::after {
		content: "";
		width: 120px;
		height: 200px;
		background: url("../img/deco06.png");
		background-size: cover;
		background-position: center;
		position: absolute;
		bottom:0;
		right: 0;
	}
	.feature-c-ttl {
		font-size: 24px;
		font-weight: 500;
		text-align: center;
		color: #3D8F4F;
	}
	.f-top-list {
		width: 700px;
		margin: 5rem auto;
		background: #F3FEFA;
		padding: 2rem 0;
		border-radius: 2rem;
	}
	.f-top-list ul {
		width: 90%;
		margin: auto;
		justify-content: space-between;
	}
	.f-top-list ul li {
		width: 48%;
		font-size: 16px;
		margin-bottom: 1.5rem;
	}
	.f-top-list ul li i {
		color: #3D8F4F;;
		font-size: 18px;
		margin-right: 1rem;
	}
	.f-top-txt {
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		line-height: 2;
	}

	.feature-bottom {
		padding-bottom: 10rem;
		background: linear-gradient(180deg, #fff 0%, #fff 20%, #F3FEFA 80%, #F3FEFA 100%);
		position: relative;
	}
	.feature-bottom::before {
		content: "";
		width: 1000px;
		height: 125px;
		background: url("../img/deco07.png");
		background-size: cover;
		position: absolute;
		bottom:5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.feature-bottom .inner {
		width: 95%;
		margin: auto;
	}
	.feature-bottom .inner ul {
		justify-content: space-between;
		align-items: flex-start;
	}
	.feature-bottom .inner ul li {
		width: 32%;
	}
	.feature-no {
		margin: 2rem auto;
		font-size: 28px;
		text-align: center;
		color: #3D8F4F;
	}
	.feature-no span {
		font-size: 36px;
		margin-left: 1rem;
	}
	.feature-txt {
		font-size: 14px;
		text-align: center;
		line-height: 2;
	}
	
	
	/*medical-info*/
	#medical-info {
		padding: 10rem 0;
		background: url("../img/bg-medical-info.png");
		background-size: cover;
		position: relative;
		margin-bottom: 5rem;
	}
	#medical-info::before {
		content: "";
		width: 155px;
		height: 150px;
		background: url("../img/deco08.png");
		background-size: cover;
		position: absolute;
		top:1rem;
		right: 3rem;
	}
	#medical-info::after {
		content: "";
		width: 155px;
		height: 150px;
		background: url("../img/deco08.png");
		background-size: cover;
		position: absolute;
		bottom:1rem;
		left: 3rem;
	}
	#medical-info .inner {
		width: 90%;
		margin: 5rem auto;
	}
	#medical-info .inner ul {
		justify-content: space-between;
		align-items: flex-start;
	}
	#medical-info .inner ul li {
		width: 28%;
	}
	.medical-icon {
		width: 90%;
		margin: auto;
	}
	.medical-icon img {
		width: 100%;
	}
	#medical-info .inner ul li p {
		margin: 2rem auto;
		font-size: 16px;
		text-align: center;
		line-height: 2;
	}
	.medical-link {
		width: 80%;
		margin: auto;
		background: #3D8F4F;
		padding: 1rem 0;
	}
	.medical-link a {
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
	}

	/*footer*/
	#footer .inner {
		flex-direction: column-reverse;
	}
	#footer .inner .foot-map,
	#footer .inner .foot-right {
		width: 100%;
	}
	#footer .inner .foot-map iframe {
		width: 100%;
	}
	#footer .inner .foot-right {
		padding: 10rem 0 5rem 0;
		background: linear-gradient(#F0FEE7,#C6FBA1);
	}
	.foot-logo {
		width: 450px;
		margin: auto;
	}
	.foot-adress {
		margin: 3rem auto;
		text-align: center;
		font-size: 22px;
		font-weight: 500;
		color: #777;
	}
	.foot-adress i {
		font-size: 26px;
		color: #3D8F4F;
		margin-right: 1rem;
	}
	.foot-right .tel-bnr {
		margin: 3rem auto;
	}
	.foot-timetable {
		width: 65%;
		margin: auto;
	}
	.foot-timetable img {
		width: 100%;
	}
	.foot-timetable p {
		font-size: 14px;
		margin-top: 1rem;
	}
	.foot-point {
		width: 50%;
		margin: 3rem auto 0 auto;
		justify-content: space-between;
		align-items: center;
	}
	.foot-point .item {
		gap:2rem;
		align-items: center;
	}
	.foot-point .item img {
		width: 60px;
	}
	.foot-point .item p {
		font-size: 17px;
		font-weight: 500;
		color: #777;
	}
	#footer .copy p {
		text-align: center;
		font-size: 12px;
		padding: 1rem 0;
	}
	
	
	/*下層*/
	/*header*/
	#s-header .inner {
		width: 95%;
		margin: auto;
		justify-content: space-between;
		align-items: center;
	}
	.head-logo {
		width: 350px;
	}


	/*mainvisual*/
	.s-mainvisual {
		height: 40vh;
	}
	.page-ttl {
		width: 90%;
	}
	.page-ttl h2 {
		font-size: 70px;
		text-align: center;
		color: #3D8F4F;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 0.8;
	}
	.page-ttl h2 span {
		font-family: zen-kaku-gothic-new, sans-serif;
		color: #777;
		font-size: 36px;
	}
	.sec-padding {
		padding: 12rem 0;
	}
	.content-ttl {
		width: 95%;
	}
	.content-ttl::before {
		content: "";
		width: 150px;
		height: 70px;
		background: url("../img/deco10.png");
		background-size: cover;
		position: absolute;
		top:0;
		left: 0;
	}
	.content-ttl::after {
		content: "";
		width: 150px;
		height: 70px;
		background: url("../img/deco11.png");
		background-size: cover;
		position: absolute;
		bottom:0;
		right: 0;
	}
	.content-ttl h4 {
		text-align: center;
		font-size: 32px;
		font-weight: 500;
	}
	.sec-padding .container {
		padding: 10rem 0 7rem 0;
	}
	.sc-box {
		width: 90%;
	}
	
	
	/*policy*/
	.policy-ttl {
		width: 60%;
	}
	.policy-txt {
		width: 90%;
	}
	.policy-txt p {
		font-size: 17px;
	}


	/*doctor*/
	.doctor-name {
		justify-content: center;
		gap:3rem;
		align-items: center;
	}
	.doctor-icon {
		width: 100px;
	}
	.doctor-name .name {
		width: 380px;
		border-bottom: 2px solid #3D8F4F;
		padding-bottom: 1rem;
	}
	.doctor-name .name p {
		font-size: 24px;
		font-weight: 500;
		color: #3D8F4F;
	}
	.doctor-txt {
		width: 90%;
		margin: 3rem auto 0 auto;
	}
	.doctor-txt p {
		font-size: 17px;
		font-weight: 500;
		line-height: 2;
	}
	.doc-content {
		width: 90%;
		margin: 5rem auto;
	}
	.doc-c-ttl {
		border-bottom: 1px solid #E3F2D9;
		padding-bottom: 1rem;
		margin-bottom: 2rem;
	}
	.doc-c-ttl p {
		font-weight: 500;
		color: #3D8F4F;
		font-size: 20px;
	}
	.career dl {
		justify-content: space-between;
		align-items: flex-start;
		font-size: 16px;
	}
	.career dl dt {
		width: 25%;
		margin-bottom: 1rem;
	}
	.career dl dd {
		width: 75%;
		margin-bottom: 1rem;
	}
	.affiliation ul li {
		margin-bottom: 1rem;
		font-size: 16px;
	}
	.forte {
		margin-bottom: 0;
	}
	.forte ul {
		font-size: 16px;
	}
	.forte ul li {
		width: 43%;
		margin-bottom: 1rem;
	}


	/*basic*/
	.basic-img {
		width: 80%;
	}
	.basic-bottom {
		width: 95%;
		margin: 5rem auto 0 auto;
		justify-content: space-between;
		align-items: center;
	}
	.basic-bottom .left {
		width: 40%;
	}
	.basic-adress {
		font-size: 16px;
	}
	.basic-bottom .left .tel-bnr {
		margin: 3rem auto 0 auto;
	}
	.basic-bottom .right {
		width: 55%;
	}
	.basic-bottom .right p {
		font-size: 15px;
		margin-top: 1rem;
	}


	/*access*/
	.access-map {
		width: 80%;
	}
	.access-map iframe {
		width: 100%;
	}

	.access-table {
		width: 95%;
		margin: 5rem auto 0 auto;
	}
	.access-table table {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
	}
	.access-table table th {
		width: 25%;
		text-align: center;
		background: #E3F2D9;
		border: 1px solid #A3D1A3;
		padding: 2rem 1rem;
		box-sizing: border-box;
	}
	.access-table table td {
		width: 75%;
		background:  #fff;
		border: 1px solid #A3D1A3;
		padding: 2rem 1rem;
		box-sizing: border-box;
		overflow-wrap: break-word;
		word-wrap: break-word;
		white-space: normal;
	}


	/*reserve*/
	#reserve .page-link02 {
		margin: 3rem auto 0 auto;
	}
	
	.sc-minibox {
		width: 80%;
	}
	.qa-wrapper {
		width: 95%;
	}
}



@media screen and (max-width:430px) {
	
	html {
		font-size: 6px;
	}
	body {
		max-width: 430px;
	}

	.head-logo {
		width: 220px;
	}
	
	/*mainvisual*/
	.mainvisual {
		height: 80vh;
		background-position: 80% 10%;
		background-size: cover;
		position: relative;
		margin-bottom: 10rem;
	}
	.catch-copy {
		width: 160px;
		height: 100%;
		background: none;
		padding-top: 16rem;
		z-index: 1;
		box-sizing: border-box;
	}
	.catch-copy .cc-inner {
		flex-direction: column;
		align-items: center;
		gap: 3rem;
	}
	.catch-copy .cc-inner h2 {
		writing-mode: vertical-rl;
		line-height: 2;
		font-size: 20px;
		font-weight: 500;
	}
	.catch-copy .cc-inner h2 span {
		color: #3D8F4F;
	}
	.catch-copy .cc-inner .cc-logo {
		width: 110px;
	}
	.mv-icon {
		gap:3rem;
		align-items: center;
		position: absolute;
		bottom:3rem;
		right: 2rem;
	}
	.mv-icon img {
		width: 110px;
	}
	
	
	/*info-calendar*/
	#info-calendar {
		width: 100%;
	}
	#info-calendar .inner {
		width: 95%;
	}
	.ic-info,
	.ic-calendar {
		width: 100%;
	}
	.ttl-ic {
		width: 90%;
		margin: auto;
		background: #3D8F4F;
		padding: 2rem 0;
	}
	.ttl-ic p {
		font-size: 20px;
		text-align: center;
	}
	.ttl-ic p span {
		font-size: 14px;
	}
	.ttl-ic p i {
		font-size: 24px;
	}

	.info-wrapper {
		width: 90%;
		margin: 3rem auto 0 auto;
	}
	.info-wrapper dl {
		flex-direction: column;
		font-size: 17px;
		font-weight: 500;
	}
	.info-wrapper dl dt {
		color: #3D8F4F;
		width: 30%;
	}
	.info-wrapper dl dd {
		color: #777;
		width: 100%;
	}

	.calendar {
		width: 98%;
		margin: 3rem auto 0 auto;
	}
	
	
	/*first*/
	#first .inner {
		width: 98%;
	}
	#first .inner::before {
		content: "";
		width: 120px;
		height: 40px;
		background: url("../img/deco03.png");
		background-size: cover;
		position: absolute;
		top:-4rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#first .inner::after {
		content: "";
		width: 120px;
		height: 100px;
		background: url("../img/deco01.png");
		background-size: cover;
		position: absolute;
		top:0;
		left: 0;
	}
	.ttl-first {
		font-size: 32px;
	}
	.ttl-first span {
		font-size: 48px;
	}
	.ttl-first02 {
		text-align: center;
		font-size: 20px;
		line-height: 2.5;
	}
	.ttl-first02 img {
		width: 26px;
		margin-right: 1rem;
		margin-top: -1rem;
	}
	.first-inner {
		width: 95%;
		margin: 3rem auto;
	}
	.first-txt {
		font-size: 15px;
		text-align: left;
	}
	#first .inner .tel-bnr {
		margin: auto;
	}
	
	/*clinic-info*/
	#clinic-info {
		padding: 10rem 0;
		background: linear-gradient(180deg, #F3FEFA 0%, #F3FEFA 50%, #A3D1A3 50%, #A3D1A3 100%);
		position: relative;
	}
	#clinic-info::before {
		content: "";
		width: 120px;
		height: 130px;
		bottom: 1rem;
		right: 1rem;
	}
	.sec-ttl {
		width: 98%;
		margin: auto;
	}
	#clinic-info .container {
		width: 95%;
		margin: 5rem auto 0 auto;
		background: #fff;
		padding: 5rem 0;
		position: relative;
	}
	#clinic-info .container::before {
		content: "";
		width: 120px;
		height: 100px;
		background: url("../img/deco02.png");
		background-size: cover;
		position: absolute;
		top:-2rem;
		left: -2rem;
	}
	#clinic-info .container .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap: 5rem;
	}
	.ci-logo {
		width: 30%;
		margin: auto;
	}
	.ci-logo2 {
		width: 70%;
		margin: auto;
		margin: 1rem auto 2rem auto;
	}
	.ci-adress {
		width: 90%;
		font-size: 15px;
	}
	.ci-timetable {
		width: 100%;
	}
	.ci-timetable p {
		font-size: 14px;
	}
	.ci-icon {
		width: 95%;
		margin: 2rem auto 3rem auto;
		gap:2rem;
		justify-content: center;
	}
	.ci-icon img {
		width: 120px;
	}
	
	
	/*feature*/
	#feature .feature-top::before {
		content: "";
		width: 100%;
		height: 70%;
		background: url("../img/bg-feature.jpg");
		background-size: cover;
		background-position: center;
		position: absolute;
		top:0;
		left: 0;
		z-index: -1;
	}
	#feature .feature-top::after {
		content: "";
		width: 100%;
		height: 30%;
		background: #fff;
		position: absolute;
		bottom:0;
		left: 0;
		z-index: -1;
	}

	.feature-top .container {
		width: 98%;
		margin: 8rem auto;
		background: #fff;
		padding: 5rem 0;
		box-shadow: 2px 2px 5px #ccc;
		position: relative;
	}
	.feature-top .container::before {
		content: "";
		width: 120px;
		height: 125px;
		background: url("../img/deco05.png");
		background-size: cover;
		background-position: center;
		position: absolute;
		top:0;
		left: 0;
	}
	.feature-top .container::after {
		content: "";
		width: 120px;
		height: 200px;
		background: url("../img/deco06.png");
		background-size: cover;
		background-position: center;
		position: absolute;
		bottom:0;
		right: 0;
	}
	.feature-c-ttl {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		color: #3D8F4F;
	}
	.f-top-list {
		width: 95%;
	}
	.f-top-list ul {
		width: 85%;
		margin: auto;
		flex-direction: column;
	}
	.f-top-list ul li {
		width: 100%;
		font-size: 16px;
		margin-bottom: 1.5rem;
	}
	.f-top-list ul li i {
		color: #3D8F4F;;
		font-size: 18px;
		margin-right: 1rem;
	}
	.f-top-txt {
		font-size: 14px;
		width: 95%;
		margin: auto;
	}

	.feature-bottom::before {
		content: "";
		width: 350px;
		height: 50px;
		background: url("../img/deco07.png");
		background-size: cover;
		position: absolute;
		bottom:5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.feature-bottom .inner {
		width: 95%;
		margin: auto;
	}
	.feature-bottom .inner ul {
		flex-direction: column;
		gap:3rem;
	}
	.feature-bottom .inner ul li {
		width: 100%;
	}
	.feature-txt {
		font-size: 16px;
	}
	
	
	/*medical-info*/
	#medical-info::before {
		content: "";
		width: 100px;
		height: 97px;
		background: url("../img/deco08.png");
		background-size: cover;
		position: absolute;
		top:1rem;
		right: 1rem;
	}
	#medical-info::after {
		content: "";
		width: 100px;
		height: 97px;
		background: url("../img/deco08.png");
		background-size: cover;
		position: absolute;
		bottom:1rem;
		left: 1rem;
	}
	#medical-info .inner {
		width: 90%;
		margin: 5rem auto;
	}
	#medical-info .inner ul {
		flex-direction: column;
		gap:5rem;
	}
	#medical-info .inner ul li {
		width: 100%;
	}
	.medical-icon {
		width: 70%;
		margin: auto;
	}
	.medical-icon img {
		width: 100%;
	}
	#medical-info .inner ul li p {
		font-size: 17px;
		font-weight: 500;
	}
	.medical-link {
		width: 80%;
		margin: auto;
		background: #3D8F4F;
		padding: 1rem 0;
	}
	.medical-link a {
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
	}

	/*footer*/
	#footer .inner .foot-map iframe {
		width: 100%;
	}
	#footer .inner .foot-right {
		padding: 5rem 0 5rem 0;
		background: linear-gradient(#F0FEE7,#C6FBA1);
	}
	.foot-logo {
		width: 90%;
		margin: auto;
	}
	.foot-adress {
		font-size: 17px;
	}
	.foot-adress i {
		font-size: 20px;
		color: #3D8F4F;
		margin-right: 1rem;
	}
	.foot-right .tel-bnr {
		margin: 3rem auto;
	}
	.foot-timetable {
		width: 95%;
		margin: auto;
	}
	.foot-timetable p {
		font-size: 14px;
		margin-top: 1rem;
	}
	.foot-point {
		width: 90%;
		margin: 3rem auto 0 auto;
		justify-content: space-between;
		align-items: center;
	}
	.foot-point .item {
		gap:2rem;
		align-items: center;
	}
	.foot-point .item img {
		width: 60px;
	}
	.foot-point .item p {
		font-size: 17px;
		font-weight: 500;
		color: #777;
	}
	#footer .copy p {
		text-align: center;
		font-size: 12px;
		padding: 1rem 0;
	}
	#footer {
		margin-bottom: 30px;
	}
	
	
	
	/*下層*/
	/*header*/
	.head-logo {
		width: 250px;
	}


	/*mainvisual*/
	.s-mainvisual {
		height: 50vh;
	}
	.page-ttl {
		width: 90%;
	}
	.page-ttl h2 {
		font-size: 50px;
	}
	.page-ttl h2 span {
		font-size: 18px;
		line-height: 0.5;
	}
	.sec-padding {
		padding: 12rem 0;
	}
	.content-ttl {
		width: 100%;
	}
	.content-ttl::before {
		content: "";
		width: 80px;
		height: 40px;
		background: url("../img/deco10.png");
		background-size: cover;
		position: absolute;
		top:0;
		left: 0;
	}
	.content-ttl::after {
		content: "";
		width: 80px;
		height: 40px;
		background: url("../img/deco11.png");
		background-size: cover;
		position: absolute;
		bottom:0;
		right: 0;
	}
	.content-ttl h4 {
		font-size: 20px;
	}
	.sec-padding .container {
		padding: 10rem 0 7rem 0;
	}
	.sc-box {
		width: 95%;
	}
	
	
	/*policy*/
	.policy-ttl {
		width: 90%;
	}
	.policy-txt {
		width: 95%;
	}
	.policy-txt p {
		font-size: 15px;
	}


	/*doctor*/
	.doctor-name {
		justify-content: center;
		gap:3rem;
		align-items: center;
	}
	.doctor-icon {
		width: 70px;
	}
	.doctor-name .name {
		width: 250px;
	}
	.doctor-name .name p {
		font-size: 20px;
	}
	.doctor-txt {
		width: 95%;
	}
	.doctor-txt p {
		font-size: 15px;
	}
	.doc-content {
		width: 95%;
	}
	.doc-c-ttl p {
		font-size: 18px;
	}
	.career dl {
		font-size: 14px;
	}
	.career dl dt {
		width: 25%;
		margin-bottom: 1rem;
	}
	.career dl dd {
		width: 75%;
		margin-bottom: 1rem;
	}
	.affiliation ul li {
		margin-bottom: 1rem;
		font-size: 14px;
	}
	.forte {
		margin-bottom: 0;
	}
	.forte ul {
		font-size: 14px;
	}
	.forte ul li {
		width: 50%;
		margin-bottom: 1rem;
	}


	/*basic*/
	.basic-img {
		width: 80%;
	}
	.basic-bottom {
		width: 95%;
		margin: 5rem auto 0 auto;
		flex-direction: column;
		gap:3rem;
	}
	.basic-bottom .left {
		width: 100%;
	}
	.basic-adress {
		font-size: 16px;
	}
	.basic-bottom .left .tel-bnr {
		margin: 3rem auto 0 auto;
	}
	.basic-bottom .right {
		width: 100%;
	}
	.basic-bottom .right p {
		font-size: 15px;
		margin-top: 1rem;
	}


	/*access*/
	.access-map {
		width: 100%;
	}
	.access-table {
		width: 98%;
		margin: 5rem auto 0 auto;
	}
	.access-table table {
		width: 100%;
		font-size: 15px;
	}
	.access-table table th {
		width: 100%;
		display: block;
	}
	.access-table table td {
		width: 100%;
		display: block;
		font-weight: 400;
	}

	/*for-first*/
	.sc-index {
		width: 95%;
	}
	.ttl-sc-index p {
		font-size: 18px;
	}
	.sc-index .inner {
		width: 95%;
		margin: 3rem auto 0 auto;
	}
	.sc-minibox {
		width: 95%;
	}
	.accordion-006 summary {
		font-size: 15px;
		font-weight: 500;
	}
	.qa-wrapper {
		width: 98%;
	}
	
	.medical-txt {
		width: 98%;
		margin: 0 auto 3rem auto;
	}
	.medical-txt p {
		font-size: 15px;
		line-height: 2;
		font-weight: 400;
	}

	.medical-table {
		width: 98%;
		margin: 3rem auto 0 auto;
	}
	.medical-table table {
		width: 100%;
		font-size: 15px;
	}
	.medical-table table th {
		width: 100%;
		display: block;
	}
	.medical-table table td {
		width: 100%;
		display: block;
		font-size: 14px;
	}
	.medical-table p {
		font-size: 14px;
		margin-top: 1rem;
		line-height: 1.5;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	#sp-btn {
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 980;
    width: 100%;
		transform: translateX(-50%);
	}
	#sp-btn ul {
		justify-content: center;
    max-width: 900px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
	}
	#sp-btn .type1 ul::before {
		background: rgba(76, 190, 227, 0.7);
	}
	#sp-btn ul::before {
		content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
		background:#3D8F4F;
		backdrop-filter: blur(2px);
	}
	#sp-btn ul li {
		width: calc(100% / 4);
    margin: 0;
    padding: 10px 0 6px;
    text-align: center;
    line-height: 1.2;
    position: relative;
	}
	#sp-btn ul li a {
		display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
		text-align: center;
	}
	#sp-btn ul li i {
		font-size: 3.6rem;
    font-family: "Font Awesome 5 Free";
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
		text-align: center;
	}
	#sp-btn ul li span {
		display: block;
    font-size: 1.8rem;
    color: #fff;
		text-align: center;
	}
	
}