@charset "utf-8";

/*-----all-----*/
body {margin:0;padding:0;font:13px/1.6 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3","メイリオ",Meiryo,"MS Pゴシック","MS PGothic", "Osaka";color:#333333;letter-spacing:1px;}
html, body{height:100%;}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{margin: 0px;padding: 0px;}
ul{list-style-type: none;}
img {border: none;}
form {margin: 0px;}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {color: #666;}
a:hover {color: #333;text-decoration: none;}

body{

}

/*-----container-----*/
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/*-----header-----*/
header {
	height: 270px;
	width: 100%;
	position: relative;
}

header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 248px;
	text-align: center;
	background: #FC6 url(../images/common/bg1.png);
	border-radius: 0 0 5px 5px;
	border-right: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	padding: 65px 0px;
}

/*-----hero-----*/

#doi-hero{
  position: absolute;
	left: 288px;
	top: 0px;
	width: 700px;
	height: 250px;
	 background: #FFF url(../images/common/bg_img.jpg) no-repeat 0 0;
}
#doi-hero h2{
	margin:120px 0 0 0;
	font-size:21px;
	color: #006;
}
/*-----contents-----*/
#contents {clear: left;}

#main {
	width: 700px;
	float: right;
	padding-bottom: 30px;
	overflow: hidden;
}
#main h2:before{
  position: absolute;
  content: '';
  background-image: url(../images/other/icon_logo_cat.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -15px;
  left: 0px;
  display: inline-block;
  width: 80px;
  height: 100px;
}
#main h2 {
	clear: both;
	position: relative;
	background-color: #FC6;
	background: #FC6 url(../images/common/bg1.png);	
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.5);
	font-size: 150%;
	color: #FFF;
	padding: 5px 0px 3px 90px;
	margin: 20px 0 20px 0;
}

#main h3 {
  position: relative;
	background-color: #FFF;
	font-size: 124%;
	padding: 5px 30px 5px 70px;
	background-color: #FEF1D9;
	vertical-align: middle;
	border-radius: 20px;
	clear: both;
	border: 3px solid #f3a216;
	color: #7F371F;
}

#main h3:before{
  position: absolute;
  top: 7px;
  left: 7px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #7F371F;
  border-radius: 3px;
  float: left;
}

#main .director h3:before,
#main .zyusin h3:before{
  top: -13px;
  left: -3px;
  width: 50px;
  height: 50px;
  border: 5px solid #f3a216;
  border-radius: 30px;
  background-image: url(../images/other/icon_doctor.png);
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}

#main .director h3.time:before{
  background-image: url(../images/other/icon_clock.png);
}
#main .director h3.map:before{
  background-image: url(../images/other/icon_map.png);
}
#main .director h3.holiday:before{
  background-image: url(../images/other/icon_holiday.png);
}
#main .director h3.phone:before{
  background-image: url(../images/other/icon_phone.png);
}
#main .director p,
#main .director ul{
	margin: 0 0 0 50px;
}
#main .zyusin h3.shisatsuken:before{
  background-image: url(../images/other/icon_shisatsuken.png);
}
#main .zyusin h3.visit:before{
  background-image: url(../images/other/icon_visit.png);
}


#main h4 {
	padding: 2px 0px 2px 10px;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #f3a216;
	margin-bottom: 0.5em;
	color: #000;
}

#main p {padding: 0.5em 10px 1em;}
#main p.img1 {
	float:left;
	padding:10px;
}
#main p.txt1 {
	line-height:1.6em;
	font-size:14px;
}

#doi_medical_content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#doi_medical_content div:first-child,
#doi_medical_content div:nth-child(2)
{
  width: 49%;
}

#doi_medical_content div{
  position: relative;
  flex-wrap: wrap;
  background: #F7C767;
  display: inline-flex;
  width: 32%;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: center;
}
#doi_medical_content img{
  display: block;
  margin: 0 auto;
}
#doi_medical_content span{
  background: #7F371F;
  border-radius: 0px 0px 6px 6px;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
}

#main section#new{
  margin-top: 30px;
}

#main section {
	margin-bottom: 40px;
}
#main section.list {
  background: #FFF8EE;
	border: 1px solid #7F371F;
	border-radius: 6px;
	margin: 1em 0;
	position: relative;
	overflow: hidden;
}

#main section.list p {
	padding: 0px 0 0 0;
	margin-left: 220px;
	margin-top: 20px;
	margin-right: 10px;
}

#main section.list figure img {
	float: left;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	vertical-align: bottom;
	margin: 10px;
}

#main section h3{
	margin: 30px 0 20px 0;
}
#main section table{
  width: 100%;

}
#main section table th{
  width: 30%;
  background-color: #FEF1D9;
  padding: 10px;
  border-right: 3px dotted #7F371F;
  color: #7F371F;
}
#main section table th:first-child{
  border-radius: 5px 0 0 0;
}
#main section table th:last-child{
  border-radius: 0px 0px 0px 5px;
}
#main section table td{
  background-color: #f9f9f9;
  padding: 10px;
  color: #444;
}
#main section table th,
#main section table td{
  border-bottom: 3px solid #fff;
}

#main section ul.list li{
  padding: 5px 5px 5px 20px;
  position: relative;
}

#main section ul.list li:before{
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #EC7222;
  border-radius: 5px;
}


#main section.list h4 {
	background: #7F371F;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #c9c9c9;
	color: #fff;
	padding: 5px 0px 5px 10px;
	font-size: 115%;
	margin-bottom: 0.5em;
}

#main section.list a {
	padding: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#main section.list a:hover {
	background-color: #f7f4cc;
}


#main section.list table {
	font-size: 11px;
	background: #FFF;
}
#main section.list table,
#main section.list table td,
#main section.list table th{
	border: 1px solid #CCC;
}
#main section.list table td,
#main section.list table th{
	padding: 0;
	line-height: 1.6;
	padding: 3px;
}
#main section.list table th{
	width: 80px;
	text-align: center;
	font-weight: normal;
	background: #dfe0c8;
}
#main section.list table td {
	width: 140px;
}

#main .dr_image_wrap{
  width: 100%;
  background-image: url(../images/common/background-dot_01.gif);
  overflow: hidden;
  padding: 20px;
}

#main .dr_image{
  width: 150px;
  margin: 0px auto 0 auto;
  text-align: center;
}
#main .dr_image img{
  width: 150px;
  border-radius: 25px;
  border: 8px solid #F7C767;
}
#main .dr_image p{
  width: 150px;
  text-align: center;
  background-color: #7F371F;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 4px 8px;
  border-radius: 10px;
}
#main #access dl{
  margin: 20px;
}

#main #access dt {
  clear: left;
  float: left;
  width: 25%;
  font-weight: bold;
}
#main #access dd {margin: 0 0 0 25%;}
/*#main #access dd:before { content: '……　'; }*/

.access_map{
  width: 100%;
}
.access_map img{
  float: left;
  width: 350px;
}
.gmap {
  float: right;
  width: 350px;
}
.gmap iframe{
  border: none;
  width: 350px;
  height: 350px;
  margin: 0 auto;
}
#sub {
	float: left;
	width: 252px;
	padding-bottom: 30px;
}

#sub h2 {
	padding: 5px 10px;
	font-size: 100%;
	color: #FFF;
	background-color: #FC6;
	border-radius: 3px;
}

#sub .box1 {
	border-radius: 5px;
	padding: 10px;
}
#sub nav ul li{

}
#sub nav ul li a {
	width: 190px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #7873AA url(../images/common/icon_nav_yajirushi.png) no-repeat 10px center;
	background-size: contain;
	border: 5px solid #133081;
	border-radius: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 0.5em;
	padding: 0px 0px 0px 50px;
	font-size: 120%;
}
#sub nav ul li a:hover,
#sub nav ul li .current {
	background: #F0904B url(../images/common/icon_nav_yajirushi.png) no-repeat 12px center;
	background-size: contain;
	border: 5px solid #EC7222;
}

#sub h2{
  position: relative;
  padding-left: 40px;
}
#sub #address h2:before{
  background-image: url(../images/other/icon_address.png);
}

#sub #address strong{
  font-size: 20px;
}

#sub #address h3{
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  border-bottom: 3px dotted #7F371F;
}

#sub #address ul,
#sub #sub_access ul,
#sub #medical_content ul{
  margin: 10px;
}
#sub #address li,
#sub #sub_access li,
#sub #medical_content li{
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}
#sub #address li span,
#sub #sub_access li span,
#sub #medical_content li span{
  font-size: 12px;
}
#sub #address li:before,
#sub #sub_access li:before,
#sub #medical_content li:before{
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FC6;
  display: inline-block;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
#sub #address dl{

}
#sub #address dt{
  clear: left;
  float: left;
  width: 4.5em;
}
#sub #address dd{
  display: block;
  margin-left: 4.5em;
}
#sub #address table{
  width: 100%;
  border: 1px solid #7F371F;
  border-radius: 4px;
}
#sub #address table th{
  padding: 1px;
  background-color:#7F371F;
  border: 1px solid #7F371F;
  color: #fff;
}
#sub #address table th.sun{
  background-color: #e46868;
  color: #fff; 
}
#sub #address table th.sat{
  background-color: #68a9e3;
  color: #fff; 
}
#sub #address table td{
  text-align: center;
  border: solid 1px #c49d90;
  color: #7F371F;
}
#sub #address table td.time_table{
  background-color: #fff0dc;
  color: #7F371F;
  font-weight: bold;
}
#sub #address table td.sun{
  color: #e46868;
  background-color: #fff0f0;
}
#sub #address table td.sat{

  background-color: #f0faff;
}

#sub #sub_access h2:before{
  background-image: url(../images/other/icon_map.png);
}

#sub #medical_content h2:before{
  background-image: url(../images/other/icon_doctor.png);
}


.super{
  vertical-align: super;
  font-size: 10px;
}
#sub h2:before{
  position: absolute;
  left: -6px;
  top: -6px;
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 7px solid #7F371F;
  background-color: #7F371F;
  width: 26px;
  height: 26px;
}
#sub h2:after{
  position: absolute;
  z-index: -1;
  left: -11px;
  top: -11px;
  content: "";
  display: inline-block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 12px solid #FC6;
  background-color: #7F371F;
  width: 26px;
  height: 26px;
}

/*-----footer-----*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

#new dl{
	overflow: auto;
	height: 150px;
	margin: 5px 10px 0px;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
#new dd {
	border-bottom: 1px solid #dcdcdc;
	/* padding-left: 8em; */
	padding-left: 1em;
}
#new dd span{
	font-weight: bold;
}
#new dd img {
	vertical-align: middle;
}

.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;
}
.ta1 td{
	padding: 10px;
}
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #f6f6f6;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #e2dfd9;
}
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	text-align: left;
	font-weight: bold;
	background-color: #f7f4cc;
}

#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;
	font-size: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
}
#pagetop a:hover {border: 1px solid #818181;}

.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

.look {
	background: #e8e8e8;
	color: #818181;
}
.mb15,
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.red {
	color: #FF0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.vam {
	vertical-align: middle;
}
figcaption {
	font-size: 11px;
}
.mini1 {
	font-size: 12px;
	line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
img.fl {
	margin: 0px 10px 10px 0px;
	float: left;
}
img.fr {
	margin: 0px 0px 10px 10px;
	float: left;
}
.pn {display: none;}

.botan a{
    display: inline-block;
    padding: 0.5em 0;
    width: 100%;
    font-size:18px;
    text-decoration: none;
    background: #ca052c;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #840b1d;
    border-radius: 3px;
    text-align: center;
    position:relative;
}
.botan a:before{
  position: absolute;
  content: '';
  background-image: url(../images/other/icon_logo_cat.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 50px;
  height: 40px;
  margin-top:-20px;
}
.botan a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.botan2 a{
    display: inline-block;
    padding: 0.5em 0;
    width: 100%;
    text-decoration: none;
    background: #F0904B;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #EC7222;
    border-radius: 3px;
    text-align: center;
}
.botan2 a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.sp{
    display: none;
}

/*-----表示切替1-----*/
@media (min-width:481px) and (max-width:800px){

#container {width: auto;}

header {
	position: static;
	height: auto;
}
header h1 {
	position: static;
	width: 100%;
	padding: 30px 0px;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#doi-hero{
  display: none;
}
#contents {
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 30px;
}

#main {
	float: none;
	width: auto;
}

#sub {
	float: none;
	width: auto;
}

nav#menubar ul li {
	float:left;
	width: 50%;
}
nav#menubar ul li a {
	width: auto;
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../images/common/arrow1.png) no-repeat 10px center;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px 0px 5px 35px;
}
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #c9c9c9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menubar ul li a:hover {
	background: #f7f4cc url(../images/common/arrow1.png) no-repeat 12px center;
}

.ta1 {
	width: 100%;
}

body.s-n #sub {display: none;}
.pn {display: block;}
.stn {display: none;}

/*#doi_medical_content div img{width: 100%;}*/


.botan a{
    display: inline-block;
    padding:0 10% 0 0;
    width: 90%;
    font-size:16px;
}
	
}

/*-----表示切替2-----*/
@media (max-width : 480px){
#container {
	width: auto;
}

header {
	position: static;
	height: auto;
}
header h1 {
	position: static;
	width: 100%;
	padding: 10px 0px;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#doi-hero{
  display: none;
}
#contents {
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 30px;
}

#main {
	float: none;
	width: auto;
}
#main h2 {

}


#main p.img1 {
	width:40%;
}

#sub {
	float: none;
	width: auto;
}

nav#menubar ul li {
	float:left;
	width: 50%;
}
nav#menubar ul li a {
	width: auto;
	text-decoration: none;
	display: block;
	background: rgba(255,255,255,0.7) url(../images/common/arrow1.png) no-repeat 10px center;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px 0px 5px 35px;
}
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #c9c9c9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menubar ul li a:hover {
	background: #f7f4cc url(../images/common/arrow1.png) no-repeat 12px center;
}

#main section.list p {
	margin: 2% 2%;
}
#main section.list figure img {
	float: none;
	width: 96%;
	height: auto;
	margin: 2% 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#new dl {
	height: auto;
	padding-left: 0;
	margin-bottom: 1em;
}
#new dt {
	float: none;
	width: auto;
}
#new dd {
	padding-left: 0;
}

.ta1 {
	width: 100%;
}
.ta1 td{
	width: auto;
	padding: 2px;
}
.ta1 th{
	width: 100px;
	padding: 2px;
}

body.s-n #sub {display: none;}
.pn {display: block;}
.stn {display: none;}
	
	
#main #access dl{
  margin:10px 5px;
}
#main #access dt {
  clear: left;
  float: left;
  width: 48%;
  font-weight: bold;
}
#main #access dd {margin: 0 0 0 48%;}
/*#main #access dd:before { content: '　……　'; }*/

.sp{
    display: block;
}

.botan a{
	text-align:left;
    padding:0 20% 0 5%;
    width: 75%;
    font-size:15px;
}
}

/* 医療DX推進体制整備状況リスト用スタイル */
.medical-dx-list {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 10px;
}

.medical-dx-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.medical-dx-list li:before {
    content: "◎";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-weight: bold;
}

.medical-dx-list .sub-note {
    margin-left: 20px;
    color: #666;
    font-size: 90%;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
    .medical-dx-list li {
        padding-left: 18px;
        font-size: 12px;
    }
    
    .medical-dx-list .sub-note {
        margin-left: 15px;
    }
}
