@charset "utf-8";


/* [ トップページ ]
---------------------------- */

/* スライドショー */

/*#mainVisual {
	width:100%;
	text-align:center;
	height:459px;
	position:relative;
	background: url(../images/common/main_visual.jpg) no-repeat top center;
}*/
#mainVisual {
	width: 100vw; /* ビューポートの横幅を指定 */
	height:459px; /* 必要であれば縦も全体にする（任意） */
	text-align: center;
	position: relative;
	background: url(../images/common/main_visual.jpg) no-repeat center center;
	background-size: cover; /* 画面いっぱいに拡大 */
}

#mainVisual .mainVisualInner {
	text-indent:-9999px;
}

#mainVisual .btnBlock {
	height:128px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/common/menu_bg.png) repeat-x 0 bottom;
}

#mainVisual .btnBlock ul {
	width:980px;
	margin:0 auto 0;
	padding:15px 0 13px;
}

#mainVisual .btnBlock li {
	float:left;
	width:316px;
	height:100px;
	margin-left:16px;
}
#mainVisual .btnBlock li:first-child {
	margin-left:0px;
}
	@media screen and (max-width: 640px) {
		#mainVisual {
			width:100%;
			height:auto;
		}
	}



/* top title01 */

.topTitle01 {
	border-bottom:solid 4px #85abe2;
	font-size: 1.8em;
	line-height:1.5;
	font-weight: bold;
	margin-bottom: 0.8em;
	color:#2759a1;
	text-align:center;
	letter-spacing: 0.5em;
}
.topTitle01 span.large {
	font-size:1.5em;
	color:#f2727e;
}
	@media screen and (max-width: 640px) {
		.topTitle01 {
			font-size: 1.3em;
			letter-spacing: 0em;
		}
	}
/* top title02 */

.topTitle02 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom: 0.5em;
}
.topTitle02.red {
	color:#f2727e;
}
.topTitle02.blue {
	color:#2759a1;
}

/**/

.topBlock01 {
	margin-bottom:45px;
}
.topBlock01 > .leftBox {
	width:345px;
	float:left;
}
.topBlock01 > .rightBox {
	width:345px;
	float:right;
}
	@media screen and (max-width: 640px) {
		.topBlock01 {
			margin-bottom:25px;
		}
		.topBlock01 > .leftBox,
		.topBlock01 > .rightBox {
			width:100%;
			float:none;
		}
	}

/**/

.topBlock02 {
	margin-bottom:45px;
}
.topBlock02 > img {
	margin-bottom:25px;
}
.topBlock02 > p {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}
	@media screen and (max-width: 640px) {
		.topBlock02 > p {
			font-size:1.2em;
		}
	}

/**/

.topBlock03 {
	margin-bottom:30px;
}
.topBlock03Inner {
	margin-bottom:60px;
}


/* message */

.topBlock04 {
	margin-bottom:30px;
}
.topBlock04Inner {
	margin-bottom:35px;
}
.topBlock04 h3 {
	margin-bottom:1em;
}
.topBlock04 .topTitle02 {}

.fBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row; /* よこ向き配置 */
	width: 100%;
	justify-content: center;
	align-items: center;
}
.fBox.imgtop {
  justify-content: flex-start;
	align-items: flex-start;
}
.fBox.imgright .fBoxSub {
	padding:0 0 0 20px;
}
.fBox.imgleft .fBoxSub {
	padding:0 20px 0 0;
}
.w10p { width:10%; }
.w20p { width:20%; }
.w30p { width:30%; }
.w35p { width:35%; }
.w40p { width:40%; }
.w50p { width:50%; }
.w60p { width:60%; }
.w65p { width:65%; }
.w70p { width:70%; }
.w75p { width:75%; }
.w80p { width:80%; }
.w90p { width:90%; }

	@media screen and (max-width: 640px) {
		.topBlock03Inner {
			margin-bottom:30px;
		}
		.fBox {
			flex-direction: column; /* たて向き配置 */
			width: 100%;
			padding:0 10px;
		}
		.fBox.imgright .fBoxSub {
			padding:0 0 0 0;
		}
		.fBox.imgleft .fBoxSub {
			padding:0 0 0 0;
		}
		.fBox .fBoxMain {
			width: 100% !important;
			margin-bottom:1em;
			order:1;
		}
		.fBox .fBoxSub {
			width: 100% !important;
			order:2;
			margin:0 !important;
		}
		.fBox .fBoxSub img {
			width: 200px;
		}
	}


/* banner recruit */

.top-bnr-recrtuit {
	margin-bottom:50px;
}
	@media screen and (max-width: 640px) {
		.top-bnr-recrtuit {
			margin-bottom:25px;
		}
	}


/* information */

#information {
	color:#292929;
}
#information #news {
	width:670px;
	float:left;
}
#information #blog {
	width:335px;
	float:right;
}
#information .infomationTitle {
	border-bottom: solid 3px #6d9dd1;
	font-size:1.1em;
	font-weight:normal;
	position:relative;
	padding:0 0 0.2em 0;
}
#information #news .infomationTitle h3 {
	background: url(../images/common/icon_news.png) no-repeat;
}
#information #blog .infomationTitle h3 {
	background: url(../images/common/icon_blog.png) no-repeat;
}
#information #news .infomationTitle h3,
#information #blog .infomationTitle h3 {
	backgorund-position:0 center;
	background-size:38px auto;
	padding-left:44px;
	line-height:40px;
}
#information .infomationTitle > span {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
}
#information .infomationTitle > span a {
	display:block;
	color:#292929;
	font-size:0.7em;
	line-height:40px;
	background: url(../images/common/arw_news.png) no-repeat 0 center;
	background-size:12px auto;
	padding-left:16px;
}
#information dl {
	border-bottom:dashed 1px #c9cacb;
	background:#fff;
	font-size:0.8em;
	padding:10px 15px;
}
#information dt {
	font-weight:bold;
	background: url(../images/common/arw_news.png) no-repeat 0 center;
	background-size:12px auto;
	padding-left:16px;
}
#information dl.new dt:after {
	content:"　";
	display:inline-block;
	background: url(../images/common/icon_new.png) no-repeat;
	width:40px;
	height:20px;
	background-size:40px auto;
	margin-left:10px;
}
#information dd {
	padding-left:16px;
}
	@media screen and (max-width: 640px) {

		#information #news,
		#information #blog {
			width:100%;
			float:none;
			margin-bottom:30px;
		}

	}


/*


[ お知らせ・ブログ記事一覧 ]


-------------------------------------------------*/

.informationList {
	/*background:#fff;
	border-radius:5px;*/
	margin-bottom:2em;
}
.informationList dl {
	border-bottom:dashed 1px #c9cacb;
	padding:10px 15px;
}
.informationList dt {
	font-weight:bold;
	background: url(../images/common/arw_news.png) no-repeat 0 center;
	background-size:12px auto;
	padding-left:16px;
}
.informationList dl.new dt:after {
	content:"　";
	display:inline-block;
	background: url(../images/common/icon_new.png) no-repeat;
	width:40px;
	height:20px;
	background-size:40px auto;
	margin-left:10px;
  vertical-align: middle;
}
.informationList dd {
	padding-left:16px;
}

/**/

.article_time_cat {
	border-top: dashed 1px #ccc;
	margin-bottom:40px;
	padding-top:15px;
}
.article_time {
	font-size: .85em;
	line-height: 1.2em;
	float: left;
	width: 200px;
}
.article_category {
	font-size: .85em;
	line-height: 1.2em;
	float: right;
	width: 470px;
}
.article_category .title {
	float: left;
	padding-right: 2px;
}
.article_category .list {
	float: left;
	width: 365px;
}
.article_category .list ul {
	float: left;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.article_category .list ul li {
	float: left;
	background: none !important;
	margin: 0p !important;
	padding: 0 15px 5px 0 !important;
}


/*


[ page-navi ]


-------------------------------------------------*/

#pagenavi {
    margin: 0 0 20px 0;
}
#pagenavi a, #pagenavi span {
    float: left;
    display: block;
    width: 50px;
    margin: 0 1px 1px 0;
    text-align: center;
    line-height: 50px;
    color: #999;
    font-size: 11px;
    background: #fff;
}
#pagenavi span.pages {
    width: 100px;
}
#pagenavi span.current {
    background-color: #376cb7;
    color: #fff;
}
#pagenavi a.prev {
    width: 50px;
    padding-left: 30px;
    text-align: left;
}
#pagenavi a.next {
    width: 54px;
    padding-left: 15px;
    text-align: left;
}
#pagenavi a:link, #pagenavi a:visited {
    text-decoration: none;
    background: #fff;
}
#pagenavi a:hover, #pagenavi a:active {
    background-color: #eee;
    text-decoration: none;
}
#pagenavi a.prev:link, #pagenavi a.prev:visited {
    background-color: transparent;
    background-position: 8px center;
}
#pagenavi a.prev:hover, #pagenavi a.prev:active {}
#pagenavi a.next:link, #pagenavi a.next:visited {
    background-color: transparent;
    background-position: 55px center;
}
#pagenavi a.next:hover, #pagenavi a.next:active {}
#pagenavi .page {
    font-size: 12px;
}
#pagenavi .larger {
    font-size: 12px !important;
}


/*



[ Page Content Base ]


-------------------------------------------------*/


/* common */







/* はじめてご来院の方 */

.first-arw {
	text-align:center;
}

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



/* 医院の紹介 */

.history {
	max-width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
}
.history th,
.history td {
	padding: 5px 10px;
	vertical-align: middle;
}
.history th {
	font-weight:bold;
	white-space: nowrap;
}
		@media only screen and (max-width: 640px) {
				.history {
					margin: 0 0 1.5em 0;
				}
				.history th,
				.history td {
					width: 100%;
					display: block;
					border-top: none;
				}
				.history th {
					font-weight:bold;
					white-space:normal;
					border-bottom:dashed 1px #ccc;
				}
		}

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





