@charset "utf-8";


/*=======================================================================

 Common Layout(layout.css)
 
========================================================================*/

body {
	background: #ffffff;
	color: #2f2f2f;
    line-height:1.5;
}


/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/

a:link {
	color: #1867D1;
	text-decoration: none;
}

a:visited {
	color: #1867D1;
	text-decoration: none;
}

a:hover {
	color: #1867D1;
	text-decoration: underline;
}

a:active {
	color: #1867D1;
	text-decoration: none;
}



/* トップエリア
=============================================================================*/
#toparea_wrap {
	background-color:#1A5F9E;
	width: 100%;
	display:inherit;
}

#toparea {
	min-height: 26px;
    color:#FFFFFF;
    width:1084px;
	margin:0 auto;
	text-align:left;
	padding:0 19px 0 30px;
box-sizing:border-box;
}

.pr_area {
    line-height:25px;
	float:left;
	font-size:15px;
	padding-top:1px;
}

div.optionmenu {
	padding-top:1px;
    line-height:25px;
    float: right;
	font-size:15px;
}

div.optionmenu a {
    color:#FFFFFF;
	margin-right:22px;
}

div.optionmenu img {
	margin-right:17px;
}

div.optionmenu a:hover {
    color: #1867D1;
}

div.fonthenkou_wrap {
    float: right;
	width:216px;
    color:#ffffff;
	height:26px !important;
}

div.fonthenkou {
    float: right;
	padding:3px 0 0 0;
	font-size:15px;
}

div.fonthenkou .spacechousei {
	margin-right:15px;
}


.fontbutton {
    float: right;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	outline: none;
}
.fontbutton::before,
.fontbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.fontbutton,
.fontbutton::before,
.fontbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fontbutton {
	position: relative;
	_background-color: #103464;
	color: #ffffff;
	line-height: 1.3;
	font-size:15px;
	font-weight:normal;
	-webkit-transition: none;
	transition: none;
	text-align:center;
	padding:4px 12px 0 9px;
    margin-bottom:0;
}
.fontbutton:hover {
	color:#54CDF9;
}
.fontbutton:active {
	_top: 2px;
	box-shadow: none;
}

li#font_m{
	_background: url(../images/tate_line.png) right bottom no-repeat;
}

body.font_m li#font_m{
	color:#54CDF9;
}

body.font_l li#font_l{
	color:#54CDF9;
}

/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#headerwrap {
    background-color:#ffffff;
	width: 100%;
}


#header {
	width: 1084px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	min-height:125px;
box-sizing:border-box;
}

div.headerleft {
    float: left;
	text-align:left;
	width:300px;
}

div.logoarea1 {
    float: left;
	margin: 0 0 0 0;
}

div.logoarea1 img {
	margin: 42px 0 0 0;
	width:300px;
}

div.headerright {
    float: right;
	text-align:right;
    margin:22px 0 0 0;
	padding:0;
	width:500px;

}

.kakomi_tel_sotowaku {
background:#BA1C7A;
height:30px;
padding:8px 25px 0;
margin-bottom:12px;
    border-radius: 7px;  
}

.kakomi_tel {
float:right;
	margin:1px 12px 0 0;
	width:46px;
	height:20px;
	background-color:#ffffff;
  border-radius: 3px;
  text-align:center;
  color:#931411 !important;
  text-decoration:none;
  letter-spacing:1px;
  _font-weight:bold;
  line-height:20px;
  padding-top:1px;
	font-size:14px;
}

div.tel_area {
    clear:both;
    float:right;
	font-size:14px;
	margin:0 0 0 0;
	color:#333333;
	line-height:1.35;	
}

div.tel_area span.a {
    white-space:nowrap;
}


div.tel_area div.telnumber {
float:right;
    white-space:nowrap;
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:3px;
}


div.tel_area a {
	color:#ffffff;	
}

#header_sp {
    display:none;
}

/*----------------------------------------------------------------------
 new Nav 
----------------------------------------------------------------------*/
div.nav_area {
	width: 100%;
	margin: 0 auto 0;
	background-color:#388EDC;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 0 auto 0;
  padding: 0 0 0 1px;
  width:1023px;
  min-height:48px;

background: url("../images/nav_line.png") no-repeat ;
background-size:1px;
background-position: left top;
background-repeat:no-repeat;
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}

.dropmenu li{

  position: relative;
  width: 203px;
  float: left;
  margin: 0 0 0 0;
  padding: 0 1px 0 0;
  text-align: center;

background:url("../images/nav_line.png") no-repeat ;
background-size:1px;
background-position: right top;
background-repeat:no-repeat;

}

.dropmenu li.last {
  width: 205px;
}


.dropmenu li a{
  display: block;
  margin: 0;
  padding: 19px 5px 17px 7px;
  color: #ffffff;
  font-size: 18px;

  line-height: 1;
  text-decoration: none;
  letter-spacing:0.075em;
}

.dropmenu li.last a{
  border-right:none;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0 0 20px 0;

background:url("../images/drop_bg.svg") no-repeat ;
background-size:203px;
background-position: left top;
background-repeat:no-repeat;

}


.dropmenu li ul li{
  width: 203px;
  color:#FF0000;
background:none;

}
.dropmenu li ul li.long{
  width: 203px;
}

.dropmenu li ul li a{
  padding: 9px 0 8px 17px;
  background: #206FB5;
  text-align: left;
  font-weight:normal;
  font-size: 14px;
  letter-spacing:0.1em;
  color: #ffffff;
  border-right:none;
  text-decoration:underline;
}

.dropmenu li ul li a.jisage{
  padding: 9px 0 8px 32px;
}
.dropmenu li:hover > a{
  background: #206FB5;
}

.dropmenu li.current {
background:url("../images/nav_line2.png") no-repeat ;
background-size:206px;
background-position: right top;
background-repeat:no-repeat;

}



.dropmenu li ul li a:hover{
  text-decoration:none;

}

#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 0 auto 0;
	background-color:#388EDC;
}


#nav ul {
	width: 1023px;
	min-height: 54px;
	margin: 0 auto;
	padding-left: 1px;
	background: url(../images/nav_line.png) left bottom no-repeat;
}

#nav ul li {
	float: left;
	margin: 0;
	line-height: 1.5;
	text-align: center;
	font-size: 18px;
	width: 16.66% !important;
}


#nav ul li a {
	display: block;
	width: auto !important;
	min-height: 39px;
	padding-top: 15px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 1px;
	background: url(../images/nav_line.png) right bottom no-repeat;
}



#nav ul li a:hover {
	min-height: 39px;
	padding-top: 15px;
	padding-right: 1px;
	background: #206FB5 url(../images/nav_line.png) right bottom no-repeat;
}

#nav ul li.current {
background:#103464;
}

/*



/*----------------------------------------------------------------------
 Nav2
----------------------------------------------------------------------*/

#nav2 {
	width: 1024px;
	padding:70px 0 25px 4px;
	margin:0 auto;
	background-color:#1A5F9E;
	border-bottom: 1px dotted #ffffff;
	font-size:18px;
box-sizing:border-box;
}
 
#nav2 ul {
	min-height: 22px;
	margin:0 auto;
	text-align:center;
}

#nav2 ul li {
	line-height: 1.3;

	display: inline-block;

}

#nav2 ul li::after {
	content: "\ff5c";
	color: #ffffff;
}

#nav2 ul li:last-child::after {
	content: "";
}

#nav2 ul li a {
	min-height: 22px;
	padding: 3px 26px 0 22px;
	color: #ffffff;
	text-decoration: none;
}


#nav2 ul li a:hover {
	color: #cccccc;
}

/*----------------------------------------------------------------------
 Nav3
----------------------------------------------------------------------*/

#nav3 {
	width: 1024px;
	padding:30px 0 25px;
	margin:0 auto;
	background-color:#103464;
	border-bottom: 1px dotted #ffffff;
	font-size:14px;
}
 
#nav3 ul {
	min-height: 22px;
	margin:0 auto;
	text-align:center;
}

#nav3 ul li {
	line-height: 1.3;

	display: inline-block;

}

#nav3 ul li::after {
	content: "\ff5c";
	color: #f2f2f2;
}

#nav3 ul li:last-child::after {
	content: "";
}

#nav3 ul li a {
	min-height: 22px;
	padding: 3px 14px 0 10px;
	color: #f2f2f2;
	text-decoration: none;
}

#nav3 ul li a:hover {
	color: #cccccc;
}

/*----------------------------------------------------------------------
 Navスマホ用
----------------------------------------------------------------------
a#menu{display:none;}*/
div#mainNav{display:none;}
div.sp_footer_menu_area {
    display:none;
}
div.sp_footer_menu_area2 {
    display:none;
}

/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
}

.sp {
    display:none;
}

.tb {
    display:none;
}

.pc {
    display:inherit;
}

.pc2 {
    display:inherit;
}
.longurl {
	word-break: break-all;
}

.white_area {
    background-color:#FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
}

.usucha_area {
    background-color:#EBE1D3;
	width: 100%;
	margin: 0;
	padding: 0;
}


/*--- トップお知らせ ---*/
.toposhirase_area {
background:#EBE0D2;
background-image: url(../../images/toposhirase_bg.jpg);
background-position: right top;
background-repeat: no-repeat;

	width: 100%;
	margin: 0;
	padding: 70px 0 85px;
	text-align:center;
}
.topnews_area {
background:#ffffff;
	width: 100%;
	margin: 0;
	padding: 70px 0 70px;
	text-align:center;
}

.topnews_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:left;
}

.news_area {
    padding:0 30px;

}

.news_oyasumi {
clear:both;
width:100%;
background:#D3F0F5;
	margin: 0 0 35px;;
	padding: 20px 40px;
	text-align:left;
    border-radius: 10px;
box-sizing:border-box;
}

.news_oyasumi_uchiwaku {
clear:both;
width:100%;
background:#ffffff;
	margin: 0 auto;
	padding: 0 15px;
	text-align:left;
    border-radius: 7px;
box-sizing:border-box;
}

.news_info {
clear:both;
width:100%;
background:#CFF1C7;
	margin: 0;
	padding: 20px 40px;
	text-align:left;
    border-radius: 10px;
box-sizing:border-box;
}

.news_info_uchiwaku {
clear:both;
width:100%;
background:#ffffff;
	margin: 0 auto;
	padding: 0 15px;
	text-align:left;
    border-radius: 7px;
box-sizing:border-box;
}

.news_midashi{
margin:0 0 15px 0;
   font-size:18px;
   line-height:26px;
   float:left;
font-weight: normal;
}

div.recruitbox {
width:964px;
border:7px solid #ffcc66;
background:#ffffff;
background-image: url(../../images/recruitbox_bg.jpg);
background-size:300px;
background-position: right center;
background-repeat:no-repeat;

padding:36px 40px 20px;
margin:35px auto 0;
text-align:center;

box-sizing:border-box;
overflow:hidden;
}

div.recruitbox p {
font-size:88%;
letter-spacing:0.1em;
line-height:1.8;
padding:0 0 15px 0;
text-align:left;
color:#515151;
width:520px;
}

div.recruitbox h3.bigtext {
font-size:24px;
letter-spacing:0.1em;
line-height:1.4;
padding:0 0 22px 0;
text-align:left;
color:#ff6600;
width:auto;
font-weight:bold;
}

div.recruitbox img {
margin-top:14px;
float:left;
}


.prbox {
width:100%;
border:7px solid #388EDC;
background:#ffffff;

padding:16px 40px 20px 40px;
margin:35px auto 0;
text-align:left;
font-size:88%;	

box-sizing:border-box;
overflow:hidden;

	display:flex;
	justify-content: space-between;
	align-items: center;

}

.prbox_item1 {
	width: 56%;
	padding-top: 20px;
}
.prbox_item2 {
	width: 40%;
}

.prbox_item1 p {

letter-spacing:0.1em;
line-height:1.8;
padding:0 0 1em 0;
text-align:left;
color:#515151;
}

.prbox_item1 h3.bigtext {
font-size:24px;
letter-spacing:0.1em;
line-height:1.4;
padding:0 0 22px 0;
text-align:left;
color:#339933;
width:auto;
font-weight:bold;
}
.prbox_item1 h3.bigtext.kon {
	color:#1A5F9E;
}


.prbox_item2 img {
	display: block;
	margin:0 auto 0;
	width:100%;
}
ul.checklist {
	line-height: 1.8;
	padding: 0;
	padding: 0 0 0 1.5em;
	position: relative;
	list-style: none;
	margin: 5px 0 15px;
}
ul.checklist li {
	font-weight: normal;
	margin-bottom: 0.2em;
}
ul.checklist li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	position: absolute;
	left: 0.2em;
	color: #BA1C7A;
	font-weight: bold;
}



/*--- トップ診療内容 ---*/
.toptreatment_area {
background:#ffffff;
	width: 100%;
	margin: 0;
	padding: 70px 0 25px;
	text-align:center;
}

.toptreatment_area_inner {
	width: 1024px;
	margin: 0 auto 40px;
	padding: 0;
	text-align:left;
}

.treatmentmenuarea {

	margin: 0 0 0 ;
	padding:0 0 0 30px;
	overflow:hidden;
}


.treatmentmenubox {
width:467px;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
}

.treatmentmenubox_uchiwaku {
background:#ffffff;

background-position: top left;
background-repeat: no-repeat;
padding:15px 12px 11px;
overflow:hidden;
}

.treatmentmenubox_uchiwaku2 {
background:#FBE1F5;

background-position: top left;
background-repeat: no-repeat;
padding:15px 12px 11px;
overflow:hidden;
}

.treatmentbox_title {
width:100%;
font-size:22px;
padding-left:0;
height:35px;
font-weight:bold;
line-height:1.4;
color:#262626;
border-bottom:1px solid #529321;
  box-sizing: border-box;
}

.treatmentbox_title img {
width:12px;
vertical-align:middle;
padding:0 7px 5px 5px;
}


.treatmentbox_text {
float:left;
width:100%;
min-height:40px;
padding:10px 7px 0;
  box-sizing: border-box;
color:#2f2f2f;
line-height:1.5;
}


.buttona {
  display: inline-block;
  width: 100%;
  min-height: 140px;
  text-align: left;
  text-decoration: none;

  outline: none;
	color:#2f2f2f;

	font-weight:normal;
	padding:12px;
}
.buttona::before,
.buttona::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttona,
.buttona::before,
.buttona::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttona {
  background-color: #529321;

  color:#FFFFFF;
}

.buttona:hover {
  background-color: #D9F2C6;
  text-decoration:none;
}


.button_kasounav {
  display: inline-block;
  width: 100%;
  min-height: 48px;
  text-align: center;
  text-decoration:underline !important;
  line-height: 1.4;
  outline: none;
	color:#0B99D1;
	font-size:16px;
	font-weight:bold;
	padding:14px 0 10px;
}
.button_kasounav::before,
.button_kasounav::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_kasounav,
.button_kasounav::before,
.button_kasounav::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_kasounav {
  background-color: #ffffff;
  color:#0B99D1 !important;
}

.button_kasounav:hover {
  background-color: #DFF3F7;
  text-decoration:none !important;
}







.toptreatment_area_inner2 {
	_width: 1521px;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.topics_title {
    font-size:100%;

	text-align:center;
	width:100%;
	line-height:1.5;
	color:#f2f2f2;
	padding-bottom:10px;
	margin-bottom:30px;
}

.topics_title span {
    font-size:22px;
	font-weight:bold;
}

.topicsbox_area {
    width:1024px;
	margin: 0 auto;
	padding:0 0 0 30px;
	overflow:hidden;
  box-sizing: border-box;
}

.topicsbox {
width:467px;
min-height:200px;
	float:left;
	margin-bottom:45px;
	margin-right:30px;
	background:#E1F7FF;
	padding:17px 20px 19px;
  box-sizing: border-box;
  color:#2f2f2f;
}

.topicsbox_icon_area {
width:100%;
text-align:center;
	padding-bottom:10px;
}

.topicsbox_icon_area img{
width:auto;
height:30px;
}

.topicsbox_title {

line-height:1.5;
width:100%;
text-align:center;
font-weight:bold;
	margin-bottom:12px;
	font-size:115%;
}

.topicsbox_text {
line-height:1.7;
padding:0 0 12px;
font-size:88%;
}


/*--- トップバナーエリア ---*/
.topbanner_area {
background:#F3FBFB;
	width: 100%;
	margin: 0;
	padding: 70px 0 40px;
	text-align:center;
}

.topbanner_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:left;
}

.topbanner_area_inner2 {
	width: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:left;
}

.bannermenuarea {

	margin: 0 0 0 ;
	padding:0 0 0 30px;
	overflow:hidden;
}


.bannermenubox {
width:467px;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
}

.bannermenubox_uchiwaku {
background:#FFF5D9;

background-position: top left;
background-repeat: no-repeat;
padding:16px 12px 20px;
overflow:hidden;
}

.bannermenubox_uchiwaku2 {
background:#FBE1F5;

background-position: top left;
background-repeat: no-repeat;
padding:16px 12px 20px;
overflow:hidden;
}

.bannerbox_title {
width:100%;
font-size:18px;
padding-left:0;
height:34px;
font-weight:bold;
line-height:1.4;
color:#2f2f2f;
border-bottom:1px solid #FFC000;
  box-sizing: border-box;
}

.bannerbox_title img {
width:11px;
vertical-align:middle;
padding:0 7px 5px 4px;
}

.bannerbox_title svg {
width:11px;
vertical-align:middle;
padding:0 7px 5px 4px;
}

.yellow_arrow {
color:#FFC000;
}

.bannerbox_title2 {
width:100%;
font-size:18px;
padding-left:0;
height:34px;
font-weight:bold;
line-height:1.4;
color:#2f2f2f;
border-bottom:1px solid #E020B7;
  box-sizing: border-box;
}

.bannerbox_title2 img {
width:11px;
vertical-align:middle;
padding:0 7px 5px 4px;
}

.bannerbox_title2 svg {
width:11px;
vertical-align:middle;
padding:0 7px 5px 4px;
}

.bannerbox_icon {
float:left;
padding:10px 0 0 0;
width:70px;
height:70px;
	text-align:center;
}

.bannerbox_icon img {
margin:0 auto;
width:70px;
}


.bannerbox_text {
float:left;
width:100%;
margin-left:-70px;
padding-left:70px;
min-height:70px;
padding-top:10px;
  box-sizing: border-box;
color:#333333;
line-height:1.35;
}


.button1 {
  display: inline-block;
  width: 100%;
  min-height: 171px;
  text-align: left;
  text-decoration: none;
  _line-height: 70px;
  outline: none;
	color:#2f2f2f;
	_font-size:20px;
	font-weight:normal;
	padding:15px;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 {
  background-color: #FFC000;

  color:#FFFFFF;
}

.button1:hover {
  background-color: #FEECC0;
  text-decoration:none;
}



.button2 {
  display: inline-block;
  width: 100%;
  min-height: 171px;
  text-align: left;
  text-decoration: none;
  _line-height: 70px;
  outline: none;
	color:#2f2f2f;
	_font-size:20px;
	font-weight:normal;
	padding:15px;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  background-color: #E020B7;
background-image: url(../images/arrow_treatment.png);
background-position: top left;
background-repeat: no-repeat;
  color:#FFFFFF;
}

.button2:hover {
  background-color: #F9D5F0;
  text-decoration:none;
}

.button3 {
  display: inline-block;
  width: 100%;
  min-height: 171px;
  text-align: left;
  text-decoration: none;
  _line-height: 70px;
  outline: none;
	color:#2f2f2f;
	_font-size:20px;
	font-weight:normal;
	padding:15px;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  background-color: #9A470F;
background-image: url(../images/arrow_treatment.png);
background-position: top left;
background-repeat: no-repeat;
  color:#FFFFFF;
}

.button3:hover {
  background-color: #E96F1D;
  text-decoration:none;
}

.button4 {
  display: inline-block;
  width: 100%;
  min-height: 171px;
  text-align: left;
  text-decoration: none;
  _line-height: 70px;
  outline: none;
    border-radius: 10px;
	color:#FFFFFF;
	_font-size:20px;
	font-weight:normal;
	padding:15px;
}
.button4::before,
.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button4,
.button4::before,
.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button4 {
  background-color: #BF9000;
background-image: url(../images/arrow_treatment.png);
background-position: top left;
background-repeat: no-repeat;
  color:#FFFFFF;
}

.button4:hover {
  background-color: #F9BB00;
  text-decoration:none;
}

/*--- トップ診療時間 ---*/
.toptimetable_area {
background:#F3FBFB;
background-image: url(../../images/toptimetable_bg.png) ;
background-size:cover;
background-position: right;
background-repeat: no-repeat;

	width: 100%;
	margin: 0;
	padding: 70px 0 70px;
	text-align:center;
}

.toptimetable_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.toptimetable_area_inner2 {
	width: 1152px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

/*--- トップアクセス ---*/
.topaccess_area {
background:#ffffff;
background-image: url(../../images/topaccess_bg.jpg);
background-size:contain;
background-position: right;
background-repeat: no-repeat;


	width: 100%;
	margin: 0;
	padding: 70px 0 70px;
	text-align:center;
	overflow:hidden;
}

.topaccess_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}




/*--- トップご挨拶 ---*/
.topgoaisatsu_area {
background:#F3FBFB;
	width: 100%;
	margin: 0;
	padding: 70px 0 70px;
	text-align:center;
	overflow:hidden;
}

.topgoaisatsu_area_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}






.usucha2_area {
    background-color:#F2DDBE;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}

.usucha3_area {
    background-color:#F7F5EC;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}

.kon_area {
    background-color:#103464;
	width: 100%;
	margin: 0;
	padding: 0;
}

.usukimidori_area {
    background-color:#F7F5EE;
	width: 100%;
	margin: 0;
	padding: 0;
}



.inner1200_60 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 60px;
}

.inner1200_30 {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 60px;
}


.inner960_60 {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 60px;
	overflow:hidden;
}

.inner960_30 {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 60px;
}

.inner767_60 {
	width: 767px;
	margin: 0 auto;
	padding: 60px 0 60px;
	overflow:hidden;
}

.inner767_15 {
	width: 767px;
	margin: 0 auto;
	padding: 15px 0 60px;
	overflow:hidden;
}

.inner_oshirase {
	width: 767px;
	margin: 0 auto;
	padding: 60px 0 0;
	overflow:hidden;
}

.inner_tsubuyaki {
	width: 767px;
	margin: 0 auto;
	padding: 0 0 0;
	overflow:hidden;
}


.radius_lightgray_box {
    background-color:#f2f2f2;
    width:670px;
	padding:35px 35px 15px 35px;
	margin:0 auto 60px;
    border-radius: 15px;        /* CSS3草案 */

}

.radius_lightblue_box {
    background-color:#F5FAFB;
    width:670px;
	padding:35px 35px 15px 35px;
	margin:0 auto 60px;
    border-radius: 15px;        /* CSS3草案 */

}

.radius_cream_box {
    background-color:#FBF9F3;
    width:670px;
	padding:35px 35px 15px 35px;
	margin:0 auto 60px;
    border-radius: 15px;        /* CSS3草案 */
}

.radius_cream_box2 {
    background-color:#FBF9F3;
    width:670px;
	padding:35px 35px 15px 35px;
	margin:0 auto 60px;
border-radius: 0 0 15px 15px / 0 0 15px 15px;

}

.radius_kogecha_box2 {
    background-color:#623730;
    width:670px;
	padding:0 35px 0 35px;
	margin:0 auto 0;
border-radius: 15px 15px 0 0 / 15px 15px 0 0;

}


/*-新しい見出し-*/

.page_midashi {
clear:both;
	margin: -7px auto 6px;
	padding: 0 0 0 0.100em;
    color: #1A5F9E;
	font-size: 32px;
	line-height:1.4;
	text-align: center;
	font-weight:normal;
	letter-spacing:0.100em;
}

.kasou_area p.under_h1{
	padding: 0 0 50px !important;
	text-align: center;
	font-size:16px;
	letter-spacing:0.100em;
	color:#444444;
}

.obi_l_midashi {
clear:both;
	margin: 30px auto 27px;
	padding: 7px 18px 3px 18px;
    color: #ffffff;
	font-size: 29px;
	font-weight:normal;
	text-align: left;
	letter-spacing:0.200em;
	background-color:#1A5F9E;
	border-radius: 7px;
	line-height:1.4;
}

.obi_l_midashi.top{
	margin: 15px auto 27px;
}

.tatebou_l_midashi {
	margin: 18px 0 21px;
	padding: 6px 0 4px 26px;
    color: #388EDC;
	font-size: 22px;
	text-align: left;
	line-height:1.4;
	letter-spacing:0.200em;
	border-radius: 0;
	font-weight:normal;
	
    background:#ffffff url(../images/h4_mark.svg);
    background-repeat: no-repeat;
    background-position:top left;
	background-size:10px; 

}

.tatebou_l_midashi.top{
	margin: 0 auto 21px;
}

.line_m_midashi {
	margin: 13px 0 15px;
	padding: 0 0 12px 0;
    color: #388EDC;
	font-size: 21px;
	font-weight:bold;
	letter-spacing:0.075em;
	text-align: left;
	line-height:1.4;
	background:none;

	border-bottom:1px #388EDC solid;
	border-radius: 0;
}
.line_m_midashi.top{
	margin: 0 0 15px;
}

.s_midashi {
	margin: 2px 0 8px;
	padding: 0 0 0 0;
    color: #388EDC;
	font-size: 18px;
	text-align: left;
	letter-spacing:0.075em;
	line-height:1.4;
}
.s_midashi.top{
	margin: 0 auto 8px;
}

.s_midashi.kyouchou {
    color: #E862B2;
}

.ss_midashi {
	margin: 1px auto 0;
	padding: 10px 0 4px;
	font-size: 16px;
	text-align: left;
	line-height:1.4;
    color: #29AECC;
}

.column_midashi {
	margin: 0 0 3px;
	padding: 0 0 10px 0;
	color:#1A5F9E;

	font-size: 16px;
	font-weight:bold;
	text-align: left;
	line-height:1.4;
	background:none;

	border-radius: 0;
	letter-spacing:0.075em;
}

.column_midashi img{
	margin: 0 7px 0 0;
	padding: 0 0 0 0;
	vertical-align:-4px;


width:21px;
height:21px;
}

.column_midashi2{
	margin: 6px 0 15px;
	padding: 0 0 10px 0;

    color: #515151;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	line-height:1.4;
	background:none;
	border-bottom:1px #1867D1 solid;
	border-radius: 0;
	letter-spacing:0.050em;
}


.column_box {
    background-color:#EEEEEE;
    width:auto;
	padding:20px 20px 20px;
	margin:0 0 30px;
box-sizing:border-box;
}
.column_box3 {
    background-color:#EEEEEE;
    width:auto;
	padding:20px 20px 20px;
	margin:0 0 2em;
	box-sizing:border-box;
}


.column_box span.bigtelno2 {
	padding:0 0 0;
	margin:20px 0 0;
    color:#c00000;
	font-size:20px;
	font-weight:bold;
}

.column_box span.bigtelno2 a {
    color:#c00000;
}

.bottomline_box {
    width:100%;
	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:20px;
	padding:0 0 20px;
	text-align:left;
}

.bottomline_box2 {
    width:100%;
	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:20px;
	padding:0 ;
	text-align:left;
}

div.bottomline_box3 {
    width:100%;
	border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:20px 0 0 ;
	text-align:left;
box-sizing:border-box;
}

div.bottomline_box3last {
    width:100%;
	_border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:20px 0 0 ;
	text-align:left;
box-sizing:border-box;
}


a.bottomline_box3 {
  display: inline-block;
    width:100%;
	border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:22px 15px 3px ;
	text-align:left;
box-sizing:border-box;
}

a.bottomline_box3:hover {
    background-color:#F3F8FC;
	text-decoration:none;
}

a.bottomline_box3top {
  display: inline-block;
    width:100%;
	border-bottom:1px #cccccc dotted;
	margin-top:0;
	margin-bottom:0;
	padding:22px 15px 3px ;
	text-align:left;
box-sizing:border-box;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

a.bottomline_box3top:hover {
    background-color:#F3F8FC;
	text-decoration:none;
}


a.bottomline_box3last {
  display: inline-block;
    width:100%;

	margin-top:0;
	margin-bottom:0;
	padding:22px 15px 3px ;
	text-align:left;
box-sizing:border-box;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

a.bottomline_box3last:hover {
    background-color:#F3F8FC;
	text-decoration:none;
}

.bottomline_box4 {
    width:100%;
	border-bottom:1px #421E08 solid;
	margin-top:0;
	margin-bottom:20px;
	padding:0 0 20px;
	text-align:left;
}

.bottomline_box5 {

	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.bottomline_box5top {

	border-bottom:1px #666666 dotted;
	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.bottomline_box5bottom {


	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.bottomline_box5bottom2 {


	margin-top:0;
	margin-bottom:12px;
	padding:0 5px 0;
	text-align:left;
box-sizing:border-box;
}

.info_dl2 {
	width: 100%;
	margin: 2px auto 0;
	text-align: left;
	font-size: 100%;
}

.info_dl2 dt {
	float: left;
	clear: both;
	width: 120px;
	padding: 0 0 0 0;
	text-align:left;
	font-size:16px;
}

.info_dl2 dt.red {
    color:#c00000;
}

.info_dl2 dt.blue {
    color:#2F5597;
}


.info_dl2 dd {
	width: auto;
	_margin-left:110px;
	padding: 0px 0px 18px 0px;
}

.info_dl3 {
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
	font-size: 100%;
}

.info_dl3 dt {
	float: left;
	clear: both;
	width: 120px;
	padding: 0 0 0 0;
	text-align:left;
	font-size:16px;
	color:#666666;
}


.info_dl3 dd {
	width: auto;
	margin-left:120px;
	padding: 0 0px 15px 0px;
}

h3.box {
    text-align:center;
	font-size: 22px;
	font-weight:bold;
	color:#262626;
	width:100%;
	
    line-height: 35px;
	padding: 0 0 10px;
	margin-bottom:35px;
	border-bottom:1px solid #E3D7C6;
}




h3.box2 {
    text-align:center;
	font-size: 30px;
	font-weight:bold;
	color:#ffffff;
	padding:7px 0 5px 0 !important;
	margin:0;
}

.ss_shikiri {
clear:both;
    width:100%;
	background: url(../images/shikiri_line.png) left center repeat-x;
    text-align:center;
}

.ss_shikiri p {
margin:0;
   font-size:35px;
   font-weight:normal;
   font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
letter-spacing:4px;

}

.largemarker {
      background-color: #FFFFff;
      padding: 0.1em 20px 0.1em 24px;
}

.largemarker2 {
      background-color: #F2DDBE;
      padding: 0.1em 20px 0.1em 24px;
}


.ss_shikiri2 {
clear:both;
    width:100%;
    text-align:center;
}

.ss_shikiri2 p {
margin:0;
   font-size:32px;
   font-weight:bold;
   color:#FFFFFF;
   padding:8px 0  4px 4px ;
letter-spacing:4px; 
}

.sikirisen_blue {
	width: 70px;
	height: 10px;
	background: #0066B5;
	display: block;
	margin: 10px auto 45px;
    border-radius: 5px;        /* CSS3草案 */

}

div.timetable_area {

   float:left;
   margin-left:47px;
   width:482px;
}

div.timetable_area p {
   padding-top:10px;
   font-weight:bold;
   font-size:85%;
}

div.variafree_pc_area {
   float:left;
   width:200px;
   text-align:center;
}

div.variafree_pc_area p {
   padding-top:10px;
   font-weight:normal;
   font-size:100%;
}

div.variafree_sp_area {
   display:none;
}



div.access_area {
   float:left;
   width:467px;
   padding-bottom:15px;
   font-size:92%;
}

div.access_area p.big {
   padding-top:5px;
   font-weight:bold;
   font-size:130%;
}

ul.accesslist {
	margin:7px 0 5px 22px;
	list-style:outside;
}

ul.accesslist li {
	list-style-type: disc;
	margin:0 0 5px 0 !important;
}

.info_dl {
	width: 100%;
	margin: 20px auto 0;
	text-align: left;
	font-size: 100%;
}

.info_dl dt {
	float: left;
	clear: both;
	width: 40%;
	padding: 0 0 0 0;
	text-align:right;
	font-size:16px;
}
.info_dl dt span{
	background-color: #993300;
	color: #FCFCFC;
	text-align: center;
	padding: 2px 10px 0;
	margin-left: 15px;
	margin-right: 15px;	

	_font-weight:bold;
}

.info_dl dt span.blue{
	background-color: #2F5597;
}

.info_dl dd {
	width: 60%;
	margin-left:40%;
	padding: 0px 0px 20px 0px;
}

p.news_title {
   padding-top:2px;
   padding-right:10px;
   padding-bottom:10px;
   font-weight:bold;
   font-size: 100%;
   color:#7D643E;
}

p.news_date {
   font-size: 100%;
   padding-bottom:0;
}

p.news_text {
   font-size: 88%;
   line-height:1.8;
}

p.news_text_indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
   font-size: 88%;
   line-height:1.8;
}

p.news_text2 {
   font-size: 88%;
   line-height:1.8;
   padding-bottom:20px; 
}

p.news_text2_indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
   font-size: 88%;
   line-height:1.8;
   padding-bottom:20px;
}



p.news_ichiran {
   font-size: 80%;
}

div.news_link_waku {
    clear: both;
    width: 50%;
    border: #a5a5a5 1px solid;
    margin: 20px auto 20px;
    color: #3890CE;
    font-size: 90%;
    text-align: center;
    padding: 3px;   
}

p.tsubuyaki_title1 {
   font-size: 100%;
   line-height:1.8;
   text-align:center;
   margin-top:-15px;
}

p.tsubuyaki_title2 {
   font-size: 150%;
   line-height:1.8;
   text-align:center;
   font-weight:bold;
}

p.tsubuyaki_text {
   font-size: 88%;
   line-height:1.8;
   padding:0 0 15px 0;
}

p.tsubuyaki_img {
   margin:10px 15px 30px;
   text-align:center;
}






/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/

.mainimage {
	width: 100%;
	height:390px;
	margin: 0;
	padding: 0;
	background:#8AD5FF url(../../images/mainimage_pc.jpg) center top no-repeat;
	background-size:1806px;
}

.mainimage_text {
width:944px;
	height:390px;
	margin: 0 auto;
	padding:0;
}

.mainimage_text img.copy {
	height:95px;
	margin:35px 0 37px;
	float:right;
}

.mainimage_text img.mj_button {
	height:45px;
	width:173px;
	margin:0 0 15px 19px;
	float:right;
}

.mainimage_text a:hover img.mj_button {
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

.mainimage_text img.copy2 {
clear:both;
	height:47px;
	margin:21px 0 0;
	float:right;
}


.treatmentmenu div.tab1 {
background:#6EBE44;
background-image: url(../images/arrow_treatment.png);
background-position: 17px;
background-repeat: no-repeat;

    width:100%;
	height:48px;
	text-align:center;
    border-radius: 5px;
	padding:22px 0 0;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;

position:relative;

}

.treatmentmenu div.tab1 a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}

.treatmentmenu div.tab1 a:hover {
 color: #666666;
 text-decoration: none;
 background-color: #DBEED0;}

.treatmentmenu div.tab2 {
background:#0066B3;
background-image: url(../images/arrow_treatment.png);
background-position: 17px;
background-repeat: no-repeat;

    width:100%;
	height:48px;
	text-align:center;
    border-radius: 5px;
	padding:22px 0 0;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
}

.treatmentmenu div.tab3 {
background:#BC5A18;
background-image: url(../images/arrow_treatment.png);
background-position: 17px;
background-repeat: no-repeat;

    width:100%;
	height:48px;
	text-align:center;
    border-radius: 5px;
	padding:22px 0 0;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
}


.treatmentmenu div.textarea {
    width:96%;
	min-height:60px;
	text-align:left;
	margin-top:20px;
	padding:0 2%;
}


.timetable_box {
clear:both;
width:100%;
	margin: 0;
	padding:0 30px;
	overflow:hidden;
  box-sizing: border-box;
}

.timetable_box p {
line-height:1.8;
}



.timetable_left {
    width:535px;
    float:left;
	padding:0;
	text-align:left;
}

.timetable_left img {
    width:100%;
	height:auto;
}

.timetable_left p {
	padding:30px 0 0 10px;
	text-align:left;
}


table.typeblue {
  border-top: 2px solid #ffffff;
  border-left:2px solid #ffffff;
  border-right:none;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  width:535px;
  margin-bottom:0;
}
table.typeblue thead th,
table.typeblue tbody th,
table.typeblue tbody td {
  padding: 5px 5px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
table.typeblue thead {
  height:40px;

}
table.typeblue thead th {
  background-color: #20A0CE;
  font-size:18px;
  font-weight:normal;
  color:#ffffff;
  padding:5px 0 0 0;
  height:40px;
  text-align:center;
}
table.typeblue thead td {
  background-color: #20A0CE;
  font-size:16px;
  color:#ffffff;
  padding:5px 0 0 0;
  text-align:center;
  width:46px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

table.typeblue tbody th {
  font-size:16px;
  background-color: #DEEBF7;
  font-weight:normal;
  padding:12px 0 10px 0;
  _height:44px;
  text-align:center;
}
table.typeblue td {
  text-align:center;
}

table.typeblue tbody td {
  font-size:18px;
  color:#333333;
  background-color: #DEEBF7;
}


.timetable_textbox {
    float:left;
	padding:15px 20px 0;
	text-align:left;
	margin-left:45px;
	width:344px;
	font-size:14px;
line-height:1.5;
background-color:#DCE5F4;
}

.timetable_textbox p {
	padding:0 0 20px;
}

.timetable_textbox h3.big {
font-size:18px;
	padding:0 0 0;
	font-weight:bold;
line-height:1.8;
}


.access_left {
clear:both;
    width:467px;
	height:250px;
    float:left;
	padding:0;
	text-align:left;
	margin-left:30px;
}
.access_left iframe {
    width:100%;
	height:100%;
}


.access_textbox {
    float:left;
	padding:0 0 0 0 ;
	text-align:left;
	margin-left:45px;
	margin-top:-3px;
	width:482px;
}

.access_textbox p {
	padding:0 0 32px 0 ;
	line-height:1.7;
	font-size:88%;
	
}

.access_textbox h3.access_bigtext {
	padding:0 0 5px 0 ;
	line-height:1.5;
	font-size:20px;
	font-weight:bold;
}

.goaisatsu_textbox {
clear:both;
    float:left;
	padding:2px 0 0 0 ;
	text-align:left;
	margin-left:30px;
	width:635px;
}

.goaisatsu_textbox p {
	padding:0 0 25px 0 ;
	line-height:1.7;
    font-size:88%;	
}

.goaisatsu_textbox h3.goaisatsu_bigtext {
	padding:0 0 20px 0 ;
	line-height:1.5;
	font-size:20px;
	font-weight:bold;
}

.goaisatsu_right {
    width:220px;
	height:270px;
    float:left;
	padding:5px 0 0;
	text-align:left;
	margin-left:45px;
}

.goaisatsu_right img {
    width: 220px;
    border-radius: 10px;

}





#footer p.indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

#footer p.line1 {
	padding:0 0 0 0 !important;
}



#content p.indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

#content p.line1 {
	padding:0 0 0 0 !important;
}


#content p.indent_1line {
	margin-left: 1.0em;
	text-indent: -1.0em;
	padding:0 0 0 0 !important;
}

#content2 p.line1 {
	padding:0 0 0 0 !important;
}


#content2 p.indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

#content2 p.indent_1line {
	margin-left: 1.0em;
	text-indent: -1.0em;
	padding:0 0 7px 0 !important;
}

div.news_title {
    width:100%;
	padding-bottom:7px;
	border-bottom: 3px solid #cccccc;
}

div.news_naiyou {
    width:95.5%;
	padding: 2% 2% 0 2%;
	min-height:350px;
    margin:10px 0;
	border:1px solid #CCCCCC;
}

div.news_end {
    width:100%;
	padding-top:7px;
	border-top: 3px solid #cccccc;
	text-align:right;
}


/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 770px;
	line-height: 1.8;
	margin:0;
}

#content p {
	padding: 0 0 15px;
}

#content li,
#content dt,
#content dd,
#content th,
#content td {
	line-height: 1.8;
}

#content p.line1 {
	padding:0 0 0 0 !important;
}


#content p.indent_line1 {
	margin-left: 1.0em;
	text-indent: -1.0em;
	padding:0 0 0 0 !important;
}

#content p.indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
}



#content2 {
	float: left;
	width: 100%;
	line-height: 1.8;
	margin:0 0;
}

#content2 p {
	padding: 0 0 15px;
}


#content2 li,
#content2 dt,
#content2 dd,
#content2 th,
#content2 td {
	line-height: 1.8;
}


#content2 p.line1 {
	padding:0 0 0 0 !important;
}


#content2 p.indent {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

#content2 p.indent_line1 {
	margin-left: 1.0em;
	text-indent: -1.0em;
	padding:0 0 7px 0 !important;
}

div.news_title {
    width:100%;
	padding-bottom:7px;
	border-bottom: 3px solid #cccccc;
}

div.news_naiyou {
    width:95.5%;
	padding: 2% 2% 0 2%;
	min-height:350px;
    margin:10px 0;
	border:1px solid #CCCCCC;
}

div.news_end {
    width:100%;
	padding-top:7px;
	border-top: 3px solid #cccccc;
	text-align:right;
}

.radius_white_box {
    background-color:#ffffff;
    width:768px;
	padding:45px 44px 10px 44px;
	margin:0 auto 70px 0;
    border-radius: 15px;

box-sizing:border-box;

}

.radius_white_box2 {
    background-color:#ffffff;
    width:100%;
	padding:50px 34px 15px 34px;
	margin:0 auto 70px;
border-radius: 15px 15px 15px 15px;

box-sizing:border-box;
}

.radius_blue_box2 {
    background-color:#388EDC;
    width:100%;
	padding:40px 48px 40px 48px;
	margin:0 auto 0;
border-radius: 15px 15px 0 0;
overflow:hidden;

box-sizing:border-box;
}

.kasou_navi_box {
	width: 25%;
	margin: 0;
	padding:0 9px 0;
	float:left;
box-sizing:border-box;
}
















.radius_white_box3 {
    background-color:#ffffff;
    width:768px;
	padding:45px 44px 10px 44px;
	margin:0 auto 70px 0;
    border-radius: 15px;

box-sizing:border-box;     
}

.radius_white_box4 {
clear:both;
    background-color:#ffffff;
    width:1120px;
	padding:50px 40px 60px 40px;
	margin:0 auto 70px;
    border-radius: 15px; 
}


.access_btm_area {
    width:1140px;
	padding:0;
	margin:0 auto 70px;
	text-align:center;
}

.access_btm_area img {
	margin:0 27px 20px;
}

.access_a_area {
    width:700px;
	padding:0;
	margin:0 20px 0 0;
	float:left;
}

.access_a_area img {
    width:100%;
	max-width:700px;
	margin:0 0 15px;
}

.access_b_area {
    width:300px;
	padding:0;
	margin:0;
	float:right;
}

.access_b_area img {
    width:100%;
	max-width:300px;
	margin:0 0 15px;
}

.access_c_area {
    width:700px;
	padding:0;
	margin:0;
	float:left;
}


.gotothetop_area {
	clear: both;
	text-align: right;
}

.gotothetop_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}




.column_box2 {
    background-color:#F2F2F2;
    width:auto;
	padding:23px 25px 0;
	margin:0 0 45px;
box-sizing:border-box;
}

.column_box2.last {
    background-color:#F2F2F2;
    width:auto;
	padding:20px 25px 0;
	margin:0 0 60px;
box-sizing:border-box;
}


.column_box_shinryo {
    background-color:#F4F4F4;
    width:auto;
	padding:35px 35px 13px;
	margin:0 0 50px;
box-sizing:border-box;
overflow:hidden;
}

.shinryobox_title {
float:left;
padding:0 0 0 0;
width:30%;
height:60px;
font-size:20px;
letter-spacing:0.2em;
color:#484848;
text-align:left;
line-height:1.4;
font-weight: normal;
}

.shinryobox_title.long {
letter-spacing:0;
}

.shinryobox_title span {
color:#388EDC;
}

.shinryobox_title img {
margin:0 auto;
width:17px;
}


.shinryobox_text {
float:left;
width:69%;
min-height:60px;
padding-left:25px;
margin-bottom:20px;
box-sizing: border-box;
font-size:88%;
_letter-spacing:0.05em;
color:#484848;
line-height:1.65;
border-left:3px #388EDC solid;
}

.shinryobox_text.linknashi {
margin-bottom:15px;
}

.shinryobox_link {
clear:both;
width:100%;
padding-top:25px;
overflow:hidden;


border-top:1px solid #E2E2E2;
box-sizing: border-box;
}

.button_shinryo {
  display: inline-block;
  width: auto;
  min-height: 30px;
  text-align: center;
  text-decoration:none;
  line-height: 1.4;
  outline: none;
	color:#ffffff;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:normal;
	padding:6px 18px 2px;
	margin-right:13px;
	margin-bottom:15px;
}
.button_shinryo::before,
.button_shinryo::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_shinryo,
.button_shinryo::before,
.button_shinryo::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_shinryo {
  background-color: #4C8FC1;
  color:#ffffff !important;
}

.button_shinryo:hover {
  background-color: #aaaaaa;
  text-decoration:underline;
}

















.kasou_area p.bottom10 {
    padding-bottom:10px !important;
}

.kasou_area p.bottom15 {
    padding-bottom:15px !important;
}

.column_box span.bigtelno2 {
	padding:0 0 9px;
	margin:20px 0 0;
    color:#c00000;
	font-size:20px;
	font-weight:bold;
}

.column_box span.bigtelno2 a {
    color:#c00000;
}

.kasou_area p.column_box_text1 {
margin-top:9px;
}

div.news_date {
    font-size:88%;
	padding:0 0 5px;
	color:#595959;
	line-height:1.4;
}




.kasou_area {
    background-color:#DFF3F7;
	width: 100%;
	margin: 0;
	padding: 35px 0 0 0;
}



.kasou_area p{
	margin: 0;
	padding: 0 0 2em !important;
    color: #515151;
	font-size: 88%;
	line-height:1.8;
	letter-spacing:0.050em;
text-align: justify; /* 両端揃え */
}

.kasou_area p.lh2{
	line-height:2;
}

.kasou_area p.lastgyo{
	padding: 0 0 2em !important;

}

.kasou_area .lastgazou{
	padding: 0 0 2em !important;

}


.kasou_area p a.kyouchou {
    color: #093C8E;
	text-decoration:underline;
}

.kasou_area p a:hover.kyouchou {
    color: #093C8E;
	text-decoration:none;
}

.kasou_area p a.link1{
    color: #1867D1;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
.kasou_area p a.link1:hover{
    color: #3682e9;
    text-decoration: none;
}

.kasou_area div.radius_white_box.clinic p{
	margin: 0;
	padding: 0 0 2em !important;
    color: #515151;
	font-size: 88%;
	line-height:1.8;
	letter-spacing:0.050em;
text-align: justify; /* 両端揃え */
}


.kasou_area p.line1{
	padding: 0 0 0 !important;
}


div.image_box_map {
padding-bottom:2em;
text-align:center;
}

div.image_box img {
max-width:520px;
width:100%;
}

div.image_box2 {
padding-bottom:2em;
text-align:left;
font-size: 88%;
line-height: 2;
}

div.image_box2 img {
width:100%;
}

div.image_box3 {
text-align:left;
padding-bottom:30px;
}

a.greenlink {
    color:#24CC06;
	text-decoration:underline;
}
a.greenlink:hover {
    color:#24CC06;
	text-decoration:none;
}












.kasou2_area {
    background-color:#f2f2f2;
	width: 100%;
	margin: 0;
	padding: 70px 0 0 0;
}

.kasou2_area h1{
clear:both;
	margin: -7px auto 10px;
	padding: 0 0;
    color: #262626;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

.kasou2_area h1.nonlead{
	margin: 0 auto 70px;
}

.kasou2_area p.under_h1{
	padding: 0 0 65px !important;
	text-align: center;
}

.kasou2_area h2{
	margin: 0 auto 0;
	padding: 0 0;
    color: #1F4E79;
	font-size: 22px;
	text-align: center;

	line-height:1.76;
}

.kasou2_area h2.kuriagari  {
	margin: 60px auto 30px;
	padding: 4px 0 0px 20px;
    color: #1F4E79;
	font-size: 18px;
	text-align: left;

	background-color:#DEEBF7;
	border-radius: 7px;
	line-height:1.6;
}

.kasou2_area h2.top{
	margin: 0 auto 30px;
}


.kasou2_area h3.kasen{
	margin: 0 7px 30px;
	padding: 4px 0 10px 0;
    color: #262626;
	font-size: 120%;
	text-align: left;
	line-height:1.8;
	background-color:#ffffff;
	border-bottom:1px #421E08 solid;
}

.kasou2_area h3.kasen span{
font-weight:normal;
color:#999999;
	font-size: 80%;

}

.kasou2_area h4{
	margin: 25px 0 28px;
	padding: 0 0 0 0;
    color: #203864;
	font-size: 24px;
	text-align: left;
	line-height:1.6;
	background-color:#ffffff;
	border-bottom:2px #95B7F5 solid;
	border-radius: 0;
}

.kasou2_area h4.top{
	margin: 0 auto 25px;
}


.kasou2_area h5{
	margin: 15px auto 3px;
	padding: 0 0 0 25px;
    color: #1F4E79;
	font-size: 22px;
	text-align: left;

	line-height:1.8;
    background-image: url(../images/h5_bg.png);
    background-repeat: no-repeat;
    background-position: top left;	
}

.kasou2_area h5.top{
	margin: 0 auto 3px;
}

.kasou2_area h6{
	margin: 0 auto 0;
	padding: 0 0 0;
    color: #1F4E79;
	font-size: 100%;
	text-align: left;

	line-height:1.8;
}



.kasou2_area p{
	padding: 0 0 15px ;
    color: #262626;
	font-size: 88%;
	text-align: left;
	line-height:1.8;
}

.kasou2_area .treatmentbox_text {
line-height:1.5;
}

.kasou2_area p.news_title {
   padding-top:2px;
   padding-right:10px;
   padding-bottom:10px;
   font-weight:bold;
   font-size: 100%;
   color:#7D643E;
}

.kasou2_area p.news_date {
   font-size: 100%;
   padding-bottom:0 !important;
}

.kasou2_area p.news_text {
	margin: 0 0 0 7px;
   font-size: 100%;
   line-height:1.8;
   width:45em; 
}

.kasou2_area p.news_text_indent {
	margin-left: 24px;
	text-indent: -1.0em;
   font-size: 100%;
   line-height:1.8;
   width:44em; 
}

.kasou2_area p.news_text2 {
	margin: 0 0 0 7px;
   font-size: 100%;
   line-height:1.8;
   padding-bottom:20px;
   width:45em; 
}

.kasou2_area p.news_text2_indent {
	margin-left: 24px;
	text-indent: -1.0em;
   font-size: 100%;
   line-height:1.8;
   padding-bottom:20px;
   width:44em;  
}

.kasou2_area p.access_text {
	margin: 0 0 0 7px;
   font-size: 100%;
   line-height:1.8;
   width:45em; 
}

.kasou2_area p.access_text_indent {
	margin-left: 24px;
	text-indent: -1.0em;
   font-size: 100%;
   line-height:1.8;
   width:44em; 
}

.kasou2_area p.access_text2 {
	margin: 0 0 0 7px;
   font-size: 100%;
   line-height:1.8;
   padding-bottom:20px;
   width:45em; 
}

.kasou2_area p.access_text2_indent {
	margin-left: 24px;
	text-indent: -1.0em;
   font-size: 100%;
   line-height:1.8;
   padding-bottom:20px;
   width:44em;  
}

.access_timetable {
    float:left;
	padding:0;
	text-align:left;
	margin:30px 0 30px;
}

.access_timetable img {
max-width:600px;
width:100%;
}


.access_map_waku {
   width:100%;
   margin:0 0 45px;
   padding-top:5px;
   height:205px;
}


div.tsubuyaki_img2 {
   margin:10px 0 30px 7px;
   text-align:center;
   width:45em;
}


div.kasou_inner {
    padding:0 0 0;
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}

div.kasou2_inner {
    padding:0 0 0;
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}

.kasou_area ul.common {
	margin:-23px 0 0 22px;
padding-bottom:2em;
	list-style:outside;
}

.kasou_area ul.common li {
	list-style-type: disc;
	margin:0 0 0 0 !important;
	font-size: 88%;
	line-height:1.8;
	color:#515151;
}

.kasou_area ul.common2 {
	margin:0 0 0 22px;
padding-bottom:2em;
	list-style:outside;
}


.kasou_area ul.common2 li {
	list-style-type: disc;
	margin:0 0 0 0 !important;
	font-size: 88%;
	line-height:1.8;
	color:#515151;
}

.kasou_area ul.common3 {
	margin:0 0 0 22px;

	list-style:outside;
}


.kasou_area ul.common3 li {
	list-style-type: disc;
	margin:0 0 0 0 !important;
	font-size: 88%;
	line-height:1.8;
	color:#515151;
}

.kasou_area ul.commonlast {
	margin:0 0 0 22px;
padding-bottom:58px;
	list-style:outside;
}


.kasou_area ul.commonlast li {
	list-style-type: disc;
	margin:0 0 0 0 !important;
	font-size: 88%;
	line-height:1.8;
}

.kasou_area ul.common2.pink {
color:#E862B2;
}

.kasou_area ul.common3.pink {
color:#E862B2;
}

.kasou_area ul.commonlast.pink {
color:#E862B2;
}


.kasou_area ol.common {
	margin:-23px 0 30px 30px;
	list-style:outside;
}

.kasou_area ol.common li {
	margin:0 0 0 0 !important;
	color:#515151;
	font-size: 88%;
	line-height:1.8;
}


.kasou_area ol.common2 {
	margin:0 0 30px 30px;
	list-style:outside;
}

.kasou_area ol.common2 li {
	margin:0 0 0 0 !important;
	color:#515151;
	font-size: 88%;
	line-height:1.8;
}

div.timetable3_area {
     margin-top:-30px;
   width:482px;
}

div.timetable3_area p {
   padding-top:10px !important; 
   font-weight:bold;
   font-size:85%;
}



dl.tate_dl  {
  margin: 0 0 0 0;
  line-height:1.5;
}

dl.tate_dl dt {
  width: 300px;
  margin:0 0 0 1em !important; 
  text-indent:-1em;
  font-weight:bold;
}

dl.tate_dl dd {
  margin-top:0;
  margin-bottom: 15px;
  margin-left: 1em;
}

dl.yoko_dl  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 120px;
  font-weight:bold;
}

dl.yoko_dl dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 120px;

}

dl.yoko_dl2  {
  margin: 0 0 15px 0;
  line-height:1.5;
}

dl.yoko_dl2 dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
  width: 150px;
  font-weight:bold;
}

dl.yoko_dl2 dd {
  margin-top:0;
  margin-bottom: 5px;
  margin-left: 150px;
}


.img_control {
    width:30%;
	height:auto;
	margin:0 0 10px 10px;
	float:right;
}

.img_control2 {
    width:100%;
	height:auto;
	margin-top:5px;
	margin-bottom:30px;
}

.img_control3 {
    width:100%;
	max-width:500px;
	margin-top:5px;
	margin-bottom:30px;
}

.img_control4 {
    width:100%;
	max-width:315px;
	margin:5px 0 30px 40px;
	float:right;
}

.img_control5 {
	width:100%;
	max-width:280px;
	margin: .5em 0 2.5em;
}

.img_control_doctor {
    width:206px;
	height:auto;
	margin:0 0 33px 0;
	float:left;
	text-align:center;
}

.img_control_doctor img {
    width:206px;
    border-radius: 10px; 
}

.img_control_timetable {
    width:100%;
	max-width:500px;
	margin-top:0;
	margin-bottom:15px;
}


/*div#content a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

div.toptreatment_area a:hover img
{
opacity:0.7;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}*/

.bigtelno {
    font-weight:bold;
	font-size:24px;
	color:#FF0000;
}

div.rightapo {
    text-align:right;
	width:100%;
}

.rightapo img {
    width:100%;
    max-width:331px;
}


/*アイコン*/
.iconimage {
    margin-bottom:18px;

}

/*セクションタイトル*/
.ss_title {
margin:0 0 40px 30px;
   font-size:22px;
   line-height:26px;
   float:left;
font-weight: normal;
white-space:nowrap;
}

.ss_title img {
margin:0 15px 0 0;
	vertical-align:top;
}


p.ss_title_shita {
   font-size:112.5%;
   margin-bottom:70px;
}

/*リンクボタン*/

.button_wrap {
    width:100%;
	text-align:center;
  margin:30px 0 45px;
}

.button_wrap2 {
    width:100%;
	text-align:center;
  margin:60px 0 30px;
}

.button_wrap3 {
    width:100%;
	text-align:center;
  margin:0 0 60px;
}


.button {
  display: inline-block;
  width: 80%;
  height: 50px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 50px;
  outline: none;

  font-size:85%;
  padding-left:6px;
}
.button {
  _background-color: #ffffff;
  border: 1px solid #999999;
  _color: #333333;
  line-height: 50px;
}

a.button {
  color:#1867D1;
}

.button:hover {
  background-color: #59b1eb;
  border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button_brown {
  display: inline-block;
  width: 400px;
  height: 50px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 50px;
  outline: none;

  font-size:100%;
  padding-right:5px;
}
.button_brown {
  background-color: #432009;
  _border: 1px solid #999999;
  color: #ffffff;
  line-height: 50px;
}

a.button_brown {
  color:#ffffff;
}

.button_brown:hover {
  background-color: #7A3A10;
  _border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button_brown::before,
.button_brown::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_brown,
.button_brown::before,
.button_brown::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button_white {
  display: inline-block;
  width: 276px;
  height: 50px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 50px;
  outline: none;

  font-size:100%;
  padding-right:10px;
  margin:20px 0 50px;
}
.button_white {
  background-color: #f2f2f2;
  _border: 1px solid #999999;
  color: #421E08;
  line-height: 50px;
}

a.button_white {
  color:#421E08;
}

.button_white:hover {
  background-color: #7A3A10;
  _border-color: #59b1eb;
  color: #421E08;
  text-decoration:none;
}
.button_white::before,
.button_white::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white,
.button_white::before,
.button_white::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_back {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 30px;
  outline: none;

  padding:1px 0 0;
    border-radius: 5px;        /* CSS3草案 */

	border:none;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.button_back {
  background-color: #432009;
  _border: 1px solid #999999;
  color: #ffffff;
  line-height: 30px;
}

a.button_back {
  color:#ffffff;
}

.button_back:hover {
  background-color: #7A3A10;
  _border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button_back::before,
.button_back::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_back,
.button_back::before,
.button_back::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button_link {
  display: inline-block;

  padding:1px 25px 5px;
  height: 22px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 22px;
  outline: none;

    border-radius: 15px;        /* CSS3草案 */

  font-size:16px;
margin:0 0 0 50px;
}
.button_link {
  background-color: #2B87DC;
  color: #ffffff;
  line-height: 22px;
}

a.button_link {
  color:#ffffff;
}

.button_link:hover {
  background-color: #71AFE8;
  color: #ffffff;
  text-decoration:none;
}
.button_link::before,
.button_link::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link,
.button_link::before,
.button_link::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_link2 {
  display: inline-block;

  padding:1px 25px 5px;
  height: 18px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 18px;
  outline: none;

    border-radius: 15px;        /* CSS3草案 */

  font-size:14px;
margin:4px 0 0 25px;
}
.button_link2 {
  background-color: #2B87DC;
  color: #ffffff;
  line-height: 18px;
}

a.button_link2 {
  color:#ffffff;
}

.button_link2:hover {
  background-color: #71AFE8;
  color: #ffffff;
  text-decoration:none;
}
.button_link2::before,
.button_link2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link2,
.button_link2::before,
.button_link2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_link3 {
  display: inline-block;

  padding:1px 25px 5px;
  height: 18px;
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 1;
  outline: none;

    border-radius: 15px;        /* CSS3草案 */

  font-size:12px;
margin:4px 0 0 7px;
}
.button_link3 {
  background-color: #2B87DC;
  color: #ffffff;
  line-height: 18px;
}

a.button_link3 {
  color:#ffffff;
}

.button_link3:hover {
  background-color: #71AFE8;
  color: #ffffff;
  text-decoration:none;
}
.button_link3::before,
.button_link3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_link3,
.button_link3::before,
.button_link3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}




/*医院紹介*/
.clinicarea {
	margin: 0;
	padding:3px 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:50%;
	float:left;
	margin-bottom:10px;
}

.clinicareabox2 {
    width:50%;
	float:left;
	margin-bottom:10px;
}

.clinic_waku {
    width:100%;
	margin:0;
	padding:0 15px 0 0;
box-sizing:border-box;
}

.clinic_waku2 {
    width:100%;
	margin:0;
	padding:0 0 0 15px;
box-sizing:border-box;
}

.clinic_img_box {
	padding:5px !important;
	text-align:center;
	background-color:#DFF7E8;
	margin-bottom:10px;
box-sizing:border-box;
}

.clinic_img_box img {
max-width:100%;
    max-height:193px;
	height:auto;
}

.kasou_area div.radius_white_box.clinic p.caption1{
	padding:0 0 2px !important;
line-height:1.8;
letter-spacing:0;
}

.kasou_area div.radius_white_box.clinic p.caption2{
	padding:0 0 42px !important;
line-height:1.4;
letter-spacing:0;
}



/*交通案内*/
div.map {
    text-align:center;
	width:100%;
}

.map img {
    width:100%;
    max-width:350px;
}



p.obigazou_caption {
font-size:88%;
line-height:1.2;
margin-top:-20px;
margin-bottom:20px;
}








div.button_oshirase_kirikae_off {
float:left;
width: 28%;
  padding: 29px 0 26px;
  padding-right:5px;
    border-radius: 10px;        /* CSS3草案 */
  text-align:center;
  font-size:26px;
  line-height:21px;
  margin-bottom:60px;

  font-weight:bold;
  border:3px solid #421E08;
box-sizing:border-box;
  background: #421E08;
  color:#F7F5EC;
}



.button_oshirase_kirikae {
float:left;
  width: 28%;
  padding: 29px 0 26px;
    border-radius: 10px;        /* CSS3草案 */

	
  text-align: center;
  white-space:nowrap;
  text-decoration: none;
  line-height: 21px;
  outline: none;

  font-size:26px;
  padding-right:5px;
  font-weight:bold;
  border:3px solid #421E08;
box-sizing:border-box;
}
.button_oshirase_kirikae {
  _background-color: #432009;
  _border: 1px solid #999999;
  color: #421E08;
  line-height: 21px;
  margin-bottom:60px;
}

a.button_oshirase_kirikae {
  color: #421E08;
}

.button_oshirase_kirikae:hover {
  background-color: #421E08;
  _border-color: #59b1eb;
  color: #ffffff;
  text-decoration:none;
}
.button_oshirase_kirikae::before,
.button_oshirase_kirikae::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_oshirase_kirikaen,
.button_oshirase_kirikae::before,
.button_oshirase_kirikae::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.jikan_b {
margin-left:0;
}

.news_b {
margin-left:8%;
}

.tsubuyaki_b {
margin-left:8%;
}

.print_b {
margin-left:0;
}

.gotoform_b {
margin-left:8%;
}




/*診療内容*/

.shinryoarea {
	margin: 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.shinryoareabox {
    width:25%;
	float:left;
	margin-bottom:0;
}

.shinryo_waku {
    width:100%;
	margin:0;
	padding:0 10px 20px;
box-sizing:border-box;
}

.shinryo_title {

display:block;
text-align:center;
height:42px;
font-size:20px;
letter-spacing:0.2em;
font-weight:bold;
line-height:1.4;
color:#ffffff;
padding:19px 0 0 0;
margin:10px 10px 10px 10px;

}

.shinryo_title.gyo2 {

height:56px;
padding:5px 0 0 0;
margin:10px 10px 10px 10px;

}


.shinryo_button_box a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}



.bottomline_box {
    width:100%;
	border-bottom: 1px solid #EAEAEA;
	margin-top:0;
	margin-bottom:26px;
	padding:0 0 30px;
	text-align:left;
	overflow:hidden;
}

.bottomline_boxlast {
    width:100%;

	margin-top:0;

	padding:0 0 0;
	text-align:left;
	overflow:hidden;
}

.topline_box {
    width:100%;
	border-top: 1px solid #eeeeee;
	margin-top:0;
	padding:25px 0 0;
	text-align:left;
}


/*医院紹介*/
.gaiyou_wrap {
padding-top:2px;
}

div.image_box {
padding-bottom:26px;
text-align:left;
}

div.image_box img {
max-width:339px;
width:100%;
}

div.image_box2 {
padding-bottom:35px;
text-align:left;
}

div.image_box2 img {
width:100%;
}

div.image_box3 {
text-align:left;
padding-bottom:30px;
}


table.type08 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.8;
	border-top: 1px solid #9DE1EA;
	border-left: 1px solid #9DE1EA;
	margin-bottom:60px;
	width:100%;
	font-size:88%;
}

table.type08 tbody th {
	width: 25%;
	padding: 10px 10px 10px 20px;

	border-right: 1px solid #9DE1EA;
	border-bottom: 1px solid #9DE1EA;
	background: #388EDC;
	text-align:left;
	vertical-align: middle;
	white-space:nowrap;
	color:#ffffff;
	letter-spacing:0.2em;
	font-weight:normal;
}
table.type08 td {
	width: 75%;
	padding: 10px 10px 10px 20px;
	text-align:left;
	border-right: 1px solid #9DE1EA;
	border-bottom: 1px solid #9DE1EA;
	vertical-align: middle;
	line-height:1.4;
}
table.type08.inf {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom:2em;
	margin-top: 1em;
}
table.type08.mb0 {
	margin-bottom:0;
}
table.type08.inf tbody th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #e7e7e7;
	color:#515151;
}
table.type08.inf td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.kasou_area ul.nonlist {
	margin:0 0 0 0;
	list-style:inside;
}

.kasou_area ul.nonlist li {
	list-style-type:none;
	margin:0 0 10px 0 !important;
    color: #262626;
	line-height:1.4 !important;
}

.kasou_area ul.nonlist li:last-child {
	margin:0 0 0 0 !important;
}

.textbox2 {
margin-left:-236px;
padding-left:236px;
  float: right;
  width: 100%;
  box-sizing: border-box;
}

.clinicarea {
	margin: 0;
	padding:3px 0 0 0;
	overflow:hidden;
}

.clinicareabox {
    width:50%;
	float:left;
	margin-bottom:10px;
}

.clinicareabox2 {
    width:50%;
	float:left;
	margin-bottom:10px;
}

.clinic_waku {
    width:100%;
	margin:0;
	padding:0 15px 0 0;
box-sizing:border-box;
}

.clinic_waku2 {
    width:100%;
	margin:0;
	padding:0 0 0 15px;
box-sizing:border-box;
}

.clinic_img_box {
	padding:5px !important;
	text-align:center;
	background-color:#D0F1F8;
	margin-bottom:10px;
box-sizing:border-box;
}

.clinic_img_box img {
max-width:100%;
    max-height:193px;
	height:auto;
}

.kasou_area div.clinicareabox p.caption1{
	padding:0 0 2px !important;
	color: #515151;
line-height:1.8;
letter-spacing:0;
}

.kasou_area div.radius_white_box.clinic p.caption2{
	padding:0 0 42px !important;
line-height:1.4;
letter-spacing:0;
}

.kasou_area div.radius_white_box.clinic p.profile1{
	padding: 0 0 15px !important;
	line-height:1.5;
}
.kasou_area div.radius_white_box.clinic p.profile2{
	padding: 0 0 12px !important;
	line-height:1.4;
}
.kasou_area div.radius_white_box.clinic p.profile3{
	padding: 0 0 43px !important;
	line-height:1.4;
}
.kasou_area div.radius_white_box.clinic p.profile4{
	padding: 0 0 12px !important;
	line-height:1.4;
margin:0 0 0 1em !important; 
text-indent:-1em;	
}



/*交通案内*/
div.kasou_access_left {
margin-top:-2px;
width:320px;
float:left;
clear:both;
}

div.kasou_access_left.yoyaku {
margin-top:12px;
}

div.kasou_access_left.yoyaku2 {
margin-top:18px;
}

div.kasou_access_left img{
width:100%;
}

div.kasou_access_right_wrap {
margin-top:-2px;
float:left;
width:360px;
}

div.kasou_access_right_wrap.yoyaku {
margin-top:12px;
}

div.kasou_access_right_wrap.yoyaku2 {
margin-top:18px;
padding-bottom:30px;
}

div.kasou_access_right {
float:left;
margin-left:23px;
}



div.kasou_map_area iframe {
	width: 100%;
}




/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 220px;
	margin-top:0;
	margin:0 0 30px;
}

.about {
	margin: 0;
	padding: 0;
}

.about2 {
	margin: 0;
	padding: 0;
}

div.sidemenu_head {
	width: 100%;
	background-color:#388EDC;
	text-align:left;
	padding:3px 8px 1px;
	color:#ffffff;
	font-size:12px;
box-sizing:border-box;

}



.sidemenu01{
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom:35px;
}
.sidemenu01 li{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #9DE1EA;

}

.sidemenu01 li.pagename {
  color: #1A5F9E;
  background:#CFF1FF;
  padding: 18px 10px 17px 8px;
  font-size:14px;
  letter-spacing:0.050em;
  line-height:1.4;
box-sizing:border-box;
}

.sidemenu01 li.pagename span:before{
  content: url("../images/sidebar_arrow_a.svg");
	position:relative;
    top:0;
	margin-right:8px;
	height:14px;

}


.sidemenu01 li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 10px 17px 20px;
  color: #1A5F9E;
  font-size:14px;
  letter-spacing:0.050em;
  line-height:1.4;
  text-decoration: none;
}
.sidemenu01 li a:hover {
  color: #1A5F9E;
  text-decoration: none;
  background:#CFF1FF;
}
.sidemenu01 li a:before{
  content: url("../images/sidebar_arrow.svg");
	position:relative;
    top:0;
	margin-right:7px;
	height:14px;

}

.sidemenu01 li.pagename2 a{
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 10px 17px 8px;
  color: #1A5F9E;
  font-size:14px;
  letter-spacing:0.050em;
  line-height:1.4;
  text-decoration: none;
}
.sidemenu01 li.pagename2 a:hover {
  color: #1A5F9E;
  text-decoration: none;
  background:#CFF1FF;
}
.sidemenu01 li.pagename2 a:before{
  content: url("../images/sidebar_arrow_c.svg");
	position:relative;
    top:0;
	margin-right:8px;
	height:14px;

}




ul.banner {
    margin-top:0;
	margin-bottom:35px;
}

.banner li {
margin:0 !important;
}

.banner li a:hover img
{

opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

.banner img {
width:100%;
	margin: 0 0 15px 0;
}


.side_radius_box {
    width:86%;
	padding:20px 6.5% 10px 6.5%;
	margin:0 0 35px;
	border:1px #d9d9d9 solid;
    border-radius: 10px;        /* CSS3草案 */
 
}

.side_radius_box p {
text-align:left;
font-weight: normal;
font-size:100%;
padding-bottom:15px !important;
}

.side_radius_box p.title {
padding-bottom:15px !important;
text-align:center;
font-weight:bold;
font-size:24px;
}



/*----------------------------------------------------------------------
 Page Top
----------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	text-align: center;
	z-index: 100;
}

.pagetop img {
	margin: 0 auto 5px;
	display: block;
}

.pagetop a {
	background: url(../images/pagetop.png);
	text-decoration: none;
	color: #ffffff;
	width: 70px;
	padding: 20px 5px;
	display: block;
	border-radius: 100px;
	behavior: url(/common/PIE.htc);
}

.pagetop a:hover {
	background: url(../images/pagetop_on.png);
}



/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer {
	width: 100%;
    line-height:1.5;
}

.footerbgcolor_area {
	background-color:#1A5F9E;
}

.footerbgcolor {
	color:#1A5F9E;
}

.footer_area {
    clear:both;
	width:1024px;
	max-width:100%;
	margin: 0 auto 70px;
	height:auto;
	color:#ffffff;
	overflow:hidden;
}

.list_nav_area {
 width:100%;
	border-bottom: 1px dotted #ffffff;
	height:240px;
}

.list_nav {
    float:left;
	width:150px;
	margin:0 0 0 84px;
	text-align:left;
}

.bottomline_box_footer  {
  display: inline-block;
    width:100%;
	border-bottom:1px #cccccc dashed;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 ;
	text-align:left;
box-sizing:border-box;
font-size:16px;
line-height:40px;
color:#ffffff;
}

.bottomline_box_footer a  {
color:#ffffff;
}

.bottomline_box_footer_last  {
  display: inline-block;
    width:100%;
	margin-top:0;
	margin-bottom:0;
	padding:0 0 0 ;
	text-align:left;
box-sizing:border-box;
font-size:16px;
line-height:40px;
color:#ffffff;
}

.bottomline_box_footer_last a {
color:#ffffff;
}





div.footerleft {
padding:60px 0 0 30px;
    width:620px;
	text-align:left;
	float:left;
	margin-right:0;
}

div.footerleft img {
max-width: 240px;
}

div.kamoku2 {
    clear:both;
    margin:15px 0 45px 0;
	padding:3px 0 1px 0;
    background:#ffffff;
	border-radius: 5px;
	max-width:240px;
	text-align:center;
}

div.kamoku2 ul {
    margin:0;
	padding:0;
}

div.kamoku2 ul li {
    line-height:1.0;
	font-weight:bold;
	font-size:16px;
	color:#1A5F9E;
    display:inline-block;
	padding:0 7px 0 7px;
	margin:0;
}

div.timetable2_area {
   float:left;
   _margin-right:100px;
   width:600px;
}

div.timetable2_area img.timetable {
   width:100%;
max-width: 560px;
   height:auto;
}

div.timetable2_area p {
   font-size:14px;
}

div.timetable2_area p span {
   color:#f2f2f2;
}

table.typewhite {
  border-top: 2px solid #ffffff;
  border-left:2px solid #ffffff;
  border-right:none;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  width:560px;
  margin-bottom:0;
}
table.typewhite thead th,
table.typewhite tbody th,
table.typewhite tbody td {
  padding: 5px 5px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
table.typewhite thead {
  height:40px;

}
table.typewhite thead th {
  background-color: #1A5F9E;
  font-size:19px;
  font-weight:normal;
  color:#ffffff;
  padding:5px 0 0 0;
  height:40px;
  text-align:center;
}
table.typewhite thead td {
  background-color: #1A5F9E;
  font-size:18px;
  color:#ffffff;
  padding:5px 0 0 2px;
  text-align:center;
  width:50px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

table.typewhite tbody th {
  font-size:17px;
  background-color: #1A5F9E;
  font-weight:normal;
  padding:12px 0 10px 0;
  _height:44px;
  text-align:center;
}
table.typewhite td {
  text-align:center;
}

table.typewhite tbody td {
  font-size:18px;
  color:#ffffff;
  background-color: #1A5F9E;
}



div.footerright {
padding:110px 0 0 0;
    width: 350px;
	text-align:left;
	float:left;
}

div.tel2_area {
    clear:both;
    float:left;
	font-size:26px;
	margin:0 0 22px 0;
	color:#ffffff;
	line-height:1;
	font-weight:bold;
}

div.tel2_area a {
	color:#ffffff;	
}


div.access2_area {
clear:both;
   float:left;
   padding-bottom:0;
   font-size:16px;
}

div.access2_area p {
line-height:1.8;
padding-bottom:15px;
}

div.white_waku {
float:left;
    margin:10px 20px 0 0;
	padding:2px 15px 0px;
    background:#ffffff;
	text-align:center;
	font-size:16px;
	color:#1A5F9E;
}




ul.accesslist2 {
	margin:7px 0 25px 22px;
	list-style:outside;
}

ul.accesslist2 li {
	list-style-type:square;
	margin:0 0 5px 0 !important;
   font-size:14px;
}

.ichichousei {
vertical-align:-8px;
}

.ichichousei2 {
vertical-align:-3px;
}

span.nw {
    white-space: nowrap;
	color: #333333;
}

a.nw {
    white-space: nowrap;
}


#footer div.copyright {
	clear: both;
	padding: 15px 0 0 0;
	font-size: 16px;
	text-align: center;
	background-color:#ffffff;
	color:#4565A0;
	min-height:40px;
}

#footer div.copyright a {
	color:#4565A0;
}



/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
.topicpath_wrap {
	background-color:#DFF3F7;
	width: 100%;
	min-height: 30px;
	overflow:hidden;
}

#topicPatharea {
	width: 98%;
	max-width: 1014px;
	margin: 0 auto;
	position: relative;
	min-height:30px;
}


ul#topicPath {
	padding: 15px 0 0;
	float:left;
	font-size: 12px;
}

ul#topicPath li {
	display: inline;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration:none;
	color:#636363;
}

ul#topicPath li a:after {
    content: '>';
	margin-left:11px;
    margin-right: 8px;
    color: #636363;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
#header:after,
.headerNav:after,
#nav:after,
#main .inner:after {
   content: ".";
   display: block;
   height: 0px;
   clear: both;
   visibility: hidden;
}
#header,
.headerNav,
#nav,
#main .inner {
   display: inline-block;
}
* html #header,
* html .headerNav,
* html #nav,
* html #main .inner {
   height: 1px;
}
#header,
.headerNav,
#nav,
#main .inner {
   display: block;
}




@media screen and (max-width: 1200px) {
.toptimetable_area_inner2 {
	width: 924px;
}

.timetable_left {
    width:435px;
}

}

@media screen and (max-width: 1100px) {

img {
    max-width:100%;
    height:auto;
}

#toparea {
    width:auto;
	
}

#header {
    width:auto;
}

/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
}

#main .inner {
	width: 90%;
	padding: 0 0 20px;
	overflow: hidden;
}


.inner1200_30 {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 60px;
}

div.kasou_inner {
	width:96%;
    padding:0 2% 0;
}

.radius_white_box_wrap {
	padding:0 0 0;
}

.radius_white_box {
width:auto;
}

.radius_white_box2 {
    width:100%;
}

.radius_white_box3 {
    width:94%;
	padding:40px 3% 30px 3%;
	margin:0 auto 70px;
}

.radius_white_box4 {
    width:94%;
	padding:50px 3% 60px 3%;
	margin:0 auto 70px;
}

.access_btm_area {
    width:100%;
}

.access_a_area {
    width:68%;
	margin:0 2% 0 0;
}

.access_b_area {
    width:30%;
}

.access_c_area {
    width:100%;
}

.tb {
    display:inherit;
}

.pc2 {
    display:none;
}

/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/

#content {
  float: left;
  width: 100%;
  margin-right: -252px;
  padding-right: 252px;
  box-sizing: border-box;

}

#content2 {
	width: 96%;
	padding: 0 2% 0;
	margin:0;
}



table.type08sp {
  display:inherit;
}


.img_control2 {
    width:100%;
}

div.button_oshirase_kirikae_off {
  font-size:20px;
}
a.button_oshirase_kirikae {
  font-size:20px;
}

#tab li {
  padding: 29px 0 26px;
  font-size:20px;
}

div.content_wrap {
    width:94%;
	padding:35px 3% 40px 3%;
}

/*----------------------------------------------------------------------
 トップページ
----------------------------------------------------------------------*/
.mainimage_text {
width:884px;
}


.timetable_right {
    float:none;
	margin:0 auto;
	text-align:left;
}

.timetable_box a.button_brown {
    margin-left:100px;
}

.oshirase_box {
	width:800px;
	margin:0 auto;
}

.oshirase_box_left {
	float:none;
	margin:0 auto;
}

.oshirase_box_right {
	float:none;
	margin:70px auto 0;
}

.message {
width:auto;
}


.access_textbox {
    float:left;
	padding:5px 0 0 0 ;
	text-align:left;
	margin-left:45px;
	width:382px;
}

.topnews_area_inner {
	width: 924px;
}

div.recruitbox {
width:864px;
_background-size:240px;
background-position: right bottom;
}
    
.prbox_item1 {
	width: 63%;	
}
.prbox_item2 {
	width: 35%;
	padding-top: 20px;
}

.toptreatment_area_inner {
	width: 924px;
}
.treatmentmenubox {
width:417px;
}

.toptreatment_area_inner2 {
	width: 924px;
}

.topicsbox_area {
    width:944px;
	padding:0 0 0 30px;
}

.topicsbox {
width:417px;
	margin-right:30px;
}

.topbanner_area_inner {
	width: 924px;
}

.topbanner_area_inner2 {
	width: 924px;
}

.bannermenubox {
width:417px;
}


.toptimetable_area_inner {
	width: 924px;
}

.toptimetable_area_inner2 {
	width: 924px;
}

.topaccess_area {
background-size:cover;
}

.topaccess_area_inner {
	width: 924px;
}

.topgoaisatsu_area_inner {
	width: 924px;
}

.goaisatsu_textbox {
	width:535px;
}

.shinryobox_title.long {
font-size:19px;
}


/*----------------------------------------------------------------------
 Sidebar
----------------------------------------------------------------------*/
#sidebar {
	_float: none;
	_width: 100%;
	_margin: 20px auto 0;
	_padding-bottom: 20px;
}


#sidebar .lNav {
	_margin: 0 15px 15px;
}

.about {
	_float: left;
	_width: 30.5%;
	_min-height: 173px;
	_margin: 0 0 0 2%;
}

/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
.footer_area {
    clear:both;
	width:924px;
	max-width:100%;
	margin: 0 auto 70px;
	height:auto;
	color:#ffffff;
	overflow:hidden;
}

.list_nav {
    float:left;
	width:150px;
	margin:0 0 0 64px;
	text-align:left;
}


div.footerleft {
	margin-right:0;
	width:500px;
}

div.timetable2_area {
   float:left;
   _margin-right:100px;
   width:500px;
}

div.timetable2_area img.timetable {
max-width: 460px;
}


/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	margin: 0 auto 0;
	padding: 0;
}

#nav ul {
	width: 98%;
}



#nav ul li a {
	width: auto !important;
}



#nav2 {
	width: auto;
	margin:0 30px;
box-sizing:border-box;
}

#nav3 {
	width: auto;
	margin:0 30px;
box-sizing:border-box;
	font-size:13px;
}

#nav3 ul li a {
	padding: 3px 10px 0 6px;
}

/*----------------------------------------------------------------------
 new Nav 
----------------------------------------------------------------------*/
.dropmenu{
  width:923px;
}

.dropmenu li{
  width: 183px;
}

.dropmenu li.last {
  width: 185px;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0 0 20px 0;

background:url("../images/drop_bg.svg") no-repeat ;
background-size:203px;
background-position: center top;
background-repeat:no-repeat;

}


.dropmenu li ul li{
  width: 183px;
}
.dropmenu li ul li.long{
  width: 185px;
}

}

@media print {
div.pagetop {
display:none;
}
}