@charset "utf-8";

/*----------------------------------------
トップページ
----------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

h1,
h2,
h3,
nav a,
th,
dt {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
}

.inner_box {
  max-width: 1100px;
  margin: 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

/* wrapper
----------------------------------------*/
.wrapper {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

/* header
----------------------------------------*/
header {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

header h1 {
  font-size: 3.6rem;
  line-height: 43px;
  width: 250px;
  background-image: url(../images/favicon.png);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 35px;
}

header h1 a {
  color: #00a99d;
}

header .fixed_button {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

header .fixed_button a.web_reserve {
  display: block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  width: 60px; 
  height: 180px;
  padding: 15px;
  background-color: #f90;
  border-radius: 5px 0 0 5px;  
}

/* nav.global
----------------------------------------*/
.global {
  line-height: 26px;
  margin-top: 10px;
}

.global ul {
  display: flex;
  justify-content: flex-end;
}

.global li a {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 20px;
  display: block;
}

.global li a:hover span {
  color: #00a99d;
  border-bottom: 2px solid #00a99d;
}

/* .visual_img
----------------------------------------*/
.visual_container {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 600px;
  background-image: url(../images/visual_img_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.visual_img {
  color: #fff;
  text-shadow: 2px 2px 8px #000;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.main_text {
  font-size: 4.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.main_text span {
  margin-left: 1em;
}

.sub_text {
  font-size: 2.0rem;
  font-weight: bold;
  margin-left: 2em;
}

/* main
----------------------------------------*/
main h2 {
  position: relative;
  font-size: 3.6rem;
  color: #333333;
  padding-bottom: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

main h2:before {
  position: absolute;
  content: '';
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  bottom: -5px;
  border-radius: 4px;
  background: #00a99d;
}

main h3 {
  font-size: 2.8rem;
  color: #00a99d;
  line-height: 30px;
  padding: 2rem 2rem;
}

main p {
  font-size: 1.6rem;
  color: #333;
  text-align: justify;
  line-height: 1.5;
}

main .button a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 50px;
  border: 1px solid #fff;
  background-color: #00a99d;
  border-radius: 4px;
  position: relative;
  width: 220px;
  margin: 50px auto 0;
}

main .button a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

main .button a:hover span {
  border-bottom: 2px solid #fff;
}

/* section
----------------------------------------*/
section {
  padding: 90px 0;
}

section:nth-child(2) {
  background-color: #EAF7F5;
}

/* dl.info
----------------------------------------*/
dl.info {
  font-size: 1.6rem;
}

.info div {
  display: flex;
  gap: 20px;
  padding: 30px 0px;
  border-bottom: 2px dashed #00a99d;
}

.info dt span {
  display: inline-block;
  color: #00a99d;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #00a99d;
  border-radius: 4px;
  margin-left: 20px;
  line-height: 20px;
  padding: 1px 13px;
}

.info dd a {
  color: #333;
}

.info dd a:hover {
  color: #00a99d;
  border-bottom: 1px solid #00a99d;
}

/* .features
----------------------------------------*/
.features_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.features_item img {
  border-radius: 0 4px 4px 0;
}

.features_text {
  text-align: center;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  padding: 24px 125px;
}

.features_text p {
  line-height: 1.75;
}

.features_text h3 {
  font-size: 2.8rem;
  color: #00a99d;
  text-align: left;
  line-height: 4.0rem;
  padding-left: 0;
  padding-top: 15px;
}

/* .eye_services
----------------------------------------*/
.eye_services p {
  text-align: center;
  margin-bottom: 20px;
}

.eye_services_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eye_services_list li {
  width: 345px;
}

.eye_services_list li a,
.reservation .web p a {
  display: block;
  position: relative;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 80px;
  background-color: #00a99d;
  border-radius: 4px;
}

.eye_services_list li a:hover span,
.reservation .web p a:hover span {
  border-bottom: 2px solid #fff;
}

.eye_services_list li a::after,
.reservation .web p a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* dl.access
----------------------------------------*/
.access {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.access_inner {
  width: 500px;
}

.access_inner div {
  border-bottom: 1px solid #999;
  padding: 20px 0;
}

.access_inner div:first-child {
  padding-top: 0;
}

.access_inner div:last-child {
  border-bottom: 0;
}

.access_inner dt {
  font-size: 1.8rem;
  color: #00a99d;
  font-weight: 700;
  margin-bottom: 20px;
}

.access_inner dt:last-child {
  margin-top: 0;
}

.access_inner dd {
  font-size: 1.6rem;
}

/* .iframe-wrap
----------------------------------------*/
.iframe-wrap {
  flex: 1;
  width: 500px;
}

.iframe-wrap iframe {
  width: 100%;
  height: 568px;
}

/* footer
----------------------------------------*/
footer {
  font-size: 1.6rem;
  background-color: #EAF7F5;
}

footer h2 {
  color: #00a99d;
  font-size: 3.6rem;
  line-height: 33px;
  background-image: url(../images/favicon.png);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 35px;
  margin-bottom: 20px;
}

footer .inner_box {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}

footer section {
  padding: 0;
}

/* address
----------------------------------------*/
address {
  margin-left: 5px;
}

address span {
  font-size: 2.4rem;
  color: #00a99d;
  line-height: 3.2;
  display: block;
  background-image: url(../images/call_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

/* table
----------------------------------------*/
table {
  border: 1px solid #00a99d;
  border-radius: 4px;
  border-collapse: separate;
  background-color: #fff;
}

table th {
  color: #fff;
  text-align: center;
  background-color: #00a99d;
  padding: 10px 20px;
}

table td {
  color: #00a99d;
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid #00a99d;
}

/* nav.local
----------------------------------------*/
nav.loacal ul.list_01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 440px;
  height: 390px;
}

nav.loacal ul.list_02 {
  margin-left: 2em;
}

nav.loacal ul li a {
  color: #333;
}

nav.loacal ul li a:hover {
  color: #00a99d;
  border-bottom: 1px solid #00a99d;
}

/* .back_to_top
----------------------------------------*/
.back_to_top a {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #00a99d;
  border-radius: 4px;
}

.back_to_top .arrow {
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
}

.back_to_top a:hover {
  border-bottom: 2px solid #fff;
}

/* small
----------------------------------------*/
small {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #00a99d;
}

/*----------------------------------------
予約について
----------------------------------------*/

/* .visual
----------------------------------------*/
.visual_img_02 {
  display: flex;
  height: 300px;
  align-items: center;
  background-image: url(../images/visual_img_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .reservation
----------------------------------------*/
.reservation h3 {
  padding-top: 30px;
  padding-left: 0;
}

.reservation ul li,
.reservation p {
  font-size: 1.6rem;
  line-height: 2.0;
}

.reservation ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 4px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #00a99d;
  border-radius: 4px;
}

.reservation .phone-color {
  font-weight: 700;
  color: #00a99d;
}

.reservation_inner {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.reservation_inner h3 {
  padding-top: 20px;
  padding-left: 20px;
}

.reservation_inner .web,
.reservation_inner .phone {
  width: 440px;
  padding: 30px;
  text-align: center;
  background-color: #EAF7F5;
  border-radius: 4px;
  border-bottom: 0;
}


.reservation_inner .web p,
.reservation_inner .phone p {
  text-align: center;
}

.reservation_inner .web p a {
  width: 345px;
  margin: 10px auto 0;
}

.reservation_inner .web p a {
  background-color: #f90;
}

.reservation_inner .phone .text_box {
  margin-top: 10px;
  padding-left: 70px;
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: left;
}

.reservation_inner .phone .large {
  font-size: 2.4rem;
}

.reservation .underline {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}

.reservation .underline:last-child {
  border-bottom: 0;
}

/*----------------------------------------
患者さまの声
----------------------------------------*/
.inner_box_02 {
  max-width: 900px;
  margin: 0 auto;
}

/* .visual
----------------------------------------*/
.visual_img_03 {
  display: flex;
  height: 300px;
  align-items: center;
  background-image: url(../images/visual_img_03.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* nav.breadcrumb
----------------------------------------*/
.breadcrumb {
  margin: 20px 0;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb li {
  margin-right: 10px;
}

.breadcrumb a {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}

.breadcrumb a:hover {
  border-bottom: 1px solid #333;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 10px;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li:last-child a {
  color: #00a99d;
  border-bottom: 0;
}

/* dl.patient_reviews
----------------------------------------*/
.patient_reviews_text {
  text-align: center;
  margin-bottom: 20px;
}

.patient_reviews_text p {
  line-height: 2.0;
  text-align: center;
}

dl.patient_reviews div {
  margin-bottom: 20px;
  border: 1px solid #00a99d;
  border-radius: 4px;
}

dl.patient_reviews dt {
  padding: 20px 40px;
  font-size: 2.4rem;
  color: #00a99d;
  background-color: #EAF7F5;
  border-radius: 4px 4px 0 0;
}

dl.patient_reviews dd {
  padding: 20px 40px;
  font-size: 1.6rem;
  line-height: 1.75;
}