@charset "utf-8";
/* CSS Document */
.wrap{
  width: 100%;
  overflow: hidden;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
}

/* ヘッダー関係 */
header{
  width:100%;
  background-color: rgba(255,255,255,0.8);
  padding: 10px 0 0 0;
  position: absolute;
  z-index: 9998;
}
header a{
  color: #4d4d4d;
  text-decoration: none;
}
header.inpage{
  width:100%;
  background-color: rgba(255,255,255,0.8);
  padding: 10px 0 0 0;
  position: relative;
  z-index: 9998;
  border-bottom: 1px solid #e8e8e8;
}
header.inpage a{
  color: #4d4d4d;
  text-decoration: none;
}
.title_acc{
  width:1000px;
  margin: 10px auto 60px auto;
  padding:0 15px 20px;
  clear: both;
}
.header_logo a{
  width:400px;
  height: 50px;
  color: #4d4d4d;
  font-size: 18px;
  display:block;
  float:left;
  padding:13px 0 5px 110px;
  line-height:1.4;
  font-weight:bold;
  position: relative;
  z-index: 100;
  background-image: url("../img/top_logo.svg");
  background-repeat: no-repeat;
  background-size: 100px 70px;
  -moz-background-size: 100px auto;
  background-position: top 0 left 0;
}
.header_logo a span{
  font-size: 12px;
  font-weight:normal;
}
.header_logo a:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.head_sub{
  width:450px;
  color: #163217;
  display:block;
  float:right;
  padding-top: 20px;
  text-align: right;
  position: relative;
  z-index: 9997;
}
.top_access{
  font-size: 12px;
  margin-bottom:7px;
}
.head_tel{
  display:table;
  width:100%;
  font-size: 24px;
}
.head_tel span{
  font-size: 12px;
  margin-right:8px;
  vertical-align: middle;
}
.top_women_tel{
  font-size: 24px;
  display: table-cell;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.top_pediatrics_tel{
  font-size: 24px;
  display: table-cell;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

/* グローバルメニュー関係 */
nav{
  width:1000px;
  margin: 20px auto 0;
}
#menu{
  display:flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
#menu li{
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li + li{
  margin-left: 10px;
}
#menu li a{
  font-size: 12px;
  display: block;
  padding: 12px 0 0;
  color: #1a1a1a;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  border-bottom: 3px solid rgba(0,0,0,0.0);
}
#menu li a:hover{
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid #c69600;
}
#menu li a.active{
  border-bottom: 3px solid #c69600;
}
#toggle{ 
  display: none;
}
.nav_hamb{
  display:none;
}
.toggle_btn {
  display: none;
}
/* コンテンツ関係 */
h2.cont_title{
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #c69600;
  line-height: 1.8;
  padding: 35px 0 50px ;
  letter-spacing: 0.1em;
}
h2.cont_title_bt{
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #c69600;
  line-height: 1.8;
  padding: 35px 0 10px;
  letter-spacing: 0.1em;
}
section{
  width: 1000px;
  height: auto;
  margin: 0 auto 80px auto;
}
section table {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #4d4d4d;
  margin-bottom: 15px;
}
section th, section td  {
  padding: 10px;
  border: 1px solid #ccc;
}
section th, section td:first-child{
  vertical-align: middle;
}
section th  {
  background: #f4f4f4;
}
section table.md_table_2{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto 15px;
  text-align: center;
  width: 100%;
}
section table.md_table_2 td{
  border: 1px solid #ccc;
  padding: .5em 1em;
  width:87%;
  text-align: left;
  vertical-align: middle;
}
section table.md_table_2 th{
  background: #f4f4f4;
  width: 13%;
}

section h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}
section h3.info{
  width:110px;
  height: 40px;
  line-height: 1.9;
  margin: 0 auto 30px;
  color: #c69600;
  border-top:1px solid #c69600;
  border-bottom:1px solid #c69600;
}
section h3.md{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}
p.section_midashi{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
section p{
  font-size: 14px;
  line-height: 1.6;
  color: #4d4d4d;
}
section p.cent_txt{
  margin-bottom: 10px;
}
section p.cent_txt span{
  color: #999;
}
section p.cent_txt_md{
	border-top:1px dashed #9E9E9E;
	padding-top:80px;
	margin-bottom: 30px;
}
section p.cent_txt_md1{
  font-size: 16px;
  margin-top: 40px;
}
section p.section_top_txt{
  text-align: center;
  font-size:14px;
}
/* 各ページ固有要素関係 */
.price_area{
  width:720px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.price_box{
  margin: 40px auto 10px;
  border-bottom: 1px solid #ccc;
}
.p_justify {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 18px 0 15px;
  font-size:14px;
}
.download_btn{
  width:460px;
  position:relative;
}
.download_btn a{
  width:460px;
  height: 33px;
  padding:17px 0 0 0;
  margin-top: 20px;
  color:#fff;
  text-align: center;
  background-color: #c69600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display:block;
  opacity: 1.0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
}
.download_btn a:hover{
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.download_btn img{
  position: absolute;
  top:18px;
  right:20px;
  z-index: 1;
  height: 16px;
}
.sec_gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height:auto;
  margin-top: 30px;
}
/*
.sec_gallery::after{
  content:"";
  display: block;
  width:32%;
}
*/
.sec_gallery img{
  width: 32%;
  height: 100%;
  margin-bottom: 15px;
}
.sec_gallery_info{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fac_box{
  width:480px;
  height:306px;
  position: relative;
  margin: 0 10px 20px;
}
.fac_box p{
  position:absolute;
  bottom:10px;
  left:12px;
  z-index: 1;
  padding: 5px 8px;
  color: #fff;
  background-color: #c69600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fac_box img{
  width:100%;
  height: auto;
}
p.center_txt{
  text-align: center;
  margin-bottom: 10px;
}
.pedi_top_bn{
	max-height: 500px;
	overflow: hidden;

}
.pedi_top_bn img{
	width:100%;
}

.pedi_top_bn + .ped_section{
	margin-bottom: 0;
}

.ped_img{
	box-sizing: border-box;
	padding: 20px 200px 80px;
}

.inquery_box{
  width: 449px;
  height: 57px;
  background-color: #f2f2f2;
  padding: 15px 20px 20px;
  text-align: center;
  margin: 0 auto;
}
.inquery_box_large{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight:bold;
}
.inquery_box_large span{
  font-size: 23px;
}
/* フッター関係 */
footer{
  width:100%;
  background-color: #fff8e6;
  padding-top:30px;
  
}
.footer_wrap{
  width:1000px;
  padding: 20px 3% 30px;
  margin: 0 auto;
}
.ft_access{
  width: 100%;
  height:auto;
  clear: both;
  line-height: 1.4;
  color: #4d4d4d;
  overflow: hidden;
  margin-bottom:50px;
}
.ft_access p{
  font-size: 14px;
  margin-bottom:20px;
  line-height: 1.6;
}
.ft_access_l{
  width:40%;
  float: left;
}
.ft_access_r{
  width:60%;
  float:right;
  /*margin-right:-60px;*/
}
.maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ft_name{
  font-size: 18px;
  font-weight: bold;
  margin-bottom:20px;
}
.ft_name span{
  font-size: 12px;
  font-weight: normal;
}
.ft_info{
  width: 100%;
  height:auto;
  clear: both;
  overflow: hidden;
  padding-bottom:30px;
  margin-bottom:30px;
}
.ft_info p{
  font-size: 14px;
  margin-bottom:10px;
  line-height: 1.6;
  color: #4d4d4d;
}
.ft_women_info{
  width:49%;
  float:left;
  margin-right:1%; 
}
.ft_women_title{
  color: #c69600;
  font-size:18px;
  font-weight:bold;
  margin-bottom: 20px;
}
.ft_pediatrics_info{
  width:49%;
  float:right;
  margin-left:1%;
}
.ft_pediatrics_info_p{
  width:100%;
  float:right;
  margin-left:1%;
}
.ft_pediatrics_title{
  color:#ff7187;
  font-size:18px;
  font-weight:bold;
  margin-bottom: 20px;
}
p.close_day{
  color: #4d4d4d;
}
p.close_day span{
  color: #999;
}
footer nav{
  width:700px;
  margin: 0 auto;
}
footer nav ul li{
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top:15px;
  width: 100%;
  height: auto;
    vertical-align: middle;
}
.copyright{
  width:100%;
  padding: 30px 0 20px; 
  font-size: 11px;
  color: #fff;
  background-color: #808080;
  line-height: 1.6;
  text-align: center;
}
.copyright p{
  margin-bottom: 15px;
}
.ft_copy{
  font-size:9px;
  color: #fff;
}

/*小児科ページ用footer*/
#pedi_footer .ft_women_info{
  display:none;
}
#pedi_footer .ft_pediatrics_info{
  width:100%;
}

/*診療案内テーブル*/
table.table01 {
	width:100%;
	border-right:#ccc solid 1px;
	border-collapse: collapse;
	margin-top: 50px;
}
table.table01 span{
  display: none;
}
table.table01 thead th {
	background:#f4f4f4;
	color:#4d4d4d;
	padding:10px 15px;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
table.table01 thead th:last-child {
	border-right:#ccc solid 1px;
}
table.table01 tbody th {
	background:#f4f4f4;
	color:#4d4d4d;
	padding:10px 15px;
	border-bottom:#ccc solid 1px;
	vertical-align:middle;
}
table.table01 tbody tr:last-child th {
	border-bottom:#ccc solid 1px;
}
table.table01 tbody td {
	background:#fff;
	padding:10px 15px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	vertical-align:middle;
  text-align: center;
  width: 14%;
}
table.table01 tbody td.kyushin{
  background-color: #e6f9ff;
}
 
/*フッターテーブル*/
footer table {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #4d4d4d;
  margin-bottom: 15px;
  background-color: #fff;
}
footer th, footer td  {
  padding: 10px;
  border: 1px solid #ccc; 
}
footer th  {
  background: #f4f4f4;
}
.sch_table th {
  width: 13%;
}
.sch_table th.sch_time_m{
  width: 40%; 
}
.sch_table th.sch_time_p{
  width: 40%; 
}
.sch_table th.sch_day{
  width: 10%; 
}
.sch_table td  {
  text-align: center;
  vertical-align: middle;
}
.sch_table td:first-child  {
  text-align: left; 
}
.sch_table td br{
display: none;
}
.ball_yellow{
  color:#c69600;
}
.ball_pink{
  color:#ff7187;
}
/*パンくずリスト*/
.breadcrumb {
  width: 1000px;
  margin: 15px auto;
}
.breadcrumb li{
  display:inline;
  list-style: none;
  font-size: 12px;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color:#4F4F4F;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666;
}
.breadcrumb li a:hover {
  text-decoration: none;
  color:#ccc;
}
/*タブコンテンツ*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: calc(100%/2 - 4px);
  height: 50px;
  border: 1px solid #c69600;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #c69600;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
/*.tab_item:hover {
  opacity: 0.75;
}*/
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 15px 0;
  clear: both;
  /*overflow: hidden;*/
}
.tab_main{
  padding: 20px 15px 0;
  clear: both;
  overflow: hidden;
  margin: 0 auto 40px;
  width: 680px;
}
/*選択されているタブのコンテンツのみを表示*/
#chairman:checked ~ #chairman_content,
#director:checked ~ #director_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c69600;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tab_separate{
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.tab_left{
  width:calc(100%/2);
  height: auto;
  padding: 40px 0 0 20px;
  float: left;
}
.tab_left h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #333;
  text-align: left;
}
.tab_left h3 span{
  font-size: 14px;
  color: #4d4d4d;
  margin-right: 8px;
}
.tab_left_d{
  width:calc(100%/2 - 40px);
  height: auto;
  padding: 0 20px 0;
  float: left;
}
.tab_left_d h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #333;
  text-align: left;
}
.tab_left_d h3 span{
  font-size: 14px;
  color: #4d4d4d;
  margin-right: 8px;
}
.tab_left_d_r{
  width:calc(100%/2 - 40px);
  height: auto;
  padding: 0 20px 0;
  float: right;
}
.tab_left_d_r h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}
.tab_left_d_r h3 span{
  font-size: 14px;
  color: #4d4d4d;
  margin-right: 8px;
}
.tab_right{
  width:calc(100%/2 - 40px);
  height: auto;
  float:right;
}
.tab_right img{
  width:90%;
  height: auto;
  position:relative;
  left:30px;
}

.tab_right.small_right img{
	width: 70%;	
	position: relative;
	left: 85px;
	top: 35px;
}

.tab_right_l{
  width:300px;
  height: auto;
  float:left;
}
.tab_right_l img{
  width:300px;
  height:auto;
}
.tab_middle{
  padding: 40px 20px 0;
}
p.tab_midashi{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:18px;
  font-weight:bold;
  margin: 0 0 15px 76px;
  text-indent: -1em;
}
p.tab_txt{
  font-size:15px;
  line-height: 1.8;
  color: #4d4d4d;
  margin: 0 0 40px 60px;
}
p.greeting_top{
  font-size:15px;
  line-height: 1.8;
  color: #4d4d4d;
  margin: 0 0 35px 60px;
  text-align: center;
}

/*経歴欄のテーブルデザイン*/
.tab_career {
	height:auto;
  margin: 0 0 40px 60px;
	font-size: 15px;
  line-height: 1.8;
  color: #4d4d4d;
}

.tab_career dt {
  clear: left;
  float: left;
  max-width: 100%;
}

.tab_career dd {
 	display: inline-block;
	box-sizing: border-box;
	margin-left: 5%;
}
/*アコーディオン表示*/
.tab_under{
	height: auto;
}

.acc_box{
  margin-left: 80px;
}

.acc_box label{
	display: inline-block;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 120px 20px 20px;
	max-width: 100%;
	color: #8E8E8E;
  font-weight: bold;
  background-color: #FFEFC6;
  cursor :pointer;
  transition: all 0.5s;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.acc_box label:before {
	 content: '\f105';
   font-family: 'Font Awesome 5 Free';
   padding-right: 8px;
}
.acc_box label:hover {
    background-color : #FFF5D8;
}

.acc_box input{
	display: none;
}

.acc_sentence {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.acc_sentence p{
	padding-top:20px;
	font-size: 15px;
  line-height: 1.8;
  color: #4d4d4d;
}

.cssacc:checked + label + .acc_sentence{
	  height: auto;
    padding:30px 0 0 15px;
    opacity: 1;
}

.cssacc:checked + label:before{
		content: '\f103';
}

p.tab_txt:last-child{
  margin-bottom: 0;
}

/*トップページ用*/
.top_banner{
  width:100%;
  height:800px;
  background-image: url("../img/top_banner.jpg");
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 10px;
  z-index:9996;
}
.top_catch{
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #c69600;
  line-height: 1.2;
  padding: 20px 0;
  letter-spacing: 0.05em;
}
.top_catch p{
  margin-bottom: 30px;
}
.top_catch span{
  font-size: 24px;
}
.top_catch img{
  max-width: 620px;
}
.slider_area{
  width:100%;
  margin-bottom: 40px;
}
.scroll_area img{/*js実装後は削除*/
  background-color: aquamarine;
  margin: 10px;
}
.top_txt{
  width:100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.contents_btn{
  display: flex;
width: 100%;
}
.cont_btn {
  display: flex;
  flex-wrap: wrap;
}
.cont_btn .inner {
  flex: 0 0 32%;
  position: relative;
}
.cont_btn .inner + .inner {
  margin-left: 2%;
}
.cont_btn .inner::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.cont_btn .inner a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54%;
  text-align:center;
  background-color: #ccc;
  padding: 46% 0 0 0;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s ease;
}
.cont_btn .inner a:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.cont_btn .inner a.cont_btn01{
  background-image: url("../img/cont_btn01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont_btn .inner a.cont_btn02{
  background-image: url("../img/cont_btn02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont_btn .inner a.cont_btn03{
  background-image: url("../img/cont_btn03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit-box {
  padding: 1em;
  border: double 5px #FFF0CA;
  line-height: 1.6;
  color: #4d4d4d;
  width: 1000px;
  height: auto;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
}
.recruit-box p{
  font-size:16px;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";font-weight: bold;
  text-align: center;
}
.recruit-top p{
  font-size: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 0 0 16px 0;
}
section#facebook_area{
  margin: 40px auto;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}



/*for Responsive*/
@media screen and (max-width: 1024px){
  .header_logo a{
    width:auto;
    padding: 25px 0 5px 110px;
    background-position: top 13px left 0;
  }
  .head_sub{
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .title_acc{
    width:94%;
    margin: 0 3%;
    overflow: hidden;
    padding:0 0 15px;
  }
  .top_women_tel{
    width: 50%;
    display: block;
    margin-bottom:5px;
    float: left;
  }
  .top_pediatrics_tel{
    width: 50%;
    display: block;
    float: left;
  }
  .head_tel{
    font-size: 18px;
  }
  nav{
    width:94%;
    margin: 0 3%;
  }
  .breadcrumb {
    width:94%;
  }
  section{
    width:94%;
    margin: 0 3% 50px;
  }
  .footer_wrap{
    width: 94%;
    padding: 20px 3% 30px;
  }
  footer nav{
    width:100%;
  }
  .top_banner{
    background-position:top;
    max-height:560px;
  }
  #toggle{
    display: none;
  }
  .fac_box {
    width: 47.9%;
    height: auto;
  }
  .fac_box p {
    bottom: 15px;
  }
  .recruit-box {
  width: 94%;
}
}
@media screen and (max-width: 850px) {
.header_logo a{
  width:260px;
  padding:30px 0 5px 110px;
  background-position: top 15px left 0;
}
.head_sub{
  width:300px;
  padding-top: 25px;
}
.top_access {
  margin-bottom: 10px;
}
.top_women_tel{
  width: 100%;
}
.top_pediatrics_tel{
  width: 100%;
}
.head_tel{
  display:table;
  width:100%;
  font-size: 24px;
}
.top_banner{
  background-size:cover;
  width:100%;
}
table.table01 tbody td {
    width: 14.5%;
}
.fac_box{
  width: 47.3%;
}
}
@media screen and (max-width: 770px) {
.top_access {
  margin-bottom: 10px;
}
.title_acc{
  width:710px;
  clear: both;
  margin: 0 auto;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.head_tel{
  display:table;
  width:100%;
  font-size: 24px;
}
.ft_access_l{
  width:100%;
  float:none;
}
.ft_access_r{
  width:100%;
  float:none;
  margin:0 auto 20px;
}
.ft_access_r iframe {
  margin: 0 auto;
}
.ft_women_info{
  width:100%;
  float:none;
  padding:0 0 20px;
}
.ft_pediatrics_info{
  width:100%;
  float:auto;
  margin-left:0;
}
.sch_table { 
  display: block; 
  margin: 0 auto 15px;
}
.sch_table thead{ 
  display: block; 
  float: left;
  overflow-x:scroll;
}
.sch_table tbody{ 
  display: block;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
  border-left: 1px solid #ccc;
}
.sch_table th{ 
  display: block;
  width:auto;
  margin-bottom: -1px;
}
.sch_table th.sch_time_m{
  width: auto;
  height: 32px;
  padding-top: 22px;
}
.sch_table th.sch_time_p{
  width: auto;
  height: 32px;
  padding-top: 22px;
}  
.sch_table th.sch_day{
  width:210px;; 
}
.sch_table tbody tr{ 
  display: inline-block; 
  margin: 0 -3px;
}
.sch_table td{ 
  display: block;
  margin-bottom: -1px;
  width: 225px;
}
.sch_table td:first-child{
  text-align: center;
}
.sch_table td:last-child{ 
  margin-bottom: 0;
}
.sch_table td br{
  display: none;
}
footer nav ul li{
  font-size: 10px;
}
footer a{
  font-size:14px;
}
#toggle{
    display: none;
}
.fac_box {
  width: 47.2%;
  }
	
p.greeting_top{
		margin:0 auto 35px auto;
	}

.tab_career dl {
  padding: 10px 0;
	}

.tab_career dt {
	float:none;
	border-bottom: 1px solid #ccc;
	}

.tab_right.small_right img{
	left: 60px;
	}

.ped_img{
	padding: 50px;		
}

}
@media screen and (max-width: 428px){	
header{
  position: relative;
  margin-bottom: 0;
  padding: 20px 0 0;
}
header.inpage{
  position: relative;
  margin-bottom: 0;
  padding: 20px 0 0;
}
.header_logo a{
  margin: 0 0 0 10px;
  float: none;
  padding: 0 0 0 70px;
  width: 96%;
  font-size:16px;
  line-height: 1.4;
  background-size: 68px 45px;
  background-position: top 6px left 0;
  }
.header_logo a span {
    font-size: 12px;
}
.title_acc{
  width:100%;
  padding-bottom: 5px;
}
.top_access {
  text-align: center;
  font-size:11px;
}
.head_sub{
  width:96%;
  margin:0 auto;
  padding-top: 15px;
  float: none;
}
.head_tel{
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  display: flex;
  justify-content: space-evenly;
	margin-bottom: 5px;
	flex-wrap: nowrap
}
.head_tel span {
  display: block;
  font-size: 14px;
}
.top_women_tel{
  width: auto;
  font-size: 24px;
  text-align: left;
}
.top_pediatrics_tel{
  width: auto;
  font-size: 24px;
  text-align: left;
}
.slider_area{
  margin-bottom: 10px;
}
.top_catch{
  font-size: 20px;
}
.top_txt{
  width:94%;
  padding:0 3%;
}
.top_banner{
  max-height:320px;
  overflow: hidden;
}
.top_catch img {
  max-width: 100%;
}
.ft_women_info{
  float:left;
}
.ft_pediatrics_info{
  float:right;
  margin-left:1%;
}
nav#menu-box{
  height: 100%;
}
#menu{
    display: none;
}
#menu li{
  width: 100%;
  background: #fff;
  opacity:0.95;
  }
#menu li + li{
  margin-left: 0;
}
#menu li a{
  height:18px;
  padding: 20px 0 18px;
  margin-bottom: 5px;
  color:#fff;
  font-size: 14px;
  background: #c69600;
  border-radius: 0;
  }
#menu li a:hover{
  opacity: 0.7;
  border-bottom: 1px solid #ff8899;
}
#menu li a.active{
  border-bottom: 3px solid #c69600;
}
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #ff8899;
  overflow:hidden;
  font-size: 27px;
  margin-bottom: 5px;
}
#toggle a{
  display: block;
  position: relative;
  padding: 18px 0 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:18px;
}
table.table01 {
  border-right: 0;
  margin-bottom: 0;
}
table.table01 br{
  display: none;
}
table.table01 span{
  display: inline;
}
table.table01 thead {
	display:none;
}
table.table01 tbody tr {
	margin-bottom: 15px;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
  width:auto;
  height:43px;
  margin: 0;
  border-top: 0;
}
table.table01 tbody td:last-child {
	margin-bottom: 20px;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
  margin-top: 9px;
  font-size: 18px;
}
table.table01 tbody td p {
	padding-left:6em;
  text-align: left;
  padding-top: 12px;
}
section h3.info{
  line-height: 1.7;
}
footer {
  padding-top: 10px;
}
footer table {
  font-size: 0.78em;
}
footer th, .wrap td  {
  padding: 12px 0px;
  border: 1px solid #ccc; 
  width: 100%;
}
footer th  {
  background: #f4f4f4;
}
.sch_table { 
  width: 100%; 
}
.sch_table thead{ 
  display: block; 
  float: left;
  overflow-x:scroll;
}
.sch_table tbody{ 
  margin-left: 0;
}
.sch_table th.sch_time_m{
  width: 100%;
  height: 39px;
  padding-top: 30px;
}
.sch_table th.sch_time_p{
  width: 100%;
  height: 28px;
}
.sch_table th.sch_day{
  width:100%; 
}
.sch_table tbody tr{ 
  display: inline-block; 
  margin: 0 -3px;
  width: 33.3%;
}
.sch_table td{ 
  display: block;
  margin-bottom: -1px;
  width:100%;
  padding-left: 5px;
  border-left: none;
}
.sch_table td br{
  display: inline;
}

.fac_box{
  height:auto;
}
footer nav{
  height: auto;
  overflow: hidden;
}
footer #menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
footer #menu li{
  width: 32.5%;
  margin: 0;
  padding: 0;
  background-color: #fff8e6;
}
footer #menu li a{
  display: block;
  padding: 19px 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
.ft_access {
  margin-bottom: 20px;
}
.tab_main{
  width: auto;
}
.tab_separate{
width: 100%;
clear: both;
margin-bottom: 30px;
overflow: hidden;
}
.tab_left{
  width:100%;
  float:none;
  padding:20px 0;
}
.tab_left h3{
  margin-bottom: 30px;
}
.tab_left_d_r{
  width:100%;
  float:none;
  padding:20px 0;
}
.tab_left_d_r h3{
  margin-bottom: 20px;
}
.tab_left_d_r h3 span{
  font-size: 14px;
  color: #4d4d4d;
}
.tab_right{
  width:100%;
  float:none;
}
.tab_right img{
  width:100%;
	position: static;
}
.tab_right_l{
  width:100%;
  float:none;
}
.tab_right_l img{
  width:100%;
}	
.tab_middle{
  padding: 0;
  margin-bottom: 50px;
}
p.tab_midashi{
  margin: 0 0 15px 0;
  text-indent: 0;
}
p.tab_txt{
  margin: 0 0 30px 0;
}
section table.md_table_2 th {
    width: 35%;
}
section table.md_table_2 td {
    width: 65%;
}
.cont_btn .inner a {
  height: 56%;
  padding: 44% 0 0 0;
  font-size: 14px;
}
.price_area {
  width: 100%;
}
.price_box {
  width: 100%;
}
.download_btn {
  width: 100%;
}
.download_btn a{
  width: 100%;
}
.fac_box {
  width: 100%;
}
.sec_gallery img{
  width: 100%;
  height: 50%;
  margin: 0 0 10px 0;
}
.acc_box{
	margin:0 auto;
}


/*============
nav
=============*/
.nav_hamb {
  display: block;
  position: fixed;
  top: 0;
  left: -240px;
  bottom: 0;
  width: 240px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 99998;
  opacity: 0;
}
.open .nav_hamb {
  left: 0;
  opacity: 1;
}
.nav_hamb .inner {
  padding: 25px;
}
.nav_hamb .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_hamb .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.nav_hamb .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 20px 0;
  text-decoration: none;
  transition-duration: 0.2s;
}
.nav_hamb .inner ul li a:hover {
  background: #e4e4e4;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 24px;
  right: 10px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 99999;
  background: rgba(198,150,0,1);
  border: 10px solid rgba(232,206,133,0);
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.open .toggle_btn span:nth-of-type(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/*.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}*/
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 99997;
  cursor: pointer;
}
.tab_career{
	margin:0 auto 40px auto;
}
.tab_right.small_right{
	text-align: center;
}
.tab_right.small_right img{
	position: static;
}
.ped_img{
	padding: inherit;		
}

}
/*要確認CSS*/
.check{
	color: #FF0004;
}


/*202306追加分*/
.gnavi__wrap {
	width: 1000px;
	height: 63px;
	margin: 20px auto 0;
}
.gnavi__lists {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	list-style: none;
}
.gnavi__list {
	width: 20%;
	height: 60px;
	position: relative;
}
.gnavi__list a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 3px solid #c69600;
  }
.gnavi__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 3px solid rgba(0,0,0,0.0);
  }
.gnavi__list a.active {
	border-bottom: 3px solid #c69600;
}
.dropdown__lists {
	display: none;/*デフォルトでは非表示の状態にしておく*/
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	list-style: none;
}
.gnavi__list:hover .dropdown__lists {
	display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
	background-color: rgba(198,150,0,0.8);
	height: 60px;
	transition: all .3s;
	position: relative;
}
.dropdown__list:hover {
	background-color: #c69600;
}
.dropdown__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}
.dropdown__list a:hover {
	border: none;
}
.dropdown__list a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
.dropdown__lists {
	visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
	opacity: 0;/*不透明度0*/
	transition: all .3s;/*表示の変化を0.3秒に指定*/
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
}
.gnavi__list:hover .dropdown__lists {
	visibility: visible;/*Gナビメニューにホバーしたら表示*/
	opacity: 1;/*不透明度1*/
}	  
/*診療予約ボタン*/
.reserve-button-area {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;	
		margin-bottom: 60px;
	}
.reserve-button-area-footer {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 30px 0;
}
.reserve-button {
	background-color: #c69600;
	color: #fff;
	padding: 24px 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-decoration: none;
}
.reserve-button:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}