@charset "utf-8";
/* CSS Document */
#contents_container {
  /*filter: gray();*/
  background-color: #fff;
  color: #000;
}
#contents_block a {
  color: #000;
  text-decoration: underline;
}
#common_side_button li#c_side_bt07 {
  /*display:none;*/
}
#kids_large_banner {
	width: calc( 100% - 40px );
	margin: 0 auto;
	text-align: center;
	padding: 7px 0px 0;
}
#kids_large_banner a img{
	width: 100%;
	height: auto;
}
#main_container {
	margin: 0px auto;
}
/*------------------------------------------------------*/
/*動画*/
#movie video, #movie canvas{
	width: 100%;
	height: auto;
}


/*------------------------------------------------------*/
/*ページタイトル*/
#page_title {
  width: 100%;
  height: 350px;
  margin: 0px auto;
  /*background-image:url(image/mainimage.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
}
/*------------------------------------------------------*/
/*2カラム*/
#index_2col {
	width: calc( 100% - 50px );
	margin: 0 auto;
	overflow: hidden;
}
/*------------------------------------------------------*/
/*左カラム*/
#index_2col_left_col {
	width: 100%;
}
#index_2col_left_col h2 {
	width: calc( 100% - 40px );
	height: 40px;
	margin: 10px auto 13px;
	padding: 0px 20px;
	background-image: none;
	background-color: #ffc2b9;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	position: relative;
}
#index_2col_left_col h2::before{
	content: '';
	display: block;
	width: calc( 100% - 10px );
	height: 100%;
	background-color: #ffe5e2;
	-webkit-border-radius: 18px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 18px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-radius: 18px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;	
	position: absolute;
	top: 0;
	right: 0;
}
#index_2col_left_col h2 a {
    display: flex;
    align-items: center;
	gap: 0 10px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	font-weight: 500;
}
#index_2col_left_col h2 a::before{
	content: 'ここにテキスト';
}
#index_2col_left_col h2 span {
	display: inline-flex;
	align-items: center;
}
#index_2col_left_col h2 span::before{
	content: '';
	background: url("../index/image_sp/titleicon01.png") 0 0 / contain no-repeat;
	width: 20px;
	height: 12px;
	padding-right: 7px;
}

#index_2col_left_col h2.c_sub01 a::before{
	content: 'Medical Information';
}

#index_2col_left_col h3{
	width: calc( 100% - 40px );
	padding: 0 20px 7px;
	margin: 0 auto 15px;
	border-bottom: 1px dotted #999696;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
#index_2col_left_col h3::before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ff7d7d;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	position: absolute;
	top: 8px;
	left: 0;
}
#index_2col_left_col h3:not(:first-of-type){
	margin-top: calc( 40px - 1em );
}


/*------------------------------------------------------*/
/*診療日*/
.date_table {
	width: 100%;
	margin: 15px auto;
}
.date_table .scrollinn{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.date_table .scrollinn::-webkit-scrollbar {
  	height: 9px;
}
.date_table .scrollinn::-webkit-scrollbar-thumb {
	background: #828282; /* ハンドルの色 */
	border-radius: 8px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	background-clip: padding-box;
}
.date_table .scrollinn::-webkit-scrollbar-track {
	background: #e6e6e6; /* 背景色 */
	margin: 2px 0;
}
.date_table table {
    width: 675px;
}
.date_table span {
  font-color: #F06A6E;
}
.date_table .cir {
  color: #F06A6E;
}
.date_table .sla {
  color: #F06A6E;
  font-weight: bold;
}
.date_table .time {
  color: #F06A6E;
  font-weight: bold;
}
.date_table .arrow {
  color: #F06A6E;
  font-weight: bold;
}

.date_table .scrollinn + p{
	margin-top: 15px;
}

.date_table .caution {
  font-weight: 500;
  color: red;
  margin-top: 35px;
  letter-spacing: 1px;
}

/*------------------------------------------------------*/
/*診療日表*/
.col_table {
  text-align: center;
  border-left: 1px solid #F06A6E;
  border-top: 1px solid #F06A6E;
}
.col_table th, .col_table td {
  border-right: 1px solid #F06A6E;
  border-bottom: 1px solid #F06A6E;
  height: 40px;
}
.col_table th {
  white-space: nowrap;
  width: 22%;
}
.col_table td {
  white-space: nowrap;
  width: 13%;
}
/*------------------------------------------------------*/
/*診療科目*/
.kamoku_ol_lv1 {
	width: 100%;
	margin: 35px auto 0;
	background-color: #ffc4ba;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.kamoku_ol_lv1 table{
	width: calc( 100% - 26px );
	margin: 0 auto;
	padding: 13px;
}
.kamoku_ol_lv1 table td{
	display: block;
}
.kamoku_ol_lv1 table td.cell01{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
}
.kamoku_ol_lv1 table td.cell02{
	background-color: #fff;
	padding: 20px 15px 0 15px;
	font-weight: 500;
}
.kamoku_ol_lv1 table td.cell03{
	background-color: #fff;
	padding: 20px 15px;
}
.kamoku_ol_lv1 table td.cell03 a{
	width: calc( 100% - 15px );
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f26b6f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none !important;
}
.kamoku_ol_lv1 table td.cell03 a span{
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}

/*------------------------------------------------------*/
/*新着情報一覧*/

#index_2col_left_col h2.c_sub02{
	margin: 40px auto 0;
}
#index_2col_left_col h2.c_sub02 a {
    font-size: 14px;
}
#index_2col_left_col h2.c_sub02 a::before{
	content: 'News & Topics';
}

.news_list_container {
	width: 100%;
	margin: 15px auto;
	overflow: hidden;
}
.news_list_container table {
	width: 100%;
}
.news_list_container table tr{
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}
.news_list_container table tr:not(:last-child){
	padding-bottom: 20px;
}
.news_list_container table tr .cell01{
	order: 2;
	width: 70px;
}
.news_list_container table tr .cell02{
	order: 1;
}
.news_list_container table tr .cell03{
	order: 3;
	width: 100%;
}

.news_list_container table .cell01 div {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	margin: 0px auto;
	text-indent: -9999px;
	background-image: url(image/new_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
.news_list_container table .cell02 div {
	font-size: 15px;
	font-weight: 500;
}
.news_list_container table .cell02 div::before{
	content: '▶';
	font-size: 15px;
	color: #f0696d;
	padding-right: 10px;
}
.news_list_container table .cell03 {}
.news_list_container table .cell03 a {
	color: #000;
}
.news_list_container table .cell03 a:hover {
	color: #F66;
}

/*------------------------------------------------------*/
/*右カラム*/
#index_2col_right_col {
  display: none;
}


/*------------------------------------------------------*/
/*ウィンドウ下部固定メニュー*/

.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffda54;
	z-index: 9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
}

.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
	height: 50px;
    margin: 0px auto;
	display: flex;
}
.footer_area .footer_area_inner::before{
    content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}
.footer_area .footer_area_inner a{
    width: calc( 50% - 1px );
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #000;
}
.footer_area .footer_area_inner a:nth-of-type(1)::before{
	content: '';
	background: url("../index/image_sp/floaticon01.png") 0 0 / contain no-repeat;
	width: 16px;
	height: 25px;
	padding-right: 9px;
}
.footer_area .footer_area_inner a:nth-of-type(2)::before{
	content: '';
	background: url("../index/image_sp/floaticon02.png") 0 0 / contain no-repeat;
	width: 25px;
	height: 25px;
	padding-right: 9px;
}







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