@charset "utf-8";
/* CSS Document */
#lower-image {
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	background-size: cover;
}

.main-contents:nth-child(n + 1){
	
	flex-direction: column-reverse;
}

#main-contents figure {
	width: 100%;
	max-width: 100px;
	margin: 0 auto 40px;
	text-align: center;
	font-family: FOT-マティス Pro DB, MatissePro-DB, serif;
	
}

#main-contents figcaption {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 1;
}

#main-contents figcaption span {
	display: block;
	margin-bottom: 7px;
	font-size: 1.2rem;
}

.lower-contents .main-contents h3 {
	line-height: 1.8;
	overflow: auto;
}

#main-contents .text {
	margin-top: 2em;
	overflow: auto;
}

#main-contents .text > * {
	margin-top: 1.5em;
	margin-bottom: 0;
}

#main-contents .text > *:first-child {
	margin-top: 0;
}

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

}

@media screen and (min-width: 1280px) {

	#main-contents figure figcaption {
		font-size: 2.2rem;
	}

	#main-contents figure figcaption span {
		font-size: 1.4rem;
	}

	#main-contents figure {
		float: left;
		margin: 0;
		margin-right: 50px;
	}
}

#main-contents .map {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#lower-contents #main-contents section h3 {
	padding-left: 30px;
	color: #000;
}

#main-contents section dl {
	margin-top: 20px;
	font-size: 1.4rem;
}

#main-contents section dl div {

}

#main-contents section dl div + div {
	margin-top: 10px;
}

#main-contents section dt {
	font-weight: bold;
}

#main-contents section dd {
}

#main-contents section li a {
	color: var(--color-link);
	text-decoration: underline;
}

#main-contents section li a:hover {
	text-decoration: none;
}

.access-method div + div {
	margin-top: 20px;
}

#main-contents #car h3 {
	background: url(../images/icon_car.png) left center no-repeat;
	background-size: 20px 20px;
}

#main-contents #bus h3 {
	background: url(../images/icon_bus.png) left center no-repeat;
	background-size: 20px 20px;
}

#main-contents #bus p {
	margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
	#main-contents .map {
		height: 500px;
	}

	#main-contents section dl div {
		display: flex;
		justify-content: space-between;
	}

	#main-contents section dl div + div {
		margin-top: 0;
	}

	#main-contents section dt {
		width: 70px;
	}
	
	#main-contents section dd {
		width: calc(100% - 70px);
	}

	#main-contents .access-method {
		display: flex;
		justify-content: space-between;
	}

	#main-contents .access-method #car,
	#main-contents .access-method #bus {
		width: calc(50% - 20px);
	}

	.access-method div + div {
		margin-top: 0;
	}
	
}

@media screen and (min-width: 1280px) {
	#lower-contents #main-contents section h3 {
		margin-bottom: 20px;
		padding: 5px 0 5px 40px;
	}

	#main-contents #car h3 {
		background-size: 30px 30px;
	}
	
	#main-contents #bus h3 {
		background-size: 30px 30px;
	}
}

#dr-main .col2box-container {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 60px;
}

#lower-contents #main-contents #dr-main .col2box-container > li {
	width: 50%;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	border: none;
}

#lower-contents #main-contents #dr-main .col2box-container > li:nth-child(2n) {
	margin-right: 0;
}

#dr-main .col2box-container figure {
	margin-right: 0;
	width: 40%;
}

#dr-main .col2box-container div {
	width: 55%;
}

#dr-main .large-container figure {
	width: 35%;
	margin: 0;
}

#dr-main .large-container div {
	width: 60%;
}

.doctor-list {

}

.doctor-item {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.doctor-item > figure {
	width: 35%;
}

.doctor-item > figure img{
	width: 300px;
	height: auto;
}

.doctor-item > div {
	width: 60%;
}

.doctor-item .dr-name {
	font-size: 1.6rem;
	line-height: 1.6;
}

.doctor-item .dr-name .post {
	display: block;
	font-size: 1.3rem;
}

#dr-main .doctor-item .dr-name .post {
	
}

.doctor-item dl {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
}

.doctor-item dl div + div {
	margin-top: 10px;
}

.doctor-item dt {
	font-size: 1.2rem;
	font-weight: bold;
}

.doctor-item dd {

}

.doctor-item dd .disc-list {
	
}

.doctor-item dd .disc-list li {
	font-size: 1.3rem !important;
	line-height: 1.6 !important;
	margin-left: 15px !important;
}

.doctor-item dd .disc-list li + li {
	margin-top: 0 !important;
}

.large-list .doctor-item {
	display: block;
}

.large-list .doctor-item > * {
	width: 100%;
}

.large-list .doctor-item > div {
	margin-top: 20px;
}





@media screen and (min-width: 768px) {
	.doctor-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.doctor-item {
		width: calc(50% - 10px);
	}

	/* dr-main */

	.large-list .doctor-item {
		display: flex;
		width: 100%;
	}
	
	.large-list .doctor-item > figure {
		width: 35%;
	}
	
	.large-list .doctor-item > div {
		width: 60%;
		margin-top: 0;
	}

}

@media screen and (min-width: 1280px) {
	.doctor-item {
		width: calc(50% - 20px);
		padding: 40px 0;
	}

	.doctor-item > figure {
		width: 25%;
	}
	
	.doctor-item > div {
		width: 70%;
	}

	.doctor-item .dr-name {
		font-size: 2.0rem;
	}

	#dr-main .doctor-item .dr-name .post {
		font-size: 1.5rem;
		line-height: 1;
	}

	/* dr-main */

	#dr-main .doctor-item > figure {
		width: 40%;
	}
	
	#dr-main .doctor-item > div {
		width: 55%;
	}

	#dr-main .doctor-item .dr-name {
		font-size: 2.4rem;
	}

	.large-list .doctor-item > figure {
		width: 35% !important;
	}

	.large-list .doctor-item > div {
		width: 60% !important;
	}
}

/* -----------------------------------------------
Table Design
----------------------------------------------- */
table {
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	width: 700px;
	border-spacing: 0px;
	margin: 0 auto;
}
th, td {
	border-bottom: 1px solid #4f4d47;
	border-left: 1px solid #4f4d47;
	text-align: center;
	padding: 5px;
}
th { background-color: #DDDDDD; color: #000;font-weight: 800;}


#demo02 {
    box-sizing: border-box;
    border-right: 1px solid #4f4d47;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
#demo02 table { border-right: none;}

@media screen and (min-width: 780px) {
	
	table {
	border-top: 1px solid #4f4d47;
	border-right: 1px solid #4f4d47;
	width: 100%;
	border-spacing: 0px;
	margin: 0 auto;
}
	
	}

.result {
	margin-bottom: 1em;
}

.result .disc-list {
	padding: 30px 20px !important;
	border: 1px solid rgba(0,0,0,0.2);
}
.result .disc-list li{
	list-style:none
}

.result .disc-list a {
	text-decoration: underline;
}

.result .disc-list a[href$=".pdf"]:after {
	content: "PDF";
	display: inline-block;
	background: rgb(241, 103, 135);
	border-radius: 0 5px 0 0;
	color: #fff;
	margin-left: 0.5em;
	font-size: 0.7em;
	padding: 0 0.25em;
	line-height: 1.4;
}

