@charset "UTF-8";
/* ----------------------------------- */
/* categoryNav  */
/* ----------------------------------- */
.categoryNav {
  margin-bottom: clamp(3rem, 4.9vw, 7rem);
}
.categoryNav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(10em + 2rem), max-content));
  gap: 1rem clamp(1rem, 0.8vw, 1.2rem);
  place-content: center;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
.categoryNav ul li a {
  display: block;
  padding: 1rem;
  color: #FFF;
  background: #101010;
  border: 1px solid #101010;
  text-align: center;
  position: relative;
}
.categoryNav ul li a.current, .categoryNav ul li a:hover {
  border: 1px solid #2F1616;
  background: #FFF;
  font-weight: 600;
  color: #2F1616;
}
.categoryNav ul li a.current {
  pointer-events: none;
}

/* ------------------------------------
 #junichro
------------------------------------ */
#junichro {
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #junichro {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#junichro {
  max-width: 1400px;
  margin: 0 auto;
}
#junichro section + section {
  margin-top: clamp(5rem, 6.9vw, 10rem);
}
#junichro .photoColumn {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 1fr;
  gap: clamp(2rem, 5.6vw, 8rem);
}
#junichro .photoColumn.rev {
  grid-template-columns: 1fr minmax(320px, 1fr);
}
#junichro .photoColumn.rev .text {
  order: 2;
}
#junichro .photoColumn.rev .photo {
  order: 1;
}
#junichro .photoColumn h3 {
  font-size: clamp(2.4rem, 1.9vw, 2.8rem);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 3rem;
}
#junichro .photoColumn p {
  line-height: 2;
}
#junichro .photoColumn p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #junichro .photoColumn {
    grid-template-columns: 1fr;
  }
  #junichro .photoColumn .text {
    order: 2;
  }
  #junichro .photoColumn .photo {
    order: 1;
  }
  #junichro .photoColumn.rev {
    grid-template-columns: 1fr;
  }
}

#profile {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: calc(clamp(2rem, 6.9vw, 10rem) * 1.5) minmax(350px, 1fr) 1fr;
  gap: clamp(2rem, 2.8vw, 4rem);
}
#profile .vertical_en {
  position: sticky;
  top: 0;
  z-index: 0;
}
#profile .vertical_en p {
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 6.9vw, 10rem);
  writing-mode: vertical-rl;
}
#profile .vertical_en.is-stuck {
  top: var(--header-h);
}
#profile h3 {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: clamp(4rem, 5.6vw, 8rem) max-content;
  align-items: center;
  gap: 1rem;
}
#profile h3::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #101010;
}
#profile .data dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem clamp(2rem, 2.8vw, 4rem);
}
#profile .data dl dt {
  place-content: center;
  place-items: center;
  text-align: center;
  background: #2F1616;
  color: #FFF;
  padding: 1rem;
}
#profile .data dl dd {
  align-self: center;
}
#profile .data dl.youya {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
}
#profile .data dl.youya ul {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem 2rem;
}
#profile .data dl.youya ul li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  #profile {
    grid-template-columns: 40px 1fr;
    gap: 3rem clamp(1rem, 2.8vw, 4rem);
  }
  #profile .vertical_en {
    grid-row: 1/3;
  }
  #profile .data dl {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------
 #youya
------------------------------------ */
#youya {
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #youya {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#youya {
  max-width: 1400px;
  margin: 0 auto;
}
#youya section + section {
  margin-top: clamp(5rem, 6.9vw, 10rem);
}
#youya #messageColumn {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 1fr;
  gap: clamp(2rem, 5.6vw, 8rem);
}
#youya #messageColumn h3 {
  font-size: clamp(2rem, 1.9vw, 2.8rem);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  grid-column: 1/3;
}
#youya #messageColumn p {
  line-height: 2;
}
#youya #messageColumn p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #youya #messageColumn {
    grid-template-columns: 1fr;
  }
  #youya #messageColumn h3 {
    grid-column: 1/2;
  }
}

/* ------------------------------------
 staffPhoto
------------------------------------ */
#staffPhoto {
  margin: 0 auto;
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #staffPhoto {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#staffPhoto .secBlock {
  display: grid;
  align-items: center;
  margin: clamp(5rem, 6.9vw, 10rem) 0;
  overflow: hidden;
  position: relative;
}
#staffPhoto .secBlock .photo,
#staffPhoto .secBlock .textinfo {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
#staffPhoto .secBlock .photo {
  display: flex;
  align-items: start;
  gap: clamp(0.5rem, 2.8vw, 4rem);
}
#staffPhoto .secBlock .textinfo {
  margin-block: calc((1cap - 1lh) / 2);
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  line-height: 1;
  font-size: clamp(3.6rem, 3.6vw, 5.2rem);
  font-size: 3.6vw;
}
#staffPhoto .secBlock .chara {
  opacity: 0;
  transform: scale(0.95);
  transition: 1s ease;
  font-size: clamp(10rem, 16.7vw, 24rem);
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
  margin-block: calc((1cap - 1lh) / 2);
}
#staffPhoto .secBlock {
  /* 写真左・テキスト右 */
}
#staffPhoto .secBlock.is-photo-left {
  grid-template-columns: 1fr clamp(5rem, 8.3vw, 12rem);
}
#staffPhoto .secBlock.is-photo-left .photo {
  transform: translateX(-80px);
}
#staffPhoto .secBlock.is-photo-left .textinfo {
  transform: translateX(80px);
  left: calc(38% + clamp(0.5rem, 2.8vw, 4rem));
  bottom: 0;
}
#staffPhoto .secBlock.is-photo-left .chara {
  position: absolute;
  right: 0;
  bottom: -0.08em;
}
#staffPhoto .secBlock {
  /* 写真右・テキスト左 */
}
#staffPhoto .secBlock.is-photo-right {
  grid-template-columns: clamp(8rem, 13.9vw, 20rem) 1fr;
}
#staffPhoto .secBlock.is-photo-right .photo {
  grid-column: 2/3;
  transform: translateX(80px);
  align-items: end;
}
#staffPhoto .secBlock.is-photo-right .textinfo {
  grid-column: 1/2;
  transform: translateX(-80px);
  left: 0.5em;
  bottom: clamp(5rem, 16.7vw, 24rem);
  writing-mode: vertical-rl;
}
#staffPhoto .secBlock.is-photo-right .chara {
  position: absolute;
  left: 0;
  bottom: 0;
}
#staffPhoto .secBlock.is-inview .photo, #staffPhoto .secBlock.is-inview .textinfo {
  opacity: 1;
  transform: translateX(0);
}
#staffPhoto .secBlock.is-inview .chara {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  #staffPhoto .secBlock .photo,
  #staffPhoto .secBlock .textinfo {
    transform: translateY(40px);
  }
  #staffPhoto .secBlock .textinfo p {
    font-size: clamp(1.6rem, 4.3vw, 1.6rem);
  }
  #staffPhoto .secBlock .chara {
    font-size: clamp(3rem, 13.3vw, 5rem);
  }
  #staffPhoto .secBlock {
    /* 写真左・テキスト右 */
  }
  #staffPhoto .secBlock.is-photo-left {
    grid-template-columns: 1fr clamp(3rem, 13.3vw, 5rem);
  }
  #staffPhoto .secBlock.is-photo-left .textinfo {
    bottom: 5px;
  }
  #staffPhoto .secBlock {
    /* 写真右・テキスト左 */
  }
  #staffPhoto .secBlock.is-photo-right {
    grid-template-columns: clamp(3rem, 13.3vw, 5rem) 1fr;
  }
  #staffPhoto .secBlock.is-photo-right .textinfo {
    top: 0;
    left: 5px;
    bottom: auto;
  }
  #staffPhoto .secBlock.is-inview .photo, #staffPhoto .secBlock.is-inview .textinfo {
    transform: translateY(0);
  }
}

/* ------------------------------------
 #tour
------------------------------------ */
#gallery_outer {
  position: relative;
  max-width: 1400px;
  margin: 0 auto clamp(5rem, 6.9vw, 10rem);
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #gallery_outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#gallery_outer h3 {
  font-size: clamp(3rem, 3.6vw, 5.2rem);
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 3rem;
}

#gallery {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 0 clamp(2rem, 2.8vw, 4rem);
  grid-template-areas: "thumbs photo";
  position: relative;
  width: 100%;
}
#gallery > * {
  z-index: 3;
}
#gallery .image {
  grid-area: photo;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#gallery .image .slick_box .slide {
  aspect-ratio: 1200/800;
  position: relative;
  overflow: hidden;
}
#gallery .image .slick_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
#gallery .thumbs {
  grid-area: thumbs;
}
#gallery .thumbs .thumbs_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gallery .thumbs .thumbs_parent .slide {
  width: 32%;
  border: solid 3px #fff;
  margin-bottom: clamp(0.5rem, 0.7vw, 1rem);
  transition: 0.3s;
}
#gallery .thumbs .thumbs_parent .slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
#gallery .thumbs .thumbs_parent .slide:hover {
  border-color: #DAA4A2;
}
#gallery .thumbs .thumbs_parent .slide.current {
  border-color: #DAA4A2;
}
#gallery .thumbs .thumbs_parent .slick-current .slide {
  border-color: #DAA4A2;
}
#gallery .thumbs .thumbs_parent .arrow {
  top: 50%;
}
#gallery .arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 2rem);
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#gallery .arrow:hover {
  opacity: 0.7;
}
#gallery .arrow span {
  position: relative;
  display: block;
  top: 25%;
  width: 50%;
  height: 50%;
}
#gallery .arrow span::before, #gallery .arrow span::after {
  content: "";
  position: absolute;
  background: #101010;
}
#gallery .arrow span::before {
  width: 100%;
  height: 2px;
}
#gallery .arrow span::after {
  width: 2px;
  height: 100%;
  right: 0;
}
#gallery .arrow.next {
  right: 20px;
}
#gallery .arrow.next span {
  left: 20%;
  transform: rotate(45deg);
}
#gallery .arrow.prev {
  left: 20px;
}
#gallery .arrow.prev span {
  left: 35%;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  #gallery {
    display: block;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "thumbs";
  }
  #gallery .thumbs {
    margin-top: 10px;
    max-width: calc(100vw - 4rem);
  }
  #gallery .thumbs .thumbs_parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px 5px;
  }
  #gallery .thumbs .thumbs_parent .slide {
    filter: grayscale(1);
    width: 100%;
    margin: 0;
    border: none;
  }
  #gallery .thumbs .thumbs_parent .slide img {
    vertical-align: bottom;
  }
  #gallery .thumbs .thumbs_parent .slide.current {
    filter: none;
  }
  #gallery .arrow {
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
  }
  #gallery .arrow.next {
    right: 0.5rem;
  }
  #gallery .arrow.prev {
    left: 0.5rem;
  }
}

#tourDetail {
  max-width: 1200px;
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #tourDetail {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#tourDetail {
  margin: 0 auto;
}
#tourDetail section h3 {
  font-size: clamp(2rem, 1.9vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 2rem;
}
#tourDetail section + section {
  margin-top: clamp(5rem, 6.9vw, 10rem);
}
#tourDetail #sec01 {
  display: grid;
  grid-template-columns: 1fr 0.58365fr 0.58365fr;
  gap: 4rem clamp(1rem, 1.9vw, 2.7rem);
}
#tourDetail #sec01 .text {
  grid-column: 1/4;
}
#tourDetail #sec02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 1.9vw, 2.7rem) clamp(1rem, 1.9vw, 2.7rem);
}
#tourDetail #sec03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 1.9vw, 2.7rem) clamp(1rem, 1.9vw, 2.7rem);
}
#tourDetail #sec03 .text {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  #tourDetail #sec02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(1rem, 1.9vw, 2.7rem) clamp(1rem, 1.9vw, 2.7rem);
  }
  #tourDetail #sec02 .text {
    grid-column: 1/4;
  }
}

/* ----------------------------------- */
/* privacypolicy  */
/* ----------------------------------- */
#facilitystandards {
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #facilitystandards {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#facilitystandards {
  max-width: 1400px;
  margin: 0 auto;
}
#facilitystandards h3 {
  text-align: center;
  font-size: clamp(2.4rem, 1.9vw, 2.8rem);
  margin-bottom: clamp(2rem, 1.4vw, 2rem);
  font-weight: 500;
}
#facilitystandards .lead {
  margin-bottom: clamp(3rem, 3.5vw, 5rem);
  text-align: center;
}
#facilitystandards .fs_container {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 0.7fr;
  gap: clamp(3rem, 4.9vw, 7rem);
}
#facilitystandards .fs_container section h4 {
  font-size: clamp(2rem, 1.5vw, 2.2rem);
  margin-bottom: clamp(2rem, 1.4vw, 2rem);
  font-weight: 500;
}
#facilitystandards .fs_container section .dotlist01 {
  margin: 1.5rem 0;
}
#facilitystandards .fs_container section + section {
  margin-top: clamp(3rem, 3.5vw, 5rem);
}
@media screen and (max-width: 768px) {
  #facilitystandards .lead {
    text-align: left;
  }
  #facilitystandards .fs_container {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------- */
/* privacypolicy  */
/* ----------------------------------- */
#privacypolicy {
  padding-left: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 8vw, 12rem);
  padding-right: clamp(2rem, 4vw, 150px);
  padding-left: clamp(2rem, 4vw, 150px);
  padding-right: clamp(2rem, 8.5vw, 8.5vw);
  padding-left: clamp(2rem, 8.5vw, 8.5vw);
}
@media screen and (max-width: 767px) {
  #privacypolicy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#privacypolicy {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 0.7fr;
  gap: clamp(3rem, 4.9vw, 7rem);
}
#privacypolicy section h3 {
  font-size: clamp(2rem, 1.5vw, 2.2rem);
  margin-bottom: clamp(2rem, 1.4vw, 2rem);
  font-weight: 500;
}
#privacypolicy section .dotlist01 {
  margin: 1.5rem 0;
}
#privacypolicy section + section {
  margin-top: clamp(3rem, 3.5vw, 5rem);
}
#privacypolicy section.sig h3 {
  font-size: clamp(1.6rem, 1.1vw, 1.6rem);
}
#privacypolicy section.sig .clinicdata {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem 2rem;
}
@media screen and (max-width: 768px) {
  #privacypolicy {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=clinic.css.map */