@charset "UTF-8";

/* .zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
  }
  .noto-sans-jp{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

h1 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: 600;
}

.navi-navi {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 400;
}

.navi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.navi-list a:hover {
  color: #ec4444;
}

.yoyaku-box {
  font-weight: 600;
  padding: 40px 20px;
  margin: 1em 0;
  border: 5px ridge #996c33;
  background-color: #ebf3df;
  opacity: 70%;
  position: absolute;
  z-index: 99999;
  right: 60px;
  position: fixed;
}
.yoyaku {
  margin: 0;
  padding: 0;
}
.yoyaku-box a:hover {
color: #ec4444;
}


/* main*/
.main-v {
  display: flex;
  justify-content: center;
  background-color: #ebf3df;
  padding: 60px 30px 60px;
}

.happa {
  width: 620px;
}

.pct {
  display: flex;
  padding: 0 30px;
}

.pct-pct-1 {
  max-width: 100%;
  height: 455px;
  object-fit: cover;
  border: 1px solid #996c33;
  border-radius: 10px;
  margin-top: 5px;
}

/* slider */
.js-slider {
  position: relative;
  overflow: hidden;
  width: 620px;
  height: auto;
  margin: auto;
  background: #ebf3df;
}
.js-slider img {
  width: 100%;
}
.text {
  margin-right: 30px;
}

.usiro {
  text-align: center;
  width: 100%;
  margin-top: -15px;
 }

.main-messege {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 2em;
  max-width: 700px;
  padding-top: 35px;
}

/* 診療・Q&A */
.time {
  background-color: #ebf3df;
  padding: 10px 60px;
  display: flex;
  justify-content: center;
}

.sinryou {
  max-width: 590px;
}

.sinryou h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 600;
  color: #996c33;
  padding-bottom: 50px;
}

th {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 3px solid #996c33;
  padding: 26px 6px;
}

td {
  border-bottom: 3px solid #996c33;
  padding: 20px 9px;
}

tbody .time-1 {
  padding: 26px 32px 32px 6px;
}

tfoot .time-1 {
  padding: 26px 32px 32px 6px;
}

.time-read p {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 0.5em;
  letter-spacing: 1.4px;
  padding: 15px 0;
}

.web-tel {
  display: flex;
  margin-left: -20px;
}

.web-web {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 600;
  color: #996c33;
  padding: 49px 0 20px 29px;
}

.qr-box {
  left: 60px;
}

.tel-tel {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 600;
  color: #996c33;
  padding: 49px 0 20px 0;
}

.tel-no {
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  font-weight: 400;
}

.tel-read {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 400;
  color: #ec4444;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  padding: 25px 0 15px;
}

.news-read {
  max-width: 700px;
  padding: 0px 0px 10px 120px;
}

.news-read h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 600;
  color: #996c33;
  padding-bottom: 30px;
}

.news-box {
  display: flex;
  padding-top: 56px;
}
.news-list {
  transition-duration: 4s;
}

.news-list a:hover {
  transform: scale(1.1);
}
.news-item {
  padding: 0 10px;
  border: 1px solid #996c33;
  object-fit: cover;
  background-color: #fffff3;
}

.news-date time {
  align-items: center;
  font-size: 18px;
  color: #ec4444;
  padding: 0 0 0 35px;
}

.news-date p {
  padding: 18px 0 5px 35px;
  font-size: 18px;
}

hr {
  border-width: 2px 200px 0 180px;
  border-style: solid;
  border-color: #996c33;
}

/* taisyou */

.taisyou {
  background-color: #ebf3df;
  padding: 40px 60px 20px 60px;
}

.taisyou h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 600;
  color: #996c33;
  margin-left: 60px;
  padding-bottom: 30px;
}

.taisyou-list {
  display: flex;
  justify-content: space-between;
  margin: 0 60px;

}
.taisyou-p {
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  border: 1px solid #996c33;
  border-radius: 10px;
  transition-duration: .5s;
}
.taisyou-p:hover {
transform: scale(1.1);
}

.taisyou ul li p {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 1.5px;
}

.taisyou .rui {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 400;

}

.taisyou-kome {
 text-align: left;
}

.taisyou ul li .p-at {
  color: #ec4444;
  font-size: 16px;
}

.kome {
  display: flex;
  letter-spacing: 1.5px;
  padding-top: 20px;
}

.kome-2 {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 5px;
}
.kome p {
  border: 3px double #996c33;
  padding: 2px;
  border-radius: 15px;
  margin-right: 10px;
  padding: 0 10px;
}
.kome-2 p {
  border: 3px double #996c33;
  padding: 2px;
  border-radius: 15px;
  margin-right: 5px;
}

/* instaglam */
.instaglam {
  padding: 40px 60px 10px 80px;
  background-color: #ebf3df;
  display: flex;
  gap: 91px;
}

.insta-read h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 600;
  color: #996c33;
  padding-bottom: 33px;
  margin-left: 60px;
}

.insta-p {
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  border: 1px solid #996c33;
  background-color: #b5b5b5;
  border-radius: 10px;
  margin-left: 10px;
}
.insta-box {
  margin-left: 60px;
}
.q-a {
  padding-left: 55px;
}

.q-a h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 600;
  color: #996c33;
  padding: 0 0 33px 0;
}

.q-a p {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 400;
  max-width: 620px;
}
.ques {
  padding: 10px 0 30px;
}
.ques-q {
  padding: 10px;
  color: #3c3530;
  border-bottom: #996c33;
  cursor: pointer;
}
.ques-q:hover {
color: chocolate;
} 

.ques-a{
  display: none;
}
.ques-a p {
  font-size: 16px;
  color: #3c3530;
  background-color: #fffff2;
}
.ques-t {
  padding: 5px 5px;
  letter-spacing: 0.2em;
}
.ques-all-text {
  margin-bottom: -30px;
} 

.ques-all:hover {
  color: #ec4444;
}
/* accese */
.accese {
  padding: 58px 60px 10px 60px;
  background-color: #ebf3df;
  display: flex;
  gap: 91px;
}

.accese h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 36px;
  font-weight: 600;
  color: #996c33;
  padding: 35px 0 33px 0;
}
.accese-tizu {
  margin-left: 60px;
 
}
.accese p {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1.4px;
}
.accese-1 p {
  font-size: 24px;
}
.accese-3 p {
  font-size: 42px;
  padding: 30px 0;
}
.accese .p-at-b {
  padding-top: 52px;
}

.accese .p-at-c {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.4px;
}

/* フッター */
.foot {
  padding: 58px 60px 10px 60px;
  background-color: #ebf3df;
}

.f-logo {
  display: flex;
  justify-content: center;
}

.foot h1 {
  font-size: 60px;
  padding: 43px;
}

.f-logo-2 {
  display: flex;
  justify-content: center;
  gap: 61px;
}

footer .sine {
  font-size: 24px;
  padding-top: 23px;
}

footer .inu-nabi {
position: fixed;
bottom: 20px;
right:30px;
}

footer .inu-nabi:hover {
  animation: pikopiko 1s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}