@charset "utf-8";

header h1,header nav a,footer h2{
  font-family:"Noto Sans JP", sans-serif;
}
html{
font-size:62.5%;
}
body{
background-color:#fff;
overflow-x: hidden; 
margin: 0 auto;
}
.wrapper{
  max-width:1320px;
  background-color: #fff;
  margin: 0 auto;
}
.slicknav_icon{
  display: none;
}
h2{
  font-size: clamp(2.5rem, calc(0.75rem + 3vw), 3.5rem);
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  /* border-bottom:3px dotted #d6f2fc; */
  color: #000000;
  padding: 10px 10px 0 10px;
  text-align: center;
  margin: 100px 0 50px 0;
  width: fit-content;
  margin: 0 auto;

}
h2 span{
  display: flex;
  justify-content: center;
  font-size: clamp(1.6rem, calc(0.75rem + 2vw), 2.0rem);
  border-top:3px dotted #4ac2fa;
  color: #4ac2fa;
}
.wrapper{
  max-width: 1320px;
  margin: 0 auto;
  background-color: #ffffff00;
}
/* header ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
header{ 
position: sticky;
top: 0;
z-index: 10;
background-color:#ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
}

.left_header{
/* flex-grow: 2; */
text-align: left;
}
.left_header h1{
  margin-left: 10%;
}
h1 a{
  text-decoration: none;
}
.right_header{
  max-width: 100%;
}
.right_top_header{
  display: flex;
  justify-content: flex-end;
  padding-top: 1%;
  margin-right: 5%;
}
.right_header .header_date p{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  padding: 0;
  text-align: end;
}
.header_date address{
  display: block;
  font-size: 2.0rem;
  padding: 0px;
  color: #000;
}
.header_date address img{
  color: #333;
}
.header_date{
  position:relative;
  display:inline-block;
  margin-right: 15px;
  padding-right: 5px;
}
.header_date::after{
  content:"";
  display:inline-block;
  width:1px;
  height:60px;
  background-color:#000000;
  position:absolute;
  top:1px;
  right:-5px;
}
.header_button a{
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  padding: 20px 30px;
}
.header_button{
  background-color: #4ac2fa;
  border: 1px solid #4ac2fa;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.header_button a:hover{
  color: #4ac2fa;
  background-color: #fff;
}
header .global ul{
display: flex;
justify-content: space-evenly;
margin-right: 5%;
}
header .global ul li{
  width: 120px;
  margin-right:auto;
}
header .global ul li a{
  display: block;
  font-size :1.7rem;
  line-height: 2.0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #000;
  text-align: center;
  padding: 5px;
}
.global ul li a:hover{
color: #4ac2fa;
}
/* ここからメインビジュアルーーーーーーーーーーーーーーーーーーーーーーーー */
.main_visual{
width: 100%;
height:auto;
object-fit: cover;
text-align: center;
}
.main_visual img{
  width: 100%;
  height:auto;
}

/* 院長の挨拶 --------------------------------------------------*/
.greeting_box{
  background-color: #e8f8ff;
}
.greeting_wrapper{
  background-color: #e8f8ff;
  max-width: 1000px;
  margin: 0 auto;
}
.greeting_title{
  padding: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size:2.0rem;
  font-style: normal;
  text-align: left;
  display: block;
  /* width: fit-content; */
}
.greeting_content {
  display: flex;
  justify-content: space-evenly;
  /* background-color: #009fe913; */
  margin: 0 auto;
  padding: 20px 10px;
}
.greeting_content .greeting_img img{
  object-fit: cover;
  height: auto;
  box-shadow: 8px 8px 0px 0 #4ac2fa;
}
.greeting_img{
  order: 2;
  object-fit:cover;
}
.greeting_text {

  margin: 0 30px;
  /* background-color: coral; */
  order: -1;
}
p.greeting_text{
  font-size: 1.6rem;
  text-align: justify;
  padding: 10px 0px;
  font-family: "Noto Sans JP", sans-serif;
}
.greeting_button{
  width:80%;
  margin: 30px 10px 10px 10px;
  background-color:#4ac2fa;
  color: #fff;
  font-weight: 400px;
  font-size: 1.6rem;
  padding: 15px 32px ;
  text-decoration: none;
  display:block;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;

}
.greeting_button:hover{
  background-color:#ffffff;
  color:#0000;
}
.greeting_text .greeting_end {
 display: block;
 text-align: right;
 margin-top: 10px;
  
}
.greeting_title h3{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:2.5rem;
}

/* 当院の特徴 ---------------------------------*/
.merit_wrapper{
  max-width:1000px;
  margin: 0 auto;
}
.merit_box{
  padding: 50px 0;
  background-image: url(../image/merit_background2.jpg);
  background-repeat: no-repeat;
  background-position:center ;
  background-size:cover;
}
.merit1, .merit2, .merit3{
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;

  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.merit-content h3{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:2.0rem;
  text-align: left;
  text-shadow:0 0 20px rgb(255, 255, 255);
  /* margin-top:30px ;
  margin-left: 10%; */
}
.merit-content section img{
text-align: center;
border-radius: 50px 0 50px 0;
object-fit: cover;
box-shadow: 10px 10px 0px 0 #ff9532fa;
position: relative;

}

.merit1 p,.merit2 p,.merit3 p{
  font-size: 1.6rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  line-height: 2.0;
  background-color: #fff;
  margin: 20px;
  padding: 30px;
  width: 600px;
  height:300px;
  border-radius: 50px;
}
.merit2 p{
  order: -1;
}
.merit-content section h3{
  margin-top: 10px;
  font-size:2.5rem;
}
h3 span{
font-size: 4.0rem;
border-radius: 3px;
padding: 5px;

}
.merit-content p::first-letter{
color: #ff9532fa;
font-size:2.5rem;
}
.merit-content button{
  background-color:#ff9532fa;
  color: #fff;
  font-weight: 400px;
  font-size: 1.6rem;
  padding: 10px;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;;
  width: 100%;
  margin: 20px auto;
  display: block;

}
button:hover {
  background-color:#ff9532b2;
}
.reserve h3{
  font-size: 2.5rem;
}
/* ここから診療内容 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about_box{
  margin-top: 50px;
}
.about_content{
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #ffffff00;
  margin: 20px 0;
  }
  .services_content{
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly;
  }
  .service_item {
    background-color: #4ac2fa;
    width: 250px;
    height: 90px;
    margin: 15px;
    border: 5px solid #b6e1f5;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    text-align: center;
  }

  .service_item h4 a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 31px;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
 
}
.service_item h4 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10%;
    /* transition: 0.3s ease-in-out; */
}
.service_item h4 a:hover:after {
    border-color: #FFF;
    border-top: 3px solid #4ac2fa;
    border-right: 3px solid #4ac2fa;
}

  .service_item:hover{
    background-color: #FFF;
  }
  .service_item h4 a:hover{
    color: #4ac2fa;
  }

/* ここからお知らせ----------------------------------------- */
.info_box{
  background-color:#ffecda ;
  padding: 40px 0 30px 0;
}
.info_contents{
  background-color: #fff;
  width: 85%;
  margin:0 auto;
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.info{
  font-size: 1.6rem;
  padding: 10px 20px;
}
.info_span{
  color: #ff9532b2;
  border-top:3px dotted #ff9532b2;
}

.info_new{
background-color: rgb(255, 81, 81);
padding: 3px;
border-radius: 5px;
color: #FFF;
margin-left: 5px;
}
.info div{
  /* display: flex;
  justify-content: flex-start; */
  line-height: 24px;
  padding:10px 0;
  margin-bottom: 5px;
  border-bottom: 2px dotted #000;
}
.info dt{
margin: 10px;
color: #7c7c7c;
font-weight: 600;
}
.info dd{
  /* width:calc(100% - 15rem); */
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px;
  font-size: 1.6rem;
}

.info_button{
  background-color:#ff9532fa;
  color: #fff;
  font-weight: 400px;
  font-size: 1.6rem;
  padding: 15px 32px ;
  text-decoration: none;
  display:block;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  width: 60%;
  margin:20px auto;  
}

/* ここからfooter------------------------------------------ */
footer{
  background-color: #e8f8ff;
  padding: 40px 0 0 0;
}
.footer_wrapper{
  margin:0 auto;
  max-width: 1320px;
}
/* .left_footer, .right_footer, .map, .footer_content {
  margin-bottom: 10px;
} */
.footer_content{
  display: flex;
  justify-content:center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 10px;
}
.left_footer {
  background-color: #FFF;
  border-radius: 10px;
  margin: 10px 0;
}
.left_footer .logo a img{
  padding: 10px;
  margin: 5px 10px;
  max-width:250px;
}
.left_footer address{
  font-size:1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  margin-left: 10px;
}
.left_footer p{
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  margin-left: 10px;
}
.right_footer{
  margin: 10px;
}


/* ここからテーブル-------------------------------------*/
table{
font-family: "Noto Sans JP", sans-serif;
margin-left: 20px;

}
table td ,th{
  border-top:1px solid #d6d6d6;
  width:50px;
  height: 40px;
  padding: 10px;
  text-align: center;
  font-size :1.6rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #000000
  }
tr.week th{
border-width: 0;
}

tr.week th span{
  background-color: #4ac2fa;
  color: #fff;
  border-radius: 30px;
  padding: 3px 10px;
}
tr.week th:first-child{
  border-radius: 10px 0 0 0;
}
tr:nth-child(2) td,tr:nth-child(3) td{
  color: #4ac2fa;
}
td.time{
  color: #000;
}
tr.week th:last-child{
  border-radius: 0 10px 0 0;
}

 tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  text-align: left;
}
 tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  text-align: left;
}
.map{
  text-align: center;
}
.map iframe{
  width: 100%;
}
/* ここからfooterリストーーーーーーーーーーーーーー */
.footer_list_background{
  background-color: #4ac2fa; 
}
.footer_list_wrapper{
  background-color: #4ac2fa;
  margin:0 auto;
  max-width: 1320px;
}
.footer_list{
  display: flex;
  justify-content: space-around;
}
.footer_list .list_title{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem,2.0vw,2.0rem);
  color: #fff;
  border-bottom: 3px dotted #fff;
  margin: 10px;
  text-align: center;
}
.footer_list li{
  margin: 10px;
  padding: 5px;
}
.footer_list ul li a{
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  position: relative;
}
.footer_list li a::after {
  background-color: currentColor;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 100%;
}

.footer_list li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.copyright{
  border-top: 1px solid #fff;
  padding: 20px 0 ;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:1.6rem;
  color: #fff;
}
.fixed_banner{
  display: none;
}



/* ここから予約ページ ーーーーーーーーーーーーーーーーーーーー*/
.reserve_wrapper{
  max-width: 100%;
  margin: 0 auto;
}
.reserve_box {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vw;
  max-width: 60%;
  padding: 50px;
  background-color:#fff ;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 50px auto;
}

.reserve_box p{
  margin-bottom: 30px;
}

.reserve_wrapper span{
  padding:2px 4px;
  background-color: red;
  border-radius: 3px;
  color: #FFF;


}

.examination {
  text-align: left;
  margin: 0 auto;
  height: 3.0rem;
  width:100%;
  display: inline-block;

}
.examination_content{
  display: flex;
  justify-content: center;
}
.first_box ,.second_box {
  margin:5px;
  width: 45%;
  text-align: left;
  padding: 3px 0 3px 10px;
  margin: 0 auto ;
  border-radius: 3px;
}

.name {
  text-align: left;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
}
.name input{  
  padding: 5px;
  width: 100%;
  height: 30px;
  margin: 5px;
}
.gender_box {
  text-align: left;
  width:100%;
}
.gender_content{
  display: flex;
  justify-content: center;
  margin-top: -30px;
  margin-bottom:20px;
}
.man ,.woman {
  background-color: #fff;
  border-radius: 3px;
  width: 45%;
  text-align: left;
  padding: 3px 0 3px 10px;
  margin: 5px;
}

.birtday_box{
  text-align: left;
  margin: 0 auto;

}


#year {
  width: 60%;
  height: 30px;
  margin: 5px;
  text-align: center;
  font-size:1.8rem;
}
#month{
  width: 45%;
  height: 30px;
  margin: 5px;
  text-align: center;
  font-size:1.8rem;
}
#day{
  width: 45%;
  height: 30px;
  margin: 2px;
  text-align: center;
  font-size:1.8rem;
}
.tel {
  text-align: left;
  margin: 50px auto;
}
.tel input[type="tel"]{
  width: 100%;
  font-size:1.8rem;
  padding: 3px;
  height: 30px;  
}
#phone{
  margin: 5px;
}

.mail_box{
  text-align: left;
  margin:50px auto;
}
.mail_box input[type="text"]{
  width: 100%;
  font-size:1.8rem;
  padding: 3px;
  height: 30px;
}
.mail_box input[name="re_mail"]{
  margin:10px 0 ;
}
.medical_box{
  text-align: left;
  display: block;
  margin:50px auto;
  padding: 3px;
}

.medical_content{
  display: flex;
  justify-content: center;
}
.general_box ,.glasses_box {
  background-color: #fff;
  border-radius: 3px;
  width: 45%;
  text-align: left;
  padding: 3px 0 3px 10px;
  margin: 4px;
}
.symptoms_box{
  text-align: left;
  margin:50px 0px;
  width: 100%;
}
.symptoms_box p{
  text-align: left;
  margin-bottom:10px;
}
.checkbox_content{
  width: 100%;
  margin-bottom: 50px;
}
.comment_box{
  text-align: left;

}
.comment_box textarea{
  width: 100%;
  height: 30vh;
  margin: 0 auto;
  font-size: 1.8rem;
}
.reserve_date{
  margin: 50px 0 ;
}

.reserve_day input[type="datetime-local"]{
  padding: 10px;
  margin: 5px;
  font-size: 1.6rem;
}
.reserve_day span{
  width: fit-content;
}

.submit{
  margin: 0 auto;
  text-align: center;
}
.submit input[type="submit"]{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color:#ff9532fa;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0;
  width:80%;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  margin-top:30px ;
  cursor:pointer;
}
.submit input[type="submit"]:hover {
  background-color:#ff9532b2;

}

/* ここから当院についてページーーーーーーーーーーー*/
.about_wrapper h3{
  font-size:1.6rem ;
  font-weight: 400;
  border-bottom:  3px dotted #4ac2fa;
  margin-bottom: 20px;
}
.about_wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
h3.about_title{
  font-size: 2.0rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.about_photo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.about_photo .photo img{
max-width:300px;
height:auto;
margin: 10px;
box-shadow:  0 0 10px rgba(0, 0, 0, 0.077);
}
.about p{
  font-size: 1.6rem;
  padding-left: 10px;
}

.about_photo .photo p{
  text-align: center;
  padding-top: 0px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
/* mediaqueri最大幅1000px */
@media screen and (max-width:1024px){
  .left_header h1 a img{
    margin: 10px;
    width: 250px;
    height: auto;
  }
  .slicknav_icon{
    display: block;
    position: relative;
  }
  header .global, .header_date, .header_button{
  display: none;
  }
  h1 a{
    position:relative; 
    z-index:10;
  }
  .menu2{
    position: absolute;
    top: 0;
    right: 0;
  }
  .top_header address{
    display: none;
  }
  .top_header button{
    display: none;
  }
  .top_header p{
    display: none;
  }
  .top_header_right{
    margin-right: 0%;
  }
  .bottom_header{
    display: block;
  }
  .main_visual{
    object-fit: none;
    text-align: center;
  }
  .greeting_content{
    display: block;
    text-align: center;
  }
  .greeting_img img{
    width: 95%;
    height: auto;
  }
  .greeting_button{
    margin: 10px auto;
  }
  .merit_box{
    padding: 20px;
  }
  .merit-content section img{
    width: 95%;
    height: auto;
  }

  .info{
      max-width:80%;
      margin: 0 auto;
  }
  .footer_wrapper{
      width: 100%;
  }

}
@media screen and (max-width:768px){
  .greeting_content{
    display: block;   
  }
  .greeting_text{
   margin: 0 auto;
   width: 90%;
  }
  .greeting_button{
    margin: 10px auto;
  }
  .merit-content h3{
    margin-left: 20px;
    padding: 10px;
  }
  .merit1 p,.merit2 p,.merit3 p{
    margin: 5vw auto;
    max-width: 75vw;
    height: auto;
  }
  .merit1 img, .merit2 img, .merit3 img{
    width: 400px;
    height: auto;
  }
  .merit1, .merit2, .merit3{
    justify-content: center;
    align-items: center;
  }
  .merit-content button{
    margin-top:60px;
  }
  footer{
    padding: 40px 0 0 0;
  }
  .footer_content{
    margin: 10px 30px;
  }
  table{
    padding: 5px;
  }
  table td ,th{
    padding: 3px;
  }
  tr.week th:last-child{
    font-size:1.5rem;
    width:100px;
  } 
  .facility_item{
    display: block;
  }
  .facility_image{
    text-align: center;
  }
  .merit1, .merit2, .merit3{
    display: block;
    text-align: center;
  }
  .service_item{
    max-width:190px;
  }
  .service_item h4 a{
    font-size:1.6rem;
  }
  .info_contents{
    padding: 5px;
    width: 90%;
  }
  .copyright{
    height: 15vw;
  }
  .fixed_banner{
    display:flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: #d6d6d6;
    height: 10%;
    width: 100vw;
  }
  .fixed_banner .fixed_tel,.fixed_banner .fixed_web{
    width: 40vw;
    height: 100%;
  }
  .fixed_web br{
    display: none;
  }
  .fixed_banner .fixed_top{
    width: 20vw;
    height: 100%;
  }
  .fixed_tel a, .fixed_web a, 
  .fixed_top a{
    display: block; 
    font-size: clamp(1.4rem,1.6rem,1.8rem);
    font-weight: 500;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .fixed_tel a{
    background-color: #fff;
    color: #4ac2fa;
    border: 1px solid #4ac2fa;
  }
  .fixed_web a{
    background-color: #e8f8ff;
    color: #4ac2fa;
    border-top: 1px solid #4ac2fa;
    border-bottom: 1px solid #4ac2fa;
    border-right: 1px solid #4ac2fa
  }
  .fixed_top a{
    background-color: #4ac2fa;
    color: #fff;
  }
    /* 予約ページ*/
    .reserve_box{
      max-width: 70%;
    }
  /*当院について */
  .about_photo{
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width:480px){
  .left_header h1 a img{
    width: 200px;
    height: auto;
    margin: 10px;
  }
  .header_date{
    display: none;
  }
  .greeting_content {
   display: block;
   padding: 20px;
   margin-top: 0;
   
  }
  .greeting_img img{
    margin-right: 0;
    border-radius: 50px;
    width: 250px;
    height: auto;
  }
  .greeting_text {
    max-width: 100%;
  }
  .merit1, .merit2, .merit3 {
    display: block;
    text-align: center;
    margin: 0; 
  }
  .merit1 p,.merit2 p,.merit3 p{
    width: 70vw;
    height: auto;
    margin: 0 auto;
  }
  .merit-content button{
      margin: 20px auto;
  }
  .merit3 p{
    height: 350px;
  }
  .merit1 img, .merit2 img, .merit3 img{
    width: 300px;
    height: auto;
    margin-bottom: 5vw;
  }
  .merit-content button{
    width: 80%;
  }
  footer{
    padding: 40px 0 0 0;
  }
  .left_footer{
    width:100%;
    margin: 0 auto;
  }
  .left_footer address, .left_footer p{
    margin-left: 0;
  }
  .right_footer{
    margin: 10px 0 ;
  }
  table{
    width: 100%;
    margin: 0 auto;
  }
  .footer_list{
    display: none;
  }
  .service_item {
    width: 160px;
    margin: 5px;
  }
  .service_item h4 a{
    padding: 0px;
    font-size: 1.6rem;
    line-height: 90px;
  }
  .info_button{
    width: 80%;
  }
  .footer_content{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
  }
  .facility_image img{
    width:250px;
    height: 225px;
  }
  .fixed_web br{
    display: inline;
  }
  .copyright{
    height: 25vw;
  }
  /* 予約ページ*/
  .reserve_box{
    max-width: 90%;
  }
  .reserve_day{
    display: block;
  }
  /* 当院について */
  .about_photo{
    display: block;
    text-align: center;
  }
}