@charset "UTF-8";


/*----------------------------------------------------
人工透析 
-----------------------------------------------------*/
.dia-pagettl {
	background: url("../img/dialysis/pagettl.jpg") no-repeat left center #efefef;
	background-size: cover;
	text-shadow: #fff 1px 0 5px;
}

.dia-tebura-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.dia-tebura-list li {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.dia-tebura-list img {
	width: 80%;
}

.dia-tokucho-ttl {
	font-size: 2.2rem;
	padding: 0 0 0.6em;
}

.dia-incho-img {
	margin-bottom: 0.5em;
}

@media (min-width:992px) {
	.dia-tebura-list img {
		width: 105px;
	}

	.dia-tokucho-ttl {
		font-size: 2.8rem;
		text-align: left !important;
	}

	.dia-tokucho-img {
		padding-top: 0.6em;
	}
}

@media (max-width:991.9px) {
	.dia-incho-img {
		width: 50%;
	}
}




/*----------------------------------------------------
予防接種
-----------------------------------------------------*/
.vac-pagettl {
	background: url("../img/vaccination/pagettl.jpg") no-repeat center center #F9F9F9;
	background-size: cover;
	text-shadow: #f2f6f9 1px 0 10px;
}

.vac-price-th-02 {
	width: 30%;
}

.vac-price-th-03 {
	width: 40%;
}

@media (min-width:992px) {
	.vac-price-th-01 {
		min-width: 13em;
	}
}

.vac-table-01 img {
	min-width: 30px !important;
}

/*----------------------------------------------------
入院・ホスピタライゼーション
-----------------------------------------------------*/
.hos-pagettl {
	background: url("../img/hospitalization/pagettl.jpg") no-repeat top right #F9F9F9;
	background-size: cover;
	text-shadow: #f2f6f9 1px 0 10px;
}

.hos-box-01 {
	padding: 15px;
}

@media (min-width:992px) {
	.hos-box-01 {
		padding: 30px;
	}

	.hos-res-txt-01 {
		width: 62%;
	}

	.hos-res-img-01 {
		width: 34%;
		margin-left: 0;
		margin-right: auto;
	}

}

/*----------------------------------------------------
ダイエット外来
-----------------------------------------------------*/
.diet-pagettl {
	background: url("../img/diet/pagettl.jpg") no-repeat top right #F9F9F9;
	background-size: cover;
	text-shadow: #f2f6f9 1px 0 10px;

}

.diet-pagettl-txt {
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px #fff;
	line-height: 1.3em;
}

.diet-price-th {
	width: 40%;
	color: rgba(236, 92, 147, 1);
}

.ind-diet-box-01 {
	width: 47%;
	margin-right: 6%;
	text-align: center;
	box-sizing: border-box;
}

.ind-diet-box-01 a {
	text-decoration: none;
}

.ind-diet-box-01:nth-child(2n) {
	margin-right: 0;
}

.ind-diet-txt {
	line-height: 1.5em;
	background-color: #FFF9F2;
}

.ind-diet-txt dt {
	font-weight: bold;
	font-size: 110%;
	padding: 0.8em 0.8em 0 0.8em;
	font-family: serif;
	color: #8A725D;
}

.ind-diet-txt dt:nth-of-type(2) {
	padding-top: 0;
	font-size: 1em;
}


.ind-diet-txt dd {
	font-size: 0.85em;
	text-align: justify;
	padding: 0.8em;
	line-height: normal;
	text-align: center;
}

.ind-diet-color-01 {
	background-color: #eaf9fa;
}

.ind-diet-color-02 {
	background-color: #faefed;
}

.ind-diet-color-03 {
	background-color: #efebf3;
}

.diet-box-01 {
	padding: 15px;
	margin-top: 25px;
}

.diet-box-01 h4 {
	font-family: serif;
}

.diet-box-01 p {
	margin-bottom: 10px;
}

.diet-box-glp {
	background-color: #51B3B7;
	color: #fff;
	padding: 1.2em .8em;
	margin-bottom: 15px;
}

.diet-box-glp dt {
	font-family: serif;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.diet-attention-txt {
	color: red;
}

.diet-illust-01 {
	text-align: center;
	margin-bottom: 10px;
}

.diet-illust-01 img {
	display: inline-block;
	width: 100%;
	max-width: 245px;
}

.diet-pic-01 {
	max-width: 100%;
}

.diet-fee-flex {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.diet-list-flex {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.diet-list-flex li {
	padding: 3px 0;
	width: 100%;
	text-align: center;
	color: #fff
}

.text-green {
	background-color: #51B3B7;
}

.text-orenge {
	background-color: #E88C78;
}

.text-purple {
	background-color: #8C6FA6;
}

.text-pink {
	background-color: rgba(236, 92, 147, 0.8);
}

.diet-fee-table td {
	min-width: 3em;
}



/* 診療の流れ */
.diet-flow-flex {
	display: block;
}

.ind-diet-box-02 {
	padding: 10px 0.8em 20px 0.8em;
	border: 2px solid rgba(236, 92, 147, 0.3);
	margin-top: 13px;
	text-align: center;
	box-sizing: border-box;
}

.ind-diet-box-02:nth-child(2n) {
	margin-right: 0;
}

.ind-diet-box-02 p {
	margin-bottom: .5em;
}

.ind-diet-icn img {
	width: 30px;
	margin: 10px 0;
}

.ind-diet-ttl {
	color: #8A725D;
	font-size: 125%;
	line-height: 1.35em;
	margin: .5em 0;
	font-weight: bold;
	font-feature-settings: "palt";
}

a.diet-btn-01 {
	display: inline-block;
	padding: 1.2em 1em 1.2em 0.5em;
	width: 100%;
	box-sizing: border-box;
	max-width: 370px;
	border-radius: 5px;
	line-height: 1em;
	background: rgba(236, 92, 147, 0.8);
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* よくあるご質問 */
.diet-faq-box {
	margin-bottom: 20px;
}

.diet-faq-box:last-child {
	margin-bottom: 0;
}

.diet-faq-box dt {
	border-bottom: 1px dotted #8A725D;
	padding-left: 1.8em;
	padding-bottom: .2em;
	position: relative;
}

.diet-faq-box dt:before {
	content: "Q";
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	color: #8A725D;
	font-weight: 700;
	position: absolute;
	left: 0;
}

.diet-faq-box dd {
	padding-left: 1.8em;
	padding-top: .2em;
	position: relative;
}

.diet-faq-box dd:before {
	content: "A";
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	color: #8A725D;
	font-weight: 700;
	position: absolute;
	left: 0;
}

.diet-btn-02 {
	display: inline-block;
	padding: 1.6em 1em 1.6em 0.5em;
	width: 100%;
	box-sizing: border-box;
	max-width: 600px;
	min-width: 240px;
	border-radius: 5px;
	line-height: 1em;
	background: rgba(236, 92, 147, 0.8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 5px;
}

a.diet-btn-02:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url("../img/common/icn-btn-01.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 1em;
	top: calc(50% - 5px);
}


/* 当院で取り扱っている医薬品について */
.diet-attention-box {
	font-size: 13px;
	background-color: #f5f5f5;
	padding: 1.5em;
}

.diet-attention-medicine {
	margin-top: 1.7em;
}

.diet-attention-medicine:first-child {
	margin-top: 0;
}

.diet-attention-medicine dt {
	font-weight: 700;
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 5px;
}

.diet-attention-medicine li {
	margin-bottom: 5px;
}

.diet-tokuteisyo {
	text-align: center;
	margin-top: 30px;
}


@media (max-width:991.9px) {
	.ind-diet-box-01:nth-child(n + 3) {
		margin-top: 25px;
	}
}

@media (min-width:992px) {

	.ind-diet-box-01,
	.ind-diet-box-01:nth-child(2n) {
		width: 32%;
		margin-right: 2%;
		text-align: center;
		box-sizing: border-box;
	}

	.ind-diet-box-01:nth-child(n + 4) {
		margin-top: 40px;
	}

	.ind-diet-box-01:nth-child(3n) {
		margin-right: 0;
	}

	.diet-box-01 {
		padding: 30px;
	}

	.diet-lg-flex {
		align-items: flex-start;
		gap: 1.5em;
	}

	.diet-illust-01 img {
		max-width: 100%;
	}

	.diet-pic-01 {
		max-width: 40%;
	}

	.diet-list-flex {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

	.diet-fee-flex {
		gap: 0;
	}

	.diet-list-flex li {
		padding: 3px 2em;
		width: 25%;
		text-align: center;
		color: #fff
	}

	.diet-flow-flex {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

	.ind-diet-icn img {
		width: 40px;
	}

	.diet-attention-box {
		padding: 3.5em;
	}
}

/*----------------------------------------------------
オンライン診療における特定商取引法に基づく表記
-----------------------------------------------------*/

.tokuteisyo-table th {
	min-width: 5em;
}

/*----------------------------------------------------
ペイシェント（カスタマー）ハラスメントに対する基本方針
-----------------------------------------------------*/

.harassment-text {
	line-height: 1.8;
}

.has-box-01 {
	padding: 15px;
}

.harassment-title-4 {}

@media (min-width:992px) {
	.has-box-01 {
		padding: 30px;
	}
}


/*----------------------------------------------------
トップページ
-----------------------------------------------------*/
.ind-news-list a {
	text-decoration: none;
}

/*ご注意*/

.ind-news-attention {
	display: flex;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ind-news-attention-icn {
	margin-right: 8px;
}

.ind-news-attention-icn img {
	width: 15px;
	max-width: 15px;
	vertical-align: middle;
}

.ind-news-attention-txt {
	color: red;
}

@media (min-width:992px) {
	.ind-news-attention {
		margin: -25px 0 30px;
	}
}

/*お知らせ*/

.ind-c-mds-01 {
	color: #8A725D;
	font-size: 1.7rem;
	padding-bottom: 5px;
	border-bottom: 2px solid #8A725D;
	position: relative;
}

.ind-news-date {
	color: #777;
	display: block;
}

.ind-icn-02:before {
	background: url("../img/index/an-01.png") center bottom no-repeat;
	background-size: contain;
}

.ind-news-list {
	border-top: 1px solid #ddd;
}

.ind-news-list-toppage {
	border-top: none;
}

.ind-news-list li {
	padding: 5px;
	line-height: 1.4em;
	border-bottom: 1px solid #ddd;
	font-size: 95%;
}

.ind-news-btn-01 {
	text-align: right;
	height: 35px;
	margin-top: -35px;
	font-size: 90%;
}

.ind-news-btn-01 span {
	position: relative;
	padding-left: 12px;
}

.ind-news-btn-01 span:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #8A725D;
	border-right: solid 2px #8A725D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0
}

@media (min-width:992px) {
	.ind-c-mds-01 {
		font-size: 22px;
	}

	.ind-news-list li {
		padding: 10px;
	}

	.ind-news-list li a {
		display: table;
	}

	.ind-news-date {
		display: table-cell;
		width: 6em;
	}

	.ind-news-ttl {
		display: table-cell;
	}

	.ind-news-btn-01 {
		height: 40px;
		margin-top: -40px;
	}
}

/*診療時間*/

.c-table-01.ind-time-table th,
.c-table-01.ind-time-table td {
	padding: 0.8em 0.5em;
}

.ind-time-sample {
	font-size: 1.2rem;
	line-height: 1.5;
}

.bg-vacant {
	background: url("../img/index/bg-vacant.png") no-repeat left top;
	background-size: 100% 100%;
}

.ind-time-noimg {
	border: 1px solid #EC74A2;
	padding: 30px;
	text-align: center;
	color: #EC74A2;
	font-weight: bold;
}

@media (max-width:991.9px) {
	.ind-time-table-th-01 {
		padding: 0.8em 0;
		line-height: 1.1em !important;
		width: 5em;
	}
}

@media (min-width:992px) {

	.ind-time-sample {
		font-size: 1.4rem;
	}
}

/*診療案内*/
.ind-an-box-01 {
	width: 49%;
	margin-right: 2%;
	text-align: center;
	box-sizing: border-box;
}

.ind-an-box-01:nth-child(2n) {
	margin-right: 0;
}

.ind-an-box-02 {
	padding: 10px 0 20px 0;
	border: 2px solid rgba(236, 92, 147, 0.3);
	margin-top: 13px;
}

.ind-an-icn img {
	width: 34px;
}

.ind-an-ttl {
	color: #8A725D;
	font-size: 125%;
	line-height: 1.35em;
	margin-top: .5em;
	font-weight: bold;
	font-feature-settings: "palt";
}

/* .ind-an-ttl a {
	color: rgba(236,92,147,1);
} */

.ind-an-list {
	line-height: 1.4em;
	margin-top: 5px;
}

.ind-an-list li {
	padding: 0.4em 0 0 0;
}

.ind-an-ttl .fs-small {
	font-size: 1.4rem;
	line-height: 1.3em;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
}

/*ご予約なしで受診頂けます。*/
.web-link {
	background-color: #EC74A2;
	border-radius: 5px;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	margin-top: 15px;
	font-size: 1.8em;
	font-family: "Yu Mincho";
	font-weight: 700;
}

.web-link a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}





@media (min-width:992px) {

	.ind-an-box-01,
	.ind-an-box-01:nth-child(2n) {
		width: 24%;
		margin-right: 1.3%;
	}

	.ind-an-box-01:nth-child(4n) {
		margin-right: 0;
	}

	.ind-an-box-02 {
		padding: 20px 0 20px 0;
	}

	.ind-an-icn img {
		width: 54px;
	}

	.ind-an-ttl .fs-small {
		font-size: 1.6rem;
	}

}

/*医師紹介*/

.ind-dr-box-01 {
	width: 47%;
	margin-right: 6%;
	text-align: center;
	box-sizing: border-box;
}

.ind-dr-box-01:nth-child(2n) {
	margin-right: 0;
}

.ind-dr-txt {
	line-height: 1.5em;
	background-color: #FFF9F2;
	margin-top: 1em;
}

.ind-dr-txt dt {
	font-weight: bold;
	font-size: 110%;
	padding-top: 0.8em;
}

.ind-dr-txt dt:nth-of-type(2) {
	padding-top: 0;
	font-size: 1em;
}


.ind-dr-txt dd {
	font-size: 0.85em;
	text-align: justify;
	padding: 0.8em;
	line-height: normal;
}

@media (max-width:991.9px) {
	.ind-dr-box-01:nth-child(n + 3) {
		margin-top: 25px;
	}

	.dr-name-01 {
		height: 1.4em;
	}
}

@media (min-width:992px) {

	.ind-dr-box-01,
	.ind-dr-box-01:nth-child(2n) {
		width: 32%;
		margin-right: 2%;
		text-align: center;
		box-sizing: border-box;
	}

	.ind-dr-box-01:nth-child(n + 4) {
		margin-top: 40px;
	}

	.ind-dr-box-01:nth-child(3n) {
		margin-right: 0;
	}

	.ind-dr-pic img {
		max-width: 200px;
	}
}

.ind-set-box {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}


.ind-set-txt dt {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	padding: 0.7em 0 0.3em;
}

@media (min-width:992px) {
	.ind-set-box {
		background: #fff;
		padding: 25px;
		border-radius: 10px;
	}
}

/*メインビジュアル*/
main .mainv img {
	border-radius: 0;
}

.mainv li img {
	width: 100%;
	height: 100vw;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (min-width:992px) {
	.mainv li img {
		width: 100%;
		height: 90vh;
		max-height: 700px;
		object-fit: cover;
		object-position: 50% 50%;
	}
}


/*アクセス*/

.ind-acc-map {
	width: 100%;
}

@media (max-width:991.9px) {
	.ind-acc-img {
		width: 60%;
	}
}

@media (min-width:992px) {
	.ind-acc-txt-01 {
		margin-left: 0;
		margin-right: auto;
		width: calc(100% - 420px);
	}

	.ind-acc-img-01 {
		width: 370px;
	}

	.ind-acc-img-01 img {
		width: 100%;
	}
}

/*アンカーリンク*/

#tanto,
#access {
	margin-top: -60px;
	padding-top: 60px;
}

.toppage header {
	background: none;
}

.toppage header.fixed {
	background: #fff;
	transition: .5s;
}

.toppage main {
	padding-top: 0;
}




/*----------------------------------------------------
ニュース 
-----------------------------------------------------*/

.new-pagettl {
	background: url("../img/news/pagettl.jpg") no-repeat top right #f7f2ec;
	background-size: cover;
	text-shadow: #fff 1px 0 10px;
}

.container.w-1column {
	max-width: 900px;
}


.new-list-01 {
	border-top: 1px solid #e3e3e3;
}

.new-list-01 li {
	padding: 1.2em 0.5em;
	line-height: 1.4em;
	border-bottom: 1px solid #e3e3e3;
}

.new-list-01 li a {
	text-decoration: none;
}

.new-side {
	padding: 1.5em 0.5em;
}

.new-side dt {
	font-size: 120%;
	padding-bottom: 0.2em;
}

.new-side select {
	width: 100%;
}

@media (min-width:992px) {
	.new-side {
		border-top: 1px solid #e3e3e3;
	}
}

/*清瀬院固定ボタン*/
.fixed_btn {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 17px;
	width: 100%;
	color: #ffffff;
	font-size: larger;
	border: none;
	background-color: #EC5C93;
	transition: all .3s;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.fixed_btn:hover {
	background-color: #f085ac;
}


/*記事詳細*/
.new-detail {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 15px 15px 40px 15px;
}


.new-detail-date {
	color: #666;
	font-size: 95%;
	display: inline-block;
	padding-right: 1em;
}

.new-detail-cat {
	font-size: 95%;
	display: inline-block;
}

.new-detail-ttl h1 {
	color: #8A725D;
	font-size: 140%;
	padding: 0.3em 0 0.5em 0;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #8A725D;
}

@media (min-width:992px) {
	.new-detail {
		border-radius: 10px;
		padding: 30px 40px 80px 40px;
	}

	.new-detail-ttl h1 {
		font-size: 160%;
	}

	.news-main {
		width: 70%;
	}

	.news-sub {
		width: 25%;
		margin-left: 5%;
	}
}

/*ページ送り*/

.news-pager {
	margin: 2em 0 0 0;
	text-align: center;
}

.page-numbers {
	display: inline-block;
	padding: 0 0.8em;
}

.page-numbers.current {
	color: #8A725D;
}

.news-pager {
	color: #aaa;
}

.news-pager a {
	font-weight: normal;
	text-decoration: none;
	color: #aaa;
}

/*----------------------------------------------------
人間ドック・健康診断
-----------------------------------------------------*/
.check-pagettl {
	background: url("../img/hospitalization/pagettl.jpg") no-repeat top right #F9F9F9;
	background-size: cover;
	text-shadow: #f2f6f9 1px 0 10px;
}

.check-price-table-01 {
	text-align: left;
}

.c-table-01.check-price-table-01 th {
	font-weight: normal;
}

.check-price-txt-01 {
	color: #EC74A2;
	font-weight: bold;
	font-size: 110%;
}

.check-price-txt-02 {
	margin-top: 5px;
}

.check-price-txt-02:first-child {
	margin-top: -0.2em;
}

.check-price-txt-02 span {
	color: #777;
	font-size: 70%;
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 1em;
	padding: 0.5em 0.5em 0.4em 0.5em;
	margin: 0.3em 0.3em 0 0;
}

.check-price-txt-02 span:last-child {
	margin-right: 0;
}

.check-price-table-02 td {
	text-align: center;
}

.check-price-table-02.c-table-01 td,
.check-price-table-02.c-table-01 th {
	font-weight: normal;
	padding: 0.5em 0.8em;
	line-height: 1.3em;
}

p.check-price-txt-03,
span.check-price-txt-03 {
	float: right;
}

.check-option .check-price-table-01 td {
	text-align: center;
}

.check-option .check-price-table-01 td,
.check-option .check-price-table-01 th {
	display: table-cell;
	width: 50%;
}

.check-teikikenshin th:nth-child(2) {
	max-width: 200px;
}

@media (min-width:768px) {
	.check-price-table-01 th {
		width: 25%;
		box-sizing: border-box;
	}

	.check-price-table-01 th.check-price-table-th-01 {
		width: 38%
	}

	p.check-price-txt-03 {
		padding-top: 5px;
		float: none;
	}

	.check-box-01 div:nth-child(1) {
		margin: 0 auto 0 0;
	}

	.check-box-01 div:nth-child(2) {
		margin: 0;
	}
}

@media (max-width:767.9px) {

	.check-price-table-01 th,
	.check-price-table-01 td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-top: none;
	}

	.check-price-table-01 {
		border-top: 1px solid #ddd;
	}

	.check-price-table-01 th p {
		display: inline-block;
		margin-right: 12px;
	}

	.check-price-table-02 {
		font-size: 1.3rem;
	}

	.check-price-table-02 td {
		width: 20%;
	}


}