@charset "utf-8";
/* CSS Document */
@media screen and (max-width:850px) {
	html {
		font-size: 8px;
	}
	body {
		max-width: 850px;
	}
	.tab-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	.sec-ttl {
		max-width: 50%;
	}
	.sec-ttl h3 {
		font-size: 40px;
	}
	.sec-ttl h3 span {
		font-size: 60px;
	}
	.sec-ttl p {
		font-size: 20px;
		color: #C59125;
	}
	
	/*--- ヘッダー ---*/
	#header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		z-index: 2;
	}
	.header-in {
		width: 100%;
		justify-content: space-between;
		align-items: flex-start;
	}
	.head-logo {
		width: 300px;
	}
	.re-bnr {
		width: 150px;
		padding: 5px 0;
	}
	.re-bnr a {
		display: block;
		text-align: center;
		font-size: 20px;
		color: #333;
	}
	
	/*--- メインビジュアル ---*/
	.mainvisual {
		width: 100%;
		height: 60vh;
		
	}
	.catch-copy {
		width: 90%;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%);
	}
	.catch-copy h2,
	.catch-copy h3 {
		text-align: center;
	}
	.catch-copy h2 {
		/*border-bottom: 1px solid #fff;
		font-size: 50px;*/
		font-size: 33px;
		letter-spacing: 3px;
	}
	.catch-copy h2 span {
		/*font-size: 70px;*/
		font-size: 50px;
		color: #64381A;
	} 
	.catch-copy h3 {
		margin-top: 3rem;
		font-size: 24px;
		line-height: 1.5;
	}
	/*グローバルメニュー*/
	nav{
		width: 90%;
		margin: auto;
	}
	
	
	/*--- Info＆News ---*/
	#info-news .inner {
		/*width: 50%;*/
		width: 100%;
		/*padding: 30px 0;*/
		padding: 10rem 0 5rem;
	}
	.inttl {
		font-size: 28px;
		padding-left: 20px;
	}
	.info-adress {
		font-size: 16px;
	}
	.info-adress i {
		font-size: 24px;
	}
	.timetable {
		width: 90%;
		margin: 3rem auto;
	}
	.timetable-memo {
		margin-top: 20px;
		font-size: 12px;
	}
	#news dl {
		width: 95%;
		margin: 3rem auto;
		font-size: 14px;
	}
	#news dl dt {
		width: 25%;
		padding: 10px 0;
		border-bottom: 1px solid #7E7768;
		border-top: 1px solid #7E7768;
		color: #C59125;
		text-align: center;
	}
	#news dl dd {
		width: 75%;
		padding: 10px 0;
		border-bottom: 1px solid #7E7768;
		border-top: 1px solid #7E7768;
	}
	
	
	/*--- 感染症対策 ---*/
	.accordion-001 {
		max-width: 90%;
	}
	/*--- 初めての方へ ---*/
	.first-container {
		max-width: 90%;
	}
	
	
	/*--- 治療方針 ---*/
	#policy {
	}
	#policy .inner {
		width: 90%;
		flex-direction: column;
		gap: 3rem;
	}
	#policy .inner .txt {
		width: 100%;
	}
	.policy-ttl {
		width: 80%;
		margin: auto;
	}
	.policy-ttl h5 {
		font-size: 40px;
		text-align: center;
	}
	.policy-txt {
		margin-top: 2rem;
		font-size: 18px;
		text-align: center;
	}
	#policy .inner .img {
		width: 80%;
		margin: auto;
	}

	
	/*--- 診療案内 ---*/
	#medical {
		background: url("../img/bg03.jpg");
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
	}
	.mi-wrapper {
		width: 90%;
		margin: 10rem auto 0 auto;
		/*flex-direction: column;*/
		gap:5rem;
	}
	.mi-item {
		width: 45%;
		padding: 5rem 0;
	}
	
	
	/*--- ご挨拶 ---*/
	#greeting {
		background: url("../img/img01.png") left 0 top 0 / 50% auto no-repeat;
	}
	#greeting .inner {
		width: 80%;
		flex-direction: column;
		gap:3rem;
	}
	#greeting .inner .txt {
		width: 100%;
	}
	#greeting .inner .img {
		width: 100%;
	}
	.greeting-ttl {
		text-align: center;
	}
	.greeting-txt {
		text-align: center;
			}
	.docname {
		text-align: center;
		}
	
	
	/*--- 採用情報 ---*/
	.recruit-txt {
		width: 50%;
	}
	.recruit-txt p {
		font-size: 14px;
	}
	.rec-img01 {
		width: 28%;
		position: absolute;
		top: -5rem;
		right: 15rem;
	}
	.rec-img02 {
		width: 36%;
		position: absolute;
		bottom: 3rem;
		right: 5rem;
	}
	
	
	/*--- フッター ---*/
	#footer {
		margin-top: 0rem;
	}
	.footer-top {
		background: #CFCCC8;
		padding: 5rem 0;
	}
	.footer-top .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
        gap: 3rem;
	}
	.footer-top .inner .left {
		width: 100%;
	}
	.footer-top .inner .right {
		width: 100%;
	}
	.foot-logo {
		width: 80%;
		margin: auto;
	}
	.footadress {
		text-align: center;
		font-size: 14px;
		margin: 2rem auto;
	}
	.footer-top .inner .re-bnr {
		margin: auto;
	}
	.foot-timetable {
		width: 90%;
		margin: auto;
	}
	.foot-nav {
		margin-top: 3rem;
		padding-top: 3rem;
		border-top: 1px solid #fff;
	}
	.foot-nav ul {
		width: 90%;
		margin: auto;
		justify-content: space-between;
	}
	.foot-nav ul li a {
		font-size: 14px;
		color: #333;
	}
	.foot-map iframe {
		width: 100%;
	}
	.copy {
		text-align: center;
		font-size: 12px;
		padding: 2px 0;
	}
	
	/*--- PCWeb予約フローティングバナー ---*/
	.web_reserve_float_bnr{
		display: none;
	}
	
	/*--- TOPに戻る ---*/
	.pagetop {
		bottom: 90px;
	}
	
	/*------ 下層 ------*/
	/*--- メインビジュアル ---*/
	.s-mainvisual {
		height: 50vh;
	}
	.page-ttl {
		width: 70%;
		background: rgba(255,255,255,0.5);
		padding: 5rem 0;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%);
	}
	.page-ttl h2 {
		text-align: center;
		font-size: 46px;
		letter-spacing: 3px;
		color: #64381A;
	}
	
	/*--- 院長・スタッフ紹介 ---*/
	#intro-doc .inner {
		width: 90%;
		flex-direction: column;
		gap:3rem;
	}
	#intro-doc .inner .txt {
		width: 100%;
	}
	#intro-doc .inner .img {
		width: 100%;
	}
	.career {
		width: 80%;
	}
	#intro-staff {
		margin-bottom: 10rem;
	}
	#intro-staff .txt {
		width: 90%;
	}
	#intro-staff .txt p {
		text-align: center;
		font-size: 18px;
		line-height: 2;
	}
	#intro-staff .img {
		width: 80%;
	}
	
	
	/*--- 医院案内 ---*/

	.s-policy-ttl p {
		font-size: 38px;
		text-align: center;
	}
	#s-policy .container .inner {
		width: 90%;
		margin: 5rem auto;
		flex-direction: column;
		gap:3rem;
	}
	#s-policy .container .inner .txt {
		width: 100%;
	}
	#s-policy .container .inner .txt p {
		font-size: 18px;
		line-height: 2;
	}
	#s-policy .container .inner .img {
		width: 100%;
	}

	#s-features .features-wrapper {
		margin: 10rem auto 0 auto;
	}
	.s-leftbg {
		background: linear-gradient(90deg, rgba(241,235,231,0.8) 0%, rgba(241,235,231,0.8) 95%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 100%);
	}
	.s-rightbg {
		background: linear-gradient(-90deg, rgba(241,235,231,0.8) 0%, rgba(241,235,231,0.8) 95%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 100%);
	}
	#s-medical-dx .container .txt p {
		width: 90%;
		font-size: 18px;
        line-height: 2;
	}
	#first-time {
		padding-top: 50px;
	}
	.first-time-txt{
		width: 90%;
	}
    .medical-content-wrap {
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
}
    .medical-content-inner {
        width: 100%;
    }
    .flow-content {
        margin: 0 auto 8rem;
        flex-direction: column;
    }
    .flow-num {
        font-size: 20px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .flow-content-ttl {
        font-size: 23px;
    }
    .flow-txtbox, .flow-img {
        width: 100%;
        margin: 0.4rem auto;
    }
	.slide_txt{
		font-size: 16px;
	}
	
	/*--- 診療案内 ---*/
	.medical-container {
		width: 90%;
	}
	.medical-container .inner {
		width: 100%;
		margin: auto;
		flex-direction: column;
		gap: 3rem;
        margin-bottom: 30px;
	}
	.medical-container .inner .txt {
		width: 100%;
	}
	.medical-container .inner .img {
		width: 100%;
	}
	.medical-container .inner .txt p {
		font-size: 16px;
		line-height: 2;
	}
	.medical-container .in-content {
		width: 90%;
		margin: 3rem auto 0rem auto;
		padding: 3rem 0;
		background: #F6EDD8;
	}
	.medical-container .in-content .ic-ttl {
		font-size: 18px;
	}
	.medical-container .in-content .ic-txt {
		width: 90%;
		margin: auto;
		font-size: 14px;
		line-height: 2;
	}
	.trouble-title{
		font-size: 40px;
	}
	.trouble-subtitle {
		background: linear-gradient(to right, #977964, #e1ac89);
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		padding: 10px;
		margin: 0 auto 40px;
		display:table;
	}
	.trouble-list {
		gap: 0;
	}
	.trouble-list ul{
		width: 100%;
	}
	.card-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 40px 60px;
		max-width: 1000px;
		margin: 0 auto;
		padding: 40px 20px;
	}

	.cosmetic-item_01 {
		width: 100%;
		margin-left: auto;
		margin-bottom: 50px;
		background-color: white;
		position: relative;
		padding-bottom: 20px;
	}

	.page-cosmetic .pitem03 h3 {
		font-family: "Source Han Serif JP", "源ノ明朝", serif;
		font-size: 30px;
		padding: 0.25em 0.5em;
		background: transparent;
		border-left: solid 15px #036eb8;
		color: #036eb8;
		font-weight: normal;
		margin-bottom: 40px;
	}

	.citem-img {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin-bottom: 70px;
	}

	.cosmetic-info-list {
		margin-bottom: 60px;
		max-width: 600px;
		margin: 0 auto;
		text-align: left;
		box-sizing: border-box;
		padding-bottom: 60px;
	}

	.ceramic-rating {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: space-around;
	}

	.rating-row {
		width: auto;
		margin-bottom: 0;
	}

	.cosmetic-item {
		padding-right: 15px;
		padding-left: 15px;
	}

	.citem-ttl {
		width: auto;
		font-size: 22px;
		color: #333;
		margin-bottom: 40px;
		padding-bottom: 8px;
		border-bottom: 2px solid #726342;
	}

	.cosmetic-info-list {
		padding-bottom: 30px;
	}

	.cosmetic-info-row {
		width: 100%;
		display: flex;
		border-bottom: 1px solid #726342;
		min-height: 50px;
		flex-wrap: wrap;
		margin: 15px 0;
	}

	.cosmetic-label {
		width: 100%;
	}
	
	.medical-content-flex {
		display: block;
	}
	.m-flex-txt2 {
		width: 100%;
		margin-bottom: 25px;
	}
	.m-flex-txt {
		width: 100%;
		margin-bottom: 25px;
	}

	/*--- 採用情報 ---*/
	.top-message {
		margin: 10rem auto 0 auto;
	}
	.top-message .b-txt {
		font-size: 30px;
	}
	.top-message .s-txt {
		font-size: 18px;
	}
	#AR .inner {
		width: 80%;
		margin: 5rem auto;
		background: #ccc;
		padding: 5rem 0;
	}
	#AR .inner p {
		text-align: center;
		font-size: 30px;
	}
	
	
	/*--- 診療時間・アクセス ---*/
	#hours .inner {
		width: 95%;
		margin: 5rem auto;
		align-items: center;
	}
	#hours .inner .left {
		width: 100%;
	}
	.hours-logo {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	.hours-adress {
		font-size: 16px;
		text-align: center;
		margin-top: 2rem;
	}
	#hours .inner .left .bnrflex {
		width: 90%;
		margin: 3rem auto;
	}
	#hours .inner .left .bnrflex .re-bnr {
		width: 50%;
	}
	#hours .inner .right {
		width: 100%;
		text-align: center;
	}
	.hours-timetable {
		width: 100%;
		margin: 3rem auto 0 auto;
	}

	.access-map {
		width: 80%;
		margin: 5rem auto;
	}
	.access-map iframe {
		width: 100%;
	}
	#access .inner {
		width: 80%;
		margin: 5rem auto 0 auto;
		justify-content: space-between;
	}
	#access .inner .item {
		width: 45%;
	}
	#access .inner .item .item-ttl p {
		font-size: 24px;
		text-align: center;
	}
	#access .inner .item .item-txt {
		font-size: 14px;
		line-height: 2;
		margin-top: 2rem;
	}
	
	/*--- 料金表 ---*/
	.price_list th, .price_list td{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	#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: rgba(76, 190, 227, 0.7);
	}
	#sp-btn ul::before {
		content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
		background:rgba(66,50,38,1.00);
		backdrop-filter: blur(2px);
	}
	#sp-btn ul li {
		width: calc(100% / 3);
    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;
	}

}



@media screen and (max-width:460px){
	html {
		font-size: 6px;
	}
	body {
		max-width: 420px;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	
	/*--- ヘッダー ---*/
	.head-logo {
		width: 250px;
		margin: auto;
		margin-top: 10px;
	}

	
	/*--- メインビジュアル ---*/
	.mainvisual {
		width: 100%;
		height: 90vh;
		
	}
	.catch-copy {
		width: 90%;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%);
	}
	.catch-copy h2,
	.catch-copy h3 {
		text-align: center;
	}
	.catch-copy h2 {
		/*border-bottom: 1px solid #fff;*/
		font-size: 24px;
		letter-spacing: 3px;
	}
	.catch-copy h2 span {
		font-size: 40px;
		color: #64381A;
	} 
	.catch-copy h3 {
		margin-top: 3rem;
		font-size: 18px;
		line-height: 1.5;
	}
	
	/*--- Info＆News ---*/
	#info-news .inner {
		width: 100%;
		/*padding: 20px 0;*/
		padding: 10rem 0 5rem;
	}
	.inttl {
		font-size: 24px;
		padding-left: 20px;
	}
	.info-adress {
		font-size: 16px;
	}
	.info-adress i {
		font-size: 20px;
	}
	.timetable {
		width: 90%;
		margin: 3rem auto;
	}
	.timetable-memo {
		margin-top: 20px;
		font-size: 12px;
	}
	#news dl {
		width: 95%;
		margin: 3rem auto;
		font-size: 14px;
	}
	#news dl dt {
		width: 25%;
		padding: 10px 0;
		border-bottom: 1px solid #7E7768;
		border-top: 1px solid #7E7768;
		color: #C59125;
		text-align: center;
	}
	#news dl dd {
		width: 75%;
		padding: 10px 0;
		border-bottom: 1px solid #7E7768;
		border-top: 1px solid #7E7768;
	}
	
	
	/*--- 感染症対策 ---*/
	.accordion-001 {
		max-width: 380px;
	}
	.covid19-list {
		width: 45%;
		margin: 0 auto;
		padding: 30px 0;
		text-align: center;
	}
	.covid19-list span {
		font-size: 14px;
	}


	/*--- 初めての方へ ---*/
	.first-container {
		max-width: 380px;
		margin: auto;
		padding: 3rem 0;
		background: url("../img/bg04.jpg");
		background-size: cover;
	}
	.first-ttl {
		text-align: center;
		font-size: 4rem;
	}
	.first-txt {
		font-size: 14px;
		text-align: center;
		margin-top: 3rem;
	}
	.first-container .re-bnr {
		margin: 3rem auto 0 auto;
		width: 300px;
		padding: 2rem 0;
	}
	.first-container .re-bnr a {
		font-size: 28px;
	}
	.first-container .re-bnr a i {
		margin-right: 16px;
	}

	
	/*--- 治療方針 ---*/
	#policy {
		margin-top: 12rem;
		background: url("../img/bg06.jpg");
		background-size: cover;
	}
	#policy .inner {
		width: 95%;
		flex-direction: column;
		gap: 3rem;
	}
	#policy .inner .txt {
		width: 100%;
	}
	.policy-ttl {
		width: 100%;
		border-bottom: 3px solid #64381A;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	.policy-sub-ttl {
		font-size: 18px;
		text-align: center;
	}
	.policy-txt {
		font-size: 13px;
		text-align: center;
	}
	#policy .inner .img {
		width: 100%;
	}
	
	
	/*--- 特徴 ---*/
	.features-wrapper {
		flex-direction: column;
		gap: 10rem;
	}
	.feature-item {
		width: 100%;
		padding: 5rem 0;
	}
	.feature-item .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap: 3rem;
	}
	.feature-item .inner .txt {
		width: 100%;
	}
	.feature-item .inner .img {
		width: 100%;
	}
	.feature-ttl {
		font-size: 24px;
	}
	.feature-ttl span {
		font-size: 40px;
		margin-right: 20px;
		color: #64381A;
		font-style: oblique;
	}
	.feature-txt {
		margin-top: 2rem;
		font-size: 14px;
		line-height: 2;
	}
	.leftbg {
		background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
	}
	.rightbg {
		background: linear-gradient(-90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
	}
	
	
	/*--- 診療案内 ---*/
	.mi-wrapper {
		width: 95%;
		margin: 10rem auto 0 auto;
		justify-content: space-between;
		gap:5rem;
	}
	.mi-item {
		width: 45%;
		padding: 5rem 0;
	}
	.mi-item .mi-icon {
		width: 25%;
		margin: 0 auto;
		}
	.mi-item .txt {
		width: 90%;
		/*padding-left: 10px;*/
	}
	.mi-ttl {
		font-size: 20px;
	}
	.mi-txt {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 1rem;
	}
	.readmore {
		margin-top: 1rem;
		width: 70%;
		border-bottom: 1px solid #C59125;
	}
	.readmore a {
		font-size: 16px;
		color: #C59125;
	}
	.mi01,.mi02,.mi03,.mi04,.mi05,.mi06 {
	background-position: center;
}
 
	/*--- ご挨拶 ---*/
	#greeting {
		background: url("../img/img01.png") left 0 top 0 / 50% auto no-repeat;
	}
	#greeting .inner {
		width: 95%;
		flex-direction: column;
		gap:3rem;
	}
	#greeting .inner .txt {
		width: 100%;
	}
	#greeting .inner .img {
		width: 100%;
	}
	.greeting-ttl {
		font-size: 22px;
	}
	.greeting-txt {
		font-size: 14px;
	}

	/*--- 採用情報 ---*/
	#recruit {
		margin-top: 20rem;
		margin-bottom: 20rem;
	}
	.recruit-container {
		width: 100%;
		margin: auto;
		padding: 5rem 0 45rem 0;
		background: #ECECEC;
		position: relative;
	}
	#recruit .recruit-container .sec-ttl {
		width: 50%;
		margin-bottom: 3rem;
	}
	#recruit .recruit-container .sec-ttl h4 {
		color: #C59125;
	}
	#recruit .recruit-container .secttl-tl {
		padding-left: 10rem;
	}
	.recruit-txt {
		width: 90%;
		margin: auto;
		padding-left: 0rem;
	}
	.recruit-txt p {
		font-size: 13px;
		line-height: 2;
		text-align: center;
	}
	.pagelink {
		width: 300px;
		margin: auto;
		background: #DB790A;
		padding: 2rem 0;
	}
	.pagelink a {
		display: block;
		text-align: center;
		font-size: 24px;
	}
	.pagelink:hover {
		background: #E8A65C;
	}
	.recruit-txt .pagelink {
		margin-top: 3rem;
	}
	.rec-img01 {
		display: none;
	}
	.rec-img02 {
		width: 80%;
		position: absolute;
		bottom: 3rem;
		left: 50%;
		transform: translate(-50%);
	}
	
	
	/*--- フッター ---*/
	.footer-top .inner {
		width: 90%;
		margin: auto;
		flex-direction: column;
		gap: 3rem;
	}
	.footer-top .inner .left {
		width: 100%;
	}
	.footer-top .inner .right {
		width: 100%;
	}
	.foot-logo {
		width: 300px;
		margin: auto;
	}
	.footadress {
		text-align: center;
		font-size: 16px;
		margin: 2rem auto;
	}
	.footer-top .inner .re-bnr {
		margin: auto;
	}
	.foot-timetable {
		width: 100%;
		margin: auto;
	}
	.foot-nav {
		margin-top: 3rem;
		padding-top: 3rem;
		border-top: 1px solid #fff;
	}
	.foot-nav ul {
		width: 55%;
		margin: auto;
		justify-content: space-between;
	}
	.foot-nav ul li a {
		font-size: 16px;
		color: #333;
	}
	.foot-map iframe {
		width: 100%;
		height: 300px;
	}
	.copy {
		text-align: center;
		font-size: 12px;
		padding: 2px 0;
	}
	
	
	/*------ 下層 ------*/
	.s_sec-ttl h3 {
		font-size: 28px;
	}
	/*--- メインビジュアル ---*/
	.s-mainvisual {
		height: 25vh;
	}
	.page-ttl {
		width: 80%;
	}
	.page-ttl h2 {
		font-size: 30px;
	}
	
	/*--- 院長・スタッフ紹介 ---*/
	#intro-doc .inner {
		width: 95%;
	}
	.docotr-txt {
		font-size: 14px;
	}	
	#intro-doc .inner {
		width: 95%;
	}
	#intro-doc .inner .txt {
		width: 100%;
	}
	#intro-doc .inner .img {
		width: 100%;
	}
	.career {
		width: 95%;
	}
	.career ul li{
		font-size: 14px;
	}
	#intro-staff {
		margin-bottom: 10rem;
	}
	#intro-staff .txt {
		width: 90%;
	}
	#intro-staff .txt p {
		text-align: center;
		font-size: 14px;
		line-height: 2;
	}
	#intro-staff .img {
		width: 80%;
	}
	
	
	/*--- 医院案内 ---*/

	.s-policy-ttl p {
		font-size: 26px;
		text-align: center;
	}
	#s-policy .container .inner {
		width: 95%;
		margin: 5rem auto;
		flex-direction: column;
		gap:3rem;
	}
	#s-policy .container .inner .txt {
		width: 100%;
	}
	#s-policy .container .inner .txt p {
		font-size: 16px;
		line-height: 2;
	}
	#s-policy .container .inner .img {
		width: 100%;
	}

	#s-features .features-wrapper {
		margin: 10rem auto 0 auto;
	}
	.s-leftbg {
		background: linear-gradient(90deg, rgba(241,235,231,0.8) 0%, rgba(241,235,231,0.8) 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
	}
	.s-rightbg {
		background: linear-gradient(-90deg, rgba(241,235,231,0.8) 0%, rgba(241,235,231,0.8) 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
	}
	#s-medical-dx .s_sec-ttl{
	width: 300px;
}
	#s-medical-dx .container .txt p {
		width: 95%;
		font-size: 16px;
		line-height: 2;
	}

	
	/*--- 診療案内 ---*/
	.medical-container {
		width: 95%;
	}
	.medical-container .inner .txt p {
		font-size: 16px;
		line-height: 2;
	}
	.medical-container .in-content {
		width: 90%;
		margin: 3rem auto 0rem auto;
		padding: 3rem 0;
		background: #F6EDD8;
	}
	.medical-container .in-content .ic-ttl {
		font-size: 18px;
	}
	.medical-container .in-content .ic-txt {
		width: 90%;
		margin: auto;
		font-size: 12px;
		line-height: 2;
	}
    .medical-content-txt-flex {
  flex-wrap: wrap;
}
    .m-content {
  width: 100%;
  margin: 3rem auto;
}
    .m-flex-txt {
  width: 100%;
}
    .medical-content-flex {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto;
}
    .medical-content-flex {
 flex-wrap: wrap;
        gap:30px;
}
    .m-content-ttl {
  font-size: 20px;
}
	
	/*--- 採用情報 ---*/
	.top-message {
		margin: 10rem auto 0 auto;
	}
	.top-message .b-txt {
		font-size: 24px;
	}
	.top-message .s-txt {
		font-size: 14px;
	}
	.top-img {
	width: 300px;
	margin: auto;
}
	#AR .inner {
		width: 80%;
		margin: 5rem auto;
		background: #ccc;
		padding: 5rem 0;
	}
	#AR .inner p {
		text-align: center;
		font-size: 30px;
	}
	
	
	/*--- 診療時間・アクセス ---*/
	#hours .inner {
		width: 95%;
		margin: 5rem auto;
		flex-direction: column;
		gap: 3rem;
	}
	#hours .inner .left {
		width: 100%;
	}
	.hours-logo {
		width: 80%;
		margin: auto;
	}
	.hours-adress {
		font-size: 16px;
		text-align: center;
		margin-top: 2rem;
	}
	#hours .inner .left .bnrflex {
		width: 90%;
		margin: 3rem auto;
	}
	#hours .inner .left .bnrflex .re-bnr {
		width: 50%;
	}
	#hours .inner .right {
		width: 100%;
	}
	.hours-timetable {
		width: 95%;
		margin: 3rem auto 0 auto;
	}

	.access-map {
		width: 95%;
		margin: 5rem auto;
	}
	.access-map iframe {
		width: 100%;
		height: 250px;
	}
	#access .inner {
		width: 95%;
		margin: 5rem auto 0 auto;
		flex-direction: column;
		gap:3rem;
	}
	#access .inner .item {
		width: 90%;
		margin: auto;
	}
	#access .inner .item .item-ttl p {
		font-size: 20px;
		text-align: center;
	}
	#access .inner .item .item-txt {
		font-size: 14px;
		line-height: 2;
		margin-top: 2rem;
	}	
}