@charset "UTF-8";

/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-style: normal; }
*, ::before, ::after { box-sizing: border-box; border-style: solid; border-width: 0; }
html { font-size: 62.5%; }
body { font-size: 1.6rem; line-height: 1.8;-webkit-text-size-adjust: 100%;margin: 0 auto; min-height: 800px; min-width: 320px; width: 100%;font-weight: 400; font-style: normal;}
main {display: block;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main { display: block; }
h1, h2, h3, h4, h5, h6, strong, th{ font-weight: normal; }
ol,ul { list-style: none; } 
blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } a{ margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; }
/*android版クローム　フォントサイズが大きくなる不具合対策*/
p { max-height: 999999px; } ins { background-color: #ccc;/* 変更 */ color: #000;/* 変更 */ text-decoration: none; } mark { background-color: #ccc;/* 変更 */ color: #000;/* 変更 */ font-style: italic; font-weight: bold; }
del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
img { vertical-align: bottom; }

/* form */
input, select { vertical-align: middle; }
.req{ font-size: 1.2rem; background: #da5465; color: rgba(var(--color-rgb-white1) 1.0); line-height: 2.0rem; display: inline-block; width: 41px; border-radius: 4px; }
.radio { display: none; } .radio + .radio-icon:before { content: "●"; color: #e2e2e2; font-size: 30px; line-height: 1; }
.radio:checked + .radio-icon:before { content: "●"; color: #17bcdf; }
/*リセット*/
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }
input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }
input, button, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/*カスタム*/
input[type="submit"]{ font-size: 1.8rem; border-radius: 9rem; max-width: 300px; width: 90%; border: 2px solid #bbb; color: #bbb; box-shadow: -1px 1px 4px 1px rgba(171, 171, 171, 0.6); display: block; margin: 0 auto; background: rgba(var(--color-rgb-white1) 1.0); line-height: 4rem; }
input[type="button"]{ font-size: 1.8rem; border-radius: 9rem; max-width: 300px; width: 90%; /* border: 1px solid #bbb; */ color: rgba(var(--color-rgb-white1) 1.0); box-shadow: -1px 1px 4px 1px #ababab; display: block; margin: 0 auto; background: #d0d0d0; line-height: 2; margin: 1rem auto; }
input[type="reset"]{ border-bottom: 2px solid #e25b63; color: #e25b5b; max-width: 64px; margin: 2rem 0; font-size: 1.4rem; }
input[type="text"], input[type="email"], input[type="mail"], textarea{ border: 1px #d0d0d0 solid; width: 90%; line-height: 3rem; border-radius: 4px; background: rgba(var(--color-rgb-white1) 1.0); box-shadow: 0px 0px 4px 0px #d8d8d8; padding-left: 1rem; }
.select01 { overflow: hidden; width: 90%; margin: 0 auto; text-align: center; }
.select01 select { width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none; }
.select01 select::-ms-expand { display: none; } .select01.cp_sl02 { position: relative; border: 1px solid #d0d0d0; border-radius: 2px; background: rgba(var(--color-rgb-white1) 1.0); width: 90%; border-radius: 3rem; box-shadow: 0px 0px 4px 0px #d8d8d8; }
.select01.cp_sl02::before { position: absolute; top: 0.8em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #666666; pointer-events: none; }
.select01.cp_sl02:after { position: absolute; top: 0; right: 2.5em; bottom: 0; width: 1px; content: ''; border-left: 1px solid #bbbbbb; }
.select01.cp_sl02 select { padding: 8px 38px 8px 8px; color: #666666; }

/*--------------------------------------
サイト共通定義
--------------------------------------*/

:root{
  --color-rgb-white1: 255, 255, 255,; /* #ffffff */
  --color-rgb-black1: 61, 61, 63,; /* #3d3d3f */
  --color-rgb-mainlight1: 243, 252, 249,; /* #f1fbfd */
  --color-rgb-maindark1: 30, 173, 154,; /* #1ead9a */
  --color-rgb-subdark1: 30, 172, 153,; /* #60b6ab */
  --color-rgb-bg1: 253, 254, 253,; /* #fdfdfd */
  --color-rgb-atten1: 255, 95, 95,; /* #ff5f5f */

  --color-svg-white1: invert(89%) sepia(96%) saturate(2%) hue-rotate(253deg) brightness(114%) contrast(100%);/* #ffffff */
  --color-svg-black1: invert(23%) sepia(0%) saturate(1470%) hue-rotate(90deg) brightness(93%) contrast(90%);/* #3d3d3f */
  --color-svg-maindark1: invert(66%) sepia(26%) saturate(4639%) hue-rotate(126deg) brightness(86%) contrast(76%);/* #1ead9a */
  --color-svg-subdark1: invert(71%) sepia(14%) saturate(1147%) hue-rotate(123deg) brightness(90%) contrast(85%);/* #60b6ab */

  --height-header-pc1: 96px;
  --height-header-hidden-pc1: -96px;
  --height-header-sp1: 72px;
  --height-header-hidden-sp1: -72px;
  --height-header-gnav: 88px;

  --font-sans_serif1: 'Hiragino Kaku Gothic Pro','Arial', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'Yu Gothic', 'メイリオ','Helvetica Neue','Helvetica', 'Meiryo','ＭＳ Ｐゴシック',  sans-serif ; /* ゴシック体 */
  --font-serif1: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; /* 明朝体 */
  --font-number1: "Roboto", sans-serif; /* Roboto */
  --font-title1: "Roboto", sans-serif; /* Roboto */

}

/*--------------------------------------
サイト共通定義
--------------------------------------*/
html {scroll-behavior: smooth;}

body {
  color: rgba(var(--color-rgb-black1) 1.0);
  font-family: var(--font-sans_serif1);
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.fc_atten1 {color: rgba(var(--color-rgb-atten1) 1.0);}
.fc_maindark1 {color: rgba(var(--color-rgb-maindark1) 1.0);}
.fc_subdark1 {color: rgba(var(--color-rgb-subdark1) 1.0);}

/* 文字サイズ */
.fs_sss{font-size: 0.7em;}
.fs_ss{font-size: 0.75em;}
.fs_s {font-size: 0.8em;}
.fs_l {font-size: 1.2em;}
.fs_ll{font-size: 1.5em;}
.fw_b {font-weight: bold;}

/* マージン */
.mb_10 {margin-bottom: 10px;}
.mb_20 {margin-bottom: 20px;}
.mb_40 {margin-bottom: 40px;}
.mb_80 {margin-bottom: 80px;}
.mb_160 {margin-bottom: 160px;}

/* 文字のセンタリング */
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.bg_color1{background:rgba(var(--color-rgb-mainlight1) 1.0);}

/* アニメーション */
/* ページ全体 - フェードイン表示 */
body{animation: fadeIn 2s ease 0s 1 normal;}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.link_act_01 {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.link_act_01:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
}

/********* タイトル *********/
.section_title {
  font-size: 1.4rem;
  text-align: center;
  color: rgba(var(--color-rgb-maindark1) 1.0);
  letter-spacing: 3px;
}
.section_title:before {
  content: attr(title);
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 6px;
  font-family: var(--font-title1);
}

.contents_title {
  /* background: rgba(var(--color-rgb-mainlight1) 0.5); */
  background: url(../images/bg_subpage_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.contents_title .title_name {
  color: rgba(var(--color-rgb-black1) 1.0);
  font-size: clamp(2.6rem, 4.0vw, 3.2rem);
  text-align: center;
}

.subpage_title {margin-bottom: 40px;}
.subpage_title .container_title {
  text-align: center;
  /* font-size: 2.8rem; */
  font-size: clamp(2.2rem, 4.0vw, 2.8rem);
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
}
.subpage_title .container_title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--color-rgb-maindark1) 1.0);
  border-radius: 2px;
}

.unit_title {
  text-align: center;
  margin-bottom: 24px;
}
.unit_title p {
  display: inline-block;
  font-size: clamp(2.2rem, 3.5vw, 2.4rem);
  color: rgba(var(--color-rgb-maindark1) 1.0);
}


/********* ボタン *********/
.btn_01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(var(--color-rgb-white1) 1.0);
  max-width: 400px;
  width: 100%;
  min-height: 40px;
  text-align: center;
  color: rgba(var(--color-rgb-maindark1) 1.0);
  padding: 12px 0;
  margin-inline: auto;
  border-radius: 40px;
  border: 1px solid rgba(var(--color-rgb-maindark1) 1.0);
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.btn_01:before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.btn_01:hover {
  background: rgba(var(--color-rgb-maindark1) 1.0);
  color: rgba(var(--color-rgb-white1) 1.0);
}
.btn_01:hover:before {
  border-top: 2px solid rgba(var(--color-rgb-white1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-white1) 1.0);
}

.btn_02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(var(--color-rgb-subdark1) 1.0);
  max-width: 480px;
  width: 100%;
  min-height: 40px;
  text-align: center;
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: clamp(1.1rem, 1.2vw, 1.6rem);
  padding: 8px 32px;
  border: 1px solid rgba(var(--color-rgb-subdark1) 1.0);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.btn_02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(var(--color-rgb-white1) 1.0);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn_02:hover {color: rgba(var(--color-rgb-subdark1) 1.0);}
.btn_02:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn_02:after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-white1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-white1) 1.0);
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.btn_02:hover::after  {
  border-top: 2px solid rgba(var(--color-rgb-subdark1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-subdark1) 1.0);
}

.btn_info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 2px rgba(var(--color-rgb-wubdark1) 1.0);
  box-sizing: border-box;
  min-width: 260px;
  width: 100%;
  min-height: 40px;
  /* border-radius: 40px; */
  padding: 8px 24px;
  margin-inline: auto;
  background: rgba(var(--color-rgb-subdark1) 1.0);
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: min(4.0vw, 1.6rem);
  font-weight: 400;
  text-align: center;
}
.btn_info:before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-white1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-white1) 1.0);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_info {
    padding: 16px 30px;
  }
}
.btn_list {
  display: block;
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  max-width: 400px;
  width: 80%;
  text-align: center;
  color: rgba(var(--color-rgb-black1) 1.0);
  padding: 16px 0;
  margin-inline: auto;
}

/********* フレーム *********/
.frame_radius {
  background: rgba(var(--color-rgb-white1) 1.0);
  padding: 24px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .frame_radius {border-radius: 16px;}
}

/********* アイコン - 電話番号 *********/
.contact_tel a {
  display: flex;
  align-items: center;
  line-height: 1.0;
  font-size: min(2.3vw, 2.8rem);
  font-weight: 600;
  font-family: var(--font-number1);
}
.contact_tel a:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  filter: var(--color-svg-maindark1);
  background: url(../images/icon_phone.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/********* アイコン - WEB予約 *********/
.contact_reserve a {
  display: flex;
  align-items: center;
  line-height: 1.0;
  font-size: min(2.3vw, 2.8rem);
  font-weight: 600;
  font-family: var(--font-number1);
}
.contact_reserve a:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  filter: var(--color-svg-maindark1);
  background: url(../images/icon_reserve.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/********* PC・スマホ表示 *********/
/*PC版769pxまでSP版786px〜*/
@media screen and (min-width: 960px) {
  .display_sp{
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .display_pc{
    display: none !important;
  }
}


/****************************************
ベース
****************************************/
body {
  color: rgba(var(--color-rgb-black1) 1.0);
  background: rgba(var(--color-rgb-white1) 1.0);
  margin: 0 auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* border: 8px solid rgba(var(--color-rgb-maindark1) 1.0); */
  /* border-top: none; */
}
body a {color: rgba(var(--color-rgb-black1) 1.0);}

main {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
main .main_frame{width: calc(100% - 320px);}

.inner {
  width: 100%;
  /* max-width: 960px; */
  max-width: 1240px;
  margin: 0 auto;
}
header .content_wspace {
  padding-inline: 10px;
  /* padding-left: 1.0rem;
  padding-right: 1.0rem;*/
}
.content_wspace {
  margin-inline: auto auto;
  padding-inline: clamp(16px, 3vw, 40px);
  /*padding-left: 2.0rem;
  padding-right: 2.0rem;*/
}

/****************************************
ヘッダー
****************************************/
header .nav_pc {display: block;}
header .nav_sp {display: none;}

header .header_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  /* height: var(--height-header-pc1); */
  height: 100vh;
  background: rgba(var(--color-rgb-white1) 1.0);
  z-index: 999;
  box-shadow: 0px 0px 20px 0px rgba(var(--color-rgb-black1) 0.1);
  /* transition: all 0.3s ease-in-out; */

}
header .header_area .hd_wrap_outer {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

header .header_area .hd_wrap_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  /* height: var(--height-header-pc1); */
  opacity: 1;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
header .header_area .hd_wrap_02 {
  width: 100%;
  /* height: var(--height-header-gnav); */
  background: rgba(var(--color-rgb-white1) 1.0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 16px 16px 24px;
}

/* ヘッダー - ロゴ */
/* header .logo_unit {padding: 0 1.6%;} */
header .logo_unit .logo_txt {
  text-align:center;
  font-size: clamp(1.2rem, 2.0vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 24px;
  color: rgba(var(--color-rgb-maindark1) 1.0);
}
header .logo_unit a {
  display: flex;
  justify-content: center;
}
header .logo_unit a img {
  max-width: 240px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

/* ヘッダー - グローバルメニュー（PC）  */
header .container_nav.nav_pc {width: 100%;}
header .container_nav.nav_pc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
header .container_nav.nav_pc ul li {
  width: calc(100% / 2);
  text-align: center;
  border-top: 1px solid rgba(var(--color-rgb-maindark1) 0.2);
}
header .container_nav.nav_pc ul li:nth-child(even) {
  border-left: 1px solid rgba(var(--color-rgb-maindark1) 0.2);
}
header .container_nav.nav_pc ul li:last-child {
  width: 100%;
  border-bottom: 1px solid rgba(var(--color-rgb-maindark1) 0.2);
}

/* グローバルメニューアイコン */
header .container_nav.nav_pc ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(var(--color-rgb-black1) 1.0);
  font-size: min(3vw, 1.3rem);
  letter-spacing: 2px;
  line-height: 1.0;
  padding: 24px 16px;
}
header .container_nav.nav_pc ul li a:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  filter: var(--color-svg-subdark1);
  background: url(../images/icon_gnav_top.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_top:before {
  background: url(../images/icon_gnav_top.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_topics:before {
  background: url(../images/icon_gnav_topics.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_message:before {
  background: url(../images/icon_gnav_message.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_service:before {
  background: url(../images/icon_gnav_service.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_hospital:before {
  background: url(../images/icon_gnav_hospital.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_reserve:before {
  background: url(../images/icon_gnav_reserve.svg) no-repeat;
  background-size: contain;
}
header .container_nav.nav_pc ul li a.gnav_guide:before {
  background: url(../images/icon_gnav_guide.svg) no-repeat;
  background-size: contain;
}

/* ヘッダー - 診療時間・電話番号 - 共通 */
header .container_info {width: 100%;}
header .info_unit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* padding-right: 1.6%; */
}

/* ヘッダー - 診療時間・電話番号 - 画像 */
header .info_unit .info_box_img img {
  max-width: 480px;
  width: 100%;
  height: auto;
}

/* ヘッダー - WEB予約・電話番号ボタン共通 */
header .info_unit .contact_unit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
header .info_unit .contact_unit a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

/* ヘッダー - WEB予約ボタン */
header .info_unit .contact_unit .contact_reserve a {
  background: rgba(var(--color-rgb-maindark1) 1.0);
  border: 1px solid rgba(var(--color-rgb-maindark1) 1.0);
  box-sizing: border-box;
  padding: 16px;
  transition: all 0.3s ease-in-out;
}
header .info_unit .contact_unit .contact_reserve a:before {
  width: 24px;
  height: 24px;
  filter: var(--color-svg-white1);
  transition: all 0.3s ease-in-out;
}
header .info_unit .contact_unit .contact_reserve a p {
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 2px;
}

/* ヘッダー - 電話番号ボタン */
header .info_unit .contact_unit .contact_tel a {
  /* background: rgba(var(--color-rgb-maindark1) 1.0); */
  color: rgba(var(--color-rgb-black1) 1.0);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  gap: 8px;
}
header .info_unit .contact_unit .contact_tel a:before {
  width: 20px;
  height: 20px;
}

/* ヘッダー - 診療時間・電話番号 - テキスト */
header .info_unit .medi_sch_unit {text-align: center;}
header .info_unit .medi_sch_unit ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .info_unit .medi_sch_unit ul li {width: 100%;}
header .info_unit .medi_sch_unit .contact_tel a {font-size: 3.6rem;}

header .info_unit .medicalcare_time {
  font-size: min(3vw, 1.6rem);
  line-height: 1.6;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
header .info_unit .medicalcare_time p {
  width: 100%;
  display: block;
}
header .info_unit .medicalcare_time p span {display: block;}
header .info_unit .medicalcare_time .fs_holiday {
  font-size: min(2vw, 1.3rem);
}
header .info_unit .medicalcare_time .time {
  background: rgba(var(--color-rgb-subdark1) 1.0);
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: min(3vw, 1.6rem);
  line-height: 1.6;
  padding: 6px;
  border-radius: 40px;
  margin-bottom: 8px;
}

/****************************************
ドロワー
****************************************/
#navArea.container_nav nav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 60%;
  min-width: 360px;
  max-width: 560px;
  background: rgba(var(--color-rgb-white1) 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 103;
  opacity: 0;
  pointer-events: none;
}
#navArea.container_nav.open nav {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#navArea.container_nav nav .navinner {padding: 24px;}

/* ドロワー - メニュー */
#navArea.container_nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navArea.container_nav nav ul li {margin: 0;}
#navArea.container_nav nav ul li a {
  position: relative;
  display: block;
  color: rgba(var(--color-rgb-black1) 1.0);
  font-size: 1.4rem;
  padding: 1em;
  text-decoration: none;
  padding-left: 26px;
  transition-duration: 0.2s;
}
#navArea.container_nav nav ul li a:before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(var(--color-rgb-black1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-black1) 1.0);
  transform: rotate(45deg);
}
#navArea.container_nav nav ul li a:hover {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
}
@media screen and (max-width: 767px) {
  #navArea.container_nav nav {
    right: -360px;
    width: 220px;
  }
}

/* ドロワー - トグルボタン */
.toggle_btn {
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 48px;
  height: 48px;
  transition: all .5s;
  cursor: pointer;
  z-index: 150;
  /* background: rgba(var(--color-rgb-white1) 1.0); */
  background: transparent;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 9px;
  width: 30px;
  height: 3px;
  background-color: rgba(var(--color-rgb-maindark1) 1.0);
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {top: 13px;}
.toggle_btn span:nth-child(2) {top: 23px;}
.toggle_btn span:nth-child(3) {bottom: 13px;}
/* .open .toggle_btn span {background-color: rgba(var(--color-rgb-white1) 1.0);} */
.open .toggle_btn span:nth-child(1) {transform: translateY(10px) rotate(-45deg);}
.open .toggle_btn span:nth-child(2) {opacity: 0;}
.open .toggle_btn span:nth-child(3) {transform: translateY(-10px) rotate(45deg);}

/* ドロワー - マスク */
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.8; */
  background: rgba(var(--color-rgb-white1) 0.5);
  backdrop-filter: blur(5px);
  z-index: 102;
  cursor: pointer;
}

/****************************************
フッター
****************************************/
footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .footer_frame{
  width: calc(100% - 320px);
  border-top:  8px solid rgba(var(--color-rgb-maindark1) 1.0);
}
footer .footer_bottom_box.bg {background: rgba(var(--color-rgb-maindark1) 1.0);}

/* 診療情報 - 共通 */
footer .container_outer {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
footer .container_info {
  /*display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 1fr;
  align-items: center;*/
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 32px 16px;
}
footer .container_info .group_info:first-of-type {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
footer .container_info .group_info:nth-of-type(2) {
  /*grid-row: 1 / 2;
  grid-column: 1 / 2;*/
  max-width: 500px;
  width: 100%;
}
footer .container_info .group_info:nth-of-type(3) {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}

/* 診療情報 - 詳細 */
footer .container_info address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
footer .container_info address .logo_unit {
  width: 100%;
  line-height: 1.6;
}
footer .container_info address .logo_unit a {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
footer .container_info address .logo_unit a img {
  max-width: 180px;
  width: 100%;
  height: auto;
  vertical-align: baseline;
}
footer .container_info address .logo_unit .subtitle_logo {
  font-size: clamp(1.1rem, 1.3vw, 1.6rem);
  text-align: center;
}
footer .container_info address .contact_add {font-size: 1.4rem;}
footer .container_info address .contact_tel a {
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
}
footer .container_info address .contact_tel a:before {
  width: 20px;
  height: 20px;
}
footer .container_info address .contact_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

/* 診療情報 - 画像 */
/*footer .container_info .img_unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}*/
footer .container_info .img_unit figure {max-width: 280px;}
footer .container_info .img_unit figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* フッター - グローバルメニュー */
footer .container_nav nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 32px;
}
footer .container_nav nav a {
  position: relative;
  font-size: 1.4rem;
  padding-left: 16px;
  vertical-align: middle;
  letter-spacing: 1px;
  color:rgba(var(--color-rgb-white1) 1.0);
}
footer .container_nav nav a:before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(var(--color-rgb-white1) 0.5);
  border-right: 2px solid rgba(var(--color-rgb-white1) 0.5);
  transform: rotate(45deg);
}


/* コピーライト */
footer .container_copyright ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 32px 0;
}
footer .container_copyright ul .copyright,
footer .container_copyright ul .powerdby {
  font-size: min(3vw, 1.1rem);
  letter-spacing: 2px;
  text-align: center;
  color: rgba(var(--color-rgb-white1) 1.0);
}
footer .container_copyright a{
  color:rgba(var(--color-rgb-white1) 1.0);
  text-decoration:underline;
}

/*パンクズ*/
footer ul.breadcrumb {
  padding: 20px 0 0;
  font-size: 12px;
  text-align: center;
}
footer ul.breadcrumb li {
  display: inline-block;
}
footer ul.breadcrumb li:not(:nth-of-type(3)) {
  text-transform: uppercase;
}
footer ul.breadcrumb li:before {
  margin: 0 8px 0;
  display: inline-block;
  content: "";
  width: 5px;
  height: 9px;
  background: url(../images/icon_arrow.svg) center / cover no-repeat;
  filter: var(--color-svg-maindark1);
}
footer ul.breadcrumb li:first-child:before {
  display: none;
}
footer ul.breadcrumb li a {
  color: rgba(var(--color-rgb-black1) 1.0);
}

/****************************************
追尾ボタン
****************************************/
/* 追尾（ページトップボタン） */
.pagetop {
  height: 64px;
  width: 64px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: rgba(var(--color-rgb-maindark1) 1.0);
  border: solid 2px rgba(var(--color-rgb-white1) 1.0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.pagetop.active {
  opacity: 1;
  visibility: visible;
}
.pagetop .pagetop__arrow {
  height: 16px;
  width: 16px;
  border-top: 3px solid rgba(var(--color-rgb-white1) 1.0);
  border-right: 3px solid rgba(var(--color-rgb-white1) 1.0);
  transform: translateY(20%) rotate(-45deg);
}

/* 追尾（リンクボタン） - 共通 */
.tracking_link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 899;
  transition: all 0.3s ease-in-out;
}
.tracking_link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 90%;
  min-height: 48px;
  /* background: rgba(var(--color-rgb-maindark1) 1.0); */
  margin-inline: auto;
}
.tracking_link ul li a {
  display: block;
  padding: 16px 0;
}
.tracking_link ul li a p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.6;
  color: rgba(var(--color-rgb-white1) 1.0);
}
/*.tracking_link ul li a p:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}*/

/* 追尾（リンクボタン）  - 単一 */
.tracking_link ul.link_single li {width: 100%;}
.tracking_link ul.link_single li a {padding: 16px 0;}

/* 追尾（リンクボタン）  -　複数 */
.tracking_link ul.link_multiple li {width: calc((100% - 8px ) / 2);}
.tracking_link ul.link_multiple li a {
  flex-direction: column;
  gap: 8px;
  font-size: clamp(1.1rem, 3.0vw, 1.3rem);
}
.tracking_link ul.link_multiple li:last-child a p {border-right: none;}
.tracking_link ul.link_multiple li a p:before {
  width: 24px;
  height: 24px;
}

/* 追尾（リンクボタン） - WEB予約ボタン */
.tracking_link ul .contact_reserve a {
  background: rgba(var(--color-rgb-maindark1) 1.0);
  border: 2px solid rgba(var(--color-rgb-white1) 1.0);
  border-bottom: none;
}
/*.tracking_link ul .contact_reserve a p:before {
  filter: var(--color-svg-white1);
  background: url(../images/icon_reserve.svg) no-repeat;
  width: 20px;
  height: 20px;
}*/

/* 追尾（リンクボタン） - お問い合わせボタン */
.tracking_link ul .contact_tel a {
  background: rgba(var(--color-rgb-subdark1) 1.0);
  border: 2px solid rgba(var(--color-rgb-white1) 1.0);
  border-bottom: none;
}
.tracking_link ul .contact_tel a p:before {
  background: url(../images/icon_phone.svg) no-repeat;
  filter: var(--color-svg-white1);
  width: 18px;
  height: 18px;
}

/* 追尾（側面ボタン） - WEB予約ボタン */
.tracking_reserve {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 1299;
  transition: all 0.3s ease-in-out;
}
.tracking_reserve a {
  height: 80px;
  width: 80px;
  background: rgba(var(--color-rgb-subdark1) 1.0);
  border: solid 3px rgba(var(--color-rgb-white1) 1.0);
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.tracking_reserve a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../images/icon_reserve.svg) no-repeat;
}
.tracking_reserve a span {
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: 1.3rem;
  line-height: 1.6;
}

/****************************************
トップページ - 共通
****************************************/
.section_unit {padding: 80px 0;}

/****************************************
トップページ - メインビジュアル
****************************************/
#section_mainvisual.bg {
  background: rgba(var(--color-rgb-bg1) 1.0);
  /* background: rgba(var(--color-rgb-white1) 1.0); */
  /* padding-top: calc(var(--height-header-pc1) +  var(--height-header-gnav)); */
}

/* 横指定あり */
/* #section_mainvisual .container_contain {
  background: rgba(var(--color-rgb-bg1) 1.0);
} */
#section_mainvisual .container_contain .img_box {
  max-width: 1400px;
  min-width: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#section_mainvisual .container_contain .img_box img {
  width: 100%;
  height: auto;
}

/* 横指定なし */
#section_mainvisual .container_cover {width: 100%;}
#section_mainvisual .container_cover .img_box {
  max-width: 1940px;
  /* min-width: 640px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-inline: auto; */
  transition: all 0.3s ease-in-out;
}
#section_mainvisual .container_cover .img_box img {
  width: 100%;
  height: auto;
}

/****************************************
トップページ - お知らせ
****************************************/
#section_topics .btn_unit {
  display: block;
  padding-top: 32px;
}

/* お知らせ一覧 - 共通 */
.container_topics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.container_topics .title_unit {min-width: 240px;}
.container_topics .topics_unit {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container_topics .topics_unit article a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(var(--color-rgb-maindark1) 0.3);
}
.container_topics .topics_unit article:last-child a {border-bottom: none;}
.container_topics .topics_unit article a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  transform: rotate(45deg);
}
.container_topics .topics_unit article .info_date {
  display: inline-block;
  /* padding: 4px 24px; */
  /* border-radius: 24px; */
  /* background: rgba(var(--color-rgb-mainlight1) 1.0); */
  color: rgba(var(--color-rgb-maindark1) 1.0);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: var(--font-number1);
}
.container_topics .topics_unit article .lead_txt {padding-right: 28px;}


/****************************************
トップページ - フリースペース
****************************************/
#section_elements .bg {position: relative;}
#section_elements .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 1240px;
  width: 75%;
  height: 100%;
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
#section_elements .container_elements {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
#section_elements .container_elements .frame_list {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 320px 1fr;
  /*align-items: center;*/
  grid-row-gap: 24px;
  grid-column-gap: 40px;
}
#section_elements .container_elements .frame_radius {
  box-sizing: border-box;
  border: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
}
#section_elements .container_elements .frame_list .list_title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(var(--color-rgb-black1) 1.0);
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(var(--color-rgb-maindark1) 0.5);
}
#section_elements .container_elements .frame_list figure {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  aspect-ratio: 4 / 3;
  width: 100%;
}
#section_elements .container_elements .frame_list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#section_elements .container_elements .frame_list .txt_box {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  padding-top: 24px;
}
#section_elements .container_elements .frame_list .txt_box p {
  font-size: 1.4rem;
  padding-top: 16px;
}
#section_elements .container_elements .frame_list .btn_unit {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
#section_elements .container_elements .frame_list .btn_unit .btn_02 {
  max-width: 280px;
  min-height: 32px;
  /* padding: 8px; */
  margin-inline: initial;
}


/****************************************
トップページ - 診療案内
****************************************/
#section_guide .section_unit.bg {background: rgba(var(--color-rgb-mainlight1) 1.0);}
#section_guide .round_frame {
  padding: 32px;
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  border-radius: 16px;
}
#section_guide .medical_info {margin-bottom: 40px;}

/* 診療案内 - 共通 */
.medical_info {
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-template-rows: 1fr;
  gap: 16px;
}
.medical_info figure {
  max-width: 240px;
  aspect-ratio: 1/1;
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.medical_info figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .medical_info .logo_unit {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
} */
/* .medical_info .logo_unit .logo_txt img {
  max-width: 320px;
  width: 100%;
  height: auto;
} */
/* .medical_info .logo_unit .subtitle_logo {
  padding-top: 10px;
  font-size: 1.6rem;
  vertical-align: baseline;
} */

.medical_info .sch_unit {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.medical_info .closed_unit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 1.4rem;
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
.medical_info .closed_unit .close_mark {padding-right: 4px;}

.medical_info .explain_unit {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
.medical_info .explain_unit ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.medical_info .explain_unit .subtitle_eplain {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}
.medical_info .explain_unit .subtitle_eplain:before {
  content: '';
  width: 14px;
  height: 14px;
  background: rgba(var(--color-rgb-black1) 1.0);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.medical_info .explain_unit p {font-size: 1.4rem;}
.container_map .map_unit {padding-top: 64px;}
.container_contact .contact_btn .btn_unit {padding-top: 8px;}


/* 診療日テーブル */
.sch_unit .sch_table {
  border: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  border-radius: 16px;
  background: rgba(var(--color-rgb-white1) 1.0);
  padding: min(3%, 16px);
}
.sch_unit table {
  width: 100%;
  white-space: nowrap;
}
.sch_unit tr:last-child th,
.sch_unit tr:last-child td {
  border-top: none;
}
.sch_unit th,
.sch_unit td {
  background: rgba(var(--color-rgb-white1) 1.0);
  /* border-left: 1px solid rgba(var(--color-rgb-maindark1) 1.0); */
  padding: 12px 5px 13px;
}
.sch_unit th:first-of-type,
.sch_unit td:first-of-type {
  border-left: none;
}
.sch_unit th:nth-of-type(2),
.sch_unit td:nth-of-type(2) {
  border-left: 1px solid rgba(var(--color-rgb-maindark1) 1.0);
}
.sch_unit th {
  font-size: min(3vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  /* border-left: 1px solid rgba(var(--color-rgb-maindark1) 1.0); */
  background: rgba(var(--color-rgb-white1) 1.0);
  color: rgba(var(--color-rgb-black1) 1.0);
}
.sch_unit th:first-of-type {
  letter-spacing: 1px;
  max-width: 140px;
}
.sch_unit td {
  font-size: min(3vw, 1.6rem);
  font-weight: 600;
  box-sizing: border-box;
  border-top: 1px solid rgba(var(--color-rgb-maindark1) 1.0);
  text-align: center;
  vertical-align: middle;
}
.sch_unit td:first-of-type {
  max-width: 80px;
  letter-spacing: 1px;
  text-align: center;
  background: rgba(var(--color-rgb-white1) 1.0);
}
/* 診療日テーブル - 角丸 */
.sch_unit tr:first-of-type th:first-of-type { border-radius: 14px 0 0 0; }
.sch_unit tr:first-of-type th:last-of-type { border-radius: 0 14px 0 0; }
.sch_unit tr:last-of-type td:first-of-type { border-radius: 0 0 0 14px; }
.sch_unit tr:last-of-type td:last-of-type { border-radius: 0 0 14px 0; }

/****************************************
トップページ - お問い合わせスペース
****************************************/
.txt_contact .section_unit {padding: 30px 0;}
.txt_contact .container_contact {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
}
.txt_contact .container_contact .contact_unit_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(var(--color-rgb-white1) 1.0);
  padding: 8px;
}
.txt_contact .container_contact .contact_unit {width: calc(100% / 2);}
.txt_contact .container_contact .contact_unit:first-of-type {
  border-right: 1px solid rgba(var(--color-rgb-maindark1) 0.3);
}

.txt_contact .container_contact .contact_unit.name_unit .logo_unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 2.0rem;
}
.txt_contact .container_contact .contact_unit.name_unit .logo_unit .logo_name {
  font-size: min(5.6vw, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.txt_contact .container_contact .contact_unit.name_unit .logo_unit a img {
  max-width: 300px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.txt_contact .container_contact .contact_unit.name_unit .logo_unit .subtitle_logo {
  font-size: min(3.0vw, 1.4rem);
  line-height: 1.6;
}

.txt_contact .container_contact .contact_unit.info_unit .add_unit {
  display: flex;
  justify-content: center;
  padding: 2.4rem;
}
.txt_contact .container_contact .contact_unit.info_unit .add_unit ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 0 2.4rem;
}
.txt_contact .container_contact .contact_add p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.txt_contact .container_contact .contact_tel a {
  text-align: center;
  color: rgba(var(--color-rgb-black1) 1.0);
  line-height: 1.0;
  font-size: min(6.0vw, 2.6rem);
  gap: 8px;
}
.txt_contact .container_contact .contact_tel a:before {
  width: 20px;
  height: 20px;
  filter: var(--color-svg-maindark1);
  background: url(../images/icon_phone.svg) no-repeat;
}
.txt_contact .container_contact .contact_btn {
  width: 100%;
  display: block;
}


/****************************************
トップページ - 関連リンク
****************************************/
/* #section_connection .bg {background: rgba(var(--color-rgb-mainlight1) 1.0);} */
#section_connection .section_unit {padding: 64px 0;}
#section_connection .section_title { text-align: center;}
#section_connection .container_link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  padding-top: 24px;
}
#section_connection .container_link a {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  padding: 16px 24px;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#section_connection .container_link a:after {
  content: '';
  display: inline-block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  filter: var(--color-svg-maindark1);
  background: url(../images/icon_opennew.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}

/****************************************
下層ページ - 共通
****************************************/
/*.contents_subpage .contents_unit {padding: 0 0 120px;} */

/*.container_subpage {padding: 0 0 120px;}*/
.container_subpage{
  padding:min(4%, 80px) 0 min(10%, 120px);
  /*padding: 80px 0 120px;*/
}
.container_subpage2{
  padding:min(10%, 120px) 0;
  /*padding: 80px 0 120px;*/
}
.container_subpage.no_pad{
  padding: 80px 0 120px;
}

@media screen and (max-width: 959px) {
  .contents_subpage .contents_unit {padding: 0 0 64px;}
  /*.container_subpage {padding: 0 0 min(4%, 80px);}
  .container_subpage:first-child {padding: 64px 0 80px;}*/
  /*.container_subpage:last-child {padding: 64px 0 0;}*/
}


/* 各種バナー */
.container_bnr .column_single .bnr_box.bnr_sp,
.container_bnr .column_multiple .bnr_box.bnr_sp {
  display: none;
}
.container_bnr .bnr_box figure img {
  max-width: 100%;
  height: auto;
}
/* 各種バナー - 1列 */
.container_bnr .column_single .bnr_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  /* padding-top: 64px; */
}
/* 各種バナー - 複数列 */
.container_bnr .column_multiple .bnr_box  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}

/* 一覧 - 3カラム */
.details_3c_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 3.0rem;
}
.details_3c_wrap .details_3c {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-row-gap: 16px;
}
.details_3c_wrap .details_3c.frame_radius {
  box-sizing: border-box;
  border: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
}
.details_3c_wrap .group_about .name_unit.name_subdark1 p {
  display: inline-block;
  font-size: clamp(1.8rem, 3.5vw, 2.0rem);
  color: rgba(var(--color-rgb-maindark1) 1.0);
}

.details_3c_wrap .group_photo .img_unit img {
  width: 100%;
  height: auto;
}
.details_3c_wrap .group_about .name_unit {margin-bottom: 8px;}
.details_3c_wrap .group_about .name_unit ul {
  flex-direction: column;
  gap: 0;
}


/* 当院の特徴等 - 1カラム */
.details_1c_wrap .details_1c {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 64px 0;
}
/*.details_1c_wrap .details_1c:first-child {padding: 24px 0 64px;}*/
.details_1c_wrap .details_1c:nth-child(even) {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
}
.details_1c_wrap .details_1c .details_frame {
  display: flex;
  flex-direction: row;
  gap: 3.0rem;
}

/*.details_1c_wrap .details_1c {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}*/
.details_1c_wrap .group_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  margin-inline: auto;
}
.details_1c_wrap .group_photo{width:35%;}
.details_1c_wrap .group_about{width:65%;}
/****************************************
下層ページ - お知らせ
****************************************/
#contents_topics .container_topics .inner {max-width: 960px;}
#contents_topics .pagenation_unit {
  width: 100%;
  padding-top: 80px;
}
#contents_topics .pagenation_unit ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8px
}
#contents_topics .pagenation_unit ul li a,
#contents_topics .pagenation_unit ul li span {
  display: block;
  color: rgba(var(--color-rgb-maindark1) 1.0 );
  padding: 4px 16px;
  background-color: rgba(var(--color-rgb-white1) 1.0);
  height: 38px;
  background-color: rgba(var(--color-rgb-mainlight1) 1.0 );
  transition: all 0.3s ease-in-out;
}
#contents_topics .pagenation_unit ul li span {
  color: rgba(var(--color-rgb-mainlight1) 1.0 );
  background-color: rgba(var(--color-rgb-maindark1) 1.0 );
}
#contents_topics .pagenation_unit ul li a:hover {
  color: rgba(var(--color-rgb-mainlight1) 1.0 );
  background-color: rgba(var(--color-rgb-maindark1) 1.0 );
}
#contents_topics .pagenation_unit ul li a.prev,
#contents_topics .pagenation_unit ul li a.next {
  position: relative;
  min-width: 48px;
  background-color: initial;
}
#contents_topics .pagenation_unit ul li a.prev::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-black1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-black1) 1.0);
  transform: rotate(-135deg);
}
#contents_topics .pagenation_unit ul li a.next::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-black1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-black1) 1.0);
  transform: rotate(45deg);
}
#contents_topics .btn_unit {
  display: block;
  padding-top: 80px;
}

/* お知らせ詳細 - 共通 */
#contents_topics .container_topics_detail .group_topics article .info_date {
  display: inline-block;
  color: rgba(var(--color-rgb-maindark1) 1.0);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: var(--font-number1);
}
#contents_topics .container_topics_detail .group_topics article .info_category {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  padding: 2px 24px;
  border-radius: 24px;
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: var(--font-number1);
  vertical-align: middle;
  /* border: 1px solid rgba(var(--color-rgb-maindark1) 1.0); */
}
.container_topics_detail .group_topics article .info_category.notice_1{background: rgba(var(--color-rgb-maindark1) 1.0);}
.container_topics_detail .group_topics article .info_category.notice_2{background: #eea8a8;}
#contents_topics .container_topics_detail .group_topics article .lead_txt {
  font-size: 2.0rem;
  padding-top: 8px;
  margin-bottom: 40px;
}
#contents_topics .container_topics_detail .group_topics article .txt_unit img {
  max-width: 100%;
  height: auto!important;
}
#contents_topics .container_topics_detail .group_topics article .txt_unit table {width: 100%;}
#contents_topics .container_topics_detail .group_topics article .txt_unit table tr th,
#contents_topics .container_topics_detail .group_topics article .txt_unit table tr td {
  width: 50%;
  padding: 20px;
  text-align: center;
  border: 2px solid rgba(var(--color-rgb-white1) 1.0);
}
#contents_topics .container_topics_detail .group_topics article .txt_unit table tr th {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  color: rgba(var(--color-rgb-maindark1) 1.0 );
}

/* お知らせ詳細 - 1カラム */
#contents_topics .container_topics_detail .group_wrap.group_1c {
  max-width: 960px;
  margin-inline: auto;
}

/* お知らせ詳細 - 2カラム */
#contents_topics .container_topics_detail .group_wrap.group_2c {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: auto;
  gap: 6.0rem;
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list {
  display: flex;
  flex-direction: column;
  gap: 6.0rem;
  margin-bottom: 16px;
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list ul {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list ul li {
  display: block;
  border-bottom: solid 1px rgba(var(--color-rgb-maindark1) 0.3);
  padding: 16px 0;
  transition: all 0.3s ease-in-out;
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list ul li:hover {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list ul li a {
  display: block;
  width: 100%;
  padding: 0 8px;
  transition: all 0.3s ease-in-out;
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list ul li:hover a {
  color: rgba(var(--color-rgb-maindark1) 1.0);
}
#contents_topics .container_topics_detail .group_wrap.group_2c .group_list .list_title {
  width: 100%;
  font-size: clamp(1.8rem, 3.5vw, 2.0rem);
  color: rgba(var(--color-rgb-maindark1) 1.0);
  border-bottom: solid 1px rgba(var(--color-rgb-maindark1) 1.0);
  padding-bottom: 8px;
  /* margin-bottom: 16px; */
}


/****************************************
下層ページ - ご挨拶
****************************************/
/* 当院の想い */
#contents_message .container_thought.bg {
  /* background: url(../images/bg_01.jpg) center center; */
  /* background-size: cover; */
  background: rgba(var(--color-rgb-mainlight1) 1);
  margin-bottom: 80px;
}
#contents_message .container_thought .lead_unit {
  text-align: center;
  margin-bottom: 24px;
}
#contents_message .container_thought .lead_unit p {
  text-align: center;
  font-size: clamp(2.0rem, 3.5vw, 2.4rem);
}
#contents_message .container_thought .txt_unit {text-align: center;}
#contents_message .container_thought .txt_unit p {margin-bottom: 8px;}
#contents_message .container_thought .txt_unit p:last-child {margin-bottom: 0;}

/* 院長からのごあいさつ・医師紹介 - 共通 */
#contents_message .group_photo {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#contents_message .group_photo .img_unit img {
  width: 100%;
  height: auto;
  max-width: 480px;
}
#contents_message .group_about  {
  width: 100%;
  max-width: 680px;
}
#contents_message .group_about .name_unit {margin-bottom: 24px;}
#contents_message .group_about .name_unit ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#contents_message .group_about .name_unit ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#contents_message .group_about .name_unit p {display: inline-block;}
#contents_message .group_about .name_unit p.doc_position {margin-right: 8px;}
#contents_message .group_about .name_unit p .fs_name {
  font-size: 2.4rem;
  line-height: 1.6;
}
#contents_message .group_about .txt_unit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 院長からのごあいさつ・医師紹介 - 経歴・資格 */
#contents_message .career_unit_frame {
  background: rgba(var(--color-rgb-mainlight1) 1.0 );
  padding: 2.8rem;
  /* border-radius: 16px; */
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#contents_message .career_unit_frame .title_career {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1em;
}
#contents_message .career_unit_frame .title_career:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 56px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--color-rgb-subdark1) 1.0);
  border-radius: 2px;
}
#contents_message .career_unit .title_license {
  font-weight: 300;
  font-size: 1.8rem;
  color: rgba(var(--color-rgb-maindark1) 1.0);
  margin-bottom: 4px;
}
#contents_message .career_unit_frame .list_outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}
#contents_message .career_unit_frame .list_outer .list_career {
  width: calc((100% - 24px) / 2 );
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#contents_message .career_unit .biography table th,
#contents_message .career_unit .biography table td {
  display: inline-flex;
}
#contents_message .career_unit .biography table th {margin-right: 16px;}

/* 院長からのごあいさつ */
#contents_message .container_message .details_doctor {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
#contents_message .container_message .career_unit {padding-top: 40px;}

/* 医師紹介 - 1カラム */
#contents_message .doctors_wrap.details_1c_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#contents_message .doctors_wrap.details_1c_wrap .details_doctor {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
#contents_message .doctors_wrap.details_1c_wrap .career_unit {padding-top: 40px;}

/* 医師紹介 - 3カラム */
#contents_message .details_3c_wrap .group_about .name_unit ul {
  flex-direction: column;
  gap: 0;
}
#contents_message .details_3c_wrap .group_about .name_unit p {display: inline-block;}

/****************************************
下層ページ - 診療内容
****************************************/
/* 診療内容 - 共通 */
#contents_service .container_service.container_subpage.bg {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  padding: 80px 0 120px;
  margin-bottom: 80px;
}
/*#contents_service .group_photo .img_unit img {
  width: 100%;
  height: auto;
}*/
#contents_service .container_bnr {padding: 0 0 120px;}

#contents_service .group_about .desease_unit  {padding-top: 32px;}
#contents_service .group_about .desease_unit ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1.0rem;
}
#contents_service .group_about .desease_unit ul li p {
  border: 1px solid rgba(var(--color-rgb-maindark1) 1.0);
  padding: 4px 8px;
  color: rgba(var(--color-rgb-maindark1) 1.0);
  text-align: center;
  font-size: clamp(1.3rem, 3.0vw, 1.6rem);
}

/* 診療内容 - 1カラム */
#contents_service .details_1c_wrap .details_1c:nth-child(even) .group_about {order: 1;}
#contents_service .details_1c_wrap .details_1c:nth-child(even) .group_photo {order: 2;}


/*.details_1c_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.details_1c_wrap .details_1c {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.details_1c_wrap .group_photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  margin-inline: auto;
}

.details_1c_wrap .group_about  {width: 100%;}
.details_1c_wrap .group_about .name_unit p,
.details_1c_wrap .group_about .txt_unit,
.details_1c_wrap .group_about .desease_unit {
  padding-left: 3.0rem;
}

.details_1c_wrap .group_about .name_unit p {
  display: inline-block;
  font-size: clamp(2.0rem, 3.5vw, 2.4rem);
}
.details_1c_wrap .group_about .txt_unit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}*/

/* 診療内容 - 3カラム */
#contents_service .details_3c_wrap .details_3c {grid-row: span 2;}


/****************************************
下層ページ - 当院の特徴
****************************************/
/* 当院の特徴 - 共通 */
#contents_hospital .container_hospital.container_subpage.bg {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  padding: 80px 0 120px;
  margin-bottom: 120px;
}
#contents_hospital .container_hospital .group_photo {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  /* gap: 16px; */
}
.container_hospital .group_photo .img_unit img {
  width: 100%;
  height: auto;
}
.group_about .name_unit {margin-bottom: 8px;}
.group_about .name_unit p {
  display: inline-block;
  font-size: clamp(1.8rem, 3.5vw, 2.0rem);
  color: rgba(var(--color-rgb-maindark1) 1.0);
}



/* 院内紹介 */
#contents_hospital .container_gallery .gallery_frame .group_photo {
  display: grid;
  gap: 3.0rem;
  margin-inline: auto;
}
#contents_hospital .container_gallery .gallery_frame .group_photo.block_2 {grid-template-columns: repeat(2, 1fr);}
#contents_hospital .container_gallery .gallery_frame .group_photo.block_3 {grid-template-columns: repeat(3, 1fr);}
#contents_hospital .container_gallery .gallery_frame .group_photo.block_4 {grid-template-columns: repeat(4, 1fr);}
#contents_hospital .container_gallery .gallery_frame .group_photo.block_5 {grid-template-columns: repeat(5, 1fr);}

#contents_hospital .container_gallery .gallery_frame .group_photo .img_unit figure img {
  width: 100%;
  height: auto;
}


/****************************************
下層ページ - 予約診療
****************************************/
/* 予約診療について */
#contents_about .container_about_reserve .txt_unit.about_unit {text-align: center;}

/* WEB予約はこちら */
.contents_subpage .btn_reserve_detail .btn_reserve_unit {
  text-align: left;
  color: rgba(var(--color-rgb-maindark1) 1.0 );
}
.contents_subpage .btn_reserve_detail .btn_reserve_unit .title_webreserve {font-size: 2.4rem;}
.contents_subpage .btn_reserve_detail .btn_reserve_frame {
  max-width: 800px;
  width: 100%;
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_txt_bnr {
  border: solid 4px rgba(var(--color-rgb-maindark1) 1.0);
  border-radius: 24px;
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  margin-inline: auto;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-template-rows: auto;
  gap: 1.0rem;
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_txt_bnr .btn_reserve {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--color-rgb-maindark1) 1.0);
  position: relative;
  color: rgba(var(--color-rgb-white1) 1.0);
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_txt_bnr .btn_reserve:before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-white1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-white1) 1.0);
  transform: rotate(45deg);
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_bnr_bnr {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 2.0rem;
  padding-top: 40px;
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_bnr_bnr .btn_reserve {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(var(--color-rgb-maindark1) 1.0);
  position: relative;
  color: rgba(var(--color-rgb-white1) 1.0);
  line-height: 1.6;
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_bnr_bnr .btn_reserve p span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 3.2rem;
  font-family: var(--font-number1);
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_bnr_bnr .btn_reserve p .icon_web:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  filter: var(--color-svg-white1);
  background: url(../images/icon_reserve.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_bnr_bnr .btn_reserve p .icon_tel:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  filter: var(--color-svg-white1);
  background: url(../images/icon_phone.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* 初診について */
#contents_about .container_first_examination .txt_unit {text-align: center;}

/* 受診の流れ */
#contents_about .container_flow_consultation.bg {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
  padding: 80px 0 120px;
}
#contents_about .btn_dl{margin: 20px auto 0;}
/*#contents_about .container_flow_consultation {padding: 120px 0;}*/
#contents_about .container_flow_consultation .flow_frame {
  max-width: 800px;
  margin-inline: auto;
}
#contents_about .container_flow_consultation .flow_frame .frame_radius {
  box-sizing: border-box;
  border: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
}
#contents_about .container_flow_consultation ol {
  display: flex;
  flex-direction: column;
  gap: 64px;
  counter-reset: listnum;
  list-style: none;
}
#contents_about .container_flow_consultation ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
#contents_about .container_flow_consultation ol li .group_title {margin-bottom: 16px;}
#contents_about .container_flow_consultation ol li .group_title .name_unit {
  font-size: clamp(2.0rem, 3.0vw, 2.2rem);
  font-weight: 300;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}
#contents_about .container_flow_consultation ol li .group_title .name_unit:before  {
  counter-increment: listnum;
  content: counter(listnum);
  background: rgba(var(--color-rgb-subdark1) 1.0 );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  min-width: 48px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  color: rgba(var(--color-rgb-white1) 1.0);
  font-size: 3.0rem;
  font-family: var(--font-number1);
}
#contents_about .container_flow_consultation ol li .group_title .name_unit.underline {
  border-bottom: 1px solid rgba(var(--color-rgb-black1) 1.0);
  padding-bottom: 16px;
}
#contents_about .container_flow_consultation ol li .group_about {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3.0rem;
}
#contents_about .container_flow_consultation ol li .group_about.noimage {grid-template-columns: 1fr;}
#contents_about .container_flow_consultation ol li .group_about .img_unit img {
  width: 100%;
  height: auto;
}
#contents_about .container_flow_consultation ol li .group_about .txt_unit {width: 100%;}
#contents_about .container_flow_consultation ol li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width:  18px 24px 0 24px;
  border-color: rgba(var(--color-rgb-maindark1) 1.0) transparent transparent transparent;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  /* top: 0; */
  bottom: -50px;
  margin:  auto;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents_about .container_flow_consultation ol li:last-child:before  {content: none}


/****************************************
下層ページ - 診療案内
****************************************/
/* 診療時間・アクセス */
#contents_guide .medical_info.guide_2c_wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-template-rows: 1fr;
}
#contents_guide .medical_info.guide_2c_wrap figure {
  max-width: 360px;
  grid-row: 1 / 4;
  grid-column: 2 / 3;
}
#contents_guide .medical_info.guide_2c_wrap .logo_unit.add_unit {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
#contents_guide .medical_info.guide_2c_wrap .logo_unit .logo_name img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
#contents_guide .medical_info.guide_2c_wrap .logo_unit .subtitle_logo {
  padding-top: 8px;
  margin-bottom: 8px;
}
#contents_guide .medical_info.guide_2c_wrap .logo_unit .add_info {
  display: flex;
  gap: 16px;
}
#contents_guide .medical_info.guide_2c_wrap .logo_unit p .txt_bold {font-weight: 600;}
#contents_guide .medical_info.guide_2c_wrap .sch_unit {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
#contents_guide .medical_info.guide_2c_wrap .closed_unit {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
#contents_guide .medical_info{
  padding:min(4%, 40px);
}

/* マップ */
#contents_guide .detail_map {margin-inline: auto;}
#contents_guide .detail_map.guide_1c_wrap {padding-top: 64px;}

/* アクセス方法 */
#contents_guide .container_access_method .detail_access_method {margin-bottom: 64px;}
#contents_guide .container_access_method .access_transportation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 16px;
}
#contents_guide .container_access_method .access_transportation .method_unit {
  border: 8px solid rgba(var(--color-rgb-maindark1) 0.1);
  padding: 24px;
}
#contents_guide .container_access_method .method_unit .lead_unit {margin-bottom: 8px;}
#contents_guide .container_access_method .method_unit .lead_unit p {
  font-size: 1.8rem;
  font-weight: 600;
}
#contents_guide .container_access_method .access_flow.bg {
  background: rgba(var(--color-rgb-mainlight1) 1.0);
}
#contents_guide .container_access_method .access_flow .flow_frame {
  /* max-width: 800px; */
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
#contents_guide .container_access_method .access_flow ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  counter-reset: listnum;
  list-style: none;
}
#contents_guide .container_access_method .access_flow ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 800px; */
  margin-inline: auto;
}
#contents_guide .container_access_method .access_flow ol li .group_title .name_unit {
  font-family: var(--font-serif1);
  font-size: clamp(2.0rem, 3.0vw, 2.2rem);
  font-weight: 300;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}
#contents_guide .container_access_method .access_flow ol li .group_title .name_unit:before  {
  counter-increment: listnum;
  content: counter(listnum);
  background: rgba(var(--color-rgb-mainlight1) 1.0 );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  min-width: 48px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  color: rgba(var(--color-rgb-subdark1) 1.0);
  font-size: 3.0rem;
}
#contents_guide .container_access_method .access_flow ol li .group_title .name_unit.underline {
  border-bottom: 1px solid rgba(var(--color-rgb-black1) 1.0);
  padding-bottom: 16px;
}
#contents_guide .container_access_method .access_flow ol li .group_about {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 3.0rem;
}
#contents_guide .container_access_method .access_flow ol li .group_about .img_unit img {
  width: 100%;
  height: auto;
}
#contents_guide .container_access_method .access_flow ol li .group_about .txt_unit {width: 100%;}
#contents_guide .container_access_method .access_flow ol li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 18px;
  border-color: transparent transparent transparent rgba(var(--color-rgb-maindark1) 1.0);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  /* bottom: -50%; */
  margin:  auto;
  /* left: 50%; */
  right: -40px;
  transform: translateY(-50%);
}
#contents_guide .container_access_method .access_flow ol li:last-child:before  {content: none;}

/* 診察受付時間について */
#contents_guide .container_hour .detail_explain {padding-top: 32px;}
#contents_guide .explain_unit {
  background: rgba(var(--color-rgb-mainlight1) 1.0 );
  padding: 2.8rem;
  border-radius: 16px;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#contents_guide .explain_unit ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contents_guide .explain_unit .subtitle_eplain {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}
#contents_guide .explain_unit .subtitle_eplain:before {
  content: '';
  width: 14px;
  height: 14px;
  background: rgba(var(--color-rgb-black1) 1.0);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
  bottom: 0;
  /* margin: auto; */
}
#contents_guide .explain_unit p {font-size: 1.4rem;}

/* 診療時間 */
#contents_guide .medical_info.guide_1c_wrap {
  display: flex;
  flex-direction: column;
}

/* アクセス */
#contents_guide .container_access .grid_access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  row-gap: 32px;
  column-gap: 32px;
}
#contents_guide .container_access .detail_map{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
#contents_guide .container_access .add_unit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
#contents_guide .container_access .add_unit .btn_unit a {margin-inline: initial;}
#contents_guide .container_access figure {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
#contents_guide .container_access figure img {
  width: 100%;
  height: auto;
}
#contents_guide .container_access .access_transportation {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contents_guide .container_access .access_transportation .method_unit .lead_unit p {
  font-size: 1.8rem;
  font-weight: 600;
}


/****************************************
下層ページ - このサイトについて
****************************************/
#contents_siteinfo .lead_unit {margin-bottom: 24px;}
#contents_siteinfo .lead_unit p {font-size: clamp(2.0rem, 3.5vw, 2.4rem);}

#contents_siteinfo .txt_unit {margin-bottom: 24px;}
#contents_siteinfo .txt_unit:last-child {margin-bottom: 0;}
#contents_siteinfo .txt_unit p {margin-bottom: 8px;}
#contents_siteinfo .txt_unit p.bullet_point {
  text-indent: -1.0em;
  padding-left: 1.0em;
}
#contents_siteinfo .txt_unit p.bullet_point:before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background: rgba(var(--color-rgb-subdark1) 1.0);
  border-radius: 50%;
  line-height: 1.6;
}
#contents_siteinfo .txt_unit ul.siteinto_list {padding-left: 1.0em;}
#contents_siteinfo .txt_unit ul.siteinto_list li {
  position: relative;
  padding-left: 0.7em;
}
#contents_siteinfo .txt_unit ul.siteinto_list li:before {
  position: absolute;
  left: 0;
  top: 0.7em;
  border-radius: 50%;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: rgba(var(--color-rgb-black1) 1.0);
}
#contents_siteinfo .txt_unit ul li a {
  color: rgba(var(--color-rgb-maindark1) 1.0 );
  text-decoration: underline;
}
#contents_siteinfo .txt_unit textarea  {
  width: 100%;
  max-width: 640px;
  color: rgba(var(--color-rgb-black1) 1.0);
  box-shadow: none;
}


/****************************************
下層ページ - サイトマップ
****************************************/
#contents_sitemap .container_sitemap .inner {max-width: 960px;}
#contents_sitemap .sitemap_unit {margin-inline: auto;}
#contents_sitemap .sitemap_unit ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#contents_sitemap .sitemap_unit ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--color-rgb-maindark1) 0.2);
  padding: 16px 0;
}
#contents_sitemap .sitemap_unit ul li:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  border-right: 2px solid rgba(var(--color-rgb-maindark1) 1.0);
  transform: rotate(45deg);
}
#contents_sitemap .sitemap_unit ul li a {
  display: block;
  width: 100%;
}

#contents_err .err_txt{
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}



/****************************************
メディアクエリ設定
****************************************/
@media screen and (max-width: 1300px) {

  /****************************************
  トップページ
  ****************************************/
  /* 診療案内 */
  #section_guide .section_unit {padding: 80px 0;}
  #section_guide .round_frame {
    padding: 24px;
    border-radius: 16px;
  }
  .medical_info {
    display: flex;
    flex-direction: column;
  }
  .medical_info .sch_unit {order: 1;}
  .medical_info .closed_unit {order: 2;}
  .medical_info .explain_unit {order: 3;}
  .medical_info figure {
    order: 4;
    max-width: initial;
    width: 100%;
    aspect-ratio: 3 / 1;
  }
  /*.map_unit {padding-top: 32px;}*/
  .sch_unit th, .sch_unit td {padding: 6px 5px 7px;}

  /****************************************
  診療案内ページ
  ****************************************/
  /* 診療案内 */
  #contents_guide .medical_info.guide_2c_wrap {
    display: flex;
    flex-direction: column;
  }
  #contents_guide .medical_info.guide_2c_wrap figure {
    order: 1;
    max-width: initial;
    width: 100%;
    aspect-ratio: 3 / 1;
  }
  #contents_guide .detail_access_method .access_transportation {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
  }
  #contents_guide .detail_access_method .access_flow ol {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #contents_guide .detail_access_method .access_flow ol li:before {
    border-width:  18px 24px 0 24px;
    border-color: rgba(var(--color-rgb-maindark1) 1.0) transparent transparent transparent;
    top: initial;
    bottom: -50px;
    left: 50%;
    right: initial;
    transform: translateY(-50%) translateX(-50%);
  }
  #contents_guide .detail_access_method .access_flow ol li .group_about {gap: 2.0rem;}
}

@media screen and (max-width: 1280px) {
  #contents_service .group_about .desease_unit ul { grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 1024px) {
  header .info_unit .medicalcare_time {
    flex-direction: column;
    gap: 0;
  }
  #contents_service .group_about .desease_unit ul {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 959px) {
  .contents_title {
    padding: 64px 0;
    background: url(../images/bg_subpage_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .subpage_title {margin-bottom: 32px;}

  .btn_02 {
    font-size: clamp(1.3rem, 3.0vw, 1.6rem);
    padding: 8px 24px;
  }

  main {display: block;}
  main .main_frame{width: 100%;}
  .section_unit {padding: 40px 0;}

  /* 一覧 - 3カラム */
  .details_3c_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* gap: 40px; */
  }

  /****************************************
  ヘッダー
  ****************************************/
  header .nav_pc {display: none!important;}
  header .nav_sp {display: block;}

  header .header_area {
    height: var(--height-header-sp1);
    width: 100%;
  }
  header .header_area.active {
    margin-top: 0;
    background: transparent;
  }
  header .header_area .hd_wrap_01 {
    flex-direction: row;
    gap: 0;
    padding: 0;
  }
  header .header_area .hd_wrap_outer {height: inherit;}

  header .logo_unit {
    width: 100%;
    padding: 0 64px 0 8px;
  }
  header .header_area.active .logo_unit {display: none;}
  header .logo_unit .display_sp {
    height: var(--height-header-sp1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  header .logo_unit a {justify-content: flex-start;}
  header .logo_unit a img {max-width: 200px;}
  header .logo_unit .logo_txt {margin-bottom: 0;}

  header .info_unit{
    display: block;
    padding-right: 0;
  }
  header .info_unit .medicalcare_time {display: none;}

  /****************************************
  フッター
  ****************************************/
  footer {display: block;}
  footer .footer_frame{width: 100%;}
  footer .container_outer {gap: 32px;}
  footer .container_nav nav {gap: 8px;}

  /* 診療情報 - 共通 */
  footer .container_info {
    /*display: flex;*/
    flex-direction: column;
    /*align-items: center;*/
    gap: 32px;
  }
  footer .container_info .group_info:nth-of-type(2) {
    order: 1;
    width: 100%;
  }
  footer .container_info .group_info:first-of-type {order: 2;}
  footer .container_info .group_info:nth-of-type(3) {
    order: 3;
    width: 100%;
  }

  /* 診療情報 - 詳細 */
  footer .container_info address {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
  footer .container_info address .logo_unit {
    width: 100%;
    align-items: flex-start;
    text-align: left
  }
  footer .container_info address .logo_unit a img {max-width: 200px;}
  footer .container_info address .logo_unit .subtitle_logo {
    font-size: clamp(1.4rem, 3.0vw, 1.6rem);
  }
  footer .container_info address .contact_tel a {
    font-size: 3.2rem;
    padding-top: 16px;
  }
  footer .container_info address .contact_btn {
    width: 100%;
    padding-top: 24px;
  }
  footer .container_info address .contact_btn .btn_02 {
    font-size: 1.6rem;
    padding: 16px 32px;
  }

  /* 診療情報 - 画像 */
  footer .container_info .img_unit {flex-direction: column;}
  footer .container_info .img_unit figure {
    max-width: 480px;
    width: 100%;
  }

  /* コピーライト */
  footer .container_copyright ul {
    padding: 32px 0 100px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }


  /****************************************
  追尾ボタン
  ****************************************/
  /* 追尾（ページトップボタン） */
  .pagetop {
    right: 24px;
    bottom: 88px;
  }
  /* 追尾（リンクボタン） - WEB予約ボタン */
  .tracking_link ul .contact_reserve a:before {content: none;}
  /* 追尾（リンクボタン） - お問い合わせボタン */
  .tracking_link ul .contact_tel a:before {content: none;}
  /* 追尾（側面ボタン） - WEB予約ボタン */
  .tracking_reserve {top: 80px;}

  /****************************************
  トップページ
  ****************************************/
  /* メインビジュアル */
  #section_mainvisual.bg {padding-top: var(--height-header-sp1);}
  #section_mainvisual .container_contain .img_box {min-width: initial;}
  #section_mainvisual .container_cover .img_box {min-width: initial;}


  /* お知らせ */
  #section_topics .section_title {text-align: center;}

  /* お知らせ一覧 - 共通 */
  .container_topics {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .container_topics .topics_unit article a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .container_topics .topics_unit article .info_date {margin-bottom: 4px;}

  /* フリースペース */
  #section_elements .bg:after {
    width: 100%;
    border-radius: 0;
  }
  #section_elements .section_unit {padding: 80px 0;}
  #section_elements .container_elements {
    display: flex;
    flex-direction: column;
  }
  #section_elements .container_elements .frame_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column-gap: initial;
  }
  #section_elements .container_elements .frame_list .list_title {text-align: center;}
  #section_elements .container_elements .frame_list figure {
    min-width: 120px;
    max-width: 480px;
    aspect-ratio: 7 / 4;
  }
  #section_elements .container_elements .frame_list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section_elements .container_elements .frame_list .txt_box {padding-top: 0;}
  #section_elements .container_elements .frame_list .btn_unit {
    justify-content: center;
    margin-bottom: 0;
  }
  #section_elements .container_elements .frame_list .btn_unit .btn_02 {
    /* max-width: initial;*/
    min-width: 300px;
    min-height: 32px;
    padding: 16px 0;
  }

  /* 各種バナー */
  /*.section_bnr .section_unit {padding: 80px 0;} */
  /* .container_bnr .bnr_box.bnr_pc {display: none;}*/
  .container_bnr .column_single .bnr_box.bnr_sp,
  .container_bnr .column_multiple .bnr_box.bnr_sp {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 8px;
  }

  /* 関連リンク */
  #section_connection .container_link {grid-template-columns: auto;}


  /* お問い合わせスペース - テキスト */
  .txt_contact .section_unit {padding: 24px 0;}
  .txt_contact .container_contact {flex-direction: column;}
  .txt_contact .container_contact .contact_unit_outer {
    flex-direction: column;
    padding: 16px;
  }
  .txt_contact .container_contact .contact_unit {width: 100%;}
  .txt_contact .container_contact .contact_unit:first-of-type {
    border-right: none;
    border-bottom: 1px solid rgba(var(--color-rgb-maindark1) 0.3);
  }
  .txt_contact .container_contact .contact_unit.name_unit .logo_unit {
    padding: 0.8rem 1.6rem 1.6rem 1.6rem;
    align-items: flex-start;
  }
  .txt_contact .container_contact .contact_unit.info_unit .add_unit {
    padding: 1.6rem 1.6rem 0.8rem 1.6rem;
  }
  .txt_contact .container_contact .contact_unit.info_unit .add_unit ul {padding: 0;}


  /****************************************
  下層ページ - 共通
  ****************************************/
  .contents_subpage {padding-top: 72px;}
  /****************************************
  お知らせページ
  ****************************************/
  #contents_topics .btn_unit {padding-top: 40px;}

  /* お知らせ詳細 - 2カラム */
  #contents_topics .container_topics_detail .group_wrap.group_2c {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
  }

  /****************************************
  ご挨拶ページ
  ****************************************/
  /* 当院の想い */
  #contents_message .container_thought .lead_unit {margin-bottom: 24px;}
  #contents_message .container_thought .txt_unit p {margin-bottom: 16px;}

  /* 院長からのごあいさつ・医師紹介 - 共通 */
  #contents_message .group_about .name_unit ul {
    flex-direction: column;
    gap: 0;
  }
  #contents_message .career_unit_frame .list_outer {flex-direction: column;}
  #contents_message .career_unit_frame .list_outer .list_career {
    width: 100%;
    gap: 24px;
  }
  #contents_message .details_doctor .group_photo,
  #contents_message .details_doctor .group_about {
    width: 100%;
    max-width: initial;
  }

  /* 院長からのご挨拶 */
  #contents_message .container_message .details_doctor {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  /* 医師紹介 - 1カラム */
  #contents_message .doctors_wrap.details_1c_wrap .details_doctor {
    flex-direction: column;
    gap: 24px;
  }


  /****************************************
  診療内容ページ
  ****************************************/
  #contents_service .container_service.container_subpage.bg {padding: 64px 0 80px;}
  #contents_service .container_bnr {padding: 0;}
  #contents_service .details_1c_wrap .details_1c:nth-child(even) .group_about {order: 2;}
#contents_service .details_1c_wrap .details_1c:nth-child(even) .group_photo {order: 1;}
  .group_photo {max-width: initial;}

  .details_1c_wrap .group_photo,.details_1c_wrap .group_about{width:100%;}


  /* 当院の特徴 - 1カラム */
  .details_1c_wrap .details_1c .details_frame {flex-direction: column;}
  .details_1c_wrap .details_1c:nth-child(even) .group_about {order: initial;}
  .details_1c_wrap .details_1c:nth-child(even) .group_photo {order: initial;}

  /* 診療内容 - 1カラム */
  .details_1c_wrap {gap: 64px;}
  /*#contents_service .details_1c_wrap .details_1c {flex-direction: column;}*/
  .details_1c_wrap .group_about .name_unit p,
  .details_1c_wrap .group_about .txt_unit,
  .details_1c_wrap .group_about .desease_unit {
    padding-left: 0;
  }


  /****************************************
  当院の特徴ページ
  ****************************************/

  /* 院内紹介 */
  #contents_hospital .container_gallery .gallery_frame .group_photo {
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 2.0rem;
  }
  #contents_hospital .container_gallery .gallery_frame .group_photo.block_4,
  #contents_hospital .container_gallery .gallery_frame .group_photo.block_5 {
    grid-template-columns: repeat(3, 1fr)!important;
  }


  /****************************************
  予約診療ページ
  ****************************************/
  #contents_about .container_about_reserve .btn_reserve_frame.frame_txt_bnr {
    padding: 24px;
    grid-template-rows: 1fr 80px;
    grid-template-columns: auto;
  }
  #contents_about .container_about_reserve .btn_reserve_detail .btn_reserve_unit {
    text-align: center;
    font-size: clamp(1.4rem, 3.0vw, 1.6rem);
  }
  /* WEB予約ボタン */
  .contents_subpage .btn_reserve_detail .btn_reserve_frame.frame_bnr_bnr {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
  }
  /* 受診の流れ */
  #contents_about .container_flow_consultation ol li  .group_about {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 2.0rem;
  }


  /****************************************
  診療案内ページ
  ****************************************/
  /* 診療時間・アクセス */
  #contents_guide .medical_info.guide_2c_wrap {
    display: flex;
    flex-direction: column;
  }
  #contents_guide .medical_info.guide_2c_wrap figure {
    order: 1;
    max-width: initial;
    width: 100%;
    aspect-ratio: 3 / 1;
  }
  #contents_guide .detail_access_method .access_transportation {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
  }
  #contents_guide .container_access_method .access_flow ol {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #contents_guide .container_access_method .access_flow ol li:before {
    border-width:  18px 24px 0 24px;
    border-color: rgba(var(--color-rgb-maindark1) 1.0) transparent transparent transparent;
    top: initial;
    bottom: -50px;
    left: 50%;
    right: initial;
    transform: translateY(-50%) translateX(-50%);
  }
  #contents_guide .container_access_method .access_flow ol li .group_about {gap: 2.0rem;}

  /* 診療時間 */
  #contents_guide .medical_info.guide_1c_wrap {
    display: flex;
    flex-direction: column;
  }
  #contents_guide .medical_info.guide_1c_wrap figure {
    order: 1;
    max-width: initial;
    width: 100%;
    aspect-ratio: 3 / 1;
  }

  /* アクセス */
  #contents_guide .container_access .grid_access {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
}

@media screen and (max-width: 600px) {
  #contents_message .container_thought .txt_unit,#contents_about .container_about_reserve .txt_unit.about_unit{
    text-align:left;
  }
  #navArea.container_nav nav{
    min-width: 320px;
    width:100%;
  }

}



