@charset "utf-8";

/* CSS Document */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3e3a3a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
  /*background: url("../images/design01.png") no-repeat top center;*/
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #a4c677;
}

.anchor {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}

/*tel*/
[href^="tel"]:hover {
  cursor: default;
}

::selection {
  background-color: #99C1DA;
}

::-moz-selection {
  background-color: #99C1DA;
}

body,
#mainvisual .inner,
header,
footer {
  min-width: 1280px;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 80%;
    /*デフォルトの設定値のため、縮尺を確認しながら設定*/
  }

  .fixed {
    position: inherit !important;
    /*場合に応じてrelativeに変更*/
  }
}

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

	header

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

header {
  width: 100%;
  height: 144px;
  /* navのtopと同じ値にする */
}

header .inner {
  position: relative;
  width: 1280px;
  height: inherit;
  box-sizing: border-box;
  margin: auto;
  padding-top: 40px;
}

/* ロゴ */
header .header_logo {
  position: absolute;
  top: 39px;
  left: 49px;
}

header .header_logo,
header img {
  width: 290px;
  height: auto;
  z-index: 9999;
}


/* ご予約・お問合せ */
.header_tel {
  float: right;
  line-height: 1.4;
  background: url("../images/header_tel.png") no-repeat;
  background-size: contain;
  width: 250px;
  height: 56px;
  margin-top: 80px;
  margin-right: 5px
    /*10px*/
  ;
}

.header_tel a {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-left: 0;
  font-size: 19px;
  letter-spacing: 0.075em;
  color: #fff;
  font-family: "Kumoyaji", sans-serif;
}

.header_tel a {
  /*	pointer-events: none;*/
}

.header_mpcloud_links {
  display: flex;
  float: right;
  margin-left: 20px;
  width: 200px;
}

.header_mpcloud_links a {
  display: block;
  padding: 10px;
  min-width: 100px;
  background-color: #1F2774;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.header_mpcloud_links a:hover {
  background-color: rgba(31, 39, 116, 0.8);
}

.header_web {
  float: right;
  margin-top: 80px;
  margin-right: 48px;
}

.header_web a img {
  width: 212px;
  height: 57px;
}

/* インスタグラム  */
.header_insta {
  float: right;
  margin-top: 75px;
  margin-right: 10px;
}

.header_tiktok {
  float: right;
  margin-top: 75px;
  margin-right: 10px;
}

.header_tiktok img {
  width: 65px;
  height: auto;
}

.header_tiktok a {
  display: block;
}

.header_tiktok a:hover {
  opacity: 0.7;
}

.header_insta img {
  width: 65px;
  height: auto;
}

.header_insta a {
  display: block;
}

.header_insta a:hover {
  opacity: 0.7;
}

.header_line {
  float: right;
  margin-top: 77px;
  margin-right: 10px;
}

.header_line img {
  width: 60px;
  height: auto;
}

.header_line img:nth-child(2) {
  width: 80px;
  margin-left: 5px;
  height: auto;
}

.header_line a {
  display: block;
}

.header_line a:hover {
  opacity: 0.7;
}

.header_fukidashi {
  float: right;
  margin-top: 70px;
  margin-right: 20px;
}

.header_fukidashi img {
  width: 80px;
  height: auto;
}


/* 歯科医師・衛生士のための勉強会  */
.header_info {
  float: right;
  margin-top: 75px;
  margin-right: 20px;
}

.header_info a {
  display: block;
}

/*
.header_info a img {
	width: 270px;
	height: 57px;
}
*/
.header_info a img {
  width: auto;
  height: 60px;
}

.header_info a:hover {
  opacity: 0.7;
}

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

	nav

============================================================================*/
.pc_nav {
  height: 151px;
}

nav {
  position: relative;
  top: 0;
  width: 100%;
  height: 151px;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 9999;
}

nav ul {
  width: 1280px;
  height: inherit;
  margin: 0 auto;
  text-align: center;
}

nav li {
  display: inline-block;
  position: relative;
  height: inherit;
  width: fit-content;
}

nav li a {
  position: relative;
  display: table;
  /*padding: 71px 8px 0;*/
  padding: 71px 4px 0;
  vertical-align: middle;
  /*line-height: 1.6;*/
  /* 上下中央寄せのためにnavのheightと同じ値にする */
  line-height: 1.3;
  /* 上下中央寄せのためにnavのheightと同じ値にする */
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

nav li a::before {
  position: absolute;
  content: "";
  background: url("../images/icon_home.png") no-repeat;
  width: 27px;
  height: 24px;
  top: 34px;
  right: 0;
  left: 0;
  margin: auto;
}

nav li:nth-child(11) a::before {
  background: url("../images/icon_clinic.png") no-repeat;
  width: 19px;
  height: 29px;
}

nav li:nth-child(3) a::before {
  background: url("../images/icon_staff.png") no-repeat;
  width: 23px;
  height: 28px;
}

nav li:nth-child(4) a::before {
  background: url("../images/icon_feature.png") no-repeat;
  width: 32px;
  height: 28px;
}

nav li:nth-child(5) a::before {
  background: url("../images/icon_medical.png") no-repeat;
  width: 26px;
  height: 25px;
}

nav li:nth-child(6) a::before {
  background: url("../images/icon_first.png") no-repeat;
  width: 27px;
  height: 24px;
}

nav li:nth-child(7) a::before {
  background: url("../images/icon_pay.png") no-repeat;
  width: 27px;
  height: 24px;
}

nav li:nth-child(8) a::before {
  background: url("../images/icon_price.png") no-repeat;
  width: 30px;
}

nav li:nth-child(9) a::before {
  background: url("../images/icon_case.png") no-repeat;
  width: 27px;
  height: 24px;
}

nav li:nth-child(10) a::before {
  background: url("../images/icon_hospital.png") no-repeat;
  width: 27px;
  height: 25px;
}

nav li:nth-child(2) a::before {
  background: url("../images/icon_location.png") no-repeat;
  width: 22px;
  height: 28px;
}

nav li:nth-child(12) a::before {
  background: url(../images/icon_blog_blue.png) no-repeat;
  width: 26px;
  height: 27px;
}

nav li a:hover,
nav li.active2 a {}

nav li a span.en {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #a4c677;
  text-align: center;
  font-family: bernhard-gothic-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 5px;
}

/* 間のボーダー */
nav li a::after {
  content: "";
  position: absolute;
  left: -1px;
  width: 1px;
  height: 70px;
  top: 30px;
  bottom: 0;
  margin: auto;
  background: url("../images/nav_line.png") no-repeat;
}

nav li:last-child::before {
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  height: 70px;
  top: 10px;
  bottom: 0;
  margin: auto;
  background: url("../images/nav_line.png") no-repeat;
}

nav ul li:last-child {
  display: none;
}

/* ホバーで出てくるメニュー */

nav ul li div {
  position: absolute;
  display: none;
  width: 150%;
  top: 100%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);

}

nav ul li div a {
  display: block;
  position: relative;
  padding: 13px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.4;
  text-align: left;
  font-size: 13px;
}

nav ul li div a::after,
nav ul li div a::before {
  display: none;
}

nav ul li div a:hover {
  background-color: #F0F0F0;
}


/* 矢印 */
.nav_arrow {}

.nav_arrow img {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease-in-out;
}

nav ul li div a:hover .nav_arrow img {
  right: 3%;
}

/* スクロールで追加されるクラス */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.fixed ul li:last-child {
  display: inline-block;
}

.fixed ul li:last-child a {
  padding: 39px 20px 0;
}

.fixed ul li:last-child a::before {
  display: none;
}

.fixed ul li:last-child::before {
  top: -12px;
}

.fixed ul li:last-child a::after {
  top: 46px;
}

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

	#mainvisual

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

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
.main_wrap {
  position: relative;
}

.header_mainvisual {
  position: relative;
  background-image: url(../images/mainvisual_slide1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

#mainvisual {
  display: block;
  position: relative;
  height: 240px;
}

#mainvisual .inner {
  display: table;
  position: relative;
  height: inherit;
  width: 1080px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#mainvisual p.headline {
  position: relative;
}

/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  top: 50px;
  left: 60px;
  right: 0;
  margin: auto;
  width: 100px;
}

.mainvisual_catch p.headline {
  margin-bottom: 20px;
  line-height: 42px;
  color: #1F2774;
  font-size: 27px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.mainvisual_catch p {
  display: block;
  letter-spacing: 0.08em;
  font-size: 18.2px;
}

.mainvisual_open {
  position: relative;
  top: 378px;
  left: 49px;
  width: 276px;
}

.mainvisual_open img {
  width: 100%;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.mainvisual_headline p.headline {
  font-size: 30px;
  color: #75b1da;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mainvisual_headline p {
  font-size: 15px;
  color: #75b1da;
  font-family: gautreaux, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after {
  position: relative;
  content: "-";
}

.mainvisual_headline p::before {
  left: -0.5em;
}

.mainvisual_headline p::after {
  right: -0.5em;
}

/* 背景変更用 */
#mainvisual.bg01 {
  background-image: url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: cover;
}

#mainvisual.bg02 {
  background-image: url(../images/main_bg02.png);
  background-position: center 0%;
  background-size: cover;

}

#mainvisual.bg03 {
  background-image: url(../images/main_bg03.png);
  background-position: center 0%;
  background-size: cover;
}

#mainvisual.bg04 {
  background-image: url(../images/main_bg04.png);
  background-position: center 0%;
  background-size: auto;
}

#mainvisual.bg05 {
  background-image: url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}






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

	#contents

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

main {
  display: block;
}

#container {}

#contents {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

#contents::after {
  display: block;
  clear: both;
  content: "";
}



#contents_left {
  float: left;
  width: 880px;
}

#contents_right {
  float: right;
  width: 280px;
  font-size: 15px;
  line-height: 1.6;
}

.right_medical ul li {
  padding-left: 16px;

}

.right_medical ul li a {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;

}

.right_medical h3 {
  text-align: center;
}

.right_medical h3 a {
  display: block;
  padding: 12px 0;
  background-color: #b9a487;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  transition: 0.1s ease-in-out;
  border-radius: 10px 10px 0 0;
}

.right_medical h3 a:hover {
  background-color: #e0d6ce;
  color: #b9a487;
}

.right_medical ul {
  padding: 10px;
  background: url(../images/news_bg.png) repeat;
}

.right_medical li a {
  display: block;
  padding: 10px 0;
}

.right_medical li:last-child {
  margin-bottom: 0;
}

.right_medical img {
  width: 100%;
}

.top_slide {
  /*padding-top: 44px;*/
  padding: 64px 0 44px;
}

.top_slide li {
  margin-right: 30px;
}

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

	$footer

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

footer {
  position: relative;
  width: 100%;

}


/* フッターの医院概要 */
.footer_info {
  position: relative;

}

.footer_info .inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 55px 0 56px;
}

.footer_left {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding-left: 53px;
  padding-top:
    /*63px*/
    25px;
  padding-right: 87px;
}

.footer_right {
  position: relative;
  width: 50%;
  padding-top: 27px;
  box-sizing: border-box;
}

.footer_info_overview {}

.footer_info_overview_logo {
  width: 423px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.footer_btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 28px;
}

.footer_btn_flex a:nth-child(1) {
  pointer-events: none;
  display: block;
  background: url("../images/footer_tel.png") no-repeat;
  width: 260px;
  height: 63px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 23px;
  font-family: "Kumoyaji", sans-serif;
}

.footer_ad_medical {
  padding-top: 23px;
}

.footer_ad_medical li {
  position: relative;
  padding-left: 29px;
  padding-bottom: 21px;
  font-size: 14px;
  letter-spacing: 0.075em;
  color: #444444;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.footer_ad_medical li::before {
  position: absolute;
  content: "";
  background: url("../images/icon_access.png") no-repeat;
  width: 12px;
  height: 16px;
  left: 0;
  top: 2px;
}

.footer_ad_medical li:nth-child(2)::before {
  background: url("../images/icon_footer_medical.png") no-repeat;
  width: 13px;
  height: 15px;
  left: 0;
  top: 2px;
}

.footer_access {
  margin-top: 12px;
  padding: 18px;
  text-align: center;
  line-height: 2.0;
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: #e9edf4;
  border-radius: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}



/* 診療時間（医院案内、アクセス共通） */
.footer_info_sche {
  width: 526px;
  font-size: 14px;
  margin-top: 14px;
}

.footer_info_sche .tb01 td,
.footer_info_sche .tb01 th {
  border-bottom: 1px solid #ccc;
}

.footer_info_sche .tb01 tr:first-child td,
.footer_info_sche .tb01 tr:first-child th {
  border-top: 1px solid #ccc;
}

.footer_info_sche .main_arrow {
  display: none;
}

.mainvisual_time .footer_arrow {
  display: none;
}

.schedule table {
  width: 100%;
}

.schedule table tr:first-child td {
  font-weight: bold;
  color: #fff;
}

.schedule p {
  margin-left: 22px;
  margin-bottom: 2px;
}

.schedule p strong {
  color: #fff;
}

.schedule p:last-child {
  margin-bottom: 0;
}

.schedule_note {
  /*	margin-left:22px;*/
}

.schedule_note .small {
  font-size: 13px;
  margin-top: 5px;
}

.schedule_note li {
  display: block;
  margin-right: 8px;
  color: #fff;
  text-align: right;
}

#contents.clinic .schedule_note li {
  color: #3e3a3a;
}

.footer_info_sche .tb01 th {
  color: #333;
  text-align: center;
  padding: 16px 15px 16px 9px;
}

.footer_info_sche .schedule table tr:first-child td {
  font-weight: bold;
  color: #333;
}

.footer_info_sche .tb01 td {
  padding: 16px 13px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: rgba(248, 186, 66, 1.00);
}

.footer_info_sche .schedule_note li {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

/* メインタイム */
.mainvisual_time {
  position: absolute;
  width: 510px;
  height: 290px;
  top: 400px;
  right: 48px;
  padding: 15px 18px;
  box-sizing: border-box;
  background-color: rgba(156, 129, 91, 0.9);
  border-radius: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.mainvisual_time .tb01 tr:last-child th,
.mainvisual_time .tb01 tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}

/* ドクターズファイルのバナー */
.mainvisual_info {
  position: absolute;
  top:
    /*75px*/
    230px;
  right: 48px;
  width: 280px
    /*250px*/
  ;
  height: 50px;
  content: "";
}

.mainvisual_info img {
  width: 100%;
}

.mainvisual_info p {
  margin-bottom: 10px;
}


.bnr_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.bnr_box p {
  margin-right: 10px;
}

/* フッターのナビ */

.footer_navi {}

.footer_navi .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

.footer_navi ul {}

.footer_navi ul {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

.footer_navi ul {
  width: 1080px;
  height: inherit;
  margin: 0 auto;
  text-align: center;
}

.footer_navi ul li {
  display: inline-table;
  position: relative;
  height: inherit;
}

.footer_navi ul li a {
  display: table-cell;
  padding: 0 29px;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.footer_navi ul li a:hover,
.footer_navi ul li.active2 a {
  color: #1F2774;
}

.footer_navi ul li a span {
  position: relative;
  padding: 0 5px;
}

/* 間のボーダー */
.footer_navi ul li a::after {
  content: "";
  position: absolute;
  left: -1px;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px dotted #ababab;
  font-weight: 100;
  color: #666;
  font-size: 13px;
}

.footer_navi ul li:first-child a::after {
  display: none;
}

/* ホバーのボーダー */
.footer_navi ul li a span::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #3D4AA5;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  content: "";
  z-index: 1;
}

.footer_navi ul li a:hover span::before,
.footer_navi ul li.active2 a span::before {
  transform: scaleX(1);
}

/* ページトップ */
.pagetop,
.pagetop img {
  width: 50px;
  height: 25px;
}

.pagetop {
  position: relative;
  margin: 20px auto 20px;
  text-align: center;
  cursor: pointer;

}

.pagetop img {
  display: inline-block;
  position: relative;
  top: 0;
  transition: 0.5s ease-in-out;
}

.pagetop:hover img {
  top: -5px;
  padding-bottom: 5px;
  transform: rotateY(180deg);
}

/* コピーライト */
.copy {
  margin-bottom: 45px;
  text-align: center;
}

.copy small {
  font-size: 15px;
  letter-spacing: 0.075em;
  color: #b5bdd2;
  font-family: bernhard-gothic-urw, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.img_casebox {
  background-color: #f4efe9;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
}

.img_flexbox {
  margin-bottom: 50px;
}

.flex_last {
  margin-bottom: 0;
}

.img_flex {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}

.case_point .point_box {
  margin-bottom: 10px;
}

/*
.ceramic_flex .img_flex:last-child img{
	margin-top: 50px;
}
*/
.img_flex p img {
  margin-bottom: 10px;
}

.img_flex p span {
  text-align: center;
  font-weight: bold;
}

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

	タイトル

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

h1 {
  font-size: 13px;
  position: absolute;
  top: 36px;
  right: 55px;
  margin: auto !important;
  color: #333333;
  letter-spacing: 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}


/*中央寄せ　背景画像あり*/
.tit01 {
  position: relative;
  margin-bottom: 30px;
  padding: 14px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #1F2774;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.tit01 i {
  margin-right: 7px;
}

.tit01::before {
  position: absolute;
  width: 200px;
  height: 62px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/tit01_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  content: "";
}

.tit01 span {
  display: inline-block;
  position: relative;
  letter-spacing: 2.5px;
  color: #C0AB9A;
  font-size: 14.5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  z-index: 2;
}

.tit01 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}

/* 左寄せ　背景画像あり */
.tit02 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  border-bottom: solid 1px #70bbed;
  padding-left: 38px;
}

.tit02::before {
  position: absolute;
  width: 25px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/tit02_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  content: "";
}

.tit02 i {
  margin-right: 7px;
}

.tit02 span {
  display: inline-block;
  position: relative;
  letter-spacing: 2.5px;
  color: #C0AB9A;
  font-size: 14.5px;
  font-family: bernhard-gothic-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 2;
}

.tit02 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}

/*左寄せ*/
.tit03 {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #333333;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}

.tit03 i {
  margin-right: 7px;
}

.tit03 span {
  display: inline-block;
  position: relative;
  letter-spacing: 2.5px;
  color: #C0AB9A;
  font-size: 14.5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

.tit03 span::before {
  margin-left: 15px;
  margin-right: 15px;
  content: "/";
}



/*左寄せ*/
.tit04 {
  position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-size: 16px;
  font-weight: bold;
}





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

	共通

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

/*院長略歴*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}

.list01 dt {
  margin: 0;
  padding: 14px 3px 0px;
}

.list01 dd {
  margin: -38px 0 0;
  padding: 12px 4px 10px 100px;
  border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
  margin: 0 0 15px;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0 0px 0px;
  padding: 6px 4px 6px 0;
  border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03 {}

.list03 li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.list03 li:last-child {
  margin-bottom: 0;
}

.list03 li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #a4c677;
  border: 1px solid #a4c677;
  border-radius: 100%;
  content: '';
}

.list03 li i {
  margin-right: 8px;
}

/*さんかく*/
.list04 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  color: #223a70;
}

.list04 li:before {
  position: absolute;
  top: 0.5em;
  left: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #4A577F;
  content: "";
}

/*やじるし*/
.list05 li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 15px;
}

.list05 li:before {

  position: absolute;
  left: 0;
  top: 0.3em;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}

/* まる & 背景 */
.list06 {
  padding: 35px 15px 25px 45px;
  background-color: #f7f7f7;
}

.list06:after {
  display: block;
  clear: both;
  content: "";
}

.list06 li {
  position: relative;
  float: left;
  margin-bottom: 15px;
  padding-left: 0.9em;
  padding-right: 5%;

}

.list06 li:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #DAC58B;
  border: 1px solid #DAC58B;
  border-radius: 100%;
}

/*まる & 枠 */
.list07 {
  border: 3px solid #eee;
  padding: 30px;
  font-size: 14.5px;
}

.list07 li {
  padding-left: 0.9em;
  margin-bottom: 10px;
  position: relative;
}

.list07 li:last-child {
  margin-bottom: 0;
}

.list07 li:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #a4c677;
  border: 1px solid #a4c677;
  border-radius: 100%;
}

.list07 li i {
  margin-right: 8px;
}

/*チェック*/
.list08 {
  margin-bottom: 30px;
  padding: 35px 10px 20px 45px;
  background-color: #f4efe9;
}

.list08:after {
  display: block;
  clear: both;
  content: "";
}

.list08 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}

.list08 li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  content: '';
}

.list10 {
  padding: 15px 0;
  counter-reset: section;
}

.list10 li {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: #a4c677 1px dashed;
}

.list10 li::before {
  display: inline;
  counter-increment: section;
  content: counter(section);
  font-size: 106%;
  font-weight: 700;
  color: #fff;
  background-color: #a4c677;
  border-radius: 20px;
  padding: 2px 11px;
  margin-right: 10px;
}

/* 丸ドット＋破線区切り */
.list11 {
  margin: 0;
  padding: 0;
}

.list11 li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px dashed #dfc9af;
  position: relative;
  line-height: 1.8;
}

.list11 li:last-child {
  border-bottom: none;
}

.list11 li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #a4c677;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

/*ボタン ゴースト*/
.btn01 {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}

.btn01 a {
  display: inline-block;
  position: relative;
  padding: 16px 60px 16px 40px;
  line-height: 1;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  transition: ease-in-out 0.1s;
  border-radius: 50px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}


.btn01 a::after {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 30px;
  width: 9px;
  height: 9px;
  background: url(../images/icon_arrow_white.png) no-repeat;
  transition: 0.2s ease-in-out;
  content: "";
}

.btn01 a:hover::after {
  top: 18px;
  right: 25px;
}

.btn01_arrow {
  position: relative;
  left: 0px;
  margin-right: 14px;
  transition: 0.2s ease-in, 0.22s ease-out;
}

.btn01_arrow img {
  opacity: 1 !important;
}

.btn01_arrow,
.btn01_arrow img {
  width: 18px;
  height: 13px;
}

.btn01 a:hover .btn01_arrow {
  left: 4px;
}


/*ボタン 白抜き*/
.btn02 {}

.btn02 a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #00408f;
  color: #00408f;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}

.btn02 a i {
  margin-right: 7px;
}

.btn02 a:hover {
  background-color: #00408f;
  color: #fff;
}


.btn03 a {
  display: inline-block;
  position: relative;
  padding: 16px 50px;
  line-height: 1;
  border: 2px solid #8fabcb;
  text-align: center;
  color: #8fabcb;
  font-size: 15px;
  letter-spacing: 0;
  transition: ease-in-out 0.1s;
  border-radius: 50px;
}

/* 光るボタン（料金表誘導用） */
.btn04 {
  text-align: center;
  margin-top: 20px;
}

.btn04 a {
  display: inline-block;
  position: relative;
  padding: 18px 60px;
  line-height: 1;
  background-color: #a4c677;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 50px;
  transition: ease-in-out 0.2s;
  overflow: hidden;
}

.btn04 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: btn04_shimmer 2.5s ease-in-out infinite;
}

@keyframes btn04_shimmer {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.btn04 a:hover {
  opacity: 0.85;
}

/* /追加: btn04 */


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 0 !important;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  height: auto;
}

/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1F2774;
  text-align: left;
}







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

	アンカーリンンク

==================================================================*/
/* 2個並び */
.ank02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ank02 li {
  width: 48%;
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.ank02 li a {
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px;
  border: 1px solid #00408f;
  font-weight: bold;
  font-size: 13px;
  color: #00408f;
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

.ank02 li a:hover {
  background-color: #00408f;
  color: #fff;
}

.ank02 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

/* 3個並び */
.ank03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ank03 li {
  width: 30%;
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.ank03 li a {
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px;
  border: 1px solid #00408f;
  font-weight: bold;
  font-size: 13px;
  color: #00408f;
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

.ank03 li a:hover {
  background-color: #00408f;
  color: #fff;
}

.ank03 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}


/* 4個並び */
.ank04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ank04 li {
  width: 23%;
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.ank04 li a {
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px;
  border: 1px solid #00408f;
  font-weight: bold;
  font-size: 13px;
  color: #00408f;
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

.ank04 li a:hover {
  background-color: #00408f;
  color: #fff;
}

.ank04 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

div[id^="link"] {
  margin-top: -150px;
  padding-top: 150px;
}

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

	.layout

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

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01 {
  position: relative;
  margin: 0 0 15px;
}

.layout01:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout01 dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.layout01 dl:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout01 dt {
  width: 30%;
  background-color: #f4efe9;
  letter-spacing: 0.1em;
  color: #333333;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}

/* 数字 */
.layout01 dt em {
  display: block;
  width: 100%;
  line-height: 1;
  font-family: bernhard-gothic-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 150%;
  color: #a4c677;
}

.layout01 dt span {
  font-size: 75%;
}

.layout01 dd {
  width: 70%;
  box-sizing: border-box;
  padding: 3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.layout02::after {
  display: block;
  clear: both;
  content: "";
}

.layout02 dl {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 4%;
  background-color: #f7f7f7;
}

.layout02 dl:nth-child(even) {
  margin-right: 0;
}

.layout02 dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #1F2774;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}

.layout03 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f4efe9;
  padding: 2%;
}

.layout03 dt {
  width: 45%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.layout03 dt img {
  width: 100%;
  height: auto;
}

.layout03 dd {
  width: 73%;
  padding: 1% 3%;
}

.layout03 dd h3,
.layout03 dd h4,
.layout03 dd h5 {
  color: #333333;
  font-size: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
}

.layout03 dd h3 em,
.layout03 dd h4 em,
.layout03 dd h5 em {
  margin-right: 10px;
  color: #a4c677;
  font-family: bernhard-gothic-urw, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04 {
  margin: 0 0 15px;
}

.layout04 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f4efe9;
  padding: 2%;
}

.layout04 dt {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}

.layout04 dt img {
  width: 100%;
}

.layout04 dd {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}

.layout04 dd h3,
.layout04 dd h4,
.layout04 dd h5 {
  color: #333333;
  font-size: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
}

.layout04 dd h3 span,
.layout04 dd h4 span,
.layout04 dd h5 span {
  margin-right: 10px;
  color: #a4c677;
  font-family: bernhard-gothic-urw, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
}

/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}

.layout05 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f4efe9;
  padding: 2%;
}

.layout05 dt {
  padding: 2%;
  width: 25%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.layout05 dt img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}

.layout05 dd {
  padding: 1% 3%;
  vertical-align: top;
}

.layout05 dd:nth-child(2) {
  width: 40%;
}

.layout05 dd:nth-child(3) {
  width: 40%;
  border-left: 1px solid #e2e2e2;
}

.layout05 dd h3,
.layout05 dd h4,
.layout05 dd h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 5px;
}

.layout05 dd h3 em,
.layout05 dd h4 em,
.layout05 dd h5 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05_text1 {}

.layout05_text1 ul {
  margin-bottom: 15px;
}

.layout05 ul.list03 li {
  margin: 0;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}

.layout06 dl {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}

.layout06 dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout06 dl:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout06 dt {
  width: 30%;
  padding: 0 3%;
  background-color: #f4efe9;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  color: #333333;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 18px;
}

.layout06 dl:last-of-type {
  padding: 0;
}

/* 数字 */
.layout06 dt em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: bernhard-gothic-urw, sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-weight: 500;
  color: #a4c677;
}

.layout06 dd {
  padding: 2% 3%;
  vertical-align: top;
}

.layout06 dd:nth-child(2) {
  width: 35%;
}

.layout06 dd:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}

.layout06 dd h3,
.layout06 dd h4,
.layout06 dd h5 {
  font-size: 100%;
  margin: 0 0 5px;
}

.layout06_text1 {}

.layout06_text1 ul {}

.layout06_text1 ul li span {}


/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.layout07::after {
  display: block;
  clear: both;
  content: "";
}

.layout07 dl {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.layout07 dl:nth-child(3n) {
  margin-right: 0;
}

.layout07 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout07 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}

.layout07 dl dd {
  line-height: 1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.layout08 dl {
  position: relative;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.layout08 dl:nth-child(3n) {
  margin-right: 0;
}

.layout08 dl::before {
  position: absolute;
  right: -17px;
  top: 0;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #1F2774;
  border-right: 2px solid #1F2774;
  content: "";
  bottom: 0;
  margin: auto;
}

.layout08 dl:nth-child(3n)::before {
  display: none;
}

.layout08 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout08 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}

.layout08 dl dd {
  line-height: 1.5;
}


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

	table

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

/*フッターの診療時間*/
.tb01 {
  margin-bottom: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.tb01 td,
.tb01 th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}

.tb01 th {
  padding: 16px 19px 16px 12px;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.tb01 td {
  padding: 16px 13px;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
}

.tb01 th img {
  vertical-align: middle;
  padding: 0 10px;
}

.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}

.tb02 tr:first-of-type {
  /*background: #f7f7f7;*/
}

.tb02 th {
  font-weight: bold;
  width: 26%;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.tb02 td {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}



/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #e2e2e2;
}

.tb03 td,
.tb03 th {
  padding: 8px 20px;
}

.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: #f4efe9;
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #ffffff;
  /* text-align: center;*/
}




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

	box

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

.box1 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.box2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.text {
  position: relative;
  margin-bottom: 50px;
}

.text p {
  margin-bottom: 1em;
}

.text.price {
  width: 90%;
  margin: 0 auto 100px;
}

.medical .text {
  margin-bottom: 80px;
}

.access .text {
  margin-bottom: 80px;
}

.top {
  margin-top: 100px;
}

.medical .text {
  margin-bottom: 50px;
}

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

	.top_doctor

==================================================================*/
.top_doctor {
  position: relative;
  padding-top: 90px;
  /*padding-bottom: 98px;*/
  background: url(../images/greeting_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.top_doctor .h2_tit::before {
  background: url(../images/icon_greeting.png) no-repeat;
  width: 22px;
  height: 26px;
}

.top_doctor .h2_tit p {
  color: #fff;
}

.doctor_flex_bg {
  position: relative;
  margin-top: 30px;
  padding-bottom: 78px;
  background: url(../images/greeting_bg_02.png) no-repeat;
  background-size: cover;
}

.doctor_flex_bg-m05 {
  width: 100%;
}

.doctor_flex_bg-m05 .doctor_flex {
  width: 120%;
  padding-top: 0;
}

.doctor_flex_bg-m05 .doctor_flex .text {
  background: #f4f3f2;
  font-size: 14px;
  padding-left: 1%;
  padding-right: 10px;
}

.doctor_flex_bg-m05 .doctor_flex .text .doctor_text {
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
}




.doctor_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 110px;
  width: 1280px;
  margin: 0 auto;
}

.doctor_flex .text {
  position: relative;
  width: 56.5%;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #333333;
}

.doctor-text-box {
  padding-top: 10px;
  padding-bottom: 30px;
}

.doctor_text {
  padding-top: 25px;
  line-height: 2.5;
  padding-bottom: 42px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.doctor_flex .sub_tit {
  font-size: 21px;
  letter-spacing: 0.075em;
  color: #7e6043;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.doctor_flex .sub_tit .en {
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  color: #bcaa99;
  padding-left: 72px;
  font-family: gautreaux, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.doctor_flex .sub_tit .en::before {
  position: absolute;
  content: "／";
  color: #bcaa99;
  left: 30px;
  top: -2px;
}

.doctor_name {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.doctor_name span {
  padding-left: 55px;
}

.doctor_schedule {
  width: 600px;
  margin: 0 auto;
}

.top_doctor_img {
  width: 39%;
}

.top_doctor_img p img {
  width: 397px;
  height: auto;
}

.top_doctor_img p {
  color: #1F2774;
  line-height: 1.4;
  font-weight: bold;
}

.top_doctor_img p span {
  font-size: 30px;
}

.top_doctor .btn01 {
  position: absolute;
  top: 402px;
  left: 490px;
}

.top_doctor .btn01 a {
  border: 2px solid #ba9e7b;
  color: #ba9e7b;
  padding: 20px 78px 20px 70px;
  font-size: 16px;
  letter-spacing: 0;
}

.top_doctor .btn01 a::after {
  background: url(../images/icon_arrow_brown.png) no-repeat;
  top: 23px;
  right: 55px;
}

.top_doctor .btn01 a:hover::after {
  right: 50px;
}

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

	.top_medical

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

.top_medical {
  position: relative;
  padding-top: 126px;
  padding-bottom: 141px;
  background: url(../images/medical_bg.png) no-repeat;
  background-size: cover;
}

.top_medical .h2_tit p {
  color: #8fabcb;
}

.top_medical .h2_tit::before {
  background: url(../images/icon_medical_02.png) no-repeat;
  width: 22px;
  height: 26px;
  top: -30px;
}

.top_medical_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.top_medical_list a {
  display: block;
  width: 23.5%;
  margin-bottom: 20px;
  text-align: center;
}

/*.top_medical_list a:nth-child(5),.top_medical_list a:nth-child(6),.top_medical_list a:nth-child(7){
    margin-top: 45px;
}*/
.top_medical_list a img {
  width: 100%;
  height: auto;
}

.top_medical_list dl {
  width: 100%;
}

.top_medical_list dl dt {
  margin-bottom: 7px;
}

.top_medical_list dl dd:nth-child(2) {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
  padding-top: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.top_medical_list dl dd:nth-child(3) {
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #666666;
  text-align: center;
  padding-top: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.top_medical_list .btn01 {
  padding-top: 10px;
}

.top_medical_list .btn01 span {
  display: inline-block;
  position: relative;
  padding: 16px 60px 16px 40px;
  line-height: 1;
  border: 2px solid #8fabcb;
  text-align: center;
  color: #8fabcb;
  font-size: 15px;
  letter-spacing: 0;
  transition: ease-in-out 0.1s;
  border-radius: 50px;
}

.top_medical_list .btn01 span::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_blue.png) no-repeat;
  width: 9px;
  height: 9px;
  top: 20px;
  right: 32px;
}

.top_medical_list .btn01 span:hover::after {
  right: 28px;
}

.top_medical_list2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.top_medical_list2 a {
  display: block;
  width: 23.5%;
  margin-bottom: 20px;
  text-align: center;
}

.top_medical_list2 a:first-child {
  margin-right: 25px;
}

.top_medical_list2 a:nth-child(2) {
  margin-right: 25px;
}

.top_medical_list2 a img {
  width: 100%;
  height: auto;
}

.top_medical_list2 dl {
  width: 100%;
}

.top_medical_list2 dl dt {
  margin-bottom: 7px;
}

.top_medical_list2 dl dd:nth-child(2) {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
  padding-top: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.top_medical_list2 dl dd:nth-child(3) {
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #666666;
  text-align: center;
  padding-top: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.top_medical_list2 .btn01 {
  padding-top: 10px;
}

.top_medical_list2 .btn01 span {
  display: inline-block;
  position: relative;
  padding: 16px 60px 16px 40px;
  line-height: 1;
  border: 2px solid #8fabcb;
  text-align: center;
  color: #8fabcb;
  font-size: 15px;
  letter-spacing: 0;
  transition: ease-in-out 0.1s;
  border-radius: 50px;
}

.top_medical_list2 .btn01 span::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_blue.png) no-repeat;
  width: 9px;
  height: 9px;
  top: 20px;
  right: 32px;
}

.top_medical_list2 .btn01 span:hover::after {
  right: 28px;
}

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

	.top_medical2

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

.top_medical2 {}

.top_medical2 .text p {
  text-align: center;
}

.top_medical2_list {}

.top_medical2_list a {
  display: block;
  float: left;
  width: 120px;
  margin-right: 17.14px;
  margin-bottom: 20px;
  text-align: center;
}

.top_medical2_list a:last-child {
  margin-right: 0;
}

.top_medical2_list dl {
  width: 100%;
}

.top_medical2_list dl dt {
  margin-bottom: 7px;
}

.top_medical2_list img {
  width: 100%;
  height: auto;
}

.top_medical2_list dl dd {
  font-weight: bold;
}



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

	.top_medical3

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

.top_medical3 {}

.top_medical3 .text p {
  text-align: center;
}

.top_medical3_list {}

.top_medical3_list li {
  float: left;
  width: 120px;
  margin-right: 17.14px;
  margin-bottom: 20px;
  text-align: center;
}

.top_medical3_list li:last-child {
  margin-right: 0;
}

.top_medical3_list a {}

.top_medical3_list img {
  width: 100%;
  height: auto;
}







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

	.top_medical4

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

.top_medical4 {
  padding-top: 80px;
}

.top_medical4_list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_medical4_list dl {
  position: relative;
  width: 270px;
  text-align: center;
  margin-bottom: 30px;
}

.top_medical4_list a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.top_medical4_list dt img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

/* .top_medical4_list dd {}

.top_medical4_list h3 {}

.top_medical4_list p {} */

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

	$link

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

.partner_link_area {
  display: flex;
  justify-content: space-around;
}

.partner_link_area01 {
  display: grid;
  /* 3列に均等分割（1fr を3つ） */
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 10px;
}

.partner_link_area01 li {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}

.partner_link_area01 li:nth-child(4) {
  grid-column: 1 / 2;
}

.partner_link_area01 li img {
  width: 100%;
  height: auto;
}

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

	$doctor

==================================================================*/
.doctor_inner {
  background-size: auto;
  background-size: cover;
  margin: 0 calc(49.3% - 50vw);
  width: 100vw;
}

#doctor .tit02 {
  margin-top: 0;

}

#doctor .tit02::before {
  z-index: 0;
}

.doctor_carr {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.doctor_carr01 {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 125%;
}

.doctor_carr h4.tit01 {
  margin-bottom: 7px;
}

.doctor_carr_sec1 {
  width: 40%;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #f4f3f2;
  font-size: 14px;
}

.doctor_carr_sec1:last-child {
  margin-right: 0;
}

.doctor_carr .tb02 td,
.doctor_carr .tb02 th {
  font-size: 14px;
}

.doctor_carr_sec1 table {
  width: 100%;
}

.doctor_carr_sec1 .tb02 td {
  text-align: left;
}

.staff_flex .carr_sec2 {
  width: 92%;
}

.staff_inner {
  background-size: auto;
  background-size: cover;
  margin: 100px calc(49.3% - 50vw);
  width: 100vw;
}

.top_staff {
  position: relative;
  padding-top: 90px;
  padding-bottom: 98px;
  background: url(../images/staff_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.top_staff2 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 98px;
  background: url(../images/greeting_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.top_staff .h2_tit::before {
  background: url("../images/icon_inner_staff.png") no-repeat;
  width: 23px;
  height: 26px;
}

.top_staff2 .h2_tit::before {
  background: url("../images/icon_inner_staff.png") no-repeat;
  width: 23px;
  height: 26px;
}

.top_staff .h2_tit p {
  color: #fff;
}

.top_staff2 .h2_tit p {
  color: #fff;
}

.staff_flex_bg {
  position: relative;
  padding-bottom: 78px;
  background: url(../images/greeting_bg_02.png) no-repeat;
  background-size: cover;
}

.staff_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 110px;
  width: 1280px;
  margin: 0 auto;
}

.staff_flex .text {
  position: relative;
  width: 50%;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #333333;
}

.staff_text {
  padding-top: 25px;
  line-height: 2.5;
  padding-bottom: 42px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.staff_flex .sub_tit {
  font-size: 21px;
  letter-spacing: 0.075em;
  color: #7e6043;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.staff_flex .sub_tit .en {
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  color: #bcaa99;
  padding-left: 72px;
  font-family: gautreaux, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.staff_flex .sub_tit .en::before {
  position: absolute;
  content: "／";
  color: #bcaa99;
  left: 30px;
  top: -2px;
}

.staff_name {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.075em;
  color: #333333 !important;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500 !important;
  ;
  font-style: normal;
  text-align: center;
}

.staff_name span {
  padding-left: 55px;
}

.staff_doctor_img {
  width: 39%;
}

.staff_doctor_img p img {
  width: 397px;
  height: auto;
}

.top_staff_img p {
  color: #1F2774;
  line-height: 1.4;
  font-weight: bold;
}

.top_staff_img p span {
  font-size: 30px;
}

.order_1 {
  order: 2;
}

.order_1 .staff_name {
  text-align: left;
}

.order_2 {
  order: 1;
}

.staff_all_img {
  margin-top: 120px;
  text-align: center;
}

.staff_all_img img {
  width: 45%;
}

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

	.newsとblog

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

.top_news {
  position: relative;
  padding-top: 89px;
  padding-bottom: 110px;
  background: url(../images/news_bg.png) no-repeat;
  background-size: cover;
}

.top_news .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1230px;
  margin: 0 auto;
}

.news_box {
  width: 715px;
  margin: 0 auto;
  border: solid 1px #8fabcb;
  padding: 20px 0;
  margin-bottom: 75px;
  border-radius: 20px;
  background-color: #8fabcb;
}

.news_box dl {
  color: #fff;
}

.news_box dl dt {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
}

.news_box dl dd {
  font-size: 17px;
  text-align: center;
}

.news_left {
  width: 24%;
  background-color: #b9a487;
  border-radius: 20px;
  padding-bottom: 46px;
}

.news_left h2 {
  position: relative;
  font-size: 22px;
  text-align: center;
  padding-top: 90px;
  color: #fff;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.news_left h2::before {
  position: absolute;
  content: "";
  background: url(../images/icon_news.png) no-repeat;
  width: 29px;
  height: 21px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}

.news_left h2#h2_blog::before {
  background: url(../images/icon_blog.png) no-repeat;
  width: 37px;
  height: 38px;
}

.top_news .btn01 {
  text-align: center;
  padding-top: 5px;
}

.top_news_flame {
  width: 73%;
  background-color: #fff;
  border-radius: 20px;
  padding: 36px 52px 0;
  box-sizing: border-box;
}

.news_text {}

.news_text p {
  margin-bottom: 10px;
}

.top_blog {
  margin-bottom: 100px;
}

.top_blog .h2_tit p {
  color: #ba9e7b;
}

.top_blog .h2_tit::before {
  background: url(../images/icon_blog_light-brown.png) no-repeat;
  width: 28px;
  height: 29px;
  background-size: 28px;
}

/* タイトル */
.news_text p strong {
  margin-left: 20px;
  font-size: 17.5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1F2774;
}

/* 日付 */
.date {
  margin-right: 10px;
  color: #C0AB92;
}

/* お知らせのブロックのボーダー */
.news_text .line {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* お知らせの高さ */
.scroll_area {
  height: 150px;
  overflow-y: scroll;
}

.news_list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 15px 0;
}

.news_list li span {
  letter-spacing: 0.1em;
  padding-right: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

/*
.news_list li a {
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #6c5a41;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 700;

}
  */

.news_list li::after {
  position: absolute;
  content: "";
  background: url(../images/news_line.png) no-repeat;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}


.news_link {
  font-size: 16px;
  text-align: right;
  padding: 15px 0;
}

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

	.top_philosophy

==================================================================*/
.top_philosophy {
  position: relative;
  padding-top: 348px;
  z-index: 10;
}

.top_philosophy_box {
  background: url(../images/philosophy_bg_02.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 210px;
}

.top_philo_bg {
  position: absolute;
  top: 0;
  background: url(../images/philosophy_bg.png) no-repeat;
  width: 100%;
  height: 350px;
  background-size: cover;
}

.top_philosophy .box1 {
  position: relative;
}

.top_philosophy .box1::before {
  position: absolute;
  content: "";
  background: url(../images/titie_philosophy_bg.png) no-repeat;
  width: 400px;
  height: 200px;
  left: 0;
  right: 0;
  margin: auto;
  top: -107px;
}

.h2_tit {
  position: relative;
  padding-bottom: 30px;
}

.h2_tit::before {
  position: absolute;
  content: "";
  background: url(../images/icon_philosophy.png) no-repeat;
  width: 29px;
  height: 26px;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
}

.h2_tit p {
  font-size: 52px;
  letter-spacing: 0.1em;
  color: #7bba89;
  text-align: center;
  font-family: gautreaux, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.h2_tit h2 {
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
  line-height: 1.0;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.philo_text {
  position: relative;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #333333;
  padding-top: 45px;
  padding-bottom: 50px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.philo_text::after {
  position: absolute;
  content: "";
  background: url(../images/philosophy_line.png) no-repeat;
  width: 597px;
  height: 99px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -36px;
}

.philo_comment {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #555555;
  padding-top: 62px;
}

.philo_comment p {
  padding-bottom: 32px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}




/* 写真4つ */
.top_philo_photo_01 {
  position: absolute;
  background: url(../images/philosophy_img_left_01.png) no-repeat;
  width: 206px;
  height: 206px;
  top: 476px;
  left: 70px;
}

.top_philo_photo_02 {
  position: absolute;
  background: url(../images/philosophy_img_left_02.png) no-repeat;
  width: 258px;
  height: 258px;
  top: 760px;
  left: 190px;
}

.top_philo_photo_03 {
  position: absolute;
  background: url(../images/philosophy_img_right_01.png) no-repeat;
  width: 279px;
  height: 279px;
  top: 460px;
  right: 40px;
}

.top_philo_photo_04 {
  position: absolute;
  background: url(../images/philosophy_img_right_02.png) no-repeat;
  width: 177px;
  height: 177px;
  top: 830px;
  right: 255px;
}






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

	.top_feature

==================================================================*/
.top_feature {
  position: relative;
  padding-top: 130px;
  padding-bottom: 92px;
  background: url(../images/feature_bg.png) no-repeat;
  background-size: cover;
  z-index: 9;
  margin-top: -10px;
}

.top_feature::after {
  position: absolute;
  content: "";
  background: url("../images/feature_white_bg.png") no-repeat;
  width: 100%;
  height: 472px;
  background-size: contain;
  background-position: center;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_feature .h2_tit::before {
  background: url(../images/icon_feature_02.png) no-repeat;
  width: 19px;
  height: 26px;
  top: -30px;
}

.top_feature .h2_tit p {
  color: #ba9e7b;
}

.feature_flex {
  position: relative;
  padding-top: 25px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px;
}

.feature_flex .feature_flex_box {
  width: 30%;
}

.feature_flex p.img{
  text-align: center;
}

h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #333333;
}

.feature_flex_box h3 {
  text-align: center;
  padding-top: 14px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.feature_text {
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #666666;
  text-align: left;
  padding-top: 15px;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
}

.top_feature .btn01 {
  text-align: center;
  padding-top: 48px;
  z-index: 1;
}

.top_feature .btn01 a {
  border: 2px solid #ba9e7b;
  color: #ba9e7b;
  padding: 19px 85px 19px 70px;
  font-size: 16px;
  letter-spacing: 0;
}

.top_feature .btn01 a::after {
  background: url(../images/icon_arrow_brown.png) no-repeat;
  width: 11px;
  height: 11px;
  top: 23px;
  right: 60px;
}

.top_feature .btn01 a:hover::after {
  right: 56px;
}

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

	$feature

==================================================================*/
#feature {
  background-size: auto;
  background-size: cover;
  margin: 0 calc(49.3% - 50vw);
  width: 100vw;
}

.feature .h2_tit {
  margin-top: 30px;
}

.feature .h2_tit::before {
  background: url("../images/icon_inner_feature_02.png") no-repeat;
  width: 22px;
  height: 26px;
  top: -30px;
}


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

	$access

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

.access_guide {
  margin-bottom: 20px;
  font-weight: bold;
}

.access_map {
  margin-bottom: 40px;
}

.access_map dt {
  margin-bottom: 10px;
}

.access_map dt i {
  margin-right: 7px;
}

.access .btn02 {
  text-align: center;
  margin-bottom: 50px;
}

.access_info {
  border: 4px solid rgb(237, 237, 237);
  padding: 25px 30px 5px;
}

.access_info dt i {
  margin-right: 7px;
}

.access_train,
.access_bus,
.access_car,
.access_bike {
  margin-bottom: 25px;
}

.access_train dt,
.access_bus dt,
.access_car dt,
.access_bike dt {
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}

.access_train dd,
.access_bus dd,
.access_car dd,
.access_bike dd {
  font-size: 14.5px;
}

.access_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
}

.access_list dl {
  width: 47%;
  margin-bottom: 30px;
}

.access_list dt {
  width: 100%;
  height: auto;
}

.access_list dt img {
  width: 100%;
}

.access_list dl dd {
  width: 94%;
  margin-top: 20px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.access_list dl dd::before {
  counter-increment: section;
  content: counter(section);
  font-size: 18px;
  color: #fff;
  margin-right: 8px;
  padding: 7px 10px;
  line-height: 1;
  background: #a4c677;
}

.access .btn01 {
  padding-top: 10px;
}

.access .btn01 a {
  padding: 0;
}

.access .btn01 span {
  display: inline-block;
  position: relative;
  padding: 16px 60px 16px 40px;
  line-height: 1;
  border: 2px solid #8fabcb;
  text-align: center;
  color: #8fabcb;
  font-size: 15px;
  letter-spacing: 0;
  transition: ease-in-out 0.1s;
  border-radius: 50px;
}

.access .btn01 span::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_blue.png) no-repeat;
  width: 9px;
  height: 9px;
  top: 20px;
  right: 32px;
}

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

	$clinic

==================================================================*/
.clinic .h2_tit {
  margin-top: 30px;
}

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 {
  position: relative;
  padding-bottom: 120px;
}

.clinic_slides1 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}

.clinic_slides1 .flexslider li div {
  display: table;
  position: relative;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides1 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #71acd3;
}

.clinic_slides1 .flex-control-thumbs .flex-active img {
  border: 5px solid #aaa;
}

.clinic_slides1 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}

.clinic_slides1 .flex-control-thumbs li {
  position: relative;
  width: 68%;
  margin: 0 0 0 4%;
  background-color: #fff;
}

.here {
  text-decoration: underline;
  font-weight: bold;
}

/* 院内スライド（サムネイル下） */

.clinic_slides2 {
  padding-bottom: 100px;
}

.clinic_slides2 .flexslider {
  position: relative;
}

.clinic_slides2 .flex-control-thumbs img:hover {
  opacity: 1;
}

.clinic_slides2 .flexslider li div {
  display: table;
  position: absolute;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides2 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}

.clinic_slides2 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -100px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}

.clinic_slides2 .flex-control-thumbs li {
  width: 15%;
}

.clinic_slides2 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}



/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.clinic_slides3 {}

.clinic_slides3 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}

.clinic_slides3 .flexslider li div {
  display: table;
  position: absolute;
  width: 94%;
  height: 80px;
  margin-top: -95px;
  margin-right: 3%;
  margin-left: 3%;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides3 .flexslider h4,
.clinic_slides3 .flexslider p {
  display: table-cell;
  padding: 8px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}

.clinic_slides3 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}

.clinic_slides3 .flexslider p {}

.clinic_slides3 .flex-control-thumbs .flex-active img {
  border: 5px solid #aaa;
}

.clinic_slides3 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}

.clinic_slides3 .flex-control-thumbs li {
  position: relative;
  width: 96%;
  margin: 0 0 4% 4%;
  background-color: #fff;
}



/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides4 {
  padding-bottom: 100px;
}

.clinic_slides4 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}

.clinic_slides4 .flex-control-thumbs li {
  width: 15%;
}

.clinic_slides4 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.clinic_slides4 .flex-control-thumbs img:hover {
  opacity: 1;
}

.clinic_slides4 .flexslider li div {
  display: table;
  position: absolute;
  bottom: -80px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides4 .flexslider h4,
.clinic_slides4 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.clinic_slides4 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
}

.clinic_slides4 .flexslider p {}

/* 院内スライド（サムネイル下、タイトル、説明文下） */

.clinic_slides5 {
  padding-bottom: 100px;
}

.clinic_slides5 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}

.clinic_slides5 .flex-control-thumbs li {
  width: 15%;
}

.clinic_slides5 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.clinic_slides5 .flex-control-thumbs img:hover {
  opacity: 1;
}

.clinic_slides5 .flexslider li div {
  position: absolute;
  bottom: -80px;
  width: 100%;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides5 .flexslider h4 {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #002A64;
  text-align: center;
}

/* 院内スライド6 */
.clinic_slides6 .flexslider li div {
  position: absolute;
  bottom: 0;
  margin: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
}

.clinic_slides6 .flex-control-thumbs li {
  width: calc(100% / 5 - 5px);
  margin: 0;
  padding: 6px 6px 0 0;
}

.flex-control-thumbs li:nth-child(5n) {
  padding-right: 0;
}


/* 医院概要 */

.clinic_sec1 {
  position: relative;
  font-size: 14.5px;
}

.clinic_sec1 ul {
  margin-bottom: 15px;
}

.clinic_sec1 li {
  padding: 8px 0;
  border-bottom: 1px solid #E5E6EF;
}

.clinic_sec1 li:first-child {
  padding: 0 0 8px 0;
}

.clinic_sec1 li:last-child {
  border: none;
}

.clinic_sec1 dl:after {
  display: block;
  clear: both;
  content: "";
}

.clinic_sec1 dt {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding-left: 2px;
  font-weight: bold;
  color: #73afd7;
}

.clinic_sec1 dd {
  float: left;
  width: 75%;
}

.clinic_sec1 .schedule .tb01 {
  border: 1px solid #e4e4e4;
  width: 100%;
  font-size: 14px;
}

.clinic_sec1 .schedule .footer_arrow {
  display: none;
}

.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td {
  background-color: rgba(156, 129, 91, 0.9);
  color: #fff;
  font-weight: bold;
}

.clinic_sec1 .schedule .tb01 tr:first-child {}

.clinic_sec1 .schedule li {
  border-bottom: none;

}

.clinic_sec1 .tb01 th,
.clinic_sec1 .tb01 td {
  color: #fff;
  background-color: rgba(156, 129, 91, 0.9);
}




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

	$facilities

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



/* 機器紹介1 */
.facilities_equip dl {
  float: left;
  width: 42.3%;
  min-height: 280px;
  margin-bottom: 30px;
  margin-left: 3.4%;
  padding: 3%;
  border-top: 4px solid #9397BE;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip dl:nth-child(odd) {
  margin-left: 0;
}

/* 機器紹介名前 */
.facilities_equip dt {
  margin-bottom: 14px;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.facilities_equip dt span {
  display: block;
  font-size: 15px;
}

.facilities_equip_img {
  margin: 0 0 20px;
}

.facilities_equip_img img {
  width: 100%;
  height: auto;
}




/* 機器紹介2 */
.facilities_equip2 {
  display: flex;
  flex-wrap: wrap;
}

.facilities_equip2 dl {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip2 dl:nth-child(3n) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip2 dt {}

.facilities_equip2 dt img {
  width: 100%;
  height: auto;
}

.facilities_equip2 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

.facilities_equip2 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip2 dd p {
  margin-top: 7px;
}



/* 機器紹介3 */
.facilities_equip3 {
  display: flex;
  flex-wrap: wrap;
}

.facilities_equip3 dl {
  width: 47.5%;
  margin-bottom: 35px;
  margin-right: 5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip3 dl:nth-child(even) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip3 dt {}

.facilities_equip3 dt img {
  width: 100%;
  height: auto;
}

.facilities_equip3 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

.facilities_equip3 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip3 dd p {
  margin-top: 7px;
}


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

	$first

==================================================================*/
.first_box dl {
  margin-bottom: 80px;
}

.first_box dt img {
  border: 1px solid #e9edf4;
  box-sizing: border-box;
}

.first_box dt {
  position: relative;
}

.first_box dt em {
  background: #70bbed;
  width: 40px;
  display: block;
  height: 40px;
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 40px;
  font-family: bernhard-gothic-urw, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.first_box dd {
  padding: 20px;
  font-family: vdl-v7marugothic, sans-serif;
  background: #e9edf4;
}


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

	$qa

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

.qa1 {}

.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c1c1c1;
}

.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}

.qa1 dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #1F2774;
  content: "Q.";
}

.qa1 dl dd {
  position: relative;
  padding-left: 40px;
}

.qa1 dl dd:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #C0AB9A;
  content: "A.";
}


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

	medical（診療案内の層ページ）

============================================================================*/
.top {
  margin-top: 150px;
}

.medical .h2_tit {
  margin-top: 30px;
}

.medical .h2_tit::before {
  background: url("../images/icon_inner_medical.png") no-repeat;
  width: 22px;
  height: 26px;
  top: -30px;
}

.medical .btn01 {
  padding-top: 10px;
}

.medical .btn01 a {
  display: inline-block;
  position: relative;
  padding: 16px 60px 16px 40px;
  line-height: 1;
  border: 2px solid #8fabcb;
  text-align: center;
  color: #8fabcb;
  font-size: 15px;
  letter-spacing: 0;
  transition: ease-in-out 0.1s;
  border-radius: 50px;
}

.medical .btn01 a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_blue.png) no-repeat;
  width: 9px;
  height: 9px;
  top: 20px;
  right: 32px;
}

.medical .btn01 a:hover::after {
  right: 28px !important;
}

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

	一般歯科

============================================================================*/
.general .point h4 {
  padding-bottom: 10px;
}

.general .point .last p {
  margin-bottom: 0;
}

.general .layout04 dt {
  padding: 0 2.5% 0;
  background: #fff;
}

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

	小児歯科

============================================================================*/
.pedodontics .layout03 dl {
  height: 250px;
}

.pedodontics .layout03 dt {
  width: 18%;
}

.point_box {
  margin-bottom: 30px;
  background-color: #f4efe9;
  padding: 2% 4%;
}

.point h4 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  border-bottom: 2px dashed #dfc9af;
}

.point h4 em {
  margin-right: 10px;
  color: #a4c677;
  font-family: bernhard-gothic-urw, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
}

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

	精密審美治療

============================================================================*/
.cosmetic .layout03 dl {
  height: 280px;
}

.cosmetic .layout03 dt {
  width: 18%;
}

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

	インプラント

============================================================================*/
.implant .layout04 dl {
  height: auto;
}

.implant .layout04 dt {
  padding: 0 2.5% 0;
  background: #fff;
}

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

	インプラント実績

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

.Achievements-flex{
  display: flex;
  justify-content: center;
  gap: 2%;
   margin: 20px 20px 5px;
}

.Ac-tittle{
  text-align: center;
  padding-top: 20px;
  font-weight: 500;
}

.Ac-flexbox{
  background: #ffffff;
  width: 380px;
  height: auto;
  border-radius: 2%;
}

.Ac-flex-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  width: 200px;
  margin: 20px auto;
}

.Ac-flex-inner h4{
  text-align: center;
  margin-bottom: 0px !important;
}

.Ac-imgbox{
  width: 130px;
  height: 130px;
  text-align: center;
}

.Ac-imgbox img{
  width: 100%;
  height: auto;
  text-align: center;
}

.Ac-flexbox:first-child .Ac-flex-inner .Ac-imgbox img{
  width: 80%;
  height: auto;
  margin: 20px auto;
  display: inline-block;
}

.Ac-flex-inner p{
  color: #28a2c0;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
/*============================================================================

	インプラント症例報告用レイアウト

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

.report {
  --color-bg: #f8f6f2;
  --color-surface: #ffffff;
  --color-border: #d6cfc4;
  --color-accent: #2a5f8f;
  --color-accent-light: #e8f0f8;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #555;
  --color-text-muted: #888;
  --color-risk: #7a3030;
  --color-risk-bg: #fdf4f4;
  --font-serif: 'Noto Serif JP', serif;
  --font-sans: 'Noto Sans JP', sans-serif;
  --radius: 8px;
  --shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  padding: 72px 0px;
  width: 100%;
}

.report__inner {
  max-width: 100%;
  margin: 0 auto;
}

/* Section heading */
.report__heading {
  text-align: center;
  margin-bottom: 56px;
}

.report__heading-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  background: var(--color-accent-light);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.report__heading-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 10px;
  letter-spacing: 0.03em;
}

.report__heading-subtitle {
  font-size: 14px;
  color: var(--color-text-muted);
  margin: 0;
}

/* Case card */
.report__card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  margin-bottom: 40px;
  overflow: hidden;
}

.report__card-header {
  background: var(--color-accent);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.report__card-label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.report__card-title {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.report__card-body {
  padding: 32px 28px;
}

/* Image area */
.report__images {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  border-radius: var(--radius);
  padding: 10px 18px;
  justify-content: center;
}

.report__image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.report__image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid var(--color-border);
}

.report__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder */
.report__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report__image-placeholder svg {
  width: 32px;
  height: 32px;
  opacity: 0.4;
}

.report__image-caption {
  font-size: 12px;
  padding-top: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.report__arrow {
  flex: 0 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.report__arrow svg {
  width: 32px;
  height: 32px;
  color: var(--color-accent);
}

.report__image-note {
  font-size: 12px;
  color: var(--color-text-secondary);
  margin: -18px 0 24px;
  padding: 0 4px;
}

/* Divider */
.report__divider {
  border: none;
  border-top: 1px dashed var(--color-border);
  margin: 24px 0;
}

/* Info list */
.report__info-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.report__info-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.report__info-item {
  display: block;
  line-height: 1.6;
  font-weight: bold
}

.report__info-item::before {
  content: '■';
  color: var(--color-accent);
  font-size: 10px;
  margin-top: 4px;
  flex-shrink: 0;
}

.report__info-sub {
  list-style: none;
  margin: 2px 0 0 20px;
  padding: 0;
}

.report__info-sub li {
  font-size: 13px;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

.report__info-sub li::before {
  content: '※';
  margin-right: 4px;
  color: var(--color-accent);
}

/* Risk note */
.report__risk {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--color-risk-bg);
  border-left: 3px solid #c0534a;
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--color-risk);
  line-height: 1.7;
}

.report__risk-icon {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 14px;
}


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

	予防歯科

============================================================================*/
.preventive .layout06 dt {
  width: 23%;
}

.preventive .layout04 dt {
  padding: 0 2.5% 0;
  background: #fff;
}


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

キャンセルポリシー

============================================================================*/
:root {
  --navy: #1e3a5f;
  --navy-mid: #2c5282;
  --gold: #b8922a;
  --gold-light: #d4a843;
  --gold-pale: #f5ecd4;
  --amber: #c97d20;
  --amber-bg: #fef3e2;
  --slate: #4a6080;
  --slate-light: #6b83a0;
  --bg: #f0f4f8;
  --bg-card: #ffffff;
  --text: #1e3a5f;
  --text-sub: #4a6080;
  --text-muted: #7a90a8;
  --red-soft: #c0392b;
  --green-soft: #2e7d4f;
  --border: #d8e4f0;
  --shadow-sm: 0 2px 8px rgba(30, 58, 95, 0.08);
  --shadow-md: 0 4px 20px rgba(30, 58, 95, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --font-serif: 'Noto Serif JP', 'Georgia', serif;
  --font-sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* ============================================
       Reset & Base
    ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cancel-main {
  background: var(--bg);
  font-family: var(--font-sans);
  color: var(--text);
  min-height: 100vh;
  padding: 48px 20px 64px;
}

/* ============================================
       Wrapper
    ============================================ */
.cn-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

/* ============================================
       Hero / Title block
    ============================================ */
.cn-hero {
  background: linear-gradient(160deg, #f7fafd 0%, #eef4fb 100%);
  padding: 44px 40px 36px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.cn-hero__notice {
  font-family: var(--font-serif);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.cn-hero__notice-line {
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}

.cn-hero__notice-line--right {
  background: linear-gradient(to left, transparent, var(--gold));
}

.cn-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(18px, 5vw, 42px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
  letter-spacing: 0.04em;
  position: unset;
}

.cn-hero__tooth {
  position: absolute;
  top: 30%;
  right: 17%;
  opacity: 0.85;
}

.cn-hero__tooth img{
  width: 120px;
  height: 120px;
}



.cn-hero__rule {
  width: 40%;
  height: 1.4px;
  background: linear-gradient(var(--gold), var(--gold-light));
  margin: 18px auto 22px;
  border-radius: 2px;
}

.cn-hero__body {
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  color: var(--text-sub);
  max-width: 480px;
  margin: 0 auto;
}

.cn-hero__body span{
  font-family: var(--font-sans);
}

/* ============================================
       Section block
    ============================================ */
.cn-section01 {
  margin: 12px 24px;
  padding: 20px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--border);
}

.cn-section02 {
  padding: 12px 24px;

}

.cn-section03 {
  margin: 12px 24px;
  padding: 12px 24px ;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--border);
}

.cn-section01+.cn-section01 {
  border-top: 1px solid var(--border);
}

.cn-section02+.cn-section02 {
  border-top: 1px solid var(--border);
}

.cn-section02+.cn-section02 {
  border-top: 1px solid var(--border);
}

.cn-section__title {
  font-family: var(--font-serif);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  letter-spacing: 0.05em;
}

.cn-section__title-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}

.cn-section__title-line--right {
  background: linear-gradient(to left, transparent, var(--gold));
}

/* ============================================
       Cancel fee cards (3 columns)
    ============================================ */
.cn-fee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.cn-fee-card {
  padding: 18px 14px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cn-fee-card+.cn-fee-card {
  border-left: 1px solid var(--gold);
}

.cn-fee-card img {
  width: 120px;
  height: 120px;
}

.cn-fee-card__label {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
}

.cn-fee-card__label span {
  text-decoration: underline var(--gold);
  text-underline-offset: 6px;
}

.cn-fee-card__badge {
  display: inline-block;
  background: var(--slate);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  letter-spacing: 0.04em;
}

.cn-fee-card__sub {
  font-size: 13px;
  color: var(--text-sub);
  font-weight: 700;
  line-height: 1.7;
}

.cn-fee-card__sub span {
  text-decoration: underline var(--gold);
  text-underline-offset: 6px;
}

.cn-fee-card__tag {
  display: inline-block;
  background: var(--amber-bg);
  color: var(--amber);
  border: 1px solid #f0c070;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  width: 60%;
}

.cn-fee-card__price {
  font-size: 42px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.01em;
  position: relative;
}

.cn-fee-card__price sup {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  right:8%;
  top: 10%;
}

.cn-fee-card__price sub {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-sub);
  vertical-align: bottom;
  margin-left: 2px;
}

/* ============================================
       Reason cards (4 columns)
    ============================================ */
.cn-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.cn-reason-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--border);
  padding: 18px 18px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cn-reason-card img {
  width: 120px;
  height: 120px;
}

.cn-reason-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.5;
}

.cn-reason-card__title span{
  text-decoration: underline var(--gold);
  text-underline-offset: 6px;
}

.cn-reason-card__desc {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-sub);
  line-height: 1.7;
}

 /* ============================================
       Payment section
    ============================================ */
    .cn-payment {
      padding: 4px 0 0;
    }

    /* 3カラム：左アイテム ／ または ／ 右アイテム */
    .cn-payment__row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin-bottom: 24px;
    }

    /* 各アイテム：アイコン上・テキスト下の縦並び */
    .cn-payment__item {
      width: fit-content;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

   

    /* アイコンとテキストを横並びにしてまとめる内側ラッパー */
    .cn-payment__item-inner {
      display: flex;
      align-items: center;
      gap: 14px;
    }

  

    .cn-payment img {
      width: 100px;
      height: 100px;
      flex-shrink: 0;
    }

    .cn-payment__text {
      font-size: 13.5px;
      font-weight: 700;
      color: var(--navy);
      line-height: 1.7;
    }

    /* 「または」円形バッジ */
    .cn-payment__or {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: var(--gold);
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 3px 10px rgba(184,146,42,0.38);
      flex-shrink: 0;
      position: relative;
    }

    

    .cn-payment__notes {
      display: flex;
      flex-direction: column;
      gap: 8px;
      border-top: 1px solid var(--border);
      padding-top: 18px;
      margin-top: 4px;
      align-items: center;
    }

    .cn-payment__note {
      display: flex;
      justify-content: flex-start;
      gap:  10px;
      font-size: 13px;
      font-weight: 700;
      color: var(--text-sub);
      padding-bottom: 10px;
    }
    
    .cn-payment__note__container{
      width: fit-content;
      max-width: 100%;
    }

    .cn-payment__note-check {
      flex-shrink: 0;
      margin-top: 3px;
    }


/* ============================================
       Footer / clinic info
    ============================================ */
.cn-clinic {
  border-top: 1px solid var(--border);
  padding: 28px 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.cn-clinic__logo {
 width: 240px;
 border-right: 2px solid var(--border) ; /* 線の太さ、種類、色 */
padding-right: 40px;    
}

.cn-clinic__logo img {
 width: 100%;
}

.cn-clinic__sub {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.18em;
  margin-top: 2px;
}

.cn-clinic__director {
  font-size: 18px;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: var(--font-serif);
}

.cn-clinic__director span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.12em;
}



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

	schedule（MPCLOUD）

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

#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  /*right: 22px;*/
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  /*z-index: 100;*/
  z-index: 9999;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}

.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}

.schedule_time {
  margin: 8px 0 0 0;
}

.schedule_time dt {
  font-weight: bold;
}

.shcedule_box dt {
  background: #eee;
  text-align: center;
}

.shcedule_box dd {
  height: auto;
  vertical-align: top;
}

.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/schedule.svg") no-repeat center left;
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}

.shcedule_today {
  padding: 10px 16px;
}

.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}

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

	院内ビュー

==================================================================*/
.view {
  width: 1200px;
  margin: 50px auto 80px;
}

.view iframe {
  width: 100%;
  height: 450px;
}

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

	相互リンク

==================================================================*/
.link {
  width: 1200px;
  margin: 50px auto 0;
}

.link .h2_tit p {
  color: #ba9e7b;
}

.link .h2_tit::before {
  background: url(../images/icon_feature_02.png) no-repeat;
  width: 19px;
  height: 26px;
  top: -30px;
}

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

	.breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  width: auto;
  margin: 0 auto 30px;
  font-size: 14px;
  z-index: 998;
}

.breadcrumbs:last-child {
  margin: 0 auto;
}

.breadcrumbs i {
  /*margin-left: 35px;*/
  margin-right: 5px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li {
  float: left;
  margin-right: 5px;
}

.breadcrumbs li:after {
  font-family: FontAwesome;
  content: ">";
  padding-left: 10px;
}

.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs li:last-child a {
  color: #d04634 !important;
}



/*common*/
.pc {}

.pc_inline {
  display: inline !important
}

.sp_inline {
  display: none !important
}

.sp_inline_ip {
  display: none !important
}

.pc_table {
  display: none !important
}

.sp_table {
  display: none !important
}

address,
body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
option,
p,
pre,
select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%
}

img {
  vertical-align: bottom
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

a img {
  border: none
}

.w010par {
  width: 10%
}

.w020par {
  width: 20%
}

.w025par {
  width: 25%
}

.w050par {
  width: 50%
}

.w075par {
  width: 75%
}

.w100par {
  width: 100%
}

.w010 {
  width: 10px
}

.w020 {
  width: 20px
}

.w030 {
  width: 30px
}

.w040 {
  width: 40px
}

.w050 {
  width: 50px
}

.w060 {
  width: 60px
}

.w070 {
  width: 70px
}

.w080 {
  width: 80px
}

.w090 {
  width: 90px
}

.w100 {
  width: 100px
}

.w110 {
  width: 110px
}

.w120 {
  width: 120px
}

.w130 {
  width: 130px
}

.w140 {
  width: 140px
}

.w150 {
  width: 150px
}

.w160 {
  width: 160px
}

.w170 {
  width: 170px
}

.w180 {
  width: 180px
}

.w190 {
  width: 190px
}

.w200 {
  width: 200px
}

.w210 {
  width: 210px
}

.w220 {
  width: 220px
}

.w230 {
  width: 230px
}

.w240 {
  width: 240px
}

.w250 {
  width: 250px
}

.w255 {
  width: 255px
}

.w260 {
  width: 260px
}

.w270 {
  width: 270px
}

.w280 {
  width: 280px
}

.w290 {
  width: 290px
}

.w300 {
  width: 300px
}

.w305 {
  width: 305px
}

.w310 {
  width: 310px
}

.w320 {
  width: 320px
}

.w330 {
  width: 330px
}

.w340 {
  width: 340px
}

.w350 {
  width: 350px
}

.w360 {
  width: 360px
}

.w365 {
  width: 365px
}

.w370 {
  width: 370px
}

.w380 {
  width: 380px
}

.w390 {
  width: 390px
}

.w400 {
  width: 400px
}

.w410 {
  width: 400px
}

.w415 {
  width: 415px
}

.w420 {
  width: 420px
}

.w430 {
  width: 430px
}

.w435 {
  width: 435px
}

.w440 {
  width: 440px
}

.w450 {
  width: 450px
}

.w460 {
  width: 460px
}

.w470 {
  width: 470px
}

.w480 {
  width: 480px
}

.w490 {
  width: 490px
}

.w500 {
  width: 500px
}

.w510 {
  width: 510px
}

.w520 {
  width: 520px
}

.w530 {
  width: 530px
}

.w540 {
  width: 540px
}

.w550 {
  width: 550px
}

.w560 {
  width: 560px
}

.w570 {
  width: 570px
}

.w580 {
  width: 580px
}

.w590 {
  width: 590px
}

.w600 {
  width: 600px
}

.w610 {
  width: 610px
}

.w620 {
  width: 620px
}

.w630 {
  width: 630px
}

.w640 {
  width: 640px
}

.w650 {
  width: 650px
}

.w660 {
  width: 660px
}

.w670 {
  width: 670px
}

.w680 {
  width: 680px
}

.w690 {
  width: 690px
}

.w700 {
  width: 700px
}

.w710 {
  width: 710px
}

.w720 {
  width: 720px
}

.w730 {
  width: 730px
}

.w740 {
  width: 740px
}

.w750 {
  width: 750px
}

.w760 {
  width: 760px
}

.w765 {
  width: 765px
}

.w960 {
  width: 960px
}

.w980 {
  width: 980px
}

.h030 {
  height: 30px
}

.h180 {
  height: 180px
}

.h190 {
  height: 190px
}

.h200 {
  height: 200px
}

.h240 {
  height: 240px
}

.h250 {
  height: 250px
}

.h280 {
  height: 280px
}

.h300 {
  height: 300px
}

.h350 {
  height: 350px
}

.mt00 {
  margin-top: 0 !important
}

.mt01 {
  margin-top: 1px
}

.mt02 {
  margin-top: 2px
}

.mt03 {
  margin-top: 3px
}

.mt04 {
  margin-top: 4px
}

.mt05 {
  margin-top: 5px
}

.mt06 {
  margin-top: 6px
}

.mt07 {
  margin-top: 7px
}

.mt08 {
  margin-top: 8px
}

.mt09 {
  margin-top: 9px
}

.mt10 {
  margin-top: 10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mt25 {
  margin-top: 25px
}

.mt30 {
  margin-top: 30px
}

.mt35 {
  margin-top: 35px
}

.mt40 {
  margin-top: 40px
}

.mt45 {
  margin-top: 45px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 80px
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 100px
}

.mt110 {
  margin-top: 110px
}

.mt120 {
  margin-top: 120px
}

.mr00 {
  margin-right: 0 !important
}

.mr01 {
  margin-right: 1px
}

.mr02 {
  margin-right: 2px
}

.mr03 {
  margin-right: 3px
}

.mr04 {
  margin-right: 4px
}

.mr05 {
  margin-right: 5px
}

.mr06 {
  margin-right: 6px
}

.mr07 {
  margin-right: 7px
}

.mr08 {
  margin-right: 8px
}

.mr09 {
  margin-right: 9px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

.mr25 {
  margin-right: 25px
}

.mr30 {
  margin-right: 30px
}

.mr35 {
  margin-right: 35px
}

.mr40 {
  margin-right: 40px
}

.mr45 {
  margin-right: 45px
}

.mr50 {
  margin-right: 50px
}

.mr60 {
  margin-right: 60px
}

.mr70 {
  margin-right: 70px
}

.mr80 {
  margin-right: 80px
}

.mr90 {
  margin-right: 90px
}

.mr100 {
  margin-right: 100px
}

.mb00 {
  margin-bottom: 0 !important
}

.mb01 {
  margin-bottom: 1px
}

.mb02 {
  margin-bottom: 2px
}

.mb03 {
  margin-bottom: 3px
}

.mb04 {
  margin-bottom: 4px
}

.mb05 {
  margin-bottom: 5px
}

.mb06 {
  margin-bottom: 6px
}

.mb07 {
  margin-bottom: 7px
}

.mb08 {
  margin-bottom: 8px
}

.mb09 {
  margin-bottom: 9px
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb25 {
  margin-bottom: 25px
}

.mb30 {
  margin-bottom: 30px
}

.mb35 {
  margin-bottom: 35px
}

.mb40 {
  margin-bottom: 40px
}

.mb45 {
  margin-bottom: 45px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 100px
}

.ml00 {
  margin-left: 0 !important
}

.ml01 {
  margin-left: 1px
}

.ml02 {
  margin-left: 2px
}

.ml03 {
  margin-left: 3px
}

.ml04 {
  margin-left: 4px
}

.ml05 {
  margin-left: 5px
}

.ml06 {
  margin-left: 6px
}

.ml07 {
  margin-left: 7px
}

.ml08 {
  margin-left: 8px
}

.ml09 {
  margin-left: 9px
}

.ml10 {
  margin-left: 10px
}

.ml12 {
  margin-left: 12px
}

.ml15 {
  margin-left: 15px
}

.ml20 {
  margin-left: 20px
}

.ml25 {
  margin-left: 25px
}

.ml30 {
  margin-left: 30px
}

.ml35 {
  margin-left: 35px
}

.ml40 {
  margin-left: 40px
}

.ml45 {
  margin-left: 45px
}

.ml50 {
  margin-left: 50px
}

.ml60 {
  margin-left: 60px
}

.ml70 {
  margin-left: 70px
}

.ml80 {
  margin-left: 80px
}

.ml90 {
  margin-left: 90px
}

.ml100 {
  margin-left: 100px
}

.ml140 {
  margin-left: 140px
}

.ml160 {
  margin-left: 160px
}

.ma10 {
  margin: 10px
}

.ma15 {
  margin: 15px
}

.ma_auto {
  margin-left: auto;
  margin-right: auto
}

.pt00 {
  padding-top: 0 !important
}

.pt01 {
  padding-top: 1px
}

.pt02 {
  padding-top: 2px
}

.pt03 {
  padding-top: 3px
}

.pt04 {
  padding-top: 4px
}

.pt05 {
  padding-top: 5px
}

.pt06 {
  padding-top: 6px
}

.pt07 {
  padding-top: 7px
}

.pt08 {
  padding-top: 8px
}

.pt09 {
  padding-top: 9px
}

.pt10 {
  padding-top: 10px
}

.pt15 {
  padding-top: 15px
}

.pt20 {
  padding-top: 20px
}

.pt25 {
  padding-top: 25px
}

.pt30 {
  padding-top: 30px
}

.pt35 {
  padding-top: 35px
}

.pt40 {
  padding-top: 40px
}

.pt45 {
  padding-top: 45px
}

.pt50 {
  padding-top: 50px
}

.pt60 {
  padding-top: 60px
}

.pt70 {
  padding-top: 70px
}

.pt80 {
  padding-top: 80px
}

.pt90 {
  padding-top: 90px
}

.pt100 {
  padding-top: 100px
}

.pt120 {
  padding-top: 120px
}

.pr00 {
  padding-right: 0 !important
}

.pr01 {
  padding-right: 1px
}

.pr02 {
  padding-right: 2px
}

.pr03 {
  padding-right: 3px
}

.pr04 {
  padding-right: 4px
}

.pr05 {
  padding-right: 5px
}

.pr06 {
  padding-right: 6px
}

.pr07 {
  padding-right: 7px
}

.pr08 {
  padding-right: 8px
}

.pr09 {
  padding-right: 9px
}

.pr10 {
  padding-right: 10px
}

.pr15 {
  padding-right: 15px
}

.pr20 {
  padding-right: 20px
}

.pr25 {
  padding-right: 25px
}

.pr30 {
  padding-right: 30px
}

.pr35 {
  padding-right: 35px
}

.pr40 {
  padding-right: 40px !important
}

.pr45 {
  padding-right: 45px
}

.pr50 {
  padding-right: 50px
}

.pr60 {
  padding-right: 60px
}

.pr70 {
  padding-right: 70px
}

.pr80 {
  padding-right: 80px
}

.pr90 {
  padding-right: 90px
}

.pr100 {
  padding-right: 100px
}

.pb00 {
  padding-bottom: 0 !important
}

.pb01 {
  padding-bottom: 1px
}

.pb02 {
  padding-bottom: 2px
}

.pb03 {
  padding-bottom: 3px
}

.pb04 {
  padding-bottom: 4px
}

.pb05 {
  padding-bottom: 5px
}

.pb06 {
  padding-bottom: 6px
}

.pb07 {
  padding-bottom: 7px
}

.pb08 {
  padding-bottom: 8px
}

.pb09 {
  padding-bottom: 9px
}

.pb10 {
  padding-bottom: 10px
}

.pb15 {
  padding-bottom: 15px
}

.pb20 {
  padding-bottom: 20px
}

.pb25 {
  padding-bottom: 25px
}

.pb30 {
  padding-bottom: 30px
}

.pb35 {
  padding-bottom: 35px
}

.pb40 {
  padding-bottom: 40px
}

.pb45 {
  padding-bottom: 45px
}

.pb50 {
  padding-bottom: 50px
}

.pb60 {
  padding-bottom: 60px
}

.pb70 {
  padding-bottom: 70px
}

.pb80 {
  padding-bottom: 80px
}

.pb90 {
  padding-bottom: 90px
}

.pb100 {
  padding-bottom: 100px
}

.pl00 {
  padding-left: 0 !important
}

.pl01 {
  padding-left: 1px
}

.pl02 {
  padding-left: 2px
}

.pl03 {
  padding-left: 3px
}

.pl04 {
  padding-left: 4px
}

.pl05 {
  padding-left: 5px
}

.pl06 {
  padding-left: 6px
}

.pl07 {
  padding-left: 7px
}

.pl08 {
  padding-left: 8px
}

.pl09 {
  padding-left: 9px
}

.pl10 {
  padding-left: 10px
}

.pl15 {
  padding-left: 15px
}

.pl20 {
  padding-left: 20px
}

.pl25 {
  padding-left: 25px
}

.pl30 {
  padding-left: 30px
}

.pl35 {
  padding-left: 35px
}

.pl40 {
  padding-left: 40px
}

.pl45 {
  padding-left: 45px
}

.pl50 {
  padding-left: 50px
}

.pl60 {
  padding-left: 60px
}

.pl70 {
  padding-left: 70px
}

.pl80 {
  padding-left: 80px
}

.pl90 {
  padding-left: 90px
}

.pl100 {
  padding-left: 100px
}

.pa01 {
  padding: 1px
}

.pa02 {
  padding: 2px
}

.pa03 {
  padding: 3px
}

.pa04 {
  padding: 4px
}

.pa05 {
  padding: 5px
}

.pa10 {
  padding: 10px
}

.pa15 {
  padding: 15px
}

.fr {
  float: right
}

.fl {
  float: left
}

.fr10 {
  float: right;
  margin-left: 10px
}

.fr15 {
  float: right;
  margin-left: 15px
}

.fr30 {
  float: right;
  margin-left: 15px
}

.fl10 {
  float: left;
  margin-right: 10px
}

.fl15 {
  float: left;
  margin-right: 15px
}

.fl30 {
  float: left;
  margin-right: 30px
}

.txt10 {
  font-size: 10px
}

.txt11 {
  font-size: 11px
}

.txt12 {
  font-size: 12px
}

.txt13 {
  font-size: 13px
}

.txt14 {
  font-size: 14px
}

.txt15 {
  font-size: 15px
}

.txt16 {
  font-size: 16px
}

.txt17 {
  font-size: 17px
}

.txt18 {
  font-size: 18px
}

.txt19 {
  font-size: 19px
}

.txt20 {
  font-size: 20px
}

.txt21 {
  font-size: 21px
}

.txt22 {
  font-size: 22px
}

.txt23 {
  font-size: 23px
}

.txt24 {
  font-size: 24px
}

.txt25 {
  font-size: 25px
}

.txt26 {
  font-size: 26px
}

.txt27 {
  font-size: 27px
}

.txt28 {
  font-size: 28px
}

.txt29 {
  font-size: 29px
}

.txt30 {
  font-size: 30px
}

.txt31 {
  font-size: 31px
}

.txt32 {
  font-size: 32px
}

.txt33 {
  font-size: 33px
}

.txt34 {
  font-size: 34px
}

.txt35 {
  font-size: 35px
}

.txt36 {
  font-size: 36px
}

.txt37 {
  font-size: 37px
}

.txt38 {
  font-size: 38px
}

.txt39 {
  font-size: 39px
}

.txt40 {
  font-size: 40px
}

.bold {
  font-weight: 700
}

.left {
  text-align: left !important
}

.center {
  text-align: center !important
}

.right {
  text-align: right !important
}

.clear {
  clear: both
}

.v_top {
  vertical-align: top
}

.v_mid {
  vertical-align: middle
}

.v_btm {
  vertical-align: bottom
}

.color_red {
  color: #f33
}

.color_pink {
  color: #ed8c96
}

.color_blue {
  color: #00408f
}

.color_green {
  color: #479f9d
}

.color_ore {
  color: #ff8327
}

.color_yellow {
  color: #ffeb8b
}

.color_beige {
  color: #dac58b
}

.color_brown {
  color: #9b8052
}

.color_navy {
  color: #1f2774
}

.color_black {
  color: #3e3a39
}

.ls_0 {
  letter-spacing: 0
}

.ls_1 {
  letter-spacing: 1px
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em
}

.line_h_2 {
  line-height: 2 !important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.sp {
  display: none !important
}


.divider {
  width: 100%;
  height: 1px;
  background-color: #70bbed;
  margin: 20px 0;
}

.br-sp {
  display: none;
}

/*インプラントバナー*/
.implant_bnr {
  text-align: center;
  z-index: 2;
  margin: 10px;
}

.banner_button {
  display: inline-block;
  padding: 5px;
  transition: 0.3s;
}

.banner_button:hover {
  background-color: #f0f0f0;
  /* ホバー時の背景色 */
}

.left-text {
  display: block;
  text-align: left !important;
}

/* スタッフページの表 */
.doctor-schedule {
  width: 800px;
  border-collapse: collapse;
  margin: 0 auto;
}

.doctor-schedule th,
.doctor-schedule td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.doctor-schedule thead {
  background-color: #f0f0f0;
}

.doctor-schedule td:first-child {
  font-weight: bold;
  background-color: #fafafa;
}

width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.doctor-schedule th,
.doctor-schedule td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  font-size: 16px;
}

.doctor-schedule thead {
  background-color: #f0f0f0;
}

.doctor-schedule td:first-child {
  font-weight: bold;
  background-color: #fafafa;
}

.doctor-schedule td.work-day {
  font-size: 24px;
  font-weight: bold;
  color: #79b4de;
}

/* 医療費控除ページ */
@media screen and (min-width: 961px) and (min-width: 961px) {
  .pageWrap {
    margin-left: auto;
    margin-right: auto;
  }

  .blkWrap01 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 961px) {
  .pageWrap {
    background: #fff;
    padding: 80px 0;
  }

  .blkWrap01 {
    width: 980px;
    margin-bottom: 80px;
  }

  .pageSub02 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .pageSub02>span {
    padding-right: 1em;
  }

  .flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flx__w320 {
    width: 320px;
  }

  .flx__w620 {
    width: 620px;
  }

  .pageSub03 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .spDisp {
    display: none !important;
  }

  .pcpB20 {
    padding-bottom: 20px !important;
  }

  .pcmB32 {
    margin-bottom: 32px !important;
  }

  .bbSec01 {
    padding-bottom: 32px;
  }

  .numList02>li {
    padding: 14px 0 0 28px;
    margin: 0 0 18px;
  }

  .numList02>li:before {
    font-size: 28px;
    width: 40px;
  }

  .pageSub05 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 960px) {
  .blkWrap01 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    margin-bottom: 12.66vw;
  }
}

@media screen and (max-width: 520px) {
  .numList02>li:before {
    font-size: 7.46vw;
    width: 11.2vw;
  }

  .pageSub02 {
    font-size: 4.8vw;
    margin-top: 3vw;
    margin-bottom: 5.33vw;
  }

  .flx>* {
    margin-bottom: 12.8vw;
  }

  .flx>*:last-child {
    margin-bottom: 0;
  }

  .pageSub03 {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }

  .sppB20 {
    padding-bottom: 5.33vw !important;
  }

  .spmB24 {
    margin-bottom: 6.4vw !important;
  }

  .numList02>li {
    padding: 3.2vw 0 0 8.8vw;
    margin: 0 0 4.8vw;
  }

  .numList02>li:before {
    font-size: 7.46vw;
    width: 11.2vw;
  }

  .pageSub05 {
    font-size: 4.26vw;
    margin-bottom: 6.4vw;
  }

  .bbSec01 {
    padding-bottom: 6.4vw;
  }




}

.pageWrap {
  overflow: hidden;
}

.at.da {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateY(0);
  transition-property: all;
  transition-duration: .75s;
  transition-timing-function: ease-in-out;
}


.pageSub02 {
  overflow: hidden;
}

.pageSub02>span {
  position: relative;
  display: inline-block;
}

.pageSub02>span::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(47, 47, 47, .7);
  position: absolute;
  top: 50%;
  left: 100%;
}

.pageSub03 {
  font-weight: 700;
  letter-spacing: .1em;
}

.pageSub05 {
  line-height: 1.2;
  font-weight: 500;
  color: #a1ce65;
}

.list01>li {
  position: relative;
  padding-left: 16px;
}

.list01>li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #a59c89;
  position: absolute;
  top: .7em;
  left: 0;
}

.bbSec01 {
  border-bottom: 1px solid #ac9977;
}

.numList02>li {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}

.numList02>li:nth-child(1):before {
  content: "1.";
}

.numList02>li:nth-child(2):before {
  content: "2.";
}

.numList02>li:nth-child(3):before {
  content: "3.";
}

.numList02>li:before {
  position: absolute;
  top: 0;
  left: -20px;
  color: #a1ce65;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  display: inline-block;
}

.pageSub05 {
  line-height: 1.2;
  font-weight: 500;
  color: #a1ce65;
}

/*症例追加分*/
.case-add {
  text-align: left;
}

.fw_700 {
  font-weight: 700;
}

.fz_l {
  font-size: 1.2em;
}

.tb03.case04 {
  border: solid 1px #e2e2e2;
}

.tb03.case04 tr:not(:last-child) th {
  border-bottom: solid 1px #e2e2e2;
}

.tb03.case04 th {
  border-right: solid 1px #e2e2e2;
}

.tb03.case04 tr:not(:last-child) td {
  border-bottom: solid 1px #e2e2e2;
}

.box2.top h4 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 18px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  border-bottom: 2px dashed #dfc9af;
}



.case09 .tb03 th {
  text-align: center;
  width: 12%;
}

/* メニュースクロール化 */
.pc_nav .nav_slidebtm div {
  max-height: 600px;
  width: max-content;
  overflow-y: auto;
  border: 1px solid #ccc;
}

/* 動画ボックス */
.movie_box {
  margin-top: 20px;
  background-color: #f4efe9;
  padding: 50px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.movie_box video {
  max-width: 48%;
  width: 400px;
}

@media screen and (max-width: 640px) {
  .top_staff_img p img {
    width: 100% !important;
  }
}

.top_staff_img {
  width: 40%;
  margin: 1rem;
}

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

	FAQ & Introduce セクション

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

/* トップページ FAQ & Introduce ラッパー */
.top_faq_introduce {
  position: relative;
  padding-top: 130px;
  padding-bottom: 92px;
  background: url(../images/feature_bg.png) no-repeat;
  background-size: cover;
  z-index: 9;
  margin-bottom: 100px;
}

/* ブログセクション下端に白いサイン波（新規画像不要） */
.top_faq_introduce::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 20'%3E%3Cpath d='M0 0 H40 V10 C35 3%2C 25 3%2C 20 10 C15 17%2C 5 17%2C 0 10 Z' fill='white'/%3E%3C%2Fsvg%3E");
  background-size: 40px 20px;
  background-repeat: repeat-x;
  background-position: top;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 10;
}

.faq_list,
.introduce_text_wrapper {
  max-width: 880px;
  margin: 0 auto;
}

/* Q&A と Introduce の間の余白 */
.top_faq_introduce .box1+.box1 {
  margin-top: 80px;
}

/* 白箱の共通スタイル流用（FAQアイテム・Introduce枠） */
.common_white_box {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* FAQ アイテム固有 */
.faq_list .faq_item {
  margin-bottom: 16px;
}

.faq_list .faq_question {
  position: relative;
  padding: 20px 50px 20px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #3e3a3a;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.faq_list .faq_question::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #a4c677 transparent transparent transparent;
  margin-right: 12px;
  vertical-align: middle;
  transition: transform 0.3s;
}

.faq_list .faq_item.open .faq_question::before {
  transform: rotate(180deg);
}

.faq_list .faq_question:hover {
  background-color: #f9f7f3;
}

.faq_list .faq_answer {
  display: none;
  padding: 20px 24px;
  line-height: 1.8;
}

.faq_list .faq_item.open .faq_answer {
  display: block;
}

/* 下層ページ FAQ（医療ページ内） */
.medical .faq_list .faq_item {
  margin-bottom: 16px;
}

.medical .faq_list .faq_question {
  cursor: default;
}

.medical .faq_list .faq_question::before {
  border-color: #a4c677 transparent transparent transparent;
}

.medical .faq_list .faq_answer {
  display: none;
  padding: 20px 24px;
}

.introduce_text_wrapper .common_white_box {
  padding: 30px;
}

.introduce_text_wrapper p {
  line-height: 2;
  margin-bottom: 1em;
}

.introduce_text_wrapper p:last-child {
  margin-bottom: 0;
}

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

	下層ページ FAQ & Introduce（medical_faq_introduce）

==================================================================*/
.medical_faq_introduce {
  background: url(../images/feature_bg.png) no-repeat center top;
  background-size: cover;
  padding: 10px 5% 60px;
  margin: 40px 0 60px;
  width: 113%;
}

.medical_faq_introduce .box2.top {
  margin-top: 100px;
}

.medical_faq_introduce .h2_tit {
  margin-top: 30px;
}