@charset "utf-8";


/***************************************************************************************************************************
　■全デバイス共通設定
***************************************************************************************************************************/
	

/*トップページの画像カルーセル*/
#img_slider_box {
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	position: relative;
}
	
	#img_round {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 30;
		background: url(../img/top/round_add.png) no-repeat center 0;
	}
	
	#img_note {
		position: absolute;
		z-index: 10;
		width: 900px;
		margin: 0 auto;
		left: 50%;
		margin-left: -450px;
		bottom: 0;
	}
		#img_note img.hover_note {
			position: absolute;
			z-index: 20;
			right: 20px;
			bottom: 0;
		}
		
@media screen and (max-width: 899px) {	
	
	#img_round {
		width: 100%;
		height: 50px;
		position: absolute;
		top: 0;
		z-index: 30;
		background: url(../img/top/round_add.png) no-repeat center 0;
	}
	
	#img_note {
		width: 100%;
		margin: 0 0;
		left: auto;
		right: 0;		
		margin-left: 0;
	}
		#img_note img.hover_note {
			position: absolute;
			z-index: 20;
			right: 5px;
			bottom: 0;
			width: 60%;
			max-width: 350px;
		}
}

	#img_slider {
		z-index: 0;
	}
		#img_slider .mobile_width {
			margin: 0 5px;
		}
		
		#img_slider img {
			padding: 0 0;
			width: 100%;
			height: auto;
		}
		

.banner_fastlist {
	background: url(../img/button/banner_fastlist3.png) no-repeat 0 0;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	max-width: 900px;
	margin:50px auto 0 auto;
}
	.banner_fastlist a {
		display: block;	
		height: 225px;
	}
@media screen and (max-width: 600px) {
.banner_fastlist {
	background: url(../img/button/banner_fastlist_mobile3.png) no-repeat 0 0;
	background-size: contain;
	max-width: 500px;
}
	.banner_fastlist a {
		height: 205px;
	}
}
	

#information_box {
	padding: 75px 0 80px 0;
}

table.information {
	border-collapse: collapse;
	border-spacing: 0px;
}
	table.information td {
		vertical-align: top;
		border-bottom: 1px solid #63A6CB;
		padding-top: 15px;
		padding-bottom: 4px;
		word-break: break-all;/*URL例が折り返されるようにする*/
	}
	table.information td.date {
		text-align: right;
		font-size: 13px;
		color: #2988bc;
		padding-right: 1em;
		white-space: nowrap;
		max-width: 80px;
	}
	table.information td.important {
		text-align: right;
		font-size: 14px;
		color: #ffffff;
		padding-right: 1em;
		white-space: nowrap;
	}
		table.information td.important .important {
			border: #2988bc solid 1px;
            background-color: #2988bc;
			padding: 0.1em 0.9em;
		}
		
	table.information td.title {
		text-align: left;
			font-size: 18px;
	}
		table.information td.title p {
			font-size: 15px;
			color: #555;
            margin-top: 5px;
		}
		
	table.information td.button {
		white-space: nowrap;
		vertical-align: middle;
		padding-left: 15px;
	}
		
	table.information td.list {
		border-bottom: none;
		text-align: right;
	}
		table.information td.list a {
			font-size: 13px;
			text-align: right;
			padding: 5px 10px 5px 25px;
			border: 1px solid #2988BC;
			color: #2988BC;
			background: url(../img/format2/more_information.gif) no-repeat left center;
		}
			table.information td.list a:link {
				text-decoration: none;
			}
	table.information .submit1 {
		padding: 6px 10px;
		margin-left: 5px;
	}
		

#message {
	background: url(../img/top/back_message2.jpg) no-repeat right top;
	padding: 50px 0;
	/*box-shadow: 0px 0px 2px 1px #DEDEDE;*/
}
	#message p {
		font-size: 16px;
		text-align: left;
		line-height: 2.85em;
		letter-spacing: 0.06em;
		margin-left: 20px;
		padding-top: 30px;
		text-shadow: 1px 1px 1px #FFF;
	}
	
	#message .weak {
		font-size: 14px;
		margin: 0 0.5em;
		line-height: 2.5em;
		letter-spacing: 0;
	}
@media screen and (max-width: 1280px) {/*まずは背景写真を位置調整*/
#message {
	background: url(../img/top/back_message_mobile_migiyose.jpg) no-repeat right top;
}
}
@media screen and (max-width: 850px) {/*写真を縮小*/
#message {
	background-size: cover;
	padding: 20px 0;
}
	#message p {
		font-size: 15px;
		line-height: 2em;
		letter-spacing: 0em;
		margin-left: 0px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 600px) {/*写真を縮小*/
#message p br {
	display: none;
}
}



#timetable_info{
	padding: 0px 0 0 0;
	position: relative;
	/*background-size: cover;*/
	
	/*box-shadow: 0px 0px 2px 1px #DEDEDE;	*/
}
	#timetable_info img.imgpict_timetable{
		position: absolute;
		z-index: 50;	
		right: 5%;
		bottom: 35px;
	}
@media screen and (max-width: 1200px) {/*まずは右余白を狭く*/
	#timetable_info img.imgpict_timetable{	
		right: 10px;
	}
}
@media screen and (max-width: 970px) {/*次は画像を小さく*/
	#timetable_info img.imgpict_timetable{
		width:250px;
		height: auto;
	}
}
@media screen and (max-width: 820px) {/*それでも時間表に被さってきたら透かし背景に*/
	#timetable_info img.imgpict_timetable{
		display: none;
	}
	#timetable_info{
		background: url(../img/top/back_timetable6.png) no-repeat 93% 88%;
		background-size: 250px 250px;
	}
	.whitescreen {
		background-color: inherit;
		background-image: url(../img/format/back_pattern_white_alpha.png);
	}
}
@media screen and (max-width: 770px) {/*それでも時間表に被さってきたら透かし背景に*/
	#timetable_info img.imgpict_timetable{
		display: none;
	}
	#timetable_info{
		background-image: none;
	}
}

table.timetable {
}
	table.timetable td {
		min-width: 50px;
		padding: 10px 15px;
		background-color: #FBF8EE;
		text-align: center;
	}
		table.timetable td.tr_title {
			background-color: #2F496E;
			color: #FFF;
		}
		table.timetable td.td_title {
			text-align: left
		}
		table.timetable td.off {
			background-color: #EDEDED;
		}
@media screen and (max-width: 610px) {
table.timetable {
	width: 100%;
}
	table.timetable td {
		min-width: 30px;
		padding: 10px 0px;
	}
		table.timetable td.td_title {
			text-align: center
		}
}
@media screen and (max-width: 460px) {
	table.timetable td {
		font-size: 90%;
	}
}


ul.timetable {
}
	ul.timetable li {
		text-align: left;
		font-size: 14px;
		padding: 4px 0px 0px 14px;
		background: url(../img/parts/catch1.png) no-repeat left 9px;
		margin-left: 0.5em;
	}

#map_canvas {
	margin-top: 18px;
	max-width: 900px;
	width:100%;
	height: 400px;
	border: 1px solid #D5CBCB;
}

#access_box {
	margin-top: 15px;
	padding-bottom: 100px;
}

#access_picture {
	float: left;
	width: 250px;
	margin-left: 0px;
}

	#access_picture img {
		width: 100%;
		height: auto;
		display: block;
	}

#access_info {
	float: left;
	width: 500px;
}

	#access_info ul {
		margin-left: 30px;
		margin-top: 5px;
	}
	
		#access_info ul li {
			text-align: left;
		}
			#access_info ul li.clinic {
				font-size:21px;
				letter-spacing: 0.2em;
			}
			#access_info ul li.tel {
				font-size: 18px;
				background: url(../img/parts/tel.png) no-repeat 0 3px;
				padding-left: 19px;
				letter-spacing: 0.2em;
			}
				#access_info ul li.tel a {
					text-decoration: none;
					color: #232828;
				}
			#access_info ul li.parking {
				font-size: 14px;
				margin-top: 0px;
			}
			#access_info ul li.address {
				font-size: 14px;
				margin-top: 7px;
			}
			#access_info ul li.point {
				background-color: #FFD5CF;
				padding: 8px 12px;
				border-radius: 8px;
				max-width: 450px;
				margin-top: 10px;
			}
		
	#access_btn {
		clear: both;
		text-align: left;
		margin-left: 30px;
		margin-top: 15px;
	}		
		#access_btn a.popup {
			margin-top: 20px;
			cursor: pointer;
		}		
			#access_btn a.popup img {
				margin-right: 30px;
			}
@media screen and (max-width: 789px) {

#access_picture {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#access_info {
	float: none;
	width: 100%;
}

	#access_info ul {
		margin-left: 0;
	}
	
		#access_info ul li {
			text-align: center;
		}
			#access_info ul li.clinic {
			}
			#access_info ul li.tel {
				width: 200px;
				margin-left: auto;
				margin-right: auto;
			}
			#access_info ul li.point {
				width: 100%;
				margin-top: 10px;
				text-align: left;
				margin-left: auto;
				margin-right: auto;
			}
		
	#access_btn {
		clear: none;
		text-align: center;
		margin-left: 0px;
	}	
			#access_btn a.popup img {
				margin-right: 5px;
				margin-left: 5px;
			}
}