@charset "UTF-8";
@media (max-width: 780px) {
  /* iphoneボタン装飾リセット */
  input[type=button],
  input[type=submit],
  input[type=reset] {
    -webkit-appearance: none;
  }
  /*---------------
  common
  ----------------*/
  .column-box {
    flex-wrap: wrap;
  }
  .column-1,
  .column-2,
  .column-3 {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .pc-none {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  /*---------------
  common
  ----------------*/
  body {
    font-size: 1.6rem;
  }
  #header-line {
    position: fixed;
    top: 0;
  }
  #header-line1 {
    height: 20px;
  }
  #header-line2 {
    height: 8px;
  }
  .header-in {
    flex-direction: column;
    padding: 0 25px;
    margin-top: 38px;
  }
  .header-logo {
    width: 280px;
  }
  .header-contact {
    display: none;
  }
  #time-table::before {
    content: none;
  }
  #time-table::after {
    content: none;
  }
  #footer-line {
    height: 8px;
  }
  #footer {
    font-size: 1.4rem;
    padding-bottom: 30px;
    margin: 50px auto 0;
  }
  #footer::before {
    content: none;
  }
  #footer::after {
    content: none;
  }
  #footer-in {
    flex-direction: column;
    padding: 30px 25px 25px;
  }
  .footer-logo {
    width: 80%;
  }
  #footer-address {
    width: 100%;
  }
  #footer-address p {
    line-height: 150%;
    transform: translateY(-0.4em);
  }
  .small-text {
    display: inline-block;
    margin-left: 0.5em;
  }
  .footer-link {
    width: 100%;
  }
  #mobile-nav {
    width: 100%;
    display: block;
  }
  #associated-clinic {
    width: 100%;
    border-left: none;
    border-top: solid 2px #fff;
    margin-top: 0.5em;
  }
  #associated-clinic li {
    font-size: 1.3rem;
  }
  #associated-clinic-title {
    margin: 0.5em 0 0;
    padding: 0;
  }
  .column-box {
    line-height: 180%;
  }
  .column-1,
  .column-3 {
    padding: 0;
  }
  /*---------------
  ハンバーガーメニュー
  ----------------*/
  .hamburger {
    display: block;
    width: 54px;
    height: 50px;
    position: fixed;
    top: 19px;
    right: 25px;
    z-index: 2000;
    cursor: pointer;
    text-align: center;
    background-color: #007e7a;
    border-radius: 0 0 10px 10px;
  }
  .hamburger span {
    display: block;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 9px;
    background-color: #fff;
    transition: 0.4s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 24px;
  }
  .hamburger span:nth-child(3) {
    top: 36px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 24px;
  }
  .hamburger.active span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
  }
  nav.mobile-menu-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 900;
    top: 0;
    top: -100vh;
    color: #000000;
    background: #e6e3d9;
    line-height: 1;
    transition: all 0.6s;
    overflow-y: auto;
    opacity: 0;
  }
  nav.mobile-menu-bg ul {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    color: #516463;
  }
  nav.mobile-menu-bg ul li {
    width: 100%;
    border-top: solid 2px #007e7a;
  }
  nav.mobile-menu-bg ul li:last-child {
    border-bottom: solid 2px #007e7a;
  }
  nav.mobile-menu-bg ul li a {
    display: block;
    padding: 1.1em 0;
  }
  .mobile-menu-in {
    width: 70%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-menu-in p {
    display: inline-block;
    font-size: 80%;
    margin-top: 16px;
    padding: 0.8em 1em;
    color: #fff;
    background-color: #007e7a;
    border-radius: 10px;
  }
  .mobile-menu-logo {
    width: 100%;
    margin: 2.5em auto;
  }
  .mobile-menu-tel {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color: #516463;
    margin-top: 6px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.mobile-menu-bg.active {
    top: 0;
    opacity: 1;
  }
  html.active {
    overflow: hidden;
  }
  h1 {
    width: 280px;
  }
  h2 {
    font-size: 2.4rem;
    padding: 0.8em 0 0.4em;
  }
  h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  h4 {
    font-size: 1.8rem;
    padding: 8px 0;
    border-radius: 10px;
  }
  /*---------------
  トップページ
  ----------------*/
  #container {
    margin: 8% auto 0;
  }
  #top-main {
    height: 200px;
    padding: 0 25px;
  }
  .main-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catchcopy {
    width: 250px;
    top: 43%;
  }
  #topic-block {
    padding: 0 25px;
    margin: 7% auto;
  }
  #topic {
    width: 100%;
    padding: 8px 20px;
    border-radius: 10px 10px 0 0;
  }
  #topic span {
    font-size: 1.7rem;
  }
  #topic-box {
    width: 100%;
    padding: 0 20px 18px;
    border-radius: 0 0 10px 10px;
  }
  #topic-box li {
    flex-direction: column;
  }
  #topic-box p {
    padding: 18px 0;
  }
  #topic-box p span {
    display: block;
    padding-bottom: 6px;
  }
  .topic-list {
    width: 160px;
    padding: 10px 0;
    border-radius: 10px;
    margin: 1em auto 0;
  }
  #time-table {
    padding: 40px 25px 35px;
  }
  #top-table {
    width: 100%;
    padding: 0;
    background: none;
  }
  #top-table table {
    background-color: #fff;
  }
  #top-table th,
  #top-table td {
    font-size: 1.4rem;
  }
  #top-table th:first-child {
    width: 25%;
  }
  #top-table td:first-child {
    width: 25%;
    text-align: left;
    font-size: 1.6rem;
    padding: 0.4em 0 0.4em 0.7em;
    line-height: 120%;
  }
  #top-table .check::before {
    width: 1em;
    height: 1em;
  }
  #top-table p {
    font-size: 1.4rem;
  }
  #access {
    margin: 8% auto 0;
  }
  #access-title {
    padding: 0 25px;
  }
  #access-title p {
    font-size: 2.2rem;
  }
  #access-map {
    padding-bottom: 250px;
  }
  #access-map iframe {
    padding: 0;
  }
  #ortho-top-banner {
    margin: 10% auto 12%;
    width: 80%;
  }
  /*---------------
  当院について
  ----------------*/
  #content {
    margin-top: 12px;
  }
  .philosophy {
    width: 100%;
    padding: 0 25px;
  }
  .philosophy p {
    font-size: 1.8rem;
  }
  .philosophy .expansion {
    font-size: 2rem;
  }
  #philosophy-box {
    padding: 10px 0 32px;
  }
  .philosophy-info-in {
    width: 100%;
    margin: 35px auto 0;
  }
  .medical-treatment {
    grid-template-columns: 50% 50%;
    font-size: 95%;
  }
  .facility {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .facility-box {
    width: 78%;
    margin: 0 0 35px;
  }
  .facility-box p {
    padding: 14px 0;
    margin-top: 10px;
    border-radius: 10px;
  }
  /*---------------
  診療のご案内
  ----------------*/
  .examination-box {
    padding: 0 35px;
  }
  .examination-box_in {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .eye-icon {
    width: 32%;
    margin: 0 auto;
  }
  .examination-text {
    width: 100%;
  }
  /*---------------
  お問い合わせ
  ----------------*/
  #contact-box {
    padding: 0 35px;
  }
  #contact-box-in {
    width: 100%;
    padding: 25px 0 32px;
    text-align: justify;
  }
  .contact-text p {
    font-size: 1.4rem;
    margin: 1.2em 0 0.6em;
  }
  .form-item {
    flex-direction: column;
  }
  .form-item p {
    width: 100%;
    margin: 0;
  }
  .form-item input,
  .form-item textarea {
    width: 100%;
    margin: 5px 0 0;
    font-size: 1.6rem;
  }
  #form-btn-privacy {
    flex-direction: column-reverse;
    align-items: center;
  }
  .privacy-policy {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 1.8em;
  }
  .form-btn-box {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  input[type=submit],
  input[type=reset] {
    width: 48%;
    font-size: 1.6rem;
    padding: 0.4em 0;
  }
  /*---------------
  お知らせ一覧
  ----------------*/
  #noticelist-box {
    padding: 0 35px;
  }
  #noticelist-box-in li {
    flex-direction: column;
    padding: 1em 0 0.5em;
    align-items: flex-start;
  }
  .noticelist-date {
    width: 48%;
  }
  .noticelist-text {
    width: 100%;
    margin: 0;
  }
  .pagination {
    justify-content: space-between;
  }
  .left-btn,
  .right-btn {
    width: 48%;
    margin: 0;
  }
  /*---------------
  お知らせ詳細
  ----------------*/
  #notice-box {
    padding: 0 35px;
  }
  .notice-box-in {
    width: 100%;
  }
  .notice-date {
    width: 38%;
    font-size: 90%;
    padding: 0.2em 0;
  }
  .notice-title {
    font-size: 2.4rem;
    line-height: 1.3em;
    text-align: justify;
  }
  .notice-text p {
    text-align: justify;
  }
  .notice-text br {
    display: none;
  }
  .wp-block-image {
    margin-top: 8%;
  }
  /*---------------
  プライバシーポリシー
  ----------------*/
  .sp-small {
    font-size: 5.8vw;
    font-feature-settings: "palt" 1;
  }
  .h1_deco::before {
    margin-right: 0.2em;
  }
  .h1_deco::after {
    margin-left: 0.2em;
  }
  .pp_wrap {
    padding: 0 8%;
  }
  .pp_main_head {
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.3em;
  }
  .pp_head {
    font-size: 1.9rem;
    padding: 6% 0 2%;
    margin-top: 12%;
  }
  .grid-wrap {
    display: block;
    padding: 0;
  }
  .enclosure {
    text-align: justify;
    padding: 1.2em;
    box-sizing: border-box;
    font-size: 3.6vw;
  }
  .enclosure br {
    display: none;
  }
  .pp_text p {
    text-align: justify;
  }
  .pp_box a {
    word-break: break-all;
  }
  .Administrator {
    width: 100%;
  }
  .Admin-name {
    font-size: 1.8rem;
  }
  .medical-information {
    line-height: 1.5em;
    width: 100%;
  }
  .pp_and_copy {
    flex-direction: column;
    padding: 0 25px;
  }
  .pp_and_copy a {
    width: 100%;
    font-size: 1.2rem;
  }
  .copyright {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
  /*旧copyright削除*/
  /*---------------
  オルソケラトロジー
  ----------------*/
  .philosophy-info {
    padding: 0 25px;
  }
  .philoso-description {
    text-align: justify;
  }
  .philoso-description p {
    font-size: 1.4rem;
  }
  #philoso-lens-box {
    width: 100%;
    flex-direction: column;
    padding: 8% 0;
    margin: 8% auto 0;
  }
  .philoso-lens-img {
    width: 65%;
  }
  .philoso-lens-text {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 10%;
    line-height: 1.6em;
    margin-top: 1em;
  }
  #philoso-lens-box-1 {
    width: 100%;
    margin: 10% auto 0;
  }
  #philoso-lens-box-1 ul {
    font-size: 1.4rem;
  }
  #philoso-lens-box-1 li {
    padding-left: 1em;
  }
  #philoso-lens-box-1 li:nth-child(2) {
    white-space: normal;
  }
  h5 {
    font-size: 1.7rem;
    line-height: 1.2em;
    padding: 0.5em 0;
  }
  .t-p-box-in {
    flex-direction: column;
    border-right: none;
    text-align: center;
    margin: 0;
  }
  .t-p-brock {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 1px solid #000;
    margin-top: 8%;
  }
  .t-p-brock p {
    font-size: 1.4rem;
  }
  .t-p-brock img {
    width: 20%;
    margin: -2% auto 0;
  }
  .t-p-brock .enclosure-red {
    width: 90%;
    margin: 0.6em auto 0;
    padding: 0.7em 0;
  }
  .step-head {
    font-size: 1.8rem;
  }
  .step-info {
    width: 100%;
    text-align: justify;
    text-indent: -1em;
    padding-left: 2em;
    margin: 8% auto 0;
    line-height: 1.4em;
  }
  .cost-table-wrap {
    flex-direction: column;
    margin: 6% 0 6%;
  }
  .cost-table {
    width: 100%;
  }
  .cost-table table {
    margin-bottom: 6%;
  }
  .cost-table thead th {
    font-size: 1.5rem;
  }
  .cost-table tbody th {
    padding: 0.8em 0 0.8em 1em;
  }
  .cost-table tbody th li,
  .cost-table tbody th p {
    font-size: 1.25rem;
  }
  .cost-table tbody td {
    padding: 0.8em 0 0.8em 1em;
  }
  .cost-table tbody td p {
    font-size: 1.25rem;
  }
  .cost-table tbody .price {
    font-size: 1.7rem;
    line-height: 1.3em;
  }
  .table-space tbody th {
    padding-bottom: 1em;
  }
  .division {
    line-height: 1.3em;
  }
  .notes-brock {
    font-size: 1.4rem;
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
  }
  .menicon-banner {
    margin-top: 12%;
  }
  .menicon-banner a {
    width: 45%;
  }
  .menicon-banner p {
    margin-top: 0.5em;
    font-size: 1.3rem;
    line-height: 1.3em;
  }
}/*# sourceMappingURL=mobile.css.map */