@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
* {
  box-sizing: border-box;
}

body,
a,
.table {
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.3rem;
}

.text-blue {
  color: #20baee !important;
}
.text-red {
  color: #ff0000 !important;
}

.bg-blue,
.thead-blue,
.badge-primary {
    background: linear-gradient(#0194d4, #20baee) !important;
}

.bg-lightblue {
  background-color: #eff3f5 !important;
}

.bg-pink {
  background-color: #20baee !important;
}
.bg-light {
    background-color: #eff3f5 !important;
}
.border-blue {
  border-color: #20baee !important;
}

.border-top {
  border-width: 2px !important;
}

p {
  /*line-height: 1.6rem;*/
  line-height: 1.8;
}

/* --------------------------------------------------
    ファーストビュー
-------------------------------------------------- */
.header {
  height: 100vh;
}

.header .jumbotron {
  /*background-image: url("../img/main-img.jpg");*/
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 93.5%;
  margin-bottom: 0;
  padding:0;
}

.header .container-fluid {
  position: absolute;
  top: 10%;
}
.header .logo, .under-layer .logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
.header .main-img {
  padding:3% 1.5%;
}
.header .d-flex, .under-layer .d-flex {
  display: block!important;
}
.header .d-flex .rounded-pill, .header .d-flex .h4,
.under-layer .d-flex .rounded-pill, .under-layer .d-flex .h4 {
  display: inline-block;
  width: 45%;
  max-width: 100%;
  margin:5px 0;
  font-size: 100%;
}
.header .d-flex .rounded-pill, .under-layer .d-flex .rounded-pill,
.bg-blue, .bg-pink {
  font-size: 90%;
}
}
@media screen and (max-width: 575px) {
  .header .container-fluid {
    top: 4%;
  }
}

/* nav
-------------------------------------------------- */
nav.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navbar .w-30 {
    width: 30%!important;
  }
}
@media screen and (max-width: 535px) {
  .navbar .w-30 {
    width: 80%!important;
  }
}

/*    キービジュアル
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .jumbotron .align-items-center p {
    font-size: 12px;
}
}

/*下層ページ*/
.under-layer .jumbotron {
  background-image: url("../img/image3.jpg");
  background-size: cover;
  background-position: center 50%;
  margin-bottom: 0;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */

/*    トップページ
-------------------------------------------------- */
.tokucho h3 span {
  font-family: 'Libre Caslon Text', serif;
  margin-right: 1rem;
  border-bottom: 5px solid #20baee;
}

/*    院内紹介
-------------------------------------------------- */
figcaption {
  padding-left: 1rem;
  border-left: 3px solid #20baee;
}

/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */

/*   チャート
-------------------------------------------------- */
.flow > li .flow-icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #fff;
  background-color: #20baee;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}

.flow > li .flow-icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #20baee;
  position: absolute;
  top: calc(100% - .2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* --------------------------------------------------
    お問い合せページ
-------------------------------------------------- */
/*WEBでのご予約・お問合せ*/

/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
}
.row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

a {
    color: #20baee;
}
a:focus, *:focus {
    outline: none;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textBold {
    font-weight: bold;
}
.textLarge {
    font-size: 120% !important
}
.textXLarge {
    font-size: 150% !important
}
.textSmall {
    font-size: 80% !important
}
.highlight {
    padding: 4% 4% 3%!important;
    background: #f4f5f8;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight.light {
    background: #eff3f5;
}
.highlight .highlight, .bg-lightblue .highlight {
  background: #fff;
}
.borderBox {
    padding: 2% 4%;
    border: 2px solid #20baee;
    overflow: hidden;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
figure {
    margin: 0 auto 1em;
}
section {
    overflow: hidden;
    margin-bottom: 5%;
}
img {
    width: auto;
    max-width: 100%;
}
a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}
.color01 {
    color: #20baee!important;
}
.lead {
    color: #20baee;
    font-weight: bold;
    font-size: 130%;
}
.lead:after {
  content: none;
}
.name {
    text-align: right;
    line-height: 1.8;
}
.name span {
    display: block;
    font-size: 130%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    img.alignright, img.alignleft {
        width: 45%;
        max-width: 460px;
        height: auto;
    }
    img.alignright {
        float: right;
        margin-left: 4%;
    }
    img.alignleft {
        float: left;
        margin-right: 4%;
    }
}
@media screen and (max-width: 767px) {
    img, img.alignright, img.alignleft {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
}

.date {
  text-align: right;
  margin-top: -5px;
}
/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin:0 auto;
  overflow: hidden;
}
.mainimage .logo {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 35%;
    max-width: 411px;
    z-index: 2;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
  z-index: 1;
}
@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 184px;
  height: calc((184 / 884 * 100%)* 1.5);
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    left: 0;
    top: 15%;
    width:60%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .logo {
    width: 55%;
}
  .mainimage .catch img {
    width: 65%;
    height: auto;
    top: 15%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}


/*    GoogleMap
-------------------------------------------------- */
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 10px;
    min-height: 300px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border:1px solid #fff!important;
}
/*    ページ送り
-------------------------------------------------- */
ul.pageNav {
    margin: 20px 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}
ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
ul.pageNav li span, ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #eff3f5;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #20baee;
    color: #20baee;
}
ul.pageNav li span {
    background: none;
    color: #20baee;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #20baee;
    border-color: #20baee;
}
/*    リンクボタン
-------------------------------------------------- */
.button {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 260px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: .4s;
    transition: .4s;
    padding: .8em .8em;
    font-weight: 600;
    letter-spacing: 0;
    color: #000000 !important;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    z-index: 0;
    font-size: 14px;
}
.button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #20baee;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    -webkit-animation: none;
    animation: none;
}
.button:hover {
    color: #fff !important;
    border-color: #20baee;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.button:hover:before {
    content: '';
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: none;
    animation: none;
    z-index: -1;
}
.button:hover:after {
    border-color: #fff;
    right: 3%;
    -webkit-transition: .2s;
    transition: .2s;
}
.buttons.col3 .button {
  max-width: calc((100% - 18px) / 3);
  text-align: center;
}
.buttons.col3 .button i {
  display: block;
}
.button.line:before {
    background: #06C755;
}
.button.line:hover {
    border-color: #06C755;
}
.button.instagram:before {
    background-image: linear-gradient(72.44deg, #ff7a00 11.92%, #ff0169 51.56%, #d300c5 85.69%);
}
.button.instagram:hover {
    border-color: #d300c5;
}
@media screen and (max-width: 767.98px) {
    .button {
        max-width: inherit;
    }
    .buttons {
      margin-bottom: 30px;
    }
    .buttons.col3 .button {
      max-width: 100%;
      margin:0 auto 10px;
    }
    .buttons.col3 .button i {
      display: inline-block;
    }
}
@media screen and (min-width: 768px) {
    .button + .button {
        margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .button + .button {
        margin-top: 5px;
    }
}
/*    リスト
-------------------------------------------------- */
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #20baee;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 9px;
    width: 5px;
}
@media screen and (min-width: 768px) {
    .floatList li {
        float: left;
        margin-right: 10px;
    }
}
/*    丸数字
-------------------------------------------------- */
.number_p {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
    text-indent: -43px;
}
.number {
    background: none repeat scroll 0 0 #20baee;
    box-shadow: 3px 3px 0 #543315;
    color: #fff;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
/*    Instagram
-------------------------------------------------- */
#instagram {
    margin: 0 0 10px;
}
#instagram li {
    padding-left: 0;
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#instagram li:nth-child(3n) {
    margin-right: 0;
}
#instagram li img {
    margin: 0;
}
/*    診療時間
-------------------------------------------------- */
table.timeTable {
    table-layout: fixed;
}
table.timeTable thead th {
    background: #20baee;
    color: #fff;
    border-right: 1px solid #fff;
}
table.timeTable thead th:first-child, table.timeTable tbody th {
    width: 30%;
}
table.timeTable th,
table.timeTable td {
    padding-bottom: 1em;
    padding-top: 1em;
}
table.timeTable th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: auto;
    text-align: center;
    background: #eff3f5;
    color: #20baee;
}
table.timeTable th:last-child {
    border-right: 1px solid #20baee;
}
table.timeTable td {
    text-align: center;
    color: #20baee;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.timeTable td span {
    color: #20baee;
}
@media screen and (max-width: 768.98px) {
    table.timeTable th, table.timeTable td {
        padding: 5px;
        font-size: 90%;
        display: table-cell;
        border-left: 1px solid #ddd;
        width: auto;
        padding-bottom: 0.75em;
        padding-top: 0.75em;
    }
}
@media screen and (max-width: 575.98px) {
    table.timeTable th, table.timeTable td {
        font-size: 80%;
        padding: 5px;
    }
}
table.tableDefault {
    border-top: 1px solid #ddd;
    width: 100%;
}
table.tableDefault th,
table.tableDefault td {
    border-bottom: 1px solid #ddd;
    padding: 1.25em 1em;
    vertical-align: top;
    background: #fff;
}
table.tableDefault thead th {
    background: #20baee;
    color: #fff;
}
table.tableDefault tbody th {
    background: #f4f5f8;
    white-space: nowrap;
    width: 25%;
}
.bg-lightblue table.tableDefault tbody th,
.highlight table.tableDefault tbody th {
    background: #20baee;
    color: #fff;
}
@media screen and (max-width: 768.98px) {
    table.tableDefault th, table.tableDefault td {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        width:100%!important;
        display: block;
    }
}

/* 見出し
-------------------------------------------------- */
.h2title_wrap {
    background: #eff3f5;
    margin-bottom: 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
}
.h2title_wrap h2 {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0 !important;
}
article.container h3, article.container h4, article.container h5, article.container h6 {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
article.container p, article.container ul, article.container dl {
    line-height: 1.75;
    margin-bottom: 1.25em;
}
article.container table {
    width: 100%;
}
article.container table th, article.container table td {
    line-height: 1.4;
}
article.container figure figcaption {
    font-size: 92%;
}
article.container figure img + figcaption {
    padding-top: 0.5em;
}
article.container figure figcaption + img {
    padding-top: 0.5em;
}

h4.border_h4 {
    border-left: 5px solid #20baee;
    background: #eff3f5;
    padding: 0.5em 0.5em 0.5em 1.25em;
    margin-bottom: 1em!important;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 2rem;
}
h2 span {
  font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
h2.h2_title {
    text-align: center;
    color: #fff;
    padding: 1em 0;
    background-color: #20baee!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.h3, h3 {
    font-size: 1.8rem;
    position: relative;
}
h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
}
h3.h3_border:after {
  position: absolute;
  content: "";
  background: #20baee;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
.h4, h4 {
    font-size: 1.2rem;
    letter-spacing: 0;
}
h4.h4_border {
  border-left:5px solid #20baee;
  padding: 10px 0 10px 15px;
  margin:15px 0 10px!important;
  background: #eff3f5;
}
@media screen and (max-width: 767px) {
  .h1, h1 {
      font-size: 1.6rem;
  }
  .h2, h2 {
      font-size: 1.6rem;
  }
  .h3, h3 {
      font-size: 1.4rem;
  }
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #20baee;
}
.bg-dark {
    background-color: #20baee!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.border-right {
    border-right: 1px solid #000000!important;
}
.border-left {
    border-left: 1px solid #000000!important;
}
.text-dark {
    color: #000000!important;
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
.home footer {
    padding-bottom: 3%;
}

.must {
    margin-left: 1em;
    padding: 2px 8px 4px;
    border-radius: 5px;
    font-size: 85%;
    white-space: nowrap;
}
.must.must1 {
    background: #20baee;
    color: #fff;
}
.must.must2 {
    background: #eff3f5;
}
.telNo {
}
.telNo a {
    color: #fff;
}
.text-dark.telNo a {
    color: #000000;
}
@media screen and (max-width: 767px) {
  .jumbotron-fluid.py-5 {
      padding: 1rem 0!important;
  }
  .highlight.contact-highlight {
    padding:0;
  }
}

ul.anchor {
    padding: 2.5% 5%;
    clear: both;
    border: 5px solid #eff3f5;
    display: table;
    margin:0 auto;
}
ul.anchor li {
 padding: 0 0 5px 20px;
 position: relative;
 list-style-type: none;
 float: left;
 margin-right: 15px;
}
ul.anchor li a {
 font-weight: normal;
}
ul.anchor li:before {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #20baee;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

#a01, #a02 {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #a01, #a02 {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.translation-btn {
    float: right;
    background: #fff;
    font-weight: bold;
    padding:.375rem 1.5em;
    margin-top: -15px;
    color: #20baee;
    border:1px solid #20baee;
}
.translation-btn:hover {
    background: #20baee;
    color: #fff;
}
@media screen and (max-width: 767px) {
.btn.translation-btn {
    display: block;
    float: none;
    margin: 0.5em 0;
}
}

.flowBox .flow {
    background: #eff3f5;
    padding: 2.5%;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
}
.flowBox .flow:after {
    position: absolute;
    content: "";
    border-top: 30px solid #eff3f5;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: auto;
    width:30px;
    height: 30px;
}
.flowBox .flow:last-child:after {
  content: none;
}

@media (min-width: 1200px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
}
@media (min-width: 992px){
.navbar-brand img.w-75 {
  width: 100%!important;
}
.navbar-expand-lg .navbar-nav {
    flex: auto;
    text-align: right;
}
.navbar-expand-lg .navbar-nav li.nav-item {
    flex: auto;
}
}
@media (max-width: 991px){
.navbar-light .navbar-nav .nav-link {
    text-align: center;
    background: #fff;
    margin: 2px 0;
}
}
@media (min-width: 992px){
footer .googlemap {
    padding-top: 35%;
    min-height: 345px;
}
}

/* bnrBox */
.bnrBox {
    position: relative;
    overflow: hidden;
}
.bnrBox h3 {
    position: absolute;
    content: "";
    top: 42%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #000000;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff;
}

/* galleryBox */
.galleryBox figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 4;
  margin:0 auto;
}

/* priceTable */
table.tableDefault.priceTable th {
  padding:1em 1em;
  width: 60%;
}
table.tableDefault.priceTable td {
  text-align: right;
}
