@charset "utf-8";

#globalNav li.menu3 a{
	background: url(../../img/menu/ar.png) no-repeat bottom center;
	font-weight: bold;
}


/*page_index
************************************************************************************/
.page_index li{
	width: 180px;
	margin: 0 5px 10px 5px;
	padding: 7px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
}

.page_index li .title{
	font-weight: bold;
	color: #008fb0;
	margin: 0 0 10px 0;
	height: 1.5em;
	text-align: center;
}

.page_index li .photo{
	width: 180px;
	height: 130px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.page_index li .photo img{
	max-width: 100%;
	height: auto;
}
.page_index li .cmt{
	height: 7.5em;
	overflow: hidden;
	font-size: 80%;
}
.page_index li .cmtS{
	height: 5.5em;
	overflow: hidden;
	font-size: 80%;
}
.page_index li .btn{
	background: url(../../img/common/bg_blue.png) repeat;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
}
.page_index li .btn a{
	background: url(../../img/common/ar_blue.png) no-repeat left center;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #333;
}
.page_index li:hover{
	border: 1px solid #008fb0;
}
@media screen and (max-width: 768px) {
/*tablet*/
.page_index ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	text-align: center;
	margin: auto;
}

.page_index li{
	margin: 0 0 10px 1%;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: inline-block;
	padding: 5px 0.5%;
	vertical-align: top;
	text-align: left;
	width: 32%;
}

.page_index li .title{
	font-weight: bold;
	color: #008fb0;
	margin: 0 0 10px 0;
	height: 1.5em;
	text-align: center;
}

.page_index li .photo{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
.page_index li .photo:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さを幅の75%に固定 */
}
.page_index li .photo img{
	max-width: 100%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
.page_index li .cmt{
	height: 8.5em;
	overflow: hidden;
	font-size: 80%;
}
.page_index li .cmtS{
	height: 5.5em;
	overflow: hidden;
	font-size: 80%;
}
.page_index li .btn{
	background: url(../../img/common/bg_blue.png) repeat;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
}
.page_index li .btn a{
	background: url(../../img/common/ar_blue.png) no-repeat left center;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #333;
}
.page_index li:hover{
	border: 1px solid #008fb0;
}
}

@media screen and (max-width: 620px){
.page_index li{
	width: 49%;
}
.page_index li .cmt,
.page_index li .cmtS{
	display: none;
}
.page_index li .btn a{
	font-size: 80%;
}
}

/*page_info
************************************************************************************/
.image1{
	background: url(../../patient/img/info/image.jpg) no-repeat right top 70px;
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
.image1{
	background: none;
	padding-bottom: 0;
}
}


/*page_facilities
************************************************************************************/
.page_facilities{}

.page_facilities .frameBox{
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 10px 0;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	table-layout: fixed;
}
.page_facilities .frameBox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .page_facilities .frameBox{
    height: 1em;
}
.page_facilities .frameBox{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .page_facilities .frameBox{
	zoom:1;
}


.page_facilities .frameBox .photo{
	display: table-cell;
	width: 160px;
	vertical-align: top;
}
.page_facilities .frameBox .photo img{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.page_facilities .frameBox .details{
	display: table-cell;
	vertical-align: top;
	width: 650px;
}
.page_facilities .frameBox .details ul.gallery{
	margin: 15px 0 0 0;
	text-align: center;
}

.page_facilities .frameBox .details ul.gallery li{
	display: inline-block;
	width: 100px;
}
.page_facilities .frameBox .details ul.gallery li img{
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
@media screen and (max-width: 768px) {
.page_facilities{}

.page_facilities .frameBox{
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	table-layout: fixed;
}

.page_facilities .frameBox .photo{
	display: block;
	width: auto;
	vertical-align: top;
	text-align: center;
}
.page_facilities .frameBox .photo img{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	max-width: 100%;
	height: auto;
}

.page_facilities .frameBox .details{
	display: block;
	vertical-align: top;
	width: auto;
}
.page_facilities .frameBox .details ul.gallery{
	margin: 15px 0 0 0;
	text-align: center;
}

.page_facilities .frameBox .details ul.gallery li{
	display: inline-block;
	width: 100px;
}
.page_facilities .frameBox .details ul.gallery li img{
	max-width: 100%;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
}


/*page_result
************************************************************************************/

.page_result tbody td{
	width: 95px;
	text-align: center;
	padding: 3px !important;
}
.page_result thead th{
	text-align: center;
}
.page_result tbody th{
	text-align: left;
}

@media screen and (max-width: 768px) {
.page_result tbody td{
	width: auto;
	text-align: left;
}
.page_result thead th{
	text-align: left;
}
.page_result tbody th{
	text-align: left;
}
.page_result tbody th br{
	display: none;
}
.page_result thead{
	display: none;
}
.page_result table.normal tbody td{
	border-bottom: 1px dotted #c0c0c0 !important;
	font-size: 80%;
}
.page_result table.normal tbody td br{
	display: none;
}
.page_result table.normal tbody td:before{
	font-weight: bold;
	padding-right: 5px;
}
.page_result table.normal tbody td:nth-of-type(1):before { content: "[2023年]"; }
.page_result table.normal tbody td:nth-of-type(2):before { content: "[2022年]"; }
.page_result table.normal tbody td:nth-of-type(3):before { content: "[2021年]"; }
    
/*220629 岩原先生のご依頼で、SPの時は３年分のみ表示に変更*/    
.page_result table.normal tbody td:nth-of-type(4),
.page_result table.normal tbody td:nth-of-type(5) { 
    display: none;
}


/*page_birth_kenshin
************************************************************************************/
.page_birth_kenshin ul.kenshinList{
	display: table-cell;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	width: 100%;
}

.page_birth_kenshin ul.kenshinList li{
	border: 1px solid #ededed;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	display: table-cell;
	width: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page_birth_kenshin ul.kenshinList li .photo{
	text-align: center;
	padding: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
.page_birth_kenshin ul.kenshinList{
	display: block;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	width: 100%;
}

.page_birth_kenshin ul.kenshinList li{
	border: 1px solid #ededed;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page_birth_kenshin ul.kenshinList li .photo{
	text-align: center;
	padding: 10px 0 0 0;
}
}

/*etc
************************************************************************************/
@media screen and (max-width: 768px) {
/*tablet*/
.page_birth_baby img,
.page_birth_support img,
.page_birth_kihon img{
	margin: 5px auto;
	max-width: 100%;
	height: auto;
	display: block;
	float: none;
}
.page_birth_class img{
	margin: 5px auto;
	max-width: 50%;
	height: auto;
	display: block;
	float: none;
}
}