/* CSS Document */
/* line 9, style.scss */
.mainb {
  max-width: 1300px;
  margin: 0 auto; }

@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 14, style.scss */
  .map_wrap {
    padding: 5px; } }
@media screen and (max-width: 350px) {
  /* line 14, style.scss */
  .map_wrap {
    padding: 5px; } }

/* line 30, style.scss */
.clinicinfo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 30, style.scss */
    .clinicinfo {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 30, style.scss */
    .clinicinfo {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 30, style.scss */
    .clinicinfo {
      display: block; } }

/* line 50, style.scss */
.clinicinfo_img {
  width: 50%; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 50, style.scss */
    .clinicinfo_img {
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 50, style.scss */
    .clinicinfo_img {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 50, style.scss */
    .clinicinfo_img {
      width: 100%; } }

/* line 62, style.scss */
.clinicinfo_info {
  width: 50%;
  padding-right: 30px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 62, style.scss */
    .clinicinfo_info {
      width: fit-content;
      margin: 20px auto 0;
      padding-right: 0px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 62, style.scss */
    .clinicinfo_info {
      width: fit-content;
      margin: 20px auto 0;
      padding-right: 0px; } }
  @media screen and (max-width: 350px) {
    /* line 62, style.scss */
    .clinicinfo_info {
      width: fit-content;
      margin: 20px auto 0;
      padding-right: 0px; } }

/* line 82, style.scss */
.clinicinfo_info_logo {
  max-width: 450px; }

/* line 85, style.scss */
.clinicinfo_info_data {
  margin: 20px 0 0 0; }
  /* line 88, style.scss */
  .clinicinfo_info_data dl {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content; }
    /* line 93, style.scss */
    .clinicinfo_info_data dl dt {
      padding: 5px 0 5px 0;
      white-space: nowrap; }
    /* line 98, style.scss */
    .clinicinfo_info_data dl dd {
      padding: 5px 0 5px 30px; }

/* line 104, style.scss */
.map {
  max-width: 914px;
  margin: 0 auto; }

/* line 110, style.scss */
.parking_box {
  display: flex;
  justify-content: space-between; }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 110, style.scss */
    .parking_box {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 110, style.scss */
    .parking_box {
      display: block; } }

/* line 129, style.scss */
.parking_box_img {
  width: calc(50% - 20px); }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 129, style.scss */
    .parking_box_img {
      width: calc(50% - 10px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 129, style.scss */
    .parking_box_img {
      width: calc(50% - 10px); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 129, style.scss */
    .parking_box_img {
      width: calc(50% - 10px); } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 129, style.scss */
    .parking_box_img {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 129, style.scss */
    .parking_box_img {
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 147, style.scss */
    .parking_box_img + .parking_box_img {
      margin-top: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 147, style.scss */
    .parking_box_img + .parking_box_img {
      margin-top: 20px; } }

/* line 162, style.scss */
.parking_box_img_txt {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 0 0; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 162, style.scss */
    .parking_box_img_txt {
      font-size: 20px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 162, style.scss */
    .parking_box_img_txt {
      font-size: 18px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 162, style.scss */
    .parking_box_img_txt {
      font-size: 17px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 162, style.scss */
    .parking_box_img_txt {
      font-size: 17px; } }
  @media screen and (max-width: 350px) {
    /* line 162, style.scss */
    .parking_box_img_txt {
      font-size: 17px; } }

/* line 184, style.scss */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 184, style.scss */
    .gmap {
      padding-top: 75%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 184, style.scss */
    .gmap {
      padding-top: 75%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 184, style.scss */
    .gmap {
      padding-top: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 184, style.scss */
    .gmap {
      padding-top: 100%; } }
  /* line 204, style.scss */
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 213, style.scss */
.gmap_link {
  margin: 40px 0 0; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 213, style.scss */
    .gmap_link {
      margin: 30px 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 213, style.scss */
    .gmap_link {
      margin: 30px 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 213, style.scss */
    .gmap_link {
      margin: 30px 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 213, style.scss */
    .gmap_link {
      margin: 30px 0 0; } }

/* line 232, style.scss */
.gmap_linkb a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 70px;
  font-size: 20px;
  font-size: 2.0rem;
  margin: auto;
  line-height: 1.3; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 232, style.scss */
    .gmap_linkb a {
      width: 280px;
      height: 60px;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 232, style.scss */
    .gmap_linkb a {
      width: 340px;
      height: 60px;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 232, style.scss */
    .gmap_linkb a {
      width: 280px;
      height: 60px;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 350px) {
    /* line 232, style.scss */
    .gmap_linkb a {
      width: 220px;
      height: 60px;
      font-size: 18px;
      font-size: 1.8rem; } }
  /* line 269, style.scss */
  .gmap_linkb a:before {
    display: block;
    content: '';
    width: 40px;
    height: 26px;
    position: relative;
    margin-left: 10px;
    background-image: url("../images/mapicon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 350px) {
      /* line 269, style.scss */
      .gmap_linkb a:before {
        width: 34px;
        height: 22px; } }
  /* line 293, style.scss */
  .gmap_linkb a:after {
    display: block;
    content: '';
    width: 43px;
    height: 13px;
    position: relative;
    margin-left: 10px; }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 293, style.scss */
      .gmap_linkb a:after {
        width: 34px;
        height: 10px; } }

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