@charset "UTF-8";
/* ---------------------
  - *共通設定
  - *メインビジュアル
  - *スマホのみのエリア
  - *お知らせ
  - *ご挨拶
  - *当院の特徴
  - *診療案内
  - *医療コラム
  - *ループスライダー
--------------------- */
/*==================================================================================================================================

  *共通設定

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


.head_mv {
  position: relative;
}
.head_mv::before {
  position: absolute;
  background: url(../images/mv_bg.jpg) bottom left no-repeat;
  width: 90%;
  max-width: 961px;
  height: 1052px;
  content: "";
}
/*----------inner----------*/
.home_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media screen and (max-width: 640px) {
  .head_mv::before {
    height: 100vh;
  }
  .home_inner {

  }
}


/*----------タイトル----------*/
main h2 {
  font-size: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #553b30;
  margin-bottom: 60px;
}
.tit01_en {
	font-size: 80px;
	color: var(--main-color);
	font-family: snell-roundhand-lt-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}
.tit01_en::before {
  position: absolute;
  top: -37px;
  right: -50px;
  background:url(../images/tit01_kazari.png) top right no-repeat;
  width: 121px;
  height: 121px;
  content: "";
}
main h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 25px;
  color: #553b30;
}
@media screen and (max-width: 640px) {
  .tit01_en {
    font-size: 60px;
  }
  .tit01_en::before {
    width: 74px;
    height: 74px;
    background-size: 100%;
  }
  main h2 {
    margin-bottom: 30px;
  }
}

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

  *メインビジュアル

==================================================================================================================================*/
.home_mv {
  position: relative;
  height: 730px;

}
.home_mv .slick-slider {
  padding-left: 8.8%;
    overflow: hidden;
}

.home_mv_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
}
.home_mv_main::before {
	content: "";
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	display: block;
	width: 54%;
	height: 730px;
	background: url(../images/mv_logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}

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

/*　キャッチコピー　*/
.main_catch {
  position: absolute;
  left: 0;
  top: 36%;
  width: 90%;
  max-width: 681px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #553b30;
  background-color: rgba(255,255,255,0.5);
  line-height: 1.71;
  padding: 2.7% 2% 2.7% 5%;
}



.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バナー　*/
.home_mv .mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*　バナー　*/
.home_mv .mv_banner {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.home_mv .mv_banner:not(.mv_banner-btn) img {
  max-height: 100%;
  width: auto;
}

.home_mv .mv_banner:not(.mv_banner-btn) a:hover {
  opacity: 0.8;
}

.mv_banner .btn01 a {
  font-size: 120%;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
}

.home_mv .mv_banner .flex_box {
  position: relative;
  display: flex;
  gap: 0 15px;
}

@media screen and (max-width: 640px) {
  .home_mv {
    height: 330px;
  }
  .head_mv::before {
    z-index: -1;
  }

  .home_mv_main {
    width: 100%;
  }
	.home_mv_main::before {
		height: 330px;
	}
  /* スライダー */
  .slider-fade .slick-slide img {
    height: 330px;
  }
  .home_mv .slick-slider {
   padding-left: 0;
  }

  /* キャッチフレーズ */
  .main_catch {
    left: auto;
    bottom: auto;
    right: auto;
    top: 25%;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 140%;
  }
  .home_mv .mv_banner {
    /* width: 35%; */
    width: 60%;
    margin-left: auto;
    right: 10px;
    bottom: 10px;
    left: auto;

  }

  .home_mv .mv_banner .flex_box {
    gap: 0 10px;
  }

  .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;
  }
}

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

  *スマホのみのエリア

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

  .top_sp_only .mv_banner,
  .top_sp_only .mv_ribon {
    text-align: center;
  }
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンA(pattern01) お知らせのみ */
.top_news.pattern01 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_news.pattern01 h2 {
  margin: 0;
}
.top_news.pattern01 .home_inner > .btn01 a {
  margin: 0;
}
.top_news.pattern01 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_news.pattern01 .top_news_list li a {
  color: var(--text-color);
}
.top_news.pattern01 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern01 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_news.pattern01 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_news.pattern01 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_news.pattern01 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern01 .home_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_news.pattern01 .top_news_list,
  .top_news.pattern01 .top_news_frame {
    width: 70%;
  }
  .top_news.pattern01 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_news.pattern01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_news.pattern01 h2 {
    margin-bottom: 30px;
  }
  .top_news.pattern01 .home_inner > .btn01 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news.pattern01 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンB(pattern02) お知らせ+医院概要 */
.top_newsInfo.pattern02 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* お知らせ */
.top_newsInfo.pattern02 .top_news > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_newsInfo.pattern02 .top_news > .btn01 a {
  margin: 0;
}
.top_newsInfo.pattern02 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_newsInfo.pattern02 .top_news_list li a {
  color: var(--text-color);
}
.top_newsInfo.pattern02 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_newsInfo.pattern02 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_newsInfo.pattern02 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_newsInfo.pattern02 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_newsInfo.pattern02 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_newsInfo.pattern02 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_newsInfo.pattern02 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_newsInfo.pattern02 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}
.top_newsInfo.pattern02 .top_info address {
  text-align: center;
  font-style: normal;
}
/* 医院概要 */
.top_newsInfo.pattern02 .top_info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}
.top_newsInfo.pattern02 .top_info_add span {
  display: block;
}
.top_newsInfo.pattern02 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}
.top_newsInfo.pattern02 .top_info_tel a {
  color: var(--text-color);
}
.top_newsInfo.pattern02 .top_info_tel a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}
.top_newsInfo.pattern02 .top_info_free {
  margin-bottom: 20px;
}
.top_newsInfo.pattern02 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 641px) {
  .top_newsInfo.pattern02 .home_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_newsInfo.pattern02 .top_news,
  .top_newsInfo.pattern02 .top_info {
    width: 48%;
  }

  /* お知らせ */
  .top_newsInfo.pattern02 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_newsInfo.pattern02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* お知らせ */
  .top_newsInfo.pattern02 .top_news {
    margin-bottom: 40px;
  }
  .top_newsInfo.pattern02 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンC(pattern03) お知らせ+ブログ */
.top_newsBlog.pattern03 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_newsBlog.pattern03 .top_news > .btn01,
.top_newsBlog.pattern03 .top_blog > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_newsBlog.pattern03 .top_news > .btn01 a,
.top_newsBlog.pattern03 .top_blog > .btn01 a {
  margin: 0;
}

/* お知らせ */
.top_newsBlog.pattern03 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_newsBlog.pattern03 .top_news_list li a {
  color: var(--text-color);
}
.top_newsBlog.pattern03 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_newsBlog.pattern03 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_newsBlog.pattern03 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_newsBlog.pattern03 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_newsBlog.pattern03 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_newsBlog.pattern03 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_newsBlog.pattern03 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_newsBlog.pattern03 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* ブログ */
.top_newsBlog.pattern03 .top_blog_list li:not(:last-child) {
  margin-bottom: 10px;
}
.top_newsBlog.pattern03 .top_blog_list li a {
  display: flex;
  align-items: center;
}
.top_newsBlog.pattern03 .top_blog_thum {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 3%;
}
.top_newsBlog.pattern03 .top_blog_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color);
}
.top_newsBlog.pattern03 .top_blog_info {
  color: var(--text-color);
  width: calc(100% - 3% - 80px);
}
.top_newsBlog.pattern03 .top_blog_date {
  font-size: 90%;
}
.top_newsBlog.pattern03 .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media print, screen and (min-width: 641px) {
  .top_newsBlog.pattern03 .home_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_newsBlog.pattern03 .top_news,
  .top_newsBlog.pattern03 .top_blog {
    width: 48%;
  }

  /* お知らせ */
  .top_newsBlog.pattern03 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_newsBlog.pattern03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_newsBlog.pattern03 .top_news {
    margin-bottom: 40px;
  }
  .top_newsBlog.pattern03 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/* パターンD(pattern04) お知らせ+ブログ+医院概要+アクセス */
.top_topics.pattern04 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_topics.pattern04 .top_news > .btn01,
.top_topics.pattern04 .top_blog > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_topics.pattern04 .top_news > .btn01 a,
.top_topics.pattern04 .top_blog > .btn01 a {
  margin: 0;
}

/* お知らせ */
.top_topics.pattern04 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_topics.pattern04 .top_news_list li a {
  color: var(--text-color);
}
.top_topics.pattern04 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_topics.pattern04 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_topics.pattern04 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_topics.pattern04 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_topics.pattern04 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_topics.pattern04 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_topics.pattern04 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_topics.pattern04 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* ブログ */
.top_topics.pattern04 .top_blog_list li:not(:last-child) {
  margin-bottom: 10px;
}
.top_topics.pattern04 .top_blog_list li a {
  display: flex;
  align-items: center;
}
.top_topics.pattern04 .top_blog_thum {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 3%;
}
.top_topics.pattern04 .top_blog_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color);
}
.top_topics.pattern04 .top_blog_info {
  color: var(--text-color);
  width: calc(100% - 3% - 80px);
}
.top_topics.pattern04 .top_blog_date {
  font-size: 90%;
}
.top_topics.pattern04 .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 医院概要 */
.top_topics.pattern04 .top_info address {
  text-align: center;
  font-style: normal;
}
.top_topics.pattern04 .top_info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}
.top_topics.pattern04 .top_info_add span {
  display: block;
}
.top_topics.pattern04 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}
.top_topics.pattern04 .top_info_tel a {
  color: var(--text-color);
}
.top_topics.pattern04 .top_info_tel a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}
.top_topics.pattern04 .top_info_free {
  margin-bottom: 20px;
}
.top_topics.pattern04 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* アクセス */
.top_topics.pattern04 .top_access_map {
  text-align: center;
}
.top_topics.pattern04 .top_access_map iframe {
  width: 100%;
  height: 400px;
}
.top_topics.pattern04 .top_access_guide {
  margin-top: 20px;
}
.top_topics.pattern04 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.top_topics.pattern04 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_topics.pattern04 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_topics.pattern04 .top_access > .btn01 a {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .top_topics.pattern04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_topics.pattern04 .home_inner > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_topics.pattern04 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media print, screen and (min-width: 641px) {
  .top_topics.pattern04 .home_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 4%;
  }
  .top_topics.pattern04 .home_inner > * {
    width: 48%;
  }

  /* お知らせ */
  .top_topics.pattern04 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* パターンE(pattern05) お知らせ+医院概要+アクセス */
/* お知らせ */
.top_news.pattern05 {
  padding-top: 165px;
  padding-bottom: 176px;
  margin-bottom: 50px;
  background:url(../images/news_bg.png) bottom right no-repeat;
  position: relative;
  z-index: 1;
}
.top_news.pattern05::before {
  position: absolute;
  width: 84%;
  height: 366px;
  right: 0;
  top: 107px;
  content: "";
  background-color: rgba(255,255,255,0.5);
  z-index: -1;
}
.top_news_tit {
  width: 19.2%;
  text-align: center;
  padding-top: 2.3%;
	min-height: 240px;
}
.top_news.pattern05 h2 {
  margin: 0;
}
.top_news.pattern05 .btn01 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 2.7%;
  bottom: 12px;
}
.top_news.pattern05 .btn01 a {
  margin: 0;
}
.top_news.pattern05 .top_news_list li:not(:last-child) {
  margin-bottom: 22px;
}
.top_news.pattern05 .top_news_list li {
  background-color: #f8f6f2;
  padding: 2.1% 3.8% 2.1% 4.4%;
  border-radius: 100vh;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.top_news.pattern05 .top_news_list li a {
  color: var(--text-color);
  color: #553b30;
}
.top_news.pattern05 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_news.pattern05 .top_news_list li span {
  margin-right: 29px;
  letter-spacing: 0.05em;
  color: #553b30;
}
.top_news.pattern05 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 30px;
  min-width: 140px;
}
/* 本文を表示するお知らせ */
.top_news.pattern05 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_news.pattern05 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_news.pattern05 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* 医院概要&アクセス */
.top_info.pattern05 {
  padding-bottom: 378px;
  padding-top: 131px;
  position: relative;
  z-index: 2;
}
.top_info.pattern05::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 87.6%;
  height: 100%;
  content: "";
  background: url(../images/info_bg.jpg);
  z-index: -1;
  background-size: cover;
}
.top_info.pattern05::after {
  position: absolute;
  top: -252px;
  right: 0;
  background:url(../images/reef01.png) top right no-repeat;
  width: 30%;
  height: 512px;
  content: "";
}
.top_info_logo {
  text-align: center;
  width: 80%;
  margin: auto;
}
.top_info.pattern05 address {
  text-align: center;
  font-style: normal;

}
.top_info.pattern05 .top_info_add {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 28px;
  background-color: #fff;
  border-radius: 100vh;
  padding: 1.4% 30px;
  margin-top: 35px;
  letter-spacing: 0.05em;
}
.top_info.pattern05 .top_info_add i {
  font-size: 15px;
  color:var(--main-color);
  padding-right: 5px;
}
.top_info.pattern05 .top_info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 35px;
}
.top_info.pattern05 .top_info_tel a {
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  color: var(--main-color);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 33px;
}
.top_info.pattern05 .top_info_tel a::before {
  position: absolute;
  top: 18px;
  left: 0;
  background: url(../images/icon_tel.png) center no-repeat;
  width: 23px;
  height: 23px;
  content: "";
  background-size: 100%;
}


.top_info.pattern05 .top_info_free {
  margin-bottom: 20px;
}
.top_info.pattern05 .sche_wrap:not(:last-child) {
  margin-bottom: 30px;
}

/* アクセス */
.top_info.pattern05 .top_access_map {
  text-align: center;
}
.top_info.pattern05 .top_access_map iframe {
  width: 100%;
  height: 490px;
}
.top_info.pattern05 .top_access_guide {
  margin-top: 11px;
  margin-bottom: 30px;
}
.top_info.pattern05 .top_access_guide li {
  position: relative;
  text-align: center;
  padding: 11px 15px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: #553b30;
  letter-spacing: 0.1em;
  border-bottom: dashed 1px #553b30;
}
.top_info.pattern05 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_info.pattern05 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_info.pattern05 .top_access > .btn01 a {
  margin: 0;
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern05 .home_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  /* お知らせ */
  .top_news.pattern05 .top_news_list,
  .top_news.pattern05 .top_news_frame {
    width: 73%;
  }
  .top_news.pattern05 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* 医院概要&アクセス */
  .top_info.pattern05 .home_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_info.pattern05 .top_info_left,
  .top_info.pattern05 .top_info_right {
    width: 48.4%;
  }

}

@media screen and (max-width: 640px) {
  .top_news.pattern05 {
    padding-top: 50px;
    padding-bottom: 90px;
    margin-bottom: 1px;
  }
  .top_info.pattern05::after {
    background-size: 100%;
    top: -160px;
  }
  .top_news.pattern05::before {
      top: 10vw;
      width: 98%;
      height: 148vw;
  }
  .top_news.pattern05 h2 {
    margin-bottom: 30px;
  }
  .top_news.pattern05 .btn01 {
    text-align: center;
    margin-top: 25px;
  }
  .top_news.pattern05 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 7px;
  }
  .top_info.pattern05 {
    margin-bottom: 50px;
  }
  .top_info.pattern05::before {
    height: 105%;
  }
  .top_info.pattern05 .top_info_left {
    margin-bottom: 50px;
  }
  .top_news_tit {
    width: 100%;
	  min-height: auto;
  }
  .top_news.pattern05 .btn01 {
    position: static;
    margin: 30px auto 20px;
  }
  .top_info.pattern05 {
    padding-top: 50px;
    padding-bottom: 276px;
  }
  .top_info.pattern05::before {
    width: 100%;
  }
  .top_info.pattern05 .top_access_map iframe {
    height: 300px;
  }
  .top_info_schedule {
    font-size: 15px;
  }
  .top_info.pattern05 .top_info_add {
    width: 100%;
    padding: 8px 6px;
    font-size: 15px;
  }

}
.top_info_img {
  display: flex;
  justify-content: flex-end;
  margin-top: -250px;
  position: relative;
  z-index: 2;
}
.top_info_img::before {
  position: absolute;
  top: -178px;
  left: 0;
  background: url(../images/reef02.png) top left no-repeat;
  width: 20%;
  max-width: 309px;
  height: 387px;
  content: "";  
  background-size: 100%;
}
.top_info_img01 {
    margin-right: 50px;
    margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .top_info_img::before {
    top: -58px;
    width: 30%;
  }
  .top_info_img01 {
    margin-right: -15px;
  }
}


/* パターンf(pattern06) お知らせ+アクセス */
.top_newsAccess.pattern06 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* お知らせ */
.top_newsAccess.pattern06 .top_news > .btn01 {
  text-align: center;
  margin-top: 25px;
}
.top_newsAccess.pattern06 .top_news > .btn01 a {
  margin: 0;
}
.top_newsAccess.pattern06 .top_news_list li:not(:last-child) {
  margin-bottom: 30px;
}
.top_newsAccess.pattern06 .top_news_list li a {
  color: var(--text-color);
}
.top_newsAccess.pattern06 .top_news_list li a:hover {
  color: var(--main-color);
}
.top_newsAccess.pattern06 .top_news_list li span {
  font-size: 90%;
  margin-right: 10px;
}
.top_newsAccess.pattern06 .top_news_list li em {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
  margin-right: 10px;
  /* ↓ダミー用の記述なので提出時削除↓ */
  background: var(--main-color);
  color: #fff;
  /* ↑ダミー用の記述なので提出時削除↑ */
  min-width: 110px;
}
/* 本文を表示するお知らせ */
.top_newsAccess.pattern06 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
.top_newsAccess.pattern06 .top_news_frame .news_desc {
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.top_newsAccess.pattern06 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.top_newsAccess.pattern06 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}
/*スクロールバーの色・角丸指定*/
.top_newsAccess.pattern06 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* アクセス */
.top_newsAccess.pattern06 .top_access_map {
  text-align: center;
}
.top_newsAccess.pattern06 .top_access_map iframe {
  width: 100%;
  height: 400px;
}
.top_newsAccess.pattern06 .top_access_guide {
  margin-top: 20px;
}
.top_newsAccess.pattern06 .top_access_guide li {
  position: relative;
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.top_newsAccess.pattern06 .top_access_guide li:not(:last-child) {
  margin-bottom: 5px;
}
.top_newsAccess.pattern06 .top_access > .btn01 {
  text-align: center;
  margin-top: 20px;
}
.top_newsAccess.pattern06 .top_access > .btn01 a {
  margin: 0;
}

@media print, screen and (min-width: 641px) {
  .top_newsAccess.pattern06 .home_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_newsAccess.pattern06 .top_news,
  .top_newsAccess.pattern06 .top_access {
    width: 48%;
  }

  /* お知らせ */
  .top_newsAccess.pattern06 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 640px) {
  .top_newsAccess.pattern06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top_newsAccess.pattern06 .top_news {
    margin-bottom: 40px;
  }
  .top_newsAccess.pattern06 .top_news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

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

  *ご挨拶

==================================================================================================================================*/
.sec_top_doctor {
  padding: 145px 0 140px;
  background: url(../images/greeting_bg.jpg) bottom center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 3;
}
.sec_top_doctor .home_inner {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
  max-width: 100%;
}
.sec_top_doctor .home_inner::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10%;
  width: 73%;
  height: 116%;
  background-color:rgba(255,255,255,0.5);
  content: "";
  z-index: -1;
}

.sec_top_doctor::before {
  position: absolute;
  top: -225px;
  right: 0;
  width: 20%;
  max-width: 348px;
  height: 673px;
  background:url(../images/reef03.png) top right no-repeat;
  content: "";
  background-size: 100%;
}
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.top_greeting_wrap {
  text-align: center;;
}
.top_greeting_wrap .tit01_en {
	margin-top: 40px;
}
.top_greeting_flex_img {
  width: 28%;
  /*width: 33.3%;*/
  margin-bottom: 20px;
  margin-top: 15px;
}
.top_doctor_name {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #553b30;
}
.text .top_doctor_name p{
  margin-bottom: 0;
}
.top_doctor_name .carr{
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 28px;
  line-height: 1;
  margin-bottom: 7px;
}
.top_doctor_name .carr span{
  font-size:18px;
}
.top_doctor_name .name{
  font-size: 22px;
}
.top_doctor_name .name span{
  font-size: 80%;
  padding-right: 18px;
}
.top_greeting_flex_text {
  width: 61%;
  text-align: left;
}
.top_greeting_flex_text .text {
  margin-bottom: 12px;
  line-height: 2.18;
  letter-spacing: 0.05em;
}
.top_greeting_flex_text .text p {
  margin-bottom: 35px;
}
.top_greeting_flex_text h3 {
  margin-bottom: 26px;
}
.sec_top_doctor .btn01 a {
  width: 165px;
}

.doctor_wrap .top_greeting_wrap:first-child {
   margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor {

    padding: 130px 0 40px;
  }
  .sec_top_doctor::before {
    top: -65px;
    width: 25%;
  }
  .sec_top_doctor .home_inner {
    overflow: visible;
    padding-bottom: 10px;
  }
  .sec_top_doctor .home_inner::before {
    display: none;
  }

  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
  }

  .top_greeting_flex_text {
    width: 100%;
  }
  .top_greeting_flex_text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top_greeting_flex_text .text p {
    margin-bottom: 20px;
  }
  .top_greeting_flex_text .btn01 {
    text-align: center;
  }
  .top_doctor_name .carr {
    margin-top: 16px;
  }

  .top_doctor_img {
    text-align: center;
  }

  .top_doctor_name {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_doctor_name .name{
    font-size: 20px;
  }
}


/* ご挨拶パターンA(写真右) */
.sec_top_doctor.pattern01 .top_greeting_flex {
  flex-direction: row-reverse;
}

/* ご挨拶パターンB(写真左) */
.sec_top_doctor.pattern02 .top_doctor_name {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern02 .top_doctor_name {
    text-align: center;
  }
}


/* ご挨拶パターンC(写真なし) */
.sec_top_doctor.pattern03 {
  background: url(../images/bg01.jpg) center no-repeat;
  background-size: cover;
}
.sec_top_doctor.pattern03 .top_greeting_flex_text {
  width: 100%;
}
.sec_top_doctor.pattern03 .top_greeting_flex_text .text p {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}
.sec_top_doctor.pattern03 .btn01 {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .sec_top_doctor.pattern03 .top_doctor_name {
    text-align: right;
  }
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  padding: 146px 0 95px;

  overflow: hidden;
  position: relative;
}
.sec_top_feature::before {
  position: absolute;
  /* align-content */
  /* top: 196px; */
  left:0;
  background: url(../images/bg_beige.jpg) top left no-repeat;
  width: 100%;
  height: 874px;
  content: "";
  background-size: cover;
}
.sec_top_feature::after {
  position: absolute;
  bottom: 0;
  left:0;
  background: url(../images/bg_beige.jpg) top left no-repeat;
  width: 100%;
  height: 960px;
  content: "";
  background-size: cover;
  z-index: -1;
}
.top_feature_item {
  position: relative;
}



/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.sec_top_feature.pattern01 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  width: 32%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 40px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
  /* 枠上のナンバリング */
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  background: var(--main-color);
  padding: 10px;
  line-height: 1;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  margin-bottom: 20px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  text-align: center;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .btn01 {
  margin-top: auto;
  text-align: right;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
  position: relative;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num {
  /* 画像下のナンバリング */
  position: static;
  margin-bottom: 10px;
}
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num p {
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    width: 100%;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num {
    top: -15px;
  }
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num p {
    font-size: 28px;
  }
}


/* 当院の特徴パターンB(写真と文章分離、1コンテンツ横幅フル) */
.sec_top_feature.pattern02 h2 {
  margin-bottom: 60px;
}
.sec_top_feature .home_inner {
  z-index: 2;
  position: relative;
}
.top_feature_wrap {
  padding-top: 30px;
  position: relative;
}
.top_feature_wrap::before {
  position: absolute;
  right: 0;
  top: -500px;
  background-color: rgba(240,144,132,0.1);
  width: 41.7%;
  height: 1716px;
  content: "";
}
.top_feature_wrap::after {
  position: absolute;
  left: 0;
  bottom: -300px;
  background-color: rgba(240,144,132,0.1);
  width: 67.7%;
  height: 1565px;
  content: "";
}
.sec_top_feature.pattern02 .top_feature_item_wrapper {
  margin-bottom:150px;
  position: relative;
}
.sec_top_feature.pattern02 .top_feature_item_wrapper:nth-child(1)::before {
  position: absolute;
  top: -260px;
  left: 0;
  background:url(../images/reef_white01.png) top left no-repeat;
  width: 30%;
  max-width: 444px;
  height: 756px;
  content: "";
  background-size: 100%;
}
.sec_top_feature.pattern02 .top_feature_item_wrapper:last-child::before {
  position: absolute;
  bottom: -246px;
  left: 0;
  background:url(../images/reef04.png) top left no-repeat;
  width: 21%;
  max-width: 396px;
  height: 381px;
  content: "";
  background-size: 100%;
}
.sec_top_feature.pattern02 .top_feature_item_wrapper:last-child::after {
  position: absolute;
  bottom: -210px;
  right: 0;
  background:url(../images/reef_white02.png) top left no-repeat;
  width: 50%;
  max-width: 569px;
  height: 559px;
  content: "";
  background-size: 100%;
}

.sec_top_feature.pattern02 .top_feature_item_wrapper:nth-child(3):before {
  position: absolute;
  top: -340px;
  right:0;
  background: url(../images/bg_beige.jpg) top left no-repeat;
  width: 88.4%;
  height: 825px;
  content: "";
  background-size: cover;
}
.sec_top_feature.pattern02 .top_feature_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  z-index: 2;
}
.sec_top_feature.pattern02 .top_feature_item_wrapper:nth-child(1) .top_feature_item::before {
  position: absolute;
  top: -226px;
  right: -102px;
  background: url(../images/balloon01.png) top center no-repeat;
  width: 20%;
  max-width: 86px;
  height: 276px;
  content: "";
}
.sec_top_feature.pattern02 .top_feature_item_wrapper:nth-child(2) .top_feature_item::before {
  position: absolute;
  bottom: -66px;
  left: -232px;
  background: url(../images/balloon02.png) top center no-repeat;
  width: 30%;
  max-width: 140px;
  height: 312px;
  content: "";
}
.sec_top_feature.pattern02 .top_feature_item_wrapper:nth-child(4) .top_feature_item::before {
  position: absolute;
  bottom: 0;
  right: -168px;
  background: url(../images/balloon03.png) top center no-repeat;
  width: 20%;
  max-width: 90px;
  height: 291px;
  content: "";
}
.sec_top_feature.pattern02 .top_feature_item:last-child {
  margin-bottom: 0;
}
.sec_top_feature.pattern02 .top_feature_num {
  position: absolute;
  z-index: 1;
  left: 10px;
  right: auto;
  top: -80px;
  z-index: 2;
}

.sec_top_feature.pattern02 .top_feature_num p {
	color: #fff;
	/*   font-family: "SnellRoundhand";
	font-weight: 600; */
	font-family: "snell-roundhand-lt-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	font-size: 40px;
	line-height: 1;
	text-shadow: 0 0 10px #f09084;
}
.sec_top_feature.pattern02 .top_feature_num p em {
  font-style: normal;
  font-size: 110px;
  padding-left: 10px;
}
.sec_top_feature.pattern02 .top_feature_img {
  position: relative;
  width: 51.5%;
  left: 21px;
  z-index: 1;
}
.sec_top_feature.pattern02 .top_feature_img::before {
  position: absolute;
  top: -70px;
  left: -25px;
  background:url(../images/features_item_num_bg.jpg) top center no-repeat;
  width: 60%;
  height: 54%;
  content: "";
  z-index: -1;
}
.sec_top_feature.pattern02 .top_feature_box {
  width: 48.5%;
  height: 350px;
  background-color: rgba(255,255,255,0.7);
  position: relative;
  z-index: 1;
  padding: 4.6% 4% 4%;
}
.sec_top_feature.pattern02 .top_feature_box::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: "";
  background: #CCAE22;
background: linear-gradient(90deg,rgba(204, 174, 34, 1) 0%, rgba(245, 234, 170, 1) 64%, rgba(183, 170, 95, 1) 100%);
}
.sec_top_feature.pattern02 .top_feature_box h3 {
  letter-spacing: 0.05em;
  font-size:26px;
  margin-bottom: 25px;
}
.sec_top_feature.pattern02  .top_feature_text {
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec_top_feature.pattern02 .top_feature_box .btn01 {
  position: absolute;
  right: 9%;
  bottom: 12.3%;
}
.sec_top_feature.pattern02 .top_feature_box .btn01 a {
  width: 220px;
  text-align: center;
}

/* 左右互い違いパターン */
.top_feature_wrap.reverse .top_feature_item_wrapper:nth-child(odd) .top_feature_item{
  flex-direction: row-reverse;
}
.top_feature_wrap.reverse .top_feature_item_wrapper:nth-child(odd) .top_feature_img {
  margin-right: 0;
  right: 30px;
  left: auto;
}
.top_feature_wrap.reverse .top_feature_item_wrapper:nth-child(odd) .top_feature_num {
  position: absolute;
  left: auto;
  right: 10px;
}
.top_feature_wrap.reverse .top_feature_item_wrapper:nth-child(odd) .top_feature_box::before {
  right: auto;
  left: 0;
}

@media screen and (max-width: 640px) {
  .sec_top_feature.pattern02 .top_feature_item {
    flex-direction: column;
  }
  .sec_top_feature.pattern02 .top_feature_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    width: 100%;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
    margin: 0 auto 20px;
  }
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    text-align: center;
  }

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

}



/* 当院の特徴パターンC(背景に写真、その上にテキスト) */
.sec_top_feature.pattern03 h2 {
  margin-bottom: 60px;
}
.sec_top_feature.pattern03 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.sec_top_feature.pattern03 .top_feature_item {
  position: relative;
  width: 32%;
  margin-bottom: 24px;
}
.sec_top_feature.pattern03 .top_feature_img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec_top_feature.pattern03 .top_feature_img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_feature.pattern03 .top_feature_box {
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(58, 46, 46, 0.4);
}
.sec_top_feature.pattern03 .top_feature_num {
  margin-bottom: 20px;
  text-align: center;
}
.sec_top_feature.pattern03 .top_feature_num p {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: var(--main-color);
  padding: 10px;
  line-height: 1;
}
.sec_top_feature.pattern03 .top_feature_num p em {
  font-style: normal;
}
.sec_top_feature.pattern03 .btn01 {
  text-align: center;
  margin-top: auto;
}


@media screen and (max-width: 640px) {
  .sec_top_feature {
    padding: 60px 0 32px;
  }
  .sec_top_feature.pattern02 .top_feature_img::before {
    width: 89%;
  }
  .sec_top_feature.pattern02 .top_feature_item_wrapper {
    margin-bottom: 120px;
  }
  .sec_top_feature.pattern02 .top_feature_item_wrapper:last-child {
    margin-bottom: 50px;
  }
  
  .sec_top_feature.pattern02 .top_feature_num  {
    top: -57px;
  }
  .sec_top_feature.pattern02 .top_feature_num p em {
    font-size: 80px;
  }
  .top_feature_wrap.reverse .top_feature_item_wrapper:nth-child(odd) .top_feature_num {
    text-align: right;
  }
  .sec_top_feature.pattern02 .top_feature_box {
    height: auto;
    padding-bottom: 28px;
    margin-top: -50px;
    padding: 15px;
  }
  .sec_top_feature.pattern02 .top_feature_box h3 {
      font-size: 19px;
     margin-bottom: 14px;
  }
  .sec_top_feature.pattern02 .top_feature_box .btn01 {
    position: static;
    margin-top: 15px 20px;
  }
  .top_feature_text br {
    display: none;
  }

}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  padding: 143px 0 150px;
  text-align: center;

  position: relative;
}
.sec_top_medical::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/medical_bg.jpg);
  background-size: cover;
  content: "";
  opacity: 0.8;
  z-index: -2;
}
.sec_top_medical::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 6%;
  bottom: 0;
  width: 90%;
  height: 59%;
  background-color: rgba(255,255,255,0.2);
  content: "";
  margin: auto;
  z-index: -1;
  backdrop-filter: blur(5px);
  max-width: 1403px;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
}
.sec_top_medical h2,
.sec_top_medical .tit01_en {
  color: #fff;
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex{
  justify-content: center;
  gap: 0 2.125%;
  padding-top: 15px;
  padding-bottom: 87px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 18.3%;
  margin-bottom: 20px;
  position: relative;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 220px;
  background: url(../images/medical_item_bg.png) center no-repeat;
  border-radius: 100%;
  padding-top: 48%;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 170px;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  margin: 0 auto 7px;
  font-size: 22px;
  line-height: 1;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}
.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover .btn01 {
  background: var(--sub-color);
}


/* 診療案内パターンB(見出しを目立たせるタイプ) */
.sec_top_medical.pattern02 .sec_top_medical_flex {
  justify-content: flex-start;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item {
  width: 25%;
  margin-top: -1px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
  margin-left: -1px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  padding: 20px;
  height: 100%;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--sub-color);
  z-index: 2;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item h3 {
  margin: 0 auto 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item .images {
  margin-bottom: 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item p {
  margin-bottom: 20px;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item .btn01 {
  text-align: center;
  color: #fff;
  background: var(--main-color);
  padding: 5px 15px;
  margin: auto auto 0;
  transition: 0.2s;
}
.sec_top_medical.pattern02 .sec_top_medical_flex .item:hover .btn01 {
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .sec_top_medical.pattern02 .sec_top_medical_flex .item {
    width: 100%;
  }
  .sec_top_medical.pattern02 .sec_top_medical_flex .item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}


/* 診療案内パターンC(写真+テキストボタンタイプ) */
.sec_top_medical.pattern03 .sec_top_medical_flex{
  justify-content: center;
  gap: 0 32px;
}
.sec_top_medical.pattern03 .item {
  width: 18.3%;
  margin-bottom: 20px;
}
.sec_top_medical.pattern03 a {
  display: block;
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec_top_medical.pattern03 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: -1;
}
.sec_top_medical.pattern03 a:hover::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec_top_medical.pattern03 .item_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec_top_medical.pattern03 .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_top_medical.pattern03 h3 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec_top_medical p.top_medical_menu_en_title {
  display: block;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  font-family: "SnellRoundhand";
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .sec_top_medical {
    padding-top: 70px;
    padding-bottom: 10px;
  }
	.sec_top_medical::before {
		background: url(../images/medical_bg_sp.jpg);
	}
  .sec_top_medical::after {
    top: -6%;
    width: 96%;
    height: 91%;
  }
  .sec_top_medical .home_inner {
    width: 95%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 47%;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a {
    height: 44vw;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 19px;
  }
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
    height: 30vw;
    padding: 8px;
  }
  .sec_top_medical p.top_medical_menu_en_title {
    font-size: 12px;
    max-width: 70%;
    margin: 0 auto;
  }
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  padding-top: 145px;
  padding-bottom: 120px;
  text-align: center;
  background:url(../images/column_bg.jpg) top left no-repeat;
  position: relative;
}
.sec_top_column::before {
  position: absolute;
  right: 0;
  top: -102px;
  background: url(../images/reef05.png) top left no-repeat;
  width: 30%;
  max-width: 373px;
  height: 673px;
  content: "";
}
.column_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.2666%;
  padding-top: 14px;
}
.column_list_flex dl {
  width: 23.3%;
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  background-color: #faf6ec;
  padding-bottom: 24px;
}
.column_list_flex dt {
  display: flex;
  justify-content:center;
  align-items: center;
  background: var(--main-color);
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  height: 60px;;
  letter-spacing: 0.05em;
  font-size: 22px;
}
.column_list_flex dd {
  padding: 0 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.column_list_flex dd ul li {
  position: relative;
  line-height: 2;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.column_list_flex dd ul li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--text-color);
  padding: 14px 10px 7px;
  border-bottom: dashed 1px #553b30;
  width: 100%;
  text-align: left;
}
@media (hover: hover) {
  .column_list_flex dd ul li a:hover {
    color: var(--sub-color);
  }
}

@media screen and (max-width: 640px) {
  .sec_top_column {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .column_list_flex{
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }
  .column_list_flex dt {
    font-size: 19px;
  }
}

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

  *ループスライダー

==================================================================================================================================*/
.home_loopSlider {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .home_loopSlider img {
    width: 200px;
  }
}