@charset "utf-8";


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

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

body {
	background: #fff;
	_border-top: 3px solid #3366cc;
	color: #333;
}


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

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}



/* トップエリア
=============================================================================*/
#toparea {
	min-height: 20px;
	background-color:#333333;
	_border-bottom: 3px solid #003366;
}

#toparea h1 {
    width: 960px;
    margin: 0 auto;
	padding-top:2px;
    color:  #D8DCF1;
    font-weight: normal;
	font-size:88%;
	line-height:1.5;
}


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#headerwrap {
    background-color:#333333;
}


#header1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	min-height:90px;
}

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

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

div.logoarea1 img {
	margin: 16px 0 0 0;
	width:100%;
	max-width:592px;
}

div.headerright {
    float: right;
	text-align:right;
}

div.telarea1 {
	_height:100px;
}

div.telarea1 img {
	margin: 10px 0 0 0;
    width:100%;
	max-width:300px;
}

div.telarea2 {
    display:none;
	_height:100px;
}

div.telarea2 img {
	margin: 10px 0 0 0;
    width:100%;
	max-width:300px;
}

div.optionmenu {
	margin: 0 0 12px 0;
}

div.optionmenu img {
	margin: 0;
}

div.optionmenu a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
_background: #333333;
}


/*----------------------------------------------------------------------
 Nav
----------------------------------------------------------------------*/
#nav {
	width: 100%;
	margin: 0 auto 0;
	background: url(../images/bg_nav.jpg) repeat-x;
	border-bottom: 1px solid #000;
	background-color:#333333;
}


#nav ul {
	width: 958px;
	min-height: 50px;
	margin: 0 auto;
	padding-left: 2px;
	background: url(../images/nav_line.gif) left bottom repeat-y;
}

#nav ul li {
	float: left;
	margin: 0;
	padding-right: 2px;
	background: url(../images/nav_line.gif) right top repeat-y;
	line-height: 1.1;
	text-align: center;
}

#nav ul li span {
	color: #D8DCF1;
	font-size: 10px;
	font-weight:normal;
}

#nav ul li a {
	display: block;
	width: 158px;
	min-height: 31px;
	padding-top: 17px;
	color: #fff;
	_font-weight:bold;
	text-decoration: none;
}

#nav ul li.last a {
	width: 156px;
}

#nav ul li a:hover {
	min-height: 30px;
	padding-top: 18px;
	background: url(../images/nav_on.jpg) left top repeat-x;
}


/*----------------------------------------------------------------------
 Main
----------------------------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/bg_content.jpg) left top repeat-x;
	border-top: 7px solid #000000;
}

div.wrap {
	border-top: 3px solid #999999;
}

#main .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
}


/*----------------------------------------------------------------------
 Content
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 700px;
	_background: #fff;
	border-top: 1px solid #999999;
	line-height: 1.5;
	margin-top:0;
}

.toppage #content {
	width: 700px;
	padding: 0;
	background: none;
	border-top: none;
	margin-top:30px;
}

#content p {
	padding: 0 0 15px;
}
#content p.line1 {
	padding: 0 0 0;
}
#content p.line2 {
	padding: 0 0 10px;
}
#content p.line3 {
	padding: 0 0 5px;
}
#content p.line4 {
	padding: 0 0 20px;
}

.toppage h2 {
	margin: 20px 0 5px;
	padding: 0 10px;
	color: #004488;
	font-size: 120%;
	font-weight: bold;
}


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


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

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

/*マーカー*/
.marker1 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffb380 20%);
	font-weight: bold;
}
.marker2 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffd3d3 20%);
	font-weight: bold;
}
.marker3 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffc959 20%);
	font-weight: bold;
}
.marker4 {
	background: linear-gradient(rgba(255, 255, 255, 0) 80%, #ffc959 20%);
	font-weight: normal;
	color: red;
}
.marker5 {
	background: linear-gradient(transparent 40%, yellow 20%);
	font-weight: bold;
}

/*下線*/
.kasen {
	text-decoration: underline;
}

.longurl {
	word-break: break-all;
}


a.link1{
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
/*    transition: .3s all ease-out;*/
    line-height: 1.5;
}
a.link1:hover{
    color: #6666ff;
    text-decoration: none;
}

/* 23.08.05 add tom */
a.link2{
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
	line-height: 1.5;
}
a.link2:hover{
	color: #6666ff;
}

/* 24.04.17 add iwa */
a.link3{
	color: #0037CD;
	cursor: pointer;
	line-height: 1.5;
}
a.link3:hover{
	text-decoration: none;
	transition: .3s ease-out;
	opacity: 0.6
}

.ib {
	display: inline-block;
}

/*----------------------------------------------------------------------
 トップページ　メインイメージ
----------------------------------------------------------------------*/

.mainimage {
	width:100%;
	height:550px;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	background: url(../../images/mainimage.jpg) ;
background-position: center top ; 
background-repeat: no-repeat;
}

.mainimage2 {
	width:100%;
	height:550px;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	background: url(../../images/mainimage_old.jpg) ;
background-position: center top ; 
background-repeat: no-repeat;
}

.mainimage_base {
	width:100%;
	height:550px;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	background: url(../../images/mainimage_gazou.jpg) ;
background-position: center top ; 
background-repeat: no-repeat;
text-align:center;
}

/*---animation---*/
#animation {
margin: 0;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}






.treatmentmenuarea {
	margin: 25px 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
}

.treatmentmenubox {
    width:25%;
	float:left;
	margin-bottom:10px;
}

.treatmentmenu {
    width:94%;
	margin:0 auto;
}

.treatmentmenu div.tab1 {
    width:100%;
	background-color:#333333;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.treatmentmenu img {
    width:100%;
}

.treatmentmenu div.textarea {
    width:100%;
	background-color:#EEEEEE;
	position:relative;
	min-height:65px;
}

.treatmentmenu div.textarea a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.treatmentmenu div.textarea div.udrl {
    padding:5px 1px 5px 8px;
	font-size:88%;
	line-height:1.5;
}

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

.toppage #content p.indent_1line {
	margin-left: 1.1em;
	text-indent: -1.1em;
	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:160px;
    margin:10px 0;
	border:1px solid #CCCCCC;
}

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



div.recruitbox {
width:100%;
border:7px solid #ffcc66;
background:#ffffff;
background-image: url(../../images/kyujin.png);
background-size:160px;
background-position: right 30px center;
background-repeat:no-repeat;

padding:26px 30px 10px;
margin:35px auto 40px;
text-align:center;

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

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

div.recruitbox p.bigtext {
font-size:18px;
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;
}

.box29 {
    margin: 0 0 3em;
	background: #f5f5f5;
	border-radius: 10px;
	line-height: 1.7;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #f75e42;
    padding: 6px 20px;
    text-align:justify;
    color: #FFF;
    font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 130%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.box29_inner {
	padding: 5px 20px;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
#content p.midashi {
	padding: 0 0;
	font-size: 120%;
	color:#cc0000;
	font-weight: bold;
	margin: 15px 0 10px;
	
}
#content p.midashi.type01 {
	padding: 0 0 0.5em 0;
	font-size: 20px;
	color:#cc0000;
	font-weight: bold;
	margin: 0 0 1em;
	border-bottom: 0.5px #afafaf solid;
}
#content .box29 ul.common li {
	line-height: 1.7;
}
#content .box29 ul.common2 li {
	line-height: 1.7;
}

.featuremenuarea {
	margin: 25px 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
}

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

.featuremenu {
    width:94%;
	margin:0 auto;
}

.featuremenu div.tab1 {
    width:100%;
	background-color:#5A63CC;
	text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding:7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.featuremenu img {
    width:100%;
}

.featuremenu div.textarea {
    width:100%;
	background-color:#E0E2F5;
	position:relative;
	min-height:48px;
}

.featuremenu div.textarea a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
}

.featuremenu div.textarea div.udrl {
    padding:5px 1px 5px 8px;
	font-size:88%;
	line-height:1.5;
}

a.biglinkwaku {
	display:block;
	background:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	text-decoration:none;
	padding:10px;
}
a.biglinkwaku.red {
	border:2px #c00 solid;
	color:#c00;
}
a.biglinkwaku.red:hover {
	background:rgb(250, 229, 229);
}
a.biglinkwaku.blue {
	border:2px #06a solid;
	color:#06a;
}
a.biglinkwaku.blue:hover {
	background:rgb(232, 245, 253);
}
a.biglinkwaku.bgblue {
	border:2px #0268BC solid;
	background:#0268BC;
	color: #fff;
}
a.biglinkwaku.bgblue:hover {
	opacity: 0.7;
}
a.biglinkwaku.bggreen {
	border:2px #18B718 solid;
	background: #18B718;
	color: #fff;
}
a.biglinkwaku.bggreen:hover {
	opacity: 0.7;
}

/*========================================================
トップページ：ニュースボックス
=========================================================*/
.news-flex-ctr {
    display: flex;
    align-items: flex-start;
}

@media print,screen and (max-width: 1024px)  {
    .news-flex-ctr {
        flex-direction: column;
    }
}

/*
コンテナー
---------------------------------------------------------*/
.news-box__item {
    max-width: 50%;
    margin: 0rem 1rem 0 0;
    flex: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    border-radius: .5rem;
    overflow: hidden;
}
.news-box__item:last-child {
    margin-right:0;
}

/*
ヘッド
---------------------------------------------------------*/
.news-box__head {
    text-align: center;
    position: relative;
    color: #fff;
	font-weight: bold;
	font-size: 130%;
    border-radius: .5rem .5rem 0 0;
    line-height: 1;
}
.news-box__title {
    display: inline-block;
    padding: 1em;
}
/*
ボディ
---------------------------------------------------------*/
.news-box__ctr{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 5px;
}
.news-box__body{
    border-style: solid;
    border-width: 10px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    overflow: hidden;
}

/*
色：ヘッド、ボディ
---------------------------------------------------------*/
.news-box__head.type1 {
    background: #ef7f00;
}
.news-box__body.type1{
    border-color: #ef7f00;
}
.news-box__head.type2 {
    background: #f5dcc0;
	color: #ba6701;
}
.news-box__body.type2{
    border-color: #f5dcc0;
}
/*
インナー
---------------------------------------------------------*/
.news-box__inner{
    width: 100%;
    height: 250px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
}
@media screen and (max-width: 1024px) {
    .news-box__inner{
        height: 100%;
        max-height: 250px;
    }
}
/*スクロールバー*/
.news-box__inner::-webkit-scrollbar {
    width: .8em;
}
.news-box__inner::-webkit-scrollbar-track {
    background: #ebebeb;
}
.news-box__inner::-webkit-scrollbar-thumb {
    background:#d3d3d3;
}
/*
リスト
---------------------------------------------------------*/
.news-box__list {
    padding: 1.1em;
    border-bottom: 1px dotted #c0c4d0;
    cursor:default;
    transition: all .3s ease-out;
    list-style: none;
}
.news-box__list:last-child {
    border-bottom: none;
}

/*
リスト：ヘッド
---------------------------------------------------------*/
.news-box__list .head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: .35em;
}
.news-box__list .time{
	font-size: 95%;
    color: #838383;
    padding-top: .1rem;
    padding-right: .5em;
    line-height: 1;
    transition: .3s ease-out;
}

/*
リスト：ボディ
---------------------------------------------------------*/
.news-box__list .body{
    flex: 1;
    vertical-align: middle;
    line-height: 1.5;
    transition: .3s ease-out;
    font-weight: bold;
}
.news-box__list p{
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 1em;
}
.news-box__list p:last-child{
    margin-bottom: 0;
}
/*
ホバー
---------------------------------------------------------*/
.news-box__list.hover1:hover{
    background: #e5e5e5;
    cursor:pointer;
}
.news-box__list:hover.hover1.news-box__list .body,
.news-box__list:hover.hover1.news-box__list .category,
.news-box__list:hover.hover1.news-box__list .time {
    color:#000000;
}
.news-box__list:hover.hover1.news-box__list .category {
    background: #2a37d4;
    color:#fff
}

/*
ニュースボックス：レスポンシブ
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .news-box__item{
        max-width: 100%;
        width: 100%;
        margin: 0;
        flex: 1
    }
    .news-box__item:last-child {
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width: 678px) {
    .news-box__list {
        padding: 1em 0.5em 1em;
    }
    .news-box__body{
        border-width: 7px;
    }
}


/*========================================================
トップページ：バナーボックス
=========================================================*/
.banner-box{
	margin-left: .4em;
	margin-right: .4em;
}
.banner-box img{
	width: 100%;
	max-width: 700px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	display: block;
	margin: 0 auto 0;
}








/*----------------------------------------------------------------------
 下層ページ　共通
----------------------------------------------------------------------*/
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;
  _width: 500px;
}

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: 200px;
  font-weight:bold;
}

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


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

.img_control2 {
    width:100%;
	height:auto;
	margin-bottom:15px;
}

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

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

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

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

.motto {
text-align:right;
font-weight:bold;
font-size:230%;
line-height:1.0;
	text-shadow: 1px 1px 0 #BEC1EB;
    color: #555555;
}

.bigbold {
font-weight:bold;
font-size:140%;
}
.bigbold2 {
	font-weight:bold;
	font-size:120%;
}



/*画像とテキストの制御*/
.gazouandtext {
	display:flex;
	justify-content: space-between;
}
.gazouandtext_item1 {
	width: 65%;
}
.gazouandtext_item1.gazouwide {
	width: 50%;
}
.gazouandtext_item2 {
	width: 30%;
}
.gazouandtext_item2.gazouwide {
	width: 45%;
}
.gazouandtext_item2 img {
	width: 100%;
	margin: 0 auto 2.5em;
}

.gazou2mai {
	display:flex;
	justify-content: space-between;
}
.gazou2mai_item1 {
	width: 48%;
}
.gazou2mai_item1 img {
	width: 100%;
	margin: 0 auto 2.5em;
}
.gazou3mai {
	display:flex;
	justify-content: space-between;
}
.gazou3mai_item1 {
	width: 32%;
}
.gazou3mai_item1 img {
	width: 100%;
	margin: 0 auto 2.5em;
}

div.annaibox {
    margin:1em 0;
	padding:15px 20px 0 20px;
	background-color:#eeeeee;
	overflow: hidden;
}

div.important_news {
	margin:1em 0 0 0;
	padding:1.8em;
	border:1px solid #CCCCCC;
	overflow: hidden;
	font-size: 17px;
}

div.important_news.bkcolor01{
 background-color: #eeeeee;
}




/*診療科目*/
dl.kenshin,
dl.kenshin dt,
dl.kenshin dd {
  box-sizing: border-box;
}
dl.kenshin {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom:30px;
}
dl.kenshin dt,
dl.kenshin dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
dl.kenshin dt {
  width: 25%;
  float: left;
}
dl.kenshin dd {
  background: #fff;
  margin-left: 25%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
dl.kenshin dd:after {
  content: '';
  display: block;
  clear: both;
}

ol.kenshin_naiyou {
    list-style: decimal;
    margin: 0 0 2px 1.5em;
}
ol.kenshin_naiyou li {
    margin: 0 0 4px 0;
    line-height: 1.5;
}


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

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

.clinic_waku {
    width:94%;
	margin:0 auto;
}

.clinic_waku img {
    width:100%;
	height:auto;
	margin-bottom:10px;
}


/*求人情報*/
table.type08 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.8;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	margin-bottom:60px;
	width:100%;
	font-size:100%;
}


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


	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #eeeeee;
	text-align:left;
	vertical-align: middle;
	white-space:nowrap;
	color:#333333;
	letter-spacing:0.1em;
	font-weight:normal;
}
table.type08 td {
	width: 75%;
	padding: 10px 10px 10px 10px;
	text-align:left;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	vertical-align: middle;
	line-height:1.4;
}


/*ネット予約*/
.apo {
    text-align:center;
	width:100%;
	margin-bottom:20px;
}

.apo img {
    width:100%;
    max-width:500px;
	margin:10px;
}

.apo a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background: #fff;
}

/*ご予約ページ ネット予約ボタン Add 230123 tom
----------------------------------------*/
.netbtn-wrap{
	max-width: 320px;
}
.netbtn-box{
	display: inline-block;
	border-radius: 5px ;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 35px;
	box-shadow: 3px 3px 6px -2px #555;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
	letter-spacing: 0.02em;
	width: 320px;
}
.netbtn-box.netbtn-col1{
	background: #0268BC;
}
.netbtn-box.netbtn-col2{
	background: #18B718;
}
.netbtn-box:hover{
	filter: opacity(70%);
	text-decoration: none;
	cursor: pointer;
}
.netbtn-inner {
	display: flex;
	align-items: center;
}
.netbtn-item1 {
	padding: 5px 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	border-right: solid 2px rgba(255, 255, 255, 0.5);
	font-size: 80%;
	font-weight: normal;
	color: #7c7c7c;
	line-height: 1.2;
	width: 60px;
}
.netbtn-item1 i{
	font-size: 2em;
	color: rgba(255, 255, 255, 1);
}
.netbtn_label{
	color: rgba(255, 255, 255, 0.7);
	margin-top: .5em
}
.netbtn-item2 {
	padding: 5px 5px 5px 10px;
	flex: 1;
	line-height: 1.2;
}
.netbtn_ttl{
	padding: 0;
	margin-bottom: .3em;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
.netbtn_text{
	color: rgba(255, 255, 255, 0.7);
	padding: 0;
	margin: 0;
	font-size: 80%;
	word-break: break-all;
}
/*END ご予約ページ ネット予約ボタン-----*/


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

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

div.pdf_waku {
    padding: 10px 10px 8px;
    margin: 5px 0 25px;
	max-width:300px;
	width:90%;
    background: #ffffff;
	border:#CCCCCC 1px solid;
	text-align:center;
}
div.pdf_waku img {
height:32px; 
width:auto; 
vertical-align: middle;
}

/*サイトマップ*/
ul.sitemap5  {
  margin: 20px 0 20px 0;
  list-style-type:none;
}

ul.sitemap5 li {
  font-weight:bold;
  padding: 7px 0 0 0;
  _width: 630px;
  border-bottom:#999999 dotted 1px;
  overflow:hidden;
}

ul.sitemap5 li ul {
  margin: 0 0 0 0;
  list-style-type:none;
  clear:both;
  padding-top:5px;
}

ul.sitemap5 li ul li {
  padding: 0 0 0 15px;
  border-bottom: none;
  overflow:hidden;
}

ul.linkshu5 {
    margin: -10px 0 20px 45px;
    list-style-type: disc;
}

p.sitemap-l {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l span {
color:#8B91DC;
}

p.sitemap-l2 {
float:none;
width:100%;
margin-right:0;
padding-bottom:5px !important;
}

p.sitemap-l2 span {
color:#8B91DC;
}

p.sitemap-r {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

p.sitemap-r2 {
float:none;
max-width:100%;
font-weight: normal;
padding-bottom:10px !important;
}

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


/*----------------------------------------------------------------------
 口臭の治療と料金 Add 230609 tom
----------------------------------------------------------------------*/
.table-scroll {
  overflow-x: scroll;
	/* font-size: 14px; */
}
/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #8c8a8a;
}
.table-scroll table {
  width: 100%;
	white-space: nowrap;
}
.table-scroll tr td:nth-of-type(1) { 
	background-color: #ececec;
	font-weight: bold;
	/* position: sticky;
  left: 0; */
}
.table-scroll table, .table-scroll th, .table-scroll td {
  border: 1px solid #acacac;
	padding: .8em;
}
.table-scroll th,.table-scroll table td{
  vertical-align: middle;
	text-align: center;
}
.table-scroll table th{
  background-color: #ececec;
}
.table-scroll tr .tbk-col1 { 
	background-color: #fcf4c4;
}
.table-scroll tr .tbk-col2 { 
	background-color: #f9e6d3;
}
.table-scroll tr .tbk-col3 { 
	background-color: #dcf8d3;
}
p.tyusyaku{
	color: #8c8a8a;
	font-size: 12px;
	text-align: right;
}

/*----------------------------------------------------------------------
 医療情報・システム基盤整備体制充実加算（初診時） Add 240417 iwa
----------------------------------------------------------------------*/
.d-list1 {
	margin-top: .5em;
	margin-bottom: 1em;
}
.d-list1 div {
	display: flex;
	line-height: 1.3;
	margin-bottom: .5rem;
	border-bottom: solid .1rem rgba(0, 0, 0, 0.2);
}
.d-list1 dt {
	display: flex;
	padding: .4em 0em .4em  .5em;
	width: 7em;
	align-items: center;
	font-weight: bold;
}
.d-list1 dd {
	padding: .5em;
	flex: 1;
	line-height: 1.5;
}
.d-list1 dd span{
	line-height: 1.5;
	text-align: justify;
	white-space: nowrap;
}

/*----------------------------------------------------------------------
 リンクボックス Add 240417 iwa
----------------------------------------------------------------------*/
.link-box01 {
	border:solid .2rem #e2e2e2;
	padding: 1em ;
	font-weight: bold;
	border-radius: 5px;
}
.link-box02 {
	border:solid .1rem rgba(0, 0, 0, 0.2);
	padding: 1em ;
	font-weight: bold;
	color: #484848;
	border-radius: 5px;
	display: inline-block;
}



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

.toppage #sidebar {
	float: right;
	width: 240px;
	margin-top:30px;
	margin-bottom:30px;
}


ul.banner {
    margin-top:0;
}

.banner li {

}

.banner li a:hover img
{
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=70 )";
_background: #333333;
}

.banner img {
width:100%;
	margin: 0 0 10px 0;
	padding: 1px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.banner img.df {
	width:100%;
	margin: 0 0 10px 0;
	padding: 1px;
	border: 1px solid #288E3A;
	box-sizing: border-box;
}
.banner img.waku-none {
	width:100%;
	margin: 0 0 10px 0;
	padding: 1px;
	border: none;
	box-sizing: border-box;
}

.about {
	margin: 0 0 0;
	padding: 0 10px;
	_background: #fff;
	_border-top: 2px solid #004488;
	font-size: 88%;
	line-height: 1.5;
}

.about div.menu_bottom {
    width:100%;
	background-color:#cccccc;
	position:relative;
	min-height:30px;
	border-bottom: 2px solid #5A63CC;
margin: 0 0 10px;
}

.about div.menu_bottom a {
    position:absolute;
    top:0;
    left:0px;
    width:100%;
    height:100%;
	text-indent:-999px;
	text-decoration:none;
}

.about div.menu_bottom a:hover {
	border-bottom: 2px solid #FF0000;
}

.about div.menu_bottom div.udrl {
	padding: 4px 5px 1px;
	font-size:130%;
	line-height:1.5;

	color: #333;
	text-align: center;
	font-weight: normal;
}
/*
.about div.menu_bottom a {
	color: #333333;
	text-decoration:none;
}

.about div.menu_bottom a:hover {
	color: #5A63CC;
	text-decoration:none;
}



.toppage div.about {
	margin: 3px 0 17px;
}

.about h4 {
	margin: 0;
	padding: 0 0 5px;
	border: none;
	color: #004488;
	text-align: center;
}

.about dt {
	margin: 5px 0 3px;
	padding: 2px 5px;
	background: #004488;
	color: #fff;
	text-align: center;
}

.about dd {
	padding: 0 0 5px;
}

.about dd.tel {
	color:#004488;
	font-size: 180%;
	text-align: center;
}

#accessmap {
	width: 100%;
	height: 280px;
}
*/


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

.pagetop img {
	margin-bottom: 5px;
}

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

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




/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer1 {
	width: 100%;
	background: #e5e5e5;
    line-height:1.5;
	border-top: 1px solid #cccccc;
}

.footerarea {
    clear:both;
	width:100%;
	max-width:960px;
	margin: 0 auto;
	height:auto;
}

div.footerleft {
padding:1%;
    width:41%;
	text-align:left;
	height:250px;
	float:left;
}

div.footerleft p.big {
    padding:15px 0 15px;
    font-size:130%;
}

div.footerright {
padding:1%;
    width: 55%;
	text-align:left;
	height:250px;
	float:left;
}

div.footerright div.minimenu {
    margin-right:30px;
	text-align:left;
	float:left;
}

div.footerright div.minimenu p.menutitle {
    padding:15px 0 5px;
	font-size:110%;
	clear:both;
}

div.footerright div.minimenu p.menutitle span {
	font-size:150%;
vertical-align:-7%;
}

div.footerright div.minimenu div.minimenubox {
    margin-left:1.5em;
	margin-bottom:1.5em;
    width:90%;
	float:left;
}

div.footerright div.minimenu div.minimenubox p.menulist {
	font-size:90%;
	line-height:1.7;
}

div.footerright div.minimenu2 {
    margin-right:30px;
	text-align:left;
	float:left;
}

div.footerright div.minimenu2 p.menutitle {
    padding:15px 0 5px;
	font-size:110%;
	clear:both;
}

div.footerright div.minimenu2 p.menutitle span {
	font-size:150%;
vertical-align:-7%;
}

div.footerright div.minimenu2 div.minimenubox {
    margin-left:1.5em;
	margin-bottom:1.5em;
    width:90%;
	float:left;
}

div.footerright div.minimenu2 div.minimenubox p.menulist {
	font-size:90%;
	line-height:1.7;
}

div.footershortcut {
    clear: both;
	text-align:left;
	width:100%;
	min-height:61px;
	_padding-top:10px;
	padding-bottom:35px;
}

div.footershortcut span.telarea1 {
}

div.footershortcut span.telarea1 img {
	width:350px;
	height:auto;
}

div.footershortcut span.telarea2 {
    display:none;
    width:100%;
}

div.footershortcut span.telarea2 img {
    width:100%;
	max-width:350px;
	height:auto;
	margin:0;
}

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

a.nw {
    white-space: nowrap;
}

/*----------------------------------------------------------------------
.footerNav {
	padding: 10px 0;
	background: #fff;
	border-bottom: 5px solid #0583c6;
	font-size: 12px;
	text-align: center;
}

.footerNav ul {
	padding: 0 0 0 10px;
	text-align: center;
}

.footerNav li {
	display: inline;
	margin-right: 8px;
	padding-left: 15px;
}

.footerNav li+li {
	border-left: 1px solid #ccc;
}

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

#footer1 div.copyright {
	clear: both;
	padding: 5px 0 0 0;
	font-size: 75%;
	text-align: center;
	background-color: #000000;
	color:#D8DCF1;
	min-height:20px;
}


/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
ul#topicPath {
	padding: 15px 5px 5px;
}

ul#topicPath li {
	display: inline;
	font-size: 12px;
	color: #888;
}

ul#topicPath li a {
	margin: 0 0 0 0;
	padding: 2px 8px 0 0;
	background: url("../images/arrow.gif") right center no-repeat;
	text-decoration: none;
}


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






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

/*----------------------------------------------------------------------
 パネル01
----------------------------------------------------------------------*/
.panel01.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.panel01.text{
	width: 65%;
	position: relative;
	/* margin-bottom: 1em; */
}

.panel01.item{
	width: 30%;
	position: relative;
	/* margin-bottom: 1em; */
}

@media print,screen and (max-width: 678px) {
	.panel01.flex {
		flex-direction: column;
		align-items: center;
	}
	.panel01.text {
		width: 100%;
	}
	.panel01.item {
		width: 40%;
		max-width:414px;
	}
}

.panel01.item .img-box {
	border-radius: 5px;
	overflow: hidden;
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); */
}
.panel01.item .img-box img{
	width: 80%;
}

/*----------------------------------------------------------------------
 パネル02
----------------------------------------------------------------------*/
.panel02.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.panel02 .item01{
	width: 48%;
	position: relative;
	margin: 0 0 3em 0;
}
.panel02 .item01 .img-box {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.panel02 .item01 .img-box img{
	width: 100%;
}
@media print,screen and (max-width: 678px) {
	.panel02.flex {
		flex-direction: column;
		align-items: center;
	}
	.panel02 .item01 {
		width: 80%;
		max-width:350px;
	}
}

/*---------------------------------------------------------
パネル03 add 240627 iwa  
---------------------------------------------------------*/
.panel03{
	display: flex;
	background-color: #fffaf0;
	padding: 1em;
}
.panel03 .item1{
	width: 25%;
	margin-right: 2em
}
.panel03 .item1 img{
	width: 100%;
	border:solid 1px #dddddd
}
.panel03 .item2{
	width: 75%;
}
@media print,screen and (max-width: 678px) {
	.panel03 {
			flex-direction: column;
	}
	.panel03 .item1{
			width: 40%;
			margin-right: 0em;
	}
	.panel03 .item2{
			width: 100%;
			margin-top: 1em
	}
}