@charset "utf-8";
/* CSS Document */
@media screen and (max-width:850px){
	html {
		font-size: 8px;
	}
	body {
		max-width: 850px;
	}
	
	/*--- メインビジュアル ---*/
	.mainvisual {
		height: 60vh;
	}
	.mainvisual::before {
		bottom: -60px;
	}
	.catch-copy {
		position: absolute;
		bottom: 5rem;
		left: 5rem;
		width: 70%;
		padding: 3.6rem 0;
		background: rgba(59,51,41,0.8);
	}
	.catch-copy h2 {
		text-align: center;
		font-size: 30px;
		letter-spacing: 3px;
	}
	.catch-copy h3 {
		text-align: center;
		font-size: 20px;
		margin-top: 2rem;
	}
	
	/*--- お知らせ ---*/
	#topicks {
		margin-top: 8rem;
		position: relative;
		padding: 10rem 0 8rem 0;
		margin-bottom: 8rem;
	}
	#topicks:before {
		position: absolute;
		content: "";
		width: 80%;
		height: 100%;
		top:0;
		left: 0;
		background: #FEFCF8;
		z-index: -2;
	}
	#topicks:after {
		content: "TOPICS";
		font-size: 60px;
		font-weight: bold;
		color: rgba(204,184,150,0.3);
		letter-spacing: 8px;
		position: absolute;
		top:10%;
		right:1rem;
	}
	#topicks .container {
		width: 100%;
		margin: auto;
		position: relative;
	}
	#topicks .container .inner {
		width: 750px;
		margin: auto;
		align-items: center;
		gap:5rem;
	}
	.ttl01 h4 {
		font-size: 24px;
	}
	.ttl01 span {
		font-size: 14px;
	}
	.topick-contents dt {
		font-size: 14px;
	}
	.topick-contents dd {
		font-size: 14px;
	}
	
	
	/*--- Greeting ---*/
	#greeting::before {
		font-size: 80px;
	}
	.ttl02 h4 {
		text-align: center;
		font-size: 36px;
		line-height: 0.8;
	}
	.ttl02 span {
		font-size: 20px;
	}
	#greeting .inner {
		padding: 8rem 0 5rem 0;
		justify-content: space-between;
		align-items: center;
	}
	#greeting .inner .txt {
		width: 48%;
	}
	#greeting .inner.img {
		width: 48%;
	}
	#greeting .inner .txt p {
		font-size: 17px;
		line-height: 2;
	}
	.single01 {
		width: 90%;
	}
	
	
	/*--- features ---*/
	.ttl03 h4 {
		font-size: 36px;
	}
	#features .inner ul {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap:35rem;
	}
	
	
	/*--- ピックアップ ---*/
	#pickup::before {
		font-size: 70px;
	}
	#pickup .ttl02::before {
		position: absolute;
		content:"";
		width: 90px;
		height: 78px;
		background: url("../img/deco01.png");
		background-size: cover;
		top: -7rem;
		left: 10%;
	}
	#pickup .ttl02::after {
		position: absolute;
		content:"";
		width: 90px;
		height: 78px;
		background: url("../img/deco02.png");
		background-size: cover;
		top: -3rem;
		right: 10%;
	}
	#pickup .ttl02 h4 {
		color: #8A6B37;
	}
	.pickup-list {
		padding-top: 10rem;
	}
	.pickup-list ul {
		flex-direction: column;
		gap:15rem;
	}
	.pickup-list ul li {
		position: relative;
	}
	.pickup-list ul li::before {
		content: "";
		width: 100%;
		height: calc(100% - 80px);
		background: #FAF7F0;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.pickup-list ul li .inner {
		width: 90%;
		margin: auto;
		justify-content: space-between;
		align-items: center;
	}
	.pickup-list ul li .inner .txt{
		width: 50%;
	}
	.pickup-list ul li .inner .txt,
	.pickup-list ul li .inner .img {
		width: 40%;
		margin: auto;
	}
	.pickup-list ul li .inner .txt h5 {
		text-align: center;
		font-size: 26px;
		margin-bottom: 2.5rem;
		padding-top: 5rem;
	}
	.p01ttl,
	.p02ttl {
		position: relative;
	}
	.p01ttl::before {
		content: "";
		width: 60px;
		height: 60px;
		background: url("../img/medical-icon05.png");
		background-size: cover;
		position: absolute;
		top: -4rem;
		left: 50%;
		transform: translate(-50%);
	}
	.p02ttl::before {
		content: "";
		width: 60px;
		height: 60px;
		background: url("../img/medical-icon04.png");
		background-size: cover;
		position: absolute;
		top: -4rem;
		left: 50%;
		transform: translate(-50%);
	}
	.pickup-list ul li .inner .txt p {
		font-size: 14px;
		line-height: 2;
	}
	
	
	
	/*--- 診療案内 ---*/
	#medical-guide .inner {
		width: 90%;
		margin: auto;
		justify-content: space-between;
	}
	#medical-guide .inner h4 {
		width: 10%;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 28px;
		letter-spacing: 3px;
		position: relative;
	}
	#medical-guide .inner h4::before {
		content: "Medical guide";
		color: #8A6B37;
		font-size: 12px;;
		position: absolute;
		top:0;
		right: -2.4rem;
		letter-spacing: 3px;
	}
	.medial-list {
		width: 80%;
	}
	.medial-list ul {
		justify-content: space-between;
		align-items: flex-start;
	}
	.medial-list ul li {
		width: 22%;
		margin-bottom: 3rem;
		padding: 2rem 0;
	}
	.medial-list ul li a {
		display: block;
		text-align: center;
		color: #3F3125;
		font-size: 16px;
		font-weight: 600;
	}
	.medial-list ul li a span {
		font-size: 14px;
		color: #8A6B37;
	}
	.medial-list ul li a img {
		width: 80%;
		margin: auto;
	}

	
	
	/*--- footer ---*/
	.foot-top {
		justify-content: space-between;
		align-items: flex-start;
	}
	.foot-top .txt,
	.foot-top .img {
		width: 50%;
		height:550px;
		box-sizing: border-box;
	}
	.f-nav {
		width: 90%;
	}
	.f-access dl dt {
		font-size: 12px;
	}
	.f-access dl dd {
		font-size: 12px;
	}
	.f-access {
		width: 90%;
	}
	.f-rebnr {
		width: 90%;
	}
	
	
	/*----- 下層ページ -----*/
	.s-mainvisual {
		height: 50vh;
		background: url("../img/s-mainvisual.jpg");
		background-size: cover;
		background-position: top;
		position: relative;
	}
	.page-ttl {
		width: 90%;
		position: absolute;
		bottom: 15rem;
		left: 50%;
		transform: translate(-50%);
	}
	.page-ttl h2 {
		text-align: center;
		font-size: 36px;
	}
	.page-ttl h2 span {
		font-size: 24px;
	}
	.bg-spage {
		background: url("../img/bg02.png");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}
	.sec-padding {
		padding: 8rem 0;
	}

	/*-- ご挨拶 --*/
	.d-greeting-ttl p {
		font-size: 36px;
		color: #B4996B;
	}
	.d-greeting-ttl p span {
		color: #3F3125;
		font-size: 24px;
		margin-left: 2rem;
	}
	#d-greeting .inner {
		margin-top: 5rem;
		flex-direction: column;
		gap:2rem;
	}
	#d-greeting .inner .txt {
		width: 100%;
	}
	.d-txt {
		font-size: 16px;
		line-height: 2;
	}
	.d-name {
		margin-left: 50%;
		margin-top: 2rem;
		font-size: 30px;
	}
	.d-name span {
		font-size: 18px;
	}
	.d-name .en {
		color: #B4996B;
		margin-left: 1rem;
	}
	#d-greeting .inner .img {
		width: 80%;
		margin: auto;
	}

	.career {
		margin-top: 5rem;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.career-ttl {
		margin: auto;
		border-top: 1px solid #7B5B3F;
		border-bottom: 1px solid #7B5B3F;
		padding: 1rem 0;
	}
	.career-ttl p {
		font-size: 24px;
		text-align: center;
	}
	.career dl {
		width: 90%;
		margin: 2rem auto;
		justify-content: space-between;
		align-items: center;
	}
	.career dl dt {
		width: 20%;
		font-size: 18px;
	}
	.career dl dd {
		width: 80%;
		font-size: 18px;
	}

	/*QA*/
	#qanda {
		padding-bottom: 8rem;
	}
	.qattl {
		text-align: center;
		font-size: 46px;
		color: #B4996B;
		margin-bottom: 5rem;
	}
	.qattl span {
		font-size: 30px;
		color: #707070;
	}
	.qa-wrapper {
		width: 80%;
		margin: auto;
		flex-direction: column;
		gap:5rem;
	}
	.qa-content {
		flex-direction: column;
		gap:3rem;
	}
	.qa-box {
		width: 85%;
		margin: auto;
		padding: 2rem;
		box-sizing: border-box;
		border-radius: 2rem;
	}
	.q-box::before {
		position: absolute;
		top: 0;
		left: -8rem;
	}
	.a-box::before {
		position: absolute;
		top: 0;
		right: -8rem;
	}
	.qa-txt {
		font-size: 16px;
		line-height: 2;
	}

	/*-- スタッフ紹介 --*/
	#staff .container {
		width: 90%;
		margin: auto;
		background: #fff;
		box-shadow: 2px 2px 5px #ccc;
		padding: 5rem 0;
	}
	.staff-ttl {
		width: 90%;
		margin: auto;
		background: #7B5B3F;
		padding: 1rem 0 0 2rem;
		box-sizing: border-box;
	}
	.staff-ttl p {
		font-size: 24px;
	}
	.staff-wrapper {
		width: 80%;
		margin: 3rem auto 0 auto;
		justify-content: space-between;
		align-content: flex-start;
	}
	.staff-wrapper .item {
		width: 30%;
		margin-bottom: 3rem;
	}
	.staff-wrapper .item img {
		width: 90%;
		margin: auto;
	}
	.staff-wrapper .item p {
		text-align: center;
	}
	.staff-post {
		font-size: 16px;
		margin-top: 1rem;
	}
	.staff-name {
		font-size: 20px;
	}
	.staff-name span {
		font-size: 16px;
		color: #B4996B;
		margin-left: 1rem;
	}

	/*院内紹介*/
	#clinic-info {
		padding: 5rem 0;
		background: linear-gradient(90deg, #B5A283 0%, #B5A283 70%, #EEE7DC 30%, #EEE7DC 100%);
	}
	.ci-wrapper {
		padding: 8rem 0;
		justify-content: space-between;
		align-items: flex-start;
		z-index: 2;
	}
	.ci-wrapper .item {
		width: 33%;
		background: #fff;
		padding: 2rem;
		box-sizing: border-box;
	}
	.ci-ttl {
		text-align: center;
		font-size: 16px;
		margin-top: 2rem;
	}
	.ci-txt {
		font-size: 16px;
		line-height: 2;
		margin-top: 1rem;
	}

	/*医院概要*/
	#clinic-about {
		padding: 8rem 0;
		background: url("../img/bg07.png");
		background-size: cover;
	}
	#clinic-about .ttl02 {
		color: #8A6B37;
		margin-bottom: 5rem;
	}
	#clinic-about .inner {
		width: 90%;
		margin: 0 auto 8rem auto;
		flex-direction: column;
		gap:7rem;
	}
	#clinic-about .inner .img {
		width: 80%;
		margin: auto;
		position: relative;
	}
	.ca-img02 {
		position: absolute;
		width: 50%;
		bottom: -3rem;
		right: -3rem;
	}
	#clinic-about .inner .txt {
		width: 100%;
	}
	#clinic-about .inner .txt dl {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		margin-bottom: 3rem;
	}
	#clinic-about .inner .txt dl dt {
		width: 25%;
		text-align: center;
		border-top: 1px solid #B4996B;
		padding: 1.5rem 0;
	}
	#clinic-about .inner .txt dl dd {
		width: 75%;
		border-top: 1px solid #B4996B;
		padding: 1.5rem 0;
	}
	#clinic-about .inner .txt dl dt:last-of-type {
		border-bottom: 1px solid #B4996B;
	}
	#clinic-about .inner .txt dl dd:last-of-type {
		border-bottom: 1px solid #B4996B;
	}

	/*施設基準*/
	#clinic-facility .inner {
		width: 90%;
		margin: 0 auto 8rem auto;
	}

	/*----- 診療案内 -----*/
	#medical-top #medical-guide {
		background: #fff;
	}
	#medical-body {
		padding: 10rem 0;
		background: url("../img/bg03.jpg");
		background-size: cover;
		background-attachment: fixed;
	}
	#medical-body  .inner {
		width: 98%;
		margin: auto;
	}
	#medical-body .medical-side {
		width: 20%;
	}
	#medical-body .medical-side .side-nav {
		width: 95%;
		background: #fff;
		box-shadow: 0 3px 3px #ccc;
	}
	#medical-body .medical-side .side-nav .s-nav-ttl {
		background: #7B5B3F;
		padding: 1rem 0;
	}
	#medical-body .medical-side .side-nav ul {
		width: 90%;
		margin: auto;
		padding: 2rem 0;
	}
	#medical-body .medical-side .side-nav ul li {
		position: relative;
		margin-bottom: 2rem;
		border-bottom: 1px solid #C4BBAC;
		padding-bottom: 1rem;
	}
	#medical-body .medical-side .side-nav ul li::before {
		content: "◆";
		font-size: 16px;
		color: #7B5B3F;
		position: absolute;
		top: 0;
		left: 0;
	}
	#medical-body .medical-side .side-nav ul li a {
		display: block;
		font-size: 16px;
		color: #333;
		margin-left: 3rem;

	}
	#medical-body .medical-side .side-nav .s-nav-ttl p {
		font-size: 20px;
		text-align: center;
		letter-spacing: 2px;
	}

	#medical-body .medical-main {
		width: 80%;
	}

	.medical-container {
		width: 95%;
		margin: 0 auto 10rem auto;
	}
	.medical-ttl {
		margin-bottom: 2rem;
	}
	.medical-ttl h5 {
		font-size: 30px;
		color: #3F3125;
		letter-spacing: 3px;
	}
	.medical-ttl h5 span {
		font-size: 20px;
		color: #B4996B;
		margin-left: 2rem;
		letter-spacing: 1px;
	}
	.mc-box {
		background: #fff;
		border-top: 10px solid #7B5B3F;
		padding: 5rem 0;
		box-shadow: 0 3px 3px #ccc;
	}
	.mcb-inner {
		width: 90%;
		margin: auto;
		align-items: center;
		justify-content: space-between;
	}
	.mcb-inner .txt {
		width: 60%;
	}
	.mcb-inner .txt p {
		line-height: 2;
		font-size: 16px;
	}
	.mcb-inner .img {
		width: 35%;
	}
	.worries {
		width: 80%;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
		background: #F8F7F5;
		padding: 2rem 0;
	}
	.worries-ttl {
		text-align: center;
		color: #8A6B37;
		font-size: 18px;
	}
	.worries ul {
		width: 90%;
		margin: 3rem auto 0 auto;
		justify-content: space-between;
	}
	.worries ul li {
		width: 45%;
		font-size: 16px;
		margin-bottom: 2rem;
		position: relative;
	}
	.worries ul li::before {
		content: "";
		width: 20px;
		height: 15px;
		background: url("../img/check.png");
		background-size: cover;
		position: absolute;
		top:3px;
		left: -3rem;
	}

	
	
}
 

@media screen and (max-width:430px){
	html {
		font-size: 6px;
	}
	body {
		max-width: 430px;
	}
	
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	
	
	#header .inner {
		justify-content: center;
	}
	
	
	/*--- メインビジュアル ---*/
	.mainvisual {
		height: 90vh;
		width: 100%;
	}
	.mainvisual::before {
		position: absolute;
			content: "";
			width: 70%;
			height: 100%;
			bottom: -50px;
			right: 0;
	}
	.catch-copy {
		position: absolute;
		bottom: 50rem;
		left: 1rem;
		width: 95%;
		padding: 3.6rem 0;
		background: rgba(59,51,41,0.8);
	}
	.catch-copy h2 {
		text-align: center;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.catch-copy h3 {
		text-align: center;
		font-size: 14px;
		margin-top: 2rem;
	}
	
	
	/*--- お知らせ ---*/
	#topicks {
		margin-top: 8rem;
		position: relative;
		padding: 10rem 0 8rem 0;
		margin-bottom: 8rem;
	}
	#topicks:after {
		content: "TOPICS";
		font-size: 40px;
		font-weight: bold;
		color: rgba(204,184,150,0.3);
		letter-spacing: 8px;
		position: absolute;
		top:5%;
		right:1rem;
	}
	#topicks .container {
		width: 100%;
		margin: auto;
		position: relative;
	}
	#topicks .container .inner {
		width: 380px;
		flex-direction: column;
		gap:1rem;
	}
	.ttl01 h4 {
		font-size: 30px;
		color: #8A6B37;
		text-align: center;
		letter-spacing: 2px;
	}
	.ttl01 span {
		font-size: 16px;
		color: #3F3125;
	}
	.topick-contents {
		flex-direction: column;
	}
	.topick-contents dl {
		width: 100%;
		flex-direction: column;
	}
	.topick-contents dt {
		width: 30%;
		background: #B4996B;
		font-size: 16px;
		padding: 1.5rem 2rem;
		box-sizing: border-box;
	}
	.topick-contents dd {
		font-size: 16px;
		padding: 1.5rem 2rem;
		font-weight: 500;
	}


	
	/*--- Greeting ---*/
	#greeting::before {
		content: "GREETING";
		font-size: 50px;
	}
	.ttl02 h4 {
		text-align: center;
		font-size: 36px;
		line-height: 0.8;
	}
	.ttl02 span {
		font-size: 18px;
	}
	#greeting .inner {
		padding: 8rem 0 5rem 0;
		flex-direction: column;
		gap:2rem;
	}
	#greeting .inner .txt {
		width: 100%;
	}
	#greeting .inner.img {
		width: 100%;
	}
	#greeting .inner.img img {
		width: 100%;
	}
	#greeting .inner .txt p {
		font-size: 17px;
		line-height: 2;
	}
	.single01 .img {
		width: 100%;
	}
	
	
	/*--- features ---*/
	.ttl03 h4 {
		text-align: center;
		font-size: 36px;
	}
	.ttl03 span {
		font-size: 24px;
		position: absolute;
		bottom: -4rem;
		left: 50%;
		transform: translate(-50%);
	}
	.ttl03 h4::before,
	.ttl03 h4::after {
		border-top: 2px solid #fff;
		content: "";
		flex-grow: 1;
	}
	.ttl03 h4::before {
		margin-right: 0.4em;
	}
	.ttl03 h4::after {
		margin-left: 0.4em;
	}
	#features .inner {
		padding-top: 15rem;
	}
	#features .inner ul {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap:10rem;
	}
	#features .inner ul li {
		flex-direction: column;
		position: static;
		gap: 1rem;
	}
	#features .inner ul li .f-img {
		width: 100%;
		z-index: 1;
	}
	#features .inner ul li .r-box {
		margin-left: auto;
		margin-right: auto;
	}
	#features .inner ul li .f-txt.r-box {
		right: 0;
		padding-left: 0px;
	}
	#features .inner ul li .f-txt.l-box {
		padding-right: 00px
	}
	#features .inner ul li .f-txt {
		position: static;
		width: 100%;
		background: rgba(0, 0, 0, 0);
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 5px;
		z-index: 2;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px)
	}
	.f-txt h5 {
		font-size: 18px;
		line-height: 2;
		margin-bottom: 1rem;
	}
	.f-txt h5 span {
		font-size: 30px;
		margin-right: 1rem;
	}
	.f-txt p {
		font-size: 12px;
		line-height: 2;
		font-family: "游ゴシック";
	}
	
	
	/*--- ピックアップ ---*/
	#pickup::before {
		content: "PICKUP";
		font-size: 40px;
	}
	#pickup .ttl02 {
		position: relative;
	}
	#pickup .ttl02::before {
		position: absolute;
		content:"";
		width: 70px;
		height: 60px;
		background: url("../img/deco01.png");
		background-size: cover;
		top: -7rem;
		left: 5%;
	}
	#pickup .ttl02::after {
		position: absolute;
		content:"";
		width: 70px;
		height: 60px;
		background: url("../img/deco02.png");
		background-size: cover;
		top: -3rem;
		right: 5%;
	}
	#pickup .ttl02 h4 {
		color: #8A6B37;
	}
	.pickup-list {
		padding-top: 10rem;
	}
	.pickup-list ul {
		flex-direction: column;
		gap:15rem;
	}
	.pickup-list ul li {
		position: relative;
	}
	.pickup-list ul li::before {
		content: "";
		width: 100%;
		height: 100%;
		background: #FAF7F0;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.pickup-list ul li .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
	}
	.pickup-list ul li .inner .txt{
		width: 100%;
	}
	.pickup-list ul li .inner .txt,
	.pickup-list ul li .inner .img {
		width: 100%;
		margin: auto;
	}
	.pickup-list ul li .inner .txt h5 {
		text-align: center;
		font-size: 26px;
		margin-bottom: 2.5rem;
		padding-top: 5rem;
	}
	.p01ttl,
	.p02ttl {
		position: relative;
	}
	.p01ttl::before {
		content: "";
		width: 50px;
		height: 50px;
	}
	.p02ttl::before {
		content: "";
		width: 50px;
		height: 50px;
	}
	.pickup-list ul li .inner .txt p {
		font-size: 14px;
		line-height: 2;
	}
	
	
	
	/*--- 診療案内 ---*/
	#medical-guide {
		padding: 5rem 0;
	}
	#medical-guide .inner {
		width: 95%;
		flex-direction: column;
		gap: 3rem;
	}
	#medical-guide .inner h4 {
		width: 100%;
		text-align: center;
		writing-mode: horizontal-tb;
		font-size: 28px;
		letter-spacing: 5px;
		position: relative;
	}
	#medical-guide .inner h4::before {
		content: "Medical guide";
		color: #8A6B37;
		font-size: 12px;;
		position: absolute;
		top:5rem;
		left: 50%;
		transform: translate(-50%);
		letter-spacing: 3px;
	}
	.medial-list {
		width: 100%;
	}
	.medial-list ul {
		justify-content: space-between;
		align-items: flex-start;
	}
	.medial-list ul li {
		width: 45%;
	}
	.medial-list ul li a {
		display: block;
		text-align: center;
		color: #3F3125;
		font-size: 18px;
		font-weight: 600;
	}
	.medial-list ul li a span {
		font-size: 12px;
		color: #8A6B37;
	}
	
	
	/*--- footer ---*/
	.foot-top {
		flex-direction: column;
	}
	.foot-top .txt{
		width: 100%;
		height: 500px;
		box-sizing: border-box;
	}
	.foot-top .img {
		width: 100%;
		height: 300px;
	}
	.foot-top .txt {
		background: url("../img/bg01.jpg");
		background-size: cover;
		padding-top: 5rem;
	}
	.foot-logo {
		width: 60%;
		margin: auto;
	}
	.foot-logo img {
		width: 100%;
	}
	.f-rebnr {
		width: 90%;
		margin: 3rem auto;
		justify-content: space-between;
		align-items: center;
	}
	.f-tel,
	.f-web {
		width: 46%;
	}
	.f-tel a,
	.f-web a {
		display: block;
	}
	.f-timetable {
		width: 90%;
		margin: auto;
	}
	.f-access {
		width: 90%;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.fa-ttl {
		font-size: 20px;
	}
	.f-access dl {
		margin-top: 1rem;
		align-items: center;
		justify-content: space-between;
	}
	.f-access dl dt {
		width: 18%;
		background: rgba(227,210,181,0.5);
		border: 1px solid #7B5B3F;
		border-radius: 3rem;
		text-align: center;
		font-size: 12px;
		margin-bottom: 0.5rem;
		color: #7B5B3F;
	}
	.f-access dl dd {
		width: 78%;
		font-size: 12px;
		margin-bottom: 0.5rem;
		color: #534132;
	}
	.f-nav {
		width: 90%;
		margin: 2rem auto;
	}
	.f-nav ul {
		justify-content: space-between;
	}
	.f-nav ul li {
		position: relative;	
	}
	.f-nav ul li::before {
		content: "";
		width: 16px;
		height: 16px;
		background: url("../img/fnav-icon.png");
		background-size: cover;
		position: absolute;
		top: 3px;
		left: -22px;
	}
	.f-nav ul li a {
		display: block;
		font-size: 12px;
		color: #3F3125;
	}
	.foot-top .img {
		background: url("../img/clinic01.jpg");
		background-size: cover;
		background-position: center;
	}
	.foot-map iframe {
		width: 100%;
	}
	.copy {
		background: #3F3125;
	}
	.copy p {
		text-align: center;
		font-size: 12px;
	}

	
	/*----- 下層ページ -----*/
	.s-mainvisual {
		height: 60vh;
		background: url("../img/s-mainvisual.jpg");
		background-size: cover;
		background-position: top;
		position: relative;
	}
	.page-ttl {
		width: 100%;
		position: absolute;
		bottom: 35rem;
		left: 50%;
		transform: translate(-50%);
	}
	.page-ttl h2 {
		text-align: center;
		font-size: 24px;
	}
	.page-ttl h2 span {
		font-size: 18px;
	}
	.sec-padding {
		padding: 8rem 0;
	}

	/*-- ご挨拶 --*/
	.d-greeting-ttl p {
		font-size: 28px;
		color: #B4996B;
	}
	.d-greeting-ttl p span {
		color: #3F3125;
		font-size: 16px;
		margin-left: 2rem;
	}
	#d-greeting .inner {
		margin-top: 5rem;
		flex-direction: column;
		gap:2rem;
	}
	#d-greeting .inner .txt {
		width: 100%;
	}
	.d-txt {
		font-size: 14px;
		line-height: 2;
	}
	.d-name {
		margin-left: 50%;
		margin-top: 2rem;
		font-size: 28px;
		line-height: 1;
	}
	.d-name span {
		font-size: 12px;
	}
	.d-name .en {
		color: #B4996B;
		margin-left: 1rem;
	}
	#d-greeting .inner .img {
		width: 80%;
		margin: auto;
	}

	.career {
		margin-top: 5rem;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.career-ttl {
		margin: auto;
		border-top: 1px solid #7B5B3F;
		border-bottom: 1px solid #7B5B3F;
		padding: 1rem 0;
	}
	.career-ttl p {
		font-size: 24px;
		text-align: center;
	}
	.career dl {
		width: 90%;
		margin: 2rem auto;
		justify-content: space-between;
		align-items: center;
	}
	.career dl dt {
		width: 20%;
		font-size: 14px;
	}
	.career dl dd {
		width: 80%;
		font-size: 14px;
	}

	/*QA*/
	#qanda {
		padding-bottom: 8rem;
	}
	.qattl {
		text-align: center;
		font-size: 46px;
		color: #B4996B;
		margin-bottom: 5rem;
	}
	.qattl span {
		font-size: 30px;
		color: #707070;
	}
	.qa-wrapper {
		width: 80%;
		margin: auto;
		flex-direction: column;
		gap:5rem;
	}
	.qa-content {
		flex-direction: column;
		gap:3rem;
	}
	.qa-box {
		width: 90%;
		margin: auto;
		padding: 2rem;
		box-sizing: border-box;
		border-radius: 2rem;
	}
	.q-box::before {
		position: absolute;
		top: 0;
		left: -6rem;
		width: 36px;
		height: 36px;
		font-size: 20px;
		line-height: 36px;
	}
	.a-box::before {
		position: absolute;
		top: 0;
		right: -6rem;
		width: 36px;
		height: 36px;
		font-size: 20px;
		line-height: 36px;
	}
	.qa-txt {
		font-size: 16px;
		line-height: 2;
	}

	/*-- スタッフ紹介 --*/
	#staff .container {
		width: 95%;
		margin: auto;
		background: #fff;
		box-shadow: 2px 2px 5px #ccc;
		padding: 5rem 0;
	}
	.staff-ttl {
		width: 90%;
		margin: auto;
		background: #7B5B3F;
		padding: 1rem 0 0 2rem;
		box-sizing: border-box;
	}
	.staff-ttl p {
		font-size: 24px;
	}
	.staff-wrapper {
		width: 90%;
		margin: 3rem auto 0 auto;
		justify-content: space-between;
		align-content: flex-start;
	}
	.staff-wrapper .item {
		width: 45%;
		margin-bottom: 3rem;
	}
	.staff-wrapper .item img {
		width: 90%;
		margin: auto;
	}
	.staff-wrapper .item p {
		text-align: center;
	}
	.staff-post {
		font-size: 16px;
		margin-top: 1rem;
	}
	.staff-name {
		font-size: 20px;
	}
	.staff-name span {
		font-size: 16px;
		color: #B4996B;
		margin-left: 1rem;
	}

	/*院内紹介*/
	#clinic-info {
		padding: 5rem 0;

	}
	.ci-wrapper {
		padding: 8rem 0;
		flex-direction: column;
		gap:2rem;
	}
	.ci-wrapper .item {
		width: 90%;
		margin: auto;
		background: #fff;
		padding: 2rem;
		box-sizing: border-box;
	}
	.ci-ttl {
		text-align: center;
		font-size: 16px;
		margin-top: 2rem;
	}
	.ci-txt {
		font-size: 16px;
		line-height: 2;
		margin-top: 1rem;
	}

	/*医院概要*/
	#clinic-about {
		padding: 8rem 0;
		background: url("../img/bg07.png");
		background-size: cover;
	}
	#clinic-about .ttl02 {
		color: #8A6B37;
		margin-bottom: 5rem;
	}
	#clinic-about .inner {
		width: 95%;
		margin: 0 auto 8rem auto;
		flex-direction: column;
		gap:7rem;
	}
	#clinic-about .inner .img {
		width: 80%;
		margin: auto;
		position: relative;
	}
	.ca-img02 {
		position: absolute;
		width: 50%;
		bottom: -3rem;
		right: -3rem;
	}
	#clinic-about .inner .txt {
		width: 100%;
	}
	#clinic-about .inner .txt dl {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		margin-bottom: 3rem;
	}
	#clinic-about .inner .txt dl dt {
		width: 25%;
		text-align: center;
		border-top: 1px solid #B4996B;
		padding: 1.5rem 0;
	}
	#clinic-about .inner .txt dl dd {
		width: 75%;
		border-top: 1px solid #B4996B;
		padding: 1.5rem 0;
	}
	#clinic-about .inner .txt dl dt:last-of-type {
		border-bottom: 1px solid #B4996B;
	}
	#clinic-about .inner .txt dl dd:last-of-type {
		border-bottom: 1px solid #B4996B;
	}


	/*----- 診療案内 -----*/
	#medical-top #medical-guide {
		background: #fff;
		display: none;
	}
	#medical-body {
		padding: 10rem 0;
		background: url("../img/bg03.jpg");
		background-size: cover;
		background-attachment: fixed;
	}
	#medical-body  .inner {
		width: 98%;
		margin: auto;
		flex-direction: column;
		gap:8rem;
	}
	#medical-body .medical-side {
		width: 100%;
	}
	#medical-body .medical-side .side-nav {
		width: 95%;
		margin: auto;
		background: #fff;
		box-shadow: 0 3px 3px #ccc;
	}
	#medical-body .medical-side .side-nav .s-nav-ttl {
		background: #7B5B3F;
		padding: 1rem 0;
	}
	#medical-body .medical-side .side-nav ul {
		width: 90%;
		margin: auto;
		padding: 2rem 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#medical-body .medical-side .side-nav ul li {
		width: 45%;
		position: relative;
		margin-bottom: 2rem;
		border-bottom: 1px solid #C4BBAC;
		padding-bottom: 1rem;
	}
	#medical-body .medical-side .side-nav ul li::before {
		content: "◆";
		font-size: 16px;
		color: #7B5B3F;
		position: absolute;
		top: 0;
		left: 0;
	}
	#medical-body .medical-side .side-nav ul li a {
		display: block;
		font-size: 16px;
		color: #333;
		margin-left: 3rem;

	}
	#medical-body .medical-side .side-nav .s-nav-ttl p {
		font-size: 20px;
		text-align: center;
		letter-spacing: 2px;
	}

	#medical-body .medical-main {
		width: 100%;
	}

	.medical-container {
		width: 95%;
		margin: 0 auto 10rem auto;
	}
	.medical-ttl {
		margin-bottom: 2rem;
	}
	.medical-ttl h5 {
		font-size: 28px;
		color: #3F3125;
		letter-spacing: 3px;
	}
	.medical-ttl h5 span {
		font-size: 16px;
		color: #B4996B;
		margin-left: 2rem;
		letter-spacing: 1px;
	}
	.mc-box {
		background: #fff;
		border-top: 10px solid #7B5B3F;
		padding: 5rem 0;
		box-shadow: 0 3px 3px #ccc;
	}
	.mcb-inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap:2rem;
	}
	.mcb-inner .txt {
		width: 100%;
	}
	.mcb-inner .txt p {
		line-height: 2;
		font-size: 16px;
	}
	.mcb-inner .img {
		width: 100%;
	}
	.worries {
		width: 90%;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
		background: #F8F7F5;
		padding: 2rem 0;
	}
	.worries-ttl {
		text-align: center;
		color: #8A6B37;
		font-size: 16px;
	}
	.worries ul {
		width: 90%;
		margin: 3rem auto 0 auto;
		flex-direction: column;
	}
	.worries ul li {
		width: 90%;
		margin: auto;
		font-size: 14px;
		margin-bottom: 2rem;
		position: relative;
	}
	.worries ul li::before {
		content: "";
		width: 20px;
		height: 15px;
		background: url("../img/check.png");
		background-size: cover;
		position: absolute;
		top:3px;
		left: -4rem;
	}
	
	
	
	#sp-btn {
		position: fixed;
		bottom: 0;
		left: 50%;
		z-index: 980;
    width: 100%;
		transform: translateX(-50%);
	}
	#sp-btn ul {
		justify-content: center;
    max-width: 420px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
	}
	#sp-btn .type1 ul::before {
		background: #6E3A23;
	}
	#sp-btn ul::before {
		content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
		background: #6E3A23;
		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;
	}
}



















