@charset "UTF-8";
@media (max-width: 767px) {
  .fv {
    margin-top: 4rem;
  }
}

.fv .swiper-slide {
  transition: transform 1.5s ease;
  transform: scale(0.79);
  will-change: transform;
}

@media (max-width: 767px) {
  .fv .swiper-slide {
    transform: none;
  }
  .fv .swiper-slide img {
    height: 30rem;
    border-radius: 1rem;
  }
}
.fv .swiper-slide-active {
  transform: scale(1.05);
  z-index: 2;
}

@media (max-width: 767px) {
  .fv .swiper-slide-active {
    transform: none;
  }
}
.fv .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #ddd;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.fv .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #009fe6 0%, #74d4ff 41.35%, #11adf3 98.08%);
}

.fv .fv__pagination {
  display: flex;
  align-items: center;
}

.fv__swiper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: visible;
}

@media (max-width: 767px) {
  .fv__swiper {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
.fv__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  margin-top: 4.3rem;
}
@media (max-width: 767px) {
  .fv__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .fv__nav {
    width: 35rem;
  }
}
.fv__next,
.fv__prev {
  width: 4rem;
  height: 4rem;
}

.campaign__swiper {
  width: 100%;
}

.campaign__item {
  width: 100%;
}

.campaign__image {
  height: 27.9rem;
}
.campaign__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.campaign {
  background: url(../img/top/campaign-bg.jpg) no-repeat center center/cover;
  padding-top: 8rem;
  padding-bottom: 7rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .campaign {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.campaign__inner {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}

.campaign__content {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .campaign__content {
    margin-top: 6.4rem;
  }
}

.campaign__subtitle {
  color: #666;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 4.32rem; /* 180% */
  letter-spacing: 0.16rem;
}

.campaign__swiper {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .campaign__swiper {
    margin-top: 1.3rem;
  }
}

.campaign__text {
  color: #6f6f6f;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem; /* 150% */
  letter-spacing: 0.16rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .campaign__text {
    margin-top: 1rem;
  }
}

.campaign__nav {
  margin-top: 5rem;
  height: 3.4rem;
  position: relative;
  max-width: 122rem;
  margin-left: auto;
  margin-right: auto;
}
.campaign__nav .swiper-pagination-bullet {
  background-color: #aaaaaa;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.campaign__nav .swiper-pagination-bullet-active {
  background-color: #009fe6;
}

.campaign__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: flex;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  top: 0.3rem;
}

.campaign__pagination {
  text-align: center;
}

.campaign__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  left: 0;
  width: 5.4rem;
  height: 5.4rem;
  top: 1.1rem;
}

.campaign__content02 {
  margin-top: 4.9rem;
}
@media (max-width: 767px) {
  .campaign__content02 {
    margin-top: 0.3rem;
  }
}

.menu {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .menu {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }
}

.menu__content {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .menu__content {
    grid-template-columns: repeat(1, 1fr);
    width: 28rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7rem;
    gap: 1.3rem;
  }
}

.menu__item {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}
.menu__item:hover {
  opacity: 0.8;
}

.recommend {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .recommend {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

.recommend__content {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .recommend__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 6.8rem;
  }
}

.recommend__item {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}

.recommend__item:hover .recommend__text {
  opacity: 0;
}
.recommend__item:hover .recommend__text--hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .recommend__item .recommend__text {
    opacity: 0;
  }
  .recommend__item .recommend__text--hover {
    opacity: 1;
  }
}

.recommend__text {
  position: absolute;
  width: 39rem;
  height: 4rem;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #cdad63;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  transform: translateX(-50%);
  top: 0.95rem;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .recommend__text {
    width: 28rem;
    height: auto;
    flex-direction: column;
    padding: 0.8rem 0;
    text-align: center;
    top: 0.2rem;
  }
}
.recommend__text span {
  font-size: 1.3rem;
}

.recommend__text--hover {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: #333;
  border-bottom: 1px solid #e9d081;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 0 2.5rem 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .recommend__text--hover {
    width: 90%;
  }
}
.recommend__text--hover p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.recommend__text--hover p:nth-of-type(1) span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .recommend__text--hover p:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .recommend__text--hover p:nth-of-type(1) span {
    font-size: 1.2rem;
  }
}
.recommend__text--hover p:nth-of-type(2) {
  max-width: 280px;
  margin-inline: auto;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .recommend__text--hover p:nth-of-type(2) {
    font-size: 1.2rem;
    max-width: 30rem;
    margin: 0.8rem auto 0 auto;
    text-align: center;
    line-height: 1.4rem;
  }
}

.recommend__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .recommend__btn {
    margin-top: 2rem;
  }
}

.ploblem {
  padding-top: 4rem;
  background: linear-gradient(180deg, #fff 2.25%, #f9fdff 58.82%);
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .ploblem {
    padding-bottom: 4rem;
  }
}

.ploblem__content-title {
  margin-top: 9rem;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.04;
  width: 100%;
  text-align: center;
  border: 1px solid #009fe6;
  color: #009fe6;
}

.ploblem__tabs {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .ploblem__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 1rem;
    margin-top: 4rem;
  }
}

.ploblem__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.9rem;
  background: #dddddd;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.12rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .ploblem__tab {
    font-size: 1.6rem;
    height: 5.9rem;
  }
}

.ploblem__tab:not(.is-active):hover {
  background: #f2f5f8;
}

.ploblem__tab.is-active {
  background-color: #009fe6;
  color: #fff;
}

.ploblem__icon {
  margin-left: 1rem;
  width: 5rem;
  height: 5rem;
  max-width: 40px;
  flex: 1;
}

.ploblem__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ploblem__tab-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12rem;
  white-space: nowrap;
  flex: 2;
}

.ploblem__body {
  border-top: 0.2rem solid #009fe6;
}

.ploblem__panels {
  position: relative;
}

.ploblem__panel[hidden] {
  display: none;
}

.ploblem__panel.is-active {
  display: block;
}

.ploblem__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 4rem;
  border: 1px solid #009fe6;
  border-top: none;
}
@media (max-width: 767px) {
  .ploblem__list {
    padding: 4.4rem 1.7rem;
  }
}

.ploblem__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
  .ploblem__list {
    grid-template-columns: 1fr;
  }
  .ploblem__list::before {
    display: none;
  }
}
.ploblem__item {
  position: relative;
  display: flex;
  gap: 1.53rem;
  align-items: center;
  max-width: 45rem;
  height: 4.8rem;
  color: #fff;
  transition: background 0.2s ease;
  border-bottom: 1px solid #afafaf;
}

.ploblem__item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.ploblem__item::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}

.ploblem__label {
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%; /* 2.72rem */
}

.ploblem__tabs-2 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .ploblem__tabs-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 1rem;
    margin-top: 9.4rem;
  }
}

.ploblem__tab-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.9rem;
  background: #dddddd;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.12rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .ploblem__tab-2 {
    font-size: 1.6rem;
    height: 5.9rem;
  }
}

.ploblem__tab-2:not(.is-active):hover {
  background: #f2f5f8;
}

.ploblem__tab-2.is-active {
  background-color: #009fe6;
  color: #fff;
}

.ploblem__icon-2 {
  margin-left: 1rem;
  width: 5rem;
  height: 5rem;
  max-width: 40px;
  flex: 1;
}

.ploblem__icon-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ploblem__tab-title-2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12rem;
  white-space: nowrap;
  flex: 2;
}

.ploblem__body-2 {
  border-top: 0.2rem solid #009fe6;
}

.ploblem__panels-2 {
  position: relative;
}

.ploblem__panel-2[hidden] {
  display: none;
}

.ploblem__panel-2.is-active {
  display: block;
}

.ploblem__list-2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 4rem;
  border: 1px solid #009fe6;
  border-top: none;
}
@media (max-width: 767px) {
  .ploblem__list-2 {
    padding: 4.4rem 1.7rem;
  }
}

.ploblem__list-2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
  .ploblem__list-2 {
    grid-template-columns: 1fr;
  }
  .ploblem__list-2::before {
    display: none;
  }
}
.ploblem__item-2 {
  position: relative;
  display: flex;
  gap: 1.53rem;
  align-items: center;
  max-width: 45rem;
  height: 4.8rem;
  color: #fff;
  transition: background 0.2s ease;
  border-bottom: 1px solid #afafaf;
}

.ploblem__item-2:hover {
  background: rgba(255, 255, 255, 0.06);
}

.ploblem__item-2::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}

.ploblem__label-2 {
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%; /* 2.72rem */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.doctor {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .doctor {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}

.doctor__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .doctor__content {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .doctor__title {
    padding-bottom: 0;
    text-align: center;
  }
}
.doctor__text {
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
@media (max-width: 767px) {
  .doctor__text {
    gap: 3rem;
  }
}

.doctor__description {
  margin-top: 4rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%; /* 3.2rem */
  letter-spacing: 0.064rem;
}
@media (max-width: 767px) {
  .doctor__description {
    margin-top: 3rem;
  }
}

.doctor__btn {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .doctor__btn {
    margin-top: 2.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sns {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url(../img/top/sns-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sns {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.sns__content {
  margin-top: 11.4rem;
}
@media (max-width: 767px) {
  .sns__content {
    margin-top: 8.1rem;
  }
}

.sns__header {
  position: relative;
}
.sns__header::after {
  content: "＠ginzacynthia";
  position: absolute;
  right: 0;
  top: 0;
  color: #555;
  font-family: "Cormorant SC";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%; /* 3.2rem */
}
@media (max-width: 767px) {
  .sns__header::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.7rem;
    right: auto;
    top: auto;
  }
}

.sns__icon {
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.sns__item--instagram {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .sns__item--instagram {
    margin-top: 3.1rem;
  }
}
.sns__item--instagram .sns__icon {
  width: 2.6rem;
}
.sns__item--instagram .sns__header::after {
  content: "＠ginzacynthia";
}

.sns__name {
  color: #555;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%; /* 3.2rem */
}
@media (max-width: 767px) {
  .sns__name {
    margin-top: 0.7rem;
  }
}

.sns__posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .sns__posts {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
  }
}

.sns__post {
  max-width: 23.775rem;
  height: 23.775rem;
  background: #d9d9d9;
}
.sns__post iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sns__post {
    height: 17.2rem;
  }
}

.notice {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.notice__inner {
  max-width: 103.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.notice__content {
  margin-top: 11.2rem;
}
@media (max-width: 767px) {
  .notice__content {
    margin-top: 8.2rem;
  }
}

.notice__item {
  display: flex;
  gap: 4rem;
  align-items: center;
  padding-bottom: 3.2rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .notice__item {
    flex-direction: column;
    gap: 2.3rem;
  }
}
.notice__item:nth-of-type(n + 2) {
  padding-top: 3.2rem;
  border-top: 1px solid #dadee2;
}
@media (max-width: 767px) {
  .notice__item:nth-of-type(n + 2) {
    padding-top: 2.6rem;
  }
}

.notice__image {
  width: 21rem;
  height: 14rem;
  overflow: hidden;
}
.notice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .notice__image {
    width: 100%;
    height: 20rem;
  }
}

.notice__meta {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .notice__meta {
    gap: 1.9rem;
  }
}

.notice__date {
  color: #999;
  font-family: "Cormorant SC";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 160%; /* 2.08rem */
  letter-spacing: 0.052rem;
}

.notice__category {
  display: flex;
  padding: 0.4rem 1.2rem;
  align-items: center;
  gap: 1rem;
  border: 1px solid #009fe6;
  color: #009fe6;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%; /* 1.5rem */
  letter-spacing: 0.06rem;
}
@media (max-width: 767px) {
  .notice__category {
    padding: 0.2rem 1rem;
  }
}

.notice__text {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.064rem;
  margin-top: 0.8rem;
}

.notice__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .notice__btn {
    margin-top: 4.1rem;
  }
}

.column {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #f9fdff;
}
@media (max-width: 767px) {
  .column {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.column__inner {
  max-width: 124rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .column__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.column__swiper {
  margin-top: 11.2rem;
}
@media (max-width: 767px) {
  .column__swiper {
    margin-top: 8.2rem;
  }
}

.column__card {
  display: block;
}

.column__image {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.column__category {
  margin-top: 2.4rem;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%; /* 1.8rem */
  border: 1px solid #333;
  padding: 0.2rem 1.2rem;
  display: inline-block;
}

.column__title {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: 180%; /* 3.6rem */
  margin-top: 1.2rem;
}

.column__text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%; /* 3.2rem */
  margin-top: 0.4rem;
}

@media (max-width: 767px) {
  .column__nav {
    margin-top: 3.7rem;
  }
}

@media (min-width: 768px) {
  .column__pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .column__pagination {
    text-align: center;
  }
}
.column__pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background: #aaa;
}
.column__pagination .swiper-pagination-bullet-active {
  background: #009fe6;
}

.access {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .access {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.access__tabs {
  display: flex;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .access__tabs {
    gap: 1rem;
  }
}

.access__tab {
  width: 18.4rem;
  height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dddddd;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
}

.access__tab.is-active {
  background: #009fe6;
}

.access__panels {
  border: 2px solid #009fe6;
  padding: 1rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .access__panels {
    padding: 1.7rem 0.5rem;
  }
}

.access__panel[hidden] {
  display: none;
}

.access__panel.is-active {
  display: block;
}

.access__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  .access__content {
    grid-template-columns: 1fr;
  }
}

.access-table {
  margin-top: 8.8rem;
}
@media (max-width: 767px) {
  .access-table {
    padding-bottom: 0;
    margin-top: 9.2rem;
  }
}

.access__info {
  color: #fff;
}

.access__sns {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .access__sns {
    gap: 1.3rem;
  }
}
.access__sns li {
  width: 4rem;
}

.access__sns img {
  display: block;
}

.access__list {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .access__list {
    margin-top: 2.1rem;
  }
}

.access__row {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2rem;
  padding: 2.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .access__row {
    padding: 2.7rem 0;
    gap: 3rem;
  }
}
.access__row:nth-of-type(n + 2) {
  border-top: 1px solid #ddd;
}
.access__row:nth-of-type(1) {
  padding-top: 0;
}

.access__row dt {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.88rem; /* 180% */
  letter-spacing: 0.16rem;
}

.access__row dd,
.access__row p {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.88rem; /* 180% */
  letter-spacing: 0.16rem;
}
@media (max-width: 767px) {
  .access__row dd,
  .access__row p {
    letter-spacing: normal;
  }
}

.access__map {
  background: #f2f5f8;
}

.access__map iframe {
  width: 100%;
  height: 46rem;
}
@media (max-width: 767px) {
  .access__map iframe {
    height: 16.2rem;
  }
}

.access__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

.column__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .column__btn {
    margin-top: 2.8rem;
  }
}

.calendar {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background: url(../img/top/calendar_bg.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .calendar {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.calendar .access__panels {
  padding: 0;
}
.calendar .access-table {
  margin-top: 8.6rem;
}

.calendar__months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .calendar__months {
    grid-template-columns: 1fr;
    gap: 4.4rem;
    padding-bottom: 3.8rem;
  }
}

.calendar__month {
  background-color: #fff;
}

.calendar__caption {
  color: #4eb3db;
  font-family: "Cormorant SC", serif;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  margin-bottom: 2.4rem;
  margin-left: 1rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .calendar__caption {
    margin-top: 3.1rem;
  }
}

.cal-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #777;
}
.cal-table thread tr {
  border-bottom: 2px solid #333333;
}

.cal-table th,
.cal-table td {
  text-align: center;
  padding: 1.2rem 0.4rem 0.2rem;
  border-right: 1px solid #c9c9c9;
}

.cal-table th:last-child,
.cal-table td:last-child {
  border-right: none;
}

.cal-table thead th {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding: 1.2rem 0;
}

.cal-table thead th.is-sun {
  color: #e26a6a;
}

.cal-table thead th.is-sat {
  color: #4eb3db;
}

.cal-day {
  display: flex;
  flex-direction: column;
  color: #4e6c88;
  font-size: 1.6rem;
}

.cal-badge {
  display: inline-block;
  padding: 0 0.4rem;
  border-radius: none;
  background: #009fe6;
  color: #fff;
  text-align: center;
  font-size: 0.7031rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem; /* 142.222% */
  margin-top: 1rem;
}

.cal-badge-alt {
  color: #fff;
  font-size: 0.7031rem;
  font-weight: 300;
  line-height: 1rem; /* 142.222% */
  padding: 0 0.4rem;
  background: #02b1a6;
  display: inline-block;
}

@media (max-width: 767px) {
  .calendar__caption {
    font-size: 2.2rem;
  }
  .cal-table thead th {
    font-size: 1.4rem;
  }
  .cal-day {
    font-size: 1.4rem;
  }
}
.cal-badges {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
  gap: 0.4rem;
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.swiper-pagination-bullet-active {
  background-color: #777;
}

.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.gallery__pagination {
  text-align: center;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .gallery__pagination {
    display: none;
  }
}

.gallery {
  padding-top: 8rem;
  padding-bottom: 9rem;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
@media (max-width: 767px) {
  .gallery {
    padding-top: 4rem;
    padding-bottom: 4.1rem;
  }
  .gallery .title {
    font-size: 6.1rem;
  }
}
.gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery .swiper-slide img {
  height: auto;
  width: 100%;
}

.gallery__swiper {
  margin-top: 8.8rem;
}

.treatments {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.treatments__inner {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.treatments__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 6rem;
}
@media (max-width: 767px) {
  .treatments__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}

.treatments__title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  padding-bottom: 1.2rem;
  position: relative;
}

.treatments__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.2rem;
  height: 0.4rem;
  background: #00a5e8;
}

.treatments__list {
  margin-top: 1.6rem;
  list-style: none;
  padding-left: 0;
}

.treatments__list li {
  color: #6f6f6f;
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  padding-left: 1.4rem;
}

.treatments__list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #6f6f6f;
}

@media screen and (max-width: 480px) {
  .treatments__grid {
    grid-template-columns: 1fr;
  }
}
.clinicsns {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url(../img/top/sns-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .clinicsns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.clinic-sns__title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clinic-sns__title {
    margin-bottom: 0;
  }
}

.clinic-sns-title-small {
  font-size: 5rem;
  color: #009fe6;
}
@media (max-width: 767px) {
  .clinic-sns-title-small {
    font-size: 3.5rem;
  }
}

.clinicsns__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .clinicsns__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 6rem;
  }
}

.clinicsns__item {
  width: 100%;
  background-color: #fff;
  padding: 1.6rem 0.8rem;
}

.clinicsns__header {
  border: 1px solid #009fe6;
  padding: 0.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.clinicsns__clinic-name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #009fe6;
  margin: 0;
}
@media (max-width: 767px) {
  .clinicsns__clinic-name {
    font-size: 1.8rem;
  }
}

.clinicsns__sns-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .clinicsns__sns-links {
    gap: 0.8rem;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}

.clinicsns__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (min-width: 768px) {
  .clinicsns__sns-link {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .clinicsns__sns-link:hover {
    opacity: 0.5;
  }
}

.clinicsns__sns-link--instagram {
  position: relative;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #f6c543 0%, #eb4c4e 50%, #6d1df4 100%) border-box;
  border: 2px solid transparent;
  border-radius: 0.5rem;
}

.clinicsns__sns-link--x {
  border: 2px solid #000;
  border-radius: 0.5rem;
}

.clinicsns__sns-link--facebook {
  border: 2px solid #1877f2;
  border-radius: 0.5rem;
}

.clinicsns__sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2rem;
}
@media (max-width: 767px) {
  .clinicsns__sns-icon {
    right: 1rem;
  }
}
.clinicsns__sns-icon img {
  width: 2.6rem;
  height: 2.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .clinicsns__sns-icon img {
    width: 2rem;
    height: 2rem;
  }
}

.clinicsns__sns-text {
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  flex: 1;
  padding: 0.8rem 5.2rem 0.8rem 1.6rem;
}
@media (max-width: 767px) {
  .clinicsns__sns-text {
    font-size: 1.4rem;
    padding: 0.8rem 1rem 0.8rem 3.2rem;
  }
}

.clinicsns__blog {
  margin-top: 2rem;
}

.clinicsns__blog-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #009fe6;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .clinicsns__blog-title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

.clinicsns__blog-icon {
  font-size: 1.6rem;
}

.clinicsns__blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clinicsns__blog-item {
  border-bottom: 1px solid #dadee2;
}
.clinicsns__blog-item:last-child {
  border-bottom: none;
}

.clinicsns__blog-link {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 1.6rem 0;
  text-decoration: none;
  transition: background 0.2s ease;
}
.clinicsns__blog-link:hover {
  background: rgba(0, 159, 230, 0.05);
}
@media (max-width: 767px) {
  .clinicsns__blog-link {
    gap: 1rem;
    padding: 1.2rem 0;
  }
}

.clinicsns__blog-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}

.clinicsns__blog-date {
  font-size: 1.3rem;
  color: #999;
  white-space: nowrap;
  display: block;
  height: 2.1rem;
}
@media (max-width: 767px) {
  .clinicsns__blog-date {
    font-size: 1.2rem;
  }
}

.clinicsns__blog-text {
  font-size: 1.6rem;
  color: #333;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.04;
}
@media (max-width: 767px) {
  .clinicsns__blog-text {
    font-size: 1.4rem;
  }
}

.clinicsns__blog-arrow {
  margin: auto;
}

.clinicsns__btn01 {
  margin-top: 3rem;
}/*# sourceMappingURL=style.css.map */