/*
Theme Name: eye2
Author: eye2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* EYE CLINIC CSS
-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

/* base
-------------------------------- */

/* bootstrap.min.cssの必要部分の抜き出し */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  color: #0f2a4b;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
  margin-bottom: 0;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

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

sup {
  top: -0.5em;
}

a {
  color: #4a79b3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

* {
  margin: 0 auto;
  padding: 0;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "游ゴシック", sans-serif !important;
  font-size: 16px;
  color: #0f2a4b !important;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

body.zh {
  font-family: "Segoe UI", SegoeUI, "Microsoft YaHei", 微软雅黑,
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h6 {
  font-weight: 600 !important;
}

h1 {
  color: #0f2a4b;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

h2 {
  color: #0f2a4b;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

h6 {
  margin-bottom: 20px;
}

p {
  text-align: left;
}

a:hover {
  text-decoration: none !important;
}

dt {
  text-align: left;
}

input[type="submit"],
button {
  cursor: hand;
  cursor: pointer;
}

.uline {
  text-decoration: underline;
}

section {
  text-align: center;
}

.buttonGhostGold {
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #b9a245 !important;
  border: 1px solid #b9a245 !important;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.buttonGhostGold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b9a245;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonGhostGold,
.buttonGhostGold::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonGhostGold:hover {
  color: #fff !important;
  border-color: #b9a245;
}

.buttonGhostGold:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.buttonGhostGray {
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #a2a2a2;
  border: 1px solid #a2a2a2;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.buttonGhostGray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a2a2a2;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonGhostGray,
.buttonGhostGray::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonGhostGray:hover {
  color: #ffffff;
  border-color: #a2a2a2;
}

.buttonGhostGray:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.buttonGhostCyan {
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #4a79b3 !important;
  border: 1px solid #4a79b3 !important;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.buttonGhostCyan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4a79b3;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonGhostCyan,
.buttonGhostCyan::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonGhostCyan:hover {
  color: #fff !important;
  border-color: #4a79b3;
}

.buttonGhostCyan:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.buttonCyan {
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #ffffff;
  font-weight: 300;
  background-color: #4a79b3;
  border: 1px solid #4a79b3;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.buttonCyan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonCyan,
.buttonCyan::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.buttonCyan:hover {
  color: #4a79b3;
}

.buttonCyan:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0f2a4b;
  z-index: 1000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

header .logo img {
  max-height: 150px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tel a:hover {
  text-decoration: none;
}

.headerTelInq ul {
  margin-bottom: 0;
}

.headerTelInq ul > li {
  display: inline-block;
}

.headerTelInq ul > li > a {
  display: block;
  text-transform: uppercase;
}

.headerTelInq ul > li > span {
  margin-left: 1.2em;
}

.headerTelInq ul li ul {
  position: absolute;
  top: -1000px;
  z-index: 1000;
}

.headerTelInq ul:hover ul {
  top: 46px;
}

.headerTelInq ul li ul {
  position: absolute;
}

.headerTelInq ul li ul li {
  display: block;
}

.headerTelInq ul li ul li a {
  background-color: #0f2a4b;
  color: #b9a245;
  border: 0px;
}

.headerTelInq ul li ul li a:hover {
  border-color: transparent;
}

.headerTelInq ul li ul li a.selected {
  background-color: #b9a245;
  color: #fff !important;
}

.headerLangInq a.selected {
  background-color: #b9a245;
  color: #fff !important;
}

.scrollPrevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.subNav {
  position: fixed;
  left: 0;
  display: none;
  margin: 0;
  width: 100%;
  height: 0;
  background-color: #e8f3f7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.subNav a.current:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 14px;
  border-bottom: 3px solid #b9a245;
}

.kitte_address {
  margin-top: 55px;
}

.address_title {
  background-color: #0f2a4b;
  color: #fff;
}

.bg_gold {
  background-color: #b9a245 !important;
}

.bottom {
  border-top: 1px solid #b9a245;
}

.businessHour dt {
  font-weight: bold;
}

.bottom li {
  list-style-type: none;
}

footer {
  color: #ffffff;
  background-color: #0f2a4b;
}

footer ul {
  margin: 0 auto;
  padding: 0;
}

footer li {
  text-align: left;
  list-style-type: none;
}

footer a {
  position: relative;
  width: 100%;
  color: #ffffff !important;
  transition: 0.8s;
}

footer a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.copyright {
  font-family: "Montserrat";
  font-size: 13px;
}

.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  z-index: 4000;
}

:target:before {
  content: "";
  display: block;
}

.breadcrumb_area {
  font-size: 16px;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.breadcrumb_area ul li {
  display: inline;
  padding: 1px 5px 0 13px;
  position: relative;
}

.breadcrumb_area ul li + li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.breadcrumb_area ul li a:hover {
  text-decoration: underline;
}

.footer_img {
  height: auto;
  width: 300px;
}

.silhouette {
  width: 68%;
}

.footer_menu {
  display: flex;
  font-size: 15px;
}

.footer_menu .menu_item {
  border-radius: 0;
  list-style: none;
}

.footer_menu .menu_item:hover {
  background: #4a79b3;
  color: #fff;
}

.footer_menu .menu_item p,
.footer_menu .menu_item a {
  align-items: center;
  color: #4a79b3;
  display: flex;
  height: 120px;
  justify-content: center;
  padding: 15px;
}

.footer_menu .menu_item p:hover {
  color: #fff;
}

.footer_menu .menu_item a:hover {
  color: #fff;
}

.footer_menu .current_list {
  align-items: center;
  background: #4a79b3;
  color: #fff;
  display: flex;
  justify-content: center;
}

.footer_menu .current_list a {
  color: #fff;
}

.logo .footer_link {
  border-bottom: none;
}

.sns_icons,
.footer_sns_icons {
  display: flex;
  justify-content: center;
}

.sns_icon {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-bottom: none !important;
}

.sns_icon img {
  height: 40px;
  width: 40px;
}

.header_telarea {
  margin-left: auto !important;
}

.footer_sns_icons {
  margin: 20px auto;
}

.advantage_dl {
  text-align: left;
}

.blue_link {
  color: #4a79b3 !important;
}

.price_dt {
  border-bottom: 1px solid #acb8c6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.price_detail_dt {
  border-bottom: none !important;
}

.menulist {
  background: rgb(232, 243, 247);
}

.menulist a {
  color: #0f2a4b !important;
}

.go_to_weekday_area {
  border: 1px solid #b9a245;
  background-color: #b9a245;
  color: #fff;
}

.first_column_menu {
  background-color: #0f2a4b;
  z-index: 10;
}

.h3_background_wrap:last-child {
  margin: 0 auto;
}

.list_margin_bottom {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .innerPage {
    padding-top: 243px;
  }

  body {
    font-size: 20px;
  }

  p {
    margin-bottom: 20px;
    line-height: 1.6;
  }

  h1 {
    font-size: 42px;
    margin-bottom: 60px;
  }

  h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  h3 span {
    font-size: 16px;
  }

  h4,
  dt {
    font-size: 20px;
  }

  .wrap {
    position: relative;
    max-width: 1200px;
    transition: 0.8s;
  }

  .wrap900 {
    max-width: 900px;
  }

  .wrap700 {
    max-width: 700px;
  }

  .pcOnly {
    display: block;
  }

  .spOnly {
    display: none;
  }

  span.pcOnly {
    display: inline-block;
  }

  .buttonGhostGold,
  .buttonGhostGray,
  .buttonGhostCyan {
    padding: 20px 50px;
    width: 50%;
    max-width: 450px;
  }

  .buttonCyan {
    padding: 8px 16px;
  }

  header {
    padding: 18px 0 0 0;
    height: 126px;
  }

  header.min {
    height: 80px;
  }

  header .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  header.min .wrap {
    height: 62px;
  }

  header.min .subNav .wrap {
    height: auto;
  }

  header .wrap > div {
    margin: 0;
  }

  header .logo {
    text-align: left;
  }

  header.min .logo {
    padding-bottom: 16px;
  }

  header .logo img {
    width: auto !important;
    height: 55px;
  }

  header.min .logo img {
    width: auto !important;
    height: 46px;
  }

  .headerTelInq {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 16px;
    width: 490px;
  }

  .headerLangInq {
    display: none;
  }

  .tel {
    margin: 12px 0 0 0;
    text-align: right;
  }

  .tel span {
    font-size: 14px;
  }

  header .buttonGhostGold {
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
    width: 160px;
  }

  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8000;
  }

  #pageTop a {
    text-decoration: none;
    display: block;
    transition: 0.8s;
  }

  #pageTop a:hover {
    opacity: 0.6;
  }

  .navWrap {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  header.min .navWrap {
    display: none;
  }

  .headerMenu {
    position: relative;
    top: 0;
    left: 0;
  }

  .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
    text-align: right;
    justify-content: space-between;
  }

  .en .nav {
    width: 980px;
  }

  .nav li {
    margin: 0;
    text-align: center;
  }

  .nav li a {
    display: block;
    width: 100%;
    color: #ffffff !important;
    word-wrap: break-word;
  }

  .nav li {
    word-break: break-all;
  }

  .nav li ul li a {
    color: #0f2a4b !important;
    padding: 15px 5px;
    word-wrap: break-word;
  }

  .nav li ul li a:hover {
    color: #fff !important;
  }

  .en .nav li a {
    padding: 5px 8px 14px 9px;
  }

  .nav li a:hover,
  .current a:first-child {
    color: #b9a245 !important;
    text-decoration: none;
  }

  .current > a {
    color: #b9a245 !important;
  }

  .subNav {
    top: 126px;
    font-size: 14px;
  }

  header.min .subNav {
    top: 80px;
  }

  .subNavIcl.open {
    display: block;
    height: auto;
  }

  .bottom {
    margin: 0;
    padding: 55px 0 70px 0;
  }

  .bottom .logo {
    margin-bottom: 56px;
  }

  .bottom li {
    list-style-type: none;
  }

  .bottom .logo {
    padding: 55px 0 66px 0;
  }

  .address {
    font-size: 20px;
    margin-bottom: 60px;
    text-align: left;
    width: 100%;
    max-width: 1200px;
  }

  .address_title {
    padding: 5px 15px;
    width: 100%;
  }

  .address_border_top {
    border-top: 1px solid #0f2a4b;
    padding-top: 30px;
  }

  .en .address {
    width: 1000px;
  }

  .address ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .address li {
    margin: 0 auto;
    width: 50%;
  }

  .kitte_address_li {
    width: 100% !important;
  }

  .kitte_close_day {
    margin-top: 10px;
  }

  .address_border_right {
    border-right: 1px solid #0f2a4b;
  }

  .bottom .tel {
    text-align: left;
  }

  .bottom .tel span {
    font-size: 24px;
  }

  .bottom .businessHour dl {
    margin: 0 auto 16px auto;
  }

  .businessHour dt {
    font-size: 20px;
    margin: 0;
  }

  .businessHour:first-child {
    margin-top: 30px;
  }

  .businessHour dd {
    margin: 12px 0 0 0;
  }

  .bottomMenu {
    max-width: 900px;
  }

  .bottomMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .bottomMenu li {
    margin: 0;
    width: 250px;
  }

  .bottomMenu a {
    display: block;
    width: 100%;
  }

  footer {
    padding: 60px 0 8px 0;
  }

  .footerMenuPC {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 65px;
    max-width: 1100px;
    font-size: 14px;
  }

  .footerMenuPC div {
    width: 50%;
  }

  .footerMenuPC .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 80%;
  }

  .footerMenuPC .menu ul {
    width: calc(100% / 3);
  }

  .footerMenuSP {
    display: none;
  }

  footer li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  footer a span {
    display: inline-block;
    transform: scale(0.6, 1);
  }

  footer .recruit h2 {
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
  }

  footer .recruit dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  footer .recruit dt {
    width: 35%;
  }

  footer .recruit dd {
    width: 65%;
  }

  .copyright {
    font-size: 13px;
  }

  .spPageTop {
    display: none;
  }

  .spMenu {
    display: none;
  }

  li ul.menulist {
    background: rgb(232, 243, 247);
    margin-top: 15px;
  }

  .menulist li {
    display: block;
    list-style-type: none;
  }

  .mainMenu {
    list-style: none;
  }

  .mainMenu .menulist li a {
    color: #0f2a4b !important;
    font-size: 14px;
    word-wrap: break-all;
  }

  .menulist li a:hover {
    color: #fff;
    background: #b9a245;
  }

  li.mainMenu > a {
    padding: 12px 0;
  }

  .current_menu {
    background: #b9a245;
    color: #fff !important;
  }

  .mainMenu .menulist .current_menu a {
    color: #fff !important;
  }

  .mainMenu {
    position: relative;
  }

  .mainMenu .menulist,
  .mainMenu .menulist.crosslinking_sub,
  .mainMenu .menulist.icrs_sub {
    display: none;
    position: absolute;
    width: 165px;
  }

  .mainMenu .menulist {
    left: -45px;
    top: 27px;
  }

  .mainMenu .menulist.features,
  .mainMenu .menulist.keratoconus,
  .mainMenu .menulist.floater,
  .mainMenu .menulist.faqs {
    left: -30px;
    top: 27px;
  }

  .mainMenu .menulist.evo {
    left: -10px;
    top: 27px;
    width: 250px;
  }

  .mainMenu .menulist.crosslinking_sub,
  .mainMenu .menulist.icrs_sub {
    left: 165px;
  }

  .mainMenu .menulist.crosslinking_sub {
    top: 35.5px;
  }

  .mainMenu .menulist.icrs_sub {
    top: 86.5px;
  }

  .mainMenu:hover .menulist.crosslinking_sub,
  .mainMenu:hover .menulist.icrs_sub {
    display: none;
  }

  .mainMenu:hover .menulist,
  .menulist.keratoconus li:nth-child(2):hover .menulist.crosslinking_sub,
  .menulist.keratoconus li:nth-child(3):hover .menulist.icrs_sub {
    display: block;
  }

  .menulist.keratoconus .current_crosslinking li a,
  .menulist.keratoconus .current_icrs li a {
    color: #0f2a4b !important;
  }

  .menulist.keratoconus .current_crosslinking li.current_menu a,
  .menulist.keratoconus .current_crosslinking li a:hover,
  .menulist.keratoconus .current_icrs li.current_menu a,
  .menulist.keratoconus .current_icrs li a:hover {
    color: #fff !important;
  }

  .footer_menu {
    max-width: 900px;
    margin: 60px auto;
  }

  .menu_item {
    border-top: 1px solid #4a79b3;
    border-left: 1px solid #4a79b3;
    border-right: none;
    width: calc(100% / 3);
  }

  .headerSnsSP,
  .footerSnsSP {
    display: none;
  }

  .advantage_dl {
    margin-bottom: 30px;
  }

  .price_dt,
  .recruit_dt {
    font-size: 20px;
    margin: 0;
    /* padding-left: 20px; */
    width: 27%;
  }

  .sns_icon:last-child {
    margin-right: 0;
  }

  .spBigOnly {
    display: none;
  }

  .spNormalOnly {
    display: none;
  }

  .spMiniOnly {
    display: none;
  }

  .noSpMini {
    display: none;
  }

  .medical_doc {
    margin: 0 auto;
    width: 50% !important;
  }

  .fee_image {
    margin: 10px 0 50px;
  }

  .bb_none {
    border-bottom: none !important;
  }

  .bt_silver {
    border-top: 1px solid #acb8c6;
  }

  .sp_accordion_menu {
    display: none;
  }

  .footer_menu .menu_item a {
    font-size: 20px;
  }

  .go_to_weekday_area {
    background-color: #b9a245;
    color: #fff;
    margin: 126px auto 0;
    padding: 10px 30px 0;
  }

  .go_to_weekday_text {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }

  .sp_display {
    display: none !important;
  }

  li.mainMenu > .menu_margin {
    padding: 0;
    line-height: 1.1;
  }

  .image_solid {
    border: 1px solid #0f2a4b;
  }

  .h1_special_size {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 25px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h6 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  p {
    margin-bottom: 20px;
  }

  dt {
    font-size: 16px;
  }

  .innerPage {
    padding-top: 130px;
  }

  .innerPage h3 span {
    font-size: 12px;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  span.spOnly {
    display: inline-block;
  }

  .buttonGhostGold,
  .buttonGhostGray,
  .buttonGhostCyan {
    padding: 16px 40px;
    width: 80vw;
  }

  .buttonCyan {
    padding: 8px 10px;
  }

  header {
    padding: 11px 0 13px 10px;
    height: 56px;
  }

  .logo {
    position: relative;
    text-align: left;
  }

  .logo a {
    position: relative;
    z-index: 8888;
  }

  header .logo img {
    width: auto !important;
    height: 38px;
  }

  .headerTelInq {
    display: none;
  }

  .headerLangInq a {
    padding: 10px 45px;
  }

  #pageTop {
    display: none;
    position: fixed;
    bottom: -9999px;
    right: -9999px;
  }

  .navWrap.open {
    display: block;
  }

  .navWrap.close {
    display: none;
  }

  .navWrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    padding: 0px 0 20vh 0;
    background-color: rgba(1, 14, 39, 0.9);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 56px;
  }

  .navWrap li {
    border-bottom: 1px solid #fff;
    line-height: 1.6;
    width: 100%;
  }

  .navWrap li a {
    display: block;
    font-size: 16px;
    padding: 10px 25px;
    text-align: left;
    vertical-align: middle;
    width: 100vw;
  }

  .navWrap li a:active {
    background-color: #b9a245;
    color: #fff !important;
  }

  .headerLangInq {
    border-bottom: none !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: center;
    margin: 30px auto !important;
    width: 90% !important;
    font-weight: 500;
  }

  .headerLangInq a {
    text-align: center !important;
  }

  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 8px;
    right: 4%;
    width: 48px;
    height: 40px;
    border-radius: 4px;
    z-index: 80000;
  }

  .nav-button span {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 8px;
  }

  .nav-button span:nth-of-type(2) {
    top: 19px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 8px;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .nav-button.active span {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  .subNav {
    overflow: scroll;
    margin-top: 7px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .bottom .logo {
    margin-bottom: 30px;
    padding: 24px 0 30px 0;
  }

  .bottom .logo img {
    width: calc(100vw / 1.689);
    height: auto !important;
  }

  .bottom .address {
    margin-bottom: 10px;
    padding: 30px 20px 0;
    text-align: left;
  }

  .address_title {
    padding: 5px 10px;
    width: 100%;
  }

  .bottom .tel {
    margin-bottom: 32px;
    padding-bottom: 27px;
    border-bottom: 1px solid #0f2a4b;
  }

  .bottom .tel span {
    font-size: 80%;
  }

  .bottom .businessHour dl {
    text-align: left;
  }

  .bottom .businessHour dt {
    margin-bottom: 8px;
  }

  .bottomMenu {
    display: none;
  }

  footer {
    padding-top: 32px;
    padding-right: 10px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 82px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 82px);
    padding-left: 10px;
  }

  .footerMenuPC {
    display: none;
  }

  .footerMenuSP {
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }

  .footerMenuSP .logo {
    margin-bottom: 30px;
  }

  .footerMenuSP .logo img {
    width: 70%;
  }

  .footerMenuSP li {
    margin-bottom: 8px;
  }

  .footerMenuSP a {
    display: inline-block;
    width: auto;
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff;
  }

  .copyright {
    margin-bottom: 15px;
    font-size: 10px;
    border-bottom: 1px solid #ffffff;
  }

  .spPageTop img {
    width: calc(100vw / 15.625);
    height: auto !important;
  }

  .spMenu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 4px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 4px);
    width: 100%;
    font-size: 11px;
    background-color: #ffffff;
    z-index: 9000;
  }

  .spMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
  }

  .spMenu li {
    width: calc(100% / 3);
    list-style-type: none;
  }

  .spMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0f2a4b;
  }

  .spMenu li img {
    margin-bottom: 5px;
    width: calc(100vw * 0.066);
    height: auto !important;
  }

  .resNote {
    text-align: left;
  }

  .submenu_dn li,
  .sp_dn {
    display: none;
  }

  .submenu_dn {
    display: block;
  }

  .footer_img {
    width: 70%;
  }

  .silhouette {
    width: 100%;
  }

  .footer_menu {
    flex-wrap: wrap;
    font-size: 16px;
    margin: 30px auto 40px;
    padding: 0 20px;
  }

  .footer_menu .menu_item:first-of-type {
    border-top: 1px solid #4a79b3;
  }

  .footer_menu .menu_item {
    border-bottom: 1px solid #4a79b3;
    border-left: 1px solid #4a79b3;
    border-right: 1px solid #4a79b3;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .footer_menu .menu_item p,
  .footer_menu .menu_item a {
    height: 50px;
    justify-content: flex-start;
  }

  .mb38 {
    margin-bottom: 38px;
  }

  .headerSnsPC,
  .footerSnsPC {
    display: none;
  }

  .recruit_dt {
    border-bottom: 1px solid #acb8c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .fee_image {
    margin: 20px 0;
  }

  .mainMenu_sp {
    color: #fff;
  }

  .pc_display {
    display: none !important;
  }

  .sp_accordion_menu {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    position: relative;
    text-align: left;
  }

  .menulist {
    display: none;
  }

  .sp_crosslinking,
  .sp_icrs {
    background-color: rgba(1, 14, 39, 0.9);
  }

  .menu_link {
    color: #fff;
  }

  .humburger_menu_sp {
    margin-left: 0;
  }

  .arrow_bottom_icon {
    bottom: 15px;
    height: 3vw;
    margin-right: 0;
    position: absolute;
    right: 7vw;
    width: 5vw;
  }

  .w100 {
    width: 100%;
  }

  .go_to_weekday_area {
    margin: 56px 0 0;
    padding: 10px 10px 0;
  }

  .go_to_weekday_text {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .sp_display {
    display: block !important;
  }

  .breadcrumb_area {
    top: 80px;
  }

  .h2_background_inner {
    width: 90%;
    margin: 0 auto;
  }

  .h3_background_wrap {
    margin: 0 auto 30px;
    width: 95%;
    padding: 30px 20px;
  }

  .image_solid {
    border: 1px solid #0f2a4b;
  }

  .h1_special_size {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 413px) {
  .spNormalOnly {
    display: block;
  }

  .spBigOnly {
    display: none;
  }
}

@media (max-width: 321px) {
  .bottom {
    font-size: 14px;
  }

  .footer_menu {
    font-size: 13px;
  }

  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 6.5vw;
  }

  .noSpMini {
    display: none;
  }

  .spMiniOnly {
    display: block;
  }

  .go_to_weekday_text {
    font-size: 5.3vw;
  }
}

@media (max-width: 767px) {
  .breadcrumb_area {
    margin: auto;
    max-width: 1180px;
    line-height: 40px;
  }

  .breadcrumb_area ul {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb_area ul li {
    display: inline;
    padding: 1px 5px 0 0;
    position: relative;
  }

  .breadcrumb_area li {
    padding-right: 20px;
  }

  .breadcrumb_area li:not(:last-child) {
    position: relative;
    padding-right: 22px;
  }

  .breadcrumb_area {
    padding: 0 20px;
  }

  .breadcrumb_area ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }

  .breadcrumb_area li {
    display: inline;
    padding-right: 20px;
    flex: 0 0 40%;
  }

  .breadcrumb_area ul li + li:before {
    left: -15px;
    top: -9px;
  }
}

.pc_single_only_br,
.sp_single_only_br {
  display: none;
}

.features_lead_link {
  color: #fff;
  display: block;
}

.features_lead_link:hover {
  color: #fff;
}

.anchor {
  display: block;
  position: relative;
}

.subMenu_article {
  background-color: #0f2a4b;
}

.subMenu_li {
  top: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
}

header.min .navWrap {
  display: none;
}

.headerMenu {
  position: relative;
  top: 0;
  left: 0;
}

.nav {
  display: flex;
  flex-direction: row;
  /* flex-wrap: nowrap; */
  font-size: 16px;
  text-align: right;
  justify-content: space-between;
}

.en .nav {
  width: 980px;
}

.nav li {
  margin: 0;
  text-align: center;
}

.nav li a {
  display: block;
  width: 100%;
  color: #ffffff !important;
  word-wrap: break-word;
}

.nav li {
  word-break: break-all;
}

.nav li ul li a {
  color: #0f2a4b !important;
  /* padding: 15px 5px; */
  word-wrap: break-word;
}

.nav li ul li a:hover {
  color: #fff !important;
}

.en .nav li a {
  padding: 5px 8px 14px 9px;
}

.nav li a:hover,
.current a:first-child {
  /* color: #b9a245 !important; */
  text-decoration: none;
}

.current > a {
  color: #b9a245 !important;
}

.subNav {
  top: 126px;
  font-size: 14px;
}

header.min .subNav {
  top: 80px;
}

.subNavIcl.open {
  display: block;
  height: auto;
}

.bottom {
  margin: 0;
  padding: 55px 0 70px 0;
}

.bottom .logo {
  margin-bottom: 56px;
}

.bottom li {
  list-style-type: none;
}

.medical_deduction_link {
  color: #0f2a4b !important;
}

.medical_deduction_detail {
  border: 1px solid #b9a245 !important;
}
@media (min-width: 768px) {
  .mainImageContent {
    height: 100%;
    width: 100%;
  }

  .features_lead {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }

  .features_lead.icl_cost_here {
    margin-top: 20px;
  }

  .features_lead.new_banner {
    min-height: 247px;
  }

  .features_lead_link {
    font-size: 35px;
    padding: 61px 0;
  }

  .contact_banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .subMenu_li {
    padding: 10px;
    border: 1px solid #b9a245;
  }

  .subMenuBlue_article {
    display: block;
    height: 100%;
    padding: 60px 0;
  }

  .subMenuBlue_article .buttonGhostGold {
    width: 60%;
  }

  .subMenuBlue_article .lasikLink {
    width: 80% !important;
    padding: 20px 10px !important;
  }

  .lasikBlue_li {
    width: 380px !important;
  }

  .footer_address_margin_left {
    margin-left: 30px;
  }

  .button_margin_top {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mainImageContent {
    height: 100%;
    width: 100%;
  }

  address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
    padding-bottom: 1rem;
    border-bottom: 1px solid #0f2a4b;
  }

  .features_lead {
    margin: 0 20px;
  }

  .features_lead_link {
    font-size: 5vw;
    padding: 22.5px 0;
  }

  .subMenuBlue_article {
    padding: 40px 10px;
  }
}

.red_text {
  color: #b70000;
  font-weight: bold;
}

/* 統一css */
.page_guide_ul {
  width: 90%;
}

.page_guide_li {
  list-style: none;
  border-bottom: 1px solid #b9a245;
  width: 100%;
}

.page_guide_li.border_none {
  border: none;
}

.page_guide_link {
  align-items: center;
  color: #0f2a4b;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.page_guide_text {
  margin: 0;
  margin-left: 4%;
}

.page_guide_li .arrow_image {
  width: 20px;
  margin-right: 20px;
}

.h2_background_wrap {
  background-color: #e8f3f7;
  padding: 30px 0;
}

.h2_background_wrap_youtube {
  background-color: #ffffff;
  padding: 0;
}

.h3_background_wrap {
  background-color: #fff;
  list-style-type: none;
}

.flex_image_guide_text {
  text-align: left;
  margin-top: 20px;
}

.flex_image_note {
  margin-top: 5px;
  text-align: right;
}

.top_banner_area {
  display: flex;
  justify-content: space-between;
}

.top_banner {
  position: relative;
}

.img-fluid {
  /* height: 100%; */
  width: 100%;
}

.top_banner_link,
.top_banner_link:hover {
  color: #fff;
}

.banner_description {
  align-items: center;
  background-color: #0f2a4b;
  display: flex;
  justify-content: center;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}

.background_white_area {
  border: 1px solid #0f2a4b;
  background-color: #fff;
}

.surgery_time {
  display: flex;
}

.text-center {
  text-align: center;
}

.data_supplyment_text {
  margin-bottom: 10px;
}

.swiperContainer {
  position: relative;
}

.step {
  color: #4781ca;
  font-weight: 600;
}

.swiper-slide_img {
  height: 100%;
  width: 64%;
}

.swiper-pagination-bullet-active {
  background-color: #4781ca;
}

.step_text {
  display: inline-block;
  margin-right: 12px;
  padding: 2px 12px;
  border: 2px solid #4781ca;
  border-radius: 25% 25% 25% 25% / 50% 50% 50% 50%;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 5px !important;
  border-radius: 0 !important;
}

.swiper-slide_img {
  margin-bottom: 64px;
}

.swiper-button-next,
.swiper-button-prev {
  height: 58px;
  width: 27px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none;
}

.cost_dl,
.guarantee_dl {
  margin: 0;
  text-align: left;
}

.cost_dl:last-child {
  border-bottom: none;
}

.article_dl {
  text-align: left;
}

.card_li {
  list-style-type: none;
  background-color: #fff;
}

.card_icon {
  margin-bottom: 20px;
}

.h4_style {
  letter-spacing: 0.2rem;
}

.card_dt {
  text-align: center;
  margin-bottom: 12px;
}

.card_dd {
  text-align: left;
}

.h1_subtitle {
  font-weight: 500 !important;
  text-align: center;
}

.subMenuBlue_h2 {
  position: relative;
  color: #ffffff;
}

.subMenuBlue_h2:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #b9a245;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.youtube_movie {
  position: relative;
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
}

.youtube_movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.youtube_link_btn {
  background-color: #fff;
  border: 1px solid #b9a245;
  color: #b9a245;
  display: inline-block;
}

.youtube_link_btn:hover {
  background-color: #b9a245;
  border: 1px solid #b9a245;
  color: #fff;
}

.subMenuBlue_text {
  text-align: center;
}

.subMenuBlue {
  color: #ffffff;
}

@media (min-width: 768px) {
  #phone_contact {
    padding-top: 80px;
    margin-top: -80px;
  }

  .page_guide_ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }

  .page_guide_li {
    width: 47%;
  }

  .page_guide_li:nth-child(odd) {
    margin-right: 3%;
  }

  .page_guide_li:nth-child(even) {
    margin-left: 3%;
  }

  .wrap_article,
  .icl_content {
    max-width: 1200px;
    margin-top: 60px;
    position: relative;
    transition: 0.8s;
  }

  .h2_background_wrap {
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 1200px;
  }

  .icl_content {
    margin-top: 60px;
  }

  .h2_background_wrap_youtube {
    margin: 0 auto 60px;
    max-width: 1200px;
  }

  .h2_background_inner {
    max-width: 900px;
    margin: 0 auto 30px;
  }

  .h3_background_wrap {
    margin: 0 auto 30px;
    max-width: 900px;
    padding: 30px;
  }

  .flex_image_area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .flex_image_content {
    width: 48%;
  }

  .flex_image_guide_text {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 24px;
  }

  .top_banner {
    width: 31%;
  }

  .top_banner:last-child .banner_description {
    line-height: 1.2;
    padding: 10px 0;
  }

  .top_banner_area {
    margin: 30px auto;
    width: 780px;
  }

  .explanation_area {
    width: 900px;
    padding: 25px 0;
    border-top: 1px solid #0f2a4b;
    border-bottom: 1px solid #0f2a4b;
  }

  .explanation_flex {
    display: flex;
    justify-content: space-between;
  }

  .explantaion_text {
    text-align: left;
    margin-left: 0;
  }

  .explantaion_text h3 {
    margin-bottom: 0;
  }

  .explanation_img {
    margin-right: 0;
    width: 30%;
  }

  .explanation_button_area {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }

  .explanation_btn {
    width: 47%;
    margin: 0;
  }

  .explanation_btn a {
    display: block;
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
  }

  /* 東京ボタン：塗りつぶし→ホバーで金がスライドして覆う */
  .tokyo-btn {
    position: relative;
    display: inline-block;
    /* 事前の指定を満たす（白文字＋濃紺塗り） */
    color: #fff;
    background-color: #0f2a4b;
    border: 1px solid #0f2a4b;
    /* アニメ用：2レイヤーの背景（下=濃紺、上=金） */
    background-image: linear-gradient(0deg, #0f2a4b, #0f2a4b),
      /* base fill */ linear-gradient(0deg, #b9a245, #b9a245); /* hover fill */
    background-repeat: no-repeat;
    /* 初期：濃紺100%、金0%（見えない） */
    background-size: 100% 100%, 0% 100%;
    background-position: left center, left center;

    transition: background-size 0.4s cubic-bezier(0.2, 1, 0.3, 1),
      border-color 0.4s, color 0.4s;
  }

  /* ホバー：金100%に拡大、境界線も金に */
  .tokyo-btn:hover {
    background-size: 0% 100%, 100% 100%;
    border-color: #b9a245;
    color: #fff; /* 文字は白のまま */
  }

  /* キーボード操作のアクセシビリティ */
  .tokyo-btn:focus-visible {
    outline: 2px solid #b9a245;
    outline-offset: 2px;
  }

  /* 同じゴーストボタン演出を .kitte_btn に適用 */
  .kitte_btn {
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #b9a245; /* 金色の文字 */
    border: 1px solid #b9a245; /* 金色の枠線 */
    transition: border-color 0.4s, color 0.4s;
  }

  .kitte_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b9a245; /* 金色の塗り */
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1); /* 横方向が伸びる感じ */
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }

  .kitte_btn:hover {
    color: #fff !important; /* 文字色が白に */
    border-color: #b9a245;
  }

  .kitte_btn:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* = scale(1) */
  }

  .top_banner:first-child {
    margin-left: 0;
  }

  .top_banner:last-child {
    margin-right: 0;
  }

  .top_banner:last-child .banner_description {
    padding: 10px 0;
  }

  .banner_description {
    /* bottom: -50px; */
    font-size: 20px;
    height: 70px;
    padding: 20px 0;
  }

  .explanation_description_pc {
    /* margin: -50px auto 50px auto; */
    margin: 0 auto 50px auto;
    max-width: 900px;
  }

  .explanation_description_sp {
    display: none;
  }

  .background_white_area {
    max-width: 900px;
  }

  .appeal_point_contents {
    margin: 0 auto;
    max-width: 600px;
  }

  .surgery_time {
    font-size: 20px;
    margin: 0 auto;
    width: 50%;
  }

  .data_supplyment {
    max-width: 900px;
    margin: 20px auto 60px;
  }

  .data_supplyment_text {
    font-size: 16px;
  }

  .swiperContainer {
    margin-bottom: 60px;
    width: 596px;
    overflow: hidden;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 160px !important;
  }

  .swiper-pagination {
    top: 293px;
  }

  .swiper-slide_text {
    max-width: 520px;
  }

  .step {
    font-size: 20px;
  }

  .cost_dl,
  .guarantee_dl {
    border-bottom: 1px solid #acb8c6;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cost_dt {
    font-size: 20px;
    margin: auto;
    padding-left: 20px;
    width: 25%;
  }

  .cost_dd {
    width: 75%;
  }

  .cost_dt_detail {
    font-size: 20px;
    margin: auto;
    padding-left: 0;
    width: 40%;
  }

  .cost_dd_detail {
    width: 60%;
  }

  .article_dl {
    margin-bottom: 30px;
  }

  .card_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card_li {
    margin: 0 20px 50px 20px;
    padding: 20px 26px;
    width: 28%;
  }

  .card_li:nth-child(4),
  .card_li:nth-child(5) {
    margin-bottom: 0;
  }

  .card_icon {
    width: 60px;
  }

  .card_number {
    font-size: 24px;
  }

  .h4_style {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .h1_subtitle {
    font-size: 30px;
  }

  .line_contact {
    max-width: 900px;
  }

  .subMenuBlue_h2 {
    margin-bottom: 60px;
  }

  .subMenuBlue_h2:before {
    bottom: -30px;
  }

  .youtube_link_btn {
    margin-bottom: 30px;
    padding: 20px 50px;
    width: 50%;
  }

  .youtube_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .max_width_900 {
    max-width: 900px;
  }

  .subMenu_ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    max-width: 1200px;
  }

  .subMenu_ul:last-child {
    margin-bottom: 0;
  }

  .subMenuBlue_text {
    margin-bottom: 60px;
  }

  .nav {
    margin: auto 10px;
  }

  .article_title_text {
    padding-top: 30px;
    font-size: 25px;
  }

  .icl_cost_dl {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #acb8c6;
  }

  .img-60 {
    margin: auto;
    width: 60%;
  }
}

@media (max-width: 767px) {
  #phone_contact {
    padding-top: 60px;
    margin-top: -60px;
  }
  .wrap_article {
    padding: 0;
  }

  .h2_background_wrap {
    margin: 0 auto 30px;
    width: 100%;
  }

  .h2_background_wrap_youtube {
    margin: 0 auto 15px;
    width: 100%;
  }

  .youtube_img {
    height: 100%;
    width: 100%;
  }

  .top_banner_area {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .top_banner {
    margin-top: 30px;
  }

  .banner_description {
    bottom: -20px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
  }

  .top_banner_max_width {
    max-width: 350px;
  }

  .explanation_description_pc {
    display: none;
  }

  .explanation_description_sp {
    display: block;
    margin: 10px 0 0;
  }

  .sp-w-100 {
    width: 100%;
  }

  .sp-h-100 {
    height: 100%;
  }

  .background_white_area {
    margin: 0 auto;
    width: 90%;
  }

  .surgery_time {
    width: calc(194px + 12vw);
  }

  .surgery_time_detail {
    margin: 0px auto 10px;
  }

  .data_supplyment {
    margin: 20px auto 50px;
    padding: 0 20px;
  }

  .data_supplyment_text {
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .swiperContainer {
    overflow: hidden;
  }

  .swiper-slide_text {
    padding: 0 20px;
  }

  .card_article {
    padding: 0 20px;
  }

  .card_li {
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 15px 10px;
  }

  .card_li .card_number {
    font-size: 20px;
  }

  .card_icon {
    width: 13%;
  }

  .h4_style {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .h1_subtitle {
    font-size: 20px;
    width: 95%;
  }

  .cost_dl,
  .guarantee_dl {
    margin-bottom: 20px;
  }

  .cost_dt {
    border-bottom: 1px solid #acb8c6;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .subMenuBlue_h2 {
    margin-right: -0.6rem;
    letter-spacing: 0.6rem;
  }

  .subMenuBlue_h2:before {
    left: 49%;
    bottom: -20px;
  }

  .youtube_link_btn {
    padding: 16px 40px;
    width: 80%;
  }

  .wrap900 {
    padding: 0 20px;
  }

  section {
    padding-top: 30px;
  }

  .line_qr_image {
    width: 100%;
  }

  .article_title_text {
    font-size: 20px;
    padding-top: 20px;
  }

  .img-60 {
    width: 100%;
  }

  .nav {
    display: block;
  }

  .explanation_area {
    padding: 0 20px;
  }

  .explanation_inner {
    padding: 25px 0;
    border-top: 1px solid #0f2a4b;
    border-bottom: 1px solid #0f2a4b;
  }

  .explanation_flex {
    /* display: flex;
    justify-content: space-between; */
  }

  .explantaion_text {
    text-align: left;
    margin-left: 0;
  }

  .explantaion_text h3 {
    margin-bottom: 0;
  }

  .explanation_button_area {    
    margin-top: 15px;
  }

  .explanation_btn {
    width: 100%;
    margin: 0;
  }

  .explanation_btn a {
    display: block;
    padding: 20px 5px;
    font-size: 25px;
    font-weight: bold;
  }

  /* 東京ボタン：塗りつぶし→ホバーで金がスライドして覆う */
  .tokyo-btn {
    position: relative;
    display: inline-block;
    /* 事前の指定を満たす（白文字＋濃紺塗り） */
    color: #fff;
    background-color: #0f2a4b;
    border: 1px solid #0f2a4b;
    /* アニメ用：2レイヤーの背景（下=濃紺、上=金） */
    background-image: linear-gradient(0deg, #0f2a4b, #0f2a4b),
      /* base fill */ linear-gradient(0deg, #b9a245, #b9a245); /* hover fill */
    background-repeat: no-repeat;
    /* 初期：濃紺100%、金0%（見えない） */
    background-size: 100% 100%, 0% 100%;
    background-position: left center, left center;

    transition: background-size 0.4s cubic-bezier(0.2, 1, 0.3, 1),
      border-color 0.4s, color 0.4s;
      margin-bottom: 15px;
  }
  

  /* 同じゴーストボタン演出を .kitte_btn に適用 */
  .kitte_btn {
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #b9a245; /* 金色の文字 */
    border: 1px solid #b9a245; /* 金色の枠線 */
    transition: border-color 0.4s, color 0.4s;
  }

  .kitte_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b9a245; /* 金色の塗り */
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1); /* 横方向が伸びる感じ */
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
}

@media (max-width: 321px) {
  .medical_hours_news,
  .banner_description {
    font-size: 14px;
  }
}

.tb_display {
  display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
  body {
    width: 1260px;
    margin-top: 75px;
  }

  header {
    height: 210px;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav > li {
    width: 20%;
  }

  header .buttonGhostGold {
    width: 125px;
    margin-left: 0px;
    margin-right: 0px;
    paddigng: 10px 0;
  }

  .headerTelInq ul {
    margin: 0;
  }

  .tb_display {
    display: block;
  }

  .menulist {
    width: 160px !important;
    left: 0 !important;
    z-index: 99999;
    top: 35px !important;
  }

  .headerTelInq {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 16px;
    width: 385px;
  }

  .sns_icon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }

  header .logo img {
    width: auto !important;
    height: 45px;
  }

  .mainMenu .menulist.crosslinking_sub,
  .mainMenu .menulist.icrs_sub {
    left: 160px !important;
  }

  .mainMenu .menulist.evo {
    top: 50px !important;
  }

  .header_telarea {
    margin-left: 0 !important;
  }

  .headerSnsPC {
    margin-right: 20px !important;
  }

  .breadcrumb_area {
    top: 220px;
  }
}

.list_title_text {
  font-weight: bold;
  margin-bottom: 0;
}

.article_title_text {
  font-weight: bold;
  text-align: center;
}

.bold_text {
  font-weight: bold;
}
