@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.container {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*  LAYOUT STYLES */

body {
  margin: 0;
  padding: 0;
}

.container {
  font-size: .75em;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.wrap {
  max-width: 1000px;
  width: 96%;
  margin: auto;
  position: relative;
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.oflow {
  overflow: hidden;
}

.ct {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

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

strong,
b {
  font-weight: bold;
}

.col-2 {
  overflow: hidden;
}

.col-2 > * {
  width: 48%;
  padding: 20px 34px;
  display: inline-block;
  float: left;
}

.col-2 > *:nth-child(1) {
  margin-right: 4%;
}

.col-3, .front-page-blocks {
  overflow: hidden;
  text-align: center;
}

.col-3 > *, .front-page-blocks > * {
  display: inline-block;
  width: 32%;
  text-align: left;
}

.cf:after, .content:after {
  content: "";
  display: block;
  clear: both;
}

.inner, .front-info .front-info_content, .front-post .front-post_content .topics-list {
  width: 96%;
  margin: auto;
}

.alignright {
  float: right;
  margin: auto auto .7em .7em;
}

.alignleft {
  float: left;
  margin: auto .7em .7em auto;
}

.aligncenter {
  margin: auto;
  display: block;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.mbottom {
  margin-bottom: 20px;
}

.small {
  font-size: .7em;
}

.more a {
  padding-left: 18px;
  background: url(../img/h4_bg.png) no-repeat left center;
}
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.h1 {
  font-size: 2.3em;
}

.h2 {
  font-size: 1.8em;
}

.h3 {
  font-size: 1.5em;
}

.h4 {
  font-size: 1.3em;
}

.h5 {
  font-size: 1.1em;
}

/* colors */

.red {
  color: #FF0000;
}

.blue {
  color: #0660CA;
}

.green {
  color: #51877A;
}

.pink {
  color: #F9668D;
}

.orange {
  color: #FF7400;
}

hr {
  border: none;
  border-bottom: 1px dashed;
}

/* HEADER STYLES */

.header {
  position: relative;
  overflow: hidden;
}

.header_info {
  font-size: 10px;
}

.header_banner {
  position: absolute;
  top: 0;
  right: 0;
}

.header_tel-box {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 24px;
  text-align: right;
}

.header-tel {
  vertical-align: middle;
  font-weight: bold;
  font-size: 40px;
  margin: 6px auto auto;
}

.font-size-selector {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  background: #999;
  color: #fff;
  border-radius: 0 0 4px 4px;
}

.font-size-selector .font-size {
  vertical-align: middle;
  cursor: pointer;
}

.logo {
  margin: 30px 0 20px;
}

/* NAVIGATION STYLES */

.nav {
  border-top: 2px solid #00B9EF;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
}

.nav .nav-menu {
  overflow: hidden;
  text-align: center;
}


.nav .nav-menu > li {
  display: inline-block;
  width: 20%;
  float: left;
  border-left: 1px solid #ccc;
}
  

.nav .nav-menu > li:last-child {
  border-right: 1px solid #ccc;
}
  

.nav .nav-menu > li a {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 15px 10px;
  font-size: 16px;
}

/* MAIN IMAGE STYLES */

.main-image {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1000px;
}

#subImage {
  margin-bottom: 20px;
}

/* CONTENT STYLES */

.content {
  margin: auto auto 40px;
  font-size: 108%;
}

/* MAIN STYLES */

.main {
  float: right;
  width: 100%;
  max-width: 700px;
}

.front-page-blocks {
  margin: 0 auto 40px;
}

.front-page-blocks .front-page-block {
  position: relative;
  padding: 210px 30px 50px;
  float: left;
  border-left: 2px solid #ccc;
  max-width: 500px;
  width: 100%;
}


.front-page-blocks .front-page-block:last-child {
  border-right: 2px solid #ccc;
}


.front-page-blocks .front-page-block .front-page-block_thumbnail {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10px;
  border-radius: 50%;
}


.front-page-blocks .front-page-block .front-page-block_title {
  font-size: 1.8em;
  text-align: center;
  margin: 0 auto 10px;
  color: #00B9EF;
  line-height: 1.1em;
}


.front-page-blocks .front-page-block .front-page-block_link {
  position: absolute;
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: auto;
  width: 96%;
  height: 27px;
  background-color: #00B9EF;
  background-image: url(../img/top_department_icon.png);
  background-position: center;
}

.medical-cares {
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px;
}

.medical-cares p {
  font-size: .9em;
}

.medical-cares > * {
  background-position: center left 10px;
  display: inline-block;
  max-width: 286px;
  width: 100%;
  padding: 10px 10px 10px 80px;
  height: auto;
  border: 6px solid #F3F1EE;
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
}


.medical-cares > *:nth-child(3n) {
  margin-right: 0;
}

.medical-cares .medical-care--1 {
  background-image: url(../img/top_icon_1.png);
}


.medical-cares .medical-care--1 .medical-care_title {
  color: #1BBEE8;
}

.medical-cares .medical-care--2 {
  background-image: url(../img/top_icon_2.png);
}


.medical-cares .medical-care--2 .medical-care_title {
  color: #DAB431;
}

.medical-cares .medical-care--3 {
  background-image: url(../img/top_icon_3.png);
}


.medical-cares .medical-care--3 .medical-care_title {
  color: #F381C5;
}

.medical-cares .medical-care--4 {
  background-image: url(../img/top_icon_4.png);
}


.medical-cares .medical-care--4 .medical-care_title {
  color: #C181CE;
}

.medical-cares .medical-care--5 {
  background-image: url(../img/top_icon_5.png);
}


.medical-cares .medical-care--5 .medical-care_title {
  color: #EA8D8B;
}

.medical-cares .medical-care--6 {
  background-image: url(../img/top_icon_6.png);
}


.medical-cares .medical-care--6 .medical-care_title {
  color: #65CAA4;
}

.medical-cares .medical-care_title {
  font-size: 14px;
}


.medical-cares .medical-care_title .en {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

.front-page-banners {
  overflow: hidden;
  margin: 0 auto 20px;
}

.front-page-banners > * {
  float: left;
}


.front-page-banners > *:first-child {
  margin-right: 12px;
}

.front-info {
  margin: 0 auto 20px;
}

.front-info .front-info_content p {
  line-height: 1.8em;
}

.front-faq {
  padding: 15px 15px 40px;
  border: 2px solid #ccc;
  border-radius: 6px;
  margin: 0 auto 20px;
}

.front-faq .front-faq_title {
  margin: 0 auto 10px;
}

.front-faq .front-faq_content .topics-list > * {
  padding: 12px 12px 12px 140px;
  font-size: 1em;
  background-color: #FFFFEB;
  position: relative;
}


.front-faq .front-faq_content .topics-list > *:nth-child(2n) {
  background-color: #fff;
}

.front-faq .front-faq_content .topics-list .date {
  position: absolute;
  display: block;
  left: 12px;
}

.front-post-blocks {
  overflow: hidden;
  margin: 0 auto 20px;
}

.front-post-blocks > * {
  width: 100%;
  max-width: 430px;
  display: inline-block;
  float: left;
}


.front-post-blocks > *:last-child {
  float: right;
}

.front-post {
  border-bottom: 4px solid #60463F;
}

.front-post .front-post_header {
  padding: 0 10px;
  border-bottom: 4px solid #60463F;
}

.front-post .front-post_content {
  margin: 20px auto;
}


.front-post .front-post_content .topics-list > * {
  margin-bottom: 10px;
  font-size: 1.2em;
}
  

.front-post .front-post_content .topics-list > * .date {
  padding-right: 10px;
}

.topics {
  position: relative;
}

.topics .detail-link {
  position: absolute;
  padding: 4px 12px;
  right: 10px;
  bottom: 10px;
  color: #FF7400;
  background: url(../img/top_news_detail_bg.png) no-repeat left center;
}

/* SIDEBAR STYLES */

.sidebar {
  float: left;
  width: 260px;
}

.sidebar table th,

.sidebar table td {
  vertical-align: top;
}

.sidebar-info {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: 0 auto 20px;
  font-size: .9em;
}

.sidebar-info > * {
  margin-bottom: 10px;
}

.sidebar-title--h1 {
  font-size: 19px;
  border-bottom: 2px solid;
  padding: 6px 4px;
  margin-bottom: 10px;
  color: #00B9EF;
}

.sidebar-tel-box {
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 8px;
  background-color: #F6AD3C;
  padding: 16px 10px 6px;
}

.sidebar-tel-box .sidebar-tel {
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, sans-serif;
  padding: 0 0 8px;
  border-bottom: 1px dashed;
  margin: 0 auto 6px;
}

.sidebar-title--h2 {
  color: #fff;
  background-color: #00B9EF;
  text-align: center;
  padding: 4px;
  font-size: 14px;
}

.sidebar-time-table {
  width: 100%;
}

.sidebar-time-table th,

.sidebar-time-table td {
  text-align: center;
  border: 1px solid #000;
  padding: 2px 0;
}

.sidebar-time-table td {
  width: 11%;
  font-size: 16px;
  color: #4D96E2;
}

.sidebar-time-table td.holiday {
  color: #000;
}

.sidebar-time-table td.shortday {
  color: #FF7400;
}

.sidebar-time-table th {
  font-size: 10px;
}

.sidebar-time-table thead th {
  background-color: #D4EFF6;
}

.sidebar-time-table tbody th {
  background-color: #FFF9EE;
}

.sidebar-orange-block {
  padding: 15px;
  margin: 0 auto 10px;
  border: 1px solid #FF7400;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.sidebar-orange-block .sidebar-orange-block_title {
  margin: auto auto 10px;
}

.sidebar-orange-block .date {
  color: #FF7400;
}

.sidebar-orange-block .name {
  font-size: 1.2em;
  position: relative;
  top: 10px;
}

.sidebar-orange-block .detail-link {
  color: #FF0000;
  text-decoration: underline;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sidebar-nav-section {
  padding: 15px;
  margin: 0 auto 20px;
  border-radius: 8px;
  background-color: #EAF7FD;
}

.sidebar-nav-section .sidebar-nav-section_title {
  margin: 0 0 10px;
}

.sidebar-nav-section .sidebar-nav {
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}


.sidebar-nav-section .sidebar-nav > ul > li {
  font-size: 14px;
  padding: 6px 0 6px 24px;
  background-image: url(../img/sidebar_menu_icon.png);
  background-position: top 3px left;
}
  

.sidebar-nav-section .sidebar-nav > ul > li > a {
  color: #00B9EF;
}

.calendar {
  margin: 0 0 12px 0;
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 8px;
}

.sidebar-calendar_title {
  text-align: center;
  margin: 0 auto 12px;
  font-size: 17px;
}

.calendar table {
  margin: 0 0 12px 0;
  width: 100%;
}

.calendar th,
.calendar td {
  border: 1px solid #999;
}

.calendar th {
  padding: 6px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #00B9EF;
}

.calendar td {
  padding: 6px 3px;
  text-align: center;
}

.calendar td.youbihead0 {
  color: #E35459;
}

.calendar td.youbihead6 {
  color: #6161E2;
}

.calendar td.youbi0,
.calendar td.youbi4,
.calendar td.holiday {
  color: #E35459;
  background: #FFC6D4;
}

.calendar td.youbi6 {
  color: #6161E2;
  background: #FFF6A8;
}

.calendar td.shinryo {
  color: #444 !important;
  background: #fff !important;
}

.calendar td.gozen {
  color: #6161E2 !important;
  background: #FFF6A8 !important;
}

.calendar td.kyushin {
  color: #E35459 !important;
  background: #FFC6D4 !important;
}

.calendar td.elapsed {
  color: #999 !important;
  background: #eee !important;
}

/* FOOTER STYLES */

.footer {
  border-top: 3px solid #00B9EF;
  background-color: #FFF9EE;
  padding: 14px 0 54px 0;
  position: relative;
}

.footer-page-top {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  top: -36px;
}

.footer-nav {
  margin: 0 auto 14px;
}

.footer-nav .nav-menu {
  text-align: center;
}


.footer-nav .nav-menu > * {
  display: inline-block;
}
  

.footer-nav .nav-menu > *:last-child a {
  border-right: 1px solid;
}
  

.footer-nav .nav-menu > * a {
  padding: 4px 40px;
  display: block;
  border-left: 1px solid;
}

.footer-copyright {
  text-align: center;
  padding: 4px;
}

.footer-info-blocks {
  overflow: hidden;
  margin: 20px auto 20px;
}

.footer-info-blocks .footer-info-block {
  display: inline-block;
  width: 100%;
  max-width: 374px;
  float: left;
  margin: 14px 0 20px 39px;
}


.footer-info-blocks .footer-info-block > * {
  margin-bottom: 10px;
}


.footer-info-blocks .footer-info-block:first-child {
  margin-left: 0;
  margin-top: 0;
}


.footer-info-blocks .footer-info-block .footer-info-block_title {
  color: #fff;
  background-color: #00B9EF;
  padding: 5px 10px 4px;
  font-size: 14px;
  border-radius: 12px;
}


.footer-info-blocks .footer-info-block .clinic-depts {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1.5em;
}


.footer-info-blocks .footer-info-block .address {
  padding: 6px 0;
  border: 1px solid #999;
  border-left: none;
  border-right: none;
}


.footer-info-blocks .footer-info-block p {
  font-size: .8em;
}

.footer-time-schedule {
  font-size: 11px;
}

.footer-time-schedule th,

.footer-time-schedule td {
  padding: 4px 0;
}

/* ENTRY STYLES */

.h3-title {
  color: #00B9EF;
  padding: 12px 0 4px 3%;
  margin: 0 auto 20px;
  font-weight: normal;
  font-size: 22px;
  border-bottom: 3px solid;
  position: relative;
}

.h3-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #00B9EF;
}

/*
PAGE & SINGLE STYLES
*/

.page .entry h3,
.single .entry h3 {
  padding: 12px 0 4px 3%;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 3px solid #7FC8FF;
  position: relative;
}

.page .entry h3:after,

.single .entry h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #1B64B0;
}

.page .entry h4,
.single .entry h4 {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 2px 0 1px 20px;
  margin: 0 auto 12px;
  font-weight: normal;
  background: url(../img/h4_bg.png) no-repeat left center;
}

.page .entry, .single .entry {
  line-height: 1.8em;
}

.page section, .single section {
  margin-bottom: 1.6em;
}

.schedule-table, .sidebar-schedule-table {
  width: 100%;
}

.schedule-table th, .sidebar-schedule-table th, .schedule-table td, .sidebar-schedule-table td {
  border: 1px solid #ccc;
  text-align: center;
}

.schedule-table th, .sidebar-schedule-table th {
  padding: 0;
  background-color: #EBF5EC;
}

.schedule-table td, .sidebar-schedule-table td {
  padding: 12px;
  font-size: 20px;
  color: #7BC278;
}


.schedule-table td.off, .sidebar-schedule-table td.off {
  color: #000;
}

.schedule-table tbody th, .sidebar-schedule-table tbody th {
  background-color: #FFF9EE;
}

.sidebar-schedule-table th,
.sidebar-schedule-table td {
  padding: 0;
  font-size: 10px;
}

.category .category-list > li {
  padding: 8px 4px;
  border-bottom: 1px dashed #ccc;
}

.doctor-name {
  position: relative;
  font-weight: bold;
  margin: 20px 0;
}

.doctor-name dt {
  position: absolute;
  font-size: 1.1em;
}

.doctor-name dd {
  font-size: 1.8em;
  margin-left: 50px;
}

.access-info {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.8em;
}

.access-info li {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left center;
}


.access-info li:nth-of-type(1) {
  background-image: url(../img/access_icon_1.png);
  color: #0074C5;
}


.access-info li:nth-of-type(2) {
  background-image: url(../img/access_icon_2.png);
  color: #3FC0AF;
}

.gallery {
  overflow: hidden;
}

.gallery .gallery-caption {
  text-align: center;
}

.gallery .gallery-item {
  float: left;
  margin: 0 10px 10px 0;
  width: 100%;
}

.gallery.gallery-column-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 10px);
  max-width: calc(50% - 10px);
}


.gallery.gallery-column-2 .gallery-item:nth-of-type(3n) {
  margin: 0 0 10px 0;
}

.gallery.gallery-column-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33% - 8px);
  max-width: calc(33% - 8px);
}


.gallery.gallery-column-3 .gallery-item:nth-of-type(3n) {
  margin: 0 0 10px 0;
}

.gallery .gallery-item a {
  position: relative;
  display: block;
}

.gallery .gallery-item a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 20px;
  height: 20px;
  background: #00A0E9 url(../img/gallery_icon.png);
}

.clinic-name {
  font-weight: bold;
  font-size: 2.2em;
  line-height: 2em;
  color: #008CD6;
}

@media screen and (max-width: 1080px) {
  .wrap {
    max-width: 700px;
  }

  .header_info {
    display: none;
  }

  .front-page-blocks .front-page-block {
    max-width: 350px;
    padding: 210px 10px 50px;
  }


  .front-page-blocks .front-page-block .front-page-block_title {
    font-size: 1.5em;
  }

  .main,

  .sidebar {
    float: none;
    margin: 0 auto 20px;
  }

  .nav .nav-menu > li a {
    font-size: 12px;
    padding: 10px 6px;
  }

  .footer-nav .nav-menu > * a {
    padding: 4px 20px;
  }

  .header {
    padding-top: 30px;
  }

  .header_tel-box {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .wrap {
    max-width: 560px;
  }

  .logo {
    margin: 60px 0 110px;
    text-align: center;
  }

  .header_tel-box {
    position: absolute;
    right: 0;
    margin: auto;
    left: 0;
    max-width: 350px;
    width: 100%;
    font-size: 11px;
    bottom: 40px;
    text-align: center;
  }

  .header_info {
    display: none;
  }

  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-bottom: 4px solid #054898;
    font-size: 18px;
    font-weight: bold;
  }

  .nav .nav-menu {
    max-width: 100%;
  }

  .nav .nav-menu > li {
    width: 100%;
    border: none !important;
  }

  .nav .nav-menu > li > a {
      background: none !important;
      text-indent: 0;
      white-space: normal;
      overflow: hidden;
      font-weight: normal;
      font-size: 18px;
  }

  .nav-btn {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 200;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }


  .nav-btn span {
    width: 40px;
    height: 6px;
    position: absolute;
    background: #054898;
    display: block;
    content: '';
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .nav-btn span:after,
  .nav-btn span:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: #054898;
    position: relative;
  }

  .nav-btn span:after {
    font-size: 10px;
    white-space: pre;
    content: "\a メニュー";
    top: 6px;
  }

  .nav-btn span:before {
    top: -12px;
  }

  .footer-nav {
    display: none;
  }

  .footer-info-blocks .footer-info-block {
    display: block;
    width: 100%;
    max-width: 374px;
    float: none;
    margin: 0 auto 10px !important;
  }

  .medical-cares > *:nth-child(odd) {
    margin-right: 28px;
  }

  .medical-cares > *:nth-child(even) {
    margin-right: 0;
  }

  .front-page-banners > * {
    margin: 0 auto 10px !important;
    display: block;
    float: none;
    text-align: center;
  }

  .front-post-blocks > * {
    display: block;
    margin: 0 auto 20px;
    float: none !important;
  }

  .front-page-blocks .front-page-block {
    border-right: 1px solid #ccc;
    max-width: 400px;
    padding: 210px 30px 50px;
    float: none;
    margin: 0 auto 20px !important;
  }

  .alignright,

  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  .font-size-selector {
    display: none;
  }

  .schedule-table td, .sidebar-schedule-table td {
    padding: 2px;
  }
}

@media screen and (max-width: 480px) {
  .front-page-blocks .front-page-block {
    border-right: 1px solid #ccc;
    max-width: 400px;
    padding: 210px 30px 50px;
    float: none;
    margin: 0 auto 20px !important;
  }

  .medical-cares > * {
    float: none;
    margin: 0 auto 10px !important;
    display: block;
  }

  .front-faq.topics .detail-link {
    bottom: 2px;
    top: auto;
  }

  .header-tel {
    vertical-align: middle;
    font-weight: bold;
    font-size: 26px;
    margin: 6px auto auto;
  }

  .gallery .gallery-item {
    max-width: 50% !important;
    margin: 0 !important;
    padding: 8px;
    text-align: center;
  }
}


/* ----------
  スマホ用
---------- */

.sp-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00A0E9;
  z-index: 10;
  overflow: hidden;
}

.sp-fixed-menu > * {
  float: left;
  width: 50%;
  text-align: center;
}

.sp-fixed-menu a {
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding: 12px;
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 598px){
  .sp-fixed-menu {
    display: block;
  }
}
