@charset "UTF-8";
/* --- (2025-03-29 update) --- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* --- normalize --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --- reset+ --- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

/*  */
body {
  color: #333;
  background: #fff;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: baseline;
  background: transparent;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.xxxxxxxxx::before {
  font-family: "Font Awesome 6 Free";
  content: "\f24e";
  font-weight: 900;
  padding-right: 3px;
}

.set_width {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

table {
  width: 100%;
}

header {
  height: 100px;
  padding: 0 35px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 559px) {
  header {
    padding: 0 15px;
  }
}
header .logo {
  width: 324px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    width: calc(100% - 40px - 25px);
    max-width: 300px;
  }
}
@media screen and (max-width: 559px) {
  header .logo {
    max-width: 280px;
  }
}
header .logo img {
  width: 100%;
}
header ul.p_navi {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header ul.p_navi li {
  margin: 0 1em;
}
header ul.p_navi li a {
  font-size: 1.125em;
  font-weight: bold;
  color: #333;
}
header .tel_number {
  margin-left: 1.25em;
  margin-right: 20px;
  width: 266px;
}
header .tel_number img {
  width: 100%;
}
header .rsp_nav {
  margin-left: auto;
  z-index: 9999;
}
header .rsp_nav button.openbtn {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/bars-solid.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header .rsp_nav button.openbtn.active {
  background-image: url(../images/icon/close.svg);
}
@media screen and (max-width: 559px) {
  header .rsp_nav button.openbtn {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  header .rsp_nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header ul.p_navi,
  header .tel_number {
    display: none;
  }
}

footer .f_navi {
  padding: 70px 0 60px;
  background: rgba(52, 179, 52, 0.15);
}
footer .f_navi img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .f_navi {
    padding: 50px 0;
  }
}
@media screen and (max-width: 559px) {
  footer .f_navi {
    padding: 40px 0;
  }
}
footer .f_navi .f_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f_navi .f_wrap .clinic_data,
footer .f_navi .f_wrap .clinic_schedule {
  width: calc((100% - 60px) / 2);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  footer .f_navi .f_wrap .clinic_data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .f_navi .f_wrap .clinic_schedule {
    width: 70%;
    max-width: 520px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 949px) {
  footer .f_navi .f_wrap .clinic_schedule {
    width: 60%;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .f_navi .f_wrap {
    display: block;
  }
  footer .f_navi .f_wrap .clinic_data,
  footer .f_navi .f_wrap .clinic_schedule {
    width: 100%;
  }
}
footer .f_navi .f_wrap .clinic_data .logo {
  width: 90%;
  max-width: 410px;
}
footer .f_navi .f_wrap .clinic_data p.address {
  margin: 1.5em 0 1.25em;
  font-size: 1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f_navi .f_wrap .clinic_data p.address span {
  margin-right: 0.5em;
}
footer .f_navi .f_wrap .clinic_data .tel_number {
  width: 80%;
  max-width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 859px) {
  footer .f_navi .f_wrap .clinic_data p.address {
    margin: 1.25em 0;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  footer .f_navi .f_wrap .clinic_data {
    margin-bottom: 2em;
  }
  footer .f_navi .f_wrap .clinic_data .logo,
  footer .f_navi .f_wrap .clinic_data .tel_number {
    margin: 0 auto;
  }
  footer .f_navi .f_wrap .clinic_data .logo {
    max-width: 360px;
  }
  footer .f_navi .f_wrap .clinic_data p.address {
    margin: 1em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .f_navi .f_wrap .clinic_data .tel_number {
    width: 70%;
    max-width: 280px;
  }
}
footer .f_navi .f_wrap .clinic_schedule .white_area {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  footer .f_navi .f_wrap .clinic_schedule .white_area {
    padding: 12px 15px 15px;
  }
}
@media screen and (max-width: 499px) {
  footer .f_navi .f_wrap .clinic_schedule .white_area {
    border-radius: 6px;
    padding: 5px 10px 10px;
  }
}
footer .f_navi .f_wrap .clinic_schedule .white_area img {
  width: 100%;
}
footer .f_navi .f_wrap .clinic_schedule .white_area p.closed {
  font-size: 0.8125em;
  margin-top: 1em;
  margin-left: 1.25em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  footer .f_navi .f_wrap .clinic_schedule .white_area p.closed {
    text-align: center;
    margin-left: 0;
  }
}
footer .f_navi .f_wrap .clinic_schedule .white_area .msg_202504 {
  margin-top: 1em;
  font-size: 0.875em;
  margin-left: 1em;
  color: red;
}
@media screen and (max-width: 559px) {
  footer .f_navi .f_wrap .clinic_schedule .white_area .msg_202504 {
    font-size: 0.8125em;
  }
}
footer .f_navi .f_wrap .clinic_schedule .white_area .msg_202504 a {
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
footer .f_navi .f_wrap .clinic_schedule .white_area .ks {
  font-size: 0.875em;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #34b334;
}
footer .f_navi .f_wrap .clinic_schedule .white_area .ks h3 {
  margin-left: 10px;
  border-radius: 8px 8px 0 0;
  background: #34b334;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
}
@media screen and (max-width: 399px) {
  footer .f_navi .f_wrap .clinic_schedule .white_area .ks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .f_navi .f_wrap .clinic_schedule .white_area .ks h3 {
    margin-left: 0;
    font-size: 0.875em;
  }
}
footer .f_navi ul.p_navi {
  margin-top: 60px;
  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;
}
footer .f_navi ul.p_navi li {
  margin: 0 1em;
}
footer .f_navi ul.p_navi li a {
  font-size: 1.125em;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  footer .f_navi ul.p_navi {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 399px) {
  footer .f_navi ul.p_navi {
    margin-top: 20px;
  }
  footer .f_navi ul.p_navi li {
    margin: 0 0.75em;
  }
  footer .f_navi ul.p_navi li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 349px) {
  footer .f_navi ul.p_navi li {
    margin: 0 0.675em;
  }
  footer .f_navi ul.p_navi li a {
    font-size: 0.9125em;
  }
}
footer .credit {
  height: 100px;
  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;
  background: #34b334;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .credit {
    height: 70px;
  }
}
footer .credit p {
  font-size: 0.875em;
}

button.topBtn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon/angle-up-solid-white.svg);
}
@media screen and (max-width: 1024px) {
  button.topBtn {
    width: 52px;
    height: 52px;
  }
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #34b334;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  #g-nav .layout_area {
    padding-top: 90px;
  }
}
#g-nav .layout_area .ins {
  padding: 0 15px 15px;
}
#g-nav ul.p_navi {
  display: none;
}
#g-nav.panelactive ul.p_navi {
  display: block;
}
#g-nav ul.p_navi {
  padding: 0 1em;
  margin: 15px auto;
  width: 100%;
  max-width: 300px;
}
#g-nav ul.p_navi li {
  font-size: 1.25em;
  margin-bottom: 25px;
}
#g-nav ul.p_navi li a {
  text-align: center;
  color: #fff;
  display: block;
  padding: 1.125em 0;
  border: 1px solid white;
  border-radius: 100vmax;
  background-size: 6px;
  background-image: url("../images/icon/angle-right-solid.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
}

/*  */
@media screen and (min-width: 560px) {
  .toppage_title_area {
    margin: 0 30px;
    width: calc(100% - 60px);
    height: 520px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 560px) and (max-width: 1199px) {
  .toppage_title_area {
    height: 480px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1020px) {
  .toppage_title_area {
    height: calc((100vw - 60px) / 2);
    max-height: 480px;
  }
}
@media screen and (min-width: 560px) and (min-width: 1660px) {
  .toppage_title_area {
    width: 1600px;
    margin: 0 auto;
    height: 620px;
  }
}
@media screen and (min-width: 560px) and (max-width: 1199px) {
  .toppage_title_area {
    border-radius: 15px;
  }
}
@media screen and (min-width: 560px) {
  .toppage_title_area .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: bgAnime 18s infinite;
            animation: bgAnime 18s infinite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .toppage_title_area .src1 {
    background-image: url("../images/toppage_title_background_img01.jpg");
  }
  .toppage_title_area .src2 {
    background-image: url("../images/toppage_title_background_img21.jpg");
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  .toppage_title_area .src3 {
    background-image: url("../images/toppage_title_background_img02.jpg");
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  @-webkit-keyframes bgAnime {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    63% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes bgAnime {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    63% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .toppage_title_area .title_area {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
  }
  .toppage_title_area h1 {
    margin-right: 3%;
    width: 50%;
    max-width: 436px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (min-width: 560px) and (max-width: 1199px) {
  .toppage_title_area h1 {
    width: 38%;
    max-width: 400px;
  }
}
@media screen and (min-width: 560px) and (min-width: 1493px) {
  .toppage_title_area h1 {
    margin-right: 5%;
    width: 30%;
    max-width: none;
  }
}
@media screen and (min-width: 560px) {
  .toppage_title_area h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .toppage_title_area {
    width: calc(100% - 15px - 15px);
    margin: 0 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .toppage_title_area .bg_area {
    width: 100%;
    max-height: none;
    height: calc((100vw - 15px - 15px) * 0.875);
    position: relative;
  }
  .toppage_title_area .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: bgAnime 18s infinite;
            animation: bgAnime 18s infinite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .toppage_title_area .src1 {
    background-image: url("../images/toppage_title_background_img01_smp.jpg");
  }
  .toppage_title_area .src2 {
    background-image: url("../images/toppage_title_background_img21_smp.jpg");
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  .toppage_title_area .src3 {
    background-image: url("../images/toppage_title_background_img02_smp.jpg");
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
  }
  @-webkit-keyframes bgAnime {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    63% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes bgAnime {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    63% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .toppage_title_area .title_area h1 {
    border-radius: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  .toppage_title_area .title_area h1 img {
    width: 100%;
  }
}

.toppage_headline {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .toppage_headline {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .toppage_headline {
    margin-top: 25px;
  }
}
@media screen and (max-width: 559px) {
  .toppage_headline {
    margin-bottom: 25px;
  }
}
.toppage_headline .notice {
  background: #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.toppage_headline .notice .exclamation {
  width: 36px;
  margin-right: 8px;
}
.toppage_headline .notice .exclamation img {
  width: 100%;
}
.toppage_headline .notice p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.toppage_headline .notice p span {
  display: block;
}
@media screen and (max-width: 1199px) {
  .toppage_headline .notice {
    padding: 8px 15px;
  }
  .toppage_headline .notice .exclamation {
    width: 18px;
    margin-right: 4px;
  }
  .toppage_headline .notice p {
    font-size: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 560px) and (max-width: 899px) {
  .toppage_headline .notice {
    padding: 5px 15px;
  }
  .toppage_headline .notice p {
    font-size: 1em;
  }
}
@media screen and (max-width: 559px) {
  .toppage_headline .notice {
    padding: 6px 10px;
  }
  .toppage_headline .notice p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 349px) {
  .toppage_headline .notice {
    padding: 4px 8px;
  }
  .toppage_headline .notice .exclamation {
    width: 16px;
  }
  .toppage_headline .notice p {
    font-size: 1em;
  }
}
.toppage_headline ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 22px;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toppage_headline ul li {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.75;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toppage_headline ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 1199px) {
  .toppage_headline ul {
    padding: 10px 15px;
  }
  .toppage_headline ul li {
    font-size: 1em;
    line-height: 1.675;
  }
  .toppage_headline ul li:before {
    width: 1em;
    height: 1em;
  }
}
@media screen and (min-width: 560px) and (max-width: 899px) {
  .toppage_headline ul li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 559px) {
  .toppage_headline ul {
    padding: 8px 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
  .toppage_headline ul li {
    font-size: 1em;
    margin-right: 0;
  }
}
@media screen and (max-width: 399px) {
  .toppage_headline ul li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 349px) {
  .toppage_headline ul {
    padding: 6px 8px;
  }
  .toppage_headline ul li {
    font-size: 0.8125em;
  }
}

.main_wrap {
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .main_wrap {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .main_wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 559px) {
  .main_wrap {
    padding: 35px 0 70px;
  }
}
.main_wrap p {
  line-height: 1.75;
}

.toppage_item_title {
  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-bottom: 40px;
}
.toppage_item_title span {
  display: block;
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background: #34b334;
}
.toppage_item_title h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 0 12px;
}
@media screen and (max-width: 1199px) {
  .toppage_item_title {
    margin-bottom: 30px;
  }
  .toppage_item_title span {
    width: 24px;
  }
  .toppage_item_title h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 559px) {
  .toppage_item_title {
    margin-bottom: 25px;
  }
  .toppage_item_title span {
    width: 18px;
    height: 4px;
    border-radius: 2px;
  }
  .toppage_item_title h2 {
    font-size: 1.5em;
  }
}

.toppage_news {
  margin-bottom: 125px;
}
@media screen and (max-width: 1199px) {
  .toppage_news {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 559px) {
  .toppage_news {
    margin-bottom: 55px;
  }
}
.toppage_news h3 {
  color: #34b334;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.375em;
}
.toppage_news p {
  font-size: 1.125em;
  line-height: 1.75;
}
.toppage_news p + h3 {
  border-top: 2px dotted rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 1199px) {
  .toppage_news h3 {
    font-size: 1.125em;
  }
  .toppage_news p {
    font-size: 1em;
  }
  .toppage_news p + h3 {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 349px) {
  .toppage_news h3 {
    font-size: 1em;
    margin-bottom: 0.375em;
  }
  .toppage_news p {
    font-size: 0.9125em;
    line-height: 1.6125;
  }
  .toppage_news p + h3 {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.toppage_clinic_schedule {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .toppage_clinic_schedule {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 559px) {
  .toppage_clinic_schedule {
    margin-bottom: 50px;
  }
}
.toppage_clinic_schedule h2.msg20250401 {
  margin-bottom: 0.75em;
  font-size: 1em;
  line-height: 1.375;
  color: #f00;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .toppage_clinic_schedule h2.msg20250401 {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 559px) {
  .toppage_clinic_schedule h2.msg20250401 {
    font-size: 0.9125em;
    margin-bottom: 0.5em;
  }
}
.toppage_clinic_schedule .ks {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toppage_clinic_schedule .ks h3 {
  margin-left: 10px;
  border-radius: 8px 8px 0 0;
  background: #34b334;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
}
@media screen and (max-width: 559px) {
  .toppage_clinic_schedule .ks {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .toppage_clinic_schedule .ks h3 {
    margin-left: 0;
    border-radius: 4px;
    padding: 0.5em 0.75em;
  }
}
.toppage_clinic_schedule .table_group_set {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 559px) {
  .toppage_clinic_schedule .table_group_set .table_group {
    overflow: scroll;
  }
  .toppage_clinic_schedule .table_group_set .table_group img {
    width: 145%;
    max-width: 559px;
  }
}
.toppage_clinic_schedule .table_group_set p.smp_cap {
  display: none;
}
@media screen and (max-width: 559px) {
  .toppage_clinic_schedule .table_group_set p.smp_cap {
    display: block;
    font-size: 0.9125em;
    margin-bottom: 5px;
  }
}
.toppage_clinic_schedule .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .toppage_clinic_schedule .info_wrap {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .toppage_clinic_schedule .info_wrap {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 559px) {
  .toppage_clinic_schedule .info_wrap {
    font-size: 0.9125em;
  }
}
.toppage_clinic_schedule .info_wrap .closed {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .toppage_clinic_schedule .info_wrap .closed {
    padding-right: 2em;
  }
}
.toppage_clinic_schedule .info_wrap .schedule_pdf {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .toppage_clinic_schedule .info_wrap .schedule_pdf {
    font-size: 0.875em;
  }
}
.toppage_clinic_schedule .info_wrap .schedule_pdf a {
  font-weight: bold;
  color: #34b334;
}
.toppage_clinic_schedule .info_wrap .schedule_pdf a:hover {
  opacity: 0.8;
}
.toppage_clinic_schedule .info_wrap .schedule_pdf a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f15b";
  font-weight: 400;
  padding-right: 4px;
}

.toppage_pagenavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .toppage_pagenavi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 559px) {
  .toppage_pagenavi ul {
    display: block;
  }
}
.toppage_pagenavi ul li {
  position: relative;
  width: 47.5%;
  border: 3px solid rgba(52, 179, 52, 0.5);
  border-radius: 15px;
}
.toppage_pagenavi ul li a {
  padding: 25px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
}
.toppage_pagenavi ul li a:hover {
  background: rgba(52, 179, 52, 0.1);
}
@media screen and (min-width: 560px) and (max-width: 1199px) {
  .toppage_pagenavi ul li {
    margin: 0 2.5%;
    max-width: 360px;
    border-radius: 15px;
  }
  .toppage_pagenavi ul li a {
    margin: 0 auto;
    padding: 20px 30px;
    display: block;
  }
}
@media screen and (max-width: 559px) {
  .toppage_pagenavi ul li {
    width: 100%;
    border-radius: 10px;
  }
  .toppage_pagenavi ul li a {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
    padding-right: calc(1.5em + 30px + 10px);
  }
  .toppage_pagenavi ul li + li {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 449px) {
  .toppage_pagenavi ul li a {
    padding: 12px;
    padding-right: calc(1em + 24px + 8px);
  }
}
.toppage_pagenavi ul li .ph {
  border-radius: 10px;
  width: 190px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #eee;
}
.toppage_pagenavi ul li .ph img {
  width: 100%;
}
@media screen and (min-width: 560px) and (max-width: 1199px) {
  .toppage_pagenavi ul li .ph {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 559px) {
  .toppage_pagenavi ul li .ph {
    border-radius: 8px;
    width: 45%;
  }
}
@media screen and (max-width: 449px) {
  .toppage_pagenavi ul li .ph {
    width: 42.5%;
  }
}
.toppage_pagenavi ul li .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.5em;
  padding: 1em 0;
}
.toppage_pagenavi ul li .data h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #34b334;
  border-bottom: 1px solid #34b334;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.toppage_pagenavi ul li .data p {
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (min-width: 560px) and (max-width: 1199px) {
  .toppage_pagenavi ul li .data {
    padding: 0;
    margin-left: 0;
    margin-top: 1.5em;
  }
  .toppage_pagenavi ul li .data h3 {
    font-size: 1.3125em;
    text-align: center;
  }
}
@media screen and (max-width: 559px) {
  .toppage_pagenavi ul li .data h3 {
    font-size: 1.25em;
  }
  .toppage_pagenavi ul li .data p {
    font-size: 1em;
    line-height: 1.675;
  }
}
@media screen and (max-width: 449px) {
  .toppage_pagenavi ul li .data {
    padding: 0.5em 0;
    margin-left: 1em;
  }
  .toppage_pagenavi ul li .data h3 {
    font-size: 1.125em;
  }
  .toppage_pagenavi ul li .data p {
    font-size: 0.9125em;
    line-height: 1.5;
  }
}
.toppage_pagenavi ul li .arrow {
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toppage_pagenavi ul li .arrow .icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  color: rgba(52, 179, 52, 0.5);
  border: 3px solid rgba(52, 179, 52, 0.5);
  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;
}
.toppage_pagenavi ul li .arrow .icon a {
  font-size: 20px;
  line-height: 1;
  display: block;
  color: rgba(52, 179, 52, 0.5);
}
@media screen and (max-width: 559px) {
  .toppage_pagenavi ul li .arrow {
    right: 10px;
    width: 30px;
  }
  .toppage_pagenavi ul li .arrow .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid rgba(52, 179, 52, 0.5);
  }
  .toppage_pagenavi ul li .arrow .icon a {
    font-size: 15px;
  }
}
@media screen and (max-width: 449px) {
  .toppage_pagenavi ul li .arrow {
    right: 8px;
    width: 24px;
  }
  .toppage_pagenavi ul li .arrow .icon {
    width: 24px;
    height: 24px;
    border-radius: 24px;
  }
}

.page_title_area {
  background: #34b334;
  margin: 0 30px;
  height: 180px;
  border-radius: 12px;
  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;
}
.page_title_area h1 {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .page_title_area {
    height: 160px;
  }
  .page_title_area h1 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .page_title_area {
    height: 140px;
  }
}
@media screen and (max-width: 559px) {
  .page_title_area {
    margin: 0 15px;
    height: 100px;
    border-radius: 8px;
  }
  .page_title_area h1 {
    font-size: 1.75em;
  }
}

.msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .msg {
    display: block;
    margin-bottom: 50px;
  }
}
.msg .ph {
  width: 350px;
  border-radius: 12px;
  overflow: hidden;
}
.msg .ph img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .msg .ph {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .msg .ph {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 2em;
  }
}
.msg .msg_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 1199px) {
  .msg .msg_txt {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .msg .msg_txt {
    margin-right: 0;
  }
}
.msg .msg_txt h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1199px) {
  .msg .msg_txt h2 {
    font-size: 1.5em;
  }
}
.msg .msg_txt p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .msg .msg_txt p {
    font-size: 1em;
  }
}
@media screen and (min-width: 350px) and (max-width: 767px) {
  .msg .msg_txt p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 559px) {
  .msg .msg_txt p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 349px) {
  .msg .msg_txt p {
    font-size: 1em;
  }
}
.msg .msg_txt .signature {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.msg .msg_txt .signature .post {
  font-size: 1em;
}
.msg .msg_txt .signature .name {
  margin-left: 1em;
  font-size: 1.5em;
  font-weight: bold;
}

.history {
  border: dotted rgba(0, 0, 0, 0.25);
  border-width: 2px 0;
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history > div {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 30px 0;
    display: block;
  }
  .history > div {
    width: 100%;
  }
  .history .wrap_1 {
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 767px) and (max-width: 559px) {
  .history .wrap_1 {
    margin-bottom: 2.5em;
  }
}
.history h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
.history h3:before {
  color: #34b334;
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .history h3 {
    margin-bottom: 0.75em;
  }
}
.history p {
  font-size: 1em;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .history p {
    font-size: 0.91125em;
  }
}
@media screen and (max-width: 559px) {
  .history p {
    line-height: 1.75;
  }
}
.history p + h3 {
  margin-top: 2.5em;
}
@media screen and (max-width: 559px) {
  .history p + h3 {
    margin-top: 1.5em;
  }
}
.history ul li {
  font-size: 1em;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .history ul li {
    font-size: 0.91125em;
  }
}
@media screen and (max-width: 559px) {
  .history ul li {
    padding: 0.375em 0;
  }
}
.history ul li:last-child {
  padding-bottom: 0;
}

.medical_intro h2,
.medical_cataract h2,
.medical_facilities h2 {
  color: #34b334;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.375em;
}
@media screen and (max-width: 767px) {
  .medical_intro h2,
  .medical_cataract h2,
  .medical_facilities h2 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 349px) {
  .medical_intro h2,
  .medical_cataract h2,
  .medical_facilities h2 {
    font-size: 1.25em;
  }
}
.medical_intro p,
.medical_cataract p,
.medical_facilities p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .medical_intro p,
  .medical_cataract p,
  .medical_facilities p {
    font-size: 1em;
  }
}
@media screen and (min-width: 350px) and (max-width: 767px) {
  .medical_intro p,
  .medical_cataract p,
  .medical_facilities p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 559px) {
  .medical_intro p,
  .medical_cataract p,
  .medical_facilities p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 349px) {
  .medical_intro p,
  .medical_cataract p,
  .medical_facilities p {
    font-size: 1em;
  }
}

.medical_cataract,
.medical_facilities {
  border-top: 2px dotted rgba(0, 0, 0, 0.25);
  margin-top: 55px;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .medical_cataract,
  .medical_facilities {
    margin-top: 30px;
    padding-top: 30px;
  }
}

ul.facilities_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  ul.facilities_list {
    display: block;
  }
}
ul.facilities_list li {
  width: calc((100% - 40px) / 2);
  margin: 20px 0;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.facilities_list li .ph {
  width: 185px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 185/230;
  background: #ddd;
  margin-right: 25px;
}
ul.facilities_list li .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.facilities_list li .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1em;
}
@media screen and (max-width: 1024px) {
  ul.facilities_list li {
    width: calc((100% - 30px) / 2);
    margin: 15px 0;
    padding: 15px;
  }
  ul.facilities_list li .ph {
    width: 40%;
    margin-right: 20px;
  }
  ul.facilities_list li .data {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.facilities_list li {
    width: 100%;
  }
  ul.facilities_list li:last-child {
    margin-bottom: 0;
  }
  ul.facilities_list li .data {
    padding: 0.25em 0;
  }
  ul.facilities_list li .ph {
    width: 40%;
    max-width: 185px;
  }
}
@media screen and (max-width: 559px) {
  ul.facilities_list li {
    padding: 10px;
  }
  ul.facilities_list li .ph {
    width: 32%;
    margin-right: 15px;
  }
}
ul.facilities_list li h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.125em;
  line-height: 1.375;
  font-weight: bold;
  color: #34b334;
  border-bottom: 1px solid #34b334;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 449px) {
  ul.facilities_list li h3 {
    padding-bottom: 3px;
    margin-bottom: 6px;
  }
}
ul.facilities_list li p {
  font-size: 1rem;
  line-height: 1.675;
}
@media screen and (max-width: 559px) {
  ul.facilities_list li p {
    font-size: 1em;
  }
}
@media screen and (max-width: 349px) {
  ul.facilities_list li p {
    font-size: 0.9125em;
    line-height: 1.6125;
  }
}

@media screen and (max-width: 1199px) {
  .access_info .map_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
  .access_info .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 559px) {
  .access_info .map_box {
    padding-top: 100%;
  }
}
.access_info .data_box {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access_info .data_box {
    display: block;
  }
}
.access_info .data_box .base_info p.name {
  font-size: 1.125em;
  font-weight: bold;
}
.access_info .data_box .base_info .add_and_num p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.access_info .data_box .base_info .add_and_num p span {
  padding-right: 0.75em;
}
.access_info .data_box .base_info p.traffic {
  margin-top: 0em;
  color: #34b334;
  font-size: 1.25em;
  font-weight: bold;
}
.access_info .data_box .base_info p.traffic span {
  font-size: 150%;
  padding: 0 2px;
}
.access_info .data_box .view_L_map a {
  font-size: 0.875em;
  display: block;
  padding: 0.375em 0.75em;
  font-weight: bold;
  color: #666;
  border: 2px solid #666;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .access_info .data_box .view_L_map {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.access_info .ph_box {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .access_info .ph_box {
    margin-top: 3em;
  }
}
.access_info .ph_box > div {
  width: 47.25%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .access_info .ph_box > div {
    width: 48.25%;
  }
}
.access_info .ph_box > div img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .access_info .ph_box {
    display: block;
  }
  .access_info .ph_box > div {
    width: 100%;
    margin: 0 auto;
  }
  .access_info .ph_box > div + div {
    margin-top: 20px;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}