/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		position: relative;
	}
	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* メイン画がヘッダ下に潜り込む場合は下記を使用
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 30px);
		background: rgba(255,255,255,0.85);
		z-index: 99;
	}
	*/
	#header .contact {
		position: absolute;
		top: 111px;
		right: 0;
		z-index: 1111;
	}
	#header .contact p+p {
		margin-top: 5px;
	}
	#header .contact a img {
		width: 25px;
		margin-bottom: 8px;
	}
	#header .contact .tel {
		position: relative;
		display: inline-block;
		width: 48px;
		height: 177px;
		box-sizing: border-box;
		text-align: center;
		padding: 35px 15px 0;
		line-height: 1;
	}
	#header .contact .tel img {
		width: 23px;
		position: absolute;
		top: 12px;
		left: 50%;
		margin-left: -9px;
	}
	#header .contact .btn {
		position: relative;
		display: inline-block;
		width: 48px;
		height: 257px;
		box-sizing: border-box;
		text-align: center;
		padding: 35px 15px 0;
		line-height: 1;
	}
	#header .contact .btn img {
		width: 18px;
		position: absolute;
		left: 50%;
		top: 12px;
		margin-left: -9px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 617px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 617px;
		margin-top: -617px;
	}
	#footer .box,
	#footer .box .title_f {
    height: 240px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	}
	#footer .box .title_f {
		border-right: 1px solid #ffffff;
	}
	#footer .box {
		display: flex;
		align-items: center;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* トップメッセージ */
	#top_msg {
		padding-top: 185px;
	}
	#total {
	padding: 50px 0;
	}
	#total p {
	text-align: center;
	}
	/* メニューコンテンツ */
	#top_menu .in .box {
		width: 340px;
	}
	#top_menu dl dt {
		margin-bottom: 15px;
	}
	/* お知らせ */
	#top_info {
		padding-bottom: 130px;
	}
	#top_info h3.sub {
		margin-bottom: 50px;
	}
	#top_info .w70 {
		width: 70%;
		float: left;
	}
	#top_info .w30 {
		width: calc( 30% - 20px );
		float:right;
	}
	
	/*--------------------------------------------------
		診療案内
	--------------------------------------------------*/
	#menu_page .box {
		width: 525px;
	}
	#menu_page .box.w2 {
		width: 100%;
	}
	#menu_page .box .in.w2 .fl, #menu_page .box .in.w2 .fr {
		width: 500px;
		position: relative;
	}
	#menu_page .box .in.w2 .fl::after {
		border-right: 1px solid #fa8700;
		content: "";
		position: absolute;
		left: 0;
		right: -25px;
		bottom: 0;
		height: 100%;
	}
	#menu_page .box .before:before {
		position: absolute;
		content: "";
		top: 50%;
		right: -50px;
		margin-top: -45px;
		border: 30px solid transparent;
		border-left: 20px solid #ffde9a;
	}
	/*--------------------------------------------------
		院長のご紹介
	--------------------------------------------------*/
	#doctor_prf .prf .in {
		padding-left: 250px;
	}
	#doctor_prf .prf p.img {
		position: absolute;
		top: 0;
		left: 0;
	}
	#doctor_info .fl, #doctor_info .fr {
		width: 595px;
	}
	#doctor_info .img_rit {
		margin-right: 20px;
	}
	#doctor_info .img_wrap {
		position: relative;
	}
	#doctor_info .img {
		float: left;
		width: 505px;
		margin: 40px auto 0;
		text-align: center;
	}
	#doctor_info .img p {
		margin-bottom: 50px;
	}
	#doctor_info .img p.nm {
		margin-bottom: 0;
	}
	#doctor_info .img .pc_move {
		position: absolute;
		top: 440px;
		right: 0;
	}
	/*--------------------------------------------------
		当院のご案内
	--------------------------------------------------*/
	#room .bgm {
		background:url("../img/about/img02.png?1225") no-repeat right top;
	}
	#room .list dl:nth-of-type(4n+1) {
		margin-left: 0;
	}
	#room .bgm .box {
		width: calc( 50% - 10px );
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */
/*------------------------------------------------*/
}