@charset "UTF-8";
/*-----------------------------*/
/*サイト CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
@import "https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    opacity: 0.6; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  margin-left: -50px;
  padding: 0.3rem;
  background: red;
  left: 50%;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 1000px;
  margin: auto; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img_box {
  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; }
  .img_box img {
    max-height: 100%;
    max-width: 100%; }

.img img {
  width: 100%; }

.inner {
  width: 100%; }

.breadcrumbs {
  width: 100%;
  height: 30px; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 3px 8px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .breadcrumbs li {
    color: #000;
    font-size: 1rem;
    font-weight: 200; }
    .breadcrumbs li::after {
      content: "＞";
      display: inline-block;
      margin: 0 7px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
    .breadcrumbs li a {
      color: #000; }
  .breadcrumbs .home a {
    padding-left: 15px;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .pagination li {
    margin: 0 2px;
    min-width: 3rem;
    text-align: center;
    background: #ddd; }
    .pagination li:empty {
      display: none; }
    .pagination li > a, .pagination li div {
      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;
      aspect-ratio: 1 / 1;
      width: 30px;
      font-size: 1.2rem; }
    .pagination li:not(.spacer):hover {
      background: #f36060; }
      .pagination li:not(.spacer):hover a, .pagination li:not(.spacer):hover div {
        opacity: 1;
        color: #fff; }
    .pagination li.current {
      background: #f36060; }
      .pagination li.current div {
        color: #fff; }
    .pagination li.spacer {
      background: #f7f7f7; }
    .pagination li.prev a {
      background: url(../images/common/icon_arrow_prev.svg) no-repeat center/25% auto; }
    .pagination li.prev:hover a {
      background: url(../images/common/icon_arrow_prev_w.svg) no-repeat center/25% auto; }
    .pagination li.next a {
      background: url(../images/common/icon_arrow_next.svg) no-repeat center/25% auto; }
    .pagination li.next:hover a {
      background: url(../images/common/icon_arrow_next_w.svg) no-repeat center/25% auto; }

.btn_wrap {
  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;
  margin: 30px auto; }

.link_wrap {
  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;
  margin-top: 15px; }

.btn_link {
  padding: 10px 15px;
  border-radius: 100px;
  color: #fff;
  background: #eb7c7c; }

.sec {
  margin-bottom: 70px; }

.sec_sub {
  margin-top: 30px; }

.sec_intro {
  margin-bottom: 70px; }
  .sec_intro .lede {
    font-size: 1.8rem; }
  .sec_intro p:not(.catchphrase) {
    line-height: 3rem; }

.catchphrase {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "Noto Serif JP"; }

.main_title {
  position: relative;
  height: 200px;
  margin-top: 30px; }
  .main_title .img {
    width: 100%;
    height: 100%; }
    .main_title .img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .main_title .ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "Kiwi Maru";
    color: #eb7c7c;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; }

.ttl_sec {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: "Kiwi Maru";
  color: #eb7c7c; }

.ttl_sub {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-family: "Kiwi Maru";
  color: #eb7c7c;
  border-left: 10px solid #eb7c7c; }

.news_list li {
  border-bottom: 1px dotted #ccc; }
  .news_list li > a, .news_list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0; }
  .news_list li > a .txt {
    text-decoration: underline; }
  .news_list li .date {
    margin: 0;
    width: 100px; }
  .news_list li .txt {
    margin: 0;
    width: calc(100% - 100px); }
  .news_list li.important .txt {
    color: #e41717;
    font-weight: bold; }

.clinic_hours {
  width: 100%; }
  .clinic_hours th, .clinic_hours td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
  .clinic_hours th {
    background: #fff1e2;
    font-weight: bold; }
  .clinic_hours .closed {
    color: #cd1212;
    font-weight: bold; }

.link_list li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc; }
  .link_list li.pdf a {
    padding-left: 20px;
    background: url(../images/common/icon_pdf.svg) no-repeat center left/18px auto; }
.link_list a {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/common/icon_link.svg) no-repeat center left/18px auto; }

.check_list {
  padding: 30px;
  background: #f9f6f1;
  border-radius: 10px; }
  .check_list li {
    padding: 20px 20px 20px 30px;
    background: url(../images/common/icon_check.svg) no-repeat center left/18px auto;
    border-bottom: 1px dotted #999; }

.access_map {
  aspect-ratio: 16 / 9;
  width: 100%;
  border: none; }

.faq_list li {
  padding: 20px 0 20px 0;
  border-bottom: 1px dotted #ccc; }
.faq_list .q, .faq_list .a {
  position: relative;
  padding-left: 50px; }
  .faq_list .q::before, .faq_list .a::before {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 30px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    font-family: "Kiwi Maru"; }
.faq_list .q {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Kiwi Maru";
  color: #f26060;
  cursor: pointer; }
  .faq_list .q::before {
    content: "Q";
    background: #f26060; }
  .faq_list .q:hover {
    opacity: 0.6; }
.faq_list .a {
  display: none;
  margin-top: 15px; }
  .faq_list .a::before {
    content: "A";
    background: #11add0; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px;
    height: 100%;
    background: url(../images/common/flower_a.svg) no-repeat left 10px bottom 0/auto 90%, url(../images/common/flower_c.svg) no-repeat right 10px top 0/auto 90%;
    background-color: #fffcfc; }
  header .logo {
    display: block;
    width: 300px; }
    header .logo img {
      width: 100%; }

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .gnavi .main_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gnavi .main_menu li {
    margin-left: 20px; }
  .gnavi .main_menu a {
    font-family: "Zen Maru Gothic";
    color: #f94d82;
    font-size: 1.8rem;
    font-weight: 600; }
  .gnavi .sub_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px; }
    .gnavi .sub_menu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 20px; }
      .gnavi .sub_menu a img {
        height: 26px; }
      .gnavi .sub_menu a span {
        display: inline-block;
        margin-left: 5px;
        color: #f94d82;
        font-weight: bold;
        font-family: "Kiwi Maru"; }
    .gnavi .sub_menu .tel_link span {
      font-size: 2rem; }

footer .footer_inner {
  padding: 20px 0;
  background: #ffafaf; }
footer .footer_navi {
  margin: auto; }
  footer .footer_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer .footer_navi li {
    margin: 0 25px 0 0; }
    footer .footer_navi li:last-of-type {
      margin-bottom: 0; }
  footer .footer_navi a {
    font-size: 1.4rem; }
footer .copyright {
  padding: 10px;
  background: #ebe3e3;
  text-align: center;
  font-size: 1.2rem; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: 90px; }

article {
  width: 1000px;
  margin: auto;
  padding: 50px 0; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

body.home .mv {
  position: relative;
  width: 100%; }
  body.home .mv .img {
    width: 100%;
    aspect-ratio: 10 / 3; }
    body.home .mv .img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  body.home .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.home .mv .logo {
    width: 25%;
    margin-bottom: 1.5vw; }
    body.home .mv .logo img {
      width: 100%; }
  body.home .mv .catchphrase {
    font-family: "Noto Serif JP";
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 2.4vw;
    line-height: 3.4vw;
    font-weight: bold;
    color: #896363; }
body.home .sec_important_news {
  padding: 20px;
  border: 4px solid #e41717;
  border-radius: 20px; }
  body.home .sec_important_news .ttl_sec {
    color: #e41717; }
  body.home .sec_important_news .news_list .txt {
    color: #e41717;
    font-weight: bold; }
body.home .sec_notice {
  padding: 20px;
  background: #ffe8e8;
  border-radius: 20px;
  text-align: center; }
  body.home .sec_notice strong {
    display: inline-block;
    margin: 10px 0;
    font-size: 1.8rem; }
body.home .sec_clinic_hours p {
  color: #cd1212; }
body.home .sec_contents_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%; }
body.home .sec_contents_links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%; }
body.home .sec_contents_links a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  body.home .sec_contents_links a:hover {
    opacity: 1; }
    body.home .sec_contents_links a:hover .tn img {
      width: 110%;
      height: 110%; }
  body.home .sec_contents_links a .tn {
    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;
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(60%);
            filter: saturate(60%); }
    body.home .sec_contents_links a .tn img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  body.home .sec_contents_links a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic";
    color: #4b0e0e;
    font-weight: 600; }
body.home .sec_access .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%; }
body.home .sec_access .map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  body.home .sec_access .map img {
    width: 100%; }
body.home .sec_access .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%; }
body.detail .ttl_detail {
  text-align: center;
  margin: 50px 0; }
  body.detail .ttl_detail .ttl {
    font-size: 2.8rem;
    font-weight: bold; }
  body.detail .ttl_detail .date {
    margin-top: 15px; }
body.detail .detail_contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
body.detail .detail_contents .main_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.8rem; }
body.detail .detail_contents .main_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 5%; }
  body.detail .detail_contents .main_img img {
    width: 100%; }
body.detail .link_list {
  margin-top: 50px; }
body.introduction .sec_hospital .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%; }
  body.introduction .sec_hospital .wrap .txt {
    width: 50%; }
  body.introduction .sec_hospital .wrap .img {
    width: 30%; }
body.introduction .sec_greeting .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%; }
  body.introduction .sec_greeting .wrap .txt {
    width: 50%; }
    body.introduction .sec_greeting .wrap .txt p:not([class]) {
      line-height: 3rem; }
  body.introduction .sec_greeting .wrap .img {
    width: 30%; }
body.faq .sec_intro .tel {
  font-size: 1.8rem;
  font-weight: bold; }
body.access .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%; }
  body.access .wrap .txt {
    width: 50%; }
  body.access .wrap .img {
    width: 40%; }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*PC用 CSS*/
/*----------------------------*/
@media only screen and (min-width: 1000px) {
  .btn_menu_wrap {
    display: none; }

  a.tel,
  .tel_link {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .sec {
    margin-bottom: 50px; }

  .sec_sub {
    margin-top: 20px; }

  .sec_intro {
    margin-bottom: 50px; }

  .news_list li > a, .news_list li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .news_list li .date {
    margin: 0 0 10px 0;
    width: 100%; }
  .news_list li .txt {
    margin: 0;
    width: 100%; }

  .access_map {
    aspect-ratio: 3 / 4; }

  header {
    position: static;
    height: 50px;
    -webkit-box-shadow: unset;
            box-shadow: unset; }
    header .header_inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header_inner img {
        width: auto;
        height: 100%; }
    header .logo {
      width: auto;
      height: 30px; }

  footer .footer_navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  footer .footer_navi li {
    margin: 0 0 10px 0; }
  footer .footer_navi a {
    display: block;
    text-align: center; }
  footer .copyright {
    padding: 10px 10px 60px 10px; }

  main {
    margin: 0px; }

  article {
    width: calc(100% - 30px);
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto; }

  #pagetop {
    bottom: 60px; }

  #menu_bg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.4); }

  .btn_menu_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .btn_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1 / 1;
    width: 30px;
    background: #ff3957;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 50%;
      height: 2px;
      margin: 2px auto;
      border-radius: 10px;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .btn_menu.open {
      background-color: #fff;
      border: 1px solid #ff3957; }
      .btn_menu.open span {
        background: #ff3957; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(4.2px) translateX(-4.2px);
                transform: rotate(-45deg) translateY(4.2px) translateX(-4.2px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-4.2px) translateX(-4.2px);
                transform: rotate(45deg) translateY(-4.2px) translateX(-4.2px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #f94d82; }

  .gnavi {
    margin: 0; }
    .gnavi .main_menu {
      position: fixed;
      z-index: 50;
      top: 0;
      right: -60%;
      width: 60%;
      height: 100%;
      margin: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .gnavi .main_menu.on {
        right: 0; }
      .gnavi .main_menu ul {
        position: absolute;
        bottom: 50px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 100%;
        height: 100%;
        background: #fff; }
      .gnavi .main_menu li {
        margin: 0;
        padding: 10px;
        margin: 0 0 10px; }
    .gnavi .sub_menu {
      position: fixed;
      z-index: 100;
      left: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 50px;
      margin: 0;
      padding: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .gnavi .sub_menu a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0; }
        .gnavi .sub_menu a img {
          aspect-ratio: 1 / 1;
          height: 30px; }
        .gnavi .sub_menu a span {
          display: none; }

  .breadcrumbs {
    width: 100%;
    margin-top: 0px;
    overflow: scroll;
    background: #fff; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: auto; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .breadcrumbs .home {
      padding-left: 5px; }

  .pagination li:not([class]) {
    display: none; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
              animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }

  @keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }
  body.home .mv .img {
    aspect-ratio: 4 / 3; }
  body.home .mv .logo {
    width: 50%; }
  body.home .mv .catchphrase {
    font-size: 4vw;
    line-height: 6vw; }
  body.home .sec_contents_links ul {
    gap: 4%; }
  body.home .sec_contents_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 48%;
            flex: 0 48%;
    margin-bottom: 4%; }
  body.home .sec_access .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.home .sec_access .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5%; }
  body.home .sec_access .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  body.detail .detail_contents .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.detail .detail_contents .main_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  body.detail .detail_contents .main_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 15px 0; }
  body.introduction .sec_hospital .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.introduction .sec_hospital .wrap .txt {
      width: 100%; }
    body.introduction .sec_hospital .wrap .img {
      margin-top: 15px;
      width: 100%; }
  body.introduction .sec_greeting .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.introduction .sec_greeting .wrap .txt {
      width: 100%; }
    body.introduction .sec_greeting .wrap .img {
      margin-top: 15px;
      width: 100%; }
  body.access .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.access .wrap .txt {
      width: 100%; }
    body.access .wrap .img {
      margin-top: 15px;
      width: 100%; } }

/*# sourceMappingURL=style.css.map */