@charset "utf-8";
/* CSS Document */
.drawer-nav {
	display: none;
}
/*--------General--------*/
#wrapper {
	width: 100%;
}
.p10 {
	padding:0 10px;
}
.pb50 {
  padding-bottom: 50px !important;
}
.mt70 {
	margin-top: 70px;
}
.max_h {
	min-height: 700px;
	padding-top: 55px;
}
.inner {
	max-width:980px;
	margin: 0 auto;
	padding: 0;
}
.inner-cl {
	max-width:980px;
	margin: 0 auto;
	padding: 0;
}
.inner-cl:after {
    content:" ";
    display:block;
    clear:both;
}
.wrapper-2col {
	max-width:980px;
	margin: 0 auto;
	padding: 0;
}
.wrapper-2col:after {
    content:" ";
    display:block;
    clear:both;
}
section {
	margin: 0;
	padding-bottom: 30px;
}
.clarfix:after {
    content:" ";
    display:block;
    clear:both;
}
p {
	margin-bottom: 0.7em;
}
h3 {
	font-family: serif;
	font-size: 1.8em;
	color: #238e3a;
	padding: 1em 0 0.5em;
	margin: 0;
}
h3.page-upper {
	padding: 0.3em 0 1em;
}
h4 {
	color: #238e3a;
	font-size: 1.2em;
	padding: 0.8em 0;
	margin: 0;
}
h4:before {
	content:"○";
	margin-right: 0.3em;
}
h5 {
	font-weight: bold;
	padding: 0.4em 0;
}
.hgroup {
	background-color: #E5F3FF;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 30px;
}
.hgroup:after {
    content:" ";
    display:block;
    clear:both;
}
.hgroup h4 {
	display: table-cell;
	/*vertical-align: middle;*/
	vertical-align: top;
	padding: 2em 0 0 2em;
}
/*.hgroup h4:before {
	content: "";
}*/
.hgroup img{
	width: 100%;
	height: auto;
	margin: 0;
}
a.arrow:before {
	font-family: FontAwesome;
	content: '\f054';
	padding: 0 3px;
}
a.arrow:before {
	text-decoration: none;
}
a.btn {
	box-sizing: border-box;
	display: block;
	width: 40%;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	margin: 40px auto;
  border-radius: 3px;
}
a.btn70 {
	box-sizing: border-box;
	display: block;
	width: 70%;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	margin: 40px auto;
}
a.btn-in {
	box-sizing: border-box;
	display: inline-block;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
  border-radius: 3px;
}
a.btn-b {
	background-color: #70b52c;
	color: #FFFFFF;
}
a.btn-b:hover {
	background-color: #238e3a;
}
a.btn-gr {
	background-color: #70b52c;
	color: #FFFFFF;
}
a.btn-gr:hover {
	background-color: #3CA276;
}
a.btn-w {
	border: 1px #238e3a solid;
	background-color: #FFFFFF;
	color: #238e3a;
}
a.btn-w:hover {
	background-color: #238e3a;
	border-color: #238e3a;
	color: #FFFFFF;
}
a.btn-gl {
	border: 1px #333333 solid;
	color: #333333;
}
a.btn-gl:hover {
	background-color: #333333;
	border-color: #333333;
	color: #FFFFFF;
}
a.btn i{
	margin-right: 0.5em;
}
a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}
.sp {
	display:none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-fl {
	float: left;
	margin-right: 15px;
}
.img-fr {
	float: right;
	margin-left: 15px;
}
.img-c {
	display: block;
	margin: 0 auto;
}
.img100 {
	width: 100%;
	height: auto;
}
.note {
	font-size: 0.85em;
}
.notice {
	color: #B00002
}
.em-marker {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}
.mb30 {margin-bottom: 30px}
.mt20 {margin-top: 20px}
.mt50 {margin-top: 50px}
.mb50 {margin-bottom: 50px}
.mtb20 {margin-top: 20px; margin-bottom: 20px;}

#page-top {
  position: fixed;
  bottom: 0;
  right: 9px;
  z-index: 999;
}
#page-top a {
  display: block;
  color: #555555;
  text-decoration: none;
}
.fa-chevron-circle-up:before {
  font-size: 50px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.breadcrumb-box {
	min-height: 20px;
	padding: 0.5em 0 0.8em 0;
	background-color: #F4F4F4;
}
.breadcrumb {
	margin-left: 0;
	padding-left: 0;
	font-size: 0.86em;
}
.breadcrumb li{
  display:inline;
  list-style: none;
	color: #888;
}
.breadcrumb li:after{
  font-family: FontAwesome;
  content: '\f054';
  padding: 0 1em;
  color: silver;
  font-size: 75%;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #238e3a;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.box-2col:after{
	content:" ";
    display:block;
    clear:both;
}
.box-2col div{
	width: 48%;
	box-sizing: border-box;
	float: left;
}
.box-2col div:nth-child(odd) {
	margin-right: 4%;
}
.box-4col:after{
	content:" ";
    display:block;
    clear:both;
}
.box-4col div{
	width: 23.5%;
	box-sizing: border-box;
	float: left;
	margin-left: 2%;
}
.box-4col div:nth-child(4n+1) {
	margin-left: 0;
}
.bgF4 {
	background-color: #F4F4F4;
}
ol {
	margin-left: 1.5em;
}
ol li {
	margin-bottom: 0.7em;
}
ul.disc-list {
	list-style-type: disc;
	padding-left: 1.5em;
}
dl.blue-line dt {
	background-color: #e2e1ddc7;
	display: inline-block;
	padding: 0.2em 0.7em;
	font-weight: bold;
	margin-bottom: 0.5em;
	width: 93%;
}
dl.blue-line dd {
	margin-bottom: 1em;
}
dl.blue-line dl {
	margin-left: 1em;
}
dl.blue-line dl dt{
	background-color: transparent;
	margin-bottom: 0;
}
dl.blue-line dl dd{
	margin-left: 1.7em;
	margin-bottom: 0.5em;
}
.box-line-blue {
	border: 1px #238e3a solid;
	padding: 10px 30px 30px;
	border-radius: 6px;
	margin: 30px 0;
}
.box-line-gray {
	border: 1px #CCCCCC solid;
	padding: 10px 30px 30px;
	border-radius: 6px;
	margin: 30px 0;
}
.scbtn {
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 99;
}

/*--------Parts--------*/

table.normal-table {
	border: 1px #999999 solid;
	border-collapse: collapse;
	width: 100%;
}
table.normal-table th, table.normal-table td {
	border: 1px #999999 solid;
	padding: 0.5em;
	text-align: center;
}
table.normal-table  th {
	background-color: #fffee5;
	/*width: 10%;*/
}
table.normal-table2 {
	border: 1px #999999 solid;
	border-collapse: collapse;
	width: 100%;
}
table.normal-table2 th {
	border: 1px #999999 solid;
	padding: 0.5em;
	text-align: center;
}
table.normal-table2 td {
	border: 1px #999999 solid;
	padding: 0.5em;
}
table.normal-table2 th {
	background-color: #fffee5;
	width: 30%;
}

table.time-table {
	border: 1px #999999 solid;
	border-collapse: collapse;
	width: 100%;
}
table.time-table th, table.time-table td {
	border: 1px #999999 solid;
	padding: 0.5em;
	text-align: center;
}
table.time-table thead td {
	background-color: #FFFAE5;
	width: 42%;
}
table.time-table tbody th {
	background-color: #fffee5;
	width: 80%;
}
table.doctor-table {
	border: 1px #999999 solid;
	border-collapse: collapse;
	width: 100%;
}
table.doctor-table th, table.doctor-table td {
	padding: 0.5em;
	text-align: center;
}
table.doctor-table thead td {
	background-color: #FFFAE5;
	width: 21%;
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
table.doctor-table thead td.sub-th {
	border-left: 1px #999999 dotted!important;
}

table.doctor-table tbody th {
	background-color: #E5F3FF;
	width: 16%;
	vertical-align: middle;
	border: 1px #999999 solid;
}
table.doctor-table tbody td {
	border-bottom: 1px #999999 solid;
}
table.doctor-table tbody td:nth-child(odd) {
	border-left: 1px #999999 dotted;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
table.doctor-table tbody td.sat-note {
	border-right: 1px #999999 solid;
}
table.doctor-table-sat {
	border: 1px #999999 solid;
	border-collapse: collapse;
	width: 100%;
}
table.doctor-table-sat th, table.doctor-table-sat td {
	padding: 0.5em;
	text-align: center;
}
table.doctor-table-sat thead th {
	background-color: #FFFAE5;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
table.doctor-table-sat thead th.sub-th {
	border-right: 1px #999999 dotted!important;
}
table.doctor-table-sat thead th.day {
	background-color: #E5F3FF;
	vertical-align: middle;
	width: 20%;
}
table.doctor-table-sat thead th.week {
	background-color: #E5F3FF;
	vertical-align: middle;
	width: 15%;
}
table.doctor-table-sat tbody td {
	border-left: 1px #999999 dotted;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
table.doctor-table-sat tbody tr:nth-child(even) {
	background-color: #F4F4F4;
}
table.doctor-table-sat tbody td:nth-child(1) {
	width: 5em;
}
table.doctor-table-sat tbody td:nth-child(3) {
	border-right: 1px #999999 dotted;
}


/*--------Header--------*/

#header-info-box {
	background-color: #EDEDED;
	height: 30px;
}
#header-info-box .inner {
   height: 30px;
}
#header-info-box .inner:after {
    content:" ";
    display:block;
    clear:both;
}
#header-info-box p {
	float: left;
	line-height: 30px;
	font-size: 80%;
	margin: 0;
}
#header-info {
	float: right;
	font-size: 85%;
	height: 30px;
	color: #FFFFFF;
  display: flex;
  margin: 0;
}
#header-info li {
	display:inline-block;
	line-height: 30px;
	padding: 0 1em;
  margin: 0 5px;
}
#header-info li a{
	color: #FFFFFF;
	text-decoration: none;
}

#header-info li.header-info-tel, #header-info li.header-info-reserve {
	background-color: #238e3a;
}
#header-info li.header-info-tel:before {
	font-family: FontAwesome;
	content: '\f095';
	margin-right: 0.2em;
}
#header-info li.header-info-access {
	background-color: #70b52c;
}
#header-info li.header-info-access:before {
	font-family: FontAwesome;
	content: '\f041';
	margin-right: 0.2em;
}
#site-header {
	padding: 0;
}
#site-header:after {
    content:" ";
    display:block;
    clear:both;
}
/*--------MainVisual--------*/
#main-visual {
	background-color: #f0f0e9;
	position: relative;
}
#main-visual .slider {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
#main-visual .slider div{
	position: relative;
}
#main-visual .slider img.pc{
		display: block;
}
#main-visual .slider img.sp{
		display: none;
}
#main-visual .slider .caption {
	position: absolute;
	display: inline-block;
	width: 100%;
	font-family:serif;
	text-align: center;
	color: #000;
	background-color: rgba(255,255,255,0.8);
	background: -moz-linear-gradient(left, rgba(255,255,255,.1) 0%, rgba(255,255,255,.8) 15%, #fff 85%, rgba(255,255,255,.1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,.1) 0%,rgba(255,255,255,.8) 15%,#fff 85%, rgba(255,255,255,.1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,.1) 0%,rgba(255,255,255,.8) 15%,#fff 85%, rgba(255,255,255,.1) 100%);
	top: 65%;
	padding: 15px 0;
	font-size: 140%;
	box-shadow: 0px 0px 12px 0px #FFF;
}

/*--------TopPage--------*/

.top-section {
	padding: 40px 0 60px 0;
}
.home h3 {
	font-family: serif;
	font-size: 1.8em;
	text-align: center;
	color: #333333;
	padding: 0.8em 0 1em 0;
	margin: 0;
}
#top-info {
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;

}
#top-info .inner {
	padding: 50px 0 20px 0;
	display: flex;
	justify-content: space-between;
	table-layout: fixed;
}
.top-info-box {
	text-align: center;
	background-color: #70b52c;
	color: #FFFFFF;
	padding: 15px 2%;
	font-size: 90%;
	text-shadow: 1px 1px 1px #555555;
	width: 33%;
	box-sizing: border-box;
}
.top-info-box.bg-green{
	background-color: #238e3a;
}
.top-info-box h4 {
	text-align: center;
	font-family: serif;
	color: #FFFFFF;
	background: rgba(0,0,0,.2);
	margin: 0;
	padding: 0;
	font-size: 140%;
	margin-bottom: 15px;
}
.top-info-box h4:before {
	content: "";
}
.top-info-box table {
	border-top: 1px #FFFFFF solid;
	margin: 0 auto;
}
.top-info-box table th {
	border-bottom: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	padding: 0.5em 0.4em;
}
.top-info-box table td {
	text-align: left;
	border-bottom: 1px #FFFFFF solid;
	padding: 0.5em 0.4em;
}
.top-info-box a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.top-info-box a:hover {
	text-decoration: underline;
	text-shadow: 0px 0px;
}
.top-info-box a.btn {
	border: 1px #FFFFFF solid;
	background-color: #70b52c;
	color: #FFFFFF;
	width: auto;
	display: inline-block;
	margin: 10px 0;
	padding: 0.5em 3em;
}
.top-info-box a.btn:before {
	font-family: FontAwesome;
	content: '\f054';
	padding: 0 3px;
}
.top-info-box a.btn:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #238e3a;
	text-decoration: none;
}
#top-guide {
}
#top-guide .inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.top-guide-box {
	display: table-cell;
	text-align: center;
}
.top-guide-box img {
	display: block;
	margin: 0 auto;
}
.top-guide-box h4 {
	color: #333333;
	margin: 0.7em 0;
	padding: 0;
}
.top-guide-box h4:before {
	content: "";
}
#top-feature {
}
#top-feature .top-greeting-box:after{
	content:" ";
    display:block;
    clear:both;
}
#top-feature .top-greeting-box .director{
	text-align: center;
	float: right;
	margin: 0 50px 0 50px;
	width: 150px;
}
#top-feature .top-feature-list {
	margin-top: 50px;
}
#top-feature .top-feature-list.slider2 {
	margin: 40px;
	width: auto;
}
#top-feature .top-feature-list div {
	margin: 0 15px 0 5px;
	text-align: center;
}
#top-feature .top-feature-list div h5 {
	margin: 0;
}
#top-feature .top-feature-list div p {
	margin: 0;
}
#top-feature .top-feature-list img {
	max-width: 100%;
}
#top-feature .top-feature-list div a {
	text-decoration: none;
	color: #333333;
}
#top-news :after {
    content:" ";
    display:block;
    clear:both;
}
#top-news .top-doctornews-box {
	border: 1px #238e3a solid;
	box-sizing: border-box;
	padding: 1em;
	float: left;
	width: 46%;
}
#top-news .top-doctornews-box .title {
	text-align: center;
	font-weight: bold;
	margin: 0 0 1em;
}
#top-news .top-doctornews-box li {
	padding-left:1.3em;
	padding-bottom: 1em;
}
#top-news .top-doctornews-box li:before {
	content:"●";
	display: block;
    float: left;
    margin-left: -1.3em;
    width: 1.3em;
    text-align: center;
}
#top-news .top-doctornews-box .btn {
	margin: 20px auto 10px;
	padding: 0.5em;
}
#top-news .top-news-note {
	background-color: #E5F3FF;
	padding: 1em;
	margin-top: 30px;
	text-align: center;
	font-size: 90%;
}
#top-news .top-news-note p.title {
	font-size: 110%;
	font-weight: bold;
}
#top-news .top-news-note a {
	display: inline!important;
}
#top-news .top-news-box {
	width: 100%;
	float: left;
  height: 400px;
  overflow: scroll;
  overflow-x: auto;
}
#top-news .top-news-box dl{
	margin-top: 0;
	position: relative;
	border-top: 1px #CCCCCC dotted;
}
#top-news .top-news-box dt {
	position: absolute;
	left: 0;
	width: 10em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#top-news .top-news-box dd {
	padding-left: 10em;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	min-height: 1em;
}
/*--------Map--------*/
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------Footer--------*/
footer {
	background-color: #444444;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}
footer .footer-nav-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
footer .footer-nav-subbox {
	/*border-bottom: 1px #555555 solid;*/
	border-top: 1px #555555 solid;
}
footer .footer-nav {
	display: table-cell;
	text-shadow: 1px 1px 0 #555555;
	padding: 10px 0 0 15px;
	border-left: 1px #555555 solid;
}
footer .footer-nav-subbox .footer-nav {
	padding: 3px 10px 5px 0.9em;
}
footer .footer-nav:first-child {
	border-left: none;
}
footer .footer-nav-box a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0.5em;
}
footer .footer-nav-box a:hover{
	color: #CCCCCC;
}
footer .footer-nav li ul li a{
	font-size: 0.8em;
	font-weight: normal;
}
footer .footer-nav li ul li a:before {
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 0.2em;
}

footer #site-footer {
   display: table;
	width: 100%;
	padding: 15px 0 25px 0;
}
footer #site-footer:after {
    content:" ";
    display:block;
    clear:both;
}
footer #site-footer div {
   display: table-cell;
	vertical-align: middle;
}
footer #site-footer .footer-title {
	font-size: 1.4em;
	line-height: 1em;
	width: 40%;
}
footer #site-footer .footer-title span{
	font-size: 0.7em;
}
footer #site-footer .add {
	font-size: 0.875em;
	vertical-align: bottom;
	text-align: right;
}
footer .copy {
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0 5px 0;
	margin: 0;
}
footer .copy p {
	font-size: 0.75em;
}
footer .footer-bottom-nav{
	height: auto;
}

footer .footer-bottom-nav a{
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1em;
	display: inline-block;
}

footer .footer-nav-flexcolumn {
	display: flex;
	flex-direction: column;
	/*border-top: 1px #555555 solid;*/
}
footer .footer-nav-flexcolumn li {
	display: inline-block;
}




/*----------page-----------*/
#page-title {
	background-color: rgb(35, 142, 58);
	height: 120px;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
#page-title h2 {
	line-height: 120px;
	font-size: 2em;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(91, 186, 31, 0.5);
	text-shadow: 0px 3px 3px rgba(0,0,0,0.40);
}
#page-title .page-title-inner {
	background-color: rgba(31,115,186,0.50);
	background-position: top -50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/title_bg.png);
}
.title-img {
	margin: 20px 0;
	width: 100%;
	height: auto;
}
.contents-wrapper {
	width: 70%;
	float: left;
	padding: 30px 0 0;
}
.contents-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}
.contents-block {
	width: 100%;
}
.contents-block:after {
    content:" ";
    display:block;
    clear:both;
}
.sidebar {
	width: 24%;
	float: right;
	margin-top: 50px;
}

.side-nav-title {
	background-color: #70b52c;
	color: #FFFFFF;
	text-align: center;
	font-family: serif;
	margin: 0;
	padding: 10px 0;
	border-radius: 6px 6px 0px 0px;
}
.side-nav-title.sub {
	background-color: #555555;
}
.side-nav {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #F4F4F4;
	border-radius: 0px 0px 6px 6px;
}
.side-nav li {
  position: relative;
  border-bottom: 1px solid #ddd;
	font-size: 96%;
}
.side-nav li:last-child { border: none;}
.side-nav li a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 15px;
 text-decoration: none;
	color: #777777;
}
.side-nav li a.current {
  font-weight: bold;
	color: #777777;
}
.side-nav li a:hover {
	color: #238e3a;
}
.side-nav li a::before {
  font-family: FontAwesome;
  content: '\f054';
  top: 50%;
  margin-right: 3px;
}
.side-nav li a.current::before {
  font-weight: normal;
	color: #777777;
}.side-nav li a.current:hover::before {
	color: #238e3a;
}
.side-nav li ul {
  list-style-type: disc;
	padding: 0 0 15px 0;
	margin: -10px 0 0 2.4em;
	color: #777777;
}
.side-nav li ul li {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.side-nav li ul li a {
  margin: 0;
	padding: 3px 0;
	font-size: 0.95em;
}
.side-nav li ul li ul {
  list-style-type: circle;
	padding: 0;
	margin: -5px 0 0 1.4em;
}
.side-nav li ul li ul li {
}
.side-nav li ul li ul li a {
	padding: 0;
}
.side-nav li ul li a:before {
  content: "";
}
.sidebar-btn-box {
	margin-bottom: 30px;
}
.sidebar-btn {
	display: table;
	width: 100%;
	padding: 0;
	border: 2px #70b52c solid;
	line-height: 1.4;
	font-size: 0.9em;
	margin: 10px 0;
	box-sizing: border-box;
}

.sidebar-btn a {
	display: table-cell;
	width: 100%;
	text-decoration: none;
	position: relative;
	color: #888;
	vertical-align: middle;
}
.sidebar-btn a:hover {
	color: #70b52c;
}
.sidebar-btn span{
	}
.sidebar-btn a::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f054';
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.sidebar-btn img{
	margin-right: 0.5em;
	border-right: 1px #BBBBBB solid;
}
.doctor-box {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px #CCCCCC solid;
}
.doctor-box:after {
    content:" ";
    display:block;
    clear:both;
}
.doctor-box-L {
	float: left;
	width: 40%;
}
.doctor-box-L p{
}
.doctor-box-R {
	float: right;
	width: 55%;
}
.doctor-name {
	font-size: 1.4em;
}
.doctor-name-ruby {
	font-size: 0.8em;
}
.doctor-name-part-time {
	font-size: 1.2em;
}
.doctor-img {
	margin: 30px 0 0;
	display: block;
}
// 連絡先 - 電話番号
.tel a {
   color: black;
}
.tel a:hover ,
.tel a:visited ,
.tel a:link ,
.tel a:active {
   text-decoration: none;
   color: black;
}
// 連絡先 - 電話番号
#site-footer .tel a {
   color: #fff;
}
#site-footer .tel a:hover ,
#site-footer .tel a:visited ,
#site-footer .tel a:link ,
#site-footer .tel a:active {
   text-decoration: none;
   color: #fff;
}
/*------------------------------------------------------*/
/* idea_box
/*------------------------------------------------------*/
#rinen .idea_box{
  width: 100%;
  height: auto;
  margin: 50px auto;
}

#rinen .idea_item {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

#rinen .idea_title {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 1.3rem;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 0;
}
#rinen .idea_title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: -29px;
  width: 100px;
  height: 100px;
  background: #238e3a;
  z-index: -10;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rinen .idea_text {
  width: 100%;
  margin: 0px 0 20px;
  padding: 5px 15px;
  font-size: 1.2rem;
  position: relative;
  z-index: 0;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
  line-height: 1.2em;
}
#rinen .idea_text:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 4px;
  width: 100px;
  height: 100px;
  background: rgba(999,999,999,0.5);
  z-index: -10;
  -webkit-transform: rotate(69deg);
  transform: rotate(69deg);
}

@media only screen and (max-width: 750px){
  #rinen .idea_box{
    width: 81%;
    height: auto;
    margin: 50px auto;
  }
  #rinen .idea_text {
    font-size: 1rem;
  }
  #rinen .idea_title:before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    left: -19px;
    width: 80px;
    height: 80px;
    background: #238e3a;
    z-index: -10;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*------------------------------------------------------*/
/* menu_table01_box
/*------------------------------------------------------*/
.menu_table01_wap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.menu_table01_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*
menu_table01_item--------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.menu_table01_item {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 195px;
  max-width: 210px;
  max-height: 145px;
  width: 100%;
  margin: 3px;
  background: #fff;
  color: #238e3a;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
}
figure.menu_table01_item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.menu_table01_item img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}

figure.menu_table01_item figcaption {
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  border: 1px solid #238e3a;
  border-width: 0 1px;
  box-shadow: 0px 0px 1px 20px #fff;
}

figure.menu_table01_item .title {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.menu_table01_item .caption {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

figure.menu_table01_item h3,
figure.menu_table01_item p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
figure.menu_table01_item h3 span,
figure.menu_table01_item p span {
  font-weight: 800;
}
figure.menu_table01_item h3:before,
figure.menu_table01_item p:before,
figure.menu_table01_item h3:after,
figure.menu_table01_item p:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: #238e3a;
}
figure.menu_table01_item h3:before,
figure.menu_table01_item p:before {
  left: -1000%;
}
figure.menu_table01_item h3:after,
figure.menu_table01_item p:after {
  right: -1000%;
}
figure.menu_table01_item h3:before,
figure.menu_table01_item h3:after {
  top: 50%;
}

#column-top figure.menu_table01_item  h3.fi {
  text-align: center;
  color: #238e3a;
  font-size: 1rem;
  margin: 0 auto;
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
}
figure.menu_table01_item p {
  font-size: 0.78em;
  font-weight: 500;
  background: #70b52c;
  border-radius: 10px;
  color: #fff;
  text-shadow: none;
}
figure.menu_table01_item p:before,
figure.menu_table01_item p:after {
  bottom: 50%;
}
figure.menu_table01_item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.menu_table01_item:hover img,
figure.menu_table01_item.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*
menu_table02_item--------*/
figure.menu_table02_item {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 195px;
  max-width: 208px;
  max-height: 145px;
  width: 100%;
  margin: 3px;
  background: #fff;
  color: #fff;
  text-align: center;
  border: 1px solid #c2141e;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}
figure.menu_table02_item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.menu_table02_item img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}

figure.menu_table02_item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(209, 55, 74,0.3);
  text-shadow: 1px 1px 1px #c01b22;
  border-radius: 50% 50% 0 0;
}

figure.menu_table02_item .title {
  overflow: hidden;
  width: 100%;
}
figure.menu_table02_item .caption {
  overflow: hidden;
  width: 100%;
  bottom: 0;
}

figure.menu_table02_item h3,
figure.menu_table02_item p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
figure.menu_table02_item h3 span,
figure.menu_table02_item p span {
  font-weight: 400;
}
figure.menu_table02_item h3:before,
figure.menu_table02_item p:before {
  left: -1000%;
}
figure.menu_table02_item h3:after,
figure.menu_table02_item p:after {
  right: -1000%;
}
figure.menu_table02_item h3:before,
figure.menu_table02_item h3:after {
  top: 50%;
}

#column-top figure.menu_table02_item h3.fi {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: 0 auto;
  padding: 0 10px;
}
figure.menu_table02_item p {
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 10px;
}
figure.menu_table02_item p:before,
figure.menu_table02_item p:after {
  bottom: 50%;
}

figure.menu_table02_item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.menu_table02_item:hover img,
figure.menu_table02_item.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*メディアクエリ用*/
@media only screen and (max-width: 750px){
	figure.menu_table01_item,
	figure.menu_table02_item {
		min-width: 170px;
    max-width: 170px;
	}
	figure.menu_table01_item p,
	figure.menu_table02_item p {
		display: none;
	}
	figure.menu_table01_item .caption,
	figure.menu_table02_item .caption {
		border: 1px solid;
	}
	figure.menu_table02_item figcaption {
		bottom: -2px;
	}

}





/*フッター sticky*/

.bottom-sticky {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,0.5);
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.stick-tel, .stick-reserve {
  margin: 0 10px;
  cursor: pointer;
}

.tel_pc_btn,.web_pc_btn {
  display: block;
}

.tel_sp_btn, .web_sp_btn{
  display: none;
}

@media only screen and (max-width: 900px) {

  .tel_pc_btn, .web_pc_btn {
    display: none;
  }

  .tel_sp_btn, .web_sp_btn {
    display: block;
    width: 100%;
  }

  .stick-tel, .stick-reserve {
    margin: 0;
    width: 45%;
    max-width: 250px;
  }

  .bottom-sticky {
    justify-content: space-evenly;
    box-sizing: border-box;
    padding: 10px 0;
    padding-right: 50px;
  }

}

@media only screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*--popup --*/

.rsv_pop_up_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  display: none;
}

.rsv_pop_up {
  width: 90%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #feefdd;
  transform: translate(-50%,-50%);
  padding: 15px;
  text-align: center;
  color: #db8b8b;
  border-radius: 10px;
  border: 3px solid;
  box-sizing: border-box;
}

.rsv_pop_up:after {
  content: '';
  background-image: url(/images/buttons/osusume-web-golden.png);
  background-size: cover;
  position: absolute;
  width: 180px;
  height: 147px;
  bottom: 20px;
  left: 6%;
  z-index: -1;
  opacity: 0.8;
}

.rsv_pop_up p {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 13px;
}

.pop_btns {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: center;
  height: 130px;
  align-items: center;
}

.close_pop {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close_pop:after {
  content: '\002716';
  color: #fb8672;
  font-size: 20px;
}

.pop_btns * {
  width: 100%;
  display: flex;
  background-color: #08A20E;
  border: solid 2px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff !important;
  text-decoration: none;
  box-sizing: border-box;
}

.pop_btns .web_onpop {
  height: 50%;
  font-weight: bold;
}

.pop_btns .tel_onpop {
  background-color: #e3bc8b;
  height: 43%;
}

.pop_btns .disabled {
  box-shadow: inset 1px 1px 4px #a38b76;
  background-color: #d3beaa;
  cursor: default;
}

.pop_btns a:hover {
  color: #fff;
  opacity: 0.7;
}

@media only screen and (max-width:510px) {
  .rsv_pop_up {
    padding: 10px;
  }
  .rsv_pop_up:after {
    width: 130px;
    height: 106px;
    bottom: 10px;
    left: 7%;
  }
  .pop_btns {
    height: 105px;
  }
  .pop_btns * {
    font-size: 16px;
  }
}

@media only screen and (max-width:415px) {
  .rsv_pop_up:after {
    width: 131px;
    height: 100px;
    bottom: 10px;
    left: 18px;
  }
  .close_pop {
    top: 5px;
  }
  .pop_btns {
    height: 95px;
  }
}

@media only screen and (max-width:355px) {
  .rsv_pop_up:after {
      width: 122px;
      height: 99px;
      bottom: 20px;
      left: 5px;
  }
  .rsv_pop_up {
    padding: 20px 5px;
  }
  .rsv_pop_up br {
    display: none;
  }
  .close_pop {
    top: 2px;
    right: 4px;
  }
  .pop_btns * {
    font-size: 13px;
  }
}


/*----------------------------
 リスティング用一時対応 191018
 -----------------------------*/
/*サイドメニュー画像非表示*/
.sidebar-btn img, .sidebar-btn a:hover img {
   opacity: 0;
}
.sidebar-btn span{
    margin-left: -50px;
}

/* 病気と治療一覧用画像非表示 */
figure.menu_table01_item img {
   opacity: 0;
}
figure.menu_table01_item figcaption {
	border: none;
    top: 45px;
    bottom: 45px;
}
figure.menu_table01_item:hover img,
figure.menu_table01_item.hover img {
	opacity: 0;
}
figure.menu_table01_item h3:before, figure.menu_table01_item p:before, figure.menu_table01_item h3:after, figure.menu_table01_item p:after {
	background: none;
}
#column-top figure.menu_table01_item h3.fi {
    font-size: 1.3rem;
}
figure.menu_table01_item:hover {
    opacity: .8;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* end リスティング用一時対応 191018 */


/*-----
手術件数のテーブル
------*/

.table-operation {
  width: 100%;
  border-collapse: collapse;
}
.table-operation th, .table-operation td {
  border: solid 2px #fff;
  padding: 7px 15px;
}
.table-operation th {
  width: 60%;
  background: #d5e6d8;
}
.table-operation td {
  background: #f9f9f9;
  text-align: center;
}
.table-operation caption {
  font-size: 14px;
  text-align: right;
  margin-bottom: 5px;
}
.table-operation caption span {
  padding-left: 5px;
  color: #777;
}
.table-operation tr:last-child th {
  background: #e4ece6;
  font-weight: bold;
}
.table-operation tr:last-child td {
  background: #eee;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .table-operation {
    width: 92%;
    margin: auto;
    margin-bottom: 1em;
    font-size: 14px;
  }
  .table-operation th, .table-operation td  {
    padding: 7px 10px;
  }
  .table-operation caption {
    font-size: 12px;
  }
}
