@charset "UTF-8";

body {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background-color: rgba(181, 200, 206, 0.11);
}

img {
  max-width: 100%;
}

/* header関係 */
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.title-logo {
  width: 20vw;
  margin-top: 24px;
  margin-left: 2.5vw;
}

header h1 img {
  filter: drop-shadow(0 0 3px grey);
}

nav {
  width: 50%;
  margin-top: 50px;
}
nav ul {
  display: flex;
  justify-content: space-evenly;
}

nav ul li {
  margin-top: 15px;
}

.nav-text {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  font-size: 0.95vw;
}

.nav-text:hover {
  transform: scale(1.2);
  transition-duration: 0.4s;
  color: #579eef;
  transition-property: color;
}

.shita-icon {
  width: 0.8vw;
  margin: -0.2vw auto;
}

.tell {
  display: flex;
  font-size: 1.4vw;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 8px;
}

.tell-icon {
  width: 1.3vw;
  margin-right: 5px;
}

.tell-number {
  margin-top: 5px;
}

/* main関係 */
.title {
  margin: 37px auto;
  position: relative;
  overflow: hidden;
}

.title-text {
  writing-mode: vertical-rl;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.title-pictures {
  position: relative;
  border-radius: 30px;
  margin: 0 3.9vw auto;
  overflow: hidden;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
}
.picture:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.now-life {
  font-size: 2.3vw;
  letter-spacing: 0.5em;
  line-height: 5.5vw;
}

.future-life {
  font-size: 1.8vw;
  letter-spacing: 0.2em;
  margin-top: 3vw;
}

/* 診療時間 */

.time-schedule {
  display: flex;
  width: 27vw;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-right: none;
  border-radius: 1vw 0 0 1vw;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
  font-size: 1vw;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  top: 30vw;
  z-index: 999;
  transform: translateX(0);
  transition: transform 1s;
}
.time-schedule.close {
  transform: translateX(22.4vw);
}

.time-schedule-title {
  writing-mode: vertical-rl;
  letter-spacing: 0.3vw;
  padding: 2vw 2vw 2vw 1.9vw;
  cursor: pointer;
}

.time-schedule-title img {
  width: 1.3vw;
  padding-bottom: 0.7vw;
}

.time-schedule-week {
  margin: 1.8vw 0vw;
}

.time-schedule-week th,
.time-schedule-week td {
  vertical-align: middle;
}

.time {
  padding-right: 1vw;
}

.week {
  padding-right: 0.5vw;
}

.circle {
  color: #579eef;
}

.peke {
  color: #707070;
}

.am-time {
  border-bottom: 2px solid rgba(0, 0, 0);
}

/* 当院の特徴 */

.headline {
  font-size: 2.3vw;
  text-align: center;
}

.headline1 {
  margin: 8vw 0;
}

.headline::before {
  content: "-";
}

.mini-headline {
  display: flex;
  width: 50vw;
  margin: 5vw auto;
  justify-content: center;
  align-items: center;
}

.mini-headline-title {
  margin: 0vw 2.3vw;
  display: flex;
}

.mini-headline-text {
  display: inline-block;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  padding-left: 2.3vw;
  line-height: 1.5em;
  font-size: 1vw;
}

.mini-headline-title1 {
  font-size: 3vw;
  color: #579eef;
}

.mini-headline-title2 {
  padding-top: 1.2vw;
  padding-left: 0.3vw;
  font-size: 1.5vw;
}

.headline,
.mini-headline {
  letter-spacing: 0.2em;
}

/* 01-03 */

.point-headline-all {
  display: flex;
  justify-content: center;
  margin-bottom: 20vw;
}

.point-headline {
  border: solid 1px rgba(0, 0, 0, 0.2);

  padding: 3vw 2.5vw;
  margin: 0 3vw;
  border-radius: 1vw;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
  position: relative;
}

.chiiki-iryo {
  padding: 3vw 1.7vw;
  text-align: center;
}

.point-headline-number {
  position: absolute;
  left: -1vw;
  top: -1.5vw;
  font-size: 3vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #579eef;
}

.point-headline-text {
  font-size: 1.5vw;
  letter-spacing: 0.1em;
}

/* 3つの特徴 */

.feature-number1,
.feature-number2,
.feature-number3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #579eef;
  display: inline-block;
  padding-right: 2vw;
  font-size: 2.3vw;
}

.feature-title1,
.feature-title2,
.feature-title3 {
  display: inline-block;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  padding-left: 2vw;
  font-size: 2vw;
  letter-spacing: 0.15em;
}

.feature-picture1,
.feature-picture2,
.feature-picture3 {
  width: 35vw;
  height: 35vw;
  margin: 0 auto;
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.feature1-all,
.feature2-all,
.feature3-all {
  display: grid;
  grid-template-rows: 5vw 30vw;
  grid-template-columns: 50% 50%;
  padding: 7vw 7vw 20vw;
}

.feature1-all {
  background-image: url(../images/01.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50vw;
}

.feature2-all {
  background-image: url(../images/02.svg);
  background-repeat: no-repeat;
  background-position: top left 5%;
  background-size: 50vw;
}

.feature3-all {
  background-image: url(../images/03.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50vw;
}

.feature1,
.feature2,
.feature3 {
  margin: auto 0;
}

.feature-sentence1,
.feature-sentence2,
.feature-sentence3 {
  border: 3px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 3vw 4vw;
  letter-spacing: 0.3em;
  line-height: 1.7em;
  border-radius: 3vw;
  width: 30vw;
  margin: auto;
  font-size: 1vw;
  font-weight: normal;
}

.big-sentence {
  font-size: 1.5vw;
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(87, 158, 239, 0.55) 60%);
}

.feature1::before,
.feature3::before {
  content: "";
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  width: 30vw;
  position: absolute;
  right: 105%;
  top: 50%;
  z-index: -1;
}

.feature1,
.feature3 {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-left: 7vw;
  position: relative;
}

.feature-picture1,
.feature-picture3 {
  grid-row: 1/3;
  grid-column: 1/2;
}

.feature-sentence1,
.feature-sentence3 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.feature2 {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-left: 10vw;
  position: relative;
}

.feature2::before {
  content: "";
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  width: 30vw;
  position: absolute;
  left: 80%;
  top: 50%;
  z-index: -1;
}

.feature-picture2 {
  grid-row: 1/3;
  grid-column: 2/3;
  margin: auto;
}

.feature-sentence2 {
  grid-row: 2/3;
  grid-column: 1/2;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* お知らせ */

.news {
  padding: 0 20vw;
  background-image: url(../images/flower-background.svg);
  background-repeat: no-repeat;
  background-position: top left 5%;
  background-size: 40vw;
  padding-bottom: 15vw;
}
.news-all {
  padding: 4vw 2vw 3.3vw;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-radius: 2vw;
  margin: 5vw 0;
  font-size: 1.1vw;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
}
.news-all-scroll {
  height: 28vw;
  overflow: hidden scroll;
}

/* スクロールバー↓ */

.news-all-scroll::-webkit-scrollbar {
  width: 0.5vw;
}

.news-all-scroll::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 2vw;
}

.news-all-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(54, 53, 53);
  border-radius: 2vw;
}

/* スクロールバー↑ */

.news-topic {
  margin: 2vw 4vw 4.5vw;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  letter-spacing: 0.1em;
}

.news-day {
  display: inline-block;
  padding-right: 2vw;
}

.news-title {
  display: inline-block;
  padding-left: 2vw;
  border-left: 3px solid #579eef;
}

/* SNS */

.sns {
  height: 70vw;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 50%,
    rgba(160, 199, 243, 0.48) 50%,
    rgba(160, 199, 243, 0.48) 100%
  );
}

.sns-background {
  background-image: url(../images/SNS-Backglound.png);
  background-repeat: no-repeat;
  background-size: 120vw;
  background-position: 40% 49%;
  height: 70vw;
}

.headline-sns {
  padding: 8vw 0 10vw;
}

.sns-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns1,
.sns2,
.sns3 {
  margin: 0 2.8vw;
}

.sns1-timeline,
.sns2-timeline,
.sns3-timeline {
  width: 25vw;
  height: 25vw;
  border: 3px solid #707070;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 1vw;
}

.sns2-timeline,
.sns3-timeline {
  overflow: hidden scroll;
}

.sns2-timeline {
  background-image: url(../images/_l.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sns-logo1,
.sns-logo2,
.sns-logo3 {
  text-align: center;
  margin-top: 2vw;
}

.sns-logo1 img,
.sns-logo2 img,
.sns-logo3 img {
  width: 3vw;
  display: inline-block;
}

.sns-logo1 img:hover,
.sns-logo2 img:hover,
.sns-logo3 img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
}

/* footer */

.access-all {
  margin-bottom: 15vw;
}

.headline-access {
  padding: 8vw 0 8vw;
}

.access {
  display: flex;
  justify-content: space-evenly;
}

.access-information,
.access-map {
  width: 45%;
}

.title-logo-footer {
  text-align: center;
  margin-bottom: 4vw;
}

.title-logo-footer img {
  width: 25vw;
  display: inline-block;
}

.reserve {
  margin-left: 9vw;
  margin-bottom: 4vw;
}

.reserve-title {
  font-size: 1.5vw;
  margin-left: 2vw;
  margin-bottom: 0.6vw;
}

.reserve-icon img {
  width: 2vw;
  margin-left: 0.5vw;
  display: inline-block;
}

.reserve-number {
  font-size: 2.8vw;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 8px;
  margin-left: 1.5vw;
  display: inline-block;
}

.tell-footer {
  border-bottom: #707070 2px solid;
  width: 25vw;
  padding-bottom: 0.3vw;
}

/* 診療時間↓*/

.time-schedule-footer {
  display: flex;
  width: 27vw;

  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;

  font-size: 1vw;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
  margin-bottom: 5vw;
  transform: scale(1.3) translate(8vw, 2vw);
}

.time-schedule-title-footer {
  writing-mode: vertical-rl;
  letter-spacing: 0.3vw;
  padding: 2vw 2vw 2vw 1.9vw;
}

.time-schedule-title-footer img {
  width: 1.3vw;
  padding-bottom: 0.7vw;
}

.time-schedule-week-footer {
  margin: 1.8vw 0vw;
}

.time-schedule-week-footer th,
.time-schedule-week-footer td {
  vertical-align: middle;
}

.time {
  padding-right: 1vw;
}

.week {
  padding-right: 0.5vw;
}

.circle {
  color: #579eef;
}

.peke {
  color: #707070;
}

.am-time-footer {
  border-bottom: 2px solid rgba(0, 0, 0);
}

/* 診療時間↑*/

.access-icon-map {
  display: flex;
  justify-content: center;
  margin-bottom: 2vw;
}

.icon-map {
  width: 3.2vw;
  margin-right: 2vw;
}

.detail-map {
  letter-spacing: 0.2em;
}

.detail-map1 {
  font-size: 1.2vw;
}

.detail-map2 {
  font-size: 1.8vw;
}

.google-map {
  width: 35vw;
  height: 35vw;
  border: #707070 1px solid;
  margin: 0 auto;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5);
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

/* コピーライト */
.Copyright {
  background-color: #c5c5c5;
  position: relative;
}

.sns-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sns-logo-footer1 img,
.sns-logo-footer2 img,
.sns-logo-footer3 img {
  width: 2vw;
  display: inline-block;
  margin: 1.2vw 1vw;
  filter: drop-shadow(0 0 0.1vw rgba(0, 0, 0, 0.605));
}

.sns-logo-footer1 img:hover,
.sns-logo-footer2 img:hover,
.sns-logo-footer3 img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
}

.Copyright-text {
  position: absolute;
  left: 50%;
  top: 50%;
  letter-spacing: 0.2em;
  transform: translate(-50%, -50%);
}

/* ここからレスポンシブデザイン */

@media screen and (max-width: 640px) {
  header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .title-logo {
    width: 180px;
    margin-top: 3vw;
    margin-left: 2.5vw;
  }

  nav ul {
    display: block;
  }

  .tell {
    display: none;
  }

  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    transform: scale(1);
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #579eef;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #579eef;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #579eef;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(71, 70, 73, 0.6);
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }

  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
  }

  /* ハンバーガー終わり */

  /* main */
  .title {
    margin: 20px auto;
    position: relative;
    overflow: hidden;
  }

  .title-text {
    top: 20%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .now-life {
    font-size: 18px;
    line-height: 40px;
  }

  .future-life {
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-top: 3vw;
  }

  .title-pictures {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px 3.9vw auto;
  }
  .picture {
    transform: scale(2);
  }

  .time-schedule {
    display: none;
  }

  /* 当院の特徴 */

  .headline {
    font-size: 20px;
    text-align: center;
  }

  .headline1 {
    margin: 50px 0;
  }

  .headline,
  .mini-headline {
    letter-spacing: 0em;
  }

  .mini-headline {
    display: block;
    width: 80vw;
    margin: 10vw auto;
    justify-content: center;
    align-items: center;
  }

  .mini-headline-text {
    display: block;
    border-left: none;
    padding-left: 0vw;
    line-height: 1.5em;
    font-size: 13px;
    margin: 30px auto;
    width: 70%;
  }
  .mini-headline-title {
    margin: 0vw auto;
    width: 100px;
    padding: 0 auto;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  }
  .mini-headline-title1 {
    font-size: 30px;
    padding-left: 5px;
    color: #579eef;
  }

  .mini-headline-title2 {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 18px;
  }

  /* 01-03 */

  .point-headline-all {
    display: block;
    width: 80vw;
    text-align: center;
    margin: 10vw auto 20vw;
  }

  .point-headline {
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    margin: 30px 10vw;
    border-radius: 10px;
    box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);
    position: relative;
  }

  .chiiki-iryo {
    padding: 20px 30px;
    text-align: center;
  }

  .point-headline-number {
    position: absolute;
    left: 5px;
    top: 12px;
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    color: #579eef;
  }

  .point-headline-text {
    font-size: 17px;
    letter-spacing: 0.1em;
  }

  .point-headline-text br {
    display: none;
  }

  /* 3つの特徴 */

  .feature-number1,
  .feature-number2,
  .feature-number3 {
    font-family: "Noto Sans JP", sans-serif;
    color: #579eef;
    display: inline-block;
    padding-right: 2vw;
    font-size: 30px;
  }

  .feature-title1,
  .feature-title2,
  .feature-title3 {
    display: inline-block;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    padding-left: 2vw;
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  .feature-picture1,
  .feature-picture2,
  .feature-picture3 {
    width: 90%;
    height: auto;
    margin: 40px 20px 50px;
    box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
    display: inline-block;
  }

  .feature1-all,
  .feature2-all,
  .feature3-all {
    display: block;
    padding: 7vw 7vw 20vw;
  }

  .feature1-all {
    background-image: url(../images/01.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 300px;
  }

  .feature2-all {
    background-image: url(../images/02.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 300px;
  }

  .feature3-all {
    background-image: url(../images/03.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 300px;
  }

  .feature1,
  .feature2,
  .feature3 {
    margin: auto;
  }

  .feature-sentence1,
  .feature-sentence2,
  .feature-sentence3 {
    border: 3px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    padding: 3vw 4vw;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    border-radius: 3vw;
    width: 80vw;
    margin: auto;
    font-size: 15px;
    font-weight: normal;
  }

  .big-sentence {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(87, 158, 239, 0.55) 60%);
  }

  .feature1::before,
  .feature3::before {
    content: "";
    border-top: 3px solid rgba(0, 0, 0, 0.5);
    width: 30vw;
    position: absolute;
    right: 105%;
    top: 50%;
    z-index: -1;
  }

  .feature2::before {
    content: "";
    border-top: 3px solid rgba(0, 0, 0, 0.5);
    width: 30vw;
    position: absolute;
    left: -42%;
    top: 50%;
    z-index: -1;
  }

  .feature1,
  .feature2,
  .feature3 {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 7vw;
    position: relative;
  }
  .feature-picture1,
  .feature-picture2,
  .feature-picture3 {
    grid-row: 1/3;
    grid-column: 1/2;
  }

  .feature-sentence1,
  .feature-sentence2,
  .feature-sentence3 {
    grid-row: 2/3;
    grid-column: 2/3;
  }

  .fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
  }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }

  /* お知らせ */

  .news {
    padding: 0 30px;
    background-image: url(../images/flower-background.svg);
    background-repeat: no-repeat;
    background-position: top left 20%;
    background-size: 350px;
    padding-bottom: 15vw;
  }
  .news-all {
    padding: 4vw 2vw 3.3vw;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 2vw;
    margin: 50px 0;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 3vw rgba(0, 0, 0, 0.2);
  }
  .news-all-scroll {
    height: 400px;
    overflow: hidden scroll;
  }

  /* スクロールバー↓ */

  .news-all-scroll::-webkit-scrollbar {
    width: 0.5vw;
  }

  .news-all-scroll::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 2vw;
  }

  .news-all-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(54, 53, 53);
    border-radius: 2vw;
  }

  /* スクロールバー↑ */

  .news-topic {
    margin: 2vw 4vw 10vw;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 1vw;
    padding-left: 1.5vw;
    letter-spacing: 0.1em;
  }

  .news-day {
    display: inline-block;
    padding-right: 2vw;
    padding-bottom: 10px;
  }

  .news-title {
    display: inline-block;
    padding-left: 2vw;
    border-left: 3px solid #579eef;
    padding-bottom: 5px;
  }

  /* SNS */

  .sns {
    height: 1100px;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 50%,
      rgba(160, 199, 243, 0.48) 50%,
      rgba(160, 199, 243, 0.48) 100%
    );
  }

  .sns-background {
    background-image: url(../images/sns-tate1.png);
    background-repeat: no-repeat;
    background-size: 260px;
    height: 1100px;
    background-position: center;
  }

  .headline-sns {
    padding: 8vw 0 10vw;
  }

  .sns-all {
    display: block;
  }

  .sns1,
  .sns2,
  .sns3 {
    margin: 0;
  }

  .sns1-timeline,
  .sns2-timeline,
  .sns3-timeline {
    width: 250px;
    height: 250px;
    border: 3px solid #707070;
    overflow: hidden;
    background-color: #ffffff;
    margin: 22px auto 10px;
  }

  .sns2-timeline,
  .sns3-timeline {
    overflow: hidden scroll;
  }

  .sns2-timeline {
    background-image: url(../images/_l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .sns-logo1,
  .sns-logo2,
  .sns-logo3 {
    text-align: center;
  }

  .sns-logo1 img,
  .sns-logo2 img,
  .sns-logo3 img {
    width: 30px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .sns-logo1 img:hover,
  .sns-logo2 img:hover,
  .sns-logo3 img:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.5s;
  }

  /* footer */

  .access-all {
    margin-bottom: 15vw;
  }

  .headline-access {
    padding: 50px 0 60px;
  }

  .access {
    display: block;
  }

  .access-information,
  .access-map {
    width: 100%;
  }

  .title-logo-footer {
    text-align: center;
    margin-bottom: 4vw;
  }

  .title-logo-footer img {
    width: 200px;
    display: inline-block;
  }

  .reserve {
    margin-left: 0vw;
    margin-bottom: 0vw;
  }

  .reserve-title {
    font-size: 18px;
    margin-left: 0vw;
    margin-bottom: 0vw;
    margin-top: 50px;
    text-align: center;
  }

  .reserve-icon img {
    width: 2vw;
    margin-left: 0.5vw;
    display: inline-block;
  }

  .reserve-number {
    font-size: 2.8vw;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 8px;
    margin-left: 1.5vw;
    display: inline-block;
  }

  .tell-footer {
    border-bottom: #707070 2px solid;
    width: 25vw;
    padding-bottom: 0.3vw;
    transform: scale(2);
    margin: 20px auto 30px;
  }

  /* 診療時間↓*/

  .time-schedule-footer {
    display: flex;
    width: 70%;
    height: 150px;

    border: solid 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-family: "Noto Sans JP", sans-serif;
    background-color: white;

    font-size: 3vw;
    box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.2);

    transform: none;
    margin: 70px auto;
  }

  .time-schedule-title-footer {
    writing-mode: vertical-rl;
    letter-spacing: 0.3vw;
    padding-left: 4vw;
    text-align: center;
  }

  .time-schedule-title-footer img {
    width: 20px;
    padding-bottom: 5px;
  }

  .time-schedule-week-footer {
    margin: 2px 0px 2px 10px;
  }

  .time-schedule-week-footer th,
  .time-schedule-week-footer td {
    vertical-align: middle;
  }

  .time {
    padding-right: 1vw;
  }

  .week {
    padding-right: 0.5vw;
  }

  .circle {
    color: #579eef;
  }

  .peke {
    color: #707070;
  }

  .am-time-footer {
    border-bottom: 2px solid rgba(0, 0, 0);
  }

  /* 診療時間↑*/

  .access-icon-map {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .icon-map {
    width: 30px;
    margin-right: 2vw;
  }

  .detail-map {
    letter-spacing: 0.2em;
  }

  .detail-map1 {
    font-size: 15px;
  }

  .detail-map2 {
    font-size: 15px;
  }

  .google-map {
    width: 300px;
    height: 300px;
    border: #707070 1px solid;
    margin: 0 auto;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.5);
  }

  .google-map iframe {
    width: 100%;
    height: 100%;
  }

  /* コピーライト */
  .Copyright {
    background-color: #c5c5c5;
    position: none;
    height: 40px;
  }

  .sns-footer {
    display: block;
    justify-content: flex-end;
    align-items: center;
  }

  .sns-logo-footer1,
  .sns-logo-footer2,
  .sns-logo-footer3 {
    display: none;
  }

  .sns-logo-footer1 img,
  .sns-logo-footer2 img,
  .sns-logo-footer3 img {
    width: 0;
    display: inline-block;
    margin: 1.2vw 1vw;
    filter: drop-shadow(0 0 0.1vw rgba(0, 0, 0, 0.605));
  }

  .sns-logo-footer1 img:hover,
  .sns-logo-footer2 img:hover,
  .sns-logo-footer3 img:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.5s;
  }

  .Copyright-text {
    position: absolute;
    left: 50%;
    top: 50%;
    letter-spacing: 0.2em;
    transform: translate(-50%, -50%);
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
}
