@charset "UTF-8";
body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", メイリオ”, Meiryo, serif;
  font-family: "Times New Roman", Times, serif;
  list-style-type: none;
  text-decoration: none;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  color: #5b5b5b;
}
@media screen and (max-width: 767px) {
  body {
    max-width: 760px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    max-width: 1279px;
    width: 100%;
    margin: auto;
  }
}

h1 {
  font-size: 46px;
  font-weight: 900;
}

h2 {
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 26px;
}

ul {
  list-style: none;
}

.header {
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .header {
    margin: auto;
  }
}
.header #nav {
  background: #a8e98c;
  color: #5b5b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header #nav {
    padding: 0;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav {
    padding: 0;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.header #nav .logo_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .header #nav .logo_left {
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav .logo_left {
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header #nav .logo_left h1 {
  margin-left: 2em;
  white-space: nowrap;
  line-height: 0.8;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .header #nav .logo_left h1 {
    margin-left: 0.8em;
    display: block;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav .logo_left h1 {
    margin-left: 0.6em;
    display: block;
    font-size: 38px;
  }
}
.header #nav .logo_left h1 span {
  font-size: 24px;
  font-weight: 400;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .header #nav .logo_left h1 span {
    font-size: 16px;
    padding-left: 1.4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav .logo_left h1 span {
    font-size: 24px;
    padding: 0.8em;
  }
}
.header #nav #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .header #nav #gnavi {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav #gnavi {
    display: none;
  }
}
.header #nav #gnavi .header_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  margin-left: 8em;
}
.header #nav #gnavi .header_contents li {
  padding-right: 1em;
}
.header #nav #gnavi .header_contents li a {
  color: #5b5b5b;
  text-decoration: none;
}
.header #nav #gnavi .header_contents li a:hover, .header #nav #gnavi .header_contents li a:visited {
  opacity: 0.6;
}
.header #nav #gnavi.active {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header #nav #gnavi.active {
    display: block;
    position: absolute;
    top: 73px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #a8e98c;
    opacity: 1;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav #gnavi.active {
    display: block;
    position: absolute;
    top: 98px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #a8e98c;
    opacity: 1;
    padding: 20px 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin: 0px auto;
    border-top: 1px solid #5b5b5b;
  }
}
.header #nav #gnavi.active .header_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header #nav #gnavi.active .header_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav #gnavi.active .header_contents {
    padding-left: 3em;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .header #nav #gnavi.active .header_contents li {
    position: relative;
    margin: 0;
    border-top: 2px solid #5b5b5b;
    text-align: center;
    padding: 0;
  }
}
.header #nav #gnavi.active .header_contents li a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header #nav #gnavi.active .header_contents li a {
    display: block;
    color: #5b5b5b;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .header #nav #gnavi.active .header_contents li a:hover, .header #nav #gnavi.active .header_contents li a:visited {
    opacity: 0.6;
  }
}
.header #nav .toggle_btn {
  display: none;
  border: none;
  position: relative;
  cursor: pointer;
  background-color: #a8e98c;
}
@media screen and (max-width: 767px) {
  .header #nav .toggle_btn {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .header #nav .toggle_btn span {
    background-color: #5b5b5b;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 70%;
    height: 4px;
    border-radius: 4px;
    right: 1em;
    top: 40px;
  }
  .header #nav .toggle_btn span:nth-of-type(1) {
    top: 14px;
  }
  .header #nav .toggle_btn span:nth-of-type(2) {
    top: 27px;
  }
  .header #nav .toggle_btn span:nth-of-type(3) {
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .header #nav .toggle_btn {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .header #nav .toggle_btn span {
    background-color: #5b5b5b;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 70%;
    height: 4px;
    border-radius: 4px;
    right: 30px;
    top: 40px;
  }
  .header #nav .toggle_btn span:nth-of-type(1) {
    top: 10px;
  }
  .header #nav .toggle_btn span:nth-of-type(2) {
    top: 25px;
  }
  .header #nav .toggle_btn span:nth-of-type(3) {
    bottom: 0px;
  }
}
.header #nav .toggle_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(223deg);
          transform: translateY(15px) rotate(223deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header #nav .toggle_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header #nav .toggle_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-223deg);
          transform: translateY(-12px) rotate(-223deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

main {
  width: 100%;
  padding: 146px 0 40px;
  margin: auto;
  color: #414141;
  line-height: 0.1em;
}
@media screen and (max-width: 767px) {
  main {
    padding: 73px 20px 40px;
    max-width: 650px;
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  main {
    padding: 99px 0 60px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
main .wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  main .wrapper {
    max-width: 500px;
    width: 100%;
    padding: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  main .wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    padding: 60px 0;
  }
}
main .wrapper h2 {
  text-align: center;
  margin: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  main .wrapper h2 {
    font-size: 30px;
    margin: 50px 0 35px;
  }
}
main .wrapper section {
  width: 90%;
  margin: auto;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main .wrapper section {
    width: 100%;
  }
}
main .wrapper section.access {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access {
    margin-bottom: 40px;
  }
}
main .wrapper section.access .access_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
}
main .wrapper section.access .access_contents .flex_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
main .wrapper section.access .access_contents .flex_left .content {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_left .content {
    margin-bottom: 20px;
  }
}
main .wrapper section.access .access_contents .flex_left .content h3 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_left .content h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
main .wrapper section.access .access_contents .flex_left .content h3 .fas {
  margin-right: 1%;
}
main .wrapper section.access .access_contents .flex_left .content .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_left .content .txt {
    font-size: 16px;
    line-height: 1.2;
  }
}
main .wrapper section.access .access_contents .flex_left .content .txt.spacing {
  letter-spacing: 0.1em;
}
main .wrapper section.access .access_contents .flex_left .content.jyusyo {
  border: 2px solid #5b5b5b;
  width: 94%;
  background: #e8ffde;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_left .content.jyusyo {
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}
main .wrapper section.access .access_contents .flex_left .content.jyusyo h3 {
  padding-left: 4%;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
main .wrapper section.access .access_contents .flex_left .content.jyusyo .txt {
  font-size: 22px;
  line-height: 1.6;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_left .content.jyusyo .txt {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
main .wrapper section.access .access_contents .flex_left .content.jyusyo .txt .spacing {
  letter-spacing: 0.1em;
  padding-left: 3%;
}
main .wrapper section.access .access_contents .flex_left .content.jyusyo .txt .spacing.yubin {
  margin-right: 1%;
}
main .wrapper section.access .access_contents .flex_left .content.jyusyo .txt .spacing.address {
  padding-left: 1%;
}
main .wrapper section.access .access_contents .flex_right {
  width: 50%;
  display: block;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  main .wrapper section.access .access_contents .flex_right {
    width: 100%;
  }
}
main .wrapper section.access .access_contents .flex_right .map {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
  height: 0;
}
main .wrapper section.access .access_contents .flex_right .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .wrapper section.news {
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news {
    margin-bottom: 30px;
    padding: 50px 0 0;
  }
}
main .wrapper section.news h3 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news h3 {
    font-size: 26px;
    margin-bottom: 6px;
  }
}
main .wrapper section.news h3 .fas {
  margin-right: 1%;
}
main .wrapper section.news #title_list {
  list-style: none;
}
main .wrapper section.news #title_list .newsContent {
  display: none;
}
main .wrapper section.news #title_list .newsContent .readMoreBtn {
  display: none;
}
main .wrapper section.news .titlelist {
  width: 100%;
  margin: auto;
}
main .wrapper section.news .titlelist dl {
  width: 95%;
  margin: auto;
  border-bottom: 2px solid #5b5b5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px 6px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news .titlelist dl {
    border-bottom: 1px solid #5b5b5b;
    padding: 6px 5px 4px;
  }
}
main .wrapper section.news .titlelist dl dt {
  font-size: 26px;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news .titlelist dl dt {
    font-size: 20px;
  }
}
main .wrapper section.news .titlelist dl dd {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news .titlelist dl dd {
    font-size: 16px;
  }
}
main .wrapper section.news .titlelist dl dd a {
  text-decoration: none;
  color: #2d41df;
}
main .wrapper section.news .titlelist dl dd a:hover {
  opacity: 0.6;
}
main .wrapper section.news .titlelist dl dd a:visited {
  color: #606cc7;
}
main .wrapper section.news .titlelist a.readMoreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 98%;
  text-decoration: none;
  color: #2d41df;
  margin-top: 8px;
}
main .wrapper section.news .titlelist a.readMoreBtn:hover {
  opacity: 0.6;
}
main .wrapper section.news .titlelist a.readMoreBtn:visited {
  color: #606cc7;
}
main .wrapper section.news .titlelist a.readMoreBtn .moreText {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news .titlelist a.readMoreBtn .moreText {
    font-size: 16px;
  }
}
main .wrapper section.news01 {
  padding: 20px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 {
    margin-bottom: 30px;
    padding: 0;
  }
}
main .wrapper section.news01 .content {
  width: 100%;
}
main .wrapper section.news01 .content h3 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 .content h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
main .wrapper section.news01 .content h3 .fas {
  margin-right: 1%;
}
main .wrapper section.news01 .content p.txt {
  width: 98%;
  margin: auto;
  font-size: 22px;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 .content p.txt {
    font-size: 16px;
  }
}
main .wrapper section.news01 .content p.txt span.bd-bottom {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff7474));
  background: linear-gradient(transparent 80%, #ff7474 80%);
  font-weight: 700;
}
main .wrapper section.news01 .content p.txt .link {
  border-bottom: 2px solid #8585bb;
}
main .wrapper section.news01 .content p.txt .link a {
  text-decoration: none;
  color: #ff2f4e;
}
main .wrapper section.news01 .content p.txt .link a:hover {
  opacity: 0.6;
}
main .wrapper section.news01 .content p.txt .link a:visited {
  opacity: 0.6;
}
main .wrapper section.news01 .content p.txt_01 {
  width: 98%;
  margin: auto;
  font-size: 22px;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 .content p.txt_01 {
    font-size: 16px;
  }
}
main .wrapper section.news01 .content p.txt_01 span.bd-bottom {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff7474));
  background: linear-gradient(transparent 80%, #ff7474 80%);
  font-weight: 700;
}
main .wrapper section.news01 .content p.txt_01 span.red {
  color: #f52443;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 .content p.txt_01.sp {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 .content p.txt_01.sp span.red.sp_txt {
    text-align: left;
    width: 50%;
  }
}
main .wrapper section.news01 .content p.txt_01 span.black {
  color: #010101;
  font-weight: 700;
}
main .wrapper section.news01 .content p.txt_01 .link {
  border-bottom: 2px solid #8585bb;
}
@media screen and (max-width: 767px) {
  main .wrapper section.news01 .content p.txt_01 .link {
    width: 100%;
  }
}
main .wrapper section.news01 .content p.txt_01 .link a {
  text-decoration: none;
  color: #ff2f4e;
}
main .wrapper section.news01 .content p.txt_01 .link a:hover {
  opacity: 0.6;
}
main .wrapper section.news01 .content p.txt_01 .link a:visited {
  opacity: 0.6;
}
main .wrapper section.info {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info {
    margin-bottom: 40px;
  }
}
main .wrapper section.info .content {
  font-size: 22px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content {
    font-size: 16px;
    width: 95%;
    text-align: justify;
  }
}
main .wrapper section.info .content .txt {
  margin-bottom: 40px;
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content .txt {
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
main .wrapper section.info .content.right {
  float: right;
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content.right {
    width: 80%;
    padding: 10px 0;
  }
}
main .wrapper section.info .content.right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content.right dl {
    font-size: 16px;
  }
}
main .wrapper section.info .content.right dl dt {
  width: 10%;
  text-align: right;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content.right dl dt {
    width: 20%;
  }
}
main .wrapper section.info .content.right dl dd {
  width: 90%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content.right dl dd {
    width: 80%;
  }
}
main .wrapper section.info .content.right dl dd.first {
  letter-spacing: 0.8em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.info .content.right dl dd.first {
    letter-spacing: 0.6em;
  }
}
main .wrapper section.info .content.clearfix {
  clear: both;
}
main .wrapper section.doctor {
  width: 80%;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .wrapper section.doctor .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .wrapper section.doctor .content .content-txt {
  width: 30%;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content .content-txt {
    width: 100%;
    margin: auto;
    font-size: 16px;
  }
}
main .wrapper section.doctor .content .content-txt .txt-doctor {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content .content-txt .txt-doctor {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
main .wrapper section.doctor .content .content-txt .txt-doctor span {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content .content-txt .txt-doctor span {
    letter-spacing: 0.2em;
  }
}
main .wrapper section.doctor .content .content-txt.detail {
  width: 70%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content .content-txt.detail {
    width: 100%;
    text-align: center;
  }
}
main .wrapper section.doctor .content .content-txt.detail .txt-ttl {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content .content-txt.detail .txt-ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 4px;
  }
}
main .wrapper section.doctor .content .content-txt.detail .txt {
  margin-left: 8%;
  margin-bottom: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main .wrapper section.doctor .content .content-txt.detail .txt {
    margin-left: 0;
  }
}
main .wrapper section.shinryo {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo {
    margin-bottom: 40px;
  }
}
main .wrapper section.shinryo h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo h3 {
    font-size: 22px;
  }
}
main .wrapper section.shinryo h3 .fas {
  margin-right: 1%;
}
main .wrapper section.shinryo .txt {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .txt {
    font-size: 16px;
  }
}
main .wrapper section.shinryo .txt .Red {
  font-size: 22px;
  margin-bottom: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff7474));
  background: linear-gradient(transparent 80%, #ff7474 80%);
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .txt .Red {
    font-size: 16px;
  }
}
main .wrapper section.shinryo .time-contents {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
main .wrapper section.shinryo .time-contents table {
  border: 2px solid #5b5b5b;
  width: 80%;
  margin: auto;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table {
    width: 100%;
    font-size: 20px;
  }
}
main .wrapper section.shinryo .time-contents table tr.week {
  background: #c3ffcf;
}
main .wrapper section.shinryo .time-contents table tr.week th {
  font-weight: 700;
  font-size: 24px;
  border: 2px solid #5b5b5b;
  width: 5%;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table tr.week th {
    font-size: 20px;
    width: 4%;
    padding: 0 4px;
    vertical-align: middle;
  }
}
main .wrapper section.shinryo .time-contents table tr.week th.first {
  width: 10%;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table tr.week th.first {
    padding: 0 2px;
  }
}
main .wrapper section.shinryo .time-contents table tr {
  background: #fff;
}
main .wrapper section.shinryo .time-contents table tr td {
  border: 2px solid #5b5b5b;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table tr td {
    vertical-align: middle;
  }
}
main .wrapper section.shinryo .time-contents table tr td .fas.fa-slash {
  font-size: 20px;
  font-weight: 900;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table tr td .fas.fa-slash {
    font-size: 16px;
  }
}
main .wrapper section.shinryo .time-contents table tr td.time {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table tr td.time {
    font-size: 20px;
  }
}
main .wrapper section.shinryo .time-contents table tr td.triangle {
  padding: 0;
}
main .wrapper section.shinryo .time-contents table tr td.triangle span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-contents table tr td.triangle span {
    font-size: 26px;
  }
}
main .wrapper section.shinryo .time-about {
  width: 80%;
  border: none;
  background: #e0ffe5;
  padding: 20px 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-about {
    width: 100%;
  }
}
main .wrapper section.shinryo .time-about .txt {
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
main .wrapper section.shinryo .time-about .txt .triangle {
  margin-right: 2%;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-about .txt .triangle {
    font-size: 24px;
  }
}
main .wrapper section.shinryo .time-about .txt .fas {
  font-weight: 900;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 22px;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo .time-about .txt .fas {
    font-size: 16px;
  }
}
main .wrapper section.shinryo.syoshin .content {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.syoshin .content {
    width: 90%;
    text-align: justify;
  }
}
main .wrapper section.shinryo.syoshin .content .ttl {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.syoshin .content .ttl {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
main .wrapper section.shinryo.syoshin .content .txt {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.syoshin .content .txt {
    font-size: 16px;
  }
}
main .wrapper section.shinryo.syoshin .content ol.counter {
  width: 80%;
  padding-left: 10%;
  list-style-type: none;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.syoshin .content ol.counter {
    width: 85%;
    padding-left: 5%;
  }
}
main .wrapper section.shinryo.syoshin .content ol.counter li {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 25px;
}
main .wrapper section.shinryo.syoshin .content ol.counter li:before {
  counter-increment: item;
  content: counter(item) "";
  position: absolute;
  left: -0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 168px;
}
main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(6):before {
  top: -1em;
}
main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(7):before {
  top: -1.5em;
}
main .wrapper section.shinryo.syoshin .content ol.counter li:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0px;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #000;
}
main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(6):after {
  top: -1em;
}
main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(7):after {
  top: -1.5em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.syoshin .content ol.counter li {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 20px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:before {
    left: -7px;
    top: 0;
    bottom: 21px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(3)::before {
    bottom: 50px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(4)::before {
    bottom: 0;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(5)::before {
    bottom: 0;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:last-child:before {
    bottom: 94px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 22px;
    border-radius: 50%;
    margin: auto;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(3):after {
    bottom: 50px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(4):after {
    bottom: 0px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:nth-child(5):after {
    bottom: 0px;
  }
  main .wrapper section.shinryo.syoshin .content ol.counter li:last-child:after {
    bottom: 95px;
  }
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi {
    margin-bottom: 0;
  }
}
main .wrapper section.shinryo.kyushinbi .content {
  width: 90%;
  margin: auto;
}
main .wrapper section.shinryo.kyushinbi .content .txt {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi .content .txt {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
main .wrapper section.shinryo.kyushinbi .content .txt .red {
  color: #f52443;
  font-weight: 700;
  background: none;
}
main .wrapper section.shinryo.kyushinbi .content .txt .blue {
  color: #3b52ff;
  font-weight: 700;
  background: none;
}
main .wrapper section.shinryo.kyushinbi .content .txt .bold {
  font-weight: 700;
}
main .wrapper section.shinryo.kyushinbi .content .txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff7474));
  background: linear-gradient(transparent 80%, #ff7474 80%);
}
main .wrapper section.shinryo.kyushinbi .content .txt.cal {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi .content .txt.cal {
    margin-bottom: 30px;
  }
}
main .wrapper section.shinryo.kyushinbi .content .calendar-ttl {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi .content .calendar-ttl {
    font-size: 26px;
  }
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table {
  margin: auto;
  width: 70%;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi .content .calendar-table {
    font-size: 22px;
    width: 100%;
  }
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table .is-today {
  color: #131313;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi .content .calendar-table .is-today {
    font-size: 22px;
  }
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table .is-blue {
  color: #3b52ff;
  font-weight: 700;
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table .red {
  color: #f52443;
  font-weight: 700;
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table td {
  width: 10%;
  height: 10%;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushinbi .content .calendar-table td {
    width: 8%;
    height: 8%;
    line-height: 2;
  }
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table td:first-child {
  color: #f52443;
  font-weight: 700;
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table td:last-child {
  color: #3b52ff;
  font-weight: 700;
}
main .wrapper section.shinryo.kyushinbi .content .calendar-table td:last-child.red {
  color: #f52443;
  font-weight: 700;
}
main .wrapper section.shinryo.kyushin-news .content {
  width: 90%;
  margin: auto;
}
main .wrapper section.shinryo.kyushin-news .content .txt {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .wrapper section.shinryo.kyushin-news .content .txt {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
main .wrapper section.shinryo.kyushin-news .content .txt span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff7474));
  background: linear-gradient(transparent 80%, #ff7474 80%);
}

@media screen and (max-width: 767px) {
  .sp_br:before {
    content: "\a";
    white-space: pre;
  }
}

.footer {
  width: 100%;
  background: #a8e98c;
  margin: auto;
}
.footer .copyright {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 14px;
    white-space: nowrap;
    padding: 20px 0;
  }
}/*# sourceMappingURL=style.css.map */