@charset "UTF-8";

/*==================================================================================================================================

  *共通設定

==================================================================================================================================*/
/* inner */
.home_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* h2 */
.top_tit_h2 {
  position: relative;
  padding: 21px 0 40px;
  text-align: center;
  background: url("../images/icon_news_access.png") no-repeat top center;
}
.top_tit_h2 h2 {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_tit_h2 p {
  position: relative;
  display: table;
  font-size: 80px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  line-height: 1.1;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
}
.top_tit_h2 p::before {
  position: absolute;
  content: "";
  background: url("../images/tit_h2_logo.png") no-repeat;
  width: 110px;
  height: 33px;
  left: -50px;
  top: 27px;
}

/* h2 pattern2 */
.top_tit_h2_pattern2 {
  position: relative;
  text-align: center;
  padding: 15px 0 63px;
  background: url("../images/icon_news_access.png") no-repeat top center;
}
.top_tit_h2_pattern2 h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_tit_h2_pattern2 p {
  padding-top: 17px;
  margin-left: -52px;
}

/* h3 */
.top_tit_h3 {
  position: relative;
  text-align: center;
  color: #fff;
}
.top_tit_h3 p {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_tit_h3 h3 {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  body.home,
  body.home header,
  body.home footer {
    overflow-x: visible;
  }

  /* inner */
  .home_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }

  /* h2 */
  .top_tit_h2 p {
    font-size: 40px;
    letter-spacing: 0;
  }

  /* h2 pattern2 */
  .top_tit_h2_pattern2 {
    padding: 21px 0 25px;
  }

  .top_tit_h2_pattern2 h2 {
    font-size: 20px;
    letter-spacing: 0;
  }

  .top_tit_h2_pattern2 p {
    padding-top: 12px;
    width: 170px;
    margin: 0 auto;
  }

  /* h3 */
  .top_tit_h3 h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}

/*==================================================================================================================================

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 900px;
  overflow: hidden;
}

.home_mv .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}

.home_mv .slider-slide + .inner {
  width: 1036px;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/*　スライダー フェード　*/
.slider-fade .slick-slide img {
  width: calc(100% - 110px);
  height: 900px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  object-position: left 50%;
}

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  max-width: 550px;
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-weight: bold;
}

.catchcopy_tit {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_tit span {
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

.catchcopy_text {
  margin-bottom: 5px;
  display: block;
}

.catchcopy_text span {
  display: inline-block;
  font-size: 22px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　キャッチコピー（スライドごと）　*/
.slide_catch {
  z-index: 1;
  position: absolute;
  left: calc((100% - 1200px) / 2);
  top: 200px;
  display: inline-block;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 7px;
}

/*　RIBONバナー　*/
.mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.mv_bannar {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 550px;
  height: 110px;
}

.mv_bannar img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.mv_bannar a:hover {
  opacity: 0.8;
}

.mv_bannar .btn01 a {
  font-size: 120%;
}

.mainvisual_catch_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 175px;
}
.mainvisual_open_box {
  position: absolute;
  left: 4px;
  top: 596px;
}
.mainvisual_btn_box {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 435px;
  right: 0;
  top: 622px;
}
.mainvisual_btn_box p a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 330px;
  }

  .home_mv .inner {
    width: 100%;
  }

  .mainvisual_catch_box {
    top: 35px;
    width: 260px;
  }
  .mainvisual_open_box {
    left: 4px;
    top: 206px;
    width: 120px;
  }
  .mainvisual_btn_box {
    width: 200px;
    right: 5px;
    top: 222px;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 330px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .catchcopy_tit span {
    font-size: 5vw;
  }

  .catchcopy_text span {
    font-size: 3vw;
  }

  .slide_catch {
    left: 0;
    top: 140px;
    right: 0;
    max-width: calc(100% - 20px);
    width: auto;
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }

  /* スライダー フェード */
  .slider-fade .slick-slide img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .slick-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}

/*==================================================================================================================================

  *スマホのみのエリア

==================================================================================================================================*/
@media screen and (max-width: 640px) {
  .top_sp_only {
    padding: 20px 4% !important;
  }

  .top_sp_only .mv_bannar {
    text-align: center;
    position: static;
    width: auto;
    height: auto;
  }
}

/*==================================================================================================================================

  *スライダー

==================================================================================================================================*/
.top_slider {
  margin-top: 65px;
}
.top_slider .home_inner {
  max-height: 332px;
  overflow: hidden;
  padding-inline: 66px;/*fixed_web_yoyaku_btn分*/
}
.top_slider .slick-list {
  overflow: hidden;
}
.top_slider_item > * {
  display: block;
  width: calc(100% - 24px);
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: hidden;
}
.top_slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_slider .slick-prev,
.top_slider .slick-next {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgb(255 255 255 / 0.7);
  border: 1px solid var(--main-color);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.top_slider .slick-prev::before,
.top_slider .slick-next::before {
  display: block;
  content: "";
  width: 12px;
  height: 18px;
  background: var(--main-color);
  opacity: 1;
}
.top_slider .slick-prev {
  left: -18px;
}
.top_slider .slick-prev::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.top_slider .slick-next {
  right: -18px;
}
.top_slider .slick-next::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 640px) {
  .top_slider {
    margin-top: 0;
  }
  .top_slider .home_inner {
    max-height: none;
    padding-inline: 5.3%;
  }
  .top_slider_item > * {
    width: calc(100% - 40px);
  }
  .top_slider .slick-slider {
    margin: 0;
    overflow: visible;
  }
  .top_slider .slick-prev,
  .top_slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .top_slider .slick-prev {
    left: 0;
  }
  .top_slider .slick-next {
    right: 0;
  }
}

/*==================================================================================================================================

  *お知らせ&アクセス

==================================================================================================================================*/
.top_news {
  position: relative;
  padding-top: 72px;
  padding-bottom: 83px;
}
.top_news_tit {
  font-size: 60px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  line-height: 1;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_news_tit span {
  display: none;
}
.top_news_list {
  padding-top: 10px;
}
@media print, screen and (min-width: 641px) {
  .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.top_news_list li {
  padding: 21px 0 8px;
  border-top: 1px solid #ded3cf;
}
.top_news_list li:last-of-type {
  border-bottom: 1px solid #ded3cf;
}
.top_news_list li a {
  display: block;
  color: var(--text-color);
  margin-top: 5px;
}
.top_news_list li a:hover {
  color: var(--main-color);
}
.top_news_list li span {
  position: relative;
  font-size: 14px;
  margin-right: 9px;
  letter-spacing: 0.1em;
  color: #777777;
  padding-left: 21px;
}
.top_news_list li span::before {
  position: absolute;
  content: "";
  background: url("../images/icon_news_time.png") no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  font-style: normal;
  margin-right: 10px;
  min-width: 120px;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
.top_news .home_inner > .btn01 {
  text-align: center;
  margin-top: 21px;
}
.top_news .home_inner > .btn01 a {
  margin: 0;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_clinic_info{
  display: flex;
  margin-top: 80px;
}
.top_clinic_info .btn_time{
  width: 50%;
  margin-top: 0;
}
.top_clinic_info .btn_time a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_clinic_info .btn_time a::before{
  right: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.top_clinic_info .top_access{
  width: 50%;
}
.top_access .btn01 a {
  margin: 0;
  padding: 8px 10px 8px 255px;
  width: 100%;
  text-align: left;
}
.top_access .btn01 a::before {
  position: absolute;
  content: "";
  background: url("../images/icon_googlemap.png") no-repeat;
  width: 16px;
  height: 13px;
  /* left: 48px; */
  left: 218px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_access_box {
  position: relative;
  display: flex;
  padding: 24px 32px;
  margin-top: 17px;
  justify-content: space-between;
  background: #f6efe5;
}
.tit_access_box {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #b69057;
  line-height: 1.5;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.top_access_box_text {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  font-weight: 700;
  padding-left: 20px;
  background: url("../images/icon_news_access.png") no-repeat 0% 21%;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .top_news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_news_tit {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 22px;
  }
  .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .top_news_list li em {
    margin-right: 0;
    min-width: 100px;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 5px;
  }
  .top_news_list li {
    padding: 11px 0 5px;
  }

  .top_clinic_info{
    flex-direction: column;
    margin-top: 55px;
  }
  .top_clinic_info .btn_time{
    width: 100%;
    margin-bottom: 20px;
  }
  .top_clinic_info .btn_time.sp a{
    width: 100%;
  }
  .top_clinic_info .top_access{
    width: 100%;
  }
  .top_access .btn01 a{
    padding: 8px 10px 8px 75px;
    display: flex;
    justify-content: center;
  }
  .top_access .btn01 a::before{
    left: 0;
    right: 180px;
    margin: auto;
  }
  .top_access_box {
    display: block;
    margin-top: 22px;
  }
  .tit_access_box {
    text-align: center;
    margin-bottom: 5px;
  }
}

/*==================================================================================================================================

  *当院について

==================================================================================================================================*/
.top_about {
  position: relative;
  padding: 105px 0 75px;
  background: url("../images/top_about_bg.jpg") no-repeat center;
  background-size: cover;
}
.top_about_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about_flex_left {
  position: relative;
  width: 46%;
}
.about_flex_right {
  position: relative;
  width: 50%;
  padding-top: 66px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #555555;
  line-height: 2.4;
}
.top_about_catch {
  position: relative;
  padding-bottom: 101px;
}
.top_about_catch p {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  line-height: 1.5;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_about_catch h3 {
  position: relative;
  font-size: 56px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 46px;
  text-align: center;
  z-index: 2;
  font-family: "A1明朝";
}
.top_about_catch h3::before {
  position: absolute;
  content: "";
  background: url("../images/tit_h3_about_bg.png") no-repeat;
  width: 44px;
  height: 36px;
  left: 1px;
  top: 44px;
  z-index: -1;
}
.top_about_catch h3::after {
  position: absolute;
  content: "";
  background: url("../images/tit_h3_about_bg.png") no-repeat;
  transform: rotate(180deg);
  width: 44px;
  height: 36px;
  right: 12px;
  top: 84px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .top_about {
    padding: 20px 0 55px;
  }

  .top_about_flex {
    flex-wrap: wrap;
  }

  .about_flex_left {
    width: 100%;
  }

  .top_about_catch {
    padding-bottom: 40px;
  }

  .top_about_catch h3 {
    font-size: 26px;
    letter-spacing: 0;
    padding-top: 16px;
  }

  .top_about_catch h3::before {
    left: 1px;
    top: 14px;
  }

  .top_about_catch h3::after {
    top: 44px;
  }

  .about_flex_right {
    width: 100%;
    padding-top: 26px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
  }
}

/*==================================================================================================================================

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  position: relative;
  padding: 108px 0 62px;
  background: url("../images/top_feature_line_bg.jpg") repeat 10%;
}
.sec_top_feature::before {
  position: absolute;
  content: "";
  background: #f8f5f0;
  width: 31%;
  height: 100%;
  right: 0;
  top: 0;
}
.top_feature_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
  justify-content: space-between;
  z-index: 2;
}
.top_feature_item:nth-child(3) {
  margin-bottom: 30px;
}
.top_feature_item::before {
  position: absolute;
  content: "";
  width: calc(100% - 160px);
  height: 375px;
  background: #c8a063;
  right: 0;
  top: 2px;
  z-index: -2;
}
.top_feature_item:nth-child(2n)::before {
  position: absolute;
  content: "";
  width: calc(100% - 160px);
  height: 380px;
  background: #a78874;
  left: 0;
  top: 2px;
  z-index: -2;
}
.top_feature_item::after {
  position: absolute;
  content: "";
  width: calc(100% - 160px);
  height: 12%;
  background: #d9be93;
  right: 0;
  top: 323px;
  z-index: -1;
}
.top_feature_item:nth-child(2n)::after {
  position: absolute;
  content: "";
  width: calc(100% - 160px);
  height: 13%;
  background: #c2ac9e;
  left: 0;
  top: 323px;
  z-index: -1;
}
.top_feature_item:nth-child(3)::after {
  top: 321px;
  height: 13%;
}
.top_feature_item:last-child {
  margin-bottom: 0;
}
.top_feature_num {
  position: absolute;
  z-index: 1;
  left: 4px;
  top: 43px;
}
.top_feature_num p {
  color: var(--sub-color);
  font-size: 40px;
  line-height: 1;
}
.top_feature_num p em {
  position: relative;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  padding-left: 66px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.top_feature_num p em::before {
  position: absolute;
  content: "Feature";
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
  left: 0;
  top: -1px;
  font-style: italic;
}
.top_feature_img {
  position: relative;
  width: 46.5%;
  margin-right: 0;
  padding-top: 35px;
}
.top_feature_box {
  position: relative;
  width: 50%;
  padding: 91px 63px 91px 0;
}
.top_feature_item:nth-child(2n) .top_feature_box {
  padding: 91px 0px 91px 63px;
}
.top_feature_box h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_feature_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 18px;
}
.btn_feature {
  position: relative;
  margin-top: 43px;
  text-align: right;
}
.top_feature_item:nth-child(2n) .btn_feature {
  position: relative;
  margin-top: 83px;
  text-align: right;
}
.top_feature_item:nth-child(4) .btn_feature {
  position: relative;
  margin-top: 115px;
  text-align: right;
}
.top_feature_item:nth-child(5) .btn_feature {
  position: relative;
  margin-top: 115px;
  text-align: right;
}
.btn_feature a {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 56px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn_feature a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item:nth-child(even) {
  flex-direction: row-reverse;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
  margin-right: 0;
  margin-left: 3%;
}
.top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
  position: absolute;
  right: auto;
  left: 65px;
}

@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 38px 0 32px;
  }

  .top_feature_item {
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .top_feature_item::before {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .top_feature_item::after {
    width: 100%;
    height: 10%;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .top_feature_item:nth-child(3)::after {
    top: auto;
    height: 10%;
    bottom: 0;
  }

  .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  .top_feature_box {
    width: 100%;
    padding: 15px;
  }
  .top_feature_num {
    position: absolute;
    z-index: 1;
    left: 18px;
    right: auto;
    top: -23px;
  }
  .top_feature_box h3 {
    margin: 0 auto 20px;
    font-size: 19px;
  }
  .top_feature_box .btn01 {
    text-align: center;
  }
  .top_feature_text {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 10px;
  }
  .top_feature_item:nth-child(2n) .top_feature_box {
    padding: 15px;
  }
  .top_feature_item:nth-child(2n)::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .top_feature_item:nth-child(2n)::after {
    width: 100%;
    height: 10%;
    left: 0;
    top: auto;
    z-index: -1;
    bottom: 0;
  }

  /* 左右互い違いパターン */
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_img {
    margin-left: 0;
  }
  .top_feature_wrap.reverse .top_feature_item:nth-child(even) .top_feature_num {
    position: absolute;
    left: 10px;
    right: 0;
  }
}


/*==================================================================================================================================

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  position: relative;
  padding: 74px 0 53px;
}
.sec_top_medical::before {
  position: absolute;
  content: "";
  background: #f8f5f0;
  width: calc(100% - 228px);
  height: calc(100% - 480px);
  right: 0;
  top: 240px;
  z-index: -2;
}
.top_medical_bg_box {
  position: absolute;
  background: #c8a063;
  width: 87%;
  min-width: 1200px;
  max-width: 1500px;
  height: calc(100% - 359px);
  left: 0;
  top: 317px;
  z-index: -1;
}
.top_medical_bg_box::before {
  position: absolute;
  content: "";
  background: #d9be93;
  width: 100%;
  height: 160px;
  left: 0;
  top: 0;
}
.sec_top_medical .top_tit_h3 {
  position: relative;
  text-align: center;
  padding-top: 91px;
  padding-bottom: 56px;
}
.top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 50px;
  width: 96%;
  margin: 0 auto;
}
.top_medical_item {
  width: calc((100% - 100px) / 3);
  margin-bottom: 20px;
  background: #fff;
}
.top_medical_item_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top_medical_item_textArea {
  padding: 25px 20px 30px;
}
.top_medical_item .top_medical_item_tit {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #3f3f3f;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 25px;
}
.top_medical_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.top_medical_item_list li a {
  display: block;
  padding: 5px 10px;
  background: var(--bg-color);
  color: #b69057;
  letter-spacing: 0.1em;
}

@media (hover: hover) {
  .top_medical_item_list li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .sec_top_medical {
    padding: 35px 0 13px;
  }
  .sec_top_medical::before {
    width: calc(100% - 228px);
    height: 100%;
    right: 0;
    top: 50px;
  }
  .sec_top_medical .top_tit_h3 {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .top_medical_bg_box {
    width: 100%;
    min-width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .top_medical_flex {
    display: block;
    width: 100%;
    max-width: 400px;
  }
  .top_medical_item {
    width: 100%;
  }
  .top_medical_item_textArea {
    padding-bottom: 25px;
  }
  .top_medical_item .top_medical_item_tit {
    font-size: 18px;
  }
}

/*==================================================================================================================================

  *お悩みで探す

==================================================================================================================================*/
.top_trouble {
  position: relative;
  padding: 114px 0 41px;
  z-index: 2;
}
.top_trouble::before {
  position: absolute;
  content: "";
  background: #f8f5f0;
  width: calc(100% - 228px);
  height: calc(100% - 140px);
  left: 0;
  top: 0px;
  z-index: -2;
}
.top_trouble_grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1144px;
  margin: 0 auto;
  padding-top: 57px;
  gap: 30px 44px;
}
.trouble_grid_box {
  position: relative;
  display: block;
  height: 250px;
  background: #fff;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.trouble_grid_box:hover {
  opacity: 0.7;
}
.trouble_img {
  position: relative;
  text-align: center;
  padding-top: 0;
  height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trouble_tit {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #3f3f3f;
  text-align: center;
}
.top_trouble_bg_box {
  position: absolute;
  background: #a78874;
  width: 76%;
  min-width: 1200px;
  height: calc(100% - 77px);
  right: 0;
  top: 77px;
  z-index: -1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_trouble_bg_box::before {
  position: absolute;
  content: "";
  background: #c2ac9e;
  width: 100%;
  height: 160px;
  right: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .top_trouble {
    padding: 45px 0 40px;
  }
  .top_trouble::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
  }
  .top_trouble_bg_box {
    width: 100%;
    min-width: 100%;
    height: 100%;
    right: 0;
    top: 0px;
  }
  .top_trouble_grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
    padding-top: 57px;
    gap: 20px 20px;
  }
  .trouble_grid_box {
    height: 190px;
  }
  .trouble_img {
    height: 130px;
  }
  .trouble_tit {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/*==================================================================================================================================

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  position: relative;
  padding: 255px 0 87px;
  margin-top: -140px;
  background: url("../images/top_greeting_bg.jpg") no-repeat top center;
}
.sec_top_doctor .top_tit_h2 p::before {
  top: 41px;
  left: -40px;
}
.sec_top_doctor::before {
  position: absolute;
  content: "";
  background: #c8a063;
  width: 100%;
  height: 290px;
  bottom: 0;
  left: 0;
}
.sec_top_doctor::after {
  position: absolute;
  content: "";
  background: url("../images/top_greeting_leaf.png") no-repeat;
  width: 169px;
  height: 140px;
  right: 6%;
  top: 830px;
  z-index: 0;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.top_greeting_flex_img {
  position: relative;
  width: 35%;
  margin-bottom: 20px;
  padding-top: 66px;
  z-index: 2;
}
.top_doctor_name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding-top: 20px;
  padding-left: 7px;
}
.text .top_doctor_name p {
  margin-bottom: 0;
}
.top_doctor_name .carr {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.top_doctor_name .carr span {
  font-size: 110%;
}
.top_doctor_name .name {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 14px;
}
.top_doctor_name .name span {
  font-size: 60%;
}
.top_greeting_flex_text {
  position: relative;
  width: 56%;
  padding-top: 46px;
}
.top_greeting_flex_text h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #3f3f3f;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  padding-bottom: 29px;
}
.top_greeting_flex_text .text {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #555555;
  line-height: 2.25;
}
.top_greeting_logo {
  position: relative;
  padding-top: 81px;
}

.top_greeting_flex_text .btn01 {
  position: absolute;
  right: 162px;
  text-align: right;
  bottom: -6px;
}
.top_greeting_flex_text .btn01 a {
  border: 1px solid #fff;
  color: #fff;
}
.top_greeting_flex_text .btn01 a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  min-width: 180px;
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.top_doctor_img img {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {
    padding: 185px 0 40px;
  }

  .sec_top_doctor::before {
    width: 100%;
    height: 18%;
    bottom: 0;
    left: 0;
  }

  .sec_top_doctor::after {
    display: none;
  }

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
    padding-top: 20px;
  }

  .top_doctor_img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }

  .top_greeting_flex_text {
    width: 100%;
    padding-top: 20px;
  }

  .top_greeting_flex_text h3 {
    font-size: 19px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }

  .top_greeting_flex_text .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
  }

  .top_greeting_logo {
    padding-top: 81px;
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
  }

  .top_doctor_name .name {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    padding-left: 14px;
  }

  .top_greeting_flex_text .btn01 {
    text-align: center;
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/*==================================================================================================================================

  *マップ

==================================================================================================================================*/
.top_map iframe {
  width: 100%;
  height: 400px;
}