@charset "UTF-8";

/* --------
top.scss
 -------- */
/* keyvisual */
@media screen and (min-width: 768px) {
  .copy_sp {
    display: none;
  }
}

.kv {
  position: relative;
}

.kv__copy_pctb {
  position: absolute;
  background-color: #f7f6ee;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
  padding: 1.5rem 1.5rem;
  left: 5%;
  top: 25%;
  line-height: 1.4;
  width: 420px;
  color: #5c5041;
}

@media screen and (max-width: 921px) {
  .kv__copy_pctb {
    width: 38%;
    padding: 0.75rem;
    left: 10px;
    top: 25%;
    line-height: 1.4;
  }
}



.kv__copy_pctb p {
  font-size: 16px;
  list-style: 1.4;
  padding: 0.5rem 1rem;
  margin: 0;
}

.kv__copy_pctb .kv_title {
  margin: 0.5rem auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}

/* .kv__copy_pctb h1 span {
  font-size: 0.8rem;
  display: block;
} */

.kv__copy_pctb .kv_route {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  text-align: center;
      font-size: 1.35em;
    line-height: 1.5;
    font-weight: 700;
}


@media screen and (max-width: 921px) {
  .kv__copy_pctb p {
    padding: 0.5rem;
  }
}

.kv__images {
  padding: 0;
}

.triangle {
  /* 三角模様のCSS */
  background-image: linear-gradient(135deg, #f7f6ee 0%, #f7f6ee 50%, #efede0 50%, #efede0 100%);
  background-position: right bottom;
  background-size: 120px 120px;
}

/*=============
slick slider
=============*/
.slider {
  position: relative;
  z-index: -1;
  /* height: 75vh; スライダー全体の縦幅と合わせる*/
}

/* background image setting*/
.slider-item01 {
  background: url(../images/mv/mv_01.webp);
}

.slider-item02 {
  background: url(../images/mv/mv_02.webp);
}

.slider-item03 {
  background: url(../images/mv/mv_03.webp);
}

.slider-item04 {
  background: url(../images/mv/mv_04.jpg);
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅（100%）にする*/
  height: 75vh;
  /*各スライダー全体の縦幅*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 921px) {
  .slider-item {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .slider-item {
    height: 30vh;
  }
}

/* arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

/* dots */
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -60px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .kv__copy_pctb {
    display: none;
  }

  .copy_sp {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #f7f6ee;
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.2));
    color: #5c5041;
  }

  .copy_sp .copy__sp_route {
    padding: 0.75rem 0.5rem 0.25rem 0.5rem;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
  }

  .copy_sp .copy__sp_suggestion {
    padding: 0rem 0.5rem 0.75rem 0.5rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
  }
}

/* お知らせ */
.news {
  margin: -3rem auto 3rem auto;
  z-index: 1;
}

.news__inner {
  background-color: #5c5041;
  color: white;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  position: relative;
}

.news a.btn__brown {
  min-width: 8rem;
  display: block;
  left: 130px;
  transform: translateY(0) translateX(-50%);
  top: 118px;
  text-align: center;
  position: absolute;
  font-size: 12px;
  padding: 0.75rem 1.5rem;
  letter-spacing: 0;
}

.news__inner a {
  color: white;
}

.news__inner a:hover {
  color: #996a2f;
}

.news .title {
  color: white;
  text-align: center;
  width: 220px;
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 700;
  padding-top: 1rem;
}

.news .list {
  width: calc(100% - 220px);
}

.news .list dl {
  justify-content: space-around;
  display: flex;
  padding: 0.15rem;
}

.news .list dl dt {
  width: 7rem;
}

.news .list dl dd {
  width: calc(100% - 7rem);
}

@media screen and (max-width: 767px) {
  .bg_lightgray_sp_nospace {
    padding: 0;
  }

  .news {
    margin: 0 auto 1rem auto;
  }

  .news .btn_container {
    margin-top: 2rem;
    display: none;
  }

  .news a.btn__brown {
    min-width: 65%;
    bottom: 0;
    font-size: 0.9rem;
    background-color: #efede0;
  }

  .news__inner {
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .news .title {
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .news .list {
    width: 100%;
  }

  .news .list dl {
    display: flex;
    padding-block: 0;
    margin: 2px auto;
  }

  .news .list dl dt {
    width: 6rem;
  }

  .news .list dl dd {
    width: calc(100% - 6rem);
  }
}

/* 特徴 */
.features {
  padding: 2rem 0;
}

.features h2.intro__copy {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}

.features section {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 430px;
  margin: 1.5rem auto;
}

.features section:nth-of-type(even) {
  flex-direction: row-reverse;
}

.features__img {
  width: 75%;
  min-height: 430px;
  position: relative;
  background-size: cover;
  background-position: left center;
}

.features__img-01 {
  background-image: url(../images/top/main_abc_03.webp);
}

.features__img-02 {
  background-image: url(../images/top/feature_img_02.jpg);
  background-position: right center;
}

.features__img-03 {
  background-image: url(../images/top/feature_img_03.jpg);
}

.features dl {
  background-color: #fff;
  padding: 1.5rem 4%;
  width: 60%;
  z-index: 1;
  position: relative;
  margin-left: -120px;
}

.features section:nth-of-type(even) dl {
  margin-left: auto;
  margin-right: -120px;
}

.features dt {
  margin-top: -50px;
}

.features dt h3 {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #5c5041;
}

@media screen and (max-width: 767px) {
  .features {
    padding: 0 0 2rem 0;
  }

  .features h2.intro__copy {
    font-size: 1.5rem !important;
    /* margin-bottom: 1rem; */
    padding: 1.5rem 2rem 0;
  }

  .features section {
    flex-direction: column;
  }

  .features section:nth-of-type(even) {
    flex-direction: column;
  }

  .features__img {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 200px;
  }

  .features dl {
    width: 100%;
    margin-top: -20px;
    margin-left: auto;
    padding: 1rem 4%;
  }

  .features dl p {
    padding: 0;
    margin: 0;
    line-height: 1.4;
  }

  .features section:nth-of-type(even) dl {
    margin-left: auto;
    margin-right: auto;
  }

  .features dt {
    max-width: 100%;
    margin-top: -30px;
  }

  .features dt img {
    max-width: 60%;
  }

  .features dt h3 {
    font-size: 1.3rem;
    padding-top: 0;
  }
}

/* 診療内容 */
.treatments {
  padding: 4rem 0;
}

.treatments ul {
  justify-content: space-around;
  flex-wrap: wrap;
  display: flex;
}

.treatments ul li {
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  width: 50%;
  padding: 20px;
}

.treatments ul li a {
  color: black;
}

.treatments ul li a:hover {
  color: #996a2f;
}

.treatments ul li figure img {
  width: 100%;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .treatments {
    padding: 2rem 0;
  }

  .treatments ul li {
    padding: 0 0 2rem 0;
    width: 100%;
  }

  .treatments ul li h3 {
    font-weight: 700;
    margin: 10px 0;
  }

  .treatments ul li p {
    padding: 0;
    margin: 0 auto;
  }
}

/* メッセージ */
@media screen and (min-width: 768px) {
  .sp_area {
    display: none !important;
  }
}

.message {
  padding-bottom: 1rem;
}

.message .title h2 {
  text-align: left;
}

.message .title .sub__title {
  text-align: left;
}

.message__inner {
  width: 100%;
  display: flex;
}

.message__photo {
  min-height: 500px;
  width: 50%;
  position: relative;
  background-size: auto 100%;
  background-position: center top;
  background-image: url(../images/top/message_img.jpg);
}

.message__text {
  width: 50%;
  margin-left: 50px;
  /*左側のマージン*/
}

.message__text__inner {
  padding: 3rem;
}

.message .name {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding: 1rem 0;
  background: #5c5041;
  color: white;
  flex: 1;
  margin-left: calc(50% - 38vw);
  margin-right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(92, 80, 65), rgb(92, 80, 65));
}

.message .name h4 {
  font-size: 1.2rem;
  line-height: 1.3;
  width: 10rem;
  text-align: center;
}

.message .name p {
  border-left: 1px solid white;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0 2rem;
}

.message .name p span {
  font-size: 1rem;
  display: block;
}

.message .btn_container {
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #efede0;
}

.message .btn_container li a {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .pctb_area {
    display: none !important;
  }

  .message {
    background-color: #efede0;
  }

  .message__inner {
    width: 100%;
    flex-wrap: wrap;
  }

  .message__inner p {
    list-style: none;
  }

  .message__inner .message_sp_photo {
    width: 100%;
  }

  .message__inner .message_sp_text {
    width: 100%;
    padding: 1rem;
  }

  .message .btn_container {
    padding: 0;
  }
}

/* 症例 */
.cases {
  padding: 4rem 0;
}

.cases ul {
  justify-content: space-around;
  flex-wrap: wrap;
  display: flex;
}

.cases ul li {
  box-sizing: border-box;
  padding: 15px;
  margin: 0 auto;
  width: 33.3333333333%;
}

.cases ul li h3 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.cases ul li p {
  padding: 0;
  margin: 0;
}

.cases ul li ol {
  width: 100%;
  padding: 0;
  margin: 5px auto;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.4;
}

.cases ul li ol li {
  width: 100%;
  padding: 0;
  margin: 2px 0;
}

.cases ul a {
  color: black;
}

.cases ul a:hover {
  color: #996a2f;
}

.cases ul figure {
  position: relative;
}

.cases ul figure img {
  width: 100%;
}

.cases ul .label-section {
  position: absolute;
  top: -10px;
  left: 15px;
}

.cases ul .label {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #489db2;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  width: 4rem;
}

.cases ul .label:after {
  position: absolute;
  content: "";
  display: block;
}

.cases ul .label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-color: transparent #fff #3a759a transparent;
  border-width: 0 10px 10px 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .cases {
    padding: 2rem 0;
  }

  .cases ul li {
    padding: 5px;
    width: 50%;
    margin-bottom: 1rem;
  }

  .cases .btn_container {
    margin: 0 auto;
  }

  .cases .btn_container li {
    padding: 0;
    width: 100%;
  }
}

/* 症例 */
.diagnose {
  padding: 4rem 0;
  background-color: #EFEDE0;
}

.diagnose h2 {
  color: #5C5041;
}

.diagnose p {
  width: 100%;
  max-width: 800px;
  overflow: visible;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .diagnose {
    padding: 2rem 0;
  }
}

/* 予約 */
.appointment {
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .appointment {
    padding: 2rem 0;
  }
}