@charset "UTF-8";
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.bg-lightgreen {
  background-color: #ebf1eb;
}

.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 #3c793c;
  padding: 8px 0 10px 18px;
  background: #ebf1eb;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

.heading span {
  margin-left: 1em;
  color: #3c793c;
  font-size: 90%;
}

.bg-light .heading {
  border-left: 6px solid #3c793c;
  background: #3c793c;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.footer-logo {
  max-width: 267px;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    max-width: 55%;
  }
}
/* 中デバイス（タブレット, 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 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #sec2 {
    height: 720px;
  }
} /* END */
/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {
  #sec2 {
    height: 800px;
  }
} /* 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: #000000;
  line-height: 1.8;
  font-size: 16px;
}

.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: #3c793c;
}

a.underline {
  text-decoration: underline;
}

a:focus, *:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #3c793c;
  text-decoration: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.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: 73% !important;
}

@media screen and (min-width: 768px) {
  .pc-textCenter {
    text-align: center;
  }
  .pc-textLeft {
    text-align: left !important;
  }
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.highlight {
  padding: 4% 4% !important;
  background: #ebf1eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.highlight.light {
  background: #ebf1eb;
}

.highlight .highlight, .bg-light .highlight {
  background: #fff;
}

.highlight p:last-child, .borderBox p:last-child {
  margin-bottom: 0;
}

.borderBox {
  padding: 2.5%;
  border: 6px solid #ebf1eb;
  overflow: hidden;
}

.highlight .borderBox, .bg-light .borderBox {
  border: 6px solid #fff;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

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

figure {
  margin: 0 auto 1em;
}

figure img {
  margin: 0 auto 5px;
}

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: #3c793c;
}

.color02 {
  color: #234623;
}

.textRed {
  color: #d22d2e;
}

.lead {
  color: #3c793c;
  font-weight: bold;
  font-size: 120%;
  margin: 0 0 10px;
}

.lead:after {
  content: none;
}

.name {
  text-align: right;
  line-height: 1.8;
}

.name span {
  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;
  }
}
/*    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: 1700px;
  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;
  right: auto;
  left: 2%;
  margin: auto;
  max-width: 908px;
  max-height: 467px;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage .catch img {
    width: 65%;
    left:0;
    top: auto;
    bottom:10%;
  }
}
@media screen and (max-width: 480px) {
  .mainimage .catch img {
    width: 85%;
  }
}
/*    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: 26%;
}

/*    ページ送り
-------------------------------------------------- */
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: #ebf1eb;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #3c793c;
  color: #3c793c;
}

ul.pageNav li span {
  background: none;
  color: #3c793c;
}

ul.pageNav li a:hover {
  color: #fff;
  background: #3c793c;
  border-color: #3c793c;
}

/*    リンクボタン
-------------------------------------------------- */
.button {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 240px;
  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: #234623 !important;
  background: #fff;
  border: 1px solid #234623;
  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 #234623;
  border-right: 1px solid #234623;
  -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: #234623;
  -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: #234623;
  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: 768px) {
  .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;
}

.buttons.col3 .button {
  max-width: calc((100% - 10px) / 3);
  margin-bottom: 5px;
}

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

/*    リスト
-------------------------------------------------- */
ul.ul01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ul01 li {
  padding: 0 0 0 18px;
  position: relative;
  word-wrap: break-word;
  list-style: none;
}

.ul01 li:before {
  background: none repeat scroll 0 0 #3c793c;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 1px;
  position: absolute;
  top: 11px;
  width: 7px;
}

.ul01 li ul {
  overflow: hidden;
  padding: 0;
}

.ul01 li ul li {
  float: none;
}

.ul01 li ul li:before {
  background: none repeat scroll 0 0 #000000;
  top: 12px;
  left: 7px;
  height: 3px;
  width: 3px;
}

@media screen and (min-width: 768px) {
  .floatList li {
    float: left;
    margin-right: 20px;
  }
  .col2 li {
    float: left;
    width: 50%;
  }
  .col3 li {
    float: left;
    width: 33.333%;
  }
}
/*    丸数字
-------------------------------------------------- */
.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 #3c793c;
  -webkit-box-shadow: 3px 3px 0 #543315;
  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: #3c793c;
  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: #ebf1eb;
  color: #3c793c;
}

table.timeTable th:last-child {
  border-right: 1px solid #3c793c;
}

table.timeTable td {
  text-align: center;
  color: #3c793c;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.timeTable td span {
  color: #3c793c;
}

@media screen and (max-width: 767px) {
  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: 1em 1em;
  vertical-align: top;
}

table.tableDefault thead th {
  background: #3c793c;
  color: #fff;
  text-align: center;
}

table.tableDefault tbody th {
  background: #ebf1eb;
  /*color: $color_primary;
  white-space: nowrap;*/
  width: 25%;
  font-weight: normal;
}

table.tableDefault tbody td a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  table.tableDefault th, table.tableDefault td {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    width: 100% !important;
    display: block;
  }
}
table.tableDefault.borderTable {
  border: 0;
}

table.tableDefault.borderTable th,
table.tableDefault.borderTable td {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0.5em;
  vertical-align: top;
  background: none;
  font-size: 90%;
}

table.tableDefault.borderTable th {
  width: 35%;
}

@media screen and (max-width: 767px) {
  table.tableDefault.borderTable td {
    margin-left: 1em;
  }
}
table.tableDefault.priceTable {
  border: 1px solid #ddd;
}

table.tableDefault.priceTable th, table.tableDefault.priceTable td {
  border: 1px solid #ddd;
  padding: 0.75em 1em;
  width: auto;
}

table.tableDefault.priceTable th {
  width: 45% !important;
}

table.tableDefault.priceTable td {
  text-align: right;
}

@media screen and (max-width: 991px) {
  table.tableDefault.priceTable th, table.tableDefault.priceTable td {
    font-size: 90%;
    padding: 0.25em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  table.tableDefault.priceTable th, table.tableDefault.priceTable td {
    display: table-cell;
    font-size: 80%;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  table.tableDefault.priceTable th, table.tableDefault.priceTable td {
    font-size: 70%;
    padding: 0.05em 0.25em;
  }
}
/* 見出し
-------------------------------------------------- */
.h2title_wrap {
  background: #ebf1eb;
  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 #3c793c;
  background: #ebf1eb;
  padding: 0.5em 0.5em 0.5em 1.25em;
  margin-bottom: 1em !important;
}

/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1, h1 {
  font-size: 2rem;
  font-weight: 700;
}

h1 {
  margin-bottom: 0.5em;
  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;
  color: #000000;
  padding: 0.5em;
}

h1:first-letter {
  color: #3c793c;
}

.h2, h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
}

h2 span {
  /*font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;*/
}

.h3, h3 {
  font-size: 1.7rem;
  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;
  font-weight: 700;
}

h3:after {
  position: absolute;
  content: "";
  background: #3c793c;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

h3 span.sub {
  color: #3c793c;
  display: inline-block;
  font-size: 70%;
}

h3.noBorder:after {
  content: none;
}

.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;
  line-height: 1.4;
}

h4.h4_border {
  border-left: 5px solid #3c793c;
  padding: 10px 16px;
  margin: 25px 0 20px;
  background: #ebf1eb;
  font-weight: 600;
}

h4.h4_border .textXLarge {
  vertical-align: text-bottom;
  line-height: 1;
  margin-right: 0.5em;
}

h4.h4_border i {
  margin-right: 0.5em;
}

h4 a:hover, a:hover h4 {
  color: #3c793c;
  text-decoration: none !important;
}

.highlight h4.h4_border, .bg-light h4.h4_border {
  background: #fff;
}

.highlight .highlight h4.h4_border, .bg-light .highlight h4.h4_border {
  background: #ebf1eb;
}

h5 {
  font-size: 1.15rem;
  font-weight: 700;
  padding: 2px 0 10px 0;
  border-bottom: 1px dashed #3c793c;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

h5 i {
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

@media screen and (max-width: 1100px) {
  .h1, h1 {
    font-size: 1.6rem;
  }
  .h2, h2 {
    font-size: 1.6rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
}
/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff!important;
}*/
.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-dark .navbar-toggler {
  border: 2px solid #FFF;
  background: #3c793c;
}

.breadcrumb-item a.text-dark:focus, .breadcrumb-item a.text-dark:hover {
  color: #fff !important;
}

.breadcrumb-item.active {
  color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0, 160, 233);
}

.bg-dark {
  background-color: #234623 !important;
}

.bg-light {
  background-color: #ebf1eb !important;
}

.bg-dark2 {
  background-color: rgba(60, 121, 60, 0.8);
}

.bg-secondary {
  background-color: #3c793c !important;
}

.border-right {
  border-right: 1px solid #fff !important;
}

.border-left {
  border-left: 1px solid #fff !important;
}

.text-dark {
  color: #000000 !important;
}

.text-dark2 {
  color: #3c793c !important;
}

.text-light {
  color: #3c793c !important;
}

.text-red {
  color: #d22d2e !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 {
  padding: 0.5rem 0.75rem;
}

.btn-secondary {
  color: #fff;
  background-color: #3c793c;
  border-color: #3c793c;
}

.btn-secondary:hover {
  color: #3c793c;
  background-color: #fff;
  border-color: #3c793c;
}

@media (max-width: 420px) {
  .btn-secondary {
    font-size: 80%;
  }
}
.border {
  border: 2px solid #ebf1eb !important;
  padding: 3px;
}

/* --------------------------------------------------
    個別
-------------------------------------------------- */
.header-logo img {
  max-width: 267px;
  width: auto;
}

@media (max-width: 991px) {
  .header-logo img {
    max-width: 267px;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    max-width: 240px;
    margin: 5px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 0;
    color: rgb(255, 255, 255);
  }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .nav-item {
    border-left: 1px solid #fff;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }
  .nav-item.nav-right {
    border-right: 1px solid #fff;
  }
}
ul.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0;
  padding: 0;
}

ul.point li {
  list-style: none;
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  font-size: 14px;
  vertical-align: middle;
  background: #35cb01;
  color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
}

ul.point li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  ul.point {
    display: block;
  }
  ul.point li {
    font-size: 12px;
    padding: 2px 10px;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 5px;
  }
  ul.point li:last-child {
    margin-right: auto;
  }
}
footer {
  border-top: 6px solid #ebf1eb;
}

.font-Arial {
  font-family: Arial, Helvetica, sans-serif;
}

.text-white a, a .text-white {
  color: #fff !important;
}

@media (min-width: 768px) {
  .pc-mr-4 {
    margin-right: 1.25rem !important;
  }
  .pc-mt-4 {
    margin-top: 1.25rem !important;
  }
  .pc-mt-5 {
    margin-top: 2.5rem !important;
  }
  .pc-mt-6 {
    margin-top: 5rem !important;
  }
  .pc-mb-5 {
    margin-bottom: 5rem !important;
  }
}
@media (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}
.must {
  margin-left: 1em;
  padding: 0px 8px 2px;
  border-radius: 5px;
  font-size: 80%;
  display: inline-block;
}

.must.must1 {
  background: #3c793c;
  color: #fff;
}

.must.must2 {
  background: #ebf1eb;
  border: 1px solid #3c793c;
  color: #3c793c;
}

.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: 1px solid #dddddd;
  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 a:hover {
  text-decoration: underline;
}

ul.anchor li:before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #3c793c;
}

@media screen and (max-width: 767px) {
  ul.anchor li {
    float: none;
    margin-right: 0;
  }
}
/* galleryBox */
.galleryBox figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.galleryBox figure a {
  text-decoration: none;
  color: #1a1a1a;
}

.galleryBox figure a:hover {
  color: #3c793c;
}

.galleryBox figcaption {
  margin: 5px auto 10px;
  text-align: left;
  font-size: 90%;
  line-height: 1.4;
}

.galleryBox figcaption span {
  display: table;
  background: #3c793c;
  color: #fff;
  font-size: 80%;
  padding: 3px 10px;
  margin-top: 3px;
}

/* works */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  padding: 0;
}

#gallery_slider .slide-item img {
  width: auto !important;
  height: 100% !important;
  max-height: 50vh;
}

#thumbnail-list {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.thumbnail-item {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 15.8%;
  margin-right: 1%;
  list-style: none;
}

.thumbnail-item:nth-child(6n) {
  margin-right: 0;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 10px;
}

@media only screen and (max-width: 990px) {
  .thumbnail-item img {
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#gallery_slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#gallery_slider.slick-initialized {
  opacity: 1;
}

#gallery_slider li.slide-item span {
  text-align: center;
  display: block;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  #gallery_slider .slide-item img {
    max-height: 100% !important;
    height: 25vh !important;
  }
  .thumbnail-item {
    width: 32.3%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .thumbnail-item:nth-child(3n) {
    margin-right: 0;
  }
  .thumbnail-item img {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .thumbnail-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .thumbnail-item img {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 360px) {
  .thumbnail-item img {
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* cards */
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .card-columns.column2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    widows: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 767px) {
  .card.shadow-sm {
    margin-bottom: 15px !important;
  }
  .card img {
    margin: 0 auto !important;
  }
  .card h4 {
    margin-top: 10px !important;
  }
}
/* ol01 */
ol.ol01 {
  margin: 0 auto;
  counter-reset: number 0;
  list-style-type: none;
  padding: 0;
}

ol.ol01 > li {
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 5px;
}

ol.ol01 > li:before {
  counter-increment: number 1;
  content: "" counter(number);
  position: absolute;
  left: 0px;
  top: 3px;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0.3em 0.025em 0 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #3c793c;
  border: 0;
  border-radius: 50%;
  font-size: 85%;
}

@media screen and (max-width: 767px) {
  ol.ol01 > li:before {
    padding: 0.3em 0.025em 0 0;
  }
}
/* flow */
.flowBox .flow {
  border: 6px solid #3c793c;
  padding: 2em;
  margin-bottom: 30px;
  position: relative;
}

.flowBox .flow:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
  width: 6px;
  height: 30px;
  background: #3c793c;
}

.flowBox .flow:last-child:after {
  content: none;
}

.flowBox .flow p:last-child {
  margin-bottom: 0;
}

/* table-bordered */
.table-bordered tbody tr th, .table-bordered tbody tr td {
  font-weight: normal;
  padding: 0.38rem;
}

.table-bordered tbody tr th {
  background: #fff;
}

.table-bordered tbody tr td {
  background: #fff;
  font-family: none;
  color: #3c793c;
}

.table-bordered tbody tr:first-child th {
  background: #3c793c;
  color: #fff;
}

/*.table-bordered tbody tr:nth-child(2) th {
		border-bottom: 1px solid #fff;
}*/
@media screen and (max-width: 991px) {
  .table-bordered tbody tr th, .table-bordered tbody tr td {
    font-size: 80%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .sp-table {
    overflow-x: scroll;
  }
  .sp-table table {
    width: 768px !important;
  }
}
.ul01.ul_large li {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 5px 16px;
}

.ul01.ul_large li:before {
  top: 16px;
}

ul.ul_check {
  padding: 0;
  margin: 0;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
  list-style: none;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #3c793c;
  border: 1px solid #3c793c;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 14px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  /*border: transparent 4px solid;*/
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

ul.ul_check.textLarge li {
  padding: 0 0 0 34px;
}

ul.ul_check.textLarge li:before {
  border-radius: 0;
  height: 20px;
  width: 20px;
  top: 9px;
}

ul.ul_check.textLarge li:after {
  position: absolute;
  top: 13px;
  width: 14px;
  height: 7px;
}

@media screen and (max-width: 999px) {
  ul.ul_check.textLarge {
    font-size: 110% !important;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_check.textLarge {
    display: table;
    margin: 10px auto 20px;
  }
  ul.ul_check.textLarge li {
    padding: 3px 0px 3px 30px;
  }
  ul.ul_check.textLarge li:before {
    top: 10px;
  }
  ul.ul_check.textLarge li:after {
    top: 15px;
  }
}
@media screen and (max-width: 480px) {
  ul.ul_check.textLarge {
    font-size: 85% !important;
  }
  ul.ul_check.textLarge li:before {
    top: 5px;
  }
  ul.ul_check.textLarge li:after {
    top: 10px;
  }
}
/* about */
rt {
  position: relative;
  top: -0.2em;
  -webkit-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
}

/* news */
.newsInner {
  /*overflow: auto;
  max-height: 240px;*/
}

dl.newsDetail {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

dl.newsDetail dt, dl.newsDetail dd {
  float: left;
}

dl.newsDetail dt {
  width: 7.5em;
}

dl.newsDetail a {
  color: #000000;
}

dl.newsDetail a:hover {
  color: #3c793c;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  dl.newsDetail dt, dl.newsDetail dd {
    float: none;
    width: 100%;
  }
}
.news h4 {
  margin-bottom: 10px !important;
}

.news h4 a {
  color: #000000;
}

.news h4 a:hover {
  color: #3c793c;
}

.news .date {
  text-align: right;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
  #sec2 {
    height: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec2 {
    height: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 10px;
  }
}
/* access */
img.logo {
  max-width: 351px;
}

@media screen and (max-width: 767px) {
  img.logo {
    max-width: 55%;
  }
}
/* notice */
.tableDefault.noticeTable thead th {
  width: 33.3333333333%;
  text-align: center;
}

.tableDefault.noticeTable tbody td {
  text-align: center;
  padding: 10px 10px;
}

.tableDefault.noticeTable th, table.tableDefault.noticeTable td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tableDefault.noticeTable thead th {
    font-weight: normal;
    font-size: 90%;
  }
  table.tableDefault.noticeTable th, table.tableDefault.noticeTable td {
    width: 33.3333333333% !important;
    display: table-cell;
  }
  .tableDefault.noticeTable tbody td {
    font-size: 90%;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 480px) {
  .tableDefault.noticeTable thead th {
    font-size: 75%;
    padding: 10px 5px;
  }
  .tableDefault.noticeTable tbody td {
    font-size: 75%;
    padding: 5px 2px;
    font-weight: normal;
  }
}
/* checkup */
.tableDefault.checkupTable thead th {
  width: 25%;
  text-align: center;
  font-size: 90%;
  background: #3c793c;
}

.tableDefault.checkupTable tbody td {
  text-align: center;
  padding: 10px 3px;
  font-size: 90%;
}

.tableDefault.checkupTable th, table.tableDefault.checkupTable td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tableDefault.checkupTable thead th {
    font-weight: normal;
    font-size: 75%;
  }
  table.tableDefault.checkupTable th, table.tableDefault.checkupTable td {
    width: 25% !important;
    display: table-cell;
  }
  .tableDefault.checkupTable tbody td {
    font-size: 75%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .tableDefault.checkupTable thead th {
    font-size: 65%;
    padding: 10px 0;
  }
  .tableDefault.checkupTable tbody td {
    font-size: 65%;
    padding: 5px 0;
    font-weight: normal;
  }
}
/* fontサイズ調整 */
.font-add1 {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

@media (min-width: 768px) and (max-width: 991px) {
  .font-add2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .font-add2 {
    font-size: 14px;
  }
}
/* grid調整 */
@media (max-width: 767px) {
  .container .container {
    padding-right: 0;
    padding-left: 0;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
  }
  .col-6.col-md-4, .col-6.col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
p.caution {
  color: #d22d2e;
  font-size: 80%;
}
/*# sourceMappingURL=style.css.map */
