@charset "utf-8";

/* =======================================================================

   ●
   
======================================================================= */

/* -----------------------------------------------------------
　●
----------------------------------------------------------- */

/* :::::::::: ● :::::::::: */


/* =======================================================================

   基本
   
======================================================================= */

/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */

h1{}
h2{
	margin:0 0 15px 0;
}

h3{
	margin:0 0 15px 0;
	padding:14px 3px 12px 8px;
	background:#27AD3A;
	border:1px solid #A6DDAE;
 border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:2px;
}
h3 span{
	color:#A6DDAE;
}
/*h3{
	margin:0 0 15px 0;
	padding:14px 3px 12px 8px;
	background:#FCFDF9;
	border:1px solid #DEEDBD;
 border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
	font-size:18px;
	font-weight:bold;
	color:#0B7431;
	letter-spacing:1px;
}
h3 span{
	color:#DEEDBD;
}*/

h4{
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	border-bottom:1px dotted #CCC;
	font-size:15px;
	font-weight:bold;
	color: #0B7431;
	text-align:left;
	letter-spacing:1px;
}
h4 span{
	color:#A6DDAE;
}

h4.num {
	padding:12px 10px 10px 10px;
	background:#FFFFF4;
	border:1px solid #DEEDBD;
 border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
	font-size:16px;
	font-weight:bold;
	color:#690;
	text-align:left;
	letter-spacing:2px;
}
h4.num span {
	color:#F60;
}

h5{
	margin:0 0 10px 0;
	padding:0 0 10px 1px;
	background:url(../images/c_dotline.png) 0 bottom repeat-x;
	font-size:16px;
	font-weight:normal;
	color:#09C;
	letter-spacing:1px;
}

h6{}

.red {
  color: #ff0000;
}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ol{}
ol li{}

ul.list li{
	margin:0 0 6px 0;
	padding:0 0 8px 14px;
	background:url(../images/c_listmark.png) 0 0.5em no-repeat;
	color:#0B7431;
}

ul.listoff li{
	margin:0 0 6px 0;
	padding:0 0 8px 14px;
	background:url(../images/c_listmark.png) 0 0.5em no-repeat;
}

ul.list2 li{
	margin:0 0 13px 0;
	color:#0B7431;
}
ul.list2 li span{
	font-weight:bold;
	color:#8FC322;
}

ul.list3 li{
	margin:0 0 20px 1.5em;
 text-indent:-1.5em;
	color:#0B7431;
}
ul.list3 li span{
	font-weight:bold;
	color:#8FC322;
}

ul.career{}
ul.career li{
	margin:0 0 8px 3px;
}

ul.route{}
ul.route li{
	clear:both;
	margin:0 0 10px 0;
}
ul.route li img{
	float:left;
	width:400px;
	margin:0 20px 0 0;
}
ul.route li p{
	float:left;
	width:260px;
	padding:10px 0 10px 40px;
}
ul.route li p.num01{
	background:url(../images/c_number01.png) 0 0.5em no-repeat;
}
ul.route li p.num02{
	background:url(../images/c_number02.png) 0 0.5em no-repeat;
}
ul.route li p.num03{
	background:url(../images/c_number03.png) 0 0.5em no-repeat;
}
ul.route li p.num04{
	background:url(../images/c_number04.png) 0 0.5em no-repeat;
}
ul.route li p.num05{
	background:url(../images/c_number05.png) 0 0.5em no-repeat;
}
ul.route li p span{
	font-weight:bold;
	color:#F60;
}
ul.route li.arrow{
	margin:0 0 10px 200px;
	font-size:20px;
	color:#8FC322;
}

dl.chapter {
}
dl.chapter dt {
	margin:0 0 8px 0;
	padding:0 0 3px 0;
	border-bottom:1px dotted #CCC;
	font-size:15px;
	font-weight:bold;
	color: #0B7431;
	text-align:left;
	letter-spacing:1px;
}
dl.chapter dt span{
	color:#A6DDAE;
}
dl.chapter dt span.num{
	color:#F60;
}
dl.chapter dd {
	margin:0 0 40px 0;
}

dl.chapter2 {
}
dl.chapter2 dt {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-size:14px;
	font-weight:bold;
	color: #630;
	text-align:left;
	letter-spacing:1px;
}
dl.chapter2 dt span{
	color:#93D69C;
}
dl.chapter2 dt span.num{
	color:#F60;
}
dl.chapter2 dd {
	margin:0 0 40px 0;
}

dl.step {
}
dl.step dt {
	padding:10px 10px 10px 10px;
	background:#FFFFF4;
	border:1px solid #DEEDBD;
	border-bottom:1px dotted #DEEDBD;
 border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
	font-size:16px;
	font-weight:bold;
	color:#690;
	text-align:left;
	letter-spacing:2px;
}
dl.step dt span {
	color:#F60;
}
dl.step dd {
	margin:0 0 10px 0;
	padding:15px 10px 0 10px;
	border:1px solid #DEEDBD;
	border-top:none;
 border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
	text-align:left;
}
dl.step dd span {
	color:#C30;
}
dl.step dd.arrow {
	margin:0 0 10px 0;
	padding:0;
	border:none;
	text-align:center;
	color:#8FC322;
}

dl#question {
}
dl#question dt {
	margin:0 0 10px 0;
	padding:5px 0 8px 40px;
	background:url(../images/question_que.png) 0 0 no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#27AD3A;
	letter-spacing:1px;
}
dl#question dd {
	margin:0 0 35px 0;
	padding:0 0 10px 0;
	background:url(../images/c_dotline.png) 0 bottom repeat-x;
}
dl#question dd p {
	margin:0 0 25px 0;
	padding:0 0 0 40px;
}
dl#question dd p.ans {
	padding:5px 0 8px 40px;
	background:url(../images/question_ans.png) 0 0 no-repeat;
}
dl#question dd p span{
	font-weight:bold;
	color:#5B4A3F;
}
dl#question dd p span.num{

	color:#F90;
}

/* :::::::::: テーブル :::::::::: */

table.year {
	clear:both;
	width:720px;
 border-collapse:collapse;
}
table.year th,
table.year td {
	padding:0 0 15px 0;
	font-size:14px;
	text-align:left;
 vertical-align:top;
	word-break:break-all;
	line-height:1.6;
}
table.year th{
	width:18%;
	font-weight:normal;
	color:#666;
}

table.chart {
	clear:both;
	width:710px;
 border-collapse:collapse;
 font-size:14px;
 line-height:160%;
 color:#333;
}
table.chart th,
table.chart td {
	padding:17px 10px 15px 10px;
	border:1px solid #DEEDBD;
 vertical-align:middle;
	word-break:break-all;
}
table.chart th{
	background:#FFFFF4;
	font-weight:bold;
	color:#690;
	text-align:center;
	white-space: nowrap;
}
table.chart td{
 line-height:180%;
}
table.chart td span.num{
	color:#F60;
}
table.chart td span.attn{
	color:#C30;
}

/* =======================================================================

   全体
   
======================================================================= */

body{
	font-family:Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
		background:url(../images/c_bg1.jpg) 0 0 repeat-x;
}

/* -----------------------------------------------------------
　ラッパー
----------------------------------------------------------- */
#wrapper {
	margin:0 auto;
	width:1010px;
	background:url(../images/c_bg2.jpg) 0 0 repeat-y;
	text-align:left;
}
#wrapper1 {
	width:1010px;
	background:url(../images/c_bg3.jpg) 0 0 no-repeat;
}

/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
h1{
	width:1000px;
	height:17px;
	margin:0 auto;
	padding:3px 0 0 0;
	background:url(../images/header_bg.jpg) 0 0 repeat-x;
 font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	line-height:1;
}
* html #header h1 {
	padding:0 0 0 0;
	height:20px;
}

#header{
	margin:0 auto 20px auto;
	width:980px;
}

#header #logo {
	float:left;
	width:600px;
}
#header #info {
	float:right;
	width:380px;
}

/* :::::::::: cookie+CSS切り替え :::::::::: 

#header #font-buttons{}*/

/* :::::::::: メインナビ :::::::::: */

ul#main_nav{
	clear:both;
	margin:0 0 20px 0;
	width:980px;
}
ul#main_nav li{
	float:left;
}

/*ul#main_nav li a{}

ul#main_nav li.nav01{}
ul#main_nav li.nav02{}
ul#main_nav li.nav03{}
ul#main_nav li.nav04{}
ul#main_nav li.nav05{}

ul#main_nav li.nav01 a{}
ul#main_nav li.nav02 a{}
ul#main_nav li.nav03 a{}
ul#main_nav li.nav04 a{}
ul#main_nav li.nav05 a{}

ul#main_nav li.nav01 a:hover{}
ul#main_nav li.nav02 a:hover{}
ul#main_nav li.nav03 a:hover{}
ul#main_nav li.nav04 a:hover{}
ul#main_nav li.nav05 a:hover{}*/

/* :::::::::: キービジュアル :::::::::: */

#key_visual{
	margin:0 0 20px 0;
}

.key_visual {
	position: relative;
}


/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
#contents_wrapper{
	clear:both;
	margin:0 auto;
	width:980px;
}

/* :::::::::: パンくずリスト :::::::::: 

ol.bredcrumbs{
 width:970px;
	margin:0 auto 5px auto;
}

ol.bredcrumbs li{
	display:inline;
	list-style-type:none;
	font-size:12px;
}

ol.bredcrumbs li a:link,
ol.bredcrumbs li a:visited {
	text-decoration:none;
}
ol.bredcrumbs li a:hover,
ol.bredcrumbs li a:active {
	text-decoration:none;
}

ol.bredcrumbs li:after{
	content:" > ";
}

ol.bredcrumbs li:last-child:after{
	content:"";
}*/

/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents{
	float:right;
	width:720px;
}

/* :::::::::: バナー :::::::::: 

#banner{
	width:710px;
	margin:0 auto 20px auto;
}*/

/* :::::::::: お知らせ欄 :::::::::: */

#infomation{
	margin:0 0 40px 0;
}
#infomation dl{}
#infomation dt{
	margin:0 0 3px 0;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #249241; 
	border: solid 1px #000000;
}
#infomation dt .date{}
#infomation dd{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	background:url(../images/c_dotline.png) 0 bottom repeat-x;
	line-height:1.8
}

/* :::::::::: メニュー :::::::::: */
#home_menu{
	margin:0 0 30px 0;
}
#home_menu ul li{
	float:left;
	margin:0 0 14px 0;
}

/* :::::::::: 医院概要 :::::::::: */

#clinic_info{
	clear:both;
	margin:0 0 40px 0;
}

#clinic_info #clinic_info1{
	float:left;
	display:inline;
	width:325px;
}

#clinic_info #clinic_info1 ul li{
	margin:0 0 15px 0;
	letter-spacing:1px;
}
#clinic_info #clinic_info1 ul li span{
	color:#21AC38;
}

#clinic_info #clinic_info2{
	float:right;
	display:inline;
	width:370px;
}
#clinic_info #clinic_info2 img{
	margin:0 0 5px 0;
}
#clinic_info #clinic_info2 p{
	font-weight:bold;
	text-align:center;
}

/*#map_canvas{
	float:right;
	display:inline;
	width:360px;
	height:320px;
}*/

#access_info{
	width:710px;
	margin:0 0 40px 0;
}
#access_info #map_canvas{
	width:700px;
	height:400px;
	margin:0 auto 15px auto;
}

#access_info ul li{
	margin:0 0 15px 0;
	text-align:center;
}
#access_info ul li span{
	color:#21AC38;
}

/* :::::::::: 診療時間表 :::::::::: */

#schedule table {
	clear:both;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
	border-collapse:collapse;
}
#schedule table th,
#schedule table td {
	padding:10px 0 8px 0;
	border:1px solid #E6E6E6;
	font-size:16px;
 vertical-align:middle;
	word-break:break-all;
	text-align:center;
}

#schedule table thead {
	font-weight:bold;
}
#schedule table thead th {
	width:27%;
	background:#27AD3A;
	color:#FFF;
	letter-spacing:3px;
}
#schedule table thead td {
	width:9%;
	background:#27AD3A;
	color:#FFF;
}

#schedule table tbody th {
	font-weight:normal;
	letter-spacing:1px;
}
#schedule table tbody td {
	font-size:22px;
	color:#8DC322;
}

#schedule table tfoot td {
	padding:8px 0 6px 0;
	letter-spacing:2px;
	line-height:1.6;
}
#schedule table tfoot td span.holiday {
	color:#C30;
}
#schedule table tfoot td span.sat {
	font-size:21px;
	color:#8DC322;
}

#clinic_info #schedule table th,
#clinic_info #schedule table td,
#clinic_info #schedule table tfoot td {
	padding:7px 5px;
	font-size:14px;
}
#clinic_info #schedule table thead th, #clinic_info #schedule table tbody th {
	white-space: nowrap;
}
#clinic_info #schedule table thead td {
	width: auto;
}
#clinic_info #schedule table tfoot td {
	line-height: 1.4;
}
#clinic_info #schedule table tfoot td span.sat {
	font-size:14px;
}



/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */
#sub_contents{
	float:left;
	width:230px;
}

/* :::::::::: サブナビ :::::::::: */

ul#sub_nav{
	margin:0 0 20px 0;
}

ul#sub_nav li{
	margin:0 0 10px 0;
}

#sub_banner li{
	margin:0 0 20px 0;
}

/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
#footer{
	clear:both;
	margin:0 auto;
	background:url(../images/footer_bg.png) 0 0 repeat-x #0B7431;
	padding:20px 0 60px 0;
	width:1000px;
}
#footer a:link,
#footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color:#F90;
	text-decoration:none;
}

/* :::::::::: フッターナビ :::::::::: */

ul.footer_nav{
	padding:0 0 15px 0;
	text-align:center;
}
ul.footer_nav li{
	display:inline;
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	background:url(../images/footer_line.png) right 0.2em no-repeat;
	font-size:12px;
	line-height:1;
}
ul.footer_nav li:last-child{
	margin:0;
	padding:0;
	background:none;
}

/*ul.footer_nav li a{}

ul.footer_nav li.nav01{}
ul.footer_nav li.nav02{}
ul.footer_nav li.nav03{}
ul.footer_nav li.nav04{}
ul.footer_nav li.nav05{}

ul.footer_nav li.nav01 a{}
ul.footer_nav li.nav02 a{}
ul.footer_nav li.nav03 a{}
ul.footer_nav li.nav04 a{}
ul.footer_nav li.nav05 a{}

ul.footer_nav li.nav01 a:hover{}
ul.footer_nav li.nav02 a:hover{}
ul.footer_nav li.nav03 a:hover{}
ul.footer_nav li.nav04 a:hover{}
ul.footer_nav li.nav05 a:hover{}*/

#footer .copyright{
	padding:10px 0 0 0;
	font-size:11px;
	text-align:center;
	color:#FFF;
	letter-spacing:1px;
}
#footer .copyright a:link,
#footer .copyright a:visited,
#footer .copyright a:hover,
#footer .copyright a:active {
	color:#FFF;
	text-decoration:none;
}

/* -----------------------------------------------------------
　
----------------------------------------------------------- */
div.box{
	clear:both;
	margin:0 0 50px 0;
	width:720px;
}

div.box_t_l {
	position: absolute;
  top: 9rem;
  left: 1rem;
}

div.box_t_l li {
	font-size: 135%;
  color: #0b7231;
	font-weight: bold;
  background: #fff;
  border: 5px solid #c1e379;
  padding: 0.5rem 1rem;
	text-shadow: .2rem .2rem 1.0rem #fff, -.2rem .2rem 1.0rem #fff, .2rem -.2rem 1.0rem #fff;
}


div.box p{
	margin:0 0 20px 0;
 line-height:1.8;
}

div.box p span.case{
	color:#09C;
}
div.box p span.attn{
	color:#C30;
}

div.box p.sub{
	margin:0 0 15px 0;
	padding:5px 3px 3px 8px;
	background:#FCFDF9;
	border:1px solid #DEEDBD;
 border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
	font-size:18px;
	color:#0B7431;
	letter-spacing:1px;
}
div.box p.sub span{
	color:#DEEDBD;
}

#profile div{
	float:left;
}
#profile p{
	padding:80px 0 0 20px;
	float:left;
	letter-spacing:3px;
}
div.box p#sign{
	margin:0 0 0 0;
}
div.box p#sign span{
	font-size:20px;
	font-weight:bold;
}

/*#profile #profile1{
	float:left;
	width:510px;
}
#profile #profile2{
	float:right;
	width:180px;
	text-align:center;
}
#profile #profile2 img{
	margin:0 0 5px 0;
}

div.box p.links{
	font-weight:bold;
	text-align:right;
}
div.box p.links a:link,
div.box p.links a:visited {
	color:#9ED235;
	text-decoration:none;
}
div.box p.links a:hover,
div.box p.links a:active {
	color:#9ED235;
	text-decoration:none;
}
div.box p.lead{
	padding:15px;
	background:#F7F0E6;
	border:1px solid #FCE4D2;
 border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
	font-size:16px;
	text-align:center;
	color:#930;
}*/

.image_right{
	float:right;
	margin:0 0 20px 20px;
}
.image_left{
	float:left;
	margin:0 20px 20px 0;
}
.image_center{
	text-align:center;
}

.card_lst {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.card_lst li img{
	width: 100%;
	height: auto;
	max-width: 4rem;
	margin: 0 0.6rem 0.4rem;
}
.card_lst li img.visa {
min-height: 2.6rem;
max-width: 6rem;
}
.card_lst li img.long{
max-width: 7.5rem;
}
.card_lst li img.portrait{
max-height: 4.5rem;
height: 100%;
width: auto;
}