@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=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; }

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: 0; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  padding: 0.3rem;
  background: red;
  left: 0;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  max-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 img {
  width: 100%;
  height: auto; }

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%;
  padding: 15px 0;
  background: #fff; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo:hover {
      opacity: 0.6; }
    header .logo img {
      width: 50px; }
    header .logo .name {
      margin-left: 5px; }
      header .logo .name span {
        display: block; }
      header .logo .name .jp {
        font-family: "Zen Maru Gothic";
        font-weight: bold;
        font-size: 2.8rem;
        line-height: 2.8rem; }
      header .logo .name .en {
        margin-top: 5px;
        font-size: 1.15rem;
        line-height: 1.15rem;
        color: #999; }

footer {
  text-align: center;
  border-top: 10px solid #0086ad; }
  footer .navi {
    margin: 20px 0; }
    footer .navi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    footer .navi li {
      margin-right: 20px; }
      footer .navi li:last-of-type {
        margin: 0; }
    footer .navi a {
      font-size: 1.4rem; }
      footer .navi a:hover {
        text-decoration: underline; }
  footer .logo {
    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;
    margin: 10px auto; }
    footer .logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left; }
    footer .logo img {
      height: 26px; }
    footer .logo .name {
      margin-left: 5px; }
      footer .logo .name span {
        display: block; }
      footer .logo .name .jp {
        font-family: "Zen Maru Gothic";
        font-weight: bold;
        font-size: 1.9rem;
        line-height: 1.9rem; }
      footer .logo .name .en {
        margin-top: 3px;
        font-size: 0.78rem;
        line-height: 0.78rem;
        color: #999; }
  footer .profile {
    margin: 20px 0;
    font-size: 1.3rem;
    line-height: 1.8rem; }
  footer .copyright {
    font-size: 0.8rem; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

article {
  max-width: 1000px;
  margin: 0 auto 50px; }

.gnavi {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .gnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gnavi li {
    margin-left: 30px; }
  .gnavi a {
    font-weight: 400;
    font-size: 1.8rem; }
    .gnavi a:hover {
      opacity: 0.6; }

.breadcrumbs {
  margin: 10px 0 50px; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: auto; }
  .breadcrumbs li {
    color: #333;
    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: #333; }
  .breadcrumbs .home a {
    padding-left: 15px;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

#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; }

.main_title {
  padding: 30px 0;
  background: url(../images/common/ttl_bg.png) no-repeat center/cover; }
  .main_title .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main_title .ttl {
    display: inline-block;
    padding: 20px 40px 20px 40px;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4rem;
    background: #fff;
    border-radius: 100px; }
  .main_title .img {
    aspect-ratio: 1 / 1;
    width: 200px;
    border-radius: 50%;
    overflow: hidden; }
    .main_title .img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.btn_link {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/common/icon_arrow_right_orange.svg) no-repeat top 4px left/16px auto; }
  .btn_link:hover {
    opacity: 0.6; }

.intro {
  margin-bottom: 70px; }

.sec {
  margin-bottom: 70px; }

.sec_sub {
  margin: 40px 0; }

.ttl_sec {
  padding: 0 0 10px 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #e8445b;
  color: #e8445b; }

.ttl_sub {
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 2rem;
  font-weight: bold;
  border-left: 10px solid #e8445b; }

table {
  width: 100%; }
  table td, table th {
    padding: 10px; }
  table th {
    font-weight: bold; }
  table.type_1 {
    border: none; }
    table.type_1 thead {
      border-bottom: 2px solid #035e79; }
      table.type_1 thead th {
        color: #035e79;
        text-align: left;
        font-size: 1.8rem; }
    table.type_1 tbody tr {
      border: none;
      border-bottom: 1px solid #ccc; }
    table.type_1 tbody th {
      text-align: left;
      background: #eaeaea; }
    table.type_1 tbody td {
      border: none; }
  table.type_2 {
    border: none; }
    table.type_2 thead {
      border-bottom: 2px solid #035e79; }
      table.type_2 thead th {
        background: #035e79;
        color: #fff;
        font-size: 1.8rem;
        text-align: left; }
    table.type_2 tbody tr {
      border: none;
      border-bottom: 1px solid #ccc; }
    table.type_2 tbody th {
      text-align: left;
      background: #eaeaea; }
    table.type_2 tbody td {
      border: none; }
    table.type_2 .name {
      font-weight: bold; }
    table.type_2 .medicare {
      color: #035e79;
      font-weight: bold; }
    table.type_2 a {
      color: #035e79;
      text-decoration: underline; }
      table.type_2 a:hover {
        opacity: 0.6; }

.indent_list {
  margin-left: 1.4rem; }
  .indent_list li {
    margin-bottom: 10px;
    text-indent: -1.4rem; }
    .indent_list li:last-of-type {
      margin: 0; }

.attention {
  padding: 30px;
  background: #fefea7;
  border-radius: 10px;
  border: 4px solid #e7e71e; }

.emp {
  font-weight: bold;
  color: #cc001d; }

ul.num {
  margin-left: 1.4rem;
  list-style-type: decimal; }
  ul.num > li {
    list-style-type: inherit;
    margin-bottom: 10px; }
    ul.num > li > ul {
      margin-top: 5px;
      margin-left: 1.4rem; }
      ul.num > li > ul > li {
        margin-bottom: 5px; }

body.home .mv {
  margin-bottom: 50px;
  padding: 100px 0 0 0;
  text-align: center;
  background: url(../images/common/ttl_bg.png) no-repeat center/cover; }
  body.home .mv .ttl {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 4rem;
    font-family: "Zen Maru Gothic"; }
body.home .intro {
  margin-bottom: 50px; }
body.home .page_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%; }
body.home .page_links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%; }
body.home .page_links a {
  display: block;
  padding: 5px;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 6px;
  font-weight: bold; }
  body.home .page_links a:hover {
    opacity: 0.6; }
body.home .page_links .tn {
  aspect-ratio: 4 / 3;
  width: 100%; }
  body.home .page_links .tn img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }
body.urgent_care_clinic .urgent_care_clinic_list .name {
  min-width: 12em; }
body.urgent_care_clinic .urgent_care_clinic_list .tel {
  min-width: 6em; }
body.urgent_care_clinic .urgent_care_clinic_list .clinical_departments {
  min-width: 10em; }
body.urgent_care_clinic .urgent_care_clinic_list .sunday {
  min-width: 7em; }
body.urgent_care_clinic .urgent_care_clinic_list .holiday {
  min-width: 7em; }
body.clinic_info .sec_clinic {
  margin-bottom: 20px; }
body.clinic_info .ttl_clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 15px;
  background: #0086ad;
  border-radius: 4px; }
  body.clinic_info .ttl_clinic .ttl {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    cursor: pointer; }
    body.clinic_info .ttl_clinic .ttl:hover {
      opacity: 0.6; }
    body.clinic_info .ttl_clinic .ttl::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      aspect-ratio: 1 / 1;
      width: 24px;
      background: #fff url(../images/common/icon_arrow_pink_right.svg) no-repeat center/contain;
      border-radius: 50%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    body.clinic_info .ttl_clinic .ttl.on::before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
body.clinic_info .sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.clinic_info .sort a {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    border-radius: 50px;
    background: #fff;
    color: #999; }
    body.clinic_info .sort a:hover, body.clinic_info .sort a.on {
      background: #e8445b;
      color: #fff; }
body.clinic_info .clinic_list {
  display: none;
  margin-top: 20px; }
  body.clinic_info .clinic_list.on {
    display: block; }
  body.clinic_info .clinic_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc; }
    body.clinic_info .clinic_list > li:last-of-type {
      margin: 0; }
  body.clinic_info .clinic_list .name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-right: 15px;
    font-weight: bold; }
  body.clinic_info .clinic_list .profile {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
    body.clinic_info .clinic_list .profile > li {
      padding: 15px 0;
      border-bottom: 1px solid #ccc; }
      body.clinic_info .clinic_list .profile > li:first-of-type {
        padding-top: 0; }
      body.clinic_info .clinic_list .profile > li:last-of-type {
        border: none; }
  body.clinic_info .clinic_list .link a {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/common/icon_arrow_right_orange.svg) no-repeat top 3px left/16px auto;
    font-weight: bold;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    body.clinic_info .clinic_list .link a:hover {
      opacity: 0.6; }
body.clinic_info .sec_clinic .ttl_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.clinic_info .sec_clinic .ttl_sec .sort a {
    background: #0086ad;
    color: #fff; }
    body.clinic_info .sec_clinic .ttl_sec .sort a:hover, body.clinic_info .sec_clinic .ttl_sec .sort a.on {
      background: #e8445b;
      color: #fff; }
body.map .disp_no {
  display: none !important; }
body.map .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.map .wrap .area_map {
    width: 70%;
    text-align: center; }
  body.map .wrap .area_menu {
    width: 30%; }
    body.map .wrap .area_menu li {
      margin-bottom: 10px; }
body.map .clinic_map {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 20px; }
body.map .map_clinic_list .name {
  min-width: 10em; }
body.map .map_clinic_list .tel {
  min-width: 7em; }
body.map .map_clinic_list .link {
  min-width: 7em; }
body.activity li a {
  text-decoration: underline; }
  body.activity li a:hover {
    opacity: 0.6; }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  html {
    font-size: 8px; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  #env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  header {
    height: 35px;
    background: #fff;
    padding: 5px; }
    header .wrap {
      height: 35px; }
    header.on .inner {
      padding: 5px; }
    header .logo img {
      width: 25px; }
    header .logo .name {
      margin-left: 5px; }
      header .logo .name span {
        display: block; }
      header .logo .name .jp {
        font-size: 2rem;
        line-height: 2rem; }
      header .logo .name .en {
        margin-top: 3px;
        font-size: 0.83rem;
        line-height: 0.83rem; }

  footer .footer_navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .footer_navi li {
    width: 48%;
    margin: 0 0 10px 0;
    padding: 0;
    border: none; }
    footer .footer_navi li:last-of-type {
      margin: 0;
      padding: 0; }
  footer .notice {
    width: 90%;
    margin: auto; }

  article {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto; }
    article > .title_wrap {
      padding: 30px 0;
      margin: auto; }
    article > section > .inner {
      margin-left: auto;
      margin-right: auto; }

  .breadcrumbs {
    width: 100%;
    margin: 10px 0 30px;
    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; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 7px;
    background: #e8445b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      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; }
      .btn_menu.open span {
        background: #e8445b; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
                transform: rotate(-45deg) translateY(5px) translateX(-5px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
                transform: rotate(45deg) translateY(-5px) translateX(-5px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #e8445b; }

  .gnavi {
    display: none;
    position: fixed;
    left: 0;
    top: 35px;
    width: 100%;
    background: #fff; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 90%;
      margin: 10px auto; }
    .gnavi li {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin: 0;
      padding: 10px 0px; }
      .gnavi li a {
        display: block;
        width: 100%;
        height: 100%; }
        .gnavi li a span {
          border: 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; } }
  .main_title .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .main_title .ttl {
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
    max-width: 90%;
    font-size: 3rem; }

  .intro {
    margin-bottom: 30px; }

  body.home .mv {
    padding-top: 5vw;
    margin-bottom: 30px; }
    body.home .mv .ttl {
      font-size: 5vw; }
    body.home .mv img {
      width: 80%; }
  body.home .intro {
    margin-bottom: 30px; }
  body.home .page_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.home .page_links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3%; }
  body.map .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.map .wrap .area_map {
      margin-bottom: 20px;
      width: 100%; }
      body.map .wrap .area_map img {
        width: 100%; }
    body.map .wrap .area_menu {
      width: 100%; }
      body.map .wrap .area_menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
      body.map .wrap .area_menu li {
        width: 100%;
        margin-bottom: 5px;
        line-height: 2.8rem; }
  body.map .clinic_map {
    aspect-ratio: 1 / 1; } }

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