@charset "UTF-8";
/* Scss Document */
/* CSS Document */
*,
::before,
::after {
  box-sizing: border-box;
  /* ↓↓debug code↓↓ */
  /* outline: 1px solid red; */
}

:root {
  --text-color: #333;
  /*メイン色*/
  --main-color: #b69358;
  /*サブ色*/
  --sub-color: #8dc21f;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color: #f5f5f5;
  /*境界線色*/
  --border-color: #eee5d7;
  /*ボタンなどの色*/
  --btn-color: #000;
  /*フォント*/
  --A1: "A1 Mincho";
  --ShuL: "Shuei Mincho L";
  --ShuM: "Shuei Mincho M";
  --ShuB: "Shuei Mincho B";
  --HGW3: "Hiragino Kaku Gothic W3 JIS2004";
  --HGW6: "Hiragino Kaku Gothic W6 JIS2004";
  --Gar: "EB Garamond", serif;
}

.orange {
  color: #f34129;
}

.green {
  color: #13c65a;
}

strong {
  font-family: var(--HGW6);
}

body {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--sub-color);
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

::selection {
  background-color: #99C1DA;
}

::-moz-selection {
  background-color: #99C1DA;
}

body,
nav.fixed,
#mainvisual .inner,
header,
footer {
  min-width: 1240px;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    zoom: 80%;
  }
  .fixed {
    position: inherit !important;
  }
}
/* 画像のにじみ（大きい画像を小さく表示した時等）対策 */
.visibility {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*============================================================================

  header

============================================================================*/
header {
  width: 100%;
  height: 65px; /* navのtopと同じ値にする */
  margin-bottom: 64px; /* navのheightと同じ値にする */
  position: fixed;
  top: 0;
  z-index: 9986;
  background: rgba(255, 255, 255, 0.8);
}

header .inner {
  position: relative;
  width: 1200px;
  height: inherit;
  margin: auto;
}

/* ロゴ */
header .header_logo {
  position: absolute;
  top: 37px;
  /*z-index: 11;*/
	z-index: 9999;
  width: 417px;
}

header .header_logo img {
  width: 100%;
  height: auto;
}

/* 住所 */
.header_info {
  float: right;
  margin-right: 40px;
  text-align: right;
  padding-top: 33px;
}

/* ご予約・お問合せ */
.header_tel {
  float: right;
  text-align: right;
  line-height: 1.4;
  padding-top: 25px;
}

.header_tel a {
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  font-family: var(--Gar);
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* 美しい笑顔 */
.btn_top_ceramic {
		display: flex;
		z-index: 10000;
    float: right;
    padding-top: 28px;
    margin-right: 10px;
	}
  .btn_top_ceramic a {
    content: "";
  position: absolute;
  top: 28px;
  /*right: 197px;*/
	right: 398px;
    text-align: center;
    background: var(--main-color);
  /*  height: 100%;*/
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 18px 8px 30px;
    font-family: var(--ShuL);
    height: 41px;
  }
.btn_top_ceramic a:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
  .btn_top_ceramic i {
    display: block;
    color: #fff;
    font-size: 24px;
  }

  .btn_top_ceramic span img {
    color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0px;
  left: 5px;
  }

.header_tel a img {
  position: relative;
  top: -3px;
  margin-right: 7px;
}

/*キャンセルポリシー*/
.btn_head_cancel {
	display: flex;
    z-index: 10000;
    float: right;
    padding-top: 28px;
}
.btn_head_cancel a {
	text-align: center;
    /*background: #e3870b;*/
	background: #da4d1a;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 18px 8px 10px;
    font-family: var(--ShuL);
    height: 41px;
}
.btn_head_cancel a:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
.btn_head_cancel a i {
	font-size: 18px;
	margin-right: 2px;
}

/* 噛む力を取り戻す */
.btn_top_implant {
		display: flex;
		z-index: 10000;
      float: right;
      /*padding-top: 28px;*/
	margin-left: 20px;
	}
  .btn_top_implant a {
    text-align: center;
    background: var(--sub-color);
    /*height: 100%;*/
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 18px 8px 10px;
    font-family: var(--ShuL);
    height: 41px;
	position: absolute;
    top: 28px;
    right: 204px;
  }
.btn_top_implant a:hover {
  opacity: 0.8;
  transition: 0.2s ease;
}
  .btn_top_implant i {
    display: block;
    color: #fff;
    font-size: 24px;
  }

  .btn_top_implant span img {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }

.header_tel a img {
  position: relative;
  top: -3px;
  margin-right: 7px;
}

.header_mpcloud_links {
  display: flex;
  float: right;
  margin-left: 20px;
  width: 204px;
}

.header_mpcloud_links a {
  display: block;
  padding: 10px;
  min-width: 100px;
  background-color: #1F2774;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  transition: background-color 0.5s ease;
}

.header_mpcloud_links a:hover {
  background-color: rgba(31, 39, 116, 0.8);
}

.fixed_web_yoyaku_btn {
  position: fixed;
  right: 0;
  top: 65px;
  z-index: 11;
  width: 83px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.fixed_web_yoyaku_btn a {
  display: flex;
  background: linear-gradient(135deg, #a3762b 0%, #c7a976 100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  width: 100%;
  padding: 25px 10px;
  letter-spacing: 0.1em;
  font-size: 19px;
  font-family: var(--ShuL);
  margin-bottom: 10px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.fixed_web_yoyaku_btn a span {
  display: block;
  background-color: #966C25;
	border-radius: 50%;
	padding: 10px;
}
.fixed_web_yoyaku_btn a:first-of-type {
  cursor: default;
}
.fixed_web_yoyaku_btn a.fixed_web_yoyaku_btn_access {
  background: linear-gradient(135deg, #7B7B7B 0%, #ACACAC 100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fixed_web_yoyaku_btn a:hover:not(:first-of-type) {
  opacity: 0.8;
}
.fixed_web_yoyaku_btn a span {
  margin-bottom: 12px;
}
.fixed_web_yoyaku_btn a.fixed_web_yoyaku_btn_access span {
	display: block;
  background-color: #333;
	border-radius: 50%;
	padding: 10px;
}
.fixed_web_yoyaku_btn a:last-child {
  margin-bottom: 0;
}
.fixed_web_yoyaku_btn a.fixed_web_yoyaku_btn_case {
  /*background: linear-gradient(135deg, #5A9E0B 0%, #76B820 35%, #A0E040 65%, #CFFFA0 100%);*/
  background: linear-gradient(135deg, rgb(131, 58, 180, 0.8), rgb(253, 29, 29, 0.8), rgb(252, 176, 69, 0.8));
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fixed_web_yoyaku_btn a.fixed_web_yoyaku_btn_case span {
	display: block;
  background-color: #fff;
	border-radius: 50%;
	padding: 10px;
}
.fixed_web_yoyaku_btn a.fixed_web_yoyaku_btn_case span i {
  color: #b24a89;
}

.fixed_web_yoyaku_btn a.sns {
  padding: 18px 10px 14px;
  font-weight: 500;
  font-size: 24px;
}

.fixed_web_yoyaku_btn a.sns i {
  margin-bottom: 0;
}

/*============================================================================

  nav

============================================================================*/
.nav_wrap {
  /*position: absolute;*/
  position: fixed;
  /*z-index: 10;*/
	z-index: 999;
  top: 65px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.tgl_menu_list {
  width: 1200px;
  margin: 0 auto;
}

.tgl_menu_list ul {
  display: flex;
  justify-content: right;
  align-items: center;
}

.tgl_menu_list ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 56px;
}
.tgl_menu_list ul li:first-of-type {
  margin-right: 0;
}

/* リンクテキスト */
.tgl_menu_list ul li a,
.tgl_menu_list ul li p {
  position: relative;
  color: var(--text-color);
  font-size: 17px;
  font-family: var(--ShuM);
  line-height: 1;
  text-align: center;
  padding: 22px 0;
  transition: 0.2s ease-in-out;
}

/* 英語 */
.tgl_menu_list ul li a span,
.tgl_menu_list ul li p span {
  display: block;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-top: 9px;
}

/* ホバーエフェクト */
.tgl_menu_list ul li a:hover {
  color: var(--main-color);
}

/* ホバー時に出る下線 */
.tgl_menu_list ul li a::after,
.tgl_menu_list ul li p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: var(--main-color);
  transition: 0.2s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.tgl_menu_list ul li a:hover::after,
.tgl_menu_list ul li.active a::after,
.tgl_menu_list ul li p:hover::after,
.tgl_menu_list ul li.active p::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* ------- スライドメニュー シングル------- */
.tgl_menu_list .nav_single_menu {
  position: relative;
}

/* ドロップダウン */
.tgl_menu_list .nav_single_menu div {
  position: absolute;
  z-index: 1;
  top: 95%;
  left: 0;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.tgl_menu_list .nav_single_menu:hover div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.tgl_menu_list .nav_single_menu div a {
  position: relative;
  display: block;
  text-align: left;
  line-height: 1.75;
  padding: 9px 20px 9px 10px;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #fff;
}

.tgl_menu_list .nav_single_menu div a::before,
.tgl_menu_list .nav_single_menu div a::after {
  display: none;
}

.tgl_menu_list .nav_single_menu div a:last-child {
  border-bottom: none;
}

.tgl_menu_list .nav_single_menu div a i.nav_arrow {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}

/* ホバーエフェクト */
.tgl_menu_list .nav_single_menu div a:hover {
  color: var(--main-color);
  background: #fcfcfc;
}

.tgl_menu_list .nav_single_menu div a:hover i.nav_arrow {
  right: 7px;
}

/* ------- スライドメニュー メガ------- */
.tgl_menu_list .nav_mega_menu {
  position: static;
}

/* ドロップダウン */
.tgl_menu_list .nav_mega_menu .mega_menu_wrap {
  position: absolute;
  z-index: 1;
  top: 95%;
  left: 0%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 12px -10px;
}

.tgl_menu_list .nav_mega_menu:hover .mega_menu_wrap {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.tgl_menu_list .mega_menu_inner {
  padding: 32px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.tgl_menu_list .menu_list {
  width: 100%;
  margin-left: 3%;
}

.tgl_menu_list .menu_list:first-child {
  margin-left: 0;
}

.tgl_menu_list ul li.nav_mega_menu .menu_list p::before,
.tgl_menu_list ul li.nav_mega_menu .menu_list p::after {
  display: none;
}

.tgl_menu_list .menu_list p {
  text-align: left;
  padding: 12px 0;
  font-weight: bold;
  border-bottom: 2px solid;
}

.tgl_menu_list .menu_list ul {
  display: block;
}

.tgl_menu_list .menu_list ul li {
  display: block;
}

.tgl_menu_list .menu_list ul li a {
  position: relative;
  display: block;
  text-align: left;
  padding: 12px 12px 12px 0;
  transition: 0.2s ease-in-out;
}

.tgl_menu_list .menu_list ul li a:hover {
  color: #5c8fce;
}

.tgl_menu_list .menu_list ul li a::before {
  position: static;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  border: none;
  margin-right: 10px;
}

.tgl_menu_list .menu_list ul li:last-child a::before {
  display: inline;
}

.tgl_menu_list ul li.nav_mega_menu div a::after {
  display: none;
}

/* ------- スライドメニュー tabindex対応------- */
/* シングル */
.tgl_menu_list ul li.nav_single_menu:focus-within > div {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* メガ */
.tgl_menu_list ul li.nav_mega_menu:focus-within > .mega_menu_wrap {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* 追従時の設定 */
/*.nav_wrap.fixed {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nav_wrap.fixed .tgl_menu_list ul li {
  margin-left: auto;
  margin-right: auto;
}*/

/*============================================================================

  #mainvisual

============================================================================*/
/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
#mainvisual {
  display: block;
  position: relative;
  height: 240px;
  background-image: url(../images/mv01.jpg);
  background-color: #f0f0f0;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 126px;
}

#mainvisual .inner {
  display: table;
  position: relative;
  height: inherit;
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#mainvisual p.headline {
  position: relative;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  font-family: var(--A1);
}

/* タイトル */
.mainvisual_headline p.headline {
  font-weight: bold;
  font-size: 27px;
  color: #fff;
}

/* 英語 */
.mainvisual_headline p {
  font-family: var(--Gar);
  font-size: 15px;
  color: #fff;
}

/* 飾りの英語の棒 */
.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 p.headline::before,
#mainvisual p.headline::after {
  display: none;
}

/*==================================================================

  #contents

==================================================================*/
main {
  display: block;
}

#contents {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  /*padding-bottom: 100px;*/
}

#contents.clinic {
  width: 100%;
}

#contents_left {
  float: left;
  width: 840px;
}

/* 診療案内 右メニュー */
#contents_right {
  float: right;
  width: 280px;
  font-size: 15px;
  line-height: 1.6;
  position: sticky;
  top: 140px;
  padding: 0;
  margin: 70px 0 0;
}

.right_medical p {
  text-align: center;
}

.right_medical p a {
  display: block;
  padding: 15px 0;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 19px;
  transition: 0.1s ease-in-out;
  border-radius: 20px 20px 0 0;
}

.right_medical p a span {
  display: block;
  font-size: 14px;
}

.right_medical p a:hover {
  background-color: #e0d6ce;
  color: #1F2774;
}

.right_medical {
  padding: 10px;
  background: #1F2774;
  border-radius: 27px;
  position: relative;
}

.right_medical ul {
  background-color: #fff;
  border-radius: 15px;
}

.right_medical li:nth-child(odd) {
  background-color: #f1ebe2;
}

.right_medical li:nth-child(even) {
  background-color: #f9f4ee;
}

.right_medical li a {
  display: block;
  padding: 10px;
  text-align: center;
}

.right_medical li a:hover {
  background-color: #fff;
}

.right_medical li:last-child a:hover {
  border-radius: 0 0 20px 20px;
}

.right_medical li:last-child {
  margin-bottom: 0;
  border-radius: 0 0 20px 20px;
}

.right_medical img {
  width: 100%;
}

.right_medical li:nth-child(odd) {
  background-color: #f1ebe2;
}

/*==================================================================

	アコーディオン

==================================================================*/
.accordionbox {
  width: 100%;
  margin: 0 auto 1px;
  background: #fff;
  border-radius: 20px;
}

.switch {
  display: block;
  padding: 20px 0 18px 0;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
  color: var(--main-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 3px solid var(--main-color);
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
}

.contentWrap {
  display: none;
  margin-bottom: 80px;
  padding: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #f5f5f5;
}

.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  float: left;
  margin: 15px 10px 0 13px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: var(--main-color);
  border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.oralpeace {
  width: 1080px;
  margin: 0 auto 235px;
  padding: 20px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.oralpeace::after {
  display: block;
  clear: both;
  content: "";
}

.oralpeace dt {
  float: left;
}

.oralpeace dd {
  float: right;
  width: 65%;
  padding: 0 10px 0 0;
}

.oralpeace h4 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 600;
}

.oralpeace p {
  margin-bottom: 10px;
}

.oralpeace p:last-child {
  margin-bottom: 0;
}

.oralpeace {
  width: 1080px;
  margin: 0 auto 235px;
  padding: 20px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.oralpeace::after {
  display: block;
  clear: both;
  content: "";
}

.oralpeace dt {
  float: left;
}

.oralpeace dd {
  float: right;
  width: 65%;
  padding: 0 10px 0 0;
}

.oralpeace h4 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: 600;
}

.oralpeace p {
  margin-bottom: 10px;
}

.oralpeace p:last-child {
  margin-bottom: 0;
}

/*============================================================================

  $footer

============================================================================*/
footer {
  position: relative;
  width: 100%;
}

/* フッターの医院概要 */
.footer_info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	/*padding: 95px 0 90px;*/
	/*padding: 50px 0 90px;*/
	padding: 50px 0 60px;
}

.footer_info_left {
  width: 515px;
  margin-left: 37px;
}

.footer_info_overview {
  width: 100%;
}

.footer_info_overview_logo {
  text-align: center;
  margin-bottom: 40px;
}

.footer_info_overview_logo img {
	width: 400px;
	height: auto;
  /*width: 237px;
  height: 239px;*/
}

.footer_info_overview_add {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.footer_info_overview_tel {
  text-align: center;
  margin-bottom: 37px;
}

.footer_info_overview_tel a {
  font-size: 30px !important;
  color: var(--sub-color);
  font-family: var(--Gar);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer_info_overview_tel a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.footer_info_overview_tel a:hover {
  color: var(--sub-color);
}

.footer_info_right {
  width: 530px;
  margin-right: 37px;
}

.footer_info_access .btn01 {
  text-align: right;
}
.footer_info_access .btn01 a {
  min-width: 200px;
  padding: 15px 40px 15px 20px;
}
.footer_info_access .btn01 a::after {
  width: 19px;
  height: 10px;
  background-image: url(../images/icon_arrow_wh.svg);
}

.footer_info_access_map {
  margin-bottom: 25px;
}

.footer_info_access_map iframe {
  width: 100%;
  height: 430px;
}

.footer_info_access_desc {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
}
.footer_info_access_desc i {
  color: var(--sub-color);
  font-size: 25px;
  margin-right: 10px;
}

.footer_info_calendar {
  height: 340px;
  margin-bottom: 20px;
}

/* バナーエリア */
.footer_bnr {
  padding: 50px 0;
  background: #efefef;
}
.footer_bnr ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_bnr ul li {
  /*width: calc(25% - 15px);*/
  width: calc(30% - 15px);
}
.footer_bnr ul li a {
  transition: 0.2s ease-in-out;
}
.footer_bnr ul li a:hover {
  opacity: 0.8;
}
.footer_bnr ul li img {
  width: 100%;
  height: auto;
}

.footer_announce {
	padding: 60px 0 30px;
}
.footer_announce .box1 {
	border: 1px solid #ece2d3;
	padding: 30px 20px 25px;
}
.footer_announce .box1 h3 {
	color: #fff;
	background-color: var(--main-color);
	font-family: var(--A1);
	font-size: 1.4em;
	line-height: 1.8;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 20px;
}
.footer_announce .box1 .list03 {
	margin-top: 10px;
}
.footer_announce .box1 .list03 li {
	margin-bottom: 0;
}
/* その他 */
.footer_other {
  padding: 60px 0 50px;
}

.footer_other_flex_wrap {
  display: flex;
  align-items: flex-end;
  gap: 40px 270px;
}

.footer_other_logo {
  max-width: 357px;
  margin-bottom: 36px;
}
.footer_other_logo img {
  width: 100%;
  height: auto;
}

.footer_other_add {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.footer_other_tel a {
  font-size: 30px !important;
  color: var(--sub-color);
  font-family: var(--Gar);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer_other_tel a:hover {
  color: var(--sub-color);
}
.footer_other_tel a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.footer_other_sitemap {
  margin-bottom: 20px;
}
.footer_other_sitemap a {
  color: var(--text-color);
  font-size: 14px;
  font-family: var(--ShuM);
  letter-spacing: 0.1em;
  transition: 0.2s ease-in-out;
}
.footer_other_sitemap a:hover {
  color: var(--sub-color);
}

/* ページトップ */
.pagetop,
.pagetop img {
  width: 88px;
  height: 30px;
}

.pagetop {
  position: fixed;
  z-index: 10;
  right: 45px;
  bottom: 45px;
  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;
}

/* コピーライト */
.copy {
  padding-bottom: 45px;
  text-align: center;
}

.copy small {
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.2em;
}

/*==================================================================

  タイトル

==================================================================*/
h1 {
  font-size: 12px;
  /*position: absolute;*/
  position: fixed;
  width: 1200px;
  top: 5px;
  right: 0;
  left: 0;
  text-align: right;
  margin: auto !important;
  z-index: 9999;
}

.title_wrap {
  text-align: center;
}
.title_wrap span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: var(--main-color);
  font-family: var(--Gar);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.title_wrap span::before, .title_wrap span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: var(--main-color);
}
.title_wrap span::before {
  left: -65px;
}
.title_wrap span::after {
  right: -65px;
}
.title_wrap h2 {
  font-family: var(--A1);
  font-size: 52px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.title_wrap_02 {
  text-align: center;
  margin-bottom: 45px;
}
.title_wrap_02 span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: var(--main-color);
  font-family: var(--Gar);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.title_wrap_02 span::before, .title_wrap_02 span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: var(--main-color);
}
.title_wrap_02 span::before {
  left: -65px;
}
.title_wrap_02 span::after {
  right: -65px;
}
.title_wrap_02 h2 {
  font-family: var(--A1);
  font-size: 200%;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

/*中央寄せ　背景画像あり*/
.tit01 {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--ShuM);
  font-size: 24px;
  border-left: 4px solid var(--text-color);
  padding-left: 10px;
}

.tit01::before {
  position: absolute;
  width: 4px;
  height: 50%;
  bottom: 0;
  left: -4px;
  background: var(--main-color);
  content: "";
}

/* 左寄せ　背景画像あり */
.tit02 {
  position: relative;
  z-index: 0;
  display: table;
  padding-bottom: 4px;
  margin-bottom: 30px;
  border-bottom: double 4px var(--main-color);
  letter-spacing: 0.15em;
  color: var(--text-color);
  font-size: 22px;
  font-family: var(--ShuM);
  line-height: 1.4;
  text-align: left;
}
#contents.clinic .tit02{
  margin: 0 auto 30px;
}
/*左寄せ*/
.tit03 {
  display: table;
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: var(--main-color);
  font-size: 19.5px;
  font-family: var(--ShuM);
  text-align: left;
}

/*左寄せ*/
.tit04 {
  position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-size: 16px;
  font-weight: bold;
}

/*==================================================================

  .list
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/*院長略歴*/
.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 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: 3px;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  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;
  padding-left: 15px;
}

.list05 li:before {
  position: absolute;
  left: 0;
  top: 0.3em;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          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: 3px;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

/*まる & 枠 */
.list07 {
  border: 3px solid #eee;
  padding: 30px;
}

.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: 3px;
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

.list07 li i {
  margin-right: 8px;
}

/*チェック*/
.list08 {
  margin-bottom: 30px;
  padding: 35px 10px 20px 45px;
  background-color: #f7f7f7;
}

.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: -2px;
  left: -35px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f00c";
  padding-left: 10px;
  color: var(--main-color);
}

.list08-box {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  padding: 30px;
  background: #b8bfff;
}

.list08-box .list08 {
  margin-bottom: 0;
  padding: 35px 25px 20px 50px;
  background-color: #fff;
}

.list08-box .list08 li {
  width: auto;
}

.list08-box::before {
  position: absolute;
  width: 65px;
  height: 50px;
  top: -5px;
  left: -5px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0 85%, 100% 0);
  clip-path: polygon(0 0, 0 85%, 100% 0);
  background-color: var(--main-color);
  z-index: 0;
  content: "";
}

.list08-box::after {
  position: absolute;
  width: 65px;
  height: 50px;
  bottom: -5px;
  right: -5px;
  margin: auto;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 15%);
  clip-path: polygon(0 100%, 100% 100%, 100% 15%);
  background-color: var(--main-color);
  z-index: 0;
  content: "";
}

/*数字＋背景色*/
.list09 {
  padding: 25px;
  background: #f5f5ff;
  counter-reset: section;
}

.list09 li {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: var(--main-color) 1px dashed;
}

.list09 li::before {
  counter-increment: section;
  content: counter(section);
  padding-right: 8px;
  font-size: 106%;
  font-weight: 700;
  color: var(--main-color);
}

/*●の数字＋背景色*/
.list10 {
  padding: 25px;
  background: #f5f5ff;
  counter-reset: section;
}

.list10 li {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: var(--main-color) 1px dashed;
}

.list10 li::before {
  display: inline;
  counter-increment: section;
  content: counter(section);
  font-size: 106%;
  font-weight: 700;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 20px;
  padding: 2px 11px;
  margin-right: 10px;
}

/*数字の右側に）＋背景色*/
.list11 {
  padding: 25px;
  background: #f5f5ff;
  counter-reset: section;
}

.list11 li {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: var(--main-color) 1px dashed;
}

.list11 li::before {
  display: inline;
  counter-increment: section;
  content: counter(section) " )";
  font-size: 106%;
  font-weight: 700;
  color: #1F2774;
  flex-basis: 35px;
  flex-shrink: 0;
}

/*米印のリスト*/
.list12 li {
  position: relative;
  margin-bottom: 5px;
  color: #888;
  font-size: 95%;
  padding-left: 1em;
  text-indent: -1em;
}

.list12 li::before {
  content: "※";
  display: inline;
}

/*----------番号付き----------*/
ol:not(.flex-control-nav) {
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol:not(.flex-control-nav) li {
  margin: 0 0 10px 35px;
  list-style-type: none;
  position: relative;
}

ol:not(.flex-control-nav) li:last-of-type {
  margin: 0 0 0 35px;
}

ol:not(.flex-control-nav) li:before {
  padding: 2px 8px;
  border-radius: 2%;
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  left: -35px;
  position: absolute;
}

/*----------番号（四角の背景色付き）----------*/
ol.square {
  padding: 0;
  counter-reset: number;
  list-style: none;
  background: var(--bg-color);
  padding: 15px;
}

ol.square li {
  margin-bottom: 12px;
  list-style-type: none;
}

ol.square li:before {
  padding: 2px 8px;
  background: var(--main-color);
  color: #fff;
  counter-increment: number;
  content: counter(number);
}
ol.square li:nth-child(10)::before  {
	left: -40px;
}

/*----------番号（四角の背景色付き）----------*/
ol.circle {
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol.circle li {
  margin-bottom: 12px;
  list-style-type: none;
}

ol.circle li:before {
  margin: 0 0 8px;
  line-height: 1.6;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: unset;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/*==================================================================

  .btn
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/*ボタン ゴースト*/
.btn01 a,
.btn01 p {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 15px 50px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "EB Garamond", "Shuei Mincho M", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #000;
  transition: ease-in-out 0.1s;
  min-width: 191px;
  cursor: pointer;
}
.btn01 a::before,
.btn01 p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid var(--main-color);
  transition: ease-in-out 0.1s;
}
.btn01 a::after,
.btn01 p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 6px;
  background: url(../images/icon_point_arrow.svg) no-repeat center/cover;
  transition: ease-in-out 0.1s;
}

.btn01 a img,
.btn01 p img {
  margin-left: 8px;
}

.btn01 {
  position: relative;
}

.btn01 a:hover,
.btn01 p:hover {
  background: var(--main-color);
}
.btn01 a:hover::before,
.btn01 p:hover::before {
  border-color: #fff;
}
.btn01 a:hover::after,
.btn01 p:hover::after {
  right: 15px;
}

.btn01.no_arw p {
  padding: 11.5px 50px;
}
.btn01.no_arw p::after {
  display: none;
}

.btn01.white a {
  color: var(--text-color);
  border: 1px solid #000;
  background: #fff;
}
.btn01.white a::after {
  background-image: url(../images/icon_arrow_br.svg);
}
.btn01.white a:hover {
  color: #fff;
  border-color: var(--main-color);
  background: var(--main-color);
}
.btn01.white a:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/*==================================================================

  $画像寄せ
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 0 !important;
  text-align: center;
  max-width: 300px;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
  width: 100%;
  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;
}

/*==================================================================

  $アンカーリンンク
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* 共通CSS */
[class^=ank0] {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

[class^=ank0] li {
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}

[class^=ank0] li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 5px 15px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  font-size: 13px;
  color: var(--main-color);
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

[class^=ank0] li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

[class^=ank0] li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

/* 2個並び */
.ank02 li {
  width: 48%;
}

/* 3個並び */
.ank03 li {
  width: 30%;
}

/* 4個並び */
.ank04 li {
  width: 23%;
}
.ank04:after {
    content: "";
    width: 46%;
    margin: 0 2%;
}
/*==================================================================

  .layout
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* --------------layout共通タイトル-------------- */
.layout_tit {
  color: #1F2774;
  font-size: 18px;
  font-weight: bold;
}

.layout_tit em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout_tit span {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

/* layout小タイトル */
.layout_tit_02 {
  color: #1F2774;
  font-size: 18px;
  font-weight: bold;
}

/* 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 .layout01_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.layout01 .layout01_box:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout01 .layout01_title {
  width: 30%;
  background-color: var(--bg-color);
  letter-spacing: 0.1em;
  color: var(--text-color);
  font-family: var(--HGW6);
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.layout01 .layout01_title em {
  display: block;
  width: 100%;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  font-weight: normal;
  color: #C3AF97;
}

.layout01 .layout01_title span {
  font-size: 75%;
}

.layout01 .layout01_text {
  width: 70%;
  padding: 3%;
}
.layout01 .layout01_text p:last-child {
	margin-bottom: 0;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.layout02::after {
  display: block;
  clear: both;
  content: "";
}

.layout02 .layout02_box {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 4%;
  background-color: var(--bg-color);
}

.layout02 .layout02_box:nth-child(even) {
  margin-right: 0;
}

.layout02 .layout02_box .layout02_text {
  margin-bottom: 10px;
  font-family: var(--HGW6);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
}

.layout02 .layout02_text img {
  width: 100%;
  height: auto;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}

.layout03 .layout03_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}

.layout03 .layout03_title {
  width: 27%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.layout03 .layout03_title img {
  width: 100%;
  height: auto;
}

.layout03 .layout03_text {
  width: 73%;
  padding: 1% 3%;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 {
  margin: 0 0 15px;
}

.layout04 .layout04_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}

.layout04 .layout04_title {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}

.layout04 .layout04_title img {
  width: 100%;
  height: auto;
}

.layout04 .layout04_text {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}

/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}

.layout05 .layout05_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}

.layout05 .layout05_title {
  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 .layout05_title img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}

.layout05 .layout05_text1 {
  padding: 1% 3%;
  vertical-align: top;
}

.layout05 .layout05_text1:nth-child(2) {
  width: 40%;
}

.layout05 .layout05_text1:nth-child(3) {
  width: 40%;
  border-left: 1px solid #e2e2e2;
}

.layout05 .layout05_title h4 {
  font-size: 18px;
  font-weight: bold;
}

.layout05 .layout05_text1 h5 {
  font-weight: bold;
  margin: 0 0 5px;
}

.layout05 .layout05_text1 h4 em,
.layout05 .layout05_text1 h5 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05_text1 ul {
  margin-bottom: 15px;
}

.layout05 ul.list03 li {
  margin: 0;
}

/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}

.layout06 .layout06_box {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}

.layout06 .layout06_box:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout06 .layout06_box:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout06 .layout06_title {
  width: 30%;
  padding: 0 3%;
  background-color: var(--bg-color);
  vertical-align: middle;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 120%;
}

.layout06 .layout06_title h4 {
  letter-spacing: 0.1em;
  color: var(--text-color);
  font-weight: bold;
  text-align: center;
}

.layout06 .layout06_box:last-of-type {
  padding: 0;
}

/* 数字 */
.layout06 .layout06_title em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: normal;
  color: #C3AF97;
}

.layout06 .layout06_text1 {
  padding: 2% 3%;
  vertical-align: top;
}

.layout06 .layout06_text1:nth-child(2) {
  width: 35%;
}

.layout06 .layout06_text1:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}

.layout06 .layout06_text1 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}

/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.layout07::after {
  display: block;
  clear: both;
  content: "";
}

.layout07 .layout07_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}

.layout07 .layout07_box:nth-child(3n) {
  margin-right: 0;
}

.layout07 .layout07_box .layout07_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout07 .layout07_box .layout07_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}

.layout07 .layout07_box .layout07_text {
  line-height: 1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.layout08 .layout08_box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}

.layout08 .layout08_box:last-child {
  margin-right: 0;
}

.layout08 .layout08_box::before {
  position: absolute;
  right: 0px;
  left: 0;
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  content: "";
  bottom: -16px;
  margin: auto;
}

.layout08 .layout08_box:last-child::before {
  display: none;
}

.layout08 .layout08_box .layout08_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout08 .layout08_box .layout08_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}

.layout08 .layout08_box .layout08_text {
  line-height: 1.5;
}

/* 1つ並びで2列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout09 {
  margin: 0 0 15px;
}

.layout09 .layout09_box {
  display: flex;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 2%;
}

.layout09 .layout09_title {
  padding: 2%;
  width: 27%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.layout09 .layout09_title img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}

.layout09 .layout09_text1 {
  padding: 1% 3%;
  width: 73%;
  vertical-align: top;
}

.layout09 .layout09_title h4 {
  font-size: 18px;
  font-weight: bold;
}

.layout09 .layout09_text1 h5 {
  font-weight: bold;
  margin: 0 0 5px;
}

.layout09 .layout09_text1 h4 em,
.layout09 .layout09_text1 h5 em {
  margin-right: 10px;
  color: #71b4d7;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout09_text1 ul {
  margin-bottom: 15px;
}

.layout09 ul.list03 li {
  margin: 0;
}

/* layout10 */
.layout10 {
  position: relative;
}

.layout10 .flow_box {
  position: relative;
  display: flex;
  padding: 32px;
  background: #fff;
}

.layout10 .flow_box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #71b4d7 dotted 4px;
  box-sizing: border-box;
  content: "";
}

.layout10 .flow_box:first-child::before {
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}

.layout10 .flow_box:last-child::before {
  top: 2px;
  bottom: auto;
  height: 86px;
}

.layout10 .flow_box:nth-child(even) {
  background: #dfebf5;
}

.layout10 .flow_box:nth-child(odd) {
  background: #f7f8f9;
}

.layout10 .flow_box .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: #1f2774;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}

.layout10 .flow_box .layout10_box {
  width: 90%;
}

.layout10 .flow_box .layout10_text .title {
  background: #1f2774;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.12em;
}

.layout10 .flow_box .layout10_text .title span {
  position: relative;
}

.layout10 .flow_box .layout10_text .title span::after {
  display: inline-block;
  content: "|";
  margin: 0 12px;
}

.layout10 .flow_box .layout10_text .title2 {
  padding-bottom: 2px;
  padding-top: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px dashed rgba(35, 24, 21, 0.4);
}

.layout10 .flow_box .layout10_text .list03 {
  margin-top: 8px;
}

.layout10 .flow_box .layout10_text .list03 li {
  margin-bottom: 0;
}

.layout10 .flow_box .layout10_text .list03 li::before {
  background-color: #1f2774;
  border: 1px solid #1f2774;
}

.layout10 .flow_box .layout10_text .list_column {
  display: flex;
  flex-wrap: wrap;
}

.layout10 .flow_box .layout10_text .list_column li {
  margin-right: 5%;
}

/* layout11 */
.layout11 {
  position: relative;
}

.layout11_box {
  padding: 8px;
  background: var(--bg-color);
}

[class^=layout11_image] img {
  width: 100%;
  height: auto;
}

[class^=layout11_text] {
  margin-top: 8px;
}

[class^=layout11_text] dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[class^=layout11_text] dl dt {
  /*background: #1F2774;*/
    background: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  /*border: 1px solid #1F2774;*/
    border: 1px solid var(--main-color);
  width: 20%;
  margin-bottom: 2px;
}

[class^=layout11_text] dl dd {
  padding: 12px;
  background: #fff;
  /*border: 1px solid #1F2774;*/
    border: 1px solid var(--main-color);
  width: 80%;
  margin-bottom: 2px;
}

[class^=layout11_text] .desc {
  background: #fff;
  /*border: 1px solid #1F2774;*/
border: 1px solid var(--main-color);
  padding: 16px;
}

[class^=layout11_text] .desc p {
  margin-bottom: 0;
}

/* layout11 ver.1 */
.layout11_text01 dl dt {
  margin-left: 0;
}

/* layout11 ver.2 */
.layout11_image02 {
  display: flex;
  justify-content: space-between;
}

.layout11_image02 span {
  position: relative;
  display: block;
  width: 47%;
}

.layout11_image02 span:last-child::before {
  position: absolute;
  top: 0;
  bottom: 0;
  /*left: -32px;*/
    left: -38px;
  margin: auto;
  display: flex;
  align-items: center;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  /*color: #1F2774;*/
    color: var(--main-color);
  line-height: 1;
}

.layout11_text02 dl {
  width: 100%;
}

.layout11_text02 dl dt {
  margin-left: 2px;
  margin-bottom: 2px;
  width: 15%;
}

.layout11_text02 dl dt:nth-of-type(odd) {
  margin-left: 0;
}

.layout11_text02 dl dd {
  width: calc(35% - 1px);
}

.layout11_text02 .desc {
  width: 100%;
}
/*-----▽241219追加css-----*/
.layout11_text02 dl {
  display: flex;
  flex-wrap: wrap;
}

.layout11_text02 dl dt {
    font-family: var(--ShuM);
  width: 20%;
  margin-left: 0; 
  margin-bottom: 2px; 
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 105%;
}

.layout11_text02 dl dd {
  width: 80%;
  margin-bottom: 2px; 
  text-align: left; 
}
/*-----△241219追加css-----*/
/*注意書き*/
.caution {
  background: var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
  border-radius: 15px;
}

.caution span {
  width: 55px;
  height: 55px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: -5px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}

.caution span::before {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  -webkit-clip-path: polygon(100% 85%, 40% 0, 0 53%);
  clip-path: polygon(100% 85%, 40% 0, 0 53%);
  background-color: var(--main-color);
  z-index: 1;
  content: "";
}

.caution p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  font-family: var(--HGW6);
  color: var(--main-color);
}

/* 旧仕様のlayout */
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 {
  padding-bottom: 20px;
}

.layout01 dl {
  display: table;
  position: relative;
  top: 5px;
  width: 100%;
  margin-bottom: 5px;
}

.layout01 dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #dde7ca;
  content: "";
}

.layout01 dl:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #dde7ca;
  content: "";
}

.layout01 dt, .layout01 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout01 dt {
  min-width: 20%;
  width: 20%;
  padding: 0 3%;
  background-color: #f6f6f6;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* 数字 */
.layout01 dt em {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: var(--sub-color);
}

.layout01 dd {
  padding: 3%;
}

/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02::after {
  display: block;
  clear: both;
  content: "";
}

.layout02 dl {
  width: 40.2%;
  float: left;
  margin-right: 4%;
  margin-bottom: 25px;
  padding: 3% 3.9% 4%;
  background-color: var(--bg-color);
}

.layout02 dl:nth-child(even) {
  margin-right: 0;
}

.layout02 dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

/* 数字 */
.layout02 dl dt em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout02 dl dd {
  line-height: 1.6;
  font-size: 14.5px;
  text-align: center;
}

.layout02 dl dd img {
  width: 160px;
  margin-bottom: 15px;
}

.layout02 dl dd p {
  margin-bottom: 0;
  text-align: justify;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  padding-bottom: 20px;
}

.layout03 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 2%;
}

.layout03 dt, .layout03 dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

.layout03 dt {
  width: 27%;
  padding: 3%;
  background-color: #fff;
  text-align: center;
}

.layout03 dt img {
  width: 100%;
  padding-bottom: 10px;
}

.layout03 dd {
  width: 73%;
  padding: 1% 3%;
}

.layout03 dd .title {
  font-family: var(--ShuB);
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}

.layout03 dd .title em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 {
  padding-bottom: 20px;
}

.layout04 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}

.layout04 dt, .layout04 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout04 dt {
  width: 27%;
  padding-right: 2%;
  vertical-align: middle;
}

.layout04 dt img {
  width: 100%;
}

.layout04 dd {
  width: 73%;
  padding: 3%;
  background-color: #fff;
  vertical-align: middle;
}

.layout04 dd .title {
  font-family: var(--ShuB);
  color: #1F2774;
  font-size: 18px;
  font-weight: bold;
}

.layout04 dd .title span {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  padding-bottom: 20px;
}

.layout05 dl {
  display: table;
  position: relative;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 2%;
  font-size: 14px;
}

.layout05 dt, .layout05 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout05 dt {
  width: 25%;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.layout05 dt img {
  width: 100%;
  padding-bottom: 10px;
}

.layout05 dd {
  padding: 1% 3%;
  vertical-align: top;
}

.layout05 dd:nth-child(2) {
  width: 36.5%;
}

.layout05 dd:nth-child(3) {
  width: 38.5%;
  border-left: 1px solid #e2e2e2;
}

.layout05 dd .title em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05 dd .title {
  font-family: var(--ShuB);
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
}

.layout05_text1 ul {
  margin-bottom: 15px;
}

.layout05_text1 ul li {
  text-indent: -1em;
  margin-left: 1em;
}

/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  padding-bottom: 20px;
}

.layout06 dl {
  display: table;
  position: relative;
  padding-bottom: 5px;
  font-size: 14px;
}

.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 dl:last-child {
  padding-bottom: 0;
}

.layout06 dt, .layout06 dd {
  display: table-cell;
  box-sizing: border-box;
}

.layout06 dt {
  min-width: 28%;
  padding: 0 3%;
  background-color: #f6f6f6;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* 数字 */
.layout06 dt em {
  display: block;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  color: var(--sub-color);
}

.layout06 dd {
  padding: 2% 3%;
  vertical-align: top;
}

.layout06 dd:nth-child(2) {
  width: 40%;
}

.layout06 dd:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}

.layout06 dd .title {
  font-family: var(--ShuB);
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
}

.layout06_text1 ul {
  margin-bottom: 15px;
}

.layout06_text1 ul li span {
  display: block;
}

/* 3つ並びのレイアウト。 */
.layout07::after {
  display: block;
  clear: both;
  content: "";
}

.layout07 dl {
  float: left;
  width: 100%;
  /*margin-right: 2%;*/
  margin-bottom: 20px;
  padding: 3% 3% 1.5%;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.layout07 dl:nth-child(3n) {
  margin-right: 0;
}

.layout07 dl dt {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: var(--main-color);
}

.layout07 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "athelas", serif;
}

.layout07 dl dd.airflow {
  padding: 20px;
  background: #FFFFFF;
  /*border:solid 1px #ddd;*/
  border-radius: 10px;
  margin: 0 0 10px;
}

/* 3つ並びのレイアウト2 */
.layout07_2::after {
  display: block;
  clear: both;
  content: "";
}

.layout07_2 dl {
  float: left;
  width: 43%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 3%;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.layout07_2 dl:nth-child(2n) {
  margin-right: 0;
}

.layout07_2 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: var(--main-color);
}

.layout07_2 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: "athelas", serif;
}

.layout07_2 dl dd {
  line-height: 1.7 !important;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  overflow: hidden;
}

.layout08 dl {
  position: relative;
  float: left;
  width: 24.6%;
  margin-right: 4.1%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}

.layout08 dl::before {
  position: absolute;
  right: -17px;
  top: 0;
  height: 7px;
  width: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #33409A;
  border-right: 2px solid #33409A;
  content: "";
  bottom: 0;
  margin: auto;
}

.layout08 dl:nth-child(3n) {
  margin-right: 0;
}

.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;
}

.medical_none {
  display: none !important;
}

/*==================================================================

  $table
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* 診療時間（医院紹介、アクセス共通） */
.footer_info_sche {
  width: 506px;
}

.schedule table {
  width: 100%;
}

.schedule p {
  margin-left: 22px;
  margin-bottom: 2px;
}

.schedule p strong {
  color: #1F2774;
}

.schedule p:last-child {
  margin-bottom: 0;
}

.schedule_note li {
  display: block;
  letter-spacing: 0.09em;
}
.schedule_note li span {
  color: var(--sub-color);
}

/*フッターの診療時間*/
.tb01 {
  margin-bottom: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
  /*border-radius: 10px;*/
  overflow: hidden;
}
.tb01 tr {
  border-bottom: 1px solid var(--main-color);
}
.tb01 td, .tb01 th {
  font-size: 16px;
  /*border-bottom: 1px solid #dbf0ea;*/
  border: 1px solid var(--main-color);
  vertical-align: middle;
}

.tb01 th {
  width: 30%;
  height: 50px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-family: var(--HGW6);
}

.tb01 td {
  color: var(--main-color);
  width: 10%;
  text-align: center;
}

.tb01 tr:first-of-type th, .tb01 tr:first-of-type td {
  font-size: 15px;
  color: #fff;
  background: var(--main-color);
}
.tb01 tr:last-of-type th, .tb01 tr:last-of-type td {
  border-bottom: none;
}

/* 下線のみのテーブル */
.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}

.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: #f0f0f0;
  white-space: nowrap;
}

.tb03 td, .tb03 th {
  padding: 12px 36px;
}

.tb03 th {
  font-family: var(--HGW6);
  white-space: nowrap;
  text-align: left;
  color: #666;
  background-color: #FAFAFA;
  font-size: 16px;
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
}

/*==================================================================

  $box
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
.box1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.box2 {
  width: 1080px;
  margin: 0 auto 100px;
}
.text {
  position: relative;
  margin-bottom: 50px;
}

.text p {
  margin-bottom: 1em;
}

.tit_text {
  padding: 30px 0;
  margin-bottom: 20px;
}

/*==================================================================

  .sec_banner

==================================================================*/
.sec_banner {
  padding: 60px 0;
  background: var(--bg-color);
}

.bnr_list {
  display: flex;
  gap: 15px 28px;
}
.bnr_list a {
  transition: 0.2s ease-in-out;
}
.bnr_list a:hover {
  opacity: 0.8;
}

.medical_bnr_box p a {
	transition: 0.2s ease-in-out;
}
.medical_bnr_box p a:hover {
	opacity: 0.8;
}
.bnr_yoyaku a {
	transition: 0.2s ease-in-out;
}
.bnr_yoyaku a:hover {
	opacity: 0.8;
}
/*==================================================================

  .sec_first

==================================================================*/
.sec_first {
  /*padding: 97px 0 127px;*/
  padding: 77px 0 127px;
}

.box_first {
  padding: 20px 0 0;
  margin-bottom: 84px;
  background: url(../images/bg_first.png) no-repeat center top;
}
.box_first .title_wrap {
  margin-bottom: 25px;
}
.box_first .title_wrap h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 31px;
  margin: auto;
}
.box_first .title_wrap h2::before, .box_first .title_wrap h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 136px;
  height: 2px;
  background: linear-gradient(to Right, #eeaddf 0%, #8dc21f 100%);
}
.box_first .title_wrap h2::before {
  left: -168px;
}
.box_first .title_wrap h2::after {
  right: -168px;
}
.box_first > p {
  text-align: center;
  font-family: var(--ShuM);
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 2.46;
  margin-bottom: 25px;
}

.btn_list {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
}
.btn_list .btn01 a,
.btn_list .btn01 p {
  min-width: 228px;
}
.btn_list .btn01:not(.no_arw) a {
  padding: 17px 50px;
}

.part_flex_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 40px;
}

.part_flex_item {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.part_title {
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: 440px;
  width: 100%;
  margin: 0 auto -60px;
  text-align: center;
  padding: 20px 0 30px;
}
.part_title::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px solid var(--main-color);
}
.part_title p {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin: -40px auto 5px;
  color: var(--main-color);
  font-family: var(--Gar);
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 25px;
}
.part_title p span {
  font-size: 57px;
}
.part_title h3 {
  font-family: var(--ShuL);
  font-size: 27px;
  line-height: 1.85;
}

.part_bg {
  position: relative;
  z-index: 0;
  height: 482px;
}
.part_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.part_text {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 73px;
  padding: 0 40px;
}
.part_text p {
  max-width: 633px;
  margin: 0 auto;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.part_text .btn01 {
  text-align: center;
}

/*==================================================================

  .sec_news

==================================================================*/
.sec_news {
  /*padding: 124px 0 180px;*/
    padding: 124px 0 90px;
  background: var(--bg-color);
  padding-top: 0;
}
.sec_news .title_wrap {
  margin-bottom: 80px;
}

.news_btn {
  display: flex;
  justify-content: flex-start;
  /*justify-content: space-between;*/
}
.news_btn.col4 li {
  /*width: calc(25% - 2px);*/
  width: calc(35% - 2px);
}
.news_btn li {
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: var(--ShuM);
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  background: var(--main-color);
  padding: 11.5px 10px;
  transition: 0.2s ease-in-out;
}
.news_btn li.active {
  cursor: default;
  color: var(--text-color);
  background: #fff;
}
.news_btn li:not(.active):hover {
  opacity: 0.8;
}

.news_tab {
  display: none;
  background: #fff;
  padding: 40px 75px 80px;
}
.news_tab.active {
  display: block;
}
.news_tab ul li {
  border-bottom: 1px solid var(--border-color);
}
.news_tab ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 27px 0 16px;
  transition: background 0.2s ease-in-out;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.news_tab ul li a:hover {
  background: var(--border-color);
}
.news_tab ul li .thumb {
  width: 125px;
  height: auto;
}
.news_tab ul li .thumb img {
  width: 100%;
  height: auto;
}
.news_tab ul li .inner {
  width: calc(100% - 135px);
}
.news_tab ul li .inner .date {
  display: inline-block;
  color: var(--main-color);
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-right: 25px;
}
.news_tab ul li .inner .category {
  display: inline-block;
  color: var(--main-color);
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #ebebeb;
  line-height: 26px;
  min-width: 84px;
  padding: 0 5px;
  text-align: center;
}
.news_tab ul li .inner .title {
  margin-top: 14px;
  color: var(--text-color);
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*==================================================================

  .news （下層）

==================================================================*/
.news_text p {
  margin-bottom: 10px;
}

/* タイトル */
.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;
}

/* css.phpに居た記述 下層のお知らせのCSS */
.news_text_list em {
  display: inline-block;
  min-width: 75px;
  padding: 1px 6px;
  font-style: normal;
  text-align: center;
}

.news_text_list dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
}

.news_text_list dt em, .news_text_list dt span {
  font-weight: normal;
  font-size: 14px;
}

.news_text_list dd {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

/* 日付 */
.news_text_list dd p span {
  margin-right: 10px;
  color: #C0AB92;
}

/*==================================================================

  $access （下層）

==================================================================*/
.access {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.access_guide {
  margin-bottom: 20px;
  font-family: var(--HGW6);
  font-size: 20px;
}
.access_guide span {
  background: linear-gradient(transparent 50%, var(--border-color) 50%);
}

/* 2カラム */
.access_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.access_wrap p {
  width: 100%;
}

.access_wrap p i {
  margin-right: 7px;
}

/* 子要素はクラス名の頭に「access」をつけると下記CSSが適用 */
.access_wrap [class^=access] {
  margin-bottom: 0;
  width: 48%;
}

.access_wrap [class^=access] img {
  width: 100%;
  height: auto;
}

.access_map {
  margin-bottom: 40px;
}

.access_map dt {
  margin-bottom: 10px;
}

.access_map dt i {
  margin-right: 7px;
}

.access_map dd {
  text-align: center;
}

.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: 14px;
}

/* ルート */
.access_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
}

.access_list dl {
  width: 32%;
  margin-bottom: 30px;
}

.access_list dl.last {
  margin-right: 30%;
}

.access_list dt {
  width: 100%;
  height: auto;
}

.access_list dt img {
  width: 100%;
}

.access_list dl dd {
  width: 94%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.9;
  padding-left: 2.5em;
  text-indent: -2.7em;
  letter-spacing: 0.1em;
}

.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: #1F2774;
  border-radius: 3px;
}
/*==================================================================

  .sec_partnership

==================================================================*/
.sec_partnership {
    /*padding: 0 0 180px;*/
    margin: 0 0 90px;
}
.partnership_wrap {
    padding: 3rem;
    border: 2px solid var(--main-color);
    background: #FFF;
}
.partnership_contents p {
    margin-top: 1.5rem;
}
.partnership_contents p a {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.partnership_banner {
    display: flex;
    gap: 1rem;
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 40px;
}
.partnership_banner a:hover {
    opacity: 0.8;
}
.partnership_banner img {
    width: 100%;
}
.partnership_contents h2 {
    font-size: 1.8rem;
    font-family: var(--A1);
    font-weight: 400;
    color: #FFF;
    background: var(--main-color);
    padding: 1rem 0 1.5rem;
    text-align: center;
}
/*==================================================================

  .sec_reason

==================================================================*/
.sec_reason {
  padding: 155px 0;
  background: url(../images/bg_reason.jpg) no-repeat center top/cover;
}
.sec_reason .title_wrap {
  margin-bottom: 115px;
}

.reason_flex_wrap {
  padding: 0 6px;
  display: flex;
  gap: 129px 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.reason_flex_item {
  position: relative;
  max-width: 632px;
  width: calc(33.3333333333% - 6px);
}
.reason_flex_item a:hover .reason_bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.reason_num {
  position: absolute;
  z-index: 1;
  top: -39px;
  left: 20px;
}

.reason_bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 480px;
}
.reason_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.reason_text {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: auto;
  color: #fff;
  padding: 0 20px;
}
.reason_text h3 {
  text-align: center;
  font-size: 28px;
  font-family: var(--A1);
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  line-height: 1.3;
}
.reason_text h3 span {
  display: inline-block;
}
.reason_text p {
  max-width: 430px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

/*==================================================================

  .sec_feature

==================================================================*/
.sec_feature {
  padding: 155px 0 130px;
  background: url(../images/bg_feature.png) no-repeat left top 220px, linear-gradient(135deg, #fff 30%, #e4cca5 100%);
}
.sec_feature .title_wrap {
  margin-bottom: 145px;
}

.feature_flex_item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 90px;
}
/*.feature_flex_item:last-of-type {
  margin-bottom: 0;
}*/

.feature_img {
  margin-top: 40px;
}

.feature_num {
  text-align: right;
  margin-bottom: 22px;
}

.feature_text {
  position: relative;
  z-index: 1;
  max-width: 580px;
  width: 100%;
  margin-right: -80px;
}
.feature_text h3 {
  font-family: var(--A1);
  font-size: 32px;
  line-height: 1.81;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
.feature_text p {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.25;
  margin-bottom: 30px;
}
.feature_text .btn01 {
  text-align: right;
}

.feature_flex_item:nth-of-type(2) {
  flex-direction: row;
}
.feature_flex_item:nth-of-type(2) .feature_text {
  margin-left: -80px;
  margin-right: auto;
}

.feature_flex_item:nth-of-type(3) .feature_text {
  margin-right: -100px;
  max-width: 600px;
}
.feature_flex_item:nth-of-type(3) .feature_text p {
  max-width: 550px;
}
.btn_flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.case_flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.case_flex li {
  width: 500px;
}
.case_flex li img {
  width: 400px;
  margin-bottom: 20px;
}
/*==================================================================================================================================

  *sec_feature02

==================================================================================================================================*/
.js-modal-video {
  cursor: pointer;
}
.js-modal-video img {
  transition: 0.2s ease-in-out;
}
.js-modal-video:hover img {
    opacity: 0.8;
}
.sec_feature02 {
  padding: 80px 0;
  background: url(../images/bg_feature.png) no-repeat left top 220px, linear-gradient(135deg, #fff 30%, #e4cca5 100%);
}

 .sec_feature02 .title_wrap h2 {
    font-family: var(--A1);
    letter-spacing: 0.08em;
    line-height: 1.3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 31px;
    margin: 0 auto 40px;

}
    .sec_feature02 .title_wrap h2 b {
        color: var(--main-color);
    }
.sec_feature02 .title_wrap h2 b {
    display: block;
}
.feature02_list {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.feature02_img img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.feature02_item {
  flex: 1;
}

.feature02_inner > *:not(:last-child) {
  margin-bottom: 1em;
}

.feature02_title {
  margin-top: 20px!important;
  padding: 7px 15px 5px;
  background: var(--sub-color);
  color: #ffffff;
  font-size: 110%;
}

/*==============================================
  *SP 当院の特徴
==============================================*/
@media screen and (max-width: 640px) {
   .sec_feature02 .title_wrap h2 {
        font-size: 18px;
    }
    .sec_feature02 .title_wrap h2 b {
        font-size: 20px;
    }
  .feature02_list {
    flex-flow: column;
    gap: 40px;
  }
}

/*==================================================================

  .sec_medical

==================================================================*/
.sec_medical {
  padding: 128px 0;
  background: url(../images/bg_medical.jpg) no-repeat center top/cover;
  text-align: center;
}
.sec_medical .title_wrap {
  color: #fff;
  margin-bottom: 64px;
}
.sec_medical .title_wrap span {
  color: #fff;
}
.sec_medical .title_wrap span::before, .sec_medical .title_wrap span::after {
  background: #fff;
}
.sec_medical .btn01 a {
  min-width: 300px;
}

/*==================================================================

  medical(下層)

==================================================================*/
.medical_menu {
  position: relative;
  padding-right: 46.3%;
  background: #fff;
}
.medical_menu::before {
  width: 46.3%;
  height: 100%;
  position: absolute;
  content: "";
  background: url(../images/medical/bg_medical_menu.jpg) center center no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: 1;
}
.medical_menu li {
  margin-bottom: 10px;
}
.medical_menu li:last-of-type {
  margin-bottom: 0;
}
.medical_menu li a {
  display: block;
  transition: background 0.2s ease-in-out;
}
.medical_menu li a:hover {
  background: var(--border-color);
}
.medical_menu li a:hover + .detail_box {
  opacity: 1;
  transition: 0.2s ease;
}

.menu_name {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: var(--text-color);
  font-family: var(--ShuB);
  font-size: 20px;
  letter-spacing: 0.08em;
  padding: 5px;
}
.menu_name .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--text-color);
  border-radius: 100%;
}
.menu_name .icon img {
  width: 80%;
  height: auto;
}

.detail_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46.3%;
  z-index: 10;
  opacity: 0;
  transition: 0.2s ease;
  padding: 0 5%;
}
.detail_box p {
  color: #fff;
  font-size: 18px;
  font-family: var(--A1);
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

.flow_Box::before {
  width: 1px;
  height: 63%;
  border-right: var(--main-color) dashed 1px;
  position: absolute;
  left: 74px;
  top: 16.5%;
  content: "";
  z-index: 40;
}

.inner .flow_Box {
  position: relative;
  width: auto;
  overflow: hidden;
}

.flow_Box_policy::before {
  width: 1px;
  height: 63%;
  position: absolute;
  left: 74px;
  top: 16.5%;
  content: "";
  z-index: 40;
}

.inner .flow_Box_policy {
  position: relative;
  width: auto;
  overflow: hidden;
}

.flow {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 30px 30px 30px 50px;
  background: #fafafa;
  position: relative;
  justify-content: space-between;
}

.flow {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 30px 30px 30px 50px;
  background: #fafafa;
  position: relative;
  justify-content: space-between;
}

.flow:nth-child(2n) {
  background: var(--border-color);
}

.flow .num {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--main-color);
  text-align: center;
  line-height: 42px;
  box-sizing: border-box;
  color: #fff;
  font-family: var(--Gar);
  font-size: 40px;
  position: relative;
  border-radius: 50%;
  z-index: 50;
}

.flow .text {
  width: 650px;
  margin: 0;
  font-size: 16px;
}

.flow .text h4,
.flow .text .flow_tit {
  font-family: var(--ShuB);
  font-size: 22px;
  font-weight: bold;
  color: #1b1b1b;
  margin: 0 0 15px;
}

.flow .text h4.policy {
  font-family: var(--ShuB);
  font-size: 22px;
  font-weight: bold;
  color: #1b1b1b;
  margin: 0 0 15px;
}

.flow .text h4.policy span {
  font-family: var(--ShuB);
  font-size: 22px;
  font-weight: bold;
  color: #1b1b1b;
  margin: 0 0 15px;
  padding: 0 2px 4px;
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 240, 206) 0%);
}

.flow .text span {
  font-size: 16px;
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  padding: 6px 7px 3px;
  margin: 0 0 5px 0;
}

.flow .inner em {
  display: block;
  font-family: var(--ShuB);
  margin: 0 0 15px;
}

figure {
  margin: 0;
}

.flow_Box_gbt::before {
  width: 1px;
  height: 76%;
  border-right: var(--main-color) dashed 1px;
  position: absolute;
  left: 74px;
  top: 21%;
  content: "";
  z-index: 40;
}

.flow_Box_gbt .gbt_movie {
  width: 600px;
  height: 338px;
}

.flow_Box_gbt .gbt_movie iframe {
  width: 100%;
  height: 100%;
}

.medical_underbar {
  font-size: 16px;
  line-height: 35px;
  font-family: var(--HGW6);
  color: #f52525;
  background: linear-gradient(transparent 60%, #ffdbdb 0%);
  letter-spacing: 0.1em;
}

.medical_underbar2 {
  font-size: 16px;
  line-height: 35px;
  font-family: var(--HGW6);
  color: #90c31f;
  color: #ec620c;
  background: linear-gradient(transparent 60%, #fff555 0%);
  letter-spacing: 0.1em;
}

.medical_none {
  display: none !important;
}

.medical_contents .box2 {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*==================================================================

  .sec_doctor

==================================================================*/
.sec_greet {
  position: relative;
  z-index: 0;
  /*padding: 125px 0 0;*/
      padding: 125px 0 30px;
  background: url(../images/bg_greet_logo.png) no-repeat left bottom 306px;
}
.sec_greet::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 658px;
  background: #efefef url(../images/bg_greet_text.png) no-repeat right calc(((100% - 1200px ) / 2) + 192px) bottom -6px;
}
.sec_greet::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 658px;
  left: 0;
  width: 36.3%;
  /*height: calc(100% - 967px);*/
  height: calc(100% - 661px);
  background: #f3f9e8 url(../images/bg_greet_logo.png) no-repeat right 125px bottom 73px;
}
.sec_greet .title_wrap {
  margin-bottom: 135px;
}

.greet_flex_wrap {
  display: flex;
  gap: 40px 85px;
  padding-bottom: 148px;
}

.greet_img {
  margin-bottom: 36px;
}

.greet_name {
  font-family: var(--ShuB);
  font-size: 18px;
  letter-spacing: 0.1em;
}
.greet_name .doctor_name {
  color: var(--text-color);
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 34px;
}
.greet_name .doctor_name span {
  font-size: 18px;
  margin-right: 1em;
}

.greet_text {
  margin-top: -13px;
}
.greet_text h3 {
  font-family: var(--ShuB);
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 55px;
}
.greet_text p {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.greet_text p:last-of-type {
  margin-bottom: 0;
}

/*==================================================================

  $doctor （下層）

==================================================================*/
.doctor_flex_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.doctor_greet .text {
  width: 650px;
  font-size: 15px;
  line-height: 32px;
}

.doctor_greet .text em {
  font-size: 16px;
  line-height: 35px;
  font-family: var(--HGW6);
  color: #222;
  border-bottom: solid 3px var(--border-color);
}

.doctor_img_wrap {
  max-width: calc(100% - 700px);
  width: 100%;
}

.doctor_greet .top_doctor_img dd {
  position: absolute;
  top: 375px;
  right: 0;
  width: auto;
  padding: 24px 32px;
  font-size: 20px;
  line-height: 1.6;
  font-family: var(--A1);
  background: var(--main-color);
  color: #fff;
}

.doctor_greet .top_doctor_img {
  position: relative;
  color: #1F2774;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 50px;
}

.doctor_carr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.doctor_carr h4.tit01 {
  margin-bottom: 7px;
}

.doctor_carr_sec1 {
  width: 48%;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #f7f7f7;
  font-size: 14px;
}

.doctor_carr_sec1:last-child {
  margin-right: 0;
}

.doctor_carr .tb02 td {
  text-align: left;
}

.doctor_carr .tb02 td, .doctor_carr .tb02 th {
  font-size: 14px;
}

.doctor_carr_sec1 table {
  width: 100%;
}

.docotorsfile_img {
  display: block;
  margin: 5px;
}

.doctor_right a {
  display: block;
}
.doctor_right a:not(:last-of-type) {
  margin-bottom: 10px;
}

/*==================================================================

  .sec_back

==================================================================*/
.sec_back {
  padding: 190px 0 75px;
  background: url(../images/bg_back_text.png) no-repeat center top 120px, url(../images/bg_back.jpg) no-repeat center top/cover;
}
.sec_back h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: var(--A1);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 80px;
}
.sec_back p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.22;
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
}
.sec_back .btn01 {
  margin-top: 57px;
  text-align: center;
}
.sec_back .btn01 a {
  min-width: 300px;
}

/*==================================================================

  .sec_top_movie

==================================================================*/
.sec_top_movie {
    margin-bottom: 120px;
}

.sec_top_movie .title_wrap {
    margin-bottom: 60px !important;
}

.sec_top_movie h2::before {
    height: 52px;
    background: url(https://lotus-dc.jp/wp/wp-content/themes/system-p-template/images/movie.png) no-repeat center / contain;
}

.top_movie_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.top_movie_icon img {
    width: 100%;
    max-width: 260px;
    transition: opacity .5s;
}

.top_movie_icon a:hover {
    opacity: .5;
}

.top_movie_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.top_movie_list iframe {
    width: 30%;
    aspect-ratio: 9 / 16;
}
/*==================================================================

  .sec_top_howtochoose

==================================================================*/
.sec_top_howtochoose{
	position: relative;
    z-index: 0;
    padding: 80px 0 0;
    margin-bottom: 120px;
}
.sec_top_howtochoose .title_wrap {
    margin-bottom: 60px !important;
}
.howtochoose_box{
	padding: 3rem;
    border: 2px solid var(--main-color);
    background: #FFF;
}
/*==================================================================

  .sec_contact

==================================================================*/
.sec_contact {
  padding: 107px 0 112px;
  background: url(../images/bg_contact.jpg) no-repeat center top/cover;
}
.sec_contact .title_wrap {
  margin-bottom: 45px;
}
.sec_contact .title_wrap h2 {
  color: #fff;
}

.contact_list {
  display: flex;
  justify-content: center;
  gap: 15px 30px;
}

.btn_contact a {
  display: block;
  min-width: 240px;
  border: 1px solid var(--main-color);
  color: #fff;
  font-family: var(--ShuM);
  /*font-size: 22px;*/
  font-size: 21px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: center;
  padding: 34px 10px 36px;
  transition: 0.2s ease-in-out;
}
.btn_contact a span {
  display: block;
}
.btn_contact a .en {
  color: var(--main-color);
  font-family: var(--Gar);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 10px;
}
.btn_contact a .icon {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.btn_contact a .icon img {
  vertical-align: middle;
}
.btn_contact a .arrow {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  transition: 0.2s ease-in-out;
}
.btn_contact a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn_contact a:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.contact_list li:first-of-type .btn_contact a {
  cursor: default;
}
.contact_list li:first-of-type .btn_contact a:hover {
  background: none;
}
.contact_list li:first-of-type .btn_contact a:hover .arrow {
  -webkit-transform: unset;
          transform: unset;
}

/*==================================================================

  $clinic

==================================================================*/
[class^=clinic_slide_wrap]:not(.clinic_slide_wrap_flex) {
  max-width: 80%;
  margin: auto;
}

/*院内スライド 共通*/
.clinic_slide_wrap_flex .slide-item {
  position: relative;
}

.clinic_slide_wrap_flex .slide-item img {
  width: 100%;
  height: auto;
}

.clinic_slide_wrap_flex .slide_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-family: var(--HGW6);
}

.clinic_slide_wrap_flex .slick-dots {
  display: flex;
  flex-wrap: wrap;
}

.clinic_slide_wrap_flex .slick-dots li {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.clinic_slide_wrap_flex .slick-dots li:hover {
  opacity: 0.8;
}

.clinic_slide_wrap_flex .slick-dots li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s opacity linear;
}

.clinic_slide_wrap_flex .slick-dots li.slick-active::before {
  opacity: 0;
}

.clinic_slide_wrap_flex .slick-dots li img {
  width: 100%;
  height: auto;
}

/*院内スライド サムネイル下*/
.clinic_slide_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clinic_slide_wrap :focus {
  outline: none;
}

.clinic_slide_wrap #slider {
  margin: 0 auto 15px;
  width: 100%;
}

.clinic_slide_wrap .clinic_slide_wrap_flex .slick-dots {
  justify-content: space-between;
  width: 100%;
}

.clinic_slide_wrap .clinic_slide_wrap_flex .slick-dots li {
  margin-bottom: 10px;
  width: 15%;
}

.clinic_slide_wrap .caption {
  width: 100%;
  position: absolute;
  left: 0;
}

.clinic_slide_wrap .thumbnail-text-item {
  margin: 0 0 15px;
}

/*院内スライド サムネイル横*/
.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-slider {
  margin: 0 auto 15px 0;
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-list {
  width: 83%;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-dots {
  width: 15%;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-dots li {
  margin-right: 5px;
  margin-bottom: 10px;
  width: 45%;
}

/* 院内スライド（サムネイル右、1列） */
.clinic_slides1 {
  width: 900px;
  /*margin: 0 auto;*/
  padding: 50px 0;
}

.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(0, 0, 0, 0.6);
}

.clinic_slides1 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-family: var(--ShuB);
}

.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: 96%;
  margin: 0 0 0 4%;
  background-color: #fff;
}

/* 院内スライド（サムネイル下） */
.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;
  transition: all 1s ease;
}

/* 院内スライド（サムネイル下、スライドの上にタイトル、説明文） */
.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 .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;
  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_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;
  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;
}

/* 医院概要 */
.clinic_sec1 {
  max-width: 100%;
  margin: auto;
  position: relative;
}

.clinic_sec1 ul {
  margin-bottom: 15px;
}

.clinic_sec1 > ul li {
  padding: 8px 0;
  border-bottom: 1px solid #E5E6EF;
}

.clinic_sec1 > ul li:first-child {
  padding: 0 0 8px 0;
}

.clinic_sec1 > ul li:last-child {
  border: none;
}

.clinic_sec1 dl:after {
  display: block;
  clear: both;
  content: "";
}

.clinic_sec1 dt {
  float: left;
  width: 25%;
  padding-left: 2px;
  font-family: var(--HGW6);
  color: var(--main-color);
}

.clinic_sec1 dd {
  float: left;
  width: 75%;
}

.clinic_sec1 dd a,
.clinic_sec1 dd a:hover {
  color: inherit;
}

/* 医院概要の診療時間表 */
.clinic_sec1 .schedule {
  margin: 0 0 0 auto;
  /*width: 75%;*/
}

.characteristic .inner::after {
  display: block;
  clear: both;
  content: "";
}

.character_box {
  width: 1080px;
  margin: 0 auto 50px;
  padding: 80px 0;
}

.character_box h4 {
  display: block;
  font-family: var(--ShuB);
  color: #1b1b1b;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 0.5em 0;
}

.character_box h5 {
  font-family: var(--ShuB);
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 30px;
}

.character_img img {
  width: 100%;
  height: auto;
}

.character_right_wrapper .character_img {
  float: right;
  width: 44%;
  margin-left: 3%;
}

.character_left_wrapper .character_img {
  float: left;
  width: 44%;
  margin-right: 3%;
}

.character_right_wrapper .character_text {
  float: left;
  width: 53%;
}

.character_left_wrapper .character_text {
  float: right;
  width: 53%;
}

.character_text ul li {
  margin-bottom: 15px;
}

.character_text ul li:last-child {
  margin-bottom: 0;
}

.character_text p {
  margin-bottom: 1em;
}

.character_text p:last-child {
  margin-bottom: 0;
}

.character_right_wrapper {
  position: relative;
}

#characteristic01 .character_right_wrapper {
  background-color: rgba(170, 127, 57, 0.3);
}

#characteristic01 .character_right_wrapper::after {
  content: "";
  width: 902px;
  height: 100%;
  background: url(../images/clinic_img_bg01.png) no-repeat right top/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

#characteristic04 .character_right_wrapper {
  background-color: rgba(170, 127, 57, 0.3);
}

#characteristic04 .character_right_wrapper::after {
  content: "";
  width: 902px;
  height: 100%;
  background: url(../images/clinic_img_bg02.png) no-repeat right top/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

/*#characteristic06 .character_right_wrapper {
  background-color: rgba(170, 127, 57, 0.3);
}

#characteristic06 .character_right_wrapper::after {
  content: "";
  width: 902px;
  height: 100%;
  background: url(../images/clinic_img_bg03.png) no-repeat right top/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}*/


#characteristic01 .character_img {
  padding-top: 50px;
}

#characteristic05 .character_img {
  padding-top: 60px;
}

/*==================================================================

	$deduction

==================================================================*/
.deduction_formula {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  font-family: var(--HGW6);
  vertical-align: center;
}

.deduction_formula span {
  display: flex;
  align-items: center;
  min-height: 52px;
  margin: 0 1%;
  padding: 10px 2%;
  border: 1px solid #bbb;
  box-sizing: content-box;
}

.deduction_formula span:first-of-type {
  margin: 0 1% 0 0;
  color: #ec620c;
}

.deduction_bnrs a {
  display: inline-block;
  margin-left: 15px;
}

.deduction_bnrs a:first-of-type {
  margin-left: 0;
}

.deduction_bnrs img {
  width: auto;
  height: 90px;
}

/*==================================================================

	$policy

==================================================================*/
span.ul {
  background: linear-gradient(transparent 55%, rgb(255, 240, 206) 0%);
}

/*==================================================================

	.high_quality

==================================================================*/
.high_quality .box2:first-child dt {
  float: left;
}

.high_quality .box2:first-child dd {
  float: right;
  width: 40%;
  border: #A3772C solid 3px;
  padding: 2%;
  border-radius: 10px;
  background-color: rgba(255, 214, 145, 0.1);
  font-size: 16px;
}

.high_quality .box2:first-child dd h4 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #A3772C;
  font-weight: 600;
  text-align: center;
  border-bottom: #A3772C dashed 2px;
  padding: 0 0 10px;
}

.high_quality .box2:first-child dd p {
  font-size: 14px;
  color: #f52525;
  font-weight: 600;
}

.high_quality .box2 .doctor_carr_sec1 {
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0px;
}

.high_quality .box2 .doctor_carr_sec1 h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 10px 7px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 16px;
  font-family: var(--HGW6);
  border: solid 1px #6f9c0c;
  background: #6f9c0c;
}

.high_quality .box2 .list01 li {
  margin: 0 0 7px;
}

.high_quality .box2 .list01 li:last-child {
  margin: 0;
}

.high_quality .tb01 {
  margin-bottom: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: normal;
  width: 100%;
}

.high_quality .tb01 td, .high_quality .tb01 th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}

.high_quality .tb01 tr:last-child td, .high_quality .tb01 tr:last-child th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}

.high_quality .tb01 th {
  padding: 13px 20px 13px 20px;
  line-height: 1;
  white-space: normal;
  font-weight: bold;
  text-align: center;
  color: #A3772C !important;
  background: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 20%;
}

.high_quality .tb01 td {
  padding: 10px 13px 8px 13px;
  text-align: center;
  color: #333 !important;
  background: none !important;
  text-align: left;
  width: 80%;
}

.high_quality .treatment_reason {
  text-align: center;
  margin: 40px 0;
}

.high_quality .treatment_reason img {
  width: 700px;
}

/*==================================================================

	$concept

==================================================================*/
.concept em {
  font-size: 17px;
  line-height: 35px;
  font-family: var(--HGW6);
  color: var(--main-color);
  background: linear-gradient(transparent 60%, var(--border-color) 0%);
  letter-spacing: 0.1em;
}

.concept_img {
  display: flex;
  width: 830px;
  margin: 0 auto;
}

.concept_img li {
  width: 33%;
  text-align: center;
}

.switch h4 {
  font-family: var(--ShuB);
  font-size: 24px !important;
}

/*==================================================================

  $facilities

==================================================================*/
/* 共通CSS */
[class^=facilities_equip] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

[class^=facilities_equip] dl {
  background-color: #f7f7f7;
  text-align: justify;
  margin-bottom: 35px;
}

[class^=facilities_equip] dt img {
  width: 100%;
  height: auto;
}

[class^=facilities_equip] dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

[class^=facilities_equip] dd .title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

[class^=facilities_equip] dd p {
  margin-top: 7px;
}

/* 機器紹介1 2列、上部ライン装飾*/
.facilities_equip dl {
  width: 42.3%;
  min-height: 280px;
  margin-left: 3.4%;
  padding: 3%;
  border-top: 4px solid #9397BE;
}

.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 dd {
  padding: 0;
  line-height: inherit;
}

.facilities_equip dd p {
  margin-top: 0;
}

.facilities_equip_img {
  margin: 0 0 20px;
}

.facilities_equip_img img {
  width: 100%;
  height: auto;
}

/* 機器紹介2 3列*/
.facilities_equip2 dl {
  width: 31%;
  margin-right: 3.5%;
}

.facilities_equip2 dl:nth-child(3n) {
  margin-right: 0;
}

/* 機器紹介3 2列*/
.facilities_equip3 dl {
  width: 47.5%;
  margin-right: 5%;
}

.facilities_equip3 dl:nth-child(even) {
  margin-right: 0;
}

/*==================================================================

  $sitemap

==================================================================*/
.list_sitemap,
.list_sitemap li,
.list_sitemap li a {
  position: relative;
}

.list_sitemap li {
  border-top: 1px dashed var(--main-color);
}
.list_sitemap li:last-of-type {
  border-bottom: 1px dashed var(--main-color);
}

.list_sitemap li a {
  width: 100%;
  display: block;
  padding: 20px 30px;
  text-decoration: none !important;
  line-height: 1.6;
  font-size: 18px;
  font-family: var(--A1);
  color: var(--text-color);
  transition: 0.2s ease;
}

.list_sitemap li a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
}

.list_sitemap li a:after {
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  transition: 0.2s ease;
}

.list_sitemap li a span {
  display: none;
}

.list_sitemap li a:hover {
  background: var(--border-color);
}
.list_sitemap li a:hover:after {
  right: 15px;
}

.list_sitemap .sub-menu {
  display: block !important;
}

/*==================================================================

  $qa

==================================================================*/
.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: var(--main-color);
  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: var(--sub-color);
  content: "A.";
}

/* アコーディオン */
.js-toggle.qa1 dt::after {
  color: #1F2774;
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

.js-toggle.qa1 dt.is-open::after {
  content: "\f068";
}

.js-toggle.qa1 dd {
  display: none;
}

/*==================================================================

  $contact

==================================================================*/
.contact th,
.contact td {
  text-align: left;
  padding: 20px;
}

.contact th .required {
  display: inline-block;
  color: #fff;
  background: #f33;
  line-height: 1;
  padding: 3px;
  margin-left: 5px;
}

.contact input {
  max-width: 400px;
  width: 100%;
  font-size: 100%;
  padding: 8px 5px;
}

.contact input[type=date] {
  width: auto;
  padding: 6px 5px 5px;
}

.contact select {
  padding: 9px 5px !important;
}

.contact textarea {
  max-width: 400px;
  width: 100%;
}

.submit_btn {
  margin-top: 40px;
  text-align: center;
}

.submit_btn input {
  cursor: pointer;
  border: none;
  padding: 15px 20px;
  transition: 0.2s ease-in-out;
  max-width: 150px;
  width: 100%;
  font-size: 100%;
  margin: 0 10px 10px;
}

.submit_btn input:hover {
  opacity: 0.8;
}

.submit_btn input[type=reset] {
  color: #fff;
  background: #888;
}

.submit_btn input[type=submit] {
  color: #fff;
  background: #a5cd95;
}
/*==================================================================

  $column

==================================================================*/
.column {
	padding: 100px 0 110px;
}
.column_contents {
	margin-top: 60px;
}
.column_list {
	display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}
.column_post,
.column_post_implant,
.column_post_aesthetic-dentistry {
    transition: 0.5s;
    cursor: pointer;
	width: calc((100% - 2 * 64px) / 3 - 20px);
}
.column_post .column_img,
.column_post_implant .column_img,
.column_post_aesthetic-dentistry .column_img{
	text-align: center;
	border: 1px solid #efefef;
}
.column_post img,
.column_post_implant img,
.column_post_aesthetic-dentistry img {
	max-width: 100%;
    max-height: 100%;
	height: 250px;
	object-fit: cover;
}
.column_post .column_date,
.column_post_implant .column_date,
.column_post_aesthetic-dentistry .column_date {
	color: var(--main-color);
	margin-top: 14px;
}
.column_post .column_tit,
.column_post_implant .column_tit,
.column_post_aesthetic-dentistry .column_tit {
	margin: 14px auto 30px;
	color: var(--text-color);
	font-size: 19px;
    font-weight: 400;
	font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}
.column_wrap .btn01 {
	margin-top: 50px;
}
/*============================================================================

  schedule（MPCLOUD）

============================================================================*/
#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  right: 22px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-size: 14px;
  letter-spacing: 0.08em;
}

#mpcloud_schedule section {
  border-radius: 15px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
}

.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;
}

/*==================================================================

  .breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto 30px;
  font-size: 14px;
}

.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: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f054";
  padding-left: 10px;
}

.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs li:last-child a {
  color: #d04634 !important;
}

/*==================================================================

  .404_p

==================================================================*/
.none_page_p {
  text-align: center;
  font-size: 26px;
  padding-top: 100px;
}

/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap {
  padding-bottom: 3px;
  margin: 0 auto;
}

.loop_slide_wrap .slick-slider div {
  transition: none;
}

.loop_slide_wrap .slick-list {
  overflow: hidden !important;
}

.loop_slide_wrap .slick-initialized .slick-slide {
  height: auto;
  margin-right: 3px;
}

.loop_slide_wrap .slick-initialized .slick-slide img {
  width: 638px;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.loop_slide_wrap .slick-initialized .slick-slide:focus {
  outline: none;
}

/*==================================================================

  CSSアニメーション

==================================================================*/
/* フェードイン */
.fadeIn {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeIn {
  -webkit-animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードイン（下→上） */
.fadeInUp {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeInUp {
  -webkit-animation: fadeInUp 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeInUp 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* フェードイン（右→左） */
.fadeInRight {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeInRight {
  -webkit-animation: fadeInRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeInRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* フェードイン（左→右） */
.fadeInLeft {
  opacity: 0;
  visibility: visible;
}

.is-visible.fadeInLeft {
  -webkit-animation: fadeInLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeInLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* フリップ（右回転） */
.flipRight {
  opacity: 0;
  visibility: visible;
}

.is-visible.flipRight {
  -webkit-animation: flipRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: flipRight 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

@-webkit-keyframes flipRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes flipRight {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* フリップ（左回転） */
.flipLeft {
  opacity: 0;
  visibility: visible;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.is-visible.flipLeft {
  -webkit-animation: flipLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: flipLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes flipLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes flipLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
/* 恒常的に動くアニメーション */
/* ゆっくり回転（右回転） */
.rotateRight {
  -webkit-animation: rotateRight 20s linear infinite;
          animation: rotateRight 20s linear infinite;
}

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ゆっくり回転（左回転） */
.rotateLeft {
  -webkit-animation: rotateLeft 20s linear infinite;
          animation: rotateLeft 20s linear infinite;
}

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* 浮遊（基準点から上） */
.floatingUp {
  -webkit-animation: floatingUp 10s ease-in-out infinite;
          animation: floatingUp 10s ease-in-out infinite;
}

@-webkit-keyframes floatingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 浮遊（基準点から下） */
.floatingDown {
  -webkit-animation: floatingDown 10s ease-in-out infinite;
          animation: floatingDown 10s ease-in-out infinite;
}

@-webkit-keyframes floatingDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatingDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 生き物が跳ねる（鳥、リスなど） */
.jumping {
  position: relative;
  -webkit-animation: jumping 1s ease-in-out infinite;
          animation: jumping 1s ease-in-out infinite;
}

@-webkit-keyframes jumping {
  0% {
    top: 0;
  }
  10% {
    top: -5px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: -5px;
  }
  40% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}

@keyframes jumping {
  0% {
    top: 0;
  }
  10% {
    top: -5px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: -5px;
  }
  40% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
/*common*/
.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: middle;
}

iframe {
  vertical-align: middle;
}

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;
}

.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;
}