@charset "utf-8";

/* =========================

  base

=========================*/
body {
  color: #000000;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  scroll-behavior: smooth;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:750px) {
  body {
    font-size: 14px;
    line-height: 1.8em;
  }
  .wrapper {
    margin-top: 54px;
  }
}
/* ------------------------
  icon
------------------------*/
.icon_calendar::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_calendar.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.icon_medical-records::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_medical-records.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 22px;
  vertical-align: text-top;
}
.icon_language {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_language.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
.icon_intakeform {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_intakeform.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 70px;
  margin-right: 15px;
}
.icon_bg {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 100vw;
  margin-right: 15px;
}
.icon_access::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_access.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 19px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.icon_tel_p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_tel_p.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 17px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.icon_bg.icon_access::after,
.icon_bg.icon_tel_p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:750px) {
  .icon_intakeform {
    width: 30px;
    height: 42px;
  }
  .icon_bg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .icon_bg.icon_tel_p::after {
    width: 10px;
    height: 14px;
  }
  .icon_bg.icon_access::after {
    width: 12px;
    height: 16px;
  }
}

/* ------------------------
  contents
------------------------*/
.section__contents {
  margin-bottom: 120px;
}
.section__contents__inner {
  width: 1400px;
  margin: auto;
}
.section__contents p {
  margin-bottom: 40px;
}
.section__contents p:last-child {
  margin-bottom: 0;
}
.section__contents p a:hover {
  opacity: 0.6;
}
@media screen and (max-width:1400px) {
  .section__contents__inner {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}
@media screen and (max-width:750px) {
  .section__contents {
    margin-bottom: 90px;
  }
  .section__contents p {
    margin-bottom: 20px;
  }
  .img__area img {
    width: 100%;
    height: 250px;
  }
}

/* ------------------------
  ttl
------------------------*/
h2, .feature_ttl {
  width: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
  padding: 0 0 20px 70px;
  position: relative;
}
h2::before {
  content: "";
  width: 52px;
  height: 52px;
  background-image: url(../images/common/titlelogo.png);
  background-size: cover;
  vertical-align: bottom;
  position: absolute;
  left: 0;
}
.section__ttl .subttl {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
  vertical-align: bottom;
}
h3 {
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: normal;
}
@media screen and (max-width:750px) {
  h2, .feature_ttl {
    font-size: 1.6em;
    margin-bottom: 40px;
    padding: 0 0 16px 40px;
  }
  h2::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .subttl {
    font-size: 16px;
  }
  .section__ttl .subttl {
    font-size: 14px;
    line-height: 1.3;
    margin-left: 0;
    display: block;
  }
}

/* ------------------------
  btn
------------------------*/
/* base */
.btn_wrap .btn {
  margin-right: 35px;
}
.btn_wrap .btn:last-child {
  margin-right: 0;
}
.btn {
  text-align: center;
  padding: 0 !important;
}
.btn a, .wp-block-button__link a, a.wp-block-button__link {
  border: 1px solid #000000;
  display: block;
  text-decoration: none;
  padding: 12px 56px;
  border-radius: 100vh;
  position: relative;
}
.btn a, .wp-block-button__link a, .wp-block-button__link.wp-element-button {
  position: relative;
  z-index: 500;
}
.wp-block-button__link {
  border: 1px solid #000000;
}
.wp-block-button__link:hover {
  border: 1px solid #000000;
  opacity: 1.0 !important;
}
.wp-block-button__link.wp-element-button {
  font-size: 1em;
  line-height: 1.4em;
  padding: 12px 56px !important;
  position: relative;
}
a.wp-block-button__link.wp-element-button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 30px;
}
.btn a:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  border-radius: 100vh;
}

/* basic */
.btn.btn_basic a {
  color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 100vh;
  background-color: #000000;
}
.btn.btn_basic a:hover {
  background-color: #000000;
  opacity: 0.6;
}

/* primary */
.btn.btn_primary a {
  color: #FFFFFF;
  border: 1px solid #000000;
  background-color: #838383;
  border-radius: 100vh;
}

/* web */
.btn_web a,
.btn_web .inner {
  width: 150px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.btn_web .icon_calendar, .btn_web .icon_medical-records {
  margin-right: 12px;
}
.btn_web .inner {
  cursor: pointer;
}

@media screen and (max-width:750px) {
  .btn a {
    font-size: 15px !important;
    padding: 8px 35px;
  }
  .btn_wrap.flex.flex_center,
  .btn_wrap.flex {
    flex-flow: column;
    margin: 0;
  }
  .btn_wrap .btn {
    width: -webkit-fill-available;
    margin: 0 0 20px 0;
  }
  .btn_wrap .btn:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------
  time_table, tag
------------------------*/
.tags {
  min-width: 96px;
  font-size: 12px;
  background-color: #666666;
  color: #FFFFFF;
  display: table;
  text-align: center;
  padding: 2px 10px;
  border-radius: 2px;
}
.tags .tags-txt {
  display: table-cell;
  vertical-align: middle;
}
.table_area {
  width: 562px;
}
.time_table {
  width: calc(100% - 40px);
  /* background-color: #FFFFFF; */
  padding: 20px;
}
.time_table table {
  width: 100%;
}
.time_table table tr {
  line-height: 1.3em;
}
.time_table table th, .time_table td {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0;
  vertical-align: middle;
}
.time_table table th:last-child {
  width: 16%;
}
.time_table .closed_day {
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.time_table .tag_des.tag_border,
.time_table .closed_day .tag_des {
  margin-right: 10px;
  line-height: 1.3em;
}
.time_table .tag_des.tag_border {
  margin-left: 12px;
}
.time_table .tag_des.tag_border {
  width: 100%;
  margin-left: 0;
}
.time_table .closed_day dd {
  font-weight: bold;
}
.time_table .attention {
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width:1099px) {
  .time_table.w70 {
    width: auto;
  }
}
@media screen and (max-width:750px) {
  .time_table .closed_day {
    font-size: 1em;
  }
  .tags {
    min-width: 70px;
    font-size: 10px;
    line-height: 1.6em;
  }
}


/* =========================

  block

=========================*/

/* ------------------------
  -- point block
------------------------*/
.point__block li {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.point__block li:last-child {
  margin-bottom: 0;
}
.point__block li:nth-child(2n) {
  flex-direction: row-reverse;
}
.point__block li img{
  width: 800px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
/* .point__block li .img__area,
.img_bg {
  position: relative;
} */
/* .point__block li .img__area::before,
.img_bg::before {
  content: "";
  width: 800px;
  height: 450px;
  background-color: #CCCCCC;
  position: absolute;
  right: -20px;
  bottom: -10px;
  z-index: 1;
} */
.point__block li:nth-child(odd) .txt__area {
  margin-left: 100px;
}
.point__block li:nth-child(2n) .txt__area {
  margin-right: 100px;
}
.point__block li .ttl__area {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}
.point__block li .ttl__area p.point,
.feature {
  font-size: 25px;
  margin: 54px 0 30px;
  display: inline-block;
  position: relative;
}
.point__block li .ttl__area p.point::before,
.feature::before {
  content: "";
  width: 1px;
  height: 42px;
  display: inline-block;
  background-color: #CCCCCC;
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature {
  display: table-cell;
  border: none;
}
.point__block .feature_ttl {
  margin: 30px 0 40px;
  padding: 0;
  border: none;
}
.point__block .feature_ttl::after {
  content: none;
}
.point__block li .ttl__area p.point .num {
  font-size: 1.4em;
  margin-left: 10px;
}
.point__block li .ttl__area .point_ttl {
  font-size: 22px;
}
.point__block li .txt__area .txt {
  text-align: left;
}
.wp-block-media-text.point__block {
  margin-bottom: 80px;
}
.wp-block-media-text.point__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1000px) {
  .point__block li {
    display: block;
  }
  .point__block li .ttl__area {
    display: block;
    margin: 25px 0;
  }
  .point__block li .ttl__area .point_ttl {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .point__block li:nth-child(odd) .txt__area {
    margin: 25px 0 0;
  }
  .point__block li:nth-child(2n) .txt__area {
    margin: 0;
  }
}
@media screen and (max-width:1050px) {
  .point__block li .ttl__area p.point {
    font-size: 20px;
    line-height: 1.0;
    margin-bottom: 15px;
  }
  .point__block li .img__area {
    width: 50%;
  }
  .point__block li img {
    width: 100%;
    height: auto;
  }
  .point__block >.wp-block-media-text__content,
  .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
    margin-top: 70px !important;
  }
}
@media screen and (max-width:750px) {
  .point__block li .img__area {
    width: 100%;
  }
  .point__block li img {
    width: 100%;
    height: auto;
  }
}

/* ------------------------
  -- link block
------------------------*/
.link__block {
  width: 968px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.link__block li {
  width: 310px;
  height: 90px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 0 16px 16px 0;
  display: table;
}
.link__block li:last-child,
.link__block li:nth-child(3n) {
  margin-right: 0;
}
.link__block li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.link__block li:hover {
  color: #FFFFFF;
  background-color: #000000;
  transition: all 0.8s ease 0s;
}
.link__block li:hover a {
  color: #FFFFFF;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width:968px) { 
  .link__block {
    width: 100%;
  }
  .link__block li,
  .link__block li:nth-child(3n) {
    width: 43.5%;
    height: auto;
    margin: 0 2% 2% 0;
    padding: 2%;
  }
  .link__block li:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width:750px) {
  .link__block li,
  .link__block li:nth-child(3n) {
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
    padding: 4%;
  }
  .link__block li a p {
    text-align: center;
  }
}

/* ------------------------
  -- step block / 
     nostep block
------------------------*/
.step__block, .nostep__block {
  width: 100%;
}
.step__block > li, .nostep__block > li {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding: 32px 48px;
  position: relative;
  margin-bottom: 122px;
}
.nostep__block > li {
  margin-bottom: 40px;
}
.step__block > li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-top: 32px solid #CCCCCC;
  border-bottom: 0;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
.step__block > li:last-child, .nostep__block > li:last-child {
  margin-bottom: 0;
}
.step__block > li:last-child::after {
  content: none;
}
.step__block > li .txt__area, .nostep__block > li .txt__area {
  width: 588px;
  margin-right: 20px;
}
.step__block > li .txt__area .ttl__area, .nostep__block > li .txt__area .ttl__area {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.step__block > li .txt__area .ttl__area p.step, .nostep__block > li .txt__area .ttl__area p.step {
  font-size: 20px;
  margin-bottom: 0;
}
.step__block > li .txt__area .ttl__area p.step .num {
  font-size: 2.5em;
  line-height: 1.0;
  margin-left: 3px;
}
.step__block > li .txt__area .ttl__area .step_ttl, .nostep__block > li .txt__area .ttl__area .nostep_ttl {
  font-size: 22px;
  margin-left: 20px;
}
.nostep__block > li .txt__area .ttl__area .nostep_ttl {
  margin-left: 0;
}
.step__block > li .txt__area .txt, .nostep__block > li .txt__area .txt {
  text-align: left;
}
.step__block > li .img__area, .nostep__block > li .img__area {
  /* width: min-content; */
}
.step__block > li img, .nostep__block > li img {
  width: 498px;
  height: 309px;
  object-fit: cover;
  border-radius: 5px;
}
.step__block > li .img__area iframe, .nostep__block > li .img__area iframe {
  width: 498px;
  border-radius: 5px;
}
.step__block > li .btn, .nostep__block > li .btn {
  display: inline-block;
}
@media screen and (max-width:1099px) {
  .step__block > li, .nostep__block > li {
    display: block;
    padding: 20px;
  }
  .step__block > li .txt__area .ttl__area p.step .num {
    font-size: 2em;
  }
  .step__block > li .txt__area, .nostep__block > li .txt__area {
    width: 100%;
    margin: 0;
  }
  .step__block > li .img__area iframe, .nostep__block > li .img__area iframe {
    width: 100%;
  }
  .step__block > li img, .nostep__block > li img {
    width: 100%;
    height: auto;
  }
  .step__block > li .img__area, 
  .nostep__block > li .img__area {
    margin-top: 40px;
  }
  .step__block p.text_center {
    text-align: center;
  }
}
@media screen and (max-width:750px) {
  .step__block > li .txt__area .ttl__area, .nostep__block > li .txt__area .ttl__area { 
    display: block;
  }
  .step__block > li .txt__area .ttl__area .step_ttl, .nostep__block > li .txt__area .ttl__area .nostep_ttl {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .step__block > li img {
    height: 150px;
  }
}

/* ------------------------
  -- price table,
     normal table,
     solid table
------------------------*/
.solid__table {
  border: none;
}
.solid__table table {
  table-layout: fixed;
}
.wp-block-table.solid__table td, .wp-block-table.solid__table th {
  border: none !important;
}
.solid__table td,
.wp-block-table.solid__table td {
  border-bottom: 1px solid #CCCCCC !important;
  padding: 1em .5em;
}
.wp-block-table.solid__table td:first-of-type {
  width: 30%;
}
.wp-block-table.is-style-vk-table-border-top-bottom table:where(:not(.has-border-color)) :where(th, td) {
  border-top: none !important;
}
/* ※ */
.attention {
  margin-top: 20px;
}
.attention li {
  text-indent: -14px;
  padding-left: 14px;
  margin-bottom: 5px;
}
.attention li::before {
  content: "※";
}
/* ※num */
.attention li.num {
  text-indent: -27px;
  padding-left: 27px;
}
.attention li.num::before {
  counter-increment: number 1;
  content: "※" counter(number) ;
  margin-right: 5px;
}
@media screen and (max-width:750px) {
  .price__table table, .price__table .attention, .normal__table, .solid__table {
    width: 100%;
  }
  .price__table td, .price__table th, .normal__table td, .normal__table th, .solid__table th {
    padding: 12px 18px;
  }
  .table__wrap__scroll {
    overflow-x: scroll;
  }
}

/* ------------------------
  other table
------------------------*/
dl.border__table {
  /* width: 650px; */
  width: 100%;
  margin: auto;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
dl.border__table dt, dl.border__table dd {
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
dl.border__table dt {
  width: 30%;
}
dl.border__table dd {
  width: 70%;
}
.border__list {
  /* width: 650px; */
  width: 100%;
  margin: auto;
  line-height: 1.5em;
}
.border__list li {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width:750px) {
  dl.border__table, .border__list {
    width: 100%;
  }
  dl.border__table dt, dl.border__table dd {
    padding-left: 10px;
  }
}

/* ------------------------
  -- txt__img__block
------------------------*/
.txt__img__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.txt__img__block .txt__area {
  width: 574px;
  text-align: left;
}
.txt__img__block .img__area {
  width: 800px;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.txt__img__block .img__area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1400px) {
  .txt__img__block .txt__area {
    width: 60%;
  }
  .txt__img__block .img__area {
    width: 38%;
    height: 200px;
  }
}
@media screen and (max-width:950px) {
  .txt__img__block {
    display: block;
  }
  .txt__img__block .txt__area {
    width: 100%;
  }
  .txt__img__block .img__area {
    width: 100%;
    height: 200px;
    margin-top: 40px;
  }
  .txt__img__block .img__area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ------------------------
  -- accordion
------------------------*/
.accordion-js dl {
  width: 100%;
  margin: 10px auto;
}
.accordion-js .accordion {
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 40px;
  border: 2px solid #CCCCCC;
}
.accordion-js .accordion:last-child {
  margin-bottom: 0;
}
.accordion-js .accordion-title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 74px 20px 40px;
}
.accordion-js .accordion-content {
  display: none;
  font-size: 15px;
  padding: 30px 0;
  margin: 0 40px;
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
  cursor: initial;
}
.accordion-js .toggle_btn {
  width: 40px;
  height: 40px;
  right: 0;
}
.accordion-js .accordion-title .toggle_btn::before {
  display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 40px;
	bottom: 0;
	margin:auto;
	width: 30px;
	height: 3px;
	background-color: #CCCCCC;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  transition: transform 0.5s;
  border-radius: 100vh;
}
.accordion-js .accordion-title .toggle_btn::after {
  display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 40px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 3px; 
	background-color: #CCCCCC;
	transition: .3s;
  border-radius: 100vh;
}
.accordion-js .accordion-title.open .toggle_btn::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.accordion-js .accordion-title.open .toggle_btn::after{
	background-color: transparent;
}
.accordion-js.accordion_col2 {
  overflow: hidden;
}
.accordion-js.accordion_col2 .accordion {
  width: 47.5%;
  float: left;
  padding: 0;
  margin-right: 2.5%;
}
.accordion-js.accordion_col2 .accordion:nth-child(2n) {
  margin-right: 0;
}
#psychiatry .accordion-js .accordion-title {
  padding: 40px 45px;
}
.accordion.accordion_none {
  cursor: default;
}
@media screen and (max-width:1099px) {
  #sp-nav .accordion-js .accordion {
    border: none;
    background-color: transparent;
  }
  #sp-nav .accordion-js .accordion-title {
    font-size: 16px;
    padding: 0;
  }
  #sp-nav nav .accordion-js .accordion-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #sp-nav nav .accordion-js .accordion-content ul li {
    border: none;
  }
  #sp-nav nav .accordion-js .accordion-content ul li a {
    width: calc(100% - 30px);
    margin: auto;
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width:1099px) {
  .accordion-js .accordion-title .toggle_btn::before,
  .accordion-js .accordion-title .toggle_btn::after {
    width: 20px;
    right: 20px;
    right: 12px;
  }
  .accordion-js .accordion-content {
    margin: 0 25px;
    padding: 20px 0;
  }
}
@media screen and (max-width:750px) {
  .accordion-js .accordion {
    border: 3px solid #CCCCCC;
  }
  .accordion-js .accordion-title {
    font-size: 16px;
    padding: 15px 45px 15px 30px;
  }
  .accordion-js .accordion-content {
    font-size: 14px;
    margin: 0 20px;
  }
  #first_time_faq .accordion .a {
    float: none;
  }
  #first_time_faq .accordion .a_txt {
    font-size: 14px;
  }
  .accordion-js.accordion_col2 .accordion {
    width: calc(100% - 6px);
    margin: 0 0 25px 0;
    float: none;
  }
  #psychiatry .accordion-js .accordion-title {
    padding: 20px 40px;
  }
  #sp-nav .accordion-js .accordion-content {
    margin: 0;
  }
  #sp-nav .accordion-js .accordion-title {
    font-size: 14px;
  }
  #sp-nav .accordion-js .accordion-title .toggle_btn::before,
  #sp-nav .accordion-js .accordion-title .toggle_btn::after {
    height: 2px;
  }
}
/* ------------------------
  -- tab
------------------------*/
.tab-content {
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 0 60px;
}
.tab-container {
  display: flex;
}
.tab-container {
  margin: 0 0 30px;
}
.tab {
  font-size: 20px;
  font-weight: 500;
  text-align:center;
  width: 31.8%;
  padding: 25px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
  border-right: 1px solid #CCCCCC;
}
.tab:last-child {
  border-right: none;
}
.tab.active {
  background-color: lightblue;
}
.content {
  display: none; /*必須*/
}
.content.show {
  display: block; /*必須*/
}
.content.show .search_list_category {
  display: flex;
  flex-wrap: wrap;
}
.content.show .search_list_category > li {
  width: 23.7%;
  height: 94px;
  font-size: 18px;
  text-align: center;
  display: table;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  margin: 0 1% 1% 0;
}
.content.show .search_list_category li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.content.show .search_list_category li a:hover {
  opacity: 0.6;
}
.content.show .search_list_category li a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  display: block;
  height: 0;
  width: 0;
}
@media screen and (max-width:1400px) {
  .tab-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width:750px) {
  .tab {
    font-size: 14px;
    padding: 15px 10px;
  }
  .content.show .search_list_category > li {
    width: 48%;
    height: 52px;
    font-size: 14px;
    margin-bottom: 1.5%;
  }
  .tab-container {
    margin: 0 0 20px;
  }
  .content.show .search_list_category li a {
    line-height: 1.3em;
  }
}

/* ------------------------
  -- panel block
------------------------*/
.panel__block {
  width: calc(100% - 6%);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.panel__block li {
  width: 30.5%;
  text-align: center;
  border: 2px solid #CCCCCC;
  margin: 0 3% 3% 0;
}
.panel__block li a {
  padding: 25px;
  display: block;
}
.panel__block li:last-child,
.panel__block li:nth-child(3n) {
  margin-right: 0;
}
.panel__block .img__area {
  width: fit-content;
  height: 120px;
  margin: auto;
}
.panel__block .img__area img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: text-top;
}
.panel__block li h3 {
  font-size: 1.4em;
  position: relative;
}
.panel__block li .panel__block__btn {
  font-size: 14px;
  margin-top: 25px;
  border: 1px solid #000000;
  border-radius: 100vh;
  display: inline-block;
  padding: 2px 30px;
}
/* arrowサイズ */
.panel__block li .arrow {
  padding: 8px;
}
.panel__block li .arrow::before {
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
}
/* hover時 */
.panel__block li a:hover {
  background-color: #F5F5F5;
  transition: all 0.5s ease 0s;
}
.panel__block li a:hover .panel__block__btn {
  color: #FFFFFF;
  background-color: #000000;
  transition: all 0.5s ease 0s;
}
.panel__block li a:hover .panel__block__btn > .arrow::before {
  border-color: #FFFFFF;
}
@media screen and (max-width:750px) { 
  .panel__block {
    width: 100%;
  }
  .panel__block li {
    width: 47%;
    margin: 0;
    margin-bottom: 2%;
  }
  .panel__block li:nth-child(2n) {
    margin-left: 2%;
  }
  .panel__block li a {
    padding: 15px;
  }
  .panel__block li h3 {
    font-size: 16px;
  }
  .panel__block li .panel__block__btn {
    font-size: 10px;
    padding: 2px 24px;
  }
  .panel__block .img__area {
    width: fit-content;
    height: 80px;
    margin: auto;
  }
  .panel__block .img__area img {
    width: 70%;
    height: auto;
    object-fit: cover;
    object-position: center;
    vertical-align: text-top;
  }
  .panel__block li .arrow::before {
    content: none;
  }
}

/* =========================

  img slide

=========================*/
.img__slide {
  margin-bottom: 120px;
}
.img__slide__wrap {
  display: flex;
  overflow: hidden;
}
.img__slide__list {
  display: flex;
  list-style: none;
}
.img__slide__list {
animation:infinity-scroll-left 95s infinite linear 0.5s both;
}
.img__slide__item {
  width: calc(100vw / 5);
  margin-right: 30px;
}
.img__slide__item > img{
   width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width:1400px) {
  .img__slide {
    margin-bottom: 90px;
  }
  .img__slide__item {
    width: calc(160vw / 5);
    margin-right: 15px;
  }
}

/* =========================

  header

=========================*/
.link_language {
  font-size: 0.8em;
  display: flex;
  justify-content: end;
  align-items: center;
}
.link_language .icon_language {
  margin-right: 15px;
}
.bogo-language-switcher {
  display: flex;
}
.bogo-language-switcher li {
  padding-right: 12px !important;
  margin-right: 12px;
}
.bogo-language-switcher a {
  color: #CCCCCC;
  padding-bottom: 6px;
}
.bogo-language-switcher a:hover {
  border-bottom: 1px solid #000000;
}
.bogo-language-switcher a.current {
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}
.bogo-language-switcher li.ja {
  border-right: 1px solid #CCCCCC;
  order: 1;
}
.bogo-language-switcher li.en {
  margin-right: 0;
  padding-right: 0;
  order: 2;
}
header {
  width: 100%;
  /* position: absolute;
  z-index: 9999; */
  background-color: rgba(255, 255, 255, 1);
}
header a:hover {
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
header .pc_nav {
  position: relative;
  z-index: 999;
}
header .pc_nav .logo_btn, header .pc_nav .nav .nav_inner,
.link_language {
  width: 1400px;
  margin: auto;
}
header .pc_nav .nav a:hover {
  opacity: 1.0;
}
header .pc_nav .nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 1);
}
header .pc_nav .nav.fixed .nav_inner {
  width: 1400px;
  margin: auto;
  /* padding: 6px 0; */
}
header .pc_nav .logo_btn {
  margin-bottom: 40px;
}
.pc_nav {
  /* padding: 8px 0 10px; */
  padding: 8px 0 0;
}
.pc_nav .logo {
  width: 360px;
  line-height: 1.0;
}
.pc_nav .logo a img {
  vertical-align: middle;
  border-radius: 0;
}
header .access {
  font-size: 12px;
  line-height: 1.6em;
  margin-right: 20px;
}
.tel {
  font-size: 50px;
}
.tel a {
  display: flex;
  align-items: center;
}
.tel .inner {
  letter-spacing: 0.05em;
}
.tel .icon_tel_w {
  width: 52px;
  height: 52px;
  display: inline-block;
  position: relative;
  background-color: #CCCCCC;
  border-radius: 100vw;
  margin-right: 15px;
}
.tel .icon_tel_w::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/icon_tel_w.svg);
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pc_nav .nav > ul {
  display: flex;
  justify-content: space-around;
}
.pc_nav .nav > ul.nav_inner > li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  line-height: 1.3em;
  text-align: center;
  display: table;
  position: relative;
  padding: 14px 0;
}
.pc_nav .nav > ul li:hover {
  background-image: url(../images/common/nav_hover_w.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  transition: none;
  cursor: pointer;
}
.pc_nav .nav > ul li > .inner {
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
}
.pc_nav .nav > ul > li > a {
  width: 100%;
  display: block;
  border-right: 1px solid #CCCCCC;
}
.pc_nav .nav > ul > li:first-child > a {
  border-left: 1px solid #CCCCCC;
}
.pc_nav .nav > ul li .arrow {
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.pc_nav .nav > ul li .arrow::before {
  width: 6px;
  height: 6px;
  top: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
header .pc_nav .subttl {
  font-size: 11px;
}

.fixed-header {
  width: calc(100% - 28px);
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  padding: 14px;
  z-index: 9999;
  display: table;
}
.fixed-header .header_inner {
  width: 1200px;
  margin: auto;
}
.fixed-header .logo_btn {
  display: flex;
  justify-content: space-between;
}
.fixed-header .logo {
  width: 310px;
}
.fixed-header .access {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
}
.fixed-header .access .font_l {
  margin-left: 4px;
}
.fixed-header .access .fa-train {
  margin-right: 6px;
}
.fixed-header .teldetail {
  margin-left: 15px;
  display: grid;
}
.btn_tel {
  font-size: 26px;
  text-align: center;
  padding: 6px 38px;
  border: 1px solid #000000;
  border-radius: 100vh;
}
.btn_tel .inner {
  vertical-align: middle;
}
@media screen and (max-width:1400px) {
  .fixed-header .header_inner,
  .link_language {
    width: calc(100% - 50px);
  }
  header .pc_nav .logo_btn,
  header .pc_nav .nav .nav_inner,
  header .pc_nav .nav.fixed {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
  header .pc_nav .nav.fixed .nav_inner {
    width: auto;
  }
  header .access {
    line-height: 1.3em;
  }
}
@media screen and (max-width:1300px) {
  .pc_nav .logo {
    width: 30%;
  }
  header .tel {
    font-size: 1.8em;
  }
  .tel .icon_tel_w {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width:1099px) {
  .link_language {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    font-size: 10px;
  }
  .link_language .icon_language {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .language-switcher li {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width:750px) {
  .tel {
    font-size: 40px;
  }
  .tel .fa-phone {
    font-size: 14px;
    padding: 10px;
    vertical-align: text-bottom;
  }
}
@media screen and (max-width:450px) {
  .tel {
    font-size: 35px;
  }
}

/* =========================

  nav

=========================*/
.sp_nav {
  display: none;
}
.fixed-header nav {
  margin-top: 28px 
}
.fixed-header nav .nav_inner {
  display: flex;
  justify-content: space-around;
}
.fixed-header nav .nav_inner > li {
  font-size: 17px;
  margin-right: 20px;
}
.fixed-header nav .nav_inner > li:last-child {
  margin-right: 0;
}
.fixed-header nav .nav_inner .arrow {
  padding: 6px;
}
.fixed-header nav .nav_inner .arrow::before {
  width: 6px;
  height: 6px;
}
@media screen and (max-width:1400px) {
  .fixed-header nav .nav_inner > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1099px) {
  header {
    width: 100%;
    z-index: 9999;
  }
  header .pc_nav {
    display: none;
  }
  header .sp_nav {
    width: 100%;
    height: 64px;
    display: table;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  header .sp_nav_inner {
    position: relative;
    z-index: 9999;
    display: table-cell;
    vertical-align: middle;
    background-color: #FFFFFF;
  }
  .fixed-header {
    width: calc(100% - 28px);
  }
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    /* height: 80px; */
    box-shadow: 0px 0px 9px 0px rgba(237, 217, 217, .67);
    position: fixed !important;
    top: 0;
    background: transparent;
  }
  .fixed-header {
    padding: 2px 14px;
  }
}

/* hamburger menu */
body.menu-open {
  position: fixed; /* 背景のスクロールを防ぐ */
  width: 100%;
  overflow: hidden;
}

#sp-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  /* right: -120%; */
  display: none;
  width: 100%;
  height: 100vh;
  background: #F4F9FB;
  transition: all 0.6s;
  overflow: auto;
}
#sp-nav.panelactive {
  right: 0;
  display: block;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
  overflow: auto;
}
/*フェードイン*/
@keyframes fadeIn{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#sp-nav .sp-nav_inner {
  width: 100%;
  height: calc(100vh - 90px);
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#sp-nav nav ul li {
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
#sp-nav nav ul li:first-child {
  border-top: 1px solid #CCCCCC;
}
#sp-nav .sp-nav_inner nav a,
#sp-nav .accordion-js .accordion-title {
  width: calc(100% - 20px);
  line-height: 1.4em;
  display: block;
  padding: 20px 10px;
}
#sp-nav .sp-nav_inner nav a {
  position: relative;
  
}
#sp-nav .sp-nav_inner nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #CCCCCC;
  border-right: solid 2px #CCCCCC;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
.openbtn {
  position: absolute;
  z-index: 9999;
  width: 75px;
  height: 75px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #CCCCCC;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 17px;
}
.openbtn span:nth-of-type(2) {
  top: 27px;
}
.openbtn span:nth-of-type(3) {
  top: 37px;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 1099px) {
  #sp-nav .sp-nav_inner .nav_inner {
    display: block;
  }
  .sp_nav_inner .logo {
    width: 250px;
    line-height: 1.0;
    padding-left: 25px;
    margin-top: 8px;
  }
  #sp-nav .sp_nav .nav_btn {
    margin-bottom: 20px;
  }
  #sp-nav .sp_nav .detail {
    margin: 20px 0;
    font-weight: bold;
  }
  #sp-nav .sp_nav .detail .tel_mail i {
    font-size: 16px;
    padding: 8px;
    margin-right: 8px;
  }
  #sp-nav .sp_nav .detail .tel_mail li.tel span {
    font-size: 25px;
    vertical-align: middle;
  }
  .fixed-header nav .nav_inner > li {
    margin-right: 0;
  }
  #sp-nav .sp-nav_inner .nav_btn .col2 {
    display: block;
  }
  #sp-nav .sp-nav_inner .nav_btn .col2 li {
    margin: 0 0 15px 0;
  }
  .sp_nav_inner .logo {
    z-index: 9999;
    position: relative;
  }
  .openbtn {
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 75px;
    height: inherit;
  }
  .openbtn .menu {
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 3px;
  }
  p.menu::before {
    content: "MENU";
    display: inline-block;
  }
  #sp-nav .sp-nav_inner .nav_inner {
    padding-bottom: 150px;
  }
  #sp-nav .access {
    padding: 20px 10px;
    text-align: center;
    margin: 0 20px 20px;
  }
  #sp-nav .teldetail {
    margin: 0 20px 60px;
  }
  #sp-nav .teldetail .btn_tel {
    padding: 12px 38px;
  }
  #sp-nav .navlogo {
    width: 150px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 750px) {
  .sp_nav_inner .logo {
    width: 46%;
    margin: 10px 8px 8px;
    padding-left: 0;
  }
  #sp-nav nav ul li {
    width: 100%;
    font-size: 14px;
    margin: 0;
  }
  #sp-nav .sp-nav_inner nav a,
  #sp-nav .accordion-js .accordion-title {
    width: calc(100% - 45px);
    font-weight: normal;
    display: block;
    padding: 12px 30px 15px 15px;
    word-break: break-all;
  }
  #sp-nav .navlogo {
    width: 150px;
    margin: 0 auto 150px;
  }
  #sp-nav .tel {
    font-size: 30px;
    text-align: center;
  }
  #sp-nav .tel .fa-phone {
    font-size: 14px;
    padding: 10px;
    vertical-align: text-top;
  }
}

/* =========================

  dropdown / megamenu
  
=========================*/
/* .dropdown {
  padding: 10px 0;
} */
.dropdown {
  position: relative;
}
.dropdown:hover {
  cursor: pointer;
  background-color: #CCCCCC;
  transition: background-color .3s; 
}
.dropdown:hover .dropdown_box,
.dropdown_box:hover {
  width: 278px;
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
  background-color: #CCCCCC;
}
@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.dropdown li {
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.dropdown li:last-child {
  border-bottom: none;
}
/* .dropdown li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
} */
.dropdown li:hover {
  opacity: 0.6;
}
.dropdown li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0;
}
.dropdown_box {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform .2s;
  width: max-content;
  z-index: 1;
  margin-top: 0;
}
.dropdown_box li {
  background-color: #CCCCCC;
  transition: opacity .2s; 
  border-right: none !important;
  margin: 0 5px;
}
.dropdown_box li a {
  padding: 15px 0;
}
.dropdown:hover .doropdown_col2,
.doropdown_col2:hover {
  width: 400px;
  left: 0;
  column-count: 2;
  gap: 0;
}
@media screen and (max-width:1400px) {
  .dropdown:hover .dropdown_box,
  .dropdown_box:hover {
    width: 206px;
    padding: 0 10px;
  }
  .dropdown li {
    font-size: 15px;
  }
  .dropdown li a {
    padding: 12px 0;
  }
}

/* =========================

  KV

=========================*/
.bx-wrapper {
  position: relative;
  height: 83vh;
  border: none !important;
  box-shadow: none !important;
}
.bx-viewport, .bx-viewport li, .bx-wrapper img, .slider {
  height: 100% !important;
}
.bx-wrapper img {
  object-fit: cover;
}
.kv {
  width: 100%;
  height: 900px;
  /* height: 83vh; */
  /* background-image: url(../images/kv01.jpg);
  background-size: cover;
  background-position: top; */
}
.kv .kv_inner {
  width: 1400px;
  height: 900px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 99;
}
.kv_copy {
  padding-top: 16vh;
}
.en-US .kv_copy {
  padding-top: 9vh;
}
.kv_copy .access {
  width: fit-content;
  font-size: 22px;
  color: #FFFFFF;
  -webkit-text-stroke: 0.5px #FFFFFF;
  background-color: #F3A2C6;
  border-radius: 100vw;
  padding: 14px 40px;
  margin-bottom: 30px;
  position: relative;
}
.kv_copy .access::before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/common/titlelogo.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: -27px;
  transform: rotate(-15deg);
}
.kv_copy .copy {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 1.6em;
  font-weight: bold;
  -webkit-text-stroke: 4px #FFFFFF;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 8px rgba(255, 255, 255, .5);
}
.kv_copy .copy::before {
  color: #35B3DD;
  line-height: 1.6em;
  white-space: pre;
  content: "目のことで心配なことがありましたら\Aご相談にいらしてください。";
  position: absolute;
  z-index: 9999;
  -webkit-text-stroke: 0.5px #35B3DD;
}
.en-US .kv_copy .copy::before {
  content: "If you have any concerns about your eyes,\Aplease come and talk to us.";
}
.kv .time_table {
  width: 600px;
  position: absolute;
  bottom: 45px;
}
.kv .clinic_point {
  display: flex;
  gap: 2em;
  position: absolute;
  right: 0;
  bottom: 120px;
}
.kv .clinic_point li {
  width: 240px;
  height: 240px;
  color: #FFFFFF;
  background-color: #35B3DD;
  border-radius: 100vw;
  display: table;
}
.kv .clinic_point li p {
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.bx-wrapper {
  height: 900px;
}
.en-US .kv .clinic_point li p {
  font-size: 18px;
}
@media screen and (max-width:1400px) {
  .kv .kv_inner {
    width: 90%;
  }
  .kv_copy .copy {
    font-size: 4vw;
  }
}
@media screen and (max-width:1270px) {
  .kv .clinic_point li {
    width: 200px;
    height: 200px;
    color: #FFFFFF;
    background-color: #35B3DD;
    border-radius: 100vw;
    display: table;
  }
  .kv .clinic_point li p {
    font-size: 0.9em;
  }
}
@media screen and (max-width:1200px) {
  .kv .clinic_point {
    bottom: -7vh;
  }
}
@media screen and (max-width:1099px) {
  .kv, .bx-wrapper {
    height: 50vh;
    margin-bottom: 120px;
  }
  .kv .kv_inner {
    height: 50vh;
  }
  .kv .time_table.pc_ver {
    display: none;
  }
  .kv_copy {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .kv .clinic_point li {
    width: 150px;
    height: 150px;
  }
  .en-US .kv {
    margin-bottom: 280px;
  }
  .en-US .kv .clinic_point {
    max-width: 642px;
    width: 100%;
    bottom: -240px;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
  }
  .en-US .kv .clinic_point li {
    width: 50%;
    border-radius: 20px;
    padding: 8px;
  }
}
@media screen and (max-width:750px) {
  .kv, .bx-wrapper, .kv .kv_inner {
    height: 35vh;
  }
  .kv_copy {
    top: 47%;
  }
  .kv_copy .access {
    font-size: 14px;
    padding: 6px 25px;
    margin-bottom: 12px;
  }
  .kv_copy .access::before {
    width: 30px;
    height: 30px;
    top: -22px;
  }
  .kv_copy .copy {
    font-size: 18px;
    -webkit-text-stroke: 3px #FFFFFF;
  }
  .kv .clinic_point {
    gap: 1em;
    right: -10px;
    bottom: -10vh;
  }
  .kv .clinic_point li {
    width: 120px;
    height: 120px;
  }
  .en-US .kv_copy .access {
    font-size: 13px;
  }
  .en-US .kv_copy {
    padding-top: 0;
  }
  .en-US .kv_copy .copy::before {
    content: "If you have any concerns about your eyes,\Aplease come and talk to us.";
    white-space: pre-line;
    display: block;
  }
  .en-US .kv .clinic_point li {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    padding: 8px;
  }
  .en-US .kv .clinic_point li p {
    font-size: 16px;
  }
}

/* =========================

  top timetable

=========================*/
@media screen and (max-width:1099px) {
  .time_table.sp_ver {
    display: block;
    width: 600px;
    margin: auto;
  }
}
@media screen and (max-width:750px) {
  .time_table.sp_ver {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .time_table.sp_ver table th, .time_table.sp_ver td {
    padding: 5px 0;
  }
}

/* =========================

  top news

=========================*/
#top_news {
  width: 1160px;
  margin: 120px auto 130px;
}
#top_news .section__ttl {
  text-align: center;
  margin-top: -10px;
  display: block;
}
#top_news .section__ttl .subttl {
  margin: 0;
}
#top_news h2 {
  border: none;
  margin-bottom: 0;
  padding: 0 0 5px 0;
}
#top_news h2::before {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto 10px;
  position: unset;
}
#top_news .news_item_wrap {
  width: 75%;
}
#top_news .news_item {
  margin-bottom: 20px;
}
#top_news .news_item:last-child {
  margin-bottom: 0;
}
#top_news .news_item_inner a {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 5px;
}
#top_news .news_item_inner a:hover {
  opacity: 0.6;
}
#top_news .news_item_inner:last-child {
  margin-bottom: 0;
}
#top_news .news_item_inner h3 {
  font-weight: normal;
  margin-left: 20px;
}
#top_news .btn_wrap {
  margin-top: 30px;
}
#top_news .day_tag {
  display: flex;
  align-items: center;
}
#top_news .day_tag .day {
  margin-right: 20px;
}
#top_news .news_post {
  margin-left: 20px;
}
@media screen and (max-width:1400px) { 
  #top_news {
    width: calc(100% - 50px); 
  }
  #top_news .news_item_wrap {
    width: 70%;
  }
  #top_news .news_item_wrap dl {
    width: 100%;
  }
}
@media screen and (max-width:750px) { 
  #top_news {
    margin: 60px auto;
  }
  #top_news .top_news_inner {
    display: block;
  }
  #top_news .news_item {
    margin-bottom: 15px;
  }
  #top_news .news_item_wrap {
    width: 100%;
  }
  #top_news .news_item_inner a {
    display: block;
    padding: 15px 0;
  }
  #top_news .news_item_inner h3 {
    margin-left: 0;
  }
  #top_news .section__ttl {
    margin: 0 0 20px;
  }
  #top_news .btn_wrap  {
    justify-content: center;
  }
  #top_news .news_post {
    margin: 6px 0 0;
  }
}

/* =========================

  top greeting

=========================*/
#top_greeting .section__contents__inner.bg_blue {
  width: calc(1400px - 228px);
  padding: 70px 114px;
  border-radius: 20px;
}
#top_greeting .txt__img__block {
  gap: 3em;
}
#top_greeting .txt__img__block .txt__area {
  width: 80%;
}
#top_greeting .txt__img__block .img__area {
  width: 276px;
  height: 329px;
}
@media screen and (max-width:1400px) { 
  #top_greeting .section__contents__inner.bg_blue {
    width: calc(100% - 228px - 50px);
    margin: auto 25px;
  }
}
@media screen and (max-width:950px) { 
  #top_greeting .txt__img__block .txt__area {
    width: 100%;
  }
  #top_greeting .txt__img__block .img__area {
    margin: 30px auto 0;
  }
}
@media screen and (max-width:750px) { 
  #top_greeting .section__contents__inner.bg_blue {
    width: calc(100% - 16% - 50px);
    padding: 8%;
  }
}

/* =========================

  top treatment

=========================*/
#top_treatment .treatment_box {
  width: calc(1000px - 120px);
  margin: auto;
  line-height: 2em;
  background-color: #FFFAFC;
  border: 1px solid #F3A2C6;
  border-radius: 20px;
  padding: 30px 60px;
  display: table;
}
#top_treatment .treatment_box p {
  display: table-cell;
  vertical-align: middle;
}
#top_treatment .btn_download {
  width: 1000px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#top_treatment .btn_download li {
  min-width: 454px;
}
#top_treatment .btn_download li a {
  color: #FFFFFF;
  font-size: 1.2em;
  text-align: center;
  background-color: #35B3DD;
  display: block;
  border-radius: 100vw;
  padding: 20px 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top_treatment .btn_download li a:hover {
  opacity: .6;
}
#top_treatment .btn_download li a .btn_download_txt {
  flex: 1;
}
@media screen and (max-width:1050px) { 
  #top_treatment .treatment_box {
    width: calc(100% - 16vw);
    padding: 4vw 8vw;
  }
  #top_treatment .btn_download {
    width: 100%;
    gap: 1em;
  }
  #top_treatment .btn_download li {
    min-width: unset;
    width: 48%;
  }
  #top_treatment .btn_download li a {
    padding: 15px 40px;
  }
}
@media screen and (max-width:750px) { 
  #top_treatment .btn_download {
    gap: 1.5em;
    flex-flow: column;
    margin-top: 40px;
  }
  #top_treatment .btn_download li {
    width: 100%;
  }
}

/* =========================

  top payment

=========================*/
#top_payment .img_payment {
  width: 80%;
  margin: auto;
}

/* =========================

  footer

=========================*/
footer {
  background-size: cover;
  position: relative;
  border-top: 1px solid #35B3DD;
  margin-top: 220px;
}
footer .footer_inner {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 72px 0;
  position: relative;
  z-index: 1;
}
footer .footer_inner .detail {
  width: 46%;
}
footer .logo {
  width: 380px;
}
footer .clinic_detail {
  line-height: 1.6em;
  margin-top: 30px;
}
footer .clinic_detail .access {
  text-align: center;
  padding: 10px 18px;
  background-color: rgba(144, 198, 216, 0.2);
  border-radius: 5px;
  margin-top: 15px;
}
footer .tel {
  margin-top: 40px;
}
footer .table_detail {
  width: 600px;
}
/* copy */
footer .copy {
  width: calc(100% - 20px);
  color: #FFFFFF;
  line-height: 1.0em;
  text-align: center;
  padding: 12px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1240px) {
  footer .footer_inner .detail {
    width: 46%;
  }
  footer .table_detail {
    width: 46%;
  }
}
@media screen and (max-width:1200px) { 
  footer .footer_inner {
    width: calc(100% - 50px);
    justify-content: space-between;
  }
  footer .table_area {
    width: 85%;
    margin-top: 50px;
  }
}
@media screen and (max-width:950px) {
  footer .footer_inner {
    padding: 60px 0;
    display: block;
  }
  footer .footer_inner .detail,
  footer .table_detail {
    width: 100%;
  }
  footer .table_detail {
    margin-top: 50px;
  }
  footer .time_table {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
@media screen and (max-width:750px) {
  footer {
    margin-top: 120px;
  }
  footer .logo {
    width: 80%;
  }
  footer .clinic_detail {
    font-size: 13px;
  }
}

/* =========================

  fixed side

=========================*/
.fixed_side {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-orientation: upright;
}
.fixed_side.fixed.none {
  opacity: 0;
  z-index: -1;
}
.fixed_side ul {
  display: flex;
}
.fixed_side li {
  width: 300px;
  font-size: 15px;
  vertical-align: middle;
  display: table;
  margin-right: 20px;
}
.fixed_side li:last-child {
  margin-right: 0;
}
.fixed_side li > .inner {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 10px 10px 0 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_side li:nth-child(1) .inner {
  font-size: 26px;
}
.fixed_side li a:hover {
  opacity: 0.8;
}
.fixed_side .fa-phone,
.fixed_side .fa-location-dot {
  color: #000000;
  width: 20px;
  height: 20px;
  font-size: 16px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 100vw;
  line-height: 1.0;
  letter-spacing: normal;
  vertical-align: baseline;
  position: relative;
}
.fixed_side .fa-location-dot {
  font-size: 20px;
}
.fixed_side .fa-phone:before {
  line-height: 1.3em;
}
@media screen and (max-width:750px) {
  .fixed_side {
    width: 100%;
    bottom: 0;
    top: unset;
  }
  .fixed_side ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
  .fixed_side li {
    width: 50%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
  .fixed_side li:last-child {
    margin-right: 0;
  }
  .fixed_side li > .inner,
  .fixed_side li:nth-child(1) .inner {
    font-size: 14px;
    border-radius: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed_side li > .inner .pc {
    display: none;
  }
  .fixed_side .icon_calendar, .fixed_side .icon_medical-records {
    margin: 0 8px 0 0;
  }
  .fixed_side .fa-phone, .fixed_side .fa-location-dot {
    color: #000000;
    width: 12px;
    height: 12px;
    font-size: 12px;
    padding: 10px;
    margin-right: 10px;
  }
  .fixed_side .fa-location-dot {
    font-size: 14px;
  }
}

/* =========================

  page top

=========================*/
.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 100px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
}
.arrow_top {
  height: 10px;
  width: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width:750px) {
  .pagetop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 70px;
  }
}

/* =========================

  modal

=========================*/
.modal {
  display: block;
  width: 900px;
  max-width: 100%;
  height: 300px;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.modal button {
  background-color: transparent;
}
.closed {
  display: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.modal-guts {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-guts .modal-ttl {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CCCCCC;
}
.modal-guts .modal-ttl svg.icon_calendar {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.modal-guts .btn_wrap {
  justify-content: center;
}
.modal-guts .btn_wrap li {
  font-size: 18px;
  margin-right: 30px;
}
.modal-guts .btn_wrap li:last-child {
  margin-right: 0;
}
.modal .close-button {
  position: absolute;
  z-index: 1;
  top: -47px;
  right: 0;
  border: 0;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 2.3rem;
  cursor: pointer;
}

@media screen and (max-width:950px) {
  .modal {
    width: calc(90% - 40px);
  }
}

@media screen and (max-width:750px) {
  .modal-guts {
    width: 80%;
  }
  .modal-guts .modal-ttl {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .modal-guts .btn_wrap {
    display: block;
  }
  .modal-guts .btn_wrap li {
    font-size: 18px;
    margin-right: 30px;
    margin: 0 0 20px 0;
  }
  .modal-guts .btn_wrap .btn.btn_primary a {
    margin: auto;
  }
  .modal-guts .btn_wrap.flex.flex_center {
    margin-bottom: 0;
  }
}

.m-modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.m-modal__bg{
  background: rgba(0,0,0,0.6);
  height: 106vh;
  position: absolute;
  width: 100%;
}
.m-modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 56%;
  transform: translate(-50%,-50%);
  width: 60%;
  z-index: 999;
}
.m-modal__content video {
  width: 100%;  
}
.js-m-modal-close {
  position: absolute;
  z-index: 1;
  top: -42px;
  right: 0;
  border: beige;
  color: #FFFFFF;
  padding: 8px 6px;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  .m-modal__content{
    padding: 15px;
    position: absolute;
    top: 50%;
    width: 80%;
  }
}

body.popup-open {
  overflow: hidden;
}
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#popup-wrapper {
  position: relative;
  max-width: 800px;
  width: 80%;
}
.popup-box {
  height: 60vh;
  background: #FFFFFF;
  padding: 80px 40px;
  border-radius: 10px;
  position: relative;
  overflow: scroll;
}
.popup-box h2 {
  margin-top: 0;
}
.popup-box p {
  margin-bottom: 40px;
}
#close-popup {
  position: absolute;
  top: 3px;
  right: 10px;
  background: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width:750px) {
  #popup-wrapper {
    width: 90%;
  }
  .popup-box {
    padding: 60px 20px;
  }
}







