@charset "utf-8";
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bg-lightgreen {
  background-color: rgba(37, 60, 102, 0.03);
}
.jumbotron {
  background-image: url("../img/top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.heading {
  border-left: 6px solid #232323;
  padding: 3px 0 5px 18px;
  background: #f8f8f8;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  font-weight: 700;
}
.heading span {
  margin-left: 1em;
  color: #232323;
  font-size: 90%;
}
.bg-light .heading {
  border-left: 6px solid #232323;
  background: #fff;
  color: #232323;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  /*border-top: 1px solid #232323;*/
}
.map iframe {
  width: 100%;
  height: 450px;
}

.footer-logo {
  max-width: 70%;
  width: auto;
}

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
  .gnav-item {
    display: block;
    width: 100%;
    border: none;
  }
  .gnav-item + .gnav-item {
    border: none;
  }
  table th,
  table td {
    padding: 0.25rem !important;
  }
  table th:first-child {
    width: 25%;
  }
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 1199px) {
  #sec2 {
    height: 600px;
  }
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 768px) {
  #sec2 .message {
    position: absolute;
    left: 0;
  }
} /* END */

@media screen and (max-width: 767px) {
  #sec2 {
    height: 100%;
  }
}
/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
  /*font-family: "Noto Sans JP";*/
  color: #232323;
}
.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: #232323;
}
a:focus,
*:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #232323;
  text-decoration: 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: 75% !important;
}
.highlight {
  padding: 4% 4% 3% !important;
  background: rgba(37, 60, 102, 0.03);
  box-sizing: border-box;
  overflow: hidden;
}
.highlight.light {
  background: #edeeef;
}
.highlight .highlight {
  background: #fff;
}
.borderBox {
  padding: 2% 4%;
  border: 2px solid #232323;
  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: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.color01 {
  color: #232323;
}
.lead {
  color: #232323;
  font-weight: bold;
  font-size: 120%;
  margin: 0 0 10px !important;
}
.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: 768.99px) {
  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: 768.98px) {
  img,
  img.alignright,
  img.alignleft {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    display: block;
  }
}

/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.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: 325px;
  height: calc((325 / 665 * 100%) * 1.5);
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    left: 0;
    top: 15%;
    width: 65%;
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .catch img {
    width: 70%;
    height: auto;
    top: 10%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .mainimage .catch img {
    top: 5%;
    width: 75%;
  }
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
  position: relative;
  width: 100%;
  padding-top: 54%;
  min-height: 400px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#sec9 .googlemap {
  padding-top: 24%;
}
/*    ページ送り
-------------------------------------------------- */
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: #edeeef;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #232323;
  color: #232323;
}
ul.pageNav li span {
  background: none;
  color: #232323;
}
ul.pageNav li a:hover {
  color: #fff;
  background: #232323;
  border-color: #232323;
}
/*    リンクボタン
-------------------------------------------------- */
.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: 0.4s;
  transition: 0.4s;
  padding: 0.8em 0.8em;
  font-weight: normal;
  letter-spacing: 0;
  color: #232323 !important;
  background: #fff;
  border: 1px solid #232323;
  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 #232323;
  border-right: 1px solid #232323;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #232323;
  -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: #232323;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.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: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767.98px) {
  .button {
    max-width: inherit;
  }
}
@media screen and (min-width: 768.99px) {
  .button + .button {
    /*margin-left: 5px;*/
  }
}
@media screen and (max-width: 767.98px) {
  .button + .button {
    /*margin-top: 5px;*/
  }
}

.buttons .button {
  max-width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .buttons .button {
    max-width: 100%;
  }
}

/*    リスト
-------------------------------------------------- */
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 #232323;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 9px;
  width: 5px;
}
@media screen and (min-width: 768.99px) {
  .floatList li {
    float: left;
    margin-right: 10px;
  }
  .ul01.col2 li {
    float: left;
    width: 45%;
  }
}
/*    丸数字
-------------------------------------------------- */
.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 #232323;
  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: #232323;
  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: 0.75em;
  padding-top: 0.75em;
  font-weight: normal;
}
table.timeTable th {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #edeeef;
  width: auto;
  text-align: center;
  background: #edeeef;
  color: #232323;
}
table.timeTable tr:last-child th {
  border-bottom: 1px solid #edeeef;
}
table.timeTable th:last-child {
  border-right: 1px solid #edeeef;
}
table.timeTable td {
  text-align: center;
  color: #232323;
  border-bottom: 1px solid #edeeef;
  border-left: 1px solid #edeeef;
  border-right: 1px solid #edeeef;
  background: #fff;
}
table.timeTable td span {
  color: #232323;
}
@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;
}
table.tableDefault thead th {
  background: #232323;
  color: #fff;
}
table.tableDefault tbody th {
  background: rgba(37, 60, 102, 0.03);
  /*color: #232323;*/
  white-space: nowrap;
  width: 23%;
}
@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: #edeeef;
  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 #232323;
  background: #edeeef;
  padding: 0.5em 0.5em 0.5em 1.25em;
  margin-bottom: 1em !important;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1,
h1 {
  font-size: 2rem;
}
h1 {
  margin-bottom: 0.75em;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
}
h1:first-letter {
  color: #232323;
}
.h2,
h2 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
}
h2 span {
  /*font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;*/
}
.h3,h3 {
  font-size: 1.6rem;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  line-height: 1.4em;
}
h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0.5em 0 1.5em;
}
h3:after {
  position: absolute;
  content: "";
  background: #232323;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
h3 span {
  display: block;
  font-size: 1.10rem;
}
.h4,h4 {
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
}
h4.h4_border {
  border-left: 5px solid #232323;
  padding: 8px 16px 12px;
  margin: 20px 0 20px !important;
  background: #f8f8f8;
  line-height: 1.4;
}
.highlight h4.h4_border,
.bg-light h4.h4_border {
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .h1,
  h1 {
    font-size: 1.6rem;
  }
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
/*.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff!important;
}*/
.navbar-light .navbar-nav .nav-link {
  color: #232323;
}
.navbar-dark .navbar-toggler {
  border: 2px solid #fff;
  background: #232323;
}
.breadcrumb-item a.text-dark:focus,
.breadcrumb-item a.text-dark:hover {
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0 160 233);
}
.bg-dark {
  background-color: #232323 !important;
}
.bg-light {
  background-color: rgba(35, 35, 35, 0.03) !important;
}
.bg-dark2 {
  background-color: rgba(37,60,102, 0.2);
}
.bg-secondary {
  background-color: #edeeef !important;
}
.border-right {
  border-right: 1px solid #fff !important;
}
.border-left {
  border-left: 1px solid #fff !important;
}
.text-dark {
  color: #232323 !important;
}
.text-light {
  color: #253c66 !important;
}
.bg-stripe {
  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;
}
.btn-secondary {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
.btn-secondary:hover {
  color: #232323;
  background-color: #fff;
  border-color: #232323;
}
@media screen and (max-width: 767px) {
  .border-right, .border-left {
    border:0!important;
  }
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
.header-logo img {
  max-width: 310px;
  width: auto;
}
.header-menu-box > div {
  line-height: 0.6;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 5px;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
  }
  .nav-item {
    border-left: 1px solid #fff;
    flex: auto!important;
  }
  .nav-item:last-child {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
      font-size: 13px;
  }
}

.font-Arial {
  font-family: Arial, Helvetica, sans-serif;
}
.text-white a,a .text-white {
  color: #fff !important;
}
.text-white a i,a .text-white {
  color: #232323 !important;
}
.text-red {
  color: #ff0000;
}
@media (min-width: 768px) {
  .pc-mr-4 {
    margin-right: 1.5rem !important;
  }
  .pc-mt-4 {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}

.must {
  margin-left: 1em;
  padding: 3px 8px 4px;
  border-radius: 5px;
  font-size: 80%;
  display: inline-block;
}
.must.must1 {
  background: #232323;
  color: #fff;
}
.must.must2 {
  background: #edeeef;
  border: 1px solid #232323;
  color: #232323;
}
.telNo {
  margin: 0.5rem;
}
.telNo a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@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 #edeeef;
  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 #232323;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pc-hide,
  .sp-only {
    display: none !important;
  }
}

/* card */
@media (min-width: 576px){
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}

.head_info {
    background: #232323;
    font-size: 12px;
    padding: 8px 0;
    text-align: right;
    color: #fff;
}
.head_info .container {
    padding: 0 30px;
}
@media (max-width: 991px) {
  .head_info {
      font-size: 11px;
  }
}
@media (max-width: 767px) {
  .head_info {
      text-align: left;
      font-size: 14px;
      padding: 8px 3px;
  }
  .head_info .container {
      padding: 0 15px;
  }
  .head_info p {
      display: table;
      margin:0 auto;
  }
  .navbar-box.bg-dark, .navbar-box .bg-dark {
      background: #f8f8f8!important;
  }
  .navbar-dark .navbar-nav .nav-link, .navbar-collapse .border.text-white, .navbar-collapse .tel.text-white a {
      color: #232323!important;
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
      color: rgba(35,35,35,.75);
  }
}
@media (max-width: 480px) {
  .head_info {
      font-size: 13px;
  }
}
@media (max-width: 400px) {
  .head_info {
      font-size: 10px;
      padding: 5px 3px;
  }
}
