/*
Theme Name: ラピス株式会社
Description: Habakiri の子テーマです
Template: habakiri
*/
body {
	font-size:16px;
    line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	color:#333;
}
.sp {
	display:none;
	position: relative;
}
.cl_rd {
	color:red;
}
.cl_bl {
	color:blue;
}
.cl_gr {
	color:green;
}
.pc {
    position: relative;
}
.slide-imag {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: calc(130px + 230 * (100vw - 350px) / 1350);
}
/*.moreBtn {
	display:block;
	width:290px;
	margin:10px auto;
	text-align:center;
	position:relative;
	background:#333;
	padding:10px 5px;
	border-radius:30px;
	color:#fff;
}
.moreBtn:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	display: block;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}
.moreBtn:hover {
	opacity:0.7;
	text-decoration:none;
	transition:all .5s;
	color:#fff;
}*/
.moreBtn {
  display: block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #45bca7;
  background-color: #fff;
  position: relative;
  border: 1px solid #45bca7;
  transition: color 0.5s ease;
  font-weight: bold;
  margin: 20px auto 0;
}
.moreBtn:hover {
  color: #fff;
  text-decoration:none;
}

.moreBtn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.moreBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #45bca7;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
footer .moreBtn::before {
	background: #ebf5f3;
}
footer .moreBtn:hover {
  color: #45bca7;
  text-decoration:none;
}
.Btntext {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(0.05deg);
}
.textLink {
	display: inline-block;
	text-align: center;
	color: #333;
	font-weight:bold;
	position: relative;
	font-family: Sen, sans-serif;
	margin: 10px 10px 0 0;
	padding: 0 50px 0 0; 
}
.textLink::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	background-image: url(https://seihoukai-tanaka.com/wp-content/uploads/2025/04/icon-1.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 26px;
	height: 13px;
	right: 0;
}
.textLink:hover {
	color:#333;
	opacity:0.7;
	text-decoration:none;
}
.textLink:hover::after {
	right: -5%;
	opacity: 1;
	transition: 0.3s;
}

h1 {
    font-size: 25px;/*投稿したページのタイトル*/
}
#main h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    color: #45bca7;
    letter-spacing: 1.5px;
	position: relative;
}
/*#main h2::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #666;
    margin: 0 auto 10px;
}*/
#main h2 span.entitle {
	color: #45bca7;
	font-family: "Urbanist", sans-serif;
	font-size: 30px;
    letter-spacing: 1rem;
}
#main h2 span.jatitle {
	display:block;
	padding:10px 0;
	font-size:14px;
	color:#333;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
}
/*#main h2.linetitle {
    margin-bottom: 120px;
}
#main h2.linetitle:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    height: 60px;
    width: 1px;
    background: #0f132a;
    margin: auto;
}*/
#main h3 {
    padding: 0 .4em .2em;
    border-bottom: 3px dotted #45bca7;
    background-color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#main h4 {
    font-size: 18px;
    margin-top: 30px;
}
#main .panel-body h4 {
	font-size:16px;
	color:#45bca7;
}
.box-1 {
	margin-bottom:50px;
}
.box-2 {
	margin-bottom:50px;
	overflow:hidden;
}
.box-3 {
	margin-bottom:80px;
}
.box-4 {
	margin-bottom:80px;
	overflow:hidden;
}
.box-5 {
	overflow:hidden;
}
.wac{
	background:#ebf5f3;
	padding:40px 30px;
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
}
.box-oshirase {
	margin-top:0px;
	margin-bottom:50px;
	overflow:hidden
}
.flexArea {
	display:flex;
}
.float_right {
	float:right;
	margin-left:20px;
}
.right_photo{
	width: 450px;
}
.float_left {
	float:left;
	margin-right:20px;
}
.left_photo{
	width: 450px;
}
.author,.categories {
	display:none;
}
/*--------------------header--------------------*/
.responsive-nav a {
    font-weight: bold;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
}
.responsive-nav .menu>.menu-item>a, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a, .responsive-nav .menu>.current-menu-item>a, .responsive-nav .menu>.current_page_item>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.responsive-nav .menu>.menu-item>a:hover::after, .header--transparency.header--fixed--is_scrolled .responsive-nav .menu>.menu-item>a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.responsive-nav .menu>.menu-item>a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #45bca7;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.responsive-nav .menu>.current-menu-item>a::after, .responsive-nav .menu>.current_page_item>a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #45bca7;
    transition: unset;
    transform: none;
}
.header--center .global-nav .menu {
    width: 100%;
}
.site-branding__heading img {
    max-width: 350px;
}
#responsive-btn{
	right: 5px;
}
/*.menu > li {
    width: 14.285%;
}*/
.menu > li a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=80 )";
}
.h-info {
    list-style: none;
    margin: 0 auto 0 0;
    padding: 8px 0;
}
.h-tel {
    font-size: 30px;
}
.h-info table {
    border: none;
    line-height: 1.0em;
}
.h-time-1 {
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    background-color: #DDDDDD;
}
.h-time-2 {
	font-size: 14px;
	padding-left: 10px;
}
/*--------------------main--------------------*/
.page-header {
    color: #333 !important;
    background-size: auto auto !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(225, 243, 239, 0.4) 6px, rgba(225, 243, 239, 0.4) 12px) !important;
}
section{
	margin-bottom:50px;
	padding-bottom:50px;
}
.bg_1 {
	background:rgb(249, 247, 247);
	padding:50px 0;
}
.top_infoArea  {
	list-style:none;
	padding:0;
	margin:0;
	flex-wrap:wrap;
	justify-content:center;
}
.top_infoArea li {
	margin:0 15px 20px;
	width:calc((100% / 3) - 30px);
}
.top_infoArea li > a{
	display:block;
	background:#fff;
	padding:30px;
	border-radius: 10px;
	box-shadow: rgb(221, 221, 221) 0px 10px 20px;
	height:400px;
	position:relative;
}
.top_infoArea li a .list-cap {
	color:#333;
	font-size:14px;
	margin:20px 0 0;
}
.top_infoArea li a:hover,.top_infoArea li a:active,.top_infoArea li a:focus {
	text-decoration:none;
}
.top_infoArea li>a:hover,.top_infoArea li>a:active,.top_infoArea li>a:focus {
	background: #ebf5f3;
}
.TopinnerBtn{
	border:1px solid #45bca7;
	color: #45bca7;
	text-align:center;
	font-size:13px;
	width:150px;
	line-height:30px;
	font-weight:bold;
	position:absolute;
	bottom:20px;
	right:20px;
	font-family: "M PLUS 1p", sans-serif;
	transform: rotate(0.05deg);
}
.top_infoArea li>a:hover .TopinnerBtn,.top_infoArea li>a:active .TopinnerBtn,.top_infoArea li>a:focus .TopinnerBtn {
	background:#45bca7;
	color:#fff;
}
.panel-body ul li ,
.panel-body ol li {
	padding-bottom:15px;
}
.panel-body ul li::marker,.panel-body ol li::marker {
  color: #45bca7;
}
.gree {
	background:#ccc;
	padding:30px;
	margin:50px auto;
	border-radius:10px;
}
.side {
	background:#D8D8D8;
	padding:20px;
	border-radius:10px;
}
.oshirase {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
    font-size: 25px;
    font-weight: 600;
    background-color: #888888;
    border-radius: 7px;
    color: #FFFFFF;
}
#news ul {
	list-style:none;
	padding:0;
	margin:30px auto;
}
#news ul li {
	border-bottom:1px solid #eee;
}
#news ul li a {
	display: flex;
	align-items: center;
	position: relative;
	transition: all .5s;
	color:#333;
	padding: 20px 5px;
}
#news ul li a:hover,#news ul li a:active,#news ul li a:focus {
	background: #f8f9fa;
	text-decoration: none;
}

#news ul li :after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	display: block;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #333;
	color: #45bca7;
	opacity: 0;
}
#news ul li a:hover:after,#news ul li a:active:after,#news ul li a:focus:after {
	right: 10px;
	opacity: 1;
    transition: 0.3s;
}
.news-time {
	margin-bottom:0;
}
.news-title {
    margin: 0 30px 0 10px;
}
.info-table {
	width:100%;
}
.info-table th {
	text-align:center;
	border:solid 1px #ccc;
	padding:10px;
	background:#45bca7;
	color:#fff;
}
.info-table td {
	text-align:center;
	border:solid 1px #ccc;
	padding:10px;
}
.info-table td i{
	color:#45bca7;
}
.dr_photo {
	width:300px;
}
.dr_name {
	text-align:center !important;
	border-left: none !important;
	padding-left: 0 !important;
}
.dr_hist {
	width:100%;
}
.hist_y {
	width:10%;
}
.dr_hist td {
	padding:10px;
	vertical-align: top;
}
.staff_area {
	margin-bottom:50px;
	align-items:center;
}
.staff_photo {
	width:30%;
	margin-right:20px;
	margin-bottom:0;
}
.staff_text {
	width:70%;
	background:#ccc;
	border-radius:10px;
	padding:20px;
}
.staff_name {
	font-size: 25px;
	border-bottom:dotted 1px #666;
	margin-bottom:20px;
}
.factable {
	width:100%;
}
.factable td {
	width:50%;
	vertical-align: bottom;
}
.factable2 {
	width:100%;
}
.factable2 td {
	width:33%;
	vertical-align: bottom;
}
.fac-img {
	margin:0 10px 10px;
}
.fac-cap {
	text-align:center;
}
.tate {
	width:66.666%;
	text-align:center;
	margin:0 auto;
}
.tate2 {
	width:90%;
	text-align:center;
	margin:0 auto;
}
.price {
	width:100%;
}
.price th {
	padding:10px;
	border:solid 1px #999;
	text-align:center;
	background:#ccc;
}
.price .tabletitle {
	width:20%;
	background:transparent;
}
.price td {
	width:40%;
	padding:10px;
	border:solid 1px #999;
	text-align:center;
}
.col2 {
	width:100%;
}
.col2 th {
	width:50%;
	padding:10px;
	background:#ccc;
	border:solid 1px #999;
}
.col2 td {
	width:50%;
	padding:10px;
	border:solid 1px #999;
	text-align:center;
}
.col3 {
	width:100%;
}
.col3 th {
	width:33.33333%;
	padding:10px;
	background:#ccc;
	border:solid 1px #999;
	text-align:center;
}
.col3 td {
	width:33.33333%;
	padding:10px;
	border:solid 1px #999;
}
.accessTable {
    width: 100%;
}
.accessTable th {
	background-color: #666;
	border-bottom: solid 1px #fff;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color:#fff;
}
.accessTable td {
    border-bottom: solid 1px #ccc;
    padding: 10px 10px;
}
.accessTable tr:first-child {
    border-top: solid 1px #ccc;
}
.map_img {
	width:80%;
	margin:0 auto;
	text-align:center;
}
.faq-accordion {
  margin: 0 auto;
}
.panel {
  /*border: 1px solid #ddd;
  border-radius: 8px;*/
  margin-bottom: 1px;
}
.panel-header {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
}
.panel-header:hover {
  background: #f8f9fa;
}
.icon {
  font-size: 20px;
  transition: transform 0.3s;
  margin-right:15px;
}
.icon i {
    color:#45bca7;
}
.panel-header.active .icon {
  transform: rotate(45deg);
}
.panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.panel-body {
  padding: 20px;
  border-top: 1px solid #eee;
}
.text-left {
	text-align:left;
}
.th-tate th {
	text-align:center;
	border:solid 1px #ccc;
	padding:10px;
	background:#45bca7;
	color:#fff;
}
.th-tate td {
	text-align:center;
	border:solid 1px #ccc;
	padding:10px;
}
.table-col2 {
	/* width: 760px; */
	width: 100%;
	table-layout: fixed;
	margin:30px 0;
}
.table-col2 th:first-child{
    /* width: 150px; */
    width: 15%;
}
.table-col2 td {
	text-align:left;
}
.table-col5 {
	width: 760px;
	table-layout: fixed;
	margin:30px 0;
}
.table-col3-f {
	width: 760px;
	table-layout: fixed;
	margin:30px 0;
}
.table-col3-f td {
	text-align:left;
}
.table-col3-f td:nth-of-type(2) {
	text-align:center;
}
.table-week {
	/* width: 730px;*/
	width: 100%;
	table-layout: fixed;
	margin:30px 0;
}
/*.table-week th:first-child{
    width: 80px;
}*/
.table-week th,.table-week td {
	/*padding:10px;*/
	padding:6px;
}
.table-week td {
	font-weight:bold;
	font-size:15px;
}
.table_max {
	width:680px;
}
.cap {
	font-size:14px;
	color:#666;
}
.gaibu {
	color:#333;
	font-weight:bold;
	position:relative;
	padding-right:20px;
	margin-right:10px;
}
.gaibu:after {
	position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f08e';
  color: #45bca7;
}
.gaibu:hover,.gaibu:active,.gaibu:focus {
	color: #45bca7;
	text-decoration:none;
}
.textBg {
	display:inline-block;
	background: #eef3f2;
	padding:2px 5px;
	margin:3px 5px 3px 0;
	font-weight:bold;
	color: #45bca7;
}

/*--------------------footer--------------------*/
/*パターンA*/
#f-infoArea-A {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.f-info .info{
	width:40%;
	display:block;
	padding:0 20px;
}
#f-infoArea-A .f-logo {
    font-size: 18px;
    font-weight: bold;
	margin:0 auto 5px;
	text-align: center;
}
#f-infoArea-A .f-logo a {
	color: #333;
	font-size:25px;
}
#f-infoArea-A .f-logo a:hover,#f-infoArea-A .f-logo a:active,#f-infoArea-A .f-logo a:focus {
	text-decoration:none;
}
#f-infoArea-A .map {
	width:60%;
	padding:0 20px;
}
.googlemaps {
height: 0;
overflow: hidden;
padding-bottom: 55%;
position: relative;
}
.googlemaps iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
#f-infoArea-A .f-address {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}
#f-infoArea-A table {
	width:100%;
	margin-top:20px;
}
#f-infoArea-A table th {
	background-color: #fff;
    color: #45bca7;
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px #45bca7;
}
#f-infoArea-A table td {
	text-align:center;
	padding:5px;
	border-bottom: solid 1px #45bca7;
	background-color: #FFF;
	color: #45bca7;
}
.f-btn {
	display:block;
	width:250px;
	margin:10px auto 0;
	background-color: #999;
	text-align:center;
	color:#fff;
	border:solid 1px #999;
	padding:3px 0;
	border-radius:50px;
}
.f-btn:hover{
	background-color:#fff;
	color:#014099;
	text-decoration:none;
}
.f-btn i {
	padding-right:5px;
}
/*パターンAここまで*/

.f-menuArea {
    background-color: #3d3939;
}
.f-menu {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    justify-content: space-around;
    color: #919191;
}
.f-menu li i {
	padding-right:5px;
}
.f-menu a {
	color: #fff;
}
.f-menu a:hover {
}
.copyright {
	text-align:center;
	color: #fff;
	background-color: #000;
}
.copyright a {
    color: #FFFFFF;
}
.copyright a:hover {
    color: #FFFFFF;
}

#footerFloatingMenu {
	display:none;
}
/*--------------------RWD(ここから)--------------------*/
@media screen and (max-width:1200px) {
.f-schedule {
    width: 55%;
}
.clinicLogo {
    width: 35%;
}
#f-infoArea-A .f-logo a {
    color: #333;
    font-size: 23px;
}
}
@media screen and (max-width:991px){
#responsive-btn {
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    right: 0;
    height: 45px;
    width: 45px;
    font-size: 20px;
    line-height: 13px;
}
#responsive-btn:after {
    content: 'menu';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 10px;
}
/*header*/
.off-canvas-nav--dark {
    background-color: #fff;
    border-top: none;
}
.off-canvas-nav--dark > ul, .off-canvas-nav--dark > * > ul {
    border-bottom: none;
}
.off-canvas-nav--dark li {
    border-top: none;
    border-bottom: 1px solid #ccc;
}
.off-canvas-nav--dark a {
    color: #45bca7;
}
.off-canvas-nav--dark .current-menu-item > a, .off-canvas-nav--dark .current_page_ancestor > a, .off-canvas-nav--dark .current-page-ancestor > a, .off-canvas-nav--dark .current_page_item > a, .off-canvas-nav--dark .current_page_parent > a {
    background-color: #45bca7;
    color: #fff;
}
.off-canvas-nav--dark a:hover, .off-canvas-nav--dark a:active, .off-canvas-nav--dark a:focus {
    background-color: #45bca7;
    color: #fff;
}
.site-branding__heading img {
    max-width: 260px;
}
.topnav2,.topnav3 {
	display:none;
}
.menu > li {
    width: 100%;
}
.h-info {
    display: none;
}
/*トップ*/
.top_infoArea li {
    margin: 0 15px 20px;
    width: calc((100% / 2) - 30px);
}
.dr_photo {
    width: 260px;
}
/**/
.staff_photo {
    width: 40%;
}
.staff_text {
    width: 60%;
}
.hist_y {
    width: 15%;
}
/*footer*/
/*パターンA*/
#f-infoArea-A {
    display: block;
}
#f-infoArea-A .info {
    width: 100%;
    margin-bottom: 50px;
}
#f-infoArea-A .map {
    width: 80%;
    padding: 0 30px;
    margin: 0 auto;
}

/*パターンAここまで*/
/*フロート*/
#footerFloatingMenu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 99999998;
	border-top: 1px solid #fff;
}
#footerFloatingMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerFloatingMenu ul li {
	float: left;
	width: 33.3333333%;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	font-weight: bold;
}
#footerFloatingMenu ul li:last-child {
	border-right: none;
}
#footerFloatingMenu ul li i {
	padding-right:5px;
}
#footerFloatingMenu a {
	color:#fff;
}
#footerFloatingMenu i {
	color:#fff;
}
.copyright {
	padding: 10px 0 60px;
}
.ft-tel {
	background-color: #44907f;
}
.ft-web {
	background-color: #6bbaa8;
}
.ft-access {
	background-color: #53d7b9;
}
/*フッター*/
}
@media screen and (max-width:768px) {
section {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
/*トップ*/
.float_right {
    float: right;
    margin-left: 20px;
}
.right_photo {
    width: 350px;
}
.top_infoArea li > a {
    height: 415px;
}
.dr_photo {
    width: 230px;
	margin: 0 auto;
}
.table-col2, .table-col3-f {
	/*width: auto;*/
	overflow-x: scroll;
	/*white-space: nowrap;*/
	display: block;
}
/*フッター*/
#f-infoArea-B {
    display: block;
    margin: 0;
}
#f-infoArea-B .clinicLogo {
    width: 54%;
    margin: 0 auto 30px;
}
#f-infoArea-B .f-schedule {
    width: 100%;
}
.googlemap-B {
    padding-bottom: 20%;
}
.f-menu {
    display: block;
}
.f-menu li {
	padding:10px;
}
}
@media screen and (max-width:600px) {
.pc {
	display:none;
}	
.sp {
	display:block;
}
.slide-imag {
    top: 0;
    right: 0;
    transform: initial;
}
#main h2 {
    margin-top: 30px;
}
/*header*/
.site-branding__heading img {
	max-width: 225px;
}
/*トップ*/
.float_right {
	float: none;
	margin-left: 0;
	margin: 0 auto 30px;
}
.top_infoArea li {
	width: 100%;
}
.top_infoArea li > a {
	height: auto;
	padding-bottom: 80px;
}
#news ul li a {
    display: block;
}
.gree {
	padding:15px;
}
/**/
.staff_area {
    display: block;
}
.staff_photo {
    width: 300px;
    margin: 0 auto 20px;
}
.staff_text {
    width: 100%;
}
.factable td {
    width: 100%;
    display: block;
}
.factable2 td {
    width: 100%;
    display: block;
}
.fac-img {
	width: 300px;
    margin: 0 auto;
}
.tate {
    width: 200px;
}
.tate2 {
    width: 200px;
}
.panel-body ul, .panel-body ol {
    padding-left:10px;
}
/*診療時間*/
/*フッター*/
/*パターンA*/
.f-info .info {
   padding: 0;
}
#f-infoArea-A .map {
    width: 100%;
    padding: 0px;
}
}
@media screen and (max-width:480px){
body {
    line-height: 1.5;
}
/*header*/
/*トップ*/

/*クリニック紹介*/
.float_right {
    float: none;
    margin-left: 0;
}
.float_left {
    float: none;
    margin-right: 0;
}
.right_photo {
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
}
.left_photo {
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
}
.dr_photo {
    width: auto;
}
.dr_hist td {
    display: block;
}
.staff_photo {
    width: auto;
}
.fac-img {
    width: auto;
}
.tate {
    width: 66.666%;
}
.tate2 {
    width: 66.666%;
}
/*診療時間*/
.accessTable th {
    border-bottom: none;
    display: block;
    width: 100%;
}
.accessTable td {
    border-bottom: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    display: block;
    width: 100%;
}
.accessTable tr:last-child td {
    border-bottom: solid 1px #ccc;
}
.map_img {
	width:100%;
}
/*フッター*/
}
