@charset "utf-8";
/* CSS Document */
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --text-color: #333;
  /*--main-color: #27a6d6; メイン色*/
  --main-color: #1792c7; /*メイン色*/
  --sub-color: #1e5095; /*サブ色*/
  --bg-color: #f0f8fa; /*サイドメニュー・レイアウト類の背景色*/
  --border-color: #d8d8d8; /*境界線色*/
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  letter-spacing: .05em;
}
a {
  color: var(--main-color);
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: var(--sub-color);
}
::selection {
  background-color: #eee;
}
::-moz-selection {
  background-color: #eee;
}
strong {
  font-weight: bold;
}
body,
.nav_wrap.fixed,
#mainvisual,
header,
footer {
  min-width: 1240px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}
/*TELリンクのカーソルはデフォルトにする*/
[href^="tel"]:hover {
  cursor: default;
  color: var(--main-color);
}

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

  .cmn系　全ページ共通要素

==================================================================================================================================*/
/*----------医院情報----------*/
.cmn_clinicInfo_add {
  line-height: 1.5;
  margin-bottom: 15px;
}
.cmn_clinicInfo_add_zip {
  display: block;
}
.cmn_clinicInfo_tel {
  font-family: futura-pt,sans-serif;
font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.cmn_clinicInfo_tel,
.cmn_clinicInfo_tel a {
  color: var(--main-color);
}
.cmn_clinicInfo_tel::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmn_clinicInfo_fax,
.cmn_clinicInfo_tel_text {
  line-height: 1.5;
}
.cmn_clinicInfo_free {
  margin-top: 15px;
}

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

  お知らせ

==================================================================================================================================*/
.cmn_news_item {
  border-bottom: 1px solid var(--border-color);
}
.cmn_news_item .cmn_news_title {
  font-size: 20px;
  letter-spacing: .075em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
.cmn_news_desc {
  font-size: 90%;
  margin-bottom: 10px;
}
.cmn_news_cate,
.cmn_news_date {
  display: inline-block;
  min-width: 40px;
  margin-right: 10px;
  text-align: center;
  line-height: 1.4;
}
.cmn_news_cate em {
  display: block;
  padding: 5px 10px;
  font-style: normal;
}
/* お知らせのタイトル reset css */
.cmn_news_title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
}
.cmn_news_title::before,
.cmn_news_title::after {
  display: none;
}
/* お知らせのタイトル */
.cmn_news_title {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 130%;
  font-weight: bold;
}

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

  ヘッダー

==================================================================================================================================*/
header {
  width: 100%;
  height: 170px;
  background: #fff;
}
header .inner {
  position: relative;
  width: 1200px;
  height: inherit;
  margin: auto;
}
/*----------ロゴ----------*/
.head_logo {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  top: 25px;
  z-index: 9;
}
.head_logo a {
  display: block;
}
@media (hover: hover) {
  .head_logo a {
    transition-property: opacity;
  }
  .head_logo a:hover {
    opacity: .6;
  }
}
/*----------基本情報----------*/
.head_info_wrap {
  display: flex;
  justify-content: flex-end;
  width: 765px;
  margin: 0 0 0 auto;
}
.head_info_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.head_info {
  margin-top: 30px;
  text-align: right;
  line-height: 1.2;
}
.head_info_add {
  font-size: 13px;
  margin-bottom: 10px;
}
.head_info_tel {
  font-family: futura-pt,sans-serif;
font-weight: 500;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  color: var(--main-color);
}
.head_info_tel span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
}
/*----------予約・問診ボタン----------*/
.fixed_web_yoyaku_btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 65px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    pointer-events: none;
    padding-right: 5px;
}
.fixed_web_yoyaku_btn a {
  pointer-events: auto;
  display: flex;
  background: var(--main-color);
  writing-mode: vertical-rl;
  color: #fff;
  width: 100%;
  padding: 15px 10px;
  letter-spacing: 4px;
  font-size: 1.2em;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.fixed_web_yoyaku_btn a:hover {
  background: #27a6d6;
}
.fixed_web_yoyaku_btn a:nth-of-type(2n) {
  background: var(--sub-color);
}
.fixed_web_yoyaku_btn a:nth-of-type(2n):hover{
  background: #27a6d6;
}
.fixed_web_yoyaku_btn a i{
  margin-bottom: 5px;
}
.fixed_web_yoyaku_btn a:last-child{
  margin-bottom: 0;
}

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

  ナビゲーション　ヘッダーフッター共通

==================================================================================================================================*/
@media print, screen and (min-width: 641px) {/* pc only */
  /*----------ホバーで表示されるナビ----------*/
  .child_menu {
    position: absolute;
    display: none;
    /*1列にしたい場合はwidthを300px前後にしてください*/
    width: 300px;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
  }

  .nav_slidebtm:hover .child_menu {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_slidebtm:focus-within > .child_menu{
    display: flex;
    flex-wrap: wrap;
  }
  .child_menu a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 13px 20px;
    border-bottom: 1px solid var(--border-color);
    line-height: 1.4;
    color: var(--text-color);
    font-family: dnp-shuei-gothic-kin-std,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em;
    /*1列にする場合はwidth不要*/
    width: 100%;
  }
  .child_menu a:nth-child(even) {
    /*1列にする場合は不要*/
/*     border-right: 1px solid var(--border-color); */
  }
  .child_menu a:hover {
    background-color: white;
  }

  .sp_under_nav {
    display: none;
  }

  /* ------- メガメニュー ------- */
  .nav_slidebtm.is_mega {
    position: static;
  }
  .nav_slidebtm.is_mega .child_menu {
    width: 100%;
  }
}

.nav_slidebtm p.parent_menu {
  display: none;
}
/* アコーディオンやメガでない時に、展開中に含まれる扉ページのリンクを非表示 */
.nav_slidebtm:not(.is_accord,.is_mega) .child_menu a.sp:first-of-type {
  display: none!important;
}

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

  ナビゲーション　ヘッダー

==================================================================================================================================*/
@media print, screen and (min-width: 641px) {/* pc only */
  .nav_wrap {
    position: absolute;
    z-index: 8;
    top: 107px;
    width: 100%;
  }
  .nav_wrap:not(.fixed) {
    background: linear-gradient(0deg, rgba(240,248,250,1) 0%, rgba(240,248,250,1) 60%, rgba(255,255,255,1) 100%);
    padding-top: 10px;
  }
  .menu_list_wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav_wrap :is(.btn_menu,.sp_navi_btn,.sp_btn_area){
    display: none;
  }
  .nav_menu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_menu_list > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
  }
  .nav_wrap:not(.fixed) nav {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav_menu_list > li > a {
    position: relative;
    font-family: dnp-shuei-gothic-kin-std,sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    display: block;
    color: var(--text-color);
    letter-spacing: .1em;
    z-index: 2;
    transition: 0.15s ease-out;
    margin-bottom: 5px;
  }
  .nav_menu_list > li > a p {
    font-family: futura-pt,sans-serif;
    font-weight: 500;
    font-size: 70.6%;
    color: var(--sub-color);
    line-height: 1.2;
    margin-top: 5px;
  }
}
@media (hover: hover) {
  .nav_menu_list > li a:hover {
    color: var(--sub-color);
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  /*----------ホバーのボーダー----------*/
  .nav_menu_list > li > a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: var(--sub-color);
    transition: 0.15s ease-out;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    content: "";
    z-index: 1;
  }
}
@media (hover: hover) {
  .nav_menu_list > li > a:hover::before,
  .nav_menu_list > li.active2 > a::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media print, screen and (min-width: 641px) {/* pc only */
  .nav_menu_list .child_menu {
    top: 100%;
  }
  /*----------固定時のナビ----------*/
  .nav_wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

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

  メインビジュアル

==================================================================================================================================*/
/*--------------------下層--------------------*/
.content_mv {
  display: block;
  position: relative;
  height: 180px;
  overflow: hidden;
}
.content_mv_img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  overflow: hidden;
}
.content_mv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .content_mv_inner {
    max-width: 1200px;
  }
}
.content_mv_tit {
  font-size: 200%;
  letter-spacing: .2em;
  line-height: 1.5;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  text-align: center;
  text-shadow: 0 0 5px #fff;
}

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

  フッター

==================================================================================================================================*/
footer {
  position: relative;
}
.footer_inner {
  padding-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .footer_inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}

/*--------------------footer 左側--------------------*/
@media print, screen and (min-width: 641px) {/* pc only */
  .footer_info_left {
    width: 45%;
  }
}
/*ロゴ*/
.footer_info_logo {
  text-align: center;
  margin-bottom: 15px;
}
.footer_info_logo a {
  display: block;
  width: fit-content;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.footer_info_logo img {
  width: auto;
  max-height: 200px;
}
/*文章部分*/
.footer_info_kamoku {
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(90deg, transparent 0%, #27a6d6 20%, var(--sub-color) 50%, #27a6d6 80%, transparent 100%);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.footer_info_access {
  line-height: 1.5;
  margin-bottom: 25px;
}
.footer_info_access li {
  display: table;
  padding: 5px 15px;
  background: var(--bg-color);
}
.footer_info_access li:not(:last-child) {
  margin-bottom: 5px;
}
/*--------------------footer 右側--------------------*/
@media print, screen and (min-width: 641px) {/* pc only */
  .footer_info_right {
    width: 50%;
  }
}
.footer_info_right .sche_wrap:not(:last-child) {
  margin-bottom: 20px;
}
/*--------------------GoogleMAP--------------------*/
.footer_googlemap {
  width: 100%;
}
.googlemap {
  position: relative;
}
.googlemap iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}
/*----------フッターのナビ----------*/
.footer_navi {
  background-color: var(--bg-color);
}
@media print, screen and (min-width: 641px) {/* pc only */
  .footer_navi .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
  }

  .footer_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_navi ul > li {
    position: relative;
  }
  .footer_navi ul > li:not(:first-child) {
    margin-left: 30px;
  }
}
.footer_navi ul > li > a {
  position: relative;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
  color: var(--text-color);
  text-align: center;
  transition: none;
}
@media (hover: hover) {
  .footer_navi ul > li a {
    transition: color 0.15s ease-out;
  }
  .footer_navi ul > li a:hover {
    color: var(--main-color);
  }
}
.footer_navi ul > li > a p {
  display: none;
}

/*----------フッターナビのホバーのボーダー----------*/
@media (hover: hover) {
  .footer_navi ul > li > a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: var(--main-color);
    transform: scaleX(0);
    content: "";
    z-index: 1;
  }
  .footer_navi ul > li > a::before {
    transition: transform .15s ease-out;
  }
  .footer_navi ul > li > a:hover::before,
  .footer_navi ul > li.active2 > a::before {
    transform: scaleX(1);
  }
}

@media print, screen and (min-width: 641px) {/* pc only */
  .footer_navi .child_menu {
    bottom: 100%;
  }
}

/*----------ページトップ----------*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease-in-out;
}
.pagetop i {
  margin-top: 12px;
}
.pagetop:hover {
  transform: translate(0, -10px);
  border: 1px solid var(--main-color);
  background: transparent;
  color: var(--main-color);
}
/*----------コピーライト----------*/
.copy {
  text-align: center;
  background-color: var(--sub-color);
  padding: 7px 0;
}
.copy small {
  font-size: 14px;
  color: #fff;
}
/*==================================================================================================================================

  共通要素（wrapper,box,section等）

==================================================================================================================================*/
/*--------------------main(ページレイアウト)--------------------*/
@media print, screen and (min-width: 641px) {/* pc only */
  .contents_bg {
    position: relative;
  }
  .contents_bg::before {
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    background: var(--bg-color);
    top: 0;
    width: calc((100% - 1200px) / 2);
    right: 0;
  }
}
.wrapper {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.wrapper main {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .wrapper main {
    width: 68%;
  }
}

/*--------------------box--------------------*/
@media print, screen and (min-width: 641px) {/* pc only */
  .box1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------text--------------------*/
.text {
  position: relative;
  margin: 0 0 80px;
}
.text p {
  margin-bottom: 1em;
}
.text p:last-child {
  margin-bottom: 0;
}
.textarea p {
  font-size: 16px;
  margin-bottom: 22px;
}
.textarea p:last-child {
  margin-bottom: 0;
}
/*--------------------下層ページのレイアウト--------------------*/
.body_single,
.sec_doctor,
.sec_clinic,
.price_wrap,
.faq_wrap,
.sec_access,
.access_route,
.sec_recruit,
.sec_freearea_up,
.sec_freearea_under,
.medical_list li,
.clinic_facilities {
  position: relative;
  margin: 0 0 80px;
}
.body_single p{
  margin-bottom: 1em;
}
.sec_medical .text{
  margin-bottom: 0;
}
/*--------------------サイドバー--------------------*/
.side_area {
  padding: 50px 2%;
  background: var(--bg-color);
}
@media print, screen and (min-width: 641px) {/* pc only */
  .side_area {
    width: 28%;
  }
}
.side_box,
.side_bannar {
  margin-bottom: 40px;
}
.side_area .btn01 a {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.side_area .btn01 a:not(:hover) {
  color: #fff;
}
.side_bannar ul li{
  margin-bottom: 10px;
  text-align: center;
}
@media (hover: hover) {
  .side_bannar ul li a img {
    transition: opacity .5s;
  }
  .side_bannar ul li a:hover img {
    opacity: .6;
  }
}
.side_area .side_title {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  font-size: 133%;
  line-height: 1.4;
  letter-spacing: .1em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 15px;
  background: linear-gradient(90deg, var(--sub-color) 0%, #27a6d6 20%, #7acceb 85%);
  -webkit-background-clip: text;
  color: transparent;
}
.side_area .side_title i {
  margin-right: 12px;
  vertical-align: middle;
  color: var(--main-color);
}
.side_area li a {
  color: var(--text-color);
}
.op_sidefreearea p a {
  display: block;
}
/*----------SNSボタン----------*/
.side_sns {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.side_sns li {
  width: -moz-available;
  width: -webkit-fill-available;
  margin-right: 5px;
}
.side_sns li:last-child {
  margin-right: 0;
}
.side_sns li a {
  display: block;
  background-color: #fff;
  color: var(--sub-color);
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
  border-radius: 5px;
}
@media (hover: hover) {
  .side_sns li a:hover {
    color: var(--main-color);
  }
}
.side_sns li a i {
  display: block;
  font-size: 18px;
}
/*----------診療案内メニュー----------*/
.medical_menu li {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.6;
}
.medical_menu li:last-of-type {
  border-bottom: none;
}
.medical_menu li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--sub-color);
}
.medical_menu li a {
  display: block;
  padding: 10px 0 10px 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.medical_menu li a:hover {
  background: #c3e4ed;
}

/*--------------------ボタン--------------------*/
.btn01 a {
  line-height: 1.4;
}
.btn01 a {
  display: inline-block;
  vertical-align: top;
  padding: 15px 40px 15px 20px;
  margin: 10px 0;
  background-color: var(--sub-color);
  border-radius: 52px;
  color: #fff;
  border: 1px solid var(--sub-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: relative;
}
@media (hover: hover) {
  .btn01 a {
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
  }
  .btn01 a:hover {
    background-color: #fff;
    color: var(--sub-color);
  }
}
.btn01 a::before{
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn01.pdf a::before{
  position: absolute;
  content: '';
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*--------------------パンくず--------------------*/
#breadcrumb {
  width: 100%;
  margin: 0 0 50px 0;
}
#breadcrumb ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: unset;
}
#breadcrumb ol li {
  position: relative;
  padding-right: 20px;
  line-height: 1.5;
  margin: 0;
}
#breadcrumb ol li::before {
  content: '›';
  width: 20px;
  height: 16px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border:none;
  margin: 0;
  padding: 0;
  border-radius: none;
  left: unset;
}
#breadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb ol li:last-child::before {
  content: normal;
}
#breadcrumb ol li a {
  display: inline-block;
  position: relative;
  width: auto;
}
#breadcrumb ol li:last-child {
  display: inline-block;
  position: relative;
  width: auto;
}
/*--------------------タイトル--------------------*/
h1 {
  position: absolute;
  top: 5px;
  right: 0;
  line-height: 1.3;
  font-weight: 500;
  font-size: 11px;
}
h2 {
  position: relative;
  padding: 10px 30px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 160%;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 500;
  letter-spacing: .075em;
  color: #fff;
  background: linear-gradient(90deg, #f0f8fa 0%, #27a6d6 15%, #0076b3 50%, #27a6d6 85%, #f0f8fa 100%);
}
h2 span {
  font-size: 80%;
}

h3 {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 20px;
  line-height: 1.4;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  letter-spacing: .075em;
  font-size: 130%;
  border-bottom: 2px solid var(--border-color);
}
h3:after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(90deg, var(--sub-color) 0%, #27a6d6 70%, #7acceb 100%);
  bottom: -2px;
  width: 35%;
  height: 2px;
}
h3 span {
  font-size: 80%;
  color: var(--main-color);
}

h4 {
  border-bottom: 1px solid var(--main-color);
  padding: 0 0 4px;
  margin: 0 0 15px;
  line-height: 1.6;
  font-size: 125%;
  font-weight: bold;
  display: table;
}
h4 span {
  font-size: 80%;
  color: var(--sub-color);
}

h5 {
  position: relative;
  margin: 0 0 15px;
  line-height: 1.4;
  font-size: 115%;
  font-weight: bold;
  color: var(--main-color);
  clear:both;
}
h5 span {
  font-size: 80%;
  color: var(--sub-color);
}

/*--------------------下層の見出しの上に余白を付ける--------------------*/
.body_single h2:nth-child(n+2){
  margin-top: 2em;
}
.body_single h3:nth-child(n+2),
.body_single h4:nth-child(n+2),
.body_single h5:nth-child(n+2),
.body_single h6:nth-child(n+2){
  margin-top: 1.5em;
}
/*--------------------TinyMCEエディタ用--------------------*/
/*----------見出し----------*/
/*太字*/
.title_style01{
  color: var(--main-color);
  font-weight:bold;
  border: none;
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}
/*下線*/
.title_style02{
  color: var(--main-color);
  font-weight:bold;
  border-bottom: 1px solid var(--main-color);
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}
/*背景色付き・白抜き*/
.title_style03{
  background: var(--main-color);
  color: #fff;
  font-weight:bold;
  border: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
}
h2.title_style01:before,
h2.title_style01:after,
h3.title_style01:before,
h3.title_style01:after,
h4.title_style01:before,
h4.title_style01:after,
h5.title_style01:before,
h5.title_style01:after,
h2.title_style02:before,
h2.title_style02:after,
h3.title_style02:before,
h3.title_style02:after,
h4.title_style02:before,
h4.title_style02:after,
h5.title_style02:before,
h5.title_style02:after,
h2.title_style03:before,
h2.title_style03:after,
h3.title_style03:before,
h3.title_style03:after,
h4.title_style03:before,
h4.title_style03:after,
h5.title_style03:before,
h5.title_style03:after{
  display:none;
}
/*----------枠----------*/
.box_style01{
  background: var(--bg-color);
  padding: 20px;
  margin: 0 0 15px;
}
.box_style02{
  border: solid 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}
.box_style03{
  border: dashed 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}
.box_style01 p:last-of-type,
.box_style02 p:last-of-type,
.box_style03 p:last-of-type{
  margin-bottom: 0;
}
.box_style01_02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_style01_02 > div{
	width: 45%;
}
@media screen and (max-width: 640px){
	.box_style01_02 > div{
	width: 100%;
}
	.box_style01_02 > div p{
	margin-bottom: 0;
}
	.box_style01_02 > div:not(:last-of-type){
		margin-bottom: 20px;
	}
}
/*----------テーブル----------*/
.freearea_up table,
.freearea_under table,
.body_single table,
.body_single table,
.table_style2_30,
.table_style2_50,
.table_style2_70,
.table_style3 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}
.freearea_up th,
.freearea_under th,
.freearea_up td,
.freearea_under td,
.body_single th,
.body_single td,
.table_style2_30 th,
.table_style2_30 td,
.table_style2_50 th,
.table_style2_50 td,
.table_style2_70 th,
.table_style2_70 td,
.table_style3 th,
.table_style3 td {
  padding: 8px 20px;
}
.freearea_up th,
.freearea_under th,
.body_single th,
.table_style2_30 th,
.table_style2_50 th,
.table_style2_70 th,
.table_style3 th {
  font-weight: bold;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}
.freearea_up td,
.freearea_under td,
.body_single td,
.table_style2_30 td,
.table_style2_50 td,
.table_style2_70 td,
.table_style3 td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}
.table_style2_30 span,
.table_style2_50 span,
.table_style2_70 span,
.table_style3 span {
  font-size: 80%;
}
.table_style2_30 tr:first-of-type th,
.table_style2_30 tr:first-of-type td{
  width: 30%;
}
.table_style2_30 tr:first-of-type td:nth-child(2){
  width: 70%;
}
.table_style2_50 tr:first-of-type th,
.table_style2_50 tr:first-of-type td{
  width: 50%;
}
.table_style2_70 tr:first-of-type th,
.table_style2_70 tr:first-of-type td{
  width: 70%;
}
.table_style3 th,
.table_style3 td{
  width: calc(100% / 3)!important;;
}
table.tb03_ver02 th {
    width: 35%;
	vertical-align: middle;
}
table.tb03_ver02 td {
   text-align:center;
}
/*----------ラインマーカー----------*/
.marker{
  background:linear-gradient(transparent 60%, #ffff93 60%);
}

/*--------------------診療内容などのコンテンツ部分--------------------*/
.body_list li {
  margin-bottom: 60px;
}
.body_list li .text {
  margin-bottom: 15px;
}
.body_wrap_float:after {
  display: block;
  clear: both;
  content: "";
}

/*ページ内リンク設定*/
.ank_single{
  position: relative;
  margin: 0 0 80px;
}
.anklink{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anklink li{
  width: 49%;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10px;
  line-height: 1.6;
}
.anklink li a{
  width: 100%;
  height: 100%;
  padding: 10px;
  border:1px solid var(--main-color);
  font-weight:bold;
  color:var(--main-color);
  text-align:center;
  vertical-align:middle;
  transition:0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anklink li a:hover{
  background-color:var(--main-color);
  color:#fff;
}
.anklink li i{
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  margin:auto;
}
.nolink{
	pointer-events: none;
}


/*--------------------共通--------------------*/
/*----------無装飾----------*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}
.list01 li {
  margin-bottom: 12px;
  list-style-type: none;
}
.list01 p:last-of-type{
  margin-bottom:0;
}
/*----------下線----------*/
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}
.list02 li {
  margin: 0;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
}
.list02 p:last-of-type{
  margin-bottom:0;
}
/*----------点----------*/
.list03 {
  list-style: none !important;
  margin: 0 0 15px;
}
.list03 li {
  position: relative;
  padding-left: 15px;
  list-style: none !important;
  display: block;
  list-style-image: none;
}
.list03 li:before {
  display: block;
  position: absolute;
  top: calc((2em - 4px) / 2);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 50%;
  content: '';
}
.list03 li i {
  margin-right: 8px;
}
.list03 li span {
  display: block;
  font-weight: bold;
}
.list03 p:last-of-type{
  margin-bottom:0;
}
/*----------三角----------*/
.list04 {
  margin: 0 0 15px;
}
.list04 li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
  list-style-type: none;
}
.list04 li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid var(--main-color);
  content: "";
}
.list04 p:last-of-type{
  margin-bottom:0;
}
/*----------矢印----------*/
.list05 {
  margin: 0 0 15px;
}
.list05 li {
  position: relative;
  padding-left: 15px;  list-style-type: none;
  margin-bottom: 8px;
}
.list05 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
  content: "";
}
.list05 p:last-of-type{
  margin-bottom:0;
}
/*----------点と背景色----------*/
.list06 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}
.list06:after {
  display: block;
  clear: both;
  content: "";
}
.list06 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 5%;
  list-style-type: none;
}
.list06 li:before {
  display: block;
  content: '';
  position: absolute;
  top: calc((2em - 4px) / 2);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 50%;
}
.list06 p:last-of-type{
  margin-bottom:0;
}
/*----------点と枠----------*/
.list07 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  border: 3px solid var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}
.list07:after {
  display: block;
  clear: both;
  content: "";
}
.list07 li {
  position: relative;
  padding-left: 1em;
  margin: 0 2em 0.5em 0;
  list-style-type: none;
}
.list07 li:last-child {
  margin-bottom: 0;
}
.list07 li:before {
  display: block;
  content: '';
  position: absolute;
  top: calc((2em - 4px) / 2);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 50%;
}
.list07 li i {
  margin-right: 8px;
}
.list07 p:last-of-type{
  margin-bottom:0;
}
/*----------チェックと背景色（一行ずつ表示）----------*/
.list08_w100 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 30px 10px;
  background-color: var(--bg-color);
}
.list08_w100:after {
  display: block;
  clear: both;
  content: "";
}
.list08_w100 li {
  position: relative;
  float: none;
  margin: 0 30px 10px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: table;
}
.list08_w100 li:before {
  display: block;
  position: absolute;
  left: -28px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--main-color);
}
.list08_w100 p:last-of-type{
  margin-bottom:0;
}
/*----------チェックと背景色（文章幅に合わせる）----------*/
.list08 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}
.list08:after {
  display: block;
  clear: both;
  content: "";
}
.list08 li {
  position: relative;
  margin: 0 10px 10px 40px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: inline-block;
}
.list08 li:before {
  display: block;
  position: absolute;
  left: -23px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--main-color);
}
.list08 p:last-of-type{
  margin-bottom:0;
}
/*----------チェックなし----------*/
.list08_nocheck {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}
.list08_nocheck:after {
  display: block;
  clear: both;
  content: "";
}
.list08_nocheck li {
  position: relative;
  margin: 0 10px 10px 10px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: inline-block;
}
.list08_nocheck p:last-of-type{
  margin-bottom:0;
}

/*----------注釈リスト----------*/
.list12 li{
  position: relative;
  margin-bottom: 5px;
  color: #777;
  font-size: 95%;
  padding-left: 1em;
  text-indent: -1em;
}
.list12 li::before{
  content: "※";
  display: inline;
}

/*----------チェックなし----------*/
.list_kakomi {
  margin: 0 0 15px;
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
}
.list_kakomi:after {
  display: block;
  clear: both;
  content: "";
}
.list_kakomi li {
  position: relative;
  margin: 0 5px 10px 0;
  padding: 3px 8px;
  border: 1px solid var(--border-color);
  list-style-type: none;
  display: inline-block;
}
.list_kakomi p:last-of-type{
  margin-bottom:0;
}
/*----------番号付き----------*/
ol {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}
ol li {
  margin: 0 0 10px 30px;
  list-style-type: none;
  position: relative;
}
ol li:last-of-type {
  margin: 0 0 0 30px;
}
ol li:before {
  padding: 2px 8px;
  border-radius: 2%;
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number)".";
  font-weight: bold;
  left: -30px;
  position: absolute;
}
/*----------番号（四角の背景色付き）----------*/
ol.square {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}
ol.square li {
  margin-bottom: 12px;
  list-style-type: none;
}
ol.square li:before {
  padding: 2px 8px;
  background: var(--sub-color);
  color: #fff;
  counter-increment: number;
  content: counter(number);
}
/*----------番号（四角の背景色付き）----------*/
ol.circle {
  margin: 0;
  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(--sub-color);
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}
/*----------何かの装飾----------*/
.top_flex_box {
  display: flex;
  justify-content: space-between;
}
.top_flex_box>div {
  flex: 1;
  padding: 0 35px;
}
/*----------引用----------*/
blockquote{
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
}
blockquote p:last-of-type{
  margin-bottom: 0;
}
/*--------------------アンカーリンンク--------------------*/
/*4個並び*/
.ank01 {
  margin: 0 auto 100px;
}
.ank01 li {
  display: table;
  position: relative;
  float: left;
  width: 24%;
  height: 66px;
  margin-bottom: 1.5%;
  margin-left: 1.33%;
  line-height: 1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9) {
  margin-left: 0;
}
.ank01 li a {
  display: table-cell;
  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;
}
.ank01 li a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.ank01 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

/*-------------------layout--------------------*/
/*1つ並びのレイアウト。画像は無し、左にタイトル、右に文章*/
/* --------------layout共通タイトル-------------- */
.layout_tit{
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.layout_tit em{
  margin-right: 10px;
  color: var(--sub-color);
  font-family: futura-pt,sans-serif;
font-weight: 500;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
}
.layout_tit span{
  margin-right: 10px;
  color: var(--sub-color);
  font-family: futura-pt,sans-serif;
font-weight: 500;
  font-size: 30px;
  font-weight: normal;
}
/* layout小タイトル */
.layout_tit_02{
  color: var(--main-color);
  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 var(--border-color);
  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 var(--border-color);
  content: "";
}
.layout01 .layout01_title {
  width: 30%;
  background-color: var(--bg-color);
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}
.layout01 .layout01_title em {
  display: block;
  width: 100%;
  line-height: 1;
  font-family: futura-pt,sans-serif;
font-weight: 500;
  font-size: 150%;
  font-weight: normal;
  font-style: normal;
  color: var(--sub-color);
}
.layout01 .layout01_title span{
  font-size: 75%;
}

.layout01 .layout01_text {
  width: 70%;
  padding: 3%;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout02::after {
  display: block;
  clear: both;
  content: "";
}
.layout02 .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-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--main-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 p{
  margin-bottom: 0;
}
.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 p{
  margin-bottom: 0;
}
.layout04 .layout04_title img {
  width: 100%;
}
.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 p{
  margin-bottom: 0;
}
.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 var(--border-color);
}
.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: var(--sub-color);
  font-family: futura-pt,sans-serif;
font-weight: 500;
  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 var(--border-color);
  content: "";
}
.layout06 .layout06_box:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}
.layout06 .layout06_title {
  width: 30%;
  padding: 0 3%;
  background-color: var(--bg-color);
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}
.layout06 .layout06_title h4{
  letter-spacing: 0.1em;
  color: var(--main-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: futura-pt,sans-serif;
font-weight: 500;
  font-size: 170%;
  font-weight: normal;
  font-style: normal;
  color: var(--sub-color);
}
.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: futura-pt,sans-serif;
font-weight: 500;
  font-style: normal;
}
.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;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-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: futura-pt,sans-serif;
font-weight: 500;
  font-style: normal;
}
.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: var(--bg-color);
  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 p{
  margin-bottom: 0;
}
.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: var(--sub-color);
  font-family: futura-pt,sans-serif;
font-weight: 500;
  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: var(--sub-color) 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: var(--bg-color);
}
.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: var(--main-color);
  border-radius: 50%;
  line-height: 1;
  font-family: futura-pt,sans-serif;
font-weight: 500;
  color: #fff;
  font-size: 28px;
}
.layout10 .flow_box .layout10_box{
  width: 90%;
}

.layout10 .flow_box .layout10_text .title{
  background: var(--main-color);
  margin-top: 24px;
  padding: 12px 18px;
  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: var(--main-color);
  border: 1px solid var(--main-color);
}

.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"] p{
  margin-bottom: 0;
}
[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: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border: 1px solid var(--main-color);
  width: 20%;
  margin-bottom: 2px;
}
[class^="layout11_text"] dl dd{
  padding: 12px;
  background: #fff;
  border: 1px solid var(--main-color);
  width: 80%;
  margin-bottom: 2px;
}
[class^="layout11_text"] .desc{
  background: #fff;
  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: -42px;
  margin: auto;
  display: flex;
  align-items: center;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  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%;
}

/*注意書き*/
.caution {
  background:var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
  border-radius: 15px;
}
.caution .pop {
  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 .pop::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-weight: 600;
  color: var(--main-color);
}
/*--------------------table--------------------*/
td img.aligncenter, th img.aligncenter {
  width: fit-content;
  margin: 0!important;
}
table{
  text-align: initial;
}
table th,
table td{
  vertical-align: top;
}
table th p,
table td p{
  margin: 0!important;
}
/*テーブル1*/
.tb01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px 0;
}
.tb01 tr{
  border-bottom: 1px dotted var(--border-color);
  display: flex;
  vertical-align: middle;
}
.tb01 th {
  text-align: left;
  font-weight: normal;
  width: 25%;
}
.tb01 td {
  text-align: left;
  font-weight: normal;
  width: -moz-available;
  width: -webkit-fill-available;
}
/*診療時間*/
.tb02_tit{
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 10px;
  padding-top: 10px;
  letter-spacing: .1em;
  background-color: var(--bg-color);
}
.tb02_tit + .tb02 tr:first-of-type {
  border-top: none;
}
.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}
.tb02 tr:first-of-type {
  border-top: 1px solid var(--border-color);
  font-weight: bold;
}
.tb02 tr:last-of-type {
  border-bottom: 1px solid var(--border-color);
}
.tb02 th,
.tb02 td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.tb02 th {
  font-weight: bold;
  width: 26%;
}
@media print, screen and (min-width: 641px) {/* pc only */
  .tb02 th {
    min-width: 110px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.tb02 td {
  text-align: center;
}
.tb02 tr:not(:first-of-type) td {
  color: var(--sub-color);
}
.kyushinbi {
  color: var(--main-color);
  font-weight: bold;
}
/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--border-color);
}
.tb03 td,
.tb03 th {
  padding: 8px 20px;
}
.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: var(--bg-color);
}
.tb03 th span {
  font-size: 13px;
}
.tb03 td {
  background-color: #fff;
  text-align: center;
}
/*==================================================================================================================================

  フリーエリア（上・下）

==================================================================================================================================*/
.sec_freearea_up .text,
.sec_freearea_under .text {
  margin-bottom: 0;
}
.sec_freearea_up h2,
.sec_freearea_under h2 {
  margin-top: 0;
}
.sec_freearea_up h3,
.sec_freearea_under h3 {
  margin: 0 0 20px;
}
.freearea_up:after,
.freearea_under:after {
  display: block;
  clear: both;
  content: "";
}
.freearea_up_img img,
.freearea_under_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
/*==================================================================================================================================

  医師紹介

==================================================================================================================================*/
/*----------ご挨拶----------*/
.doctor_greeting_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.doctor_greeting_center {
  margin-bottom: 20px;
}
.doctor_greeting_center .text {
  margin-bottom: 0;
}
.doctor_greeting_flex .text {
  width: 67%;
  margin-bottom: 0;
}
.doctor_greeting_flex .text_w100 {
  width: 100%;
  margin-bottom: 0;
}
.text_w100 p {
  margin-bottom: 22px;
}
.doctor_img {
  width: 30%;
  margin-bottom: 15px;
}
.doctor_img img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.doctor_greeting_center .doctor_img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.doctor_greeting_center .doctor_img img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
/*----------署名----------*/
.doctor_name {
  font-weight: bold;
  text-align: right;
}
.text .doctor_name p{
  margin-bottom: 0;
}
.doctor_name .carr span{
  font-size: 110%;
}
.doctor_name .carr span{
  font-size: 120%;
}
.doctor_name .name{
  font-size: 150%;
}
.doctor_name .name span{
  font-size: 80%;
}
.doctor_greeting_center .doctor_name {
  text-align: center;
}
/*----------経歴・資格----------*/
.doctor_carr_box {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  background: var(--bg-color);
  margin-bottom: 15px;
}
.doctor_carr_box .text p {
  margin-bottom: 0;
}
/*----------院長紹介その他----------*/
.sec_doctor_etc {
  width: 100%;
  box-sizing: border-box;
}
/*==================================================================================================================================

  医院案内

==================================================================================================================================*/
.clinic_desc {
  width: 100%;
}
.clinic_desc dl {
  display: flex;
}
.clinic_desc dl dt {
  width: 20%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
  font-weight: bold;
}
.clinic_desc dl dd {
  width: 80%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
}
.clinic_facilities_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilities_item {
  width: 47%;
  margin-bottom: 15px;
  background: var(--bg-color);
}
.facilities_item_img {
  overflow: hidden;
  background-color: var(--bg-color);
}
.facilities_item_img img{
  max-height: 260px;
  margin: 0 auto;
  display: block;
}
.facilities_item dd {
  padding: 15px;
}
.facilities_item dd h3 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: table;
  border-bottom-color: var(--main-color);
  margin-bottom: 15px;
}
.facilities_item dd h3::before,
.facilities_item dd h3::after {
  display: none!important;
}
/*==================================================================================================================================

  料金表

==================================================================================================================================*/
.price_table {
  width: 100%;
  margin-bottom: 15px;
}
.price_table th {
  text-align: center;
  background-color: var(--bg-color);
}
.price_table tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}
.price_table tr td:nth-child(2) {
  width: 60%;
}
.price_table tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}
.price_table th,
.price_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}
/*==================================================================================================================================

  FAQ

==================================================================================================================================*/
.faq_wrap dl {
  margin-bottom: 10px;
}
.faq_wrap dl dt {
  position: relative;
  margin: 0;
  padding: 15px;
  background-color: var(--bg-color);
  font-weight: bold;
  cursor: pointer;
  transition: color .3s, background-color .3s;
}
.faq_wrap dl dt:hover,
.faq_wrap dl dt:active,
.faq_wrap dl dt.open {
  color: #fff;
  background-color: var(--main-color);
}
.faq_wrap dl dt:hover .faq_q::before,
.faq_wrap dl dt:active .faq_q::before,
.faq_wrap dl dt.open .faq_q::before {
  color: #fff;
}
.faq_wrap dl dt::before,
.faq_wrap dl dt::after {
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  background: var(--border-color);
  position: absolute;
  top: 50%;
  right: 25px;
}
/*縦線*/
.faq_wrap dl dt::before {
  transform: rotate(90deg);
  transition: transform .3s ease-in-out;
}
/*横線*/
.faq_wrap dl dt::after {
  transition: opacity .2s ease-in-out;
}
.faq_wrap dl dt.open::before {
  transform: rotate(0deg);
}
.faq_wrap dl dt.open::after {
  opacity: 0;
}
.faq_wrap dl dd {
  padding: 15px;
}
.faq_wrap dl dt .faq_q {
  position: relative;
  padding: 0 35px 0 35px;
}
.faq_wrap dl dt .faq_q::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: futura-pt, sans-serif;
font-weight: 300;
  font-size: 28px;
  font-weight: normal;
  color: var(--main-color);
  transition: color .3s;
}
.open .faq_wrap dl dt .faq_q::before {
  color: #fff;
}
.faq_wrap dl dd .faq_a {
  position: relative;
  padding: 0 0 0 35px;
}
.faq_wrap dl dd .faq_a::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: futura-pt, sans-serif;
font-weight: 300;
  font-size: 28px;
  color: var(--sub-color);
}
/*==================================================================================================================================

  求人案内

==================================================================================================================================*/
.recruit_img {
  float: right;
  margin-left: 50px;
  margin-top: 7px;
  margin-bottom: 15px;
}
.recruit_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
}
.recruit_table {
  width: 100%;
  margin-bottom: 30px;
}
.recruit_table th {
  text-align: center;
  background-color: var(--bg-color);
  width: 20%;
}
.recruit_table th,
.recruit_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}
.sec_recruit .btn01 {
  text-align: center;
}
/*==================================================================================================================================

  アクセス

==================================================================================================================================*/
.map_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_flex_item{
  width: 49%;
}
.map_flex_item iframe{
  width: 100%;
  height: 268px;
  vertical-align: bottom;
}
.access_add {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.access_add dt {
  width: 14%;
}
.access_add dd {
  width: 86%;
}
.access_add dt i {
  color: var(--main-color);
}
.sec_access .googlemap {
  text-align: center;
  margin-bottom: 20px;
}
.sec_access .btn01 {
  margin-bottom: 20px;
}
.sec_access .btn01 a {
  margin-top: 0;
  margin-bottom: 0;
}
.access_desc {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.access_route ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: count 0;
}
.access_route ul li {
  width: 48%;
  margin-bottom: 20px;
}
.access_route ul li p.title {
  font-size:120%;
  font-weight: bold;
  position: relative;
  padding-left: 2em;
}
.access_route ul li p.title::before{
  content: counter(count);
  counter-increment: count 1;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  background: var(--sub-color);
  position: absolute;
  left: 0;
  top: 5px;
}
.access_route .text:last-child{
  margin: 0;
}
.access_route ul li p.text {
  margin: 0;
}
.access_route ul li img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
  display: block;
  margin: 0 auto 10px;
}
/*==================================================================================================================================

  お知らせ

==================================================================================================================================*/
.page-template-page-news .cmn_news_info {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-page-news .cmn_news_info h3 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 120%;
  box-sizing: border-box;
  border-bottom: none;
  padding: 15px 0;
  margin: 0;
}

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

  ブログ

==================================================================================================================================*/
.blog_box {
  border-top: 4px solid var(--main-color);
  /*記事ボックスの上の色*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
  margin-bottom: 50px;
  padding-bottom: 10px;
  background-color: #fff;
}
.blog_tit {/*reset*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
}
.blog_tit::before,
.blog_tit::after {/*reset*/
  display: none;
}
.blog_tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--text-color);
  padding: 0 20px;
}
.blog_content {
  margin: 20px 25px;
}
.blog_content p {
  margin-bottom: 1em;
}
.blog_box .btn01 a {
  display: table;
  margin: 10px 0 10px auto;
}
/*----------見出し----------*/
.blog_box h2.blog_tit {
  border-bottom: none;
  padding: 20px 20px 0;
}
.blog_box h2.blog_tit:after {
  display: none;
}

/*----------日付・カテゴリ----------*/
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}
.blog_class {
  margin-bottom: 10px;
}
.blog_class i {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--main-color);
}
.blog_class li a {
  color: var(--text-color);
}
.blog_class li a:hover {
  color: var(--main-color);
}
/*----------ページャー----------*/
.pager {
  display: block;
  font-size: 15px;
  padding: 9px 8px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center !important;
  font-weight: bold;
}
.pager:after {
  display: block;
  content: "";
  clear: both;
}
.current {
  background: var(--main-color);
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 16px;
  margin: 5px 5px 8px;
  line-height: 1;
}
.pager a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 12px;
  margin: 5px 6px 8px 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: var(--border-color);
  color: var(--main-color);
  line-height: 1;
}
.pager a:hover {
  background: var(--main-color);
  color: #fff;
}
.pager a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .55);
}

/*--------------------ブログ エディター用--------------------*/
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/*整形済みテキスト*/
.blog_content>div pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}
/*引用*/
.blog_content>div blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--bg-color);
}
.blog_content>div blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}
.blog_content>div blockquote *:first-child {
  margin-top: 0;
}
/*ライン*/
.blog_content>div hr {
  margin-top: 40px;
  border-top: 1px solid  var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.blog_content>div *:first-child {
  margin-top: 0;
}
.blog_content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*サムネイル*/
.thumbnail{
  display:block;
  position:relative;
  float:left;
  margin:0 15px 0 0;
  text-align:center;
}
.thumbnail img{
  object-fit: cover;
    max-width: 100%;
    max-height: unset;
    width: 150px;
    height: 150px;
}
/*==================================================================================================================================

  MPクラウド

==================================================================================================================================*/
.sec_mpcloud {
  padding: 0!important;
}
#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999999999;
}
.shcedule_box{
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, .1);
  font-size: 14px;
  letter-spacing: .06em;
  border-radius: 15px;
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding: 3px 0 0;
}
.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: var(--border-color);
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
  text-align: center;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid var(--border-color);
  padding: 8px 12px;
  font-size: 14px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/*スクロールバーの横幅指定*/
.schedule_comment::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.schedule_comment::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.schedule_comment::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

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

  RIBON

==================================================================================================================================*/
.ribon-link {
  background-color: #fa6565;
  background-image: url(images/ribon_banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: auto;
  max-width: 300px;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.ribon-link::before {
  content: "";
  display: block;
  padding-top: 36%;
}
.ribon-link:hover {
  opacity: 0.75;
  transition: 0.3s;
}
/*==================================================================================================================================

  お問い合わせ

==================================================================================================================================*/
.contact {
  margin: 0 auto;
  width: 700px;
}
.contact form {
  margin: 50px 0 0;
}
.contact p {
  margin: 15px 0 0;
}
.contact label {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}
.contact input,
.contact textarea {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  padding: 16px 8px;
}
.contact input[type='submit'] {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 50%;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
/*==================================================================================================================================

  common

==================================================================================================================================*/
.sp{display:none!important;}.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;}.sp_flex{display:none!important;}.w010par{width:10%;}.w020par{width:20%;}.w025par{width:25%;}.w050par{width:50%;}.w075par{width:75%;}.w100par{width:100%;}.w010{width:10px!important;}.w020{width:20px!important;}.w030{width:30px!important;}.w040{width:40px!important;}.w050{width:50px!important;}.w060{width:60px!important;}.w070{width:70px!important;}.w080{width:80px!important;}.w090{width:90px!important;}.w100{width:100px!important;}.w110{width:110px!important;}.w120{width:120px!important;}.w130{width:130px!important;}.w140{width:140px!important;}.w150{width:150px!important;}.w160{width:160px!important;}.w170{width:170px!important;}.w180{width:180px!important;}.w190{width:190px!important;}.w200{width:200px!important;}.w210{width:210px!important;}.w220{width:220px!important;}.w230{width:230px!important;}.w240{width:240px!important;}.w250{width:250px!important;}.w255{width:255px!important;}.w260{width:260px!important;}.w270{width:270px!important;}.w280{width:280px!important;}.w290{width:290px!important;}.w300{width:300px!important;}.w305{width:305px!important;}.w310{width:310px!important;}.w320{width:320px!important;}.w330{width:330px!important;}.w340{width:340px!important;}.w350{width:350px!important;}.w360{width:360px!important;}.w365{width:365px!important;}.w370{width:370px!important;}.w380{width:380px!important;}.w390{width:390px!important;}.w400{width:400px!important;}.w410{width:400px!important;}.w415{width:415px!important;}.w420{width:420px!important;}.w430{width:430px!important;}.w435{width:435px!important;}.w440{width:440px!important;}.w450{width:450px!important;}.w460{width:460px!important;}.w470{width:470px!important;}.w480{width:480px!important;}.w490{width:490px!important;}.w500{width:500px!important;}.w510{width:510px!important;}.w520{width:520px!important;}.w530{width:530px!important;}.w540{width:540px!important;}.w550{width:550px!important;}.w560{width:560px!important;}.w570{width:570px!important;}.w580{width:580px!important;}.w590{width:590px!important;}.w600{width:600px!important;}.w610{width:610px!important;}.w620{width:620px!important;}.w630{width:630px!important;}.w640{width:640px!important;}.w650{width:650px!important;}.w660{width:660px!important;}.w670{width:670px!important;}.w680{width:680px!important;}.w690{width:690px!important;}.w700{width:700px!important;}.w710{width:710px!important;}.w720{width:720px!important;}.w730{width:730px!important;}.w740{width:740px!important;}.w750{width:750px!important;}.w760{width:760px!important;}.w765{width:765px!important;}.w960{width:960px!important;}.w980{width:980px!important;}.h030{height:30px!important;}.h180{height:180px!important;}.h190{height:190px!important;}.h200{height:200px!important;}.h240{height:240px!important;}.h250{height:250px!important;}.h280{height:280px!important;}.h300{height:300px!important;}.h350{height:350px!important;}.mt00{margin-top:0px!important;}.mt01{margin-top:1px!important;}.mt02{margin-top:2px!important;}.mt03{margin-top:3px!important;}.mt04{margin-top:4px!important;}.mt05{margin-top:5px!important;}.mt06{margin-top:6px!important;}.mt07{margin-top:7px!important;}.mt08{margin-top:8px!important;}.mt09{margin-top:9px!important;}.mt10{margin-top:10px!important;}.mt15{margin-top:15px!important;}.mt20{margin-top:20px!important;}.mt25{margin-top:25px!important;}.mt30{margin-top:30px!important;}.mt35{margin-top:35px!important;}.mt40{margin-top:40px!important;}.mt45{margin-top:45px!important;}.mt50{margin-top:50px!important;}.mt60{margin-top:60px!important;}.mt70{margin-top:70px!important;}.mt80{margin-top:80px!important;}.mt90{margin-top:90px!important;}.mt100{margin-top:100px!important;}.mt110{margin-top:110px!important;}.mt120{margin-top:120px!important;}.mr00{margin-right:0px!important;}.mr01{margin-right:1px!important;}.mr02{margin-right:2px!important;}.mr03{margin-right:3px!important;}.mr04{margin-right:4px!important;}.mr05{margin-right:5px!important;}.mr06{margin-right:6px!important;}.mr07{margin-right:7px!important;}.mr08{margin-right:8px!important;}.mr09{margin-right:9px!important;}.mr10{margin-right:10px!important;}.mr15{margin-right:15px!important;}.mr20{margin-right:20px!important;}.mr25{margin-right:25px!important;}.mr30{margin-right:30px!important;}.mr35{margin-right:35px!important;}.mr40{margin-right:40px!important;}.mr45{margin-right:45px!important;}.mr50{margin-right:50px!important;}.mr60{margin-right:60px!important;}.mr70{margin-right:70px!important;}.mr80{margin-right:80px!important;}.mr90{margin-right:90px!important;}.mr100{margin-right:100px!important;}.mb00{margin-bottom:0!important;}.mb01{margin-bottom:1px!important;}.mb02{margin-bottom:2px!important;}.mb03{margin-bottom:3px!important;}.mb04{margin-bottom:4px!important;}.mb05{margin-bottom:5px!important;}.mb06{margin-bottom:6px!important;}.mb07{margin-bottom:7px!important;}.mb08{margin-bottom:8px!important;}.mb09{margin-bottom:9px!important;}.mb10{margin-bottom:10px!important;}.mb15{margin-bottom:15px!important;}.mb20{margin-bottom:20px!important;}.mb25{margin-bottom:25px!important;}.mb30{margin-bottom:30px!important;}.mb35{margin-bottom:35px!important;}.mb40{margin-bottom:40px!important;}.mb45{margin-bottom:45px!important;}.mb50{margin-bottom:50px!important;}.mb60{margin-bottom:60px!important;}.mb70{margin-bottom:70px!important;}.mb80{margin-bottom:80px!important;}.mb90{margin-bottom:90px!important;}.mb100{margin-bottom:100px!important;}.ml00{margin-left:0!important;}.ml01{margin-left:1px!important;}.ml02{margin-left:2px!important;}.ml03{margin-left:3px!important;}.ml04{margin-left:4px!important;}.ml05{margin-left:5px!important;}.ml06{margin-left:6px!important;}.ml07{margin-left:7px!important;}.ml08{margin-left:8px!important;}.ml09{margin-left:9px!important;}.ml10{margin-left:10px!important;}.ml12{margin-left:12px!important;}.ml15{margin-left:15px!important;}.ml20{margin-left:20px!important;}.ml25{margin-left:25px!important;}.ml30{margin-left:30px!important;}.ml35{margin-left:35px!important;}.ml40{margin-left:40px!important;}.ml45{margin-left:45px!important;}.ml50{margin-left:50px!important;}.ml60{margin-left:60px!important;}.ml70{margin-left:70px!important;}.ml80{margin-left:80px!important;}.ml90{margin-left:90px!important;}.ml100{margin-left:100px!important;}.ml140{margin-left:140px!important;}.ml160{margin-left:160px!important;}.ma10{margin:10px!important;}.ma15{margin:15px!important;}.ma_auto{margin-left:auto;margin-right:auto;}.pt00{padding-top:0!important;}.pt01{padding-top:1px!important;}.pt02{padding-top:2px!important;}.pt03{padding-top:3px!important;}.pt04{padding-top:4px!important;}.pt05{padding-top:5px!important;}.pt06{padding-top:6px!important;}.pt07{padding-top:7px!important;}.pt08{padding-top:8px!important;}.pt09{padding-top:9px!important;}.pt10{padding-top:10px!important;}.pt15{padding-top:15px!important;}.pt20{padding-top:20px!important;}.pt25{padding-top:25px!important;}.pt30{padding-top:30px!important;}.pt35{padding-top:35px!important;}.pt40{padding-top:40px!important;}.pt45{padding-top:45px!important;}.pt50{padding-top:50px!important;}.pt60{padding-top:60px!important;}.pt70{padding-top:70px!important;}.pt80{padding-top:80px!important;}.pt90{padding-top:90px!important;}.pt100{padding-top:100px!important;}.pt120{padding-top:120px!important;}.pr00{padding-right:0!important;}.pr01{padding-right:1px!important;}.pr02{padding-right:2px!important;}.pr03{padding-right:3px!important;}.pr04{padding-right:4px!important;}.pr05{padding-right:5px!important;}.pr06{padding-right:6px!important;}.pr07{padding-right:7px!important;}.pr08{padding-right:8px!important;}.pr09{padding-right:9px!important;}.pr10{padding-right:10px!important;}.pr15{padding-right:15px!important;}.pr20{padding-right:20px!important;}.pr25{padding-right:25px!important;}.pr30{padding-right:30px!important;}.pr35{padding-right:35px!important;}.pr40{padding-right:40px!important;}.pr45{padding-right:45px!important;}.pr50{padding-right:50px!important;}.pr60{padding-right:60px!important;}.pr70{padding-right:70px!important;}.pr80{padding-right:80px!important;}.pr90{padding-right:90px!important;}.pr100{padding-right:100px!important;}.pb00{padding-bottom:0!important;}.pb01{padding-bottom:1px!important;}.pb02{padding-bottom:2px!important;}.pb03{padding-bottom:3px!important;}.pb04{padding-bottom:4px!important;}.pb05{padding-bottom:5px!important;}.pb06{padding-bottom:6px!important;}.pb07{padding-bottom:7px!important;}.pb08{padding-bottom:8px!important;}.pb09{padding-bottom:9px!important;}.pb10{padding-bottom:10px!important;}.pb15{padding-bottom:15px!important;}.pb20{padding-bottom:20px!important;}.pb25{padding-bottom:25px!important;}.pb30{padding-bottom:30px!important;}.pb35{padding-bottom:35px!important;}.pb40{padding-bottom:40px!important;}.pb45{padding-bottom:45px!important;}.pb50{padding-bottom:50px!important;}.pb60{padding-bottom:60px!important;}.pb70{padding-bottom:70px!important;}.pb80{padding-bottom:80px!important;}.pb90{padding-bottom:90px!important;}.pb100{padding-bottom:100px!important;}.pl00{padding-left:0!important;}.pl01{padding-left:1px!important;}.pl02{padding-left:2px!important;}.pl03{padding-left:3px!important;}.pl04{padding-left:4px!important;}.pl05{padding-left:5px!important;}.pl06{padding-left:6px!important;}.pl07{padding-left:7px!important;}.pl08{padding-left:8px!important;}.pl09{padding-left:9px!important;}.pl10{padding-left:10px!important;}.pl15{padding-left:15px!important;}.pl20{padding-left:20px!important;}.pl25{padding-left:25px!important;}.pl30{padding-left:30px!important;}.pl35{padding-left:35px!important;}.pl40{padding-left:40px!important;}.pl45{padding-left:45px!important;}.pl50{padding-left:50px!important;}.pl60{padding-left:60px!important;}.pl70{padding-left:70px!important;}.pl80{padding-left:80px!important;}.pl90{padding-left:90px!important;}.pl100{padding-left:100px!important;}.pa01{padding:1px!important;}.pa02{padding:2px!important;}.pa03{padding:3px!important;}.pa04{padding:4px!important;}.pa05{padding:5px!important;}.pa10{padding:10px!important;}.pa15{padding:15px!important;}.fr{float:right!important;}.fl{float:left!important;}.fr10{float:right;margin-left:10px!important;}.fr15{float:right;margin-left:15px!important;}.fr30{float:right;margin-left:15px!important;}.fl10{float:left;margin-right:10px!important;}.fl15{float:left;margin-right:15px!important;}.fl30{float:left;margin-right:30px!important;}.txt10{font-size:10px!important;}.txt11{font-size:11px!important;}.txt12{font-size:12px!important;}.txt13{font-size:13px!important;}.txt14{font-size:14px!important;}.txt15{font-size:15px!important;}.txt16{font-size:16px!important;}.txt17{font-size:17px!important;}.txt18{font-size:18px!important;}.txt19{font-size:19px!important;}.txt20{font-size:20px!important;}.txt21{font-size:21px!important;}.txt22{font-size:22px!important;}.txt23{font-size:23px!important;}.txt24{font-size:24px!important;}.txt25{font-size:25px!important;}.txt26{font-size:26px!important;}.txt27{font-size:27px!important;}.txt28{font-size:28px!important;}.txt29{font-size:29px!important;}.txt30{font-size:30px!important;}.txt31{font-size:31px!important;}.txt32{font-size:32px!important;}.txt33{font-size:33px!important;}.txt34{font-size:34px!important;}.txt35{font-size:35px!important;}.txt36{font-size:36px!important;}.txt37{font-size:37px!important;}.txt38{font-size:38px!important;}.txt39{font-size:39px!important;}.txt40{font-size:40px!important;}.bold{font-weight:bold!important;}.left{text-align:left!important;}.center{text-align:center!important;}.right{text-align:right!important;}.clear{clear:both!important;}.v_top{vertical-align:top!important;}.v_mid{vertical-align:middle!important;}.v_btm{vertical-align:bottom!important;}.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!important;}.ls_1{letter-spacing:1px!important;}.indent{margin-left:1em!important;text-indent:-1em!important;}.line_h_2{line-height:2!important;}.clearfix:after{display:block;clear:both;content:"";}.centering{display:table;margin:auto;text-align:left;}.img_fr{display:block;position:relative;float:right;margin-left:30px;margin-bottom:1em;text-align:center;}.img_fr img{border-radius:3px;margin-bottom:7px;max-width: 300px;max-height: 300px;width: auto;height: auto;}.img_fr dd{padding-left:20px;line-height:1.3;font-size:15px; font-weight:bold;color:#1F2774;text-align:left;}.img_fl{display:block;position:relative;float:left;margin-bottom:1em;margin-right:30px;text-align:center;}.img_fl img{border-radius:3px;margin-bottom:7px;max-width: 300px;max-height: 300px;width: auto;height: auto;}
.img_fr+p:after{
  display: block;
  clear: both;
  content: "";
}
.float_clear{
  float: none!important;
}
/*==================================================================================================================================

  スマホ設定

==================================================================================================================================*/
/*--------------------基本設定（スマホ）--------------------*/
@media screen and (max-width:640px) {
html {
  margin-top: 0 !important;
}
body {
  font-size: 14px;
}
body,
.nav_wrap.fixed,
#mainvisual,
header,
footer {
  min-width: 100%;
}
body,
#mainvisual,
header,
footer {
  width: 100%;
}
body.page #mainvisual .inner,
body.archive #mainvisual .inner,
body.single #mainvisual .inner,
body.error404 #mainvisual .inner {
  max-width: 100%;
}
html #wpadminbar {
  display: none;
}

.nav-open{
  overflow: hidden;
}
/*--------------------ヘッダー（スマホ）--------------------*/
header {
  display: none;
}

/*--------------------ナビゲーション（スマホ）--------------------*/
/* ナビのラッパー */
.nav_wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
.nav_wrap .sp_logo {
  width: calc(100% - 55px);
  background: linear-gradient(0deg, rgba(206,236,244,1) 0%,rgba(255,255,255,1) 70%);
}
.nav_wrap .sp_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 5px;
}
.nav_wrap .sp_logo img {
  max-width: 300px;
  width: 95%;
}

/* ハンバーガーボタン */
.btn_menu {
  position: relative;
  right: 0;
  color: #fff;
  width: 55px;
  background: var(--sub-color);
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
}
.btn_menu i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  font-family: futura-pt,sans-serif;
font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.btn_menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  opacity: 1;
}
.btn_menu span:nth-of-type(1) {
  top: 10px;
}
.btn_menu span:nth-of-type(2) {
  top: 20px;
}
.btn_menu span:nth-of-type(3) {
  top: 30px;
}
/* MENUボタン押下時 */
.btn_menu.active {
  right: 80%;
}
.btn_menu.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(225deg);
}
.btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.btn_menu.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-225deg);
}

/* スライドメニュー */
.menu_list_wrap {
  position: fixed;
  top: 0;
  right: 0;
  right: -80%;
  z-index: 2;
  overflow: hidden;
  width: 80%;
  height: 100%;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
  background: var(--sub-color);
  padding: 15px;
}
.menu_list_wrap,
.menu_list_wrap a {
  color: #fff;
}
.menu_list_wrap a {
  display: block;
}
.menu_list_wrap ul li {
  position: relative;
}

.nav_menu_list > li {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
}
.nav_menu_list > li:not(.sp_navi_btn) {
  border-bottom: 1px solid #fff;
}
.nav_menu_list > li:first-child {
  border-top: 1px solid #fff;
}
.nav_menu_list > li > a,
.nav_menu_list > li > p {
  padding: 15px 10px;
}
.nav_menu_list > li > a p {
  display: none;
}

/* ------- 下層コンテンツのあるメニュー ------- */
.menu_list_wrap .nav_slidebtm div {
  padding-bottom: 10px;
}
.menu_list_wrap .nav_slidebtm div a {
  margin-left: 15px;
  padding: 10px 3px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.menu_list_wrap .nav_slidebtm div a::before {
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}

/* ------- アコーディオン&メガメニュー ------- */
.menu_list_wrap .nav_slidebtm.is_accord,
.menu_list_wrap .nav_slidebtm.is_mega{
  cursor: pointer;
}
.menu_list_wrap .nav_slidebtm.is_accord > a,
.menu_list_wrap .nav_slidebtm.is_mega > a{
  display: none;
}
.menu_list_wrap .nav_slidebtm.is_accord .child_menu,
.menu_list_wrap .nav_slidebtm.is_mega .child_menu{
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: height 0.5s cubic-bezier(.19, 1, .22, 1);
}

.menu_list_wrap .nav_slidebtm.is_accord.active .child_menu,
.menu_list_wrap .nav_slidebtm.is_mega.active .child_menu {
  opacity: 1;
  visibility: visible;
}
.menu_list_wrap .nav_slidebtm.is_accord p,
.menu_list_wrap .nav_slidebtm.is_mega p{
  display: block;
  position: relative;
}
.menu_list_wrap .nav_slidebtm.is_accord p::before,
.menu_list_wrap .nav_slidebtm.is_mega p::before {
  position: absolute;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
/* アコーディオン&メガメニュー展開時 */
.menu_list_wrap .nav_slidebtm.is_accord.active p::before,
.menu_list_wrap .nav_slidebtm.is_mega.active p::before {
  content: "\f068";
}
body.nav-open .menu_list_wrap {
  overflow-y: scroll;
  right: 0;
}

/*WEB予約、問診、問い合わせ*/
.nav_menu_list .sp_navi_btn {
  margin-top: 5px;
}
.nav_menu_list .sp_navi_btn a {
  color: var(--sub-color);
  padding: 10px 16px;
  background: #fff;
}
.nav_menu_list .sp_navi_btn a i {
  margin-right: 5px;
}

/*SNSボタン*/
.menu_list_wrap .sp_btn_area {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  margin: 20px 0;
}

.menu_list_wrap .sp_btn_area li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.menu_list_wrap .sp_btn_area li:not(:last-child) {
  margin-right: 5px;
}

.menu_list_wrap .sp_btn_area li a {
  background-color: #fff;
  color: var(--sub-color);
  text-align: center;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
}
.menu_list_wrap .sp_btn_area li a i {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

/* 下部固定メニュー */
.sp_under_nav {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  height: 52px;
}

.sp_under_nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}

.sp_under_nav li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  box-sizing: border-box;
  background-color: var(--main-color);
  text-align: center;
}

.sp_under_nav li:nth-child(2) {
  background-color: var(--main-color);
  opacity: 0.8;
}

.sp_under_nav li a {
  display: block;
  color: #fff;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  letter-spacing: .1em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_under_nav li a:hover{
  color: #fff;
}
.sp_under_nav li a i {
  margin-right: 5px;
  letter-spacing: 0;
}
/* ナビ展開時の後ろの背景 */
.nav_overlay {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

body.nav-open .nav_overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

h1{
  position: unset;
  padding: 10px 5.3%;
  text-align: center;
  background: var(--bg-color);
}

/*--------------------診療時間表（スマホ）--------------------*/



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

  メインビジュアル（スマホ）

==================================================================================================================================*/
#mainvisual {
  margin-top: 55px;
}

/*--------------------下層--------------------*/
.content_mv {
  height: 160px;
}
.content_mv_inner {
  padding: 20px;
}
.content_mv_tit {
  font-size: 150%;
}

/*--------------------フッター（スマホ）--------------------*/
.pagetop {
  right: 10px;
  bottom: 60px;
  left: auto;
  margin: auto;
  width: 40px;
  height: 40px;
}
.pagetop:hover {
  transform: unset;
}

.footer_inner {
  padding-left: 5.3%;
  padding-right: 5.3%;
}
.footer_info_left {
  margin-bottom: 30px;
}

.footer_navi ul {
  text-align: center;
}
.footer_navi ul > li:not(:last-child) {
  border-bottom: 1px dotted var(--border-color);
}
.footer_navi ul > li a {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* safari対策 */
.footer_navi ul > li a::after {
  content: "\00a0";
}
.footer_navi ul > li > a,
.footer_navi .child_menu {
  padding-left: 5.3%;
  padding-right: 5.3%;
}
.footer_navi ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_navi .child_menu {
  line-height: 1.6;
  padding-bottom: 5px;
}
.footer_navi .child_menu a {
  color: var(--text-color);
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.footer_navi .child_menu a::before {
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}

.copy {
  padding: 10px 0 62px;
}
/*--------------------サイドバー（スマホ）--------------------*/
.side_area {
  padding: 30px 20px 20px;
}
/*--------------------パンくず（スマホ）--------------------*/
#breadcrumb {
  position: static;
  font-size: 12px;
}
/*--------------------共通仕様（スマホ）--------------------*/
.box1 {
  padding-left: 5.3%;
  padding-right: 5.3%;
}
.textarea p {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.wrapper {
  padding-top: 20px;
}
.wrapper main {
  margin-bottom: 40px;
  padding: 0 20px;
}
.medical_single {
  padding: 0 !important;
}
.body_single p img{
  display: block;
  margin: 0 auto;
}
/*----------リスト----------*/
.list08 {
  padding: 6%;
}
/*----------テーブル----------*/
.sp_w100 th,
.sp_w100 td{
  width: 100%!important;
  display: block!important;
  border-top: none;
}
.sp_w100 tr:first-child th,
.sp_w100 tr:first-child td:first-child{
      border-top: 1px solid var(--border-color);
}

.tb01 {
  width: 100%;
  table-layout: fixed;
  white-space: inherit;
}
.tb01 th {
  width: 30%;
}
.tb01 td {
  width: -moz-available;
  width: -webkit-fill-available;
}

.tb03,
.tb03 th {
  white-space: inherit;
}
.tb03.w075par {
  width: 100%;
}
.tb04,
.tb04 th {
  white-space: normal;
}
.tb04 th {
  font-size: 13px;
}
.tb04 td,
.tb04 th {
  padding: 2%;
}
/*--------------------フリーエリア上（スマホ）--------------------*/
.freearea_up_img {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.freearea_up_img img {
  width: 100%;
  height: auto;
}
/*--------------------フリーエリア下（スマホ）--------------------*/
.freearea_under_img {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.freearea_under_img img {
  width: 100%;
  height: auto;
}
/*--------------------医師紹介（スマホ）--------------------*/
.doctor_greeting_flex {
  display: block;
}
.doctor_greeting_flex .text {
  width: 100%;
}
.doctor_img {
  width: 100%;
  text-align: center;
}
.text .doctor_name p{
  margin-bottom: 0;
}
/*----------経歴・資格----------*/
.doctor_carr_wrap {
  display: block;
}
.doctor_carr_box {
  width: 100%;
  margin-bottom: 20px;
}
.doctor_carr_box:last-child {
  margin-bottom: 0;
}
/*--------------------医院紹介（スマホ）--------------------*/
.clinic_desc dl {
  display: block;
}
.clinic_desc dl dt {
  width: 100%;
  padding: 15px 0 0;
  border-bottom: none;
}
.clinic_desc dl dd {
  width: 100%;
  padding: 0 0 15px;
}
.clinic_sche .tb02 th,
.clinic_sche .tb02 td {
  font-size: 12px;
}
.clinic_facilities_wrap {
  display: block;
}
.facilities_item {
  width: 100%;
  margin-bottom: 20px;
}
.facilities_item_img img{
  max-height: 390px;
}
/*--------------------料金表（スマホ）--------------------*/
.price_table tr:first-child {
  display: none;
}
.price_table tr td:nth-child(1) {
  background-color: var(--bg-color);
  font-weight: bold;
}
.price_table {
  border-bottom: 1px solid var(--border-color)
  }
.price_table tr:first-child {
  display: none;
}
.price_table td {
  display: block;
  border-bottom: none;
}
.price_table tr td:nth-child(1) {
  width: 100%;
}
.price_table tr td:nth-child(2) {
  width: 100%;
}
.price_table tr td:nth-child(2):empty {
  padding: 0;
  border: none;
  width: 100%;
}
.price_table tr td:nth-child(3) {
  width: 100%;
  white-space: normal;
}
/*--------------------求人情報（スマホ）--------------------*/
.recruit_img {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.recruit_img img {
  width: 100%;
  height: auto;
}
.recruit_table {
  border-bottom: 1px solid var(--border-color);
}
.recruit_table th,
.recruit_table td {
  width: 100%;
  display: block;
  border-bottom: none;
}
.recruit_table th {
  border-bottom: none;
}
/*--------------------アクセス（スマホ）--------------------*/
.map_flex_item{
  width: 100%;
}
.map_flex_item:first-child{
  margin-bottom: 20px;
}
.access_add {
  display: block;
}
.access_add dt {
  width: 100%;
}
.access_add dd {
  width: 100%;
}
.access_route ul {
  display: block;
}
.access_route ul li {
  width: 100%;
}
/*--------------------ブログ（スマホ）--------------------*/
.thumbnail{
  float:none;
  margin:0;
  text-align:center;
}
.thumbnail img{
  object-fit: cover;
  max-width: 100%;
  max-height: unset;
  width: 200px;
  height: 200px;
}
.blog_content iframe {
  max-width: 100%;
  height: auto;
}
/*--------------------お問い合わせ（スマホ）--------------------*/
.contact {
  margin: 0 auto;
  width: auto;
}
/*--------------------診療内容などのコンテンツ（スマホ）--------------------*/
.anklink li {
  width: 100%;
  margin: 0 0 10px;
}

/*--------------------MPクラウド--------------------*/
#mpcloud_schedule {
  bottom: 60px;
}
/*--------------------common--------------------*/
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.pc_inline {
  display: none !important;
}
.sp_inline {
  display: inline !important;
}
.pc_table {
  display: table !important;
}
.sp_table {
  display: table !important;
}
.sp_flex {
  display: flex !important;
}
.sp_mb00 {
  margin-bottom: 0 !important;
}
.sp_mr00 {
  margin-right: 0 !important;
}
.sp_ml00 {
  margin-left: 0 !important;
}
.sp_mt00 {
  margin-top: 0 !important;
}
.sp_pb00 {
  padding-bottom: 0 !important;
}
.sp_pr00 {
  padding-right: 0 !important;
}
.sp_pl00 {
  padding-left: 0 !important;
}
.sp_pt00 {
  padding-top: 0 !important;
}
.sp_center {
  text-align: center;
}
.img_fl,
.img_fr {
  float: none;
  margin: 0;
  text-align: center;
}
.img_fl img,
.img_fr img {
    margin-bottom: 15px;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    height: auto;
}
/*==================================================================

	.layout

==================================================================*/
.layout_tit{
  font-size: 18px;
}
.layout_tit em{
  font-size: 24px;
}
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 .layout01_box {
  display: block;
}

.layout01 .layout01_title {
  width: 100%;
}

.layout01 .layout01_text {
  width: 100%;
}

.layout01 .layout01_text img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
    display: block;
}
.layout02 .layout02_box{
    width: 100%;
}
.layout02 .layout02_box img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
    margin: 0 0 15px;
}
.layout03 .layout03_box {
    display: block;
}
.layout03 .layout03_title {
    width: 100%;
}
.layout03 .layout03_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
	padding: 0;
}
.layout03 .layout03_text {
    width: 100%;
    padding: 15px 3% 1%;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 .layout04_box {
    display: block;
}
.layout04 .layout04_title {
    width: 100%;
    padding: 2%;
}
.layout04 .layout04_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.layout04 .layout04_text {
    width: 100%;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 .layout05_box {
    display: block;
}
.layout05 .layout05_title {
    width: 100%;
    text-align: center;
    display: block;
}
.layout05 .layout05_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.layout05 .layout05_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}
.layout05 .layout05_text1:nth-child(3) {
    width: 100%;
    border-left: none;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
    margin: 0 0 15px;
}
.layout06 .layout06_box {
    display: block;
}
.layout06 .layout06_title {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
}
.layout06 .layout06_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
}/* 数字 */
.layout06 .layout06_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}
.layout06 .layout06_text1:nth-child(3) {
    width: 100%;
    border-left: none;
}
/* table。 */
table.tb03_ver02 th {
    width: auto;
	padding: 8px 10px;
}
/* 3つ並びのレイアウト。 */
.layout07 {
    display: block;
}
.layout07 .layout07_box {
    display: block;
    width: 100%;
}
/* layout9 */
.layout09 .layout09_box {
  display: block;
}

.layout09 .layout09_title {
  width: 100%;
  text-align: center;
  display: block;
}

.layout09 .layout09_title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.layout09 .layout09_text1{
  width: 100%;
  margin-top: 10px;
}
/* layout10 */
.layout10 .flow_box{
    justify-content: space-between;
    padding: 6%;
}
.layout10 .flow_box::before{
    display: none;
}
.layout10 .flow_box .number{
    width: 42px;
    height: 42px;
    margin-right: 0;
    font-size: 20px;
}
.layout10 .flow_box .layout10_box{
    width: 80%;
}
.layout10 .flow_box .layout10_text .title{
    font-size: 14px;
    line-height: 1.4;
}
.layout10 .flow_box .layout10_text .title span{
    display: block;
    padding-bottom: 8px;
    font-weight: bold;
}
.layout10 .flow_box .layout10_text .title span::after{
    display: none;
}
.course_ablation::before{
    display: none;
}
/* layout11 */
[class^="layout11_text"] dl dt,
[class^="layout11_text"] dl dd{
    margin-left: 0;
    width: 100%;
}
[class^="layout11_text"] dl dt{
    margin-bottom: 0;
}
[class^="layout11_text"] dl dd{
    margin-bottom: 10px;
}
.layout11_image02{
    flex-wrap: wrap;
}
.layout11_image02 span{
    width: 100%;
}
.layout11_image02 span:last-child{
    margin-top: 40px;
}
.layout11_image02 span:last-child::before{
    top: -32px;
    bottom: auto;
    left: 0;
    right: 0;
    justify-content: center;
    content: "\f078";
}
.ribon-link{
  max-width: unset;
  margin: 10
}
}
@media screen and (max-width:320px) {
/*--------------------common--------------------*/
.sp_inline_iP {
  display: inline !important;
}
}

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

  ホーム

==================================================================================================================================*/
/*---------- reset用 ----------*/
.top_reset h2,
.top_reset h3,
.top_reset h4,
.top_reset h5 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
}

.top_reset h2::before,
.top_reset h2::after,
.top_reset h3::before,
.top_reset h3::after,
.top_reset h4::before,
.top_reset h4::after,
.top_reset h5::before,
.top_reset h5::after {
  display: none;
}

/*---------- 共通 ----------*/
body.home main {
  width: 100%;
}

.top_sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top_tit {
  font-size: 120px;
  line-height: 1;
  min-height: 1em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_tit {
    max-width: 1200px;
  }
}
.top_tit_en {
  font-family: futura-pt, sans-serif;
font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #27a6d6;
  background: linear-gradient(90deg, var(--sub-color) 0%, #27a6d6 20%, #7acceb 85%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* reset css */
.top_tit_main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  text-align: left;
  color: inherit;
  overflow: visible;
  letter-spacing: inherit;
  text-shadow: none;
  box-shadow: none;
}

.top_tit_main {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
  position: relative;
}

.top_tit_main span {
  color: var(--text-color);
}

/* reset css */
.top_tit_main::before,
.top_tit_main::after {
  display: none;
}

/*---------- メインビジュアル ----------*/
.top_mv_wrap {
  position: relative;
}

.top_mv {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv {
    height: 600px;
  }
  .top_mv_inner {
    max-width: 1200px;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top_mv .slider-slide + .top_mv_inner {
  max-width: 1036px;
}

/* スライダー */
.top_mv .slick-slider {
  position: relative;
  overflow: hidden;
}

.top_mv .slick-slider img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スライド（.slick-slide） */
@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv .slider-slide .slick-slide {
    margin: 0 5px;
  }
}
.top_mv .slider-slide .slick-list.draggable {
  margin: 0 auto;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv .slider-slide .slick-list.draggable {
    width: 1200px !important;
  }
}

/* キャッチコピー */
.top_mv_catch {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
}

.top_mv_catch_text {
  display: inline-block;
  vertical-align: top;
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff;
}

/* バナー */
@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv_banner {
    max-width: 550px;
    height: 110px;
    position: absolute;
    top: 90px;
    right: 0;
  }
}
.top_mv_banner img {
  max-height: 100%;
  width: auto;
}

@media (hover: hover) {
  .top_mv_banner a:hover {
    opacity: 0.8;
  }
}
.top_mv_banner .btn01 a {
  font-size: 120%;
  margin-top: 0;
}

/* 新規開院 */
.top_mv_open {
  max-width: 550px;
  background: url(images/top/mv_event_bg.jpg) center/cover no-repeat;
  padding: 20px;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px -3px, rgba(0, 0, 0, 0.2) 0px 4px 6px -2px;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv_open {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
.top_mv_open_tit {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  font-size: 130%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.top_mv_open_tit span {
  display: block;
  font-size: 220%;
}

.top_mv_open_titSub {
  background: #fff;
  color: var(--sub-color);
  font-weight: bold;
  margin-bottom: 10px;
}

.top_mv_open_date,
.top_mv_open_time {
  font-size: 110%;
  line-height: 1.6;
}

/* 情報 */
@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv_info {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
.top_mv_info_item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  aspect-ratio: 1/1;
  background: url(images/top/mv_event_bg.jpg) center/cover no-repeat;
  padding: 10px 5px;
  opacity: 0.9;
  color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px -3px, rgba(0, 0, 0, 0.2) 0px 4px 6px -2px;
}
.top_mv_info_item:first-of-type .top_mv_info_item_text{
	font-size: 24px;
}
.top_mv_info_item:first-of-type .top_mv_info_item_text span{
	font-size: 20px;
}
@media print, screen and (min-width: 641px) { /* pc only */
  .top_mv_info_item {
    width: 261px;
    margin-right: 20px;
  }
}
.top_mv_info_item_text {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
	font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
.top_mv_info_item_text02{
	font-size: 20px;
}
.top_mv_info_item_text_fsM {
  font-size: 120%;
}

.top_mv_info_item_text_fsL {
  font-size: 130%;
}

/* 診療時間 */
.top_mv_sche {
  min-width: 400px;
  max-width: 550px;
  font-size: 90%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  bottom: 20px;
}

.top_mv_sche .tb02 {
  background-color: #fff;
}

/*---------- フリーエリア ----------*/
body.home .sec_freearea_up,
body.home .sec_freearea_under {
  margin-bottom: 0 !important;
}

body.home .sec_freearea_under {
  padding-bottom: 80px;
}

/*---------- サブイベント（内覧会等） ----------*/
.top_nairankai {
  padding-top: 60px;
}

.top_nairankai:not(:last-child) {
  margin-bottom: 80px;
}

.top_nairankai .text {
  margin-bottom: 0;
}

.top_nairankai_img {
  margin-bottom: 20px;
  text-align: center;
}

.top_nairankai .nairankai_date,
.top_nairankai .nairankai_time {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.top_nairankai .nairankai_date {
  font-size: 24px;
}

.top_nairankai .nairankai_time {
  font-size: 22px;
}

/*---------- お知らせ ----------*/
.top_news {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.top_news::after {
  content: "";
  display: block;
  width: 1920px;
  background: url(images/top/news_bg.png) center/100% auto no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: -1;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_news::after {
    aspect-ratio: 2000/885;
  }
}
.top_news .box1 {
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.top_news .cmn_news_list {
  height: 300px;
  padding: 15px;
  overflow-y: auto;
}

.top_news .cmn_news_info {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*スクロールバーの横幅指定*/
.top_news .cmn_news_list::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.top_news .cmn_news_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}

/*スクロールバーの色・角丸指定*/
.top_news .cmn_news_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

.top_news .btn01 {
  text-align: center;
  margin-top: 30px;
}

.top_news .btn01 a {
  margin-top: 0;
}

/*---------- 医院情報 ----------*/
.top_clinicinfo {
  overflow: hidden;
}

.top_clinicinfo_inner {
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_clinicinfo_inner {
    padding-left: 100px;
  }
}
.top_clinicinfo_inner::after {
  display: block;
  content: "";
  width: calc(100% + 360px);
  height: calc(100% - 130px);
  background-color: var(--bg-color);
  position: absolute;
  right: -360px;
  bottom: 0;
  z-index: -1;
}

.top_clinicinfo_inner::before {
  display: block;
  content: "";
  width: calc(100% + 460px);
  height: 260px;
  background: url(images/top/clinicinfo_head_dmy.jpg) center/100% auto no-repeat;
  margin-left: -460px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_clinicinfo_flex {
    display: flex;
    justify-content: space-between;
  }
  .top_clinicinfo_item {
    width: 520px;
    padding: 40px 30px;
    background-color: #fff;
  }
}
.top_clinicinfo .sche_wrap {
  margin-top: 20px;
}
.top_clinicinfo_cashless {
  margin-top: 20px;
}
.top_clinicinfo_cashless > div:not(:last-of-type) {
    margin-bottom: 15px;
}
.top_clinicinfo_cashless p.about_cash {
    margin-bottom: 20px;
    font-weight: bold;
}
.top_clinicinfo_cashless p {
	font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
}
.faq_a .top_clinicinfo_cashless p{
	line-height: 1.9;
}
.faq_a .top_clinicinfo_cashless p.about_cash{
	font-weight: normal;
}
.top_clinicinfo_map_main {
  text-align: center;
  margin-bottom: 15px;
}

.top_clinicinfo_map_main iframe {
  width: 100%;
}

.top_clinicinfo_map .btn01 a {
  margin-top: 0;
  margin-bottom: 0;
}

/*---------- 当院の特徴 ----------*/
.top_feature_list {
  counter-reset: number 0;
}

.top_feature_item {
  background-color: var(--bg-color);
  padding: 10px 30px 30px;
  background: url(images/top/feature_item_bg.jpg) #fff center bottom/100% auto no-repeat;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.top_feature_item:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_feature_item_inner {
    display: flex;
    justify-content: space-between;
  }
}
.top_feature_img {
  padding-top: 35px;
  position: relative;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_feature_img {
    width: 340px;
    margin-right: 30px;
  }
}
.top_feature_img::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: futura-pt,sans-serif;
  font-weight: 300;
  font-size: 68px;
  letter-spacing: 0.1em;
  line-height: 1;
  background: linear-gradient(90deg, var(--sub-color) 0%, #27a6d6 20%, #7acceb 85%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.top_feature_box {
  flex: 1;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_feature_img + .top_feature_box {
    padding-top: 35px;
  }
}
.top_feature_box .top_feature_item_tit {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.top_feature_box .btn01 {
  margin-top: 20px;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_feature_box .btn01 {
    text-align: right;
  }
}
.top_feature_box .btn01 a {
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .top_feature_box .btn01 a {
    text-align: left;
  }
}
/*---------- 当院のご案内（検査内容） ----------*/
.top_medical {
  background: url(images/top/medical_bg.jpg) center bottom/100% auto no-repeat;
}

.top_medical_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.top_medical_item {
  width: calc((100% - 90px) / 4);
}

.top_medical_item_link {
  display: block;
  aspect-ratio: 1/1;
  box-shadow: 4px 4px 3px 0px var(--sub-color);
  position: relative;
  z-index: 0;
}

@media (hover: hover) {
  .top_medical_item_link {
    transition: transform 0.5s, box-shadow 0.5s;
  }
  .top_medical_item_link:hover {
    transform: translateX(6px);
    box-shadow: none;
  }
}
.top_medical_item_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_medical_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_medical_item_textArea {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  color: #fff;
}

@media (hover: hover) {
  .top_medical_item_textArea {
    transition: color 0.5s, background-color 0.5s;
  }
  .top_medical_item_link:hover .top_medical_item_textArea {
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--text-color);
  }
}
.top_medical_item .top_medical_item_tit {
  font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.top_medical_item .btn01 {
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}

.top_medical_item .btn01 > span {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  font-weight: bold;
  position: relative;
}

.top_medical_item .btn01 > span::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_medical_item_text {
  margin-top: 20px;
}

/*---------- ごあいさつ ----------*/
.top_doctor {
  overflow: hidden;
}

.top_doctor::before {
  content: "";
  display: block;
  max-width: 1920px;
  width: 100%;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  background: url(images/top/doctor_bg_dmy.jpg) center/cover no-repeat;
}

.top_doctor_inner {
  margin-top: -330px;
  padding-top: 60px;
}

.top_doctor .box1 {
  background-color: #fff;
  padding: 80px 60px;
}

.top_doctor_wrap:not(:last-child) {
  margin-bottom: 80px;
}

.top_doctor .top_doctor_titSub {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: var(--sub-color);
  line-height: 1.4;
  margin-bottom: 30px;
}
.top_carr_wrap {
    display: flex;
    gap: 0 5%;
    margin-top: 20px;
	font-size: 16px;
}
.top_carr_box:first-of-type {
    width: 60%;
}
.top_carr_box:last-of-type {
    width: 35%;
}
.top_carr_box .tb01 th{
	width: 70%;
	padding: 5px;
}
.top_carr_box .tb01 td{
	padding: 5px;
}
@media print, screen and (max-width: 640px){
	.top_carr_wrap {
		display: block;
		font-size: 14px;
}
	.top_carr_box:first-of-type {
    width: 100%;
		margin-bottom: 20px;
}
	.top_carr_box:last-of-type {
		width: 100%;
	}
.top_carr_box .tb01 th {
    width: 55%;
    padding: 5px 0;
}
.top_carr_box .tb01 td {
    padding: 5px 0;
}
}
@media print, screen and (min-width: 641px) {/* pc only */
  .top_doctor_text {
    font-size: 16px;
  }
}

/* 署名 */
.top_doctor_name {
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

.top_doctor_name_carr {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.top_doctor_name_name {
  font-size: 22px;
  line-height: 1.4;
}

/*---------- フッター ----------*/
/*ホームのフッターにだけ出現するバナーエリア*/
.front_bannar {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
  margin-bottom: 50px;
}

.front_bannar ul {
  gap: 15px 2%;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .front_bannar ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front_bannar ul li {
  text-align: center;
}

@media print, screen and (min-width: 641px) { /* pc only */
  .front_bannar ul li {
    width: 32%;
  }
}
.front_bannar ul li a {
  width: 100%;
  margin: 0;
}

@media (hover: hover) {
  .front_bannar ul li a img {
    transition: opacity 0.3s;
  }
  .front_bannar ul li a:hover img {
    opacity: 0.6;
  }
}

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

  ホーム（スマホ）

==================================================================================================================================*/
@media only screen and (max-width: 640px) {
  body.home,
  body.home header,
  body.home footer {
    overflow-x: visible;
  }
  /*---------- 共通（スマホ） ----------*/
  .top_sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_tit {
    width: 89.3%;
    font-size: clamp(14px, 18.1vw, 68px);
    margin-bottom: 30px;
  }
  .top_tit.top_tit-fsS_sp {
    font-size: clamp(14px, 16vw, 60px);
  }
  .top_tit_main {
    font-size: 24px;
  }

  /*---------- メインビジュアル（スマホ） ----------*/
  .top_mv .slick-slider,
  .top_mv .slick-slider img,
  .top_mv_catch {
    height: 330px;
  }
  .top_mv_inner {
    margin-top: 20px;
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .top_mv_inner > *:not(:last-child) {
    margin-bottom: 20px;
  }

  /* キャッチコピー */
  .top_mv_catch {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .top_mv_catch_text {
    font-size: 4.3vw;
  }

  /* バナー */
  .top_mv_banner {
    text-align: center;
  }

  /* 情報 */
  .top_mv_info {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_mv_info_item:not(:last-child) {
    margin-bottom: 20px;
  }
	.top_mv_info_item_text {
		font-size: 17px;
	}
	.top_mv_info_item_text02{
		font-size: 17px;
	}
.top_mv_info_item:first-of-type .top_mv_info_item_text{
	font-size: 20px;
}
.top_mv_info_item:first-of-type .top_mv_info_item_text span{
	font-size: 17px;
}
  /* 診療時間 */
  .top_mv_sche {
    display: none !important;
  }

  /*---------- フリーエリア（スマホ） ----------*/
  body.home .sec_freearea_under {
    padding-bottom: 60px;
  }

  /*---------- サブイベント（内覧会等）（スマホ） ----------*/
  .top_nairankai:not(:last-child) {
    margin-bottom: 60px;
  }
  .top_nairankai .nairankai_date {
    font-size: 20px;
  }
  .top_nairankai .nairankai_time {
    font-size: 18px;
  }

  /*---------- お知らせ（スマホ） ----------*/
  .top_news::after {
    width: 100%;
    height: 100%;
    background: url(images/top/news_bg_sp_top.png) center top/100% auto no-repeat, url(images/top/news_bg_sp_btm.png) center bottom/100% auto no-repeat;
    top: 0;
  }
  .top_news .box1 {
    width: 89.3%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
  }
  .top_news .cmn_news_none {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_news .cmn_news_list {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  /*---------- 医院情報（スマホ） ----------*/
  .top_clinicinfo_inner {
    padding-bottom: 60px;
  }
  .top_clinicinfo_inner::after {
    width: 94.7%;
    height: calc(100% - 80px);
    right: 0;
  }
  .top_clinicinfo_inner::before {
    background-image: url(images/top/clinicinfo_head_sp_dmy.jpg);
    width: 94.7%;
    height: 160px;
    margin-left: -6%;
    margin-bottom: 40px;
  }
  .top_clinicinfo_flex {
    background-color: #fff;
    padding: 40px 6% 40px 0;
  }
  .top_clinicinfo_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_clinicinfo .tb02_tit {
    background-color: #f0f0f0;
  }

  /*---------- 当院の特徴（スマホ） ----------*/
  .top_feature_item {
    background-image: url(images/top/feature_item_bg_sp.jpg);
    padding-top: 10px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .top_feature_img {
    text-align: center;
    margin-bottom: 20px;
  }
  .top_feature_box .top_feature_item_tit {
    font-size: 20px;
  }
  .top_feature_box .btn01 {
    text-align: center;
  }

  /*---------- 当院のご案内（検査内容）（スマホ） ----------*/
  .top_medical {
    background-image: url(images/top/medical_bg_sp.jpg);
  }
  .top_medical.top_sec {
    padding-top: 0;
  }
  .top_medical_list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
  .top_medical_item {
    width: calc((100% - 20px) / 2);
  }
  .top_medical_item_textArea {
    padding: 10px;
  }
  .top_medical_item .top_medical_item_tit {
    font-size: 16px;
  }
  .top_medical_item .btn01 > span {
    font-size: 13px;
  }

  /*---------- ごあいさつ（スマホ） ----------*/
  .top_doctor::before {
    height: 160px;
    background-image: url(images/top/doctor_bg_sp_dmy.jpg);
  }
  .top_doctor_inner {
    margin-top: -160px;
  }
  .top_doctor .box1 {
    padding: 40px 5.3% 60px;
  }
  .top_doctor_wrap:not(:last-child) {
    margin-bottom: 60px;
  }
  .top_doctor .top_doctor_titSub {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .top_doctor_name_carr {
    font-size: 16px;
  }
  .top_doctor_name_name {
    font-size: 20px;
  }

  /*---------- フッター（スマホ） ----------*/
  /*ホームのフッターにだけ出現するバナーエリア*/
  .front_bannar ul {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .front_bannar ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  body.home .ribon-link {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
}



.manual-flex{display: flex;gap: 0 20px;margin-bottom: 50px;flex-wrap: wrap;}
.mt50{margin-top: 50px;}
.minatoku-clinic_desc{margin-bottom: 50px;}


.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	background: #f0f8fa;
}

/*アコーディオンタイトル*/
.accordion-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 50px 3% 3% ;
    transition: all .5s ease;
    width: 100%;
    margin: 0;
    border-bottom: 0;
    font-weight: bold;
    color: #1e5095;
}

/*アイコンの＋と×*/
.accordion-title::before,
.accordion-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #1e5095;

}
.accordion-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);

}
.accordion-title::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.close::before{
	transform: rotate(45deg);
}

.accordion-title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-box {
    display: none;/*はじめは非表示*/
	  margin:0 3% 3% 3%;
    padding: 3%;
    padding-top: 0;
}
.accordion-box p{font-weight: bold;}

.small{font-size: 13px;}

@media only screen and (max-width: 640px) {
  .btn01{text-align: center;}
}
