@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.top .slide {
	z-index: 0;
	margin-bottom: 30px;
}

.top #mainImg li {
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 660px;
	background-repeat: no-repeat;
	background-position: center top;
}

.top #mainImg01 {
	background-image: url(../../images/slide01.jpg);
}

.top #mainImg02 {
	background-image: url(../../images/slide02.jpg);
}

.top #news {
	margin-top: 130px;
}

/* フレーム内 News & Topics */
body.frame {
	height: 467px;
	overflow: auto;
	padding: 0 18px;
	line-height: 28px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body.frame #topics {
	height: 100%;
}

body.frame #topics .date {
	color: #d89773;
}

body.frame #topics article {
	padding: 3px 0 13px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
各院詳細ページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.hospital #wrapper>h1 {
	line-height: 0;
	text-align: center;
	padding: 60px 0 106px;
}

.hospital #tables {
	width: 960px;
	overflow: hidden;
	margin: 113px auto 90px;
}

.hospital #tables section {
	width: 450px;
	float: left;
}

.hospital #tables section:last-child {
	float: right;
}

.hospital #tables h3 {
	color: #d89773;
	font-size: 16px;
}

.hospital #tables section>p {
	font-size: 12px;
	margin-top: 8px;
}

.hospital #tables table {
	table-layout: fixed;
	height: 393px;
	margin-top: 5px;
	line-height: 20px;
	border-spacing: 0;
	border-collapse: separate;
}

.hospital #tables table tr>* {
	height: 48px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px dotted #505050;
}

.hospital #tables table tr>*:first-child {
	border-left: none;
}

.hospital #tables thead th {
	color: #d89773;
	border-top: 1px solid #d89773;
	border-bottom: 1px solid #d89773;
}

.hospital #tables .sun th,
.hospital #tables #calendar tr>*:first-child {
	color: #ff6699;
}

.hospital #tables .sat th,
.hospital #tables #calendar tr>*:last-child {
	color: #0099cc;
}

.hospital #tables #calendar thead th {
	color: #505050;
}

.hospital #tables #calendar .closed:after {
	content: "休診";
	display: block;
	color: #ff6699;
}

.hospital #tables #calendar td {
	padding-top: 8px;
	vertical-align: top;
}

.hospital #information {
	width: 960px;
	margin: 0 auto;
	clear: both;
	line-height: 28px;
}

.hospital #information iframe {
	margin-bottom: 8px;
}

.hospital #information #tel {
	margin: 21px 0 14px;
}

.hospital #information #tel img {
	margin-right: 5px;
}

.hospital #tables tr>* .small {
	font-size: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
天祐会について
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about #choice {
	margin-top: 120px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
診療科目
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.courses #courses {
	width: 960px;
	margin: 0 auto;
}

.courses #courses li {
	width: 450px;
	display: inline-block;
	*display: inline;
	_display: inline;
	*zoom: 1;
	_zoom: 1;
	vertical-align: top;
	margin: 6px 0 50px;
}

.courses #courses li:nth-child(even) {
	margin-left: 60px;
}

.courses #courses dt {
	height: 47px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px dotted #505050;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
プライバシーポリシー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.privacy #pageTitle {
	padding-bottom: 48px;
}

.privacy #privacy {
	width: 960px;
	margin: 0 auto;
}

.privacy #privacy dl+dl {
	margin-top: 44px;
}

.privacy #privacy dt {
	/* color: #d89773; */
	color: #efa288;
	font-size: 16px;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 23px;
	border-bottom: 1px dotted #505050;
}

.privacy #privacy dd {
	line-height: 28px;
}

.privacy #privacy dd ul {
	padding-left: 1em;
	margin-top: 28px;
}

.privacy #privacy dd ul li {
	text-indent: -1em;
}

.privacy #privacy dd ul li span {
	display: inline-block;
	*display: inline;
	_display: inline;
	*zoom: 1;
	_zoom: 1;
	text-indent: 0;
	width: 1em;
}

/*各ページ注意書き追加説明文*/
.description_table {
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 70px;
	border-collapse: separate;
}

.description_table th {
	width: 200px;
	background-color: #E8E8E8;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

.description_table td {
	padding: 10px;
	text-align: left;
}

table tr th.menu_caption {
	font-size: 14px;
	border-top: 1px dotted #7d7d7d;
	background-color: #E8E8E8;
	padding: 14px;
}

table tr th.menu_exp {
	font-weight: normal;
	padding: 20px;
	background-color: #ffffff;
	border-bottom: 1px dotted #7d7d7d;
}

.exp_img {
	text-align: center;
}

/* 20250407 新規追加 */

.courses .wrapper_n #courses {
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.courses .wrapper_n #courses ul {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.courses .wrapper_n #courses ul li {
	width: calc((100% - 60px) / 2);
	vertical-align: top;
	margin: 0px;
}

.courses .wrapper_n #courses dt {
	/* color: #b84657; */
	/* color: #d89773; */
	color: #efa288;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 24px;
	/* height: 47px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dotted #505050; */
}

.privacy .wrapper_n #privacy {
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

/* .privacy .wrapper_n #privacy dt {
    color: #b84657;
} */

.hospital .wrapper_n #information {
	max-width: 100%;
}

.hospital #information iframe {
	max-width: 100%;
}

.t35 .wrapper_n .tableFs {
    width: 422px;
	max-width: 100%;
}

@media screen and (max-width: 768px) {

	.about .wrapper_n #choice {
		margin-top: 60px;
	}

	.courses .wrapper_n #courses ul {
		flex-direction: column;
	}

	.courses .wrapper_n #courses ul li {
		width: 100%;
	}

	.hospital .wrapper_n#wrapper>h1 {
		padding: 50px 0 30px;
	}

	.t34 .wrapper_n .tableFs {
		margin: 20px auto;
	}

	.t34 .wrapper_n .tableFs td {
		width: 250px;
	}

}