
body, html {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto !important;
  padding: 0px;
  box-sizing: border-box;
  font-size: 65.5%;
  color: #6A6A6A;
}

.font-S {
  font-size: clamp(1.1rem, 1rem + 0.625vw, 1.5rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-M {
  font-size: clamp(1.5rem, 1.4rem + 0.625vw, 2rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-L {
  font-size: clamp(2.4rem, 2.4rem + 0.625vw, 3rem);
  letter-spacing: 4px;
}

.font-LL {
  font-size: clamp(3rem, 3rem + 0.625vw, 4rem);
}

.m-time {
  height: auto;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.m-time .time {
  width: 100%;
  padding: 10px;
  height: auto;
  border-radius: 20px;
}
.m-time .time #time-back {
  background-color: rgba(252, 123, 48, 0.7882352941);
}
.m-time .time #time-back th {
  color: white;
}
.m-time .time .medical-time {
  width: 95%;
}
.m-time .time .medical-times {
  width: 30% !important;
  color: #555555;
}
.m-time .time .medical-table th, .m-time .time .medical-table td {
  text-align: center;
  padding: 10px 5px;
  width: 30px;
  height: 30px;
}
.m-time .time .medical-table td {
  width: 30px;
  height: 30px;
  color: rgba(58, 58, 58, 0.726);
  font-weight: bold;
}

.first {
  position: relative;
  width: 100%;
}
.first .back {
  width: 70%;
  max-width: 800px;
  min-width: 250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first .back img {
  width: 320px;
  height: 150px;
}
.first .h {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  text-align: center;
  align-content: center;
  transform: translateY(-50%);
}
.first .h h2 {
  text-align: center;
  font-weight: 700;
  color: #ec9939;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.87);
  letter-spacing: 3px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  /*ハンバーガメニュー*/
}
header .header-contener {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .header-contener .logo {
  width: min(22.2222222222vw, 320px);
  min-width: 200px;
  aspect-ratio: 320/120;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 min(3.4722222222vw, 50px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  align-content: center;
}
header .header-contener .logo img {
  width: 85%;
}
header .header-contener .header-menu-contents {
  background: linear-gradient(90deg, rgb(255, 166, 0), rgb(255, 202, 57));
  font-weight: 800;
  border-radius: 0 0 0 50px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
header .header-contener .header-menu-contents nav {
  display: flex;
  justify-content: space-around;
  align-content: center;
  cursor: pointer;
  align-items: center;
}
header .header-contener .header-menu-contents nav a {
  display: block;
  text-align: center;
  align-content: center;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  color: #ffffff;
}
header .header-contener .header-menu-contents nav .tel {
  width: min(9.7222222222vw, 140px);
  aspect-ratio: 1/1;
  border-radius: 0 0 0 50px;
}
header .header-contener .header-menu-contents nav .desk-top-menu {
  width: min(9.7222222222vw, 140px);
  aspect-ratio: 1/1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 2px solid white;
  z-index: 80;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-btn {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-btn span,
header .header-contener .header-menu-contents nav .desk-top-menu .menu-btn span:before,
header .header-contener .header-menu-contents nav .desk-top-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-btn span:before {
  bottom: 10px;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-btn span:after {
  top: 10px;
}
header .header-contener .header-menu-contents nav .desk-top-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header .header-contener .header-menu-contents nav .desk-top-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header .header-contener .header-menu-contents nav .desk-top-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
header .header-contener .header-menu-contents nav .desk-top-menu #menu-btn-check {
  display: none;
}
header .header-contener .header-menu-contents nav .desk-top-menu #menu-btn-check {
  display: none;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-content {
  padding: 5%;
  text-align: center;
  width: 100%;
  max-width: 450px;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 50;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s; /*アニメーション設定*/
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-content ul {
  padding: 70px 10px 0;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-content ul li {
  border-bottom: solid 1px #ffd4c0;
  list-style: none;
  width: 95%;
  font-size: 15px;
  box-sizing: border-box;
  color: #535353;
  text-decoration: none;
  padding: 5% 5%;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #484948;
  text-decoration: none;
  position: relative;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffe5e5;
  border-right: solid 2px #e1fce1;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header .header-contener .header-menu-contents nav .desk-top-menu .menu-content ul li p::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffd3be;
  border-right: solid 2px #ffdcb5;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header .header-contener .header-menu-contents nav .desk-top-menu #menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
header .header-contener .header-menu-contents nav a:hover {
  background-color: rgb(252, 200, 79);
  transition: 0.3s;
}
header #phone-menu .menu-btn {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 99;
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 99;
  background-color: rgba(255, 207, 162, 0.897);
}
header #phone-menu .menu-btn span,
header #phone-menu .menu-btn span:before,
header #phone-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
header #phone-menu .menu-btn span:before {
  bottom: 8px;
}
header #phone-menu .menu-btn span:after {
  top: 8px;
}
header #phone-menu #menu-btn-checked:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header #phone-menu #menu-btn-checked:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header #phone-menu #menu-btn-checked:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
header #phone-menu #menu-btn-checked {
  display: none;
}
header #phone-menu #menu-btn-checked {
  display: none;
}
header #phone-menu .menu-content {
  padding: 5%;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s; /*アニメーション設定*/
}
header #phone-menu .menu-content ul {
  padding: 70px 10px 0;
}
header #phone-menu .menu-content ul li {
  border-bottom: solid 1px #ffd4c0;
  list-style: none;
  width: 90%;
  font-size: 15px;
  box-sizing: border-box;
  color: #535353;
  text-decoration: none;
  padding: 5% 5%;
}
header #phone-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #484948;
  text-decoration: none;
  position: relative;
}
header #phone-menu .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffe5e5;
  border-right: solid 2px #e1fce1;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header #phone-menu .menu-content ul li p::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffd3be;
  border-right: solid 2px #ffdcb5;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
header #phone-menu #menu-btn-checked:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

.top {
  width: 100%;
}
.top .top-contener {
  width: 100%;
}
.top .top-contener .top-contents-1 {
  position: relative;
  margin: auto;
  text-align: center;
  align-items: center;
  align-content: center;
}
.top .top-contener .top-contents-1 img {
  width: 100%;
  height: 100%;
  box-shadow: 2px 1px 2px rgb(255, 215, 106);
}
.top .top-contener .top-contents-1 h1 {
  position: absolute;
  bottom: 10%;
  right: 20%;
  transform: rotate("-50% ,-50%");
  text-align: center;
  line-height: 80px;
  z-index: 2;
}
.top .top-contener .top-contents-1 h1 span {
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffae00;
  padding: 10px;
}
.top .top-contener .top-contents-2 {
  width: 95%;
  min-width: 200px;
  text-align: right;
  margin: auto;
}
.top .top-contener .top-contents-2 img {
  width: 30%;
  min-width: 300px;
  transform: translateY(-70%);
}

.news-contener {
  width: 100%;
  margin: auto;
}
.news-contener .news-contents {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.news-contener .news-contents ul {
  width: 75%;
  padding: 5% 2%;
  background: linear-gradient(90deg, rgb(255, 166, 0), rgb(255, 202, 57));
  min-width: 365px;
}
.news-contener .news-contents ul .news-item {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.news-contener .news-contents ul .news-item .news-h {
  text-align: center;
}
.news-contener .news-contents ul .news-item .news-h h2 {
  letter-spacing: 10px;
  position: relative;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 15px;
}
.news-contener .news-contents ul li {
  width: 95%;
  margin: auto;
  padding: 15px 0;
  display: flex;
}
.news-contener .news-contents ul li h3 {
  width: 30%;
  color: white;
  line-height: 25px;
  text-align: center;
  border-right: 2px solid white;
}
.news-contener .news-contents ul li p {
	width:60%;
  padding-left: 15px;
  color: white;
  align-items: flex-end;
  justify-content: flex-end;
}
.news-contener .news-back-img {
  width: 40%;
  transform: translatex(40%);
}
.news-contener .news-back-img img {
  width: 250px;
  height: auto;
  transform: translateY(-30%);
}

.schedule-contener {
  margin: auto;
  display: flex;
  align-items: center;
}
.schedule-contener .schedule-contents {
  height: 50vh;
  background-color: #dfdfdf;
}

.news-h h2::before {
  content: "";
  position: absolute;
  bottom: -7.5px;
  right: -7.5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}

.clean {
  width: 100%;
  padding: 3% 0;
  background: linear-gradient(90deg, rgb(255, 172, 18), rgb(255, 210, 88));
}
.clean .clean-contener {
  width: 80%;
  margin: auto;
}
.clean h2 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 3px;
}
.clean h3 {
  text-align: center;
  color: rgb(122, 122, 122);
  font-weight: 700;
  padding-top: 15px;
  letter-spacing: 2px;
  box-shadow: 1px grey;
}
.clean .clean-item {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: rgb(255, 250, 241);
  border-radius: 50%;
  transform: translateY(50%);
  border: solid 2px rgb(255, 238, 201);
}
.clean .clean-item-text {
  width: 100%;
  padding: 50px 5%;
  border: 2px rgb(255, 238, 201) solid;
  background-color: #ffffff;
  border-radius: 20px;
}
.clean .clean-item-text h3 {
  line-height: 35px;
}
.clean .clean-item-text p {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  line-height: 2.5rem;
}

.about {
  width: 100%;
  padding: 2% 0;
  margin: auto;
}
.about .about-contener {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.about .about-contener .about-contents1 img {
  width: 100%;
}
.about .about-contener .about-item1 {
  width: 90%;
  margin-left: 10%;
  height: 100px;
  background-color: rgba(255, 145, 19, 0.6235294118);
  position: relative;
}
.about .about-contener .about-item1 .about-item1-h {
  width: 100%;
  position: absolute;
  left: -20%;
}
.about .about-contener .about-item1 .about-item1-h h3 {
  line-height: 4rem;
}
.about .about-contener .about-item1 .about-item1-h img {
  z-index: -1;
}
.about .about-contener .about-item2 {
  width: 90%;
  margin: auto;
}
.about .about-contener .about-item2 p {
  color: #3b3b3b;
  letter-spacing: 3px;
  line-height: 3rem;
}

.clinic-point {
  width: 100%;
  padding: 5% 0;
  margin: auto;
  background-color: rgba(253, 255, 231, 0.486);
}
.clinic-point .clinic-point-contents {
  width: 90%;
  margin: auto;
}
.clinic-point .clinic-point-contents .clinic-point-item {
  border: 2px solid orange;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8274509804);
}
.clinic-point .clinic-point-contents img {
  width: 90%;
  min-width: 240px;
}
.clinic-point .clinic-point-contents h3 {
  color: #ffb20b;
}
.clinic-point .clinic-point-contents p {
  line-height: 2.5rem;
  color: rgb(61, 61, 61);
  font-weight: 600;
}

.for {
  width: 70%;
  max-width: 700px;
  min-width: 350px;
  margin: 40px auto;
}
.for img {
  width: 100%;
}

.medical {
  width: 100%;
  padding: 5% 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.979), rgba(255, 255, 255, 0.808)), url("./img/IMG_1045%E3%82%B3%E3%83%94%E3%83%BC.JPG");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.medical .medical-second {
  width: 80%;
  min-width: 350px;
  margin: auto;
}
.medical .medical-item {
  background-color: #ffffff;
  border-radius: 15px;
  border: #555555 0.5px rgba(128, 128, 128, 0.795);
}
.medical .medical-item .medical-item1 {
  cursor: pointer;
  display: flex;
  width: 100%;
  padding: 20px 0;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  background: linear-gradient(45deg, rgba(255, 166, 0, 0.822), rgba(255, 202, 57, 0.76));
  border-radius: 15px;
}
.medical .medical-item .medical-item1 div {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  align-content: center;
}
.medical .medical-item .medical-item1 div img {
  width: 80px;
}
.medical .medical-item .medical-item1 p {
  padding: 15px 0;
  color: #ffffff;
}

.slider-contener {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  margin-top: 100px;
}
.slider-contener img {
  width: 35%;
  height: 300px;
  padding: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.QA-contener {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
}
.QA-contener h2 {
  text-align: center;
  padding: 3% 0;
}
.QA-contener ul {
  width: 90%;
  max-width: 900px;
  min-width: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.QA-contener li {
  width: 90%;
  padding: 2%;
  margin-top: 30px;
  flex: auto;
  cursor: pointer;
}
.QA-contener li span {
  display: inline-block;
  float: right;
}
.QA-contener .A {
  display: none;
  margin-top: 20px;
  padding: 3%;
  background-color: #f1f1f1;
  border-top: 2px grey dashed;
  border-bottom: 2px grey dashed;
}
.QA-contener .active {
  display: block !important;
}

.QA-contener ul li:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .top-contents-1 {
    width: 100%;
    min-width: 900px;
    height: 90vh;
    z-index: -1;
  }
  .clinic-point {
    background-image: url(img/Group 17.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .header-menu-contents {
    display: block;
  }
  #phone-menu {
    display: none;
  }
  .m-time {
    width: 45%;
  }
  .news-contents {
    width: 45%;
    transform: translateY(-10%);
  }
  .about-contents1 {
    width: 65%;
  }
  .about-contents2 {
    width: 35%;
    min-width: 300px;
  }
  .schedule-contener {
    width: 85%;
    justify-content: space-around;
    transform: translateY(-15%);
  }
  .schedule-contents {
    width: 45%;
    height: 50vh;
    background-color: #dfdfdf;
  }
  .medical-item1 div {
    margin: 25px 0;
  }

}
@media screen and (max-width: 768px) {
  .top-contents-1 {
    width: 100%;
    height: 80vh;
  }
  #phone-menu {
    display: block;
  }
  .header-menu-contents {
    display: none;
  }
  .news-contener {
    margin-top: -25px;
    flex-direction: column;
  }
  .news-contener .m-time {
    width: 85%;
    margin-bottom: 20px;
  }
  .news-contents {
    width: 95%;
    margin-bottom: 15px;
  }
  .about-contener {
    flex-direction: column;
  }
  .about-contents1 {
    width: 80%;
  }
  .about-contents2 {
    width: 70%;
  }
  .clinic-point {
    background-image: url(./img/Group 17-modaill.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .clinic-point-content li {
    text-align: center;
  }
  .clinic-point-content li {
    text-align: center;
  }
  .schedule-contener {
    width: 95%;
    max-width: 500px;
    justify-content: center;
    flex-direction: column;
  }
  .schedule-contents {
    width: 90%;
    height: 50vh;
    background-color: #dfdfdf;
    margin:20px auto;
  }
  .medical-item1 div {
    margin: 5px 0;
  }
}
@media screen and (max-width: 555px) {
  .top-contents-1 {
    width: 100%;
    height: 60vh;
  }
  .medical-item1 {
    flex-direction: column;
  }
  .medical-item1 p {
    padding-top: 10px;
  }
  .about-contents1 {
    width: 100%;
  }
  .about-contents2 {
    width: 85%;
  }
  .about-item2 {
    padding: 1% 0;
  }
		 .day {
    width: 85%;
			 margin:auto;
		 padding:5%;
  }
}
@media screen and (min-width: 556px) {
  .about-item2 {
    padding: 10% 0;
  }
			 .day {
    width: 50%;
		 padding:5%;
  }
}
.fade {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0.8;
}

@keyframes fadeIn {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
    transition: 4s;
  }
}
.fadeUp {
 animation-name: fadeUpAnime;
    animation-duration:1.1s;
    animation-fill-mode:forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.insta-contents {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 5%;
  background-image: url(img/topimag-11.png);
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
}

.insta {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insta h2 {
  padding-left: 15px;
}
.insta h2 span {
  color: rgb(210, 39, 216);
}

.insta_btn3 { /*ボタンの下地*/
  color: #FFF; /*文字・アイコン色*/
  border-radius: 14px; /*角丸に*/
  position: relative;
  display: block;
  height: 120px; /*高さ*/
  width: 120px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  padding-top: 12px; /*上側との余白*/
  box-sizing: border-box;
  font-size: 19px; /*文字のサイズ*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
}

.insta_btn3:before { /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2%;
  left: 0;
  z-index: 3;
  scale: 0.8;
}

.insta_btn3 .fa-instagram {
  font-size: 70px; /*アイコンサイズ*/
  position: relative;
  display: inline-block;
  transition: 0.5s;
}

.insta div {
  text-align: center;
  padding: 5%;
  font-size: 1.3rem;
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 5% 0;
  margin-top: 50px;
  background: linear-gradient(45deg, rgba(255, 166, 0, 0.822), rgba(255, 202, 57, 0.76));
  border-top: 3px dashed #ffffff;
}
.footer .acess-item {
  width: 40%;
  min-width: 350px;
  height: 100%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .acess-item iframe {
  width: 100%;
  height: 30vh;
}
.footer .acess-item h3 {
  padding: 2%;
}
.footer .acess2 {
  width: 60%;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .acess2 p {
  color: #ffffff;
}
.footer .acess2 img {
  width: 300px;
  text-align: center;
  padding: 2%;
}
.footer .acess2 .footer-tel {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer .acess2 .footer-tel a {
  width: 100%;
  text-align: center;
  color: #696969;
  text-shadow: 1px 1px rgba(10, 10, 10, 0.295);
}

.day{
　display:block;
	height:100%;
 padding:1%;
}


  .acces{
    width:100%;
	  height:100%;
    padding:1%;
   margin:2% ;
	
  }
  .acces1{
      height:100%;
      width:100%;
      text-align: center;
  
  }
  .acces1 h4{
      font-size: 20px;
      color: #e66a6a;
      text-align: center;
      line-height:30px;
  }
  .acces1 h2{
      font-size: 13px;
      color: grey;
      text-align:centert;
  }

.xo-event-calendar table.xo-month .month-week {
  height:70px;
}

/*# sourceMappingURL=kitao.css.map */