@charset "utf-8";
/*
theme Name: harunari-cl
Author: iDEAiMAGE inc.
Description: harunari-cl theme
version： 1.0
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: .05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  color: #646464;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

img {
  width: auto !important;
  height: auto !important;
}

table {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: rgb(255, 255, 255);
  border-spacing: 0;
  border-collapse: collapse;
}

.container {
  padding: 0 15px;
}

/* navigation */
.navigation {
  width: 100%;
  min-width: 100%;
  color: #fff;
  background-color: #449eab;
  opacity: .9;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}

.navigation.hideNav {
  display: none;
}

.navigation ul {
  margin: 0 auto;
  width: 1170px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.navigation .menu-item {
  width: 20%;
  font-size: 1.5rem;
  font-weight: normal;
  border-right: 1px solid #dbdbdb;
  letter-spacing: 0;
  text-align: center;
  line-height: 39px;
}

.navigation .menu-item-home {
  background-color: #2e6972;
}

.navigation .menu-item a {
  padding: 16px 0;
  color: #fff;
  line-height: 20px;
  display: block;
}

.navigation .menu-item a:hover {
  background-color: #449eab;
  text-decoration: none;
}

/* navigation */

/* hamburger-nav */
.hamburgerNav {
  width: 100%;
  position: absolute;
  top: 0;
}

.hamburgerButton {
  float: right;
  margin: 34px 0 0 0;
  padding: 9px 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #449eab;
  border-radius: 1px;
}

.icon-bar+.icon-bar {
  margin-top: 4px;
}

.hamburgerNav>div:last-child {
  display: none;
}

.hamburgerNav ul {
  margin: 14px 0;
  padding: 5px 0;
  background-color: #449eab;
  width: 100%;
}

.hamburgerNav .menu-item {
  margin: 5px auto;
}

.hamburgerNav .menu-item a {
  padding: 10px 15px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 20px;
  display: block;
}

.hamburgerNav .menu-item a:hover {
  text-decoration: none;
}

/* hamburger-nav */

/* header */
header {
  height: auto;
  margin: 0 0 10px 0;
  /* border-top: 5px solid #449eab; */
  border-bottom: 2px solid #449eab;
}

.headerContainer {
  width: 100%;
}

.headerTop {
  margin: 0 auto;
  max-width: 1000px;
}

.headerTopLeft {
  padding: 10px 0 32px 0;
  width: 90%;
}

header .logo {
  position: relative;
  padding: 5px 0;
  height: 40px;
  z-index: 99999;
}

header h1 {
  font-weight: 600;
  color: #449eab;
  text-align: left;
}

header h1 .ruby {
  padding: 5px 0 0 105px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1rem;
  letter-spacing: .2rem;
  text-indent: .3rem;
  display: block;
}

header .logoTitle {
  position: absolute;
  top: 14px;
}

header h1 a {
  font-family: "Mplus 1p";
  font-size: 2.4rem;
  color: #449eab;
}

header h1 a:hover {
  text-decoration: none;
}

.siteDescription {
  display: none;
}

.headerTopRight {
  padding: 10px 0;
  width: auto;
}

.reservation p {
  text-align: right;
}

.tel {
  color: #449eab;
  font-size: 2.1rem;
  pointer-events: auto;
}

.topImage {
  width: 100%;
  height: auto;
  margin-top: 180px;
}

@media only screen and (max-width: 991px) {
  .topImage {
    margin-top: 50px;
  }
}

.imageConteiner {
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.topImage img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

/* header */

/* header-nav */
.headerNavContainer {
  margin: 0 auto;
  max-width: 1000px;
  height: 50px;
  display: none;
}

.headerNavContainer ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.headerNavContainer .menu-item {
  width: 20%;
  border-right: 1px solid #dbdbdb;
}

.headerNavContainer .menu-item:last-child {
  border: none;
}

.headerNavContainer .menu-item a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #777;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.headerNavContainer .current-menu-item a {
  color: #449eab;
}

.headerNavContainer .menu-item a:hover {
  color: #fff;
  background-color: #449eab;
  text-decoration: none;
}

.headerNavContainer .current-menu-item a:hover {
  color: #449eab;
  background-color: rgba(0, 0, 0, 0);
}

/* header-nav */

/* contents */
.mainContainer {
  margin: 0px auto;
  padding: 0 15px;
  max-width: 1000px;
}

.contents {
  width: 100%;
}

main {
  margin-top: 250px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  main {
    margin-top: 100px;
  }
}

main.index.top-contents {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  main.index.top-contents {
    margin-top: 0px;
  }
}

section h1 {
  margin: 20px 0 10px;
  /* padding: 15px 20px; */
  color: #449eab;
  /* background: #449eab; */
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  border-bottom: 2px solid #449eab;
}

section h2 {
  margin: 20px 0 10px;
  /* padding: 15px 20px; */
  color: #449eab;
  /* background: #449eab; */
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  border-bottom: 2px solid #449eab;
}

section h3 {
  margin: 20px 0 10px 0;
  padding: 10px 0;
  color: #449eab;
  font-size: 1.6rem;
  font-weight: normal;
}

section h4 {
  margin: 20px 0 10px 0;
  padding: 10px 0;
  color: #449eab;
  font-size: 1.8rem;
  font-weight: normal;
}

.topicpathContainer {
  margin: 0 auto;
  max-width: 1000px;
}

.breadcrumb {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.breadcrumb>li+li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb li a {
  color: #646464;
}

/* トップページ */
.frontpageMainContainer {
  margin: 30px auto 0;
}

.frontpageMainContainer section:nth-child(3) h2 {
  margin: 100px 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .frontpageMainContainer section:nth-child(3) h2 {
    margin: 20px 0 20px 0;
  }
}

/* 診療時間のご案内 */
table th {
  padding: 10px;
  background: #f5feff;
  border: 1px solid #ccc;
  font-weight: normal;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}

table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}

.supplementText {
  margin: 10px 0;
  padding: 5px 0;
}

.supplementText p {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

/* 診療時間のご案内 */

/* 新着情報 */
.topicsDigestBox {
  width: 100%;
}

.topicDate {
  margin: 5px 0 0 0;
  color: #449eab;
  border-bottom: 1px dotted #ccc;
}

.topicLink {
  margin: 10px 0 10px 0;
  padding: 10px 5px;
  font-size: 1.6rem;
  font-weight: normal;
}

.topicLink a {
  color: #646464;
}

.topicDigestLink {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.topicDigestLink a {
  color: white;
  padding: 10px;
  background-color: #449eab;
  padding: 15px 20px;
  margin-top: 20px;
  font-size: 16px;
}

/* 新着情報 */

.index section:last-child {
  margin: 0px 0 56px 0;
}

/* トップページ */

/* 院長紹介 */
.directorBox {
  margin: 0 0 15px 0;
}

.directorBoxLeft {
  padding: 10px 0;
}

.directorBoxLeft img {
  max-width: 100%;
  box-shadow: 0 0 5px 1px #ddd;
  vertical-align: bottom;
}

.directorBoxLeftText {
  padding: 10px 0 0 0;
}

.directorBoxLeftText div {
  letter-spacing: .8px;
  text-align: right;
}

.directorBoxRight {
  padding: 10px 0;
}

.introduction section:last-child {
  margin: 0 0 43px 0;
}

/* 院長紹介 */

/* 診療案内 */
.subjectBox {
  margin: 0 0 15px 0;
}

.subjectBoxText {
  padding: 10px 0;
}

.subjectBoxTitle {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
}

.subjectBoxDescription {
  padding: 0 0 0 1em;
}

.subjectBoxDescription p {
  font-size: 16px;
  letter-spacing: .8px;
}

.clinic section:last-child {
  margin: 0 0 53px 0;
}

/* 診療案内 */

/* 設備案内 */
.col3 {
  margin: 0 0 15px 0;
}

.col3Item {
  padding: 10px 0 10px 0;
}

.col3 img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.col3Des {
  margin: 0 0 15px 0;
}

.col3DesItem {
  padding: 10px 0;
}

.col3Des h4 {
  margin: 0 0 10px 0;
}

.col3DesBox {
  padding: 10px 0;
}

.col3Des .image {
  margin: 0 0 20px 0;
}

.col3Des img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.col3Des .text p {
  font-size: 16px;
  letter-spacing: .8px;
}

.col5Des {
  margin: 0 0 15px 0;
}

.col5DesItem {
  padding: 10px 0;
}

.col5Des h4 {
  margin: 0 0 10px 0;
}

.col5Des h4 span {
  display: inline-block;
}

.col5DesBox {
  padding: 10px 0;
}

.col5Des img {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.col5Des .text p {
  font-size: 16px;
  letter-spacing: .8px;
}

.equipment section:last-child {
  margin: 0 0 58px 0;
}

/* 設備案内 */

/* アクセス */
.accseeBox {
  margin: 0 0 45px 0;
}

.mapWrapLeft {
  padding: 0 10px 0 0;
  width: 64%;
  display: none;
}

.mapWrap img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.mapWrapRight {
  overflow-x: scroll;
}

.mapWrap table {
  width: auto;
}

.mapWrap th {
  width: 20%;
  min-width: 89px;
}

.mapWrap td {
  width: 80%;
}

.mapWrap td a {
  color: #646464;
}

#popup {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 3vw;
  position: relative;
  border-radius: 10px;
  text-align: center;
  height: 80vh;
}

#popup img {
  width: auto;
  height: 100% !important;
  max-width: 100%;
  vertical-align: bottom;
  display: inline-block;
}

#popup .modal_close {
  display: inline-block;
  position: absolute;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
  top: 15px;
  right: 0;
  cursor: pointer;
}

#popup .modal_close:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

#lean_overlay {
  position: fixed;
  z-index: 10201;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.googleMapBox {
  margin: 0 0 40px 0;
  width: 100%;
  height: 250px;
}

.googleMapBox iframe {
  width: 100%;
  height: 100%;
  max-height: 250px;
}

.access section:last-child {
  margin: 0 0 57px 0;
}

/* アクセス */

/* 新着情報 */
.topicsListBox {
  margin: 30px 0;
  padding: 10px 10px 20px 10px;
  width: 100%;
  background-color: #f9f9f9;
}

.topicsListBox .topicDate {
  margin: 10px 0 0 0;
}

.topicsListBox .topicLink {
  margin: 0;
  padding: 10px 0;
  background: #f9f9f9;
  border: none;
  font-size: 1.8rem;
  font-weight: normal;
}

.pageLink {
  margin: 15px 0;
}

.pageLink ul {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.pageLink li {
  /* border: 1px solid #ccc; */
  text-align: center;
}

.pageLink .prev,
.pageLink .next {
  margin: 0 26px 0 0;
  /* padding: 5px;
  width: 30%; */
  vertical-align: top;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.pageLink .prev a,
.pageLink .next a {
  width: 100%;
  color: #449eab;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  border: 1px solid #449eab;
  padding: 10px 20px;
  font-size: 14px;
}

.pageLink .main {
  margin: 0 26px 0 0;
  padding: 5px 4px;
  vertical-align: top;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.pageLink .main a {
  width: 100%;
  color: #449eab;
  display: inline-block;
  border: 1px solid #449eab;
  padding: 10px 20px;
  font-size: 14px;
}

.pageLink li:last-child {
  margin: 0 20px 0 0;
}

.topics section:last-child {
  margin: 0 0 58px 0;
}

/* 新着情報 */

/* archive */
.archive section:last-child {
  margin: 0 0 58px 0;
}

/* archive */

/* single */
section:first-child .articleBox h2 {
  margin: 0;
  padding: 10px 0;
  background: none;
  border: none;
  color: #449eab;
}

.single .topicDate {
  margin: 30px 0 0 0;
}

.articleBody {
  margin: 10px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
}

.articleBody p:first-child {
  margin: 30px 0 0 0;
}

.single .pageLink {
  margin: 20px auto;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.single .pageLink a {
  color: #646464;
  font-size: 1.4rem;
  line-height: 20px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #449eab;
}

.single .pageLink a:hover {
  text-decoration: none;
}

.single section:last-child {
  margin: 0 0 63px 0;
}

/* single */

/* contents */

/* footer */
footer {
  padding: 20px 0;
  width: 100%;
  background: #f5feff;
  /* border-top: 5px solid #449eab; */
}

.footerContainer {
  margin: 0 auto;
  max-width: 1000px;
}

.footerInfo {
  padding: 0 0 15px 0;
}

footer .ruby {
  font-size: 1.3rem;
  letter-spacing: .2rem;
  text-indent: .2rem;
  display: block;
  margin: 0 0 -8px 0;
  padding: 0 0 0 100px;
  color: #449eab;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 600;
  line-height: 1.1;
}

.footerTitle {
  /* font-size: 2rem; */
  margin-bottom: 7px;
  font-size: 2.4rem;
  color: #449eab;
  font-family: "Mplus 1p";
  font-weight: 600;
}

.footerAddress .route {
  font-size: 1.4rem;
}

.footerAddress .address {
  font-size: 1.4rem;
}

.footerNav {
  width: 100%;
  display: none;
}

.navBox {
  margin: 0 0 15px 0;
}

.footerNav ul {
  margin: 20px 0 0 0;
  width: 100%;
  list-style: outside none none;
  text-align: center;
  display: flex;
  justify-content: right;
  /* flex-wrap: wrap; */
}

.footerNav .menu-item {
  padding: 0 14px;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  border-right: 1px solid #ccc;
}

.footerNav .menu-item:first-child {
  border-left: 1px solid #ccc;
}

.footerNav .menu-item a {
  color: #646464;
}

.pageTop {
  position: fixed;
  right: 20px;
  bottom: -100px;
  padding: 25px;
  color: #fff;
  background-color: #449eab;
  text-align: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 50%;
}

a.pageTop::after {
  box-sizing: border-box;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

footer address {
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.42857143;
}

.addressContainer {
  margin: 0 auto;
  max-width: 1000px;
}

footer address span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
  font-size: 1.3rem;
}

/* footer */

/* responsive */
@media(min-width: 768px) {
  .container {
    padding: 0;
    width: 750px;
  }

  /* navigation */
  .navigation {
    display: block;
  }

  /* navigation */

  /* hamburger-nav */
  .hamburgerNav {
    display: none;
  }

  /* hamburger-nav */

  /* header */
  header {
    margin: 0 0 30px 0;
  }

  .headerTop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .headerTopLeft {
    padding: 10px 0;
    width: auto;
  }

  header h1 .ruby {
    padding: 0 0 0 101px;
    font-size: 1.3rem;
  }

  header .logoTitle {
    top: 12px;
  }

  .siteDescription {
    padding: 10px 0 5px 0;
    display: block;
  }

  .headerTopRight {
    padding: 13px 0;
  }

  .tel {
    font-size: 2.2rem;
    pointer-events: none;
  }

  .imageConteiner {
    margin: 0 auto 60px;
  }

  /* header */

  /* header-nav */
  .headerNavContainer {
    display: block;
  }

  /* header-nav */

  /* contents */
  .mainContainer {
    padding: 0 0 270px 0;
  }

  section h2 {
    margin: 100px 0 20px;
  }

  section:first-child h2 {
    margin: 20px 0 20px 0;
  }

  section h3 {
    font-size: 2rem;
  }

  /* トップページ */
  .frontpageMainContainer {
    margin: 50px auto;
  }

  /* 診療時間のご案内 */
  .supplementText p {
    text-indent: 0;
    padding: 0;
  }

  /* 診療時間のご案内 */

  /* 新着情報 */
  .topicsDigestBox {
    /* padding: 20px; */
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }

  .topicDate {
    margin: 0;
    /* padding-top: 26px; */
    width: 120px;
    color: #646464;
    border-bottom: none;
  }

  .topicLink {
    font-size: 1.8rem;
  }

  /* 新着情報 */

  .index section:last-child {
    margin: 0 0 41px 0;
  }

  /* トップページ */

  /* 院長紹介 */
  .directorBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .directorBoxLeft {
    padding: 10px 20px 10px 0;
    width: 45%;
  }

  .directorBoxRight {
    padding: 10px 0 10px 20px;
    width: 55%;
  }

  .introduction section:last-child {
    margin: 0 0 41px 0;
  }

  /* 院長紹介 */

  /* 診療案内 */
  .clinic section:last-child {
    margin: 0 0 51px 0;
  }

  /* 診療案内 */

  /* 設備案内 */
  .col3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .col3Item {
    margin: 0 1.7% 0 0;
    padding: 25px 0 10px 0;
    width: 32.18%;
  }

  .col3 .col3Item:nth-child(3n) {
    margin: 0;
  }

  .col3 .col3Item:nth-child(-n + 3) {
    padding: 10px 0 10px 0;
  }

  .col3Des {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .col3DesItem {
    margin: 0 1.85% 0 0;
    width: 32.1%;
  }

  .col3Des .col3DesItem:last-child {
    margin: 0;
  }

  .col3Des h4 {
    height: 2em;
  }

  .col3DesBox {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .col3Des .image {
    /* width: 43%; */
  }

  .col3Des .text {
    /* width: 51%; */
  }

  .col5Des {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .col5DesItem {
    margin: 0 1.85% 0 0;
    width: 18.52%;
  }

  .col5Des .col5DesItem:last-child {
    margin: 0;
  }

  .col5Des h4 {
    margin: 20px 0 10px 0;
    height: 3em;
    text-align: center;
  }

  .equipment section:last-child {
    margin: 0 0 56px 0;
  }

  /* 設備案内 */

  /* アクセス */
  .accseeBox {
    margin: 0 0 55px 0;
  }

  .mapWrap {
    margin: 20px 0 40px 0;
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mapWrapLeft {
    display: block;
  }

  .mapWrapRight {
    padding: 0 0 0 10px;
    width: 36%;
    overflow-x: auto;
  }

  .mapWrap table {
    width: 100%;
  }

  .mapWrap th {
    width: 30%;
    min-width: auto;
  }

  .googleMapBox {
    /* height: 450px; */
    height: auto;
    max-height: 450px;
    overflow-y: hidden;
  }

  .googleMapBox iframe {
    max-height: none;
  }

  .access section:last-child {
    margin: 0 0 81px 0;
  }

  /* アクセス */

  /* 新着情報 */
  .topicsListBox {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }

  .topicsListBox .topicDate {
    margin: 0;
    /* padding-top: 6px; */
    width: 120px;
  }

  .topicsListBox .topicLink {
    background: #fff;
  }

  .pageLink .main {
    padding: 5px;
  }

  .topics section:last-child {
    margin: 0 0 56px 0;
  }

  /* 新着情報 */

  /* archive */
  .archive section:last-child {
    margin: 0 0 62px 0;
  }

  /* archive */

  /* single */
  .single .topicDate {
    margin: 0;
    padding: 0;
  }

  .single section:last-child {
    margin: 0 0 61px 0;
  }

  /* single */

  /* contents */

  /* footer */
  footer {
    bottom: 0;
    position: absolute;
    margin: 50px 0 0 0;
    /* height: 250px; */
  }

  .footerContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footerInfo {
    margin: 0 0 15px 0;
    padding: 0;
    width: 45%;
  }

  .footerInfo .TelBox {
    margin-left: auto;
    margin-right: 0;
  }

  .footerInfo .tel-fot {
    text-align: right;
  }

  .footerNav {
    display: block;
  }

  footer address {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.42857143;
  }

  .addressContainer {
    margin: 0 auto;
    max-width: 1000px;
  }

  footer address span {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
    font-size: 1.3rem;
  }

  /* footer */
}

@media(min-width: 992px) {
  .container {
    width: 1000px;
  }
}

@media(min-width: 1200px) {
  .container {
    width: 1000px;
  }
}


.table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.table-box iframe {
    border: none;
    width: 100% !important;
    height: 500px !important;
}
iframe[src*="calendar.google.com/calendar/embed"] {
  background-color: transparent !important;
}
.table-item{
  width: 100%; 
}
.table-box .table-item h4{
  color: #666;
  margin: 0;
}
.vaccinationSchedule .note{
  margin: 0 0 20px 0;
}
.reservationInfo{
  margin: 0 0 20px 0;
}
.reservationInfo dt{
  font-size: 16px;
  margin: 0 0 10px 0;
}
.reservationInfo dd{
  width: 50%;
  min-width: 500px;
}
.reservationInfo dd table{
  width: 100%;
  border-collapse: collapse;
}
.reservationInfo dd table th, .reservationInfo dd table td{
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .table-box {
    display: block;
  }
  .table-item{
    width: 100%; 
  }
  .reservationInfo dd{
    width: 100%;
    min-width: auto;
    font-size: 14px;
    
  }
  .reservationInfo dd table th, .reservationInfo dd table td{
    font-size: 14px;
  }
  .reservationInfo dd table th{
    white-space: nowrap;
  }
}

/* responsive */