/* * {
  outline: 1px solid red;
} */

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1C1C1C;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 100%;
  transition: opacity 0.4s;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: opacity;
  margin: 0px;
  letter-spacing: 0.05rem;
  padding-top: 179.59px;
}

ul,
ol {
list-style: none;
}

a {
color: inherit;
text-decoration: none;
}


header {
  position: fixed;
  width: 100%;
  height: 179.59px;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

.clinic_header_wrapper {
  width: 1240px;
  margin: 0 auto;
}

.clinic_header {
  display: flex;
  position: relative;
  justify-content: center;
}



.header_feature {
  display: flex;
  margin-top: 47px;
  margin-bottom: 0px;
}

.feature1 span {
  /* display: inline-block;
  width: 87px;
  height: 32px; */
  padding: 15px 56px;
  background-color: #C6E3F9;
  border-radius: 50px;
  text-align: center;
}

.feature2 {
  margin-left: 20px;
}

.feature2 span{
  /* display: inline-block;
  width: 122px;
  height: 32px; */
  padding: 15px 40px;
  background-color: #C6E3F9;
  border-radius: 50px;
  text-align: center;
}

.telphone {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.2;
}

.telphone::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 15%;
  width: 28px;
  height: 35px;
  margin-right: 5px;
  margin-left: 54px;
  background: url(eye.picture/tel.jpg);
  background-repeat: no-repeat;
}

.tel_time {
  display: inline-block;
  text-align: right;
  font-size: 14px;
}

.tel_number {
  display: inline-block;
  text-align: right;
  font-size: 22px;
}

.header_sub ul {
  display: flex;
  /* height: 35px; */
  margin-bottom: 10px;
  margin-top: 10px;
}

.reser a {
  display: inline-block;
  padding: 12px 41px;
  font-size: 14px;
  background-color: #E88B00;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 2px 0 #d01a0a;
}

.reser a:hover {
  transform: translateY(2px);
  transition: transform .10s;
  box-shadow: none;
}

.inq {
  margin-left: 30px;
}

.inq a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  background-color: #155DA1;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 2px 0 #052C51;
}

.inq a:hover {
  transform: translateY(2px);
  transition: transform .10s;
  box-shadow: none;
}







.clinic_nav {
  width: 100vw;
  background-color: #155DA1;
}

.clinic_nav_list {
  width: 100vw;
  display: flex;
  padding-left: 0px;
  margin-top: 0px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.clinic_nav_list li a{
  position: relative;
}

.clinic_nav_list li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -7px;               /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
  }
  
.clinic_nav_list li a:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

.list_right1 {
  margin-right: 120px;
  text-align: center;
}

.list_right1 a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.list_right1 a span {
  font-size: 17px;
}

.list_right1 a small {
  display: inline-block;
  /* transform: translateY(-5px); */
  font-size: 11px;
}

.list_right1 img {
  display: none;
}

.nav_1 {
  margin-right: 120px;
  text-align: center;
}

.nav_1 a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.nav_1 a span {
  font-size: 17px;
}

.nav_1 a small {
  display: inline-block;
  /* transform: translateY(-5px); */
  font-size: 11px;
}

.nav_2 {
  margin-right: 120px;
  text-align: center;
}

.nav_2 a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.nav_2 a span {
  font-size: 17px;
}

.nav_2 a small {
  display: inline-block;
  /* transform: translateY(-5px); */
  font-size: 11px;
}

.nav_3 {
  margin-right: 120px;
  text-align: center;
}

.nav_3 a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.nav_3 a span {
  font-size: 17px;
}

.nav_3 a small {
  display: inline-block;
  /* transform: translateY(-5px); */
  font-size: 11px;
}

.nav_4 {
  margin-right: 120px;
  text-align: center;
}

.nav_4 a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.nav_4 a span {
  font-size: 17px;
}

.nav_4 a small {
  display: inline-block;
  font-size: 11px;
}

.list_right6 {
  text-align: center;
}

.list_right6 a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.list_right6 a span {
  font-size: 17px;
}

.list_right6 a small {
  display: inline-block;
  /* transform: translateY(-5px); */
  font-size: 11px;
}

.list_right6 img {
  display: none;
}

.list_right7 {
  display: none;
}

.list_right8 {
  display: none;
}

.nav_5 {
  display: none;
}

.humberger {
  display: none;
}

.header_picture img {
  background-size: cover;
}

.mobile_picture {
  display: none;
}

.main_picture {
  width: 100%;
}







.information_wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

.information {
  width: 56.7vw;
  margin: 0 auto;
}

.information h2 {
  display: flex;
  justify-content: center;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 15px;
  align-items: center;
}

.information h2 span {
  font-size: 32px;
  color: #155DA1;
}

.information_list {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
}

.information_list li a {
  display: flex;
  align-items: center;
  font-family: "Hiragino Kaku Gothic ProN";
}

.newst {
  display: flex;
  align-items: center;
}

.newsp {
  display: flex;
  align-items: center;
}

.newsd {
  display: flex;
  align-items: center;
}

.day {
  font-size: 14px;
  margin-right: 20px;
}

.news {
  margin-right: 85px;
}

.news span {
  display: inline-block;
  padding: 3px 23px;
  background-color: #155DA1;
  color: #fff;
  font-size: 14px;
}

.news_sentence {
  font-size: 18px;
}

.news_sentence:hover {
  text-decoration: underline;
}

/* .information_btn{
  text-align: center;
} 

.information_btn a {
  padding: 20px 90px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #155DA1;
} */

.infor_btn {
  text-align: center;
  height: 100%;
}


.infor_btn a {
  display: inline-block;
  padding: 20px 103px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #155DA1;
  text-align: center;
  box-shadow: 0 3px 0 #052C51;
}

.infor_btn a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}







.first_time_wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url(eye.picture/first\ time.png);
}

.first_time {
  width: 56.7vw;
  margin: 0 auto;
}

.first_time h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  text-align: center;
}

.first_time h2 span {
  color: #F1AC45;
  font-size: 36px;
}

.support {
  display: flex;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  color: #D4EAFF;
  font-size: 25px;
  font-weight: 400px;
  height: 121px;
}

.first_sentene {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 43px;
}

.second_sentene {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 43px;
}

.third_sentene {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}


.first_btn_wrapper {
  text-align: center;
  height: 100%;
}

.first_btn_wrapper a {
  display: inline-block;
  padding: 20px 79px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #155DA1;
  border: 2px solid #155DA1;
  text-align: center;
  box-shadow: 0 3px 0 #052C51;
}

.first_btn_wrapper a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}




.treatment_wrapper {
  display: block;
  padding-top: 90px;
  padding-bottom: 68px;
}

.treatment {
  width: 1000px;
  margin: 0 auto;
}

.treatment h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.main_title {
  font-size: 36px;
  color: #155DA1;
}

.sub_title {
  font-size: 15px;
}

.treatment_Content {
  margin-top: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.treatment_list1 {
  margin-right: 21px;
  width: 23.2%;
  padding-bottom: 53.42px;
  border: 1px solid #D9D9D9;
  margin-bottom: 22px;
  position: relative;
  text-align: justify;
  line-height: 1.7;
}

.treatment_list1::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 26px solid transparent;
  border-right: 26px solid #155DA1;
  position: absolute;
}

.treatment_list2 {
  margin-right: 21px;
  width: 23.2%;
  padding-bottom: 53.42px;
  border: 1px solid #D9D9D9;
  margin-bottom: 22px;
  position: relative;
  text-align: justify;
  line-height: 1.7;
}

.treatment_list2::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 26px solid transparent;
  border-right: 26px solid #155DA1;
  position: absolute;
}

.treatment_list3 {
  width: 23.2%;
  text-align: center;
  padding-bottom: 53.42px;
  border: 1px solid #D9D9D9;
  margin-bottom: 22px;
  position: relative;
  line-height: 1.7;
}

.treatment_list3::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 26px solid transparent;
  border-right: 26px solid #155DA1;
  position: absolute;
}

.treatment_list1 a {
  display: inline-block;
  height: calc(100% + 53.42px);
}

.treatment_list1 a:hover {
  background-color: #CADFF2;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.8;
}

.treatment_list1 a img {
  width: 100%;
}

.treatment_list1 a h3 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500;
}

.treatment_list1 a p {
  display: block;
  width: 222px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 0px;
}

.treatment_list2 a {
  display: inline-block;
  height: calc(100% + 53.42px);
}

.treatment_list2 a:hover {
  background-color: #CADFF2;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.8;
}

.treatment_list2 a img {
  width: 100%;
}

.treatment_list2 a h3 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500;
}

.treatment_list2 a p {
  display: block;
  width: 222px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 0px;
}

.treatment_list3 a {
  display: inline-block;
  height: calc(100% + 53.42px);
}

.treatment_list3 a:hover {
  background-color: #CADFF2;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.8;
}

.treatment_list3 a img {
  width: 100%;
}


.treatment_list3 a h3 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 500;
}

.treatment_list3 a p {
  display: block;
  width: 222px;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 0px;
  text-align: justify;
}



.feature {
  width: 1142px;
  margin: 0 auto;
}

.feature h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
}





.feature_wrapper {
  padding-top: 22px;
  padding-bottom: 100px;

}


.feature_list {
  display: flex;
  margin-bottom: 50px;
}

.feature_list img {
  margin-right: 50px;
}

.automatic_list h3 {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
}

.automatic_list p {
  font-size: 16px;
  line-height: 2.3;
  margin-top: 0px;
}

.automatic_list p span {
  color: red;
}



.feature_list_reverse {
  display: flex;
  margin-bottom: 50px;
}

.reservation_list h3 {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
}

.reservation_list p {
  line-height: 2.3;
  margin-top: 0px;
  margin-bottom: 55px;
}



.reservation{
  text-align: center;
  height: 100%;
}

.reservation a {
  display: inline-block;
  padding: 20px 85px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #E88B00;
  text-align: center;
  box-shadow: 0 3px 0 #d01a0a;
}

.reservation a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}

.reserv {
  margin-left: 50px;
}



.feature_list_sp {
  display: flex;
}

.feature_list_sp img {
  margin-right: 50px;
}

.specialist_list h3 {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
}

.specialist_list p {
  font-size: 16px;
  line-height: 2.3;
  margin-top: 0px;
  margin-bottom: 55px;
}


.specialist_btn {
  text-align: center;
  height: 100%;
}

.specialist_btn a {
  display: inline-block;
  padding: 20px 87px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #155DA1;
  text-align: center;
  box-shadow: 0 3px 0 #052C51;
}

.specialist_btn a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}


.cataract_survey_wrapper {
  background-image: url(eye.picture/cataractbackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 80px;
}

.cataract_survey {
  display: flex;
  justify-content: space-between;
  /* height: 574px; */
  margin-left: 10.1%;
  margin-right: 0.4%;
}

.cataract_sp {
  display: block;
  height: 100%;
  width: 215px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  margin-right: 110px;
}

.cataract_sp h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  /* padding: 321.1px 14px; */
  overflow: hidden;
  margin: 0px;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 2;
}


.box {
  display: block;
  height: 723.79px;
  width: 215px;
  background-color: #ffffffbf;
  transform: translateY(-10px);
  position: absolute;
  overflow: hidden;
}


/* .cataract_survey_title {
  position: absolute;
} */

.cataract_survey_title h3 {
  margin-top: 0px;
  margin-bottom: 74px;
  color: #F1AC45;
  font-family: "DM Sans";
  font-size: 32px;
  text-align: center;
}

.cataract_survey_title p {
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 83px;
  line-height: 3;
}

.cataract {
  text-align: center;
}

.cataract a {
  display: inline-block;
  padding: 20px 79px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #155DA1;
  text-align: center;
  box-shadow: 0 3px 0 #052C51
}

.cataract a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}




.overview_wrapper {
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #C6E3F9;
  position: relative;
}

.overview {
  width: 86.18vw;
  margin: 0 auto;
}

.overview h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0px;
}

.clinic_overview {
  display: flex;
  justify-content: center;
}

.over {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.overview_logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px;
  background-color: #C6E3F9;
}

.overview_list {
  margin-bottom: 30px;
}

.overview_time {
  margin-bottom: 30px;
}

.reservation_overview{
  text-align: center;
  margin-top: 0px;
  transform: translateY(20px);
} 

.reservation_overview a {
  padding: 20px 78px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #E88B00;
}

.reservation_over {
  text-align: center;
  height: 100%;
}

.reservation_over a {
  display: inline-block;
  padding: 20px 87px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #E88B00;
  text-align: center;
  box-shadow: 0 3px 0 #d01a0a; 
}

.reservation_over a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}

.map {
  margin-left: 36px;
}





.footer_wraper {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #155DA1;
  position: relative;
}

.footer {
  width: 1062px;
  margin: 0 auto;
}

.footer_main_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding-left: 0px;
  margin-left: 16px;
}

.footer_main_menu li {
  position: relative;
  margin-right: 100px;
}

.footer_main_menu li a::before {
  content: "";
  position: absolute;
  top: 30%;   /* 縦軸をセンタリングする */ 
  left: 0;
  transform: translateY(-25%);   /* 縦軸をセンタリングする */
  transform: translateX(-16px);  
  border: 5px solid transparent;
  border-left: 8px solid #fff;   /* 好みで色を変えてください */  
}

.footer_main_menu li a {
  font-size: 15px;
  position: relative;
  color: #fff;
}

.footer_main_menu li a:hover {
  text-decoration: underline;
  color: #C6E3F9;
}


.footer_sub_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 20px;
  padding-left: 40px;
  margin-bottom: 90px;
}

.footer_sub_menu li a::before {
  content: "";
  position: absolute;
  top: 30%;   /* 縦軸をセンタリングする */ 
  left: 0;
  transform: translateY(-25%);   /* 縦軸をセンタリングする */
  transform: translateX(-16px);  
  border: 5px solid transparent;
  border-left: 8px solid #fff; 
}

.footer_sub_menu li a {
  font-size: 15px;
  position: relative;
  color: #fff;
}

.footer_sub_menu li a:hover {
  text-decoration: underline;
  color: #C6E3F9;
}

.footer_sub_menu li{
  font-size: 15px;
}




.copyright {
  margin: 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}









@media (max-width: 760px) {
  body {
    font-size: 15px;
    line-height: 1.8;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    padding-top: 160px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-style: normal;
    }

  /* ヘッター部分 */

  header {
    display: block;
    width: 100vw;
    height: 160px;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .header_feature {
    display: none;
  }

  .header_sub {
    display: none;
  }

  .clinic_header_wrapper {
    width: 300px;
    margin: 0 auto;
  }

  .clinic_header {
    text-align: center;
  }

  .clinic_header img {
    display: inline-block;
    width: 300px;
    height: 100px;
    text-align: center;
  }

  .clinic_nav_warapper {
    width: 100vw;
    height: 51px;
  }

  .clinic_nav {
    text-align: center;
  }


  .clinic_nav_list li {
    margin-right: 0px;
    padding: 7px 13px;
  }

  .clinic_nav_list li small {
    display: none;
  }

  .clinic_nav_list li span {
    font-size: 12px;
  }

  .list_right1 {
    border-right: 1px solid #fff;
  }

  .list_right1 img {
    display: block;
  }

  .list_right1 a {
    align-items: center;
  }

  .nav_1 {
    display: none;
  }

  .nav_2 {
    display: none;
  }

  .nav_3 {
    display: none;
  }

  .nav_4 {
    display: none;
  }

  .list_right6 {
    border-right: 1px solid #fff;
  }

  .list_right6 img {
    display: block;
  }

  .list_right6 a {
    align-items: center;
  }

  .list_right7 {
    display: block;
    text-align: center;
    border-right: 1px solid #fff;
  }

  .list_right7 a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .list_right7 a span {
    color: #fff;
  }
  
  .list_right8 {
    display: block;
    border-right: 1px solid #fff;
  }

  .list_right8 a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .list_right8 a span {
    color: #fff;
  }

  .nav_5 {
    display: block;
    color: #fff;
    height: 43.289px;
  }

  .nav_5 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 7px 13px;
  }

  .nav_5 a span {
    color: #FFF;
  }

  .navigation {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 21px;
    justify-content: center;
    
  }
  

  /* ハンバーガーメニュー */

  .nav_toggle {
    display: block;
    position: fixed;
    width: 21px;
    height: 1rem;
    top: 110px;
    z-index: 30 ;
    transform: translateX(15px);
  }

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform .5s, opacity .5s;
    color: #FFF;
  }

  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }

  .humbergure_site_menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    /* right: -120%; */
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    padding: 0px;
    width: 100vw;
    background-color: #FFF;
    transition: all 0.3s;
  }

  /* .humbergure_site_menu.active {
    right: 0;
  } */
  
  .humbergure_site_menu.show {
    opacity: 1;
    visibility: visible;
    padding: 0px;
    width: 100vw;
    height: 100%;
    background-color: #155DA1;
    z-index: 15;
    /* overflow: hidden; */
  }

  .site_menu {
    z-index: 19;
    height: 100%;
    padding: 97px 130px;
    display: flex;
    flex-direction: column;

  }

  .site_menu li {
    padding: 0px;
    margin-bottom: 60px;
  }

  .site_menu li a span {
    font-size: 18px;
  }

  .site_menu li a small {
    display: block;
    font-size: 11px;
  }

  /* ハンバーガーメニュー終了 */



  .main_picture {
    display: none;
  }

  .mobile_picture {
    display: block;
    width: 100vw;
  }

  /* ヘッター部分終了 */










      /* お知らせ部分 */

  .information_wrapper {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .information {
    width: 92vw;
    margin: 0 auto;
  }

  .information h2 {
    margin-bottom: 10px;
  }

  .information h2 span {
    font-size: 22px;
  }

  .information_list li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }

  .day {
    margin: 0px;
    font-size: 11px;
    width: 30vw;
  }

  .news {
    margin: 0px;
    font-size: 12px;
  }

  .news span {
    padding: 2px 11px;
  }

  .newst {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    margin-right: 50px;
  }
  
  .newsp {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    margin-right: 50px;
  }
  
  .newsd {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    margin-right: 50px;
  }

  .news_sentence {
    text-align: left;
    font-size: 15px;
    margin: 0px;
  }

  .information_btn {
    /* transform: translateY(12px); */
    padding: 12px 103px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background-color: #155DA1;
  }

   /* お知らせ部分終了 */




   /* 初めての方へ部分 */

  .first_time_wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(eye.picture/firstmobile.jpg);
  }

  .first_time {
    width: 87vw;
    margin: 0 auto;
  }

  .first_time h2 {
    margin-bottom: 30px;
  }

  .first_time h2 span {
    font-size: 24px;
  }

  .support {
    font-size: 22px;
  }

  .first_sentene {
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
  }

  .second_sentene {
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
  }

  .third_sentene {
    font-size: 13px;
    text-align: left;
    margin-bottom: 40px;
  }

  /* 初めての方へ部分終了 */




  /* 診療内容の部分 */

  .treatment_wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .treatment {
    width: 95vw;
    margin: 0 auto;
  }

  .treatment h2 {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .main_title {
    font-size: 22px;
  }

  .sub_title {
    font-size: 13px;
  }

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

  .treatment_list1 {
    width: 46vw;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .treatment_list1 a h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  .treatment_list1 a p {
    font-size: 12px;
    width: 89%;
    margin: 0 auto;
  }

  .treatment_list2 {
    width: 46vw;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .treatment_list2 a h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  .treatment_list2 a p {
    font-size: 12px;
    width: 89%;
    margin: 0 auto;
  }
  
  .treatment_list3 {
    width: 46vw;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .treatment_list3 a h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  .treatment_list3 a p {
    font-size: 12px;
    width: 89%;
    margin: 0 auto;
  }

  br {
    display: none;
  }

   /* 診療内容の部分終了 */




   /* 当院の特徴の部分 */

  .feature_wrapper {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .feature {
    width: 92.8vw;
    margin: 0 auto;
  }

  .feature h2 {
    margin-bottom: 20px;
  }

  .feature_list {
    display: flex;
    flex-direction: column;
  }

  .feature_list img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .automatic_list h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .automatic_list p {
    font-size: 13px;
    margin-bottom: 0px;
  }



  .feature_list_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .feature_list_reverse img {
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .reservation_list h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .reservation_list p {
    font-size: 13px;
    margin-bottom: 25px;
  }



  .feature_list_sp {
    display: flex;
    flex-direction: column;
  }

  .feature_list_sp img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .specialist_list h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .specialist_list p {
    font-size: 13px;
    margin-bottom: 25px;
  }

  /* 当院の特徴の部分終了 */




  /* 白内障手術の部分 */

  .cataract_survey_wrapper {
    background-image: url(eye.picture/cataractmobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px;
    /* height: 582px; */
  }

  .cataract_survey {
    width: 77.4vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .cataract_sp {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 100%;
  }

  .cataract_sp h2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .cataract_survey_title p {
    font-size: 13px;
    text-align: left;
    margin-bottom: 25px;
    line-height: 2.5;
  }

  .cataract {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  /* 白内障手術の部分終了 */



  /* クリニック概要の部分 */

  .overview_wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .overview {
    width: 92.3vw;
    margin: 0 auto;
  }

  .overview h2 {
    margin-bottom: 10px;
  }

  .clinic_overview {
    display: flex;
    flex-direction: column;
  }
  .over {
    width: 100%;
  }

  .overview_logo {
    margin-bottom: 10px;
  }

  .overview_list {
    width: 100%;
  }

  .overview_time {
    width: 100%;
    margin-bottom: 40px;

  }

  .reservation_over {
    margin-bottom: 60px;
  }

  .clinic_overview iframe {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 250px;
  }

  /* クリニック概要の部分終了 */




  /* フッター部分 */

  .footer_wraper {
    padding-top: 40px;
  }

  .footer {
    width: 69.2vw;
    margin: 0 auto;
  }

  .footer_list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer_main_menu {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer_main_menu li {
    margin-right: 60px;
  }

  .footer_main_menu li a {
    font-size: 13px;
  }

  .footer_sub_menu {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    justify-content: flex-start;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer_sub_menu li a {
    font-size: 13px;
  }

  .copyright {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 8px;
    margin-bottom: 20px;
  }

  /* フッター終了 */


  .humberger {
    display: block;
    position: absolute;
  }



}

@media (max-width: 380px) {
  .clinic_nav_list li  {
    padding-left: 6px;
    padding-right: 6px;
  }

  .site_menu {
    padding: 70px 90px;
  }

  .site_menu li {
    margin-bottom: 40px;
  }

  .news span {
    font-size: 12px;
  }

  .infor_btn a {
    padding: 15px 80px;
  }

  .first_btn_wrapper a {
    padding: 15px 56px;
  }

  .reservation a {
    padding: 15px 72px;
  }

  .specialist_btn a {
    padding: 15px 74px;
  }

  .reservation_over a {
    padding: 15px 74px;
  }

  /* .cataract_survey_wrapper {
    height: 632.86px;
  } */

  .cataract a {
    padding: 15px 56px;
  }

  .cataract_survey_title h3 {
    font-size: 18px;
  }

  .footer {
    width: 77vw;
    margin: 0 auto;
  }

  .footer_main_menu li a {
    font-size: 11px;
  }

  .footer_sub_menu li a {
    font-size: 11px;
  }

}

@media (440px <= width <= 760px ){
  .clinic_nav_list {
    justify-content: space-around;
  }

  .list_right1 {
    border-right: none;
  }

  .list_right6 {
    border-right: none;
  }

  .list_right7 {
    border-right: none;
  }

  .list_right8 {
    border-right: none;
  }

}

@media (761px <= width <= 1070px ) {

  /* ヘッターメニュー */

  .clinic_nav {
    width: 100vw;
  }

  .clinic_nav_list {
    width: 100vw;
  }

  .clinic_nav_list li a span {
    font-size: 15px;
  }

  .list_right1 {
    margin-right: 60px;
  }

  .nav_1 {
    margin-right: 60px;
  }

  .nav_2 {
    margin-right: 60px;
  }

  .nav_3 {
    margin-right: 60px;
  }

  .nav_4 {
    margin-right: 60px;
  }

/* 　ヘッターメニュー終わり */

/* 　　クリニック概要 */

  .overview_wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .overview {
    width: 92.3vw;
    margin: 0 auto;
  }

  .overview h2 {
    margin-bottom: 10px;
  }

  .clinic_overview {
    display: flex;
    flex-direction: column;
  }
  .over {
    width: 100%;
  }

  .overview_logo {
    margin-bottom: 10px;
  }

  .overview_list {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 19.4%;
  }

  .overview_time {
    width: 70%;
    margin: 0 auto;
    height: 42.56%;
    margin-bottom: 40px;

  }

  .reservation_over_second {
    margin-bottom: 60px;
  }

  .clinic_overview iframe {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 237px;
  }

/* 　クリニック概要終わり */


}

@media (761px <= width <= 1239px ) {

  body {
    padding-top: 160px;
  }

  header {
    height: 160px;
  }

  .header_feature {
    display: none;
  }

  .header_sub {
    display: none;
  }

  .clinic_header {
    width: 100vw;
  }

  .information {
    width: 85vw;
  }

  .first_time {
    width: 85vw;
  }

  .support {
    margin-bottom: 30px;
  }

  .first_sentene {
    margin-bottom: 20px;
    text-align: left;
  }

  .second_sentene {
    margin-bottom: 20px;
    text-align: left;
  }

  .third_sentene {
    text-align: left;
  }

  .treatment {
    width: 95vw;
  }

  .treatment_Content {
    justify-content: center;
  }

  .treatment_list1 {
    width: 30vw;
    margin-right: 10px;
  }

  .treatment_list1 a {
    width: 30vw;
    display: inline-block;
  }

  .treatment_list2 {
    width: 30vw;
    margin-right: 10px;
  }

  .treatment_list2 a {
    width: 30vw;
  }

  .treatment_list3 {
    width: 30vw;
    margin-right: 10px;
  }

  .treatment_list3 a {
    width: 30vw;
  }
  
  .feature {
    width: 85vw;
    margin: 0 auto;
  }


  br {
    display: none;
  }

  .feature_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .feature_list img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 40vh;
    width: 65vw;
  }



  .feature_list_reverse {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  .feature_list_reverse img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 40vh;
    width: 65vw;
  }

  .reservation_list p {
    margin-bottom: 30px;
  }

  .feature_list_sp {
    display: flex;
    flex-direction: column;
  }

  .feature_list_sp img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 40vh;
    width: 65vw;
  }

  .specialist_list p {
    margin-bottom: 30px;
  }

  .cataract_survey_wrapper {
    background-image: url(eye.picture/cataractmobile.jpg);
    background-size: cover;
  }

  .cataract_survey {
    width: 77.4vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .cataract_sp  {
    margin-bottom: 40px;
    justify-content: center;
    margin-right: 0px;
    width: 100%;
  }

  .cataract_sp h2 {
    margin: 0px;
  }

  .cataract_survey_title h3 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .cataract_survey_title p {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: left;
  }

  .reservation_over {
    margin-bottom: 50px;
  }

  .footer {
    width: 85vw;
    margin: 0 auto;
  }

  
}

@media (1239px <= width <= 1409px ) {
  .cataract_survey_title p {
    font-size: 15px;

  }
}

@media (min-width:1441px ) {

  .cataract_survey_wrapper {
    width: 100vw;
    background-size: cover;
  }

  .cataract_survey {
    justify-content: center;
    margin-right: 0.5%;
  }

  .cataract_sp {
    margin-right: 10%;
  }
}

@media (min-width:1610px ) {
  .cataract_sp {
    margin-right: 20%;
  }
}

@media (761px <= width <= 1189px ) {
  .footer_main_menu {
    justify-content: left;
  }
  
  .footer_main_menu li {
    margin-right: 5%;
  }
  
  .footer_sub_menu {
    padding-left: 15px;
  }

}

@media (max-width: 1239px) {

  .box {
    display: none;
  }

}











