

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;
}

.flow_wrapper_mb {
  display: 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;
  /* width: 100vw; */
}



.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 {
  background-color: #155DA1;
}

.clinic_nav_list {
  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;
}





.first_information_wrapper {
  background-image: url(eye.picture/first.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
  padding-bottom: 155px;
  width: 100%;
}

.first_information_wrapper h1 {
margin-left: 9.75%;
color: #F1AC45;
margin-bottom: 0px;
margin-top: 0px;
}





.first_consultation_wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.first_consultation {
  width: 77.22vw;
  margin: 0 auto;
}

.first_consultation h2 {
  margin-top: 0px;
  text-align: center;
  color: #065199;
  font-size: 36px;
  margin-bottom: 45px;
}

.first_consultation h2::after {
  display: block;
  content: '';
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  background: #065199;
}

.Belongings {
  padding-left: 30px;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 400;
  position: relative;
}

.Belongings::before {
  display: block;
  content: '';
  width: 12px;
  height: 40px;
  background: #155DA1;
  position: absolute;
  top: 0;
  left: 0;
}

.Belongings_sentence {
  padding-left: 12px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.Belongings_sentence span {
  color: red;
}

.Belongings_list {
  display: flex;
  flex-wrap: wrap;
  padding: 43px 176px;
  background-color: #D9D9D94D;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 50px;
  line-height: 2;
}

.Belongings_list li {
  font-size: 18px;
  margin-right: 40px;
  padding-left: 15px;
  position: relative;
}

.Belongings_list li::before {
  display: inline;
  content: '';
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: #1C1C1C;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
}


.consultation_time {
  width: 77.2vw;
  margin: 0 auto;
}

.consultation_time_list {
  padding-left: 30px;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: 400;
  position: relative;
}

.consultation_time_list::before {
  display: block;
  content: '';
  width: 12px;
  height: 40px;
  background: #155DA1;
  position: absolute;
  top: 0;
  left: 0;
}

.consultation_time_table {
  width: 100%;
  margin: 0px;
  text-align: center;
  /* height: 326px; */
}





.flow_wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
}

.flow {
  width: 76.04vw;
  margin: 0 auto;
}

.flow h2 {
  margin-top: 0px;
  text-align: center;
  color: #065199;
  font-size: 36px;
  margin-bottom: 45px;
}

.flow h2::after {
  display: block;
  content: '';
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  background: #065199;
}

.flow_list {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}

/* .flow_list li {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
} */

.flow_first {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
}



.step1 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #155DA1;
  line-height: 1;
  justify-content: center;
}

.step1 span {
  font-size: 44px;
  transform: translateX(-2px);
}

.reservation_flow h3 {
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
} 

.reservation_flow h3 img {
  margin-right: 20px;
}

.reservation_flow p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 30px;
}

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

.step01_btn p {
  margin-bottom: 0px;
}

.reservation_overview {
  /* transform: translateY(12px); */
  margin-right: 45px;
  padding: 20px 78px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #E88B00
}

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

.reservation_over_first {
  text-align: center;
  margin-right: 45px;
}

.reservation_over_first 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_first a:hover {
  transform: translateY(3px);
  transition: transform .10s;
  box-shadow: none;
}

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

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

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



/* .Interview_sheet a {
  padding: 20px 95px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #155DA1;
  margin-bottom: 0px;
}  */



.flow_second {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
}

.step2 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #155DA1;
  line-height: 1;
  justify-content: center;
}

.step2 span {
  font-size: 44px;
  transform: translateX(-2px);
}

.receptionn_flow h3 {
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
} 

.receptionn_flow h3 img {
  margin-right: 20px;
}

.receptionn_flow p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}



.flow_third {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
}

.step3 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #155DA1;
  line-height: 1;
  justify-content: center;
}

.step3 span {
  font-size: 44px;
  transform: translateX(-2px);
}

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

.interv h3 {
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
} 

.interv h3 img {
  margin-right: 20px;
}

.interv p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 30px;
}

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

.inter p {
  margin-bottom: 0px;
  margin-top: 0px;
}


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

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

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









.flow_four {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
}

.step4 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #155DA1;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.step4 span {
  font-size: 44px;
  /* transform: translateX(-2px); */
}

.inspection_flow h3 {
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
} 

.inspection_flow h3 img {
  margin-right: 20px;
}

.inspection_flow p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}



.flow_five {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
}

.step5 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #155DA1;
  line-height: 1;
  justify-content: center;
}

.step5 span {
  font-size: 44px;
  transform: translateX(-2px);
}

.consultation_flow h3 {
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
} 

.consultation_flow h3 img {
  margin-right: 20px;
}

.consultation_flow p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}



.flow_six {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #155DA1;
}

.step6 {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #155DA1;
  line-height: 1;
  justify-content: center;
}

.step6 span {
  font-size: 44px;
  transform: translateX(-2px);
}

.accounting_flow h3 {
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
} 

.accounting_flow h3 img {
  margin-right: 20px;
}

.accounting_flow p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}





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

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

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

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

.sub_title {
  font-size: 15px;
}

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

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

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

.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;
} */

/* .over_reser {
  display: flex;
  justify-content: center;
} */

.over_btn {
  text-align: center;
}

.reservation_overviewe a {
  padding: 20px 78px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #E88B00;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 139.06px;
}

.reservation_over_second {
  text-align: center;
}

.reservation_over_second 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_second 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;
}

.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;
    }

  .line {
    display: none;
  }

  .card {
    display: none;
  }

  
  .flow_second {
    justify-content: center;
  }

  /* ヘッター部分 */

  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 {
    justify-content: space-around;

  } */


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

  .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;
    text-align: center;
  }

  .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;
  }

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

  .first_information_wrapper  {
    background-image: url(eye.picture/firsttimemobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .first_information_wrapper h1 {
    font-size: 22px;
  }





  .first_consultation_wrapper {
    padding-top: 35px;
    padding-bottom: 50px;
  }

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

  .first_consultation h2 {
    margin-bottom: 20px;
    text-align: center;
    width: 92.3vw;
  }

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


  .Belongings {
    padding-left: 21px;
    margin-bottom: 10px;
  }

  .Belongings span {
    font-size: 16px;
  }

  .Belongings::before {
    display: block;
    content: '';
    width: 9px;
    height: 26px;
    background: #155DA1;
    position: absolute;
    top: 30%;
    left: 0;
  }

  .Belongings_sentence {
    font-size: 15px;
    line-height: 2.3;
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .Belongings_list {
    padding: 20px 12px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .Belongings_list li {
    margin-right: 6px;
  }

  .Belongings_list li span {
    font-size: 13px;
  }


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

  .consultation_time_list {
    padding-left: 21px;
    margin-bottom: 10px;
  }

  .consultation_time_list span {
    font-size: 16px;
  }

  .consultation_time_list::before {
    display: block;
    content: '';
    width: 9px;
    height: 26px;
    background: #155DA1;
    position: absolute;
    top: 30%;
    left: 0;
  }

  .consultation_time figure {
    width: 92.3vw;
    height: 15.5vh;
  }

  .consultation_time figure img {
    width: 92.3vw;
    margin-bottom: 50px;
  }





  .flow_wrapper {
    display: none;
  }

  .flow_wrapper_mb {
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .flow {
    width: 87.2vw;
    margin: 0 auto;
  }

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

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

  .stepb_sentence {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .step_sentence {
    margin: 0px;
  }




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

  .flow_first {
    display: block;
  }

  .step1_flow {
    display: flex;
    margin-bottom: 20px;
  }

  .step1_flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 73.4vw;
  }

  .step1_flow h3 img {
    margin-right: 10px;
  }

  .step1_flow h3 span {
    font-size: 20px;
  }

  .step1 {
    justify-content: start;
  }


  .re {
    display: none;
  }

  .step01_btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* margin: 0 calc(50% - 50vw); */
    text-align: center;
  }

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




  .flow_second {
    display: block;
  }

  .step2_flow {
    display: flex;
    margin-bottom: 20px;
  }

  .step2_flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 73.4vw;
  }

  .step2_flow h3 img {
    margin-right: 10px;
  }

  .step2_flow h3 span {
    font-size: 20px;
  }

  .step2 {
    justify-content: start;
  }



  /* .step2 {
    justify-content: start;
  }

  .receptionn_flow h3 {
    width: 73.4vw;
    transform: translateY(8px);
    justify-content: center;
    margin-bottom: 32px;
  }

  .receptionn_flow h3 img {
    margin-right: 10px;
  }

  .receptionn_flow p {
    width: 87.2vw;
    margin: 0 calc(50% - 50vw);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
  } */





  .flow_third {
    display: block;
  }

  .step3_flow {
    display: flex;
    margin-bottom: 20px;
  }

  .step3_flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 73.4vw;
  }

  .step3_flow h3 img {
    margin-right: 10px;
  }

  .step3_flow h3 span {
    font-size: 20px;
  }

  .step3 {
    justify-content: start;
  }

  .Interview_sheet_second {
    text-align: center;
  }


  /* .Interview_flow h3 {
    width: 73.4vw;
    transform: translateY(8px);
    justify-content: center;
    margin-bottom: 32px;
  }

  .Interview_flow h3 img {
    margin-right: 10px;
  }

  .Interview_flow p {
    width: 87.2vw;
    margin: 0 calc(50% - 50vw);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .Interview_sheet_second {
    width: 87.2vw;
    margin: 0 calc(50% - 50vw);
  } */






  .flow_four {
    display: block;
  }

  .step4_flow {
    display: flex;
    margin-bottom: 20px;
  }

  .step4_flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 73.4vw;
  }

  .step4_flow h3 img {
    margin-right: 10px;
  }

  .step4_flow h3 span {
    font-size: 20px;
  }

  .step4 {
    justify-content: start;
  }


  /* .inspection_flow h3 {
    width: 73.4vw;
    transform: translateY(8px);
    justify-content: center;
    margin-bottom: 32px;
  }

  .inspection_flow h3 img {
    margin-right: 10px;
  }

  .inspection_flow p {
    width: 87.2vw;
    margin: 0 calc(50% - 50vw);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
  } */






  .flow_five {
    display: block;
  }

  .step5_flow {
    display: flex;
    margin-bottom: 20px;
  }

  .step5_flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 73.4vw;
  }

  .step5_flow h3 img {
    margin-right: 10px;
  }

  .step5_flow h3 span {
    font-size: 20px;
  }

  .step5 {
    justify-content: start;
  }


  /* .consultation_flow h3 {
    width: 73.4vw;
    transform: translateY(8px);
    justify-content: center;
    margin-bottom: 32px;
  }

  .consultation_flow h3 img {
    margin-right: 10px;
  }

  .consultation_flow p {
    width: 87.2vw;
    margin: 0 calc(50% - 50vw);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
  } */






  .flow_six {
    display: block;
  }

  .step6_flow {
    display: flex;
    margin-bottom: 20px;
  }

  .step6_flow h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 73.4vw;
  }

  .step6_flow h3 img {
    margin-right: 10px;
  }

  .step6_flow h3 span {
    font-size: 20px;
  }

  .step6 {
    justify-content: start;
  }


  /* .accounting_flow h3 {
    width: 73.4vw;
    transform: translateY(8px);
    justify-content: center;
    margin-bottom: 32px;
  }

  .accounting_flow h3 img {
    margin-right: 10px;
  }

  .accounting_flow p {
    width: 87.2vw;
    margin: 0 calc(50% - 50vw);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
  } */





  .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_second {
    margin-bottom: 60px;
  }

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

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




  /* フッター部分 */

  .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;
  }

}




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

  .site_menu {
    padding-left: 90px;
    padding-right: 90px;
  }

  .reservation_flow p {
    margin: 0 calc(50% - 52vw);
    margin-bottom: 30px;
  }

  .receptionn_flow p {
    margin: 0 calc(50% - 52vw);
  }

  .Interview_flow p {
    margin: 0 calc(50% - 52vw);
    margin-bottom: 30px;
  }

  .Interview_sheet_second {
    margin: 0 calc(50% - 53vw);
  }

  .inspection_flow p {
    margin: 0 calc(50% - 52vw);
  }

  .consultation_flow p {
    margin: 0 calc(50% - 52vw);
  }

  .accounting_flow p {
    margin: 0 calc(50% - 52vw);
  }

  .reservation_over_first a {
    padding: 15px 60px;
  }

  .reservation_over_second a {
    padding: 15px 60px;
  }

  .Interview_sheet_first a {
    padding: 15px 68px;
  }

  .Interview_sheet_second a {
    padding: 15px 68px;
  }

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

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

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


}

@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;
  }

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

  .first_information_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .Belongings_list {
    padding: 30px 99px;
  }

  



/* 　　クリニック概要 */

  .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 (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 <= 1349px ) {

  .step1 {
    margin-right: 25px;
  }

  .step2 {
    margin-right: 25px;
  }

  .step3 {
    margin-right: 25px;
  }

  .step4 {
    margin-right: 25px;
  }

  .step5 {
    margin-right: 25px;
  }

  .step6 {
    margin-right: 25px;
  }

}


@media (891px <= width <= 980px ) {

  .reservation_over_first a {
    padding: 20px 70px;
  }

  .Interview_sheet_first a {
    padding: 20px 78px;
  }
}

@media (761px <= width <= 890px ) {
  .reservation_over_first a {
    padding: 20px 40px;
  }

  .Interview_sheet_first a {
    padding: 20px 48px;
  }
}

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

  body {
    padding-top: 160px;
  }

  header {
    height: 160px;
  }

  .header_feature {
    display: none;
  }

  .header_sub {
    display: none;
  }

  .clinic_header {
    width: 100vw;
  }
  

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

  
}

@media (min-width: 1441px ) {
  .footer_main_menu {
    justify-content: space-between;
    padding-left: 40px;
    margin-left: 0px;
  }

  .flow_list li {
    justify-content: center;
  }

  .step1 {
    margin-right: 120px;
  }

  .step2 {
    margin-right: 120px;
  }

  .step3 {
    margin-right: 120px;
  }

  .step4 {
    margin-right: 120px;
  }

  .step5 {
    margin-right: 120px;
  }

  .step6 {
    margin-right: 120px;
  }

}

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

}




























